@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800);
*, *:before, *:after{
   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.layerHolder {
    width:100%;
    height:100vh;
    position:fixed;
    top:0px;
    z-index:999999999;
    left:0px;
    background-image:url(/siteworks/images/black80.png);
}    
.print_image{
    display:none;
}
table.blokje{
    width:100%;
    max-width:240px;
    margin:0px 10px 10px 0px;
    display:inline-block;
    vertical-align:top;
    background-color:#efefef;
}
table.blokje tr td{
    padding:10px;
    text-align:left;
}
div.print{
    float:right; text-align:center; padding:5px;
}                  
div.print a{
     text-decoration:none;
}
.layer {
    width:40%;
    cursor: pointer; 
    z-index:99999999999;
    padding:20px;
    background-color:#ffffff;
    margin:10% auto;
}  
body{
    overflow-y:scroll;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    line-height:160%;     
}
#f100 .cwrap{
    background-image:url(/_img/zmda.png);
    background-repeat:no-repeat;
    background-position: 25% bottom; 
}
.holder{
    width:100%;
    max-width:1200px;
    margin:0px auto;
    padding:0px 10px;
    overflow:auto;    
}
.cwrap{
    padding:20px 0px;    
     position:relative;
    z-index:99;  
}
.header{
    display:inline-block;
    width:100%;
    height:50vh;
    text-align:center; 
    background-image:url(/_img/dwv.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    background-size:cover;      
    padding-top:20px;
}
#f759 .header{
    height:60vh;   
    background-position:center center;
}

.header .holder{
    display:inline-block;
    width:auto;
    max-width:none;
    margin:0px;
    padding:10px;
    overflow:auto;         
    background-color:transparent;
}    
#f758 .header .holder,
#f759 .header .holder{           
    background-color:rgba(255,255,255,0.8); 
}      
#f758 .header .holder.fixed,
#f758 .header .holder.fixed,
.header .holder.fixed{  
    background-color:rgba(255,255,255,1); 
    width:100%;
}
.menubar{
    margin:40px 0px;   
    padding:15px;  
    vertical-align:middle;   
}      
#f758 .header{
    padding-top:0px;
    height:20vh;
}
#f758 .cwrap .holder{
    padding:0px;
}
.filterHolder{ 
    width:100%;
    max-width:100%;
}
.filter{
    margin:0px;
    padding:10px 20px 10px 20px;  
}   
.secFilter{
    display:none;
    width:100%; 
    padding:20px;                                            
}   

.fixed2{  
    position:fixed; 
    top:70px;    
    left:0px;   
    z-index:999;  
    background-color:#fff;     
}
.secFilter a,
div.selectie div{ 
    text-decoration:none;  
    display:inline-block;
    border:1px solid #ccc; 
    padding:5px 10px;      
    color:#333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    cursor:help;  
    margin:1px;
}         
.secFilter a.selected,
div.selectie div.selected{
    background-color:#273C87;
    color:#fff;
}    
.secFilter a:hover.selected{
                               
    background-color:#273C87;
    color:#fff;
}
.fixed{
    position:fixed;
    margin:0px;
    width:100%;
    max-width:100%;
    top:0px;    
    left:0px;
    z-index:9999;  
}
.fixed .menubar{   
    margin:0px auto; 
    width:100%;
    max-width:1200px;
}

.logo{
    display:inline-block;
    width:100%;
    max-width:197px;
    margin-right:30px;   
    
}
.logo img{
    width:100%; 
}
.icon-menu7{
   display:none;
}  
.menu {
    display:inline-block;
    vertical-align:top;
}
.menu ul,
.menu ul li{
    margin:0px;
    padding:0px;
    display:inline-block;  
    vertical-align:middle; 
}

.menu ul li a {
   display:inline-block; 
   vertical-align:middle;
   margin:10px 15px 0px 15px;
   font-size:16px;
   font-weight:600;
   color:#333333;
   text-decoration:none;   
    border-bottom:2px solid transparent;
}
       
