@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 1.6rem;
    font-family: 'lama_sansregular';
    color: #fff;
	background-color: #F6F8FA;
}
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;
}
/************************index************************/
/****side area****/
.mini-right-nav li{
    margin: 0 0 2px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 10px 0 0 10px;
}
.mini-right-nav span {
    font-family: 'lama_sansregular';
    font-size:0px;
    bottom: 0;
    right: 0px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index:-1;
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 60px);
	border-radius: 1rem;
	content: '';
	backdrop-filter: blur(10px);
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav .navtext:hover span{ 
	width:auto;
	overflow:visible;
	opacity:1;
	padding: 0 85px 0px 0px; 
	border-radius: 0;
	font-size:16px;
}
.mini-right-nav .navtext:hover {
	text-decoration:none;
}
.mini-right-nav .navtext span, .mini-right-nav .navtext span a{
	color:#fff;
}
.mini-right-nav li.whtasapp-nav .navtext, .mini-right-nav .whtasapp-nav span:after{
	background-color: #6EE37A;
}
.mini-right-nav img{
	width: 27px;
	position: relative;
	z-index: 1;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.mini-right-nav{
	position: fixed;
	z-index: 99;
	right: 0;
}
.header-score {
	position: fixed;
	z-index: 99;
	right: 0;
	top: 30%;
}
.mini-right-nav{
	top: calc(30% + 18rem);
}
/****header-area****/
.header-area {
    position: fixed;
    height: auto;
    padding: 4rem 0;
    z-index: 99;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-wrap {
	border-radius: 100px;
	border: 1px solid rgba(255, 255, 255, 0.30);
    padding: 1.4rem 1.4rem 1.4rem 5rem;
	backdrop-filter: blur(10px);
    background: rgba(16, 16, 16, 0.40);
}
.header-logo img {
	/*width: 12rem;*/
	width: 22rem;
}
.header-menu { 
	display: flex;
	align-items: center;
	justify-content: end;
}
.header-menu ul {
	display: flex;
	align-items: center;
}
.header-menu li:not(:last-child) {
	margin-right: 3.7rem;
}
.header-menu li a {
	font-size: 1.8rem;
	font-family: 'lama_sansmedium';
	line-height: 28px;
}
.header-area .akker_btn_cls {
	background-color: #fff;
	border-color: #fff;
	color: #0A1720;
	border-radius: 10rem;
	margin-left: 3.2rem;
}
.header-area .akker_btn_cls:hover {
	background-color: #0085FF;
	color: #fff;
	border-color: #0085FF;
}
.header-area.stiky {
	top: 0;
    left: 0;
	background-color: #121212;
	border-bottom: 1px solid #2b2b2b;
	padding: .4rem 0;
}
.header-area.stiky .header-wrap{
	border:0;
}
/*.header-area.stiky.header-area .akker_btn_cls {
    background-color: #FF912F;
    border-color: #FF912F;
    color: #fff;
}
.header-area.stiky.header-area .akker_btn_cls:hover {
    background-color: #0085FF;
    border-color: #0085FF;
}*/
/****banner-sec****/
.banner-sec {
	position: relative;
}
.banner-content { 
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	text-align: center;
}
.banner-content .akker_btn_cls {
	margin-top: 5.6rem;
}
.banner-content .trans-btn {
	margin-left: 2rem;
}
/****product****/
.product-sec {
	padding: 10rem 0 8.5rem;
}
.product-sec h2 {
	margin-bottom: 6.5rem;
}
.product-car{
	position: relative;
}
.each-product {
	padding: 1rem;
	background-color: #fff;
}
.each-product .orange-btn {
	position: absolute;
	top: 1rem;
	left: 1rem;
}
.each-product .orange-btn:hover {
    background-color: #FF912F;
    border-color: #FF912F;
    color: #fff;
}
.product-name td{
	/*display: inline-block;
	width: 49%;
	margin-bottom: 2rem;*/
	font-size: 1.6rem;
	font-family: 'lama_sanssemibold';	
	color: rgba(10, 21, 32, 0.50);
}
.product-arw-btn{
	width: 4.5rem;
	height: 4.5rem;
	background: #0085FF;
}
.product-name td img{
	margin-right: 1rem;
}
.product-content table{
/*	margin-top: 2.5rem;*/
	width: 100%;
}
.product-btm {
	padding: 2rem 2rem .65rem;
	/* overflow: hidden; */
	position: relative;
/*	z-index: 5;*/
	background-color: #fff;
}
.highlight-labels-wrapper{
	margin-top: 10px;
}
.product-name tr {
/*	border-bottom: 1px solid #f2f2f2;*/
	display: flex;
	justify-content: space-between;
}
.product-name h4{
	overflow: hidden;
    /*height: 53px;*/
}
.product-name h6 {
	color: rgba(10, 21, 32, 0.50);
	font-family: 'lama_sanssemibold';
	font-size: 1.6rem;
	line-height: normal;
	margin-top: .5rem;
	height: 24px;
    overflow: hidden;
}
.product-price h5{
	color: #828282;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
 .product-price h5 span{
	color: #FF912F;
}
.product-sec .common-arrow{
	top: 38%;
}
.product-sec .swiper-button-next{
	right: -5%;
} 
.product-sec .swiper-button-prev{
	left: -5%;
} 
.product-slider-button {
	margin-top: 7rem;
}
.product-car .position-absolute{
	bottom: -2rem;
	padding-right: 2rem;
	z-index: 9;
}
.product-price.d-flex h4, .product-price.d-flex h5{
	font-size: 1.6rem;
  	font-family: 'lama_sansbold';
  	line-height: normal;
  	letter-spacing: normal;
  	padding: .8rem 1.4rem;
  	border-radius: 5px;
  	color: #fff;
}
.product-price.d-flex{
	gap: 1rem;
}
.product-price.d-flex h4{
	background: #0085FF;
}
.product-price.d-flex h5{
	background: #FF912F;
}
/****service****/
.service-sec {
	background-color: #0A1520;
	padding: 12.5rem 0 15.5rem;
	overflow: hidden;
}
.service-sec-left h2 {
	color: #fff;
}
.service-sec-left {
	max-width: 56rem;
	width: 100%;
}
.service-sec-left p {
	margin-top: 5rem;
}
.service-slider {
	margin-top: 8.5rem;
    margin-right: -35rem;
	padding-bottom: 4rem;
}
.each-service {
	overflow: hidden;
	border-radius: 20px;
}
.each-service img {
	width: 1.8rem;
}
.each-slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 4.5rem 2.5rem 4.5rem 5.5rem
}
.each-service-btn {
	background: #FF912F;
    height: 5.9rem;
    width: 5.9rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
	justify-content: center;
    margin-left: auto;
}
.service-slider .swiper-pagination {
	bottom: 0;
	top: auto;
}
.service-slider .swiper-pagination-progressbar {
    background: rgba(255, 255, 255, 0.2);
}
.service-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #fff;
}
.each-service img {
	opacity: 0.5;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-btn img {
	opacity: 1;
}
.each-service:hover img {
	transform: scale(1.1);
}
/****counter****/
.counter-sec{
	background-color: #FF912F;
	padding: 7.4rem 0;
}
.counter-wrap {
	padding: 0 2.5rem;
}
.each-counter{
	text-align: center;
}
.each-counter h6 {
	font-size: 1.6rem;
	color: #fff;
	margin-top: 1rem;
}
/****about-sec****/
.about-sec {
	padding-top: 16.5rem;
	position: relative;
	overflow: hidden;
}
.about-img {
	position: relative;
	max-width: 61rem;
    width: 100%;
	margin-top: 15rem;
	border-radius: 2rem;
  	overflow: hidden;
}
.play-btn {
	background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 5.5rem;
    width: 18rem;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-btn img {
	margin-right: 1.5rem;
	width: 2.2rem;
}
.play-btn h6 {
	color: #fff;
}
.accordian-logo {
	position: absolute;
	bottom: 2rem;
	left: 2rem;
}
.accordian-logo img {
	width: 29.4rem;
}
.about-content {
	max-width: 62rem;
    width: 100%;
    padding-right: 6rem;
}
.about-content h2 {
	line-height: 67.44px;
	letter-spacing: 0.48px;
}
.about-content p {
	margin: 5rem 0;
}
.about-content .orange-btn {
	margin-bottom: 5rem;
}
.about-content .accordion-button::after {
    background-image: url(../images/next.svg);
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
}
.about-content .accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-arrow.svg);
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
	transform: rotate(0);
	position: absolute;
    top: 23px;
    right: 26px;
}
.accordion-body p {
	margin: 0 2.5rem;
}
.about-content .accordion-button:not(.collapsed) {
    box-shadow: none;
	background-color: #0A1520;
}
.about-content .accordion-button:not(.collapsed) h6 {
	color: #fff;
}
.about-content .accordion-item {
	border: 1px solid rgba(10, 21, 32, 0.2);
	border-radius: 10px;
	margin-bottom: 2rem;
	overflow: hidden;
	background-color: #0A1520;
}
.about-content .accordion-button {
    padding: 2rem 2.5rem;
    background-color: #F6F8FA;
}
.about-content .accordion-body {
    padding:0 10% 4rem 0;
	transition: all 0s;
}
.about-content .accordion-button:focus {
    border: none;
    box-shadow: none;
}
/****google-review****/
.google-review {
	padding: 12rem 0 9.5rem;
}
.google-review-img {
    width: 100%;
}
/****insta-blog-sec****/
.insta-blog-sec {
	background-color: #1B2733;
	padding: 9.5rem 0;
	overflow: hidden;
}
.insta-blog-info h3 {
	margin-bottom: 2rem;
}
.insta-blog-info .akker_btn_cls {
	margin-top: 2rem;
	margin-right: 1.5rem;
}
.insta-blog-info .akker_btn_cls:hover {
	background-color: #0085FF;
	border-color: #0085FF;
	color: rgba(255, 255, 255, 0.6);
}
.insta-mail, .insta-call {
	text-decoration: underline;
}
.insta-mail:hover, .insta-call:hover {
	text-decoration: underline;
}
.insta-blog-info img {
	margin-right: 1rem;
}
/****footer****/
.footer-area {
	padding: 12rem 0 7.5rem;
	background-color: #0A1520;
}
.footer-logo img {
	width: 22rem;
}
.each-contact a {
	text-decoration: underline;
}
.each-contact a:hover {
	color: #0085FF;
}
.each-footer a, 
.each-footer span, 
.each-footer h6 {
	color: rgba(255, 255, 255, 0.50);
	font-size: 1.8rem;
	line-height:  27.09px;
	font-family: 'lama_sansmedium';
}
.each-footer h5 {
	margin-bottom: 3rem;
}
.each-footer-mid {
	margin-left: 2rem;
}
.footer-btm {
	margin-top: 12.8rem;
}
.footer-btm-right hr {
	background-color: #fff;
	margin-bottom: 2rem;
}
.footer-btm-right h6 {
	color: #fff;
}
.footer-btm-right li {
	display: inline-block;
	margin-right: 3rem;
	font-size: 1.8rem;
	color: #fff;
	font-family: 'lama_sansmedium';
}
.footer-btm-right li:last-child {
	margin-right: 0;
}
.footer-btm-right li a img {
	width: 2.4rem;
}
.footer-wp {
	background-color: #6EE37A; 
	border-radius: 10px;
	height: 6rem;
	width: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-right, .footer-btm-right {
	padding-left: 10rem;
}
/********************diensten-list********************/
.inner-banner .banner-content {
    top: 68%;
}
.list-sec {
	background-color: #0A1520;
}
.each-list {
	padding: 10rem 0;
}
.each-list h2 {
	color: #fff;
	margin-bottom: 3.5rem;
}
.each-list:nth-child(even) {
	background-color: #F5F8FA;
}
.each-list:nth-child(even) h2, .each-list:nth-child(even) p {
	color: #0A1520;
}
.list-img {
	padding-right: 9rem;
}
.list-content {
	padding-left: 6rem;
	max-width: 51rem;
	width: 100%;
	height: 100%;
	position: relative;
}
.list-content p {
	margin-bottom: 2rem;
}
.each-list:nth-child(even) .list-img {
	padding-left: 5rem;
	padding-right: 0;
}
.each-list:nth-child(even) .list-content {
	padding-left: 0;
}
.list-sec .list-content .akker_btn_cls {
    position: absolute;
    bottom: 0;
}
/********************diensten-dtl********************/
.inner-header {
	position: fixed;
}
.inner-header:not(.stiky) li a {
	color: #0A1520;
}
.dtl-header:not(.stiky) li a {
    color: #fff;
}
.inner-header:not(.stiky) li a:hover {
	color: #0084FF;
}
.inner-header .header-wrap {
	border: 1px solid rgba(10, 21, 32, 0.20);
}
.inner-header .akker_btn_cls {
    background-color: #0084FF;
    border-color: #0084FF;
    color: #fff;
}
.inner-header .akker_btn_cls:hover {
	background-color: #fff;
    border-color: #0A1520;
    color: #0A1520;
}
.dtl-back-btn {
	padding-top: 22.5rem;
}
.back-btn .akker_btn_cls {
	background-color: transparent;
	border: 1px solid rgba(10, 21, 32, 0.30);
	color: #0A1520;
}
.back-btn .akker_btn_cls:hover {
	background-color: #0084FF;
    border-color: #0084FF;
    color: #fff;
}
.diensten-top-content {
	max-width: 59rem;
	width: 100%;
	padding-right: 4rem;
}
.diensten-top-content h2 {
	margin-bottom: 5.8rem;
	line-height: 67.44px;
}
.diensten-mid {
	padding: 11.5rem 0 10rem;
}
.diensten-mid h2 {
	line-height: 67.44px;
}
.diensten-mid p {
	margin: 4.5rem 0 4.5rem;
}
.diensten-mid-img {
	padding-right: 15rem;
}
.diensten-mid-content {
	max-width: 45rem;
	width: 100%;
}
.diensten-mid-content li {
	color: #0A1520;
	font-size: 1.6rem;
	font-family: 'lama_sansbold';
	line-height: 21.28px;
	position: relative;
	margin-bottom: 4.3rem;
	padding-left: 4.5rem;
}
.diensten-mid-content li::after {
	content: "";
	position: absolute;
	background-image: url(../images/tick.svg);
	background-position: center center;
	background-size: 1.3rem;
	background-repeat: no-repeat;
	background-color: #FF912F;
	border-radius: 10rem;
	left: 0;
	width: 3rem;
	height: 3rem;
	top: -0.4rem;
}
.form-sec {
	background-color: #0A1520;
	padding: 11.5rem 0 8rem;
}
.form-title h2 {
	color: #fff;
	letter-spacing: 0.48px;
	margin-bottom: 7rem;
}
.form-group {
    padding-bottom: 1rem;
    padding-right: 1rem;
}
.form-styl {
    font-family: 'lama_sansmedium';
    color: #fff;
    font-size: 1.8rem;
    padding: 1.4rem 2rem;
    border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.20);
    background-color: transparent;
    line-height: normal;
    resize: none;
}
.form-styl:focus{
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.20);
    box-shadow: none;
}
.form-styl:placeholder{
    color: #fff;
}
.form-styl:-ms-input-placeholder{
    color: #fff;
}
.form-styl::placeholder {
    color: #fff;
}
.txt-area-outer {
	height: 100%;
}
.txt-area-outer textarea {
	height: calc(100% - 7rem);
}
.form-sec .akker_btn_cls {
	margin-top: 3.5rem;
}
.dtl-slider {
	padding-top: 11rem;
	overflow: hidden;
}
/*.dtl-slider-wrap {
	margin-right: -26rem;
	margin-left: -26rem;
}*/
.dtl-slider h2 {
	margin-bottom: 7rem;
}
.each-dtl-slide h4 {
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}
.dtl-slider .swiper-button-next {
    right: 10rem;
}
.dtl-slider .swiper-button-prev {
    left: 10rem;
}
/********************werkplaats-dtl********************/
.dtl-header {
	background-color: #0A1520;
	position: fixed;
}
.dtl-header .header-wrap {
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.dtl-header li a {
    color: #fff;
}
.dtl-header .akker_btn_cls {
    background-color: #fff;
    border-color: #fff;
    color: #0A1720;
}
.dtl-header .akker_btn_cls:hover {
	background-color: #0085FF;
    color: #fff;
    border-color: #0085FF;
}
.werkplaats-back-btn {
	background-color: #0A1520;
}
.werkplaats-back-btn .akker_btn_cls {
    background-color: #FF912F;
	border-color: #FF912F;
    color: #fff;
}
.about-sec.werkplaats-dtl-about-sec {
	background-color: #0A1520;
	padding-bottom: 4.8rem;
	padding-top: 0;
}
.werkplaats-dtl-about-sec .about-content h2 {
	color: #fff;
}
.werkplaats-dtl-about-sec .about-content .accordion-button {
    background-color: transparent;
}
.werkplaats-dtl-about-sec .accordion-item h6 {
	color: #fff;
}
.werkplaats-dtl-about-sec .about-content .accordion-button::after {
    background-image: url(../images/dtl-next.svg);
}
.werkplaats-dtl-about-sec .about-content .accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-arrow.svg);
}
.werkplaats-dtl-about-sec .about-content .accordion-body {
    background: #1B2733;
}
.werkplaats-dtl-about-sec .about-content .accordion-item {
    background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.werkplaats-dtl-about-sec .about-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: #1B2733;
}
.werkplaats-mid .diensten-mid-content {
    max-width: 47rem;
	width: 100%;
}
.werkplaats-dtl-form-sec {
	background-color: #1B2733;
}
.form-right {
	margin-top: 6.5rem;
}
/********************vacature********************/
.vacature-back-btn {
	background-color: #F6F8FA;
}
.about-sec.vacature-about-sec {
	padding-top: 0;
}
.vacature-form-sec {
	background-color: #1B2733;
}
.vacature-form-sec .txt-area-outer {
    height: calc(100% - 14rem);
}
.Bestand-btn {
	position: relative;
}
.Bestand-btn .trans-btn{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid rgba(255, 255, 255, 0.20);
	margin-right: 1rem;
	margin-top: 0;
	padding: 0.3rem 1.3rem;
	font-size: 1.4rem;
}
/********************over-ons********************/
.over-ons-top {
	padding: 11rem 0 10rem;
}
.over-ons-top h2 {
	margin-bottom: 3.5rem;
}
.over-ons-top-img {
	padding-right: 5rem;
}
.over-ons-top-content {
	padding-left: 2rem;
}
.over-ons-top-content p {
	max-width: 45rem;
	width: 100%;
}
.about-sec.over-ons-about-sec {
	background-color: #1B2733;
	padding-top: 8.5rem;
}
.over-ons-about-sec .about-content .accordion-body {
    background: #0A1520;
}
.over-ons-about-sec .about-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: #0A1520;
}
.over-ons-man {
	background-color: #1B2733;
	padding-top: 8rem;
	padding-bottom: 2rem;
}
.over-ons-man h2 {
	color: #fff;
	margin-bottom: 7rem;
}
.each-over-ons-man-info {
	position: absolute;
	left: 0;
	padding: 2.5rem;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
	background: linear-gradient(0deg, rgba(10, 21, 32, 0.70) 0%, rgba(10, 21, 32, 0.70) 100%);
	bottom: -100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-man {
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.each-over-ons-man:hover .each-over-ons-man-info {
	bottom: 0;
}
.each-over-ons-man-info h6 {
	color: #fff;
}
.each-over-ons-man-info p {
	color: #FF912F;
}
.over-ons-slider {
	background-color: #1B2733;
	padding-bottom: 8rem;
}
.over-ons-slider h2 {
	color: #fff;
}
/********************popup********************/
.modal-area .modal-dialog {
    max-width: 64%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.70);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 40px;
	overflow: hidden;
    background-color: #fff;
	position: relative;
	padding: 2.5rem;
}
.modal-area .popup-content p {
    margin: 4rem 0 6rem;
    max-width: 55rem;
	width: 100%
}
.modal-area .popup-content {
    padding: 8rem;
    background-color: #fff;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
	position: absolute;
    top: 36px;
    border-radius: 40px;
    right: 36px;
    z-index: 1;
    font-size: 2.2rem;
    height: 4rem;
    width: 4rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0A1520;
    font-family: 'lama_sansregular';
}
.close-img:hover {
	color: #0A1520;
}
/********************aanbod-dtl********************/
.back-btn {
	padding-top: 26rem;
	padding-bottom: 4rem;
}
.back-btn .row{
	max-width: 1200px;
}
.aanbod-dtl-banner {
	padding-top: 2rem;
}
.aanbod-dtl-banner .common-arrow{
	padding-left: 0;
	width: 30px;
	height: 30px;
	background: #fff;
	display: flex;
}
.aanbod-dtl-banner .col-xl-8 {
	width: 59%;
}
.aanbod-dtl-banner-top {
	margin-bottom: 2.5rem;
}
.aanbod-dtl-banner-top h4 {
	text-transform: uppercase;
}
.aanbod-dtl-banner-top h6 {
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
	line-height: 22.4px;
	letter-spacing: 0.32px;
	margin: 2.5rem 0 2rem;
}
.aanbod-dtl-banner-top td {
    display: inline-block;
    padding-right: 2.8rem;
    font-size: 1.6rem;
    font-family: 'lama_sanssemibold';
    color: rgba(10, 21, 32, 0.50);
}	
.aanbod-dtl-banner-top td:last-child {
	padding-right: 0;
}
.aanbod-dtl-banner-top td img {
    margin-right: 1.7rem;
}
.aanbod-dtl-images{
	margin-top: 2rem;
}
.each-aanbod-dtl-img {
	margin-right: 1rem;
	border-radius: 10px;
	overflow: hidden;
}
.each-aanbod-dtl-img:last-child {
	margin-right: 0;
}
.show-car{
	display: none;
}
.add {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(49, 49, 49, 0.64) 0%, rgba(49, 49, 49, 0.64) 100%);
}
.add h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
	font-family: 'lama_sanssemibold';
	color: #fff;
	cursor: pointer;
}
.aanbod-dtl-right h6 {
	font-size: 1.6rem;
	font-family: 'lama_sansbold';
	margin-top: 5rem;
	margin-bottom: 2rem;
}
.aanbod-dtl-right .trans-btn {
	border-color: rgba(10, 21, 32, 0.2);
	color: #0A1520;
	margin-bottom: 1rem;
	max-width: initial;
	text-align: left;
}
.aanbod-dtl-right .akker_btn_cls.trans-btn:hover {
	border: 2px solid #FF912F;
	background-color: rgba(255, 145, 47, 0.20);
}
.aanbod-dtl-right h3 {
	font-size: 3.4rem;
	color: #121212;
	font-family: 'lama_sansbold';
	margin-top: 2.5rem;
	margin-bottom: 1.6rem;
	display: inline-block;
  	vertical-align: middle;
}
.aanbod-dtl-right .akker_btn_cls {
	max-width: initial;
}
.aanbod-dtl-right .akker_btn_cls:hover {
	background-color: #FF912F;
    border-color: #FF912F;
}
.aanbod-dtl-right .akker_btn_cls:focus {
	background-color: #FF912F;
    border-color: #FF912F;
}
.aanbod-dtl-right h4 {
	margin-top: 4%;
}
.aanbod-dtl-right ul {
	border-radius: 10px;
	border: 1px solid rgba(10, 21, 32, 0.20);
	padding: 3.5rem 2.8rem;
	margin-top: 2.4rem;
}
.aanbod-dtl-right li {
	margin-bottom: 2.7rem;
	color: #000;
	font-family: 'lama_sansmedium';
	line-height: 25.28px;
	letter-spacing: 0.32px;
	font-size: 1.6rem;
	position: relative;
	padding-left: 3.5rem;
}
.aanbod-dtl-right li:last-child {
	margin-bottom: 0;
}
.aanbod-dtl-right li::after{
    content: "";
    position: absolute;
    background-image: url(../images/dtl-tick.svg);
    background-position: center center;
    background-size: 1.4rem;
    background-repeat: no-repeat;
    left: 0;
    width: 1.4rem;
    height: 1.4rem;
    top: 0.6rem
}
.aanbod-dtl-right li span {
	color: #FF912F;
}
.aanbod-dtl-btm {
	margin-top: 5.8rem;
	border-radius: 10px;
	background-color: rgba(0, 132, 255, 0.20);
	padding: 3rem 4rem 4.5rem;
}
.aanbod-dtl-btm h3 {
	color: #0A1520;
	line-height: 50.58px;
	letter-spacing: 0.36px;
	margin-bottom: 1.5rem;
}
.aanbod-dtl-btm h3 span {
	color: #fff;
}
.aanbod-dtl-btm h6 {
	font-size: 1.6rem;
	line-height: 25.28px;
	letter-spacing: 0.32px;
	font-family: 'lama_sansregular';
}
.aanbod-dtl-btm a {
	color: #0A1520;
	font-family: 'lama_sansmedium';
	font-size: 1.6rem;
	letter-spacing: 0.32px;
	text-decoration: underline;
}
.aanbod-dtl-btm img {
	margin-right: 1.5rem;
	margin-bottom: 0.2rem;
}
.aanbod-dtl-btm p {
	margin-top: 3rem;
	color: rgba(10, 21, 32, 0.70);
}
.aanbod-dtl-btm-btn .akker_btn_cls {
	max-width: initial;
	margin-bottom: 2rem;
	text-decoration: none;
	color: #fff;
}
.aanbod-dtl-btm-btn .akker_btn_cls:hover {
	background-color: #FF912F;
    border-color: #FF912F;
}
.aanbod-dtl-btm-btn .akker_btn_cls.trans-btn {
	border-radius: 10px;
	border: 1px solid rgba(10, 21, 32, 0.20);
	color: #0A1520;
	text-decoration: none;
}
.aanbod-dtl-btm-btn .akker_btn_cls.trans-btn:hover {
	border: 2px solid #0084FF;
	background: rgba(26, 123, 255, 0.20);
}
.dtl-tab-sec {
	padding: 6rem 0 10.5rem;
}
.dtl-tab-content-heading h3 {
	color: #0A1520;
	margin-bottom: 5.5rem;
	line-height:  33.28px;
	font-family: 'lama_sansregular';
}
.dtl-tab-sec .each-tab-content {
    margin-bottom: 7.5rem;
}
.each-tab-content .col-lg-3 {
	width: 20%;
}
.each-Kenmerken {
	/*border-radius: 10px;
	border: 1px solid rgba(10, 21, 32, 0.20);
	overflow: hidden;
	padding: 0.7rem 2rem 2rem;
	margin-bottom: 2rem;*/
}
.each-Kenmerken h6 {
	color: #A8A8A8;
	font-family: 'lama_sanssemibold';
	font-size: 1.6rem;
	line-height: normal;
	margin-top: 1.5rem;
}
.each-Kenmerken h5 {
	color: #0A1520;
	font-family: 'lama_sanssemibold';
	line-height: normal;
}
.bullet-panel .tab_heading {
	padding-bottom: 2rem;
}
.bullet-panel h4 {
    border-bottom: 1px solid #0A1520;
    padding-bottom: 2rem;
	font-family: 'lama_sansregular';
	margin-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li, .each-Kenmerken li{
    padding-left: 1.4rem;
    position: relative;
	font-family: 'lama_sansregular';
	color: #0A1520;
	line-height: normal;
  	letter-spacing: 0.32px;
  	margin-bottom: 1rem;
}
.dtl-tab-sec .bullet-panel li:after, .each-Kenmerken li:nth-child(odd):after{
    background-size: 0.6rem;
    position: absolute;
    top: 1rem;
    left: 0;
    content: '';
    width: 1rem;
    height: 1rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.each-Kenmerken li{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	font-family: 'lama_sanssemibold';
}
.each-Kenmerken li:nth-child(odd){
	color: rgba(28,28,28,0.5);
}
.each-tab-last-part h3 {
	color: #0A1520;
	font-family: 'lama_sansmedium';
	font-size: 3.6rem;
	line-height: 50.58px;
	letter-spacing: 0.36px;
}
.each-tab-last-part a {
	color: #0A1520;
	font-family: 'lama_sanssemibold';
	font-size: 1.6rem;
	line-height: 25.28px;
}
.each-tab-last-part .akker_btn_cls.orange-btn {
	color: #fff;
	margin-top: 8rem;
}
.each-tab-last-part p {
	margin: 6rem 0 3.5rem;
}
.each-tab-last-part {
	border-radius: 20px;
	border: 1px solid rgba(10, 21, 32, 0.20);
	padding: 4.5rem 5rem;
}
.each-tab-last-part.active {
	background-color: #0A1520;
}
.each-tab-last-part.active h3 {
	color: #fff;
}
.each-tab-last-part.active h3 span {
	color: #FF912F;
}
.each-tab-last-part.active a {
	color: #fff;
}
.each-tab-last-part.active p {
	margin: 3rem 0;
}
.each-tab-last-part .akker_btn_cls {
	margin-top: 6rem;
}
.each-tab-content:last-child {
	margin-bottom: 0;
}
.dtl-google-review {
	background-color: #fff;
}
/********************aanbod-list********************/
.aanbod-list-filter-sec{
	background-color: #0A1520;
	padding-bottom: 4rem;
	padding-top: 18rem;
}
.aanbod-list-filter-sec h2{
	color: #fff;
	font-family: 'lama_sansregular';
}
.aanbod-list-filter-sec h2 span{
	color: #0084FF;
}
.aanbod-filter-wrap{
	padding-top: 4.2rem;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	padding-bottom: 2rem;
}
.aanbod-select-option{
	padding-right: 2.8rem;
	width: 16%;
}
.aanbod-select-option option {
    background-color: #0A1520;
	color: #fff;
}
.aanbod-select-option-btn {
    color: #fff;
    text-align: center;
    font-family: 'lama_sansmedium';
    font-size: 1.8rem;
    line-height: 2.8rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.30);
    cursor: pointer;
    background: #0A1520;
	padding: 1.5rem 0;
    -webkit-appearance: none;
    width: 100%;
}
.aanbod-select-option-btn option{
	font-family: arial;
}
.aanbod-filter-down-txt{
	margin-top: 2.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.aanbod-filter-down-txt p{
	color: rgba(255, 255, 255, 0.30);
	font-family: 'lama_sansmedium';
	line-height: 2.8rem;
}
.down-txt-filter-btn{
	width:100%;
	max-width: 12.5rem;
    color: #0084FF;
    text-align: left;
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    line-height: 2.8rem;
    border: none;
    cursor: pointer;
    background: url(../images/sort-amount-down-arrow.svg) #0A1520 no-repeat 98% center/20px;
    -webkit-appearance: none;
}
.down-txt-filter-btn option{
	font-family: arial;
}
.annbod-list-sec{
	padding: 8rem 0;
}
.annbod-list-wrap{
	margin-bottom: 2rem;
}
.black-box{
	width: 100%;
    height: calc(100% - 2rem);
    padding: 5rem 4rem;
    border-radius: 20px;
    background: #0A1520;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.black-box-upper-txt h2{
	color: #fff;
	font-size: 3.6rem;
	letter-spacing: 0.36px;
	margin-bottom: 4rem;
}
.black-box .akker_btn_cls{
	max-width: 100%;
	margin-top: 2rem;
}
/********************contact********************/
.contact-upper-image{
	width:100%;
	height: 74.4rem;
}
.map-address-area{
	position: absolute;
	top: 37%;
	left: 25%;
	background-color: #0085FF;
	padding: 2.5rem 4rem;
	border-radius: 1rem;
	z-index: 1;
}
.map-address-area p{
	display: flex;
	align-items: center;
	font-family: 'lama_sanssemibold';
}
.map-address-area p img{
	margin-right: 1.5rem;
}
.map-address-ext-icon{
	position: absolute;
	content: "";
	background-color: #0085FF;
	height: 10rem;
	width: 10rem;
	top: 40%;
	left: 30%;
	border-radius: 1rem;
	rotate: 46deg;
}
.contact-box-area{
	padding: 0 0 10rem;
	margin-top: -9rem;
	z-index: 1;
}
.contact-orange-box {
	border-radius: 1rem;
	background-color: #FF912F;
	padding: 6.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.8rem;
}
.contact-orange-box img{
	width: 4.2rem;
	margin-right: 4rem;
}
.contact-orange-box a {
    text-align: left;
    display: flex;
    align-items: center;
    z-index: 3;
}
.contact-orange-box strong {
    display: block;
    font-size: 2.4rem;
    font-family: 'lama_sansbold';
    color: #ffffff;
}
.contact-orange-box em {
    font-style: normal;
	color: #fff;
	font-size: 1.6rem;
    font-family: 'lama_sansregular';
}
.contact-orange-box a:hover em {
    text-decoration: underline;
	color: #fff;
}
.contact-address-area{
	padding-bottom: 12rem;
}
.contact-open-time-left h5{
	color: #121212;
	font-family: 'lama_sanssemibold';
	/* line-height: normal; */
	padding-bottom: 2rem;
}
.contact-time-right-txt{
	padding-left: 11.5rem;
	padding-top: 6.5rem;
}
.contact-open-time-left p{
	color: #121212;
	padding-bottom: 2.2rem;
}
.contact-ons-area{
	padding-top: 15rem;
	padding-bottom: 0;
}
.contact-ons-area .over-ons-top-img{
	padding-right: 0;
}
.contact-ons-area .over-ons-top-content{
	padding-left: 0;
}
.contact-ons-area .over-ons-top-content p{
	max-width: 52rem;
	margin-bottom: 5rem;
}



/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}

.star_icon 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{
    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;
}
.cursor{
    cursor:pointer;
}
 .form-1 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
} 
.privacy-sec{
	background-color: #121212;
    padding: 11% 0;
}
.cpnt {
    cursor: pointer;
}
.filter-clean img {
    width: 12px;
    margin-right: 10px;
    margin-bottom: 2px;
}

