@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    color: #222;
    font-family: 'NotoSans-Regular';
    font-size: 1.8rem;
	background-color: #F9F9F9;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/****fix-wp****/
.fix-wp a {
    position: fixed;
    right: 40px;
    bottom: 9%;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #25d366;
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 27px;
}
/****header-area****/
.header-area {
	padding: 37px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	border-bottom: 1px solid transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area.stiky {
	background-color: #222;
	border-color: #424242;
}
.header-nav ul {
	display: flex;
	column-gap: 37px;
	justify-content: end;
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-nav li {
	color: #fff;
	font-family: 'NotoSans-BlackItalic';
	font-size: 1.8rem;
	font-style: italic;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}
.header-nav li a {
	color: #fff;
}
.header-nav li a:hover,
.header-nav li a.this-menu  {
	color: #909090;
}
.header-right {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 37px;
}
.hamburger {
	cursor: pointer;
	color: #fff;
	font-family: 'NotoSans-BlackItalic';
	font-size: 1.8rem;
	font-style: italic;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}
.hamburger strong {
	font-weight: normal;
	width: 80px;
}
.hamburger-line {
	width: 20px;
	position: relative;
}
.hamburger span,
.hamburger span::before,
.hamburger span::after {
	background: #fff;
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;         
	right: 0;
	-webkit-transition: .3s ease-in-out .3s;
	transition: .3s ease-in-out .3s;
}
.hamburger span::before {
	margin-top:-6px;
	width: 9px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.hamburger span::after {
	margin-top:6px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	width: 20px;
}
.hamburger span {
	width: 16px;
}
.hamburger.hamburger-active span {
	background: transparent;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
	width: 20px;
}
.hamburger.hamburger-active span::before {
	margin-top:0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	width: 20px;
	background-color: #222;
}
.hamburger.hamburger-active span::after {
	margin-top:0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	background-color: #222;
}
.hamburger:hover span,
.hamburger:hover span::before {
	width: 20px;
}
.hamburger.hamburger-active {
	color: #222;
	z-index: 1;
}
.header-logo img {
	width: 272px;
}
/*****mega-menu*******/
.mega-menu {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	pointer-events: none;
}
.mega-menu-active {
	background: rgba(34, 34, 34, 0.50);
	backdrop-filter: blur(5px);
	pointer-events: all;
}
.mega-menu .row {
	height: 100%;
}
.mega-menu .col-5 {
	width: 35%;
	height: 100%;
}
.mega-menu .col-7 {
	width: 65%;
}
.mega-menu-main {
	width: 100%;
	height: 100%;
	background-color: #F9F9F9;
	clip-path: inset(0 0 0 100%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding: 160px 80px 100px;
}
.mega-menu-active .mega-menu-main {
	clip-path: inset(0 0 0 0);
}
.mega-menu-empty {
	height: 100%;
	width: 100%;
}
.mega-menu-main-wrap {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
}
.mega-menu-main-wrap::-webkit-scrollbar {
	background-color: rgba(107, 108, 107, 0.3);
	width: 10px;
    border-radius: 0;
}
.mega-menu-main-wrap::-webkit-scrollbar-thumb {
	background-color: rgba(107, 108, 107, 0.5);
    border-radius: 0;
}
.mega-menu-info {
	margin-top: 70px;
}
.mega-menu-info p {
	color: #222;
	font-size: 1.6rem;
	line-height: 26px;
	margin-bottom: 10px;
}
.mega-menu-info p a {
	color: #222;
}
.mega-menu-info p a:hover {
	color: #9C9C9C;
}
.mega-menu-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mega-menu-nav li {
	color: #222;
    font-family: 'NotoSans-Medium';
	font-size: 3.2rem;
	line-height: normal;
	letter-spacing: 3.2px;
	margin-bottom: 25px;
}
.mega-menu-nav li:last-child {
	margin-bottom: 0;
}
.mega-menu-nav li a {
	color: #222;
}
.mega-menu-nav li a:hover,
.mega-menu-nav li a.this-nav {
	color: #9C9C9C;
}
/********banner-sec*********/
.banner-sec {
	position: relative;
}
.banner-mark {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 100%;
	width: 44.5%;
	background-color: rgba(34, 34, 34, 0.84);
	backdrop-filter: blur(10px);
	overflow: hidden;
	z-index: 1;
	pointer-events: none;
}
.banner-mark img {
    height: calc(100% - 37px);
    object-fit: cover;
    position: absolute;
    bottom: 0;
}
.banner-content {
	position: absolute;
	bottom: 150px;
	left: 0;
	z-index: 2;
	width: 100%;
}
.banner-content h1 {
    margin-bottom: 70px;
}
.banner-content p {
    margin-bottom: 62px;
	color: #fff;
	max-width: 52%;
	width: 100%;
}
.banner-content .common-btn {
	margin-right: 24px;
}
.banner-content-wrap {
	max-width: 990px;
	width: 100%;
}
.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;
}
/****counter-sec*****/
.counter-sec {
	border-bottom: 1px solid #9C9C9C;
	overflow: hidden;
}
.each-counter h4 {
	letter-spacing: 1.92px;
	font-family: 'NotoSans-BoldItalic';
}
.each-counter h4 strong {
	font-weight: normal;
}
.each-counter {
	display: flex;
	column-gap: 25px;
	padding: 35px 0 28px;
	border-left: 1px solid #9C9C9C;
	justify-content: center;
	height: 100%;
}
.counter-sec .col-lg-3:first-child .each-counter {
	border-left: 0;
	justify-content: start;
}
/*****product-sec*****/
.product-sec {
	padding: 80px 0 135px;
	position: relative;
	overflow: hidden;
}
.product-heading {
    margin-bottom: 70px;
    padding-left: 0;
}
.product-slider {
	position: relative;
}
.product-slider-wrap {
	position: relative;
	margin-bottom: 70px;
}
.each-product-img {
	position: relative;
}
.product-icon {
	height: 47px;
	width: 47px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #F9F9F9;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product:hover .product-icon {
	opacity: 1;
}
.each-product {
	background-color: #222;
}
.each-product-model {
	padding: 9px 20px 18px;
}
.each-product h4 {
	color: #fff;
	font-family: 'NotoSans-BoldItalic';
	line-height: 20px; 
	letter-spacing: 1.92px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 13px;
}
.each-product p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
	color: #6B6C6B;
	line-height: normal;
	font-size: 1.6rem;
	height: 3lh;
}
.product-price {
    border-radius: 39px;
    border: 1px solid #fff;
    background: #F5F5F5;
    padding: 1px 23px;
    display: inline-block;
    position: relative;
    top: -25px;
}
.product-price h6 {
	color: #222;
}
.product-price h6 strong {
	font-weight: 500;
	font-family: 'NotoSans-MediumItalic';
	font-style: italic;
	color: rgba(34, 34, 34, 0.55);
}
.product-price h6 strong em {
	color: #222;
}
.each-product table {
	width: 100%;
	border-top: 1px solid #424242;
}
.each-product td {
	position: relative;
	color: #fff;
    font-family: 'NotoSans-Regular';
	font-size: 1.6rem;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	padding: 16px;
	width: 33.33%;
	height: 4lh;
}
.each-product td::after {
	content: "";
	height: 100%;
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	transform: skewX(-20deg);
	background-color: #424242;
}
.each-product td:last-child::after {
	display: none;
}
.product-slider .swiper-button-prev {
	left: -70px;
}
.product-slider .swiper-button-next {
	right: -70px;
}
.product-slider .common-arrow {
    top: 42%;
}
.product-btn {
	margin-top: 45px;
}
.product-sec-mark {
	position: absolute;
	top: 0;
	right: 0;
	width: 65%;
	height: 100%;
	pointer-events: none;
}
/******service-sec*****/
.service-sec {
	background-color: #222;
	padding: 100px 0 150px;
}
.service-heading {
	margin-bottom: 55px;
}
.service-heading h2 {
	color: #fff;
}
.service-main .row {
	margin: 0 -20px;
	row-gap: 50px;
}
.service-main .col-lg-6,
.service-main .col-lg-4 {
	padding: 0 20px;
}
.each-service {
	position: relative;
	overflow: hidden;
}
.each-service-info {
	background-color: #222;
	padding: 46px 35px 20px;
	margin-top: 50px;
}
.each-service-text {
	position: absolute;
	bottom: -12%;
	left: 0;	
	width: 100%;
	overflow: hidden;
	padding: 0 28px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-text h3 {
	color: #fff;
	font-family: 'NotoSans-Medium';
	line-height: normal;
	letter-spacing: normal;
	font-style: normal;
	text-transform: none;
}
.each-service-text h3::after {
	display: none;
}
.each-service-text p {
	color: #fff;
	margin: 34px 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-service-btn {
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service:hover .each-service-text {
	bottom: 0;
}
.each-service:hover .each-service-text p {
	-webkit-line-clamp: 4;
}
.each-service:hover .each-service-btn {
	opacity: 1;
}
/*****about-sec******/
.about-sec {
	position: relative;
	padding: 137px 0 100px;
}
.about-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(251deg, rgba(255, 255, 255, 0.92) 1.65%, rgba(255, 255, 255, 0.90) 53.13%, rgba(255, 255, 255, 0.88) 93.89%);
	backdrop-filter: blur(9.5px);
}
.about-sec::before {
	content: "";
	height: 15%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(249, 249, 249, 0.00) 0%, rgba(249, 249, 249, 0.00) 44.44%, #F9F9F9 100%);
}
.about-sec .container {
	position: relative;
	z-index: 2;
}
.about-text {
	max-width: 675px;
	width: 100%;
	overflow-x: hidden;
}
.about-text h2::after {
	background-image: url(../images/about-heading-arrow.svg);
}
.about-text h2 {
	margin-bottom: 36px;
}
.about-text .common-btn {
	margin-top: 15px;
}
.about-text ul {
	padding: 0;
	margin: 30px 0 0;
	list-style: none;
}
.about-text li {
	position: relative;
	padding: 24px 0 24px 44px;
}
.about-text li h3 {
	line-height: 40px;
	margin-bottom: 8px;
}
.about-text li h3::after {
	display: none;
}
.about-text li p {
	margin-bottom: 0;
}
.about-text li::after {
	content: "";
    background-image: url(../images/small-heading-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 23px;
    top: 30px;
    left: 0;
    position: absolute;
    height: 23px;
    width: 23px;
	z-index: 1;
}
.about-text li::before {
	content: "";
    bottom: 0;
    left: 44px;
    position: absolute;
    height: 1px;
    width: 85%;
	background-color: #000;
}
.about-text li:last-child {
	padding-bottom: 0;
}
.about-text li:last-child::before {
	display: none;
}
.about-sec-mark {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
    pointer-events: none;
	z-index: 1;
}
.about-sec-mark img {
	height: 100%;
	object-fit: cover;
}
.about-img {
	margin-left: auto;
    position: relative;
    top: 80px;
	padding-left: 50px;
}
/******review-sec*****/
.review-sec {
	padding: 135px 0 100px;
}
/****footer-area*****/
.footer-area {
	background-color: #222;
	overflow: hidden;
}
.footer-top {
	padding: 77px 0;
	overflow: hidden;
}
.footer-logo {
	margin-bottom: 70px;
}
.footer-logo img {
	width: 272px;
}
.footer-rating,
.footer-rating iframe {
	width: 272px;
	border-radius: 5px;
	overflow: hidden;
}
.each-footer-info {
	position: relative;
	padding: 0 100px;
}
.footer-top .col-md-6:last-child .each-footer-info {
	padding-right: 0;
}
.each-footer-info::after {
	content: "";
    top: -50vh;
	width:1px;
	left: 0;
    position: absolute;
    height: 100vh;
	background-color: #4B4848;
}
.each-footer-info h4 {
	color: #fff;
	line-height: 32px;
	margin-bottom: 17px;
}
.each-footer-info p {
	color: #9C9C9C;
	margin-bottom: 7px;
}
.each-footer-info p a {
	color: #9C9C9C;
}
.each-footer-info p a:hover {
	color: #fff;
}
.footer-btm {
	position: relative;
	padding: 29px 0 34px;
}
.footer-btm::after {
	content: "";
    top: 0;
	width:100vw;
	margin-left:-50vw;
	left:50%;
    position: absolute;
    height: 1px;
	background-color: #4B4848;
}
.footer-privacy p {
	color: #7F7575;
	letter-spacing: 0.16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}
.footer-privacy p a {
	color: #7F7575;
}
.footer-privacy p a:hover {
	color: #fff;
}
.footer-social ul {
	padding: 0;
	margin: 0;
	display: flex;
	list-style: none;
	justify-content: end;
	gap: 11px;
}
.footer-social li a {
	height: 35px;
	width: 35px;
	border: 1px solid #909090;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-social li a:hover {
	background-color: #909090;
}
.footer-social li a:hover img {
	filter: brightness(0);
}
/****************************diensten-list****************************/
/****inner-banner-sec****/
.inner-banner-sec .each-banner {
    height: 500px;
}
.inner-banner-sec .banner-content h1 {
	margin-bottom: 0;
}
.inner-banner-sec .banner-content {
    bottom: 204px;
}
/****list-sec****/
.list-sec {
    padding: 90px 0 0;
    position: relative;
    overflow-x: hidden;
}
.list-title {
	text-align: center;
	margin-bottom: 80px;
}
.each-list-info-part h3::after {
	display: none;
}
.each-list-img {
    position: relative;
    z-index: 1;
	height: 422px;
}
.each-list-img img {
	height: 100%;
	object-fit: cover;
}
.each-list-img::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	opacity: 1;
}
.list-arrow {
    position: absolute;
    right: -14%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.list-arrow img {
	width: 105px;
}
.each-list-info {
	padding-left: 65px;
}
.each-list-info-part p {
    margin: 42px 0 96px;
    line-height: 24px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-list-info-part h3 {
	font-family: 'NotoSans-Medium';
	font-style: normal;
	text-transform: none;
	line-height: normal;
	letter-spacing: normal;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list-info-part-number h2 {
	font-size: 12.8rem;
	font-family: 'noto_sansbold';
	color: #EDEDED;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list-info-part-number h2::after {
	display: none;
}
.each-list-part:hover .common-btn {
    background-color: #222;
    color: #fff;
    padding-right: 41px;
    padding-left: 24px;
}
.each-list-part:hover .common-btn::before {
    filter: brightness(10);
    -webkit-filter: brightness(10);
    transform: translateX(100%);
    right: 24px;
}
.each-list-part {
    position: relative;
    margin-bottom: 20px;
}
.each-list-part::after {
    content: '';
    position: absolute;
    left: -17%;
    top: 0;
    height: 100%;
    width: 200vw;
    border-top: 1px solid rgba(34, 34, 34, 0.2);
    border-bottom: 1px solid rgba(34, 34, 34, 0.2);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	z-index: -1;
}
.each-list-part:hover::after {
	background-color: #222222;
}
.each-list-part:hover .each-list-info-part h3,
.each-list-part:hover .each-list-info-part p {
	color: #fff;
}
.each-list-part:hover .each-list-info-part h2 {
	color: #6F6F6F;
}
.each-list-part:hover .common-btn {
    border-color: #fff;
}
.each-list-part:hover .each-list-img::after {
	opacity: 0;
}
.each-list-part:hover .each-list-info-part-number h2 {
	color: #6F6F6F;
}
.each-list-part:hover .list-arrow img {
	filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(1244%) hue-rotate(254deg) brightness(95%) contrast(94%);
	-webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(1244%) hue-rotate(254deg) brightness(95%) contrast(94%);
}
.each-list-part:nth-child(even) .list-arrow img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(735%) hue-rotate(81deg) brightness(113%) contrast(86%);
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(735%) hue-rotate(81deg) brightness(113%) contrast(86%);
}
.each-list-part:nth-child(even) .list-arrow {
    left: -14%;
}
.each-list-part:nth-child(even) .each-list-info {
    padding-left: 0;
	padding-right: 190px;
} 
.each-list-part:nth-child(even):hover .list-arrow img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(1244%) hue-rotate(254deg) brightness(95%) contrast(94%);
    -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(1244%) hue-rotate(254deg) brightness(95%) contrast(94%);
}
.each-list-part:last-child {
	margin-bottom: 0;
}
/****************************garantie****************************/
/****dtl-header-area****/
.dtl-header-area {
	background-color: #222222;
}
/****k-btn-sec****/
.bk-btn-sec {
    position: relative;
}
.bk-btn-sec .bk-btn {
    position: relative;
    top: 196px;
    z-index: 1;
    padding-left: 28px;
    line-height: 28.44px;
}
.bk-btn::after {
    content: "";
    height: 17px;
    width: 17px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid transparent;
    background-image: url(../images/bk-btn-arrow.svg);
    background-position: center center;
    background-size: 14px;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****garantie-top****/
.garantie-top {
	padding: 220px 0 135px;
	position: relative;
	overflow: hidden;
}
.garantie-top-mark {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    pointer-events: none;
}
.garantie-top-info h6 {
	color: #222;
	font-size: 1.8rem;
	font-family: 'NotoSans-SemiBold';
	line-height: 28px;
	text-transform: uppercase;
	margin-top: 21px;
	margin-bottom: 5px;
}
.garantie-top-info h2 {
	margin-bottom: 41px;
}
.garantie-top-info {
	padding-right: 31px;
}
/****garantie-mid****/
.garantie-mid {
	padding-bottom: 135px;
}
.garantie-mid-info {
    padding-left: 30px;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.garantie-mid-img {
	height: 100%;
}
.garantie-mid-img img {
	height: 100%;
	object-fit: cover;
}
.garantie-mid-info ul {
	margin: 45px 0 26px;
}
.garantie-mid-info p {
	margin-bottom: 0;
}
/****form-sec****/
.form-sec {
	background-color: #222222;
	padding: 87px 0 98px;
	position: relative;
}
.form-mark {
	position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    pointer-events: none;
}
.form-title {
	margin-bottom: 60px;
}
.form-title h2 {
	color: #fff;
}
.form-title h2::after {
	display: none;
}
.form-group {
    margin-bottom: 30px;
}
.form-info h4 {
	color: #fff;
	line-height: 32px;
}
.form-info a {
	color: #9C9C9C;
	line-height: 26px;
}
.each-form-info td {
	color: #9C9C9C;
	line-height: 26px;
}
.each-form-info td:nth-child(odd) {
    padding-right: 54px;
}
.each-form-info {
	margin-bottom: 55px;
}
.each-form-info:last-child {
	margin-bottom: 0;
}
.each-form-info h4 {
	margin-bottom: 23px;
}
.form-right {
    display: flex;
    column-gap: 48px;
}
.form-img {
    padding-left: 30px;
}
.form-main-area {
	padding-right: 32px;
}
.form-styl {
	resize: none;
    border-radius: 0;
    border: none;
    color: #fff;
    font-family: 'NotoSans-Regular';
    font-size: 1.8rem;
    line-height: 24px;
    padding: 17px 23px;
    border: 1px solid rgba(255, 255, 255, 0.5);
	background: transparent;
}
.form-styl.photo_upload {
	color: rgba(255, 255, 255, 0.5);
}
.form-styl:placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.form-styl:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.form-styl::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.form-styl:focus::placeholder {
	color: #fff;
}
.form-styl:focus {
    box-shadow: none;
    color: #fff;
    background: transparent;
	border: 1px solid #fff;
}
.form-group textarea.form-control {
	min-height: 160px;
}
.form-main-area button {
    margin-top: 15px;
}
.each-form-info a:hover {
	color: #fff;
}
/****related-car-sec****/
.related-car-sec {
	padding-top: 132px;
}
.related-car-sec h2 {
	margin-bottom: 43px;
}
.each-related-car-slider-img {
    position: relative;
    overflow: hidden;
}
.each-related-car-slider-img img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-related-car-slider-title {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 24px 30px;
}
.each-related-car-slider-title h3 {
	font-family: 'NotoSans-Medium';
	font-style: normal;
	color: #fff;
	line-height: normal;
	letter-spacing: normal;
	text-transform: none;
}
.each-related-car-slider-title h3::after {
	display: none;
}
.each-related-car-slider a:hover img {
	transform: scale(1.1);
}
/****************************onderhoud****************************/
.onderhoud-top .garantie-top-info ul {
	padding-left: 0;
}
.onderhoud-top .garantie-top-info li {
	list-style-type: none;
}
/****************************vacature-dtl****************************/
/****vacature-dtl-mid****/
.vacature-dtl-mid .garantie-mid-info p {
	margin-top: 42px;
}
.vacature-dtl-mid .garantie-mid-info ul {
	margin: 22px 0 15px;
}
.vacature-dtl-mid .garantie-mid-info li {
	line-height: 32px;
}
.vacature-btn ul {
	display: flex;
	column-gap: 20px;
	margin-bottom: 0;
	align-items: center;
	padding-left: 0;
}
.vacature-btn li {
	list-style-type: none;
}
.vacature-btn li:last-child {
	border-radius: 100%;
    overflow: hidden;
    border: 1px solid #fff;
    padding: 0;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.vacature-btn li:last-child .common-btn::before {
	display: none;
}
.vacature-btn li:last-child .common-btn {
	padding: 0;
	margin-top: 0;
}
.vacature-btn li:last-child .common-btn img {
	width: 24px;
}
/****************************over-ons****************************/
/****over-ons-top****/
.over-ons-top .about-text p {
	margin-top: 20px;
	margin-bottom: 51px;
}
.over-ons-top .about-text h3 {
	line-height: 42px;
}
.over-ons-top .about-text h3::after {
	background-image: url(../images/dark-heading-arrow.svg);
}
/****over-ons-mid****/
.over-ons-mid {
	background-color: #222;
	padding: 63px 0 45px;
	position: relative;
}
.over-ons-mid-img {
	height: 100%;
}
.over-ons-mid-img img {
	height: 100%;
	object-fit: cover;
}
.over-ons-mid-info {
	height: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.over-ons-mid-info li h3 {
    color: #fff;
    margin-bottom: 8px;
}
.over-ons-mid-info ul {
	padding-left: 0;
}
.over-ons-mid-info li {
	list-style-type: none;
	margin-bottom: 58px;
}
.over-ons-mid-info li:last-child {
	margin-bottom: 0;
}
.over-ons-mid-info p {
	color: #fff;
	line-height: 24px;
}
.over-ons-mid-info li h3::before {
    content: "";
    background-image: url(../images/heading-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    top: -2px;
    left: -10px;
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
}
.over-ons-mid-info li h3::after {
	display: none;
}
.over-ons-mid-info {
	padding-left: 75px;
}
.over-ons-mid-right-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    pointer-events: none;
}
.over-ons-mid-left-info h3,
.over-ons-mid-left-info p {
	color: #fff;
}
.over-ons-mid-left-info {
    margin-top: 64px;
    max-width: 673px;
    width: 100%;
}
.over-ons-mid-left-info p {
	margin: 16px 0 46px;
}
.over-ons-mid-mark {
    position: absolute;
    top: 50%;
    right: 18%;
    transform: translateY(-50%);
    width: 50%;
    height: 100%;
    pointer-events: none;
}
/****over-ons-gallery****/
.over-ons-gallery {
	padding-top: 115px;
}
.over-ons-gallery-title {
	margin-bottom: 54px;
	text-align: center;
}
.each-over-ons-gallery-img {
	height: 100%;
	padding: 7.5px;
	overflow: hidden;
}
.each-over-ons-gallery-img img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-gallery-small-img {
	height: 50%;
}
.each-over-ons-gallery-img:hover img {
	transform: scale(1.1);
}
.each-over-ons-gal {
	overflow: hidden;
	height: 100%;
}
/****************************verkocht****************************/
/****verkocht-top****/
.verkocht-top {
	padding: 180px 0 40px;
	position: relative;
}
.verkocht-top-mark {
	position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    pointer-events: none;
}
.verkocht-top p {
	margin-bottom: 0;
}
/****verkocht-product-sec****/
.product-sec.verkocht-product-sec {
	padding-top: 0;
	padding-bottom: 0;
}
.verkocht-product-sec .col-xl-4 {
	padding: 0 9px;
}
.verkocht-product-sec .row {
	margin: 0 -9px;
	row-gap: 24px;
}
/****************************aanbod-dtl****************************/
/****dtl-top-sec****/
.dtl-top-sec {
    padding-bottom: 27px;
	padding-top: 204px;
	position: relative;
}
.dtl-top-mark {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    pointer-events: none;
}
.each-dtl-top-img {
    height: 100%;
    position: relative;
}
.each-dtl-top-img img {
    height: 100%;
    object-fit: cover;
}
.dtl-top-img .row {
    height: 100%;
    margin: 0 -6px;
}
.dtl-top-img .col-12 {
    height: 33.33%;
    padding: 6px;
}
.dtl-top-slider {
    padding: 7.5px 15px;
    position: relative;
}
.dtl-top-sec > .container > .row {
    margin: 0 -15px;
}
.dtl-top-slider .common-arrow {
    border-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.25);
}
.dtl-top-slider .common-arrow img {
    filter: brightness(10);
}
.dtl-top-slider .common-arrow:hover {
    border-color: #fff;
    background-color: #fff;
}
.dtl-top-slider .common-arrow:hover img {
	filter: brightness(1);
}
.dtl-top-slider .swiper-button-next {
    right: 35px;
}
.dtl-top-slider .swiper-button-prev {
    left: 35px;
}
.photo-remain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(249, 249, 249, 0.30);
	backdrop-filter: blur(5px);
    height: calc(100% - 12%);
    width: calc(100% - 15%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.photo-remain p {
    margin-bottom: 0;
    color: #fff;
    font-family: 'NotoSans-Medium';
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1.44px;
}
.photo-remain h4 {
    font-family: 'NotoSans-Medium';
	font-style: normal;
	color: #fff;
	line-height: 24px;
	letter-spacing: 1.44px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
/* .dtl-top-sec .col-md-9 {
	width: 80%;
}
.dtl-top-sec .col-md-3 {
	width: 20%;
} */
/****dtl-car-content****/
.dtl-car-top-content h2 {
	line-height: 54px;
}
.dtl-car-top-content h2::after {
	display: none;
}
.dtl-car-top-content h6 {
	font-family: 'NotoSans-Regular';
	font-size: 1.8rem;
	line-height: 28px;
	color: rgba(34, 34, 34, 0.5);
	margin: 8px 0 14px;
}
.dtl-car-top-content h4 {
	font-style: normal;
	font-family: 'NotoSans-SemiBold';
	line-height: 32px;
	letter-spacing: 1.92px;
}
.dtl-car-top-content table {
    width: 100%;
}
.dtl-car-top-content tr {
	display: flex;
	justify-content: end;
	column-gap: 35px;
	flex-wrap: wrap;
	row-gap: 15px;
}
.dtl-car-top-content .col-lg-5 {
	width: 35%;
}
.dtl-car-top-content .col-lg-7 {
	width: 65%;
}
.dtl-car-top-content td span {
    line-height: 24px;
    letter-spacing: 1.44px;
	text-transform: uppercase;
}
.dtl-car-top-content td h6 {
    color: rgba(156, 156, 156, 1);
    line-height: 24px;
    letter-spacing: 1.44px;
	text-transform: uppercase;
	margin: 0;
	margin-top: 13px;
}
.dtl-car-btm-content ul {
    padding-left: 0;
    display: flex;
    column-gap: 30px;
    align-items: center;
    margin-bottom: 0;
    flex-wrap: wrap;
    row-gap: 12px;
}
.dtl-car-btm-content li {
	list-style-type: none;
}
.share-btn.common-btn::before {
	display: none;
}
.share-btn.common-btn {
    border-radius: 100%;
    overflow: hidden;
    background-color: transparent;
    border-color: #222;
    padding: 0;
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.share-btn img {
	width: 14px;
}
.dtl-car-btm-content {
	margin-top: 18px;
}
.dtl-man {
	background-color: #222;
}
.dtl-man-info {
	padding: 13px 17px;
	height: 100%;
  }
.dtl-man-info h6 {
	font-family: 'NotoSans-Regular';
	font-size: 1.8rem;
	line-height: 28px;
	color: #fff;
}
.dtl-man-info a {
	font-family: 'NotoSans-Regular';
	font-size: 1.8rem;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.5);
}
.dtl-man-info a:hover {
	color: #fff;
}
.dtl-man-img {
	height: 100%;
}
.dtl-man-img img {
	height: 100%;
	object-fit: cover;
}
/*****dtl-tab-sec*****/
.dtl-tab-sec {
	padding: 106px 0 135px;
	position: relative;
	overflow: hidden;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 67px;
	margin-bottom: 40px;
    border: 0;
	justify-content: center;
}
/****tab-part****/
ul.tabs li {
    font-family: 'Noto_Sans_DispSemBd';
	font-size: 1.8rem;
	margin: 0;
	word-break: break-word;
	text-transform: none;
	color: rgba(34, 34, 34, 0.6);
	letter-spacing: 0.36px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
ul.tabs li:hover,
ul.tabs li.active {
	display: block;
	position: relative;
	color: #222;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
/****dtl-tab-content****/
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    margin: 0;
    /* border: 1px solid rgba(34, 34, 34, 0.1); */
	position: relative;
}
.kenmerken-tab li {
    font-family: 'Noto_Sans_DispMed';
    font-size: 1.8rem;
    line-height: 30px; 
    color: rgba(34, 34, 34, 0.6);
	width: 33.33%;
	padding: 15px 34px;
    display: flex;
    position: relative;
	column-gap: 20px;
}
.kenmerken-tab li:nth-last-child(1)::after,
.kenmerken-tab li:nth-last-child(2)::after,
.kenmerken-tab li:nth-last-child(3)::after {
	display: none;
}
.kenmerken-tab li:nth-child(3n) {
    border-width: 0;
}
.kenmerken-tab li::after {
	content: "";
    position: absolute;
    height: 1px;
    width: 200vw;
    left: -100vw;
    bottom: 0;
    background-color: rgba(34, 34, 34, 0.1);
	display: none;
}
.kenmerken-tab ul::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    /* left: 29%; */
	left: 33.33%;
    bottom: 0;
    background-color: rgba(34, 34, 34, 0.1);
    /* transform: skewX(-11deg); */
	display: none;
}
.kenmerken-tab ul::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    right: 33.33%;
    bottom: 0;
    background-color: rgba(34, 34, 34, 0.1);
    /* transform: skewX(-11deg); */
	display: none;
}
.kenmerken-tab li strong {
    font-weight: normal;
	color: #222;
    font-family: 'noto_sans_dispregular';
	width: 50%;
	/* word-break: break-all; */
}
.kenmerken-tab li span {
	display: block;
	width: 50%;
	/* word-break: break-all; */
}
.bullet-panel h4 {
    border-bottom: 1px solid #222222;
    padding-bottom: 10px;
	margin-bottom: 10px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    color: #222;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #222;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    line-height: 24px;
	font-size: 1.6rem;
    font-family: 'Noto_Sans_DispMed';
}
.left-bg-block p {
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
	text-transform: none;
}
/****aanbod-dtl-product-sec****/
.aanbod-dtl-product-sec .product-heading {
    padding-left: 0;
	text-align: center;
	margin-bottom: 60px;
}
.product-sec.aanbod-dtl-product-sec {
	padding: 134px 0 0;
}
.aanbod-dtl-product-sec .product-slider-wrap {
    margin-bottom: 0;
}
/****aanbod-dtl-review-sec****/
.aanbod-dtl-review-sec {
	padding-top: 100px;
}
/****************************aanbod-list****************************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding-top: 191px;
	position: relative;
}
.aanbod-filter-sec .product-sec-mark {
    z-index: 1;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset img {
	width: 18px;
	margin-right: 10px;
	margin-bottom: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover img {
    filter: brightness(0) invert(1);
}
.filter-reset .common-btn {
	padding: 13px 24px;
}
.filter-reset .common-btn:hover {
	padding: 13px 24px;
}
.filter-reset .common-btn::before {
	display: none;
}
.filter-mobile-reset {
	display: none;
}
.aanbod-filter strong {
	font-weight: normal;
	padding: 20px 30px 20px 18px;
	position: absolute;
	color: rgba(34, 34, 34, 0.55);
	font-family: 'NotoSans-Medium';
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style {
	width: 100%;
    height: 50px;
    color: rgba(34, 34, 34, 0.55);
    font-family: 'NotoSans-Medium';
    font-size: 1.8rem;
    padding: 12px 30px 12px 18px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% 53%/15px;
    appearance: none;
    line-height: 91px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
}
.each-filter strong{
	display: none;
}
.selected-filter strong{
	display: inline-block;
}
.selected-filter .select-style{
	color: #222;
	background: url(../images/filter-black-arrow.svg)  no-repeat 91% 50%/15px;
	line-height: 108px;
}
.select-style.show {
	background: url(../images/filter-black-arrow.svg)  no-repeat 91% 50%/15px;
}
.filter-main {
    margin-bottom: 30px;
}
.filter-main option{
	font-family: 'NotoSans-Medium';
	background-color: #222;
}
.filter-content {
    display: none;
    background-color: #f9f9f9;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid rgba(34, 34, 34, 0.3);
    border-top: 0;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
	border-radius: 0;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #222;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'NotoSans-Medium';
    font-size: 1.8rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #222;
    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 #222;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #222;
}
.auto-overview-tag {
    margin-right: 5px;
	/* margin-bottom: 10px; */
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #f9f9f9;
    border-radius: 6px;
    background-color:#222;
	font-family: 'NotoSans-Medium';
    font-size: 1.4rem;
    border: 1px solid #222;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
	border-color: #222;
	color: #222;
}
.auto-overview-tag:hover img {
	filter: brightness(1) invert(1);
}
.aanbod-filter {
    width: 20%;
    border-top: 1px solid rgba(34, 34, 34, 0.3);
    border-bottom: 1px solid rgba(34, 34, 34, 0.3);
    border-right: 1px solid rgba(34, 34, 34, 0.3);
}
.filter-main-part.row {
	position: relative;
}
.filter-main-part.row::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(34, 34, 34, 0.3);
}
.filter-main .col-xl-10 {
	width: 86%;
}
.filter-main .col-xl-2 {
	width: 14%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 78px;
    background-color: rgba(34, 34, 34, 0.9);
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
	padding: 13px 24px;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #f3f3f3;
    padding: 13px 24px;
}
.mobile-show-filter .common-btn::before {
	display: none;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #222;
	border-radius: 100%;
	color: #f9f9f9;
    border: 1px solid #222;
	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;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #f9f9f9;
	border-bottom: 1px solid rgba(34, 34, 34, 0.6);
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #222;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #222;
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .common-btn::before {
	display: none;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .common-btn:hover {
	padding: 10px;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #f9f9f9;
}
.cursor-pointer {
	cursor: pointer;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/****aanbod-list-product-sec****/
.product-sec.aanbod-list-product-sec {
	padding-bottom: 0;
}
.aanbod-list-product-sec .row {
	margin: 0 -23px;
	row-gap: 40px;
}
.aanbod-list-product-sec .col-lg-6 {
	padding: 0 23px;
}
/****************************popup****************************/
/****popup****/
.modal-area .modal-dialog {
	max-width: 58%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(34, 34, 34, 0.75);
	backdrop-filter: blur(5.199999809265137px);
}
.modal-area .modal-content {
    border: 0;
    background-color: transparent;
	position: relative;
}
.modal-area .popup-content h3::after {
	display: none;
}
.modal-area .popup-content h3 {
	margin: 27px 0 13px;
	letter-spacing: normal;
    line-height: 40px;
	text-transform: none;
}
.modal-area .popup-content p {
	margin-bottom: 0;
	line-height: 26px;
}
.modal-area .pop-up-image {
	height: 100%;
}
.modal-area .pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .popup-content {
	padding: 61px 45px 57px;
	background-color: #fff;
}
.modal-area .popup-content li {
    position: relative;
    padding-left: 20px;
	line-height: 32px;
}
.modal-area .popup-content li::after {
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-size: 6px;
}
.modal-area .popup-content ul {
	margin-bottom: 2px;
	list-style-type: none;
	padding-left: 0;
}
.modal-content .close-img {
    position: absolute;
    top: -26px;
    right: -27px;
    height: 51px;
    width: 51px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 100%;
}
.modal-content .close-img img {
    width: 28px;
    filter: brightness(1) invert(1);
}

/****************************contact****************************/
/****contact-form-sec****/
.form-sec.contact-form-sec {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}
.contact-form-sec::after {
	content: "";
	height: 114px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(249, 249, 249, 0.00) 0%, rgba(249, 249, 249, 0.84) 44.44%, #F9F9F9 100%);
}
.form-contact-bg {
	padding-top: 87px;
	padding-bottom: 98px;
	position: relative;
}
.form-contact-bg::after {
	content: '';
	position: absolute;
	background: linear-gradient(251deg, rgba(255, 255, 255, 0.92) 1.65%, rgba(255, 255, 255, 0.90) 53.13%, rgba(255, 255, 255, 0.88) 93.89%);
	backdrop-filter: blur(9.5px);
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.contact-form-sec .container {
	position: relative;
	z-index: 1;
}
.contact-form-sec .form-title h2 {
    color: #222;
}
.contact-form-sec .each-form-info h4 {
    color: #222;
}
.contact-form-sec .form-info a {
    color: #222;
	margin: 5px 0;
	display: inline-block;
}
.contact-form-sec .each-form-info td {
    color: #222;
}
.contact-form-sec .form-mark {
    z-index: 1;
}
.contact-form-sec .form-styl {
    color: #222;
    border: 1px solid rgba(34, 34, 34, 0.5);
	background: transparent;
}
.contact-form-sec .form-styl:placeholder {
	color: rgba(34, 34, 34, 0.5);
}
.contact-form-sec .form-styl:-ms-input-placeholder {
	color: rgba(34, 34, 34, 0.5);
}
.contact-form-sec .form-styl::placeholder {
	color: rgba(34, 34, 34, 0.5);
}
.contact-form-sec .form-styl:focus::placeholder {
	color: #222;
}
.contact-form-sec .form-styl:focus {
    color: #222;
    background: transparent;
	border: 1px solid #222;
}
.contact-form-sec .form-info a:hover {
	color: rgba(34, 34, 34, 0.6);
}
.privacy_section{
	margin-top: 120px;
	margin-bottom: 30px;
}

.radio_filter .form-check-input {
    display: none;
}
.aanbod-loader {
	width: 45px;
	height: 40px;
	background: linear-gradient(#0a0a0a calc(1*100%/6),#fff 0 calc(3*100%/6),#111111 0),
			  linear-gradient(#0d0e0d calc(2*100%/6),#fff 0 calc(4*100%/6),#131312 0),
			  linear-gradient(#0d0e0c calc(3*100%/6),#fff 0 calc(5*100%/6),#131312 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: #fff;
  }

/* ************************************** Loader css  Start *************************************************************** */
/*******loader*****/
#loader_section{
	display:none;
	width:100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 9999999;
	height: 100vh;
	padding: 30vh 0px;
  }
  #loader_section p{
	color:#fff;
	font-size:18px;
	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: 30px;
	  padding-top: 15px;
  }
  
  .cookie_div{
	  position: fixed;
	  bottom: 0;
	  z-index: 999999;
	  width: 100%;
	  padding: 0px 0;
  }
  .cookie_div{
	  color:#9c9c9c;
	  font-size: 12px;
	  /*font-family: 'Calibri';*/
	  font-family: 'arial';
  }
  .cookie_div h4{
	  margin-bottom: 15px;
	  font-size: 13pt;
	  font-family: 'Calibri';
  }
  .cookie_div a{
	  color:#38b6be;
	  font-size: 10pt;
	  font-weight:bold;
	  margin-left:8px;
	  font-family: 'Calibri';
  }
  .cookie_div button{
	  color:#3c935c;
	  background:#dbffe8;
	  font-weight: bold;
	  border: 0;
	  padding: 10px 25px;
	  margin:5px 0;
	  cursor: pointer;
	  font-size: 12px;
	  /*font-family: 'Calibri';*/
	  font-family: 'arial';
  }
  .light_theme{
	  background:rgba(255, 255, 255, 0.83);
	  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
	  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
  }
  .dark_theme{
	  background: rgba(0, 0, 0, 0.78);
	  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
	  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
  }
  .light_theme h4{
	  color:#2a2a2a;
  }
  .dark_theme h4{
	  color:#c9c9c9;
  }
  /****aanbod dtl****/
  .kenteken_np{
	  background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
	  background-repeat: no-repeat;
	  background-position: left;
	  padding: 4px 0 6px 44px;
	  color: #000;
	  background-size: 152px;
  }
  
  .star_icon h4{
	  padding-bottom: 10px;
	  text-transform: uppercase;
	  padding-top: 15px;
	  margin-bottom: 15px;
	  color: #1c1c1c;
	  border-bottom: 1px solid #1c1c1c;
	  text-transform: uppercase;
  }
  .star_icon p img{
	  width: 15px;
	  margin-top: -3px;
	  margin-right: 5px;
  }
  .star_icon p{
	  font-size: 16px;
	  color: black;;
	  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;
  }
   .form-1, .form-2 {
	  display:none;
	  margin-top: 30px !important;
	  margin: 0 auto 10px;
  } 
  .privacy-sec{
	  background-color: #121212;
	  padding: 11% 0;
  }
  .cpnt {
	  cursor: pointer;
  }
  .filter-clean img {
	  width: 12px;
	  margin-right: 10px;
	  margin-bottom: 2px;
  }
  
  
  .acties-left-content p {
	  color: black;
  }
/* ************************************** Loader css  End *************************************************************** */

body .share-social-media-button .a2a_dd span {
	display: none !important;
}
body .share-social-media-button .a2a_dd {
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 54px !important;
	width: 54px !important;
}
body .share-social-media-button .a2a_dd svg {
	margin-right: 0 !important;
}
body .formError {
    z-index: 1 !important;
}
.foto_upload {
    color: rgba(255, 255, 255, 0.5);
}
.each-service-img{
	height: 427px;
}
.each-service-img img{
	height: 100%;
	object-fit: cover;
}








/*****over-ons-team-slider*************/
















/****over-ons-team-sec****/
.over-ons-team-sec{
	background: #F9F9F9;
	padding: 98px 0 0;
	position: relative;
}
.over-ons-team-mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 46%;
    pointer-events: none;
}
.over-ons-team-title {
    position: absolute;
    top: 0;
}
.over-ons-team-left-slider{
	position: relative;
}
.over-ons-team-left-slider .common-arrow {
	top: -27%;
}
.over-ons-team-left-slider .swiper-button-prev {
    left: auto;
    right: 12%;
}
.over-ons-team-left-slider .swiper-button-next {
    right: 0;
}
.over-ons-team-left-slider::after {
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(270deg, rgba(249, 249, 249, 0.00) 0%, #F9F9F9 100%);
	height: 100%;
	width: 48%;
	content: '';
	z-index: 1;
	pointer-events: none;
}
.over-ons-team-slider-title h4 {
	line-height: 32px;
	letter-spacing: 1.92px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.over-ons-team-slider-title h6 {
	line-height: 24px;
}
.over-ons-team-left {
    margin-left: -45%;
    position: relative;
}
.over-ons-team-left::after {
    content: '';
    position: absolute;
    right: -34px;
    top: -70%;
    height: calc(100% + 70%);
    width: 1px;
    background-color: #222;
    pointer-events: none;
}
.over-ons-team-area {
    position: relative;
}
.over-ons-team-area .col-xl-4 {
	width: 36%;
}
.over-ons-team-area .col-xl-8 {
	width: 64%;
}
.over-ons-team-slider-title {
    width: 24%;
    margin-top: 25%;
}
/* .small-car-slider {
    pointer-events: none;
} */
.over-ons-team-slider-img {
    width: 76%;
	height: 638px;
	/* position: relative; */
	clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}
.each-over-ons-team-left-img {
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    height: 231px;
}
.each-over-ons-team-left-img img {
	height: 100%;
	object-fit: cover;
}
.over-ons-team-slider-img img {
	height: 100%;
	object-fit: cover;
}
.over-ons-team-part {
    display: flex;
    align-items: center;
	column-gap: 20px;
}
.over-ons-team-slider {
    padding-left: 60px;
}
.over-ons-team-slider .common-arrow {
    height: 43px;
    width: 43px;
	background-color: #D9D9D9;
	border-color: #D9D9D9;
}
.over-ons-team-slider .common-arrow img {
    width: 14px;
}
.over-ons-team-slider .common-arrow:hover{
	background-color: #FFB84B;
	border-color: #FFB84B;
}
.banner-review {
    position: absolute;
    width: 202px;
    right: 10%;
    top: 20%;
}
.voorraadwekker_widget_section{
  margin-top: 40px;
}



/*****banner-fixed-review*****/
.banner-fixed-review a {
    position: fixed;
    right: 0;
    top: 26%;
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-fixed-review a img {
	width: 89px;
}
.voorraadwekker_widget_section .container{
	max-width: 100% !impoirtant;
}
.voorraadwekker_widget_section .voorraadwekker_widget_container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}






