<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;
	background: #292929;
	font-family: 'MundialLight' !important;
	font-size: 2.1rem;
	color: #fff;
}

html {
	font-size: 62.5%;
}

#mobile-contact-bar {
	display: none;
}

.add_morgan_footer_margin {
	height: 100px !important;
}

.grecaptcha-badge {
	display: none;
}

/*=============header============*/
main{
	padding-top: 120px;
}

.menu-wrap,
.social-icons {
	width: 180px;
	height: 180px;
	background: #1c1c1c;
}

.header-area .navbar {
	padding-left: 8rem;
	padding-right: 12rem;
	width: calc(100% - 180px);
}

.logo {
	width: 140px;
}

.header-area li:not(:last-child) {
	margin-right: 4rem;
}

.header-area .header-btn {
	color: #57C55B !important;
	border-bottom: 2px solid #57C55B;
}

.big_image{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 55px !important;
	height: 55px !important;
	transform: translate(-50%, -50%);
}

.whatsapp-icon {
	position: fixed;
	bottom: 3rem;
	right: 3rem;
	z-index: 99;
}

.whatsapp-icon a {
	font-size: 1.6rem;
	font-family: 'MundialRegular';
	background: #58c55c;
	color: #fff;
	padding: 2.2rem 4rem;
}

.whatsapp-icon img {
	width: 24px;
	margin-right: 10px;
}

.side-widget{
	position: fixed;
	right: 0;
	z-index: 99;
	top: 39%;
}

.modal-area .modal-dialog {
	max-width: 70%;
	margin: 12% auto 0;
}

.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.5);
}

.modal-area .modal-content {
	border: 0;
	border-radius: 0;
	background-color: #fff;
	position: relative;
}

.modal-area .popup-content h4 {
	color: #0F1014;
	font-family: 'MundialBold';
	font-size: 3.6rem;
	text-transform: uppercase;
}

.modal-area .popup-content p {
	margin: 3rem 0 4rem;
	/* max-width: 59rem; */
	/* width: 100%; */
	color: #0F1014;
}

.modal-area .popup-content {
	padding: 6rem;
	background-color: #fff;
}

.pop-up-image {
	height: 100%;
}

.modal-area .akker_btn_cls:hover {
	color: #E73C3A;
}

.pop-up-image img {
	height: 100%;
	object-fit: cover;
}

.close-img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	background-color: #121212;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.close-img:hover {
	color: #fff;
}

/*=============banner============*/
.banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 1;
}

.banner-wrap {
	width: calc(100% - 180px);
}

.social-icons {
	background: #292929;
	position: absolute;
	top: 150px;
	z-index: 1;
	height: auto !important;
}

.social-icons a {
	margin-top: 5rem;
}

/*=================product============*/
.sec-heading {
	background: #1c1c1c;
}

.product-slider:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 340px;
	background: #1c1c1c;
}

.product-model,
.product-price {
	padding: 1.5rem;
	background: #fff;
	color: #000;
}

.product-model h5 {
	/*height: 52px;
	overflow: hidden;*/
	margin-bottom: 10px;
}

.product-model p {
	height: 50px;
	overflow: hidden;
	line-height: normal;
}

.product-price td {
	opacity: .5;
	vertical-align: top;
}

.product-price td span {
	margin: 0 1rem;
}

.product-price .d-flex {
	max-width: 60px;
	height: 60px;
	background: #E73C3A;
}


.product-price  table{
	height: 65px;
}

.product-slider .swiper-slide .product-price .d-flex{
	height: 100%;
}

/*==============service===========*/
.service-sec {
	padding: 10rem 0;
	overflow: hidden;
}

.service-sec h2 {
	margin-left: 8%;
	margin-bottom: 3rem;
}

.service-sec .col-lg-3 {
	width: 29.1665%;
}

.service-sec .col-lg-6 {
	width: 41.667%;
}

.gallery-block {
	margin: 0 -20px;
}

.gal-item {
	padding: 20px;
}

