#hamburger {
    font-size: x-large;
    padding: 0;
}


@media (min-width: 600px) {
#we {
    /* aspect-ratio: auto; */
    height: 100vh;
    object-fit: cover;
}

#erfahrung, #skills, #contact, #impressum {
    min-height: 100vh;
}

}
@media (max-width:600px){
    img#we {
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
    
.w3-top {
    width: 100vw ;
}

.w3-display-bottomleft {
/* max-width: 100%; */
bottom: -1rem;
left: 50%;
transform: translate(-50%, 0);
}

h1.w3-xxlarge.we {
    font-size: 26px !important;
}
}

@media (min-width: 602px) and (max-width: 991px){
h1.w3-xxlarge.we {
    font-size: 30px !important;
}
.w3-display-bottomleft {
bottom: -1rem;
}
}

body {
 /*   padding-top: 50px; */
  
 font-family: "Times New Roman", Georgia, Serif;
 }
 h1, h2, h3, h4, h5, h6 { 
    font-family: "Playfair Display";
   letter-spacing: 5px;
}
html, body {
font-size: 18px;
}
footer a {
    text-decoration: none !important;
}
img#homex {
    padding: 0px 10px 3px 3px;
}

#datenschutz #impressum h1, h2, h3, h4, h5, h6  {
    letter-spacing: normal;
    
}
#datenschutz h2 {
    font-size: 1.7em;
}
#impressum h2 {
    font-size: 1.7em;
}

