<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: 16px;
	color: #1c1c1c;
	background-color: #e7e7e7
}
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;
}
.side-nav{
	position: fixed;
	top: 20%;
	z-index: 99;
	right: 0;
}
.side-nav li a{
	margin-bottom: 0.5rem;
	background-color: #fff;
	padding: 1.5rem 2rem;
	position: relative;
	right: -10px;
	transition: all 0.5s;
	font-size: 1.8rem;
	display: block;
	width: 70px;
	white-space: nowrap;
	margin-left: auto;
}
.side-nav li a:hover{
	right: 0%;
	width: auto;
}
.side-nav img{
	width: 2rem;
	margin-right: 1.5rem;
}
/*****************header****************/
.header-area {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 5;
	padding: 3rem  0;
}
.header-area ul{
	max-width: 76rem;
	width: 100%;
	margin-left: auto;
	margin-right: 0;
}
.header-area li{
	display: inline-block;
	margin: 0 3rem;
}
.header-area li a{
	color: #fff;
	font-family: 'myriad_proregular';
	font-size: 2rem;
}
.header-area li a:hover{
	color: #16549b;
}
.header-area li:last-child{
	margin-right:0;
}
.header-area img{
	width: 21rem;
}
.banner-content {
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 5;
	transform: translateY(-50%);
}
.banner-heading{
	width: 100%;
	max-width: 94rem;
	margin: 0 auto;
}
.banner-content h1{
	color: #fff;
	font-size: 10rem;
	margin: auto;
	display: table;
}
.bnner-btm-sec{
	width: 100%;
	max-width: 74rem;
	background-color: #e7e7e7;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 5;
}
.bnner-btm-sec h3{
	text-transform: uppercase;
}
.bnner-btm-sec .text-btn{
	margin-top: 25%;
}
.bnner-btm-sec h4{
	text-transform: uppercase;
}
.bnner-btm-sec .col-md-6:last-child{
	padding-left: 7%;
}
/* ******** home-top************* */
.home-top{
	position: relative;
}
.home-top-p-btn{
	margin-left:25%;
}
.home-top p:not(.each-product-content p){
	max-width:70rem;
	width: 100%;
	margin: 3.2rem 0 6rem;
}
.home-top h2{
	text-transform: uppercase;
}
.home-top-content{
	max-width: 96rem;
    width: 100%;
    margin: 5% auto;
}
.home-product-sec{
	position: relative;
	padding: 7rem  0;
}
.home-product-sec::after{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	/* height: 100%; */
	height: 77%;
	width: 100%;
	background-color: #fff;
	z-index: -3;
}
.home-product-sec .swiper-button-next{
	right: 5%;
}
.home-product-sec .swiper-button-prev{
	left: 5%;
}
.each-product .row{
	background-color: #fff;
}
.each-product img.w-100{
	height: 100%;
	object-fit: cover;
}
.each-product .col-4 .col-lg-12:nth-child(1){
	padding-bottom: 1.5rem;
}
.each-product-content p{
	height: 45px;
	overflow: hidden;
}
.each-product-content {
	padding-left: 5%;
}
.each-product-content table {
	width: 100%;
	margin:5% 0;
}
.each-product-content table p{
	/*color: #a5a5a5;*/
	height: auto;
}
.each-product-content table h4{
	/*color: #a5a5a5;*/
	font-family: 'OpenSansLight';
	margin-top: 1rem;
}
.each-product-content h3{
	margin-bottom: 2rem;
}
.each-product{
	padding: 3.2rem 0;
}
.home-btm-conent img{
	width: 30rem;
	margin-left: 6%;
	margin-bottom: 5rem;
}
.product-img{
	position: relative;
}
.product-img::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: calc(100% + 10.2rem);
	width: 100%;
	background-color: #fff;
	z-index: -1;
}
.product-img::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: calc(100% + 10.2rem);
	width: 100%;
	background-color: #fff;
	z-index: -2;
}
/* *************homre-mid*********** */
.home-mid{
	padding-top: 6%;
}
.home-mid-conent{
	padding-left: 16.5%;
	padding-top: 17.5%;
	padding: 17.5% 0 23% 16.5%;
}
.home-mid-conent h5{
	font-family: 'OpenSansSemibold';
	text-transform: uppercase;
}
.home-mid-conent p{
	width: 100%;
	max-width: 72rem;
	margin-top: 2.4rem;
	margin-bottom: 5rem;
}
/* ************ home-slider **************** */
.home-slider{
	padding-top: 10%;
	background-color: #f3f3f3;
	margin-top: -6.3%;
}
.bnner-btm-sec img{
	width: 37rem;
}
.slider-heading{
	text-align: center;
	max-width:72rem;
	width: 100%;
	margin: 0 auto;
}
.slider-heading p{
	margin-top: 4rem;
}
.home-slider .slider-heading p{
	margin: 4rem 0 10rem;
}

