body {
	padding: 0px;
	margin: 0px;
	color: #fff;
    font-family: 'LamaSans-Regular';
	font-size: 1.8rem;
    background-color: #090A0C;
    /*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;
}
/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 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: 8px;
    justify-content: center;
    align-items: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    box-shadow: 0 1.4px 0 1px rgba(255, 255, 255, 0.18) inset, 0 10px 26px -12px rgba(0, 0, 0, 0.70);
    background-color: rgba(0, 0, 0, 0.60);
    border-radius: 24px;
    padding: 9px;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 24px;
    backdrop-filter: blur(10px);
    z-index: -1;
    pointer-events: none;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 13px 50px 13px 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.10);
    box-shadow: 0 1px 0 0.5px rgba(255, 255, 255, 0.18) inset;
    border-radius: 16px;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    text-align: left;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li > button img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 12px;
    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: 48px;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    background-color: rgba(255, 255, 255, 0.10);
    box-shadow: 0 1px 0 1px rgba(255, 255, 255, 0.18) inset;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > a img {
    width: 25px;
    filter: brightness(0) invert(1);
}
.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 {
    border-bottom: 1px solid #1B8645;
    background-color: rgba(37, 211, 102, 0.22);
    box-shadow: 0 1px 0 1px rgba(160, 255, 195, 0.35) inset;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    width: 100%;
    display: none;
    background-color: rgba(20, 20, 20, 0.55);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button,
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    padding: 14px 20px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    background-color: rgba(255, 255, 255, 0.10);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    display: block;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li:last-child > button {
    border-bottom: 0;
}
.aanbod-dtl-mob-contact-active > ul > li > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    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;
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 1px rgba(255, 255, 255, 0.90) inset, 0 12px 30px -16px rgba(20, 24, 34, 0.35);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > a img {
    filter: brightness(1) invert(0);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > button img {
    filter: brightness(0);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > button strong {
    color: #222831;
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button, 
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    color: #222831;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7)
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > ul {
    background-color: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.16);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > a {
    background-color: rgba(255, 255, 255, 0.8);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > button {
    background-color:  rgba(255, 255, 255, 0.85);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-contact-wp > a {
    background-color: #A5D9B9;
    border-bottom-color: rgba(37, 211, 102, 0.50);
}
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

/*****header-area****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    padding: 35px 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active {
    background-color: #090A0C;
    border-color: rgba(255, 255, 255, 0.20);
}
.header-logo {
    position: relative;
    z-index: 99;
}
.header-logo img {
    width: 174px;
}
.header-nav > ul {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 0;
}
.header-nav > ul > li {
    padding-left: 0;
    font-family: 'LamaSans-Medium';
    line-height: 21px;
}
.header-nav > ul > li::after {
    display: none;
}
/******menu-btn******/
.menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 10px 18px;
    gap: 8px;
    min-width: 124px;
    position: relative;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.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: 2px;
    margin: 3px 0 3px auto;
    width: 16px;
    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(6px) rotate(135deg);
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-4px) rotate(-135deg);
}
.menu-btn.active .menu-bar {
    display: block;
}
/***dropdown***/
.parent-dropdown {
	position: relative;
    z-index: 1;
}
.parent-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: #141517 ;
	min-width: 170px;
	text-align: center;
    border-radius: 10px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown ul li {
	color: #fff;
    padding-left: 0;
}
.parent-dropdown ul li::after {
    display: none;
}
.header-nav .parent-dropdown::before {
    content: "";
    height: 13px;
    top: 100%;
    left: 0;
    width: 100%;
    position: absolute;
}
.header-nav .parent-dropdown > a {
    padding-right: 17px;
}
.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: #E02B20;
}
.parent-dropdown img {
    cursor: pointer;
    width: 12px;
    position: absolute;
    right: 0;
    top: 8px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
    filter: brightness(0) invert(1);
}
.parent-dropdown.open ul {
	max-height: 500px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
} 
/*****mega-menu****/
.mega-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #090A0C;
    padding: 180px 0 100px;
    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;
    position: relative;
    z-index: 1;
    padding-right: 10px;
}
.mega-menu-wrap::-webkit-scrollbar {
    width: 10px;
    background-color: #0C0C0C;
    border: 1px solid #1B1B1B;
    border-radius: 10px;
}
.mega-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #141414;
    border-radius: 10px;
}
.mega-menu-nav {
    text-align: center;
}
.mega-menu-nav ul {
    margin-bottom: 0;
}
.mega-menu-nav > ul > li {
    padding-left: 0;
    font-size: 4.8rem;
    font-family: 'FunnelSans-Medium';
    line-height: 56px;
    margin-bottom: 13px;
    letter-spacing: 1.44px;
}
.mega-menu-nav > ul > li:last-child {
    margin-bottom: 0;
}
.mega-menu-nav > ul > li::after {
    display: none;
}
.mega-menu-nav > ul > li > a {
    color: rgba(255, 255, 255, 0.20);
}
.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;
    width: 20px;
    top: 30px;
    opacity: 0.2;
}
.mega-menu-nav .parent-dropdown:hover img {
    opacity: 1;
}
.mega-menu-nav .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    top: 0;
    min-width: 100%;
    position: relative;
    max-height: 0;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    text-align: center;
}
.mega-menu-nav .parent-dropdown.open ul {
    max-height: 300px;
    margin-top: 0;
}
.mega-menu-nav .parent-dropdown ul li {
    font-size: 3rem;
    line-height: 42px;
    margin-bottom: 0;
}
.mega-menu-nav .parent-dropdown ul li:last-child {
    margin-bottom: 0;
}
.mega-menu-nav .parent-dropdown ul li a {
    border-color: transparent;
    color: rgba(255, 255, 255, 0.2);
    padding-top: 0;
    padding-bottom: 0;
}
.mega-menu-nav .parent-dropdown ul li a:hover {
    color: #fff;
}
.menu-img {
    border-radius: 20px;
    overflow: hidden;
    height: 616px;
    max-width: 634px;
    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: 616px;
    object-fit: cover;
}
.mega-menu-info {
    max-width: 396px;
    width: 100%;
    margin-left: auto;
}
.mega-menu-info .each-footer-info {
    width: 100%;
    margin-bottom: 63px;
}
.mega-menu-info .each-footer-info:last-child {
    margin-bottom: 0;
}
.mega-menu-info .each-footer-info h4 {
    min-height: auto;
    padding-bottom: 25px;
}
.mega-menu-right {
    max-width: 855px;
    width: 100%;
    margin-left: auto;
}
.txt-up {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.txt-up .text,
.txt-up .clone {
	display: block;
	transition: transform 0.45s ease;
	white-space: pre-line;
}
.txt-up .clone {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}
.txt-up:hover .text {
	transform: translateY(-100%);
}
.txt-up:hover .clone {
	transform: translateY(-100%);
}
/*****banner-sec***/
.banner-sec {
    position: relative;
}
.banner-video, .each-banner {
	height: 900px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 1;
    width: 100%;
}
.banner-content .col-lg-4 {
    width: 27%;
}
.banner-content .col-lg-8 {
    width: 73%;
}
.banner-content .txt-btn {
    margin-top: 45px;
}
.banner-content h1 {
    padding-left: 30px;
}
.banner-content-left {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background-color: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(25px);
    padding: 25px 37px;
}
.banner-content-left img {
    margin-bottom: 76px;
}
.banner-content-left p {
    margin: 34px 0 44px;
    font-family: 'LamaSans-Regular';
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: normal;
    padding-left: 21px;
    border-left: 1px solid #fff;
}
/*****product-sec****/
.product-sec .inner-wrap {
    padding: 56px 0;
}
.product-heading {
    margin-bottom: 42px;
}
.each-product {
    border-radius: 10px;
    overflow: hidden;
}
.product-model {
    padding: 15px;
}
.product-model h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-model p {
    margin: 2px 0 0;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.28px;
}
.product-spec table,.product-spec tbody,.product-spec tr {
    display: block;
    width: 100%;
}
.product-spec td {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    color: #fff;
    font-family: 'FunnelSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    gap: 10px;
}
.product-spec td img {
    width: 17px;
    height: 17px;
    margin-right: 14px;
}
.product-spec td em {
    font-style: normal;
}
.product-spec td strong {
    font-weight: normal;
}
.product-price {
    padding: 12px 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-price h5 {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.product-price strong {
    font-weight: normal;
    color: #fff;
    font-family: 'FunnelSans-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
}
.product-price em {
    text-align: right;
    font-style: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .product-price {
    background-color: #E02B20;
}
.product-slider {
    position: relative;
}
.product-slider .common-scrollbar {
    margin-top: 42px;
    width: 100%;
}
.product-control {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: calc(100% + 44px)
}
.product-control .common-arrow {
    margin: 0;
    position: initial;
}
/******service-sec******/
.service-sec {
    position: relative;
    padding: 73px 0 50px;
}
.service-heading {
    margin-bottom: 190px;
}
.service-heading .txt-btn {
    max-width: 606px;
    width: 100%;
    margin-left: auto;
}
.service-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.each-service-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.each-service-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.each-service-bg::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(44.95% 44.95% at 50% 50%, rgba(9, 10, 12, 0.00) 0%, #141517 100%);
    pointer-events: none;
}
.service-content {
    max-width: 573px;
    width: 100%;
    margin-left: auto;
}
.each-service-content {
    display: none; 
}
.each-service-content p:last-of-type {
    margin-bottom: 0;
}
.service-name {
    max-width: 900px;
    width: 100%;
    padding-right: 50px;
}
.service-name ul {
    margin: 51px 0 0;
}
.service-name li {
    padding-left: 0;
}
.service-name li::after {
    display: none;
}
.service-name li a {
    padding: 27px 70px 27px 25px;
    display: block;
    border-bottom: 1px solid #fff;
    color: #fff;
    position: relative;
}
.service-name li a::after {
	content: "";
	height: 20px;
	width: 34px;
	position: absolute;
	right: 23px;
	top: 50%;
    transform: translateY(-50%);
	background-image: url(../images/txt-btn-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 34px;
	filter: brightness(0) invert(1);
    opacity: 0.6;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-name li a:hover, .service-name li a:active {
    border-radius: 10px;
    background-color: rgba(224, 43, 32, 0.60);
    backdrop-filter: blur(10px);
    color: #fff;
    border-color: transparent;
}
.service-name li a:hover::after {
    opacity: 1;
}
.service-name li:has(+ li:hover) > a {
    border-color: transparent;
}
.servcie-btn {
    margin-top: 56px;
}
.sec-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}


























/****service-mobile****/
.service-mobile {
    border-radius: 10px;
    overflow: hidden;
}
.each-mobile-service {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 351px;
}
.each-mobile-service::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(20, 21, 23, 0.60);
    pointer-events: none;
}
.each-mobile-service-img {
    height: 100%;
}
.each-mobile-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-mobile-service-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 23px 16px;
    z-index: 1;
}
.each-mobile-service-text p {
    margin: 3px 0 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mobile-service-txt-btn {
    position: relative;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    font-style: normal;
    line-height: 24px;
    display: inline-block;
    padding-right: 30px;
}
.mobile-service-txt-btn::after {
	content: "";
	height: 20px;
	width: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(../images/txt-btn-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px;
	filter: brightness(0) invert(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-mobile-service:hover .mobile-service-txt-btn::after {
    filter: brightness(1) invert(0);
}
/******usp-marquee-sec****/
.usp-marquee-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 50px 0 30px;
}
.usp-marquee-sec::after, .usp-marquee-sec::before {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 219px;
    background: linear-gradient(270deg, #090A0C 0%, rgba(9, 10, 12, 0.00) 100%);
    pointer-events: none;
}
.usp-marquee-sec::before {
    right: auto;
    left: 0;
    background: linear-gradient(-270deg, #090A0C 0%, rgba(9, 10, 12, 0.00) 100%);
    z-index: 1;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 46px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 46px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
    display: flex;
    align-items: center;
    padding-left: 0;
}
.usp-marquee-wrap li::after {
    display: none;
}
.usp-marquee-wrap li img {
    width: 70px;
    height: 53px;
    /* transform: rotate(-10deg); */
    /* border-radius: 3px; */
    /* overflow: hidden; */
    margin-right: 46px;
    /* object-fit: cover; */
}
.usp-marquee-wrap li h3 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.usp-marquee-wrap li:hover h3 {
    color: #E02B20;
}
/****about-sec*****/
.about-merge .inner-wrap {
    background-color: #fff;
    padding: 92px 0 57px;
    position: relative;
}
.about-img {
    border-radius: 20px;
    overflow: hidden;
    max-width: 637px;
    width: 100%;
    height: 100%;
}
.about-img img {
    height: 100%;
    object-fit: cover;
}
.about-right-top h2 {
    color: #141517;
    margin-bottom: 167px;
}
.about-right-top .txt-btn {
    color: #141517;
    border-color: #141517;
    max-width: 434px;
}
.about-right-top .txt-btn::after {
    filter: brightness(0) invert(0);
}
.about-right-top .txt-btn:hover {
    color: #E02B20;
}
.about-right-top .txt-btn:hover::after {
    filter: brightness(1) invert(0);
}
.about-right-top img {
    max-width: 254px;
    border-radius: 10px;
}
.about-right-top-txt {
    padding-left: 30px;
    max-width: 570px;
    width: 100%;
}
.about-right-btm p {
    color: #141517;
}
.about-right-btm {
    max-width: 892px;
    width: 100%;
    margin-top: 60px;
}
.about-right-btm p:last-of-type {
    margin-bottom: 0;
}
.about-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/****brand-showcase-sec****/
.brand-showcase-sec {
    padding: 86px 0;
}
.each-brand-showcase {
    border-radius: 10px;
    background-color: #003A65;
    box-shadow: 0 10px 70px 0 rgba(0, 0, 0, 0.10);
    overflow: hidden;
    padding: 35px 53px 53px 45px;
    position: relative;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.brand-showcase-img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}
.brand-car-img {
    width: 29%;
}
.brand-car-logo {
    top: 35px;
    left: 45px;
    position: relative;
    width: 70px;
    height: 53px;
    object-fit: contain;
}
.brand-showcase-text {
    max-width: 447px;
    width: 100%;
    margin-left: auto;
}
.brand-showcase-text p {
    margin: 12px 0 36px;
}
.each-brand-showcase.brand-red {
    background-color: #E02B20;
}
.each-brand-showcase .txt-btn {
    border: 0;
    padding-top: 0;
    display: inline-block;
    font-style: normal;
}
.each-brand-showcase:hover {
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.3);
}
.each-brand-showcase.brand-red .txt-btn:hover {
    color: #141517;
}
.each-brand-showcase.brand-red .txt-btn:hover::after {
    filter: brightness(0);
}
/****why-choose-sec****/
.why-choose-left img {
    border-radius: 20px;
    overflow: hidden;
}
.why-choose-left p {
    color: #141517;
    margin: 54px 0 0;
    position: relative;
}
.why-choose-left p::after {
    content: "";
    height: 16px;
    width: 16px;
    background-image: url(../images/quote.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    position: relative;
    bottom: -4px;
    margin-left: 0px;
    display: inline-block;
}
.why-choose-right-img {
    border-radius: 20px;
    overflow: hidden;
    max-width: calc(100% - 18px);
    width: 100%;
    height: 100%;
}
.why-choose-right-img img {
    height: 100%;
    object-fit: cover;
}
.why-choose-right {
    max-width: 923px;
    width: 100%;
    margin-left: auto;
}
.why-choose-right h5 {
    color: #141517;
    margin-bottom: 8px;
}
.why-choose-right p {
    color: #141517;
}
.why-choose-right p:last-of-type {
    margin-bottom: 0;
}
.why-choose-sec .col-lg-4 {
    width: 35%;
}
.why-choose-sec .col-lg-8 {
    width: 65%;
}
.why-choose-right .col-lg-5 {
    width: 43%;
}
.why-choose-right .col-lg-7 {
    width: 57%;
}
.why-choose-info {
    max-width: 54%;
    width: 100%;
    margin-top: 33px;
}
.counter {
    margin-top: 60px;
}
.each-counter {
    padding: 20px 20px 20px 58px;
    border-top: 1px solid rgba(20, 21, 23, 0.40);
    position: relative;
}
.each-counter::after {
    content: "";
    height: 20px;
    width: 34px;
    position: absolute;
    left: 0;
    top: 40px;
    background-image: url(../images/txt-btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 34px;
}
.each-counter:last-child {
    border-bottom: 1px solid rgba(20, 21, 23, 0.40);
}
.each-counter h2 {
    color: #141517;
}
.each-counter h6 {
    color: #141517;
    margin-top: 10px;
}
/******footer-area*****/
.footer-area .inner-wrap {
    padding: 36px 0;
    position: relative;
}
.footer-logo img {
    width: 341px;
}
.social ul {
    margin-bottom: 0;
    display: flex;
    justify-content: end;
    gap: 10px;
}
.social li {
    padding-left: 0;
}
.social li::after {
    display: none;
}
.social li a {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.social li a:hover {
    background-color: #E02B20;
    border-color: #E02B20;
}
.social li a img {
    width: 20px;
    height: 20px;
}
.footer-info {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 32px;
    flex-wrap: wrap;
    padding: 43px 0;
    margin: 65px 0 55px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.each-footer-info {
    width: 26%;
}
.each-footer-info p {
    margin-bottom: 0;
}
.each-footer-info h4 {
    margin-bottom: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    min-height: 2lh;
}
.each-footer-info ul {
    margin-bottom: 0;
}
.each-footer-info li {
    padding-left: 0;
}
.each-footer-info li::after {
    display: none;
}
.each-footer-info li a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
.each-footer-info li:first-child a {
    padding-top: 0;
}
.each-footer-info table {
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
.each-footer-info table:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding-bottom: 10px;
}
.each-footer-info th {
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: normal;
    font-weight: normal;
    padding-bottom: 10px;
}
.each-footer-info td {
    color: rgba(255, 255, 255, 0.70);
}
.each-footer-info tr {
    display: flex;
}
.footer-btm p {
    margin-bottom: 0;
}
/* ============================================== diensten ============================================== */
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
}
.each-inner-banner {
    height: 500px;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-content {
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 1;
    width: 100%;
}
.inner-banner-content .txt-btn {
  margin-top: 35px;
}
.inner-banner-content h1 {
    text-align: center;
}
/****d-list-sec****/
.d-list-sec {
    padding-top: 70px;
}
.each-d-list-wrap {
    position: relative;
}
.each-d-list-img{
    border-radius: 20px;
    overflow: hidden;
    height: 481px;
}
.each-d-list-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}
.each-d-list-info {
    background-color: #141517;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 45px 88px;
    margin-left: 6px;
    border-radius: 20px;
    overflow: hidden;
}
.each-d-list-wrap {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-d-list-wrap .sec-mark {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-d-list-wrap:hover .each-d-list-info {
    background-color: #E02B20;
}
.each-d-list-wrap:hover .sec-mark {
    opacity: 1;
}
.each-d-list-wrap:hover .each-d-list-img img {
    transform: scale(1.1);
}
.each-d-list-top-info h3 {
    margin-bottom: 20px;
}
.each-d-list-top-info p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.d-list-part {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.each-d-list-info .txt-btn:hover {
    color: #fff;
}
.each-d-list-info .txt-btn:hover::after {
    filter: brightness(0) invert(1);
}
.each-d-list-info-hover {
    display: none;
}
/* ============================================== diensten-dtl ============================================== */
/****back-btn****/
.back-btn-wrap {
    position: relative;
    top: 212px;
    z-index: 1;
}
/* .back-btn .col-lg-2 {
    width: 19%;
} */
/****diensten-dtl-top-sec****/
.diensten-dtl-top-btm-merge {
    padding-top: 45px;
}
.diensten-dtl-top-sec {
    padding: 95px 0 135px;
    position: relative;
}
.diensten-dtl-top-img img {
    border-radius: 20px;
    overflow: hidden;
}
.diensten-dtl-top-sec .common-wrap {
    margin-top: 0;
    margin-bottom: 0;
}
.diensten-dtl-top-sec .col-lg-4 {
    width: 34%;
}
.diensten-dtl-top-sec .col-lg-6 {
    width: 48%;
}
.diensten-dtl-top-info strong {
    font-weight: normal;
}
.diensten-dtl-top-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 210px;
    row-gap: 30px;
    padding-left: 35px;
}
.diensten-dtl-top-img {
    height: 100%;
}
.diensten-dtl-top-img img {
    height: 100%;
    object-fit: cover;
}
.diensten-dtl-top-info p {
    max-width: 800px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.diensten-dtl-top-info p:last-child {
    margin-bottom: 0;
}
.diensten-dtl-top-info-part li {
    font-family: 'FunnelSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 10px;
}
/****diensten-dtl-mid-sec***/
.diensten-dtl-mid-sec {
    padding-bottom: 30px;
}
.acc-block li::after{
    display: none;
}
.acc-block tr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.acc-block li td{
    width: 55%;
}
.acc-block li td:last-child{
    width: 45%;
}
.acc-block ul {
	padding: 0 ;
	margin: 0;
	list-style: none;
}
.acc-block li {
    padding: 33px 0 44px;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(107, 107, 106, 0.35);
}
.acc-block li:first-child{
    padding-top: 0;
}
.acc-block li:last-child{
    border-bottom: 0;
}
.acc-block li::before {
    display: none;
}
.acc-block li:last-child {
	margin-bottom: 0;
}
.acc-block li td:last-child{
    position: relative;
}
.acc-block li td:last-child::after {
    position: absolute;
    height: 28px;
    width: 28px;
    background-image: url(../images/acc-down-arrow.svg);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    top: 5px;
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.open.open td:last-child::after {
	transform: rotate(-45deg) !important;
}
.acc-block p {
	margin-top: 0px;
	margin-bottom: 0;
	max-width: 490px;
	width: 100%;
    color: #fff;
}
.acc-block td p{
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.70);
}
.acc-block table{
    width: 100%;
}
.acc-block h3{
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.open.open h3{
    color: #EA543C;
}
.acc-block .open.open td  p{
    color: #fff;
}
.acc-block td em {
	display: block;
	overflow: hidden;
	height: 0;
	font-style: normal;
}
.acc-block em .char {
	display: inline-block;
	opacity: 0;
}
/****form-sec****/
.form-bg {
    position: relative;
    padding: 70px 0;
}
.form-bg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(44.95% 44.95% at 50% 50%, rgba(9, 10, 12, 0.40) 0%, rgba(20, 21, 23, 0.90) 100%);
}
.form-sec .container {
    position: relative;
    z-index: 1;
}
.form-left-title p {
    max-width: 730px;
    width: 100%;
    margin-top: 24px;
}
.form-left-title {
    margin-bottom: 84px;
}
.form-vector-img {
    display: table;
    margin-right: 0;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 30%;
    transform: translateX(-50%);
    filter: brightness(0.6);
}
.form-main-area .form-group {
    margin-bottom: 70px;
    position: relative;
}
.form-main-area .form-group-textarea {
    margin-bottom: 0 !important;
}
.form-main-area .form-styl {
    resize: none;
    border-radius: 0;
    overflow: hidden;
    font-family: 'FunnelSans-Medium';
    color: #fff;
    font-size: 2.2rem;
    line-height: 28px;
    letter-spacing: 0.66px;
    padding: 12px 0;
    padding-right: 40px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    background-color: transparent;
}
.form-main-area .form-styl:placeholder {
   color: rgba(255, 255, 255, 0.40);
}
.form-main-area .form-styl:-ms-input-placeholder {
   color: rgba(255, 255, 255, 0.40);
}
.form-main-area .form-styl::placeholder {
   color: rgba(255, 255, 255, 0.40);
}
.form-main-area .form-styl:focus {
    box-shadow: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.form-main-area .form-styl:focus ~ .form-vector-img {
    filter: brightness(1);
}
.form-main-area .form-styl:focus::placeholder {
    color: #fff;
}
.form-main-area .form-group textarea.form-control {
    height: 53px;
}
.form-main-area .form-styl.photo_upload,
.form-main-area .form-styl.foto_upload {
   color: rgba(255, 255, 255, 0.40);
}
.form-main-area .form-styl.photo_upload-active,
.form-main-area .form-styl.foto_upload-active {
   color: #fff;
}
.form-btn {
    margin-top: 40px;
}
.form-left {
    padding-right: 8px;
}
.form-right {
    padding-left: 47%;
}
.form-right-title h4 {
    color: #E02B20;
    margin-bottom: 24px;
}
.each-form-right-contact h4 {
    margin-bottom: 22px;
}
.form-right-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.each-form-right-contact {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 13px 0;
}
.each-form-right-contact a {
    line-height: 28px;
    letter-spacing: 0.66px;
    font-size: 2.2rem;
    font-family: 'FunnelSans-Medium';
}
.each-form-right-contact a:hover {
    color: #E02B20;
}
.each-form-right-contact th {
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: normal;
    padding-bottom: 10px;
    font-weight: normal;
}
.each-form-right-contact table {
    margin-bottom: 17px;
}
.each-form-right-contact-table {
    padding: 33px 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.each-form-right-contact td:first-child {
    padding-right: 10px;
}
.form-social {
    margin-top: 40px;
}
.form-social ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.form-social ul li {
    padding-left: 0;
}
.form-social ul li::after {
    display: none;
}
.form-social ul li a {
    height: 60px;
    width: 60px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.form-social ul li a:hover {
    background-color: #E02B20;
    border-color: #E02B20;
}
.form-social ul li a img {
    width: 20px;
}
/****dtl-slider****/
.dtl-slider-title h2 {
    color: #141517;
}
.dtl-slider-control {
    position: initial;
    width: 100px;
    transform: translate(0);
    margin-left: auto;
    display: flex;
    gap: 17px;
}
.dtl-slider-control .common-arrow {
    margin: 0;
    position: initial;
    border-color: #000;
}
.dtl-slider-control .common-arrow img {
    filter: brightness(0);
}
.dtl-slider-control .common-arrow:hover {
    border-color: #E02B20;
}
.dtl-slider-control .common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.dtl-slider-sec .inner-wrap {
    background-color: #fff;
    padding: 83px 0 78px;
}
.dtl-slider .common-scrollbar {
    margin-top: 42px;
    width: 100%;
}
.dtl-slider .common-scrollbar {
    background-color: rgba(0, 0, 0, 0.2);
}
.dtl-slider-title {
    margin-bottom: 76px;
}
.dtl-slider-control-mobile-part .dtl-slider-control-mobile {
    display: none;
}
.dtl-slider-control-mobile-part .col-8 {
    width: 100%;
}
/* ============================================== contact ============================================== */
/****map-sec****/
.map-bg {
    height: 817px;
}
/* ============================================== vacature-dtl ============================================== */
/****vacature-dtl-mid****/
.vacature-dtl-mid .acc-block li td:last-child::after {
    display: none;
}
.vacature-dtl-mid .acc-block ul > li table ul li {
    border: 0;
    padding: 0;
    padding-left: 20px;
    line-height: 24px; 
    letter-spacing: 0.32px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.vacature-dtl-mid .acc-block ul > li table ul{
    max-width: 100%;
}
.vacature-dtl-mid .acc-block ul > li table ul li::after{
    display: block;
}
.vacature-dtl-mid .acc-block td em {
    height: auto !important;
}
.vacature-dtl-mid .acc-block em .char {
    opacity: 1 !important;
}
.vacature-dtl-mid .acc-block h3 {
    color: #fff;
}
/* .vacature-dtl-mid .open.open h3 {
    color: #EA543C;
} */
.vacature-dtl-mid .acc-block li td {
    width: 51%;
}
.vacature-dtl-mid .acc-block li td:last-child {
    width: 49%;
}
/* ============================================== over-ons ============================================== */
/****over-ons-top-sec****/
.over-ons-top-sec {
    position: relative;
    padding-top: 63px;
}
.over-ons-top-merge .inner-wrap {
    padding: 0 0 58px;
}
.over-ons-top-title .col-lg-3 {
    width: 28%;
}
.over-ons-top-title .col-lg-9 {
    width: 72%;
}
.over-ons-top-img-part {
    display: flex;
    gap: 20px;
    height: 100%;
}
.over-ons-top-big-img {
    height: 100%;
}
.over-ons-top-small-img {
    height: 291px;
}
.over-ons-top-big-img img,
.over-ons-top-small-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}
.over-ons-top-sec .col-lg-5 {
    width: 44%;
}
.over-ons-top-sec .col-lg-7 {
    width: 56%;
}
.over-ons-top-content {
    padding-left: 20px;
}
.over-ons-top-content tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 130px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 34px 0 40px;
}
.over-ons-top-content tr:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.over-ons-top-content td:first-child {
    width: 22%;
}
.over-ons-top-content td:nth-child(2) {
    width: 62%;
}
.over-ons-top-content td p {
    max-width: 550px;
    width: 100%;
}
.over-ons-top-content td h5 {
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-top-content td p {
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 0;
}
.over-ons-top-content tr:hover td h5,
.over-ons-top-content tr:hover td p {
    color: #fff;
}
.over-ons-top-content table {
    margin-top: 74px;
}
.over-ons-top-title {
    margin-bottom: 80px;
}
.over-ons-top-big-img.over-ons-top-big-img-mobile {
    display: none;
}
.over-ons-top-merge .common-wrap {
    margin-bottom: 0;
}
/****over-ons-brand-showcase-sec****/
.over-ons-brand-showcase-sec {
    padding: 86px 0;
}
/****over-ons-mid-sec****/
.over-ons-mid-title {
    max-width: 570px;
    margin: 0 auto 36px;
}
.over-ons-mid-title h2 {
    margin-bottom: 16px;
}
.over-ons-mid-img-wrap {
    display: flex;
    column-gap: 23px;
    justify-content: center;
}
.over-ons-mid-img {
    height: 251px;
}
.over-ons-mid-img img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.over-ons-mid-img-left {
    padding-right: 29%;
}
.over-ons-mid-img-right {
    padding-left: 29%;
}
.each-over-ons-counter h6 {
    color: #fff;
}
.each-over-ons-counter {
    position: relative;
    padding: 18px 20px 18px 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}
.each-over-ons-counter::after {
    content: "";
    height: 20px;
    width: 34px;
    position: absolute;
    left: 0;
    top: 30px;
    background-image: url(../images/txt-btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 34px;
}
.over-ons-counter {
    max-width: 567px;
    margin: 0 auto;
    margin-top: 17px;
}
/****team-sec****/
.team-gallery-merge .inner-wrap {
    background-color: #fff;
    padding: 85px 0 48px;
    position: relative;
}
.team-title {
    margin-bottom: 76px;
}
.team-title h2 {
    color: #141517;
}
.each-team-block {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
}
.team-type-logo img {
    width: 174px;
}
.each-team-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 30px;
}
.each-team-title h3 {
    color: #090909;
}
.each-team-title h6 {
    color: rgba(9, 9, 9, 0.6);
}
.each-team-img img {
    border-radius: 26px;
    overflow: hidden;
}
.each-team-img {
    width: 54%;
}
.each-team-info {
    width: 43%;
    border-left: 1px solid rgba(9, 9, 9, 0.2);
    padding-left: 20px;
}
.team-slider .common-arrow {
    border-color: #000000;
}
.team-slider .common-arrow img {
    filter: brightness(0);
}
.team-slider .common-arrow:hover {
    border-color: #E02B20;
}
.team-slider .common-arrow:hover img {
    filter: brightness(1);
}
.team-slider .common-scrollbar {
    margin-top: 115px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.team-slider .swiper-button-prev {
    left: -2%;
}
.team-slider .swiper-button-next {
    right: -2%;
}
.each-team-title-mobile {
    position: inherit;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    text-align: center;
    display: none;
}
.each-team-title-mobile h3 {
    color: #000;
}
.each-team-title-mobile h6 {
    color: rgba(0, 0, 0, 0.7);
}
/****over-ons-gallery-sec****/
.over-ons-gallery-sec {
    padding-top: 50px;
}
.each-over-ons-left-gal,
.each-over-ons-right-gal {
    height: 617px;
}
.each-over-ons-gal-top,
.each-over-ons-gal-btm {
    height: 301px;
}
.each-gal-img {
    border-radius: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}
.each-gal-img img {
    height: 100%;
    object-fit: cover;
}
.each-gal-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-img:hover img{
    transform: scale(1.1);
}
.each-over-ons-gal-btm-wrap {
    display: flex;
    gap: 15px;
}
.each-over-ons-gal-top {
    margin-bottom: 15px;
}
.over-ons-gallery-sec .col-lg-3 {
    width: 31%;
}
.over-ons-gallery-sec .col-lg-6 {
    width: 38%;
}
.over-ons-gal-mob {
    display: none;
}
/* ============================================== aanbod-list ============================================== */
/****aanbod-filter-sec****/
.aanbod-filter-product-merge {
    margin-top: 110px;
}
.aanbod-filter-sec {
    padding: 78px 0 0;
    position: relative;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-left-part {
    position: relative;
    z-index: 1;
}
.filter-reset a {
    color: #E02B20;
    font-size: 1.6rem;
    font-family: 'LamaSans-Regular';
    line-height: normal;
    letter-spacing: 1.6px;
}
.filter-reset a:hover {
	color: #fff;
}
.filter-reset {
    position: relative;
    top: -78px;
    right: 47%;
}
.select-style {
    width: 100%;
    height: 44px;
    color: #F6F8FA;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 40px 0 18px;
    background: url(../images/filter-arrow.svg) no-repeat 91% center / 10px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    appearance: none;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    text-align: center;
}
.filter-sort .select-style {
    background-color: transparent;
    border-color: #fff;
    color: #F6F8FA;
    background-image: url(../images/filter-arrow.svg);
}
.select-style:hover,
.select-style.show {
    background-color: #E02B20;
    border-color: #E02B20;
    color: #F6F8FA;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-content {
    display: none;
    background-color: #E02B20;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #E02B20;
    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: #F6F8FA;
    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;
}
.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 #F6F8FA;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #F6F8FA;
    border-color: #F6F8FA;
    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: #F6F8FA;
	font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    border: 1px solid #090A0C;
    flex-direction: row-reverse;
    border-radius: 5px;
    background: #090A0C;
    backdrop-filter: blur(2px);
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover {
    background-color: #E02B20;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 20%;
}
.hidden-filter .col-lg-3 h5 {
    font-family: 'FunnelSans-Bold';
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 90px;
    /* background-color: #F6F8FA; */
    /* border-top: 1px solid rgba(40, 40, 40, 0.3); */
    /* border-bottom: 1px solid rgba(40, 40, 40, 0.4); */
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    width: 100%;
    /* display: block; */
    text-align: center;
    border-radius: 50px;
    backdrop-filter: blur(2px);
    /* background-color: #E02B20;
    border-color: #E02B20; */
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* .mobile-show-filter .common-btn .btn-mask-text {
    display: none;
} */
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #E02B20;
    color: #E02B20;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #141414;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #141414;
    margin-left: 10px;
    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: 2;
    background-color: #141517;
    border-bottom: 1px solid rgba(255, 255, 255, 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: #E02B20;
    border: 1px solid #E02B20;
    color: #F6F8FA;
	padding: 10px;
	border-radius: 0 5px 5px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::before {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F6F8FA;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #E02B20;
    color: #E02B20;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(40, 40, 40, 0.7);
    font-family: 'LamaSans-Medium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 225px;
}
.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;
}
.filter-left-part .row {
    column-gap: 3px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
    color: #F6F8FA;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color:#E02B20;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(224, 43, 32, 0.4);
    border-color: rgba(224, 43, 32, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #E02B20;
}
.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: #F6F8FA;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 8px;
    background-color: transparent;
    width: 95px;
    color: #F6F8FA;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.mob-filter-visible h6 {
    color: #fff;
    padding-left: 0;
    font-size: 1.4rem;
    font-family: 'LamaSans-Medium';
}
.mob-filter-visible h6::after {
    display: none;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #E02B20;
}
.list-filter-img {
    border-radius: 15px;
    overflow: hidden;
}
.filter-reset img {
    width: 9px;
    margin-left: 5px;
    margin-bottom: 2px;
    filter: brightness(0) saturate(100%) invert(24%) sepia(92%) saturate(2704%) hue-rotate(348deg) brightness(89%) contrast(98%);
}
.filter-reset:hover img {
    filter: brightness(1);
}
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding: 70px 0 55px;
}
.aanbod-list-bg-img {
    border-radius: 20px;
    height: 100%;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.aanbod-list-bg-img::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: #2c2d2fe6;
    border: 1px solid rgba(255, 255, 255, 0.20);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-list-bg-img:hover::after{
    background: #E02B20;
}
.aanbod-list-bg-logo img {
    width: 124px;
}
.aanbod-list-bg-text-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 30px;
    padding: 60px 60px;
    height: 100%;
    position: relative;
    z-index: 1;
}
.aanbod-list-bg-info p {
    font-size: 1.2rem;
    line-height: 18px;
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
}
.aanbod-list-bg-info p::after {
    background-color: #fff;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}
.aanbod-product-sec .col-xl-4 {
    padding-left: 10px;
    padding-right: 10px;
}
.aanbod-product-sec .row {
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 20px;
}
/* ============================================== verkocht ============================================== */
/****verkocht-product-sec****/
.verkocht-product-sec .product-price h5 {
    justify-content: center;
}
.verkocht-product-sec .inner-wrap {
    margin-top: 118px;
    padding: 54px 0 45px;
}
.verkocht-product-sec .col-xl-4 {
    padding-left: 10px;
    padding-right: 10px;
}
.verkocht-product-sec .row {
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 20px;
}
/* ============================================== aanbod-dtl ============================================== */
/****aanbod-dtl-top-sec****/
.aanbod-dtl-top-tab-merge {
    margin-top: 74px;
}
.aanbod-dtl-top-tab-merge .inner-wrap {
    position: relative;
    padding-top: 82px;
    padding-bottom: 55px;
}
.aanbod-dtl-top-title h3 {
    margin-bottom: 11px;
}
.aanbod-dtl-top-title {
    margin-bottom: 80px;
    max-width: 800px;
    margin-right: 40px;
}
.aanbod-dtl-small-img img {
    border-radius: 10px;
}
.aanbod-dtl-top-part .col-lg-4 {
    width: 24%;
}
.aanbod-dtl-top-part .col-lg-8 {
    width: 76%;
}
.aanbod-dtl-top-part .col-lg-7 {
    width: 66%;
}
.aanbod-dtl-top-part .col-lg-5 {
    width: 34%;
}
.aanbod-dtl-top-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    row-gap: 20px;
}
.aanbod-dtl-content-btn {
    border-radius: 5px;
    border: 1px solid #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    overflow: hidden;
    background-color: transparent;
    color: #F6F8FA;
    text-align: left;
    padding: 10px 20px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.aanbod-dtl-content-btn .btn-mask-text {
    justify-content: left;
    padding-left: 20px;
}
.aanbod-dtl-content-btn.common-btn .mas-text {
    left: 0;
    transform: none;
    padding-left: 20px;
}
.aanbod-dtl-content-btm button:first-child {
    border: 1px solid #FFF;
}
.aanbod-dtl-content-btn:hover {
    background-color: #E02B20;
    border-color: #E02B20;
}
.aanbod-dtl-content-btm button:first-child:hover {
    border-color: #E02B20;
    background-color: transparent;
}
.aanbod-dtl-content-btm {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.aanbod-dtl-top-slider-img img {
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-dtl-content-btm button {
    border: 1px solid transparent;
}
.aanbod-dtl-content-btn::after {
    content: "";
    height: 20px;
    width: 34px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/txt-btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 34px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.aanbod-dtl-top-arrow-control {
    transform: translate(0);
    margin-left: 0;
    display: flex;
    gap: 17px;
    margin-top: 45px;
    z-index: 1;
    position: relative;
}

.aanbod-dtl-content-btm .common-btn .mas-text strong,
.aanbod-dtl-content-btm .common-btn .btn-mask-text strong {
    position: relative;
    padding-right: 48px;
}
.aanbod-dtl-content-btm .common-btn .mas-text strong::after,
.aanbod-dtl-content-btm .common-btn .btn-mask-text strong::after {
    content: "";
    height: 20px;
    width: 34px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/txt-btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 34px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-wp.common-btn .btn-mask-text strong,
.aanbod-wp.common-btn .mas-text strong {
    padding-left: 30px;
}
.aanbod-wp.common-btn .mas-text strong::before,
.aanbod-wp.common-btn .btn-mask-text strong::before  {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/aanbod-wp.svg);
    background-size: 17px;
    height: 17px;
    width: 17px;
    background-position: center;
    background-repeat: no-repeat;
}
.aanbod-dtl-price {
    background-color: #1B1C1D;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 24px 20px 24px;
}
.aanbod-dtl-price h2 {
    color: #C81E30;
}
.aanbod-dtl-price h6 {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'FunnelSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.aanbod-dtl-price h6 strong {
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.8rem;
    font-weight: normal;
}
.aanbod-dtl-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.aanbod-wp {
    background: #3B9933 ;
    border-color: #3B9933 ;
}
.aanbod-dtl-top-content .product-spec {
    height: auto !important;
}
.aanbod-dtl-top-slider .common-arrow {
    display: none;
}
.aanbod-dtl-price.aanbod-dtl-price-mobile {
    display: none;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    position: relative;
    padding-top: 140px;
}
.tab-btn ul.tabs li {
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
    text-transform: none;
    font-size: 2.2rem;
    letter-spacing: 0.66px;
    font-family: 'FunnelSans-Medium';
    line-height: 28px;
    padding-right: 16px;
    padding-left: 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li.active, 
.tab-btn .tabs li:hover {
    background-color: transparent;
    color: #E02B20;
}
.tabs li::before {
    content: "";
    height: 2px;
    background-color: #E02B20;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -38px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li.active::before {
    width: 100%;
}
.tab-btn {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    /* margin-bottom: 50px; */
}
.tab_content {
    display: none;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading{
    display: none;
}
.tab-btn .tabs {
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 80px;
    row-gap: 20px;
    margin-bottom: 35px;
    padding-left: 0;
}
.kenmerken-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab ul li:nth-child(7),
.kenmerken-tab ul li:nth-child(8),
.kenmerken-tab ul li:nth-child(9){
    border-bottom: 0;
}
.kenmerken-tab li {
    width: 33%;
    position: relative;
    padding: 23px 0;
    display: flex;
    font-family: 'FunnelSans-Medium';
    font-size: 2.2rem;
    line-height: 28px;
    letter-spacing: 0.66px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: space-between;
} 
.kenmerken-tab li::after {
    display: none;
}
.kenmerken-tab li strong {
    font-weight: normal;
    position: relative;
    padding-left: 20px;
    transition: 0.5s ease-in-out;
    width: 38%;
    color: rgba(255, 255, 255, 0.7);
}
.kenmerken-tab li strong::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 9px;
    height: 16px;
    background-image: url(../images/tab-mark.svg);
    background-color: unset;
    background-size: 9px;
    background-repeat: no-repeat;
    border-radius: 0;
}
.kenmerken-tab li em {
    font-style: normal;
    transition: 0.5s ease-in-out;
    color: #fff;
    width: 62%;
    padding-right: 115px;
    text-align: right;
    position: relative;
}
.kenmerken-tab ul li:nth-child(3n) em{
    padding-right: 0;
}
.kenmerken-tab li:hover strong,
.kenmerken-tab li:hover em {
    color: #E02B20;
}
.kenmerken-tab li:hover {
    padding-left: 14px;
}
.kenmerken-tab li:hover strong::after {
    filter: brightness(0) saturate(100%) invert(24%) sepia(87%) saturate(2494%) hue-rotate(353deg) brightness(95%) contrast(85%);
}
.kenmerken-tab li:hover em {
    margin-right: -14px;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #E02B20;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 2.4rem;
    color: #fff;
}
.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 {
    font-size: 1.6rem;
    color: #fff;
    padding-left: 18px;
    margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li::after {
    background-image: none;
    background-color: #E02B20;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    top: 8px;
}
.tab-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 50px;
}
.tab-right-part ul {
    display: flex;
    gap: 10px;
}
.tab-right-part li::after {
    display: none;
}
.tab-right-part li {
    padding-left: 0;
}
.tab-right-part li a {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
}
.tab-right-part li a:hover {
    background-color: #E02B20;
    border-color: #E02B20;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E02B20;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #E02B20;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 24px;
    font-size: 1.6rem;
    letter-spacing: normal;
}
.each-onderhoud-block h4 {
    text-transform: none;
    font-size: 2rem;
    line-height: 24px;
}
.each-onderhoud-block h5 {
    margin: 12px 0 25px;
    font-size: 1.6rem;
    text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 0;
    left: 7px;
    background-image: url(../images/tab_arrow.svg);
    background-color: unset;
    width: 6px;
    height: 10px;
    background-size: 6px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li:hover::after,
.tab-btn .tabs li.active::after {
    background-image: url(../images/tab_arrow_red.svg);
    background-size: 10px;
    width: 10px;
}
.tab-btm-btn {
    margin-top: 34px;
}
.tab-btm-btn .common-btn {
    cursor: pointer;
    color: #F6F8FA;
    border-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    background-color: transparent;
}
/* .tab-btm-btn .common-btn:hover {
    background-color: #E02B20;
    border-color: #E02B20;
} */
/* .tab-btm-btn .common-btn .btn-mask-text {
    display: none;
} */
.tab-btm-btn .common-btn:before {
    border-color: #121212;
    background: #121212;
    z-index: 1;
}
/* .tab-btm-btn .common-btn:hover {  
    color: #fff;
} */
.tab_content p{
    font-size: 1.6rem;
    line-height: 24px;
}
/****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.5);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 10px;
    background-color: #141414;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #E02B20;
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #E02B20;
    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 #E02B20;
}
.kenmarken-popup-close img {
    width: 15px;
    filter: brightness(0) 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;
    border-radius: 5px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
    border-radius: 5px;
}
.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;
    color: rgba(255, 255, 255, 0.7);
}
.kenmerken-popup-model h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.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;
}
/****related-product-sec****/
.related-product-sec .inner-wrap {
    background-color: #fff;
}
.related-product-sec .product-heading {
    text-align: center;
    margin-bottom: 75px;
}
.related-product-sec .product-heading h2 {
    color: #141517;
}
.related-product-slider {
    position: relative;
}
.related-product-slider .common-scrollbar {
    margin-top: 42px;
    width: 100%;
}
.related-product-slider .common-arrow {
    border-color: #141517;
}
.related-product-slider .common-arrow img {
    filter: brightness(0);
}
.related-product-slider .common-arrow:hover {
    border-color: #E02B20;
}
.related-product-slider .common-arrow:hover img {
    filter: brightness(1);
}
.related-product-sec .product-model h5,
.related-product-sec .product-model p,
.related-product-sec .product-spec td strong,
.related-product-sec .product-spec td em,
.related-product-sec .product-price strong,
.related-product-sec .product-price em {
    color: #141517;
}
.related-product-sec .product-spec td {
    border-top: 1px solid rgba(20, 21, 23, 0.3);
}
.related-product-sec  .common-scrollbar {
    background-color: rgba(0, 0, 0, 0.2);
}
.related-product-sec .each-product:hover .product-price strong,
.related-product-sec .each-product:hover .product-price em {
    color: #fff;
} 
.related-product-sec .inner-wrap {
    padding: 82px 0;
}
.related-product-control-mob {
    display: none;
}
/*====================================popup======================================*/
.modal-area .modal-dialog {
    max-width: 64%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background-color: rgba(20, 21, 23, 0.8);
}
.modal-area .pop-up-image {
	height: 100%;
    overflow: hidden;
}
.modal-area .pop-up-image img {
	height: 100%;
	object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.modal-area .popup-content {
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    padding:  65px;
    position: relative;
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.popup-logo img {
    width: 174px;
}
.modal-area .popup-content p {
	margin: 25px 0 40px;
    max-width: 400px;
    width: 100%;
    color: #121212;
    font-size: 1.6rem;
    line-height: 25px;
    letter-spacing: 0.32px;
}
.modal-content-wrap .col-lg-5 {
    width: 50%;
}
.modal-content-wrap .col-lg-7 {
    width: 50%;
}

/*****checking-add*****/
.header-menu-btn {
    display: flex;
    gap: 15px;
    justify-content: end;
    flex-direction: row-reverse;
}
.overlay-mobo .mobo-booking-iframe {
    position: initial !important;
}
.privacy_section {
    padding: 60px 0;
}
.product-price {
    display: flex;
    justify-content: end;
}
.auto-overview-filter-result .total_search_records {
    display: flex;
    gap: 4px;
}
.each-footer-info td:first-child {
    padding-right: 7px;
}
.aanbod-dtl-top-title p {
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.28px;
}
.share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
}
.star_icon h4 {
    border-bottom: 1.5px solid #E02B20;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.each-form-right-contact-table-wrap td {
    color: rgba(255, 255, 255, 0.8);
    line-height: 27px;
}
.aanbod-dtl-content-btn strong::after {
    display: none;
}
.aanbod-dtl-content-btn.common-btn:hover::after {
    z-index: 2;
}
.aanbod-dtl-content-btm button:hover {
    border-color: #E02B20;
}
.aanbod-wp:hover {
    border-color: #3B9933;
}
.aanbod-dtl-content-btn strong {
    padding-right: 0 !important;
}
.fancybox__image {
    border-radius: 10px;
    overflow: hidden;
}














/*******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 h5{
    padding-bottom: 10px;
    /* text-transform: uppercase; */
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1F1F1F;
    border-bottom: 1px solid #0B1931;
    padding-bottom: 10px;
    /* font-family: 'Poppins-Medium'; */
    font-size: 2.4rem;
    line-height: 32px;

}
.star_icon p img{
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    padding-right: 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(#E02B20 calc(1*100%/6),#090A0C 0 calc(3*100%/6),#E02B20 0),
              linear-gradient(#E02B20 calc(2*100%/6),#090A0C 0 calc(4*100%/6),#E02B20 0),
              linear-gradient(#E02B20 calc(3*100%/6),#090A0C 0 calc(5*100%/6),#E02B20 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: #E02B20;
  }


.carpass-img {
    width: 115px;
}

/****fix-wp****/
.fix-wp {
    position: fixed;
    height: 62px;
    width: 62px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 60px;
    right: 49px;
}
.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;
	}
}
.privacy_section h2{
    padding-top: 85px;
}

.each-price-table li::after {
    display: none;
}
.range-sec .range-area .fill{
    background-color: #121212;
}
.iframe-footer {
    border: 0;
    width: 100%;
    height: 50px;
    display: block;
    max-width: calc(100% - 34px);
    margin: 0 auto 17px;
    border-radius: 10px;
}
.calsty{
    border: 0;
    width: 100%;
    /* height: 690px; */
    background: transparent;
}
/* .over-ons-dark{
    display: none;
}
.dark-mode .over-ons-dark{
    display: block;
} */
.banner-logo {
    font-size: 2.6rem;
}
.banner-logo a {
    color: #fff;
}
.banner-logo a:hover {
    color: #fff;
}
.banner-logo img {
    width: 70px;
    height: 53px;
    margin-right: 15px;
}
/* .banner-logo-part {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
} */
.servcie-btn .common-btn:first-child {
    margin-right: 10px;
}

.banner-logo-part li::after{
    display: none;
}
.banner-logo-part li{
    padding-left: 0;

}
.banner-logo-part li a{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 17px;
    padding-bottom: 17px;
}
.banner-logo-part li a:hover{
    background-color: rgba(0, 0, 0, 0.05);
    color: #fff;
}
.banner-logo-part li:last-child a{
    border-top: 0;
}
.banner-logo-part li a{
    display: flex;
    gap: 35px;
    align-items: center;
}
.banner-logo-part ul{
    margin-bottom: 0;
}
.banner-content-left img {
    margin-bottom: 0;
}
.banner-logo-part{
    padding-top: 32px;
    padding-bottom: 32px;
}
.new-popup-form .form-main-area .form-group {
    margin-bottom: 30px;
    position: relative;
}
.new-popup-form .kenmarken-popup-inner{
    max-width: 780px !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    height: auto;
}
.new-popup-form .kenmarken-popup-close{
    top: 12px;
    right: 12px;
}
/* .new-popup-form .form-main-area {
    overflow-y: scroll;
    height: 100%;
    padding-right: 20px;
}
.new-popup-form .form-main-area::-webkit-scrollbar  {
    background-color: #5B5A5E;
    width: 8px;
    border-radius: 5px;
}
.new-popup-form .form-main-area::-webkit-scrollbar-thumb {
    background-color: #999999;
    border-radius: 5px;
} */
.form-btn .common-btn{
    color: #fff;
}
.new-popup-form .form-main-area .form-group img{
    display: none;
}
.new-popup-form .form-main-area .form-group .form-styl{
    padding-right: 0;
}
/***********************************/
.accessoires-top-sec {
    position: relative;
}
.accessoires-top-mark {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.accessoires-top-sec .inner-wrap{
    padding: 90px 0 96px;
    background-color: #000;
    margin-top: 117px;
}
.accessoires-top-img {
    height: 100%;
}
.accessoires-top-img img{
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.accessoires-top-sec .col-lg-5 {
    width: 43%;
}
.accessoires-top-sec .col-lg-7 {
    width: 57%;
}
.accessoires-top-info h5 {
    font-family: 'LamaSans-Regular';
    font-size: 1.8rem;
    line-height: 27px;
    letter-spacing: normal;
}
.accessoires-top-info p {
    font-family: 'FunnelSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.accessoires-top-info h6 {
    font-family: 'FunnelSans-Bold';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.accessoires-top-info {
    padding-left: 36px;
}
.accessoires-top-info h2 {
    margin: 5px 0 52px;
}
/*************************************/
.accessoires-portfolio-filter-product-merge > .common-wrap > .inner-wrap {
	padding: 80px 0 65px;
    background-color: #141517;
}
.each-accessoires-portfolio-filter {
    text-align: center;
    padding: 9px 15px;
	font-family: 'LamaSans-Medium';
	font-size: 1.6rem;
	line-height: 24px;
    color: #F6F8FA;
	cursor: pointer;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border-radius: 5px;
}
.category-list-btn {
    height: 100%;
    width: 100%;
    display: block;
}
.each-accessoires-portfolio-filter.active {
    background-color: #E02B20;
    border: 1px solid #E02B20;
    color: #F6F8FA;
}
.accessoires-portfolio-filter-right .row {
    row-gap: 51px;
    margin-left: -10px;
    margin-right: -10px;
}
.accessoires-portfolio-filter-right .col-lg-3 {
    width: 16.66%;
    padding-left: 10px;
    padding-right: 10px;
}
.accessoires-portfolio-product-sec {
    margin-top: 62px;
}
.each-portfolio-accessoires-slider-img img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    height: 361px;
}
.accessoires-portfolio-product-area > .row {
    row-gap: 40px;
    margin-left: -10px;
    margin-right: -10px;
}
.each-portfolio-accessoires-slider-info p,
.each-portfolio-accessoires-slider-img p {
    color: #fff;
}
.each-portfolio-accessoires-slider-img p {
    border-radius: 115px;
    background: #090A0C;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 17px;
    margin-bottom: 0;
    margin: 20px;
}
.each-portfolio-accessoires-slider-info p {
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.28px;
    margin-bottom: 0;
}
.each-portfolio-accessoires-slider-info ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    margin-bottom: 0;
    margin-top: 15px;
}
.each-portfolio-accessoires-slider-info li {
    padding-left: 0;
    color: #FFF;
    font-family: 'FunnelSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.each-portfolio-accessoires-slider-info li::after {
    display: none;
}
.each-portfolio-accessoires-slider-info-part {
    padding: 20px;
}
.each-portfolio-accessoires-slider-info h6 {
    border-radius: 0 0 10px 10px;
    border: 1px solid #FFF;
    padding: 14px 20px;
    text-align: center;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    overflow: hidden;
}
.each-portfolio-accessoires-slider-info.active h6 {
    background: #E02B20;
    border-color: #E02B20;
}
.accessoires-portfolio-product-area .col-xl-4 {
    padding-left: 10px;
    padding-right: 10px;
}
/**********************/
.onderhoudscontact-top-section .inner-wrap {
    background-color: #141517;
}
.onderhoudscontact-top-section ul {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 36px;
}
.onderhoudscontact-top-section li {
    font-family: 'FunnelSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.onderhoudscontact-top-section .accessoires-top-info h2 {
    margin: 5px 0 105px;
}
.onderhoudscontact-mid-section {
    background: #090A0C;
    padding-top: 60px;
}
.onderhoudscontract-part-wrap-title {
    text-align: center;
    margin-bottom: 44px;
}
.onderhoudscontract-part-wrap-title h2 {
    max-width: 855px;
    margin: 0 auto;
}
.onderhoudscontract-part-wrap-title p {
    max-width: 645px;
    margin: 0 auto;
    font-family: 'FunnelSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-top: 30px;
}
.each-onderhoudscontract-part-content {
    border-radius: 10px;
    background: #141517;
    padding: 36px 30px;
    width: 32.4%;
}
.onderhoudscontract-part-content-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.each-onderhoudscontract-part-content h3 {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
}
.each-onderhoudscontract-part-content p {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.onderhoudscontract-part-wrap {
    padding: 38px 0 70px;
}
.onderhoudscontract-block-title {
    text-align: center;
    margin-bottom: 45px;
}
.onderhoudscontract-block-wrap td strong {
    font-weight: normal;
}
.onderhoudscontract-block-title h5 {
    font-family: 'FunnelSans-SemiBold';
    font-size: 2rem;
    letter-spacing: 0.4px;
}
.onderhoudscontract-block-title p {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.onderhoudscontract-block-wrap td em {
    font-style: normal;
    color: rgba(255, 255, 255, 0.70);
    font-family: 'FunnelSans-Bold';
    font-size: 3rem;
    line-height: 40px;
    letter-spacing: 0.3px;
}
.onderhoudscontract-block-wrap tr {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.onderhoudscontract-block-wrap td {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(25px);
    padding: 30px 30px 30px;
    width: 32.4%;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.onderhoudscontract-block-wrap td h3 {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 10px;
}
.onderhoudscontract-block-wrap p {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}
.onderhoudscontract-block-title h2 {
    margin: 16px 0 24px;
}
.onderhoudscontract-block .inner-wrap {
    padding: 62px 0 62px;
}
.onderhoudscontract-btm-part h5 {
    font-family: 'FunnelSans-SemiBold';
    font-size: 2rem;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
}
.onderhoudscontract-btm-part p {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.onderhoudscontract-btm-part ul {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 36px;
}
.onderhoudscontract-btm-part li {
    font-family: 'FunnelSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.onderhoudscontract-btm-part .col-lg-5 {
    width: 34%;
}
.onderhoudscontract-btm-part .col-lg-7 {
    width: 66%;
}
.onderhoudscontract-btm-part-right {
    padding-left: 28%;
}
.onderhoudscontract-btm-part {
    padding: 65px 0 70px;
}
/**********************************/
.na-aankoop-block {
    padding: 66px 0 52px;
    background-color: #090A0C;
    overflow: hidden;
}
.na-aankoop-block-title p {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    max-width: 745px;
    margin: 0 auto;
    margin-top: 20px;
    font-family: 'FunnelSans-Regular';
}
.na-aankoop-block-title {
    text-align: center;
    margin-bottom: 80px;
}
.na-aankoop-stap-content {
    border-radius: 10px;
    background-color: #141517;
    padding: 44px 54px 41px;
    width: 88%;
}
.na-aankoop-stap-number strong {
    position: relative;
    z-index: 2;
    width: 81px;
    height: 81px;
    min-width: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #141517;
    border: 1px solid #141517;
    border-radius: 100px;
    color: #fff;
    font-size: 3rem;
    font-family: 'FunnelSans-Bold';
    line-height: 40px;
    letter-spacing: 0.3px;
    font-weight: normal;
}
.na-aankoop-stap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 98px;
    margin-bottom: 69px;
}
.na-aankoop-stap-number {
    width: 5%;
}
.na-aankoop-stap-content h3 {
    margin-bottom: 13px;
}
.na-aankoop-stap-content p {
    margin-bottom: 0;
}
.na-aankoop-stap-content em {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 0;
    margin-top: 15px;
    font-family: 'FunnelSans-Regular';
    font-style: normal;
}
.na-aankoop-stap::after {
    content: "";
    position: absolute;
    left: 37px;
    top: 100px;
    /* bottom: -31px; */
    width: 2px;
    background: rgba(107, 107, 106, 0.35);
    z-index: 0;
    height: calc(100% - 50px);
}
.na-aankoop-stap-vereist h2 {
    display: inline-block;
    margin-bottom: 24px;
    padding: 6px 17px;
    color: #F6F8FA;
    font-size: 1.4rem;
    line-height: 22px;
    font-family: 'LamaSans-Medium';
    border-radius: 115px;
    background: #090A0C;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.na-aankoop-stap-vereist h4 {
    border-radius: 10px;
    background: #090A0C;
    padding: 25px 30px 24px;
    margin-bottom: 10px;
    margin-top: 29px;
}
.na-aankoop-stap-vereist h4 p {
    margin-top: 0;
}
.na-aankoop-stap-vereist h4 strong {
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 0.2px;
    padding-top: 11px;
    display: table;
    font-family: 'FunnelSans-Bold';
    font-weight: normal;
}
.na-aankoop-stap-vereist h5 {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #141517;
    padding: 25px 30px 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.na-aankoop-stap-vereist h5 strong {
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 0.2px;
    font-family: 'FunnelSans-Bold';
    font-weight: normal;
}
.na-aankoop-stap-vereist a strong {
    padding-top: 0;
}
.na-aankoop-stap-vereist .common-btn {
    margin-top: 36px;
}
.na-aankoop-stap-belangrijk h4 strong {
    padding-top: 0;
    padding-bottom: 11px;
}
.na-aankoop-stap-belangrijk h4 .common-btn strong {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.6rem;
}
.na-aankoop-stap-vereist h4 sup {
    display: inline-block;
    margin-bottom: 24px;
    padding: 6px 17px;
    color: #F6F8FA;
    font-size: 1.4rem;
    line-height: 22px;
    font-family: 'LamaSans-Medium';
    border-radius: 115px;
    background: #141517;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    top: 0;
}
.na-aankoop-stap:last-child {
    margin-bottom: 0;
}
.na-aankoop-stap:last-child:after {
    display: none
}
.na-aankoop-stap-let-op h4 strong {
    padding-top: 0;
    padding-bottom: 11px;
}
/****************/
.voor-levering-top-sec p {
    margin-bottom: 0;
}
.voor-levering-top-sec .inner-wrap {
    background-color: #141517;
}
.voor-levering-block .inner-wrap {
    background-color: transparent;
}
.voor-levering-block-wrap {
    margin-bottom: 28px;
    /* background: #fff; */
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    overflow: hidden;
    background-color: #090A0C;
}
.voor-levering-title {
    padding: 27px 57px;
    color: #fff;
    font-family: 'FunnelSans-Medium';
    border-radius: 20px 20px 0 0;
    background: #141517;
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.72px;
    border-bottom: 1px solid rgba(107, 107, 106, 0.35);;
}
.voor-levering-block-list {
    background: #090A0C;
    /* padding: 27px 55px; */
}
.voor-levering-label {
    width: 21%;
    padding: 27px 0 27px 55px;
    font-family: 'FunnelSans-SemiBold';
    color: #FFF;
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 0.4px;
}
.voor-levering-label h5 {
    font-family: 'FunnelSans-SemiBold';
    color: #FFF;
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 0.4px;
}
.voor-levering-block-list-top {
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    flex-wrap: wrap;
}
.voor-levering-right-info li {
    padding-left: 0;
}
.voor-levering-right-info li::after {
    display: none;
}
.voor-levering-right-info {
    border-radius: 10px;
    background: #141517;
    padding: 30px 30px 72px;
    overflow: hidden;
}
.voor-levering-block-list-bottom-first .voor-levering-right-info {
    padding: 0;
}
.voor-levering-right-info strong {
    margin: 0 !important;
}
.voor-levering-right-info span {
    border-radius: 10px;
    background: #090A0C;
    padding: 30px 30px 30px;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 20px;
}
.voor-levering-right-info span sub {
    bottom: 0;
    color: #F6F8FA;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 22px;
    border-radius: 115px;
    background: #141517;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    overflow: hidden;
    padding: 7px 20px;
    width: 11%;
}
.voor-levering-right-info p {
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    line-height: 24px;
    font-family: 'FunnelSans-Regular';
    margin-bottom: 0;
}
.voor-levering-right-info h5,
.voor-levering-right-info li h5 {
    font-family: 'FunnelSans-Bold';
    color: #FFF;
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 0.2px;
}
.voor-levering-right-info h5 {
    margin-bottom: 8px;
}
.voor-levering-right-info ul {
    width: 82%;
}
.voor-levering-block-list-bottom .voor-levering-right-info {
    background-color: transparent;
    padding: 0;
    padding: 27px 30px;
    border-left: 1px solid rgba(107, 107, 106, 0.35);
    border-radius: unset;
    position: relative;
}
.voor-levering-block-list-bottom .voor-levering-right-info p {
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    line-height: 24px;
    font-family: 'FunnelSans-Regular';
    margin-bottom: 0;
    color: #fff;
}
.voor-levering-right-info-part {
    padding: 27px 55px;
    width: 76%;
}
.voor-levering-block-list-bottom {
    display: flex;
    border-top: 1px solid rgba(107, 107, 106, 0.35);
    column-gap: 40px;
    align-items: center;
}
.voor-levering-block-list-bottom .voor-levering-label {
    padding-top: 0;
    padding-bottom: 0;
}
.voor-levering-block-list-bottom .voor-levering-right-info-part {
    padding: 0 55px;
}
.voor-levering-block-list-part strong {
    font-weight: normal;
    border-radius: 10px;
    background: #141517;
    overflow: hidden;
    display: block;
    margin: 35px 54px 25px;
    padding: 31px 30px;
}
.voor-levering-block-list-part strong h6 {
    font-family: 'FunnelSans-SemiBold';
    color: #FFF;
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}
.voor-levering-block-list-part strong p,
.voor-levering-block-list-part strong sup {
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    line-height: 24px;
    font-family: 'FunnelSans-Regular';
    margin-bottom: 0;
}
.voor-levering-block-list-part .voor-levering-right-info sup {
    border-radius: 115px;
    background: #141517;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 18px;
    max-width: max-content;
}
.voor-levering-block-list-part .voor-levering-right-info sup img {
    margin-right: 8px;
}
.voor-levering-block-list-part .voor-levering-right-info h5 {
    font-family: 'FunnelSans-SemiBold';
    color: #FFF;
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 0.4px;
}
.voor-levering-right-info em {
    font-style: normal;
    font-family: 'FunnelSans-Bold';
}
.voor-levering-block-list-left-part, .voor-levering-block-list-right-part {
    border-radius: 10px;
    background: #141517;
    padding: 30px 32px 27px;
}
.voor-levering-block-list-btm-part {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 33px 55px 50px;
}
.voor-levering-block-list-left-part {
    width: 49%;
}
.voor-levering-block-list-right-part {
    width: 49%;
}
.voor-levering-block-list-left-part h5,
.voor-levering-block-list-right-part h5 {
    margin-bottom: 20px;
    font-family: 'FunnelSans-SemiBold';
    color: #FFF;
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 0.4px;
}
.voor-levering-block-list-left-part li,
.voor-levering-block-list-right-part li {
    margin-bottom: 13px;
}
.voor-levering-block-list-right-part em{
    color: #F6F8FA;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 22px;
    border-radius: 115px;
    background: #141517;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    overflow: hidden;
    padding: 7px 20px;
    font-style: normal;
    max-width: max-content;
}
.voor-levering-block-list-right-part p {
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    line-height: 24px;
    font-family: 'FunnelSans-Regular';
    margin-bottom: 0;
    color: #fff;
}
.voor-levering-block-list-right-part span {
    border-radius: 10px;
    background: #090A0C;
    overflow: hidden;
    display: block;
    padding: 30px 30px;
}
.voor-levering-block-list-right-part span h5 {
    margin-top: 16px;
}
.voor-levering-block-list-part-bottom-wrap {
    display: flex;
    gap: 23px;
    border-radius: 10px;
    background: #141517;
    padding: 30px 36px;
}
.voor-levering-block-list-part-bottom-wrap strong {
    font-weight: normal;
}
.voor-levering-block-list-part-bottom-wrap h5 {
    font-family: 'FunnelSans-SemiBold';
    color: #FFF;
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 0.4px;
}
.voor-levering-block-list-part-bottom-wrap p {
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    line-height: 24px;
    font-family: 'FunnelSans-Regular';
    margin-bottom: 0;
    color: #fff;
    margin: 10px 0 17px;
}
.voor-levering-form-top-wrap {
    text-align: center;
    margin: 0 20px;
}
.voor-levering-form-top .inner-wrap {
    padding: 62px 0 60px;
}
.voor-levering-form-top-wrap p {
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    line-height: 24px;
    font-family: 'FunnelSans-Regular';
    margin-bottom: 0;
    color: #fff;
    margin: 25px 0 35px;
}
.voor-levering-block-wrap:last-child {
    margin-bottom: 0;
}
/***********************/
.instructie-video-top .inner-wrap {
    padding: 91px 0;
    margin-top: 120px;
}
.instructie-video-top-vector {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.70);
    padding: 50px 85px;
    border-radius: 20px;
    overflow: hidden;
}
.instructie-video-top-vector img {
    width: 51px;
    border-radius: unset !important;
    height: auto;
}
.instructie-video-top-img {
    height: 100%;
}
.instructie-video-top-img img {
    height: 100%;
    object-fit: cover;
}
.instructie-video-top-img img {
    border-radius: 20px;
    overflow: hidden;
} 








