@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #fff;
	font-family: 'ModeratRegular';
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
/*************side area**********/
.mini-right-nav li{
  margin-bottom: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 li:first-child a, .mini-right-nav li:first-child span:after{
  background-color: #58c04d;
}
.mini-right-nav span {
  font-family: 'NunitoSansRegular';
  font-size:16px;
  bottom: 0;
  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 20px 0 25px;overflow:visible; }
.mini-right-nav a:hover {text-decoration:none;}
.mini-right-nav a span{
  color:#fff;
}
.mini-right-nav img{
  width: 20px;
  position: relative;
  z-index: 1;
}
.mini-right-nav li:first-child a img{
  width: 22px;
}
.mini-right-nav{
  position: fixed;
  top: calc(17% + 140px);
  z-index: 999;
  right: 0px;
}
.side-logo {
    position: fixed;
    z-index: 99;
    /* top: 17%; */
    /* right: 0; */
    bottom: 10%;
}
/******************************* Header**************************/
.header-area{
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
}
.header-right-side{
  font-size: 16px;
  color: #fff;
  font-family: 'ModeratRegular';
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 380px;
  line-height: 100px;
  border-left: 1px solid #e6e6e6;
  height: 100%;
}
.header-topbar{
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link{
  padding: 0;
  color: #fff;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link:hover, .desktop-nav.navbar-expand-lg .navbar-nav .nav-item.active .nav-link{
  color: #f04f45;
}
.desktop-nav .nav-item{
  padding-right: 60px;
  font-size: 16px;
  font-family: 'ModeratRegular';
  letter-spacing: 0.5px;
}
.header-logo img{
  width: 250px;
}
.header-logo{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.stiky-header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #1c1c1c;
}
/*********************banner****************/
.banner-sec{
  position: relative;
}
.banner-content{
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 1;
}
.banner-content .common-btn{
  margin-top: 30px;
}
.banner-sec .swiper-pagination-bullet{
  width: 364px;
  height: 3px;
  background:#fff;
  opacity: 0.25;
  border-radius: 0;
}
.banner-sec .swiper-pagination-bullet-active{
  opacity: 1;
}
.banner-sec .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 50px;
}
.banner-sec .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}
/*******************product sec********************/
.each-select-box select {
  width: 100%;
  border: 2px solid #f04f45;
  border-radius: 6px;
  height: 66px;
  line-height: 64px;
  font-family: 'ModeratBold';
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  background: url(../images/down-arrow.svg) #222222 no-repeat 90% center/10px;
  color: #fff;
  padding: 0 30px;
}
select option{
  font-family: arial;
  font-weight: bold;
}
.filter-wrap{
  padding-right: 70px;
}
.product-sec{
  padding: 90px 0 30px;
  background: #222222;
}
.product-slider a:hover, .aanbod-product a:hover{
  color: #fff;
}
.product-slider{
  margin-top: 60px;
  border-top: 1px solid #e6e6e6;
  padding-top: 60px;
}
.each-product h4{
  letter-spacing: 3px;
  height: 80px;
  overflow: hidden;
}
.each-product h6{
  margin: 14px 0 10px;
}
.each-product td{
  padding-right: 50px;
  vertical-align: top;
}
.each-product td:last-child{
  padding-right: 0;
}
.each-product table{
  margin-bottom: 15px;
  width: 100%;
}
.product-slider .common-arrow{
  top: 30%;
}
.product-slider .swiper-button-next{
  right:0;
}
.product-slider .swiper-button-prev{
  left:0;
}
.txt-btn{
  color: #f04f45;
  font-family: 'NunitoSansBold';
  letter-spacing: 1.4px;
  display: inline-block;
}
.txt-btn img{
  width: 10px;
  margin-left: 15px;
}
/***********************gallery*****************/
.gallery-sec{
  padding: 90px 0 70px;
  background: #f6f6f6;
}
.gallery-sec h2, .service-block-sec h2{
  color: #1c1c1c;
}
.gallery-content p{
  display: none;
  margin-top: 30px;
  display: none;
}
.gallery-content.hide  p{
  display: block;
}
.gallery-image{
  position: relative;
}
.gallery-heading{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.gallery-heading h3 img{
  width: 15px;
  margin-left: 5px;
  opacity: 0;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.each-gallery:hover .gallery-heading h3 img{
  opacity: 1;
}
.gallery-image:after{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  content:'';
  background:#000;
  opacity: 0;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.each-gallery:hover .gallery-image:after{
  opacity: 0.45;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.gallery-heading:after{
  position: absolute;
  top: 0;
  content: '';
  height: 100%;
  width: 92%;
  left: 50%;
  transform: translateX(-50%);
  background:#000;
  opacity: 0.5;
  z-index: -1;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.each-gallery:hover .gallery-heading:after{
  opacity: 0;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.gallery-heading h3{
  line-height: 90px;
}
.gallery-wrap{
  margin-top: 90px;
}
/********************service block*****************/
.service-block-sec{
  padding: 100px 0 80px;
}
.service-block-slider{
  margin-top: 70px;
  position: relative;
}
.each-service-block{
  background:#222222;
}
.block-content{
  padding: 50px 0;
  max-width: 500px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.block-content p{
  margin: 25px 0 45px;
  color: #fff;
}
.block-content h3{
  height: 50px;
}
.service-block-slider .swiper-button-prev{
  left: 0;
}
.service-block-slider .swiper-button-next{
  right: 0;
}
/**********************bottom sec***************/
.bottom-content-wrapper{
  max-width: 620px;
  width: 100%;
  padding: 10% 0 8% 7%;
}
.bottom-content-wrapper p{
  color: #fff;
  margin: 40px 0 60px;
}
.footer-upper-sec{
  padding: 80px 0;
  background: #f6f6f6;
}
.bottom-content:before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 100%;
  width: 100%;
  opacity: .5;
  background: #20272b;
}
/*********************footer********************/
.footer-area{
  padding-top: 130px;
}
.footer-btm{
  background: #222222;
  padding-top: 50px;
}
.footer-top li{
  font-size: 16px;
  font-family: 'NunitoSansBold';
  width: 44%;
  display: inline-block;
  border-bottom:1px solid #dfdfdf;
  padding: 30px 0;
  margin:0 18px;
}
.footer-top li:last-child a{
  position: relative;
/*  margin-left: 50px;*/
}
.footer-top li:last-child a img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
}
.footer-top li:first-child, .footer-top li:nth-child(2){
  border-top:1px solid #dfdfdf;
}
.footer-top li a{
  position: relative;
  display: block;
  color: #f04f45;
}
.footer-top li a:after {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 10px;
  width: 10px;
  height: 10px;
  background: url(../images/next.svg) no-repeat center center/cover;
  content: '';
  filter: brightness(0) invert(0);
  -webkit-filter: brightness(0) invert(0);
}
.footer-top li a:hover{
  color: #1c1c1c;
}
.footer-top ul{
  max-width: 720px;
  width: 100%;
  margin: 100px auto;
}
.each-footer-info h6{
  font-family: 'ModeratBold';
}
.each-footer-info p{
  margin-top: 15px;
/*  white-space: nowrap;*/
}
.each-footer-info p, .each-footer-info a, .each-footer-info td h6{
  color: #9f9f9f;
}
.each-footer-info a:hover{
  color: #f04f45;
}
.footer-wrap{
  max-width: 1140px;
  margin:0 auto 65px;
  width: 100%;
}
.each-footer-info{
  border-right: 1px solid #dfdfdf;
  padding: 30px 130px 50px;
  height: 100%;
}
.footer-wrap .col-md-3 .each-footer-info {
  padding-left: 0;
}
.footer-wrap .col-md-4 .each-footer-info{
  padding-right: 0;
  border-right: 0;
}
.footer-menu li{
  padding-right: 60px;
  display: inline-block;
}
.footer-menu{
  padding: 25px 35px 25px 120px;
}
.footer-logo{
  width: 430px;
}
/**********************aanbod********************/
.common-header{
  background:#222222;
  position: relative;
}
.aanbod-select-area{
  padding: 60px 0 50px;
   background:#222222;
}
.aanbod-select-area .common-btn{
  max-width: 100%;
}
.aanbod-product .each-product{
  margin-bottom: 80px;
}
.aanbod-product .gallery-heading:after, .aanbod-product .gallery-image:after{
  display: none;
}
.aanbod-product .each-gallery{
  margin-bottom: 100px;
}
.product-sec.aanbod-product{
  padding-bottom: 30px;
}
.common-footer .footer-menu p{
  font-family: 'NunitoSansBold';
  white-space: nowrap;
  position: relative;
  right: 50px;
}
.common-footer .footer-menu{
  padding-top: 50px;
  padding-bottom: 50px;
}
/**********************diensten listview******************/
.listview-sec{
  padding-bottom: 40px;
  background: #f6f6f6;
}
.inner-banner{
  height: auto;
}
.inner-banner img{
  display: block;
}
.inner-banner .banner-content{
  top: auto;
  transform: translateY(0);
  bottom:28%;
}
.top-content-sec{
  padding: 130px 0;
  background: #f6f6f6;
}
.top-content-sec p{
  letter-spacing: 0.2px;
  margin-top: 40px;
  line-height: 30px;
}
.content-wrap{
  max-width: 920px;
  width: 100%;
  margin: auto;
}
.each-listview{
  margin-bottom: 45px;
  position: relative;
}
.each-listview:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background:#000;
  opacity: 0;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.each-listview:hover:after{
  opacity: 0.55;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.listview-content{
  position:absolute;
  top: 0;
  left: 0;
  padding-left: 120px;
  height: 490px;
  z-index: 1;
}
.listview-content-wrap{
  background:#222222;
  max-width: 780px;
  width: 100%;
  padding: 0 140px 70px 110px;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.listview-content-wrap p{
  margin:40px 0 50px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.each-listview:hover .listview-content-wrap {
  background:#f04f45;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.each-listview:hover .listview-content-wrap p, .each-listview:hover .listview-content-wrap h2{
  color: #fff;
}
.each-listview:hover .common-btn, .each-listview .common-btn:hover{
  background:#fff !important;
  border:2px solid #fff !important;
  color: #1c1c1c !important;
}
/******even******/
.each-listview:nth-child(even) .listview-content{
  left:auto;
  right: 0;
  padding: 0 120px 0 0;
}
/*******************diensten dtl****************/
.back-btn{
  padding-top: 120px;
}
.diensten-top-content-wrap{
  padding: 0;
  margin-top:-50px;
}
.diensten-top-content-wrap p{
  text-align: justify;
}
.diensten-top-content-wrap p, .diensten-right-side-content p{
  margin-top: 50px;
  letter-spacing: 0.2px;
  line-height: 30px;
  color: #fff;
}
.diensten-right-side-content{
  padding-left: 130px;
}
.diensten-middle-area{
  padding: 100px 0 120px;
}
/**=====form======**/
.left-cont-detail {
  max-width: 360px;
  width: 100%;
}
.left-cont-detail h2{
  line-height: 48px;
}
.left-cont-detail p {
  margin-right: 80px;
  margin-top: 40px;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.contact-address p:last-child {
  margin-right: 0;
  line-height: 45px;
  margin: 60px 0 70px;
}
.left-cont-detail .pin-image, .opning-time p img {
  width: 18px;
}
.opning-time p{
    position: relative;
}
.opning-time p:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(../images/clock.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: '';
}
.left-cont-detail img {
  width: 15px;
  margin-right: 30px;
}
.opning-time p span{
  float: left;
  margin-bottom: 30px;
}
.opning-time p{
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 50px;
}
.form-styl {
  resize: none;
  background-color: transparent;
  border-radius: 0;
  font-family: 'NunitoSansRegular';
  border:0px;
  border-bottom:2px solid rgba(28,28,28,0.2);
  color: #1c1c1c;
  font-size:16px;
  height: auto;
  padding: 0 0 15px;
  opacity: 0.5;
}
.form-area .form-group {
  margin-bottom: 55px;
}
.form-area .common-btn{
  margin-top: 10px;
}
.form-styl:focus {
  box-shadow: none;
  border-bottom:2px solid #1c1c1c;
  background-color:transparent;
  color:#1c1c1c;
  opacity: 1;
}
.form-styl:placeholder {
  color: #1c1c1c;
  opacity: 1;
}
.form-styl:-ms-input-placeholder {
  color: #1c1c1c;
  opacity: 1;
}
.form-styl::placeholder {
  color: #1c1c1c;
  opacity: 1;
}
.contact-form-sec{
  padding: 120px 0;
  border-bottom: 1px solid #e6e6e6;
  border-top:1px solid #e6e6e6;
}
.contact-form-wrapper{
  padding: 0 ;
}
/**======x=======**/
.service-block-sec.diensten-bottom-sec{
  padding: 90px 0 0px;
}
.diensten-footer-area .footer-top li:last-child a{
  margin-left: 0;
}
/***********************contact*******************/
.contact-pg-form{
  padding-top: 160px;
}
.map-area{
  height: 665px;
  margin-top: 80px ;
}
.map-sec{
  padding-top: 100px;
  background: #222222;
}
/*******************dealer*************/
.dealer-slider-area{
  padding-bottom: 30px;
  padding-top: 10px;
  position: relative;
}
.dealer-slider-area .swiper-button-prev{
  left: calc(7.9% - 45px);
}
.dealer-slider-area .swiper-button-next{
  right: calc(7.9% - 45px);
}
.dealer-slider-content{
  max-width: 645px;
  width: 100%;
  margin: auto;
  padding-left: 120px;
  display: none;
  position: absolute;
  left: 0;
  top: 54%;
  transform: translateY(-50%);
  z-index: 2;
}
.dealer-slider-content p{
  color: #fff;
  margin:30px 0 60px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dealer-slider-area .swiper-slide-active .dealer-slider-content{
  display: block;
}
.dealer-slider-content .common-btn:hover{
  background: #fff !important;
  color: #f04f45 !important;
}
/*******************verkocht***************/
.verkocht-product.product-sec.aanbod-product{
  padding: 30px 0 0;
}
/****************aanbod dtl*****************/
.aanbod-dtl-top-btn{
  padding: 40px 0;
}
.aanbod-dtl-top-btn h5 span{
  color: #fff;
  font-family: 'BebasNeueBold';
}
.aanbod-dtl-top-btn td:nth-child(1){
  width: 80%;
}
.thumbnil-slider{
  background:#222222;
  overflow: hidden;
}
.thumbnil-slider .swiper-button-prev{
 left: 0;
}
.thumbnil-slider .swiper-button-next{
  right: 0;
}
.more-car-btn{
  border-bottom: 1px solid #e2e2e2;
  padding:50px 0;
}

.gallery-thumbs-wrap .gallery-top-image{
  margin-top: 30px;
}
.gallery-thumbs-wrap{
 /* margin-right: -7%;
  margin-left: -5%;*/
}
.price-area .float-right h3{
  color: #f04f45;
}
.price-area h3 span{
  font-family: 'NunitoSansBold';
}
.tab-upper-sec{
  padding: 0 5px;
  background:#f7f7f7;
}
.tab-upper-sec h3{
  line-height: 48px;
  font-size: 30px;
  color: #1c1c1c;
}
.btn-area .common-btn{
  max-width: 100%;
}
.btn-area .color-btn{
  background:#f04f45;
  color: #fff;
}
.btn-area .color-btn:hover{
  background:transparent;
  color: #f04f45;
}
.btn-area .col-lg-4{
  padding-left: 0px;
  padding-right: 10px;
}
.btn-area{
  max-width: 88%;
  width: 100%;
  margin-left: auto;
  margin-right: 10px;
}
.price-panel-wrap{
  background: #fff;
  padding: 40px 10px 10px;
}
.each-dtl-price h5{
  text-align: center;
  margin: 60px 0 0;
}
.each-dtl-price {
  background-color: #f7f7f7;
  margin-right: 10px;
  padding: 30px 0;
  height: 100%;
  text-align: center;
}
.each-dtl-price h6{
  letter-spacing: 0.2px;
  font-family: 'NunitoSansRegular';
  color: #929292;
}
.price-bottom-block .col-lg-2{
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.price-bottom-block{
  margin-top: 45px;
}
.contact-info {
  background-color: #f7f7f7;
  padding: 30px;
  text-align: right;
}
.contact-info span {
  width: 43px;
  height: 43px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(28,28,28,0.25);
  margin-left: 30px;
}
.contact-info span img {
  filter: brightness(0) invert(0);
  -webkit-filter: brightness(0) invert(0);
  width: 13px;
  height: 13px;
}
.contact-info li{
  margin-bottom: 25px;
  width: 100%;
  display: block;
}
.contact-info li:last-child{
  margin-bottom: 0;
}
/**==========tab=============***/
.aanbod-detail-tab-sec{
  padding: 30px 0;
  background:#222222;
}
.each-tab-part{
  border-bottom: 1px solid #e2e2e2;
  padding: 50px 0;
}
.each-tab-part h4{
  margin-bottom: 30px;
}
.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;
  background-position: center;
}
.aanbod-detail-tab-sec .tab-content ul li {
  font-family: 'NunitoSansRegular';
  font-size: 16px;
  color: #fff;
  padding-bottom: 10px;
  word-break: break-word;
}
.aanbod-detail-tab-sec .tab-content .kenmerken-tab ul li:nth-child(even) {
  color: #fff;
  font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .bullet-panel ul li {
  padding-left: 20px;
  position:relative;
  font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .tab_hedaing h4 {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  text-transform: uppercase;
  padding-top: 15px;
  font-size: 22px;
}
.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: #fff;
  font-family: 'NunitoSansRegular';
}
.kenmerken-tab ul li {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  font-family: 'NunitoSansRegular';
}
.each-tab-part .tab-content{
  max-width: 940px;
  width: 100%;
}
.each-tab-part .tab-content p{
  letter-spacing: normal;
  text-align: justify;
  color: #fff;
}
.each-tab-part:last-child{
  border-bottom: 0;
}
.aanbod-dtl-form{
  border:0;
  padding-bottom: 140px;
}
.related-car .product-slider{
  border-top: 0;
  padding-top: 60px;
}
.related-car{
  padding-bottom: 100px;
}
/*******************dealer dtl****************/
.dealer-back-btn{
  position: absolute;
  top: 0;
  z-index: 2;
  padding-top: 130px;
  right: 0;
  background: transparent !important;
}
.dealer-btn-wrap{
  margin-right: 10%;
}
.dealer-content-sec{
  padding: 60px 0 50px;
}
.dealer-content-area p{
  letter-spacing: 0.4px;
  margin-top: 50px;
}
.dealer-content-area{
  padding: 130px 130px 130px 160px;
}
.each-dealer-content-block .col-lg-7{
  -ms-flex: 0 0 53%;
  flex: 0 0 53%;
  max-width: 53%;
}
.each-dealer-content-block .col-lg-5{
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
}
.each-dealer-content-block:nth-child(1){
  margin-bottom: 120px;
}
.dealer-tab-area.aanbod-detail-tab-sec{
  padding: 0 0 40px;
  background: #222;
}
.dealer-tab-area ul{
    width: 49%;
    display: inline-block;
}
.dealer-tab-wrapper{
  padding-left: 100px;
}
.dealer-tab-area{
  overflow: hidden;
}
.dealer-tab-area .each-tab-part{
  border-bottom: 0;
  position: relative;
}
.dealer-tab-area .each-tab-part:after{
  position: absolute;
  width: 100vw;
  left: 0;
  content: '';
  background:#f04f45;
  height: 1px;
  bottom: 0;
}
.dealer-tab-area .each-tab-part:last-child:after{
  display: none;
}
.dealer-product-sec .product-slider{
  border-top: 0;
  padding-top: 0 !important;
}
.dealer-product-sec .common-arrow {
  top: 59%;
}
.dealer-product-sec{
  padding-bottom: 100px;
}
.dealer-form-sec{
  margin-bottom: 40px;
  padding: 180px 0 80px;
}
.product-sec.dealer-product-sec .product-top-fliter .row{
  align-items: center !important;
}
/*********************overons********************/
.top-content-sec h4{
  color: #f04f45;
  font-size: 55px;
  font-family: 'brushscriptmtkursiv';
  letter-spacing: 1px;
  margin-top: 100px;
}
.overons-middle-sec{
  padding: 90px 0;
  background: #f6f6f6;
}
.tick-area ul{
  margin-top: 60px;
}
.tick-area li{
  font-family: 'NunitoSansRegular';
  font-size: 16px;
  color: #1c1c1c;
  position: relative;
  padding-left: 70px;
  margin-bottom: 50px;
  letter-spacing: 0.2px;
}
.tick-area li:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  content: '';
  background-image:url(../images/checked.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.overons-middle-sec .col-lg-5, .overons-slider-area .col-lg-5{
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  max-width: 46%;
}
.overons-middle-sec .col-lg-7, .overons-slider-area .col-lg-7{
  -ms-flex: 0 0 54%;
  flex: 0 0 54%;
  max-width: 54%;
}
.tick-area{
  padding: 40px 0 40px 200px;
}
.overons-slider-content p{
  margin-top: 50px;
  letter-spacing: 0.2px;
  text-align: justify;
  line-height: 30px;
}
.overons-slider-content{
  padding: 18% 180px;
}
.swiper-arrows-wrap{
  position: absolute;
  width: 46%;
  right: 0;
  top: 0;
}
.overons-slider-area{
  position: relative;
  background: #f6f6f6;
  padding-bottom: 90px;
}
.overons-slider-area .swiper-button-prev{
  left: 0;
}
.overons-slider-area .swiper-button-next{
  right: 0;
}
.more-images {
  display: none;
}
.more-images.show {
  display: block;
}
.more-btn.active{
  display: none;
}
.more-btn{
  margin:100px auto 0;
  display: table;
  cursor: pointer;
}
.each-member{
  margin-bottom: 70px;
  background: #fff;
}
.team-member-sec{
  padding: 130px 0 60px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #222222;
}
.team-member-sec h2{
  margin-bottom: 80px;
}
.member-dtl h5 span{
  color: #f04f45;
  margin: 8px 0 25px;
  display: block;
}
.member-dtl p{
  letter-spacing: 0.2px;
  line-height: 30px;
  margin-right: 100px;
}
.member-dtl{
  padding: 30px;
}
.more-btn img{
  width: 15px;
}
.more-btn h5{
  line-height: 30px;
  font-size: 18px;
  color: #f04f45;
}
.overons-gallery-area h2{
  margin-bottom: 80px;
}
.overons-gallery-area{
  padding: 130px 0 30px;
  background: #f6f6f6;
}
#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;
	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: 'NunitoSansRegular';
  font-size: 16px;
  color: #1c1c1c;
  padding-bottom: 6px;
  word-break: break-word;
  margin-bottom: 0;
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
.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-2{
	display:none;
}
.big_image1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px !important;
    height: 55px !important;
    transform: translate(-50%, -50%);
}
.calsty {
    width: 100%;
    height: 1250px;
    padding: 0px;
    background: #F6F6F6;
    border: none;
}
.each-product-image, .gallery-top-image{
  overflow: hidden;
}
/*.each-product-image img, .gallery-top-image img{
  margin-top: -7%;
  margin-bottom: -7%;
}*/
.each-product-image{
  margin-bottom: 30px;
}
.contact-btm, .back-btn, .diensten-dtl-top-sec, .diensten-middle-area, .dealer-top-sec, .overons-top{
  background: #222222;
}
.top-content-sec h2, .left-cont-detail h2, .left-cont-detail a:not(:hover), .dealer-content-area h2, 
.tick-area h2, .overons-slider-content h2, .overons-gallery-area h2, .dtl-fix-price h4{
  color: #1c1c1c;
}
.dealer-top-sec h2, .dealer-top-sec p, .overons-top h2, .overons-top p{
  color: #fff;
}
.more-car-btn .common-btn:not(:hover), .back-btn .common-btn:not(:hover), .product-sec .common-btn:not(:hover), 
.each-service-block .common-btn:not(:hover), .each-listview .common-btn:not(:hover){
  color: #fff;
}
/*======price-fixed-bar=========*/
.dtl-fix-price {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 25px 0;
  box-shadow: 0px 12px 82.8px 7.2px rgb(0 0 0 / 7%);
  -webkit-box-shadow: 0px 12px 82.8px 7.2px rgb(0 0 0 / 7%);
  z-index: 99;
  display: none;
}
.dtl-fix-price.active {
    display: block;
}
.dtl-fix-price h2{
  color:#f04f45;
}
.price-part table{
  width: 100%;
}
.price-part td{
  vertical-align: top;
}
.dtl-fix-price ul a{
  white-space: nowrap;
}
.img-block{
  width: 75px;
  height: 75px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
}
.dtl-fix-price li{
  display: inline-block;
  vertical-align: top;
  font-family: 'ModeratBold';
}
.dtl-fix-price li, .dtl-fix-price li a:not(:hover){
  color: #1c1c1c;
}
.img-block-info{
  width: calc(100% - 100px);
}
.img-block-info span{
  font-size: 12px;
  letter-spacing: 0.75px;
}
.product-sec .white-btn:not(:hover){
  color: #f04f45;
}
.verkocht-banner{
  background: #222222;
  padding: 0 0.5rem;
  margin-bottom: 80px;
}
/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

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

.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}
.add_morgan_footer_margin {
  height: 100px !important;
}
.red-bttn{
	background: #f04f45 !important;
	color: #fff !important;
}
.red-bttn:hover{
	background: transparent;
	border: 2px solid #f04f45;
	color: #121212 !important;
}

.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}

.fixed-whatsapp-icon img {
	width: 50px;
}

.popup .popuptext {
	display: none;
	width: 200px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 5vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}
.each-product td .ros-lease-amount {
    margin: 0 5px;
}
.lease_amount {
	display: flex;
    float: right;
    padding: 4% 9%;
}
html{
  font-size: 62.5%;
}
.new-service-dtl-block p{
  text-align: justify;
}
/*****************************pop up start*************************/
.modal-area .modal-dialog {
  max-width: 1280px;
  margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(255, 255, 255, 0.6);
}
.modal-area .close-img {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-area .close-img img {
  width: 15px;
}
.modal-area .modal-content {
  border: 0;
	border-radius: 0px;
}
.modal-area .popup-content p{
  margin: 25px 0 0;
	font-size: 16px;
	font-family: 'ModeratRegular';
	color: #212121;
}
.modal-area .popup-content .common-btn{
  margin-top: 30px;
}
.modal-area .popup-content {
  padding: 5% 12%;
	position: relative;
	background-color: #ffffff;
	height: 100%;
}
.modal-area .pop-up-image img{
  height: 100%;
  object-fit: cover;
}
.modal-area .popup-content h3 {
	font-size: 36px;
	font-family: 'ModeratRegular';
	color: #212121;
}


@media(min-width: 992px){
  .new-service-dtl-block .row img, .new-service-dtl-block .row.flex-row-reverse p{
    padding-right: 5%;
    padding-left: 0;
  }
  .new-service-dtl-block .row.flex-row-reverse img, .new-service-dtl-block .row p{
    padding-left: 5%;
    padding-right: 0;
  }
}
