@import "fonts.css";
@import "common-class.css";
body {
	padding: 0;
	margin: 0;
	font-family: 'LamaSansRegular';
	background: #121212;
	color: #F9F8F6; 
	font-size: 1.6rem;
}
html {
    font-size: 62.5%;
    height: auto !important;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.cursor{
	cursor: pointer;
}
.grecaptcha-badge{
	display:none;
}
.cursor{
	cursor: pointer;
}
.img-cover{
	height: 100%;
	object-fit: cover;
}
/*===============popup===========*/
.modal-area .modal-dialog{
	max-width: 130rem;
	margin-top: 8%;
}
.modal-area .modal-content{
	background: #ededed;
}
.modal-area .modal-content img.w-100{
	object-position: 56%;
}
.popup-content{
	padding: 9% 11%;
}
.popup-content p{
	max-width: 57rem;
}
/*************side area**********/
.whtasapp-nav span:after{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 60px);
	content: '';
	background-color:#44AB28;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
	border-radius: 3px 0 0 3px;
}
.mini-right-nav li.whtasapp-nav a, .mini-right-nav li.whtasapp-nav span{
  background-color: #44AB28;
}
.mini-right-nav li{
	margin: 0px 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:#C1AC92;
	cursor: pointer;
}
.mini-right-nav span {
	font-size:16px;
	bottom: 0;
	letter-spacing: 0.75px;
	right: 60px;
	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;  
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 60px);
	content: '';
	background-color:#C1AC92;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav .navtext:hover span{ 
	width:auto; 
	padding:0 25px 0 35px;
	overflow:visible; 
}
.mini-right-nav .navtext:hover {
	text-decoration:none;
}
.mini-right-nav .navtext span{
	color:#fff;
}
.mini-right-nav img{
	width: 20px;
	position: relative;
	z-index: 1;
}
.mini-right-nav{
	position: fixed;
	top: calc(25% + 145px);
	z-index: 999;
	right: 0px;
}
.side-icon-img {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 999;
}
/*=======header=======*/
header{
	font-family: 'LamaSansMedium';
	font-size: 1.4rem;
	z-index: 99;
}
.header-wrap{
	background: #121212;
}
.logo{
	max-width: 23rem;
}
header .default-btn{
	font-size: 1.4rem;
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(10px); 
	-webkit-backdrop-filter: blur(10px); 
	padding-top: 2.7rem;
	padding-bottom: 2.7rem;
}
.ph-no{
	z-index: 1;
}
.header-logo .d-block{
	bottom: -2px;
	z-index: 99;
}
.header-logo .d-block:before, .header-logo .d-block:after{
	position: absolute;
	bottom: 0;
	content: '';
	width: 100vw;
	background: #fff;
	opacity: .3;
	height: 1px;
	left: 230px;
}
.header-logo .d-block:before{
	left: auto;
	right: 230px;
}
.header-logo {
	height: 7rem;
}
.header-logo a{
	display: block;
	transition: transform .3s;
  	transform: translateY(calc(100% - 22px));
}
header .text-lg-end ul{
	margin-top: -7rem;
	width: 50%;
  	margin-left: auto;
  	position: relative;
  	z-index: 2;
}
header .text-lg-end a:not(.default-btn):hover{
	color: #C1AC92 !important;
}
header .menu-icon div, header .menu-icon div::after, header .menu-icon div::before{
	background: #fff;
}
header .menu-area li a{
	font-family: 'berlingske_seriflight';
	font-size: 4.8rem;
	color: #fff;
	opacity: .3;
}
header .menu-area li a:hover, header .menu-area li a.active{
	opacity: 1;
}
header .menu-wrap{
	position: absolute;
}
header.change-header .header-logo a{
	transform: scale(.7);
	margin-bottom: 1.5rem;
}
header.change-header .header-logo .d-block:after, header.stiky .header-logo .d-block:after{
	left: 0;
}
header .menu-area li a:after{
	width: 9.9rem;
	height: .1rem;
	position: absolute;
	right: -12rem;
	content: '';
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}
header .menu-area li a:hover:after, header .menu-area li a.active:after{
	opacity: 1;
}
header.stiky{
	background: #121212;
}
header.stiky .header-logo a{
	transform: translateY(0);
  	margin-bottom: 1.5rem;
}
/*=========banner========*/
.home-banner:not(.contact-banner){
	height: 90vh;
}
.home-banner:before, .home-banner:after{
	position: absolute;
  	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	z-index: 2;
	pointer-events: none;
}
.home-banner:before{
	height: 30rem;
	background: url(../images/gradient.png) no-repeat center / 100% 100%;
}
.home-banner:not(.contact-banner):after{
	height: 100%;
	background: linear-gradient(0deg, rgba(18, 18, 18, 0.50) 0%, rgba(18, 18, 18, 0.50) 100%);
}
.home-banner .position-absolute.start-0{
	z-index: 3;
	top: 60%;
}
.home-banner:not(.inner-banner, .thanku-banner) h1{
	margin-bottom: 4rem;
}
.search-img{
	margin-top: -.4rem;
}
.dwn-arw{
	width: 7.4rem;
	height: 7.4rem;
	bottom: -3rem;
	z-index: 3;
	border: 1px solid rgba(247,240,236,0.5);
}
.home-banner .video-js .vjs-tech{
	object-fit: cover;
}
/*==========product==========*/
.each-car{
	font-family: 'LamaSansMedium';
	background: #202020;
}
.table-area{
	background: #262626;
}
.cmn-car-div{
	padding: 2rem;
}
.cmn-car-div.position-relative .triangle{
	width: 0;
	height: 0;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-bottom: 24px solid #202020;
	top: -2.4rem;
	opacity: 0;
}
.product-slider p{
	font-size: 1.4rem;
	opacity: .5;
	margin-bottom: 0;
}
.product-slider .model-name p{
  	height: 45px;
  	overflow: hidden;
}
.product-slider .model-name h6{
	height: 50px;
  	overflow: hidden;
}
.product-slider h6 span{
	font-size: 1rem;
}
.product-slider table{
	width: 100%;
}
.product-slider td{
	/*width: 33.33%;*/
	vertical-align: top;
	position: relative;
}
.product-slider td:not(:first-child){
	padding-left: 10px;
}
.product-slider td:not(:last-child){
	padding-right: 10px;
}
.product-slider td:not(:first-child):after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: '';
	width: 1px;
	height: 85%;
	background: #F7F0EC;
}
.product-slider td:not(:first-child) span{
	margin: auto;
	display: table;
}
.product-slider .model-name h6, .product-slider td p{
	margin-bottom: .5rem;
	line-height: normal;
}
.product-overlay{
	background-image: url(../images/product-gradient.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 100% 100%;
	width: 613px;
  	z-index: 1;
  	pointer-events: none;
}
.product-slider .swiper-button-next{
	right: 3vw;
}
.product-slider .swiper-button-prev{
	left: -2vw;
}
.product-img {
	overflow: hidden;
}
.product-img img{
	margin: -5% 0;
}
.topdetailstb {
  font-size: 2rem;
}
/*============home service============*/
.content-wrap{
	max-width: 74rem;
}
.services{
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.services .d-lg-flex{
	gap: 2rem;
}
.expanding-item {
	height: 48.4rem;
	display: flex;
	flex: 1;
  	transition: flex .5s;
}
.expanding-item h3{
	word-break: break-word;
	font-size: 3rem;
}
.expanding-item:hover, .expanding-item:focus-visible {
    flex: 2;
}
.expanding-item:before {
	content: "";
	display: block;
	position: absolute;
	background: #000;
	opacity: .3;
	width: 100%;
	height: 100%;
	transition: opacity .5s;
}
.expanding-item:hover:before, .expanding-item .link{
    opacity: 0;
}
.expanding-item .link{
	transition: opacity .5s;
}
.expanding-item:hover .link{
	opacity: 1;
}
/*============bottom-block============*/
.img-wrap{
	height: 62rem;
	padding-left: 10%;
}
.bottom-content .default-btn{
	color: #000;
	border-color: #000;
}
.bottom-content span.cmn-white-block{
	margin-bottom: 10rem;
}
.bottom-content{
  --color-line:#121212;
  z-index: 1;
}
.border-div{
	background-position: top left 35% , top left 65%;
	background-image: linear-gradient(var(--color-line),var(--color-line)),linear-gradient(var(--color-line),var(--color-line));
	background-size: 1px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	z-index: -1;
}
.btm-img-wrap{
	height: 36rem;
	padding-right: 4%;
}
/*=============footer===========*/
.footer-logo{
	max-width: 50rem;
}
footer h6, .form-address h6{
	font-family: 'LamaSansBold';
	font-size: 1.8rem;
	margin-bottom: 1rem;
}
.address{
	max-width: 54rem;
}
footer h5 a, .form-address h5 a{
	text-decoration: underline !important;
	line-height: 36px;
}
footer .privacy span{
	opacity: .5;
}
footer .privacy{
	border-top: 1px solid rgba(255,255,255,0.4);
}
footer .social-icon a{
	border: 1px solid rgba(255,255,255,0.2);
	width: 3rem;
  	height: 3rem;
  	border-radius: 5px;
}
footer .social-icon a.whatsapp-icon{
	border-color: #25D366;
}
.social-icon a img{
	width: 1.2rem;
}
/*============contact============*/
.contact-banner{
	height: 56rem;
	background: #121212;
}
.contact-details li{
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding: 3rem 0;
}
.contact-details li:first-child{
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.contact-details table{
	width: 100%;
}
.contact-details td:last-child{
	width: 38%;
}
.contact-details td span{
	opacity: .4;
}
.form-wrap, .filter-top h2{
	max-width: 59rem;
}
.form-wrap, .form-img {
	padding: 10rem 0;
}
.form-border{
	border-left: 1px solid #abaaa5;
}
.form-block label {
  	position: absolute;
  	left: 0;
  	top: 10px;
  	background-color: transparent;
  	z-index: 10;
  	transition: transform 150ms ease-out, opacity 150ms ease-out;
  	pointer-events: none;
  	width: 100%;
}
.form-block .focused label {
  	transform: translateY(-125%);
  	opacity: .5;
}
.form-styl{
	resize: none;
	border: 0;
	font-family: 'LamaSansRegular';
	color: #14151B;
	background: transparent;
	border-bottom: 1px solid rgba(18, 18, 18, 0.4);
	padding: 1.2rem 0;
  	transition: border 150ms ease-out;
  	line-height: 24px;
}
textarea.form-styl{
	height: 50px;
}
.textarea-div.focused textarea.form-styl{
	height: 80px;
}
.form-styl:focus{
	border-color: #121212;
	box-shadow: none;
	background: transparent;
}
.form-styl.filled {
  	border-color: #121212;
}
.form-group.focused .form-styl{
	font-family: 'LamaSansMedium';
	font-size: 2rem;
	padding-top: 2rem;
}
.form-styl:placeholder {
	color: #14151B;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #14151B;
	opacity: 1;
}
.form-styl::placeholder {
	color: #14151B;
	opacity: 1;
}
/*=========aanbod============*/
.filter-top, .back-btn{
	padding-top: 18rem;
}
.filter-top-btn{
	background: #C1AC92; 
	width: 5rem;
	height: 5rem;
}
.filter-top-btn img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
	width: 18px;
}
.filter-gap{
	margin: 0 .75rem;
}
/*****filter******/
.select-box-wrap{
	max-width: 100rem;
}
.filter-content{
    display: none;
    background: #121212;
    padding: 10px;
    z-index: 2;
    border-radius: 0;
    margin-top: -3px !important;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-top: 0;
    border-radius: 0;
}
.filter-content.show-div {
    display: block;
}
.filter-sec label{
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSansMedium';
  	font-size: 1.6rem;
}
.filter-sec label span{
    float: right;
    color: #fff;
    opacity: .65;
}
.filter-sec .form-check-input{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #121212;
    border-radius: 0;
}
.filter-sec .form-check-input:checked {
    background-color: #C1AC92;
    border-color: #C1AC92;
    background-image: url(../images/tick-black.svg);
    background-size: 16px;
  	background-repeat: no-repeat;
  	background-position: center;
}
.select-style{
    padding: 0 3rem 0 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-family: 'LamaSansMedium';
	font-size: 1.8rem;
	background: url(../images/down-arrow.svg) #121212 no-repeat 92% center/10px;
	appearance: none;
	-webkit-appearance: none;
	text-align: center;
	cursor: default;
	border-radius: 0;
	border: 1px solid rgba(255, 255, 255, 0.50);
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.select-style option{
	font-family: arial;
}
.filter-sec .col-xl-2.sorteren_op-filter{
	width: 32%;
}
.sorteren_op-filter .position-absolute{
	z-index: 1;
	padding-left: 2.5rem;
	pointer-events: none;
}
.sorteren_op-filter .select-style{
	padding-left: 12rem;
  	text-align: left;
}
.filter-grid{
	width: 50px;
  	height: 50px;
  	border: 1px solid rgba(255, 255, 255, 0.50);
}
.cross-btn{
    width:18px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.auto-overview-tag {
    margin-right: .5rem;
    margin-bottom: 1rem;
    padding: .5rem 1.4rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
  	border-radius: 50px;
  	background: #121212;
  	border: 1px solid rgba(255, 255, 255, 0.50);
}
.auto-overview-tag:hover {
    background: #C1AC92;
    border-color: #C1AC92;
    color: #121212;
}
.auto-overview-tag:hover .cross-btn {
	filter: brightness(1) invert(0);
	-webkit-filter: brightness(1) invert(0);
}
.auto-overview-tag, .clear-filter{
    font-size: 1.45rem;
}
.load_img{
    width:120px;
}
.filter-sec h1{
    color: #fff;
}
.total_search_records{
	white-space: nowrap;
}
/*=============aanbod-dtl==========*/
.back-btn .default-btn span:before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(90deg);
	content: '';
	width: 1.2rem;
	height: 1.2rem;
	background: url(../images/down-arrow.svg) no-repeat center / contain;
}
.back-btn .row{
	border-bottom: 1px solid rgba(255,255,255,0.3);
  	padding-bottom: 5rem;
}
.back-btn p{
	margin-top: .75rem;
	opacity: .5;
}
.back-btn p, .back-btn .d-flex a{
	font-family: 'LamaSansMedium';
}
.back-btn .d-flex a {
	text-decoration: underline;
	font-size: 1.8rem;
}
.back-btn .d-flex img{
	margin-bottom: -.4rem;
}
.aanbod-top-slider .cmn-arw{
	border-color: rgba(247, 240, 236, 0.50);
}
.aanbod-top-slider .cmn-arw img {
  	width: 1.2rem;
}
.aanbod-top-slider .swiper-button-prev{
	left: 6%;
}
.aanbod-top-slider .swiper-button-next{
	right: 6%;
}
.car-content table {
  	width: 100%;
  	max-width: 800px;
}
.border-line{
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/****tab****/
.aanbod-detail-tab{
	margin-bottom: -1px;
}
.aanbod-detail-tab .nav-tabs li button {
	color: #0B1821;
	font-size: 1.8rem;
	background: #F9F8F6;
	position: relative;
	border: 0;
	width: 100%;
}
.aanbod-detail-tab .nav-tabs li button.active{
	background: #EFECE7;
}
.aanbod-detail-tab .nav-tabs li button, .kenmerken-tab{
	font-family: 'LamaSansMedium';
	word-break: break-word;
}
.tab-content{
	background: #EFEDE7;
	padding: 6rem;
}
.tab-heading h5{
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #000;
}
.kenmerken-tab ul, .bullet-panel ul{
	list-style-type: disc;
	padding-left: 1.5rem;
}
.kenmerken-tab li, .bullet-panel li{
	margin-bottom: 1rem;
}
.kenmerken-tab li span:nth-child(2){
	font-family: 'LamaSansRegular';
}
.kenmerken-tab span{
	width: 49%;
  	display: inline-block;
  	vertical-align: top;
}
.bullet-panel{
	padding-bottom: 3rem;
}
.left-bg-block {
	width: 140px;
	background: #050E16;
	color: #fff;
}
.block-dtls {
  	width: calc(100% - 140px);
  	border: 1px solid #050E16;
	border-left: 0;
	padding: 15px;
}
.form-address{
	background: rgba(18, 18, 18, 0.10);
	backdrop-filter: blur(10px); 
	-webkit-backdrop-filter: blur(10px); 
	color: #F9F8F6;
}
.aanbod-detail-tab .tab-content iframe{
	height: 75rem;
	width: 100%;
}
/*===========subpage-list============*/
.inner-banner:after{
	background: linear-gradient(0deg, rgba(18, 18, 18, 0.70) 0%, rgba(18, 18, 18, 0.70) 100%);
	height: 100%;
}
.inner-banner:before {
  	height: 100%;
  	background: url(../images/gradient2.png) no-repeat center / 100% 100%;
}
.subpg-top .d-table{
	width: 100%;
}
.topimg-div{
	height: 34rem;
} 
.subpg-list-img{
	height: 38rem;
	padding-right: 10%;
}
.subpg-list-content{
	padding-left: 10%;
}
.subpg-list.bottom-content span.cmn-white-block{
	margin-bottom: 5rem;
}
.subpg-list .each-subpg{
	z-index: 1;
}
.each-subpg:nth-child(even), .each-subpg:nth-child(even) .cmn-white-block{
	background: #121212;
}
.each-subpg:nth-child(even) {
  --color-line:#F9F8F6;
}
.each-subpg:nth-child(even) h2, .each-subpg:nth-child(even) p, .each-subpg:nth-child(even) .default-btn{
	color: #F9F8F6;
}
.each-subpg:nth-child(even) .default-btn{
	border-color: #F9F8F6;;
}
.each-subpg:nth-child(even) span.cmn-white-block{
	margin-bottom: 0;
  	padding-bottom: 0 !important;
  	display: inline-block !important;
}
.each-subpg:nth-child(even) p{
	margin-top: 3rem;
}
.each-subpg:nth-child(even) .subpg-list-content{
	padding-right: 10%;
	padding-left: 0;
}
.each-subpg:nth-child(even) .subpg-list-img{
	padding-left: 10%;
	padding-right: 0;
}
/*==============subpage-dtl============*/
.subpg-back-btn{
	padding-top: 13rem;
}
.subpg-detail-top .topimg-div, .subpg-middle .btm-img-wrap{
	height: 54rem;
}
.subpg-middle ul{
	list-style-type: disc;
	padding-top: 3rem;
	padding-left: 1.5rem;
}
.subpg-middle li{
	margin-bottom: 1.5rem;
}
.subpg-slider .services, .team-block .services {
  border-color: #121212;
}
.subpg-slider .swiper img.w-100{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.subpg-slider .swiper a:hover img{
	transform: scale(1.1);
}
.subpg-slider .cmn-arw, .team-block .cmn-arw{
	border-color: #121212;
}
.subpg-slider .cmn-arw{
	width: 6rem;
  	height: 6rem;
}
.subpg-slider .swiper-button-next{
	right: 0;
}
.subpg-slider .swiper-button-prev{
	right: 7.5rem;
	left: auto;
}
.subpg-slider .cmn-arw img, .team-block .cmn-arw img{
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
	width: 1.5rem;
}
.subpg-slider .content-wrap {
	max-width: 50rem;
}
.thanku-banner h1{
	max-width: 113rem;
}
.thanku-banner p{
	max-width: 57rem;
}
/*================overons==============*/
.overons-img{
	height: 54rem;
}
.marquee{
	font-family: 'LamaSansMedium';
	border-top: 1px solid #F9F8F6;
	border-bottom: 1px solid #F9F8F6;
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
.marque-wrap{
	white-space: nowrap;
}
.marque-wrap:hover .marque-txt{
	animation-play-state: paused;
}
.marque-txt{
	display: inline-block;
	animation: 15s slide infinite linear;
}
.marque-txt li{
	display: inline list-item;
}
.marque-txt ul{
	list-style-image: url(../images/tick.svg);
}
.marque-txt li{
	margin: 0 6rem;
}
.overons-content-block {
  --color-line: #fff;
  z-index: 1;
}
.overons-content-block h2{
	max-width: 61.5rem;
	display: inline-block;
	padding: 4rem 0;
}
.overons-content-block h2, .overons-list-block{
	background: #121212;
}
.overons-list-block{
	margin-top: 6rem;
}
.overons-list-block ul{
	list-style-type: disc;
	padding-left: 1.5rem;
	margin-top: 2.4rem;
}
.overons-list-block li{
	margin-bottom: 1rem;
}
.overons-middle-img{
	height: 39.3rem;
}
.overons-btm-left-img img{
	object-position: 28%;
}
.overons-btm-left-img{
	margin-top: -19rem;
}
.overons-btm-img{
	margin-top: -12rem;
	height: 25.6rem;
}
.member-img{
	height: 42rem;
}
.team-block .cmn-arw{
	top: 40%;
}
.team-block .swiper-button-next{
	right: -2vw;
}
.team-block .swiper-button-prev{
	left: -2vw;
}
/***********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;
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin-bottom:15px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.star_icon{
    margin-bottom: 30px;
}
.kenteken_np {
  background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding: 4px 0 6px 44px;
  color: #000;
  background-size: 152px;
}
/* Cookie */
.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;
}
.privacy_section{
	padding-top: 10rem;
}
.error_top{
    padding-top: 7rem;
    background: #000;
}
.form-1, .form-2 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
} 


.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #C1AC92;
	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;
  	font-family: 'LamaSansMedium';
  	cursor: pointer;
  	color: #fff;
}	
.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-size: 2.4rem;
}
.widget-content h5{
	font-family: 'LamaSansRegular';
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #C1AC92;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #C1AC92;
  	background: #C1AC92;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-family: 'LamaSansMedium';
	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: #C1AC92 !important;
}