body {
	padding: 0px;
	margin: 0px;
	font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    color: #1E2132;
    background: #F2F2F2;
    /*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; 
}
.privacy_section p { 
    margin-bottom: 10px; 
}
/****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*****/
.voorraadwekker_widget_section .select2-results li::after,
.voorraadwekker_widget_section .select2-results li::before {
    display: none;
}
.voorraadwekker_widget_section .select2-results li {
    margin: 0;
}
/***fix-wp***/
.fix-wp {
	position: fixed;
	bottom: 40px;
	right: 50px;
	z-index: 97;
	height: 52px;
	width: 52px;
	background-color: #25D366;
	border-radius: 100%;
}
.fix-wp a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.fix-wp img {
	width: 25px;
}
/****header-area****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-logo {
    position: relative;
    z-index: 99;
}
.header-logo img {
    width: 146px;
}
.black-logo {
    display: none;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav > ul > li {
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.header-nav > ul > li > a {
    color: #fff;
    position: relative;
}
.header-nav > ul > li > a::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
}
.header-nav > ul > li > a:hover::after {
    transform: scale3d(1, 1, 1);
    transform-origin: 0 50%;
}
.header-nav > ul > li > a::before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 86%;
    background-color: transparent;
}
.header-nav .parent-dropdown img {
    filter: brightness(0) invert(1);
}
.header-nav ul {
    margin-bottom: 0;
}
.header-nav ul li {
    padding-left: 0;
    margin-bottom: 0;
}
.header-nav ul li::after {
    display: none;
}
.header-btn .common-btn {
    color: #0D0D0D;
    background-color: #F2F2F2;
    border-color: #F2F2F2; 
}
.header-btn .common-btn:hover {
    background-color: #302041;
    border-color: #302041;
    color: #fff;
}
.header-wrap {
    border-bottom: 1px solid #F2F2F2;
    padding: 21px 0;
}
.header-wrap .col-lg-7 {
    width: 62%;
}
.header-wrap .col-lg-3 {
    width: 21%;
}
/******menu-btn******/
.menu-btn {
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.28px;
    gap: 10px;
    position: relative;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
}
.menu-bar {
    position: relative;
    max-width: 16px;
    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: 1px;
    margin: 3px 0 3px auto;
    width: 11px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-btn strong {
    font-weight: normal;
}
.menu-btn.active .menu-bar div {
    transform: scale(0);
}
.menu-btn.active .menu-bar:before {
    transform: translateY(4px) rotate(135deg);
    width: 30px;
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-4px) rotate(-135deg);
    width: 30px;
}
.menu-btn.active .menu-bar {
    max-width: 30px;
}
.menu-btn.active strong {
    opacity: 0;
    pointer-events: none;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
}
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border: 1px solid #302041;
	background-color: #302041;
	box-shadow: 0px 10px 15px -3px rgb(15, 17, 24, 0.3);
    border-radius: 5px;
	min-width: 170px;
	margin-top: 7px;
    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: 10px;
    width: 10px;
	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: 18px;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
}
.parent-dropdown > ul > li > a {
	color: #fff;
	padding: 5px 17px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.3);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: rgb(255, 255, 255, 0.5);
}
.header-active {
    background-color: #0D0D0D !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.header-active .header-wrap {
    border-bottom: 0;
}
/*****mega-menu****/
.mega-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #302041;
    padding: 0px 0 65px;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mega-menu .container {
    height: 100%;
}
.mega-menu-wrap {
    height: 100%;
    overflow-y: auto;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}
