/* * jquery.selectBoxIt.css 3.8.0 * Author: @gregfranko */ /* Common CSS Properties --------------------- These properties will be applied to any themes that you use */ /* SelectBoxIt container */ .selectboxit-container { position: relative;display: inline-block;vertical-align: top;} /* Styles that apply to all SelectBoxIt elements */ .selectboxit-container * { font: 14px Helvetica, Arial;/* Prevents text selection */ -webkit-touch-callout: none;-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; -o-user-select: none; user-select: none; outline: none; white-space: nowrap; } /* Button */ .selectboxit-container .selectboxit { width: 220px; /* Width of the dropdown button */ cursor: pointer; margin: 0; padding: 0; border-radius: 6px; overflow: hidden; display: block; position: relative; } /* Height and Vertical Alignment of Text */ .selectboxit-container span, .selectboxit-container .selectboxit-options a { height: 30px; /* Height of the drop down */ line-height: 30px; /* Vertically positions the drop down text */ display: block; } /* Focus pseudo selector */ .selectboxit-container .selectboxit:focus { outline: 0; } /* Disabled Mouse Interaction */ .selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled { opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; cursor: default; } /* Button Text */ .selectboxit-text { text-indent: 5px; overflow: hidden; text-overflow: ellipsis; float: left; } .selectboxit .selectboxit-option-icon-container { margin-left: 5px; } /* Options List */ .selectboxit-container .selectboxit-options { -moz-box-sizing: border-box; box-sizing: border-box; min-width: 100%;  /* Minimum Width of the dropdown list box options */ *width: 100%; margin: 0; padding: 0; list-style: none; position: absolute; overflow-x: hidden; overflow-y: auto; cursor: pointer; display: none; z-index: 9999999999999; border-radius: 6px; text-align: left; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /* Individual options */ .selectboxit-option .selectboxit-option-anchor{ padding: 0 2px; } /* Individual Option Hover Action */ .selectboxit-option .selectboxit-option-anchor:hover { text-decoration: none; } /* Individual Option Optgroup Header */ .selectboxit-option, .selectboxit-optgroup-header { text-indent: 5px; /* Horizontal Positioning of the select box option text */ margin: 0; list-style-type: none; } /* The first Drop Down option */ .selectboxit-option-first { border-top-right-radius: 6px; border-top-left-radius: 6px; } /* The first Drop Down option optgroup */ .selectboxit-optgroup-header + .selectboxit-option-first { border-top-right-radius: 0px; border-top-left-radius: 0px; } /* The last Drop Down option */ .selectboxit-option-last { border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; } /* Drop Down optgroup headers */ .selectboxit-optgroup-header { font-weight: bold; } /* Drop Down optgroup header hover psuedo class */ .selectboxit-optgroup-header:hover { cursor: default; } /* Drop Down down arrow container */ .selectboxit-arrow-container { /* Positions the down arrow */ width: 30px; position: absolute; right: 0; } /* Drop Down down arrow */ .selectboxit .selectboxit-arrow-container .selectboxit-arrow { /* Horizontally centers the down arrow */ margin: 0 auto; position: absolute; top: 50%; right: 0; left: 0; } /* Drop Down down arrow for jQueryUI and jQuery Mobile */ .selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon { top: 30%; } /* Drop Down individual option icon positioning */ .selectboxit-option-icon-container { float: left; } .selectboxit-container .selectboxit-option-icon { margin: 0; padding: 0; vertical-align: middle; } /* Drop Down individual option icon positioning */ .selectboxit-option-icon-url { width: 18px; background-size: 18px 18px; background-repeat: no-repeat; height: 100%; background-position: center; float: left; } .selectboxit-rendering { display: inline-block !important; *display: inline !important; zoom: 1 !important; visibility: visible !important; position: absolute !important; top: -9999px !important; left: -9999px !important; } /* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */ .jqueryui .ui-icon { background-color: inherit; } /* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */ .jqueryui .ui-icon-triangle-1-s { background-position: -64px -16px; } /* Default Theme ------------- Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme */ .selectboxit-btn { background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); background-repeat: repeat-x; border: 1px solid #cccccc; border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-bottom-color: #b3b3b3; } .selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active { color: #333333; background-color: #e6e6e6; } .selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus { color: #333333; text-decoration: none; background-position: 0 -15px; } .selectboxit-default-arrow { width: 0; height: 0; border-top: 4px solid #000000; border-right: 4px solid transparent; border-left: 4px solid transparent; } .selectboxit-list { background-color: #ffffff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } .selectboxit-list .selectboxit-option-anchor { color: #333333; } .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor { color: #ffffff; background-color: #0081c2; background-image: -moz-linear-gradient(top, #0088cc, #0077b3); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); background-image: -o-linear-gradient(top, #0088cc, #0077b3); background-image: linear-gradient(to bottom, #0088cc, #0077b3); background-repeat: repeat-x; } .selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor { color: #999999; }

/* Slider styling */ .search-field.has-slider .search-items { display: none; } .search-field .slider-values { font-size: 14px; margin-bottom: 1em; overflow: hidden; } .search-field .slider-values small { font-size: 100%; color: #999; display: none; } .search-field.tracking-min .slider-values .low small, .search-field.tracking-max .slider-values .high small { display: inline; } .search-field .slider-values .low { float: left; } .search-field .slider-values .high { float: right; } /* jQuery UI slider styles */ .search-field.has-slider .search-items { display: none; } .ui-slider { position: relative; text-align: left; background: #91a839; height: 7px; margin: 0 4px; border-radius: 3.5px; } .ui-slider .ui-slider-handle { position: absolute; z-index: 1; padding: 10px; width: 16px; height: 16px; top: -14px; margin-left: -18px; outline: none; cursor: default; -ms-touch-action: none; touch-action: none; } .ui-slider .ui-slider-handle span { display: block; width: 16px; height: 16px; border-radius: 50%; background-color: #fff; border: 2px solid #91a839; } .ui-slider .ui-slider-range { position: absolute; z-index: 2; font-size: .7em; display: block; border: 0; background-position: 0 0; background-color: #ffffff; } /* support: IE8 - See #6727 */ .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; } .ui-slider-horizontal .ui-slider-range { top: 2px; height: 3px; } .ui-slider-horizontal .ui-slider-range-min { left: 0; } .ui-slider-horizontal .ui-slider-range-max { right: 0; } body.has-js .search-sidebar input[type="submit"] { display: none; }

/* Loading View styles */ .search-load-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(255, 255, 255, 0.8); display: none; } .search-loading .search-load-overlay { display: block; } .search-loading .results-container { -webkit-filter: blur(2px); filter: blur(2px); } .post-type-archive-venum_wonen .search-content { position: relative; }

/* Slider */ .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list {padding-bottom: 20px !important; background-image: linear-gradient(240deg, #29363b 0%, #29363b 100%); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track {position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; } .slick-track:before, .slick-track:after { display: table; content: ''; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide {position:relative; display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } .slick-slide {opacity: 0.5; transition: all .3s ease-in-out;} .slick-current {opacity: 1;}

/*lightbox */ .lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;border-radius:3px}.lightbox a img{border:none}.lb-outerContainer{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;border-radius:4px}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-container{padding:4px}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

/*
100% width opened filter
 */
 .home .autobedrijfvoertuigen-search.active {
     width: 100%;
 }
.home .autobedrijfvoertuigen-search.active .search-field.small, .home .autobedrijfvoertuigen-search.active .search-field, .home .autobedrijfvoertuigen-search.active .js__search_limiter .search-field.clickable.float {
    width: calc(33.33% - 10px);
}

.icon__svg {
    width: inherit;
    height: inherit;
    display: block;
}

html.no-scroll {
    overflow: hidden;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.no-pointer {
    pointer-events: none;
}

.home .av_mask {
    position: absolute;
    left: -10px;
    top: 0;
    width: calc(100% + 20px);
    height: 100%;
    background: white;
    opacity: 0.8;
    display: none; 
    -webkit-filter: blur(2px); 
    filter: blur(2px);
    z-index: 2;
}


.home .av_container {
    width:100%;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing:border-box;
    margin-top: 140px;
}


.home .autobedrijfvoertuigen-search {
    background: white;
    padding: 20px 20px 70px 20px;
    position: relative;
    z-index: 10;
    box-shadow: 0px 9px 40px 0px rgba(0,0,0,0.5);
    width: 50%;
}

.home .autobedrijfvoertuigen-search #entity-search {
    margin-top: 80px;
}

.home .autobedrijfvoertuigen-search h2 {
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    color: white;
    background: #2463af;
    margin: 0px;
    padding: 12px 0px;
    width: calc(100% - 60px);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
    text-align: center;
    font-size: 28px;
}

.home .autobedrijfvoertuigen-search input[type="submit"] {
    position: absolute;
    background: #2463af;
    color: white;
    border: 0;
    border-radius: 0;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    font-weight: 500;
    line-height: 50px;
    font-size: 20px;
    font-family: "Poppins", Sans-serif;
    padding: 0px 35px;
    cursor: pointer;
}

.home .autobedrijfvoertuigen-search .js__search_limiter input[type="submit"] {
    position: relative;
    float: left;
    bottom: 0;
    margin-top: 30px;
}

.home .autobedrijfvoertuigen-search .search-field.small {
    width: calc(100% - 10px);
}

.home .autobedrijfvoertuigen-search .search-field, .home .autobedrijfvoertuigen-search .js__search_limiter .search-field.clickable.float {
    float: left;
    width: calc(50% - 10px);
    margin: 0px 5px 10px;
}

.home .autobedrijfvoertuigen-search .js__search_limiter .js__open_filter {
    bottom: 100px;
}

.home .autobedrijfvoertuigen-search .search-field .search-items {
    position: relative;
}

.home .autobedrijfvoertuigen-search .search-field select {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    width: 100%;
    cursor: pointer;
    font-size: 13px;
}

.home .autobedrijfvoertuigen-search .search-field.small select {
    width: calc(50% - 5px);
}

.home .autobedrijfvoertuigen-search .search-field.small select:first-of-type {
    margin-right: 10px;
}

.home .autobedrijfvoertuigen-search .search-field .filter__icon {
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
}

.home .autobedrijfvoertuigen-search .search-field .filter__icon.wide {
    width: 100%;
    top: 0;
    left: 0;
    right:0;
    height:100%;
    transform: none;
}

.home .autobedrijfvoertuigen-search .search-field .filter__icon.wide svg {
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: calc(50% + 25px);
}

.home .autobedrijfvoertuigen-search .search-field .filter__icon.wide svg:first-of-type {
    right: 20px;
}

.home .autobedrijfvoertuigen-search .js__search_limiter {
    display: block;
    width: 100%;
    /* transition: max-height .3s ease-in-out; */
    top: 100%;
    background: white;
    left: 0;
    position:absolute;
    padding: 0px 20px;
    margin-bottom:20px;
    overflow:hidden;
    box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.2);
    max-height: 0px;
}

.home .autobedrijfvoertuigen-search .js__search_limiter .js__search_height {
    padding-top: 70px;
    padding-bottom:20px;
}

.home .autobedrijfvoertuigen-search .js__open_filter {
    position: absolute;
    right: 30px;
    bottom: 40px;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    font-family: "Arvo", Sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 0px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    line-height: 25px;
    background-color: #00ce1b;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 0;
}

.home .autobedrijfvoertuigen-search .js__open_filter span {
    display: none;
}

.home .autobedrijfvoertuigen-search .js__open_filter span.active {
    display: inline-block;
}

.home .autobedrijfvoertuigen-search .js__search_limiter h3 {
    float: left;
    width: calc(100% - 20px);
    margin-left: 10px;
    font-family: "poppins";
    font-weight: 200;
    border-bottom: 1px solid #333;
    margin-top: 20px;
}

.home .autobedrijfvoertuigen-search .js__search_limiter h4 {
    float: left;
    width: calc(100% - 20px);
    font-family: "poppins";
    font-weight: 400;
    margin: 0px 10px;
}


.home .autobedrijfvoertuigen-search .js__search_limiter .search-field{
    margin-bottom: 10px;
}

.home .autobedrijfvoertuigen-search .js__search_limiter .search-field.clickable {
    width: 100%;
    margin: 0px 0px 30px 0px;
}

.home .autobedrijfvoertuigen-search .js__search_limiter .search-field.clickable label {
    float: left;
    margin: 0px 10px;
    font-family: "Poppins", sans-serif;
    position: relative;
    font-weight: 400;
    cursor: pointer;
}

.home .autobedrijfvoertuigen-search .js__search_limiter .search-field.clickable label input, .checkboxes label input {
    opacity: 0;
}

.home .autobedrijfvoertuigen-search .js__search_limiter .search-field.clickable label span::before, .checkboxes label span::before {
    content: '';
    width: 10px;
    height: 12px;
    background-image: url('includes/images/plug-black.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left:5px;
    top: 50%;
    transform:translateY(-50%);
    pointer-events: none;
}

.home .autobedrijfvoertuigen-search .js__search_limiter .search-field.clickable label input:checked + span::before, .checkboxes label input:checked + span::before{
    content: '';
    width: 10px;
    height: 12px;
    background-image: url('includes/images/plug-green.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left:5px;
    top: 50%;
    transform:translateY(-50%);
    pointer-events: none;
    z-index:1;
}

.home .av_recent {
    margin: 0px -10px;
    font-family: "Poppins", Sans-serif;
}

.home .av_recent h2 {
    margin: 0px;
    margin-left: 10px;
    color: #cccccc;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}

.home .av_recent article.voertuig {
    width: calc(33.33% - 20px);
    margin: 0px 10px;
    position: relative;
    /* font-family: "Poppins", Sans-serif; */
    float: left;
}

.home .av_recent article.voertuig .overlay{
    position: absolute;
    left: 0;
    top:0;
    width:100%;
    height: 100%;
}

.home .av_recent article.voertuig .item-image {
    /* width: 100%; */
    height: auto;
    display: block;
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 9px 40px 0px rgba(0,0,0,0.2);
}

.home .av_recent article.voertuig .item-content {
    /* width: 100%;  */
    padding: 20px 0px;
}

.home .av_recent article.voertuig .item-content p {
    margin: 0px;
    font-weight: 300;
}

.home .av_recent article.voertuig .item-content h3 {
    margin: 0px;
    /* font-family: "Poppins", Sans-serif; */
}

@media screen and (max-width: 1300px) {
    .home .av_container {
        max-width: 1140px;
        margin-top: 100px;
    }
}

@media screen and (max-width: 1140px) {
    .home .av_container {
        max-width: 950px;
    }

    .home .autobedrijfvoertuigen-search .search-field select, .home .autobedrijfvoertuigen-search .js__open_filter, .home .autobedrijfvoertuigen-search .js__search_limiter .search-field.clickable label {
        font-size: 12px;
    }

    .home .autobedrijfvoertuigen-search h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 1024px) {
    .home .av_container {
        max-width: 900px;
    }
    .home .av_container h3 span {
        display: none;
    }
}

@media screen and (max-width: 950px) {
    .home .av_container {
        max-width: 670px;
    }

    .home .av_recent article.voertuig {
        width: calc(50% - 20px);
    }

    .home .av_recent article.voertuig:last-of-type {
        left: 50%;
        transform: translateX(-50%);
    }

    .home .autobedrijfvoertuigen-search.active .search-field, .home .autobedrijfvoertuigen-search.active .search-field.small {
        width: calc(50% - 10px);
    }

    .home .autobedrijfvoertuigen-search {
        width: 100%;
    }
    .home .autobedrijfvoertuigen-search .js__search_limiter h3 {
        font-size: 20px;
        margin-top: 10px;
    }
    .home .autobedrijfvoertuigen-search .js__search_limiter h4 {
        font-size: 18px;
    }
    .home .autobedrijfvoertuigen-search .js__search_limiter .search-field.clickable {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 670px) {
    .home .av_container {
        max-width: 480px;
    }

    .home .av_recent article.voertuig .item-image {
        height: 170px;
    }

    .home .autobedrijfvoertuigen-search .search-field {
        width: 100%;
        margin: 5px 0px;
    }

    .home .autobedrijfvoertuigen-search.active .search-field, .home .autobedrijfvoertuigen-search.active .search-field.small, .home .autobedrijfvoertuigen-search.active .js__search_limiter .search-field.clickable.float {
        width: 100%;
    }

    .home .autobedrijfvoertuigen-search .js__search_limiter .search-field.clickable label {
        width: calc(100% - 10px);
        margin: 2px 5px;
        padding: 0px 5px;
    }

    .home .autobedrijfvoertuigen-search .js__search_limiter .js__open_filter {
        bottom: 80px;
    }

    .home .autobedrijfvoertuigen-search .js__search_limiter input[type="submit"] {
        margin-top: 40px;
    }

    /* .home .autobedrijfvoertuigen-search .js__open_filter {
        display: none;
    }
     */
    .home .autobedrijfvoertuigen-search {
        padding-bottom: 80px;
    }
    .home .autobedrijfvoertuigen-search #entity-search {
        margin-top:  50px;
    }
    .home .autobedrijfvoertuigen-search input[type="submit"] {
        font-size:  16px;
    }
    .home .autobedrijfvoertuigen-search h2 {
        font-size: 20px;
    }
    .home .autobedrijfvoertuigen-search .search-field.small {
        width:  100%;
    }
}

@media screen and (max-width: 480px) {
    .home .av_container {
        max-width: 100%;
        margin-top: 50px;
    }
    .home .av_recent article.voertuig {
        width: calc(100% - 20px);
    }
    .home .av_recent article.voertuig .item-image {
        height: 250px;
    }
}

@media screen and (max-width: 360px) {
    .home .av_recent article.voertuig .item-image {
        height: 170px;
    }
}

.post-type-archive-autobedrijf_voertuig .site-inner:first-of-type {
    padding: 0px;
}

.av_archive h1, .av_archive p, .av_archive h2, .av_archive h3 {
    margin: 0px;
}

.av_archive {
    box-sizing: border-box;
    padding-bottom:60px;
}

.av_archive .heading {
    background: #2463af;
    text-align: center;
    padding: 20px 0px 22px;
}

.av_archive .heading h1 {
    color: white;
    font-weight:600;
}

.av_archive .heading .site-inner, .av_archive section#primary.site-inner {
    margin-top: 0px !important;
    padding: 0px !important;
}

.av_archive .hidden-l {
    display: none;
}

.av_archive .filters button {
    position:relative;
    border: 0;
    line-height: 25px;
    padding: 0px 20px 0px 35px;
    background-color: rgba(237,237,237,0.83);
    color: black;
    cursor: pointer;
    font-weight: 400;
}

.av_archive .filters button .btn_close {
    transition: all .3s ease-in-out;
    border-radius: 50px;
    line-height: 16px;
    font-size: 11px;
    color: black;
    background-color: rgba(237,237,237);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    height: 15px;
    width: 15px;
    text-align: center;
}

.av_archive .filters button:hover .btn_close {
    background-color: red;
    color: white;
}

.av_archive #entity-search-form .search-field.remove-button{
    margin-top: 20px;
}

.av_archive #entity-search-form .search-field.remove-button a{
    color: #ffffff;
    background-color: #7b8c93;
    text-decoration: none;
    text-align: center;
    font-family: "Arvo", Sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 2px 24px 0px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    line-height: 25px;
    background-color: #818a91;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.av_archive #entity-search-form .search-field.wide {
    width: 100%;
    background-color: #e7eaee;
    padding:10px 0px;
}

.av_archive #entity-search-form .search-field.wide input {
    background-color: white;
    width:calc(100% - 168px);float: left;
    border-radius: 5px;
}

