:root{
	--suvblue: #162e44;	
	--fontcolor: #151515;	
	--blue: #3D54A3;
	--rood: #CA2127;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.openHamburger, nav#top_nav ul.main_nav li.mobile_lis{
	display: none;
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
}
body{
	font-family: "Montserrat", sans-serif, Arial, sans-serif;
	font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--fontcolor);
}
div.header_top{
	height: 80px;
	padding: 0 10%;
	position: relative;
}
div.header_top div#logo{
	height: 100%;
}
div.header_top div#logo a{
	display: inline-block;
	height: 100%;
}
div.header_top div#logo img{
	height: 74%;
	margin-top: 10%;
}
div.header_top div#top_right{
	position: absolute;
	right: 10%;
	top: 0;
	padding-top: 10px;
}
div.header_top div#top_right i{
	color: var(--blue);
	margin-right: 10px;
}
div.header_top div#top_right ul, div.header_top div#top_right a, div.header_top div#top_right ul li{
	display: inline-block;
	vertical-align: top;
}
div.header_top div#top_right a.link_top{
	border: 2px solid var(--blue);
	padding: 14px 40px;
	font-size: 16px;
	color: var(--fontcolor);
    letter-spacing: .1em;
    margin-top: 5px;
}
div.header_top div#top_right ul li{
	margin: 10px 20px 0 0;
	padding: 10px 0;
	font-size: 16px;
	letter-spacing: 1px
}
div.header_top div#top_right ul li:first-child{
	border-right: 1px solid #CCC;
	padding-right: 20px;
}
nav#top_nav{
	height: 60px;
	background-color: var(--suvblue);
	padding: 0 10%;
	position: relative;
	z-index: 1;
}
nav#top_nav.fixed{
	position: fixed;
	width: 100%;
	top: 0;
}
nav#top_nav ul{
	display: inline-block;
	height: 100%;
}
nav#top_nav ul li{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	margin-right: 10px;
}
nav#top_nav ul.main_nav li a{
	color: #FFF;
	display: block;
	height: 100%;
    font-size: 16px;
    letter-spacing: .1em;
    padding: 17px;
	border-top: 3px solid rgba(255, 0, 0, 0);
}
nav#top_nav ul.main_nav li a:hover, nav#top_nav ul.main_nav li a.active{
	border-top: 3px solid var(--rood);
	background-color: rgba(255, 255, 255, 0.11);
}
nav#top_nav div.social_media{
	position: absolute;
	right: 10%;
	top: 0;
	height: 60px;
}
nav#top_nav div.social_media ul li a{
	display: block;
	height: 100%;
    font-size: 20px;
    letter-spacing: .1em;
    padding: 19px 10px;
    color: #FFF;
    transition: .2s;
}
nav#top_nav div.social_media ul li a:hover{
	color: var(--rood);
}
section.scrolled{
	padding-top: 60px;
}
section div#home_header{
	position: relative;
	height: calc(100vh - 220px);
	background-image: url('/img/headers/test-wallpaper-kode.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0 10%;
}
section div#home_header.occasions{
	background-image: url('/img/headers/occasions.jpg');
}
section div#home_header.onderhoud{
	background-image: url('/img/headers/onderhoud.jpg');
}
section div#home_header.damage{
	background-image: url('/img/headers/damage.jpeg');
}
section div#home_header.apk{
	background-image: url('/img/headers/apk.jpg');
}
section div#home_header.airco{
	background-image: url('/img/headers/airco.jpeg');
}
section div#home_header.ruitschade{
	background-image: url('/img/headers/ruit.jpeg');
}
section div#home_header.banden{
	background-image: url('/img/headers/banden.jpeg');
}
section div#home_header.contact{
	background-image: url('/img/headers/contact.jpg');
}


