<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: 'NunitoSansRegular';
    font-size: 14px;
    color: #fff;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #1c1c1c;
    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);
}
/*************header**********/
.header-area{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	padding: 40px 0;
}
.desktop-nav .nav-item{
	padding-left: 70px;
	font-size: 15px;
	font-family: 'NunitoSansSemiBold';
}
.desktop-nav, .desktop-nav.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0;
}
/*****menu bar*******/
.menu-bar {
    width: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.menu-bar:after, .menu-bar:before, .menu-bar div {
    background-color: #fff;
    border-radius: 0px;
    content: '';
    display: block;
    height: 2px;
    margin: 4px 0;
    transition: all .2s ease-in-out;
}
.menu-toggle.active .menu-bar div {
    width: 18px;
}
.menu-items {
	display: none;
    width: 100%;
    background: #af460f;
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 2;
    padding: 30px 80px;
}
.menu-items ul{
	text-align: center;
}
.menu-items li{
	display: inline-block;
	font-family: 'NunitoSansRegular';
    font-size: 15px;
    color: #fff;
    padding-right: 60px;
}
.menu-items li:last-child{
	padding-right: 0;
}
.menu-items a{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items li.active a, .menu-items a:hover {
	color: #fff;
	opacity: 0.6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/***********banner*********/
.banner-area{
	position: relative;
}
/**********product sec**********/
.product-sec{
	position: relative;
	padding: 70px 0 90px;
}
.product-sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: #969696;
    clip-path: polygon(0% 0%, 55% 0%, 38% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 55% 0%, 38% 100%, 0% 100%);
}
.product-sec h2{
	color: #fff;
}
.product-wrap{
	padding-left: 12%;
	padding-right: 12%;
}
.sec-heading{
	margin-bottom: 90px;
}
.sec-heading .product-wrap{
	padding-left: 50px;
}
.studio {
    font-family: 'NunitoSansRegular';
    color: inherit;
}
.select-styl {
    width: 100%;
    border: 2px solid #af460f;
    border-radius: 50px;
    height: 60px;
    line-height: 58px;
    font-family: 'NunitoSansBold';
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.png) transparent no-repeat 90% center/12px;
    color: #68605e;
    padding: 0 30px;
    text-transform: uppercase;
    letter-spacing: 0.65px;
}
.select-area .common-btn{
	max-width: 100%;
}
.product-image{
	position: relative;
}
.product-image:after{
	position: absolute;
	bottom: 0;
	width: 62%;
	left: 0;
	content: '';
	height: 7px;
	background:#68605e;
	opacity: 0;
	 transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-product:hover .product-image:after{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.product-dtl{
	background:#fff;
	padding: 30px 25px 25px 30px;
}
.product-dtl h5{
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
	height: 100px;
    overflow: hidden;
}
.product-dtl h5:after{
	position: absolute;
	bottom: 0;
	width: 40px;
	left: 0;
	content: '';
	height: 3px;
	background:#68605e;
}
.product-dtl p{
	font-size: 15px;
	color: #1c1c1c;
	letter-spacing: 0.2px;
	font-family: 'nunito_sanslight_italic';
}
.product-dtl p span{
	margin: 0 5px;
}
.product-dtl .text-right p{
	font-family: 'NunitoSansBold';
}
.product-slider{
	position: relative;
}
.product-slider .swiper-button-prev{
	left: 30px;
}
.product-slider .swiper-button-next{
	background:#969696;
	border-color: #969696;
	right: 30px;
}
/****************middle block**************/
.middle-content{
	background:#474a51;
	padding: 80px 0;
}
.content-wrap{
	max-width: 890px;
	width: 100%;
	margin:auto;
}
.content-wrap p{
	color: #fff;
	margin-top: 25px;
}
.slider-area{
	position: relative;
}
.slider-area:before{
	position: absolute;
	top: 0;
	height:50%;
	left: 0;
	width: 100%;
	content: '';
	background:#474a51;
}
.gallery-heading {
    position: absolute;
    bottom: 100%;
    background-color: rgba(248,242,241,0.75);
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 1;
}
.text-box {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.each-gallery-slide:hover .gallery-heading {
    bottom: 0;
    height: 100%;
}
/********footer upper***********/
.footer-upper-sec{
	padding: 10% 0;
}
.upper-left-content{
	max-width: 760px;
    width: 100%;
    padding-left: 60px;
    padding-top: 60px;
}
.upper-left-content p{
	margin: 60px 0 70px;
}
.upper-image{
	position: relative;
}
.left-content-btn{
	position: absolute;
    right: 30px;
    bottom: 40px;
    width: 100%;
    text-align: right;
}
/***************footer******************/
.footer-area {
	background: #474a51;
}
.footer-address {
    padding: 100px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.footer-area .col-lg-3{
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}
.footer-area .col-lg-9{
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
}
.footer-area li{
	font-family: 'NunitoSansRegular';
	display: inline-block;
	font-size: 16px;
}
.footer-address li {
	padding-right: 130px;
}
.footer-address li:last-child {
	padding-right: 0;
}
.footer-address li img {
	width: 16px;
	margin-right: 20px;
}
.footer-menu li {
	border-right: 1px solid rgba(255,255,255,0.5);
	padding: 35px 80px;
}
.footer-area .col-lg-9 {
	border-left: 1px solid rgba(255,255,255,0.3);
}
.footer-menu li:last-child {
	float: right;
	border-left: 1px solid rgba(255,255,255,0.3);
	border-right: 0;
}





/******************************************contact page start******************************************/
.contact-banner-sec {
	position: relative;
}
.contact-banner-text {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.contact-banner-text h2 {
	color: #fff;
}
/**contact-info****/
.contact-dtl-sec {
	background-color: #f7f7f7;
	padding: 175px 0 145px;
}
.contact-info table{
	width: 100%;
}
.contact-info td:last-child {
	float: right;
}
.contact-info h4 {
	font-size: 25px;
	font-family: 'NunitoSansBold';
	color: #af460f;
	text-transform: none;
}
.contact-info-divider {
	border-top: 2px solid #e0e0e0;
}
.contact-info .col-md-4:nth-child(even) .each-cont-info {
	padding-left: 90px;
}
.contact-info .col-md-4:last-child .each-cont-info {
	float: right;
}
.each-cont-info h5 {
	font-size: 16px;
	font-family: 'NunitoSansBold';
	text-transform: none;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.each-cont-info a {
	font-size: 16px;
	font-family: 'NunitoSansRegular';
	color: #1c1c1c;
}
.each-cont-info a:hover {
	color: #af460f;
}
.contact-info:first-child {
	margin-bottom: 75px;
}
.contact-info-wrap {
	padding-right: 45px;
}
/***contact-form***/
.contact-form {
	max-width: 665px;
	width: 100%;
	margin-left: auto;
}
.contact-form .form-styl {
	font-size: 16px;
    padding: 30px;
    resize: none;
    background-color: #fff;
    border-radius: 30px;
    font-family: 'NunitoSansRegular';
    color: #adadad;
    border: none;
    letter-spacing: 1px;
}
.contact-form .form-styl:focus {
	box-shadow: none;
	color: #adadad;
}
.contact-form .form-styl:placeholder {
    color: #adadad;
    opacity: 1;
}
.contact-form .form-styl:-ms-input-placeholder {
    color: #adadad;
    opacity: 1;
}
.contact-form .form-styl::placeholder {
    color: #adadad;
    opacity: 1;
}
/***map**/
.contact-map-sec .contact-map {
	height: 500px;
	position: relative;
	z-index: 1;
}
.contact-map-sec .content-wrap a img {
	width: 20px;
	margin-right: 15px;
}
/**contact-bottom***/
.contact-bottom-sec .upper-left-content {
	padding-left: 0;
}
.contact-bottom-sec {
	position: relative;
}
.contact-bottom-sec::after {
	position: absolute;
    bottom: 0px;
    width: 83vw;
    background-color: #969696;
    content: '';
    height: calc(100% + 450px);
    right: 0;
    z-index: -1;
	clip-path: polygon(76% 2px, 100% 0px, 100% 100%, 57% 100%);
	-webkit-clip-path: polygon(76% 2px, 100% 0px, 100% 100%, 57% 100%);
}

/******************************************diensten-dtl page start******************************************/
.diensten-dtl-contact .contact-info-wrap h2 {
	margin-bottom: 30px;
}
.diensten-dtl-contact .contact-info-wrap {
	margin-top: 60px;
}
/***diensten-gal**/
.diensten-dtl-gal {
	padding: 10px 0;
}
.each-gal {
	position: relative;
}
.diensten-gal-text {
	position: absolute;
	top: -100%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	text-align: center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-gal::after {
	position: absolute;
    top: -100%;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255,255,255,0.52);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-gal:hover.each-gal::after {
	top: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-gal:hover .diensten-gal-text {
	top: 50%;
}
.diensten-dtl-header .desktop-nav .nav-item {
	color: #1e1e1e;
}
.diensten-dtl-header .desktop-nav .nav-item a {
	color: #1e1e1e;
}
.diensten-dtl-header .menu-bar:after,
.diensten-dtl-header .menu-bar:before, 
.diensten-dtl-header .menu-bar div {
	background-color: #1e1e1e;
}
/***middle sec***/
.diensten-dtl-middle .content-wrap {
	max-width: 100%;
	padding: 0 80px;
}
.diensten-dtl-middle table {
	width: 100%;
}
.diensten-dtl-middle table td {
	width: 50%;
	vertical-align: top;
}
.diensten-dtl-middle table td:nth-child(odd) {
	padding-right: 50px;
}
.diensten-dtl-middle table td:nth-child(even) {
	padding-left: 50px;
}
/****top sec*****/
.diensten-dtl-top-sec {
	padding: 12% 0 10%;
}
.diensten-dtl-top-sec .upper-left-content {
	padding-left: 95px;
}
.diensten-dtl-top-sec .upper-left-content .common-btn {
	margin-bottom: 100px;
	background-color: transparent;
	border-color: #af460f;
	color: #af460f;
}
.diensten-dtl-top-sec .upper-left-content .common-btn:hover {
	background-color: #af460f;
	color: #fff;
}
.diensten-dtl-top-sec .upper-left-content p {
	margin-top: 45px;
}
.diensten-dtl-top-sec {
	position: relative;
}
.diensten-dtl-top-sec::before {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: #969696;
    clip-path: polygon(0% 0%, 55% 0%, 38% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 55% 0%, 38% 100%, 0% 100%);
}


/******************************************aanbod page start******************************************/
.inner-pg-header {
	position: relative;
	background-color: #474a51;
}
.aanbod-filter-sec .col-md-3 {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	margin-bottom: 10px;
}
.aanbod-filter-sec .offset-lg-9{
	margin-left: 80%;
}
.aanbod-filter-wrap {
	max-width: 1250px;
	margin: auto;
}
.aanbod-filter-sec h2 {
	color: #fff;
	margin-bottom: 100px;
}
.aanbod-filter-sec {
	background-color: #474a51;
	padding: 35px 0 65px;
}
.aanbod-filter-sec .select-styl {
	color: #fff;
	background-color: #474a51;
}
.aanbod-filter-sec .common-btn:hover {
	border-color: #fff;
	background-color: #fff;
	color: #af460f;
}
/***aanbod-product-sec****/
.aanbod-product-sec {
	background-color: #f7f7f7;
	padding: 160px 0 115px;
}
.aanbod-product-wrap {
	max-width: 1330px;
	width: 100%;
	margin: auto;
}
.aanbod-product-sec .each-product {
	margin-bottom: 35px;
}
.aanbod-product-sec .product-image:after {
	width: 100%;
}
.aanbod-middle-area {
	margin: 60px 0 50px;
}
.aanbod-middle-area h3 span{
	background: #f7f7f7;
	padding:0 20px;
	position: relative;
    top: -20px;
}
.aanbod-middle-area h3 {
	text-transform: uppercase;
	color: #af460f;
	margin-bottom: 45px;
	position: relative;
	border-top:2px solid #b6b6b6;
}
.aanbod-middle-btn{
	border-top:2px solid #b6b6b6;
}
.aanbod-middle-btn span{
	background: #f7f7f7;
    padding: 0 20px;
    position: relative;
    top: -32px;
}
/*************************************verkocht page start************************************************/
.verkocht-top-sec h2 {
	margin-bottom: 55px;
}


/********************************aanbod-dtl page start****************************************************/
.aanbod-dtl-top-sec .swiper-container .swiper-slide-next .each-aanbod-dtl-car {
	position: relative;
}
.aanbod-dtl-top-sec .swiper-container .swiper-slide-next .each-aanbod-dtl-car::after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 74, 81, 0.6);
    content: '';
}
.aanbod-dtl-top-sec .swiper-container .swiper-slide-prev .each-aanbod-dtl-car {
	position: relative;
}
.aanbod-dtl-top-sec .swiper-container .swiper-slide-prev .each-aanbod-dtl-car::after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 74, 81, 0.6);
    content: '';
}
.aanbod-dtl-top-sec .swiper-container .swiper-button-next {
	right: 150px;
	background-color: #969696;
	border: none;
}
.aanbod-dtl-top-sec .swiper-container .swiper-button-prev {
	left: 150px;
	background-color: #969696;
	border: none;
}
/***car info sec*****/
.aanbod-dtl-info-sec {
	position: relative;
	margin-top: -2px;
}
.aanbod-dtl-bk-btn {
	position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    z-index: 1;
    padding-top: 30px;
	max-width: 1450px;
	right: 50px;
}
.aanbod-dtl-bk-btn .bk-btn img {
	width: 10px;
	margin-right: 20px;
}
.aanbod-dtl-bk-btn li {
	font-size: 16px;
    color: #1e1e1e;
    font-family: 'NunitoSansRegular';
    display: inline-block;
}
.aanbod-dtl-bk-btn li a:hover {
	color: #af460f;
}
.aanbod-dtl-bk-btn a {
	font-size: 16px;
    color: #1e1e1e;
    font-family: 'NunitoSansRegular';
    display: inline-block;
}
.aanbod-dtl-bk-btn a:hover {
	color: #af460f;
}
.aanbod-dtl-bk-btn .bk-btn img {
	filter: invert(1) brightness(0);
}
.aanbod-dtl-bk-btn .bk-btn:hover img {
	filter: invert(0) brightness(1);
}
.aanbod-dtl-pdct-heading h5 {
	font-family: 'nunito_sanslight';
    text-transform: none;
    margin-top: 15px;
	color: #fff;
	font-size: 18px;
}
.aanbod-dtl-pdct-heading h3 {
	margin-bottom: 25px;
}
.each-dtl-pdct-speed {
	position: relative;
	z-index: 2;
}
.aanbod-dtl-pdct-speed {
	position: relative;
	margin: 90px 0;
	padding: 30px 0;
}
.aanbod-dtl-pdct-speed::after {
	position: absolute;
    top: 0;
    width: calc(100% + 300px);
    background-color: #fff;
    content: '';
    height: 100%;
    left: -300px;
    z-index: 1;
}
.each-dtl-pdct-speed h6 {
	color: #8f8f8f;
	font-size: 16px;
	font-family: 'nunito_sanslight_italic';
	margin-bottom: 10px;
}
.each-dtl-pdct-speed h5 {
	color: #1e1e1e;
	font-size: 30px;
	font-family: 'NunitoSansBold';
	text-transform: none;
}
.aanbod-dtl-desc {
	position: relative;
}
.aanbod-dtl-desc::after {
	position: absolute;
    top: 0px;
    width: 100vw;
    background-color: #969696;
    content: '';
    height: 100%;
    right: 0;
    z-index: -1;
	clip-path: polygon(0px 0px, 97% 1px, 86% 100%, 0% 100%);
	-webkit-clip-path: polygon(0px 0px, 97% 1px, 86% 100%, 0% 100%);
}
.aanbod-dtl-pdct-table table td {
	font-family: 'nunito_sanslight';
    color: #fff;
	font-size: 16px;
	line-height: 36px;
}
.aanbod-dtl-pdct-table table td:nth-child(odd) {
    padding-right: 50px;
}
.aanbod-dtl-desc {
	padding: 90px 90px 135px 135px;
}
.aanbod-dtl-price {
	max-width: 445px;
	width: 100%;
	margin: 195px 175px 0px auto;
}
.aanbod-dtl-price h2 {
	font-size: 48px;
	font-family: 'NunitoSansBold';
	text-transform: none;
}
.aanbod-dtl-price h2 span {
	font-size: 16px;
	font-family: 'nunito_sanslight_italic';
	color: #8f8f8f;
	margin-left: 20px;
}
.aanbod-dtl-price-divider {
	border-top: 1px solid #f6f6f6;
}
.aanbod-dtl-price table {
	width: 100%;
	margin-bottom: 30px;
}
.aanbod-dtl-price table td:nth-child(odd) {
	font-family: 'nunito_sanslight_italic';
	color: #8f8f8f;
}
.aanbod-dtl-price table td:nth-child(even) {
	float: right;
}
.aanbod-dtl-price table td {
	font-family: 'nunito_sanslight';
	color: #1e1e1e;
	font-size: 16px;
	line-height: 35px;
}
.aanbod-dtl-price .common-btn {
	max-width: 100%;
	text-transform: none;
	display: block;
	font-size: 16px;
	font-family: 'NunitoSansRegular';
	letter-spacing: normal;
}
.aanbod-dtl-price .common-btn.mybtn1 {
	background-color: transparent;
	border-color: #f1f1f1;
	color: #1e1e1e;
}
.aanbod-dtl-price .common-btn.mybtn1:hover {
	background-color: #474a51;
	color: #fff;
}
.aanbod-dtl-price .common-btn.mybtn2 {
	margin-top: 15px;
}
/***tab area****/
.aanbod-dtl-tab-area {
	background-color: #474a51;
	padding: 70px 0 150px;
}
.tab-content p {
	color: #fff;
}
.aanbod-dtl-tab-wrapper {
	padding: 0px 95px;
}
.aanbod-dtl-tab-area .tab-sec {
	margin-bottom: 70px;
}
.aanbod-dtl-tab-area .tab-sec .nav-tabs {
	justify-content: center;
	border: none;
}
.aanbod-dtl-tab-area .tab-sec .nav-tabs .nav-link {
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	border: none;
	padding: 0 0 15px;
	color: #fff;
	opacity: 0.3;
	position: relative;
	background-color: transparent;
    font-size: 23px;

}
.aanbod-dtl-tab-area .tab-sec .nav-tabs .nav-link::after  {
	position: absolute;
    bottom: 0;
    width: 85px;
    height: 4px;
    background-color: #af460f;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.aanbod-dtl-tab-area .tab-sec .nav-tabs .nav-link.active::after {
	opacity: 1;
}
.aanbod-dtl-tab-area .tab-sec .nav-tabs .nav-link.active {
	opacity: 100%;
}
.aanbod-dtl-tab-area .tab-sec .nav-tabs .nav-item {
	border-bottom: none;
    text-align: center;
    padding-right: 50px;
    background-color: transparent;
    font-size: 26px;
    font-family: 'nunito_sanslight';
}

.aanbod-dtl-tab-area .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: 23px;
    letter-spacing: 0.5px;
}
.aanbod-dtl-tab-area .tab-content ul li {
	font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
  	line-height: normal;
    word-break: break-word;
}
.aanbod-dtl-tab-area .bullet-panel ul li {
	padding-left: 20px;
    position: relative;
}
.aanbod-dtl-tab-area .bullet-panel li:after {
	padding-left: 15px;
	background-size: 7px;
	position: absolute;
	top: 7px;
	left: 0;
	content: '';
	width: 15px;
	height: 15px;
	background-image: url(../images/bullet-white.svg);
	background-repeat: no-repeat;
}
.aanbod-dtl-tab-area .bullet-panel {
	margin-bottom: 20px;
}
.aanbod-dtl-tab-area .tab-content .tab-pane .tab_hedaing {
	margin-bottom: 20px;
}
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}
.aanbod-dtl-tab-area .kenmerken-tab ul li {
	width: 48%;
    display: inline-block;
    vertical-align: top;
}
.aanbod-dtl-tab-area .kenmerken-tab ul li:nth-child(odd) {
	background-image: url(../images/bullet-white.svg);
    background-repeat: no-repeat;
    background-position: left top 7px;
    padding-left: 20px;
    background-size: 7px;
    color: #fff;
}
.each-onderhoud-block {
	display: flex;
	margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #af460f;
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #fff;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.block-dtls h4 {
	font-family: 'NunitoSansBold';
    font-size: 18px;
    color: #fff;
	text-transform: none;
}
.block-dtls h5 {
    margin: 10px 0px 30px;
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #fff;
	text-transform: none;
}
/***contact-sec***/
.aanbod-dtl-contact-sec {
	padding: 75px 0;
}
.aanbod-dtl-contact-sec .contact-form {
	margin: auto;
}
.aanbod-dtl-contact-sec h3 {
	margin-bottom: 50px;
	text-align: center;
	color: #1e1e1e;
}
.aanbod-dtl-bottom-sec {
	padding: 210px 0 110px;
}
.aanbod-dtl-thumb-slider {
	padding: 10px 0;
}
/*********************************diensten list page start********************************************************/
.diensten-list-sec {
	overflow: hidden;
}
.diensten-list-sec .each-list {
	position: relative;
	z-index: 1;
}
.diensten-list-sec .each-list:nth-child(odd) {
	padding-top: 100px;
}
.diensten-list-sec .each-list:nth-child(odd)::before {
	position: absolute;
	content: '';
	top: 0;
	left: -140px;
	width: 90vw;
	height: 100%;
	background: #969696;
	clip-path: polygon(0% 0%, 55% 0%, 27% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 55% 0%, 27% 100%, 0% 100%);
	z-index: -1;
}
.diensten-list-sec .each-list:nth-child(even)::before {
	position: absolute;
    bottom: 0px;
  	width: calc(100vw + 100px);
    background-color: #969696;
    content: '';
    height:100%;
    left: -100px;
    z-index: -1;
    clip-path: polygon(21% 0px, 100% 0px, 100% 100%, 45% 100%);
    -webkit-clip-path: polygon(21% 0px, 100% 0px, 100% 100%, 45% 100%);
}
.diensten-list-sec .each-list-inner-block {
	margin: 70px 0 100px;
}
.diensten-list-sec .each-list:nth-child(even){
	padding-top: 70px;
}
.diensten-list-sec .each-list-inner-block .upper-left-content {
	padding-top: 0;
	padding-left: 95px;
}
.diensten-list-sec .each-list-inner-block .upper-left-content p {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.diensten-list-sec .each-list:nth-child(even) .each-list-inner-block .upper-left-content h2 {
	color: #fff;
}
.diensten-list-sec .each-list:nth-child(even) .each-list-inner-block .upper-left-content p {
	color: #fff;
}
.diensten-list-sec .each-list:nth-child(even) .each-list-inner-block .upper-left-content .common-btn {
	background-color: #fff;
	border-color: #fff;
	color: #1e1e1e;
}
.diensten-list-sec .each-list:nth-child(even) .each-list-inner-block .upper-left-content .common-btn:hover {
	color: #fff;
	background: #474a51;
	border-color: #474a51;
}


/********************************************overons page start*******************************************/
.counter-sec .slider-area img {
	position: relative;
	z-index: 1;
}
.counter-sec .each-count-box h4 {
	text-transform: none;
	font-family: 'NunitoSansRegular';
	margin-bottom: 0;
	display: inline-block;
}
.counter-sec .each-count-box span {
	border: 2px solid #fff;
	width: 96px;
	height: 96px;
	margin-right: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	font-family: 'NunitoSansRegular';
	font-size: 24px;
	color: #fff;
}
.counter-sec .content-wrap {
	max-width: 100%;
	padding: 0 100px;
}
.counter-sec .row {
	align-items: center;
	justify-content: center;
}
.overons-bottom-sec .upper-left-content {
	padding-top: 130px;
}

/*************************************bedankt page start*************************************************/

.bedankt-banner-sec .bedankt-banner-content h2 {
	color: #fff;
	margin: 15px 0px 35px;
}
.bedankt-banner-sec {
	position: relative;
}
.bedankt-banner-sec::before {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: #484848;
	opacity: 0.6;
    clip-path: polygon(0% 0%, 55% 0%, 38% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 55% 0%, 38% 100%, 0% 100%);
}
.bedankt-banner-sec {
	background-image: none;
}
.bedankt-banner-content {
	position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 2;
}


/**************************************popup start************************************************/
.modal-area .close-icon img {
	width: 20px;
}
.modal-area .modal-dialog {
	max-width: 91%;
	margin: 10% auto;
}
.modal-area .close-icon {
	position: absolute;
    top: 30px;
    right: 30px;
}
.modal-area .popup-text {
	padding: 14% 10%;
}
.modal-area .popup-text p {
	margin: 45px 0 70px;
}
.modal-area .popup-text h4 {
	color: #1c1c1c;
}
.modal-area .popup-img img {
	display: none;
}
.modal-area .modal-content {
	border: none;
	border-radius: 0;
}
.modal-area .modal {
	background-color: rgba(255, 255, 255, 0.4);
}

/*******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 &gt; img {
    height: 30px;
    padding-top: 15px;
}

/***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;
}

.form-1, .form-2{
	display: none;
	background-color: #f7f7f7;
	padding: 30px 10px;
	margin-top: 30px;
}
.form-1 .contact-form .common-btn, .form-2 .contact-form .common-btn{
	max-width: 240px;
}
.form-1 .contact-form, .form-2 .contact-form{
	margin-top: 0;
}
.contact_info{
	margin-bottom: 75px;
}
.contact-form .form-styl.foto_upload{
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
}
.kenteken_np{
background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
background-repeat: no-repeat;
background-position: 0% 0%;
padding: 7px 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{
	margin-bottom: 30px;
}
.star_icon p{
  /*font-family: 'BentonSansRegular';*/
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 6px;
  word-break: break-word;
  margin-bottom: 0;
  font-family: 'NunitoSansRegular';
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
.error_background{
	background: #474a51;
	height: 128px;
}
/*============aanbod-detail-top-block================*/
.new-dtl-top-sec .swiper-container .swiper-button-next{
	right: calc(5% - 17px) !important;
}
.new-dtl-top-sec .swiper-container .swiper-button-prev{
	left: calc(5% - 17px) !important;
}
.tab-content-wrapper {
  	border: 1px solid #c7c7c7;
  	border-top: 0;
  	height: 100%;
}
.tab-content-wrapper .nav-tabs .nav-link {
	border-radius: 0;
	border: 0;
	border-top: 3px solid #cecece;
	color: #a9a8a8;
	font-size: 18px;
	background-color: #cecece;
	padding: 12px 0;
	padding: 8px 0;
}
.tab-content-wrapper .nav-tabs .nav-link.active {
	background-color: #fff;
	border-top: 3px solid #af460f;
	color: #090909;
}
.tab-content-wrapper .nav-tabs {
  	border-bottom: 0;
}
.tab-content-wrapper .nav-item {
	width: 50%;
	text-align: center;
	margin: 0;
	font-family: 'NunitoSansSemiBold';
}
.tab-content-wrapper .tab-content {
  	background-color: #fff;
}
.tab-info-wrapper {
  	padding: 20px 15px;
}
.tab-info-wrapper h3 {
	margin-bottom: 20px;
	color: #0f0f0f;
}
.radio-area label {
	color: #0f0f0f;
	font-family: 'nunito_sanslight';
	font-size: 18px;
	padding-left: 30px;
	display: flex;
	justify-content: space-between;
}
.radio-area .custom-control {
  	padding-left: 0;
}
.radio-area .custom-control-label::before, .radio-area .custom-control-label::after {
	left: 0;
	width: 16px;
	height: 16px;
	top: 5px;
	border: 2px solid #dfdfdf;
	background-color: #fff;
	border-radius: 100%;
}
.radio-area .custom-control-label::after {
	background-size: 75% 75%;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}
.radio-area .custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #af460f;
	border-color: #af460f;
}
.radio-area .custom-control-input:focus~.custom-control-label::before {
  	box-shadow: none;
}
.tab-info-wrapper .form-check {
  	margin-bottom: 10px;
}
.tab-info-wrapper .form-check:last-child {
  	margin-bottom: 0;
}
.green-dot {
	border-top: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	padding: 15px 5px;
	margin: 20px 0;
}
.green-dot h4 {
	color: #0f0f0f;
	font-size: 16px;
	margin-bottom: 0;
	font-family: 'NunitoSansSemiBold';
	text-transform: unset;
}
.green-dot img {
	width: 14px;
	margin-right: 10px;
	margin-top: -6px;
}
.compare-btn {
	margin-top: 20px;
	font-family: 'nunito_sanslight';
	font-size: 16px;
	color: #af460f;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.compare-btn:hover {
  	color: #0f0f0f;
}
.tab-info-check ul li {
	position: relative;
	padding: 0 0 10px 30px;
	color: #0f0f0f;
	font-family: 'nunito_sanslight';
	font-size: 14px;
}
.tab-info-check ul li::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../images/tick.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.tab-info-check {
  	margin-top: 20px;
}
@media(min-width:1700px){
  .tab-content-wrapper {
	height: auto;
  }
  .tab-info-wrapper {
    padding: 60px 30px;
  }
  .radio-area .custom-control-label::before, .radio-area .custom-control-label::after{
  	top: 7px;
  }
  .green-dot {
    padding: 22px 5px;
    margin: 30px 0;
  }
  .tab-info-wrapper .form-check {
    margin-bottom: 20px;
  }
  .compare-btn {
    margin-top: 30px;
  }
  .radio-area label, .green-dot h4, .compare-btn, .tab-content-wrapper .nav-tabs .nav-link {
    font-size: 20px;
  }
  .tab-info-check ul li{
    font-size: 16px;
  }
  .tab-info-wrapper h3 {
    margin-bottom: 40px;
    font-size: 36px;
  }
}
@media(max-width:991px){
	.new-dtl-top-sec{
		padding-top: 30px;
	}
	.new-dtl-top-sec .common-arrow{
		width: 40px;
		height: 40px;
	}
	.new-dtl-top-sec .swiper-container .swiper-button-next {
  		right: 10px !important;
	}
	.new-dtl-top-sec .swiper-container .swiper-button-prev {
  		left: 10px !important;
	}
}
#siteModal{
  	padding-right: 0 !important;
}
#siteModal .modal-content{
	border:0;
	width: 95%;
	margin: auto;
	border-radius: .3rem;
}
#siteModal .modal-dialog {
	max-width: 620px;
	margin: 10% auto 0;
}
#siteModal .popup-content{
	padding: 60px 5%;
}
#siteModal h3{
	color: #000;
	text-transform: unset;
	font-family: 'NunitoSansRegular';
	letter-spacing: 1.5px;
}
#siteModal .popup-content p{
	text-align: justify;
	line-height: 28px;
}
#siteModal .close-img{
	position: absolute;
	top: 5px;
	left: 5px;
}
.mm-slideout{
	z-index: unset !important;
}

