/* 
Digifresh voorraad plugin
Versie: 2.3
Copyright 2023
www.digifresh.nl
*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/* body {
font-family: 'Roboto', sans-serif;
} */

.h1 {
    color: #1e1e1e !important;
    text-decoration: none !important;
}

.h2 {
    color: #1e1e1e !important;
    text-decoration: none !important;
}

.h3 {
    text-decoration: none !important;
}

.h4 {
    color: #1e1e1e !important;
    text-decoration: none !important;
}

.bg-purple {
    background-color:#ebedf3;
}


#dvo-text h2 {
    /* font-size: 1.7rem; */
}

#dvo-text h3 {
    font-size: 1.2rem;
}

.dvo-small {
    font-size: 0.8em;
}

.dvo-merkmodel {
    font-size: 1.4rem;
}

.bg-black {
     background-color:#242424;
}

.bg-blue {
     background-color:#00a3ff;
}

.bg-green {
     background-color:#009958;
}

.bg-darkgreen {
    background-color:#004025;
}
.bg-middlegrey {
    background-color:#ebebeb;
}
.bg-darkgrey {
    background-color:#242424;
}
.text-black {
    color: #242424;
}

.text-blue {
    color: #00a3ff !important;
}
.text-white {
    color: #ffffff;
}
.text-green {
    color: #009958;
}

.text-yellow {
    color: #ffcf00;
}


.text-orange {
    color: #ffcf00 !important;
}

.dvo-h2 {
    font-size: 1.7em !important;
}

.dvo-h3 {
    font-size: 1.4rem;
}

a.dvo-gotodetail {
    text-decoration: none !important;
}


.dvo-price {
    font-size: 1.6rem;
}
@media only screen and (max-width: 960px) {
.dvo-price {
    font-size: 1rem;
}
}  
@media only screen and (max-width: 860px) {
.dvo-price {
    font-size: 1.2rem;
} 
}
  


    

.dvo-leaseprice {
    font-size: 1.6rem;
}
@media only screen and (max-width: 960px) {
.dvo-leaseprice {
    font-size: 1rem;
}
}

@media only screen and (max-width: 860px) {
.dvo-leaseprice {
    font-size: 1.2rem;
}
}




.dvo-price-detail {
    font-size: 1.6rem;
}
@media only screen and (max-width: 960px) {
.dvo-price-detail {
    font-size: 1rem;
}
}
@media only screen and (max-width: 860px) {
.dvo-price-detail {
    font-size: 1.2rem;
}
}





.oneline {
    width: 100%;
    height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.grecaptcha-badge {
    display: none !important;
}

/*** buttons ***/

.btn-dvo-primary {
    color: #ffffff;
    background-color: #242424;
    text-decoration: none;
    border-radius: 99px;
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;
    opacity: 1;
    border-width: 2px;
    font-weight: 600;
}

.btn-dvo-primary:hover {
    color: #ffffff;
    background-color:#000000;
    text-decoration: none;
    opacity: 0.8;
}

.btn-dvo-meer {
    color: #ffffff;
    background-color: #00a3ff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;
    opacity: 1;
    border-width: 2px;
    font-weight: 600;
}

.btn-dvo-meer:hover {
    color: #ffffff;
    background-color:#00a3ff;
    text-decoration: none;
    opacity: 0.8;
}

.btn-dvo-secundairy {
    color: #000000;
    background-color: #ffcf00;
    text-decoration: none;
    border-radius: 3px;
    padding: 10px 20px !important;
    cursor: pointer;
    font-size: 1.2rem;
}

.btn-dvo-secundairy:hover {
    color: #000000;
    background-color:#FFD933;
    text-decoration: none;
}

.btn-dvo-facebookdelen {
    color: #4C67A1 !important;
    background-color: transparent;
    text-decoration: none !important;
    border-radius: 0px 10px 0px 10px;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #4C67A1;
}

.btn-dvo-facebookdelen:hover {
    color: #ffffff !important;
    background-color:#4C67A1;
    text-decoration: none;
}

.border-bottom-lightgrey {
    border-bottom: 1px solid #f3f4f4;
}

input.reset, a.reset {
    text-decoration: none !important;
    opacity: 1;
    padding: 6px 40px !important;
    font-weight: 600;
    font-size: 1.2rem;
}

input.reset:hover,
a.reset:hover {
    text-decoration: none !important;
    color: #000000;
    opacity: 0.8;
}

button#dvo-contact-submit {
    /* color: #ffffff; */
    /* background-color: #009958; */
    text-decoration: none;
    font-size: 18px;
    padding: 10px 20px;
    /* border: none; */
    /* border-radius: 0px 10px 0px 10px; */
    opacity: 1;
    border-width: 2px;
}

button#dvo-contact-submit:hover {
    color: #ffffff;
    background-color: #004025;
    text-decoration: none;
    /* border-radius: 0px 10px 0px 10px; */
    font-size: 18px;
    padding: 10px 20px;
    opacity: 0.8;
}

.dvo-subtitle {
    color: #666666;
    padding-bottom: 5px;
    /* border-bottom: none; */
}

/*** images ***/

.dvo-thumb-container {
    overflow: hidden;
    /* max-height: 280px; */
}

img.list-thumb {
    width: 100%;
    object-fit: cover;
    max-height: 500px;
    transition: 0.3s;
    /* min-height: 250px; */
}

img.list-thumb2 {
    width: 100%;
    object-fit: cover;
    max-height: 130px;
    transition: 0.3s;
    /* min-height: 130px; */
}

img.list-thumb:hover {
transform: scale(1.05);
}