.mega-menu-wrap::-webkit-scrollbar {
    width: 10px;
    background-color: #2C2C2C;
    border-radius: 10px;
}
.mega-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #151515;
    border-radius: 10px;
}
.mega-menu-nav {
    margin: 48px 0 68px;
    padding-bottom: 54px;
    border-bottom: 1px solid #fff;
}
.mega-menu-nav ul {
    margin-bottom: 0;
}
.mega-menu-nav > ul {
    display: flex;
    column-gap: 10px;
    row-gap: 25px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mega-menu-nav > ul > li {
    padding-left: 0;
    font-size: 3.6rem;
    font-family: 'Riope-Regular';
    line-height: normal;
    display: table;
    width: 49%;
    margin-bottom: 0;
}
.mega-menu-nav > ul > li:nth-child(even) {
    text-align: right;
}
.mega-menu-nav > ul > li::after {
    display: none;
}
.mega-menu-nav > ul > li > a {
    color: rgba(255, 255, 255, 0.5);
}
.mega-menu-nav > ul > li > a:hover {
    color: #fff;
}
.mega-menu-nav .parent-dropdown > a {
    padding-right: 20px;
    padding-bottom: 3px;
}
.mega-menu-nav .parent-dropdown img {
    right: auto;
    filter: brightness(0) invert(1);
    width: 20px;
    opacity: 0.5;
}
.mega-menu-nav .parent-dropdown:hover img {
    opacity: 1;
}
.mega-menu-nav .parent-dropdown:hover > a {
    color: #fff;
}
.mega-menu-nav .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.26);
    top: 40px;
}
.mega-menu-nav .parent-dropdown.open ul {
    max-height: 240px;
    margin-top: 20px;
    text-align: left;
}
.mega-menu-nav .parent-dropdown ul li {
    font-size: 1.6rem;
    text-align: left;
}
.mega-menu-nav .parent-dropdown ul li a {
    border-color: rgba(255, 255, 255, 0.26);
    opacity: 0.7;
    color: #FFF;
    text-align: left;
    padding: 14px 10px;
}
.mega-menu-nav .parent-dropdown ul li a:hover {
    color: #fff;
    opacity: 1;
}
.menu-img {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    height: 408px;
    position: relative;
    display: grid;
}
.each-menu-img {
    height: 100%;
    grid-area: 1 / 1;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.menu-img .each-menu-img.active {
    opacity: 1;
}
.each-menu-img img {
    height: 100%;
    object-fit: cover;
}
.mega-menu-contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.mega-menu-contact h4 {
    color: #fff;
}
.mega-menu-contact p {
    color: #fff;
    font-family: 'Riope-Regular';
    font-size: 3.6rem;
    line-height: normal;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 38px;
}
.mega-menu-contact p a {
    color: #fff;
}
.mega-menu-contact p a:hover {
    color: rgba(255, 255, 255, 0.5);
}
/****banner-sec****/
.banner-sec {
    overflow: hidden;
}
.banner-wrap {
	position: relative;
}
.banner-video, 
.each-banner {
	height: 930px;
}
.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-area {
    position: absolute;
    left: 0;
    bottom: 16%;
    z-index: 2;
    width: 100%;
}
.banner-content {
    max-width: 822px;
}
.banner-logo {
    width: 962px;
}
.banner-content h1 {
    margin-bottom: 40px;
}
.banner-content ul {
    margin-bottom: 0;
    display: flex;
    gap: 16px;
}
.banner-content li {
    padding-left: 0;
    margin-bottom: 0;
    line-height: normal;
}
.banner-content li::after {
    display: none;
}
.banner-content .white-border-btn {
    padding-left: 82px;
    padding-right: 82px;
}
/****product-sec****/
.product-sec {
	padding: 120px 0 82px;
	position: relative;
	overflow: hidden;
}
.product-wrap {
    padding: 0 11px;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.product-heading {
    margin-bottom: 38px;
    padding: 0 16px;
}
.product-slider {
	position: relative;
}
.product-slider .common-arrow {
	top: 48%;
}
.product-slider .swiper-button-next {
	right: 4%;
}
.product-slider .swiper-button-prev {
	left: 4%;
}
.each-product {
    padding: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
    border-radius: 20px;
}
.each-product-img {
    border-radius: 10px;
    overflow: hidden;
}
.product-title h4 {
	margin-bottom: 3px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-title p {
	margin-bottom: 0;
}
.each-product-text {
    padding-top: 24px;
}
.product-price {
    margin: 15px 0;
    padding: 14px 0;
    border-bottom: 1px solid rgba(28, 28, 28, 0.12);
    border-top: 1px solid rgba(28, 28, 28, 0.12);
}
.product-price h5 {
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    color: #00111E;
}
.product-price h5 strong {
    font-family: 'LamaSans-Bold';
	font-weight: normal;
    padding-right: 5px;
}
.each-product-text table {
	width: 100%;
}
.each-product-text td {
    font-family: 'LamaSans-Regular';
	font-size: 1.8rem;
	line-height: 26px; 
    color: #0D0D0D;
}
.each-product-text tr {
	display: flex;
	column-gap: 10px;
	justify-content: space-between;
}
.each-product:hover {
	background-color: #fff;
}
.each-product .common-btn {
    width: 100%;
    display: block;
    color: #0D0D0D;
    border-color: #0D0D0D;
    font-family: 'LamaSans-Regular';
	font-size: 1.8rem;
	line-height: normal; 
}
.each-product:hover .common-btn {
	background-color: #302041;
	border-color: #302041;
	color: #fff;
}
.product-btn {
    margin-top: 30px;
}
.product-info {
    margin-bottom: 16px;
}
.mob-product-info {
    display: none;
}
.mob-product-info td em {
    font-style: normal;
    color: rgba(30, 30, 30, 0.70);
}
.mob-product-info tr {
    display: block;
}
.mob-product-info td {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1E1E1E;
}
.mob-product-price {
    display: none;
}
.mob-product-price {
    text-align: center;
    border-radius: 100px;
    border: 1px solid #000;
}
/****service-sec****/
.service-sec {
    position: relative;
    background-color: #EDEDED;
    padding: 113px 0 12px;
}
.service-sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(179deg, rgba(237, 237, 237, 0.00) 1.03%, #EDEDED 47.97%);
    pointer-events: none;
}
.service-area {
    position: relative;
    z-index: 1;
}
.service-heading {
    max-width: 582px;
    width: 100%;
    margin-bottom: 54px;
}
.service-heading p {
    color: rgba(18, 18, 18, 0.80);
    margin: 30px 0;
}
.each-service {
    position: relative;
    height: 468px;
    border-radius: 20px;
    overflow: hidden;
}
.each-service img {
    height: 100%;
    object-fit: cover;
}
.each-service-info {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 32px 52px 32px;
}
.each-service-txt h3,
.each-service-txt p {
    color: #fff;
}
.each-service-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service:hover .read-more-btn::after {
    background-color: #302041;
    border-color: #302041;
}
.each-service-txt h3 {
    margin-bottom: 8px;
}
/****werk-sec****/
.werk-service-sec {
    background: #121212;
    padding: 122px 0 16px;
    position: relative;
    overflow: hidden;
}
.werk-bg-mark {
    position: absolute;
    top: 22%;
    left: 0;
    width: 100%;
    pointer-events: none;
    display: none;
}
.werk-bg-mark img {
    width: 100%;
}
.mob-werk-bg-mark {
    display: none;
}
.werk-service-heading {
    max-width: 358px;
    margin: 0 auto 45px;
}
.werk-service-heading h2 {
    color: #fff;
}
.werk-service-heading p {
    color: rgba(255, 255, 255, 0.80);
    margin: 14px 0 32px;
}
.werk-service-slider {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.werk-service-slider .swiper {
    margin: 0 -1%;
}
.each-werk-service {
    position: relative;
    border: 1px solid rgba(28, 28, 28, 0.10);
    overflow: hidden;
    border-radius: 20px;
}
.each-werk-service::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #302041 0%, #302041 100%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-werk-service:hover::after {
    opacity: 1;
}
.werk-service-img {
    height: 269px;
}
.each-werk-service img {
    height: 100%;
    object-fit: cover;
}
.werk-service-txt {
    text-align: center;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.werk-service-txt h3 {
    color: #fff;
    max-width: 244px;
    width: 100%;
}
/****about-us-sec****/
.about-us-sec {
    padding: 120px 0 205px;
    position: relative;
    overflow: hidden;
}
.about-bg-mark {
    position: absolute;
    top: 13%;
    left: -5%;
    pointer-events: none;
    z-index: -1;
    display: none;
}
.mob-about-bg-mark {
    display: none;
}
.about-us-left {
    margin-top: 75px;
}
.about-us-left h2 {
    margin-bottom: 25px;
}
.about-us-man-img {
    width: 196px;
    height: 196px;
    border-radius: 176px;
    overflow: hidden;
    border: 9px solid #F2F2F2;
    margin: 0 auto;
    position: absolute;
    bottom: -16%;
    left: 50%;
    transform: translateX(-50%);
}
.about-us-car-img {
    border-radius: 20px;
    overflow: hidden;
    max-width: 624px;
    margin: 0 auto;
}
.about-us-area .col-lg-3 {
    width: 29%;
}
.about-us-area .col-lg-5 {
    width: 42%;
}
.about-us-area .col-lg-4 {
    width: 29%;
}
.about-us-mid {
    position: relative;
}
.about-us-right {
    height: 100%;
    padding-left: 33px;
}
.about-us-right-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.counter-wrap {
    margin-bottom: 65px;
}
.each-counter {
    border-bottom: 1px solid rgba(28, 28, 28, 0.12);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.each-counter:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.each-counter p {
    margin-bottom: 0;
    color: #0D0D0D;
}
.about-us-right-txt p {
    margin-bottom: 0;
    max-width: 383px;
    width: 100%;
    color: #0D0D0D;
}
/****google-review****/
.google-review {
    padding-bottom: 120px;
}
/****footer****/
.footer-area {
    background-color: #0D0D0D;
    padding: 25px 0 28px;
}
.footer-logo {
    text-align: center;
}
.footer-logo img {
    width: 146px;
}
.footer-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin: 50px auto 65px;
    max-width: 1032px;
}
.each-footer-contact {
    text-align: center;
}
.each-footer-contact h4 {
    color: #fff;
    margin-bottom: 15px;
}
.each-footer-contact p {
    margin-bottom: 0;
}
.each-footer-contact p a, 
.each-footer-contact td {
    color: rgba(255, 255, 255, 0.70);
}
.each-footer-contact p a:hover {
    color: #fff;
}
.each-footer-contact tr {
    text-align: left;
}
.each-footer-contact td:first-child {
    padding-right: 15px;
}
.footer-credit p {
    letter-spacing: 0.16px;
    margin-bottom: 0;
}
.footer-credit a {
    color: rgba(255, 255, 255, 0.70);
}
.footer-credit a:hover {
    color: #fff;
}
.brand-logo ul {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 0;
}
.brand-logo li {
    padding-left: 0;
    margin-bottom: 0;
}
.brand-logo li::after {
    display: none;
}
.brand-logo li img {
    height: 40px;
    object-fit: cover;
}
.bovag-logo {
    width: 97px;
}
.bosch-logo {
    width: 40px;
}
.rdw-logo {
    width: 120px;
}
.footer-social ul {
    display: flex;
    justify-content: end;
    gap: 12px;
    margin-bottom: 0;
}
.footer-social ul li {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-social ul li::after {
    display: none;
}
.footer-social ul li a {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(242, 242, 242, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social ul li a:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.footer-social ul li a:hover img {
    filter: brightness(100) invert(1);
}
/**************************diensten-list**************************/
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
}
.inner-banner-content {
    position: absolute;
    bottom: 13%;
    left: 0;
    width: 100%;
}
.each-inner-banner {
    height: 600px;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
/****diens-list-sec****/
.diens-list-sec {
    padding: 80px 0 120px;
}
.diens-list-area > .row {
    margin: 0 -12px;
    row-gap: 24px;
}
.diens-list-area .col-lg-6 {
    padding: 0 12px;
}
.diens-list-area .each-service p {
    -webkit-line-clamp: 2;
}
.diens-list-area .each-service-info {
    padding: 48px 48px 65px 48px;
}
/**************************diensten-dtl**************************/
/****inner-header****/
.inner-header {
    background-color: #F2F2F2;
}
.inner-header .white-logo {
    display: none;
}
.inner-header .black-logo {
    display: block;
}
.inner-header .header-wrap {
    border-color: #0D0D0D;
}
.inner-header .header-nav > ul > li > a {
    color: #0D0D0D;
}
.header-nav > ul > li > a::after {
    background-color: #0D0D0D;
}
.inner-header.header-active .header-nav > ul > li > a {
    color: #fff;
}
.inner-header.header-active .header-nav > ul > li > a:hover {
    color: #fff;
}
.inner-header.header-active .header-nav > ul > li > a::after {
    background-color: #fff;
}
.inner-header .header-btn .common-btn {
    color: #F2F2F2;
    background-color: #0D0D0D;
    border-color: #0D0D0D;
}
.inner-header .header-btn .common-btn:hover {
    background-color: #302041;
    border-color: #302041;
}
.inner-header .header-nav .parent-dropdown img {
    filter: brightness(100) invert(1);
}
.inner-header .menu-btn {
    color: #0D0D0D;
}
.inner-header .menu-bar div, 
.inner-header .menu-bar::after, 
.inner-header .menu-bar::before {
    background-color: #0D0D0D;
}
.inner-header.header-mb-active .black-logo {
    display: none;
}
.inner-header.header-mb-active .white-logo {
    display: block;
}
.inner-header.header-mb-active .menu-bar div, 
.inner-header.header-mb-active .menu-bar::after, 
.inner-header.header-mb-active .menu-bar::before,
.inner-header.header-active .menu-bar div, 
.inner-header.header-active .menu-bar::after, 
.inner-header.header-active .menu-bar::before {
    background-color: #fff;
}
.inner-header.header-active .black-logo {
    display: none;
}
.inner-header.header-active .white-logo {
    display: block;
}
.inner-header.header-active .menu-btn {
    color: #fff;
}
/****bk-btn****/
.bk-btn {
    padding-top: 188px;
}
/****diens-top-sec****/
.diens-top-area {
    margin-top: -66px;
}
.diens-top-img {
    max-width: 701px;
    margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.diens-top-img img{
    height: 100%;
    object-fit: cover;
}
.diens-top-txt {
    margin-top: 90px;
    padding-right: 30px;
}
.diens-top-txt h2 {
    margin-bottom: 14px;
}
.diens-top-txt h6 {
    color: rgba(28, 28, 28, 0.70);
    font-family: 'LamaSans-Bold';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 9px;
}
/****diens-mid-sec****/
.diens-mid-sec {
    padding: 80px 0 120px;
    position: relative;
}
.diens-mid-mark {
    position: absolute;
    bottom: -17%;
    left: 0;
    width: 100%;
    pointer-events: none;
    display: none;
}
.diens-mid-mark img {
    width: 100%;
}
.diens-mid-txt {
    height: 100%;
}
.diens-mid-txt-wrap {
    padding-left: 84px;
}
.diens-mid-txt-wrap,
.diens-mid-txt-wrap tr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.diens-mid-area {
    position: relative;
    z-index: 1;
}
.diens-mid-area .col-lg-3,
.diens-mid-area .col-lg-4 {
    width: 31%;
}
.diens-mid-area .col-lg-5 {
    width: 38%;
}
.diens-mid-img {
    max-width: 454px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.diens-mid-img img{
    height: 100%;
    object-fit: cover;
}
.diens-mid-txt-wrap td {
    border-bottom: 1px solid rgba(28, 28, 28, 0.12);
    padding-bottom: 34px;
    margin-bottom: 34px;
}
.diens-mid-txt-wrap td:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.diens-mid-txt-wrap td h3 {
    margin-bottom: 5px;
    color: #0D0D0D;
}
.diens-mid-txt-wrap td p {
    max-width: 397px;
    width: 100%;
    color: #0D0D0D;
    margin-bottom: 0;
}
/****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;
    background-color: #0D0D0D;
    padding: 98px 0;
}
.form-title {
    margin-top: 6px;
    position: relative;
    z-index: 1;
}
.form-title p {
    color: #fff;
    max-width: 644px;
    width: 100%;
}
.form-title h2 {
    margin-bottom: 5px;
    color: #fff;
}
.mob-form-title {
    display: none;
}
.form-wraper .row {
    align-items: center;
}
.form-main-area {
    margin-top: 109px;
    position: relative;
    z-index: 1;
}
.form-main-area .form-group {
    margin-bottom: 80px;
    position: relative;
}
.form-main-area .form-styl {
    color: #FFFFFF;
    font-family: 'LamaSans-RegularCondensed';
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.24px;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    resize: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    outline: none;
    padding-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
}
.form-main-area .form-styl:focus {
    color: #FFFFFF;
    background: transparent;
    outline: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
}
.form-main-area .form-label {
    font-family: 'LamaSans-Regular';
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
    pointer-events: none;
    font-size: 1.6rem;
    line-height: 32px;
}
.form-main-area .focus-input .form-label {
    top: -61px;
    color: #FFFFFF;
}
.form-styl.photo_upload, 
.form-styl.foto_upload {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.6rem;
    line-height: 32px;
    font-family: 'LamaSans-Regular';
}
.form-main-area textarea.form-styl {
    height: 40px;
}
.form-main-area .form-group.form-comment {
    margin-bottom: 0;
}
.form-height-add {
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.form-btn {
    margin-top: 50px;
}
.form-btn .common-btn {
    padding: 10px 51px 10px 14px;
}
.form-btn .common-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 24px;
    height: 24px;
    background-image: url(../images/form-btn-arw.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.form-btn .common-btn:hover::after {
    filter: invert(1);
}
.form-img {
    max-width: 654px;
    width: 100%;
    margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
}
.form-img img {
    border: 9px solid #F2F2F2;
    border-radius: 30px;
    overflow: hidden;
}
.form-left-area {
    padding-right: 44px;
}
/****diens-btm-sec****/
.diens-btm-sec {
    padding: 120px 0;
}
.diens-btm-title {
    margin-bottom: 55px;
}
/**************************werkplaats-dtl**************************/
.werkplaats-mid-sec .diens-mid-txt-wrap td p {
    font-family: 'LamaSans-Bold';
}
/**************************contact**************************/
/****contact-form-sec****/
.contact-form-sec {
    background-color: #F2F2F2;
}
.contact-form-sec .form-title h2,
.contact-form-sec .form-title p {
    color: #0D0D0D;
}
.contact-form-sec .form-title p {
    font-family: 'Poppins-Regular';
}
.contact-form-sec .form-main-area .form-styl,
.contact-form-sec .form-main-area .form-styl:focus,
.contact-form-sec .form-main-area .focus-input .form-label {
    color: #0D0D0D;
}
.contact-form-sec .form-main-area .form-styl {
    border-color: rgba(13, 13, 13, 0.6);
}
.contact-form-sec .form-main-area .form-styl:focus {
    border-color: #0D0D0D;
}
.contact-form-sec .form-main-area .form-label {
    color: rgba(13, 13, 13, 0.6);
}
.contact-form-sec .form-btn .common-btn::after {
    filter: invert(1);
}
.contact-form-sec .form-btn .common-btn:hover::after {
    filter: brightness(0) invert(1);
}
/****contact****/
.map {
    height: 500px;
}
/**************************over-ons**************************/
/****over-ons-top-sec****/
.over-ons-top-sec {
    padding: 120px 0;
}
.over-ons-top-img {
    max-width: 701px;
    border-radius: 20px;
    overflow: hidden;
    margin-left: auto;
}
.over-ons-top-txt {
    padding-right: 20px;
}
.over-ons-top-txt h2 {
    margin-bottom: 24px;
}
.over-ons-top-txt p {
    color: #0D0D0D;
    margin-bottom: 35px;
}
.over-ons-top-txt p:last-child {
    margin-bottom: 0;
}
.over-ons-top-txt h4 {
    font-family: 'LamaSans-SemiBoldCondensed';
    margin-bottom: 4px;
}
/****over-ons-mid-sec****/
.over-ons-mid-sec {
    background-color: #0D0D0D;
    overflow: hidden;
    padding-bottom: 80px;
}
.over-ons-mid-sec .diens-mid-title h2,
.over-ons-mid-sec .diens-mid-txt-wrap td h3,
.over-ons-mid-sec .diens-mid-txt-wrap td p {
    color: #fff;
}
.over-ons-mid-sec .diens-mid-txt-wrap td {
    border-color: rgba(255, 255, 255, 0.20);
}
.over-ons-mid-sec .diens-mid-mark {
    bottom: -63%;
}
.mob-over-ons-mid-bg-mark {
    display: none;
}
/****over-ons-gal-sec****/
.over-ons-gal-sec {
    overflow: hidden;
    padding: 120px 0;
}
.over-ons-gal-title {
    margin-bottom: 79px;
}
.over-ons-gal-slider .swiper {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.over-ons-gal-slider .swiper-wrapper {
    align-items: center;
}
.each-over-ons-gal-img {
    border-radius: 20px;
    overflow: hidden;
    height: 478px;
}
.each-over-ons-gal-img img {
    height: 100%;
    object-fit: cover;
}
.over-ons-gal-slider .swiper-slide.swiper-slide-active .each-over-ons-gal-img {
    height: 526px;
}
/**************************bedankt**************************/
/****bedankt-banner****/
.bedankt-banner .banner-content-area {
    bottom: 23%;
}
.bedankt-banner .banner-content {
    max-width: 852px;
}
.bedankt-banner .banner-content h1 {
    margin-bottom: 0;
}
.bedankt-banner .banner-content p {
    color: #fff;
    margin-bottom: 32px;
}
/**************************aanbod-list**************************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 182px 0 80px;
}
.aanbod-filter-title {
    margin-bottom: 40px;
}
.aanbod-filter-title h2 {
    color: #0D0D0D;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: #141414;
    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: #302041;
}
.select-style {
    width: 100%;
    height: 72px;
    color: #1C1C1C;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    border: 0;
    border-radius: 0;
    padding: 0 45px 0 30px;
    background: url(../images/filter-arrow.svg) transparent no-repeat 86% center / 10px;
    appearance: none;
    line-height: 72px;
    letter-spacing: 0.32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    border-right: 1px solid rgba(28, 28, 28, 0.10);
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-content {
    display: none;
    background-color: #302041;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #302041;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
}
.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: #1C1C1C;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.filter-content label {
    color: #FFF;
}
.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 #F9F8F6;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #fff;
    border-color: #fff;
    background-image: url(../images/check-tick.png);
    background-size: 9px;
    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: #F9F8F6;
    border-radius: 20px;
    background-color: rgba(48, 32, 65, 0.5);
	font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    border: 1px solid rgba(0, 255, 135, 0);
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover img {
    filter: brightness(0) invert(1);
}
.auto-overview-tag:hover {
    background-color: #302041;
    border-color: #302041;
}
.filter-left-part > .row {
    margin: 0;
}
.hidden-filter .col-lg-3 {
    margin-bottom: 25px;
    margin-right: 0;
    width: 16%;
    padding: 0;
}
.col-lg-3.col-6.aanbod-range-filter {
    padding: 0 11px;
}
.filter-left-part > .row .col-lg-3:first-child .select-style {
    padding-left: 0;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    margin-bottom: 10px;
    color: #1C1C1C;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 208px;
    background-color: transparent;
    border: 0;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    font-family: 'Poppins-SemiBold';
    line-height: normal;
    letter-spacing: 0.42px;
    width: 100%;
    display: block;
    text-align: center;
    border-color: #0D0D0D;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50px;
    background-color: #0D0D0D;
    backdrop-filter: blur(2px);
    padding-top: 12px;
    padding-bottom: 12px;
}
.mobile-show-filter .common-btn:hover {
    background-color: #302041;
    border-color: #302041;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #14181E;
	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: #0D0D0D;
    border-bottom: 1px solid rgba(249, 248, 246, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    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: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #0D0D0D;
    padding: 10px;
    border-radius: 0 50px 50px 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;
    color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'LamaSans-Medium';
    text-transform: none;
    letter-spacing: normal;
}
.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;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #302041;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(48, 32, 65, 0.4);
    border-color: rgba(48, 32, 65, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #302041;
}
.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: #1C1C1C;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #1C1C1C;
    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 {
    font-family: 'Poppins-Medium';
    font-size: 1.6rem;
    color: #0D0D0D;
    letter-spacing: 0.42px;
}
.mob-filter-visible strong {
    font-weight: normal;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding-bottom: 120px;
}
.aanbod-product-area > .row {
    row-gap: 24px;
}
/**************************verkocht**************************/
/****verkocht-top-sec****/
.verkocht-top-sec {
    padding: 189px 0 58px;
}
/****verkocht-product-sec****/
.verkocht-product-sec .product-info {
    margin-top: 20px;
}
/**************************aanbod-dtl**************************/
/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 60px 20px;
    display: none;
}
.aanbod-dtl-mob-contact-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aanbod-dtl-mob-contact-bar li {
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.aanbod-dtl-mob-contact-bar li::after, .aanbod-dtl-mob-contact-bar li::before {
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 8px 50px 8px 20px;
    border: 1px solid #fff;
    background-color: #0D0D0D;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li > button img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-bar > ul > li > button strong {
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-dtl-mob-contact-bar > ul > li > a {
    height: 100%;
    width: 40px;
    border: 1px solid #fff;
    background-color: #0D0D0D;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > a img {
    width: 14px;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-brand {
    width: 90%;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-contact-wp > a {
    background-color: #32D851;
    border-color: #32D851;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul {
    border: 1px solid #fff;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    width: 100%;
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button,
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    padding: 9px 20px;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: #1C1C1C;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    display: block;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-active > ul > li > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
.aanbod-dtl-mob-contact-active > ul > li > button img {
    transform: translateY(-50%) rotate(-90deg);
}
.aanbod-dtl-mob-contact-bar.two-line-text > ul > li > a {
    width: 58px;
}
/****aanbod-bk-btn****/
.aanbod-bk-btn {
    display: none;
}
.aanbod-bk-btn .common-btn:hover {
    color: #F2F2F2;
    background-color: #0D0D0D;
    border-color: #0D0D0D;
}
.aanbod-bk-btn .common-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url(../images/bk-arw.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
}
.aanbod-top-right .share-social-media-button .a2a_dd svg,
.aanbod-btn-area .share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
}
.aanbod-top-right .share-social-media-button .a2a_dd:hover svg,
.aanbod-btn-area .share-social-media-button .a2a_dd:hover svg {
    filter: brightness(0) invert(1);
}
/****aanbod-btn-sec****/
.aanbod-btn-sec {
    display: none;
}
.aanbod-btn-area {
    margin-top: -63px;
}
.aanbod-btn-area ul {
    display: flex;
    justify-content: end;
    margin-bottom: 0;
    gap: 11px;
}
.aanbod-btn-area li {
    padding-left: 0;
    margin-bottom: 0;
}
.aanbod-btn-area li::after {
    display: none;
}
.aanbod-btn-icon {
    border: 1px solid #0D0D0D;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-btn-icon img {
    width: 15px;
}
.aanbod-btn-icon:hover {
    background-color: #302041;
    border-color: #302041;
}
.aanbod-btn-icon:hover img {
    filter: brightness(0) invert(1);
}
/****aanbod-top-sec****/
.aanbod-top-sec {
    padding-top: 228px;
}
.aanbod-top-title p {
    margin: 6px 0 0;
}
.aanbod-top-right ul {
    margin-bottom: 0;
    display: flex;
    gap: 16px;
    justify-content: end;
    align-items: center;
}
.aanbod-top-right li {
    padding-left: 0;
    margin-bottom: 0;
}
.aanbod-top-right li::after {
    display: none;
}
.aanbod-top-right .common-btn:hover {
    border-color: #0D0D0D;
}
/****aanbod-top-slider-sec****/
.aanbod-top-slider-sec {
    overflow: hidden;
    padding: 41px 0 71px;
}
.each-aanbod-top-slider {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.each-aanbod-top-slider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(13, 13, 13, 0.40) 0%, rgba(13, 13, 13, 0.40) 100%);
} 
.aanbod-top-slider .swiper-slide-active .each-aanbod-top-slider::after {
    opacity: 0;
}
.aanbod-top-slider .common-arrow {
    display: none;
}
.each-aanbod-top-small-img {
    border-radius: 5px;
    overflow: hidden;
}
.aanbod-top-small-img-area {
    margin-top: 16px;
    display: none;
}
.overlay-small-car {
    position: relative;
}
.overlay-small-car::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: calc(100% - 14px);
    width: calc(100% - 14px);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(18.48341178894043px);
    margin: 7px;
    pointer-events: none;
}
.overlay {
    z-index: 1;
    text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.overlay h6 {
    color: #FFF;
    font-family: 'Lexend-Regular';
    font-size: 1.4rem;
    line-height: 20px;
}
.overlay h6 strong {
    font-family: 'Lexend-Medium';
    font-size: 2.4rem;
    line-height: normal;
    font-weight: normal;
    display: block;
}
/****aanbod-car-dtls-sec****/
.aanbod-car-dtls-area tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.aanbod-car-dtls-area td {
    text-align: center;
    position: relative;
    margin-right: 80px;
    padding-right: 80px;
    display: block;
}
.aanbod-car-dtls-area td::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 24%);
    background-color: #1C1C1C;
}
.aanbod-car-dtls-area td:last-child {
    padding-right: 0;
    margin-right: 0;
}
.aanbod-car-dtls-area td:last-child::after {
    display: none;
}
.aanbod-car-dtls-area td h5 {
    font-family: 'LamaSans-SemiBold';
    color: #1C1C1C;
    font-size: 1.6rem;
    line-height: 24px;
}
.aanbod-car-dtls-area td h5 strong {
    font-weight: normal;
    display: block;
    font-family: 'LamaSans-Regular';
    margin: 14px 0 4px;
}
.aanbod-car-price  {
    text-align: end;
}
.aanbod-car-price h3 {
    color: #1C1C1C;
}
.aanbod-car-price h3 strong {
    font-weight: normal;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-right: 16px;
}
.mob-aanbod-car-dtls-wrap {
    display: none;
    margin-top: 25px;
}
.mob-aanbod-car-dtls-area ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.mob-aanbod-car-dtls-area li {
    font-family: 'Lexend-Light';
    color: #121212;
    font-size: 1.6rem;
    line-height: 20px;
    letter-spacing: 0.32px;
    width: 50%;
    border-bottom: 1px solid rgba(18, 18, 18, 0.20);
    padding-left: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.mob-aanbod-car-dtls-area li:nth-child(odd) {
    padding-right: 10px;
}
.mob-aanbod-car-dtls-area li::after {
    background-image: url(../images/aanbod-car-dtls-li-mark.svg);
    background-color: transparent;
    top: 5px;
    width: 8px;
    height: 11px;
    border-radius: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px;
}
.mob-aanbod-contact-info ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.mob-aanbod-contact-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.mob-aanbod-contact-info li::after {
    display: none;
}
.mob-aanbod-contact-info li p {
    font-family: 'Lexend-Light';
    line-height: 22px;
}
.mob-aanbod-contact-info li a {
    color: rgba(47, 47, 47, 0.50);
}
.mob-aanbod-contact-info li a:hover {
    color: #0D0D0D;
}
.mob-aanbod-contact-info li img {
    margin-right: 8px;
    margin-bottom: 2px;
}
.mob-aanbod-contact-info {
    margin-top: 20px;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec {
    position: relative;
    padding: 124px 0;
    overflow: hidden;
}
.tab-content-wrap {
    position: relative;
}
.tab-content-area {
    position: relative;
    z-index: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 60px;
    margin-bottom: 38px;
    border: 0;
    justify-content: center;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    text-transform: none;
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.24px;
    font-family: 'LamaSans-SemiBoldCondensed';
    padding-left: 0;
    padding-right: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: rgba(13, 13, 13, 0.70);
}
.tab-btn ul.tabs li:hover,
.tab-btn .tabs li.active {
    color: #1C1C1C;
}
.tab_container.tab-content {
    padding-right: 10px;
}
.tab-btn ul.tabs li.active span {
    color: #FFF;
}
.tab-btn ul.tabs li.active span::after, ul.tabs li span:hover::after {
    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;
    justify-content: left;
    column-gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 110px;
    row-gap: 36px;
}
.kenmerken-tab li {
    width: 15%;
    padding: 0 0 18px;
    margin-bottom: 0;
    position: relative;
    font-family: 'LamaSans-Regular';
    color: rgba(13, 13, 13, 0.70);
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
    column-gap: 60px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: transparent;
    border-bottom: 1px solid rgba(13, 13, 13, 0.30);
    list-style-type: none;
}
.kenmerken-tab li strong {
    font-weight: normal;
    display: block;
    font-family: 'LamaSans-SemiBold';
    color: #0D0D0D;
    margin-top: 8px;
}
.kenmerken-tab li::after {
    display: none;
}
.kenmerken-tab{
    overflow: hidden;
}
.bullet-panel h4,
.star_icon h4 {
    border-bottom: 1.5px solid #0D0D0D;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
    color: #0D0D0D;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    margin-bottom: 10px;
    color: #0D0D0D;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #302041;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #302041;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 24px;
    font-size: 1.6rem;
    text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
    text-transform: none;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
    line-height: 22px;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    text-align: left;
    cursor: pointer;
    margin-top: 21px;
    font-family: 'LamaSans-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #1C1C1C;
    width: max-content;
}
.tab-btm-btn:hover{
    color: #0D0D0D;
}
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(10, 11, 25, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 20px;
    background: #1C1C1C;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #F2F2F2;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px #F2F2F2;
    -webkit-box-shadow: 0px 0px 25px 0px #F2F2F2;
    max-width: 93%;
}
.popup-cross{
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #F2F2F2;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul{
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 15px;
}
.tab-popup-area h3 {
    margin-bottom: 20px;
    color: #fff;
}
.tab-popup-area p {
    color: rgba(255, 255, 255, 0.6);
    line-height: normal;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-popup-content h4 {
    margin-bottom: 20px;
    color: #fff;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgb(255, 255, 255, 0.6);
    line-height: 30px;
    color: #fff;
    flex-wrap: wrap;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tab-popup-content li::after{
    display: none;
}
.dtl-tab-sec .bullet-panel ul li::after {
    top: 11px;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgb(255, 255, 255, 0.6);
}
.show-popup{
    display: none;
}
.tabs li::after {
    content: '';
    position: relative;
    top: 0;
    left: 11px;
    background-image: url(../images/tab-arrow.svg);
    width: 7px;
    height: 14px;
    background-size: 7px;
    background-repeat: no-repeat;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
    border-radius: 0;
}
.tab-btn .tabs li.active::after, .tabs li:hover::after {
    transform: rotate(90deg);
    opacity: 1;
    color: #1C1C1C;
    filter: brightness(0) saturate(100%) invert(7%) sepia(1%) saturate(2533%) hue-rotate(322deg) brightness(92%) contrast(90%);
}
.tab-btn .tabs li::before {
    content: "";
    height: 2px;
    background-color: #1C1C1C;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -17px;
    opacity: 0;
}
.tab-btn .tabs li.active::before,
.tabs li:hover::before {
    opacity: 1;
}
.tab-btn {
    border-bottom: 2px solid rgba(28, 28, 28, 0.30);
    padding-bottom: 15px;
    margin-bottom: 37px;
}
.tab-right-part {
    max-width: 464px;
    margin-right: 0;
    margin-left: auto;
    overflow: hidden;
} 
.aanbod-contact-img{
    min-width: 67px;
    width: 67px;
    height: 64px;
    overflow: hidden;
    border-radius: 67px;
}
.aanbod-contact-img img{
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.aanbod-contact-info  ul li::after{
    display: none;
}
.aanbod-contact-top {
    display: flex;
    padding: 8px 20px;
    align-items: center;
    background: #302041;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    gap: 34px;
}
.aanbod-contact-btm {
    background: #1C1C1C;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 30px 20px 21px;
}
.aanbod-contact-btm ul {
    padding: 0;
    margin: 0;
}
.aanbod-contact-btm ul li {
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding-left: 0;
    position: relative;
}
.aanbod-contact-btm li:last-child {
    padding-top: 12px;
    padding-bottom: 0;
}
.aanbod-contact-btm li:first-child::after{
    display: none;
}
.aanbod-contact-btm li::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 200vw;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
    top: 0;
    left: -50%;
}
.aanbod-contact-btm ul li p {
    color: #FFF;
    margin-bottom: 0;
}
.aanbod-contact-btm P strong {
    font-weight: normal;
    font-family: 'LamaSans-SemiBold';
    margin-right: 12px;
}
.aanbod-contact-btm P em {
    font-style: normal;
}
.aanbod-contact-title P {
    margin-bottom: 0;
}
.aanbod-contact-btm ul li a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.aanbod-contact-title a:hover{
    color: #fff;
}
.aanbod-contact-info{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.dtl-tab-btm-mark{
    position: absolute;
    bottom: -50%;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.aanbod-contact-title h4 {
    font-family: 'LamaSans-SemiBoldCondensed';
    color: #FFFFFF;
}
.aanbod-contact-title a {
    line-height: 24px;
    color: rgba(255, 255, 255, 0.70);
}
.aanbod-contact-title a:hover {
    color: #fff;
}
/****aanbod-btm-sec****/
.aanbod-btm-sec {
    padding: 120px 0;
}
.aanbod-btm-title {
    margin-bottom: 80px;
}
/**************************popup**************************/
.modal-area .modal-dialog{
    max-width: 65%;
    margin: 11% auto 0;
}
.modal-area .modal-content{
    border: 0;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
}
.modal-area .modal-main-content {
    border-radius: 20px;
    overflow: hidden;
}
.modal-main-content .col-lg-5 {
    width: 41%;
}
.modal-main-content .col-lg-7{
    width: 59%;
}
.pop-up-image {
    height: 100%;
    overflow: hidden;
}
.modal-area .popup-content{
    border-radius: 0;
    background-color: #FFF;
    overflow: hidden;
    padding: 63px 41px 32px 60px;
    position: relative;
}
.popup-content p {
    margin-bottom: 28px;
    color: rgba(1, 18, 36, 0.80);
}
.popup-content h2 {
    margin-bottom: 36px;
    color: #011224;
    line-height: 44px;
    font-family: 'LamaSans-SemiBold';
    letter-spacing: normal;
}
.popup-content ul {
    margin-bottom: 0;
    padding-left: 15px;
}
.popup-content li{
    color: rgba(1, 18, 36, 0.80);
}
.pop-up-image img{
    object-fit: cover;
    height: 100%;
}
.modal-area .modal{
    background: rgba(28, 28, 28, 0.50);
    backdrop-filter: blur(10px);
}
.close-img {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    border-radius: 8px;
    background-color: #1C1C1C;
}
.close-img img {
    width: 26px;
    height: 26px;
}
/**************************privacy**************************/
.privacy_section {
    padding: 130px 0 60px;
}



/* Style For Developer start */

/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color: #fff;
  font-size: 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 p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    max-width: 100%;
    height: auto;
    padding: 0;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#302041 calc(1*100%/6),#fff 0 calc(3*100%/6),#302041  0),
              linear-gradient(#302041  calc(2*100%/6),#fff 0 calc(4*100%/6),#302041  0),
              linear-gradient(#302041  calc(3*100%/6),#fff 0 calc(5*100%/6),#302041  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: #302041;
  }


.carpass-img {
    width: 115px;
}

/* Style For Developer End */


/* whats app lab  */

.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;
    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;
    }
}

/* whats app lab end  */

.calsty
{ 
    border: 0; 
    width: 100%; 
    height: 1100px; 
    background: transparent; 
}
.each-product-img img {
    margin: -26px 0;
}
.each-aanbod-top-slider img {
    margin: -31px 0px;
}
.google-review .hWzgpC,
.google-review .gMNWmR {
    background-color: #302041 !important;
    border-color: #302041 !important;
}
.planer-color{
	background-color: #fff;
}