@import "fonts.css";
@import "common-class.css";
body {
	padding: 0;
	margin: 0;
	font-family: 'VolvoNovumRegular';
	font-size: 1.6rem;
	color: #171717;
}
html {
  font-size: 62.5%;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
	display:none;
}
/*===============popup===========*/
.modal-area .modal-dialog{
	max-width: 68%;
	margin-top: 12%;
}
.modal-area .modal-content{
	background: transparent;
	border-radius: 0;
	border: 0;
}
.modal-area .row{
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}
.popup-content {
	padding: 5% 10%;
}
.popup-content h4{
	font-family: 'VolvoNovumRegular';
	text-transform: uppercase;
}
.popup-content p{
	margin: 3rem 10% 5rem 0;
}
.modal-area img.w-100{
	height: 100%;
	object-fit: cover;
}
.modal-area .d-flex{
	position: absolute;
	right: -8px;
	z-index: 2;
	width: 40px;
	height: 40px;
	color: #fff;
	background: #000;
	border-radius: 100%;
	top: -8px;
}
/*=============header============*/
.logo{
	width: 200px;
}
.header-area .row li{
	display: inline-block;
	vertical-align: middle;
	margin-left: 4rem;
}
.header-area li a:not(li .akker_btn_cls){
	font-size: 1.8rem;
	font-family: 'VolvoNovumMedium';
	color: #fff;
	letter-spacing: .03rem;
}
.header-area li .akker_btn_cls{
	min-width: 27rem;
}
.header-area .text-end li a:not(li .akker_btn_cls):hover{
	text-decoration: underline;
}
/*=============banner============*/
.banner-content {
	position: absolute;
	top: 32%;
	left: 0;
	z-index: 1;
}
.home-banner .swiper-pagination{
	bottom: 4rem;
	right: 0;
}
.home-banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: .43;
	margin: 0 12px !important;
	position: relative;
}
.home-banner .swiper-pagination-bullet-active{
	opacity: 1;
}
.home-banner .swiper-pagination-bullet-active:after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	content: '';
	border: 1px solid #fff;
	border-radius: 100%;
}
/*==============product============*/
.product-sec{
	padding: 8rem 0 8rem;
}
.product-sec .swiper-slide a{
	color: inherit;
}
.product-sec img.w-100{
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.thumb{
	margin-bottom: 1rem;
}
.product-dtl{
	padding: .5rem .5rem;
}
.product-dtl h5{
	margin: .5rem 0 2rem;
	color: #707070;
}
.product-dtl td{
	vertical-align: top;
}
.product-dtl td:not(:last-child){
	padding-right: 2rem;
}
.product-sec .swiper-slide .product-dtl .text-end h4, .product-sec .swiper-slide .product-dtl .text-end h5{
	height: auto;
}
.gallery-top .swiper-button-prev {
  left: 30px;
}
.gallery-top .swiper-button-next {
  right: calc(33.33% + 30px);
}
/*============bg-area===========*/
.bg-img{
	padding: 1rem;
}
.bg-img .common-bg {
	padding: 4% 0 23%;
	background-attachment: fixed;
}
.bg-img h2{
	color: #fff;
}
.bg-img .akker_btn_cls{
	max-width: 24rem;
}
/*=============service===========*/
.service-sec{
	background: #171717;
	color: #fff;
}
.sec-heading{
	padding: 10rem 0;
}
.service-heading{
	position: absolute;
	bottom: 2rem;
	left: 0;
	color: #fff;
}
.service-heading h5{
	font-family: 'VolvoNovumBold';
	margin-bottom: .5rem;
}
.service-heading .txt-btn:before{
	border-color: #fff;
	background-image: url(../images/next.svg);
}
.service-sec .swiper-slide a:hover .txt-btn:before{
	background-color: #366098;
}
.service-img{
	overflow: hidden;
}
.service-img img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-sec .swiper-slide a:hover .service-img img{ 
	transform: scale(1.1);
}
.service-sec .swiper-button-prev{
	left: -24%;
}
/*============middle-sec===========*/
.middle-sec{
	background: #171717;
	padding: 15rem 0 10rem;
	color: #fff;
}
.middle-sec h2{
	word-break: break-word;
}
.middle-sec td{
	width: 50%;
	vertical-align: top;
	padding-right: 3rem;
}
.middle-sec td:nth-child(even){
	padding-left: 3rem;
	padding-right: 0;
}
.middle-sec table{
	width: 100%;
	margin: 4rem 0;
}
.image-block{
	padding: 10rem 0;
}
.image-block .col-lg-4{
	width: 37%;
}
.image-block .col-lg-8{
	width: 63%;
}
.image-block img{
	height: 100%;
	object-fit: cover;
}
.contact-area{
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	line-height: 3rem;
}
.contact-area a:hover{
	text-decoration: underline;
	color: #fff;
}
.counter-content{
	max-width: 360px;
}
.counter-block h2{
	font-family: 'VolvoNovumSemiLight';
	font-size: 6.4rem;
}
.counter-block h5{
	font-family: 'VolvoNovumMedium';
}
.counter-block .row{
	border-bottom: 2px solid #4D4D4D;
}
.counter-block .row:last-child{
	border-bottom: 0;
}
/*=============nieuws-sec==========*/
.nieuws-sec{
	padding: 4% 0;
}
.bg-img h2, .nieuws-sec h4{
	margin-bottom: 5rem;
}
.niews-content h5{
	font-family: 'VolvoNovumMedium';
}
.niews-content-wrap p{
	margin: 2rem 0 6rem;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.niews-content-wrap{
	padding-left: 4%;
	padding-right: calc(4% + 3rem);
}
.niews-content hr{
	width: 97%;
	opacity: 1;
	background-color: #EFEFEF;
	margin: 3rem 0;
}
.niews-content .row:last-child hr{
	opacity: 0;
	margin: 0;
}
/*===========footer=========*/
.footer-area{
	padding: 8rem 0 3rem;
	border:10px solid #fff;
	background: #171717;
	border-radius: 14px;
}
.footer-area h4{
	color: #fff;
	margin: 4rem 0;
}
.contact-details{
	max-width: 800px;
	color: #fff;
}
.footer-area h5{
	font-family: 'VolvoNovumMedium';
	margin-bottom: 1.5rem;
	max-width: 230px;
}
.footer-area p, .footer-area p a{
	color: rgba(255, 255, 255, 0.6);
}
.contact-details p a{
	text-decoration: underline;
}
.footer-area p a:hover{
	color: #fff;
}
.social-icon{
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-right: 5px;
}
.social-icon:hover{
	background: #366098;
	border-color: #366098;
}
.privacy p span {
  margin: 0 6rem;
}
/*============service-list===========*/
.inner-banner h1{
	margin-bottom: 0;
}
.inner-banner .banner-content{
	top: 50%;
	bottom: auto;
	transform: translateY(0);
}
.service-list-sec{
	padding-top: 10rem;
}
.service-list-sec .row{
	margin-bottom: 10rem;
}
.service-list-sec p{
	margin: 6rem 0;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-content{
	padding-left: 12%;
}
.service-list-sec .row:nth-child(even) .list-content{
	padding-left: 0;
	padding-right: 12%;
}
.service-list-sec img{
	padding-right: 3rem;
}
.service-list-sec .row:nth-child(even) img{
	padding-right: 0;
	padding-left: 3rem;
}
a.list-whatsapp-btn {
	color: #4ADB6A;
}
.list-whatsapp-btn h5, .service-content-block h5, .service-dtl-slider h5{
	font-family: 'VolvoNovumMedium';
}
/*==============service-dtl===========*/
.dtl-header, .back-btn{
	position: relative;
	background: #171717;
}
.back-btn{
	padding: 5rem 0;
}
.detail-top-sec .image-block{
	padding-top: 6rem;
}
.heading-wrap{
	max-width: 700px;
	padding: 8rem 0;
}
.heading-wrap h2, .service-content-block h5{
	margin-bottom: 1rem;
}
.form-wrap{
	max-width: 1080px;
	padding: 10% 0;
}
.form-wrap h2 span{
	font-family: 'VolvoNovumBold';
}
.form-wrap h2{
	color: #fff;
	margin-bottom: 6rem;
}
.form-sec{
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}
.form-sec .form-group{
	margin-bottom: 1rem;
	text-align: left;
}
.textarea-form .form-group{
	height: calc(100% - 96px);
}
.filter-sec .akker_btn_cls{
	padding: 1.5rem 2.6rem;
	font-family: 'VolvoNovumRegular';
	border-color: #366098;
	background-color: #366098;
	color: #fff;
	text-transform: capitalize;
}
.form-sec .akker_btn_cls{
	padding: 2.6rem;
	font-family: 'VolvoNovumRegular';
	border-color: #366098;
	background-color: #366098;
	color: #fff;
	text-transform: capitalize;
}
.form-sec .akker_btn_cls:hover{
	border-color: #fff !important;
	background-color: #fff !important;
	color: #366098 !important;
}
.form-sec .akker_btn_cls:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.6rem;
  content: '';
  width: 4rem;
  height: 4rem;
  border: 1px solid #fff;
  border-radius: 100%;
  background-image: url(../images/next.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
}
.form-sec .akker_btn_cls:hover:before{
	border-color: #366098;
	background-color: #366098;
}
.form-styl{
	color: #121212;
	font-size: 1.6rem;
	padding: 2.6rem;
	border: 0;
	border-radius: 5px;
	box-shadow: none !important;
	resize: none;
	text-align: left;
}
.form-styl:focus{
	border-color: #121212;
}
.form-styl:placeholder {
	color: #121212;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #121212;
	opacity: 1;
}
.form-styl::placeholder {
	color: #121212;
	opacity: 1;
}
.service-dtl-slider{
	padding: 10rem 0;
	background: #fff;
}
.service-dtl-slider, .service-dtl-slider a{
	color: #171717;
}
.service-dtl-slider a:hover .txt-btn:before{
	background-image: url(../images/next.svg);
}
.service-dtl-slider h5{
	margin-bottom: 1rem;
}
.service-dtl-slider .swiper-btn{
	top: -1.5rem !important;
}
.service-dtl-slider .swiper-button-next{
	right: 0 !important;
	left: auto !important;
}
.service-dtl-slider .swiper-button-prev{
	left: auto !important;
	right: 6rem !important;
}
/*============contact==========*/
.contact-top-sec{
	color: #fff;
	padding: 10rem 0;
	border: 0;
	border-radius: 0;
}
.contact-top-sec p{
	font-size: 2rem;
}
.opening-time .text-center{
	margin: 10rem 0;
}
.opening-time h6{
	opacity: .6;
	margin-top: 3rem;
	line-height: 1.5;
}
.opening-time h6 span, .member-dtl h5{
	font-family: 'VolvoNovumBold';
}
.opening-time table{
	margin-bottom: 3rem;
}
.opening-time td{
	padding-right: .75rem;
}
/*============overons=========*/
.overons-top-sec{
	padding-top: 10rem;
}
.overons-counter{
	padding-bottom: 10rem;
}
.team-sec{
	padding: 8rem 0;
}
.team-sec .col-lg-4 img{
	height: 100%;
	object-fit: cover;
}
.member-dtl{
	position: absolute;
	bottom: 2rem;
	left: 0;
	color: #fff;
}
.member-dtl p{
	margin-top: .75rem;
}
.team-sec .swiper-btn{
	top: -9rem;
	right: 6rem;
}
.team-sec .swiper-btn.swiper-button-prev{
	left: auto;
	right: 14rem
}
/*===========modellen===========*/
.model-list h5{
	font-family: 'VolvoNovumMedium';
}
.model-list p{
	margin: 2rem 0 3rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.model-list .row-wrap, .model-bg-img{
	margin-bottom: 5rem;
}
.model-list img{
	height: 100%;
	object-fit: cover;
}
.model-name h5{
	color: #707070;
}
.each-model{
	padding-top: 5rem;
}
/*===============modellen-dtl=============*/
.modellen-dtl-top{
	background: #171717;
	color: #fff;
	padding-top: 8rem;
}
.modellen-dtl-top h5{
	margin: .5rem 0 4rem;
}
.moddle-dtl-middle img{
	height: 390px;
	object-fit: cover;
}
.overlay{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	background-image: url(../images/gradient.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 340px;
	width: 100%;
}
.more-content{
	display: none;
}
/*================aanbod-dtl==========*/
.detail-top-slider{
	overflow: hidden;
	padding-top: 10rem;
}
.detail-content{
	color: #fff;
	padding: 4rem 0 22.5rem 4rem;
}
.detail-content table{
	width: 100%;
}
.detail-content hr{
	background-color: #fff;
	opacity: 1;
	margin: 3rem 0 2rem;
}
.detail-content td, .detail-content th{
	padding: 2rem 0;
	vertical-align: top;
}
.detail-content th h5{
	font-family: 'VolvoNovumMedium';
}
.detail-content td h5 span{
	opacity: .75;
	font-family: 'VolvoNovumSemiLight';
}
.detail-content:after{
	position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  content: '';
  background: #171717;
  z-index: -1;
}
.aanbod-gallery-top img{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.aanbod-gallery-thumbs{
	background: #fff;
	padding-top: 2rem;
}
.aanbod-gallery-thumbs .swiper-slide{
	width: calc(25% - 2rem) !important;
  margin-right: 2rem;
}
.gallery-thumb-wrap{
	margin-right: -2rem;
}
.aanbod-contact-info{
	max-width: 530px;
  background: #f4f4f4;
  padding: 3rem;
  color: #171717;
  margin-top: -20rem;
  margin-left: 4rem;
}
.aanbod-contact-info li{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 11rem);
}
.aanbod-contact-info li:first-child{
	width: 10rem;
	height: 10rem;
}
.aanbod-contact-info li img{
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}
.aanbod-contact-info li span{
	opacity: .5;
}
.aanbod-contact-info a{
	color: #171717;
}
.aanbod-contact-info a:hover{
	color: #366098;
}
.aanbod-contact-info li h5{
	padding-left: 1rem;
}
.aanbod-contact-info h5{
	line-height: 4rem;
}
.detail-top-slider .row.g-0{
	border-bottom: 1px solid #5C5C5C;
	padding-bottom: 2rem;
}
/****tab****/
.aanbod-detail-tab h3{
	color: #121212;
	text-transform: uppercase;
}
.aanbod-detail-tab ul{
	margin: 0;
	border-bottom: 0;
}
.aanbod-detail-tab .nav-tabs li{
	text-align: center;
	margin-bottom: 2rem;
	margin-right: 2rem;
}
.aanbod-detail-tab .nav-tabs li a {
	padding: 1.7rem 2.5rem;
	display: block;
	width: 100%;
	border: 1px solid #121212;
	background: #121212;
	color: #fff;
	font-size: 1.4rem;
	font-family: 'VolvoNovumMedium';
	border-radius: 4px;
	text-transform: uppercase;
}
.aanbod-detail-tab .nav-tabs li a:hover, .aanbod-detail-tab .nav-tabs li a.active {
	background: #366098;
	border-color: #366098;
	color: #fff;
}
.kenmerken-tab ul li {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.kenmerken-tab ul li:nth-child(odd) {
	background-image: url(../images/bullet.svg);
	background-repeat: no-repeat;
	background-position: left top 9px;
	background-size: 6px;
	padding-left: 10px;
	font-family: 'VolvoNovumMedium';
}
.bullet-panel li{
  padding-left: 10px;
}
.bullet-panel li:after {
  position: absolute;
  top: 9px;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  background-image: url(../images/bullet.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.tab-heading h4{
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 2px solid #000;
}
.bullet-panel li, .kenmerken-tab li{
	margin-bottom: 1rem;
	position: relative;
}
.bullet-panel{
	padding-bottom: 3rem;
}
.left-bg-block {
	width: 140px;
	background: #366098;
	color: #fff;
}
.block-dtls {
  width: calc(100% - 140px);
  border: 2px solid #366098;
	border-left: 0;
	padding: 15px;
}
/*=======aanbod=========*/
.filter-top{
	background: #171717;
}
.filter-top .text-lg-end div{
	display: inline-block;
}
.filter-top h1{
	font-family: 'VolvoNovumSemiLight';
	margin-bottom: 0;
}
.filter-top .select-styl{
	border-color: #fff;
	color: #fff;
	background: url(../images/dropdown-white.svg) #171717 no-repeat 85% center;
}
.filter-top h5{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	margin-right: 1rem;
	margin-bottom: 1rem;
}
.filter-sec, .filter-top{
	padding: 6rem 0;
}
.filter-sec li {
  display: inline-block;
  vertical-align: top;
  margin-right: .5rem;
	margin-bottom: 1rem;
}
.select-styl {
 	border: 1px solid #121212;
	background: transparent;
	padding: 1.6rem 6rem 1.6rem 2rem;
	border-radius: 5px;
	color: #121212;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-transform: uppercase;
	font-family: 'VolvoNovumMedium';
	font-size: 1.4rem;
	background: url(../images/dropdown.svg) transparent no-repeat 85% center;
}
.select-styl option {
  font-family: arial;
}
.aanbod-product-sec .product-dtl h5{
	color: #171717;
	font-family: 'VolvoNovumMedium';
	margin: 0 0 .5rem;
	/*height: 54px;*/
	overflow: hidden;
}
.aanbod-product-sec .product-dtl p{
	color: #707070;
	height: 50px;
	overflow: hidden;
}
.aanbod-product-sec .product-dtl .text-end h5, .aanbod-product-sec .product-dtl .text-end p{
	height: auto;
}
.aanbod-product-sec .txt-btn{
	font-size: 1.6rem;
}
.aanbod-product-sec .txt-btn:before{
	display: none;
}
.aanbod-product-sec .swiper-btn{
	top: -3rem;
}
.aanbod-product-sec .swiper-button-next{
	right: 0;
}
.aanbod-product-sec .swiper-button-prev{
	right: 5rem;
	left: auto;
}
.thanku .banner-content{
	bottom: auto;
	top: 54%;
	transform: translateY(-50%);
}

/*******loader*****/
#loader_section{
	display:none;
	width:100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 9999999;
	height: 100vh;
	padding: 30vh 0px;
  }
  #loader_section p{
	color:#fff;
	font-size:18px;
	text-align: center;
  }
  #loader_section img{
	width: 100px;
	margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
	  background: #000000;
	  width: 100%;
	  height: 50px;
	  display: block;
	  text-align: center;
	  transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
	  background: #202020;
	  transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
	  height: 30px;
	  padding-top: 15px;
  }
  
  .cookie_div{
	  position: fixed;
	  bottom: 0;
	  z-index: 999999;
	  width: 100%;
	  padding: 0px 0;
  }
  .cookie_div{
	  color:#9c9c9c;
	  font-size: 12px;
	  /*font-family: 'Calibri';*/
	  font-family: 'arial';
  }
  .cookie_div h4{
	  margin-bottom: 15px;
	  font-size: 13pt;
	  font-family: 'Calibri';
  }
  .cookie_div a{
	  color:#38b6be;
	  font-size: 10pt;
	  font-weight:bold;
	  margin-left:8px;
	  font-family: 'Calibri';
  }
  .cookie_div button{
	  color:#3c935c;
	  background:#dbffe8;
	  font-weight: bold;
	  border: 0;
	  padding: 10px 25px;
	  margin:5px 0;
	  cursor: pointer;
	  font-size: 12px;
	  /*font-family: 'Calibri';*/
	  font-family: 'arial';
  }
  .light_theme{
	  background:rgba(255, 255, 255, 0.83);
	  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
	  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
  }
  .dark_theme{
	  background: rgba(0, 0, 0, 0.78);
	  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
	  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
  }
  .light_theme h4{
	  color:#2a2a2a;
  }
  .dark_theme h4{
	  color:#c9c9c9;
  }

.contact-reach table {
    margin-top: 25px;
    vertical-align: top;
}
.form-1 {
	display: none;
	margin-top: 35px;
}
.star_icon p img {
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.form-sec.common-bg.form-1 {
    background: #f4f4f4;
}
section.opening-time.pb-4 tr td span {
    font-family: 'VolvoNovumBold';
}
.aanbod-product-sec .product-dtl td {
    color: #000000;
}


/*********tab**************/
.kenteken_np{
  background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  padding: 4px 0 6px 30px;
}
.star_icon h4{
	margin-bottom: 15px;
	border-bottom: 2px solid #000;
	display: inline-block;
	padding: 10px 0;
}
.star_icon p img{
	width: 15px;
	margin-top: -3px;
	margin-right: 5px;
}
.star_icon p{
  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;
}
.bullet-panel h3 {
  margin-bottom: 30px;
}
/* Cookie */
.cookie_div{
	position: fixed;
	bottom: 0;
	z-index: 999999;
	width: 100%;
	padding: 0;
}
.cookie_div{
	color:#9c9c9c;
	font-size: 12px;
	font-family: 'arial';
}
.cookie_div h4{
	margin-bottom: 15px;
	font-size: 13pt;
	font-family: 'Calibri';
}
.cookie_div a{
	color:#38b6be;
	font-size: 10pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'Calibri';
}
.cookie_div button{
	color:#3c935c;
	background:#dbffe8;
	font-weight: bold;
	border: 0;
	padding: 10px 25px;
	margin:5px 0;
	cursor: pointer;
	font-size: 12px;
	font-family: 'arial';
}
.light_theme{
	background:rgba(255, 255, 255, 0.83);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
	background: rgba(0, 0, 0, 0.78);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
  color:#2a2a2a;
}
.dark_theme h4{
  color:#c9c9c9;
}
.form-1, .form-2 {
	display: none;
	padding: 10% 5%;
	background: #121212;
}
.google-review{
	padding: 4% 0;
	background: #121212;
}
.mrg-right {
    margin-right: 85px;
}
#cmpname {
    background: url(../images/dropdown.svg) white no-repeat 95% center;
}
.aanbod-contact-info .akker_btn_cls{
		font-size: 1.2rem;
}
.service-content-block .accordion-button::after {
    background-image: url(../images/plus.svg);
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
}
.service-content-block .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.svg);
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
}
.service-content-block .accordion-button:not(.collapsed) {
    color: #1c1c1c;
    background-color: transparent;
}
.service-content-block .accordion-item {
    border-bottom: 1px solid #CECECE;
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: transparent;
}
.service-content-block .accordion-item:last-child {
	border-bottom: 0;
}
.service-content-block .accordion-button {
    padding: 3rem 0;
    background-color: transparent;
}
.service-content-block .accordion-body {
    padding:0 10% 4rem 0;
}
.service-content-block .accordion-body p {
	color: rgba(18, 18, 18, 0.5);
	text-align: left;
}
.service-content-block .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.service-content-block .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.side-logo-area {
    position: fixed;
    right: 1px;
    bottom: 80px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    /*background: #ffffff;*/
    z-index: 9999;
    /*border: 5px solid #f2f2f2;*/
}
.whatsapp-logo {
    text-align: center;
    padding-top: 100%;
}
.whatsapp-logo .alert-number span {
	margin: 0px 0 0 -3px;
    position: absolute;
}
.popup .popuptext {
    width: 200px;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: -8px;
    right: 7vw;
    font-size: small;
}
.notifcation {
    position: relative;
}
.alert-number {
    position: absolute;
    bottom: 51px;
    right: 19px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background-color: red;
    color: white;
    text-align: center;
    font-size: small;
    animation: shake 0.5s;
    animation-iteration-count: 1;
}
.side-logo-area img {
    max-height: 57px;
}
.aanbod-contact-info .akker_btn_cls.orange-btn{
	background: #ec662b;
	border-color: #ec662b;
	color: #fff;
}
.db-pricing-eleven {
  padding-right: 20px;
}
.db_list h3{
  border-bottom: 2px solid #121212;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.db_list ul li{
	padding-bottom: 6px;
	word-break: break-word;
	position: relative;
	background-image: url(../images/bullet.svg);
	background-repeat: no-repeat;
	background-size: 6px;
	background-position: left top 9px;
	padding-left: 20px;
}

.new-dtl-sec{
	padding: 5rem 0 !important;
}
.downld_btn{
	max-width: 25rem;
	margin: auto;
	display: table;
}
/*=========packages-block=========*/
.packages h6{
	color: #cacaca;
	margin: 2.5rem 0;
}
.packages p{
	text-align: justify;
}
.packages{
	margin-top: 8%;
	margin-bottom: 8%;
}
.each-pakage{
	border-radius: 5px;
	border: 1px solid #E4E4E4; 
}
.pakage-heading{
	background: #0078D6;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.aanbod-detail-tab .pakage-heading h3{
	text-transform: capitalize;
  font-size: 3rem;
  color: #fff;
}
.each-pakage ul{
	padding: 3.2rem 1.5rem;
}
.each-pakage li{
	border-bottom: 1px solid #D9D9D9;
  padding: 1.7rem;
}
.each-pakage li:last-child{
	border-bottom: 0;
}
.each-pakage table{
	width: 100%;
}
.each-pakage td:first-child{
	width: 60%;
}
.each-pakage td{
	vertical-align: top;
}
.each-pakage td img{
	margin-right: 1.5rem;
}
.packege-header{
	background-color: #25D366;
	padding: 0.7rem;
}
.packege-header h5{
 color: #fff;
 text-align: center;
}
.service_pagination { position: relative; top: 15px; padding: 4% 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); text-align: center; }
.service_pagination a { display: inline-block; width: 40px; height: 40px; -moz-border-radius: 4px; border-radius: 4px; font-size: 12px; line-height: 40px; text-align: center; }
.service_pagination li { display: inline-block; }
.service_pagination a { color: #000000; border-radius: 50%; font-size: 17px; margin: 0 3px; background: #FFFFFF; font-weight: 500; }
.service_pagination .active a, .service_pagination a:hover { background: #18213e; color: #fff; border-radius: 50%; }
@media(min-width:1600px){
	.packages .col-md-6:nth-child(odd){
		padding-right: 1.5rem;
	}
	.packages .col-md-6:nth-child(even){
		padding-left: 1.5rem;
	}
}
@media(max-width: 1499.98px){
	.aanbod-detail-tab .pakage-heading h3{
		font-size: 2.6rem;
	}
	.each-pakage li{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.each-pakage td img {
  	margin-right: .75rem;
	}
}
@media(max-width:991.98px){
	.packages h6 {
  	margin: 1.2rem 0;
	}
	.aanbod-detail-tab .pakage-heading h3 {
		font-size: 2.2rem;
  }
  .service_pagination {
	padding: 8% 0;
  }
  .service_pagination a {
	font-size: 15px;
	width: 24px;
    height: 24px;
	line-height: 24px;
  }
  .each-pakage ul{
  	padding: 1rem .5rem;
  }
  .each-pakage td img {
    margin-right: .2rem;
  }
  .each-pakage li{
  	font-size: 1.4rem;
  }
}
/*==============modellen-dtl-new==========*/
.modellen-dtl-header {
	position: relative;
}
.modellen-dtl-header.header-area.is-hidden{
	background: #fff;
}
.modellen-dtl-header .logo{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.modellen-dtl-header.header-area .text-end ul li a{
	color: #171717 !important;
}
.modellen-dtl-header .text-end ul li .akker_btn_cls{
	border-color: #171717;
}
.modellen-dtl-header .text-end ul li .akker_btn_cls:hover, .modellen-dtl-header .text-end ul li .akker_btn_cls:focus, 
.modellen-dtl-header .text-end ul li .akker_btn_cls:active{
	color: #fff !important;
}
.modellen-dtl-header .menu-icon:after, .modellen-dtl-header .menu-icon:before, .modellen-dtl-header .menu-icon div {
  background-color: #171717;
}
.model-top-img{
	height: 56rem;
}
.model-top-img img, .model-gal img{
	height: 100%;
	object-fit: cover;
}
.model-top-next-block h2, .model-top-next-block h4, .model-content-area h4, .model-form-block h4, .model-form-block h5 span{
	color: #234190;
}
.model-top-next-block p{
		max-width: 980px;
  	margin: auto;
}
.model-top-next-block .akker_btn_cls, .model-form-block .akker_btn_cls{
	font-family: 'VolvoNovumRegular';
	font-size: 1.9rem;
	background: #234190;
	border-color: #234190;
	padding: 1.2rem 0;
}
.model-top-next-block .akker_btn_cls:active, .model-top-next-block .akker_btn_cls:focus, .model-top-next-block .akker_btn_cls:hover, 
.model-form-block .akker_btn_cls:active, .model-form-block .akker_btn_cls:focus, .model-form-block .akker_btn_cls:hover {
	border-color: #121212 !important;
	background-color: #121212 !important;
}
.btn-wrap{
	max-width: 63rem;
} 
.model-top-next-block .akker_btn_cls span:after{
	position: absolute;
  top: 52%;
  transform: translateY(-50%);
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/next.svg) no-repeat center /cover;
  right: 0;
}
.model-top-next-block h3{
	font-family: 'VolvoNovumMedium';
  font-size: 9.6rem;
  margin-bottom: 2rem;
}
.model-content-area table{
	width: 100%;
}
.model-content-area td{
	vertical-align: top;
	width: 33.33%;
	padding-right: 4%;
}
.model-content-area td h4{
	margin-bottom: 2rem;
}
.model-gal{
	height: 50rem;
	border-right: 2px solid #fff;
}
.model-gallery .col-3:last-child .model-gal{
	border-right: 0;
}
.model-form-top{
	background: #202831;
}
.model-form-top h5 span{
	margin: 1.2rem 0 4.2rem;
	display: block;
}
.model-form-top ul{
	font-size: 0;
}
.model-form-top li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-right: 1rem;
	padding-bottom: 1rem;
}
.model-form-top li:nth-child(even){
	padding-left: 1rem;
	padding-right: 0;
}
.form-left-content{
	background: #EEF0F5;
	padding-right: 5%;
	padding-left: 5%;
}
.model-form-block h5{
	font-family: 'VolvoNovumMedium';
}
.model-content-area td p, .model-form-block p{
	line-height: 199%;
}
.form-left-content .mx-auto{
	max-width:56rem;
}
.form-left-content h5{
	margin-top: 4rem;
}
.model-form-block .form-styl{
	color: #757575;
	border: 1px solid #EEF0F5;
	padding: 1.6rem;
	background: #FDFDFD;
	font-size: 1.8rem;
}
.model-form-block .form-styl:focus{
	border-color: #EEF0F5;
}
.model-form-block .form-styl:placeholder {
	color: #757575;
}
.model-form-block .form-styl:-ms-input-placeholder {
	color: #757575;
}
.model-form-block .form-styl::placeholder {
	color: #757575;
}
.model-form-block .akker_btn_cls{
	max-width: 16.6rem;
}
.model-form-block select.form-styl{
	color: #171717;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/dropdown.svg) transparent no-repeat 96% center;
	padding-right: 3rem;
}
.model-form-block select option{
	font-family: arial;
}
.model-form-block .form-check-input{
	border-color: #EEF0F5;
  width: 2rem;
  height: 2rem;
  margin-right: .75rem;
}

@media(min-width: 1600px){
	.model-content-area h4, .model-top-block h4, .model-form-top h4, .model-form-block h4{
		font-size: 3rem;
	}
	.model-form-block .form-styl{
		font-size: 2.4rem;
	}
}
@media(min-width: 1200px){
	.cmn-block-wrap{
		padding-left: 5%;
		padding-right: 5%;
	}
}
.middle-sec.bg-white{
	color: #171717;
}
.middle-sec.bg-white h4{
	max-width: 72rem;
}
@media(min-width: 1600px){
	.middle-sec.bg-white h2{
		font-size: 4.8rem;
	}
	.middle-sec.bg-white h4{
		max-width: 76rem;
	}
}