@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	color: #FFF;
    font-family: 'WidescreenTrial-Regular';
    font-size: 1.8rem;
    line-height: 24px;
	background-color: #151515;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
#page{
	/* overflow: hidden; */
	padding: 0 30px;
}
.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;
}
/**********************************index**********************************/
/****header****/
.header-area {
	padding: 47px 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area .row {
	padding: 0 20px;
}
.header-left ul,
.header-nav ul {
	display: flex;
	align-items: center;
	column-gap: 64px;
	margin: 0;
	list-style: none;
}
.header-left li a,
.header-nav li a {
	position: relative;
	font-family: 'WidescreenTrial-ExSemiBold';
	font-size: 1.4rem;
}
.header-left li a::after,
.header-nav li a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	height: 2px;
	width: 100%;
	background-color: #CDAD00;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-left li a:hover,
.header-nav li a:hover {
	color: #CDAD00;
}
.header-left li a:hover::after,
.header-nav li a:hover::after {
	opacity: 1;
}
.header-logo img {
    width: 139px;
    margin-top: -40px;
}
.header-nav ul {
	display: flex;
	align-items: center;
	column-gap: 64px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-area.header-active {
	background-color: #151515;
}
.header-right {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 50px;
}
.menu-icon {
    margin-top: -4px;
    cursor: pointer;
}
.menu-icon:before {
	width: 54px;
}
.menu-icon div {
	width: 39px;
}
.menu-icon:after {
	width: 31px;
}
.menu-icon:after, .menu-icon:before, .menu-icon div {
    display: block;
    background-color: #CDAD00;
    content: '';
    height: 2px;
    margin: 5px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon.active::before, .menu-icon.active::after {
    background-color: #CDAD00;
}
.menu-icon:after, .menu-icon:before, .menu-icon div{
	margin-left: auto;
	margin-right: 0;
}
.menu-btn.menu-btn-active .menu-icon  div {
    transform: scale(0);
}
.menu-btn.menu-btn-active .menu-icon:before {
    transform: translateY(11px) rotate(135deg);
	width: 39px;
}
.menu-btn.menu-btn-active .menu-icon:after {
    transform: translateY(-3px) rotate(-135deg);
	width: 39px;
}
.body-active {
	overflow: hidden;
}
.menu-btn {
    z-index: 100;
}
.header-contact {
	display: none;
}
/*****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(21, 21, 21, 0.40);
	backdrop-filter: blur(6px);
	pointer-events: all;
}
.mega-menu .row {
    height: 100%;
    padding: 0;
}
.mega-menu .col-lg-5 {
	width: 45%;
	height: 100%;
}
.mega-menu .col-lg-7 {
	width: 55%;
}
.mega-menu-main {
	width: 100%;
	height: 100%;
	background-color: #fff;
	clip-path: inset(0 0 0 100%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding: 110px 100px 190px;
}
.mega-menu-active .mega-menu-main {
	clip-path: inset(0 0 0 0);
}
.mega-menu-empty {
	height: 100%;
	width: 100%;
}
.mega-menu-main-wrap {
	display: flex;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.mega-menu-main-wrap::-webkit-scrollbar {
	background-color: rgba(205, 173, 0, 0.3);
	width: 10px;
    border-radius: 0;
}
.mega-menu-main-wrap::-webkit-scrollbar-thumb {
	background-color: rgba(205, 173, 0, 0.4);
    border-radius: 0;
}
.mega-menu-nav {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 54px;
	padding-right: 20px;
}
.mega-menu-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.mega-menu-nav li {
	margin-bottom: 35px;
	font-family: 'WidescreenTrial-ExSemiBold';
	font-size: 2.4rem;
	line-height: normal;
}
.mega-menu-nav li:last-child {
	margin-bottom: 0;
}
.mega-menu-nav li a {
	color: #151515;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mega-menu-nav li a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	height: 2px;
	width: 100%;
	background-color: #CDAD00;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mega-menu-nav li a:hover::after {
	opacity: 1;
}
.mega-menu-nav li a:hover,
.mega-menu-nav li a.mega-this-menu {
	color: #CDAD00;
}
.mega-menu-nav li a.mega-this-menu {
	position: relative;
}
.mega-menu-nav li a.mega-this-menu::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	height: 2px;
	width: 100%;
	background-color: #CDAD00;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area.header-active .header-logo img {
    margin-top: 0;
}
.header-area.header-active {
	padding: 40px 0;
}
/****banner-sec***/
.banner-sec {
	position: relative;
}
.banner-wrap {
	width: 100%;
	margin: 20px 0 30px;
	position: relative;
}
.banner-line {
    position: absolute;
    height: 100%;
    z-index: 2;
    width: calc(100% - 18%);
    display: flex;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    top: 0;
}
.banner-line span {
    background: rgba(255, 255, 255, 0.07);
    height: 100%;
    width: 1px;
    display: block;
}
.each-banner,
.banner-video {
	height: 869px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
	border-radius: 20px;
	overflow: hidden;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    bottom: 9.4%;
    left: 0;
    z-index: 2;
    width: 100%;
	text-align: center;
}
.banner-content h1 {
	margin-bottom: 50px;
}
.banner-top-shape {
    position: absolute;
    left: 50%;
    top: -2px;
    transform: translateX(-50%);
    z-index: 2;
}
.banner-top-shape img {
	width: 587px;
}
.banner-left-shape {
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.banner-left-shape img,
.banner-right-shape img {
	width: 52px;
}
.banner-right-shape {
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
/****product-sec****/
.product-sec {
	padding-top: 10px;
}
.product-wrap {
	background-color: #fff;
	border-radius: 25px;
	overflow: hidden;
	position: relative;
	padding: 120px 0 80px;
}
.product-bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.product-title {
	margin-bottom: 84px;
}
/* .product-small-car .col-lg-12 .each-product-small-car {
    height: calc(100% - 8px);
    position: relative;
} */
.product-small-car .col-lg-12 .each-product-small-car img {
    height: 100%;
	object-fit: cover;
}
.each-product .col-lg-8 {
	width: 72%;
}
.each-product .col-lg-4 {
	width: 28%;
}
.product-big-car {
	height: 98%;	
}
.product-big-car-img {
	border-radius: 10px;
    overflow: hidden;
	height: 100%;
}
.product-big-car-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-big-car img {
    height: 100%;
    object-fit: cover;
}
/* .product-small-car {
    height: 100%;
} */
.each-product-small-car {
    height: 26%;
    margin-bottom: 8px;
}
.each-product-small-car img {
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.product-btn {
	margin-top: 110px;
}
.each-product:hover .product-big-car-img img {
	transform: scale(1.1);
}
.product-arrow .swiper-button-prev {
    left: auto;
    right: 4.5%;
}
.product-arrow .swiper-button-next, 
.product-arrow .swiper-button-prev {
	top: -33%;
}
.each-product::after {
    content: "";
    position: absolute;
    right: -62px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: rgba(21, 21, 21, 0.5);
    transform: translateX(-50%);
	opacity: 0.2;
}
.each-product-left h4 {
	color: #151515;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-left tr {
    display: flex;
    flex-wrap: wrap;
}
.each-product-left td {
	color: #A1A0A0;
	font-size: 1.8rem;
	line-height: 24px;
	border-right: 1px solid #A1A0A0;
	padding-right: 7px;
	padding-left: 7px;
}
.each-product-left td:first-child {
	padding-left: 0;
}
.each-product-left td:last-child {
	border-right: 0;
	padding-right: 0;
}
.each-product-info {
	margin-top: 15px;
}
.product-price h6 {
	font-size: 1.8rem;
	line-height: normal;
	color: #A1A0A0;
}
.product-price h6 strong {
	color: #CDAD00;
	font-weight: normal;
}
.product-sec .each-product-left td {
    padding-left: 0;
    padding-right: 7px;
    margin-right: 7px;
}
/****service-sec****/
.service-sec {
    padding: 119px 0 100px;
    position: relative;
    overflow: hidden;
}
.service-part .col-lg-4 {
	width: 35%;
}
.service-part .col-lg-8 {
	width: 65%;
}
.service-img {
	height: 100%;
}
.service-img img {
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	object-fit: cover;
}
.service-info {
	padding-left: 20px;
	height: 100%;
}
.each-service-info {
	padding: 50px;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-info .row {
	row-gap: 20px;
}
.each-service-info h4 {
	margin-bottom: 20px;
}
.service-title {
	margin-bottom: 87px;
}
.service-btn {
	margin-top: 83px;
}
.each-service-info p {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-info:hover {
	background-color: #CDAD00;
}
.service-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100vw;
    pointer-events: none;
    z-index: -1;
    opacity: 0.3;
}
/****home-overons-sec****/
.home-overons-sec {
	padding-top: 50px;
    overflow: hidden;
}
.home-overons-wrap {
	background-color: #fff;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    position: relative;
    padding: 71px 0 80px;
}
.home-overons-top {
    width: 100%;
    max-width: 642px;
    margin: 0 auto;
	padding-bottom: 97px;
}
.home-overons-top h2 {
    line-height: 57px;
}
.home-overons-top p {
	color: rgba(21, 21, 21, 0.70);
	margin: 25px 0 36px;
}
.home-overons-top-bg {
    position: absolute;
	top: -19%;
    height: 100%;
    width: 100%;
    pointer-events: none;
    opacity: 0.5;
}
.home-overons-main-area .col-lg-6:nth-child(odd) {
    text-align: end;
}
.home-overons-main-area {
	position: relative;
}
.line-top-dot {
	position: absolute;
	left: 49.6%;
    top: 24px;
    background-color: #151515;
    width: 12px;
    height: 12px;
    border-radius: 50px;
}
.inner-line {
    position: absolute;
    top: 35px;
    left: 50%;
	transform: translateX(-50%);
    width: 2px;
    background-color: #151515;
	height: calc(100% - 35px);
}
.line-btm-dot {
	position: absolute;
	left: 49.6%;
	bottom: 0;
    background-color: #151515;
    width: 12px;
    height: 12px;
    border-radius: 50px;
}
.home-overons-main-info {
    padding: 0 132px;
    padding-bottom: 21px;
}
.home-overons-main-area .col-lg-6:nth-child(even) .home-overons-main-info {
	padding-right: 172px;
}
.home-overons-main-info img {
	width: 61px;
	height: 61px;
}
.home-overons-main-info h4 {
	color: #151515;
	margin: 14px 0 15px;
	position: relative;
}
.home-overons-main-info h4::after {
    position: absolute;
    content: "";
	right: -149px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #CDAD00;
    background-color: #CDAD00;
    border-radius: 50px;
    z-index: 1;
}
.home-overons-main-area .col-lg-6:nth-child(even) .home-overons-main-info h4::after {
    right: auto;
    left: -149px;
}
.home-overons-main-info p {
	color: rgba(21, 21, 21, 0.70);
}
.home-overons-main-bg {
    position: absolute;
	top: 65%;
    height: 100%;
    width: 100%;
    pointer-events: none;
    opacity: 0.5;
}
.home-overons-top-shape {
    position: absolute;
    left: 50%;
	top: 43px;
    transform: translateX(-50%);
    z-index: 2;
}
.home-overons-left-shape {
    position: absolute;
    left: 30px;
	top: 23%;
    transform: translateX(-50%);
    z-index: 2;
}
.home-overons-right-shape {
    position: absolute;
	right: -59px;
	top: 23%;
    transform: translateX(-50%);
    z-index: 2;
}
/****home-gal-sec****/
.home-gal-sec {
	background-color: #fff;
	padding-bottom: 5px;
	border-radius: 0 0 20px 20px;
	overflow: hidden;
	position: relative;
    top: -1px;
}
.home-gal-wrap {
	padding: 0 4px;
	position: relative;
    z-index: 1;
}
.home-gal-area .row {
	margin: 0 -2px;
}
.home-gal-area .col-lg-2 {
	width: 20%;
	padding: 0 2px;
}
.each-home-gal img {
	border-radius: 10px;
	overflow: hidden;
}
.home-gal-top-img {
	margin-bottom: 5px;
    overflow: hidden;
    border-radius: 10px;
}
.home-gal-btm-img {
    overflow: hidden;
    border-radius: 10px;
}
.home-gal-area img {
    transition: all 0.5s;
}
.home-gal-area img:hover {
    transform: scale(1.1);
}
.first-corner-img img {
    border-radius: 10px 10px 10px 20px;
    overflow: hidden;
}
.last-corner-img img {
    border-radius: 10px 10px 20px 10px;
    overflow: hidden;
}
.home-gal-bg {
    position: absolute;
	bottom: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    opacity: 0.5;
}
/****footer-area****/
.footer-area {
	padding: 117px 0 20px;
}
.each-footer-right td:first-child {
    padding-right: 20px;
}
.footer-right {
    display: flex;
    column-gap: 50px;
    justify-content: center;
    padding-left: 50px;
}
.footer-social ul {
	display: flex;
	justify-content: end;
	column-gap: 15px;
}
.footer-social li a {
	height: 41px;
    width: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-social li a:hover {
	background-color: #CDAD00;
	border-color: #CDAD00;
}
.footer-social li a img {
	height: 19px;
}
.footer-area hr {
	margin: 71px 0 35px;
  	background-color: rgba(255, 255, 255, 0.2);
  	opacity: 1;
  	height: 2px;
}
.each-footer-right h4 {
	margin-bottom: 20px;
}
.each-footer-right a {
	line-height: 29px;
}
.each-footer-right a:hover,
.footer-credit a:hover {
	color: #CDAD00;
}
.footer-logo img {
	width: 311px;
}
/**********************************diensten-list**********************************/
/****inner-banner****/
.inner-banner .each-banner {
    height: 509px;
}
.inner-banner .banner-content h1 {
    margin-bottom: 0;
}
.inner-banner .banner-content {
    bottom: 28%;
}
.inner-banner .banner-wrap {
	margin: 20px 0 0;
}
.inner-banner .banner-left-shape {
    left: -2px;
}
.inner-banner .banner-right-shape {
    right: -2px;
}

/****list-sec****/
.list-sec {
	padding-top: 120px;
	position: relative;
	overflow: hidden;
}
.list-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: -1;
    opacity: 0.3;
}
.each-list {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-list-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-list-img::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(258deg, rgba(21, 21, 21, 0.88) 0%, rgba(21, 21, 21, 0.88) 63.23%);
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-list-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 50px;
	z-index: 1;
}
.each-list-info p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 393px;
    width: 100%;
	margin-top: 20px;
}
.each-list:hover .each-list-img::after {
	opacity: 0;
}
.list-sec .row {
	row-gap: 15px;
	margin: 0 -7.5px;
}
.list-sec .col-lg-6 {
	padding: 0 7.5px;
}
/**********************************popup**********************************/
.modal-area .modal-dialog {
    max-width: 62%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(21, 21, 21, 0.50);
	backdrop-filter: blur(3.5px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-area .popup-part {
	border-radius: 20px;
    overflow: hidden;
}
.modal-area .popup-content {
	padding: 84px;
	text-align: center;
}
.modal-area .popup-content h2 {
    line-height: 48px;
    margin: 30px 0;
}
.modal-area .popup-content ul {
    margin-bottom: 25px;
}
.modal-area .popup-content li {
	margin-bottom: 8px;
}
.modal-area .popup-content li:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content p {
    max-width: 690px;
    margin: 0 auto;
}
.close-img {
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 1;
	height: 60px;
	width: 60px;
	background-color: #CDAD00;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 100%;
}
.close-img img {
	width: 26px;
    filter: brightness(10);
}
/**********************************diensten-dtl**********************************/
/****diensten-dtl-header****/
.diensten-dtl-header .header-logo img {
    margin-top: -22px;
}
/****diensten-dtl-back-btn****/
.diensten-dtl-back-btn {
    padding-top: 90px;
}
.diensten-dtl-back-btn-part {
    position: relative;
    top: 49px;
    z-index: 1;
}
.diensten-dtl-back-btn-part {
    padding-left: 13px;
}
/****diensten-dtl-top****/
.diensten-dtl-top {
    position: relative;
    overflow: hidden;
    padding-bottom: 123px;
}
.diensten-dtl-top-img {
    padding-right: 20px;
}
.diensten-dtl-top-img img {
    border-radius: 10px;
    overflow: hidden;
}
.diensten-dtl-top-info {
    margin-top: -28px;
    padding-left: 13px;
}
.diensten-dtl-top-info h2 {
    margin-bottom: 31px;
}
.diensten-dtl-top-info p {
    margin-bottom: 16px;
}
.diensten-dtl-top-bg {
    position: absolute;
    left: 0;
    top: -35%;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: -1;
    opacity: 0.3;
}
/****diensten-dtl-mid****/
.diensten-dtl-mid-title {
    margin-bottom: 75px;
}
.diensten-dtl-mid table {
    width: 100%;
}
.diensten-dtl-mid tr {
    display: flex
;
    column-gap: 20px;
    flex-wrap: wrap;
}
.diensten-dtl-mid td {
    width: 32%;
    position: relative;
    padding: 53px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-mid-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
}
.diensten-dtl-mid td:hover .mask{
    filter: brightness(0) saturate(100%) invert(56%) sepia(88%) saturate(544%) hue-rotate(15deg) brightness(98%) contrast(101%);
    -webkit-filter: brightness(0) saturate(100%) invert(56%) sepia(88%) saturate(544%) hue-rotate(15deg) brightness(98%) contrast(101%);
}
.diensten-dtl-mid td:hover .diensten-dtl-mid-bg {
    opacity: 1;
}
.diensten-dtl-mid td h4 {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
}
.diensten-dtl-mid td p {
    max-width: 357px;
    margin: 0 auto;
    text-align: center;
}
.diensten-dtl-top-shape {
    position: absolute;
    left: 50%;
    top: -3px;
    transform: translateX(-50%);
    z-index: 2;
}
.diensten-dtl-left-shape {
    position: absolute;
    left: 7px;
    top: 23%;
    transform: translateX(-50%);
    z-index: 2;
}
.diensten-dtl-right-shape {
    position: absolute;
    right: -15px;
    top: 23%;
    transform: translateX(-50%);
    z-index: 2;
}
/****diensten-dtl-form****/
.diensten-dtl-form .form-left-bg {
    top: 10%;
}
/****diensten-dtl-btm-sec****/
.each-diensten-list {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-diensten-list-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-diensten-list-img::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(258deg, rgba(21, 21, 21, 0.00) 0%, rgba(21, 21, 21, 0.50) 63.23%);
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-diensten-list-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 50px;
	z-index: 1;
}
.each-diensten-list-info p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 393px;
    width: 100%;
	margin-top: 20px;
}
.each-diensten-list:hover .each-diensten-list-img::after {
	opacity: 0;
}
.diensten-dtl-btm-slider .swiper-button-prev {
    left: -20px;
}
.diensten-dtl-btm-slider .swiper-button-next {
    right: -20px;
}
.diensten-dtl-btm-slider .common-arrow {
    background-color: #fff;
}
.diensten-dtl-btm-slider .common-arrow:hover {
    background-color: #CDAD00;
}
.diensten-dtl-btm-title {
    margin-bottom: 60px;
}
/**********************************contact**********************************/
/****contact-banner****/
.contact-banner {
    position: relative;
}
.inner-banner-wrap {
    width: 100%;
    margin: 20px 0 30px;
    position: relative;
}
.map {
    height: 508px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.map::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 26.81%, rgba(0, 0, 0, 0.30) 64.02%);
}
/****contact-form-sec****/
.form-sec.contact-form-sec {
    padding: 94px 0 4px;
}
.contact-form-sec .form-top-shape {
    top: 92px;
}
.contact-form-sec .form-left-shape {
    top: 35%;
}
.contact-form-sec .form-right-shape {
    top: 40%;
}
.form-right-img {
    position: relative;
}
.form-right-content {
    position: absolute;
    left: 0;
    bottom: 0;
}
.form-right-content .footer-right {
    display: block;
    padding-left: 56px;
    padding-bottom: 7px;
}
.form-right-content .each-footer-right {
    margin-bottom: 34px;
}
.form-right-content .each-footer-right h4 {
    margin-bottom: 26px;
}
/**********************************aanbod-dtl**********************************/
.header-area.aanbod-dtl-header {
    z-index: 1;
}
/****back-btn****/
.back-btn {
    padding-top: 154px;
} 
/****aanbod-dtl-banner****/
.aanbod-dtl-banner {
	padding-top: 20px;
	position: relative;
	overflow: hidden;
}
.aanbod-dtl-banner::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35%;
    content: "";
    background: linear-gradient(357deg, #151515 32.7%, rgba(21, 21, 21, 0.00) 100%);
}
.aanbod-banner-bg {
    position: absolute;
	top: -10%;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.aanbod-dtl-banner-wrap {
	position: relative;
	z-index: 1;
}
.aanbod-dtl-top-img img {
	border-radius: 10px;
	overflow: hidden;
}
.aanbod-dtl-right-top,
.aanbod-dtl-right-btm-left,
.aanbod-dtl-right-btm-right {
	border-radius: 10px;
	overflow: hidden;
}
.aanbod-dtl-right-top {
    height: 100%;
}
.aanbod-dtl-right-top img {
	height: 100%;
	object-fit: cover;
}
.aanbod-dtl-right-btm-left img,
.aanbod-dtl-right-btm-right img {
	height: 100%;
	object-fit: cover;
}
.aanbod-dtl-right-btm-right {
	position: relative;
}
.plus {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 9;
    width: 100%;
    text-align: center;
}
.plus h4 strong {
    font-family: 'WidescreenTrial-Regular';
    font-weight: normal;
    display: block;
    color: #A1A0A0;
    font-size: 1.8rem;
    line-height: 26px;
}
.aanbod-dtl-banner .col-lg-7 {
	padding-right: 15px;
	width: 64%;
}
.aanbod-dtl-banner .col-lg-5 {
	width: 36%;
}
.aanbod-dtl-right .col-lg-12 {
    padding-bottom: 7.5px;
}
.aanbod-dtl-right-btm-right::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(0deg, rgba(21, 21, 21, 0.89) 0%, rgba(21, 21, 21, 0.89) 100%);
}
.opacity:after{
	display: none;
}
.aanbod-dtl-right-btm-right .plus img {
    width: 17px;
}
.aanbod-dtl-right .col-lg-12 {
	height: calc(60% - 20px);
}
.aanbod-dtl-right-btm-left,
.aanbod-dtl-right-btm-right {
	height: 100%;
}
.aanbod-dtl-banner .col-lg-7,
.aanbod-dtl-banner .col-lg-5,
.aanbod-dtl-banner .col-lg-6,
.aanbod-dtl-banner .col-lg-12 {
	padding: 0 10px;
}
.aanbod-dtl-banner .row {
	margin: 0 -10px;
	height: 100%;
	row-gap: 20px;
}
.aanbod-dtl-right .col-lg-9 {
	width: 72%;
	height: 40%;
}
.aanbod-dtl-right .col-lg-3 {
	width: 28%;
	height: 40%;
}
.aanbod-dtl-lft .common-arrow {
    background-color: #fff;
}
.aanbod-dtl-lft .common-arrow img {
    width: 20px;
}
.aanbod-dtl-lft .common-arrow:hover {
	background-color: #CDAD00;
}
.aanbod-dtl-lft .swiper-button-next {
    right: 14px;
}
.aanbod-dtl-lft .swiper-button-prev {
    left: 14px;
}
.aanbod-car-dtl-sec {
	padding-top: 32px;
}
.aanbod-car-dtl-top-area {
	margin-bottom: 25px;
}
.aanbod-car-dtls td {
	color: #A1A0A0;
	font-size: 1.8rem;
	line-height: 24px;
	border-right: 1px solid #A1A0A0;
	padding-right: 7px;
	padding-left: 7px;
}
.aanbod-car-dtls td:first-child {
	padding-left: 0;
}
.aanbod-car-dtls td:last-child {
	border-right: 0;
	padding-right: 0;
}
.aanbod-car-price {
	text-align: end;
}
.aanbod-car-price h3 {
	font-family: 'WidescreenTrial-Regular';
	color: #CDAD00;	
	font-size: 2.4rem;
	line-height: 32px;
}
.aanbod-car-price h4 {
	font-family: 'WidescreenTrial-Regular';
	color: #A1A0A0;
}
.aanbod-car-dtl-btm-area ul { 
    display: flex;
    flex-wrap: wrap;
    column-gap: 32px; 
}
.share-btn img {
	width: 15px;
	height: 18px;
	margin-left: 10px;
}
.share-btn:hover img {
	filter: invert(60%) sepia(94%) saturate(1573%) hue-rotate(16deg) brightness(100%) contrast(101%);
}
.whatsapp-btn {
    border: 1px solid #00CD18;
    border-radius: 8px;
    background: #00CD18;
    max-width: 244px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    text-align: start;
    padding: 9px 26px;
}
.whatsapp-btn img {
    width: 24px;
    margin-right: 22px;
}
.whatsapp-btn h4 {
	font-family: 'WidescreenTrial-Regular';
	font-size: 1.6rem;
	line-height: 17px;
    margin-bottom: 5px;
}
.whatsapp-btn-info a:hover {
	color: #CDAD00;
}
.mobile-share-btn {
    display: none;
}
.aanbod-car-dtl-btm-right ul {
	column-gap: 27px; 
	justify-content: end;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 100px 0 45px;
	position: relative;
	/* overflow: hidden; */
    overflow-x: clip;
    overflow-y: visible;
}
.tab-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    opacity: 0.5;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 34px;
    margin-bottom: 38px;
    border: 0;
    row-gap: 26px;
}
.tab-btn-right {
	margin-bottom: 60px;
}
.tab-area {
	position: relative;
	/* z-index: 1; */
}
.tab-area .col-lg-8 {
    width: 70%;
}
.tab-area .col-lg-4 {
    width: 30%;
}
.tab_container {
    padding-right: 19px;
}
/****tab-part****/
.kenmerken-tab table {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #A1A0A0;
    background: #151515;
}
.kenmerken-tab tr {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 49px;
    position: relative;
    border: 1px solid #A1A0A0;
    border-radius: 10px;
    overflow: hidden;
}
.kenmerken-tab tr::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 32px;
	content: "";
	background: #151515;
}
.kenmerken-tab td {
    padding: 27px 20px;
    width: 25%;
    flex-shrink: 0;
    position: relative;
    border-bottom: 1px solid #A1A0A0;
    margin-bottom: -5px;
}
.kenmerken-tab td::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    content: "";
    background: #A1A0A0;
}
.kenmerken-tab td h6 {
    margin-bottom: 5px;
    font-size: 1.8rem;
    line-height: 24px;
    color: #A1A0A0;
}
.kenmerken-tab td h6 em {
    font-style: normal;
    font-weight: normal;
    color: #fff;
} 
.kenmerken-tab td:first-child,
.kenmerken-tab td:nth-child(5n) {
	padding-left: 0;
}
.kenmerken-tab td:nth-child(4n) {
    padding-right: 0;
}
.kenmerken-tab td:nth-child(4n)::after {
    display: none;
}
ul.tabs li {
	line-height: normal;
	margin: 0;
	word-break: break-word;
	text-transform: none;
	cursor: pointer;
	max-width: max-content;
	display: inline-block;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50px;
	font-family: 'WidescreenTrial-ExSemiBold';
    color: #fff;
    font-size: 1.6rem;
    line-height: 32px;
}
ul.tabs li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 29px;
    background-color: #fff;
    height: 2px;
    border-radius: 0;
    width: 0;
    transform: translateX(-50%);
    transition: all 0.5s;
}
ul.tabs li.active::after, ul.tabs li:hover::after {
    width: 100%;
}
ul.tabs li.active.common-btn::after {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #0F1726;
}
ul.tabs li.active.common-btn::before {
    background-color: transparent;
}
ul.tabs li.active.common-btn:active:hover {
    transform: none;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
.tab-btn-right ul {
	list-style-type: none;
	display: flex;
	column-gap: 41px;
	justify-content: end;
	padding-left: 0;
}
.tab-btn-right li a {
	color: #f3f3f3;
	font-family: 'neue_montrealregular';
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.32px;
	transition: all 0.5s;
}
.tab-btn-right li a:hover {
	text-decoration: underline;
}
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab h3 {
    font-size: 2.4rem;
    line-height: normal;
    letter-spacing: 2.4px;
    margin: 51px 0 34px;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab li {
    font-family: 'walkway_boldregular';
    width: 40%;
    position: relative;
    color: #F5F5F5;
    line-height: 22px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 30px;
    letter-spacing: 1.6px;
}
.kenmerken-tab li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: rgba(255, 255, 255, 0.50);
}
.kenmerken-tab li:nth-child(even) {
    color: rgba(245, 245, 245, 0.70);
    padding-left: 0;
    width: 60%;
}
.kenmerken-tab li:last-child, .kenmerken-tab li:nth-last-child(2) {
    margin-bottom: 0;
}
.bullet-panel h5 {
    font-size: 2rem;
    border-bottom: 1px solid #CDAD00;
    padding-bottom: 10px;
	margin-bottom: 10px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin: 24px 0 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;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 7px;
    position: absolute;
	top: 8px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CDAD00;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #CDAD00;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    font-size: 2.2rem;
}
.tab-btm-btn {
    margin-top: 60px;
}
.tab-btm-btn .common-btn strong::after,
.tab-btm-btn-close .common-btn strong::after {
    display: none;
}
.kenmerken-tab-block-part {
	display: none;
}
.Afleverpakketten-tab-wrap {
    display: flex;
    column-gap: 69px;
}
.each-table h4 {
    margin: 24px 0;
}
.each-table {
    border: 1px solid #0F1726;
    border-radius: 10px;
    overflow: hidden;
    background: #1F293D;
    padding: 30px 40px 97px;
}
.each-table li {
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.36px;
    position: relative;
    margin-bottom: 17px;
    padding-left: 34px;
}
.each-table li::after {
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    content: "";
    background-image: url(../images/black-tick-round.svg);
    background-size: 22px;
    background-repeat: no-repeat;
}
.each-table:last-child {
    margin-bottom: 0;
    border: 1px solid rgba(31, 41, 61, 0.22);
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.13);
}
.each-table:last-child li::after {
    background-image: url(../images/white-tick-round.svg);
}
.each-table:last-child li {
    color: #1C1C1C;
}
.star_icon p {
    margin-bottom: 0;
}
/*****kenmarken-popup******/
.kenmarken-popup {
	display: none;
}
.kenmarken-popup-wrap {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
	position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(21, 21, 21, 0.6);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
	border-radius: 20px;
    background-color: #151515;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid rgba(205, 173, 0, 1);
	box-shadow: 0px 0px 25px 0px rgba(205, 173, 0, 1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(205, 173, 0, 1);
	overflow: hidden;
}
.kenmarken-popup-close {
	background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #151515;
}
.kenmarken-popup-close img {
	width: 25px;
    filter: brightness(100) invert(1);
}
.kenmarken-popup-content {
	overflow-y: scroll;
	height: calc(100% - 116px);
	padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
	background-color: #5B5A5E;
	width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.kenmerken-popup-model {
	padding-bottom: 30px;
	padding-right: 40px;
}
.kenmerken-popup-model h3 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.kenmerken-popup-model p {
	color: #fff;
}
.kenmerken-popup-model h6 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(31, 41, 61, 1);
}
.kenmarken-popup-content h4 {
    margin-bottom: 16px;
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: normal;
    color: #fff;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    color: #A1A0A0;
    line-height: 24px;
    letter-spacing: 0.36px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #A1A0A0;
}
.kenmarken-popup-content li:nth-child(even) {
    color: #fff;
}
.kenmarken-popup-content li::after {
    display: none;
}
.tab-right-part {
    padding: 38px 20px 23px;
    text-align: center;
	border-radius: 10px;
	border: 1px solid #A1A0A0;
	background: #151515;
}
.tab-right-part img {
    width: 55px;
    border-radius: 56px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.tab-right-part h6 {
    font-family: 'WidescreenTrial-Regular';
    font-size: 1.8rem;
    color: #fff;
    line-height: normal;
	margin: 13px 0 14px;
}
.tab-right-part p {
    font-size: 1.6rem;
    letter-spacing: 0.48px;
    color: #A1A0A0;
	margin-bottom: 11px;
}
.tab-right-part p a {
    color: #A1A0A0;
}
.tab-right-part p a:hover {
    color: #CDAD00;
}
.tab-right-btn {
    border: 1px solid #fff;
    border-radius: 100px;
    background: #FFF;
    max-width: 244px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    text-align: start;
    padding: 9px 30px;
    margin-top: 8px;
}
.tab-right-btn img {
    width: 24px;
    margin-right: 26px;
}
.tab-right-btn-info h5,
.tab-right-btn-info h5 a {
    font-family: 'robotoregular';
    font-size: 1.6rem;
    line-height: 17px;
    color: #1C1C1C;
}
.tab-right-btn-info h5 a:hover {
    color: rgba(15, 23, 38, 0.6);
}
/****form-sec****/
.form-sec {
    padding: 120px 0 112px;
	position: relative;
	overflow: hidden;
}
.form-top-shape {
    position: absolute;
    left: 50%;
    top: 117px;
    transform: translateX(-50%);
    z-index: 2;
}
.form-left-shape {
    position: absolute;
    left: 13px;
    top: 34%;
    transform: translateX(-50%);
    z-index: 2;
}
.form-right-shape {
    position: absolute;
    right: -57px;
    top: 34%;
    transform: translateX(-50%);
    z-index: 2;
}
.form-mobile-btm-shape {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 58px;
    transform: translateX(-50%);
    z-index: 2;
}
.form-top-left-shape {
    position: absolute;
    left: 7px;
    top: 34%;
    transform: translateX(-50%);
    z-index: 2;
}
.form-top-right-shape {
	position: absolute;
    right: -14px;
    top: 34%;
    transform: translateX(-50%);
    z-index: 2;
}
.form-top-left-shape,
.form-top-right-shape {
    display: none;
}
.form-area .col-lg-5 {
	width: 51%;
}
.form-area .col-lg-7 {
	width: 49%;
}
.form-right-bg {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
	height: 100%;
}
.form-contact-info {
    padding: 33px 39px;
}
.each-form-info h4 {
    font-family: 'khulasemibold';
}
.form-right-top h2 {
    margin-bottom: 4px;
}
.form-right-top p {
    max-width: 480px;
    width: 100%;
    margin-bottom: 2px;
}
.main-form-info {
    display: flex;
    column-gap: 100px;
    margin-top: 55px;
    margin-bottom: 51px;
}
.each-form-info a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.form-img-wrap {
    height: 100%;
}
.form-right-img {
    border-radius: 0 10px 10px 0;
    overflow: hidden;
	height: 100%;
} 
.form-right-img img {
	height: 100%;
	object-fit: cover;
}
.form-left-area {
    padding: 109px 112px;
    padding-right: 91px;
    background-color: #fff;
    height: 100%;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.form-left-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    opacity: 0.5;
    display: none;
}
.form-left-area p {
	color: #151515;
	margin-top: 14px;
}
.form-main-area {
    margin-top: 42px;
	position: relative;
    z-index: 1;
}
.form-main-area .form-group {
    margin-bottom: 32px;
}
.form-main-area .form-styl {
    resize: none;
    border-radius: 10px;
    border: none;
    color: #151515;
    font-size: 1.8rem;
    line-height: 24px;
    padding: 17px 26px;
	border: 1px solid rgba(21, 21, 21, 0.50);
	background: #FFF;
}
.form-main-area .form-styl:placeholder {
	color: rgba(21, 21, 21, 0.50);
}
.form-main-area .form-styl:-ms-input-placeholder {
	color: rgba(21, 21, 21, 0.50);
}
.form-main-area .form-styl::placeholder {
	color: rgba(21, 21, 21, 0.50);
}
.form-main-area .form-styl:focus {
    box-shadow: none;
    color: #151515;
    border-color: #151515;
}
.form-main-area .form-styl:focus::placeholder {
	color: #151515;
}
.form-main-area .form-styl.foto_upload,
.form-main-area .form-styl.photo_upload {
    color: rgba(21, 21, 21, 0.50);
}
.form-group textarea.form-control {
	min-height: 60px;
}
.form-btn {
	margin-top: 31px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-btn .footer-social li a {
    border-color: #151515;
}
.form-btn .footer-social li a img {
	filter: brightness(100) invert(1);
}
.form-btn .footer-social li a:hover {
	border-color: #CDAD00;
}
.form-btn .footer-social li a:hover img {
	filter: brightness(0) invert(1);
} 
/****aanbod-dtl-product-sec****/
.aanbod-dtl-product-sec {
    padding-top: 12px;
}
.aanbod-dtl-product-sec h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
.aanbod-dtl-product-slider .each-product::after {
    background: rgba(255, 255, 255, 0.50);
}
.aanbod-dtl-product-slider .each-product-left h4 {
	color: #fff;
}
.aanbod-dtl-product-slider .common-arrow {
	background-color: #fff;
}
.aanbod-dtl-product-slider .common-arrow:hover {
	background-color: #CDAD00;
}
.aanbod-dtl-product-slider .common-arrow:hover img {
	filter: brightness(0) invert(1);
}
.aanbod-dtl-product-slider .swiper-button-next {
    right: -20px;
}
.aanbod-dtl-product-slider .swiper-button-prev {
    left: -20px;
}
.aanbod-dtl-product-sec .each-product-left td {
    padding-left: 0;
    padding-right: 7px;
    margin-right: 7px;
}
/**********************************aanbod-list**********************************/
/****aanbod-filter-sec****/
.aanbod-list-title {
    padding: 134px 0 33px;
} 
.aanbod-filter-sec {
    padding-bottom: 41px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #fff;
	font-size: 1.4rem;
	font-family: 'WidescreenTrial-ExSemiBold';
}
.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: #CDAD00;
}
.filter-reset a:hover img {
    filter: invert(21%) sepia(21%) saturate(6706%) hue-rotate(14deg) brightness(83%) contrast(107%);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 52px;
    color: #fff;
    font-family: 'WidescreenTrial-ExSemiBold';
    font-size: 1.6rem;
    background-color: #14181E;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 0 42px 0 30px;
    background: url(../images/filter-arrow.svg) no-repeat 86% center / 13px;
    appearance: none;
    line-height: 52px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'WidescreenTrial-ExSemiBold';
	background-color: #14181E;
}
.filter-content {
    display: none;
    background-color:#14181E;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #F9F8F6;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'WidescreenTrial-ExSemiBold';
    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: #CDAD00;
    border-color: #CDAD00;
}
.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: #fff;
    border-radius: 6px;
    background-color: #CDAD00;
	font-family: 'WidescreenTrial-ExSemiBold';
    font-size: 1.4rem;
    border: 1px solid #CDAD00;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
}
.aanbod-filter {
	margin-bottom: 18px;
    width: 20%;
}
.filter-left-part .row {
    column-gap: 17px;
}
.filter-left-part .col-lg-3 {
    width: 22%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 78px;
    background-color: #1c1c1c;
    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: #CDAD00;
    border-color: #CDAD00;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #1c1c1c;
	border-radius: 100%;
	color: #fff;
    border: 1px solid #1c1c1c;
	margin-left: 12px;
	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: #CDAD00;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #F9F8F6;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #CDAD00;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #CDAD00;
	border-color: #CDAD00;
  	color: #fff;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #CDAD00;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'WidescreenTrial-ExSemiBold';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .sorteren_op-filter {
	margin-bottom: 0;
	width: 223px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/****aanbod-product-sec****/
.aanbod-list-product-area .row {
    margin: 0 -13px;
    row-gap: 35px;
}
.aanbod-list-product-area .col-xl-4 {
    padding: 0 13px;
}
.aanbod-list-product-sec .each-product::after {
    display: none;
}
.aanbod-list-product-sec .each-product .row {
    margin: 0;
    row-gap: 0;
}
.aanbod-list-product-sec .each-product-left tr {
    display: flex;
    flex-wrap: wrap;
}
.aanbod-list-product-sec .each-product-left h4 {
    color: #fff;
}
.aanbod-list-product-sec .each-product-left td {
    padding-left: 0;
    padding-right: 7px;
    margin-right: 7px;
}
/**********************************over-ons**********************************/
/****over-ons-top-sec****/
.over-ons-top-sec {
    padding-top: 94px;
    padding-bottom: 139px;
    overflow: hidden;
}
.over-ons-top-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: -1;
    opacity: 0.3;
}
.over-ons-top-area {
    max-width: 1070px;
    margin: 0 auto;
}
.over-ons-top-area h2 {
    margin-bottom: 42px;
}
.over-ons-top-area p {
    margin-bottom: 17px;
}
/****over-ons-mid-sec****/
.over-ons-mid-sec {
    border-radius: 20px;
    overflow: hidden;
    padding: 121px 0 118px;
}
.over-ons-mid-sec::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(21, 21, 21, 0.37) 10.15%, rgba(21, 21, 21, 0.85) 42.53%, #151515 60.7%);
}
.over-ons-mid-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.5;
    display: none;
}
.overons-mid-top-shape {
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%);
    z-index: 2;
}
.overons-mid-left-shape {
    position: absolute;
    left: -10px;
    top: 55%;
    transform: translateY(-50%);
    z-index: 2;
}
.overons-mid-right-shape {
    position: absolute;
    right: -10px;
    top: 55%;
    transform: translateY(-50%);
    z-index: 2;
    display: none;
}
.over-ons-mid-area {
    position: relative;
    z-index: 2;
}
.over-ons-team-info {
    max-width: 500px;
    margin-left: auto;
    margin-right: 0;
}
.over-ons-mid-info table {
    width: 100%;
}
.over-ons-mid-info tr {
    display: flex;
    flex-wrap: wrap;
    padding-left: 44px;
}
.over-ons-mid-info td {
    max-width: 590px;
    width: 100%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.20);
    padding: 30px 0;
}
.over-ons-mid-info td:first-child {
    padding-top: 0;
}
.over-ons-mid-info td:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.over-ons-mid-info td h4 {
    margin-bottom: 21px;
}
/****over-ons-team-sec****/
.over-ons-team-sec {
    padding-top: 118px;
    overflow: hidden;
}
.team-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.5;
} 
.each-team-img {
    margin-bottom: 44px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.team-member-img-right {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-team-img img,
.team-member-img-right img{
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-team-img:last-child {
    margin: 0 22px;
}
.each-team-img:hover img,
.team-member-img-right:hover img {
    transform: scale(1.1); 
}
.over-ons-team-slider .col-7 {
    width: 52%;
}
.over-ons-team-slider .col-5 {
    width: 48%;
}
.team-member-img-right {
    margin-left: 29px;
}
.over-ons-team-area .col-lg-8 {
    width: 65%;
}
.over-ons-team-area .col-lg-4 {
    width: 35%;
}
.over-ons-team-img {
    padding-right: 72px;
}
.over-ons-team-info h2 {
    line-height: 48px;
    margin-bottom: 32px;
}
/**********************************verkocht**********************************/
.verkocht-top-sec {
    padding-top: 135px;
    padding-bottom: 80px;
}
.verkocht-top-sec h2 {
    margin-bottom: 22px;
}
/**********************************verkoop**********************************/
/****diensten-dtl-top****/
.diensten-dtl-top-info h4 {
    margin-bottom: 10px;
}
/****vacature-dtl-mid****/

.vacature-dtl-mid td h4 {
    max-width: 100%;
    text-align: left;
    margin-bottom: 25px;
}
.vacature-dtl-mid td {
    width: 49%;
}
.vacature-dtl-mid li {
    position: relative;
    padding-left: 30px;
    line-height: 26px;
}
.vacature-dtl-mid li::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 9px;
    height: 6px;
    width: 6px;
    background-size: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/white-bullet.svg);
}
.calsty {
    border: 0;
    width: 100%;
    height: 635px;
    background: transparent;
}



/*******loader*****/
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
  }
  #loader_section p{
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  #loader_section img{
    width: 100px;
    margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
      background: #000000;
      width: 100%;
      height: 50px;
      display: block;
      text-align: center;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
      background: #202020;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
      height: 35px;
      padding-top: 15px;
  }
  
  
  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 10px 6px 20px;
      color: #000;
      background-size: contain;
  }
  .star_icon{
      margin-bottom: 30px;
  }
  .star_icon h4{
      padding-bottom: 10px;
      /* text-transform: uppercase; */
      padding-top: 15px;
      margin-bottom: 15px;
     /* color: #1c1c1c;*/
      border-bottom: 1px solid #CDAD00;
      padding-bottom: 10px;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      padding-bottom: 6px;
      word-break: break-word;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
  .aanbod-loader {
      width: 45px;
      height: 40px;
      background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
                linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
                linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 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;
    }
  
  
  .carpass-img {
      width: 115px;
  }
  .fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}

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

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

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	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;
	}
}
.privacy_section {
    padding: 100px 0 40px;
}
.privacy_section h2 {
    color: #fff;
}