.av_archive #entity-search-form .search-field.wide .search-field {
    position:relative;
    margin: 0px 10px;
    float: left;
    width: 100px;
    box-shadow: rgba(0,0,0,.07) 1px 1px 8px !important;
}

.av_archive #entity-search-form .search-field.wide .search-field .filter__icon {
    fill:black;
    left: auto;pointer-events:none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
}

.av_archive #entity-search-form .search-field.wide select {
    border-radius: 5px;
    -moz-appearance:none;
    appearance:none;
    -webkit-appearance:none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    cursor:pointer;
}

.av_archive #entity-search-form .search-field.wide select:focus {
    box-shadow: rgba(0,0,0,.2) 1px 1px 8px !important;
    border-color: #afb4d2 !important;
}

/* .av_archive #entity-search-form .search-field.wide input:focus {
border-bottom: 0 !important;
}
 */
.av_archive #entity-search-form .search-field.wide .submit-button {
    border-radius: 5px;
    position: relative;
    width: 48px;
    height: 48px;
    background-color: #e3051b;
    float: left;
}

.av_archive #entity-search-form .search-field.wide .filter__icon {
    width:25px;
    height:25px;
    fill: #FFF;
    line-height:44px;
    display:block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.av_archive #entity-search-form .search-field.wide .submit-button input {
    width:100%;
    height: 100%;float: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent !important;
    color: transparent;
}

