body {
	padding: 0px;
	margin: 0px;
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    background-color: #2A2A2A;
    /*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;
}
/****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;
}
/***fix-contact***/
.fix-contact {
    position: fixed;
    /* top: 40%; */
    bottom: 10%;
    right: 30px;
    z-index: 98;
}
.fix-contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.fix-contact li a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: rgba(42, 42, 42, 0.5);
    border: 1px solid transparent;
    backdrop-filter: blur(2px);
}
.fix-contact li a:hover {
    border-color: rgba(255, 255, 255, 0.50);
    background-color: #D0CABE;
}
.fix-contact li a:hover img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(0%) saturate(22%) hue-rotate(207deg) brightness(101%) contrast(98%);
}
/****custom-cursor*****/
.custom-cursor,
.overons-cursor {
    position: fixed;
    width: 1px;
    height: 1px;
    border-radius: 50%;
	backdrop-filter: blur(10px);
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 24px; 
    letter-spacing: 0.32px;
    font-size: 1.6rem;
    opacity: 0;
    font-family: 'Montserrat-Regular';
}
.custom-cursor .cursor-text,
.overons-cursor .overons-cursor-text {
    display: none;
}
.cursor-hover,
.overons-cursor-hover {
	width: 170px;
    height: 170px;
    background-color: rgba(208, 202, 190, 0.50);
	border: 1px solid #fff;
    backdrop-filter: blur(4px);
}
/****header-area****/
.header-area {
    padding: 33px 0;
    width: 100%;
    position: fixed;
    border-bottom: 1px solid transparent;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active {
    background-color: #2A2A2A;
    border-color: rgba(255, 255, 255, 0.1);
}
.header-logo img {
    width: 261px;
}
.header-nav {
    padding: 12px 24px;
    border-radius: 100px;
    border: 2px solid rgba(255, 255, 255, 0.10);
    background-color: #2A2A2A;
    margin-left: auto;
} 
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 10px;
}
.header-nav > ul > li {
    color: #fff;
}
.header-nav > ul > li > a {
    color: #fff;
    padding: 12px 24px;
    border-radius: 100px;
    display: inline-block;
}
.header-nav > ul > li > a:hover {
    background-color: #D0CABE;
    color: #323432;
}
.header-nav > ul > li.header-contact > a {
    background-color: #D0CABE;
    color: #323432;
}
.header-nav > ul > li.header-contact > a:hover {
    background-color: #323432;
    color: #fff;
}
.parent-dropdown {
    position: relative;
}
.parent-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 65px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background-color: #2A2A2A;
    min-width: 170px;
    text-align: center;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.3);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.parent-dropdown ul li {
    color: #fff;
}
.parent-dropdown ul li a {
    color: #fff;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
}
.parent-dropdown ul li:last-child a {
    border-bottom: 0;
}
.parent-dropdown ul li a:hover {
    color: #D0CABE;
}
.parent-dropdown:hover ul {
    top: 48px;
    opacity: 1;
    pointer-events: all;
}
.parent-dropdown img {
    cursor: pointer;
}
/*****mobile-menu*****/
.menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #2A2A2A;
    padding: 7px 32px;
    position: relative;
    min-width: 100px;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar {
    position: relative;
    max-width: 35px;
    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: #fff;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 35px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-btn .menu-bar div {
    transform: scale(0);
}
.menu-btn.active .menu-bar:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-8px) rotate(-135deg);
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 40%;
    background-color: #222;
    padding: 110px 40px 40px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mobile-menu-wrap {
    height: 100%;
    overflow-y: auto;
}
.mobile-menu-wrap > ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.mobile-menu-wrap > ul > li {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 2rem;
}
.mobile-menu-wrap > ul > li::after {
    display: none;
}
.mobile-menu-wrap > ul > li > a {
    color: #fff;
}
.mobile-menu-wrap > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.mobile-menu .parent-dropdown ul {
    top: 0;
    pointer-events: all;
    opacity: 1;
    position: initial;
    transform: translateX(0);
    display: none;
    margin-top: 10px;
    overflow: hidden;
}
.mobile-menu .parent-dropdown:hover ul {
    top: 0;
}
.mobile-menu .parent-dropdown ul li {
    font-size: 1.6rem;
}
.mobile-menu-wrap li.active {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.body-overlay {
    height: 100vh;
    width: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
/*****banner-sec***/
.banner-sec {
	position: relative;
}
.banner-sec::after {
    content: "";
    height: 142px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(42, 42, 42, 0.00) 0%, #2A2A2A 100%);
    z-index: 1;
    pointer-events: none;
}
.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;
    bottom: 80px;
    width: 100%;
	z-index: 2;
}
.banner-content h1 {
    margin-bottom: 24px;
}
.banner-content .common-btn {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.24);
    color: #fff;
}
.banner-content .common-btn:hover {
    color: #2A2A2A;
    background-color: #D0CABE;
    border-color: #D0CABE;
}
.banner-sec .sec-mark {
    height: auto;
    width: 24%;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1;
    top: auto;
}
/****product-sec*****/
.product-sec {
    padding: 120px 0 97px;
    position: relative;
    overflow: hidden;
}
.sec-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: -1;
}
.product-sec h2 {
    margin-bottom: 56px;
    text-align: center;
}
.product-btn {
    margin-top: 50px;
}
.product-slider {
    position: relative;
    width:100vw;
	margin-left:-50vw;
	left:50%;
}
.product-slider .swiper {
    margin: 0 -8%;
}
.each-product-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.each-product-img::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(42, 42, 42, 0.50);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-model h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    margin-top: 8px;
}
.each-product-price h4 {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.6rem;
}
.each-product-text {
    opacity: 0;
    margin-top: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 0 32px;
}
.about-gal-title {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.product-slider .swiper-slide-active .each-product-text {
    opacity: 1;
}
.product-slider .swiper-slide-active .each-product-img::after {
    opacity: 0;
}
.product-slider .swiper-button-next {
    right: 5%;
}
.product-slider .swiper-button-prev {
    left: 5%;
}
.product-slider .common-arrow {
    top: 40%;
}
/*****service-sec*****/
.service-sec {
    padding: 120px 0 80px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.service-heading {
    margin-bottom: 56px;
}
.service-heading h2 {
    color: #2A2A2A;
}
.service-heading p {
    color: #2A2A2A;
}
.service-heading-right {
    max-width: 627px;
    width: 100%;
    margin-left: auto;
}
.service-slider {
    position: relative;
    width:100vw;
	margin-left:-50vw;
	left:50%;
}
.service-slider .swiper-button-prev {
    left: 4%;
}
.service-slider .swiper-button-next {
    right: 4%;
}
.each-service {
    border-radius: 10px;
    overflow: hidden;
    height: 678px;
}
.each-service-img {
    height: 100%;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover .each-service-img img {
    transform: scale(1.1);
}
.each-service-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 32px;
}
.each-service-text p {
    max-width: 562px;
    width: 100%;
    margin: 16px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-text h3 {
    display: flex;
    align-items: center;
}
.each-service-text h3 strong {
    margin-right: 56px;
    color: rgba(255, 255, 255, 0.70);
    font-family: 'BebasNeue-Regular';
    font-size: 8rem;
    line-height: 88px;
    letter-spacing: 1.6px;
    font-weight: normal;
    min-width: 70px;
}
.service-slider .swiper {
    margin-left: -45%;
}
.service-sec .sec-mark {
    height: auto;
    width: 36%;
    right: 0;
    top: 50px;
    left: auto;
    z-index: 0;
}
.service-sec .container {
    position: relative;
    z-index: 1;
}
/*****usp-marquee-sec*****/
.usp-marquee-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
    padding: 40px 0;
    background-color: #fff;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 150px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 150px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
    color: #2A2A2A;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding-left: 55px;
    position: relative;
}
.usp-marquee-wrap li::after {
	content: "";
	height: 31px;
	width: 31px;
	position: absolute;
	left: 0;
	top: -1px;
	background-size: 31px;
    background-image: url(../images/marq-icon.svg);
    background-repeat: no-repeat;
}
/****about-sec****/
.about-sec {
    padding: 108px 0 60px;
    position: relative;
    overflow-x: clip;
}
.about-sec h3 {
    max-width: 474px;
    width: 100%;
    margin-bottom: 30px;
}
.each-gallery {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.each-gallery img {
    height: 100%;
    object-fit: cover;
}
.about-gallery .col-lg-3 .each-gallery {
    height: 340px;
    width: calc(100% + 26%);
    margin-top: 87%;
    z-index: 1;
}
.about-gallery .col-lg-4 .each-gallery {
    height: 563px;
    width: calc(100% - 17%);
    margin-left: 14%;
    z-index: 1;
}
.about-gallery .col-lg-5 .each-gallery {
    height: 437px;
    margin-top: -21%;
    width: calc(100% + 12%);
    margin-left: -12%;
    z-index: 1;
}
.about-gallery .col-lg-4 {
    position: relative;
}
.about-gallery h2 {
    position: absolute;
    left: 20%;
    top: 26px;
    z-index: 1;
    width: calc(100% + 40%);
}
.about-gallery .col-lg-5 p {
    max-width: 474px;
    width: 100%;
    margin: 25% 0 0 auto;
}
.about-pointer {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
/*****review-sec****/
.review-sec {
    padding: 60px 0 40px;
    position: relative;
}
/****footer-area****/
.footer-area {
    padding: 40px 0 24px;
    overflow-x: clip;
    position: relative;
}
.footer-logo img {
    width: 343px;
}
.footer-info {
    max-width: 820px;
    width: 100%;
    margin-left: auto;
    column-gap: 20px;
    row-gap: 20px;
    display: flex;
    justify-content: space-between;
}
.each-footer-info h4 {
    margin-bottom: 24px;
}
.each-footer-info p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}
.each-footer-info p a {
    color: rgba(255, 255, 255, 0.7);
}
.each-footer-info p a:hover {
    color: #D0CABE;
}
.each-footer-info td {
    color: rgba(255, 255, 255, 0.7);
}
.each-footer-info td:nth-child(odd) {
    padding-right: 40px;
}
.footer-btm {
    padding-top: 24px;
    margin-top: 120px;
    position: relative;
}
.footer-btm::after {
    content: "";
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:absolute;
    height: 1px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.20);
}
.footer-social ul {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 8px;
    justify-content: end;
    list-style: none;
}
.footer-social li a {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    background-color: #D0CABE;
}
.footer-social li a:hover img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(0%) saturate(22%) hue-rotate(207deg) brightness(101%) contrast(98%);
}
.footer-privacy p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}
.footer-privacy p a {
    color: rgba(255, 255, 255, 0.7);
}
.footer-privacy p a:hover {
    color: #D0CABE;
}
.footer-area .sec-mark {
    display: none;
}
.footer-area .sec-mark img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
/* ============================= diensten-list ============================ */
/****inner-banner****/
.inner-banner {
    position: relative;
}
.inner-banner-img {
    position: relative;
    height: 600px;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, rgba(42, 42, 42, 0.00) 0%, #2A2A2A 100%);
}
.inner-banner-content {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
}
.inner-banner .sec-mark {
    height: auto;
    width: 24%;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1;
    top: auto;
}
/****diens-service-list-sec****/
.diens-service-list-sec {
    padding: 120px 0 88px;
    position: relative;
    overflow: hidden;
}
.diens-service-list-area .row {
    margin: 0 -12px;
    row-gap: 24px;
}
.diens-service-list-area .col-lg-6 {
    padding: 0 12px;
}
.diens-service-list-area .each-service {
    position: relative;
}
.diens-service-list-area .each-service {
    height: 667px;
}
.diens-right-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    width: 34%;
    pointer-events: none;
    z-index: 0;
}
/* ============================= diensten-list ============================ */
/****back-btn-sec****/
.back-btn-sec {
    padding: 210px 0 24px;
}
.back-btn {
    /* padding-left: 10%; */
}
.back-btn-sec .border-btn {
    border-color: #fff;
    color: #fff;
}
.back-btn-sec .border-btn:hover {
    color: #2A2A2A;
    background-color: #D0CABE;
    border-color: #D0CABE;
}
/****diens-top-sec****/
.diens-top-sec {
    position: relative;
}
.diens-top-sec .sec-mark {
    top: -20%;
}
.diens-top-area .col-lg-7 {
    width: 56%;
}
.diens-top-area .col-lg-5 {
    width: 44%;
}
.diens-top-left-img,
.diens-top-right-img {
    border-radius: 10px;
    overflow: hidden;
}
.diens-top-left-img-part {
    max-width: 813px;
    width: 100%;
    position: relative;
    /* left: 19%; */
    left: 0;
}
.diens-top-left-img-txt {
    /* position: absolute;
    bottom: 0;
    padding: 33px;
    width: 100%; */
}
.diens-top-left-info {
    max-width: 745px;
    width: 100%;
    padding-right: 20px;
    margin-top: 75px;
}
.diens-top-right-img {
    margin-top: -21%;
}
/****diens-mid-sec****/
.diens-mid-sec {
    padding: 96px 0 80px;
}
.diens-mid-area tr {
    display: flex;
}
.diens-mid-area td {
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    padding-right: 55px;
    margin-right: 55px;
}
.diens-mid-area td:first-child {
    padding-left: 0;
}
.diens-mid-area td:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.diens-mid-area td h3 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.diens-mid-area td h3 strong {
    margin-right: 44px;
    color: rgba(255, 255, 255, 0.70);
    font-family: 'BebasNeue-Regular';
    font-size: 8rem;
    line-height: 88px;
    letter-spacing: 1.6px;
    font-weight: normal;
    min-width: 70px;
}
.diens-mid-area td p {
    margin-bottom: 0;
}
/****form-sec****/
.form-sec {
    background-color: #fff;
    padding: 121px 0 118px;
    position: relative;
    overflow: hidden;
}
.form-sec .sec-mark {
    height: auto;
    width: 26%;
    right: 0;
    top: auto;
    bottom: 0;
    left: auto;
    z-index: 0;
}
.form-wrap {
    position: relative;
    z-index: 1;
}
.form-title {
    width: 100%;
    max-width: 695px;
    margin: 0 auto;
    margin-bottom: 78px;
}
.form-title h2,
.form-title p {
    color: #2A2A2A;
}
.form-title p {
    margin-bottom: 0;
}
.form-main-area {
    padding: 0 19px;
    max-width: 1306px;
    margin-left: auto;
    margin-right: auto;
}
.form-main-area .row {
    margin: 0 -28px;
}
.form-main-area .col-md-6,
.form-main-area .col-12 {
    padding: 0 28px;
}
.form-main-area .form-styl {
    background: transparent;
    color: #2A2A2A;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    border: none;
    padding: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(42, 42, 42, 0.20);
    border-radius: 0;
    resize: none;
}
.form-main-area .form-group {
    margin-bottom: 40px;
}
.form-main-area .form-styl::placeholder{
    color: rgba(42, 42, 42, 0.70);
}
.form-main-area .form-styl:placeholder {
    color: rgba(42, 42, 42, 0.70);
}
.form-main-area .form-styl:focus{
    outline: none;
    box-shadow: none;
    color: #2A2A2A;
    border-color: #2A2A2A;
}
.form-main-area  .form-styl:focus::placeholder{
    color: #2A2A2A;
}
.form-main-area textarea.form-styl {
    height: 42px;
}
.form-main-area .form-styl.photo_upload,
.form-main-area .form-styl.foto_upload {
    color: rgba(42, 42, 42, 0.70);
}
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-contact-info {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    margin-top: 81px;
    column-gap: 20px;
    row-gap: 20px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.each-form-contact-info h4 {
    font-size: 2.4rem;
    line-height: 32px;
    color: #2A2A2A;
    margin-bottom: 20px;
}
.each-form-contact-info p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}
.each-form-contact-info td {
    color: rgba(42, 42, 42, 0.70);
    text-align: left;
}
.each-form-contact-info a {
    color: rgba(42, 42, 42, 0.70);
    line-height: 29px;
}
.each-form-contact-info a:hover {
    color: #2A2A2A;
}
.each-form-contact-info td:nth-child(odd) {
    padding-right: 40px;
}
.mob-opening-time {
    display: none;
}
/****diens-btm-sec****/
.diens-btm-sec {
    padding: 118px 0 177px;
    position: relative;
}
.diens-btm-title h2 {
    margin-bottom: 42px;
}
.diens-service-slider .swiper-button-next {
    right: -3%;
}
.diens-service-slider .swiper-button-prev {
    left: -3%;
}
/* ============================= garantie ============================ */
/****garantie-dtl-sec****/
.garantie-dtl-sec {
    padding: 120px 0 67px;
    position: relative;
}
.garantie-dtl-title p {
    max-width: 700px;
    width: 100%;
    margin: 18px 0 67px;
}
.garantie-dtl-area {
    padding: 0 50px;
}
.garantie-dtl-area table {
    width: 100%;
}
.garantie-dtl-area tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 30px;
}
.garantie-dtl-area tr {
    border-radius: 10px;
    background-color: #1F1F1F;
    width: 31.5%;
    padding: 31px 102px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.garantie-dtl-area td {
    display: inline-block;
    width: 100%;
}
.garantie-dtl-area td img {
    width: 311px;
    margin: 0 auto;
    display: table;
    margin-bottom: 23px;
}
.garantie-dtl-area td ul {
    list-style-type: none;
    position: relative;
    margin-top: 13px;
    padding-top: 19px;
}
.garantie-dtl-area td li {
    position: relative;
    padding-left: 18px;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 24px;
}
.garantie-dtl-area td li::after {
    content: '√';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
}
.garantie-dtl-area td h5 {
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.48px;
    margin-top: 31px;
    padding-top: 52px;
    position: relative;
}
.garantie-dtl-area td ul::before,
.garantie-dtl-area td h5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% + 17%);
    transform: translateX(-50%);
    height: 2px;
    background-color: rgba(255, 255, 255, 0.10);
}
/* ============================= vacature-dtl ============================ */
/****vacature-mid-sec****/
.vacature-mid-sec ul {
    margin-bottom: 0;
    margin-top: 15px;
    list-style-type: none;
    padding-left: 0;
}
.vacature-mid-sec ul li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 2px;
}
.vacature-mid-sec ul li::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50px;
}
.vacature-mid-sec table {
    width: 100%;
}
.vacature-mid-sec .diens-mid-area tr {
    flex-wrap: wrap;
}
.vacature-mid-sec .diens-mid-area td {
    width: 47%;
}
.vacature-mid-sec .diens-mid-area td:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.vacature-mid-sec .diens-mid-area {
    padding: 0 76px;
}
/****vacature-service-slider****/
.vacature-service-slider .each-service {
    height: 442px;
}
/* ============================= contact ============================ */
/****map****/
.map {
    height: 600px;
}
/* ============================= aanbod-dtl ============================ */
/****aanbod-top-sec****/
.aanbod-top-sec {
    padding: 209px 0 35px;
    position: relative;
}
.aanbod-top-sec .sec-mark {
    top: 43%;
}
.aanbod-top-mark-mob {
    display: none;
}
.aanbod-top-title p {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0;
}
.aanbod-top-price {
    text-align: end;
}
.aanbod-top-area {
    position: relative;
}
.social-share {
    position: absolute;
    right: 0;
    top: 0;
}
/****aanbod-top-slider-sec****/
.aanbod-top-slider-sec {
    overflow-x: clip;
}
.each-aanbod-top-slider {
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-top-slider .swiper-button-prev {
    left: -2%;
}
.aanbod-top-slider .swiper-button-next {
    right: 5%;
}
.aanbod-top-slider-info-left tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.aanbod-top-slider-info-left td {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}
.aanbod-top-slider-info-left td:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.aanbod-top-slider-info-left td h6 {
    color: rgba(255, 255, 255, 0.70);
}
.aanbod-top-slider-info-left td h6 strong {
    font-weight: normal;
    display: block;
    color: #FFF;
    margin-top: 4px;
}
.aanbod-top-slider-info {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #2A2A2A;
    padding: 31px;
    margin-top: 14px;
}
.aanbod-top-slider-info-mid ul {
    display: flex;
    column-gap: 24px;
    margin-bottom: 0;
    padding-left: 0;
    align-items: center;
}
.aanbod-top-slider-info-mid li {
    padding-left: 0;
    list-style-type: none;
}
.google-logo {
    width: 144px;
    height: 78px;
    border-radius: 10px;
    overflow: hidden;
}
.google-logo img {
    height: 100%;
    object-fit: cover;
}
.aanbod-top-slider-contact {
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.aanbod-top-slider-contact-img {
    width: 81px;
    height: 77px;
    border-radius: 5px;
    overflow: hidden;
}
.aanbod-top-slider-contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.aanbod-top-slider-contact-info p {
    margin-bottom: 0;
}
.aanbod-top-slider-contact-info h6,
.aanbod-top-slider-contact-info a {
    font-family: 'DMSans-Medium';
}
.aanbod-top-slider-contact-info a {
    color: rgba(218, 218, 218, 0.50);
}
.aanbod-top-slider-contact-info a:hover {
    color: #D0CABE;
}
.aanbod-top-slider-info-right {
    display: flex;
    align-items: center;
    column-gap: 16px;
    justify-content: end;
}
.aanbod-top-slider-info-mid .border-btn {
    color: #fff;
    border-color: #fff;
}
.aanbod-top-slider-info-mid .border-btn:hover {
    border-color: #D0CABE;
    color: #2A2A2A;
}
.mob-google-logo {
    display: none;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.tab-main-area {
    position: relative;
    z-index: 2;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    word-break: break-word;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    border-color: #FFF;
    padding-left: 37px;
    padding-right: 37px;
}
.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: 24px;
    margin-bottom: 35px;
    padding-left: 0;
}
.tab-btn .tabs li.active{
    background: #D0CABE;
    color: #2A2A2A;
    border-color: #D0CABE;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 21px;
    row-gap: 20px;
}
.kenmerken-tab li {
    width: 32%;
    padding: 14px 23px;
    position: relative;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    border-radius: 5px;
    border: 1px solid #1F1F1F;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #1F1F1F;
    letter-spacing: 0.32px;
    color: rgba(255, 255, 255, 0.70);
}
.kenmerken-tab li strong {
    font-weight: normal;
	display: block;
	color: #FFF;
    letter-spacing: normal;
    line-height: 20px; 
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* .kenmerken-tab li:hover strong {
    font-family: 'Arial-Medium';
} */
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #D0CABE;
    padding-bottom: 10px;
	margin-bottom: 20px;
}
.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;
    position: relative;
    padding-left: 15px;
}
.dtl-tab-sec .bullet-panel li:after {
    position: absolute;
    top: 7px;
    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: #D0CABE;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #D0CABE;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
	font-size: 1.6rem;
	text-transform: none;
    color: #2A2A2A;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 2rem;
    font-weight: bold;
    line-height: 20px;
}
.each-onderhoud-block h5 {
    margin: 12px 0 25px;
    font-size: 1.8rem;
    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);
}
.tab-btm-btn {
    margin-top: 8px;
}
.tab-btm-btn .common-btn {
    background-color: transparent;
    color: #fff;
    border: 0;
    padding: 0;
    text-decoration: underline;
    backdrop-filter: none;
    cursor: pointer;
}
.tab-btm-btn:hover .common-btn {
    color: #D0CABE;
}
/****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: 10px;
    background-color: #2A2A2A;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #D0CABE;
    box-shadow: 0px 0px 25px 0px #D0CABE;
    -webkit-box-shadow: 0px 0px 25px 0px #D0CABE;
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #fff;
    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 #575853;
}
.kenmarken-popup-close img {
    width: 15px;
    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;
}
.kenmerken-popup-model h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h3 {
    margin-bottom: 15px;
}
.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;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(255, 255, 255, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
/****aanbod-btm-slider****/
.aanbod-btm-sec {
    position: relative;
    padding: 100px 0 158px;
}
.mob-aanbod-btm-mark {
    display: none;
}
.aanbod-btm-title {
    margin-bottom: 40px;
}
.aanbod-btm-slider .each-product-text {
    opacity: 1;
}
.aanbod-btm-slider .each-product-img::after {
    display: none;
}
.aanbod-btm-slider .each-product-model p {
    color: rgba(255, 255, 255, 0.70);
    margin-top: 16px;
}
.aanbod-btm-slider .swiper-button-prev {
    left: -2%;
}
.aanbod-btm-slider .swiper-button-next {
    right: -2%;
}
/* ============================= over-ons ============================ */
/****over-ons-sec****/
.over-ons-sec {
    padding-top: 120px;
    padding-bottom: 80px;
    overflow: hidden;
    z-index: 1;
}
.over-ons-img img{
    border-radius: 20px;
}
.over-ons-inner-img img{
    border-radius: 10px;
}
.over-ons-box-heading{
    display: flex;
    align-items: center;
    gap: 54px;
    margin-bottom: 16px;
}
.over-ons-box-heading h3{
    margin: 0;
}
.over-ons-box-heading h2{
    color: rgba(255, 255, 255, 0.70);
}
.over-ons-content-wrapper .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.over-ons-img {
    height: 427px;
    width: 100%;
    object-fit: cover;
}
.over-ons-img img{
    height: 100%;
    object-fit: cover;
}
.over-ons-inner-img{
    height: 207px;
    width: 100%;
    object-fit: cover;
}
.over-ons-inner-img img{
    height: 100%;
    object-fit: cover;
}
.over-ons-inner-heading-wrapper {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.over-ons-heading h2 {
    width: calc(100% / 0);
    margin-bottom: 48px;
}
.over-ons-heading {
    max-width: 490px;
}
.over-ons-sec .sec-mark {
    top: unset;
    bottom: -65%;
}
.over-ons-heading p:last-child{
    margin-bottom: 0;
}
.over-ons-box p{
    margin-bottom: 0;
}
.over-ons-content-wrapper {
    margin-bottom: -28px;
}
/****over-ons-about-sec****/
.over-ons-about-sec{
    background: #DADADA;
    padding: 120px 0px;
    position: relative;
    z-index: 1;
}
.over-ons-layer{
    position: absolute;
    top: 25%;
    right: 0;
    z-index: -1;
}
.over-ons-about-img img{
    border-radius: 20px;
}
.over-ons-about-content h2{
    color: #2A2A2A;
}
.over-ons-about-content p{
    color: #2A2A2A;
}
.over-ons-about-content p:last-child{
    margin-bottom: 0;
}
.over-ons-about-content{
    max-width: 726px;
}
.over-ons-about-sec .container .row:nth-child(even) {
    flex-direction: row-reverse;
    margin: 24px -7.5px;
}
.over-ons-about-sec .container .row:nth-child(even):last-child{
    margin-bottom: 0;
}
.over-ons-about-sec .container .row:nth-child(even) .over-ons-about-content{
    margin-left: auto;
}
/****over-ons-team-sec****/
.over-ons-team-sec{
    padding: 70px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 50px;
}
.team-slider-img img{
    border-radius: 10px;
}
.team-slider-img{
    position: relative;
    z-index: 1;
}
.team-slider-img::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(42, 42, 42, 0.00) 59.22%, #2A2A2A 100%);
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.over-ons-teamg-heading{
    margin-bottom: 40px;
}
.team-slider-item {
    position: relative;
    z-index: 1;
}
.team-slider-title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1;
}
.team-slider-title p{
    margin-bottom: 0;
}
.over-ons-team-slider .common-arrow {
    background-color: transparent;
    border: 1px solid #fff;
}
.over-ons-team-slider .common-arrow:hover{
    background-color: #D0CABE;
    border: 1px solid #D0CABE;
}
.over-ons-team-slider .common-arrow:hover img{
    filter: brightness(1) contrast(1);
}
.over-ons-team-slider .common-arrow img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7500%) hue-rotate(168deg) brightness(106%) contrast(104%);
    transition: 0.5s ease-in-out;
}
.over-ons-team-slider .swiper-button-prev {
    left: -35px;
}
.over-ons-team-slider .swiper-button-next {
    right: -35px;
}
/* ============================= aanbod-list ============================ */
/****aanbod-filter-sec****/
.inner-header {
    background-color: #333;
}
.aanbod-list-header {
    background-color: #2A2A2A;
}
.aanbod-filter-sec {
    padding: 231px 0 47px;
    background-color: #333;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #D0CABE;
	font-size: 1.4rem;
}
.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: #fff;
}
.filter-reset a:hover img {
    filter: brightness(1);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 48px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 0 30px 0 23px;
    background: url(../images/filter-arrow.svg) no-repeat 90% center / 17px;
    background-color: transparent;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    backdrop-filter: blur(5px);
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'lama_sansmedium';
	background-color: #14181E;
}
.filter-content {
    display: none;
    background-color: #2A2A2A;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #F9F8F6;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.4rem;
    cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    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 #fff;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #D0CABE;
    border-color: #D0CABE;
}
.auto-overview-tag {
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #2A2A2A;
    border-radius: 6px;
    background-color: #D0CABE;
    font-size: 1.4rem;
    border: 1px solid #D0CABE;
}
.auto-overview-tag img {
    filter: invert(1);
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
    color: #fff;
}
.auto-overview-tag:hover img {
    filter: brightness(0) invert(1);
}
.aanbod-filter-left-part .col-lg-3 {
    margin-bottom: 18px;
    width: 20%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 96px;
    background-color: #333;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    border: 1px solid #D0CABE;
    border-left: 0;
    border-right: 0;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #333;
    margin-left: 15px;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #D0CABE;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #2A2A2A;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #2A2A2A;
}
.mobile-filter-close span img {
	width: 9px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.auto-overview-filter-result .common-btn {
	margin-top: 0;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: #fff;
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .sorteren_op-filter {
    margin-bottom: 0;
    width: 200px;
}
.filter-sort .sorteren_op-filter .select-style {
    background-color: #fff;
    color: #2A2A2A;
    background-image: url(../images/filter-arrow-black.svg);
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.aanbod-filter-left-part .row {
    column-gap: 17px;
}
/****aanbod-list-product-sec****/
.aanbod-list-product-sec {
    padding-bottom: 118px;
    position: relative;
    background-color: #333;
}
.aanbod-list-product-sec .sec-mark {
    height: auto;
    width: 36%;
    right: 0;
    top: -233px;
    left: auto;
    z-index: 0;
}
.aanbod-list-product-area {
    position: relative;
    z-index: 1;
}
.aanbod-list-product-area .row {
    row-gap: 46px;
}
.aanbod-list-product-sec .each-product-img {
    overflow: hidden;
}
.aanbod-list-product-sec .each-product-img img {
    transition: all 0.5s;
}
.aanbod-list-product-sec .each-product:hover .each-product-img img {
    transform: scale(1.1);
}
.aanbod-list-product-sec .each-product-img::after {
    display: none;
}
.aanbod-list-product-sec .each-product-text {
    opacity: 1;
}
.aanbod-list-product-sec .each-product-model h3,
.aanbod-list-product-sec .each-product-price h3 { 
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.48px;
}
.aanbod-list-product-sec .each-product-model p {
    color: rgba(255, 255, 255, 0.70);
}
.aanbod-product-img {
    border-radius: 10px;
    overflow: hidden;
}
/* ============================= verkocht ============================ */
/****verkocht-top-sec****/
.verkocht-top-sec {
    padding: 206px 0 30px;
    background-color: #1F1F1F;
}
/****verkocht-product-sec****/
.verkocht-product-sec {
    background-color: #1F1F1F;
}
/* ============================= popup =============================== */
.modal-area .modal-dialog {
    max-width: 67%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(42, 42, 42, 0.50);
    backdrop-filter: blur(5px);
}
.modal-area .modal-content {
    border: 0;
    background: #fff;
    position: relative;
    border-radius: 10px;
}
.modal-area .popup-content {
    padding: 46px;
    padding-right: 103px;
    position: relative;
}
.modal-area .popup-content .sec-mark {
    height: auto;
    width: 57%;
    right: -20%;
    top: 9px;
    left: auto;
    z-index: 0;
}
.modal-area .popup-content h3,
.modal-area .popup-content p {
    color: #2A2A2A;
}
.modal-area .popup-content p:last-child {
    margin-bottom: 0;
}
.modal-content .col-lg-5 {
    width: 34%;
}
.modal-content .col-lg-7 {
    width: 66%;
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
    border-radius: 0 10px 10px 0;
    height: 100%;
    overflow: hidden;
}
.modal-area .popup-content ul {
    margin: 25px 0 5px;
    list-style-type: none;
    padding-left: 12px;
}
.modal-area .popup-content li {
    position: relative;
    color: #2A2A2A;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding-left: 12px;
}
.modal-area .popup-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background-size: 3px;
    height: 3px;
    width: 3px;
    background-color: #2A2A2A;
    border-radius: 50px;
}
.modal-content .close-img {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1;
    width: 56px;
    height: 56px;
    background-color: #D0CABE;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.modal-content .close-img img {
    width: 35px;
}

/****iframe-footer****/
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}



/* ####################################################################### STYLE FOR DEVELOPER ################################################################################# */

/*******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: 1.8rem;
    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: 35px;
      padding-top: 15px;
  }
  
  
  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 10px 6px 20px;
      color: #000;
      background-size: contain;
  }
  .star_icon{
      margin-bottom: 30px;
  }
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
     /* color: #1c1c1c;*/
      border-bottom: 1px solid #d0cabe;
      padding-bottom: 10px;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
      filter: invert(0);
      padding: 0;
      height: auto;
  }
  .star_icon p{
      padding-bottom: 6px;
      word-break: break-word;
      margin-bottom: 0;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
  .aanbod-loader {
      width: 45px;
      height: 40px;
      background: linear-gradient(#fff calc(1*100%/6),#D0CABE 0 calc(3*100%/6),#fff 0),
                linear-gradient(#fff calc(2*100%/6),#D0CABE 0 calc(4*100%/6),#fff 0),
                linear-gradient(#fff calc(3*100%/6),#D0CABE 0 calc(5*100%/6),#fff 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: #D0CABE;
    }
  
  
  .carpass-img {
      width: 115px;
  }

.radio_filter input[type="checkbox"] 
{
  display: none;
}
  
  /* whats app lab start  */

.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 20%;
	z-index: 999;
}

.fixed-whatsapp-icon img {
	width: 50px;
}

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

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 12px;
	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){
	.fixed-whatsapp-icon{
		display: none;
	}
}
/* whatapp lab end  */
.lfCQiA {
    display: none;
}
.privacy_section {
    padding: 200px 0 40px;
}
body .theme-color-primary {
    background-color: #1C1C1C;
}










