<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-size: 14px;
	color: #fff;
  background:#f6f6f6;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.video_button {
	background: #003c4c;
    border: 2px solid #003c4c;
}
.video_button:hover {
    border: 2px solid #003c4c;
    background: transparent;
    color: #003c4c;
}
.mm-current {
	display: block !important;
}
/*************side area**********/
.header-area .container a img{
  width: 200px;
}
.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: #171717;
}
.mini-right-nav span {
  font-family: 'NunitoSansRegular';
  font-size:14px;
  bottom: 0;
  letter-spacing: 0.75px;
  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:#171717;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.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: 26px;
	position: relative;
	z-index: 1;
}
.mini-right-nav img{
	width: 20px;
}
.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 999;
	right: 0px;
}
/******************header***************/
.header-topbar{
  position: relative;
  padding: 20px 0;
  background:#fff;
}
.header-top-left{
  position: absolute;
  right: 0px;
  padding: 0 30px;
  border-left: 1px solid #e6e6e6;
  top: 0;
  height: 100%;
}
.header-top-left a{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.star-image {
  width: 22px;
  margin-right: 3px;
}
.header-top-left h6 {
  display: inline-block;
  margin: 0 15px 0 10px;
  color: #1c1c1c;
  font-family: 'NunitoSansBold';
  font-size: 14px;
}
/*****navbar*****/
.desktop-nav{
  padding: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  background: rgba(0,0,0,0.6);
  border-bottom: 1px solid #e6e6e6;
}
.desktop-nav .navbar-nav .nav-link {
  position: relative;
  padding: 0;
}
.desktop-nav .navbar-nav .nav-link:hover{
  color: #fff;
}
.desktop-nav .nav-item {
  /* font-family: 'NunitoSansBold'; */
  font-family: 'univia_probold';
  font-size: 18px;
  padding: 30px 70px 30px 0;
}
.desktop-nav .navbar-nav .nav-link:after {
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 0;
  height: 3px;
  content: '';
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.desktop-nav .navbar-nav .nav-link:hover:after, .desktop-nav .navbar-nav .nav-item.active .nav-link:after {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
/******************banner**************/
.banner-sec{
  position: relative;
  overflow: hidden;
}
.banner-sec:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../images/gradient.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-content{
  position: absolute;
  top: 62%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 1;
}
.banner-content h4{
  color: #fff;
  letter-spacing: 0.75px;
  margin: 10px 0 40px;
}
.banner-content .common-btn{
  margin-right: 6px;
}
/*******gallery***********/
.home-gallery-sec {
  background-color: #f6f6f6;
  padding-top: 90px;
}
.gallery-heading h4 {
  color: #fff;
  font-family: 'NunitoSansBold';
}
.gallery-image {
  margin-bottom: 8px;
  position: relative;
  border-radius: 6px;
}
.gallery-image{
  overflow: hidden;
  cursor: pointer;
}
.gallery-image img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home-gallery-sec a:hover .gallery-image img {
  transform: scale(1.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.gallery-heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
/******hand car card********/
.card-sec {
  padding: 170px 0 130px;
  background-color: #f6f6f6;
}
.card-sec h4 {
  font-family: 'NunitoSansBold';
  font-size: 22px;
  margin-top: 30px;
  white-space: nowrap;
}
.card-image{
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-image img {
  width: 160px;
}
.card-sec .col-md-4:nth-child(3) .card-image img, .aanbod-middle-area.card-sec .col-lg-3:last-child .card-image img,
.overons-card-sec .col-md-3:last-child .card-image img{
  width: 120px;
}
.card-sec .col-md-4:nth-child(2) .card-block{
  left: 60px;
  position: relative;
}
.card-sec .col-md-4:nth-child(3) .card-block{
  float: right;
}
/**=====for home card=====**/
.home-card-sec.card-sec .col-lg-7 .col-md-4{
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.home-card-sec.card-sec .card-image img{
  width: 140px;
}
.home-card-sec.card-sec .col-md-4:nth-child(3) .card-image img {
  width: 120px;
}
.home-card-sec.card-sec h4{
  white-space: normal;
}
.home-card-sec.card-sec .col-md-4:nth-child(2) .card-block{
  left: 0px;
}
.home-card-sec.card-sec .col-md-4:nth-child(3) .card-block{
  float: none;
}
/*****************car block sec**********/
.car-content-cover{
  position: relative;
}
.car-content{
  background: #fff;
  padding: 100px 180px 100px 150px;
  position: relative;
  left: -70px;
  margin: 70px 0;
  width: calc(100% + 70px);
  border-radius: 10px;
  z-index: 1;
}
.car-content, .left-car{
  box-shadow: -17px 20px 30px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -17px 20px 30px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -17px 20px 30px -10px rgba(0, 0, 0, 0.5);
}
.left-car{
  margin-bottom: 60px;
  -webkit-box-shadow: -2px 5px 14px 0px rgb(0,0,0,0.25);
  -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.25);
  box-shadow: -2px 5px 14px 0px rgb(0,0,0,0.25);
}
.car-content table{
  margin:40px 0;
}
.car-content td{
  font-family: 'NunitoSansBold';
  font-size: 18px;
  color: #1c1c1c;
  padding-right: 50px;
}
.car-content h6{
  margin: 60px 0 40px;
}
.car-block-sec .common-arrow{
  bottom: 30px;
  top: auto;
  transform: translateY(0);
}
.car-block-sec .swiper-button-prev{
  left: auto;
  right: 60px;
}
.car-block-sec .swiper-button-next{
  right: 0;
}
/****************middle sec*************/
.middle-sec{
  margin-top: -240px;
  padding: 260px 0 100px;
}
.left-content h3, .left-content p, .counter-block h3, .counter-area h4{
  color: #fff;
}
.left-content p{
  margin:30px 60px 70px 0;
}
.counter-block {
  font-size: 30px;
  color: #fff;
  font-family: 'NunitoSansBold';
  letter-spacing: 1px;
  border-radius: 100%;
  width: 119px;
  height: 119px;
  border:2px solid #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:auto;
}
.counter-area h4{
  font-family: 'NunitoSansBold';
  text-align: center;
  margin-top: 20px;
}
.counter-area{
  max-width: 525px;
  width: 100%;
  margin-left: auto;
}
.counter-area li{
  margin-bottom: 50px;
}
/**************testimonial-block*********/
.testimonial-sec{
  background:#fff;
}
.each-testimonial-block{
  background:#f5f5f5;
  border-radius: 6px;
  padding: 60px 80px 70px;
box-shadow: -15px -9px 11px -10px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:-15px -9px 11px -10px rgba(0, 0, 0, 0.5);
-moz-box-shadow: -15px -9px 11px -10px rgba(0, 0, 0, 0.5);
margin: 20px;
}
.each-testimonial-block p{
  margin-top: 30px;
  line-height: 26px;
}
.testimonial-wrapper{
  top: -40px;
  position: relative;
}
.testimonial-wrapper .swiper-button-prev{
  left: -100px;
}
.testimonial-wrapper .swiper-button-next{
  right: -100px;
}
/************bottom sec***********/
.bottom-sec{
  padding: 80px 0;
}
/*************footer************/
.footer-area .col-lg-4{
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
}
.footer-area .col-lg-8{
  -ms-flex: 0 0 78%;
  flex: 0 0 78%;
  max-width: 78%;
}
.footer-area .contact-info, .footer-area .footer-menubar{
  padding-left: 50px;
}
.contact-info li, .opening-area p{
  font-size: 16px;
  font-family: 'NunitoSansRegular';
  color: #141414;
  display: inline-block;
  padding-right: 45px;
  letter-spacing: normal;
  line-height: normal;
  vertical-align: top;
}
.contact-info li:last-child{
  padding-right: 0;
}
.contact-info li a{
  color: #141414;
  display: block;
  margin-bottom: 10px;
}
.contact-info img {
  width: 15px;
  margin-right: 15px;
}
.contact-info .bullet-image{
  width: 12px;
}
.footer-area{
  border-top: 1px solid rgba(20,20,20,0.3);
  overflow: hidden;
  background: #FFF;
}
.contact-info{
  /*padding: 100px 0 80px;*/
  padding: 100px 0;
  position: relative;
}
.contact-info:after{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  content: '';
  background: #141414;
  height: 1px;
  opacity: 0.3;
}
.footer-menubar li{
  display: inline-block;
  padding: 60px 28px 60px 0;
  font-family: 'univia_probold';
  font-size: 18px;
}
.footer-menubar li a{
  color: #1c1c1c;
}
.footer-menubar li a:hover{
  color: #ff6a00;
}
.footer-logo{
  padding: 100px 107px;
}
.footer-logo img{
  width: 189px;
}
/************opening time*********/
.contact-info .opening-hour td{
  display: inline-block;
  padding: 5px;
  width: 100%;
  border-top: 2px solid rgba(20,20,20,0.3);
  margin: 0;
}
.contact-info .opening-wrap{
  margin-left: 3px;
  max-width: 350px;
  width: 100%;
  margin-top: -7px;
}
.contact-info .opening-wrap p:last-child{
  font-size: 16px;
  letter-spacing: normal;
  margin-top: 10px;
}
.contact-info .opening-area {
  position: relative;
  border: 1px solid rgba(20,20,20,0.3);
  border-radius: 8px;
  padding: 0;
  width: auto;
}
.opening-area:before{
  position: absolute;
  top: 10px;
  left: -25px;
  width: 13px;
  height: 13px;
  content: '';
/*  background-image: url(../images/bullet-color.svg);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.opening-area:before{
  position: absolute;
  top: 10px;
  left: -25px;
  width: 13px;
  height: 13px;
  content: '';
 /* background-image: url(../images/bullet-color.svg);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-info .opening-area p{
  margin-bottom: 0;
  padding: 5px;
  cursor: default;
}
.contact-info .opening-area img{
  margin:0;
  width: 8px;
  transform: rotate(90deg);
}
.contact-info .opening-area span{
  width: 20px;
  height: 20px;
  margin-top: 5px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  box-shadow: 0px 2px 8px 4px rgb(0,0,0,0.13);
  -webkit-box-shadow: 0px 2px 8px 4px rgb(0,0,0,0.13);
  -moz-box-shadow: 0px 2px 8px 4px rgba(0,0,0,0.13);
  float: right;
}
.contact-info .opening-hour{
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 9;
  border: 1px solid rgba(20,20,20,0.3);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  right: 0;
}
/*****************aanbod***************/
.common-header .desktop-nav{
  position: relative;
  /*background: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 0;*/
}
/*.common-header .desktop-nav .navbar-nav .nav-link{
  color: #1c1c1c;
}
.common-header .desktop-nav .navbar-nav .nav-link:after{
  background:#fc7e01;
}
.common-header .desktop-nav .navbar-nav .nav-link:hover{
  color: #ff6a00;
}*/
.header-btn{
  padding: 0 120px;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.header-btn:hover{
  background:#ff6a00;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.header-btn:hover a{
  color: #fff;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.header-btn a{
  color: #1c1c1c;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
#brandstof{
  background: #fff;
  padding: 15px;
  color: #1c1c1c;
  font-family: 'NunitoSansRegular';
  font-size: 16px;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 2;
  border: 1px solid rgba(0,0,0,0.5);
}
#brandstof label{
  margin-left: 6px;
}
#brandstof.active{
  display: block;
}
.brandstof-title{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aanbod-select-sec{
  background:#003c4c;
  padding: 35px 55px 35px 70px;
}
.aanbod-filter-part{
  /*width: calc(100% - 165px);*/
  width: calc(100% - 230px);
}
.aanbod-grid-area{
  /*width: 160px;*/
  width: 135px;
  padding-left: 15px;
  vertical-align: top;
}
.each-grid-block img{
  width: 40px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.each-grid-block{
  height: 67px;
  border-radius: 6px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aanbod-grid-area .each-grid-block.active{
  background: #fff;
  border:2px solid #ff6a00;
}
.aanbod-grid-area .each-grid-block.active img{
  filter: brightness(1) invert(0);
  -webkit-filter: brightness(1) invert(0);
}
.aanbod-grid-area .col-md-6:last-child .each-grid-block img{
  width: 32px;
}
.aanbod-select-sec .each-select-box .select-style{
  color: #1c1c1c;
  border-radius: 6px;
  padding: 0 15px;
  border:2px solid #efefef;
  width: 100%;
  background: url(../images/drop.svg) #fff no-repeat 92% center/9px;
  height: 67px;
  line-height: 65px;
  font-family: 'NunitoSansRegular';
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
}
.aanbod-select-sec .each-select-box .select-style option{
  background-color: #fff;
}
.select-btn .common-btn, .zoken-input-area .form-styl{
  height: 67px;
  line-height: 65px;
  /*color: rgb(28,28,28,0.5);*/
  text-align: left;
  padding: 0 15px;
  font-family: 'NunitoSansRegular';
  max-width: 100%;
  border-radius: 6px;
  color: #1c1c1c;
}
.zoken-input-area .form-styl{
  display: inline-block;
  vertical-align: top;
}
.search-box button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  height: 67px;
  width: 67px;
  border-radius: 6px;
  margin-left: 15px;
  background:#ea6b07;
}
.search-box button img{
  filter: brightness(0)invert(1);
  -webkit-filter: brightness(0)invert(1);
  width: 20px;
}
.zoken-input-area .form-styl:focus {
  box-shadow: none;
  background-color:#fff;
  color:#1c1c1c;
  opacity: 1;
}
.zoken-input-area .form-styl:placeholder {
  color: #1c1c1c;
}
.zoken-input-area .form-styl:-ms-input-placeholder {
  color: #1c1c1c;
}
.zoken-input-area .form-styl::placeholder {
  color: #1c1c1c;
}
/*.search-box{
  width: 67px;
  height: 67px;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 6px;
}*/
.select-btn .common-btn:hover{
  color: #fff;
}
.select-btn .common-btn span{
  float: right;
}
.select-btn .common-btn img{
  width: 23px;
  opacity: 0.5;
  margin-top: -5px;
}
.select-btn .common-btn:hover img{
  opacity: 1;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.aanbod-product{
  padding: 70px 0 50px;
}
.each-aanbod-product {
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}
.each-aanbod-product:hover{
  -webkit-box-shadow: -5px 15px 15px -2px rgb(0, 0, 0, 0.2);
  -moz-box-shadow:-5px 15px 15px -2px rgb(0, 0, 0, 0.2);
  box-shadow: -5px 15px 15px -2px rgb(0, 0, 0, 0.2);
}
.aanbod-btn img{
  width: 20px;
}
.product-dtl{
  background:#fff;
  padding: 60px 80px 50px 100px; 
}
.product-dtl h3{
  height: 60px;
}
.product-dtl table{
  margin-top: 35px;
}
.product-dtl td{
  font-size: 18px;
  color: #1c1c1c;
  font-family: 'NunitoSansBold';
  padding-right: 50px;
}
.divider{
  border-top: 2px solid #fc7e01;
  margin:30px 0 50px;
}
.product-dtl h6 span{
  font-family: 'NunitoSansRegular';
}
.product-dtl .aanbod-btn{
  font-size: 24px;
  color: #003c4c;
  font-family: 'NunitoSansBold';
  letter-spacing: 0.75px;
}
.product-dtl .aanbod-btn img{
  width: 24px;
  margin-left: 25px;
}
.each-aanbod-product{
  margin-bottom: 40px;
}
.aanbod-middle-area h2{
  color: #003c4c;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
.aanbod-middle-area.card-sec{
  padding:40px 0 100px;
}
.aanbod-middle-area .col-lg-3:first-child .card-image img {
  width: 120px;
}
.aanbod-bottom-sec h4{
  color: #003c4c;
  margin-bottom: 35px;
  font-family: 'NunitoSansBold';
}
.aanbod-bottom-sec{
  background:#fff;
  border-radius: 8px;
  padding: 70px 0px;
}
.loupe-image img{
  width: 90px;
}
.aanbod-bottom-content{
  max-width: 690px;
  width: 100%;
}
.txt-btn{
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#fff;
  border:2px solid #fc7e01;
  border-radius: 100%;
  margin-left: auto;
  margin-right: 80px;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.txt-btn:hover{
  background: #fc7e01;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.txt-btn:hover img{
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.txt-btn img{
  width: 26px;
}
.common-footer{
  background: #fff;
}
.common-footer .footer-logo{
  padding: 0;
  text-align: center;
}
.common-footer .row{
  align-items: center !important;
}
.common-footer .contact-info:after{
  width: 100%;
}
.common-footer .col-lg-8{
  border-left: 1px solid rgba(20,20,20,0.3);
}
/*****************verkocht****************/
.inner-pg-header{
  position: absolute;
  z-index: 2;
  width: 100%;
  background: rgba(0,0,0,0.6);
}
.inner-pg-header .header-topbar{
  padding-top: 0;
  background: transparent;
}
.inner-pg-header .header-topbar a{
  background: #fff;
  padding: 15px;
  display: inline-block;
}
.inner-pg-header .header-top-left a{
  background: transparent;
  padding: 0;
  color: #fff;
}
.inner-pg-header .desktop-nav{
  background: transparent;
  position: relative;
  border-top: 1px solid #e6e6e6;
}
.inner-banner .banner-content{
  top: 67%;
}
.verkocht-top-content h2{
  color: #003c4c;
  line-height: 62px;
}
.verkocht-top-content p{
  margin-right: 60px;
}
.verkocht-top-content{
  padding: 170px 0 90px 0;
  background: #fff;
}
.verkocht-product .each-aanbod-product:hover{
  box-shadow: none;
}
/*****************aanbod listj*****************/
.aanbod-list .each-aanbod-product{
  background: #fff;
  box-shadow: none;
}
.aanbod-list .product-dtl{
  padding-right: 100px;
  padding-left: 60px;
}
.aanbod-list .divider{
  margin-bottom: 70px;
}
.aanbod-list{
  padding-bottom: 80px;
}
/***************aanbod dtl***************/
.dtl-top-block.diensten-dtl-form-wrapper{
  max-width: 100%;
}
.detail-wrap{
  padding-right: 35px;
  padding-left: 85px;
}
.aanbod-dtl-sec{
  padding: 60px 0 120px;
}
.aanbod-dtl-sec .common-arrow{
  top: auto;
  transform: translateY(0);
  bottom: 40px;
  display: flex;
  padding: 0;
}
.aanbod-dtl-sec .swiper-button-prev{
  left: 40px;
}
.aanbod-dtl-sec .swiper-button-next{
  right: auto;
  left: 95px;
}
.dtl-top-slider{
  position: relative;
}
.each-dtl-slide img{
  border-radius: 8px;
    padding-bottom: 10px;
}
.slider-bottom-icon{
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
}
/**====tab=====**/
.detail-tab-area{
  padding-top: 70px;
}
.detail-tab-area h2{
  padding-bottom: 50px;
  border-bottom:2px solid #fc7e01;
}
.each-tab-part h3{
  font-size: 26px;
  font-family: 'NunitoSansBlack';
  margin-bottom: 40px;
}
.each-tab-part{
  border-bottom: 2px solid #fc7e01;
  padding-top: 50px;
}
.detail-tab-area .tab-content .tab-pane .tab_hedaing {
  padding-bottom: 20px;
}
.detail-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.svg');
  background-repeat: no-repeat;
}
.detail-tab-area ul li {
  font-family: 'NunitoSansBold';
  font-size: 16px;
  color: #1c1c1c;
  padding-bottom: 10px;
  word-break: break-word;
}
.detail-tab-area .bullet-panel ul li {
  padding-left: 20px;
  position:relative;
  font-family: 'NunitoSansBold';
}
.detail-tab-area .tab_hedaing h4 {
  color: #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: 'NunitoSansBold';
}

.detail-klanten{
  position: relative;
  height: 100%;
}
.detail-klanten a{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.detail-klanten h6 {
  display: inline-block;
  margin: 0 15px 0 10px;
  color: #1c1c1c;
  font-family: 'NunitoSansBold';
  font-size: 14px;
}

.bullet-panel{
  margin-bottom:20px;
}
.kenmerken-tab ul li:nth-child(odd) {
  background-image: url('../images/bullet.svg');
  background-repeat: no-repeat;
  background-position: left top 8px;
  padding-left: 20px;
  background-size: 7px;
  /*color: rgba(28,28,28,0.5);
  font-family: 'NunitoSansBold';*/
}
.kenmerken-tab ul li {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
.each-tab-part h4{
  margin-bottom: 40px;
}
.each-tab-part p{
  letter-spacing: normal;
}
.tab-content {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.tab-content:after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  content: '';
  background-image:url(../images/shadow-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tab-content.remove-shadow:after, .kenmerken-tab-content.tab-content:after{
  display: none;
}
.kenmerken-tab-content.tab-content{
  height: auto;
}
.kenmerken-tab{
  margin-bottom: 40px;
}
.tab-btn{
  font-size: 16px;
  color: #003c4c;
  font-family: 'NunitoSansRegular';
  cursor: pointer;
  display: inline-block;
  margin: 30px 0 10px;
}
/*======x======*/
/*====right part=====*/
.detail-right-area{
  padding-left: 20px;
}
.detail-right-area .common-btn{
  max-width: 100%;
  font-size: 24px;
}
.detail-right-area h3{
  font-size: 26px;
  margin:65px 0 35px;
  letter-spacing: 0.5px;
}
.detail-right-area .blue-btn{
  background: #003c4c;
  border:2px solid #003c4c;
  text-align: left;
  padding: 0 30px;
  margin-bottom: 8px;
  font-size: 24px;
}
.detail-right-area .blue-btn:hover{
  background: #ff6a00;
  border:2px solid #ff6a00;
  color: #fff;
}
.detail-right-area .blue-btn span{
  float: right;
}
.detail-right-area .blue-btn img{
  width: 15px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.detail-right-area .divider{
  border-top: 2px solid #000;
  opacity: 0.3;
  margin:40px 0;
}

.klaten-area h3{
  margin:50px 0 30px;
}
.man-block-wrap{
  background:#003c4c;
  padding: 20px 20px 50px;
  border-radius: 6px;
  position: relative;
}
.man-block-wrap h3{
  border-radius: 10px;
  background:#003c4c;
}
.man-content{
  position: absolute;
  top: 30px;
  left: 30px;
  background: #003c4c;
  border-radius: 6px;
  padding: 8px 10px;
}
.man-content h6{
  font-size: 14px;
  color: #fff;
}
.man-block-wrap img{
  width: 16px;
  margin-right: 10px;
}
.man-block-wrap li{
  font-size: 14.5px;
    font-family: 'NunitoSansRegular';
    display: inline-block;
    padding-right: 10px;
}
.man-block-wrap ul{
  padding: 40px 0px 0 0;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}
/*****form******/
.aanbod-dtl-form.diensten-dtl-form-sec{
  background: #fff;
}
.aanbod-dtl-form .form-styl{
  border: 2px solid #e6e6e6;
}
.diensten-dtl-form-sec textarea.form-control {
  height: 180px;
}
.diensten-dtl-form-sec {
  background-color: #f6f6f6;
  padding: 30px 0px;
}
.form-styl {
  font-size: 16px;
  padding: 0px 20px;
  height: 58px;
  resize: none;
  background-color: #fff;
  border-radius: 0px;
  font-family: 'NunitoSansRegular';
  border-radius: 10px;
  color: #1c1c1c;
  border: none;
}
.diensten-dtl-form-wrapper {
  max-width: 1430px;
  width: 100%;
  margin: 0 auto;
}
.diensten-dtl-form-wrapper .form-group label {
  color: #1c1c1c;
  font-size: 16px;
  font-family: 'NunitoSansRegular';
}
.diensten-dtl-form-wrapper .form-group {
  margin-bottom: 30px;
}
.diensten-dtl-form-wrapper h3 {
  margin-bottom: 65px;
}
.diensten-dtl-form-btn {
  border: 0;
  background: transparent;
  border-radius: 0;
  font-size: 24px;
  color: #1c1c1c;
  font-family: 'NunitoSansRegular';
  cursor: pointer;
  margin-top: 20px;
}
.diensten-dtl-form-btn span {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 100%;
  margin-left: 50px;
  border: 2px solid #ff6a00;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.diensten-dtl-form-btn span img {
  width: 20px;
}
.diensten-dtl-form-btn:hover.diensten-dtl-form-btn span {
  background-color: #ff6a00;
}
.diensten-dtl-form-btn:hover.diensten-dtl-form-btn span img{
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.related-car .each-aanbod-product{
  box-shadow: none;
  margin-bottom: 10px;
}
.related-car{
  margin-top: 70px;
}
.related-product-sec{
  padding-top: 100px;
}
.related-product-sec .container{
  position: relative;
}
.related-product-sec .swiper-button-prev{
  left: -60px;
}
.related-product-sec .swiper-button-next{
  right: -60px;
}
.related-product-sec .common-arrow{
  background:#fff;
  display: flex;
  padding: 0;
}
/********************contact****************/
.contact-address p{
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 30px;
  white-space: nowrap;
}
.contact-address p a{
  color: #1c1c1c;
}
.contact-address p a:hover{
  color: #ff6a00;
}
.contact-address img{
  width: 17px;
  margin-right: 10px;
}
.contact-address p span{
  float: left;
  margin-bottom: 20px;
}
.contact-address h3{
  margin-bottom: 40px;
}
.contact-address p:last-child{
  margin: 0 0 0 30px;
}
.contact-pg-dtl .car-content{
  padding-right: 80px;
  padding-bottom: 80px;
}
.contact-pg-dtl .left-car{
  position: relative;
  z-index: 1;
  box-shadow: -17px 20px 30px -10px rgb(0, 0, 0, 0.5);
  -webkit-box-shadow: -17px 20px 30px -10px rgb(0, 0, 0, 0.5);
  -moz-box-shadow: -17px 20px 30px -10px rgba(0, 0, 0, 0.5);
}
.contact-pg-dtl .car-content .col-lg-5{
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
.contact-pg-dtl .car-content .col-lg-7{
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}
.address-right-part{
  border:4px solid #003c4c;
}
.map-area{
  height: 700px;
}
/***********************diensten listview**********************/
.each-listview {
  position: relative;
  cursor: pointer;
}
.listview-img {
  position: absolute;
  right: 0;
  width: 47%;
}
.listview-img:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background:#003c4c;
  opacity: 0;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.each-listview:hover .listview-img:after{
  opacity: 0.75;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.listview-content-box {
  padding: 105px 100px 80px 105px;
  background: #ffffff;
  max-width: 910px;
  width: 100%;
  position: relative;
  /*top: 100px;*/
  box-shadow: 0px 35px 60px 0px rgb(0,0,0,0.16);
  -webkit-box-shadow: 0px 35px 60px 0px rgb(0,0,0,0.16);
  -moz-box-shadow: 0px 35px 60px 0px rgb(0,0,0,0.16);
  border-radius: 10px;
}
.listview-content-box p {
  margin: 35px 0px 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listview-content-box a:hover, .each-listview:hover .listview-content-box .common-btn  {
  color: #003c4c;
  background: transparent;
}
.each-listview:nth-child(even) .listview-img {
  right: auto;
  left: 0;
}
.each-listview:nth-child(even) .listview-content-box {
  margin-left: auto;
}
/********************diensten dtl******************/
.diensten-dtl-back-btn-sec {
  background-color: #fff;
  padding-top: 60px;
  border-top: 1px solid #e6e6e6;
}
.diensten-dtl-back-btn {
  margin-bottom: -70px;
}
.diensten-dtl-verkoop-block {
  position: relative;
}
.diensten-dtl-verkoop-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 47%;
}
.diensten-dtl-verkoop-content {
  padding: 110px 0px 130px 140px;
}
.diensten-dtl-verkoop-content h2 {
  margin-bottom: 60px;
}
.diensten-dtl-compare-sec h2 {
  color: #003c4c;
  margin-bottom: 65px;
}
.diensten-dtl-compare-sec {
  background-color: #fff;
  padding: 110px 0 60px;
}
.diensten-dtl-compare-sec td:nth-child(odd) {
  border-right: 3px solid #ff6a00;
  padding-left: 50px;
  padding-right: 100px;
}
.diensten-dtl-compare-sec td:nth-child(even) {
  padding-right: 50px;
  padding-left: 100px;
}
.diensten-dtl-compare-sec td{
  width: 50%;
  vertical-align: top;
}
.diensten-dtl-card-sec {
  padding: 70px 0px 100px 0px;
  background-color: #fff;
}
.diensten-btm-slider {
  padding: 120px 0px 90px;
  background-color: #fff;
}
.diensten-btm-slider-heading {
  margin-bottom: 100px;
}
.irrulen-part h2{
  margin-bottom: 60px;
  color: #003c4c;
}
/********************overons******************/
.overons-card-sec {
  background-color: #fff;
  padding: 110px 0px;
}
.overons-gallery-upper-sec {
  background-color: #f6f6f6;
}
.overons-card-sec .col-md-3 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.overons-card-sec .col-md-3:nth-child(2) .card-image img{
  width: 100px;
}
.overons-card-sec .col-md-3:nth-child(4) .card-image img{
  width: 120px;
}
.overons-card-sec h2{
  color: #003c4c;
  margin-bottom: 85px;
}
.overons-card-sec h4 {
  white-space: normal;
}
.each-overons-gal {
  padding: 0 4px 8px;
}
.each-overons-gal img{
  border-radius: 6px;
}
.overons-gallery-sec{
  overflow: hidden;
}
.overons-top-gallery-wrap{
  margin-right: -11%;
  margin-left: -4px;
}
.overons-btm-gallery-wrap{
  margin-left: -11%;
  margin-right: -4px;
}
.overons-gallery-upper-sec h2{
  color: #1c1c1c;
}
/***************thanku***************/
.thanku-banner .each-banner-image{
  position: relative;
}
.thanku-banner .each-banner-image:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #000;
  opacity: 0.5;
}
/******************tarieven**********************/
.car-desc {
  padding: 130px 0px 150px;
}
.tarieven-top-content h2 {
  color: #003c4c;
}
.desc-img img {
  width: 100px;
}
.desc-content h4 {
  color: #003c4c;
  font-family: 'NunitoSansBold';
  margin-bottom: 45px;
}
.tirieven-each-car-big-box {
  background-color: #fff;
  padding: 60px 60px 70px 60px;
  border-radius: 10px;
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 35px;
}
.desc-content li{
  position: relative;
  font-family: 'NunitoSansRegular';
  font-size: 14px;
  color: #1c1c1c;
  letter-spacing: 1px;
  line-height: 28px;
  padding-left: 10px;
  display: inline-block;
  width: 100%;
}
.desc-content li:after {
  position: absolute;
  top: 12px;
  left: 0px;
  width: 4px;
  height: 1px;
  content: '';
  background: #000;
}
.desc-content li span{
  width: 45%;
  float: right;
}
/*********************klantenvertellen*******************/
.klante-rating-sec{
  padding: 50px 0 20px; 
}
.star-area a {
  display: block;
}
.star-image {
  width: 22px;
  margin-right: 2px;
  display: inline-block;
}
.comment-area {
  padding: 35px 0px 0px 35px;
}
.comment-area p {
  letter-spacing: normal;
  font-size: 16px;  
}
.author-area {
  padding-top: 40px;
}
.author-area h4 {
  color: #003c4c;
  font-family: 'NunitoSansBold';
}
.car-desc .container &gt; .row .col-md-10 {
  border-radius: 10px;
}
#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;
}
.kenteken_np{
background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
background-repeat: no-repeat;
background-position: 0% 0%;
padding: 7px 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{
	margin-bottom: 30px;
}
.star_icon p{
  /*font-family: 'BentonSansRegular';*/
  font-size: 14px;
  color: #1c1c1c;
  padding-bottom: 6px;
  word-break: break-word;
  margin-bottom: 0;
  font-family: 'NunitoSansRegular';
}
.photo_contnt{
	margin-bottom: 30px;
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
.photo_contnt li{
  font-size: 14px;
  color: #121212;
  padding-bottom: 6px;
  word-break: break-word;
  margin-bottom: 0;
  font-family: 'NunitoSansRegular';
}
.cursor
{
  cursor:pointer;
}
#menu {
 display: none;
}
.mm-current {
 display: block !important;
}
.morgan_footer
{
  text-align: center;
  background: #000;
  padding: 7px 0px 5px;
}
.error_background {
  background-color: #121212;
}
.error_top
{
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
  padding: 0px 0;
}
.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);
}
.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';
}
.light_theme h4{
  color:#2a2a2a;
}
.dark_theme h4{
  color:#c9c9c9;
}
.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';
}
.mm-slideout {
    z-index: unset;
}
.form-1, .form-2, .form-3 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
}
.foto_upload{
  text-align: center;
  height: auto;
  padding: 12px;
}
.each-tab-part.pb-5 .tab-content{
  height: auto !important;
}
.each-tab-part iframe{
  height: 980px;
}
.whatsapp-fixed-area{
  position: fixed;
  right: 40px;
  z-index: 99;
  bottom: 40px;
}
.whatsapp-fixed-area img{
  width: 70px;
  border-radius: 100%;
}
.floating-button{
 font-size: 24px;
  color: #fff;
  font-family: 'NunitoSansBold';
  background: #25d366;
  display: inline-block;
  margin-right: 20px;
  border-radius: 50px;
  padding: 8px 25px;
  letter-spacing: 0.75px;
  vertical-align: middle;
}
.car-content .swiper-slide .each-content-block p{
  height: 185px;
  overflow: hidden;
}
.grecaptcha-badge {
  display: none !important;
}

#autotelex_step3, #autotelex_step2{
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#mobile-contact-bar {
	display: none;
}

.hide-on-desktop{
  display: none;
  padding-top: 10px;
}
.hide-on-mobile{
  display: unset;
}
.left-car{
 height: 100%;
}
.left-car img{
 height: 100%;
 object-fit: cover;
  border-radius: 6px;
}
.car-block-sec .swiper-container{
  height: 100%;
}
.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;
}
.diensten-dtl-compare-sec ul{
  list-style-type: disc;
  padding-left: 20px;
  padding-bottom: 20px;
  font-family: 'NunitoSansRegular';
  font-size: 14px;
  color: #1c1c1c;
  letter-spacing: 1px; 
}
.aanbod-dtl-sec .detail-wrap .common-arrow{
  display: inline-flex;
}
/*.opening-hour table{ 
	width: 100%;
}*/
.diensten-dtl-compare-sec table td p u a{
  color: #1c1c1c;
}
.rating_number{
	font-size: 26px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}


/* ***************aanbod-dtl**************** */
html {
  font-size: 62.5%;
}
.aanbod-dtl-slider-area{
  background-color: #fff;
}
.aanbod-dtl-top-button {
  padding: 4rem 0 2rem;
  background-color: #fff;
}
.financieren-top-button img {
  margin-right: 1rem;
  margin-top: -2px;
}
.financieren-top-button .common-btn {
  border-radius: 10rem;
  line-height: 45px;
  background: transparent;
  color: #ff6a00;
  height: 50px;
  width: max-content;
  padding: 0 27px;

}
.financieren-top-button .common-btn:hover {
  background-color: #ff6a00;
  color: #fff;
}
.financieren-top-button .common-btn:hover img {
  filter: brightness(0) invert(1);
}
.aanbod-dtl-top-heading {
  padding-top: 0.9rem;
  padding-bottom: 3.5rem;
  background-color: #fff;
}
.aanbod-dtl-top-heading-left h3 {
  font-size: 24px;
  color: rgba(28, 28, 28, 0.5);
}
.aanbod-dtl-top-heading-right {
  text-align: end;
}
.aanbod-dtl-top-heading-right h2 {
  /* margin-bottom: 1.9rem; */
}
.aanbod-dtl-top-heading-right h3 {
  color: rgba(28, 28, 28, 0.5);
  font-size: 2.4rem;
}
.aanbod-dtl-top-heading-right strong {
  font-weight: 400;
  color: #1c1c1c;
}
.each-aanbod-dtl-img {
  border-radius: 2rem;
  overflow: hidden;
}
.aanbod-dtl-slider-area .common-arrow {
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
}
.aanbod-dtl-slider-area .common-arrow img {
  filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
}
.aanbod-dtl-slider-button.swiper-button-prev {
  left: -2rem;
}
.aanbod-dtl-slider-button.swiper-button-next {
  right: -1.8rem;
  left: auto;
}
.aanbod-dtl-content {
  padding-top: 3.8rem;
  background-color: #fff;
}
.aanbod-dtl-top-content li {
  font-family: 'NunitoSansBold';
  font-size: 18px;
  position: relative;
  color: #071116;
  padding-left: 2rem;
  text-transform: uppercase;
}
.aanbod-dtl-top-content ul {
  display: flex;
  column-gap: 3.4rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aanbod-dtl-top-content li::after {
  position: absolute;
  content: "";
  background-image: url(../images/aanbod-dtl-tick.svg);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  left: 0;
  top: 5px;
  height: 16px;
  width: 16px;
}
.aanbod-dtl-top-content {
  border: 1px solid #141414;
  border-radius: 1rem;
  overflow: hidden;
  padding: 2.9rem 6.9rem;
}
.aanbod-dtl-left-content ul {
  display: flex;
  column-gap: 1.6rem;
  flex-wrap: wrap;
}
.aanbod-dtl-left-content li:last-child a {
  border-radius: 100%;
  height: 4.8rem;
  width: 4.8rem;
  border: 1px solid #071116;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aanbod-dtl-left-content li img {
  width: 1.7rem;
}
.aanbod-dtl-left-content li button {
  border-radius: 10rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  width: max-content;
  padding: 0 2rem;
  height: 5rem;
  line-height: 40px;
}
.aanbod-dtl-left-content li button:hover {
  background-color: transparent;
  border-color: #ff6a00;
  color: #ff6a00;
}
.aanbod-dtl-btm-content {
  padding-top: 4.7rem;
  padding-bottom: 7rem;
}
.aanbod-dtl-top-content strong {
  font-weight: normal;
  margin-left: 1rem;
}
.aanbod-dtl-right-content {
  background: #f6f6f6;
  padding: 1.7rem 3.3rem;
  border-radius: 1rem;
  max-width: 70rem;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}
.aanbod-dtl-right-content-info h4 {
  color: #050E16;
  margin-bottom: 1.5rem;
  margin-top: 1.2rem;
}
.aanbod-dtl-right-content-info ul {
  display: flex;
  column-gap: 2.7rem;
  flex-wrap: wrap;
}
.aanbod-dtl-right-content-info ul li a {
  font-family: 'NunitoSansRegular';
  font-size: 1.6rem;
  color: #050E16;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.aanbod-dtl-right-content-info ul li a:hover {
  text-decoration: underline;
}
.aanbod-dtl-right-content-info ul li a strong {
  font-weight: normal;
  margin-left: 1rem;
}
.aanbod-dtl-right-content-img {
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 50%;
  overflow: hidden;
}

.aanbod-dtl-right-content-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/*****dtl-tab-sec-new*****/
.dtl-tab-sec-new .nav-tabs {
  column-gap: 6.3rem;
  margin-bottom: 4.9rem;
  border-bottom: 1px solid #1c1c1c;
  padding-bottom: 2.5rem;
}
.dtl-tab-sec-new .nav-tabs .nav-item.show .nav-link, 
.dtl-tab-sec-new .nav-tabs .nav-link.active.active {
    color: #ea6b07;
}
.dtl-tab-sec-new .nav-tabs .nav-item .nav-link {
  border: 0;
  background-color: transparent;
  color: #050E16;
  letter-spacing: normal;
  width: 100%;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
}

.dtl-tab-sec-new .tab-content{
  height: auto;
  overflow: visible;
}
.dtl-tab-sec-new  .tab-content:after{
display: none;
}
.dtl-tab-sec-new {
  padding: 0 0 5rem;
}
.dtl-tab-sec-new .tab-btn .nav-tabs {
  column-gap: 6.3rem;
  margin-bottom: 4.9rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 2.5rem;
}
.dtl-tab-sec-new .tab-btn .nav-tabs .nav-item .nav-link {
  border: 0;
  background-color: transparent;
  color: #F3F3F3;
  letter-spacing: normal;
  width: 100%;
  border-radius: 0;
  padding: 0;
}
.dtl-tab-sec-new .nav-tabs .nav-item{
  font-family: 'NunitoSansRegular';
  font-size: 2.4rem;
  margin: 0;
  word-break: break-word;
}
.dtl-tab-sec-new .tab-btn .nav-tabs .nav-item .nav-link.active {
  color: #ff6a00;
}
.dtl-tab-sec-new .bullet-panel ul li {
  padding-left: 1.6rem;
  position: relative;
  font-family: arialregular;
  color: #1c1c1c;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.dtl-tab-sec-new .bullet-panel li:after {
  background-size: 0.8rem;
  position: absolute;
  top: 0.8rem;
  left: 0;
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  background-image: url(../images/bullet.svg);
  background-repeat: no-repeat;
}
/****dtl-tab-content****/
.dtl-tab-sec-new .kenmerken-tab-new li {
  font-family: arialregular;
  font-size: 1.6rem;
  line-height: 2.6rem; 
  letter-spacing: 0.16px;
  margin-bottom: 1.8rem;
  color: rgba(28, 28, 28, 0.5);
}
.dtl-tab-sec-new .kenmerken-tab-new li:nth-child(even) {
  color: #050E16; 
}
.dtl-tab-sec-new .bullet-panel h4 {
  border-bottom: 1px solid #1c1c1c;
  padding-bottom: 1rem;
  color: #1c1c1c;
  font-size: 2rem;
  margin-bottom: 2%;
}
.dtl-tab-sec .tab-btn .nav-tabs {
  column-gap: 6.3rem;
  margin-bottom: 4.9rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 2.5rem;
}
.dtl-tab-sec-new .dtl-tab-sec-new .tab-content .tab-pane .tab_hedaing {
  padding-bottom: 2rem;
}
.dtl-tab-sec-new .bullet-panel {
  margin-bottom: 2rem;
}
.dtl-tab-sec-new .dtl-tab-sec-new .bullet-panel ul li {
  padding-left: 1.6rem;
  position: relative;
  font-family: 'NunitoSansRegular';
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 1rem;
}
.dtl-tab-sec-new .dtl-tab-sec-new .bullet-panel li:after {
  background-size: 0.8rem;
  position: absolute;
  top: 0.9rem;
  left: 0;
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  background-image: url(../images/bullet.svg);
  background-repeat: no-repeat;
}
.dtl-tab-sec-new .dtl-tab-sec-new .tab-content p {
  line-height: 1.5rem;
}
.dtl-tab-sec-new .left-bg-block {
  width: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff6a00;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.dtl-tab-sec-new .block-dtls {
  width: calc(100% - 14rem);
  border: 1px solid #ff6a00;
  border-left: 0;
  padding: 2rem 1.5rem 0.5rem;
  min-height: 20rem;
}
.dtl-tab-sec-new .left-bg-block h6 {
  line-height: 3rem;
  color: #fff;
  font-size: 1.6rem;
  text-transform: none;
}
.dtl-tab-sec-new .each-onderhoud-block h4 {
  font-size: 2.2rem;
text-transform: none;
}
.dtl-tab-sec-new .each-onderhoud-block h5 {
  color: #1c1c1c;
  margin: 1rem 0 3rem;
  font-size: 1.8rem;
  text-transform: none;
}
.dtl-tab-sec-new .each-onderhoud-block {
  display: flex;
  margin-bottom: 2rem;
}
/* *****garantie**** */
.warranty-table{
	width: 100%;
	padding: 14rem 0 16rem;
}
.warranty-table td {
    padding: 1.6rem 1.4rem;
}
.warranty-table tr th{
	background-color: #ff6a00;
	border: none;
	border-radius: 2rem;
  width: 19%;
	margin-bottom: 1.4rem;
	text-align: center;
	padding: 1rem 0 1.9rem;
}
.warranty-table tr th h3{
	padding: 1rem 0 0.4rem;
  color: #fff;
  margin: 0;
  text-align: center !important;
}
.warranty-table tr td h4,
.warranty-table tr th h4{
  color: #fff;
}
.warranty-table tr td p {
  font-size: 1.6rem;
  color: #fff;
  padding-top: 0.4rem;
  max-width: 20rem;
  margin: 0 auto;
}
.warranty-table tr th:first-child{
	background-color: transparent;
	border: none;
}
.warranty-table tr{
	border-bottom: 1px solid #1c1c1c;
  position: relative;
  display: table;
  width: 100%;
}
.warranty-table tr:first-child,.warranty-table tr:last-child{
	border-bottom: 0;
}
.warranty-table tr:first-child{
  padding-bottom: 14px;
}
.warranty-table tr td{
	background-color: #ff6a00;
	border: none;
  width: 19%;
	text-align: center;
}
.warranty-table tr td:first-child{
	background-color: transparent;
	border-radius: 0;
  
}
.warranty-table tr td:first-child h4{
  color: #050E16;
}
.warranty-table tr {
 /* display: flex;
  column-gap: 1.4rem;
  justify-content: end;*/
}
.warranty-table table{
	width: 100%;
  margin-bottom: 8%;
  border-collapse: separate;
  border-spacing: 14px 0;
}
.warranty-table tr:nth-child(2) td:nth-child(2),
.warranty-table tr:nth-child(2) td:nth-child(3),
.warranty-table tr:nth-child(2) td:nth-child(4),
.warranty-table tr:nth-child(2) td:nth-child(5){
	border-radius: 2rem 2rem 0 0;
}
.warranty-table tr:last-child td:nth-child(2),
.warranty-table tr:last-child td:nth-child(3),
.warranty-table tr:last-child td:nth-child(4),
.warranty-table tr:last-child td:nth-child(5){
	border-radius: 0rem 0rem 2rem 2rem;
}
.warranty-table tr td img {
    width: 100%;
    max-width: 3rem;
}
.warranty-table {
    padding: 11rem 0 13rem;
}
.each-warranty-table img{
	width: 3rem;
}
.each-warranty-table{
	background-color: #ff6a00;
	border-radius: 2rem;
	margin-bottom: 2rem;
	padding: 2rem;
	text-align: center;
}
.each-warranty-table li{
	border-bottom: 1px solid #fff;
	padding: 1.5rem 0;
}
.each-warranty-table h4 {
    margin-bottom: 0.8rem;
}
.each-warranty-table li:last-child{
	border-bottom: none;
}
.table-area{
	position: relative;
}
.table-area:before{
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 28px;
  background: #f6f6f6;
  height: 100%;
  z-index: 1;
}
.img-tag {
  position: absolute;
  right: -4rem;
  z-index: 1;
  transform: rotate(10deg);
  top: -5%;
}
.img-tag h4 {
    border: 1px solid #fff;
    background: #fff;
    color: #1E1E1E;
    border-radius: 2rem;
    padding: 1rem 4rem;
    display: inline-block;
}
.warranty-table tr th{
	position: relative;
}
.table-area th h6 {
    font-size: 1.8rem;
    color: #1E1E1E;
}
.table-area th strong {
    position: absolute;
    right: -3rem;
    background: #fff;
    top: -25%;
    padding: 0.9rem 3.5rem;
    border-radius: 2rem;
    transform: rotate(10deg);
    overflow: hidden;
}
.form-area {
  width: 100%;
}
.left-contact-dtls {
  background-color: #ff6a00;
  padding: 5.4rem 3rem;
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
  max-width: 41.3rem;
}
.left-contact-heading h3 {
  font-family: 'NunitoSansBold';
  padding-bottom: 2rem;
  color: #fff;
  letter-spacing: normal;
}
.left-contact-dtls h3 a {
  padding-bottom: 0;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  color: #fff;
  letter-spacing: normal;
}
.left-contact-dtls h3 a:hover {
  color: #fff;
  text-decoration: underline;
}
.left-contact-dtls p a {
  padding-bottom: 0;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  color: #fff;
}
.left-contact-dtls p a:hover {
  color: #fff;
  text-decoration: underline;
}
.left-contact {
  padding: 2.5rem 0 2rem;
}
.left-contact h3 {
  margin-bottom: 12px;
  font-size: 22px;
}
.left-contact-dtls h4 {
  font-family: 'NunitoSansBold';
  color: #fff;
  margin-top: 2.1rem;
  margin-bottom: 1.1rem;
}
.left-contact-dtls p {
  margin-bottom: 5rem;
  color: #fff;
}
.right-contact-form {
  padding-left: 5.3rem;
  padding-top: 2.4rem;
}
.right-contact-form h2 {
  color: #050E16;
  margin-bottom: 2rem;
}
.right-contact-form p {
  color: #0A131E;
  width: 100%;
  max-width: 57.4rem;
  margin-bottom: 3.8rem;
}
.price-tag{
    width: fit-content;
    padding: 12px 20px;
    border-radius: 100px;
    background-color: #EEE;
    margin-top: -50px;
    position: relative;
    margin-left: auto;
    margin-right: 27px;
}
.price-tag h6{
  font-size: 18px;
}
.form-area {
  position: relative;
  /* padding-bottom: 10.7rem; */
}
.form-area .white-wrap {
  padding: 7.4rem 0;
}
.right-contact-form .form-group {
  margin-bottom: 2.8rem;
  position: relative;
  padding-right: 0;
}
.right-contact-form .form-styl {
  color: #000;
  font-size: 1.6rem;
  border-radius: 1rem;
  overflow: hidden;
  background: transparent;
  line-height: normal;
  resize: none;
  border: 1px solid #e6e6e6;
  outline: none;
  padding: 2.2rem 2.9rem;
}
.right-contact-form .form-styl:focus {
  color: #171717;
  background: transparent;
  outline: 0;
  box-shadow: none;
  border-color: #ff6a00;
}
.right-contact-form .form-label {
  color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.9rem;
  margin-bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-color: #fff;
  padding: 0.2rem 1.5rem;
}
.right-contact-form .form-comment .form-label {
  top: 3rem;
}
.right-contact-form .focus-input .form-label {
  top: -0.5rem;
  color: #ff6a00;
}
.right-contact-form textarea.form-control {
  min-height: calc(1.5em + 9.72rem + 2rem);
}
.right-contact-form .form-label {
  color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.9rem;
  margin-bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-color: #fff;
  width: fit-content;
  padding: 0.2rem 1.5rem;
  pointer-events: none;
}
.white-wrap {
  padding: 12rem 0;
  border-radius: 4rem;
  background: #fff;
  width: 100%;
  max-width: calc(100% - 4rem);
  margin: 0 auto;
}
.aanbod-list-new .each-aanbod-product-img img {
  border-radius: 1.5rem;
}
.aanbod-list-new .each-aanbod-product {
  background-color: transparent;
  background-color: #fff;
}
.aanbod-list-new .product-dtl {
  padding: 2.6rem 0 0 0;
  /* background-color: transparent; */
}
.product-dtl-table {
  padding: 2.7rem 4rem;
  border-radius: 15px 15px 0 0;
  background: #EEE;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin-top: 3rem;
}
.product-dtl-table table{
  width: 100%;
  margin-top: 0;
}
.product-dtl p{
  color: rgba(26, 23, 28, 0.5);
}
.product-dtl-table td{
  padding-left:2.6rem;
  padding-right: 2.6rem;
  border-right: 1px solid #1A171C;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-dtl-table td span{
  display: block;
  color: rgba(26, 23, 28, 0.5);
  font-family: 'NunitoSansRegular';
}
.product-dtl-table tr td:last-child{
  padding-right: 0;
  border: 0;
}
.product-dtl-table tr td:first-child{
  padding-left: 0;
}
.aanbod-list-new .each-aanbod-product{
  overflow: hidden;
}
.aanbod-list-new .row &gt; *{
  padding-left: 10px;
  padding-right: 10px;
}
.aanbod-list-new .each-aanbod-product:hover{
  box-shadow: none;
}
.aanbod-list-new .product-dtl h3 {
  height: 34px;
  overflow: hidden;
  margin-top: 20px;
}
.aanbod-list-new .each-aanbod-product:hover .product-dtl-table{
  background-color: #ff6a00;
}
.aanbod-list-new .each-aanbod-product:hover td{
  border-color: #fff;
}
.aanbod-list-new .each-aanbod-product:hover td span,
.aanbod-list-new .each-aanbod-product:hover td{
  color: #fff;
}
.product-wrap {
  padding: 0 8rem 13rem;

}
.form-main-wrap .row .col-lg-6:first-child{
  padding-right: 5px;
}
.form-main-wrap .row .col-lg-6:last-child{
  padding-left: 5px;
}
.aanbod-new-product-slider{
  background-color: #003c4c;
  padding: 110px 0 100px;
}
.aanbod-new-product-slider .product-dtl-table{
  padding-left: 2rem;
  padding-right: 2rem;
}
.aanbod-new-product-slider .product-dtl-table td{
  padding-right: 2rem;
  padding-left: 2rem;
}
.product-heading{
  margin-bottom: 74px;
}
.product-heading h2{
  color: #fff;
}
.aanbod-new-product-slider .swiper-button-next {
  right: -5%;
  left: auto;
}
.aanbod-new-product-slider .swiper-button-prev {
  left: -5%;
}
.aanbod-new-product-slider .common-arrow {
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
  border: 1px solid #1c1c1c;
  display: inline-flex;
  padding-left: 0px;
}
.aanbod-new-product-slider .common-arrow img {
  filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
}
.home_line {
  position: absolute;
  left: 0;
  bottom: -4%;
  height: 100%;
  pointer-events: none;
}
.aanbod-filter-sec {
  padding-top: 110px;
  padding-bottom: 85px;
  background-color: #003c4c;
  position: relative;
}
.aanbod-filter {
  width: calc(100% - 64px);
}
.aanbod-filter-sec .col-xl-2{
  max-width: calc(16.66% - 5px);
  flex:  0 0 auto;
  padding: 0;
}
.aanbod-filter-sec .row{
  column-gap: 5px;
  align-items: end;
}
.aanbod-filter-sec  .each-select-box .select-style {
  color: rgba(255, 255, 255, 0.50);
  border-radius: 6px;
  padding: 0 15px;
  border: 1px solid rgba(247, 250, 246, 0.50);
  width: 100%;
  background: url(../images/white-drop.svg) #003c4c no-repeat 92% center / 9px;
  height: 45px;
  line-height: 43px;
  font-family: 'NunitoSansRegular';
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
}
.reset-btn{
  text-align: end;
  margin-top: 12px;
}
.aanbod-banner-heading h1{
  margin-bottom: 74px;
  font-family: 'NunitoSansRegular';
}
.aanbod-banner-heading h4{
  color: #fff;
  margin-bottom: 35px;
}
.reset-btn img{
  width:20px;
}
.aanbod-list-new .common-btn{
  max-width:max-content;
  border-radius: 100px;
  padding: 12px 20px;
  height: auto;
  line-height: normal;
  background-color: transparent;
  color: #ff6a00;
}
.aanbod-list-new .common-btn:hover{
  background-color: #ff6a00;
  color: #fff;
}

.aanbod-filter-sec .zoken-input-area .form-styl {
  color: rgba(255, 255, 255, 0.50);
  border-radius: 6px;
  padding: 0 15px;
  border: 1px solid rgba(247, 250, 246, 0.50);
  width: 100%;
  height: 45px;
  line-height: 43px;
  font-family: 'NunitoSansRegular';
  font-size: 16px;
  background-color: transparent;
}
.aanbod-filter-sec .search-box button{
  height: 45px;
  width: 45px;
}
.aanbod-filter-sec .zoken-input-area .form-styl::placeholder{
  color: rgba(255, 255, 255, 0.50);
}









/****product-sec*****/
.product-sec {
	padding: 11rem 0 13rem;
}
.product-wrap {
	padding: 0 12rem;
}
.product-slider {
	position: relative;
	margin-top: 7.4rem;
}
.each-product {
	border: 2px solid transparent;
	/* padding: 1.5rem; */
	padding: 0.6rem 0.6rem 3.6rem;
	border-radius: 3rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover {
	border-color: #003c4c;
}
.each-product-img {
	border-radius: 2rem;
	overflow: hidden;
	margin-bottom: 3.4rem;
}
.each-product-text h4 {
	margin: 0.8rem 0 2.7rem;
	height: 6rem;
	overflow: hidden;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
.each-product-text h6 {
	height: 2.5rem;
  overflow: hidden;
  color: #e6e6e6;
  font-size: 14px;
}
.each-product-text ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.each-product-text li {
    color: #fff;
    font-family: 'NunitoSansRegular';
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 0.8rem 1.4rem;
    background-color: rgba(255, 255, 255, 0.15);
	  border-radius: 10rem;
}
/* .product-price {
	margin: 3.4rem 0 0;
} */
.product-price {
    margin: 2.7rem 0 0;
}
.product-price ul {
	display: flex;
	justify-content: space-between;
}
.product-price li {
	text-align: center;
	font-family: 'NunitoSansRegular';
    font-size: 1.8rem;
    color: #fff;;
	padding: 0.8rem 1.4rem;
	height: 5.9rem;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-price li:nth-child(odd) {
	background-color: #003c4c;
	border-color: #003c4c;
	border-radius: 1rem 0 0 1rem;
}
.product-price li:nth-child(even) {
	border-radius: 0 1rem 1rem 0;
	border: 1px solid rgba(255, 255, 255, 0.20);
}
.product-slider .swiper-button-next {
	right: -13rem;
}
.product-slider .swiper-button-prev {
	left: -13rem;
}
.product-heading {
	padding: 0 1.5rem;
}
.video-btn {
	margin-left: 7px;
}
.banner_video {
	height: 100% !important;
	overflow: hidden;
}
.banner_video .video-js .vjs-tech{
	position: relative !important;
}
.banner_video .video-js {
	width: 100% !important;
	height: 100% !important;
	background-color: transparent !important;
}
.service_pagination { position: relative; top: 0px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); text-align: center; }
.service_pagination a { display: inline-block; width: 40px; height: 40px; -moz-border-radius: 4px; border-radius: 4px; font-size: 12px; line-height: 40px; text-align: center; }
.service_pagination li { display: inline-block; }
.service_pagination a { color: #000000; border-radius: 50%; font-size: 17px; margin: 0 3px; background: #FFFFFF; }
.service_pagination .active a, .service_pagination a:hover { background: #ff6a00; color: #fff; border-radius: 50%; }
#myModalVideo .modal-dialog {
	max-width: 900px !important;
	margin-top: 7%;
}
#myModalVideo .modal-content{
	background-color:transparent; 
	border:0;
}
.aanbod-filter-part {
  width: calc(100% - 97px);
}
.aanbod-grid-area{
  margin-top: 20px;
  width: 100%;
}
.form-main-wrap .formError .formErrorContent{
  position: absolute;
}
.model-name{
  padding: 0 40px;
}
.model-name p{
  height: 24px;
  overflow: hidden;
}
.warranty-table .table-area h3{
  margin-bottom: 40px;
  text-align: center;
}
.bovag-logo{
  width: 95px;
}
.footer-area .contact-info:after{
  display: none;
}
.footer-area hr{
  border-top: 1px solid rgba(20,20,20,0.3);
  margin: 0;
}
.footer-menubar li:last-child{
  padding-right: 0;
}
footer ul.ml-lg-auto{
  max-width: 1100px;
}
.detail-right-area .blue-btn.trade-btn img{
  width: 24px;
  margin-top: -2px;
}
.detail-right-area .blue-btn.trade-btn{
  background: #25D366;
  border-color: #25D366;
}
.aanbod-dtl-form-area .left-contact-dtls table{
  width: 100%;
  max-width: 360px;
}
.aanbod-dtl-form-area .left-contact-dtls td{
  font-family: 'arialregular';
  font-size: 16px;
  vertical-align: top;
  padding-top: 5px;
}</pre></body></html>