.slider-sec {
	position: relative;
	padding-top: 12% ;
	z-index: 0;
}
.each-car{
	overflow: hidden;
	position: relative;
}
.each-car-content{
	position: absolute;
	bottom: 3rem;
	left: 0;
}
.each-car-content h5{
	color: #fff;
	text-transform: uppercase;
	font-family: 'OpenSansSemibold';
	padding-left: 4rem;
}
.slider-sec .swiper-slide-next h5{
	visibility: hidden;
}
.slider-sec::after{
	position: absolute;
	bottom:0;
	right:0;
	height: 100%;
	width: 70%;
	background-color: #fff;
	content: "";
}
.slider-sec .common-arrow{
	z-index: 99;
}
.slider-sec .swiper-button-next {
	right: 14%;
}
.slider-sec .swiper-slide-next::after{
	position: absolute;
	top: 0;
	right:0;
	height: 100%;
	width: 100%;
	background-color: rgba(153, 167, 183, 0.69);
	z-index: 2;
	content: "";
}
.slider-sec-content{
	position: relative;
	z-index: 2;
	padding-left: 13.5%;
	width: 100%;
	max-width: 61rem;
	padding-right: 2rem;
}
.slider-sec .row{
	position: relative;
	z-index: 1;
}
.slider-sec .row::after{
	position: absolute;
	bottom: 0;
	left:0;
	height: calc(100% + 10rem);
	width: 50%;
	background-color: #99a7b7;
	z-index: -1;
	content: "";
}
.slider-sec-content p{
	margin: 2rem  0 4rem ;
	color: #fff;
}
.slider-sec-content h5{
	font-family: 'OpenSansSemibold';
	color: #fff;
	text-transform: uppercase;
}
.slider-sec-content .akker_btn_cls{
	color: #fff;
	border-color: #fff;
}
.slider-sec-content .akker_btn_cls:hover{
	border-color: #16549b;
}
/* **************** home-btm ******************* */
.home-btm{
	padding: 5%  0;
}
.home-btm .col-lg-5 img{
	height: 100%;
	object-fit: cover;
}
.home-btm-conent p{
	width: 100%;
	max-width: 67rem;
	margin: 5rem 0;
}
.home-btm-conent{
	padding-left: 3rem;
}
/* ************ footer ***************** */
.footer-area.inner-footer{
	background-color: #fff;
}
.footer-wrap{
	background-color: #fff;
	padding:7rem  ;
	font-family: 'OpenSansLight';
}
.fotr-left li a{
	font-size: 1.8rem;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
}
.fotr-left li{
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
.fotr-left li img{
	margin-right: 2rem;
	width: 1.8rem;
}
.fotr-left li a:hover{
	text-decoration: underline;
}
.ftr-right img.mw-100{
	margin-top: -4px;
	margin-right: 4px;
}
.footer-logo{
	text-align: center;
	background-color: #fff;
	margin: -7rem auto 0;
	padding-bottom: 4rem;
}
.footer-logo hr{
	background-color: #15539b;
	margin: 0;
	height: 2px;
	opacity: 1;
	margin-top: 5rem;
}
.footer-logo img{
	margin-top: -8rem;
	background-color:#fff;
	padding: 0 2rem;
}
.ftr-right p{
	font-size: 1.8rem;
	line-height: 2.2;
}
/* %%%%%%%%%%%%%%% Verkocht Css Start Here %%%%%%%%%%%%% */
.inner-banner-wallpaper {
	position: relative;
}
/* product-filter-area */
.product-filter-area {
	padding: 5% 0;
	max-width: 72rem;
	margin: 0 auto;
}
.product-filter-heading h1 {
	font-family: 'OpenSansSemibold';
	text-transform: uppercase;
	padding-bottom: 5rem;
}
.product-select-option {
	width: 100%;
}
.product-select-option-btn {
	width: 100%;
	max-width: 35.5rem;
	color: #000;
	text-align: left;
	font-size: 1.6rem;
	border: 1px solid #000;
	padding: 1.8rem 3rem;
	cursor: pointer;
	background: transparent;
	background: url(../images/select-down-arrow.svg) transparent no-repeat 96% center/16px;
	-webkit-appearance: none;
}
.each-product-list-outer-wrap {
	margin-right: -1.4rem;
	margin-left: -1.4rem;
}
.each-product-box-contain {
	margin-bottom: 5.4rem;
	padding: 0 1.4rem ;
}
.each-product-price-box {
	background-color: #fff;
	padding: 2rem 3rem;
}
.each-product-contentt-left h4 {
	font-size: 2.2rem;
	padding-bottom: .8rem;
}
.each-product-contentt-left p {
	font-size: 1.4rem;
}
.each-product-contentt-right tr{
	vertical-align: top;
}
.each-product-contentt-right td {
	padding-bottom: .8rem;
	text-transform: uppercase;
	font-size: 1.4rem;
	width: 50%;
}
.each-product-contentt-right table {
	width: 80%;
	margin-left: 2.5rem;
}
/* %%%%%%%%%%%%%%% Collectie Area Page Css %%%%%%%%%%%%% */
/* collectie-area start css */
.collectie-area{
	padding-top: 0;
}
.collectie-area .home-product-sec {
	margin-bottom: 7%;
}
/* %%%%%%%%%%%%%%% Over-ons Area Page Css %%%%%%%%%%%%% */
/* over-ons area start css */
.inner-banner-content h1 {
	color: #fff;
	text-transform: uppercase;
}
.inner-banner-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.home-heading-area {
	padding: 5% 0;
}
.home-heading-conetnt {
	text-align: center;
	max-width: 69rem;
	margin: 0 auto;
}
.home-heading-conetnt h2 {
	padding-bottom: 3.1rem;
}
.mid-over-once-area {
	position: relative;
	padding: 7rem 0 0;
}
.mid-over-once-left-image {
	height: 100%;
}
.mid-over-once-left-image img{
	height: 100%;
	object-fit: cover;
}
.mid-over-once-area::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 82%;
	background-color: #fff;
	z-index: -1;
}
.mid-over-once-right-text {
	padding-left: 8%;
	padding-right: 8%;
	width: 69%;
}
.mid-over-once-right-text h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'OpenSansSemibold';
	margin-bottom: 3rem;
}
.mid-over-once-right-text p {
	font-size: 15px;
	line-height: 27px;
	letter-spacing: .5px;
}
.mid-over-once-right-green{
	background-color: #99a7b7;
	padding:13%  7rem 13% 8%;
	margin-top: 9.2rem;
	max-width: 88rem;
}
.mid-over-once-right-green h5{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'OpenSansSemibold';
	color: #fff;
}
.mid-over-once-right-green p{
	font-size: 15px;
	line-height: 27px;
	letter-spacing: .5px;
	color: #fff;
	width: 100%;
	margin-top: 3rem;
	max-width: 59rem;
}
/* ************* overons-mid ************** */
.overons-mid {
	position: relative;
	padding-top: 7rem;
}
.overons-mid::after{
	position: absolute;
	right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 70%;
    background-color: #fff;
    z-index: -1;
}
.overons-mid td img{
	width: 7rem;
	margin-right: 6rem;
}
.overons-mid td h4{
	font-family: 'NunitoSansRegular';
}
.overons-mid table{
	width: 100%;
}
.overons-mid tr{
	margin-bottom: 8%;
	display: table;
}
.overons-mid-content{
	margin-top: 0;
	padding-top: 9rem;
	padding-bottom: 10rem;
}
.overons-slider{
	position: relative;
	margin: 1rem 0;
}
.overons-slider::after{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 24.5%;
	content: "";
	background: linear-gradient(90deg, rgba(153,167,183,0.9019607843137255) 0%, 
	rgba(153,167,183,0.6431246961188245) 33%,
	 rgba(255,255,255,0) 100%);
	z-index: 1;
}
.overons-slider::before{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 24.5%;
	content: "";
	/* background-color: red; */
	background: linear-gradient(-90deg, rgba(153,167,183,0.9019607843137255) 0%,
	 rgba(153,167,183,0.6431246961188245) 33%, rgba(255,255,255,0) 100%);
	z-index: 2;
}
/* ********* overons-slider *************** */
.overons-slider{
	position: relative;
}
.overons-slider .swiper-button-prev {
	left: 0;
}
.overons-slider .swiper-button-next{
	right: 0;
}
/* ************* overo-btm ************* */
.overo-btm{
	position: relative;
	padding-bottom: 5.8%;
	margin-bottom: 6%;
}
.overo-btm img{
	position: relative;
	z-index: 5;
}
.overo-btm::after{
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	height: 100% ;
	width: 50%;
	background-color: #fff;
	z-index: -1;
}
.overons-btm-content{
	margin-top: 0;
	position: relative;
	z-index: 1;
	padding-top: 11%;
    padding-bottom: 11%;
	padding-left: 13%;
}
.overons-btm-content::after{
	position: absolute;
	/* width: 100%; */
	width: calc(100% + 15rem);
	height: 100%;
	content: "";
	left: 0;
	top: 0;
	background-color: #99a7b7;
	z-index: -1;
}
.overons-btm-content .border-btn{
	border-color: #fff;
	color: #fff;
	margin-top: 7.2rem;
}
.overons-btm-content .border-btn:hover{
	border-color:#16549b;
}

