<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-color: #232634;
  font-family: 'LamaSansRegular';
  font-size: 1.8rem;
}
html {
  font-size: 62.5%;
}
#mobile-contact-bar {
  display: none;
}
.grecaptcha-badge{
	display:none;
}
/*===============header===========*/
.header-area{
	z-index: 11;
	height: 80px;
}
.header-area .bg-white{
	z-index: 99;
}
.logo{
	width: 226px;
}
.group-btn {
	max-width: 400px;
	position: absolute;
	right: 0;
	top: 0;
	width: 33.33%;
	z-index: 1;
}
.login-btn, .logged-in-view, .logged-in-view .dropdown li{
	background: #232634;
	color: #FFF;
	font-family: 'LamaSansRegular';
	font-size: 1.8rem;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
}
.login-btn:hover{
	color: #FFF;
}
.logged-in-view .rounded-circle{
	background: #D62545;
	width: 44px;
	height: 44px;
	margin-right: 10px;
}
.logged-in-view{
	padding-left: 42px;
	padding-right: 69px;
}
.logged-in-view span{
	margin-left: 10px;
}
.logged-in-view .dropdown li{
	line-height: normal;
	height: auto;
	background: transparent;
	margin-bottom: 15px;
	display: block;
  	text-align: left;
}
.logged-in-view .dropdown li:last-child{
	margin-bottom: 0;
}
.logged-in-view .dropdown li, .logged-in-view .dropdown li a{	
	color: #0F1726;
}
.logged-in-view .dropdown li a:hover{	
	color: #D62545;
}
.logged-in-view .dropdown-menu ul{
	background: #fff;
	padding: 15px;
  margin: 0;
  list-style-type: none;
}
.logged-in-view .dropdown-menu{
	margin-top: 80px !important;
  padding: 0;
  min-width: 200px;
  transform: translate(0) !important;
}
.group-btn .login-btn:hover {
	/* background-color: #D62545; */
	color: #232634;
}
.login-btn:after{
	/* z-index: -1; */
}
.group-btn .login-btn {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-icon{
	width: 50px;
	position: relative;
	margin-top: 4px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
}
.menu-icon:after, .menu-icon:before, .menu-icon div {
	position: absolute;
	display: block;
  background-color: #232634;
  content: '';
  height: 1px;
  width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-icon div{
	width: 40px;
	top: 8px;
}
.menu-icon:before{
	top: 0;
}
.menu-icon:after{
	bottom: 0;
	top: 16px;
}
.menu-icon.active:after {
	transform: translateY(-10px) rotate(135deg);
}
.menu-icon.active:before {
  transform: translateY(6px) rotate(-135deg);
}
.menu-icon.active div{
	transform: scale(0);
}
.menu-items{
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100vh;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-items.active{
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-navigation{
	padding: 150px 100px 30px 0;
	width: 440px;
  overflow-y: auto;
}
.menu-navigation ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu-items li{
	font-family: 'MonumentExtendedRegular';
	font-size: 3.6rem;
	line-height: 48px;
	letter-spacing: 1.44px;
	border-bottom: 1px solid #8B8B8E;
	margin-bottom: 10px;
}
.menu-items li a{
	padding-bottom: 10px;
	display: inline-block;
	color: rgba(35, 38, 52, 0.40);
}
.menu-items li a:hover{
	color: #D62545;
}
.menu-item-overlay{
	background: #fff;
  z-index: -1;
 	width: calc(50% - 270px);
}
.menu-items.active{
	/* background: rgba(35, 38, 52, 0.47); */
}
.panel-left {
  right: 0;
  width: calc(50% + 270px);
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  position: fixed;
  top: 0;
  height: 100vh;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background: rgba(35, 38, 52, 0.47);
}
.panel-left-show {
  visibility: inherit;
  opacity: 1;
}
.whatsapp-btn{
	right: 40px;
	bottom: 65px;
	z-index: 99;
}



.login-mobile-btn {
	display: none;
}
/*============banner==============*/
.home-banner-content{
	bottom: 60px;
	z-index: 2;
}
.home-banner-content h1{
	margin-bottom: 40px;
}
/*===========product=============*/
.product-sec:before, footer:before{
	position: absolute;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(../images/bg-img.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* footer:before {
	background-image: url(../images/footer-bg.svg);
} */
.brand-marquee-sec {
	padding: 20px 0;
	border-bottom: 0.7px solid rgba(255, 255, 255, 0.15);
	margin-bottom: 20px;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.brand-marquee-sec img{
	width: 110px;
	max-height: 50px;
	object-fit: contain;
}
.brand-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 100px;
}
.brand-marquee-wrap ul {
	display: flex;
  gap: 100px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  align-items: center;
}
.brand-marquee-wrap li {
	white-space: nowrap;
}
.product-slider{
	padding: 130px 0 40px;
	z-index: 1;
}
.product-sec h2{
	margin-bottom: 60px;
}
.product-content{
	padding-top: 12px;
}
.product-content h5{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-content p{
	color: rgba(255, 255, 255, 0.50);
	line-height: normal;
	margin-top: 3px;
	margin-bottom: 25px;
	height: 46px;
  overflow: hidden;
}
.product-content h6{
	color: #FFF;
	font-family: 'LamaSansRegular';
	font-size: 1.8rem;
	line-height: 24px;
	letter-spacing: 0.36px;
}
.product-content h6 span{
	display: block;
	color: rgba(255, 255, 255, 0.70);
}
.product-btn{
	width: 70px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	font-size: 1.8rem;
	color: #FFF;
	font-family: 'LamaSansRegular';
	line-height: normal;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-btn span{
	width: 0;
	color: transparent;
}
.each-product:hover .product-btn{
	background: #D62545;
	width: 180px;
}
.each-product:hover span{
	width: auto;
	margin-left: 20px;
	color: #fff;
}
.each-product:hover .product-btn img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.product-sec .common-btn{
	margin-top: 75px;
}
/*===============home-service============*/
.service-sec{
	padding-top: 80px;
}
.sec-heading{
	margin-bottom: 55px;
}
.sec-heading p{
	margin-bottom: 40px;
}
.sec-heading .ms-lg-auto{
	max-width: 490px;
}
.each-service:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(35, 38, 52, 0.50);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	opacity: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.service-content{
	bottom: 35px;
	transition: all .6s;
	-webkit-transition: all .6s;
}
.service-content .mx-auto{
    /* max-width: 407px; */
    padding: 0 5%;
}
/* .service-content h3 {
	word-break: break-word;
} */
.service-content p{
	margin: 15px 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.description{
  	height: 0;
  	opacity: 0;
}
.each-service:hover .description{
  height: auto;
  opacity: 1;
}
.each-service:hover .service-content{
	top: 60%;
  	transform: translateY(-50%);
  	bottom: auto;
  	transition: all .6s;
	-webkit-transition: all .6s;
}
.each-service:hover:before{
	opacity: 1;
}
.line {
  overflow: hidden;
}
/***********usp-marquee************/
.usp-marquee-sec {
	position: relative;
	overflow: hidden;
	padding: 28px 0;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 100px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 100px; 
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	color: #030304;
	font-family: 'LamaSansRegular';
	font-size: 1.8rem;
	line-height: normal;
	padding-left: 15px;
	position: relative;
}
.usp-marquee-wrap li:after {
	content: "";
	height: 5px;
	width: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #030304;
	border-radius: 100%;
}
/*==============content-block=================*/
.content-block{
	padding: 135px 0 75px;
}
.content-block:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: radial-gradient(43.04% 47.51% at 70.31% 59.61%, rgba(35, 38, 52, 0.00) 0%, rgba(35, 38, 52, 0.60) 100%);
}
.content-block .container, .footer .container{
	z-index: 1;
}
.content-block p{
	margin-bottom: 34px;
}
.content-right{
	max-width: 520px;
}
.content-left{
	max-width: 570px;
}
.content-left p{
	margin-top: 12px;
}
.content-block h5{
	border-top: 1.5px solid #fff;
	padding-top: 34px;
}
.content-block h5:first-child{
	border-top: 0;
	padding-top: 24px;
}
/*===========review==============*/
.review-sec{
	padding: 120px 0 130px;
}
/*===============footer===========*/
.footer-top{
	padding: 145px 0 110px;
	padding-bottom: 75px;
}
.contact-detail{
	background: #FCFCFC;
	padding: 45px;
	max-width: 420px;
  width: 100%;
	align-self: flex-start;
}
.contact-detail h5{
	color: #232634;
	margin-bottom: 10px;
}
.contact-detail a, .contact-detail td{
	color: #232634;
	font-family: 'LamaSansRegular';
	font-size: 1.8rem;
	line-height: 26px;
}
.contact-detail a:hover{
	color: #D62545;
}
.contact-detail td:nth-child(even){
	padding-left: 10px;
}
.footer-bottom{
	padding: 20px 0;
}
.footer-bottom p{
	color: #FCFCFC;
	margin-bottom: 0;
}
/*==========================aanbod-list==========================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 170px 0 72px;
    position: relative;
    /* z-index: 3; */
}
.aanbod-filter-sec::after {
	position: absolute;
    top: -15%;
    content: '';
    width: 100%;
    /* height: calc(100% - 8%); */
	height: 100%;
    background-image: url(../images/bg-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.aanbod-filter-top h5 {
	text-align: end;
}
.aanbod-filter-top {
	margin-bottom: 80px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.main-filter-area {
    max-width: 850px;
    width: 100%;
}
.filter-left-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 4px;
}
.filter-left-title h5 {
    color: #FCFCFC;
}
.filter-left-title{
    width: 10%;
}
.main-filter-area .row{
    margin: 0 -10px;
}
.main-filter-area .col-lg-3 {
    padding: 0 10px;
}
.filter-reset a {
    color: #FCFCFC;
    font-size: 1.6rem;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #D62545;
}
.filter-reset a:hover img {
	filter: brightness(0) saturate(100%) invert(17%) sepia(55%) saturate(5305%) hue-rotate(338deg) brightness(100%) contrast(84%);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 52px;
    color: #FCFCFC;
    font-size: 1.8rem;
    background-color: #232634;
    border: 1px solid #FCFCFC;
    border-radius: 0;
	font-family: 'LamaSansRegular';
    padding: 0 27px 0 24px;
    background: url(../images/filter-arrow.svg) no-repeat 88% center / 13px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'LamaSansRegular';
	background-color: #232634;
}
.filter-content {
    display: none;
    background-color: #232634;
    padding: 10px 8px 15px;
    z-index: 2;
    border: 1px solid #FCFCFC;
    border-top: 0;
    border-radius: 0;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #FCFCFC;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    z-index: 2;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #FCFCFC;
    opacity: 0.65;
    font-size: 1.3rem;
}
.aanbod-filter-sec .form-check-input{
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    box-shadow: none;
    border: 1px solid #FCFCFC;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #D62545;
    border-color: #D62545;
}
.auto-overview-tag {
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #FCFCFC;
    border-radius: 6px;
    background-color: #D62545;
    font-size: 1.4rem;
    border: 1px solid #D62545;
}
.cross-btn {
    width: 9px;
    filter: brightness(100);
}
.auto-overview-tag:hover {
	background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-tag:hover .auto-overview-tag-content{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-tag:hover .cross-btn{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-filter {
	width: 25%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 50px;
    background-color: #232634;
    width: 100%;
    z-index: 0;
    margin-top: 0;
    padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sticky-filter{
    position: fixed;
    top: 143px;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #FCFCFC;
    border-radius: 100%;
    color: #1A1A1A;
    border: 1px solid #FCFCFC;
    margin-left: 30px;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #D62545;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #FCFCFC;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #FCFCFC;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
    max-width: 100%;
    margin-top: 0;
    background-color: #D62545;
    border: 1px solid #D62545;
    color: #FCFCFC;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #FCFCFC;
}
.auto-overview-filter-result .total_search_records:hover {
    background-color: transparent;
    color: #FCFCFC;
}
.auto-overview-filter-result .total_search_records:hover::after,
.auto-overview-filter-result .total_search_records:hover::before {
    display: none;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-btn {
    background: #D62545;
    border: 1px solid #D62545;
    color: #FCFCFC;
    width: max-content;
    padding: 12px 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-btn:hover{
    background: #232634;
    color: #fff;
	border-color: #D62545;
}
.filter-btn:hover .filter-count{
    background: #D62545;
    border-color: #D62545;
    color: #FCFCFC;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
    column-gap: 10px;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'PlusJakarta_Sans_Medium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
    width: 180px;
}
.clear-filter-main {
    padding-left: 9%;
    margin-top: 35px;
}
.auto-overview-tag-content {
    color: #FCFCFC;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
	padding-bottom: 120px;
	position: relative;
}
.aanbod-product-sec .col-xl-4 {
	padding: 0 13px;
}
.aanbod-product-sec &gt; .container &gt; .row {
	margin: 0 -13px;
	row-gap: 50px;
}
.product-sec.aanbod-product-sec:before {
    z-index: -1;
	display: none;
}
.aanbod-list-btm {
	margin-top: 68px;
}
.aanbod-product-sec::after {
    position: absolute;
    top: -15%;
    content: '';
    width: 100%;
    height: calc(100% - 8%);
    background-image: url(../images/bg-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	z-index: -1;
}
.aanbod-product-sec .product-content h6 em {
    display: none;
    font-style: normal;
}
.aanbod-product-sec .product-content h6.price-loggin em {
	display: block;
}


/*==========================diensten-list==========================*/
/****diensten-bg****/
.service-sec.diensten-bg{
	padding: 120px 0;
}
.diensten-bg .service-content p {
	color: #FCFCFC;
	margin-top: 8px;
}
.diensten-bg .service-content {
	bottom: 48px;
}
.diensten-bg .each-service:hover .service-content {
	top: 55%;
}
.each-service {
	height: 657px;
}
.each-service img {
	height: 100%;
	object-fit: cover;
}
/*==========================vacature-list==========================*/
/****vacature-top-heading-area****/
.vacature-top-heading-area{
	padding-top: 168px;
	padding-bottom: 75px;
}
.vacature-top-heading-wrapper p{
	margin-bottom: 0;
}
.vacature-top-heading-text {
    max-width: 680px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}
/****vacature-service****/
.vacature-service {
    padding-bottom: 78px;
	padding-top: 0;
}
.vacature-service .service-content {
	bottom: 48px;
}
.vacature-service .each-service:hover .service-content {
	top: 55%;
}
/*==========================over-ons==========================*/
/****over-ons-banner****/
.over-ons-banner-content{
	position: absolute;
	top: 52.2%;
	transform: translateY(-50%);
}
/****overons-top-sec****/
.overons-top-sec{
	padding: 120px 0;
	position: relative;
}
.overons-top-sec::before {
	position: absolute;
	pointer-events: none;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("../images/bg-img.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.overons-top-img{
	padding-right: 102.5px;
}
.overons-top-content {
    margin-left: -15px;
}
.overons-top-content h2{
	margin-bottom: 20px;
}
.overons-top-content p{
	margin-bottom: 0;
}
/****overons-number-area****/
.each-overons-number{
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.40);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-overons-number:hover {
	border-color: #D62545;
}
.overons-number-content h2{
	color: #D62545;
	font-family: 'LamaSansRegular';
	font-size: 6rem;
	line-height: 45px;
	margin-bottom: 32px;
}
.overons-number-content h5{
	line-height: 30px;
	margin-bottom: 18px;
	font-family: 'lama_sanssemibold';
}
.overons-number-content{
	padding: 60px 52px 28px;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.overons-number-wrap .row{
	margin: 0px -15px;
	row-gap: 40px;
}
.overons-number-wrap .col-lg-6{
	padding: 0px 15px;
}
.each-overons-number:hover .overons-number-content{
	background-color: #D62545;
}
.each-overons-number:hover .overons-number-content h2{
	color: #E9E9E9;
}
/****overons-member-sec****/
.overons-member-sec{
	padding-top: 120px;
}
.overons-member-heading p,
.overons-member-heading h2{
	color: #E9E9E9;
}
.overons-member-heading-right {
    padding-left: 0;
    max-width: 660px;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
}
.member-content{
	background-color: #FFF;
	position: absolute;
	bottom: 8px;
	left: 8px;
	width: calc(100% - 18px);
	padding: 11px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.member-content h6{
	color: #0F1726;
	font-family: 'lama_sanssemibold';
	font-size: 1.8rem;
	line-height: 26px;
}
.member-content p{
	color: #0F1726;
	margin: 0;
}
.overons-member-wrap{
	margin-top: 82px;
}
.overons-member-wrap .common-arrow::after{
	display: none;
}
.overons-member-wrap .swiper-button-next.swiper-button-disabled, .overons-member-wrap .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.overons-member-wrap .common-arrow{
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.overons-member-wrap .common-arrow:hover{
	background-color: #D62545;
}
.overons-member-wrap .swiper-button-prev{
	left: -30px;
}
.overons-member-wrap .swiper-button-next{
	right: -30px;
}
/****overons-car-slide-area****/
.overons-car-slide{
	padding-left: 20px;
	padding-right: 20px;
}
.overons-car-slide-area{
	padding-top: 130px;
	padding-bottom: 90px;
}
.each-overons-car img  {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-overons-car:hover img {
	transform: scale(1.1);
}
.each-overons-car {
	overflow: hidden;
}
.overons-car-slide .swiper-wrapper {
	transition-timing-function: linear !important;
}
/*==========================inkoop-taxatie==========================*/
.text-color-c .verkoop-top-content h2{
	color: #F7FCFF;
}
.inkoop-taxatie-list table{
	width: 100%;
}
.inkoop-taxatie-list td{
	width: 681px;
	padding: 48px 40px 41px;
	border: 1px solid rgba(255, 255, 255, 0.40);
	column-gap: 50px;
	display: flex;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	min-height: 269px;
	background-color: #232634;
}
.inkoop-taxatie-list td:hover{
	border: 1px solid #D62545;
	background-color: #D62545;
}
.inkoop-taxatie-list h2{
	color: rgba(247, 252, 255, 0.50);
	font-family: 'lama_sanssemibold';
	font-size: 8rem;
	line-height: 90px;
	font-style: normal;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.inkoop-taxatie-list h2 em {
	font-style: normal;
}
.inkoop-taxatie-list td:hover h2{
	color: #FFF;
}
.inkoop-taxatie-list td h5{
	margin-bottom: 8px;
	font-family: 'lama_sanssemibold';
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.inkoop-taxatie-list td p{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.inkoop-taxatie-list td strong{
	font-weight: normal;
}
.inkoop-taxatie-list td:nth-child(2){
	margin: 30px auto;
}
.inkoop-taxatie-list td:last-child{
	margin-left: auto;
}
.inkoop-taxatie-list-color.inkoop-taxatie-list h2{
	color: #FFFFFF;
}
/*==========================verkoop==========================*/
/****back-btn-area****/
.back-btn-area{
	position: relative;
	z-index: 1;
}
.back-btn{
	position: absolute;
	top: 167px;
}
.back-btn a{
	color: #F7FCFF;
	font-family: 'LamaSansMedium';
	font-size: 1.8rem;
	line-height: normal;
	padding-left: 23px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.back-btn a:hover{
	color: #D62545;
}
.back-btn a::after{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background-image: url('../images/left-arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
	filter: brightness(0) invert(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.back-btn a:hover::after{
	filter: brightness(1) invert(0);
}
/****verkoop-top-area****/
.verkoop-top-area{
	position: relative;
	padding-top: 218px;
	padding-bottom: 120px;
}
.verkoop-top-area::before {
	position: absolute;
	pointer-events: none;
	top: 0;
	content: '';
	width: 100%;
	/* height: 100%; */
	height: calc(100% - 50%);
	background-image: url(../images/bg-img.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.verkoop-top-content h2{
	margin-bottom: 30px;
}
.verkoop-top-content{
	padding-right: 106px;
}
.verkoop-top-content p{
	margin-bottom: 0;
	color: #F7FCFF;
}
.verkoop-top-content p strong{
	padding-top: 17px;
	font-family: 'lama_sanssemibold';
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
	color: #fff;
}
.verkoop-top-wrap{
	padding-bottom: 80px;
}
.verkoop-top-wrap .row {
	align-items: center;
}
.verkoop-top-list-area table {
    width: 100%;
}
.verkoop-top-list-area tr{
	display: flex;
	column-gap: 24.04px;
}
.verkoop-top-list-area td{
	padding: 56px 20px 41px;
	border: 1px solid rgba(255, 255, 255, 0.40);
	width: 50%;
	background-color: #232634;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.verkoop-top-list-area td:hover {
	border-color: #D62545;
}
.verkoop-top-list-area td h5{
	line-height: 30px;
	font-family: 'lama_sanssemibold';
	padding-bottom: 10px;
}
.verkoop-top-list-area td ul{
	margin-bottom: 0;
	padding-left: 17px;
}
.verkoop-top-list-area td li{
	color: #FFF;
	font-family: 'LamaSansRegular';
	font-size: 1.8rem;
	line-height: 26px;
	margin-bottom: 12px;
}
.verkoop-top-list-area td li::marker{
	color: #D62545;
}
/****form-sec****/
.form-sec {
	padding: 71px 0;
}
.form-area{
	background-color: #fff;
	padding: 63px 50px 64px;
	height: 100%;
}
.form-area h5{
	font-family: 'MonumentExtendedRegular';
	color: #0F1726;
	line-height: 48px; 
	margin-bottom: 20px;
	letter-spacing: 0.96px;
}
.form-area p{
	color: #0F1726;
	letter-spacing: 0.18px;
	font-family: 'LamaSansMedium';
	margin-bottom: 21px;
	line-height: 24px;
}
.form-area-inner{
	max-width: 524px;
	width: 100%;
}
.form-area .form-styl{
	color: #0F1726;
	font-family: 'LamaSansRegular';
	font-size: 1.8rem;
	line-height: 28px;
	border: none;
	padding: 10px 0;
	border-bottom: 1px solid rgba(15, 23, 38, 0.60) ;
	border-radius: 0;
	resize: none;
}
.form-area .form-styl::placeholder{
	color: rgba(15, 23, 38, 0.60);
}
.form-area .form-styl:placeholder {
	color: rgba(15, 23, 38, 0.60);
}
.form-area .form-styl:focus{
	outline: none;
	box-shadow: none;
	color: #0F1726;	
	border-color: #0F1726;
	font-family: 'LamaSansMedium';
}
.form-area  .form-styl:focus::placeholder{
    color: #0F1726;
}
.form-area .form-styl.foto_upload {
	color: rgba(15, 23, 38, 0.60);
}
.form-area textarea.form-styl{
	min-height: 102px;
}
.form-area-inner .form-group{
	margin-bottom: 20px;
}
.form-area button{
	padding: 14px 27.87px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-top: 24px;
	border: none;
}
.contact-form-content{
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 26px;
	padding-bottom: 44px;
}
.contact-form-content h5{
	letter-spacing: 0.24px;
	margin: 9.5px 0 14px;
}
.contact-form-content p{
	margin-bottom: 4.5px;
	line-height: 24px; 
	letter-spacing: -0.18px;
}
.contact-form-content p a{
	color: #FFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.contact-form-content h6 a{
	color: #FFF;
	font-size: 1.8rem;
	font-family: 'LamaSansMedium';
	line-height: 24px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.contact-form-content h6 a:hover,
.contact-form-content p a:hover{
	color: #D62545;
}
.form-sec-wrap .col-lg-7{
	width: 52%;
}
.form-sec-wrap .col-lg-5{
	width: 48%;
}
.contact-form-img-area &gt; img{
	height: 100%;
	object-fit: cover;
}
/****verkoop-service-area****/
.verkoop-service-area{
	padding: 120px 0;
	position: relative;
}
.verkoop-service-area.dnst-service-area::before {
	position: absolute;
    pointer-events: none;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.verkoop-service-wrap h2{
	text-align: center;
	margin-bottom: 80px;
}
.verkoop-service-wrap .service-content {
	bottom: 27px;
}
.verkoop-service-wrap .service-content p {
	margin-top: 19px;
}
.verkoop-service-wrap .service-content h3 {
	font-size: 3rem;
}
.verkoop-service-wrap .row{
	margin: 0px -10px;
}
.verkoop-service-wrap .col-lg-4{
	padding: 0px 10px;
}
.verkoop-service-area .each-service {
    height: 394px;
}
/*==========================contact==========================*/
/****contact-map-sec****/
.contact-map-sec {
	height: 500px;
}
.contact-map-sec{
	margin-bottom: 0px;
}
.contact-info-area{
	position: relative;
	padding: 120px 0;
	padding-top: 175px;
}
/****contact-info-area****/
.diensten-bg::after,
.vacature-top-heading-area::after,
.contact-info-area::after{
	position: absolute;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(../images/bg-img.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
	z-index: -1;
}
.contact-info-area::after{
	top: -148px;
}
.contact-info-wrapper{
	margin: 0px -20px;
	display: flex;
	column-gap: 69px;
	justify-content: center;
}
.each-contact-info{
	background-color: #FFFFFF;
	padding: 23.6px 32px 7px;
	max-width: 22%;
	width: 100%;
	min-height: 163px;
}
.each-contact-info h5{
	color: #232634;
	letter-spacing: 0.24px;
	margin: 8px 0 9px;
}
.each-contact-info p{
	line-height: 24px;
	font-family: 'LamaSansMedium';
}
.each-contact-info p a{
	color: #232634;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-contact-info p a:hover{
	color: #D62545;
}
.each-contact-info table{
	width: 100%;
	max-width: 200px;
	width: 100%;
	margin: 0px auto;
	text-align: left;
}
.each-contact-info td{
	color: #232634;
	font-family: 'LamaSansMedium';
	font-size: 18px;
	line-height: 24px;
}
.each-contact-info td:first-child {
	padding-right: 10px;
}
/*==========================inloggen==========================*/
/****inloggen-sec****/
.inloggen-sec{
	padding-top: 204px;
	padding-bottom: 0;
}
.inloggen-sec .contact-form-img-area h3{
	font-family: 'LamaSansMedium';
	line-height: normal;
	letter-spacing: 0.36px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.inloggen-sec .form-area label{
	color: #232634;
	font-family: 'LamaSansMedium';
	font-size: 1.8rem;
	line-height: 28px;
	padding-bottom: 6px;
	padding-top: 10px;
}
.inloggen-sec .form-area .form-left-line{
	/* background-image: url("../images/email-line.png"); */
	background-position: left;
	background-size: 1.4px;
	background-repeat: no-repeat;
	padding-left: 3px;
}
.inloggen-sec .form-area .form-group ul{
	margin: 0 0 37px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}
.inloggen-sec .form-area .form-group li:first-child{
	display: flex;
	align-items: center;
}
.inloggen-sec .form-area .form-group li input{
	width: 20px;
	height: 20px;
	border: 1px solid rgba(0, 0, 0, 0.86);
	border-radius: 100%;
	margin-top: 3px;
}
.inloggen-sec .form-area .form-group li label{
	padding: 0 0 0 12px;
	color: rgba(35, 38, 52, 0.60);
	font-family: 'LamaSansRegular';
}
.inloggen-sec .form-area .form-group li a{
	color: #232634;
	font-family: 'LamaSansMedium';
	font-size: 1.8rem;
	line-height: 28px; 
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.inloggen-sec .form-area .form-group li a:hover{
	color: #D62545;
}
.inloggen-sec .form-area{
	padding-bottom: 70px;
}
.inloggen-sec .contact-form-content ul{
	margin-bottom: 21px;
	padding-left: 17px;
	margin-left: 2px;
}
.inloggen-sec .contact-form-content li{
	color: #FFF;
	font-family: 'LamaSansMedium';
	font-size: 1.8rem;
	line-height: 20px;
	margin-bottom: 12px;
}
.inloggen-sec .contact-form-content li::marker{
	color: #D62545;
}
.inloggen-sec .contact-form-content h6{
	color: #FFF;
	font-family: 'LamaSansMedium';
	font-size: 1.8rem;
	line-height: 24px;
}
.inloggen-sec .contact-form-content h6 a{
	margin-left: 10px;
}
.inloggen-sec .contact-form-content{
	padding-bottom: 64px;
	padding-left: 43px;
}
.inloggen-sec .form-sec-wrap .col-lg-7 {
    width: 49.404%;
}
.inloggen-sec .form-sec-wrap .row{
	justify-content: center;
}
/*==========================registreren==========================*/
.registreren-sec .form-area input.form-control.form-styl.password{
	/* background-image: url("../images/password.svg"); */
	background-position: 97%;
	background-repeat: no-repeat;
	background-size: 20px;
	padding-right: 34px;
}
.registreren-sec .form-area .row{
	margin: 0px -15px;
}
.registreren-sec .form-area .col-lg-12,
.registreren-sec .form-area .col-lg-6{
	padding: 0px 15px;
}
.registreren-sec .form-area h5{
	margin-bottom: 12px;
}
.registreren-sec .form-area button{
	margin-top: 36px;
}
.registreren-sec .form-area-inner .form-group {
    margin-bottom: 18px;
}
.registreren-sec .form-area {
    padding-bottom: 78px;
}
.registreren-sec .contact-form-content {
    padding-bottom: 73px;
    padding-left: 41px;
}
.login-eye-img img {
    width: 31px;
    height: 41px;
    position: absolute;
	top: 0;
	right: 0;
}
.show-psw {
    opacity: 1;
}
.hide-psw {
    opacity: 0;
}
.show-hide-psw .show-psw{
	opacity: 0;
}
.show-hide-psw .hide-psw {
	opacity: 1;
}
.login-eye-img{
	position: relative;
}



.contact-call-content {
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-bottom: 14px;
}
.inloggen-sec .contact-form-content h5,
.registreren-sec .contact-form-content h5 {
	margin: 0;
}
.inloggen-sec .contact-form-content h6 a,
.registreren-sec .contact-form-content h6 a {
	margin-left: 0;
}
.inloggen-sec .contact-form-content h6:last-child a,
.registreren-sec .contact-form-content h6:last-child a {
	margin-left: 10px;
}
/*==========================account-pg==========================*/
.account-pg-sec .form-area h5{
	margin-bottom: 0;
}
.account-pg-sec .form-area-inner .form-group {
    margin-bottom: 17px;
}
.account-pg-sec .form-area {
    padding-bottom: 70px;
}
/*==========================verkocht==========================*/
/****verkocht-top****/
.verkocht-top {
	padding-top: 193px;
	padding-bottom: 96px;
	position: relative;
}
.verkocht-top::after {
	position: absolute;
    top: -15%;
    content: '';
    width: 100%;
    height: calc(100% - 8%);
    background-image: url(../images/bg-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.verkocht-top h5 {
	text-align: end;
}
/*==========================bedankt==========================*/
/****.bedankt-banner****/
.bedankt-banner .home-banner-content {
    bottom: 25%;
}
/****car-logo-marquee-sec****/
.car-logo-marquee-sec {
    position: relative;
    overflow: hidden;
    width: 100%;
    top: -50px;
}
.car-logo-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 75px;
}
.car-logo-marquee-wrap ul {
    display: flex;
    gap: 75px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.car-logo-marquee-wrap li {
	white-space: nowrap;
    text-align: center;
    height: 137px;
    width: 137px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.car-logo-marquee-wrap li img {
    width: 60px;
}
/*==========================popup==========================*/
.modal-area .modal-dialog {
	max-width: 77%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(217, 217, 217, 0.05);
	backdrop-filter: blur(10px);
}
.modal-area .modal-content {
	border: 0;
	background-color: #232634;
	position: relative;
	padding: 78px 30px 78px 68px;
}
.modal-area .popup-content {
	padding-left: 45px;
}
.modal-area .popup-content p {
	margin-bottom: 0;
	line-height: 26px;
}
.modal-area .popup-content h2 {
	margin: 45px 0 35px;
}
.modal-area .pop-up-image {
	height: 100%;
}
.modal-area .pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .popup-content li {
    position: relative;
    padding-left: 20px;
    line-height: 20px;
    color: #fff;
	margin-bottom: 7px;
}
.modal-area .popup-content li::after {
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(../images/red-bullet.svg);
    background-repeat: no-repeat;
    background-size: 6px;
}
.modal-area .popup-content ul {
	margin-bottom: 40px;
	list-style-type: none;
	padding-left: 0;
}
.modal-content .close-img {
    position: absolute;
    top: -34px;
    right: -34px;
    height: 68px;
    width: 68px;
    background-color: #D62545;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 100%;
}
.modal-content .close-img img {
    width: 26px;
}
/*==========================aanbod-detail==========================*/
/****aanbod-dtl-back-btn****/
.aanbod-dtl-back-btn .back-btn {
	top: 142px;
}
/****aanbod-dtl-slider-sec****/
.aanbod-dtl-slider-sec {
	padding: 192px 0 18px;
}
.aanbod-dtl-slider-sec::after {
    position: absolute;
    top: -15%;
    content: '';
    width: 100%;
    height: calc(100% - -28%);
    background-image: url(../images/bg-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.aanbod-dtl-slider .common-arrow {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-slider .common-arrow:hover {
    background-color: #D62545;
}
/****aanbod-dtl-content****/
.aanbod-dtl-top-content p {
	line-height: normal;
	margin-bottom: 0;
	margin-top: 4px;
	height: 1lh;
	overflow: hidden;
}
.aanbod-dtl-top-content ul {
    padding-left: 0;
    display: flex;
    justify-content: end;
    column-gap: 39px;
	list-style-type: none;
	margin-bottom: 0;
}
.aanbod-dtl-top-content .common-btn {
	border: 1px solid #D62545;
}
.aanbod-dtl-top-content .common-btn.border-btn {
	border-color: #fff;
}
.aanbod-dtl-btm-logout-part h4 {
	color: #fff;
	font-family: 'LamaSansMedium';
}
.aanbod-dtl-btm-logout-part h4 a {
	font-size: 3.2rem;
	line-height: 38px;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aanbod-dtl-btm-logout-part h4 a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
}
.aanbod-dtl-btm-logout-part h4 strong {
	font-weight: normal;
	font-size: 2.4rem;
	line-height: 24px;
}
.aanbod-dtl-btm-login-part h4 {
	font-family: 'LamaSansMedium';
	color: #F7FCFF;
	font-size: 3.2rem;
	line-height: 38px;
}
.aanbod-dtl-btm-login-part h4 strong {
	color: rgba(247, 252, 255, 0.7);
	line-height: 24px;
	font-weight: normal;
	font-size: 2.4rem;
}
.aanbod-dtl-btm-content ul {
	display: flex;
	justify-content: end;
	column-gap: 38px;
	list-style-type: none;
	margin-bottom: 0;
}
.aanbod-dtl-btm-content li img {
    margin-right: 10px;
    margin-bottom: 3px;
}
.aanbod-dtl-btm-content li a {
	text-decoration: underline;
	text-underline-position: under;
}
.aanbod-dtl-btm-content {
	margin-top: 18px;
}
/****aanbod-dtls-sec****/
.aanbod-dtls-sec {
    padding: 118px 0 113px;
}
.aanbod-dtls-sec::after {
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
/****dtl-tab-part****/
.dtl-tab-part {
	position: relative;
	overflow: hidden;
}
.tab-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 49px;
}
.tab-btn {
	display: flex;
    justify-content: space-between;
}
.tab-btn .nav-tabs {
    column-gap: 17px;
    margin-bottom: 60px;
    border: 0;
    row-gap: 26px;
}
.tab-btn .tabs {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    border-bottom: 2px solid rgba(28, 28, 28, 0.20);
	padding-left: 0;
	margin-bottom: 0;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
}
.tab-btn ul.tabs li.border-btn:hover {
	border-color: #D62545;
}
.tab-btn ul.tabs li.border-btn::after {
    background-color: #D62545;
}
.tab-btn ul.tabs li.border-btn:hover span {
	color: #fff;
}
.tab-btn ul.tabs li.border-btn.active {
	border-color: #D62545;
	background-color: #D62545;
}
.tab-btn ul.tabs li.border-btn.active::after {
	display: none;
}
.aanbod-share-btn {
    display: flex;
    align-items: center;
}
.aanbod-share-btn h6 {
	font-family: 'LamaSansRegular';
	color: #FFF;
	font-size: 1.6rem;
	line-height: 17px;
	margin-right: 10px;
}
.share-icon {
	height: 41px;
    width: 41px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.share-icon img {
	width: 15px;
}
.share-icon:hover {
	background-color: #D62545;
	border-color: #D62545;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
.tab-btn-right ul {
	list-style-type: none;
	display: flex;
	column-gap: 41px;
	justify-content: end;
	padding-left: 0;
}
.tab-btn-right li a {
	color: #f3f3f3;
	font-family: 'neue_montrealregular';
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.32px;
	transition: all 0.5s;
}
.tab-btn-right li a:hover {
	text-decoration: underline;
}
.kenmerken-tab {
	overflow: hidden;
	background: #FFF;
}
.kenmerken-tab table {
	width: 100%;
}
.kenmerken-tab {
    overflow: hidden;
    background: #FFF;
    padding: 0 62px;
}
.kenmerken-tab tr {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.kenmerken-tab td {
	padding: 44px 20px;
	position: relative;
	width: 25%;
}
.kenmerken-tab td::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40%;
    background-color: rgba(15, 23, 38, 0.20);
}
.kenmerken-tab td strong {
    display: table;
    margin: 0 auto;
}
.kenmerken-tab tr::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	content: "";
	background-color: #fff;
}
/* .kenmerken-tab tr:first-child td {
	padding-left: 0;
} */
.kenmerken-tab tr:last-child td {
	/* padding-right: 0; */
	border-bottom: 1.7px solid rgba(15, 23, 38, 0.20);
}
.kenmerken-tab tr td:nth-child(4n)::after{
	display: none;
}
.kenmerken-tab td h5 {
	word-break: break-word;
    margin-bottom: 4px;
	color: #0F1726;
}
.kenmerken-tab td h6 {
	color: #0F1726;
	font-family: 'LamaSansMedium';
	font-size: 1.8rem;
	line-height: normal;
}
.kenmerken-tab h3 {
    color: #292B2C;
    margin: 49px 0 21px;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 0;
}
.kenmerken-tab li {
    width: 40%;
    position: relative;
    color: #292B2C;
    line-height: 24px;
	margin-bottom: 13px;
    padding-bottom: 10px;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 35px;
    font-size: 1.6rem;
    letter-spacing: 0.48px;
}
.kenmerken-tab li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: rgba(41, 43, 44, 0.50);
}
.kenmerken-tab li:nth-child(even) {
    color: rgba(41, 43, 44, 0.70);
    padding-left: 0;
	width: 60%;
}
.kenmerken-tab li:last-child, .kenmerken-tab li:nth-last-child(2) {
    margin-bottom: 0;
}
.kenmerken-tab-block-part {
	display: none;
}
.kenmerken-tab-block-part ul:first-child{
	margin-top: 6px;
}
.aanbod-dtls-area.hidden-tab .col-lg-8 {
	width: 100%;
}
.aanbod-dtls-area.hidden-tab .each-aanbod-contact {
	display: none;
}
.each-aanbod-contact .row {
    align-items: center;
}
.tab-cross {
    cursor: pointer;
}
.hidden-tab-btn {
    margin: 60px 0 20px;
}
.hidden-tab-btn .common_btn {
    font-size: 1.8rem;
    padding: 10px 40px;
}
.dtl-tab-part .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.bullet-panel h5, .star_icon h5 {
    border-bottom: 1px solid #D62545;
    padding-bottom: 10px;
	margin-bottom: 10px;
}
.dtl-tab-part .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-part .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    color: #fff;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.dtl-tab-part .bullet-panel ul li:after {
    background-size: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #D62545;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D62545;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #D62545;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    color: #fff;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
}
.tab-btm-btn{
    cursor: pointer;
	margin-top: 80px;
}
.tab-btm-btn.border-btn:after {
    background-color: #D62545;
}
.tab-btm-btn.border-btn:hover {
	border-color: #D62545;
}
.tab-btm-btn.border-btn:hover span {
    color: #fff;
}
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 30px;
    background: #232634;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 0 145px;
    width: 100%;
    height: 75vh;
}
.popup-cross{
    background: #D62545;
    width: 53px;
    height: 53px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 36px;
    right: 57px;
    border-radius: 100%;
    cursor: pointer;
}
.tab-popup-content {
    overflow: scroll;
    padding-bottom: 40px;
}
.tab-popup-content ul {
    margin-bottom: 35px;
	padding-left: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 24px;
}
.tab-popup-area h2 {
    padding-top: 40px;
    margin-bottom: 10px;
}
.tab-popup-area p{
    line-height: normal;
    padding-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-popup-content h3{
	font-family: 'LamaSansMedium';
    font-size: 3.2rem;
    line-height: 38px;
	letter-spacing: normal;
	margin-bottom: 37px;
	color: #F7FCFF;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid #D9D9D9;
    line-height: normal;
    color: #F7FCFF;
    padding-left: 0;
	padding-bottom: 13px;
    margin-bottom: 12px;
}
.tab-popup-content li::after {
    display: none;
}
.tab-popup-content li strong{
    color: #fff;
    width: 50%;
    font-weight: normal;
}
.show-popup{
    display: none;
}
.mobile-aanbod-btm-content {
	display: none;
}
.mobile-aanbod-btm-content {
    margin-top: 33px;
}
.mobile-aanbod-btm-content .row .col-6:first-child {
	width: 45%;
}
.mobile-aanbod-btm-content .row .col-6:last-child {
	width: 55%;
}
.mobile-aanbod-btm-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}
.mobile-aanbod-btm-left li {
	margin-bottom: 10px;
}
.mobile-aanbod-btm-left .common-btn {
	padding: 12px 28px;
}
.mobile-aanbod-btm-right li {
	margin-bottom: 20px;
}
.mobile-aanbod-btm-right li a {
	text-decoration: underline;
	font-family: 'LamaSansMedium';
	font-size: 1.4rem;
	line-height: 15px;
}
.mobile-aanbod-btm-right li img {
	margin-right: 10px;
}
.mobile-aanbod-btm-right .share-icon img {
	margin-right: 0;
}
.mobile-tab-btm-btn {
	display: none;
}
/****aanbod-dtl-product-sec****/
.aanbod-dtl-product-sec::before {
	/* display: none; */
}
.aanbod-dtl-product-sec .product-slider {
    padding: 121px 0 140px;
}
.aanbod-dtl-product-sec h2 {
    margin-bottom: 80px;
}



/* Extra css */
.radio_filter .form-check-input {
	display: none;
  }
  .aanbod-loader {
	width: 45px;
	height: 40px;
	background: linear-gradient(#14161d calc(1*100%/6),#fff 0 calc(3*100%/6),#14161d 0),
			  linear-gradient(#14161d calc(2*100%/6),#fff 0 calc(4*100%/6),#14161d 0),
			  linear-gradient(#14161d calc(3*100%/6),#fff 0 calc(5*100%/6),#14161d 0);
	background-size: 10px 400%;
	background-repeat: no-repeat;
	animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
	0% {
	  background-position: 0% 100%, 50% 100%, 100% 100%
	}
  
	100% {
	  background-position: 0% 0%, 50% 0%, 100% 0%
	}
  }
  .load_aanbod{
	justify-content: center;
	display: flex;
	column-gap: 30px;
	align-items: center;
	color: #fff;
  }

  .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;
}
.privacy_section h2
{
	margin-top: 14rem;
    margin-bottom: 3rem;
}
.calsty
{ 
	border: 0; 
	width: 100%; 
	height: 1100px; 
	background: transparent; 
}
.banner-video,.each-banner  {
	height: 924px;
}
.banner-video video {
  height: 100%;
  display: block;
  object-fit: cover;
}
/* *************************************************************************DEFAULT LOADER CSS START ************************************************* */

/*******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.svg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 4px 10px 6px 24px;
	color: #000;
	background-size: 152px;
  }
  
  .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{
	  font-size: 16px;
	  color: fff;;
	  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;
  }
  /* *************************************************************************DEFAULT LOADER CSS END ************************************************* */
body .share-social-media-button .a2a_dd {
	height: 41px !important;
	width: 41px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
}
body .share-social-media-button .a2a_dd svg {
	margin-right: 0 !important;
}
.formError {
	z-index: 1 !important;
}
.form-area .error_cls, .form-area .success_cls {
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}


.logged-in-view span {
    margin-left: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: 0;
}
.logged-in-view span img{
	position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.edit-profile-btn{
	background-color: transparent;
    color: #080808;
    padding: 14px 40px;
    font-family: 'LamaSansRegular';
    font-size: 1.8rem;
    line-height: normal;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(80, 77, 77);
}

.edit-profile-btn:after {
    background-color: #D62545;
}
.edit-profile-btn:hover span {
    color: #fff;
}
.edit-profile-btn:hover {
    border-color: #D62545;
}
.team-social img{
	width: 25px;
}
.online_btn{
	color: #FFF;
	background: #0064ff;
	font-size: 15px;
	text-align: center;
	padding: 14px 20px;
	border-radius: 35px;
	border: 1px solid #0064ff;
	display: inline-block;
	margin: 2px;
	line-height: normal;
}
.online_btn img{
	width: 19px;
	margin-right: 5px;
	margin-top: -6px;
}
.online_btn:hover {
  color: #000;
  background: #9ec5ff;
}
.footer-text p{
	padding-bottom: 40px;
}
.footer-pdf ul{
	display: flex;
	justify-content: center;
	padding-left: 0;
	list-style: none;
	column-gap: 20px;
}
.footer-pdf ul a{
	font-size: 1.4rem;
}
/*******Kennisbank-new-menu*****************/
.knowledge-menu {
	margin-left: 50px;
    color: #D62545;
    font-family: 'LamaSansRegular';
    font-size: 1.8rem;
    line-height: normal;
    display: inline-block;
    position: relative;
    top: -4px;
}
.knowledge-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.knowledge-menu a {
	color: #D62545;
}
.knowledge-menu a:hover {
	color: #232634;
}
.knowledge-menu-main { 
	padding: 185px 0 100px;
	background-color: #fff;
}
.knowledge-menu-wrap {
	padding: 0 30px;
}
.knowledge-menu-main h5 {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 40px;
	color: #262937;
	font-family: 'LamaSansRegular';
	line-height: 32px;
}
.knowledge-menu-main .form-styl{
	color: #0F1726;
    font-family: 'LamaSansRegular';
    font-size: 1.8rem;
    line-height: 28px;
    padding: 16px 20px 16px 50px;
    border: 2px solid rgba(35, 38, 52, 0.30);
    border-radius: 0;
    resize: none;
    max-width: 738px;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    background-image: url(../images/know-search.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 20px center;
}
.knowledge-menu-main .form-styl::placeholder{
	color: rgba(35, 38, 52, 0.30);
}
.knowledge-menu-main .form-styl:placeholder {
	color: rgba(35, 38, 52, 0.30);
}
.knowledge-menu-main .form-styl:focus{
	outline: none;
	box-shadow: none;
	color: #0F1726;	
	border-color: rgba(35, 38, 52, 0.30);
}
.knowledge-menu-main .form-styl:focus::placeholder{
    color: #0F1726;
}
.knowledge-menu-list {
	margin-top: 85px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	position: relative;
}
.knowledge-menu-list::after {
	content: "";
    position: absolute;
    left: 0;
    height: 35px;
    width: 100%;
    bottom: 0;
	background-color: #fff;
}
.knowledge-menu-list h4 {
	color: #D62545;
	font-family: 'LamaSansMedium';
	font-size: 2.4rem;
	line-height: normal;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}
.knowledge-menu-list h4::after {
	content: "";
    position: absolute;
    left: 0;
    height: 12px;
    width: 12px;
    top: 10px;
    background-image: url(../images/know-arrow.svg);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center center;
}
.knowledge-menu-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 32%;
}
.knowledge-menu-list li {
    font-family: 'LamaSansRegular';
	font-size: 1.8rem;
	line-height: normal;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	opacity: 0.5;
	display: table;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.knowledge-menu-list li:hover {
	opacity: 1;
}
.knowledge-menu-list li:last-child {
	margin-bottom: 0;
}
.knowledge-menu-list li a {
	color: #232634;
}
.knowledge-menu-list li a:hover {
	color: #232634;
}
.knowledge-menu-list li::after {
	content: "";
	height: 5px;
	width: 5px;
	position: absolute;
	left: 0;
	top: 7px;
    background-image: url(../images/know-bullet.svg);
    background-size: 5px;
    background-repeat: no-repeat;
    background-position: center center;
}
.knowledge-menu-list li:first-child {
	padding-left: 0;
	opacity: 1;
}
.knowledge-menu-list li:first-child::after {
	display: none;
}
.knowledge-menu-list hr {
	background-color: rgba(35, 38, 52, 0.40);
	opacity: 1;
	margin: 24px 0;
	display: block;
	width: 100%;
}
.mobile-knowledge-menu {
	display: none;
}
/*============================kennisbank-dtl pg start======================================*/
.kennisbank-dtl-welcome-sec {
	padding-top: 270px;
	position: relative;
}
.kennisbank-dtl-welcome-sec::after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/kennis-welcome-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	z-index: -1;
}
.kennisbank-dtl-welcome-sec .verkoop-top-content h5 {
	color: #D62545;
	margin-bottom: 23px;
	font-family: 'lama_sanssemibold';
}
/***kennisbank-dtl-info-sec****/
.kennisbank-dtl-info-sec {
    padding: 40px 0 120px;
	position: relative;
}
.kennisbank-dtl-info-sec::after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/kennis-welcome-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	z-index: -1;
}
.kennisbank-dtl-info-sec table {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}
.kennisbank-dtl-info-sec td h5 {
	font-family: 'lama_sanssemibold';
	margin-bottom: 12px;
}
.kennisbank-dtl-info-sec td:nth-child(even) {
	padding-left: 130px;
}
.kennisbank-dtl-info-sec td:nth-child(odd) {
	padding-right: 130px;
}
/*****kennis-dtl-step-sec****/
.kennis-dtl-step-sec {
	position: relative;
}
.kennis-dtl-step-sec::after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/kennis-welcome-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	z-index: -1;
}
/****kennis-dtl-download-sec***/
.kennis-dtl-download-sec {
	padding: 150px 0 63px;
}
.kennis-dtl-download-heading {
	max-width: 630px;
	width: 100%;
	margin: 0 auto 63px;
	text-align: center;
}
.kennis-dtl-download-heading h2 {
	margin-bottom: 18px;
}
.kennis-dtl-download-sec ul {
	max-width: 1070px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	gap: 20px;
	justify-content: center;
	list-style: none;
	flex-wrap: wrap;
}
.kennis-dtl-download-sec li {
	width: 32%;
	text-align: center;
}
.kennis-dtl-download-sec li .common-btn {
	padding: 36px 25px 36px 72px;
	border-color: rgba(255, 255, 255, 0.40);
}
.kennis-dtl-download-sec li .common-btn::before {
	content: '';
	height: 34px;
	width: 34px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/kennis-pdf.svg);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: center center;
	z-index: 1;
}
.kennis-dtl-download-sec li .common-btn:hover {
	border-color: #D62545;
}
.kennis-dtl-download-sec li .common-btn:hover:after {
	background-color: #D62545;
}
.kennis-dtl-download-sec li .common-btn:hover span {
	color: #fff;
}
/****registration form *****/
#bedrijf {
	background-image: url(../images/name-search.svg);
	background-size: 20px;
	background-position: 100%;
	background-repeat: no-repeat;
	padding-right: 30px;
}
.ui-widget.ui-widget-content {
	border-color: #0F1726 !important;
	border-top: 0 !important;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	background-color: #f5f5f5;
}
.ui-widget-content {
	height: 300px;
	overflow-y: auto;
	overflow-x: clip;
}
.ui-menu-item-wrapper {
	padding: 5px 10px !important;
	font-size: 1.6rem;
	font-family: 'LamaSansRegular';
}
.ui-menu .ui-menu-item-wrapper:hover {
	background-color: #D62545;
	color: #fff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #D62545 !important;
	background: #D62545 !important;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #D62545 !important;
	background-color: #ffffff;
}


/* .verkoop-top-area tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.verkoop-top-area td {
    width: 32%;
}
.verkoop-top-area td h5 {
	margin: 20px 0;
} */</pre></body></html>