.menu ul li a:hover{
    border-bottom:2px solid #000;
}
.menu ul li a.selected{
    color:#273C87;
    border-bottom:2px solid #273C87;
}
.phone{      
   display:inline-block;
    color:#000;        
   font-size:20px; 
   float:right; 
   padding:10px;
   vertical-align:top;
   font-weight:600;
}
.cwrap{
    overflow:auto;  
    background-color:#fff; 
}
.sub{
    display:inline-block;
    float:left;
    width:100%;  
    padding-top:0px;
    max-width:20%;
    margin-right:4%;
}        
.sub ul li{   
    
}
.sub ul li a{ 
    width:100%;    
    display:inline-block;
    padding:10px;       
    color:#333;
    text-decoration:none;
    border-bottom:1px solid #ccc;
}
.sub ul li a:hover{    
    color:#000;
}    
.sub ul li a.selected{    
    font-weight:600;
}     
.sub ul li li a{ 
    width:100%;    
    display:inline-block;
    padding:8px 8px 8px 30px;       
    color:#333;                
    font-size:12px;
    text-decoration:none;
    border-bottom:1px solid #ccc;
}
.content{
    display:inline-block;   
    float:left;  
    width:100%;
    max-width:76%;       
}
.content a{
   color:#273C87;
}
.content a:hover{
   color:#000;
}
.content h1{
    font-size:30px;
    line-height:50px;
    font-weight:300;
    margin-bottom:15px;    
}
.content h2{
    font-size:24px;
    line-height:40px;
    font-weight:500;
    margin-bottom:15px; 
    color:#273C87;
}
.content p{      
    padding:0px 0px 15px 0px;
}
.content ul{
    padding:0px 0px 15px 0px;
}    
.content ul li{
    background-image:url('/_img/arrow.png');  
    background-repeat:no-repeat;
    background-position:0px 4px; 
    padding-left:15px;
    margin:0px;
}   
.content ol { 
    list-style: decimal; 
    padding:0px 0px 20px 25px;
}
.content td {
    padding:10px 10px 10px 0px;
}
.content form{
    margin-bottom:15px;
}
.item{
    text-decoration:none;
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:400px;
	margin:10px;
	height:320px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}	
.item .image{
	width:100%;
	max-width:480px;
	height:240px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.item .text{
	padding:10px;
	text-align:left;
}
div.input{
    display:inline-block;
    width:50%;    
    float:left;
    padding:10px 10px 10px 0px;   
   font-weight:normal;
   font-size:14px;
}
textarea,
select,
input{
    border:1px solid #ccc;
    padding:10px; 
    width:100%;
    max-width:300px;
}  
textarea{
    height:150px;
}      
div.input{         
    width:100%;
    max-width:100%;
    display:block;
}
div.input span{
    display:inline-block;
    width:100%;
    max-width:300px;   
    vertical-align:top;
}
div.input i{
    color:red;
    padding-left:5px;
}
.iwrap{
    background-color:#eee;
    border-bottom:2px solid #fff;
}
.icons {
    text-align:center;
}

.icons a{
    text-align:center;
    display:inline-block;
    margin:20px;    
    vertical-align:top;  
    color:#333; 
    font-size:13px;
    text-decoration:none; 
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:26px;
}  
.icons a:hover{
    color:#000;
     
}   
.icons a.twitter {  background-image:url(/_img/twitter.png);}
.icons a.facebook {  background-image:url(/_img/facebook.png);}
.icons a.plus {  background-image:url(/_img/plus.png);}
.icons a.bovag {  background-image:url(/_img/bovag.png);}
.icons a.nap {  background-image:url(/_img/nap.png); padding-left:55px;}
.icons a.hunger {  background-image:url(/_img/hunger.png);}
.icons a.rdw {  background-image:url(/_img/rdw.png);}

.fwrap{            
    background-color:#F0F0F0;
    padding:40px 0px;  
    color:#333;

}     
.fwrap p{
    padding-bottom:20px;
}    
.fwrap a{  
    color:#333;
}  
.footer{ 
    text-align:center;
    
}
iframe{
    width:100%;
    max-width:100%;
}
.footer div{
    width:100%;
    max-width:30%;
    display:inline-block;
    text-align:left;
    vertical-align:top;
}       
.footer iframe{
    border:0px;
}
#f759 .sub,
#f758 .sub{
    display:none;
}
#f759 .cwrap .holder,
#f759 .content, 
#f758 .cwrap .holder,
#f758 .content {
    width:100%;
    max-width:100%; 
    text-align:center;
    padding:0px;
    margin:0px;
}    
#f100 .cwrap .holder{
    text-align:center;  
    padding:0px; 
}
#f100 .cwrap .holder .content{  
    display:inline-block;
    width:100%;
    margin:0px;     
    max-width:100%;      
    text-align:right;
}

