body{
    background-color: #D9EAD3;
    height: 100%;
}


.header {
    height: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    margin: 0 0 0 0.45em;
    max-width: 100px;
    margin-bottom: 30px;
}

.logo,
.navigation {
    list-style: none;
    text-transform: uppercase;
}

.logo a,
.navigation a {
    text-decoration: none;
    letter-spacing: 0.6rem;
}

.navigation {
    display: flex;
}

.navigation a {
    display: block;
    padding: 1em;
    color: #003B1B;
}

.navigation a:hover {
    background: #107a157c;
}

  /* *********** media queries *********** */
@media all and (max-width: 990px) {


.logo {
    margin: 0;
}

.navigation {
    width: 100%;
    justify-content: space-evenly;
}
}

  /* ****** ****** */
@media all and (max-width: 990px) {
    
.header {
    flex-direction: column;
}
.logo {
    margin: 0.25em 0;
    align-self: center; /* align the logo to the left side of 'flex-container' */
}

.navigation {
    flex-direction: column;
}

.navigation a {
    text-align: center;
    padding: 10px;
    border-top: 1px solid #3333331a;
    border-bottom: 1px solid #0000001a;
}

.navigation li:last-of-type a {
    border-bottom: none;
}
.bilder{
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 20%;
    margin-top: 10vh;   
}
.bilder {
    display: flex;
    justify-content: space-evenly;
    max-width: 90%;
}

.bilder img {
    max-width: 20%; /* Gleichmäßige Verteilung auf voller Breite */
}

/* Media Query für mobile Ansichten */
@media (max-width: 990px) {
    .bilder {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .bilder img {
        max-width: 25%; /* Zwei nebeneinander mit etwas Abstand */
        margin: 5px;
    }
    .partner-logos {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .partner-logos img {
        max-width: 60%; /* Zwei nebeneinander mit etwas Abstand */
        margin: 1px;
    }
    
}


h1 {
    padding: 2px;
    font-family:"Dancing Script", cursive;
    color: #003B1B;
    font-size: 1.2em;
    text-align: center;
}


h2{
    padding: 2px;
    font-family: "Special Elite", system-ui;
    color: #003B1B;
    font-size: 0.8em;
    text-align: center;
    font-weight: 300;
}
h3{
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 20px;
    font-family: "Special Elite", system-ui;
    color: #333333;
    font-size: 0.6em;
    text-align: center;
}

p{
    padding-left: 5px;
    padding-right: 5px;
    font-family: "Special Elite", system-ui;
    color: #333333;
    font-size: 0.4em;
    text-align: justify;
    line-height: 1em;
}
}

.bilder{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 20%;
    margin-top: 10vh;   
}
.bilder {
    display: flex;
    justify-content: space-evenly;
    max-width: 100%;
}

.bilder img {
    max-width: 20%; /* Gleichmäßige Verteilung auf voller Breite */
}

/* Media Query für mobile Ansichten */
@media (max-width: 990px) {
    .bilder {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .bilder img {
        max-width: 25%; /* Zwei nebeneinander mit etwas Abstand */
        margin: 5px;
    }
    .partner-logos {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .partner-logos img {
        max-width: 18%; /* Zwei nebeneinander mit etwas Abstand */
        margin: 3px;
    }
    
}


h1 {
    padding: 10px;
    font-family: "Special Elite", system-ui;
    color: #003B1B;
    font-size: 1.8em;
    text-align: center;
}
.span{
    font-family: "Dancing Script";
}


h2{
    padding: 10px;
    font-family: "Special Elite", system-ui;
    color: #003B1B;
    font-size: 1.4em;
    text-align: center;
    font-weight: 300;
}
h3{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    font-family: "Special Elite", system-ui;
    color: #333333;
    font-size: 1.2em;
    text-align: center;
}

p{
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Special Elite", system-ui;
    color: #333333;
    font-size: 1.2em;
    text-align: justify;
    line-height: 1.2em;
}

.footer{
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 10%;
    margin-top: 10vh;    
}
.partner-logos {
    display: flex;
    justify-content: space-evenly;
    max-width: 100%;
}

.partner-logos img {
    max-width: 6%; /* Gleichmäßige Verteilung auf voller Breite */
}
.legal-links {
    display: flex;
    justify-content: space-between;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px; /* Add margin to separate from partner logos */
}

.legal-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* Change to display as flex */
}

.legal-links li {
    margin-right: 30px;
}

.legal-links a {
    text-decoration: none;
    font-family: "Special Elite", system-ui;
    color: #333333; /* Change the color as needed */

}

.footer {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.partner-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.partner-logos img {
    max-width: 100px; /* Adjust the width as needed */
    margin-right: 100px;
}