@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-size: 1.8rem;
    font-family: 'ModeratLight';
    color: #191919;
	background-color: #f7f7f7;
}
html {
    font-size: 62.5%;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*****header******/
.header-area {
    position: relative;
    height: auto;
    padding: 4.5rem 0;
	background-color: #699ad1;
}
.header-area .navbar-brand{
	margin: 0;
}
.header-area .navbar-brand img {
    width: 47rem;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link, 
.header-area .nav-link{
	font-family: 'ModeratLight';
	font-size: 1.8rem;
	letter-spacing: .05rem;
	color: #FFF;
}
.header-area .menu-navigation .menu-items a {
	color: #fff;
}
.header-area .navbar-nav {
	margin-top: 0;
}
.header-area .nav-item{
	margin: 0 1rem;
}
.menu-icon{
    margin-left: 0;
    margin-top: -4px;
}
.menu-items ul{
    text-align: left;
}
.header-area .nav_menu_right_part{
	position: relative;
    right: 0;
    -webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.header_inner{
    padding: 0;
}
.nav_menu_right_part.active a.menu-word{
    opacity: 0;
}
.menu-navigation {
    padding: 15rem 3rem 3rem;
}
.menu-items.active{
	width: 30rem;
}
.header-area .nav-link:before {
	background-color: #FFF;
}
.header-area .menu-icon:after, .menu-icon:before, .menu-icon div {
	background-color: #FFF;
}
.header-area .search { 
	width: 2.5rem;
	cursor: pointer;
}
.header-area .menu-icon {
	width: 3rem;
}
.header-area .menu-icon div {
	margin: 0.5rem 0;
}
.header-area .menu-icon.active:before,
.header-area .menu-icon.active::after {
	background-color: #fff;
}
.header-area .menu-icon.active div {
	margin: 0;
}
/*****banner-sec****/
.banner-sec { 
	background-color: #181818;
	position: relative;
}
.banner-sec::after {
	content: '';
	height: 10rem;
	width: 31%;
	top: 0;
	left: 0;
	background-color: #181818;
	position: absolute;
}
.banner-sec .col-lg-8 {
	width: 69%;
}
.banner-content {
	position: absolute;
    z-index: 1;
    bottom: 9%;
	width: 100%;
}
.banner-content .akker_btn_cls {
	margin-top: 6rem;
}
.banner-sec h5{
	margin-top: 10%;
}
/***product-sec****/
.product-sec {
	padding: 4% 0 0;
	position: relative;
}
.product-sec::after {
	content: '';
	height: 18rem;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #232323;
	position: absolute;
	z-index: -1;
}
.sec-heading {
	margin-bottom: 3%;
}
.product-dtl {
	padding: 3rem 4rem;
	background-color: #f7f7f7;
	width: calc(100% + 25rem);
    margin-left: -25rem;
	margin-top: 4rem;
	position: relative;
}
.product-dtl::after {
	content: '';
	background-color: #cdcdcd;
	height: 1px;
	width: 55%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.product-dtl h4 {
	font-size: 3.6rem;
	font-family: 'questagrande-regular';
	line-height: normal;
	margin-bottom: 1rem;
}
.product-dtl h6 {
	text-transform: uppercase;
	height: 42px;
    overflow: hidden;
}
.product-dtl table {
	margin-left: auto;
	font-size: 0;
}
.product-dtl td {
	vertical-align: top;
	color: #191919;
	font-family: 'ModeratExtendedLight';
	font-size: 2.5rem;
	padding-left: 4rem;
}
.product-dtl td:first-child {
	padding-left: 0;
}
.product-dtl td span {
	display: block;
	font-size: 1.5rem;
}
.each-product:nth-child(even) .product-img {
	padding-right: 9%;
}
.each-product:nth-child(odd){
	margin-top: -11%;
	margin-bottom: 9.7rem;
}
.each-product:nth-child(odd) .product-dtl {
	margin: 0 -25rem 4rem 9%;
}
.each-product:nth-child(odd) .product-dtl::after {
	left: 0;
	right: auto;
}
.each-product:nth-child(odd) .product-img {
	padding-left: 9%;
}
.each-product:nth-child(odd) .product-dtl table {
	margin-left: 0;
}
.product-sec .akker_btn_cls {
	position: relative;
    bottom: 22rem;
}
/****content-block****/
.content-block {
	background-color: #232323;
	padding: 2rem 0 6%;
}
.content-text {
	position: relative;
	left: 14%;
}
.content-text h2 {
	width: calc(100% + 10rem);
}
.content-text .accordion {
	padding-right: 35%;
}
.content-text .accordion-item {
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #7b7b7b;
}
.content-text .accordion-item:last-child {
	border: 0;
}
.content-text .accordion-button{ 
	padding: 2.7rem 0;
	box-shadow: none;
	background-color: transparent;
}
.content-text .accordion-body {
	padding: 0;
}
.content-text .accordion-body p {
	margin-bottom: 5rem;
	color: #f5f5f5;
	font-size: 1.6rem;
}
.content-text .accordion-button h5 {
	opacity: 0.4;
}
.content-text .accordion-button:not(.collapsed) h5 {
	opacity: 1;
}
.content-text .accordion-button::after {
	display: none;
}
.content-text .accordion-button:not(.collapsed)::after {
	display: none;
}
.content-block .akker_btn_cls {
	margin-top: 5rem;
}
/***feature-sec****/
.feature-sec { 
	padding: 7rem 0;
	background-color: #191919;
}
.each-feature {
	display: flex;
	align-items: center;
	justify-content: center;
}
.each-feature img {
	width: 2.5rem;
	margin-right: 1.8rem;
	margin-top: -0.3rem;
}
.feature-sec h6 {
	color: #fff;
	position: relative;
}
.feature-sec ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 8%;
}
.feature-sec li {
	position: relative;
	padding-left: 4.5rem;
}
.feature-sec li::after {
	padding-left: 2.5rem;
    background-size: 2.5rem;
    position: absolute;
    top: -0.5rem;
    left: 0;
    content: '';
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(../images/star.svg);
    background-repeat: no-repeat;
}
/****quote-sec***/
.quote-sec {
	background-color: #191919;
	padding: 11% 0 8%;
	position: relative;
}
.quote-top-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 43%;
}
.quote-btm-img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 31%;
}
.quote-text {
	position: relative;
	z-index: 2;
}
.quote-text h3 {
	font-size: 7.4rem;
	color: #f5f5f5;
	margin-bottom: 5rem;
}
/****insta-sec****/
.insta-sec {
	padding-top: 4%;
	background-color: #191919;
}
/***testimonial-sec**/
.testimonial-sec {
	padding: 13% 0 12%;
	position: relative;
	overflow: hidden;
	/*background-attachment: fixed;*/
	background-color: #191919;
}
.testimonial-sec::after {
	content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(25, 25, 25, 0.63);
    position: absolute;
}
.testimonial-slider {
	position: relative;
	right: -35%;
}
.each-testimonial {
	max-width: 59rem;
	width: 100%;
}
.each-testimonial h3 { 
	color: #fff;
}
.each-testimonial h5 {
	text-transform: none;
	margin-bottom: 4rem;
}
.each-testimonial h6 {
	font-size: 1.6rem;
	color: #fff;
}
.testimonial-sec .swiper-button-prev {
	left: 11%;
}
.testimonial-sec .swiper-button-next {
	display: none;
}
/***footer-area***/
.footer-area {
	background-color: #1f1f1f;
}
.footer-info-wrap {
	max-width: 87rem;
	margin-left: 11%;
}
.footer-top {
	background-color: #f7f7f7;
	padding: 4% 7% 7% 0;
	margin-top: -9rem;
	position: relative;
}
.each-footer-info p { 
	text-transform: uppercase;
}
.each-footer-info p a:hover {
	color: #181818;
	opacity: 0.7;
}
.each-footer-info p span a {
	text-transform: none;
	border-bottom: 1px solid #181818;
}
.footer-logo img {
	width: 40rem;
}
.footer-btm {
	padding: 3.5rem 4% 3.5rem 0;
	display: flex;
	align-items: center;
	justify-content: end;
}
.footer-btm li {
	display: inline-block;
	margin-right: 4rem;
}
.footer-btm li:last-child {
	margin: 0;
}
.footer-btm li img {
	width: 2.5rem;
	opacity: 0.5;
}
.footer-btm li a:not(:last-child) {
	margin-left: 3rem;
	margin-right: 1rem;
}
.footer-btm li img:hover {
	opacity: 1;
}
.footer-btm p {
	color: #7d7d7d;
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 74%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.6);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #E0E0DA;
	position: relative;
}
.modal-area .popup-content p {
    margin: 4rem 0 5rem;
}
.modal-area .popup-content .akker_btn_cls {
	max-width: 20.1rem;
	height: 5rem;
	line-height: 4.8rem;
}
.modal-area .popup-content {
    padding: 8rem 14%;
    background-color: #fff;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 1;
}
.close-img img {
	width: 4rem;
}
/*=================================contact page start======================================*/
.contact-map-sec { 
	background-color: #f7f7f7;
	padding: 5% 0;
}
.contact-map-sec .content-text {
	left: 0;
}
.contact-map-sec .content-img {
	height: 65rem;
	margin-left: 5rem;
}
.contact-map-sec .content-text h5{
	color: #181818;
	padding: 8.6rem 0 6rem;

}
.contact-map-sec .content-text a{
	border-bottom: 1px solid #181818;
}
.contact-map-sec .content-text a:hover{
    color: #181818;
    opacity: 0.7;
}
.contact-time-sec{
    position: relative;
    padding: 0;
}
.contact-time-sec .content-img {
	height: auto;
	margin-right: 10rem;
	margin-left: 0;
	height: 100%;
}
.contact-time-sec .content-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact-time-sec .content-text {
	left: 0;
	padding-bottom: 15%;
}
.contact-time-sec .content-text h5{
	padding: 2rem 0 5rem;

}
.contact-time-sec .content-text table{
	width: 100%;
	margin-bottom: 2rem;
}
.contact-time-sec .content-text table td{
	display: flex;
	justify-content: space-between;
	padding: 2rem 0;
	border-bottom: 1px solid #cdcdcd ;
}
.contact-time-sec .content-text table td:first-child{
	border-top: 1px solid #cdcdcd ;
}
.contact-time-sec .content-text p{
	padding-bottom: 1rem;
}
.contact-time-sec .content-text p:last-child{
	padding-bottom: 0;
}
.contact-time-sec .content-text p a{
	border-bottom: 0;
}
.contact-form-sec{
    background-color: #232323;
    padding: 6% 0;
}
.contact-form-sec h2{
    padding-bottom: 6rem;
}
.form-group {
    margin-bottom: 1.7rem;
}

