

@font-face {
    font-family: 'Avenir';
    src: url('./fonts/AvenirNextSemiCondensedExtraBold.otf') format('opentype');
}

@font-face {
    font-family: 'Arial';
    src: url('./fonts/Arial.ttf') format('truetype');
}



@font-face {
    font-family: 'PlayfairDisplay-Italic.ttf';
    src: url('./fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
}



h1 {
    font-family: 'Arial', sans-serif;
    font-size: 4rem;
    text-shadow: 3px 3px 3px #000;
}

h2 {
    font-family: 'Arial', sans-serif;
    font-size: 4rem;
    margin-bottom: -1.5rem;
}


.contact {
    font-family: 'Arial', sans-serif;
    font-size: 4rem;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    font-size: 2rem;
}

#dark {
    background-color: #121212;
    opacity: 0.6;
    color: #ffffff;
     position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    font-family: 'Avenir', sans-serif;
    font-size: 4rem;
    padding-left: 3rem;
}

#top {
    background-image: url('./images/fine-land.jpg');
      background-size: cover;
    width: 100vw;
    height: 60vw;
    box-sizing: border-box;
    margin: 0;
    padding: 3rem;
    padding-top: 10rem;
    text-align: center;
    color: #ffffff;
   
}

.yellow {
    font-family: 'PlayfairDisplay-Italic.ttf';
    color: #f5c518;
    font-weight: bold;
    font-size: 2.4rem;
    text-shadow: 1px 1px 1px #000;
}


.otto {
    display: block;
    font-family: 'PlayfairDisplay-Italic.ttf';
    text-align: center;
    color: #04d142;
    font-weight: bold;
    font-size: 1.4rem;
    text-shadow: 1px 1px 1px #000;
    padding: 2rem 0;  /* ← Abstand nach oben/unten */
    clear: both;      /* ← verhindert Überschneidung mit Bildern */
}

.otto2 {
    display: block;
    font-family: 'PlayfairDisplay-Italic.ttf';
    text-align: center;
    color: #04d142;
    font-weight: bold;
    font-size: 1.8rem;
    text-shadow: 1px 1px 1px #000;
    padding: 2rem 0;  /* ← Abstand nach oben/unten */
    clear: both;      /* ← verhindert Überschneidung mit Bildern */
    text-decoration: underline;
}

#images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
}

#text {
    color: #000000;
    text-align: center;
  font-family: 'PlayfairDisplay-Italic.ttf';
    font-size: 1.2rem;
    padding: 3rem;
}

#bilder {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
}

#bilder2 {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
}


#footer {
    width: 100vw;
    height: 30vw;
    background-image: url('./images/fine-land_dark.jpg');
    background-size: cover;
    background-position: bottom;
    text-align: center;
    color: #ffffff;
    text-shadow: 3px 3px 3px #000;
    padding-top: 2rem;
}

#copy {
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    padding-top: 1rem;
        text-shadow: 3px 3px 3px #000;
        padding-bottom: 3rem;

}

.hr1 {
    border: 1px solid #afaaaa;
    width: 30%;
    margin-top: 0rem;
    margin-bottom: -3rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    opacity: 0.5;
} 

.hr2 {
    border: 1px solid #afaaaa;
    width: 30%;
    margin-top: 2rem;
    margin-bottom: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    opacity: 0.5;
} 

.bild1 {
    width: 40%;
    height: auto;
}

.bild2 {
    width: 20vw; 
    height: auto;
}


@media screen and (max-width: 768px) 
{
 h1 {
    font-family: 'Arial', sans-serif;
    font-size: 2rem;
    text-shadow: 3px 3px 3px #000;
}

h2 {
    font-family: 'Arial', sans-serif;
    font-size: 2rem;
    margin-bottom: -1.5rem;
}


.contact {
    font-family: 'Arial', sans-serif;
    font-size: 2rem;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
}

#dark {
     padding-left: 1rem;
     font-size: 2rem;
    }

#top {
    background-image: url('./images/fine-land.jpg');
      background-size: cover;
    width: 100vw;
    height: 125vw;
    box-sizing: border-box;
    margin: 0;
    padding: 3rem;
    padding-top: 4rem;
    text-align: center;
    color: #ffffff;
   
}

.yellow {
    font-family: 'PlayfairDisplay-Italic.ttf';
    color: #f5c518;
    font-weight: bold;
    font-size: 1.4rem;
    text-shadow: 1px 1px 1px #000;
}


.center {
    font-family: 'PlayfairDisplay-Italic.ttf';
    color: #f5c518;
    font-weight: bold;
    font-size: 1.4rem;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
}

#images {
    display: flex;
     flex-direction: column;
    justify-content: center;
    align-items: center;
   
    gap: 2rem;
}

#text {
    color: #000000;
    text-align: center;
  font-family: 'PlayfairDisplay-Italic.ttf';
    font-size: 1.2rem;
    padding: 1rem;
}

#bilder {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
}

#footer {
    width: 100vw;
    height: 80vw;
    background-image: url('./images/fine-land_dark.jpg');
    background-size: cover;
    background-position: bottom;
    text-align: center;
    color: #ffffff;
    text-shadow: 3px 3px 3px #000;
    padding-top: 9rem;
}

#copy {
    font-family: 'Arial', sans-serif;
    font-size: 0.6rem;
    padding-top: 2rem;
        text-shadow: 3px 3px 3px #000;
        padding-bottom: 3rem;
        box-sizing: border-box;

}

.hr1 {
    border: 1px solid #afaaaa;
    width: 30%;
    margin-top: 0rem;
    margin-bottom: -1rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    opacity: 0.5;
} 

.hr2 {
    border: 1px solid #afaaaa;
    width: 30%;
    margin-top: 2rem;
    margin-bottom: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    opacity: 0.5;
} 

.bild1 {
    width: 80%;
    height: auto;
}

.bild2 {
    width: 100vw; 
    height: 100vw;
}

}