.av_archive #entity-search .filter-intro {
    margin-top: 30px;
    color: #1e73be;
    margin-bottom:10px;
}


.av_archive #entity-search .search-type label {
    position: relative;
    width: 33.33%;
    float: left;
    text-align: center;
    background-color: #f1f1f1;
    line-height: 40px;
    border: 1px solid white;
    transition: all .2s ease-in-out;
}

.av_archive #entity-search .search-type label:hover, .av_archive #entity-search .search-type label.active {
    background-color: #cacaca;
    cursor: pointer;
}

.av_archive #entity-search .search-type input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
}

.av_archive #entity-search .search-type input:hover, .av_archive #entity-search select:hover  {
    cursor: pointer;
}

.av_archive #entity-search .search-items {
    position:relative;
}

.av_archive #entity-search .search-field.high {
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.av_archive #entity-search .search-field.high.js__high {
    max-height: 36px;
}

.av_archive #entity-search .search-field .js__search_field {
    background: rgba(237,237,237,0.83);
    padding-bottom: 10px;
}

.av_archive #entity-search .search-field .js__search_field label.js__label_open {
    display: block;
    padding: 0px 15px;
    border: 1px solid #ddd;
    line-height: 34px;
    position: relative;
    margin-bottom: 8px;
    cursor: pointer;
    background: white;
}

