@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'lama_sansregular';
    font-size: 1.6rem;
    color: #F7F0EC;
	background-color: #101010;
}
html {
    font-size: 62.5%;
    height: auto !important;
}
.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;
}
/* ******* pop up **** */
/******************************popup******************************/
.modal-area .modal-dialog {
    max-width: 68%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.5);
}
.modal-area .modal-content {
    border: 0;
    background-color: #F7F0EC;
}
.modal-area .popup-content h4 {
	color: #000;
	font-size: 3.6rem;
}
.modal-area .popup-logo {
	margin-top: 2rem;
}
.modal-area .popup-logo img {
	width: 50rem;
}
.modal-area .popup-content p {
    margin: 7rem 0;
    max-width: 69rem;
    width: 100%;
    font-size: 2rem;
    color: #000;
}
.modal-area .popup-content {
    padding: 7rem;
    background-color: #F7F0EC;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 0;
    left: 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: 'lama_sansregular';
}
.close-img:hover {
	color: #fff;
}
/*****************header****************/
.header-area{
	padding: 0;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	border-bottom: 1px solid rgba(247, 240, 236, 0.2);
	background: rgba(255, 255, 255, 0.01);
	backdrop-filter: blur(5px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area img{
	width: 28rem;
}
.menu-right ul{
	display: flex;
	column-gap: 2rem;
	align-items: center;
	justify-content: space-between;
	max-width: 90rem;
	margin-left: auto;
	margin-right: 0;
}
.menu-right li{
	position: relative;
}
.menu-right li a{
	position: relative;
}
.menu-right li a::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width:0;
    background-color: #F7F0EC;
    content: "";
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-right li a:hover::after{
	width: 100%;
}
.menu-right li .common-btn::after{
	display: none;
}
.menu-right .common-btn{
	/*padding:4rem 5.6rem;*/
	padding: 4rem 1.7rem;
	border-radius: 0;
	border-right: 0;
	border-bottom: 0;
}
.stiky{
	position: fixed;
	left: 0;
	top: 0;
	background-color:#101010 ;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 99;
}
/* ********* banner ************* */
.home-banner{
	position: relative;
	overflow: hidden;
}
.banner-content {
	position: relative;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.banner-content .common-btn{
	font-size: 1.4rem;
}
.banner-content h1{
	margin-bottom: 5rem;
}
.banner-content .common-btn img{
	width: 1.5rem;
	margin-top: -.3rem;
}
.banner-content .common-btn:hover img{
	filter: brightness(1) invert(1);
}
.banner-arrow{
	position: absolute;
	bottom: 1rem;
	text-align: center;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
}
.home-banner .swiper-slide::after, .overons-banner::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 70%;
	width: 100%;
	background: linear-gradient(0deg, #101010 0%, rgba(16, 16, 16, 0.00) 100%);
	z-index: 1;
}
.home-banner .swiper-slide::before, .overons-banner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .35;
  z-index: 1;
}
/* **** product-top ***** */
.product-top-heading{
	text-align: center;
}
.product-top-heading h6{
	max-width: 70rem;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 2.5rem;
	margin-top: 5rem;
}
.product-top-heading img{
	width: 33rem;
}
.product-top ul{
	display: flex;
	max-width: 73rem;
	margin: 8rem auto 0;
	text-align: center;
	justify-content: space-between;
}
.product-top span{
	display: block;
	font-size: 1.4rem;
}
.product-top li img{
	width: 17rem;
	margin-bottom: 1rem;
}
.each-car-content h5{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	height: 60px;
  	overflow: hidden;
}
.each-car-content p{
	margin-bottom: 0;
	font-size: 1.4rem;
	color: rgba(247, 240, 236, 0.5);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	height: 42px;
  	overflow: hidden;
}
.each-car-content h5 span{
	font-size: 1rem;
}
.each-car-content > *{
	padding: 3rem 2rem;
}
.each-car-content .row{
	background-color: #161616;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product table{
	width: 100%;
}
.table-sec td{
	padding-left: 0;
}
.table-sec td {
    border-right: 1px solid #F7F0EC;
    vertical-align: top;
    padding: 7px 18px;
}
.table-sec p, .table-sec h5, .car-content-right h5, .car-content-right p{
	height: auto !important;
}
.table-sec h5{
	font-size: 2rem;
}
.car-content-right{
	float: right;
}
.table-sec td:last-child{
	border-right: 0;
	padding-right: 0;
}
.table-sec td:first-child{
	padding-left: 0;
}
.table-sec{
	background-color: #1F1F1F;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product-img {
	position: relative;
}
.each-product-img::after{
	position: absolute;
	content: "";
	left: 50%;
	transform: translatex(-50%);
	bottom: -1px;
	height: 3.2rem;
	width: 6.4rem;
	background-color: #F7F0EC;
	opacity: 0;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product-img .common-btn{
	position: absolute;
	left: 2rem;
	top: 2rem;
	background-color: #101010;
	color: #F7F0EC;
}
.each-product:hover .table-sec{
	background-color: #E0DBD8;
}
.each-product:hover h5{
	color: #101010;
}
.each-product:hover p{
	color: rgba(16, 16, 16, 0.49);
}
.each-product:hover .row{
	background-color: #f7f0ec;
}
.each-product:hover .each-product-img::after{
	opacity: 1;
}
.each-product:hover .table-sec td{
	border-color: #101010;
}
.product-slider .common-arrow{
	top: -6rem;
	width: 6rem;
	height: 6rem;
}
.product-slider .swiper-button-prev{
	left: auto;
	right: 8rem;
}
.product-slider .swiper-button-next{
	right: 0;
}
.product-slider{
	margin: 8rem 0;
}
.home-service{
	padding-top: 6rem;
}
.home-service-lft h2{
	width: calc(100% + 20rem);
	position: relative;
	z-index: 5;
	line-height: auto;
	pointer-events: none;
}
.home-service-lft p{
	max-width: 44rem;
	margin: 5rem 0;
}
.home-service-lft .common-btn{
	margin-top: 4rem;
}
.home-service-right .swipe{
	transition: all 0.5s;
}
.home-service-right .swiper-slide{
	height: auto;
	transition: all 0.3s ease;
}
.big-car{
	width: 60% !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.small-car{
	width: calc(40% / 3) !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home-service-each-img{
	height: 52rem;
	position: relative;
}
.slider-btn{
	position: absolute;
	bottom: 4rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.slider-btn h5{
	position: relative;
	padding-right: 4rem;
	visibility: hidden;
}
.slider-btn h5::after{
	position: absolute;
	right: 0;
	top: .3rem ;
	height: 2rem;
	width: 2rem;
	background-image: url(../images/right.svg);
	background: no-repeat , cover ;
	content: ""
}
.home-service-each-img:hover .slider-btn h5{
	visibility: visible;
}
.home-service-each-img:hover::after{
	background-color: rgba(16, 16, 16, 0.63);
}
.home-service-each-img::after{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	transition: all 0.5s;
}
.home-service-each-img img{
	height: 100%;
	object-fit: cover;
}
.gallery-slider{
    flex-direction: row;
    overflow: hidden;
}
.expanding-item {
    position: relative;
    border: 0;
    height: 100%;
    width: 100%;
    transition: width .5s cubic-bezier(.4,0,.2,1);
}
.gallery-slider, .expanding-item {
    display: flex;
}
.expanding-item:hover {
    width: 300%;
}
.home-mid {
	background-color: #F7F0EC;
	padding: 7rem 0;
	border-bottom:2px solid rgba(20, 24, 30, 0.10);
}
.home-mid ul {
	display: flex;
	align-items: center;
    justify-content: space-between;
	max-width: 98rem;
	margin: 0 auto;
}
.home-mid li {
	color: #14181E;
	font-family: 'lama_sanssemibold';
	font-size: 1.8rem;
	line-height: normal;
	letter-spacing: 0.18px;
	position: relative;
	padding-left: 5.5rem;
}
.home-mid li::after {
    position: absolute;
    content: "";
    background-image: url(../images/star.svg);
    background-position: center;
    background-size: 3rem;
    background-repeat: no-repeat;
    left: 0;
    top: -.3rem;
    height: 3rem;
    width: 3rem;
}
.counter-top{
	padding: 8rem  0;
	background-color: #F7F0EC;
	text-align: center;
}
.counter-top .common-btn{
	margin-top: 7rem;
}
.counter-top .product-top-heading h6{
	color: #101010;
	font-family: 'lama_sansregular';
}
.counter-top .product-top-heading a{
	text-decoration: underline;
	color: #A68463;
}
.counter-top .product-top-heading h6 span{
	color: #A68463;
}
/* ***** counter *** */
.counter-sec{
	background-color: #F7F0EC;
	padding: 5rem 0;
}
/*.counter .col-lg-9{
	padding-left: 20%;
}*/
.counter .col-lg-9 .row{
	justify-content: space-between;
}
.each-counter{
	text-align: center;
}
.each-counter h2{
	color: #A68463;
	font-family: 'spectralbold';
}
.each-counter p{
	color: #101010;
	font-family: 'lama_sansmedium';
}
.footer-top-sec{
	background-color: #F7F0EC;
}
.footer-top-sec .swiper-button-next {
	right: 6rem;
}
.footer-top-sec .swiper-button-prev {
	left:6rem;
}
.footer-right-wrap{
	padding-left: .15%;
}
.footer-lft-top h5{
	font-family: 'spectralsemibold';
	color: #A68463;
	margin-bottom: 2.4rem;
}
.footer-lft-btm{
	margin-top: 9rem;
}
.footer-social p span ,
.each-footer p span{
	font-family: 'lama_sansmedium';
	color: rgba(247, 240, 236, 0.5);
}
.footer-lft-btm a:hover{
	text-decoration: underline;
}
.footer-lft-btm h6{
	font-size: 1.8rem;
	font-family: 'lama_sansmedium';
}
.footer-lft-btm h5{
	font-family: 'lama_sanslight';
	letter-spacing: 1.5px;
	font-size: 2rem;
	color: #F7F0EC;
	max-width: 36rem;
	line-height: 3.4rem;
}
.each-footer{
	padding-bottom: 9rem;
}
.footer-social{
	margin-top: -2.5rem;
}
.footer-social img{
	width: 28rem;
}
.footer-social ul{
	display: flex;
	column-gap: 3rem;
}
.footer-social li img{
	width: 2rem;
}
/* ********** Diensten detail ********** */
.back-btn{
	padding-top: 20rem;
}
.diensten-dtl-top{
	text-align: center;
}
.diensten-dtl-top p{
	max-width: 90rem;
	margin: 3rem auto 0;
}
.diensten-dtl-mid{
	padding: 9rem 0;
}
.diensten-dtl-mid-right{
	position: relative;
	height: 100%;
	margin-left: 8%;
}
.diensten-dtl-mid-right img{
	height: 100%;
	object-fit: cover;
}
.diensten-dtl-mid-right::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 35%;
	content: "";
	background: linear-gradient(90deg, #101010 0%, rgba(16, 16, 16, 0.00) 100%);
}
.diensten-dtl-mid-lft{
	padding-right: 9rem;
}
.diensten-dtl-mid-lft h4{
	margin-bottom: 3rem;
	text-transform: uppercase;
}
.diensten-dtl-mid-lft p{
	max-width: 63rem;
}
.diensten-dtl-mid-lft-two{
	margin-top: 6rem;
}
.form-sec{
	background-color: #F7F0EC;
}
.form-part{
	max-width: 44rem;
	margin: 0 auto;
	padding: 5rem 00;
}
.form-img{
	padding-right:6% ;
	height: 100%;
}
.form-img img{
	height: 100%;
	object-fit: cover;
}
.form-heading h4{
	font-family: 'spectralregular';
	font-size: 3.6rem;
	color: #000000;
	margin-bottom: 5rem;
	text-transform: uppercase;
}
.form-styl {
	font-family: 'lama_sansregular';
    resize: none;
	background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #000;
    font-size: 1.4rem;
    padding: 1rem 0;
    letter-spacing: normal;
    line-height: 20px;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.50);
}
.form-group{
	margin-bottom: 3rem;
	position: relative;
}
.palceholder {
    position: absolute;
    top: 7px;
    left: 0;
    display: none;
	color: red;
}
.star {
    color: #F00;
}
.form-styl:focus{
    color: #000;
	box-shadow: none;
	background-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
 .form-styl:placeholder {
	color: #000;
	opacity: 0.5;
	box-shadow: none;
	background-color: transparent;
}
.form-styl:-ms-input-placeholder {
	color: #000;
    opacity: 0.5;
	box-shadow: none;
	background-color: transparent;
}
.form-styl::placeholder {
	color: #000;
    opacity: 0.5;
	box-shadow: none;
	background-color: transparent;
} 
textarea.form-styl{
    height: 45px;
}
/* ***************************** */
.diensten-dtl-mid-btn{
	margin-top: 8rem;
}
/* ===================== contact =============== */
.map{
	height: 80rem;
}
.map-contact{
	text-align: center;
	padding: 2rem 0 12rem;
}
.map-contact a ,
.map-contact h6{
	font-family: 'lama_sansmedium';
	font-size: 1.8rem;
	color: #F7F0EC;
}
.map-contact img{
	margin-top: 5rem;
}
.contact-form{
	background-color:transparent;
}
.contact-form .form-heading h4{
	color: #fff;
}
.contact-form .form-styl {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
}
.contact-form .form-styl:focus{
    color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
 .contact-form .form-styl:placeholder {
	color: #fff;
}
.contact-form .form-styl:-ms-input-placeholder {
	color: #fff;
}
.contact-form .form-styl::placeholder {
	color: #fff;
} 
/* ===== overons ===== */
.overons-banner h1{
	line-height: 2;
}
.overons-top{
	padding-bottom: 7rem;
}
.overons-mid h4{
	text-transform: uppercase;
	margin-bottom: 7rem;
}
.overons-mid{
	padding: 8rem 0 14rem;
}
.overons-mid h5{
	color: #A68463;
	font-family: 'spectralsemibold';
	margin-bottom: 1rem;
}
.overons-mid-right{
	padding-left: 6rem;
}
.overons-mid-right h6{
	max-width: 82rem;
	margin-top: 4rem;
	color: #fff;
}
/* =========== aanbod-dtl ==== */
.aanbod-dtl-banner{
	padding-top: 3.4rem;
}
.aanbod-dtl-banner .swiper-button-prev{
	left: 5%;
}
.aanbod-dtl-banner .swiper-button-next{
	right:5%;
}
.aanbod-dtl-banner .swiper-slide-next::after ,
.aanbod-dtl-banner .swiper-slide-prev::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(10, 10, 10, 0.61) 0%, rgba(10, 10, 10, 0.61) 100%);
	content: "";
}
.aanbod-price{
	padding: 5rem 0;
	
}
.aanbod-price-lft p{
	color: #fff;
	text-transform: uppercase;
}
.aanbod-price p span{
	font-family: 'lama_sansmedium';
	font-size: 2rem;
}
.aanbod-price h4{
	color: #fff;
	text-transform: uppercase;
}
.aanbod-price .row{
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding-bottom: 5rem;
}
.aanbod-price table{
	width: 100%;
	max-width: 82rem;
	margin: 0 auto;
}
.aanbod-price tr{
	display: flex;
	column-gap: 1rem;
	justify-content: space-around;
}
.aanbod-price-mid p{
	color: #fff;
}
.aanbod-price-mid p span{
	color: rgba(255, 255, 255, 0.50);
	font-size: 1.6rem;
}
.aanbod-price-right {
	width: fit-content;
	margin-left: auto;
	margin-right: 0;
}
.aanbod-price-right h4{
	font-family: 'lama_sansregular';
}
.aanbod-dtl-contact li img{
	width: 2rem;
	margin-right: 2rem;
}
.aanbod-dtl-contact{
	margin-top: 4rem;
}
.aanbod-dtl-contact li{
	margin-bottom: 1rem;
}
.aanbod-dtl-contact li a{
	text-decoration: underline;
	font-family: 'lama_sansmedium';
	font-size: 1.8rem;
}
.aanbod-dtl-btn ul{
	display: flex;
	column-gap: 1.9rem;
	margin-top: 3.3rem;
}
.each-big-dtl {
    height: 41.7rem;
}
.each-small-dtl {
    height: 21rem;
}
.each-dtl {
    overflow: hidden;
}
/*.each-dtl:hover img {
    transform: scale(1.1);
    height: 100%;
    object-fit: cover;
}*/
.each-dtl img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}
.product-slider h4{
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5rem;
}
.product-slider-btn{
	text-align: center;
	margin-top: 4rem;
}
/***tab section***/
.dtl-tab-sec{
	padding: 10rem 0 ;
    background-color: #F7F0EC;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
	position: relative;
	padding-right: 2rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: transparent;
	text-transform: uppercase;
    color: #0a0a0a;
    letter-spacing: normal;
	width: 100%;
	margin-bottom: 6rem;
	text-align: left;
	position: relative;
	border-radius: 0;
	padding-left: 0;
    border: 0;
    border-bottom: 2px solid transparent;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 6rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span::after {
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/dtl-right-arrow.svg);
    background-position: center;
    background-size: 1.8rem;
    background-repeat: no-repeat;
    height: 1.8rem;
    width: 1.8rem;
    content: "";
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active span::after {
	background-image: url(../images/dtl-down-arrow.svg);
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'blue_sky_standardregular';
	font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
    /* margin-right: 2rem; */
	margin-bottom: 1rem;
	/* width: 15%; */
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child{
	margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	border-color: #0a0a0a;
	width: fit-content;
}
/***dtl-tab-content***/
.tab-content .col-lg-3 {
	width: 20%;
}
.each-Kenmerken {
	border: 0;
	margin-bottom: 6rem;
}
.each-Kenmerken p {
	color: #0a0a0a;
	font-family: 'blue_sky_standardregular';
	line-height: 30px;
	margin-top: 1rem;
    font-size: 1.6rem;
}
.each-Kenmerken h6 {
	color: #0a0a0a;
	font-family: 'blue_sky_standardregular';
	line-height: 30px;
    font-size: 2rem;
}
.bullet-panel h4 {
    border-bottom: 1px solid #0a0a0a;
    padding-bottom: 1rem;
    color: #000;
    margin-bottom: 3rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}

.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
    color: #0a0a0a;
    margin-bottom: 1rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 0.8rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content p {
    color: #0a0a0a;
    font-size: 1.6rem;
}
.form-sec.car-detail-form-sec {
    padding-top: 0;
}
.car-detail-form-sec .from-right {
    padding-left: 17.5rem;
}
.car-detail-form-sec .from-right h3 {
    margin-bottom: 6.5rem;
}
.each-big-dtl {
    /* height: calc(100% - 12rem); */
    height: 41.7rem;
}
.each-small-dtl {
    height: 21rem;
}
.each-dtl {
    overflow: hidden;
}
.each-dtl:hover img {
    transform: scale(1.1);
    height: 100%;
    object-fit: cover;
}
.each-dtl img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}
.car-detail-product-sec {
    padding-top: 12.5rem;
    background-color: #0a0a0a;
}
.product-btn {
    margin-top: 4.5rem;
}
.car-detail-product-sec h3 {
    margin-bottom: 8rem;
}
.form-2{
    display:none;
    padding: 8% 5% !important;
    margin-top: 2rem !important;
}
.calsty {
    border: 0;
    width: 100%;
    height: 758px;
    background: transparent;
}
/* ******** aanbod-list ***** */
.aanbod-list-heading {
	text-align: center;
	padding: 18rem 0 7rem;
}
.aanbod-list-lft{
	position: sticky;
	top: 10rem;
}
/*======filter=======*/
.cursor{
    cursor: pointer;
}
.filter-left h2{
    line-height: normal;
}
.each-filter{
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.each-filter h5{
    position: relative;
    cursor: pointer;
    font-size: 1.4rem;
    font-family: 'lama_sansbold';
    text-transform: uppercase;
}
.each-filter h5:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: '';
    width: 2rem;
    height: 2rem;
    background: url(../images/plus.svg) no-repeat center / cover;
}
.each-filter h5.active:after{
    background: url(../images/minus.svg) no-repeat center / cover;
}
.filter-content{
    display: none;
}
.filter-content.show-div {
    display: block;
    margin: 1.8rem 0;
	height: 23rem;
	overflow-y:scroll ;
}
/* Style for WebKit (Safari/Chrome) */
.filter-content.show-div::-webkit-scrollbar {
    width: 1px; 
}
.filter-content.show-div::-webkit-scrollbar-track {
    background: #C6C6C6; 
}
.filter-content.show-div::-webkit-scrollbar-thumb {
    background-color: #fff;
}
/* Style for Firefox */
.filter-content.show-div {
    scrollbar-color: #fff ;
}

/* Thumb */
.filter-content.show-div::-moz-scrollbar-thumb {
    background-color: red; /* Color of the scroll thumb */
}

/* Track */
.filter-content.show-div::-moz-scrollbar-track {
    background: red; /* Color of the track */
}
.aanbod-filter label{
    margin-bottom: 1.8rem;
    display: block;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.aanbod-filter .form-check-input{
    width: 2.1rem;
    height: 2.1rem;
    margin-top: 0;
    margin-right: 1.5rem;
    border-color: #182139;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #fff;
    background-color: transparent;
}
.aanbod-filter .form-check-input:checked {
    background-color: #0064ff;
    border-color: #0064ff;
}
.price-range{
    z-index: 1;
    height: 2px;
}
.price-range > .track{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 100px;
    background-color: #C6C6C6;
}
.price-range > .range{
    position: absolute;
    z-index: 2;
    left: 25%;
    right: 25%;
    top: 0;
    bottom: 0;
    border-radius: 100px;
    background-color: #C6C6C6;
}
.price-range > .thumb{
    position: absolute;
    z-index: 3;
    width: 10px;
    height: 10px;
    background-color: #fff;
    cursor: pointer;
}
.price-range > .thumb.left{
    left: 25%;
    transform: translate(-5px, -5px);
}
.price-range > .thumb.right{
    right: 25%;
    transform: translate(5px, -5px);
}
.make_sticky {
    position: sticky;
    top: 0;
}
.make_sticky_onscroll {
    height: calc(100vh - 140px);
    overflow-y: auto;
    top: 140px;
}
/* width */
.make_sticky_onscroll::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.make_sticky_onscroll::-webkit-scrollbar-track {
  background: red; 
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
} 
/* Handle */
.make_sticky_onscroll::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
  border-radius: 10px;
}
/* Handle on hover */
.make_sticky_onscroll::-webkit-scrollbar-thumb:hover {
  background: red; 
}
.my-jquery-slider,
.my-js-slider{
    position: relative;
    margin: 7px 0 18px 0;
}
.auto-overview-tag {
    margin-right: .5rem;
    margin-bottom: 1rem;
    padding: .5rem 1.4rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #3c3d3f;
    border-radius: 50px;
    background: #B1E4FF;
}
.auto-overview-tag:hover {
    background: #fff;
}
.clear-filter a{
    text-decoration: underline;
}
.clear-filter button{
    background: transparent;
    border: 0;
    color: #0064ff;
}
.reset-btn{
    font-size: 1.14rem;
    text-transform: uppercase;
}
/* **** aanbod-right ***** */
/* .aanbod-list-right .each-product{
	display: flex;
	flex-wrap: wrap;
}
.aanbod-list-right .each-product-img{
	width: 50%;
    flex: 0 0 auto;
}
.aanbod-list-right .each-car-content{
	width: 50%;
    flex: 0 0 auto;
	display: flex;
	flex-direction: column;
}
.aanbod-list-right .each-car-content .col-7 ,
.aanbod-list-right .each-car-content .col-5{
	width: 100%;
}
.aanbod-list-right  .each-product-img::after{
    opacity: 1;
    left: auto;
    right: -1.6rem;
    top: 50%;
	transform: translate(0 , -50%) rotate(-90deg);
}
.aanbod-list-right {
    margin-bottom: 3rem;
} */
.aanbod-list-right .each-car-content > *{
	padding: 0 3.5rem;
}
.aanbod-list-right .each-car-content{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.aanbod-list-right .each-product{
	border: 1px solid rgba(247, 240, 236, 0.5);
	margin-bottom: 1.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aanbod-list-right .table-sec{
	height: 33.3%;
    display: flex;
    align-items: center;
}
.each-car-wrap{
	position: relative;
}
.each-car-wrap .common-arrow{
	position: absolute;
	bottom: 6.5rem;
	right: 2rem;
}
.aanbod-list-right .car-content-left{
	height: 33.3%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.aanbod-list-right .each-product:hover .common-arrow  {
	filter: invert(1);
}
.car-content-right-btm{
	display: flex;
	height: 33.3%;
	align-items: center;
	column-gap: 1rem;
}
.aanbod-list-right .each-product-img::after{
    left: auto;
    right: -1.65rem;
    bottom: auto;
	top: 50%;
	transform: translate(0, -50%) rotate(-90deg);
	background-color: #F7F0EC;
}
.aanbod-list-right .each-car-content h5, .aanbod-list-right .each-car-content p{
	height: auto;
}
.aanbod-list-right .each-product:hover .each-product-img::after{
	background-color: #E0DBD8;
}
.diensten-list-img{
	margin: 1rem .5rem;
	position: relative;
	overflow: hidden;
	margin-top:0;
}
.diensten-list-img  h5{
	font-family: 'spectralmedium';
}
.diensten-list-top{
	padding: 8rem 0 15rem;
}
.diensten-list-img::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: -100%;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.diensten-list-content{
	padding: 2rem 4rem;
	position: absolute;
	left: 0;
	bottom: 4rem;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.diensten-list-big .diensten-list-content p{
	max-width: 54rem;
	margin: 7rem 0 4.5rem;
	display: none;
}
.diensten-list-small .diensten-list-content p{
	max-width: 54rem;
	margin: 2rem 0rem;
	display: none;
}
.diensten-list-img img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.diensten-list-img:hover::after{
	bottom: 0;
}
.diensten-list-img:hover img{
	transform: scale(1.2);
}
.diensten-list-img .common-btn{
	display: none;
}
.diensten-list-img:hover .common-btn ,
.diensten-list-img:hover p{
	display: block;
}
.diensten-list-small .diensten-list-content{
	bottom: 0;
}
.diensten-list-heading{
	padding-top: 22rem;
}
/*******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****/

.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;
}
.cursor{
    cursor:pointer;
}
.kenteken_np {
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 0 6px 44px;
    color: #000;
    background-size: 152px;
}
.form-1, .form-2{
	display: none;
	 display:none;
    padding: 5% 5% !important;
    margin-top: 2rem !important;
}
.privacy_section {
	padding-top: 10rem;
}
.load_img{
    width:150px;
}
.home-mid a{
	color: inherit;
}
.aanbod-list-top, .overons-counter{
	padding-bottom: 8rem;
}
.error_top{
	padding-top: 16rem;
  	padding-bottom: 6rem;
}


.contact-form .common-btn {
    border-color: #fff;
    color: #fff;
}
.contact-form .common-btn:hover {
    color: #101010;
    background-color: #F7F0EC;
}


select.sorteren_cls {
  font-family: 'lama_sansregular';
  font-size: 1.6rem;
  text-transform: lowercase;
  appearance: none;
  -webkit-appearance: none;
  padding: 1.1rem 4rem 1.1rem 1.5rem;
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.3);
  background: url(../images/down-arrow2.svg) #101010 no-repeat 95% center/13px;
}
select.sorteren_cls option{
	font-family: arial;
}


/*#google_translate_element{
	height: 0;
    overflow: hidden;
}*/
.skiptranslate{
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
.topbar-images a {
    display: inline-flex;
    margin: 0 12px 0 0;
}
.active_flag {
	display: none !important;
    -webkit-box-shadow: 0px 0px 9px 2px rgb(237 145 34);
    -moz-box-shadow: 0px 0px 9px 2px rgba(148,148,148,1);
    box-shadow: 0px 0px 9px 2px rgb(237 145 34);
}
.topbar-images a img {
    width: 25px;
}
.header-social {
    margin-top: -17px;
}
span.topbar-images.translation-links {
    padding-right: 20px;
}
body {
	top: 0 !important;
}
.each-footer td:nth-child(odd) {
    padding-right: 50px;
}
.each-footer td {
    font-size: 1.6rem;
    font-family: 'lama_sansregular';
    vertical-align: top;
    line-height: 40px;
}
.google-rev{
	width: fit-content;
}
.footer-social {
    margin-top: -5.5rem;
    padding-bottom: 3rem;
}
.white-btn-background{
	color: #101010;
	background-color: #F7F0EC;
}
.white-btn-background:hover {
  color: #F7F0EC;
  border: 1px solid rgba(247, 240, 236, 0.50);
  background-color: transparent;
}
.inruilen-btn img{
    width: 16px;
    margin-right: 7px;
}
.inruilen-btn.white-btn{
    background: #25D366;
    border-color: #25D366;
    color: #F7F0EC;
}
.aanbod-dtl-btn .white-btn{
	min-width: 172px;
}