/* =============================================================================
   shared/sliders.css
   Extracted from style.css. Loaded only on: block sectoren_slider, block select_category_functionaliteiten, block select_functionaliteiten, block select_review
============================================================================= */

span.arrow_black {display: inline-block; margin-left: 8px; width: 13px;height: 13px;background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0784 5.84475L7.35779 1.12415C7.13573 0.902087 6.77497 0.9017 6.55338 1.12328C6.3318 1.34487 6.33219 1.70563 6.55425 1.92769L10.3012 5.67464L0.805546 5.66565C0.491096 5.66531 0.236641 5.91977 0.236979 6.23422C0.237318 6.54867 0.49232 6.80367 0.80677 6.80401L10.3024 6.813L6.56352 10.5519C6.34194 10.7735 6.34232 11.1343 6.56438 11.3563C6.78644 11.5784 7.14721 11.5788 7.36879 11.3572L12.078 6.64793C12.3008 6.42757 12.3004 6.06681 12.0784 5.84475Z' fill='%23353535'/%3E%3C/svg%3E") no-repeat center center;background-size: contain;}
.wrapper_large {max-width: 1440px;padding: 0;position: relative;margin: 0 auto;overflow: hidden;}
.wrapper_large::before {pointer-events: none; content: "";position: absolute;left: 0;top: 0;width: 421px;background: linear-gradient(88deg, var(--backgrondColorGray) 28.6%, rgba(229, 227, 220, 0.00) 98.21%);z-index: 2;height: 100%;}
.wrapper_large::after {pointer-events: none;content: "";position: absolute;right: 0;top: 0;width: 421px;background: linear-gradient(-88deg, var(--backgrondColorGray) 28.6%, rgba(229, 227, 220, 0.00) 98.21%);z-index: 2;height: 100%;}
.swiperPrev {position: absolute;left: 70px;top: 50%;transform: translateY(-50%);z-index: 3;cursor: pointer;}
.swiperNext {position: absolute;right: 70px;top: 50%;transform: translateY(-50%);z-index: 3;cursor: pointer;}
.swiperPrev:hover svg rect {fill: var(--backgrondColorRed);stroke: var(--backgrondColorRed);}
.swiperNext:hover svg rect {fill: var(--backgrondColorRed);stroke: var(--backgrondColorRed);}
.card_box_item:hover span.arrow_black {background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0784 5.84475L7.35779 1.12415C7.13573 0.902087 6.77497 0.9017 6.55338 1.12328C6.3318 1.34487 6.33219 1.70563 6.55425 1.92769L10.3012 5.67464L0.805546 5.66565C0.491096 5.66531 0.236641 5.91977 0.236979 6.23422C0.237318 6.54867 0.49232 6.80367 0.80677 6.80401L10.3024 6.813L6.56352 10.5519C6.34194 10.7735 6.34232 11.1343 6.56438 11.3563C6.78644 11.5784 7.14721 11.5788 7.36879 11.3572L12.078 6.64793C12.3008 6.42757 12.3004 6.06681 12.0784 5.84475Z' fill='%23fb4545'/%3E%3C/svg%3E") no-repeat center center;background-size: contain;}
.single-functionaliteiten .slider_section.layout_three .card_box_item  h5 .arrow_black {display: none;}

@media only screen and (max-width:1279px) {
    .swiperPrev {left: 30px;}
    .swiperNext {right: 30px;}
    .wrapper_large::before, .wrapper_large::after {width: 240px;}
}

@media only screen and (max-width:1023px) {
    .swiperPrev {left: 20px;}
    .swiperNext {right: 20px;}
    .wrapper_large::before, .wrapper_large::after {width: 170px;}
}

@media only screen and (max-width:600px) {
    .wrapper_large::before, .wrapper_large::after {width: 148px;}
    .wrapper_large::before {left: -40px;}
    .wrapper_large::after {right: -40px;}
    .swiperPrev svg, .swiperNext svg {width: 30px;height: 30px;}
    .swiperPrev {left: 15px;}
    .swiperNext {right: 15px;}
    span.arrow_black {width: 13px;height: 11px;margin-right: 5px;background-size: 13px;min-width: 13px;}
}

.slider_section .wrapper_large::before,.slider_section .wrapper_large::after {width:300px;}

@media only screen and (max-width:1023px) {
    .slider_section .wrapper_large::before,.slider_section .wrapper_large::after {width:140px;}
}

@media only screen and (max-width:600px) {
    .slider_section .wrapper_large::before,.slider_section .wrapper_large::after {width:50px;}
}