.av_archive #entity-search .search-field .js__search_field label.js__label_open.active .filter__icon{
    transform: translateY(-50%) rotate(-180deg);
}

.av_archive #entity-search .search-field .js__search_field .checkboxes {
    padding: 10px 0px;
}

.av_archive #entity-search .search-field .js__search_field .checkboxes label {
    position: relative;
    padding-left: 10px;
    cursor: pointer;
    display:block;
    font-size: 12px;
}

.av_archive #entity-search .search-field .filter__icon {
    pointer-events:none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    transition: all .3s ease-in-out;
}

.av_archive #entity-search .search-items .filter__icon.big {
    height: 100%;
}

.av_archive #entity-search .search-items .filter__icon.big .icon__svg {
    height: 33px;
    margin: 2px 0px;
}

.av_archive #entity-search select {
    padding: 5px 10px;
    -moz-appearance: none;
    -webkit-appearance:none;
    appearance:none;
    position: relative;
}

.av_archive #entity-search select.double {
    margin: 0px;
}

.av_archive #entity-search .search-items label {
    display:block;
}

.av_archive #entity-search .search-items label span {
    display: inline-block;
}


.av_archive #js--search-button {
    display:none;
}

.av_archive #js--search-button.active {
    pointer-events: none;
}

.av_archive .mask {
    opacity: 0;
    display:none;
}

