<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'NunitoSansRegular';
    font-size: 14px;
    color: #fff;
    background-color: #050505;
    overflow-x: hidden;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.calsty{ 
    border: 0; 
    width: 100%; 
    height: 1000px; 
    background: transparent; 
}
/*************side area**********/
.mini-right-nav li{
  margin: 0px 0 2px;
  padding: 0;
  width: 60px;
  display: block;
  position: relative;
}
.mini-right-nav li a{
  position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #161616;
}
.mini-right-nav span {
  font-family: 'NunitoSansRegular';
  font-size:16px;
  bottom: 0;
  letter-spacing: 0.5px;
  right: 60px;
  line-height: 60px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0;
  -webkit-transition: 0.50s;
  -moz-transition: 0.50s;
  transition: 0.50s;  
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 60px);
	content: '';
	background-color:#161616;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav li.whtasapp-nav a, .mini-right-nav li.whtasapp-nav span{
  background-color: #58c04d;
}
.mini-right-nav a:hover  span{ width:auto; padding:0 25px 0 35px;overflow:visible; }
.mini-right-nav a:hover {text-decoration:none;}
.mini-right-nav a span{
	color:#fff;
}
.mini-right-nav img{
	width: 20px;
	position: relative;
	z-index: 1;
}
.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 999;
	right: 0px;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #1c1c1c;
    border-color: rgba(255,255,255,0.2);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar&gt;* {
    color: #fff;
}
#menu .mm-listview&gt;li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.2);
}
#page{
	/*width: calc(100% - 100px);*/
	margin-left: auto;
	width:100%;
}
.pg-wrap{
	background-color: #161616;
}
.bovag-logo{
	position: absolute;
    left: -100px;
    z-index: 9;
    top: 0;
    width: 100px;
    text-align: center;
    padding: 5% 0 10px;
}
/*************header**********/
.header-area{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
	padding-top: 40px;
}
.header-area .navbar-brand{
	position: absolute;
    top: 40px;
    left: 50px;
}
.desktop-nav, .desktop-nav.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link, .desktop-nav.navbar-expand-lg .navbar-nav .nav-link:hover{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.desktop-nav .nav-item{
	padding-right: 62px;
	font-size: 20px;
	font-family: 'NunitoSansBold';
	letter-spacing: 0.4px;
}
a.nav-link {
    font-size: 18px;
}
/***********banner*********/
.banner-area{
	position: relative;
}
.banner-area:before{
	position: absolute;
    content: '';
    left: 0;
    width: 50%;
    height: 100%;
    background: #161616;
    clip-path: polygon(0% 0%, 72% 0%, 56% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 72% 0%, 56% 100%, 0% 100%);
    z-index: 2;
}
.banner-area .col-lg-4{
	-ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}
.banner-area .col-lg-8{
	-ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
}
.banner-content{
	padding-left: 50px;
    position: relative;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.banner-btn{
	position: absolute;
    bottom: 60px;
    width: 100%;
    left: 0;
    z-index: 2;
    padding: 0 60px 0 50px;
}
.banner-btn .common-btn{
	padding-right: 0;
}
.scroll-button {
    left: 0px;
    bottom: 30px;
    position: absolute;
    width: 100%;
    z-index: 2;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.scroll-button img{
	width: 36px;
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
/**************checked area*************/
.checked-area ul{
	font-size: 0;
	padding: 80px 0 70px;
}
.checked-area li{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	padding-right: 10%;
}
.checked-area li:last-child{
	padding-right: 0;
}
.checked-area li:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	content: '';
	background-image: url(../images/checked.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/*************product area************/
.product-sec{
	padding: 100px 0 80px;
	position: relative;
}
.product-sec:before{
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #272727;
    clip-path: polygon(0% 0%, 60% 0%, 35% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 60% 0%, 35% 100%, 0% 100%);
}
.sec-heading{
	margin-bottom: 80px;
}
.product-dtl{
	background:#050505;
	border:2px solid #424242;
	border-top:0;
	padding: 20px 40px 20px 20px;
}
.product-dtl h5{
	margin-bottom: 10px;
	height: 60px;
	word-break: break-all;
}
.product-dtl .col-xl-5 p{
	text-align: right;
    color: #1a647e;
    font-size: 20px;
}
.product-dtl p span{
	/*margin-left: 40px;*/
}
.product-slider{
	position: relative;
}
.product-slider .swiper-button-prev{
	left: -6%;
}
.product-slider .swiper-button-next{
	right: -6%;
}
/**************middle sec*************/
.middle-sec{
	position: relative;
	padding-bottom: 120px;
	overflow: hidden;
	border-top: 10px solid #161616;
	border-bottom: 10px solid #161616;
}
.angle-content{
	position: absolute;
	top: 40px;
	z-index: 1;
	right: 0;
	width: 25%;
	white-space: nowrap;
}
.angle-content a:hover{
	color: #fff;
}
.angle-content img{
	width: 11px;
	margin-left: 20px;
}
.left-angle img, .right-angle img{
	display: none;
}
.right-angle-wrap .angle-content{
	top: auto;
    bottom: 40px;
    left: 0;
    width: 27%;
}
.right-angle-wrap .angle-content h3{
	float: right;
}
.right-angle-wrap .angle-content span{
	float: left;
}
.right-angle-wrap .angle-content img{
	margin: 0 20px 0 0;
	transform: rotate(180deg);
}
.left-angle-wrap{
	width: 60%;
    height: 440px;
    position: relative;
}
.middle-sec .common-background{
	position: relative;
}
.middle-sec .left-angle:after{
	content: '';
    width: 112%;
    height: 100%;
    background:#000;
    position: absolute;
    top: 0;
    clip-path: polygon(0 0, 65% 0%, 100% 100%, 25% 100%);
    -webkit-clip-path: polygon(0 0, 65% 0%, 100% 100%, 25% 100%);
    left: -6%;
    opacity: 0;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.middle-sec .right-angle:after{
	content: '';
    width: 112%;
    height: 100%;
    background:#000;
    position: absolute;
    top: 0;
    clip-path: polygon(0 0, 75% 0%, 100% 100%, 46% 100%);
    -webkit-clip-path: polygon(0 0, 75% 0%, 100% 100%, 46% 100%);
    left: -12%;
    opacity: 0;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.middle-sec .left-angle:hover:after, .middle-sec .right-angle:hover:after{
	opacity: 0.5;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.left-angle{
    clip-path: polygon(0 0, 65% 0%, 100% 100%, 25% 100%);
    -webkit-clip-path: polygon(0 0, 65% 0%, 100% 100%, 25% 100%);
    margin-left: -6%;
    height: 100%;
}
.right-angle-wrap{
	width: 55%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}
.right-angle{
    clip-path: polygon(0 0, 75% 0%, 100% 100%, 46% 100%);
    -webkit-clip-path: polygon(0 0, 75% 0%, 100% 100%, 46% 100%);
    margin-right: -12%;
    margin-top: 120px;
    height: 100%;
}
/******************content sec*************/
.content-block-sec{
	padding: 140px 0 120px;
	position: relative;
	border-bottom: 10px solid #161616;
}
.content-block-sec:after{
	position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 38%;
    height: 100%;
    clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 18% 100%);
    -webkit-clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 18% 100%);
    background:#272727;
}
.content-block-sec p{
	margin: 40px 12% 50px 0;
}
.block-image{
	clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
	-webkit-clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
	position: relative;
	z-index: 1;
}
/***********footer************/
.footer-info{
	padding-left:80px;
	max-width: 1160px;
	width: 100%;
}
.footer-sec .col-lg-5 .each-footer-info{
	padding-left: 30px;
}
.footer-info h5{
	color: #9b9b9b;
	font-family: 'NunitoSansLight';
	letter-spacing: 1.4px;
	margin-bottom: 10px;
}
.footer-info p{
	font-family: 'NunitoSansLight';
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	letter-spacing: 0.4px;
}
.footer-info p span{
	color: #9b9b9b;
}
.footer-info td{
	padding-right: 40px;
}
.footer-sec{
	padding: 130px 0 50px;
	background:#050505;
}
.footer-sec .common-wrapper{
	padding-left: 5%;
}
.divider{
	border-top: 3px solid #2a2a2a;
	margin: 60px 0;
}
.social-icon a{
	margin-right: 25px;
}
.social-icon img{
	width: 22px;
}
img.bovag-footer {
    width: 70px;
}
/**********************contact page******************/
.inner-bovag {
	background-color: transparent;
	top: 20px;
	padding-left: 10px;
    padding-right: 10px;
}
.search-icon {
	position: absolute;
    left: -100px;
    z-index: 9;
    top: -40px;
    width: 100px;
    text-align: center;
    padding: 5% 0 10px;
    z-index: 99;
    cursor: pointer;
}
.search-icon img {
	width: 25px;
}
/****iner pg banner******/
.inner-banner-area {
	border-left: 1px solid #373737;
}
.inner-banner-area .banner-content {
	top: 85%;
}
.inner-banner-area .each-banner {
	position: relative;
}
.inner-banner-area .each-banner::after {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
}
/*
#home-banner-image {
    max-height: 500px;
}
*/
/*****map-sec****/
.contact-map-sec .block-image {
	height: 730px;
}
.contact-map-sec h6 {
	font-size: 16px;
	font-family: 'NunitoSansBold';
	margin: 40px 0 30px;
}
.open-time-left table {
	width: 100%;
}
.open-time-left table tr td {
	width: 50%;
	vertical-align: top;
	display: inline-block;
	font-size: 16px;
	font-family: 'NunitoSansRegular';
	margin-bottom: 10px;
}
.open-time-right p {
	margin: 0;
	text-align: left;
}
.open-time-right {
	position: relative;
	z-index: 1;
}

/**contact-form-sec****/
.contact-form-sec {
	position: relative;
	padding: 130px 0px;
}
.contact-form-sec::before {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #272727;
    clip-path: polygon(0% 0%, 60% 0%, 35% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 60% 0%, 35% 100%, 0% 100%);
}
.contact-form-wrapper {
	background-color: #161616;
	padding: 130px 0px 65px 14%;
	position: relative;
	z-index: 1;
	clip-path:  polygon(0px 0px, 100% 0px, 100% 100%, 10% 100%);
	-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 10% 100%);
}
.contact-info img {
	width: 20px;
	margin-right: 65px;
}
.contact-info p{
	text-align: left;
}
.contact-info p {
    color: #fff;
    font-size: 18px;
    font-family: 'NunitoSansBold';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    line-height: 45px;
}
.contact-info p a{
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.contact-info p a:hover {
	color: #0076b5;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.contact-info a.ph-no {
	margin-left: 20px;
}
.contact-info a.mail-id {
	margin-left: 35px;
}
.contact-form-sec h2 {
	margin-bottom: 80px;
}
.form-styl {
	background-color: transparent;
    border: none;
    border-bottom: 1px solid #0076b5;
    color: #fff;
    border-radius: 0px;
    padding: 20px 0px;
	resize: none;
	font-family: 'NunitoSansRegular';
	font-size: 16px;
}
.form-styl::placeholder {
	color: #fff;
	font-family: 'NunitoSansRegular';
}
.form-styl:-moz-placeholder {
	color: #fff;
	font-family: 'NunitoSansRegular';
}
.form-styl::-moz-placeholder {
	color: #fff;
	font-family: 'NunitoSansRegular';
}
.form-styl:focus {
	box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid #0076b5;
    color: #fff;
}
.contact-form-sec .common-btn {
    margin-top: 60px;
}
.form-styl.foto_upload{
	height: auto;
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*************************diensten list*****************************/
.diensten-list-sec .content-block-sec:nth-child(odd) p {
	/*margin-left: 12%;*/
	margin-right: 0;
}
.diensten-list-sec .each-list-content {
	margin-left: 12%;
}
.diensten-list-sec .content-block-sec:nth-child(even) .each-list-content {
	margin-left: 0;
	margin-right: 12%;
}
.diensten-list-sec .content-block-sec p {
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-right: 0;
}

.inner-banner-area:before{
	clip-path: polygon(0% 0%, 72% 0%, 60% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 72% 0%, 60% 100%, 0% 100%);
	background: #050505;
}
.inner-banner-area .col-lg-4 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.inner-banner-area .col-lg-8 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.diensten-list-sec .content-block-sec:nth-child(odd) .block-image {
	clip-path: polygon(0% 0%, 84% 0%, 100% 100%, 16% 100%);
	-webkit-clip-path: polygon(0% 0%, 84% 0%, 100% 100%, 16% 100%);
}
.diensten-list-sec .content-block-sec:nth-child(odd):after {
    width: 50%;
	left: 0;
	clip-path: polygon(0% 0%, 60% 0%, 40% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 60% 0%, 40% 100%, 0% 100%);
}
.diensten-list-sec .content-block-sec:nth-child(even):after{
	width: 50%;
	clip-path: polygon(0% 0%, 60% 0%, 40% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 60% 0%, 40% 100%, 0% 100%);
    transform: rotate(180deg);
}
/*********************aanbod*************************/
.aanbod-fliter-sec {
	background-color: #262626;
}
.aanbod-fliter-sec .select-style {
	width: 100%;
    border: 2px solid #e3e3e3;
    border-radius: 0;
    height: 45px;
    line-height: 43px;
    font-family: 'montserratmedium';
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.svg) #333 no-repeat 90% center/10px;
    color: #FFF;
    padding: 0 30px;
}
.aanbod-fliter-sec .aanbod-filter-wrap {
	max-width: 645px;
	width: 100%;
	margin: 0 auto;
	background-color: #333333;
	padding: 55px 90px;
	-webkit-box-shadow: 5px 27px 23px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 27px 23px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 27px 23px 0px rgba(0,0,0,0.1);
	position: relative;
	top: -80px;
	z-index: 2;
}
.aanbod-fliter-sec .white-btn {
	height: 45px;
    line-height: 43px;
}
.aanbod-fliter-sec .white-btn:hover {
	border-color: #1d6380;
	background-color: #1d6380;
	color: #fff;
}
.aanbod-product-sec .product-dtl .col-xl-5 p{
	font-size: 16px;
	color: #fff;
}
.aanbod-product-sec .product-dtl .col-xl-5 p span{
	margin-left: 30px;
}
.aanbod-product-sec {
	background-color: #262626;
	padding-top: 50px;
	position: relative;
}
.aanbod-product-sec::after {
	content: '';
	width: 0;
	height: 50px;
	position: absolute;
	border: 1px solid black;
	top: -43px;
	left: 50%;
}
.sold_car {
    padding-top: 0;
}
.sold_car::after {
	display:none;
}
.aanbod-product-sec .each-product {
	margin-bottom: 50px;
}
.aanbod-banner-area::before {
	background-color: #161616;
}
.aanbod-banner-area h1 {
	font-size: 36px;
	line-height: 50px;
}
.aanbod-banner-area .banner-content {
	top: 64%;
}
.aanbod-banner-area .banner-content{
	z-index: 2;
}
/*******************verkocht**********************************/
.verkocht-product-sec {
	padding-top: 215px;
}
.verkocht-product-sec::after {
	display: none;
}
.verkocht-product-sec h2 {
	padding: 4% 7px;
}

/*******************aanbod dtl***************************/
.inner-pg-header {
	position: relative;
	padding-bottom: 150px;
	background-image: url(../images/aanbod-dtl-header.jpg);
}
.inner-pg-header::after {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(22, 22, 22, 0.9);
	z-index: -1;
}
.aanbod-dtl-top-sec .swiper-container .swiper-slide-next .each-aanbod-dtl-car::after,
.aanbod-dtl-top-sec .swiper-container .swiper-slide-prev .each-aanbod-dtl-car::after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.75);
    content: '';
}
.aanbod-dtl-top-sec .common-arrow {
	border: 1px solid #fff;
	height: 40px;
	width: 40px;
	border-radius: 5px;
}
.aanbod-dtl-top-sec .common-arrow img {
	width: 12px;
}
.aanbod-dtl-top-sec .swiper-button-prev {
	left: 6%;
}
.aanbod-dtl-top-sec .swiper-button-next {
	right: 6%;
}
/**info sec**/
.aanbod-dtl-info-sec {
	background-color: #fff;
}
.aanbod-dtl-info-wrapper {
	/*max-width: 1408px;
    width: 100%;
    margin: 0 auto;*/
    background-color: #fff;
    padding: 55px 80px;
    -webkit-box-shadow: 5px 27px 23px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 5px 27px 23px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 27px 23px 0px rgb(0 0 0 / 10%);
    position: relative;
    top: -90px;
    z-index: 2;
}
.aanbod-dtl-info-wrapper::after {
	content: '';
    width: 0;
    height: 50px;
    position: absolute;
    border: 1px solid black;
    top: 50%;
  	left: 70%;
  	transform: translate(-50%, -50%);
}
.aanbod-dtl-info-sec h3 {
	font-size: 25px;
	font-family: 'montserratbold';
	color: #1d6380;
	line-height: 35px;
	letter-spacing: normal;
}
.aanbod-dtl-info-sec h3 span {
	color: #121212;
}
.aanbod-dtl-info-sec .col-lg-4 h3 {
	float: right;
}
/***social sec**/
.aanbod-dtl-social-sec {
	background-color: #fff;
}
.aanbod-dtl-social-icon img {
	width: 20px;
}
.aanbod-dtl-social-icon a {
	margin-right: 25px;
}
.aanbod-dtl-social-icon ul li {
	display: inline-block;
}
.aanbod-dtl-social-btn .white-btn {
	max-width: 185px;
	height: 45px;
	line-height: 43px;
}
.aanbod-dtl-social-btn .white-btn:nth-child(1)  {
	background-color: #161616;
	color: #fff;
	border-color: #161616;
}
.aanbod-dtl-social-btn .white-btn:nth-child(1):hover  {
	background-color: #fff;
	color: #161616;
}
.aanbod-dtl-social-btn .white-btn:nth-child(2)  {
	background-color: #ebebeb;
	color: #161616;
	margin-left: 20px;
	border: 2px solid #ebebeb;
}
.aanbod-dtl-social-btn .white-btn:nth-child(2):hover  {
	background-color: #fff;
	border-color: #ebebeb;
}
.aanbod-dtl-social-wrapper {
	max-width: 760px;
	width: 100%;
	margin-left:  auto;
	/*margin-right: 50px;*/
}
/****description sec*****/
.aanbod-dtl-desc-sec {
	background-color: #fff;
	padding: 65px 0px 30px;
}
.aanbod-dtl-desc-wrapper {
	width: 100%;
	/*padding-left: 160px;*/
	padding-left: 5%;
	padding-right: 5%;
}
.each-desc-left-img {
	margin-bottom: 10px;
}
.aanbod-dtl-desc-left {
	padding-right: 105px;
	padding-top: 25px;
}
.aanbod-dtl-desc-left h6 {
	font-size: 13px;
	font-family: 'NunitoSansBold';
	color: #1d6380;
	margin-left: -25px;
	margin-bottom: 15px;
}
/**bottom-contact area***/
.aanbod-dtl-left-contact-area {
	/* background-image: url(../images/bottom-contact-bg.jpg); */
	padding-top: 90px;
	position: relative;
}
.aanbod-dtl-left-contact-area::after {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.4) 0%, hsla(0, 0%, 100%, 1) 100%);
}
.aanbod-dtl-left-contact-area-wrap {
	max-width: 200px;
	width: 100%;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
.aanbod-dtl-left-contact-area a {
	margin-top: 10px;
}
.aanbod-dtl-left-contact-area .white-btn {
	max-width: 200px;
	height: 44px;
	line-height: 42px;
	background: transparent;
	color: #121212;
	border-color: #e3e3e3;
	font-family: 'NunitoSansBold';
	font-size: 15px;
    margin-top: 10px;

}
.aanbod-dtl-left-contact-area .white-btn:hover {
	background: #121212;
	color: #fff;
	border-color: #121212;
}
.aanbod-dtl-left-contact-area .color-btn {
	background: #1d6380;
	color: #fff;
	border-color: #1d6380;
	height: 45px;
    line-height: 43px;
    margin-top: 10px;
    font-size: 15px;
    font-family: 'NunitoSansBold';
}
.aanbod-dtl-left-contact-area .color-btn:hover {
	background: #1c1c1c;
	color: #fff;
	border-color: #1c1c1c;
}
.aanbod-dtl-left-contact-area .select-style {
	width: 100%;
    border-radius: 0;
    height: 44px;
    line-height: 42px;
    font-family: 'NunitoSansBold';
    font-size: 13px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow-contact.svg) #1d6380 no-repeat 90% center/10px;
    color: #fff;
	text-align: center;
	margin-top: 10px;
	border:0;
}
/***tab sec****/
.aanbod-dtl-tab-area .nav-tabs .nav-item {
	border-bottom: none;
    width: 24%;
    margin: 0px 6px 6px 0px;
    text-align: center;
    background-color: #eaeaea;
    color: #121212;
    display: inline-block;
	text-align: center;
	font-family: 'NunitoSansBold';
    font-size: 13px;
}
.aanbod-dtl-tab-area .nav-tabs {
	border-bottom: 0;
}
.aanbod-dtl-tab-area .nav-tabs .nav-link.active {
	box-shadow: none;
    color: #fff;
    background-color: #121212;
}
.aanbod-dtl-tab-area .nav-tabs .nav-link {
	color: #121212;
	border: 0;
    border-radius: 0;
    padding: 15px 0;
    font-size: 15px;
}
.aanbod-dtl-tab-area .bullet-panel {
	margin-bottom: 20px;
}
.aanbod-dtl-tab-area .tab-content .tab-pane .tab_hedaing {
	margin-bottom: 20px;
}
.aanbod-dtl-tab-area .tab-content .tab_hedaing h4 {
	color: #121212;
    border-bottom: 1px solid #121212;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'NunitoSansBold';
    font-size: 23px;
    letter-spacing: 0.5px;
}
.aanbod-dtl-tab-area .tab-content ul li {
	font-family: 'NunitoSansRegular';
    font-size: 14px;
    color: #121212;
    padding-bottom: 10px;
    word-break: break-word;
}
.aanbod-dtl-tab-area .bullet-panel ul li {
	padding-left: 20px;
    position: relative;
    font-family: 'NunitoSansRegular';
}
.aanbod-dtl-tab-area .bullet-panel li:after {
	padding-left: 15px;
    background-size: 7px;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/bullet-black.svg);
    background-repeat: no-repeat;
}
.aanbod-dtl-tab-area .tab-sec {
 margin-bottom: 30px;
}
.aanbod-dtl-tab-area p {
	color: #121212;
}
.each-onderhoud-block {
	display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
	width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d6380;
	font-size: 16px;
	line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #121212;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.block-dtls h4 {
	font-family: 'NunitoSansBold';
	font-size: 18px;
	color: #121212;
}
.block-dtls h5 {
	margin: 10px 0px 30px;
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	color: #121212;
}
.kenmerken-tab-area .kenmerken-tab ul li {
	font-family: 'NunitoSansRegular';
    font-size: 14px;
    color: #121212;
    padding-bottom: 10px;
    word-break: break-word;
	width: 48%;
    display: inline-block;
    vertical-align: top;
}
.kenmerken-tab-area .kenmerken-tab ul li:nth-child(odd) {
	background-image: url(../images/bullet-black.svg);
    background-repeat: no-repeat;
    background-position: left top 6px;
    padding-left: 20px;
    background-size: 7px;
}
.kenmerken-tab-area h5 {
/*	font-size: 25px;*/
	font-family: 'montserratbold';
	color: #121212;
}
.kenmerken-tab-area .row {
	margin: 40px 0;
	padding: 42px 0;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2; 
}
.kenmerken-tab{
	padding: 0;
}
/**aanbod-dtl product sec*****/
.aanbod-dtl-product-sec {
	background-color: #fff;
}
.aanbod-dtl-product-sec::before {
	display: none;
}
.aanbod-dtl-product-sec .aanbod-dtl-product-hading h3 {
	font-family: 'montserratbold';
	font-size: 22px;
	color: #1d6380;
	margin-bottom: 50px;
}
.aanbod-dtl-product-sec .aanbod-dtl-product-hading h3 span {
	color: #121212;
}
/*******************overons*******************/
.overons-top-sec .content-block-sec:after {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    clip-path: polygon(0% 0%, 60% 0%, 40% 100%, 0% 100%);
     -webkit-clip-path: polygon(0% 0%, 60% 0%, 40% 100%, 0% 100%);
    background: #272727;
}
.overons-top-sec .content-block-sec .block-image, .each-year-slide-img {
	clip-path: polygon(0% 0%, 84% 0%, 100% 100%, 16% 100%);
	-webkit-clip-path: polygon(0% 0%, 84% 0%, 100% 100%, 16% 100%);
}
.overons-top-sec .each-list-content {
	margin-left: 12%;
}
.overons-top-sec .each-list-content p {
	margin-right: 0;
}
.overons-top-sec .each-list-content img  {
	margin-top: 30px;
}
.overons-counter-left h2 {
	margin-bottom: 40px;
}
/***counter sec**/
.overons-counter-sec {
	position: relative;
	padding: 140px 0px 120px;
}
.overons-counter-sec::after {
	position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 38%;
    height: 100%;
    clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 18% 100%);
    -webkit-clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 18% 100%);
    background: #272727;
}
.overons-counter-wrapper {
	padding: 130px 14% 130px 0;
	clip-path: polygon(0px 0px, 100% 0px, 89% 100%, 0% 100%);
	background-color: #161616;
	position: relative;
	z-index: 1;
}
.overons-counter-right h3 .each-counter {
	color: #0076b5;
	font-size: 60px;
	font-family: 'NunitoSansBold';
	margin-right: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;

}
.overons-counter-right h3:nth-child(even) {
	margin-top: 100px;
	margin: 100px 100px 0px 0px;
}
/**year slider****/
.overons-year-slider {
	position: relative;
	padding-bottom: 70px;
	margin: 150px 0px 100px;
}
.overons-year-slider::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 38%;
	height: 100%;
	background-color: #272727;
	clip-path: polygon(17% 0%, 100% 0%, 100% 100%, 49% 100%);
	-webkit-clip-path: polygon(17% 0%, 100% 0%, 100% 100%, 49% 100%);
}
.overons-year-slider-wrapper {
	padding: 0 95px;
}
.each-year-slide p {
	padding-left: 60px;
	font-size: 19px;
	text-align: left;
}
.each-year-slide h2 {
/*	font-size: 60px;*/
	color: #0076b5;
	font-family: 'NunitoSansBold';
	margin: 30px 0px;
}
.overons-year-slider .swiper-container .swiper-slide {
	opacity: 0.3;
}
.overons-year-slider .swiper-container .swiper-slide-next {
	opacity: 1;
}
.overons-year-slider .common-arrow {
	border-radius: 100%;
	border: 2px solid #0076b5;
	width: 60px;
	height: 60px;
	top: 20%;
}
.overons-year-slider .swiper-button-next {
	right: 9%;
}
.overons-year-slider .swiper-button-prev {
	left: 9%;
}
.diensten-dtl-slider.overons-car-slider-sec::before {
	clip-path: polygon(0% 0%, 64% 0%, 44% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 64% 0%, 44% 100%, 0% 100%);
}
.overons-car-slider-sec .diensten-arrow {
	max-width: 270px;
}
.overons-car-slider-sec .diensten-sec-heading {
	padding-left: 21%;
}
/************************diensten dtl******************/
.diensten-dtl-top-content{
	border-left: 0;
}
.diensten-dtl-top-content .each-banner{
	padding: 30% 20% 26%;
}
.diensten-dtl-top-content p{
	margin-top: 30px;
}
.dtl-content-wrap{
	max-width: 640px;
	width: 100%;
}
.diensten-dtl-top-content:before{
	background:#050505;
}
.diensten-dtl-top-content .common-btn:after{
	background-image: url(../images/arrow-left.png);
}
.diensten-form-area{
	background:#050505;
}
.diensten-form-area:after{
	position: absolute;
    top: 130px;
    width: 40%;
    height: calc(100% - 260px);
    content: '';
    background: #161616;
    right: 0;
}
.diensten-form-area::before {
    clip-path: polygon(0% 0%, 56% 0%, 37% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 56% 0%, 37% 100%, 0% 100%);
}
.diensten-dtl-slider .each-slide{
	width: 117%;
    position: relative;
    clip-path: polygon(0% 0%, 84% 0%, 100% 100%, 16% 100%);
    -webkit-clip-path: polygon(0% 0%, 84% 0%, 100% 100%, 16% 100%);
    position: relative;
}
.each-slide-heading{
	position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
    padding-left: 24%;
}
.diensten-dtl-slider{
	position: relative;
	padding: 120px 0 120px 30px;
	margin-top: -1px;
}
.diensten-dtl-slider:before{
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #272727;
	clip-path: polygon(0% 0%, 37% 0%, 15% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 37% 0%, 15% 100%, 0% 100%);
}
.diensten-sec-heading{
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
}
.diensten-arrow{
	position: relative;
	max-width: 400px;
	width: 100%;
}
.diensten-arrow .swiper-button-prev{
	left: 70px;
	background: #161616;
}
.diensten-arrow .swiper-button-next{
	right: auto;
	left: 170px;
}
.diensten-arrow, .diensten-sec-heading h2{
	display: inline-block;
	vertical-align: middle;
}
.diensten-sec-heading .common-arrow{
	border: 2px solid #0076b5;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
/**************************bedankt***********************/
.bedankt-banner {
	border-left: 1px solid #373737;
}
.bedankt-banner .banner-content h1 {
	font-size: 38px;
	line-height: 60px;
}



/* loader */
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
}
#loader_section p{
    color:#fff;
    font-size:18px;
    text-align: center;
}
#loader_section img{
    width: 100px;
    margin-bottom: 25px;
}

