@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'nunito-regular';
    font-size: 1.6rem;
    color: #121212;
	background-color: #EDEDED;
}
html {
    font-size: 62.5%;
}
#page{
	overflow: hidden;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
	display:none;
}
.cursor{
	cursor: pointer;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/*=============pop-up====================*/
.modal-area .modal-dialog {
    max-width: 70%;
    margin: 12% auto 0;
}
.modal-area .cursor{
	position: absolute;
	top: -2rem;
	right: -2rem;
}
.modal-area .modal-content {
    border: 0;
}
.modal-area h1 {
	color: #0F1014;
}
.modal-area p {
	margin-top: 2rem;
	max-width: 60rem;
}
.modal-area .position-relative{
	padding-bottom: 10rem;
}
.modal-area .akker_btn_cls{
	position: absolute;
  	bottom: 0;
}
.modal-area img.w-100 {
	height: 100%;
	object-fit: cover;
}
/*====================header==============*/
.header-area{
	position: absolute;
	top: 4rem;
	z-index: 3;
	left: 0;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area.stiky{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #1c1c1c;
}
.header-area.stiky .header-wrap{
	background: transparent;
}
.header-area .navbar-brand img{
	width: 40rem;
}
.header-wrap{
	padding: 4rem 2rem;
	border-radius: 4rem;
	background: rgba(78,77,77,0.5);
}
.header-area li{
	display: inline-block;
	vertical-align: middle;
}
.header-area li a{
    color: #fff;
    padding: 0;
    position: relative;
    margin: 0 1.8rem;
    text-transform: none;
    font-size: 2rem;
	font-family: 'nunitosemibold';
	position: relative;
}
.header-area li a:before{
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area li a:hover:before{
	width: 100%;
}
/*=========banner===========*/
.home-banner{
	position: relative;
}
.banner-content{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.banner-content .border-btn:not(:hover), .home-mid-slider-content .akker_btn_cls:not(:hover) {
	color: #fff;
	border-color: #fff;
}
.banner-content p{
	color: #fff;
	max-width: 68rem;
	margin: 2rem 0 5rem;
}
/*===========product==========*/
.product-sec{
	padding: 6rem 0;
	background-color: #fff;
}
.product-heading{
	padding-bottom: 4rem;
}
.each-product{
	padding: 2.4rem;
	background-color: #fff;
	box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
	margin: 0 2rem 3rem;
	color: #121212;
}
.product-model table, .product-btm table{
	width: 100%;
}
.product-model h5{
	height: 60px;
	overflow: hidden;
}
.product-model h6{
    font-family: 'NunitoSansRegular';
	/*opacity: .37;*/
	height: 46px;
	overflow: hidden;
	color: #0B3A06;
}
.product-model td:first-child{
	width: 40%;
}
.product-model td{
	vertical-align: top;
}
.price-table td:first-child h5{
	color: #0B3A06;
}
.price-table td:nth-child(2) h5{
	border-left: 1px solid #000;
	padding-left: 2rem;
	margin-left: 2rem;
}
.price-table h5 span{
	font-size: 1.4rem;
}
.product-model, .price-table, .product-btm{
	padding: 2.5rem 0;
}
.product-btm{
	border-top: 1px solid rgba(0, 0, 0, 0.60);
}
.product-btm td h6{
	font-family: 'nunitosemibold';
}
.product-btm td img{
	width: 26px;
	margin-top: -5px;
	margin-right: 5px;
}
.product-sec .common-arrow{
	z-index: 0;
}
.product-sec .swiper-button-prev{
	left: -5%;
}
.product-sec .swiper-button-next{
	right: -5%;
}
/*=============home-mid-slider=============*/
.home-mid-slider{
	position: relative;
	padding: 5rem 0;
	background-color: #fff;
}
.home-mid-slider-wrap{
	margin: 0 2.5rem 3rem;
	background-color: #0B3A06;
	box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}
.home-mid-slider-img{
	height: 100%;
}
.home-mid-slider-img img{
	height: 100%;
	object-fit: cover;
}
.home-mid-slider-content .d-table-cell{
	padding: 5% 8% calc(5% + 4rem) 8%;
}
.home-mid-slider-content h3, .home-mid-slider-content p{
	color: #fff;
}
.home-mid-slider-content p, .home-mid-next-left p{
	max-width: 68rem;
	margin: 4% 0 7%;
}
.home-mid-slider .swiper-pagination{
	text-align: right;
	bottom: 3rem;
	left: auto;
	right: 5%;
}
.home-mid-slider .swiper-pagination-bullet{
	background: #fff;
	height: 2rem;
	width: 2rem;
    opacity: 1;
    border: 3px solid #fff;
    border-radius: 100%;
}
.home-mid-slider .swiper-pagination-bullet-active{
	background: transparent;
}
/*==========home-mid-next============*/
.home-mid-next{
	padding-top: 3%;
}
.home-mid-next-right{
	height: 100%;
	padding: 3rem;
	background-color: #fff;
}
.home-mid-next-right img{
	height: 100%;
	object-fit: cover;
}
.home-mid-next-left{
	padding: 4% 0 18rem;
	width: 100%;
}
.home-mid-next .common-wrap{
	padding-right: 3%;
}
/*==========counter==========*/
.counter-sec{
	background-color: #fff;
	padding: 8rem 0;
	margin-top: -14rem;
}
.counter-sec .row{
	margin-top: 6%;
}
.each-counter{
	max-width: 44rem;
}
.each-counter h4{
	font-size: 6.4rem;
	font-family: 'ModeratExtendedLight';
	margin-right: 10%;
}
.each-counter h5{
	font-family: 'ModeratMedium';
}
/*===================footer==============*/
.footer-area{
	background-color: #0B3A06;
	padding: 10rem 0 3rem;
}
.footer-logo{
	width: 45rem;
}
.footer-area span.d-block{
	color: #fff;
	opacity: 0.6;
}
.footer-area p{
	color:#fff;
}
.route{
	margin-top: 10%;
}
.social-icon img{
	width: 20px;
}
.social-icon a:not(:last-child){
	margin-right: 15%;
}
.rdw, .bovag{
	max-height: 36px;
}
.footer-area a:hover{
	color: #fff;
	text-decoration: underline;
}
.social-icon a:hover{
	text-decoration: none;
}
/* =============aanbod-raster==================== */
.inner-banner{
	padding:16% 0 6%;
}
.inner-banner h3{
	color: #fff;
}
.aanbod-banner .container-fluid{
	display: none;
}
.aanbod-banner{
	height: 240px;
  	padding: 0;
  	overflow: hidden;
}
.aanbod-filter-sec, .aanbod-product, .aanbod-list {
	background-color: #f3f3f3;
}
.aanbod-filter-sec{
	padding: 6rem 0;
}
.select-style {
    width: 100%;
	color: #000;
	font-family: 'OpelNext';
	background: url(../images/down-arrow.svg) no-repeat 92% center/1rem;
	font-size: 1.8rem;
	padding-right: 3rem;
	appearance: none;
	-webkit-appearance: none;
	text-align: left;
	border: 0;
	opacity: .63;
}
.select-style option{
	font-family: arial;
}
.select-style:hover{
	opacity: 1;
}
.aanbod-filter-sec button{
	border: 0;
	background: transparent;
}
.aanbod-filter-sec .row{
	font-size: 0;
}
.search-btn{
	width: 40px;
}
.filter-left{
	width: calc(100% - 40px);
}
.filter-left .col-lg-2{
	width: 20%;
}
.filter-view{
	padding-right: 2rem;
}
/*==========aanbod-list========*/
.aanbod-list .product-model h4, .aanbod-dtl-top-sec .product-model h4{
	opacity: .4;
	height: 80px;
	overflow: hidden;
}
.aanbod-list .product-btm td{
	padding-bottom: 2.5rem;
}
.aanbod-list .product-btm tr:last-child td{
	padding-bottom: 0;
}
.aanbod-list .price-table h3, .aanbod-dtl-top-sec .price-table h3{
	color: #0B3A06;
}
.aanbod-list .price-table h4 span, .aanbod-dtl-top-sec .price-table h4 span{
	font-size: 1.8rem;
}
.aanbod-list h3, .aanbod-dtl-top-sec h3{
	margin-bottom: 2.5rem;
	font-size: 2.8rem !important;
}
/*============werkplaats===============*/
.werkplaats-dtl-each{
	background: #fff;
	margin: 6rem 0;
	box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
}
.werkplaats-dtl-content{
	padding: 0 8%;
}
.werkplaats-dtl-content p{
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 68rem;
	margin: 4% 0 7%;
}
/*============werkplaats-dtl================*/
.inner-header{
	position: relative;
}
.werkplaats-dtl-top{
	padding-top: 9rem;
}
.werkplaats-dtl-left{
	max-width: 40rem;
}
.werkplaats-dtl-left img{
	width: 5rem;
}
.werkplaats-dtl-left h6{
	margin-left: 6rem;
}
.werkplaats-dtl-left .d-flex:not(:last-child){
	margin-bottom: 20%;
}
.werkplaats-dtl-right{
	max-width: 68rem;
}
.werkplaats-dtl-right p{
	margin-top: 5%;
}
.werkplaats-dtl-mid .common-wrap{
	padding-right: 3%;
}
.form-sec{
	background-color: #fff;
}
.form-outer {
	background-color: #EDEDED;
	padding: 5rem;
}
.form-sec .form-group{
	margin-bottom: 1rem;
}
.textarea-form .form-group{
	height: calc(100% - 1rem);
}
.form-sec .akker_btn_cls{
	position: absolute;
	bottom: 1rem;
	right: 0;
}
.form-styl{
	color: #333439;
	font-size: 1.6rem;
	padding: 1.8rem 2.4rem;
	border: 0;
	border-radius: 2rem;
	box-shadow: none !important;
	resize: none;
	font-family: 'lama_sanslight';
}
.form-styl:focus{
	border-color: #121212;
}
.form-styl:placeholder {
	color: #333439;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #333439;
	opacity: 1;
}
.form-styl::placeholder {
	color: #333439;
	opacity: 1;
}
.form-img {
	border-radius: 2rem;
	overflow: hidden;
	height: calc(100% - 1rem);
}
.form-img img {
	height: 100%;
	object-fit: cover;
}
.related-service-slider {
	padding: 5rem 0;
	background-color: #fff;
}
.related-service-slider h2 {
	margin-bottom: 4rem;
}
.each-related-service a{
	overflow: hidden;
}
.related-service-title {
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: 'nunitosemibold';
	letter-spacing: .1rem;
	color: #121212;
}
.each-related-service img{
	transition: all 0.5S;
	-webkit-transition:  all 0.5S;
}
.each-related-service a:hover img{
	transform: scale(1.1);
}
.related-service-slider .common-arrow{
	top: -2rem;
	right: 0;
	z-index: 0;
}
.related-service-slider .swiper-button-prev{
	left: auto;
	right: 6rem;
}
/*==========contact=========*/
.contact-map h2, .contact-mid-sec h2 {
	margin-bottom: 4%;
}
.contact-map h6{
	opacity: .7;
	line-height: 1.4;
}
.contact-map a{
	color: #121212;
}
.contact-map a:hover {
	text-decoration: underline;
}
.contact-map table{
	width: 100%;
}
.contact-map-img {
    height: 68rem;
}
.contact-mid-sec table {
	width: 100%;
}
.contact-mid-sec td {
	width: 50%;
	vertical-align: top;
	padding-right: 8%;
}
.contact-pg-form{
	background-color: #EDEDED;
}
/*============over-ons================*/
.team-block {
	padding: 5rem 0;
	background: #0B3A06;
}
.team-block h2, .team-block p{
	color: #fff;
}
.member-dtl{
	position: absolute;
	left: 0;
    bottom: 2rem;
	font-family: 'nunitosemibold';
	color: #fff;
}
.team-block .position-relative{
	margin: 0 3rem 3rem;
	overflow: hidden;
}
.team-block h2{
	margin-bottom: 4%;
}
.team-content{
	max-width: 720px;
}
.ovrns-gallery {
	background-color: #fff;
	padding: 4rem 0;
}
.gal-img {
  	position: relative;
	overflow: hidden;
	height: 100%;
	border-radius: 2rem;
}
.ovrns-gallery img {
  	height: 100%;
  	object-fit: cover;
}
.ovrns-gallery .gal-item{
  	padding: 2rem;
}
/*===========aanbod-detail===========*/
.aanbod-dtl-top-sec {
    padding:9rem 0 5rem;
}
.detail-block-wrap{
	background:#fff;
	box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
}
.aanbod-dtl-top-sec .product-btm h6 span{
	font-family: 'nunito-regular';
}
.aanbod-dtl-top-sec .product-btm td{
	vertical-align: top;
}
.aanbod-dtl-top-sec .product-btm h6{
	margin-bottom: 3rem;
	text-align: left;
}
.aanbod-dtl-top-sec .d-table{
	width: 100%;
}
.overlay{
	position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    border-radius: 2rem;
}
.overlay::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	content: '';
	background-image: url(../images/plus.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.aanbod-dtl-top-sec .price-table h3 span{
	font-size: 2rem;
  	font-family: 'nunito-regular';
}
/****tab****/
.aanbod-detail-tab {
	background: #fff;
}
.aanbod-detail-tab ul{
	margin: 0;
	border-bottom: 0;
}
.aanbod-detail-tab .nav-tabs li{
	width: calc(20% - 2rem);
	text-align: center;
	margin-bottom: 2rem;
	margin-right: 2rem;
}
.aanbod-detail-tab .nav-tabs li a{
	text-transform: capitalize;
}
.aanbod-detail-tab .nav-tabs li.onderhoud-tab{
	width: 28%;
}
.aanbod-detail-tab .nav-tabs li a.active {
	background: #0B3A06;
	border-color: #0B3A06;
	color: #fff;
}
.aanbod-detail-tab .tab-content h3{
	word-break: break-word;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.kenmerken-tab ul li:nth-child(even){
	font-family: 'nunito-regular';
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 10px;
    background-size: 6px;
}
.bullet-panel li, .kenmerken-tab ul li:nth-child(odd){
    padding-left: 12px;
}
.bullet-panel li:after {
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.tab-heading h3, .star_icon h3{
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #000;
}
.bullet-panel li, .kenmerken-tab li{
	margin-bottom: 1rem;
	position: relative;
	font-family: 'nunitosemibold';
	font-size: 2rem;
}
.bullet-panel{
	padding-bottom: 3rem;
}
.left-bg-block {
	width: 140px;
	background: #0B3A06;
	color: #fff;
}
.block-dtls {
  	width: calc(100% - 140px);
  	border: 2px solid #0B3A06;
	border-left: 0;
	padding: 15px;
}
.related-car{
	background: #ededed;
}

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

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

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

.morgeninternet-footer > img {
	height: 35px;
	padding-top: 7.5px;
}

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}
.star_icon h3{
    display: inline-block;
}
.star_icon p{
	font-family: 'nunitosemibold';
	font-size: 2rem;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.form-1, .form-2 {
	display:none;
	padding: 5%;
    margin: 30px 0;
}
/*************************fixed whatsapp*************************/
.whatsapp-btn{
	position: fixed;
    right: 3rem;
    bottom: 3rem;
    z-index: 99;
}
.whatsapp-btn a{
    background: #26BE00;
    border-radius: 100%;
    width: 6rem;
    height: 6rem;
}
.whatsapp-btn a img{
	width: 3rem;
}
.dtl-tab4 iframe{
	height:900px;
}
.dtl-tab3 p, .dtl-tab3 li, .dtl-tab2 .bullet-panel li{
  font-family: 'nunito-regular';
  font-size: 2rem;
}
/***********dropdown***********/
.header-area .dropdown-menu a {
	padding: 15px;
    background: #0B3A06;
    color: #fff !important;
    opacity: 1;
    display: inline-block;
	width: 100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-area .dropdown-menu a:before{
	display: none;
}
.header-area .dropdown-menu {
  padding: 20px 0 0;
  border-radius: 0px;
  margin: 0px;
  background-color: transparent;
  border: 0px;
  color: #121212;
  text-align: left;
  font-size: 1.7rem;
  min-width: 220px;
  font-family: 'nunitosemibold';
}
.header-area .dropdown-menu a:hover {
    color: #fff;
	background-color: #967836;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-area .dropdown:hover>.dropdown-menu {
	display: block;
}
.lease_selection_sec iframe{
	height:2500px;
}
