@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');

:root {
    --primaire: #594d4a;
    --secondaire: #00A694;
    --accent: #DB1457;
    --primaire-light: #f6efe0;
    --black: #000;
    --white: #FFF;
    --dark-grey: #3a3a3a;

    --sandstone: #E4D4AC;
    --linen: #F1E9D4;
    --alabaster: #F9F6EE;
    --glacier-white: #EDF4F7;
    --sky-frost: #D2E6EC;
    --ocean-mist: #AECFD6;
    --slate-green: #36505E;
    --deep-ocean: #1D3747;
    --black: var(--primaire);
    --white: #fff;
    --magenta: #EB1F61;
    --magenta-hover: #af1046;
}

#qs-container,
#wrapper {
    max-width: 100%;
}

#apptitle {
    display: none;
}

#menu_top {
    display: none;
}

.b_header-wrapper {
    display: flex;
    position: relative;
    height: 100px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: var(--primaire);
    line-height: 1.6;
    max-width: 1584px;
    padding-left: clamp(1.5rem, -1.7143rem + 8.5714vw, 6rem);
    padding-right: clamp(1.5rem, -1.7143rem + 8.5714vw, 6rem);
}

.logo a {
    display: flex;

    img {
        height: 80px;
    }
}

#header {
    width: 100%;
}

#innercontainer header {
    max-width: 100%;
    margin: 0 auto;
    background-color: #594d4a;
}

/* Menu */
#pull {
    display: none;
}

.menu {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-top: 38px !important;
}

ul {
    margin: 0;

    li {
        list-style: none;
        padding: 0;

        a {
            font-family: "Inter", sans-serif;
            font-size: 16px;
            text-decoration: none;
            color: #f2f6ec;

            &:hover {
                color: #e4d4a9;
            }
        }
    }
}

/* Footer */
#footer, #search-footer {
    max-width: 100%;
    margin-top: auto !important;
    background-color: #594d4a;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: var(--primaire);
    line-height: 1.6;
    padding-right: clamp(1.5rem, -1.7143rem + 8.5714vw, 6rem);
    padding-left: clamp(1.5rem, -1.7143rem + 8.5714vw, 6rem);
}

#innerfooter {
    max-width: 1392px;
    margin: 0 auto;

    ul {
        margin: 0;
        padding: 0;

        li {
            list-style: none;
            padding: 0;
        }
    }
}

.c-1 ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.c-1 li {
    width: 50%;
    /* 2 kolommen */
}

.c-1 ul li:nth-child(-n+3) {
    order: 1;
}

.c-1 ul li:nth-child(n+4) {
    order: 2;
}

#innerfooter .c-5 a,
#innerfooter .c-1 a {
    text-decoration: none;
    color: #E4D4A9 !important;
    font-size: clamp(1rem, 0.9473rem + 0.2635vw, 1.125rem);
}

#innerfooter .c-5,
#innerfooter .c-1,
.lower-rechts {
    a {
        position: relative;
        text-decoration: none;
        color: #E4D4A9;
    }

    a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 100%;
        height: 2px;
        background-color: #E4D4A9;

        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
    }

    a:focus::after,
    a:hover::after {
        transform: scaleX(1);
        color: #fff;
        background-color: #fff;
    }

    a:hover {
        color: #fff !important;
    }
}

.lower-rechts a {
    font-size: 16px;
    text-decoration: none !important;
}

.footer-high {
    padding: clamp(3rem, 2.0625rem + 4.6875vw, 6rem) 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-low {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: clamp(3rem, 2.0625rem + 4.6875vw, 6rem) 0 clamp(1.6875rem, 1.2773rem + 2.0508vw, 3rem) 0;
    flex-wrap: wrap;
}

.footer-low img {
    max-width: 171px;
    width: 100%;
    max-height: 70px;
}

.footer-lower {
    max-width: 1344px;
    display: flex;
    padding: clamp(1.375rem, 1.1016rem + 1.3672vw, 2.25rem) 0;
    background-color: #4b3f3d;
    box-shadow: 0 0 0 100vmax #4b3f3d;
    clip-path: inset(0px -100vmax 0px -100vmax);
    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: clamp(1rem, 0.9473rem + 0.2635vw, 1.125rem);
    margin: 0;
    line-height: 160%;
}

.c-2,
.c-3,
.low-c-3 {
    a {
        text-decoration: none;
        color: #E4D4A9;
        position: relative;
        font-size: clamp(1rem, 0.9473rem + 0.2635vw, 1.125rem);
        text-decoration: none;
    }

    a::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 100%;
        height: 1px;
        background-color: #E4D4A9;
        transform: scaleX(1);
    }

    a:focus::before,
    a:hover::before {
        background-color: #fff;
        color: #fff;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.3s ease;
    }

    a:focus::after,
    a:hover::after {
        color: #fff;
    }

    a:hover {
        color: #fff;
    }
}