textarea.form-styl {
    padding: 2.2rem 2.4rem 12rem;
}
.form-styl {
    resize: none;
    background-color: #f5f5f5;
    border-radius: 0;
    font-family: 'ModeratLight';
    border: 0;
    color: #181818;
    font-size: 1.6rem;
    padding: 1.4rem 3rem;
}
.form-styl:focus {
    box-shadow: none;
    color: #181818;
    background-color: #f5f5f5;
	border: 0;

}
.contact-form-sec form .form-label{
	font-size: 1.4rem;
	color: #fff;
	font-family: 'ModeratLight';
}
.contact-form-sec form .akker_btn_cls {
    max-width: 29rem;
    height: 7.4rem;
    line-height: 6.2rem;
}
.form-content{
	padding-bottom: 3.8rem;
	position: relative;
	left: -5rem;
	padding-right: 16%;
}
.form-content p{
	color: #fff;
	font-size: 1.6rem;
}
/*=================================inner-header start===================================*/
.inner-header-area{
	background-color: #181818;
}
.inner-header-area .navbar-expand-lg .navbar-nav .nav-link, .header-area .nav-link {
    color: #fff;
}
.inner-header-area .nav-link:before {
    background-color: #fff;
}
.inner-header-area .menu-icon:after, .inner-header-area .menu-icon:before,
.inner-header-area .menu-icon div {
    background-color: #fff;
}
.inner-header-area .search {
    filter: invert(1);
}
/*=================================inner-banner start===================================*/
.inner-banner{
	background-color: #181818;
	padding: 3% 0;
}
.inner-banner-content{
    text-align: center;
}
.inner-banner-content h1{
	color: #fff;
}
/*=================================diensten-list page start===================================*/
.diensten-list-banner .banner-content h6 {
    margin-top: 10rem;
}
.diensten-list-sec{
	padding: 7% 0;
	background: #f7f7f7;
}
.each-diensten-list{
	padding-bottom: 7%;
}
.each-diensten-list:last-child {
    padding-bottom: 0;
}
.dns-list-car-box{
	width: 100%;
	height: 100%;
}
.dns-list-car-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dns-list-content h4{
	margin-bottom: 10%;
}
.dns-list-content p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dns-list-content .text-end{
	margin-top: 9.2rem;
}
.each-diensten-list:nth-child(odd) .dns-list-content{
	padding: 0 8% 0 14% ;
}
.each-diensten-list:nth-child(even) .dns-list-content{
	padding: 0 14% 0 8%;
}
.each-diensten-list:nth-child(odd) .dns-list-content h4{
	padding: 3rem 4rem;
    background-color: #f7f7f7;
    width: calc(100% + 46rem);
    left: -46rem;
    margin-top: 3.7rem;
    position: relative;
}
.each-diensten-list:nth-child(even) .dns-list-content h4{
    margin-top: 3.7rem;
}
.each-diensten-list:nth-child(odd) .dns-list-car-box{
	padding-right: 14%;
	padding-left: 0;
}
.each-diensten-list:nth-child(even) .dns-list-car-box{
	padding-left: 14%;
	padding-right: 0;
}
.each-diensten-list:nth-child(odd) .dns-list-content p{
    padding-right: 21%;
}
.each-diensten-list:nth-child(even) .dns-list-content p{
    padding-right: 21%;
}
/*=================================Projecten-dtl page start===================================*/
.projecten-dtl-product-name-sec{
    background-color: #181818;
	padding: 2% 0 0;
}
.projecten-dtl-product-name{
    text-align: center;
}
.projecten-dtl-product-name h2{
    margin-bottom: 2rem;
}
.projecten-dtl-product-name h5{
	font-size: 2.6rem;
}
.projecten-dtl-car-slider-sec {
	background-color: #181818;
	padding: 6.6rem 0 1rem;
	position: relative;
	z-index: 1;
}
.car-slider {
    position: relative;
    margin-bottom: 9rem;
}
.car-slider .swiper-button-prev {
    left: 5%;
    right: auto;
}
.car-slider .swiper-button-next {
    right: 5%;
    left: auto;
}
.car-dtl-sec {
	background-color: #181818;
	padding-bottom: 6rem;
}
.projecten-dtl-bk-btn-sec{
	position: relative;
}
.dtl-bk-btn{
	position: absolute;
	bottom: 6.8rem;
}
.dtl-bk-btn a{
	font-size: 1.6rem;
	position: relative;
	color: #fff;
	display: flex;
	align-items: center;
}
.dtl-bk-btn a img{
	width: 1.1rem;
	filter: invert(1);
    -webkit-filter: invert(1);
}
.left-arw{
    border: 1px solid #fff;
    width: 5rem;
    height: 5rem;
    text-align: center;
    margin-right: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dtl-bk-btn:hover .left-arw {
	background-color: #fff;
}
.dtl-bk-btn:hover a img {
	filter: invert(0);
    -webkit-filter: invert(0);
}
/*=================================diensten-dtl page start===================================*/
.diensten-dtl-banner-sec{
	margin-left: 21rem;
    width: calc(100% - 21rem);
}
.diensten-dtl-banner-sec .banner-content h3{
	color: #fff;
	margin-bottom: 10%;
}
.diensten-dtl-banner-sec .banner-content h6{
    color: #fff;
}
.diensten-dtl-sec{
    padding: 6% 0;
}
.dns-car-box{
	height: 100%;
}
.dns-car-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dns-car-content{
    padding-bottom: 3rem;
}
.dns-car-content h4{
	margin-bottom: 3.2rem;
	line-height: 5.4rem;
}

.diensten-dtl-sec .dns-car-content{
	padding: 0 23% 3rem 16%;
}
.diensten-dtl-bottom-sec{
    padding: 0;
}
.diensten-dtl-bottom-sec .dns-car-box{
	margin: 0;
	height: auto;
}
.diensten-dtl-bottom-sec .dns-car-content{
	padding: 0 25% 15% 10%;
}
.dns-car-boxx{
	padding-left: 28%;
}
.diensten-dtl-form-sec .form-content{
    left: 0;
    padding-bottom: 0;
}
.diensten-dtl-form-sec .form-content h5{
	font-size: 2rem;
	margin-bottom: 3rem;
}
.diensten-dtl-form-sec .form-content a{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.diensten-dtl-form-sec .form-content a:hover{
    color: #7d7d7d;
}
/*=================================werkplaats-dtl page start===================================*/
.werkplaats-form-sec .form-content{
    max-width: 52.8rem;
    width: 100%;
    padding-right: 0;
}
/*=================================werkplaats-list page start===================================*/
.werkplaats-list-banner .banner-content {
    top: 35%;
}
/*=================================restauratie page start===================================*/
.restauatie-banner-sec .banner-content h3 {
    margin-bottom: 19%;
}
/*=================================overons page start===================================*/
.overons-banner-sec{
	margin-left: 0;
	width: 100%;
}
.overons-banner-sec .banner-content {
    padding-left: 10%;
}
.overons-banner-sec .banner-content h3 {
    margin-bottom: 7%;
    line-height: normal;
}
.overons-banner-sec .each-banner{
	margin-left: -1px;
	position: relative;
	z-index: 1;
}
.overons-top-sec{
    padding: 2% 0 3%;
}
.overons-middle-sec{
	background-color: #181818;
    position: relative;
    padding: 4% 0 0;
}
.overons-middle-sec .dns-car-content {
    padding: 5% 0 11% 24%;
    position: relative;
}
.overons-middle-sec .dns-car-content h2{
	width: calc(100% + 24rem);
	margin-bottom: 5rem;
}
.overons-middle-sec .dns-car-content p{
	color: #fff;
	max-width: 56rem;
	width: 100%;
}
.overons-middle-sec .dns-car-boxx {
    padding-left: 0;
}
.overons-banner-sec::after {
    width: 41.6%;
}
.overons-slider-sec{
	position: relative;
}
.overons-car-slider{
	position: relative;
}
.overons-slider-sec .swiper-slide{
    height: auto;
}
.car-img-holder {
    position: relative;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.overons-slider-sec .olufsen_each_block {
    overflow: hidden;
}
.overons-slider-sec .olufsen_image_content {
    position: relative;
}
.overons-car-slider h3 {
    color: #fff;
    padding-left: 15%;
    position: absolute;
    z-index: 2;
    top: 9%;
}
.overons-car-slider .swiper-button-next {
    right: 15rem;
    left: auto;
}
.overons-car-slider .swiper-button-prev {
    left: 15rem;
    right: auto;
}
.overons-car-slider .common-arrow{
    border: 1px solid #fff;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
}
.overons-car-slider .common-arrow img {
    width: 2rem;
}
.overons-bottom-sec{
	position: relative;
	background: #fff;
}
.overons-bottom-sec:after{
	content: '';
    height: 13rem;
    width: 56.5%;
    top: 0;
    right: 0;
    background-color: #191919;
    position: absolute;
}
.overons-bottom-sec .dns-car-content {
    padding: 25% 10% 10% 9%;
}
.overons-bottom-sec .akker_btn_cls{
    margin-top: 5rem;
    border: 2px solid #cdcdcd;
    max-width: 21rem;
    height: 6.4rem;
    line-height: 6.2rem;
}
.overons-bottom-sec .akker_btn_cls:hover{
	border: 2px solid transparent;
}
.overons-bottom-sec .dns-car-box {
    margin-right: 9%;
    height: 100%;
}
.overons-bottom-sec .dns-car-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*=================================collectie-list page start===================================*/
.aanbod-grid-block{
	background: #f7f7f7;
	padding: 2% 0 8%;
}
.aanbod-grid-block .col-xl-4{
	margin-bottom: 2rem;
}
.aanbod-grid-block .each-product{
	margin: 0 !important;
}
.aanbod-grid-block .product-dtl{
	background: #fff;
	padding: 5%;
	margin: 0 !important;
	width: 100%;
}
.aanbod-grid-block .each-product .product-img {
    padding-left: 0;
}
.aanbod-grid-block .each-product .product-dtl::after {
    display: none;
}
.aanbod-grid-block .product-dtl table{
	margin: 0 0 3rem 0 !important;
}
.product-price h5{
	font-family: 'ModeratExtendedLight';
    color: #191919;
    line-height: normal;
}
.aanbod-grid-block .akker_btn_cls {
    position: static;
    height: 5.6rem;
	line-height: 5.4rem;
	margin: 0 !important;
}
.list-about .product-price{
	display: block;
	padding: 5%;
}
.list-about .product-price h5,
.list-about .product-price p{
	color: #fff;
}
.list-about .product-price p{
	margin: 2rem 0 4rem;
}
.list-about .product-price .akker_btn_cls {
    background-color: #fff;
    color: #181818;
    border-color: #fff;
    width: 50%;
}
.list-about .product-price .akker_btn_cls:hover{
	background-color: #181818;
	color: #fff;
	border-color: #181818;
}
/*==============================collectie-dtl-page start===================================*/
/**car-dtl-wrap***/
.car-dtl-wrap {
	margin-bottom: 8rem;
}
.car-dtl-wrap table {
	margin: 0 auto;
}
.car-dtl-wrap td {
	text-transform: uppercase;
    padding-right: 9rem;
    vertical-align: top;
}
.car-dtl-wrap td:last-child {
	padding-right: 0;
}
.car-dtl-wrap td h5 {
	font-size: 3rem;
	color: #fefefe;
}
.car-dtl-wrap td span {
	font-size: 1.4rem;
    font-family: 'ModeratLight';
    color: #fefefe;
	opacity: 0.5;
	margin-bottom: 1rem;
	display: block;
}
/*****dtl-tab-content******/
.each-tab-part h3 {
	margin-bottom: 2rem;
}
.dtl-tab-content-heading h2 {
	padding: 5rem 0;
	display: block;
}
.dtl-tab-content-heading h2::after {
	display: none;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'ModeratLight';
    font-size: 1.5rem;
    color: #121212;
    padding-bottom: 1rem;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 0.8rem;
    padding-left: 1.3rem;
    background-size: 0.7rem;
    color: #121212;
	font-family: 'ModeratLight';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h5 {
    border-bottom: 1px solid #121212;
    padding-bottom: 1rem;
    font-family: 'ModeratLight';
	color: #121212;
}
.dtl-tab-sec .tab-content .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
    font-family: 'ModeratLight';
}
.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;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #232323;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #232323;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
	font-size: 1.6rem;
}
.each-onderhoud-block h4 {
    color: #121212;
    font-family: 'ModeratLight';
    font-size: 2.2rem;
	text-transform: none;
	line-height: normal;
}
.each-onderhoud-block h5 {
    color: #121212;
    margin: 1rem 0px 2rem;
    font-size: 1.8rem;
	font-family: 'ModeratLight';
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.each-tab-part {
    border-bottom: 1px solid #232323;
    padding-top: 5%;
}
.tab-btn {
    font-size: 2.4rem;
    color: #191919;
    font-family: 'ModeratLight';
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 3rem 7.5rem 3rem 0;
}
.tab-btn:after {
    position: absolute;
    border: 1px solid rgba(22,22,22,0.25);
    width: 4.3rem;
    height: 4.3rem;
    right: 0;
    background-color: transparent;
    content: '';
    background-image: url(../images/white-button-arrow.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
    border-radius: 100%;
    transform: rotate(90deg);
}
.less-info .tab-btn:after {
    transform: rotate(-90deg);
}
.dtl-tab-sec .tab-content {
    height: 200px;
    overflow: hidden;
    position: relative;
    padding: 0;
}
/***aanbod-dtl-location-sec****/
.collectie-dtl-location-sec {
	padding-bottom: 0;
}
.collectie-dtl-location-sec .content-img { 
	height: 100%;
}
.collectie-dtl-location-sec .content-img img { 
	height: 100%;
	object-fit: cover;
}
.collectie-dtl-location-sec .content-text {
	padding-bottom: 6rem;
}
/*=================================projecten-list page start===================================*/
.aanbod-grid-block p{
	margin-top: 1rem;
	margin-right: 5rem;
}
/*=================================verkocht page start===================================*/
.verkocht-sec .product-dtl{
	background: #f5f5f5;
}
/*=================================restauratie page start===================================*/
.restauratie-slider-sec{
	background: #181818;
	padding: 8% 0 7%;
}
.restauratie-slider-sec .each-product .product-dtl{
    background: transparent;
    padding: 2rem 0 0;
}
.restauratie-slider-sec .each-product .product-dtl h4{
    color: #fff;
}
.restauratie-slider-sec .text-end{
	margin-top: 2rem;
}
.restauratie-slider-wrap{
    padding: 0 5%;
}
/*==============================collectie-listview-page start===================================*/
.aanbod-list-block .product-dtl table{
	margin-bottom: 0 !important;
}
.aanbod-list-block .product-dtl{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.car_dtl table{
	width: 100%;
}
.product-dtl .collectie-product-name h4{
	margin-bottom: 0;
}
.collectie-product-name td:first-child{
	width: 30%;
}
.aanbod-list-block .car_dtl td{
	width: 50%;
	display: inline-block;
	padding-left: 0;
    margin-top: 1.5rem;
}
.aanbod-list-block .car_dtl td span{
	opacity: .5;
}
.aanbod-list-block hr{
	margin: 2rem 0;
	background: #1c1c1c;
}
.aanbod-list-block .each-product{
	margin-bottom: 3rem !important;
}
.aanbod-each-filter-grid {
    opacity: 0.5;
    cursor: pointer;
}
.aanbod-each-filter-grid.active {
    opacity: 1;
}
.aanbod-each-filter-grid img {
    width: 2.8rem;
    margin: 0 1rem;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}
.aanbod-each-filter-grid img:last-child{
	margin-right: 0;
}
.filter-sec .text-end{
	display: flex;
	justify-content: end;
	margin-top: 2rem;
}
.aanbod-each-filter-grid a{
    color: #fff;
    font-family: 'ModeratLight';
    text-transform: uppercase;
    font-size: 1.5rem;
}
/*=================================filter-sec  start===================================*/
.filter-sec{
	background-color: #181818;
	padding-bottom: 7rem;
}
.select-style {
    width: 100%;
    height: 7rem;
    line-height: 7rem;
    color: #fff;
    font-family: 'ModeratLight';
    font-size: 1.6rem;
    border: 2px solid #ffffff;
    border-radius: 0;
    background: url(../images/down-arrow.svg) #181818 no-repeat 92% center/13px;
    appearance: none;
    padding: 0 2.3rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}
.select-style option{
	font-family: arial;
}
.each-filter{
	max-width: 380px;
    margin: auto;
}
.filter-sec p{
	color: #fff;
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-top: 2rem;
	opacity: 0.4;
}
/*=================================bedankt page  start===================================*/
.bedankt-sec {
    position: relative;
}
.bedankt-sec .banner-content {
    z-index: 2;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.bedankt-sec .banner-content h3{
    color: #fff;
}
.bedankt-sec .akker_btn_cls{
    margin-top: 3rem;
}
.bedankt-header-area{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: transparent;
}
/*******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 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;
}
.privacy_section{
	margin-bottom: 10%;
}
.error_top{
	margin-bottom: 10%;
}
.privacy_section p{
	word-break: break-word;
}
.mobile_back {
	display: none;
}

/*================search-area-popup===============*/
.search-area { 
	background-color: #181818;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s;
}
.search-area.active{
	opacity: 1;
	pointer-events: all;
}
.search-close { 
	position: absolute;
	top: 3rem;
	right: 3rem;
	cursor: pointer;
}
.search-close img {
	width: 3rem;
}
.search-body { 
	text-align: center;
    position: relative;
    top: 50%;
    width: 633px;
    margin: 0 auto;
    transform: translateY(-50%);
    max-width: 90%;
}
.search-body h4 {
	color: #fff;
	margin-bottom: 2.5rem;
	font-family: 'ModeratExtendedLight';
}
.search-field {
	position: relative;
}
.search-field button {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	height: 100%;
	border: none;
}
.search-field button img {
	width: 2rem;
}
.search-field .form-styl {
	padding-right: 5rem;
}
.menu-navigation .dropdown-menu{
	background-color: transparent;
  	position: relative !important;
  	border: 0;
  	transform: translate(0px, 0px) !important;
}
.menu-navigation .dropdown-item{
	padding: 0 !important;
	background-color: transparent !important;
	margin-bottom: 1rem;
}
.contact-btm-slider{
	padding: 8rem 0 20rem !important;
}
.contact-btm-slider h4{
	line-height: 1.2;
	font-family: 'ModeratLight';
}
.contact-btm-slider .text-center{
	margin-bottom: 5rem;
}