@import "fonts.css";
@import "common-class.css";
body {
	margin: 0;
	padding: 0;
	background-color: #141414;
	color: #F6F8FA;
	font-family: 'NotoSansRegular';
	font-size: 1.8rem;
}
html {
  font-size: 62.5%;
  height: auto !important;
}
.cursor{
	cursor: pointer;
}
.grecaptcha-badge{
	display:none;
}
/*==============header=============*/
header{
	padding: 30px 0;
	z-index: 99;
}
header .container{
	z-index: 2;
}
/* header.stiky{
	margin-top: -15px;
} */
header .logo{
	max-width: 190px;
	margin-right: 60px;
}
.header-bg {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 100px;
  z-index: -1;
  background: #303030;
}
header li{
	margin-left: 40px;
}
header .dropdown-menu{
	padding: 36px 0;
  background: transparent;
}
header .dropdown-item{
	color: #F6F8FA !important;
  font-family: 'NotoSansRegular';
  font-size: 1.8rem;
  padding: 8px 15px;
}
header .dropdown-item:focus, header .dropdown-item:hover{
	background-color: transparent;
}
header .dropdown:before{
	position: absolute;
    top: 60%;
    transform: translateY(-50%) rotate(90deg);
    right: -20px;
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/arw-white.svg) no-repeat center / contain;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
header .dropdown:hover:before{
	transform: translateY(-50%) rotate(270deg);
}
header .dropdown-item span{
	padding-right: 40px;
	display: block;
}
header .dropdown-menu span:after{
	position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 10px;
	height: 10px;
	background: url(../images/arw.svg) no-repeat center /contain;
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
	top: 50%;
  transform: translateY(-50%);
 	transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
header .dropdown-item:hover span:after{
  opacity: 1;
}
.whatsapp-btn{
	bottom: 50px;
	z-index: 99;
}
/*============home-banner=========*/
/* .home-banner {
    padding-top: 93px;
} */
.home-banner .subheading{
	margin-bottom: 14px;
}
.home-banner h1{
	margin-bottom: 62px;
	-webkit-font-feature-settings: initial;
}
.home-banner .marque-txt li{
	width: 330px;
	height: 216px;
	margin: 0 8px 0 0;
	vertical-align: bottom;
}
.home-banner .marque-txt li img{
	object-fit: cover;
}
.home-banner .marque-txt li{
	width: 330px;
	height: 216px;
}
.home-banner .marque-txt li:nth-child(2n){
	width: 284px;
	height: 319px;
}
.home-banner .marque-txt li:nth-child(3n){
	width: 420px;
	height: 424px;
}
.home-banner .marque-txt li:nth-child(4n){
	width: 284px;
	height: 319px;
}
.home-banner .marque-txt ul{
	display: inline-block;
	vertical-align: top;
}
.home-banner .marque-wrap{
	margin-top: 100px;
}
.home-banner .marque-txt{
	animation: 30s slide infinite linear;
}
.home-banner .marque-wrap:hover .marque-txt{
	animation-play-state: unset;
}
.banner-video {
    height: 948px;
}
.home-banner .container {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 12%;
}
/*=============home-product===========*/
.car-block{
	padding: 140px 0 180px;
}
.car-block .gallery-top{
	margin: 60px 0 15px;
}
.car-content{
	background: linear-gradient(-88deg, #F3F3F3 0.63%, #C6C6C6 99.37%);
	padding: 0 30px;
	word-break: break-word;
}
.car-content p span{
	color: rgba(20, 20, 20, 0.50);
}
.car-content table{
	border-top: 2px solid rgba(20, 20, 20, 0.17);
	border-bottom: 2px solid rgba(20, 20, 20, 0.17);
	margin: 30px 0 35px;
}
.car-content td{
	padding: 35px 0;
}
.car-content td:not(:last-child){
	border-right: 2px solid rgba(20, 20, 20, 0.17);
}
.car-content td span{
	display: block;
}
.car-content td p{
	margin: auto;
	display: table;
}
.car-content table{
	width: 100%;
}
.car-content p{
	color: #141414;
}
.model h3{
	height: 49px;
	overflow: hidden;
}
.model p{
	height: 30px;
  overflow: hidden;
}
.price, .model{
	padding: 0 20px;
}
.car-block .swiper-button-prev{
	left: -28px;
}
.car-block .swiper-button-next{
	right: calc(50% - 18px);
}
.gallery-thumbs h4{
	margin-top: 12px;
}
.gallery-thumbs a .swiper-arw{
	opacity: 0;
}
.gallery-thumbs a:hover .swiper-arw{
	opacity: 1;
}
.car-block .swiper-pagination{
	bottom: -90px;
}
.car-block .swiper-pagination-bullet, .home-service .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background: #fff;
	opacity: .2;
	transform: scale(1);
}
.car-block .swiper-pagination-bullet-active, .home-service .swiper-pagination-bullet-active{
	width: 42px;
	opacity: 1;
	border-radius: 10px;
	background: linear-gradient(88deg, #F3F3F3 0.63%, #C6C6C6 99.37%);
}

/*============home-service==========*/
.home-service{
	background: #303030;
	padding: 120px 0;
}
.wrap p{
	margin-bottom: 30px;
}
.home-service .swiper{
	padding-top: 80px;
}
.home-service .swiper-slide{
	height: auto !important;
}
.home-service .each-service{
	background: #DADADA;
	padding: 40px 30px;
	color: #141414;
	height: 100%;
}
.home-service .each-service span{
	margin-bottom: 170px;
	display: block;
	position: relative;
	padding-right: 45px;
}
.home-service .each-service span:before{
	position: absolute;
  top: 50%;
  content: '';
  right: 0;
  transform: translateY(-50%);
	background-image: url(../images/arw.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 6px;
	background-color: #f9f9f9;
	width: 38px;
	height: 38px;
	border-radius: 38px;
	border: 1px solid rgba(20, 20, 20, 0.03);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
}
.home-service .each-service:hover{
	/* background: #F3F3F3; */
}

/*.home-service .swiper-wrapper .swiper-slide:nth-child(1) .each-service{
	background-color: rgba(243, 243, 243, 1);
}*/
.home-service .swiper-wrapper .swiper-slide:nth-child(2) .each-service{
	background-color: rgba(218, 218, 218, 1);
}
.home-service .swiper-wrapper .swiper-slide:nth-child(3) .each-service{
	background-color: rgba(198, 198, 198, 1);
}
.home-service .each-service:hover span:before{
	background-color: #141414;
	background-image: url(../images/arw-white.svg);
}
.home-service .each-service span:before{
	background-color: #141414;
	background-image: url(../images/white-arw.svg);
}
.home-service .each-service:hover{
	background-color: transparent !important;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home-service .each-service:hover span:before{
	background-color: #fff;
	background-image: url(../images/arw.svg);
}
/*=============marque===========*/
.marquee{
	padding: 30px 0;
	border: 1px solid rgba(246, 248, 250, 0.48);
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
.marque-wrap{
	white-space: nowrap;
}
.marque-wrap:hover .marque-txt{
	animation-play-state: paused;
}
.marque-txt{
	/* animation: 15s slide infinite linear; */
    display: flex !important;
    animation: 15s slide infinite linear;
}
.marque-txt li {
	margin: 0 25px;
	display: inline-block;
	font-family: 'noto_sans_displayregular';
	letter-spacing: 0.18px;
	line-height: 26px;
}
.marque-txt li span{
	color: #C3D5FF;
	margin-right: 10px;
}
/*===========content-sec=========*/
.content-sec{
	padding: 120px 0 160px;
}
.content-wrap{
	max-width: 590px;
}
.content-sec p{
	margin: 25px 0 40px;
}
.content-sec td span{
	color: rgba(246, 248, 250, 0.50);
}
.content-sec tr{
	width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-top: 45px;
}
.content-sec td img{
	margin-right: 20px;
}
.content-sec table{
	margin-top: 45px;
}
.content-sec td {
    vertical-align: middle;
}
.each-counter h4 span {
    color: #F6F8FA;
}
.content-sec .badge {
	bottom: -40px;
  right: -40px;
 --badge-size: 190px;
  background: linear-gradient(88deg, #F3F3F3 0.63%, #C6C6C6 99.37%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--badge-size);
  height: var(--badge-size);
  border-radius: 100%;
  animation: identifier 20s linear infinite;
  font-weight: normal;
  line-height: normal;
  font-size: 1.2rem;
  padding: 0;
  font-family: 'NotoSansRegular';
  color: #121212;
}
.badge__emoji {
  display: block;
  margin: 0;
  animation: identifier 20s linear infinite;
  animation-direction: reverse;
  transition: all 0.3s;
}
.badge__char {
  --char-width: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - var(--char-width) / 2);
  height: calc(var(--badge-size) / 2);
  width: var(--char-width);
  background-repeat: round;
  text-align: center;
  transform-origin: bottom center;
  transform: rotate(var(--char-rotate));
  padding: 3px;
}
@-webkit-keyframes identifier {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes identifier {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.badge__emoji{
	width: 130px;
	height: 130px;
	background: #141414;
}
.badge__emoji img{
	width: 84px;
	margin-left: 25px;
}
/*=========review==========*/
.review{
	padding-bottom: 170px;
}
/*===========footer==========*/
footer{
	background: #303030;
	padding: 109px 0 30px;
}
footer .logo{
	max-width: 272px;
}
footer td{
	padding-right: 24px;
}
footer h4{
	margin-bottom: 20px;
}
footer a:hover{
	text-decoration: underline;
}
.privacy{
	margin-top: 190px;
	z-index: 1;
}
.adres{
	left: 35px;
}
.social-icons a , .each-service, .each-service span:before, .gallery-thumbs a .swiper-arw, header{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.social-icons a{
	width: 38px;
	height: 38px;
	border: 1px solid #F6F8FA;
}
.social-icons .d-flex{
	gap: 15px;
}
.social-icons a:hover{
	background: #121212;
	border-color: #121212;
}
main{
	padding-top: 150px;
}
.home_page {
    padding-top: 0;
}
.home-banner .video-js .vjs-tech {
    object-fit: cover;
}
/**************diensten-list**************/
/***inner-banner***/
.inner-banner {
    width: calc(100% - 82px);
    height: calc(100% - 82px);
    margin: 0 auto;
    z-index: -1;
	position: relative;
}
.inner-banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    width: 100%;
	text-align: center;
}
/***diensten-list-sec***/
.diensten-list-sec{
	padding: 126px 0;
	background: #141414;
}
.diensten-list-area {
    padding-top: 94px;
}
.each-diensten-list-area{
    border-radius: 10px;
    overflow: hidden;
}
.each-diensten-list h4{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-service.diensten-list-sec .each-service span:before{
	background-color: #141414;
	background-image: url(../images/white-arw.svg);
}
.home-service.diensten-list-sec .each-service:hover{
	background-color: transparent;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home-service.diensten-list-sec .each-service:hover span:before{
	background-color: #fff;
	background-image: url(../images/arw.svg);
}


/***review***/
.review.diensten-list-review{
	padding-bottom: 126px;
}
/***back-btn***/
.back-btn {
    padding: 30px 0 0;
}
.back-btn .button{
	line-height: 26px;
	padding: 8px 17px;
}
.back-btn .button span {
    margin-right: 14px;
}
.back-btn .button span:after {
    transform: rotate(180deg);
}
/****************diensten-dtl*****************/
/***diensten-dtl-back-btn***/
.back-btn.diensten-dtl-back-btn{
	position: relative;
}
.back-btn.diensten-dtl-back-btn .button {
    position: absolute;
    top: 93%;
}
/***diensten-dtl-top***/
.diensten-dtl-top-sec {
	padding-bottom: 73px;
	position: relative;
	overflow: hidden;
}
.diensten-dtl-top-sec:before {
	position: absolute;
	top: -28%;
    right: -45%;
    content: '';
    width: 125%;
    height: 125%;
	background-image: url(../images/mask-2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	pointer-events: none;
	z-index: -1;
}
.diensten-dtl-top-img {
    padding-right: 45px;
}
.diensten-dtl-top-img img{
	border-radius: 10px;
    overflow: hidden;
}
.diensten-dtl-top-content {
    padding-top: 63px;
}
.diensten-dtl-top-content h2 {
    margin-bottom: 24px;
}
.diensten-dtl-top-content p {
    margin-bottom: 26px;
}
.diensten-dtl-top-content h4{
	margin-bottom: 16px;
}
.diensten-dtl-top-content p:last-child{
	margin-bottom: 0;
}
/***diensten-dtl-mid***/
.diensten-dtl-mid-sec {
    padding: 81px 0;
}
.diensten-dtl-mid-content {
    padding-right: 45px;
}
.diensten-dtl-mid-content h4{
	font-family: 'NotoSansRegular';
	font-size: 1.8rem;
	line-height: 26px;
	color: #FFF;
	margin-bottom: 15px;
}
.diensten-dtl-mid-content p{
	color: rgba(255, 255, 255, 0.70);
	margin-bottom: 0;
    width: 100%;
    max-width: 565px;
}
.diensten-dtl-mid-content li {
    border: 1px solid #303030;
    margin-bottom: 11px;
	border-radius: 10px;
	background: #303030;
	padding: 29px 30px;
    transition: all 0.5s;
    border: 2px solid transparent;
}
.diensten-dtl-mid-content li:hover {
    border-color: rgba(255, 255, 255, 0.70);
}
.diensten-dtl-mid-content li:last-child{
	margin-bottom: 0;
}
.diensten-dtl-mid-img{
	height: 100%;
}
.diensten-dtl-mid-img img{
	border-radius: 10px;
    overflow: hidden;
	height: 100%;
	object-fit: cover;
}
.diensten-dtl-service-sec .swiper-wrapper .swiper-slide .each-service:hover {
    background-color: transparent;
}
.diensten-dtl-service-sec .swiper {
    padding-top: 0;
}
/****form-sec****/
.form-sec {
    padding: 67px 0;
	background: #303030;
	position: relative;
	overflow: hidden;
}
.form-sec::before {
	position: absolute;
	top: -6%;
	right: -45%;
	content: '';
	width: 72%;
    height: 116%;
	background-image: url(../images/mask.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	pointer-events: none;
}
.form-area .col-lg-5 {
	width: 47%;
}
.form-area .col-lg-7 {
	width: 53%;
}
.form-heading P {
	color: #fff;
	margin: 15px 0 44px;
}
.form-left-img {
    border-radius: 10px;
    overflow: hidden;
	height: 100%;
}
.form-contact-info{
	padding: 80px 58px;
}
.each-contact-info {
    margin-bottom: 65px;
}
.each-contact-info:last-child{
	margin-bottom: 0;
}
.each-contact-info h4{
	margin-bottom: 21px;
}
.each-contact-info a{
	line-height: normal;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-contact-info a:hover{
	text-decoration: underline;
}
.mobile-open-time{
	display: none;
}
.form-main-area .form-group {
	margin-bottom: 23px;
}
.form-main-area .form-styl {
    resize: none;
    border-radius: 10px;
    border: none;
	color: #fff;
	font-size: 1.8rem;
	line-height: 26px;
    padding: 16px 26px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: #303030;
}
.form-main-area .form-styl:placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.form-main-area .form-styl:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.form-main-area .form-styl::placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.form-main-area .form-styl:focus {
    box-shadow: none;
    color: #fff;
	border: 1px solid #FFF;
	background: #646464;
}
.form-main-area .common-btn.color-btn{
    margin-top: 6px;
}
.form-group textarea.form-control {
    min-height: 157px;
}
.form-right-area {
    margin-top: 2px;
	padding-left: 47px;
}
.form-area{
	position: relative;
	z-index: 1;
}
.form-main-area .row{
	margin: 0 -7px;
}
.form-main-area .col-md-6 {
    padding: 0 7px;
}
.form-main-area .col-lg-12{
	padding: 0 7px;
}
.form-btn {
    margin-top: 60px;
}
/***diensten-dtl-service-sec***/
.diensten-dtl-service-title{
	text-align: center;
	color: #fff;
}
.diensten-dtl-service-sec .diensten-list-area {
    padding-top: 79px;
}
/****************vacature-dtl*****************/
/***vacature-dtl-mid-sec***/
.vacature-dtl-mid-sec .diensten-dtl-mid-content p {
    position: relative;
    padding-left: 16px;
    max-width: 100%;
    margin-bottom: 10px;
}
.vacature-dtl-mid-sec .diensten-dtl-mid-content p:last-child {
	margin-bottom: 0;
}
.vacature-dtl-mid-sec .diensten-dtl-mid-content p::after {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    background-image: url(../images/bullet.svg);
    width: 8px;
    height: 8px;
    background-size: 8px;
    background-repeat: no-repeat;
}
.vacature-dtl-mid-sec .diensten-dtl-mid-content li {
    padding: 46px 36px 60px;
}
/****************contact*****************/
/***contact-banner***/
.map {
    height: 551px;
	border-radius: 50px;
	overflow: hidden;
	z-index: 1;
}
/***contact-form-sec***/
.contact-form-sec{
	background: #141414;
	padding: 82px 0 127px;
}
.contact-form-sec::before {
    width: 91%;
	height: 148%;
}
/****************over-ons*****************/
/***over-ons-top-sec***/
.over-ons-top-sec {
    padding: 72px 0 134px;
}
.over-ons-top-area p {
    width: 100%;
    max-width: 748px;
    margin-right: 0;
    margin-left: auto;
}
.over-ons-top-left h2 {
    width: 100%;
    max-width: 300px;
}
/***over-ons-top-sec***/
.over-ons-content-sec .img-div {
    padding-left: 124px;
}
.content-sec.over-ons-content-sec .badge {
    right: auto;
    left: 30px;
}
.over-ons-content-sec .content-wrap {
	max-width: 710px;
}
.over-ons-content-wrap {
    padding: 0 30px;
}
.over-ons-content-wrap p{
	margin-bottom: 0;
}
.over-ons-content-sec h4 {
    font-family: 'NotoSansRegular';
    font-size: 1.8rem;
    line-height: normal;
    color: rgba(246, 248, 250, 0.38);
    margin: 7px 0 62px;
}
.over-ons-content-sec a{
	color: rgba(246, 248, 250, 0.38);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.over-ons-content-sec a:hover{
	color: #fff;
}
/***overons-mid-sec***/
.over-ons-top-img {
    height: 551px;
    width: calc(100% - 80px);
    margin: auto;
}
.over-ons-top-img img{
    border-radius: 10px;
    overflow: hidden;
}
.img-cover {
    height: 100%;
    object-fit: cover;
}
/***overons-benefit-sec***/
.overons-benefit-sec{
	background: #303030;
	padding: 125px 0 106px;
	position: relative;
	overflow: hidden;
}
.overons-benefit-sec::before {
	position: absolute;
	top: -6%;
	right: -45%;
	content: '';
	width: 89%;
    height: 100%;
	background-image: url(../images/mask.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	pointer-events: none;
}
.overons-benefit-title{
	text-align: center;
	margin-bottom: 98px;
}
.overons-benefit-area table {
    width: 100%;
}
.overons-benefit-area tr {
    display: flex;
    flex-wrap: wrap;
	color: #141414;
	column-gap: 17px;
}
.overons-benefit-area td {
    width: 32.5%;
    border: 1px solid rgba(13, 13, 13, 0.10);
    border-radius: 10px;
    overflow: hidden;
    background: #F3F3F3;
    padding: 39px 33px 52px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.overons-benefit-area td:hover {
    box-shadow: 0 0 20px 0 #C6C6C6;
}
.overons-benefit-area td:last-child {
    margin-right: 0;
}
.overons-benefit-area td h4 {
    margin-bottom: 40px;
    width: 100%;
    max-width: 333px;
}
.overons-benefit-area td p{
	margin-bottom: 0;
}
/****over-ons-gallery-sec****/
.over-ons-gallery-sec{
    padding: 128px 0;
}
.over-ons-gallery-wrap{
    padding: 0 13px;
}
.over-ons-gallery-title{
    margin-bottom: 99px;
}
.each-gallery-img img{
    border-radius: 10px;
    overflow: hidden;
}
.each-gallery-img img{
    height: 100%;
    object-fit: cover;
}
.child-img-left-top{
    height: 247px;
    margin-bottom: 15px;
    padding-left: 73px;
}
.child-img-right{
    padding-left: 0 !important;
    padding-right: 73px;
}
.child-img-left-btm{
    height: 216px;
}
.child-img-right-top{
    height: 213px;
    margin-bottom: 15px;
}
.child-img-right-btm{
    height: 319px;
}
.child-img-mid{
    height: 595px;
}
.over-ons-gallery-area .col-lg-2.gal-left-fist-part{
    width: 20%;
}
.over-ons-gallery-area .col-lg-2.gal-left-second-part{
    width: 17%;
}
.over-ons-gallery-area .col-lg-4{
    width: 25%;
}
/****************aanbod-lit*****************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 32px 0 28px;
	position: relative;
	/* z-index: 0; */
}
.aanbod-product-sec{
	position: relative;
	/* overflow: hidden; */
}
.aanbod-product-sec::before {
    position: absolute;
    top: -19%;
    right: 0;
    content: '';
    width: 37%;
    height: 50%;
    background-image: url(../images/aanbod-list-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    /* z-index: 1; */
}
.aanbod-filter-wrap {
    position: relative;
}
.filter-reset a {
	color: rgba(249, 248, 246, 0.5);
	font-size: 1.6rem;
	font-family: 'NotoSansRegular';
}
.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: #E8E8E8;
}
.filter-reset a:hover img {
    filter: brightness(1);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #141414;
    font-family: 'NotoSansRegular';
    font-size: 1.8rem;
    border-radius: 45px;
    padding: 0 30px;
    background: url(../images/filter-arrow.svg) no-repeat 91% center / 13px;
    background-color: rgba(232, 232, 232, 0.70);
    border-color: rgba(232, 232, 232, 0.70);
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
	/* transition: all 0.5s;
    -webkit-transition: all 0.5s; */
}
.aanbod-filter-sec .select-style:hover{
	background-color: #E8E8E8;
}
.select-style.show {
    border-radius: 15px 15px 0 0;
	background-color: #E8E8E8;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'NotoSansRegular';
	background-color: #14181E;
}
.filter-content {
    display: none;
    background-color: #E8E8E8;
    padding: 10px 18px 15px;
    z-index: 2;
    border: 1px solid #F9F8F6;
    border-top: 0;
    border-radius: 0 0 15px 15px;
    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: #141414;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'NotoSansRegular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
	color: #141414;
    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 #141414;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #141414;
    border-color: #141414;
}
.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: #141414;
    border-radius: 6px;
    background: rgba(232, 232, 232, 0.70);
    font-family: 'NotoSansRegular';
    font-size: 1.4rem;
    border-color: rgba(232, 232, 232, 0.70);
}
.cross-btn {
    width: 9px;
	filter: brightness(100) invert(1);
}
.auto-overview-tag:hover {
	background-color: #E8E8E8;
	border-color: #E8E8E8;
}
.aanbod-filter {
	margin-bottom: 18px;
	width: 23%;
}
.filter-area .row{
	margin: 0 -9px;
}
.filter-area .col-lg-3 {
	padding: 0 9px;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 16px;
	top: 90px;
    background: #a9a9a9;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 10px 0;
    max-width: calc(100% - 30px);
    border-radius: 100px;
}
.mobile-show-filter .filter-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #141414;
    border-color: #141414;
}
.mobile-show-filter .filter-btn:hover {
    background-color: transparent;
    border-color: #141414;
    color: #141414;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: rgba(232, 232, 232, 0.70);
	border-radius: 100%;
	color: #F9F8F6;
    /* border: 1px solid rgba(232, 232, 232, 0.70); */
	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-show-filter .filter-btn:hover .filter-count {
    color: #141414;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #E8E8E8;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #141414;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #141414;
}
.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: #E8E8E8;
	border: 1px solid #E8E8E8;
  	color: #141414;
	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: #141414;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
  	border-color: #E8E8E8;
  	color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
/* .filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
} */
.filter-sort{
	width: 210px;
    margin-right: 0;
    margin-left: auto;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'NotoSansRegular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 210px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.filter-main h6 {
    color: #E8E8E8;
    font-size: 1.8rem;
	margin-bottom: 15px;
    line-height: 26px;
}
.filter-btn{
	border: 1px solid red;
    display: inline-flex;
    color: #F6F8FA;
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 1.8rem;
    font-family: 'NotoSansRegular';
    align-items: center;
}
.aanbod-product-sec .price .button {
    border: 1px solid #141414;
    color: #141414;
}
.aanbod-product-sec .price .button span:before {
    background: #141414;
}
.aanbod-product-sec .price .button span:after {
    background-image: url(../images/white-arw.svg);
}
.aanbod-product-sec .price .button:hover{
    color: #F6F8FA;
}
/***aanbod-product-sec***/
.aanbod-product-sec {
	margin-bottom: 139px;
}
.aanbod-product-wraper {
    padding: 0 53px;
}
.aanbod-product-top-area {
    margin-bottom: 27px;
}
.filter-icon {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    border-radius: 5px 0px 0px 5px;
    opacity: 0.5;
    background: #303030;
    width: max-content;
    padding: 4px 11px;
    column-gap: 20px;
}
.filter-icon div.active {
    opacity: 0.5;
	background: #303030;
	border-radius: 0px 5px 5px 0px;
}
.filter-icon div {
    opacity: 1;
    cursor: pointer;
}
.grid-icon {
    width: 34px;
}
.list-icon {
    width: 32px;
}
.aanbod-product-img .col-lg-4 {
    width: 33%;
}
.aanbod-product-img .col-lg-8 {
    width: 67%;
}
.aanbod-product-area > .row{
	margin-right: -17px;
	margin-left: -17px;
}
.aanbod-product-img {
    height: 100%;
}
.aanbod-product-big-img{
	height: 100%;
}
.aanbod-product-big-img img{
	height: 100%;
	object-fit: cover;
}
.aanbod-product-small-img {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 13px;
}
.each-small-product-img {
    height: 50%;
}
.each-small-product-img img{
	height: 100%;
	object-fit: cover;
}
.aanbod-product-sec .model p {
    height: 26px;
}
.aanbod-product-sec .car-content td {
    padding: 24px 0;
}
.aanbod-product-sec .car-content h3{
	font-size: 2.4rem;
    line-height: 32px;
}
.aanbod-product-sec .model h3 {
    height: 33px;
}
.aanbod-product-sec .car-content {
    padding: 18px 30px;
}
.aanbod-product-sec .car-content table {
    margin: 25px 0;
}
.each-aanbod-product-area{
	margin-bottom: 26px;
}
.aanbod-product-area .each-aanbod-product-area:last-child{
	margin-bottom: 0;
}

.aanbod-list-product-sec {
    margin-bottom: 75px;
}
.aanbod-list-product-sec .car-content tr{
	display: flex;
	flex-wrap: wrap;
}
.aanbod-list-product-sec .car-content td {
    width: 50%;
	border-bottom: 2px solid rgba(20, 20, 20, 0.17);
    padding: 14px 0;
}
.aanbod-list-product-sec .car-content td:nth-child(2){
	border-right: none;
}
.aanbod-list-product-sec .col-lg-7 {
	width: 62%;
}
.aanbod-list-product-sec .col-lg-5 {
	width: 38%;
}
.car-content-area .price {
    padding: 0;
    display: table;
    margin-left: auto;
    margin-right: 0;
}
.car-content-area .price p{
	margin-bottom: 29px;
}
.aanbod-list-product-sec .car-content td p {
    margin: 0;
    display: block;
}
.aanbod-list-product-sec .car-content table td:nth-child(even) p{
    padding-left: 27px;
}
.aanbod-list-product-sec .car-content table{
	border-bottom: 0;
	margin: 15px 0;
}
.aanbod-list-product-sec .aanbod-product-img {
    margin-bottom: 16px;
}
.aanbod-list-product-sec .car-content {
    padding: 35px 42px 20px;
}
.aanbod-list-product-sec .car-content h3 {
    font-size: 3.6rem;
    line-height: normal;
}
.aanbod-list-product-sec .model {
    padding: 0;
}
.aanbod-list-product-sec .model h3 {
    height: 48px;
}
.aanbod-list-product-sec .each-aanbod-product-area{
	margin-bottom: 50px !important;
}
.each-aanbod-product:hover .button {
    color: #F6F8FA;
    background-color: #141414;
}
.each-aanbod-product:hover .button span {
    border-radius: 100%;
    background-color: #F6F8FA;
}
.each-aanbod-product:hover .button span::after {
    background-image: url(../images/arw.svg);
}
.each-aanbod-product {
    margin-bottom: 20px;
}
.each-aanbod-product:nth-child(even) .aanbod-product-img .row {
    flex-direction: row-reverse;
}
/****aanbod-dtl****/
.aanbod-top-sec {
    padding-top: 30px;
}
.aanbod-top-sec .swiper-button-prev {
    left: -28px;
}
.aanbod-top-sec .swiper-button-next {
	right: -30px;
}
.aanbod-top-sec .col-lg-8 {
	width: 52%;
}
.aanbod-top-sec .col-lg-4 {
	width: 48%;
}
.each-aanbod-slider-img {
    height: auto !important;
}
.each-aanbod-slider-img img{
	border-radius: 10px;
	overflow: hidden;
}
.share-btn-part{
	display: flex;
	justify-content: end;
}
.share-btn {
    border-radius: 100px;
    border: 1px solid #141414;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.mobile-share-btn{
    display: none;
}
.aanbod-top-sec .car-content td {
    padding: 8px 0;
}
.aanbod-top-sec .car-content td:nth-child(3),
.aanbod-top-sec .car-content td:nth-child(4){
	border-bottom: 0;
}
.aanbod-top-sec .car-content table{
	border-top: none;
}
.aanbod-top-sec .car-content-area .price p {
    margin-bottom: 0;
}
.aanbod-top-sec .car-content-area .price p strong{
	font-weight: normal;
	color: rgba(20, 20, 20, 0.50);
}
.aanbod-top-sec .car-content-area .price .button{
	display: none;
}
.car-content-btm .button{
	border-color: #141414;
	line-height: 26px;
	color: #141414;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.car-content-btm .button:hover{
	background: #141414;
	color: #F6F8FA;
}
.car-content-btm ul {
    display: flex;
	justify-content: space-between;
    column-gap: 15px;
}
.car-content-img-area {
    display: flex;
    justify-content: space-between;
    column-gap: 5px;
}
.car-content-top-part {
    padding: 0 42px 33px;
}
.aanbod-top-sec .car-content {
    padding: 25px 5px 5px;
	background: linear-gradient(280deg, #F3F3F3 0.63%, #C6C6C6 99.37%);
}
.car-content-small-img img{
	border-radius: 5px;
	overflow: hidden;
}
.each-aanbod-slider-img img{
	height: 100%;
	object-fit: cover;
}
.car-content-btm {
    margin-top: 19px;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 11px);
    width: calc(100% - 11px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: rgba(20, 20, 20, 0.77);
    backdrop-filter: blur(4px);
    margin: 4px 6px;
}
.aanbod-top-sec .overlay h3 {
    font-family: 'NotoSansRegular';
    font-size: 1.8rem;
    color: #fff;
    line-height: 26px;
}
/****dtl-tab-sec****/
.dtl-tab-sec{
	padding: 50px 0 120px;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: center;
    column-gap: 0;
    max-width: max-content;
    margin: auto;
    padding: 0;
    border: 1px solid #F6F8FA;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 100px;
}
.tab-btn .tabs li.active{
	color: #141414;
    background-color: #F6F8FA;
}
.tab-btn .tabs li{
	color: #fff;
	line-height: 26px;
	position: relative;
	cursor: pointer;
    padding: 10px  30px;
    border-right: 1px solid #fff;
}
.tab-btn .tabs li:last-child{
	border-right: 0;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.kenmerken-tab li {
    line-height: 26px; 
    color: rgba(255, 255, 255, 0.50);
	width: 33.33%;
	display: flex;
    padding: 27px 28px 27px 68px;
	border-right: 1px solid rgba(255, 255, 255, 0.10);
	position: relative;
    justify-content: space-between;
    /* word-break: break-word; */
    column-gap: 10px;
}
.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(255, 255, 255, 0.10);
}
.kenmerken-tab li strong{
	font-weight: normal;
	width: 50%;
	color: #fff;
    flex-shrink: 0;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #fff;
    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 li {
    padding-left: 16px;
    position: relative;
	margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 10px;
    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: #F6F8FA;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #F6F8FA;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
	font-size: 1.6rem;
	text-transform: none;
    color: #141414;
}
.each-onderhoud-block h4 {
	text-transform: none;
}
.each-onderhoud-block h5 {
    margin: 10px 0 30px;
    font-size: 1.6rem;
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.dtl-tab-wrap {
    padding: 0 96px;
}
.tab-content{
    padding-top: 17px;
}
.kenmerken-tab ul li:nth-last-child(1)::after,
.kenmerken-tab ul li:nth-last-child(2)::after,
.kenmerken-tab ul li:nth-last-child(3)::after{
    display: none;
}
/****aanbod-btm-slider-sec****/
.aanbod-btm-slider-sec {
    padding: 275px 0 208px;
}
.aanbod-btm-slider-title {
    margin-bottom: 70px;
}
.aanbod-btm-slider .img-arw{
    opacity: 0;
}
.aanbod-btm-slider a{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-btm-slider a:hover .img-arw {
    opacity: 1;
}
.aanbod-btm-slider .swiper-button-next.img-arw {
    right: calc(50% - 18px);
}
.each-aanbod-slider h4{
    margin-top: 15px;
}
.aanbod-btm-slider .swiper-button-prev,
.aanbod-btm-slider .swiper-button-next{
    transform: translateY(-50%);
}
.aanbod-btm-slider .swiper-button-prev{
    left: -27px;
}
.aanbod-btm-slider .swiper-button-next{
    right: -27px;
}
.aanbod-btm-slider-sec .swiper-pagination {
    bottom: -90px;
}
.aanbod-btm-slider-sec .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background: #fff;
	opacity: .2;
	transform: scale(1);
}
.aanbod-btm-slider-sec .swiper-pagination-bullet-active{
	width: 42px;
	opacity: 1;
	border-radius: 10px;
	background: linear-gradient(88deg, #F3F3F3 0.63%, #C6C6C6 99.37%);
}
/****verkocht****/
.verkocht-top {
    margin-bottom: 71px;
}
.verkocht-top p {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: auto;
    max-width: 397px;
}
.aanbod-product-sec.verkocht-product-sec .car-content table {
    margin: 78px 0 25px;
}
/****bedankt****/
.home-banner.bedankt-banner {
    padding-bottom: 22px;
}
/********************************popup********************************/
.modal-area .modal-dialog {
    max-width: 60%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(20, 20, 20, 0.70);
    backdrop-filter: blur(7px);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
}
.pop-up-image {
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
}
.modal-area .popup-content {
    padding: 75px 46px 74px 67px;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.modal-area .popup-content p{
    color: #141414;
    margin-bottom: 0;
}
.modal-area .popup-content h3 {
    line-height: 52px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    /*font-family: 'Exo2SemiBoldItalic';*/
    font-family: 'Exo2Medium';
    font-style: italic;
    font-weight: 700;
    font-size: 4rem;
    margin: 12px 0 23px;
    width: 100%;
    max-width: 485px;
}
.modal-area .popup-content ul {
    margin-left: 20px;
    list-style-type: disc;
    margin-bottom: 20px;
}
.modal-area .popup-content li {
    line-height: 26px;
    margin-bottom: 10px;
    color: #141414;
}
.modal-area .popup-content li::marker {
    color: #E52329;
}
.popup-info-btm p {
    margin-top: 17px;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: -28px;
    right: -25px;
    z-index: 1;
    font-size: 3rem;
    height: 62px;
    width: 62px;
    background-color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
}
.close-img:hover {
	color: #fff;
}

/*******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;
}


/****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;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    /* font-family: 'NunitoSansRegular'; */
    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;
}


.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: 3rem;
    align-items: center;
    color: #fff;
  }


#mobile-contact-bar {
    display: none !important;
}
.banner_background_video {
  height: 95vh;
  max-height:95vh;
  overflow: hidden;
}
.banner_background_video .video-js {
  width: 100%;
  height: 900px;
}
@media(min-width: 576px) {
  .banner_background_video .video-js {
  width: 100% !important;
  }
}
@media(max-width: 575.98px) {
  .banner_background_video, .banner_background_video .video-js {
    height: 70vh !important;
  }
}
.radio_filter .form-check-input {
    display: none;
}
/****privacy*****/
.privacy_section {
    padding-bottom: 80px;
}
.share-social-media-button .a2a_dd {
    border-radius: 100% !important;
    border-color: #141414 !important;
    padding: 0 !important;
    height: 40px !important;
    width: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.share-social-media-button .a2a_dd svg {
    filter: invert(1) !important;
}
.share-social-media-button .a2a_dd:hover {
    background-color: #141414 !important;
}
.share-social-media-button .a2a_dd:hover svg {
    filter: invert(0) !important;
}
.popup-content h3 span, .diensten-dtl-top-content p span{
	position:relative;
}
.diensten-dtl-top-content p span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #F6F8FA;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.popup-content h3 span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #141414;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.details-review {
    padding-top: 170px;
}