.box,
.service-slider-block .swiper-slide {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.gal-heading {
	position: absolute;
	bottom: 3rem;
	left: 0;
	padding: 0 3rem;
	color: #fff;
	z-index: 2;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.box img,
.service-slider-block img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.gal-item:hover .box img,
.service-slider-block .swiper-slide a:hover img {
	transform: scale(1.1);
}

.box:before {
	width: 100% !important;
	background: #121212;
	opacity: 0;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.gal-item:hover .box:before {
	opacity: .6;
}

.gal-item p {
	display: none;
	margin-top: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.gal-item:hover p {
	display: block;
	margin-top: 1rem;
}

.overons-gallery .gal-item:hover .gal-heading {
	bottom: 3.5rem;
}

/*============review=============*/
.review-wrapper {
	border-right: 70px solid #292929;
	background: #1c1c1c;
	padding-top: 16rem;
}

.left-content p {
	margin: 3rem 0 7rem;
}

.left-content {
	max-width: 67rem;
	padding-bottom: 15rem;
}

.review-sec img.w-100 {
	height: 100%;
	object-fit: cover;
}

.review-content {
	max-width: 57rem;
	margin: -12rem auto 0;
	background: #fff;
	padding: 10rem 7rem 7rem;
	position: relative;
	z-index: 9;
}

.review-content p {
	color: #000;
}

.quote {
	width: 8rem;
	height: 8rem;
	top: -4rem;
	background: #E73C3A;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

/*==========counter============*/
.counter-sec {
	padding: 20rem 0 14rem;
}

.counter-sec:before {
	position: absolute;
	top: -16rem;
	left: 0;
	content: '';
	width: 40%;
	height: 94%;
	background: #1c1c1c;
	z-index: -1;
}

.counter-sec td {
	font-family: 'MundialRegular';
	line-height: initial;
}

.counter-sec h3 {
	font-family: 'MundialLight';
	font-size: 6.4rem;
	margin-right: 1rem;
}

.counter-sec p {
	margin: 6rem 0;
}

.counter-sec .akker_btn_cls {
	margin-top: 6rem;
}

.content-wrap {
	padding-left: 5%;
}

/*==========testimonial=========*/
.testimonial .swiper {
	padding: 7rem 0;
}

.testimonial .review-content {
	background: #1c1c1c;
}

.testimonial h5 {
	font-family: 'MundialRegular';
	margin-top: 4rem;
}

.testimonial .quote {
	left: 7rem;
	transform: translateX(0);
}

.testimonial .review-content p{
 color:#fff;
}

/*===============footer=========*/
.footer-area {
	padding-top: 10rem;
}

.footer-area h6,
.footer-area p {
	font-size: 1.5rem;
}

.footer-area h6 {
	font-family: 'MundialRegular';
	font-size: 1.6rem;
	margin-bottom: 2rem;
}

.footer-area .col-lg-7 td {
	vertical-align: top;
}

.footer-area td:not(:last-child) {
	padding-right: 2rem;
}

.footer-area img.d-block {
	width: 140px;
	margin-left: auto;
}

.footer-area td p {
	white-space: nowrap;
}

.social-icon-panel {
	border-top: 2px solid #fff;
}

/*================aanbod=============*/
.filter {
	padding: 7rem 0 5rem;
}

.filter h2 {
	margin-left: 8rem;
}

/*.filter ul {
	margin-top: 6%;
}*/

.filter li {
	display: inline-block;
	vertical-align: middle;
	max-width: 240px;
	width: 17%;
	margin-right: 2rem;
	position: relative;
}

.reset-btn{
	position: absolute;
	bottom: -30px;
	right: 0;
	font-size: 1.6rem;
}

.select-styl {
	background: transparent;
	border: 1px solid #fff;
	font-family: 'MundialRegular';
	font-size: 1.6rem;
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	padding: 2rem;
	color: #fff;
	background: url(../images/dropdown.svg) #292929 no-repeat 92% center;
}

.select-styl option {
	font-family: arial;
}

.aanbod-product {
	padding-bottom: 10rem;
}

.aanbod-product .col-xl-4 {
	padding-bottom: 20px;
}

/*==========overons========*/
.overons-top .review-wrapper {
	border-right: 0;
	position: relative;
}

.overons-top .review-wrapper:before,
.box:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 180px;
	height: 100% !important;
	background: #292929;
}

.overons-gallery {
	position: relative;
}

.overons-gallery:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 35%;
	content: '';
	/*background: #1c1c1c;*/
	z-index: -1;
}

.overons-top .common-wrap {
	padding-right: 12rem;
}

.overons-top .left-content {
	max-width: 100%;
	padding-left: calc(120px + 4%);
	padding-right: 4%;
}

.overons-btm {
	padding: 6% 0;
	background-attachment: fixed;
}

.overons-btm p {
	margin: 5rem 0;
}

.block-heading {
	margin-left: 180px;
}

.content-cover {
	max-width: 920px;
	padding: 6% 6% 12rem;
}

.row-btm .content-cover {
	padding-bottom: 0;
}

.content-cover h2 {
	margin-bottom: 3rem;
}

.overons-middle .flex-row-reverse .img-overlay {
	padding-right: 7%;
	padding-top: 7%;
	position: relative;
}

.overons-middle .flex-row-reverse .img-overlay:after,
.overons-middle:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	height: 80%;
	content: '';
	background: #1c1c1c;
	z-index: -1;
}

.overons-middle:before {
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
	height: 37%;
	width: 70%;
}

.row-btm .left-img {
	position: relative;
	top: -10rem;
}

.image-content {
	position: absolute;
	bottom: 1rem;
	left: 0;
	padding-left: 8rem;
	padding-right: 4rem;
	width: 100%;
}

.image-content table {
	width: 100%;
}

.image-content h3 {
	font-size: 12.8rem;
	font-family: 'MundialBold';
	text-align: right;
}

.image-content td:first-child {
	width: 70%;
}

.row-btm .content-cover p {
	background: linear-gradient(180deg, #FFFFFF 22.6%, rgba(255, 255, 255, 0) 82.69%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	padding-bottom: 3%;
}

.team-block{
	padding: 180px 0 25px;
}

.team-block .position-absolute.h-100{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
}

.team-block h6{
	font-family: 'MundialBold';
}

.team-block h6 span{
	font-family: 'MundialRegular';
}

.team-block .position-absolute.bottom-0{
	z-index: 1;
}

/*============contact=========*/
.home-banner .common-bg {
	height: 380px;
}

.address-area td:nth-child(odd),
.opening-time td:not(:last-child) {
	padding-right: 5rem;
}

.address-area td:nth-child(even) {
	padding-left: 5rem;
}

.table-panel h5 {
	margin-bottom: 1rem;
}

.table-panel {
	max-width: 820px;
	padding-left: 8%;
	padding-right: 3%;
}

.table-panel table {
	margin: 4rem 0;
}

.form-sec {
	padding: 8rem 0;
	background: #1c1c1c;
}

.form-sec label {
	font-size: 1.8rem;
	height: 40px;
}

.form-styl {
	color: #fff;
	background: #292929;
	font-size: 1.4rem;
	padding: 1.5rem;
	border: 0;
	border-radius: 0;
	resize: none;
}

.form-styl:focus {
	background: #292929;
	color: #fff;
	box-shadow: none;
}

.textarea-form {
	height: calc(100% - 44px) !important;
}

/*=========service-dtl========*/
.back-btn .txt-btn {
	position: absolute;
}

.service-dtl-top .banner-wrap,
.back-btn .banner-wrap {
	background: #1c1c1c;
}

.detail-content {
	max-width: 940px;
	width: 100%;
	padding: 7rem 5% 5% 10%;
}

.detail-content h1 {
	margin-bottom: 8rem;
}

.detail-content h2 {
	margin-bottom: 2rem;
}

.service-middle {
	padding-bottom: 10rem;
}

.service-middle ul {
	margin-top: 8rem;
}

.service-middle li {
	display: inline-block;
	vertical-align: top;
	padding-right: 12%;
}

.service-middle li:last-child {
	padding-right: 0;
}

.service-middle li span {
	width: 70px;
	height: 70px;
	background: #E73C3A;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin: auto;
}

.service-middle li h6 {
	font-family: 'MundialRegular';
	font-size: 1.6rem;
	text-align: center;
	margin-top: 1rem;
	text-transform: uppercase;
}

.service-slider-block {
	padding: 8rem 0;
}

.service-slider-block h5 {
	position: absolute;
	bottom: 2rem;
	left: 0;
	padding: 0 2rem;
	letter-spacing: 3px;
	color: #fff;
}

.service-slider-block .common-arrow img {
	transform: rotate(180deg);
}

.service-slider-block .swiper-button-next {
	left: 4%;
}

.service-slider-block .swiper-button-prev {
	right: 4%;
}

/*===============service-list=========*/
.service-text {
	color: #fff;
	padding-left: 23%;
	padding-right: 10%;
}

.each-product .col-lg-5 {
	overflow: hidden;
}

.each-product img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
	height: 100%;
	object-fit: cover;
}

.each-product img:hover {
	transform: scale(1.1);
}

.service-text p {
	margin: 2rem 0 4rem;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}


.each-product:nth-child(odd) {
	background-color: #1c1c1c;
}

.each-product:nth-child(even) .service-text {
	padding-right: 23%;
	padding-left: 10%;
}

/* =========aanbod-dtl============ */
.aanbod-dtl-baner{
	padding-right: 12rem;
}

.aanbod-dtl .heading h2 {
	text-transform: capitalize;
	padding-bottom: 0;
}

.aanbod-dtl .heading-left h5 {
	font-family: 'MundialLight';
	letter-spacing: normal;
	margin-top: 5px;
}

.aanbod-dtl .heading-right p {
	font-size: 3.2rem;
}

.aanbod-dtl-baner .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, 0.7);
}

