@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-family: 'nunito_sanslight';
    color: #121212;
    font-size: 1.6rem;
}
html {
    font-size: 62.5%;
}
.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;
}
/***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: 'nunito_sanslight';
    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;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 2.2rem 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.header-menu li {
	display: inline-block;
	margin-right: 5rem;
}
.header-menu li:last-child {
	margin-right: 0;
}
.header-menu li a {
	font-family: 'nunito_sansbold';
	font-size: 1.6rem;
	letter-spacing: 0.042rem;
}
.header-contact p {
	font-family: 'nunito_sansbold';
	font-size: 1.6rem;
	letter-spacing: 0.042rem;
	color: #fff;
}
.header-contact {
	padding: 0 4.4rem;
}
.header-area.active {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    animation: smoothScroll 1s forwards;
    background: #121212;
}
.header-logo img {
	width: 5rem;
}
.header-right {
	padding-left: 13%;
}
/****banner-sec*****/
.banner-sec {
	position: relative;
}
.banner-slider {
	position: relative;
}
.banner-content {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.banner-content-wrap {
	max-width: 48%;
	width: 100%;
}
.banner-content h5 span {
	font-family: 'nunito-regular';
}
.banner-content p {
	color: #fff;
	margin: 16% 0 1rem;
	max-width: 60rem;
}
.each-banner {
	position: relative;
}
.each-banner::after {
	content: "";
	background-color: #000;
	opacity: 0.3;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner-control {
	padding: 55px 30px;
	display: flex;
	align-items: center;
	justify-content: start;
	background-color: #F7F7F7;
	border-radius: 5px 0px 0px 0px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 50%;
}
.banner-control .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #567987;
}
.banner-control .swiper-pagination-progressbar {
    background: #E0DDDD;
	position: initial;
	max-width: 29.5rem;
}
.banner-control-arrow {
	position: relative;
	max-width: 15rem;
	width: 100%;
	margin-right: 7rem;
}
.banner-control .sliper-button-next {
	right: 0;
}
.banner-control .sliper-button-prev {
	left: 0;
}
.banner-control .common-arrow img {
	width: 0.8rem;
}
/***product-sec****/
.product-sec {
	padding: 7% 0 5%;
	background-color: #F7F7F7;
}
.product-sec h2 {
	margin-bottom: 5%;
}
.product-slider-wrap {
	position: relative;
}
.each-product {
	border-radius: 0.5rem;
	overflow: hidden;
}
.product-slider .common-arrow {
	top: -4rem;
}
.product-slider .swiper-button-next {
	right: 0;
}
.product-slider .swiper-button-prev {
	left: auto;
	right: 4rem;
}
.product-dtl {
	padding: 2rem 1rem;
	background-color: #fff;
}
.product-dtl h4 {
	margin-bottom: 1rem;
}
.product-model h4 {
	font-family: 'nunito-bold';
	color: #fff;
	background-color: #567987;
	padding: 1.2rem ;
	border-radius: 0.5rem;
	display: inline-block;
	word-break: break-word;
	font-size: 1.8rem;
}
.product-model h4 span{
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-price {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-price h4 {
	font-family: 'nunito-regular';
}
.product-dtl h6 {
	color: rgba(18, 18, 18, 0.5);
	height: 40px;
	overflow: hidden;
}
.product-dtl hr {
	background-color: #D1D1D1;
	margin: 2rem 0;
	opacity: 1;
}
.product-dtl table{
	width: 100%;
}
.product-dtl td {
	vertical-align: top;
}
.product-dtl td h6{
	height: auto;
}
.product-dtl td:last-child {
	padding-right: 0;
}
.product-dtl td h6 span {
	display: block;
	color: #567987;
	margin-bottom: 1rem;
	text-align: left;
	display: block !important;
}
.product-dtl span {
/*	display: none;*/
}
.product-dtl .product-txt-btn {
	font-size: 2rem;
    font-family: 'nunito-bold';
    color: #567987;
	position: relative;
	padding-right: 3rem;
}
.product-dtl .product-txt-btn::after {
	content: "";
    height: 1.5rem;
    width: 1.5rem;
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.each-product:hover .product-price {
	display: none;
}
.product-dtl .row span {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product:hover .product-dtl .row span {
	display: flex;
	justify-content: end;
}
.product-slider-control {
	margin-top: 6%;
}
.product-slider-control .swiper-pagination {
	position: relative;
	right: 0;
	margin-left: auto;
}
.product-slider-control .swiper-pagination-progressbar {
	background: #E0DDDD;
}
.product-slider-control .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #567987;
}
.product-slider-control .akker_btn_cls {
	max-width: 31.2rem;
}
/****offer-sec***/
.offer-sec {
	padding: 8% 0 11.3rem;
	background-color: #222222;
	overflow: hidden;
}
.offer-info h2,
.offer-info h6 {
	color: #fff;
}
.offer-info p {
	margin: 12% 0 14%;
	color: #fff;
}
.each-offer-text h3{
	height: 50px;
}
.each-offer-text h3 span {
	color: #567987;
	margin-right: 1.6rem;
	float: left;
	margin-bottom: 30px;
}
.each-offer-text p {
	color: #fff;
	margin: 5rem 0;
}
.each-offer-img {
	border-radius: 0.5rem;
	overflow: hidden;
	border: 1px solid #567987;
}
.offer-slider {
	margin-right: -29%;
	padding-left: 17%;
	position: relative;
}
.each-offer img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-offer:hover img {
	transform: scale(1.1);
}
.offer-slider .banner-control {
	background-color: transparent;
	padding: 0;
	right: auto;
	bottom: -8rem;
}
.offer-slider .banner-control .swiper-pagination-progressbar {
	background-color: rgba(224, 221, 221, 0.25);
	max-width: 46rem;
}
.offer-slider .banner-control .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #567987;
}
.offer-slider .banner-control .common-arrow {
	opacity: 0.5;
}
/****about-sec******/
.about-sec {
	padding: 0 0 6%;
	position: relative;
}
.about-sec::after {
	content: "";
	height: 7rem;
	width: 100%;
	background-color: #222222;
	position: absolute;
	top: 0;
	left: 0;
}
.about-wrap {
	position: relative;
}
.each-about-info {
	display: flex;
	align-items: center;
}
.about-info-img {
	margin-right: 4rem;
}
.about-info-img img {
	width: 4rem;
}
.about-img {
	border-radius: 0.5rem;
    position: absolute;
    top: 0;
    width: 41%;
    overflow: hidden;
    height: 100%;
	z-index: 1;
}
.about-img img {
	height: 100%;
	object-fit: cover;
}
.about-text {
	padding-left: 10%;
	padding-top: 19rem;
}
.each-about-info {
	margin-bottom: 5rem;
	padding-right: 2rem;
}
.each-about-info h4 {
	margin-bottom: 15px;
}
.each-about-info h3 {
	font-family: 'nunito_sansregular';
	color: #121212;
}
.each-about-info p {
	max-width: 29.7rem;
}
.about-info {
	margin-top: 11%;
}
.each-about-gal {
	overflow: hidden;
	border-radius: 0.5rem;
	position: relative;
	height: 100%;
}
.each-about-gal-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-about-gal:hover .each-about-gal-btn {
	top: 0;
}
.about-gallery {
	padding-left: 20%;
}
.about-gallery-wrap {
	padding: 4rem 0 0 4rem;
	background-color: #fff;
	border-radius: 1rem 0 0 0;
	position: relative;
	z-index: 1;
}
.about-gallery .col-md-4 {
	padding: 0 2rem;
}
.about-gallery .row {
	margin: 0 -2rem;
}
/* ********************************** */
.about-info table{
	width: 100%;
}
.about-info tr {
	display: inline-block;
	width: 49%;
}

.about-info tr td:first-child{
	width: 7.5rem;
	margin-bottom: 6rem;
}
.about-info tr td:last-child{
	width: 100%;
    max-width: 30rem;
	margin-bottom: 5rem;
}
.about-info h3{
	color: black;
}
.about-info h4 {
    margin-bottom: 15px;
}
.about-info tr td{
}
.about-info tr td{
	display: inline-flex;
}
.about-info tr td:last-child{
	display: inherit;
}


/* *********************************** */
/****footer-area***/
.footer-area {
	background-color: #121212;
	overflow: hidden;
}
.footer-logo img {
	width: 5rem;
}
.footer-top {
	padding: 4% 0 7%;
}
.footer-left p {
	font-family: 'nunito-regular';
}
.each-footer h6 {
	color: #fff;
	margin-bottom: 2rem;
}
.each-footer a,
.each-footer p,
.each-footer td,
.each-footer li a {
	font-family: 'nunito-regular';
	font-size: 1.6rem;
	color: #AEAEAE;
	line-height: 2;
}
.each-footer table {
	margin-bottom: 3rem;
}
.each-footer a:hover {
	color: #567987;
}
.footer-left h6 {
	color: #fff;
	margin-bottom: 2rem;
}
.footer-left p {
	color: #fff;
	font-family: 'nunito-regular';
	max-width: 37.8rem;
	color: #ADADAD;
}
.footer-sponsor {
	max-width: 18.2rem;
	width: 100%;
}
.footer-sponsor .col-9,
.footer-sponsor .col-3,
.footer-sponsor .col-12 {
	padding: 0.5rem;
}
.footer-sponsor img {
	height: 100%;
	object-fit: cover;
}
.footer-info {
	max-width: 100rem;
	width: 100%;
	margin-left: auto;
	padding-left: 4rem;
}
.footer-btn {
	margin-top: 4rem;
	max-width: 52rem;
}
.footer-btn .akker_btn_cls {
	position: relative;
	background-image: url(../images/f-btn-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-color: rgba(117, 186, 213, 0.5);
}
.footer-btn .akker_btn_cls::after {
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-btn .footer-social {
	cursor: default;
	background-image: url(../images/social-bg.jpg);
}
.footer-btn .akker_btn_cls ul,
.footer-btn .akker_btn_cls span {
	position: relative;
	z-index: 1;
}
.footer-btn .akker_btn_cls:hover {
	background: #567987;
}
.footer-btn .akker_btn_cls:hover::after {
	opacity: 0;
}
.footer-btn li {
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0 3rem;
}
.footer-btn li:first-child {
	padding-left: 0;
}
.footer-btn li:last-child {
	padding-right: 0;
	border-right: 0;
}
.footer-btn li img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-btn li a:hover img {
	filter: brightness(0);
}
.footer-credit {
	padding: 3rem 0;
	position: relative;
}
.footer-credit::after {
	content: "";
	height: 100%;
	width: 100vw;
	background-color: #222222;
	position: absolute;
	top: 0;
	margin-left:-50vw !important;
	left:50%;
}
.footer-credit .row {
	position: relative;
	z-index: 1;
}
.footer-credit a {
	color: #757575;
	font-family: 'gilroy-medium';
}
.footer-credit a:hover {
	color: #567987;
}
/*====================================aanbod-grid page start==============================================*/
.inner-banner-sec {
	padding: 15% 0 12%;
}
.aanbod-fiter {
	background-color: #f6f6f6;
	padding: 7% 0 6rem;
}
.select-style {
	width: 100%;
    height: 100%;
    color: #567987;
	font-family: 'nunito-bold';
    font-size: 2rem;
    border: 0;
    border-radius: 0.5rem;
	padding: 0 0.5rem;
    appearance: none;
	background-color: #fff;
	text-align: center;
	text-align: center;
	padding: 1.8rem 0.5rem;
	border: 2px solid #fff;
}
.select-style option{
	font-family: arial;
}
.filter-main .col-lg-2 {
	padding: 0 1.2rem;
}
.filter-main .row {
	margin: 0 -1.2rem;
}
.filter-main .akker_btn_cls {
	color: #fff;
	background-color: #567987;
	border-color: #567987;
	max-width: 100%;
}
.filter-main .akker_btn_cls:hover,
.filter-main .akker_btn_cls:focus,
.filter-main .akker_btn_cls:active {
	color: #fff;
	background-color: #121212;
	border-color: #121212;

	/*color: #fff;
	background-color: #567987;
	border-color: #567987;*/
}
.filter-view span {
	margin-left: 2.2rem;
	cursor: pointer;
}
.filter-grid img{
	opacity: .5;
}
.filter-grid.active img {
	opacity: 1;
}
.filter-view a {
	color: #121212;
	font-family: 'nunito-bold';
	font-size: 1.6rem;
}
.filter-view a img {
	filter: brightness(0);
	-webkit-filter: brightness(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.filter-view a:hover {
	color: #567987;
}
.filter-view a:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.filter-main{
	padding-left: 5%;
}
/****aanbod-product-sec****/
.aanbod-product-sec { 
	padding: 0 0 3%;
}
.aanbod-product-sec .col-xl-4 { 
	padding: 0 3.5rem;
}
.aanbod-product-wrap { 
	margin: 0 -3.5rem;
}
.aanbod-product-sec .each-product {
	margin-bottom: 7rem;
}
/*====================================aanbod-list page start==============================================*/
.aanbod-list-product-sec .product-dtl {
	height: 100%;
}
.aanbod-list-product-sec .aanbod-product-wrap {
	margin: 0;
}
.aanbod-list-product-sec .col-lg-5 {
	width: 40%;
}
.aanbod-list-product-sec .col-lg-7 {
	width: 60%;
}
.aanbod-list-product-sec .product-dtl {
	padding: 4rem 9% 0;
}
.aanbod-list-product-sec .product-dtl hr {
	margin: 4rem 0;
}
.aanbod-list-product-sec .product-dtl td {
	width: 49%;
	display: inline-block;
	padding-bottom: 4rem;
}
.aanbod-list-product-sec .product-dtl table {
	width: 100%;
	max-width: 35rem;
}
.aanbod-list-product-sec .product-dtl .col-md-4 span {
	display: inline-flex;
	justify-content: end;
	margin-bottom: 4rem;
}
.aanbod-list-product-sec .each-product:hover .product-price {
	display: block;
}
.aanbod-list-product-sec .each-product:hover .product-dtl .row span {
	display: block;
}
.aanbod-list-product-sec .each-product:hover .product-dtl .row .col-md-4 span {
	display: inline-flex;
}
.aanbod-list-product-sec .each-product {
	margin-bottom: 5rem;
}
/*====================================verkocht page start==============================================*/
.verkocht-product-sec {
	padding-top: 8%;
}
.verkocht-product-sec .product-price h4 {
	font-family: 'nunito-bold';
	margin-bottom: 0;
}
.verkocht-product-sec .each-product:hover .product-price {
	display: block;
}
/*=================================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.5rem;
	overflow: hidden;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content p {
    margin: 8% 0;
	max-width: 53.6rem;
	width: 100%;
}
.modal-area .popup-content .txt-btn {
	color: #121212;
}
.modal-area .popup-content .txt-btn:hover {
	color: #567987;
}
.modal-area .popup-content {
    padding: 10%;
    background-color: #fff;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	background-color: #567987;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'nunito_sanslight';
}
.close-img:hover {
	color: #fff;
}
/*====================================diensten-list page start==============================================*/
.diensten-list-sec {
	background-color: #F7F7F7;
	padding: 8% 0 0.1rem;
}
.each-list {
	background-color: #567987;
	border-radius: 1rem;
	margin-bottom: 23rem;
	position: relative;
}
.each-list-text { 
	background-color: #fff;
	padding: 16% 9% 17%;
	height: calc(100% + 4rem);
	position: relative;
	top: 4rem;
	left: 4rem;
	z-index: 1;
	border-radius: 0.5rem;
}
.each-list-text p {
	margin: 12% 0 17%;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-list .col-lg-5 {
	width: 35%;
}
.each-list .col-lg-7 {
	width: 65%;
}
.each-list-img {
	height: 100%;
	position: relative;
}
.each-list-img img {
	height: 100%;
	object-fit: cover;
	border-top-right-radius: 1rem;
}
.list-thumb {
    padding: 4rem 0 0 4rem;
    background-color: #F7F7F7;
    border-radius: 1rem 0 0 0;
    max-width: 47%;
    margin-left: auto;
    position: absolute;
    right: 0;
    bottom: -8rem;
    z-index: 2;
}
.list-thumb img {
	border-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	height: 100%;
	object-fit: cover;
}
/*====================================diensten-dtl page start==============================================*/
/***inner-header***/
.inner-header {
	background-color: #fff;
	position: initial;
	border-bottom: 1px solid rgba(18,18,18,0.3);
}
.inner-header .header-menu li a,
.inner-header .header-contact p,
.inner-header .header-contact p a {
	color: #121212;
}
.header-menu li a:hover,
.header-contact p a:hover  {
	color: #567987;
}
.inner-header.active .header-menu li a,
.inner-header.active .header-contact p,
.inner-header.active .header-contact p a {
	color: #fff;
}
.inner-header.active .header-menu li a:hover,
.inner-header.active .header-contact p a:hover {
	color: #567987;
}
/***bk-btn***/
.bk-btn {
	background-color: #F7F7F7;
	padding-top: 5.5rem;
}
.bk-btn .akker_btn_cls {
	background-color: #fff;
	border-color: #fff;
	color: #567987;
	max-width: 31.2rem;
}
.bk-btn .akker_btn_cls:hover {
	background-color: #567987;
	border-color: #567987;
	color: #fff;
}
/****diensten-dtl-desc-sec***/
.diensten-dtl-desc-sec {
	padding: 5rem 0 13.5rem;
	overflow: hidden;
}
.diensten-dtl-desc-img {
	border-radius: 0.5rem;
	overflow: hidden;
	height: 100%;
}
.diensten-dtl-desc-img img {
	height: 100%;
	object-fit: cover;
}
.each-diensten-dtl-desc-text {
	padding: 7% 15%;
}
.dtl-bg-color {
	position: relative;
}
.dtl-bg-color::after {
	content: "";
    background-color: #F7F7F7;
    height: calc(100% + 50%);
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    margin-left: -50vw;
    left: 0;
}
.diensten-dtl-desc-text h2 {
	margin-bottom: 10%;
}
/****diensten-dtl-info-sec****/
.diensten-dtl-info-sec .about-info {
	margin-top: 0;
	padding-left: 5%;
}
.diensten-dtl-info-heading h2 {
	margin-bottom: 10%;
}
/*****form-sec****/
.form-sec {
	padding: 5% 0 8%;
}
.form-img { 
	height: 100%;
	display: flex;
	align-items: end;
	justify-content: end;
	border-radius: 0.5rem;
	overflow: hidden;
}
.form-img img { 
	height: 100%;
	object-fit: cover;
}
.form-wrap {
	padding-right: 11%;
}
.form-main {
	padding: 4.5rem 4rem 3rem;
	background-color: #f6f6f6;
	border-radius: 1rem;
	margin-top: 11%;
}
.form-styl {
    font-family: 'nunito_sanslight_italic';
    color: rgba(18, 18, 18, 0.5);
    font-size: 2rem;
    border-color: #fff;
    border-radius: 0.5rem;
	background-color: #fff;
    resize: none;
	padding: 1.6rem 4rem;
}
.form-styl:placeholder {
	color: rgba(18, 18, 18, 0.5);
}
.form-styl:-ms-input-placeholder {
	color: rgba(18, 18, 18, 0.5);
}
.form-styl::placeholder {
	color: rgba(18, 18, 18, 0.5);
}
.form-styl:focus {
    box-shadow: none;
    color: rgba(18, 18, 18, 0.5);
    background-color: #fff;
    border-color: #fff;
}
.form-main textarea.form-control {
	min-height: 25rem;
}
.form-main .form-group {
	margin-bottom: 1.5rem;
}
.form-main .akker_btn_cls {
	margin-top: 1.5rem;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 7.1rem;
	max-width: 7.1rem;
	line-height: 7rem;
}
.contact-box {
	padding: 4.5rem;
	max-width: 61.7rem;
	width: 100%;
	border-radius: 0.5rem 0 0 0;
	background-color: rgba(224, 221, 221, 0.2);
	mix-blend-mode: normal;
	backdrop-filter: blur(7.5px);
}
.contact-box h6 {
	color: #fff;
	margin-bottom: 3rem;
}
.contact-box p {
	color: #fff;
	line-height: 1.86;
	font-family: "nunito-regular";
}
.contact-box td {
	color: #fff;
	line-height: 1.86;
	font-family: "nunito-regular";
	vertical-align: top;
}
.contact-box table {
	margin-bottom: 3rem;
}
/***diensten-dtl-slider***/
.diensten-dtl-slider::after {
	display: none;
}
.diensten-dtl-slider .about-gallery { 
	padding-left: 0;
}
.diensten-dtl-slider .about-img {
	height: 100%;
	right: 0;
	width: 50%;
}
.diensten-dtl-slider .about-gallery-wrap {
	padding-left: 1rem;
	padding-right: 4rem;
	border-radius: 0 1rem 0 0;
}
.diensten-dtl-slider .about-text {
	padding-top: 8%;
	padding-left: 0;
	padding-bottom: 8%;
}
.diensten-dtl-slider .each-about-gal-btn {
	top: 0;
}
.diensten-dtl-slider .each-about-gal-btn .txt-btn {
	font-size: 3.2rem;
}
.diensten-dtl-slider .each-about-gal img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.diensten-dtl-slider .each-about-gal:hover img {
	transform: scale(1.1);
}
.diensten-dtl-slider .about-gallery .akker_btn_cls {
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-color: #fff;
	color: #567987;
	max-width: 31.2rem;
}
.diensten-dtl-slider .about-gallery .akker_btn_cls:hover {
	background-color: #567987;
	border-color: #567987;
	color: #fff;
}
/*====================================contact page start==============================================*/
.contact-top-sec {
	padding: 8% 0 7%;
	background-color: #222222;
}
.contact-top-sec table {
	width: 100%;
}
.contact-top-sec td {
	width: 50%;
	vertical-align: top;
	padding-right: 18%;
}
.contact-top-sec h2 {
	color: #fff;
	margin-bottom: 6rem;
}
.contact-top-sec p {
	color: #fff;
}
/*****contact-info-sec****/
.contact-info-sec {
	overflow: hidden;
}
.contact-info-reach {
	position: relative;
}
.contact-info-reach::after {
	content: "";
    background-color: #222222;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    width: calc(100vw + 100%);
    margin-left: -50vw;
    left: 0;
}
.each-reach {
	min-height: 28.4rem;
	padding: 4rem 3rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.each-reach::after {
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.each-reach p {
	font-size: 2.4rem;
	font-family: 'nunito-bold';
	position: relative;
	z-index: 1;
	color: #fff;
}
.contact-map { 
	height: 100%;
	border-radius: 0.5rem;
}
.contact-time {
	padding: 15% 9% 12%;
	background-color: #F7F7F7;
}
.contact-time h2 {
	margin-bottom: 11%;
}
.contact-time p {
	font-size: 2rem;
	font-family: 'nunitolight';
	color: #1c1c1c;
}
.contact-time td {
	font-size: 2rem;
	font-family: 'nunito-regular';
	color: #121212;
	line-height: 1.8;
}
.contact-time td:nth-child(odd) {
	font-family: 'nunito-bold';
	padding-right: 4rem;
}
/****contact-form-sec****/
.contact-form-sec {
	padding-top: 7%;
}
/*====================================overons page start==============================================*/
/***overons-top-sec******/
.overons-top-sec {
	padding: 7% 0 3%;
}
.overons-top-sec::after {
	display: none;
}
.overons-top-sec .about-img {
	height: 100%;
}
.overons-top-sec .about-gallery .col-md-6 {
	padding: 0 2rem;
}
.overons-top-sec .about-text {
	padding-top: 6rem;
}
.overons-top-sec .each-about-gal-btn {
	position: initial;
	height: 100%;
	display: block;
	padding: 19% 5rem;
	text-align: center;
}
.overons-top-sec .each-about-gal-btn h3 {
	margin-bottom: 3rem;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    height: 50px;
}
.overons-top-sec .each-about-gal-btn p {
	color: #fff;
}
/****member-sec*****/
.member-sec {
	overflow: hidden;
	position: relative;
}
.member-sec:after {
	display: none;
}
.member-sec .about-wrap {
	position: initial;
}
.member-sec .about-gallery {
	margin: 0 -40% 0 -17%;
	padding-left: 0;
}
.member-sec .each-about-gal-btn {
	top: 0;
	flex-direction: column;
	align-items: start;
	justify-content: end;
	padding: 3rem 5rem;
	background-color: rgba(0, 0, 0, 0.2);
}
.member-sec .each-about-gal-btn h4 {
	color: #fff;
	font-family: 'nunito-regular';
	margin-top: 1.5rem;
}
.member-sec .about-gallery-wrap {
	margin-right: 0;
}
.member-sec .about-img {
	width: 100%;
	padding: 27% 25% 16% 16%;
	left: 0;
	height: 100%;
	position: relative;
}
.member-sec .about-img::after {
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.member-sec .about-img h6 {
	margin: 1.5rem 0 6.7rem;
	color: #fff;
}
.member-sec .about-img h2,
.member-sec .about-img p {
	color: #fff;
}
.member-sec .banner-control {
	position: relative;
	width: 100%;
	left: 0;
	background-color: #fff;
}
.member-sec .banner-control .swiper-pagination-progressbar {
	max-width: 100%;
}
/****overons-gallery*****/
.overons-gallery {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.btm-gall {
	margin: 0 -2rem 4rem -2rem ;
}
.overons-gallery .col-lg-4 .each-gal {
	border-top:4rem solid #fff;
	border-radius:5px 5px 0 0;
}

.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);
}
.each-gal-mid-img{
	height: calc(100% + 10rem);
	position: relative;
	z-index: 2;
	top: -5rem;
	overflow: auto;
}
.btm-gal{
	margin-left: -2rem;
	margin-right: -2rem;
	margin-bottom: 4rem;
}
.overons-gallery .col-lg-4 .mid-gal-img{
	margin-top: -5rem;
	border-left:4rem solid #fff;
	border-right:4rem solid #fff;
	margin-bottom: 0;
	height:calc(100% + 5rem);
	z-index: 5;
	position: relative;
	border-radius:5px 5px 0 0;
}
.mid-gal-img img{
	border-radius:5px 5px 0 0;
}
.gall-mid-content{
	position: absolute;
	max-width: 47rem;
	width: 100%;
	padding: 6rem;
	text-align: center;
	height: fit-content;
	left: 50%;
	bottom:calc(100% + 4rem);
	background-color: #fff;
	transform: translatex(-50% );
	z-index: 9;
	border-radius:5px 5px 0 0;
}
.gall-mid-content h3{
	color: #121212;
	font-family: 'nunito-regular';
	margin-bottom: 6rem;
}
.gall-mid-content p{
	margin: 6rem 0;
}
.gall-mid-content h3 span {
    font-family: 'nunito-bold';
}
.gall-mid-content .akker_btn_cls{
	margin-top: 3rem;
	color: #121212;
	background-color: transparent;
	border-color: transparent;
}
.gall-mid-content .akker_btn_cls:hover{
	border-color: #567987;
	background-color: #567987;
	color: #fff;
}
/* ========================aanbod-dtl====================== */
.aanbod-dtl-bk{
	background-color: transparent;
}
.aanbod-dtl-bk .akker_btn_cls{
	color: #567987;
	border-color: #567987;
}
.aanbod-banner-sec{
	padding-top:5rem;
}
.aanbod-dtl-left{
	position: relative;
	overflow: hidden;
	border-top-right-radius: 5px;
	background-color: #222222;
	height: 100%;
}
.aanbod-dtl-left .common-arrow img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.aanbod-dtl-right{
	padding-left: 7rem;
	padding-right: 7rem;
}
.aanbod-dtl-right table{
	width: 100%;
	margin: 3rem 0 10rem;
}
.aanbod-dtl-right table h5{
	color: #567987;
}
.aanbod-dtl-right table h4{
	font-family: 'nunito-regular';
	margin-top: 0.5rem;
	color: rgba(18, 18, 18, 0.5);
}
.aanbod-dtl-right td{
	padding: 2rem 0;
}
.aanbod-dtl-right tr{
	border-bottom: 1px solid #D1D1D1;
}
.aanbod-dtl-right tr:last-child{
	border: 0;
}
.aanbod-dtl-modle-name{
	/* margin: 3rem 0 10rem; */
}

.aanbod-dtl-modle-name h6{
	color: rgba(18, 18, 18, 0.5);
}
.aanbod-dtl-modle-name .product-model h4{
	font-size: 3.2rem;
}
.aanbod-dtl-contact{
	padding: 2rem 4rem 4rem 6rem;
	position: relative;
	background-color: #222222;
}
.aanbod-dtl-contact a span{
	color: #fff;
}
.aanbod-dtl-contact  .akker_btn_cls{
	margin-top: 4rem;
	background-color: #fff;
	border-color: #fff;
	color: #567987;
}
.aanbod-dtl-contact  .akker_btn_cls:hover{
	background-color: #567987;
	color: #fff;
	border-color: #567987;
}
.aanbod-dtl-contact h6{
	color: #fff;
	margin-bottom: 2rem;
	font-family: 'nunito-bold';
}
.aanbod-dtl-contact h3{
	margin-bottom: 3rem;
	color: #567987;
}
.aanbod-dtl-contact h4{
	color: #fff;
	font-family: 'nunito-regular';
}
.aanbod-dtl-contact a{
	line-height: 1.5;
	font-family: 'nunito-regular';
}
.aanbod-dtl-contact .row{
	max-width: 80rem;
	width: 100%;
	margin: auto
}
.aanbod-dtl-contact .col-4{
	padding: 0 1rem;
}
.dtl-top{
	overflow: hidden;
}
.man-img {
	margin-top: -9rem;
	height: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.man-img img{
	height:calc(100% + 10rem);
	object-fit: cover;
	border-radius: 5px;
}
.man-img::after{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.20);
}
.man-cotain {
	position: absolute;
	bottom: 1.5rem;
	left: 4rem;
	z-index: 2;
}
.man-cotain p{
	color: #FFFFFF;
	font-family: 'nunito-bold';
	margin-bottom: 1rem;
}
.man-cotain h5{
	font-family: 'nunito-regular';
}
.add {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.add img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	border-radius: 5px;
}
.aanbod-banner-btm-img{
	margin-left: 4rem ;
	border-radius: 5px;
	overflow: hidden;
}
.aanbod-dtl-btm .col-lg-8{
	padding-right: 4rem;
	padding-bottom: 4rem;
}
.aanbod-dtl-btm .row:not(.aanbod-dtl-btm .col-xl-8  .row){
	background-color: #F7F7F7;
	/* margin-top: 4rem; */
	padding-bottom: 2rem;
}
.aanbod-dtl-btm .col-xl-8{
	background-color: #fff;
	padding-top: 4rem;
	padding-right: 4rem;
	padding-bottom: 4rem;
	border-bottom-right-radius: 1rem;
}
.show-car{
	display: none;
	margin-top: 4rem;
}
.show-car .aanbod-banner-btm-img{
	margin-top: 0;
}
.aanbod-dtl-btm .col-lg-4{
	background-color: #F7F7F7;
	padding-bottom: 1.8rem;
}
/* ******tab section*****  */
.aanbod-dtl-btm.tab-btn{
	margin-top: -5rem;
}
.tab-btn{
	background-color: #F7F7F7;
}
.aanbod-dtl-btm .tab-btn .nav-tabs .nav-item .nav-link {
    border: 1px solid #567987;
    background-color: transparent;
    color: #567987;
    opacity: 1;
	padding: 1.6rem 2rem;
    border-radius: 0;
    letter-spacing: normal;
	border-radius: .5rem;
	width: 100%;
}
.aanbod-dtl-btm .tab-btn .nav-tabs .nav-item {
	font-family: 'nunito-bold';
	font-size: 2rem;
    margin: 0;
    word-break: break-word;
    margin-left: 1rem;
    margin-right: 1rem;
	margin-top: 1.8rem;
	width: 40%;
}
.aanbod-dtl-btm .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.tab-btn .nav-tabs .nav-item .nav-link.active {
	color: #fff;
    background-color: #567987;
}
.aanbod-dtl-btm .tab-btn ul{
	justify-content: center;
}

/*==========================================================dtl-tab-content==================================================*/
.tab-content-sec{
	background-color: #F7F7F7;
	padding-bottom: 4rem ;
}
.dtl-tab-content-heading h3 {
	padding: 5rem 0;
	font-size: 3.2rem;
	color: #121212;
}
.tab-content-sec .tab-content ul li {
    font-size: 2rem;
    color: #121212;
    margin-bottom: 1rem;
    word-break: break-word;
    font-family: 'nunitolight';
}
/* ******kenmerken ******* */

.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 10px;
    padding-left: 1.3rem;
    background-size: 0.7rem;
    font-family: 'nunito-bold';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h3 {
    border-bottom: 1px solid #121212;
    padding-bottom: 1rem;
	color:#121212 ;
}
.tab-content-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.tab-content-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
}
.tab-content-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 10px;
    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: #567987;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #567987;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
	font-size: 1.6rem;
}
.each-onderhoud-block h4 {
	font-family: 'nunito_sansbold';
    font-size: 2.2rem;
	text-transform: none;
	color: #121212;
}
.each-onderhoud-block p {
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'nunito_sansbold';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.tab-top-area .akker_btn_cls {
	border: 1px solid #fff;
}
.tab-top-area .akker_btn_cls:hover,
.tab-top-area .akker_btn_cls:focus,
.tab-top-area .akker_btn_cls:active {
	border: 1px solid #1eb478;
}
.tab-top-btn {
	max-width: 50.5rem;
}
.aanbod-dtl-prodct-slider {
	background-color: #1E1E1E;
	padding-top: 8rem ;
}
.aanbod-dtl-prodct-slider .product-slider{
	padding-top: 6rem;
}

/*******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: 35px;
    padding-top: 7.5px;
}

.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 h3{
    border-bottom: 1px solid #121212;
	padding-bottom: 1rem;
	color: #121212;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3rem;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    color: black;
    padding-bottom: 6px;
    word-break: break-word;
   	font-family: 'nunitolight';
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.form-1 {
	display:none;
	background: #f7f7f7;
	padding-bottom: 0;
} 
.form-1 .form-group{
	margin-bottom: 1.5rem;
}
.privacy-sec{
	background-color: #121212;
    padding: 11% 0;
}
.cpnt {
    cursor: pointer;
}
.filter-clean img {
    width: 12px;
    margin-right: 10px;
    margin-bottom: 2px;
}
.acties-left-content p {
    color: black;
}
.error_top {
    margin-top: 100px;
    margin-bottom: 20px;
}
.swiper-progress-bar.position-relative {
	position: relative;
	width: 100%;
	display: block;
	z-index: 1;
	height: 2px;
	max-width: 300px;
}
.swiper-progress-bar.position-relative.active .slide_progress-bar {
  	opacity: 1;
}
.swiper-progress-bar.position-relative .slide_progress-bar {
	position: absolute;
	height: 3px;
	background: rgba(224, 221, 221, 0.25);
	width: auto;
	clear: both;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.swiper-progress-bar.position-relative .slide_progress-bar::after {
	position: absolute;
	top: 0;
	left: 0;
	background: #567987;
	height: 100%;
	width: 0;
	content: "";
	transition: 0.1s width linear;
}
.swiper-progress-bar.position-relative.animate .slide_progress-bar::after {
  	transition: width linear;
    transition-duration: 0s;
    transition-delay: 0s;
  	transition-delay: unset;
  	width: 100%;
  	transition-duration: 5s;
}
.fraction.swiper-pagination-fraction{
	max-width: 150px;
	bottom: 46px;
	width: auto;
	left: 90px;
	font-size: 12px;
	font-family: 'nunito-bold';
}
.offer-slider .fraction.swiper-pagination-fraction{
	bottom: -7px;
	left: 60px;
	color: #fff;
}
.offer-slider .swiper-progress-bar.position-relative{
	max-width: 460px;
}
.member-sec .fraction.swiper-pagination-fraction{
	left: 60px;
}
.member-sec .swiper-progress-bar.position-relative{
	max-width: 400px;
}
.member-sec .banner-control-wrap{
	padding-right: 15%;
	padding-left: 15%;
}
.contact-box a:hover{
	opacity: .75;
	color: #fff;
}

.calsty {
    border: 0;
    width: 100%;
    height: 1100px;
    background: transparent;
}
.voorraadwekker_widget_section .form_part .form-control {
    border-radius: 0;
    padding: 10px;
}

.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #567987;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 1.3rem 2.5rem;
  	font-size: 1.6rem;
  	font-family: 'nunito_sansbold';
  	cursor: pointer;
  	color: #fff;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 4.5rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 51rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-family: 'nunito_sansbold';
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'nunito-regular';
	font-size: 1.5rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #567987;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #567987;
  	background: #567987;
	padding: 1.2rem 2rem;
	font-size: 1.6rem;
	font-family: 'nunito_sansbold';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #567987 !important;
}
.monthly_amount{
	cursor:pointer;
} 
.aanbod-banner{
	height: 10rem;
	padding: 0;
}
.aanbod-banner .inner-banner-content{
	display: none;
}