@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	color: #121212;
    font-family: 'open_sansregular';
    font-size: 1.6rem;
}
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;
}
/*=============header===========*/
.header-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 6rem 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-bottom: 1px solid transparent;
}
.logo{
	width: 14.5rem;
}
.header-area li {
	display: inline-block;
	vertical-align: middle;
}
.header-area li a{
	font-family: 'open_sansregular';
	font-size: 1.8rem;
	margin-left: 5rem;
}
.header-area .menu-items li a{
	margin-left: 0;
}
.menu-items a:hover {
    text-decoration: underline;
	color: #fff;
}
.menu-icon {
    width: 18px;
    top: .5rem;
}
.header-area.is-hidden {
	position: fixed !important;
	background: #36414F;
	padding: 2.4rem 0;
	border-color: rgba(255,255,255,0.05);
}
/*==============fixed-wp===========*/
.fixed-wp {
	border-radius: 5px 0 0 5px;
    background-color: #26BE00;
    width: 13.6rem;
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 0;
    padding: 1rem 1.6rem;
}
.fixed-wp a {
    display: flex;
    align-items: center;
	justify-content: center;
}
.fixed-wp a:hover {
	text-decoration: none;
}
.fixed-wp span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-wp-part-info {
    margin-left: 1rem;
}
.footer-wp-part-info h6 {
	font-size: 1.4rem;
	font-family: 'lama_sansmedium';
	color: #fff;
	line-height: 20px;
}
/*==============banner===========*/
.banner-content{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    width: 100%;
}
.banner-content h6 {
	color: #fff;
}
.home-banner .swiper-pagination{
	bottom: 6rem;
	left: calc(11% + .75rem);
}
.home-banner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: .50;
	margin: 0 8px !important;
	position: relative;
}
.home-banner .swiper-pagination-bullet-active{
	opacity: 1;
}
.home-banner .swiper-pagination-bullet-active:after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 22px;
	height: 22px;
	content: '';
	border: 1px solid #fff;
	opacity: 0.50;
	border-radius: 100%;
}
.banner-bottom .text-btn {
	color: #969696;
	text-transform: uppercase;
	font-size: 1.8rem;
	font-family: 'open_sanssemibold';
}
.banner-bottom .akker_btn_cls {
	background-color: #fff;
	border-color: #fff;
}
.banner-bottom .akker_btn_cls:hover {
	background-color: #36414F;
	border-color: #36414F;
}
.banner-bottom .text-btn::after {
    background-image: url(../images/banner-text-btn-arrow.svg);
}
.banner-bottom {
	position: absolute;
	left: 0;
	bottom: 7rem;
	width: 100%;
	z-index: 9;
}
.banner-bottom .swiper-pagination{
	left: 0;
	text-align: left;
	bottom: 0;
	width: 100%;
}
.banner-bottom ul {
	display: flex;
	justify-content: end;
	column-gap: 8rem;
	align-items: center;
}
.banner-bottom hr {
	height: 3px;
	background-color: rgba(255, 255, 255, 0.50);
	margin-bottom: 3.5rem;
}
.banner-bottom li a:hover {
	text-decoration: none;
}
.banner-content-part {
	display: table;
	margin-left: auto;
}
/*==============product===========*/
.product-sec {
	padding: 13rem 0 15.5rem;
}
.product-content h6 {
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
}
.product-slider {
	margin-right: -45rem;
}
.each-product {
	margin-top: 3rem;
  	border: 2px solid transparent;
  	padding: 10px;
  	transition: all 0.5s;
  	-webkit-transition: all 0.5s;
}
.each-product:hover {
	border-color: #36414F;
}
.product-slider a:hover, .aanbod-list-product-sec a:hover{
	text-decoration: none;
}
.product-price {
	display: flex;
}
.product-price h5 {
	color: #000;
	font-family: 'open_sanssemibold';
}
.product-price h5 span {
	color: rgba(0, 0, 0, 0.50);
	font-family: 'open_sansregular';
	margin-left: 4.4rem;
}
.product-top-content h6 {
	margin: 1.5rem 0 0;
	height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-sec .common-arrow {
    top: 4rem;
}
.product-sec .common-arrow img {
	width: 3.4rem;
}
.product-sec .swiper-button-prev {
    left: auto;
    right: 4rem;
}
.product-sec .swiper-button-next {
    left: auto;
    right: 0;
}
.product-btn {
	margin-top: 1.5rem;
}
.product-btn .text-btn {
	font-size: 1.8rem;
}
.product-btn .text-btn:hover,
.product-btm-btn .text-btn:hover {
	color: #000;
	text-decoration: none;
}
.product-btm-btn {
	margin-top: 9.5rem;
}
.product-btm-btn .text-btn {
	margin-right: 10rem;
}
.product-content {
	padding-top: 2.5rem;
}
.product-slider a:hover{
	text-decoration: none;
}
.product-content h4{
	font-size: 2.4rem;
	font-family: 'lama_sansmedium';
	margin-bottom: 6px;
	height: 36px;
	overflow: hidden;
}
.product-content p{
	font-size: 1.4rem;
	line-height: 20px;
  	margin-bottom: 20px;
  	height: 44px;
  	overflow: hidden;
}
.product-content ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.product-content li {
	color: #fff;
	font-family: 'lama_sansmedium';
	font-size: 1.4rem;
	line-height: 20px;
	padding: 5px 8px;
	background-color: #36414F;
}
.product-sec hr {
	margin: 4rem 0 7.5rem;
	background-color: #D9D9D9;
	height: 3px;
}
.product-slider .swiper-pagination{
	top: -3rem;
    left: 0;
    text-align: left;
	bottom: auto;
}
.product-slider .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: rgba(217, 217, 217, 0.50);
	opacity: .50;
	margin: 0 8px !important;
	position: relative;
}
.product-slider .swiper-pagination-bullet-active{
	opacity: 1;
}
.product-slider .swiper-pagination-bullet-active:after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 22px;
	height: 22px;
	content: '';
	border: 1px solid #d9d9d9;
	opacity: 0.50;
	border-radius: 100%;
}
.product-slider .swiper-pagination-bullet.active{
	background-color: #d9d9d9;
}
/*==============service===========*/
.service-slider {
	margin-right: -140rem;
	margin-left: -26rem;
	padding-top: 11rem;
}
.service-sec .common-arrow {
    top: 4rem;
}
.service-sec .common-arrow img {
	width: 3.4rem;
}
.service-sec .swiper-button-prev {
    left: auto;
    right: 4rem;
}
.service-sec .swiper-button-next {
    left: auto;
    right: 0;
}
.service-img img {
	height: 100%;
	object-fit: cover;
}
.service-slider .swiper-slide {
	height: auto;
}
.service-slider .row {
	height: 100%;
}
.service-sec hr {
	margin: 4rem 0 7.5rem;
	background-color: #D9D9D9;
	height: 3px;
}
.service-slider .swiper-pagination{
	top: -3rem;
    left: 8%;
    text-align: left;
	bottom: auto;
}
.service-slider .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(217, 217, 217, 0.50);
	opacity: .50;
	margin: 0 8px !important;
	position: relative;
}
.service-slider .swiper-pagination-bullet-active {
	opacity: 1;
}
.service-slider .swiper-pagination-bullet-active:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 22px;
	height: 22px;
	content: '';
	border: 1px solid rgba(217, 217, 217, 0.50);
	opacity: 0.50;
	border-radius: 100%;
}
.service-top {
	margin-top: 3rem;
}
.service-content {
	display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    padding: 0 16rem 3rem 0;
    position: relative;
}
.service-content h3 {
    font-size: 3.8rem;
    color: rgba(150, 150, 150, 0.5);
    position: absolute;
    top: 0;
	left: 1.5rem;
}
.service-content h2 {
	font-family: 'open_sansregular';
    margin-left: -15rem;
}
.service-content .text-btn {
	font-size: 1.8rem;
}
.service-content p {
	margin: 3rem 0 11rem;
	padding-left: 5rem;
	font-size: 1.8rem;
}
.service-content .text-btn {
	padding-left: 6rem;
}
.service-content .text-btn:hover {
	text-decoration: none;
	color: #000;
}
.service-img {
	width: 66%;
}
.service-content-part {
	height: 100%;
}
.service-content {
	width: 34%;
	display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 0 16rem 3rem 0;
    position: relative;
}
/*==============home-mid-sec===========*/
.home-mid-sec {
	background-color: #36414F;
	padding: 16rem 0 4rem;
}
.home-mid-sec p {
	margin-bottom: 6rem;
    max-width: 53rem;
    width: 100%;
    line-height: 32px;
    font-size: 1.8rem;
    letter-spacing: 0.72px;
}
.home-mid-sec h6 {
	margin-top: 10rem;
	color: #fff;
	font-family: 'open_sanssemibold';
	text-transform: uppercase;
	border-top: 3px solid rgba(255, 255, 255, 0.50);
	padding-top: 1rem;
	font-size: 2.4rem;
}
.home-mid-sec .text-btn {
	color: #fff;
    padding-right: 7rem;
    font-size: 1.8rem;
}
.home-mid-sec .text-btn:hover {
	text-decoration: none;
	color: #fff;
}
.home-mid-sec .text-btn::after {
	background-image: url(../images/home-mid-right-arrow.svg);
}
.home-mid-sec ul {
	margin-top: 4.5rem;
}
.home-mid-sec li {
	color: #FFF;
	font-family: 'open_sansregular';
	font-size: 2.4rem;
	line-height: normal;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
	margin-bottom: 4rem;
	padding-bottom: 2rem;
}
.home-btm-title h2 {
    font-size: 27.5rem;
    font-family: 'open_sansregular';
    color: rgba(255, 255, 255, 0.05);
    line-height: normal;
    letter-spacing: -24.75px;
    text-transform: none;
    position: absolute;
    bottom: -85px;
    z-index: 99;
    pointer-events: none;
}
.home-mid-sec .dtl-mid-info{
	padding-left: 2rem;
	padding-right: 0;
}
.home-mid-sec .dtl-mid-info .accordion-item h6{
	text-transform: none;
	border-top: none;
	margin-top: 2rem;
	font-family: 'open_sansregular';
	font-size: 1.8rem;
}
.home-mid-sec .dtl-mid-info .accordion-button::after{
	display: none;
}
/*==============gallery===========*/
.gallery-sec {
	padding: 15rem 0 12rem;
}
.gallery-slider {
	margin-right: -57rem;
    margin-left: -40rem;
	padding-top: 3.5rem;
}
.gallery-sec .common-arrow {
    top: 4rem;
}
.gallery-sec .common-arrow img {
	width: 3.4rem;
}
.gallery-sec .swiper-button-prev {
    left: auto;
    right: 4rem;
}
.gallery-sec .swiper-button-next {
    left: auto;
    right: 0;
}
.gallery-sec hr {
	margin: 4rem 0 7.5rem;
	background-color: #D9D9D9;
	height: 3px;
}
.gallery-slider .swiper-pagination{
	top: -3rem;
    left: 16%;
    text-align: left;
	bottom: auto;
}
.gallery-slider .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: rgba(217, 217, 217, 0.50);
	opacity: .50;
	margin: 0 8px !important;
	position: relative;
}
.gallery-slider .swiper-pagination-bullet-active{
	opacity: 1;
}
.gallery-slider .swiper-pagination-bullet-active:after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 22px;
	height: 22px;
	content: '';
	border: 1px solid #d9d9d9;
	opacity: 0.50;
	border-radius: 100%;
}
.each-gal {
/*	height: 47rem;*/
	overflow: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*.gallery-slider .swiper-slide:nth-child(even) .each-gal {
	height: calc(100% - 20%);
}*/
.each-gal:hover img {
	transform: scale(1.2);
}
/*==============footer===========*/
.footer-area {
	background-color: #1B1B1B;
	padding: 6rem 0 6rem;
}
.footer-logo img {
	width: 10rem;
}
.each-footer-right h5 {
	margin-bottom: 3rem;
}
.each-footer-right ul li a, 
.each-footer-right a {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'open_sansregular';
	font-size: 1.6rem;
	line-height: 22px;
	letter-spacing: 0.64px;
}
.each-footer-right ul li a:hover,
.each-footer-right a:hover {
	text-decoration: underline;
	color: rgba(255, 255, 255, 0.50);
}
.each-address a {
	/*color: rgba(255, 255, 255, 0.80);*/
}
.each-address a:hover {
	text-decoration: underline;
}
.footer-google-review {
	margin-top: 9rem;
}
.footer-google-review img {
	width: 29.7rem;
}
.footer-icon img {
	width: 2.4rem;
}
.footer-icon {
	text-align: right;
    margin-top: 9rem;
}
.footer-area hr {
	height: 3px;
	background-color: rgba(255, 255, 255, 0.30);
	margin-bottom: 3.5rem;
	margin-top: 3rem;
	margin-bottom: 6rem;
}
.footer-icon a {
	margin-left: 2rem;
}
.footer-credit a {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'open_sansregular';
	font-size: 1.6rem;
	line-height: 22px;
	letter-spacing: 0.64px;
}
.footer-credit a:hover {
	text-decoration: underline;
}
/*======================diensten-list========================*/
.inner-banner .banner-content h2 {
	color: #fff;
	border-bottom: 3px solid rgba(255, 255, 255, 0.50);
	padding-bottom: 0.5rem;
}
.list-top {
	padding: 10.5rem 0 14rem;
  	text-align: center;
}
.list-top-title {
	position: relative;
    background: #fff;
}
.list-top-title::before {
	position: absolute;
    content: "";
    background-color: #D9D9D9;
    height: 3px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.list-top-title h3 {
	margin-bottom: 3.5rem;
}
.list-top-title h3 span {
	background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 5.5rem;
}
.list-top p {
	max-width: 100rem;
    margin: 0 auto;
}
.list-img {
    position: relative;
    z-index: 1;
}
.list-img::before {
    content: "";
    position: absolute;
    background-color: #36414F;
    left: 11%;
    height: 96%;
    width: 93.2%;
    bottom: 10%;
    z-index: -1;
}
.list-info {
	padding-left: 5.5rem;
}
.list-sec .each-list:nth-child(even) .list-info {
	padding-right: 5.5rem;
	padding-left: 0;
}
.list-info h2 {
	color: #121212;
	font-family: 'open_sanssemibold';
	text-transform: none;
}
.list-info p {
	margin: 3rem 0 6rem;
    max-width: 57rem;
	width: 100%;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-sec .row {
	margin-bottom: 16.5rem;
}
/*.list-btm {
	padding-bottom: 13rem;
}*/
.list-btm-img{
	height: 100%;
}
.list-btm-img img{
	height: 100%;
	object-fit: cover;
}
.list-btm-info {
	background-color: #36414F;
	padding: 4.5rem 7rem;
}
.list-btm-info h2 {
	text-transform: none;
}
.list-btm-info p {
	margin: 3.7rem 0;
	max-width: 38rem;
	width: 100%;
}
.list-btm-info .akker_btn_cls {
	border-color: #fff;
	color: #fff;
}
.list-btm-info .akker_btn_cls:hover {
	background-color: #fff;
	color: #36414F;
}
/*======================diensten-dtl========================*/
.inner-header {
	background-color: #36414F;
}
.back-btn {
	background-color: #36414F;
    position: relative;
   	padding-top: 15rem;
}
.back-btn .text-btn {
	font-size: 1.6rem;
	color: #fff;
	padding-left: 5rem;
}
.back-btn .text-btn::after {
	background-image: url(../images/back-btn-left-arrow.svg);
	left: 0;
}
.back-btn .text-btn:hover {
	text-decoration: none;
}
.back-btn .text-btn:hover::after {
    left: -1rem;
}
.service-back-btn{
	padding-bottom: 5rem;
}
.dtl-list-sec .list-info {
	padding-left: 0;
	padding-right: 5.5rem;
}
.list-sec.dtl-list-sec .row {
	margin-bottom: 0;
}
.dtl-list-top-sec {
	padding-top: 25rem;
}
.dtl-mid-sec {
	padding: 12rem 0 13rem;	
}
.dtl-mid-top-content {
	background-color: #36414F;
    padding: 6rem 12rem;
    width: calc(100% - 7rem);
    margin-left: auto;
}
.dtl-mid-top-content h3 {
	color: #fff;
	margin-bottom: 4rem;
}
.dtl-mid-top-content p {
	max-width: 73rem;
	width: 100%;
}
.dtl-mid-info {
	padding: 2rem 6.5rem 7rem 8.5rem;
    background-color: #36414F;
	margin-left: -2rem;
}
.dtl-mid-sec-img {
	position: relative;
	z-index: 1;
}
.dtl-mid-info .accordion-button::after {
    background-image: url(../images/accordian-down-arrow.svg);
    width: 2.4rem;
    height: 2.4rem;
    background-size: contain;
}
.dtl-mid-info .accordion-button:not(.collapsed)::after {
    background-image: url(../images/accordian-up-arrow.svg);
    width: 2.4rem;
    height: 2.4rem;
    background-size: contain;
	transform: rotate(0);
	position: absolute;
	top: 2rem;
    right: 0;
}
.dtl-mid-info .accordion-item h6 {
	font-size: 1.6rem;
	font-family: 'open_sansbold';
	color: #fff;
}
.dtl-mid-info .accordion-item h6 img {
	margin-right: 1rem;
}
.dtl-mid-info .accordion-body {
    padding: 5rem 13rem 2rem 0;
	background-color: #36414F;
}
.dtl-mid-info .accordion-button {
    padding: 2rem 0 1rem;
    background-color: #36414F;
	border-bottom: 1px solid #fff !important;
}
.dtl-mid-info .accordion-item {
    border: none;
    background-color: transparent;
}
.dtl-mid-info .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.dtl-mid-info .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.dtl-gallery-sec {
	padding: 9rem 0 13rem;
}
.dtl-gallery-slider {
	padding-top: 10rem;
}
.dtl-gallery-sec .common-arrow {
    top: 4rem;
}
.dtl-gallery-sec .common-arrow img {
	width: 3.4rem;
}
.dtl-gallery-sec .swiper-button-prev {
    left: auto;
    right: 4rem;
}
.dtl-gallery-sec .swiper-button-next {
    left: auto;
    right: 0;
}
.dtl-gallery-sec hr {
	margin: 4rem 0 7.5rem;
	background-color: #D9D9D9;
	height: 3px;
}
.dtl-gallery-slider .swiper-pagination{
	top: -3rem;
    left: 0;
    text-align: left;
	bottom: auto;
}
.dtl-gallery-slider .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: rgba(217, 217, 217, 0.50);
	opacity: .50;
	margin: 0 8px !important;
	position: relative;
}
.dtl-gallery-slider .swiper-pagination-bullet-active{
	opacity: 1;
	background: #d9d9d9;
}
.dtl-gallery-slider .swiper-pagination-bullet-active:after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 22px;
	height: 22px;
	content: '';
	border: 1px solid #d9d9d9;
	border-radius: 100%;
}
.each-dtl-gal {
	position: relative;
	overflow: hidden;
}
.each-dtl-gal-info h6 {
	font-size: 1.6rem;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	/*display: none;*/
	z-index: 1;
}
.each-dtl-gal:hover .each-dtl-gal-info h6 {
	display: block;
}
.each-dtl-gal-btn {
	position: absolute;
	bottom: 2.5rem;
	right: 2rem;
	display: none;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 9;
}
.each-dtl-gal-btn .text-btn::after {
	background-image: url(../images/dtl-gal-right-arrow.svg);
}
.each-dtl-gal-btn .text-btn:hover::after {
    right: 2rem;
}
.each-dtl-gal:hover .each-dtl-gal-btn {
	display: block;
}
.each-dtl-gal::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*.dtl-gallery-slider .swiper:hover .each-dtl-gal::after{
	opacity: .75;
}*/
.each-dtl-gal:hover::after {
	opacity: .5 !important;
}
.each-dtl-gal img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-dtl-gal:hover img{
	transform: scale(1.1);
}
/*======================contact========================*/
.map {
	width: 100%;
    height: 78.5rem;
	position: relative;
}
.banner-content.contact-banner{
	top: 30%;
}
.banner-content.contact-banner h2 {
    color: #fff;
    border-bottom: 3px solid rgba(255, 255, 255, 0.50);
    padding-bottom: 0.5rem;
}
.contact-top {
	padding-bottom: 22.7rem;
}
.contact-top-img {
	position: relative;
    z-index: 1;
    margin-top: -21rem;
}
.contact-top-info {
	padding: 6.5rem 4rem 3.5rem;
	background-color: #EDEDED;
}
.contact-top-info p {
	margin: 4rem 0 3.5rem;
	max-width: 37rem;
	width: 100%;
}
.contact-right-top {
	background-color: #36414F;
	padding: 7.5rem 4rem 4.5rem;
}
.contact-right-top h2 {
	font-family: 'open_sanssemibold';
	text-transform: none;
	margin-bottom: 4rem;
}
.contact-right-top a {
	font-size: 1.8rem;
	font-family: 'open_sansregular';
}
.contact-right-top a:hover {
	color: #fff;
	text-decoration: underline;
}
.contact-right-top h5 {
	color: #fff;
	margin-top: 8rem;
}
.contact-right-top h6 {
	color: #fff;
	margin-top: 2rem;
	line-height: 27.09px;
}
.contact-right-bottom {
	padding: 10rem 3.5rem;
}
.contact-right-bottom h5 {
	font-size: 2.4rem;
	color: #121212;
	font-family: 'open_sanssemibold';
	margin-bottom: 2.5rem;
}
.contact-right-bottom a {
	font-size: 1.8rem;
	font-family: 'open_sansregular';
	color: rgba(18, 18, 18, 0.5);
	line-height:  27.09px;
}
.contact-right-bottom a:hover {
	text-decoration: underline;
}
.form-sec {
	padding-bottom: 13.4rem;
}
.form-wrap {
	background-color: #36414F;
	padding: 7.5rem 7.5rem 6rem;
}
.form-wrap h2 {
	text-transform: none;
	margin-bottom: 5rem;
}
.form-group {
    padding-bottom: 1rem;
    padding-right: 1rem;
}
.form-styl {
    font-family: 'open_sansregular';
    color: #121212;
    font-size: 1.7rem;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	line-height: 28px;
    resize: none;
    border: none;
    outline: none;
    padding: 1.6rem 1.8rem;
}
.form-styl:focus{
    color: #121212;
    background: #fff;
    outline: 0;
    box-shadow: none;
}
.form-styl:placeholder{
    color: #121212; 
}
.form-styl:-ms-input-placeholder{
    color: #121212; 
}
.form-styl::placeholder {
    color: #121212;
}
.form-btn {
	margin-top: 2rem;
	margin-right: 1rem;
}
.form-btn .akker_btn_cls {
	border-color: #fff;
	color: #fff;
}
.form-btn .akker_btn_cls:hover {
	background-color: #fff;
	color: #36414F;
}
/*======================over-ons========================*/
.over-ons-top .list-top-title::before {
	display: none;
}
.over-ons-accordian-content {
	background-color: #36414F;
	padding: 8rem 15.5rem 8rem 6rem;
}
.over-ons-accordian-img {
	margin-left: -9.5rem;
	position: relative;
    z-index: 1;
	height: 100%;
}
.over-ons-accordian-img img {
	height: calc(100% - 15rem);
	object-fit: cover;
}
.over-ons-accordian-content .accordion-button {
	background: #36414F;
	padding: 2rem 3rem;
}
.over-ons-accordian-content h3 {
	color: #fff;
}
.over-ons-accordian-content .accordion-item {
	border: 1px solid #fff;
	border-radius: 0;
}
.over-ons-accordian-content .accordion-item h6 {
	color: #fff;
	font-size: 1.6rem;
}
.over-ons-accordian-content p {
	margin: 3.5rem 0 2.5rem;
}
.over-ons-accordian-content .accordion-item:first-of-type .accordion-button {
	border-radius: 0;
}
.over-ons-accordian-content .accordion-button:focus {
    border-color: #fff;
    box-shadow: none;
}
.over-ons-accordian-content .accordion-button::after {
    background-image: url(../images/accordian-down-arrow.svg);
    width: 2.4rem;
    height: 2.4rem;
    background-size: contain;
}
.over-ons-accordian-content .accordion-button:not(.collapsed)::after {
    background-image: url(../images/accordian-up-arrow.svg);
    width: 2.4rem;
    height: 2.4rem;
    background-size: contain;
	transform: rotate(0);
	position: absolute;
	top: 2rem;
    right: 3rem;
}
.over-ons-accordian-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: #36414F;
}
.over-ons-accordian-content .accordion-body {
    background: #36414F;
	padding: 2rem 3rem;
}
.over-ons-accordian-btm-img {
	position: relative;
	z-index: 1;
}
.counter-sec{
	padding: 8rem 0 13rem;
}
.each-counter{
	text-align: center;
}
.each-counter h2{
	color: rgba(54, 65, 79, 1);
}
.each-counter h2 span {
	font-size: 4.8rem;
	font-family: 'open_sansregular';
	color: rgba(54, 65, 79, 1);
}
.each-counter h6 {
	color: rgba(18, 18, 18, 1);
	font-size: 2rem;
	margin-top: 1.4rem;
}
/*======================aanbod-dtl========================*/
.aanbod-dtl-back-btn .text-btn  {
	z-index: 1;
}
.aanbod-dtl-banner {
	padding-top: 5rem;
}
.aanbod-dtl-banner h6{
	color: #fff;
	margin-left: 20px;
}
.aanbod-dtl-banner::after {
	content: '';
    position: absolute;
    background-color: #36414F;
    height: 50rem;
    width: 100%;
    top: 0;
    z-index: -1;
}
.aanbod-dtl-banner-top {
	margin-bottom: 2.5rem;
}
.aanbod-dtl-banner-top a:hover {
	text-decoration: none;
}
.aanbod-dtl-banner-top h2 {
	color: #fff;
}
.aanbod-dtl-banner-top img {
	margin-right: 1rem;
}
.aanbod-dtl-banner-top a {
	font-size: 1.6rem;
	color: #a8a8a8;
}
.aanbod-dtl-images{
	margin-top: 1.5rem;
}
.each-aanbod-dtl-img {
	margin-right: 1.5rem;
}
.each-aanbod-dtl-img:last-child {
	margin-right: 0;
}
.show-car{
	display: none;
}
.add {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.add:before{
	position: absolute;
	left: 50%;
    top: 50%;
    content: '';
    transform: translate(-50% ,-50%);
    width: 5.7rem;
    height: 5.7rem;
    background: url(../images/plus.svg) no-repeat center / cover;
}
.aanbod-dtl-btm .col-xl-8 {
	width: 61%;
}
.aanbod-dtl-btm .col-xl-4 {
	width: 39%;
}
.aanbod-dtl-right {
	background-color: #fff;
	padding: 4rem 4rem 0 4rem;
}
.aanbod-dtl-right-table {
    margin: 2rem 0;
}
.aanbod-dtl-right-table td img {
    margin-right: 1.7rem;
}
.aanbod-dtl-right-table td {
    display: inline-block;
    width: 49%;
    font-size: 1.6rem;
    font-family: 'open_sansregular';
    color: #A8A8A8;
    margin-bottom: 1.8rem;
}
.aanbod-dtl-right-info h5 {
	color: #121212;
	font-family: 'open_sansbold';
}
.aanbod-dtl-right-info h6 {
	font-size: 2rem;
	font-family: 'open_sanssemibold';
	color: #828282;
}
.aanbod-dtl-right-info h6 span {
	text-decoration: underline;
}
.aanbod-dtl-right-info {
	margin-bottom: 3rem;
}
.aanbod-dtl-right-info h5 span{
	display: block;
	font-family: 'open_sanssemibold';
	font-size: 2.3rem;
}
.aanbod-dtl-right .common-btn {
    max-width: initial;
	text-align: left;
	margin-bottom: 1rem;
	position: relative;
	padding-right: 5rem;
}
.aanbod-dtl-right .common-btn:hover {
	text-decoration: none;
}
.aanbod-dtl-right .common-btn::after {
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/aanbod-dtl-right-arrow.svg);
    background-position: center;
    background-size: 2rem;
    background-repeat: no-repeat;
    height: 2rem;
    width: 2rem;
    content: "";
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-right .common-btn:hover::after {
	filter: brightness(1) invert(1);
	right: 4rem;
}
.aanbod-dtl-right-btm {
	background-color: #36414F;
	padding: 2rem 2.5rem;
}
.aanbod-dtl-right-btm h5 {
	font-size: 2.4rem;
	color: #fff;
}
.aanbod-dtl-right-btm h6 {
	font-size: 1.6rem;
	color: #fff;
	margin: 1rem 0 3rem;
}
.aanbod-dtl-right-btm td {
    display: inline-block;
    width: 49%;
    margin-bottom: 1rem;
}
.aanbod-dtl-right-btm a {
	font-size: 1.6rem;
    font-family: 'open_sansregular';
    color: #fff;
}
.aanbod-dtl-right-btm img {
    margin-right: 1.7rem;
}
/*****tab-section****/
.dtl-tab-sec{
	padding: 6.5rem 0 5.5rem;
}
.dtl-tab-sec hr {
	background-color: #d9d9d9;
	height: 3px;
	margin-bottom: 6rem;
	margin-top: 0;
}
.dtl-tab-sec .tab-btn{
	margin-bottom: 6.8rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 2px solid #36414F;
    background-color: transparent;
	text-transform: none;
    color: rgba(18, 18, 18, 1);
	padding: 1.2rem 2rem;    
    letter-spacing: normal;
	border-radius: 0;
	width: 100%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'open_sansregular';
	font-size: 1.8rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
	margin-bottom: 1rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.tab-btn .nav-tabs .nav-item .nav-link.active {
	background-color: #36414F;
	border-color: #36414F;
	color: rgba(255, 255, 255, 1);
}
/*****tab-content****/
.dtl-tab-sec .tab-content p {
	color: #121212;
	font-size: 1.8rem;
	max-width: 73rem;
	line-height: 32px;
	letter-spacing: 0.72px;
}
.each-kenmerken {
	border: 1px solid #132433;
	padding: 2.5rem 4rem;
	margin-bottom: 4rem;
	margin-right: 7.5rem;
}
.each-kenmerken h6 {
	font-family: 'open_sanssemibold';
	font-size: 1.6rem;
	color: #A8A8A8;
	margin-bottom: 2.5rem;
}
.each-kenmerken h5 {
	font-size: 2rem;
	color: #121212;
	font-family: 'open_sanssemibold';
}
.dtl-tab-sec .tab-content ul li {
	font-family: 'open_sansregular';
    font-size: 1.8rem;
    color: #121212;
    margin-bottom: 1rem;
    word-break: break-word;
	line-height: 32px;
	letter-spacing: 0.72px;
}
.bullet-panel h4 {
    border-bottom: 1px solid #121212;
    padding-bottom: 1rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.6rem;
    position: absolute;
    top: 1.3rem;
    left: 0;
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-iframe hr {
	background-color: #d9d9d9;
	height: 3px;
}
.dtl-iframe img {
	margin-bottom: 6.5rem;
}
.dtl-iframe h5 {
	color: #121212;
	font-family: 'open_sansbold';
	font-size: 2rem;
	margin: 6rem 0 5.5rem;
}
.aanbod-dtl-form-sec {
	padding: 6rem 0 4rem;
}
.aanbod-dtl-form-sec hr {
	background-color: #d9d9d9;
    height: 3px;
	margin-top: 6rem;
}
.aanbod-dtl-product-sec {
	padding: 10rem 0;
}
/*======================aanbod-list========================*/
.filter-sec {
	padding: 4rem 0 14.5rem;
}
.filter-sec .row {
    width: 100%;
}
.filter-sec .col-md-3 {
    width: 14%;
}
.filter-sec .select-style {
    width: 100%;
    color: #000;
	font-family: 'open_sansregular';
    font-size: 1.6rem;
    border-bottom: 1px solid #121212;
	text-transform: none;
	border: 0;
    background: url(../images/aanbod-list-down-arrow.svg) no-repeat 100% center/22px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
	text-align: left;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-sec .each-select {
	border-bottom: 1px solid #121212;
	margin-right: 3rem;
	position: relative;
}
.select-style option {
   font-family: arial;
}
.filter-sec img {
	width: 2.2rem;
    margin-right: 1rem;
    margin-top: 0.5rem;
}
.aanbod-list-product-sec {
	padding-bottom: 22.5rem;
}
/*======================bedankt========================*/
.bedankt-banner .banner-content {
	text-align: end;
}
.bedankt-banner .banner-bottom {
	text-align: end;
}
.bedankt-banner .banner-bottom .text-btn:hover {
	text-decoration: none;
}
/*======================popup========================*/
.modal-area .modal-dialog {
    max-width: 55%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(0, 0, 0, 0.50);
}
.modal-area .modal-content {
    background-color: #EDEDED;
	position: relative;
}
.modal-area .popup-content-part {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.modal-area .popup-content {
    padding: 8.5rem 8rem 18rem;
    background-color: #EDEDED;
    width: 100%;
}
.modal-area .popup-content h2 {
	color: #121212;
	font-family: 'open_sansregular';
}
.modal-area .popup-content p {
    margin: 5rem 0 0;
	max-width: 29rem;
	width: 100%;
	font-size: 1.8rem;
}
.popup-btn {
	background-color: #36414F;
	padding: 5rem 8rem;
}
.popup-btn .text-btn {
	color: #fff;
}
.popup-btn .text-btn:hover {
	text-decoration: none;
}
.popup-btn .text-btn::after {
	filter: brightness(1) invert(1);
}
.pop-up-image {
	height: 100%;
    overflow: hidden;
}
.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: 'open_sansregular';
}
.close-img:hover {
	color: #fff;
	text-decoration: none;
}

/*******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{
    text-transform: uppercase;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #000;
	display: inline-block;;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    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;
}
.reset_btn{
	color: #000;
	position: absolute;
  	right: 0;
 	margin-top: 2rem;
}
.reset_btn:hover{
	color: #000;
}
#hier{
	cursor: pointer;
}
.form-1, .form-2{
	background-color: #36414f;
	display:none;
}
.form-1, .form-2{
	padding-left: 2rem;
	padding-right: 2rem;
}
.form-2{
	padding-right: 1rem;
}
.error_top, .privacy_section{
	padding-top: 6rem;
}
.bullet-panel ul li {
    display: inline-flex;
    width: 49%;
}
.calsty { 
	border: 0; 
	width: 100%; 
	height: 800px; 
	background: transparent; 
}				
.aanbod-banner{
	height: 150px;
}
.aanbod-banner .banner-content{
	display: none;
}
.dtl-tab-sec .tab-content .kenmerken-tab ul li{
	width: 24%;
  	display: inline-block;
  	vertical-align: top;
  	padding-right: 15px;
}
.dtl-tab-sec .tab-content .kenmerken-tab ul li:nth-child(odd){
	font-family: 'open_sanssemibold';
	background-image: url('../images/bullet.svg');
	background-repeat: no-repeat;
	background-position: left top 13px;
	padding-left: 20px;
	background-size: 6px;
}