.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
  	font-family: "Nunito Sans", sans-serif;
}
.widget-btn{
	border-radius: 10px;
  	background: #CDAD00;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 1.3rem 2.5rem;
  	font-size: 1.7rem;
  	cursor: pointer;
  	color: #fff;
  	font-weight: 600;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 4.5rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 51rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-weight: 500;
  	font-size: 2.4rem;
}
.widget-content h5{
	font-weight: 400;
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #CDAD00;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #CDAD00;
  	background: #CDAD00;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-weight: 600;
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #CDAD00 !important;
}
.monthly_amount{
	cursor:pointer;
} 
.bottom-0{
	bottom: 0 !important;
}
.start-0{
	left: 0 !important;
}

@media(max-width: 767.98px){
	.morgeninternet-footer.viewcar-footer {
		margin-bottom: 68px !important;
		height: 50px;
	}
	.widget-mobile{
	  	background: #1c1c1c;
	  	padding: 1.5rem 1.2rem;
	  	border-top: 1px solid rgba(255,255,255,0.1);
	  	border-bottom: 1px solid rgba(255,255,255,0.1);
	  	z-index: 99;
	  	font-family: "Nunito Sans", sans-serif;
        /*bottom: 45px !important;*/
	}
	.widget-mobile .d-flex{
		gap: 5px;
	}
	.widget-mobile button{
		padding: .65rem;
  		font-size: 1.3rem;
	}
	.widget-mobile h6 span{
		font-size: 1.45rem;
		cursor: pointer;
		font-weight: 600;
		padding-right: 2.5rem;
		color: #fff;
		margin-right: .75rem;
	}
	.widget-mobile h6 span:after{
		background: url(../images/arw-color.svg) no-repeat center/ contain;
		right: 0;
	}
	.widget-mobile h6 span:not(.active):after{
		filter: brightness(0) invert(1);
		-webkit-filter: brightness(0) invert(1);
	}
	.widget-mobile h6 span.active{
		color: #CDAD00;
	}
	.widget-mobile h6 span.active:after{
		transform: translateY(-50%) rotate(-90deg);
	}
	.widget-mobile-content{
		bottom: 6.5rem;
		background: #121212;
		padding: 3rem 1.5rem 1.5rem;
		z-index: 99;
		display: none;
	}
	.widget-mobile-content.show-div{
		display: block;
	}
	.widget-content-wrap{
		background: #1c1c1c;
		border: 1px solid rgba(255,255,255,0.1);
		padding: 1.5rem;
	}
	.widget-mobile-content td{
  		color: #fff;
		vertical-align: top;
    	font-size: 1.45rem;
    	font-weight: 400;
    	padding: 4px 0;
	}
	.widget-mobile-content td a{
		color: #fff;
		text-decoration: none;
	}
	.widget-mobile-content td a:hover{
		color: #CDAD00;
	}
	.whatsapp-block{
		background: #25D366;
		border-radius: 5px;
		width: 3.7rem;
		height: 3.7rem;
	}
	.whatsapp-block img{
		width: 1.8rem;
	}
	.widget-mobile-content td span{
		width: 2.2rem;
    	height: 2.2rem;
    	border: 1px solid rgba(255,255,255,0.1);
    	margin-right: 1.8rem;
	}
}
.share-social-media-button .a2a_dd {
    padding: 12px 30px !important;
    border: 1px solid #fff !important;
    border-radius: 10px !important;
    display: inline-block !important;
}
.dtl-tab-area .tab-btm-btn{
    position: absolute;
    left: 50%;
    z-index: 1;
    /* top: 50%; */
    bottom: -38%;
    transform: translateX(-50%);
}