.add-plus a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E73C3A;
	border-radius: 100%;
	width: 4rem;
	height: 4rem;
}

.add-plus {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.add-plus img {
	width: 2.5rem;

}

.heading {
	padding: 6rem 0;
}

.heading h2 {
	padding-bottom: 3rem;

}


.dtl-tab-sec {
	background-color: #292929;
	padding-bottom: 9%;
}


.dtl-tab-sec .tab-btn .nav-tabs {
	border: 0;

}

.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'MundialRegular';
	font-size: 2.1rem;
	margin: 0;
	word-break: break-word;
	margin-right: 14rem;
	/* margin-bottom: 4rem; */
	letter-spacing: 1px;
	line-height: 2;
}

.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: 0;
	background-color: transparent;
	color: #ffff;
	padding: 0;
	border-radius: 0;
	letter-spacing: normal;
}

.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	color: #c92b39;
	border-bottom: 2px solid #E73C3A;
}

.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	color: #c92b39;
}

/*****dtl-tab-content******/
.dtl-tab-sec.container-fluid,
.dtl-tab-sec .common-wrap {
	/*padding-right: 0;*/
}

.dtl-tab-content-heading h2 {
	padding: 3rem 0;
	display: block;
	text-transform: capitalize;
}

.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: rgba(255, 255, 255, 0.5);
	font-family: 'MundialLight';
}