section div#home_header div.welcome_txt{
	color: #FFF;
	padding: 20vh 0 0 0;
}
section div#home_header.occasions div.welcome_txt{
	padding-top: 25vh;
}
section div#home_header div.welcome_txt p{
	letter-spacing: .050em;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 10px 70px;
	transition: ease-in-out 1.5s;
	color: rgba(255, 255, 255, 0);
}
section div#home_header div.welcome_txt h1{
	font-size: 64px;
	margin-left: 70px;
	transition: ease-in-out 1.5s;
	color: rgba(255, 255, 255, 0);
}
section div#home_header div.welcome_txt h1 span{
	font-weight: 400;
	letter-spacing: .050em;	
}
section div#home_header div.welcome_txt a{
	display: inline-block;
	border: 2px solid rgba(255, 255, 255, 0);
	color: #FFF;
	padding: 14px 40px;
	font-size: 16px;
    letter-spacing: .1em;
    margin: 15px 0 0 70px;
    transition: ease-in-out 1.5s;
    color: rgba(255, 255, 255, 0);
    cursor: pointer;
}
section div#home_header div.welcome_txt a.loaded, section div#home_header div.welcome_txt h1.loaded, section div#home_header div.welcome_txt p.loaded{
	margin-left: 0;
	color: #FFF;
}
section div#home_header.occasions div.welcome_txt h1.loaded, section div#home_header.occasions div.welcome_txt p.loaded{
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
section div#home_header div.welcome_txt a.loaded{
	border: 2px solid #FFF;	
}
section div#home_header div.logo_bovag{
	position: absolute;
	right: calc(10% - 40px);
	top: 20px;
	width: 100px;
	opacity: 0;
	transition: 2s;
}
section div#home_header div.logo_bovag.loaded{
	right: 10%;
	opacity: 1;	
}
section div#home_header div.logo_bovag.rdw{
	width: 150px;
}
section div#home_header div.logo_bovag img{
	max-width: 100%;
}
section div#top_blokken{
	position: relative;
	padding: 0 10%;
	background-color: #f7f7f7;
}
section div#top_blokken div.blok{
	display: inline-block;
	vertical-align: top;
	height: 400px;
	width: 32%;
	margin-right: 1.5%;
	background-color: #000;
	margin-top: 100px;
	transition: ease-in-out 1s;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
