@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Merriweather&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

#apptitle {
    display: none;
}

#menu_top {
    display: none;
}

.b_header-wrapper {
    display: flex;
    position: relative;
    height: 100px;
    max-width: 1140px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #142328;
    line-height: 1.6;
}

#innercontainer .logo {
    max-width: 256px;
}

#header {
    width: 100%;
}

#innercontainer header {
    max-width: 100%;
    margin: 0 auto;
    background-color: #3a5b53;
}


/* Menu */

#pull {
    display: none;
}

.menu {
    margin-top: 38px !important;
    display: flex;
    justify-content: space-between;
    width: 717px !important;
}


.menu ul {
    margin: 0;
}

.menu li {
    list-style: none;
    padding: 0;
}

.menu a {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #f2f6ec;
}

.menu a:hover {
    color: #e4d4a9;
}

/* Footer */

#footer {
    max-width: 1140px;
    margin-top: auto !important;
    margin: 0 auto;
    background-color: #3a5b53;
    box-shadow: 0 0 0 100vmax #3a5b53;
    clip-path: inset(0px -100vmax 0px -100vmax);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #142328;
    line-height: 1.6;
}


#innerfooter ul {
    margin: 0;
    padding: 0;
}

#innerfooter li {
    list-style: none;
    padding: 0;
}

#innerfooter .c-1 a,
.lower-rechts a {
    text-decoration: none;
    color: #f2f6ec;
    font-size: 16px;
}

.footer-high {
    padding: 86px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
}

.footer-low {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 42px 0;
    flex-wrap: wrap;
}

.footer-low img {
    max-width: 170px;
    width: 100%;
}

.footer-lower {
    max-width: 1140px;
    display: flex;
    padding: 32px 0;
    background-color: #32504a;
    box-shadow: 0 0 0 100vmax #32504a;
    clip-path: inset(0px -100vmax 0px -100vmax);
    max-height: 92px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c-2 span {
    color: #f2f6ec;
    font-size: 16px;
    position: relative;
}

.lower-rechts ul {
    display: flex;
    gap: 2.5vw;
}

#innerfooter p {
    color: #f2f6ec;
    font-size: 16px;
    margin: 0;
    line-height: 160%;
}

#innerfooter a:hover {
    color: #E4D4A9;
}

.footer-high h4 {
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 22px;
    color: #f2f6ec;
    font-weight: 500;
    font-family: 'Merriweather', serif;
}

#footer #innerfooter .footer-high .c-2 .adress {
    margin-bottom: 22px;
}

.c-1 {
    width: 280px;
    line-height: 400%;
    margin-top: -12px;
}

.c-2 {
    width: 300px;
    position: relative;
}

.c-3 {
    width: 200px;
}

.low-c-1 {
    width: 280px;

}

.low-c-3 {
    width: 200px;
}

#innerfooter .c-2 a,
#innerfooter .c-3 a {
    color: #f2f6ec;
    text-underline-offset: 2px;
    font-size: 16px;
}

.low-c-3 a {
    color: #E4D4A9;
    text-underline-offset: 6px;
    font-size: 16px;
}


@media only screen and (max-width: 1060px) {
    .footer-low {
        display: flex;
        align-items: flex-start;
        padding: 0 0 20px 0;
        flex-direction: column;
    }

    #innerfooter {
        padding: 0 15px;
    }

    .c-1,
    .c-2,
    .c-3 {
        width: 300px;
    }
}

@media screen and (max-width: 1000px) {

    .b_menu-search-wrapper {
        position: unset !important;
    }

    .menu {
        display: none !important;
    }

    #pull {
        position: absolute;
        right: 15px;
        top: 33px;
        display: inline-block;
        font-size: 20px;
        font-weight: 400;
        color: #f2f6ec;
        cursor: pointer;
        text-decoration: none;
    }

    .b_menu-open a {
        padding: 40px 0;
        display: block;
    }

    .b_menu-open {
        display: flex !important;
        background-color: #32504a;
        position: absolute;
        left: 0px;
        top: 33px;
        flex-direction: column;
        width: 100% !important;
        max-width: 100% !important;
        z-index: 99;
    }

    .menu-button::after {
        display: inline-block;
        margin-left: 0.5rem;
        font-weight: 600;
        font-size: 16px;
        content: "\f0c9";
        width: 15px;
        font-family: "Font Awesome 6 Pro";
    }

    #container_menu a[aria-expanded="true"] .menu-button::after {
        content: "\f00d";
    }
}

@media screen and (max-width: 400px) {

    .c-1,
    .c-2,
    .c-3 {
        width: 250px;
    }

    #innercontainer header {
        min-width: 320px;
    }

    #innercontainer .logo {
        max-width: 200px;
    }

    #pull {
        top: 22px;
    }
}