<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'NunitoSansLight';
    font-size: 14px;
    color: #fff;
    background: #272727;
    top: 0 !important;
}
.dblock{
	display:none;
}
.grecaptcha-badge { visibility: hidden; }
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/**************** Header*****************/
.header-area{
	position: absolute;
	z-index: 2;
	width: 100%;
	background:rgba(0,0,0,0.5);
	border-bottom: 2px solid #a28953;
	padding: 30px;
}
.desktop-nav{
	padding: 40px 0 0;
}
.desktop-nav .nav-item{
	font-size: 15px;
    font-family: 'NunitoSansRegular';
    text-transform: uppercase;
    padding-right: 24px;
    letter-spacing: 0.4px;
}
.desktop-nav .nav-item:last-child{
	padding-right: 0;
}
.desktop-nav .nav-item img{
	margin-top: -5px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	width: 16px !important;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0;
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link:hover{
	opacity: 0.6;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-area .container-fluid{
	position: relative;
}
.flag-part a{
	display: inline-block;
	margin: 8px 0;
	border: 2px solid #a28953;
	border-radius: 100%;
}
.flag-part{
	position: absolute;
    right: 0;
    top: 17%;
    transform: translateY(-50%);
}
.active_flag {
    display:none !important;
}
#google_translate_element {
    height: 0;
    overflow: hidden;
}
.skiptranslate {
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
.social-icon{
	position: fixed;
	right: 0;
	top: 35%;
	z-index: 99;
}
.social-icon a{
	background:rgba(18,18,18,0.75);
	width: 69px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.social-icon a:hover{
	background:#a28953;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.social-icon img{
	width: 30px;
}
/*****************banner**************/
.banner-area{
	/* height: 100vh; */
	position: relative;
}
.scroll-button {
  left: 0px;
  bottom: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background:#272727;
  padding: 10px 18px;
  z-index: 2;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.scroll-button img {
  width: 10px;
  transform: rotate(90deg);
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
/**************product*************/
.product-area{
	padding: 80px 0;
}
.product-area h2:before{
	display: none;
}
.sec-content{
	max-width: 715px;
	width: 100%;
	margin:50px auto 90px;
}
.sec-content.text-center&gt;p {
    font-size: 15px;
}
.product-slider-panel{
	position: relative;
}
.product-slider-panel .swiper-button-prev{
	left: -11%;
}
.product-slider-panel .swiper-button-next{
	right: -11%;
}
.product-block{
	padding: 0 9% 90px;
}
.product-block h4{
	position: relative;
	margin-bottom: 50px;
}
.product-block h4 span{
	background: #272727;
	position: relative;
	z-index: 1;
	padding-right:40px;
}
.product-block h4:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -30px;
	width: 20px;
	height: 20px;
	content: '';
	background-image: url(../images/angle.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.product-block h4:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 30px);
	height: 2px;
	content: '';
	background: #a28953;
	right: 0;
}
.product-dtl{
	background: rgba(0,0,0,0.75);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 25px 25px 10px;
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.product-dtl&gt;h5 {
    font-size: 20px;
}
.each-product-slide:hover .product-dtl{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.product-dtl table{
	width: 100%;
	border-top: 1px solid #a28953;
	margin-top: 10px;
}
.product-dtl p{
	font-size: 15px;
	letter-spacing: normal;
	line-height: 24px;
}
.product-dtl td{
	width: 50%;
	vertical-align: top;
	padding-top: 15px;
}
.product-dtl td:nth-child(even){
	padding-left: 25px;
}
/****************gallery sec*****************/
.image-block img{
	height: 100%;
	object-fit: cover;
}
.content-block{
	background:#2e2e2e;
	padding: 10% 10% 10% 14%;
}
.content-block p{
	margin: 25px 0 40px 30px;
    font-size: 15px;
}
.image-block-heading{
	position: absolute;
	bottom: 0;
	width: 100%;
	background:rgba(0,0,0,0.75);
	z-index: 1;
	padding: 40px 0;
}
.image-block-heading .txt-btn{
	color: #fff;
	font-size: 30px;
	font-family: 'PointBold';
}
.image-block-heading .txt-btn:after{
	width: 20px;
	height: 20px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	right: -35px;
}
.image-block-heading .txt-btn:hover:after{
	right: -45px;
}
.gallery-sec .common-arrow{
	width: 45px;
	height: 45px;
	background:#a28953;
	border-radius: 0;
	top: 80px;
	transform: translateY(0);
}
.gallery-sec .swiper-button-prev{
	left: -45px;
}
.gallery-sec .swiper-button-next{
	left: 0;
	right: auto;
}
.gallery-sec .common-arrow img {
    width: 10px;
    height: 10px;
}
/************footer upper area**************/
.footer-uppper-sec {
	padding: 80px 0;
	border-bottom: 1px solid #a28953;
	border-top:1px solid #a28953;
}
.footer-uppper-sec h3{
	font-family: 'rokkittregular';
}
.footer-uppper-sec .form-group{
	position: relative;
	margin-bottom: 0;
}
.footer-uppper-sec .common-btn{
	font-family: 'NunitoSansSemiBold';
	position: absolute;
	top: 2px;
	right: 2px;
	height: 70px;
	line-height: 68px;
	background: #a28953;
}
.footer-uppper-sec .common-btn:hover{
	background: #fff;
	border-color: #fff;
	color: #a28953;
}
.form-styl {
	width: 100%;
	padding: 0 30% 0 60px;
	height: 74px;
	outline: none;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50px;
	background-color: #272727;
	font-size: 15px;
	font-family: 'NunitoSansSemiBold';
}
.form-styl:focus{
	color: #fff;
	box-shadow: none;
}
.form-styl::placeholder {
	color: #fff;
	opacity: 1;
}
.form-styl::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.form-styl:placeholder {
	color: #fff;
	opacity: 1;
}
/*************footer**************/
.footer-wrap{
	max-width: 1450px;
	width: 100%;
	margin: auto;
}
.footer-info{
	border-top: 2px solid #a28953;
	border-bottom: 2px solid #a28953;
}
.each-info-block {
	padding: 80px 28% 50px;
}
.each-info-block p{
	line-height: 26px;
	margin-top: 20px;
}
.each-info-block p, .each-info-block a{
	color: #9f9f9f;
}
.each-info-block a:hover {
	color: #fff;
}
.each-info-block&gt;h6 {
    min-width: 250px;
}
.footer-info .col-lg-4:nth-child(2){
	border-right: 2px solid #a28953;
	border-left: 2px solid #a28953;
}
.footer-bottom .each-info-block{
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-bottom p{
	color: #fff;
    font-family: 'NunitoSansRegular';
    font-size: 15px;
    margin: 0;
    display: inline-block;
}
.newsletter-block.each-info-block{
	white-space: nowrap;
	padding-right: 0;
}
.newsletter-block form{
	display: inline-block;
	margin-left: 25px;
}
.newsletter-block form&gt;div{
	display: inline-block;
}
.newsletter-block img {
	width: 10px;
	margin-left: 15px;
}
.newsletter-block button {
	margin-left: 15px;
	font-family: 'NunitoSansRegular';
	font-size: 15px;
	background-color: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 0;
}
.newsletter-block .form-styl {
	border-radius: 50px;
	background-color: #fff;
	color: #1c1c1c;
	font-family: 'NunitoSansRegular';
	font-size: 15px;
	max-width: 250px;
	width: 100%;
	padding: 10px 30px;
	border: none;
	height: auto;
	display: inline-block;
}
.newsletter-block .form-styl:focus{
	color: #1c1c1c;
}
.newsletter-block .form-styl::placeholder {
	color: #d6d4d0;
}
.newsletter-block .form-styl::-moz-placeholder {
	color: #d6d4d0;
}
.newsletter-block .form-styl:placeholder {
	color: #d6d4d0;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #000;
    border-color: rgba(255,255,255,0.2);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar&gt;* {
    color: #fff;
}
#menu .mm-listview&gt;li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.2);
}
#menu.mm-menu .cart-img img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
/******home-popup*******/
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.5);
	padding-right: 0 !important;
}
.modal-open{
	padding-right: 0 !important;
}
.modal-area .modal-dialog {
	max-width: 1248px;
	margin-top: 14%;
}
.modal-area .modal-content {
	background-color: #2e2e2e;
	border:0;
	border-radius: 0;
}
.modal-area .close-icon {
	position: absolute;
	top: 20px;
	right: 20px;
}
.modal-area .close-icon img {
	width: 22px;
}
.modal-area .popup-text {
	padding: 6% 8%;
}
.modal-area .popup-text h2::before {
	display: none;
}
.modal-area .popup-text p {
	margin: 55px 0px 35px;
}
/********************contact************************/
.inner-flag-shift .navbar-brand {
/*	display: none;*/
}
.inner-flag-shift .flag-part {
	/*left: 0px;
	right: auto;*/
}
.contact-dtl-sec {
	padding: 140px 0px 160px;
}
.contact-dtl-wrapper {
	max-width: 1456px;
	width: 100%;
	margin: 0 auto;
}
.contact-dtl-sec h2 {
	font-size: 46px;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.contact-dtl-sec h2:before{
	top: 50%;
	transform: translateY(-50%);
}
.contact-dtl-sec table {
	width: 100%;
}
.contact-dtl-sec table tr td {
	width: 100%;
    display: inline-block;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 25px 0px;
}
.contact-dtl-sec table tr td p {
	font-size: 22px;
	font-family: 'NunitoSansRegular';
}
.contact-dtl-sec table tr td a:hover {
	color: #9f9f9f;
}
.contact-mail-call td table td{
	width: auto;
	vertical-align: top;
	border: 0 !important;
}
.contact-mail-call {
	padding-right: 30px;
}
.contact-mail-call span {
	border: 1px solid #a28953;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	margin-right: 30px;
	margin-bottom: 14px;
}
.contact-mail-call span img {
	width: 13px;
}
.contact-time {
	padding-left: 30px;
}
.contact-time span {
	float: right;
}
.contact-time p {
	padding: 5px 0px;
}
.contact-mail-call .common-btn{
	padding: 0 15px;
  	max-width: unset;
  	display: inline-block;
  	width: auto;
}
/***contact-form*******/
.contact-form {
	background-color: #2e2e2e;
	padding: 100px 0px 88px;
}
.contact-form h3 {
	font-size: 36px;
	margin-bottom: 70px;
}
.contact-form .form-styl {
	font-size: 16px;
    padding: 30px 20px;
    resize: none;
    background-color: #3c3c3c;
    border-radius: 0px;
    font-family: 'NunitoSansRegular';
    color: #fff;
    border: none;
}
.contact-form .form-styl.foto_upload{
	padding-top: 0;
	padding-bottom: 0;
	height: 74px;
	line-height: 74px;
}
.contact-form textarea {
	padding-bottom: 58px !important;
}
.contact-form .form-styl:focus {
	box-shadow: none;
	color: #fff;
}
.contact-form label {
	margin-bottom: 20px;
	font-size: 16px;
	font-family: 'NunitoSansRegular';
}
.contact-form .common-btn {
	margin-top: 30px;
}
.form-wrapper {
	margin: 0 auto;
	max-width: 1456px;
	width: 100%;
}
.contact-map {
	height: 596px;
}
/*******************overons****************/
.overons-info-sec {
	padding: 90px 0px 100px;
}
.overons-info-wrapper {
	padding: 0px 75px;
}
.overons-info-sec h2 {
	margin-bottom: 40px;
	max-width: 78%;
}
.overons-info-sec table {
	width: 100%;
}
.overons-info-sec td {
	vertical-align: top;
	width: 50%;
}
.overons-info-sec td:nth-child(odd) {
	padding: 0px 60px 0px 30px;
}
.overons-info-sec td:nth-child(even) {
	padding: 0px 30px 0px 60px;
}
.overons-info-sec td p {
	font-size: 15px;
	font-family: 'NunitoSansRegular';
}
/****middle****/
.overons-middle-sec .content-block{
	margin-top: 90px;
}
.overons-middle-sec .col-lg-7 {
	-ms-flex: 0 0 53.333333%;
    flex: 0 0 53.333333%;
    max-width: 53.333333%;
    background: #2e2e2e;
}
.overons-middle-sec .col-lg-5 {
	-ms-flex: 0 0 46.666667%;
    flex: 0 0 46.666667%;
    max-width: 46.666667%;
}
/****counter*****/
.counter-sec {
	padding: 100px 0px;
}
.counter-wrapper {
	max-width: 1096px;
	width: 100%;
	margin: 0 auto;
}
.counter-box {
/*
	height: 167px;
    width: 167px;
*/
    height: 140px;
    width: 140px;
    background-color: #272727;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: 0 auto 30px;
	border: 2px solid #a28953;
}
.each-counter h5 {
	font-size: 15px;
}
.each-counter h3 {
	font-size: 36px;
}
/****gallerys***/
.overons-gal-sec .common-arrow {
	border-radius: 0px;
	width: 45px;
	height: 45px;
	background-color: #a28953;
	top: 22%;
}
.overons-gal-sec .common-arrow img {
	width: 10px;
}
.overons-gal-sec .swiper-button-next {
	left: 50%;
	right: 0;
}
.overons-gal-sec .swiper-button-prev {
	right: 50%;
	left: auto;
}

/*********************bezoeken******************/
.bezo-contact-dtl-sec {
	background-color: #2e2e2e;
}
.bezo-contact-form {
	background-color: #272727;
}
/********************collectie*********************/
.inner-pg-header {
	position: relative;
	background: #272727;
}
.collectie-fliter-wrapper {
	padding: 0 9%;
}
.collectie-fliter-sec .select-style {
	width: 100%;
    border: 2px solid #a28953;
	border-radius: 30px;
    height: 55px;
    line-height: 53px;
    font-family: 'NunitoSansBold';
    font-size: 15px;
	text-transform: uppercase;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.png) #2e2e2e no-repeat 90% center/8px;
    color: #fff;
    padding: 0 30px;
}
.filter-btn-area .common-btn {
	width: 60px;
	height: 60px;
}
.filter-btn-area .common-btn img {
	width: 20px;
}
.filter-btn-area .col-6:nth-child(1) .common-btn {
	background-color: #fff;
}
.filter-btn-area .col-6:nth-child(1) .common-btn:hover {
	background-color: #a28953;
}
.filter-btn-area .col-6:nth-child(1) .common-btn:hover img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.filter-btn-area .col-6:nth-child(2) .common-btn {
	background-color: #a28953;
}
.filter-btn-area .col-6:nth-child(2) .common-btn:hover {
	background-color: #fff;
}
.filter-btn-area .col-6:nth-child(2) .common-btn:hover img {
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
}
.filter-btn-area .col-6 {
	-ms-flex: 0 0 36%;
	flex: 0 0 36%;
	max-width: 36%;
}
.collectie-fliter-sec {
	background-color: #2e2e2e;
	padding: 60px 0px;
}
.product-collectie-sec {
	padding: 100px 0px 65px;
}
.product-collectie-sec .each-product-slide {
	position: relative;
	margin-bottom: 25px;
}
.product-collectie-sec .sec-heading p{
	margin-right: 24%;
	margin-bottom: 80px;
    font-size: 15px;
}
.collectie-middle-info {
	max-width: 995px;
	margin: 50px auto 90px;
	text-align: center;
}
.collectie-middle-info p {
	margin: 40px 0px 35px;
    font-size: 15px;
}
.collectie-middle-info h2::before {
	display: none;
}
.product-collectie-sec .product-block {
	padding-bottom: 0px;
}
.aanbod-middle-block{
	background: #1b1b1b;
	padding: 0 5%;
}
.aanbod-middle-block h5{
	font-size: 26px;
	font-family: 'rokkittbold';
	color: #a28953;
}
.aanbod-middle-block p{
	font-size: 16px;
    line-height: 22px;
    text-align: justify;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*****************collectie details*****************/
.collectie-dtl-top-sec .swiper-container .swiper-slide-prev .each-collectie-dtl-car,
.collectie-dtl-top-sec .swiper-container .swiper-slide-next .each-collectie-dtl-car {
	position: relative;
}
.collectie-dtl-top-sec .swiper-container .swiper-slide-prev .each-collectie-dtl-car::after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    content: '';
}
.collectie-dtl-top-sec .swiper-container .swiper-slide-next .each-collectie-dtl-car::after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    content: '';
}
.collectie-dtl-top-sec .swiper-button-prev {
	left: 12%;
}
.collectie-dtl-top-sec .swiper-button-next {
	right: 12%;
}
/*****car info sec****/
.collectie-dtl-info-sec {
	background-color: #2e2e2e;
	padding: 75px 0px 60px;
}
.collectie-dtl-info-wrapper {
	padding: 0px 90px;
}
.collectie-dtl-info-top h5 {
	font-size: 30px;
	letter-spacing: 1.2px;
}
.collectie-dtl-info-top h5 span {
	font-family: 'NunitoSansBold';
}
.collectie-dtl-info-top h6 {
	font-family: 'NunitoSansBold';
	font-size: 26px;
}
.car-dtl-info-divider {
	border-top: 2px solid #a28953;
	margin: 45px 0px;
}
.collectie-dtl-info-sec table {
	width: 100%;
}
.collectie-dtl-info-sec table tr td {
	padding-left: 70px;
	font-size: 16px;
	font-family: 'NunitoSansBold';
}
.collectie-dtl-info-sec table tr td:first-child {
	padding-left: 0;
}
.collectie-dtl-info-sec table tr td span {
	font-family: 'NunitoSansRegular';
	line-height: 30px;
}
/****tab area****/
.collectie-dtl-tab-sec {
	padding: 80px 0px 110px;
}
.collectie-dtl-tab-sec .tab-sec {
	margin-bottom: 90px;
}
.collectie-dtl-tab-sec .tab-sec .nav-tabs {
	border: 0;
}
.collectie-dtl-tab-sec .tab-sec .nav-tabs .nav-item {
    width: 18%;
    text-align: center;
    font-family: 'NunitoSansBold';
    font-size: 15px;
    margin-right: 15px;
	text-transform: uppercase;
}
.collectie-dtl-tab-sec .tab-sec .nav-tabs .nav-item .nav-link  {
	border-radius: 30px;
	border: 0;
	background-color: #fff;
	color: #1c1c1c;
	padding: 18px 0;
}
.collectie-dtl-tab-sec .tab-sec .nav-tabs .nav-item .nav-link.active {
	background-color: #a28953;
	color: #fff;
}
.collectie-dtl-tab-sec .tab-content {
	padding: 0px 60px;
}
.collectie-dtl-tab-sec .contact_form.detail_form .foto_upload{
	line-height: 70px;
}
.collectie-dtl-tab-sec .contact_form.detail_form textarea{
	padding-top: 20px;
	resize: none;
}
.collectie-dtl-tab-sec .contact_form.detail_form .form-styl:focus{
	background-color: transparent;
	border-color: #fff;
}
.collectie-dtl-tab-sec .tab-content ul li {
    font-family: 'NunitoSansLight';
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    word-break: break-word;
}
.collectie-dtl-tab-sec .kenmerken-tab ul li {
	width: 48%;
    display: inline-block;
    vertical-align: top;
}
.collectie-dtl-tab-sec .kenmerken-tab ul li:nth-child(odd) {
	background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 6px;
    padding-left: 20px;
    background-size: 7px;
}
.collectie-dtl-tab-sec .bullet-panel {
    margin-bottom: 20px;
}
.collectie-dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.collectie-dtl-tab-sec .tab-content .tab-pane .tab_hedaing h4 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
	font-family: 'NunitoSansBold';
    font-size: 28px;
    letter-spacing: 0.5px;
}
.collectie-dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'NunitoSansRegular';
}
.collectie-dtl-tab-sec .bullet-panel li:after {
	padding-left: 15px;
    background-size: 7px;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.collectie-dtl-tab-sec iframe {
	width: 100%;
	height: 820px;
}
.collectie-dtl-btm-product-sec {
	padding-top: 96px;
}
/*****onder new tab part******/
.each-onderhoud-block {
	display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
	width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a28953;
}
.left-bg-block h6{
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #3c3c3c;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.block-dtls h5 {
    font-family: 'NunitoSansSemiBold';
    font-size: 18px;
}
.block-dtls h6 {
   font-family: 'NunitoSansRegular';
    font-size: 16px;
    margin: 10px 0 20px;
}
/*******************diensten list******************/
.diensten-bnr-btm-sec {
	padding-top: 80px;
}
.diensten-bnr-btm-sec h2::before {
	display: none;
}
.each-listview .content-block p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/******************diensten dtl***************/
.diensten-dtl-back-btn-sec {
	padding-top: 50px;
}
.diensten-dtl-back-btn-sec .common-btn {
	margin-right: 90px;
	position: relative;
	z-index: 1;
	top: 50px;
}
.diensten-dtl-info-sec {
	padding-top: 0px;
}
/***************bedankt********************/
.bedankt-banner-sec {
	position: relative;
}
.bedankt-banner-sec::after {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
}
.bedankt-banner-content {
	position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}
.bedankt-banner-content h2 {
	color: #fff;
	font-family: 'rokkittbold';
}
.bedankt-banner-content h2::before {
	display: none;
}
.bedankt-banner-content .common-btn {
	border-color: #fff;
	margin-top: 60px;
}
/***************oldtimer verkopen*************/
.oldtimer-form .upload img {
	width: 30px;
	opacity: 0.5;
	margin-top: -15px;
}
.oldtimer-form textarea {
	padding-bottom: 70px !important;
}
.oldtimer-form .common-btn {
	margin-top: 50px;
}
.oldtimer-form{
	padding-bottom: 12%;
}
/****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 &gt; img {
	height: 30px;
	padding-top: 15px;
}
.collectie-fliter-wrapper form
{
	width:100%;
}

/*********tab**************/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}

.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: white;;
    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;
}
.calculator_iframe{
	border:0;
	width:100%;
	height:1200px;
}

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

/* Privacy */
.privacy_section{
    padding-bottom: 50px;
}
.privacy_sec{
    color: white;
}

.m_btn{
	background-color: transparent;
    border: none;
}

.error_top{
	padding-top: 190px;
}

#inkoop_form .foto_upload
{
	cursor: pointer;
}
.contact-dtl .contact-mail-call table tr td {
	border-top: 0px solid #dedede;
	border-bottom: 0px solid #dedede;
	padding-bottom: 0px;
}
.contact-dtl .contact-mail-call table tr:first-child td:nth-child(1)
{
	border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.contact-dtl .contact-mail-call table tr:first-child td:nth-child(2) {
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
}
.contact-dtl .contact-mail-call table tr:first-child p:nth-child(1)
{
    padding-bottom: 14px;
}
.grecaptcha-badge {
    z-index: 999;
}
</pre></body></html>