section div#top_blokken div.blok:hover{
	background-size: 110%;	
}
section div#top_blokken div.blok a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.31) 78%,rgba(0,0,0,0.65) 100%);
}
section div#top_blokken div.blok:nth-child(1){
	background-image: url('/img/topblokken/schadeherstel.jpg');
}
section div#top_blokken div.blok:nth-child(2){
	background-image: url('/img/topblokken/ruitschade.jpg');
}
section div#top_blokken div.blok:nth-child(3){
	margin-right: 0;
	background-image: url('/img/topblokken/banden.jpeg');
}
section div#top_blokken div.blok.loaded{
	margin-top: -40px;	
}
section div#top_blokken div.blok p{
	color: #FFF;
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
}
section div#top_blokken div.blok p span{
	color: var(--blue);
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
section div.other_tours{
	padding: 40px;
	display: block;
	text-align: center;
}
section div.other_tours a{
	font-weight: 500;
    font-size: 16px;
    color: var(--fontcolor);
    letter-spacing: 1px;
    position: relative;
}
section div.other_tours a i{
	margin-left: 10px;
	position: absolute;
	bottom: 1px;
	width: 20px;
	transition: .5s;
}
section div.other_tours a:hover i{
	margin-left: 20px;
}
section div#blog_post, section div#our_service{
	padding: 0 10%;
}
section div#blog_post h2, section div#our_service h2{
	text-align: center;
	font-size: 36px;
	margin: 40px 0;
}
section div#blog_post p.garantie{
	font-size: 16px;
	color: var(--suvblue);
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 40px;
}
section div#blog_post p.garantie span{
	font-size: 18px;
	font-weight: 700;
	color: var(--rood);	
}
section div#blog_post div.blog{
	display: inline-block;
	width: 47%;
	height: calc(100vh - 250px);
	overflow: hidden;
	margin: 0 4% 40px 0;
	position: relative;
}
section div#blog_post div.blog div.top{
	bottom: 75px;
}
section div#blog_post div.blog div.top img{
	max-width: 100%;
}
section div#blog_post div.blog:nth-child(odd){
	margin-right: 0;
}
section div#blog_post div.blog div.bottom{
	position: absolute;
	background-color: #FFF;
	bottom: 5px;
	width: 90%;
	left: 5%;
	z-index: 0;
	height: 140px;
	overflow-y: scroll;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	text-align: center;
	padding: 20px;
}
section div#blog_post div.blog div.bottom h3{
	font-size: 22px;
	color: var(--fontcolor);
}
section div#blog_post div.blog div.bottom p.price{
	font-size: 20px;
	color: var(--rood);
	font-weight: 500;
	margin-top: 10px;
}
section div#blog_post div.blog div.bottom p.details{
	width: 100%;
	left: 0;
	font-size: 12px;
	font-weight: 700;
	color: var(--blue);
	margin-top: 10px;
}
section div#our_service{
	min-height: 100vh;
}
div.tabbladen{
	display: none;
}
div.tabbladen.active{
	display: block;
}
section div#discover{
	padding: 0 10%;
}
section div#discover div.left, section div#discover div.right{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding: 100px 50px;
	height: calc(100vh - 150px);
	overflow: hidden;
}
section div#discover div.left{
	padding-left: 0;
	padding-right: 20px;
}
section div#discover div.left img{
	max-width: 100%;
}
section div#discover div.right h2{
	font-size: 36px;
	margin: 20px 0;
	background-image: url('/img/logos/BOVAG_logo.jpeg');
	background-size: 34px;
	background-position: right center;
	background-repeat: no-repeat;
}
div.tabs{
	border-bottom: 2px solid #CCC;
}
div.tabs div.tab_button{
	display: inline-block;
	vertical-align: top;
	color: #CCC;
	text-transform: uppercase;
	padding: 10px 0;
	margin-right: 20px;
	position: relative;
	border-bottom: 2px solid #CCC;
	bottom: -2px;
	cursor: pointer;
	letter-spacing: 1.5px;
}
div.tabs div.tab_button.active{
	color: var(--blue);
	border-bottom: 2px solid var(--blue);
}
div.tabbladen{
	margin-top: 20px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 300;
}
div.links{
	margin-top: 40px;
}
div.links a{
	display: inline-block;
	vertical-align: top;
	padding: 10px 40px;
	font-size: 16px;
	transition: .5s;
}
div.links a.git{
	background-color: var(--blue);
	border: 2px solid var(--blue);
	color: #FFF;
	margin-right: 20px;
}
div.links a.rm{
	border: 2px solid var(--fontcolor);
	color: var(--fontcolor);
}