/* 05 july 2023 slider css start */
.mechenic-slider-area{
	padding-bottom: 70px;
}

.mechanic-slider-header{
	padding: 37px 0 60px;

}

.mechanic-slider-header h4{
	color: #af460f;
	font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
}

.mechanic-slider-header h2{
	font-family: 'NunitoSansExtraBold';

}

.each-slide-text{
	padding-top: 30px;
}

.each-slide-text h4{
	color: #af460f;
	text-transform: none;
}

.mechanic-slider-wrapper .common-arrow{
	background: #969696;
    border-color: #969696;
	transform: translateY(0);	
	top: auto;
	bottom: 51%;
}

.mechanic-slider-wrapper .swiper-button-prev {
	left: -3.8%;
}

.mechanic-slider-wrapper .swiper-button-next {
	right: -3.8%;
}

.mechanic-slider-wrapper .common-arrow:last-child {
	border-color: #fff;
}
/* ************* 06 july 2023 thusrday css */
.mechenic-slider-area::after{
	position: absolute;
    bottom: 0px;
    width: 104vw;
    background-color: #969696;
    content: '';
    height: calc(100% + 700px);
    right: 0;
    z-index: -1;
    clip-path: polygon(76% 2px, 100% 0px, 100% 100%, 57% 100%);
    -webkit-clip-path: polygon(76% 2px, 100% 0px, 100% 100%, 57% 100%);
}
.overons-mid::after{
	position: absolute;
    bottom: 0px;
    width: 114vw;
    background-color: #969696;
    content: '';
    height: calc(100% + 1500px);
    right: 0;
    z-index: -1;
    clip-path: polygon(76% 2px, 100% 0px, 100% 100%, 57% 100%);
    -webkit-clip-path: polygon(76% 2px, 100% 0px, 100% 100%, 57% 100%);
}

.overons-mid .upper-left-content{
padding-left: 0px;
}

.overons-con-sec-06{
	padding: 6% 0;
}

.overons-con-sec-06 .upper-left-content{
	padding-top: 0px;
}

.overons-con-sec-06 .upper-left-content p{
margin: 60px 0 0;
}
.overons-gal.diensten-dtl-gal {
  padding: 0px 0 10px;
}

.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}

.fixed-whatsapp-icon img {
	width: 50px;
}

.popup .popuptext {
	display: none;
	width: 200px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 5vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #af460f;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 1.3rem 2.5rem;
  	font-size: 1.7rem;
  	font-family: 'NunitoSansSemiBold';
  	cursor: pointer;
  	color: #fff;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 4.5rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 51rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-family: 'SuiGenerisLight';
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'NunitoSansRegular';
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #af460f;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #af460f;
  	background: #af460f;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-family: 'NunitoSansSemiBold';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #af460f !important;
}
.monthly_amount{
	cursor:pointer;
} 
.bottom-0{
	bottom: 0;
}
.start-0{
	left: 0;
}
.monthly_amount{
	cursor: pointer;
}
html{font-size: 62.5%} </pre></body></html>