.low-c-3 {
    a::before {
        height: 2px;
    }
}

.lower-rechts,
.c-3,
.low-c-3 {
    position: relative;
    display: inline-block;
}

.lower-rechts li::after,
.c-3 li::after,
.low-c-3::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f08e";
    display: inline-block;
    margin-left: 10px;
    color: #E4D4A9;
    font-size: 14px;
}

.lower-rechts a {
    font-size: 16px;
}

.footer-high h4,
.h4-style {
    margin-top: 0;
    margin-bottom: 22px;
    font-size: clamp(1rem, 0.7892rem + 1.054vw, 1.5rem);
    color: #f2f6ec;
    font-weight: 500;
    font-family: 'Merriweather', serif;
}

#footer #innerfooter .footer-high .c-2 .adress {
    margin-bottom: 22px;
}


#innerfooter .h4-style {
    margin-bottom: clamp(.984rem, .984rem + ((1vw - .2rem) * .737), 1.5rem);
}

.margetop {
    margin-top: clamp(.984rem, .984rem + ((1vw - .2rem) * .737), 1.5rem);
    margin-bottom: 6px;
}

.c-1 li:not(:last-child),
.c-5 li:not(:last-child) {
    margin-bottom: clamp(1.378rem, 1.378rem + ((1vw - .2rem) * 1.246), 2.25rem);
}

.low-c-2,
.low-c-3,
.c-2,
.c-3,
.c-5 {
    padding-left: clamp(1.743rem, 1.743rem + ((1vw - .2rem) * 1.796), 3rem);
}

.c-5 {
    width: 33.333333%;
}

.c-1 {
    width: 50%;
}

.low-c-2 {
    width: 58.333333%;
}

.low-c-2 p {
    font-size: 16px !important;
}

.lower-links p {
    font-size: 16px !important;
}

.c-2 {
    position: relative;
    width: 25%;
}

.c-2 address {
    font-style: normal;
}

.c-3 {
    width: 16.666667%;
}

.lower-rechts {
    padding-right: 15px;
}


.low-c-1 {
    width: 25%;
    height: 70px;
}

.low-c-3 {
    width: 16.666667%;
}


.low-c-3::after {
    top: 4px;
    position: absolute;
}

@media only screen and (max-width: 1128px) {
    .low-c-3::after {
        position: unset;
    }
}

@media only screen and (max-width: 1060px) {
    .footer-low {
        display: flex;
        align-items: flex-start;
        padding: 0 0 20px 0;
        flex-direction: column;
    }

    .low-c-3::after {
        position: unset;
    }
}

@media screen and (max-width: 1079px) {

    .footer-low,
    .footer-high {
        flex-direction: column;
        align-items: flex-start;
        row-gap: clamp(1.743rem, 1.743rem + ((1vw - .2rem) * 1.796), 3rem);
    }

    .footer-low {
        row-gap: clamp(1.743rem, 1.743rem + ((1vw - .2rem) * 1.796), 3rem);
    }

    .low-c-1,
    .low-c-2,
    .low-c-3,
    .c-1,
    .c-2,
    .c-3,
    .c-5 {
        width: 100%;
    }

    .lower-rechts a {
        font-size: 16px;
    }

    .low-c-2,
    .low-c-3,
    .c-2,
    .c-3,
    .c-5 {
        padding-left: 0;
    }
}

@media screen and (max-width: 1079px) {
    .b_menu-search-wrapper {
        position: unset !important;
    }

    .menu {
        display: none !important;
    }

    #pull {
        position: absolute;
        right: 15px;
        top: 33px;
        display: inline-block;
        display: none !important;
        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";
    }

    .footer-lower {
        max-height: unset;
        align-items: start;
    }

    .c-1 ul {
        flex-direction: column;
    }
}

@media screen and (max-width: 750px) {
    .lower-rechts ul {
        flex-direction: column;
    }

    .footer-lower {
        flex-direction: column;

    }

    .lower-rechts {
        margin-top: 12px;
    }

    .low-c-3 {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 400px) {
    #innercontainer header {
        min-width: 220px;
    }

    #innercontainer .logo {
        max-width: 200px;
    }

    #pull {
        top: 22px;
    }
}