/*Basic section CSS*/
section div.basis_text{
	text-align: center;
	padding: 30px;
}
section div.basis_text h2, section div.basis_text h3{
	color: var(--rood);
	margin-bottom: 30px;
	font-size: 22px;
}
section div.basis_text h3{
	margin: 20px;
}
section div.basis_text p{
	padding: 0 100px;
	font-size: 16px;
	line-height: 30px;
}
section div.basis_text p a{
	text-decoration: underline;
	color: var(--rood);
}
section div.basis_text img{
	max-width: 80%;
	margin: 40px 0;
}
section div.basis_text ul{
	list-style: inside;
	margin: 0 auto;
	display: inline-block;
	margin: 10px 0 0 0;
}
section div.basis_text ul li{
	text-align: left;
	padding: 5px 0;
	font-weight: 500;
}
section div.basis_text ul.contactli{
	list-style: none;
}
section div.basis_text ul.contactli li i{
	color: var(--blue);
	margin-right: 5px;
}
div.occassions{
	padding: 0 10%;
}
div.occassions div.occasion{
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
div.occassions div.occasion a{
	color: #000;
}
div.occassions div.occasion div.image, div.occassions div.occasion div.detail{
	display: inline-block;
	vertical-align: top;
	width: 25%;
}
div.occassions div.occasion div.image img{
	width: 100%;
}
div.occassions div.occasion div.detail{
	padding: 10px 10px 0 10px;
	height: 100%;
	width: 74%;
}
div.occassions div.occasion div.detail div.merk-model{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
div.occassions div.occasion div.detail ul li{
	display: inline-block;
	font-size: 12px;
	color: #8d8787;
	margin-bottom: 10px;
	margin-right: 5px;
}
div.occassions div.occasion div.detail div.warranty{
	display: inline-block;
	vertical-align: bottom;
}
div.occassions div.occasion div.detail span.nap-container{
	margin-right: 10px;
}
div.occassions div.occasion div.detail div.warranty button{
	color: #45ac05;
	background-color: rgba(255, 255, 255, 0);
	border: none;
	margin-right: 10px;
	padding: 10px 0 10px 25px;
	background-image: url('/img/logos/BOVAG_logo.jpeg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
}
label.energylabel{
	border: 1px solid green;
	display: none;
}
div.occassions div.occasion div.detail ul li.kmstand, div.occassions div.occasion div.detail ul li.bj{
	margin: 10px 10px 10px 0;
	background-image: url('/img/icons/dashboard_speed_black.svg');
	background-position: left top 3px;
	background-size: 15px;
	background-repeat: no-repeat;
	padding: 5px 0 0 20px;
}
div.occassions div.occasion div.detail ul li.bj{
	background-image: url('/img/icons/calender_black.svg');
	background-size: 25px;
	background-position: left center;
	padding-left: 25px;
}
div.occassions div.occasion div.detail div.prijs{
	font-size: 18px;
	font-weight: 500;
}

div#wrapper{
	width: 100%:	
}
div#wrapper div#resultaten{
	width: 100%;
}


/*Start footer CSS*/
footer div.foot_top{
	background-color: var(--suvblue);
	text-align: center;
	padding: 50px 10px;
	border-top: 2px solid var(--blue);
}
footer div.foot_top img{
	display: inline-block;
	max-height: 80px;
	margin: 20px 40px;
}
footer div.foot_top ul.openingstijden{
	color: #FFF;
	margin-top: 30px;
}
footer div.foot_top ul.openingstijden h4{
	margin-bottom: 10px;
	font-size: 16px;
}
footer div.foot_bottom{
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	padding: 10px;
}

div#wrap_map{
	margin-top: 50px;
	height: 400px;
}
#gmap_canvas{
	color:#000;
	height:100%;
	width:100%;
}
#gmap_canvas img{
	max-width:none!important;
	background:none!important;
}
#gmap_asd{
	overflow:hidden;
	height: 100%;
	width: 100%;
	display: inline-block;	
}

div.ov-c-a{
	padding: 20px 3%;
	text-align: center;
}
div.ov-c-a.txl{
	text-align: left;
}
div.ov-c-a.txl h4{
	margin: 10px 0;
	font-size: 16px;
}
div.ov-c-a h2{
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 20px;
}
div.ov-c-a p{
	max-width: 70%;
	margin: 0 auto;
	line-height: 24px;
	font-size: 16px;
}
div.ov-c-a span.line{
	display: inline-block;
	width: 150px;
	height: 2px;
	border-top: 2px solid var(--blue);
	margin-bottom: 20px;
}
div.ov-c-a ul li{
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin: 1%;
}
div.ov-c-a ul li div.image{
	height: 150px;
	padding-top: 25px;
}
div.ov-c-a ul li div.image img{
	height: 100px;
	max-height: 150px;
}
div.ov-c-a ul li div.titel h3{
	font-size: 18px;
	font-weight: 500;
}
div.ov-c-a ul li div.tekst p{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: inherit;
	font-size: 14px;
}

