/*!
README - STYLEGUIDE BRIEFLY

Find the style by section component, using Find or CTRL + F
HEADER STYLE, BREADCRUMB STYLE, BANNER STYLE, CONTENT STYLE, LISTING STYLE, FOOTER STYLE

Make this stylesheet still readable and after using this file, dont forget to use beautify after development
Thankyou Whello Developer
*/

footer#site-footer {
    margin-top: 140px;
}

.site-footer a {
    color: var(--antraciet);
}

.site-footer a:hover {
    color: var(--roze);
    font-weight: 500;
}

.site-footer {
    background: var(--geel);
}

.site-footer > .container {
    padding-top: 230px;
    position: relative;
}

.footer-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 64px;
}

.footer-media-info {
    margin-right: 64px;
}

.footer-menu-links {
    width: 100%;
}

.footer-menu-links > .footer-menu-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.footer-menu-column:not(:last-child) {
    margin-right: 32px;
}

.footer-menu-column {
    max-width: 296px;
    width: 100%;
}

.footer-menu-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-title {
    font-size: 18px;
    margin-bottom: 16px;
}

.footer-menu-list li + li {
    margin-top: 16px;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
}

.site-footer .container .footer-newsletter {
    position: absolute;
    top: -140px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.footer-newsletter-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: var(--licht-groen);
    z-index: 2;
    padding: 100px 64px;
    border-radius: 8px;
    max-width: 1062px;
    width: 100%;
    height: 270px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}

.newsletter-info p {
    font-size: 32px;
    line-height: 35.2px;
    letter-spacing: -0.96px;
    font-family: var(--fontfamily-unbounded);
    max-width: 546px;
    font-weight: 200;
    color: var(--groen);
}

.newsletter-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

a.newsletter-btn {
    padding: 16px 24px;
    background: var(--geel);
    line-height: var(--lineheight-xs);
    font-weight: 700;
    border-radius: 100px;
}

.footer-newsletter-content:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -82px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 636.05px;
    height: 622.45px;
    background: url("/wp-content/uploads/2025/11/Vector-1.svg") no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

.media-title {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 700;
}

.footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 46px 0;
    border-top: 1px solid var(--antraciet);
}

.copyright-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 16px;
}

.copyright-info p {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 14px;
}

.copyright-info p + p {
    margin-top: 0;
}

.copyright-info p:not(:last-child) {
    padding-right: 24px;
    border-right: 1px solid var(--antraciet);
}

.copyright-info p:not(:first-child) {
    padding-left: 24px;
}

.partner-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 16px;
}

.partner-tagline {
    margin-right: 32px;
    font-size: 14px;
}

/* =============== MIN-WIDTH: 1600px =============== */
@media all and (min-width: 1600px) {
    /* LARGE DESKTOP */
}

/* =============== MIN-WIDTH: 1300px =============== */
@media all and (min-width: 1300px) {
    /* DESKTOP & LAPTOP */
}

/* =============== 1300px – 1599px =============== */
@media all and (min-width: 1300px) and (max-width: 1599px) {
    /* BETWEEN DESKTOP & LARGE DESKTOP */
}

/* =============== MAX-WIDTH: 1599px =============== */
@media all and (max-width: 1599px) {
    /* BELOW LARGE DESKTOP */
}

@media (max-width: 1200px) {
}

@media all and (min-width: 1021px) and (max-width: 1299px) {
}

@media all and (max-width: 1020px) {
}

/* =============== MIN-WIDTH: 901px =============== */
@media all and (min-width: 901px) {
    /* TABLET LARGE */
}

/* =============== MIN-WIDTH: 601px =============== */
@media all and (min-width: 601px) {
    /* SMALL TABLET / SMALL DESKTOP */
}

/* =============== 601px – 1299px =============== */
@media all and (min-width: 601px) and (max-width: 1299px) {
    /* MOBILE → TABLET RANGE */
}

/* =============== MAX-WIDTH: 1299px =============== */
@media all and (max-width: 1299px) {
    /* LARGE TABLET */
}

/* =============== MAX-WIDTH: 900px =============== */
@media all and (max-width: 900px) {
    /* TABLET */

    .footer-newsletter-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
        padding: 64px 20px;
    }

    .newsletter-info {
        padding-bottom: 32px;
    }

    .footer-middle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .media-title {
        text-align: center;
    }

    .footer-social {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .footer-media-info {
        margin-right: 0;
        margin-bottom: 64px;
    }

    .footer-copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .copyright-info {
        padding-right: 0px;
        padding-bottom: 32px;
    }

    .partner-logo {
        padding-left: 0px;
    }

    .footer-logo {
        margin-bottom: 40px;
        padding: 0 20px;
        padding-top: 70px;
    }
}

/* =============== MAX-WIDTH: 600px =============== */
@media all and (max-width: 600px) {
    /* MOBILE */

    .copyright-info {
        padding-bottom: 24px;
    }

    .newsletter-btn-wrap a,
    .newsletter-btn-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .newsletter-info p {
        max-width: 100%;
    }

    .copyright-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 0;
    }

    .copyright-info p:not(:last-child),
    .copyright-info p:not(:first-child) {
        padding: 0 !important;
        text-align: center;
        margin-bottom: 24px;
        border-right: none !important;
    }

    .footer-menu-links > .footer-menu-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .footer-menu-column {
        cursor: pointer;
        max-width: 100%;
        padding: 20px 20px 0 20px;
    }

    .footer-menu-column:not(:last-child) {
        margin-right: 0;
    }

    .footer-menu-title {
        position: relative;
        padding-right: 32px;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--antraciet);
    }

    .footer-menu-title::after {
        content: "";
        background-image: url("/wp-content/uploads/2025/11/bottom-arrow.svg");
        background-size: 24px 24px;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform: translateY(0) rotate(0deg);
            -ms-transform: translateY(0) rotate(0deg);
                transform: translateY(0) rotate(0deg);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }

    .footer-menu-list {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.35s ease;
        -o-transition: max-height 0.35s ease;
        transition: max-height 0.35s ease;
    }

    .footer-menu-column.active .footer-menu-list {
        max-height: 500px;
        padding: 16px;
    }

    .footer-menu-column.active .footer-menu-title::after {
        -webkit-transform: translateY(0) rotate(180deg);
            -ms-transform: translateY(0) rotate(180deg);
                transform: translateY(0) rotate(180deg);
    }

    .footer-menu-title {
        margin-bottom: 0;
    }
}