.av_archive .archive-container {
    margin-top: 20px;
}


.av_archive #entity-search {
    width: calc(20% - 15px);
    float: left;
    margin-right: 15px;
}

@media (max-width:950px) {
    .av_archive #entity-search {
        width:100%;
    }
}

.av_archive #entity-results {
    width: 80%;
    float: left;
}

.av_archive #entity-results .filters.row {
    padding: 0px 10px;
}

.av_archive #entity-results .filters.row .bttns {
    display: block;
    width: 100%;
}

.av_archive #entity-results .filters.row h3 {
    margin-bottom: 10px;
}

.av_archive #entity-results .search-settings {
    position: relative;
}

.av_archive #entity-results .search-settings select {
    float: right;
    width: 200px;
    padding: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    margin: 2px 0px;
    cursor: pointer;
}

.av_archive #entity-results .search-settings .filter__icon {
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
}

.av_archive #entity-results article {position: relative; margin:20px 0px; height:auto; border-right: 1px solid #29363b;}
.av_archive #entity-results article .overlay {position:absolute; left: 0; top: 0; width: 100%; height: 100%;}
.av_archive #entity-results article .item-image {box-shadow: 0px 9px 30px 0px rgba(0,0,0,0.2); width: 35%; position: relative; overflow: hidden; float: left; min-height:210px; background-size: cover; background-position: center;}
.av_archive #entity-results article .item-image .price_label {position: absolute; bottom: 0; right: 0; padding: 5px 10px; background: white; font-size: 16px; color: #2463af}
/* .av_archive #entity-results article .item-image img {position: absolute; left: 0; top: 0;} */
.av_archive #entity-results article .item-content {width: calc(65% - 90px); float: left; padding: 20px;}
.av_archive #entity-results article h2 {font-size: 22px;}
.av_archive #entity-results article p {padding: 0px; font-size: 15px;}
.av_archive #entity-results article p.excerpt {margin-top: 7px;}
.av_archive #entity-results article p.underline {margin-right: 3px; font-size: 12px; line-height: 15px; float: left;}
.av_archive #entity-results article .status {pointer-events: none; position:absolute; right: 0; bottom: 0; padding: 0px 20px; color: white; background-color: #141b4d; text-align: center; border-radius: 3px 0px 0px 0px;}
.av_archive #entity-results article .price {pointer-events: none; position: absolute; right: 0; bottom: 0; color: #29363b; font-weight: 300; padding:20px; background-color: transparent; font-size: 25px;}
.av_archive #entity-results article ul {float: left; margin-top: 6px; width: 100%;}
.av_archive #entity-results article ul li {position: relative; padding-left: 20px; font-size: 14px;}
.av_archive #entity-results article ul .list__icon {position: absolute; left: 0; top: 50%; transform: translateY(-50%); height: 12px; width: 10px; fill:#00ce1b;}

.av_archive #entity-results .av_pagination {width: 100%; padding: 20px 20px; background: rgba(237,237,237,0.83); margin-top: 60px;}
.av_archive #entity-results .av_pagination .nav-previous {clear:none; float: left; margin: 0px;}
.av_archive #entity-results .av_pagination .nav-next {clear:none; float: right; margin: 0px;}

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

    .av_archive #entity-results .filters.row {
        margin: 20px 0px 10px;
    }

	.av_archive .hidden-sm {
        display: none;
    }

	.av_archive #entity-results article .item-content .excerpt {
        display:none;
    }

	.av_archive #entity-results {
        width: 100%;
    }


	.av_archive #entity-search {
        width: 100%;
    }

    .av_archive #entity-search .filter-intro {
        color: white;
        margin-top:0px;
    }

	.av_archive .js--search-sidebar {
        transition: all .3s ease-in-out;
        position: absolute;
        left: -310px;
        top: 0;
        background-color: #2463af !important;
        padding: 25px;
        width: 310px;
        float: none;
        margin: 0px;
        z-index: 11;
    }

	.av_archive .js--search-sidebar .inside-sidebar {
        height: 100%;
        overflow: auto;
    }

	.av_archive  #js--search-button {
        float: left;
        display: inline-block;
        text-align: center;
        width: auto;
        padding: 5px 20px;
        background-color: #2463af;
        position: relative;
    }

	.av_archive #js--search-button:hover {
        cursor: pointer;
    }

	.av_archive #js--search-button p {
        padding: 0px;
        color: white;
    }


	.av_archive .mask {
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9;
        background-color: rgba(0, 0, 0, 0.4);
        transition: all .2s ease-in-out;
        pointer-events: none;
    }

	.av_archive .mask.visible {
        opacity: 1;
         pointer-events: auto;
    }

	.av_archive .mask p {

        box-sizing: border-box;
        padding:0px;
        width: 42px;
        height: 42px;
        position: absolute;
        font-weight: 700;
        font-size: 20px;
        right: 30px;
        top: 130px;
        z-index: 12;
        color: white;
        background-color: #2463af;
        padding: bottom: 0px;
        padding-bottom: 0px;
        fill: white;
        line-height: 36px;
        transition: all .2s ease-in-out;
    }

    .av_archive .mask p svg {

        width: 25px;
        height: 25px;
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

	.av_archive .mask p:hover {

        background-color: #e3051b;
        cursor: pointer;
        text-shadow: 1px 1px 8px black;
    }

}