/* %%%%%%%%%%%%%%%%% collectie %%%%%%%%%%%%%%%%% */
.inner-header li a{
	color: #121212;
}
.collectie-dtl-top-sec{
	padding-top: 2%;
}
.collectie-dtl-top-btn{
	white-space: nowrap;
}
.collectie-dtl-top-btn .akker_btn_cls{
	width: 100%;
	display: inline-block;
	margin-left: 2%;
}
.collectie-dtl-top-btn .akker_btn_cls:last-child{
	margin-right: 0;
}
.collectie-dtl-banner .swiper-button-next::after,
.collectie-dtl-banner .swiper-button-prev::after{
	display: none;
}
.collectie-dtl-banner .col-lg-4 img, .collectie-dtl-banner .swiper-slide img{
	height: 100%;
	object-fit: cover;
}
.collectie-dtl-banner .inner-btn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.collectie-dtl-banner .inner-btn h3{
	font-family: 'OpenSansLight';
	color: #fff;
	margin-top: 1rem;
}
.collectie-dtl-banner{
	padding-top: 4.9rem;
}
.collectie-top-sec{
	margin-top: 6.3rem;
	margin-bottom: 6.9rem;
}
.collectie-top-sec .each-content{
	position: relative;
	width: 100%;
	min-height: 30.3rem;
	background-color: #99a7b7;
	margin-bottom: 1rem;
	padding: 0 1rem;
}
.collectie-top-sec .each-content h4{
	color: #ffffff;
	font-family: 'OpenSansLight';
	padding: 2.3rem 3.5rem;
}
.collectie-top-sec .each-content h3{
	color: #fff;
	font-family: 'OpenSansLight';
	width: 100%;
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.aanbod-footer{
	background: #f2f2f2;
}
.collectie-top-sec .col-lg-2{
	width: 20%;
}
.collectie-top-sec .col-lg-4{
	width: 40%;
}
.aanbod-dtl-person-box{
	background-color: #ffffff;
	max-width: 61.8rem;
}
.aanbod-dtl-person-text{
	padding: 4rem 0 3.8rem 3rem;
}
.aanbod-dtl-person-text h3{
	font-size: 4.8rem;
	margin-bottom: 2.3rem;
}
.aanbod-dtl-person-text .akker_btn_cls{
	background-color: #16549b;
	color: #fff;
	border-color: #16549b;
}
.aanbod-dtl-person-text .akker_btn_cls:hover, .aanbod-dtl-person-text .akker_btn_cls:focus, 
.aanbod-dtl-person-text .akker_btn_cls:active{
	background-color: transparent;
	border-color: #181818;
  	color: #181818;
}
.aanbod-dtl-person-btn{
	font-family: 'OpenSansLight';
	font-size: 2.4rem;
	position: relative;
	padding-right: 5rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	display: inline-block;
	margin-bottom: 5rem;
}
.aanbod-dtl-person-btn:hover{
	color: #16549b;
}
/*.aanbod-dtl-person-btn::after{
	position: absolute;
	content: "";
	background-color: #fff;
	background-image:url("../images/arrow-right.svg");
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	filter: grayscale(1);
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
}
.aanbod-dtl-person-btn:hover::after{
	background-color: #16549b;
	filter: grayscale(0);
	border-color: #16549b;
	background-image: url("../images/white-arrow-right.svg");
}*/
.aanbod-dtl-person-img h4{
	position: absolute;
	bottom: 3rem;
	text-align: center;
	font-size: 2.3rem;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 .5rem;
	font-family: 'Open Sans';
	color: #fff;
	width: 100%;
}
.aanbod-dtl-person-img img{
	height: 100%;
	object-fit: cover;
}
.specification-slider-area{
	background-color: #fff;
	padding: 2% 0 8%;
}
.specification-slider-area h4{
	margin-bottom: 2rem;
}
.specification-slider-slide .each-slide{
	position: relative;
}
.specification-slider-slide .each-slide h5{
	font-family: 'OpenSansSemibold'; 
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 1.8rem;
	width: 100%;
	left: 2.2rem;
}
.specification-slider-slide .swiper-button-next::after,
.specification-slider-slide .swiper-button-prev::after{
	display: none;
}
.specification-btn{
	display: flex;
	justify-content: end;
	align-items: flex-end;
	height: 100%;
}
.specification-btn .akker_btn_cls{
	padding: 1.6rem;
	max-width: 24rem;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.omschrijving .show-none,
.kenmerken .show-none,
.opties .show-none{
	height: 31rem;
	overflow: hidden;
}
.show-more{
	height: auto !important;
}
.collectie-dtl-top-sec .swiper-button-next,
.opties .swiper-button-next{
	right: 0;
}
.collectie-dtl-top-sec .swiper-button-prev ,
.opties .swiper-button-prev{
	left: 0;
}
.specification-slider-area .each-box{
	margin-top: 4rem;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 5.6rem;
}
.omschrijving p{
	max-width: 93.9rem;
	width: 100%;
}
.kenmerken ul li {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    word-break: break-word;
	font-family: 'OpenSansLight';
}
.kenmerken ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.kenmerken 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;
}
.bullet-panel{
	margin-top: 3rem;
}
.bullet-panel h3 {
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 1rem;
}
.tab-section .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.tab-section .bullet-panel ul{
	margin-top: 2rem;
}
.tab-section .bullet-panel ul li {
	font-size: 1.5rem;
    margin-bottom: 1rem;
    word-break: break-word;
    font-family: 'OpenSansLight';
	position: relative;
	padding-left: 1.7rem;
}
.tab-section .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: .8rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}

