body {
	padding: 0px;
	margin: 0px;
    color: #fff;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    background-color: #1C1C1F;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****error-contact-fix*****/
.error-contact-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.error-contact-wrap li {
    padding-left: 0;
}
.error-contact-wrap li::after,
.error-contact-wrap li::before {
    display: none;
}
/****voorraadwekker_widget_section icon fix*****/
.select2-results li::after,
.select2-results li::before {
    display: none;
}
.select2-results li {
    margin: 0;
}
/***loader_section***/
#loader_section {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
}
/***fix-wp***/
.fix-wp {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 50px;
    right: 30px;
}
.fix-wp img {
    width: 22px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*******header-area*******/
.header-area {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.header-active {
    background-color: #27272B;
}
.header-social ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 10px;
}
.header-social li {
    padding-left: 0;
}
.header-social li::after {
    display: none;
}
.header-social li a {
    width: 31px;
    height: 31px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-social li a:hover {
    background-color: #fff;
}
.header-social li a:hover img {
    filter: brightness(0);
}
.header-logo img {
    width: 180px;
}
.header-logo .black-logo {
    display: none;
}
.header-right {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    max-width: 180px;
    width: 100%;
    margin-left: auto;
    position: relative;
    z-index: 99;
}
.header-contact a {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'CanelaText-MediumItalic';
    font-size: 1.4rem;
    line-height: 33px;
    letter-spacing: 0.14px;
}
.header-contact a:hover {
    color: #fff;
}
.menu-bar {
    position: relative;
    max-width: 22px;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: rgba(255, 255, 255, 0.80);
    content: '';
    height: 2px;
    margin: 2px 0 2px auto;
    width: 22px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div {
    transform: scale(0);
}
.menu-bar.active:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-bar.active:after {
    transform: translateY(-2px) rotate(-135deg);
}
/*****parent-dropdown****/
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	min-width: 170px;
	margin-top: 10px;
    margin-bottom: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 0;
	top: 7px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	padding-right: 24px;
	cursor: pointer;
}
.parent-dropdown > ul > li {
    font-family: 'CormorantGaramond-Bold';
	font-size: 2.5rem;
    line-height: 35px;
    margin-bottom: 5px;
	position: relative;
}
.parent-dropdown > ul > li > a {
	color: #F0E8E0;
	display: block;
}
.parent-dropdown > ul > li:last-child {
	margin-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #fff;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1C1C1F;
    padding: 58px 0 91px;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu .container {
    height: 100%;
}
.side-menu-wrap {
    height: 70vh;
    overflow-y: auto;
    overflow-x: clip;
    margin-top: 93px;
    padding-right: 10px;
    padding-bottom: 60px;
}
.side-menu-wrap::-webkit-scrollbar {
    width: 6px;
    background-color: #27272B;
}
.side-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #323238; 
}
.side-menu ul {
    margin-bottom: 0;
}
.side-menu li {
    padding-left: 0;
}
.side-menu li::after {
    display: none;
}
.side-menu-nav > ul > li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 3.2rem;
    line-height: 47px;
    font-family: 'CormorantGaramond-Bold';
    display: block;
}
.side-menu-nav > ul > li:last-child {
    margin-bottom: 0;
}
.side-menu-nav > ul > li::before {
    display: none;
}
.side-menu-nav > ul > li > a {
    color: #F0E8E0;
    display: block;
    padding-bottom: 0;
}
.side-menu-nav > ul > li > a:hover {
    color: #fff;
}
.side-menu-nav .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    padding-left: 0;
}
.side-menu-nav .parent-dropdown.open ul {
    max-height: 230px;
    margin-top: 10px;
}
.side-menu-nav .parent-dropdown img {
    top: 16px;
    width: 20px;
}
.side-menu-nav {
    display: flex;
    gap: 30px;
}
.left-nav, .right-nav {
    border-top: 1px solid #F0E8E0;
    padding-top: 22px;
    width: 45%;
}
.side-menu-top .col-lg-8 {
    width: 66%;
}
.side-menu-top .col-lg-4 {
    width: 34%;
}
.side-menu-brand {
    width: 74%;
}
.side-menu-pg .row {
    margin: 0 -12px;
}
.side-menu-pg .col-md-6 {
    padding: 0 12px;
}
.each-side-menu-pg {
    padding: 28px 42px;
    height: 314px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-side-menu-pg h3 {
    color: #F0E8E0;
    margin-bottom: 20px;
}
.side-menu-contact-pg::after {
    content: "";
    height: 55px;
    width: 55px;
    background-image: url(../images/menu-pg-arrow.svg);
    background-size: 54px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 41px;
    top: 28px;
}
.side-menu-contact-pg {
    background-color: #F0E8E0;
}
.side-menu-contact-pg h3 {
    color: #1C1C1F;
}
.side-menu-contact-pg p {
    color: #1C1C1F;
    margin-bottom: 0;
    max-width: 270px;
}
.side-menu .footer-info {
    margin-left: 0;
    margin-top: 115px;
    column-gap: 50px;
    /* max-width: 820px; */
    max-width: 950px;
    align-items: start;
    flex-wrap: nowrap;
}
.side-menu .each-footer-info {
    padding-top: 34px;
    position: relative;
    border-top: 1px solid #F0E8E0;
    width: 214px;
}
.side-menu .footer-btm-left {
    width: auto;
    position: relative;
    border-top: none;
    flex-wrap: nowrap;
}
/* .side-menu .each-footer-info::after {
    content: "";
    height: 1px;
    width: 214px;
    background-color: #F0E8E0;
    position: absolute;
    top: 0;
    left: 0;
} */
 .side-menu .each-footer-info.footer-btm-left::after {
    content: "";
    height: 1px;
    width: 214px;
    background-color: #F0E8E0;
    position: absolute;
    top: 0;
    left: 0;
}
.side-menu .footer-social li a:hover {
    background-color: #323238;
}
.side-menu .sec-mark {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}
/*****banner-sec***/
.banner-sec {
    position: relative;
}
.banner-video, .each-banner {
	height: 900px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    top: 56%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 43px;
}
.banner-content-right { 
    max-width: 254px;
    width: 100%;
    margin-left: auto;
}
.banner-content-left { 
    max-width: 808px;
    width: 100%;
    margin-bottom: 73px;
}
/****product-sec****/
.product-sec {
    padding: 111px 0 87px;
    overflow-x: clip;
    position: relative;
}
.product-heading p  {
    max-width: 400px;
    width: 100%;
    margin: 10px auto 0;
}
.product-slider {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
    margin-top: 71px;
    margin-bottom: 63px;
}
.product-slider .swiper-button-next {
    right: 23%;
}
.product-slider .swiper-button-prev {
    left: 23%;
}
.product-slider .common-arrow {
    top: 43%;
}
.each-product {
    background-color: #27272B;
    position: relative;
}
.each-product-top {
    display: flex;
    align-items: center;
    padding: 22px 13px;
    gap: 10px;
    justify-content: space-between;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-top h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-transform: uppercase;
}
.each-product-top  .arrow-btn {
    min-width: 106px;
    justify-content: end;
}
.each-product-btm table {
    display: block;
}
.each-product-btm tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.each-product-btm tr {
    display: flex;
    width: 72%;
}
.each-product-btm tr:last-child {
    width: 28%;  
    background-color: #323238;
    text-align: right;
}
.each-product-btm tr:last-child td {
    width: 100%;
}
.each-product-btm tr:last-child td h5 {
    margin-bottom: 6px;
    margin-top: 0;
}
.each-product-btm td {
    padding: 13px;
    width: 33.33%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.each-product-btm td h5 {
    color: #F0E8E0;
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
    line-height: normal;
    margin-top: 5px;
}
.each-product-btm td:nth-child(even) {
    background-color: #323238;
}
.each-product:hover .each-product-top {
    background-color: #F0E8E0;
}
.each-product:hover .each-product-top h4 {
    color: #1C1C1F;
}
.each-product:hover .each-product-top .arrow-btn {
    color: #1C1C1F;
}
.each-product:hover .each-product-top .arrow-btn::before {
    filter: brightness(0) saturate(100%) invert(10%) sepia(10%) saturate(637%) hue-rotate(201deg) brightness(94%) contrast(98%);
}
.each-product-img {
    position: relative;
    height: 100%;
}
.each-product-img img {
    height: 100%;
    object-fit: cover;
}
.each-product-img-wrap {
    height: 100%;
    width: 100%;
}
.each-product-progress {
    position: absolute;
    top: 29px;
    right: 29px;
    width: 63px;
    height: 10px;
    z-index: 1;
    border-radius: 10px;
    display: block !important;
    background-color: rgba(110, 110, 110, 0.5);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-progress span {
    background: #F0E8E0;
    display: block;
    height: 100%;
    width: 0;
    opacity: 1;
    border-radius: 10px;
}
.each-product:hover .each-product-progress {
    opacity: 1;
}
.sec-mark {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.product-sec .sec-mark {
    top: -17%;
    z-index: 1;
}
.swiper-wrapper.centered {
	justify-content: center; 
}
.swiper-wrapper.centered .swiper-slide:last-child {
    margin-right: 0 !important; 
}
/*********service-sec*********/
.service-sec {
	padding-top: 114px;
    background-color: #F0E8E0;
    position: relative;
}
.service-sec .sec-mark {
    width: 100%;
    height: 100%;
}
.service-sec .sec-mark img {
    height: 100%;
    object-fit: cover;
}
.service-sec .container {
    position: relative;
    z-index: 1;
}
.service-heading {
    margin-bottom: 76px;
}
.each-service {
	position: relative;
	border-top: 1px solid #bbb;
}
.each-service a {
    padding: 40px 0;
    width: 100%;
    height: 100%;
    display: block;
}
.each-service:last-child {
	border-bottom: 1px solid #bbb;
	text-align: end;
    padding-bottom: 0;
}
.each-service:nth-child(2) {
	padding-left: 34%;
}
.each-service:nth-child(3) {
	padding-left: 60%;
}
.each-service h2 {
    color: #1C1C1F;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service:hover h2 {
	color: rgba(28, 28, 31, 0.50);
}
.each-service-info {
	display: none;
	position: relative;
}
.each-service-info-text {
	position: relative;
	z-index: 1;
}
.each-service-info-text h3 {
    color: #fff;
}
.each-service-info-text p {
	margin: 6px 0 0;
    height: 4lh;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-info-text .common-btn {
    margin-top: 112px;
}
.each-service-info img,
.service-cursor img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}
.service-cursor {
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	background-color: #1c1c1f;
	color: #fff;
	padding: 16px 24px;
	max-width: 460px;
	transform: rotate(5deg);
	opacity: 0;
    z-index: 1;
}
/*******brand-intro-sec******/
.brand-intro-sec {
    padding: 160px 0 416px;
}
.brand-intro-quote {
    background-color: #fff;
    max-width: 481px;
    width: 100%;
    padding: 10px 10px 10px 35px;
}
.brand-intro-quote-text p {
    color: #1C1C1F;
    margin: 18px 0 0;
}
.brand-intro-quote-text img {
    width: 38px;
}
.brand-intro-info {
    padding-left: 70px;
}
.brand-intro-info p {
    margin: 20px 0;
}
/******about-us-sec****/
.about-us-sec {
    overflow-x: clip;
}
.about-us-sec .col-lg-7 {
    width: 61%;
}
.about-us-sec .col-lg-5 {
    width: 39%;
}
.about-us-wrap {
    margin-top: -270px;
    position: relative;
    z-index: 1;
}
.about-us-text {
    position: relative;
    padding: 52px 77px 44px 0;
    height: 100%;
}
.about-us-text::after {
    content: "";
    height: 100%;
    width:100vw;
    right: 0;
	position:absolute;
    background-color: #F0E8E0;
    top: 0;
    z-index: -1;
}
.about-us-text p {
    color: #1C1C1F;
    margin: 10px 0 0;
}
.counter {
    margin: 32px 0;
}
.each-counter {
    margin-bottom: 41px;
}
.each-counter:last-child {
    margin-bottom: 0;
}
.each-counter h2 {
    color: #1C1C1F;
    font-family: 'LamaSans-Medium';
}
.each-counter h5 {
    color: #1C1C1F;
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
}
.about-us-text ul {
    margin-bottom: 40px;
}
.about-us-text li {
    color: #1C1C1F;
    font-family: 'CanelaText-MediumItalic';
    font-size: 1.4rem;
    line-height: 33px; 
    letter-spacing: 0.14px;
}
.about-us-text li::after {
    background-image: url(../images/list-arrow.svg);
    width: 13px;
    height: 11px;
    background-position: center center;
    background-size: 13px;
    top: 12px;
    border-radius: 0;
    background-color: transparent;
}
.about-us-right {
    position: relative;
    height: 100%;
    padding: 44px 0 44px 44px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.about-us-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 59vw;
}
.about-us-img img {
    height: 100%;
    object-fit: cover;
}
.about-us-img::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(127deg, rgba(0, 0, 0, 0.00) 3.9%, rgba(0, 0, 0, 0.55) 83.87%);
}
.about-us-usp {
    max-width: 411px;
    width: 100%;
    margin-left: auto;
    margin-right: -38px;
    position: relative;
    z-index: 1;
    padding: 0 38px;
}
.each-about-us-usp h5 {
    margin-bottom: 18px;
}
.each-about-us-usp p {
    margin-bottom: 0;
}
.about-us-usp-wrap {
    padding: 0 29px;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.about-us-usp .swiper-button-next {
    right: 0;
}
.about-us-usp .swiper-button-prev {
    left: 0;
}
.about-us-usp .common-arrow {
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    opacity: 1;
}
.about-us-usp .common-arrow img {
    width: 9px;
}
/*****review-sec*****/
.review-sec {
    position: relative;
    padding: 80px 0;
}
.review-sec .container {
    position: relative;
    z-index: 1;
}
.review-sec .sec-mark {
    top: -30%;
}
.review-sec h2 {
    margin-bottom: 55px;
    text-align: center;
}
/*****footer-area*****/
.footer-area {
    background-color: #27272B;
    position: relative;
}
.footer-brand {
    padding: 60px 14px 18px;
    background-color: #1C1C1F;
}
.footer-main {
    padding: 68px 0 24px;
}
.footer-logo img {
    width: 180px;
}
.footer-info {
    display: flex;
    justify-content: space-between;
    row-gap: 28px;
    column-gap: 10px;
    /*max-width: 760px;*/
    margin-left: auto;
    flex-wrap: wrap;
}
.each-footer-info h6 {
    color: #fff;
    font-family: 'CanelaText-MediumItalic';
    margin-bottom: 10px;
    letter-spacing: 0.14px;
}
.each-footer-info p {
    color: #F9F8F6;
    letter-spacing: 0.32px;
    line-height: 30px;
    margin-bottom: 0;
    font-size: 1.6rem;
}
.each-footer-info p a {
    color: #F9F8F6;
}
.each-footer-info p a:hover {
    color: #F9F8F6;
    opacity: 0.6;
}
.each-footer-info td {
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.6rem;
}
.each-footer-info td:nth-child(odd) {
    padding-right: 47px;
}
.footer-btm {
    border-top: 1px solid #fff;
    margin-top: 58px;
    padding-top: 22px;
}
.footer-btm-left {
    display: flex;
    column-gap: 31px;
    row-gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}
.footer-credit p {
    margin-bottom: 0;
    color: #767676;
}
.footer-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 8px;
} 
.footer-social li {
    padding-left: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social li a {
    width: 31px;
    height: 31px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    background-color: #1C1C1F;
}
.footer-partner ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}
.footer-partner li {
    padding-left: 0;
}
.footer-partner li::after {
    display: none;
}
.footer-area .sec-mark {
    left: auto;
    top: auto;
    bottom: 16%;
    right: 0;
}
.footer-partner img{
	width: 120px;
}
/****************** diensten-dtl ******************/
/****inner-header****/
.inner-header {
    background-color: #F0E8E0;
}
.inner-header .header-social li a {
    border-color: rgba(28, 28, 31, 0.20);
}
.inner-header .header-social li a img {
    filter: invert(1);
}
.inner-header .header-social li a:hover {
    background-color: #1C1C1F;
    border-color: #1C1C1F;
}
.inner-header .header-social li a:hover img {
    filter: brightness(0) invert(1);
}
.inner-header .header-logo .logo {
    display: none;
}
.inner-header .header-logo .black-logo {
    display: inline-block;
}
.inner-header .header-contact a {
    color: rgba(28, 28, 31, 0.80);
}
.inner-header .header-right {
    border-color: rgba(28, 28, 31, 0.50);
}
.inner-header .menu-bar div, 
.inner-header .menu-bar::after, 
.inner-header .menu-bar::before {
    background-color: #1C1C1F;
}
.inner-header .menu-bar.active div, 
.inner-header .menu-bar.active::after, 
.inner-header .menu-bar.active::before {
    background-color: rgba(255, 255, 255, 0.80);
}
.inner-header .side-menu-active .header-right {
    border-color: rgba(255, 255, 255, 0.5);
}
.inner-header .header-right-active .header-contact a {
    color: #fff;
}
.inner-header .header-right-active {
    border-color: rgba(255, 255, 255, 0.5);
}
.inner-header.header-active .header-social li a {
    border-color: rgba(255, 255, 255, 0.2);
}
.inner-header.header-active .header-social li a img {
    filter: brightness(0) invert(1);
}
.inner-header.header-active .header-social li a:hover {
    background-color: #fff;
}
.inner-header.header-active .header-social li a:hover img {
    filter: brightness(100) invert(1);
}
.inner-header.header-active .header-logo .black-logo {
    display: none;
}
.inner-header.header-active .header-logo .logo {
    display: inline-block;
}
.inner-header.header-active .menu-bar div, 
.inner-header.header-active .menu-bar::after, 
.inner-header.header-active .menu-bar::before {
    background-color: rgba(255, 255, 255, 0.80);
}
.inner-header.header-active .header-contact a {
    color: rgba(255, 255, 255, 0.80);
}
.inner-header.header-active .header-right {
    border-color: rgba(255, 255, 255, 0.5);
}
/****bk-btn-sec****/
.common-btn.bk-btn {
    bottom: 60px;
    left: 0;
    position: relative;
    z-index: 2;
}
/****diens-top-sec****/
.diens-top-sec {
    padding: 216px 0 80px;
    position: relative;
}
.diens-top-sec .sec-mark {
    top: -50px;
    left: auto;
    right: 0;
}
.diens-top-area {
    position: relative;
}
.mob-diens-top-mark{
    display: none;
}
.diens-top-txt h6 {
    color: #fff;
    font-family: 'LamaSans-Medium';
    margin-bottom: 23px;
}
/****diens-mid-sec****/
.diens-mid-sec {
    padding-bottom: 102px;
}
.diens-mid-area .row {
    align-items: center;
}
.diens-mid-content {
    padding-right: 85px;
}
.diens-mid-content tr {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    margin-bottom: 38px;
}
.diens-mid-content td img {
    width: 24px;
    height: 24px;
    margin-top: 4px;
}
.diens-mid-content td h4 {
    margin-bottom: 16px;
}
.diens-mid-content tr:last-child,
.diens-mid-content tr:last-child p {
    margin-bottom: 0;
}
.diens-mid-content li::after {
    top: 6px;
}
/****form-sec****/
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.form-sec {
    position: relative;
}
.form-right-area {
    background-color: #F0E8E0;
    height: 100%;
    padding: 34px 58px 34px 47px;
    position: relative;
}
.form-bg-mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.form-bg-mark img {
    height: 100%;
    object-fit: cover;
}
.form-right-area .row {
    align-items: center;
}
.form-right-area .col-lg-10 {
    width: 87%;
}
.form-right-area .col-lg-2 {
    width: 13%;
}
.form-right-area .footer-social {
    position: relative;
    height: 100%;
    max-width: 31px;
    margin-left: auto;
}
.form-right-area .footer-social::after,
.form-right-area .footer-social::before {
    content: '';
    position: absolute;
    top: -114%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: calc(100% - 5px);
    background-color: #1C1C1F;
}
.form-right-area .footer-social::before {
    top: auto;
    bottom: -114%;
}
.form-right-area .footer-social ul {
    flex-direction: column;
    align-items: end;
}
.form-right-area .footer-social li a {
    border-color: rgba(28, 28, 31, 0.20);
}
.form-right-area .footer-social li a img {
    filter: invert(1);
}
.form-right-area .footer-social li a:hover {
    border-color: #1C1C1F;
}
.form-right-area .footer-social li a:hover img {
    filter: brightness(0) invert(1);
}
.form-title {
    margin-bottom: 56px;
    position: relative;
    z-index: 1;
}
.form-title p {
    color: #1C1C1F;
}
.form-title h3 {
    margin-bottom: 11px;
}
.form-main-area {
    position: relative;
    z-index: 1;
}
.form-main-area .form-group {
    margin-bottom: 53px;
    position: relative;
}
.form-main-area .form-styl {
    color: #1C1C1F;
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    line-height: normal;
    resize: none;
    border: 0;
    border-bottom: 1px solid #1C1C1F;
    outline: none;
    padding-bottom: 19px;
    padding-left: 10px;
}
.form-main-area .form-styl:focus{
    color: #1C1C1F;
    background: transparent;
    outline: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #1C1C1F;
}
.form-main-area .form-label {
    color: rgba(28, 28, 31, 0.60);
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
    line-height: normal;
    pointer-events: none;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.28px;
    padding-left: 10px;
}
.form-main-area .focus-input .form-label{
    top: -29px;
    color: rgba(28, 28, 31, 0.60);
}
.form-styl.photo_upload,
.form-styl.foto_upload {
    color: rgba(28, 28, 31, 0.60);
}
.form-main-area textarea.form-styl {
    height: 92px;
}
.form-main-area .form-group.form-comment {
    margin-bottom: 0;
}
.form-btn .black-btn { 
    background-color: transparent;
}
.form-left-area {
    padding: 63px 71px;
    height: 100%;
}
.form-left-area h3 {
    color: #fff;
    margin-bottom: 32px;
}
.form-left-area .footer-info {
    flex-direction: column;
    row-gap: 36px;
}
.form-left-area .each-footer-info h6 { 
    letter-spacing: 0.16px;
    font-size: 1.6rem;
    line-height: 33px;
}
.form-left-area .each-footer-info p {
    line-height: normal;
}
/****diens-btm-sec****/
.diens-btm-sec {
    padding: 118px 0 50px;
}
.diens-btm-title {
    margin-bottom: 71px;
}
.diens-btm-title-btn {
    text-align: end;
}
.each-diens-service {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-service-txt {
    background-color: #F0E8E0;
    padding: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-service-txt h4,
.each-diens-service-txt p {
    color: #1C1C1F;
}
.each-diens-service-txt p {
    margin-top: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4lh;
}
.each-diens-service-img {
    height: 282px;
}
.each-diens-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-diens-service:hover .each-diens-service-txt {
    background-color: #fff;
}
.each-diens-service:hover .common-btn::before {
	transform: translateX(101%);
}
.each-diens-service:hover .common-btn::after {
	transform: translateX(0);
	transition-delay: 0.12s;
}
.each-diens-service:hover .common-btn:not(:hover)::after {
	transition-delay: 0s;
}
.each-diens-service:hover .common-btn {
	color: #fff;
}
.diens-service-slider .common-arrow {
    top: 43%;
}
.diens-service-slider .swiper-button-next {
    right: -5%;
}
.diens-service-slider .swiper-button-prev {
    left: -5%;
}
/****************** vacaturen-dtl ******************/
/****vacature-mid-sec****/
.vacature-mid-sec .diens-mid-content {
    padding-right: 15px;
}
.vacature-mid-sec .diens-mid-content li {
    margin-bottom: 5px;
}
/****************** contact ******************/
/****map-sec****/
.map {
    height: 500px;
}
/****contact-form****/
.contact-form {
    padding-top: 124px;
}
.contact-form .sec-mark {
    top: -23%;
}
/****contact-review****/
.contact-review .sec-mark {
    display: none;
}
/****************** popup ******************/
.modal-area .modal-dialog {
    max-width: 63%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background-color: rgba(28, 28, 31, 0.70);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-area .popup-content img {
	width: 134px;
}
.modal-area .popup-content p {
    margin: 48px 0 58px;
    max-width: 400px;
    width: 100%;
    color: #1C1C1F;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.modal-area .popup-content {
    border-radius: 0;
    background-color: transparent;
    overflow: hidden;
    padding: 83px;
    position: relative;
    z-index: 1;
}
.popup-content-part {
    position: relative;
    background-color: #F0E8E0;
    height: 100%;
}
.popup-bg-mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.popup-bg-mark img {
    height: 100%;
    object-fit: cover;
}
.pop-up-image {
	height: 100%;
    overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-content-wrap .col-lg-5 {
    width: 46%;
}
.modal-content-wrap .col-lg-7 {
    width: 54%;
}
/****************** diensten ******************/
/****inner-banner****/
.inner-banner-sec {
    position: relative;
    height: 500px;
}
.inner-banner-img {
    height: 100%;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-text {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.inner-banner-sec .sec-mark {
    top: auto;
    bottom: -35%;
    z-index: 1;
}
/****service-list-sec****/
.service-list-sec {
    background-color: #F0E8E0;
}
.each-service-list {
    position: relative;
    z-index: 1;
}
.each-service-list .container {
    position: relative;
    z-index: 1;
}
.each-service-list-wrap {
    padding: 50px 0;
    border-bottom: 1px solid #BBB;
    position: relative;
}
.each-service-list-wrap::after {
    content: "";
    height: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transition: height .6s cubic-bezier(.66,0,.34,1);
    -webkit-transition: height .6s cubic-bezier(.66,0,.34,1);
}
.each-service-list-text {
    margin-bottom: 58px;
}
.each-service-list-text h2 {
    color: #1C1C1F;
}
.each-service-list-text p {
    color: #1C1C1F;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 0;
    margin: 10px 0 0;
    max-width: 533px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list-img {
    max-width: 460px;
    width: 100%;
    height: 282px;
}
.each-service-list-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-list:hover .each-service-list-text p {
    max-height: 3lh;
}
.each-service-list:hover .each-service-list-wrap::after {
    height: 100%;
}
/****************** over-ons ******************/
/*****overons-welcome-sec******/
.overons-welcome-sec {
    padding: 117px 0;
    position: relative;
    overflow: hidden;
}
.overons-welcome-sec .container {
    position: relative;
    z-index: 1;
}
.overons-welcome-quote {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.overons-welcome-quote .brand-intro-quote {
    padding: 20px;
}
.overons-welcome-quote .brand-intro-quote-img {
    margin-top: 14px;
}
.overons-welcome-sec .row {
    margin: 0 -25px;
}
.overons-welcome-sec .col-lg-3,
.overons-welcome-sec .col-lg-5,
.overons-welcome-sec .col-lg-4 {
    padding: 0 25px;
}
.overons-welcome-text {
    max-width: 390px;
    margin-left: auto;
}
.overons-welcome-text h2 {
    margin-bottom: 20px;
}
.overons-welcome-sec .counter {
    display: flex;
    column-gap: 50px;
    row-gap: 20px;
    flex-wrap: wrap;
    margin: 50px 0 0;
    justify-content: end;
}
.overons-welcome-sec .each-counter {
    margin-bottom: 0;
}
.overons-welcome-sec .each-counter h2 {
    color: #fff;
    margin-bottom: 5px;
}
.overons-welcome-sec .each-counter h5 {
    color: #fff;
}
.overons-welcome-img {
    width: calc(100% + 34px);
    height: 100%;
}
.overons-welcome-img img {
    height: 100%;
    object-fit: cover;
}
.overons-welcome-sec .sec-mark {
    right: 0;
    bottom: -20%;
    left: auto;
    top: auto;
}
/******why-us-sec*****/
.why-us-sec {
    background-color: #F0E8E0;
    padding: 83px 0;
    position: relative;
}
.why-us-sec .container {
    position: relative;
    z-index: 1;
}
.why-us-sec h2 {
    margin-bottom: 62px;
    text-align: center;
    color: #1C1C1F;
}
.why-us-sec .sec-mark {
    height: 100%;
    width: 100%;
}
.why-us-sec .sec-mark img {
    height: 100%;
}
.why-us-img {
    position: relative;
    max-width: 562px;
    width: 100%;
    height: 100%;
}
.why-us-img::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(188deg, rgba(0, 0, 0, 0.00) 6.6%, rgba(0, 0, 0, 0.55) 91.59%);
}
.why-us-img img {
    height: 100%;
    object-fit: cover;
}
.why-us-img .common-btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 1;
}
.why-us-text {
    padding-left: 12px;
}
.why-us-usp {
    margin-bottom: 74px;
}
.why-us-usp tr {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #BBB;
    align-items: center;
}
.why-us-usp tr:first-child {
    padding-top: 0;
}
.why-us-usp td:nth-child(odd) {
    display: flex;
    align-items: center;
    width: 55%;
}
.why-us-usp td:nth-child(even) {
    width: 45%;
    padding-left: 20px;
}
.why-us-usp td h5 {
    color: #1C1C1F;
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
    line-height: normal;
    height: 40px;
    width: 40px;
    min-width: 40px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}
.why-us-usp td h5::after {
    content: "";
    height: 40px;
    width: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px;
    background-image: url(../images/why-us-number-mark.svg);
    position: absolute;
    left: 0;
    top: 0;
}
.why-us-usp td h4 {
    color: #1C1C1F;
    font-family: 'LamaSans-Regular';
}
.why-us-usp td p {
    color: #1C1C1F;
    margin-bottom: 0;
}
.why-us-list ul {
    margin-bottom: 0;
}
.why-us-list li {
    color: #1C1C1F;
    font-family: 'CanelaText-MediumItalic';
    font-size: 1.4rem;
    line-height: 33px;
    letter-spacing: 0.14px;
}
.why-us-list li::after {
    background-image: url(../images/list-arrow.svg);
    width: 13px;
    height: 11px;
    background-position: center center;
    background-size: 13px;
    top: 12px;
    border-radius: 0;
    background-color: transparent;
}
.why-us-contact {
    max-width: 315px;
    width: 100%;
    background-color: #fff;
    margin-left: auto;
    padding: 37px 22px 29px;
}
.why-us-contact h4 {
    color: #000;
}
.why-us-contact p {
    color: #000;
    margin: 16px 0 70px;
}
/****member-sec***/
.member-sec {
    padding: 120px 0 136px;
}
.member-sec h2 {
    text-align: center;
    margin-bottom: 60px;
}
.member-slider {
    position: relative;
}
.each-member-text-wrap {
    position: relative;
    z-index: 1;
}
.each-member-text {
    max-width: calc(100% - 70px);
    margin: 16px auto 0;
    position: relative;
    padding: 15px 20px;
}
.each-member-text h6 {
    color: #fff;
    margin-top: 5px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.each-member-text h4 {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.each-member-text::after {
    content: "";
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    position: absolute;
    transition: height .6s cubic-bezier(.66,0,.34,1);
    -webkit-transition: height .6s cubic-bezier(.66,0,.34,1);
}
.each-member:hover .each-member-text::after {
    height: 100%;
}
.each-member:hover .each-member-text h6 {
    color: #1C1C1F;
}
.each-member:hover .each-member-text h4 {
    color: #1C1C1F;
}
.member-slider .common-arrow {
    top: 40%;
}
.member-slider .swiper-button-prev {
    left: -5%;
}
.member-slider .swiper-button-next {
    right: -5%;
}
/******gallery-sec****/
.gallery-sec {
    padding-bottom: 76px;
    overflow: hidden;
}
.gallery-sec .row {
    margin-bottom: 10px;
}
.each-gallery {
    position: relative;
    overflow: hidden;

    will-change: transform;
    transition: transform 0.15s ease-out;
}
.each-gallery img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gallery:hover img {
    transform: scale(1.05);
}
.gallery-sec .col-6:nth-child(1) .each-gallery {
    width: 57%;
    margin-left: 33%;
}
.gallery-sec .col-6:nth-child(2) .each-gallery {
    width: 68%;
    top: 18%;
    margin-left: 8%;
    z-index: 1;
}
.gallery-sec .col-4:nth-child(1) .each-gallery {
    width: 104%;
    z-index: 1;
    margin-top: 11%;
}
.gallery-sec .col-4:nth-child(2) .each-gallery {
    width: 159%;
    margin-left: -47%;
}
.gallery-sec .col-4:nth-child(3) .each-gallery {
    width: 88%;
    margin-left: 12%;
}
.gallery-sec .row:nth-child(3) .col-6:nth-child(1) .each-gallery {
    width: 40%;
    margin-left: 18%;
}
.gallery-sec .row:nth-child(3) .col-6:nth-child(2) .each-gallery {
    width: 98%;
    margin-top: 3.5%;
    margin-left: -16%;
}
.gallery-sec .row:nth-child(2) {
    margin-top: -6%;
}
.gallery-sec .row:nth-child(3) {
    margin-top: -8%;
    position: relative;
    z-index: 1;
}
/****************** aanbod-list ******************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 175px 0 60px;
    background-color: #1C1C1F;
}
.filter-title {
    margin-bottom: 50px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.7px;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #F0E8E0;
}
.select-style {
    width: 100%;
    height: 48px;
    color: #fff;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) #1C1C1F no-repeat 91% center / 10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    text-align: center;
    text-transform: uppercase;
}
.select-style.show {
    border-radius: 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-content {
    display: none;
    background-color: #F0E8E0;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #F9F8F6;
    border-top: 0;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
    border-radius: 0;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #1C1C1F;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #1C1C1F;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #1C1C1F;
    background-color: transparent;
    border-radius: 0;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #1C1C1F;
    border-color: #1C1C1F;
    background-image: url(../images/check-tick.svg);
    background-size: 12px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #1C1C1F;
    border-radius: 0;
    background-color: #F0E8E0;
	font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    border: 1px solid #F0E8E0;
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    filter: invert(1);
}
.auto-overview-tag:hover img {
    filter: brightness(0) invert(1);
}
.auto-overview-tag:hover {
    background-color: transparent;
    border-color: #F0E8E0;
    color: #F0E8E0;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 22%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 78px;
    background-color: #1C1C1F;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    font-family: 'LamaSans-Regular';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 0;
    background-color: #F0E8E0;
    border: 1px solid #F0E8E0;
    text-transform: capitalize;
    color: #1C1C1F;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #F0E8E0;
    color: #fff;
}
.mobile-show-filter .common-btn::after,
.mobile-show-filter .common-btn::before {
    display: none;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #1C1C1F;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #1C1C1F;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #1C1C1F;
    border-bottom: 1px solid rgba(249, 248, 246, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 0;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #F0E8E0;
    border: 1px solid #F0E8E0;
    color: #1C1C1F;
	padding: 10px;
	border-radius: 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #F0E8E0;
    color: #fff;
}
.auto-overview-filter-result .total_search_records::after,
.auto-overview-filter-result .total_search_records::before {
    display: none;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'LamaSans-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 224px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
    color: #fff;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #F0E8E0;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(240, 232, 224, 0.4);
    border-color: rgba(240, 232, 224, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #F0E8E0;
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #fff;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #fff;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.mob-filter-visible h6 {
    color: #fff;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #F0E8E0;
}
.filter-left-part {
    position: relative;
    z-index: 1;
}
.filter-left-part .row {
    column-gap: 6px;
    row-gap: 16px;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding-bottom: 38px;
}
.aanbod-product-area > .row {
    margin: 0 -10px;
    row-gap: 20px;
}
.aanbod-product-area .col-lg-6 {
    padding: 0 10px;
}
.aanbod-product-sec .each-product-btm td h5 {
    font-size: 1.6rem;
}
/****************** verkocht ******************/
/****verkocht-title****/
.verkocht-title {
    padding: 182px 0 70px;
}
/****verkocht-product-sec****/
.verkocht-product-sec .aanbod-product-area > .row {
    margin: 0 -5px;
    row-gap: 10px;
}
.verkocht-product-sec .aanbod-product-area .col-lg-6 {
    padding: 0 5px;
}
.verkocht-product-sec .each-product-btm tr {
    width: 79%;
}
.verkocht-product-sec .each-product-btm tr:last-child {
    width: 21%;
}
/****************** aanbod-dtl ******************/
/****aanbod-bk-btn****/
.aanbod-bk-btn {
    padding-top: 200px;
    position: relative;
}
.aanbod-top-btn-wrap {
    margin-top: -100px;
}
/****aanbod-top-btn****/
.aanbod-top-btn {
    margin-bottom: 75px;
}
.aanbod-share-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    z-index: 1;
    padding-right: 15px;
}
.aanbod-share-btn h6 {
    margin-right: 23px;
}
.share-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
    position: relative;
}
.share-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 43px;
    height: 43px;
    background-image: url(../images/share-circle.png);
    background-size: 43px;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}
.share-icon img {
    width: 13px;
}
/****aanbod-top-sec****/
.aanbod-top-sec{
    overflow: hidden;
}
.aanbod-top-area {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.aanbod-top-area > .row {
    margin: 0 -10px;
}
.aanbod-top-area > .row > .col-lg-8,
.aanbod-top-area > .row > .col-lg-4 {
    padding: 0 10px;
}
.aanbod-top-area > .row > .col-lg-8 {
    width: 59%;
}
.aanbod-top-area > .row > .col-lg-4 {
    width: 41%;
}
.aanbod-top-slider .swiper-button-next {
    right: 3%;
}
.aanbod-top-slider .swiper-button-prev {
    left: 3%;
}
.aanbod-top-content {
    background: linear-gradient(0deg, #F0E8E0 0%, #F0E8E0 100%);
    padding: 34px 37px 18px;
    height: 100%;
    position: relative;
}
.aanbod-top-content .sec-mark {
    left: auto;
    right: 0;
}
.aanbod-top-content-wrap {
    max-width: 615px;
    width: 100%;
}
.aanbod-top-title {
    text-transform: uppercase;
}
.aanbod-top-title p {
    color: #1C1C1F;
    max-width: 512px;
    width: 100%;
    margin-bottom: 20px;
}
.aanbod-top-info table,
.aanbod-top-info tbody {
    width: 100%;
}
.aanbod-top-info tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.aanbod-top-info td {
    display: flex;
    align-items: center;
    width: 49%;
    flex-wrap: wrap;
}
.aanbod-top-info td h6 {
    color: #1C1C1F;
    line-height: 24px;
    letter-spacing: 0.7px;
    position: relative;
}
.aanbod-top-info td p {
    font-weight: normal;
    color: #000000;
    font-family: 'CanelaText-MediumItalic';
    line-height: 33px;
    letter-spacing: 0.14px;
    margin-bottom: 0;
    width: 51%;
}
.aanbod-top-info td p {
    position: relative;
    padding-left: 21px;
}
.aanbod-top-info td p::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 13px;
    height: 13px;
    background-image: url(../images/aanbod-top-info-arw.svg);
    background-size: 13px;
    background-repeat: no-repeat;
}
.aanbod-top-price {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 36px 0;
}
.aanbod-top-price h3 {
    font-family: 'LamaSans-Medium';
    font-size: 3rem;
    line-height: 48px;
    letter-spacing: 0.3px;
    color: #000000;
}
.aanbod-top-price h5 {
    font-family: 'LamaSans-Medium';
    color: rgba(0, 0, 0, 0.70);
    font-size: 1.8rem;
}
.aanbod-top-contact {
    background-color: #FFF;
    padding: 10px;
}
.aanbod-top-contact-info {
    padding: 10px 10px 0;
}
.aanbod-top-contact-info h5,
.aanbod-top-contact-info h6 a,
.aanbod-top-contact-info p,
.aanbod-top-contact-info p a {
    color: #1C1C1F;
}
.aanbod-top-contact-info h6 a:hover,
.aanbod-top-contact-info p a:hover {
    color: rgba(0, 0, 0, 0.70);
}
.aanbod-top-contact-info h6 {
    margin: 5px 0 18px;
}
.aanbod-top-contact-info p {
    margin-bottom: 7px;
    position: relative;
    padding-left: 18px;
}
.aanbod-top-contact-info p::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    background-image: url(../images/aanbod-contact-icon.svg);
    background-size: 12px;
    background-position: center center;
    background-repeat: no-repeat;
}
.aanbod-contact-btn ul {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    margin-bottom: 0;
    margin-top: 15px;
}
.aanbod-contact-btn li {
    padding-left: 0;
}
.aanbod-contact-btn li::after {
    display: none;
}
.aanbod-contact-btn button {
    background-color: transparent;
}
.aanbod-top-contact-img {
    height: 213px;
}
.aanbod-top-contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.aanbod-top-slider,
.each-aanbod-top-slider {
    height: 100%;
}
.each-aanbod-top-slider img {
    height: 100%;
    object-fit: cover;
}
.mob-aanbod-contact-btn {
    display: none;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec {
    padding: 92px 0 86px;
    position: relative;
    overflow: hidden;
}
.tab-main-area {
    position: relative;
    z-index: 2;
}
.tab-btn ul.tabs li {
    position: relative;
    word-break: break-word;
    cursor: pointer;
    color: #F0E8E0;
    background-color: transparent;
    border: 1px solid #F0E8E0;
    padding: 7px 19px;
}
.tab-btn .tabs li.active,
.tab-btn .tabs li:hover {
    background: #F0E8E0;
    color: #1C1C1F;
    border-color: #F0E8E0;
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading{
    display: none;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    margin-bottom: 55px;
    padding-left: 0;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 10px;
    row-gap: 5px;
}
.kenmerken-tab li {
    width: 24.47%;
    padding: 17px 32px;
    position: relative;
    line-height: normal;
    display: flex;
    /* justify-content: space-between; */
    column-gap: 20px;
    border-radius: 0;
    border: 1px solid #1C1C1F;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #1C1C1F;
    color: rgba(255, 255, 255, 0.70);
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
}
.kenmerken-tab li strong {
    font-weight: normal;
	display: block;
	color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab li:hover {
    background-color: #F0E8E0;
    border-color: #F0E8E0;
    color: #1C1C1F;
}
.kenmerken-tab li:hover strong {
    color: #1C1C1F;
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4,
.star_icon h4 {
    border-bottom: 1.5px solid #F0E8E0;
    padding-bottom: 10px;
	margin-bottom: 20px;
    color: #F0E8E0;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding-left: 0;
}
.dtl-tab-sec .bullet-panel li { 
	margin-bottom: 10px;
    list-style-type: none;
}
.dtl-tab-sec .bullet-panel li:after {
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-size: 7px;
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0E8E0;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #F0E8E0;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    text-transform: none;
    color: #1C1C1F;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 2rem;
    font-weight: bold;
    line-height: 20px;
}
.each-onderhoud-block h5 {
    margin: 12px 0 25px;
    text-transform: none;
    color: #fff;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 0;
    left: 19px;
    background-image: url(../images/tab_arrow.svg);
    width: 12px;
    height: 12px;
    background-size: 12px;
    background-repeat: no-repeat;
}
.tab-btn .tabs li.active::after {
    transform: rotate(90deg);
    filter: invert(1);
}
.tabs .common-btn::after,
.tabs .common-btn::before {
    display: none;
}
.tab-btm-btn {
    margin-top: 16px;
}
.tab-btm-btn .common-btn {
    color: #F0E8E0;
    border-color: #F0E8E0;
}
.tab-btm-btn .common-btn:hover {
    color: #1C1C1F;
}
/****kenmarken-popup****/
.kenmarken-popup {
    display: none;
}
.kenmarken-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.11);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 0;
    background-color: #1C1C1F;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #F0E8E0;
    box-shadow: 0px 0px 25px 0px #F0E8E0;
    -webkit-box-shadow: 0px 0px 25px 0px #F0E8E0;
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #F0E8E0;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #F0E8E0;
}
.kenmarken-popup-close img {
    width: 25px;
    filter: brightness(100) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
    background-color: #5B5A5E;
    width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 1.6rem;
}
.kenmerken-popup-model h2 {
    font-family: 'LamaSans-Regular';
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h3 {
    margin-bottom: 15px;
    color: #fff;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #D9D9D9;
    font-size: 1.6rem;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(255, 255, 255, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
/****aanbod-btm-sec****/
.aanbod-btm-sec {
    padding: 116px 0 67px;
    overflow: hidden;
}
.aanbod-btm-title {
    margin-bottom: 69px;
}
.aanbod-btm-title-btn {
    text-align: end;
}
.aanbod-btm-slider .each-product-btm td h5 {
    font-size: 1.6rem;
}
.aanbod-btm-slider .common-arrow {
    top: 46%;
}
.aanbod-btm-slider .swiper-button-next {
    right: -5%;
}
.aanbod-btm-slider .swiper-button-prev {
    left: -5%;
}
.mob-aanbod-btm-title-btn {
    display: none;
}




.modal-area2 .close-img {
    z-index: 1;
}
.star_icon {
    margin-bottom: 30px;
}
.star_icon p img {
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    padding-right: 0;
}
.privacy_section {
    padding-top: 120px;
}




/* ================== style for developer ========================= */
.fix-wp {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 50px;
    right: 30px;
}

.fix-wp img {
    width: 22px;
}

.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fix-wp a img {
    width: 24px;
}

.popup .popuptext {
    display: none;
    width: 200px;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 3px;
    right: 3vw;
    font-size: small;
}

.notifcation {
    position: relative;
}

.alert-number {
    display: none;
    position: absolute;
    /* bottom: 28px; / bottom: 28px; / left: 16px; */
    right: -11px;
    top:-16px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background-color: red;
    color: white;
    text-align: center;
    font-size: small;
    animation: shake 0.5s;
    animation-iteration-count: 1;
}

@media screen and (max-width: 600px) {
    .popuptext {
        right: 60px !important;
    }
}

@media (max-width : 767.98px) {
    .fix-wp {
        display: none;
    }
}

.morgeninternet-footer {
    width: 100%;
    height: 50px;
}


.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#F0E8E0 calc(1*100%/6),#1C1C1F 0 calc(3*100%/6),#F0E8E0 0),
              linear-gradient(#F0E8E0 calc(2*100%/6),#1C1C1F 0 calc(4*100%/6),#F0E8E0 0),
              linear-gradient(#F0E8E0 calc(3*100%/6),#1C1C1F 0 calc(5*100%/6),#F0E8E0 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #F0E8E0;
  }
  #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: 1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}
.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: 35px;
    padding-top: 15px;
}


