@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;        
	margin: 0px;
	font-family: 'OxygenRegular';
    font-size: 1.8rem;
    color: #dedaca;
}
.dblock{
	display:none;
	background: #dedaca;
}
html{
	font-size: 62.5%;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
    display:none;
}
/****header****/
.header-area{
	padding: 3rem 0;
	height: auto;
}
.header-area.is-hidden .header_inner{
	opacity: 1;
}
.header-area.is-hidden{
	/*background-color: #1e1e1e;*/
	background-color: rgba(0, 0, 0, 0.7);
}
.header-area .header_inner > div.row {
    max-width: 100%;
	margin: 0;
}
.header-area .header_inner{
	padding: 0;
	margin: 0;
}
.header-area .navbar-brand{
	margin: 0;
}
.header-area .nav-link{
	font-size: 2rem;
	color: #dedaca;
}
.header-area .twisted_effect_text_link.active{
	color: rgba(255, 255, 255, 0.5) !important;
}
.navbar-expand-lg{
	justify-content: center;
}
.header-area .menu-items a{
	color: #dedaca;
	font-size: 2rem;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	display: inline-block;
	letter-spacing: 0.150rem;
}
.header-area .menu-items a:hover{
	color: #e8c46c;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link{
	margin: 0 5rem 0 0;
	font-size: 2rem;
	letter-spacing: 0.150rem;
}
.header-area .navbar-expand-lg .navbar-nav{
	margin-top: 0;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link:after{
	content: "";
	background-color: #fff;
	width: 0;
	top: -7rem;
	left: 0;
	position: absolute;
	height: 0.1rem;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link.active:after{
	width: 100%;
}
.header-area .navbar-expand-lg{
	padding: 0;
}
.header-area .text-end .nav_menu_right_part{
	right: 0;
}
.header-area .text-end .nav-link{
	margin-right: 0;
	margin-left: 1.2rem;
	opacity: 1;
}
.header-area .text-end .nav-item{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}
.header-area .twisted_effect_text_link:where(:hover, :focus-visible) {
	color: rgba(255, 255, 255, 0.5) !important;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link:hover::after{
	width: 100%;
}
.header-area .menu-navigation {
	padding: 12rem 3rem 3rem;
  }
.header-area .nav-link:hover:before{
	display: none;
}
.logo img{
	width: 37.8rem;
	padding-top: 2rem;
}
.menu-click.active a{
    opacity: 0 !important;
}
/****banner****/
.banner-area{
	position: relative;
	overflow: hidden;
}
.banner-wrap{
	margin-bottom: -8%;
    margin-top: -8%;
}
.banner-area: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;
}
.ban-img{
	position: relative;
}
.banner-text{
	position: absolute;
	width: 100%;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	text-align: center;
	max-width: 79rem;
}
.banner-text h1{
	margin-bottom: 2rem;
}
.ban-counter{
	position: absolute;
	bottom: 10rem;
	left: 50%;
	transform: translateX(-50%);
	width: 70rem;
	z-index: 1;
}
.banner-text ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20%;
}
.banner-text ul li{
	color: #dedaca;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: 0.75rem;
	font-family: "quiche-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.banner-text ul li span{
	color: #dedaca;
	font-size: 4.6rem;
	letter-spacing: normal;
	font-family: 'OxygenRegular';
}
.banner-text .vdm_btn_cls{
	display: inline-flex;
	margin-right: 3rem;
	justify-content: center;
}
h1 span {
	text-transform: initial;
}
.video-bejik-btn{
	color: #dedaca;
	font-size: 1.5rem;
	display: inline-block;
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	text-transform: uppercase;
	letter-spacing: 0.150rem;
	margin-left: 3rem;
}
.video-bejik-btn:hover{
	color: #dedaca;
}
.video-bejik-btn:hover:after{
	background: #dedaca;
}
.video-bejik-btn:after{
	content: "";
	width: 100%;
	height: 0.1rem;
	background: #fff;
	bottom: -0.5rem;
	position: absolute;
	left: 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
/****content-block****/
.content-block{
	background: #121212;
	padding: 5% 0 0% 0;
}
.content-block-left{
	margin: 0rem -12rem 0 4rem;
	position: relative;
	z-index: 1;
	max-width: 68rem;
}
.content-block-left-txt{
	padding: 7rem 22% 0 0;
}
.content-block-left p{
	margin: 4rem 0 6rem;
	text-align: center !important;
}
.content-block-right .middle-area{
	/*padding: 50% 0;*/
	position: relative;
}
.content-block #parallax_banner_matrix_effect_down{
	background: transparent;
    padding: 0;
    margin-right: 0;
    border-radius: 0;
	box-shadow: none;
}
.content-top-img-txt h2{
	font-size: 9rem;
	color: #dedaca;
	line-height: 0.9;
}
.content-top-img-txt h5{
	margin-top: 2rem;
}
.content-bottom-img-txt{
	position: absolute;
	padding: 0 4rem 0 3rem;
	bottom: 4rem;
	left: 50%;
	transform: translateX(-50%);
	display: inline-flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
}
.content-bottom-img-txt img{
	width: 46rem;
}
.content-bottom-img-txt p{
	text-transform: uppercase;
}
.content-block .parallax_half_img{
	position: relative;
	z-index: 1;
	margin: -22% 21% 0 7.4%;
}
.content-block-right .content-block{
	background: transparent;
	padding: 0;
}
.content-top-img-txt {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 2;
}
.each-content-img{
	overflow: hidden;
	position: relative;
}
.each-content-img img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-content-img:hover img{
	transform: scale(1.1);
}
.each-content-img:after {
	content: '';
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-content-img:hover:after {
	top: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.content-block hr{
	border-top: 1px solid #575757;
	width: 90%;
	opacity: 1;
	margin: auto;
}
/****service-sec****/
.service-sec{
	background-color: #121212;
	padding-bottom: 3%;
}
.service-head{
	padding: 4.5% 6% 8.5% 6%;
}
.service-head p{
	padding: 5% 16% 0 0;
}
.service-slider .olufsen_each_block{
	width: 100%;
	position: relative;
}
.service-slider .olufsen_each_block a{
	margin: 0;
	padding: 0;
}
.service-slider .olufsen_image_content{
	position: relative;
}
.service-slider .olufsen_text_content{
	text-align: left;
	z-index: 1;
	padding: 0 0 3rem 7rem;
}
.service-slider{
	padding-left: 6%;
	position: relative;
}
.service-slider .container-fluid,
.service-slider .common-wrap{
	padding-right: 0;
}
.service-slider .swiper-slide-duplicate-prev .twisted_each_block:before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0,0.5);
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}
.service-slider .swiper-button-next{
	right: 4%;
}
.service-slider .swiper-button-prev img{
	transform: rotate(180deg);
}
.service-slider .swiper-pagination{
	left: 0;
}
.swiper-pegination-custom{
	margin-top: 5rem;
	position: relative;
}
.service-slider .swiper-pagination-progressbar {
    background: rgba(255, 255, 255, 0.20);
    position: absolute;
	bottom: 0;
	top: auto;
	left: 6.5%;
	width: 81%;
	height: 0.1rem;
	z-index: 1;
}
.service-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	left: 0;
	background-color: #fff;
}
.service-sec hr{
	opacity: 1;
	background-color: #575757;
	margin: 0;
	display: none;
}
/****footer****/
.footer-area{
	/*background: -webkit-linear-gradient(left, #2b302c, #000);*/
	background: #121212;
	padding-top: 7rem;
	position: relative;
}
.footer-area:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-image: url(../images/pattern-bg.png); 
	background-size: cover;
	background-position:center center;
	background-repeat: repeat;
	opacity: 8%;
	z-index: 1;
	display: none;
}
.footer-area .common-wrap > .row{
	position: relative;
	z-index: 2;
}
.footer-area h3{
	font-size: 4.1rem;
	margin-bottom: 12rem;
}
.footer-area h2{
	margin-bottom: 12rem;
}
.eamil-part{
	width: 100%;
	max-width: 70rem;
	margin-left: auto;
}
.eamil-part .form-styl{
	font-size: 1.5rem;
	color: #9a9a9a;
	height: 6rem;
	border-color: transparent;
	padding: 0 4rem;
	margin-bottom: 0;
}
.eamil-part .form-styl:focus {
    box-shadow: none;
} 
.eamil-part .form-styl::placeholder {
	color: #9a9a9a;
	opacity: 1;
}
.eamil-part .form-styl:-ms-input-placeholder {
	color: #9a9a9a;
	opacity: 1;
}
.eamil-part .vdm_btn_cls{
	background-color: #121212;
	color: #dedaca;
	height: 6rem;
	padding: 0;
	line-height: 6rem;
	max-width: 100%;
    min-width: auto;
}
.eamil-part .vdm_btn_cls:active, .eamil-part .vdm_btn_cls:focus, .eamil-part .vdm_btn_cls:hover {
	background-color: #dedaca;
    color: #1b1b1b;
}
.footer-info{
	padding-left: 13%;
	margin-bottom: 9rem;
}
.each-info h5{
	font-size: 1.6rem;
	margin-bottom: 2.5rem;
	text-transform: uppercase;
	letter-spacing: 0.75rem;
}
.each-info p{
	text-transform: uppercase;
}
.each-info{
	margin-bottom: 9rem;
	border-top: 1px solid #dedaca;
	padding-top: 3rem;
	position: relative;
	z-index: 1;
}
.each-info .twisted_effect_text_link, .each-info p a{
	color: #dedaca;
	transition: color .2s linear,border-bottom-color .2s linear;
}
.each-info .twisted_effect_text_link:where(:hover, :focus-visible), .each-info p a:hover{
	color: #1b1b1b;
 }
