@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-size: 1.6rem;
    color: #fff;
	font-family: 'LamaSansMedium';
	background-color: #000;
}
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;
}
#page{
	width: calc(100% - 16rem);
  	margin-left: 16rem;
}
/*****************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 ====================================== */
/* ========== header ======= */
.header-area{
	background: rgba(16, 16, 16, 0.40);
	backdrop-filter: blur(10px); 
	height: auto;
	z-index: 99;
}
.header-area .navbar-collapse{
	/*justify-content: space-between;
	padding-right: 10rem;*/
}
.header-area .nav_menu_right_part {
	position: relative;
	top: 0;
	right: 0;
	-webkit-transform: translateY(0);
  	transform: translateY(0);
  	cursor: pointer;
}
.header_inner{
	padding: 1rem 0;
}
.navbar-brand{
	margin: 0;
	background: #000;
  	display: block;
  	margin-top: 2.2rem;
}
.menu-icon{
	margin-left: 0;
}
.menu-icon::after, .menu-icon::before, .menu-icon div {
	width: 26px;
	height: 2px;
  	margin: 6px 0;
	margin-right: 0;
	margin-left: auto;
}
.menu-icon.active:before{
  transform: translateY(8px) rotate(135deg);
}
.menu-icon.active:after {
    transform: translateY(-8px) rotate(-135deg);
}
.m-menu.active .menu-icon::after {
    width: 26px;
}
.menu-icon::after{
	width: 20px;
}
.header-wrap{
	padding-right: 8rem;
}
.fixed-logo{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 16rem;
	z-index: 3;
	background-color: #000;
	text-align: center;
	z-index: 99;
}
.fixed-logo img{
	width: 26px;
	object-fit: contain;
}
.btm-logo{
	position: relative;
	display: flex;
  	justify-content: center;
  	height: 100%;
}
.fixed-logo hr{
	top: 0;
	width: 2px;
	left: 50%;
	height: 100%;
	opacity: 1;
	margin: 0;
	position: absolute;
	background-color: #913274;
	z-index: -1;
}
.navbar-brand img{
	width: 7rem;
	position: relative;
	z-index: 3;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link, .header-area .nav-link {
	font-family: 'LamaSansMedium';
	text-transform: none;
	font-size: 1.8rem;
	line-height: 2.8rem;
	margin: 0 2.5rem;
}
.header-area .akker_btn_cls {
	margin-left: 2.5rem;
	margin-right: 5rem;
}
.menu-items.active {
    width: 30rem;
}
.menu-items a {
    color: #fff;
    text-transform: none;
    font-size: 1.8rem;
	font-family: 'LamaSansMedium';
	text-align: left;
}
.menu-items a::before
{
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0px;
  height: 1px;
  content: '';
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.menu-items a:hover::before
{
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
/* ========== banner ======= */
.banner-sec{
	border-bottom: 2px solid #913274;
}
.banner-arrow img {  
	width: 3rem;
    display: block;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.home-banner{
	position: absolute;
	left: 0;
	bottom: 12rem;
	width: 100%;
	z-index: 5;
}
.home-banner h4{
	margin-top: 1rem;
 	margin-bottom: 3.5rem;
}
.home-banner ul{
	display: flex;
	column-gap: 1rem;
}
.home-banner .color-border-btn {
	border-color: #fff;
}
.down-arrow {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -3rem;
	height: 6rem;
	width: 20rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #913274;
	border-radius: 1rem;
	background: rgba(144, 51, 115, 0.10);
	backdrop-filter: blur(10px);
	z-index: 9;
}
/* ========== product ======= */
.product-sec {
	padding: 10rem 0 6rem;
}
.product-sec a{
	color: inherit;
}
.product-sec h2 {
	margin-bottom: 9.5rem;
}
.product-sec h2 span {
	font-family: 'voxround-semibold';
}
.list-right {
	border-radius: 20px;
	border: 2px solid #838383;
	overflow: hidden;
}
.list-right-content {
	padding: 0 5%;
}
.small-car {
	border-radius: 20px;
	overflow: hidden;
}
.list-right-content h4 {
	font-family: 'LamaSansMedium';
	height: 45px;
  	overflow: hidden;
}
.list-right table {
   margin: 6% 0;
	width: 100%;
}
.list-right tr {
	display: flex;
	justify-content: space-between;
	column-gap: 1rem;
}
.list-right td p {
    color: rgba(255, 255, 255, 0.50);
	line-height: normal;
	margin-bottom: .5rem;
	font-family: 'LamaSansMedium';
}
.list-right td h6 {
    color: #FFF;
    line-height: normal;
	font-family: 'LamaSansMedium';
	font-size: 2.4rem;
}
.list-btm p {
	color: rgba(255, 255, 255, 0.50);
	/*line-height: normal;*/
	font-family: 'LamaSansMedium';
	text-align: end;
}
.list-btm p span {
	color: #fff;
	font-size: 2.4rem;
}
.product-btn {
	margin-top: 6rem;
}
.product-sec .common-wrap > .row {
    margin-bottom: 3.5rem;
}
/* ========== service-sec ======= */
.service-sec{
	background-color: #222222;
	padding: 12rem 0 4rem;
}
.service-sec p{
	color: #fff;
}
.service-sec .swiper-wrapper {
    align-items: center;
}
.heading{
	text-align: center;
	margin-bottom: 2rem;
}
.each-slider{
	position: relative;
}
.each-slider-content{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 3rem 6%;
	max-width: 40rem;
	z-index: 3;
}
.each-slider-content h3{
	color: #fff;
	font-family: 'LamaSansMedium';
}
.each-slider-content p{
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 1.5rem 0 3rem;
    display: none;
}
.each-slider-content .akker_btn_cls{
	display: none;
}
.service-sec .swiper{
  	padding: 5rem 0;
}
.service-sec .swiper-slide .each-slider{
  	margin: 2rem 0;
  	transition: all 0.7s;
  	-webkit-transition: all 0.7s;
}
.service-sec .swiper-slide-active .each-slider{
  	margin: -4rem;
}
.service-sec .swiper-slide-active{
	z-index: 2;
}
.service-sec .swiper-slide-active .each-slider-content .akker_btn_cls {
	display: block;
}
.service-sec .swiper-slide-active .each-slider-content p{
	display: block;
	display: -webkit-box;
}
.service-sec .swiper-slide-active .each-slider::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, 
	rgba(0, 0, 0, 0.60) 0%, 
	rgba(0, 0, 0, 0.60) 100%);
	content: "";
}
.service-sec .text-center .akker_btn_cls{
    background-color: #101010;
}
.service-sec .common-arrow{
	border: 2px solid #fff;
	height: 6.9rem;
	width: 4.5rem;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-sec .swiper-button-next, .list-car-slider .swiper-button-next, .overons-man-slider .swiper-button-next{
	right: -6.7rem;
}
.service-sec .swiper-button-prev, .list-car-slider .swiper-button-prev, .overons-man-slider .swiper-button-prev {
    left: -6.7rem;
}
.each-slider {
	border-radius: 2rem;
    overflow: hidden;
}
/* ========== about-sec ======= */
.about-sec{
	padding: 9.5rem 0 16rem;
	border-bottom: 2px solid #913274;
}
.about-sec-left p{
	margin: 5rem 0 3rem;
}
.about-sec-left{
	max-width: 49rem;
	padding-right: 2rem;
}
.about-sec-righ img{
	border-radius: 2rem 0 0 2rem;
    overflow: hidden;
}
.about-background {
	position: absolute;
	z-index: -1;
	top: 19rem;
	left: 27%;
	width: 64%;
	height: calc(100% - 19rem);
}
.about-background img{
	height: 100%;
	object-fit: cover;
}
.about-righ-content{
	position: absolute;
	top: 8rem;
	left: -12rem;
	background: rgba(255, 255, 255, 0.20);
	padding: 2.5rem;
	border-radius: 1rem;
}
.about-righ-content h3{
	text-transform: uppercase;
}
.about-righ-content h3 {
	font-family: 'voxround-mediumuploaded_file';
	letter-spacing: 1.28px;
	line-height: 37px;
}
.about-righ-content h3 span {
	font-family: 'VoxRound-Bold';
}
/* ========== home-mid ======= */
.home-mid{
	margin-top: -10rem;
  	padding-bottom: 10rem;
}
.home-mid ul {
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.home-mid li {
	color: #fff;
	font-family: 'LamaSansMedium';
	font-size: 1.8rem;
	line-height: normal;
	letter-spacing: 0.18px;
	position: relative;
	padding-left: 4rem;
}
.home-mid li::after {
    position: absolute;
  	content: "";
	background-image: url(../images/star.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	left: 0;
	top: -1.5px;
	height: 2.6rem;
	width: 2.6rem;
}
/* ========== google-review ======= */
.google-review img {
	width: 100%;
}
.google-review {
    padding: 9rem 0 12rem;
}
/* ========== footer ======= */
.footer-area {
	padding-bottom: 3rem;
}
.footer-area iframe{
	display:none;
}
.footer-top hr {
	background-color: #913274;
	height: 2px;
	margin-top: 0;
	margin-bottom: 8rem;
	opacity: 1;
}
.footer-logo {
	margin-bottom: 2.5rem;
}
.footer-logo img {
	width: 26.6rem;
}
.footer-left p {
	line-height: 25.28px;
	letter-spacing: 0.32px;
}
.footer-social {
	margin: 6.5rem 0 9.5rem;
}
.footer-social a:first-child {
	margin-left: 5rem;
}
.footer-social a {
	margin-left: 2.8rem;
}
.footer-btm-logo a {
	margin-right: 2.5rem;
}
.footer-right {
	margin-top: 5.5rem;
}
.each-footer-right h6 {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'LamaSansMedium';
	font-size: 1.8rem;
	line-height: 25.29px;
	letter-spacing: 0.18px;
	margin-bottom: 3.5rem;
}
.each-footer-right p {
	line-height: 25.28px;	
	letter-spacing: 0.32px;
}
.each-footer-right p span {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'lamasans-bold';
}
.each-footer-right p strong {
	color: rgba(255, 255, 255, 0.50);
	font-weight: normal;
}
.each-footer-right span {
	line-height: 25.28px;
	letter-spacing: 0.32px;
	font-family: 'lamasans-regular';
}
.each-footer-right a {
	line-height: 25.28px;
	letter-spacing: 0.32px;
	font-family: 'lamasans-regular';
}
.each-footer-right a:hover {
	text-decoration: underline;
	color: #fff;
}
.footer-btm hr {
	background-color: #903373;
	height: 2px;
	margin: 5.5rem 0 1.5rem;
	opacity: 1;
}
.footer-btm a {
	font-family: 'lamasans-regular';
	font-size: 1.3rem;
	line-height: 15.8px;
	letter-spacing: 0.2px;
}
.footer-btm a:hover {
	color: #fff;
	text-decoration: underline;
}
/* ================================= aanbod-list ====================================== */
/* ========== aanbod-banner ======= */
.aanbod-banner{
	position: relative;
	border-bottom: 2px solid #913274;
}
.aanbod-banner .home-banner{
	bottom: auto !important;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 90px;
}
/* ========== filter-sec ======= */
.filter-sec{
	padding-top: 4.5rem;
    position: relative;
    z-index: 5;
}
.filter-sec h4 {
	font-family: 'voxround-regular';
	margin-bottom: 4rem;
}
.filter-sec h4 span {
	font-family: 'voxround-semibold';
}
.select-style {
    width: 100%;
    color: #fff;
    background-color: transparent;
    font-size: 1.8rem;
    border: 2px solid #fff;
    appearance: none;
    -webkit-appearance: none;
    padding: 1.5rem .5rem;
    cursor: pointer;
    text-align: center;
	font-family: 'LamaSansMedium';
	border-radius: 10px;
}
.select-style:focus ,
.select-style:hover{
    background-color: #808080;
    border-color: #808080;
}
.select-style option{
	background-color: #000;
	font-family: arial;
}
.filter-sec .col-lg-3{
    width: 17%;
}
.filter-sec .offset-lg-9{
  margin-left: 15%;
}
.aanbod-product{
	padding-bottom: 10rem;
}
/* ========== aanbod-mid ======= */
.aanbod-mid {
	background-color: #222;
	padding: 9rem 0 10rem;
}
.aanbod-mid h3 {
	font-family: 'LamaSansMedium';
}
.aanbod-mid .common-bg{
	border-radius: 20px;
}
.aanbod-mid .position-relative:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(5px);
	border-radius: 10px;
}
.aanbod-mid p, .aanbod-mid .akker_btn_cls{
  	position: relative;
  	z-index: 1;
}
.aanbod-mid p{
  	margin-bottom: 3.5rem;
}
/* ========== aanbod-service-sec ======= */
.aanbod-service-sec {
	background-color: #000;
	padding-bottom: 0 !important;
}
.aanbod-service-sec.service-sec .swiper-slide-active .each-slider::after {
	display: none;
}
.aanbod-service-sec h2 {
	letter-spacing: 0.4px;
}
/* ================================= diensten-list ====================================== */
/* ========== diesten-list ======= */
.diesten-list{
	border-bottom: 2px solid #913274;
	padding-top: 14rem;
}
.diesten-list-left li a {
	margin-top: 2rem;
	font-family: 'lamasans-regular';
	display: block;
	color: rgba(255, 255, 255, 0.5);
	font-size: 2.4rem;
	display: inline-block;
}
.diesten-list-left li a:hover {
	color: #fff;
}
.diesten-list-left li a:active, 
.diesten-list-left li a:focus, 
.diesten-list-left li a:hover {
	color: #fff;
}
.diesten-list-right{
	border-left: 2px solid #913274;
	padding-bottom: 4rem;
}
.diesten-list-right-img img {
	border-radius: 2rem;
	overflow: hidden;
}
.diesten-list-right-img{
	padding-left: 4rem;
}
.diesten-list-right-content {
	padding-left: 4rem;
	word-break: break-word;
}
.diesten-list-right-content p {
	margin-top: 2rem;
}
.diesten-list-right-content p, .diesten-list-right-content h2{
	color: #fff;
}
.diesten-list-right >.row{
	padding: 5.2rem 0;
	position: relative;
}
.diesten-list-right >.row::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background-color: #913274;
	height: 2px;
	width: 100%;
	max-width: 20rem;
}
.diesten-list-right >.row.flex-row-reverse .diesten-list-right-content{
	text-align: right;
	margin-left: auto;
	right: 0;
}
.diesten-list-right >.row:last-child:after{
	display: none;
}
/* ================================= vacatures-list ====================================== */
/* ========== vacatures-list-sec ======= */
.vacatures-list-img img{
	border-radius: 2rem 0 0 2rem;
}
.vacatures-list-content{
	max-width: 51rem;
	padding-right: 2rem;
	padding-top: 7rem !important;
}
.vacatures-list-content p{
	margin: 5rem 0;
}
.diensten-dtl .container-fluid{
	padding-top: 3rem;
	padding-bottom: 9rem;
}
.subpg-middle{
	background: #222;
	padding-top: 9rem;
	padding-bottom: 9rem;
}
.subpg-middle .vacatures-list-img img{
	border-radius: 0 2rem 2rem 0;
}
.subpg-middle .vacatures-list-content{
	padding-left: 9rem;
	padding-right: 0;
}
.vacatures-list-content p, .vacatures-list-content h2{
	color: #fff;
}
/* ================================= werkplaats-detail ====================================== */
/* ========== back-btn ======= */
.back-btn {
	position: relative;
	top: 9.5rem;
	left: 0;
	z-index: 9;
}
/* ========== werkplaats-dtl ======= */
.werkplaats-dtl-content{
	padding-left: 9rem;
	margin-top: 4rem;
}
.werkplaats-dtl-content ul{
	margin-top: 5rem;
	max-width: 51rem;
}
.werkplaats-dtl-content li{
	position: relative;
	padding-left: 2rem;
}
.werkplaats-dtl-content li::after{
	position: absolute;
	left: 0;
	top: .2rem;
	background-image: url(../images/dot.svg);
	background-position: center;
	width: 2rem;
	height: 2rem;
	background-size: cover;
	content: "";
}
/* ========== form-sec ======= */
.form-sec {
	background-color: #222222;
	padding: 4rem 0 9rem;
}
.form-sec h2 {
	margin-bottom: 7rem;
}
.each-form-left {
	margin-bottom: 3.5rem;
}
.each-form-left h6 {
	font-size: 1.6rem;
	font-family: 'lamasans-bold';
}
.each-form-left h6 span {
	font-family: 'lamasans-semibold';
}
.each-form-left span {
	line-height: 25.28px;
	letter-spacing: 0.32px;
	font-family: 'lamasans-regular';
}
.each-form-left a {
    font-family: 'lamasans-regular';
}
.each-form-left a:hover {
    text-decoration: underline;
    color: #fff;
}
.each-form-left a,
.each-form-left h6,
.each-form-left p {
	line-height: 25.28px;
    letter-spacing: 0.32px;
}
.form-styl {
    background-color: transparent;
    color: #fff;
    font-size: 1.8rem;
	padding: 1.6rem 2.8rem;
	border-radius: 10px;
	border: 2px solid #903373; 
    box-shadow: none;
    resize: none;
	margin-bottom: 1.8rem;
	font-family: 'LamaSansMedium';
}
.form-right textarea.form-control{
	min-height: 16.5rem;
}
.form-styl:focus{
	box-shadow: none;
	background-color: transparent;
    color: #fff;
	border: 2px solid #903373; 
}
.form-styl:placeholder {
	color: #fff;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.form-styl::placeholder {
	color: #fff;
	opacity: 1;
}
.form-btn {
	text-align: end;
	margin-top: 3rem;
}
/* ================================= diensten-detail ====================================== */
/* ========== diensten-dtl ======= */
.diensten-dtl .werkplaats-dtl-content p {
	margin-top: 7rem;
	max-width: 500px;
}
/* ========== form-sec ======= */
.Bestand-btn {
    position: relative;
}
.Bestand-btn .akker_btn_cls {
    position: absolute;
    right: 0;
	background-color: #8B8B8E;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 1rem;
    margin-top: 0;
    padding: 1rem 2rem;
}
.Bestand-btn .akker_btn_cls:hover {
	background-color: #000;
}
/* ================================= popup ====================================== */
.modal-area .modal-dialog {
    max-width: 53%;
    margin: 9% auto 0;
}
.modal-area .modal {
    background: rgba(18, 18, 18, 0.70);
}
.popup-logo {
	margin-bottom: 5rem;
}
.popup-logo img {
	width: 26.6rem;
}
.modal-area .modal-content{
    background-color: #222222;
    position: relative;
    padding: 6rem ;
    border-radius: 20px;
}
.modal-area .modal-content p{
    margin: 5.2rem 0 8.2rem;
	max-width: 59rem;
}
.modal-area .popup-content .akker_btn_cls {
	background-color: #101010;
	border-color: #101010;
}
.modal-area .popup-content .akker_btn_cls:hover {
	background-color: #fff;
	border-color: #fff;
	color: #101010;
}
.close-img{
    position: absolute;
    right: 3rem;
    top: 2rem;
    font-size: 3rem;
	font-family: 'LamaSansMedium';
	color: #fff !important;
}
/* ================================= contact ====================================== */
/* ========== map-area ======= */
.contact-map-image {
    height: 60rem;
}
/* ========== contact-mid ======= */
.contact-mid {
	padding: 13rem 0;
}
.contact-mid h2 {
	margin-bottom: 10rem;
}
.each-contact-mid h3 {
	font-family: 'voxround-regular';
	text-transform: uppercase;
}
.each-contact-mid h4 {
	font-family: 'lamasans-bold';
}
.each-contact-mid a,
.each-contact-mid span,
.each-contact-mid p {
	font-size: 2.4rem;
	font-family: 'lamasans-regular';
}
.each-contact-mid a:hover {
	color: #fff;
	text-decoration: underline;
}
.each-contact-mid h4,
.each-contact-mid a,
.each-contact-mid span,
.each-contact-mid p {
	line-height: 37.92px;
	letter-spacing: 0.48px;
}
.each-contact-mid h3 {
	margin-bottom: 7.5rem;
}
/* ========== contact-form-sec ======= */
.contact-form-sec {
	padding-top: 10rem;
}
/* ========== contact-about-sec ======= */
.contact-about-sec .about-sec-left  h2 {
	margin-bottom: 26rem;
	margin-top: 4rem;
}
/* ================================= overons ====================================== */
/* ========== overons-top ======= */
.overons-top{
	position: relative;
}
.overons-top-content h2{
	margin-bottom: 3rem;
}
.overons-top-content{
	width: 100%;
	max-width: 80rem;
	margin: 0 auto;
	text-align: center;
	padding: 16rem 0;
}
.overons-top-bg-img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	max-width: 99rem;
	width: 100%;
}
/* ========== counter-sec ======= */
.counter-sec{
	width: 100%;
	margin: 0 auto -6rem;
	position: relative;
	z-index: 2;
}
.ecah-counter h6{
	font-size: 4.5rem;
    font-family: 'voxround-regular';
    text-align: center;
}
.ecah-counter{
	border: 2px solid #903373;
	background: #101010;
	padding: 2rem 1.2rem;
	border-radius: 2rem;
}
.ecah-counter .row{
	flex-direction: row-reverse;
}
.ecah-counter h4{
	 font-family: 'lamasans-bold';
}
.counter-sec .row{
	max-width: 1270px;
	margin: auto;
}
/* ========== overons-mid ======= */
.overons-mid{
	border-top: 2px solid #903373;
	background-color: #222222;
	padding-left: 2rem;
	padding-top: 22rem;
	position: relative;
	z-index: 0;
}
.overons-mid::after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 16rem;
	width: 100%;
	content: "";
	background-color: #000;
	z-index: -1;
}
.overons-mid-left h5 span{
	color: #fff;
}
.overons-mid-left h5{
	font-size: 9.5rem;
    font-family: 'VoxRound-Bold';
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    line-height: 90.24px;
    letter-spacing: 0.96px;
}
.overons-mid-left p{
	max-width: 75rem;
	padding-right: 5rem;
	margin-top: 4rem;
}
.overons-mid-left{
	/*display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;*/
}
.overons-mid-left .home-mid ul{
	max-width: 72rem;
}
.overons-mid-right img{
	border-radius: 2rem 0 0 2rem;
}
.overons-mid .home-mid ul{
	max-width: 700px;
	position: relative;
  	top: 4rem;
}
.overons-mid-top{
	padding-bottom: 24rem;
}
.overons-mid .home-mid{
	margin-top: -15rem;
}
/* ========== overons-man-slider ======= */
.each-man-slider-img {
	border-radius: 3rem;
	position: relative;
	overflow: hidden;
}
.slider-man-name{
	text-align: center;
	padding-top: 2.5rem;
	color: #fff;
}
.slider-man-name h4{
	font-family: 'LamaSansMedium';
}
.slider-man-name p{
	color: rgba(255, 255, 255, 0.50);
	font-family: 'lama_sansregular_italic';
	font-style: italic;
	margin-top: 1rem;
}
.each-man-slider-content{
	color: #fff;
	text-align: center;
	padding: 2rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	opacity: 0;
	z-index: 2;
	visibility:hidden; 
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-man-slider-img::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	content: "";
	background: linear-gradient(0deg, rgba(144, 51, 115, 0.77) 0%, rgba(144, 51, 115, 0.77) 100%);
	transition: all 0.5s;
}
.social-icon img{
	width: 2.5rem;
}
.social-icon{
	display: flex;
	column-gap: 2rem;
	justify-content: center;
	margin-top: 3rem;
}
.each-man-slider:hover .each-man-slider-img::after{
	height: 100%;
}
.each-man-slider:hover .each-man-slider-content{
	opacity: 1;
	visibility:visible ;
}
.overons-man-slider{
	padding: 13rem 0 7rem;
}
.overons-man-slider .common-arrow {
    top: 40%;
    border: 2px solid #fff;
    height: 6.9rem;
    width: 4.5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overons-man-slider .heading h2{
	font-family: 'voxround-mediumuploaded_file';
	margin-bottom: 1.5rem;
}
.overons-man-slider .heading{
	margin-bottom: 6rem;
}
/* ================================= aanbod-detail ====================================== */
/* ========== aanbod-back ======= */
.aanbod-back{
	padding-left: 1rem;
	padding-top: 11rem;
}
/* ========== aanbod-dtl-slider ======= */
.aanbod-dtl-slider{
	padding-left: 1rem;
	padding-top: 4rem;
	position: relative;
	border-bottom: 2px solid #913274;
}
.aanbod-dtl-slider-top h5{
	font-family: 'lamasans-semibold';
	font-size: 2rem;
	color: rgba(255, 255, 255, 0.50);
	margin: 1.3rem 0;
}
/*.aanbod-dtl-slider .col-9{
	width: 69%;
}
.aanbod-dtl-slider .col-3{
	width: 31%;
}*/
.aanbod-dtl-slider-left{
	margin-right: 1rem;
}
.aanbod-dtl-slider-right .swiper-wrapper{
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.aanbod-dtl-slider-right .swiper-slide{
	height: 35% !important;
	padding-right: 2rem;
}
.slider-each-car{
	height: 100%;
}
.slider-each-car img, .slider-each-car{
	border-radius: 1rem;
}
.aanbod-dtl-slider-left .swiper-button-next {
	transform: rotate(-90deg);
}
.aanbod-dtl-slider-left .swiper-button-prev {
	transform: rotate(90deg);
}
.aanbod-dtl-slider-right .swiper-slide img{
	height: 100%;
	object-fit: cover;
}
.swiper-scrollbar {
	background: rgba(255, 255, 255, 0.40);
}
.swiper-scrollbar-drag{
	background-color: #fff;
	width: 3px;
	left: -.16px;
}
.aanbod-dtl-slider-right .swiper-slide-next + .swiper-slide::after{
	/*position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 96.49%);*/
}
.aanbod-dtl-slider-right{
	position: relative;
}
.aanbod-dtl-slider-right:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100px;
	width: calc(100% - 2rem);
	content: "";
	background: url(../images/slider-gradient.png) no-repeat bottom;
	background-size: 100% 100%;
	z-index: 2;
}
.aanbod-dtl-slider-right .swiper-scrollbar{
	width: 2px;
	height: 100%;
}
.aanbod-dtl-slider .common-arrow img{
	width: 3rem;
}
.aanbod-dtl-slider-right .swiper-button-next, .aanbod-dtl-slider-right .swiper-button-prev{
	left: 50%;
	transform: translateX(-50%);
	bottom: -4rem;
	top: auto;
}
.aanbod-dtl-slider-right .swiper-button-prev{
	bottom: auto;
	top: -2rem;
	transform: translateX(-50%) rotate(180deg);
}
.aanbod-dtl-slider-btm{
	padding: 7rem 0;
}
.aanbod-dtl-slider-btm .col-9{
	padding-right: 5%;
}
.aanbod-dtl-slider-btm table{
	width: 100%;
}
.aanbod-dtl-slider-btm tr{
	display: flex;
	column-gap: 1rem;
	justify-content: space-between;
	padding-bottom: 7rem;
}
.aanbod-dtl-slider-btm td{
	display: inline-flex;
	align-items: center;
	column-gap: 2rem;
}
.aanbod-dtl-slider-btm td h4 {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'lamasans-semibold';
}
.aanbod-dtl-price h2{
	font-family: 'lamasans-bold';
}
.aanbod-dtl-slider-btm .col-3 h2{
	margin-bottom: 2rem;
}
.aanbod-dtl-price h4{
	font-family: 'lamasans-semibold';
	margin-top: 1rem;
	color: #828282;
}
.aanbod-dtl-price h4 span{
	font-family: 'lamasans-semibold';
	color: #903373;
}
.aanbod-dtl-price ul{
	display: flex;
	column-gap: 1.3rem;
	justify-content: left;
}
.aanbod-dtl-price .akker_btn_cls {
	padding: 1.6rem 1.8rem;
}
.each-dtl-right span,
.each-dtl-right a {
	font-family: 'lamasans-regular';
	font-size: 1.8rem;
	letter-spacing: 0.36px;
	display: block;
}
.each-dtl-right a:hover {
	color: #fff;
	text-decoration: underline;
}
.each-dtl-right br{
	display: none;
}
.each-dtl-right a{
	margin-bottom: 2rem;
}
.aanbod-dtl-slider-top{
	margin: 1rem 0 2rem;
}
.table-wrap{
	padding-right: 4rem;
}
/* ========== dtl-tab-sec ======= */
/***tab-section***/
.dtl-tab-sec{
	background-color: #222222;
	padding: 5.5rem 0 8.5rem;
}
.dtl-tab-sec .tab-btn{
	margin-bottom: 7.5rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 2px solid #fff;
    background-color: transparent;
	text-transform: none;
    color: #fff;
	padding: 1.6rem 2.8rem;    
    letter-spacing: normal;
	border-radius: 10px;
	width: 100%;
    max-width: max-content;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'LamaSansMedium';
	font-size: 1.8rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
	margin-bottom: 1rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child{
	margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.tab-btn .nav-tabs .nav-item .nav-link.active {
	background-color: #808080;
	border-color: #808080;
	color: #fff;
}
/***tab-content***/
.each-Kenmerken {
    border: 0;
    margin-bottom: 7rem;
}
.tab-content .col-lg-3 {
    width: 16%;
}
.each-Kenmerken h6 {
	font-size: 1.7rem;
	color: rgba(255, 255, 255, 0.50);
	font-family: 'LamaSansMedium';
}
.each-Kenmerken h4 {
	font-family: 'LamaSansMedium';
	word-break: break-word;
}
.bullet-panel h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
    margin-bottom: 1rem;
    font-family: 'lamasans-regular';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: cover;
    position: absolute;
    top: 0.8rem;
    left: 0;
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
#aanbod-home .row {
	margin-bottom: -7rem;
}
/* ========== list-car-slider ======= */
.list-car-slider{
	padding: 10rem 0;
	padding-left: 2rem;
	background-color: #000;
	border-bottom: 2px solid #913274;
	border-top: 2px solid #913274;
}
.list-car-slider .heading{
	margin-bottom: 6rem;
}
.list-car-img{
	padding: 1rem ;
}
.list-each-car{
	background-color: #222;
	border-radius: 2rem;
	color:#fff;
}
.list-car-img img{
	border-radius: 1rem;
	overflow: hidden;
}
.list-car-content{
	padding: 2rem 1.5rem 0;
}
.list-car-content h4 {
	font-family: 'lamasans-bold';
/*	height: 53px;*/
	overflow: hidden;
	margin-bottom: 1rem;
}
.list-car-content table{
	width: 100%;
	border-bottom: 1px solid #F2F2F2;
	margin-top: 3rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.list-car-content td{
	display: inline-block;
	width: 49%;
	margin-bottom: 2.5rem;
	color: rgba(255, 255, 255, 0.50);
	font-family: 'lamasans-semibold';
}
.list-car-content td img{
	width:2.4rem;
	margin-right: .75rem;
}
.list-car-content-btm p,
.list-car-content p{
	font-family: 'lamasans-semibold';
	color: rgba(255, 255, 255, 0.5);
}
.list-car-content p {
	height: 50px;
	overflow: hidden;
}
.list-car-content-btm p span{
	color: #903373;
}
.list-car-content-btm h6{
	font-size: 1.8rem;
	opacity: 0;
	color: #101010;
	font-family: 'LamaSansMedium';
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.list-car-content-btm {
	padding: 2rem 1.5rem 2rem;
	border-radius: 0 0 2rem 2rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.list-car-content-btm h4{
	font-family: 'lamasans-bold';
	margin-bottom: .5rem;
}
.list-each-car:hover .list-car-content-btm{
	background-color: #fff;
}
.list-each-car:hover .list-car-content-btm h6{
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.list-each-car:hover .list-car-content-btm h4,
.list-each-car:hover .list-car-content-btm p{
	color: #1c1c1c;
}
.list-each-car:hover .list-car-content table{
	border-color:#222;
}
.list-car-slider .swiper-button-next {
    right: -6.7rem;
}
.list-car-slider .swiper-button-prev {
    left:-6.7rem;
}
.list-car-slider .common-arrow {
    border: 2px solid #fff;
    height: 6.9rem;
    width: 4.5rem;
    border-radius: 1rem;
}
.list-car-slider-btn {
	margin-top: 5.8rem;
}
.aanbod-dtl-slider-btm .col-md-4 .akker_btn_cls{
	max-width: 11rem;
	display: block;
  	margin-bottom: 1rem;
}
/*============vacature=============*/
.each-vacature .vacatures-list-content{
	max-width: 70rem;
  	padding-left: calc(14% + .75rem);
  	padding-right: 10%;
  	margin: 0 !important;
}
.each-vacature .vacatures-list-img{
	padding-left: calc(14% + .75rem);
}
.each-vacature:nth-child(even) .vacatures-list-img img{
	border-radius: 20px;
}
.each-vacature{
	padding: 9rem 0;
}
.each-vacature:nth-child(even){
	background: #222;
	border-top: 2px solid #903373;
}
.vacture-list-pg, .dtl-form{
	border-bottom: 2px solid #903373;
}
.swiper-no-swiping .swiper-wrapper{
	justify-content: center;
}
.privacy_section{
	padding: 10rem 0 4rem;
}
.verkocht-sec .list-car-content table{
	border-bottom: 0;
}
/*******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;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}
.star_icon {
	width: 50%;
}
.star_icon p img{
	width: 15px;
	margin-top: -3px;
	margin-right: 5px;
}
.star_icon p{
	padding-bottom: 6px;
	word-break: break-word;
}
.photo_contnt li img{
	width: 15px;
	margin-left: 5px;
}
.star_icon h3 {
	margin: 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;
} 
.form-2 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
} 
.overons-man-slider .each-man-slider {
	cursor: pointer;
}
.aanbod-dtl-slider-left, .aanbod-dtl-slider-right {
  	cursor: pointer;
}
.acties-left-content {
 	padding-top: 9rem;
}
.star_part {
	position: fixed;
	right: 0;
	bottom: 25%;
	z-index: 999999;
	text-align: right;
}
.workplates-form iframe {
	width:100%; 
	height: 900px;
}
.error_top {
  	margin-top: 10rem;
}
.menu-navigation .active a::before {
  	width: 100%;
}
.header-area .nav-link.active:before {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s
}
.feature-block a.w-100{
	background: #1f1f1f;
	border-radius: 10px;
	padding: 24px 15px;
}
.feature-block span {
	font-family: 'lamasans-regular';
	font-size: 1.8rem;
	text-transform: uppercase;
	opacity: .5;
	height: 50px;
  	margin-bottom: 40px;
}
.feature-block .w-50{
	height: 130px;
}
.feature-block .w-50 img{
	object-fit: cover;
}
.pdf-download h4{
	font-family: 'LamaSansMedium';
	word-break: break-word;
}