/*Contentblok Logo slider*/
.contentblok.logo_slider {

    color: var(--kleur-blauw);
    margin-bottom: 12rem;
}
.logo_slider_inner {

    border-radius: 2rem;
    background-color: var(--kleur-beige);
    padding: 6rem 4rem;
}
.contentblok.logo_slider .content_top {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.207' height='41' viewBox='0 0 11.207 41'%3E%3Cpath d='M40,10H80L70,0' transform='translate(10.5 -39.5) rotate(90)' fill='none' stroke='%23011c27' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 7.6rem;
}


.logo_slider_container {

}

.logo_slider_swiper  {
    overflow: hidden;
}
.logoslide {
    background-color: var(--kleur-beige);
}
.logoslide img  {
    mix-blend-mode: multiply;
}


@media (min-width: 768px) {

}

@media (min-width: 992px) {

    .contentblok.logo_slider h2,
    .contentblok.logo_slider .h2 {
        font-size: 3rem;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        line-height: 4.4rem;
        min-height: 8rem;
    }
    .contentblok.logo_slider .content_top {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.207' height='81' viewBox='0 0 11.207 81'%3E%3Cpath id='Path_1283' data-name='Path 1283' d='M0,10H80L70,0' transform='translate(10.5 0.5) rotate(90)' fill='none' stroke='%23011c27' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
        padding-bottom: 0;
        background-position: center center;
    }
}

@media (min-width: 1200px) {


}

@media (min-width:1400px) {
}
