<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-size: 14px;
	color: #fff;
  background:#fff;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
  display: none;
}
/*************dropdown************/
.dropdown:hover&gt;.dropdown-menu {
  display: block;
}
.dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  min-width: 220px;
  margin: 0px;
  padding-top: 15px;
  background-color: transparent;
  border: 0px;
  z-index: 999;
}
.active .dropdown-menu {
  padding-top: 18px;
}
.dropdown-menu a {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  transition: .3s ease;
  font-family: 'NunitoSansBold';
  font-size: 14px;
  padding: 6px 10px !important;
  background: #bf192b;
  color: #fff;
}
.dropdown-menu a:last-child{
  border-color: transparent;
}
.dropdown-menu:hover a {
  background: #bf192b;
  color: #fff;
}
.dropdown .dropdown-menu a:hover {
  background: #fff;
  color: #1c1c1c;
  border-color: #fff;
}
/*************side area**********/
.mini-right-nav li{
  margin: 0px 0 2px;
  padding: 0;
  width: 60px;
  display: block;
  position: relative;
}
.mini-right-nav li a{
  position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #171717;
}
.mini-right-nav li.whtasapp-nav a{
  background-color: #36b84e;
}
.mini-right-nav span {
  font-family: 'NunitoSansRegular';
  font-size:14px;
  bottom: 0;
  letter-spacing: 0.5px;
  right: 60px;
  line-height: 60px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0;
  -webkit-transition: 0.50s;
  -moz-transition: 0.50s;
  transition: 0.50s;  
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 60px);
	content: '';
	background-color:#171717;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav li.whtasapp-nav span{
  background-color: #36b84e;
}
.mini-right-nav a:hover  span{ width:auto; padding:0 25px 0 35px;overflow:visible; }
.mini-right-nav a:hover {text-decoration:none;}
.mini-right-nav a span{
	color:#fff;
}
.mini-right-nav img{
	width: 26px;
	position: relative;
	z-index: 1;
}
.mini-right-nav img{
	width: 20px;
}
.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 999;
	right: 0px;
}
/******************header***************/
.header-area{
  background:#181818;
}
.header-fixed{
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.header-fixed.active{
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  animation: smoothScroll 1s forwards;
  background: #242424;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.header-fixed.active .text-right{
  /*display: none;*/
}
.header-fixed.active .col-lg-3 {
  /*border-right: 1px solid #424242;*/
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-fixed.active .menubar{
  border-left:0;
}
.header-area .col-lg-3{
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
}
.header-area .col-lg-9{
  -ms-flex: 0 0 77%;
  flex: 0 0 77%;
  max-width: 77%;
}
.menubar{
  /*border-left: 1px solid #424242;*/
}
.menubar .text-right{
  /*border-bottom: 1px solid #424242;*/
}
.menubar .common-btn{
  /*background: transparent;
  border-color: transparent;*/
  /*border-left: 2px solid #424242;*/
  max-width: 320px;
  /*height: 70px;*/
  /*line-height: 50px;*/
}
.menubar .common-btn:hover{
  color:#fff;
  background:#fff;
  border:2px solid #bf192b;
  color: #bf192b;
}
/*====nav===*/
.desktop-nav, .desktop-nav.navbar-expand-lg .navbar-nav .nav-link{
  padding: 0;
}
.desktop-nav a, .footer-address a{
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.desktop-nav a:hover, .footer-address a:hover{
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.desktop-nav .nav-item{
  font-family: 'NunitoSansSemiBold';
  font-size: 14px;
  padding-right: 60px;
}
.menubar .navbar-nav{
  padding-left: 100px;
}
.menubar .col-xl-3 .text-right{
  padding: 20px 60px 20px 0;
  white-space: nowrap;
  border-bottom: 0px;
}
.menubar .col-xl-3 .text-right .mw-100{
  margin-left: 10px;
}
.social-icon{
  width: 24px;
  margin-right: 8px;
}
/******************banner**************/
.banner-sec{
  position: relative;
}
.banner-sec .banner-wrap{
  position: relative;
  height: calc(100vh - 152px);
}
.banner-content{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 1;
}
.banner-content p{
  color: #fff;
  font-family: 'NunitoSansBold';
  margin: 20px 0 40px;
  letter-spacing: 0.4px;
}
.banner-content-wrap{
  /*max-width: 680px;*/
  max-width: 580px;
  width: 100%;
  padding-left: 40px;
}
.scroll-button {
  left: 0px;
  bottom: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background:#181818;
  padding: 10px 15px;
  z-index: 2;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.scroll-button img {
  width: 13px;
  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);
  }
}
/***********filter************/
.filter-sec{
  background:#1c1c1c;
}
.sec-heading{
  background:#181818;
  padding:50px 0;
}
.sec-heading-wrap{
  max-width: 1160px;
  width: 100%;
  margin: auto;
}
.filter-block .sec-heading-wrap{
  background:#242424;
  padding: 40px 70px;
}
.select-style {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 0;
  height: 55px;
  line-height: 55px;
  font-family: 'NunitoSansRegular';
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  background: url(../images/down-arrow.svg) #242424 no-repeat 90% center/8px;
  color: #fff;
  padding: 0 30px;
}
.filter-block .common-btn{
  max-width: 100%;
}
/***************product************/
.product-sec{
  padding: 70px 0 90px;
  background:#1c1c1c;
}
.product-sec .swiper-button-next{
  right: 0;
}
.product-sec .swiper-button-prev{
  left: 0;
}
.product-sec .common-arrow{
  top: 55.5%;
}
.product-dtl{
  background:#242424;
  padding: 30px 40px;
}
.product-dtl h3{
  margin-bottom: 6px;
}
.product-dtl p, .product-dtl h6{
  font-size: 16px;
  color: #fff;
  font-family: 'MundialLight';
  line-height: normal;
}
.product-dtl p{
	height: 30px;
	line-height: 24px;
}
.product-dtl h6{
  font-family: 'MundialDemibold';
}
.product-dtl h6 span{
  float: right;
  font-family: 'MundialLight';
}
.product-dtl p span{
  margin:0 56px;
}
.divider{
  border-top: 1px solid #3a3a3a;
  margin: 20px 0;
}
.product-sec .common-btn{
  margin-top: 60px;
}
/**************gallery*************/
.gallery-sec .col-lg-5, .gallery-sec .col-md-4{
  -ms-flex: 0 38%;
  flex: 0 0 38%;
  max-width: 38%;
}
.gallery-sec .col-lg-7, .gallery-sec .col-md-8 {
  -ms-flex: 0 62%;
  flex: 0 0 62%;
  max-width: 62%;
}
.each-gal-item {
  position:relative;
}
.each-gal-content .common-btn{
  margin-top: 30px;
  max-width: 260px;
}
.each-gal-content h2{
  line-height: 48px;
}
.each-gal-content h4{
  color: #fff;
}
.each-gal-item:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.each-gal-item:hover:after{
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.each-gal-content {
  position: absolute;
  bottom: 50px;
  left: 80px;
  z-index: 1;
}
.each-gal-item img {
  height: 100%;
  object-fit: cover;
}
/*****************content***********/
.block-wrap{
  padding: 0 20px;
}
.content-sec h4{
  font-family: 'NunitoSansExtraBold';
  margin-bottom: 30px;
}
.content-sec{
  padding: 8% 0;
}
/***bottom slider********/
.bottom-slider-sec{
  position: relative;
}
.bottom-slider-sec:after {
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  height: 50%;
  content: '';
  background:#f1f1f1;
  z-index: -1;
}
.each-btm-slide {
  position: relative;
}
.each-btm-slide:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.each-btm-slide:hover:after{
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btm-slide-text h4 {
  font-family: 'NunitoSansExtraBold';
  color: #fff;
  letter-spacing: 1px;
}
.btm-slide-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}
/*************counter**********/
.counter-sec{
  background:#f1f1f1;
  padding: 100px 0;
}
.counter-wrap{
  max-width: 1170px;
  width: 100%;
  margin:auto;
}
.counter-box {
  height: 150px;
  width: 150px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 0 auto 35px;
}
.counter-box h4{
  color: #1a1a1a;
  font-size: 28px;
  font-family: 'NunitoSansLight';
}
/**************footer***********/
.footer-area .col-lg-3 .text-center{
  padding-top: 80px;
}
.footer-address li{
  font-family: 'NunitoSansRegular';
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding-right: 90px;
  display: block;
}
.footer-address li:nth-child(4){
  padding-right: 0;
}
.footer-area .footer-address li{
  padding-right: 0;
}
.footer-address{
  /*border-bottom: 1px solid #424242;*/
  padding: 90px 60px 90px 100px;
}
.footer-address img{
  width: 15px;
  margin-right: 15px;
}
.footer-address .social-icon{
  width: 24px;
  margin: 0;
}
.footer-social a{
  margin: 10px 10px 0 0;
  display: inline-block;
}
.footer-address li.footer-social{
  padding-right: 0;
  /*float: right;*/
}
.footer-address .col-md-4:nth-child(2) ul{
  margin-left: -70px;
}
/*****************for mobile menu*************/
#menu.mm-menu {
  background: #121212;
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar&gt;* {
  color: #fff;
}
#menu .mm-listview&gt;li:not(.mm-divider):after{
  background-color: rgba(255,255,255,0.2);
}
.mm-menu .mm-listview&gt;li .mm-next:after, .mm-menu .mm-btn:before{
  border-color: #fff;
}
.mm-listview&gt;li .mm-next:before{
  border-color: rgba(255,255,255,0.2);
}
.mm-btn.mm-prev{
  border-right: 2px solid rgba(255,255,255,0.2);
  width: 50px;
}
/*******************werkplaats list*****************/
.inner-pg-header {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.werkplaats-banner-sec {
  position: relative;
}
.werkplaats-banner-text {
  position: absolute;
  top: 65%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 0;
}
.werkplaats-banner-text h1 {
  font-size: 48px;
}
.werkplaats-list-top-block-right {
  padding-left: 110px;
}
.werkplaats-list-content-sec {
  padding: 4% 0px;
}
/*.small-common-padding {
  padding: 0px 30px;
}*/
.werkplaats-list-sec {
  background-color: #1c1c1c;
  position: relative;
}
.werkplaats-list-sec .row .col-lg-7 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.werkplaats-list-sec .row .col-lg-5 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.each-listview {
  position: relative;
  overflow: hidden;
}
.each-listview-block h4 {
  font-family: 'NunitoSansExtraBold';
	color: #fff;
}
.each-listview-block p {
  margin: 30px 0px 50px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.each-listview-block {
  background-color: #242424;
  max-width: 915px;
  width: 100%;
  padding: 100px;
  position: relative;
  margin: 80px 0;
}
.each-listview-img {
  position: absolute;
  right: 0;
  width: 47.5%;
  height: 100%;
}
.each-listview:nth-child(even) .each-listview-img {
  left: 0;
  right: auto;
}
.each-listview:nth-child(even) .each-listview-block {
  margin-left: auto;
}
.each-listview-img img{
  height: 100%;
  object-fit: cover;
}
/**********************werkplaats-dtl***********************/
.werkplts-back-btn {
  position: relative;
  top: 55px;
  z-index: 1;
}
.werkplts-back-btn .common-btn:hover{
  color: #bf192b;
}
.werkplts-top-content {
  padding-bottom: 50px;
  position: relative;
}
.img-area-wrapper{
  position: absolute;
  left: 0;
}
.Werkplaats-right-block-wrapper{
  padding-left: 8%;
  padding-top: 18%;
}
.Werkplaats-right-block-wrapper h4 {
  font-family: 'NunitoSansExtraBold';
  margin-bottom: 30px;
}
.Werkplaats-text {
  background-color: #1c1c1c;
}
.Werkplaats-text h4 {
  font-family: 'NunitoSansExtraBold';
  color: #fff;
  margin-bottom: 30px;
}
.Werkplaats-text table {
  width: 100%;
}
.Werkplaats-text td:nth-child(odd) {
  padding-right: 50px;
}
.Werkplaats-text td:nth-child(even){
  padding-left: 50px;
}
.Werkplaats-text td p{
  color: #fff;
  letter-spacing: normal;
}
.Werkplaats-text td {
  width: 50%;
  vertical-align: top;
}
.Werkplaats-dtl-text-wrap {
  padding: 70px 8%;
}
.Werkplaats-contact-block {
  background-color: #1c1c1c;
  padding-bottom: 80px;
}
.Werkplaats-middle-text {
  padding: 45px 0;
  background-color: #181818;
}
.werkplts-detail-slider-sec .common-arrow{
  width: auto;
  height: auto;
  background: transparent;
}
.werkplts-detail-slider-sec .common-arrow img{
  width: 20px;
  height: 20px;
}
.werkplts-detail-slider-sec .swiper-pagination-bullet, .werkplts-detail-slider-sec .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  background: #4c4c4c;
  opacity:1;
  margin: 0 10px;
}
.pagination-wrap{
  position: relative;
  margin: 60px auto 0;
  display: table;
}
.pagination-wrap .swiper-pagination{
  position: static;
}
.pagination-wrap .swiper-button-prev{
  left: -30px;
}
.pagination-wrap .swiper-button-next{
  right: -30px;
}
.werkplts-detail-slider-sec .Werkplaats-dtl-text-wrap{
  padding-top: 120px;
  padding-bottom: 120px;
}
.werkplts-detail-slider-sec{
  padding-top: 90px;
  background: #181818;
}
.contact-form {
  padding: 60px 70px 40px;
  background-color: #242424;
}
.contact-form label {
  font-family: 'NunitoSansRegular';
  font-size: 16px;
  margin-bottom: 14px;
  color: #fff;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.form-styl {
  resize: none;
  background-color: #fff;
  border-radius: 0;
  font-family: 'NunitoSansRegular';
  border: 0;
  color: #1c1c1c;
  font-size: 16px;
  height: auto;
  padding: 15px;
}
.form-styl:focus {
  box-shadow: none;
  background-color:#fff;
  color:#1c1c1c;
}
.form-styl:placeholder{
	color: #fff;
}
.form-styl:-ms-input-placeholder{
	color: #fff;
	opacity: 1;
}
.form-styl::placeholder{
	color: #fff;
	opacity: 1;
}
.contact-form .common-btn{
  margin-top: 15px;
}
.contact-form  textarea.form-control {
  height: 168px;
}
/***************chiptuning dtl*****************/
.chiptuning-dtl-iframe-sec {
  padding: 6% 0;
  background-color: #1c1c1c;
}
.chiptuning-dtl-iframe {
  background-color: #242424;
  /*padding: 30% 0;*/
  text-align: center;
}
/************verkocht************/
.verkocht-product-sec {
  padding: 80px 0px 54px;
  background-color: #1c1c1c;
}
.verkocht-product-sec .each-product {
  margin-bottom: 36px;
}
/**********bedankt*************/
.bedankt-banner-sec {
  height: auto;
  position: relative;
}
.bedankt-banner-sec .banner-content {
  top: 60%;
}
.bedankt-banner-img  {
  background-image: none;
}

/**********contact**********/
.contact-info-sec {
  padding: 80px 0px;
}
.contact-team-text {
  padding: 10% 0 10% 10%;
}
.contact-team-text table{
  width: 100%;
}
.contact-team-img img{
  height: 100%;
  object-fit: cover;
}
.contact-team-text h3 {
  font-family: 'NunitoSansBold';
  color: #1c1c1c;
}
.contact-team-text h3 span {
  color: #bf192b;
	font-family: 'NunitoSansBoldItalic';
	font-style: italic;
}
.contact-team-text h6 {
  color: #1c1c1c;
  font-size: 16px;
  line-height: 30px;
  margin-top: 35px;
  letter-spacing: normal;
}
.contact-team-text h6 span {
  font-family: 'NunitoSansRegular';
}
.contact-team-text h6 span a {
  color: #1c1c1c;
}
.contact-team-text h6 span a:hover {
  color: #bf192b;
}
.contact-time table {
  width: 100%;
}
.contact-time table td {
  width: 50%;
  vertical-align: top;
}
.contact-team-text .common-btn {
  margin-top: 80px;
}
.contact-team-text .common-btn:hover {
  color: #bf192b;
}
/*************aanbod-page************/
.aanbod-filter-sec .sec-heading-wrap {
  max-width: 100%;
}
.aanbod-filter-sec .col-md-3 {
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  max-width: 17%;
}
.aanbod-filter-sec .col-md-3:last-child {
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  max-width: 12%;
}
.aanbod-product-middle-area {
  position: relative;
}
.aanbod-product-middle-area::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.15);
}
.aanbod-product-sec .col-xl-8 {
  padding-bottom: 35px;
}
.aanbod-product-middle-content {
  padding: 0 10%;
  position: relative;
  z-index: 1;
}
.aanbod-product-middle-content h2 {
  color: #fff;
}
.aanbod-product-middle-content p {
  color: #fff;
  margin: 20px 0px 60px;
}
/**************************aanbod detail*********************/
.aanbod-dtl-slider-sec .swiper-slide-prev, .aanbod-dtl-slider-sec .swiper-slide-next {
 /* opacity: 0.75;*/
  opacity: 0.4;
}
.aanbod-dtl-slider-sec .swiper-container {
  background-color: #000;
}
.aanbod-dtl-slider-sec .common-arrow{
  background-color: rgba(255, 255, 255, 0.5);
  height: 66px;
  width: 66px;
  bottom: 40px;
  top: auto;
  transform: translateY(0px);
}
.aanbod-dtl-slider-sec .common-arrow img {
  filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
  width: 20px;
  height: 20px;
}
.aanbod-dtl-slider-sec .swiper-button-next {
  right:23%;
  left: auto;
}
.aanbod-dtl-slider-sec .swiper-button-prev {
  left:auto; 
  right: calc(23% + 77px);
}
/*****car info sec***/
.aanbod-dtl-car-info-sec {
  background-color: #181818;
  padding: 45px 0px;
}
.aanbod-dtl-car-info-wrapper {
  padding: 0px 50px 0px 100px;
}
.aanbod-dtl-car-info-top h2 {
  font-size: 40px;
  letter-spacing: 2px;
}
.aanbod-dtl-car-info-top h2 span {
  /*font-size: 18px;*/
  font-size: 16px;
  letter-spacing: 1px;
}
.aanbod-dtl-car-info-btm {
  margin-top: 45px;
}
.aanbod-dtl-car-info-desc {
  background-color: #1c1c1c;
  padding: 60px 85px 70px 85px;
  height: 100%;
}
.aanbod-dtl-car-info-desc table {
  width: 100%;
}
.aanbod-dtl-car-info-desc table td {
  color: #fff;
  font-family: 'NunitoSansBold';
  font-size: 16px;
  line-height: 30px;
}
.aanbod-dtl-car-info-desc .col-lg-6:nth-child(even) table {
  margin-left: 60px;
}
.aanbod-dtl-car-info-desc table td:nth-child(odd) {
  font-family: 'NunitoSansBoldItalic';
  font-style: italic;
  opacity: 50%;
}
.aanbod-dtl-car-info-desc {
  position: relative;
}
.aanbod-dtl-car-info-desc::after {
  content: '';
  position: absolute;
  border-left: 1px solid #bf192b;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60%;
}
.aanbod-dtl-car-info-btn .common-btn {
  margin-bottom: 10px;
  max-width: 330px;
}
.aanbod-dtl-car-info-btn a.common-btn{
  color: #fff;
  background: #bf192b;
  border: 2px solid #bf192b;
}
.aanbod-dtl-car-info-btn a.common-btn:hover{
  color: #bf192b;
  background: #fff;
}
.alle-fotos {
  width: 180px;
  height: 66px;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 40px;
  right: calc(23% + 155px);
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: 'NunitoSansBold';
  color: #1c1c1c;
}
.alle-fotos img {
  width: 30px;
  margin-left: 30px;
}
/******tab area*******/
.aanbod-dtl-tab-wrapper {
  padding: 0px 50px 0px 100px;
}
.aanbod-dtl-tab-sec {
  padding-bottom: 120px;
}
.each-tab-block h4 {
  color: #bf192b;
	font-family: 'NunitoSansBoldItalic';
	font-style: italic;
  margin-bottom: 45px;
}
.each-tab-block {
  margin-top: 75px;
  border-bottom: 1px solid #bf192b;
}
.tab-btn {
  font-size: 14px;
  color: #1c1c1c;
  font-family: 'NunitoSansBold';
  cursor: pointer;
  padding: 0px 35px 30px 0;
}
.aanbod-dtl-tab-sec .tab-content {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.aanbod-dtl-tab-sec .tab-content::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 80%;
  content: '';
  background-image:url(../images/shadow-image.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.aanbod-dtl-tab-sec .tab-content.remove-shadow:after, .kenmerken-tab-content.tab-content:after{
  display: none;
}
.kenmerken-tab {
  margin-bottom: 40px;
}
.aanbod-dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
  padding-bottom: 20px;
}
.aanbod-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-black.svg');
  background-repeat: no-repeat;
}
.aanbod-dtl-tab-sec ul li {
  font-family: 'NunitoSansBold';
  font-size: 16px;
  color: #1c1c1c;
  padding-bottom: 10px;
  word-break: break-word;
}
.aanbod-dtl-tab-sec .bullet-panel ul li {
  padding-left: 20px;
  position:relative;
  font-family: 'NunitoSansBold';
}
.aanbod-dtl-tab-sec .tab_hedaing h4 {
  color: #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: 'NunitoSansBold';
  margin-bottom: 20px;
  font-style: normal;
}
.bullet-panel{
  margin-bottom:20px;
}
.kenmerken-tab ul li {
  color: #1c1c1c;
  font-family: 'NunitoSansRegular';
  font-size: 16px;
  padding-bottom: 8px;
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.kenmerken-tab ul li:nth-child(odd) {
  font-family: 'NunitoSansBold';
  background-image: url(../images/bullet-black.svg);
  background-repeat: no-repeat;
  background-position: left top 10px;
  padding-left: 20px;
  background-size: 7px;
}
/****bottom slider heading******/
.aanbod-btm-slider-sec {
  padding-top: 20px;
}
.aanbod-btm-slider-heading {
  margin-bottom: 70px;
}
.aanbod-btm-slider-heading h2 {
  border-top: 2px solid #bf192b;
  text-align: center;
}
.aanbod-btm-slider-heading h2 span{
  font-family: 'NunitoSansBold';
  color: #fff;
  font-style: normal;
  background: #1c1c1c;
  position: relative;
  top: -20px;
  padding: 0 40px;
}
/*****************overons***************/
.team-member .each-listview-block p{
  margin:25px 0 0;
  display: block;
}
.team-member p:last-child{
  font-family: 'NunitoSansBold';
  font-size: 22px;
}
.team-member p:last-child span{
  font-family: 'NunitoSansBoldItalic';
  color: #bf192b;
  font-style: italic;
}
.team-member .common-arrow{
  background:#bf192b;
  width: 65px;
  height: 65px;
  bottom: 190px;
  top: auto;
  transform: translateY(0);
}
.team-member .common-arrow img {
  width: 20px;
  height: 20px;
}
.team-member .each-listview-block{
  margin: 10% 0;
  padding: 12% 17% 22% 12%;
  z-index: 1;
}
.team-member .swiper-button-prev{
  left: -25px;
}
.team-member .swiper-button-next{
  left: 50px;
  right: auto;
}
.team-member .each-listview-img img{
  height: 100%;
  object-fit: cover;
}
.Over_ons_slider {
  background-color: #1c1c1c;
  position: relative;
}
.Over_ons_slider .image_block_wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.Over_ons_slider .img_area {
  display: inline-block;
  position: relative;
}
.Over_ons_slider .img_area img {
  width: 100%;
  object-fit: cover;
}
.overons_slider_content {
  padding: 80px 145px 100px 80px;
  background-color: #242424;
  position: relative;
  right: -130px;
}
.overons_slider_content .swiper-container .each_content {
  max-width: 620px;
  padding-left: 10px;
}
.overons_slider_content .swiper-container {
  margin-bottom: 50px;
}
.overons_slider_content h2 {
  font-family: 'NunitoSansExtraBold';
  font-size: 24px;
  color: #fff;
}
.overons_slider_content p {
  font-family: 'NunitoSansRegular';
  /*font-size: 18px;*/
  color: #fff;
  margin: 30px 0 35px;
}
.overons_slider_content h3 {
  font-family: 'NunitoSansRegular';
  /*font-size: 18px;*/
  font-size: 16px;
  color: #fff;
}
.overons_slider_content h3 span {
  font-family: 'NunitoSansBoldItalic';
  color: #bf192b;
}
.Over_ons_slider .common_arrow img {
  width: 15px;
  height: 22px;
}
.Over_ons_slider .swiper-button-next:after, 
.Over_ons_slider .swiper-button-prev:after {
  content: '';
}
.Over_ons_slider .swiper-button-next.swiper-button-disabled, 
.Over_ons_slider .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.Over_ons_slider .swiper-button-next {
  right: 0;
}
.Over_ons_slider .swiper-button-prev {
  left: auto;
  right: 70px;
}
.Over_ons_slider .common_arrow {
  width: 55px;
  height: 55px;
  background-color: #bf192b;
}
.overons-middle-sec .sec-heading-wrap {
  margin-left: 60px;
}
.overons-gallery .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overons-gallery .col-lg-8 {
  -ms-flex: 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.overons-gallery .col-lg-4 {
  -ms-flex: 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
/* loader start */
#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:16px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}
/* loader end */

/* Cookie start */
.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;
}
/* Cookie end */

/* Morgen Footer start */
.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;
}
/* Morgen Footer end */

/* Aanbod tab form start */
.form-1,  .form-2{
  display: none;
  background:#1c1c1c;
  position: relative;
  padding: 30px 0;
}
.form-1 .form-styl:placeholder, .form-2 .form-styl:placeholder {
	color: #1c1c1c;
}
.form-1 .form-styl:-ms-input-placeholder, .form-2 .form-styl:-ms-input-placeholder {
	color: #1c1c1c;
}
.form-1 .form-styl::placeholder, .form-2 .form-styl::placeholder {
	color: #1c1c1c;
}
/* Aanbod tab form end */

/* Privacy start */
.privacy_section{
  padding-bottom: 30px;
}
.privacy_section h3{
  color: #000000;
}
/* Privacy end */
.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: 'futura_lt_btlight';
  font-size: 16px;
  color: #0c0c0c;;
  padding-bottom: 6px;
  word-break: break-word;
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}

.footer_email
{
  vertical-align: top;
}
.kalten-image-area iframe{
    vertical-align: top;
    border: 0;
}
a.link_vactures {
	color: black;
}
a.link_vactures:hover {
	color: red;
}
/*=========home-filter-new========*/
.home-banner .banner-content{
  top: calc(50% - 80px);
}
.home-filter{
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  z-index: 1;
  background: transparent;
}
.home-filter .filter-block .sec-heading-wrap{
  background: #fff;
  padding: 0;
  border-radius: 40px;
  max-width: 940px;
}
.home-filter .select-style{
  background-image: url("../images/down-arrow-blk.svg");
  background-size: 10px;
  background-color: transparent;
  color: #000;
  height: 66px;
  line-height: 66px;
  border: 0;
}
.home-filter .common-btn{
  max-width: calc(100% - 8px);
  border-radius: 40px;
  margin-top: 8px;
  height: 50px;
  line-height: 48px;
}
.home-filter .col-md-9 .col-md-6:first-child .select-style{
    border-right: 1px solid #e0e0e0;
}
.accordion {
  background-color: #1c1c1c;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.panel {
  display: none;
  overflow: hidden;
  -webkit-box-shadow: none;
}

h3.accordion.active:after {
    content: "\2212";
}

h3.accordion:after {
    content: '\002B';
    color: #eb1a1a;
    font-weight: bold;
    float: right;
}
/*====================spoelen==================*/
.spoelen-top{
	padding: 50px 0;
}
.spoelen-top h4, .spoelen-middle-block h4, .spoelen-bg h4{
  font-family: 'NunitoSansExtraBold';
  margin-bottom: 25px;
}
.spoelen-content{
  padding: 0 10%;
  max-width: 900px;
}
.Werkplaats-text span.d-block p, .spoelen-bg h4, .spoelen-bg h6, .spoelen-bg p{
  color: #fff;
}
.spoelen-middle-block, .spoelen-btm-block{
    padding: 70px 0;
}
.spoelen-middle-block h4, .spoelen-bg h4{
  margin-bottom: 15px;
}
.spoelen-middle-block table, .spoelen-bg table{
  width: 100%;
  margin-bottom: 50px;
}
.spoelen-middle-block td, .spoelen-bg td{
  padding-top: 50px;
  vertical-align: top;
}
.spoelen-middle-block td img{
  margin-right: 60px;
  margin-top: 20px;
  max-width: 44px;
}
.spoelen-bg{
  padding: 50px 0;
}
.spoelen-bg h6, .spoelen-btm-block .cursor h6{
  font-size: 16px;
  letter-spacing: 0.25px;
}
.spoelen-bg td{
  padding-top: 30px;
}
.spoelen-bg table{
  padding-bottom: 30px;
}
.spoelen-btm-block #accordian{
  max-width: 730px;
}
.spoelen-btm-block .each-block{
  border-bottom: 2px solid #000;
} 
.spoelen-btm-block p{
  margin: 15px 0 40px;
}
.spoelen-btm-block .cursor{
  cursor: pointer;
}
.spoelen-btm-block .cursor:after {
  position: absolute;
  top: -5px;
  transform: rotate(180deg);
  right: 0;
  content: '';
  width: 30px;
  height: 30px;
  background: url(../images/arrow.png) no-repeat center/ 16px;
}
.spoelen-btm-block .cursor.collapsed:after{
  transform: rotate(0deg);
}
.spoelen-btm-block .cursor h6{
  font-size: 18px;
}
.spoelen-middle-block table tr td h6{
  font-size: 16px;
  color: #1c1c1c;
  margin-bottom: 0;
  line-height: 28px;
}
.Werkplaats-text td strong {
	font-family: 'NunitoSansExtraBold';
}
@media(max-width:991px){
  .spoelen-content, .spoelen-middle-block, .spoelen-btm-block{
    padding: 40px 5%;
  }
  .spoelen-middle-block td {
    padding-top: 15px;
    width: 100%;
    display: block;
  }
  .spoelen-middle-block table{
    margin-bottom: 30px;
  }
  .spoelen-btm-block .cursor h6{
    font-size: 16.5px;
  }
}
.werkplts-new-form{
  background: #181818;
}
.werkplts-new-form h4, .werkplts-new-form li{
  font-family: 'NunitoSansRegular';
  color: #fff;
}
.werkplts-new-form li{
  width: 99%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  padding-right: 15px;
}
/*.werkplts-new-form li:nth-child(even){
  padding-right: 0;
  padding-left: 15px;
}*/
.werkplts-new-form ul{
  margin-top: 20px;
}
.werkplts-new-form ul label{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 18px;
  display: inline-block;
}
.werkplts-new-form ul input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.werkplts-new-form ul .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border-radius: 100%;
}
.werkplts-new-form ul input:checked ~ .checkmark {
  background-color: #fff;
}
.werkplts-new-form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.werkplts-new-form input:checked ~ .checkmark:after {
  display: block;
}
.werkplts-new-form .checkmark:after {
  left: 8px;
  top: 3px;
  width: 7px;
  height: 14px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.textarea-block ul {
	width: 100%;
}
.textarea-block li {
	width: 100%;
	padding-left: 15px;
}
.Werkplaats-middle-text h5{
  padding-top: 1rem;
}


@media(min-width: 768px){
/*  .werkplts-new-form .textarea-block{
    padding-left: 30px !important;
    padding-right: 30px !important;
    height: 100%;
  }*/
  .werkplts-new-form ul{
    margin-bottom: 20px;
  }

}
@media(min-width:1200px){
  .werkplts-new-form ul label{
    font-size: 20px;
  }
}
@media(max-width:767.98px){
  .werkplts-new-form li{
    width: 100%;
    display: block;
    padding: 0 !important;
  }
  .textarea-block ul {
	  padding: 0 0 15px 15px;
  }
}
.blogs-top-content .container{
  max-width: 100%;
}
.blogs-top-content .row{
  margin: 0;
}
.blogs-top-content .container, .blogs-top-content [class*="col"]{
  padding: 0;
}
.wrkplt-content, .blogs-top-content .Werkplaats-right-block-wrapper{
  padding-left: 8%;
  padding-right: 8%;
}
.wrkplt-content h4, .wrkplt-content p, .blogs-top-content .Werkplaats-right-block-wrapper h4, 
.blogs-top-content .Werkplaats-right-block-wrapper p{
  max-width: 850px;
}
.blogs-top-content .Werkplaats-right-block-wrapper{
  padding-top: 60px;
}
.contact-form.new-form {
  padding: 60px 30px 40px;
}
.new-form label span {
  font-size: 12px;
  font-style: italic;
}
.button-form-sec{
  padding: 80px 0;
}
.button-form-sec .Werkplaats-middle-text{
  background: #242424;
  padding: 50px 7%;
}
@media(max-width: 991.98px){
  .wrkplt-content, .blogs-top-content .Werkplaats-right-block-wrapper{
    padding: 8% 5%;
  }
  .blogs-middle .Werkplaats-dtl-text-wrap{
    padding: 0;
  }
  .button-form-sec{
    padding: 30px 0;
  }
  .button-form-sec .Werkplaats-middle-text{
    padding: 30px 5%;
  }
}
html{
  font-size: 62.5%;
}
.werkplaats-slider a.d-block img{
  object-fit: cover;
}
.werkplaats-slider .position-absolute{
  bottom: 0;
  left: 0;
}
/*==========mega-dropdown==========*/
.mega-drop-down a{
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.mega-menu, .mega-menu a:not(.mega-menu .common-btn) {
  color: #fff;
}
.mega-menu a:not(.mega-menu .common-btn):hover{
  text-decoration: underline;
}
.mega-menu {
  position:absolute;
  padding-top: 30px;
  left: 0;
  right: 0;
  display:none;
  margin-top: -5px;
  z-index: 2;
}
.notice {
	margin-top: 15px; 
	font-size: 17px; 
	font-family: 'NunitoSansExtraBold';
}
.mega-menu:hover, .mega-drop-down a:hover+.mega-menu{
  display:block;
}
.mega-drop-down li{
  display: block;
  margin-bottom: 10px;
}
.mega-menu .bg-white{
  padding: 60px;
  background: #BF182B !important;
}
.mega-menu-wrap{
  max-width: 1600px;
}
.mega-menu, .mega-drop-down li{
  font-family: 'NunitoSansSemiBold';
  font-size: 14px;
}
.mega-menu h4{
  font-family: 'NunitoSansExtraBold';
  letter-spacing: normal;
  margin-bottom: 40px;
  color: #fff;
}
.mega-drop-down .brand-list li{
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}
.mega-menu span.d-block a:not(.mega-menu .common-btn){
  line-height: 30px;
}
.mega-menu .common-btn{
  padding: 0 12px;
  margin-top: 32px;
  background: #fff;
  border-color: #fff;
  color: #bf192b;
}
.mega-menu .common-btn:hover{
  border-color: #fff;
  background: transparent;
  color: #fff;
}
/*.mega-menu .position-relative:before{
  position: absolute;
  top: 60%;
  left: 0;
  content: '';
  background: #DDDDDD;
  width: 1px;
  height: 70%;
  transform: translateY(-50%);
}*/
.brand-list .position-relative:before{
  display: none;
}
.mega-menu .onder:before {
	position: absolute;
	top: 60%;
	left: 0;
	content: '';
	background: #DDDDDD;
	width: 1px;
	height: 70%;
	transform: translateY(-50%);
}
.mega-menu .werk:before {
	position: absolute;
	top: 58%;
	left: 0;
	content: '';
	background: #DDDDDD;
	width: 1px;
	height: 70%;
	transform: translateY(-50%);
}

.desktop-nav .nav-item{
  font-size: 18px;
}
.demo-header .werkplts-btn, .demo-header.active .werkplts-btn-default, .demo-header.active .header-social{
  display: none;
}
.demo-header.active .werkplts-btn{
  display: block;
  margin-right: 30px;
}
.demo-header.active .werkplts-btn .common-btn{
  min-width: 270px;
}
.demo-header.active .col-xl-9.position-static{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.demo-header.active .navbar-nav{
  width: calc(100% - 280px);
  justify-content: center;
  padding-left: 0;
}
.cal {
    cursor: pointer;
}</pre></body></html>