.form-area{
	padding: 4% 0 4%;
}
.form-area h2{
	margin-bottom: 6.2rem;
}
.form-group label{
	font-family: 'OpenSansLight';
	font-size: 1.6rem;
	color: #000;
	margin-bottom: 1.3rem;
}
.form-styl{
	background-color: #f3f3f3;
    border-radius: 0;
    border: none;
    padding: 1.8rem;
    font-size: 1.6rem;
    resize: none;
    appearance: none;
    width: 100%;
    line-height: 1.5;
	color: #121212;
}
.form-styl:focus {
	color: #000;
	background-color: #f3f3f3;
	border:	none;
	outline: 0;
	box-shadow: none;
  }
.form-group{
	margin-bottom: 4rem;
}
.textarea-control{
	height: 14.4rem;
}
form{
	padding-right: 2.6rem;
}
.form-right{
	margin-top: 4rem;
}
.form-right .form-img{
	height: calc(100% - 4rem);
	overflow: hidden;
}
.form-img-text{
	margin-left: 2rem;
}
.form-img-text h4{
	text-transform: uppercase;
	margin-bottom: 1.3rem;
}
.form-img-text a{
	width: 100%;
	display: inline-block;
	font-family: 'OpenSansLight';
	font-size: 2rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    white-space: nowrap;
}
.form-img-text a:hover{
	color: #16549b;
}
.form-img-text .address{
	margin-bottom: 7rem;
}
.collectie-last-sec{
	background-color: #f2f2f2;
	border-top: 2px solid #fff;
	padding: 6% 0;
}
.collectie-last-sec .home-product-sec::after{
	display: none;
}
.collectie-last-sec .each-product-conten{
	padding: 2rem 2rem 2rem 7rem;
}
.collectie-last-sec .each-product .col-lg-8{
	background-color: #f2f2f2;
}
.collectie-last-sec .home-top-content {
	max-width: 100%;
	width: 100%;
	margin: 0;
}  
.collectie-last-sec .home-product-sec {
	margin-top: 0;
	padding: 5.6rem 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.collectie-last-sec .each-product {
	padding: 1rem 0;
  }
.collectie-last-slider::after, .collectie-last-slider::before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 5%;
	background-color: #99a7b7;
	content: "";
	z-index: 2;
}
.collectie-last-slider::before{
	right: 0;
	left: auto;
}
.thumb-slide-wrap{
	width: calc(100% - 12.5%);
	margin: auto;
}
.collectie-last-slider .swiper-button-next{
	right: 2%;
}
.collectie-last-slider .swiper-button-prev{
	left: 2%;
}
.collectie-last-slider .common-arrow{
	background-color: transparent;
	top: 50%;
	width: auto;
	height: auto;
}
/* .collectie-last-slider .common-arrow */
.collectie-last-slider .common-arrow img{
	filter: invert(1);
}
.inner-footer{
	background-color: #f1f1f1;
}
.collectie-dtl-last h2{
	text-transform: none;
}
/* %%%%%%%%%%%%%%%%  diensten  %%%%%%%%%%%%%%%%%%%%%%%%%% */
.diensten-area{
	padding-bottom: 6.5%;
}
.diensten-heading-area{
	max-width: 96rem;
	margin: 0 auto;
	padding: 5.5% 0 6.2%;
}
.destine-each-area{
	position: relative;
	padding-top: 15.5rem;
}

