@import "fonts.css";
@import "common-class.css";
body {
	padding: 0;
	margin: 0;
	background: #0c0c0c;
	font-family: 'ModeratExtendedLight';
	font-size: 1.6rem;
	color: #fff;
	letter-spacing: .04rem;
}
html {
    font-size: 62.5%;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
    display:none;
}
.cursor{
	cursor: pointer;
}
/*=========header=======*/
.header-area{
	position: absolute;
	padding: 3rem 0;
    height: auto;
}
.header-area.is-hidden{
	position: fixed;
	background: #121212;
    border-bottom: 1px solid #1b1b1b;
}
.header-area a .mw-100{
	width: 306px;
}
.header-area .text-end li{
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	margin-left: 1rem;
}
.header-area .text-end li a{
    background: rgba(28,28,28,0.7);
    border-radius: 4px;
    padding: 0 2.7rem;
    height: 43px;
    display: inline-block;
    line-height: 43px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .text-end li a:hover{
	background: #b08e57;
}
.menu-icon{
	/* width: 65px; */
	width: 132px;
    height: 43px;
    background: rgba(28,28,28,0.7);
    border-radius: 4px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.menu-icon:after, .menu-icon:before{
	display: none;
}
.menu-icon img{
	height: 20px;
	width: 20px;
	margin-left: 10px;
}
.menu-icon.active{
	background: transparent;
}
.menu-icon.active .mw-100{
	display: none;
}
.menu-icon.active .d-none{
	display: block !important;
}
.menu-items{
	background: #121212;
}
.menu-navigation{
	padding-left: 3rem;
	padding-right: 3rem;
}
.menu-navigation ul{
	margin-top: 3rem;
	text-align: left;
}
.menu-items a:hover{
	color: #b08e57;
}
/*========banner=======*/
.banner{
	position: relative;
	overflow: hidden;
}
.banner: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;
}
.banner-content{
	position: absolute;
	/* top: 50%; */
	transform: translateY(-50%);
	left: 0;
	z-index:2;
	bottom: 7%;
}
.banner .banner-content h1{
	font-size: 5.2rem;
}
.tab-area{
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 1rem;
}
.tab-area li{
	font-size: 2rem;
    text-transform: uppercase;
    margin: 3rem 9rem 6rem 0;
}
.tab-area li:last-child{
	margin-right: 0;
}	
.tab-area a{
	opacity: .5;
}
.tab-area a.active{
	opacity: 1;
}
.tab-area .nav-tabs{
	border-bottom: 0;
}
.tab-content{
	max-width: 440px;
	width: 100%;
}
.contact-banner .tab-content{
	min-height: 180px;
}
/*============product==========*/
.product-sec{
	padding: 10rem 0 12rem;
}
.product-wrapper{
	padding: 0 4%;
}
.sec-heading p{
	margin-bottom: 4rem;
}
.sec-heading{
	margin-bottom: 8rem;
}
.product-sec .gallery-thumbs {
	margin-top: 1rem;
}
.gallery-thumbs .each-product {
	position: relative;
}
.gallery-thumbs .each-product:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	height: 100%;
	width: 100%;
	background: #121212;
	opacity: .6;
}
.gallery-thumbs .swiper-slide-thumb-active .each-product:after {
	opacity: 0;
}
.product-dtl {
	padding: 5%;
}
.product-dtl h4{
	height: 70px;
	overflow: hidden;
}
.product-dtl h6 {
	font-size: 1.8rem;
	color: #aaaaaa;
	margin: .5rem 0 3rem;
	height: 40px;
	overflow: hidden;
	font-weight: bold;
}
.product-dtl table{
	border-top: 1px solid #474747;
    width: 100%;
}
.product-dtl td {
    position: relative;
    font-size: 1.8rem;
    vertical-align: top;
    padding: 2rem 3rem;
}
.product-dtl td span {
	color: #aaaaaa;
	display: block;
	margin-bottom: .5rem;
	font-weight: bold;
}
.product-dtl td:after {
	position: absolute;
    top: 50%;
    right: 0;
    content: '';
    height: 35%;
    width: 2px;
    background: #b08e57;
    transform: translateY(-50%) rotate(20deg);
}
.product-dtl td:first-child {
	padding-left: 0;
}
.product-dtl td:last-child:after{
	display: none;
}
/*==========content===========*/
.content-block table{
	width: 100%;
}
.content-block td{
	width: 50%;
	vertical-align: top;
	text-align: justify;
}
.content-block td:nth-child(odd){
	padding-right: 4%;
}
.content-block td:nth-child(even){
	padding-left: 4%;
}
.content-block h2{
	margin-bottom: 3rem;
}
.content-block .common-btn{
	margin-top: 3rem;
}
.content-block .heading-wrap{
	padding-bottom: 20%;
}
.content-block .col-md-6 {
    padding-left: 2%;
    padding-top: 6%;
}
.content-block li{
	position: relative;
}
.content-block li {
	margin-bottom: 1rem;
	padding-left: 1.5rem;
	background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 10px;
    background-size: 7px;
}
/*===========service===========*/
.service-area{
	border-top: 10px solid #0c0c0c;
	padding-bottom: 10%;
}
.service-content h2{
	margin-bottom: 4rem;
}
.service-content h2:before{
	display: none;
}
.service-content li{
	margin-bottom: 2rem;
}
.service-content{
	max-width: 440px;
    width: 100%;
	display: block !important;
}
.service-content a{
	position: relative;
	display: inline-block;
    padding-left: 0;
	transition: all 0.5s;
    -webkit-transition: 0.5s;
}
.service-content a:hover{
	padding-left: 5rem;
}
.service-content a:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background: #b08e57;
	opacity: 0;
	transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.service-content a:hover:before{
	width: 100%;
	opacity: 1;
}
/*===========middle block========*/
.middle-block h2{
	font-family: 'ModeratExtendedBold';
    font-size: 3.9vw;
}
.middle-block h2:before{
	left: 0;
}
.middle-block h2 span{
	float: right;
}
.home-bg .common-bg{
	height: 70vh;
	background-attachment: fixed;
}
.home-bg .common-bg img{
	display: none;
}
.bg-img .common-bg{
	margin: 1rem 0;
}
.bg-img .common-arrow{
	background: #000;
    width: 45px;
    height: 45px;
}
.bg-img .common-arrow img{
	width: 16px;
}
.bg-img .swiper-button-next{
	right: 0;
}
.bg-img .swiper-button-prev{
	left: 0;
}
/*==========footer-upper=======*/
.footer-upper{
	padding-bottom: 6%;
}
.upper-content{
	margin: auto;
    max-width: 720px;
    padding: 5%;
}
.upper-content p{
	margin: 4rem 12rem 4rem 0;
}
/*=============footer========*/
.footer-area{
	border-top: 2px solid #1b1b1b;
	padding: 6rem 0 8rem;
}
.footer-area .mw-100{
	width: 306px;
}
.contact-address{
	max-width: 860px;
	width: 100%;
}
.contact-address p, .contact-address h6{
	font-family: 'ModeratLight';
	letter-spacing: .1rem;
	line-height: 1.75;
}
.contact-address p {
	margin-bottom: 12rem;
}
.contact-address p a{
	text-decoration: underline;
}
.contact-address p a:hover{
	color: #b08e57;
}
.contact-address p span{
	text-transform: uppercase;
}
.contact-address h6{
	font-size: 1.8rem;
}
.social-icon img{
	width: 20px;
}
.social-icon a{
	width: 4rem;
	height: 4rem;
	background: rgba(28, 28, 28, 0.7);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: .5rem;
}
.social-icon a:hover{
	background: #b08e57;
}
/*=============================contact page start=================================*/
/***contact-banner**/
.contact-banner .banner-content{ 
	/* top: 65%; */
	bottom: 0;
}
/***contact-dtl-sec****/
.contact-dtl-sec {
	padding-top: 8%;
}
.contact-dtl-heading {
	margin-bottom: 9rem;
}
.contact-dtl-heading h2, .contact-form h2 {
	margin-bottom: 4rem;
}
.contact-dtl-heading p {
	max-width: 50rem;
	width: 100%;
}
.each-contact-info{ 
	margin-bottom: 5rem;
}
.contact-info .col-md-6:first-child .each-contact-info {
	margin-bottom: 2rem;
}
.each-contact-info h6 { 
	font-family: 'ModeratExtendedLight';
	margin-bottom: 2.5rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.8rem;
}
.each-contact-info p span {
	font-size: 1.8rem;
}
.contact-info-reach td {
	font-family: 'ModeratLight';
	font-size: 1.6rem;
	padding-bottom: 3rem;
	vertical-align: top;
}
.contact-info-reach td img {
	width: 2.5rem;
	margin-right: 1.5rem;
}
.each-contact-info td a {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-contact-info td a:hover {
	color: #b08e57;
}
.contact-info-social img {
	width: 2.5rem;
}
.contact-info-social td {
	font-family: 'ModeratLight';
	font-size: 1.6rem;
	padding-bottom: 1.5rem;
}
.contact-info-social td span {
	height: 4.3rem;
	width: 4.3rem;
	background-color: #1c1c1c;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.4rem;
	margin-right: 1.2rem;
}
.contact-form {
	max-width: 56rem;
	width: 100%;
}
.form-styl {
	resize: none;
    background-color: #1c1c1c;
    border-radius: 0.5rem;
    font-family: 'ModeratExtendedLight';
    border: 0;
    color: #fff;
    font-size: 1.5rem;
    padding: 2rem 1.5rem;
}
.form-group {
	padding: 0.4rem 0;
}
textarea.form-styl {
	padding: 2rem 1.5rem 7rem;
}
.form-styl:placeholder {
	color: #fff;
}
.form-styl:-ms-input-placeholder {
	color: #fff;
}
.form-styl::placeholder {
	color: #fff;
}
.form-styl:focus {
    box-shadow: none;
    color: #fff;
    background-color: #1c1c1c;
}
.contact-form .common-btn {
	color: #fff;
	margin-top: 2rem;
}
/**contact-mid-block**/
.contact-mid-block h2::before {
	display: none;
}
.contact-mid-block img {
	padding-left: 13%;
}
/***contact-map-sec***/
.contact-map-wrap {
	height: 50rem;
	margin: 1.5rem 0 1rem;
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 73%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.6);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #E0E0DA;
	position: relative;
}
.modal-area .popup-content h4 {
	color: #0c0c0c;
	font-family: 'ModeratLight';
	text-transform: capitalize;
	font-size: 4.8rem;
}
.modal-area .popup-content p {
    margin: 4rem 0 5rem;
	color: #0c0c0c;
}
.modal-area .popup-content {
    padding: 5rem 14%;
    background-color: #fff;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 1;
}
.close-img img {
	width: 4rem;
}
/*=================================diensten-page start======================================*/
/**diensten-top-sec***/
.diensten-top-sec {
	padding-top: 17rem;
}
.diensten-top-sec h1 { 
	font-family: 'ModeratExtendedBold';
	border-bottom: 1px solid #3d3d3d;
	padding: 0 0 1rem 6%;
}
/**diensten-list-sec***/
.diensten-list-sec {
	padding: 5% 0 3rem;
}
.each-diensten-list-text h2 {
	font-size: 3.6rem;
}
.each-diensten-list-text h2::before {
	top: 1.2rem;
	left: -7rem;
}
.each-diensten-list-text p {
	margin: 5rem 0 4rem;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-diensten-list-img {
	padding-left: 4%;
}
.each-diensten-list .heading-wrap {
	padding-left: 7rem;
}
.each-diensten-list-text {
	max-width: 60rem;
}
.each-diensten-list:nth-child(even) .each-diensten-list-img {
	margin-top: -13rem;
	padding-left: 0;
	padding-right: 4%;
}
.each-diensten-list:nth-child(even) .each-diensten-list-text {
	padding-top: 6rem;
}
.each-diensten-list:nth-child(even) .heading-wrap {
	padding-left: 10rem;
}
.each-diensten-list:nth-child(even) {
	margin-bottom: 5rem;
}
/*=================================diensten-dtl page start======================================*/
/**diensten-dtl-top-sec**/
.diensten-dtl-top-sec h1 {
	padding-left: 4%;
}
/***dtl-bk-btn***/
.dtl-bk-btn { 
	position: relative;
}
.dtl-bk-btn .common-btn {
	position: absolute;
	right: 3%;
	top: 6rem;
	z-index: 2;
}
/***diensten-dtl-info-sec***/
.diensten-dtl-info-sec {
	padding: 5rem 0 0;
}
.diensten-dtl-info-wrap{ 
	padding: 0 4%;
}
.diensten-dtl-info-sec img {
	margin-bottom: 1rem;
}
.diensten-dtl-info-sec .heading-wrap {
	padding-top: 15%;
	padding-bottom: 6%;
}
.diensten-dtl-info-sec .col-md-6 {
	padding-left: 0;
}
/***diensten-dtl-mid-sec***/
.diensten-dtl-mid-sec {
	border-top: 0;
	padding-bottom: 0;
}
.diensten-dtl-mid-img {
	padding-left: 1.7rem;
}
.diensten-dtl-mid-sec .service-content {
	padding-right: 20%;
	max-width: 100%;
}
.diensten-dtl-contact-sec .contact-form {
	margin-left: auto;
	max-width: 65.4rem;
}
/***diensten-dtl-slider-sec****/
.diensten-dtl-slider-sec {
	padding: 7% 0 5rem;
}
.diensten-dtl-slider-sec h2 {
	font-size: 4.8rem;
	margin-bottom: 5rem;
}
.diensten-dtl-slider-sec h2::before {
	top: 1.6rem;
}
.diensten-dtl-slider-sec .swiper-slide {
	height: auto;
}
.each-dtl-service { 
	background-color: #1f1f1f;
	border-radius: 1rem;
	padding: 2.4rem;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-dtl-service h4 {
	font-size: 2rem;
	margin-bottom: 8.5rem;
}
.each-dtl-service-img { 
	width: 50%;
	height: 13rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-dtl-service-img img {
	height: 100%;
	object-fit: cover;
}
/*=================================bedankt page start======================================*/
/*****bedankt-banner****/
.bedankt-banner h1 {
	font-size: 4.8rem;
	margin-bottom: 4rem;
}
.bedankt-banner .common-btn {
	background-color: #fff;
	color: #0c0c0c;
}
.bedankt-banner .common-btn:hover {
	background-color: #b08e57;
	color: #fff;
}
/*=================================aanbod page start======================================*/
/***aanbod-product-sec***/
.aanbod-product-sec {
	padding: 6% 0 2rem;
}
.aanbod-product-wrap {
	padding: 0 6% 0;
}
.aanbod-product-sec .each-product {
	margin-bottom: 13%;
}
.aanbod-product-sec .product-dtl {
	padding: 3rem 0 0;
}
.aanbod-product-sec .product-dtl h5 {
	font-size: 1.8rem;
}
.aanbod-product-sec .product-dtl h5 span {
	display: block;
	margin-top: 1rem;
}
.aanbod-product-sec .product-dtl hr {
	background-color: #474747;
	opacity: 1;
	margin: 2rem 0;
}
.aanbod-product-sec .product-dtl table {
	border: 0;
}
.aanbod-product-sec .product-dtl td {
	padding-top: 1rem;
	padding-bottom: 0;
}
.aanbod-product-sec .product-dtl td::after {
	height: 70%;
}
.aanbod-product-sec .product-dtl h6 {
	margin-bottom: 0;
}
.aanbod-product-sec .col-lg-6:nth-child(odd) .each-product {
	padding-right: 3%;
}
.aanbod-product-sec .col-lg-6:nth-child(even) .each-product {
	padding-left: 3%;
}
/***filter-sec****/
.filter-sec{ 
	padding-top: 2rem;
}
/*.filter-sec .dropdown-menu{
    background: #1f1f1f;
    border-radius: 1rem;
    min-width: 20rem;
    width: 100%;
	padding: 1rem 0;
}
.filter-sec .dropdown-item{
	font-size: 1.8rem;
	font-family: 'ModeratExtendedLight';
	color: #aaaaaa;
}
.filter-sec .dropdown-item:focus, .filter-sec .dropdown-item:hover {
    color: #b08e57;
    background-color: transparent;
}
.filter-sec .dropdown-toggle::after {
    display: inline-block;
    vertical-align: 0rem;
    content: url('../images/down-arrow.svg');
    width: 1.2rem;
    border: 0;
}*/
.select-style {
    font-size: 1.6rem;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.svg) transparent no-repeat 95% center/12px;
    padding: 0 3rem 0 0;
    border: 0;
    opacity: .5;
}
.select-style.open{
	opacity: 1;
}
.nice-select.select-style:after{
    display: none;
}
.nice-select.select-style .list{
    max-height: 360px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #1f1f1f;
}
.nice-select.open.select-style .list {
   	width: 100%;
    box-shadow: none;
    border-radius: 10px;
    padding: 1rem 1.5rem;
}
.nice-select.select-style:hover, .nice-select.select-style:active, .nice-select.select-style.open, 
.nice-select.select-style:focus{
    border-color:#cdefe2;
}
.nice-select.select-style .option{
   	color: #aaaaaa;
    font-weight: normal;
    line-height: normal;
    min-height: auto;
    padding: .5rem 0;
    white-space: normal;
    word-wrap: break-word;
}
.nice-select.select-style .option:hover, .nice-select.select-style .option.focus, 
.nice-select.select-style .option.selected.focus{
	background-color: transparent;
}
.select-box{
    width: 100%;
    display: inline-block;
}
span.current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*=================================verkocht page start======================================*/
.verkocht-top-sec .tab-area {
	border-top: 0;
	margin-top: 0;
}
.verkocht-top-sec h1 {
	font-family: 'ModeratExtendedLight';
}
/*=================================overons=====================================*/
.overons-top-block{
	padding: 10rem 0;
}
.overons-top-block h2:before{
	display: none;
}
.overons-top-block h2{
    margin: 3rem 0;
    padding-left: 0;
}
.overons-top-block p{
	margin-right: 3rem;
	text-align: justify;
}
.overons-top-block .col-md-6 div{
   	padding: 0 6rem;
    max-width: 790px;
    width: 100%;
    margin-left: 0 !important;
}
.member-img{
	position: relative;
	margin-bottom: 1rem;
}
.member-dtl{
	position: absolute;
	bottom: 3rem;
	right: 3rem;
	text-align: right;
	text-transform: uppercase;
	opacity: .7;
}
.team-member .col-md-9.heading-wrap{
	padding-bottom: 0;
}
.team-member .col-md-9.heading-wrap h2:before{
	display: none;
}
.team-member .col-md-9.heading-wrap h2{
	font-size: 3.4vw;
    text-align: right;
    margin-top: -20%;
    letter-spacing: .2rem;
}
.overons-middle-area .row{
	background: #141414;
	padding: 6rem;
	margin-top: 12rem;
	align-items: unset !important;
}
.overons-middle-area .d-inline-block{
	max-width: 720px;
    width: 100%;
    padding-right: 5rem;
}
.overons-middle-area p{
	margin-top: 3rem;
}
/*=================================aanbod-dtl page start======================================*/
/***aanbod-dtl-bk-btn***/
.aanbod-dtl-bk-btn {
	position: relative;
}
.aanbod-dtl-bk-btn .common-btn {
	position: absolute;
	top: 18rem;
	right: 3%;
	z-index: 2;
}
/***aanbod-dtl-top-sec***/
.aanbod-dtl-top-sec {
	padding-top: 18rem;
}
.aanbod-dtl-top-sec h2 {
	border-bottom: 1px solid #3d3d3d;
	padding-bottom: 3rem;
	margin-bottom: 3.5rem;
	padding-right: 20%;
}
.aanbod-dtl-top-sec h2::before {
	display: none;
}
.aanbod-dtl-top-sec h4 { 
	font-size: 2.4rem;
}
/***aanbod-dtl-gallery-sec"****/
.aanbod-dtl-gallery-sec {
	padding: 4.5rem 0 5%;
}
.aanbod-dtl-gallery-sec .olufsen_each_block .olufsen_image_content, .product-image, .gallery-thumbs .each-product {
	position: relative;
	overflow: hidden;
}
.aanbod-dtl-gallery-sec .olufsen_each_block {
	padding: .6rem .4rem 0;
}
.aanbod-dtl-gallery-sec .olufsen_each_block a:after {
	display: none;
}
.aanbod-dtl-gallery-slider .olufsen_image_content{
	overflow: hidden;
}
.aanbod-dtl-gallery-slider .swiper-button-prev{
	left: 5%;
}
.aanbod-dtl-gallery-slider .swiper-button-next{
	right: 5%;
}
/**dtl-car-info-sec***/
.dtl-car-info-sec td {
	vertical-align: top;
	padding: 0 5rem 5rem;
	position: relative;
	text-align: left;
}
.dtl-car-info-sec td:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    height: 50%;
    width: 2px;
    background: #b08e57;
    transform: rotate(20deg);
}
.dtl-car-info-sec td:first-child {
	padding-left: 0;
}
.dtl-car-info-sec td:last-child {
	padding-right: 0;
}
.dtl-car-info-sec td:last-child::after {
	display: none;
}
.dtl-car-info-sec td h4 {
	text-transform: none;
}
.dtl-car-info-sec td h4 span {
	color: #aaaaaa;
	font-size: 2.4rem;
	margin-right: 4rem;
}
.dtl-car-info-wrap {
	display: table;
	margin:  0 auto;
	text-align: center;
}
/***aanbod-dtl-feature-sec****/
.aanbod-dtl-feature-sec { 
	padding: 5rem 0 6.5rem;
}
/***dtl-tab-sec***/
.dtl-tab-sec{ 
	padding-bottom: 4%;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border: 0;
	margin-bottom: 5rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'ModeratExtendedLight';
    font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
    margin-right: 1rem;
	margin-bottom: 1rem;
}
.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 {
	background: rgba(28,28,28,0.7);
    border-radius: 0.5rem;
    padding: 1.2rem 2.5rem;
	height: 100%;
    border: 0;
    color: #fff;
	text-transform: uppercase;
	letter-spacing: normal;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	background-color: #b08e57;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	background-color: #b08e57;
}
/*****dtl-tab-content******/
.dtl-tab-sec .tab-content {
	max-width: 100%;
}
.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.9rem;
    padding-left: 1.3rem;
    background-size: 0.7rem;
    color: #aaaaaa;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
    font-family: 'ModeratExtendedLight';
	color: #fff;
	font-size: 2rem;
}
.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.3rem;
    position: relative;
    font-family: 'ModeratExtendedLight';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 0.9rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b08e57;
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #b08e57;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
	font-size: 1.6rem;
}
.each-onderhoud-block h4 {
    color: #fff;
    font-family: 'ModeratExtendedLight';
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #fff;
    margin: 10px 0px 30px;
    font-size: 1.8rem;
	font-family: 'ModeratExtendedLight';
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
/****related-product-sec****/
.related-product-sec .heading-wrap {
	padding-bottom: 5%;
}
.related-product-slider {
	padding: 0 4%;
}
.aanbod-dtl-product{
	position: relative;
}
.aanbod-dtl-product .swiper-button-next{
	right: -5%;
	z-index: 1;
}
.aanbod-dtl-product .swiper-button-prev{
	left: -5%;
	z-index: 1;
}
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 7px 0 6px 30px;
}
.star_icon h5{
	padding-top: 15px;
	margin-bottom: 15px;
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 2rem;
    display: inline-block;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon{
	margin-bottom: 30px;
}
.star_icon p{
	padding-bottom: 10px;
    word-break: break-word;
    margin: 0px !important;
    line-height: normal;
    font-family: 'PoppinsRegular';
    font-size: 1.8rem;
    color: rgba(28,28,28,0.5);
    letter-spacing: 0.5px;
    opacity: 1;
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
.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;
}
.error_background {
    padding-top: 16rem;
}
.error_top {
    border-bottom: 2px solid rgba(151,151,151,0.3);
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
  padding: 0px 0;
}
.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);
}
.cookie_div{
  color:#9c9c9c;
  font-size: 1.2rem;
  /*font-family: 'Calibri';*/
  font-family: 'arial';
}
.cookie_div h4{
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-family: 'Calibri';
}
.light_theme h4{
  color:#2a2a2a;
}
.dark_theme h4{
  color:#c9c9c9;
}
.cookie_div a{
	color:#38b6be;
	font-size: 1rem;
	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: 1.2rem;
	/*font-family: 'Calibri';*/
	font-family: 'arial';
}
.calsty {
  border: 0;
  width: 100%;
  height: 1100px;
  background: transparent;
}
.privacy_section{
	padding-top: 8rem;
} 
.privacy_section h3{
	color: #fff !important;
}
.garantie-block td{
	width: 33.33%;
    padding-left: 0 !important;
    padding-right: 4% !important;
    word-break: break-word;
    text-align: left;
}
.ros-finance-lease-amount-wrapper{
	display: inline-block;
}

