@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'mundialregular';
    font-size: 14px;
    color: #fff;
    background-color: #181818;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.iframe_custom {
	width: 100%;
	border: 0px;
	height: 1270px;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #1c1c1c;
    border-color: rgba(255,255,255,0.2);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.2);
}
/**************header*******/
/*====menu block====*/
.left-menu-panel{
	width: calc(8% + 15px);
	position: absolute;
    left: 0;
    z-index: 1;
}
.menubar-wrap{
	height: 134px;
	background:#232323;
	padding-top: 40px;
}
.menu-bar{
	width: 40px;
    margin: auto;
}
.menu-bar:after, .menu-bar:before, .menu-bar div {
    background-color: #fff;
    border-radius: 0px;
    content: '';
    display: block;
    height: 2px;
    margin: 8px 0;
    transition: all .2s ease-in-out;
}
.menu-toggle.active .menu-bar div {
	width: 20px !important;
}
.left-menu-panel li img{
	width: 18px;
}
.left-menu-panel li{
	margin-top: 60px;
}
.menu-items{
  	display: none;
  	position: absolute;
	z-index: 2;
	width: calc(100% - 8%);
	right: 0;
	top: 159px;
	padding-left: 13px;
}
.menu-items ul{
	background-color: #9b896c;
  	padding: 30px 50px;
}
.menu-items li{
  	font-family: 'mundialregular';
  	font-size: 20px;
  	color: #fff;
  	display: inline-block;
  	padding-right: 50px;
  	letter-spacing: 0.5px;
}
.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;
}
.fixed-whatsapp{
	position: fixed;
	z-index: 99;
	right: 10%;
	width: 259px;
	height: 60px;
	line-height: 58px;
	background:#283e33;
	bottom: 0;
	color: #fff;
	font-size: 15px;
	font-family: 'mundialregular';
	text-align: center;
	text-transform: uppercase;
}
.fixed-whatsapp img{
	width: 26px;
    margin-right: 15px;
}
/*=====nav====*/
.desktop-nav{
	padding: 30px 0 30px 70px;
}
.left-menu-panel, .desktop-nav .nav-item{
	font-family: 'mundialregular';
	font-size: 20px;
	letter-spacing: 0.5px;
}
.desktop-nav .nav-item{
	padding-left: 70px;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0;
	position: relative;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link:after{
	position: absolute;
	bottom:-20px;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	content: '';
	border-radius: 100%;
	background:#9b896c;
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link:hover:after{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-btn a{
	border-bottom: 2px solid #9b896c;
	padding-bottom: 5px;
}
.desktop-nav .nav-item.header-btn{
	font-family: 'mundialdemibold';
	padding-left: 160px;
}
/*=====banner=====*/
.banner-content{
	position: absolute;
	/*top: 271px;
	left: 103;*/
	width: 100%;
	z-index: 1;
	bottom: 0;
}
.banner-content-wrap{
	max-width: 780px;
	width: 100%;
	padding-left: 120px;
}
.banner-content p{
	margin:50px 0 100px;
}
.banner-content .common-btn{ 
	height: 75px;
	max-width: 350px;
	line-height: 75px;
	background: #283e33;
	border-color: #283e33;
}
.banner-content .common-btn:hover{
	background: #9b896c;
    border-color: #9b896c;
    color: #fff;
}
.banner-content .common-btn img{
	width: 22px;
    margin-left: 50px;
}
/*======content block======*/
.content-block-sec{
	position: relative;
	background:#232323;
	padding-top: 10%;
}
.content-block-sec:before{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(8% + 15px);
	background:#181818;
	height: 100%;
	content: '';
}
.content-block-sec p{
	margin: 50px 0 80px;
}
.content-block-img{
	margin-left: 60px;
}
.content-block-sec .banner-content-wrap{
	padding-top: 50px;
	padding-bottom: 120px;
}
/*========product==========*/
.product-sec{
	padding: 7% 0;
	overflow: hidden;
}
.product-slider{
	margin-left: -50%;
	margin-top: 70px;
}
.product-dtl{
	padding: 30px 0;
}
.product-dtl h6{
	height: 60px;
	overflow:hidden;
}
.product-img{
	position: relative;
}
.product-img:after{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    background:#283e33;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.each-product:hover .product-img:after{
	opacity: 0.63;
	transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.product-slider .common-arrow{
	background:#9b896c;
	width: 100px;
	height: 100px;
	top: auto;
	transform: translateY(0%);
	bottom: 195px;
	right: 0;
}
/*=========gallery-sec=========*/
.gallery-sec .col-lg-3{
	-ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
    padding-left: 0;
}
.gallery-sec .col-lg-4{
	-ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.gallery-sec .col-lg-5{
	-ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
    padding-right: 0;
}
.gal-item {
    overflow: hidden;
    padding: 0 20px 40px;
}
.gallery-sec .col-md-12.gal-item:last-child{
	padding-bottom: 0;
}
.gal-item .box {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.box img {
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}
.gal-item .box:hover img {
    transform: scale(1.2);
}
.gal-heading{
	position: absolute;
	bottom: 40px;
	left: 0;
	padding-left: 40px;
}
/*=========counter=========*/
.counter-sec{
	padding: 90px 0;
}
.counter-wrap{
	max-width: 680px;
	width: 100%;
}
.counter-sec p{
	margin: 70px 30px 100px 0;
}
.each-count-box h2 {
	font-family: 'mundiallight';
	font-size: 61px;
	display: inline-block;
	margin-right: 15px;
}
.each-count-box h6 {
	font-family: 'mundialdemibold';
	display: inline-block;
	line-height: 24px;
	text-align: left;
}
.counter-sec .common-btn{
	margin-top: 100px;
}
.counter-sec .col-md-4:last-child .each-count-box{
	text-align: right;
}
.counter-sec .col-md-4:nth-child(2) .each-count-box{
	padding-left: 18%;
}
/*==========testimonial==========*/
.testimonial-sec {
	padding: 5% 0;
	background: #181818;
}
.sec-heading{
	margin-bottom: 6%;
}
.each-testimonial {
	background: #232323;
	position: relative;
	padding: 40px 10% 10%;
	margin-top: 40px;
}
.star-rating img {
	width: 36px;
	margin-right: 18px;
}
.quote-box {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: #9b896c;
	top: -40px;
	z-index: 2;
	position: absolute;
	font-family: 'mundialbold';
	font-size: 50px;
}
.quote-box:after{
	position: absolute;
	left: 0;
	content: '“';
	top: 20%;
	width: 100%;
	text-align: center;
}
.quote-box img {
	width: 20px;
}
.each-testimonial p {
	margin: 50px 0;
}
.each-testimonial h4 {
	font-family: 'mundialdemibold';
	text-transform: capitalize;
	letter-spacing: 0.5px;
	display: inline;
}
.each-testimonial h4 span {
	font-family: 'mundiallight';
	float: right;
}
/*===========footer===========*/
.footer-sec {
	padding: 60px 0 40px;
}
.footer-contact-block{
	max-width: 780px;
	width: 100%;
	margin-left: auto;
}
.each-footer-info h6 {
	font-size: 15px;
	font-family: 'mundialregular';
	margin-bottom: 12px;
	letter-spacing: 1.5px;
}
.each-footer-info p {
	font-size: 15px;
    line-height: 28px;
    margin: 0;
    letter-spacing: normal;
}
.each-footer-info td {
	padding-right: 50px;
}
.each-footer-info td:last-child {
	padding-right: 0;
}
.footer-divider {
	border-top: 2px solid #fff;
	margin: 50px 0 40px;
}
.footer-social a {
	margin-right: 30px;
}
.footer-social a img {
	width: 20px;
}
.footer-contact-block .col-md-5 .each-footer-info {
	float: right;
}
/************overons**************/
.inner-banner-wrap{
	position: relative;
}
.inner-banner-wrap .common-btn{
	visibility: hidden;
}
.overons-testimonial-wrap{
	max-width: 580px;
	width: 100%;
	background:#fff;
	padding: 100px 70px 80px;
    margin: -9% 20% 0 auto;
    position: relative;
}
.overons-testimonial-wrap p{
	color: #283e33;
}
.overons-testimonial-wrap .quote-box{
	left: 50%;
	transform: translateX(-50%);
}
.overons-counter-block .counter-wrap.ml-auto{
	margin-top: 70px;
}
.overons-middle-image{
	margin-top: 40px;
	display: none;
}
.overons-bottom-sec{
	padding: 40px 0;
}
.overons-counter-block p{
	margin-bottom: 50px;
}
/****************Klantenreacties************/
.klaten-top-sec{
	padding:120px 0;
}
.klaten-top-sec.content-block-sec .banner-content-wrap{
	padding-top: 0;
	padding-bottom: 0;
}
.klanten-bottom-area{
	padding-top: 80px;
}
.klanten-bottom-area .each-testimonial{
	width: calc(100% - 10%);
	padding: 40px 110px 80px;
	margin-bottom: 80px;
}
/****************diensten listview*************/
.each-listview:nth-child(odd) .container-fluid, .each-listview:nth-child(odd) .common-wrapper{
	padding-right: 0;
}
.each-listview:nth-child(even) .container-fluid, .each-listview:nth-child(even) .common-wrapper{
	padding-left: 0;
}
.listview-sec .banner-content-wrap{
	padding-top: 9%;
	padding-bottom: 9%;
}
.listview-sec p{
	margin: 35px 0 50px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-listview:nth-child(even) .banner-content-wrap{
	left: 40px;
    position: relative;
}
.listview-sec{
	padding-bottom: 10%;
}
/****************thanku************/
.thaku-banner-wrap{
	position: relative;
}
/*******************contact********************/
.contact-map-sec .contact-map-area {
	height: 685px;
}
.contact-info-sec {
	padding-bottom: 100px;
}
.contact-info-img {
	margin-right: 135px;
}
.contact-info-content {
	padding: 140px 75px 0 115px;
}
.contact-info-content h2 {
	margin-bottom: 95px;
	font-size: 34px;
}
.contact-info-content h4 {
	font-family: 'mundialdemibold';
	margin: 95px 0px 35px;
}
.contact-info-content table {
	width: 100%;
}
.contact-info-content table tr td {
	width: 100%;
    display: inline-block;
/*    border-top: 1px solid #dedede;*/
    border-bottom: 1px solid #dedede;
    padding: 25px 0px;
	color: #fff;
    font-family: 'mundiallight';
/*    font-size: 24px;*/
    font-size: 18px;
}
.contact-info-content table tr td:first-child{
	border-top: 1px solid #dedede;
}
.contact-info-content table tr td span {
	float: right;
}
.contact-form-sec {
	padding: 65px 0 100px;
	background-color: #232323;
}
.contact-form-sec h2 {
    margin-bottom: 113px;
}
.contact-form-sec label {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'mundiallight';
	color: #fff;
}
.contact-form-sec .form-styl {
    font-size: 16px;
    padding: 34px 20px;
    resize: none;
    background-color: #323232;
    border-radius: 0;
    font-family: 'mundiallight';
    color: #fff;
    border: none;
}
.contact-form-sec .form-styl.foto_upload{
	padding-top: 0;
	padding-bottom: 0;
    height: 68px;
    line-height: 68px;
}
.contact-form-sec textarea.form-styl {
	padding-bottom: 48px !important;
}
.contact-form-sec .form-styl:focus {
	box-shadow: none;
    color: #fff;
}
.contact-form-sec .form-group {
	margin-bottom: 50px;
}
.counter-sec.contact-bottom-sec .common-btn {
	margin-top: 0;
}
/***************diensten dtl*****************/
.diensten-dtl-heading-sec {
	padding-top: 8%;
}
.diensten-dtl-heading-sec.content-block-sec .banner-content-wrap{
	padding-top: 0;
	padding-bottom: 0;
}
.diensten-dtl-heading-sec .banner-content .common-btn img {
    margin-right: 30px;
    margin-left: 0;
}
.diensten-dtl-heading-sec .banner-content{
	position: static;
}
.diensten-dtl-heading-sec .banner-content .common-btn{
	margin-top: 0;
}
.diensten-dtl-top-sec {
	padding-top: 0;
}
.diensten-dtl-top-sec .content-block-img {
	margin-left: 0;
}
.diensten-dtl-top-sec .banner-content-wrap {
	padding-top: 0;
    padding-bottom: 0;
}
.diensten-dtl-top-sec.content-block-sec p{
	margin-bottom: 0;
}
.diensten-dtl-middle-sec .contact-info-content {
	padding-top: 0;
	padding-left: 50px;
}
.diensten-dtl-middle-sec .contact-info-content h2{
	margin-bottom: 50px;
}
.diensten-dtl-middle-sec .contact-info-content p{
	text-align: justify;
}
.diensten-dtl-gal-sec .common-arrow {
	bottom: 0;
}
.diensten-dtl-gal-sec .diensten-dtl-gal-text {
	position: absolute;
	bottom: 45px;
	left: 50px;
}
.diensten-dtl-gal-sec .each-product {
	position: relative;
}
.diensten-dtl-gal-sec .each-product:hover .product-img:after {
	display: none;
}
/***********************aanbod-dtl***********************/
.aanbod-dtl-heading-sec {
	padding: 65px 0;
}
.aanbod-dtl-heading-sec h4 {
	margin-top: 25px;
	font-family: 'mundiallight';
	text-transform: capitalize;
}
.aanbod-dtl-heading-sec .common-btn {
	max-width: 300px;
	height: 75px;
	line-height: 73px;
}
tr.product_table.product-mobile{
    display: none;
}
/*****info sec****/
.tab-nav-btn li {
	font-family: 'mundiallight';
    font-size: 22px;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.75px;
    margin-right: 106px;
    border-bottom: 1px solid transparent;
    line-height: 35px;
}
.tab-nav-btn li:last-child {
	margin-right: 0;
}
.tab-nav-btn li.active {
	border-color: #fff;
}
.aanbod-dtl-info-left {
	padding-right: 100px;
}
.aanbod-dtl-info-left h2 {
	margin-bottom: 50px;
}
.aanbod-dtl-info-left table  {
	width: 100%;
}
.aanbod-dtl-info-left table tr {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.aanbod-dtl-info-left table tr td {
	font-size: 15px;
    font-family: mundialbold;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
.aanbod-dtl-info-left table tr td:nth-child(odd) {
	opacity: 0.48;
} 
.aanbod-dtl-info-left table tr td:nth-child(even) {
	padding-left: 60px;
} 
.aanbod-dtl-info-left table tr td:nth-child(3) {
	padding-left: 100px;
}
.aanbod-dtl-info-right {
	height: 100%;
	padding-left: 75px;
}
.aanbod-dtl-info-right-man {
	background-color: #fff;
	padding: 30px 40px 45px 40px;
}
.aanbod-dtl-info-right-man img {
	max-width: 120px;
	border-radius: 50px;
}
.aanbod-dtl-info-right-man h4 {
	font-family: 'mundiallight';
	font-size: 22px;
	color: #9d9d9d;
	text-transform: none;
	margin-bottom: 20px;
	letter-spacing: 0.2px;
}
.aanbod-dtl-info-right-man h3 {
	font-family: 'mundiallight';
	font-size: 22px;
	color: #1c1c1c;
	text-transform: none;
}
.aanbod-dtl-info-right-price h2 {
	font-family: 'mundiallight';
	font-size: 30px;
	color: #1c1c1c;
	text-transform: none;
	letter-spacing: 1px;
}
.aanbod-dtl-info-right-price {
	margin-top: 85px;
}
.aanbod-dtl-info-right .common-btn {
	text-transform: none;
	max-width: 100%;
	font-family: 'mundiallight';
 	font-size:24px;
	 line-height: 64px;
}
.aanbod-dtl-info-right .common-btn img {
	width: 15px;
    margin-left: 50px;
}
.aanbod-dtl-info-right-price .common-btn {
	background: transparent;
	border-color: #fff;
	color: #1c1c1c;
}
.aanbod-dtl-info-right .common-btn{
	letter-spacing: normal;
}
.aanbod-dtl-info-right-price .common-btn img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.aanbod-dtl-info-right-btn .col-md-6:first-child .common-btn {
	background-color: #9b896c;
	border-color: #9b896c;
}
.aanbod-dtl-info-right-btn .col-md-6:first-child .common-btn:hover {
	background-color: #283e33;
	border-color: #283e33;
}
.aanbod-dtl-info-right-btn .col-md-6:last-child .common-btn {
	background-color: #232323;
	border-color: #232323;
}
.aanbod-dtl-info-right-btn .col-md-6:last-child .common-btn:hover {
	background-color: #283e33;
	border-color: #283e33;
}
.aanbod-dtl-info-sec {
	padding: 60px 0 110px;
}
.tab-nav-btn {
	margin-bottom: 75px;
    cursor: pointer;
}
/****aanbod-dtl gal sec*****/
.aanbod-dtl-each-gal-img {
	margin-bottom: 20px;
}
.aanbod-dtl-gal .col-md-4:last-child .aanbod-dtl-each-gal-img {
	position: relative;
}
.aanbod-dtl-gal-text {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.aanbod-dtl-gal .col-md-4:last-child .aanbod-dtl-gal-text::after {
	position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    opacity: 44%;
}
.aanbod-dtl-gal-text-wrapper {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.aanbod-dtl-gal-text h3 {
	font-family: 'mundiallight';
 	font-size:43px;
}
.aanbod-dtl-gal-text h6 {
	font-family: 'mundiallight';
 	font-size:16px;
}
/****tab section*****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}
.aanbod-dtl-tab-sec {
	padding: 100px 0 135px;
}
.each-tab-content h2 {
	margin-bottom: 60px;
}
.kenmerken-tab ul li {
	width: 48%;
    display: inline-block;
    vertical-align: top;
    font-family: 'MundialLight';
    font-size: 15px;
    padding-bottom: 10px;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 6px;
    padding-left: 20px;
    background-size: 7px;
/*    opacity: 48%;*/
    color: #b7b6b6;
}
.bullet-panel {
	margin-bottom: 20px;
}
.tab_hedaing {
	padding-bottom: 20px;
}
.tab_hedaing h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
	text-transform: capitalize;
}
.bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'mundiallight';
    font-size: 15px;
    margin-bottom: 10px;
}
.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;
}
.each-tab-content {
	margin-bottom: 100px;
}
.each-onderhoud-block {
	display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9b896c;
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #fff;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.block-dtls h4 {
    font-size: 18px;
    color: #fff;
	font-family: 'mundialbold';
}
.block-dtls h5 {
    margin: 10px 0px 30px;
    font-family: 'mundialregular';
    font-size: 16px;
    color: #fff;
}
.left-bg-block h6 {
	font-size: 16px;
}
.aanbod-dtl-product-slider .product-slider {
	margin-left: 0;
}
/*******************aanbod*********************/
.aanbod-filter-sec{
	padding: 90px 0;
}
.aanbod-filter-sec .banner-content-wrap{
	max-width: 100%;
}
.select-style {
    width: 100%;
    border: 0;
    border-radius: 0;
    height: 64px;
    line-height: 64px;
    font-family: 'mundialregular';
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.svg) #323232 no-repeat 90% center/10px;
    color: #fff;
    padding: 0 30px;
	text-transform: uppercase;
}
.aanbod-filter-area {
	padding: 0 80px;
    margin-top: -65px;
}
.aanbod-filter-area .text-light{
	color: #fff!important;
}
.aanbod-filter-area .row{
	margin-top: 80px;
}
.aanbod-product-sec{
	overflow: hidden;
}
.aanbod-product-sec .row{
	margin-right: -1rem;
}
.aanbod-product-sec {
	padding-bottom: 120px;
}
.aanbod-product-dtl img {
	width: 20px;
}
.aanbod-product-dtl {
	position: relative;
	padding: 2px 30px 30px 30px;
	background-color: #fff;
}
.aanbod-product-dtl .aanbod-product-btn {
	position: absolute;
	background: #9b896c;
    width: 80px;
    height: 80px;
    top: auto;
    bottom: 0;
    right: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-product-dtl h6 {
	font-size: 15px;
    color: #9d9d9d;
    line-height: 24px;
    margin: 10px 0 20px;
    display: inline-block;
    height: 70px;
}
.aanbod-product-dtl h4 {
	font-family: 'mundiallight';
	color: #1c1c1c;
	margin-top: 30px;
	text-transform: capitalize;
    letter-spacing: 0.75px;
    font-size: 20px;
}
.aanbod-product-dtl h5 {
	font-family: 'mundiallight';
	color: #1c1c1c;
	font-size: 15px;
	margin-top: 30px;
}
.aanbod-product-dtl table tr td {
	font-size: 15px;
	color: #9d9d9d;
	font-family: 'mundiallight';
	padding-right: 45px;
}
.aanbod-product-dtl table tr td:last-child {
	padding-right: 0;
}
.aanbod-each-product {
	margin-bottom: 20px;
}
/******************verkocht**************/
.verkocht-product-content h2{
	margin-left: 40px;
}
/***************popup************/
.modal-area .modal-dialog {
	max-width: 58%;
    margin-top: 15%;
}
.modal-area .modal-content{
	border:0;
	border-radius: 0;
	background-color: transparent;
}
.popup-content{
	padding: 10% 20% 0 10%;
}
.popup-content p{
	margin: 20px 0 40px;
	text-align: justify;
}
.popup-image .common-btn {
    max-width: 240px;
    height: 100px;
    line-height: 100px;
    background: #9b896c;
    border-color: #9b896c;
}
.popup-image .common-btn:hover {
	background: #283e33;
    border-color: #283e33;
}
.popup-image .common-btn img {
	width: 20px;
    margin-left: 20px;
}

/*******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 > img {
    height: 30px;
    padding-top: 15px;
}

.verkocht_table , .product_table
{
	vertical-align: top;
}
.aanbod-product-dtl .aanbod-product-btn {
	border:none;
}

.form-1, .form-2
{
	display: none;
}
/***cookie*****/
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
#map_canvas
{
	height:500px;
}

.calculator_iframe
{
	height: 1042px;
}

.aanbod-dtl-top-sec .common-arrow{
	background:#9b896c;
	width: 100px;
	height: 100px;
	top: auto;
	transform: translateY(0%);
	bottom: 0px;
	right: 0;
}
.aanbod-dtl-top-sec .swiper-button-next{ 
	right:calc(20% - 57px);
}
.aanbod-dtl-top-sec .swiper-button-prev{ 
	left: 0;
}
.header-area .navbar-brand img {
    width: 240px;
}
.footer-logo img {
    width: 250px;
}
.grecaptcha-badge{
	z-index: 999;	
}
/*============overons-team=================*/
.overons-member-sec{
	padding-bottom: 100px;
	overflow: hidden;
}
.member-slider {
	position: relative;
}
.member-top .member-slider{
	padding-left: 7%;
	margin-right: -20%;
}
.member-bottom .member-slider{
	padding-right: 7%;
	margin-left: -20%;
}
.member-slider .swiper-button-prev {
	left: 4.5%;
}
.member-slider .swiper-button-next {
	right: 4.5%;
}
.member-slider .common-arrow{
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #ebebeb;
}
.member-slider .common-arrow img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
	width: 15px;
	height: 15px;
}
.team-txt h2, .team-txt p{
	word-break: break-word;
}
.team-txt p{
	margin-top: 30px;
	text-align: justify;
}
.team-txt h3, .team-txt p{
	word-break: break-word;
}
.each-member p{
	margin-bottom: 0;
	line-height: normal;
}
.each-member h6{
	font-family: 'mundialbold';
}
.each-member-content h6{
	text-transform: uppercase;
}
.member-info-text h6{
	font-size: 28px;
}
.each-member {
	position: relative;
	overflow: hidden;
}
.each-member img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.each-member:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-member-content {
	position: absolute;
  	bottom: 25px;
  	padding: 0 25px;
}
.member-info-wrap {
	position: absolute;
	z-index: 1;
	top: -100%;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.member-info-text {
	padding: 0 10%;
}
.member-info-text p, .member-info-text a {
	color: rgba(255,255,255,0.7);
	margin-bottom: 7%;
}
.member-info-text p span, .member-info-text a:hover {
	color: rgba(255,255,255,1);
}
.overons-member-sec .each-member:hover .each-member-content {
	bottom: -100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.overons-member-sec .each-member:hover .member-info-wrap {
	top: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
@media(max-width:1399.98px){
	.member-info-text{
		padding: 0 5%;
	}
	.each-member-content{
		bottom: 15px;
		padding: 0 15px;
	}
	.member-info-text h6 {
		font-size: 22px;
	}
	.team-txt h3{
		font-size: 34px;
	}
}
@media(max-width:991.98px){
	.member-top .member-slider, .member-bottom .member-slider{
		padding: 0;
		margin: 0;
	}
	 .team-txt h3 {
		font-size: 26px;
	}
	.team-txt p{
		margin: 15px 0 30px;
	}
	.overons-member-sec{
		padding-bottom: 40px;
	}
	.member-slider .swiper-button-prev{
		left: 0;
	}
	.member-slider .swiper-button-next{
		right: 0;
	}
}
/*=============================new-aanbod-list=========================================*/
.new-aanbod-car{
    overflow: hidden;
}
.new-aanbod-car span.d-block{
    padding: 40px 15px 20px;
}
.new-aanbod-car span.d-block p, .new-aanbod-car span.d-block td {
    color: #9d9d9d;
    letter-spacing: 0.5px;
    line-height: normal;
}
.new-aanbod-car span.d-block p{
    margin-bottom: 4px;
}
.new-aanbod-car span.d-block h6{
    font-family: 'mundialdemibold';
    color: #121212;
    height: 60px;
    overflow: hidden;
    letter-spacing: normal;
}
.new-aanbod-car span.d-block td{
    font-family: 'mundiallight';
}
.new-aanbod-car table{
    width: 100%;
}
.new-aanbod-car tr{
    display: flex;
    justify-content: space-between;
}
.new-aanbod-car td img{
    margin-top: -3px;
    margin-right: 2px;
}
.new-aanbod-car .rounded-circle{
   	min-width: 40px;
  	height: 40px;
  	background: #9b896c;
  	margin-left: 10px;
}
.new-aanbod-car .rounded-circle img{
    width: 30px;
}
.new-aanbod-car .position-absolute{
    bottom: -18px;
    right: 30px;
}
.price-div, .monthly-price-div{
    background: #283e33;
    padding: 8px 0;
    font-size: 16px;
    min-width: 110px;
}
.monthly-price-div{
    background: rgba(35,35,35,0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
@media(max-width: 991px){
    .new-aanbod-car{
        background: #232323;
    }
    .new-aanbod-car span.d-block h6{
        height: auto;
    }
    .new-aanbod-car span.d-block td{
        font-size: 13px;
    }
}
/*=============================new-aanbod-dtl=========================================*/
html{
	font-size: 62.5%;
}
.back-btn .common-btn {
	max-width: 280px;
}
.aanbod-dtl-banner {
	padding-top: 8rem;
	padding-bottom: 2rem;
}
.aanbod-dtl-banner-slider .common-arrow{
	width: 50px;
	height: 50px;
	background: #9b896c;
}
.aanbod-dtl-banner-slider .common-arrow img{
	width: 14px;
	height: 14px;
}
.aanbod-dtl-banner-slider .swiper-button-next{
	right: 0;
}
.aanbod-dtl-banner-slider .swiper-button-prev{
	left: 0;
}
.aanbod-dtl-banner-top h6 {
	margin: 1.4rem 0 3rem;
}
.aanbod-dtl-banner-top td {
    display: inline-block;
    padding-right: 2rem;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.50);
}	
.aanbod-dtl-banner-top td:last-child {
	padding-right: 0;
}
.aanbod-dtl-banner-top td img {
    margin-right: .75rem;
    margin-top: -4px;
}
.aanbod-dtl-banner-top h5 {
	text-transform: uppercase;
	color: #fff;
}
.custom-row-div [class*="col"]:not(.no-gutters [class*="col"]){
	padding-left: .75rem;
	padding-right: .75rem;
}
.custom-row-div [class*="row"]:not(.row.no-gutters){
	margin-left: -.75rem;
	margin-right: -.75rem;
}
.aanbod-dtl-images{
	margin-top: 2rem;
}
.each-aanbod-dtl-img {
	margin-right: 1rem;
}
.each-aanbod-dtl-img:last-child {
	margin-right: 0;
}
.add {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
}
.add:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem;
    height: 3rem;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aanbod-dtl-right {
	padding-left: 10%;
}
.aanbod-dtl-right a.common-btn {
	max-width: initial;
}
.aanbod-dtl-right button.common-btn {
	max-width: initial;
}
.aanbod-dtl-top-btn .common-btn {
	background-color: #1c1c1c;
  	border-color: #2b2b2b;
	font-size: 3.4rem;
	padding: 2.4rem 2rem;
	height: auto;
  	line-height: normal;
  	border-width: 1px;
  	max-width: initial;
}
.aanbod-dtl-right ul {
	border: 1px solid rgba(255, 255, 255, 0.20);
	padding: 3.5rem 2.8rem;
	margin-top: 10rem;
}
.aanbod-dtl-right li {
	margin-bottom: 2.7rem;
	color: #fff;
	font-size: 1.6rem;
	position: relative;
	padding-left: 3.5rem;
	font-family: 'mundiallight';
}
.aanbod-dtl-right li:last-child {
	margin-bottom: 0;
}
.aanbod-dtl-right li::after{
    content: "";
    position: absolute;
    background-image: url(../images/dtl-tick.svg);
    background-position: center center;
    background-size: 1.4rem;
    background-repeat: no-repeat;
    left: 0;
    width: 1.4rem;
    height: 1.4rem;
    top: 0.6rem
}
.aanbod-dtl-right li span, .aanbod-dtl-right-info h3 span {
	color: #9b896c;
}
.aanbod-dtl-btm-btn a.common-btn {
	margin-top: 2rem;
}
.aanbod-dtl-right-info {
	margin-top: 5rem;
}
.aanbod-dtl-right-info h3 {
	margin-bottom: 2rem;
	font-family: 'mundialdemibold';
}
.aanbod-dtl-right-info h6, .aanbod-dtl-right-info a  {
    font-size: 1.6rem;
    letter-spacing: normal;
}
.aanbod-dtl-right-info a {
    color: #fff;
    text-decoration: underline;
}
/*======tab======*/
.new-aanbod-tab {
	padding-top: 6rem;
}
.new-aanbod-tab .kenteken_np{
	color: #121212;
}
.new-aanbod-tab-heading h3 {
	margin-bottom: 3rem;
}
.new-aanbod-tab .new-aanbod-tab-content {
    margin-bottom: 9rem;
}
.new-aanbod-tab-content p{
	letter-spacing: normal;
}
.new-aanbod-tab .new-aanbod-tab-content:last-child {
	margin-bottom: 0;
}
.new-aanbod-tab-content .col-lg-3 {
	width: 20%;
}
.each-Kenmerken {
	border: 1px solid rgba(255, 255, 255, 0.2);
	overflow: hidden;
	padding: 0.7rem 1.2rem 2rem;
	margin-bottom: 2rem;
}
.each-Kenmerken p {
	color: #A8A8A8;
	line-height: normal;
	margin-top: 1.5rem;
}
.each-Kenmerken h6 {
	color: #fff;
	line-height: normal;
	word-break: break-word;
}
.new-aanbod-tab-content .bullet-panel .tab_heading {
	padding-bottom: 2rem;
}
.new-aanbod-tab-content .bullet-panel h4 {
    border-bottom: 1px solid #fff;
  	padding-bottom: 1rem;
  	text-transform: none;
  	font-family: 'mundialdemibold';
}
.new-aanbod-tab .bullet-panel ul li {
    font-size: 16px;
	color: #fff;
}
.new-aanbod-tab .bullet-panel li:after {
    top: 8px;
}
/*======form======*/
.new-form {
	padding: 12rem 0 15rem;
}
.form-wrap {
	background-color: #232323;
	overflow: hidden;
	padding: 9rem 14% 8rem;
}
.form-wrap h2 {
	margin-bottom: 4.8rem;
}
.form-wrap .form-group {
    padding-bottom: 1rem;
    padding-right: 1rem;
    margin-bottom: 0 !important;
}
.new-form-style {
  	font-family: 'mundiallight';
    color: #fff;
    font-size: 1.6rem;
	border-radius: 0;
	background: #323232;
    resize: none;
    border: 0;
	padding: 1.7rem;
	height: auto;
}
.new-form-style:focus{
    color: #fff;
    background: #323232;
    outline: 0;
    box-shadow: none;
}
.new-form-style:placeholder{
    color: #fff; 
    opacity: 1;
}
.new-form-style:-ms-input-placeholder{
    color: #fff; 
    opacity: 1;
}
.new-form-style::placeholder {
    color: #fff;
    opacity: 1;
}
.new-form-style.foto_upload{
	color: #fff;
}
/*====new-product=====*/
.new-product {
	padding-bottom: 8rem;
}
.new-product .product-wrap {
	background-color: #F6F8FA;
	padding: 4.5rem 11rem 4rem;
	border-radius: 80px;
	overflow: hidden;
}
.new-product h2 {
	margin-bottom: 6.5rem;
}
.each-new-car {
	padding: 1rem;
	background-color: #fff;
}
.each-new-car .common-btn {
	position: absolute;
	top: 1rem;
	left: 1rem;
	text-transform: unset;
	height: auto;
	line-height: normal;
	max-width: unset;
	width: auto;
	padding: 10px 15px;
}
.car-model td{
	display: inline-block;
	width: 49%;
	font-size: 1.6rem;
	color: rgba(10, 21, 32, 0.5);
	margin-bottom: 2rem;
	vertical-align: top;
}
.car-model td img{
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
	margin-right: .5rem;
	margin-top: -4px;
}
.new-car-detail table{
	margin-top: 1.4rem;
}
.each-new-car h4 {
	color: #121212;
  	text-transform: unset;
  	letter-spacing: normal;
}
.car-model h4{
	overflow: hidden;
   /*height: 60px;*/
}
.car-model h6 {
	color: rgba(10, 21, 32, 0.50);
	margin-top: .4rem;
  	height: 45px;
  	overflow: hidden;
  	font-size: 18px;
  	line-height: 24px;
}
.car-model tr {
	border-bottom: 1px solid #f2f2f2;
}
.new-product-bottom {
	padding: 2rem;
	overflow: hidden;
	position: relative;
	z-index: 5;
	background-color: #fff;
}
.car-price {
	margin-top: 2rem;
}
.car-price h6 {
	color: #828282;
    font-size: 1.6rem;
    font-family: 'mundialregular';
}
.car-price h6 span{
	color: #9b896c;
}
.new-product .swiper-button-next{
	right: -6%;
} 
.new-product .swiper-button-prev{
	left: -6%;
}
.new-btn{
	max-width: initial;
	margin-top: 20px;
}
.new-aanbod-car .common-arrow.car-arw{
	top: -3rem;
	background: #9b896c;
  	width: 40px;
  	height: 40px;
}
.new-aanbod-car .car-arw.swiper-button-next{
	right: 3rem;
}
.new-aanbod-car .car-arw.swiper-button-prev{
	right: 8rem;
	left: auto;
}