@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-size: 1.8rem;
    font-family: 'lama_sansregular';
    color: #fff; 
	background-color: #151718;
	padding: 0 4.8rem;
	top: 0 !important;
}
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;
}
/*****************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-area***/
.header-area {
	padding: 29px 0;
}
.header-logo img {
	width: 31.4rem;
}
.header-menu { 
	display: flex;
	align-items: center;
	justify-content: end;
}
.header-menu ul {
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.header-menu li:not(:last-child) {
	margin-right: 2.5rem;
}
.header-menu li a {
	font-size: 1.7rem;
	font-family: 'lama_sanssemibold';
	color: rgba(255, 255, 255, 0.50);
	position: relative;
}
.header-menu li a:hover,
.header-menu li a.active {
	color: rgba(255, 255, 255, 1);
}
.header-menu .akker_btn_cls {
	margin-left: 8%;
} 
header .nav-link:focus, header .nav-link:hover {
  color: #fff;
}
header .bovag-img{
	width: 95px;
}
header .dropdown-menu {
    border: 0;
    display: none;
    background-color: #C52F2F;
  	padding: 1.4rem 1.6rem;
  	border-radius: 8px;
  	min-width: 17rem;
}
header li:hover .dropdown-menu  {
	display: block;
}
header .dropdown-menu li{
	padding: .3rem 0;
}
header .dropdown-menu a{
	border-bottom: 1px solid transparent;
	color: #fff;
}
header .dropdown-menu a:hover{
	border-color: #fff;
}
header li.dropdown a.nav-link:after {
 	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -3px;
	content: '';
	width: 10px;
	height: 10px;
	background: url(../images/next.svg) no-repeat center / contain;
	opacity: .5;
}
header li.dropdown a.nav-link:hover:after{
	opacity: 1;
}
/******banner-sec*****/
.banner-sec {
	position: relative;
}
.each-banner {
	border-radius: 4rem;
	overflow: hidden;
}
.banner-content { 
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
}
.banner-content .akker_btn_cls {
	margin-top: 3.6rem;
}
/****product-sec**/
.product-sec {
	border-radius: 4rem;
	background-color: #272727;
	padding: 9rem 0;
	margin-top: 4.8rem;
}
.product-type-wrap .tab-content { 
	position: relative;
	padding-top: 6rem;
}
.product-img {
	border-radius: 2rem;
	overflow: hidden;
}
.product-dtl {
	padding-top: 2.2rem;
}
.product-dtl h5 {
	margin-bottom: 2.2rem;
	height: 60px;
	overflow: hidden;
}
.product-dtl table{
	margin-bottom: 2.2rem;
}
.product-dtl td span{
	margin: 0 20px;
}
.product-dtl ul {
	display: flex;
}
.product-dtl li {
	margin-right: 1.4rem;
	border-radius: 1rem;
	padding: 1.7rem 1.9rem;
	font-size: 1.8rem;
    font-family: 'lama_sansregular';
}
.product-dtl li:last-child {
	margin-right: 0;
}
.product-dtl .product-info-gray {
	background-color: #3F3F3F;
	font-family: 'lama_sansbold';
	font-weight: bold;
}
.product-dtl .product-info-blue {
	background-color: #3061C1;
}
.product-dtl .product-info-red {
	background-color: #C52F2F;
}
.more-product-btn .akker_btn_cls {
	background-color: #3F3F3F;
	border-color: #3F3F3F;
	margin-top: 11.2rem;
}
.more-product-btn .akker_btn_cls:active, 
.more-product-btn .akker_btn_cls:focus, 
.more-product-btn .akker_btn_cls:hover {
    background-color: #3061C1;
    border-color: #3061C1;
}
.product-type-wrap {
	margin-top: -4.6rem;
}
.product-type-wrap .nav-tabs {
	border-bottom: 0;
	justify-content: end;
	margin-bottom: 4.6rem;
	padding-right: 6rem;
}
.product-type-wrap .nav-tabs .nav-item {
	position: relative;
	padding: 0 3.5rem;
}
.product-type-wrap .nav-tabs .nav-item::after {
	content: '';
	height: 0.6rem;
	width: 0.1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background-color: #fff;
}
.product-type-wrap .nav-tabs .nav-item:last-child {
	padding-right: 0;
}
.product-type-wrap .nav-tabs .nav-item:last-child::after {
	display: none;
}
.product-type-wrap .nav-tabs .nav-link {
	border: 0;
	background-color: transparent;
	font-size: 1.8rem;
    font-family: 'lama_sansregular';
    color: #fff; 
	padding: 1.7rem 2.2rem;
	border-radius: 1rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-type-wrap .nav-tabs .nav-link.active,
.product-type-wrap .nav-tabs .nav-link:hover {
	background-color: #3F3F3F;
}
.product-type-wrap .common-arrow {
	top: 0;
}
.product-type-wrap .swiper-button-next {
	right: 0;
}
.product-type-wrap .swiper-button-prev {
	right: 7rem;
	left: auto;
}
/***service-sec***/
.service-sec {
	padding: 7rem 0 0;
}
.service-heading {
	margin-bottom: 9rem;
}
.service-heading p {
	max-width: 57.4rem;
	width: 100%;
	margin-left: auto;
}
.each-service {
	position: relative;
}
.each-service-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 3.3rem 5.5rem;
}
.each-service-img {
	border-radius: 4rem;
	overflow: hidden;
}
.each-service-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service:hover img {
	transform: scale(1.1);
}
/***about-sec****/
.about-sec {
	padding: 11% 0;
}
.about-img {
	padding-right: 5%;
	border-radius: 4rem;
}
.about-txt {
	padding: 0 13%;
}
.about-txt p {
	margin: 3.4rem 0 8.5rem;
}
/***query-sec**/
.query-sec {
	border-radius: 4rem;
	background-color: #2B2D31;
	padding: 6.8rem 0 11.2rem;
	position: relative;
}
.query-img {
	position: absolute;
    top: -13%;
    right: 0;
    width: 53%;
}
.query-txt h2 {
	margin-bottom: 4.6rem;
}
/****footer-area***/
.footer-area {
	border-radius: 4rem;
	background-color: #fff;
	padding: 8.2rem 0 2.5rem;
	margin: 4.8rem 0;
}
.footer-area h2 {
	color: #151718;
}
.footer-area h2 span {
	-webkit-text-stroke: 1px #151718;
}
.footer-contact {
	margin: 6.7rem 0 0;
}
.footer-contact .akker_btn_cls {
	background-color: transparent;
	border-color: transparent;
	color: #151718;
	margin-right: 1.4rem;
}
.footer-contact .akker_btn_cls img {
	width: 1.6rem;
	margin-right: 1.2rem;
	filter: brightness(0);
	-webkit-filter: brightness(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-contact .akker_btn_cls:active, 
.footer-contact .akker_btn_cls:focus, 
.footer-contact .akker_btn_cls:hover {
	background-color: #C52F2F;
	border-color: #C52F2F;
	color: #fff;
}
.footer-contact .akker_btn_cls:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.footer-info {
	max-width: 70rem;
	width: 100%;
	margin-left: auto;
}
.each-footer-info h5 {
	color: #151718;
	font-family: 'lama_sansbold';
	text-transform: none;
	margin-bottom: 4.3rem;
}
.each-footer-info p {
	margin-bottom: 3.4rem;
}
.each-footer-info p a {
	color: #151718;
}
.each-footer-info p a:hover {
	color: #C52F2F;
}
.each-footer-info td {
	vertical-align: top;
	font-size: 1.8rem;
    font-family: 'lama_sansregular';
    color: #151718; 
}
.each-footer-info td:nth-child(odd) {
	padding-right: 3.4rem;
}
.footer-credit ul {
	display: flex;
	align-items: end;
}
.footer-credit .col-lg-7 ul {
	justify-content: end;
	margin-top: -5rem;
}
.footer-credit li {
	color: #151718;
	font-family: 'lama_sanssemibold';
	font-size: 18px;
	margin-right: 70px;
}
.footer-credit li:last-child {
	margin-right: 0;
}
.footer-credit li a {
	color: #151718;
}
.footer-credit li a:hover {
	color: #C52F2F;
}
.footer-credit li a span {
	text-decoration: underline;
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 53%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.35);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0.5rem;
	overflow: hidden;
    background-color: #F4F4F4;
	position: relative;
}
.modal-area .popup-content h4 {
	color: #121212;
}
.modal-area .popup-content p {
    margin: 4rem auto 6rem;
	max-width: 69.1rem;
	width: 100%;
	color: #121212;
}
.modal-area .popup-content {
    padding: 6%;
    background-color: #F4F4F4;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	background-color: #C52F2F;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'lama_sansregular';
	border-radius: 0.3rem;
}
.close-img:hover {
	color: #fff;
}


.inner-banner
{
	position: relative;
}
.inner-banner-img
{
	border-radius: 4rem;
	overflow: hidden;
}
.inner-banner-content
{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}
.diensten-list-img
{
	border-radius: 4rem;
	overflow: hidden;

}
.diensten-list-img img{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-list-img:hover img{
	transform: scale(1.1);
}
.diensten-list-area
{
	margin: 4.9rem 0;
}
.diensten-list-text
{
	border-radius: 4rem;
	padding: 9.5rem;
	background-color: #272727;
}
.diensten-list-text h3
{
	margin-bottom: 2.3rem;
	word-break: break-word;
}

.diensten-list-text p
{
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 7.5rem;
}
.diensten-list-area .row
{
	margin: 0 -2.45rem;
}
.diensten-list-area .col-lg-6
{
	padding: 0px 2.45rem;
}
/*======================= diensten-dtl =========================*/
.diensten-dtl-top-sec
{
	margin-bottom: 4.9rem;
}
.diensten-dtl-inner-btn 
{
	position: absolute;
	top: 2.5rem;
	left: 10%;
	max-width: 33.3rem;
	width: 100%;
	text-align: center;
}
.diensten-dtl-inner-btn .akker_btn_cls
{
	max-width: 33.3rem;
}
.diensten-dtl-top-img
{
	border-radius: 4rem;
	overflow: hidden;
	margin-right: 6%;
}
.diensten-dtl-top-text
{
	padding: 17% 9% 4rem;
}
.diensten-dtl-top-text h3
{
	margin-bottom: 2.3rem;
	word-break: break-word;
}
.diensten-query h3
{
	margin-bottom: 2.3rem;
}
.form-area
{
	margin: 10% 0;
}
.form-area .diensten-list-text
{
	background-color: #fff;
}
.form-area .diensten-list-text h4
{
	color: #121212;
	margin-bottom: 2.7rem;
}
form .row
{
	margin: 0 -.5rem !important;
}
.form-group
{
    margin-bottom: 1.5rem;
}
.form-styl
{
	background-color: #fff;
    color: #121212;
    padding: 1.5rem 1.6rem 1.5rem;
    font-size: 1.8rem;
    letter-spacing: normal;
    border-radius: 1rem;
    height: 100%;
	font-weight: 600;
    resize: none;
	border: 1px solid #3F3F3F;
}
.form-styl::placeholder
{
	color: #121212;
}
.form-styl:focus 
{
    color: #121212;
	border: 1px solid #3F3F3F;
    outline: 0;
    box-shadow: none;
}
.form-btn
{
	text-align: right;
}
.form-group textarea
{
	min-height: 186px;
}
.form-area .diensten-list-img img
{
	height: 100%;
	object-fit: cover;
}
/*======================= Vacatures detail =============*/
.cv-uploaden
{
	position: relative;
}
.cv-uploaden::after
{
	position: absolute;
	content: "";
	background-image: url("../images/+.svg");
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 5;
	height: 18px;
	width: 13px;
}
/*============================================ contact ========================*/
.contact-top
{
	margin-top: 4.9rem;
}
.contact-top .diensten-dtl-top-text
{
	padding: 4rem 9% 4rem;
}
.contact-top .diensten-dtl-top-text h2
{
	margin-bottom: 2.7rem;
}
.contact-area h5
{
	margin-bottom: 1.7rem;
}
.contact-info
{
	margin-bottom: 6rem;
}
.contact-area table td:nth-child(odd)
{
	padding-right: 5rem;
}
.map-inner
{
	border-radius: 4rem;
	height: 58.3rem;
	overflow: hidden;
	object-fit: cover;
}
/*============================== over-ons ================*/
.who-are-we-sec .service-heading h2
{
	padding-left: 9%;
}
.who-are-we-sec .row
{
	/*margin: 0px -3.3rem;*/
}
.who-are-we-sec .col-lg-8,
.who-are-we-sec .col-lg-4,
.who-are-we-sec .col-4,
.who-are-we-sec .col-4
{
	padding: 0px 3.3rem;
}
.each-who-are-we-img
{
	overflow: hidden;
	border-radius: 4rem;
	height: 100%;
}
.each-who-are-we-img img
{
	height: 100%;
	object-fit: cover;
}
.over-ons-single-car
{
	margin-bottom: 4.9rem;
}
.the-family-company-img,
.over-ons-single-car .inner-img
{
	border-radius: 4rem;
	overflow: hidden;
}
.the-family-company-sec
{
	margin-bottom: 4.9rem;
}
.the-family-company-content
{
	padding: 4rem 9%;
	max-width: 94.1rem;
	width: 100%;
}
.the-family-company-content h2
{
		margin-bottom: 2.7rem;
}
.the-family-company-content p
{
	margin-bottom: 8.4rem;
}
/*========================== verkocht ==================*/
.verkocht-area
{
	margin: 4.9rem 0;
	border-radius:4rem;
	padding: 5.3rem 0 0;
	background-color: #272727;
}
.verkocht-area .each-product
{
	margin-bottom: 6.7rem;
}
.verkocht-area .row
{
	margin: 0px -2.5rem;
}
.verkocht-area .col-xl-4
{
	padding: 0px 2.5rem;
}




/****filter-sec****/
.filter-sec {
	background-color: #272727;
	padding: 4% 0 0;
	border-radius: 4rem 4rem 0 0;
	margin-top: 4.9rem;
}

.filter-sec .select-style 
{
    color: #fff;
    -webkit-appearance: none;
    appearance: none;
    padding: 1.7rem 0;
	background-color: #3F3F3F;
	border: none;
    border-radius: 1rem;
    text-align: center;
	width: 100%;
	font-family: 'lama_sanssemibold';
	font-size: 1.8rem;
	text-align-last: center;
}
.filter-sec .select-style:hover 
{
	background-color: #C52F2F;
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	cursor: pointer;
}
.filter-sec .sort-filter
{
	width: 100%;
    appearance: none;
}
.filter-sec .select-style-blue
{
	background-color: #3061C1;
	color: #fff;
}
.filter-sec .select-style-blue:hover
{
	background-color: #3061C1;
	color: #fff;
}
.select-style option{
	font-family: arial;
}

.filter-tabs {
	border-bottom: 0;
	display: flex;
	justify-content: end;
}
 .filter-tabs .filter-item {
	position: relative;
	padding: 0 3.5rem;
}
 .filter-tabs .filter-item::after {
	content: '';
	height: 0.6rem;
	width: 0.1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background-color: #fff;
}
.filter-tabs .filter-item:first-child
{
	padding-left: 0;
}
 .filter-tabs .filter-item:last-child {
	padding-right: 0;
}
 .filter-tabs .filter-item:last-child::after {
	display: none;
}
.filter-tabs .filter-link {
	border: 0;
	background-color: transparent;
	font-size: 1.8rem;
    font-family: 'lama_sansregular';
    color: #fff; 
	padding: 1.7rem 2.2rem;
	border-radius: 1rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.filter-tabs .filter-link.active,
.filter-tabs .filter-link:hover {
	background-color: #3F3F3F;
}
.aanbod-area
{
	margin-top: 0;
	border-radius: 0 0 4rem 4rem;
}
.aanbod-area a{
	color: inherit;
}
/*============================= aanbod-dtl ======================================*/
.aanbod-dtl-btn
{
	position: relative;
}
.aanbod-dtl-inner-btn
{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	max-width: 33.3rem;
	width: 100%;
	top:0;
}
.aanbod-dtl-inner-btn .akker_btn_cls
{
	max-width: 33.3rem;
	width: 100%;
}
.aanbod-dtl-banner .each-slide
{
	border-radius: 4rem;
	overflow: hidden;
}
.aanbod-dtl-banner h4
{
	margin-bottom: 3.9rem;
	/*max-width: 32%;
	width: 100%;*/
}
.aanbod-dtl-banner .row
{
	margin: 0px -2.45rem;
}
.aanbod-dtl-banner .col-lg-8,
.aanbod-dtl-banner .col-lg-4
{
	padding: 0px 1.8rem;
}
.aanbod-dtl-banner-right
{
	margin: -2.45rem 0;
}
.aanbod-dtl-banner-right .each-slide
{
	padding: 1.8rem 0;
}
.aanbod-dtl-banner-right .each-slide img
{
	border-radius: 4rem;
	height: 100%;
	object-fit: cover;
}
.aanbod-dtl-banner-slider .swiper-button-next:after, 
.aanbod-dtl-banner-slider .swiper-button-prev:after
{
 display: none;
}
/***dtl-info-sec**/
.dtl-info-sec 
{ 
	padding: 6rem 0 8rem;
}	
.dtl-info-wrap 
{
	margin: 0 auto;
}
.dtl-info-sec table 
{
	margin: 0 auto;
}
.dtl-info-sec td 
{
    text-align: center;
    padding-right: 13rem;
    vertical-align: top;
}
.dtl-info-sec td h5 b
{
	font-family: 'config_condensedsemibold';
}
.dtl-info-sec td h5
{
	font-family: 'Config Condensed';
	margin-bottom: 1.2rem;
}
.dtl-info-sec td:last-child 
{
	padding: 0;
}
.dtl-info-sec td p 
{
	color: #fff;
}
.dtl-info-sec td span{
	font-size: 1.5rem;
}
/* ==dtl-tab-sec== */
.aanbod-dtl-top
{
	background-color: #272727;
	padding: 4.9rem 0;
	border-radius: 4rem;
}
.dtl-tab-content-heading
{
	margin-bottom: 6rem;
	
}
.dtl-tab-content-heading h3
{
	max-width: 54.8rem;
	width: 100%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item 
{
    font-size: 1.8rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2.2rem;
    margin-bottom: 3rem;
    width: 22%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link 
{
    max-width: 29rem;
    width: 100%;
    font-size: 1.8rem;
	background: #3F3F3F;
	border: 1px solid #3F3F3F;
    display: inline-block;
    padding: 1.6rem 0.5rem;
    color: #fff;
    border-radius: 5px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover, 
.tab-btn .nav-tabs .nav-item .nav-link.active 
{
    background-color: #C52F2F;
	border-color: #C52F2F;
    color: #fff;
}
.tab-btn .nav-tabs .nav-item .nav-link.active 
{
    background-color: #3061C1;
	border-color: #3061C1;
    color: #fff;
}
.bullet-panel h4 
{
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
	margin-bottom: 1rem;
    color: #fff;
}
.dtl-tab-sec .bullet-panel ul li 
{
    padding-left: 1.3rem;
    position: relative;
}
.aanbod-dtl-top .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 0.8rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url("../images/bullet.svg");
    background-repeat: no-repeat;
}
.aanbod-dtl-top .tab-content ul li 
{
    font-size: 1.8rem;
    color: #fff;
    padding-bottom: 1rem;
    word-break: break-word;
	position: relative;
	padding-left: 1.7rem;
}
.kenmerken-tab ul li:nth-child(odd) 
{
    background-image: url("../images/bullet.svg");
    background-repeat: no-repeat;
    background-position: left top 0.8rem;
    padding-left: 1.3rem;
    background-size: 0.7rem;
    color: #fff;
}
.dtl-tab-sec .tab-content ul li 
{
    font-size: 1.5rem;
    color: #fff;
    padding-bottom: 1rem;
    word-break: break-word;
}
.kenmerken-tab ul li 
{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.each-onderhoud-block 
{
    display: flex;
    margin-bottom: 2rem;
}
.left-bg-block 
{
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C52F2F;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.left-bg-block h6
{
	font-size: 2rem;
}
.block-dtls
{
    width: calc(100% - 14rem);
    border: 1px solid #C52F2F;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.aanbod-dtl-info
{
	max-width: 40%;
	width: 100%;
	padding: 4rem;
	background-color: #fff;
	border-radius: 4rem;
	position: absolute;
	top: 4.9rem;
	right: 3%;
}
.aanbod-dtl-info-img
{
	border-radius: 2rem;
}
.aanbod-dtl-info h5
{
	color: #151718;
	margin-bottom: 2.6rem;
}
.aanbod-dtl-info a
{
	color: #151718;
}
.aanbod-dtl-info a:hover
{
	color: #C52F2F;
}
.aanbod-dtl-info .akker_btn_cls
{
	margin-top: 2.3rem;
	color: #fff;
}
.aanbod-dtl-info .akker_btn_cls:hover
{
	color: #fff;
}
.aanbod-dtl-info-img
{
	margin-left: 2.7rem;;
}
.aanbod-poduct h2
{
	margin-bottom: 5.3rem;
}

/*******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: calc(100% + 3rem);
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
    margin-left: -1.5rem;
}

.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: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    display: inline-block;
}
.star_icon{
	margin-bottom: 3rem;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-family: 'lama_sanssemibold';
    font-size: 16px;
    color: #fff;;
    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;
}
.privacy_section {
	padding-top: 5%;
}
.product-slider a{
	color:inherit;
}
.error_background{
	padding-top: 5%;
}
.footer-contact .aanbod-btn {
	border-color: #151718;
}
.footer-contact .whtsbtn{
	border-color: #25D366;
	background-color: #25D366;
	color: #fff;
}
.footer-contact .whtsbtn img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.data-flag img {
    width: 22px;
}
.header-area .flag-area{
	display: flex;
}
.header-area .flag-area li a.active {
    filter: drop-shadow(-1px 1px 6px #fff);
}
#google_translate_element {
    height: 0;
    overflow: hidden;
}
.skiptranslate {
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
.footer-contact .akker_btn_cls{
	margin-bottom: 1.4rem;
}
li.review_sec{

}
.voorraadwekker_widget_section {
    margin-top: 30px;
}
.form-2{
	display: none;
	z-index: 1;
}
@media(max-width:1599.98px){
	.form-2{
		margin-top: 7%;
	}
}
@media(max-width:1199.98px){
	.form-area.form-2 .diensten-list-text {
		padding: 0;
	}
	.form-area.form-2 {
    	margin-top: 2rem;
    	margin-bottom: 0;
  }
}
/*====widget======*/
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #3061C1;
	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.6rem;
  	font-family: 'lama_sansbold';
  	cursor: pointer;
}	
.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.svg) no-repeat center/ contain;
}
.widget-content{
	background: #272727;
	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);
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
}
.widget-content h4{
  	font-family: 'lama_sansbold';
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'lama_sansregular';
	font-size: 1.8rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #3061C1;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #3061C1;
  	background: #3061C1;
	padding: 1.2rem 3rem;
	font-size: 1.6rem;
	font-family: 'lama_sanssemibold';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #3061C1 !important;
}
.shop_icon{
	width: 15px;
	opacity: 0.5;
	position: absolute;
  	top: -10px;
  	right: -7px;
}
.header-menu li a:hover img, .header-menu li a.active img{opacity:1}
@media(max-width:991.98px){
	.widget-mobile{
	  	background: #272727;
	  	padding: 1.5rem 1.2rem;
	  	border-top: 1px solid rgba(255,255,255,0.1);
	  	border-bottom: 1px solid rgba(255,255,255,0.1);
	  	z-index: 99;
	}
	.widget-mobile button{
		padding: .75rem;
  		font-size: 1.2rem;
	}
	.widget-mobile h6 span{
		font-size: 1.4rem;
    	letter-spacing: 0.6px;
  		cursor: pointer;
  		font-family: 'lama_sanssemibold';
  		padding-right: 1.2rem;
	}
	.widget-mobile h6 span:after{
		background: url(../images/arw-color.svg) no-repeat center/ contain;
	}
	.widget-mobile h6 span:not(.active):after{
		filter: brightness(0) invert(1);
		-webkit-filter: brightness(0) invert(1);
	}
	.widget-mobile h6 span.active{
		color: #3061C1;
	}
	.widget-mobile h6 span.active:after{
		transform: translateY(-50%) rotate(-90deg);
	}
	.widget-mobile-content{
		bottom: 6.5rem;
		background: #121212;
		padding: 3rem 1.5rem 1.5rem;
		z-index: 99;
		display: none;
	}
	.widget-mobile-content.show-div{
		display: block;
	}
	.widget-content-wrap{
		background: #272727;
		border: 1px solid rgba(255,255,255,0.1);
		padding: 1.5rem;
	}
	.widget-mobile-content td{
		vertical-align: top;
    	font-size: 1.4rem;
    	font-family: 'lama_sanssemibold';
    	padding: 4px 0;
	}
	.widget-mobile-content td span{
		width: 2.2rem;
    	height: 2.2rem;
    	border: 1px solid rgba(255,255,255,0.1);
    	margin-right: 1.8rem;
	}
	.whatsapp-block{
		background: #25D366;
		border-radius: 10px;
		width: 3.6rem;
		height: 3.6rem;
	}
	.whatsapp-block img{
		width: 1.8rem;
	}
	.cal-btn{
		padding-right: 0 !important;
		padding-left: 0 !important;
		max-width: 100px;
    	width: 100%;
	}
	.cal-btn.border-btn{
		width: 94px;
  		background: transparent;
	}
}