@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
  color: rgba(242, 242, 242, 0.70);
  font-family: 'AlbertSans-Regular';
  font-size: 1.8rem;
  border-top: 14px solid transparent;
  border-bottom: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  overflow-y: auto;
  overflow-x: hidden;
}
html {
    font-size: 62.5%;
}
#page{
	
}
#mobile-contact-bar {
  display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/* =========== menu =========== */
.show-mmenu{
  display: none;
}
.overlay {
  height: 100vh;
  width: 50%;
  position: fixed;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(28, 28, 28, 0.74) 0%, rgba(28, 28, 28, 0.74) 100%);
  z-index: -1;
  display: none;
}
.header-right {
  position: fixed;
  right: 0;
  left: auto;
  background: #131313;
  height: 100vh;
  padding: 73px;
  width: 50%;
  display: none;
  z-index: 9;
  top: 0;
}
/*****************header****************/
.menu-icon {
	width: 40px;
	height: 21px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
  margin-left: auto;
}
.menu-icon span {
	display: block;
	height: 3px;
	background: #fff;
  /* background: green; */
	border-radius: 2px;
	transition: all 0.5s;
}
.header-active .menu-icon span,
.inner-header .menu-icon span{
    background: #000;
}
.menu-icon.menu_active {
	width: 30px;
	height: 23px;
	z-index: 99;
}	
.menu-icon.menu_active span:nth-child(1) {
	transform: rotate(45deg) translate(7px, 7px);
  background: #fff;
}
.menu-icon.menu_active span:nth-child(2) {
	opacity: 0;
}
.menu-icon.menu_active span:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -7px);
  background: #fff;
}
.logo{
  position: absolute;
  left:22px;
  width: 390px;
  top: 50%;
  transform: translateY(-50%);
}
.logo img{
  width: 217px;
  pointer-events: all;
  position: relative;
  top: 5px;
  transition: all 0.5s;
}
.logo a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  pointer-events: none;
}
.logo a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /* height: calc(100% + 14px); */
  height: calc(100% + 18px);
  width: 100%;
  background-image: url(../images/logo-bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
  transition: all 0.5s;
}
.header-active .logo a::after {
  height: 100%;
}
.header-active .logo img {
  padding-bottom: 11px;
}
.header-area{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.5s;
}
.desktop-menu ul{
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  list-style: none;
  justify-content: center;
  column-gap: 2.8%;
}
.desktop-menu ul a{
  color: #F4F3F3;
  letter-spacing: 0.18px;
  font-family: 'AlbertSans-Medium';
}
.desktop-menu ul a:hover {
  color: #DE251E;
}
.grren_btn{
  background: #1C873F;
  border-color:#1C873F;
}
.grren_btn:hover{
  background: #FCB43F;
  border-color:#FCB43F;
}
.inner-header::after,
.header-area::after{
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background: #fff; 
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  pointer-events: none;
}
.header-area .row{
  /* position: relative; */
  /* z-index: 10; */
  height: 100px;
}
.inner-header,
.header-active{
  z-index: 99;
}
.inner-header::after,
.header-active::after{
  opacity: 1;
  z-index: -1;
}
.inner-header .desktop-menu ul a,
.header-active .desktop-menu ul a{
  color: #000;
}
.inner-header .desktop-menu ul a:hover,
.header-active .desktop-menu ul a:hover{
  color: #DE251E;
}
.header-active {
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
.fix-icon{
  position: fixed;
  right: 36px;
  /* top: 70%; */
  bottom: 101px;
  z-index: 99;
}
.fix-wp{
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 57.582px;
  background: #FFF;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
}
.fix-wp img{
  width: 31px;
}
/* ============= home ======== */
.each-banner{
  height: 923px;
}
.each-banner img{
  height: 100%;
  object-fit: cover;
}
.banner-content ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: center;
  list-style: none;
  column-gap: 25px;
}
.banner-content{
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 57px;
  z-index: 1;
}
.banner-text{
  max-width: 750px;
  margin: auto;
  text-align: center;
}
.banner-text h3{
  margin: 10px 0 42px;
  color: #fff;
  line-height: 44px;
}
.home-filter{
  padding: 20px 95px;
  border-radius: 10px;
  border: 1.5px solid #DE251E;
  /* background: #FFF; */
  /* margin-top: 180px; */
  margin: 180px auto 0;
  max-width: 1236px;
  background-color: #DE251E;
}
.home-filter button{
  border: 0;
  background-color: transparent;
}
.home-filter button img{
  filter: invert(1) brightness(1);
  -webkit-filter:invert(1) brightness(1);
}
.home-filter .row{
  column-gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.filter-heading h3{
  /* letter-spacing: normal; */
  font-family: 'apotek_compbold';
  color: #fff;
}
.home-filter .dropdown {
  min-width: 252px;
  width: 100%;
  height: 48px;
  color: rgba(0, 0, 0, 0.38);
  font-family: 'AlbertSans-Medium';
  font-size: 1.8rem;
  letter-spacing: 0.18px;
  background-color: #14181E;
  border: 0;
  /* border-bottom: 1.5px solid rgba(0, 0, 0, 0.32); */
  border-bottom: 1.5px solid #fff;
  border-radius: 0;
  padding: 0 ;
  background: url(../images/anbod-filter-down_white.svg) no-repeat 100% center / 15px;
  appearance: none;
  line-height: 48px;
  text-overflow: ellipsis;
  cursor: pointer;
}
.home-filter .aanbod-filter-sec .select-style.show{
  color: #fff;
}
.home-filter .aanbod-filter-sec .select-style{
  border: 0;
  background-image: unset;
  padding: 0;
  color: #fff;
}
.home-filter .aanbod-filter-sec label{
  line-height: normal;
}
/* ======= home-car-slider ======== */
.home-car-slider{
  padding: 120px 0 0;
}
.heading-left{
  max-width: 500px;
}
.heading-left p{
  color: #000;
  line-height:25.29px;
}
.heading-left .heading-underline h2{
  margin-bottom: 23px;
}
.each-product{
  overflow: hidden;
  border-radius: 10px;
  border: 1.5px solid rgba(0, 0, 0, 0.08);
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.heading-right ul{
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: end;
  column-gap: 50px;
  margin-top: 40px;
  margin-bottom: 0;
}
.product-content-wrap{
  padding: 12px 20px 12px;
}
.product-content h6{
  line-height: normal;
  height: 29px;
  overflow: hidden;
  margin-bottom: 5px;
}
.product-content p{
  color: rgba(0, 0, 0, 0.49);
  /* height: 58px; */
  overflow: hidden;
  margin-bottom: 15px;
  height: 1lh;
}
.prodct-price table{
  width: 100%;
}
.prodct-price td{
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.7rem;
  line-height: 20px;
  vertical-align: top;
  padding-right: 8px;
}
.prodct-price tr{
  display: flex;
}
.prodct-price td img{
  width: 14px;
  height: 12px;
  margin-top: -4px;
}
.prodct-price{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prodct-price-table{
  width: calc(100% - 46px);
  padding-right: 5px;
}
.add-icon{
  height: 46px;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  flex-shrink: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.each-product:hover .add-icon{
    background-color: #DE251E;
}
.each-product:hover .add-icon img{
  filter: brightness(0) invert(1); 
}
.product-car{
  position: relative;
  text-align: end;
}
.product-car span{
  /* line-height: 20px;
  padding: 8px 14px;
  border-radius: 5px;
  color: #F4F3F3;
  background: rgba(149, 139, 135, 0.96);
  top: -15px;
  position: relative;
  right: 17px; */
}
.product-car span strong{
  display: block;
}
.price-wrap {
  line-height: 20px;
  padding: 8px 14px;
  border-radius: 5px;
  color: #F4F3F3;
  background: rgba(149, 139, 135, 0.96);
  /* top: -27px; */
  position: relative;
  right: 20px;
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  text-align: left;
  font-size: 1.4rem;
  margin-top: -45px;
  top: 13px;
}
.price-wrap strong{
  display: block;
  font-size: 11px;
  line-height: 20px; 
}

.product-slider{
  margin-top: 80px;
}
.product-btn{
  text-align: center;
  margin-top: 40px;
}
/* ======= home-service ===== */
.home-service{
  padding-top: 23px;
  margin-top: 150px;
  margin-bottom: 0;
}
.home-service-img{
  border-radius: 30px 30px 0 0 ; 
}
.home-service::after{
  bottom: auto;
  /* top: 12px; */
  top: 0;
}
.home-service .container{
  padding: 205px 0 114px;
}
.home-service .heading-left{
  text-align:center ;
  margin: auto;
}
.home-service .heading-underline h2{
  margin: 7px auto 28px;
}
.home-service .heading-left p{
  color: #fff;
}
.home-service ul{
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 40px;
  display: flex;
  column-gap: 13.5px;
  justify-content: center;
}
/***********  service-slide  **************/
.each-service-slider {
  height: 250px;
  transition: all 0.5s;
  overflow: hidden;
  border-radius: 10px;
}
.each-service-slider img{
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.each-service-slider:hover img {
  transform: scale(1.1);
}
.each-service-slider h6{
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.4px;
  line-height: 34px;
}
.each-service-slider .common-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  opacity: 0;
  pointer-events: none;
}
.each-service-slider:hover .common-btn{
  opacity: 1;
}
.service-sec{
  padding: 23px 0 61px;
  border-radius: 0 0 30px 30px;
  background: #111;
}
.service-sec::after{
  width: 100%;
  left: auto;
}
.gallery-section .service-sec::after{
  width: 100%;
  left: auto;
  z-index: 0;
  bottom: -10px;
}
.home-about{
  padding: 132px 0 120px;
}
.home-about-img{
  position: relative;
  border-radius: 30px;
 
  overflow: hidden;
  margin-right: 7px;
}
.home-about-img:not(.over-one-about .home-about-img) {
   border-bottom-right-radius: 0;
}
.over-one-about .home-about-img{
  border-bottom-left-radius: 0;
}
.home-about-content{
  position: absolute;
  bottom: 42px;
  max-width: 223px;
  left: 70px;
}
.home-about-content h2{
  color: #fff;
  line-height: 58px;
  margin-bottom: 30px;
}
.home-about-content h6{
  font-family: 'apotek_compbold';
  color: #fff;
  text-transform: uppercase;
}
.home-about-content h2::after{
  width: 100%;
  bottom: -15px;
}
.patrick-sig{
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-repeat: no-repeat;
  background-position: 106px 52px;
  background-size: 164px;
  content: "";
  z-index: 2;
}
.patrick-sig img{
  width: 200px;
}
.home-about-img::after{
  position: absolute;
  right: -1px;
  bottom: -2px;
  background-repeat: no-repeat;
  background-position: 106px 52px;
  background-size: 164px;
  content: "";
  width: 315px;
  height: 112px;
  -webkit-mask-image: url(../images/review-removebg-preview.png);
  mask-image: url(../images/review-removebg-preview.png);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  z-index: 1;
}
.home-about-right{
  margin-top: 29px;
  padding-left: 47px;
}
.home-about-right p{
  color: #000;
  margin: 42px 0;
}
/* ========= home-btm ============ */
.home-btm{
  background-color: #DE251E;
  border-radius: 30px;
  padding: 44px 0 63px;
}
.home-btm .heading-underline > *::after{
  width: 100%;
 background-image: url(../images/heading_underline.svg)
}
.home-btm .heading-underline h2{
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.esch-conter .background-img::after{
  bottom: auto;
  top: 0;
  z-index: 1;
  height: 9px;
  background-image: url(../images/esch-conter-bg.svg);
}
.esch-conter{
  text-align: center;
  max-width: 277px;
  margin: auto;
}
.home-btm-mid .row > * {
  padding: 0;
}
.esch-conter h2{
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.25);
}
.esch-conter h3{
  color: #fff;
  font-family: 'apotek_compbold';
  padding: 24px 0 21px;
}
.esch-conter h3 strong{
  color: #000;
}
.esch-conter p{
  color: #fff;
}
.home-btm-img{
  background-color: #fff;
  padding: 18px;
  border-radius: 10px;
  margin-top: 53px;
}
.home-btm-mid{
  margin-top: 47px;
}
.each-home-btm-img{
  --r: 15px;
  --s: 25px;
  --x: 31px;
  --y: 0px;
   border-radius: var(--r);
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(at calc(100% - var(--r)) var(--r),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask:
  calc(100% - var(--_d) - var(--x)) 0 var(--_m),
  100% calc(var(--_d) + var(--y)) var(--_m),
  radial-gradient(var(--s) at 100% 0,#0000 99%,#000 calc(100% + 1px)) 
  calc(-1*var(--r) - var(--x)) calc(var(--r) + var(--y)),
  var(--_g) calc(-1*var(--_d) - var(--x)) 0,
  var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;
  position: relative;
}
.each-home-btm-img img{
  --mask: conic-gradient(from -49deg at top 40px right 55px, #000, #0000 1deg 69deg, #000 103deg);
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
.each-home-btm-content h2{
  color: #fff;
  position: absolute;
  max-width:208px ;
  bottom: 25px;
  left:33px;
  z-index: 9;
  padding-bottom: 27px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 48px;
}
.each-home-btm-content h2::after{
  position: absolute;
  content: "";
  width: calc(100% + 44px);
  height: 9px;
  bottom: -12px;
  left: -22px;
  background-image: url(../images/bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
/* ================= ADD-CSS ================== */
/* ********* diensten-list-banner ******* */
.inner-banner{
  position: relative;
}
.inner-banner .each-banner{
  height: auto;
}
.inner-banner .banner-content {
  bottom: 192px;
  bottom: auto;
  top: 61%;
  left: 50%;
  transform: translate(-50% ,-50%)
}
/* ********* service-sec ********** */
.service-sec-list{
  padding-top: 70px;
}
.each-service-img{
  height: 252px;
  width: 100%;
}
.each-service-img img{
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.each-service{
  position: relative;
  margin-bottom: 27px;
  overflow: hidden;
}
.each-service-text{
  position: absolute;
  left: 0;
  top: 55%;
  width: 100%;
  height: 100%;
  padding: 30px 15px 32px 59px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
}
.each-service-text h3{
  color: #fff;
}
.hover-content p{
  color: #fff;
  padding-top: 16px;
  /* padding-bottom: 25px; */
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.each-service::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #000 0%, #000 100%);
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 15px;
  height: 100%;
  pointer-events: none;
}
.each-service > a{
  display: block;
  height: 100%;
  width: 100%;
}
.service-sec-list .each-service .each-service-text {
  padding-right: 59px;
}
.service-sec-list .each-service:hover .each-service-text {
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.each-service:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.each-service .each-service-text .hover-content {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.each-service:hover .each-service-text .hover-content {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: visible;
  height: 246px;
}
.each-service:hover .each-service-text {
  top: 0;
}
.service-sec-list .row{
  margin-left: -15px;
  margin-right: -15px;
}
.service-sec-list .col-lg-6{
  padding-left: 15px;
  padding-right: 15px;
}
.each-service-btn{
  margin-top: 25px;
}
/* ===================== FOOTER ======================== */
/* ******** footer-top ********* */
.footer-area{
  margin-top: 90px;
}
.footer-top{
  border-radius: 10px;
  background: #111;
  padding: 46px 0;
  padding-right: 75px;
  padding-left: 8px;
}
.each-footer-top{
  display: flex;
  border-radius: 10px;
  background: #252525;
  backdrop-filter: blur(10px);
  padding: 18px 5px 14px 22px;
  width: 100%;
  max-width: 335px;
  align-items: center;
  height: 100%;
}
.each-footer-top P{
  color: #F4F3F3;
  padding-left: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  font-family: 'AlbertSans-Medium';
}
.each-footer-top-left{
  max-width: 185px;
  margin: 0px auto;
  display: grid;
  height: 100%;
  padding-top: 10px;
}
.each-footer-top-left p{
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	padding-top: 5px;
	font-family: 'AlbertSans-Regular';
}
.footer-top .row{
  /* align-items: center; */
  margin-left: -10px;
  margin-right: -10px;
}
.footer-top .col-lg-3{
  padding-left: 10px;
  padding-right: 10px;
}
.footer_center{
  border-radius: 10px 10px 0 0;
  background: #111;
  margin-top: 38px;
  padding-top: 90px;
}
.footer_center_wrap{
  /* padding-left: 124px; */
  /* padding-right: 104px; */
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.footer_center_right h6{
  color: #fff;
  padding-bottom: 20px;
  font-family: 'AlbertSans-Bold';
  letter-spacing: 0.48px;
}
.footer-hommel-logo{
  width: 100%;
  max-width: 226px;
  margin-right: auto;
}
.footer-rating-logo{
  /* width: 100%; */
  /* max-width: 226px; */
  /* margin-right: auto; */
}
.footer-rating-logo{
  margin-top: 14px;
}
.each_contact_area table{
  width: 100%;
}
.each_contact_area a{
  color: #fff;
}
.each_contact_area td{
  color: #fff;
  font-family: 'AlbertSans-Regular';
  vertical-align: top;
}
.each_contact_area td:nth-child(even) {
  padding-left: 8px;
}
.each_contact_area a{
  font-family: 'AlbertSans-Regular';
}
.mail_zoom a{
  font-family: 'AlbertSans-Medium';
}
.mail_zoom{
  margin-top: 54px;
}
.footer_center hr{
  margin-top: 80px;
  margin-bottom: 25px;
}
.footer-btm-logo ul{
  display: flex;
  column-gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-btm{
  padding-bottom: 25px;
  /* padding-left: 124px;
  padding-right: 104px; */
}
.footer-btm-social ul{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  column-gap: 24px;
  flex-wrap: wrap;
  list-style: none;
}
.footer-btm-right{
  /*display: flex;*/
  justify-content: space-between;
  max-width: 700px;
  margin-left: auto;
  align-items: center;
  flex-wrap: wrap;
}
.footer_center_wrap a:hover{
  color: #DE251E;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.privacy a{
  color: #fff;
  line-height: 24px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  font-family: 'AlbertSans-Regular';
}
.privacy a:hover{
  color: #DE251E;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.footer-top a:hover .each-footer-top p{
  color: #DE251E;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.footer-top a:hover .each-footer-top .social-icon{
  filter: invert(1) sepia(1) saturate(10000%) hue-rotate(-10deg) brightness(0.9);
}
.footer-area.background-img::after{
  bottom: -37px;
}
.footer_center_right{
  padding-left: 6%;
}
.footer_center_right .col-md-3{
  width: 28%;
}
.footer_center_right .col-md-4{
  width: 37%;
}
.footer_center_right .col-md-5{
  width: 35%;
}
.footer-btm-social a img {
  transition: all 0.5s;
}
.footer-btm-social a:hover img{
 /* filter: brightness(0) saturate(100%) invert(19%) sepia(100%) saturate(3025%) hue-rotate(351deg) brightness(90%) contrast(93%); */
 opacity: 0.5;
}
.each-footer-top strong{
  font-family: 'AlbertSans-Bold';
  font-weight: normal;
}
.footer-rating-logo img,
.footer-hommel-logo img{
  width: 226px;
}
/* ================== HOME-PAGE-GALLERY-SEC =================== */
.gallery-sec{
  margin-top: 50px;
  border-radius: 30px;
  padding-top: 150px;
  padding-bottom: 124px;
}
.gallery-logo{
  width: 100%;
  max-width: 55px;
  margin: 0px auto;
}
.gallery-heading{
  /* max-width: 441px; */
  /* margin: 0px auto; */
}
.gallery-heading h2::after {
  background-image: url(../images/gallery-heading-line.svg);
  width: 100%;
}
.gallery-heading h2{
  color: #fff;
  padding-top: 18px;
  margin: auto;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  line-height: 58px;
}
.gallery-text h2{
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 1px;
  font-family: 'AlbertSans-Bold';
  text-transform: none;
  padding-top: 40px;
}
.gallery-text h3{
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 3px;
  padding-bottom: 32px;
}
.gallery-text{
  /* padding-left: 32px; */
}
.gallery-wrap .common-btn:hover{
  background-color: #fff;
  border-color: #fff;
}
/* ================ diensten-detail-page ================= */
/* *************** back-btn*************** */
.banner-content p{
  color: #fff;
  font-family: 'AlbertSans-Medium';
  padding-bottom: 12px;
}
.back-btn-sec{
  position: absolute;
  z-index: 2;
  top: 138px;
  left: 0;
}
.inner-banner{
  position: relative;
}
.banner-content.diens-baneer-content{
  /* bottom: 245px; */
  top: 50%;
}
.back-btn-wrap .common-btn{
  background: none;
  border: none;
  padding: 0;
}
.back-btn-wrap .common-btn:hover{
  color: #DE251E;
}
.back-btn-wrap .common-btn:hover img{
  filter: brightness(0) saturate(100%) invert(19%) sepia(100%) saturate(3025%) hue-rotate(351deg) brightness(90%) contrast(93%);
}
/* ********** diensten-top-sec ******** */
.diensten-top-text{
  max-width: 1076px;
  margin: 0px auto;
}
.diensten-top-sec{
  padding-top: 67px;
}
.diensten-top-text p{
  padding-bottom: 24px;
}
/* ********* diensten-dtl-sec ********** */
.diensten-dtl-img img{
  border-radius: 20px;
}
.diensten-dtl-info p::after{
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  position: absolute;
  margin-top: 8%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1) , rgba(0, 0, 0, 0));
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.diensten-dtl-info{
  position: relative;
  max-width: 603px;
  margin-right: auto;
  margin-top: 52px;
}
.diensten-dtl-info p{
  padding-bottom: 46px;
  padding-top: 15px;
}
.diensten-dtl-info p:last-child::after{
  display: none;
}
.diensten-dtl-img{
  max-width: 701px;
  margin-left: auto;
}
.diensten-dtl-wrap .row{
  margin-left: -32px;
  margin-right: -32px;
}
.diensten-dtl-wrap .col-lg-6{
  padding-left: 32px;
  padding-right: 32px;
}
.diensten-dtl-sec{
  margin-top: 57px;
  margin-bottom: 100px;
}
/* ********** form-sec ******************* */
.form-sec-wrap .home-about-img::after{
  background-color: #111;
}
.form-sec {
  border-radius: 30px;
  background: #111;
  padding: 82px 0;
}
.form-wrap .form-style {
  resize: none;
  border-radius: 15px;
  border: 1.5px solid rgba(244, 243, 243, 0.60);
  color: #F4F3F3;
  font-size: 1.8rem;
  line-height: 24px;
  padding: 18px 24px;
  background: transparent;
  position: relative;
  /* margin-bottom: 20px; */
  letter-spacing: 0.18px;
}
.form-wrap .form-group{
  margin-bottom: 20px;
}
.form-wrap .form-style:focus {
  box-shadow: none;
  background: transparent;
  border: 1.5px solid #FFF;
}
.form-wrap .form-style::placeholder {
  font-family: 'AlbertSans-Regular';
  color: rgba(244, 243, 243, 0.60); 
}
.form-wrap .form-style:focus::placeholder{
  color: #F4F3F3;
}
.form-wrap .form-style.foto_upload {
  color: rgba(244, 243, 243, 0.60); 
}
.form-area{
  max-width: 744px;
  width: 100%;
}
.form-title h2::after{
  background-image: url(../images/contac_underline.svg);
  width: 100%;
}
.form-wrap{
  padding-top: 46px;
}
.form-wrap textarea.form-style {
  min-height: 136px;
}
.form-wrap .car-btn::before{
  content: url(../images/form-arrow.svg);
}
.form-wrap .common-btn{
  gap: 20px;
  padding: 15.5px 24px;
  margin-top: 12px;
}
/* ********** footer-top inner-page ********** */
.contact-zoom{
  display: flex;
  align-items: center;
  justify-content: center; 
  column-gap: 20px;
  margin-top: 80px;
  flex-wrap: wrap;
}
.contact-zoom .each-footer-top{
  width: 340px;
}
.contact-zoom a:hover .each-footer-top p{
  color: #DE251E;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-zoom a:hover .each-footer-top .social-icon{
  filter: invert(1) sepia(1) saturate(10000%) hue-rotate(-10deg) brightness(0.9);
}
/* *************diensten-service-sec*********** */
.diens-service-title h2{
  margin-left: auto;
  margin-right: auto;
  line-height: 48px;
}
.diens-service-title{
  padding-bottom: 82px;
}
.diens-service-img{
  height: 255px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition-duration: 1.5s;
  overflow: hidden;
  border-radius: 10px;
}
.diens-service-img img{
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition-duration: 1.5s;
  border-radius: 10px;
}
.diensten-service-sec{
  margin-bottom: 120px;
  margin-top: 118px;
}
.each-diens-service{
  position: relative;
  overflow: hidden;
}
.diens-service-text{
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
  text-align: center;
}
.diensten-service-sec .swiper-button-prev:after, .diensten-service-sec .swiper-button-next:after{
  content: none;
}
.diensten-service-sec .swiper-button-prev,  .diensten-service-sec .swiper-button-next{
  width: 42px;
}
.each-diens-service:hover .diens-service-img img  {
  transform: scale(1.1);
}
.each-diens-service-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.diensten-service-slider-arrow .swiper-button-next,.diensten-service-slider-arrow .swiper-button-prev{
  top: 68%;
}
.diensten-service-slider-arrow .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 64px;
}
.diensten-service-slider-arrow .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 64px;
}
.each-diens-service:hover .each-diens-service-btn{
  opacity: 1;
  visibility: visible;
}
.diens-service-text h6{
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.24px;
  line-height: 140.5%;
}
/* *********** diensten-dtl-sec import-export-page ********** */
.diensten-dtl-sec.import-export-page{
  margin-bottom: 52px;
}
.diensten-dtl-sec.consignatie-page{
  margin-bottom: 70px;
}
/* ============== werkplaatsafspraak-maken-PAGE-START============== */
/* ********** diensten-dtl-top-wrap********* */
.diensten-dtl-top-img img{
  border-radius: 20px;
}
.diensten-dtl-sec .diensten-dtl-top-info {
  max-width: 619px;
  margin-left: 52px;
  margin-top: 28px;
}
.diensten-dtl-top-info p {
  margin-bottom: 20px;
}
.diensten-dtl-top-info p a {
  color: rgba(0, 0, 0, 0.70);
}
.diensten-dtl-top-info p a:hover {
  color: #DE251E;
}
.diensten-dtl-top-info ul li{
  padding: 0;
  margin: 0;
  padding-top: 12px;
  padding-left: 4px;
}
.diensten-dtl-top-info ul li a {
  color: rgba(0, 0, 0, 0.70);
  text-decoration: underline;
  text-underline-position: under;
}
.diensten-dtl-top-info ul li a:hover {
  color: #DE251E;
}
.diensten-dtl-top-info h6{
  margin-bottom: 14px;
}
.diensten-dtl-top-wrap{
  padding-bottom: 80px;
}
.diensten-dtl-top-info ul{
  margin-bottom: 14px;
  padding: 0;
  padding-left: 18px;
}
.diensten-dtl-top-info li::marker {
  color: rgba(229,35,41,1);
  font-size: 22px;
}
.werkplaatsafspraak-maken-dtl{
  margin-bottom: 122px;
}
/* ======================== CONTACT-PAGE-START ================== */
.each-contact-member{
  display: flex;
  align-items: center;
}
.each-contact-member-info p a{
 color: rgba(0, 0, 0, 0.49);
 transition: all 0.5s;
 -webkit-transition: all 0.5s;
}
.each-contact-member-info p a:hover{
  color: #DE251E;
}
.each-contact-member-info p{
  padding-top: 5px;
}
.contact-member-sec{
  padding-top: 120px;
  padding-bottom: 75px;
}
.contact-member-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 85px;
  flex-wrap: wrap;
}
.each-contact-member-info{
  padding-left: 20px;
}
/* ******** contact-form-sec ********** */
.contact-map {
  width: 100%;
  height: 464px;
  border-radius: 30px;
  margin-left: 18px;
}
.contact-form-sec .form-wrap .form-style{
  border-radius: 15px;
  border: 1.5px solid rgba(0, 0, 0, 0.50);
  color: #000;
}
.contact-form-sec .form-wrap .form-style:focus{
  border: 1.5px solid #000;
}
.contact-form-sec .form-wrap .form-style::placeholder {
  font-family: 'AlbertSans-Regular';
  color: rgba(0, 0, 0, 0.50);
}
.contact-form-sec .form-wrap .form-style:focus::placeholder{
  color: #000;
}
.contact-form-sec .transparent-btn:hover{
  background: #000;
  border: 1px solid #000; ;
  color: #FFF;
}
.contact-form-sec .common-btn{
  border-color:#000;
}
/* ******** time-dtl-sec ******** */
.time-dtl-left td{
  color: rgba(0, 0, 0, 0.70);
  vertical-align: top;
}
.time-dtl-right td{
  color: rgba(0, 0, 0, 0.70);
}
.time-dtl-left h6{
  padding-bottom: 18px;
}
.time-dtl-right td em{
  color: #1C873F;
  font-style: normal;
}
.time-dtl-right td{
  color: rgba(0, 0, 0, 0.70);
  line-height: 24px;
  padding-bottom: 3px;
}
.time-dtl-right td strong{
  color: #E52329;
}
.time-dtl-right h6{
  padding-bottom: 18px;
}
.time-dtl-right{
  margin-left: 90px;
  padding-left: 170px;
  position: relative;
}
.time-dtl-left{
  max-width: 312px;
  margin: 0px auto;
  padding-left: 16px;
}
.time-dtl-right::after{
  width: 1.5px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.10);;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.time-dtl-sec{
  margin-top: 93px;
  margin-bottom: 135px;
}
/* ==============Vacature-list-page======== */
.Vacature-service-list{
  margin-top: 58px;
  padding-bottom: 0;
  background-color: #fff;
}
.service-sec.Vacature-service-list .col-lg-4 {
  padding-left: 15px;
  padding-right: 15px;
}
/* ========== Vacature-detail page start ============ */
.diensten-dtl-down-info{
  position: relative;
  padding-top: 24px;
}
.diensten-dtl-down-info::after{
  content: "";
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1) , rgba(0, 0, 0, 0));
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  position: absolute;
  margin-top: 4px;
}
.Vacature-dtl-down-wrap{
  padding-top: 80px;
}
/* .Vacature-dtl-page .diensten-dtl-info{
  margin-top: 92px;
} */
.Vacature-dtl-down-wrap .diensten-dtl-top-info{
  max-width: none;
  margin-left: 0;
  /* margin-top: 102px; */
}
.Vacature-dtl-page{
  margin-bottom: 90px;
}
.Vacature-dtl-down-wrap .diensten-dtl-top-img{
  margin-left: 32px;
}

/* ============ Vacature-detail-service-sec ========= */
.Vacature-dtl-service-sec{
  margin-bottom: 120px;
  margin-top: 118px;
}
.Vacature-dtl-service-img{
  height: 255px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition-duration: 1.5s;
  overflow: hidden;
  border-radius: 10px;
}
.Vacature-dtl-service-img img{
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition-duration: 1.5s;
  border-radius: 10px;
}

.each-Vacature-dtl-service{
  position: relative;
  overflow: hidden;
}
.each-Vacature-dtl-service .diens-service-text{
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
  text-align: center;
}
.each-Vacature-dtl-service:hover .Vacature-dtl-service-img img  {
  transform: scale(1.1);
}
.each-Vacature-dtl-service .each-diens-service-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.each-Vacature-dtl-service:hover .each-diens-service-btn{
  opacity: 1;
  visibility: visible;
}
.Vacature-dtl-service-sec .swiper-wrapper{
  flex-wrap: wrap;
  transform: translate(0) !important;
}
.Vacature-dtl-service-sec .swiper-slide{
  width: 32.5% !important;
}
/* .Vacature-dtl-service-slider{
  display: flex;
} */
.vacature-dtl-slider .diensten-service-wrap {
  width: 100%;
  margin: 0;
  left: 0;
}
/* ========== APK -PAGE-START =========== */
.diensten-top-text p a{
  color: rgba(0, 0, 0, 0.70);
  font-size: 1.8rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.diensten-top-text p a:hover{
  color: #DE251E;
}
.diensten-top-text .text-style{
  text-decoration: underline;
}
.diensten-dtl-sec .row{
  align-items: center;
}
/* ============= aanbod-list =========== */
/********aanbod-list********/
.aanbod-filter-sec {
  padding: 170px 0 50px;
  position: relative;
  z-index: 3;
}
.aanbod-filter-wrap {
  position: relative;
  z-index: 2;
}
.main-filter-area {
}
.filter-left-area {
}
.filter-main h3 {
  font-family: 'apotek_compbold';
  color: #000;
  text-transform: uppercase;
  font-size: 3.5rem;
}
.filter-left-title{
  /* width: 10%; */
}
.main-filter-area{
  /* width: 88%; */
}
.main-filter-area {

}
.main-filter-area .row{
  margin: 0 -6px;
}
.main-filter-area .col-lg-3 {
  padding: 0 6px;
  width: 20%;
}
.filter-reset a {
  color: #121212;
  font-size: 1.6rem;
  font-family: 'AlbertSans-Regular';
}
.filter-reset img {
  width: 9px;
  margin-left: 5px;
  margin-bottom: 2px;
  filter: brightness(0) invert(0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
  color: #DE251E;
}
.filter-reset a:hover img {
  filter: invert(17%) sepia(54%) saturate(5454%) hue-rotate(353deg) brightness(102%) contrast(90%);
}
.aanbod-filter-sec .select-style {
  width: 100%;
  height: 45px;
  color: rgba(0, 0, 0, 0.50);
  font-family: 'AlbertSans-Regular';
  font-size: 1.8rem;
  letter-spacing: 0.18px;
  background-color: #fff6;
  border: 1px solid rgba(0, 0, 0, 0.50);
  border-radius: 100px;
  padding: 0 60px 0 28px;
  background: url(../images/anbod-filter-down.svg)  no-repeat 83% center/10px;
  appearance: none;
  line-height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; 
  cursor: default;
  /* transition: all 0.5s;
  -webkit-transition: all 0.5s; */
}
.aanbod-filter-sec .select-style.show {
  border-radius: 10px 10px 0 0;
  border-color: #111;
  color: #111;
}
.aanbod-filter-sec .select-style:hover{
  border-color: #111;
}
.filter-main {
  margin-bottom: 20px;
}
.filter-main option{
  font-family: 'AlbertSans-Regular';
  background-color: #121212;
}
.filter-content {
  display: none;
  background-color: #fff;
  padding: 10px 8px 15px;
  z-index: 2;
  border: 1px solid #111;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  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: #121212;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  z-index: 2;
  font-size: 1.4rem;
  cursor: pointer;
}
.aanbod-filter-sec label:last-child {
margin-bottom: 0;
}
.aanbod-filter-sec label span {
  float: right;
  color: #121212;
  opacity: 0.65;
  font-size: 1.3rem;
}
.aanbod-filter-sec .form-check-input{
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  box-shadow: none;
  border: 1px solid #121212;
  background-color: transparent;
  border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
  background-color: #DE251E;
  border-color: #DE251E;
}
.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: #111;
  border-radius: 6px;
  background-color: transparent;
  font-size: 1.4rem;
  border: 1px solid #111;
}
.cross-btn {
  width: 9px;
  /* filter: brightness(100); */
}
.auto-overview-tag:hover {
  background-color: #111;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.auto-overview-tag:hover .auto-overview-tag-content{
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.auto-overview-tag:hover .cross-btn{
  filter: brightness(0)invert(1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.aanbod-filter {
  /* margin-bottom: 18px;
  width: 25%; */
}
.total_search_records {
  margin-top: 30px;
}
.mobile-show-filter {
  position: fixed;
  left: 0;
  top: 98px;
  background-color: #DE251E;
  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: #4B6798;
  border-color: #4B6798;
}
.mobile-show-filter .common-btn:hover {
  background-color: transparent;
  border-color: #F9F8F6;
}
.filter-count {
  min-width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
  color: #121212;
  border: 1px solid #fff;
  margin-left: 30px;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mobile-filter-close {
  padding: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  background-color: #111;
}
.mobile-filter-close span {
  max-width: 32px;
  width: 100%;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  border: 1px solid #fff;
}
.mobile-filter-close span img {
  width: 15px;
  filter: invert(1);
  -webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
  margin-top: 0;
  background-color: #111;
  border: 1px solid #111;
  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: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
  background-color: #DE251E;
  border-color: #DE251E;
  color: #111;
}
.cursor-pointer {
cursor: pointer;
}
.filter-sort {
  /* display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 10px; */
}
.filter-sort h6 {
margin-right: 10px;
  color: rgba(249, 248, 246, 0.7);
  font-family: 'AlbertSans-Regular';
  text-transform: none;
  letter-spacing: normal;
}
.filter-sort .aanbod-filter {
/* margin-bottom: 0; */
  /* width: 180px; */
}
.model-filter .form-check-input {
  display: none;
}
.sorteren_op-filter .form-check-input {
  display: none;
}
.clear-filter-main {
  /* padding-left: 9%; */
}
.filter-btn {
  border-radius: 10px;
  background: #111;
  border: 1px solid #111;
  color: #fff;
  width: max-content;
  padding: 12px 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.filter-btn:hover{
  background: transparent;
  color: #121212;
}
.filter-btn:hover .filter-count{
  background: #111;
  border-color: #111;
  color: #fff;
}
/* ====== aanbod-list ========== */
.aanbod-list-car{
  padding-bottom: 40px;
}
.list-car-wrap > .row{
  row-gap: 30px;
}
/* ************ OVER-ONE-PAGE ************* */
.more-img{
  display: none;
}
.overone-Thumbslider-wrap .common-btn{
  border: 1px solid #000;
}
.overone-Thumbslider-wrap .common-btn:hover{
  border: 1px solid #DE251E;
}
.overone-Thumbslider-wrap{
  position: relative;
}
.overone-sliderthum{
  max-width: 522px;
  margin: 0px auto;
}
.overone-Thumbslider-wrap{
  max-width: 665px;
  margin: 0px auto;
}
.each-slider-overone-img img{
  border-radius: 20px;
}
.each-slider-overone .row{
  align-items: center;
}
.each-slider-overone {
  padding-top: 58px;
}
.overone-Thumbslider-wrap .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 15px;
  left: auto;
}
.overone-Thumbslider-wrap .swiper-button-prev, .overone-Thumbslider-wrap .swiper-button-next {
  width: 42px;
  display: flex;
}
.overone-Thumbslider-wrap .swiper-button-prev::after, .overone-Thumbslider-wrap  .swiper-button-next::after {
  content: none;
}
.overone-Thumbslider-arrow .common-arrow{
  border: 1.5px solid #000;
}
.overone-Thumbslider-arrow .common-arrow img{
  filter: invert(1);
}
 .overone-Thumbslider-sec .swiper-slide-thumb-active .common-btn{
  background-color: #DE251E;
  border-color: #DE251E;
  color: #fff;
 }
.overone-Thumbslider-arrow .common-arrow:hover{
  border: 1.5px solid #DE251E;
}
.overone-Thumbslider-arrow .common-arrow:hover img{
  filter: invert(0);
}
.overone-Thumbslider-sec{
  margin-top: 131px;
  margin-bottom: 120px;
}
.overone-Thumbslider-heading{
  padding-bottom: 28px;
}
.each-slider-overone-info h3{
  padding-bottom: 42px;
  font-family: 'apotek_compbold';
  text-transform: uppercase;
}
.each-slider-overone-info p{
  margin-bottom: 15px;
}
.each-slider-overone-info{
  max-width: 668px;
  margin-left: auto;
}
.over-one-footer-logo ul{
  justify-content: center;
  column-gap: 50px;
}
.over-one-footer-logo{
  margin-top: 71px;
}
.inner-banner .over-one-banner{
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: 182px;
}
/* ***************** home-about over-one-about******************** */
.over-one-about{
  background: #111;
  position: relative;
  border-radius: 30px 30px 0 0;
  padding: 120px 0 120px;
}
.over-one-about .home-about-right p{
  color: rgba(255, 255, 255, 0.70);
}
.over-one-about .common-btn img{
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.over-one-about .common-btn:hover img{
  filter: invert(1);
}
.over-one-about .common-btn{
  margin-top: 10px;
}
.over-one-about .car-btn::before{
  content: "";
  background-image: url(../images/phone-icon.svg);
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: left;
}
.over-one-about .service-sec{
  padding-top: 100px;
  padding-bottom: 30px;
}
.over-one-about .home-about-img::after {
  right: 0;
  left: 0;
  transform: rotateY(180deg);
  background: #111;
}
.over-one-about .patrick-sig{
  left: 0;
  right: auto;
  padding-left: 2px;
}
.over-one-about .home-about-right{
  max-width: 566px;
  padding-left: 0;
}
.over-one-about .home-about-img{
  margin-left: 40px;
  margin-right: 0;
}
/* ****************overone-member-sec****************** */
.each-member-img img{
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
}
.each-member{
  position: relative;
  margin-bottom: 30px;
}
.each-member-info{
  position: absolute;
  top: 14%;
  left: 0;
  padding: 33px;
  z-index: 2;
  opacity: 0;
  transition: all 0.6s;
}
.each-member-info h6{
  color: #fff;
  padding-bottom: 3px;
}
.each-member-info p{
  color: #fff;
  padding-bottom: 50px;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;
}
.member-info .row{
  margin-left: -15px;
  margin-right: -15px
}
.member-info .col-lg-4{
  padding-left: 15px;
  padding-right: 15px;
}
.each-member .common-btn{
  margin-top: 50px;
}
.each-member::after{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.8s;
  border-radius: 5px;
}
.each-member-img{
  height: 535px;
}
.each-member:hover:after{
  background-color: rgba(0, 0, 0, 0.95);
  opacity: 0.90;
  visibility: visible;
} 
.each-member:hover .each-member-info{
  opacity: 1;
  visibility: visible;
}
.overone-member-heading.heading-underline > *{
  margin-left: auto;
  margin-right: auto
}
.overone-member-text{
  max-width: 732px;
  margin: 0px auto;
  padding-top: 50px;
}
.overone-member-wrap{
  padding-bottom: 100px;
}
.overone-member-sec{
  margin-top: 130px;
  margin-bottom: 120px;
}
.member-click-btn .common-btn{
  background: #958B87;
  color: #FFF;
}
.member-click-btn .common-btn:hover{
  background-color: #DE251E;
}
.member-click-btn{
  margin-top: 54px;
}
.diens-service-title h2::after,
.overone-member-heading h2::after{
  background-image: url(../images/contac_underline.svg);
  width: 100%;
}
/* ===================== aanbod-dtl ================ */
.aanbod-dtl-top{
  padding-bottom: 50px;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .tab-btn .nav-tabs {
  column-gap: 60px;
  margin-bottom: 38px;
  border: 0;
  justify-content: center;
}
.tab-btn ul.tabs li {
  position: relative;
  
  font-size: 2.8rem;
  color: rgba(18, 18, 18, 0.50);
  padding-bottom: 3px;
  display: inline-block;
  word-break: break-word;
  cursor: pointer;
  line-height: 56px;
}
.tab-btn ul.tabs li.active span{
	color: #0D0D0D;
}
.tab-btn ul.tabs li.active span::after, ul.tabs li span:hover::after{
  opacity: 1;
}
.tab_content {
  display: none;
}
.dtl-tab-sec {
  padding: 30px 0 120px;
}
.tab_drawer_heading h6{
  display: flex;  
  justify-content: space-between;
}
.tab_drawer_heading h6::after{
  content: "";
  background-image:url(../images/dtl-accro.svg) ;
  height: 20px;
  width: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.tab_drawer_heading h6{
  padding: 34px 50px 34px 0;
  border-top: 1.5px solid rgba(0, 0, 0, 0.10);
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.10);
  font-family: 'AlbertSans-Bold';
}
.d_active h6{
  color: #DE251E;
  border: 0;
}
.d_active h6::after{
  background-image:url(../images/dtl-accro-red.svg) ;
}
.tab-btn .tabs {
  display: flex;
  justify-content: center;
  column-gap: 39px;
  max-width: max-content;
  margin: auto;
  padding: 10px 0;
  overflow: hidden;
  margin-bottom: 18px;
}
.tab-btn .tabs li.active{
	color: #121212;
}
.kenmerken-tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding-left: 0;
  margin-bottom: 0;
}
.kenmerken-tab li {
  line-height: 26px; 
  width: 100%;
  padding: 12px 0;
  position: relative;
  color: #000;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  letter-spacing: 0.18px;
}
.kenmerken-tab li strong {
  width: 50%;
  font-weight: normal;
  display: block;
  color: rgba(0, 0, 0, 0.60);
}
.kenmerken-tab li:nth-child(3n) {
    border-width: 0;
}
.kenmerken-tab li::after {
  content: "";
  position: absolute;
  height: 1.5px;
  width: 200vw;
  left: -100vw;
  bottom: 0;
  background-color:rgba(0, 0, 0, 0.10) ;
}
.kenmerken-tab{
	overflow: hidden;
	/* border-top:1px solid rgba(0, 0, 0, 0.10); */
}
.bullet-panel h4 {
  border-bottom: 1.5px solid #111;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 32px;
  color:#111;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul{
  list-style: none;
  padding-left: 0;
}
.dtl-tab-sec .bullet-panel ul li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 10px;
  color: #111;
}
.dtl-tab-sec .bullet-panel li:after {
  background-size: 8px;
  position: absolute;
  top: 9px;
  left: 0;
  content: '';
  width: 8px;
  height: 8px;
  background-image: url(../images/bullet.svg);
  background-repeat: no-repeat;
}
.left-bg-block {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  font-size: 1.6rem;
  line-height: 24px;
}
.block-dtls {
  width: calc(100% - 140px);
  border: 1px solid #111;
  border-left: 0;
  padding: 20px 15px 5px;
  min-height: 200px;
}
.left-bg-block h6 {
  line-height: 20px;
  font-size: 1.6rem;
  text-transform: none;
  color: #fff;
}
.each-onderhoud-block h4 {
  text-transform: none;
  font-size: 1.8rem;
  font-family: 'AlbertSans-Bold'; 
  color: #111; 
}
.each-onderhoud-block h5 {
  margin: 10px 0 30px;
  font-size: 1.6rem;
  text-transform: none;
  color: #111;
}
.tab_content{
  padding-bottom: 30px;
  color: rgba(0, 0, 0, 0.70);
}
.each-onderhoud-block {
  display: flex;
  margin-bottom: 20px;
}
.tab-btm-btn{
  line-height: normal;
  text-align: center;
  color: #111;
  cursor: pointer;
  margin: 30px auto;
  width: fit-content;
}
.tab-btm-btn:hover{
  color: #DE251E;
}
.tab-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 102;
  display: flex;
}
.tab-popup-content-wrap{
  overflow-x: hidden;
  overflow-y: scroll;
}
.popup-opacity{
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(18, 18, 18, 0.60);
  backdrop-filter: blur(12px);
  top: 0;
  left: 0;
  z-index: 100;
}
.tab-popup-area {
  border-radius: 20px;
  background: #fff;
  position: relative;
  z-index: 101;
  max-width: 93%;
  margin: auto auto;
  padding: 0 58px;
  width: 100%;
  height: 75vh;
}
.popup-cross{
  background: #111;
  width: 53px;
  height: 53px;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 20px;
  right: 20px;
  border-radius: 100%;
  cursor: pointer;
}
.tab-popup-content {
  overflow: scroll;
  padding-bottom: 40px;
}
.tab-popup-content ul{
  margin-bottom: 33px;
  padding-left: 0;
}
.tab-popup-content ul:last-child{
  margin-bottom: 0;
}
.popup-cross img{
  width: 24px;
}
.tab-popup-area h2 {
  line-height: normal;
  padding-top: 40px;
  margin-bottom: 15px;
  color: #000;
}
.tab-popup-area p{
  color: rgba(18, 18, 18, 0.50);
  line-height: normal;
  padding-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-popup-content h3{
  line-height: 56px;
}
.tab-popup-content li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1.5px solid rgba(18, 18, 18, 0.28);
  /* font-family: 'PlusJakarta_Sans_Medium'; */
  line-height: 30px;
  color: #000;
  padding: 10px 0;
  
}
.tab-popup-content li strong{
  color: rgba(29, 29, 29, 0.70);
  width: 50%;
  font-weight: normal;
}
.show-popup{
  display: none;
}
.aanbod-dtl-product-slider .common-arrow{
  border-color: #000000;
}
.aanbod-dtl-product-slider .common-arrow img{
  filter:  invert(1);
  z-index: 1;
}
.aanbod-dtl-product-slider .common-arrow:hover img{
  filter:  invert(0);
}
.aanbod-dtl-product-slider .common-arrow:hover{
  border-color: #DE251E;
}
.aanbod-dtl-product-slider{
  padding-bottom: 30px;
}
.ptoduct-top-lft > .row .col-9{
    width: 79%;
}
.ptoduct-top-lft > .row .col-3{
  width: 21%;
}
.ptoduct-top-lft .gallery-thumbs1 {
  height: 480px;
}
.product_dtl-small,
.main_wrapper_product1 {
  width: 100%;
  height: 100%;
}
.product_dtl-small img{
  object-fit: cover;
  height: 100%;
}
.product_dtl-small{
  border-radius: 10px;
  overflow: hidden;
}
.middle_wrapper{
  border-radius: 20px;
  overflow: hidden;
}
.back-btn-sec .transparent-btn{
  line-height: 1;
}
.back-btn-sec .transparent-btn::before{
  content: url(../images/arrow.svg);
}
.back-btn-sec .transparent-btn:hover::before{
  content: url(../images/arrow-red.svg);
  filter: unset;
}
.aanbod-back{
  position: initial;
  padding-top: 140px;
  padding-bottom: 23px;
}
.aanbod-back .transparent-btn {
  font-family: 'AlbertSans-Medium';
}
.share-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  border: 1px solid #111;
  border-radius: 50%;
}
.product-right{
  padding-left: 5%;
}
.product-right-top p{
  color: rgba(0, 0, 0, 0.49);
  line-height: 20px;
}
.product-right-table tr{
  display: flex;
  flex-wrap: wrap;
}
.product-right-table td{
  width: 50%;
  color: rgba(0, 0, 0, 0.50);
  margin-bottom: 10px;
}
.product-right-table td img{
  margin-right: 12px;
  margin-top: -3px;
}
.product-right-table table{
  width: 100%;
}
.product-right > *{
  padding:  27px 0;
  position: relative;
}
.product-right > *::after{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 80%;
  content: "";
  background-color: rgba(0, 0, 0, 0.10);
}
.product-right > *:first-child{
  padding-top: 0;
}
.product-right > *:last-child::after{
  display: none;
}
.product-right-price ul{
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  display: flex;
  column-gap: 10px;
  margin-top: 10px;
  align-items: center;
}
.product-right-price li:last-child{
  padding-left: 14px;
  border-left: 1px solid #000;
}
.product-right-price p{
  color: #1C873F;
  line-height: 20px;
}
.slider-btm-lft ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  column-gap: 10px;
  list-style: none;
}
.slider-btm-lft .transparent-btn{
  border-color: #000;
}
.slider-btm-lft .transparent-btn:hover{
  border-color: #DE251E;
}
.aanbod-contact {
  display: flex;
  padding-left: 10%;
  column-gap: 20px;
  align-items: center;
}
.man-img{
  height: 90px;
  width: 90px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 100%;
}
.man-info h6{
  line-height: 33px;
}
.man-info ul{
  display: flex;
  column-gap: 20px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.man-info ul a{
  color: rgb(0, 0, 0);
  letter-spacing: 0.18px;
  opacity: .5;
  font-family: 'AlbertSans-Regular';
}
.man-info ul a:hover{
  opacity: 1;
}
body .share-social-media-button .a2a_dd {
  padding: 0 !important;
  margin: 0 !important;
  height: 45px !important;
  width: 45px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body .share-social-media-button .a2a_dd svg {
  margin-right: 0 !important;
}
/* ======== verkocht ======= */
.verkocht-heading{
  padding: 168px 0 80px;
}
.verkocht-heading p{
  color: #000;
}
/* =============== ADD-THANKYOU-PAGE-CSS =========== */
.thankyou-banner .common-btn{
  margin-top: 33px;
}
.thankyou-banner{
  margin-bottom: 120px;
}
/* ======= popup ========== */
.modal-area .modal-dialog {
  max-width: 60.5%;
  margin: 10% auto 0;
}
.modal-area .modal {
  background: rgba(28, 28, 28, 0.60);
  backdrop-filter: blur(7px);
}
.modal-area .modal-content {
  border: 0;
  background: #fff;
  backdrop-filter: blur(7px);
  position: relative;
  border-radius: 20px;
}
.pop-up-image {
  height: 100%;
}
.modal-area .popup-content {
  padding: 5px 90px 0 75px;
}
.modal-area .popup-content p{
  margin-bottom: 12px;
  width: 100%;
  color: #1C1C1C;
  padding-top: 9px;
}
.modal-area .popup-content ul {
  margin: 12px 0;
  margin-bottom: 0;
}
.modal-area .popup-content li {
  line-height: 26px;
  color: #1C1C1C;
  line-height: 24px; 
  letter-spacing: 0.8px;
  position: relative;
  padding-bottom: 11px;
}
.popup-content h5{
  color: #030304;
  margin-bottom:28px ;
}
.modal-content .col-lg-5 {
  width: 35%;
}
.modal-content .col-lg-7 {
  width: 65%;
}
.pop-up-image img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
}
.close-img {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 44px;
  width: 44px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-img:hover {
  color: #fff;
}
.close-img img {
  width: 62px;
  height: 62px;
}
.popup-content h2{
  padding-bottom: 0;
  line-height: normal;
  text-transform: uppercase;
}
.modal-area .popup-content li::marker{
  color: #DE251E;
  font-size: 22px;
}
/******************************style for developer********************************************/
/*******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: 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 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 #181716;
    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;
}

.footer-rating-logo iframe {
  width: 226px;
  height:70px;
  border-radius: 8px
}
.lease-calculator-iframe {
  width: 100%;
  height: 1100px;
  border: none;
  overflow: hidden;
}
.privacy_section {
  padding: 130px 0 40px;
}

.each-banner{
  position: relative;
}
.each-banner::before{
  height: 23px;
  width: 28px;
  content: "";
  background: red;
  position: absolute;
  top: -19px;
  left: 444px;
  z-index: 99;
  --c: 111;
  aspect-ratio: 0;
  background: #fff;
  mask: radial-gradient(calc(var(--c)* 1%) 100% at 50% calc(100% + 100%* cos(asin(50 / var(--c)))), #0000 calc(100% - 1px), #000);
  clip-path: ellipse(calc(var(--c)* 1%) 100% at bottom);
  transform: rotate(-19deg);
}
.overone-Thumbslider-sec .swiper-button-disabled {
  display: none;
}
.inverted-radius-2 {
  --r: 36px;
  --s: 23px;
  --x: 310px;
  --y: 50px;
}
.inverted-radius{
  --mask: conic-gradient(from -46deg at top 100px left 365px, #000, #0000 19deg 89deg, #000 90deg);
}

.acties-dtl-top .diensten-dtl-top-wrap .row {
  margin-bottom:60px;
}
.acties-dtl-top .diensten-dtl-top-wrap .row:last-child {
  margin-bottom:0px;
}

.acties-dtl-top  .diensten-dtl-top-wrap {
  padding-bottom: 0;
}
.overone-Thumbslider-heading h2{
  position: relative;
  width: max-content;
  margin: 0 auto;
}
.overone-Thumbslider-heading h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background-image: url(../images/contac_underline.svg);
  height: 9px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-logo-center p{
	color: #fff;
	line-height: 24px;
	font-family: 'AlbertSans-Regular';
	padding-top: 3px;
	font-size: 1.6rem;
}
.product-right-btn .common-btn{
	background-color: #1C873F;
	border-color:#1C873F;
}
.product-right-btn .common-btn:hover{
	background:#DE251E;
	border:1px solid #DE251E;
	border-top-color: rgb(222, 37, 30);
	border-right-color: rgb(222, 37, 30);
	border-bottom-color: rgb(222, 37, 30);
	border-left-color: rgb(222, 37, 30);
	color: #FFF;
}
.privacy span{
	padding: 0 5px;
	color: #fff;
}


.footer-btm-social {
  display: flex;
  align-items: end;
  justify-content: end;
}
.carprof {
  width: 185px;
}
.lease.cursor-pointer{
  font-size: 1.8rem;
}
.middle_wrapper{
  height: 436px;
}
#autochat-root, #root, #autochat-chat-start--embed{
  background-color: transparent !important;
}
.gLEVPx{
  z-index: 9 !important;
}
#autochat-root, #root, #autochat-chat-start--embed .iMvkuz p{
  color: #000;
}

body .kkiSxa {
    bottom: 80px !important;
}
body .iMvkuz p {
    color: #000 !important;
}

.diensten-dtl-top-info strong{
  font-weight: bold;
}
.acties-dtl-bottom-sec h6 {
    margin-bottom: 14px;
}
.acties-dtl-bottom-sec .row{
    margin-bottom: 60px;
}
.acties-dtl-bottom-sec .common-btn{
    margin-top: 52px;
}
.acties-dtl-bottom-content{
    padding: 0 35px;
}
.acties-dtl-bottom-sec{
    padding-top: 120px;
}
.acties-dtl-bottom-img img{
  border-radius: 20px;
}
.acties-dtl-top .diensten-dtl-top-info ul{
  list-style: none;
  padding-left: 0;
  margin-top: -14px;
}
.diensten-dtl-top-img{
    position: relative;
}
.banner-play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.acties-dtl-youtube-sec{
    padding-bottom: 120px;
}
.acties-dtl-youtube-img{
  position: relative;
}
.acties-dtl-youtube-img img{
    border-radius: 20px;
}
.acties-dtl-youtube-sec .heading-underline h2 {
    margin: 0 auto 80px;
}
.acties-dtl-youtube-content{
    padding-left: 60px;
}
.acties-dtl-youtube-content a{
    color: rgba(0, 0, 0, 0.7);
}
.acties-dtl-youtube-content a:hover{
    color: rgb(196, 23, 23);
}
.youtube-play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.acties-dtl-top .row{
  align-items: normal;
}
.acties-dtl-top .diensten-dtl-top-img{
  height: 100%;
}
.acties-dtl-top .diensten-dtl-top-img img{
  height: 100%;
  object-fit: cover;
}