.flex_layout.hero_afbeelding_content { }

#pk_flex_content .flex_layout.hero_afbeelding_content .rank-math-breadcrumb {
    background-color: var(--wp--preset--color--fl-footer-link);
}

.flex_layout.hero_afbeelding_content .flex_container_inner {
    gap: 50px;
    position: relative;
    display: flex;
    align-items: center;
    padding-block: 10px 50px;
}

.flex_layout.hero_afbeelding_content .gmw-field-type-taxonomy-wrapper {
    display: none;
}

.flex_layout.hero_afbeelding_content .flex_image_wrapper {
    position: relative;
    overflow: hidden;
}

/* 👇 Carrousel-afbeeldingen (als divs met achtergrond) */
.flex_layout.hero_afbeelding_content .flex_image_wrapper.achtergrond-carousel .bg-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

/* 👇 Scroll down blijft zichtbaar boven de slides */
.flex_layout.hero_afbeelding_content #scroll_down {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

.flex_layout.hero_afbeelding_content .light_gmwp_search {
    max-width: 400px;
    margin-top: 30px;
}

.flex_layout.hero_afbeelding_content .gerelateerde_locaties {
    margin-top: -20px;
    margin-bottom: 20px;
}

/* === DESKTOP STYLING === */
@media screen and (min-width: 993px) {

    .flex_layout.hero_afbeelding_content .flex_container_inner.image_right {
        flex-direction: row-reverse;
    }

    .flex_layout.hero_afbeelding_content .flex_image_wrapper {
        width: 45%;
        aspect-ratio: 1;
    }

    .flex_layout.hero_afbeelding_content .flex_content_wrapper {
        width: 55%;
    }

    /* Afbeelding als <img> */
    .flex_layout.hero_afbeelding_content .flex_image_wrapper img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 1;
        display: block;
    }
}

/* === MOBIEL STYLING === */
@media screen and (max-width: 992px) {
    .flex_layout.hero_afbeelding_content .flex_container_inner {
        flex-direction: column;
        padding-block: 0px 30px;
    }

    .flex_layout.hero_afbeelding_content .light_gmwp_search {
        max-width: unset;
    }

    .flex_layout.hero_afbeelding_content .flex_content_wrapper {
        width: 100%;
    }

    /* <img> fallback */
    .flex_layout.hero_afbeelding_content .flex_image_wrapper img {
        aspect-ratio: 1;
        object-fit: cover;
        height: 100%;
        width: 100%;
        display: block;
    }

    .flex_layout.hero_afbeelding_content .flex_image_wrapper {
        width: 100%;
        aspect-ratio: 1;
    }
}


/* =========================
   BOTTOM HERO BANNER
   (alleen site 11)
========================= */

.site-id-11 .hero_locaties_bottom_banner {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

.site-id-11 .hero_locaties_bottom_inner {
    display: flex;
    gap: 16px;
    padding: 0 40px;
    overflow: hidden;
	flex-wrap: wrap; 
    justify-content: flex-start;
    pointer-events: auto;
}

/* cards */
.site-id-11 .hero_locatie_bottom_link {
    flex: 0 0 auto;
    min-width: 220px;
    max-width: 260px;
    padding: 16px 18px;
    background: rgb(226 234 230);
    border-radius: 16px 16px 0px 0px;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0,0,0,0.14);
    transform: translateY(10px);
    transition: transform 0.5s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* hover omhoog */
.site-id-11 .hero_locatie_bottom_link:hover {
    transform: translateY(0px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

/* tekst */
.site-id-11 .hero_locatie_opvangsoorten {
    font-size: 12px;
    font-weight: 700;
    opacity: 0.7;
}

.site-id-11 .hero_locatie_naam {
    font-size: 16px;
    font-weight: 700;
    
}
.site-id-11 .hero_locatie_bottom_link {color: #759b89}

/* =========================
   MOBIEL
========================= */

@media screen and (max-width: 767px) {

    .site-id-11 .hero_locaties_bottom_banner {
        bottom: -30px;
    }

    .site-id-11 .hero_locaties_bottom_inner {
        gap: 10px;
        padding: 0 20px;
    }

    .site-id-11 .hero_locatie_bottom_link {
        min-width: 180px;
        padding: 12px 14px;
        transform: translateY(10px);
    }

    .site-id-11 .hero_locatie_naam {
        font-size: 14px;
    }

    .site-id-11 .hero_locatie_opvangsoorten {
        font-size: 11px;
    }
}
/* Chrome / Safari */
.site-id-11 .hero_locaties_bottom_inner::-webkit-scrollbar {
    display: none;
}

/* Firefox */
.site-id-11 .hero_locaties_bottom_inner {
    scrollbar-width: none;
}

.site-id-11 .hero_locaties_bottom_label {
    flex: 0 0 100%;
    font-size: 14px;
    font-weight: 700;
    /* margin-bottom: 4px; */
    opacity: 0.8;
}

.site-id-11 .hero_locatie_bottom_link.is-current {
    background: #759b89; /* pas aan naar jouw kleur */
    color: #ffffff!important;
}

.site-id-11 .hero_locatie_bottom_link.is-current .hero_locatie_opvangsoorten {
    opacity: 0.85;
}

.site-id-11 .hero_locatie_bottom_link.is-current:hover {
    background: #759b89; /* iets donkerder hover */
}

.site-id-11 .hero_locaties_bottom_inner {
    display: flex;
    gap: 16px;
    padding: 0 40px;
    flex-wrap: wrap; /* belangrijk */
}

@media screen and (max-width: 767px) {

    .site-id-11 .hero_locaties_bottom_inner {
        flex-wrap: nowrap;          /* alles op 1 rij */
        overflow-x: auto;           /* ✅ scroll aan */
        overflow-y: hidden;
        gap: 10px;
        padding: 0 20px;

        -webkit-overflow-scrolling: touch; /* smooth iOS */
        scroll-snap-type: x mandatory;
    }

    .site-id-11 .hero_locatie_bottom_link {
        flex: 0 0 180px;
        min-width: 180px;
        max-width: 180px;

        scroll-snap-align: start;
    }

}

@media screen and (max-width: 767px) {

    .site-id-11 .hero_locaties_bottom_label {
        font-size: 13px;
    }

}
@media screen and (max-width: 767px) {

    .site-id-11 .hero_locaties_bottom_inner {
        display: flex;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 10px;
        padding: 0 20px;
        align-items: stretch;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }

    .site-id-11 .hero_locaties_bottom_label {
        position: absolute;
        left: 20px;
        top: -24px;
        flex: none;
        width: auto;
        white-space: nowrap;
    }

    .site-id-11 .hero_locatie_bottom_link {
        flex: 0 0 180px;
        min-width: 180px;
        max-width: 180px;
        scroll-snap-align: start;
    }
}

.gform-theme--framework .gf_progressbar .percentbar_blue {background-color:var(--wp--preset--color--fl-accent)!important;}
.gform-theme--api, .gform-theme--framework {--gf-ctrl-border-color-focus:#fff!important;--gf-ctrl-outline-color-focus:var(--wp--preset--color--fl-accent)!important;}

.button--locatie-document {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 14px 22px;
    border-radius: 50px;

    background: #f5f5f5;
    border: 2px solid #759b89;

    color: #759b89 !important;
    font-weight: 600;
    text-decoration: none !important;

    transition: all .25s ease;
}

.button--locatie-document:hover {
    background: #759b89;
    color: #fff !important;
    transform: translateY(-2px);
}

.document-icon {
    font-size: 1.2em;
    line-height: 1;
}

.document-text {
    line-height: 1;
}