@media screen and (max-width: 670px) {
	.av_archive #entity-results article h2 {
        font-size: 18px;
        line-height: 20px;
    }

	.av_archive #entity-results article p {
        font-size: 15px;
        line-height: 22px;
    }

	.av_archive #entity-results article .item-image {
        width: 40%;
    }

	.av_archive #entity-results article .item-content {
        width: 60%;
    }

	.av_archive #entity-results .search-settings .orderings {
        width: 100%;
    }

	.av_archive #entity-results .search-settings .display {
        float: left;
        margin-top: 10px;
    }

	.av_archive .mask p {
        right: 40px;
    }

}


@media screen and (max-width: 480px) {
    .av_archive .hidden-l {
        display: block;
    }

    .av_archive .hidden-s {
        display: none;
    }
	.av_archive #entity-search-form .search-field.wide input {
        width: 100%;
        margin-bottom:10px;
    }

	.av_archive #entity-search-form .search-field.wide .search-field, .av_archive #entity-search-form .search-field.wide .submit-button {
        float: right;
    }

	.av_archive #entity-results article .item-image {
        width: 100%;
        max-height: 220px !important;
        box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
        border-right: 0;
    }

	.av_archive #entity-results article .item-content {
        width: 100%;
    }

	.av_archive .mask p {
        right: 30px;
    }

}


@media screen and (max-width: 380px) {
	.av_archive #entity-results .search-settings .order-item {
        width: calc(100% - 106px);
    }

	.av_archive .mask p {
        right: 20px;
    }

}

.av_single, .av_single h1, .av_single h2, .av_single h3 {
    font-family: "Poppins", Sans-serif !important;
}

.av_single a {
    text-decoration: none;
}

.av_single button.terugnaaraanbod {
    position: relative;
    background-color: #7b8c93;
    display: inline-block;
    width: auto;
    float: left;
    height: 30px;
    margin: 0px 0px 20px;
    text-align: center;
    line-height: 28px;
    border-radius: 0px;
    padding: 0px 25px;
    color: white;
    border-bottom: 1px solid transparent;
}
.av_single button.terugnaaraanbod:hover {
    border-bottom: 1px solid #29363b;
}

.av_single .images_wrapper {
    position: relative;
    overflow: hidden;
    background: linear-gradient(240deg, #29363b 0%, #29363b 100%);
}
.av_single .images_wrapper .centeralizer {
    position: absolute;
    width: 160vw;
    left: 50%;
    transform: translateX(-50%);
}
.single-autobedrijf_voertuig .site-inner {
    padding: 0px;
    font-family: "Poppins", Sans-serif !important;
}
.av_single .lightbox-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.av_single .voertuig-intro {
    /* background-image: linear-gradient(240deg, #29363b 0%, #29363b 100%);  */
    background-color: #2463af;
    width: 100%;
    padding: 40px 0px;
    margin-bottom: 60px;
    position:relative;
    font-family: "Poppins", Sans-serif !important;
}
.av_single .voertuig-intro .show_images {
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    top: -37px;
}
.av_single .voertuig-intro .show_images .text_wrapper {
    color: white;
    position: relative;
    padding-left:30px;
    text-decoration: none;
    cursor: pointer;
}
.av_single .voertuig-intro .show_images .images__icon {
    width:15px;
    height: 15px;
    fill:white;
    position: absolute;
    left:5px;
    top: 50%;
    transform: translateY(-50%);
}

.av_single .the-intro {
    position:relative;
}
.av_single .the-intro h1 {
    color: white;
    font-size: 30px;
    margin-bottom: 10px;
    font-family: "Poppins", Sans-serif !important;
    width: calc(100% - 180px);
}
.av_single .the-intro h1 span {
    font-weight: 700;
}
.av_single .the-intro p {
    color: white;
}
.av_single .the-intro .content-buttons {
    float: right;
    width: calc(100% - 200px);
}
.av_single .the-intro .content-buttons a {
    position: relative;
    background-color: #7b8c93;
    display:inline-block;
    width: auto;
    float: right;
    height: 30px;
    margin: 0px 10px;
    text-align: center;
    line-height: 28px;
    border-radius: 0px;
    padding: 0px 25px;;
    color: white;
    border-bottom: 1px solid transparent;
}
.av_single .the-intro .content-buttons a:hover {
    border-bottom: 1px solid #29363b;
}
.av_single .the-intro .content-buttons a.financieren {
    display:none;
}

.av_single .the-intro .content-buttons a.interesse {
    margin-top: 0px;
}

.av_single .intro-content {
    float: left;
    width: 100%;
    position:relative;
}
.av_single .intro-content .pricing {
    position:absolute;
    top:0;
    right:0;
    padding:0px 10px;
    color: white;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 32px;
}
.av_single .intro-content a {
    padding: 0px 15px;
    color: white;
    background-color:#29363b;
    float: left;
    border-radius: 5px;
    height: 28px;
    line-height: 26px;
    margin-left :9px;
    margin-top: 4px;
}
.av_single .intro-content p {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 26px;
    color: white;
    float: left;
    clear:left;
}
.av_single .intro-content p.sold {
    background-color: transparent;
    color: #29363b;
}

.av_single .voertuig-specificaties .tab {
    margin-bottom: 30px;
    border-bottom: 1px solid #29363b;
    overflow:hidden;

}
.av_single .voertuig-specificaties .tab .tablinks {
    -moz-appearance: none;
    border: none;
    background-color: #7b8c93;
    appearance: none;
    -webkit-appearance: none;
    color: white;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 2px solid transparent;
    border-radius:0px;
    transition: all .3s ease-in-out;
    top: 10px;
    position: relative;
}
.av_single .voertuig-specificaties .tab .tablinks.active, .av_single .voertuig-specificaties .tab .tablinks:hover {
    top: 4px;
}

.av_single .voertuig-specificaties .tab_panels {
    font-weight:400;
    text-align:left;
    margin-bottom: 60px;
}

.av_single .voertuig-specificaties .tab_panels p {
    margin: 0px;
}

.av_single .voertuig-specificaties .tab_panels h2{
    width: 100%;
    font-weight: 200;
    border-bottom: 1px solid #333;
}

.av_single .voertuig-specificaties .tab_panels article:not(:first-of-type) {
    margin-top: 40px;
}
.av_single .voertuig-specificaties #Specificaties {
    position:relative;
}
.av_single .tab_panels ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.av_single .tab_panels ul li {
    width:51%;
    float:left;
    font-size: 16px;
    position: relative;
}

