@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #fff;
}
#page{
	overflow: hidden;
	position: relative;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.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);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*************side area**********/
.mini-right-nav{
	position: fixed;
	top: 38%;
	z-index: 999;
	right: 2%;
}
.mini-right-nav li{
	margin: 0px 0 2px;
	padding: 0;
	width: 50px;
	display: block;
	position: relative;
}
.mini-right-nav li a{
  	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #1a1a1a;
}
.mini-right-nav span {
	font-family: 'NunitoSansRegular';
	font-size:14px;
	bottom: 0;
	letter-spacing: 0.5px;
	right: 50px;
	line-height: 50px;
	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% + 50px);
	content: '';
	background-color:#1a1a1a;
	height: 50px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav a:hover span{ 
	width:auto; 
	padding:0 25px 0 35px;
	overflow:visible; 
}
.mini-right-nav a:hover {
	text-decoration:none; 
	color: #fff;
}
.mini-right-nav a span{
	color:#fff;
}
.mini-right-nav img{
	width: 20px;
	position: relative;
	z-index: 1;
	object-fit: contain;
}
.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}

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

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

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}
/*************header**********/
.header-area{
	background: #1a1a1a;
	padding: 30px 0;
}
.desktop-nav, .desktop-nav.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link:hover{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
    opacity: .5;
}
.desktop-nav .nav-item{
	font-size: 16px;
    font-family: 'nunito_sansbold';
    padding-left: 70px;
    text-transform: uppercase;
}
.desktop-nav .navbar-brand img{
	width: 300px;
}
.desktop-nav li.nav-item.active a{
	color: #fff;
	opacity: .5;
}
/******fixed header***********/
.header-area{
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
  }
  .header-fixed{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    animation: smoothScroll 1s forwards;
    background: #242424;
  }
  @keyframes smoothScroll {
    0% {
      transform: translateY(-40px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  .header-fixed .top-bar{
    display: none;
  }
/***************banner*************/
.banner-sec{
	background: #1a1a1a;
	position: relative;
}
.banner-sec .common-btn{
	border-color: #fff;
	color: #fff;
}
.banner-sec .common-btn:hover{
	background: #A4070E;
	border-color: #A4070E;
}
.banner-sec:before{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 35%;
	content: '';
	background: #fff;
}
.banner-slider{
	position: relative;
}
.banner-content{
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 1;
}
.banner-content-wrap{
	max-width: 650px;
	width: 100%;
}
.banner-content-wrap p{
	margin: 30px 0 60px;
	color: #fff;
}
.slider-control {
    position: relative;
    background: #1a1a1a;
    max-width: 590px;
    width: 100%;
    height: 120px;
}
.slider-control .swiper-button-prev{
	left: 30px;
}
.slider-control .swiper-button-next{
	right: 30px;
}
.slider-control .swiper-pagination{
	top: 41%;
	width: 100%;
}
.slider-control .swiper-pagination-bullet{
	width: 97px;
	height: 3px;
	border-radius: 0;
	opacity: 0.25;
	background: #fff;
	margin: 0 15px;
}
.slider-control .swiper-pagination-bullet-active{
	opacity: 1;
	background: #9f9f9f;
}
/***************product***********/
.product-sec{
	padding: 100px 0;
}
.sec-heading{
	margin-bottom: 100px;
}
.product-sec .sec-heading p{
	margin-right: 50px;
    position: relative;
    left: -70px;
}
.product-dtl{
	background: #1a1a1a;
	padding: 30px 20px;
}
.product-dtl table {
    width: 100%;
    margin: 25px 0;
}
.product-dtl table td {
    font-family: 'NunitoSansRegular';
    font-size: 18px;
    color: #9f9f9f;
}
.product-dtl table td:nth-child(2){
	text-align: center;
}
.product-dtl table td:last-child{
	float: right;
}
.product-dtl h4{
	margin-bottom: 10px;
}
.product-dtl h5{
	height: 40px;
	overflow: hidden;
}
.product-price h5, .product-dtl .text-right h5{
	height: auto;
}
.product-dtl h5 span {
    font-family: 'NunitoSansRegular';
}
/************gallery sec************/
.gallery-sec{
	padding: 4px;
}
.gal-item {
    overflow: hidden;
    padding: 4px;
}
 .box {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.box img {
    height: 100%;
    object-fit: cover;
}
.gallery-heading {
    position: absolute;
    z-index: 1;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    bottom: 30px;
    left: 30px;
}
.gallery-dtl {
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.6);
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 1;
}
.text-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    text-align: center;
}
.gallery-sec .box:hover .gallery-heading{
    bottom: -100%;
}
.gallery-sec .box:hover .gallery-dtl {
    height: 100%;
}
.gallery-dtl .text-box img{
	max-width: 200px;
}
.gallery-sec .logo-block .box .gallery-dtl {
  height: 100%;
}
.gallery-sec .logo-block .box:hover .gallery-dtl {
  height: 0%;
}
.gallery-sec h4{
	font-family: 'NunitoSansRegular';
}
/************content block********/
.content-block{
	background: #1a1a1a;
	padding-top: 100px;
	position: relative;
}
.content-wrapper h2, .content-wrapper p{
	color: #fff;
}
.content-wrapper p{
	margin: 30px 0 50px;
}
.content-wrapper{
	max-width: 670px;
    width: 100%;
    padding: 60px 0 100px;
}
.img-block{
	position: absolute;
	z-index: 1;
}
/**********testimonial************/
.testimonial-sec{
	padding: 120px 0;
	position: relative;
}
.testimonial-sec h2{
	margin-bottom: 100px;
}
.each-slide h3{
	color: #1a1a1a;
	position: relative;
}
.each-slide h3:before{
	position: absolute;
	top: 0;
	left: -90px;
	width: 50px;
	height: 50px;
	content: '';
	background-image: url(../images/quote.png);
	background-size: cover;
	background-position: center;
}
.each-slide p{
	margin-top: 25px;
	text-align: justify;
}
.each-slide{
    padding-left: 90px;
    padding-right: 30px;
}
/**************footer**************/
.footer-area{
	background: #1a1a1a;
	padding: 80px 0 60px;
}
.each-footer-info h4{
	font-family: 'NunitoSansRegular';
	margin-bottom: 40px;
}
.each-footer-info li a{
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}
.each-footer-info li:last-child a{
	margin-bottom: 0;
}
.each-footer-info a{
	color: rgba(255, 255, 255, 0.5);
}
.each-footer-info a:hover{
	color: #fff;
}
.each-footer-info p{
	line-height: 40px;
	color: rgba(255,255,255,0.5);
	white-space: nowrap;
}
.each-footer-info iframe {
    margin-top: -30px;
}
.footer-area .col-lg-4 .each-footer-info{
	padding-left: 100px;
}
.footer-area .col-lg-2 .each-footer-info{
	padding-left: 0;
}
.footer-logo-img{
	width: 420px;
	padding-right: 40px;
}
.klaten-block{
	margin-left: -40px;
}
.each-footer-info td:first-child{
	padding-right: 15px;
}
.footer-klanten {
    margin-right: 110px;
}
.each-footer-info.klaten-block img {
    width: 50%;
}
/**************diensten list***********/
.inner-pg-nav{
	top: 18%;
}
.listview-sec .img-block, .listview-sec .content-wrapper{
	position: relative;
	z-index: 1;
}
.listview-sec{
	background: #fff;
	padding-top: 100px;
}
.each-list .content-wrapper{
	padding: 0 0 0 16%;
	max-width: 790px;
}
.each-list .content-wrapper p{
	text-align: justify;
	display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-list:nth-child(odd) .content-wrapper h2, .each-list:nth-child(odd) .content-wrapper p {
    color: #1a1a1a;
}
.each-list .common-btn{
	border-color: #cc2132;
	color: #cc2132;
	background: transparent;
}
.each-list .common-btn:hover{
	color: #fff;
	background: #cc2132;
}
.each-list:nth-child(even){
	background: #1a1a1a;
	margin: -100px 0;
    padding: 100px 0;
}
.each-list:nth-child(even) .content-wrapper{
	padding-left: 0;
	padding-right: 16%;
}
.each-list:nth-child(1) .content-wrapper{
	margin-top: -100px;
}
.each-list:last-child .row .content-wrapper{
	margin-top: 100px;
}
.each-list:last-child .row.flex-row-reverse .content-wrapper{
	margin-top:0;
}
/******************verkocht**************/
.verkocht-product{
	padding-bottom: 70px;
	border-bottom: 1px solid #e5e5e5;
}
.verkocht-product .each-product{
	margin-bottom: 30px;
}
/******************aanbod**************/
.aanbod-filter-sec {
	padding: 60px 0;
}
.aanbod-product.product-sec{
	padding-top: 0;
}
.aanbod-product{
	padding-bottom: 130px;
}
.select-box {
	margin-bottom: 6px;
}
.aanbod-filter-wrapper {
	padding: 0 25px;
}
.select-style {
	width: 100%;
    border-radius: 0;
	border: 0;
    height: 54px;
    line-height: 54px;
    font-family: 'nunito_sanslight';
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.png) #1c1c1c no-repeat 90% center/9px;
    color: #fff;
    padding: 0 20px;
}
.aanbod-each-filter-grid {
	font-size: 16px;
    color: #1c1c1c;
    font-family: 'NunitoSansRegular';
    border: 2px solid #1c1c1c;
    text-align: center;
    line-height: 52px;
    height: 54px;
    margin: 0 2px 6px 0;
    opacity: 0.5;
	/*display: inline-block;*/
	padding:0 9%;
}
.aanbod-each-filter-grid img {
	width: 18px;
    margin-right: 10px;
    margin-top: -5px;
}
.aanbod-each-filter-grid.active {
	opacity: 1;
}
.aanbod-filter-sec .common-btn {
	max-width: 100%;
	height: 54px;
	line-height: 52px;
	background: transparent;
	color: #1a1a1a;
	border-color: #1a1a1a;
	margin-bottom: 6px;
}
.aanbod-filter-sec .common-btn:hover {
	color: #fff;
	background: #1a1a1a;
}
.grid-area{
	max-width: 210px;
	width: 100%;
}
/***************aanbod List*************/
.aanbod-list1 .col-lg-4{
	-ms-flex: 0 0 37%;
	flex: 0 0 37%;
	max-width: 37%;
}
.aanbod-list1 .col-lg-8{
	-ms-flex: 0 0 63%;
	flex: 0 0 63%;
	max-width: 63%;
}
.aanbod-list1 h3{
	font-family: 'nunito_sansextrabold';
	margin-bottom: 10px;
}
.aanbod-list1 h4{
	font-family: 'nunito_sansbold';
	margin-bottom: 60px;
	height: 60px;
    overflow: hidden;
}
.aanbod-list1 .col-lg-7 h4, .aanbod-list1 h4 span{
	font-family: 'NunitoSansRegular';
}
.aanbod-list1 .text-right h4{
	height: auto;
}
.aanbod-list1 .product-dtl table td{
	font-size: 24px;
	text-align: left;
	float: none;
}
.aanbod-list1 .product-dtl{
	padding: 0 6%;
	width: 100%;
}
.aanbod-list1 .each-product{
	margin-right: 6%;
}
.aanbod-list1{
	padding-bottom: 70px;
}
.aanbod-list1 .common-btn{
	color:#A4070E;
	border-color: #A4070E;
}
.aanbod-list1 .common-btn:hover{
	background: #A4070E;
	color: #fff;
}
/*****************vacature*********************/
.vacature-list-sec {
	padding: 100px 0 80px;
	border-bottom: 1px solid #e5e5e5;
}
.vacature-list-wrapper {
	padding: 0 40px;
}
.vacature-list-text {
	padding: 40px 35% 0 0;
}
.vacature-list-text h3 {
	color: #1a1a1a;
}
.vacature-list-text p {
	margin: 20px 0 45px;
}
.each-vacature-list {
	margin-bottom: 75px;
	padding: 0 10px;
	overflow: hidden;
}
.vacature-list-img{
	overflow: hidden;
}
.vacature-list-img img{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-vacature-list:hover .vacature-list-img img{
	transform: scale(1.1);
} 
    
/********************contact************************/
.contact-sec {
	background-color: #eeeeee;
	padding: 70px 0 100px;
}
.contact-sec h2 {
	margin-bottom: 75px;
}
.form-styl {
	font-size: 16px;
	font-family: 'NunitoSansRegular';
    color: #1a1a1a;
    padding: 34px 30px;
    resize: none;
    background-color: #fff;
    border-radius: 0;
    border: none;
}
.form-styl::placeholder {
	font-size: 16px;
	font-family: 'NunitoSansRegular';
    color: #1a1a1a;
}
.form-styl:-moz-placeholder {
	font-size: 16px;
	font-family: 'NunitoSansRegular';
    color: #1a1a1a;
}
.form-styl::-moz-placeholder {
	font-size: 16px;
	font-family: 'NunitoSansRegular';
    color: #1a1a1a;
}
.form-styl:focus {
	box-shadow: none;
	color: #1a1a1a;
}
.form-styl.foto_upload{
	padding-top: 0;
	padding-bottom: 0;
	height: 68px;
	line-height: 68px;
}
.contact-time-sec table {
	display: inline-block;
    width: 49%;
    margin-top: 50px;
    vertical-align: top;
}
.contact-time-sec table td {
	font-family: 'nunito_sanslight';
	font-size: 16px;
	color: #fff;
}
.contact-time-sec table td:nth-child(even) {
	padding-left: 30px;
}
.contact-time-sec table tr:last-child td{
	padding-top: 20px;
}
.contact-map-sec .vacature-dtl-top-img {
	height: 680px;
	margin-right: 120px;
}
.contact-map-sec {
	padding-top: 10px;
}
.contact-map-sec .vacature-dtl-top-text {
	padding: 0 20% 0 10% !important;
}
/***********************vacature dtl*****************************/
.vacature-dtl-bk-btn {
	position: relative;
}
.vacature-dtl-bk-btn .common-btn {
	position: absolute;
	right: 6%;
	top: 60px;
	z-index: 1;
	background: transparent;
	color: #9f9f9f;
}
.vacature-dtl-bk-btn .common-btn:hover {
	background: #9f9f9f;
	color: #fff;
}
/***top***/
.vacature-dtl-top-wrapper {
	padding: 10px;
}
.vacature-dtl-top-text {
	padding: 27% 20% 12% 10%;
}
.vacature-dtl-top-text h2 {
	margin-bottom: 35px;
}
.vacature-dtl-top-img {
	padding-right: 120px;
}
/**vacature-form**/
.vacature-dtl-form {
	padding: 170px 0 195px;
}
/***vacature-middle******/
.vacature-dtl-middle-sec {
	padding: 215px 0 200px;
	background-color: #1a1a1a;
}
.vacature-dtl-middle-sec h2 {
	margin-bottom: 40px;
	color: #fff;
}
.vacature-dtl-middle-sec p {
	color: #fff;
}
.vacature-dtl-middle-sec table {
	width: 100%;
}
.vacature-dtl-middle-sec table td {
	width: 50%;
	vertical-align: top;
}
.vacature-dtl-middle-sec table td:nth-child(odd) {
	padding-right: 90px;
}
.vacature-dtl-middle-sec table td:nth-child(even) {
	padding-left: 90px;
}
/*****vacature contact******/
.cv-upload {
	padding: 22px 20px;
	font-family: 'nunito_sansbold';
	background-color: #9f9f9f;
	color: #fff;
	text-align: center;
}
.vacature-dtl-form textarea {
	padding: 30px;
}
/**********************diensten dtl*******************************/
.diensten-dtl-btm-sec {
	padding: 6px 0;
	border-bottom: 1px solid #e5e5e5;
}
.diensten-dtl-btm-gal .col-lg-6 {
	overflow: hidden;
	padding: 4px;
}
.each-diensten-dtl-gal {
	height: 100%;
	position: relative;
	overflow: hidden;
}
.each-diensten-dtl-gal img {
	height: 100%;
	object-fit: cover;
}
.each-diensten-dtl-gal h4 {
	font-family: 'NunitoSansRegular';
	font-size: 24px;
	color: #fff;
}
.diensten-dtl-btm-text {
	max-width: 670px;
    width: 100%;
    padding: 130px 0;
}
.diensten-dtl-btm-text p {
	margin: 30px 0 55px;
}
.diensten-dtl-middle .content-wrapper {
	padding: 100px 0 200px;
}
.diensten-dtl-btm-sec .each-diensten-dtl-gal:hover .gallery-heading{
    bottom: -100%;
}
.diensten-dtl-btm-sec .each-diensten-dtl-gal:hover .gallery-dtl {
    height: 100%;
}
/********************************aanbod-dtl****************************************/
.aanbod-dtl-bk-btn {
	padding: 35px 0;
}
.aanbod-dtl-bk-btn .col-lg-7{
	position: relative;
	z-index: 99 !important;
}
.aanbod-dtl-bk-btn h3 {
	color: #212121;
}
.aanbod-dtl-bk-btn h4 {
	font-family: 'NunitoSansRegular';
	color: #212121;
	opacity: 0.5;
}
.aanbod-dtl-bk-btn .border-btn {
	color: #9f9f9f;
	border-color: #9f9f9f;
}
.aanbod-dtl-bk-btn .border-btn:hover {
	color: #fff;
	background: #9f9f9f;
}
/****top-slider***/
.aanbod-dtl-top-sec .swiper-container .swiper-slide-next .each-aanbod-dtl-car {
	position: relative;
}
.aanbod-dtl-top-sec .swiper-container .swiper-slide-prev .each-aanbod-dtl-car {
	position: relative;
}
.aanbod-dtl-top-sec .swiper-container .swiper-slide-next .each-aanbod-dtl-car::after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    content: '';
}
.aanbod-dtl-top-sec .swiper-container .swiper-slide-prev .each-aanbod-dtl-car::after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    content: '';
}
.aanbod-dtl-top-sec .common-arrow {
	background-color: transparent;
	border: 0;
}
.aanbod-dtl-top-sec .common-arrow img {
	width: 25px;
	height: auto;
}
.aanbod-dtl-top-sec .swiper-container .swiper-button-prev {
	left: 8%;
}
.aanbod-dtl-top-sec .swiper-container .swiper-button-next {
	right: 8%;
}
/***tab nav*****/
.dtl-tab-sec {
	padding: 80px 0;
	background-color: #eeeeee;
}
.dtl-tab-sec .tab-sec  {
	margin-bottom: 120px;
}
.dtl-tab-sec .tab-sec .nav-tabs .nav-item {
	border-bottom: none;
    text-align: center;
    padding-right: 75px;
    background-color: transparent;
    font-size: 24px;
    font-family: 'nunito_sansbold';
}
.dtl-tab-sec .tab-sec .nav-tabs .nav-link {
	border-radius: 0;
    border: none;
    padding: 0 0 3px;
    color: #212121;
    opacity: 0.5;
    position: relative;
    background-color: transparent;
}
.dtl-tab-sec .tab-sec .nav-tabs .nav-link::after {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #212121;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.dtl-tab-sec .tab-sec .nav-tabs .nav-link.active::after {
	opacity: 1;
}
.dtl-tab-sec .tab-sec .nav-tabs .nav-link.active {
	opacity: 100%;
}
.dtl-tab-sec .tab-sec .nav-tabs {
	border: 0;
}
.dtl-tab-sec .tab-content{
	color: #1c1c1c;
}
.dtl-tab-sec .tab-content ul li {
	font-family: 'NunitoSansRegular';
    font-size: 14px;
    color: #1c1c1c;
    padding-bottom: 10px;
    word-break: break-word;
}
.kenmerken-tab ul li {
	width: 48%;
    display: inline-block;
    vertical-align: top;
}
.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: #1c1c1c;
    font-family: 'nunito_sansbold';
}
.each-onderhoud-block {
	display: flex;
	margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #212121;
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #212121;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block h5 {
	color: #1a1a1a;
	margin: 10px 0px 30px;
}
.each-onderhoud-block h4 {
	color: #1a1a1a;
}
.left-bg-block h6 {
	line-height: 30px;
	color: #fff;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing h4 {
	color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
	padding-bottom: 20px;
}
.bullet-panel {
	margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
	padding-left: 20px;
	position: relative;
	font-family: 'NunitoSansRegular';
}
.dtl-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;
}
/****price block******/
.price-block {
	margin-top: 30px;
}
.price-block .price-dtl {
	padding: 30px;
	background-color: #fff;
}
.price-block .price-dtl h2  {
	margin-bottom: 20px;
}
.price-block .price-dtl h4 {
	font-family: 'nunito_sansbold';
	color: #212121;
	line-height: 40px;
}
.price-block .price-dtl h4 span {
	/*opacity: 0.5;*/
	color: #cc2132;
}
.price-block .price-dtl table {
	width: 100%;
}
.price-block .price-dtl table td:last-child {
	float: right;
}
.price-block .price-btn {
	background-color: #1a1a1a;
	padding: 40px 30px 30px;
}
.price-block .price-btn .common-btn {
	background: transparent;
	max-width: 100%;
	color: #cc2132;
	text-transform: uppercase;
}
.price-block .price-btn .common-btn:hover {
	color: #fff;
	border-color: #cc2132;
	background: #cc2132;
}
.price-block .price-btn .col-xl-6:last-child .common-btn {
	float: right;
}
.tab-wrapper {
	padding-right: 50px;
}
/**gal-sec****/
.aanbod-dtl-gallery-sec {
	padding: 10px 5px 0px 5px;
}
.aanbod-dtl-gallery-sec .gallery-img {
	margin: 0 5px 10px 5px;
}
.aanbod-dtl-gallery-sec .less-gallery-images .col-4:last-child .gallery-img{
	position: relative;
}
.aanbod-dtl-gallery-sec .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background:#000;
	opacity: 0.75;
}
.aanbod-dtl-gallery-sec .gallery-image-content{
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 1;
}
.aanbod-dtl-gallery-sec .gallery-image-content img{
	width: 60px;
	margin-bottom: 10px;
}
.aanbod-dtl-gallery-sec .gallery-image-content h3{
	color: #fff;
	font-size: 24px;
	font-family: 'NunitoSansRegular';
}
.aanbod-dtl-gallery-sec .more-gallery-images{
	display: none;
}
.aanbod-dtl-contact-sec .vacature-dtl-top-wrapper {
	padding-top: 0;
}
.aanbod-dtl-contact-sec .vacature-dtl-top-text {
	padding: 14% 20% 3% 10%;
}
.brand_logo .col-lg-12{
	padding-bottom: 25px;
}
.klaten-image{
	margin-top: 20px;
    margin-left: -20px;
}
.cont-social img {
	width: 24px;
}
.aanbod-dtl-contact-sec .cont-social{
	margin-top: 40px;
}
.cont-social ul li {
	margin-right: 10px;
	display: inline-block;
}
.aanbod-dtl-contact-sec .vacature-dtl-top-text a {
	color: #1a1a1a;
	margin-right: 5px;
}
.aanbod-dtl-contact-sec .vacature-dtl-top-text a:hover {
	opacity: 0.7;
}
.aanbod-dtl-related-pdct {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 90px;
}
/*********************overons*****************/
/****member***/
.overons-member-sec {
	padding: 0 0 115px;
}
.member-text {
	padding-left: 150px;
}
.member-text h2 {
	margin-bottom: 35px;
}
.member-slider {
	margin-top: 100px;
}
/****counter*****/
.overons-counter-sec {
	padding: 180px 0 75px;
	background-color: #1a1a1a;
}
.overons-counter-sec h2 {
	color: #fff;
	margin-bottom: 33px;
}
.overons-counter-sec p {
	color: #fff;
}
.each-counter-box {
	margin-bottom: 40px;
}
.each-counter-box span {
	border: 1px solid #fff;
	width: 140px;
	height: 140px;
	margin-right: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	font-family: 'NunitoSansRegular';
	font-size: 36px;
	color: #fff;
	letter-spacing: 0.5px;
}
.each-counter-box span h3{
	color: #fff;
}
.each-counter-box h3 {
	color: #fff;
	display: inline-block;
}
.each-counter-box:last-child {
	margin-bottom: 0;
}
.conunter-text {
	padding: 95px 150px 0 0;
}
.overons-middle {
	background-color: #fff;
	padding-top: 100px;
}
.overons-middle .content-wrapper h2,
.overons-middle .content-wrapper p{
	color: #1a1a1a;
}
.overons-middle .content-wrapper {
	padding: 160px 0 200px;
}
.overons-gal {
	border-bottom: 1px solid #e5e5e5;
}
.overons-gal .box img {
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.overons-gal .box:hover img {
	transform: scale(1.2);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

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

/* 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;
}
/*********tab**************/
.kenteken_np{
    /*background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;*/
	font-weight: bold;
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
/* 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;
}

.form-1, .form-2 {
	display: none;
	padding: 10% 0;
}
.tab-content h3
{
	color: #000;
}

/***************bedankt********************/
.bedankt-banner-sec {
	position: relative;
}
.bedankt-banner-sec::after {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
}
.bedankt-banner-content {
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}
.bedankt-banner-content h1 {
	margin-bottom: 30px;
}
.reset_btn{
	color:black !important;
	display: block;
	position: absolute;
    right: 0;
    font-size: 13px;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.each-footer-info .cont-social{
	/*margin-top: 20px;*/
}
.each-footer-info .cont-social img{
	width: 25px;
}
.bedankt-banner-content p{
	margin: 30px 0;
	color:#fff;
}
/***overons-mod*****/
.year-box {
	width: 140px;
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #9F2523;
	position: absolute;
	bottom: 0;
}
.year-box h4 {
	font-family: 'NunitoSansRegular';
}
.each-member {
	position: relative;
}
.each-member-name {
	padding: 30px 10px;
    text-align: center;
    background-color: rgba(0,0,0,0.65);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.each-member-name h4 {
	font-family: 'NunitoSansRegular';
}
/*************************popup start**********************************/
.modal-area .modal-dialog {
    max-width: 78%;
    margin: 14% auto 0;
}
/*.modal-area .modal {
	background-color: rgba(255, 255, 255, 0.4);
}*/
.modal-area .close-img {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
	font-size: 18px;
	font-family: 'NunitoSansRegular';
	color: #fff;
	z-index: 1;
}
.modal-area .close-img a
{
	color: #000;
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0px;
    position: relative;
}
.modal-area .popup-content p{
    margin: 30px 0 0;
	color: #fff;
}
.modal-area .popup-content h3{
	color: #fff;
}
.modal-area .popup-content {
    padding: 15% 18%;
	position: relative;
	background-color: #000;
	height: 100%;
}
.modal-area .pop-up-image img{
   height: 100%;
   object-fit: cover;
}
.dtl-tab-sec iframe {
    border: 0; width: 100%; height: 1100px; background: transparent;
}
img.bovag-logo{
	float: right;
	padding-right: 6.8%;
}
.insta-banner-sec{
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
	padding: 8px;
}
.res-logo-styl{
	width: 170px;
}
.side-fixed-logo {
    position: fixed;
    right: 2%;
    z-index: 99;
    top: calc(38% + 180px);
}
.side-fixed-logo img{
	width: 50px;
}
.listview-sec .each-list .content-wrapper img{
    max-width: 200px;
}
.price-block .price-dtl table td:first-child {
  cursor: pointer;
}
.nap_weblabel{
	width:62px;
}
.over_list_block {
	margin-top: 15px;
}
.each_tick ul {
	padding: 0px;
}
.each_tick ul li {
	font-family: 'NunitoSansRegular';
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	background: url(../images/tick.svg) no-repeat left center;
	padding-left: 45px;
	width: 33%;
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
	background-size: 26px;
}
.footer_text_wrapper table tr td {
    color: rgba(255, 255, 255, 0.5);
}
.ft_social tr td {
    padding-bottom: 12px;
}
.ft_social {
	margin-top: 47px;
}
.each-footer-info ul {
	margin-top: 53px;
}
.gallery-sec h2 {
	text-align: center;
    padding: 4% 0;
}
html{font-size: 62.5%}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #cc2132;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 1.3rem 2.5rem;
  	font-size: 1.7rem;
  	font-family: 'nunito_sansbold';
  	cursor: pointer;
  	color: #fff;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 4.5rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 51rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'NunitoSansRegular';
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #cc2132;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #cc2132;
  	background: #cc2132;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-family: 'nunito_sansbold';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #cc2132 !important;
}