@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-size: 1.4rem;
    font-family: 'moderatextended_light';
    color: #121212;
}
html {
    font-size: 62.5%;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/***mini-right-nav***/
.mini-right-nav li{
    margin: 0 0 2px;
    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: #121212;
	border-radius: 0;
}
.mini-right-nav span {
    font-family: 'moderatextended_light';
    font-size:0px;
    bottom: 0;
    right: 0px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index:-1;
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 60px);
	border-radius: 0;
	content: '';
	background-color: #121212;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav .navtext:hover span{ 
	width:auto;
	overflow:visible;
	opacity:1;
	padding: 0 85px 0px 0px; 
	border-radius: 0;
	font-size:16px;
}
.mini-right-nav .navtext:hover {
	text-decoration:none;
}
.mini-right-nav .navtext span, .mini-right-nav .navtext span a{
	color:#fff;
}
.mini-right-nav li.whtasapp-nav .navtext, .mini-right-nav .whtasapp-nav span:after{
	background-color: #23d366;
}
.mini-right-nav img{
	width: 20px;
	position: relative;
	z-index: 1;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 15;
	right: 0px;
}
/*****header*****/
.header-area {
    position: absolute;
    height: auto;
    z-index: 999;
}
.header-wrap {
    padding: 2.5rem 0;
	border-bottom: 1px solid #fff;
}
.header-area .navbar-brand{
	margin: 0;
}
.header-area .navbar-brand img {
    width: 28rem;
}
.header-area .navbar-expand-lg .navbar-nav {
	margin-top: 0;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link, 
.header-area .nav-link,
.menu-items a{
	font-family: 'moderatextended_bold';
	font-size: 1.6rem;
	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: #fff;
}
.header-area .nav-link::before {
	background-color: #fff;
}
.header-area .nav-item{
	margin: 0 2rem;
}
.menu-icon{
    margin-left: 0;
    margin-top: -4px;
	width: 3rem;
}
.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);
	margin: 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: 30rem;
}
.menu-items a:hover{
	color: #EC1C24;
}
.header-contact li {
	display: inline-block;
	margin-right: 2rem;
}
.header-contact li a, .info-wrap td span{
	height: 5rem;
	width: 5rem;
	border: 1px solid #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.header-contact li a:hover, .info-wrap td a:hover span{
	background-color: #EC1C24;
	border-color: #EC1C24;
}
.header-contact li a img, .info-wrap td span img {
	width: 2rem;
}
/***banner-sec***/
.banner-sec {
	position: relative;
	overflow: hidden;
	background: #000;
}
.banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
}
.banner-content img {
	width: 26rem;
	margin-right: 10px;
	margin-top: -8px;
}
.banner-content .border-btn {
	border-color: #fff;
	color: #fff;
	margin-top: 4rem;
}
.banner-content .border-btn:hover,
.banner-content .border-btn:focus,
.banner-content .border-btn:active {
	border-color: #EC1C24;
}
/***product-sec***/
.product-sec {
	background-color: #111111;
	padding: 4% 0;
}
.sec-heading { 
	margin-bottom: 5rem;
}
.sec-heading h4 { 
	color: #AFAFAF;
	font-family: 'moderatextended_light';
	margin-top: 1rem;
}
.product-slider {
	position: relative;
}
.product-slider .swiper-button-next {
	right: -7%;
}
.product-slider .swiper-button-prev {
	left: -7%;
}
.product-dtl {
	padding: 2rem 0;
}
.product-dtl h4 {
	position: relative;
}
.product-dtl h4 span {
	background-color: #111111;
	position: relative;
	z-index: 1;
	padding: 0 2rem;
}
.product-dtl h4::after {
	content: '';
	height: 1px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.product-dtl h5 {
	margin: 1rem 0 3rem;
	opacity: 0.8;
	height: 47px;
	overflow: hidden;
}
.product-dtl p {
	color: #fff;
	font-size: 2.4rem;
    font-family: 'moderatextended_bold';
}
.product-dtl p span {
	margin: 0 2rem;
}
/***service-sec****/
.service-sec {
	padding: 5% 0;
	background-attachment: fixed;
}
.service-heading h4 { 
	margin-bottom: 3.5rem;
}
.service-heading h4 span {
	column-rule: #EC1C24;
}
.service-heading h5 {
	padding-right: 8rem;
}
.service-info table{
	width: 100%;
}
.service-info td {
	padding: 4rem 0 4rem 15%;
	border-bottom: 1px solid #F5F5F5;
	position: relative;
}
.service-info td::after {
	content: '';
	background-image: url(../images/next.svg);
	background-repeat: no-repeat;
	background-size: 1.5rem;
	height: 1.5rem;
	width: 1.5rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.service-info td h4 {
	text-transform: uppercase;
	margin-bottom: 3rem;
}
.service-info td p {
	color: #fff;
	max-width: 48rem;
	width: 100%;
}
/***blog-sec****/
.blog-sec {
	padding: 5% 0;
	background-color: #111111;
}
.blog-text a {
	font-size: 2.4rem;
    font-family: 'moderatextended_bold';
    color: #fff;
}
.blog-text img {
	width: 2rem;
}
.each-blog {
	position: relative;
	overflow: hidden;
	margin: 0.6rem;
}
.blog-text {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
    visibility: hidden;
	transition: all 0.5s;
}
.each-blog:hover .blog-text {
	opacity: 1;
    visibility: visible;
}
.each-blog .blog-img img {
	transition: 0.5s all ease-in-out;
}
.each-blog:hover .blog-img img {
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.blog-tag {
	height: 5rem;
	width: 10rem;
	background-color: rgba(236, 28, 36, 0.8);
	font-size: 2.4rem;
    font-family: 'ovinkbold';
    color: #fff;
	position: absolute;
	left: 0;
    top: 2.5rem;
	transform: rotate(90deg);
	display: flex;
	align-items: center;
	clip-path: polygon(0 0, 83% 0, 100% 100%, 0 100%);
	padding: 0 0 0 3rem;
	line-height: 1;
	z-index: 2;
}
.blog-tag span {
	transform: rotate(-90deg);
}
/***about-us-sec****/
.content-block {
	background-color: #F5F5F5;
	padding: 5% 0;
}
.content-text {
	padding-right: 28%;
}
.content-text h3 {
	color: #121212;
}
.content-text h4 {
	color: #121212;
	font-family: 'moderatextended_light';
	margin: 1rem 0 4rem;
}
.content-text ul {
	margin: 4rem 0;
}
.content-text li {
	position: relative;
	padding-left: 3rem;
	padding-bottom: 2rem;
}
.content-text li::after {
	background-size: 1.6rem;
    position: absolute;
    top: -0.1rem;
    left: 0;
    content: '';
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.content-img {
	position: absolute;
	right: 0;
	width: 44%;
}
/**footer-area***/
.footer-area {
	background-color: #08090C;
	padding: 5% 0 4%;
}
.footer-logo img {
	width: 28rem;
}
.footer-content .akker_btn_cls {
	max-width: 100%;
}
.footer-contact {
	margin: 4rem 0 13%;
}
.each-footer-info h4 {
	color: #fff;
	margin-bottom: 2.5rem;
}
.each-footer-info li {
	margin-bottom: 1rem;
	color: #fff;
}
.each-footer-info a {
	font-size: 1.6rem;
    font-family: 'moderatextended_light';
}
.each-footer-info h6 {
	line-height: 2;
	color: #fff;
}
.each-footer-info td {
	vertical-align: top;
}
.each-footer-info td span {
	display: block;
	font-family: 'moderatextended_bold';
}
.each-footer-info td:nth-child(even) {
	padding-left: 7rem;
}
.footer-content {
	max-width: 100rem;
	width: 100%;
}
.footer-social {
	margin: 6rem 0 4rem;
}
.footer-social ul {
	display: flex;
	align-items: center;
}
.footer-social li:not(:last-child) {
	margin-right: 2rem;
}
.footer-social a {
	height: 5rem;
	width: 5rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-social a:hover {
	background-color: #EC1C24;
}
.footer-social a:hover img {
	filter: invert(1);
}
.footer-social a img {
	width: 1.5rem;
}
.footer-credit h6 {
	color: rgba(255, 255, 255, 0.5);
}
.footer-credit li {
	display: inline-block;
	margin-right: 3rem;
}
.footer-credit li:last-child {
	margin-right: 0;
}
/*=================================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 h4 {
	color: #121212;
}
.modal-area .popup-content p {
    margin: 3rem 0 4rem;
	max-width: 31rem;
	width: 100%;
	opacity: 0.5;
}
.modal-area .popup-content {
    padding: 4rem 20%;
    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: 'moderatextended_light';
}
.close-img:hover {
	color: #fff;
}
/*=================================aanbod page start======================================*/
.inner-banner {
	padding: 14% 0 10%;
}
/***filter-sec**/
.filter-sec {
	padding-top: 4rem;
	background-color: #111111;
}
.select-style {
    width: 100%;
    height: 5.5rem;
    color: #fff;
    font-family: 'moderatextended_medium';
    font-size: 1.6rem;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 0 1.5rem;
    text-align: left;
    appearance: none;
    line-height: 5.4rem;
	background: url(../images/next.svg) #111111 no-repeat 95% center/15px;
	text-overflow: ellipsis;
}
.select-style option{
	font-family: arial;
}
.filter-sec .col-lg-3 {
	padding: 0 4rem;
}
.filter-sec .row {
	margin: 0 -3.5rem;
}
.filter-reset {
	margin: 2rem 2rem 0 0;
}
.filter-reset a {
	font-size: 1.6rem;
	color: #fff;
}
/**aanbod-product-sec***/
.aanbod-product-wrap {
	margin: 0 -0.7rem;
}
.aanbod-product-sec .each-product {
	padding: 0 0.7rem 6rem;
}
/* ============================== Services page start ========================= */
.each-services-list{
	padding-top: 6%;
}
.list-car-content{
	padding:0 0 6rem ;
}
.list-car-content p{
	margin: 4.2rem 0;
	max-width: 45.1rem;
	width: 100%;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-services-list:nth-child(odd){
	background: #111111;
}
.each-services-list:nth-child(odd) .list-car-content{
    padding-left: 8%;
}
.each-services-list:nth-child(even) .list-car-content{
    padding-right: 8%;
}
.each-services-list:nth-child(odd) .list-car-content p{
	color: #fff;
}
.each-services-list:nth-child(even) .list-car-content h3{
    color: #121212;
}
.each-services-list:nth-child(odd) .list-car-box{
	padding-right: 6%;
}
.each-services-list:nth-child(even) .list-car-box{
	padding-left: 6%;
}
/* ============================== Services-dtl page start ========================= */
.back-btn{
	background: #111111;
}
.services-dtl-top-sec{
	padding: 0;
	background: #111111;
}
.services-dtl-top-sec .content-img {
    width: 48%;
}
.services-dtl-top-sec .content-text {
    padding: 3rem 5rem 3rem 0;
}
.services-dtl-top-sec .content-text h3,
.services-dtl-top-sec .content-text p{
	color: #fff;
}
.services-dtl-top-sec .content-text p{
	margin: 3.3rem 0 0;
	max-width: 45.5rem;
	width: 100%;
}
.services-dtl-middle-sec{
	padding: 8% 0;
}
.services-dtl-middle-sec table {
	width: 100%;
}
.services-dtl-middle-sec td{
	width: 50%;
	vertical-align: top;
}
.services-dtl-middle-sec p{
	margin: 4.4rem 0;
}
.services-dtl-middle-sec td:nth-child(odd){
    padding-right: 10%;
}
.services-dtl-middle-sec td:nth-child(even){
    padding-left: 10%;
}
.services-dtl-middle-sec h3{
	color: #121212;
}
.services-dtl-middle-sec li{
	position: relative;
    padding-left: 3rem;
    padding-bottom: 3rem;
}
.services-dtl-middle-sec li:last-child{
	padding-bottom: 0;
}
.services-dtl-middle-sec li::after {
    background-size: 1.6rem;
    position: absolute;
    top: -0.1rem;
    left: 0;
    content: '';
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.services-dtl-middle-wrap{
	max-width: 119rem;
	width: 100%;
}
.services-dtl-form-sec{
	background: #111111;
	padding: 7.3rem 0;
}
.man-info{
	padding: 4rem;
}
.man-info h4{
	margin-bottom: 4rem;
}
.man-info a{
	padding-bottom: 1.4rem;
    display: inline-block;
    font-family: 'moderatextended_medium';
    color: #fff;
}
.man-info a:hover{
	color: #EC1C24;
}
.man-info a:last-child{
	padding-bottom: 0;
}
.man-info p{
	color: #fff;
	margin: 7rem 0 0;
	font-family: 'moderatextended_medium';
}
.form-wrap{
	padding-left: 8%;
}
.form-wrap h3 {
    margin-bottom: 3rem;
}
.form-styl{
	font-family: 'moderatextended_light';
	color: #121212;
	font-size: 1.6rem;
	padding: 1.8rem;
	border: 0;
	border-radius: 0;
	resize: none;
}
.form-styl:placeholder {
	color: #121212;
}
.form-styl:-ms-input-placeholder {
	color: #121212;
}
.form-styl::placeholder {
	color: #121212;
}
.form-styl:focus{
	box-shadow: none;
}
textarea.form-styl{
	min-height: auto;
}
.form-wrap .akker_btn_cls{
	position: absolute;
	bottom: 0;
	right: 0;
}
.services-dtl-bottom-sec{
	padding: 3.5rem 0 5rem;
}
.services-dtl-bottom-sec h3{
	color: #121212;
	margin-bottom: 2.2rem;
}
.services-dtl-gallery .twisted_each_block a {
    padding: 49% 0;
    margin: 0;
}
.services-dtl-gallery .each-blog{
	margin: 0;
}
.text-btn{
	position: relative;
	font-size: 2.4rem;
	font-family: 'moderatextended_medium';
	display: inline-block;
	padding-right: 3rem;
	color: #121212;
	margin-top: 5rem;
}
.text-btn:after{
    background-size: 1.4rem;
    position: absolute;
    top: 1.2rem;
    right: 0;
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    background-image: url(../images/next.svg);
	background-repeat: no-repeat;
}
.services-dtl-bottom-sec .blog-tag {
	font-size: 1.6rem;
	padding: 0 0 0 4rem;
}
.services-dtl-bottom-sec .blog-tag span {
	writing-mode: vertical-rl;
  	text-orientation: upright;
}
/*=================================aanbod-dtl page start======================================*/
/**dtl-bk-btn**/
.dtl-bk-btn {
	position: relative;
	background-color: #111111;
	padding-top: 5rem;
}
.dtl-bk-btn .akker_btn_cls {
	position: absolute;
	color: #fff;
	border-color: #fff;
	margin-top: -1rem;
}
.dtl-bk-btn .akker_btn_cls:hover,
.dtl-bk-btn .akker_btn_cls:focus,
.dtl-bk-btn .akker_btn_cls:active {
	border-color: #EC1C24;
}
.dtl-bk-btn .akker_btn_cls img {
	margin-right: 2rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.dtl-bk-btn .akker_btn_cls:hover img,
.dtl-bk-btn .akker_btn_cls:focus img,
.dtl-bk-btn .akker_btn_cls:active img {
	filter: brightness(10);
	-webkit-filter: brightness(10);
}
/**product-model-sec***/
.product-model-sec {
	background-color: #111111;
}
/***dtl-top-slider**/
.dtl-top-slider {
	background-color: #111111;
	padding: 5rem 0 8rem;
}
.each-dtl-top-car {
	position: relative;
}
.dtl-top-slider .swiper-slide-next .each-dtl-top-car::after,
.dtl-top-slider .swiper-slide-prev .each-dtl-top-car::after {
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.dtl-top-slider .swiper-button-next {
	right: 10%;
}
.dtl-top-slider .swiper-button-prev {
	left: 10%;
}
/***dtl-spec-sec***/
.dtl-spec-sec { 
	background-color: #111111;
	padding: 8rem 0 6rem;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
}
.dtl-spec-sec h3 {
	font-family: 'moderatextended_light';
    background-color: #111111;
    padding: 0 5rem;
    position: relative;
    top: -10rem;
    display: inline-block;
}
.each-dtl-spec li {
	display: inline-block;
	width: 49%;
	margin-bottom: 0.5rem;
	vertical-align: top;
}
.each-dtl-spec li:nth-child(even) h4 {
	font-family: 'moderatextended_light';
}
/****dtl-tab-sec*****/
.dtl-tab-sec {
	background-color: #111111;
	padding-top: 6rem;
}
.dtl-tab-sec .tab-content {
	background-color: #fff;
	padding: 4rem;
	position: relative;
}
.tab-wrap-1,
.tab-wrap-2,
.tab-wrap-3,
.tab-wrap-4,
.tab-wrap-5,
.tab-wrap-6 {
	height: 44rem;
	overflow: hidden;
}
.tab-wrap-1.remove-height,
.tab-wrap-2.remove-height,
.tab-wrap-3.remove-height,
.tab-wrap-4.remove-height,
.tab-wrap-5.remove-height,
.tab-wrap-6.remove-height {
	height: auto;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'moderatextended_bold';
    font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
}
.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 {
    border: 1px solid #111111;
    background-color: transparent;
    color: #fff;
    padding: 1.5rem 4rem;
	border-radius: 0;
	letter-spacing: normal;
	position: relative;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	background-color: #fff;
	color: #121212;
	border-color: #fff
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	border-color: #fff;
}
/*****dtl-tab-content******/
.dtl-tab-sec .tab-content ul li {
    font-family: 'moderatextended_light';
    font-size: 1.6rem;
    color: #121212;
    padding-bottom: 1rem;
    word-break: break-word;
}
.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: #121212;
	font-family: 'moderatextended_medium';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h5 {
    border-bottom: 1px solid #121212;
    padding-bottom: 1rem;
	color: #121212;
}
.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;
    font-family: 'moderatextended_light';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 0.8rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EC1C24;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #EC1C24;
    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;
	font-family: 'moderatextended_light';
}
.each-onderhoud-block h4 {
    color: #121212;
    font-family: 'moderatextended_light';
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #121212;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'moderatextended_light';
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.tab-more-btn {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 2rem 0;
}
.tab-more-btn::after {
	content: '';
	background-color: rgba(255, 255, 255, 0.8);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.tab-more-btn .akker_btn_cls {
	position: relative;
	z-index: 1;
	width: auto;
	max-width: 100%;
	padding-left: 3rem;
	padding-right: 3rem;
}
/***dtl-contact-info***/
.dtl-contact-info {
	max-width: 58rem;
	width: 100%;
	padding: 4rem 0 4rem 3rem;
}
.dtl-contact-info a.akker_btn_cls{
	max-width: 100%;
	margin-top: 2rem;
}
.dtl-contact-info .akker_btn_cls {
	background-color: #EC1C24;
	border-color: #EC1C24;
}
.dtl-contact-info .akker_btn_cls:hover,
.dtl-contact-info .akker_btn_cls:active,
.dtl-contact-info .akker_btn_cls:focus {
	background-color: transparent;
	border-color: #fff;
}
.dtl-contact-info img {
	margin-top: 2rem;
}
.dtl-contact-info h5 {
	font-size: 1.6rem;
	font-family: 'moderatextended_bold';
	margin-bottom: 2rem;
}
.dtl-contact-info hr {
	margin: 3rem 0;
	background-color: transparent;
}
.dtl-contact-info h6 {
	color: #fff;
	line-height: 1.9;
}
.dtl-contact-info p a {
	font-size: 1.6rem;
	font-family: 'moderatextended_light';
	line-height: 1.9;
}
.dtl-contact-info td {
	vertical-align: top;
	color: #fff;
	font-size: 1.6rem;
	font-family: 'moderatextended_light';
	line-height: 1.9;
}
/****related-product-sec*****/
.related-product-sec {
	overflow: hidden;
}
.related-product-sec .sec-heading h3 {
	font-family: 'moderatextended_light';
	position: relative;
}
.related-product-sec .sec-heading h3::after {
	content: '';
    height: 1px;
    width: calc(100vw + 50%);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -50%;
    transform: translateY(-50%);
}
.related-product-sec .sec-heading h3 span {
	background-color: #111111;
    position: relative;
    z-index: 1;
    padding: 0 4rem;
}
/*=====Teeseling-summer-run===============*/
.summer-top-block{
	background: #fff;
	padding-top: 4%;
}
.summer-top-block .content-text h3, .summer-top-block .content-text p{
	color: #1c1c1c;
}
.services-list-sec p a, .summer-top-block p a, .services-dtl-middle-sec p a ,.contact-area p a, .content-block p a{
	color: #EC1C24;
}
.video-block{
	position: relative;
	overflow: hidden;
}
.play-btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
}
.gallery-sec {
	padding: 3rem;
}
.each-gal {
	height: 100%;
	overflow: hidden;
}
.each-gal img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-gal:hover img {
	transform: scale(1.1);
}
.gallery-sec .col-12, .gallery-sec .col-4, .gallery-sec .col-6 {
	padding: 0.7rem;
}
.gallery-sec .col-lg-5 {
	width: 38%;
}
.gallery-sec .col-lg-2 {
	width: 24%;
}

/*==============contact=============*/
.openingtime{
	background: #111111;
	padding: 6% 0;
}
.openingtime p, .openingtime h5{
	color: #fff;
	margin-top: 3rem;
}
.openingtime h5, .info-wrap h5{
	font-family: 'moderatextended_medium';
	line-height: 2.4;
}
.info-wrap{
	padding: 6%;
	width: 100%;
}
.info-wrap h5 span{
	font-family: 'moderatextended_bold';
}
.info-wrap h5{
	color: #1c1c1c;
}
.info-wrap td{
	padding-bottom: 2rem;
}
.info-wrap td a:not(:hover) span{
	border-color: #121212;
}
.info-wrap td a:not(:hover) img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.info-wrap td h5{
	display: inline-block;
	margin-left: 1rem;
}
.info-wrap a:hover h5{
	color: #EC1C24;
}
.info-wrap p{
	margin-top: 12%;
}
.contact-area{
	padding-top: 6%;
}
.contact-area img.w-100 {
	height: 100%;
	object-fit: cover;
}
.map-sec .form-wrap{
	padding: 0 8%;
}
.oveons-middle-block .service-info td::after {
  background-image: url(../images/bullet.svg);
}

/*******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 h5{
    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_contnt{
	margin-bottom: 2rem;
}
.star_icon p{
    font-family: 'moderatextended_light';
    font-size: 16px;
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}

.form-1 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
}
.privacy-header, .error_background{
	background-color: #111111;
}
.privacy-header .header-wrap, .error_page .header-wrap{
	border-bottom: 0;
}
.privacy-sec{
	margin-top: 90px;
}
.privacy_section h3{
	color: #111111;
}
.error_background{
	padding: 50px;
}
.Mybtn1{
	cursor:pointer;
}
#aanbod-menu4 iframe
{
	height: 2000px;
}
.verkocht_filter{
	padding-bottom: 30px;
}
.aanbod-header .header-wrap{
	border-bottom: 0;
}
.inner-banner.aanbod-banner{
	height: 120px;
	padding: 0;
}
/****Banner overlay****/
.home-banner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../images/gradient.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer_review{
	margin-top: 6rem;
}
.tab-content .form-styl{
	border: .5px solid #cacad2;
}
.new_link {
	color: #FFF;
	background: rgb(25, 123, 255);
	font-size: 15px;
	text-align: center;
	padding: 14px 20px;
	border-radius: 35px;
	display: inline-block;
	margin-bottom: 1.5rem !important;
	line-height: normal;
	margin-right: 10px;
}
.new_link .ideal_logo{
	width: 19px;
	margin-right: 5px;
	margin-top: -6px;
}
.webshop-button-wrap{
	max-width: 480px;
}
@media(max-width: 1199.98px){
	.new_link{
		margin-right: 5px;
		padding: 14px;
		font-size: 14px;
	}
}
@media(max-width: 450px){
	.new_link {
    	margin-right: 2px;
    	padding: 10px;
    	font-size: 12px;
  	}
  	.new_link .ideal_logo {
  		width: 15px;
  		margin-right: 2px;
  		margin-top: -2px;
	}
}
/*================new-aanbod===============*/
.inner-banner.car-list-banner{
	padding-top: calc(100px + 8%);
	padding-bottom: 8%;
	z-index: 1;
}
.car-list-banner:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(7, 7, 7, 0.72) 0%, #070707 100%);
	z-index: -1;
}
.filter-sec.new-filter, .new-filter .select-style, .car-list{
	background-color: #070707;
}
.car-list{
	padding: 90px 0 30px;
}
.car-list .each-grid-img{
	padding: 10px;
}
.car-list img.h-100{
	object-fit: cover;
}
.car-list .common-arrow{
	width: 44px;
  	height: 21px;
  	background-color: #e1e1e1;
}
.car-list .common-arrow img {
	width: 8px;
}
.car-list .swiper-button-next{
	right: 20px;
}
.car-list .swiper-button-prev{
	left: 20px;
}
.car-list .d-table{
	padding-left: 20px;
}
.car-list h4, .car-list p, .car-list td, .car-list-btn{
	font-family: 'ModeratExtended';
	line-height: normal;
	color: #FFF;
}
.car-list h4, .car-list td{
	font-size: 2.4rem;
}
.car-list p, .car-list td span{
	color: rgba(255, 255, 255, 0.50);
}
.car-list p, .car-list td span, .car-list-btn{	
	font-size: 1.6rem;
}
.car-list p{
	margin-top: 7px;
	min-height: 22px;
	max-height: 42px;
  	overflow: hidden;
}
.car-list td span{
	display: block;
	margin-bottom: 6px;
}
.car-list table{
	width: 100%;
	margin: 55px 0;
}
.car-list tr{
	display: flex;
	justify-content: space-between;
}
.car-list-btn{
	color: #EC1C24;
	padding: 14px 0;
	max-width: 174px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.car-list-btn:hover{
	background: #EC1C24 !important;
	color: #fff;
}