@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 1.6rem;
    font-family: 'lama_sansregular';
    color: #121212;
	/* background-color: #f5f5f5; */
	background-color: #d1cfcf;
}
html {
    font-size: 62.5%;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.cursor{
	cursor: pointer;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/******************************Index******************************/
/************header************/
.header-area {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-top{
	background-color: rgba(30, 34, 41, 1);
	/* backdrop-filter: blur(10px); */
	padding: 1rem 0;
}
.header-top li {
	font-size: 1.6rem;
	margin-right: 2.4rem;
	color: #ffffff;
	font-family: 'lama_sansmedium';
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-top li a {
	color: #ffffff;
}
.header-top li a:hover{
	text-decoration: underline;
	color: #ffffff;
}
.header-top li img {
	width: 1.6rem;
    margin: 0 0.6rem;
	transition: all 0.5s;
  	-webkit-transition: all 0.5s;
}
.header-top li .dot-img img {
	width: 0.8rem;
}
.header-top ul {
	display: flex;
	align-items: center;
}
.header-review ul {
	justify-content: end;
}
.header-review li {
	margin-right: 0;
}
.navbar-brand img{
	width: 9.1rem;
}
.header-review li img {
	margin: 0 0.4rem;
	width: 2.3rem;
}
.header-top li .dot-img {
	width: 1rem;
}
.header-review p {
	color: #ffffff;
	margin-left: 1rem;
    margin-right: 1rem;
	margin-bottom: -0.5rem;
}
.header-review p span {
	font-family: 'lama_sansbold';
}
.header-btm {
	background-color: #ffffff;
	padding: 1.5rem;
	margin-top: 4rem;
	border-radius: 1.6rem;
	/*max-width: calc(100% - 6rem);*/
	margin-left: auto;
	width: 100%;
	position: relative;
}
.header-logo {
	position: absolute;
	left: 3rem;
	top: 50%;
	transform: translateY(-50%);
}
.header-btm ul {
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	column-gap: 25px;
	margin-left: 60px;
}
.header-btm li  {
	font-size: 1.6rem;
	color: #121212;
	font-family: 'lama_sanssemibold';
	margin-right: 10px;
}
.header-btm li a img {
	margin-right: 1.5rem;
	width: 1.6rem;
}
/************banner************/
.banner-content{
	position: absolute;
	top: 55%;
	left: 0;
	width: 100%;
	z-index: 1;
	transform: translateY(-50%);
}
.banner-right-content {
	position: relative;
}
.banner-right-top-arrow .grey-btn {
	position: relative;
}
.banner-right-top-arrow .grey-btn::after {
	content: '';
    position: absolute;
    background-image: url(../images/design-1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 7.9rem;
    width: 16.4rem;
    background-size: 13rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    bottom: 90%;
    left: -22%;
}
.banner-right-content .akker_btn_cls strong {
	display: block;
	font-size: 2.4rem;
	font-family: 'lama_sansbold';
	color: #ffffff;
}
.banner-right-content .akker_btn_cls span {
	font-size: 1.6rem;
	font-family: 'lama_sansmedium';
	color: #ffffff;
}
.banner-right-content .grey-btn {
	background-color: rgba(255, 255, 255, 0.32);
	/* border-color: rgba(255, 255, 255, 0.32); */
	border: 0;
	margin-bottom: 1.4rem;
}
.banner-right-content .akker_btn_cls {
	border: 0;
	text-align: left;
	display: flex;
	align-items: center;
	border-radius: 10px;
}
.banner-right-content .akker_btn_cls:hover {
	background-color: rgba(255, 255, 255, 0.32);
}
.banner-right-content .grey-btn:hover {
	background-color: #FF4949;
}
.banner-right-content .akker_btn_cls img {
	margin-right: 2rem;
	width: 4.8rem;
} 
.banner-right-content .tools-img img {
	width: 3.6rem;
}
.banner-btm-img img {
	padding-right: 11%;
	padding-top: 2.2rem;
	
}
.banner-btm-arrow img {
	padding-top: 2.8rem;
	padding-right: 16%;
}
/************product************/
.product-slider {
	background-color: #fff;
	/* padding-bottom: 4.5rem; */
	padding-bottom: 50px;
	margin-top: -10%;
}
.each-product {
	position: relative;
	padding: 1rem;
	background-color: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 1px 7px 15px 1px rgba(35, 45, 56, 0.05);
}
.product-slider .swiper{
	padding: 16px;
	padding-right: 10px;
}
.product-img img{
	border-radius: 10px;
}
.product-img .product-tag {
	position: absolute;
	left: 20px;
	top: 20px;
}
.product-img .product-tag h6 {
	color: #ffffff;
	font-size: 1.4rem;
	font-family: 'lama_sansmedium';
	background-color: #FF4949;
	border-radius: 5px;
	padding: 1.2rem 0;
	max-width: 12rem;
	width: 100%;
}
.product-dtl {
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
    padding: 0 1rem;
}
.product-dtl h3 {
	color: #1A1A1C;
	height: 20px;
	overflow: hidden;
	font-family: 'lama_sansbold';
	font-size: 1.6rem;
}
.product-dtl p {
	color: #C0C0C0;
	font-family: 'lama_sanssemibold';
	margin: .4rem 0 10px;
	height: 36px;
  	overflow: hidden;
	font-size: 1.2rem;
	line-height: 140%;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-dtl table {
	width: 100%;
}
.product-dtl table img {
	margin-right: .5rem;
}
.product-dtl td {
	vertical-align: top;
	padding-bottom: 1.2rem;
}
.product-dtl td h6 {
	color: #C0C0C0;
	font-family: 'lama_sanssemibold';
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	column-gap: 5px;
}
.product-price h6 {
	color: #C0C0C0;
    font-family: 'lama_sanssemibold';
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    column-gap: 5px;
	
}
.product-price h6 span {
	color: #91DB8B;
}
.product-dtl .product-price h3{
	height: auto;
	color: #1A1A1C;
	margin-bottom: 6px;
}
.product-dtl hr {
	background-color: #F8F8F8;
	margin: 0  0 2rem;
	opacity: 1;
	height: 2px;
}
.product-slider .common-arrow{
	top: 50%;
  }
.product-slider .swiper-button-next{
	margin-right: -6%;
}
.product-slider .swiper-button-prev{
	margin-left: -6%;
}

.product-slider .akker_btn_cls {
	/* margin-top: 2.5rem; */
	margin-top: 50px;
	display: inline-flex;
	align-items: center;
	column-gap: 10px;
	padding-left: 12px;
	padding-right: 12px;
}
.about-info .akker_btn_cls,
.contact-menu-right-wrap .akker_btn_cls,
.gallery-sec .akker_btn_cls{
	display: inline-flex;
	align-items: center;
	column-gap: 10px;
	padding-left: 12px;
	padding-right: 12px;
}
.about-info .akker_btn_cls::before,
.contact-menu-right-wrap .akker_btn_cls::before,
.gallery-sec .akker_btn_cls::before,
.product-slider .akker_btn_cls::before{
	content: "";
	background-image: url(../images/Arrow_Right.svg);
	height: 20px;
	width: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.contact-menu-right-wrap .akker_btn_cls::before{
	background-image: url(../images/wrench.svg);
}
/************gallery************/
.gallery-sec {
	background-color: #2B313A;
	padding: 6% 0 16%;
    position: relative;
	background-position: top right;
    background-size: 81%;
}
.gallery-sec .akker_btn_cls{
	margin-top: 6rem;
}

.gallery-sec h2 span {
	position: relative;
}
.gallery-sec-right h2 span::after {
	content: '';
    position: absolute;
    background-image: url(../images/design-6.svg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 5rem;
    width: 15rem;
    background-size: 13rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	right: -4rem;
  	top: -5rem;
}
.gallery-sec h2 {
	color: #ffffff;
	margin-bottom: 6.7rem;
	font-family: 'lama_sansregular';
}
.each-gal-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 2rem;
  	border-radius: 20px;
	height: 408px;
}
.each-gal-img img {
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	object-fit: cover;
}
.each-gal-info {
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 3.5rem;
}
.each-gal-info h2 {
	margin-bottom: 0;
	width: 70%;
	font-size: 2.4rem;
	line-height: 28px;
	margin-bottom: 0;
	/*word-break: break-word;*/
}
.each-gal-info h2 span {
	color: #ffffff;
}
.each-gal-img::after {
	content: '';
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(31, 31, 34, 0.5);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 0;
}
.each-gal-img:hover::after {
	top: 0;
}
.gallery-btm {
	margin-top: 7rem;
}
.gallery-btm-wrap {
	padding: 0 21%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallery-btm li {
	display: inline-block;
	margin-left: 1rem;
}
.gallery-btm h3 {
	font-family: 'lama_sansregular';
	text-transform: uppercase;
	margin-right: 3rem;
}
.gallery-btm li a {
	background-color: #ffffff;
	padding: 0.4rem 1rem;
	border-radius: 5px;
	overflow: hidden;
	pointer-events: none;
}
.gallery-btm li img{
	width: 56px;
}
.each-gal-btn {
	background-color: #FF4949;
	padding: 2rem 2.5rem;
	position: relative;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	overflow: hidden;
	border-radius: 5px;
}
.each-gal-btn::after {
	content: '';
	position: absolute;
	background-image: url(../images/gal-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 1.5rem;
	width: 1.5rem;
	background-size: 1.5rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-btn span {
	font-size: 1.6rem;
	color: #fff;
	font-family: 'lama_sanssemibold';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -200%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-img:hover .each-gal-btn span {
	left: 2.5rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-img:hover .each-gal-btn{
	padding: 2rem 8rem;
}
.each-gal-img:hover .each-gal-btn::after {
	right: 2.5rem;
	left: auto;
	transform: translate(0, -50%);
}
/************home-counter-sec************/
.home-counter-sec {
	background-color: #F5F5F5;
}
.home-counter-sec-wrap {
	background-color: #ffffff;
    padding: 6% 6% 6% 9%;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    overflow: hidden;
	margin-top: -15rem;
}
.counter-left-info {
	margin-top: 3rem;
}
.counter-left-info h2 {
	/*color: #5f5f5f;*/
	color: #2b313a;
	font-family: 'lama_sansregular';
	position: relative;
}
.counter-left-info h2 span {
	position: relative;
}
.counter-left-info h2 span::after {
	content: '';
    position: absolute;
   	background: url(../images/design-3.svg) no-repeat center/contain;
  	width: 130%;
  	height: 130%;
  	top: -25%;
  	left: -15%;
}
.counter-left-info p {
	margin: 2.6rem 0 9.4rem;
}
.each-counter-right h2, .each-counter-right h2 span {
	font-size: 4.8rem;
	font-family: 'helveticalight';
	color: #000000;
}
.each-counter-right h6 {
	font-size: 1.6rem;
	font-family: 'helveticaregular';
	color: #000000;
	margin-top: 1.3rem;
}
.counter-right-info {
	position: relative;
}
.counter-right-info::after {
	position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background-color: #AAAAAA;
    transform: translateY(-50%);
}
.counter-right-info::before {
	position: absolute;
    content: '';
    width: 1px;
    height: 90%;
    top: 0;
    left: 50%;
    background-color: #AAAAAA;
    transform: translateX(-50%);
}
.each-counter-right {
	padding: 4.5rem;
	text-align: center;
}
/************home-btm-sec************/
.home-btm-sec {
	background-color: #fff;
	padding: 3% 0 5%;
}
.home-btm-sec ul{
	display: flex;
	flex-wrap:wrap ;
	justify-content: center;
	margin-top: 40px;
	gap: 25px;
}
.home-btm-sec li {
	color: #1A1A1C;
    font-size: 1.6rem;
    /* width: calc(25% - 19px); */
    display: block;
    position: relative;
    list-style: none;
    background: #F8F8F8;
    padding: 23px 11px;
    display: inline-flex;
    align-items: center;
    line-height: 9px;
    column-gap: 5px;
    font-family: 'lama_sanssemibold';
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: normal;
    text-align: center;
    justify-content: center;
}
.home-btm-sec li strong{
	font-weight: normal;
	font-family: 'LamaSansBlack';
	margin-top: 1px;
}
.home-btm-sec  li img {
	width: 24px;
}
.home-btm-sec li::after {
    position: absolute;
    content: "";
    background-image: url(../images/tick.svg);
    background-position: center;
    background-size: 1.7rem;
    background-repeat: no-repeat;
    background-color: #FF4949;
    border-radius: 100%;
    left: 0;
    width: 4.9rem;
    height: 4.8rem;
    top: -1.15rem;
	display: none;
}
/************about************/
.about-sec {
    padding: 0% 0 4%;
}
.about-img {
	border-radius: 20px;
	overflow: hidden;
}
.about-info {
	padding: 0 11%;
}
.about-info h2 {
	margin-bottom: 0.8rem;
	color: #2B313A;
	font-family: 'lama_sansregular';
}
.about-info p {
	margin: 3.2rem 0 7.1rem;
}

/************home-btm-slider************/
.home-btm-slider {
	padding-bottom: 10%;
	position: relative;
}
.home-btm-slider h2 {
	font-family: 'lama_sansregular';
	color: #2B313A;
	margin-bottom: 6.3rem;
}
.home-btm-slider h2 span {
	font-family: 'lama_sansregular';
	color: #FF4949;
}
.home-btm-slider h2 strong {
	font-family: 'LamaSansBlack';
}
.home-btm-slider-left h2 span {
	position: relative;
}
.home-btm-slider-left h2 span::after {
	content: '';
    position: absolute;
    background-image: url(../images/design-5.svg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 7rem;
    width: 11rem;
    background-size: 11rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    left: -17%;
    top: -80%;
}
.home-btm-slider h3 {
	color: #FF4949;
	margin: 3.5rem 0 3rem;
}
.home-btm-slider .akker_btn_cls {
	margin-top: 4rem;
}
.home-slider-box{
	padding: 1rem 1.2rem 3.8rem 4.4rem;
	border: 1px solid #dddddd;
	background-color: #f5f5f5;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-radius: 10px;
}
/* .home-slider-box {
	max-width: 10rem;
	margin-left: auto;
} */
/* .home-slider-box .col-lg-9 {
	width: 89%;
}
.home-slider-box .col-lg-3 {
	width: 11%;
} */
.home-slider-box p {
	margin-bottom: 3rem;
}
.home-slider-box h6 {
	font-size: 1.4rem;
	color: #adadad;
	margin-right: 4rem;
}
.home-slider-star li{
	display: inline-block;
  }
.home-slider-star li img{
	width: 2.1rem;
}
.home-slider-star-right {
	background-color: #FF4949;
	border-radius: 5px;
	font-family: 'lama_sansmedium';
	padding: 1rem;
	margin-left: auto;
  	display: inline-block;
}
.home-slider-star-right h6 {
	font-size: 2rem;
	font-family: 'lama_sansbold';
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0;
}
.home-btm-slider .akker_btn_cls {
	padding: 1.3rem 2.2rem;
}
.home-btm-slider .swiper-button-next{
	  right: -7%;
}
   .home-btm-slider .swiper-button-prev{
	left: -7%;
}
/************footer************/
.footer-area{
	background-color: #2B313A;
	padding-top: 16%;
	position: relative;
  	z-index: 1;
}
.footer-logo img {
	/* width: 13.6rem; */
	width: 59px;
	margin-top: 37px;
}
.footer-top {
	margin-top: -29rem;
	margin-bottom: 9.3rem;
	position: relative;
}
.footer-top-social {
	background-color: #FF4949;
    padding:28px 32px;
    display: flex;
    align-items: center;
    border-radius: 6px;
}
.footer-top-social a:hover em{
	text-decoration: underline;
}
.footer-top-social em {
	font-style: normal;
}
.footer-top-social.footer-man {
	position: relative;
}
.footer-man-img {
    position: absolute;
    z-index: 1;
    right: -5rem;
    bottom: 0;
}
.footer-man-img img {
	margin-right: 1rem;
}
.footer-man-content {
	position: absolute;
    right: 35%;
    top: -25%;
	width: 100%;
}
.footer-man-content h6 {
	font-size: 1.6rem;
	color: #121212;
	font-family: 'lama_sanssemibold';
	text-align: end;
}
.footer-man-content h6 span {
	color: #A8A8A8;
}
.footer-top-social a {
	color: #ffffff;
}
.footer-top-social span {
	color: #ffffff;
}
.footer-top-social strong {
    display: block;
    font-size: 2.4rem;
    font-family: 'lama_sansbold';
    color: #ffffff;
}
.footer-top-social img {
	margin-right: 3rem;
}
.footer-top-social a {
    text-align: left;
    display: flex;
    align-items: center;
    border-radius: 10px;
	z-index: 3;
}
.footer-right h4 {
	margin-bottom: 1.4rem;
}
.footer-right a {
	color: rgba(255, 255, 255, 0.60);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-right-top table{
	width: 100%;
}
.footer-right-top td,
.footer-right a, .footer-right h6 {
	font-size: 1.6rem;
	color: #FFF;
	font-family: 'lama_sanssemibold';
    line-height: 1.5;
	letter-spacing: 0.32px;
}
.footer-right a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-right p:hover {
	color: #FF4949;
	text-decoration: underline;
}
.footer-right-top h6 {
	color: rgba(255, 255, 255, 0.60);
	line-height: 24px;
	/* letter-spacing: 0.32px; */
}
.footer-right-btm {
	margin: 24px 0 6rem;
}
.footer-social-media span img{
	width: 24px;
	filter: brightness(0);
}
.footer-social-media span {
	display: inline-flex;
	margin-right: 8px;
	/* margin-top: 1.5rem; */
	height: 36px;
	width: 36px;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: #fff;
}
.footer-social-media span:hover{
	background-color: #E13333;
}
.footer-social-media li {
	font-family: 'lama_sansmedium';
	font-size: 1.6rem;
	color: #ffffff;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	margin-top: 11px;
}
.footer-social-media-content h2 {
	color: #ffffff;
	/* margin-top: 2.4rem; */
	font-family: 'lama_sansmedium';
	font-size: 2.4rem;
	line-height: 33px;
}
.footer-review {
	margin-top: 2.5rem;
}
.footer-review ul {
    display: flex;
    align-items: center;
}
.footer-review p {
    color: #ffffff;
    margin-left: 1rem;
    margin-right: 1rem;
	margin-bottom: -0.5rem;
}
.footer-review li img {
    margin: 0 0.4rem;
    width: 2.3rem;
}
.footer-nav {
	padding: 3rem 0;
  	background: #1c2026;
}
.footer-nav ul{
	display: flex;
	align-items: center;
	gap: 2.4rem;
}
.footer-nav li a{
	font-family: 'lama_sansbold';
	color: #C0C0C0;
	font-size: 1.6rem;
	text-transform: uppercase;
}
.footer-nav li:first-child img {
	width: 71px;
}
.footer-nav li a:hover{
	color: #FF4949;
}
.footer-btm hr {
    height: 1px;
    margin: 4rem 0;
    background: rgba(255, 255, 255, 0.15);
}
.footer-btm {
	margin-bottom: 4rem;
}
.footer-btm-social li img{
	width: 1.3rem;
}
.footer-btm-social li {
	display: inline-flex;
    margin-right: 1rem;
    height: 3.4rem;
    width: 3.4rem;
    border: 1px solid rgba(255, 255, 255, 0.26);
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 10px;
}
.footer-btm-social li:hover{
	background-color: #E13333;
}
.sponsor-logo li {
    display: inline-block;
    margin-left: 1rem;
}
.sponsor-logo li a {
    background-color: #ffffff;
    padding: 0.8rem 1rem 0.8rem;
    border-radius: 5px;
    overflow: hidden;
    pointer-events: none;
}
.footer-credit a {
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.60);
	font-family: 'lama_sansregular';
}
.footer-credit a:hover {
	color: #FF4949;
}
.iframe-div{
	justify-content: space-between;
}
.footer-right .col-lg-3 .each-footer-right img{
	width: 1.6rem;
  	margin-right: 1rem;
}
.footer-right .col-lg-3 .each-footer-right h6{
	line-height: 1.8;
}
/******************************Diensten-list******************************/
/****inner-banner****/
.inner-banner {
	position: relative;
}
.inner-banner::after {
	content: "";
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	background: linear-gradient(180deg, rgba(17, 17, 19, 0.60) 0%, rgba(17, 17, 19, 0.90) 100%);
	opacity: 0.5;
}
.inner-banner-img {
	padding: 250px 0 100px;
	min-height: 548px;
}
.inner-banner-img img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-banner-content {
	position: relative;
	z-index: 1;
    /* top: 68%;
    transform: translateY(-50%);
	width: 100%; */
}
.inner-banner-content .dtl-top-pagination {
	text-transform: uppercase;
}
.inner-banner-content .dtl-top-pagination li a {
    font-family: 'lama_sansmedium';
}
.inner-banner-content .dtl-top-pagination li a span {
    font-family: 'LamaSansBlack';
}
.inner-banner-content .top-pagination span {
    color: #fff;
	opacity: 1;
	font-family: 'LamaSansBlack';
}
.inner-banner-content h2 {
	color: #ffffff;
	font-family: 'lama_sansregular';
}
.inner-banner-content p {
	color: #ffffff;
	max-width: 60rem;
	width: 100%;
	margin: 3.7rem 0 4.7rem;
}
.inner-banner-content .black-btn {
	background-color: #FF4949;
	border-color: #FF4949;
	font-family: 'lama_sansmedium';
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inner-banner-content .black-btn:hover {
	background-color: #2B313A;
	border-color: #2B313A;
}
/****list-sec****/
.list-sec {
	/* padding-top: 7rem; */
	padding-top: 112px;
	background-color: #F8F8F8;
}
/****list-btm-blk****/
.list-btm-blk {
	padding: 2rem 0;
	background-color: #f5f5f5;
	margin-bottom: 15rem;
}
.list-btm-blk-wrap {
	padding: 5%;
	background-color: #ffffff;
	border-radius: 10px;
	margin-top: -8rem;
    position: relative;
    z-index: 1;
}
.list-btm-blk-wrap h2 {
	color: #2B313A;
	font-family: 'lama_sansregular';
}
.list-btm-blk-wrap h2 span {
	position: relative;
}
.list-btm-blk-wrap h2 span::after {
	/* content: ''; */
    position: absolute;
    background-image: url(../images/design-4.svg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 2.2rem;
    width: 27rem;
    background-size: 27rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    left: 0%;
    bottom: -50%;
}
.list-btm-part h6 {
	font-size: 1.6rem;
	color: #5f5f5f;
    font-family: 'Lama_SansBold';
}
.list-btm-part h6 strong {
	font-weight: normal;
	font-family: 'LamaSansBlack';
}
.list-btm-blk-wrap p {
	margin: 5rem 0 8.5rem;
}
.list-btm-part img {
	padding-right: 2.5rem;
}
.list-btm-part {
	padding-bottom: 6.5rem;
	height: 100%;
	transition: all 0.5s;
}
.list-btm-part p {
	padding-left: 6.5rem;
  	margin: 0;
	max-width: 30rem;
	width: 100%;
}
.list-btm-part:hover {
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
/****list-btm-slider****/
.list-btm-slider {
	background-color: #f5f5f5;
}
.home-btm-slider-wrap {
	padding: 8% 8% 6%;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}
/******************************Diensten-dtl******************************/
/****dtl-header-area****/
.dtl-header-area, .error_page .header-area{
	background-color: #2B313A;
	position: relative;
}
/****dtl-top-pagination****/
.dtl-top-pagination {
	background-color: #2B313A;
	padding-top: 8rem;
}
.dtl-top-pagination {
	color: #fff;
}
.dtl-top-pagination li a {
	color: #ffffff;
}
.dtl-top-pagination li a:hover {
	color: #FF4949;
}
.top-pagination span{
  opacity: .5;
}
/****dtl-top-sec****/
.dtl-top-sec {
	background-color: #E9E9E9;
	padding: 0 0 !important;
}
.dtl-top-img {
	border-radius: 20px;
	overflow: hidden;
}
.dtl-top-content h2 {
	font-family: 'lama_sansregular';
	letter-spacing: normal;
}
.dtl-top-content h2 strong {
	font-weight: normal;
	font-family: 'LamaSansBlack';
}
.dtl-top-content h2 span {
	font-family: 'LamaSansBlack';
}
.dtl-top-content h2, .dtl-top-content p {
	/* color: #fff; */
	color: #1A1A1C;
}
.dtl-top-content p {
	margin: 3.5rem 0 4.5rem;
}
.dtl-top-content {
    padding-right: 15%;
}
.dtl-top-content .akker_btn_cls:hover {
	border-color: #fff;
}
/****dtl-btm-sec****/
.form-sec{
	margin-top: 9rem;
}
.dtl-btm-sec {
	background-color: #2B313A;
	padding: 1% 0 1%;
}
.dtl-btm-sec li {
	color: #ffffff;
}
/****dtl-about-sec****/
.dtl-about-sec {
	background-color: #f5f5f5;
	padding-top: 13rem;
}
.dtl-about-wrap {
	padding: 3rem 2.5rem 5rem 10rem;
	background-color: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	margin-top: -18rem;
}
.dtl-about-sec .about-info {
	padding-left: 0;
}
.dtl-about-sec .about-info span {
	position: relative;
}
.dtl-about-sec .about-info span::after {
	content: '';
    position: absolute;
   	background: url(../images/design-3.svg) no-repeat center/contain;
  	width: 130%;
  	height: 130%;
  	top: -25%;
  	left: -15%;
}
/****info-sec****/
.info-sec {
	padding: 2rem 0 4%;
}
.info-sec h2 {
	margin-bottom: 4rem;
	font-family: 'lama_sansregular';
}
.info-sec table{
    width: 100%;
}
.info-sec td {
	vertical-align: top;
	/* height: 100%; */
	padding: 0 5%;
	width: 50%;
}
.info-sec td:last-child::after{
    display: none;
}
.info-sec td:first-child{
    padding-left: 0;
}
.info-sec td:last-child{
    padding-right: 0;
}
/****form-sec****/
.form-wrap {
	padding: 6rem;
	background-color: #ffffff;
	border-radius: 16px;
	box-shadow: 0px 4px 44.7px 0px rgba(35, 45, 56, 0.10);
}
.form-wrap h2 {
	/* font-family: 'lama_sansregular'; */
	font-family: 'lama_sanssemibold';
	color: #2B313A;
	margin-bottom: 5rem;
}
.form-wrap h2 strong{
	font-family: 'lama_sansextrabold';
	font-weight: normal;
}
.form-styl {
	resize: none;
    border-radius: 0;
    font-family: 'lama_sanssemibold';
    border: 1px solid #9199A4;
    color: #2B313A;
	background-color: #F8F8F8;
	border-radius: 5px;
    font-size: 1.6rem;
    padding: 1.2rem 2.3rem;
}
.form-group {
	padding: 0.5rem;
}
.form-styl:placeholder {
	color: #9199A4;
}
.form-styl:-ms-input-placeholder {
	color: #9199A4;
}
.form-styl::placeholder {
	color: #9199A4;
}
.form-styl:focus {
    box-shadow: none;
    color: #2B313A;
	border: 1px solid #2B313A;
	background-color: #F8F8F8;
}
.form-styl.foto_upload, .form-styl.photo_upload {
	color: #9199A4;
}
.form-sec .akker_btn_cls {
	margin-top: 1rem;
}
.form-right-wrap {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 7.6rem 3.3rem 0;
}
.each-form-right a {
	color: #121212;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-form-right a, .each-form-right h6 {
	font-size: 1.6rem;
	color: #121212;
	font-family: 'lama_sansregular';
    line-height: 1.5;
}
.each-form-right a:hover {
	color: #FF4949;
	text-decoration: underline;
}
.each-form-right p:hover {
	color: #FF4949;
	text-decoration: underline;
}
.form-right .aanbod-dtl-man-part {
	padding: 4rem 0;
}
/****dtl-gallery-sec****/
.dtl-gallery-sec {
	background-color: transparent;
	padding-bottom: 5%;
}
.dtl-gallery-sec .gallery-sec-right h2 span::after {
	display: none;
}
.dtl-gallery-sec h2 {
	color: #2B313A;
	margin-bottom: 0;
}
.dtl-gallery-sec-img img {
	margin: 2rem 0 5rem;
}
.dtl-gallery-sec .each-gal-img img {
    margin-bottom: 0;
}
.dtl-gallery-sec .each-gal-img {
	margin-bottom: 2rem;
	border-radius: 20px;
}
/******************************contact******************************/
/****contact-banner****/
.contact-banner .inner-banner-content{
	top: 41%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.contact-banner .inner-banner-img {
	min-height: 644px;
}
/****contact-map****/
.contact-map{
	
	background-color: #fff;
	padding-bottom: 40px;
}
.contact-map .row{
	margin-top: -100px;
	position: relative;
}
.map-image{
	border-radius: 16px;
	overflow: hidden;
}
.contact-banner .breadcrumb {
	justify-content: center;
}
.contact-map .map{
	border-radius: 1rem;
	overflow: hidden;
	height: 100%;
	position: relative;
	box-shadow: 0px 4px 44.7px 0px rgba(35, 45, 56, 0.10);
}
.contact-map .footer-top{
	margin-top: 0;
	margin-bottom: 0;
}
/****contact-middle-sec****/
.contact-middle-sec{
	padding-top: 3%;
}
.contact-middle-content {
	/* margin-left: 16%; */
	border-radius: 10px;
	background: #fff;
    padding: 6rem;
}
.contact-middle-content table{
	width: 100%;
}
.contact-middle-content table td{
	vertical-align:top;
}
.contact-middle-content table td:nth-child(odd){
	padding-right: 2rem;
}
.contact-middle-content table h4{
	color: #363636;
	margin-bottom: .5rem;
}
.contact-middle-content table p{
	margin-bottom: .2rem;
	color: #121212;
	font-family: 'lama_sansmedium';
}
.contact-middle-content table h6{
	font-size: 1.6rem;
    font-family: 'lama_sansregular';
    color: #121212;
    letter-spacing: 0.32px;
    line-height: 22.4px;
	font-style: italic;
	margin-top: 3rem;
}
.contact-middle-img{
	border-radius: 1rem;
	overflow: hidden;
}
.contact-middle-lft{
	height: 100%;
	width: 100%;
	border-radius: 10px;
	background-color:#FF4949;
	padding: 6rem;
}
.contact-middle-lft .each-footer-right a:hover{
	text-decoration: underline;
}
.contact-middle-lft .each-footer-right a {
	color: #f5f5f5;
	font-size: 1.6rem;
}
.contact-middle-sec h2{
	color: #2c3139;
	margin-bottom: 2.2rem;
}
.contact-middle-lft h2{
	color: #ffffff;
	margin-bottom: 2.2rem;
}

.contact-middle-sec .each-footer-right img{
	width: 2rem;
	margin-right: .5rem;
}
.contact-middle-sec h6{
	margin: 3rem 0 4rem;
}
/****contact-about-sec****/
.contact-about-sec {
	padding: 5% 0;
}
/******************************over-ons******************************/
/****over-ons-banner****/
.over-ons-banner{
	overflow: hidden;
}
.over-ons-banner h1 span{
	position: relative;
	padding-bottom: 5rem;
}
.over-ons-banner .inner-banner-content{
	top: 50%;
}
.over-ons-banner h1 span::after{
	content: '';
	position: absolute;
	background-image: url(../images/over-ons-top-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 4rem;
	width: 3.2rem;
	background-size: contain;
	bottom: 0;
  	right: 9rem;	
}
.over-ons-play-sec{
	margin-top: -20rem;
	background-color: #fff;
}
.over-ons-play-inner{
	border-radius: 2rem;
	overflow: hidden;
}
.over-ons-play-inner a{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.over-ons-play-inner a img {
	width: 10.8rem;
	display: none;
}
/****over-ons-info-sec****/
.over-ons-info-sec {
	padding: 4% 0;
}
/****over-ons-man-service****/
.each-over-ons-man-service{
	border-radius: 1.6rem;
	overflow: hidden;
	margin-bottom: 2rem;
}
.over-ons-man-service{
	background-color: #2B313A;
	padding: 5% 0 6%;
	position: relative;
}
.over-ons-man-heading {
	padding-bottom: 4.6rem;
}
.over-ons-man-heading h2{
	color: #fff;
	font-family: 'lama_sansregular';
}
.over-ons-man-service-content {
    position: absolute;
    bottom: 0rem;
    /* background-color: rgba(43, 49, 58, 0.8); */
    width: 100%;
    padding: 4rem;
}
.over-ons-man-service-content p{
	color: #fff;
	text-transform: uppercase;
}
.over-ons-counter-sec .home-counter-sec-wrap {
	margin-top: -20rem;
}
.contact-middle-lft p{
	color: #fff;
}
/******************************aanbod-dtl******************************/
/* .top-pagination {
	margin-top: -10rem;
	font-size: 1.6rem;
 	 font-family: 'lama_sanssemibold';
	 color: #fff;
} */
.top-pagination {
    margin-top: -5rem;
    font-size: 1.6rem;
    font-family: 'lama_sanssemibold';
    color: #fff;
}
.top-pagination a{
	color: #fff;
	font-family: 'lama_sanssemibold';
}
.top-pagination a:hover{
	color: #FF4949;
}
.top-pagination span{
  color: rgba(255, 255, 255, 0.51);
}
.aanbod-dtl-banner{
	margin-top: 0;
  	padding-top: 5rem;
  	padding-bottom: 3.5rem;
}
.aanbod-dtl-banner, .aanbod-dtl-marquee, .dtl-tab-sec{
	background: #fff;
}
.aanbod-dtl-banner h3{
	color: #141516;
/*	margin-bottom: 3rem;*/
	font-family: 'lama_sansbold';
	text-transform: uppercase;
	font-size: 3.2rem;
	padding-bottom: 1rem;
}
.aanbod-dtl-banner p{
	font-size: 16px;
}
.each-aanbod-dtl-img,
.aanbod-dtl-banner-img{
	border-radius: 1.6rem;
	overflow: hidden;
}
.aanbod-dtl-images .each-aanbod-dtl-img  {
	border-radius: 8px;
}
.aanbod-dtl-images{
	margin-top: 2.2rem;
}
.show-car{
	display: none;
}
.add {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(49, 49, 49, .64);
}
.add h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
	font-family: 'lama_sanssemibold';
	color: #fff;
	cursor: pointer;
	font-size: 2.4rem;
}
.aanbod-dtl-man {
	padding: 10rem 0 0;
}
.aanbod-dtl-man h5 {
	font-family: 'lama_sanssemibold';
	color: #121212;
	font-size: 1.6rem;
}
.aanbod-dtl-man h5 span {
	color: #62666A;
	font-size: 1.4rem;
	font-family: 'MontserratSemiBold';
	margin: .2rem 0 1.2rem;
	display: block;
}
.aanbod-dtl-man h6 {
	color: #141516;
	font-family: 'MontserratSemiBold';
	font-size: 1.6rem;
}
.aanbod-dtl-man li {
	display: inline-block;
	margin-top: 2rem;
}
.aanbod-dtl-man-part {
	padding: 3rem 0;
}
.aanbod-dtl-man-left h6 a {
	font-size: 1.2rem;
  	background: #BDF0C5;
	color: #1F5506;
  	font-family: 'MontserratSemiBold';
  	padding: 1rem;
  	border-radius: 5px;
  	display: inline-block;
  	margin-top: 0;
}
.aanbod-dtl-man-img {
	position: absolute;
    left: -12.9rem;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    /* width: 75%; */
	width: 68%;
}
.aanbod-dtl-man-left {
	padding-top: 2rem;
/*	width: 55%;*/
	margin-left: 21rem;
	position: relative;
  	top: -2rem;
}
.aanbod-dtl-man-part p {
	font-family: 'lama_sansmedium';
	position: absolute;
	right: 0;
	line-height: 13px;
	color: #A8A8A8;
	top: 28%;
	font-size: 1.3rem;
	display: none;
}
.aanbod-dtl-man-part p span {
	font-family: 'lama_sansbold';
}
.aanbod-dtl-man-part img {
	margin-right: 1rem;
	object-fit: contain;
}
.aambod-banner-content{
	background: #fff;
	border-radius: 1.6rem;
	overflow: hidden;
	padding: 0 3.3rem;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	box-shadow: 0px 4px 44.7px 0px rgba(35, 45, 56, 0.10);
}
.aanbod-dtl-marquee .marquee-content {
	background: #fff;
	box-shadow: 0px 4px 44.7px 0px rgba(35, 45, 56, 0.10);
	position: relative;
}
.aambod-banner-content .product-dtl .product-price{
	margin-bottom: 2rem;
}
.aambod-banner-content .product-dtl .product-price h3{
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: 'lama_sansbold';
	font-size: 4rem;
}
.aambod-banner-content .product-dtl td h6{
	color: #141516;
  	font-family: 'lama_sansmedium';
  	font-size: 1.6rem;
}
.aambod-banner-content .product-dtl table img {
  	margin-right: .6rem;
  	width: 15px;
	height: 15px;
}
.km-img{
	width: 23px !important;
	margin: 0 0 0 .5rem !important;
}
.aambod-banner-content .product-dtl table{
	width: auto;
}
.aambod-banner-content .product-dtl td{
	padding-bottom: 0.4rem;
}
.aambod-banner-content .product-dtl td:nth-child(1){
	padding-right: 2rem;
}
.aambod-banner-content .product-dtl{
	margin: 3rem 0 1rem;
	padding: 0;
}
.aambod-banner-content li{
	margin-top: 1rem;
}
.aambod-banner-content li a{
	width: 100%;
	text-align: left;
	position: relative;
	padding-left: 2rem;
}
.aanbod-dtl-banner-slider .common-arrow{
	background-color: #fff;
	border-color: #fff;
}
.aanbod-dtl-banner-slider .common-arrow img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
/*.aambod-banner-content li a::after{
	content: '';
    position: absolute;
    background-image: url("../images/aanbod-btn-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
    background-size: contain;
    right: 2.6rem;
    top: 50%;
	transform: translateY(-50%);
}*/
.aanbod-dtl-banner .akker_btn_cls img{
	margin-right: 1rem;
	width: 20px;
}
.aanbod-dtl-banner ul li .akker_btn_cls{
	font-family: 'MontserratSemiBold';
	border: 1px solid #586066;
	background-color: transparent;
	color: #586066;
	border-radius: 8px;
	width: 100%;
	padding-right: 16px;
	padding-left: 16px;
}
.aanbod-dtl-banner ul li .Mybtn1{
	background-color: #FF4949;
	border-color: #FF4949;
	color: #fff;
}
.aanbod-dtl-banner ul li .Mybtn1 img{
	filter: brightness(0) invert(1);
}
.aanbod-dtl-banner ul li .akker_btn_cls:hover, .aanbod-dtl-banner ul li .akker_btn_cls:focus, .aanbod-dtl-banner ul li .akker_btn_cls.active{
	background-color: #F84949;
	border-color: #F84949;
	color: #fff;
}
.aanbod-dtl-banner ul li .akker_btn_cls:hover img, .aanbod-dtl-banner ul li .akker_btn_cls:focus img, .aanbod-dtl-banner ul li .akker_btn_cls.active img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.marquee-sec{
	margin: 2rem 0 0;
	padding-bottom: 3rem;
}
.aanbod-dtl-marquee.marquee-sec{
	margin-top: 0;
	padding-top: 20px;
}
.marquee-content{
	background-color: #fff;
	border-radius: 1rem;
	padding-left: 10rem;
}
.marquee-content li{
	display: inline-block;
	margin-right: 5rem;
	font-size: 1.6rem;
	color: #282D35;
	font-family: 'lama_sansbold';
	padding: 3rem 0 3rem 2.5rem;
	position: relative;
	line-height: normal;
}
.marquee-content li::after{
	content: '';
    position: absolute;
    /* background-image: url("../images/marquee-img.svg"); */
    background-image: url("../images/check_radio.svg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    /* background-size: 3rem; */
    left: 0;
    top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
/****dtl-tab-sec*****/
.dtl-tab-sec .each-tab-content  {
	background-color: #f8f8f8;
	padding: 10.9rem 14.6rem;
	border-radius: 10px;
	margin-bottom: 2rem;
}
.dtl-tab-content-heading h2 {
	margin: 0 0 5rem 0;
	/*color: #5f5f5f;*/
	color: #2b313a;

}
.dtl-tab-sec .tab-content ul li {
    /* font-family: 'lama_sansregular'; */
    font-size: 1.6rem;
    color: #121212;
    padding-bottom: 1.5rem;
    word-break: break-word;
	font-family: 'lama_sansextrabold';
	text-transform: uppercase;
}
.kenmerken-tab ul li:nth-child(odd) {
    /* background-image: url(../images/bullet.svg); */
    /* background-repeat: no-repeat; */
    /* background-position: left top 0.2rem; */
    /* padding-left: 3rem; */
    /* background-size: 2rem; */
	color: #1A1A1C;
	text-transform: uppercase
}
.kenmerken-tab ul li {
    /* width: 48%; */
    /* display: inline-block; */
    vertical-align: top;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.kenmerken-tab ul li span {
    width: 50%;
    flex-shrink: 0;
	font-family: 'lama_sansmedium';
	text-transform: none;
}
.bullet-panel h3 {
    border-bottom: 1px solid #121212;
    padding-bottom: 2rem;
	color: #121212;
	font-family: 'lama_sansmedium';
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 3rem;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    /* border-bottom: 1px solid #e6e6e6; */
    margin-bottom: 15px;
	
}
.dtl-tab-sec .bullet-panel li:after {
	background-size: cover;
    position: absolute;
    top: 4px;
    left: 0;
    content: '';
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.each-highlight-tab li {
	color: #5F5F5F;
    font-family: 'lama_sansbold';
    font-size: 1.6rem;
    display: inline-block;
	width: 24%;
    position: relative;
    list-style: none;
	margin-bottom: 4.4rem;
  	padding-left: 4rem;
}
.each-highlight-tab li::after {
    position: absolute;
    content: "";
    background-image: url(../images/white-star.svg);
    background-position: center center;
    background-size: 1.5rem;
    background-repeat: no-repeat;
/*    background-color: #FF4949;*/
    border-radius: 100%;
    left: 0;
    width: 3rem;
    height: 3rem;
    top: -0.5rem;
}
.each-opties {
	border-radius: 10px;
	border: 1px solid #DDD;
	overflow: hidden;
	padding: 3.5rem 3rem;
	margin-bottom: 3rem;
}
.each-opties h4 {
	color: #121212;
	margin-top: 2rem;
}
.each-opties h6 {
	font-size: 1.6rem;
	color: #A8A8A8;
	font-family: 'lama_sanssemibold';
}
.dtl-tab-content-heading p {
	margin-bottom: 5.5rem;
}
.each-tab-last-part {
	border-radius: 10px;
	border: 1px solid #DDD;
	padding: 5.5rem 4rem;
	position: relative;
}
.each-tab-last-part .akker_btn_cls {
	position: absolute;
	right: 3%;
    padding: 0.8rem 1rem;
    top: 3%;
	opacity: 0;
}
.each-tab-last-part h5 {
	font-family: 'lama_sanssemibold';
	font-size: 1.6rem;
	color: #121212;
}
.each-tab-last-part h3 {
	color: #FF4949;
	margin: 1rem 0 3.5rem;
}
.each-tab-last-part h6 {
	font-family: 'lama_sansmedium';
	font-size: 1.4rem;
	color: #adadad;
	display: flex;
	align-items: center;
}
.each-tab-last-part p {
	margin-bottom: 5.2rem;
}
.each-tab-last-part h6 span {
	border: 1px solid #d9d9d9;
	border-radius: 100%;
	width: 3rem;
	height: 3rem;
	display: inline-block;
	margin-right: 2rem;
}
.each-tab-last-part.active {
	border: 1px solid #FF4949;
	background-color: rgba(255, 73, 73, 0.08);
}
.each-tab-last-part.active h6 {
	color: #FF4949;
}
.each-tab-last-part.active h6 span {
	background-color: #FF4949;
	position: relative;
	border-color: #FF4949;
}
.each-tab-last-part.active h6 span::after {
	position: absolute;
    content: "";
    background-image: url(../images/tick.svg);
    background-position: center center;
    background-size: 1.5rem;
    background-repeat: no-repeat;
    left: 48%;
    width: 1.5rem;
    height: 1.5rem;
    top: 45%;
	transform: translate(-50%, -50%);
}
.each-tab-last-part.active .akker_btn_cls {
	opacity: 1;
}
.each-tab-content .row .kenmerken-tab{
	padding-left: 86px;
}
.each-tab-content .row .kenmerken-tab:nth-child(odd){
	padding-right: 86px;
	padding-left: 0;
}
/******************************bedankt******************************/
.bedankt-banner-sec {
	position: relative;
}
.bedankt-footer-area .footer-top {
    margin-top: 0;
}
/******************************popup******************************/
.modal-area .modal-dialog {
    max-width: 64%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.6);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 20px;
	overflow: hidden;
    background-color: #fff;
	position: relative;
	padding: 2.5rem;
}
.modal-area .popup-content h2 span {
	position: relative;
}
.modal-area .popup-content h2 span::after {
    content: '';
  	position: absolute;
  	background: url(../images/design-3.svg) no-repeat center/contain;
  	width: 130%;
  	height: 130%;
  	top: -25%;
  	left: -15%;
}
.modal-area .popup-content h2{
	color: #2B313A;
}
.modal-area .popup-content p {
    margin: 3.5rem 0;
    max-width: 49rem;
	width: 100%
}
.modal-area .popup-content {
    padding: 7rem;
    background-color: #fff;
}
.pop-up-image {
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    z-index: 1;
	font-size: 2.5rem;
	height: 4rem;
	width: 4rem;
	background-color: #FF4949;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'lama_sansregular';
	border-top-right-radius: 10px;
}
.close-img:hover {
	color: #fff;
}
/*===============aanbod============*/
.corner{
	border-radius: 10px !important;
}
.aanbod-filter{
	background: #fff;
}
.each-filter h5{
	font-family: 'lama_sansbold';
	font-size: 1.8rem;
	position: relative;
	margin-bottom: 2rem;
}
/*.each-filter h5:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: '+';
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: #182139;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.each-filter h5.active:after{
	content: '-';
}
.more-filter {
  font-size: 1.4rem;
  font-family: 'PoppinsBold';
  color: #FF5739;
}
.filter-content{
	display: none;
}
.filter-content.show-div {
	display: block;
}
*/
.select-styl{
	font-family: 'lama_sanssemibold';
	font-size: 1.6rem;
	color: #929292;
	background: url(../images/dwn-arrow.svg) #fff no-repeat 93% center / 11px;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	padding: 1.2rem;
	appearance: none;
	-webkit-appearance: none;
}
.select-styl option{
	font-family: arial;
}
.aanbod-filter label, .select-styl{
	font-family: 'lama_sanssemibold';
	font-size: 1.6rem;
	color: #929292;
}
.aanbod-filter label img{
	width: 40px;
}
.aanbod-filter .form-check-input{
	width: 2.5rem;
	height: 2.5rem;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 1.5rem;
	box-shadow: none;
	border-radius: 5px;
	border: 1px solid #E2E2E2;
}
.aanbod-filter .form-check-input:checked {
  	background-color: #000;
  	border-color: #000;
}
.more-filter{
	font-size: 1.5rem;
	font-family: 'lama_sanssemibold';
	color: #FF4949;
}
.price-btn{
	font-family: 'lama_sansmedium';
	font-size: 1.2rem;
	color: #929292;
}
.price-range{
	z-index: 1;
	height: 5px;
}
.price-range > .track{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border-radius: 100px;
	background-color: #FF4949;
}
.price-range > .range{
	position: absolute;
	z-index: 2;
	left: 25%;
	right: 25%;
	top: 0;
	bottom: 0;
	border-radius: 100px;
	background-color: #FF4949;
}
.price-range > .thumb{
	position: absolute;
	z-index: 3;
	width: 20px;
	height: 20px;
	background-color: #FF4949;
	border-radius: 50%;
	cursor: pointer;
}
.price-range > .thumb.left{
	left: 25%;
	transform: translate(-15px, -8px);
}
.price-range > .thumb.right{
	right: 25%;
	transform: translate(15px, -8px);
}
.multi-range-slider input[type="range"]{
	position: absolute;
	-webkit-appearance: none;
	pointer-events: none;
	z-index: 2;
	height: 10px;
	width: 100%;
	opacity: 0;
	width: calc(100% + 20px);
	left: -10px;
}
.multi-range-slider input[type="range"]::-webkit-slider-thumb{
	pointer-events: all;
	width: 20px;
	height: 20px;
	border-radius: 0;
	border: 0 none;
	background-color: #FF4949;
	-webkit-appearance: none;
	cursor: pointer;
}
.multi-range-slider input[type="range"]::-moz-range-thumb{
	pointer-events: all;
	width: 20px;
	height: 20px;
	border-radius: 0;
	border: 0 none;
	background-color: #FF4949;
	cursor: pointer;
}
.aanbod-top-filter{
	margin-top: -10rem;
  	padding-bottom: 6rem;
  	color: #fff;
}
.aanbod-top-filter .select-styl{
	/*max-width: 200px;*/
}
.aanbod-top-filter h2{
	position: relative;
	display: inline-block;
	white-space: nowrap;
}
.aanbod-top-filter h2:before{
	content: '';
	position: absolute;
	background-image: url(../images/design-1.svg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 70px;
	width: 100px;
	background-size: contain;
	left: -13%;
	bottom: 30px;
}
.verkocht-filter h2:before{
	right: -12%;
  	left: auto;
  	background-image: url(../images/design-6.svg);
  	filter: brightness(0) invert(1);
  	-webkit-filter: brightness(0) invert(1);
} 
.aanbod-middle{
	background: #fff;
}
.aanbod-middle h5{
	font-size: 1.8rem;
	font-family: 'lama_sansregular';
	letter-spacing: 1.26px;
	text-transform: uppercase; 
	color: #5F5F5F;
}
.aanbod-middle span{
	font-family: 'lama_sansbold';
}
.aanbod-middle p{
	margin: 3rem 0;
}
.aanbod-middle h5 span:after {
	content: '';
	position: absolute;
	background: url(../images/design-3.svg) no-repeat center/contain;
	width: 80px;
	height: 40px;
	top: -7px;
	left: -7px;
}
.make_sticky {
	position: sticky;
  	top: 0;
  	height: 100vh;
  	overflow-y: auto;
}
.make_sticky_onscroll {
	height: calc(100vh - 130px);
    overflow-y: auto;
/*    top: 130px;*/
}
/* width */
.make_sticky_onscroll::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.make_sticky_onscroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
} 
/* Handle */
.make_sticky_onscroll::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px;
  border-radius: 10px;
}
/* Handle on hover */
.make_sticky_onscroll::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.my-jquery-slider,
.my-js-slider{
    position: relative;
    /*max-width: 500px;*/
    margin: 7px 0 18px 0;
}
/*******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;
}

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

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 2rem;
}

.werkplaats-iframe iframe {
	height:1300px;
}
.privacy_section, .error_top {
	padding: 6% 0 12%;
}
.form-1, .form-2 {
	display:none;
}
.form-3 {
	width: 90%;
	margin-top: 2rem;
	display:none;
}
.aanbod-filter label span {
    float: right;
    color: #939dac;
}
.auto-overview-tag, .clear-filter {
    font-family: 'lama_sansbold';
    font-size: 1.45rem;
}
.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: #3c3d3f;
    border-radius: 50px;
    background: #B1E4FF;
}
.clear-filter a {
    text-decoration: underline;
}

.auto-overview-filter-result .total_search_records img{
	display:none;
}
.aanbod-product .total_search_records img{
	max-width:85px;
}
.loading_more_data img{
	max-width: 46px;
	margin-right: 5px;
	vertical-align: middle;
}
.sponsor-logo img{
	max-height: 40px;
}
.gallery-sec .akker_btn_cls:hover{
	background-color: #fff;
	border-color: #fff;
	color: #2B313A;
}

#kltnvertellen {
    position: fixed;
    right: 0;
    z-index: 99999;
    bottom: 50%;
}
#kltnvertellen iframe {
	border-radius: 5px 0 0 5px;
}
.home-about-sec{
	padding-bottom: 10%;
	padding-top: 5%;
	background-color: #fff;
}
.aanbod-reward {
	margin-bottom: 17rem;
}
.filter-left .col-lg-2{
	/*width: 20%;*/
}
.aanbod-product{
	padding:0 4rem;
}
.reset-filter{
    padding-bottom: 2rem;
    margin-top: -3rem;
    color: #fff;
}

/* ============== aanbod-dtl afleverpakketten ========== */
.afleverpakketten-sec tr:first-child{
	display: table;
  	width: 100%;
  	border-radius: 15px;
  	overflow: hidden;
  	margin-bottom: 25px;
  	position: relative;
  	z-index: 1;
}
.afleverpakketten-sec tr:first-child td{
	background-color: #282D35;
	padding:4rem 3rem;
}
.afleverpakketten-sec td{
	background-color: #F8F8F8;
	padding: 2.5rem 3rem;
	position: relative;
	display: block;
	border: 1px solid #E9E9E9;
	border-top: 0;
}
.afleverpakketten-sec td:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 86%;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	background: #E9E9E9;
}
.afleverpakketten-sec tr:first-child td:after, .afleverpakketten-sec tr:nth-child(2) td:after{
	display: none;
}
.afleverpakketten-sec tr:last-child td{
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.afleverpakketten-sec tr:nth-child(2) td{
	padding-top: 5.5rem;
	border-radius: 16px 16px 0 0 ;
	border: 1px solid #E9E9E9;
}
.afleverpakketten-sec .position-absolute{
	top: -2rem;
	left: 2.5rem;
	background: #A2A2A2;
	z-index: 1;
	color: #fff;
	font-family: 'MontserratBold';
	font-size: 2rem;
	border-radius: 8px;
	text-transform: uppercase;
	padding: .7rem 1.7rem;
}
.afleverpakketten-sec td h3 span{
	color: #fff;
	font-family: 'MontserratSemiBold';
	font-size: 1.6rem;
	display: block;
	margin-top: 5px;
}
.afleverpakketten-sec h4{
	font-family: 'LamaSansBlack';
	font-size: 1.6rem;
	text-transform: uppercase;
}
.afleverpakketten-sec td h2 span{
	font-family: 'MontserratBold';
}
.afleverpakketten-sec td p{
	font-family: 'MontserratMedium';
	font-size: 1.6rem;
	color: #2B313A;
	margin-top: 1rem;
	line-height: 100%;
}
.afleverpakketten-sec td h2, .afleverpakketten-sec h4{
	color: #222C35;
}
.afleverpakketten-sec h3, .afleverpakketten-sec td h2{
	/* font-size: 4rem; */
	font-size: 2.4rem;
}
.afleverpakketten-sec .dtls-img-div{
	background: #FCBB34;
	margin-top: 2rem;
	border-radius: 15px;
	padding: 3rem;
}
.afleverpakketten-sec .dtls-img-div h4{
	color: #1E2229;
	text-transform: uppercase;
}
.afleverpakketten-sec .dtls-img-div .row p{
	color: #222C35CC;
	margin: 1rem 0;
}
.tools-cls{
	width: 3rem;
}
.footer-man-img img{
	max-width: 150px;
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}

.home-btm-details-heading {
    text-align: center;
	max-width: 350px;
	margin: auto;

}
.home-btm-logo {
    max-width: 350px;
    margin: auto;
    display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.home-btm-logo hr{
	opacity: 1;
    height: 3px;
    max-width: 80px;
    background-color: #1A1A1C;
    width: 100%;
}
.home-btm-logo img{
	width: 43px;
}
.home-btm-details-heading  h2{
	font-family: 'lama_sansregular';
	letter-spacing: normal;
}
.home-btm-details-heading strong{
	font-weight: normal;
	font-family: 'LamaSansBlack';
}
.each-product:hover .product-img img {
    transform: scale(1.1);
}
.product-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-img {
    overflow: hidden;
    border-radius: 10px;
}
.review-slider {
  margin-top: 70px;
  margin-bottom: 70px;
}
.each-review {
  border: 1px solid #e4f0f8;
  background: #e4f0f8;
  padding: 50px;
  border-radius: 10px;
  position: relative;
  margin-top: 30px;
  height: 100%;
}
.each-review-wrap {
  padding: 0 28px 50px;
  height: 100%;
}
.each-review p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.each-review p {
  margin: 20px 0 70px;
}
.each-review h6 {
  font-size: 18px;
}
.rating {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 80px;
  height: 80px;
  background: #FF4949;
  border-radius: 50%;
  right: -20px;
  top: -20px;
  box-shadow: 0px 3px 5px 3px rgb(0,0,0,0.05);
  -webkit-box-shadow: 0px 3px 5px 3px rgb(0,0,0,0.05);
  -moz-box-shadow: 0px 3px 5px 3px rgb(0,0,0,0.05);
  font-size:4.6rem;
  color: #fff;
}
.review-sec{
	margin-bottom: 10%
}
.bg-color-white .each-review {
  background-color: #fff;
  border-color: #d7d7d7;
}
.review-sec .col-md-6 {
  margin-bottom: 60px;
}
.review-mid-img {
  position: absolute;
  bottom: -40px;
  /*left: -40px;*/
  width: 55%;
}
.review-mid-area {
  position: relative;
  padding: 45px 50px;
  border-radius: 10px;
}
.review-mid-area p {
  margin: 25px 0 35px;
}
.review-sec .text-center .akker_btn_cls{
  max-width: max-content;
  padding-left: 1rem;
  padding-right: 1rem;
}
.review-sec h2 span {
  color: #ffdd00;
}
.review-sec h2{
 padding-bottom: 2%;
 padding-top: 3%
}

.review-sec h5 {
    font-size: 3.6rem;
    color: #262425;
}
.review-mid-text h4 {
	font-size: 4.8rem;
	color: #262425;
}


.review-sec .col-md-6:nth-child(odd) .each-review {
  background-color: #fff;
  border-color: #d7d7d7;
}
.about-sec iframe {
    height: 100%;
    width: 100%;
}
.review-section p {
    height: 200px;
    overflow: hidden;
}
#mc_embed_shell {
    justify-content: center;
    display: grid;
    margin-top: 2rem;
    margin-bottom: 10rem;
}
.interese-block{
	background: #222C35;
}
.interese-block .aambod-banner-content{
	background: #1E2229;
	/* height: calc(100% - 130px); */
	height: auto;
	padding-bottom: 2rem;
}
.interese-block.aanbod-dtl-banner h3, .interese-top-heading h3 span, .interese-block .aambod-banner-content .product-dtl td h6{
	color: #fff;
}
.interese-block .aambod-banner-content .product-dtl table img:not(.km-img){
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.interese-top-heading h3 span{
	font-family: 'lama_sansmedium';
}
.interese-top-heading h3{
	font-size: 36px;
	padding-bottom: 3rem;
}
.interese-block .product-price h6{
	color: #b9b9b9;
}
.interese-block .aambod-banner-content li{
	/* margin-top: 2rem; */
	margin-top: 10px;
}
.interese-block .aambod-banner-content .product-dtl{
	margin-bottom: 0;
}
.profit-btn{
	background-color: #F84949 !important;
  	border-color: #F84949 !important;
  	color: #fff !important;
}
.profit-btn img{
  	filter: brightness(0) invert(1) !important;
  	-webkit-filter: brightness(0) invert(1) !important;
}
.whatsapp-btn{
	font-size: 1.6rem;
	border-color: #fff !important;
}
.whatsapp-btn img{
	width: 18px;
	filter: brightness(1) invert(1) !important;
	-webkit-filter: brightness(1) invert(1) !important;
	margin-top: -2px;
}
.review-block{
	padding: 10rem 0 15rem;
	/* background: #fff; */
	z-index: 1;
	background-color: #f8f8f8;
}
.review-block:before, .review-block:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10rem;
	content: '';
	/* background: #fff; */
}
.review-block:after{
	width: 96.2%;
	/* background: #f8f8f8; */
	z-index: -1;
	height: 100%;
}
.review-block .my-lg-5{
	padding-top: 5rem;
  	padding-bottom: 5rem;
}
.review-block h2{
	font-family: 'lama_sansmedium';
	margin: .5rem 0 1.5rem;
}
.review-block h2 span, .review-block h6 span{
	font-family: 'lama_sansbold';
}
.review-block h6{
	font-size: 1.6rem;
}
.review-block .akker_btn_cls span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-40deg);
	right: 0;
	width: 2.4rem;
	height: 2.4rem;
	content: '';
	background: url(../images/arw.svg) no-repeat center /cover;
}
.review-block .star-img{
	width: 1.8rem;
}
.review-block .akker_btn_cls{
	padding-left: 1.5rem;
  	padding-right: 1.5rem;
  	letter-spacing: normal;
  	border-radius: 10px;
  	margin: 2rem 0;
}
.review-block .akker_btn_cls:hover {
	border-color: #FF4949 !important;
}
.review-block span.d-block{
	opacity: .8;
}
.review-block h3{
	font-family: 'lama_sanssemibold';
	color: #141516;
	margin: 5rem 0 8rem;
}
.review-block .swiper .bg-white{
	border-radius: 20px;
}
.review-block .swiper .bg-white .star-img{
	width: 2.4rem;
	margin-bottom: .2rem;
}
.review-block .swiper-slide{
	height: auto !important;
}
.review-block .swiper-slide .bg-white{
	height: 100%;
	position: relative;
}
.review-block .user{
	position: absolute;
	bottom: 3rem;
}
.middle-form-section .akker_btn_cls
{
    width: auto !important;
    display: inline-block;
    border-radius: 5px !important;
    background-color: #FF4949 !important;
    border-color: #FF4949 !important;
    padding: 1.3rem 4rem;
    color: #fff !important;
    font-size: 1.6rem;
    font-family: 'lama_sanssemibold' !important;
    text-transform: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.middle-form-section .akker_btn_cls:active, .akker_btn_cls:focus, .akker_btn_cls:hover {
    color: #ffffff !important; 
    border-color: #2B313A !important;
    background-color: #2B313A !important;
}
@media(min-width: 1600px){
	.review-block h2{
		font-size: 4rem;
	}
}
/*=============dropdown=============*/
header .dropdown-menu {
    font-size: inherit;
    border: 0;
    display: none;
    background-color: transparent;
    /* padding-top: 1.2rem; */
	/* margin-top: 10px; */
	position: relative;
	top: 30px;
	border-radius: 8px;
	padding-bottom: 0;
	box-shadow: 0px 4px 44.7px 0px rgba(35, 45, 56, 0.10);
}
header .dropdown-menu::after{
	position: absolute;
	right: 0;
	top: -10px;
	height: 20px;
	width: 100%;
	content: "";
	background-color:transparent;
}

header li:hover .dropdown-menu  {
	display: block;
}
header .dropdown-menu{
	border: 1px solid #E9E9E9;
	position: absolute;
}
header .dropdown-menu li{
	background-color: #fff !important;
  	padding: .4rem 2.4rem;
  	margin: 0;
}
header .dropdown-menu a {
    color: #282D35 !important;
  	padding: 0;
  	display: inline-block;
  	width: auto;
  	background-color: transparent !important;

}
header .dropdown-menu a:hover {
	color: #FF4949 !important;
}
header .dropdown-menu li:first-child{
	padding-top: 1.5rem;
  	border-top-left-radius: 5px;
  	border-top-right-radius: 5px;
  	overflow: hidden;
}
header .dropdown-menu li:last-child{
	padding-bottom: 1.8rem;
  	border-bottom-left-radius: 5px;
  	border-bottom-right-radius: 5px;
  	overflow: hidden;
}
header .dropdown-menu a span, header li a{
	border-bottom: 1px solid transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
header li a:hover {
	/* border-color: #FF4949; */
	color: #FF4949;
}
header .dropdown-menu a span:hover{
   border-color: #fff;
}
.header .dropdown-toggle::after{
	display: block;
}
/* ************* */
.contact-banner h1 span{
	position: relative;
}
.contact-banner h1 span::after{
	content: '';
    position: absolute;
    background-image: url(../images/red-underline.svg);
    background-position: 50% center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: contain;
    left: 0;
	bottom: -5rem;
}
.contact_form{
	margin-bottom: 22rem;
}
.contact-form-img img{
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.contact-footer-area .footer-top:after{
	/* content: '';
    position: absolute;
    bottom: 12rem;
    left: 0;
    width: 100%;
    height: 12.5rem;
    z-index: -1; */
}
.form-right{
	height: 100%;
	margin-left: 2rem;
}

.each-footer-right h4{
  margin-bottom:.5rem;
  font-family: 'LamaSansBlack';
  font-size: 1.6rem;
  text-transform: uppercase;
}
.each-form-right h2{
  margin: 0rem 0rem 3rem 0rem;
}
.each-form-right h6{
  margin: -4.8rem 0rem 3.4rem 0rem;
}
/* .aanbod-dtl-man-left h6{
     width: 130px;
	margin:.5rem 0rem 0rem 10.8rem ;
} */
.form-left-dtl h6 {
	width: 144px;
	margin: 0.5rem -1rem;
}
.aanbd-left h6 {
	width: 144px;
	margin: 2.3rem 11rem;
	margin-left: 0;
  }
.over-ons-man-service-content h4 {
    text-transform: uppercase;
    font-family: 'LamaSansBlack';
    letter-spacing: 1.5px;
	font-size: 2.4rem;
}

.review-section .swiper-slide .bg-white {
	height: 100%;
    position: relative;
    overflow: hidden;
   /* padding-bottom: -9rem !important;*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    row-gap: 2rem;
}
.review-section .swiper-slide .bg-white h3{
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 1.8rem;
	line-height: 33px;
}
.aanbod-dtl-banner ul li .whatsapp-btn-aanbod{
	font-size: 1.6rem;
	background-color: #FFFFFF;
    border: 1px solid #FFFFFF ;
    color: #1A1A1C ;
}
.aanbod-dtl-banner ul li .whatsapp-btn-aanbod img{
	width: 18px;
}


.each-form-right h2 {
    font-family: 'lama_sansregular';
    color: #2B313A;
    /* margin-bottom: 5rem; */
}

.addres-respon {
        display: block;
        margin-left: 0rem;
    }

	
.aanbod-dtl-man-left h5 {
    font-size: 1.6rem;
    color: #1A1A1C;
    font-family: 'lama_sanssemibold';
    /* text-align: end; */
}

.aanbod-dtl-man-left h5 span{
  color: #2B313A;
  /* margin-left: -1rem; */
}
.reward-gal{
	margin-bottom: 0;
}
.bottm-car-spacing{
  padding-bottom:15rem;
}
.bottom-gap{
 /* padding-bottom:8rem; */
 padding-bottom: 47px;
}
.footer-area::after {
	content: '';
    position: absolute;
    top: -43px;
    left: 0;
    width: 100%;
    height: 112px;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: -2;
}
.footer-area-wrap{
	position: relative;
}
.footer-area-wrap::before{
	content: "";
    top: auto;
	bottom: 0;
    left: 0;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center;
    background-image: url(../images/footer_bg.svg);
    position: absolute;
    z-index: -2;
}
.homeanbd-ftr::after {
    background-color: #d1cfcf;
}


.contact-footer-area::after {
	/* display: none; */
}
.form-4 {
	display: none;
}
.home-footer::after{
	background-color: #fff;
	/* display: none; */
   }
   .bedankt-footer-area::after {
	   display: none;
   }

.details-image.aanbod-details-top-banner-img {
    height: 26rem;
    overflow: hidden;
}

/* ========== NEW ======== */
.footer-area-wrap {
    position: relative;
    overflow-x: clip;
}
.banner-btm-part{
	display: none;
}
.gallery-sec-right h2 span::after{
	display: none;

}
.header-btm li.dropdown{
	position: relative;
	column-gap: 8px;
}
.header-btm li.dropdown::after{
	content: "";
	background-image: url(../images/chevron-bottom.svg);
	height: 16px;
	width: 16px;
	background-size: 16px;
	background-repeat: no-repeat;
	display: inline-flex;
	position: relative;
    top: 2px;
}
.banner-left-content h1{
	font-family: 'lama_sansmedium';
}
.about-info-left{
	height: 100%;
	overflow: hidden;
	border-radius: 16px;
}
.about-info p{
	margin-top: 0;
	font-family: 'lama_sansmedium';
	margin-bottom: 41px;
}
.gallery-sec .akker_btn_cls:hover{
	border-color: #FF4949 !important;
}
.product-slider-wrap .product-dtl{
	padding: 0;
}
.product-slider-wrap{
	max-width: 920px;
	margin: auto;
}
.review-section{
	padding: 76px 0 94px;
	background-color:#282D35;
	overflow: hidden;
}
.contact-menu-right-wrap{
	display: flex;
	justify-content: end;
	column-gap: 24px;
	align-items: center;
}
.each-footer-right{
	max-width: max-content;
	margin-left: auto;
	margin-right: 0;
}

.inner-banner-content .breadcrumb-item a{
	font-family: 'lama_sansmedium';
	font-size: 1.6rem;
	color: #fff;
	line-height: normal;
	text-transform: uppercase;
}
.inner-banner-content  .breadcrumb-item+.breadcrumb-item::before{
	color: #fff;
}
.inner-banner-content .breadcrumb-item a.active{
	font-family: 'lama_sansmedium';
	font-size: 1.6rem;
	color: #fff;
	line-height: normal;
	text-transform: uppercase;
	font-family: 'LamaSansBlack';
}
.inner-banner-content .breadcrumb{
	align-items: center;
}
.inner-banner-content h2{
	font-family: 'lama_sansmedium';
}
.inner-banner-content h2 strong{
	font-family: 'LamaSansBlack';
}
.inner-banner-content p{
	font-family: 'lama_sansmedium';
}
.over-ons-banner h1 span::after{
	display: none;
}
.over-ons-banner{
	position: relative;
}
.over-ons-banner::after{
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	background:  linear-gradient(180deg, rgba(17, 17, 19, 0.60) 0%, rgba(17, 17, 19, 0.90) 100%);
	content: "";
	z-index: 0;
}
.over-ons-banner .inner-banner-content{
	z-index: 2;
}
.over-ons-banner .inner-banner-content h1 {
	max-width: 600px;
	line-height: 55px;
	font-family: 'lama_sansmedium';
}
.list-btm-blk.reward-gal .list-btm-blk-wrap h2 span::after{
	display: none;
	
}
.list-btm-blk.reward-gal  .list-btm-blk-wrap{
	margin: 0;
	position: initial;
	padding-left: 0;
	padding-right: 0;
}
.list-btm-blk.reward-gal{
	margin-top: 0;
	padding: 0;
	background-color: #fff;
}
.reward_description{
	max-width: 609px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.reward_description p{
	text-align: center !important;
	margin-top: 25px;
}
.list-btm-part p{
	padding-left: 0;
}
.list-btm-part{
	text-align: center;
	background-color: #F8F8F8;
	height: 100%;
	padding: 48px 24px;
	border-radius: 16px;
	position: relative;
}
.list-btm-img{
	position: absolute;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
	background-color: #F84949;
	/* border: 1px solid greenyellow; */
	border-radius: 50%;
}
.list-btm-img img{
	padding-right: 0;
	width: 24px;
	margin: auto;
	/* filter: invert(1); */
}
.list-btm-part p{
	max-width: 100%;
	color: #1A1A1C;
}
.list-btm-part h6{
	color: #1A1A1C;
	text-transform: uppercase;
	font-size: 24px;
	line-height:28.8px ; 
	margin-bottom: 16px;
}
.list-btm-part h6 strong{
	font-family: 'LamaSansBlack';
}
.over-ons-man-service .over-ons-man-heading img{
	/* display: none; */
}
.footer-right .row > *{
	width: auto !important;
}
.footer-right .row{
	flex-wrap: nowrap;
	justify-content: space-between;
	column-gap: 20px;
	padding-left: 30px;
}
.over-ons-man-service hr{
	background-color: #fff;
	
}
.werkplaats-list-iframe iframe {
    height: 1300px;
	border-radius: 16px;
	box-shadow: 0px 4px 44.7px 0px rgba(35, 45, 56, 0.10);
}
.werkplaats-list-iframe{
	background-color: #fff;
	margin-top: 0 !important;
	padding-top: 25px;
	position: relative;
}
.werkplaats-list-iframe::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 129px;
	width: 100%;
	content: "";
	background: #F8F8F8;
	pointer-events: none;
}
.werkplaats-list-iframe .container{
	position: relative;
	z-index: 2;
}
.print_pdf{
	display: inline-flex;
	padding: 12px;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	border: 1px solid  #2B313A;
	font-family: 'MontserratMedium';
	line-height: normal;
}
.print_pdf::before{
	content: "";
	height: 24px;
	width: 24px;
	background-size: 24px;
	background-position: center;
	background-image: url(../images/printer.svg);
}
.aanbod_dtl_top_sec{
	padding-top: 216px;
	background-color: #282D35;
}
.aanbod_dtl_top_sec .top-pagination{
	margin-top: 0;
	margin-bottom: 20px;
}
.aanbod-dtl-banner{
	position: relative;
}
.aanbod-dtl-banner::after{
	position: absolute;
	top: 0;
	left: 0;
	height: 270px;
	width: 100%;
	content: "";
	background-color: #282D35;
	z-index: 0;
}

.aanbod-dtl-banner .container{
	position: relative;
	z-index: 2;
}
.aanbod-dtl-banner h3{
	font-family: 'lama_sansregular';
	color: #fff;
}
.aanbod-dtl-banner h3 span{
	font-family: 'LamaSansBlack';
	color: #fff;
}
.aanbod-dtl-banner p{
	color: #fff;
}
.aanbod-dtl-banner {
	/* padding-top: 24px; */
	padding: 0;
}
.aanbod-dtl-banner .common-bg {
	padding: 110px 0;
}
.aanbod_dtl_top_sec .black_btn{
	border-color: #fff;
}
.aanbod_dtl_top_sec .black_btn:hover{
	border-color: #FF4949 !important;
	background: #FF4949 !important;
}
.aambod-banner-content .product-dtl table{
	width: 100%;
}
.aanbod-dtl-man {
    padding: 45px 0 0;
}
.slider_sec{
	padding-top: 19px;
}
.beschrijving-bg .dtl-tab-content-heading h2 {
	color: #fff;
	margin-bottom: 20px;
}
.beschrijving-bg .each-tab-content p{
	color: #fff;
}
.dtl-tab-sec{
	background-color: #F8F8F8
}
.dtl-tab-content-heading h2{
	margin-bottom: 32px;
	font-family: 'lama_sansregular';
}
.dtl-tab-content-heading h2 span {
	font-family: 'LamaSansBlack';
}
.kenmerken-content-sec .dtl-tab-content-heading h2 {
	font-family: 'lama_sansextrabold';
	font-size: 3.2rem;
}
.kenmerken-content-sec .dtl-tab-content-heading h2 span {
	font-family: 'lama_sansmedium';
}
.opties-content-sec{
	background-color: #fff;
	padding-top: 61px;
	padding-bottom: 27px;
}
.opties-content-sec .dtl-tab-content-heading h2 {
	font-size: 3.2rem;
	font-family: 'lama_sansmedium';
}
.dtl-tab-sec .opties-content{
	border-radius: 16px;
	padding: 83px 105px;
}
.bullet-panel h3{
	color: #1A1A1C;
	font-size: 1.6rem;
	border-color: #E9E9E9;
	text-transform: uppercase;
	font-family: 'lama_sansextrabold';
}
.opties-content-sec .bullet-panel ul li{
	font-family: 'lama_sansmedium';
	color: #1A1A1C;
}
.opties-content-sec .tab_heading {
    margin-top: 31px;
}

.service-about-sec{
	background-color: #FFF;
	padding-bottom: 194px;
	padding-top: 130px;
}

.contact-banner .col-lg-6{
	width: 100%;
}
.contact-banner .inner-banner-content{
	justify-content: center;
	top: auto;
	bottom: 12px;
}
.contact-banner h1 span::after{
	display: none;
}
.over-ons-man-service{
	padding-bottom: 0;
	position: relative;
}
.over-ons-man-service::after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 143px;
	width: 100%;
	content: "";
	background-color: #fff;
	z-index: 0;
}
.over-ons-man-service .container{
	position: relative;
	z-index: 2;
}
.overons-btm-sec{
	padding-top: 4.4%;
}
.review-block span.d-block,
.review-block h6,
.review-block h2{
	color: #fff;
}
.review-section .swiper-slide .bg-white{
	background-color: #1E2229 !important;
	color: #fff;
}
.review-section .swiper-slide .bg-white h3{
	color: #fff;
}
.review-block h2 {
    font-family: 'lama_sansregular';
}
.overons-about-sec{
	padding: 138px 0 220px ;
	background-color: #F8F8F8;
}
.overons-footer-area::after{
	background-color: #F8F8F8;
}
.over-ons-man-service .home-btm-logo img{
	width: 43px;
}
.contact-middle-sec{
	background-color: #fff;
}
.contact_form .each-footer-right {
	margin-left: 0;
	display: flex;
}
.aanbod-dtl-banner.interese-block::after{
	display: none;
}
.afleverpakketten-wrap .home-btm-details-heading{
	max-width: 657px;
	margin-bottom: 147px;
}
.afleverpakketten-wrap .home-btm-details-heading h2{
	max-width: 447px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.afleverpakketten-sec .row .col-lg-4:nth-child(2){
	margin-top: -68px;
}
.afleverpakketten-sec .col-lg-4{
	text-align: center;
}
.afleverpakketten-wrap .home-btm-details-heading p{
	color: #1A1A1C;
	font-family: 'lama_sansmedium';
}
.afleverpakketten-wrap{
	background-color: #fff;
}
.dtls-img-div{
	text-align: start;
}
.dtls-img-div .row{
	align-items: center;
}
.review-block-aanbod{
	background-color: #F8F8F8;
	padding-top: 24px !important;
	padding-bottom: 21px !important;
}
.review-block-aanbod  h2{
	color: #1E2229;
}
.review-block-aanbod span.d-block, 
.review-block-aanbod h6, 
.review-block-aanbod h2 {
    color: rgba(20, 21, 22, 0.8);
}
.review-block-aanbod .swiper-slide .bg-white{
	background-color: #fff !important;
	color: rgba(30, 34, 41, 1);
}
.review-block-aanbod .swiper-slide .bg-white h3{
	color: rgba(30, 34, 41, 1);
}
.contact-footer-area .footer-top{
	margin-top: 0;
}
.contact-footer-area{
	padding-top: 0;
}
.contact-footer-area::after{
	/* background-color: #F8F8F8; */
}
.footer-man-img img{
	height: 158px;
}
.dtl-top-pagination{
	background-color: transparent;
	text-align: start !important;
	padding-bottom: 0;
	margin-top:0 ;
}
.dtl-top-pagination{
	padding-top: 0;
}
.subpage-banner h2{ 
	font-size: 4.8rem;
}
.subpage-banner p{
	margin-top: 0;
}
.subpage-banner .inner-banner-content{
	top: 50%;
}
.dtl-top-sec-wrap{
	padding: 48px;
	background: #fff;
	border-radius: 16px;
	margin-top: -132px;
	position: relative;
	z-index: 2;
	box-shadow: 0px 4px 44.7px 0px rgba(35, 45, 56, 0.10);
}
.werkplaats-iframe{
	background-color: #E8E8E8;
	margin-top: 0;
	padding-top: 67px;
	position: relative;
	/* box-shadow: 0px 4px 44.7px 0px rgba(35, 45, 56, 0.10); */
}
.werkplaats-iframe .container {
	position: relative;
	z-index: 2;
	box-shadow: 0px 4px 44.7px 0px rgba(35, 45, 56, 0.10);
	border-radius: 16px;
	padding: 0;
}
.werkplaats-iframe::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 166px;
	background-color: #fff;
	z-index: 0;
}
.werkplaats-iframe iframe{
	border-radius: 16px;
}
.werkplaats-iframe{
	/* min-height: 1300px; */
	height: 100%;
}
.werkplaats-about-sec{
	background-color: #fff;
	padding: 131px  0 187px;
}
.contact_form{
	background-color: #FFF;
	margin-top: 0;
}
.contactform-right-sec{
	background-color: #FFF;
	padding: 36px;
	border-radius: 16px;
	box-shadow: 0px 4px 44.7px 0px rgba(35, 45, 56, 0.10);
}
.contactform-right-sec h3{
	color: #1A1A1C;
	text-transform: uppercase;
	line-height: 28.8px; 
	font-family: 'lama_sanssemibold';
}
.contactform-right ul{
	margin-top: 20px;
	margin-bottom: 25px;
}
.contactform-right li {
    position: relative;
    cursor: pointer;
    transition: background 0.3s ease;
	padding:12px;
	margin-bottom: 17px;
	padding-left: 24px;
	border-radius: 4px;
	background:  #fff;
	box-shadow: 0px 4px 44.7px 0px rgba(35, 45, 56, 0.10);
	font-size: 1.2rem;
	font-family: 'lama_sanssemibold';
	display: inline-block;
}
.contactform-right li::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 19px;
    width: 4px;
    height: 4px;
    background: #4BCC40;
    border-radius: 50%;
}
.contactform-right .tooltip {
    visibility: hidden;
    background-color: #fff;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 24px 16px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    opacity: 0;
    transition: opacity 0.3s;
    max-width: 230px;
    width: 100%;
    right: 0;
    box-shadow: 0px 4px 44.7px 0px rgba(35, 45, 56, 0.10);
	cursor: auto;
}
.contactform-right li:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
.contactform-right .output {
    margin-top: 30px;
    padding: 15px;
    background: #eef;
    border-left: 5px solid #007BFF;
}
.contactform-right .tooltip td {
    color: #1A1A1C;
    font-size: 12px;
    line-height: 16.8px;
    font-family: 'lama_sanssemibold';
    display: inline-block;
}
.contactform-right .tooltip thead tr {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4px;
}
.contactform-right .tooltip tbody td{
	color: #9199A4;
	margin-top: 5px;
}
.contactform-right .tooltip table {
    width: 100%;
    text-align: initial;
}
.contactform-right-sec{
	margin-left: 0;
	padding-bottom: 0;
}
.contactform-right-sec .each-footer-right h6,
.contactform-right-sec .footer-right a {
	color: #1A1A1C;
	font-size: 12px;
	line-height: 16.8px;
	font-family: 'lama_sanssemibold';
	text-decoration: none;
}
.contactform-right-sec .each-footer-right h6{
	font-size: 1.6rem;
	
}
.content-lft{
	width: 45%;
	display: inline-block;
	/* float: left; */
}
.contactform-right .tooltip::after{
    content: '';
    position: absolute;
    left: 42%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    clear: both;
}
.contactform-right h3 strong{
	font-family: 'lama_sansextrabold';
	font-weight: normal;
}
.contact_form{
	padding-top: 85px;
	padding-bottom: 80px;
	margin-bottom: 0;
}
.contact_form .footer-right a{
	color:#1A1A1C;
}
.contact_form .footer-right a.dtl-form-wp {
	color: #1F5506;
	font-size: 1.6rem;
}
.contact_form .footer-right a.dtl-form-wp img {
	filter: none;
}
.contact_form .footer-right .each-footer-right img{
	width: 24px;
	filter: invert(100%);
}
.contact-man-img{
	width: 60%;
    display: inline-block;
    /* float: right; */
    margin-right: -70px;
	top: 22px;
}
.contact-man-img img{
	filter: unset !important;
	/* margin-top: 20px; */
}
.contactform-right {
	margin-bottom: 20px;
}
.contact_form textarea.form-control{
	min-height: 161px;
}
.contact_form  .form-styl{
	font-family: 'lama_sansmedium';
	/* padding-top: 7px;
	padding-bottom: 7px; */
}
.contact_form .akker_btn_cls{
	margin-top: 24px;
}

.diesten_form_left{
	width: 100%;
	margin-left: 0;
}
.diesten_form_left h6{
	width: 100%;
	margin-left: 0;
}
.diesten_form_left a{
	font-family: 'lama_sanssemibold';
	color: #1F5506;
}
.service-form-sec h3{
	font-size:3.6rem;
	line-height: 120%;
	margin-bottom: 17px;
}
.service-form-se .contact-man-img {
	width: 50%;
}
.service-form-sec .col-lg-5{
	width: 33%;
}
.service-form-sec .col-lg-7{
	width: 67%;
}
.service-form-sec .content-lft {
	width: 60%;
}
.service-form-sec .contact-man-img {
	position: relative;
	/* bottom: -31px; */
}
.service-form-sec  .contactform-right-sec{
	overflow-y: clip;
	height: auto;
}
.service-form-sec{
	background-color: #E9E9E9;
	height: auto;
}
.dtl-gallery-sec-img img{
	display: none;
}

.dtl-gal-wrap{
	padding-bottom: 90px;
}
.dtl-gallery-sec{
	padding: 0;
	
}
.dtl-gal-wrap {
	padding-top: 100px;
}
.dtl-gallery-sec h2 {
    color: #ffffff;
    margin-bottom: 6.7rem;
    font-family: 'lama_sansregular';
}
.dtl-gallery-sec .each-gal-info h2 {
	margin-bottom: 0;
}
.list-btm-blk {
	background-color: #fff;
	margin-bottom: 0;
}
.list-btm-blk  .list-btm-blk-wrap{
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.about-sec.service-about-sec{
	background-color: #F8F8F8;
}
.subpage-service-area:after{
	background: #F8F8F8;
}
.aanbod-top-pagination.top-pagination a{
	color: #C0C0C0;
	opacity: 1;
}
.aanbod-top-pagination.top-pagination a:hover {
	color: #fff;
}
.aanbod-top-pagination.top-pagination span{
	color: #F8F8F8;
	opacity: 1;
}
.diensten-about-sec{
	background-color: #FFF;
	padding-top: 138px;
	padding-bottom: 190px;
}
.subpage-banner .inner-banner-img{
	min-height: 644px;
}
.subpage-banner img{
	height: 100%;
	object-fit: cover;
}
/* .contact_form .each-footer-right{
	position: relative;
}
.service-form-sec .contact-man-img{
	position: absolute;
	bottom: 0;
	right: 0;
} */
.contact_form .each-footer-right:has(ul){
	display: block;
 }

.mm-menu .mm-listview>li .mm-next:after {
	border-color: #fff;
}
.homeanbd-ftr::after {
	background-color: #F8F8F8;
}
.contact-pg-form .form-wrap h2 {
	font-size: 2.4rem;
	margin-bottom: 3rem;
}
.contact-pg-form .form-wrap {
	padding: 40px 45px;
	position: relative;
	z-index: 1;
}
.contact-pg-form .contactform-right {
	margin-bottom: 0;
}
.contact-pg-form .contact-man-img img {
	right: -36px;
	position: relative;
}
.contact-pg-form .footer-right-top td, 
.contact-pg-form .footer-right a, 
.contact-pg-form .footer-right h6 {
	letter-spacing: normal;
}
.aanbod-dtl-banner .form-sec {
	margin-top: 2rem;
	margin-bottom: 1rem;
}