.kenmerken-tab ul li {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	font-size: 1.5rem;
}

.bullet-panel h5 {
	border-bottom: 1px solid #E73C3A;
	padding-bottom: 1rem;
	color: #ffff;
}

.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: 'MundialLight';
	font-size: 1.5rem;
	padding-bottom: 1rem;
	word-break: break-word;
}

/* .dtl-tab-sec .tab-content ul li {
	font-family: 'MundialLight';
	font-size: 1.5rem;
	color: #fff;
	padding-bottom: 1rem;
	word-break: break-word;
} */

.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: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #c42a2a;
	font-size: 16px;
	line-height: 24px;
}

.block-dtls {
	width: calc(100% - 140px);
	border: 1px solid #c42a2a;
	border-left: 0;
	padding: 20px 15px 5px;
	min-height: 200px;
}

.left-bg-block h6 {
	line-height: 30px;
	color: #fff;
	font-size: 1.6rem;
}

.each-onderhoud-block h4 {
	color: #121212;
	font-family: 'MontserratMedium';
	font-size: 2.2rem;
}

.each-onderhoud-block h5 {
	color: #121212;
	margin: 10px 0px 30px;
	font-size: 1.8rem;
	font-family: 'MundialRegular';
}

.each-onderhoud-block {
	display: flex;
	margin-bottom: 20px;
}

.contact-block {
	width: 100%;
	max-width: 63rem;
}

.contact-top-table .text-md-end a{
	position: relative;
	font-size: 1.6rem;
	padding-right: 2rem;
}

.contact-top-table .text-md-end a:hover{
	color: #000;
	opacity: .5;
}

.contact-top-table .text-md-end a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: '';
	width: 15px;
	height: 15px;
	background-image: url(../images/next.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	filter: invert(1);
	-webkit-filter: invert(1);
}

.contact-top-table td {
	vertical-align: top;
}

.contact-top-table td:not(:last-child) {
	width: 13rem;
}

.contact-top-table table {
	margin-bottom: 5rem;
	width: 100%;
}

.contact-top-table {
	padding: 4rem;
	background-color: #fff;
}

.contact-block h6,
.contact-block h5,
.contact-block p,
.contact-block a {
	color: #000;
}

.contact-top-table p{
	font-size: 1.6rem;
	margin-bottom: 0;
}

.contact-top-table h6{
	font-family: 'MundialBold';
	margin-bottom: 1rem;
}

.contact-block a:hover {
	color: #E73C3A;
}

.contact-top-table td img {
	border-radius: 50%;
	width: 11rem;
}

.contact-top-table .row p{
	opacity: .5;
}