.hblock{   
   display:inline-block;
   vertical-align:top;
   width:100%;  
   max-width:30%;
   margin:10px;        
   height:380px;       
   background-color:#fff;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
   -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
   -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.3);
   box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.3);
   text-align:left;
}
.hblock .hcontent{
    padding:20px;
    line-height:16px;
    font-sie:14px;
    position:relative;
    padding-bottom:40px;       
   height:210px;
    
}
.hblock .hcontent h2{
    color:#333;
    font-weight:300;
}
.hblock .hcontent a{
    color:#fff;
    text-decoration:none;
    display:inline-block;
    text-align:left;
    position:absolute;
    bottom:0px;  
    padding:20px;  
    left:0px;           
    width:100%;
    background-image:url(/_img/black80.png);
}
.hblock .hcontent a:hover{
    font-style: italic;
}
.hblock .himg{
    width:100%;
    height:170px;        
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.car{
    display:inline-block;
    width:100%;  
    max-width:22%;
    position:relative;  
    margin:10px; 
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.7);
}    
.car:before{
	content: "";
	display: block;
	padding-top: 80%; 	/* initial ratio of 1:1*/
}
.zmd{   
    display:inline-block;
    width:100%;  
    max-width:22%;
    position:relative;  
    margin:10px; 
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    background-image:url(/_img/zmd.png);  
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
} 
.zmd:before{
	content: "";
	display: block;
	padding-top: 80%; 	/* initial ratio of 1:1*/
}
.car .bovag{
    margin-top:20%; 
   float:right;
    width:13%;
}
.car .bovag img{
    display:inline-block;
    width:100%;
    height:auto;
}

