@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 2rem;
    color: #44474F;
    font-family: 'OpelNext';
}
html {
    font-size: 62.5%;
}
#page{
	overflow: hidden;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/************side-area************/
.mini-right-nav li{
    margin: 0 0 2px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li:hover .mini-right-nav img {
	position: absolute;
	left: 0;
}
.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #F2B413;
	border: 0;
}
.mini-right-nav span {
    font-family: 'OpelNext';
    font-size: 1.6rem;
    bottom: 0;
    right: 0px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index:-1;
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 60px);
	border: 0;
	content: '';
	background-color: #F2B413;
	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 70px 0px 30px; 
	border-radius: 0;
}
.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: calc(38% + 20rem);
	z-index: 99;
	right: 0px;
}
.klaten-widget{
	top: 38%;
	z-index: 99;
	right: 0;
}
/************header************/
.header-area {
	position: relative;
	z-index: 2;
}
.header-logo img {
	width: 25rem;
}
.header-top li {
	display: inline-block;
    margin-left: 6.3rem;
	font-family: 'OpelNext';
    font-size: 1.6rem;
}
.header-top li:first-child {
	margin-left: 0;
}
.header-top li p {
	display: inline-block;
	margin-right: 2.4rem;
	font-size: 1.6rem;
	font-family: 'OpelNextBold';
}
.header-top li a:hover {
	color: #F2B413;
}
.header-top .akker_btn_cls:active, .header-top .akker_btn_cls:focus, .header-top .akker_btn_cls:hover{
	color: #F2B413;
}
.header-top li a img {
	width: 2rem;
	filter: brightness(0);
	-webkit-filter: brightness(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-right: 2rem;
}
.header-top li a:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.header-top .akker_btn_cls {
	min-width: 31.8rem;
    padding-bottom: 2.8rem;
    padding-top: 2.8rem;
    text-transform: none;
}
.header-menu {
	background-color: rgba(18, 18, 18, 0.5);
    padding: 3.4rem 0;
}
.header-menu li {
	display: inline-block;
    margin-right: 6rem;
    font-family: 'OpenSansSemibold';
    font-size: 1.8rem;
}
.header-menu li:last-child {
	margin: 0;
}
.header-menu li a {
	color: #fff;
}
.header-menu li a:hover {
	color: #F2B413;
}
/************banner************/
.banner-sec {
	position: relative;
    overflow: hidden;
    margin-top: -9.8rem;
}
.banner-content {
	position: absolute;
	z-index: 1;
	top: 56%;
	transform: translateY(-50%);
	width: 100%;
}
.banner-content h4 {
	font-size: 3rem;
	font-family: 'lama_sansmedium';
	margin-top: 0.3rem;
	margin-bottom: 7.4rem;
}
.banner-content .border-btn {
	margin-left: 3.3rem;
	border: 1px solid #FFBB20;
    background-color: transparent;
    color: #fff;
}
.banner-content .border-btn:hover {
	background-color: #F2B413;
	border: 1px solid #F2B413;
}
/************product************/
.product-sec {
	padding: 7% 0;
}
.product-sec h2 {
	margin-bottom: 4.6rem;
}
.product-dtl {
	margin: 2.3rem 0 3rem;
}
.product-dtl p {
	font-size: 1.8rem;
	color: rgba(18, 18, 18, 0.6);
	margin: 0.3rem 0 0.7rem;
	height: 50px;
	overflow: hidden;
  }
.product-dtl td {
	font-size: 1.6rem;
	font-family: 'OpelNext';
	color: #121212;
	vertical-align: top;
	padding-right: 2.5rem;
}
.product-slider {
	position: relative;
	padding-top: 4rem;
}
.product-slider .common-arrow {
	top: 0;
}
.product-slider .swiper-button-next {
	right: 5rem;
}
.product-slider .swiper-button-prev {
	left: auto;
	right: 10rem;
}
.each-product .txt-btn {
	background-color: #F2B413;
	padding: 2.5rem 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product .txt-btn::after {
	right: 3rem;
}
.each-product .txt-btn a {
	color: #fff;
	padding-left: 3rem;
}
.each-product:hover .txt-btn {
	background-color: #121212;
}
.product-slider .border-btn {
	min-width: 26.8rem;
}
.product-sec .swiper-pagination {
	bottom: 0;
	top: auto;
	position: initial;
	margin: 8.5rem 0;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #121212;
}
.product-slider-btn {
	padding: 0 2rem;
}
/************home-middle-blk************/
.home-middle-blk {
	position: relative;
	overflow: hidden;
}
.home-middle-blk::before {
	content: '';
    height: 51.6%;
    width: 45%;
    background-color: #EFEFEF;
    position: absolute;
    bottom: 41%;
    right: 0%;
    z-index: -1;
}
.home-middle-blk-slider::after {
    content: '';
	height: 56%;
	width: 17vw;
	background-color: #F2B413;
	position: absolute;
	bottom: 0;
	z-index: -1;
	left: 50%;
	margin-left: -50vw;
}
.home-middle-blk h2 {
	margin-bottom: 5%;
}
.each-middle-info {
	background-color: #F2B413;
	padding: 8% ;
}
.each-middle-info p {
    width: 100%;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.9;
	margin-top: 1.5rem;
}
.each-middle-info .txt-btn, .each-werkplaats-btm-slider-info .txt-btn{
	line-height: normal;
	height: 60px;
}
.each-middle-info .txt-btn h4, .list-sec-info .txt-btn h4, .each-werkplaats-btm-slider-info .txt-btn h4{
	font-family: 'OpelNextBold';
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.home-middle-blk-slider {
	position: relative;
}
.home-middle-blk-slider .swiper{
	margin-bottom: 5rem;
}
.home-middle-blk-slider .swiper-button-prev {
    left: auto;
    right: 10rem;
}
.home-middle-blk-slider .common-arrow {
    top: 0;
	padding-bottom: 4rem;
}
.home-middle-blk-slider .swiper-button-next {
    right: 5rem;
}
.each-middle-slider:hover .each-middle-info .txt-btn {
	color: #fff;
}
.each-middle-info .txt-btn::after, .each-werkplaats-btm-slider-info .txt-btn::after {
	left: auto;
	top: 2rem;
}
.home-middle-blk .swiper-slide-active .each-middle-img img {
	height: 100%;
	object-fit: cover;
}
.home-middle-blk .each-middle-slider {
	position: relative;
}
.home-middle-blk h3 {
	font-size: 4rem;
    color: #121212;
    margin-left: 5.4rem;
    margin-top: 1rem;
	font-family: 'OpelNextLight';
}
.home-middle-blk .border-btn {
	margin-left: 2rem;
}
.home-middle-blk .col-md-8 {
	display: inline-flex;
}
.each-middle-img {
	overflow: hidden;
}
.each-middle-img img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-middle-slider:hover .each-middle-img img  {
	transform: scale(1.1);
}
/************gallery-sec************/
.gallery-sec {
	padding: 5% 0 13%;
}
.gal-left-info {
	padding: 0 8%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}
.gal-left-info h2 {
	color: #fff;
}
.gal-left-info p {
	color: #fff;
	max-width: 65rem;
    width: 100%;
    margin: 3% 0 8%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gal-left-info .border-btn {
	color: #fff;
	border: 1px solid #fff;
}
.gal-left-info .border-btn:hover {
	border: 1px solid #F2B413;
}
.gal-right {
	height: 100%;
	flex-direction: column;
}
.gal-right-top, .gal-left{
	position: relative;
	height: 100%;
}
.gal-right-top img, .gal-left img{
	height: 100%;
	object-fit: cover;
}
.gal-right-top .dns-heading{
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	text-align: center;
	transform: translateY(-50%);
	width: 100%;
}
.gal-right-top h4 {
	font-family: 'OpelNext';
	font-size: 3rem;
	text-transform: uppercase;
}
.gal-right{
	overflow: hidden;
}
.gal-right-top img, .gal-right-top:hover img{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gal-right-top:hover img{
	transform: scale(1.1);
} 
.gal-right-btm {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 1rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gal-right-btm:hover {
	background-size: calc(100% + 50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.gal-right-btm h4 {
	font-family: 'OpelNext';
	font-size: 3rem;
	text-transform: uppercase;
}
/************home-btm-blk************/
.home-btm-blk {
	padding-bottom: 7%;
	position: relative;
}
.home-btm-blk::after {
	content: '';
    height: 76%;
    width: 30%;
    background-color: #efefef;
    position: absolute;
    bottom: 39%;
    left: 0%;
    z-index: -1;
}
.home-btm-blk-info {
	padding-left: 12%;
	position: relative;
}
.home-btm-blk-info h2 {
	line-height: 0.9;
}
.home-btm-blk-info p {
	max-width: 65rem;
	width: 100%;
	margin: 4.6rem 0 9rem;
  }
.home-btm-blk-info .akker_btn_cls:hover {
	color: #F2B413;
}
.home-btm-blk h3 {
	font-size: 24rem;
	color: #F6F6F6;
	font-family: 'bebas_neueregular';
    position: absolute;
    top: 40%;
    right: 0;
    z-index: -1;
}
/************footer************/
.footer-area {
	background-color: #08090C;
	padding-top: 5rem;
}
.footer-logo img {
    width: 44rem;
}
.footer-logo h4 {
	margin: 3.8rem 0 7.8rem;
}
.footer-call-mail {
	max-width: 100rem;
}
.footer-call-mail .akker_btn_cls {
    max-width: 100%;
	text-transform: none;
	font-size: 1.6rem;
	font-family: 'OpelNext';
	background-color: #FFBB20;
}
.footer-call-mail .akker_btn_cls img {
    width: 1.8rem;
    margin-right: 1.7rem;
    filter: brightness(1);
    -webkit-filter: brightness(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-call-mail .akker_btn_cls:hover  {
	background: transparent;
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.footer-contact {
	margin: 7.5rem 0;
}
.footer-contact p {
	font-family: 'OpelNextBold';
	color: #fff;
	margin-bottom: 2rem;
}
.footer-contact td p{
	margin-bottom: 1rem;
}
.each-footer-contact li {
	line-height: 1.7;
}
.footer-contact li a {
	font-size: 1.6rem;
	font-family: 'OpelNext';
	color: rgba(255, 255, 255, 0.7);
}
.footer-contact li a:hover {
	color: #F2B413;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-add p a {
	font-size: 1.6rem;
	font-family: 'OpelNext';
	color: rgba(255, 255, 255, 0.7);
}
.each-add p a:hover {
	color: #F2B413;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-table p span {
	font-family: 'OpelNextBold';
	font-size: 1.6rem;
	color:  rgba(255, 255, 255, 0.6);
}
.each-footer-table td {
	vertical-align: top;
	font-size: 1.6rem;
	color:  rgba(255, 255, 255, 0.7);
	font-family: 'OpelNext';
	width: 50%;
}
.each-footer-table table, .contact-info table {
	width: 100%;
}
.each-footer-table ul, .contact-info ul{
	font-size: 0;
}
.each-footer-table li, .contact-info li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.footer-social li {
	display: inline-block;
	margin-right: 0.7rem;
}
.footer-social li a {
	height: 5.3rem;
	width: 5.3rem;
	background-color: #FFBB20;
	border: 1px solid #FFBB20;
	display: flex;
	justify-content: center;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li a img {
	width: 2rem;
	filter: brightness(1);
	-webkit-filter: brightness(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-social li a:hover {
	background-color: transparent;
	border: 1px solid #FFBB20;
}
.footer-btm .row {
	max-width: 45rem;
	margin-left: auto;
}
.footer-btm-right img {
	margin-bottom: 4rem;
	width: 17.5rem;
}
.footer-btm-right img:last-child {
	margin-bottom: 0;
}
.footer-credit {
	margin: 5.3rem 0 4.3rem;
}
.footer-credit p {
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.5);
}
.footer-credit li a{
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.5);
	font-family: 'OpelNext';
}
.footer-credit li a:hover {
	color: #FFBB20;  
}
.privacy_section {
	margin: 3% 0 3%;
}
.privacy_section h3 {
	color: #121212;
}
/**********************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 {
	line-height: 0.9;
}
.modal-area .popup-content p {
    margin: 3.5rem 0 5rem;
    max-width: 65rem;
	width: 100%
}
.modal-area .popup-content {
    padding: 5rem 4rem;
    background-color: #fff;
}
.modal-area .popup-content .akker_btn_cls:hover {
	color: #F2B413;
}
.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: 'OpelNext';
}
.close-img:hover {
	color: #fff;
}
/**********************bedankt**********************/
.bedankt-banner-sec h1 {
	margin-bottom: 4.6rem;
}
/**********************aanbod**********************/
/****aanbod-list****/
.aanbod-list {
	padding: 5rem 0 6.7rem;
}
.aanbod-wrap {
	margin: -2.5rem;
}
.aanbod-list .each-product {
	padding: 2.5rem;
}
/****filter-sec****/
.filter-sec {
	padding-top: 6rem;
}
.filter-sec-title h2 {
	margin-bottom: 5rem;
	text-align: center;
}
.filter-sec ul {
	text-align: center;
}
.filter-sec li {
    margin-right: 4rem;
    vertical-align: top;
    display: inline-block;
	width: 15%;
}
.filter-sec .select-style {
    background-color: transparent;
    color: #121212;
    -webkit-appearance: none;
    appearance: none;
    padding: 2rem 1.5rem;
	border: 1px solid #121212;
	width: 100%;
	font-family: 'OpelNextBold';
	font-size: 1.8rem;
	text-transform: uppercase;
	appearance: none;
	-webkit-appearance: none;
	background: url(../images/aanbod-down-arrow.svg) #fff no-repeat 90% center/18px;
}
.select-style option{
	font-family: arial;
}
.filter-sec .float-end a{
	font-size: 1.6rem;
}
/**********************aanbod-dtl***************************/
/****aanbod-top****/
.aanbod-top{
	padding-top: 6rem;
}
.aanbod-top .common-arrow {
	height: 4rem;
	width: 4rem;
	border: 1px solid #F2B413;
	background-color: #F2B413;
}
.aanbod-top .gallery-thumbs {
	margin-top: 5.4rem;
}
.detail-slider .col-xl-7 {
	width: 55.333333%;
}
.detail-slider .col-xl-5 {
	width: 44.66666667%;
}
.aanbod-dtl-right {
    padding-left: 5%;
}
.aanbod-dtl-heading h4 {
	font-family: 'OpelNextBold';
	color: #121212;
}
.aanbod-dtl-heading h5 {
	font-family: 'OpelNext';
	font-size: 2.4rem;
	color: rgba(18, 18, 18, 0.6);
}
.aanbod-dtl-table-info table{
	width: 100%;
}
.aanbod-dtl-table-info {
	margin-bottom: 17%;
}
.aanbod-dtl-table-info td {
    padding-left: 14rem;
    padding-top: 6.5rem;
    vertical-align: top;
}
.aanbod-dtl-table-info td:first-child {
    padding-left: 0;
}
.aanbod-dtl-table-info p {
	font-family: 'OpelNextBold';
	font-size: 1.8rem;
	color: #121212;
}
.aanbod-dtl-table-info p span {
	font-family: 'OpelNext';
	font-size: 1.8rem;
	color: #121212;
}
.aanbod-dtl-man-info {
	border: 1px solid #000000;
/*	margin-bottom: 13%;*/
	margin-bottom: 2rem;
}
.aanbod-dtl-man-info .col-md-4 {
	width: 32.333%;
}
.aanbod-dtl-man-info .col-md-5 {
	width: 42.666%;
}
.each-dtl-add, .each-dtl-contact {
	padding: 2rem 0;
}
.each-dtl-add:first-child {
	padding-left: 2rem;
}
.each-dtl-add h6, .each-dtl-contact h6 {
	font-family: 'OpelNextBold';
	font-size: 1.8rem;
	color: #121212;
	margin-bottom: 1.5rem;
}
.each-dtl-add p span {
	font-family: 'OpelNext';
	font-size: 1.6rem;
	color: #121212;
}
.each-dtl-contact p {
	font-size: 1.6rem;
	color: #121212;
	line-height: 1.9;
}
.aanbod-dtl-man {
	height: 100%;
}
.aanbod-dtl-man-info .col-lg-3 {
	width: 22%;
}
.aanbod-dtl-man-info .col-lg-9 {
	width: 78%;
}
.aanbod-dtl-man img {
	height: 100%;
	object-fit: cover;
}
.dtl-btn{
	max-width: 56rem;
  	float: left;
  	width: 100%;
  	margin-top: 3rem;
}
.aanbod-dtl-right .akker_btn_cls:hover {
	color: #F2B413;
}
/****dtl-tab-sec****/
.dtl-tab-sec{
	padding: 6% 0;
}
.tab-btn .nav-tabs{
	/*padding: 0 9%;*/
	max-width: 175rem;
}
/* .dtl-tab-sec .tab-btn{
	margin-top: -5rem;
} */
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 1px solid #121212;
    background-color: transparent;
	text-transform: uppercase;
    color: #121212;
    opacity: 1;
	padding: 1.2rem 2rem;    
    letter-spacing: normal;
	width: 100%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'OpelNextBold';
	font-size: 1.8rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
	margin-bottom: 1rem;
	width: 18%;
}
.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: #F2B413;
	border-color: #F2B413;
	color: #fff;
}
/****dtl-tab-content****/
.dtl-tab-content-heading h3 {
	padding: 4rem 0;
	color: #121212;
}
.dtl-tab-sec .tab-content ul li {
    font-size: 1.8rem;
    color: #121212;
    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 9px;
	padding-left: 1.3rem;
	background-size: 7px;
	font-family: 'OpelNext';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
	font-family: 'OpelNextBold';
}
.bullet-panel h5 {
    border-bottom: 1px solid #121212;
    padding-bottom: 1rem;
	color: #121212;
	font-family: 'OpelNextBold';
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.dtl-tab-sec .tab-content p {
	font-size: 1.8rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 7px;
    position: absolute;
    top: 9px;
    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: #F2B413;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #121212;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
	font-size: 2rem;
    line-height: 3rem;
    color: #fff;
}
.each-onderhoud-block h4 {
    color: #121212;
    font-family: 'OpelNextBold';
}
.each-onderhoud-block p {
    color: #44474F;
    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 #121212;
}
/****aanbod-dtl-product-sec****/
.aanbod-dtl-product-sec {
	padding-top: 5%;
	padding-bottom: 3%;
}
/**********************werkplaats-list**********************/
.list-sec {
	background-color: #F8F8F8;
	padding: 6.5% 0 0;
}
.list-sec-info {
    background-color: #fff;
    padding: 8%;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.list-sec-info .txt-btn h4 {
	color: #121212;
}
.list-sec-info p {
	color: rgba(18, 18, 18, 0.7);
}
.each-list {
	padding-bottom: 12%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.list-sec .row .col-lg-6:nth-child(odd) .each-list{
	padding-right: 6%;
}
.list-sec .row .col-lg-6:nth-child(even) .each-list{
	padding-left: 6%;
}
.each-list .txt-btn::after {
	filter: brightness(0);
    -webkit-filter: brightness(0);
}
.each-list:hover .list-sec-info {
	background-color: #F2B413;
}
.each-list:hover .list-sec-info h4 {
	color: #fff;
}
.each-list:hover .list-sec-info p {
	color: rgba(255, 255, 255, 0.7);
}
.each-list:hover .txt-btn::after {
	filter: brightness(1);
    -webkit-filter: brightness(1);
}
.list-sec-img {
	overflow: hidden;
}
.list-sec-img img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list:hover .list-sec-img img {
	transform: scale(1.1);
}
/**********************werkplaats-dtl**********************/
/****back-btn-sec******/
.back-btn-sec {
	position: relative;
}
.back-btn-sec .border-btn {
	max-width: 26.8rem;
	position: absolute;
	top: 5.4rem;
	z-index: 1;
}
/****werkplaats-dtl-top****/
.werkplaats-dtl-top {
	position: relative;
	padding: 6% 0 10%;
}
.werkplaats-dtl-top-info {
	padding-top: 14%;
}
.werkplaats-dtl-top-info p {
	margin: 4.3rem 0;
	max-width: 65rem;
	padding-right: 5%;
	width: 100%;
}
.werkplaats-dtl-top-info p:last-child {
	margin-bottom: 0;
}
.werkplaats-dtl-top::before {
	content: '';
    height: 52%;
    width: 31%;
    background-color: #EFEFEF;
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0%;
    z-index: -1;
}
/****werkplaats-about****/
.werkplaats-about {
	padding-bottom: 8%;
	position: relative;
}
.werkplaats-about::after {
    content: '';
    height: 60%;
    width: 30%;
    background-color: #efefef;
    position: absolute;
    bottom: 53%;
    left: 0%;
    z-index: -1;
}
/****form-sec****/
.form-sec{
	padding: 6% 0;
}
.form-sec h3 span {
	font-family: 'OpelNextBold';
}
.form-sec .form-group{
	margin-bottom: 1rem;
}
.textarea-form .form-group{
	height: calc(100% - 96px);
}
.form-sec .akker_btn_cls{
	padding: 2.4rem;
	text-transform: none;
}
.form-styl{
	color: #121212;
	font-size: 1.6rem;
	font-family: 'OpelNext';
	padding: 2.6rem;
	border: 0;
	border-radius: 0;
	box-shadow: none !important;
	resize: none;
}
.form-styl:focus{
	border-color: #121212;
}
.form-styl:placeholder {
	color: #121212;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #121212;
	opacity: 1;
}
.form-styl::placeholder {
	color: #121212;
	opacity: 1;
}
.form-right-block{
	background: #F8F8F8;
	padding: 1.5rem 2.5rem;
}
.form-right-block h5 {
	font-size: 2rem;
	color: #000;
}
.form-right-block p{
	color: #000;
	font-family: 'OpelNextBold';
}
.form-right-block p span{
	font-size: 1.6rem;
	color: #000;
	font-family: 'OpelNext';
}
.form-right-block p a{
	font-family: 'OpelNext';
	font-size: 1.6rem;
}
.form-right-block a:hover{
	color: #F2B413;
}
.form-right-block td{
	font-family: 'OpelNextBold';
}
.form-right-block td img{
	filter: brightness(0);
	-webkit-filter: brightness(0);
	margin-right: 1rem;
	width: 1.5rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-right-block td a:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.form-right-block table, .form-right-block h6 span{
	margin-top: 3rem;
	display: block;
}
.form-right-block h6, .form-right-block p, .form-right-block td{
	line-height: 22px;
}
.form-right-block td{
	padding-bottom: 1.2rem;
	vertical-align: top;
	font-family: 'OpelNext';
	font-size: 1.6rem;
	color: #121212;
}
.each-form-add {
	margin-top: 2.5rem;
}
/****werkplaats-btm-sec****/
.werkplaats-btm-sec {
	padding: 8% 0 7%;
	position: relative;
}
.werkplaats-btm-sec h2 {
	margin-bottom: 4%;
	text-align: center;
}
.werkplaats-btm-slider {
	position: relative;
	padding-top: 3%;
}
.each-werkplaats-btm-slider-info {
    background-color: #F2B413;
    padding: 8%;
}
.each-werkplaats-btm-slider-info p {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.9;
    margin-top: 1.5rem;
}
.werkplaats-btm-slider:hover .each-werkplaats-btm-slider-info .txt-btn {
	color: #fff;
}
.werkplaats-btm-slider .swiper-button-next {
    right: 0;
}
.werkplaats-btm-slider .swiper-button-prev {
    left: auto;
    right: 5rem;
}
.werkplaats-btm-slider .common-arrow {
	top: 0;
}
.each-werkplaats-btm-slider-img {
	overflow: hidden;
}
.each-werkplaats-btm-slider:hover .each-werkplaats-btm-slider-img img  {
	transform: scale(1.1);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.werkplaats-btm-sec .border-btn {
	margin-top: 9rem;
	max-width: 26.8rem;
}
/**********************over-ons**********************/
/****inner-banner****/
.inner-banner {
	padding: 12% 0 8%;
    margin-top: -9.8rem;
}
.inner-banner-content h4 {
	font-size: 3rem;
	font-family: 'lama_sansmedium';
}
/****over-ons-top****/
.over-ons-top {
	padding: 6% 0 10%;
}
.over-ons-top-wrap {
	position: relative;
	padding-bottom: 8%;
}
.over-ons-top-info h2 {
	line-height: 0.9;
}
.over-ons-top-info p {
	margin: 4.6rem 0 0;
	max-width: 65rem;
	width: 100%;
	padding-right:5%;
}
.over-ons-top h3 {
    font-size: 24rem;
    color: #F6F6F6;
    font-family: 'bebas_neueregular';
    position: absolute;
    top: 52%;
    left: 18%;
    z-index: -1;
}
.over-ons-top-wrap::before {
    content: '';
    height: 66%;
    width: 31%;
    background-color: #EFEFEF;
    position: absolute;
    bottom: 0;
    right: 0%;
    z-index: -1;
}
/****over-ons-about****/
.over-ons-about {
	position: relative;
}
.about-content {
	padding-left: 13%;
}
.about-content h2 {
	line-height: 0.9;
}
.about-content .accordion-button::after {
    background-image: url(../images/plus.svg);
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
    margin-top: 13px;
}
.about-content .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.svg);
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
    transform: rotate(0);
    margin-top: 13px;
}
.about-content .accordion-button:not(.collapsed) {
    color: #1c1c1c;
    background-color: transparent;
}
.about-content .accordion-item {
	border-bottom: 1px solid rgba(15, 16, 20, 0.75);
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: transparent;
}
.about-content .accordion-item h4 {
	color: #0F1014;
	font-family: 'OpelNext';
}
.about-content .accordion-button {
    margin: 3rem 0;
    align-items: start;
    padding: 0;
}
.about-content .accordion-body {
    padding:0 10% 4rem 0;
}
.about-content .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.about-content .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.over-ons-about::after {
	content: '';
    height: 72%;
    width: 30%;
    background-color: #efefef;
    position: absolute;
    bottom: 42%;
    left: 0%;
    z-index: -1;
}
/****over-ons-gal****/
.over-ons-gal {
	padding: 6% 0 5%;
}
.over-ons-gal-img {
	background-attachment: fixed;
}
.over-ons-gal-info {
	padding: 6% 5%;
}
.over-ons-gal-info h2 {
	color: #fff;
}
.over-ons-gal p {
	color: #fff;
	margin: 3% 0 8%;
	max-width: 65rem;
	width: 100%;
}
.over-ons-gal .border-btn {
    color: #fff;
    border: 1px solid #fff;
}
.over-ons-gal .border-btn:hover {
    border: 1px solid #F2B413;
}
/****over-ons-part****/
.over-ons-part {
	padding-bottom: 9%;
}
.over-ons-part-info {
	padding-left: 15%;
}
.over-ons-part-info h2 {
	line-height: 0.9;
	margin-bottom: 13%;
}
.over-ons-part-info p {
	max-width: 52rem;
	width: 100%;
}
/****man-top-sec****/
.man-top-sec-title h3 {
	color: #121212;
	margin-bottom: 6.7rem;
}
.each-slide-info h5 {
	font-size: 2.8rem;
	font-family: 'OpelNextBold';
	margin-top: 3.5rem;
}
.each-slide-info p {
	font-size: 2.4rem;
	color: #121212;
}
/****man-btm-sec****/
.man-btm-sec {
	padding: 6% 0 4%;
}
.man-btm-sec-title h3 {
	color: #121212;
	margin-bottom: 6.8rem;
}
/****over-ons-middle-slider****/
.over-ons-middle-slider {
	padding-bottom: 12%;
}
.over-ons-middle-slider-wrap {
	margin-right: -12%;
	position: relative;
}
.over-ons-middle-slider .swiper-slide {
	height: auto;
}
.over-ons-middle-slider-wrap .swiper-button-next {
	right: 15%;
}
.over-ons-middle-slider-img {
	height: 100%;
}
.over-ons-middle-slider-img img {
	height: 100%;
	object-fit: cover;
}
/****over-ons-btm-blk****/
.over-ons-btm-blk {
	padding-bottom: 6%;
	position: relative;
}
.over-ons-btm-blk-info {
	padding-left: 13%;
	position: relative;
}
.over-ons-btm-blk-info p {
	margin: 5rem 0 8rem;
}
.over-ons-btm-blk h3 {
	font-size: 24rem;
	color: #F6F6F6;
	font-family: 'bebas_neueregular';
    position: absolute;
    top: 40%;
    right: 0;
    z-index: -1;
}
.over-ons-btm-blk::after {
    content: '';
    height: 76%;
    width: 30%;
    background-color: #efefef;
    position: absolute;
    bottom: 39%;
    left: 0%;
    z-index: -1;
}
.over-ons-btm-blk-info .akker_btn_cls:hover {
	color: #F2B413;
}
/**********************contact**********************/
/****contact-top-blk****/
.contact-top-blk {
	padding: 6% 0 0;
}
.contact-top-blk h3 {
	top: 27%;
}
.contact-top-blk::after {
    content: '';
    height: 55%;
    width: 30%;
    background-color: #efefef;
    position: absolute;
    bottom: -3%;
    left: 0%;
    z-index: -1;
}
.contact-top-blk .over-ons-btm-blk-info p {
    max-width: 65rem;
    width: 100%;
}
.each-contact-add h5, .each-contact-info h5 {
	font-size: 2.4rem;
	color: rgba(18, 18, 18, 0.7);
	margin-bottom: 3rem;
}
.each-contact-add h6 {
	font-size: 1.6rem;
	color: #121212;
}
.each-contact-info h6 {
	font-size: 1.6rem;
	color: #121212;
	display: inline-block;
    width: auto;
    max-width: initial;
}
.each-contact-info a img {
    width: 2rem;
    filter: brightness(0);
    -webkit-filter: brightness(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	margin-right: 1.5rem;
    margin-left: 0.5rem;
}
.each-contact-info a:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.each-contact-info p a:hover {
    color: #F2B413;
}
.contact-part {
	padding-top: 7%;
}
/****contact-map****/
.contact-map {
	padding: 6% 0;
}
.contact-map .content-img {
    height: 47.4rem;
}
.content-text {
	padding-right: 5%;
}
.content-text td {
    display: inline-block;
    margin-top: 0.5rem;
    margin-right: 1.7rem;
	vertical-align: top;
}
.content-text p {
	max-width: 67rem;
	width: 100%;
}
.contact-info {
	margin: 5rem 0 6.3rem;
}
.contact-info p span {
	font-size: 2.4rem;
	color: rgba(18, 18, 18, 0.7);
	font-family: 'OpelNextBold';
}
.contact-info td {
	font-size: 2rem;
	color: rgba(18, 18, 18, 0.6);
	font-family: 'OpelNext';
	line-height: 1;
}
/****contact-btm-blk****/
.contact-btm-blk {
	padding-top: 12%;
}
.contact-btm-blk::after {
    content: '';
    height: 57%;
    width: 30%;
    background-color: #efefef;
    position: absolute;
    bottom: 29%;
    left: 0%;
    z-index: -1;
}
/*******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;
}

.privacy_section {
  	margin: 3% 0 3%;
  }
.privacy_section h3 {
  	color: #121212;
  }
.form-1 {
  	display: none;
  	margin-top: 20px;
  	float: left;
  	width: 100%;
}
.form-1, .over-ons-gal, .over-ons-part, .man-top-sec, .man-btm-sec{
	background: #f8f8f8;
}
.form-1 .akker_btn_cls{
	margin-left: 0 !important;
	text-align: center !important;
}
/****dtl-menu****/
.dtl-menu {
	background-color: transparent;
	padding: 3rem 0;
}
/****dtl-banner****/
.dtl-banner {
	margin-top: -9rem;
    height: 100%;
    height: 9rem;
}
.dtl-banner img {
	height: 100%;
    object-fit: cover;
}
.each-middle-info .txt-btn h4, .list-sec-info .txt-btn h4, .each-werkplaats-btm-slider-info .txt-btn h4{
	word-break: break-word;
}
.financieren-iframe{
	width: 100%;
	height: 600px;
}
.aanbod-banner .banner-info{
	display: none;
}
.aanbod-banner{
	padding: 0;
  	height: 9.8rem;
}
.klaten-widget{
	background: #121212;
}