@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-family: 'lama_sansregular';
    font-size: 16px;
    color: #fff;
    background-color: #110D0C;
}
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);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*****************header****************/
.fixed-icon{
    position: fixed;
    right: 0;
    top: 50%;
    height: 8rem;
    width: 8rem;
    background-color: #26BE00;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed-icon img{
    width: 3rem;
}
.header-area{
    z-index: 999;
}
.header-area .nav_menu_right_part{
	position: relative;
	z-index: 99;
	top: 1rem;
	right: 0;
}
.menu-navigation{
	padding-top: 12rem;
}
.header-area .navbar-collapse{
	justify-content: space-between;
}
.menu-icon{
	margin-left: .5rem;
    margin-top: -.2rem;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link{
	margin: 0;
    text-transform: uppercase;
    font-family: 'lama_sansmedium';
} 
.m-menu ,
.header-area .nav-item{
	margin-left: 7rem;
}
.m-menu.active a{
   visibility: hidden;
   opacity: 0;
}
.navbar-brand img{
	width: 24rem;
}
.is-hidden{
    background-color: #110D0C;
}
.header_inner{
    padding: 0;
}
.header-area .nav-link:hover:before{
    background-color: #925742;
}
/* ===== banner ====== */
.home-banner{
    position: relative;
}
.banner-content{
    position: absolute;
    left: 0;
    bottom: 12%;
    z-index: 5;
    width: 100%;
}
.banner-btn{
    margin-top: 8rem;
}
.banner-btn .trans-btn{
    margin-left: 3rem;
}
/* ======= product-slider ======= */
.home-product-slider{
    padding: 10rem 0;
}
.each-product-content-top{
    padding: 3rem 2rem;
    background-color: #2E2421;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product .col-4{
    text-align: end;
}
.each-product-content-top::after{
    position: absolute;
    left: 50%;
    top: -3.1rem;
    height: 3.2rem;
    width: 6.4rem;
    background-color: #925742;
    z-index: 5;
    content: "";
    transform: translateX(-50%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    visibility: hidden;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.each-product-content-btm{
    padding: 3rem 2rem;
    background-color: #1A1412;
}
.each-product-content-btm table{
    width: 100%;
}
.each-product-content-btm td:not(:first-child) span{
    margin: auto;
    display: table;
}
.each-product-content-btm td{
    width: 33.33%;
    border-right: 1px solid #fff;
}
.each-product-content-btm td:last-child{
    border-right: 0;
}
.each-product-content-btm td:first-child {
    padding-left: 0;
}
.each-product-content-top h5 ,
.each-product-content-btm td h5{
    color: #fff;
}
.each-product-content-top h5{
    margin-bottom: .5rem;
    color: #fff;
}
.each-product p{
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
    font-size: 1.4rem;
    height: 40px;
    overflow: hidden;
}
.each-product-content-top .text-md-end h5, .each-product-content-top .text-md-end p, .each-product-content-btm td p{
    height: auto !important;
}
.each-product-content-btm p{
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: .4rem;
}
.each-product:hover .each-product-content-top{
    background-color: #925742;
}
.each-product:hover .each-product-content-btm{
    background-color: #512F23;
}
.each-product:hover p{
    color: #fff;
}
.each-product:hover .each-product-content-top::after{
    visibility: visible;
}
.heading{
    padding-bottom: 6rem;
    text-transform: uppercase;
}
.heading .common-btn{
    text-transform: none;
}
.home-product-slider .trans-btn{
    margin-top: 4rem;
}
.home-product-slider .swiper-button-next {
    right: -3%;
}
.home-product-slider .swiper-button-prev {
    left: -3%;
}
/* ===== home-mid ========= */
/* .home-mid{
    padding: 0 0 10rem;
}
.home-mid .common-arrow{
    top: -3rem;
}
.home-mid .swiper-button-prev{
    left: auto;
    right: 4rem;
}
.home-mid .swiper-slide {
    height: auto;
}
.home-mid .swiper-slide a:not(.each-slider .common-btn){
    color: inherit;
}
.each-slider-content h5{
    padding: 2rem 0 1rem;
}
.each-slider-content p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3rem;
    visibility: hidden;
    display: none;
}
.each-slider-content .common-btn{
    visibility: hidden;
    display: none;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.each-slider img, .ser-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-slider:hover img, .ser-img:hover img{
    transform: scale(1.2);
}
.home-mid .each-slider{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-mid .each-slider:hover .each-slider-content .common-btn ,
.home-mid .each-slider:hover .each-slider-content p{
    visibility: visible;
    display: block;
} */

.home-mid{
    padding: 0 0 10rem;
}
.home-mid .common-arrow{
    top: -3rem;
}
.home-mid .swiper-button-prev{
    left: auto;
    right: 4rem;
}
.home-mid .swiper-slide {
    height: auto;
}
.each-slider-content h5{
    padding: 2rem 0 1rem;
}
.each-slider-content p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  /*  display: none;*/
}
.each-slider-content .common-btn{
    opacity: 0;
    visibility: hidden;
   /* display: none;*/
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.each-slider img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-slider:hover img{
    transform: scale(1.2);
}
.home-mid .each-slider{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-mid .each-slider:hover .each-slider-content .common-btn ,
.home-mid .each-slider:hover .each-slider-content p{
    visibility: visible;
    /*display: block;*/
    opacity: 1;
}
.home-mid .each-slider {
    overflow: hidden;
}
.each-slider-content {
    transition: all 0.5s;
}
.each-slider:hover .each-slider-content {
    padding-top: 7rem;
    transition-timing-function: ease-in-out;
}
.home-mid a:hover {
    color: #fff;
}

/* =============== home-btm ============= */
.home-btm{
    overflow: hidden;
    padding: 0 0 8rem;
}
.home-btm-left p{
    margin: 5rem 0;
}
.home-btm-left {
    padding-right: 9rem;
}
.home-btm-right{
    position: relative;
    height: 100%;
}
.home-btm-right img{
    height: 100%;
    object-fit: cover;
}
.home-btm-right::after{
    position: absolute;
    left: -2rem;
    bottom: -2rem;
    height: 50%;
    width: calc(100% + 2rem);
    content: "";
    background-color: #925742;
    z-index: -1;
}
/* ======== google-review ===== */
.google-review{
    padding: 8rem 0;
}
/* ======== footer ===== */
.footer-area{
    padding: 12rem 0 4rem;
}
.footer-logo img{
    width: 34rem;
}
.footer-logo p{
    color: #925742;
    margin-top: 5rem;
    font-family: 'OpenSansRegular';
    text-transform: uppercase;
}
.footer-right{
    max-width: 92rem;
    margin-left: auto;
    margin-right: 0;
    padding-left: 3rem;
}
.footer-right > .row{
    margin-bottom: 9rem;
}
.each-footer-menu{
    max-width: 20rem;
    padding-right: 1rem;
}
.each-footer-menu a ,
.each-footer-menu p{
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: normal;
}
.each-footer-menu a:hover{
    color: #925742;
}
.each-footer-menu h5{
    margin-bottom: 2rem;
}
.footer-right hr{
    opacity: 1;
    height: 2px;
    background-color: #925742;
    margin-bottom: 3rem;
}
.footer-btm ul{
    display: flex;
    justify-content: end;
    column-gap: 2rem;
    align-items: center;
}
.footer-btm h6{
    font-family: 'lama_sansmedium';
    font-size: 1.8rem;
}
.footer-btm li img{
    width: 2.5rem;
    filter: brightness(0) invert(1);
}
/* %%%%%%%%%%%%% aanbod-list %%%%%%%%%%%%%%% */
.inner-banner img{
    opacity: .3;
}
.inner-banner::after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(0deg, #110D0C 16.15%, rgba(17, 13, 12, 0.30) 100%);
}
.inner-banner .banner-content{
    top: 30%;
    bottom: auto;
}
.aanbod-list-product{
    /* margin-top: -10rem; */
    position: relative;
    z-index: 2;
}
.select-style {
    width: 100%;
    max-width: 16rem;
    height: 100%;
    color: #fff;
    background-color: transparent;
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    border: 1px solid #925742;
    appearance: none;
    padding: 1.6rem 1rem;
    cursor: pointer;
    text-align: center;
}
.select-style option{
    font-family: arial;
}
.filter-sec{
    margin-top: -16%;
    position: relative;
    z-index: 5;
}
.select-style:focus ,
.select-style:hover{
    background-color: #925742;
}
.filter-sec .col-1{
    width: 12%
}
.filter-sec .col-8{
    width: 52%;
    text-align: right;
}
.aanbod-list-product .each-product{
    margin-bottom: 1rem;
}
.aanbod-list-btm-wrap{
    padding: 3rem 5rem 8rem;
}
/* ========== ========= */
.vacatures-list{
    margin-top: -18%;
    position: relative;
    z-index: 2;
}
.vacatures-list-each-box-content{
    max-width: 54rem;
    width: 100%;
    padding: 2rem 0 0;
}
.vacatures-list-each-box-content h3 span{
    color: #fff;
}
.vacatures-list-each-box-content p{
    padding: 1rem 0 3rem;
    color: #fff;
}
.vacatures-list-wrap{
    margin: -4rem -4rem 0 ;
}
.vacatures-list-each-box{
    margin:4rem 4rem 0;
}
/* ========= overons ====== */
.inner-banner .banner-content p{
    max-width: 95.6rem;
    margin-top: 4rem;
}
.overons-top .home-btm-left {
    padding-right: 7rem;
}
.overons-top {
    margin-top: -30rem;
}
.overons-top .home-btm-right::after{
    left: auto;
    right: -2rem;
}
.overons-top .home-btm-left p{
    margin-bottom: 10rem;
    /* margin-top: 4rem; */
}
.overons-top .home-btm-left h2{
    margin-bottom: 4rem;
}
.home-btm-left li{
    position: relative;
    padding-left: 2rem;
    margin-bottom: 3rem;
}
.home-btm-left li::after{
    position: absolute;
    left: 0;
    top: -.2rem;
    height: 2.5rem;
    width: 2.5rem;
    background-image: url(../images/dot.svg);
    content: "";
    background-size: 2.5rem;
    background-position: center;
    background-repeat: no-repeat;
}
.overons-mid{
    position: relative;
}
.overons-mid::after{
    position: absolute;
    left: 0;
    top: 0;
    height: 2rem;
    width: 100%;
    content: "";
    background-color: #925742;
}
.overons-mid-img{
    padding: 13rem 0;
    background-attachment: fixed;
    text-align: center;
    position: relative;
}
.overons-mid-img::after{
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(0deg, #110D0C 16.15%, rgba(17, 13, 12, 0.30) 100%);
}
.overons-mid-img .common-wrap{
    z-index: 1;
    position: relative;
}
.overons-mid-img h3{
    color: #CA1E1E;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.overons-mid-img p{
   max-width: 90rem;
   margin: auto;
}
.overons-mid h2{
    margin-bottom: 28rem;
}
.overons-btm img{
    width: 50rem;
}
.overons-btm{
    padding: 4rem 0 ;
}
/* ========= contact ============ */
.map-sec{
    position: relative;
}
.map{
    height: 87rem;
    width: 100%;
}
.map-sec .inner-banner::after{
    pointer-events: none;
}
.map-sec .inner-banner img{
    opacity: 1;
}
.contact-addr{
    margin-top: -38rem;
    position: relative;
    z-index: 2;
    padding-bottom: 9rem;
}
.contact-addr h3{
    margin-bottom: 4rem;
    text-transform: uppercase;
}
.each-contact-addr{
    max-width: 39rem;
    margin: 0 auto;
}
.each-contact-addr p{
    margin-bottom: 0;
}
.contact-product-slider {
    padding-top: 16rem;
}
.form-setion{
    background-color: #2E2421;
    padding: 6rem 0;
}
.form-setion h2{
    text-transform: uppercase;
}
.form-group {
   margin-bottom: 1.4rem;
}
.form-styl {
    color: #fff;
    font-size: 1.6rem;
    padding: 2rem 3.5rem;
    border-radius: 0;
    border: 1px solid #1A1412;
    background-color: #1A1412;
    line-height: 2.5rem;
    letter-spacing: 0.32px;
    resize: none;
}
.txt-area-outer textarea {
    min-height: auto;
    height: calc(100% - 1.4rem);
}
.form-styl:focus{
    color: #fff;
    background-color: #1A1412;
    border-color: #1A1412;
    box-shadow: none;
}
.form-styl:placeholder{
    color: #fff;
}
.form-styl:-ms-input-placeholder{
    color: #fff;
}
.form-styl::placeholder {
    color: #fff;
}
.form-setion .common-btn{
    background-color: #CA1E1E;
    border-color: #CA1E1E;
}
.form-setion .common-btn:hover{
    background-color: transparent;
    color: #CA1E1E;
}

 /* ====== vacatures-dtl ==== */
 .vacatures-dtl .overons-btm{
    padding: 0 0  0 6rem;
 }
 .form-btn{
    background-color: transparent;
    border: 1px solid #CA1E1E;
    padding: 1.2rem  .2rem;
    text-align: center;
 }
 .vacatures-form .txt-area-outer textarea {
    height: calc(100% - 11.3rem);
 }
/* ============ Diensten-dtl ======= */
.back-btn{
    position: absolute;
    background-color: transparent;
    top: 14rem;
    z-index: 8;
}
.diensten-dtl-top .home-btm-left{
    padding-right: 0;
    padding-left: 9rem;
}
.overons-top{
    margin-top: -10rem;
    padding-bottom: 12rem;
}
.diensten-dtl-right-btm{
    margin-top: 15rem;
}
.diensten-dtl-right-btm ul{
    margin-top: 4rem;
}
.diensten-dtl-top .home-btm-right::after{
    left: auto;
    right: -2rem;
}
.diensten-dtl-mid{
    padding-top: 14rem;
}
.diensten-dtl-financiering.overons-top .home-btm-left p ,
.diensten-dtl-financiering .home-btm-left h2 {
    margin-bottom: 0;
}
.diensten-dtl-financiering .home-btm-left ul {
    margin-top: 6rem;
}
.diensten-form .txt-area-outer textarea {
    height: calc(100% - 17.8rem);
}
.diensten-form label{
    margin-bottom: 1rem;
}
/* ============= aanbod-dtl ======== */
.aanbod-dtl-back{
    position: relative;
    top: 0;
    padding-top: 16rem;
    padding-bottom: 4rem;
}
.aanbod-dtl-slider .common-arrow{
    height: 5rem;
    width: 5rem;
    background-color: #110D0C;
}
.aanbod-dtl-slider .swiper-button-next{
    right: 0;
}
.aanbod-dtl-slider .swiper-button-prev{
    left: 0;
}
.aanbod-dtl-slider-top{
    padding: 1rem 0;
}
.aanbod-dtl-slider-top h3{
    color: rgba(255, 255, 255, 0.5);
}
.aanbod-dtl-slider-price-left{
    display: flex;
    height: 100%;
    width: 100%;
    background-color: #925742;
    padding: 5rem 3rem;
    justify-content: center;
    align-items: center;
}
.aanbod-dtl-slider-price-right h3{
    color: rgba(247, 240, 236, 0.5);
}
.aanbod-dtl-slider-price-right h3 span{
    color: rgba(202, 30, 30, 1);
    font-size: 3.2rem;
    display: block;
}
.small-car-sec{
    margin-top: 3rem;
}
.aanbod-dtl-slider-btm-right{
    background-color: #925742;
    text-align: center;
    padding: 3rem ;
    position: relative;
}
.aanbod-dtl-slider-btm-right li h3{
    color: #fff;
    font-family: 'lama_sansmedium';
}
.aanbod-dtl-slider-btm-right::after{
    position: absolute;
    left: -2rem;
    bottom: -2rem;
    height: 60%;
    width: calc(100% + 2rem);
    content: "";
    background-color: #FFFFFF;
    z-index: -1;
}
.aanbod-dtl-slider-btm-right li:not(:last-child){
    margin-bottom: 2.5rem;
}
.aanbod-dtl-slider-btm-right  a{
    font-size: 1.6rem;
    font-family: 'lama_sansmedium';
    margin-top: .5rem;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
}
.aanbod-dtl-slider-btm-right  a:hover{
    text-decoration: underline;
}
.aanbod-dtl-slider-btm{
    margin: 3rem 0;
}
.aanbod-dtl-slider-btm .trans-btn{
    padding-right: 0;
    padding-left: 0;
}
.pricr-dtl table{
    width: 100%;
    padding-right: 3rem;
    margin-top: 10rem;
}
.pricr-dtl h5{
    text-transform: none;
    color: rgba(247, 240, 236, 0.5);
}
.pricr-dtl h4{
    font-size: 2.8rem;
}
.aanbod-dtl-slider-right .row{
    align-items: end;
}
/*****tab section****/
.dtl-tab-sec {
    padding-bottom: 8rem;
}
.tab-btn{
    margin-top: -6rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    background-color: transparent;
    opacity: 1;
    border-radius: 0;
    border: 1px solid #fff;
    letter-spacing: normal;
	width: 100%;
    font-size: 1.6rem;
    font-family: 'lama_sansmedium';
    color: #fff;
    padding: 1rem 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    margin: 0;
    word-break: break-word;
    margin-right: 1rem;
  	margin-bottom: 1rem;
    border: 0;
    width: 18.9%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.tab-btn .nav-tabs .nav-item .nav-link.active {
    background-color: #925742;
    border: 1px solid #925742;
}
/*==========================================================dtl-tab-content==================================================*/
.dtl-tab-content-heading h4 {
	padding: 5rem 0;
}
.dtl-tab-sec .tab-content ul li {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1rem;
    word-break: break-word;
    font-family: 'lama_sansregular';
}
/* / *****kenmerken ****** / */
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 0.6rem;
    padding-left: 1.3rem;
    background-size: 0.7rem;
    font-family: 'lama_sansmedium';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.bullet-panel h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
}
.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;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 0.6rem;
    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: #925742;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #925742;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
	  font-size: 1.8rem;
}
.each-onderhoud-block h4 {
    font-size: 2.2rem;
  	text-transform: none;
}
.each-onderhoud-block p {
    margin: 1rem 0 3rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/* ===== pop-up ==== */
.modal-area .modal-dialog {
    max-width: 46%;
    margin: 12% auto 0;
}
.modal-area .modal-content{
    background-color: #110D0C;
    position: relative;
    padding: 6rem ;
}
.modal-area .modal-content::after{
    position: absolute;
    right: -1.5rem;
    bottom: -1.5rem;
    height: 60%;
    width: calc(100% + 1.5rem);
    background-color: #CA1E1E;
    content: "";
    z-index: -1;
}
.modal-area .modal-content p{
    margin: 4rem 0 6rem;
}
.modal-area .modal-content .common-btn{
    border-color: #925742;
}
.close-img{
    position: absolute;
    right: 2rem;
    top: 0;
    font-size: 3rem;
}
.list-banner{
    position: absolute;
    width: 100%;
    z-index: -1;
}
.list-content-sec{
    padding: 24rem 0 10%;
}
.list-banner img.w-100{
    opacity: .3;
}
.list-content p {
    max-width: 95.6rem;
    margin-top: 6rem;
}
.list-banner::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(0deg, #110D0C 16.15%, rgba(17, 13, 12, 0.30) 100%);
}

/*******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.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding: 4px 0 6px 44px;
  color: #000;
  background-size: 152px;
}

.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;
}
.star_icon p{
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.ser-img{
    overflow: hidden;
}
.form-1, .form-2 {
    display:none;
    padding: 3rem;
    margin-top: 2rem;
}
.privacy_section{
    word-break: break-word;
}
.error_top, .privacy_section{
    padding: 15rem 0 4rem;
}

.selected-button {
    background-color: #925742;
}


.banner_background_video {
    height: 95vh;
    max-height:95vh;
    overflow: hidden;
}
.banner_background_video .video-js {
    width: 100%;
    height: 900px;
}
.whatsapp {
  background: #25D366;
}
.whatsapp img {
  width: 17px;
  margin-right: 5px;
}
.header-area.stiky {
  position: fixed;
  background: #0e0e0e;
}
.aanbod-dtl-slider a{
    display: block;
    width: 100%;
    height: 100%;
}
.aanbod-dtl-slider a img{
    height: 100%;
    object-fit: cover;
}