@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 1.6rem;
    font-family: 'lama_sansregular';
    color: #fff;
    background-color: #121212;
}
html {
    font-size: 62.5%;
    height: auto !important;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/********************index********************/
/****header*****/
.header-area {
    position: fixed;
	background: linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0.00) 100%);
    height: auto;
    padding: 2rem 0;
    z-index: 99;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area.sticky{
	background: #000;
}
.header-area .navbar-expand-lg .navbar-collapse {
	justify-content: space-between;
	align-items: center;
}
.header-area .navbar-brand{
	margin: 0;
}
.header-area .navbar-brand img {
    width: 6.2rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area.is-hidden .navbar-brand img {
    width: 6.2rem;
}
.header-area .navbar-expand-lg {
	padding: 0;
}
.header-area li a img {
	width: 1.6rem;
	margin-right: 1rem;
}
.header-area .navbar-expand-lg .navbar-nav {
	margin-top: 0;
	align-items: center;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link, 
.header-area .nav-link,
.menu-items a{
	font-family: 'lama_sansregular';
	font-size: 1.4rem;
	margin: 0 1rem;
	text-transform: uppercase;
	letter-spacing: 2.1px;
}
.header-area li a {
	text-transform: uppercase;
	font-size: 1.4rem;
	font-family: 'lama_sansregular';
	margin-right: 5rem;
	letter-spacing: 2.1px; 
}
.header-area li a:hover {
	color: rgba(255, 255, 255, 0.6);
}
.header-area .nav_menu_right_part{
    position: relative;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header-area .nav-item{
	margin: 0 0.5rem;
}
.menu-navigation {
    padding: 15rem 3rem 3rem;
}
.menu-items.active{
	width: 30rem;
}
.menu-items a:hover{
	color: rgba(255, 255, 255, 0.5);
}
.menu-icon {
    margin-left: 0;
    margin-top: -4px;
	width: 2.5rem;
}
.menu-icon:before {
	margin: 0.4rem;
	width: 25px;
}
.menu-icon div {
	margin: 0.4rem;
	width: 20px;
}
.menu-icon:after {
	margin: 0.4rem;
	width: 15px;
}
.menu-icon.active:after {
    transform: translateY(-11px) rotate(-136deg);
}
.menu-icon.active:before {
    transform: translateY(2px) rotate(135deg);
}
.menu-items ul {
    text-align: left;
}
.menu-icon:after, .menu-icon:before, .menu-icon div{
	margin-left: auto;
	margin-right: 0;
}
.menu-icon.active:before {
	width: 28px;
}
.menu-icon.active:after {
	width: 28px;
}
.header-area .nav-link:before {
	display: none;
}
.menu-icon:hover::after {
    width: 24px;
}
.menu-icon:hover div {
    width: 17px;
}
.menu-icon.active:hover::after {
    width: 27px;
}
.menu-right li.active a {
	color: #fff;
}
.menu-right li {
	position: relative;
}
.menu-right li.active::after {
	content: '';
	display: block;
	width: 10%;
	background: #fff;
	height: 2px;
	right: 5%;
	position: absolute;
	top: 100%;
	opacity: 1;
	transform: translateY(8px);
	transition: .3s ease;
	z-index: 0;
	left: auto;
}
.menu-right li a:hover {
	color: #fff !important;
    text-decoration: none;
    padding-right: 15px;
}
.menu-right li.active a {
	padding-right: 0;
}
/****whatsapp-btn****/
.whatsapp-btn {
    position: fixed;
    right: 2rem;
    bottom: 11rem;
    z-index: 999;
}
.whatsapp-btn a {
    background: #4AC85A;
    border-radius: 0;
    width: 5.4rem;
    height: 5.4rem;
}
.whatsapp-btn a img {
    width: 2.9rem;
}
/*********banner*******/
.banner-sec {
	position: relative;
}
.banner-logo img {
	max-width: 72rem !important;
	width: 100%;
}
.banner-sec::after {
	content: '';
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	height: 70%;
	width: 100%;
	background: linear-gradient(180deg, rgba(18, 18, 18, 0.00) 0%, #121212 100%);
	z-index: 1;
}
.banner-content {
	position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
    width: 100%;
	text-align: center;
	z-index: 2;
}
.banner-content .akker_btn_cls {
	margin-right: 1.4rem;
	background-color: rgba(255, 255, 255, 0.2);
	border: 0;
	color: #fff;
}
.banner-content .akker_btn_cls:hover {
	background-color: #fff;
	border-color: #fff;
	color: #040507;
}
.banner-content .akker_btn_cls:last-child {
	margin-right: 0;
}
.banner-content h4 {
	margin-bottom: 4rem;
	line-height: normal;
}
.banner-btm-arrow {
	border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.6rem;
    width: 6.6rem;
    position: absolute;
    left: 50%;
    bottom: 10%;
    z-index: 2;
    cursor: pointer;
    transform: translateX(-50%);
    border-radius: 100%;
}
.banner-btm-arrow img {
	width: 1.3rem;
}
/****home-car-sec****/
.home-car-sec {
	position: relative;
}
.home-car-sec h2 {
	margin-bottom: 11rem;
    position: relative;
    z-index: 5;
}
.home-car-sec::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30%;
	width: 100%;
	background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.0) 90%);
	z-index: 2;
}
.home-car-sec::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 27%;
	background-color: #555658;
	z-index: 2;
}
.home-car-vector {
	position: absolute;
    z-index: 2;
    top: -28%;
    left: 0;
    width: 28%;
    height: 85%;
    display: none;
}
.home-car-vector img{
	max-width: 100%;
}
.each-home-car {
	max-width: 115rem;
	margin: 0 auto;
}
.home-car-slider-wrap .swiper {
	padding-bottom: 18rem;
	z-index: 2;
}
.home-car-slider-wrap .swiper-wrapper {
	transition-duration: 1000ms;
}
.home-car-slider-wrap .swiper-slide {
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-car-slider-wrap .swiper-slide-active {
	opacity: 1;
}
.each-home-car img {
	-webkit-box-reflect: below;
}
.home-car-slider .common-arrow {
	top: 38%;
}
.home-car-slider .swiper-button-next {
	right: 9%;
}
.home-car-slider .swiper-button-prev {
	left: 9%;
}
/****service-slider****/
.service-slider {
	background-color: #f4f4f4;
	padding-bottom: 8rem;
}
.service-slider .swiper-slide{
/*	width: 30% !important;*/
}
.service-slider .swiper-slide-active {
	width: 50%!important;
}
.each-service-slide img {
	height: 100%;
	object-fit: cover;
}
.each-service-slide {
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding-bottom: 12rem;
	height: 70rem;
}
.swiper-slide-active .each-service-slide{
	padding-bottom: 0;
}
.each-service-slide::after {
	position: absolute;
	content: '';
	height: calc(100% - 12rem);
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(18, 18, 18, 0.70) 0%, rgba(18, 18, 18, 0.70) 100%);
}
.swiper-slide-active .each-service-slide::after{
	height: 100%;
}
.each-service-slide-info {
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    text-align: center;
    padding-bottom: 12rem;
}
.service-slider .swiper-slide-active .each-service-slide-info{
	padding: 0 5%;
	text-align: left;
}
.slide-info-wrap{
	max-width: 480px;
	margin: auto;
}
.each-service-slide-info h3 {
	text-transform: uppercase;
}
.service-slider .swiper-slide-active .each-service-slide-info h3 {
	font-size: 4.8rem;
}
.service-slider .swiper-slide .each-service-slide-info p,
.service-slider .swiper-slide .each-service-slide-info .akker_btn_cls {
	display: none;
}
.service-slider .swiper-slide-active .each-service-slide-info p{
	margin: 4rem 0 5rem;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-slider .swiper-slide-active .each-service-slide-info .akker_btn_cls {
	display: block;
}
.service-slider .common-arrow {
	border: 1px solid rgba(18, 18, 18, 0.3);
	border-radius: 100%;
}
.service-slider .common-arrow img {
	filter: brightness(0);
	width: 6px;
}
.service-slider .swiper-button-next {
	right: auto;
	position: relative;
	top: 0;
}
.service-slider .swiper-button-prev {
	left: auto;
    right: auto;
	position: relative;
	top: 0;
}
.nevi-arrow{
	display: flex;
	column-gap: 2rem;
	margin-top: 3rem;
}
.service-slider .swiper-scrollbar {
	opacity: 1 !important;
    left: auto;
    background-color: rgba(18, 18, 18, 0.1);
    height: auto;
    border: 2.4rem;
	border-radius: 0;
    bottom: -2px;
    right: 0;
    width: 85%;
    margin: 0 auto;
	overflow: hidden;
	height: 3px;
}
.swiper-progress-bar.position-relative.active .slide_progress-bar {
  	opacity: 1;
}
.swiper-progress-bar.position-relative .slide_progress-bar {
	position: absolute;
	height: 3px;
	background: rgba(0, 0, 0, 0.1);
	width: auto;
	clear: both;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.swiper-progress-bar.position-relative .slide_progress-bar::after {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	height: 100%;
	width: 0;
	content: "";
	transition: 0.1s width linear;
}
.swiper-progress-bar.position-relative.animate .slide_progress-bar::after {
  	transition: width linear;
    transition-duration: 0s;
    transition-delay: 0s;
  	transition-delay: unset;
  	width: 100%;
  	transition-duration: 5s;
}
.service-pegi {
	width: 73%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 3rem;
}
.service-slider .swiper-scrollbar-drag {
    background-color: #121212;
    border-radius: 20px;
    height: 4px;
    /* width: 25% !important; */
}
.service-slider .swiper-pagination{
	display: flex;
	justify-content: space-between;
}
.service-slider .swiper-pagination-current{
	color: #040507;
}
.service-slider .swiper-pagination{
	color: transparent;
	/* margin-bottom: -2rem; */
	font-size: 1.4rem;
	background-color: transparent;
	/* color: #040507; */
}
.nav-contron{
	display: flex;
	justify-content: end;
	align-items: center;
	width: 50%;
	margin-left: auto;
	margin-right: 0;
	margin-top: -12rem;
	height: 12rem;
	background: #f4f4f4;
	z-index: 99;
	position: relative;
	padding: 0 5%;
}
.service-slider .swiper-pagination-total{
	color: #040507;
}
/****about-sec****/
.about-sec {
	background-color: #f4f4f4;
	padding-top: 10rem;
}
.about-left h2, 
.about-left p {
	color: #040507;
}
.about-left p {
	margin: 3rem 0 5.5rem;
	max-width: 50rem;
	width: 100%;
	line-height: 28px;
}
.about-left ul {
	margin-bottom: 5rem;
}
.about-left ul li {
	font-family: 'lama_sansmedium';
	font-size: 1.6rem;
	color: #040507;
	position: relative;
	padding-left: 3rem;
	line-height: 28px;
	margin-bottom: 1.4rem;
}
.about-left ul li::after {
	content: '';
	position: absolute;
	background-image: url(../images/tick.svg);
	background-position: center center;
	background-size: 12px;
	background-repeat: no-repeat;
	left: 0;
	top: 5px;
	height: 20px;
	width: 12px;
}
.about-left .akker_btn_cls {
	background-color: #121212;
	border-color: #121212;
	color: #fff;
}
.about-left .akker_btn_cls:hover {
	background-color: transparent;
	color: #121212;
}
.about-right img{
	height: 100%;
	object-fit: cover;
}
.about-right {
	padding-left: 22rem;
	position: relative;
}
.about-right-btm-img {
	position: absolute;
	left: 0;
	bottom: -10rem;
	width: 35rem;
	height: 48rem;
}
/****home-btm****/
.home-btm {
	background-color: #f4f4f4;
	padding: 25.5rem 0 10.5rem;
}
.home-btm-wrap {
	padding-left: 10rem;
	padding-right: 10rem;
	text-align: center;
}
.home-btm h6 {
	font-size: 1.6rem;
	color: #040507;
	font-family: 'lama_sansmedium';
}
.each-home-btm {
	position: relative;
}
.each-home-btm-img::after {
	position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 1px;
    background-color: rgba(18, 18, 18, 0.30);
}
.home-btm h2 {
	color: #040507;
	margin: 3rem 0 10rem;
}
.each-home-btm-img {
	height: 70px;
	overflow: hidden;
	position: relative;
}
.each-home-btm-img img {
	height: 41px;
}
.each-home-btm-info h4 {
	font-family: 'lama_sansregular';
	color: #040507;
	margin-top: 2.4rem;
}
/****insta-blog****/
.insta-blog {
	padding: 12rem 0 10rem;
	position: relative;
    z-index: 1;
}
.insta-blog .akker_btn_cls {
	margin: 4.5rem 0 8.5rem;
}
/****footer-area****/
.footer-area {
	padding-bottom: 8.3rem;
	position: relative;
    z-index: 1;
}
.each-footer-right h6 {
	font-size: 1.6rem;
	line-height: 20px;
	font-family: 'lama_sansmedium';
	color: #fff;
	margin-bottom: 2rem;
}
.each-footer-right h6 span {
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.70);
	font-family: 'lama_sansregular';
	line-height: 24px;
	margin-top: 0.5rem;
}
.each-footer-right a:hover {
	text-decoration: underline;
}
.each-footer-btm h6 {
	font-size: 1.6rem;
	line-height: 20px;
	font-family: 'lama_sansmedium';
	color: #fff;
}
.footer-left img {
	width: 17.5rem;
	border-radius: 10px;
	overflow: hidden;
}
.each-footer-btm ul {
	display: flex;
	justify-content: end;
	column-gap: 2rem;
}
.each-footer-btm ul li {
	background-color: #D9D9D9;
    height: 4.2rem;
    width: 4.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
.each-footer-btm ul li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(148deg, rgba(0, 0, 0, 0.24) 14.85%, rgba(255, 255, 255, 0.15) 51.05%, rgba(0, 0, 0, 0.34) 94.49%), #D9D9D9;
}
.each-footer-btm ul li img {
	position: relative;
	z-index: 1;
}
.footer-right hr {
	background-color: rgba(229, 231, 235, 0.50);
	opacity: 1;
	margin: 3.5rem 0 5.5rem;
}
.footer-right-top .row{
	justify-content: space-between;
	column-gap: 1rem;
}
.footer-right-top .col-md-3 ,
.footer-right-top .col-md-4 ,
.footer-right-top .col-md-5{
	flex-basis: content;
}
/********************diensten-list********************/
/****inner-banner****/
.inner-banner .banner-content p {
	max-width: 69rem;
    margin: 0 auto;
	margin-top: 3rem;
}
.inner-banner .each-banner {
	height: 62rem;
}
.inner-banner .each-banner img {
	height: 100%;
	object-fit: cover;
}
/****list-sec****/
.list-sec {
	padding: 5rem 0 7rem;
}
.each-list {
	background-color: #1c1c1c;
}
.list-info {
	padding: 9rem 7.5rem;
}
.list-img {
	height: 100%;
}
.list-img img {
	height: 100%;
	object-fit: cover;
}
.list-info p {
	margin: 4rem 0 10rem;
	display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/********************diensten-dtl********************/
/****diensten-dtl-btn****/
.diensten-dtl-btn{
    position: relative;
}
.diensten-dtl-bk-btn{
    position: absolute;
    top: 21rem;
}
.diensten-dtl-bk-btn a{
	font-family: 'lama_sansmedium';
    font-size: 1.6rem;
	color: #fff;
    line-height: 2.4rem;
    padding-left: 2.5rem;
    position: relative;
	border: 1px solid #FFF;
	padding: 12px 20px 12px 30px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-bk-btn a::after{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url("../images/diensten-dtl-back-btn.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
}
.diensten-dtl-bk-btn a:hover{
	background: #fff;
  	color: #121212;
}
.diensten-dtl-bk-btn a:hover::after{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
/****diensten-top****/
.diensten-top {
	padding: 41rem 0 11rem;
}
.diensten-top-left {
	padding-right: 9rem;
}
.diensten-top-left h2 {
	line-height: 60px;
	margin-bottom: 3rem;
}
.diensten-top-left p {
	max-width: 55rem;
	width: 100%;
	line-height: 25px;
}
.diensten-top li {
	height: 500px;
}
.diensten-top li img {
	height: 100%;
	object-fit: cover;
}
.diensten-top ul {
	display: flex;
	column-gap: 6rem;
}
.diensten-top li:last-child img {
	position: relative;
	top: -15.5rem;
}
/****diensten-dtl-mid****/
.diensten-dtl-mid {
	background-color: #f4f4f4;
	padding: 10rem 0;
}
.diensten-dtl-mid-img {
	height: 707px;
}
.diensten-dtl-mid-img img {
	height: 100%;
	object-fit: cover;
}
.diensten-dtl-mid-info li h5 {
	padding-left: 2.5rem;
    position: relative;
    margin-bottom: 1rem;
}
.diensten-dtl-mid-info li h5::after {
	position: absolute;
    content: "";
    left: 0;
    top: 4px;
    background-image: url(../images/dtl-bullet.svg);
    width: 2rem;
    height: 2rem;
    background-position: center;
    background-size: 1rem;
    background-repeat: no-repeat;
}
.diensten-dtl-mid-info {
	padding-left: 8rem;
	margin-top: 1rem;
}
.diensten-dtl-mid-info h2 {
	color: #040507;
}
.diensten-dtl-mid-info p {
	color: #151515;
	margin: 2rem 0 3rem;
}
.diensten-dtl-mid-info li {
	margin-bottom: 2rem;
}
.diensten-dtl-mid-info li:last-child {
	margin-bottom: 0;
}
.diensten-dtl-mid-info li p {
	margin: 0;
	max-width: 65rem;
    width: 100%;
}
/****form-sec****/
.form-sec {
	background-color: #f4f4f4;
}
.form-bg {
	padding: 11rem 0 43.7rem;
    position: relative;
}
.form-bg::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(18, 18, 18, 0.70) 0%, rgba(18, 18, 18, 0.70) 100%);
}
.form-bg-info {
	position: relative;
	z-index: 1;
}
.form-bg-info p {
	max-width: 66rem;
	margin: 0 auto;
	margin-top: 4rem;
}
.form-part-wrap {
	background-color: #1c1c1c;
	padding: 8.5rem 15rem;
    margin-top: -32rem;
    position: relative;
    z-index: 1;
}
.form-group {
	margin-bottom: 3rem;
}
.form-styl{
	resize: none;
	color: rgba(247, 240, 236, 0.50);
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
	padding: 1.3rem 1.6rem; 
	background-color: transparent;
    border: 1px solid rgba(232, 232, 253, 0.30);
    border-radius: 0;
}
.form-styl:focus{
	color: #fff;
	border-color: #fff;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}
.form-styl:placeholder {
	color: rgba(247, 240, 236, 0.50);
	opacity: 1;
	font-size: 1.4rem;
}
.form-styl:-ms-input-placeholder {
	color: rgba(247, 240, 236, 0.50);
	opacity: 1;
	font-size: 1.4rem;
}
.form-styl::placeholder {
	color: rgba(247, 240, 236, 0.50);
	opacity: 1;
	font-size: 1.4rem;
}
.form-right {
	padding-left: 11rem;
}
.each-form-right h6 {
	font-size: 1.6rem;
	color: #fff;
	font-family: 'lama_sansmedium';
	line-height: 20px;
	margin-bottom: 2rem;
}
.each-form-right a {
	font-size: 1.6rem;
	color: #fff;
	font-family: 'lama_sansregular';
	line-height: 24px;
}
.each-form-right a:hover {
	text-decoration: underline;
}
.each-form-right {
	margin-bottom: 3rem;
}
.each-form-right p:last-child {
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.70);
	margin-top: 0.5rem;
}
.form-sec textarea.form-styl {
    min-height: 18rem;
}
.form-btn {
    margin-top: 2rem;
}
/****dtl-service-slider****/
.dtl-service-slider {
	padding-top: 12rem;
	padding-bottom: 0;
}
.dtl-service-slider h2 {
	color: #040507;
	margin-bottom: 7.5rem;
}
.dtl-service-slider .each-service-slide, .each-service-slide-info .each-service-slide{
	padding-bottom: 0;
}
.dtl-service-slider .nav-contron {
   	background: transparent;
  	right: 50%;
  	padding: 0 4rem;
}
.dtl-service-slider .each-service-slide::after{
	height: 100%;
}
.dtl-service-slider .common-arrow {
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.30);;
}
.dtl-service-slider .common-arrow img {
    filter: brightness(1);
}
.dtl-service-slider .common-arrow img {
    width: 9px;
}
.dtl-service-slider .swiper-pagination-current {
    color: #fff;
}
.dtl-service-slider .swiper-pagination-total {
    color: #fff;
}
.dtl-service-slider .swiper-scrollbar-drag {
    background-color: #fff;
	width: 100px !important;
}
.dtl-service-slider .swiper-scrollbar {
    background-color: rgba(255, 255, 255, 0.1);
}
.dtl-service-slider .service-pegi {
    width: 50%;
	margin-left: 5rem;
}
.dtl-service-slider .swiper-progress-bar.position-relative .slide_progress-bar::after {
  	background: #fff;
}
/********************contact********************/
/****contact-form-sec****/
.contact-form-sec {
    background-color: #121212;
    padding: 15rem 0;
}
.contact-form-sec .form-part-wrap {
	margin-top: -25rem;
    margin-bottom: -25rem;
}
/****map****/
.map {
	height: 50rem;
}
/********************portfolio********************/
/****portfolio-car****/
.portfolio-car h6 {
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.50);
	font-family: 'lama_sansmedium';
	line-height: 24px;
	text-align: center;
	margin-top: 4rem;
}
/********************over-ons********************/
/****over-ons-top****/
.over-ons-top {
	padding: 6rem 0 10.5rem;
}
.over-ons-top-content {
	padding-right: 15rem;
}
.over-ons-top-content h2 {
	margin-bottom: 3.5rem;
}
/****over-ons-mid****/
.over-ons-mid {
	padding-bottom: 21rem;
}
.over-ons-mid-info {
	padding-left: 8rem;
	margin-top: 8rem;
}
.over-ons-mid-info p {
	margin: 4rem 0 3.5rem;
}
.over-ons-mid-info ul li {
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    position: relative;
    padding-left: 3rem;
    line-height: 28px;
	margin-bottom: 1rem;
}
.over-ons-mid-info ul li::after {
    content: '';
    position: absolute;
    background-image: url(../images/white-tick.svg);
    background-position: center center;
    background-size: 12px;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    height: 100%;
    width: 12px;
}
.over-ons-mid-right {
    padding-right: 25.5rem;
    position: relative;
}
.over-ons-mid-right img {
    height: 100%;
    object-fit: cover;
}
.over-ons-mid-right-btm-img {
    position: absolute;
    left: auto;
    bottom: -10rem;
    width: 28.8rem;
    height: 37.5rem;
    right: 12rem;
}
.over-ons-mid-top-img {
	height: 53.6rem;
}
.over-ons-mid-top-img img {
	height: 100%;
	object-fit: cover;
}
/****overons-man-slider****/
.overons-man-slider {
	padding: 11rem 0 9rem;
	background-color: #f4f4f4;
	padding-top: 10rem;
}
.over-ons-man-slider-wrap {
	padding-left: 17rem;
	padding-right: 17rem;
}
.overons-man-slider h2 {
	margin-bottom: 4rem;
	color: #040507;
}
.slider-man-name h4 {
	color: #000;
	margin-bottom: 1rem;
}
.slider-man-name h6 {
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
	color: rgba(0, 0, 0, 0.7);
}
.slider-man-name {
	text-align: center;
    background-color: #fff;
    padding: 2.6rem 3rem 3.6rem;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
}
.each-man-slider {
	height: 100%;
	object-fit: cover;
}
.each-man-slider-img {
	height: 100%;
}
.each-man-slider-img img {
	height: 100%;
	object-fit: cover;
}
.overons-man-slider .common-arrow {
    top: 0;
	border: 1px solid #040507;
}
.overons-man-slider .common-arrow img {
	filter: brightness(0);
}
.overons-man-slider .swiper-button-next{
	right: 0;
}
.overons-man-slider .swiper-button-prev {
    left: auto;
	right: 9rem;
}
.overons-man-slider .swiper {
	padding-top: 8rem;
}
/****over-ons-gal****/
.over-ons-gal {
	padding-top: 10rem;
	background-color: #121212;
}
.over-ons-gal h2 {
	margin-bottom: 11rem;
}
.each-over-ons-gal {
	height: 43.2rem;
	overflow: hidden;
}
.each-over-ons-gal img {
	height: 100%;
	object-fit: cover;
}
.each-over-ons-gal:hover img {
	transform: scale(1.1);
}
.each-over-ons-gal img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/********************vacature-dtl********************/
/****vacature-dtl-mid****/
.vacature-dtl-mid .diensten-dtl-mid-img {
    height: 274px;
}
.vacature-dtl-mid .diensten-dtl-mid-info ul {
	margin-top: 1.5rem;
}
.vacature-dtl-mid .diensten-dtl-mid-info li h6 {
	font-size: 1.6rem;
	color: #071116;
	font-family: 'lama_sansregular';
	line-height: 24px;
	position: relative;
	padding-left: 3rem;
}
.vacature-dtl-mid .diensten-dtl-mid-info li h6::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: url(../images/tick.svg);
    width: 2rem;
    height: 2rem;
    background-position: center;
    background-size: 1.2rem;
    background-repeat: no-repeat;
}
/********************bedankt********************/
.bedankt-banner .banner-content h1 {
	text-transform: none;
}
.bedankt-banner .banner-content .akker_btn_cls {
	border: 1px solid #fff;
    background-color: #fff;
	color: #040507;
	margin-top: 12.5rem;
}
.bedankt-banner .banner-content {
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
	text-align: left;
}
.bedankt-banner .akker_btn_cls:hover {
    color: #fff;
    background-color: transparent;
}
/********************popup********************/
.modal-area .modal-dialog {
    max-width: 47%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.36);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.modal-area .popup-content h2 {
	line-height: 50px;
	color: #0F1014;
	font-family: 'lama_sansregular';
	letter-spacing: normal;
}
.modal-area .popup-content p {
    margin: 8rem auto;
	max-width: 45rem;
	width: 100%;
	color: #171717;
}
.modal-area .popup-content {
	text-align: center;
    padding: 10rem 18% 8rem;
    background-color: #fff;
}
.modal-area .popup-content .akker_btn_cls {
	background-color: #121212;
	color: #fff;
}
.modal-area .popup-content .akker_btn_cls:hover {
	border-color: #121212;
    background-color: transparent;
    color: #121212;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	background-color: #121212;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'lama_sansregular';
}
.close-img:hover {
	color: #fff;
}
/********************aanbod-list********************/
/****filter-sec****/
.filter-sec hr {
	background-color: rgba(255, 255, 255, 0.20);
	opacity: 1;
	margin: 0 0 8rem;
}
.filter-sec {
	padding-top: 14rem;
	padding-bottom: 3rem;
}
.select-style {
	width: 100%;
    padding: 12px 25px 12px 15px;
    color: #fff;
    font-family: 'lama_sansregular';
    font-size: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: url(../images/filter-arrow.svg) transparent no-repeat center right 15px/10px;
    appearance: none;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	background-size: 12px;
	overflow: hidden;
  	text-overflow: ellipsis;
}
.select-style option{
	font-family: arial;
	background-color: #121212;
}
.select-style.show{
	border-bottom: 0;
}
.filter-content {
    display: none;
    background-color:#121212;
    padding: 1rem 1.2rem 1.5rem;
    z-index: 5;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 0;
    margin-top: -.2rem !important;
	cursor: default;
	border-radius: 0;
}
.filter-content.show-div {
    display: block;
}
.filter-sec label {
    color: #fff;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    z-index: 2;
	font-family: 'lama_sansregular';
	font-size: 1.4rem;
	cursor: pointer;
}
.filter-sec label:last-child {
	margin-bottom: 0;
}
.filter-sec label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.filter-sec .form-check-input{
    width: 1.4rem;
    height: 1.4rem;
    vertical-align: middle;
    margin-top: -0.3rem;
    margin-right: 0.8rem;
    box-shadow: none;
    border: 1px solid #979797;
    background-color: #121212;
    border-radius: 0;
}
.filter-sec .form-check-input:checked {
    background-color: #2b2b2b;
  	border-color:#2b2b2b;
}
.filter-main .select-style {
    font-family: 'nunito_sanssemibold';
    color: #101824;
    font-size: 1.6rem;
    background: url(../images/filter-arrow.svg) #f4f4f4 no-repeat 93% center / 12px;
}
.filter-sec .color_box {
	background-color: Gray;
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 1rem;
	margin-top: 0.3rem;
    border-radius: 100px;
}
.aanbod-filter {
	margin-bottom: 1.5rem;
}
.auto-overview-tag {
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1.4rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #202633;
    border-radius: 1rem;
    background-color: #f4f4f4;
    font-size: 1.4rem;
}
.cross-btn {
    width: 1.6rem;
}
.auto-overview-tag:hover {
	background-color: #040507;
	color: #fff;
}
.auto-overview-tag:hover .cross-btn {
	filter: invert(1) brightness(10);
}
.total_search_records {
	/* margin-top: 3rem !important; */
}
.clear-filter {
	margin-top: 2rem;
}
.clear-filter a {
	font-size: 1.45rem;
	/*color: #040507;*/
}
.clear-filter img {
	width: 1.3rem;
	margin-left: 0.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.clear-filter a:hover img {
	filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(4447%) hue-rotate(214deg) brightness(109%) contrast(101%);
	-webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(4447%) hue-rotate(214deg) brightness(109%) contrast(101%);
}
.mobile-filter-close {
    padding: 1.5rem 1rem;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #121212;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
}
.mobile-filter-close span {
    max-width: 3.2rem;
	width: 100%;
    height: 3.2rem;
    background-color: #F6F8FA;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #040507;
	cursor: pointer;
}
.mobile-filter-close span img {
	width: 1.8rem;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #fff;
    border-color: #fff;
  	color: #121212;
    padding: 1rem;
    max-width: initial;
}
.filter-left {
	margin-top: 0;
}
.filter-left h6 {
	display: inline-block;
	cursor: pointer;
}
.filter-wrap .akker_btn_cls{
	padding-top: .9rem;
	padding-bottom: .9rem;
}
.sorteren_op-filter label{
	margin-bottom: 0;
}
.sorteren_op-filter label{
	width: 53% !important;
    color: #fff;
    font-size: 1.4rem;
    padding-right: 0;
	margin-bottom: 0 !important;
}
.filter-sec .col-lg-5 {
	width: 27%;
}
.filter-sec .col-lg-7 {
	width: 73%;
}
.load_img {
	height: 10rem;
}
.product-info {
	position: relative;
	padding: 2.5rem 3.5rem 2.5rem 3rem;
	background-color: #1c1c1c;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .product-info::after {
	content: "";
    position: absolute;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #BFBFBF;
    height: 15%;
    width: 15%;
    top: -15%;
    left: 42%;
}
.product-info h4 {
	height: 60px;
	overflow: hidden;
	margin-bottom: 1rem;
}
.product-info h6 {
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
	color: #fff;
	height: 40px;
  	overflow: hidden;
}
.product-price h6 strong {
	font-size: 1.6rem;
	color: #fff;
	font-family: 'lama_sansmedium';
	font-weight: normal;
}
.product-price h6 {
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.5);
	font-family: 'lama_sansregular';
	text-align: end;
	height: auto;
}
.product-info td {
	vertical-align: top;
	padding-right: 1rem;
}
.product-info td h6 {
	font-size: 1.4rem;
	font-family: 'lama_sansregular';
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0.2rem;
	height: auto;
}
.product-info td p {
	color: #FFF;
	font-family: 'lama_sansmedium';
	line-height: 28px;
	font-size: 1.5rem;
}
.product-info hr {
	background-color: rgba(200, 200, 200, 0.20);
	opacity: 1;
	margin: 2.5rem 0;
}
.product-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4rem;
	width: 4rem;
	border: 1px solid #E5E7EB;
	margin-right: 0;
    margin-left: auto;
}
.each-product:hover .product-info {
	background-color: #BFBFBF;
}
.each-product:hover .product-info h4,
.each-product:hover .product-info h6,
.each-product:hover .product-info .product-price h6,
.each-product:hover .product-info .product-price h6 strong,
.each-product:hover .product-info td h6,
.each-product:hover .product-info td p {
	color: #121212;
}
.each-product:hover .product-info hr {
	background-color: rgba(18, 18, 18, 0.36);
	opacity: 1;
}
.each-product:hover .product-arrow {
	border: 1px solid #121212;
}
.each-product:hover .product-arrow img {
	filter: brightness(0);
	width: 13px;
}
.aanbod-list-product-sec .product-btm {
	margin-top: 7rem;
}
.aanbod-list-product-sec .product-btm h6 {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'lama_sansmedium';
	font-size: 1.6rem;
	text-align: center;
}
/********************verkocht********************/
.verkocht-product-sec {
	padding-top: 14rem;
}
.verkocht-product-sec h2 {
	margin-top: 6.5rem;
	margin-bottom: 9rem;
}
.verkocht-product-sec hr {
	background-color: rgba(255, 255, 255, 0.2);
	opacity: 1;
	margin: 0;
}
.verkocht-product-sec .product-info hr {
    background-color: rgba(200, 200, 200, 0.20)!important;
    opacity: 1 !important;
    margin: 2.5rem 0 !important;
}
.verkocht-product-sec .product-info .row {
	align-items: center !important;
}
.verkocht-btn {
	pointer-events: none;
	margin-right: 0;
    margin-left: auto;
    display: flex;
}
.verkocht-product-sec .each-product:hover .product-info hr {
    background-color: rgba(18, 18, 18, 0.36) !important;
    opacity: 1 !important;
}
/********************aanbod-dtl********************/
/****aanbod-dtl-banner****/
.aanbod-dtl-banner .swiper-button-next {
	right: 10rem;
}
.aanbod-dtl-banner .swiper-button-prev {
	left: 10rem;
}
.aanbod-dtl-banner .common-arrow {
	z-index: 1;
}
.aanbod-dtl-banner-part::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 40%;
	width: 100%;
	background: linear-gradient(180deg, rgba(18, 18, 18, 0.00) 0%, #121212 100%);
	z-index: 1;
}
.aanbod-dtl-banner-info {
	padding-bottom: 10rem;
}
.aanbod-dtl-banner-info-title h6 {
	margin-top: 0.8rem;
}
.aanbod-dtl-banner-info-title h6,
.aanbod-dtl-banner-info-title h3 strong {
	color: #fff;
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
}
.aanbod-dtl-banner-info-title h3 strong {
	font-weight: normal;
}
.aanbod-dtl-banner-box {
	margin: 4rem 0 3.5rem;
}
.aanbod-dtl-banner-box .row {
	column-gap: 5rem;
    justify-content: space-between;
}
.aanbod-dtl-banner-box .col-md-2 {
	width: 17%;
}
.each-dtl-box {
	background-color: #1c1c1c;
	padding: 3.8rem 0;
	text-align: center;
}
.each-dtl-box h4{
	font-size: 2rem;
}
.each-dtl-box-img img {
	height: 34px;
}
.each-dtl-box h6 {
	color: #fff;
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
	margin: 1.5rem 0;
}
.aanbod-dtl-banner-btm img {
	margin-right: 1rem;
}
.aanbod-dtl-banner-btm a {
	margin-right: 1.4rem;
}
.aanbod-dtl-banner-btm a:hover {
	text-decoration: underline;
}
.aanbod-dtl-banner-btm a:last-child {
	margin-right: 0;
}
.aanbod-dtl-banner-btm .akker_btn_cls:hover {
	text-decoration: none;
}
/****dtl-tab-sec****/
.dtl-tab-sec{
	padding: 9rem 0 11rem;
    background-color: #f4f4f4;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
	position: relative;
	padding-right: 2rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: transparent;
	text-transform: none;
    color: #040507;
    letter-spacing: normal;
	width: 100%;
	margin-bottom: 7rem;
	text-align: left;
	position: relative;
	border-radius: 0;
	padding-left: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 6.8rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span::after {
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/dtl-right-arrow.svg);
    background-position: center;
    background-size: 1.8rem;
    background-repeat: no-repeat;
    height: 1.8rem;
    width: 1.8rem;
    content: "";
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active span::after {
	background-image: url(../images/dtl-down-arrow.svg);
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'lama_sansregular';
	font-size: 2.4rem;
    margin: 0;
    word-break: break-word;
	margin-bottom: 1rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child{
	margin-right: 0;
}
/***dtl-tab-content***/
.tab-content .col-lg-3 {
	width: 14%;
}
.each-Kenmerken {
	margin-bottom: 1rem;
}
.each-Kenmerken li{
	color: #040507;
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.each-Kenmerken li:nth-child(odd) {
	font-family: 'lama_sansmedium';
	position: relative;
	padding-left: 13px;
}
.each-Kenmerken li:nth-child(odd):before{
	position: absolute;
	top: 7px;
	left: 0;
	content: '';
	width: 7px;
	height: 7px;
	background: url(../images/bullet.svg) no-repeat center /cover;
}
.bullet-panel h4  {
    border-bottom: 1px solid #040507;
    padding-bottom: 1rem;
    color: #040507;
}
.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: 'lama_sansregular';
    color: #040507;
    margin-bottom: 1rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 0.7rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content p {
    color: #040507;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #040507;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #040507;
    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: #040507;
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #040507;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/****aanbod-dtl-product****/
.aanbod-dtl-product {
    padding: 10.5rem 0 8.8rem;
	background-color: #f4f4f4;
}
.aanbod-dtl-product h2 {
    margin-bottom: 8rem;
	color: #040507;
}
.aanbod-dtl-product .common-arrow {
	border: 1px solid rgba(18, 18, 18, 0.2);
}
.aanbod-dtl-product .common-arrow img {
    width: 9px;
}
.aanbod-dtl-btm {
	margin-top: 7rem;
}
.aanbod-dtl-product-slider .swiper-scrollbar{
    background-color: rgba(18, 18, 18, 0.3);
    height: 2px;
    border-radius: 0;
    margin-right: 0;
    overflow: hidden;
}
.aanbod-dtl-product-slider  .swiper-scrollbar-drag{
    background-color: #121212;
    border-radius: 0;
}
.aanbod-dtl-product .swiper-button-prev {
    left: auto;
    right: 8rem;
}
.aanbod-dtl-product .swiper-button-next {
    right: 0;
}
.aanbod-dtl-btn {
	margin-top: 6rem;
}
.aanbod-dtl-btn .white-btn {
	border-color: #121212;
	color: #040507;
}
.aanbod-dtl-btn .white-btn:hover {
	background-color: #121212;
	color: #fff;
}
/***********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: 1rem;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #040507;
    border-bottom: 1px solid #040507;
    text-transform: uppercase;
}
.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;
}
.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;
}
.load_img{
    width:120px;
}
.privacy_section{
	padding-top: 10rem;
}
.form-1, .form-2{
	display: none;
}
/*******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;
}
.error_top{
	margin-top: 110px;
}
.each-aanbod-dtl-banner{
	overflow: hidden;
}
.each-aanbod-dtl-banner img{
	margin: -5% 0;
}
.foto_upload{
	font-size: 1.4rem;
}
.over-ons-top {
	overflow: hidden;
}
/* .home-car-vector::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #121212 3.3%, rgba(18, 18, 18, 0.78) 100%);
    z-index: -1;
} */

/****contact-banner****/
.banner-gradient::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(26, 26, 24, 0.50) 0%, rgba(26, 26, 24, 0.50) 100%);
}
/****menu****/
.menu-right {
	padding-right: 8rem;
	text-align: right;
	padding-top: 12rem;
}
.menu-navigation {
	padding: 0;
	height: 100%;
}
.menu-ite {
	display: none;
	height: calc(100vh + 8rem);
	position: fixed;
	top: -8rem;
	background-color: #121212;
}
.menu-lft {
	height: calc(100vh + 8rem);
}
.menu-lft img {
	height: 100%;
	object-fit: cover;
}
.menu-icon {
	margin-left: 0;
	/*width: 100%;
	height: 100%;*/
}
.header-area .navbar-expand-lg .navbar-nav.active {
	margin-top: 0;
	align-items: center;
	height: 4rem;
	width: 4rem;
	background: #fff;
	margin-right: 0;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.menu-icon.active::before,
.menu-icon.active::after {
	background-color: #1B2527;

}
.menu-right li.active a {
	color: #fff;
}
.menu-right li {
	margin-bottom: 2rem;
}
.menu-right li a {
	font-size: 2.4rem;
	font-family: 'lama_sansmedium';
	color: rgba(255, 255, 255, 0.5);
}
.menu-right li:last-child {
	margin-bottom: 0;
}
.filter-title h2{
	font-size: 4rem;
  	letter-spacing: normal;
  	line-height: normal;
  	margin-bottom: 1.5rem;
}
.banner_background_video {
	max-height: 100vh;
  	overflow: hidden;
}
.banner_background_video .video-js {
	width: 100% !important;
	height: 100% !important;
}
.banner_background_video .video-js .vjs-tech{
	object-fit: cover;
}
.footer-background{
	background-image: url("../images/Achtergrond.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}
.footer-background::after {
  position: absolute;
  content: '';
  /* height: calc(100% - 12rem); */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(18, 18, 18, 0.70) 0%, rgba(18, 18, 18, 0.70) 100%);
}
/*============new-menu==========*/
.menu-area{
	overflow: hidden;
	top: -100%;
	z-index: 99;
	width: 100%;
	height: 100vh;
	transition: all 0.8s;
  	-webkit-transition: all 0.8s;
  	visibility: hidden;
}
.menu-area.active{
	top: 0;
	visibility: visible;
}
.header-area .nav_menu_right_part{
	z-index: 999;
}
.menu-area:before{
	position: absolute;
	content: '';
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.60);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.menu-area-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
  	align-items: center;
}
.navbar-block {
	padding: 5rem 8rem 8rem;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}
.menu-area ul{
	max-width: 640px;
	margin: 40px auto;
}
.menu-area li{
	display: inline-block;
	width: 49%;
	vertical-align: top;
	margin-bottom: 10px;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.menu-area.active li{
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
   -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
   -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
.header-area .menu-area li a{
	color: rgba(255, 255, 255, 0.50);
	position: relative;
	font-family: 'lama_sansmedium';
	font-size: 3.6rem;
	letter-spacing: normal;
  	text-transform: unset;
  	margin-right: 0;
  	display: inline-block;
  	padding-left: 0;
}
.menu-area li a:hover{
	color: #FFF;
	padding-left: 15px;
}
.menu-area li a:before {
	content: '';
	display: block;
	width: 100%;
	background: #fff;
	height: 2px;
	position: absolute;
	bottom: 4px;
	opacity: 0;
	transform: translateY(8px);
}
.menu-area li.active a:before{
	opacity: 1;
  	transform: translateY(0px);
}
.header-area .menu-area li.active a{
	color: #fff;
}
.menu-area table{
	margin-left: 180px;
}
.menu-area td a{
	color: rgba(247, 240, 236, 0.50);
	font-family: 'LamaSansMediumExpanded';
	font-size: 1.4rem;
	display: inline-block;
	margin-bottom: 15px;
}
.menu-area td a:hover{
	color: #fff;
}
.menu-area td img{
	margin-right: 13px;
}
.menu-area td{
	vertical-align: top;
}
.menu-logo{
	width: 62px;
}
.border-div-top, .border-div-bottom{
	height: calc(50vh - 30px);
  	width: 1px;
  	background: rgba(247, 250, 246, 0.25);
}
.nav_menu_right_part.active .menu-icon:before{
	transform: translateY(8px) rotate(135deg);
	margin: 0;
} 
.nav_menu_right_part.active .menu-icon:after{
	transform: translateY(-4px) rotate(-135deg);
	width: 25px;
} 
.nav_menu_right_part.active .menu-icon.active div {
	transform: scale(0);
}
.nav_menu_right_part.active .menu-icon:after, .nav_menu_right_part.active .menu-icon:before{
  	background-color: #1B2527;
}
.menu-icon{
	margin-top: 0;
}
.inruilen-btn{
	background-color: #25D366 !important;
 	border-color: #25D366 !important;
  	color: #fff !important;
}
.inruilen-btn img{
	width: 15px;
  	margin-right: 6px !important;
}
