@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'LamaSansRegular';
    font-size: 1.6rem;
	background-color: #000;
    color: #fff;
}
html {
    font-size: 62.5%;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/* ====== header ==== */
.header-area{
	position: fixed;
	z-index: 99;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	top: 0;
	left: 0;
	width: 100%;
}
.header-top{
	background-color: #000;
}
.header-wrap{
	padding-left: 6rem;
	padding-right: 6rem;
}
.headrer-btm ul{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5rem;
}
.headrer-btm li a{
	font-family: 'mbcorpostitleregular';
}
.header-top{
	position: relative;
	padding: 2rem 0;
}
.header-top .header-logo{
	width: 27rem;
}
.header-top .header-top-logo{
	width: 4rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
}
.headrer-btm{
	background: rgba(0, 0, 0, 0.70);
	backdrop-filter: blur(10px);
	padding: 2rem 0;
	width: 100%;
}
.common-btn-other {
    max-width: max-content;
    width: 100%;
    font-family: 'mbcorpostitleregular';
    font-size: 1.6rem;
    background-color: transparent;
    border: 1px solid #FFF;
    background-color: #FFF;
    border-radius: 2px;
    padding: 1.2rem 2rem;
    display: inline-block;
    color: #0DABDE;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn-other:active, .common-btn-other:focus, .common-btn-other:hover {
    color: #0DABDE;
    background: transparent;
    border-color: #0DABDE;
}
main{
	padding-top: 12.5rem;
}
/* ====== banner ==== */
.home-banner{
	margin-top: -6.5rem;
}
.home-banner p {
	width: 58%;
	text-align: justify;
}
.home-banner .swiper-slide::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 96.49%);
	content: "";
}
.banner-content{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
}
.banner-content h1{
	margin-bottom: 2.5rem;
}
.banner-content .common-btn{
	margin-top: 3rem;
}
/* ====== car-block ==== */
.car-block {
    padding: 3rem 0 13rem;
}
.car-block h3 {
    margin-bottom: 9rem;
}
.car-top-part {
    margin-bottom: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.34);
}
.car-top-part-info {
    padding: 6rem 5.5rem 5.5rem;
    height: 100%;
}
.car-top .common-arrow {
    background-color: #000;
    height: 4.5rem;
    width: 4.5rem;
}
.car-top .common-arrow img, .car-btm-part .common-arrow img{
	width: 9px;
}
.car-top .swiper-button-prev {
    left: 0;
}
.car-top .swiper-button-next {
    right: 50%;
}
.car-top-part-info table {
    margin: 5rem 0;
}
.car-top-part-info td {
    vertical-align: top;
    padding-right: 9.5rem;
}
.car-top-part-info td:last-child{
    padding-right: 0;
}
.car-top-part-info td p {
    font-family: 'LamaSansMedium';
    color: rgba(255, 255, 255, 0.50);
}
.car-price {
    text-align: end;
}
.car-price p {
    font-family: 'LamaSansMedium';
    color: rgba(255, 255, 255, 0.50);
}
.car-price h6 {
    font-size: 1.6rem;
    font-family: 'LamaSansMedium';
    color: #fff;
}
/* .car-top .swiper-button-next {
    right: 50%;
} */
.car-btm-part .common-arrow {
	width: 12px;
}
.car-btm-part .swiper-button-next {
    right: -8rem;
}
.car-btm-part .swiper-button-prev {
    left: -8rem;
}
.car-block-btn {
    margin-top: 6rem;
}
/* ====== home-mid ==== */
.home-mid .swiper{
	margin-left: -15rem;
}
.home-mid-left{
	position: relative;
	padding-right: 4rem;
}
.home-mid-left h2 {
	width: calc(100% + 13rem);
	position: relative;
	z-index: 1;
	pointer-events: none;
}
.home-mid-left p{
	width: 100%;
	margin: 4rem 0 3rem;
	padding-right: 16rem;
  	text-align: justify;
}
.home-mid-each-slider{
	position: relative;
	overflow: hidden;
}
.home-mid-each-slider h4{
	position: absolute;
	text-align:center;
	padding: 4rem 0;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 37.92px;
	letter-spacing: 0.48px;
	font-family: 'LamaSansRegular';
	color: #fff;
}
.home-mid-each-slider img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home-mid-each-slider:hover img{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	transform: scale(1.1);
}
/* ====== about ==== */
.about-sec {
	background-color: #fff;
	padding: 16.5rem 0 7.5rem;
}
.about-left img {
	padding-right: 17rem;
}
.about-right {
	margin-top: 14.8rem;
}
.about-right h6 {
	color: #000;
	font-size: 1.6rem;
	font-family: 'LamaSansMedium';
	line-height: 25.28px;
	letter-spacing: 0.32px;
}
.about-right h3 {
	color: #000;
  	margin: 1.5rem 0 3.4rem;
}
.about-right p {
	color: #000;
	margin: 5rem 0 4.5rem;
}
/* ====== google-review ==== */
.google-review {
	background-color: #fff;
	padding: 7.5rem 0 10.5rem;
}
.google-review h3 {
	color: #000;
	margin-bottom: 3.5rem;
	text-align: center;
}
.google-review-img {
    width: 100%;
    /*background: #121212;*/
  	border-radius: 8px;
  	padding: 4rem 1.5rem;
}
/* ====== home-btm ==== */
.home-btm {
	background-color: #fff;
	padding-bottom: 7rem;
}
.each-home-btm {
	border: 1px solid #000;
	padding: 2.8rem 2.8rem 4.4rem;
}
.each-home-btm a {
	text-align: left;
    display: flex;
    align-items: start;
    z-index: 3;
}
.each-home-btm span, .each-home-btm a {
    color: #000;
}
.each-home-btm strong {
    display: block;
    font-size: 1.8rem;
    font-family: 'LamaSansSemiBold';
    color: #000;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
.each-home-btm em {
    font-style: normal;
	font-family: 'LamaSansRegular';
	font-size: 1.6rem;
}
.each-home-btm em:hover {
	text-decoration: underline;
}
.each-home-btm img {
	margin-right: 2.5rem;
}
.each-home-btm img {
	width: 2rem;
	margin-top: 4px;
}
/* ====== insta-blog ==== */
.insta-blog {
	padding: 4.5rem 0;
}
.insta-blog-logo {
	margin-bottom: 3.5rem;
}
.insta-blog-logo img {
	width: 40rem;
}
.insta-blog-img {
	padding-left: 6rem;
}
.insta-blog hr {
	background-color: #404040;
	opacity: 1;
	margin-top: 4.5rem;
}
/* ====== footer ==== */
.footer-area {
	padding-bottom: 5rem;
}
.footer-area hr {
	background-color: #404040;
	opacity: 1;
	margin: 9rem 0 5rem;
}
.footer-area .each-footer-menu {
	border-left: 1px solid #fff;
}
.footer-area .col-xxl-2 .each-footer-menu {
	border-left: 0;
}
.each-footer-menu {
	padding: 0 4rem;
}
.footer-area .row:first-child .each-footer-menu {
	margin-left: 0;
}
.each-footer-menu h6 {
	font-size: 1.8rem;
	line-height: 28.44px;
	letter-spacing: 0.36px;
	color: #fff;
	font-family: 'LamaSansSemiBold';
	margin-bottom: 2.5rem;
}
.each-footer-menu a {
	color: #FFF;
	font-family: 'LamaSansRegular';
	font-size: 1.6rem;
	line-height: 25.28px;
	letter-spacing: 0.32px;
}
.each-footer-menu a:hover {
	text-decoration: underline;
}
.each-footer-menu p {
	line-height: 25.28px;
}
.footer-credit {
	display: flex;
}
.footer-credit h6,
.footer-credit a {
	font-size: 1.6rem;
	color: #fff;
    line-height: 25.28px;
	letter-spacing: 0.32px;
    font-family: 'LamaSansRegular';
}
.footer-credit a:hover {
	text-decoration: underline;
}
.footer-right-logo a {
	margin-left: 2rem;
}
.footer-right-logo {
	display: flex;
	align-items: center;
	justify-content: end;
}
.footer-btm .row{
	align-items: center;
}
/* ============== diensten-list ============ */
.diensten-list-banner{
	padding: 9rem 0;
}
.diensten-list-banner h1 {
	letter-spacing: -2.56px;
	margin-bottom: 2rem;
}
.diensten-list-banner h4 {
	font-family: 'CorporateABQRegular';
}
.diensten-list-left{
	color: #fff;
	padding-left: calc(16% + .75rem);
	padding-right: 10%;
}
.diensten-list a:nth-child(even) .diensten-list-left{
	padding-left: 10%;
	padding-right: calc(16% + .75rem);
}
.diensten-list a:nth-child(odd) .row{
	background: #fff;
}
.diensten-list a:nth-child(odd) h2, .diensten-list a:nth-child(odd) p{
	color: #000;
}
.diensten-list-left p{
	max-width: 60rem;
	margin: 4rem 0 3rem;
  	display: -webkit-box;
  	-webkit-line-clamp: 5;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.diensten-list-right img{
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.diensten-list-right h4 {
	position: absolute;
  	left: 0;
  	bottom: 4rem;
  	color: #fff;
  	padding-left: 10%;
}
.diensten-list .diensten-list-right:hover img{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	transform: scale(1.1);
}
/* ============== diensten-dtl ============ */
.back-btn{
	/*padding-top: 13rem;
    margin-bottom: -5.5rem;*/
	position: relative;
	z-index: 1;
	top: 80px;
}
.diensten-dtl-banner-left h2{
	margin-bottom: 1.2rem;
}
.diensten-dtl-banner-left p{
	margin: 4rem 0;
	line-height: 27px;
	max-width: 630px;
}
.diensten-dtl-banner-left{
	padding: 11rem 9rem 7rem calc(15.6% + .75rem);
}
.diensten-dtl-banner-left h4 {
	font-family: 'mbcorpostitleregular';
	letter-spacing: 0.48px;
}
.diensten-dtl-top{
	position: relative;
}
.diensten-dtl-banner-right{
	position: relative;
	height: 100%;
}
.diensten-dtl-banner-right img{
	height: 100%;
	object-fit: cover;
}
.diensten-dtl-banner-right::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: url(../images/subpg-gradient.png) no-repeat left / 100% 100%;
}
.diensten-dtl-top::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	content: "";
	background-color: #fff;
	z-index: -1;
}
.diensten-dtl-top table{
	width: 100%;
}
.diensten-dtl-top td {
	display: inline-block;
    width: 50%;
    padding-left: 8rem;
    padding-top: 8rem;
    padding-bottom: 20rem;
	vertical-align: top;
}
.diensten-dtl-top td:first-child{
	padding-right: 10rem;
	padding-left: 0;
	color: #000;
}
.diensten-dtl-top td p{
	margin-top: 6rem;
	max-width: 59rem;
}
.counter-top-left .common-btn{
	margin-top: 5rem;
}
.counter-top-left p{
	max-width: 56rem;
	width: 100%;
}
.counter-top{
	background-color: #fff;
	padding: 12rem 0 8rem;
}
.counter-top .diensten-dtl-banner-left h4 {
	font-family: 'CorporateABQRegular';
}
.counter-top-right{
	padding-left: 8rem;
}
.counter-top-left{
	padding-right: 0;
	color: #000;
}
.counter{
	background-color: #fff;
	color: #000;
	padding: 2rem 0 8rem 0;
}
.counter .row{
	max-width: 142rem;
	margin: 0 auto;
	text-align: center;
}
.each-counter p{
	margin-bottom: -1rem;
	font-size: 1.8rem;
	font-family: 'CorporateABQRegular';
	position: absolute;
  	top: -20px;
  	text-align: center;
  	width: 100%;
}
.each-counter{
	position: relative;
}
.each-counter h4{
	font-family: 'CorporateABQRegular';
	max-width: 23rem;
	margin: 0 auto;
	word-break: break-word;
}
.form-sec{
	padding: 9rem 0;
}
.form-sec h3{
	text-transform: none;
	margin-bottom: 9rem;
}
.form-logo img{
	width: 33rem;
	margin-bottom: 2rem;
} 
.form-left li{
	margin-top: 3rem;
}
.form-left li a ,
.form-left li p{
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.5);
}
.form-left li a:hover{
	text-decoration: underline;
}
.form-btm{
	margin-top: 5rem;
}
.form-btm tr td{
	letter-spacing: .32px;
	vertical-align: top;
}
.form-btm tr td:first-child{
	color: rgba(255, 255, 255, 0.5);
	padding-right: 2rem;
}
.form-btm h4{
	margin-bottom: 1.5rem;
	font-family: 'CorporateABQRegular';
}
.form-sec .form-group label {
    font-family: 'LamaSansRegular';
    color: #fff;
    line-height: 25px;
    margin-bottom: .75rem;
	letter-spacing: .32px;
}
.form-sec .form-group {
    margin-bottom: 2rem;
}
.form-sec .form-styl {
	resize: none;
	background-color: #212529;
	border-radius: 0;
	font-size: 1.6rem;
	border: 0;
	color: #fff;
	padding: 1.6rem;
	font-family: 'LamaSansRegular';
}
.vaarg-form .form-styl {
	background-color: rgba(91, 84, 84, 87);
}
.form-sec .form-styl:focus {
    box-shadow: none;
	background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
}
.form-sec .form-styl:placeholder {
	color: #fff;
}
.form-sec .form-styl:-ms-input-placeholder {
	color: #fff;
}
.form-sec .form-styl::placeholder {
    color: #fff;
}
.form-sec textarea.form-styl {
	min-height: 20rem;
}
.diensten-dtl-mid .swiper {
    margin-left: 23rem;
}
.diensten-dtl-mid .home-mid-left h2 {
    width: 100%;
}
.diensten-dtl-mid .home-mid-left p{
	padding-right: 0;
	max-width: 50rem;
}
/* ============== werkplaats-dtl ============ */
.werkplaats-dtl-top ul {
	margin-top: 4rem;
}
.werkplaats-dtl-top li {
    color: #fff;
    font-size: 1.6rem;
    font-family: 'LamaSansRegular';
    line-height: 25.28px;
    position: relative;
    margin-bottom: 2rem;
    padding-left: 2rem;
}
.werkplaats-dtl-top li::after {
    content: "";
    position: absolute;
    background-image: url(../images/dtl-bullet.svg);
    background-position: center center;
    background-size: 1rem;
    background-repeat: no-repeat;
    left: 0;
    width: 1rem;
    height: 1rem;
    top: 0.7rem;
}
.werkplaats-dtl-top td {
	padding-bottom: 8rem;
}
.werkplaats-mid .home-mid-left p {
	margin: 12rem 0 3rem;
}
/* ============== vacature-dtl ============ */
.diensten-dtl-top td:first-child li {
	color: #000;
}
.Bestand-btn {
    position: relative;
	height: 6.5rem;
}
.Bestand-btn .common-btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #0DABDE;
	color: #fff;
	margin-right: 1rem;
	margin-top: 0;
	padding: 1rem 2.8rem;
	font-family: 'LamaSansMedium';
}
.vacature-dtl-form-sec .col-lg-4 {
	width: 36%;
}
.vacature-dtl-form-sec .col-lg-8 {
	width: 64%;
}
.vacature-dtl-form-sec .form-left {
	padding-right: 3rem;
}
/* ============== over-ons ============ */
.overons-banner-img{
	position: absolute;
	width: 100%;
}
.overons-banner-img::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, #000 78.9%);
}
.overons-top{
	padding: 30rem 0 28rem;
	position: relative;
	z-index: 9;
}
.overons-top-content{
	max-width: 80rem ;
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}
.overons-top h1{
	margin-bottom: 1rem;
	letter-spacing: -2.56px;
}
.overons-top-content h4 {
	font-family: 'CorporateABQRegular';
}
.overons-top-content p{
	margin-top: 7rem;
	padding-left: 14rem;
}
.over-ons-counter-top {
	position: relative;
	z-index: 1;
}
.over-ons-counter-top .diensten-dtl-banner-left h2 {
	letter-spacing: -2.56px;
}
.team-member{
	padding: 12rem 0 8rem;
}
.team-member h2 {
	letter-spacing: -2.56px;
	margin-bottom: 1rem;
}
.each-team-member h4{
	margin: 1rem 0;
	font-family: 'CorporateABQRegular';
}
.each-team-member {
	margin-bottom: 2rem;
}
.each-team-member p {
	line-height: 25.28px;
	font-family: 'LamaSansMedium';
}
.team-member .text-center{
	margin-bottom: 6rem;
}
.team-member .text-center h4{
	font-family: 'CorporateABQRegular';
}
/* ============== aanbod-list ============ */
.aanbod-list{
	padding: 8rem 0 10rem;
}
.aanbod-list h4{
	margin-top: 1rem;
	font-family: 'CorporateABQRegular';
}
.select-style {
    width: 100%;
    max-width: 16rem;
    height: 5rem;
    color: #fff;
    background-color: transparent;
	font-family: 'mbcorpostitleregular';
    font-size: 1.6rem;
    appearance: none;
    cursor: pointer;
    border: 1.5px solid #fff;
    padding: 0 1rem;
    text-align: center;
}
.sorteren-aanbod{
	border: none;
	padding: 0;
}
.select-style option{
	background-color: #000;
	font-family: arial;
}
.filter .col-1{
	width: 10%;
}
.filter .col-2 {
	width: 50%;
	text-align: end;
}
.filter .col-2 .select-style {
	text-align: end;
}
.each-product{
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.34);
}
.each-product-btm{
	padding: 2rem;
}
.each-product-btm h4 {
	height: 60px;
    overflow: hidden;
}
.each-product-btm table{
	width: 100%;
	margin-top: 2rem;
}
.each-product-btm td p{
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.4rem;
}
.each-product-btm ~ * {
	padding: 2rem;
}
.each-product-btm ~ * p {
	margin-bottom: 0;
}
.each-product-btm ~ * p span{
	color: rgba(255, 255, 255, 0.5);
}
.product-sec{
	padding: 8rem 0;
}
/* ============== verkocht ============ */
.verkocht-product-sec {
	padding-top: 4rem;
}
.verkocht-btm {
	margin-top: 1rem;
}
.verkocht-btm h6 {
	font-size: 1.6rem;
	font-family: 'LamaSansMedium';
	text-transform: uppercase;
}
/* ============== contact ============ */
.contact-header .headrer-btm, .inner-header .headrer-btm{
	background: #000;
}
.map {
    width: 100%;
    height: 50rem;
    position: relative;
}
.map::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 96.49%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}
.map-info {
	position: absolute;
	top: 54%;
	left: 0;
	z-index: 1;
	padding-left: 8%;
	transform: translateY(-50%);
	white-space: nowrap;
}
.map-info h4 {
	font-family: 'CorporateABQRegular';
	margin-top: 1.5rem;
}
.map-btm-info {
	margin-top: 9rem;
}
.contact-mid {
	padding-top: 3.5rem;
}
.contact-mid-wrap {
	padding-left: 11rem;
	padding-right: 11rem;
}
.contact-mid h3 {
	text-align: center;
	margin-bottom: 6rem;
}
.each-contact-mid h4 {
	font-family: 'CorporateABQRegular';
	margin-bottom: 4rem;
	text-align: center;
}
.each-contact-mid h6 {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'LamaSansRegular';
	text-align: center;
	font-size: 1.8rem;
	line-height: 28.44px;
	letter-spacing: 0.36px;
}
/* ============== bedankt ============ */
.bedankt-banner .banner-content {
	width: 100%;
}
.bedankt-banner::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 96.49%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
/* ============== popup-start ============ */
.modal-area .modal-dialog {
    max-width: 70%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.70);
}
.popup-logo .popup-mid-logo {
    width: 4rem;
}
.popup-logo  .popup-left-logo {
    width: 27rem;
}
.modal-area .modal-content {
    border: 0;
    background-color: #fff;
    position: relative;
	padding: 3rem 5.5rem 5rem;
}
.modal-area .popup-content {
	margin-top: 2rem;  
}
.modal-area .popup-content h3 {
	font-size: 3.6rem;
	color: #000;
}
.modal-area .popup-content p {
    margin: 2rem 0 3rem;
	color: #000;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'LamaSansRegular';
}
.close-img:hover {
	color: #fff;
}
/* ============== klantenbeoordelingen ============ */
.klantenbeoordelingen-title-part {
	position: relative;
	z-index: 1;
}
.klantenbeoordelingen-top {
	padding: 29rem 0 4rem;
}
.klantenbeoordelingen-top-part {
	padding-top: 2.5rem;
    position: relative;
    z-index: 1;
}
.each-left-part h4 {
	margin: 3.5rem 0 6.3rem;
}
.each-left-part h4 img {
	margin-top: -0.5rem;
	width: 2rem;
}
/* .each-right-part ul {
	margin-top: 4.5rem;
} */
.each-right-part li img {
	width: 2rem;
}
.each-right-part li span {
	color: #FFF;
	font-family: 'LamaSansRegular';
	font-size: 1.6rem;
	line-height: 25.28px;
	letter-spacing: 0.32px;
	margin-left: 1rem;
}
.klantenbeoordelingen-mid {
	padding: 9rem 0 10rem;
    position: relative;
    z-index: 1;
    background: #000;
}
.klantenbeoordelingen-mid .col-lg-6 {
	margin-bottom: 3rem;
	margin-right: 1rem;
	width: 49%;
}
.klantenbeoordelingen-mid .col-lg-6:nth-child(even)  {
	margin-right: 0;
}
.each-mid-heading {
	margin-bottom: 3.5rem;
}
.each-mid-part {
	border: 1px solid #fff;
    padding: 3.5rem;
    margin-bottom: 3rem;
}
.each-mid-part h2 {
	color: #0DABDE;
}
.each-mid-part hr {
	background-color: #fff;
	opacity: 1;
}
.each-mid-part p {
	margin: 3.5rem 0 6.5rem;
}
.each-mid-part ul {
	margin-top: 2.5rem;
}
.each-mid-part li {
	max-width: max-content;
    width: 100%;
    font-family: 'mbcorpostitleregular';
    font-size: 1.6rem;
    background-color: transparent;
    border-color: #fff;
    background-color: #fff;
    border-radius: 2px;
    padding: 1.2rem 2rem;
    display: inline-block;
    color: #000;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
	margin-right: 2rem;
}
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    orphans: 1;
    widows: 1;
}
.card-columns .card-klanten {
    display: inline-block;
    width: 100%;
}
.card-klanten {
	background-color: transparent;
}
.each-right-part ul {
    margin-top: 2.5rem;
}
.klantenbeoordelingen-title-part .select-style {
	max-width: 17.8rem;
    width: 100%;
    height:auto;
	line-height:normal;
    color: #fff;
    font-size: 1.6rem;
    border: 1px solid #fff;
    border-radius: 2px;
    text-align: left;
    appearance: none;
	font-family: 'mbcorpostitleregular';
	background: url(../images/down-arrow.svg) #000 no-repeat 90% center/1.2rem;
    padding: 1rem 1.8rem;
    margin-top: -1rem;
}
.klantenbeoordelingen-title-part .select-style option{
	background-color: transparent;
}
/* ============== aanbod-dtl ============ */
.aanbod-btl-slider {
	padding-bottom: 2.5rem;
}
.aanbod-btl-slider-left{
	position: relative;
}
.aanbod-btl-slider-left .swiper-button-next{
	right: 3rem;
}
.aanbod-btl-slider-left .swiper-button-prev{
	left: 3rem;
}
.aanbod-dtl-slider-top{
	padding-top: 18rem;
	padding-bottom: 1rem;
}
.aanbod-dtl-slider-top h4 {
	margin: .5rem 0 2rem;
}
.product-price{
	padding-left: 6%;
}
.product-price h4{
	color: rgba(255, 255, 255, 0.50);
}
.product-price h3{
	font-size: 4.8rem;
	font-family: 'LamaSansMedium';
}
.awg-logo img{
	width: 36rem;
}
.aanbod-btm-price-table table{
	width: 100%;
}
.aanbod-btm-price-table p{
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.8rem;
	font-family: 'LamaSansMedium';
}
.aanbod-btm-price-table h4{
	font-size: 2.8rem;
}
.aanbod-btm-price-table tr:first-child td{
	padding-bottom: 4rem;
}
.aanbod-btm-price-table td{
	vertical-align: top;
	padding-right: 2rem;
}
.aanbod-slider-btm {
	padding-bottom: 6.5rem;
}
.aanbod-slider-btm-left .row{
	margin:3rem 0 8rem;
}
.aanbod-btm-price-table tr td:nth-child(4n + 4){
	padding-right: 0;
}
.aanbod-slider-btm-right li:not(:last-child){
	margin-bottom: 1rem;
}
.aanbod-slider-btm-right{
	text-align: center;
}
.aanbod-slider-btm-right h3{
	margin-bottom: 4rem;
}
.aanbod-slider-btm-right h6{
	font-size: 1.8rem;
	color: rgba(255, 255, 255, 0.5);
}
.aanbod-slider-btm-right  > a{
	font-family: 'LamaSansMedium';
	font-size: 2.8rem;
	margin-bottom: 2.5rem;
}
.dtl-tab-sec {
	padding: 7rem 0 10.5rem;
	background-color: #fff;
}
.dtl-tab-content-heading h3 {
	color: #000;
	margin-bottom: 5rem;
	line-height:  normal;
}
.each-Kenmerken h6 {
	line-height: normal;
	color: rgba(0, 0, 0, 0.50);
	font-size: 1.8rem;
	font-style: normal;
	font-family: 'LamaSansMedium';
}
.each-Kenmerken h4 {
	color: #000;
	font-size: 1.8rem;
	font-family: 'LamaSansMedium';
	line-height: 1.8;
}
.each-Kenmerken {
	margin-bottom: 5.6rem;
}
.each-tab-content p {
	 color: #000;
}
.aanbod-slider-btm-right ul {
	margin-top: 2.5rem;
}
.dtl-tab-sec .each-tab-content {
    margin-bottom: 5.5rem;
}
.dtl-tab-sec .each-tab-content:last-child {
	margin-bottom: 0;
}
.car-block.aanbod-dtl-car-block {
	padding-top: 0;
	padding-bottom: 7.5rem;
}
.bullet-panel .tab_heading {
	padding-bottom: 2rem;
}
.bullet-panel h4 {
    border-bottom: 1px solid #000;
    padding-bottom: 2rem;
	font-family: 'LamaSansRegular';
	text-transform: none;
	color: #000;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.4rem;
    position: relative;
	font-family: 'LamaSansRegular';
	color: #000;
	line-height: 30.8px;
	letter-spacing: 0.32px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.6rem;
    position: absolute;
    top: 1.1rem;
    left: 0;
    content: '';
    width: 1rem;
    height: 1rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.opties-slider {
	margin-top: 2rem;
}
.each-opties h6 {
	font-size: 1.8rem;
	font-family: 'LamaSansMedium';
	color: #000;
	margin-top: 2rem;
}
/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

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

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

.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/
.kenteken_np {
	background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 4px 0 6px 20px;
	color: #000;
	background-size: 152px;
}

.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: 'LamaSansRegular';
    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;
}
.cursor{
    cursor:pointer;
}
 .form-1, .form-2, .form-3 {
	display:none;
	padding: 0 !important;
} 
.privacy_section {
    background-color: #fff;
    padding: 5% 0;
    word-break: break-word;
}
.privacy_section h2 {
    color: #040404;
}
.cpnt {
    cursor: pointer;
}
.filter-clean img {
    width: 12px;
    margin-right: 10px;
    margin-bottom: 2px;
}
.acties-left-content p {
    color: black;
}
.error_top, .privacy-sec {
    padding: 14rem 0 4rem;
}
.reset-btn{
	font-size: 1.4rem;
  	font-family: 'mbcorpostitleregular';
}
.car-top-part a:hover {
	color: #fff
}
.social-icon-area{
	display: flex;
	align-items: center;
}
.social-icon-area a:not(.common-btn){
	margin-left: 2rem;
}
.social-icon-area a img{
	width: 22px;
}
.back-btn .common-btn{
	background: transparent !important;
	border: 1px solid #fff !important;
}
.back-btn .common-btn:hover{
	border: 1px solid #0DABDE !important;
	background-color: #0DABDE !important;
	color: #fff !important;
}
/*======================*/
.landing-banner h2, .landing-content h2, .diensten-dtl-banner-left h2, .repair-middle-content h2, .repair-table-area h2{
	letter-spacing: 1.28px;
	font-family: 'CorporateALightRegular';
}
.landing-banner h4{
	font-family: 'mbcorpostitleregular';
	letter-spacing: 0.48px;
	margin-top: 10px;
}
.landing-banner .position-absolute{
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.landing-content{
	padding: 130px 0 90px;
	color: #010101;
}
.landing-content .wrap-div{
	max-width: 940px;
}
.landing-content p{
	max-width: 560px;
	margin: 30px auto 35px;
	line-height: 27px;
	letter-spacing: 0.32px;
}
.landing-content p span{
	font-family: 'LamaSansSemiBold';
}
/*============repair============*/
.repair-top-block .diensten-dtl-banner-right::after{
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.image-block{
	height: 780px;
	padding-right: 9%;
}
.image-block img{
	object-fit: cover;
}
.repair-middle-content h6, .repair-middle-content p{
	line-height: 27px;
	letter-spacing: 0.32px;
} 
.repair-middle-content h6{
	font-size: 1.6rem;
  	font-family: 'LamaSansRegular';
}
.repair-middle-content p{
	margin: 35px 0 24px;
}
.repair-middle-content ul{
	margin-bottom: 40px;
}
.repair-middle-content .content-wrap{
	padding-left: 9%;
}
.repair-middle-content{
	padding: 100px 0 140px;
}
.repair-middle-content li{
	margin-bottom: 2.5px;
	position: relative;
	padding-left: 18px;
}
.repair-middle-content li:before {
  	position: absolute;
	top: 7px;
	left: 0;
	content: '';
	width: 9px;
	height: 9px;
	background: #45A7DC;
	border-radius: 100%;
}
.repair-table-area{
	padding: 130px 0;
}
.repair-table-area td{
	width: 45%;
	vertical-align: top;
	padding-right: 2%;
}
.repair-table-area td:nth-child(even){
	padding-left: 9.2%;
	padding-right: 0;
  	width: 55%;
}
.repair-table-area h2, .repair-table-area p{
	color: #010101;
}
.repair-table-area table{
	width: 100%;
}
.repair-table-area p{
	margin: 35px 0;
}

.aanbod-slider-btm-right #interesse-form, .aanbod-slider-btm-right #proefrit-form{
	text-align: left;
}
.whatsapp {
  background: #25D366;
}
.whatsapp img {
  width: 17px;
  margin-right: 5px;
}