<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "fonts.css";
@import "common-class.css";

body {
	padding: 0px;
	margin: 0px;
    font-size: 1.8rem;
    font-family: 'catamaranmedium';
    color: #454545;
}
html {
	font-size: 62.5%;
}
#page{
	overflow: hidden;
}
.dblock {
	display: none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
	display: none;
}
.add_morgan_footer_margin {
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #EBECF1;
    border-color: rgba(255,255,255,0.1);
    color: #132433;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar&gt;* {
    color: #132433;
}
#menu .mm-listview&gt;li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*************************index*************************/
.whatsapp-btn{
	position: fixed;
    right: 3rem;
    bottom: 3rem;
    z-index: 99;
}
.whatsapp-btn a{
    background: #26BE00;
    border-radius: 100%;
    width: 6rem;
    height: 6rem;
}
.whatsapp-btn a img{
	width: 3rem;
}
/**********header**********/
.header-area {
	padding: 3rem 0;
}
.header-area .navbar-brand{
	margin: 0;
}
.header-area .navbar-expand-lg .nav-link {
    padding: 0;
    color: #132433;
    font-family: 'catamaranextrabold';
}
.header-area .navbar-brand img {
    width: 28rem;
}
.header-area .navbar-expand-lg {
	padding: 0;
}
.header-area .navbar-expand-lg .navbar-nav {
	margin-top: 0;
	align-items: center;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link, 
.header-area .nav-link {
	font-size: 1.8rem;
	letter-spacing: normal;
	text-transform: none;
	margin: 0 2.5rem;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link:hover, 
.header-area .nav-link:hover {
	color: #3A65D6;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .akker_btn_cls {
	margin-left: 4rem;
	min-width: 20.5rem;
}
/**********banner**********/
.banner-sec {
	background-color: #EBECF1;
}
.banner-sec .swiper {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
	height: 100%;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-sec .col-lg-7 {
	width: 60%
}
.banner-sec .col-lg-5 {
	width: 40%
}
.banner-left {
	padding: 14% 11% 14% 0;
}
.banner-left p {
	margin: 10% 0 9%;
}
.filter-area {
	width: calc(100% + 58%);
    z-index: 1;
    position: relative;
}
.filter-area .col-md-5:not(:last-child) {
	width: 35.5%;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.filter-area .col-md-2 {
    width: 28.9%;
    margin-left: auto;
    margin-right: 0;
}
.select-style {
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
    font-family: 'catamaranmedium';
    color: #121212;
	border: 0;
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    border-radius: 0;
    padding: 0 2.5rem;
    appearance: none;
    text-transform: none;
/*    line-height: 9.4rem;*/
	background-color: transparent;
}
.select-style option{
	font-family: arial;
}
.filter-main {
    width: 100%;
    background-color: #fff;
}
.filter-main .akker_btn_cls {
	max-width: 100%;
}
/**********product-sec**********/
.product-sec{
	position: relative;
	padding: 7% 0 9%;
}
.product-sec h2{
	padding-bottom: 5.2rem;
}
.each-product{
	background-color: #EBECF1;
}
.product-img {
	padding: 2.5rem;
}
.product-btm-part {
	padding: 0 2.5rem;
}
.product-model h4 {
	color: #121212;
	height: 65px;
  	overflow: hidden;
}
.product-model .col-md-8 h4 {
	opacity: .39;
}
.price-table h4 {
	color: #3A65D6;
}
.price-table h5 {
	color: #121212;
	font-size: 2.4rem;
	font-family: 'catamaransemibold';
	padding-left: 2rem;
	margin-left: 2rem;
	position: relative;
}
.price-table h5 span {
	font-size: 1.4rem;
}
.product-btm{
	border-top: 1px solid rgba(0, 0, 0, 0.50);
}
.product-btm h6 {
	font-size: 2.1rem;
	color: #121212;
	font-family: 'catamaransemibold';
}
.product-model table, .product-btm table{
	width: 100%;
}
/*.product-model {
	width: 100%;
}*/
.product-btm td img{
	width: 2.6rem;
	margin-right: 1rem;
}
.product-sec .swiper-button-prev{
	left: -5%;
}
.product-sec .swiper-button-next{
	right: -5%;
}
.product-model {
  padding: 0rem 0 2.3rem;
}
.price-table, .product-btm{
	padding: 2.5rem 0;
}
.price-table {
	position: relative;
}
.price-table h5::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: '';
	width: 1px;
	height: 100%;
	background: #000000;
}
/**********home-gal-sec**********/
.home-gal-sec {
	padding-bottom: 8%;
	position: relative;
}
.home-gal-content {
	position: relative;
	z-index: 1;
	padding: 5% 0 5% 8%;
}
.home-gal-content h2, .home-gal-content p {
	color: #ffffff;
}
.home-gal-content p {
	max-width: 80rem;
	width: 100%;
    margin-top: 3rem;
}
.home-gal-content .akker_btn_cls {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #132433;
	margin-left: -2rem;
}
.home-gal-content .akker_btn_cls:hover {
	background-color: #3A65D6;
	color: #ffffff;
	border-color: #3A65D6;
}
.home-gal-sec::after {
	content: '';
    height: 100%;
    width: 100%;
    left: 25%;
    background-color: #132433;
    position: absolute;
    top: 0;
}
.each-slide-content .akker_btn_cls {
	max-width: 100%;
	position: absolute;
	bottom: 0;
	right: calc(-100% + 1.5rem);
	background-color: #ffffff;
	border-color: #ffffff;
	color: #132433;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-slide:hover .akker_btn_cls {
	right: 0;
}
.each-slide {
	position: relative;
	overflow: hidden;
}
.each-slide-content h2, .each-slide-content p {
	color: #ffffff;
	padding: 2rem 5rem 0;
}
.each-slide-content p {
	margin-bottom: 3.5rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-slide:hover .each-slide-content p {
	margin-bottom: 11rem;
}
.each-slide-content {
	position: absolute;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    bottom: 0;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.home-gal-sec  .common-arrow img{
	filter: invert(1) brightness(10);
	-webkit-filter: invert(1) brightness(10);
}
/**********home-mid-sec**********/
.home-mid-sec {
	padding-top: 8%;
}
.home-mid-sec img {
	padding-right: 9%;
}
.home-mid-info {
	padding-left: 5.2rem;
}
.home-mid-info p {
	margin: 3.6rem 0 4.4rem;
}
.home-mid-info li {
	font-size: 2.4rem;
	color: #132433;
	font-family: 'catamaranmedium';
	margin-bottom: 2.5rem;
	position: relative;
	padding-left: 6rem;
	/*width: 45%;
    display: inline-block;*/
}
.home-mid-info li::after {
	content: '';
	position: absolute;
	background-image: url(../images/tick.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1.4rem;
	background-color: #3A65D6;
	height: 3.5rem;
	width: 3.5rem;
	border-radius: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.home-mid-info .akker_btn_cls {
	margin-top: 4.1rem;
}
/**********google-review***********/
.google-review {
	padding: 7% 0;
}
.google-review-img {
	width: 100%;
}
/**********footer**********/
.footer-area {
	padding: 8% 0 6%;
	background-color: #EBECF1;
	overflow: hidden;
	position: relative;
}
/*.footer-area::after {
	content: '';
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
}*/
/*.footer-logo {
	padding-left: 0;
	padding-right: 14%;
	padding-bottom: 2rem;
}*/
/*.footer-logo img {
	width: 45rem;
	position: relative;
	z-index: 1;
}*/
.footer-logo {
    padding-right: 14%;
    padding-top: 11rem;
}
.footer-left {
	padding-right: 6%;
	max-width: 106rem;
	width: 100%;
}
.each-footer-info h6 {
	font-size: 1.6rem;
	color: #132433;
	opacity: 0.66;
	font-family: 'catamaranextrabold';
	margin-bottom: 2rem;
	line-height: 1.8;
}
.each-footer-info p {
	font-family: 'catamaranregular';
	/* line-height: 1.8; */
	color: #454545;
}
/*.each-footer-info-img {
	margin-top: 3rem;
	width: fit-content;
}*/
.each-footer-info-img {
    margin-right: 9%;
}
.each-footer-info-img img {
	width: 20.8rem;
}
.each-footer-info a {
	font-size: 1.6rem;
	color: #454545;
	font-family: 'catamaranregular';
}
.each-footer-right-info p {
	display: flex;
	align-items: end;
	justify-content: space-between;
	max-width: 20rem;
}
/* .each-footer-info a:hover {
	color: #3A65D6;
} */
.each-footer-info table {
	margin-bottom: 6.6rem;
}
.each-footer-info td {
	vertical-align: top;
	font-size: 1.6rem;
    color: #454545;
	font-family: 'catamaranregular';
	line-height: 2;
} 
.each-footer-contact a {
	text-decoration: underline;
}
.each-footer-info a:hover{
	opacity: .75;
}
.footer-btm {
	display: flex;
}
.footer-btm-1 img {
	width: 8rem;
}
.footer-btm-2 img {
	width: 12.5rem;
	margin-left: 0.7rem;
}
/*************************popup*************************/
.modal-area .modal-dialog {
    max-width: 63%;
    margin: 12% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.5);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content h2 {
	color: #121212;
}
.modal-area .popup-content p {
    margin: 3rem 0;
}
.modal-area .popup-content {
    padding: 4rem 11%;
    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: #3A65D6;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	color: #fff;
	font-family: 'catamaranregular';
}
.close-img:hover {
	color: #fff;
}
/*************************bedankt*************************/
.bedankt-banner-sec .banner-left p {
    margin: 5.7rem 0;
}
/*************************diensten-list*************************/
/****diensten-list-banner****/
.diensten-list-banner {
	background-color: transparent;
	padding-bottom: 5%;
	position: relative;
}
.diensten-list-banner .banner-left {
	max-width: 515px;
	width: 100%;
	padding-bottom: 0;
}
.diensten-list-banner h2 {
	font-family: 'catamaranmedium';
	line-height: 1.4;
}
.diensten-list-banner::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 50%;
    z-index: -2;
    background-color: #EBECF1;
}
.diensten-list-banner .banner-left p {
    margin: 3rem 0 0;
}
/****list-sec****/
.diensten-content {
	/* padding: 4rem 31% 4rem 15%; */
	padding: 4rem 17%;
    max-width: 84rem;
}
.diensten-content p {
	margin: 4rem 0 6.4rem;
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*************************aanbod-list*************************/
/****aanbod-filter-area****/
.aanbod-filter-area {
	padding-top: 4%;
	width: 100%;
}
.filter-area.aanbod-filter-area .col-md-5 {
    width: 28.5%;
}
.filter-area.aanbod-filter-area .col-md-2 {
   width: 14.5%;
}
.filter-area.aanbod-filter-area  .col-md-5:not(:last-child) {
	border-right: 0;
}
.aanbod-filter-area .select-style {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 0;
}
.aanbod-filter-area .filter-main {
	max-width: 150rem;
	margin: 0 auto;
	background-color: #fff;
}
.aanbod-filter-btm {
	max-width: 40rem;
	width: 100%;
	position: relative;
	margin-left: 4rem;
	margin-top: 3rem;
}
/****.aanbod-product-sec****/
.aanbod-product-sec {
	padding: 5% 0;
}
.aanbod-product-sec .col-xl-4 {
    padding: 0 1rem 2rem;
}
.aanbod-product-sec .col-lg-12 {
    padding: 0 1rem 2rem;
}
.aanbod-product-sec .each-product {
	margin: 0;
}
.aanbod-filter-btm .select-style {
    border: 0;
    border-radius: 0;
    padding-left: 4.2rem;
    background: url(../images/sorten-img.svg) transparent no-repeat left center/24px;
	height: 5rem;
    line-height: 4.9rem;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.aanbod-reset {
    color: #121212;
	font-family: 'catamaranmedium';
    font-size: 1.6rem;
    opacity: .5;
	margin-left: 2rem;
}
.aanbod-filter-btm .col-md-6:first-child {
	position: relative;
	width: 39%;
}
.aanbod-filter-btm .col-md-6:first-child::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: '';
    width: 1px;
    height: 30%;
    background: rgba(0, 0, 0, 0.1);
}
/*************************verkocht*************************/
.verkocht-product-sec {
    padding: 7% 0;
}
.verkocht-product-sec .akker_btn_cls {
	text-transform: uppercase;
}
.verkocht-product-sec .product-model {
    padding: 3.3rem 0 6.6rem;
}
/*************************diensten-dtl*************************/
/****info-sec****/
.info-sec {
	background-color: transparent;
	padding-top: 7%;
	padding-bottom: 7.4rem;
    position: relative;
}
.info-sec::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%; /*120%*/
    width: 100%;
    z-index: -2;
    background-color: #EBECF1;
}
.back-btn {
	position: relative;
}
.back-btn::after {
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: calc(100% + 2rem);
    width: 100%;
    z-index: -2;
    background-color: #EBECF1;
}
.info-sec h2 {
	margin-bottom: 3.8rem;
}
.info-sec table{
    width: 100%;
}
.info-sec table {
	width: 100%;
}
.info-sec td {
    vertical-align: top;
	width: 50%;
}
.info-sec td:first-child {
    padding-right: 5%;   
}
.info-sec td:last-child {
    padding-left: 5%;
}
/****back-btn****/
.back-btn .akker_btn_cls {
	max-width: 21.4rem;
	position: relative;
    left: calc(50% + -41%);
}
/****diensten-dtl-mid-sec****/
.home-mid-sec.diensten-dtl-mid-sec  {
	padding-top: 0;
	margin-top: -7.3rem;
}
.home-mid-sec.diensten-dtl-mid-sec img {
	padding-right: 0;
	height: 100%;
    object-fit: cover;
}
.diensten-dtl-mid-sec .home-mid-info {
    padding-right: 21%;
    padding-top: 31%;
    padding-bottom: 18%;
	padding-left: 0;
}
.diensten-dtl-mid-sec .home-mid-info li {
	padding-left: 4rem;
}
.diensten-dtl-mid-sec .home-mid-info li::after {
	width: 2.5rem;
	height: 2.5rem;
	background-size: 1.2rem;
}
/****form-sec****/
.form-sec {
	background-color: #132433;
	position: relative;
	padding: 6% 0 6rem;
}
.form-sec::after {
    content: '';
    position: absolute;
    width: 53.5%;
    height: 100%;
    top: 0%;
    right: 0;
    background-color: #fff;
}
.each-left-part {
	margin-bottom: 5.5rem;
}
.form-left-part h2 {
	color: #EBECF1;
	margin-bottom: 5.2rem;
}
.each-left-part h4 {
	margin-bottom: 1.5rem;
}
.each-left-part p {
	color: #ffffff;
	font-family: 'catamaranregular';
}
.each-left-part a {
    font-size: 1.6rem;
    color: #ffffff;
    font-family: 'catamaranregular';
	line-height: 1.8;
}
.each-left-part a:hover {
	text-decoration: underline;
}
.each-left-btm-part h4 {
    display: flex;
    align-items: end;
    justify-content: space-between;
    max-width: 22rem;
}
.each-left-part td {
    vertical-align: top;
    font-size: 1.6rem;
    color: #ffffff;
    font-family: 'catamaranregular';
	line-height: 1.8;
}
.each-left-part td:first-child {
	padding-right: 2rem;
}
.form-right-part {
	position: relative;
	z-index: 1;
	padding: 0 0 0 10%;
}
.form-right-part h2 {
	margin-bottom: 5.4rem;
}
.form-sec .form-group{
	margin-bottom: 1.5rem;
}
.textarea-form .form-group{
	height: calc(100% - 1.5rem);
}
.textarea-form {
	position: relative;
}
.form-sec .akker_btn_cls{
    position: absolute;
    bottom: 1.5rem;
    right: 0.8rem;
}
.form-styl{
	font-family: 'catamaranextralight';
	color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 1.8rem;
	padding: 1.6rem;
	border-radius: 0;
	box-shadow: none;
	resize: none;
}
.form-styl:focus{
	box-shadow: none;
	color: #121212;
	border-color: rgba(0, 0, 0, 0.2);
	opacity: 1;
}
.form-styl:placeholder {
	color: #121212;
	opacity: .5;
}
.form-styl:-ms-input-placeholder {
	color: #121212;
	opacity: .5;
}
/****diensten-dtl-gal-sec****/
.diensten-dtl-gal-sec {
	padding-bottom: 8%;
}
.home-gal-sec.diensten-dtl-gal-sec::after {
	display: none;
}
.diensten-dtl-gal-sec .home-gal-content {
	padding-right: 9.2%;
}
.diensten-dtl-gal-sec .home-gal-content h2, .diensten-dtl-gal-sec .home-gal-content p {
	color: #132433;
}
.diensten-dtl-gal-sec .home-gal-content .akker_btn_cls {
	border: 1px solid rgba(0, 0, 0, 0.25);
	color: #132433;
	margin-left: -2rem;
}
.diensten-dtl-gal-sec .home-gal-content .akker_btn_cls:hover {
	color: #ffffff;
}
.diensten-dtl-gal-sec .each-slide-content .akker_btn_cls {
    max-width: 100%;
    background-color: #3A65D6;
    border-color: #3A65D6;
    color: #ffffff;
}
/*************************vacature-dtl*************************/
/****form-sec****/
.form-attachment {
    position: relative;
	color: rgba(18, 18, 18, 0.7);
}
.form-attachment::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.6rem;
    content: '';
    width: 2rem;
    height: 2rem;
    background-image: url(../images/attachment.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: brightness(0);
    -webkit-filter: brightness(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
/****vacature-dtl-gal-sec****/
.vacature-dtl-gal-sec .each-slide {
	position: relative;
}
.vacature-dtl-gal-sec .each-slide::after {
	content: '';
    position: absolute;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.vacature-dtl-gal-sec .each-slide:hover::after {
	top: 0;
}
/****vacature-dtl-mid-sec****/
.vacature-dtl-mid-sec .akker_btn_cls {
    margin-bottom: 3rem;
	margin-top: 0;
	max-width: 21.4rem;
}
/*************************contact*************************/
/****contact-banner****/
.contact-banner {
	background-color: #132433;
}
.contact-banner .banner-left {
	position: relative;
	z-index: 1;
}
.contact-banner::before {
    width: 54%;
    z-index: 1;
}
.contact-banner .each-banner {
	position: relative;
	z-index: 1;
}
/****contact-middle-sec****/
.contact-middle-sec {
	background-color: #132433;
	padding: 5% 0;
}
.contact-middle-part {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.each-blk {
    padding: 0 6%;
	position: relative;
}
.each-blk h4, .each-blk a, .each-blk td, .each-blk p span, .each-blk p {
	color: #ffffff;
}
.each-blk h4 {
	margin-bottom: 4rem;
	display: flex;
	align-items: center;
	position: relative;
	left: -4rem;
}
.each-blk a, .each-blk td, .each-blk p {
	line-height: 1.9;
	font-size: 1.6rem;
	font-family: 'catamaranregular';
}
.each-blk td {
	vertical-align: top;
}
.each-blk td:nth-child(odd) {
	padding-right: 1rem;
}
.each-blk img {
	margin-right: 1.2rem;
}
.each-blk a:hover {
	text-decoration: underline;
}
.each-blk p,
.each-blk table {
	margin-left: 2rem;
}
.each-blk::after {
	content: '';
    position: absolute;
    right: -25%;
    top: 0;
    height: 100%;
    width: 1px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.15);
}
.each-blk:last-child::after {
	display: none;
}
.each-blk p span img {
	display: block;
	margin-top: 1.8rem;
}
/****contact-form-sec****/
.contact-form-sec .content-img {
	height: 100%;
}
.contact-form-sec {
	background-color: #ffffff;
}
.contact-form-sec.form-sec::after {
	display: none;
}
.contact-form-sec .form-left-part {
	padding-right: 5%;
	height: 100%;
}
.contact-form-sec .form-right-part {
	padding-top: 10%;
	padding-bottom: 10%;
}
/****contact-mid-sec****/
.contact-mid-sec .akker_btn_cls {
	margin-top: 2rem;
}
.contact-mid-sec img {
    padding-left: 7%;
}
.contact-mid-sec .home-mid-info {
	padding-right: 24%;
}
.contact-mid-sec img {
	padding-left: 0;
}
/*************************aanbod-dtl*************************/
/****aanbod-dtl-back-btn****/
.aanbod-dtl-back-btn .col-lg-6{
	position: relative;
}
.aanbod-dtl-back-btn .akker_btn_cls {
	position: absolute;
	right: -2px;
    left: auto;
	z-index: 2;
}
/****aanbod-dtl-top-sec****/
.aanbod-dtl-top-sec {
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 6.5rem;
}
.dtl-left-part {
    padding-right: 19%;
}
.dtl-left-info {
	position: relative;
}
.dtl-left-info::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: -50%;
    height: 100%;
    width: calc(100% + 74%);
    background-color: #EBECF1;
    z-index: -1;
}
.dtl-left-info h1 {
	word-break: break-word;
}
.dtl-wrap {
	padding-left: 4%;
	padding-right: 4%;
}
.dtl-car-slide {
    position: relative;
}
.dtl-top-slider {
	margin-bottom: 0.7rem;
}
.dtl-top-slider .common-arrow {
	hheight: 5rem;
	width: 5rem;
	background-color: #3A65D6;
}
.dtl-top-slider .common-arrow img {
	filter: invert(1) brightness(10);
	-webkit-filter: invert(1) brightness(10);
	width: 1.2rem;
}
.dtl-top-slider .swiper-button-next{
	right: 0;
}
.dtl-top-slider .swiper-button-prev{
	left: 0;
}
.dtl-top-slider .gallery-thumbs {
	margin-top: 1rem;
	position: relative;
}
.dtl-top-slider .gallery-thumbs::after {
	content: "";
	height: 100%;
	width: calc(11.2% - 12px);
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.dtl-top-slider .gallery-thumbs .common-arrow{
	width: 3rem;
	height: 3rem;
}
.dtl-top-table table {
	width: 100%;
}
.dtl-left-info {
	padding-top: 11rem;
	padding-bottom: 5rem;
}
.dtl-left-info h2 {
	font-family: 'catamaranlight';
	border-bottom: 1px solid #e2e2e2;
    padding: 3.7rem 0 3rem;
	color: #121212;
}
.each-product-top {
	margin-top: 2rem;
}
.each-product-top h4 {
	font-family: 'catamaranregular';
	color: #8c8c8c;
}
.dtl-top-table h4 span{
	color: #171717;
}
.dtl-top-table tr{
	border-bottom: 1px solid #e2e2e2;
}
.dtl-top-table tr:last-child {
	border-bottom: 0;
}
.dtl-top-table h5 {
	font-family: 'catamaranregular';
	font-size: 2rem;
	color: rgba(23, 23, 23, 0.7);
}
.dtl-top-table td {
    padding: 3rem 0;
    vertical-align: top;
    width: 25%;
}
.dtl-btm-part {
	display: flex;
    align-items: center;
}
.dtl-btm-part .row {
	max-width: 41rem;
	width: 100%;
}
.dtl-btm-part .akker_btn_cls {
	max-width: 100%;
}
.dtl-right-icon {
	margin-left: 4rem;
}
.dtl-right-icon a {
	margin-right: 1rem;
}
.dtl-right-icon a:hover {
	opacity: 0.6;
}
/****dtl-tab-sec*****/
.dtl-tab-sec {
	background-color: #ffffff;
	padding-top: 3%;
    padding-bottom: 7%;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'catamaranbold';
    font-size: 2rem;
    margin: 0;
    word-break: break-word;
    margin-right: 1.2rem;
	margin-bottom: 1rem;
	width: 15.7%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-color: transparent;
    color: #132433;
    padding: 1.9rem 0.5rem;
	border-radius: 0;
	letter-spacing: normal;
	position: relative;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
	text-transform: none;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	background-color: #3A65D6;
	border-color: #3A65D6;
	color: #fff;
}
/****dtl-tab-content****/
.dtl-tab-content-heading h2 {
	margin: 5rem 0;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'catamaranlight';
    font-size: 2rem;
    color: #121212;
    margin-bottom: 1rem;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
	font-family: 'catamaranbold';
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 1.2rem;
    padding-left: 2rem;
    background-size: 1rem;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h5 {
    border-bottom: 1px solid #132433;
    padding-bottom: 1rem;
	color: #132433;
	font-size: 2.7rem;
	font-family: 'catamaranmedium';
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 2rem;
    position: relative;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 1rem;
    position: absolute;
    top: 1.2rem;
    left: 0;
    content: '';
    width: 1rem;
    height: 1rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content p {
	color: #132433;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3A65D6;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #3A65D6;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
	font-size: 1.6rem;
	font-family: 'catamaranlight';
}
.each-onderhoud-block h4 {
    color: #121212;
    font-family: 'catamaranregular';
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #121212;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'catamaranlight';
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/****aanbod-dtl-gal-sec****/
.diensten-dtl-gal-sec.aanbod-dtl-gal-sec {
    padding-bottom: 8%;
}
.aanbod-dtl-gal-sec .home-gal-content {
    padding: 5% 0 5% 0;
}
/****aanbod-dtl-product-sec****/
.product-sec.aanbod-dtl-product-sec {
	padding: 4% 0 7%;
}
/*************************over-ons*************************/
/****over-ons-banner****/
.over-ons-banner {
	background-color: #EBECF1;
}
.over-ons-banner::before {
    background-color: #ffffff;
	width: 54.1%;
}
/****over-ons-info-sec***/
.over-ons-info-sec td:first-child {
	padding-right: 15%;
}
.over-ons-info-sec td:last-child {
	padding-left: 15%;
}
.over-ons-info-sec::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 120%;
    width: 100%;
    z-index: -2;
    background-color: #EBECF1;
}
/****over-ons-middle-blk****/
.over-ons-middle-blk img {
	padding-left: 6%;
}
.over-ons-middle-blk p {
	margin: 3.7rem 0;
}
.each-over-ons-middle-info {
	padding-top: 37%;
}
/****.over-ons-mid-sec****/
.over-ons-mid-sec {
	padding-bottom: 7%;
}
.over-ons-mid-sec .home-mid-info li {
	padding-left: 4rem;
	width: 45%;
	display: inline-block;
	vertical-align: top;
}
.over-ons-mid-sec .home-mid-info li::after {
	height: 2.5rem;
    width: 2.5rem;
}
/****over-ons-gal-sec****/
.over-ons-gal-sec .swiper {
	margin-left: -36%;
}
.over-ons-gal-sec .common-arrow img {
	filter: invert(1) brightness(10);
}
.over-ons-gal-sec .swiper-button-next {
	right: 3%;
}
.over-ons-gal-sec .swiper-button-prev {
	left: 30%;
}
.over-ons-gal-sec .each-slide img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.over-ons-gal-sec .each-slide:hover img {
	transform: scale(1.1);
}

/*******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 &gt; img {
    height: 30px;
    padding-top: 15px;
}

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}

.star_icon h4{
    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{
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.each-blk table p {
    margin-left: 0;
} 
.vacature-dtl-mid-sec .home-mid-info li {
	width: 100%;
	display: block;
}
.aanbod-form .form-sec{
	background-color: #fff;
	padding-top: 3rem;
	padding-bottom: 2rem;
	display: none;
} 
.garatie{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}  
.garatie h6{
	font-size: 1.25rem;
	background: #121212;
	color: #fff;
	text-align: center;
	padding: 0.4rem 0;
	line-height: normal;
	display: inline-block;
	font-family: 'catamaranextrabold';
	max-width: 180px;
	width: 100%;
}
.each-footer-info{
	position:relative;
	height: 100%;
}
.each-footer-info td:first-child {
  padding-right: 2rem;
}
.each-footer-info .address-link {
	display: block;
	position: absolute;
	bottom: 0;
}



/* ================ checkbox style=========== */
.each-check-box {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.each-check-box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.25);
	width: 100%;
	display: block;
	padding: 1.6rem 0;
	font-size: 2rem;
	font-family: 'catamaranbold';
	margin-bottom: 2.4rem;
}

.each-check-box:hover input~.checkmark,
.each-check-box input:checked~.checkmark {
	background-color: #3A65D6;
	color: #fff;
	border-color: #3A65D6;
}

.each-check-box .checkmark:after {
	content: '';
	position: absolute;
	background-image: url(/images/tick.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 2.5rem;
	width: 2.5rem;
	right: 2.5rem;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-check-box input:checked~.checkmark:after {
	display: block;
}



/***filter-area***/

/****aanbod-product-sec****/
.aanbod-product-sec {
	background-color: #ffffff;
	padding: 0;
}
.aanbod-product-sec .each-product {
	padding: 0 1rem 2.5rem;
}
.aanbod-product-wrap {
	margin: 0 -1rem;
}
.dropdown.open .dropdown-list {
    display: block;
    overflow-y: scroll;
    max-height: 200px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.25);
	text-align: center;
	border-top: 0;
	z-index: 9;
}
.model-area {
    display: flex;
    padding: 0;
}
.filter-content {
    display: none;
    position: absolute;
    width: 100%;
}
.dropdown-label {
	border: 1px solid rgba(0, 0, 0, 0.25);
	/*height: 7rem;
	line-height: 6.5rem;*/
	font-size: 2rem;
	font-family: 'catamaranbold';
	text-align: center;
	overflow: hidden;
	/*padding-bottom: 4rem;*/
	margin-bottom: -5px;
	padding: 1.6rem 0;
	height: auto;
    line-height: unset;
}
.checkbox label {
	font-size: 2rem;
	color: #121212;
	font-family: 'catamaranregular';
	text-align: center;
	margin: 2rem 0 2rem 2rem;
}
.checkbox {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.model-panel.dropdown::after {
	position: absolute;
    content: '';
    right: 3rem;
    background-image: url(../images/down.svg);
    background-position: center center;
    background-size: 2rem;
    background-repeat: no-repeat;
    top: 0;
    height: 6rem;
    width: 3rem;
}
.model-panel.dropdown::before {
	position: absolute;
    content: '';
    right: 4px;
    top: 5px;
    height: 5rem;
    width: 8rem;
    background-color: #fff;
}
/* .dropdown.open {
	border-bottom: 0;
} */
.dropdown.open::after {
	transform: rotate(180deg);
}
.model-panel{
	margin-bottom: 1.5rem;
}
.over-ons-slider{
	background-color: #1A1819;
	margin-bottom: 2%;
    padding: 4% 0;
}
.over-ons-slider .common-arrow{
	filter: invert(1) brightness(10);
}
.corner-box{
	overflow: hidden;
}
.over-ons-whole-blk {
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 1rem;
    padding: 1.5rem;
    width: calc(100% - 2rem);
    /* background-color: #0085FF; */
    z-index: 2;
    border-radius: 1rem;
    overflow: hidden;
}
.over-ons-slid-content {
    border-radius: 1.2rem;
    background-color: #3A65DC;
    padding: 2rem;
}
.over-ons-slid-content h5{
	font-size: 2.5rem;
    color: #fff;
    font-family: catamaranbold;
}
.over-ons-slid-content p{
	font-size: 1.8rem;
    color: #fff;
    font-family: catamaranlight;
}

.header-drop {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
}

.header-drop:hover .dropdown-menu {
	display: inline-block;
	width: max-content;
	margin-top: 0;

}

.header-drop .dropdown-menu {
	padding: 10px 0px;
	background: #3A65D6;
}

.header-drop .dropdown-menu .nav-link {
	color: #ffffff;
	padding: 1rem 2rem;
	margin: 0 !important;
}

.header-drop::after {
	position: absolute;
	top: 41%;
	right: 0;
	width: 10px;
	height: 10px;
	content: '';
/*	background-image: url(../images/next.svg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: translateY(-50%) rotate(90deg);
	opacity: 0;
}

.header-drop:hover::after {
	opacity: 1;
}

.header-area .navbar-expand-lg .navbar-nav .nav-link,
.header-area .nav-link {
	padding-bottom: 1rem;
}
.header-drop .dropdown-menu li {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area .header-drop .dropdown-menu .nav-link:hover {
    background-color: #fff;
    color: #000;
}
.finance {
    cursor: pointer;
}

/*************side area**********/
.mini-right-nav li{
    margin: 0 0 15px;
    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: #fff;
	border-radius: 50px;
	border: 2px solid #f2f2f2;
}
.mini-right-nav span {
    font-size:0px;
    bottom: 0;
    right: 0px;
    line-height: 58px;
    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: 50px;
	content: '';
	background-color: #3A65D6;
	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: 50px;
	font-size:16px;
}
.mini-right-nav .navtext:hover {
	text-decoration:none;
}
.mini-right-nav .navtext span{
	color:#fff;
}
.mini-right-nav img{
	width: 20px;
	position: relative;
	z-index: 1;
	object-fit: contain;
}
.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 9;
	right: 50px;
}
.mini-right-nav li.whtasapp-nav .navtext, .mini-right-nav li.whtasapp-nav span:after {
	background-color: #26BE00;
	border-color: #26BE00;
}
.each-faq {
    border-bottom: 1px solid rgba(10,21,32,0.10);
}
.cursor {
    cursor: pointer;
}
.each-faq .position-relative:not(.collapsed) h3 {
    color: #2958FF;
    font-size: 4rem;
}
.each-faq .position-relative.collapsed:after {
    transform: translateY(-50%) rotate(-90deg);
}
.each-faq .position-relative:after {
    position: absolute;
    top: 20px;
    transform: translateY(-50%)rotate(90deg);
    right: 0;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/prev.svg) no-repeat center/ contain;
}
.faq-content h3 {
    font-family: 'catamaranmedium';
    line-height: 1.4;
    font-size: 3.2rem;
}
.each-faq p {
    margin-top: 2rem;
    opacity: .75;
}
.faq-content {
    padding-bottom: 8rem;
}


.each-faq .position-relative:not(.collapsed) h3 {
    color: #2958FF;
    font-size: 4rem;
}

.search-bar {
    background: #8297A0;
}
.search-bar .form-styl {
    background-color: #fff;
    border-color: #fff;
    color: rgba(10, 21, 32, 0.5);
    padding-left: 60px;
}
.search-bar .form-styl {
    background-color: #fff;
    border-color: #fff;
    color: rgba(10, 21, 32, 0.5);
    padding-left: 60px;
    border-radius: 5px;
}
.search-bar span {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.calsty { 
	border: 0;
	width: 100%; 
	height: 760px; 
	background: transparent; 
}
.pdf-img{
	width: 50px;
}
.footer-btn .akker_btn_cls{
	font-size: 1.5rem;
	height: 5rem;
}
.aanbod-dtl-gal-sec .each-slide-content p{
	-webkit-line-clamp: 6;
	padding-top: .5rem !important;
	margin-bottom: 0 !important;
}
.aanbod-dtl-gal-sec .each-slide-content p br{
	display: none;
}
.aanbod-dtl-gal-sec .each-slide-content{
  	display: block;
  	height: auto;
  	bottom: 3rem;
}
.aanbod-dtl-gal-sec a:hover .each-slide-content{
	bottom: 7rem;
}
.aanbod-dtl-gal-sec .each-slide-content h2, .each-slide-content p{
	padding: 0 2rem !important;
}

.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #3A65D6;
	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: 'catamaranbold';
  	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: 'catamaranbold';
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'catamaranregular';
	font-size: 1.6rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #3A65D6;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #3A65D6;
  	background: #3A65D6;
	padding: 1.2rem 2rem;
	font-size: 1.6rem;
	font-family: 'catamaranbold';
	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: #3A65D6 !important;
}
.monthly_amount{
	cursor:pointer;
} 
@media(max-width:1599.98px){
	.aanbod-dtl-gal-sec .each-slide-content h2{
		font-size: 2.3rem;
	}
	.aanbod-dtl-gal-sec .each-slide-content p{
		font-size: 1.65rem;
	}
}
@media(max-width: 767px){
	.aanbod-dtl-gal-sec a:hover .each-slide-content{
		bottom: 3rem;
	}
	.aanbod-dtl-gal-sec .each-slide-content p{
		-webkit-line-clamp: 5;
	}
	.aanbod-dtl-gal-sec .common-arrow{
		top: 1.5rem;
	}
	.aanbod-dtl-gal-sec .swiper-button-next{
		right: 0;
	}
	.aanbod-dtl-gal-sec .swiper-button-prev{
		left: auto;
		right: 2rem;
	}
	.aanbod-dtl-gal-sec .swiper{
		padding-top: 3rem;
	}
	.aanbod-dtl-gal-sec .common-arrow img {
  		filter: invert(0) brightness(1);
  		-webkit-filter: invert(0) brightness(1);
	}
}</pre></body></html>