@import "fonts.css";
@import "common-class.css";
body {
	padding: 0;
	margin: 0;
	font-family: 'ModeratRegular';
	font-size: 1.6rem;
	color: #121212;
	top: 0 !important;
}
html {
    font-size: 62.5%;
    height: auto !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.cursor{
	cursor: pointer;
}
.grecaptcha-badge{
	display:none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
	background: #121212;
	border-color: rgba(255,255,255,0.2);
	color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.2);
}
.mm-menu .mm-listview>li .mm-next:after, .mm-menu .mm-btn:before {
    border-color: #fff;
}
.mm-listview>li .mm-next:before {
  	border-color: rgba(255,255,255,0.2);
}
/*************side area**********/
.mini-right-nav li a{
	width: 60px;
	height: 60px;
	background-color: #939598;
}
.mini-right-nav span {
	bottom: 0;
	letter-spacing: 0.5px;
	right: 60px;
	line-height: 60px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 0;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s; 
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 60px);
	content: '';
	background-color:#939598;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav li.whtasapp-nav a, .mini-right-nav li.whtasapp-nav span{
  	background-color: #23d366;
}
.mini-right-nav a:hover span{ 
	width:auto; 
	padding:0 25px 0 35px;
	overflow:visible; 
}
.mini-right-nav{
	position: fixed;
	top: 43%;
	z-index: 99;
	right: 0;
}
/*===============popup===========*/
.modal-area .modal-dialog{
	max-width: 70%;
	margin-top: 12%;
}
.modal-area .modal-content{
	background: transparent;
	border-radius: 0;
	border: 0;
}
.modal-area .row{
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}
.popup-content {
	padding: 5% 10%;
}
.popup-content h3{
	font-family: 'ModeratExtendedMedium';
}
.popup-content p{
	margin: 3rem 0 5rem;
	font-size: 1.8rem;
}
.modal-area img.w-100{
	height: 100%;
	object-fit: cover;
}
.modal-area .d-flex{
	position: absolute;
	right: -8px;
	z-index: 2;
	width: 40px;
	height: 40px;
	color: #fff;
	background: #000;
	border-radius: 100%;
	top: -8px;
}
/*=============header===========*/
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding: 4rem 0;
}
.logo{
	width: 270px;
}
header li{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6rem;
	letter-spacing: 0.05rem;
	font-size: 1.8rem;
    font-family: 'ModeratBold';
}
header li a:hover{
	opacity: .6;
}
.active_flag {
    display:none !important;
}
#google_translate_element {
    height: 0;
    overflow: hidden;
}
.skiptranslate {
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
.flag img{
	width: 20px;
}
.header,
.is-hidden{
	position: sticky !important;
	left: 0;
	top: 0;
	background-color: #121212;
	z-index: 99;
}
/*==============banner===========*/
.banner-content{
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
}
.banner-content .akker_btn_cls{
	background-color: transparent;
	border-color: #fff;
	max-width: 25rem;
}
.banner-content .scroller .inner {
	min-height: 84px;
}
.banner-content .scroller h4 {
	max-height: 0;
	overflow-y: hidden;
	transition: all 0.5s;
	font-family: 'ModeratExtendedRegular';
}
.banner-content .scroller h4.active {
	max-height: 500px;
}
/*=============product===========*/
.product-sec{
	padding: 7rem 0;
}
.product-sec a:not(.akker_btn_cls){
	color: inherit;
}
.product-sec table{
	width: 100%;
}
.product-sec td{
	vertical-align: top;
}
.product-sec h5{
	height: 40px;
	overflow: hidden;
}
.product-sec span{
	height: 50px;
	overflow: hidden;
	display: block;
}
.product-sec .text-lg-end h5, .product-sec .text-lg-end span{
	height: auto;
}
.product-sec .text-lg-end span{
	font-family: 'ModeratExtendedRegular';
}
.product-sec .swiper-button-next{
	right: -3%;
}
.product-sec .swiper-button-prev{
	left: -3%;
}
.product-sec .txt-btn{
	font-size: 1.6rem;
}
.product-sec .txt-btn:not(:hover) {
	opacity: .4;
}
/*============service============*/
.service-sec {
  	background: #151618;
  	color: #fff;
  	padding-bottom: 13rem;
}
.sec-heading{
	padding: 13rem 0;
}
.sec-heading h4{
	font-family: 'ModeratMedium';
}
.service-heading{
	position: absolute;
	bottom: 2.5rem;
	left: 0;
	color: #fff;
}
.service-heading span{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.service-heading h5{
	margin-bottom: 1rem;
}
.service-heading .txt-btn:before{
/*	background-image: url(../images/arrow.svg);*/
}
.service-img{
	overflow: hidden;
}
.service-img img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-sec .swiper-slide a:hover .service-img img{ 
	transform: scale(1.1);
}
.service-sec .swiper-button-prev{
	left: -24%;
}
/*==============middle-sec==========*/
.middle-sec{
	background: #1e1f21;
	color: #fff;
}
.middle-sec img{
	height: 100%;
	object-fit: cover;
}
.content-wrap{
	width: 100%;
}
.each-content{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 4rem 3rem;
}
.each-content h4{
	position: relative;
	padding-right: 2rem;
}
.each-content h4:after{
/*	background-image: url(../images/arrow.svg);*/
}
.each-content:last-child{
	border-bottom: 0;
}
/*=============gallery===========*/
.gallery-sec{
	background: #1e1f21;
	color: #fff;
}
.gallery-heading{
	position: absolute;
	bottom: 3rem;
	left: 3rem;
}
.gallery-content{
	padding: 0 4rem;
}
.gallery-content h5{
	font-family: 'ModeratRegular';
	margin-top: 7rem;
}
.gallery-sec .arrow{
	width: 18px;
}
/*==============footer===========*/
footer{
	background: #151618;
	color: #fff;
	padding: 8rem 0 4rem;
}
.footer-txt, .privacy-area{
	font-family: 'ModeratMedium';
}
footer h5{
	font-family: 'LamaSansRegular';
	margin-bottom: 3rem;
}
footer span, .privacy-area{
	opacity: .6;
}
.social-icon a {
	width: 5rem;
	height: 5rem;
	border: 1px solid rgba(255,255,255,0.6);
}
.social-icon a:hover{
	background: #000;
}
footer a:hover{
	text-decoration: underline;
}
.privacy-area a{
	margin-left: 7rem;
}
/*==========aanbod===========*/
.filter{
	background-color: #939598;
	padding-top: 4rem;
	padding-bottom: 4rem;
	font-size: 0;
}
.filter h5{
	font-size: 2rem;
}
.reset-btn-wrap{
	width: 90px;
}
.select-wrap{
	width: calc(100% - 90px);
}
.filter button {
  	border: 0;
  	background: transparent;
}
.filter a{
	/*color: #121212;*/
	font-size: 1.6rem;
}
.filter .col-lg-3{
	width: 20%;
}
.select-styl {
	background: transparent;
	border: 0;
	font-family: 'ModeratExtendedMedium';
	appearance: none;
	-webkit-appearance: none;
	padding-right: 3rem;
	background: url(../images/dropdown.svg) transparent no-repeat 94% center;
	/*opacity: .63;*/
	width: 100%;
}
.select-styl option{
	font-family: arial;
	color: rgba(18,18,18,0.63);
}
.aanbod-midle-content{
	position: absolute;
	bottom: 3rem;
	color: #fff;
}
.aanbod-midle-content h5{
	margin-bottom: 1rem;
}
/*==========service-list==========*/
.list-content{
	max-width: 85rem;
	padding: 0 8% 17rem 8%;
	color: #121212;
}
.list-img{
	overflow: hidden;
}
.list-img img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.list-img a:hover img{
	transform: scale(1.1);
}
.list-content p{
	margin: 2rem 0 3rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.listview-sec .row:nth-child(even){
	align-items: end;
	margin-top: -17rem;
	background: #1e1f21;
}
.listview-sec .row:nth-child(even) .list-content{
	padding-top: 17rem;
}
.listview-sec .row:nth-child(even) .list-content, .listview-sec .row:last-child .list-content{
	padding-bottom: 0;
}
.listview-sec .row:nth-child(even) .list-content, .listview-sec .row:nth-child(even) .list-content .txt-btn{
	color: #fff;
}
.listview-sec .row:nth-child(even) .txt-btn:before{
/*	background-image: url(../images/arrow.svg);*/
}
.listview-sec .txt-btn:hover{
	opacity: .63;
}
/*==============service-dtl==========*/
.service-dtl-top{
	background: #1e1f21;
	margin-bottom: -8rem;
}
.service-dtl-top img{
	object-fit: cover;
}
.left-content{
	color: #fff;
	padding: 20rem 8% 12rem 10%;
	max-width: 90rem;
}
.left-content h2, .form-wrap h3 {
  	margin-bottom: 3rem;
}
.service-dtl-middle .each-content.pt-0{
	border-bottom: 0;
}
.service-dtl-middle .d-table-cell{
	padding-top: 8rem;
}
.form-sec{
	padding: 10rem 0;
}
.form-wrap{
	padding: 0 10%;
}
.form-styl{
	color: #121212;
	font-size: 2rem;
	padding: 1.7rem 3rem;
	border: 1px solid #939598;
	border-radius: 0;
	box-shadow: none !important;
	resize: none;
}
.form-styl:focus{
	border-color: #939598;
	color: #121212;
}
.form-styl:placeholder {
	color: #121212;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #121212;
	opacity: 1;
}
.form-styl::placeholder {
	color: #121212;
	opacity: 1;
}
.foto_upload{
	color: #121212;
}
/*===========overons=========*/
.team-member .list-content p{
 	display: block;
}
.overons-content-block .align-items-center{
 	background: #fff;
}
.overons-content-block .gallery-content h4, .overons-content-block .gallery-content h5, .address h4, .address h5{
	color: #121212;
}
.overons-top-heading h4{
	font-family: 'ModeratMedium';
	margin: 10% 0;
}
/*==============contact==========*/
.map-sec{
	background: #1e1f21;
	border-bottom: 1px solid #939598;
}
.openingtime{
	padding: 10%;
	color: #fff;
}
.openingtime table{
	width: 100%;
	margin: 3rem 0 6rem;
}
.openingtime h3{
	padding-bottom: 5rem;
	margin-bottom: 5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.openingtime h4{
	font-family: 'ModeratBold';
	font-size: 3rem;
}
.openingtime td h5, .gray-block h5{
	font-family: 'ModeratRegular';
	line-height: 1.4;
}
.openingtime td h5{
	margin-bottom: 1rem;
}
.openingtime p{
	font-family: 'ModeratMedium';
}
.address{
	height: 370px;
	background: #fff;
}
.gray-block h5, .view-showroom p, .gray-block h4{
	color: #fff;
}
.gray-block a:hover{
	text-decoration: underline;
}
.gray-block{
	background: #939598;
}
.view-showroom{
	background: #1e1f21;
	padding: 10%;
}
.view-showroom p{
	margin-top: 3rem;
}
.opening-area h4{
	margin-bottom: 12rem;
}
/*=============aanbod-dtl=============*/
header.position-relative{
	background: #151618;
}
.slider-top .col-lg-3 .txt-btn{
	border-right: 1px solid #939598;
	padding: 25px 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.slider-top .txt-btn:not(.back-btn .txt-btn):before{
	display: none;
}
.slider-top .back-btn .txt-btn{
	padding-left: calc(20% + 4rem);
}
.back-btn .txt-btn:before{
	left: 20%;
	right: auto;
	transform: translateY(-50%) rotate(-90deg);
}
.slider-top .txt-btn:not(:hover) .ph-img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.slider-top .txt-btn:hover:before{
/*	background-image: url(../images/arrow.svg);*/
}
.slider-top .txt-btn:hover {
	background: #949599;
}
.slider-top .txt-btn:hover{
	color: #fff;
}
.dtl-slider-sec .swiper{
	background: #000;
}
.dtl-slider-sec .swiper-slide-prev, .dtl-slider-sec .swiper-slide-next{
	opacity: .5;
}
.dtl-slider-sec .circle-arrow {
  	width: 5rem;
  	height: 5rem;
  	border-color: #fff;
}
.dtl-slider-sec .circle-arrow img{
	width: 12px;
}
.dtl-slider-sec .swiper-button-next{
	right: 9%;
}
.dtl-slider-sec .swiper-button-prev{
	left: 9%;
}
.aanbod-dtl-content{
	background: #151618;
	color: #fff;
	padding: 7rem 0;
	overflow: hidden;
}
.aanbod-dtl-content .text-lg-end h3{
	font-family: 'ModeratExtendedBold';
}
.aanbod-dtl-content .text-lg-end h4, .aanbod-dtl-content h2, .aanbod-dtl-content h6{
	font-family: 'ModeratExtendedRegular';
}
.aanbod-dtl-content h6, .aanbod-dtl-content h2 span{
	font-size: 2rem;
}
.custom-row{
	margin: 8rem -4% 0;
}
.aanbod-dtl-content table{
	width: 100%;
	margin-top: 2rem;
}
.aanbod-dtl-content td{
	vertical-align: top;
	padding: 1.5rem 0;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.aanbod-dtl-content td:nth-child(even){
	text-align: right;
}
.custom-row .col-lg-4{
	padding-right: 4%;
	padding-left: 4%;
}
.aanbod-gallery .col-lg-3{
	width: 28%;
}
.aanbod-gallery .col-lg-9{
	width: 72%;
}
.each-gal {
 	overflow: hidden;
}
.each-gal img{
	height: 100%;
	object-fit: cover;
}
.aanbod-dtl-content h4 {
	font-size: 2.8rem;
}
.aanbod-dtl-content h2 {
	font-size: 5.4rem;
}
/****tab****/
.aanbod-detail-tab{
	padding: 7rem 0;
}
.aanbod-detail-tab ul{
	border-bottom: 0;
}
.aanbod-detail-tab .nav-tabs li{
	width: calc(20% - 3rem);
	text-align: center;
	margin-bottom: 2rem;
	margin-right: 3rem;
}
.aanbod-detail-tab .nav-tabs li a {
	padding: 1.5rem 0;
	display: block;
	width: 100%;
	border: 1px solid #000;
	color: #000;
	font-family: 'ModeratExtendedMedium';
	font-size: 1.7rem;
}
.aanbod-detail-tab .nav-tabs li a.active {
	background: #939598;
	border-color: #939598;
	color: #fff;
}
.aanbod-detail-tab .tab-content h3{
	margin-bottom: 3rem;
}
.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 10px;
    background-size: 6px;
    padding-left: 15px;
    font-family: 'ModeratMedium';
}
.bullet-panel li{
    padding-left: 15px;
}
.bullet-panel li:after {
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.tab-heading h5{
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 2px solid #121212;
}
.bullet-panel li, .kenmerken-tab li{
	margin-bottom: 1rem;
	position: relative;
}
.bullet-panel{
	padding-bottom: 3rem;
}
.left-bg-block {
	width: 140px;
	background: #939598;
	color: #fff;
}
.block-dtls {
  	width: calc(100% - 140px);
  	border: 1px solid #121212;
	border-left: 0;
	padding: 15px;
}
.textarea-form .akker_btn_cls{
	position: absolute;
	right: 0;
	bottom: 0;
}

/*******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.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}
.star_icon h5{
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #121212;
    text-transform: uppercase;
    display: inline-block;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    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;
}
.inrl-form {
	height: 325px;
}
.privacy_section {
	margin-top: 5%;
}
.error_background{
	padding: 55px;
	background: #0e0e0e;
}
.translation-links a.active {
     filter: drop-shadow(-1px 1px 6px #fff);
}
.dtl-slider-sec .swiper-slide{
	cursor:pointer;
}
.carpass-img{
	width: 125px;
}

.h-kmil {
    display: flex;
}
.opening-area a:hover {
  text-decoration: none;
}



.listview-sec .akker_btn_cls {
    background-color: transparent;
    border-color: #121212;
    color: #121212;
}
.listview-sec .row:nth-child(even) .list-content, .listview-sec .row:nth-child(even) .list-content .txt-btnn {
    color: #fff;
}

.listview-sec .row:nth-child(even) .list-content, .listview-sec .row:nth-child(even) .list-content .txt-btnn {
    color: #fff !important;
    border-color: #fff !important;
    background-color: transparent !important;
}
.listview-sec .akker_btn_cls:active, .listview-sec .akker_btn_cls:focus, .listview-sec .akker_btn_cls:hover {
  color: #fff !important;
  border-color: #939598 !important;
  background-color: #939598 !important;
}
.listview-sec .row:nth-child(even) .akker_btn_cls:active, .listview-sec .row:nth-child(even) .akker_btn_cls:focus, .listview-sec .row:nth-child(even) .akker_btn_cls:hover {
  color: #fff !important;
  border-color: #939598 !important;
  background-color: #939598 !important;
}

.filter .input .select-styl {
    color: #fff;
}

.dropdown-menu {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    text-align: left;
    background-color: transparent;
    border: 0;
    display: none;
    background-color: #121212;
  	padding: 1rem;
  	
}
.header-menu li:hover .dropdown-menu  {
	display: flex;
}
.review-section {
	padding: 7rem 5rem;
}
.header-area .dropdown-menu a {
    padding: 5px 0px;
    width: max-content;
}
.header-area .dropdown-menu a:hover {
   border-bottom: 1px solid #fff;
   opacity: 1;
}

.hkmphoto {
    justify-content: space-between;
}
.video-icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.video-icon img{
	width: 15%;
}