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: left; /* 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;
}
.mail{
    padding: 20px;
}
.material-symbols-outlined {
    width: 100%; /* Adjusted width to fit the container */
    max-width: 250px; /* Set maximum width for better styling */
    position: relative;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;
    background-color: #003B1B;
    border-radius: 20px;
    color: white;
    padding: 10px; /* Added padding for better spacing */
    margin-top: 20px; /* Adjusted margin to separate from form */
}

.material-symbols-outlined button {
    flex: 1; /* Let the button flexibly adjust its size */
    height: 40px; /* Adjusted height for better appearance */
    border: none;
    background-color: transparent;
    color: white;
    font-size: 1em;
    font-family: "Special Elite", system-ui;
    cursor: pointer;
    outline: none;
}


.contact-right{
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}


.contact-right-title hr{
    border: none;
    width: 150px;
    height: 5px;
    background-color:#003B1B;
    border-radius: 60px;
    margin-bottom: 5px;
}
.contact-inputs{
    padding-right: 100px;
    width: 150px;
    height: 50px;
    border: 3px solid #003B1B;
    outline: none;
    font-size: 1.2em;
    font-family: "Special Elite", system-ui;
}
.contact-big{
    padding-right: 100px;
    width: 150px;
    height: 100px;
    border: 3px solid #003B1B;
    outline: none;
    font-size: 1.2em;
    font-family: "Special Elite", system-ui;
    
}
.material-symbols-outlined{
    display: flex;
    align-items: center;
}
.contact-right {
    width: 90%; /* Adjusted width for smaller screens */
    min-height: auto; /* Remove fixed height for responsiveness */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px; /* Added margin for spacing */
}

.input-box {
    width: 100%; /* Adjusted width to fit the container */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-right-title hr {
    width: 100%; /* Adjusted width to fit the container */
    max-width: 250px; /* Set maximum width for better styling */
    height: 5px;
    background-color: #003B1B;
    border-radius: 60px;
    margin-bottom: 5px;
}

.contact-inputs {
    width: 100%; /* Adjusted width to fit the container */
    max-width: 250px; /* Set maximum width for better styling */
    height: 50px;
    border: 3px solid #003B1B;
    outline: none;
    font-size: 1.2em;
    font-family: "Special Elite", system-ui;
    padding: 10px; /* Added padding for better spacing */
}

.contact-big {
    width: 100%; /* Adjusted width to fit the container */
    max-width: 250px; /* Set maximum width for better styling */
    height: 200px; /* Adjusted height for better usability */
    border: 3px solid #003B1B;
    outline: none;
    font-size: 1.2em;
    font-family: "Special Elite", system-ui;
    padding: 10px; /* Added padding for better spacing */
}

.material-symbols-outlined {
    width: 100%; /* Adjusted width to fit the container */
    max-width: 250px; /* Set maximum width for better styling */
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #003B1B;
    border-radius: 20px;
    color: white;
    padding: 10px; /* Added padding for better spacing */
}
.mail{
    align-items: center;
}

/* Adjusted styles for the footer section */
.footer {
    flex-direction: column;
    align-items: center;
}

.partner-logos {
    margin-top: 20px; /* Added margin for spacing */
    display: flex;
    flex-wrap: wrap; /* Wrap partner logos for smaller screens */
    justify-content: center;
    gap: 10px; /* Added gap for spacing between logos */
}

.partner-logos img {
    max-width: 100px; /* Adjusted max-width for smaller screens */
    margin: 5px; /* Added margin for spacing between logos */
}

.legal-links {
    margin-top: 20px; /* Added margin for spacing */
}

.legal-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center; /* Center align legal links */
}

.legal-links li {
    margin-right: 20px; /* Adjusted margin for spacing between links */
}

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

.main{
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.imgBox{
    margin-top: 20px;
    max-width: 100%;
    max-height: 100%;
}

.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 */
}
.main {
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.imgBox {
    max-width: 100%;
    max-height: 100%;
}


/* Media Query für mobile Ansichten */
@media (max-width: 990px) {
    .main {
        flex-direction: column; /* Ändert die Richtung der Flexbox von horizontal zu vertikal */
        text-align: center;
    }

    .imgBox {
        margin-top: 60px; /* Fügt etwas Abstand zwischen dem Text und dem Bild hinzu */
    }

    .bild {
        margin-top: 50px;
        width: 80%; /* Setzt die Breite des Bildes auf 100%, um es vollständig anzuzeigen */
        max-width: 250px;
    }
    .partner-logos {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .partner-logos img {
        max-width: 18%; /* Zwei nebeneinander mit etwas Abstand */
        margin: 3px;
    }
    .contact-right{
        width: 90%;
        min-height: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3px;
    }
    .input-box{
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contact-right.input-box{
        margin-top: 50px;
        width: 80%; /* Setzt die Breite des Bildes auf 100%, um es vollständig anzuzeigen */
        max-width: 250px;
    }
}

.bild{
    width: 500px;
    border: 5px solid #003B1B;
}

.mail{
    padding: 20px;
}


.contact-right{
    width: 900px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.input-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-right-title hr{
    border: none;
    width: 600px;
    height: 5px;
    background-color:#003B1B;
    border-radius: 60px;
    margin-bottom: 5px;
}
.contact-inputs{
    padding-right: 100px;
    width: 500px;
    height: 50px;
    border: 3px solid #003B1B;
    outline: none;
    font-size: 1.2em;
    font-family: "Special Elite", system-ui;
}
.contact-big{
    padding-right: 100px;
    width: 500px;
    height: 250px;
    border: 3px solid #003B1B;
    outline: none;
    font-size: 1.2em;
    font-family: "Special Elite", system-ui;
    
}
.material-symbols-outlined{
    width: 150px;
    position: relative;
    display: flex;
    float: bottom right;
    margin-top: 10px;
    margin-left: 450px;
    background-color: #003B1B;
    border-radius: 60px;
    color: white;
}
.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;
}