.each-info p a:hover{
	color: #e8c46c;
}
.footer-info .col-md-6:nth-child(odd) .each-info{
	margin-right: 18%;
}
.footer-info .col-md-6:nth-child(even) .each-info{
	margin-left: 18%;
}
.foot-middle-img{
	position: relative;
	z-index: 1;
}
.footer-area .navbar{
	z-index: 1;
}
 .footer-area .navbar-nav{
	flex-direction: unset;
	margin-top: 0;
	padding-top: 4%;
}
.footer-area .nav-link{
	font-size: 1.5rem;
	color: #dedaca;
	text-transform: uppercase;
	letter-spacing: 0.150rem;
}
.footer-area .nav-item{
	margin-right: 6rem;
}
.each-info .twisted_effect_text_link:where(:hover, :focus-visible) {
	color: #1b1b1b;
}
.footer-nav .twisted_effect_text_link:where(:hover, :focus-visible) {
	color: #e8c46c;
}
.footer-nav{
	padding: 5rem 0 7rem 0;
	position: relative;
}
.footer-nav:after{
	content: "";
	height: calc(100% + 11rem);
	width: 100%;
	background-color: #121212;
	bottom: 0;
	position: absolute;
	left: 0;
}
.social-icon img{
	width: 22px;
}
.social-icon a{
	margin-right: 1rem;
}
.footer-area .nav-item.social-icon{
	margin-right: 0;
}
.footer-logo{
	width: 60px;
}
/****product-sec****/
.brand-block{
	background: #121212;
	padding-bottom: 5%;
}
.brand-wrap{
	width: 100%;
	max-width: 88rem;
	margin: 0 auto;
	text-align: center;
}
.brand-wrap ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.brand-wrap p{
	padding: 5% 0 11% ;
	text-transform: capitalize !important;
}
.brand-wrap img{
	max-width: 120px;
}
.product-sec{
	background-color: #121212;
	padding-top: 4%;
	overflow: hidden;
}
.product-info,
.product-head{
	display: flex;
	justify-content: end;
	align-items: center;
	padding: 2.5rem 0;
}
.product-head table td{
	padding-left: 10rem;
	vertical-align: top;
}
.product-head table td span{
	color: #494949;
}
.product-head td h2 span, .each-collectie-head h2 span{
	color: #dedaca;
	text-transform: uppercase;
	font-family: 'OxygenRegular';
	letter-spacing: 4px;
}
.product-sec p{
	text-transform: uppercase;
	letter-spacing: 0.150rem;
}
.product-info td{
	vertical-align: top;
	padding: 0 2.5rem;
	position: relative;
}
.product-info td:after{
	content: "";
	width: 0.1rem;
	height: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	position: absolute;
	background: #fff;
}
.product-info td:last-child{
	padding-right: 0;
}
.product-info td:last-child:after{
	display: none;
}
.product-bg-img img{
	height: 100%;
	object-fit: cover;
}
.product-sec .swiper-slide-prev .product-img:after, .product-sec .swiper-slide-next .product-img:after{
	content:'';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #121212;
	opacity: .4;
	position: absolute;
}
.product-sec .swiper-slide-next .product-img:after{
	background: #000;
	opacity: .7;
}
.product-img{
	position: relative;
}
.product-sec .swiper-slide-prev .each-product-box .product-head, 
.product-sec .swiper-slide-prev .each-product-box .product-info,
.product-sec .swiper-slide-next .each-product-box .product-head, 
.product-sec .swiper-slide-next .each-product-box .product-info{
	opacity: 0;
}
.product-sec .swiper-slide-next .each-product-box, .product-sec .swiper-slide-active .each-product-box{
	margin: 40px 180px 40px 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-sec .swiper-slide-active .each-product-box{
	margin: 0;
}
.product-sec .swiper-slide-prev .each-product-box{
	width: 160%;
    margin-top: -30%;
    margin-bottom: 0;
}
.product-sec .swiper-button-next{
	right: 6%;
}
.product-sec .swiper-button-prev{
	left: 6%;
}
.product-sec .common-arrow{
	transform: translateY(-50%);
	top: 45%;
}
.product-sec .vdm_btn_cls{
	margin-top: 4%;
	max-width: 24.6rem;
}
.product-sec .swiper-button-prev img{
	transform: rotate(180deg);
	left: 1.2rem;
}
/*====================contact==================*/
/****contact-map-sec****/
.contact-map-sec{
	height: 55.1rem;
	position: relative;
}
.contact-map{
	height: 100%;
	position: relative;
}
.contact-ban-txt{
	position: absolute;
	padding: 0 0 4% 10%;
	bottom: 0;
}
/****contact-sec****/
.contact-sec{
	padding: 8% 0 6.5% 0;
	background-color: #121212;
}
.contact-wrap{
	padding: 0 4%;
}
.each-contact-info{
	display: flex;
	width: 100%;
}
.each-contact-info h5{
	color: #dedaca;
	margin-bottom: 1.5rem;
	/*text-transform: capitalize;*/
	letter-spacing: 0.75rem;
}
.each-contact-info p{
	color: #dedaca;
	font-size: 2rem;
	line-height: 5rem;
	letter-spacing: 0.150rem;
}
.each-contact-info{
	margin-bottom: 8.5rem;
}
.each-contact-info:last-child{
	margin-bottom: 0;
}
.each-contact-info-img{
	width: 9rem;
	height: 9rem;
	border-radius: 100%;
	margin: 4rem 3rem 1rem 0;
}
.each-contact-info-img img{
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.each-contact-info-txt{
	width: calc(100% - 9rem);
}
.each-contact-info .twisted_effect_text_link:where(:hover, :focus-visible), .each-contact-info-txt a:hover {
	color: #dedaca !important;
}
.each-contact-info .twisted_effect_text_link, .each-contact-info-txt a{
	color: #dedaca;
	transition: color .2s linear,border-bottom-color .2s linear;
}
.form-block{
	width: 100%;
	max-width: 61.5rem;
	margin-left: auto;
}
.form-block label{
	font-size: 2rem;
	color: #dedaca;
	margin-bottom: 3.4rem;
	letter-spacing: 0.75rem;
	font-family: "quiche-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.form-block .select-style {
    height: 6rem;
    width: 100%;
    color: #212121;
    font-size: 2rem;
    padding: 0 4rem;
    border: 0;
    appearance: none;
    background: url(../images/down-arrow.svg) #dedaca no-repeat 94% center/15px;
	letter-spacing: 0.1rem;
}
.form-styl {
    resize: none;
    background-color: #dedaca;
    border: 0;
    color: rgba(33, 33, 33, 0.5);
    font-size: 2rem;
    padding: 0 4rem;
    height: 6rem;
    border-radius: 0;
	letter-spacing: 0.1rem;
}
.form-block .form-group{
	margin-bottom: 5rem;
}
.form-styl:focus{
	box-shadow: none;
	color: rgba(33, 33, 33, 0.5);
}
textarea.form-styl {
    padding: 4rem;
    height: 23.3rem; 
}
.form-styl::placeholder {
	color: rgba(33, 33, 33, 0.5);
	opacity: 1;
}
.form-styl:placeholder {
	color: rgba(33, 33, 33, 0.5);
	opacity: 1;
}
.form-styl::-ms-input-placeholder {
	color: rgba(33, 33, 33, 0.5);
	opacity: 1;
}
.foto_upload{
	line-height: 6rem;
}
.footer-area .foot-middle-img .pe-3{
	margin-bottom: 0;
}
/*====================collectie==================*/
/****collectie-filter-sec****/
.collectie-filter-sec{
	background-color: #121212;
	padding-top: 11%;
}
.collectie-filter-wrap h2{
	text-align: center;
	line-height: 0.8;
}
.collectie-filter-wrap h2 span{
	font-size: 2rem;
}
.collectie-filter-wrap{
	width: 100%;
	max-width: 127rem;
	margin: 0 auto;
}
.collectie-filter-sec .select-style{
	width: 80%;
	height: 6rem;
	background-image: none;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #dbdbdb;
	background: #121212;
	text-align: center;
	color: #dedaca;
	text-transform: uppercase;
	margin-top: 5.5rem;
	font-size: 1.5rem;
	letter-spacing: 0.150rem;
}
.select-style option{
	font-family: arial;
}
.sorten{
	width: 100%;
	padding-left: 3rem;
}
.sorten .select-style{
	border: none;
	background: url(../images/sort-down.svg) #121212 no-repeat 0 center/25px;
	text-align: left;
	color: #dedaca;
	padding-left: 4.5rem;
}
/****collectie-list-sec****/
.collectie-list-sec{
	background-color: #121212;
	padding-bottom: 7%;
}
.each-collectie-list{
	border-bottom: 0.1rem solid #454545;
	padding:4% 6.5% 4% 6.5%;
}
.each-collectie-list:last-child{
	border-bottom: none;
}
.collectie-list-sec .product-dtl{
	margin-left: 0;
}
.each-collectie-head{
	padding-bottom: 3rem;
}
.each-collectie-list p{
	text-transform: uppercase;
	letter-spacing: 0.150rem;
}
.each-collectie-head span{
	color: #494949;
}
.each-collectie-head table td{
	vertical-align: top;
	padding: 0 2.5rem;
	position: relative;
}
.each-collectie-price{
	justify-content: right;
	display: flex;
}
.each-collectie-head table td:after {
    content: "";
    width: 0.1rem;
    height: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    position: absolute;
    background: #494949;
}
.each-collectie-head table td:last-child:after{
	display: none;
}
.each-collectie-head table td:last-child{
	padding-right: 0;
}
.each-collectie-list .product-info{
	padding-bottom: 0;
}
.each-collectie-list .product-info td:first-child{
	padding-left: 0;
}
/*====================verkocht==================*/
/****verkocht-top-sec****/
.verkocht-top-sec{
	padding: 15% 0 4% 0;
}
/****verkocht-list-sec****/
.verkocht-middle-img{
	position: relative;
}
.play-button-part{
	display: inline-flex;
	align-items: center;
	position: absolute;
	bottom: 2.5rem;
	right: 5rem;
}
.play-btn{
	width: 6.5rem;
	height: 6.5rem;
	border: 1px solid rgba(255, 255, 255, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	margin-right: 1.5rem;
}
.play-btn img{
	filter: invert(1);
	-webkit-filter: invert(1);
	width: 2.5rem;
}
/*====================diensten==================*/
/****diensten-ban****/
.diensten-ban{
	position: relative;
}
.inner-banner-text{
	position: absolute;
	top: 54%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}
/****diensten-list-sec****/
.diensten-list-sec{
	background-color: #1b1b1b;
	padding-bottom: 16%;
}
.each-diensten-list-box .olufsen_each_block{
	position: relative;
	width: 100%;
}
.each-diensten-list-box .olufsen_each_block a:after{
	display: none;
}
.each-diensten-list-txt{
	margin: 4rem 0 2rem;
}
.each-diensten-list-box .olufsen_each_block a{
	margin: 0;
	padding: 0;
}
.each-diensten-list-txt .border-btn{
	padding: 1.8rem 0;
	border-color: #dedaca !important;
}
.each-diensten-list-txt .border-btn:active, .each-diensten-list-txt .border-btn:focus, .each-diensten-list-txt .border-btn:hover {
	background-color: #dedaca !important;
	color: #1b1b1b !important;
 }
.each-diensten-list-box .olufsen_image_content {
    position: relative;
}
.each-diensten-list-img{
	position: relative;
	overflow: hidden;
	border: 3px solid transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.diensten-list-sec a:hover .each-diensten-list-img{
	border-color: #dedaca;
}
.each-diensten-list-txt h3{
	color: #dedaca;
}
.each-diensten-list-txt h2{
	color: #dedaca;
	text-transform: none;
}
.each-diensten-list-txt p{
	margin: 2.5rem 0 7rem 0;
}
.each-diensten-list-box{
	padding-top: 16rem;
	position: relative;
}
.diensten-list-sec .col-md-6:nth-child(odd) .each-diensten-list-box{
	padding-right: 21%;
}
.diensten-list-sec .col-md-6:nth-child(even) .each-diensten-list-box{
	padding-left: 21%;
}
.diensten-list-sec .col-md-6:nth-child(odd) .each-diensten-list-box:after{
	content: "";
	width: 0.1rem;
	top: 16rem;
	height: 77%;
	background-color: #7d7d7d;
	right: 0;
	position: absolute;
}
/****diensten-foot-upper-sec****/
.diensten-foot-upper-sec{
	position: relative;
	overflow: hidden;
}
.diensten-foot-upper-sec .vdm_btn_cls{
	margin-top: 7.4rem;
}
.diensten-foot-upper-sec .vdm_btn_cls:hover, .diensten-foot-upper-sec .vdm_btn_cls:active, 
.diensten-foot-upper-sec .vdm_btn_cls:focus{
	background-color: #121212;
}
.diensten-foot-upper-sec #parallax_banner_matrix_effect_down {
    background: transparent;
    padding: 10%;
    margin-right: 0;
    border-radius:0;
	box-shadow: none;
	position: relative;
	z-index: -1;
}
.diensten-foot-upper-sec .content-block-left{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	width: 40rem;
	text-align: center;
}
.diensten-foot-upper-sec .content-block-right .middle-area{
	padding: 21% 0;
}
/*====================diensten-dtl==================*/
/****back-btn-sec****/
.back-btn-sec{
	background-color: #121212;
	padding-top: 10%;
}
.back-btn-sec .twisted_effect_text_link {
	display: inline-block;
	color: #dedaca;
	font-size: 1.5rem;
	text-transform: uppercase;
	position: relative;
	padding-left: 2.5rem;
	z-index: 9;
}
.back-btn-sec .twisted_effect_text_link:after{
	background-image: url(../images/golden-arrow.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 1.2rem;
	position: absolute;
	left: 0;
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	top: 50%;
	transform:translateY(-50%) rotate(180deg);
	/*filter: brightness(10);
	-webkit-filter: brightness(10);*/
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.back-btn-sec .twisted_effect_text_link:where(:hover, :focus-visible) {
	color: #dedaca;
 }
 .back-btn-sec .twisted_effect_text_link:where(:hover, :focus-visible):after{
	filter: none;
	-webkit-filter: none;
}
.back-btn-wrap{
	padding: 0 6%;
}
/****diensten-dtl-top-sec****/
.diensten-dtl-top-sec{
	background-color: #121212;
	padding: 2% 0 9% 0;
}
.diensten-dtl-top-sec .service-head{
	padding-top: 0;
	padding-bottom: 0;
}
.diensten-dtl-top-sec .service-head p{
	padding: 0;
}
.diensten-dtl-top-txt{
	padding-left: 15%;
	padding-top: 4rem;
}
/****diensten-dtl-middle-sec****/
.diensten-dtl-middle-sec{
	background-color: #121212;
}
.diensten-dtl-middle-sec .col-md-7{
	width: 56%;
}
.diensten-dtl-middle-sec .col-md-5{
	width: 44%;
}
.diensten-dtl-middle-txt{
	padding: 0 12.5%;
}
.diensten-dtl-middle-txt p{
	padding: 6% 0 16% 0;
}
.diensten-dtl-middle-txt ul{
	padding-top: 16%;
	border-top: 1px solid #d8d8d8;
	list-style-type: disc;
	padding-left: 15px;
}
.diensten-dtl-middle-txt ul li{
	margin-bottom: 5rem;
}
.diensten-dtl-middle-txt ul li:last-child{
	margin-bottom: 0;
}
/****diensten-dtl-contact****/
.diensten-dtl-contact{
	overflow: hidden;
}
.diensten-dtl-contact h1{
	margin-bottom: 6%;
}
.diensten-dtl-contact .form-block{
	position: relative;
	padding: 14rem 0;
}
.diensten-dtl-contact .form-block:after{
	content: "";
	width: calc(100% + 70%);
	height: 100%;
	/*background: #dedaca;*/
	background: -webkit-linear-gradient(left, #121212, #121212);
	top: 0;
	left: -31%;
	position: absolute;
}
.diensten-dtl-contact .form-group,
.diensten-dtl-contact .vdm_btn_cls{
	position: relative;
	z-index: 1;
}
.diensten-dtl-contact label{
	color: #dedaca;
}
/****diensten-dtl-list-sec****/
.diensten-dtl-list-sec{
	background: #121212;
	padding-bottom: 10%;
}
.diensten-dtl-list-wrap{
	padding: 0 6%;
}
.diensten-dtl-list-sec .col-md-6:nth-child(odd) .each-diensten-list-box:after{
	display: none;
}
.diensten-dtl-list-sec .each-diensten-list-box{
	padding-top: 7rem;
}
/*====================over-ons==================*/
/****over-ons-top-sec****/
.over-ons-top-sec{
	padding: 4.5% 0;
}
/****ons-content-block****/
.ons-content-block{
	padding-top: 2.5%;
}
.ons-content-block .content-block-top-img{
	padding: 70% 0 10% 10%;
}
.ons-play-btn{
	width: 10rem;
	height: 10rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ons-play-btn img{
	width: 2rem;
}
.ons-content-block .content-block-left-img{
	position: relative;
}
.ons-content-txt{
	width: 100%;
	max-width: 60rem;
	padding-right: 3rem;
	margin-top: 3rem;
}
.ons-content-txt h2{
	margin-bottom: 3rem;
}
.ons-content-block .content-block-top-img{
	margin-left: -12%;
}
/****ons-middle-sec****/
.ons-middle-sec{
	background: -webkit-linear-gradient(left, #2b302c, #000);
}
.ons-middle-txt{
	background: #121212;
	padding: 8.5rem 0 3rem 0;
	margin: 29% 19% 0 -36%;
}
.ons-middle-sec .diensten-dtl-middle-txt{
	background: #121212;
}
.ons-middle-sec .count {
	color: #dedaca;
	font-size: 5rem;
	font-family: 'OxygenRegular';
}
.ons-middle-sec ul li{
	display: inline-flex;
	align-items: center;
}
.ons-middle-sec table{
	width: 100%;
	margin-left: -21%;
	margin-top: 5%;
}
.ons-middle-sec table td{
	width: 50%;
	padding-bottom: 4rem;
}
.ons-middle-sec table tbody tr td:first-child{
	text-align: center;
}
.ons-middle-sec table tbody tr td:last-child{
	padding-left: 5rem;
}
.ons-middle-sec hr{
	opacity: 1;
	background-color: #d8d8d8;
}
.ons-middle-sec .diensten-dtl-middle-img{
	padding-right: 5.7%;
}
/****review-sec****/
.review-sec{
	background: #121212;
	padding: 5% 0 6% 0;
}
.each-review-box ul li{
	display: inline-block;
	margin-right: 0.8rem;
}
.each-review-box h3{
	font-family: 'OxygenRegular';
	font-weight: normal;
}
.each-review-box ul li img{
	width: 2.5rem;
}
.each-review-box ul li:last-child{
	margin-right: 0;
}
.each-review-box h4{
	color: #868686;
	margin: 1.5rem 0 2rem 0;
	letter-spacing: 0.1rem;
}
.each-review-box p{
	margin: 2.6rem 0;
}
.each-review-box h5{
	font-size: 1.8rem;
	color: #5e5e5e;
	letter-spacing: 0.1rem;
	font-family: 'OxygenRegular';
	font-weight: normal;
}
.review-sec .swiper-pagination-bullet{
	background-color: #ffff;
	width: 27.5rem;
	border-radius: 0;
	height: 0.4rem;
	margin-right: 2.6rem;
}
.swiper-pegination-outer{
	padding-top: 11%;
}
.review-sec .swiper-pagination{
	display: flex;
	justify-content: space-between;
	bottom: 0;
}
.review-wrap {
	padding: 0 4%;
}
.review-sec h2{
	margin-bottom: 9%;
}
/****ons-gallery-sec****/
.ons-gallery-sec{
	background-color: #121212;
}
.ons-gallery-sec .olufsen_each_block{
	width: 100%;
	height: 100%;
}
.ons-gallery-sec .olufsen_each_block a{
	margin: 0;
	padding: 0;
	height: 100%;
}
.ons-gallery-sec .olufsen_each_block a:after{
	display: none;
}
.ons-gallery-sec .olufsen_image_content{
	position: relative;
	height: 100%;
}
.ons-gallery-sec .twisted_image_content img{
	height: 100%;
	object-fit: cover;
}
.ons-gallery-sec h2{
	margin-bottom: 9rem;
}
/****ons-member-sec****/
.ons-member-sec{
	background: -webkit-linear-gradient(left, #2b302c, #000);
	padding: 8% 0 7% 0;
}
.ons-member-wrap{
	padding: 0 8%;
}
.each-member-box h3{
	margin: 4rem 0 3.5rem 0;
}
.each-member-txt{
	padding-right: 28%;
}
.each-member-txt p{
	font-size: 2rem;
}
.each-member-img{
	position: relative;
}
.member-sign-img{
	position: absolute;
	left: 3rem;
	bottom: 3rem;
	width: 27rem;
}
.each-member-img img{
	position: relative;
	z-index: 2;
}
.ons-member-wrap .col-md-6:nth-child(even) .each-member-box{
	padding-right: 16%;
}
.ons-member-wrap .col-md-6:nth-child(odd) .each-member-box{
	padding-left: 16%;
	margin-top: 15%;
}
.each-member-img:after{
	content: "";
	background-image: url(../images/quote.png);
	background-position: left;
	background-size: 30rem;
	left: -22rem;
	bottom: -14rem;
	position: absolute;
	background-repeat: no-repeat;
	width: 30rem;
	height: 30rem;
	z-index: 1;
}
/*====================collectie-dtl===================*/
/****dtl-bk-btn-sec****/
.dtl-bk-btn-sec{
	position: relative;
}
.dtl-bk-btn-sec .back-btn-wrap{
	position: relative;
    margin-bottom: -3rem;
    z-index: 1;
	padding-top: 2%;
}
/****collectie-dtl-gallery****/
.collectie-dtl-gallery{
	background: #121212;
	position: relative;
}
.each-collectie-gal-box{
	height: 100%;
}
.each-collectie-gal-box img{
	height: 100%;
	object-fit: cover;
}
.collectie-dtl-gallery h2{
	margin-bottom: 8%;
}
.dtl-gallary-hide .each-collectie-gal-box{
	padding: 1rem 0.5rem 0 0.5rem;
}
.dtl-gallary-hide{
	margin: 0 -0.5rem;
}
.dtl-gallary-hide{
	display: none;
}
.d-none{
	display: none;
}
.d-block{
	display: block;
}
/****collectie-dtl-info-sec****/
.collectie-dtl-info-sec{
	background: #121212;
	padding: 4% 0 5% 0;
}
.coolectie-dtl-info-wrap {
	padding: 0 6%;
}
.collectie-dtl-gallery .vdm_btn_cls{
	position: absolute;
	right: 3rem;
	bottom: 3rem;
	width: 100%;
	max-width: 26.7rem;
	border: 1px solid #dedaca !important;
  	background-color: #dedaca;
  	color: #000;
}
.collectie-dtl-gallery .vdm_btn_cls.border-btn:active, .collectie-dtl-gallery .vdm_btn_cls.border-btn:focus, 
.collectie-dtl-gallery .vdm_btn_cls.border-btn:hover{
	color: #dedaca !important;
  	background-color: #121212 !important;
}
.collectie-dtl-gallery .text-center{
	width: 100%;
	max-width: 70rem;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.share-btn{
	display: flex;
}
.collectie-dtl-info-sec ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.collectie-dtl-info-sec ul li span{
	font-size: 2rem;
	color: #dedaca;
	display: block;
	font-family: "quiche-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5rem;
}
.collectie-dtl-info-sec ul li h3{
	font-size: 2.8rem;
	color: #dedaca;
	line-height: 1.8;
	font-family: 'OxygenRegular';
}
.collectie-dtl-info-sec ul li{
	display: inline-block;
	text-align: center;
}
.collectie-dtl-info-sec ul li:last-child{
	margin-right: 0;
}
.share-btn span{
	width: 7rem;
	height: 7rem;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 0.47);
	display: inline-block;
	margin-right: 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}
.share-btn{
	display: inline-flex;
	align-items: center;
	color: #dedaca;
    font-size: 1.5rem;
	margin-left: 3.6rem;
	transition: 0.5s;
	transition: 0.5s all;
	text-transform: uppercase;
}
.share-btn:hover{
	color: #dedaca;
}
.share-btn:hover span{
	background-color: #dedaca;
	border: 1px solid #dedaca;
}
.share-btn span img{
	width: 2.5rem;
	/*filter: brightness(10);
	-webkit-filter: brightness(10);*/
}
.share-btn:hover span img{
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
}
.dtl-info-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 5%;
}
.dtl-info-btn .vdm_btn_cls{
	max-width: 26.7rem;
	min-width: 26.7rem;
}
/****dtl-tab-sec****/
.dtl-tab-sec{
	background-color: #121212;
	padding-bottom: 1rem;
}
.dtl-tab-btn ul li{
	display: inline-block;
	margin-right: 5%;
	text-align: center;
	font-family: "quiche-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.dtl-tab-btn ul li:last-child{
	margin-right: 0;
}
.dtl-tab-btn{
	border-top: 1px solid #454545;
	padding: 4% 0 8% 0;
}
.dtl-tab-btn ul{
	width: 100%;
	max-width: 120rem;
	margin: 0 auto;
}
.dtl-tab-btn ul li a{
	color: #969696;
	text-transform: uppercase;
	font-size: 1.8rem;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	letter-spacing: 0.1rem;
}
.dtl-tab-btn ul li a.active{
	color: #dedaca;
}
.dtl-tab-btn ul li a:hover{
	color: #dedaca;
}
.dtl-tab-btn ul li a:focus{
	color: #dedaca;
}
.each-tab-cont h2{
	margin-bottom: 3rem;
}
.each-tab-cont hr{
	opacity: 1;
	background-color: #454545;
	margin: 3.5% 0 4.5%;
}
.dtl-tab-sec .tab-content .tab_hedaing {
    padding-bottom: 2rem;
}
.dtl-tab-sec .each-tab-cont .tab_hedaing h4 {
    padding-bottom: 3rem;
    border-bottom: 1px solid #454545;
}
.dtl-tab-sec .form-group{
	margin-bottom: 2rem;
}
.bullet-panel h4 {
    margin: 2rem 0;
}
.dtl-tab-sec .each-tab-cont ul li {
    font-size: 1.8rem;
    color: #dedaca;
    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: 2rem;
    background-size: 0.8rem;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel li {
    font-size: 2rem;
    color: #dedaca;
    position: relative;
    padding-left: 2rem;
}
.bullet-panel li:after {
    padding-left: 1.5rem;
    background-size: 0.9rem;
    position: absolute;
    top: 0.9rem;
    left: 0;
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dedaca;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.left-bg-block h6 {
	color: #dedaca;
	line-height: 3rem;
	font-size: 1.8rem;
	margin-bottom: 0;
  }
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #dedaca;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
    background-color: #121212;
}
.each-onderhoud-block h4 {
    color: #dedaca;
    font-size: 2.4rem;
}
.each-onderhoud-block h5 {
	color: #dedaca;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
}
/****collectie-dtl-contact****/
.collectie-dtl-contact{
	padding-bottom: 7.5%;
}
.contact-sec.collectie-dtl-contact{
	padding-top: 0;
}
/****dtl-tab-sec****/
.collectie-dtl-product .text-center{
	padding-bottom: 5.5%;
}
/*******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:#dedaca;
  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: 1.4rem;
    /*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: 1.4rem;
    font-weight:bold;
    margin-left:8px;
    font-family: 'arial';
}
.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 h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #dedaca;
    border-bottom: 1px solid #454545;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    color: #dedaca;
    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;
}
.form-1 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
}
.privacy-sec{
	background-color: #121212;
    padding: 11% 0;
}
.privacy_section p{
	word-break: break-word;
}
.error_top {
    background-color: #000000;
    padding-top: 190px;
    padding-bottom: 100px;
}
.thanku-sec p{
	margin-bottom: 4rem;
}
#bdIframe{
	height: 1500px;
}
.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: #dedaca;
	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;
}
.print_pdf_cls {
    width: 25px;
    margin-right: 15px;
    margin-top: -5px;
}
.header_bovag_logo {
	width: 120px;
}
.header_bovag_logo img {
	width: 100%;
    margin-top: -10px;
}
.footer_bovag_logo {
	/*width: 300px;*/
	width: 70px !important;
}
.footer_bovag_logo img {
    width: 100%;
    /*margin-top: -45px;
    margin-left: 20px;*/
	margin-top: 0 !important;
    margin-left: 10px !important;
}
/*=================================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: #121212;
    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 {
  color: #dedaca;
}
.modal-area .popup-content p {
    margin: 30px 0 50px;
    line-height: 30px;
    opacity: 0.5;
}
.modal-area .popup-content {
    padding: 85px 13% 50px;
    background-color: #121212;
    text-align: center;
}
.close-img {
    font-size: 3rem;
    /*color: rgba(0, 0, 0, 0.64);*/
    color: #dedaca;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 1;
}
.close-img:hover {
    color: #dedaca;
}
.pop-up-image {
    height: 100%;
}
.popup-content .vdm_btn_cls {
	background-color: #fff;
	color: #1b1b1b;
	border: 0;
}
.popup-content .vdm_btn_cls:hover {
	color: #dedaca;
	background-color: #dedaca;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
}
.modal-area .common-btn{
    background: #1c1c1c;
    border-color: #1c1c1c;
    color: #dedaca;
}
.modal-area .common-btn:hover{
    background: transparent;
    color: #1c1c1c;
}
@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fixed-whatsapp-icon{
		display: none;
	}
}
.voorraadwekker_widget_section{
	/* display: none; */
	background: #0F0E0E;
}