

.flex_layout.content_image_slider .content_wrapper{
    max-width: 800px;
    margin-bottom: 60px;
}

.flex_layout.content_image_slider .actueel-counter{
    position: absolute;
    right: 2rem;
    top: 1rem;
}

.flex_layout.content_image_slider .actueel-counter svg {
    opacity: 0.5;
}

.flex_layout.content_image_slider .actueel-counter svg circle{
    fill: white;
}

.flex_layout.content_image_slider .content-image-sliders-container .fl-heading,
.flex_layout.content_image_slider .fl-heading.content-image-sliders {
    color: #000;
}

.flex_layout.content_image_slider .content-image-sliders-wrapper .content-image-slider .fl-heading {
    font-weight: 600;
    text-transform: none;
    padding-bottom: 10px;
}

.flex_layout.content_image_slider .content-image-slider-image {
    position: sticky;
    /* top: calc(50% - 300px); */
    top: 110px;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1;
    max-height: calc(100vh - 200px);
    /* overflow: hidden; */
    /* border-radius: 1rem; */
}

.flex_layout.content_image_slider .content-image-slider{
    padding: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: start; */
    gap: 0px;
    background-color: var(--turquoise-dark);
    padding: 2rem;
    border-radius: 1rem;
    color: white;
}

.flex_layout.content_image_slider .content-image-slider:nth-child(4n+2){
    background-color: var(--blue-dark);
}

.flex_layout.content_image_slider .content-image-slider:nth-child(4n+3){
    background-color: var(--circuit-blue);
}

.flex_layout.content_image_slider .content-image-slider:nth-child(4n+4){
    background-color: var(--charcoal);
}

.flex_layout.content_image_slider .content-image-sliders-wrapper .content-image-slider:not(:last-child) {
    margin-bottom: 20px;
}

#pk_flex_content .flex_layout.content_image_slider .content-image-slider .heading{
    font-weight: 500;
    color: white;
    margin-bottom: 1.2rem;
    padding-right: 80px;
}

#pk_flex_content .flex_layout.content_image_slider .content-image-slider p{
    margin-bottom: 0.5rem;
}

/* .flex_layout.content_image_slider .swiper-scrollbar {
    background-color: #000;
}

.content-image-sliders-container.mobile-layout .swiper-scrollbar-mobile {
    width: 100%;
    height: 5px;
    background: #302E2F;
    margin-top: 10px;
}

.content-image-sliders-container.mobile-layout .swiper-scrollbar-mobile .swiper-scrollbar-drag {
    background: #5EED8C;
} */

@media screen and (min-width: 768px) {
    .flex_layout.content_image_slider .content-image-sliders-wrapper .content-image-slider {
        position: relative;
        opacity: 1;
        scale: 0.97;
        transition: all 0.3s;
    }
    
    .flex_layout.content_image_slider .content-image-sliders-wrapper .content-image-slider.active {
        position: relative;
        opacity: 1;
        scale: 1;
    }
    
    #pk_flex_content .flex_layout.content_image_slider .desktop-layout {
        display: flex;
    }

    #pk_flex_content .flex_layout.content_image_slider .mobile-layout {
        display: none;
    }

    .flex_layout.content_image_slider .content-image-sliders-container {
        display: flex;
        gap: 20px;
    }

    .flex_layout.content_image_slider .content-image-sliders-container > div {
        width: 50%;
        flex: 1;
        position: relative;
    }

    /* .flex_layout.content_image_slider.content-image-sliders-wrapper>* {
        max-width: 450px;
    }

    .flex_layout.content_image_slider .content-image-sliders-wrapper>.fl-heading {
        margin-bottom: 100px;
    } */
    .flex_layout.content_image_slider .content-image-slider-image-container.mobile {
        display: none;
    }
}



@media screen and (max-width: 767px) {
    .flex_layout.content_image_slider .content-image-sliders-wrapper .content-image-slider{
        height: 100%;
    }
    
    .flex_layout.content_image_slider .content-image-slider-image-container.mobile{
        margin-top: auto;
    }
    
    .flex_layout.content_image_slider .content_wrapper{
        margin-bottom: 40px;
    }
    
    #pk_flex_content .flex_layout.content_image_slider .desktop-layout {
        display: none;
    }

    #pk_flex_content .flex_layout.content_image_slider .mobile-layout {
        display: block;
        overflow: visible;
    }


    /* .flex_layout.content_image_slider .content-image-sliders-container .content-image-sliders-wrapper>.fl-heading,
    .flex_layout.content_image_slider .fl-heading.content-image-sliders {
        margin-bottom: 30px;
    } */

    .flex_layout.content_image_slider .content-image-sliders-container .fl-heading {
        margin-bottom: 20px;
    }

    .flex_layout.content_image_slider .content-image-slider-image {
        aspect-ratio: 2 / 1;
        height: auto;
        max-height: auto;
        border-radius: 1rem;
        margin-top: 30px;
    }

    .flex_layout.content_image_slider .content-image-sliders-container .content-image-slider .fl-rich-text {
        margin-bottom: 30px;
    }
    
    .flex_layout.content_image_slider .content-image-slider{
        padding: 2rem 20px;
    }
}