@import "fonts.css";
@import "common-class.css";

body {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #212121;
	background-color: #F8F8F8;
	font-family: 'LamaSansRegular';
}
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;
}
/*****************header navigation****************/

.header-area {
    background-color: #FFFFFF;
    transition: all .5s ease-in-out;
    padding: 1rem 7.6% 1rem 0;
}
.logo-area img{
	width: 25rem;
}
.header-area ul{
	display: flex;
	justify-content: end;
	align-items: center;
	margin: 0;
	padding: 0;
}
.header-area li{
	list-style: none;
	padding: 0 3rem 0 0;
}
.header-area li:last-child{
	padding-right:0;
}
.header-area li a{
	color: #212121;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;  
	transition: all .5sec ;  
	-webkit-transition: all 0.5s;
	text-transform: capitalize; 
	position: relative;
    font-family: 'lama_sanssemibold';
}

.header-area  li .active::after{
	opacity: 1;
}
.header-area li a::after{
	position: absolute;
	content:"";
	background-color: #A38C7F;
	width: 0;
	height: 2px;
	bottom: -.5rem;
	left: 0;
	opacity: 0;
	transition: all .5s;
}
.header-area li a:hover::after{
	opacity: 1;
	left: 0;
	width: 50%;
}
.header-area.stiky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	background-color: #fff;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    z-index: 99;
	color: #fff;
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
	max-width: 72%;
	margin: 8% auto 0;
	background-color: #fff;
}
.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.50);
}
.modal-area .modal-content {
	border: 0;
	border-radius: 0;
	background-color: #f3f3f3;
	position: relative;
}
.modal-area .popup-content h2 {
	color: #121212;
	max-width: 63rem;
	width: 100%;
}
.modal-area .popup-content p {
	margin: 4.5rem 0;
	color: #121212;
}
.modal-area .popup-content {
	padding: 4rem 0 4rem 8rem;
	background-color: #fff;
}
.modal-area .popup-content .akker_btn_cls {
	width: 17rem;
}
.modal-area .popup-content .akker_btn_cls:hover,
.modal-area .popup-content .akker_btn_cls:active,
.modal-area .popup-content .akker_btn_cls:focus {
	color: #FFf;
}
.pop-up-image {
	height: 100%;
	padding-left: 4rem;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
	position: absolute;
	top: 2.5rem;
	right: 0;
	z-index: 1;
	font-size: 2rem;
	height: 6rem;
	width: 6rem;
	background-color: #171717;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	border-radius: 50%;
}
.close-img img {
	filter: invert(1);
}
.close-img:hover {
	color: #fff;
}
.arrow-box {
	width: 100%;
	max-width: 8rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	font-size: 2rem;
	height: 6rem;
	width: 6rem;
	background-color: #16549b;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'lama_sansbold';
}
.arrow-box img {
	width: 3rem;
}
.modal-area .each-left-content {
	padding: 2.5rem 12%;
}
.modal-area .each-left-content h3 {
	font-family: 'lama_sansmedium';
}
.pop-up-p p{
	color: #121212;
	font-family: 'LamaSansRegular';
	font-size: 1.8rem;
	line-height: 2.8rem;
	margin: 3rem 0;
}
.pop-up-btn .common-btn {
	font-family: 'LamaSansRegular';
	margin-top: 15px;
}
 .modal-content {
	padding: 0px;
}
.each-left-image {
	height: 100%;
}
.each-left-image img {
	height: 100%;
	object-fit: cover;
}
/* %%%%%%%%%%%%%% home-banner %%%%%%%%%%%%%%%%%%%% */