.av_single .tab_panels .li_styled ul li {
    padding-left: 20px;
}

.av_single .tab_panels ul li .list__icon {
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    fill: #00ce1b;
}


.av_single .tab_panels ul li:nth-child(2n+1) {
    clear:both;
}
.av_single .tab_panels ul li strong {
    font-weight: 600;
    width: 50%;
    margin-right: 18px;
    display: block;
    float: left;
}
.av_single .voertuig-specificaties .voertuig-description dl {
    margin: 0px;
}
.av_single .voertuig-specificaties .voertuig-description dd {
    margin-left: 18px;
    font-weight: 400;
}
.av_single .voertuig-specificaties .voertuig-description dt, .av_single .voertuig-specificaties .voertuig-description dd  {
    width: calc(50% - 9px);
    float: left;
    text-align:center;
}

.av_single .voertuig-specificaties h3 {
    font-size: 20px;
    margin-bottom: 0px;
    line-height:30px;
    font-weight: 500;
}

.av_single .voertuig-specificaties .aanbieder p {
    margin:0px;
    font-size:16px;
    line-height: 20px;
}

.av_single .voertuig-specificaties .aanbieder a {
    display: block;
    font-size:16px;
    line-height: 20px;
}

.av_single .voertuig-specificaties .aanbieder_column {
    float: left;
    width: 33.33%;
}

.av_single .voertuig-specificaties .aanbieder_contact {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.av_single .voertuig-specificaties .aanbieder_contact p, .av_single .voertuig-specificaties .aanbieder_contact a {
    display: inline-block;
    margin-right: 10px;
}

.av_single .voertuig-specificaties .accessoires ul {
    margin-bottom: 20px;
}

.av_single .voertuig-specificaties #Opties {
    columns: 2;
    position:relative;
}
.av_single .voertuig-specificaties #Omschrijving, .av_single .voertuig-specificaties #Opmerkingen {
    position:relative;
}

.av_single .voertuig-specificaties #Extra_gegevens ul, .av_single .voertuig-specificaties #Aanbieder .aanbieder{
    margin-bottom: 40px;
}

.av_single .tabcontent {
    display: none;
    min-height: 200px;
}

.av_single .break-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: bottom;
    margin-top: 60px;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.av_single .over-break {
    position: relative;
}
.av_single .afleverstandaard {
    padding: 60px;
    position: relative;
    top: -40px;
    background-color: white;
    box-shadow: 0px 10px 15px -7px #0006;
}
.av_single .afleverstandaard h2 {
    font-size: 27px;
}
.av_single .afleverstandaard h3 {
    font-size: 22px;
}

.av_single .voertuig-gallery {
    position: relative;
}


.av_single .pointer {
    z-index: 3;
    width: 60px;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    line-height: 30px;
}
.av_single .point-left {
    left: 30vw;
}
.av_single .point-right {
    right: 30vw;
}
.av_single .pointer:hover {
    cursor: pointer;
}

.av_single .av_single_container {
    font-family: "Poppins", Sans-serif !important;
    width:100%;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing:border-box;
    transition: all .3s ease-in-out;
}

.av_single .voertuig-specificaties .tab_panels .stubborn_p {
    margin-bottom: 20px;
}

.av_single div[role="form"] {
    width: 50%;
    padding: 20px;
    background: rgba(237,237,237,0.83);
}

.av_single div[role="form"] textarea {
    height: 87px;
}

.av_single div[role="form"] input {
    margin: 5px 0px;
}

.av_single div[role="form"] label {
    margin-top: 10px;
}

.av_single div[role="form"] input[type="submit"] {
    background: #7b8c93;
    border-radius: 0px;
}

.av_single div[role="form"] input[type="submit"]:hover {
    background-color: #99b998;
}

.av_single .single_utility {
    padding: 15px 0px;
    border-top: 1px solid #29363b
}