/*****morgen footer********/
.morgeninternet-footer {
	background: #000000;
	width: 100%;
	height: 50px;
	display: block;
	text-align: center;
	transition: 0.3s all;
}

.morgeninternet-footer:hover {
	background: #202020;
	transition: 0.3s all;
}

.morgeninternet-footer &gt; img {
	height: 30px;
	padding-top: 15px;
}

/*********tab**************/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
    color: #1c1c1c;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}


/* Cookie */
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
    width: calc(100% + 100px);
	margin-left: -100px;
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
.text-white{
	/*color: #000000!important*/
}
.form-1, .form-2{
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
}
.form-4{
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 20px;
}
.contact-tab-form-sec {
	position: relative;
	padding: 10% 0;
}
.contact-tab-form-sec .form-styl {
    color: #1c1c1c;
}
.contact-tab-form-sec .form-styl::placeholder {
	color: #1c1c1c;
}
.contact-tab-form-sec .form-styl::-moz-placeholder {
	color: #1c1c1c;
}
.contact-tab-form-sec .form-styl:focus {
    color: #1c1c1c;
}
.contact-tab-form-sec .common-btn{
	color: #1c1c1c;
	margin-top: 30px;
}
.contact-tab-form-sec .common-btn:after{
	background-image: url(../images/arrow-black.png);
}
.contact-tab-form-sec .common-btn:hover:after{
	background-image: url(../images/arrow.png);
}
.contact-tab-form-sec .col-md-12.text-right{
	text-align: left !important;
}
.listview-top-content.privacy_section {
    padding-bottom: 30px;
}
.error_top{
	padding-top: 190px;
}
.aanbod-dtl-tab-area iframe {
    width: 100%;
    height: 940px;
}
/* toogle search */
.togglesearch{
    top: 230px;
    width: 100%;
   /* display: none;*/
    background: #262626;
    /*padding: 30px;*/
    /*position: absolute;*/
    /*max-width: 420px;*/
    left: 0;
    color: #1c1c1c;
}
.togglesearch .zoken{
	width: 100%;
	padding: 12px 20px;
	border:0;
	outline: none;
}
.togglesearch .zoken:focus {
	box-shadow: none;
	color: #1c1c1c;
}
.togglesearch .zoken:placeholder {
	color: #1c1c1c;
	opacity: 1;
}
.togglesearch .zoken:-ms-input-placeholder {
	color: #1c1c1c;
	opacity: 1;
}
.togglesearch .zoken::placeholder {
	color: #1c1c1c;
	opacity: 1;
}
.togglesearch .btn{
    width: 100%;
    background: #0076b5;
    color: #fff;
    cursor: pointer;
    height: 47px;
    line-height: 47px;
    border: 0;
    border-radius: 0;
    padding: 0;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;  
}
.togglesearch .btn:hover{
	background: #161616;
	-webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;  
}
/*#myModal .modal-content{
	background: #262626;
    border-radius: 0;
    padding: 40px 30px 30px;
}
#myModal .modal-dialog{
	margin-top: 15%;
}
#myModal .close{
	position: absolute;
    top: 10px;
    right: 15px;
    float: none;
    color: #fff;
    opacity: 1;
    font-size: 30px;
}*/
.mm-slideout{
    z-index: unset !important;
}
.modal-backdrop{
	z-index: 1;
}
/*#myModal{
	padding-right: 0 !important;
}*/
.aanbod-bg-image{
	background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    /*width:calc(100% + 100px);*/
    width: 100%;
    z-index: 99;
    height: 100vh;
}
.header-area .search-icon, .header-area .bovag-logo {
	display: none;
}
.diensten-dtl-slider .each-slide:after {
    content: '';
    width: 117%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    clip-path: polygon(0% 0%, 84% 0%, 100% 100%, 16% 100%);
    -webkit-clip-path: polygon(0% 0%, 84% 0%, 100% 100%, 16% 100%);
    left: -6%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-slider .swiper-slide:hover .each-slide:after {
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-slider .each-slide .each-slide-heading {
    z-index: 2;
}
.static-block-new{
	padding-bottom: 50px;
}
.static-block-new .each-product{
	background-image:url(/images/photo-static-block.jpg); 
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/*height: 584.55px;*/
	height: 100%;
}
.static-block-new .row{
	align-items: center;
    height: 100%;
}
.static-block-text-new{
	padding-left: 9%;
}
.modal-area .modal-dialog {
    max-width: 84%;
    margin: 9% auto 0;
}
.modal-area .close-img {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
}
.modal-area .modal-content {
	border: 0;
	border-radius: 0;
}
.modal-area .popup-content h5 {
	color: #1c1c1c;
	margin-bottom: 30px;
}
.modal-area .modal-content p{
	font-size: 15px;
	color: #000;
}
.modal-area .modal-content h3{
	padding-bottom: 4%;
	font-size: 24px;
    color: #000;
}
.modal-area .popup-content {
	padding: 5% 7%;
}
.modal-area .pop-up-image img{
	height: 100%;
	object-fit: cover;
	display: none;
}
.cal {
    cursor: pointer;
}</pre></body></html>