@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'moderat-extended-regular';
    font-size: 1.8rem;
    color: #747474;
	background-color: #0a0a0a;
}
html {
    font-size: 62.5%;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*************side area**********/
.mini-right-nav li{
    margin: 0 0 2px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #798273;
	border-radius: 5px 0 0 5px;
}
.mini-right-nav span {
    font-family: 'moderat-extended-regular';
    font-size:0px;
    bottom: 0;
    right: 0px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index:-1;
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 60px);
	border-radius: 5px 0 0 5px;
	content: '';
	background-color: #798273;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav .navtext:hover span{ 
	width:auto;
	overflow:visible;
	opacity:1;
	padding: 0 85px 0px 0px; 
	border-radius: 5px 0 0 5px;
	font-size:16px;
}
.mini-right-nav .navtext:hover {
	text-decoration:none;
}
.mini-right-nav .navtext span, .mini-right-nav .navtext span a{
	color:#fff;
}
/*.mini-right-nav li.whtasapp-nav .navtext, .mini-right-nav .whtasapp-nav span:after{
	background-color: #58c04d;
}*/
.mini-right-nav img{
	width: 20px;
	position: relative;
	z-index: 1;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 12;
	right: 0px;
}
/*****header*****/
.header-area {
    position: relative;
    height: auto;
    padding: 2rem 0;
}
.header-area .navbar-brand{
	margin: 0;
}
.header-area .navbar-brand img {
    width: 21rem;
}
.header-area .navbar-expand-lg .navbar-nav {
	margin-top: 0;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link, 
.header-area .nav-link,
.menu-items a{
	font-family: 'moderat-extended-regular';
	font-size: 1.6rem;
	letter-spacing: .05rem;
	color: #777777;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link:hover, 
.header-area .nav-link:hover,
.menu-items a:hover {
	color: #798273;
}
.header-area .nav-item{
	margin: 0 1.5rem;
}
.menu-icon{
    margin-left: 0;
}
.menu-items ul{
    text-align: left;
}
.menu-icon {
	width: 2.2rem;
}
.menu-icon div {
	width: 1.1rem;
}
.header-area .nav_menu_right_part{
	position: absolute;
	left: -11%;
	top: 0;
	-webkit-transform: translateY(0);
    transform: translateY(0);
	width: 2.2rem;
}
.header_inner{
    padding: 0;
}
.nav_menu_right_part.active a.menu-word{
    opacity: 0;
}
.menu-navigation {
    padding: 15rem 3rem 3rem;
}
.menu-items.active{
	width: 30rem;
}
.menu-items {
	left: 0;
}
.menu-items.active {
	left: 0;
}
.header-area .col-lg-5 {
	width: 47%;
}
.header-area .col-lg-7 {
	width: 53%;
}
/*****banner*****/
.banner-sec {
	overflow: hidden;
	position: relative;
}
.banner-top-slider { 
	position: relative;
/*	margin-bottom: 7rem;*/
}
.banner-content {
	position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
}
.banner-content h3 {
	margin: 2rem 0 6rem;
}
.banner-content .akker_btn_cls {
	margin-top: 18%;
}
.banner-play {
    width: 5.5rem;
    height: 5.5rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
	margin: 0 auto;
	cursor: pointer;
}
.banner-play img {
    width: 2rem;
}
.banner-play::after {
    content: "";
    height: 8rem;
    width: 8rem;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}
.banner-play::before {
    content: "";
    height: 12rem;
    width: 12rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}
.banner-social {
	position: absolute;
	top: 45%;
	left: 3%;
}
.banner-social li:not(:last-child) {
	margin-bottom: 3rem;
}
.banner-social img {
	width: 2.5rem;
}
.banner-sec .each-banner {
	height: 100%;
}
.banner-sec .each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-btm-slider {
	margin-top: -18%;
	margin-right: -20%;
	display: none;
}
.banner-btm-slider .each-banner {
	border-radius: 0.5rem;
	overflow: hidden;
}
.banner-slider-arrow {
	position: relative;
	max-width: 13rem;
	margin: 0 10rem 0 auto;
}
.banner-slider-arrow .common-arrow {
	bottom: 0;
	top: auto;
	transform: translate(0);
}
/**product-sec****/
.product-sec {
	padding: 8% 0 6rem;
}
.product-heading {
	max-width: 130rem;
	margin: 0 auto 8%;
}
.product-heading p {
	padding-left: 16%;
}
.product-slider {
	position: relative;
}
.product-slider .swiper-button-next {
	right: 0;
}
.product-slider .swiper-button-prev {
	left: auto;
	right: 5.2rem;
}
.product-slider .common-arrow {
	top: -40px;
}
.product-dtl {
	padding: 3rem 0;
}
.product-model {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #292929;
}
.product-model h3 {
	font-family: 'moderat-extended-regular';
	margin-bottom: 0.5rem;
	text-transform: none;
	height: 56px;
	overflow: hidden;
}
.product-model h4 span {
	color: #798273;
}
.product-model h4{
	height: 45px;
	overflow: hidden;
}
.product-info td {
	vertical-align: top;
	padding: 0 2rem;
	border-right: 1px solid #292929;
}
.product-info td:first-child {
	padding-left: 0;
}
.product-info td:last-child {
	padding-right: 0;
	border-right: 0;
}
.product-info h4 span {
	color: rgba(255, 255, 255, 1);
	display: block;
	margin-top: 0.5rem;
}
.product-btm-btn {
	margin-top: 5%;
}
/***video-sec***/
.video-wrap { 
	position: relative;
}
.video-sec  .banner-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video-content {
	position: relative;
	z-index: 1;
	max-width: 65rem;
	width: 100%;
	border-radius: 0.5rem;
	margin-top: -9rem;
}
.video-content h5 {
	background-color: rgba(255, 255, 255, 0.25);
	padding: 3.5rem;
}
.video-content p {
	background-color: #fff;
	padding: 3.5rem;
}
/**service-sec****/
.service-sec {
	margin-top: -18%;
	padding-bottom: 5%;
	background-color: #0d0d0d;
}
.service-bg{
	padding: 27% 0;
	background-attachment: fixed;
}
.service-wrap {
	margin-top: -25%;
}
.sec-heading {
	margin-bottom: 8rem;
}
.sec-heading h5 {
	color: #7c7c7c;
	margin-top: 1rem;
}
.each-service h5 {
	margin-top: 3.5rem;
}
.each-service p {
	margin: 2rem 0 5rem;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-sec .akker_btn_cls {
	margin-top: 6%;
}
.service-sec .olufsen_each_block {
	overflow: hidden;
}
.service-sec .olufsen_each_block .olufsen_image_content {
    position: relative;
}
.each-service:hover .olufsen_image_content {
	transform: scale3d(1.08,1.08,1);
}
/***content-block*****/
.content-block {
	background-color: #f4f4f4;
	padding-bottom: 8%;
	position: relative;
}
.content-block::before {
	content: '';
	background-color: #0d0d0d;
	height: 15%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.content-text { 
	padding: 46% 0 0 6%;
	position: relative;
}
.content-text h2,
.content-text .txt-btn {
	color: #121212;
}
.content-text .txt-btn::after {
	filter: brightness(0);
    -webkit-filter: brightness(0);
}
.content-text .txt-btn:hover {
	color: #798273;
}
.content-text .txt-btn:hover::after {
	filter: brightness(1);
    -webkit-filter: brightness(1);
}
.content-text p { 
	margin: 2rem 0 5.5rem;
}
.content-img {
	padding-right: 11%;
	position: relative;
}
/****insta-sec***/
.insta-sec { 
	background-color: #f4f4f4;
	padding-bottom: 2rem;
	overflow: hidden;
}
.insta-wrap {
	margin: 0 -5%;
}
.insta-sec .sec-heading h2 {
	color: #1a1a1a;
}
/***footer-area***/
.footer-area {
	padding: 7.5rem 0 9rem;
}
.footer-wrap {
	max-width: 98rem;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.footer-logo img { 
	width: 20.8rem;
}
.footer-menu {
	margin: 6rem 0 4rem;
}
.footer-menu li {
	display: inline-block;
	margin-right: 7.5rem;
}
.footer-menu li:last-child,
.footer-contact li:last-child  {
	margin: 0;
}
.footer-menu li a {
	font-family: 'moderat-extended-regular';
    font-size: 1.6rem;
	text-transform: uppercase;
}
.footer-contact li {
	display: inline-block;
	margin-right: 3rem;
}
.footer-contact li a {
	font-family: 'ModeratLight';
    font-size: 1.4rem;
	text-transform: uppercase;
	color: #727272;
}
.footer-contact li a span {
	border-bottom: 1px solid #727272;
}
.footer-contact li a:hover {
	color: #798273;
}
.footer-social {
	margin-top: 5.5rem;
}
.footer-social a:not(:last-child) {
	margin-right: 2rem;
}
.footer-social img {
	width: 2rem;
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 73%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.7);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content h2,
.modal-area .popup-content .txt-btn {
	color: #121212;
}
.modal-area .popup-content .txt-btn::after {
	filter: brightness(0);
    -webkit-filter: brightness(0);
}
.modal-area .popup-content .txt-btn:hover {
	color: #798273;
}
.modal-area .popup-content .txt-btn:hover::after {
	filter: brightness(1);
    -webkit-filter: brightness(1);
}
.modal-area .popup-content p {
    margin: 2rem 0 4rem;
}
.modal-area .popup-content {
    padding: 5rem 10%;
    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;
}
/*=================================contact page start======================================*/
/***contact-top-sec***/
.contact-top-sec {
	padding: 7% 0 8%;
}
.contact-top-sec h2 {
	margin-bottom: 2rem;
}
/***contact-info-sec***/
.contact-info-wrap {
	max-width: 120rem;
	width: 100%;
}
.each-contact-info h5 {
	font-family: 'moderat-extended-regular';
	margin-bottom: 3rem;
}
.each-contact-info p {
	color: #fff;
}
.each-contact-info p a {
	border-bottom: 1px solid #fff;
}
/****contact-form-sec***/
.contact-form-sec { 
	padding: 9% 0 14%;
}
.form-styl {
	resize: none;
    background-color: #1c1c1c;
    border-radius: 0;
    font-family: 'moderat-extended-bold';
    border: 0;
    color: #fff;
    font-size: 1.6rem;
    padding: 2rem;
	letter-spacing: 0.1rem;
}
.form-group {
	margin-bottom: 1rem;
}
.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-map {
	height: 100%;
}
.contact-form-wrap {
	padding-right: 24%;
}
/***contact-insta-sec**/
.contact-insta-sec {
	background-color: #0a0a0a;
}
.contact-insta-sec .sec-heading h2 {
	color: #fff;
}
/*=================================bedankt page start======================================*/
.bedankt-banner-sec .banner-content .akker_btn_cls { 
	margin-top: 4rem;
}
.bedankt-banner-sec .banner-content {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}
.bedankt-banner-sec .banner-top-slider {
	margin-bottom: 0;
}
/*=================================aanbod-dtl page start======================================*/
/**product-name-sec****/
.product-name-sec {
	padding: 5% 0 3%;
}
.product-name-sec h2 {
	text-transform: none;
	margin-bottom: 2rem;
}
/***dtl-top-slider**/
.dtl-top-slider .common-arrow {
	background-color: #798273;
	border-color: #798273;
}
.dtl-top-slider .swiper-button-next {
	right: 10%;
}
.dtl-top-slider .swiper-button-prev {
	left: 10%;
}
/***dtl-info-sec**/
.dtl-info-sec { 
	padding-top: 6rem;
}	
.dtl-info-wrap {
	max-width: 125rem;
	width: 100%;
	margin: 0 auto;
}
.dtl-info-sec table {
	margin: 0 auto;
}
.dtl-info-sec td {
    text-align: center;
    padding-right: 10rem;
    vertical-align: top;
}
.dtl-info-sec td:last-child {
	padding: 0;
}
.dtl-info-sec td p {
	color: #fff;
}
.dtl-info-sec td span {
	color: #798273;
}
/***dtl-feature-sec****/
.dtl-feature-sec {
	padding: 7% 0 5%;
}
.dtl-feature-sec .swiper-slide {
	height: auto;
}
.dtl-feature-sec h3 {
	margin-bottom: 6rem;
}
.each-dtl-feature { 
	background-color: #1f1f1f;
	border-radius: 1rem;
	padding: 2.4rem 1.5rem;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	transition: all 0.5s;
}
.each-dtl-feature h4 {
	font-family: 'ModeratExtendedLight';
	font-size: 1.8rem;
	margin-bottom: 5rem;
	text-transform: uppercase;
}
.each-dtl-feature-img { 
	width: 50%;
	height: 13rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-dtl-feature-img img {
	height: 100%;
	object-fit: cover;
}
/****dtl-tab-sec*****/
.dtl-tab-sec .tab-btn .nav-tabs {
	border: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'moderat-extended-bold';
    font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: transparent;
    color: #fff;
	opacity: 0.14;
    padding: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	position: relative;
	transition: all 0.5s;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link::after {
	content: '';
	height: 0.2rem;
	width: 4rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	opacity: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active::after {
	opacity: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	opacity: 1;
}
/*****dtl-tab-content******/
.dtl-tab-content-heading h2 {
	padding: 5rem 0;
	color: #fff;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'moderat-extended-regular';
    font-size: 1.6rem;
    color: #fff;
    padding-bottom: 1rem;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 0.8rem;
    padding-left: 1.3rem;
    background-size: 0.7rem;
    color: #aaaaaa;
	font-family: 'moderat-extended-regular';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
	color: #fff;
	text-transform: uppercase;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.dtl-tab-sec .tab-content p {
	color: #fff;
	font-size: 1.6rem;
	padding-right: 60px;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
    font-family: 'moderat-extended-regular';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 0.8rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #798273;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #798273;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
	font-size: 1.6rem;
}
.each-onderhoud-block h4 {
    color: #fff;
    font-family: 'moderat-extended-regular';
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #fff;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'moderat-extended-regular';
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/***dtl-info-area***/
.dtl-info-area { 
	max-width: 60rem;
	width: 100%;
	margin-left: auto;
}
.dtl-info-reach {
	background-color: #798273;
	border-radius: 1rem;
	padding: 3rem;
}
.dtl-info-reach h3 {
	text-transform: none;
}
.dtl-info-reach li  {
	margin-top: 2rem;
}
.dtl-info-reach a img {
	width: 1.8rem;
	margin-right: 1.5rem;
}
.dtl-info-reach a:hover {
	color: #fff;
	opacity: .6;
}
.dtl-info-reach-call {
	padding-left: 6%;
}
.dtl-info-reach p {
	color: #fff;
	margin-top: 3rem;
}
.dtl-info-text {
	margin: 4rem 0 5rem;
}
.dtl-info-text p {
	margin-bottom: 3rem;
}
.dtl-info-btn .akker_btn_cls {
	max-width: 100%;
	margin-top: 1.5rem;
}
/*.dtl-info-btn .big-btn {
	text-transform: none;
}*/
/***dtl-contact-form-sec***/
.dtl-contact-form-sec {
	padding: 9% 0;
}
.dtl-contact-form-sec .contact-info-area {
	margin: 5% 0;
}
.dtl-contact-form-sec .contact-form-wrap {
	max-width: 135rem;
	width: 100%;
	padding-right: 0;
}
.dtl-contact-form-man {
	border-radius: 100%;
	overflow: hidden;
	width: 11rem;
    height: 11rem;
}
.dtl-contact-form-man img {
	height: 100%;
	object-fit: cover;
}
/***related-product-sec**/
.related-product-sec { 
	padding: 0 0 7%;
}
.related-product-sec h2 {
	margin-bottom: 4rem;
}
.form-1, .form-2 {
	display:none;
	padding: 10px;
	margin-top: 30px;
}
/*=================================aanbod page start======================================*/
.filter-wrap {
	max-width: 123.5rem;
	width: 100%;
	margin: 0 auto;
}
.select-style {
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    color: #fff;
    font-family: 'moderat-extended-regular';
    font-size: 1.6rem;
    border: 1px solid #585858;
	border-radius: 0.5rem;
    background: url(../images/down-arrow.svg) #0a0a0a no-repeat 92% center/13px;
    appearance: none;
    padding: 0 3rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}
.select-style option{
	font-family: arial;
}
.filter-text {
	margin-top: 2rem;
}
.filter-text h4 {
	text-transform: uppercase;
}
.each-view {
	opacity: 0.5;
	display: flex;
	align-items: center;
	justify-content: end;
	cursor: pointer;
}
.each-view img {
	width: 2.2rem;
	margin-left: 2rem;
}
.each-view.active {
	opacity: 1;
}
.view-change {
	display: flex;
	align-items: center;
	justify-content: end;
	font-family: 'moderat-extended-regular';
    font-size: 1.6rem;
    color: #fff;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}
.view-change .reset {
	margin-right: 2rem;
	text-transform: none;
}
/***aanbod-product-sec***/
.aanbod-product-sec { 
	padding: 4% 0 7%;
}
.aanbod-product-sec .each-product {
	padding: 0 1.4rem 2rem;
}
/*=================================aanbod-list page start======================================*/
.aanbod-list-product-sec .thumb-img,
.aanbod-list-product-sec .product-img {
	padding-bottom: 0.8rem;
	height: 100%;
}
.aanbod-list-product-sec .thumb-img img,
.aanbod-list-product-sec .product-img img {
	height: 100%;
	object-fit: cover;
}
.aanbod-list-product-sec .product-dtl {
	padding-left: 9%;
	padding-right: 9%;
}
.aanbod-list-product-sec .product-dtl .akker_btn_cls {
	margin-top: 4rem;
}
.aanbod-list-product-sec .each-product {
	padding: 0;
	margin-bottom: 8rem;
}
.aanbod-list-product-sec .each-product:last-child {
	margin-bottom: 0;
}
.aanbod-list-product-sec .product-model h3{
	height: auto;
}
/*=================================verkocht page start======================================*/
/**verkocht-filter-sec***/
.verkocht-filter-sec .filter-wrap {
	margin-left: 0;
}
/*=========================dinesten-list page start=============================*/
.dinesten-list-banner-sec{
	padding: 9rem 0 0;
}
.dinesten-list-banner-sec .sec-heading h5 {
    margin-bottom: 1rem;
}
.dinesten-list-sec{
	padding: 0 0 7%;
}
.dns-list-left-part{
	padding-top: 29%;
    position: relative;
    padding-right: 2rem;
}
.dns-list-left-part li{
	margin-bottom: 2.2rem;
}
.dns-list-left-part li:last-child{
	margin-bottom: 0;
}
.dns-list-left-part li a{
    font-size: 2rem;
    font-family: 'moderat-extended-bold';
    text-transform: uppercase;
}
.dns-list-left-part li a.active{
	color: #798273;
}
.dns-list-right-part{
    padding: 0% 0 7%;
    position: relative;
    border-left: 3px solid #2e2e2e;
    height: 100%;
}
.each-dns-list-part{
	position: relative;
    padding: 6% 0 6% 5%;
}
.each-dns-list-part:after{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 14%;
    height: 3px;
    content: '';
    background: #2e2e2e;
}
.dns-list-car-content p{
	color: #7f7f7f;
	margin: 2.5rem 0 4.5rem;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.each-dns-list-part:nth-child(odd) .dns-list-car-content{
	padding-left: 11%;
}
.each-dns-list-part:nth-child(even) .dns-list-car-content{
	padding-right: 11%;
}
/*=========================dinesten-dtl page start=============================*/
.dinesten-dtl-header-area{
	position: absolute;
	width: 100%;
	background: transparent;
}
.diensten-dtl-top-btn {
    position: relative;
}
.diensten-dtl-top-btn .akker_btn_cls {
    position: absolute;
    left: 7%;
    right: auto;
    top: 39rem;
    z-index: 1;
    color: #fff;
}
.dinestn-dtl-heading{
	background: transparent;
	padding: 18rem 0 8rem;
	position: absolute;
	top: 0;
	width: 100%;
}
.dinestn-dtl-heading .sec-heading{
	margin-bottom: 0;
}
.dinestn-dtl-top-sec{
	padding: 39rem 0 8rem;
	background-attachment: fixed;
}
.dinestn-dtl-img-box{
    padding-right: 34%;
}
.dinestn-dtl-img-boxx{
	position: relative;
	margin: -27% 0 0 48%;
	z-index: 1;
}
.dinestn-dtl-top-content{
	padding: 15rem 23% 0 0;
}
.dinestn-dtl-top-content p{
    margin: 2.5rem 0;
	text-align: justify;
}
.dinestn-dtl-middle-sec{
	background: #0f0f0f;
	padding: 3% 0 0;
}
.dinestn-dtl-middle-sec .dinestn-dtl-top-content{
	padding: 0 23% 41rem 0;
}
.dinestn-dtl-middle-sec .dinestn-dtl-top-content p{
	margin-bottom: 6rem;
}
.dinestn-dtl-mdl-img-box{
    padding-left: 10% ;
}
.dinestn-dtl-mdl-img-boxx{
    position: relative;
    margin: -21% 0 0 0;
    z-index: 1;
    width: 75%;
    margin-left: -48%;
}
.dinestn-dtl-bottom-sec{
	background: #0f0f0f;
	padding: 6% 0 0;
	position: relative;
}
.dtl-bottom-content{
    padding: 0 9rem 20rem 0;
}
.dtl-bottom-content p{
	margin: 2.5rem 0 0;
	text-align: justify;
}
.dtl-bottom-list{
	background: #798273;
    border-radius: 1.5rem;
    padding: 8rem;
    margin: -20% 0 0 auto;
    z-index: 1;
    position: relative;
    max-width: 60rem;
    width: 100%;
}
.dtl-bottom-list ul li {
	position: relative;
	color: #fff;
	font-family: 'moderat-extended-regular';
	font-size: 2.4rem;
	margin-bottom: 2rem;
	padding-left: 4rem;
}
.dtl-bottom-list ul li:after{
	background-size: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    width: 2rem;
    height: 2rem;
    background-image: url(../images/right.svg);
    background-repeat: no-repeat;  
    filter: brightness(10);
    -webkit-filter: brightness(10);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.dtl-bottom-list ul li:last-child{
	margin-bottom: 0;
}
.dinestn-dtl-bottom-sec:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 12.5rem;
    background: #0a0a0a;
}
/***diensten-dtl-contact-form-sec**/
.diensten-dtl-contact-form-sec {
	padding-top: 2rem;
}
.diensten-dtl-contact-wrap { 
	max-width: 135rem;
    width: 100%;
	margin: 0 auto;
}
/*=========================overons page start=============================*/
.overons-top-sec .dinestn-dtl-top-content{
    padding-top: 13%;
}
.overons-counter-sec{
	padding: 5% 0;
}
.each-counter{
    margin-bottom: 2rem;
    text-align: center;
}
.each-counter h2 {
    font-size: 10rem;
    font-family: 'moderat-extended-regular';
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
.each-counter h3{
    font-family: 'moderat-extended-regular';
    padding-left: 28%;
    text-transform: none;
}
.overons-car-slider-sec{
    position: relative;
}
.overons-car-slider-sec .swiper-button-next {
    right: 8.3rem;
}
.overons-quote-sec{
	background: #ffffff;
	padding: 6% 0;
}
.overons-quote-sec .dinestn-dtl-top-content{
	padding-top: 13%;
}
.overons-quote-sec .dinestn-dtl-top-content h2{
	color: #121212;
	position: relative;
	padding-top: 4rem;
}
.overons-quote-sec .dinestn-dtl-top-content h2::after {
    background-size: 3rem;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 3rem;
    height: 3rem;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;  
    filter: brightness(10);
    -webkit-filter: brightness(10);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.overons-quote-sec .dinestn-dtl-top-content h5{
	font-family: 'ModeratExtendedLight';
	color: #1e1e1e;
	letter-spacing: 0;
}
.overons-quote-sec .dinestn-dtl-img-boxx{
    margin-right: 13%;
}
.overons-bottom-sec{
	padding: 6% 0;
}
.overons-bottom-sec .dns-list-car-box{
	margin-left: 6%;
}
.overons-bottom-sec .dns-list-car-content{
	padding-right: 18%;
}
.overons-bottom-sec .dns-list-car-content h2{
	text-transform: none;
}
.overons-car-slider-sec .common-arrow{
    border: 0;
}
.overons-car-slider-sec  .olufsen_each_block {
    overflow: hidden;
}
.overons-car-slider-sec .olufsen_each_block .olufsen_image_content {
    position: relative;
}
.overons-car-slider-wrap{
	padding-right: 5%;
}
.overons-bottom-sec .dns-list-car-content p{
	display: block;
	overflow: 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: 30px;
    padding-top: 15px;
}

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}
.star_icon h3{
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3, .star_icon {
    margin-bottom: 30px;
}
.aanbod-list2 table{
	width:100%;
}
.product-img-wrap{
	overflow: hidden;
}
.product-img{
	margin: 0 -4%;
}
.dtl-feature-sec .swiper-wrapper{
	display: block;
	white-space: nowrap;
	text-align: center;
}
.dtl-feature-sec .swiper-slide{
	display: inline-block;
}
.each-dtl-feature{
	white-space: normal;
}
.content-block .content-img{
	height: 640px;
	overflow: hidden;
}
#desktop_video, #desktop_video > div {
    height: 100%;
}
#desktop_video iframe {
   max-width: 640px;
}
.form-1 iframe{
	height: 900px;
}
.banner-sec::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../images/gradient.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
  	font-family: "Nunito Sans", sans-serif;
}
.widget-btn{
	border-radius: 10px;
  	background: #798273;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 1.3rem 2.5rem;
  	font-size: 1.7rem;
  	cursor: pointer;
  	color: #fff;
  	font-weight: 600;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 4.5rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 51rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-weight: 500;
  	font-size: 2.4rem;
}
.widget-content h5{
	font-weight: 400;
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #798273;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #798273;
  	background: #798273;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-weight: 600;
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #798273 !important;
}
.monthly_amount{
	cursor:pointer;
} 
.bottom-0{
	bottom: 0;
}
.start-0{
	left: 0;
}
/*===========PERSONALISATIE============*/
.top-block h3, .top-block .text-center p, .list-block h3, .list-block .txt-btn{
	line-height: 150%;
}
.top-block h3, .list-block h3{
	font-size: 2.4rem;
  	letter-spacing: 1.2px;
}
.top-block p, .list-block p{
	color: rgba(255, 255, 255, 0.50);
}
.top-block .text-center p{
	font-size: 1.6rem;
	font-family: 'moderat-extended-bold';
	letter-spacing: 0.8px;
  	margin-top: 3px;
  	text-align: center;
}
.top-block h2{
	font-size: 6rem;
	line-height: 120%;
	letter-spacing: 3px;
}
.top-block .row p, .list-block p{
	font-family: 'ModeratExtendedLight';
	line-height: 153%;
	letter-spacing: 0.9px;
	font-size: 1.8rem;
}
.top-block .row p{
	margin-top: 26px;
}
.img-div{
	height: 616px;
}
.img-div img, .list-img img{
	object-fit: cover;
}
.list-block h3{
	text-transform: unset;
	margin-bottom: 55px;
}
.list-block h2{
	text-transform: unset;
	margin-bottom: 55px;
}
.list-block .txt-btn {
	letter-spacing: 0.8px;
	margin-top: 35px;
}
.list-block p{
	text-align: center;
}
.list-block .each-list p{
	color: rgba(255, 255, 255, 0.75);
}
.list-block .position-absolute{
	bottom: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.list-block .each-list:hover .position-absolute{
	bottom: 0;
}
.list-block .txt-btn{
	filter: brightness(0) invert(1);
  	-webkit-filter: brightness(0) invert(1);
}
.new-banner-content{
	position: absolute;
    top: 77%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    text-align: center;
}
.video-js .vjs-tech {
    display: block;
    object-fit: cover;
}
.dinesten-list-banner-sec.dinestn-dtl-heading h1{
	margin-bottom: 11px;
}
.dinesten-list-banner-sec.dinestn-dtl-heading h2{
	margin-bottom: 15px;
}
.dinesten-dtl-header-area{
	position: relative;
	background: #161616;
}
.automakelaar{
	background: #161616;
  	padding-top: 3rem;
  	text-align: center;
  	position: absolute;
  	width: 100%;
  	left: 0;
}
.dinestn-dtl-heading{
	position: relative;
  	padding: 70px 0 20px !important;
}
.zoekt{
	top: 35px;
}
.dinestn-dtl-top-sec{
	padding: 80px 0 !important;
	background-position: top;
	margin-top: -10px;
}
.diensten-dtl-top-btn .akker_btn_cls{
	top: 27rem !important;
}
.block-scrolled {
  	height: 450px;
  	overflow-y: auto;
  	padding-right: 20px;
}
.block-scrolled::-webkit-scrollbar {
  	width: 8px;
}
/* Track */
.block-scrolled::-webkit-scrollbar-track {
  	background: #121212; 
} 
/* Handle */
.block-scrolled::-webkit-scrollbar-thumb {
  	background: #2b2b2b; 
}
@media(max-width: 991.98px){
	.automakelaar{
  		position: static;
  		background: transparent;
  		padding: 0;
	}
	.zoekt{
		top: 0;
	}
	.dinestn-dtl-heading{
		padding: 0 !important;
	}
	.automakelaar h1{
		color: #1c1c1c !important;
  		opacity: .7;
	}
	.dinestn-dtl-top-sec{
		padding: 40px 0 !important;
		margin-top: 0;
	}
	.diensten-dtl-top-btn .akker_btn_cls{
		margin: auto;
    	display: table;
	}
}