.av_single .social_media {
    float: left;
}

.av_single .social_media a {
    float: left;
    margin-right:10px;
}

.av_single .single_utility .social__icon {
    width:25px;
    height:25px;
}

.av_single .social_media a.google-plus  {
    fill: #DD4B39;
}

.av_single .social_media a.facebook  {
    fill: #3b5998;
}

.av_single .social_media a.twitter  {
    fill: #1da1f2;
}

.av_single .print_page {
    float: right;
}



@media screen and (max-width: 1300px) {
    .av_single .av_single_container {
        max-width: 1140px;
    }
}

@media screen and (max-width: 1140px) {
    .av_single .av_single_container {
        max-width: 950px;
    }
    .av_single .tab_panels ul li {
        width: 80%
    }
    .av_single .tab_panels ul li strong {
        width:40%;
    }
    .av_single .tab_panels ul li span {
        width:calc(60% - 18px);
        float: left;
    }
}

@media screen and (max-width: 1024px) {
    .av_single .av_single_container {
        max-width: 900px;
    }
    .av_single .voertuig-specificaties .tab .tablinks {
        padding: 15px 20px;
    }
}

@media screen and (max-width: 950px) {
    .av_single .av_single_container {
        max-width: 670px;
    }
    .av_single .intro-content {
        width: 100%;
    }
	.av_single .the-intro .content-buttons {
        float: left;
        width: 100%;
        margin-top: 30px;
    }
	.av_single .the-intro .content-buttons a {
        float: left;
        margin-left: 20px;
        width: calc(33.33% - 13.33px);
        margin-top: 0px;
    }
	.av_single .the-intro .content-buttons a:first-of-type {
        margin-left: 0px;
    }
    .av_single .the-intro .content-buttons a {
        float: left;
        margin-left: 0px;
        width: 51%;
        margin-top: 10px;
    }
    .av_single .voertuig-specificaties .tab .tablinks {
        padding: 12px 15px;
        font-size: 15px;
    }
    .av_single .voertuig-specificaties .aanbieder_column{
        width: 50%;
    }
    .av_single .voertuig-specificaties .aanbieder_column:first-of-type {
        width: 100%;
        margin-bottom:20px;
    }
    .av_single div[role="form"] {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .av_single .images_wrapper .centeralizer {
        position: relative;
        width: 100vw;
        left: 0;
        transform: none;
    }
    .av_single .point-left {
        left: 0;
    }
    .av_single .point-right {
        right: 0;
    }
}

@media screen and (max-width: 670px) {
    .av_single .intro-content .pricing {
        font-size: 20px;
        top:80px;
    }
    .av_single .av_single_container {
        max-width: 480px;
    }
    .av_single .usp-blocks .block {
        width: 50%;
        margin-left: 0px;
        float: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .av_single .intro-content a.financieren {
        display:none;
    }
	.av_single .the-intro .content-buttons a {
        float: left;
        margin-left: 0px;
        width: 100%;
        margin-top: 10px;
    }
	.av_single .the-intro h1 {
        font-size: 20px;
        width: 100%;
    }
	.av_single .intro-content p , .av_single .intro-content a, .av_single button.terugnaaraanbod {
        font-size: 13px;
    }
    .av_single .voertuig-specificaties #Specificaties ul li {
        width: 100%;
    }
	.av_single .voertuig-specificaties #Opties {
        columns: 1;
    }
    .av_single .voertuig-specificaties .tab .tablinks {
        display:block;
        border-bottom: 1px solid transparent;
        width:95%;
        top:0px;
    }
    .av_single .voertuig-specificaties .tab .tablinks.active, .av_single .voertuig-specificaties .tab .tablinks:hover {
        width:100%;
        border-bottom: 1px solid #29363b;
        top:0px;
    }
    .av_single .voertuig-specificaties .tab .tablinks.active {
        top: -4px;
        margin-top:8px;
    }
    .av_single .tab_panels ul li {
        margin: 5px 0px;
    }
    .av_single .tab_panels ul li span, .av_single .tab_panels ul li strong {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .av_single .av_single_container {
        max-width: 100%;
        padding: 0px 20px;
    }
    .av_single .intro-content .pricing {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        padding:0px;
    }
    .av_single .voertuig-specificaties .aanbieder_column{
        width: 100%;
    }
    .av_single .voertuig-specificaties .aanbieder_contact .js__click_inruil {
        display:none;
    }
}

@media print {
    .av_single .single_utility,
    .av_single .voertuig-specificaties .tab_panels article.bedrijfsinformatie,
    .av_single .voertuig-specificaties .tab_panels article.aanbieder,
    .av_single .voertuig-specificaties .tab_panels article.mededelingen h2,
    .av_single .the-intro .content-buttons,
    .av_single .voertuig-intro .show_images,
    .av_single .voertuig-specificaties .tab,
    .av_single .voertuig-gallery,
    .single-autobedrijf_voertuig .site-footer,
    .single-autobedrijf_voertuig .site-header
    {
        display: none;
    }
    .av_single .voertuig-intro {
        margin-bottom: 20px;
    }
    .av_single .voertuig-print-gallery{
        display: block !important;
    }
    .av_single .voertuig-print-gallery img {
        position: relative;
        left: 50%;
        transform:translateX(-50%);
    }
}
.single-autobedrijf_voertuig .site-footer,
.single-autobedrijf_voertuig .footer-widgets,
.single-autobedrijf_voertuig header.site-header,
.post-type-archive-autobedrijf_voertuig .site-footer,
.post-type-archive-autobedrijf_voertuig .footer-widgets,
.post-type-archive-autobedrijf_voertuig header.site-header {display: none;}