@import "fonts.css";
@import "common-class.css";
body {
	padding: 0;
	margin: 0;
	font-family: 'LamaSansRegular';
	font-size: 1.6rem;
	background: #f8f8f8;
	color: #fff;
	background-color: #121212;
}
html {
    font-size: 62.5%;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.cursor{
	cursor: pointer;
}
.grecaptcha-badge{
	display:none;
}
/*****************side area****************/
.mini-right-nav li{
    margin: 0 0 .5rem;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.4);
}
.mini-right-nav span {
    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;
	display: none;
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 60px);
	border-radius: 1rem;
	content: '';
	background-color: rgba(0, 0, 0, 0.4);
	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: #23D366;
}
.mini-right-nav img{
	width: 20px;
	position: relative;
	z-index: 1;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 99;
	right: 0px;
}
.fixed-message{
	position: fixed;
	top: 65%;
	z-index: 99;
	right: 3.2rem;
}
.fixed-message img{
	width: 4.4rem;
	position: relative;
	z-index: 1;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.message-text{
	position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 6.9rem;
    height: 6.9rem;
    background-color: #58BD55;
    border-radius: 50%;
}
.message-text span{
	font-family: 'interbold';
    font-size: 0px;
    bottom: 0;
    right: 0px;
    line-height: 5.5rem;
    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;
}
.message-text span:after{
	position: absolute;
	top: 0;
	right:4rem;
	width: calc(100% + 3rem);
	border-top-left-radius: 2.7rem;
	border-bottom-left-radius: 2.7rem;
	content: '';
	background-color: #58BD55;
	height: 50px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.message-text:hover span{ 
	width:auto;
	overflow:visible;
	opacity:1;
	padding: 0 85px 0px 0px; 
	border-radius: 0;
	font-size:16px;
	color: #fff;
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 72%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.5);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content h2 {
	color: #121212;
	max-width: 63rem;
	width: 100%;
}
.modal-area .popup-content p {
    margin: 4.5rem 0;
	color: #121212;
}
.modal-area .popup-content {
    padding: 4rem 0 4rem  8rem  ;
    background-color: #fff;
}

.modal-area .popup-content .akker_btn_cls:hover,
.modal-area .popup-content .akker_btn_cls:active,
.modal-area .popup-content .akker_btn_cls:focus {
	color:#FF0022 ;
}
.pop-up-image {
	height: 100%;
	padding-left: 4rem;
}
.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: #171717;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'lama_sansbold';
}
.close-img:hover {
	color: #fff;
}
/*=============header===========*/
.whatsapp-icon{
	position: fixed;
	bottom: 6rem;
	right: 2rem;
	z-index: 9;
}
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 3rem 0;
}
.logo{
	width: 237px;
}
header li{
	font-family: 'LamaSansMedium';
	font-size: 1.8rem;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4.5rem;
	letter-spacing: 0.05rem;
}
.bovag-img{
	width: 95px;
}
/*==============banner===========*/
.banner-content{
	position: absolute;
	top: 62%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
}
.banner-content h4{
	margin-bottom: 1rem;
}
.banner-content h1{
	margin-bottom: 8rem;
}
.home-banner .swiper-pagination{
	bottom: 6rem;
	right: calc(5% + .75rem);
}
.home-banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: .43;
	margin: 0 12px !important;
	position: relative;
}
.home-banner .swiper-pagination-bullet-active{
	opacity: 1;
}
.home-banner .swiper-pagination-bullet-active:after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	content: '';
	border: 1px solid #fff;
	border-radius: 100%;
}
/* **********home-mid********************* */
.home-mid{
	background-attachment: fixed;
	padding: 9rem 0;
	position: relative;
	z-index: 0;
}
.home-mid-slider{
	padding-top: 19rem;
}
.home-mid:after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	background-color: rgba(0, 0, 0, 0.4);
	z-index: -1;
}
.home-mid-each-slider{
	margin: 0.5rem 1rem;
}
.home-mid-top p{
	max-width: 72rem;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 5rem;
}
.home-mid-each-slider h3{
	position: relative;
	padding-left: 2.6rem;
	height: 90px;
}
.home-mid-each-slider h3::after{
	position: absolute;
	top: 25px;
    left: 0;
	height: 1.3rem;
	width: 1.3rem;
	background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	content: "";
}
.home-mid-each-slider p{
	padding-top: 2.9rem;
	padding-bottom: 7rem;
}
/* ************home-btm***************** */
.home-btm{
	padding: 9rem 0;
}
.home-btm-left{
	position: relative;
	overflow: hidden;
	margin-right: 4rem;
	padding: 36.2% 0;
	background-size: cover;
    background-repeat: no-repeat;
}
.home-btm-left::after{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.home-btm-left-content{
	position: absolute;
	bottom: 4rem;
	left: 5rem;
	z-index: 2;
}
.home-btm-left-content p{
	width: 100%;
	max-width: 73rem;
	margin-top: 2.8rem;
	padding-right: 2rem;
}
.home-btm-last{
	margin-right: 4rem;
}
.home-btm-last h4{
	width: 100%;
	max-width: 41rem;
	margin: 4rem 0 3.1rem auto;
}
.home-btm-right h2{
	margin-bottom: 6rem;
}
.home-btm-right .row{
	margin-bottom: 3.8rem;
}
.home-btm-right p{
	max-width: 21.5rem;
	width: 100%;
	margin: 2.5rem 0;
}
.product-slider {
	position: relative;
	padding: 7rem 0;
}
.product-slider h2{
	padding-bottom: 7.5%;
}
.product-slider .swiper-button-prev {
	left: 4rem;
	z-index: 0;
}
.product-slider .swiper-button-next {
	right: 4rem;
	z-index: 0;
}
.product-slider .akker_btn_cls{
	margin-top: 8rem;
}
/*****************footer****************/
.footer-area {
	background-color: #121212;
	padding: 7.7rem 0 5.2rem;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.footer-logo img {
	width: 34.6rem;
}
.footer-social li {
	margin-right: 1rem;
	display: inline-block;
	vertical-align: top;
}
.footer-social li a {
	height: 5.9rem;
	width: 5.9rem;
	/* background-color:#36bc53; */
	background-color:#E31D1D;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
}
.footer-social li a img {
	width: 2rem;
	filter:  brightness(0) invert(1) ;
}
.footer-social li a:hover {
	background-color: #fff;
}
.footer-social li a:hover img{
	filter: brightness(1) invert(0);
}
.footer-left-credit p {
	color: #767676;
	font-family: 'LamaSansMedium';
	font-size: 1.8rem;
	margin-top: 6.5rem;
}
.footer-btm-logo {
	margin-top: 2rem;
}
.footer-btm-logo img {
	margin: 0 2rem;
}
.footer-right-credit {
	text-align: end;
}
.footer-right-credit li {
	font-size: 1.6rem;
	margin-left: 6rem;
	display: inline-block;
}
.footer-right-credit img{
	width: 9.6rem;
}
.footer-info h5{
	margin-bottom: 3rem;
}
.footer-info table{
	width: 100%;
}
.footer-info td{
	display: inline-block;
	width: 49%;
	color: #fff;
	vertical-align: top;
}
.footer-info-left{
	padding-right: 5rem;
	max-width: 45rem;
	width: 100%;
}
.footer-info-mid{
	padding-left: 29%;
}
.footer-info-mid span{
	color: #fff;
	margin-right: .5rem;
}
.footer-info-right{
	padding-left: 26%;
}
.footer-area .align-items-end{
	margin-top: 8.5rem;
}
/* %%%%%%%%%%%%%%%%%%%%%% aanbod-list %%%%%%%%%%%%%%%%%%%%%%%%% */
.inner-pg-banner .banner-content h1{
	margin-bottom: 0;
}
.inner-banner{
	padding-top: 18%;
	padding-bottom:7%;
}
.filter-sec{
	padding: 8rem 0;
}
.filter-sec .row{
	padding-bottom: 3rem;
}
.filter-sec h2{
	margin-bottom: 5rem;
}
.filter-sec .row{
	width: 100%;
	max-width: 88rem;
}
.filter-sec .col-lg-2{
	width: 20%;
}
.select-style {
    width: 100%;
    height: 5rem;
    color: #fff;
	font-family: 'LamaSansMedium';
    font-size: 1.6rem;
    border: 0;
    border-radius: 0;
    appearance: none;
    line-height: 4.9rem;
    background: url(../images/down-arrow.svg) #E31D1D no-repeat 90% center/1.2rem;
	padding: 0 1.5rem;
}
.select-style option{
	font-family: arial;
}
.list-content h5{
	margin-bottom: 1.5rem;
}
.list-content .col-xl-3 h5 {
	font-family: 'lama_sansbold';
}
.list-content{
	padding: 2rem .5rem;
}
.list-content table{
	width: 100%;
	margin-bottom: 1.5rem;
}
.product-sec .each-product{
	padding-right:3.6rem;
	padding-bottom: 13%;
	margin-top: -5rem;
}
.list-wrap{
	margin-right: -3.6rem;
}
.product-sec .each-product a{
	color: inherit;
}
.each-product p{
	height: 50px;
	overflow: hidden;
}
/* %%%%%%%%%%%%%%%%%%%%%%verkocht-list%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.verkocht-list .list-content .col-12{
	width: 100%;
	max-width: 36rem;
}
.verkocht-list{
	padding-top: 15rem;
}
/* %%%%%%%%%%%%%%%%%%%%%  diesten  %%%%%%%%%%%%%%%%%%%%%%%%%%% */
.diensten-list{
	padding: 6.5% 0;
}
.diesten-content p{
	max-width: 59rem;
	width: 100%;
	margin: 4rem 0;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.diensten-list-lft{
	padding-right: 4rem;
}
.diensten-list-right{
	padding-left: 4rem;
}
.diesten-content{
	padding: 4rem 0;
}
.diensten-list .diesten-content{
	padding-left: 6rem;
}
.diensten-list .diensten-img{
	padding-right: 6rem;
}
.diensten-list .align-items-end .diensten-img {
	padding-right: 0;
	padding-left: 6rem;
}
.diensten-list .align-items-end .diesten-content {
	padding-right: 6rem;
	padding-left: 0;
}
.diensten-list .align-items-end{
	margin-top: -12%;
}
.diesten-content .akker_btn_cls {
	width: 13rem;
}
/* %%%%%%%%%%%%overons%%%%%%%%%%%%%%%%%%%%%%% */
.overons-top{
	padding-top: 6.2%;
	position: relative;
	z-index: 5;
}
.overons-top-content{
	padding: 7rem 0;
}
.overons-right .col-md-6{
	padding-left: 8rem;
}
.overons-top-left {
	height: 100%;
}
.overons-top-left  img{
	height: 80%;
	object-fit: cover;
	margin-bottom: 2rem;
}
.overons-top-left h4{
	width: 100%;
	max-width: 45rem;
	margin-right: 2rem;
	margin-left: auto;
}
.overons-top-right-content{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 5rem;
}
.overons-top-right-content h5{
	margin-bottom: 2.4rem;
}
.overons-right-top{
	padding-left: 8rem;
}
.overons-right-top p{
	width: 100%;
	max-width: 59rem;
	margin-top: 5rem;
	margin-bottom: 10rem;
}
.overons-mid{
	padding: 23% 0;
	background-attachment: fixed;
	margin-top: -6rem;
	position: relative;
	overflow: hidden;
	z-index: 0;
	width: 100%;
	/* background-position: center; */
}
.overons-mid::after{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: -1;
}
.overons-mid .txt-btn{
	position: absolute;
	top: 50%;
	right: 10%;
	z-index: 9;
}
.overons-mid .txt-btn::after{
	background-image: url(../images/overns-arrow.svg);
	width: 1.5rem;
	background-size: 1.5rem;
}
.overons-mid .swiper-scrollbar{
	margin-top: 5rem;
}
.over-member-slider h2{
	margin-bottom: 8rem;
}
.over-member-slider {
	padding-top:8rem ;
	padding-bottom: 12rem;
}
.overons-btm .swiper-horizontal .swiper-scrollbar ,
.over-member-slider .swiper-horizontal .swiper-scrollbar{
	background-color: #E31D1D;
	opacity: 1;
}
.overons-btm .swiper-scrollbar-drag ,
.over-member-slider .swiper-scrollbar-drag{
	background-color: rgba(217, 217, 217, 1);
}
.each-member{
	margin-bottom: 5rem;
}
.each-member h5{
	margin-bottom: 2.5rem;
	margin-top: 4rem;
}
.each-member span ,
.each-member a{
	color: rgba(255, 255, 255, 0.8);
}
.over-member-slider .swiper-slide a:hover{
	color: #E31D1D;
}
.over-btm-left {
	position: relative;
	padding-top: 38rem;
	padding-bottom: 7rem;
	margin-right: 5rem;
}
.over-btm-left::after{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
}
.overons-btm{
	padding: 4.2% 0;
}
.overons-btm h2{
	margin-bottom: 7rem;
}
.overons-btm-content{
	position: relative;
	z-index: 2;
	padding-left: 5rem;
	padding-bottom: 5rem;
}
.overons-btm-content p{
	max-width: 69rem;
	width: 100%;
	margin-top: 3rem;
	padding-right: 2rem;
}
.overons-btm .col-lg-5 .swiper{
	margin-left: 4rem
}
.overons-btm .akker_btn_cls{
	margin-top: 8rem;
}
/*============= contact =============*/
.contact-area 
{
	margin-top: 7%;
}
.inner-contact p
{
	max-width: 71.8rem;
	width: 100%;
	margin-top: 3.7rem;
}
.contact-area  .inner-contact
{
	margin-bottom: 5rem;
}
.contact-area .inner-content
{
	margin-top: 7.4rem;
	padding-right: 5rem;
	padding-bottom: 5rem;
}
.contact-area .inner-content h5
{
	padding-left: 4rem;
	position: relative;
	margin-bottom: 3.3rem;
}
.contact-area .inner-content h5::after
{
	position: absolute;
	content: "";
	background-image: url("../images/red-dot.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	left: 0;
	height: 1.1rem;
	width: 1.1rem;
	transform: translateY(-50%);
	top: 50%;
}
.contact-area .inner-content p
{
	margin-top: 0;
}
.contact-area .inner-content li
{
	margin-bottom: 2.1rem;
}
.contact-area .inner-content li a img
{
	width: 2.0rem;
	height: 1.9rem;
	margin-right: 1.3rem;
	filter: brightness(10);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.contact-area .inner-content li:hover a img
{
	filter: brightness(1);

}
.map-area
{
	margin-top: -5rem;
	margin-bottom: 7%;
}
.inner-map-left
{
	margin-right: 12%;
	height: 57.7rem;
	object-fit: contain;
}
.inner-map-right
{
	padding-top: 27%;
	padding-bottom: 5rem;
}
.time-dtl
{
	margin-top: 5.6rem;
	max-width: 39.8rem;
	width: 100%;
}
.time-dtl table td:nth-child(odd)
{
	padding-right: 13.5rem;
}
.time-dtl p
{
	margin-top: 2.4rem;
}
.form-area
{
	padding: 7% 0;
}
.form-area h2
{
	margin-bottom: 5.7rem;
}
.form-group{
	margin-bottom: 2rem;
}
.form-styl
{
	padding: 2rem ;
	background-color: transparent;
	font-size: 1.6rem;
	height: 100%;
	color: #fff;
	border-radius: 0;
	resize: none;
}
.form-group:last-child .form-styl
{
	margin-bottom: 0;
}
.form-styl::placeholder
{
	color: #fff;
}
.form-styl:focus
{
	background-color: transparent;
	border-color: #fff;
	outline: 0;
	box-shadow:none;
	color: #fff;
}
.text-area-outer
{
	height: calc(100% - 13rem);
}
form .akker_btn_cls
{
	max-width: 100%;
    padding: 1.8rem 3.5rem;
    border-radius: 0;
    text-align: left;
    position: relative;
}
form .akker_btn_cls::after
{
	content: "";
	position: absolute;
	background-image: url("../images/form-arrow.svg");
	background-position: center;
	background-size: cover;
	height: 1.6rem;
	width: .8rem;
	right: 4.6rem;
}
.form-img
{
	/* height: 100%; */
	height: calc(100% - 3rem);
}
.form-img img
{
	height: 100%;
	object-fit: cover;
}
.form-car-content
{
	position: relative;
	height: 100%;
}
.form-car-content .inner-content
{
	position: absolute;
	bottom: 3rem;
	left: 0;
	width: 100%;
	padding: 2rem 3.5rem;
}

.cvupload::after
{
	position: absolute;
	content: "+";
	right: 3.5rem;
	font-size: 2.4rem;
	color: #fff;
	line-height: 1;
}
/*============== diensten-dtl =================*/
.diensten-dtl-btn
{
	padding-top: 16.7rem;
}
.diensten-dtl-btn .inner-btn
{
	position: absolute;
	top: 15.3rem;
	max-width: 25.6rem;
	width: 100%;
	left: 9.6rem;
}
.diensten-dtl-top-sec
{
	padding-top: 6.2rem;
}
.dtl-img
{
	padding-right: 2rem;
}
.dtl-content-top
{
	max-width: 68.5rem;
	width: 100%;
	padding-left: 9.6rem;
	padding-top: 26%;
}
.dtl-content-top h1
{
	margin-bottom: 3.6rem;
}
.diensten-dtl-overview
{
	margin-top: 7%;
	margin-bottom: 5%;
}
.dtl-overview-left .list-img:last-child{
	margin-bottom: 0;

}
.dtl-overview-left h4
{
	margin-bottom: .9rem;
}
.dtl-overview-left h2
{
	margin-bottom: 5rem;
}
.list-inner-img
{
	padding-right: 1.5rem;
}
.list-dtl
{
	padding-left: 1.8rem;
}
.list-dtl h5
{
	margin-bottom: 1.4rem;
}
.list-img
{
	margin-bottom: 3.2rem;
}
.dtl-overview-right
{
	margin-left: 9.7rem;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.diensten-dtl-end
{
	margin: 7% 0;
}
.diensten-dtl-end .home-mid-slider 
{
	padding-top: 7%;
}
.cvupload
{
	position: relative;
}
/* *************aanbod-dtl************** */
/*============== diensten-dtl =================*/
.aanbod-dtl-btn .inner-btn
{
	left: 50%;
	transform: translateX(-50%);
	top: 16.3rem;
}
.aanbod-dtl-banner
{
	padding-top: 7.4rem;
	padding-bottom: 5%;
}
.show-car
{
	display: none;
}
.add 
{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.add:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	background-image: url(../images/add-icon.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.add img 
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
    width: 2.3rem;
}
.aanbod-car-dtl, .show-car
{
	margin-top: 3.7rem;
}
.aanbod-car-dtl .row
{
	margin: 0px -2.6rem;
}
.aanbod-car-dtl .col-4
{
	padding: 0px 2.6rem;
}
.aanbod-dtl-right
{
	padding-left: 3.5rem;
	margin-top: 5rem;
}
.aanbod-dtl-heading h5
{
	margin-bottom: 1.7rem;
}
.aanbod-dtl-table-info td 
{
    padding: 0 1rem;
    padding-top: 5rem;
}
.aanbod-dtl-table-info td:last-child 
{
    padding-right: 0;
}
.aanbod-dtl-table-info td:first-child 
{
	padding-left: 0;
}
.aanbod-dtl-table-info td h5
{
	margin-bottom: 2rem;
}
.aanbod-dtl-table-info table
{
	margin-top: 3rem;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
	width: 100%;
}
.aanbod-swiper-nav .swiper-button-next::after,
.aanbod-swiper-nav .swiper-button-prev::after
{
	display: none;
}
.aanbod-swiper-nav .swiper-button-next img,
.aanbod-swiper-nav .swiper-button-prev img
{
	width: 25px;
	height: 25px;
}
.aanbod-tl-man-info
{
	margin-top: 9.4rem;
	border: 1px solid #FF0022;
	padding: 3rem 2rem;
}
.aanbod-tl-man-info .inner-text h5
{
	margin-bottom: 1.5rem;
}
.aanbod-tl-man-info .inner-text .address
{
	margin: 2.3rem 0;
	display: block;
}
.aanbod-tl-man-info .akker_btn_cls
{
	max-width: none;
	padding-left: .5em;
	padding-right: .5rem;
	border-radius: 0;
	width: auto;
	font-size: 1.5rem;
}
.aanbod-tl-man-info .trns-btn
{
	margin-left: 1rem;
	display: inline-block;
}
/*****tab section****/
.dtl-tab-sec{
	padding: 6rem 0;
	background-color: #1E1E1E;
}
.dtl-tab-sec.tab-btn{
	margin-top: -5rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 1px solid #fff;
    background-color: transparent;
	text-transform: uppercase;
    color: #fff;
    opacity: 1;
	padding: 2rem 2rem;
    border-radius: 0;
    letter-spacing: normal;
	border-radius: .5rem;
	width: 100%;
	text-align: center;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'LamaSansMedium';
	font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
	margin-bottom: 1rem;
	width: 18%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.tab-btn .nav-tabs .nav-item .nav-link.active {
	border: 1px solid #E31D1D;
	background: #E31D1D;
}
/*==========================================================dtl-tab-content==================================================*/
.dtl-tab-content-heading h3 {
	padding: 5rem 0;
}
.dtl-tab-sec .tab-content ul li {
	font-family: 'LamaSansRegular';
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 1rem;
    word-break: break-word;
}
/* / *****kenmerken ****** / */
.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.9rem;
    color: #fff;
	font-family: 'lama_sansbold';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
	font-family: 'LamaSansRegular';
}

.bullet-panel h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
	font-family: 'LamaSansRegular';
	color: #fff;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.dtl-tab-sec .tab-content p {
	color: #fff;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
	font-family: 'lama_sansbold';
}
.dtl-tab-sec .bullet-panel li:after {
	background-size: 0.9rem;
    position: absolute;
    top: 0.8rem;
    left: 0;
    content: '';
    width: 0.9rem;
    height: 0.9rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E31D1D;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #E31D1D;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
}
.each-onderhoud-block h4 {
    color: #fff;
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block p {
    color: #fff;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.tab-top-area .akker_btn_cls {
	border: 1px solid #fff;
}
.tab-top-area .akker_btn_cls:hover,
.tab-top-area .akker_btn_cls:focus,
.tab-top-area .akker_btn_cls:active {
	border: 1px solid #1eb478;
}
.tab-top-btn {
	max-width: 50.5rem;
}
.aanbod-dtl-prodct-slider {
	background-color: #1E1E1E;
	padding-top: 8rem ;
}
.aanbod-dtl-prodct-slider .product-slider{
	padding-top: 6rem;
}

/*******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{
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.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;
}
.error_page header{
	position: relative;
}
.error_top {
    margin: 3rem;
}
.inkp-form .akker_btn_cls {
	float: right;
    max-width: 24rem;
}
.privacy_section {
    margin-top: 150px;
    margin-bottom: 30px;
}
.online_payment_widget_main_div {
    color: #fff !important;
}
.each-product a:hover {
  color: #fff;
}
.tab-pane iframe {
    height: 1000px;
}
.iframe{
	padding-top: 16.7rem;
}
.iframe iframe{
	height: 3700px;
	overflow: hidden;
}

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

.header-area.stiky .logo {
  width: 150px;
}
.aanbod-banner{
	height: 167px;
	overflow: hidden;
}
.aanbod-banner .banner-content{
	display: none;
}
.inruilen-btn img{
	width: 14px;
}
.inruilen-btn{
	background: #25D366 !important;
	border-color: #25D366 !important;
}
.aanbod-tl-man-info .inner-text{
	max-width: 300px;
}