@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
}
html {
    font-size: 62.5%;
}
#page{
	overflow: hidden;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*************************index*************************/
/**********side area**********/
.mini-right-nav li{
    margin: 0 0 2px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #f0f0f0;
	border-radius: 100%;
	margin-top: 0.8rem;
}
.mini-right-nav span {
	font-family: 'catamaranlight';
    font-size:0px;
    bottom: 0;
    right: 0px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index:-1;
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 60px);
	border-radius: 5rem;
	content: '';
	background-color: #f0f0f0;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav .navtext:hover span{ 
	width:auto;
	overflow:visible;
	opacity:1;
	padding: 0 85px 0px 0px; 
	border-radius: 0;
	font-size:16px;
	color: #304A65;
}
.mini-right-nav .navtext:hover {
	text-decoration: none;
}
.mini-right-nav .navtext span, .mini-right-nav .navtext span a{
	color:#fff;
}
.mini-right-nav img{
	width: 27px;
	position: relative;
	z-index: 1;
}
.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 9;
	right: 3.8rem;
}
/**********whatsapp-btn**********/
.whatsapp-btn{
	position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 99;
}
.whatsapp-btn a{
    background: #26BE00;
    border-radius: 100%;
    width: 5rem;
    height: 5rem;
}
.whatsapp-btn a img{
	width: 2.4rem;
}
/**********header**********/
.header-area {
	height: auto;
	position: relative;
}
.navbar-area a {
	font-family: 'catamaransemibold';
	font-size: 1.8rem;
	text-transform: none;
	color: #304A65;
	margin: 0 1.7rem;
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
}
.navbar-area a:hover {
	color: #BC613A;
}
.navbar-area a:after {
    display: block;
    content: "";
    border-bottom: 1px solid #BC613A;
    transition: transform 250ms ease-in-out 0s;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    margin-top: 0;
}
.navbar-area {
    padding: 0;
}
.menu-icon.active .middle-line {
	display: none !important;
}
.header-area .akker_btn_cls {
	min-width: 24rem;
	padding: 3rem 0.5rem;
	border-radius: 0;
	margin-right: 0;
	color: #ffffff;
}
.header-area .akker_btn_cls:hover {
	color: #fff;
}
.header-social {
	margin-left: 6%;
}
.header-social ul{
	display: flex;
	align-items:center;
	justify-content:end;
}
.header-social li {
	display: inline-block;
	margin: 0;
}
.header-social li:last-child {
	margin-right: 0;
} 
.header-social li a::after {
	display: none;
}
.menu-part.active a{
	opacity: 0;
}
.header-logo img {
	max-width: 21rem;
	width: 100%;
}
.header-social .footer-btm-logo-2{
	width: 150px;
}
.header-area ul{
	white-space:nowrap;
}
/**********banner**********/
.banner-sec {
	position: relative;
}
.banner-content { 
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
}
.banner-inner-content {
	padding-left: 5%;
}
.banner-content h1 {
	line-height: 94.5px;
	margin-top: 1rem;
}
.banner-content h3 {
	font-family: 'BaskervilleNormalRegular';
}
.banner-content .akker_btn_cls {
	margin-top: 3.6rem;
}
.filter-sec {
	padding: 11% 13% 8%;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.95);
}
.filter-sec h3 {
	color: #132433;
	font-family: 'BaskervilleSemiBold';
	margin-bottom: 5rem;
}
.select-style {
    width: 100%;
	color: #132433;
	font-family: 'catamaranmedium';
	font-size: 1.6rem;
	appearance: none;
	padding-bottom: 2rem;
    margin-bottom: 3rem;
	-webkit-appearance: none;
	text-align: left;
	border: 0;
	text-transform: none;
	border-bottom: 1px solid rgba(19, 36, 51, 0.25);
	background: transparent;
}
.select-style option{
	font-family: arial;
}
.filter-sec .orange-btn {
	max-width: 23rem;
	margin-top: 0;
}
/**********product**********/
.product-sec {
	position: relative;
	padding: 5% 0 4%;
	background: #f8f8f8; 
}
.product-sec h2 {
	margin-bottom: 2.5%;
	font-size: 7.6rem;
}
.product-slider { 
	position: relative;
	margin-bottom: 6.5rem;
}
.product-btm-slider {
	position: relative;
}
.product-dtl h4 {
	margin-top: 2rem;
}
.product-dtl p {
	font-family: 'catamaranregular';
	margin: 1.5rem 0;
	height: 50px;
    overflow: hidden;
}
.product-dtl td {
	/*color: #0F1014;*/
	color: #304b65;
	font-size: 1.8rem;
	font-family: 'catamaranregular';
	vertical-align: top;
	padding-right: 3rem;
}
.product-dtl td:last-child {
	padding-right: 0;
}
.product-price h4 span {
	color: #BC613A;
	height: 46px;
    overflow: hidden;
}
.product-price p {
	font-family: 'catamaranregular';
}
.product-sec .product-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
	background-image: url(../images/search.svg);
	background-repeat: no-repeat;
	background-position: center center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-sec .product-img:hover::after {
    opacity: 1;
}
.product-img {
	position: relative;
}
.search-img img {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.product-slider .common-arrow {
	top: 38%;
}
.product-btm-slider .common-arrow {
	top: 38%;
}
.product-sec .akker_btn_cls {
	margin-top: 5%;
}
/**********service***********/
.service-sec {
	background-color: #C0B29F;
	padding: 9% 0 4%;
}
.service-sec .col-md-7 {
	width: 52%;
}
.service-sec .col-md-5 {
	width: 48%;
}
.each-service {
	position: relative;
	margin-bottom: 2rem;
}
.each-service-info {
	position: absolute;
    top: 10%;
    /* left: 10%; */
    z-index: 1;
    padding: 0 10%;
}
.each-service-info p {
	color: #fff;
	margin: 1rem 0 3rem;
	display: -webkit-box;
  	-webkit-line-clamp: 5;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.each-service-info h6 {
	font-size: 1.8rem;
	color: #ffffff;
	font-family: 'catamaransemibold';
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-info h6:hover, .service-sec .each-service:hover h6 {
	color: #BC613A;
}
.service-sec .each-service::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #304A65;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-sec .each-service:hover::after {
    opacity: 1;
}
.service-content h2 {
	font-size: 9.6rem;
	font-family: 'libre_baskervilleregular';
	color: #ffffff;
}
.service-content p {
	color: #ffffff;
	margin: 5rem 0 9%;
}
.service-content{
	max-width: 730px;
}
.service-content .akker_btn_cls {
	background-color: #ffffff;
	color: #304A65;
	border-color: #ffffff;
}
.service-content .akker_btn_cls:hover {
	background-color: #304A65;
	color: #ffffff;
	border-color: #304A65;
}
/**********about***********/
.about-sec {
	padding-top: 5%;
	position: relative;
	z-index: 1;
}
.about-sec::after {
	position: absolute;
    content: '';
    height: 82%;
    width: 45%;
    top: 0;
    left: 0;
    background-color: #C0B29F;
    clip-path: polygon(100% 0, 0% 100%, 0 0);
	-webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
    z-index: -1;
}
.about-img {
	position: relative;
}
.play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.about-content {
	padding-left: 22%;
}
.about-content p {
	margin: 5.4rem 0 6.4rem;
}
.about-content .akker_btn_cls {
	margin-right: 1rem;
}
/**********home-btm-sec***********/
.home-btm-sec {
	padding: 10% 0 8%;
}
.home-btm-sec h2 {
	color: #1E1917;
	margin-bottom: 2%;
}
.home-btm-slider {
	margin-right: -25%;
}
.each-btm-slider {
	padding: 3.3rem 6.3rem;
	background-color: #f5f5f5;
}
.each-btm-slider h5 {
	color: #BC613A;
}
.each-btm-info {
	display: flex;
	align-items: center;
}
.each-btm-info-img img {
	border-radius: 100%;
	overflow: hidden;
	width: 11.2rem;
}
.star-review-dtl {
	margin-left: 3.3rem;
}
.star-review-dtl h4 {
	margin-bottom: 1rem;
}
.each-btm-slider p {
	margin: 3.5rem 0 4.5rem;
}
/**********footer***********/
.footer-area {
	background-color: #304A65;
	padding: 6% 0;
}
.footer-area .col-lg-5 {
	width: 38%;
}
.footer-logo img {
	width: 21.5rem;
}
.footer-area .col-lg-7 {
	width: 62%;
}
.footer-left h3 {
	font-size: 3.2rem;
	margin: 5.4rem 0 4rem;
}
.footer-left h6 a{
	font-size: 1.8rem;
	font-family: 'catamaranmedium';
	line-height: 2.5;
	color: #ffffff;
}
.footer-left h6 a span {
	color: #fff;
}
.footer-left h6 a:hover {
	color: #BC613A;
}
.footer-right {
	padding-top: 14%;
}
.each-footer-info h5, .each-footer-table h5 {
	margin-bottom: 2rem;
}
.each-footer-info li a, .each-footer-info h6 a {
	color: rgba(255, 255, 255, 0.50);
	font-size: 1.6rem;
	font-family: 'catamaranregular';
	line-height: 2.5;
}
.each-footer-info li a:hover {
	color: #BC613A;
}
.each-footer-info h6 a:hover {
	color: #BC613A;
}
.each-footer-info h6 a {
	line-height: 2;
}
.each-footer-table h6 {
	margin-bottom: 0.5rem;
}
.each-footer-table h6 span {
	color: rgba(255, 255, 255, 0.50);
	font-size: 1.6rem;
	font-family: 'catamaranbold';
}
.each-footer-table td {
	vertical-align: top;
	color: rgba(255, 255, 255, 0.50);
	font-size: 1.6rem;
	font-family: 'catamaranregular';
	line-height: 25px;
}
.each-footer-table td:nth-child(odd) {
	padding-right: 3rem;
}
.footer-social {
	margin-top: 21%;
}
.footer-social li {
	margin-right: 1rem;
	display: inline-block;
}
.footer-social li a {
	height: 5.9rem;
	width: 5.9rem;
	background-color: #BC613A;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
}
.footer-social li a img {
    width: 2rem;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li a:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.footer-social li a:hover {
	background-color: #ffffff;
}
.footer-btm-logo {
	border-radius: 7px;
	overflow: hidden;
}
.footer-btm-logo img {
	border-radius: 7px;
	overflow: hidden;
	height: 5rem;
}
/*.footer-btm-logo-1 {
	width: 13.1rem;
}
.footer-btm-logo-2 {
	width: 10.8rem;
}
.footer-btm-logo-3 {
	width: 10.6rem;
}
.footer-btm-logo-4 {
	width: 10.8rem;
}
.footer-btm-logo-5 {
	width: 12.3rem;
}*/
.footer-btm-logo img:last-child{
	margin-right: 0 !important;
}
/*************************popup*************************/
.modal-area .modal-dialog {
    max-width: 500px;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(15, 16, 20, 0.3);
}
.modal-area .modal-content {
	border: 0;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    position: relative;
}
.modal-area .popup-content h4 {
	font-family: 'BaskervilleNormalRegular';
	color: #121212;
}
.modal-area .popup-content p {
    margin: 3rem auto 0;
	max-width: 38rem;
	width: 100%;
}
.modal-area .popup-content {
    padding: 4rem 8%;
    background-color: #fff;
	text-align: center;
}
.pop-up-image {
	height: 100%;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	background-color: #304A65;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	color: #fff;
	font-family: 'catamaranregular';
}
.close-img:hover {
	color: #fff;
}
/*************************bedankt*************************/
.bedankt-banner-sec .akker_btn_cls {
	margin-top: 8rem;
}
.bedankt-banner-sec .banner-content {
    top: 54%;
}
/*************************aanbod-raster*************************/
/****inner-banner-sec****/
.inner-banner-sec {
	position: relative;
}
.inner-banner-info {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
	padding-left: 7rem;
}
/****aanbod-raster-filter-sec****/
.aanbod-raster-filter-sec h2 {
	margin-top: 6rem;
}
.filter-sec.aanbod-raster-filter-sec {
	padding: 5% 0;
}
.filter-sec.aanbod-raster-filter-sec .akker_btn_cls {
    background-color: #304A65;
    border-color: #304A65;
	max-width: 13.4rem;
}
.filter-sec.aanbod-raster-filter-sec .akker_btn_cls:hover {
    background-color: #BC613A;
    border-color: #BC613A;
}
.aanbod-raster-btn {
	display: flex;
	margin-top: 0;
    margin-bottom: 1.3rem;
}
.filter-view {
	display: flex;
	align-items: center;
	margin-left: 2rem;
	cursor: pointer;
}
.filter-view div{
	opacity: .5;
}
.filter-view div.active{
	opacity: 1;
}
.list-img {
	width: 3rem;
	margin-right: 1rem;
}
.grid-img {
	width: 2rem;
}
.aanbod-raster-filter-sec a {
	font-size: 1.6rem;
	color: #132433;
	opacity: 0.75;
	font-family: 'catamaranmedium';
	margin-top: 1.3rem;
}
.product-sec.aanbod-raster-product-sec .product-img::after {
	display: none;
}
/****aanbod-raster-product-sec****/
.aanbod-raster-product-sec {
	padding-top: 0;
	padding-bottom: 0;
	background: #f8f8f8;
}
.aanbod-raster-product-sec .col-xl-4 {
    padding: 0 2.4rem;
}
.aanbod-raster-product-sec .each-product {
    margin-bottom: 12%;
}
.aanbod-raster-middle-blk h2 {
	margin-bottom: 3.5rem;
	min-height: 6rem;
}
.aanbod-raster-middle-blk p {
	max-width: 55rem;
	width: 100%;
}
.aanbod-raster-middle-blk .akker_btn_cls {
	margin-top: 0;
	margin-bottom: 2.5rem;
}
.aanbod-raster-middle-blk td {
	position: relative;
	vertical-align: top;
	padding: 4% 9% 8%;
    height: 100%;
    width: 33.33%;
}
.aanbod-raster-middle-blk td::after {
    content: '';
    height: 60%;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(19, 36, 51, 0.25);
    right: 0;
    position: absolute;
}
.aanbod-raster-middle-blk td:last-child::after{
    display: none;
}
/*************************verkocht*************************/
/****verkocht-product-sec****/
.verkocht-product-sec {
	padding-top: 5%;
}
/*************************aanbod-list*************************/
.aanbod-list-product-sec {
	padding-right: 15%;
	padding-top: 0;
	padding-bottom: 2%;
	background: transparent;
}
.aanbod-list-product-sec .each-product {
	background-color: #F8F8F8;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 5rem;
}
.aanbod-list-product-sec .product-dtl h3 {
	font-size: 3.2rem;
	font-family: 'catamaranbold';
	color: #0F1014;
}
.aanbod-list-product-sec .product-dtl h4, .aanbod-list-product-sec .product-price h4 {
	font-family: 'catamaranlight';
	margin: 3.2rem 0 3.7rem;
}
.aanbod-list-product-sec .product-price h3 span {
	color: #BC613A;
	font-size: 3.2rem;
	font-family: 'catamaranbold';
}
.aanbod-list-product-sec .each-product-right {
    padding-right: 6%;
    padding-left: 6%;
}
.aanbod-list-product-sec .each-product-right .row{
	align-items: unset !important;
}
.aanbod-list-product-sec h4{
	height: 60px;
  	overflow: hidden;
}
.aanbod-list-product-sec table{
	width: 100%;
}
.each-product-right td {
	color: #0F1014;
    font-size: 2.4rem;
    font-family: 'catamaranregular';
    vertical-align: top;
    padding-right: 9.2rem;
	border-top: 1px solid rgba(19, 36, 51, 0.1);
	padding-top: 2.5rem;
	padding-bottom: 4rem;
}
.each-product-right td:last-child {
	padding-right: 0;
}
.aanbod-list-product-sec.product-sec .product-img::after {
	display: none;
}
.product-btm-part-info {
	display: flex;
	align-items: center;
}
.product-btm-part-info h4 {
	font-family: 'catamaranextralight';
	height: auto;
}
.each-product-right .product-btm-part .row{
	align-items: center !important;
}
.product-btm-part-info img {
	width: 2.4rem;
	margin-top: 0.7rem;
    margin-left: 1rem;
}
.aanbod-list-product-sec .aanbod-raster-middle-blk td {
    padding: 4% 6% 8%;
}
.product-btm-part .col-md-6:nth-child(2){
	text-align: right;
}
/*************************contact*************************/
/****info-sec****/
.info-sec {
	background-color: #304A65;
	padding: 5% 0;
}
.info-sec-inner-wrap {
	padding-left: 4%;
	padding-right: 4%;
}
.info-sec table{
    width: 100%;
}
.info-sec td {
	position: relative;
	vertical-align: top;
	height: 100%;
	padding: 0 12%;
}
.info-sec td::after {
	content: '';
	height: 100%;
    width: 1px;
    top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.5);
	right: 10%;
    position: absolute;
}
.info-sec td:last-child::after{
    display: none;
}
.info-sec td:first-child{
    padding-left: 0;
}
.info-sec td:last-child{
    padding-right: 0;
}
.info-sec td h4 , .info-sec td h6 a, .info-sec td h6 a span {
	color: #fff;
	line-height: 25px;
}
.info-sec td h4 {
	font-family: 'catamaransemibold';
	margin-bottom: 2.5rem;
}
.info-sec td h6 a {
	font-size: 1.6rem;
	font-family: 'catamaranregular';
}
.info-sec td h6 a:hover {
	color: #BC613A;
}
.info-sec li {
	display: inline-block;
	margin: 0 3rem 0 0;
}
/****contact-map-sec****/
.contact-map-sec {
	position: relative;
}
.contact-map-sec::after {
	position: absolute;
	content: "";
    top: 0;
    right: 0;
	background-color: #304A65;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
	height: 100%;
    width: 32%;
}
.contact-map {
	height: 46.3rem;
}
/****contact-middle-sec****/
.contact-middle-sec {
	padding: 8% 0;
	background-color: #F8F8F8;
}
.contact-middle-info {
	padding: 0 0 0 18%;
}
.contact-middle-info h2 {
	margin-bottom: 11%;
}
.contact-middle-info td {
	font-size: 1.6rem;
	font-family: 'catamaranmedium';
	color: #0F1014;
	vertical-align: top;
	width: 53%;
}
.contact-middle-info td:nth-child(odd) {
	padding-right: 3rem;
}
.contact-middle-info td:last-child {
	opacity: .75
}
.contact-middle-info h6 {
	margin-bottom: 0.5rem;
}
.contact-middle-info h6 span {
	font-size: 1.6rem;
	font-family: 'catamaranbold';
	color: #0F1014;
}
/****form-sec****/
.form-sec {
	padding-bottom: 8%;
	position: relative;
}
.form-sec::after {
	position: absolute;
	content: "";
    top: 0;
	background-color: #F8F8F8;
	height: 40%;
    width: 100%;
	z-index: -1;
}
.form-sec-wrap {
    background-color: #C0B29F;
    padding: 6% 7%;
}
.form-sec-info {
	display: flex;
    align-items: center;
	margin-bottom: 6rem;
}
.each-form-info {
	margin-left: 3.7rem;
}
.each-form-info-img {
	border-radius: 100%;
    overflow: hidden;
    width: 81.14px;
}
.each-form-info h2, .each-form-info h6 {
	color: #ffffff;
}
.each-form-info h6 {
	font-family: 'catamaranextralight';
	font-size: 1.6rem;
}
.form-styl {
	color: rgba(18, 18, 18, 0.5);
	font-size: 1.8rem;
	padding: 1.8rem;
	border: 0;
	border-radius: 10px;
	box-shadow: none !important;
	resize: none;
	margin-bottom: 1.2rem;
}
.form-styl:focus{
	border-color: rgba(18, 18, 18, 0.5);
}
.form-styl:placeholder {
	color: rgba(18, 18, 18, 0.5);
}
.form-styl:-ms-input-placeholder {
	color: rgba(18, 18, 18, 0.5);
}
.form-styl::placeholder {
	color: rgba(18, 18, 18, 0.5);
}
.textarea-form {
	position: relative;
}
.textarea-form {
	height: calc(100% - 1rem);
}
.form-btn {
	display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
}
/*************************over-ons*************************/
/****over-ons-info-sec****/
.over-ons-info-sec {
	background-color: #ffffff;
}
.over-ons-info-sec td {
	position: relative;
	width: 50%;
}
.over-ons-info-sec td::after {
	content: '';
	height: 100%;
    width: 1px;
    top: 50%;
	transform: translateY(-50%);
	background-color: rgba(15, 16, 20, 0.5);
	right: 0;
    position: absolute;
}
.over-ons-info-sec h2 {
	margin-bottom: 3rem;
}
/****over-ons-middle-blk****/
.over-ons-middle-blk {
	background-color: #304A65;
	position: relative;
	padding: 6% 0;
}
.over-ons-middle-blk::after {
	position: absolute;
	content: "";
    top: 0;
    right: 0;
	background-color: #ffffff;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
	height: 36%;
    width: 30%;
}
.over-ons-middle-blk-img {
	position: relative;
	z-index: 1;
	border-top-right-radius: 0;
  	border-bottom-right-radius: 0;
}
.over-ons-middle-blk-info {
	padding-right: 23%;
}
.over-ons-middle-blk-info h2, .over-ons-middle-blk-info p, .over-ons-middle-blk-info li h4 {
	color: #ffffff;
}
.over-ons-middle-blk-info li h4 {
	font-family: 'catamaransemibold';
}
.over-ons-middle-blk-info p {
	margin: 4.3rem 0 16%;
}
.over-ons-middle-blk-info li {
	position: relative;
	display: inline-block;
	width: 49%;
	margin-bottom: 7rem;
	padding-left: 7rem;
}
.over-ons-middle-blk-info li::after {
	content: '';
    position: absolute;
    background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
    background-position: top 7px center;
    background-size: 1.3rem;
    height: 2.8rem;
    width: 2.8rem;
    border-radius: 100%;
    background-color: #BC613A;
    left: 0;
    top: 0.4rem;
}
/****over-ons-man-service****/
.over-ons-man-service {
	padding-top: 4%;
	position: relative;
}
.over-ons-man-service::after {
	position: absolute;
	content: '';
	background-color: #C0B29F;
	height: 83%;
    width: 100%;
    top: 0;
    z-index: -1;
}
.over-ons-man-service-content h2 {
	font-size: 9.6rem;
	color: #ffffff;
	font-family: 'libre_baskervilleregular';
}
.over-ons-man-service .col-lg-6 {
	padding: 1rem;
}
.over-ons-man-info h5 {
	color: #BC613A;
}
.over-ons-man-info img {
	width: 100%;
}
.over-ons-man-info a {
	font-size: 1.8rem;
	color: #ffffff;
	font-family: 'catamaranregular';
}
.over-ons-man-info a:hover {
	color: #BC613A;
}
.over-ons-man-info {
	position: relative;
	overflow: hidden;
	border-radius: 2rem;
	z-index: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.man-content {
	position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
	padding: 3rem 4rem;
}
.man-content h3 {
	margin-bottom: 1.8rem;
}
.man-content p {
	display: none;
	color: #ffffff;
}
.over-ons-man-info:hover .man-content{
	background-color: #304A65;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-man-info:hover p {
	display: block;
	padding: 3rem 0 3.5rem;
}
.over-ons-man-info:hover .man-content {
	justify-content: start;
}
.over-ons-man-service .member-tab-btn .nav-tabs {
	border: 0;
}
.over-ons-man-service .member-tab-btn .nav-tabs .nav-item {
    font-family: 'catamaranregular';
    font-size: 1.8rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
	margin-bottom: 1rem;
	width: 39%;
}
.over-ons-man-service .member-tab-btn .nav-tabs .nav-item:nth-child(even) {
	padding-left: 10%;
}
.over-ons-man-service .member-tab-btn .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.over-ons-man-service .member-tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: transparent;
    color: #304A65;
    padding: 2rem;
	border-radius: 1rem;
	letter-spacing: normal;
	position: relative;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
	text-transform: none;
	text-align: left;
}
.over-ons-man-service .member-tab-btn .nav-tabs .nav-item .nav-link.active,
.over-ons-man-service .member-tab-btn .nav-tabs .nav-item .nav-link:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	font-family: 'catamaransemibold';
}
.over-ons-man-service-content {
	position: relative;
	z-index: 1;
	/*padding-top: 4%;*/
}
.over-ons-man-service-content p {
	margin: 5rem 0 6.5rem;
	color: #ffffff;
}
/****over-ons-gallery****/
.over-ons-gallery {
	padding: 22% 0 4rem;
	position: relative;
	margin-top: -32rem;
	overflow: hidden;
}
.over-ons-gallery-slider {
	margin: 0 -33%;
}
.over-ons-gallery::after {
	position: absolute;
	content: "";
    top: 0;
    left: 0;
	background-color: #C0B29F;
	clip-path: polygon(100% 0, 0 0, 0 100%);
	-webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
	height: 70%;
    width: 46%;
    z-index: -1;
}
.over-ons-gallery h2 {
	margin-bottom: 6rem;
}

/****over-ons-btm-sec****/
.over-ons-btm-sec {
	padding-top: 4%;
}
/*************************diensten-list*************************/
/****list-sec****/
.list-sec {
	padding: 4% 0;
	position: relative;
}
.list-sec::after {
	position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #f8f8f8;
    clip-path: polygon(0 0, 100% 0%, 44% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
    height: 17%;
    width: 100%;
    z-index: -1;
}
.list-sec::before {
	position: absolute;
    content: '';
    background-color: #f8f8f8;
    top: 38%;
    left: 0;
    height: 25%;
    width: 100%;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 43% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 43% 100%);
}
.list-sec-part {
	overflow: hidden;
	position: relative;
}
.list-content {
	bottom: calc(-100% + 7.5rem);
	background-color: #304A65;
	padding: 1rem 7.4rem;
	position: absolute;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
  }
.list-content h3 {
	position: relative;
	padding-right: 7rem;
}
.list-content h3::after {
	position: absolute;
	content: '';
	background-image: url(../images/list-down-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 2.5rem;
	top: 1.6rem;
    height: 2.5rem;
    width: 2.5rem;
    right: 0;
}
.list-sec-part:hover .list-content{
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.list-sec a:hover h3::after, .diensten-dtl-btm-slider a:hover h3::after {
	display: none;
}
.list-content p {
	color: #ffffff;
	margin: 4rem 0;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-content h6 {
	color: #BC613A;
	font-size: 1.8rem;
}
.list-sec .col-lg-6 {
	padding: 2rem;
}
.list-sec .row {
	margin: 0 -2rem;
}
/*************************diensten-dtl*************************/
/****bk-btn-sec****/
.bk-btn-sec {
    background-color: #304A65;
	padding-top: 5rem;
}
.bk-btn-sec .orange-btn:hover {
    background-color: #fff;
    color: #BC613A;
    border-color: #BC613A;
}
/****diensten-dtl-info-sec****/
.diensten-dtl-info-sec {
	background-color: #304A65;
	padding-top: 4%;
}
.diensten-dtl-info-sec h2 {
    color: #ffffff;
}
.diensten-dtl-info-sec p {
	color: #ffffff;
	opacity: 0.75;
}
.diensten-dtl-info-sec td::after {
    background-color: rgba(255, 255, 255, 0.50);
}
.subpg-top-logo img{
	max-width: 14rem;
}
.subpg-top-logo{
	right: 0;
  	top: -5rem;
}
/****diensten-dtl-middle-blk****/
.diensten-dtl-middle-blk {
	background-color: #f8f8f8;
}
.diensten-dtl-middle-blk::after {
	background-color: #304A65;
}
.diensten-dtl-middle-blk h2 {
	color: #121212;
}
.diensten-dtl-middle-blk p {
	color: #121212;
	opacity: 0.75;
}
.diensten-dtl-middle-blk li h4 {
    color: #0F1014;
}
/****diensten-dtl-form-sec****/
.diensten-dtl-form-sec {
	padding-bottom: 6%;
}
/****diensten-dtl-btm-slider****/
.diensten-dtl-btm-slider {
	padding-bottom: 6%;
}
.diensten-dtl-btm-slider h2 {
	margin-bottom: 5%;
}
.diensten-dtl-btm-slider .swiper-button-next {
    right: -6%;
}
.diensten-dtl-btm-slider .swiper-button-prev {
    left: -6%;
}
/*************************werkplaats-dtl*************************/
/****werkplaats-dtl-bk-btn-sec****/
.werkplaats-dtl-bk-btn-sec h6 {
	font-size: 1.6rem;
	font-family: 'catamaranmedium';
	color: #ffffff;
}
.werkplaats-dtl-logo {
	display: flex;
    align-items: center;
	margin-left: 1rem;
}
.werkplaats-dtl-logo img {
	width: 4.6rem;
}
.werkplaats-dtl-logo h6 {
	margin-left: 1.5rem;
}
/****werkplaats-dtl-add-sec****/
.werkplaats-dtl-iframe {
	text-align: center;
	background-color: #f8f8f8;
	padding-bottom: 5%;
}
.werkplaats-dtl-iframe-wrap {
	/*padding: 0 26%;*/
}
/****werkplaats-dtl-btm-slider****/
.werkplaats-dtl-btm-slider {
	padding-top: 5%;
}
/*************************vacatures-dtl*************************/
.vacature-attch {
    position: relative;
}
.vacature-attch::after {
    position: absolute;
    content: "";
    background-image: url(../images/attachment.svg);
    background-position: center;
    background-size: contain;
    right: 2rem;
    bottom: 2.2rem;
    width: 3.2rem;
    height: 3.2rem;
    z-index: 5;
    cursor: pointer;
}
/*************************aanbod-dtl*************************/
/****aanbod-dtl-bk-btn****/
.aanbod-dtl-bk-btn {
	background-color: #f8f8f8;
}
/****aanbod-dtl-top-sec****/
.aanbod-dtl-top-sec {
	background-color: #f8f8f8;
    padding: 4.2rem 0 6rem;
}
.aanbod-dtl-top-sec .col-lg-7 {
	width: 54%;
}
.aanbod-dtl-top-sec .col-lg-5 {
	width: 46%;
}
.dtl-car-slide {
    position: relative;
}
.dtl-top-slider {
	margin-bottom: 3rem;
}
.more-dtl-gal .col-4 {
	padding: 1.25rem;
}
.more-btm-dtl-gal .col-4 {
	padding: 1.25rem;
}
.more-btm-dtl-gal .row {
	margin: 0 -1.25rem;
}
.more-dtl-gal .row {
	margin: 0 -1.25rem;
}
.dtl-plus {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(48, 74, 101, 0.5);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
}
.dtl-plus img {
	width: 1.8rem;
}
.more-btm-dtl-gal {
	display: none;
}
.dtl-right-part {
	padding-left: 10%;
}
.dtl-top-model-info {
	margin-bottom: 3rem;
}
.dtl-top-model-info h2 {
	color: #0F1014;
}
.dtl-top-model-info h4 {
	font-family: 'moderatregular';
	color: rgba(15, 16, 20, 0.75);
	margin-top: 1rem;
}
.dtl-top-table td h4 {
	font-family: 'catamaranregular';
	opacity: .75;
}
.dtl-top-table td h4 span {
	color: #BC613A;
	font-family: 'catamaranbold';
	font-size: 3.5rem;
	display: block;
  	margin-top: -1.3rem;
}
.dtl-top-table table {
    width: 100%;
	border-top: 1px solid rgba(15, 16, 20, 0.25);
	border-bottom: 1px solid rgba(15, 16, 20, 0.25);
}
.dtl-top-table td {
	padding: 4.4rem 0 3.5rem;
	vertical-align: top;
	padding-left: 3rem;
}
.dtl-top-table td:first-child {
	padding-left: 0;
}
.dtl-man {
	border-radius: 100%;
	overflow: hidden;
}
.dtl-man-part {
	padding: 9% 0;
}
.dtl-man-info {
	margin-left: 1.4rem;
}
.dtl-man-info h6 {
	line-height: normal;
}
.dtl-man-info h6 span {
	font-family: 'lama_sansbold';
	color: #0F1014;
	text-decoration: none;
	font-size: 1.6rem;
	width: 20%;
}
.dtl-man-info h6 span:hover {
	text-decoration: none;
}
.dtl-man-info h6 a {
	font-family: 'LamaSansRegular';
	color: #0F1014;
	font-size: 1.6rem;
	width: 80%;
	line-height: 1.5;
}
.dtl-man-info h6 a:hover {
	text-decoration: underline;
}
.dtl-man-add h6 {
	display: flex;
    width: 100%;
    gap: 1.5rem;
}
.dtl-man-add a {
	width: 50%;
}
.dtl-man-add h6 a:hover {
	text-decoration: underline;
}
.dtl-btm-part {
	display: flex;
    align-items: center;
}
.dtl-btm-part .row {
	width: 100%;
}
.dtl-btm-part .akker_btn_cls {
	max-width: 100%;
}
.dtl-right-icon {
	margin-left: 4rem;
	display: flex;
}
.dtl-right-icon img {
	width: 1.6rem;
    margin-right: 0.5rem;
}
.dtl-right-icon a {
	margin-right: 1rem;
}
.dtl-right-icon a:hover {
	opacity: 0.6;
}
.dtl-top-table tr:not(:first-child) td h4 {
	font-size: 2.2rem;
}
/****aanbod-dtl-gallery****/
.aanbod-dtl-gallery {
	padding: 3% 0 4%;
    position: relative;
    margin-top: 0;
    overflow: hidden;
}
.aanbod-dtl-gallery::after {
	display: none;
}
.aanbod-dtl-gallery .each-gal img {
	position: relative;
}
.aanbod-dtl-gallery h3 {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.aanbod-dtl-gallery h2 {
	font-size: 4.9rem;
}
.aanbod-dtl-gallery .swiper-button-next {
	right: 21%;
}
.aanbod-dtl-gallery .swiper-button-prev {
	left: 21%;
}
.each-gal {
	overflow: hidden;
}
.each-gal img{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal:hover img {
	transform: scale(1.1);
}
/****tab****/
.aanbod-detail-tab {
	background: #f8f8f8;
	padding: 3% 0 6%;
}
.aanbod-detail-tab ul{
	margin: 0;
	border-bottom: 0;
}
.aanbod-detail-tab .nav-tabs li{
	width: calc(20% - 2rem);
	text-align: center;
	margin-bottom: 2rem;
	margin-right: 2rem;
}
.aanbod-detail-tab .tab-content h2{
	word-break: break-word;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.kenmerken-tab ul li:nth-child(even){
	font-family: 'catamaranlight';
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 14px;
    background-size: 6px;
	font-family: 'catamaranregular';
}
.bullet-panel li, .kenmerken-tab ul li:nth-child(odd){
    padding-left: 12px;
}
.bullet-panel li:after {
    position: absolute;
    top: 14px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.tab-heading h3{
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #000;
	color: #121212;
}
.bullet-panel li, .kenmerken-tab li{
	margin-bottom: 1rem;
	position: relative;
	font-size: 2rem;
}
.bullet-panel{
	padding-bottom: 3rem;
}
.left-bg-block {
	width: 140px;
	background: #304A65;
	color: #fff;
}
.block-dtls {
	width: calc(100% - 140px);
	border: 2px solid #304A65;
  	border-left: 0;
  	padding: 15px;
}
.block-dtls h6 {
	font-size: 1.8rem;
	font-family: 'catamaransemibold';
	color: #121212;
}
/****aanbod-detail-middle****/
.aanbod-detail-middle {
	background-color: #ffffff;
	padding: 4% 0 3%;
}
.aanbod-detail-middle-blk {
	border-radius: 10px;
	overflow: hidden;
	background-color: #E0E2E7;
	height: 100%;
}
.aanbod-detail-middle h2 {
	margin-bottom: 5rem;
}
.aanbod-detail-middle-blk h2 {
	text-align: center;
	color: #ffffff;
	margin-bottom: 0;
	background-color: #304A65;
	padding: 4.9rem 2rem;
}
.collection_tab{
	background-color: #c0b29f;
}
.aanbod-detail-middle-blk ul {
	padding: 5rem;
}
.aanbod-detail-middle-blk li {
	font-size: 2rem;
	color: rgba(18, 18, 18, 0.75);
	position: relative;
	padding-left: 1.4rem;
	font-family: 'catamaranlight';
}
.aanbod-detail-middle-blk h4 {
	margin-top: 5rem;
    padding-left: 5rem;
	font-family: 'catamaranregular';
	color: #121212;
}
.aanbod-detail-middle-blk li::after {
	position: absolute;
    top: 16px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(../images/dtl-bullet.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.aanbod-detail-middle-content {
	padding: 5rem;
	background-color: #E0E2E7;
}
.aanbod-detail-middle-last-blk {
	background-color: #CCC2B3;
}
.aanbod-detail-middle-btm-part {
	background-color: #BC613A;
	padding: 2.8rem;
}
.aanbod-detail-middle-blk h6 {
	font-size: 1.8rem;
	font-family: 'catamaransemibold';
	color: #ffffff;
    text-align: center;
    background-color: #BC613A;
	padding: 4.2rem;
}
.aanbod-detail-middle .col-lg-4 {
	padding: 0 3rem;
}
.aanbod-detail-middle .row {
	margin: 0 -3rem;
}
/****aanbod-detail-btm****/
.aanbod-detail-btm {
	background-color: #304A65;
	padding: 4% 0;
}
.aanbod-detail-btm-wrap {
	max-width: 140rem;
    width: 100%;
    margin: 0 auto;
}
.aanbod-detail-btm h2 {
	font-size: 9.6rem;
	color: #ffffff;
	font-family: 'libre_baskervilleregular';
}
.aanbod-detail-btm-wrap h4 span {
	color: rgba(255, 255, 255, 0.75);
	font-family: 'catamaranregular';
	margin: 1.4rem 0 7rem;
	display: block;
}
.aanbod-detail-btm h4 {
	color: rgba(255, 255, 255, 0.75);
	font-family: 'catamaranmedium';
	margin-bottom: 2rem;
}
.aanbod-detail-btm td {
	color: rgba(255, 255, 255, 0.75);
	font-family: 'catamaranregular';
	vertical-align: top;
	font-size: 2.4rem;
}
.aanbod-detail-btm td:nth-child(even) {
	padding-left: 2rem;
}
.aanbod-detail-btm-right h4 {
	color: #CCC2B3;
}
.aanbod-detail-btm-right td {
	color: #CCC2B3;
	opacity: 0.75;
}
/****aanbod-dtl-form-sec****/
.aanbod-dtl-form-sec {
	padding: 5.5rem 0;
}
.aanbod-dtl-form-sec::after {
	display: none;
}
/****aanbod-dtl-product-sec****/
.aanbod-dtl-product-sec {
	padding-top: 0;
	background: transparent;
}

/*********x*******/
/* 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;
}



/*****(normal)morgen footer start********/
.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;
}

/*****(normal)morgen footer end********/

/*********tab**************/
.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{
	margin-bottom: 3rem;
}
.star_icon h3{
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
    display: inline-block;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-family: 'catamaranregular';
    font-size: 16px;
    color: black;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.cursor{
    cursor:pointer;
}

/* Cookie */
.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: 20px;
    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';
}
.cookie_bottom{
    margin-bottom: 50px;
}
.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;
}

.form-1, .form-2 {
	display:none;
}
.form-1 .textarea-form{
	height: auto;
}
.privacy_section h3{
	color: #000;
}
.privacy_section{
	padding-bottom: 3%;
}
.each-form-info-img img{
	max-width: 100%;
}

/*.mm-next:after {
    background-image: url(../images/next.svg);
	height: 1rem;
	width: 1rem;
	background-size: 1rem;
	border: none;
	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
 .mm-prev:before {
	background-image: url(../images/prev.svg);
	height: 1rem;
	width: 1rem;
	background-size: 1rem;
	border: none;
	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}*/
.dropdown-menu{
	background: #304A65;
  	padding: 1.4rem 0 !important;
  	border-radius: 15px;
  	overflow: hidden;
}
.dropdown-menu li{
	padding: .5rem 3rem !important;
}
.dropdown-menu a{
	color: #fff;
	padding: 0;
	line-height: normal;
}
.dropdown-menu a:after{
	display: none !important;
}
.dropdown-item:focus, .dropdown-item:hover{
	background: transparent;
	color: #BC613A;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.header-social a.akker_btn_cls{
	margin-bottom: 0;
}

.aanbod-raster-middle-blk{
	margin-bottom: 5rem;
}

#aflevering_garantie .col-lg-4{
	margin: 0 auto;
}
.bereken-btn{
	width: calc(20% - 2rem);
  	margin-left: 20.2%;
}

.mobile-banner-content { 
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
	display: none;
}
.banner-content .title-block{
	display: block;
}
.over-ons-man-service .col-lg-4 {
	padding: 1rem;
}
.bottom-mobile-bar ul li{
	width: 33.33% !important;
}
.bottom-mobile-bar ul li.wp_li{
	display: none !important;
}
img.banner-logo-image {
    width: 20rem;
}
.voorraadwekker_widget_section input {
    height: 38px;
}
.cal {
    cursor: pointer;
}