#Nutzungsvertrag_section {
    padding: 200px 0;
    background-color: var(--secondary-hintergrund-color);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    flex-wrap: wrap-reverse;
}

#Nutzungsvertrag_section img {
    height: 400px;
    width: 400px;
    max-height: 80vw;
    max-width: 80vw;
    overflow:hidden ;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 #Nutzungsvertrag_section a{
    color: var(--secundary-text-color);
 } 

#Bilder_container img{
    max-height: 80vw;
    max-width: 80vw;
    overflow:hidden ;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin:auto;
    padding: 5px;
   
}
    
@media(max-width: 800px){
    #Nutzungsvertrag_section{
        padding: 50px 0;
    }
}
#Nutzungsvertrag_section h2{
    text-align: center;
   
}