.banner_background_video {
	height: 95vh;
	max-height: 95vh;
	overflow: hidden;
}
.banner_background_video .video-js {
	width: 100%;
	height: 900px;
}
.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;
}
.mobile_btn{
	display: none;
}
/* .menu-icon:after .mennu, .menu-icon:before .mennu{
	display: none;
} */
.menu-icon .mennu{
	background-color: transparent;
	height: 24px;
	margin: 0;
}
.banner .dwn-arw {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    bottom: 5rem;
    position: absolute;
    width: 100%;
}
.banner .scroll-indicator{
	height: 2rem;
    margin-top: 1rem;
}
.banner .scroll-indicator__text {
    -webkit-animation: scrolling 2.75s ease-in-out 0s infinite;
    animation: scrolling 2.75s ease-in-out 0s infinite;
}
.matterport-showcase iframe{
	min-height: 400px;
	width: 100%;
}
#Video_Modal .modal-dialog{
	margin-top: 4%;
	max-width: 860px;
}
#Video_Modal .position-absolute.d-flex{
	width: 35px;
	height: 35px;
}
@media screen and (min-width: 768px) {
.matterport-showcase iframe {
		min-height: 500px;
	}
}
@media screen and (min-width: 992px) {
.matterport-showcase iframe {
		min-height: 580px;
	}
}
@keyframes scrolling {
	0% {
		transform: translateY(-40px);
		opacity: .6
	}

	25% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	50% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	75% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	to {
		transform: translateY(40px);
		opacity: .6
	}
}
