@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'gilroy-light';
    font-size: 1.6rem;
    color: #1c1c1c;
}
html {
    font-size: 62.5%;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
.header-area .dropdown-menu {
	border: 0;
	background-color: transparent;
   	border-radius: 0;
  	margin-top: 0;
  	padding: 20px 0 0;
}
.header-area .dropdown-item{
	background: #D22C1E;
  	color: #fff;
  	font-size: 2rem;
  	font-family: 'gilroy-medium';
  	padding: 10px 20px;
  	transition: all 0.5s;
  	-webkit-transition: all 0.5s;
}
.header-area .dropdown-item:focus, .header-area .dropdown-item:hover {
  background-color: #1c1c1c;
}
.header-area .dropdown:hover .dropdown-menu  {
	display: block;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/****header***/
.header-area {
	z-index: 9;
	background-color: transparent;
    box-shadow: none;
    border-radius: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	position: absolute;
}
.header-area .navbar .navbar-nav .nav-link {
	color: #fff;
	font-size: 2rem;
	font-family: 'gilroy-medium';
/*	padding: 4.4rem 0;*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area .navbar-nav {
	padding: 4rem 0;
}
.header-area .navbar .navbar-nav .nav-link:hover {
	color: #D22C1E;
}
.header-area .navbar {
	padding: 0;
}
.header-area .navbar-nav .nav-link.dropdown-toggle {
	padding-right: 0;
}
.header-btn {
	color: #fff;
	font-size: 2rem;
	font-family: 'gilroy-medium';
	padding: 4.7rem 4.6rem;
	margin-left: 5rem;
	background-color: transparent;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-btn:hover {
	background-color: #D22C1E;
	color: #fff;
}
.header-area.stiky {
	position: fixed;
	background-color: #fff;
	border-color: rgba(0,0,0,0.25);
}
.header-area .navbar-brand img {
	width: 280px;
}
.header-area.stiky .navbar .navbar-nav .nav-link, .header-area.stiky .header-btn:not(:hover){
	color: #121212;
}
.header-area.stiky .header-btn{
	border-color: rgba(0,0,0,0.25);
}
/***banner-sec****/
.banner-sec {
	position: relative;
}
.each-banner {
	position: relative;
}
.each-banner::after {
	content: '';
	height: 100%;
	width: 100%;
/*	background-color: rgba(0,0,0,0.5);*/
	position: absolute;
	top: 0;
	left: 0;
}
.banner-content {
	position: absolute;
	top: 43%;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
}
.banner-content p {
	color: #fff;
	padding: 3rem 20% 3rem 0;
}
/***product-sec*****/
.product-sec {
	padding-bottom: 5%;
}
.product-heading {
	position: relative;
	padding: 9rem 0;
	margin-top: -31.2rem;
	z-index: 2;
}
.product-heading::after {
	content: '';
	height: 100%;
	width: calc(100% - 9.3%);
	background-color: #222222;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.product-heading h2 {
	color: #fff;
}
.product-heading p {
	color: #fff;
	padding: 0 18% 3rem 0;
}
/***product-slider***/
.product-img{
    position: relative;
}
.product-img:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #1c1c1c;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
}
.each-product:hover .product-img:after {
    opacity: 0.35;
}
.product-dtl {
    background: #F3F4F4;
}
.product-price{
    padding: 3rem 1rem;
    position: relative;
    z-index: 1;
}
.product-price:after{
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    height: 100%;
    width: 50%;
    background: #FFE3E3;
    z-index: -1;
}
.product-price h5, .product-price h6{
    margin-right: 1rem;
}
.product-price .col-6:last-child{
   text-align: center;
}
.product-price h5{
    margin-bottom: 0.5rem;
}
.product-price h6 {
    font-size: 1.6rem;
    color:#A7A7A7;
    height: 40px;
    overflow: hidden;
}
.table-area{
    padding: 2.3rem 3rem;
    background: #F3F4F4;
}
.table-area td{
    width: 30%;
}
.table-area td:last-child{
    width: 40%;
}
.table-area td h6 {
    font-size: 1.7rem;
    line-height: 26px;
    color: #D22C1E;
}
.table-area td h6 span {
    color: #A7A7A7;
    display: block;
	font-size: 1.6rem;
}
.table-area table{
    width: 100%;
}
.each-product .common-btn {
    display: none;
    max-width: 100%;
    height: 100px;
    line-height: 100px;
}
.each-product .common-btn:after {
    width: 9rem;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    background-color: transparent;
}
.each-product:hover .common-btn {
    display: block;
}
.each-product:hover .table-area {
    display: none;
}
.product-slider {
	position: relative;
}
.product-slider::after {
	content: '';
	height: 61.5%;
	width: calc(100% - 9.3%);
	background-color: #222222;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
/***service-block***/
.service-block {
	position: relative;
	padding-top: 8rem;
	background-attachment: fixed;
}
.service-block:after {
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.85);
	position: absolute;
	top: 0;
	left: 0;
}
.service-block::before {
	content: '';
    height: 22%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.service-heading {
	position: relative;
	z-index: 1;
	max-width: 79rem;
	width: 100%;
	margin: 0 auto 12rem;
}
.service-heading h2 {
	margin-bottom: 3rem;
	color: #fff;
}
.service-heading p {
	color: #fff;
}
.each-service {
	background-color: #121212;
	position: relative;
}
.each-service-wrap {
	/*padding-bottom: 9.5rem;
	top: 9.5rem;*/
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-wrap:hover {
	top: 0;
}
.each-service-wrap:hover .each-service {
	background-color: #222222;
}
.each-service h3 {
	color: #fff;
	margin-bottom: 3rem;
	height: 70px;
}
.each-service p {
	color: #fff;
}
.each-service-text{
	padding: 15% 12%;
	height: 25em;
}
.each-service .common-btn {
	max-width: 100%;
	opacity: 0;
	border:0;
	text-align: left;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service .common-btn:after {
	background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.each-service-wrap:hover .common-btn {
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/****footer***/
.footer-top {
	background-color: #222222;
	padding: 10rem 0 0;
	position: relative;
}
.footer-top::after {
	content: '';
	height: 17%;
	bottom: 0;
	left: 0;
	width: 100%;
	position: absolute;
	background-color: #1c1c1c;
}
.footer-top h2 {
	font-size: 6.2rem;
	color: #fff;
	padding-right: 7%;
	padding-bottom: 6rem;
}
.footer-img {
	padding-right: 7%;
	position: relative;
	z-index: 1;
}
.footer-info {
	padding: 15rem 0 20% 10%;
}
.footer-info .col-md-6:nth-child(odd) .each-footer-info {
	margin-right: 14%;
}
.footer-info .col-md-6:nth-child(even) .each-footer-info {
	margin-left: 14%;
}
.each-footer-info {
	margin-bottom: 9rem;
    border-top: 1px solid #5c5c5c;
    padding-top: 2rem;
}
.each-footer-info h6 {
    font-size: 1.6rem;
    font-family: 'gilroy-medium';
    color: #787878;
	margin-bottom: 3rem;
}
.each-footer-info p {
	color: #fff;
	font-size: 2.1rem;
	line-height: 3.2rem;
	letter-spacing: 0.1rem;
}
.each-footer-info a {
	color: #fff;
	transition: all 0.5s;
}
.each-footer-info a:hover {
	color: #D22C1E;
}
.footer-bottom {
	background-color: #1c1c1c;
	padding: 4% 0 5rem;
}
.footer-nav li {
	display: inline-block;
	margin-left: 4.5rem;
}
.footer-nav li:first-child {
	margin-left: 0;
}
.footer-nav li a {
	font-size: 1.6rem;
    font-family: 'gilroy-medium';
    color: #fff;
	transition: all 0.5s;
}
.footer-nav li a:hover {
	color: #D22C1E;
}
.footer-social img {
	width: 2.4rem;
}
.footer-social li{
	vertical-align: middle;
}
.footer-divider {
	background-color: #565656;
	opacity: 1;
	margin: 10rem 0 4rem;
}
.footer-bottom p{
	color: #757575;
	font-family: 'gilroy-medium';
}
.footer-bottom p a{
	color: inherit;
}
.footer-logo a img {
	width: 280px;
	margin-right: 3rem;
}
.privacy td{
	padding-left: 7rem;
}
.privacy td:first-child{
	padding-left: 0;
}
.privacy table{
	margin-left: auto;
}
.footer-image img{
	width: 240px;
}
.footer-image1 img{
	width: 95px;
}
/****content-block***/
.content-block {
	padding: 6% 0 4%;
}
.content-block h2 {
	margin-bottom: 7.5rem;
}
.content-slider .swiper-slide-next{
	opacity: 0;
}
.content-slider .olufsen_each_block .olufsen_image_content {
	position: relative;
}
.content-slider .olufsen_each_block a:after {
	display: none;
}
.content-text-box{ 
	background-color: #D22C1E;
	padding: 6% 9%;
	max-width: 92rem;
	width: 100%;
	margin-left: auto;
	margin-top: -15%;
	position: relative;
	z-index: 1;
}
.content-text-box h3 {
	color: #fff;
}
.content-text-box p {
	margin: 3rem 0 5rem;
	color: #fff;
}
.content-text-box .txt-btn:hover {
	color: #fff;
}
.content-text-box .txt-btn:hover::after {
	filter: brightness(10);
	-webkit-filter: brightness(10);
}
.content-slider-btn {
	position: relative;
	max-width: 11.2rem;
	width: 100%;
	margin: 4rem 36% 0 auto;
}
/*==========================popup start===============================*/
.modal-area .modal-dialog {
    max-width: 50rem;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.35);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content p {
    margin-top: 3.3rem;
}
.modal-area .popup-content {
    background-color: #fff;
}
.modal-area .popup-content .popup-text {
	padding: 18% 12%;
}
.modal-area .popup-content .common-btn {
	max-width: 100%;
	border: 0;
}
.close-img {
    font-family: 'gilroy-light';
    font-size: 2.5rem;
    color: #1c1c1c;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 1;
}
.close-img:hover {
    color: #1c1c1c;
}
/*==========================aanbod page start===============================*/
/***inner-banner-sec****/
.inner-banner-sec {
	position: relative;
}
/*.inner-banner-sec:before{
	content: '';
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
}*/
.inner-banner-content {
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}
/**aanbod-filter-sec****/
.aanbod-filter-sec {
	position: relative;
	padding: 4rem 0 6rem;
	background: #222222;
}
.aanbod-filter-sec::after {
	content: '';
    height: 100%;
    width: calc(100% - 9.3%);
    background-color: #222222;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.aanbod-filter-sec h2 {
	color: #fff;
	margin-top: 3.5rem;
}
.filter-main .col-lg-4 {
	border-left: 1px solid rgba(216,216,216,0.14);
	margin-bottom: 4rem;
}
.filter-main .row .col-lg-4:nth-child(3n+1){
	border-left: 0;
}
.select-style {
    width: 100%;
	color: #fff;
	font-family: 'gilroy-semibold';
	font-size: 2rem;
	border: 0;
	background: url(../images/down-arrow.svg) #222222 no-repeat 93% center/13px;
	appearance: none;
}
.filter-main option{
	font-family: arial;
}
.filter-clean {
	font-family: 'gilroy-regular';
	font-size: 1.6rem;
	color: #fff;
}
.filter-clean img {
	width: 1.2rem;
	margin-right: 1rem;
	filter: brightness(10);
	-webkit-filter: brightness(10);
}
.filter-clean:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.filter-view {
	display: flex;
	align-items: center;
	max-width: 9rem;
	width: 100%;
	margin-left: auto;
	margin-right: 2rem;
}
.filter-view span {
	display: block;
	opacity: 0.5;
}
.filter-view span.active {
	opacity: 1;
}
.filter-view img {
	width: 2.7rem;
	margin-left: 2rem;
	cursor: pointer;
}
.filter-main .txt-btn, .select-style{
	padding: 1rem;
}
.filter-main .txt-btn:after{
	display: none;
}
/***aanbod-product-sec***/
.aanbod-product-sec {
	position: relative;
	padding-bottom: 2%;
}
.aanbod-product-sec::after {
	content: '';
    height: 33.7rem;
    width: calc(100% - 9.3%);
    background-color: #222222;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.aanbod-product-wrap {
	margin: 0 -1.5rem;
}
.aanbod-product-sec .col-xl-4, .aanbod-product-sec .col-xl-6 {
	padding: 0 1.5rem;
}
.aanbod-product-sec .each-product {
	margin-bottom: 3rem;
}
/*==========================verkocht page start===============================*/
/****verkocht-product-sec**/
.verkocht-product-sec{ 
	padding-top: 7%;
}
.verkocht-product-sec::after{ 
	display: none;
}
.verkocht-product-sec .product-price:after {
	position: absolute;
    top: 0;
    right: 0;
    content: '';
    height: 100%;
    width: 50%;
    background: #D22C1E;
    z-index: -1;
}
.verkocht-product-sec .verkocht-text h5 {
	color: #fff;
	line-height: 4.5rem;
}
.verkocht-product-sec .each-product:hover .table-area {
	display: block;
}
.verkocht-product-sec .product-img:after {
	display: none;
}
/*==========================contact page start===============================*/
/**fix-header**/
.fix-header {
	background-color: #0D0D0D !important;
	border-color: #0D0D0D !important;
	position: relative;
}
.header-area.fix-header .navbar .navbar-nav .nav-link, .header-area.fix-header .header-btn:not(:hover){
	color: #fff !important;
}
.header-area.fix-header .header-btn{
	border-color: rgba(255,255,255,0.25);
}
/**contact-map-sec****/
.contact-map-sec {
	height: 50rem;
}
/**info-sec***/
.info-sec { 
	padding: 4% 0;
	overflow: hidden;
}
.info-sec p{
	line-height: 3rem;
}
.each-info {
	padding: 0 29%;
	position: relative;
	height: 100%;
}
.each-info::after {
	content: '';
	height: 80%;
	width: 1px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #1c1c1c;
	opacity: 0.15;
	right: 0;
	position: absolute;
}
.info-sec .col-lg-4:last-child .each-info::after {
	display: none;
}
.each-info img { 
	width: 4.4rem;
	margin-bottom: 2.5rem;
}
.each-info h3 {
	margin-bottom: 2rem;
}
/****contact-time-sec***/
.contact-time-sec{ 
	background-color: #EFEFEF;
}
/**contact-time-text**/
.contact-time-text{ 
	padding: 6rem 16%;
}
.contact-time-text h3 { 
	margin-bottom: 3rem;
}
.contact-time-text td {
	font-size: 1.6rem;
    font-family: 'gilroy-light';
    color: #1c1c1c; 
}
.contact-time-text td:nth-child(odd) {
	padding-right: 6rem;
}
.contact-time-img {
	height: 100%;
}
.contact-time-img img {
	height: 100%;
	object-fit: cover;
}
/****contact-form-sec***/
.contact-form-sec { 
	position: relative;
	padding: 5% 0;
	background-attachment: fixed;
}
.contact-form-sec::after {
	content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
}
.form-wrap {
	position: relative;
	z-index: 1;
	max-width: 112.5rem;
	width: 100%;
	margin: 0 auto;
}
.contact-form-sec h2 {
	margin-bottom: 4rem;
	color: #fff;
}
.form-styl {
	resize: none;
    background-color: #fff;
    border-radius: 0;
    font-family: 'gilroy-lightitalic';
	font-style: italic;
    border: 0;
    color: #1c1c1c;
    font-size: 1.6rem;
    padding: 2rem;
}
.form-group {
	padding: 0.4rem;
}
.form-styl:placeholder {
	color: #1c1c1c;
}
.form-styl:-ms-input-placeholder {
	color: #1c1c1c;
}
.form-styl::placeholder {
	color: #1c1c1c;
}
.form-styl:focus {
    box-shadow: none;
    color: #1c1c1c;
    background-color: #fff;
}
textarea.form-control.form-styl{
	min-height: 209px;
}
.form-btn {
	width: 85%;
	background-color: #D22C1E;
	border: 0;
	border-radius: 0;
	padding: 2.5rem;
	margin: 0 0 0.4rem 0.4rem;
	transition: all 0.5s;
}
.form-btn img {
	width: 1.5rem;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	transition: all 0.5s;
}
.form-btn:hover {
	background-color: #fff;
}
.form-btn:hover img {
	filter: brightness(1) invert(0);
	-webkit-filter: brightness(1) invert(0);
}
/*==========================diensten page start===============================*/
/*****diensten-list-sec****/
.diensten-list-sec { 
	padding: 5% 0;
	position: relative;
}
.diensten-list-sec::after {
	content: '';
    height: 100%;
    width: 50%;
    background-color: rgba(221, 220, 220, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.diensten-list-sec .each-service-wrap {
	top: 0;
	padding-bottom: 0;
	margin-bottom: 1.5rem;
}
.diensten-list-sec iframe {
	height: 4250px;
}
.each-service-text {
	position: relative;
	z-index: 1;
}
.each-service .common-btn {
	z-index: 1;
}
.each-service::after {
	content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
}
.each-service-wrap::after {
	content: '';
    height: 100%;
    width: 100%;
    background-color: #171717;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.5s;
}
.each-service-wrap:hover::after {
	opacity: 0;
}
/*==========================aanbod-list page start===============================*/
/****aanbod-list-sec**/
.aanbod-list-sec .aanbod-product-wrap {
	margin: 0;
}
.aanbod-list-sec .each-product {
	border: 1px solid #979797;
	background: #fff;
}
.aanbod-list-sec .product-price:after {
	display: none;
}
.aanbod-list-sec .product-dtl{ 
	padding: 2rem 5%;
	background-color: #fff;
}
.aanbod-list-sec .product-price {
	border-bottom: 1px solid #D22C1E;
	padding: 0 0 2rem;
}
.aanbod-list-sec .each-product:hover .table-area {
	display: block;
}
.aanbod-list-sec .table-area {
	padding: 4.5rem 0 0;
	background-color: #fff;
}
.aanbod-list-sec .table-area td {
	padding-bottom: 4rem;
}
.aanbod-list-sec .each-product .common-btn {
	display: block;
	padding: 0 0.5rem;
	height: 5.8rem;
	line-height: 5.8rem;
	text-align: center;
	margin-bottom: 4rem;
}
.aanbod-list-sec .each-product .common-btn:hover {
	background-color: #1c1c1c;
	border-color: #1c1c1c;
}
.aanbod-list-sec .each-product .common-btn:after {
	display: none;
}
.aanbod-list-sec .product-model h5,
.aanbod-list-sec .product-model h6 {
	display: inline-block;
}
.aanbod-list-sec td h6, .aanbod-list-sec .table-area td h6 span, .aanbod-list-sec .text-end h6{
	font-size: 2rem;
}
.aanbod-list-sec .text-end h5, .aanbod-list-sec .product-model h6{
	font-size: 2.4rem;
}
.aanbod-list-sec .table-area td h6{
	color: #D22C1E;
}
.aanbod-list-sec .table-area td h6 span{
	color: #1c1c1c;
}
.aanbod-list-sec .product-model h5{
	font-size: 3rem;
}
.aanbod-list-sec .product-model td{
	width: 50%;
	vertical-align: top;
}
.aanbod-list-sec .product-price h6{
	height: 60px;
	margin-top: 5px;
	opacity: .5;
}
/*==========================diensten-dtl page start===============================*/
.diensten-dtl-top-sec{
	background-color: #222222;
}
.diensten-dtl-top-sec .contact-time-text{
    padding-left: 14%;
    padding-right: 30%;
}
.diensten-dtl-top-sec .contact-time-text p{
	color: #fff;
	margin-top: 3rem;
}
.diensten-dtl-middle-sec{
	padding: 4% 0;
}
.diensten-dtl-middle-sec table {
    width: 100%;
}
.diensten-dtl-middle-sec td{
   width: 50%;
   vertical-align: top;
   position: relative;
   height: 100%;
}
.diensten-dtl-middle-sec td:nth-child(odd) {
    padding-right: 6%;
}
.diensten-dtl-middle-sec td:nth-child(odd):after {
    content: '';
    height: 66%;
    width: 1px;
    top: 67%;
    transform: translateY(-50%);
    background-color: #1c1c1c;
    opacity: 0.15;
    right: 0;
    position: absolute;
}
.diensten-dtl-middle-sec td:nth-child(even) {
    padding-left: 6%;
}
.diensten-dtl-middle-sec td h3{
	margin-bottom: 2rem;
}
.diensten-dtl-bottom-sec h2{
	margin-bottom: 5%;
}
.diensten-dtl-bottom-sec::after{
	background-color: #f4f4f4;
} 
/*==========================aanbod-dtl page start===============================*/
/***aanbod-dtl-top-sec**/
.aanbod-dtl-top-sec {
	overflow: hidden;
}
/****aanbod-dtl-slider***/
.aanbod-dtl-slider .gallery-thumbs .swiper-button-prev { 
	display: none;
}
.aanbod-dtl-slider .gallery-thumbs .swiper-button-next img { 
	filter: invert(1);
}
.aanbod-dtl-slider .gallery-top .swiper-button-prev {
	left: 5%;
}
.aanbod-dtl-slider .gallery-top .swiper-button-next {
	right: 5%;
}
/***aanbod-dtl-info****/
.aanbod-dtl-info{
	padding: 3rem 5%;
}
.dtl-info-model {
	border-bottom: 1px solid #D22C1E;
}
.dtl-info-model h1 {
	font-size: 4rem;
	font-family: 'gilroy-medium';
	color: #1c1c1c;
}
.dtl-info-model h3 {
	font-size: 2.3rem;
	font-family: 'gilroy-medium';
	margin: 2rem 0 7rem;
}
.dtl-info-spec table {
    border-collapse: separate;
    border-spacing: 0 4rem;
	margin: 1rem 0;
	width: 100%;
}
.dtl-info-spec td {
    vertical-align: top;
    padding: 0 2rem;
}
.dtl-info-spec td:first-child {
    padding-left: 0;
}
.dtl-info-spec td:last-child {
	padding-right: 0;
}
.dtl-info-spec td h3 {
	font-size: 3rem;
    font-family: 'gilroy-medium';
}
.dtl-info-spec td h6 {
	font-size: 1.8rem;
    font-family: 'NunitoSansRegular';
	color: #AEAEAE;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.dtl-info-spec td h5 {
	font-size: 2rem;
	word-break: break-word;
	font-weight: bold;
}
/****dtl-tab-sec***/
.dtl-tab-sec .tab-btn {
	background-color: #222222;
	padding: 5rem 2rem 5rem 8%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    margin-right: 4%;
    font-family: 'gilroy-semibold';
    font-size: 2rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
	margin-right: 7;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: transparent;
    color: #fff;
    padding: 0;
    border-radius: 0;
    width: 100%;
	height: 100%;
	word-break: break-word;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
    color: #D22C1E;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
    color: #D22C1E;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border-bottom: 0;
}
/****dtl-tab-content****/
.tab-dtl-block {
	padding: 4% 2rem 4% 10%;
}
.dtl-tab-sec .tab-content ul li, .star_icon p{
    font-family: 'gilroy-light';
    font-size: 1.6rem;
    color: #1c1c1c;
    padding-bottom: 1rem;
    word-break: break-word;
    letter-spacing: 0.75px;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 7px;
    padding-left: 1.5rem;
    background-size: 0.7rem;
    color: #1c1c1c;
	font-family: 'gilroy-medium';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h4 {
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 1rem;
    text-transform: uppercase;
    font-family: 'gilroy-medium';
    font-size: 2rem;
    letter-spacing: 0.75px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.5rem;
    position: relative;
}
.dtl-tab-sec .bullet-panel li:after {
    padding-left: 1.5rem;
    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: #D22C1E;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #D22C1E;
    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: #1c1c1c;
    font-family: 'gilroy-medium';
    font-size: 2.4rem;
}
.each-onderhoud-block h5 {
    color: #1c1c1c;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'gilroy-light';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/***dtl-reach-area****/
.dtl-share { 
    background-color: #222222;
    padding: 5rem 16% 4.5rem 0px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.dtl-share p {
	color: #fff;
	font-family: 'gilroy-medium';
	margin-right: 1rem;
}
.dtl-share a {
	height: 3.4rem;
	width: 3.4rem;
	background-color: #D22C1E;
	border-radius: 5px;
	margin-right: 0.5rem;
	display: flex;
    align-items: center;
    justify-content: center;
}
.dtl-share a img {
	width: 2rem;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.dtl-share a:hover {
	background-color: #fff;
}
.dtl-share a:hover img {
	filter: invert(0);
	-webkit-filter: invert(0);
}
.dtl-man {
	max-width: 50.5rem;
	width: 100%;
	margin-left: auto;
}
.dtl-man p,
.dtl-man a {
	color: #fff;
}
.dtl-man a:hover {
	text-decoration: underline;
}
.dtl-man a{
	font-family: 'gilroy-medium';
}
.dtl-man-contact {
	background-color: #D22C1E;
	padding: 3rem 5%;
}
.dtl-man-call {
	background-color: #1c1c1c;
}
/***related-product-sec*****/
.related-product-sec .product-heading {
	margin-top: 0;
}
.related-product-sec .product-heading::after {
	width: 50%;
	background-color: #DDDCDC;
}
.related-product-sec .product-slider::after {
	height: 100%;
	width: 50%;
	background-color: #DDDCDC;
}
.related-product-sec .product-slider {
	padding-bottom: 8%;
}
.related-product-sec {
	padding-bottom: 0;
}
.related-product-sec .product-heading h2{
	color: #121212;
}
/*==========================bedankt page start===============================*/
/***bedankt-banner-sec***/
.bedankt-banner-sec .banner-content{ 
	top: 50%;
}
/*==========================Overons page start===============================*/
.over-ons-middle-part table {
   width: 100%;
}
.over-ons-middle-part td{
  width: 33.33%;
  vertical-align: top;
  position: relative;
  height: 100%;
}
.over-ons-middle-part td:after {
   content: '';
   height: 66%;
   width: 1px;
   top: 50%;
   transform: translateY(-50%);
   background-color: #1c1c1c;
   opacity: 0.15;
   right: 0;
   position: absolute;
}
.over-ons-middle-part td h3{
   margin-bottom: 2rem;
}
 .over-ons-middle-part td:nth-child(1){
  padding-right: 4%;
  padding-left: 0;
} 
.over-ons-middle-part td:nth-child(2){
  padding-left: 4%;
  padding-right: 2%;
}
.over-ons-middle-part td:nth-child(3){
  padding-left: 4%;
  padding-right: 0;
}
.over-ons-middle-part td:nth-child(3):after{
  display: none;
}
.over-ons-services-sec {
	padding: 7% 0;
}
.over-ons-services-sec .each-info{
	padding: 0 14%;
	z-index: 2;
}
.over-ons-services-sec .each-info h3{
  color: #fff;
}
.over-ons-services-sec .each-info p{
  color: #fff;
}
.over-ons-services-sec .each-info::after {
   height: 100%;
   width: 2px;
   background-color: #d8d8d8;
}
.over-ons-services-sec  .each-info img {
   width: 4.4rem;
   margin-bottom: 2.2rem;
   filter: invert(1);
   -webkit-filter: invert(1);
}
.over-ons-services-sec  .each-info h3{
   font-size: 3.2rem;
   font-family: 'gilroy-medium';
}
.over-ons-services-sec .col-lg-3:nth-child(odd) .each-info {
   padding-top: 45%;
}
.overons-team-sec{
 	overflow: hidden;
 	padding-bottom: 5%;
}
.overons-team-sec h2{
	margin-bottom: 4rem;
}
.overons-team-sec .each-service-wrap {
   /*padding-bottom: 4rem;
   top: 4rem;*/
   position: relative;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
.overons-team-sec .each-service-wrap:hover {
   top: 0;
}
.overons-team-sec .each-service-wrap::after {
   display: none;
}
.overons-team-sec .each-service{
   height: 100%;
}
.overons-team-sec .each-service::after{
   display: none;
}
.overons-team-sec .each-service .common-btn {
   z-index: 1;
   opacity: 1;
   background: #222222;
   border: 0;
   font-family: 'gilroy-light';
}
.overons-team-sec .each-service .common-btn span{
   font-family: 'gilroy-semibold';
}
.overons-team-sec .each-service .common-btn:after{
   display: none;
}
.overons-team-sec .each-service-wrap:hover .common-btn{
   background: #D22C1E;
}
.overons-bottom-sec{
   padding: 4% 0 2%;
   background: #D22C1E;
   position: relative;
   overflow: hidden;
}
.overons-bottom-sec .service-heading {
   z-index: 1;
   max-width: 86rem;
   margin-bottom: 5rem;
}
.car-slider{
   position: relative;
   z-index: 2;
}
.car-slider .olufsen_each_block .olufsen_image_content {
	position: relative;
}
.car-slider .olufsen_each_block a::after {
	display: none;
}
.overons-bottom-sec:after{
   content: '';
   height: 40%;
   width: 100%;
   background-color: #fff;
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 1;
}
.car-slider .common-arrow img{
	filter: invert(1);
   -webkit-filter: invert(1);
}
.car-slider .swiper-button-prev{
   left: 11%;
   right: auto;
}
.car-slider .swiper-button-next{
   right: 11%;
   left: auto;
}


/*******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: 35px;
    padding-top: 7.5px;
}

.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 h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.bullet-panel h3, .star_icon, .star_icon h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.form-1, .form-2 {
	display:none;
	padding: 5%;
    margin-top: 30px;
    background-color: #1c1c1c;
}
.form-1 .common-btn, .form-2 .common-btn{
	padding: 0;
	max-width: 280px;
	text-align: center;
}
.form-1 .common-btn:after, .form-2 .common-btn:after{
	display: none;
}
.form-1 .common-btn:hover, .form-2 .common-btn:hover{
    background: transparent;
    color: #D22C1E;
}
.header-bovag, .footer-bovag{
	max-width:115px;
}
.mm-slideout {
    z-index: unset;
}
.aanbod-header{
	background-color: rgba(0,0,0,0.65);
}
.aanbod-banner-sec{
	height: 118px;
}
.aanbod-banner-sec img{
	height: 100%;
	object-fit: cover;
}
.aanbod-banner-sec .inner-banner-content{
	display: none;
}
.klantenvertellen{
	position: fixed;
    right: 0px;
    top: 40%;
    z-index: 5;
    width: auto;
    height: auto;
    z-index: 999;
}
.footer-autozeker{
	height: 47px;
	margin-left: 10px;
}
#menu3 iframe {
  height: 1500px;
  border: 0;
}
.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: 9999999;
}

.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;
}

@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fixed-whatsapp-icon{
		display: none;
	}
}
.bovag-img{
	width: 95px;
}