#aufgabe1_section{
    padding: 100px 0;
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    flex-wrap: wrap-reverse;
}
.aufgabe1_container{
    width: 750px;
    max-width: 90%;
}
#aufgabe1_section img{
    width: 400px;
    max-width: calc(90% - 30px);
    border: 15px solid var(--text-color);
}
.aufgabe1_container h2{
    font-size: 80px;
}
.aufgabe1_container p{
    text-align: justify;
    line-height: 175%;
}
.eingabe-feld {
    width: 750px;
    height: 200px;
    font-size: 16px;
    color: #333;
  }

  button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
  }
  
  #meinFoto1 {
    width: 750px;
    height: 200px;
    border: 2px solid black;
    border-radius: 8px;
    margin-top: 20px;
  }

  #meinFoto2 {
    width: 750px;
    height: 200px;
    border: 2px solid black;
    border-radius: 8px;
    margin-top: 20px;
  }

  #meinFoto3 {
    width: 750px;
    height: 200px;
    border: 2px solid black;
    border-radius: 8px;
    margin-top: 20px;
  }

  #meinFoto4 {
    width: 750px;
    height: 200px;
    border: 2px solid black;
    border-radius: 8px;
    margin-top: 20px;
  }

  #meinFoto5 {
    width: 750px;
    height: 200px;
    border: 2px solid black;
    border-radius: 8px;
    margin-top: 20px;
  }  

  #meinFoto6 {
    width: 750px;
    height: 200px;
    border: 2px solid black;
    border-radius: 8px;
    margin-top: 20px;
  } 

  #meinFoto7 {
    width: 750px;
    height: 200px;
    border: 2px solid black;
    border-radius: 8px;
    margin-top: 20px;
  } 

  #meinFoto8 {
    width: 750px;
    height: 200px;
    border: 2px solid black;
    border-radius: 8px;
    margin-top: 20px;
  } 
  
@media(max-width: 800px){
    #aufgabe1_section{
        padding: 50px 0;
    }
    #aaufgabe1_section h2{
        text-align: center;
        font-size: 12vw;
    }
    .eingabe-feld{
        width: 400px;
        height: 200px;
        font-size: 16px;
        color: #333; 
    }

    @media(max-width: 400px){
      .eingabe-feld{
        width: 300px;
        height: 200px;
        font-size: 16px;
        color: #333; 
    }
    }
}