.contact-top-table .row p, .contact-top-table .row h5{
	font-family: 'MundialLight';
}

.contact-block .akker_btn_cls span{
	padding-right: 3rem;
	position: relative;
}

.contact-block .akker_btn_cls span:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: '';
	width: 15px;
	height: 15px;
	background-image: url(../images/next.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contact-block .akker_btn_cls.Mybtn1, .contact-block .black-btn.akker_btn_cls {
	max-width: 100%;
	border: 0;
	text-transform: capitalize;
	position: relative;
	background-color: #E73C3A;
	padding: 0;
	height: 80px;
	line-height: 80px;
}

.contact-block .black-btn.akker_btn_cls {
	background-color: #1c1c1c;
}

.aanbod-form {
	padding: 4% 0;
}

.aanbod-product-sec {
	background: #292929;
	padding: 2% 0;
}

.aanbod-product-sec .sec-heading {
	background: #292929;
}

.aanbod-product-sec .product-slider:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 340px;
	background: #292929;

}

.aanbod-product-sec .akker_btn_cls {
	text-transform: inherit;
}

/* ===========bedankt-banner========================= */
.bedankt-banner .bedankt-text {
	padding-left: 14%;
}

/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer &gt; img {
    height: 30px;
    padding-top: 15px;
}

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

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
}

.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}

.star_icon p{
    font-family: 'MundialRegular';
    font-size: 16px;
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}

.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}

.star_icon h3 {
    margin: 40px 0 30px;
}

.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}

.bullet-panel h3 {
    margin-bottom: 30px;
}

.form-1, .form-2 {
	display:none;
	padding: 3rem !important;
}

.form-1 .foto_upload, .form-2 .foto_upload{
	text-align: center;
}

.privacy_section {
	margin-top: 5%;
}

.each-dtl-gal {
    padding: 0.5rem;
}

.more-dtl-gal-img .row{
	margin: 0 -5px;
}
.dtl-tab-sec h6{
	padding-bottom: 1rem;
}

.klantenvertellen_widget{
	max-width: 250px;
	width: 100px;
	margin-bottom: 30px;
	display: block;
	height: 140px;
}
.right-brand-area img{
	width: 95px;
}

.side-widget iframe{
	width: 100px;
	display: block;
	height: 140px;
}
#euroIframe {
	height: 500px;
}
header .dropdown-menu {
    border: 0;
    display: none;
    background-color: #121212;
  	padding: 2rem;
  	border-radius: 5px;
}
.header-area li.dropdown .dropdown-item{
	font-size: 1.8rem;
	background-color: transparent;
	border-bottom: 1px solid transparent;
}
.header-area li.dropdown .dropdown-item:hover{
	border-color: #2b2b2b;
}
.header-area .nav-link.dropdown-item:before{
	display: none;
}
.header-area .dropdown-menu li{
	margin-right: 0 !important;
}
.menu-navigation li{
	margin-right: 0 !important;
}

.cal {
    cursor: pointer;
}

.garantie-block{
	font-size: 2rem;
}
.garantie-block .ms-0{
	max-width: 940px;
}
.garantie-block .row.w-100{
	max-width: 600px;
}
.garantie-block li{
	position: relative;
	color: rgba(255,255,255,0.75);
	padding-left: 18px;
}
.garantie-block li:before{
	position: absolute;
	top: 5px;
	left: 0;
	content: '';
	width: 10px;
	height: 10px;
	background: url(../images/star-red.svg) no-repeat center /cover;
}
.garantie-block .row.w-100 span, .garantie-block p span{
	color: #e73c3a;
}
.garantie-block ul{
	padding-bottom: 30px;
}
.garantie-block hr{
	opacity: 1;
	background-color: #e73c3a;
	height: 2px;
}
.garantie-block .position-relative{
	padding-right: 100px;
}
.garantie-block .position-absolute.top-0{
	margin-top: -15px;
}
.garantie-block th{
	font-weight: normal;
}
.garantie-block th, .garantie-block h4{
	border-bottom: 2px solid #e73c3a;
}
.garantie-block th span{
	font-size: 1.4rem;
}
.garantie-block h4{
	font-size: 34px;
	color: #fefe00;
	transform: rotate(-12deg);
	display: inline-block;
}
.garantie-block td{
	vertical-align: top;
	line-height: 24px;
}
.garantie-block td:nth-child(odd){
	padding-right: 35px;
}
.garantie-block p{
	letter-spacing: normal;
	max-width: 1200px;
}</pre></body></html>