@import "fonts.css";
@import "common-class.css";
body {
	padding: 0;
	margin: 0;
	font-family: 'LamaSansRegular';
	font-size: 1.6rem;
}
html {
  font-size: 62.5%;
  height: auto !important;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.cursor{
	cursor: pointer;
}
.grecaptcha-badge{
	display:none;
}
.img-cover{
	height: 100%;
	object-fit: cover;
}
/*===========header==========*/
header, footer, .home-banner, .home-gallery{
	background: #151515;
}
.logo{
	max-width: 17.5rem;
}
footer .logo{
	max-width: 25rem;
}
.menu-icon span:before{
	display: none;
}
.top-menu{
	z-index: 99;
}
.menu-items{
	z-index: 9;
	display: none;
}
.menu-items.active{
	display: block;
}
.menu-items li{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.menu-inner {
	z-index: 20;
	overflow-y: auto;
}
.menu-bg {
  z-index: 3;
  background: rgba(15,15,15,0.85);
}
.menu-content, .top-menu.active{
	border-left: 10px solid #151515;
	border-right: 10px solid #151515;
	border-color: #151515;
}
.menu-content{
	border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.menu-content, .top-menu.active{
	background: #eeffa9;
}
.menu-content{
	padding: 17rem 0 4rem;
}
.menu-items h5 span{
	font-family: 'LamaSansMediumExpanded';
}
.menu-items .contact-dtl:not(:hover), .menu-items li a:hover{
	color: rgba(21,21,21,0.53);
}
.menu-items li h5, .menu-items .contact-dtl{
	line-height: 200%;
	/*text-transform: capitalize;*/
}
header hr{
	border-color: #151515;
	opacity: .1;
}
.menu-items hr{
	margin: 6rem 0 3rem;
}
.menu-icon img{
	height: 1.8rem;
	object-fit: contain;
}
.social-icon img, .top-menu.active .logo, .top-menu.active .default-btn span:before, 
.service-block .swiper a:hover .default-btn span:before{
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
}
.top-menu.active .logo{
	opacity: .9;
}
.top-menu.active .default-btn{
	color: #151515 !important;
}
.top-menu.active{
	position: fixed !important;
}
.hide-icon, .menu-icon.active .show-icon{
	display: none;
}
.menu-icon.active .hide-icon{
	display: block;
}
/*=============banner=============*/
.home-banner .d-lg-flex.align-items-end{
	gap: 7rem;
}
/*=============product============*/
.product-block p{
	max-width: 52.5rem;
}
.product-block .swiper-slide a{
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.product-block .position-relative{
	z-index: 0;
}
.product-content{
	background: #ABD20C;
  	padding: 0 6%;
}
.product-content .d-flex{
	gap: 4rem;
}
.product-content td span{
	width: 4.8rem;
  	height: 4.8rem;
  	background: rgba(238, 255, 169, 0.31);
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	border-radius: 100%;
  	margin-right: .75rem;
}
.product-content li{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin: 1.4rem 0;
}
.product-content h4{
	height: 8rem;
	overflow: hidden;
}
.product-block .swiper-button-next, .product-block .swiper-button-prev{
	top: auto;
  	bottom: 3rem;
}
.product-block .swiper-button-next img{
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
}
.product-block .swiper-button-prev{
	color: #ABD20C !important;
}
.product-block .swiper-button-next img{
	transform: rotate(90deg);
}
.product-block .swiper-button-next{
	right: 3.5%;
}
.product-block .swiper-button-prev{
	left: 14%;
}
/*===========home-service==========*/
.service-block .text-center p{
	max-width: 72rem;
	margin: auto;
}
.service-block .swiper a{
	color: inherit;
}
.overlay{
	background: #151515;
	opacity: .4;
}
.service-block .position-absolute.bottom-0 {
	z-index: 1;
}
.bg-block{
	background: transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-content {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: opacity .3s ease-in-out,visibility 0s .6s,max-height .35s cubic-bezier(.86,0,.07,1) .15s;
  transition: opacity .3s ease-in-out,visibility 0s .6s,max-height .35s cubic-bezier(.86,0,.07,1) .15s;
}
.service-block .swiper a:hover .service-content{
	opacity: 1;
  visibility: visible;
  max-height: 40rem;
}
.service-block .swiper a:hover .bg-block{
	background: #EEFFA9;
}
.service-block .swiper a:not(:hover) .default-btn span{
	color: #EEFFA9;
}
.service-block .swiper a .default-btn span{
	text-decoration: none;
}
.service-block .swiper .default-btn span:before {
  background-image: url(../images/arrow-color.svg);
  transform: translateY(-50%) rotate(0);
}
.service-block .swiper p{
	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*=============marque==========*/
.marquee{
	font-family: 'LamaSansBoldExpanded';
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
.marque-wrap{
	white-space: nowrap;
}
.marque-wrap:hover .marque-txt{
	animation-play-state: paused;
}
.marque-txt{
	animation: 15s slide infinite linear;
}
.marque-txt li{
	display: inline list-item;
}
.marque-txt ul{
	list-style-image: url(../images/icon.svg);
}
.marque-txt li{
	margin: 0 2.5rem;
}
.marque-txt li span{
	margin-left: 4.5rem;
}
/*=================content-block===============*/
.content-block, .home-gallery .position-absolute{
	background: #f0ffae;
}
.car-image{
	margin-left: -5%;
	z-index: 1;
}
.each-content:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100vw;
	height: 1px;
	background: #151515;
	opacity: .1;
	margin-left: -20vw;
}
.each-content:last-child:before{
	margin-left: -50vw;
}
.each-content:first-child:before{
	display: none;
}
.each-content .position-relative:not(.collapsed) h5{
	color: #FAC200;
}
.each-content .position-relative span{
	position: relative;
	max-width: 49.2rem;
  	width: 100%;
}
.each-content .position-relative span h5{
	padding-right: 5rem;
}
.each-content span.d-inline-block.cursor:before{
	position: absolute;
	top: .3rem;
	left: -.3rem;
	content: '';
	width: 2.5rem;
	height: 1.8rem;
	transform: rotate(-90deg); 
	background: url(../images/icon.svg) no-repeat center / contain;
}
.each-content .position-relative.collapsed span.d-inline-block.cursor:before{
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
}
.each-content span.d-inline-block.cursor:after{
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	background: url(../images/arrow-color2.svg) no-repeat center / contain;
	width: 1.9rem;
	height: 1.8rem;
	transform: rotate(0deg);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.each-content .position-relative.collapsed span.d-inline-block.cursor:after{
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
	transform: rotate(90deg);
}
/*==============home-gallery============*/
.home-gallery img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home-gallery a:hover img{
	transform: scale(1.1);
}
/*===============footer==============*/
footer{
	font-size: 1.8rem;
	line-height: 2.6rem;
	letter-spacing: .036rem; 
}
footer td{
	vertical-align: top;
	padding-bottom: .25rem;
}
footer td:nth-child(even){
	padding-left: 2rem;
}
footer a:hover{
	text-decoration: underline;
}
.footer-social img{
	filter: brightness(0) invert(1);
}
.privacy-block{
	font-size: 1.4rem;
	font-family: 'LamaSansMedium';
	border-top: 2px solid rgba(255,255,255,0.15);
}
.privacy-block img{
	max-height: 3.7rem;
}
/**********************diensten-list***************************/
/****inner-banner****/
.inner-banner .banner-block {
	height: 411px;
}
.inner-banner h1 {
	padding-top: 2rem;
}
/****diensten-list-top****/
.diensten-list-top {
	padding: 16.5rem 0 11.5rem;
}
.diensten-list-top p {
	max-width: 56rem;
    margin: 0 0 auto 0;
}
/****list-sec****/
.list-sec {
	position: relative;
	padding-bottom: 15.5rem;
}
.list-sec a:hover .bg-block {
	background: #EEFFA9;
}
.list-sec a:hover .service-content{
	opacity: 1;
  	visibility: visible;
  	max-height: 40rem;
}
.list-sec a:hover .bg-block{
	background: #EEFFA9;
}
.list-sec a:not(:hover) .default-btn span{
	color: #EEFFA9;
}
.list-sec a .default-btn span{
	text-decoration: underline;
}
.list-sec .default-btn span:before {
	background-image: url(../images/arrow-color.svg);
	transform: translateY(-50%) rotate(0);
}
.list-sec p{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-sec a:hover .default-btn span:before {
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
}
.list-sec .each-list {
	height: 364px;
	overflow: hidden;
}
.list-sec .each-list img {
	height: 100%;
	object-fit: cover;
}
.list-sec .each-list .corner {
	border-radius: 30px;
}
.list-sec .row {
	position: relative;
	z-index: 1;
	justify-content: center;
}
.list-sec .each-list .bg-block.corner {
	border-radius: 25px;
}
.list-sec::after {
	content: '';
	position: absolute;
	height: 35%;
	width: 100%;
	background: linear-gradient(3deg, rgba(251, 255, 235, 0.95) 2.87%, rgba(255, 255, 255, 0.95) 91.04%);
	backdrop-filter: blur(8.050000190734863px);
	left: 0;
    bottom: 0;
}
.list-sec a:hover .bg-block{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
/****list-gallery****/
.list-gallery {
	position: relative;
}
.list-gallery::after {
	content: '';
	position: absolute;
	height: 50%;
	width: 100%;
	background: linear-gradient(3deg, rgba(251, 255, 235, 0.95) 2.87%, rgba(255, 255, 255, 0.95) 91.04%);
	backdrop-filter: blur(8.050000190734863px);
	left: 0;
    top: 0;
}
/**********************diensten-dtl***************************/
/****dtl-banner****/
.dtl-banner h3 {
	color: #fff;
    padding-top: 2rem;
    display: table;
    margin-left: auto;
    padding-right: 4rem;
}
/****back-btn****/
.back-btn {
    position: relative;
    top: -11rem;
}
.back-btn .default-btn span:before {
    background: url(../images/back-btn-arrow.svg) no-repeat center / cover;
    left: 0;
    right: auto;
}
.back-btn .default-btn span {
    padding-right: 0;
    padding-left: 2.8rem;
}
.back-btn .default-btn:hover span:before {
    transform: translateY(-50%) rotate(-45deg);
}
/****diensten-dtl-top****/
.diensten-dtl-top p {
	max-width: 70rem;
}
/****diensten-dtl-mid****/
.diensten-dtl-mid {
	background-color: transparent;
	padding-bottom: 13rem !important;
}
.diensten-dtl-mid-left,
.diensten-dtl-mid-right {
	height: 508px;
}
.diensten-dtl-mid-left img,
.diensten-dtl-mid-right img {
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	overflow: hidden;
}
.diensten-dtl-mid .each-content {
	padding-left: 25rem;
}
.diensten-dtl-mid h3 {
	margin-bottom: 7rem;
    padding-left: 25rem;
    line-height: 45px;
}
/* .diensten-dtl-mid .each-content:first-child:before{
	display: none;
} */
/****form-sec****/
.form-sec {
	background-color: #EEFFA9;
	padding: 13rem 0 7rem;
}
.form-title {
	margin-bottom: 9.5rem;
}
.form-title p {
	max-width: 56rem;
	margin-top: 4.5rem;
}
.form-main {
    position: relative;
    z-index: 1;
    padding-right: 0;
}
.form-left .form-group {
    position: relative;
    margin-bottom: 3.5rem;
}
.form-styl {
    background-color: transparent;
    color: #151515;
    border: 0;
    font-size: 2.4rem;
    padding: 2rem 0 1.4rem;
    border-radius: 0;
    border-bottom: 2px solid rgba(21, 21, 21, 0.1);
    box-shadow: none;
    resize: none;
	font-family: 'LamaSansMedium';
}
.form-styl:focus{
	box-shadow: none;
	background: transparent;
    color: #151515;
	border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}
.form-styl:placeholder {
	color: #151515;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #151515;
	opacity: 1;
}
.form-styl::placeholder {
	color: #151515;
	opacity: 1;
}
.form-group label {
    position: absolute;
    bottom: 2rem;
    font-family: 'LamaSansMedium';
	color: rgba(21, 21, 21, 0.58);
}
.form-part label{
    font-family: 'LamaSansMedium';
    font-size: 1.6rem ;
    color: rgba(21, 21, 21, 0.58);
    position: absolute;
    left: 5rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	line-height: 26px;
	padding-bottom: 10px;
}
.form-left label.active{
    transform: translateY(0);
    top: -.2rem;
    font-size: 1.6rem ;
    color: #151515;
    font-family: 'LamaSansMedium';
	z-index: -1;
}
.form-group label span {
    color: #ABD20C;
}
.form-group textarea{
    padding: 0;
    height: 7rem;
    padding-top: 2rem;
}
.form-btn {
	padding-top: 2.5rem;
}
.form-btn .default-btn span {
	color: #151515;
}
.form-btn .default-btn span:before {
    filter: brightness(1) invert(1);
}
.form-right-btm {
    margin-left: -35%;
    z-index: 1;
    position: relative;
    margin-top: -23rem;
}
.form-right-top {
    margin-bottom: 7rem;
    position: relative;
    z-index: 2;
}
.each-form-right a {
	font-size: 2rem;
	font-family: 'LamaSansBoldExpanded';
	margin-bottom: 1.8rem;
  	display: block;
}
.each-form-right-part a {
	font-family: 'LamaSansRegular';
	font-size: 1.8rem;
}
.each-form-right-part h5 {
	margin-bottom: 1.5rem;
}
.each-form-right a:hover,
.each-form-right-part a:hover {
	text-decoration: underline;
}
/****diensten-service-block****/
.diensten-service-block {
	padding-top: 11.5rem !important;
	padding-bottom: 15rem !important;
}
.diensten-service-block .corner {
	border-radius: 30px;
}
/****dtl-gallery****/
.dtl-gallery .position-absolute {
	background: #fff;
}
/**********************Laadoplossing***************************/
/****dtl-iframe****/
.dtl-iframe {
	padding-top: 10.5rem;
}
/**********************vacature-list***************************/
/****vacature-list-sec****/
.vacature-list-sec .row {
	justify-content: center;
}
/**********************verkoop***************************/
/****verkoop-top****/
.verkoop-top {
	padding: 13.5rem 0 5rem;
}
.each-verkoop-top {
	margin-bottom: 3rem;
}
.each-verkoop-top h3 {
	margin-bottom: 5rem;
}
/* .each-verkoop-top p,
.each-verkoop-btm p {
	max-width: 67rem;
	width: 100%;
} */
.each-verkoop-btm h5 {
	margin-bottom: 4rem;
}
.verkoop-top-right {
	padding-left: 9.5rem;
}
.verkoop-top-right h5 {
	margin-bottom: 4rem;
}
.verkoop-top-right li {
	font-size: 1.6rem;
	font-family: 'LamaSansRegular';
	color: #151515;
	line-height: 25.28px;
	letter-spacing: 0.32px;
	position: relative;
	padding-bottom: 3.5rem;
	padding-left: 2rem;
}
.verkoop-top-right li::after {
	position: absolute;
	content: '';
	background-image: url(../images/bullet.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6px;
	height: 6px;
	width: 6px;
	left: 0;
	top: 9px;
}
.verkoop-top-left {
	border-right: 1.5px solid rgba(0, 0, 0, 0.10);
    padding-right: 10rem;
}
/****verkoop-mid****/
.each-verkoop-content li{
	position: relative;
    margin: 3rem 0;
    padding-top: 3rem;
}
.each-verkoop-content li:before {
    position: absolute;
	top: 0;
	left: -30rem;
	content: '';
	width: calc(100% + 30rem);
	height: 1px;
	background: #151515;
	opacity: .1;
	z-index: -1;
}
.each-verkoop-content ul {
	max-width: 65rem;
	width: 100%;
	padding-left: 25rem;
}
.verkoop-mid h3 {
    padding-left: 22rem;
}
.verkoop-mid .each-verkoop-content li:first-child:before{
	display: none;
}
.verkoop-mid .each-verkoop-content li:first-child {
	padding-top: 0;
	margin-top: 0;
}
.verkoop-mid .diensten-dtl-mid-left img,
.verkoop-mid .diensten-dtl-mid-right img {
    border-radius: 30px;
}
/**********************over-ons***************************/
/****over-ons-top****/
.over-ons-top {
	padding: 13rem 0 16.5rem;
  }
.each-over-ons-top-img {
	height: 292px;
	margin-bottom: 2rem;
}
.each-over-ons-top-img img {
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	overflow: hidden;
}
.each-over-ons-btm-img {
	height: 190px;
}
.each-over-ons-btm-img img {
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	overflow: hidden;
}
.each-counter h5 {
	font-size: 2rem;
	margin-bottom: 1rem;
}
.each-counter h6 {
	font-size: 1.6rem;
	color: #B9B9B9;
}
.over-ons-top-img {
	padding-right: 6rem;
}
.over-ons-top-content {
	padding-left: 6rem;
}
.over-ons-top-content p {
	margin: 4rem 0 6.5rem;
}
.each-counter img {
	height: 27px;
	margin-left: 2rem;
}
/****over-ons-mid****/
.over-ons-mid {
	padding-bottom: 16.5rem;
}
.each-over-ons-mid {
	background-color: #FCD95E;
	border-radius: 20px;
	overflow: hidden;
	padding: 4.5rem 3rem 5rem;
	height: 100%;
}
.each-over-ons-mid-img {
	background-color: #FFCE25;
	border-radius: 100px;
	border: 1px solid #FFCE25;
	height: 56px;
	width: 56px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.each-over-ons-mid-img img {
	width: 24px;
}
.each-over-ons-mid p {
	max-width: 63rem;
	width: 100%;
}
.each-over-ons-mid h5 {
	margin: 4rem 0;
}
.over-ons-mid h3 {
	margin-bottom: 8rem;
}
/****over-ons-about****/
.over-ons-about {
	background-color: #EEFFA9;
	padding: 2rem 0 14.5rem;
}
.over-ons-about-img {
    position: relative;
    padding-left: 12rem;
    margin-top: -17rem;
}
.over-ons-about-img::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(238, 255, 169, 0.00) 73.58%, #EEFFA9 100%);
}
.over-ons-about-img img {
	width: 645px;
}
.over-ons-about-info h5 {
	margin: 2.5rem 0 4.5rem;
	font-family: 'LamaSansMediumExpanded';
}
.over-ons-about-info p {
	max-width: 62rem;
	width: 100%;
}
/**********************contact***************************/
/****inner-banner****/
.inner-banner .map {
	height: 411px;
	border-radius: 20px;
	overflow: hidden;
}
/****contact-form****/
.contact-form {
	background-color: rgba(255, 255, 255, 0.95);
}
.contact-form .form-right-btm {
    margin-left: -10%;
    margin-top: -10rem;
}
.form-right hr {
	height: 1.5px;
	background-color: rgba(171, 210, 12, 0.33);
	opacity: 1;
	margin: 0;
}
.contact-form .form-right-top {
    margin-bottom: 4rem;
}
.form-info {
	margin-top: 4rem;
	margin-bottom: 4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-info .each-form-info p {
	font-family: 'LamaSansBoldExpanded';
}
.form-info .each-form-info h6 {
	font-family: 'LamaSansRegular';
	font-size: 1.6rem;
}
.form-info .each-form-info{
	width: 33.33%;
}
.each-form-right br{
	display: none;
}
/**********************bedankt***************************/
/****bedankt-banner****/
.bedankt-banner h4 {
	color: #fff;
}
.bedankt-banner p {
    color: #fff;
    max-width: 55rem;
	margin-top: 1rem;
}
.bedankt-banner .d-lg-flex.align-items-end {
    justify-content: space-between;
}
.bedankt-banner-part span {
	margin-right: 3rem !important;
}
.bedankt-banner-part a {
	margin-right: 8rem;
}
/**********************popup***************************/
.modal-area .modal-dialog {
    max-width: 41%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(53, 53, 53, 0.7);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.modal-area .popup-content {
    text-align: center;
    padding: 10rem 8rem;
    background-color: #fff;
}
.modal-area .popup-content p {
    margin: 3rem auto 4rem;
	max-width: 64rem;
	width: 100%;
	color: #151515;
	font-size: 1.8rem;
	font-family: 'LamaSansMedium';
}
.modal-area .popup-content h3 {
	color: #0A1520;
}
.modal-area .popup-content .default-btn span {
	color: #151515;
	text-transform: none;
}
.modal-area .popup-content .default-btn span:before {
    filter: brightness(1) invert(1);
}
.close-img {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 1;
	font-size: 3rem;
	color: #181716;
	font-family: 'LamaSansRegular';
}
.close-img:hover {
	color: #181716;
}
/**********************aanbod-dtl***************************/
/****aanbod-dtl-back-btn****/
.aanbod-dtl-back-btn {
    top: 12rem;
	z-index: 5;
	left: 0;
	padding-left: 2.7rem;
}
.aanbod-dtl-back-btn .col-xl-5 {
	width: 40%;
}
.aanbod-dtl-back-btn span {
	color: #151515;
}
.aanbod-dtl-back-btn .default-btn span:before {
    filter: brightness(0);
}
/****aanbod-top****/
.aanbod-top{
	padding: 7.5rem 0;
}
.aanbod-top .gallery-thumbs {
	margin-top: 3rem;
}
.detail-slider .col-xl-7 {
	width: 60%;
}
.detail-slider .col-xl-5 {
	width: 40%;
}
.swiper.gallery-top  img {
	border-radius: 20px;
	overflow: hidden;
}
.swiper.gallery-thumbs img {
	border-radius: 10px;
	overflow: hidden;
}
.aanbod-dtl-top-left {
	margin-top: 4rem;
}
.aanbod-dtl-top-slider {
	padding-bottom: 3rem;
}
.aanbod-dtl-top-slider .swiper-button-prev {
    color: #ABD20C !important;
}
.aanbod-dtl-top-slider .swiper-button-next img {
    transform: rotate(90deg);
	filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
}
.aanbod-dtl-top-slider .swiper-button-prev,
.aanbod-dtl-top-slider .swiper-button-next {
    bottom: 0;
    top: auto;
}
.aanbod-dtl-right {
	padding-left: 3rem;
	position: relative;
}
.aanbod-dtl-right-btn {
    text-align: end;
    margin-top: 0;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: 0;
    top: -7rem;
}
.aanbod-dtl-right-btn .default-btn span {
	color: #ABD20C;
}
.aanbod-dtl-right-btn .default-btn span:before {
	background: url(../images/print-arrow.svg) no-repeat center / cover;
}
.aanbod-dtl-title-left h6 {
	font-size: 1.8rem;
	color: rgba(21, 21, 21, 0.57);
	margin-top: 1rem;
	margin-bottom: 3rem;
	font-family: 'LamaSansMediumExpanded';
}
.aanbod-dtl-title {
	margin-top: 9rem;
	align-items: start;
}
.aanbod-dtl-price.d-flex {
    gap: 4rem;
}
.aanbod-dtl-price h5 {
	color: rgba(21, 21, 21, 0.5);
	font-size: 1.8rem;
}
.aanbod-dtl-price h5 strong {
	font-weight: normal;
	color: #ABD20C;
	font-size: 2rem;
}
.aanbod-dtl-right-mid ul {
	margin: 3rem 0 0;
}
.aanbod-dtl-right-mid li {
	display: inline-block;
	width: 49%;
	margin-bottom: 2rem;
	vertical-align: top;
}
.aanbod-dtl-right-mid li h6 {
	font-size: 1.8rem;
	color: rgba(21, 21, 21, 0.5);
	margin-bottom: 1rem;
	font-family: 'LamaSansMedium';
}
.aanbod-dtl-right-mid li h6 strong {
	font-weight: normal;
	color: #151515;
	font-family: 'LamaSansBoldExpanded';
}
.aanbod-dtl-btn li {
	display: inline-block;
	width: 49%;
}
.aanbod-dtl-btn .default-btn span {
	color: #ABD20C;
}
.aanbod-dtl-btn .default-btn span:before {
	background: url(../images/print-arrow.svg) no-repeat center / cover;
}
.aanbod-dtl-btn li:last-child .default-btn span {
	color: #151515;
}
.aanbod-dtl-btn li:last-child .default-btn span:before {
    filter: brightness(0);
}
.aanbod-dtl-man {
	background-color: #EEFFA9;
  	padding: 1rem 2rem;
  	border-radius: 10px;
  	overflow: hidden;
  	margin-top: 8.2rem;
}
.aanbod-dtl-man-img {
	border-radius: 10px;
	overflow: hidden;
	height: 12rem;
  	width: 10.9rem;
}
.aanbod-dtl-man-img img.w-100{
	height: 100%;
	object-fit: cover;
}
.aanbod-dtl-man-info{
	margin-left: -3.8rem;
}
.aanbod-dtl-man-info a {
	display: flex;
}
.aanbod-dtl-man-info h5 {
	color: #0B1821;
	margin-bottom: 1rem;
}
.aanbod-dtl-man-info a img {
	width: 16px;
	margin-right: 1rem;
}
.aanbod-dtl-man-info a {
	color: rgba(21, 21, 21, 0.4);
	text-decoration: underline;
	margin-bottom: 1rem;
}
/****dtl-tab-sec****/
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: transparent;
	text-transform: none;
    color: rgba(16, 24, 36, 0.5);
	width: 100%;
	margin-bottom: 6rem;
	text-align: left;
	position: relative;
	border-radius: 0;
	padding-left: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
	padding-left: 2rem;
	position: relative;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover, .dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
    color: #151515;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 5rem;
	display: flex;
	justify-content: center;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'LamaSansBoldExpanded';
	font-size: 2.4rem;
    margin: 0;
    word-break: break-word;
	padding-bottom: 1rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span::after {
    content: '';
    position: absolute;
    background-color: #FAC200;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active span::after, 
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover span::after {
    opacity: 1;
}
/***dtl-tab-content***/
.tab-content .col-lg-3 {
	width: 14%;
}
.each-Kenmerken {
	border: 0;
	margin-bottom: 4rem;
}
.each-Kenmerken h6 {
	font-size: 1.2rem;
	color: #151515;
	font-family: 'intermedium';
}
.each-Kenmerken p {
    font-family: 'intermedium';
	font-size: 1.6rem;
	color: #151515;
    margin-top: .4rem;
}
.bullet-panel h4, .star_icon h4 {
    border-bottom: 1px solid #151515;
    padding-bottom: 1rem;
    color: #151515;
    margin-bottom: 2rem;
	font-size: 2.6rem;
}
.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;
    color: #151515;
    margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 0.7rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEFFA9;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #EEFFA9;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
	color: #151515;
	font-size: 1.5rem;
}
.each-onderhoud-block h4 {
	color: #151515;
	text-transform: none;
	font-size: 2.4rem;
}
.each-onderhoud-block h5 {
    color: #151515;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
ul.tabs li {
	font-family: 'LamaSansBoldExpanded';
	font-size: 2rem;
	margin: 0;
	word-break: break-word;
	padding-left: 0;
	position: relative;
	text-transform: none;
	color: rgba(16, 24, 36, 0.5);
	cursor: pointer;
	margin-bottom: 4.5rem;
	padding-bottom: 1rem;
}
ul.tabs li::after {
	content: '';
    position: absolute;
    background-color: #FAC200;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
ul.tabs li:hover,
ul.tabs li.active {
	display: block;
	position: relative;
	color: #151515;
}
ul.tabs li:hover::after,
ul.tabs li.active::after {
	opacity: 1;
}
.tab_content {
	/* padding: 20px; */
	display: none;
}
.tab_drawer_heading {
	display: none;
}
/****aanbod-dtl-btm-slider****/
.aanbod-dtl-btm-slider {
	padding: 14rem 0 1.5rem;
}
.aanbod-dtl-btm-slider h3 {
	margin-bottom: 5rem;
}
.each-aanbod-dtl-btm-slider {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.each-aanbod-dtl-btm-slider::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(21, 21, 21, 0.40) 0%, rgba(21, 21, 21, 0.40) 100%);
	border-radius: 10px;
	overflow: hidden;
}
.each-aanbod-dtl-btm-slider-info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2rem 2.5rem;
	z-index: 1;
}
.each-aanbod-dtl-btm-slider-info h6 {
	color: #ABD20C;
}
.each-aanbod-dtl-btm-slider img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-aanbod-dtl-btm-slider:hover img {
	transform: scale(1.1);
}
/**********************aanbod-list***************************/
/***aanbod-filter-sec***/
.aanbod-filter-sec {
	padding: 8.5rem 0 5.5rem;
}
.filter-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.total-car h5 {
    font-size: 2rem;
    margin-top: 1rem;
}
.aanbod-filter-sec .col-lg-2 {
	width: 9%;
}
.aanbod-filter-sec .col-lg-10 {
	width: 91%;
}
/* .filter-main .each-filter {
	display: flex;
	align-items: center;
	justify-content: center;
} */
.aanbod-filter-sec label {
    color: #151515;
    margin-bottom: 0;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSansRegular';
    font-size: 1.5rem;
    cursor: pointer;
    max-width: 100%;
    margin-bottom: .75rem;
}
.aanbod-filter-sec label span{
	float: right;
}
.clear-filter a {
	color: #151515;
}
.clear-filter img {
	width: 1.8rem;
	margin-left: 0.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    /* filter:brightness(0) invert(1);
    -webkit-filter:brightness(0) invert(1); */
}
.aanbod-filter-sec .dropdown-menu.show {
    border-radius: 0 0 6px 6px;
}
.select-style.show {
	border-radius: 6px 6px 0 0;
	border-bottom: 0;
}
.outer-filter {
	display: flex;
	justify-content: end;
	gap: 1.5rem;
}
.outer-filter .more-filter-btn {
	max-width: 5.8rem;
	width: 100%;
	cursor: pointer;
	background-image: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.more-filter-btn img {
	width: 2rem;
}
.more-filter-btn:hover,
.more-filter-btn.active {
	background-color: transparent;
	border-color: rgba(21, 21, 21, 0.04);
}
.more-filter-btn:hover img,
.more-filter-btn.active img{
	filter: invert(0);
}
.outer-filter .select-style {
	padding-right: 3.7rem;
}
.sorteren_op-filter_btn {
	width: 20rem;
}
.select-style {
    width: 100%;
    height: 4.8rem;
    color: #151515;
    font-family: 'LamaSansMedium';
    font-size: 1.6rem;
    padding: 0 1.5rem;
    background: url(../images/filter-arrow.svg) #fff no-repeat 93% center/10px;
    appearance: none;
    line-height: 4.8rem;
    border-radius: 6px;
    border: 1px solid #1A1D1A;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	text-overflow: ellipsis;
	overflow: hidden;
}
.select-style option{
	font-family: 'arial';
}
.filter-content {
    display: none;
    background-color: #fff;
    padding: 1rem 1.5rem 1.5rem;
    z-index: 2;
    border: 1px solid #151515;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    margin-top: -0.5rem !important;
    cursor: default;
	max-height: 40rem;
    overflow-y: auto;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec .form-check-input{
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: middle;
    margin-top: -0.3rem;
    margin-right: 0.8rem;
    box-shadow: none;
    border: 1px solid #151515;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #ABD20C;
  	border-color: #ABD20C;
}
.aanbod-filter-sec .color_box {
	background-color: Gray;
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 1rem;
	margin-top: 0.3rem;
    border-radius: 0.6rem;
}
.show_selected_filter_cls{
	padding-top: .5rem !important;
}
.auto-overview-tag {
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1.4rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #151515;
    border-radius: 1rem;
	font-family: 'LamaSansMedium';
    font-size: 1.6rem;
	background-color: #ABD20C;
}
.sorteren_op-filter span {
    font-family: 'LamaSansBoldExpanded';
    color: #151515;
	font-size: 2rem;
  	margin-right: 2rem;
}
.cross-btn {
    width: 2.5rem;
}
.total_search_records {
	margin-top: 3rem;
}
/* .auto-overview-tag:hover .cross-btn {
	filter: invert(1) brightness(10);
} */
.mobile-filter-close {
    padding: 1.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    background-color: #fff;
    border-bottom: 1px solid #151515;
}
.mobile-filter-close span {
    max-width: 3.2rem;
	width: 100%;
    height: 3.2rem;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #151515;
}
.mobile-filter-close span img {
    width: 2.7rem;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #ABD20C;
	border-color: #ABD20C;
	color: #151515;
	padding: 1rem;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #ABD20C;
	border-color: #ABD20C;
}
/****aanbod-list-product****/
.aanbod-list-product {
	padding-bottom: 18rem;
	position: relative;
}
.each-aanbod-list-product-img{
	overflow: hidden;
	border-radius: 20px;
}
.aanbod-list-product-content {
    background: #FBFFEB;
	border: 2px solid rgba(21, 21, 21, 0.08);
    padding: 3.5rem 4rem;
	margin-top: 1rem;
	min-height: 38rem;
}
.aanbod-list-product-content h5 {
    color: #151515;
	margin-bottom: 1rem;
}
.aanbod-list-product-content h6 {
	color: rgba(21, 21, 21, 0.49);
	font-size: 1.4rem;
	line-height: 24px;
	height: 5rem;
  	overflow: hidden;
}
.aanbod-list-product-price h5 {
	font-size: 1.8rem;
	line-height: 43px;
	letter-spacing: 0.36px;
	margin-bottom: 0;
}
.aanbod-list-product-content li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 1rem 0;
}
.aanbod-list-product-content td span {
    width: 2.8rem;
    height: 2.8rem;
    background: rgba(238, 255, 169, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: .75rem;
}
.aanbod-list-product-content td span img {
	width: 1.8rem;
}
.aanbod-list-product-content td h6 {
	color: #151515;
	font-size: 1.6rem;
	font-family: 'LamaSansBoldExpanded';
	height: auto;
}
.aanbod-list-product-content .d-flex {
    gap: 4rem;
}
.aanbod-list-product-content:hover {
	background-color: #FCD95E;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-list-product-content:hover td span {
	background-color: #FFCE25;
}
.aanbod-list-product::after {
	content: '';
	position: absolute;
	background: linear-gradient(3deg, rgba(251, 255, 235, 0.95) 2.87%, rgba(255, 255, 255, 0.95) 91.04%);
	backdrop-filter: blur(8.050000190734863px);
	height: 47%;
	width: 100%;
	bottom: -10rem;
	left: 0;
}
.aanbod-list-product .row {
	position: relative;
	z-index: 1;
}
/****aanbod-list-gallery****/
.aanbod-list-gallery {
	background: transparent;
}
.aanbod-list-gallery .position-absolute {
    background: transparent;
}
.aanbod-list-gallery::after {
	content: '';
	position: absolute;
	height: 46%;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #151515;
}
/**********************verkocht***************************/
/****verkocht-top****/
.verkocht-top {
	padding: 7.5rem 0;
}
.verkocht-top h3 {
	color: #0A1520;
}
.verkocht-top p {
	font-family: 'open_sansregular';
}
/*******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 > img {
    height: 30px;
    padding-top: 15px;
}

/*.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}*/
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin-bottom:15px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.star_icon{
    margin-bottom: 30px;
}
.kenteken_np {
  background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding: 4px 0 6px 44px;
  color: #000;
  background-size: 152px;
}
/* Cookie */
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 9999999999;
    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-loader {
	width: 45px;
	height: 40px;
	background: linear-gradient(#CBCFA6 calc(1*100%/6),#fff 0 calc(3*100%/6),#CBCFA6 0),
			  linear-gradient(#CBCFA6 calc(2*100%/6),#fff 0 calc(4*100%/6),#CBCFA6 0),
			  linear-gradient(#CBCFA6 calc(3*100%/6),#fff 0 calc(5*100%/6),#CBCFA6 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: 3rem;
    align-items: center;
    color: #fff;
  }
  iframe.calsty {
  	height: 800px;
  }
  @media (max-width: 831.98px) {
	iframe.calsty{ height: 1000px;}
  }
  @media (max-width: 627.98px) {
	iframe.calsty{ height: 900px;}
  }

.load_img{
	width:150px;
}
.privacy_section{
	padding-top: 2rem;
}
.error_top{
    padding-top: 120px;
    background: #000;
}
.form-1, .form-2{
	display: none;
	padding: 4.3rem 0 2rem;
}
.form-1 .form-group, .form-2 .form-group{
	position: relative;
}
.privacy_section h3, .privacy_section p {
	color: #fff;
}
.form-btn button{
	background: transparent;
	border: none;
}
.privacy_section p{
	color: #000;
}
.tab_content iframe{
	height: 850px;
}
.thumb-img{
	border-radius: 10px;
	height: 13.4rem;
}
.thumb-img img{
	height: 100%;
	object-fit: cover;
}
.detail-slider .form-styl{
	font-family: 'LamaSansMedium';
  	color: rgba(21, 21, 21, 0.58);
 	font-size: 2rem;
 	padding: .75rem 0;
}
.detail-slider .form-styl:focus{
	box-shadow: none;
	background: transparent;
    color: #151515;
	border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}
.detail-slider  .form-styl:placeholder {
	color: rgba(21, 21, 21, 0.58);
	opacity: 1;
}
.detail-slider  .form-styl:-ms-input-placeholder {
	color: rgba(21, 21, 21, 0.58);
	opacity: 1;
}
.detail-slider  .form-styl::placeholder {
	color: rgba(21, 21, 21, 0.58);
	opacity: 1;
}
.photo_contnt li{
	color: #151515;
  	margin-bottom: 1rem;
}
.photo_contnt{
	margin-bottom: 3rem;
}
.diensten-dtl-mid .each-content:before{
	left: -30rem;
  	content: '';
 	width: calc(100% + 30rem);
  	height: 1px;
  	background: #151515;
  	opacity: .1;
  	z-index: -1;
  	margin-left: 0 !important;
}
/*===========right-fix-bar==========*/
.right-fix-bar {
    position: fixed;
  	right: 5%;
  	top: 36%;
  	z-index: 8;
}
.right-fix-bar ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 3rem;
    flex-direction: column;
    padding: 2.3rem 1.2rem;
    background-color: rgba(249, 255, 227, 0.27);
    border-radius: 3rem;
}
.right-fix-bar li a {
    display: block;
}
.right-fix-bar li a img {
    width: 2rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*===========right-fix-btm-bar==========*/
.right-fix-btm-bar {
    position: fixed;
    right: 5%;
    bottom: 3rem;
	z-index: 8;
}
.right-fix-btm-bar a {
    display: flex;
    background-color: #fff;
    border-radius: 10rem;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 10.4px 0px rgba(21, 21, 21, 0.13);
}
.right-fix-btm-bar li a img {
    width: 1.9rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-content .social-icon{
	z-index: 99;
}

/*****flag*****/
.top-menu li a img {
	width: 2rem;
}
.menu-content li a img {
	width: 2rem;
}

/*************** Language Flag Start ************/
#google_translate_element{
	height: 0;
    overflow: hidden;
}
.skiptranslate{
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
/*.topbar-images a {
    display: inline-flex;
    margin: 0 12px 0 0;
}*/
.active_flag img {
    -webkit-box-shadow: 0px 0px 9px 2px rgb(237 145 34);
    -moz-box-shadow: 0px 0px 9px 2px rgba(148, 148, 148, 1);
    box-shadow: 0px 0px 9px 2px rgb(237 145 34);
}
/*.topbar-images a img {
    width: 25px;
}
.header-social {
    margin-top: -17px;
}*/
body {
	top: 0 !important;
}
/*************** Language Flag End ************/

.g_review {
    /*background: #fff;
    padding-top: 3rem;*/
    margin-top: 4rem;
}
.right-fix-chat {
    position: fixed;
  	bottom: 120px;
}
.aanbod-dtl-title-left h3{
	height: 9rem;
	overflow: hidden;
}
.aanbod-dtl-title-left h6{
	height: 4.5rem;
	overflow: hidden;
}


/*****************aanbod-tab*****************/
.tab-img {
	border-radius: 14px;
	overflow: hidden;
}
.kenmerken-tab {
	position: relative;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab li {
    font-family: 'LamaSansRegular';
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: rgba(21, 21, 21, 0.65);
    width: 25%;
    padding: 1rem 0;
    position: relative;
	border-bottom: 1px solid #15151515;
}
.kenmerken-tab ul li:nth-child(even) {
    font-family: 'LamaSansMedium';
    color: #151515;
}
.grants-top-heading {
    margin-bottom: 3rem;
}

.grants-table-top-content table {
    width: 100%;
}
.grants-table-top-content td {
    padding: 1rem 0;
}
.grants-table-top-content td:first-child {
    font-family: 'LamaSansBoldExpanded';
}
.grants-table-top-content tr:first-child td {
    padding-top: 0;
}
/* .kenmerken-tab ul li:nth-child(n):after {
    content: "";
  	position: absolute;
  	height: 1.5px;
  	width: 100%;
  	left: 0;
  	bottom: 0;
  	background-color: rgba(21, 21, 21, 0.02);
} */


/* .gallery-top .swiper-slide {
	width: 100% !important;
	overflow: hidden;
}
.top-img-slider {
	width: 100%;
} */
.dtl-tab-sec .col-lg-5{
	padding-top: 8rem;
}
.detail-slider .foto_upload  {
	font-size: 1.6rem;
}
.form-styl{
	padding: 1.2rem 0 !important;
	border-width: 2px !important;
}
.form-group{
	margin-bottom: 3.5rem !important;
}
.form-group label {
  	position: absolute;
  	left: 0;
  	top: 10px;
  	z-index: 10;
  	transition: transform 150ms ease-out, opacity 150ms ease-out;
  	pointer-events: none;
  	width: 100%;
  	bottom: auto;
}
.form-group.focused label {
  	transform: translateY(-125%);
}
.form-group.focused .form-styl {
  	font-size: 2.4rem;
  	padding-top: 2rem;
}