.banner-wrap{
	padding-right: 7.7%;
}
.inner-banner-wrap{
	padding-right: 5.4%;
	position: relative;
}
.home-banner{
	position: relative;
}
.inner-banner-wrap .banner-content{
	transform: translateY(-50%);
}
.banner-content{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	/* background-color: red; */
}
.banner-text{
	max-width: 50rem;
	position: relative;
	z-index: 5;
}
.banner-content p{
	color: #fff;
	margin: 3.3rem 0;
}
.banner-right{
	position: absolute;
	height: 69rem;
	padding: 15.4rem 2.2% 11.5rem;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
}
.banner-right p{
	text-transform: uppercase;
	font-size: 1.8rem;
	color: #212121;
	font-family: 'lama_sanssemibold';
	letter-spacing: 1px;
	writing-mode: vertical-rl; 
}
.banner-right li img{
	width: 2rem;
}
.banner-right li{
	margin-bottom: 3.6rem;
}
.swiper-pagination-bullet{
	opacity: 1;
	background-color: rgba(33, 33, 33, 0.25);
}
.home-banner .swiper-pagination-bullet-active {
	opacity: 1;
	background:#222;
}
.home-banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.5rem;
}
.home-banner .swiper-pagination{
	text-align: start;
	position: static;
}
.home-banner .swiper-pagination-bullet {
	width: 9%;
	height: 2px;
	display: inline-flex;
	border-radius: 0;
	/* background: #fff; */
	opacity: 1;
}
.mini-right-nav{
	position: fixed;
	right: 3.4rem;
	bottom: 3.4rem;
	z-index: 99;
}
.pagination-box{
	background-color: #fff;
	padding: 6.3rem 0;
	position: relative;
}
.pagination-box:after{
	position: absolute;
	left: -100%;
	top: 0;
	height: 100%;
	width: 100%;
	background-color:#FFF;
	content: "";
	z-index: 2;
}
.pagination-box .swiper-button-prev{
	left: 15%;
	right: auto;
}
.pagination-box .swiper-button-next{
	left: auto;
	right: 54%;
}
/* %%%%%%%%%%%%%%%%% home-mid %%%%%%%%%%%%%%%%%%%% */
.home-mid{
	background-color: #ffff;
	padding: 4% 0;
}
.home-mid-heading{
	padding-bottom: 7%;
}
.home-mid-each-box-content{
	padding: 4rem 4rem 6rem;
	position: relative;
	z-index: 5;
	transition: all 0.9s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
}
.home-mid-each-box {
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition:  all 0.5s;
	margin-bottom: 1.8rem;
}
.home-mid-each-box-content h4{
	color: #fff;
	margin-bottom: 4rem;
	position: relative;
	font-family: 'lama_sanssemibold';
	transition: all 0.5s;
}
.home-mid-each-box-content p{
	color: #fff;
	max-width: 59rem;
	margin-bottom: -100%;
	transition: all 0.5s;
	-webkit-transition:  all 0.5s;
}
.home-mid-each-box::after{
	position: absolute;
	left: 0;
	top: -100%;
	height: 100%;
	width: 100%;
	content: "";
	transition: all 0.5s;
	-webkit-transition:  all 0.5s;
}
.home-mid-each-box:hover::after{
	background-color: rgba(25, 70, 132, 0.5);
	top: 0;
}
.home-mid-each-box:hover .home-mid-each-box-content p{
	margin-bottom: 4rem;
	transition: all 0.5s;
	-webkit-transition:  all 0.5s;
}
.home-mid-each-box-content h4::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background-color:#ffff;
	z-index: 99;
	margin-top: 2.9rem;
	transition: all 0.5s;
}
.home-mid-each-box:hover .home-mid-each-box-content h4::before{	
	width: 4rem;
}
/* %%%%%%%%%%% home-btm-sec %%%%%%%%%%%%% */
.home-btm-sec .play-btn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.home-btm-sec .play-btn img{
	width: 6.7rem;
}
.home-btm-sec {
	padding: 4% 0;
}
.home-btm-content{
	width: 100%;
	max-width: 65rem;
	padding: 0 6.5rem;
}
.home-btm-content p{
	margin: 2.5rem 0;
}
.home-btm-sec .each-home-btm:nth-child(even) .home-btm-content{
	max-width: 70rem;
	padding-right: 0;
	padding-left: 18%;

}
.home-btm-sec .row:nth-child(even) .home-btm-content{
	margin-left: 18%;
	
}
/* %%%%%%%%%%%% footer-
area css start here %%%%%%%%%%%*/
.footer-area{
	background-color: #fff;
	padding: 5rem 0;
}
.footer-contact-dtl{
	background-color: #194684;
	display: inline-block;
	padding: 1.5rem 2rem;
	margin-bottom: 2rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-ph-box{
	max-width: 29rem;
	padding-right: 7rem;
}
.footer-contact-dtl:hover{
	background-color: #A38C7F;
    border-color: #A38C7F;
    color: #fff;
}
.footer-contact-dtl a{
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-family: 'OpelNextBold';
	line-height: normal;
}
.footer-contact-dtl img{
	padding-right: 1.5rem;
}
.footer-ph-box img{
	margin-bottom:-.5rem;
	
}
.footer-social-media li{
	display: inline-block;
	margin-right: 1.7rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-social-media img{
	width: 2.6rem;
}
.footer-social-media li a{
	background-color: #194684;
	display: flex;
	height: 6.4rem;
	width: 6.4rem;
	justify-content: center;
	align-items: center;
}
.footer-social-media li a:hover{
	background-color: #A38C7F;
}
.each-footer-content-right td{
	color: rgba(33, 33, 33, 0.50);
}
.each-footer-content-right td h5{
	color: #121212;
}
.each-footer-content-right table{
	white-space: nowrap;
}
.each-footer-content-right td span{
	position: relative;
/*	padding-left: 2rem;*/
}
/*.each-footer-content-right td span:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1.2rem;
	height: 1.2rem;
	content: '';
	background: #58c04d;
	border-radius: 100%;
}*/
/*========================================= product-sec ====================================*/
.product-sec{
	padding-top: 4%;
	padding-bottom: 4%;
}
.product-wrap{
	padding-left: 3%;
}
.each-product{
	background-color: #FFF;
	padding: 1.7rem;
}
.product-img{
	/*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);*/
	margin-bottom: 2rem;
}
.product-dtl > h6{
	color: #A38B7E;
	height: 40px;
	overflow: hidden;
}
.product-dtl > table td{
	padding: 1.6rem 2.2rem;
	font-size: 1.6rem;
	font-family: 'LamaSansRegular';
	color: #212121;
}
.product-dtl > table td:first-child{
	padding-left: 0;
}
.product-dtl > table td:last-child{
	padding-right: 0;
}
.product-price{
	padding-top: 2rem;
	border-top: 1px solid #E4E4E4;
}
.product-price td:not(:last-child){
	padding-right: 4.5rem;
}
.product-slider .common-arrow{
	top: 40%;
}
.home-pro .common-arrow{
	top: -4rem;
}
.product-slider .swiper-button-prev{
	left: -2%;
}
.home-pro .swiper-button-next{
	right: 5%;
}
.home-pro .swiper-button-prev {
    left: auto;
    right: calc(5% + 4rem);
}
.product-slider a{
	color: inherit;
}
.product-slider .swiper-button-next::after,
.product-slider .swiper-button-prev::after{
	display: none;
}
.product-btn{
	padding: 7.9rem 0 9.2rem;
}
.product-last{
	padding-right: 5%;
}
.product-last ul{
	margin: 0;
	padding: 0;
}
.product-last li{
	list-style: none;
	display: inline-block;
	position: relative;
	padding: 0 10rem 3rem 4rem;
}
.product-last li::after{
	position: absolute;
	content: "";
	background-image: url("../images/d-dtl-list.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	left: 0;
	width: 3rem;
	height: 3rem;
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
.marque{
	overflow: hidden;
	white-space: nowrap;
}
.marque:hover .marque-slide{
	animation-play-state: paused;
}
.marque-slide{
	display: inline-block;
	animation: 15s slide infinite linear;
}
.each-footer-content h5{
	margin-bottom: 2.8rem;
}
.each-footer-content a{
	color: rgba(33, 33, 33, 0.50);
	font-family: 'LamaSansRegular';
	margin-bottom: 1.5rem;
	display: inline-block;
	line-height: 1.5;
}
.each-footer-content a:hover{
	text-decoration: underline;	
}
.each-footer-content-right p{
	line-height: 2;
}
.each-footer-content p{
	color: rgba(33, 33, 33, 0.50);
	font-size: 1.6rem;
}
.footer-end{
	display: flex;
	justify-content: space-between;
	padding: 6.5rem 0 0;
}
.footer-end a{
	color: rgba(33, 33, 33, 0.50);
	font-family: 'LamaSansRegular';
}
.footer-end a:hover{
	text-decoration: underline;
}
.footer-end h6{
	color: rgba(33, 33, 33, 0.50);
}
.footer-logo img{
	width: 25rem;
	margin-bottom: 4rem;
}
/*===================diensten===============*/
.diensten-area{
	padding: 6% 0 4%;
	background-color: #F8F8F8;
}
.each-diensten-list{
	margin-bottom: 1.8rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	overflow: hidden;
}
.each-diensten-list::after{
	position: absolute;
	content: "";
	background-color: #194684;
	top: -100%;
	left: 0;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diensten-list:hover::after{
	top: 0;
}
.each-diensten-list h4{
	overflow: hidden;
}
.each-diensten-list h4::after{
	position: absolute;
	content: "";
	background-color: #ffffff;
	bottom: 0;
	left: -100%;
	width: 3.8rem;
	height: .2rem;
	transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.each-diensten-list:hover h4::after{
	left: 0;
}
.each-diensten-list img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-diensten-list:hover img{
	transform: scale(1.1);
}
.diensten-list-text{
	padding-top: 6.7rem;
	padding-left: 6.5rem;
	padding-bottom: 7.4rem;
	max-width: 64.6rem;
	position: relative;
	z-index: 5;
	padding-right: 5rem;
}
.diensten-list-text h4{
	color: #fff;
	margin-bottom: 2rem;
	position: relative;
	padding-bottom: .5rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-list-text p{
	color: #fff;
	margin-bottom: 2rem;
}
.diensten-list-img{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.diensten-list-img img{
	height: 100%;
	object-fit: cover;
}
/*========================== diensten-dtl ==============================================================*/
.diensten-dtl-btn{
	background-color: #F8F8F8;
}
.diensten-dtl-btn .inner-btn{
	position: absolute;
	right: 0;
	top: 13.4rem;
	max-width: 20.2rem;
	width: 100%;
}
.diensten-dtl-btn .akker_btn_cls{
	max-width: 20.2rem;
	width: 100%;
}
.diensten-dtl-top-img{
	margin-right:14%;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.diensten-dtl-top-text{
	padding: 7.2rem 0;
}
.diensten-dtl-top-text h2{
	margin-bottom: 3rem;
}
.diensten-dtl-top-text p{
	max-width: 60.4rem;
	width: 100%;
}
.diensten-dtl-top{
	padding-top: 4%;
	background-color: #F8F8F8;
}
.diensten-dtl-list{
	padding-top: 5.5rem;
	background-color: #F8F8F8;
	padding-bottom: 11%;
}
.diensten-dtl-list-text{
	max-width: 70rem;
	padding-right: 5.4%;
	width: 100%;
	padding-left: 9%;
}
.diensten-dtl-list-text h2{
	margin-bottom: 2.5rem;
}
.diensten-dtl-list-text p{
	margin-bottom: 1.6rem;
}
.diensten-dtl-list-text table{
	margin-top: 7.6rem;
	width: 100%;
}
.diensten-dtl-list-text td{
	padding-bottom: 7rem;
	padding-right: 9.5rem;
	font-size: 1.8rem;
}
.diensten-dtl-list-text td:last-child{
	padding-right: 0;
}
.diensten-dtl-list-text td img{
	margin-right: .9rem;
}
.diensten-dtl-bottom{
	background-color: transparent;
}
/*================== form-area =============*/
.form-sec
{
	background-color: #fff;
}
.form-img{
	padding-right: 2.3rem;
}
.form-img img{
	height: 100%;
	object-fit: cover;
  }
.form-styl{
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid rgba(18, 18, 18, 0.5);
	padding: 2rem 0;
	font-style: italic;
	color: rgba(18, 18, 18, 0.75);
	font-size: 2.4rem;
	height: auto;
	resize: none;
}
textarea.form-styl{
	min-height: auto;
	padding-bottom: 0;
}
.form-styl:focus {
	color: #121212;
	background-color: #fff;
	border-color: #121212;
	outline: 0;
	box-shadow: none;
}
.form-styl:placeholder {
	color: rgba(18, 18, 18, 0.75);
}
.form-styl:-ms-input-placeholder {
	color: rgba(18, 18, 18, 0.75);
}
.form-styl::placeholder {
	color: rgba(18, 18, 18, 0.75);
}
.form-area {
    padding: 10% 0 4.6% 11%;
}
.form-area .form-group{
	margin-bottom: 2rem;
}
.form-area button{
	margin-top: 1.5rem;
}
.form-area .row{
	margin: 0 -3.85rem;
}
.form-area .col-lg-6,
.form-area .col-lg-12{
	padding: 0px 3.85rem;
}
/*========================== vacature-dtl ==============================================================*/
.vacature-dtl-top .diensten-dtl-top-text table{
	margin-top: 4rem;
	max-width: 50rem;
	width: 100%;
}
.vacature-dtl-top .diensten-dtl-top-text td{
	padding-bottom: 2rem;
	padding-right: 9.5rem;
	font-size: 1.8rem;
}
.vacature-dtl-top .diensten-dtl-top-text td:last-child{
	padding-right: 0;
}
.vacature-dtl-top .diensten-dtl-top-text td img{
	margin-right: .9rem;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.vacature-form .form-btn .export{
	display: inline-block;
	margin-right: 1rem;
}
/*================== aanbod-dtl =================*/

.aanbod-dtl-btn{
	padding-top: 6.4rem;
	background: #F8F8F8;
}
.aanbod-dtl-banner{
	padding-top: 6.5rem;
	background: #F8F8F8;
}
.aanbod-dtl-banner-slider .swiper-button-next,
.aanbod-dtl-banner-slider .swiper-button-prev{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5rem;
	width: 5rem;
	background-color: #fff;
}
.aanbod-dtl-banner-slider .swiper-button-next{
	right: 0;
}
.aanbod-dtl-banner-slider .swiper-button-prev{
	left: 0;
}
.aanbod-dtl-banner-slider, .aanbod-dtl-banner-slider .swiper, .dtl-car-slide, .dtl-car-slide img{
	height: 100%;
}
.dtl-car-slide img{
	object-fit: cover;
}
.each-aanbod-banner-right-last{
	margin-top: 1.6rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	overflow: hidden;
}

.each-aanbod-banner-right-last .more::after{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}
.aanbod-product-dtl{
	padding-top: 4.8rem;
	background: #F8F8F8;
	padding-bottom: 2rem;
}
.aanbod-product-heading h2{
	color: #212121;
}
.aanbod-product-heading h3 span{
	color: #A38C7F;
}
.aanbod-product-heading{
	margin-bottom: 6.3rem;
}
.aanbod-product-dtl .inner-content table{
	width: 100%;
}
.aanbod-product-dtl .inner-content td{
	font-size: 2rem;
	width: 50%;
	vertical-align: top;
}
.aanbod-product-dtl .inner-content td:first-child{
	padding-right: 6.2rem;
	font-family: 'lama_sanssemibold';
}
.aanbod-product-btn ul{
	display: flex;
	flex-wrap: wrap;
	max-width: 42.1rem;
	width: 100%;
}
.aanbod-product-btn li{
	width: 50%;
	margin-bottom: 1.4rem;
}
.aanbod-product-btn li:nth-child(odd){
	padding-right: .7rem;
}
.aanbod-product-btn li:nth-child(even){
	padding-left: .7rem;
}
.aanbod-product-btn li a, .aanbod-product-btn li button{
	max-width: 100%;
}
.aanbod-product-btn .share,.aanbod-product-btn .pdf {
/*	color: #fff;*/
	position: relative;
	/*padding: 1.6rem 3rem;
	font-family: 'lama_sanssemibold';
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;*/
}
.aanbod-product-btn .share::after{
	position: absolute;
	left: 20px;
	content: "";
	background-image: url("../images/share.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 2.3rem;
	height: 2.3rem;
/*	filter: invert(1) brightness(0);*/
	
}
.aanbod-product-btn .pdf::after{
	position: absolute;
	left: 50px;
	content: "";
	background-image: url("../images/printer.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 2.3rem;
	height: 2.3rem;
/*	filter: invert(1) brightness(0);*/
	
}
.aanbod-product-btn .share:hover.share::after{
	filter: invert(0) brightness(1);
}
.aanbod-product-btn .share:hover{
	color: #fff;
}
.aanbod-slider-area .each-slide-image{
	position: relative;
}
.aanbod-slider-area .each-slide-image h4{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 5;
	width: 100%;
	text-align: center;
}
/*****tab section****/
.dtl-tab-sec{
	padding: 6rem 0 6%;
	background-color: #F8F8F8;
}
.dtl-tab-sec.tab-btn{
	margin-top: -5rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 1px solid #fff;
    background-color: #fff;
	text-transform: uppercase;
    color: #212121;
    opacity: 1;
	padding: 2rem .5rem;
    border-radius: 0;
    letter-spacing: normal;
	border-radius: 0;
	width: 100%;
	font-size: 1.4rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'lama_sansregular';
	font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
    margin-right: 1.4rem;
	margin-bottom: 1rem;
	width: 13%;
	font-family: 'lama_sanssemibold';
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child{
	margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.tab-btn .nav-tabs .nav-item .nav-link.active {
	border: 1px solid #194684;
	background: #194684;
	color: #FFF;
}
.aaanbod-product{
	padding-top:5% ;
	padding-bottom: 4%;
}
/* .aaanbod-product .each-product{
	padding-left: 0;
	padding-right: 0;
} */
.aaanbod-product .swiper-button-next{
	right: -2%;
}
.product-heading {
	text-align: center;
	margin-bottom: 4.9%;
}
/*==========================================================dtl-tab-content==================================================*/
.dtl-tab-sec .tab-btn{
	padding-top: 6.7rem;
	border-top:1px solid rgba(33, 33, 33, 0.2);
}
.dtl-tab-content-heading h3 {
	padding: 5rem 0;
}
.dtl-tab-sec .tab-content ul li {
    font-size: 1.8rem;
    color: #212121;
    padding-bottom: 1rem;
    word-break: break-word;
	font-family: 'LamaSansRegular';
}
/* / *****kenmerken ****** / */
.kenmerken-tab ul li:nth-child(odd){
	background-image: url("../images/bullet.svg");
    background-repeat: no-repeat;
    background-position: left top 1rem;
    background-size: 0.7rem;
    color: #212121;
	font-family: 'lama_sansmedium';
	padding-left: 1.3rem;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h4, .star_icon h4 {
    border-bottom: 1px solid #212121;
    padding-bottom: 1rem;
	color: #212121;
}
.star_icon h4{
	display: inline-block;
	margin-bottom: 2rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.dtl-tab-sec .tab-content p {
	color: #212121;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    position: relative;
	font-family: 'lama_sansmedium';
	padding-left: 1.3rem;
	width: 24%;
    float: left;
    padding-right: 1rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 1rem;
    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: #194684;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #194684;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
	font-size: 1.6rem;
}
.each-onderhoud-block h4 {
    color: #212121;
	text-transform: none;
}
.each-onderhoud-block p {
    color: #fff;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.tab-top-area .akker_btn_cls {
	border: 1px solid #fff;
}
.swiper-pagination-bullet{
	opacity: 1;
	background-color: rgba(33, 33, 33, 0.25);
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background:#222;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.5rem;
}
.swiper-pagination{
	text-align: start;
	position: static;
}
.swiper-pagination-bullet {
	width: 9%;
	height: 2px;
	display: inline-flex;
	border-radius: 0;
	/* background: #fff; */
	opacity: 1;
}
.overons-peginaton{
	max-width: 55rem;
	margin: 9rem  auto 0;
}
/* %%%%% inner banner %%%%% */
.inner-banner-area {
	position: relative;
}

.inner-banner-heading-wrap {
	padding-left: 9rem;
	padding-right: 4rem;
}

.inner-banner-area .banner-right{
	height: 100%;
}
/* %%%%%%% over ons %%%%%%%% */
.over-ons-area {
	background-color: #fff;
	padding-bottom: 0;
}
.over-marque {
	padding: 4.6% 0 2%;
	background-color: #fff;
}
.over-mid-sec .home-btm-content{
	max-width: 70rem;
    padding-right: 0;
    padding-left: 18%;
}
.over-ons-mid-area {
	background-color: #fff;
}
.over-mid-sec{
	background-color: #fff;
}
.over-ons-area .row.flex-row-reverse{
	padding-bottom: 8rem;
}
.over-ons-left-area {
	padding-right: 15rem;
	padding-left: 7rem;
}
.over-ons-left-area h2 {
	color: #212121;
	line-height: 4.7rem;
	padding-bottom: 3.2rem;
}
.over-ons-left-area p {
	color: #212121;
	line-height: 2.5rem;
	letter-spacing: 0.36px;
}
.over-ons-mid-image .row {
	margin-left: -1.3rem;
	margin-right: -1.3rem;
}
.over-ons-mid-image .col-lg-6 {
	padding-left: 1.3rem;
	padding-right: 1.3rem;
}

.over-ons-mid-right-contain {
	padding-left: 13rem;
}
.over-ons-mid-area .product-last {
	padding: 7.9% 0;
}
.over-ons-mid-area .product-last ul li {
	font-size: 1.8rem;
}
.over-ons-slider-area {
	padding: 4% 0;
	background: #F8F8F8;
	position: relative;
}
.slider-heading h2 {
	color: #212121;
	line-height: 2;
	padding-bottom: 6rem;
}
.each-slide-image{
	overflow: hidden;
	position: relative;
	
}
.each-slide-image::after{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: -100%;
	content: "";
	background-color: #19468480;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.each-slide-image:hover img{
	transform: scale(1.1);
}
.each-slide-image:hover.each-slide-image::after{
	top: 0;
}
.each-slide-image img{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
/*%%%%%%%% verkochat %%%%%%%%*/
.products-list-area {
	padding: 5.7% 0 8.3%;
	background-color: #F8F8F8;
}
.each-products-box-contain {
	background-color: #fff;
	padding: 1.5rem;
	margin-top: 1.6rem;
}
.each-product-price-box {
	padding-top: 1.6rem;
}
.each-product-price-box h3 {
	color: #212121;
	font-size: 24px;
	font-weight: 700;
}
.each-product-price-box p {
	color: #A38C7F;
	font-size: 16px;
	font-weight: 400;
	padding-top: .2rem;
}
.each-product-price-box table {
	width: 70%;
}
.each-product-price-box tr {
	display: flex;
	justify-content: space-between;
}
.each-product-price-box .akker_btn_cls {
	margin-top: .8rem;
	width: 100%;
	max-width: 100%;
}
.products-list-area .each-product{
	margin-bottom: 1.5rem;	
}
.products-list-area .each-product .akker_btn_cls{
	max-width: 100%;
}
/*%%%%%%%% annbod %%%%%%%*/
.annbod-filter-area {
	background-color: #F8F8F8;
	padding: 4.2% 0 2%;
}
.annbod-filter-area .row {
	max-width: 148rem;
	margin: 0 auto;
}
.aanbond-select-option {
	width: 100%;
	margin-bottom: 3.3rem;
}
.aanbond-select-option-btn {
	width: 77%;
	color: #121212;
	text-align: left;
	font-size: 1.8rem;
	border: none;
	border-bottom: 1px solid #212121;
	padding: 1rem 0;
	text-transform: uppercase;
	cursor: pointer;
	background: transparent;
	-webkit-appearance: none;
	margin-top: 1rem;
	font-family: 'lama_sanssemibold';
	position: relative;
}
.aanbond-select-option-btn option{
	font-family: arial;
}

.annbod-filter-btn .akker_btn_cls:nth-child(even) {
	background-color: #fff;
	border: 1px solid #16549b;
	color: #212121;
	margin-top: .5rem;
}

.annbod-filter-btn .akker_btn_cls:nth-child(even):hover {
	background-color: #16549b;
	color: #fff;
	border: 1px solid #16549b;
}

.each-products-price-dtl {
	margin-top: 1rem;
	border-top: 1px solid #E4E4E4;
}

.each-products-price-dtl ul {
	margin: 0;
	padding: 0;
	padding-top: 1.5rem;
}

.each-products-price-dtl ul li {
	display: inline-block;
}

.each-products-price-dtl ul li h4 {
	color: #212121;
	font-size: 24px;
	font-weight: 700;
}

.each-products-price-dtl ul li h6 {
	color: rgba(33, 33, 33, 0.50);
	font-size: 16px;
}

.each-products-price-dtl ul li:last-child {
	padding-left: 1.5rem;
}

.each-products-list-outer-wrap a{
	color: inherit;
}

/*%%%%%%%% contact %%%%%%%*/
.contact-area {
	padding: 5% 0 0;
	background-color: #F8F8F8;

}

.map-area-outer-wrap{
	border-top: 1px solid rgb(33 33 33 / 20%);
	padding-top: 6%;
}
.contact-area .row {
	max-width: 120.5rem;
	margin: 0 auto;
}
.contact-area-heading h5 {
	padding-bottom: 2rem;
	color: #212121;
}
.contact-area-heading a {
	color: rgba(33, 33, 33, 0.65);
	font-size: 16px;
	font-weight: 400;
	display: block;
	transition: all .5s;
	line-height: 3.2rem;
}
.contact-area-heading a:hover {
	color: #16549b;
}
.contact-area-heading ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: start;
}
.contact-area-heading ul li {
	margin-right: 5rem;
}
.contact-area-heading ul li a img {
	transition: all .5s;
}
.contact-area-heading ul li a img:hover {
	transform: scale(1.2);
}

.contact-map-area {
	padding: 5% 0 8%;
	background-color: #F8F8F8;
}
.contact-map-right-image{
	width: 100%;
	height: 58rem;
}
.contact-map-left-txt h5 {
	color: #212121;
	padding-top: 5rem;
	padding-bottom: 2rem;
}

.contact-map-left-txt p {
	color: #212121;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 2rem;
}
/* 02 aug 2023 css */

.contact-area-outer-wrap{
	display: flex;
	justify-content: space-between;
	max-width: 120.5rem;
	margin: 0 auto;
}

.contact-map-left-txt td:last-child{
	padding-left: 19rem;
}

.contact-area-heading  table{
/*    width: 100%;*/
}
 .contact-area-heading td:last-child{
    padding-left: 5rem;
}

/*=================================bedankt start======================================*/
.bedankt-content .banner-text{
	max-width: 53rem;
}
/*******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: #194684;
    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{
    text-transform: uppercase;
    margin: 10px 0;
    display: inline-block;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    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;
}
.form-1{
    display:none;
}
/*************side area**********/
.mini-right-nav li{
    margin: 0 0 2px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
	margin-left:auto;
}
.mini-right-nav li:first-child{
    width: auto;
}
.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #16549b;
	border-radius: 5px 0 0 5px;
}
.mini-right-nav div {
    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 div:after{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 60px);
	border-radius: 5px 0 0 5px;
	content: '';
	background-color: #16549b;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav .navtext:hover div{ 
	width:auto;
	overflow:visible;
	opacity:1;
	padding: 0 85px 0px 0px; 
	border-radius: 5px 0 0 5px;
	font-size:16px;
}
.mini-right-nav .navtext:hover {
	text-decoration:none;
}
.mini-right-nav .navtext div, .mini-right-nav .navtext div a{
	color:#fff;
}
.mini-right-nav li.whtasapp-nav .navtext, .mini-right-nav .whtasapp-nav div:after{
	background-color: #58c04d;
}
.whtasapp-nav span{
	font-family: 'PointBold';
	margin-right: 5px;
}
.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;
	/*bottom: 0%;*/
	z-index: 9999999;
	right: 0px;
	top: 39%;
}
.contact-area-heading p {
    color: rgba(33, 33, 33, 0.65);
    font-size: 16px;
    font-weight: 400;
    display: block;
    transition: all .5s;
    line-height: 3.2rem;
}
.footer-contact-dtl {
    max-width: 29rem;
    display: block;
}

.info-footer-area ul li {
	margin-bottom: 1.5rem;
    color: rgba(33, 33, 33, 0.50);
    font-family: 'LamaSansRegular';
}
.calsty{ border: 0; width: 100%; height: 900px; background: transparent; }
.social-box img{
	max-width: 24px;
	padding: 0 !important;
	margin: 0;
}
.social-box{
	display: inline-block;
	max-width: none;
	padding: 12px !important;
	margin-right: 8px;
}
.service_pagination { margin: 4% 0 0; position: relative; top: 0px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); text-align: center; }
.service_pagination a { display: inline-block; width: 40px; height: 40px; -moz-border-radius: 4px; border-radius: 4px; font-size: 12px; line-height: 40px; text-align: center; }
.service_pagination li { display: inline-block; }
.service_pagination a { color: #000000; border-radius: 50%; font-size: 17px; margin: 0 3px; background: #FFFFFF; }
.service_pagination .active a, .service_pagination a:hover { background: #16549b; color: #fff; border-radius: 50%; }

/*.afleverpakket ul {
    display: inline-block;
}*/
.afleverpakket td {
    vertical-align: top;
    width: 50%;
    padding-right:25px;
}
.afleverpakket table {
    width: 100%;
}

.afleverpakket li {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 1rem;
    background-size: 0.7rem;
    color: #212121;
    font-family: 'lama_sansmedium';
    padding-left: 1.3rem;
}
.afleverpakket h4 {
    border-bottom: 1px solid #212121;
    padding-bottom: 1rem;
    color: #212121;
}
.afleverpakket ul {
   margin-top:2rem;
}
.afleverpakket p {
    padding-top: 25px;
}

/*.add{
	position: relative;
}*/
/*.add{
	position: absolute;
	background-color:  rgba(0, 0, 0, 0.50); 
	 background-image: url(../images/add-icon.svg);
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: center center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}*/
.add-icon a{
	display: block;
	position: relative;
	overflow: hidden;
}
.add {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color:  rgba(0, 0, 0, 0.50); 
   
}
.add:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 2rem;
    background-image: url(../images/add-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aanbod-pdf{
	width: 4rem;
    padding-top: 0.8rem;
}
.contact-socials img {
    width: 25px;
    margin-right: 15px;
}

.contact-socials {
    display: flex;
}
.aanbod-form-sec h4{
	font-size: 1.8rem;
}
.footer-logos span img{
	margin-right: 8px;
}
.footer-logos span img{
	width: 110px;
  	display: block;
}
.footer-logos .boavg-img{
	width: 56px;
	display: block;
  	object-fit: contain;
  	object-position: left;
}
.aanbod-product-btn .footer-logos .boavg-img{
	width: 28px;
}
.aanbod-product-btn .footer-logos span, .aanbod-product-btn .footer-logos img{
	display: inline-block;
}
.footer-logos{
	max-width: 42.1rem;
    width: 100%;
	text-align: center;
}
.aanbod-product-btn .footer-logos .rdw-logo{
	margin-right: -3px;
}
.header-bovag-img{
	width: 95px;
}
.contact-map-left-txt table{
	width: 100%;
  	max-width: 400px;
}
.contact-map-left-txt tr{
	width: 49%;
  	display: inline-block;
  	vertical-align: top;
}
.contact-map-left-txt td{
	width: 100%;
  	padding-top: 24px;
  	padding-left: 0 !important;
}
.contact-map-left-txt td, .contact-map-left-txt td span{
	display: block;
}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #194684;
	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.7rem;
  	font-family: 'lama_sanssemibold';
  	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: 'lama_sanssemibold';
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'LamaSansRegular';
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #16549b;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #194684;
  	background: #194684;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
	font-family: 'lama_sanssemibold';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #A38C7F !important;
  	border-color: #A38C7F !important;
  	color: #fff !important;
}
.monthly_amount{
	cursor:pointer;
} 
.aanbod-more-filter{
	display: none;
}
.more-filter-btn span{
	font-family: 'lama_sanssemibold';
  	color: #16549b;
  	cursor: pointer;
}
.aanbod-more-filter .checkbox{
	display: inline-block;
}
.more-filter-btn span, .aanbod-more-filter h4{
	font-size: 1.8rem;
	text-transform: uppercase;
}
.aanbod-more-filter h4{
	margin-bottom: 25px;
}
.aanbod-more-filter label {
	font-family: 'lama_sanssemibold';
	font-size: 1.4rem;
	cursor: pointer;
	text-transform: uppercase;
}
.aanbod-more-filter .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: transparent;
    border-radius: 50%;
}
.aanbod-more-filter .form-check-input:checked {
   	background-color: #16549b;
  	border-color: #16549b;
}
.aanbod-more-filter li{
	/*width: 19%;*/
	display: inline-block;
	vertical-align: top;
	margin-bottom: 18px;
	margin-right: 80px;
}