.destine-each-area::after{
	position: absolute;
	content: "";
	background-color: #fff;
	right: 0;
	top: 0;
	width :69.6%;
	height: 100%;
	z-index: -1;
}
.destine-each-area:nth-child(even):after{
	left:0;
	right: auto;
	top: 0;
}

.diensten-heading-area h1{
    padding-bottom: 4rem;
}
.destine-left-text h5{
	color: #fff;
	text-transform: uppercase;
	font-family: 'OpenSansSemibold';
	letter-spacing: 1px;
	padding-bottom: 2.4rem;
}
.destine-left-text p{
	color: #ffffff;
	max-width: 45rem;
}
.destine-left-text .akker_btn_cls{
	color: #fff;
    border-color: #fff;
	margin-top: 5rem;
}
.destine-left-text .akker_btn_cls:hover{
    border-color: #16549b;
}

.destine-each-area{
	position: relative;
}
.destine-right-image{
	width:100%;
	height: calc(100% + 2rem);
	margin-top: -3rem;
	padding-left: 6%;
}
.destine-left-text-outer{
	padding-left: 10rem;
}
.diensten-area .row{
	background-color:#98a6b7;
	position: relative;
}
.destine-each-area:nth-child(even) .destine-left-text{
	padding-left: 0;
	padding-right: 15rem;
}
.diensten-area .row{
	margin: 12rem 0;
}
.diensten-area .container-fluid:nth-child(even) .row .destine-right-image{
	padding-left: 0;
	padding-right: 7%;
}
.diensten-area .container-fluid:nth-child(even) .row .destine-left-text-outer{
	padding-left: 4%;
}
.diensten-area .container-fluid:nth-child(even) .row::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: calc(100% + 14rem);
	width: 80%;
	background-color: #fff;
	z-index: -1;
}
.diensten-area .container-fluid:nth-child(odd) .row::after{
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: calc(100% + 12rem);
	width: 80%;
	background-color: #fff;
	z-index: -1;
}
.diensten-area-wrap{
	margin-bottom:-12rem ;
}
.destine-dtl-slider{
	background-color: #fff;
	padding: 6% 0;
}
.destine-dtl-slider h2{
	margin-bottom: 5.7%;
}
.destine-dtl-slider h4{
	color: #fff;
}
.destine-dtl-slider p{
	color: #fff;
	max-width: 29rem;
	margin: 2rem auto 0;
}
.destine-dtl-slider .swiper-button-prev{
	left: 0;
}
.destine-dtl-slider .swiper-button-next{
	right: 0;
}
.destine-dtl-slider img{
	filter: grayscale(1) ;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each_before_the_flood_block:hover img{
	filter: grayscale(0) ;
}
.back-btl{
	padding-top: 135px;
	background-color: #fff;
}
.destine-dtl-top{
	background-color: #fff;
	padding: 4% 0 ;
}
.destine-dtl-top .destine-dtl-top-content{
	max-width: 71rem;
	width: 100%;
}
.destine-dtl-top-content p{
	margin-top: 4rem;
}
.destine-dtl-mid{
	background-color: #fff;
}
.destine-dtl-mid::after{
	display: none;
}
/*============== contact =================*/
.contact-area{
	padding: 5% 0 5%;
	background-color: #f3f3f3;
}
.map{
	height: 100%;
}
.contact-text{
	padding-left: 5.8rem;
	max-width: 82.8rem;
	width: 100%;
}
.contact-text &gt; p{
	max-width: 67.3rem;
	width: 100%;
}
.contact-text h2{
	margin-bottom: 3.6rem;
}
.contact-inner-text{
	margin-top: 6.2rem;
}
.contact-inner-text h4{
	margin-bottom: 1.1rem;
	text-transform: uppercase;
}
.contact-inner-text-left{
	margin-right: 8.7rem;
}
.contact-inner-text-left .each-left{
	margin-bottom: 4.8rem;
}
.contact-inner-text-left a{
	display: inline-block;
	font-size: 2rem;
	font-family: 'OpenSansLight';
}
.contact-inner-text-left a:hover{
	color: #16549b;
}
.contact-inner-text-left p{
	font-size: 2rem;
}
.contact-inner-text-right p{
	font-size: 2rem;
	margin-bottom: 3.4rem;
}
.contact-btm{
	background-color: #f3f3f3;
	padding: 5rem 0;
}
.verkocht-product .each-product-content-right table{
	width: 100%;
	max-width: 14rem;
}
.verkocht-product .each-product-content-right td h5{
	margin-bottom: 1rem;
}
.verkocht-product .each-product-content-right td h5,
.verkocht-product .each-product-content-right td h6{
	font-size: 1.4rem;
	font-family: 'OpenSansLight';
}
/*******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: 'NunitoSansRegular';
    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;
}
.cursor{
    cursor:pointer;
}
 .form-1 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
} 
.privacy-sec{
	background-color: #121212;
    padding: 11% 0;
}
.cpnt {
    cursor: pointer;
}
.filter-clean img {
    width: 12px;
    margin-right: 10px;
    margin-bottom: 2px;
}
.acties-left-content p {
    color: black;
}
.error_top {
    margin: 3rem 0;
}
.inner-header{
	position: relative;
}
.subpag-footer{
	background: #fff;
}
.subpag-header li a{
	color: #121212;
}
.contact-footer{
	background: #f3f3f3;
}
.print_pdf_cls {
    width: 35px;
}
.inner-btn img{
	max-width: 45px !important;
}
.home-top .akker_btn_cls{
	margin-bottom: 5rem;
}
.home-top .each-product{
	background-color: transparent;
	padding-top: 0;
}
.home-top .swiper-pagination-bullet{
	height: 1rem;
	width: 1rem;
	background-color: #909ca9;
	opacity: 1;
}
.home-top .swiper-pagination-bullet-active{
	background-color: #5e6f83;
	opacity: 1;
}
.home-top .each-product .row{
	background-color: transparent;
	padding: 2rem 0 0;
}
.home-top .each-product p{
	 margin: 1rem 0 !important;
	 color: #354a63;
}
.home-top .each-product td{
	padding-right: 2rem;
	font-family: 'myriad_proregular';
}
.home-top .product-img::before{
	display: none;
}
.home-top .swiper-pagination{
	bottom: 4rem;
}
.home-top .home-product-sec{
	padding: 0 0 7rem;
}
.home-carsl .home-product-sec::before{
position: absolute;
    left: 0;
    top: 51%;
    content: "";
    height: 81%;
    width: 91.7%;
    background-color: #fff;
    z-index: -2;
    transform: translateY(-50%);
	display:none;
}
.home-carsl .home-product-sec::after{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 72%;
	background-color: #fff;
	z-index: -3;
}
.home-top .common-arrow {
	background-color: transparent;
}
.review-top h2 {
    margin-bottom: 5.7%;
}
</pre></body></html>