body {
	padding: 0px;
	margin: 0px;
	color: #FFF;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    background-color: #070707;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****iframe-footer****/
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
/****custom-cursor*****/
.custom-cursor {
	position: fixed;
	width: 1px;
	height: 1px;
	background-color: rgba(241, 169, 0, 0.41);
	border: 0 solid rgba(241, 169, 0, 0.41);
	backdrop-filter: blur(15px);
	pointer-events: none;
	transform: translate(-50%, -50%);
    clip-path: polygon(50% 0, 100% 27%, 100% 75%, 52% 100%, 0 75%, 0 27%);
	transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #F9F9F6;
	line-height: 24px;
	font-size: 1.6rem;
	opacity: 0;
    font-family: 'widescreen_trialex_semibold';
}
.custom-cursor em {
    font-style: normal;
    display: block;
}
/* .custom-cursor::after {
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 10px);
    transform: translateY(-50%);
    background-image: url(../images/cursor-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    opacity: 0;
} */
.custom-cursor .cursor-text {
	display: none;
}
.cursor-hover {
	width: 108px;
	height: 108px;
	border-width: 1px;
}
.cursor-hover::after {
    opacity: 1;
}
/* .cursor-hover.cursor-black {
    background-color: #2E2E2E;
} */
/* ============================================== index ============================================== */
/****header-area****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    overflow-x: clip;
    padding: 34px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active {
    background-color: #070707;
}
.header-logo img {
    width: 280px;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 0;
}
.header-nav ul li {
    padding-left: 0;
    margin-bottom: 0;
}
.header-nav ul li::after{
    display: none;
}
.header-nav > ul {
    display: flex;
    justify-content: center;
    gap: 33px;
}
.header-nav > ul > li {
    color: #fff;
}
.header-nav > ul > li > a {
    color: #fff;
    font-size: 1.6rem;
    font-family: 'Montserrat-Medium';
    line-height: 24px;
    letter-spacing: 0.32px;
    padding-bottom: 10px;
}
.header-nav > ul > li > a:hover {
    color: #F1A900;
}
.header-right .border-btn {
    min-width: 185px;
}
.parent-dropdown {
	position: relative;
}
.parent-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 45px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: #fff;
	min-width: 170px;
	text-align: center;
	box-shadow: 0px 10px 15px -3px rgba(255, 255, 255, 0.3);
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown ul li {
	color: #070707;
}
.parent-dropdown ul li a {
	color: #070707;
	padding: 5px 10px;
	display: block;
	width: 100%;
}
.parent-dropdown ul li:last-child a {
	border-bottom: 0;
}
.parent-dropdown ul li a:hover {
	color: #F1A900;
}
.parent-dropdown:hover ul {
	top: 30px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown:hover ul li::after {
    display: none;
}
.parent-dropdown img {
	cursor: pointer;
    width: 8px;
    margin-left: 0px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown:hover img {
    transform: rotate(180deg);
}
.parent-dropdown:hover {
    z-index: 1;
}
.header-right-part {
    display: flex;
    gap: 16px;
    justify-content: end;
    align-items: center;
}
/*****mobile-menu*****/
.menu-btn {
    text-align: center;
    border-radius: 100px;
	border: 1.5px solid #fff;
    z-index: 99;
    cursor: pointer;
    margin-left: auto;
    height: 40px;
    width: 40px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}
.menu-btn div, .menu-btn::after, .menu-btn::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 2px 0;
    width: 26px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-btn.active div {
    transform: scale(0);
}
.menu-btn.active:before {
    transform: translateY(10px) rotate(135deg);
    top: -4px;
    position: relative;
}
.menu-btn.active:after {
    transform: translateY(-2px) rotate(-135deg);
    top: -4px;
    position: relative;
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 50%;
    background-color: #070707;
    padding: 170px 60px 40px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mobile-menu-wrap {
    height: 100%;
    overflow-y: auto;
}
.mobile-menu ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
.mobile-menu > .mobile-menu-wrap > ul > li::after{
    display: none;
}
.mobile-menu > .mobile-menu-wrap > ul > li {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 2rem;
    display: table;
}
.mobile-menu > .mobile-menu-wrap > ul > li > a {
    color: #fff;
}
.mobile-menu > .mobile-menu-wrap > ul > li > a:hover {
    color: #F1A900;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.mobile-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
}
.mobile-menu .parent-dropdown ul li {
    font-size: 1.6rem;
    padding-left: 0;
    margin-bottom: 0;
}
.mobile-menu-active .parent-dropdown img {
    margin-left: 3px;
}
/****fix-wp****/
.fix-wp {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 100px;
    right: 50px;
}
.fix-wp img {
    width: 24px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/****banner-sec****/
.banner-sec {
	position: relative;
}
.each-banner {
    position: relative;
}
.each-banner::after {
    background: linear-gradient(0deg, #070707 0%, rgba(20, 20, 20, 0.00) 100%);
    content: '';
    height: 16%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.banner-video{
    height: 896px;
}
.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-heading h1{
    margin-bottom: 32px;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 136px;
    width: 100%;
    z-index: 1;
}
/****product-sec****/
.product-sec {
    padding: 118px 0 105px;
    position: relative;
}
.popup-mark {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
    height: 100%;
    width: 100%;
}
.popup-mark img {
    height: 100%;
    object-fit: cover;
}
.product-title {
    text-align: center;
    margin-bottom: 74px;
    position: relative;
    z-index: 1;
}
.product-img img {
    border-radius: 10px;
    overflow: hidden;
}
.each-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text {
    text-align: center;
    border-radius: 10px;
    background-color: #131313;
    overflow: hidden;
    margin-top: 16px;
    padding: 20px 20px;
}
.each-product-text h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.each-product-text h6 {
    color: #FFF;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 7px 0 18px;
    flex-wrap: wrap;
}
.each-product-text li {
    padding-left: 10px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.50);
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
}
.each-product-text li::after {
    display: none;
}
.each-product-text li::before {
    position: absolute;
    content: '';
    height: 22px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    left: 0;
    top: 2px;
    transform: rotate(25deg);
}
.each-product-text li:first-child {
    padding-left: 0;
}
.each-product-text li:first-child::before {
    display: none;
}
.each-product-text p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.53);
}
.each-product-text p strong {
    font-weight: normal;
    color: #fff;
    font-family: 'Montserrat-Bold';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text table {
    width: 100%;
}
.each-product-text tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.each-product-text td {
    text-align: left;
}
.each-product-text td h6 {
    position: relative;
    padding-right: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text td h6::after {
    content: '';
    position: absolute;
    background-image: url(../images/product-right-arrow.svg);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    height: 10px;
    width: 10px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .each-product-text td h6 {
    color: #F1A900;
}
.each-product:hover .each-product-text td h6::after {
    filter: brightness(1) invert(0);
}
.each-product:hover .each-product-text p strong {
    color: #F1A900;
}
.product-btn {
    margin-top: 77px;
    position: relative;
    z-index: 1;
}
.product-slider .swiper-button-next {
    right: -4.5%;
}
.product-slider .swiper-button-prev {
    left: -4.5%;
}
.product-slider {
    position: relative;
}
.product-slider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10%;
    /* border: 1px solid rgba(255, 255, 255, 0.25); */
    background: linear-gradient(270deg, rgba(12, 12, 12, 0.00) 0%, #0C0C0C 100%);
    z-index: 2;
}
.product-slider::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 10%;
    /* border: 1px solid rgba(255, 255, 255, 0.25); */
    background: linear-gradient(90deg, rgba(12, 12, 12, 0.00) 0%, #0C0C0C 100%);
    z-index: 2;
}
/****service-sec****/
.service-sec {
    background-color: #141414;
    padding: 120px 0 78px;
}
.service-mobile-slider {
    display: none;
}
.service-title {
    margin-bottom: 60px;
}
.service-left-title {
    max-width: 350px;
    width: 100%;
}
.service-right-title {
    max-width: 580px;
    margin-right: 0;
    margin-left: auto;
}
.each-service {
    position: relative;
    overflow: hidden;
}
.each-service-img {
    height: 649px;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}
.each-service-txt h3 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-txt {
    width: 100%;
    position: absolute;
    bottom: -13%;
    left: 0;
    padding: 30px 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
    text-align: center;
}
.each-service-txt p {
    color: #fff;
    margin: 21px auto 0;
    width: 100%;
    max-width: 454px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-txt p {
    opacity: 0;
}
.each-service:hover .each-service-txt {
    bottom: 21%;
}
.each-service:hover .each-service-txt p {
    opacity: 1;
}
/****home-team-member****/
.home-team-member {
    position: relative;
    padding: 120px 0 75px;
}
.home-team-member::after {
    background: linear-gradient(-1deg, #070707 0%, #141414 100%);
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    content: '';
    position: absolute;
    z-index: -1;
}
.home-team-mark {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
    height: 100%;
    width: 100%;
}
.home-team-mark img {
    height: 100%;
    object-fit: cover;
}
.home-team-title {
    text-align: center;
    margin-bottom: 60px;
}
.home-team-title p {
    max-width: 615px;
    margin: 25px auto 40px;
}
.home-team-member-wrap {
    border-radius: 34px;
    overflow: hidden;
    background-color: #141414;
    box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    padding: 24px 24px 35px;
}
.each-home-team-member {
    width: 48.8%;
    position: relative;
}
.each-home-team-member::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1.5px;
    background-color: rgba(255, 255, 255, 0.05);
}
.each-home-team-member:first-child::after {
    display: none;
}
.each-home-team-member-img {
    height: 483px;
}
.each-home-team-member-img img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.each-home-team-member:last-child {
    padding-left: 34px;
}
.each-home-team-member-info h3 {
    color: #F1A900;
    font-family: 'AstallyaScriptRegular';
    font-size: 4rem;
    line-height: 40px;
    letter-spacing: 0.8px;
    margin: 45px 0 28px;
}
.each-home-team-member-info p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
}
/****about-sec****/
.about-sec {
    background-color: #F1A900;
    padding: 120px 0 92px;
}
.about-title h2 {
    color: #070707;
}
.about-info li {
    padding-left: 0;
}
.about-info li::after {
    display: none;
}
.about-info li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(../images/about-vector.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    height: 25px;
    width: 25px;
}
.about-info li h4 {
    color: #070707;
    margin-bottom: 15px;
    padding-left: 40px;
}
.about-info li p {
    color: #070707;
    margin-bottom: 0;
    max-width: 580px;
    width: 100%;
}
.about-img {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 100%;
    margin-right: -10%;
    z-index: 1;
    min-height: 288px;
    min-width: 243px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-img img {
    height: 100%;
    object-fit: cover;
}
.about-content {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background-color: #fff;
    min-width: 49%;
}
.about-content-wrap {
    padding: 110px 80px 110px 90px;
}
.about-content p {
    color: #070707;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about-left {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 8%;
}
.about-info li:nth-child(odd) {
    margin-left: -12%;
}
.about-info ul {
    gap: 80px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.about-info {
    padding-left: 3%;
}
/****google-review****/
.google-review {
    padding: 75px 0;
}
.google-review-wrap {
    max-width: 1435px;
    margin: 0 auto;
}
/****footer-area****/
.footer-area {
    padding-bottom: 50px;
}
.footer-top-wrap {
    border-radius: 20px;
    background-color: #141414;
    padding: 30px 30px;
}
.footer-logo img {
    width: 250px;
}
.each-footer-contact p {
    margin-bottom: 0;
}
.each-footer-contact p,
.each-footer-contact p a,
.each-footer-contact td {
    color: rgba(255, 255, 255, 0.53);
}
.each-footer-contact p em {
    font-style: normal;
}
.each-footer-contact p a:hover {
    color: rgba(241, 169, 0, 0.53);
}
/* .each-footer-contact td:nth-child(odd) {
    padding-right: 4px;
} */
.footer-contact {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.footer-mid {
    max-width: 755px;
    margin: 80px auto 80px;
}
.each-footer-contact {
    text-align: center;
    position: relative;
    padding-left: 80px;
}
.each-footer-contact::after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    left: 0;
    top: 0;
    height: 100%;
    width: 1.5px;
}
.each-footer-contact:first-child {
    padding-left: 0;
}
.each-footer-contact p {
    line-height: 30px;
}
.each-footer-contact:first-child::after {
    display: none;
}
.footer-btm {
    position: relative;
    padding-top: 38px;
}
.footer-btm::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.2);
    height: 1.5px;
    width: 100%;
}
.footer-social ul {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: end;
    margin-bottom: 0;
}
.footer-social li {
    padding-left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social li a {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-social li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 47px;
    width: 42px;
    background-image: url(../images/footer-social-hexagon.svg);
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li a img {
    width: 15px;
    margin-top: 4px;
}
.footer-social li a:hover::after {
    background-image: url(../images/footer-social-hexagon-hover.svg);
}
.footer-credit a {
    color: rgba(255, 255, 255, 0.53);
}
.footer-credit a:hover {
    color: #F1A900;
}
.each-footer-contact h4 {
    margin-bottom: 15px;
}
.footer-social li a:hover img {
    z-index: 1;
}
/* ============================================== diensten-list ============================================== */
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
}
.inner-banner-content {
    position: absolute;
    left: 0;
    bottom: 210px;
    width: 100%;
    z-index: 1;
}
.each-inner-banner {
    height: 600px;
    position: relative;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
.each-inner-banner::after {
    background: linear-gradient(0deg, #070707 0%, rgba(20, 20, 20, 0.00) 100%);
    content: '';
    height: 16%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
/****list-sec****/
.list-sec {
    position: relative;
    padding: 118px 0 118px;
}
.list-mark {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
}
.list-mark img {
    height: 100%;
    object-fit: cover;
}
.list-img img {
    border-radius: 20px;
    overflow: hidden;
}
.list-img {
    padding-right: 10px;
    height: 375px;
}
.list-img img {
	height: 100%;
	object-fit: cover;
}
.each-list .flex-row-reverse .list-img {
    padding-right: 0;
    padding-left: 10px;
}
.list-info {
    padding-left: 33px;
}
.each-list .flex-row-reverse .list-info {
    padding-left: 0;
    padding-right: 31px;
}
.list-sec .flex-row-reverse {
    margin-top: 78px;
    margin-bottom: 78px;
}
.list-info p {
    margin-top: 25px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 710px;
    width: 100%;
}
/* ============================================== diensten-dtl ============================================== */
/****inner-header****/
.inner-header {
    background-color: #070707;
}
/****back-btn****/
.back-btn {
    padding-top: 190px;
}
/****diensten-dtl-top****/
.diensten-dtl-top {
    padding: 23px 0 100px;
    position: relative;
}
.diensten-dtl-top::after {
    background: linear-gradient(0deg, #070707 0%, rgba(20, 20, 20, 0.00) 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25%;
    width: 100%;
    z-index: 1;
}
.diensten-dtl-top .container {
    position: relative;
    z-index: 2;
}
.diensten-dtl-top-mark {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
}
.diensten-dtl-top-mark img {
    height: 100%;
    object-fit: cover;
}
.diensten-dtl-top-img img {
    border-radius: 20px;
    overflow: hidden;
}
.diensten-dtl-top-img {
    padding-right: 10px;
}
.diensten-dtl-top-info h2 {
    margin-bottom: 25px;
}
.diensten-dtl-top-info {
    padding-left: 18px;
}
.diensten-dtl-top-info h4 {
    margin-bottom: 4px;
}
/****diensten-dtl-mid-title****/
.diensten-dtl-mid {
    padding-bottom: 72px;
    padding-top: 55px;
}
.diensten-dtl-mid-title p {
    max-width: 600px;
    width: 100%;
    margin: 20px auto 0;
}
.diensten-dtl-mid-title {
    margin-bottom: 40px;
}
.diensten-dtl-mid-info table {
    width: 100%;
}
.diensten-dtl-mid-info td {
    border-radius: 10px;
    background-color: #141414;
    border: 1.5px solid #141414;
    overflow: hidden;
    padding: 33px 26px;
    width: 32%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-mid-info td:hover {
    border-color: #F1A900;
    box-shadow: 0 0 50px 0 rgba(241, 169, 0, 0.25);
}
.diensten-dtl-mid-info tr {
    display: flex;
    gap: 23px;
    flex-wrap: wrap;
}
.diensten-dtl-mid-info h3 {
    text-align: center;
    margin-bottom: 32px;
}
.diensten-dtl-mid-info h6 {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin: 2px 0 43px;
}
.diensten-dtl-mid-info ul {
    margin-bottom: 0;
}
.diensten-dtl-mid-info li {
    color: #FFF;
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}
/****form-sec****/
.form-sec {
    position: relative;
    padding: 107px 0;
}
.form-mark {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
}
.form-mark img {
    height: 100%;
    object-fit: cover;
}
.form-part-title p {
    margin-bottom: 0;
    margin-top: 20px;
    max-width: 580px;
    width: 100%;
}
.form-block .form-group {
	position: relative;
}
.form-part-title {
    margin-bottom: 45px;
}
.form-block label {
	position: absolute;
	left: 0;
	top: 30px;
	background-color: transparent;
	z-index: 10;
    transition: all 0.5s;
	pointer-events: none;
	width: 100%;
	color: rgba(255, 255, 255, 0.5);
    font-family: 'Montserrat-Medium';
	line-height: 24px;
	font-size: 1.6rem;
    letter-spacing: 0.32px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .focused label {
	top: 26px;
}
.form-block .form-style {
	resize: none;
	border: 0;
	border-bottom: 1.5px solid rgba(255, 255, 255, 0.50);
    font-family: 'Montserrat-Medium';
	line-height: 24px;
	font-size: 1.6rem;
	background-color: transparent;
	padding: 30px 0 14px;
    color: #fff;
    width: 100%;
    letter-spacing: 0.32px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-group.focused .form-style {
	padding-top: 54px;
	border-color: #F1A900;
    color: #fff;
}
.form-block textarea.form-style {
    height: 125px;
}
.form-block .common-btn {
    margin-top: 30px;
    min-width: 280px;
}
body .form-block .error_cls,
body .form-block .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.form-block .form-style.photo_upload,
.form-block .form-style.foto_upload {
	color: rgba(255, 255, 255, 0.5);
}
.form-contact {
    display: flex;
    flex-direction: column;
    gap: 63px;
    position: relative;
    max-width: 600px;
    margin-right: 0;
    margin-left: 15%;
    padding-left: 23%;
}
.form-contact::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    height: calc(100% + 18%);
    width: 1.5px;
}
.each-form-contact em {
    font-style: normal;
}
.each-form-contact p {
    margin-bottom: 0;
}
.each-form-contact p,
.each-form-contact p a, 
.each-form-contact td {
    color: rgba(255, 255, 255, 0.53);
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.16px;
}
.each-form-contact td:nth-child(odd) {
    padding-right: 0;
}
.each-form-contact p a:hover {
    color: rgba(241, 169, 0, 0.53);
}
.each-form-contact h4 {
    margin-bottom: 20px;
}
.form-left {
    padding-right: 6%;
}
/****dtl-slider-sec****/
.dtl-slider-sec {
    padding: 118px 0 109px;
    background-color: #070707;
}
/****inkoop-mid****/
.inkoop-mid td {
    text-align: center;
    padding: 75px 26px 55px;
}
.inkoop-mid td h4 {
    margin-bottom: 25px;
}
.inkoop-mid td p {
    margin-bottom: 0;
}
/* ============================================== vacature-dtl ============================================== */
/****vacature-mid****/
.vacature-mid td {
    width: 49%;
    text-align: left;
}
.vacature-mid td ul {
    padding-left: 10px;
}
/* ============================================== over-ons ============================================== */
/****over-ons-top-sec****/
.over-ons-top-sec {
    padding-top: 98px;
    position: relative;
}
.over-ons-top-mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.over-ons-top-mark img {
    height: 100%;
    object-fit: cover;
}
.over-ons-top-area .row {
    align-items: end;
}
.over-ons-top-area .col-lg-7 {
    width: 61%;
}
.over-ons-top-area .col-lg-5 {
    width: 39%;
}
.over-ons-top-left-title p {
    max-width: 808px;
    width: 100%;
    margin-bottom: 0;
    padding-right: 20px;
}
.over-ons-top-left-img {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
}
.each-over-ons-top-left-img {
    height: 490px;
}
.over-ons-top-left-big-img {
    width: 64%;
}
.over-ons-top-left-small-img {
    width: 33%;
}
.each-over-ons-top-left-img,
.each-over-ons-top-right-img {
    border-radius: 20px;
    overflow: hidden;
}
.each-over-ons-top-left-img img,
.each-over-ons-top-right-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.over-ons-top-right {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.over-ons-top-right-big-img {
    height: 488px;
}
.over-ons-top-right-small-img {
    height: 305px;
}
.over-ons-top-left-title {
    margin-bottom: 78px;
}
.over-ons-top-left-title h2 {
    margin-bottom: 24px;
}
/****over-ons-mid-sec****/
.over-ons-mid-sec {
    padding-top: 216px;
}
.over-ons-mid-title {
    margin-bottom: 56px;
}
.each-over-ons-mid-area {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    margin-bottom: 24px;
}
.each-over-ons-mid-area:last-child {
    margin-bottom: 0;
    flex-direction: row-reverse;
}
.over-ons-mid-img {
    width: 31%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}
.over-ons-mid-img img {
    height: 100%;
    object-fit: cover;
}
.over-ons-mid-info {
    width: 67%;
    border-radius: 20px;
    border: 1.5px solid rgba(255, 255, 255, 0.30);
    background: #141414;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-mid-area:hover .over-ons-mid-info {
    border-color:#F1A900;
    box-shadow: 0 0 50px 0 rgba(241, 169, 0, 0.25);
}
.over-ons-mid-info h4 {
    margin-bottom: 25px;
}
.over-ons-mid-info p {
    margin-bottom: 0;
    width: 100%;
    max-width: 769px;
}
/****over-ons-teams-sec****/
.over-ons-teams-sec {
    padding: 217px 0 200px;
}
.over-ons-teams-title {
    margin-bottom: 56px;
}
.each-teams-slider {
    position: relative;
    overflow: hidden;
}
.teams-slider-img {
    border-radius: 20px;
    overflow: hidden;
}
.teams-slider-info {
    width: 100%;
    position: absolute;
    bottom: -6%;
    left: 0;
    padding: 30px 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
    text-align: center;
    height: 6lh;
}
.teams-slider-info p {
    font-family: 'Montserrat-Medium';
    color: #fff;
    letter-spacing: 0.32px;
    margin: 19px auto 0;
    width: 100%;
    max-width: 425px;
    opacity: 1;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-teams-slider .teams-slider-info {
    bottom: 0;
    height: auto;
}
.each-teams-slider:hover .teams-slider-info p {
    opacity: 1;
}
.over-ons-teams-slider .swiper-button-next {
    right: -2%;
}
.over-ons-teams-slider .swiper-button-prev {
    left: -2%;
}
/* ============================================== contact ============================================== */
/****map****/
.map {
    height: 600px;
}
/* ============================================== bedankt ============================================== */
/****bedankt-banner-sec****/
.bedankt-banner-sec {
    margin-bottom: 20px;
}
.bedankt-banner-sec .banner-heading p {
    max-width: 600px;
    margin: 4px 0 30px;
}
.bedankt-banner-sec .banner-heading h1 {
    margin-bottom: 0;
}
.bedankt-banner-sec .common-btn {
    min-width: 350px;
}
.bedankt-banner-sec .each-banner::after {
    display: none;
}
/* ============================================== popup ============================================== */
.modal-area .modal-dialog {
    max-width: 62%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(7, 7, 7, 0.50);
    backdrop-filter: blur(7px);
}
.modal-area .popup-area {
    border-radius: 20px;
    border: 1.5px solid #F1A900;
    background-color: #070707;
    box-shadow: 0 0 24px 0 rgba(241, 169, 0, 0.40);
}
.modal-area .modal-content {
    background: #070707;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px -2px 21px -3px rgba(241, 169, 0, 0.4);
}
.modal-area .popup-content {
    padding: 100px 60px;
	text-align: center;
}
.modal-area .popup-content p:first-child {
    max-width: 705px;
    margin: 0 auto;
}
.modal-area .popup-content h2 {
    margin: 44px 0 35px;
}
.modal-area .popup-content p:last-child {
    margin-bottom: 0;
}
.close-img {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-image: url(../images/popup-hexagon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 59px;
    width: 52px;
}
.close-img img {
    width: 32px;
}
/* ============================================== aanbod-dtl ============================================== */
/* =========AANBOD-DTL================ */
/* ****dtl-top-btn-sec******* */
.back-btn-top-mark{
    position: absolute;
    left: 0;
    top: 14%;
    pointer-events: none;
    z-index: -1;
}
.dtl-top-btn-sec ul{
    display: flex;
    align-items: center;
    column-gap: 16px;
    justify-content: end;
}
.dtl-top-btn-sec ul li::after{
    display: none;
}
.dtl-top-btn-sec ul li{
    padding-left: 0;
}
.dtl-top-btn-sec .border-btn{
    border: 1.5px solid #FFCE5A;
    min-width: 207px;
}
.dtl-top-btn-sec{
    margin-top: -49px;
}
.back-btn-top-mark.mobile-back-btn-merk{
    display: none;
}
/* ********dtl-top-slider-sec********** */
.dtl-top-product-text{
    padding-top: 22px;
}
.dtl-top-main-slider{
    position: relative;
}
.dtl-top-main-slider .swiper-button-next {
    right: -28px;
}
.dtl-top-main-slider .swiper-button-prev {
    left: -28px;
}
.each-dtl-top-slider img{
    border-radius: 10px;
}
.each-dtl-car-right{
    height: 100%;
    overflow: hidden;
    position: relative;
}
.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background: linear-gradient(0deg, #F1A900 0%, #F1A900 100%);
}
.overlay p{
    color: #070707;
    font-family: 'Montserrat-Medium';
    margin-bottom: 0;
}
.overlay h6{
    color: #070707;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-family: 'Montserrat-Medium';
}
.each-dtl-car-right img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.dtl-price-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dtl-price-area p{
    margin-bottom: 0;
}
.dtl-price-area p img{
    width: 25px;
}
.dtl-price-area p:hover img{
    filter: brightness(0) invert(1);
}
.dtl-top-slider-wrap .row{
    margin-left: -25px;
    margin-right: -25px;
}
.dtl-top-slider-wrap .col-lg-7{
    padding-left: 25px;
    padding-right: 25px;
    width: 57%;
}
.dtl-top-slider-wrap .col-lg-5{
    padding-left: 25px;
    padding-right: 25px;
    width: 43%;
}
.dtl-top-slider-sec{
    padding-top: 20px;
}
.dlt-top-car-right{
    display: flex;
    column-gap: 14px;
}
.dtl-top-product-content{
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.10);
    background: var(--Dark-Background-02, #141414);
    padding: 24px 32px;
    margin: 57px 0;
}
.dtl-top-product-content td h5{
    font-size: 1.6rem;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.50);
    letter-spacing: 0.16px;
    padding-bottom: 10px;
}
.dtl-top-product-content td h6{
    font-size: 1.6rem;
    line-height: 24px;
    color: #FFF;
    letter-spacing: 0.16px;
}
.dtl-top-product-content tr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dtl-top-product-content .dtl-top-product-content td{
    width: 25%;
}
.dtl-top-product-content table{
    width: 100%;
}
.dtl-price-area{
    margin-bottom: 42px;
}
.dtl-price-area h4{
    color: #F1A900;
}
.dtl-price-area h4 strong{
    color: rgba(255, 255, 255, 0.50);
    letter-spacing: 0.16px;
    line-height: 24px;
    font-size: 1.6rem;
    font-family: 'Montserrat-Regular';
    font-weight: normal;
}
.dtl-top-product-heading h3{
    padding-bottom: 16px;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 60px;
    margin-bottom: 38px;
    border: 0;
    justify-content: center;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
    position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.70);
    text-transform: none;
    font-size: 2.4rem;
    letter-spacing: 0.24px;
    line-height: 32px;
    font-family: 'Montserrat-Medium';
    padding-left: 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li:hover{
    color: #F1A900;
}
.tab_container.tab-content{
    max-width: 1100px;
    padding-right: 10px;
}
.tab-btn ul.tabs li.active span{
    color: #FFF;
}
.tab-btn ul.tabs li.active span::after, ul.tabs li span:hover::after{
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_content img{
    max-width: 40%;
    height: 30px;
    filter: invert(1);
    padding-right: 15px;
}
.tab_content p{
    padding-right: 10px;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    position: relative;
    padding-top: 74px;
    padding-bottom: 120px;
}
.tab_drawer_heading{
    display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    column-gap: 42px;
    padding: 10px 0;
    overflow: hidden;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 17px;
    margin-bottom: -17px;
}
.tab-btn .tabs li.active{
    color: #F1A900;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 100px;
    row-gap: 31px;
}
.kenmerken-tab li {
    line-height: 30px;
    width: 14%;
    padding: 0 0 17px;
    position: relative;
    font-family: 'Montserrat-Regular';
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
    column-gap: 60px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: transparent;
    border-bottom: 1px solid rgba(255, 254, 254, 0.30);
}
.kenmerken-tab li strong {
    font-weight: normal;
    display: block;
    color: #fff;
    padding-top: 8px;
}
.kenmerken-tab li::after {
    display: none;
}
.kenmerken-tab{
    overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #D9D9D9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
    color: #F1A900;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    font-family: 'Montserrat-Regular';
    color: #fff;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1A900;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #F1A900;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
    font-size: 1.6rem;
    text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
    text-transform: none;
    font-size: 1.8rem;
    line-height: 20px;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
    text-transform: none;
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Montserrat-Regular';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    text-align: left;
    color: #F1A900;;
    cursor: pointer;
    margin-top: 22px;
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    line-height: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btm-btn:hover{
    color: #fff;
}
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 20px;
    background: #070707;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid rgba(241, 169, 0, 1);
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(241, 169, 0, 0.6);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(241, 169, 0, 0.6);
    max-width: 93%;
}
.popup-cross{
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid rgba(241, 169, 0, 1);
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul{
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 38px;
}
.tab-popup-area h3{
    font-family: 'Montserrat-SemiBold';
    line-height: normal;
    margin-bottom: 20px;
    font-size: 2.4rem;
}
.tab-popup-area p{
    color: rgb(255, 255, 255, 1);
    line-height: normal;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Montserrat-Regular';
    margin-bottom: 0;
}
.tab-popup-content h4{
    font-family: 'Montserrat-SemiBold';
    line-height: 56px;
    margin-bottom: 20px;
    font-size: 2rem;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgb(255, 255, 255, 0.6);
    font-family: 'Montserrat-Regular';
    line-height: 30px;
    color: #fff;
    flex-wrap: wrap;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tab-popup-content li::after{
    display: none;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgb(17, 17, 17, 0.6);
}
.show-popup{
    display: none;
}
.tab-btn .tabs li.active::after {
    transform: rotate(0deg);
    filter: none;
    opacity: 1;
    top: -3px;
    opacity: 1;
    filter: none;
}
.tabs li::after {
    display: inline-block;
    content: url(../images/tab-arrow.svg);
    position: relative;
    top: 2px;
    left: 7px;
    background-color: transparent;
    width: 9px;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: rotate(-90deg);
    filter: brightness(0) invert(1);
    opacity: 0.7;
}
.tabs li:hover::after{
    opacity: 1;
    filter: none;
}
.tab-btn .tabs li.active::before {
    content: "";
    height: 2px;
    background-color:  #F1A900;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -17px;
}
.dtl-tab-mark{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}
.dtl-tab-mark img{
    height: 100%;
    object-fit: cover;
}
.mobile-tab-right-btn{
    display: none;
}
.tab-btn-wrap{
    border-bottom: 2px solid rgba(255, 255, 255, 0.50);
    padding-bottom: 15px;
}
.aanbod-contact-img img{
    height: 100%;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    border-radius: 68px;
    width: 67px;
    height: 67px;
    border-radius: 67.056px;
    border: 1px solid rgba(47, 47, 47, 0.20);
    background: url(<path-to-image>) lightgray -38.023px 1.008px / 157.963% 185.877% no-repeat;
}
.aanbod-contact-img{
    width: 67px;
    height: 64px;
    flex-shrink: 0;
}
.aanbod-contact-info  ul li::after{
    display: none;
}
.each-aanbod-contact {
    display: flex;
    column-gap: 32px;
    padding: 6px 20px;
    align-items: center;
    border-radius: 10px 10px 0 0;
    border: 1px solid rgba(47, 47, 47, 0.20);
    background: #F1A900;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.tab-content-wrap{
    padding-top: 45px;
}
.tab-content-wrap .col-lg-3{
    width: 29.5%;
    padding-left: 4px;
    padding-right: 4px;
}
.tab-content-wrap .col-lg-9{
    width: 70.5%;
    padding-left: 4px;
    padding-right: 4px;
}
.tab-content-wrap .row{
    margin-left: -4px;
    margin-right: -4px;
}
.aanbod-contact-info-wrap{
    border-radius: 0 0 10px 10px;
    border: 1px solid rgba(47, 47, 47, 0.20);
    background: #141414;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 20px 20px 14px;
}
.aanbod-contact-info-wrap ul{
    padding: 0;
    margin: 0;
}
.aanbod-contact-info-wrap ul li{
    padding-bottom: 8px;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-left: 0;
    letter-spacing: 0.16px;
    position: relative;
    margin-bottom: 0;
}
.aanbod-contact-info-wrap li:last-child{
    padding-top: 8px;
    padding-bottom: 0;
}
.aanbod-contact-info-wrap li:first-child::after{
    display: none;
}
.aanbod-contact-info-wrap li::after{
    width: 100%;
    width: calc(100% + 40px);
    height: 1px;
    background: rgba(47, 47, 47, 0.40);
    border-radius: 0;
    top: 0;
    left: -20px;
}
.aanbod-contact-info-wrap ul li strong{
    font-weight: normal;
    line-height: 24px;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    color: #fff;
}
.aanbod-contact-info-wrap ul li a{
    padding-left: 8px;
}
.aanbod-contact-info-wrap ul li a{
    font-family: 'Montserrat-Regular';
    color: #fff;
}
.aanbod-contact-info-wrap ul li a:hover{
    color: #F1A900;
}
.each-aanbod-contact-text a:hover{
    color: #fff;
}
.aanbod-contact-info{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.dtl-tab-btm-mark{
    position: absolute;
    bottom: -50%;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.each-aanbod-contact-text h4 {
    color: #070707;
    font-size: 2.4rem;
    line-height: 24px;
}
.each-aanbod-contact-text a{
    color: rgba(7, 7, 7, 0.70);
    font-size: 1.4rem;
    line-height: 20px;
    font-family: 'Inter-Regular';
    letter-spacing: 0.14px;
}
.aanbod-contact-info-btn ul li::after{
    display: none;
}
.aanbod-contact-info-btn ul li{
    padding-left: 0;
    margin-bottom: 0;
}
.aanbod-contact-info-btn ul{
    display: flex;
    column-gap: 14px;
    align-items: center;
}
.aanbod-contact-info-btn .common-btn{
    min-width: 214px;
    border: 1.5px solid #F1A900;
}
.aanbod-contact-info-btn .common-btn.aanbod-wp,
.dtl-top-btn-sec .border-btn.aanbod-wp {
    border-color: #25D366;
    color: #25D366;
}
.aanbod-contact-info-btn .common-btn.aanbod-wp img,
.dtl-top-btn-sec .border-btn.aanbod-wp img {
    margin-right: 10px;
}
.aanbod-contact-info-btn .common-btn.aanbod-wp:hover,
.dtl-top-btn-sec .border-btn.aanbod-wp:hover {
    border-color: #25D366;
    background-color: #25D366;
    color: #fff;
}
.aanbod-contact-info-btn .common-btn.aanbod-wp:hover img,
.dtl-top-btn-sec .border-btn.aanbod-wp:hover img {
    filter: brightness(0) invert(1);
}
.aanbod-contact-info-btn{
    margin-top: 16px;
}
/****related-car-sec****/
.related-car-sec {
    padding: 144px 0 155px;
}
.related-car-slider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10%;
    /* border: 1px solid rgba(255, 255, 255, 0.25); */
    background: linear-gradient(270deg, rgba(12, 12, 12, 0.00) 0%, #0C0C0C 100%);
    z-index: 2;
}
.related-car-slider::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 10%;
    /* border: 1px solid rgba(255, 255, 255, 0.25); */
    background: linear-gradient(90deg, rgba(12, 12, 12, 0.00) 0%, #0C0C0C 100%);
    z-index: 2;
}
.related-car-slider .swiper-button-next {
    right: -4.5%;
}
.related-car-slider .swiper-button-prev {
    left: -4.5%;
}
/* ============================================== aanbod-list ============================================== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding-top: 186px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: #fff;
    font-family: 'Montserrat-Medium';
    line-height: 24px;
    letter-spacing: 0.32px;
    position: initial;
}
.filter-reset img {
    width: 9px;
    margin-left: 5px;
    margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
    color: #F1A900;
}
.filter-reset {
    position: relative
}
.reset_all_filter {
    position: absolute;
    top: -45px;
    right: 0;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 44px;
    color: #fff;
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    border: transparent;
    border-radius: 50px;
    padding: 0 36px 0 18px;
    background: url(../images/filter-arrow.svg) transparent no-repeat 91% center / 15px;
    appearance: none;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    text-align: left;
}
.aanbod-filter-sec .select-style:hover,
.aanbod-filter-sec .select-style.show {
    color: #F1A900;
    background-image: url(../images/yellow-filter-arrow.svg);
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main .row {
    align-items: center;
}
.filter-main option{
    font-family: 'lama_sansmedium';
    background-color: #141414;
}
.filter-content {
    display: none;
    background-color:#141414;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
    background-color: #dbdbdb;
    width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Montserrat-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 #fff;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #F1A900;
    border-color: #F1A900;
    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: #070707;
    border-radius: 100px;
    background-color: #F1A900;
    font-family: 'Montserrat-Medium';
    font-size: 1.2rem;
    border: 1px solid rgba(0, 255, 135, 0);
    flex-direction: row-reverse;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 6px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    filter: invert(1);
}
.auto-overview-tag:hover img {
    filter: invert(1);
}
.auto-overview-tag:hover {
    background-color: transparent;
    border-color: #F1A900;
    color: #fff;
}
.auto-overview-tag:hover img {
    filter: brightness(0) invert(1);
}
.hidden-filter .col-lg-3 {
    /* margin-bottom: 18px; */
    width: 25%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
    margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 0px;
    background-color: #141414;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #14181E;
    border-radius: 100%;
    color: #F9F8F6;
    border: 1px solid #14181E;
    margin-left: 30px;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #070707;
    border-bottom: 1px solid rgba(249, 248, 246, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.mobile-filter-close span img {
    width: 9px;
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: #F1A900;
    border: 1px solid #F1A900;
    color: #070707;
    padding: 10px;
    border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
    font-size: 1.6rem;
    color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
    background-color: transparent;
    border-color: #F1A900;
    color: #fff;
}
.cursor-pointer {
    cursor: pointer;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.filter-sort h6 {
    margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'lama_sansmedium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
    margin-bottom: 0;
    width: 200px;
}
.filter-sort .sorteren_op-filter {
    width: 339px;
}
.filter-sort .sorteren_op-filter .select-style {
    color: #070707;
    background-image: url(../images/black-filter-arrow.svg);
    background-color: #F1A900;
    border: 1px solid #F1A900;
    padding: 2px 40px 45px;
    border-radius: 100px;
}
.filter-sort .sorteren_op-filter .select-style.show {
    border-radius: 5px 5px 0 0;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #F1A900;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(241, 169, 0, 0.4);
    border-color: rgba(241, 169, 0, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #F1A900;
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
}
.aanbod-range-filter .slider-inputs span {
    color: #fff;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #fff;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.mob-filter-visible h6 {
    font-size: 1.6rem;
    color: #fff;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #F1A900;
}
.filter-left-part {
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.10);
    background: #141414;
    padding: 2px 0px;
    position: relative;
}
.filter-left-part::after {
    content: '';
    position: absolute;
    top: 0;
    right: 5%;
    width: 6px;
    height: 100%;
    background-color: #141414;
}
.comon-filter {
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
}
.comon-filter::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.20);
}
.aanbod-filter-sec .comon-filter:last-child::after {
    display: none;
}
.aanbod-filter-gap {
    padding-left: 0;
}
.filter-left-part .transmissie-filter::after{
    display: none;
}
/****aanbod-list-sec****/
.aanbod-list-sec {
    position: relative;
    padding: 88px 0 138px;
}
.aanbod-list-mark {
    position: absolute;
    left: 0;
    top: -21%;
    width: 100%;
    pointer-events: none;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.aanbod-list-mark img {
    height: 100%;
    object-fit: cover;
}
.aanbod-list-sec .row {
    row-gap: 51px;
}
/* ============================================== verkocht ============================================== */
/****verkotch-top****/
.verkotch-top {
    padding-top: 204px;
}
.verkotch-top h2 {
    margin-bottom: 25px;
}
.aanbod-list-sec.verkocht-sec {
    padding-top: 65px;
}

.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.8);
}


/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 35px;
    padding-top: 15px;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4 {
    color: #F1A900;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1.5px solid #D9D9D9;
    width: 50%;
}
.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;
}
.aanbod-contact-mobile-info-btn {
    display: none;
    margin-bottom: 30px;
}
.aanbod-contact-mobile-info-btn ul {
    justify-content: center;
}
.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(#F1A900 calc(1*100%/6),#070707 0 calc(3*100%/6),#F1A900 0),
              linear-gradient(#F1A900 calc(2*100%/6),#070707 0 calc(4*100%/6),#F1A900 0),
              linear-gradient(#F1A900 calc(3*100%/6),#070707 0 calc(5*100%/6),#F1A900 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: #F1A900;
  }


.carpass-img {
    width: 115px;
}

/****fix-wp****/
/* .fix-wp a {
    position: fixed;
    right: 2%;
    bottom: 3%;
    width: 63px;
    height: 63px;
    border-radius: 100px;
    background-color: #25D366;
    z-index: 98;
    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;
    left: 16px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}

@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fixed-whatsapp-icon{
		display: none;
	}
}
.each-service:hover .each-service-arrow .common-arrow-part{
    background-color: #FAFAFA;
}
.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%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
/* .share-social-media-button{
    padding: 6px 9px;
} */
/* @media(max-width: 519px) and (min-width: 416px){
	.calculator{
	    height: 1670px !important;
    }
}
@media(max-width: 415px){
	.calculator{
        height: 1826px !important;
    }
}


@media(max-width: 990px) and (min-width: 768px){
	.calsty {
        height: 789px;
    }
}
@media(max-width: 767px) and (min-width: 519px){
	.calsty {
	height: 689px;
}
}
@media(max-width: 518px){
	.calsty {
	height: 810px;
}
} */
/* .col-lg-4:nth-child(1) .each-diens-dtl-btm{
    flex-direction: column-reverse;
} */

.calsty{
    border: 0;
    width: 100%;
    height: 690px;
    background: transparent;
}

.teams-slider-img{
    height: 649px;
}

.teams-slider-img img{
    height: 100%;
    object-fit: cover;
}
.lfCQiA {
    display: none;
}
.privacy_section {
    padding: 60px 0;
}
.aanbod-contact-slider {
    position: relative;
}
.aanbod-contact-slider .common-arrow {
    height: 40px;
    width: 40px;
}
.aanbod-contact-slider .swiper-button-prev {
    left: -45px;
}
.aanbod-contact-slider .swiper-button-next {
    right: -45px;
}