<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: 0;
	margin: 0;
	font-family: 'OpenSansRegular';
	font-size: 1.6rem;
	color: #121212;
}
html {
    font-size: 62.5%;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    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.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*=============header============*/
header{
	position: relative;
	z-index: 2;
}
header li{
	display: inline-block;
	margin-left: 6rem;
	font-family: 'OpenSansSemibold';
	font-size: 1.8rem;
}
header .text-center{
	background: #3C3C3B;
}
header .text-center img{
	width: 200px;
}
header .akker_btn_cls {
	min-width: 30rem;
	padding: 3rem 0;
}
header ul:not(:first-child){
	background: rgba(60, 60, 59, 0.5);
	padding: 3rem 0;
}
header ul:not(:first-child) a{
	color: #fff;
}
.whatsapp_button {
    position: fixed;
    bottom: 0px;
    width: 225px;
    z-index: 9999;
    right: 50px;
}
.whatsapp_button p {
    margin: 0px;
    width: 190px;
    padding: 15px 0px 8px 24px;
    background-color: #1c3563;
    border-radius: 0px 0px 0px 0px;
    font-family: 'OpenSansSemibold';
    font-size: 16px;
    color: #fff;
}
.social img{
	margin-right: 2rem;
}
a.social, header ul:not(:first-child) a:hover{
	color: #4F9E75;
}
/*=============banner============*/
.home-banner{ 
	position: relative;
	margin-top: -87px;
}
.banner-content {
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
}
.banner-content .akker_btn_cls {
	margin: 2rem .5rem 0;
}
.home-banner .common-arrow, .home-banner .swiper-pagination{
	bottom: 4rem;
	top: auto;
	left: 8rem;
}
.home-banner .swiper-button-next{
	left: 14rem;
	right: auto;
}
.home-banner .swiper-pagination{
	left: auto;
	right: 8rem;
}
.home-banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: .43;
	margin: 0 12px !important;
	position: relative;
}
.home-banner .swiper-pagination-bullet-active{
	opacity: 1;
}
.home-banner .swiper-pagination-bullet-active:after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	content: '';
	border: 1px solid #fff;
	border-radius: 100%;
}
/*=================product============*/
.filter{
	padding-top: 8rem;
}
.filter li{
	display: inline-block;
	vertical-align: top;
	padding: 0 3rem;
}
.select-styl{
	background: transparent;
	border: 0;
	font-size: 1.8rem;
	appearance: none;
	-webkit-appearance: none;
	padding-right: 4rem;
	background: url(../images/dropdown.svg) transparent no-repeat 92% center;
	opacity: .63;
}
.filter li.active .select-styl{
	opacity: 1;
}
.select-styl option{
	font-family: arial;
}
.filter button{
	border: 0;
	background: transparent;
}
.product-slider{
	padding: 2rem;
	position: relative;
}
.product-slider a, .service-slider a, .product-slider h6{
	color: #121212;
}
.product-slider h5{
	/*height: 53px;*/
	overflow: hidden;
	margin-bottom: 10px;
}
.product-slider p{
	font-family: 'OpenSansLight';
	height: 50px;
	overflow: hidden;
}
.product-slider td{
	padding-right: 1.5rem;
}
.product-slider .swiper{
	padding-bottom: 60px;
}
.product-slider .swiper-pagination-progressbar{
	bottom: 30px;
	top: auto;
	background: #E8EAF1;
	height: 2px;
}
.product-slider .swiper-pagination-progressbar-fill{
	background: #0F1014;
	height: 4px;
}
.product-slider .common-arrow{
	top: -5px;
	left: auto;
	right: 2rem;
}
.product-slider .swiper-button-prev{
	right: 5rem;
}
/*==============service===========*/
.service-sec{
	padding: 8rem 0;
}
.service-sec .container-fluid .row{
	margin: 8rem 0;
}
.heading h3{
	border-bottom: 1px solid #CACACA;
	padding-bottom: 3rem;
}
.service-sec p{
	margin-top: 3rem;
}
.service-content{
	padding-right: 20%;
	padding-left: 4rem;
	max-width: 600px;
}
.service-sec .swiper-button-next{
	right: 14%;
}
/*=============bg-area===========*/
.bg-area{
	padding: 5% 0;
	background-attachment: fixed;
	margin-top: -1px;
}
.bg-area p{
	color: #fff;
	margin: 2rem 0 4rem;
}
.bg-area .button_link{
	white-space: nowrap;
}
.bg-area .button_link .akker_btn_cls{
	margin-right: 10px;
	margin-bottom: 10px;
}
/*============content=========*/
.content-sec{
	padding: 8rem 0;
}
.content-wrap{
	padding: 0 4rem;
}
.content-wrap h4{
	margin: 6rem 0 3rem;
}
.content-wrap p{
	margin-bottom: 8rem;
}
.more-info{
	position: relative;
}
.more-info:after{
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 50px;
	height: 50px;
	background-image: url(../images/arrow-right.svg);
	background-position: center center;
	background-size: 40px;
	background-repeat: no-repeat;
	border: 2px solid #121212;
	border-radius: 100%;
}
.more-info:hover:after{
	background-color: #48A3AC;
	border-color: #48A3AC;
	background-image: url(../images/arrow-white.svg);
}
.more-info .info{
	font-size: 1.8rem;
	color: #929292;
}
.more-info:hover .info{
	color: #48A3AC;
}
/*===========contact-area=========*/
.contact-area{
	border-top: 1px solid #CACACA;
}
.contact-area .col-lg-3:not(:last-child){
	border-right: 1px solid #CACACA;
}
.contact-area h5{
	margin: 2rem 0;
}
.contact-area .col-lg-3{
	padding: 3%;
}
.contact-area .col-lg-3 img{
	width: 100%;
	max-width: 35px;
}
/*===========footer==========*/
footer{
	background: #3C3C3B;
	padding-top: 8rem;
}
.footer-logo{
	width: 115px;
	margin-bottom: 5rem;
}
footer h4 span{
	color: #fff;
}
footer .d-inline-block{
	font-size: 1.8rem;
	color: #fff;
	border: 1px solid transparent;
	padding: 1.8rem 4rem;
	margin-top: 5rem;
}
footer .d-inline-block:hover{
	border-color: #fff;
}
footer .d-inline-block img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	margin-right: 1rem;
}
footer h6{
	margin-bottom: 2rem;
}
footer li a, footer p, footer p a{
	color: rgba(255, 255, 255, 0.5);
}
.footer-menu p span{
	font-family: 'OpenSansSemibold';
}
footer li a{
	line-height: 2.2;
}
footer li a:hover, .footer p a:hover{
	color: #48A3AC;
}
.footer-menu{
	max-width: 700px;
	width: 100%;
}
.social-icon a{
	width: 55px;
	height: 55px;
	background: #48A3AC;
}
.social-icon a:hover{
	background: #121212;
}
.social-icon{
	margin-top: 8rem;
	margin-bottom: 4rem;
}
.privacy-area{
	border-top: 1px solid #CACACA;
	padding: 3rem 0;
}
.privacy-area p span{
	margin-left: 6rem;
}
/*============contact==========*/
.opening-time .common-bg{
	height: 700px;
}
.opening-time td h6{
	color: #121212;
	line-height: 1.5;
}
.opening-time td{
	vertical-align: top;
	padding-right: 4rem;
	padding-bottom: 3rem;
	white-space: nowrap;
}
.opening-time td:last-child{
	padding-right: 0;
	padding-left: 4rem;
}
.opening-time h6 span{
	opacity: .5;
}
.route{
	text-decoration: underline !important;
}
.form-sec{
	padding: 4rem 0;
}
.form-wrap{
	padding: 4rem;
	background: #48a3ac;
}
.form-styl{
	color: rgba(51, 51, 57, 0.7) !important;
	font-size: 1.4rem;
	font-family: 'OpenSansLight';
	padding: 1.8rem;
	border: 0;
	border-radius: 0;
	box-shadow: none !important;
	resize: none;
}
.form-styl:placeholder {
	color: #333439;
	opacity: .7;
}
.form-styl:-ms-input-placeholder {
	color: #333439;
	opacity: .7;
}
.form-styl::placeholder {
	color: #333439;
	opacity: .7;
}
.foto_upload{
	color: rgba(51, 51, 57, 0.7);
}
.form-image{
	padding-left: 4%;
}
/*===========service dtl=========*/
.service-dtl-content .content-wrap {
	max-width: 700px;
}
.icon-panel td{
	vertical-align: top;
}
.icon-panel td span{
	width: 7rem;
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	margin-right: 2rem;
}
.icon-panel td img{
	width: 40px;
}
.icon-panel p{
	opacity: .5;
	margin-top: 1.5rem;
}
.icon-panel h5{
	font-family: 'ModeratExtendedBold';
}
.gal-slider{
	padding: 6rem 0;
}
.gallery-img{
	overflow: hidden;
}
.gallery-img img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.gal-slider a:hover .gallery-img img{
	transform: scale(1.2);
}
.gal-slider h6{
	color: #121212;
	position: relative;
	padding-left: 6rem;
	display: inline-block;
}
.gal-slider h6:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 3rem;
	content: '';
	width: 12px;
	height: 12px;
	background-image: url(../images/next-blk.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.gal-slider a:hover h6{
	color: #48A3AC;
}
.gal-slider a:hover h6:before{
	background-image: url(../images/back-arrow.svg);
}
.gal-slider .swiper-button-next{
	right: -3%;
}
.gal-slider .swiper-button-prev{
	left: -3%;
}
/*============overons==========*/
.overons-slider .swiper-button-next, .member-slider .swiper-button-next {
	right: 5%;
}
.overons-slider .swiper-button-prev{
	left: 5%;
}
.overons-slider .slider-arrow{
	border-color: #fff;
}
.overons-slider .slider-arrow img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.team-member{
	padding: 6rem 0;
}
.member-slider{
	padding-right: 12%;
	margin-top: 6rem;
}
.team-content{
	padding: 5%;
}
.member-slider h4{
	font-family: 'OpenSansSemibold';
	margin-bottom: 2rem;
}
.member-slider .swiper-pagination, .service-slider .swiper-pagination{
	bottom: auto;
	top: 0;
	color: rgba(18,18,18,0.5);
	left: auto;
	right: 13%;
} 
.member-slider .swiper-pagination-current, .service-slider .swiper-pagination-current {
	color: #121212;
}
/*==========Diensten============*/
.list-content{
	padding: 4rem 13%;
	position: relative;
	z-index: 2;
}
.list-content p{
	margin: 4rem 0;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-img-box{
	height: 100%;
}
.list-img-box img{
	height: 100%;
	object-fit: cover;
}
/*============Werkplaats============*/
.wkplt-logo{
	width: 22rem;
	margin-left: auto;
}
.wkplt-banner:after{
	position: absolute;
    bottom: 0;
    content: "";
    background: #e04503;
    z-index: 2;
    width: 20%;
    height: 5.8rem;
    display: block;
    right: 0;
    left: auto;
    clip-path: polygon(2% 0, 100% 0%, 100% 100%, 16% 100%);
    -webkit-clip-path: polygon(2% 0, 100% 0%, 100% 100%, 16% 100%);
}
.wkplt-list-sec .each-list-part{
    position: relative;
}
.wkplt-list-sec .each-list-part:nth-child(odd):before{
	position: absolute;
    top: 0;
    right: 0;
    width: 30.1%;
    content: '';
    background: #F8F8F8;
    height: 73%;
    clip-path: polygon(44% 0, 100% 0, 100% 75%, 100% 67%);
    -webkit-clip-path: polygon(44% 0, 100% 0, 100% 75%, 100% 67%);
    z-index: 1;
}
.wkplt-list-sec .each-list-part:nth-child(even):after{
    position: absolute;
    bottom: 0;
    content: "";
    background: #e04503;
    z-index: 2;
    width: 20%;
    height: 5.8rem;
    display: block;
    right: 0;
    left: auto;
    clip-path: polygon(2% 0, 100% 0%, 100% 100%, 16% 100%);
    -webkit-clip-path: polygon(2% 0, 100% 0%, 100% 100%, 16% 100%);
}
.wkplt-list-sec .each-list-part:last-child:after{
	display: none;
}
/*==================Aanbod dtl page start ==============*/
.outter-wrap{
	padding: 0 2rem;
}
.aanbod-dtl-top-sec{
    padding-bottom: 7%;
}
.gallery-thumbs{
	margin: 2.6rem 2.6rem 0 0;
}
.dtl-top-info{
	background: #282828;
	padding: 5% 15% ;
	height: 100%;
}
.dtl-top-info h4 {
    font-family: 'OpelNextLight';
    font-size: 4.8rem;
    margin-bottom: 3rem;
    color: #fff;
}
.dtl-top-info h5{
	font-family: 'OpelNextLight';
    color: #fff;
}
.car-model {
    margin-bottom: 10%;
}
.dtl-top-info table {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 5rem;
}
.dtl-top-info td {
    vertical-align: top;
    width: 33.33%;
    padding-bottom: 3rem;
}
.dtl-top-info h6 {
    color: #fff;
    font-family: 'OpelNextBold';
}
.dtl-top-info h6 span {
    display: block;
    margin-top: 0.5rem;
    opacity: 0.7;
    font-size: 1.6rem;
    font-family: 'OpelNext';
}
.car-price h4{
	color: #fff;
    font-family: 'OpelNextBold';
    margin-bottom: 0;
}
.car-price h5{
	color: #fff;
    font-family: 'OpelNextBold';
    margin-left: 2%;
}
.dtl-info-btn {
    margin-top: 6rem;
}
.dtl-spec-sec {
    position: relative;
    padding-bottom: 9rem;
}
.dtl-spec-sec .heading h3{
    text-transform: uppercase;
}
.dtl-spec-wrap{
	position: relative;
}
.dtl-spec-wrap:after{
    content: '';
    background-color: #f8f8f8;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.dtl-spec-slider {
    position: relative;
    z-index: 2;
    margin-top: 4.2rem;
}
.each-dtl-spec {
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-spec-name {
    padding: 9% 4rem;
    background-color: #fff;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-dtl-spec:hover .dtl-spec-name {
    background: #f8f8f8;
}
.dtl-spec-slider .common-arrow {
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    background: transparent;
    border: 2px solid #121212;
}
.dtl-spec-slider .swiper-button-prev {
    display: none;
}
.dtl-spec-slider .swiper-button-next{
    right: 7%;
}
.dtl-spec-slider .common-arrow img {
    width: 2rem;
}
.dtl-spec-sec p {
    margin: 6.2rem 0;
    padding-right: 10%;
    max-width: 75.8rem;
    width: 100%;
    opacity: 0.5;
}
/****dtl-tab-sec*****/
.dtl-tab-sec {
	padding: 0 0 5%;
	position: relative;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'OpenSansSemibold';
    font-size: 1.8rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
	margin-bottom: 1rem;
	width: 18%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 1px solid #CACACA;
    background-color: transparent;
    color:#000000;
    padding: 2.2rem 0.5rem;
	border-radius: 0;
	letter-spacing: normal;
	position: relative;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	background-color: #48A3AC;
	border-color: #48A3AC;
	color:#fff;
}
/*****dtl-tab-content******/
.dtl-tab-content-heading h3 {
	margin: 5rem 0;
	font-family: 'OpenSansRegular';
	text-transform: uppercase;
	border-bottom: 1px solid #cecece;
	padding-bottom: 3rem;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'OpenSansLight';
    font-size: 1.6rem;
    color: #121212;
    padding-bottom: 1rem;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 0.7rem;
    padding-left: 1.3rem;
    background-size: 0.7rem;
    color: #121212;
	font-family: 'OpenSansSemibold';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h5 {
    border-bottom: 1px solid #121212;
    padding-bottom: 1rem;
    color: #121212;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
    font-family: 'OpenSansLight';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 0.8rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #48A3AC;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #48A3AC;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
	font-size: 1.6rem;
	font-family: 'OpenSansLight';
}
.each-onderhoud-block h4 {
    color: #121212;
    font-family: 'OpenSansRegular';
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #121212;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'OpenSansLight';
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/****end::dtl-tab-sec*****/

.man-review {
    display: flex;
}
.contact-form-man .man-review-box img {
    width: 12.2rem;
    border-radius: 100%;
}
.man-review-content {
	width: calc(100% - 12rem);
    padding-left: 3.6rem;
}
.contact-form-man .man-review-content h5 {
    padding-bottom: 2rem;
}
.contact-form-man .man-review-content p img {
    width: 1.7rem;
    filter: brightness(0);
}
.contact-form-man .man-review-content p a {
    padding-left: 1.6rem;
}
.contact-form-man h6 {
    margin-top: 3rem;
}
.aanbod-dtl-form .txt-btn{
	position: relative;
    right: 0;
    margin-top: 27px;

}
.aanbod-dtl-bottom-sec{
	padding-top: 4%;
}
.aanbod-dtl-top-sec .swiper-button-next{
	right: 0;
}
.aanbod-dtl-top-sec .swiper-button-prev{
	left: 0;
}
.aanbod-dtl-top-sec .common-arrow{
    background: #d9d9d9;
    width: 4.5rem;
    height: 4.5rem;
}
.aanbod-dtl-top-sec .common-arrow img{
	width: 2rem;
}
.contact-form-man .man-review-content p img{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact-form-man .man-review-content p:hover img{
    filter: brightness(1);
}
/*******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;
}

.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: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin-bottom:15px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.star_icon{
    margin-bottom: 30px;
}
/*********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;
}

.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;
}
.calsty {
  width: 100%;
  height: 1200px;
}
.dtl-top-info h6 span.kenteken_np{
	opacity: 1;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.form-1, .form-2{
	display: none;
}
.footer-ok-logo img{
	max-width:90px;
	margin-left: 20px;
}
.footer-ok-logo{
	text-align: center;
	margin-top: 50px;
	display: flex;
}
/*===============popup===========*/
.modal-area .modal-dialog{
	max-width: 80%;
	margin: 12% auto 0;
}
.modal-area .modal-content{
	border-radius: 0;
	border: 0;
}
.modal-area .close-img{
	position: absolute;
    right: 1rem;
    cursor: pointer;
    top: 1rem;
}
.popup-content {
	padding: 5%;
}
.popup-content p{
	font-size: 1.5rem;
	margin: 2rem 0;
}
.modal-area img.w-100{
	height: 100%;
	object-fit: cover;
}
.bovag_logo {
	width: 117px;
}
.eurorepar_logo {
	width: 175px;
}
.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;
}
@media (max-width: 1599.98px){
	.modal-area .modal-dialog {
	  	max-width: 93%;
	}
}
  @media (max-width: 991px){
	.popup-content {
	  	padding-top: 10%;
	  	padding-bottom: 10%;
	}
	.fixed-whatsapp-icon{
		display: none;
	}
}
.interesse-btn.akker_btn_cls{
	height: 77px;
	line-height: 77px;
	padding-top: 0;
	padding-bottom: 0;
}
.fixed-wp {
	background-color: rgba(37, 211, 102, 0.5);
 	height: 77px;
	line-height: 77px;
	padding: 0 15px;
}
.fixed-wp span {
   	height: 45px;
	width: 45px;
	background-color: #25D366;
}
.fixed-wp span img{
	width: 24px;
}
.fixed-wp-part-info {
  	margin: auto;
  	font-family: 'OpenSansSemibold';
  	font-size: 1.8rem;
}
.aanbod-dtl-form .man-review-content td img{
	width: 18px;
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
	margin-right: 10px;
}
.aanbod-dtl-form .man-review-box{
	width: 180px;
	height: 180px;
}
.aanbod-dtl-form .man-review-content{
	width: calc(100% - 190px);
	padding-left: 20px;
}
.aanbod-dtl-form td{
	vertical-align: top;
	padding-bottom: 8px;
}
.aanbod-dtl-form td a:hover{
	color: #121212;
	text-decoration: underline;
}
.aanbod-dtl-form .txt-btn.float-lg-end{
	padding-left: 4.2%;
	bottom: 0;
	position: absolute;
  	left: 67%;
  	right: auto;
}
.aanbod-dtl-form .common-wrap &gt; .row{
	position: relative;
}</pre></body></html>