@import url("fonts.css");
@import url("common-class.css");
.each-list-info p, .each-product-text h5, .each-product-text h6, .tab-popup-area p {
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
body {
    padding: 0;
    margin: 0;
    font-family: LamaSans-Regular;
    font-size: 1.4rem;
    color: #1A1A1A;
    background-color: #f6f8fa;
}
html {
    font-size: 62.5%;
}
#page {
    padding-top: 12px;
    padding-bottom: 12px;
}
#mobile-contact-bar, .auto-overview-filter-result .common-btn::after, .dtl-header-logo .logo-normal, .dtl-wp-btn.common-btn::after, .grecaptcha-badge, .header-area.stiky .logo-normal, .kenmerken-tab li::after, .logo-stiky, .mobile-show-filter .common-btn::after, .model-filter .form-check-input, .show-popup, .sorteren_op-filter .form-check-input, .tab-popup-content li::after, .tab_content, .tab_drawer_heading {
    display: none;
}
.sorteren_op-filter {
    max-width: 54%;
    margin-left: auto;
}
.dtl-header-logo .logo-stiky, .header-area.stiky .logo-stiky, .tab-btn ul.tabs li, .tabs li::after {
    display: inline-block;
}
.formError {
    z-index: 1 !important;
}
.header-area {
    position: fixed;
    top: 12px;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: .5s;
    -webkit-transition: .5s;
}
.header-wrap {
    border-radius: 10px;
    padding: 20px 0;
    transition: .5s;
    -webkit-transition: .5s;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.header-nav li {
    color: #1A1A1A;
    font-family: LamaSans-Medium;
    line-height: 24px;
    letter-spacing: normal;
}
.banner-content h1 li, .mega-menu-nav li {
    font-family: Prata-Regular;
    line-height: normal;
}
.header-nav li a {
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, .3);
    background-color: rgba(255, 255, 255, .15);
    padding: 10px 18px;
    color: #fff;
}
.header-nav li a:hover {
    background-color: #966542;
	border: 1px solid rgba(255, 255, 255, 0.30);
    color: #fff;
}
.menu-btn.active{
	background-color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.30);
    color: #1A1A1A;
}
.header-logo img {
    width: 322px;
}
.header-area.stiky .header-wrap {
    background-color: #1A1A1A;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1);
}
.header-area.stiky .header-nav li a {
    border: 1px solid rgba(16, 24, 36, .15);
    background-color: rgba(255, 255, 255, .15);
    color: #fff;
}
.header-area.stiky .header-nav li a:hover {
    background-color: #966542;
    border-color: #966542;
    color: #fff;
}
.header-area.stiky .common-btn strong::before {
    background-image: url(../images/btn-arrow-white.svg);
}
.menu-btn {
    margin-left: 12px;
}
.menu-btn:hover {
    border-color: rgba(255, 255, 255, .3);
}
.menu-btn::after {
    opacity: 0;
}
.aanbod-dtl-header-area .menu-bar div, .aanbod-dtl-header-area .menu-bar::after, .aanbod-dtl-header-area .menu-bar::before, .aanbod-list-header .menu-bar div, .aanbod-list-header .menu-bar::after, .aanbod-list-header .menu-bar::before, .each-list:hover .common-btn strong, .header-area.stiky .menu-bar div, .header-area.stiky .menu-bar::after, .header-area.stiky .menu-bar::before, .menu-btn strong, .menu-btn.active .menu-bar div, .menu-btn.active .menu-bar::after, .menu-btn.active .menu-bar::before {
    background-color: #fff;
}
.menu-btn strong::after, .menu-btn strong::before {
    background-image: none;
}
.menu-bar {
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
    -webkit-transition: .5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #1A1A1A;
    content: '';
    height: 1px;
    margin: 2px auto;
    width: 8px;
    transition: .5s;
    -webkit-transition: .5s;
    position: relative;
    opacity: 1;
}
.aanbod-dtl-header-area .menu-btn.active strong, .aanbod-list-header .menu-btn.active strong, .banner-content h1 ul, .diensten-dtl-mid td:hover em, .each-product-text li, .each-team-member-dtl:hover .each-team-member-info, .menu-btn.active strong {
    background-color: #966542;
}
.menu-btn.active .menu-bar div {
    transform: scale(0);
}
.menu-btn.active .menu-bar:before {
    transform: translateY(3px) rotate(135deg);
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-3px) rotate(-135deg);
}
.aanbod-dtl-header-area .menu-btn, .header-area.stiky .menu-btn {
    border-color: rgba(16, 24, 36, .15);
    color: #1A1A1A;
}
.aanbod-dtl-header-area .menu-btn strong, .aanbod-list-header .menu-btn strong, .each-sevice-thumb:hover, .header-area.stiky .menu-btn strong, .service-right-text .white-btn:hover::after {
    background-color: #1A1A1A;
}
.header-right {
    position: relative;
    top: 3px;
}
.mega-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    pointer-events: none;
}
.menu-ring, .product-btn-replace, .ring {
    position: absolute;
}
.mega-menu-active {
    background: rgba(26, 26, 26, 0.80);
    backdrop-filter: blur(5px);
    pointer-events: all;
}
.line, .ring {
    pointer-events: none;
}
.footer-gal-img, .mega-menu .row, .over-ons-top-img, .service-left {
    height: 100%;
}
.mega-menu .col-lg-5 {
    width: 554px;
    height: 100%;
}
.mega-menu .col-lg-7 {
    width: calc(100% - 554px);
}
.mega-menu-main {
    width: 100%;
    height: 100%;
    border-radius: 20px 0 0 20px;
    background-color: #f6f8fa;
    clip-path: inset(0 0 0 100%);
    transition: .5s;
    -webkit-transition: .5s;
    padding: 137px 146px 40px;
    text-align: right;
}
.mega-menu-active .mega-menu-main {
    clip-path: inset(0 0 0 0);
}
.mega-menu-empty {
    height: 100%;
    width: 100%;
}
.mega-menu-main-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    padding-right: 10px;
}
.mega-menu-main-wrap::-webkit-scrollbar {
    background-color: #dbdbdb;
    width: 10px;
    border-radius: 5px;
}
.mega-menu-main-wrap::-webkit-scrollbar-thumb {
    background-color: #adadad;
    border-radius: 5px;
}
.mega-menu-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mega-menu-nav li {
    color: #1A1A1A;
    font-size: 4rem;
    letter-spacing: normal;
    margin-bottom: 28px;
}
.aanbod-filter-sec label:last-child, .diensten-dtl-mid td p, .each-footer-info p, .footer-privacy p, .mega-menu-nav li:last-child, .tab-popup-content ul:last-child, .vacature-dtl-mid td ul {
    margin-bottom: 0;
}
.about-info .common-btn, .mega-menu-nav li a, .tab-btm-btn:hover {
    color: #1A1A1A;
}
.aanbod-dtl-contact-info-top-part a:hover, .dtl-wp-btn.common-btn:hover, .each-footer-info p a:hover, .each-form-left-info a:hover, .filter-reset a:hover, .footer-privacy p a:hover, .mega-menu-nav li a:hover, .mega-menu-reach p a:hover {
    color: #966542;
}
.mega-menu-nav li.active {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: calc(.1s * attr(data-animation-offset number 1));
    -o-animation-delay: calc(.1s * attr(data-animation-offset number 1));
    animation-delay: calc(.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.header-for-menu .header-right {
    z-index: 1;
}
.mega-menu-reach p {
    margin-bottom: 12px;
    font-size: 1.6rem;
}
.mega-menu-reach p a {
    color: rgba(16, 24, 36, .7);
}
.menu-ring {
    right: 0;
    bottom: -100%;
    z-index: -1;
    transition: .5s;
    -webkit-transition: .5s;
}
.line, .mega-menu-active .menu-ring {
    bottom: 0;
}
.aanbod-filter-wrap, .about-img, .about-sec, .banner-sec, .counter-sec, .each-footer-gal, .each-sevice-thumb h3, .each-team-member-dtl, .form-left, .form-right, .inner-banner-sec, .list-wrap, .product-control .common-arrow, .review-sec, .service-right-text, .service-sec {
    position: relative;
}
.banner-content, .inner-banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    width: 100%;
}
.each-team-member-info, .line, .mobile-show-filter {
    transform: translateX(-50%);
}
.banner-content h1 {
    font-size: 6.4rem;
    margin-bottom: 22px;
}
.banner-content h3 {
    color: #fff;
    font-family: LamaSans-Medium;
    font-size: 2.8rem;
    line-height: normal;
    margin-bottom: 10px;
}
.banner-video, .each-banner {
    height: 895px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-sec .swiper-slide {
    height: auto;
}
.about-usp-img img, .diensten-dtl-top-img img, .each-banner img, .each-list-img img, .footer-gal-img img, .form-img, .pop-up-image img, .service-right-img-each img {
    height: 100%;
    object-fit: cover;
}
.banner-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.banner-wrap::after {
    content: "";
    height: 264px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(246, 248, 250, 0) 0, #f6f8fa 93.02%);
    z-index: 1;
}
.banner-content h1 ul {
    display: inline-block;
    position: relative;
    height: 87px;
    overflow: hidden;
    padding: 0 10px;
    margin: 0;
    list-style: none;
    flex-shrink: 0;
    border-radius: 5px;
    top: 22px;
}
.banner-content h1 li {
    font-size: 6.4rem;
    letter-spacing: normal;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: transform .5s ease-in-out, opacity .5s ease-in-out;
    white-space: nowrap;
    font-style: normal;
    color: #fff;
    opacity: 0;
}
.banner-content h1 li.active-text {
    transform: translate(-50%, 0);
    opacity: 1;
}
.line {
    position: absolute;
    left: 50%;
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(var(--repeat-count), 1fr);
    --repeat-count: 30;
}
.each-line {
    background: linear-gradient(180deg, rgba(16, 24, 36, .2) 0, rgba(16, 24, 36, 0) 100%);
    display: block;
    height: 100%;
    width: 1px;
    justify-self: center;
}
.each-product, .product-heading {
    overflow: hidden;
    background-color: #966542;
    border-radius: 10px;
}
.each-product{
   background-color: #1A1A1A; 
}
.product-sec {
    position: relative;
    margin-top: -50px;
    z-index: 1;
}
.product-heading {
    position: relative;
    padding: 28px 40px;
}
.each-product-text .line, .product-heading .line {
    gap: 15px;
}
.over-ons-top-info .each-line, .product-heading .each-line, .related-product-sec .each-product-text .each-line {
    background: linear-gradient(180deg, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, 0) 100%);
}
.each-product-text .each-line {
    background: linear-gradient(180deg, rgba(255, 255, 255, .05) 0, rgba(255, 255, 255, 0) 100%);
}
.about-info .common-btn:hover, .each-sevice-thumb:hover h3, .each-team-member-dtl:hover .each-team-member-info h4, .inner-banner-content h2, .kenmerken-tab li:hover strong, .over-ons-top-info p, .product-heading h3 {
    color: #fff;
}
.product-heading p {
    color: #fff;
    margin: 7px 0 0;
    max-width: 347px;
    width: 100%;
}
.product-sec .col-lg-5 {
    width: 37%;
}
.product-sec .col-lg-7 {
    width: 63%;
}
.each-product-text {
    position: relative;
    padding: 36px 18px;
}
.each-product-text ul {
    padding: 0;
    margin: -55px 0 18px;
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: end;
    position: relative;
    z-index: 1;
}
.each-product-text h5, .each-product-text h6 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.each-product-text li {
    border-radius: 5px;
    padding: 8px 14px;
    overflow: hidden;
    color: #fff;
    font-family: LamaSans-Bold;
    font-size: 1.4rem;
    line-height: 20px;
}
.each-product-text .price-pm {
    background-color: #fff;
    color: #1A1A1A;
}
.diensten-dtl-mid table, .each-product-text table, .each-product-text tbody, .home-filter .hidden-filter .col-lg-3 {
    width: 100%;
}
.each-product-text table tr {
    display: flex;
    align-items: center;
    padding-right: 60px;
}
.each-product-text td {
    padding-right: 6px;
    color: rgba(255, 255, 255, .5);
    font-family: LamaSans-Bold;
    font-size: 1.6rem;
    line-height: normal;
}
.each-product-text td:last-child {
    padding-right: 0;
}
.each-product-text td img {
    margin-right: 3px;
}
.each-product-text h5 {
    margin: 9px 0 32px;
}
.product-arrow {
    position: absolute;
    bottom: 20px;
    right: 25px;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background-image: url("../images/product-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
    background-color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
}
.each-product:hover .product-arrow {
    background-color: #966542;
    background-image: url("../images/product-arrow-white.svg");
}
.product-slider .swiper {
    border-radius: 10px;
}
.product-other {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 21px;
}
.product-control {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.each-sevice-thumb::after, .each-sevice-thumb::before {
    position: absolute;
    opacity: 0;
    background-repeat: no-repeat;
}
.product-control .swiper-button-next {
    right: 0;
}
.product-control .swiper-button-prev {
    left: 0;
}
.product-ring {
    top: -26%;
    z-index: -1;
}
.aanbod-list-ring {
    top: 0;
    right: 0;
}
.aanbod-filter-sec {
    padding: 180px 0 0;
    background-color: #f6f8fa;
}
.aanbod-filter-title h4 {
    font-family: LamaSans-Medium;
    color: #181818;
    line-height: normal;
}
.aanbod-filter-title h4 strong {
    font-size: 2.6rem;
    font-family: Prata-Regular;
    color: #966542;
    line-height: normal;
    letter-spacing: .26px;
}
.aanbod-filter-title {
    margin-bottom: 34px;
    position: relative;
    z-index: 1;
}
.filter-reset a {
    color: rgba(16, 24, 36, .75);
    font-size: 1.4rem;
    line-height: 19.6px;
    letter-spacing: .28px;
    font-family: lama_sanslight;
}
.filter-reset img {
    width: 9px;
    margin-left: 5px;
    margin-bottom: 2px;
    transition: .5s;
    -webkit-transition: .5s;
}
.filter-reset a:hover img, .related-product-slider .common-arrow:hover img {
    filter: brightness(1);
}
.over-ons-block-number {
    width: 20%;
}
.aanbod-filter-sec .hidden-filter .col-lg-3 {
    width: 25%;
}
.aanbod-filter-sec label, .select-style {
    width: 100%;
    color: #1A1A1A;
    font-size: 1.4rem;
}
.select-style {
    height: 50px;
    font-family: LamaSans-SemiBold;
    border: 1px solid rgba(16, 24, 36, .7);
    border-radius: 10px;
    padding: 0 30px 0 22px;
    background: url("../images/filter-arrow.svg") 95% center/10px no-repeat;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    opacity: .35;
}
.each-footer-gal:hover .footer-gal-text, .each-sevice-thumb:hover::before, .each-team-member-dtl:hover .each-team-member-img::after, .select-style:hover {
    opacity: 1;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
    opacity: 1;
}
.bullet-panel, .diensten-dtl-top-info h2, .filter-main, .form-sec .form-group {
    margin-bottom: 20px;
}
.filter-main option {
    font-family: LamaSans-Regular;
    background-color: #1A1A1A;
}
.aanbod-filter-sec label, .about-usp-text h3, .about-usp-text p, .auto-overview-tag, .each-counter h5, .each-form-left-info a, .each-form-left-info em, .form-left p, .form-sec .form-style {
    font-family: LamaSans-Medium;
}
.filter-content {
    display: none;
    background-color: #f6f8fa;
    padding: 10px 10px 15px;
    border: 1px solid #1A1A1A;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
    background-color: #dbdbdb;
    width: 10px;
    border-radius: 5px;
}
.filter-content::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}
.filter-content.show-div, .service-right-img-each.active {
    display: block;
}
.aanbod-filter-sec label {
    margin-bottom: 10px;
    display: block;
    z-index: 2;
    cursor: pointer;
}
.aanbod-filter-sec label span {
    float: right;
    color: #1A1A1A;
    opacity: .65;
}
.aanbod-filter-sec .form-check-input {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #1A1A1A;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked, .footer-social a:hover, .related-product-slider .common-arrow:hover {
    background-color: #966542;
    border-color: #966542;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    color: #fff;
    border-radius: 6px;
    background-color: #966542;
    font-size: 1.4rem;
    border: 1px solid #966542;
}
.cross-btn, .mobile-filter-close span img {
    width: 9px;
}
.auto-overview-tag:hover {
    background-color: #1A1A1A;
    border-color: #1A1A1A;
}
.hidden-filter .col-lg-3 {
    margin-bottom: 13px;
    width: 20%;
}
.total_search_records {
    margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 50%;
    top: 104px;
    background-color: #1A1A1A;
    width: calc(100% - 24px);
    z-index: 5;
    margin-top: 0;
    padding: 15px 0 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-show-filter .common-btn {
    transition: .5s;
    -webkit-transition: .5s;
    background-color: #966542;
    border-color: #966542;
    padding: 10px 18px;
}
.auto-overview-filter-result .common-btn:hover, .mobile-show-filter .common-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #966542;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #1A1A1A;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #1A1A1A;
    margin-left: 30px;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    -webkit-transition: .5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #1A1A1A;
}
.each-sevice-thumb, .service-heading {
    text-align: center;
    position: relative;
}
.diensten-dtl-mid td em, .home-filter, .tab-btn .tabs li.active, .tabs li::after {
    background-color: transparent;
}
.mobile-filter-close span {
    max-width: 32px;
    width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: auto;
    border: 1px solid #fff;
}
.auto-overview-filter-result .common-btn {
    margin-top: 0;
    background-color: #966542;
    border-color: #966542;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    transition: .5s;
    -webkit-transition: .5s;
    font-size: 1.6rem;
}
.auto-overview-filter-result h4 {
    font-size: 1.6rem;
    color: #fff;
}
.cursor, .cursor-pointer {
    cursor: pointer;
}
.home-filter {
    padding: 0;
    margin-top: 18px;
}
.service-heading {
    padding: 104px 0 56px;
}
.contact-map .each-line, .service-heading .each-line {
    background: linear-gradient(0deg, rgba(16, 24, 36, .1) 0, rgba(16, 24, 36, 0) 100%);
}
.each-dtl-slider, .each-over-ons-block-img, .service-main {
    border-radius: 10px;
    overflow: hidden;
}
.service-left .row {
    row-gap: 5px;
    height: 100%;
}
.each-sevice-thumb {
    background-color: #EADBCF;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
    transition: .5s;
    -webkit-transition: .5s;
}
.each-sevice-thumb::after {
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-image: url("../images/service-thumb-wave.svg");
    background-position: center center;
    background-size: cover;
    transition: .5s;
    -webkit-transition: .5s;
}
.each-sevice-thumb::before {
    content: "";
    bottom: -20px;
    right: -20px;
    width: 81px;
    height: 81px;
    background-image: url("../images/service-arrow.svg");
    background-position: 48% 43%;
    background-size: 12px;
    background-color: #966542;
    border-radius: 100px;
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
}
.each-sevice-thumb h3 {
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
}
.each-sevice-thumb:hover::after {
    opacity: .5;
}
.service-right-text {
    background-color: #966542;
    padding: 36px 50px;
}
.about-usp, .each-counter {
    background-color: #fff;
    overflow: hidden;
}
.service-right-text h4 {
    color: #f6f8fa;
    font-size: 2.4rem;
    line-height: 34px;
    letter-spacing: .24px;
    margin-bottom: 7px;
}
.service-right-text p {
    color: #f6f8fa;
    margin-bottom: 23px;
}
.service-right-text .white-btn {
    margin-right: 14px;
}
.about-sec .container, .footer-area .container, .form-area, .over-ons-mid table, .review-wrap, .service-right-text-wrap {
    position: relative;
    z-index: 1;
}
.about-img, .about-sec .line {
    z-index: -1;
}
.service-right-text .line {
    height: 60%;
    top: 0;
    bottom: auto;
    --repeat-count: 40;
}
.form-right .each-line, .service-right-text .each-line {
    background: linear-gradient(180deg, rgba(255, 255, 255, .3) 0, rgba(16, 24, 36, 0) 100%);
}
.service-right-img {
    height: 460px;
}
.service-right-img-each {
    display: none;
    height: 100%;
}
.service-ring {
    right: 0;
    top: 0;
    z-index: -1;
}
.about-sec {
    padding-top: 103px;
}
.about-info {
    max-width: 605px;
    width: 100%;
}
.about-info p {
    margin: 7px 0 26px;
}
.about-sec .each-line {
    background: linear-gradient(180deg, rgba(16, 24, 36, .09) 0, rgba(16, 24, 36, 0) 100%);
}
.about-usp {
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    max-width: 506px;
    width: 100%;
    margin-left: auto;
    margin-top: 30px;
}
.about-usp-img {
    min-width: 112px;
    height: 126px;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.about-usp-text {
    width: calc(100% - 132px);
}
.about-usp-text h3 {
    color: #966542;
    font-size: 2.8rem;
    line-height: 30px;
}
.about-usp-text p {
    margin: 5px 0 0;
    color: rgba(16, 24, 36, .7);
}
.about-img {
    border-radius: 20px;
    overflow: hidden;
    margin-top: -126px;
}
.about-img::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(246, 248, 250, 0.00) 62%, #F6F8FA 84%);
}
.about-ring {
    top: 0;
    left: 0;
    margin-top: -6%;
    width: 118px;
}
.counter-sec {
    margin-top: -70px;
}
.each-counter {
    display: flex;
    border-radius: 10px;
    padding: 30px 50px;
    height: 100%;
}
.each-counter img {
    margin-right: 16px;
    width: 34px;
    height: 34px;
    margin-top: 4px;
}
.each-counter h3 {
    letter-spacing: .32px;
}
.each-counter h3 strong {
    font-weight: 400;
}
.each-counter h5 {
    line-height: 23px;
    letter-spacing: .16px;
    color: #1A1A1A;
}
.review-sec {
    padding: 108px 0 46px;
}
.review-ring {
    right: 0;
    bottom: -20%;
}
.footer-logo img {
    width: 322px;
}
.footer-wrap {
    padding: 86px 0 26px;
    border-radius: 20px;
    background-color: #000;
    overflow: hidden;
}
.footer-info {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
}
.each-footer-info h5 {
    color: #fff;
    margin-bottom: 10px;
}
.each-footer-info p, .each-footer-info p a, .each-footer-info td, .each-team-member-dtl:hover .each-team-member-info h6, .footer-privacy p, .footer-privacy p a {
    color: rgba(255, 255, 255, .7);
}
.each-footer-info td:nth-child(odd), .tab-block {
    padding-right: 10px;
}
.each-footer-gal {
    height: 210px;
    overflow: hidden;
    border-radius: 10px;
}
.footer-gal-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(16, 24, 36, .5);
    backdrop-filter: blur(5px);
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    -webkit-transition: .5s;
}
.footer-others, .footer-social ul {
    align-items: center;
    display: flex;
}
.footer-gal-text img {
    margin-bottom: 9px;
    width: 38px;
}
.footer-gallery {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin: 48px 0 33px;
}
.footer-rating, .footer-rating iframe {
    max-width: 170px;
    border-radius: 10px;
}
.footer-bovag {
    margin-left: 21px;
}
.footer-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 8px;
    justify-content: end;
}
.footer-social a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 100%;
}
.footer-social a img {
    width: 11px;
}
.wp-social a {
    background-color: #25d366;
    border-color: #25d366;
}
.aanbod-dtl-header-area .header-wrap {
    background-color: #1A1A1A;
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-dtl-header-area .header-nav li a {
    border: 1px solid rgba(16, 24, 36, .15);
    color: #fff;
}
.aanbod-dtl-header-area .header-nav li a:hover {
    background-color: #966542;
    color: #fff;
}
.back-btn {
    padding: 40px 0;
    z-index: 1;
    position: relative;
    display: none;
}
.back-btn-part {
    position: relative;
    top: 100px;
}
.back-btn-part .common-btn {
    padding: 10px 18px 10px 50px;
}
.back-btn-part .common-btn strong {
    left: 18px;
    margin-left: 0;
    margin-right: 14px;
}
.back-btn-part .common-btn strong::after {
    background-image: url("../images/prev.svg");
}
.back-btn-part .common-btn strong::before {
    background-image: url("../images/prev-black.svg");
    right: -100%;
    left: auto;
}
.back-btn-part .common-btn:hover strong::after {
    right: 110%;
    left: auto;
    background-image: url("../images/prev-black.svg");
}
.back-btn-part .common-btn:hover strong::before {
    right: 30%;
}
.back-btn-sec .common-btn {
    padding-left: 12px;
    padding-right: 24px;
}
.back-btn-part .common-btn::after {
    clip-path: inset(3px 80% 3px 5px round 4.25rem);
    opacity: 0;
}
.back-btn-part .common-btn:hover::after {
    clip-path: inset(0 round 4.25rem);
    opacity: 1;
}
.aanbod-dtl-top {
    padding-top: 165px;
    position: relative;
}
.aanbod-dtl-top-ring {
    top: -18%;
    z-index: -1;
    right: 0;
}
.aanbod-dtl-top-info h5 {
    font-size: 2rem;
    color: rgba(16, 24, 36, .5);
    line-height: normal;
    font-family: DMSans-Bold;
    margin-bottom: 12px;
}
.aanbod-dtl-top-info h4 {
    font-family: DMSans-Bold;
    font-size: 2.4rem;
}
.aanbod-dtl-top-info {
    margin-bottom: 35px;
}
.aanbod-dtl-top-info tr {
    display: flex;
    column-gap: 10px;
}
.aanbod-dtl-top-info td {
    background-color: #fff;
    padding: 12px 20px;
    color: #1A1A1A;
    font-size: 1.6rem;
    font-family: LamaSans-Medium;
    border-radius: 5px;
}
.aanbod-dtl-top-info td img {
    margin-right: 10px;
}
.aanbod-dtl-top-info-table {
    justify-content: end;
    display: flex;
}
.aanbod-dtl-content ul {
    list-style-type: none;
    display: flex;
    padding-left: 0;
    column-gap: 20px;
    margin-bottom: 0;
}
.aanbod-dtl-content li {
    line-height: 0;
}
.dtl-wp-btn.common-btn {
    padding: 10px 18px;
}
.dtl-wp-btn img {
    margin-left: 8px;
}
.aanbod-dtl-content h3 {
    color: #966542;
    line-height: normal;
}
.kenmerken-tab li, .tab-btn ul.tabs li {
    color: rgba(47, 47, 47, .7);
    position: relative;
}
.aanbod-dtl-content h3 strong {
    font-weight: 400;
    color: #1A1A1A;
    font-family: DMSans-Medium;
    font-size: 2rem;
    line-height: 20px;
}
.aanbod-dtl-slider .swiper-button-next {
    right: -80px;
}
.aanbod-dtl-slider .swiper-button-prev {
    left: -80px;
}
.aanbod-dtl-content hr {
    margin-top: 37px;
    margin-bottom: 0;
    background-color: #dcdcdc;
    opacity: 1;
    height: 2px;
}
.aanbod-dtl-content {
    margin: 37px 0 0;
}
.dtl-tab-sec {
    padding: 70px 0 88px;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 60px;
    margin-bottom: 38px;
    border: 0;
    justify-content: center;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 10px 0;
    column-gap: 53px;
    margin-bottom: 38px;
    row-gap: 25px;
}
.tab-btn .tabs li.active {
    opacity: 1;
    position: relative;
    color: #966542;
}
.tab-btn ul.tabs li {
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    text-transform: none;
    font-size: 2rem;
    font-family: LamaSans-SemiBold;
    line-height: normal;
    padding-left: 0;
}
.tab-btn .tabs li.active::after {
    transform: rotate(90deg);
    filter: brightness(0) saturate(100%) invert(44%) sepia(14%) saturate(1400%) hue-rotate(342deg) brightness(92%) contrast(91%);
    opacity: 1;
}
.tabs li::after {
    content: url("../images/tab-arrow.svg");
    position: relative;
    top: 2px;
    left: 7px;
    width: 9px;
    height: auto;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 12px;
    row-gap: 12px;
}
.kenmerken-tab li {
    background-color: #fff;
    width: 32%;
    padding: 19px 20px;
    font-family: LamaSans-Regular;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
    border-radius: 5px;
    transition: .5s;
    -webkit-transition: .5s;
}
.kenmerken-tab li strong, .tab-btm-btn {
    font-family: LamaSans-Medium;
    transition: .5s;
}
.kenmerken-tab li:hover {
    background: #966542;
    color: #fff;
}
.kenmerken-tab li strong {
    font-weight: 400;
    display: block;
    color: #2f2f2f;
    line-height: 20px;
    -webkit-transition: .5s;
}
.kenmerken-tab {
    overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #966542;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.4rem;
}
.bedankt-banner-sec, .dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding-left: 0;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    list-style-type: none;
    font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url("../images/bullet.svg");
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(41%) sepia(39%) saturate(510%) hue-rotate(343deg) brightness(95%) contrast(97%);
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #966542;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #966542;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
    font-size: 1.6rem;
    text-transform: none;
    color: #fff;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    text-transform: none;
    color: #1A1A1A;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    text-align: left;
    color: #966542;
    cursor: pointer;
    margin-top: 7px;
    font-size: 1.8rem;
    line-height: normal;
    -webkit-transition: .5s;
}
.dtl-tab-sec .col-lg-3 {
    width: 30%;
}
.dtl-tab-sec .col-lg-9 {
    width: 70%;
}
.aanbod-dtl-contact-info {
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    padding: 8px 8px 0;
    margin-top: 80px;
    border: 1px solid rgba(47, 47, 47, .1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .05);
}
.aanbod-dtl-contact-info-top-img {
    width: 67px;
    height: 64px;
}
#loader_section, .popup-opacity, .tab-popup {
    position: fixed;
    height: 100vh;
}
.aanbod-dtl-contact-info-top-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    object-position: top;
}
.aanbod-dtl-contact-info-top {
    background-color: #F6F8FA;
    padding: 20px;
    display: flex;
    column-gap: 38px;
    border-radius: 5px;
    overflow: hidden;
    align-items: center;
}
.aanbod-dtl-contact-info-btm ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.aanbod-dtl-contact-info-btm {
    padding: 28px 22px 34px;
}
.aanbod-dtl-contact-info-btm li:first-child {
    margin-bottom: 6px;
}
.aanbod-dtl-contact-info-btm li span {
    font-family: Inter-SemiBold;
    color: #2f2f2f;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 1.6rem;
}
.aanbod-dtl-contact-info-btm li a {
    font-family: Inter-Regular;
    margin-left: 8px;
}
.aanbod-dtl-contact-info-btm li img {
    margin-top: -4px;
    margin-right: 8px;
}
.aanbod-dtl-contact-info-top-part h4 {
    font-family: Inter-SemiBold;
    color: #2f2f2f;
    line-height: 28px;
    letter-spacing: normal;
}
.aanbod-dtl-contact-info-top-part a {
    font-family: Inter-Regular;
    color: rgba(47, 47, 47, .7);
    line-height: 20px;
    letter-spacing: .14px;
    font-size: 1.4rem;
}
.tab-popup {
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap {
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity {
    width: 100vw;
    background: rgba(16, 24, 36, .6);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 30px;
    background: #1A1A1A;
    position: relative;
    z-index: 101;
    margin: auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #966542;
    overflow: hidden;
    box-shadow: 0 0 25px 0 rgba(172, 212, 0, .05);
    -webkit-box-shadow: 0 0 25px 0 rgba(172, 212, 0, .05);
    max-width: 93%;
}
.popup-cross {
    background: #1A1A1A;
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #966542;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul {
    margin-bottom: 33px;
    padding: 0;
}
.popup-cross img {
    width: 35px;
}
.tab-popup-area h3 {
    font-family: LamaSans-SemiBold;
    line-height: normal;
    margin-bottom: 20px;
    font-size: 2.8rem;
    color: #fff;
}
.tab-popup-area p {
    color: rgba(255, 255, 255, .7);
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-family: LamaSans-Regular;
    margin-bottom: 15px;
}
.tab-popup-content h4 {
    font-family: LamaSans-SemiBold;
    line-height: 56px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 2.4rem;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(255, 255, 255, .15);
    font-family: LamaSans-Regular;
    line-height: 30px;
    color: #fff;
    padding: 6px 0;
    flex-wrap: wrap;
}
.tab-popup-content li strong {
    width: 50%;
    font-weight: 400;
    color: rgba(255, 255, 255, .7);
}
.form-right {
    background-color: #966542;
    border-radius: 20px;
    overflow: hidden;
    padding: 63px 80px;
    height: 100%;
}
.form-right .line {
    top: 0;
    bottom: auto;
    height: 26%;
    --repeat-count: 42;
}
.form-left-info ul {
    list-style-type: none;
}
.form-left h3 {
    color: #fff;
    line-height: normal;
}
.form-left p {
    font-size: 1.6rem;
    color: #fff;
    line-height: 25.28px;
    letter-spacing: .32px;
    margin: 13px 0 50px;
}
.each-form-left-info a {
    color: #fff;
    line-height: 21px;
    letter-spacing: normal;
}
.each-form-left-info-part {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}
.each-form-left-info-img {
    height: 44px;
    width: 44px;
    border: 1px solid rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
    border-radius: 100%;
    overflow: hidden;
}
.each-form-left-info em {
    color: #fff;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 18px;
}
.form-left, .over-ons-top-img img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.form-left-info {
    padding: 63px 90px;
}
.form-left-ring {
    bottom: 0;
    right: 0;
}
.form-sec .form-style {
    resize: none;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #1A1A1A;
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: .16px;
    padding: 18px 25px;
    background-color: #fff;
}
.form-sec .form-style:placeholder {
    color: rgba(16, 24, 36, .5);
}
.form-sec .form-style:-ms-input-placeholder {
    color: rgba(16, 24, 36, .5);
}
.form-sec .form-style::placeholder {
    color: rgba(16, 24, 36, .5);
}
.form-sec .form-style:focus {
    box-shadow: none;
    color: #1A1A1A;
    background-color: #fff;
}
.form-sec .form-style:focus::placeholder {
    color: #1A1A1A;
}
.form-sec .form-style.foto_upload, .form-sec .form-style.photo_upload {
    color: rgba(16, 24, 36, .5);
}
.form-sec textarea.form-style {
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
}
.form-sec .form-btn {
    margin-top: 35px;
}
.related-product-sec {
    padding: 88px 0 79px;
    position: relative;
}
.related-product-title {
    margin-bottom: 40px;
}
.related-product-slider .common-arrow {
    top: -16%;
    background-color: #fff;
    border-color: #fff;
}
.related-product-slider .common-arrow img {
    filter: brightness(0);
}
.related-product-slider .swiper-button-prev {
    left: auto;
    right: 5%;
}
.related-product-sec .line {
    --repeat-count: 27;
    bottom: -5%;
    height: calc(100%+60%);
}
.related-product-sec .each-line {
    background: linear-gradient(90deg, rgba(16, 24, 36, .1) 0, rgba(16, 24, 36, 0) 100%);
}
.related-product-sec .each-product-text .line {
    --repeat-count: 30;
    bottom: 0;
    height: 100%;
}
.diensten-dtl-mid, .form-height-add {
    padding-bottom: 80px;
}
.inner-banner-sec .each-banner {
    height: 500px;
}
.inner-banner-sec .banner-wrap::after {
    height: 240px;
}
.inner-banner-ring {
    right: 0;
    top: 50%;
    z-index: 2;
}
.each-list {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    height: 100%;
}
.each-list-img {
    border-radius: 5px;
    overflow: hidden;
    height: 328px;
}
.diensten-dtl-top-img img, .each-team-member-img img, .map {
    border-radius: 20px;
    overflow: hidden;
}
.each-list:hover .common-btn {
    color: #fff;
    border-color: #966542;
    transition: .5s;
    -webkit-transition: .5s;
}
.each-list:hover .common-btn::after {
    clip-path: inset(0 round 4.25rem);
}
.each-list:hover .common-btn strong::before {
    opacity: 1;
    left: 50%;
}
.each-list:hover .common-btn strong::after {
    left: 110%;
}
.each-list-info h6 {
    color: #aaa;
    text-transform: uppercase;
    font-family: LamaSans-Regular;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
}
.each-list-info p {
    font-size: 1.6rem;
    line-height: 24px;
    margin: 5px 0 28px;
    letter-spacing: .32px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-width: 590px;
    width: 100%;
}
.each-list-info {
    padding: 40px 15px 20px;
}
.list-sec .row {
    row-gap: 25px;
    margin: 0 -10px;
}
.aanbod-list-product .col-xl-4, .list-sec .col-lg-6 {
    padding: 0 10px;
}
.list-wrap {
    margin-top: -6%;
    z-index: 1;
}
.contact-form-sec, .list-sec {
    z-index: 2;
    position: relative;
}
.list-sec {
    padding-bottom: 127px;
}
.contact-form-sec {
    margin-top: -50px;
}
.contact-map {
    padding: 20px 0 66px;
    position: relative;
}
.map {
    height: 522px;
}
.contact-map .line {
    --repeat-count: 27;
    bottom: 0;
    height: calc(100%+60%);
}
.dtl-back-btn {
    position: relative;
    z-index: 1;
    display: block;
}
.diensten-dtl-top {
    padding-top: 95px;
    position: relative;
}
.diensten-dtl-top-img {
    padding-left: 70px;
    height: 100%;
}
.diensten-dtl-top-info {
    padding-right: 10px;
    padding-bottom: 80px;
}
.diensten-dtl-top .line {
    --repeat-count: 27;
    bottom: 40px;
}
.diensten-dtl-top .each-line {
    background: linear-gradient(180deg, rgba(16, 24, 36, .1) 0, rgba(16, 24, 36, 0) 100%);
}
.diensten-dtl-mid-wrap {
    margin-top: -60px;
    position: relative;
    z-index: 1;
    padding: 0 30px;
}
.diensten-dtl-mid tr {
    display: flex;
    column-gap: 20px;
    justify-content: center;
}
.diensten-dtl-mid td {
    width: 33%;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 37px 30px;
    transition: .5s;
    -webkit-transition: .5s;
    text-align: center;
}
.diensten-dtl-mid td h4 {
    margin: 15px 0;
}
.diensten-dtl-mid td em {
    border: 1px solid #966542;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    transition: .5s;
}
.tick-img.img {
    width: 12px;
}
.diensten-dtl-mid td:hover {
    border-color: #966542;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .05);
}
.diensten-dtl-mid td:hover img {
    filter: brightness(0) invert(1);
}
.dtl-slider-sec {
    padding: 73px 0 50px;
}
.dtl-slider-title {
    text-align: center;
    margin-bottom: 48px;
}
.dtl-slider .each-list-img {
    height: 284px;
}
.dtl-slider .each-list-info h6 {
    letter-spacing: 1.2px;
    font-size: 1.2rem;
}
.dtl-slider .each-list-info h3 {
    font-size: 2.4rem;
}
.dtl-slider .swiper-button-next {
    right: -55px;
}
.dtl-slider .swiper-button-prev {
    left: -55px;
}
.diensten-dtl-top .diensten-dtl-top-info h4 {
    margin-bottom: 18px;
}
.vacature-dtl-mid td {
    width: 50%;
    text-align: left;
}
.aanbod-detail-tab-sec .tab-content .star_icon p, .vacature-dtl-mid td em {
    margin: 0;
}
.bedankt-footer, .over-ons-top {
    position: relative;
    z-index: 2;
}
.over-ons-top-info h3 {
    line-height: normal;
    color: #fff;
    margin-bottom: 15px;
}
.over-ons-top-info h3 strong {
    font-weight: 400;
    color: #EADBCF;
}
.over-ons-top-info {
    background-color: #966542;
    border-radius: 20px;
    overflow: hidden;
    padding: 82px 60px;
    height: 100%;
    position: relative;
}
.over-ons-top-info .line {
    top: 0;
    bottom: auto;
    height: 26%;
    --repeat-count: 45;
}
.over-ons-top-wrap {
    margin-top: -75px;
    position: relative;
    z-index: 1;
}
.over-ons-counter-sec {
    margin-top: 0;
    padding-top: 10px;
}
.over-ons-counter-sec .each-counter h3 {
    line-height: normal;
}
.over-ons-block {
    padding: 110px 0;
}
.each-over-ons-block-part {
    display: flex;
    column-gap: 13%;
    padding-left: 15%;
    align-items: center;
}
.over-ons-block-back-number h4 {
    font-size: 2.4rem;
    line-height: normal;
    color: #966542;
}
.over-ons-block-number h2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #E4E9EE;
    font-size: 14rem;
    letter-spacing: 1.4px;
    line-height: normal;
    font-family: LamaSans-Black;
    color: transparent;
    opacity: .6;
}
.over-ons-block-back-number {
    position: absolute;
    right: 10px;
    top: 35px;
}
.over-ons-block-info h4 {
    font-family: LamaSans-Medium;
    font-size: 2.4rem;
    line-height: normal;
}
.over-ons-block-info p {
    font-family: LamaSans-Medium;
    margin-bottom: 0;
    margin-top: 15px;
}
.each-over-ons-block {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 30px 0;
    position: relative;
    z-index: 2;
}
.each-over-ons-block:nth-child(2n) {
    border-top: 0;
    border-bottom: 0;
}
.each-over-ons-block:hover img, .each-over-ons-slider:hover img {
    transform: scale(1.1);
}
.each-over-ons-block-img img {
    transition: .5s;
}
.over-ons-block-info {
    width: 80%;
}
.over-ons-mid {
    padding-bottom: 0;
    position: relative;
}
.over-ons-mid-wrap::after {
    background: linear-gradient(180deg, rgba(246, 248, 250, 0) 62%, #f6f8fa 84%);
    position: absolute;
    left: 0;
    top: 17%;
    height: 100%;
    width: 100%;
    content: '';
}
.over-ons-mid-wrap {
    border-radius: 20px;
    background-color: #EADBCF;
    padding: 73px 0 98px;
    position: relative;
}
.over-ons-mid-title {
    max-width: 490px;
    margin: 0 auto 64px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.over-ons-mid-ring {
    left: 0;
    top: -15%;
    z-index: 1;
}
.over-ons-mid .line {
    --repeat-count: 27;
    z-index: 1;
    height: 80%;
    bottom: auto;
}
.over-ons-mid .each-line {
    background: linear-gradient(180deg, rgba(16, 24, 36, .08) 0, rgba(16, 24, 36, 0) 100%);
}
.over-ons-team-sec {
    padding: 38px 0 105px;
}
.over-ons-team-heading {
    text-align: center;
    margin-bottom: 54px;
    position: relative;
    z-index: 1;
}
.each-team-member-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(16, 24, 36, .3) 0, rgba(16, 24, 36, .3) 100%);
    opacity: 0;
    border-radius: 20px;
    transition: .5s;
}
.each-team-member-info h6 {
    font-size: 1.6rem;
    color: rgba(11, 24, 33, .7);
    line-height: 22.48px;
    letter-spacing: .16px;
    font-family: LamaSans-Medium;
    transition: .5s;
}
.each-team-member-info h4 {
    font-family: LamaSans-Medium;
    color: #0b1821;
    transition: .5s;
    margin-bottom: 3px;
}
.over-ons-team-heading h2 {
    line-height: 65px;
    letter-spacing: .48px;
}
.each-team-member-info {
    border-radius: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 17px;
    width: calc(100% - 20px);
    padding: 17px;
    transition: .5s;
    -webkit-transition: .5s;
}
.over-ons-slider, .star_icon h4 {
    padding-bottom: 10px;
}
.over-ons-team-slider .swiper-scrollbar-drag {
    background: #966542;
    border-radius: 24px;
    cursor: grab;
}
.scrollbar_sec {
    display: flex;
    column-gap: 9.7%;
    align-items: center;
    margin-top: 50px;
}
.over-ons-team-slider .swiper-scrollbar {
    height: 2px;
    background: rgba(16, 24, 36, .2);
    border-radius: 24px;
    width: 100%;
}
.over-ons-slider .swiper, .pop-up-image {
    border-radius: 20px;
}
.scrollbar_arrow {
    top: 5%;
    position: relative;
    left: 4%;
}
.scrollbar_arrow .swiper-button-next {
    right: -50px;
    left: auto;
}
.scrollbar_arrow .swiper-button-prev {
    left: -55px;
    right: auto;
}
.each-over-ons-slider {
    border-radius: 20px;
    overflow: hidden;
    height: 413px;
}
.each-over-ons-slider img {
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.aanbod-list-product {
    padding: 25px 0 66px;
}
.aanbod-list-product .row {
    margin: 0 -10px;
    row-gap: 20px;
}
.verkocht-top {
    position: relative;
    padding-top: 165px;
}
.verkocht-list-product {
    padding: 30px 0 66px;
}
.bedankt-banner-sec .back-btn-part, .popup-content .back-btn-part {
    top: 0;
}
.bedankt-banner-sec .banner-content h1 {
    margin-bottom: 10px;
    line-height: 70px;
}
.bedankt-banner-ring {
    bottom: -7%;
    left: 0;
    z-index: 2;
}
.modal-area .modal-dialog {
    max-width: 64%;
    margin: 8% auto 0;
}
.pop-up-image {
    height: 100%;
    overflow: hidden;
}
.modal-area .modal {
    background: rgba(26, 26, 26, 0.80);
    backdrop-filter: blur(5px);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    background-color: transparent;
    position: relative;
}
.modal-content-wrap {
    border-radius: 0;
    overflow: hidden;
}
.modal-content .col-lg-5 {
    width: 46%;
}
.modal-content .col-lg-7 {
    width: 54%;
}
.modal-area .popup-content img {
    width: 322px;
    margin-bottom: 38px;
}
.modal-area .popup-content .common-btn {
    margin-top: 20px;
}
.modal-area .popup-content p {
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: .32px;
    color: #121212;
}
.modal-area .popup-content {
    padding: 50px 70px;
    background-color: #fff;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.popup-ring {
    right: 0;
    bottom: -40px;
}
.inkoop-form-sec .form-btn, .zoekopdracht-form-sec .form-btn {
    margin-top: 15px;
}
#loader_section {
    display: none;
    width: 100%;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    padding: 30vh 0;
}
#loader_section p {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
}
#loader_section img {
    width: 100px;
    margin-bottom: 25px;
}
.morgeninternet-footer {
    background: #000;
    max-width: calc(100% - 24px);
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: .3s;
    border-radius: 10px;
    margin: 10px auto 0;
}
.morgeninternet-footer:hover {
    background: #202020;
    transition: .3s;
}
.morgeninternet-footer>img {
    height: 34px;
    padding-top: 10px;
}
.kenteken_np {
    background-image: url("../images/kenteken_plaat/kenteken_plaat.svg");
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 30px;
    color: #000;
    background-size: contain;
}
.bullet-panel h3, .star_icon {
    margin-bottom: 30px;
}
.star_icon h4 {
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #181716;
}
.star_icon p img {
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p {
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img {
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#966542 calc(1*100%/6), #f6f8fa 0 calc(3*100%/6), #966542 0), linear-gradient(#966542 calc(2*100%/6), #f6f8fa 0 calc(4*100%/6), #966542 0), linear-gradient(#966542 calc(3*100%/6), #f6f8fa 0 calc(5*100%/6), #966542 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: 1s linear infinite matrix;
}
@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: 30px;
    align-items: center;
    color: #966542;
}
.carpass-img {
    width: 115px;
}
.privacy_section {
    padding: 120px 0 60px;
}
.privacy_section p {
    margin-bottom: 10px;
}
.home-filter .hidden-filter .col-lg-3 {
    width: 100% !important;
}
.iframe-footer {
    border: 0;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 10px;
    margin: 10px auto 0;
    max-width: calc(100% - 24px);
}
.aanbod-dtl-header-area .header-right .dark-btn,
.stiky .header-right .dark-btn{
	background-color: #966542;
}
.aanbod-dtl-header-area .header-right .common-btn strong,
.stiky .header-right .common-btn strong
{
    background-color: #1A1A1A;
}
.header-right .common-btn em{
	color: #fff;
}
.aanbod-dtl-header-area .header-right .menu-btn.common-btn strong{
	background-color: #1A1A1A;
}
.aanbod-dtl-header-area .header-right .dark-btn:hover::after,
.stiky .header-right .dark-btn:hover::after{
	background-color: #fff !important;
	color: #966542;
}
.aanbod-dtl-header-area .header-right .dark-btn:hover em,
.stiky .header-right .dark-btn:hover em{
	color: #966542;
}
.aanbod-dtl-header-area .header-right .dark-btn:hover strong,
.stiky .header-right .dark-btn:hover strong
{
    background-color: #966542;
}
.aanbod-dtl-header-area .header-right:hover  strong::before {
    filter: brightness(0) invert(1);
}
.menu-btn.active em{
    color: #966542;
}
.header-right .menu-btn.active strong{
    background-color: #966542 !important;
}
.aanbod-dtl-content .common-btn{
    color: #fff;
    background-color: #1A1A1A;
}
.dtl-wp-btn{
    background-color: #62D358 !important;
    border-color: #62D358;
}
.dtl-wp-btn:hover{
    color: #fff !important;
    border-color: #62D358 !important;
}
.dSjjyz {
    max-width: 100%;
}

.Background__Base-sc-6fe1a557-1.fuxSxF {
    background-color: #fff !important;
}
.flVftr {
    color: #121212 !important;
}
.dVCpwQ {
    color: #121212 !important;
}
.WLDyC {
    color: #121212 !important;
}
.hEtMzD {
    background-color: #fff !important;
}
.Background__Overlay-sc-6fe1a557-2.eTNseg {
    background-color: #F6F8FA !important;
}
.fxdFIK {
    color: #121212 !important;
}
.gBKsCs,
.kOsYfa {
    color: #8B8B8E !important;
}
.clCbJc {
    color: #121212 !important;
}
.hnLEhL {
    background-color: #fff !important;
}
.hWMnAl path[stroke-linejoin="round"], 
.hWMnAl circle[stroke-linejoin="round"] {
    fill: #fff !important;
    stroke: #fff !important;
}
.fxdFIK {
    color: #121212 !important;
}
.yLFdA {
    color: #121212 !important;
}