@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'poppinsregular';
    font-size: 1.6rem;
    color: #FAB41E;
    overflow-x: hidden;
}
html {
  scroll-behavior: auto !important;
  font-size: 62.5%;
}
#page{
	overflow: hidden;
    position: relative;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*****************header****************/
.header-area {
	position: absolute;
    height: auto;
}
.header-logo img {
    width: 309px;
}
.header-wrap {
	padding: 20px 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.header-social li {
	display: inline-block;
	margin-right: 5px;
}
.header-social li:last-child {
	margin: 0;
}
.header-area .header-social li:last-child {
/*	background: #25D366;*/
}
.header-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 67px;
    width: 67px;
    border: 1.5px solid rgba(255,255,255,0.49);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-social li a:hover {
   /* background-color: #fff;
    color: #707054 !important;*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-social li a img {
    width: 20px;
}
.header-social li a img{
    filter: brightness(1) invert(0);
   -webkit-filter: brightness(1) invert(0);
}
.header-social li a:hover img {
    filter: brightness(1) invert(0);
   -webkit-filter: brightness(1) invert(0);
}
.header-area p{
    font-size: 1.6rem;
}
.header-area table{
    width: 100%;
}
.menu-icon{
    margin-left: 0;
}
.menu-items ul{
    text-align: left;
}
.header-area .nav_menu_right_part{
    position: relative;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header_inner{
    padding: 0;
}
.nav_menu_right_part.active a.menu-word{
    opacity: 0;
}
.menu-items a:hover{
    color: #E0A501;
}
.header-area.is-hidden .header_inner{
    opacity: 1;
}
.header-area.is-hidden {
    position: fixed;
    top: 0;
    background: #000;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 0;
}
.header-area.is-hidden .header-wrap{
    border-color: transparent;
}
/****banner-sec*****/
.banner-sec { 
    position: relative;
    height: 100vh;
}
.banner-sec .overlay{
    background: rgba(0, 0, 0, 0.50);
    top: 0;
    left: 0;
    z-index: 1;
}
.each-banner img{
    height: 100%;
    object-fit: cover;
}
.banner-content { 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
    padding-top: 5%;
}
.banner-content h3{
    margin-bottom: 1.5rem;
}
.banner-content h5{
    font-size: 2.1rem;
    letter-spacing: 0.5px;
    margin-bottom: 5.2rem;
}
.banner-content .common-btn{
    margin: 5px;
}
.banner-play{
    display: inline-flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.5);
}
.banner-play img {
    width: 20px;
    margin-left: 3px;
}
.banner-arrow {
    bottom: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    text-align: center;
}
.banner-arrow a {
    font-family: 'poppinsregular';
    font-size: 1.8rem;
    color: #E0A501;
    letter-spacing: 2px; 
}
.banner-arrow img {
    width: 15px;
    margin: 35px auto 0;
    display: block;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    60% {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px);
    }
}
.banner-sec:after, .banner-sec::before{
    content: "";
    width: 50%;
    height: 41px;
    background-color: #FAB41E;
    position: absolute;
    bottom: -1px;
    z-index: 3;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%)
}
.banner-sec::before{
    right: 0;
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%)
}
/****product-sec******/
.product-sec {
    background-color: #1a1a1a;
    padding: 6% 0 60px;
}
/*.product-slider-wrap{
    margin: 0 -18px;
}*/   
.product-sec h2 {
    margin-bottom: 50px;
}
.product-model h5 {
    font-size: 2rem;
    color: rgba(18,18,18,0.5);
    margin-top: 10px;
    height: 50px;
    overflow: hidden;
}
.product-price h6 {
    font-family: 'poppinsregular';
    color: rgba(18,18,18,0.5); 
}
.each-product:hover h6{
    color: #fff; 
    opacity: .49;
}
.product-model h4{
    /*height: 35px;
    overflow: hidden;*/
}
.product-price h4 {
    /*opacity: 0.5;*/
    color: #E0A501;
}
.product-dtl {
    padding: 34px 20px;
    background-color: #fff;
}
.product-dtl .divider {
    background-color: #121212;
    opacity: 0.1;
    margin: 34px 0 20px;
}
.product-dtl table{
    width: 100%;
}
.product-dtl td h6{
    line-height: 23px;
    font-family: 'poppinsregular';
}
.product-dtl td h6 span {
    display: block;
    opacity: .5;
}
.product-dtl td {
    border-right: 1px solid rgba(18,18,18,0.1);
    vertical-align: top;
    padding: 7px 18px;
}
.product-dtl td:first-child {
    padding-left: 0;
}
.product-dtl td:last-child {
    padding-right: 0;
    border-right: 0;
}
.product-dtl td:first-child h6{
    margin-left: 0;
}
.product-btn{
    font-family: 'poppinsregular';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-left: 80px;
    height: 60px;
    line-height: 60px;
    display: none;
}
.product-btn:before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    width: 60px;
    height: 60px;
    background-color: #fff;
    background-image: url(../images/next2.svg);
    background-position: center center;
    background-size: 10px;
    background-repeat: no-repeat;
}
.each-product:hover .product-dtl{
    background: #121212;
}
.each-product:hover .product-dtl h4, .each-product:hover .product-dtl h5, .each-product:hover .product-dtl td h6{
    color: #fff;
}
.each-product:hover .product-dtl h5{
    opacity: .49;
}
.each-product:hover .product-dtl .divider {
    background-color: #fff;
}
.each-product:hover .product-btn {
    display: block;
}
.each-product:hover table {
    display: none;
}
.each-product .swiper-button-next {
    right: 0;
}
.each-product .swiper-button-prev {
    left: 0;
}
.each-product .common-arrow {
    display: none;
}
.each-product:hover .common-arrow {
    display: flex;
}
.product-sec-btn {
    margin-top: 65px;
}
.product-sec-btn .common-btn {
	background: #E0A501;
	border-color: #E0A501;
	color: #fff;
}
/****gallery-sec****/
.gallery-sec {
    position: relative;
    background-color: #FAB41E;
    padding-top: 100px;
}
.gallery-sec .sec-heading h2{
    font-family: 'poppinsbold';
    color: #121212;
}
.sec-heading {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto 9.5%;
}
.sec-heading h2 {
    color: #E0A501;
}
.sec-heading p {
    color: #121212;
    margin: 30px 0;
}
.each-gallery {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gallery h6{
    color: #fff;
}
.gallery-slider .each_before_the_flood_block:hover .before_the_flood_heading {
    transform: unset;
    -webkit-transform: unset;
}
.gallery-slider .before_the_flood_heading{
    margin-bottom: 0;
}
.each-gallery-dtl { 
    /*max-width: 585px;*/
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 5% 40px;
    /*z-index: 1;*/
    display: block;
    height: auto;
    text-align: left;
}
.each-gallery-dtl h5 {
    margin-top: 30px;
    line-height: 30px;
    visibility: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gallery-sec .swiper-slide-active .each-gallery-dtl h5  {
    visibility: visible;
    margin-top: 10px;
}
.gallery-sec .swiper-slide-prev .each-gallery:before, .gallery-sec .swiper-slide-next .each-gallery:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 1px);
    content: '';
    background: #fff;
    height: 100px;
    z-index: 99;
}
.gallery-sec .swiper-slide-next .each-gallery:before {
    left: auto;
    right: 0;
}
.gallery-sec::after {
    content: '';
    background: #fff;
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.gallery-sec .swiper-slide-prev .each-gallery, 
.gallery-sec .swiper-slide-next .each-gallery {
    margin-top: 50px;
    margin-bottom: -50px;
}
.gallery-sec .common-arrow {
    background-color: transparent;
    width: auto;
    height: auto;
    top: 55%;
}
.gallery-sec .common-arrow img {
    filter: invert(0);
    width: 28px;
}
.gallery-sec .swiper-button-next {
    right: 36px;
}
.gallery-sec .swiper-button-prev {
    left: 36px;
}
.each-gallery-img {
    position: relative;
}
.each-gallery-img::before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
}
.gallery-slider .swiper-slide{
    height: auto !important;
}
.gallery-slider .swiper-slide a, .each-gallery, .each-gallery img.w-100{
    height: 100%;
}
.each-gallery img.w-100{
    object-fit: cover;
}
.gallery-sec .before_the_flood_section{
    display: block;
}
.gallery-sec .each_before_the_flood_block{
    display: block;
    padding: 0;
    min-height: auto;
}
.gallery-sec .before_the_flood_image{
    position: relative;
}
.gallery-sec .swiper-slide-prev .each_before_the_flood_block:hover .before_the_flood_image{
    transform: scale(1);
    -webkit-transform: scale(1);
}
.gallery-sec .each_before_the_flood_block:after{
    display: none;
}
.gallery-sec .each_before_the_flood_block:after, 
.gallery-sec .swiper-slide-prev .before_the_flood_inner, .gallery-sec .swiper-slide-next .before_the_flood_inner{
    display: none;
}
.gallery-sec .swiper-slide-prev .each_before_the_flood_block:hover .before_the_flood_image,
.gallery-sec .swiper-slide-next .each_before_the_flood_block:hover .before_the_flood_image{
    transform: scale(1);
    -webkit-transform: scale(1);
}
/****content-block*****/
.content-block{
    position: relative;
    padding: 8% 0 0;
    margin-bottom: -50px;
    background-color: #FAB41E;
}
.content-block-img{
    position: absolute;
    left: 0;
    width: 45%;
    z-index: 1;
}
.content-block .accordion-button::after {
    background-image: url(../images/plus.svg);
    width: 17px;
    height: 17px;
    background-size: contain;
}
.content-block h2{
    color: #212121;
    margin-bottom: 30px;
}
.content-block h5{
    color:  #212121;
    opacity: 0.5;
    line-height: 30px;
}
.content-block h6{
    font-family: 'poppinsregular';
    color:  #212121;
    text-transform: uppercase;
}
.content-block .accordion-button:not(.collapsed)::after {
    background-image: url(../images/close.svg);
    width: 13px;
    height: 13px;
    background-size: contain;
}
.content-block .accordion-button:not(.collapsed) {
    color: #1c1c1c;
    background-color: #FAB41E;
}
.content-block .accordion-item {
    border-bottom: 2px solid rgba(33,33,33,0.15);
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: transparent;
}
.content-block .accordion-item:first-child{
    border-top: 2px solid rgba(33,33,33,0.15);
}
.content-block .accordion-button {
    padding:26px 0;
    letter-spacing: 1px;
    background-color: transparent;
    border-radius: 0 !important;
}
.content-block .accordion-body {
    padding:0 30px 30px 0;
}
.content-block .accordion-body p {
    padding-bottom: 30px;
}
.content-block .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.content-block-txt {
    padding-left: 16%;
    padding-bottom: 150px;
}
.content-block .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.content-block .common-btn{
    margin-top: 38px;
    border-color: #fff;
}
.home-content-block .content-block-txt h2, .home-content-block .common-btn:not(:hover){
    color: #FAB41E;
}
.more-acc-block {
    display: none;
}
.content-block .more-acc-block .accordion-item:first-child {
    border-top: 0;
}
/*****footer*****/
.footer-area {
    background-color: #121212;
    padding: 150px 0;
    position: relative;
    z-index: 1;
    /* border: 1px solid #fff; */
}
.footer-logo {
    position: absolute;
    right: 0;
    top: 50%;
    padding-right: 6%;
    padding-left: 6%;
    transform: translateY(-50%);
    width: 45%;
}
.each-footer-info.float-end{
    position: relative;
    left: -50px;
}
.footer-info {
    max-width: 720px;
    width: 100%;
}
.each-footer-info h6 {
    font-family: 'poppinslight';
    color: #FAB41E;
    margin-bottom: 28px;
    opacity: .66;
}
.each-footer-info p {
    color: #fff;
    font-size: 1.6rem;
}
.each-footer-info p span {
    color: #FAB41E;
}
.each-footer-info p a {
    color: #fff;
}
.each-footer-info p a:hover {
    color: #E0A501;
}
.each-footer-info .header-social {
    margin-top: 44px;
}
/*==================================contact page start===================================*/
.inner-banner-sec { 
    position: relative;
    height: 320px;
}
.inner-banner-sec img{
    height: 100%;
    object-fit: cover;
}
.inner-banner-sec:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.inner-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 1;
    padding-top: 8%;
}
/****contact-map-sec***/
.contact-map-sec{ 
    height: 580px;
}
/***contact-info-sec****/
.contact-info-sec {
    background-color: #1a1a1a;
    padding: 4% 0 0;
    margin-bottom: 0;
    position: relative;
}
.contact-info-sec::after {
    content: '';
    background-color: #FAB41E;
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact-info-sec h2 {
    color: #E0A501;
    margin-bottom: 55px;
}
.contact-info-sec .content-block-img {
    right: 0;
    left: auto;
}
.each-contact-info h6 {
    font-size: 2.1rem;
    color: #fff;
    margin-bottom: 5px;
    text-transform: unset;
    letter-spacing: 0.75px;
    font-family: 'poppinsbold'; 
}
.each-contact-info p {
    color: rgba(255,255,255,0.7);
    line-height: 42px;
}
.each-contact-info p a {
    color: rgba(255,255,255,0.7);
}
.each-contact-info p a:hover {
    color: #E0A501;
}
.each-contact-info td {
    font-size: 2.1rem;
    color: rgba(255,255,255,0.7);
    vertical-align: top;
    line-height: 40px;
}
.each-contact-info td:nth-child(odd) {
    padding-right: 50px;
}
.contact-info-sec .content-block-txt {
    padding-left: 0;
    padding-right: 12%;
}
/***contact-form-sec*****/
.contact-form-sec {
    padding: 65px 0 7%;
    background-color: #fff;
}
.contact-form-sec .common-btn:not(:hover){
    border-color: #E0A501;
}
.conatct-form-heading {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.conatct-form-man {
    max-width: 66px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin-right: 20px;
}
.conatct-form-man img {
    height: 100%;
    object-fit: cover;
}
.conatct-form-heading h2 {
    font-family: 'poppinsmedium';
    color: #121212;
}
.form-styl {
	font-size: 1.6rem;
	font-family: 'poppinslightItalic';
    color: rgba(33, 33, 33, 0.6);
    padding: 0 50px;
    height: 65px;
    resize: none;
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
}
.form-styl::placeholder {
	font-family: 'poppinslightItalic';
    color: rgba(33, 33, 33, 0.6);
}
.form-styl:-moz-placeholder {
	font-family: 'poppinslightItalic';
    color: rgba(33, 33, 33, 0.6);
}
.form-styl::-moz-placeholder {
	font-family: 'poppinslightItalic';
    color: rgba(33, 33, 33, 0.6);
}
.form-styl:focus {
	box-shadow: none;
	color: rgba(33, 33, 33, 0.6);
}
.contact-form-sec .form-group {
    margin-bottom: 18px;
}
textarea.form-styl {
    height: 232px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.foto_upload{
    line-height: 65px;
}
/*==================================diensten page start===================================*/
.diensten-list-sec .contact-info-sec{
    padding-top: 8%;
}
.diensten-list-sec .contact-info-sec .content-block-txt h2 {
    margin-bottom: 33px;
}
.diensten-list-sec .contact-info-sec .content-block-txt .common-btn {
    margin-top: 40px;
    border-color: #fff;
}
.diensten-list-sec .contact-info-sec .content-block-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.diensten-list-sec .contact-info-sec .content-block-txt p {
    color: rgba(255,255,255,0.7);
}
.diensten-list-sec .contact-info-sec:nth-child(odd)::after {
    background-color: #FAB41E;
}
.diensten-list-sec .contact-info-sec:nth-child(even) {
    background-color: #FAB41E;
}
.diensten-list-sec .contact-info-sec:nth-child(even)::after {
    background-color: #1a1a1a;
}
.diensten-list-sec .contact-info-sec:nth-child(even) .content-block-img {
    left: 0;
    right: auto;
}
.diensten-list-sec .contact-info-sec:nth-child(even) .content-block-txt {
    padding-right: 0;
    padding-left: 12%;
}
.diensten-list-sec .contact-info-sec:last-child::after {
    background-color: #14181b;
    display: none;
}
.diensten-list-sec .content-block:nth-child(odd) .common-btn{
    border-color: #E0A501;
    color: #fff;
}
.diensten-list-sec .content-block:nth-child(even) h2, .diensten-list-sec .content-block:nth-child(even) p{
    color: #121212;
}
.diensten-list-sec .content-block:last-child .content-block-txt{
    padding-bottom: 7%;
}
/*==================================diensten-dtl page start===================================*/
.inner-header {
    position: relative;
    background: #000;
}
.inner-header .header-wrap{
    border-bottom: 0;
}
.dtl-banner{
    height: 107px;
}
.dtl-header .header-wrap{
    border-bottom: 0;
}
.bk-btn-sec {
    padding-top: 35px;
    background-color: #FAB41E;
}
.bk-btn-sec .common-btn:not(:hover){
    border-color: #fff;
}
/***diensten-dtl-top-sec***/
.diensten-dtl-top-sec {
    padding: 5% 0 5%;
    background-color: #FAB41E;
}
.diensten-dtl-top-sec .sec-heading p {
    color: rgba(18, 18, 18, 0.7);
    margin-bottom: 0;
}
.diensten-dtl-top-sec .sec-heading {
    margin-bottom: 0;
}
.diensten-dtl-top-sec .sec-heading h2{
    color: #121212;
}
/***diensten-dtl-mid-sec****/
.diensten-dtl-mid-sec .content-block-txt p { 
    color: rgba(255,255,255,0.7);
}
.diensten-dtl-mid-sec .content-block-txt h2 {
    margin-bottom: 25px;
    color: #FAB41E;
}
.diensten-dtl-mid-sec.contact-info-sec::after{
   background: #fff;
}
/*==================================vacature page start===================================*/
.vacature-info{ 
    margin-top: 40px;
}
.vacature-info li {
    font-size: 2.1rem;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'poppinsmedium';
    margin-right: 25%;
    display: inline-block;
}
.vacature-info li:last-child {
    margin-right: 0;
}
.vacature-list-sec .contact-info-sec:nth-child(odd) .content-block-txt .vacature-info li {
    /*color: rgba(255,255,255,0.7);*/
}
.vacature-list-sec .contact-info-sec:nth-child(even) .content-block-txt .vacature-info li,
.vacature-list-sec .contact-info-sec:nth-child(even) .content-block-txt p {
    /*color: rgba(28,28,28,0.7);*/
}
.vacature-list-sec .contact-info-sec:nth-child(even) .content-block-txt .vacature-info li{
    color: rgba(18, 18, 18, 0.7);
}
.vacature-list-sec .contact-info-sec h2 {
    font-family: 'poppinsmedium';
}
.vacature-list-sec .contact-info-sec .content-block-txt .common-btn {
    margin-top: 0;
}
/*==================================vacature-dtl page start===================================*/
.vacature-dtl-top-sec {
    padding: 6% 0 9%;
}
.vacature-dtl-top-sec .vacature-info li {
    margin-right: 88px;
}
.vacature-dtl-top-sec .vacature-info li:last-child {
    margin-right: 0;
}
.vacature-dtl-mid-sec h2,
.vacature-dtl-top-sec .sec-heading h2 {
    font-family: 'poppinsmedium';
}
/*==================================aanbod-dtl page start===================================*/
.dtl-top-sec .swiper-slide-prev .each-aanbod-dtl-car,
.dtl-top-sec .swiper-slide-next .each-aanbod-dtl-car {
    position: relative;
}
.dtl-top-sec .swiper-slide-prev .each-aanbod-dtl-car::after,
.dtl-top-sec .swiper-slide-next .each-aanbod-dtl-car::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.dtl-top-sec .swiper-button-prev {
    left: calc(21.2% - 10px);
}
.dtl-top-sec .swiper-button-next {
    right: calc(21.2% - 10px);
}
/****dtl-info-sec******/
.dtl-info-sec {
    background-color: #FAB41E;
    padding: 55px 0;
}
.dtl-info-sec h2{
    color: #1c1c1c;
}
.dtl-info-price h2{
    color: #121212;
}
.dtl-info-sec h3 {
    font-size: 3.2rem;
    color: rgba(18,18,18,0.5);
    text-transform: none;
    margin-top: 5px;
}
.dtl-info-wrap {
    padding: 0 10%;
}
.dtl-info-sec .col-md-6:first-child {
    position: relative;
}
.dtl-info-sec .col-md-6:first-child::after {
    position: absolute;
    top: -25px;
    right: 0;
    content: "";
    height: calc(100% + 50px);
    width: 1px;
    background-color: #979797;
}
.dtl-info-price{
    margin: auto;
    display: table;
}
/****dtl-tab-sec******/
.dtl-tab-sec {
    position: relative;
    padding: 80px 0 8%;
   background-color: #1a1a1a;
}
.dtl-tab-sec::before {
    content: '';
    background-color: #FAB41E;
    height: 100%;
    width: 210px;
    position: absolute;
    top: 0;
    left: 0;
}
.dtl-tab-wrap {
    position: relative;
    padding-left: 40px;
    z-index: 1;
}
.tab-btn {
    max-width: 295px;
    margin-top: 120px;
}
.dtl-tab-sec .nav-tabs {
    border-bottom: 0;
} 
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    width: 100%;
    text-align: center;
    font-family: 'poppinsregular';
    font-size: 1.6rem;
    border: 0;
	margin-bottom: 15px;
    letter-spacing: 1.5px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
	margin-bottom: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: #fff;
    color: #121212;
    padding: 20px 5px;
    border-radius: 0;
    width: 100%;
	height: 100%;
	word-break: break-word;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	background-color: #121212;
    color: #fff;
}
/*****tab-content****/
.tab-content {
    /*background-color: #121212;*/
    padding: 0 13% 0 1%;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'poppinsregular';
    font-size: 2.1rem;
    color: #fff;
    padding-bottom: 10px;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 10px;
    padding-left: 20px;
    background-size: 9px;
    color: rgba(255, 255, 255, 0.5);
}

.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.tab-content p {
    color: #fff;
}
.tab-content-heading h2 {
    color: #fff;
    width: 54%;
}
.tab-content-heading {
    padding-bottom: 70px;
    margin-bottom: 80px;
    border-bottom: 1px solid #979797;
}
.bullet-panel h4 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'poppinssemibold';
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'poppinsregular';
}
.dtl-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 9px;
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C7C992;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #C7C992;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
}
.each-onderhoud-block h4 {
    color: #fff;
    font-family: 'poppinssemibold';
    font-size: 2rem;
    text-transform: none;
}
.each-onderhoud-block h5 {
    color: #fff;
    margin: 10px 0px 30px;
    font-size: 1.8rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.dtl-tab-wrap .contact-form-sec{
    padding: 0;
    background-color: transparent;
}
/****aanbod-dtl-bk-btn****/
.aanbod-dtl-bk-btn {
    position: relative;
    background-color: #121212;
}
.aanbod-dtl-bk-btn .common-btn {
    position: absolute;
    z-index: 2;
    right: 10%;
    top: 70px;
}
/***aanbod-dtl-form-sec*****/
.aanbod-dtl-form-sec {
    padding: 4% 0 7%;
    background-color: #FAB41E;
}
.aanbod-dtl-form-sec .common-btn{
    border-color: #fff !important;
}
.aanbod-dtl-form-sec .common-btn:hover{
    background: #00877C !important;
	border-color: #00877C !important;
    color: #FFF !important;
}
/****related-car-sec****/
.related-car-sec {
    padding: 4% 0;
}
/*=============================aanbod-page-start==============================*/
/****filter-sec*****/
.filter-sec{
    background-color: #FAB41E;
    padding: 75px 0 20px 0;
}
.filter-wrap{
    margin: 0 -5px;
}
.filter-sec .col-xl-2{
    width: 20%;
    padding: 0 5px;
}
.filter-sec .col-md-6{
    padding: 0 5px;
}
.filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #121212;
    font-family: 'poppinsmedium';
    font-size: 1.6rem;
    border: 1px solid #fff;
    background: url(../images/down-arrow.svg) transparent no-repeat 92% center/15px;
    appearance: none;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    text-align-last: center;
}
.select-style option{
    font-family: arial;
    text-align: center;
}
.wis-part img{
    width: 12px;
    margin-right: 10px;
    margin-bottom: 2px;
}
.wis-part{
    font-family: 'poppinsmedium';
    color: #ffff; 
    opacity: 0.7;
    letter-spacing:1.5px;
}
.filter-grid img{
    width: 29px;
}
.filter-grid{
    text-align: right;
    line-height: 0;
    cursor: pointer;
    opacity: 0.5;
    margin-left: 2rem;
}
.grid-part{
    width: 100%;
    max-width: 85px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wis-part h6{
    font-family: 'poppinsmedium';
}
.filter-grid.active{
    opacity: 1;
}
/****aanbod-product-sec*****/
.aanbod-product-sec{
    background-color: #FAB41E;
    padding-bottom: 7%;
    padding-top: 4rem;
}
.aanbod-product-wrap{
    margin: 0 -18px;
}
.aanbod-product-middle-content h2{
    color: #fff;
    margin-bottom: 0;
}
.aanbod-product-middle-area {
    position: relative;
}
.aanbod-product-middle-area:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.65);
}
.aanbod-product-middle-area .common-btn{
    border-color: #979797;
    color: #fff;
}
.aanbod-product-middle-content {
    padding: 0 10%;
    position: relative;
    z-index: 2;
    text-align: center;
}
.aanbod-product-middle-content p{
    color: #fff;
    opacity: 0.69;
    margin: 8% 0 10% 0;
    text-align: center;
}
.aanbod-product-sec .each-product{
    margin-bottom: 30px;
}
.aanbod-middle-outer{
    margin-bottom: 30px;
}
/*===================================aanbod-list-page============================*/
/****aanbod-list-sec*****/
.aanbod-list-sec .product-dtl{
    background-color: transparent;
}
.aanbod-list-sec .each-product{
    background-color: #fff;
}
.aanbod-list-sec h2{
    word-break: break-word;
}
.aanbod-list-sec .product-dtl{
    padding: 0;
}
.aanbod-list-sec .product-model ul{
    font-size: 0;
}
.aanbod-list-sec .product-model li{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.aanbod-list-sec .product-model h4{
    margin-left: 10px;
    opacity: 0.49;
    height: 60px;
    overflow: hidden;
    font-size: 24px;
}
.aanbod-list-sec h6, .aanbod-list-sec .product-dtl td h6{
    font-size: 20px;
    font-family: 'poppinsregular';
}
.aanbod-list-sec .product-dtl td h6 {
  line-height: 30px;
}
.aanbod-list-sec h4{
    text-transform: capitalize;
}
.aanbod-list-sec .product-btn{
    font-size: 24px;
}
.aanbod-list-sec .product-dtl h4, .aanbod-list-sec .product-dtl td h6 span, .aanbod-list-sec .product-dtl td h6, 
.aanbod-list-sec .product-btn{
    color: #313942;
}
.aanbod-list-sec .product-dtl .product-price h4{
    color: #E0A501;
}
.aanbod-list-sec .product-dtl td{
   padding: 0 40px;
}
.aanbod-list-sec .product-dtl td:last-child{
    padding-right: 0;
}
.aanbod-list-sec .product-dtl td:first-child{
    padding-left: 0;
}
.aanbod-list-sec .product-dtl{
    padding: 30px 8%;
}
.aanbod-list-sec .product-dtl .divider{
    margin: 7% 0 ;
}
.aanbod-list-sec .aanbod-product-wrap{
    margin: 0;
}
.aanbod-list-sec .each-product{
    margin-bottom: 30px;
}
.aanbod-list-sec .each-product:last-child{
    margin-bottom: 0;
}
/*=============================bedabnkt page start==============================*/
.bedankt-banner-sec::after,
.bedankt-banner-sec::before {
    display: none;
}
/*=============over-ons page start=================*/
/****ons-middle-sec*****/
.ons-middle-sec{
    padding: 6% 0 4.5% 0;
    margin-bottom: 0;
}
.ons-middle-sec .accordion{
    display: flex;
    width: 100%;
    align-items: center;
}
.ons-middle-wrap{
    margin: 0 -4%;
}
.ons-middle-sec .accordion-item{
    width: 33.33%;
    margin-right: 9.5%;
    border-bottom: none;
}
.ons-middle-sec .accordion-button{
    padding: 0 0 12px 0;
    border-bottom: 1px solid rgba(33,33,33,0.14) !important;
}
.ons-middle-sec h5,
.ons-middle-sec h6{
    font-family: 'poppinsmedium';
}
.ons-middle-sec .accordion-body {
    padding: 10px 0 0 0;
}
.ons-middle-sec .accordion-item:first-child {
    border-top: none;
}
.ons-middle-sec .accordion-item:last-child{
    margin-right: 0;
    margin-bottom: 0;
}
/****team-sec*****/
.team-sec{
    padding-top: 80px;
    background-color: #121212;
    position: relative;
}
.text-head{
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}
.text-head h2{
    color: #fff;
}
.text-head p{
    margin: 21px 0 36px 0;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.team-img:hover img{
   transform: scale(1.25);
}
.team-img:hover:after{
    transform: scale(1.25);
}
.team-img:hover{
    z-index: 9;
}
.team-img img{
    transition: 0.8s all;
    -webkit-transition: 0.8s all;
}
.team-img {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    margin: 60px 0;
    position: relative;
}
.team-img::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    top: 0;
    left: 0;
    position: absolute;
    transition: 0.8s all;
    -webkit-transition: 0.8s all;
}
.team-slider{
    position: relative;
}
.team-slider:after{
    content: "";
    width: 100%;
    height: 60px;
    background-color: #121212;
    bottom: 0;
    position: absolute;
    left: 0;
}
/***ons-content-block***/
.ons-content-block{
    padding-bottom: 0;
    margin: 0;
}
.ons-content-block .content-block-txt {
    padding-left: 9%;
    padding-bottom: 9%;
}
/****ons-gallery-sec*****/
.ons-gallery-sec{
    background-color: #FAB41E;
    padding-top: 12px;
    margin-bottom: -1px;
}
.ons-gallery-sec .swiper-slide{
    height: auto !important;
}
.ons-gallery-sec .ons-gal-img{
    height: 540px;
}
.ons-gallery-sec .ons-gal-img img{
    height: 100%;
}
.ons-gallery-sec .ons-gal-img img{
    object-fit: cover;
}
/****overons-top-sec*****/
.overons-top-sec{ 
    padding: 5% 0 7%;
}
.overons-top-sec .sec-heading h5 {
    font-size: 2.1rem;
    color: rgba(18, 18, 18, 0.7);
    margin-bottom: 15px;
    opacity: 0.5;
}
/***overons-info-sec***/
.overons-info-sec h2 { 
    text-transform: none;
}
.overons-info-sec h5 {
    font-size: 2.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}
.diensten-dtl-mid-sec.contact-info-sec.overons-info-sec::after {
    background-color: #fff;
}

/***********Morgen footer****************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 35px;
    padding-top: 7.5px;
}
/* .kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
} */
.kenteken_np {
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 0 6px 44px;
    color: #fff;
    background-size: 152px;
  }
  
.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    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-bottom:15px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.star_icon{
    margin-bottom: 30px;
}

/* Cookie */
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 1.2rem;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 1rem;
    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: 1.2rem;
    /*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;
}
.header-social .social2 li a img {
    margin-right: 10px;
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
.header-social .social2 li a {
    height: auto;
    width: auto;
    border: 0;
}
.header-social .social2 li a:hover {
    background-color: transparent;
    color: #fff;
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 80rem;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 0;
    background-color: #FAB41E;
    position: relative;
    padding: 20px;
}
.modal-area .modal-content .col-lg-4 {
    width: 37%;
}
.modal-area .modal-content .col-lg-8 {
    width: 63%;
}
.modal-area .popup-content p {
    margin: 30px 0 50px;
    line-height: 30px;
    opacity: 0.5;
}
.modal-area .popup-content {
    padding: 85px 13% 50px;
    background-color: #FAB41E;
    text-align: center;
}
.modal-area .popup-content h1{
    font-family: 'poppinsbold';
    font-size: 2.4rem;
    letter-spacing: 1.36px;
    color: #fff;
}
.close-img {
    font-family: 'poppinsregular';
    font-size: 3rem;
    color: rgba(0, 0, 0, 0.64);
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 1;
}
.close-img:hover {
    color: rgba(0, 0, 0, 0.64);
}
.close-img-mobile {
    font-family: 'poppinsregular';
    font-size: 3rem;
    color: #FFF;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 1;
	display: none;
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
}
/*=================================verkocht page start======================================*/
/***verkocht-product-sec****/
.verkocht-product-sec { 
    padding-top: 6%;
}
/*******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:1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}
#bdIframe{
    height: 980px;
}
.close-img a {
    font-family: 'poppinsregular';
    font-size: 3rem;
    color: rgba(0, 0, 0, 0.64);
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 1;
}
.privacy_section h3
{
    color: #121212;
}
.verhuur_info{
    position:relative;
}
.verhuur_info:before{
    position:absolute;
    bottom:15px;
    left:0;
    width:100%;
    height:1px;
    content:'';
    background: #979797;
}
.verhuur_info .col-md-6:first-child::after{
    top: -60px;
    height: calc(100% + 100px);
}
.verhuur_info h2 {
    text-transform: unset;
    display: inline-block;
    margin-right: 20px;
}
.verhuur_info h3 {
    display:inline-block;
}
.privacy_section{
    padding-bottom: 8%;
}

.bedankt-banner-sec .common-btn{
    background: #E0A501;
    border-color: #E0A501;
    color: #fff;
}
.bedankt-banner-sec .common-btn:hover{
    background: #313942 !important;
    border-color: #313942 !important;
}
.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}

.fixed-whatsapp-icon img {
	width: 50px;
}

.popup .popuptext {
	display: none;
	width: 200px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 5vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}
.product-price h4, .dtl-info-price h2{
	text-transform: initial;
}
.calsty{ border: 0; width: 100%; height: 1100px; background: transparent; }
.instagram-section{
	margin-top: 60px;
}
@media (max-width: 679.98px) {
.calsty{ height: 1300px;}
}
@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fixed-whatsapp-icon{
		display: none;
	}
}
/*==========aanbod-new-filter===========*/
.filter-content{
    display: none;
    background: #fff;
    padding: 10px;
    z-index: 2;
    border: 1px solid #979797;
    border-top: 0;
    border-radius: 0;
    margin-top: -3px !important;
    color: #000;
}
.filter-content.show-div {
    display: block;
}
.filter-sec label{
   /* color: #121212;*/
   color: #b3a9a9;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'poppinsmedium';
    font-size: 14px;
}
.filter-sec label span{
    float: right;
    color: #fff;
    opacity: .65;
}
.filter-sec .form-check-input{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #979797;
    /* background-color: rgba(26, 26, 26, 0.85); */
    border-radius: 0;
}
.filter-sec .form-check-input:checked {
    background-color: #E0A501;
    border-color: #E0A501;
}
.filter-sec .select-style{
    cursor: default;
}
.select-style.show{
    border-bottom-color: transparent;
}
.cross-btn{
    width:12px;
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
}
.auto-overview-tag {
    margin-right: .5rem;
    margin-bottom: 1rem;
    padding: .5rem 1.4rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #121212;
    border-radius: 50px;
    background: #f4f4f4;
}
.auto-overview-tag:hover {
    background: #E0A501;
    color: #fff;
}
.auto-overview-tag:hover .cross-btn{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.auto-overview-tag, .clear-filter{
    font-size: 1.45rem;
}
.load_img{
    width:150px;
}
.filter-sec h1{
    color: #fff;
}
.each-filter .select-style{
    padding: 0 25px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
.load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 3rem;
    align-items: center;
    color: #fff;
}
.error_top{
    padding-top: 5rem;
}  
.banner-sec .common-btn {
    background: #E0A501 !important;
    border-color: #E0A501 !important;
    color: #fff !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner-sec .common-btn:hover {
    background-color: #00877C !important;
    border-color: #00877C !important;
    color: #fff !important;
}
.product-sec {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #121212 !important;
}
.gallery-sec .common-btn:hover {
    background-color: #00877C !important;
    border-color: #00877C !important;
    color: #fff !important;
}
/* .each-footer-info p a:hover {
    color: #fff;
} */
.reset_all_filter{
    color: #121212;
}
.clos-btn{
    width: 1.5rem;
    margin-right: 1rem;
}
.aanbod-dtl-bk-btn .white-btn {
    border-color: #FAB41E !important;
    color: #fff !important;
}
.aanbod-dtl-bk-btn .white-btn:hover {
	background: #00877C !important;
	border-color: #00877C !important;
}
.diensten-list-sec .contact-info-sec:nth-child(even) .common-btn:hover {
    background-color: #00877C !important;
    border-color: #00877C !important;
    color: #FFF !important;
}
.bk-btn-sec .common-btn:hover{
    background-color: #fff !important;
    color: #000 !important;
}
.content-block .common-btn:hover{
    background-color: #00877C !important;
    border-color: #00877C !important;
    color: #FFF !important;
}
.contact-form-sec .form-styl{
    background-color: #FAB41E;
}
.section-contact-form .form-styl {
    background-color: #fff;
}
.section-contact-form{
    background-color: #FAB41E;
}
.section-contact-form .common-btn{
    border-color: #fff !important;
}
.section-contact-form .common-btn:hover{
    border-color: #00877C !important;
    background-color: #00877C !important;
    color: #FFF !important;
}
.overons-info-sec::after {
    background-color: #FAB41E !important;
}
.aanbod-dtl-form-sec .form-styl{
    background-color: #fff;
}
.dtl-tab-wrap .white-btn{
    color: #fff;
}
.modal-area .common-btn{
    border-color: #fff !important;
}
.modal-area .common-btn:hover{
    border-color: #fff !important;
    background-color: #fff !important;
    color: #000 !important;
}
.bedankt-banner-sec p{
    color: #fff;
}
.bedankt-banner-sec .common-btn:hover{
    border-color: #000 !important;
    background-color: #fff !important;
    color: #000 !important;
}
.home-content-block {
background-color: #fff;
}
.home-content-block .common-btn{
    border-color: #000 !important;
    background-color: #fff !important;
    color: #000 !important;
}
.home-content-block .common-btn:hover{
    border-color: #00877C !important;
    background-color: #00877C !important;
    color: #fff !important;
}
.home-content-block .accordion-button:not(.collapsed) {
    color: #1c1c1c;
    background-color: #fff;
}