@import "fonts.css";
@import "common-class.css";
body {
	padding: 0;
	margin: 0;
	background: #f3f3f3;
	font-size: 1.6rem;
}
html {
    font-size: 62.5%;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.cursor{
	cursor: pointer;
}
/*========header========*/
.navbar-brand img, .logo-img {
    width: 250px;
}
.search-icon {
    width: 18px;
    margin-left: 30px;
}
/*========banner========*/
.banner-sec, .each-banner {
    position: relative;
    background: #121212;
}
.banner-wrap{
	background: #000;
	overflow: hidden;
	margin-right: 8%;
	position: relative;
}
.banner-sec:before, .each-banner:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 40%;
	background: #191919;
}
.each-banner:before{
	height: 100%;
	background: url(../images/gradient.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.banner-content, .banner-btm{
	position: absolute;
	z-index: 2;
	width: 100%;
}
.banner-content{
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
}
.banner-btm{
	bottom: 0;
	right: 0;
}
.banner-btm h6{
	margin: 1rem 0;
}
.banner-btm td{
	padding: 0 0 0 3rem;
}
.banner-btm td .akker_btn_cls{
	min-width: 290px;
}
/*=============product=========*/
.product-sec{
	overflow: hidden;
}
.product-wrap{
	position: relative;
	padding: 4% 0 4% 4%;
}
.product-wrap:before{
	position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    content: '';
    background: #121212;
    z-index: -1;
}
.mt{
	margin-top: 6rem;
}
.home-car .swiper-button-prev{
	left: 18%;
}
.home-car .swiper-button-next{
	right: 51%;
}
.product-content td{
	vertical-align: top;
}
.product-content{
	padding: 16px;
}
.product-sec .h-50, .product-slider{
	padding-bottom: 16px;
}
.product-sec .h-50 img, .product-img img{
	height: 100%;
	object-fit: cover;
}
.product-dtl table{
	width: 100%;
	margin: 4% 0;
}
.product-dtl td h6{
	color: #fff;
	height: auto;
	margin-top: 0;
}
.product-dtl td h6 span{
	color: #a0a0a0;
	display: block;
	margin-bottom: .75rem;
}
.product-dtl h4{
	height: 38px;
	overflow: hidden;
}
.product-dtl h6{
	height: 50px;
    overflow: hidden;
    margin-top: 10px;
}
/*=========service=======*/
.service-block{
	padding: 6% 0;
}
.olufsen_each_block .olufsen_image_content{
	position: relative;
}
.olufsen_each_block .olufsen_image_content img{
	object-fit: unset;
}
.service-block h5{
	color: #121212;
	text-transform: uppercase;
	font-family: 'ModeratExtendedLight';
}
.service-block ul{
	margin-top: 5rem;
}
.service-block li {
    margin-bottom: 2.5rem;
}
.service-block li a{
	position: relative;
    display: inline-block;
    padding-left: 0;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    opacity: .5;
}
.service-block li a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background: #b89276;
    opacity: 0;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.service-block a:hover {
    padding-left: 8rem;
    opacity: 1;
}
.service-block a:hover:before {
    width: 6rem;
    opacity: 1;
}
/*===========content========*/
.content-sec{
	overflow: hidden;
}
.content-wrap{
	background: #121212;
	padding-top: 6%;
}
.content-wrap, .content-sec{
	position: relative;
	z-index: 1;
}
.content-wrap:before, .content-sec:before{
	position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    content: '';
    background: #121212;
    z-index: -1;
}
.content-sec:before{
	top: auto;
	bottom: 0;
	width: 100%;
	height: 60%;
	background: #191919;
}
.content-sec h2{
	margin-bottom: 6%;
}
.content-sec .white-btn{
	margin-top: 4rem;
}
.content-wrap img{
	height: 100%;
	object-fit: cover;
}
.content-wrap .col-lg-5{
	padding-bottom: 16rem;
	padding-right: 6rem !important;
}
/*==========counter========*/
.counter-sec{
	background: #191919;
}
.video-img{
	position: relative;
    top: -12rem;
    z-index: 1;
}
.video-img:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #121212;
	opacity: .64;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.counter-sec .col-md-4{
	margin-bottom: 12rem;
}
.counter-sec h5, .counter-sec h5 span{
	color: #fff;
	font-family: 'ModeratExtendedBlackItalic';
}
.counter-sec h6 span{
	font-family: 'ModeratExtendedMedium';
	color: #b89276;
}
/*=========footer=======*/
.insta-block, footer{
	background: #191919;
}
.footer-wrap{
	background: #121212;
    padding: 7% 5%;
    border-top: 12px solid #191919;
}
footer h6, footer .row a{
	color: #727272;
    text-transform: uppercase;
    font-family: 'ModeratLight';
    font-size: 1.8rem;
    line-height: 1.6;
}
footer .row a{
	text-decoration: underline !important;
}
.map-view, footer li h6{
	text-transform: initial;
	color: #727272;
}
footer td{
	padding-left: 10rem;
	vertical-align: top;
}
footer li{
	display: inline-block;
	margin-right: 3rem;
	vertical-align: middle;
}
footer ul{
	padding: 2rem 0;
	text-align: right;
}
/*=============diensten============*/
.top-content{
	background: #111111;
	padding: 5% 0;
}
.top-content h2, .list-content h4, .dtl-content-block h2{
	margin-bottom: 2.5rem;
}
.top-content h5{
	color: #fff;
}
.top-content ul{
	margin-top: 0;
}
.list-content{
	background: #eeeeee;
	padding: 10%;
}
.diensten-list .col-md-6:nth-child(even) .list-content{
	background: #fff;
}
/*==========diensten-dtl=========*/
.back-btn, .diensten-header, .dtl-top-block, .dtl-top-block .content-wrap{
	background: #111111;
}
.back-btn{
	padding-top: 3rem;
}
.dtl-top-block .content-wrap:before, .dtl-top-block.content-sec:before, .dtl-content-block .video-img:before{
	display: none;
}
.dtl-content-block{
	background: #1a1a1a;
}
.block-wrapper{
	padding: 5% 0 5% 5%;
}
.diensten-slider, .form-sec{
	background: rgba(245, 245, 245, 0.6);
}
.slider-heading{
	position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 20px;
    z-index: 1;
}
.slider-heading h5{
	color: #fff;
}
.form-sec{
	padding: 8% 0 4%;
}
.form-wrap{
	padding: 0 5%;
}
.member-img{
	width: 100px;
	border-radius: 100%;
}
.form-sec p, .form-sec p a{
	font-family: 'ModeratExtendedRegular';
	color: #111111;
}
.form-sec td a{
	text-decoration: underline;
}
.form-sec p span{
	font-size: 1.8rem;
}
.form-sec td:first-child{
	width: 35%;
    padding-right: 1rem;
}
.form-sec .form-group{
	margin-bottom: 1rem;
}
.form-styl {
  resize: none;
  background-color: #fff;
  border-radius: 0;
  font-family: 'ModeratExtendedRegular';
  border: 0;
  color: #1a1a1a;
  font-size: 1.6rem;
  height: auto;
  padding: 2.5rem;
}
.form-styl:focus {
  box-shadow: none;
  background-color:#fff;
  color:#1a1a1a;
}
.form-styl:placeholder{
	color: #1a1a1a;
}
.form-styl:-ms-input-placeholder{
	color: #1a1a1a;
	opacity: 1;
}
.form-styl::placeholder{
	color: #1a1a1a;
	opacity: 1;
}
.mb{
	margin-bottom: 6rem;
}
/*===========contact=========*/
.address-area h6{
	font-family: 'ModeratExtendedMedium';
	color: #fff;
	line-height: 1.65;
	margin-bottom: 3rem;
}
.address-area h6 span{
/*	font-family: 'ModeratLight';
	color: #7d7d7d;
	font-size: 1.8rem;
	text-transform: uppercase;*/
}
.address-area a, .openingtime h6 span{
	color: #7d7d7d;
	padding-left: 0 !important;
	text-decoration: underline;
}
.address-area .map-view:hover{
	color: #b89276;
}
.contact-form form{
	padding-top: 16%;
    padding-right: 10%;
}
.contact-form .common-bg{
    margin-top: -7rem;
}
.contact-form{
	padding: 0 0 8%;
}
.iframe-wrap{
	padding: 15%;
    background: #1a1a1a;
    margin: 8% 0;
}
/*=============overons==========*/
.overons-top-block .content-wrap:before{
	left: 0;
	right: auto;
}
.overons-top-block .row{
	padding-left: 6%;
	padding-bottom: 6%;
}
.overons-top-block:before, .overons-counter .video-img:before{
	display: none;
}
.overons-top-block h2, .txt-area h2{
	margin-bottom: 3rem;
}
.overons-counter, .team-block, .overons-top-block, .gallery-slider{
	background: #fff;
}
.overons-counter h5, .overons-counter h5 span{
	color: #111111;
}
.overons-counter .video-img{
	padding-left: 8%;
}
.member{
	margin-top: 10rem;
    margin-left: -10rem;
}
.team-block{
	padding-bottom: 15rem;
	margin-top: -12rem;
}
.txt-area{
	padding-right: 10%;
	padding-top: 6%;
}
.gallery-wrap{
	margin-right: 10%;
	position: relative;
}
.gallery-wrap .swiper-button-next{
	right: -6%;
}
.gallery-wrap .swiper-button-prev{
	left: 3%;
}
.overons-bottom-sec{
	background: #1a1a1a;
	padding: 8% 0;
}
.overons-bottom-sec p{
	margin: 3rem 0 7rem;
}
/*===========aanbod=======*/
.aanbod-list, .filter-block{
	background: #111111;
}
.filter-block .col-lg-4{
	width: 20% !important;
}
.filter-block{
	padding: 4% 0;
}
.select-styl{
    border: 1px solid #585858;
    padding: 2rem;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.svg) #111111 no-repeat 94% center/12px;
}
.select-styl, .filter-block .text-end{
	text-transform: uppercase;
	font-family: 'ModeratExtendedRegular';
    color: #fff;
}
.select-styl option{
	font-family: arial;
}
.filter-block .text-end img{
	margin-top: -3px;
    margin-left: 15px;
}
.aanbod-list .row.mb{
	background: #fff;
}
.aanbod-list .product-dtl td h6, .aanbod-grid .product-dtl h5, .aanbod-grid .product-dtl .row h6 span{
	color: #111111;
}
.aanbod-list{
	padding-bottom: 6%;
}
/*==========aanbod grid========*/
.aanbod-grid .product-dtl{
	background: #fff;
	padding: 1.5rem;
}
.aanbod-grid .product-dtl h5, .aanbod-grid .product-dtl h6 span{
	font-family: 'ModeratExtendedLight';
}
.aanbod-grid .product-dtl .row{
	border-bottom: 1px solid rgba(46, 46, 46, .15);
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}
.aanbod-grid .product-dtl td:not(:first-child){
	border-left: 1px solid rgba(46, 46, 46, .15);
}
.aanbod-grid .product-dtl td:not(:first-child) h6{
	margin: auto;
	display: table;
}
.aanbod-grid .product-dtl h5{
	height: 60px;
	overflow: hidden;
}
.aanbod-grid .text-lg-end h6{
	height: auto;
}
/*======================aanbod-dtl-page start===============================*/
/**product-name-sec***/
.product-name-sec { 
	padding: 7.5rem 0 5rem;
	background-color: #111111;
}
.product-name-sec h4 {
	text-transform: none;
	margin-bottom: 1rem;
}
.product-name-sec h6 {
	opacity: 0.5;
}
/***aanbod-dtl-gallery-sec"****/
.aanbod-dtl-gallery-sec .olufsen_each_block .olufsen_image_content  {
	position: relative;
}
.aanbod-dtl-gallery-sec .olufsen_each_block a,
.aanbod-dtl-gallery-sec .olufsen_each_block {
	height: 100%;
}
.aanbod-dtl-gallery-sec .olufsen_each_block a::after {
	display: none;
}
/***dtl-info-sec**/
.dtl-info-sec { 
	padding-top: 5%;
	background-color: #111111;
}	
.dtl-info-wrap {
	max-width: 125rem;
	width: 100%;
	margin: 0 auto;
}
.dtl-info-sec table {
	margin: 0 auto;
}
.dtl-info-sec td {
    text-align: center;
    padding-right: 10rem;
    vertical-align: top;
}
.dtl-info-sec td:last-child {
	padding: 0;
}
.dtl-info-sec td h6,
.dtl-info-sec td p {
	font-size: 1.8rem;
	font-family: 'ModeratExtendedLight';
}
.dtl-info-sec td h6 {
	margin-bottom: 0.5rem;
}
.dtl-info-sec td span {
	color: #bd9d7f;
}
/***dtl-feature-sec****/
.dtl-feature-sec {
	background-color: #111111;
	padding: 6% 0;
}
.dtl-feature-sec .swiper-slide {
	height: auto;
}
.dtl-feature-sec h5 {
	margin-bottom: 6rem;
	text-transform: uppercase;
	font-family: 'ModeratExtendedLight';
}
.each-dtl-feature { 
	background-color: #1f1f1f;
	border: 2px solid #1f1f1f;
	padding: 2.4rem;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	transition: all 0.5s;
}
.each-dtl-feature h6 {
	margin-bottom: 8rem;
	text-transform: uppercase;
	color: #fff;
}
.each-dtl-feature-img { 
	width: 50%;
	height: 13rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-dtl-feature-img img {
	height: 100%;
	object-fit: cover;
}
.each-dtl-feature:hover{
	border-color: #bd9d7f;
}
/****dtl-tab-sec*****/
.dtl-tab-sec {
	background-color: #111111;
	padding-top: 50px;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'ModeratExtendedMedium';
    font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: transparent;
    color: #a0a0a0;
	/*opacity: 0.14;*/
    padding: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	position: relative;
	transition: all 0.5s;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link::after {
	content: '';
	height: 0.2rem;
	width: 4rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	opacity: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active::after {
	opacity: 1;
	color: #fff;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	opacity: 1;
	color: #fff;
}
/*****dtl-tab-content******/
.dtl-tab-content-heading h4 {
	padding: 5rem 0;
	color: #fff;
}
.dtl-tab-sec .tab-content {
	padding-right: 3rem;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'ModeratExtendedLight';
    font-size: 1.6rem;
    color: #fff;
    padding-bottom: 1rem;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 0.8rem;
    padding-left: 1.3rem;
    background-size: 0.7rem;
    color: #aaaaaa;
	font-family: 'ModeratExtendedLight';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h6 {
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
	color: #fff;
	text-transform: uppercase;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.dtl-tab-sec .tab-content p {
	color: #fff;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
    font-family: 'ModeratExtendedLight';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 0.8rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b89276;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #b89276;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
	font-size: 1.6rem;
}
.each-onderhoud-block h4 {
    color: #fff;
    font-family: 'ModeratExtendedRegular';
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #fff;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'ModeratExtendedLight';
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/***dtl-info-area***/
.dtl-info-area { 
	max-width: 60rem;
	width: 100%;
	margin-left: auto;
}
.dtl-info-reach h5 {
	font-family: 'ModeratExtendedRegular';
}
.dtl-info-reach li  {
	margin-top: 2rem;
	font-family: 'ModeratExtendedRegular';
	font-size: 1.7rem;
}
.dtl-info-reach a img {
	width: 1.7rem;
  	margin-right: .5rem;
}
.dtl-info-reach a:hover {
	color: #121212;
}
.dtl-info-reach p {
	color: #fff;
	margin-top: 3rem;
}
.dtl-info-text {
	margin: 4rem 0 5rem;
}
.dtl-info-text p {
	margin-bottom: 3rem;
	color: #7f7f7f;
}
.dtl-info-text .txt-btn {
	font-family: 'ModeratExtendedLight';
    font-size: 1.6rem;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-info-text .txt-btn img {
	width: 1.5rem;
	margin-left: 2rem;
	filter: brightness(10);
	-webkit-filter: brightness(10);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-info-text .txt-btn:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.dtl-info-btn .white-btn {
	max-width: 100%;
	margin-top: 1.5rem;
	text-transform: uppercase;
}
.dtl-man {
	border-radius: 100%;
    width: 11rem;
    height: 11rem;
    object-fit: cover;
}
/***aanbod-dtl-form-sec*****/
.aanbod-dtl-form-sec {
	padding: 8% 0 6%;
	background-color: #111111;
}
.aanbod-dtl-form-sec h4 {
	margin-bottom: 6.5rem;
}
.aanbod-dtl-form-sec p, 
.aanbod-dtl-form-sec p span,
.aanbod-dtl-form-sec p a {
	color: #fff;
}
.aanbod-dtl-form-sec .form-styl {
	background-color: #1d1d1d;
	color: #fff;
}
.aanbod-dtl-form-sec .form-styl:focus {
	box-shadow: none;
	background-color:#1d1d1d;
	color:#fff;
}
.aanbod-dtl-form-sec .form-styl:placeholder{
	background-color: #1d1d1d;
	color:#fff;
}
.aanbod-dtl-form-sec .form-styl:-ms-input-placeholder{
	background-color: #1d1d1d;
	color:#fff;
}
.aanbod-dtl-form-sec .form-styl::placeholder{
	background-color: #1d1d1d;
	color:#fff;
}
/***related-product-sec***/
.related-product-sec {
	background-color: #111111;
	padding-bottom: 7rem;
}
.related-product-slider {
	position: relative;
}
.related-product-slider .common-arrow {
	height: 4rem;
	width: 4rem;
	background-color: #fff;
	border-radius: 100%;
}
.related-product-slider .common-arrow img {
	width: 1.5rem;
}
.related-product-slider .swiper-button-next {
	right: -10rem;
}
.related-product-slider .swiper-button-prev {
	left: -10rem;
}
.related-product-slider .product-dtl {
	background-color: #111111;
	padding-left: 0;
	padding-right: 0;
}
.related-product-slider .product-dtl h5 {
	color: #fff;
}
.related-product-slider .product-dtl .row h6 span {
	color: #fff;
}
.related-product-slider .product-dtl .row {
	border-bottom-color: #2e2e2e;
}
.related-product-slider .product-dtl td:not(:first-child) {
	border-left-color: #2e2e2e;
}
/*======================verkocht-page start===============================*/
/***verkocht-top-sec***/
.verkocht-top-sec {
	padding: 5% 0;
}
/***verkocht-product-sec****/
.verkocht-product-sec .row.mb {
	background-color: #111111;
}
.verkocht-product-sec .product-content {
	padding-top: 0;
	padding-bottom: 0;
}
.verkocht-product-sec .product-dtl h4 span {
	color: #fff;
}
.verkocht-product-sec .product-dtl td h6 {
	color: #fff;
}
.verkocht-product-sec .product-dtl td h6 span {
	margin: 0.75rem 0 0;
}

/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}

.star_icon h6{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
	font-size: 2rem;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-family: 'ModeratExtendedLight';
    font-size: 16px;
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li .fst_start{
	width: 15px;
	margin-top: -3px;
	margin-right: 5px;
	margin-left: 0;
}
.photo_contnt ul{
	padding-bottom: 1rem;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.form-1, .form-2, .form-3 {
	display:none;
}
.form-1 .form-styl, .form-2 .form-styl{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.privacy-sec{
	background: #121212;
}
.privacy-sec h3{
	color: #fff;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}

/*================search-area-popup===============*/
.search-area { 
	background-color: #181818;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s;
}
.search-area.active{
	opacity: 1;
	pointer-events: all;
}
.search-close { 
	position: absolute;
	top: 3rem;
	right: 3rem;
	cursor: pointer;
}
.search-close img {
	width: 3rem;
}
.search-body { 
	text-align: center;
    position: relative;
    top: 50%;
    width: 633px;
    margin: 0 auto;
    transform: translateY(-50%);
    max-width: 90%;
}
.search-body h4 {
	color: #fff;
	margin-bottom: 2.5rem;
	font-family: 'ModeratExtendedLight';
}
.search-field {
	position: relative;
}
.search-field button {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	height: 100%;
	border: none;
}
.search-field button img {
	width: 2rem;
	filter: invert(100%);
}
.search-field .form-styl {
	padding-right: 5rem;
}
/*.ros-lease-amount
{
	
}*/

.aanbod-list .ros-lease-amount {
	color:#111111;
} 
.slider-block .ros-lease-amount{
	color: #fff;
}
footer a:hover span{
	color:#bd9d7f 
}
.map-view{
	text-transform: initial !important;
}
.WidgetTitle__Header-sc-ruy1gu-2.jfpmQZ {
    margin-top: 5em;
	margin-bottom: 2em;
}
div#eapps-google-reviews-1c3e771b-9fe3-4a77-8d13-3f17527f0cfd {
    margin-bottom: 5em;
}
.text-center.mb-5{
	margin-bottom: 10em !important;
}
.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}

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

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

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}
.banner-sec:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/gradient.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 58%;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    padding: 20px;
}
.modal-area .modal-content .col-lg-4 {
    width: 37%;
}
.modal-area .modal-content .col-lg-8 {
    width: 63%;
}
.modal-area .popup-content h2 {
	font-size: 2.4rem;
	color: #1a1a1a;
	font-family: 'ModeratExtendedRegular';
}
.modal-area .popup-content p {
    margin: 35px 0 50px;
	color: #1a1a1a;
}
.modal-area .popup-content {
    padding: 85px 13% 50px;
    background-color: #fff;
    text-align: center;
}
.close-img {
    font-family: 'ModeratExtendedRegular';
    font-size: 3rem;
    color: rgba(0, 0, 0, 0.64);
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 1;
}
.close-img:hover {
    color: rgba(0, 0, 0, 0.64);
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fixed-whatsapp-icon{
		display: none;
	}
}
/*=============review==========*/
.inner-banner .banner-wrap{
	height: auto;
}
.inner-banner.banner-sec::after, .inner-banner .each-banner::before{
	display: none;
}
.review-top-block .form-sec{
	background: transparent;
}
.rating{
	color: #fff;
	padding: 2rem 0;
	text-transform: uppercase;
	font-family: 'ModeratExtendedRegular';
}
.review-top-block.service-block li{
	display: inline-block;
	margin-bottom: 0;
}
.rating-widget{
	width: auto;
	display: inline-block;
	margin-left: 5px;
}
.review-top-block #stars{
	margin-top: 0;
}
.review-sec{
	background: #eaeaea;
	padding: 5rem 0;
}
.each-review{
	background: #fff;
	/*padding: 2rem 5rem 7rem;*/
	padding: 2rem 5rem 3rem;
	margin: 3rem 0;
}
.each-review h2{
	font-family: 'ModeratBold';
	margin-bottom: 2rem;
}
.each-review h2, .each-review p{
	color: #1c1c1c;
}
/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}
/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:26px; /* Change the size of the stars */
  color:#ccc;
   width: auto;
   margin-right: 2px;
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}
.date-area{
	padding-top: 35px;
}

.servioce-img-hvr {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.servioce-img-hvr:hover {
  transform: scale3d(1.08,1.08,1);
}
.modal-area #myModalVideo .modal-dialog{
	max-width: 60%;
}
.modal-area #myModalVideo .close-img{
	width: 30px;
  	height: 30px;
  	font-size: 0;
}
.modal-area #myModalVideo .close-img img{
	width: 20px;
}
@media(max-width: 991.98px){
	.modal-area #myModalVideo .modal-dialog{
		max-width: 94%;
		margin: 20% auto 0;
	}
}