@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
  font-family: 'SansaConNormal';
	font-size: 14px;
	color: #fff;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
/*************side area**********/
.mini-right-nav li{
  padding: 0;
  width: 54px;
  display: block;
  position: relative;
  margin:0 auto 10px;
}
.mini-right-nav li a{
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: -2px 5px 14px 0px rgb(0,0,0,0.15);
  -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.15);
  box-shadow: -2px 5px 14px 0px rgb(0,0,0,0.15);
}
.mini-right-nav span {
  font-family: 'SansaConNormal';
  font-size: 0px;
  bottom: 0;
  right: 0px;
  line-height: 54px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0;
  -webkit-transition: 0.50s;
  -moz-transition: 0.50s;
  transition: 0.50s;
  z-index: -1;
}
.mini-right-nav span:after{
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 54px);
  border-radius: 0 50px 50px 0;
  content: '';
  background-color: #fff;
  height: 54px;
  -webkit-transition: 0.50s;
  -moz-transition: 0.50s;
  transition: 0.50s;
  z-index: -1;
  -webkit-box-shadow: -2px 5px 14px 0px rgb(0,0,0,0.15);
  -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.15);
  box-shadow: -2px 5px 14px 0px rgb(0,0,0,0.15);
}
.mini-right-nav a:hover span{ 
  width: auto;
  overflow: visible;
  opacity: 1;
  padding: 0 65px 0px 0px;
  border-radius: 50px;
  font-size: 16px;
}
.mini-right-nav a:hover {text-decoration:none;}
.mini-right-nav a span{
  color:#1c1c1c;
}
.mini-right-nav img{
  width: 25px;
  position: relative;
  z-index: 1;
}
.mini-right-nav{
  position: fixed;
  top: 60%;
  z-index: 999;
  right: 0px;
  /*background:#fff;*/
  width: 100px;
}
/******************************* Header Css*****************************/
.header-area{
  position: relative;
}
.header-area:after{
  position: absolute;
  top: 0;
  right: 0px;
  width: 50%;
  height: 480px;
  content: '';
  background: #e8e8e8;
  z-index: -1;
}
.bovag-logo{
  width: 60px;
}
.header-area .navbar-brand{
  padding: 10px;
  margin-right: 10px;
}
.header-left li{
  font-size: 16px;
  color: #1c1c1c;
  display: inline-block;
  padding: 0 30px;
  font-family: 'SansaConNormal';
}
.header-left li a{
  color: #1c1c1c;
}
.header-left li a:hover{
  color: #E53500;
}
.header-left li:first-child{
  border-left: 2px solid #1c1c1c;
}
.header-left li img{
  width: 26px;
  margin-right: 20px;
}
.header-left ul{
  white-space: nowrap;
}
.desktop-nav{
  padding: 10px 0;
}
.desktop-nav .navbar-nav{
  padding-left: 70px;
}
.desktop-nav .nav-item{
  font-size: 16px;
  font-family: 'SansaConNormal';
  padding-right:60px;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link{
  padding: 0;
  color: #1c1c1c;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #E53500;
}
.cursor{
  cursor: pointer;
}
.menu-icon{
  font-size: 16px;
  color: #151515;
  font-family: 'SansaConNormal';
  margin-right: 30px;
}
.menu-bar{
  width: 24px;
  float: right;
  margin-left: 20px;
}
.menu-bar:after, 
.menu-bar:before, 
.menu-bar div {
  background-color: #151515;
  border-radius: 0px;
  content: '';
  display: block;
  height: 3px;
  margin: 4px 0;
  transition: all .2s ease-in-out;
}
.menu-icon .menu-bar div{
  width: 17px;
}
.menu-icon.active .menu-bar div{
  width: 24px;
}
.menu-items{
  background-color: #151515;
  padding: 30px 20px;
  display: none;
  position: absolute;
  z-index: 2;
  width: calc(100% - 200px);
  left: 50%;
  top: 110px;
  transform: translateX(-50%);
}
.menu-items li{
  font-family: 'SansaConNormal';
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding-right: 6px;
}
.menu-items li a{
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  color: #fff;
}
.menu-items li a:hover{
  opacity: 0.6;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}

/*******************banner******************/
.banner-sec{
	position: relative;
}
.banner-content{
	position: absolute;
/*	bottom: 180px;*/
	bottom: 250px; 
	left: 0;
	width: 100%;
	z-index: 2;
  padding-left: 120px;
}
.banner-sec .each-banner-image, .banner-sec .each-banner-image img{
  border-bottom-right-radius: 130px;
}
.banner-wrap{
  position: relative;
}
/***************block-sec****************/
.block-wrap{
  max-width: 1230px;
  width: 100%;
  margin:-65px auto 0;
  position: relative;
  z-index: 1;
}
.each-block {
  background: #fff;
  padding: 35px 40px 40px;
  border-bottom-right-radius: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
  -webkit-box-shadow: -2px 5px 8px 0px rgb(0,0,0,0.18);
  -moz-box-shadow: -2px 5px 8px 0px rgb(0,0,0,0.18);
  box-shadow: -2px 5px 8px 0px rgb(0,0,0,0.18);
  position: relative;
}
.each-block h6{
  margin-bottom: 8px;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
.each-block .arrow img {
    width: 18px;
}
.each-block:hover{
  background: #E53500;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.each-block:hover h4, .each-block:hover h6{
  color: #fff;
}
.each-block:hover img{
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
/*****************product****************/
.product-sec {
/*  padding: 140px 0 60px;*/
  padding: 70px 0 60px;
}
.product-top-heading{
  padding: 0 0 0 130px;
}
.car-product-text {
  border: 2px solid #474548;
  border-top: 0px;
  border-bottom-right-radius: 80px;
  padding: 20px 20px 25px;
  position: relative;
}
.car-product {
  margin-right: 60px;
}
.product-slider{
  margin-top: 50px;
  margin-right: 30px;
}
.car-product{
  margin-bottom: 50px;
}
.car-product h4 {
  color: #9F9F9F;
  margin: 8px 0 25px;
  letter-spacing: 0.27px;
  font-family: 'SansaConNormal';
  height: 45px;
  overflow: hidden;
}
.car-product td {
  font-family: 'SansaConNormal';
  font-size: 16px;
  color: #9F9F9F;;
  line-height: 26px;
  padding-right: 40px;
  position: relative;
}
.car-product td:after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 22px;
  content: '';
  background: #1c1c1c;
  right: 25px;
}
.car-product td span{
  color: #1c1c1c;
}
.car-product td:last-child:after{
  display: none;
}
.car-product-text table{
  width: 100%;
}
.car-product-text h5{
  font-family: 'SansaConNormal';
  color: #E53500;
  letter-spacing: 0.5px;
  margin:0;
  font-size: 16px;
}
.car-product-text h5 span{
  font-size: 16px;
  color: #9f9f9f;
  font-family: 'SansaConNormal';
}
.line{
  width: 27px;
  height: 2px;
  background:#121212;
  margin: 15px 0 20px;
}
.car-product-arrow {
  background-color: #474548;
  width: 56px;
  height: 56px;
  border-bottom-right-radius: 25px;
  position: absolute;
  top: -56px;
  right: -56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-product-arrow img {
  width:30px;
}
/***************middle-area****************/
.middle-area{
  position: relative;
}
.middle-area:after{
  position: absolute;
  top:0;
  right: 0;
  width: calc(100% - 100px);
  content: '';
  background:#474548;
  height: 100%;
  z-index: -1;
}
.middle-area-wrap{
  padding: 120px 260px 70px;
}
.middle-block-content h2{
  color: #fff;
  margin-bottom: 70px;
}
.middle-block-content{
  margin-bottom: 60px;
}
.each-middle-block{
  border:4px solid #E53500;
  padding: 0 50px 30px 30px;
  max-width: 340px;
  margin-bottom:60px;
    min-height: 180px;
}
.each-middle-block.cursor.home-block {
    min-height: 270px;
}
.each-middle-block:hover{
  border:4px solid #fff;
}
.each-middle-block p{
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
  line-height: 22px;
  text-align: justify;
}
.block-icon img{
  width: 50px;
}
.block-icon .car-icon{
  width: 78px;
  margin-top: -5px;
}
.block-icon{
  background: #474548;
  display: inline-block;
  margin-left: 30px;
  position: relative;
  top: -25px;
  max-width: 100px;
  width: 100%;
  text-align: center;
  height: 55px;
}
/**************gallery area**************/
.gallery-area{
  padding: 70px 0 70px;
}
.gallery-left-area h2{
  font-size: 40px;
}
.gallery-left-area h2 span{
  color: #E53500;
}
.gallery-left-area .common-btn{
  margin-top: 50px;
}
.gallery-left-area{
  padding: 0 130px 0px 260px;
}
.gallery-left-area h2{
  margin: 30px 0;
}
.gallery-left-area p{
/*  margin-left: 30px;*/
}
.gallery-images{
  padding-left: 70px;
}
.gal-item {
  overflow: hidden;
  padding: 8px;
}
.gal-item .box {
  height: 100%;
  overflow: hidden;
}
.box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.gallery-images .col-md-8 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.gallery-images .col-md-4 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.gallery-images .col-md-12 .box img{
  border-bottom-right-radius: 80px;
}
/******************footer****************/
.footer-top{
  background:#E53500;
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer-info-wrap{
  padding: 0 50px 0 140px;
}
.footer-info-wrap h2{
  color: #fff;
}
.footer-top .header-left li img{
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  width: 35px;
}
.footer-top .header-left li a {
  color: #fff;
}
/*
.footer-top .header-left li a:hover{
    color: #E53500;
}
*/
.left-img-text td a p:hover{
    color: #E53500; 
}
.footer-top .header-left li:first-child {
  border: 0;
  padding-right: 50px;
}
.footer-top .header-left ul{
  margin-left: 220px;
}
.footer-top .footer-info-wrap .header-left .footer-social-area img{
  width: 28px;
  margin-right: 0;
}
.footer-top .footer-info-wrap .header-left .footer-social-area a{
  margin-right: 20px;
}
.footer-middle{
  background:#484549;
  padding-top: 60px;
  padding-bottom: 60px;
}
.each-footer-info h6 {
  margin-bottom: 30px;
  font-family: 'SansaConNormal';
  color: #fff;
}
.each-footer-info p {
  color: #aeaeae;
  line-height: 24px;
  font-family: 'SansaConNormal';
}
.each-footer-info p, .each-footer-info a{
  color: #aeaeae;
}
.each-footer-info a:hover{
  color: #fff;
}
.footer-middle .footer-contact-address p{
  font-family: 'SansaConNormal';
}
.each-footer-info p span{
  color: #fff;
}
.each-footer-info li a{
  font-family: 'SansaConNormal';
  font-size: 15px;
  color: #aeaeae;
  margin-bottom: 15px;
  display: block;
}
.privacy-area p{
  margin-right: 80px;
}
.brand-panel p{
 font-family: 'SansaConNormal';
  margin: 20px 0;
}
.brand-panel img{
  margin-right: 25px;
}
.brand-panel img:last-child{
  margin-right: 0;
}
.footer-menubar-area{
  padding-left: 40px;
}
.brand-panel{
  white-space: nowrap;
}
/*******************aanbod*******************/
.common-header{
  background:#E53500;
}
.common-header li a, .common-header .menu-icon{
  color: #fff;
}
.common-header .menu-bar:after, .common-header .menu-bar:before, .common-header .menu-bar div{
  background-color: #fff;
}
.common-header.header-area:after{
  display: none;
}
.aanbod-select-sec{
  background:#fff;
}
.aanbod-select-sec .col-lg-2{
  -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 14.28%;
}
.aanbod-select-sec .common-wrapper{
  padding-right: 0;
}
.aanbod-select-wrap{
  background:#474548;
  padding: 70px 50px;
}
.aanbod-filter-part{
  width: calc(100% - 254px);
}
.aanbod-grid-area{
  width: 250px;
  padding-left: 15px;
  vertical-align: top;
}
.each-grid-block img{
  width: 25px;
  margin-right: 10px;
  margin-top: -5px;
}
.each-grid-block{
  font-size: 18px;
  color: #fff;
  font-family: 'NunitoSansRegular';
  border: 2px solid #fff;
  text-align: center;
  line-height: 48px;
  height: 50px;
}
.aanbod-grid-area .col-md-6 .each-grid-block {
  opacity: 0.5;
}
.aanbod-grid-area .col-md-6 .active {
  opacity: 1;
}
.aanbod-select-sec .each-select-box select{
  /*color: #bebebe;*/
  color: #000;
  border:1px solid #bebebe;
  padding: 0 15px;
  width: 100%;
  letter-spacing: 0.4px;
  background: url(../images/drop.svg) #fff no-repeat 92% center/10px;
  border-radius: 0;
  height: 50px;
  line-height: 49px;
  font-family: 'A2TypeNewRailAlphabetMedium';
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
}
.aanbod-select-sec .each-select-box select option{
  background-color: #fff;
}
.select-btn .common-btn{
  height: 50px;
  line-height: 48px;
}
.aanbod-product{
  background: #fff;
/*  padding: 80px 0 40px;*/
  padding: 0px 0 40px;
  overflow: hidden;
}
.aanbod-product .left-heading-wrap h2{
  color: #1c1c1c;
  font-size: 45px;
  font-family: 'NunitoSansBold';
}
.aanbod-product .left-heading-wrap{
  padding-left: 0px;
}
.aanbod-product .car-product td, .aanbod-product, .aanbod-product .car-product-text h5 span{
  /*color: #1c1c1c;*/
}
.aanbod-product .car-product td:after{
  background: #1c1c1c;
}
.aanbod-product .car-product {
  margin-right: 100px;
  margin-bottom: 40px;
}
.aanbod-product .col-xl-8{
  margin-bottom: 40px;
}
.aanbod-product .car-product-text {
  background:#fff;
  min-height: 260px;
}
.aanbod-product .product-slider{
  margin-right: 0;
}
.aanbod-middle-area.footer-top .header-left li img{
  filter: brightness(1) invert(0);
  -webkit-filter: brightness(1) invert(0);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.aanbod-middle-area{
  position: relative;
  z-index: 1;
  padding-left: 80px;
  height: 100%;
}
.aanbod-middle-area:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  content: '';
  background:#474548;
  z-index: -1;
}
.aanbod-middle-area h2, .aanbod-middle-area p{
  color: #fff;
}
.aanbod-middle-area h2{
  display: inline-block;
  position: relative;
  padding: 60px 60px 60px 0;
}
.aanbod-middle-area h2:before{
  position: absolute;
  top: 0;
  width: calc(100% - 60px);
  height: 100%;
  border: 4px solid #E53500;
  content: '';
  right: 0;
}
.aanbod-middle-area h2 span{
  background: #474548;
  position: relative;
  padding: 10px 0;
  display: block;
}
.aanbod-middle-content{
  padding-left: 40px;
}
.aanbod-middle-content p{
  margin-bottom: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aanbod-middle-area.footer-top .header-left ul{
  margin: 50px 0 0 30px;
}
.aanbod-middle-area .header-left li{
  width: 100%;
  display: block;
  padding-bottom: 20px;
  border: 0;
}
.aanbod-middle-arrow {
  margin: 10px 0px;
}
.aanbod-middle-arrow img {
  height: 25px;
  margin-left: 11px;
}
/***************aanbod list**************/
.aanbod-list .car-product-text{
  margin-left: 40px;
  margin-right: 40px;
  height: 100%;
  padding: 70px 70px 0;
  border: 2px solid #474548;
} 
.aanbod-list .car-product-text h5 span{
  color: #1c1c1c;
}  
.aanbod-list .car-product-text h3{
  font-size: 37px;
}
.aanbod-list .car-product-text h5{
  font-size: 32px;
}
.aanbod-list .aanbod-middle-area{
  height: auto;
  padding: 80px 0 80px 50px;
}
.aanbod-list .header-left{
  display: inline-block;
  width: 35%;
  vertical-align: middle;
}
.aanbod-product .car-product .aanbod-middle-area td:after{
  display: none;
}
.aanbod-list.aanbod-product .car-product {
  margin-right: 0px;
}
.aanbod-list .aanbod-middle-content {
  padding-left: 80px;
}
.aanbod-list .aanbod-middle-area .col-lg-7{
  border-right: 2px solid #E53500;
  -ms-flex: 0 0 53%;
  flex: 0 0 53%;
  max-width: 53%;
}
.aanbod-list .aanbod-middle-area .col-lg-5{
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
}
.aanbod-list .aanbod-middle-area.footer-top .header-left ul{
  margin:0 0 0 30px;
}
.aanbod-list .header-left li{
  padding: 0;
}
.aanbod-list .aanbod-middle-content p{
  -webkit-line-clamp: 3;
}
.aanbod-list .product-slider {
  margin-top: 80px;
}
.aanbod-list .car-product .car-product-text{
  padding-top: 30px;
  padding-bottom: 30px;
}
.aanbod-list .left-img-text p span, .aanbod-listt2 .left-img-text p span{
  margin-bottom: 0;
}
.aanbod-list .left-img-text table, .aanbod-listt2 .left-img-text table{
  margin-left: 64px;
}
.aanbod-list .left-img-text{
  margin-top: 20px;
}
.aanbod-list .aanbod-middle-area h2{
  vertical-align: middle;
}
/*****************diensten listview****************/
.inner-pg-banner.banner-sec .each-banner-image, .inner-pg-banner.banner-sec .each-banner-image img {
  border-bottom-right-radius: 100px;
}
.listview-top-content .gallery-left-area{
  padding-right: 70px;
}
.diensten-listview-sec{
   overflow: hidden;
   padding-bottom: 30px;
}
.diensten-each-listview{
  margin-bottom: 50px;
}
.diensten-each-listview .aanbod-middle-content p {
  margin: 40px 0px 100px;
  -webkit-line-clamp: 4;
}
.diensten-each-listview .aanbod-middle-content{
  padding-right: 140px;
}
.diensten-listview-img{
  padding-right: 40px;
}
.diensten-listview-img img{
  border-bottom-right-radius: 80px;
}
.diensten-each-listview .aanbod-middle-area{
  padding-left: 100px;
}
.diensten-listview-sec .common-wrapper{
  padding-right: 0
}
.diensten-each-listview .aanbod-middle-area:after{
  width: 100%;
}
.diensten-each-listview .aanbod-middle-area h2:before{
  width: 240px;
  right: auto;
  left: 50px;
}
/*****even*****/
.diensten-each-listview .flex-row-reverse .aanbod-middle-area:after{
  left: auto;
  right: 0;
  border-bottom-right-radius: 80px;
}
.diensten-each-listview:nth-child(even) .diensten-listview-img img {
  border-bottom-right-radius: 0px;
}
.diensten-each-listview:nth-child(even) .diensten-listview-img {
  padding-right: 0px;
  padding-left: 40px;
}
/***************************diensten dtl***********************/
.back-btn-sec{
  overflow: hidden;
}
.back-btn-sec .common-btn{
  margin-right: 90px;
  position: relative;
  z-index: 1;
}
.back-btn-sec .form-sec-wrap {
  padding-top: 130px;
}
.diensten-dtl-banner {
  padding-bottom: 40px;
  position: relative;
}
.diensten-dtl-banner:after {
  height: 100%;
  width: calc(100% - 100px);
  background: #474548;
  content: '';
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.diensten-dtl-banner-text h2, .diensten-dtl-banner-text p {
  color: #fff;
}
.diensten-dtl-banner .gallery-left-area{
  padding-right: 0px;
  margin-top: -100px;
  position: relative;
  left: -50px;
  max-width: 750px;
}
.diensten-dtl-form-upper-sec {
  padding: 100px 0px 130px;
}
.diensten-dtl-left-text {
/*  padding-top: 70px;*/
  padding-top: 30px;
  padding-right: 100px;
}
.diensten-dtl-right-img img {
  border-bottom-right-radius: 80px;
}
.diensten-dtl-right-img{
  padding-left: 30px;
}
.diensten-dtl-form-sec {
  overflow: hidden;
}
.form-sec-wrap{
  position: relative;
}
.form-sec-wrap:after {
  height: 100%;
  width: 100vw;
  background: #474548;
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.form-sec-wrap.gallery-left-area{
  padding-right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
/*
  padding-top: 100px;
  padding-bottom: 120px;
*/
}
.diensten-dtl-form-sec .gallery-left-area h2{
  color: #fff;
  font-size: 36px;
  margin: 0;
}
.contact-grp-img {
	margin-top: 40px;
	margin-bottom: 40px;
	border-bottom-right-radius: 90px;
    max-width: 360px !important;
    width: 100%;
}
.left-img-text p {
  color: #ffffff;
  margin-left: 0;
  line-height: 24px;
}
.left-img-text p span{
  float: left;
  margin-bottom: 30px;
}
.left-img-text p img {
  width: 24px;
  margin-right: 30px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.left-img-text td:nth-child(odd){
    padding-right: 30px;
}
.contact-mail-call {
  font-family: 'SansaConNormal';
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
}
.right-form{
  padding-top: 40px;
}
.diensten-dtl-form-sec .gallery-left-area .common-btn {
    margin: 10px 0 0;
}
.right-form .form-group {
  margin-bottom: 20px;
}
.form-styl {
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 30px;
  font-size: 16px;
  font-family: 'NunitoSansSemiBold';
  color: #1c1c1c;
  background-color: #E8E8E8;
  border:0;
  border-radius: 0;
  resize: none;
}
.form-styl:focus {
/*  color: #bababa;*/
  color: #1c1c1c;
  background-color: #E8E8E8;
  border:0;
  box-shadow: none;
}
.form-styl:placeholder {
 color: #bababa;
 opacity: 1;
}
.form-styl:-ms-input-placeholder {
  color: #bababa;
  opacity: 1;
}
.form-styl::placeholder {
  color: #bababa;
  opacity: 1;
}
.right-form textarea.form-control.form-styl {
    height: 180px;
    color: #1c1c1c;
}
.diensten-dtl-footer-upper {
  padding: 180px 0px 100px;
}
.diensten-bottom-wrap{
  padding-left: 130px;
}
.diensten-dtl-each-btm-box h5{
  color: #1c1c1c;
}
.diensten-dtl-each-btm-box p{
  font-size: 14px;
  margin-top: 10px;
  line-height: 24px;
}
.diensten-dtl-footer-upper-heading h2 {
  color: #1c1c1c;
}
.diensten-dtl-footer-upper-heading{
  margin-bottom: 100px;
}
.diensten-dtl-footer-upper-btn {
  margin-right: 100px;
}
.diensten-dtl-each-btm-box {
  border: 4px solid #E53500;
  padding: 30px;
  height: 270px;
}
.diensten-slider-area{
  position: relative;
}
.diensten-slider-area .common-arrow{
  width: auto;
  height: auto;
  right: -50px;
}
.diensten-slider-area .common-arrow img {
  width: 24px;
  height: 24px;
}
.diensten-dtl-footer-upper .swiper-button-prev{
  display: none;
}
/*****************************contact*************************************/
.map-sec{
  height: 630px;
}
.contact-time {
  padding: 70px 0;
}
.contact-time-heading {
  padding-left: 0;
}
.contact-time .aanbod-middle-area:after{
  display: none;
}
.contact-time .aanbod-middle-area h2 span {
  background: #fff;
  color: #1c1c1c;
}
.contact-time .aanbod-middle-area h2{
  font-size: 36px;
  margin: 0;
}
.opening-time-wrap{
  max-width: 870px;
  padding-left: 40px;
}
.contact-time-text h6{
  font-family: 'SansaConSemiBold';
  margin-bottom: 8px;
}
.contact-time .gallery-left-area p{
  margin-left: 0;
}
.contact-time-text p span{
    font-family: 'SansaConSemiBold';
}
/****************werkplts dtl****************/
.werkplts-table-content table{
  width: 100%;
  margin-bottom: 60px;
}
.werkplts-table-content td{
  width: 50%;
  vertical-align: top;
}
.werkplts-table-content td:nth-child(odd){
  padding-right: 70px;
}
.werkplts-table-content td:nth-child(even){
  padding-left: 70px;
}
.werkplts-table-content.diensten-dtl-banner .gallery-left-area{
  max-width: 100%;
}
/****************aanbod dtl***************/
/**=========slider========**/
.aanbod-dtl-slider .dtl-slider-wrap{
  position: relative;
}
.aanbod-dtl-slider .swiper-slide-next .dtl-slider-wrap:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  content: '';
}
.aanbod-dtl-slider .swiper-container{
  border-bottom-right-radius: 80px;
}
.aanbod-dtl-slider .common-arrow{
  right: 7%;
  width: auto;
  height: auto;
  background: transparent;
}
.aanbod-dtl-slider .swiper-button-prev{
  display: none;
}
.aanbod-dtl-slider .common-arrow img {
  width: 26px;
  height: 26px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.aanbod-dtl-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 5px;
}
.aanbod-dtl-slider .swiper-pagination{
  text-align: left;
  padding-left: 30px;
}
.aanbod-dtl-slider .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  border-radius:0;
  background: #fff;
  opacity: 0.5;
  position: relative;
}
.aanbod-dtl-slider .swiper-pagination-bullet:after{
  position: absolute;
  width: 23px;
  height: 23px;
  border: 2px solid #ffff;
  content: '';
  opacity: 0;
  top: -4px;
  left: -4px;
}
.aanbod-dtl-slider .swiper-pagination-bullet-active{
  background: #E53500;
  opacity: 1;
}
.aanbod-dtl-slider .swiper-pagination-bullet-active:after{
  opacity: 1;
}
.slider-top-icon{
  position: absolute;
  left: calc(20% - 85px);
  top: 20px;
  z-index: 2;
  width: 65px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.slider-top-icon img{
  width: 26px;
}
.aanbod-dtl-slider .swiper-slide-active .slider-top-icon{
  opacity: 0;
}
/**=======price=========**/
.price-area h2 span{
  font-family: 'SansaConNormal';
  margin-left: 30px;
}
.price-area h2{
  font-size: 40px;
  margin-left: 90px;
}
.price-area .common-btn{
  margin-right: -30px;
}
.price-area{
  padding: 75px 0 100px;
}
.aanbod-dtl-block-panel.middle-area:after{
  display: none;
}
.aanbod-dtl-block-panel {
  margin-top: 100px;
  max-width: 85%;
  margin-left: 40px;
}
.aanbod-dtl-block-panel .block-icon {
  background: #fff;
  top: -30px;
  margin-left: 0;
  height: 60px;
}
.aanbod-dtl-block-panel .each-middle-block h5{
  color: #1c1c1c;
  opacity: 0.5;
  margin-bottom: 20px;
}
.aanbod-dtl-block-panel .each-middle-block{
	padding: 0 30px 40px 30px;
	margin: 0 50px 0 0;
	/*white-space: nowrap;*/
    height: 100%;
}
.aanbod-dtl-block-panel .each-middle-block h4{
  font-family:'SansaConSemiBold';
}
.aanbod-dtl-block-panel .each-middle-block h4 span{
  font-family: 'SansaConNormal';
  font-size: 18px;
}
.aanbod-dtl-block-panel .block-icon img {
  width: 60px;
}
.aanbod-dtl-block-panel .block-icon .calender-image{
  width: 52px;
}
.aanbod-dtl-block-panel .each-middle-block:hover{
  border: 4px solid #E53500;
}
/*********tab**************/
.aanbod-detail-tab-sec{
  overflow: hidden;
}
.tab-sec{
  position: relative;
  padding: 70px 0 80px;
}
.tab-sec:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  content: '';
  background: #474548;
  height: 100%;
  z-index: -1;
}
.tab-wrapper{
  max-width: 72%;
  width: 100%;
  margin: auto;
}
.aanbod-detail-tab-sec .tab-content{
  padding: 60px 0;
}
.aanbod-detail-tab-sec .nav-tabs {
  border-bottom: 0px;
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item {
  border-bottom: none;
  width: 19%;
  text-align: center;
  background-color: #fff;
  font-family: 'SansaConNormal';
  font-size: 14px;
  height: 47px;
  line-height: 47px;
  margin-right: 10px;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link {
  border-radius: 0rem;
  border: none;
  padding:0;
  color: #1c1c1c;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link.active {
  background-color: #E53500;
  color: #fff;
}
.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing {
  padding-bottom: 20px;
}
.aanbod-detail-tab-sec .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;
}
.aanbod-detail-tab-sec .tab-content ul li {
  font-family: 'SansaConNormal';
  font-size: 16px;
  color: #1c1c1c;
  padding-bottom: 10px;
  word-break: break-word;
}
.aanbod-detail-tab-sec .bullet-panel ul li {
  padding-left: 20px;
  position:relative;
  font-family: 'SansaConNormal';
}
.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing h4 {
  color: #E53500;
  border-bottom: 1px solid #E53500;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family:'SansaConSemiBold';
}
.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 7px;
  padding-left: 20px;
  background-size: 7px;
 color: #1c1c1c;
}
.kenmerken-tab ul li {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  font-family: 'SansaConNormal';
}
.related-car .each-grid-block img {
  filter: brightness(1) invert(1);
  -webkit- filter: brightness(1) invert(1);
}
.related-car .each-grid-block {
  color: #1c1c1c;
  border: 2px solid #1c1c1c;
  max-width: 110px;
  width: 100%;
  height: 54px;
  line-height: 52px;
  margin-right: 12px;
}
.related-car .each-grid-block:nth-child(2){
  opacity: 0.5;
}
.related-car{
  padding: 120px 0 80px;
}
.related-car .text-right{
    margin-right: 90px;
}
.onderhouden{
    width: 35%;
}
/*****************OVER ONS ********************/
.overons-banner-btm-sec.werkplts-table-content table{
  margin-bottom: 0;
}
.overons-banner-btm-sec {
  padding: 70px 0px 100px;
}
.overons-banner-btm-sec .gallery-left-area{
  margin-left: -40px;
  padding-right: 0;
}
.overons-banner-btm-sec td:nth-child(odd) {
  padding-right: 50px;
}
.overons-banner-btm-sec td:nth-child(even) {
  padding-left: 50px;
}
.checklist-left-img img {
  border-bottom-right-radius: 80px;
}
.checklist-right-text-heading::before {
  content: "";
  width: 265px;
  height: 195px;
  border: 4px solid #E53500;
  left: 0;
  position: relative;
  display: block;
  top: 0;
}
.checklist-right-text-heading h2 {
  color: #ffffff;
  background-color: #474548;
  padding: 10px;
  position: absolute;
  top: 48px;
  left: -65px;
}
.checklist-sec {
  overflow: hidden;
}
.checklist-right-text{
  position: relative;
  padding: 90px 0px 120px 220px;
  height: 100%;
}
.checklist-right-text:after{
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  content: '';
  background: #474548;
  height: 100%;
  left: 0;
  z-index: -1;
}
.checklist-left-img {
  margin-right: 50px;
}
.checklist-right-text-list ul{
  margin-top: 40px;
}
.checklist-right-text-list li {
  font-family:'SansaConSemiBold';
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 60px;
  position: relative;
  padding-left: 70px;
}
.checklist-right-text-list li:last-child{
  margin-bottom: 0;
}
.checklist-right-text-list li:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  content: '';
  background-image: url(../images/overons-blue-tick.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.common-overons-grid.col-lg-5{
  -ms-flex: 0 0 39%;
  flex: 0 0 39%;
  max-width: 39%;
}
.common-overons-grid.col-lg-7{
  -ms-flex: 0 0 61%;
  flex: 0 0 61%;
  max-width: 61%;
}
.counter-sec {
  padding: 100px 0px 100px;
}
.each-counter::before {
  content: "";
  width: calc(100% - 40px);
  height: 195px;
  border: 4px solid #E53500;
  left: 60px;
  position: relative;
  display: block;
  top: 0;
}
.each-counter h3 {
  font-family:'SansaConSemiBold';
  font-size: 84px;
  color: #E53500;
  position: absolute;
  right: 0;
  top: 0;
  top: 10px;
}
.each-counter h2 {
  color: #1c1c1c;
  position: absolute;
  background-color: #ffffff;
  padding: 10px;
  top: 50%;
}
.each-counter {
  margin: 30px 0px;
  position: relative;
}
.counter-right-text.gallery-left-area {
  margin: 0px 80px 0px 200px;
  padding: 0;
}
.left-counter{
  margin-right: 50px;
}
.counter-right-text p {
  margin-left: 100px;
}
.oldman-sec .common-wrapper{
  padding-right: 0;
}
.oldman-sec {
  padding-bottom: 100px;
}
.oldman-left-text {
  padding: 90px 0px 90px 200px;
}
.oldman-before-box h2{
  position: relative;
  padding: 60px 100px 60px 0;
  display: inline-block;
}
.oldman-before-box h2:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid #E53500;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.oldman-before-box span{
  position: relative;
  left: -60px;
  background: #474548;
  display: inline-block;
}
.oldman-team-btn {
  margin-top: 90px;
}
.slider-btn .common-arrow, .overons-bottom-sec .common-arrow{
  width: 55px;
  height: 55px;
  background-color: #E53500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  display: inline-flex;
  top: 0;
  transform: translateY(0);
}
.slider-btn .swiper-button-next, .overons-bottom-sec .swiper-button-next{
  left: 20px;
}
.slider-btn .common-arrow img, .overons-bottom-sec .common-arrow img{
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.oldman-grp-icon, .slider-btn{
  display: inline-block;
  margin-right: 60px;
}
.oldman-left-text{
  position: relative;
}
.oldman-left-text:before {
  content: "";
  width: 2px;
  height: 310px;
  position: absolute;
  display: block;
  top: -36px;
  right: 0;
  background: #E53500;
  top: 50%;
  transform: translateY(-50%);
}
.oldman-desc {
  padding: 160px 100px 50px 50px;
}
.oldman-desc h3 {
  color: #ffffff;
}
.oldman-sec-wrap .col-lg-7{
  padding-left: 50px;
}
.oldman-desc h6 {
  font-size: 20px;
  color: #E53500;
  margin-top: 10px;
  margin-bottom: 50px;
}
.oldman-desc p, .oldman-before-box h2 {
  color: #ffffff;
}
.oldman-sec-wrap{
  position: relative;
}
.oldman-sec-wrap:after{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 36.5%);
  content: '';
  height: 100%;
  background: #474548;
  z-index: -1;
  border-bottom-right-radius: 80px;
}
.oldman-sec .col-xl-5{
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 37%;
}
.col-xl-7 {
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
  max-width: 63%;
}
.overons-bottom-sec .banner-content{
 position: relative;
  bottom: 0;
  top: 0;
  transform: translateY(0px);
}
.overons-gallery-slider{
  margin-top: 70px;
}
.overons-bottom-sec .common-arrow{
  position: absolute;
}
.overons-bottom-sec .swiper-button-prev{
  left: 70px;
}
.overons-bottom-sec .swiper-button-next{
  right:auto;
  left: 140px;
}
/******************verkocht***********************/
.verkocht-product, .verkocht-product.aanbod-product .car-product-text{
  background: #fff;
}
.verkocht-product.aanbod-product .car-product-text{
  border: 2px solid #1c1c1c;
  border-top:0;
}
.verkocht-product.aanbod-product .car-product td, .verkocht-product.aanbod-product .car-product-text h5 span {
  color: #1c1c1c;
}
.verkocht-product.aanbod-product .car-product td:after{
  background: #1c1c1c;
}
.verkocht-product .car-product-arrow{
  background:#24a644;
}
.verkocht-product{
  padding: 50px 0 80px;
}
.verkocht-product .car-product-arrow img{
  width: 40px;
}
/*******************thanku*******************/
.thanku-banner-sec.common-wrapper{
  padding-right: 0;
}
.thanku-banner-sec.banner-sec .each-banner-image, .thanku-banner-sec.banner-sec .each-banner-image img {
  border-bottom-right-radius: 0px;
}
.thanku-banner-sec .common-btn{
  margin-top: 40px;
}
.thanku-banner-sec .common-btn:hover{
  border:2px solid #fff;
  color: #1c1c1c;
  background:#fff;
}
.thanku-banner-sec{
  height: calc(100vh - 100px);
}
.thanku-banner-sec img{
  height: 100%;
  object-fit: cover;
}

/*******************Vacature*******************/
.vacature-icon img {
  width: 30px;
  margin-right: 20px;
}
.aanbod-middle-content .vacature-icon p {
  margin: 0px 0px 15px 0px;
}

/*******************Vacature detail*******************/
.gallery-left-area .vacature-icon {
  margin-top: 15px;
}
/***Cookie***/
.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';
}

/****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;
}
.kenteken_np{
background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
background-repeat: no-repeat;
background-position: 0% 0%;
padding: 7px 0 6px 50px;
}
.morgan_footer
{
  text-align: center;
  background: #000;
  padding: 7px 0px 5px;
}
.privacy_section {
  padding-bottom: 50px;
  background: #e8e8e8;
}
.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 > img {
	height: 35px;
	padding-top: 7.5px;
}
#mobile-contact-bar {
    display: none;
}
.tab-sec h3
{
  color: #fff;
}

.price-list td, th
{
  color:#000;
  border-bottom: 1px solid #7f9ecd; 
  padding: 10px;
}
.price-list table
{
  width: 100%;
  max-width: 350px;
}
.price-list th
{
  font-size: 20px;
  color: #E53500;
}

/*************pop up*************/
.modal-area .modal-dialog {
    max-width: 83%;
    margin: 12% auto 0;
}
.modal-area .modal {
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-area .close-img {
  position: absolute;
  top: 25px;
  left: 25px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.75);
  font-size: 26px;
  z-index: 1;
  font-family: 'NunitoSansLight';
}
.modal-area .modal-content {
  border: 0;
  border-radius: 0px;
  position: relative;
}
.modal-area .popup-content p{
  margin: 30px 0 0;
  font-size: 15px;
  color: #1c1a1b;
  padding-right: 40px;
  line-height: 28px;
  text-align: justify;
}
.modal-area .popup-content h3 {
  font-family: 'SansaConSemiBold';
  color: #1c1c1c;
  font-size: 40px;
}
.modal-area .popup-content h3 span {
    color: #E53500;
}
.modal-area .popup-content {
  padding: 14% 11%;
  position: relative;
}
.modal-area .pop-up-image img{
  height: 100%;
  object-fit: cover;
}
.header-social-area img{
  width: 16px;
  margin-right: 0;
}
.header-social-area{
  padding-right: 20px;
}
.add_morgan_footer_margin {
    height: 100px;
}
.contact-time .gallery-left-area a{
  color: #000;
}
.contact-time .gallery-left-area a:hover{
    color: #E53500;
}

/*****onder new tab part******/
.each-onderhoud-block {
  display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
  width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #266380;
  font-size: 16px;
  line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #111111;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.block-dtls h4 {
  font-size: 18px;
  color: #111111;
}
.block-dtls h5 {
  margin: 10px 0px 30px;
  font-family: 'SansaConNormal';
  font-size: 16px;
  color: #111111;
}

/*********tab**************/

.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: 'SansaConNormal';
    font-size: 16px;
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.desktop-nav .dropdown-menu a{
	padding: 8px 15px;
	color:#fff;
}
.desktop-nav .dropdown:hover>.dropdown-menu {
	display: block;
}
.desktop-nav .dropdown-menu {
    margin: 0px;
    border: 0px;
	font-family: 'SansaConNormal';
    font-size: 14px;
    text-align: center;
	background-color:#121212;
	padding-bottom: 8px;
}
.desktop-nav .dropdown-item:hover{
	background-color:transparent;
	color:#999999;
}
.cursor{
    cursor:pointer;
}
.error_top{
  background: #e8e8e8;
  padding: 6%;
}
/*********************************************************/
.dtc_cal_cls {
	width:100%;
	height:1200px;
	border:0;
}