@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'NunitoSansRegular';
    font-size: 14px;
    color: #fff;
    background-color: #141414;
}
#page{
	overflow: hidden;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
/******************************* Header Css*****************************/
.header-area{
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	z-index:9;
}
.menu-wrapper{
	padding: 50px 70px;
}
.nav-menu ul{
	margin-top: 25px;
}
.nav-menu li{
	font-family: 'NunitoSansRegular';
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-left: 40px;
    letter-spacing: 0.5px;
    padding-bottom: 2px;
}
.nav-menu li a{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.nav-menu li a:hover{
	color: #fff;
	opacity: 0.5;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu{
	display: inline-block;
}
.menu-bar{
	width: 54px;
}
.menu-bar:after, 
.menu-bar:before, 
.menu-bar div {
  background-color: #fff;
  border-radius: 0px;
  content: '';
  display: block;
  height: 2px;
  margin: 6px 0;
  transition: all .2s ease-in-out;
}
.logo{
	top: 40px;
	position: absolute;
    width: 420px;
    left: 0;
    text-align: center;
}
.menu-wrapper{
	width: calc(100% - 420px);
    margin-left: auto;
}
.menu-wrapper img{
	width: 20px;
}
.header-social li{
	font-size: 18px;
	font-family: 'NunitoSansRegular';
	margin-bottom: 8px;
	margin-right: 40px;
	display: inline-block;
	vertical-align: top;
}
.header-social li:first-child a{
	display: block;
	margin-bottom: 10px;
}
.header-social:last-child{
	margin-bottom: 0;
	margin-right: 0;
}
.header-social li a:hover{
	opacity: 0.5;
}
.header-social li img{
	margin-right: 12px;
}
.header-social ul{
	margin-top: 25px;
}
/*******************menu items******************/
.menu-items{
	background-color:#141414;
	padding: 15px;
	top: -25px;
	display: none;
	border-radius: 6px;
}
.menu-items li{
	font-family: 'NunitoSansRegular';
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 2px;
}
.fixed-whatsapp-icon img {
    width: 40px;
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}
.fixed-whatsapp-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 70px;
    bottom: 25px;
    z-index: 999;
}
/******************************* Banner Css*****************************/
.banner-area{
	position:relative;
}
.banner-wrap{
	width: calc(100% - 420px);
    margin-left: auto;
    position: relative;
}
.banner-content{
	position: absolute;
    bottom: 50px;
    z-index: 1;
    padding-left: 50px;
}
.group-btns{
	font-size: 0;
	margin: 50px 0 75px;
}
.group-btns .common-btn:hover{
	background-color: #1c1c1c;
    border: 2px solid #1c1c1c;
    color: #fff;
}
.social-icons a{
	margin-right: 24px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	opacity: 0.3;
}
.social-icons img{
	width: 22px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.social-icons a:hover{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.video-area{
	position: absolute;
    bottom: 160px;
    z-index: 1;
    width: 100%;
    text-align: center;
    left: 0;
}
.play-btn{
    border: 2px solid rgba(255,255,255,0.5);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    cursor: pointer;
}
.play-btn img{
	width: 14px;
}
.banner-area .swiper-pagination-bullet{
	background-color: #fff;
	opacity: 0.3;
	width: 62px;
	height: 3px;
	border-radius: 0;
}
.banner-area .swiper-pagination-bullet-active{
	background-color: #fff;
	opacity: 1;
}
.banner-area .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.banner-area .swiper-container-horizontal > .swiper-pagination-bullets{
	z-index: 2;
	bottom: 45px;
}
.banner-right-area{
	position: absolute;
	right: 60px;
	max-width: 330px;
	width: 100%;
	bottom: 80px;
	z-index: 1;
}
.arrow img{
	width: 22px;
}
.banner-right-image{
	background-color: #fff;
	padding-right: 60px;
	position: relative;
}
.arrow{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.banner-right-area p{
	margin-bottom: 40px;
	color: #fff;
    letter-spacing: 0.4px;
    line-height: 24px;
}
.swiper-arrows .common-arrow{
	position: relative;
	top: 0;
	transform: translateY(0);
	display: inline-block;
}
.swiper-arrows{
	margin-bottom: 160px;
}
.swiper-arrows .swiper-button-prev{
	left: 0;
}
.swiper-arrows .swiper-button-next{
	left: 24px;
	right: auto;
}
.home-banner-content {
	width: 600px;
}
/*************************product********************/
.product-area{
	padding: 90px 0 150px;
	position: relative;
}
.product-slider{
	position: relative;
	margin-top: 50px;
}
.product-content h3{
	color: #fff;
	font-family: 'NunitoSansBold';
	margin-top: 20px;
	font-size: 30px;
}
.product-content h4 {
	font-family: 'NunitoSansBold';
}
.each-product{
	padding: 0 20px;
}
.product-content table {
	width: 100%;
	margin-top: 30px;
}
.product-content tr:first-child td{
	padding-bottom: 5px;
}
.product-content td:last-child{
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 8px;
}
.product-content td:first-child{
	width: 58%;
	font-family: 'NunitoSansBold';
}
.product-content td, .product-content tr:last-child td p{
	font-family: 'NunitoSansBold';
	font-size: 18px;
	color: #fff;
	line-height: 28px;
}
.product-content td span{
	/*font-family: 'NunitoSansLight';*/
}
.product-content tr:last-child td p{
	color: #fff;
	opacity: 0.5;
}
.product-content tr:last-child td p span{
	font-family: 'NunitoSansRegular';
}
.product-slider .swiper-button-prev{
	left: -60px;
}
.product-slider .swiper-button-next{
	right: -60px;
}
.product-wrap{
	padding-right: 30px;
	padding-left: 50px;
	position: relative;
}
.section-heading{
	padding: 0 100px;
}
.section-heading h3{
	font-family: 'NunitoSansBold';
	color: #fff;
}
/*********************middle sec******************/
.middle-sec{
	position: relative;
	/*overflow: hidden;*/
}
.middle-sec .left-content:after{
	position: absolute;
    top: 0;
    width: 100vw;
    content: '';
    background-color: #ffffff;
    height: 100%;
    right: 0;
    margin-left: -50vw;
    left: 50%;
    z-index: -1;
}
.left-content h3, .left-content p, .left-content .common-btn{
	position: relative;
	z-index: 2;
}
.left-content p{
	margin: 40px 60px 70px 0px;
}
.left-content{
	padding: 100px 0;
	/*max-width: 740px;*/
	max-width: 100%;
	width: 100%;
	position: relative;
}
.right-image-wrap{
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 0;
	width: 100%;
}
.right-image-content h3{
	color: #fff;
	margin-bottom: 60px;
}
.right-content-wrap{
	position: absolute;
    bottom: -60px;
    right: 160px;
    width: 100%;
}
.right-image-content{
	position: relative;
    padding: 60px 80px 100px 80px;
    background: #191919;
    max-width: 570px;
    width: 100%;
    margin-left: auto;
}
.right-image-content:after{
	width: 600px;
	height: 100%;
	left: 0;
	content: '';
	background-color: #191919;
	position: absolute;
	z-index: -1;
	bottom: 10px;
	display: none;
}
.right-image-content li{
	font-family: 'NunitoSansRegular';
	font-size: 24px;
	color: #fff;
	opacity: 0.20;
	letter-spacing: 0.5px;
	margin-bottom: 25px;
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.right-image-content li:hover, .right-image-content li.active{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.right-image-wrap p{
	color: #a5a5a5;
}
.image-bottom-txt{
	width: 100%;
    margin-left: -115px;
    margin-top: 70px;
    margin-bottom: 50px;
    max-width: 570px;
}
.home-left-content {
	max-width: 740px;
}
.middle-sec .home-left-content::after {
	background-color: #f6f6f6;
}
/**************************auto importen*********************/
.auto-importent-area p{
	color: #fff;
	margin-top: 40px;
}
.auto-importent-area h3{
	color: #fff;
}
.arrow-right {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border: 1px solid #fff;
    margin-left: 20px;
}
.arrow-right img {
    width: 17px;
    height: 17px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn:hover .arrow-right {
    background-color: #fff;
}
.txt-btn:hover .arrow-right img {
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}
.auto-importent-area .txt-btn{
	margin-right: 160px;
	margin-top: 30px;
	display: inline-block;
}
.auto-importent-area{
	padding: 100px 0 14%;
}
.importen-content-wrapper{
	/*max-width: 680px;*/
	max-width: 100%;
	width: 100%;
}
.home-importen-cont-wrapper {
	max-width: 680px;
}
/************************footer upper******************/
.sign{
	display: inline-block;
	margin-left: 120px;
	vertical-align: top;
}
.upper-content p{
	margin: 40px 100px 70px 0;
}
.upper-content{
	padding: 0 190px;
}
.footer-upper-sec{
	background-color: #f6f6f6;
	position: relative;
}
.footer-upper-sec:after{
	position: absolute;
    width: calc(100% - 39%);
    content: '';
    background-color: #f6f6f6;
    height: 70px;
    top: -70px;
    right: 0;
}
/****************************gallery block**********************/
.gallery-block-slider{
	padding: 10px;
	background: #fff;
}
/***************************footer*********************/
.footer-area{
	overflow: hidden;
	position: relative;
}
.footer-menubar{
	margin-left: -70px;
}
.footer-menubar li{
	display: inline-block;
	font-family: 'NunitoSansRegular';
	font-size: 16px;
}
.footer-menubar li a{
	opacity: 0.5;
}
.footer-menubar li a:hover{
	opacity:1;
}
.each-footer-content p{
	line-height: 34px;
	margin-top: 35px;
	white-space: nowrap;
}
.each-footer-content p a, .each-footer-content p{
	color: rgb(255,255,255,0.5);
}
.each-footer-content p a:hover{
	color: #fff;
}
.each-footer-content{
	padding: 50px 0px 50px 170px;
}
.each-footer-content{
	position: relative;
	height: 100%;
}
.each-footer-content:after{
	position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height:100%;
    content: '';
    background-color: #979797;
}
.copyright-panel{
    padding: 30px 70px 30px 130px;
    border-top:1px solid #979797;
}
.footer-logo{
	margin-top: 5px;
}
.copyright-panel img{
	width: 18px;
	height: 18px;
}
.copyright-panel h4{
	font-size: 20px;
}
.copyright-panel a{
	margin-right: 15px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.copyright-panel a:hover{
	opacity: 0.5;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-area .col-lg-6:nth-child(even) .each-footer-content{
	padding-left: 150px;
}
.common-grid-wrap .col-lg-5{
	-ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
}
.common-grid-wrap .col-lg-7{
	-ms-flex: 0 0 61%;
    flex: 0 0 61%;
    max-width: 61%;
}
/**********************inner page header*********************/
.inner-page-header-area{
	position:relative;
	/*width: calc(100% - 80px);*/
	width: 100%;
	margin-left: auto;
	background: #141414;
}
.inner-page-header-area .logo{
	top: 50%;
    transform: translateY(-50%);
    /*width: 250px;*/
}
.inner-page-header-area .logo img{
	/*width: 100%;*/
}
.inner-page-header-area .header-social ul {
    margin-top: 0px;
}
.inner-page-header-area .menu-wrapper {
    /*padding: 40px 70px 40px 70px;*/
    /*width: calc(100% - 280px);*/
    /*width: calc(100% - 420px);*/
	background-color: #222222;
}
.inner-page-header-area .menu-items{
	position: absolute;
    top: 150px;
    background: #1c1c1c;
    border-radius: 0 0 6px 6px;
}
/***********************contact******************/
.contact-sec{
	z-index: 1;
	position: relative;
}
.contact-sec:after{
	position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: #121212;
    width: 100%;
    height: calc(100% - 180px);
    z-index: -1;
}
.form-left h4 {
	margin-bottom: 30px;
}
.form-left p img {
    width: 15px;
    margin-right: 20px;
    margin-left: -38px;
    filter: brightness(0)invert(1);
    -webkit-filter: brightness(0)invert(1);
}
.sec-wrapper{
	padding: 80px 140px 0;
}
.form-panel{
	background-color: #191919;
	padding: 80px 70px 90px 140px;
	-webkit-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.7);
    box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.7);
}
.map-sec{
	height: 630px;
	margin-top: -180px;
}
.form-left p, .form-left p a{
	color: rgba(255,255,255,0.5);
}
.form-left p a:hover{
	color: #fff;
}
.opening-time{
	margin-top: 70px;
}
.form-styl {
	resize: none;
	background-color: transparent;
	border-radius: 0;
   	font-family: 'NunitoSansRegular';
	border:2px solid rgba(28,28,28,0.2);
	color: #1c1c1c;
	font-size:16px;
	height: auto;
	/*padding: 0 50px;*/
	padding: 0 30px;
	height: 58px;
	line-height: 56px;
}
.form-area .form-group {
	margin-bottom: 10px;
}
.form-styl:focus {
	box-shadow: none;
	border:2px solid rgba(28,28,28,0.2);
	background-color:transparent;
	color: #1c1c1c;
}
.form-styl:placeholder {
	color: #1c1c1c;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #1c1c1c;
	opacity: 1;
}
.form-styl::placeholder {
	color: #1c1c1c;
	opacity: 1;
}
.form-area h3{
	margin-bottom: 50px;
	color: #fff;
}
.form-area .common-btn:hover{
	background-color: transparent;
	border: 2px solid #141414;
	color: #141414;
}
.contact-pg-form .form-styl{
	border:2px solid #fff;
	color: #fff;
}
.contact-pg-form .form-styl:focus {
	border:2px solid #fff;
	color: #fff;
}
.contact-pg-form .form-styl:placeholder {
	color: #fff;
}
.contact-pg-form .form-styl:-ms-input-placeholder {
	color: #fff;
}
.contact-pg-form .form-styl::placeholder {
	color: #fff;
}
.contact-pg-form .common-btn:hover{
	border-color: #fff;
	background: transparent;
	color: #fff;
}
/************************* aanbod Css **************************/
.selection-area{
	background:#141414;
	padding-top:95px;
}
.selection-area .col-lg-2{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 20px;
}
.aanbod-filter-part {
   width: calc(100% - 275px);
   padding-right: 30px;
}
.aanbod-select-wrapper{
	padding:0 40px;
}
.aanbod-grid-area {
    width: 270px;
    vertical-align: top;
}
.aanbod-grid-area .each-grid-block.active {
    opacity: 1;
}
.each-grid-block {
    font-size: 18px;
    color: #fff;
    font-family: 'NunitoSansRegular';
    border: 2px solid #fff;
    text-align: center;
    line-height: 48px;
    height: 50px;
    opacity: 0.5;
    margin-top: 20px;
}
.each-grid-block img {
    width: 25px;
    margin-right: 10px;
    margin-top: -5px;
}
.select-style{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #141414 url(../images/angle-arrow-down.svg) no-repeat 92% center / 10px;
    border-radius: 0px;
    height: 55px;
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    border: 2px solid #fff;
	width:100%;
	color:#fff;
	padding: 0px 20px;
}
.selection-area .common-btn{
	background:#fff;
	color:#121212;
	border: 2px solid #fff;
	max-width: 100%;
}
.selection-area .common-btn:hover{
	color: #fff;
    background-color: #222222;
    border: 2px solid #222222;
}
.search-btn img{
	width: 18px;
	margin-right: 15px;
}
.aanbod-product-area .each-product{
	margin-bottom:60px;
	padding: 0 40px;
}
.product-area.aanbod-product-area{
	padding-bottom:0px;
}
.aanbod-product-wrap {
    padding-right: 40px;
    padding-left: 40px;
}
.search-btn{
	background: none;
}
.aanbod-select-wrap{
	max-width: 1140px;
	width: 100%;
	margin-left: 8px;
}
.aanbod-select-wrap .col-xl-3{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.aanbod-product-area .auto-importent-area{
	/*margin-left: -50px;
	margin-right: -30px;
	max-width: 1328px;
	width: 100%;*/
	padding: 60px 0;
}
.aanbod-product-area .auto-importent-area .txt-btn{
	margin-right: 0;
}
.product-area.aanbod-product-area{
	padding-top: 50px;
	border-bottom: 1px solid #979797;
}
/**********************aanbod list******************/
.aanbod-list .product-image{
	/*padding-right: 40px;*/
}
.aanbod-list .product-content{
	/*padding-right: 140px;*/
}
.aanbod-product-area.aanbod-list .col-lg-6:nth-child(odd) .each-product{
	padding-right: 60px;
}
.aanbod-product-area.aanbod-list .col-lg-6:nth-child(even) .each-product{
	padding-left:60px;
}
.aanbod-list .product-content tr:last-child td{
	/*width: 100%;
	display: block;
	text-align: left;
	padding-bottom: 65px;*/
}
.aanbod-list .product-content a {
	float: right;
	margin-top: 60px;
}
.aanbod-list1 .product-content tr:last-child td{
	width: 100%;
    display: block;
    padding-bottom: 65px;
    text-align: left;
}
.aanbod-list1 .row{
	align-items: center;
}
.aanbod-list1 .common-btn{
	float: right;
}
/******************verkocht*****************/
.product-area.aanbod-product-area.verkocht-product-area{
	padding-top: 160px;
}
.verkocht-product-area .product-content tr:first-child td{
	padding: 0;
}
.verkocht-product-area .product-content td:last-child{
	vertical-align: top;
}
.verkocht-product-area .each-product {
    margin-bottom: 140px;
}
/************************* diensten listview**************************/
.listing-page-top-content{
	padding:80px 0;
	background:#141414;
}
.listing-page-top-content p{
	margin-right: 150px;
}
.listing-page-top-content h3{
	white-space:nowrap;
	margin-bottom:30px;
}
.listing-page-top-content h3, .listing-page-top-content p{
	color:#fff;
}
.each-listing-blog-content{
	padding: 90px 0px 240px 120px;
    max-width: 775px;
    width: 100%;
}
.diensten-listing .each-listing-blog:nth-child(odd){
	background:#ffffff;
}
.each-listing-blog-content p{
	margin:40px 0 70px;
}
.clearfix{
	clear:both;
}
.each-listing-image{
	/*float:right;
	width: 39%;*/
	position: absolute;
	right: 0;
	width: 41.667%;
	z-index: 1;
	padding-left: 50px;
}
.each-listing-blog{
	position: relative;
}
.each-listing-image img{
	position:relative;
	top:-120px;
}
.diensten-listing .each-listing-blog:nth-child(even) .each-listing-image{
	/*float:left;*/
	right: auto;
    left: 0;
    padding-left: 0;
    padding-right: 50px;
}
.diensten-listing .each-listing-blog:nth-child(even) .each-listing-blog-content h3, 
.diensten-listing .each-listing-blog:nth-child(even) .each-listing-blog-content p{
	color:#fff;
}
.diensten-listing .each-listing-blog:nth-child(even) .each-listing-blog-content .common-btn{
	background-color: #fff;
	border: 2px solid #fff;
	color:#141414;
}
.diensten-listing .each-listing-blog:nth-child(even) .each-listing-blog-content .common-btn:hover{
	color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}
.diensten-listing{
	border-bottom: 1px solid #979797;
}
.Daarom_section{
	background:#fff;
	position:relative;
	padding: 90px 190px;
}
.daarom-section-image{
	position:absolute;
	bottom:0px;
	right:0px;
}
.Daarom_section-content .row .col-lg-6{
	padding-right:100px;
}
.Daarom_section-content h3{
	margin-bottom:40px;
}
.Daarom_section-content p{
	margin-bottom:30px;
}
.Daarom_section-content p:last-child{
	margin-bottom:0px;
}
/*******************aanbod dtl**************/
.thums-img{
	height: 100%;
}
.thums-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumbs-wrapper {
    position: relative;
    left: 0px;
    height: 100%;
    margin-left: 80px;
	width: 420px;
}
.thumbs-wrapper .common-arrow{
	top: auto;
    bottom: 0px;
    transform: translateY(0px);
    background: #fff;
    width: 100%;
    left: 0px;
    height: 60px;
}
.thumbs-wrapper .common-arrow img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
    transform: rotate(90deg);
}
.gallery-thumbs {
    flex-basis: 100px;
    height: 100%;
}
.gallery-wrapper {
    width: calc(100% - 420px);
    height: 100%;
    margin-left: auto;
}
.dtl-wrapper{
	display: flex;
    flex-direction: row;
}
.gallery-wrapper .common-arrow{
	width: 53px;
	height: 53px;
	border-radius: 100%;
	background-color: rgba(24,24,24,0.20);
	border: 1px solid #fff;
	top: auto;
	transform: translateY(0);
	bottom: 90px;
}
.gallery-wrapper .common-arrow img{
	width: 17px;
	height: 17px;
}
.gallery-wrapper .swiper-button-next{
	left: 95px;
	right: auto;
}
.gallery-wrapper .swiper-button-prev{
	left: 30px;
}
.dtl-slider-pagination{
	border: 2px solid #fff;
    padding: 10px 30px;
    position: absolute;
    bottom: 20px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    left: 30px;
    font-size: 18px;
    font-family: 'NunitoSansRegular';
}
.dtl-slider-pagination .swiper-pagination{
	bottom: 0;
    margin-left: 10px;
    position: relative;
}
.aanbod-dtl-data-table-area .text-right h3 {
	font-size: 30px;
	width: 105%;
}
.diensten-dtl-form {
	background-color: #ffffff;
}
.heading-regular h3 {
	font-family: 'NunitoSansRegular';
}
.aanbod-details-slider-area{
	display: inline-block;
	width: 100%;
}
/***************responsive data table*******************/
.dtl-pg-back-btn.thumbs-wrapper{
	height: auto !important;
    margin-left: 0;
    float: left;
    padding-left: 80px;
}
.dtl-pg-back-btn .common-btn{
	margin: auto;
    display: table;
}
.data-table-wrapper{
	width: calc(100% - 420px);
	margin-left: auto;
	padding-right: 190px;
}
.data-table-area{
	padding: 45px 0;
}
.table-top-area h3, .table-top-area .text-right h3 span{
	color: #fff;
	font-family: 'NunitoSansRegular';
}
.table-top-area h3{
	margin-left: 40px;
	font-family: 'NunitoSansBold';
}
.table-top-area h3 span{
	font-family: 'NunitoSansRegular';
	font-size: 30px;
}
.data-table-area .divider{
	border-top: 1px solid #fff;
    margin: 50px 0;
    width: calc(100% - 50px);
    margin-left: auto;
    opacity: 0.5;
}
.table-panel .table-bordered {
	border: none;
	width: 100%;
}
.table-panel{
	width: calc(100% - 50px);
	margin-left: auto;
}
.table-panel .table-bordered td, .table-bordered th {
	border: none;
}
.table-panel .table-striped tbody tr:nth-of-type(odd) {
	background-color: transparent;
}
.table-panel table tr td, .table-panel table tr th  {
  	font-family: 'NunitoSansRegular';
    font-size: 16px;
    padding-right:70px;
	color:#fff;
	font-weight: normal;
	letter-spacing: 0.2px;
}
.table-panel table tr th {
	color: #fff;
}
.table-panel table tr th:last-child, .table-panel table tr td:last-child{
	padding-right:0;
}
/*************side area**********/
.mini-right-nav li{
    margin-bottom:4px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li .navtext{
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #1c1c1c;
    line-height: 60px;
}
.mini-right-nav li .navtext.whatsapp-nav, .mini-right-nav .whatsapp-nav span:after{
     background-color: #68BC5F;
}
.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: #1c1c1c;
    height: 60px;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;
    z-index: -1; 
}
.mini-right-nav .navtext:hover  span{ width:auto; padding:0 25px ;overflow:visible; }
.mini-right-nav .navtext:hover {text-decoration:none;}
.mini-right-nav .navtext span{
    color:#fff;
}
.mini-right-nav img{
    width: 20px;
    position: relative;
    z-index: 1;
}
.mini-right-nav{
    position: fixed;
    top: calc(30% + 210px);
    z-index: 999;
    right: 0px;
}
/*********tab**************/
.aanbod-detail-tab-sec .tab-sec{
	width: 420px;
	display: inline-block;
}
.aanbod-detail-tab-sec .tab-sec .irrulen-tab .nav-link{
	background-image:url('../images/kenteken button.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	color: #1c1c1c;
	position: relative;
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item.irrulen-tab {
    border: 2px solid transparent;
}
/*.aanbod-detail-tab-sec .tab-sec .irrulen-tab .nav-link:after {
	position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 18px solid #ffc801;
    border-bottom: 20px solid transparent;
    right: -12px;
    bottom: 4px;
}*/
.aanbod-detail-tab-sec .tab-content{
	width: calc(100% - 420px);
	display: inline-block;
	margin-left: auto;
	padding: 0px 190px 0 150px;
}
.tab-area-wrap{
	display: flex;
	flex-direction: row;
}
.aanbod-detail-tab-sec{
	padding: 50px 0 16%;
}
.aanbod-detail-tab-sec .nav-tabs {
	border-bottom: 0px;
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item {
	border:2px solid #fff;
	text-align: center;
	background-color: transparent;
	font-size: 14px;
	font-family: 'NunitoSansRegular';
	display: block;
	width: 100%;
	max-width: 220px;
	margin-left: auto;
	margin-bottom: 15px;
}
/*.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item a:hover{
	color: #fff;
	background-color: #4e8e47;
}*/
.aanbod-detail-tab-sec .nav-tabs .nav-link {
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	border: none;
	padding: 15px 0;
	color: #fff;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link.active {
	background-color: #fff ;
	color: #1c1c1c;
}
.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: 'NunitoSansRegular';
	font-size: 14px;
	color: #fff;
	padding-bottom: 10px;
	word-break: break-word;
}
.aanbod-detail-tab-sec .bullet-panel ul li {
	padding-left: 20px;
	position:relative;
	font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing h4 {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.aanbod-detail-tab-sec p{
	color: #fff;
}
.bullet-panel{
	margin-bottom:20px;
}
.bullet-panel h3{
	border-bottom: 1px solid #fff;
}
.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;
    color: #fff;
}
.kenmerken-tab ul li {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	font-family: 'NunitoSansRegular';
}
.related-car .section-heading{
	position: relative;
	padding: 80px 100px 30px 170px;
}
.related-car h3{
	color: #fff;
}
.related-car{
	padding: 160px 0 200px;
	border-bottom: 1px solid #979797;
}
.aanbod-dtl-data-table-area, .related-car{
	display: inline-block;
	width: 100%;
}
/*****************diensten dtl****************/
.back-btn-wrap .common-btn{
	margin-left: 80px;
}
.diensten-auto-import{
	padding: 50px 0 200px;
}
.diensten-dtl-top-sec table{
	width: 100%;
	margin-top: 40px;
}
.diensten-dtl-top-sec td{
	width: 50%;
	vertical-align: top;
}
.diensten-dtl-top-sec td p, .diensten-dtl-top-sec h3{
	color: #fff; 
}
.diensten-dtl-top-sec td:nth-child(odd){
	padding-right: 50px;
}
.diensten-dtl-top-sec td:nth-child(even){
	padding-left: 50px;
}
.diensten-dtl-top-sec{
	width: calc(100% - 420px);
	margin-left: auto;
	padding-right: 100px;
	padding-left: 60px;
	margin-top: -55px;
}
.back-btn{
	padding-top: 100px;
}
.diensten-dtl-top-sec{
	padding-bottom: 100px;
}
.diensten-dtl-middle-block .left-content p{
	margin-bottom: 0;
}
.diensten-dtl-middle-block .right-image-wrap{
	padding-left: 50px;
}
.diensten-dtl-form .form-area h3{
	color: #1c1c1c;
}
.diensten-dtl-form .col-lg-4{
	background: #141414;
}
.diensten-dtl-form p{
	line-height: 35px;
}
.diensten-dtl-form .form-area{
	padding: 50px 130px 30px 170px;
}
.diensten-dtl-form .form-styl:focus {
	box-shadow: none;
	background-color:transparent;
	color: #141414;
}
.diensten-dtl-form .form-styl:placeholder {
	color: #141414;
}
.diensten-dtl-form .form-styl:-ms-input-placeholder {
	color: #141414;
	opacity: 1;
}
.diensten-dtl-form .form-styl::placeholder {
	color: #141414;
	opacity: 1;
}
.diensten-dtl-form .form-left{
	background-color:#191919;
	width: 500px;
    position: absolute;
    bottom: -60px;
    right: -80px;
    z-index: 1;
    padding: 60px 60px 60px 100px;
}
.diensten-dtl-form .form-left p img{
	margin-left: 0;
}
.diensten-dtl-form .form-left p .dot{
	width: 10px;
	margin-right: 24px;
}
.diensten-dtl-form .form-left h4{
	font-size: 36px;
}
.diensten-dtl-slider h3{
	color: #fff;
	font-family: 'NunitoSansRegular';
}
.diensten-dtl-slider{
	padding: 200px 0 80px;
	border-bottom: 1px solid #979797;
}
.each-bottom-image{
	position: relative;
	cursor: pointer;
}
.each-bottom-image:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #000;
	opacity: 0.3;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-bottom-image:before{
	position: absolute;
	bottom: 0;
	width: 72%;
	height: 10px;
	content: '';
	background-color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	z-index: 3;
	opacity: 0;
}
.each-bottom-image:hover:after{
	/*opacity: 0;*/
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-bottom-image:hover:before{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-bottom-heading{
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.gallery-box-heading {
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.gallery-box-details {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    /*background-color: rgba(0,0,0,0.5);*/
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 2;
}
.text-box {
    position: absolute;
    top: 20%;
    transform: translateY(-20%);
    left: 0;
    width: 100%;
    text-align: left;
    padding:0px 20px;
}
.gallery-box-details h4{
	text-align: center;
	margin-bottom: 20px;
}
.gallery-box-details p{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-gallery-box:hover .gallery-box-details {
    bottom: 0;
    height: 100%;
}
.each-gallery-box:hover .gallery-box-heading {
    bottom: -50px;
}
.diensten-dtl-slider .section-heading{
	padding: 0 120px;
	position: relative;
}
.diensten-dtl-slider .border-btn{
	max-width: 270px;
}
.bottom-slider-wrapper{
	position: relative;
	margin-top: 80px;
}
.bottom-slider-arrow img{
	width: 20px;
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.bottom-slider-arrow{
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 60px;
	z-index: 1;
	display: flex;
	align-content: center;
	justify-content: center;
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-bottom-image:hover .bottom-slider-arrow{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.diensten-bottom-slider .swiper-button-next{
	right: -70px;
}
.diensten-bottom-slider .swiper-button-prev{
	left: -70px;
}
.diensten-dtl-form.footer-upper-sec:after {
    width: calc(100% - 33.33%);
	background-color: #ffffff;
}
.middle-sec.diensten-dtl-middle-block .left-content:after{
	width: 120vw;
}
.diensten-dtl-back-btn {
	text-align: right;
}
.diensten-dtl-back-btn .common-btn {
	margin-left: 0px;
	margin-right: 80px;
}
.diensten-dtl-top-new {
	width: 100%;
}
/*******************zoek********************/
.diensten-listing.Zoekopdracht-block-area .each-listing-blog:nth-child(odd){
	background-color: #f6f6f6;
}
.diensten-listing.Zoekopdracht-block-area .each-listing-blog:last-child .each-listing-blog-content{
	padding-top: 140px;
	padding-bottom: 140px;
}
.Zoekopdracht-block-area .each-listing-blog-content p{
	margin-bottom: 0;
}
.zoek-table-area table{
	width: 100%;
}
.zoek-table-area td h4{
	color: #121212;
	margin-bottom: 30px;
}
.zoek-table-area td p{
	color: #131313;
	margin-right: 30px;
	text-align: justify;
}
.zoek-table-area td h3{
	 font-family: 'NunitoSansLight';
	font-size: 99px;
	margin-top: -20px;
	margin-right: 60px;
}
.zoek-table-area{
	background-color: #fff;
	padding: 150px 0 20%;
}
.zoek-table-wrap{
	max-width: 1150px;
	width: 100%;
	margin: auto;
}
.zoek-table-wrap tr{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 80px;
    margin-bottom: 80px;
    display: inline-block;
}
.zoek-table-wrap tr:last-child{
	border-bottom: 0;
}
.zoek-table-wrap td{
	vertical-align: top;
}
.zoek-form-sec h3{
	font-size: 36px;
}
.zoek-form-sec .form-panel{
	padding: 80px 130px 60px;
}
.zoek-form-wrap{
	max-width: 1260px;
	width: 100%;
	margin: auto;
	margin-top: -350px;
}
.zoek-form-wrap textarea.form-control {
    height: 130px;
}
.zoek-product{
	padding-top: 120px;
}
.zoek-product .section-heading{
	top: 170px;
}
.zoek-product{
	border-bottom: 1px solid #434343;
}
.zoek-product .auto-importent-area .txt-btn {
    margin-right: 0px;
}
.zoek-product .auto-importent-area{
	padding: 200px 0 50px;
}
.zoek-product .auto-importent-area {
    padding-right: 30px;
    padding-left: 50px;
}
/******************diensten import*****************/
.auto-importent-area li{
	font-family: 'NunitoSansRegular';
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}
.auto-importent-area li:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 4px;
	width: 4px;
	content: '';
	background-color: #fff;
	border-radius: 100%;
	left: -15px;
}
.auto-importent-area ul{
	margin-top: 70px;
}
/**************************overons*******************/
.overons-middle-block .each-listing-image{
	padding-left: 0;
	width: calc(41.667% + 70px);
	background: #141414;
	bottom: -70px;
}
.overons-middle-block .each-listing-blog-content, .overons-middle-block .each-listing-blog:last-child .each-listing-blog-content{
	padding: 86px 0;
	max-width: 670px;
}
.overons-middle-block .each-listing-blog-content p{
	margin: 0;
}
.overons-middle-block .each-listing-blog-content h3{
	margin-bottom: 30px;
}
.counter-area {
    background-color: #191919;
    width: 500px;
    position: absolute;
   	bottom: 50px;
    left: -40px;
    z-index: 1;
    padding: 60px 100px;
    -webkit-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.7);
    box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.7);
}
.counter-area li {
    font-size: 18px;
    color: #fff;
    font-family: 'NunitoSansRegular';
    margin-bottom: 20px;
}
.counter-area h4{
	color: #1c1c1c;
}
.counter-area span {
    background-color: #fff;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    color: #1c1c1c;
    font-family: 'NunitoSansRegular';
    font-size: 24px;
    letter-spacing: 0.5px;
    margin-right: 30px;
}
.overons-gallery-slider{
	padding-bottom: 17%;
}
.tick-area ul li {
    display: inline-block;
    width: 49%;
    padding-left: 80px;
    position: relative;
    font-family: 'NunitoSansBold';
    font-size: 20px;
    color: #1c1c1c;
    margin-top: 50px;
    vertical-align: top;
}
.tick-area ul li:before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/check.svg) no-repeat center center / 42px;
    content: '';
    width: 42px;
    height: 42px;
    background-size: 40px;
}
.overons-bottom-sec .col-lg-5{
	-ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
}
.overons-bottom-sec .col-lg-7{
	-ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
}
.overons-bottom-sec:after{
	width: calc(100% - 34%);
	background-color: #ffffff;
}
.overons-bottom-sec .upper-content p{
	margin-bottom: 0;
}
.overons-bottom-sec .upper-content {
    max-width: 760px;
    width: 100%;
    margin: auto;
    padding: 0px;
}
.team-member-sec{
	padding:80px 0 280px;
}
.team-member-sec .each-member img{
	width: 60% !important;
}
.member-slider{
	display: flex;
	justify-content: space-evenly;
}
.each-member img{
	margin-left: auto;
	margin-right: auto;
}

.member-slider-wrap{
	position: relative;
	padding:60px 30px 0;
}
.member-dtl h4{
	margin:30px 0 10px;
}
.member-slider-wrap .common-arrow, .overons-bottom-gallery .common-arrow{
	width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 100%;
}
.member-slider-wrap .swiper-button-prev{
	left: -80px;
}
.member-slider-wrap .swiper-button-next{
	right: -80px;
}
.overons-bottom-gallery{
	padding-top: 170px;
}
.overons-bottom-gallery h3{
	margin-bottom: 60px;
	font-family: 'NunitoSansRegular';
}
.overons-bottom-gallery .swiper-button-next{
	right: 44%;
}
.overons-bottom-gallery .swiper-button-prev{
	left: 44%;
}
.overons-bottom-gallery .common-arrow{
	bottom: 20px;
	top: auto;
	transform: translateY(0);
}
.diensten-listing .overons-counter-left {
	background-color: #f6f6f6 !important;
}
.overons-bottom-sec {
	background-color: #ffffff;
}
.overons-slider-heading h3 {
	font-family: 'NunitoSansRegular';
}
.member-dtl h4 {
	font-family: 'NunitoSansBold';
}
/********************thank u*******************/
.thanku-banner .common-btn{
	margin-top: 60px;
}
.thanku-banner .common-btn:hover{
	color:#fff;
	background-color: #006ea3;
	border: 2px solid #006ea3;
}
.thanku-banner{
	height: 100vh;
}
.thanku-social ul {
	border: 1px solid #fff;
    padding: 10px 15px 0px 15px;
}
.thanku-banner-content {
	bottom: 215px;
	padding-left: 125px;
}
/********************pop up****************/
.modal-area .modal-dialog {
    max-width: 1170px;
    margin-top: 10%;
}
.close-img {
    position: absolute;
    top: 30px;
    right: 30px;
}
.close-img img {
    width: 30px;
}
.modal-area .modal-content{
	border: 0;
	border-radius: 0;
}
.popup-content p{
	color: #1c1c1c;
	margin: 50px 0 90px;
    line-height: 26px;
    text-align: justify;
}
.pop-up-image img{
	height: 100%;
	object-fit: cover;
}
.popup-content{
    padding: 130px 60px 100px;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    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);
}
.mm-menu .mm-listview>li .mm-next:after, .mm-menu .mm-btn:before {
    border-color: #fff;
}
.mm-listview>li .mm-next:before {
  	border-color: rgba(255,255,255,0.2);
}
#mobile-contact-bar {
    display: none;
}
#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: 4px 0 6px 30px;
}
.star_icon h3{
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: 15px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}
.star_icon p img{
  width: 15px;
  margin-top: -3px;
  margin-right: 5px;
}
.star_icon p{
  font-family: 'A2TypeNewRailMedium';
  font-size: 14px !important;
  color: #fff;
  padding-bottom: 6px;
  word-break: break-word;
}
.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;
}

/*************werkplaats airco service dtl***********/
.werkplaats-auto-import {
	padding: 90px 0px 200px 0px;
}
.werkplaats-auto-import ul {
	margin-top: 10px;
}
.werkplaats-auto-import ul li {
	font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.werkplaats-dtl-top-sec {
	width: calc(100% - 280px)
}

/******************diensten dtl garantie********************/
.diensten-dtl-garantie-content {
	margin-top: 80px;
}
.each-garantie {
	padding-right: 50px;
}
.each-garantie h3 {
	font-family: 'NunitoSansRegular';
	font-size: 36px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.each-garantie hr {
	background-color: #fff;
	width: 100%;
	height: 3px;
	margin: 30px 0px;
}
.each-garantie ul {
	margin-bottom: 20px;
	list-style: initial;
	padding-left: 20px;
}
.each-garantie ul li {
	font-family: 'NunitoSansRegular';
	font-size: 24px;
	color: #fff;
}
.each-garantie ul li::after {
	display: none;
}
.each-garantie .garantie-price {
	margin-left: 25px;
	font-family: 'NunitoSansBold';
}

/************vacature detail*************/
.vacature-download-btn {
	margin-top: 50px;
}
.vacature-footer-gap {
	padding: 90px 0px;
}
.vacature-dtl-middle-right {
	float: right;
}
.vacature-dtl-middle-right ul {
	margin-top: 0px;
}
.vacature-dtl-middle-right ul li {
	margin: 20px 0px 40px 0px;
	font-family: 'NunitoSansBold';
}
.vacature-dtl-middle-right ul li::after {
	display: none;
}
.vacature-dtl-middle-right img {
	width: 52px;
	margin-right: 30px;
}

/****************vacature list**********************/
.vacature-list-top {
	padding: 100px 0px;
}
.each-vacature-list-left {
	padding: 150px 0px 150px 120px;
}
.vacature-listing .each-listing-blog:nth-child(odd) .vacature-dtl-middle-right ul li {
	color: #1c1c1c;
}
.vacature-listing .each-listing-blog:nth-child(odd) .vacature-dtl-middle-right ul li img {
	filter: invert(1) !important;
}
.list-image-block .vacature-dtl-middle-right {
	float: left;
	padding-left: 160px;
}
.list-image-block .vacature-dtl-middle-right li {
	font-family: 'NunitoSansBold';
    font-size: 24px;
}

/* Privacy */
.privacy_section{
    padding-bottom: 80px;
}

.privacy_sec h3{
	color: #ffffff;
}

.privacy_sec p{
	color: #ffffff;
}

/* Verkocht and Aanbod No record Section */
.no_record_found{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	padding: 80px 0px 80px 0px;
}

/******/
.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;
}

/****Aanbod grid list*****/
.raster {
    opacity: 0.5;
}

.aanbod-each-filter-grid {
    font-size: 14px;
    color: #fff;
    font-family: 'NunitoSansRegular';
    border: 2px solid #fff;
    text-align: center;
    line-height: 48px;
    height: 50px;
    margin-top: 10px;
    opacity: 0.5;
}
.aanbod-each-filter-grid img {
    width: 25px;
    margin-right: 10px;
    margin-top: -5px;
    display: inline-block;
}
.aanbod-each-filter-grid.active {
    opacity: 1;
}

.aanbod-detail-tab-sec h3
{
	color: #fff;
}

/*****Aanbod search btn*****/
.selection-area .form-control-feedback{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
}
.selection-area .form-control-feedback img{
	width: 18px;
}
.search-btn::placeholder {
	color: #fff;
}
.search-btn::-ms-input-placeholder {
	color: #fff;
}
.search-btn::placeholder {
	color: #fff;
}
.search-btn{
	color: #fff;
	padding: 0 30px 0 50px;
}
.diensten-listing{
	border-bottom: 1px solid #979797;
}

/*******footer mobile nav*******/

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

@media (max-width: 767.98px){
	#mobile-contact-bar img{
		width: 20px;
	}
    #mobile-contact-bar {
        box-sizing: border-box;
        font-size: 1rem;
        opacity: 1;
        position: fixed;
        width: 100%;
        z-index: 9998;
        left: 0;
        bottom: 0;
        display: block !important;
    }
    #mobile-contact-bar-outer {
      background-color: #000000;
      box-sizing: border-box;
      height: 45px;
      overflow: hidden;
      width: 100%;
    }
    #mobile-contact-bar ul {
      box-sizing: border-box;
      line-height: 0;
      list-style-type: none;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      width: 100%;
      font-size: 0;
    }
    #mobile-contact-bar ul li {
      box-sizing: border-box;
      display: inline-block;
      line-height: 45px;
      text-align: center;
      height: 45px;
      width: 25%;
    }
    #mobile-contact-bar ul li a {
      color: rgba(255,255,255,0.9);
      cursor: pointer;
      display: block;
      height: 100%;
      position: relative;
      z-index: 9998;
    }
    .li_color {
      border-left: 1px solid #FFFFFF;
    }
  }
  
#esos-widget {
padding-bottom: 130px;
}

.diensten-iframe {
    padding-bottom: 90px;
}
header .dropdown-menu{
	border-radius: 0;
	min-width: 105px;
	padding: 6px 10px;
	margin-top: 0;
}
header .dropdown-menu a{
	color: rgba(20, 20, 20, 0.60);
	font-size: 16px;
	display: block;
	letter-spacing: normal;
}
header .dropdown-menu a:hover{
	opacity: 1;
	color: #141414;
}
header .dropdown-menu a:not(:last-child){
	border-bottom: 1px solid rgba(0,0,0,0.15);
	margin-bottom: 2px;
  	padding-bottom: 2px;
}
header li.dropdown:hover .dropdown-menu{
	display: block;
}