/*Fonts*/
/*Fonts*/
@font-face{font-family:"BMW_Next";font-style:normal;font-weight:100;src:url("../fonts/BMWTypeNextTT-Light.eot?#iefix") format("embedded-opentype"),url("../fonts/BMWTypeNext-Light.woff2") format("woff2"),url("../fonts/BMWTypeNextTT-Light.woff") format("woff"),url("../fonts/BMWTypeNextTT-Light.ttf") format("truetype"),local("Tahoma")}
@font-face{font-family:"BMW_Next";font-style:normal;font-weight:400;src:url("../fonts/BMWTypeNextTT-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/BMWTypeNext-Regular.woff2") format("woff2"),url("../fonts/BMWTypeNextTT-Regular.woff") format("woff"),url("../fonts/BMWTypeNextTT-Regular.ttf") format("truetype"),local("Tahoma")}
@font-face{font-family:"BMW_Next";font-style:normal;font-weight:700;src:url("../fonts/BMWTypeNextTT-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/BMWTypeNext-Bold.woff2") format("woff2"),url("../fonts/BMWTypeNextTT-Bold.woff") format("woff"),url("../fonts/BMWTypeNextTT-Bold.ttf") format("truetype"),local("Tahoma-Bold"),local("Tahoma Bold")}
h1,h2,h3,h4,h5,h6,p,a,li{
    font-family: BMW_Next, sans-serif!important;
}
a:hover{
    text-decoration: none;
}
/*FILTER*/
#filter-wrap{
    border: solid 2px #dedede;
}

.select-option-text .form-check-input{
    margin-left: 0;
}
.select-input.focused~.form-notch .form-notch-leading,.select-input.focused~.form-notch .form-notch-middle,.select-input.focused~.form-notch .form-notch-trailing{
    border-color: #1c69d4;
}
.submit-form{
    width: 300px;
    border:none;
    background-color: #1c69d4;
    color: #fff;
    font-family: BMW_Next, sans-serif!important;
    padding: 12px;
    transition: background ease-out .2s;
}
.submit-form:hover{

    background-color: #0653b6;

}
.submit-form:disabled{
   
    background-color: #999;
    
}
.clear-form{
     width: 300px;
    border:none;
    background-color: #888;
    color: #fff;
    font-family: BMW_Next, sans-serif!important;
    padding: 12px;
    transition: background ease-out .2s;
    text-align: center;
}
.clear-form:hover{
  
    background-color: #666;

}

/*CAR WRAPPER*/
.car-title{
    color: #333;
}
.car-img-wrapper{
    transition: all ease-out .2s;
}
.car-title h3{
    font-size: 1rem;
    text-transform: uppercase; 
    font-weight: 100;  
    color: #888;
}
.car-details{
    color: #333;
    font-weight: 100; 
    border-top: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
}
.car-location{
    color: #333;
    font-weight: 400; 

    border-bottom: solid 1px #dedede;
}
.car-price{
    color: #333;
    padding-bottom: 5px;
}
.car-price p{
    font-size: 1.2rem;
    color: #999;
    font-weight: 100;
    margin-bottom: 5px;
}
.car-price p span{
    font-weight: 700;
    font-size: 0.8rem;
}
.VAT{
    font-weight: 100;
    font-size: 0.8rem;
    color: #999;
}
.car-CTA {
    background-color: #fff;
    border: solid 2px #999;
    transition: all ease-out .2s;
    color: #666;
}
.car-CTA p{

    margin-top: 15px;
}
.car-wrapper:hover .car-CTA{
    border-color: #333;
    color: #333;
}
.car-wrapper:hover .car-img-wrapper{
    padding: 0;
    margin-bottom: -9px;
    margin-top: -9px;
}
/*CAR DETAILS*/
#back{
    position: relative;
    left: 0; 
    top: 20px;
}
#vin{
    font-size: 0.8rem;
    color: #999;
}
.contact-CTA{
    background-color: #1c69d4;
    padding: 14px;
    transition: background, ease-out .2s;
}
.contact-CTA:hover{
    background-color: #0653b6;

}
.contact-CTA p{
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.parameter p{
    font-weight: 700;
    margin-bottom: 0px;
}
.parameter h5{
    font-weight: 100;
}
.parameter{
    margin-bottom: 15px;
}
.divider{
    width: 80px;
    height: 2px;
    background-color: #cecece;
    margin-bottom: 15px;
}
#panorama-wrapper{
    height: 600px;
}
#panorama{
    border: solid 2px #999;
}
.opties{
    column-count: 3;

}
.opties ul{
    padding-left: 0;
}
.opties ul li{
    list-style: none;
    margin-bottom: 10px;
}
.opties span{
    font-weight: 100; 
    font-size: 0.8rem;
    margin-right: 15px;

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

}
@media only screen and (max-width: 990px) {
    .opties{
        column-count: 2;
    }
}
@media only screen and (max-width: 767.88px) {
    .opties{
        column-count: 1;
    }
}
@media only screen and (max-width: 575.88px) {

}