.labels{         
    display:inline-block;
    vertical-align:top;
    z-index:99;
    width:100%;
    position:absolute;
    top:10px;
    right:-3%;
}
.labels .label{
    display:block;  
    vertical-align:top;
    width:100%;
    height:55px; 
    text-align:right;
    color:#fff;  
    text-transform:uppercase;
    line-height:45px;
    padding:0px 20px 0px 0px;
    margin-bottom:5px;
    background-repeat:no-repeat;
    background-position:right center;
    background-size:contain;          
}  
.labels .custom{  
    position:absolute;
    left:-6%; 
    top:0px;                 
    font-size:12px;
   font-weight:600;
    text-align:left;          
    padding:0px 0px 0px 10px;
    background-image:url(/_img/label.png); 
    background-position:left center;

}
.label.verwacht{
    background-image:url(/_img/verwacht.png);
}
.label.verkocht{
    background-image:url(/_img/verkocht.png);
}
.label.nieuw{
    background-image:url(/_img/nieuw.png);
}
.label.gereserveerd{
    background-image:url(/_img/gereserveerd.png);
}
.label.avdw{
    background-image:url(/_img/avdw.png);
}
.visible{
}
.car .image{
    position:absolute;
    top:0px;
    width:100%;                       
    background-size:cover; 
    background-repeat:no-repeat;
    background-position:center center;
    height:100%; 
}
.car .info{
    text-align:left;
    position:absolute;
    bottom:0px;  
    padding:5px 10px;             
    width:100%;
    /*background-image:url(/_img/black80.png);   */
}
#f758 .car .info table tr td,
.car .info td{
    color:#fff;
    padding:2px;
    margin:0px;     
    text-shadow:1px 1px #000;
}
.car .info p{
    color:#fff;
    margin:0px;
    padding:0px;
}
.cwrap .holder{
    position:relative;
}
.km{   
    background-image:url(/_img/meter.png);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:20px;
}
.bouwjaar{   
    background-image:url(/_img/kalender.png);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:20px;
}
.map{
    position:absolute;
    right:0px;
    width:100%;
    max-width:65%;
    height:535px;
}
#f759 h1{
    font-weight:500;
    font-size:60px;
}
.detailimg{
    vertical-align:top;
    display:inline-block;
    width:100%;   
    margin:10px;
    max-width:20%;
    background-size:cover;
    background-position:center center;
}  
.detailimg img{
    width:100%;
    height:auto;
}
#f759 .info{ 
    text-align:left;
    vertical-align:top;
    display:inline-block;
    width:100%;
    max-width:40%;
    padding:5px; 
    margin-right:20px;
    border-bottom:1px solid #ccc;
}   
#f759 .info span{    
    font-weight:600;
    text-align:right;
    display:inline-block;
    width:50%;  
    padding:5px 20px 5px 5px;
}
.owrap{
    background-color:#273C87;  
    text-align:center;
    display:inline-block;
    width:100%:
}
.opties{ 
    white-space:nowrap;           
    text-align:left;
    vertical-align:top;
    display:inline-block;
    padding:20px;
    color:#fff;   
    width:100%;
    max-width:300px;
}       
.opties h3{         
    display:inline-block;
    width:100%;
    border-bottom:1px solid #fff;
    font-size:20px;
    font-weight:500; 
    color:#fff;
    padding:10px 0px;
    margin:0px;
}      
.content .opties ul li{
    padding:0px;
    line-height:140%;
    background-image:url(/_img/arrow_white.png);
}  
.overzicht{
    width:100%;  
    display:inline-block;
    text-align:left;
    padding:20px;
    max-width:1200px; 
    margin:0px auto;
}
.kenmerk{       
    white-space:nowrap;
    text-align:left;
    vertical-align:top;
    display:inline-block;
    width:100%;
    max-width:48%;
    padding:5px; 
    margin-right:20px;
    border-bottom:1px solid #ccc;
}        
.kenmerk:hover{
    background-color:#efefef;
}
.kenmerk span{    
    white-space:nowrap;
    text-align:left;
    display:inline-block;
    width:50%;  
    padding:0px 5px;
}
.clear{
    clear:both;
}
.priceSticker{
    position:fixed;
    z-index:9999;
    right:20px; 
    top:200px; 
    padding-top:35px; 
    display:inline-block;
text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
    font-weight:800;
    vertical-align:center; background-color: #4ba614; background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
 background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
 background-image: -moz-linear-gradient(top, #4ba614, #008c00);
 background-image: -ms-linear-gradient(top, #4ba614, #008c00);
 background-image: -o-linear-gradient(top, #4ba614, #008c00);
 background-image: linear-gradient(to bottom, #4ba614, #008c00);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
    color:#FFF;
    font-size:30px;
    line-height:40px;    
    border:10px solid white;
    width:200px;
    height:200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px; 
    text-align:center; 
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.7);  
    -ms-transform: rotate(5deg); /* IE 9 */
    -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
    transform: rotate(5deg);
}

.priceSticker span{
    display:block;
    font-size:14px;
}
button { font-weight:400; font-size:16px; line-height:30px; width:100%; max-width:300px; display:inline-block; text-decoration:none; outline:none; cursor:pointer;  padding:8px 11px; color:#555; text-shadow:0 1px 0 #fff; background:#f5f5f5; background:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0)); background:-moz-linear-gradient(top, #f9f9f9, #f0f0f0); border:1px solid #dedede; border-color:#dedede #d8d8d8 #d3d3d3; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -webkit-box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb; -moz-box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb; box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb;}
button:hover,
button:focus { color:#555; background:#efefef; background:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e9e9e9)); background:-moz-linear-gradient(top, #f9f9f9, #e9e9e9); border-color:#ccc; -webkit-box-shadow:0 2px 1px #e0e0e0, inset 0 1px 0 #fbfbfb; -moz-box-shadow:0 2px 1px #e0e0e0, inset 0 1px 0 #fbfbfb; box-shadow:0 1px 2px #e0e0e0, inset 0 1px 0 #fbfbfb;}
button:active { position:relative; top:1px; color:#555; background:#efefef; background:-webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f4f4f4)); background:-moz-linear-gradient(top, #eaeaea, #f4f4f4); border-color:#c6c6c6; -webkit-box-shadow:0 1px 0 #fff, inset 0 0 5px #ddd; -moz-box-shadow:0 1px 0 #fff, inset 0 0 5px #ddd; box-shadow:0 1px 0 #fff, inset 0 0 5px #ddd;}
button { padding:8px 15px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
button {  *width:auto; *overflow:visible;} /* IE7 Fix */
button img { border:none; vertical-align:bottom;}

button { background:#7fbf4d; background:-webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f)); background:-moz-linear-gradient(top, #7fbf4d, #63a62f); border-color:#63a62f; color:#fff; text-shadow:0 1px 0 #53961e; -webkit-box-shadow:0 1px 2px #d6d6d6, inset 0 1px 0 #96d865; -moz-box-shadow:0 1px 2px #d6d6d6, inset 0 1px 0 #96d865; box-shadow:0 1px 2px #d6d6d6, inset 0 1px 0 #96d865;}
button:hover,
button:focus { background:#76b347; background:-webkit-gradient(linear, left top, left bottom, from(#86c755), to(#5ea12a)); background:-moz-linear-gradient(top, #86c755, #5ea12a); border-color:#53961e; -webkit-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #96d865; -moz-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #96d865; box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #96d865;}
button:active { background:#7fbf4d; border-color:#53961e; -webkit-box-shadow:0 1px 0 #fff, inset 0 0 5px #53961e; -moz-box-shadow:0 1px 0 #fff, inset 0 0 5px #53961e; box-shadow:0 1px 0 #fff, inset 0 0 5px #53961e;}
.mobmenu {
    display:none;
}   
.twitter-timeline{
 height:350px;
}    

a.medewerker{
    display:inline-block;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;  
    overflow:hidden; 
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.7); 
    margin:0px 20px 20px 0px; 
    position:relative;   
}       
a.medewerker:hover{
    background-color:#eee;
} 
a.medewerker img{
    position:relative;
    margin-bottom:-10px;
}
.droomauto{
    position:absolute;
    left:0px;
    display:inline-block;
    width:100%; 
    max-width:320px;
    height:350px;
}
      
#f759 .fancybox-navigation button{
    box-shadow:0px 0px 0px;
}
       
#f721 .sub,
#f720 .sub{
    display:none;
}          
#f721 .content,
#f720 .content{
    width:100;
    max-width:100%;
}
.contact{
  display:flex;
  justify-content: center;
}       
.contact h5{
    font-size:20px;
    padding-bottom:10px;
}       
.contact div{     
  display:inline-block;
  width:100%;
  max-width:300px;
  margin:10px;
  padding:10px;
  background-color:#efefef;    
  text-align:left;
                    
}        
.contact .contact a,
.contact .share a{ 
  display:inline-block;
  margin:5px;
  padding:5px 10px;  
  font-size:16px;
  text-decoration:none;
  color:#fff;
  font-weight:700;
}
.contact  a.facebook{
    background-color:#4267B2;
}
.contact  a.twitter{
    background-color:#1DA1F3;
}
.contact  a.linkedin{
    background-color:#2567B3;
}      
.contact  a.whatsapp{
    background-color:#45C655;
}      
.contact  a.email{
    background-color:#FF7F00;
}       

@media (max-width: 1160px) {
   
}    


@media (max-width: 1024px) {
 
}
@media (max-width: 790px) {  
}

