#Impressum_section{
    padding: 100px 0;
    background-color: var(--secondary-hintergrund-color);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    flex-wrap: wrap-reverse;
}
#Impressum_section img{
    height: 400px;
    width: 400px;
    max-height: 80vw;
    max-width: 80vw;
    overflow:hidden ;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Datenschutz_section{
    padding: 100px 0;
    background-color: var(--secondary-hintergrund-color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 100px;
    flex-wrap: wrap-reverse;
}
#Datenschutz_section p{
    justify-content: center;
    text-align: center;
    padding: 30px;
}
#Datenschutz_section a{
    color: var(--link-color);
}