.img-dvo-thumbnail {
    padding: 0.5rem;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    max-width: 100%;
    height: auto;
    max-width: 60px !important;
}

img#img-detail {
    width: 100%;
    height: 1200px;
    object-fit: cover;
    margin-top: -350px;
}

.dvo-detail-thumb {
    margin: 1px;
    max-width: 117px;
    object-fit: contain;
}

/*** filter ***/

#filter .form-select {
    padding: 10px 10px;
    cursor: pointer;
}

/*** contactform ***/
span.label-text {
    padding-left: 5px;
}

.fs-20 {
    font-size: 1.2rem;
}
.no-under a {
    text-decoration: none !important;
}

a.no-under{
    text-decoration: none !important;
}




element.style {
}
.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}
.icon-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 99px;
    /* border: 2px solid #ffffff; */
    float: left;
    margin-top: -4px;
    margin-right: 5px;
    /* background-color: #ffffff; */
}

#video-container #video-list .video .contain {
    height: 100% !important;
    width: 100% !important;
}

div#dvo-mail-messages {
    color: cyan;
}
.dvo-help-block.with-errors {
    color: cyan;
    padding-left: 18px;
}

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

img#img-detail {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top:-350px;
}
    
}

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

img#img-detail {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top:-250px;
}
    
}

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

img#img-detail {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top:-200px;
}
    
}

@media only screen and (max-width: 768px) {
    
img#img-detail {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 0;
    margin-top:-60px;
}    
    
.dvo-detail-thumb {
    max-width: 119px;
}
    
    
img.fancybox-image {
    scale: 1 !important;
}
    
    
}


@media only screen and (max-width: 402px) {
    
    
.fa-thin, .fat {
    width: 100%;
}
    
.dvo-detail-thumb {
    max-width: 104px;
}
    
h2 {
    font-size: 1.3rem !important;
}
    
h3 {
    font-size: 1.3rem !important;
}
    
    
}

iframe.embed-responsive-item {
    /* height: 100vh; */
}

div#if-opmerkingen {
    overflow: hidden;
}

div#dvo-lijst-specs {
    font-size: 1rem;
}

p.dvo-bel-text.text-white {
    font-size: 0.95rem;
}

a.dvo-gotodetailindex {
    text-decoration: none !important;
}

.hide {
  display: none;
}

.dvo-subtitle2 {
    font-size: 1.2rem;
}

.form-select {
    cursor: pointer;
    border-radius: 0;
    font-weight: 700;
    font-size: 1.2rem;
}
div#buttonshowopties {
    cursor: pointer;
    font-weight: 400;
    font-size: 1.5rem;
}

div#buttonhideopties {
    cursor: pointer;
    font-weight: 400;
}


div#buttonshowspecificaties {
    cursor: pointer;
    font-weight: 400;
}

div#buttonhidespecificaties {
    cursor: pointer;
    font-weight: 400;
}



.textshort {
    max-height: 140px;
    overflow: hidden;
}

.text-black {
    color: #000000 !important;
}

.fa-2x {
    font-size: 1.5em !important;
}

span.smalltext {
    font-size: 0.7em;
}

div#tabelspecs {
    font-size: 0.8em;
}

@media only screen and (max-width: 860px) {
div#tabelspecs {
    font-size: 0.5em;
}

h2.dvo-detailtitle{
        font-size: 1.5rem !important;
    }   

}



/*.swiper-container.swiper-initialized.swiper-horizontal {*/
/*    overflow: hidden;*/
/*}*/

.swiper-initialized.swiper-horizontal {
    overflow: hidden;
}

.fancybox-container--ready .fancybox-bg {
    opacity: 1;
    background: #ffffff !important;
}

div#fullscreen {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 20px;
    background-image: url(../img/fullscreen.png);
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.dvo-thumb-panorama {
    cursor: pointer;
}

.fancybox-inner .icon{
    display: block;
    position: absolute;
    bottom: 75px;
    right: 15px;
    background: url(../img/muis3.png);
    height: 110px;
    width: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9999999;
}

img.dvo-thumbx.dvo-thumb-panorama {
    width: 100%;
    height: auto;
    max-width: 330px;
    overflow: hidden;
}

a.btndactie {
    min-width: 100%;
}



.fancybox-slide--image {
    padding: 0 !important;
}


img.fancybox-image {
    scale: 1.2 !important;
}


span#grtxt  {
    font-size: 1.6rem;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover
 {
    color: #fff;
    background-color: #ffcf00 !important;
    text-decoration: none;
}


h3.dvo-subtitle.text-green.caps {
    text-transform: uppercase;
}


.post-password-form input[type="submit"] {
    background-color: #FFCF00;
    font-family: "Quicksand", Sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    fill: #000000;
    color: #000000;
    border-radius: 3px 3px 3px 3px;
    padding: 6px 25px 6px 25px;
}

.fancybox-navigation .fancybox-button {
    background: transparent !important;
}
.fancybox-navigation .fancybox-button[disabled], .fancybox-navigation .fancybox-button[disabled]:hover {
    color: #ffcf00 !important;
}

.fancybox-navigation .fancybox-button,.fancybox-navigation .fancybox-button:visited,.fancybox-navigation .fancybox-button:link {
    color: #ffcf00 !important;
}

div#overzichtblok {
    z-index: 1;
}

.fancybox-slide {
    padding: 0px !important;
}


div#dvo-filter-index-brandstof {
    display: none;
}

.swiper-slide {
    width: auto !important;
}
.fancybox-navigation .fancybox-button div {
    padding: 0px !important;
}