.diensten-top .about-img {
	margin-top: 0;
}
.form-2 {
	display: none;
	margin-top: 30px;
}
.form-1, .form-2 {
    background-color: #0A1520;
    padding: 4rem 0 !important;
    border-radius: 1rem;
}
.form-1 .akker_btn_cls, .form-2 .akker_btn_cls {
    margin-top: 1rem !important;
    width: auto;
}
.reset-btn img {
    height: 1.8rem;
}
.reset-btn a{
	color: #fff;
}
 .gm-style .gm-style-iw-c{
  	background-color: #0085ff !important;
}
.gm-style-iw-d{
  	overflow: hidden !important;
}
.gm-style .gm-style-iw-tc::after{
	background-color: #0085ff  !important;
	left: 70% !important;
	transform: translateX(-50%) !important;
	height: 35px;
	width: 80px;
}
span.float-start img {
    width: 25px;
}
.gm-style-iw.gm-style-iw-c h6 {
    color: white;
}
.privacy_section p {
    color: #0a1520;
}
.dtl-tab-sec h1 {
    font-size: 30px;
    color: #121212;
}
.btn-sm {
    font-size: 1.5rem;
    border-radius: 0.2rem;
}
.each-tab-content li {
    color: #0a1520;
}
.dtl-tab-sec .each-tab-content {
    color: #0a1520;
}
.gm-style-iw.gm-style-iw-c h6 {
	padding-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gm-ui-hover-effect { 
	display: none !important;
}
.calsty{ 
	border: 0; 
	width: 100%; 
	height: 780px;
	background: transparent; 
}
.boshch_logo {
	position: absolute;
	bottom: 0;
}
.boshch_logo img{
 	width: 10rem;
}
.brochure{
	background-color: #FF912F;
    border-color: #FF912F;
}
.aanbod-dtl-right .brochure:hover{
	background-color: #0085FF;
	border: 1px solid #0085FF;
}

/*Home banner MP4 video*/
.banner_background_video {
	height: 95vh;
	max-height: 95vh;
	overflow: hidden;
}
.banner_background_video .video-js {
	width: 100%;
	height: 900px;
}
@media(min-width: 576px) {
	.banner_background_video .video-js {
		width: 100% !important;
	}
}
@media(max-width: 575.98px) {
	.banner_background_video, .banner_background_video .video-js {
		height: auto !important;
	}
}
.zakelijk-sec .each-product a, .zakelijk-slidr .swiper a{
	overflow: hidden;
	display: block;
}
.zakelijk-sec .product-car:before, .zakelijk-slidr .swiper-slide-active .aanbod-dtl-banner-img:before{
	position: absolute;
	background: url(../images/layer.png) no-repeat left/ cover;
	transform: rotate(-4deg);
}
.zakelijk-sec .product-car:before{
	top: -2%;
	left: -2%;
	content: '';
	width: 82%;
	height: 82%;
}
.zakelijk-slidr .swiper-slide-active .aanbod-dtl-banner-img:before{
	top: -1%;
	left: -1%;
	content: '';
	width: 50%;
	height: 50%;
}
.aanbod-dtl-banner .highlight-label-right .highlight-label-popup-wrapper {
    left: initial;
    right: 0;
    left: 0;
    bottom: auto;
    top: 4rem;
}
.aanbod-dtl-banner .highlight-label-popup::after {
    border-top: 0;
    bottom: auto;
    border-bottom: 10px solid #fff;
    top: 0;
	right: auto !important;
    /* left: 4px !important; */
    top: -8px;
}
html{
	font-size: 62.5%;
}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #FF912F;
	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: 'lama_sansbold';
  	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-family: 'lama_sansbold';
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'lama_sansregular';
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #FF912F;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #FF912F;
  	background: #FF912F;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-family: 'lama_sansbold';
	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: #FF912F !important;
}
.monthly_amount{
	cursor:pointer;
} 
.bottom-0{
	bottom: 0;
}
.start-0{
	left: 0;
}
