@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	background-color: #F6F8FA;
	color: #101824;
    font-family: 'lama_sansmedium';
    font-size: 1.4rem;
}
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;
}
/*****************index****************/
/****header****/
.header-area {
    position: absolute;
    height: auto;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	overflow: hidden;
}
.map-header {
    position: relative;
    background-color: #0B121D;
    overflow: hidden;
}
.header-top {
	padding: .2rem 0 1rem;
}
.header-logo img {
	width: 27.6rem;
}
.header-area hr {
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 1;
    width: 100vw;
    left: -50vw;
    margin-left: 50%;
    position: relative;
	margin-top: 0;
	margin-bottom: 0;
}
.header-top-block li {
    display: inline-block;
	font-family: 'lama_sansmedium';
    font-size: 1.2rem;
	border-right: 1px solid rgba(255, 255, 255, 0.10);
}
.header-top-block li a {
	position: relative;
}
.header-top-block li a::after {
	position: absolute;
	content: '';
	height: 1px;
	width: 100%;
	left: 0;
	bottom: -2px;
	background-color: #fff;
}
.header-top-block li:last-child a::after {
	display: none;
}
.header-top-block li a:hover {
	color: #fff;
}
.header-wp::after {
	display: none;
}
.header-top-block li:last-child {
	border-right: 0;
}
.header-top-block li a {
	margin: 0 1rem;
}
.header-top-block li a img {
    width: 1rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-right: .5rem;
}
.header-wp {
	color: #25D366;
}
.header-wp:hover {
    color: #25D366 !important;
}
.header-btm {
	padding: 2rem 0;
}
.header-menu ul {
    display: flex;
    column-gap: 3.2rem;
    justify-content: end;
    align-items: center;
}
.header-menu li {
	font-size: 1.6rem;
    color: #fff;
	font-family: 'lama_sansmedium';
}
/****banner****/
.banner-content {
    position: absolute;
    bottom: 8rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
}
.banner-content h1 {
	margin-bottom: 3rem;
}
.banner-content .akker_btn_cls {
	margin-right: 1rem;
}
/****product-sec****/
.product-sec {
	padding: 10.5rem 0 5.5rem;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    margin-top: -4rem;
    position: relative;
    z-index: 1;
	background-color: #F6F8FA;
}
.product-heading {
	margin-bottom: 5.4rem;
}
.each-product {
	background-color: #EDF2FE;
	border-radius: 2rem;
	overflow: hidden;
	padding: 1rem;
}
.product-car {
	border-radius: 1rem;
	overflow: hidden;
}
.product-info {
	margin: 2rem 1rem;
}
.product-info h6,
.product-info p {
/*	height: 46px;*/
	overflow: hidden;
	line-height: normal;
}
.product-info p {
	color: rgba(16, 24, 36, 0.50);
	height: 44px;
  	overflow: hidden;
}
.product-info tr {
	display: flex;
    flex-wrap: wrap;
	gap: .5rem;
}
.product-info td {
	vertical-align: top;
	color: #101824;
	font-size: 1.2rem;
	font-family: 'lama_sansmedium';
	padding: .5rem 1.4rem;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid rgba(16, 24, 36, 0.20);	
}
.product-info td:last-child {
	background-color: #2B61DC;
	color: #EDF2FE;
}
.each-product-btn {
	border-radius: 10px;
	background-color: #101824;
	padding: 1.9rem 2.3rem;
	min-height: 60px;
}
.each-product-left-btn h6,
.each-product-right-btn h6 {
	color: #EDF2FE;
}
.each-product-right-btn h6 {
	padding-right: 3rem;
}
.each-product-right-btn::after {
    content: "";
    height: 1.4rem;
    width: 1.4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url(../images/product-arrow.svg);
    background-repeat: no-repeat;
    background-size: 1.4rem;
    background-position: center center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-right-btn:hover::after {
	right: -0.5rem;
}
.product-slider .common-arrow {
    top: 50%;
}
.product-slider .swiper-button-next {
    right: -7%;
}
.product-slider .swiper-button-prev {
    left: -7%;
}
.product-info table {
	margin-top: 1rem;
	width: 100%;
}
.product-sec .product-car .common-arrow {
    top: 14rem;
}
.product-sec .product-car .swiper-button-prev {
    left: 0;
}
.product-sec .product-car .swiper-button-next {
    right: 0;
}

/****home-slider-sec****/
.home-slider-sec{
	overflow: hidden;
	background-color: #F6F8FA;
}
.home-slider{
	background-color: #EDF2FE;
	border-radius: 4rem;
	padding: 13rem 0 4rem;
}
.home-slider-left {
	padding-left: 8rem;
}
.home-slider-left h5 {
	margin: 1rem 0;
	line-height: normal;
}
.home-slider-left p {
	max-width: 39rem;
	width: 100%;
	margin-bottom: 6.5rem;
}
.swiper-slide{
	height: auto;
}
.each-home-slider{
	height: 100%;
	overflow: hidden;
	border-radius: 2rem;
	position: relative;
}
.each-home-slider::after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(0deg, rgba(16, 24, 36, 0.70) 0%, rgba(16, 24, 36, 0.70) 100%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-home-slider img:not(.common-arrow img){
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-home-slider:hover:after{
	height: 100%;
}
.home-slider-right{
	margin-right: -62%;
}
.each-home-slider {
	overflow: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-slider:hover img {
	transform: scale(1.1);
	overflow: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-slider-content{
	position: absolute;
	left: 0;
	top: 0;
	padding: 4rem;
	color: #fff;
	z-index: 1;
	width: 100%;
}
.each-slider-content h5{
	color: #fff;
	max-width: 26rem;
	line-height: normal;
	margin-top: 2rem;
}
.each-slider-content h6{
	color: #FFF;
}
.each-slider-btm-content .common-arrow {
	background-color: #fff;
	border-color: #fff;
	margin-right: 0;
	margin-left: auto;
}
.each-slider-content{
	display: flex;
	justify-content: space-between;
	height: 100%;
	flex-direction: column;
}
.slider-arrow{
	position: relative;
}
.slider-arrow .common-arrow{
	top: -7rem;
}
.slider-arrow .swiper-button-next{
	right: 8rem;
}
.slider-arrow .swiper-button-prev{
	left: auto;
	right: 16rem;
}
.swiper-btm-pegi .swiper-pagination{
	position: initial;
	margin-top: 5rem;
}
.swiper-btm-pegi .swiper-pagination-bullet{
	height: 2rem;
	width: 2rem;
	height: 0.8rem;
	width: 0.8rem;
	background-color: rgba(16, 24, 36, 0.20);
	opacity: 1;
}
.swiper-btm-pegi .swiper-pagination-bullet-active {
	width: 4.2rem;
    height: 0.8rem;
    background-color: #101824;
	border-radius: 1rem;
}
/****about-sec****/
.about-sec {
	background-color: #F6F8FA;
	padding: 2rem 0 10.5rem;
}
.about-img {
	border-radius: 40px;
	overflow: hidden;
	height: 100%;
}
.about-img img {
	height: 100%;
	object-fit: cover;
}
.about-info {
	border-radius: 40px;
	overflow: hidden;
	background-color: #E8E8FD;
}
.about-info {
	padding: 4rem 6.5rem;
}
.about-info h2 {
	color: #4E50F6;
}
.about-info p {
	max-width: 38rem;
    width: 100%;
    margin-bottom: 6rem;
}
.about-info h5 {
	margin: 1.2rem 0;
	line-height: normal;
}
/****home-mid****/
.home-mid {
	padding-top: 8rem;
	background-color: #EDF2FE;
}
.each-home-mid {
	display: flex;
}
.each-home-mid-img {
	margin-right: 2rem;
}
.each-home-mid-img img {
	width: 4.3rem;
}
.each-home-mid-info h5 {
	line-height: 30px;
	margin-bottom: 2rem;
}
.each-home-mid-info p {
	max-width: 26rem;
	width: 100%;
	font-family: 'lama_sansregular';
}
/****google-review-sec****/
.google-review-sec {
    padding: 7rem 0 6rem;
	background-color: #EDF2FE;
}
/****accordian-part****/
.accordian-part {
	background-color: #101824;
    padding: 12rem 0 17.5rem;
    margin-bottom: -4rem;
}
.accordian-part-img {
	border-radius: 4rem;
	overflow: hidden;
	height: 63.1rem;
	max-width: 59.2rem;
    width: 100%;
	margin-left: auto;
}
.accordian-part-img img {
	height: 100%;
    object-fit: cover;
}
.accordian-left {
	padding-right: 13rem;
}
.accodian-top-info p {
	margin: 5rem 0 4rem;
	color: #F6F8FA;
}
.accodian-btm-info {
	margin-top: 4rem;
}
.each-accordion {
	background-color: #E8E8FD;
	border-radius: 2rem;
	overflow: hidden;
	padding: 3rem 4rem 4rem;
	margin-bottom: 1rem;
}
.each-accordion h5 {
	color: #0E0F0E;
}
.each-accordion h5 img {
	margin-right: 2rem;
	width: 3rem;
}
.each-accordion .accordion-button {
    background: transparent;
    color: #0E0F0E;
    box-shadow: none;
	cursor: pointer;
}
.each-accordion h5 {
	margin-bottom: 1.5rem;
	line-height: normal;
}
.each-accordion p {
	max-width: 34rem;
	width: 100%;
}
.each-accordion .accordion-button:after {
    position: absolute;
    top: 0.6rem;
    right: 0;
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    background-image: url(../images/top-arrow.svg);
    background-repeat: no-repeat;
    background-size: 2.4rem;
    background-position: center center;
}
.each-accordion  .accordion-button:not(.collapsed)::after {
	transform: rotate(0deg);
}
.each-accordion .accordion-button.collapsed:after {
	transform: rotate(180deg);
}
/****footer-area****/
.footer-area {
	background-color: #0B121D;
	border-radius: 40px 40px 0 0;
	overflow: hidden;
	padding: 11.8rem 0 5rem;
}
.privacy-area{
	background: #0B121D;
}
.privacy-area a{
	text-decoration: underline;
}
.footer-logo img {
	width: 27.6rem;
}
.footer-info h5 span {
	color: #fff;
}
.footer-contact-btn {
	background-color: #222F42;
	border-radius: 5px;
}
.footer-contact-btn:hover {
	background-color: #2B61DC;
	color: #fff;
}
.footer-info {
	max-width: 46.6rem;
    width: 100%;
    margin-bottom: 6.5rem;
    margin-top: 30%;
}
.footer-info p {
	color: #F6F8FA;
}
.footer-social ul {
	display: flex;
	column-gap: 1rem;
	align-items: center;
}
.footer-social li .border-btn {
	border-color: #222F42;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	border-radius: 5px;
}
.footer-social li .border-btn:hover {
	background-color: #2B61DC;
}
.footer-social li img {
	width: 2rem;
}
.bovag-logo img {
	width: 11.3rem !important;
	border-radius: 5px;
}
.bosch-logo img {
	width: 4.6rem !important;
	border-radius: 5px;
}
.footer-right {
	max-width: 45.5rem;
	width: 100%;
	margin-left: auto;
	margin-bottom: 1.4rem;
}
.contact-card h6 {
	color: #F6F8FA;
}
.contact-card a {
	font-size: 2.4rem;
    line-height: 33.72px;
	letter-spacing: 0.24px;
	text-decoration-line: underline;
    color: #F6F8FA;
	margin-top: 1rem;
	font-family: 'lama_sansmedium';
}
.contact-card a:hover{
	color: #2B61DC;
}
.contact-card {
	background-color: #1E2B3D;
	border-radius: 1rem;
	padding: 3.2rem 4rem;
	margin-bottom: 1rem;
	z-index: 1;
}
.contact-card:last-child {
	margin-bottom: 0;
}
.klanten-logo {
	width: 29.4rem;
	margin: 0 auto;
}
.klanten-logo iframe{
	border-radius: 5px;
}
/*****************diensten-list****************/
/****list-sec****/
.list-sec {
	background-color: #F6F8FA;
	padding: 10.5rem 0 6rem;
	border-radius: 40px 40px 0 0;
    overflow: hidden;
    margin-top: -4rem;
    position: relative;
    z-index: 1;
}
.each-list-img {
	border-radius: 4rem;
	overflow: hidden;
	height: 100%;
}
.each-list-img img {
	height: 100%;
	object-fit: cover;
}
.each-list-info {
	border-radius: 4rem;
	overflow: hidden;
	padding: 4rem 6.5rem;
	background-color: #E8E8FD;
}
.each-list-info h2 span {
	color: #4E50F6;
}
.each-list-info h5 span {
	margin: 3rem 0;
}
.each-list-info p {
	margin-bottom: 10rem;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-sec .row {
	margin-bottom: 2rem;
}
/****form-sec****/
.form-sec {
	background-color: #101824;
	padding: 9rem 0 13rem; 
	margin-bottom: -4rem;
}
.form-left {
	background-color: #2B61DC;
	border-radius: 4rem;
	overflow: hidden;
	padding: 3rem 6.5rem;
	height: 100%;
}
.form-left h5 span, 
.form-left h2 {
	color: #F6F8FA;
}
.form-left h2 {
	line-height: 50px;
	margin: 1rem 0 3rem;
}
.form-left p {
	max-width: 41rem;
	width: 100%;
}
.form-left p {
	color: rgba(246, 248, 250, 0.90);
	font-size: 1.6rem;
}
.form-right {
	border-radius: 40px;
	overflow: hidden;
	border: 1px solid rgba(232, 232, 253, 0.30);
	padding: 4rem 4.5rem;
}
.form-group {
	margin-bottom: 1.5rem;
}
.form-styl{
	resize: none;
	color: rgba(246, 248, 250, 0.80);
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
	padding: 1.2rem 1.6rem; 
	background-color: transparent;
    border: 1px solid rgba(232, 232, 253, 0.30);
    border-radius: 10px;
}
.form-styl:focus{
	color: #F6F8FA;
	border-color: rgba(232, 232, 253, 0.30);
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}
.form-styl:placeholder {
	color: rgba(246, 248, 250, 0.80);
	opacity: 1;
	font-size: 1.4rem;
}
.form-styl:-ms-input-placeholder {
	color: rgba(246, 248, 250, 0.80);
	opacity: 1;
	font-size: 1.4rem;
}
.form-styl::placeholder {
	color: rgba(246, 248, 250, 0.80);
	opacity: 1;
	font-size: 1.4rem;
}
.form-sec textarea.form-styl {
    height: 8rem;
}
.form-btn {
    margin-top: 2rem;
}
/*****************diensten-sub-verzekering****************/
/****inner-header****/
.inner-header {
	/*position: relative;*/
	background-color: #0B121D;
	overflow: hidden;
}
/****bk-btn-sec****/
.bk-btn-sec {
	padding: 9rem 0 18rem;
	background-color: #F6F8FA;
}
.bk-btn-sec .border-btn {
    position: absolute;
    top: 19rem;
    z-index: 1;
    padding-right: 2rem;
    padding-left: 4.2rem;
}
.bk-btn-sec .border-btn::after {
    background-image: url(../images/bk-btn-left-arrow.svg);
    left: 2rem;
    right: auto;
}
/****diensten-dtl-about-sec****/
.diensten-dtl-about-sec {
	padding: 0 0 2rem;
}
.diensten-dtl-about-sec .about-info p {
	margin-bottom: 0;
}
/****diensten-dtl-mid****/
.diensten-dtl-mid {
	padding: 0 0 2rem;
	background-color: #F6F8FA;
}
.diensten-dtl-mid-wrap {
	padding: 6.5rem;
	border-radius: 3rem;
	overflow: hidden;
	background-color: #EDF2FE;
}
/* .diensten-dtl-mid .row {
	margin-top: 7rem;
} */
.diensten-dtl-mid .col-lg-4 {
	margin-top: 7rem;
}
.each-diensten-dtl-mid h5 {
	line-height: 32px;
	margin-bottom: 1.8rem;
 	height: 60px;
}
.each-diensten-dtl-mid p {
	max-width: 28rem;
	width: 100%;
}
/****diensten-dtl-frame****/
.diensten-dtl-frame {
	padding-bottom: 10rem;
	background-color: #F6F8FA;
}
.diensten-dtl-frame-img {
	border-radius: 3rem;
	overflow: hidden;
}
/****diensten-dtl-btm****/
.diensten-dtl-btm {
	padding: 7rem 0;
	background-color: #F6F8FA;
}
.diensten-dtl-btm h2 {
	margin-bottom: 6rem;
}
.diensten-dtl-slider-wrap {
	margin-left: -60rem;
	margin-right: -35rem;
}
.diensten-dtl-slider .each-dtl-slide {
    overflow: hidden;
    border-radius: 2rem;
    position: relative;
}
.diensten-dtl-slider .each-dtl-slide:hover:after {
    height: 100%;
}
.diensten-dtl-slider .each-slider-top-content h6 {
	position: relative;
	padding-left: 6rem;
}
.diensten-dtl-slider .each-slider-top-content h6::before {
	content: '';
    position: absolute;
    background-color: #F6F8FA;
    left: 0;
    top: 50%;
    width: 47px;
    height: 1.8px;
	transform: translateY(-50%);
}
.diensten-dtl-slider .each-dtl-slide::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 20px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-slider .each-slider-btm-content p {
	display: none;
	margin-top: 2.4rem;
}
.diensten-dtl-slider .each-dtl-slide:hover .each-slider-btm-content p {
	display: block;
}
.diensten-dtl-slider .each-slider-content h5 {
    margin-top: 0;
	color: #F6F8FA;
}
.diensten-dtl-slider .each-slider-content p {
	color: #fff;
}
.diensten-dtl-slider .swiper-button-next {
    right: 0;
}
.diensten-dtl-slider .common-arrow {
    top: -13rem;
}
.diensten-dtl-slider .swiper-button-prev {
    right: 7rem;
    left: auto;
}
/*****************voorbeeld-vacature-detail****************/
/****vacature-dtl-top****/
.vacature-dtl-top {
	padding: 9.5rem 0 0;
	background-color: #F6F8FA;
    border-radius: 40px;
    overflow: hidden;
    margin-top: -4rem;
    position: relative;
    z-index: 1;
}
.vacature-dtl-top-wrap {
	padding: 0 16rem;
	border-radius: 40px;
	overflow: hidden;
}
.vacature-dtl-top-wrap h2 {
	margin-bottom: 4rem;
}
.vacature-dtl-top-wrap h2 span {
	color: #4E50F6;
}
.vacature-dtl-top-wrap p {
	color: #000;
}
/****vacature-dtl-mid****/
.vacature-dtl-mid {
	padding: 10.5rem 0 9rem;
}
.vacature-dtl-mid-wrap {
	padding: 0 16rem;
	border-radius: 40px;
	overflow: hidden;
}
.each-vacture-dtl-mid img {
    margin-right: 2.5rem;
    width: 3.6rem;
}
.each-vacture-dtl-mid {
    display: flex;
    align-items: center;
}
.each-vacture-dtl-mid strong {
	letter-spacing: 0.24px;
	font-size: 2.4rem;
}
.each-vacture-dtl-mid span {
	color: #101824;
	font-family: 'lama_sansmedium';
	font-size: 1.4rem;
	line-height: 20px;
	letter-spacing: 0.14px;
}
/****vacature-dtl-btm****/
.vacature-dtl-btm {
	padding: 10rem 0;
	position: relative;
}
.vacature-dtl-btm::after {
	content: '';
    position: absolute;
    height: 80%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #fff;
}
.each-vacature-dtl-btm {
	background-color: #EDF2FE;
	border-radius: 40px;
	padding: 5rem 4.5rem;
	height: 100%;
}
.each-vacature-dtl-btm h5 {
	line-height: 30px;
	margin-bottom: 3.2rem;
}
.vacature-dtl-btm-wrap {
	position: relative;
	z-index: 1;
	margin-top: -12.5rem;
}
/****vacature-form-sec****/
.vacature-form-sec-wrap {
	padding-left: 5.5rem;
}
.vacature-form-sec .form-left {
	text-align: center;
	background-color: transparent;
	padding: 0;
	border-radius: 0;
}
.vacature-form-sec .form-left h2,
.vacature-form-sec .form-left p {
	color: #fff;
}
.vacature-form-sec .form-left p {
	max-width: 40rem;
    margin: 0 auto;
}
/*****************over-ons****************/
/****over-ons-top****/
.over-ons-top {
	/* background-color: #E8E8FD; */
	position: relative;
	z-index: 1;
	margin-top: -3rem;
	border-radius: 40px;
	overflow: hidden;
	padding: 9rem 0 23rem;
}
.over-ons-top::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #E8E8FD;
	z-index: -1;
}
.over-ons-top h2 {
	margin-bottom: 3rem;
}
.over-ons-top h2 span {
	color: #4E50F6;
}
.over-ons-top-img {
	border-radius: 40px;
	overflow: hidden;
	height: 100%;
}
.over-ons-top-img img {
	height: 100%;
	object-fit: cover;
}
.over-ons-top-info {
	padding-left: 8.5rem;
}
/****over-ons-block****/
.over-ons-block {
	position: relative;
	z-index: 1;
	margin-top: -16rem;
}
.each-over-ons-block {
	background-color: #EDF2FE;
	border-radius: 30px;
	overflow: hidden;
	height: 100%;
	padding: 5rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-block h5 {
	line-height: 30px;
	margin: 3rem 0 1.8rem;
}
.each-over-ons-block:hover {
	background-color: #101824;
}
.each-over-ons-block:hover h5,
.each-over-ons-block:hover p {
	color: #fff;
}
.each-over-ons-block:hover img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
/****over-ons-accordian-part****/
.over-ons-accordian-part {
	background-color: #F6F8FA;
    margin-bottom: 0;
    padding-bottom: 10rem;
}
.over-ons-accordian-part .accodian-top-info p {
    margin: 3.5rem 0 4rem;
	color: #101824;
}
.over-ons-accordian-part .each-accordion {
    background-color: transparent;
    border-radius: 2rem;
    overflow: hidden;
    padding: 2rem 3rem 2rem;
    margin-bottom: 1rem;
	border: 1px solid rgba(16, 24, 36, 0.20);
}
.over-ons-accordian-part .each-accordion h5 {
    margin-bottom: 0.5rem;
}
/****over-ons-mid****/
.over-ons-mid {
	padding-bottom: 8rem;
}
/****over-ons-google-review-sec****/
.over-ons-google-review-sec {
	background-color: #F6F8FA;
}
/****over-ons-btm****/
.over-ons-btm {
	background-color: #101824;
	padding: 9.5rem 0 8.5rem;
	margin-bottom: -4rem;
}
.over-ons-btm-slider p {
	color: #F6F8FA;
    max-width: 75rem;
    margin: 0 auto;
    margin-top: 2rem;
	margin-bottom: 2rem;
}
.over-ons-btm-slider .common-arrow {
    top: 20rem;
	border: 1px solid #F6F8FA;
}
.over-ons-btm-slider {
    margin: 0 -26rem;
}
.each-over-ons-slide {
	overflow: hidden;
}
.each-over-ons-slide img{
	width: 100%;
	border-radius: 20px;
}
.over-ons-btm-slider .swiper-button-next {
    right: 30rem;
}
.over-ons-btm-slider .swiper-button-prev {
    left: 30rem;
}
.over-ons-btm-slider .swiper {
	padding-top: 6rem;
}
/*****************contact****************/
/****contact-banner****/
.contact-banner .each-banner {
	height: 45rem;
}
/****contact-middle-sec****/
.contact-middle-sec {
	padding-top: 7.5rem;
	background-color: #F6F8FA;
	border-radius: 40px 40px 0 0;
    overflow: hidden;
    margin-top: -4rem;
    position: relative;
    z-index: 1;
}
.each-blk {
	background-color:#E8E8FD;
    border-radius: 20px;
    overflow: hidden;
    padding: 4.5rem 4.1rem 5.5rem 7.5rem;
    height: 100%;
}
.each-blk h6 {
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
	position: relative;
	left: -4.5rem;
}
.each-blk a {
	color: #101824;
	line-height: 30px;
	letter-spacing: 0.28px;
}
.each-blk p {
	line-height: 30px;
}
.each-blk a:hover {
	text-decoration: underline;
}
.each-blk img {
	margin-right: 1.7rem;
}
/****contact-form-sec****/
.form-sec.contact-form-sec {
	background-color: #F6F8FA;
	margin-bottom: 0;
	padding-top: 1.5rem;
	padding-bottom: 7.5rem;
}
.contact-form-sec .form-right {
    border: 1px solid rgba(16, 24, 36, 0.30);
}
.contact-form-sec .form-styl {
    border: 1px solid rgba(16, 24, 36, 0.30);
	color: #101824;
}
.contact-form-sec .form-styl:focus{
	color: #101824;
	border-color: rgba(16, 24, 36, 0.30);
}
.contact-form-sec .form-styl:placeholder {
	color: #101824;
}
.contact-form-sec .form-styl:-ms-input-placeholder {
	color: #101824;
}
.contact-form-sec .form-styl::placeholder {
	color: #101824;
}
/*****************bedankt****************/
.bedankt-banner .banner-content {
    bottom: 16rem;
}
.bedankt-banner .banner-content p {
	font-family: 'lama_sansregular';
	font-size: 1.6rem;
	color: #fff;
	margin: 0 0 3.5rem;
	max-width: 80rem;
	width: 100%;
}
.bedankt-footer-area.footer-area {
    margin-top: -4rem;
    position: relative;
}
/*****************popup****************/
.modal-area .modal-dialog {
    max-width: 49%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(16, 24, 36, 0.48);
}
.modal-content .col-lg-5 {
    width: 30%;
}
.modal-content .col-lg-7 {
    width: 70%;
}
.pop-up-image {
	height: 100%;
	border-radius: 1rem;
    overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .modal-content {
	border-radius: 1rem;
    overflow: hidden;
    background-color: transparent;
	position: relative;
}
.modal-area .popup-content {
    padding: 6.5rem 7.4rem 6rem;
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
}
.modal-area .popup-content h6 {
	color: #0A0A0A;
	font-size: 1.8rem;
	text-transform: uppercase;
}
.modal-area .popup-content h3 {
	color: #0A0A0A;
	font-family: 'lama_sansmedium';
	font-size: 3.6rem;
	letter-spacing: 0.36px;
	margin: 1rem 0;
}
.modal-area .popup-content p {
	margin: 0 0 1rem;
    max-width: 46rem;
	width: 100%;
}
.popup-content .border-btn {
	border-color: rgba(10, 10, 10, 0.30);
	font-family: 'intermedium';
	color: #0a0a0a;
    font-size: 1.4rem;
}
.popup-content .border-btn:hover {
	color: #F6F8FA;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'lama_sansregular';
}
.close-img:hover {
	color: #fff;
}
/*****************aanbod-dtl****************/
/****aanbod-banner****/
.aanbod-dtl-left {
	border-radius: 4rem;
	overflow: hidden;
}
.aanbod-dtl-right {
	padding-left: 1rem;
}
.aanbod-dtl-top {
	border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgba(16, 24, 36, 0.15);
    padding: 2rem 3.5rem;
    margin-bottom: 2rem;
}
.aanbod-dtl-top ul{
	margin-top: 2.2rem;
}
.aanbod-dtl-top li {
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(16, 24, 36, 0.15);
    padding: 2rem 0;
}
.aanbod-dtl-top li:last-child {
	border-bottom: 1px solid rgba(16, 24, 36, 0.15);
}
.aanbod-dtl-top p {
	color: rgba(16, 24, 36, 0.50);
	
}
.aanbod-dtl-top .akker_btn_cls {
	margin-right: 1rem;
	margin-top: 2.2rem;
}
.aanbod-dtl-top .akker_btn_cls:last-child {
	margin-right: 0;
}
.aanbod-dtl-btm {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgba(16, 24, 36, 0.15);
    padding: 2rem 3.5rem;
}
.aanbod-dtl-btm h6 {
	font-size: 1.6rem;
}
.aanbod-dtl-btm li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.2rem;
}
.aanbod-dtl-btm li:last-child {
	margin-bottom: 0;
}
.aanbod-dtl-btm li img {
	margin-right: 1.3rem;
}
.aanbod-dtl-btn a {
	color: #101824;
	font-size: 1.6rem;
}
.aanbod-dtl-btn a:hover {
	text-decoration: underline;
}
.aanbod-dtl-btn ul li:last-child a{
	border-radius: 100px;
    border: 0;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-btn {
	margin-left: 7.5rem;
	margin-top: 7.5rem;
}
.aanbod-dtl-btn li img {
	margin-right: 1rem;
}
.swiper-gallery-btm {
	position: absolute;
    top: 50%;
    right: 10%;
    width: 100%;
    max-width: 11.9rem;
    z-index: 1;
    height: 63%;
    overflow: hidden;
    transform: translateY(-50%);
}
.each-aanbod-dtl-btm {
	height: 10rem;
}
.each-aanbod-dtl-btm img {
	height: 100%;
	object-fit: cover;
}
.gallery-thumbs .swiper-slide {
	height: 10rem !important;
}





















/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 8rem 0;
}
.dtl-tab-content-heading {
	display: flex;
    align-items: center;
    margin-bottom: 3rem;
    margin-top: 4rem;
}
.dtl-tab-content-heading h5 {
	text-transform: uppercase;
}
.dtl-tab-content-heading h6 {
	font-weight: normal;
    font-size: 2rem;
    border-radius: 100px;
    border: 4px solid #EBEBFF;
    height: 43px;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 2rem;
}
.kenmerken-tab ul li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
	font-family: 'lama_sansregular';
	color: rgba(11, 24, 33, 0.90);
	font-size: 1.6rem;
	line-height: 40px;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 14px;
    background-size: 9px;
    padding-left: 15px;
    font-family: 'lama_sansmedium';
    color: #0B1821;
}
.bullet-panel {
    margin-bottom: 4rem;
}
.bullet-panel .tab_heading {
	padding-bottom: 2rem;
}
.bullet-panel h4 {
	font-family: 'lama_sansmedium';
	text-transform: none;
	color: #0B1821;
	font-size: 2rem;
	line-height: 26px;
}
.bullet-panel ul li {
	font-size: 1.6rem;
	color: rgba(11, 24, 33, 0.90);
    padding-left: 1.4rem;
    position: relative;
	font-family: 'lama_sansregular';
	line-height: 26px;
	letter-spacing: 0.32px;
}
.bullet-panel li:after {
    background-size: 9px;
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 9px;
    height: 9px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.each-tab-content p {
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
	color: rgba(11, 24, 33, 0.90);
}
.each-tab-content {
	border-top: 1px solid rgba(11, 24, 33, 0.15);
	margin-bottom: 5rem;
}
.left-bg-block {
	width: 140px;
	background: #2B61DC;
	color: #fff;
}
.block-dtls {
  	width: calc(100% - 140px);
  	border: 1px solid #2B61DC;
	border-left: 0;
	padding: 15px;
}
/****aanbod-dtl-product-sec****/
.product-sec.aanbod-dtl-product-sec {
    border-radius: 0;
    margin-top: 0;
}
/*****************aanbod-list****************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
	padding-top: 20rem;
	padding-bottom: 2.5rem;
}
.aanbod-filter-sec h1 {
	margin-bottom: 6.5rem;
	color: #101824;
}
.outer-filter {
	display: flex;
    justify-content: end;
    gap: 1.5rem;
    align-items: center;
}
.outer-filter .select-style {
	padding-right: 3.7rem;
}
.select-style {
	width: 100%;
    height: 4.6rem;
    color: #202633;
    font-family: 'intermedium';
    font-size: 1.6rem;
    border: 1px solid rgba(32, 38, 51, 0.20);
    border-radius: 100px;
    padding: 0 2rem;
    background: url(../images/filter-arrow.svg) #F6F8FA no-repeat 93% center/10px;
    appearance: none;
    line-height: 4.6rem;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.select-style option{
	font-family: arial;
}
.filter-content {
    display: none;
    background-color:#F6F8FA;
    padding: 1rem 2rem 1.5rem;
    z-index: 2;
    border: 1px solid rgba(32, 38, 51, 0.20);
    border-top: 0;
    border-radius: 0 0 0.5rem 0.5rem;
    margin-top: -0.5rem !important;
	cursor: default;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #202633;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'intermedium';
    font-size: 1.6rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #202633;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: middle;
    margin-top: -0.3rem;
    margin-right: 0.8rem;
    box-shadow: none;
    border: 1px solid #202633;
    background-color: #F6F8FA;
    border-radius: 0.3rem;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #2B61DC;
    border-color: #2B61DC;
}
.filter-main .select-style {
    font-family: 'lama_sansmedium';
    color: #101824;
    font-size: 1.6rem;
    background: url(../images/filter-arrow.svg) #F6F8FA no-repeat 93% center / 12px;
}
.aanbod-filter-sec .color_box {
	background-color: Gray;
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 1rem;
	margin-top: 0.3rem;
    border-radius: 100px;
}
.aanbod-filter {
	margin-bottom: 2rem;
}
.auto-overview-tag {
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1.4rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #202633;
    border-radius: 1rem;
    background-color:#EDF2FE;
	font-family: 'lama_sansmedium';
    font-size: 1.6rem;
}
.cross-btn {
    width: 1.1rem;
}
.auto-overview-tag:hover {
	background-color: #2B61DC;
	color: #fff;
}
.auto-overview-tag:hover .cross-btn {
	filter: invert(1) brightness(10);
}
.total_search_records {
	margin-top: 3rem;
}
.clear-filter {
	margin-top: 2rem;
}
.clear-filter a {
	font-size: 1.6rem;
	color: #121212;
}
.clear-filter img {
	width: 1.3rem;
	margin-left: 0.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.clear-filter a:hover img {
	filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(4447%) hue-rotate(214deg) brightness(109%) contrast(101%);
	-webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(4447%) hue-rotate(214deg) brightness(109%) contrast(101%);
}
.mobile-filter-close {
    padding: 1.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #F6F8FA;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
}
.mobile-filter-close span {
    max-width: 3.2rem;
	width: 100%;
    height: 3.2rem;
    background-color: #F6F8FA;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #101824;
}
.mobile-filter-close span img {
	width: 1.2rem;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #0066FF;
	border-color: #0066FF;
	color: #fff;
	padding: 1rem;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #202633;
	border-color: #202633;
}
.filter-left h6 {
	display: inline-block;
	cursor: pointer;
}
.filter-left{
	margin-top: 0;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
	padding-bottom: 8rem;
}






.aanbod-dtl-right.stky_form {
    position: sticky;
    top: 126px;
    right: 0;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*****************aanbod-dtl****************/
/****aanbod-banner****/
.aanbod-dtl-left {
	border-radius: 4rem;
	overflow: hidden;
}
.aanbod-dtl-right {
	padding-left: 1rem;
}
.aanbod-dtl-top {
	border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgba(16, 24, 36, 0.15);
    padding: 2rem 3.5rem;
    margin-bottom: 2rem;
}
.aanbod-dtl-top li {
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(16, 24, 36, 0.15);
    padding: 2rem 0;
}
.aanbod-dtl-top li:last-child {
	border-bottom: 1px solid rgba(16, 24, 36, 0.15);
}
.aanbod-dtl-top p {
	color: rgba(16, 24, 36, 0.50);
	/*margin-bottom: 2.2rem;*/
}
.aanbod-dtl-top .akker_btn_cls {
	margin-right: 1rem;
	margin-top: 2.2rem;
}
.aanbod-dtl-top .akker_btn_cls:last-child {
	margin-right: 0;
}
.aanbod-dtl-btm {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgba(16, 24, 36, 0.15);
    padding: 2rem 3.5rem;
}
.aanbod-dtl-btm h6 {
	font-size: 1.6rem;
}
.aanbod-dtl-btm li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.2rem;
}
.aanbod-dtl-btm li:last-child {
	margin-bottom: 0;
}
.aanbod-dtl-btm li img {
	margin-right: 1.3rem;
}
.aanbod-dtl-btn a {
	color: #101824;
	font-size: 1.6rem;
}
.aanbod-dtl-btn a:hover {
	text-decoration: underline;
}
.aanbod-dtl-btn ul {
	/* display: flex;
	align-items: center;
	justify-content: space-between; */
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.aanbod-dtl-btn ul li{
 width:50% !important;
}
.aanbod-dtl-btn ul li:last-child {
	/* border-radius: 100px;
	    border:0;
	    width: 41px;
	    height: 41px;
	    display: flex;
	    align-items: center;
	    justify-content: center; */
	/* border-radius: 100px;
	    border: 0;
	    width: 41px;
	    height: 41px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    width: 100% !important;
	    justify-content: left !important; */

	border-radius: 100px;
    border: 0;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    justify-content: left !important;
    margin: 1.5rem 0;
}
.aanbod-dtl-btn {
	margin-left: 7.5rem;
	margin-top: 7.5rem;
}
.aanbod-dtl-btn li img {
	margin-right: 1rem;
}
.swiper-gallery-btm {
	position: absolute;
    top: 50%;
    right: 1%;
    width: 100%;
    max-width: 11.9rem;
    z-index: 1;
    height: 43rem;
    overflow: hidden;
    transform: translateY(-50%);
}
.each-aanbod-dtl-btm {
	height: 10rem;
}
.each-aanbod-dtl-btm img {
	height: 100%;
	object-fit: cover;
}
.gallery-thumbs .swiper-slide {
	height: 10rem !important;
}
.each-aanbod-dtl-banner {
	border-radius: 4rem;
	overflow: hidden;
}
.each-aanbod-dtl-btm {
	border-radius: 1rem;
	overflow: hidden;
}
.aanbod-dtl-btn ul li:last-child img {
	margin-right: 0;
}

/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 8rem 0;
}
.dtl-tab-content-heading {
	display: flex;
    align-items: center;
    margin-bottom: 3rem;
    margin-top: 4rem;
}
.dtl-tab-content-heading h5 {
	text-transform: uppercase;
}
.dtl-tab-content-heading h6 {
	font-weight: normal;
    font-size: 2rem;
    border-radius: 100px;
    border: 4px solid #EBEBFF;
    height: 43px;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 2rem;
}
.kenmerken-tab ul li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
	font-family: 'lama_sansregular';
	color: rgba(11, 24, 33, 0.90);
	font-size: 1.6rem;
	line-height: 40px;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 14px;
    background-size: 9px;
    padding-left: 15px;
    font-family: 'lama_sansmedium';
    color: #0B1821;
}
.bullet-panel {
    margin-bottom: 4rem;
}
.bullet-panel .tab_heading {
	padding-bottom: 2rem;
}
.bullet-panel h4 {
	font-family: 'lama_sansmedium';
	text-transform: none;
	color: #0B1821;
	font-size: 2rem;
	line-height: 26px;
}
.bullet-panel ul li {
	font-size: 1.6rem;
	color: rgba(11, 24, 33, 0.90);
    padding-left: 1.4rem;
    position: relative;
	font-family: 'lama_sansregular';
	line-height: 26px;
	letter-spacing: 0.32px;
}
.bullet-panel li:after {
    background-size: 9px;
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 9px;
    height: 9px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.each-tab-content p {
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
	color: rgba(11, 24, 33, 0.90);
}
.each-tab-content {
	border-top: 1px solid rgba(11, 24, 33, 0.15);
	margin-bottom: 5rem;
}
.left-bg-block {
	width: 140px;
	background: #2B61DC;
	color: #fff;
}
.block-dtls {
  	width: calc(100% - 120px);
  	border: 1px solid #2B61DC;
	border-left: 0;
	padding: 15px;
}
.form-left h5{
	line-height: normal;
}
/****aanbod-dtl-product-sec****/
.product-sec.aanbod-dtl-product-sec {
    border-radius: 0;
    margin-top: 0;
}
.diensten-dtl-btm{
	overflow: hidden;
}
.over-ons-block img{
	width: 3.6rem;
}
.over-ons-btm{
	overflow: hidden;
}
.auto-overview-tag-content img{
	width: 2rem;
}
.reset_all_filter img{
	width: 2rem;
}
.form-1, .form-2 {
 	border-radius: 19px;
 	margin-bottom: 1rem;
}
.calsty {
    border: 0;
    width: 100%;
    height: 692px;
    background: transparent;
}
/*******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.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 0 6px 44px;
    color: #000;
    background-size: 152px;
  }
  
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
      color: #1c1c1c;
      border-bottom: 1px solid #1c1c1c;
      text-transform: uppercase;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      padding-bottom: 6px;
      word-break: break-word;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
      color: #1c1c1c;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
   .form-1 {
        margin-top: 50px;
        display:none;
        max-width:100%;
  } 
  .wis-part img{
	width: 1.5rem;
  }
  .wis-part{
	color: #050E16;
  }
    .form-2{
        margin-top: 50px;
	    display: none;
    }
  .bedankt-banner{
	overflow: hidden;
  }
  .thank-you{
	position: absolute;
	left: 25%;
	top: 50%;
  }
  .dropdown option{
	background-color: #050E16;
  }

	.aanbond-select-option-btn.select-style{
	border-top-left-radius: 24px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	}

	.filter-content{
	margin-top: -1.2rem !important;
	border-radius: 0 0 1.5rem 1.5rem;
	}
	.bullet-panel .tab_hedaing {
		padding-bottom: 2rem;
		border-bottom: 1px solid #0B1821;
		margin-bottom: 2rem;
	}
	.each-aanbod-dtl-banner img{
		cursor: pointer;
	}
	.load_img{
		width: 200px;
	}

.form-right h5 span {
	color: #F6F8FA;
}
.form-right h2 {
	color: #F6F8FA;
}
.form-right p {
	color: #F6F8FA;
	margin: 2rem 0;
}
.aanbod-dtl-banner .swiper-button-next{
	right: 14rem;
}
.form-2 .form-group .form-styl option {
    background: #101824;
}

.map-header .header-top .header-top-block li .hdr-logos {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}

/*.map-header li a {
    color: #000;
}*/
.map-header li a:hover {
    text-decoration: none;
    color: #2B61DC;
}
.map-header .akker_btn_cls:active, .map-header .akker_btn_cls:focus, .map-header .akker_btn_cls:hover {
    color: #fff;
}

.stiky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
   background-color: #0B121D;
    transition: all 0.5s;
}
/*.stiky a {
	color: #f6f8fa;
}*/
.header-bovg-logo {
	margin-right: 20px;
}
.header-bovg-logo img {
	width: 5rem ;
    border-radius: 5px;
}
.header-logos {
    display: flex;
}
.each-blk span{
	font-weight: bold;
    font-family: 'lama_sanssemibold';
}
.diensten-dtl-about-sec a{
	color: #0C121C;
}
.product-slider .common-arrow{
	display: inline-flex;
}
.each-aanbod-dtl-banner .common-arrow img {
	display: inline-flex;
    
}
.dtl-add-to-any .a2a_kit {
    display: flex;
    
}
.lease-btn a{
    color: #101824;
    font-size: 1.6rem;
}
.aanbod-dtl-btn ul li h6 {
    color: #101824 !important;
}
.social-media {
	float:right; 
	margin-left: 20px;	
}
.service-dtl-bck {
    padding-bottom: 21rem;
}