@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'lama_sansregular';
    font-size: 16px;
    color: #1c1c1c;
}
html {
    font-size: 62.5%;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*************side area**********/
.mini-right-nav li{
    margin: 0 0 5px;
    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(30, 30, 30, 0.4);
	border-radius: 1rem;
}
.mini-right-nav span {
    font-family: 'lama_sansregular';
	font-size:0px;
    bottom: 0;
    right: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	z-index:-1;
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 60px);
	border-radius: 1rem;
	content: '';
	background-color: #1e1e1e;
	height: 60px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	z-index: -1; 
}
.mini-right-nav .navtext:hover span{ 
	width:auto;
	overflow:visible;
	opacity:1;
	padding: 0 30px 0 60px;
	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 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: 9;
	right: 10px;
}
/***header*****/
.header-area {
    position: absolute;
    height: auto;
    padding: 2rem 0;
    z-index: 99;
}
.header-area .navbar-brand{
	margin: 0;
}
.header-area .navbar-brand img {
    width: 22.3rem;
}
.header-area .navbar-expand-lg {
	padding: 0;
}
.header-area .navbar-expand-lg .navbar-nav {
	margin-top: 0;
	align-items: center;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link, 
.header-area .nav-link,
.menu-items a{
	font-family: 'lama_sansmedium';
	font-size: 1.8rem;
	letter-spacing: .05rem;
	text-transform: none;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link:hover, 
.header-area .nav-link:hover,
.menu-items a:hover {
	color: #B82C1F;
}
.header-area .nav-link::before {
	background-color: #B82C1F;
}
.header-area .nav-item{
	margin: 0 2rem;
}
.menu-icon{
    margin-left: 0;
    margin-top: -4px;
	width: 2.5rem;
}
.menu-icon:after, .menu-icon:before, .menu-icon div {
	margin: 0.4rem;
}
.menu-icon.active:after {
	transform: translateY(-8px) rotate(-135deg);
}
.menu-items ul{
    text-align: left;
}
.header-area .nav_menu_right_part{
    position: relative;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header_inner{
    padding: 0;
}
.nav_menu_right_part.active a.menu-word{
    opacity: 0;
}
.menu-navigation {
    padding: 15rem 3rem 3rem;
}
.menu-items.active{
	width: 40rem; /*30rem*/
}
.menu-items a:hover{
	color: #B82C1F;
}
.header-area .akker_btn_cls {
	min-width: 21.8rem;
}
/*****banner-sec****/
.banner-sec {
	position: relative;
}
.banner-sec .swiper-pagination {
	text-align: right;
	padding: 0 7%;
	padding-bottom: 6rem;
}
.banner-sec .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: .43;
    margin: 0 12px !important;
    position: relative;
}
.banner-sec .swiper-pagination-bullet-active {
    opacity: 1;
}
.banner-sec .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%;
}
.banner-content {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.banner-content h1 {
	margin-bottom: 5.5rem;
}
.select-style {
    width: 100%;
    height: 5.7rem;
    color: #121212;
	font-family: 'lama_sansregular';
    font-size: 1.4rem;
    border: 1px solid #BCBCBC;
	border-radius: 0.5rem;
    padding: 0 2.5rem;
    background: url(../images/down-arrow.svg) #fff no-repeat 92% center/10px;
    appearance: none;
	text-transform: uppercase;
    line-height: 5.4rem;
}
.select-style option{
	font-family: arial;
}
.filter-main {
	max-width: 67.2rem;
	width: 100%;
	border-radius: 2rem;
	background-color: #fff;
	padding: 2rem;
}
.filter-main .akker_btn_cls {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.filter-outer li.active .select-style{
	opacity: 1;
}
.product-dtl h4 {
	font-family: 'lama_sansregular';
}
/****product-sec*****/
.product-sec h2 {
	display: inline-block;
	margin-right: 6%;
}
.product-sec .filter-area {
	display: inline-block;
}
.product-other-logo {
	max-width: 31.5rem;
	width: 100%;
	margin-left: auto;
}
.product-other-logo ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-other-logo li {
	display: inline-block;
	margin-left: 1.5rem;
}
.product-sec .filter-main {
	max-width: 100%;
	padding: 0;
	background-color: transparent;
}
.filter-outer .filter-main ul {
	display: flex;
	align-items: center;
}
.filter-outer .filter-main li {
    display: inline-block;
    vertical-align: top;
    padding: 0 2rem;
}
.filter-outer .select-style {
	height: auto;
	padding: 0;
	border: 0;
	color: #fff;
	opacity: 0.63;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	text-transform: none;
	padding-right: 4rem;
    background: url(../images/white-down-arrow.svg) #1E1E1E no-repeat 92%
}
.filter-outer {
	border-bottom: 1px solid rgba(255, 255, 255, 0.75);
	padding-bottom: 4%;
	margin-bottom: 8%;
}
.filter-outer .filter-main button {
	background-color: #fff;
	padding: 0;
	box-shadow: none;
	background-color: transparent;
	border: 0;
}
.filter-outer li.active .select-styl {
	opacity: 1;
}
.product-sec{
	background-color: #1E1E1E;
	padding: 7% 0 5%;
}
.product-slider {
	position: relative;
	padding-top: 4rem;
}
.product-slider .common-arrow {
	top: 0;
}
.product-slider .swiper-button-next {
	right: 0;
}
.product-slider .swiper-button-prev {
	left: auto;
	right: 5rem;
}
.product-img {
	border-radius: 1rem 1rem 0 0;
	overflow: hidden;
}
.product-dtl {
	padding: 2.5rem 0;
}
.product-dtl h4 {
	margin-bottom: 1rem;
}
.product-dtl h4 span {
	font-family: 'moderatextended_bold';
}
.product-dtl h6 span {
	margin-bottom: 2rem;
	display: block;
	height: 38px;
	overflow: hidden;
}
.product-dtl table {
	width: 100%;
}
.product-view {
	font-family: 'lama_sansregular';
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.6rem;
	padding-right: 2rem;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-view::after {
	content: '';
	height: 12px;
	width: 12px;
	background-image: url(../images/product-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	filter: brightness(10);
	-webkit-filter: brightness(10);
	opacity: 0.5;
}
.product-view:hover::after {
	filter: brightness(1);
	-webkit-filter: brightness(1);
	opacity: 1;
}
.product-view:hover{
	color: #712828;
}
.product-btn .akker_btn_cls {
	margin-top: 5%;
	border-radius: 0.5rem;
}
/****service-sec*****/
.service-sec {
	padding: 4.5rem 0;
}
.service-content h2 {
	color: #121212;
}
.service-content p {
	color: #121212;
	margin: 15% 0;
}
.each-service {
	position: relative;
	padding: 0 1rem;
	overflow: hidden;
}
.each-service-img {
	border-radius: 2rem;
	overflow: hidden;
}
.each-service-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-img:hover img {
	transform: scale(1.1);
}
.service-content  {
	max-width: 48rem;
	margin: 0 auto;
}
.each-service-text {
	position: absolute;
	bottom: 0;
	padding: 4rem;
	width: 100%;
}
.each-service-text h4 {
	font-family: 'lama_sansregular';
	margin-bottom: 1.5rem;
}
.service-wrap:not(:last-child) {
	margin-bottom: 7rem;
}
/***model-sec***/
.model-sec {
	background-color: #1E1E1E;
	padding: 8% 0 7%;
	overflow: hidden;
}
.model-slider {
	margin-right: -30%;
}
.model-slider-wrap {
	padding-top: 9.5rem;
	position: relative;
}
.model-slider-wrap .common-arrow {
	top: 0;
}
.model-slider-wrap .swiper-button-next {
	right: 0;
}
.model-slider-wrap .swiper-button-prev {
	right: 5rem;
	left: auto;
}
.each-model-img {
	border-radius: 2rem;
	overflow: hidden;
}
.each-model-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-model-slide:hover img {
	transform: scale(1.1);
}
.each-model-text .txt-btn {
	color: #fff;
	margin-top: 3rem;
}
/****connect-area****/
.connect-area {
	padding: 6% 0;
}
.connect-area h2 {
	font-size: 4rem;
	font-family: 'lama_sansregular';
	color: #1E1E1E;
}
.connect-area .akker_btn_cls {
	border-color: #121212;
	color: #121212;
}
.connect-area .akker_btn_cls:hover {
	border-color:  #B82C1F;
	color: #fff;
}
/***about-sec****/
.about-sec {
	background-color: #1E1E1E;
	padding: 8rem 0;
}
.about-text {
	padding-right: 3rem;
	max-width: 52rem;
}
.about-text p {
	margin: 8% 0 17%;
}
.each-counter-img {
	overflow: hidden;
	border-radius: 2rem;
}
.each-counter {
	padding: 1rem;
	position: relative;
	overflow: hidden;
}
.each-counter-text {
	position: absolute;
	bottom: 0;
	padding: 3rem;
}
.each-counter-text h4 {
	margin-bottom: 2rem;
}
.each-counter img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-counter:hover img {
	transform: scale(1.1);
}
.about-counter {
	max-width: 86.5rem;
	width: 100%;
	margin-left: auto;
}
/****social-area****/
.social-area { 
	padding: 7% 2.2rem 2.2rem;
}
.social-area h2 {
	color: #121212;
	margin-bottom: 6%;
}
.each-social {
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.each-social-img {
	overflow: hidden;
	border-radius: 2rem;
}
.each-social-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-social:hover .each-social-img img {
	transform: scale(1.1);
}
.each-social-text {
	position: absolute;
	text-align: center;
}
.each-social-text p {
	font-family: 'lama_sanslight';
	margin-top: 2.5rem;
}
.each-social-text img {
	width: 4rem;
}
/****footer-area****/
.footer-area {
	background-color: #1E1E1E;
	padding: 6% 0 3rem;
}
.footer-left h2 {
	font-size: 4.4rem;
}
.footer-left h2 span {
	font-family: 'lama_sansregular';
	font-size: 4rem;
}
.footer-left h3 {
	font-family: 'lama_sansregular';
	margin: 18% 0 9%;
}
.footer-call-mail li {
	display: inline-block;
	margin-right: 4rem;
}
.footer-call-mail li:last-child {
	margin: 0;
}
.footer-call-mail a {
	font-family: 'lama_sansregular';
	font-size: 1.8rem;
}
.footer-call-mail a img {
	margin-right: 1.5rem;
	width: 1.5rem;
	filter: brightness(10);
	-webkit-filter: brightness(10);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-call-mail a:hover {
	color: #B82C1F;
}
.footer-call-mail a:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.footer-social {
	margin-top: 29%;
}
.footer-social li {
	margin-right: 2.2rem;
	display: inline-block;
}
.footer-social li a {
	height: 5.4rem;
	width: 5.4rem;
	background-color: #2F2F2F;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
}
.footer-social li a img {
	width: 1.8rem;
	height: 1.8rem;
	object-fit: contain;
}
.footer-social li a:hover {
	background-color: #B82C1F;
}
.footer-info {
	max-width: 80rem;
	width: 100%;
	margin-left: auto;
	padding-top: 8%;
}
.each-footer-info h4 {
	font-family: 'lama_sansregular';
	margin-bottom: 2.5rem;
}
.each-footer-info {
	margin-bottom: 3.5rem;
}
.each-footer-info li {
	line-height: 1.9;
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
}
.each-footer-info a {
	color: rgba(255, 255, 255, 0.5);
}
.each-footer-info a:hover {
	color: #B82C1F;
}
.each-footer-info p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.6rem;
}
.each-footer-info p span {
	display: block;
	font-family: 'moderatextended_bold';
}
.footer-sponsor img {
	margin-bottom: 7rem;
	display: block;
	width: 115px;
}
.footer-sponsor img:last-child {
	margin-bottom: 0;
}
.footer-credit {
	margin-top: 3rem;
}
.footer-credit h6 {
	color: rgba(255, 255, 255, 0.5);
}
.footer-credit li {
	font-size: 1.6rem;
	margin-left: 6rem;
	display: inline-block;
}
.footer-credit li:first-child {
	margin-left: 0;
}
.footer-credit li a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
}
.footer-credit li a:hover {
	color: #B82C1F;
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 70%;
    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;
	font-family: 'lama_sansregular';
	font-size: 4rem;
}
.modal-area .popup-content p {
    margin: 4.5rem 0;
	color: #0F1014;
}
.modal-area .popup-content {
    padding: 4rem 10%;
    background-color: #fff;
}
.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: #121212;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'lama_sansregular';
}
.close-img:hover {
	color: #fff;
}
/*=================================bedankt======================================*/
.bedankt-banner-sec h1 {
	font-family: 'lama_sansbold';
	margin-bottom: 2rem;
}
.bedankt-banner-sec h2 {
	font-family: 'lama_sansmedium';
	margin-bottom: 2.5rem;
}
/*=================================diensten-list======================================*/
/****diensten-list-banner****/
.inner-banner {
    padding: 19% 0 9% 0;
}

/****reverse-area****/
.reverse-area {
	margin: 5% 0;
	overflow: hidden;
}
.reverse-area-img {
	overflow: hidden;
} 
.reverse-area-img img {
	border-radius: 2rem 0 0 2rem ;
}
.reverse-area:nth-child(odd) .reverse-area-img {
	padding-left: 13%;
}
.reverse-area:nth-child(even) .reverse-area-img {
	padding-right: 13%;
}
.reverse-area {
	background-color: #1E1E1E;
	border-radius: 2rem;
}
.diensten-content {
	padding: 4rem 17%;
}
.diensten-content p {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin: 21% 0;
}
/*=================================contact======================================*/
/****contact-middle-block****/
.contact-middle-block {
	background-color: #1E1E1E;
	padding: 6% 0 5%;
	overflow: hidden;
}
.contact-middle-block-info h2 {
	margin-top: 5rem;
}
.contact-middle-block-info td {
	vertical-align: top;
}
.contact-middle-block-info p {
	margin: 11% 18% 16% 0rem;
}

.contact-call-mail li {
	display: inline-block;
	margin-right: 0;
}
.contact-call-mail li:last-child {
	padding-left: 11%;
}
.contact-call-mail a {
	font-family: 'lama_sansregular';
	font-size: 2.4rem;
}
.contact-call-mail a img {
	margin-right: 4rem;
	width: 3.9rem;
	filter: brightness(10);
	-webkit-filter: brightness(10);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.contact-call-mail a:hover {
	color: #B82C1F;
}
.contact-call-mail a:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.contact-blk-img {
	overflow: hidden;
}
.contact-blk-img img {
	border-radius: 2rem;
}
/****contact-service-blk****/
.contact-service-blk{
	padding: 6% 0;
}
.contact-service-blk h3 {
	font-size: 4rem;
	font-family: 'lama_sansregular';
	color: #121212;
}
.contact-service-blk li {
    margin-right: 2.2rem;
    display: inline-block;
}
.contact-service-blk li a img {
    width: 3.2rem;
}
.contact-service-blk li a {
    height: 8.2rem;
    width: 8.2rem;
    background-color: #2F2F2F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
}
.contact-service-blk li a:hover {
	background-color: #B82C1F;
}
.contact-service-social {
	padding-right: 29%;
	text-align: end;
}
/****contact-map-sec****/
.contact-map-sec {
	padding: 6% 0;
	background-color: #1E1E1E;
}
.contact-map-sec .content-text {
	padding-left: 9%;
}
.contact-map-sec .content-img {
	height: 65.6rem;
	border-radius: 2rem;
	margin-right: 14%;
}
.each-add {
	margin: 10.4rem 0 7rem;
}
.each-add h3 {
	font-family: 'lama_sansregular';
	margin-bottom: 4.2rem;
}
.each-add h4 {
	font-family: 'lama_sansregular';
	opacity: 0.5;
}
.each-add h4:hover {
	opacity: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact-info p {
	max-width: 50rem;
    width: 100%;
}
/****contact-form-sec****/
.contact-form-sec {
	padding: 6% 0;
}
.contact-form-sec-wrap {
	padding: 0 4%;
}
.contact-form-heading h4 {
	font-family: 'lama_sansregular';
	color: #121212;
	opacity: 0.5;
	margin-bottom: 4.2rem;
}
.contact-form-heading h2 {
	font-family: 'lama_sansregular';
	color: #121212;
}
.form-styl {
	resize: none;
    border: 1px solid rgb(18, 18, 18 , 0.5);
    border-radius: 0.5rem;
    font-family: 'lama_sansregular';
    color: #121212;
    font-size: 2rem;
    padding: 1.5rem;
    margin: 1rem 0;
}
.contact-form-sec .form-group {
	position: relative;
}
.contact-form-sec textarea.form-styl {
	min-height: 22rem;
}
.form-styl:placeholder {
	color: #121212;
}
.form-styl:-ms-input-placeholder {
	color: #121212;
}
.form-styl::placeholder {
	color: #121212;
}
.form-styl:focus {
    box-shadow: none;
	border-color: #121212;
	border: 1px solid #121212;
}
.contact-form-sec .akker_btn_cls {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	border-radius: 0;
}
.textarea-form .formError .formErrorContent{
	position: absolute !important;
}
/*=================================verkocht======================================*/
/****verkocht-filter-outer****/
.verkocht-filter-outer {
	background-color: #1E1E1E;
    padding-top: 12%;
    padding-bottom: 3%;
    margin-bottom: 0;
	border-bottom: 0;
}
/****verkocht-product-sec****/
.verkocht-product-sec {
	background-color: #1E1E1E;
	padding-top: 4%;
}
.verkocht-outer-wrap {
	margin: 0 -1.5rem;
	margin-bottom: -11.4rem;
}
.verkocht-product-sec .col-xl-4 {
    padding: 0 1.5rem;
}
.verkocht-product-sec h1 {
	font-family: 'lama_sansbold';
}
.verkocht-product-sec .txt-btn {
	font-size: 1.6rem;
	color: #fff;
	display: block;
}
.verkocht-product-sec .each-product {
	margin-bottom: 11.4rem;
}
/*=================================aanbod======================================*/
.aanbod-filter-area {
	background-color: #1E1E1E;
    margin-bottom: 0;
    border-bottom: 0;
	padding-bottom: 0;
}
.aanbod-filter-area hr{
	height: 1px;
	opacity: 1;
	background: rgb(255, 255, 255, 0.75);
	margin: 0;
}
.aanbod-filter-area .filter-main {
	background-color: transparent;
	max-width: 100%;
}
.aanbod-filter-area.filter-outer .select-style{
	padding-right: 0;
	width: 100%;
}
.aanbod-filter-area .filter-main .col-lg-2{
	width: 20%;
}
.filter-reset{
	font-size: 1.4rem;
}
/*=================================modellen-list======================================*/
.each-blk {
	padding-top: 4%;
	padding-bottom: 4%;
}
.modellen-each-info img {
	border-radius: 2rem;
}
.modellen-left-part img {
	padding-right: 3rem;
	height: 100%;
}
.modellen-blk-sec h2 {
	color: #121212;
}
.modellen-blk-sec p {
	color: #121212;
	margin: 5% 0 9%;
	max-width: 65rem;
	width: 100%;
}
.modellen-left-part {
	overflow: hidden;
	border-radius: 2rem;
}
.modellen-left-part h3 {
	color: #121212;
	font-family: 'lama_sansregular';
	margin-top: 6%;
}
.modellen-right-part {
	padding-left: 9%;
}
.modellen-right-part h3 {
	font-family: 'lama_sansregular';
    color: #121212;
    margin: 5rem 0 4rem;
}
.modellen-right-part .modellen-each-info {
	max-width: 36rem;
	width: 100%;
}
.modellen-right-part h6 {
	color: #121212;
	line-height: 1.5;
}
.modellen-each-info {
	overflow: hidden;
}
.modellen-each-info .txt-btn {
	font-size: 3.2rem;
	padding-right: 7rem;
}
.modellen-each-info .txt-btn::after {
	border: 1px solid #121212;
	background-image: url(../images/modellen-next.svg);
}
.modellen-each-info .txt-btn:hover::after {
	background-image:url(../images/next.svg) ;
	border: 1px solid #B82C1F;
	border-color: #B82C1F;
}
/*=================================diensten-del======================================*/
.diensten-del-banner{
	background-color: #1E1E1E;
	padding-top: 12%;
	padding-bottom: 7%;
}
.banner-img{
	padding-right: 4.5rem;
}
.banner-img img{
	border-radius: 2rem;
}
.diensten-del-banner-content h2{
	margin-bottom: 6rem;
}
.diensten-del-banner-content p{
	width: 100%;
	max-width: 53rem;
}
.diensten-del-banner-content{
	padding-left: 4.5rem;
}
.diensten-del-mid{
	background-color: #F5F5F5;
}
.diensten-del-mid h3{
	color: #121212;
	font-size: 3.6rem;
	font-family: 'lama_sansregular';
}
.diensten-del-mid h2{
	color: #121212;
	padding-bottom: 5rem;
	border-bottom: 1px solid #4D4D4D;
}
.diensten-del-mid .accordion-button::after {
	background-image: url(../images/next-black.svg);
    background-size: contain;
    border: 1px solid #1c1c1c;
    border-radius: 100%;
    height: 5rem;
    width: 5rem;
    background-size: 2rem;
    background-position: center center;
}
.diensten-del-mid .accordion-button:not(.collapsed)::after {
	background-image: url(../images/next-black.svg);
    background-size: contain;
    border: 1px solid #1c1c1c;
    border-radius: 100%;
    height: 5rem;
    width: 5rem;
    background-size: 2rem;
    background-position: center center;
}
.diensten-del-mid .accordion-button:not(.collapsed) {
    color: #1c1c1c;
    background-color: transparent;
}
.diensten-del-mid .accordion-item {
    border-bottom: 1px solid #4D4D4D;
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: transparent;
}
.diensten-del-mid .accordion-item:last-child {
	border-bottom: 0;
}
.diensten-del-mid .accordion-button {
    padding: 3rem 0;
    background-color: transparent;
}
.diensten-del-mid .accordion-body {
    padding:0 10% 4rem 0;
}
.diensten-del-mid .accordion-body p {
	color: #121212;
}
.diensten-del-mid .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.diensten-del-mid .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.about-content{
	padding-right: 23%;
}
.diensten-del-mid{
	padding: 7% 0;
}
.about-content .accordion-body {
	padding-bottom: 4rem;
}
.about-img img{
	border-radius: 2rem;
}
.profile-sec{
	background-color: #1E1E1E;
	padding: 9rem 0;
}
.profile-img img{
	width: 4.5rem;
}
.profile-img{
    background-color: #712828;
    height: 10rem;
    width: 10rem;
    margin-right: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 1rem;
}
.profile-content h4{
	margin-bottom: 3rem;
}
.profile-content{
	width: calc(100% - 21rem);
}
.profile-content h6{
	line-height: 1.5;
}
.diensten-social-area h3{
	color: #fff;
}
.diensten-social-area .each-social-text {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3rem;
}
.diensten-social-area .social-area h2{
	margin-bottom: 8.7rem;
}
.diensten-social-area .txt-btn{
	color:#fff;
	display: block;
	text-align: left;
}
.diensten-social-area .each-social{
	display: block;
}
/*=================================over-ons======================================*/
.over-ons-banner h3{
	font-family: 'lama_sansregular';
}
.over-ons-top-sec{
	background-color: #F5F5F5;
	padding: 5.2% 0;
}
.over-ons-top-img img{
	border-radius: 2rem;
}
.over-ons-top-content{
	padding-left: 11%;
}
.over-ons-top-content h2 ,
.over-ons-top-content p ,
.over-ons-top-content h3{
	color: #121212;
}
.over-ons-top-content h2 {
	margin-bottom: 8rem;
}
.over-ons-top-content p {
	margin-bottom: 10rem;
	width: 100%;
	max-width: 61rem;
}
.over-ons-top-content ul{
	display: flex;
	margin-top: 5.8rem;
}
.over-ons-top-content li{
    background-color: #2F2F2F;
	margin-right: 6rem;
    height: 9rem;
    width: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
	flex-direction: column;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.over-ons-top-content li:hover{
	background-color: #712828;
}
.over-ons-top-content li:last-child{
	margin-right: 0;
}
.over-ons-top-content li img{
	width: 4.5rem;
}
/*=================================aanbod-dtl======================================*/
.aanbod-dtl-banner{
	background-color: #1E1E1E;
	padding-top: 12.5%;
}
.aanbod-dtl-left {
	padding-right: 2rem;
}
.aanbod-dtl-left img{
	border-radius: 2rem;
}
.thumbsSlider img{
	border-radius: 1rem;
}
.aanbod-dtl-right{
	padding-left: 11%;	
}
.aanbod-dtl-table-info {
	max-width: 60rem;
	width: 100%;
}
.aanbod-dtl-heading h4 ,
.aanbod-dtl-heading h2{
	font-family: 'lama_sansregular';
} 
.aanbod-dtl-heading {
	margin-bottom: 2rem;
}
.aanbod-dtl-heading h2{
	margin-bottom: 1rem;
}
.aanbod-dtl-table-info tr{
	vertical-align:top;
}
.aanbod-dtl-table-info td {
    padding: 0 4rem;
    padding-top: 4rem;
}
.aanbod-dtl-table-info td h4{
	padding-bottom: 2rem;
}
.aanbod-dtl-table-info td h4 span{
	font-family: 'lama_sansregular';
}
.aanbod-dtl-table-info td:first-child{
	padding-left: 0;
}
.aanbod-dtl-table-info td:last-child{
	padding-right: 0;
}
.aanbod-tl-man-info {
	background-color: #ffff;
	width: 100%;
	max-width: 60rem;
	padding: 3rem;
	border-radius: 2rem;
	margin-top: 2rem;
}
.aanbod-tl-man-info img{
	border-radius: 1rem;
}
.aanbod-tl-man-info h6{
	color: #121212;	
	padding-top: 1rem;
}
.aanbod-tl-man-info h6 span{
	font-family: 'lama_sansbold';
}
.aanbod-tl-man-info .col-9 h6:first-child{
	padding-top: 0;
}
.aanbod-tl-man-info .col-md-9 a{
	color:#121212 ;	
	margin-top: 1rem;
	display: block;
}
.aanbod-tl-man-info .col-md-9 a:hover{
	color: #712828;
}
.aanbod-tl-man-info .akker_btn_cls{
	color: #fff;
	margin-top: 3rem;
	max-width:24rem;
	width: 100%;
}
.aanbod-tl-man-info .akker_btn_cls:hover{
	background: transparent;
	border-color:#121212 ;
	color: #121212;
}
/*****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%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'lama_sansregular';
	font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
	margin-bottom: 1rem;
	width: 15%;
}
.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 {
	border: 1px solid #712828;
	background: #712828;
}
/*==========================================================dtl-tab-content==================================================*/
.dtl-tab-content-heading h3 {
	padding: 5rem 0;
	font-family: 'lama_sansregular';
}
.dtl-tab-sec .tab-content ul li {
	font-family: 'lama_sanslight';
    font-size: 1.8rem;
    color: #fff;
    padding-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.7rem;
    padding-left: 1.3rem;
    background-size: 0.7rem;
    color: #fff;
	font-family: 'lama_sansmedium';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
	font-family: 'lama_sanslight';
}

.bullet-panel h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
	font-family: 'lama_sansregular';
	color: #fff;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.dtl-tab-sec .tab-content p {
	color: #fff;
	font-family: 'lama_sansregular';
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
	font-family: 'lama_sanslight';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 0.7rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #712828;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #712828;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
	font-size: 1.6rem;
}
.each-onderhoud-block h4 {
    color: #fff;
	font-family: 'moderatextended_bold';
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block p {
    color: #fff;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'moderatextended_bold';
}
.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;
}/*=================================modellen-detail======================================*/
.modellen-detail-banner{
	background-color: #1E1E1E;
	padding-top:5rem ;
	padding-bottom: 9.5rem;
}
.modellen-detail-banner-left img{
	border-radius: 2rem;
}
.modellen-detail-banner-left{
	padding-right:3rem;
}
.modellen-detail-banner .col-xl-5{
	padding-left: 7.5rem;
}
.modellen-detail-banner-rignt {
	max-width: 52rem;
	width: 100%;	
}
.modellen-detail-banner-rignt p{
	padding-top: 4.5rem;
	
}
.modellen-detail-banner-rignt-buttom{
	padding-top: 8.5rem;
	padding-bottom: 5.7rem;
}
.modellen-detail-banner-rignt-buttom h2{
	font-size: 3.6rem;
	margin-bottom: 2.5rem;
}
.modellen-detail-banner-rignt-buttom h3{
	font-family: 'lama_sansregular';
}
.model-dtl-sec .each-counter h6{
	display: none;
	transition: all 5s;
    -webkit-transition: all 5s;
}
.model-dtl-sec .each-counter:hover h6 {
	display: block;
}
.model-profile-sec{
	background-color: #fff;
}
.model-profile-sec .profile-img{
	width: 16rem;
	margin: 0;
}
.model-profile-sec .profile-content h4{
	margin-bottom: 0;
	color: #121212;
	margin-left: 5rem;
}
.model-profile-sec .profile-img img{
	width: 6rem;
}
.model-profile-sec .profile-content{
	width: 100%;
}
/*******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,  .form-2{
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
}
.each-product button.product-view{
	border: none;
	background-color: transparent;
}
.error_top{
	padding-top: 162px;
	background-color: #1E1E1E;
}
.fgeQLq {
    max-width: 100% !important;
}
.mini-right-nav .whtasapp-nav .navtext{
	background-color: #25D366;
}
.mini-right-nav .whtasapp-nav span:after{
	background-color: #25D366;
}
.header-area .akker_btn_cls{
	background-color: #712828;
}
.aanbod-dtl-table-info table{
	width: 100%;
}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #712828;
  	padding: 1.3rem 2.5rem;
  	font-size: 1.7rem;
  	font-family: 'lama_sansmedium';
  	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-size: 2.4rem;
}
.widget-content h5{
	font-family: 'lama_sansmedium';
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #712828;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #712828;
  	background: #712828;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-family: 'lama_sansmedium';
	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: #712828 !important;
}