/*////////////brandwerekende deuren pagina*/

div.zentura-fire-info {
    position: relative !important;
    overflow: hidden !important;
    padding: 100px 70px !important;
    background-color: #282c31 !important;

}

/* Zorg dat de echte inhoud boven het watermerk staat */
div.zentura-fire-info > .row {
    position: relative !important;
    z-index: 2 !important;
}
span.mb-15px.text-base-color.fw-600.d-block.text-uppercase.fs-13.ls-1px {
    color: #ecab23;
}

/* Achtergrondtekst */
div.zentura-fire-info .zentura-fire-info-watermark {
    position: absolute !important;
    right: 5px !important;
    bottom: -15px !important;
    z-index: 0 !important;
    color: rgba(255, 255, 255, 0.035) !important;
    font-family: var(--alt-font) !important;
    font-size: clamp(90px, 12vw, 190px) !important;
    line-height: 0.8 !important;
    font-weight: 700 !important;
    letter-spacing: -8px !important;
    white-space: nowrap !important;
    pointer-events: none !important;
}

/* Grid met vier informatietegels */
div.zentura-fire-info .zentura-fire-info-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
}

/* Individuele tegel */
div.zentura-fire-info .zentura-fire-info-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 18px !important;
    min-height: 185px !important;
    padding: 28px !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    background: rgba(255, 255, 255, 0.035) !important;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease !important;
}

div.zentura-fire-info .zentura-fire-info-item:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(255, 255, 255, 0.20) !important;
    background: rgba(255, 255, 255, 0.065) !important;
}

/* Nummering */
div.zentura-fire-info .zentura-fire-info-number {
    flex: 0 0 auto !important;
    color: #318724 !important;
    font-family: var(--alt-font) !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
}

/* Titels in de tegels */
div.zentura-fire-info .zentura-fire-info-item h3 {
    margin: 0 0 10px !important;
    color: #ffffff !important;
    font-family: var(--alt-font) !important;
    font-size: 19px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
}

/* Tekst in de tegels */
div.zentura-fire-info .zentura-fire-info-item p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.64) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

/* Linkerkolom */
div.zentura-fire-info > .row > div:first-child p {
    color: rgba(255, 255, 255, 0.68) !important;
}

/* Tablet */
@media (max-width: 991px) {
    div.zentura-fire-info {
        padding: 75px 40px !important;
    }

    div.zentura-fire-info .zentura-fire-info-grid {
        margin-top: 45px !important;
    }
}

/* Mobiel */
@media (max-width: 767px) {
    div.zentura-fire-info {
        padding: 60px 25px !important;
    }

    div.zentura-fire-info .zentura-fire-info-grid {
        grid-template-columns: 1fr !important;
        margin-top: 40px !important;
    }

    div.zentura-fire-info .zentura-fire-info-item {
        min-height: 0 !important;
        padding: 24px !important;
    }

    div.zentura-fire-info .zentura-fire-info-watermark {
        display: none !important;
    }
}
.zentura-fire-hero {
    padding: 70px 0 110px;
}

.zentura-fire-watermark {
    position: absolute;
    top: 15px;
    left: -15px;
    font-family: var(--alt-font);
    font-size: clamp(80px, 10vw, 170px);
    line-height: .8;
    font-weight: 700;
    letter-spacing: -8px;
    color: rgb(245 247 245);
    white-space: nowrap;
    pointer-events: none;
}

.zentura-fire-eyebrow {
     color: #ecab23;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}h1.alt-font.text-dark-gray.fw-600.ls-minus-3px.mb-25px {
    word-break: normal;
    overflow-wrap: normal;
    hyphens: auto;
    font-size: 3rem;
    line-height: 3rem;
}

.zentura-fire-eyebrow em {
    font-size: 17px;
}

.zentura-fire-badges {
    gap: 10px;
}

.zentura-fire-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid rgba(31, 35, 38, .12);
    border-radius: 50px;
    color: #25282c;
    background: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(31, 35, 38, .05);
}

.zentura-fire-badge em {
    color: var(--base-color);
}

.zentura-fire-phone {
    transition: all .3s ease;
}

.zentura-fire-phone:hover {
    color: var(--base-color);
}

.zentura-fire-phone-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #2d7522;
    background: #f5f7f5;
}

.zentura-fire-image-main {
    width: 82%;
    margin-left: auto;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 30px 70px rgba(31, 35, 38, .16);
}

.zentura-fire-image-main img {
    min-height: 610px;
    object-fit: cover;
}

.zentura-fire-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(24, 27, 29, .78),
        rgba(24, 27, 29, .10) 55%,
        transparent
    );
}

.zentura-fire-image-label {
    position: absolute;
    left: 35px;
    bottom: 35px;
    color: #fff;
}

.zentura-fire-image-label span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.zentura-fire-image-label strong {
    display: block;
    font-family: var(--alt-font);
    font-size: 26px;
    line-height: 1.25;
    font-weight: 500;
}

.zentura-fire-image-secondary {
    position: absolute;
    left: 0;
    bottom: -55px;
    width: 43%;
    overflow: hidden;
    border: 8px solid #fff;
    border-radius: 5px;
    box-shadow: 0 25px 60px rgba(31, 35, 38, .20);
}

.zentura-fire-image-secondary img {
    height: 285px;
    object-fit: cover;
}

.zentura-fire-certificate-card {
    position: absolute;
    top: 45px;
    left: -15px;
    display: flex;
    align-items: center;
    min-width: 255px;
    padding: 18px 22px;
    background: #25282c;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 20px 50px rgba(31, 35, 38, .22);
}

.zentura-fire-certificate-icon {
    margin-right: 15px;
    color: var(--base-color);
    font-size: 34px;
}

.zentura-fire-certificate-card span {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .60);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.zentura-fire-certificate-card strong {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
}

@media (max-width: 1199px) {

    .zentura-fire-image-main {
        width: 88%;
    }

    .zentura-fire-image-main img {
        min-height: 560px;
    }

    .zentura-fire-certificate-card {
        left: 0;
    }
}

@media (max-width: 991px) {

    .zentura-fire-hero {
        padding: 45px 0 100px;
    }

    .zentura-fire-watermark {
        font-size: 95px;
        letter-spacing: -4px;
    }

    .zentura-fire-image-main {
        width: 85%;
    }

    .zentura-fire-image-secondary {
        left: 20px;
    }

    .zentura-fire-certificate-card {
        left: 15px;
    }
}

@media (max-width: 767px) {

    .zentura-fire-hero {
        padding: 30px 0 40px;
    }

    .zentura-fire-watermark {
        display: none;
    }

    .zentura-fire-image-main {
        width: 100%;
    }

    .zentura-fire-image-main img {
        min-height: 430px;
    }

    .zentura-fire-image-label {
        left: 22px;
        bottom: 22px;
    }

    .zentura-fire-image-label strong {
        font-size: 22px;
    }

    .zentura-fire-image-secondary {
        position: relative;
        left: auto;
        bottom: auto;
        width: 65%;
        margin: -40px 0 0 20px;
    }

    .zentura-fire-image-secondary img {
        height: 210px;
    }

    .zentura-fire-certificate-card {
        top: 20px;
        left: 15px;
        min-width: 0;
        max-width: calc(100% - 30px);
        padding: 14px 16px;
    }

    .zentura-fire-certificate-icon {
        font-size: 27px;
    }
}





.all-electrix-badge {
   display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 50px;
    background: #247018;
    border: 1px solid #282c31;
    color: #eaecea;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    transition: all .3s ease;
    margin-bottom: 7px;
}

.all-electrix-badge:hover {
    background: #ecab23;
    border-color: #ecab23;
    color: #ffffff;
}

/* Kaart */

.zentura-belgium-shape {
    fill: url("#belgium-map-gradient");
    stroke: #25282c;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.zentura-map-regions path {
    fill: none;
    stroke: #25282c;
    stroke-width: 1;
    stroke-dasharray: 4 8;
    opacity: .08;
}

/* Verbindingslijnen */

.zentura-map-connections path {
    fill: none;
    stroke: #4f8c4c;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 5 8;
    opacity: .38;
}

/* Locaties */

.zentura-location-dot {
    fill: #4f8c4c;
    filter: url("#location-shadow");
}

.zentura-location-ring {
    fill: #ffffff;
    stroke: #4f8c4c;
    stroke-width: 3;
}

.zentura-location-pulse {
    fill: rgba(79, 140, 76, .10);
    stroke: rgba(79, 140, 76, .30);
    stroke-width: 2;
    transform-origin: center;
    animation: zentura-map-pulse 2.8s ease-out infinite;
}

@keyframes zentura-map-pulse {
    0% {
        transform: scale(.65);
        opacity: 1;
    }

    70%,
    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}

/* Evergem-label */

.zentura-map-label-main rect {
    fill: #25282c;
}

.zentura-map-label-main circle {
    fill: #d8a63c;
}

.zentura-map-label-main text {
    fill: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
}

/* Stadlabels */

.zentura-city-label text {
    fill: #666b70;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
}

/* Badge */

.zentura-map-badge rect {
    fill: #ffffff;
    stroke: rgba(37, 40, 44, .10);
    stroke-width: 1;
    filter: url("#belgium-map-shadow");
}

.zentura-map-badge circle {
    fill: #4f8c4c;
}

.zentura-map-badge path {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.zentura-map-badge text {
    fill: #25282c;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
}

/* Decoratie */

.zentura-map-decoration {
    fill: rgba(79, 140, 76, .06);
}

.zentura-map-decoration-small {
    fill: rgba(216, 166, 60, .08);
}

.zentura-map-decoration-line {
    fill: none;
    stroke: #d8a63c;
    stroke-width: 3;
    stroke-linecap: round;
    opacity: .35;
}

/* Responsive */

@media (max-width: 767px) {

    .zentura-map {
        max-width: 540px;
    }

    .zentura-city-label text {
        font-size: 15px;
    }

    .zentura-map-connections path {
        stroke-width: 2.5;
    }

}

@media (prefers-reduced-motion: reduce) {

    .zentura-location-pulse {
        animation: none;
    }

}



.fg-vehicle-sheet {
    background: #ffffff;
    
    padding: 45px;
    
}
button.mfp-close:before {
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}
.mfp-arrow-left:before {
    content: "\f060";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 20px;
    color: var(--white);
    line-height: 60px;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    opacity: 1;
}
.mfp-arrow-right:before {
    border-left: none;
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 20px;
    color: var(--white);
    line-height: 60px;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    opacity: 1;
}
ul#nav {
    margin-top: 40px;
}
.intro-home{
    max-width:760px;
    margin:auto;
}

.section-label{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#2F7D32;
    margin-bottom:18px;
}

.title-divider{
    width:70px;
    height:4px;
    background:#ecab23;
    margin:0 auto 30px;
    border-radius:50px;
}

.intro-text{
    font-size:19px;
    line-height:1.9;
    color:#666;
    max-width:700px;
    margin:auto;
}

.header-icon {
    margin-top: 40px;
}

.fg-vehicle-header {
    max-width: 820px;
    margin-bottom: 30px;
}.sticky-active ul#nav {
    margin-top: 0px;
}.sticky-active .header-icon {
    margin-top: 0px;
}

.fg-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #3F6B4A;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

.fg-vehicle-header h2 {
    color: #1F2933;
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.fg-vehicle-header p {
    color: #5f6b76;
    font-size: 17px;
    line-height: 1.7;
}

.fg-vehicle-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 35px;
}

.fg-highlight {
    background: #F6F1E3;
    
    border-radius: 12px;
    padding: 18px 20px;
}

.fg-highlight strong {
    display: block;
    color: #1F2933;
    font-size: 22px;
    line-height: 1.2;
}

.fg-highlight span {
    display: block;
    color: #6b746b;
    font-size: 14px;
    margin-top: 5px;
}

.fg-vehicle-table-wrap {
    overflow-x: auto;
    border-radius: 14px;
    border: 1px solid rgba(63, 107, 74, 0.12);
}

.fg-vehicle-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
    background: #ffffff;
}

.fg-vehicle-table th,
.fg-vehicle-table td {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(63, 107, 74, 0.10);
    text-align: left;
    vertical-align: top;
}
.hero-checks {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 26px;
    line-height: 1.6;
}

.hero-check {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.hero-check em {
    color: #f7c11f;
    font-size: 18px;
}

.hero-check {
    margin-bottom: 14px;
}.hero-checks {
    margin-bottom: 45px;
}


.fg-vehicle-table th {
    width: 18%;
    background: #EAF2EC;
    color: #3F6B4A;
    font-weight: 700;
}

.fg-vehicle-table td {
    color: #1F2933;
}

.fg-vehicle-table tr:last-child th,
.fg-vehicle-table tr:last-child td {
    border-bottom: none;
}

.fg-vehicle-cta {
    margin-top: 35px;
    padding: 25px 30px;
    border-radius: 16px;
    background: #3F6B4A;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: center;
}

.fg-vehicle-cta h3 {
    color: #ffffff;
    margin: 0 0 5px;
    font-size: 24px;
}

.fg-vehicle-cta p {
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
}

.fg-vehicle-cta a {
    display: inline-block;
    white-space: nowrap;
    background: #F6F1E3;
    color: #3F6B4A;
    padding: 13px 22px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 991px) {
    .fg-vehicle-sheet {
        padding: 30px;
    }

    .fg-vehicle-highlights {
        grid-template-columns: repeat(2, 1fr);
    }

    .fg-vehicle-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .fg-vehicle-sheet {
        padding: 22px;
    }

    .fg-vehicle-header h2 {
        font-size: 30px;
    }

    .fg-vehicle-highlights {
        grid-template-columns: 1fr;
    }
}



@media(min-width:991px) {
    .col-6.col-lg-2.col-sm-4.xs-mb-30px.order-sm-3.order-lg-2 {
   
}
.services-box-style-01.hover-box {
    background: white !important;
    height: 520px !important;
}
}
.autoplus-technicals-intro {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.autoplus-technicals-intro h2 {
    margin-bottom: 10px;
    color: #1f1f1f;
    font-weight: 700;
}

.autoplus-technicals-intro p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}

.autoplus-technicals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.autoplus-technical-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.autoplus-technical-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 38px rgba(0,0,0,0.09);
}

.autoplus-technical-card h3 {
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    font-size: 22px;
    font-weight: 700;
    color: #1f1f1f;
}

.autoplus-technical-card h3 {
    font-family: "Archivo Black", sans-serif !important;
    letter-spacing: .3px !important;
    color: #2d4d35;
    font-size: 30px;
    height: 100px;
}

.autoplus-technical-card p {
    height: 112px;
}

.autoplus-technical-card a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 0;
    color: #444;
    font-size: 15px;
    line-height: 1.35;
    text-decoration: none;
    transition: all 0.25s ease;
}

.autoplus-technical-card a em {
  color: #2d7522;
    font-size: 20px;
    min-width: 22px;
}

.autoplus-technical-card a:hover {
    color: #d71920;
    padding-left: 4px;
}

@media (max-width: 991px) {
    .autoplus-technicals-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .autoplus-technicals-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .autoplus-technical-card {
        padding: 22px 20px;
    }
}
.autoplus-team-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

.autoplus-team-card {
    grid-column: span 2;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.autoplus-team-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.autoplus-team-card:nth-child(5) {
    grid-column: 4 / span 2;
}

.autoplus-team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.autoplus-team-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #f7f7f7;
}

.autoplus-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.4s ease;
}

.autoplus-team-card:hover .autoplus-team-image img {
    transform: scale(1.04);
}

.autoplus-team-content {
    padding: 25px 22px 28px;
    text-align: center;
}

.autoplus-team-content h3 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
    color: #1f1f1f;
}

.autoplus-team-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: #555;
}

@media (max-width: 991px) {
    .autoplus-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .autoplus-team-card,
    .autoplus-team-card:nth-child(4),
    .autoplus-team-card:nth-child(5) {
        grid-column: auto;
    }
}

@media (max-width: 575px) {
    .autoplus-team-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .autoplus-team-content {
        padding: 22px 18px 25px;
    }
}

.autoplus-merken-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}
.col-xl-5.lg-mb-30px.text-center.text-xl-start {
    width: 100%;
}

.autoplus-merk {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 6px;
    padding: 15px;
    transition: all 0.3s ease;
}a.btn.btn-link.btn-hover-animation-switch.primary-font.text-dark-gray.fs-18 {
    color: #da2722;
}

.autoplus-merk img {
    width: 100%;
    max-width: 300px;
    aspect-ratio: 300 / 240;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: grayscale(100%);
    opacity: 0.65;
    transition: all 0.3s ease;
}

.autoplus-merk:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.autoplus-merk:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

@media (max-width: 1199px) {
    .autoplus-merken-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .autoplus-merken-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
}

@media (max-width: 575px) {
    .autoplus-merken-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .autoplus-merk {
        padding: 10px;
    }
}
.p-25px.last-paragraph-no-margin.text-center ul {
    text-align: left;
    list-style-type: disc !important;
}
.p-25px.last-paragraph-no-margin.text-center ul li {
    text-align: left;
    list-style-type: disc !important;
}.services-box-style-01.hover-box {
    background: white;
}p a {
    color: #9f000f;
    text-decoration: underline;
}.col-md-6.mb-4 ul li {
    list-style-type: disc;
}
.row.justify-content-center h3 {
    font-family: "Archivo Black", sans-serif !important;
    letter-spacing: .3px !important;
    color: #1d3a5e;
    font-size: 30px;
}.container ul li a {
    text-decoration: underline;
    color: #9f000f;
}
.hds-bewerking-grid {
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:30px;
}.container h3 {
    font-family: "Archivo Black", sans-serif !important;
    letter-spacing: .3px !important;
    color: #2d4d35;
   
}h2, .h2 {
    font-size: 2.8rem;
    line-height: 3rem !important;
    
}.p-15.xl-ps-8.xl-pe-8.md-ps-2.md-pe-2 strong {
    color: white;
}
.container ul li {
    list-style-type: disc;
}
.hds-bewerking-card {
    background:#fff;
    padding:35px;
    border-radius:8px;
    height:100%;
}
.hds-bewerking-card h3 {
    margin-bottom:15px;
}
.hds-bewerking-card h3 {
    font-family: "Archivo Black", sans-serif !important;
    letter-spacing: .3px !important;
    color: #1d3a5e;
    font-size: 30px;
}
.hds-bewerking-card h3 a {
    color:inherit;
    text-decoration:underline;
}
.hds.hds-bewerking-card a {
    color: #9f000f !important;
} 
.bewerking-card h3 a:hover {
    text-decoration:underline;
}
.hds-bewerking-card ul {
    margin-bottom:20px;
}
.hds-bewerking-card .more-link {
    display:block;
    text-align:right;
    font-weight:600;
}.hds-bewerking-card a {
    color: #9f000f;
}
@media (max-width: 991px) {
    .hds-bewerking-grid {
        grid-template-columns:1fr;
    }
}
em.fa-solid.fa-envelope.text-dark-gray.icon-extra-medium {
    color: white;
}em.fa-solid.fa-location-dot.text-dark-gray.icon-extra-medium {
    color: white;
}
em.fa-solid.fa-phone.text-dark-gray.icon-extra-medium {
    color: white;
}

.bairco-trust-block {
    background: #f5f7f9;
    border: 1px solid #e6eaee;
    border-radius: 18px;
    padding: 60px 50px;
}h2.text-dark-gray.mt-30px.mb-10px {
    font-family: "Archivo Black", sans-serif !important;
    letter-spacing: .3px !important;
}

h3.text-dark-gray.mt-30px.mb-10px {
    font-family: "Archivo Black", sans-serif !important;
    letter-spacing: .3px !important;
}

.vacature-card ul li {
    list-style-type: disc !important;
}
.row.align-items-end.pricing-table-style-05.g-0.mb-5.background-position-center.background-no-repeat.justify-content-center .btn {
    display: none;
}

.accordion .accordion-item .accordion-header {
    background-color: #f9f9fa;
}
.accordion-title.text-dark-gray.pe-30px {
    margin-left: 10px;
}.accordion-body {
    margin-left: 10px;
}.col-md-12 h1 {
    font-family: "Archivo Black", sans-serif !important;
    letter-spacing: .3px !important;
    font-size: 2.5rem;
    line-height: 3rem;
}

.vacature-card {
    height: 100%;
    padding: 40px;
    background: #f8f5ef;
    border-radius: 8px;
    border-left: 4px solid #ffffff;
    background: linear-gradient(to right, rgb(248 248 248), rgb(255 255 255)) !important;
}

.vacature-card h2 {
    word-break: normal;
    overflow-wrap: normal;
    hyphens: auto;
    font-family: "Archivo Black", sans-serif !important;
    letter-spacing: .3px !important;
    font-size: 2.5rem;
    line-height: 3rem;
}

.vacature-card h4 {
    margin-top: 25px;
    margin-bottom: 10px;
    color: #232323;
    font-size: 20px;
    font-weight: 600;
}

.vacature-card ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.vacature-card li {
    margin-bottom: 7px;
}

.vacature-label {
    display: inline-block;
    margin-bottom: 15px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff;
    background: var(--base-color);
    border-radius: 30px;
}

@media (min-width: 1400px) {
   section.ps-5.pe-5.lg-ps-2.lg-pe-2.galerij-homepage .container-fluid,  section.ps-5.pe-5.lg-ps-2.lg-pe-2.galerij-contentpage .container-fluid {
    max-width: 1220px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


}.text-yellow, .btn-link.text-yellow, a.text-yellow-hover:hover {
    color: #ffffff;
    opacity: 1 !important;
}.col-lg-5.col-sm-8.position-relative.page-title-extra-small.appear.anime-child.anime-complete {
    width: 70%;
}h1.text-dark-gray.fw-600.ls-minus-3px.alt-font.highlight-separator-small {
    word-break: normal;
    overflow-wrap: normal;
    hyphens: auto;
    font-size: 3rem;
    line-height: 3rem;
}

.page-title-extra-small h2 {
    font-size: 2rem;
    line-height: 2.1rem;
    font-family: "Archivo Black", sans-serif !important;
    letter-spacing: .3px !important;
}

.breadcrumb {
   
}h5.text-dark-gray.mt-30px.mb-10px {
    font-family: "Archivo Black", sans-serif !important;
    letter-spacing: .3px !important;
}
em.fa-duotone.fa-regular.fa-pen.h-75px.position-relative.z-index-1.mt-35px.d-inline-flex.align-items-center.justify-content-center.text-dark-gray {
    color: white;
}
em.fa-duotone.fa-regular.fa-user.h-75px.position-relative.z-index-1.mt-35px.d-inline-flex.align-items-center.justify-content-center.text-dark-gray {
    color: white;
}
p.lh-30 {
    height: 160px;
}em.fa-duotone.fa-regular.fa-circle-question.h-75px.position-relative.z-index-1.mt-35px.d-inline-flex.align-items-center.justify-content-center.text-dark-gray {
    color: white;
}


span.alt-font.fs-14.fw-600.text-uppercase.text-white.ls-1px.d-block.mb-5px {
    color: #121828 !important;
}
span.text-white.opacity-7.d-inline-block.fs-15 {
    color: black !important;
}

#ball-cursor,
#ball-cursor-loader {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}em.fa-duotone.fa-regular.fa-vacuum {
    color: white;
}

.magic-cursor,
.round-cursor {
    cursor: auto !important;
}
span.ps-25px.pe-25px.mb-20px.text-uppercase.text-base-color.fs-14.lh-34.fw-600.border-radius-100px.bg-solitude-blue.d-inline-block {
    color: #9f000f;
}
.bairco-steps {
    padding: 0px 0;
    background: #fff;
}

section.bairco-steps {
    border: none;
}
.p-10px.fw-700.fs-14.text-white.bg-base-color.text-uppercase.text-center {
    background: linear-gradient(to right, rgb(75 79 78), rgb(0 0 0));
}
em.fa-duotone.fa-regular.fa-credit-card {
    color: white;
}

.bg-dark-gray.border-radius-6px.overflow-hidden.position-relative.box-shadow-double-large.z-index-9 {
    background: linear-gradient(to right, rgb(75 79 78), rgb(0 0 0));
}

.bairco-steps-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 60px;
}

section.bairco-steps.grijs {
    background: #f5f7f900;
}

.row.mb-8.align-items-center.diensten img {
    filter: grayscale(0.4);
}

.bairco-steps-label {
    display: block;
    color: #2d7522;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.bairco-steps-header h2 {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    color: #07152f;
    margin-bottom: 25px;
}

.bairco-steps-header p {
    font-size: 18px;
    line-height: 1.7;
    color: #5d6680;
    margin: 0 auto;
}

.bairco-steps-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative;
}

.bairco-step {
    position: relative;
    padding-right: 28px;
}

.bairco-step-number-wrap {
    position: relative;
    height: 42px;
    margin-bottom: 22px;
}

.bairco-step-number-wrap:before {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    height: 1px;
    background: #cfd3dc;
}

.bairco-step-number {
    position: relative;
    z-index: 2;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #07152f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    box-shadow: 0 0 0 8px #fff, 0 14px 30px rgba(7, 21, 47, 0.15);
}

.bairco-step h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #07152f;
    margin-bottom: 15px;
}

.bairco-step p {
    font-size: 17px;
    line-height: 1.55;
    color: #5d6680;
    margin: 0;
}

@media (max-width: 1199px) {
    .bairco-steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 30px;
    }

    .bairco-step {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .bairco-steps {
        padding: 35px 0;
    }

    .bairco-steps-header {
        margin-bottom: 40px;
    }

    .bairco-steps-header h2 {
        font-size: 32px;
    }

    .bairco-steps-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

.bairco-values {
    padding: 40px 0 0;
}
section.bairco-values {
    border: none;
}
section.bg-nero-gray.big-section {
    background: linear-gradient(to right, rgb(75 79 78), rgb(0 0 0)) !important;
    text-align: center !important;
}
section.bg-nero-gray.big-section  span.mb-10px.text-base-color.fw-500.d-block {

 color: #ecab23;
    font-family: "Archivo Black", sans-serif !important;
    font-size:1.22rem;
    font-weight: 700;
    line-height: 1.35;
    text-transform:initial !important;

}
section.bg-nero-gray.big-section p.w-100.xl-w-100.mb-35px.xs-mb-10px strong {
    color: white;
    opacity: .76;
}
section.bg-nero-gray.big-section p.w-100.xl-w-100.mb-35px.xs-mb-10px {
    color: white;
    opacity: .76;
}
section.bg-nero-gray.big-section   h2.alt-font.text-dark-gray.ls-minus-2px {
    font-size: 2.45rem;
    line-height: 1.08;
    color: white;
    padding-bottom: 20px !important;
}
section.bg-nero-gray.big-section  h2.alt-font.text-dark-gray.ls-minus-2px {
    font-size: 2.45rem;
    line-height: 1.08;
    color: white;
    padding-bottom: 20px !important;
}

.bairco-values h2 {
text-align: center;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
    color: #081734;
    margin-bottom: 40px;
    font-size: 2.1rem;
    line-height: 1.08;
    font-family: "Archivo Black", sans-serif !important;
}

.bairco-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.bairco-value-card {
    background: #f8fafc;
    border: 1px solid #e5e7ebeb;
    border-radius: 14px;
    padding: 30px;
    min-height: 210px;
}

.bairco-value-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #081734;
    margin-bottom: 18px;
    line-height: 1.3;
}

.bairco-value-card p {
    font-size: 18px;
    line-height: 1.8;
    color: #5e6b84;
    margin: 0;
}

.bairco-values-footer {
    text-align: center;
    margin-top: 35px;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    color: #081734;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:1200px) {
    .col-xl-5.col-lg-6.offset-xl-1.text-center.text-md-start {
    margin-left: 2%;
    width: 47%;
}
}

@media (max-width: 991px) {

    .bairco-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bairco-values h2 {
        font-size: 42px;
    }

    .bairco-values-footer {
        font-size: 22px;
    }
}

@media (max-width: 767px) {

    .bairco-values-grid {
        grid-template-columns: 1fr;
    }

    .bairco-values h2 {
        font-size: 34px;
    }

    .bairco-value-card {
        min-height: auto;
    }

    .bairco-values-footer {
        font-size: 20px;
    }
}

header .navbar-brand {
   
    padding: 4px 0;
    
}
h3.text-white.mb-5px.fw-500.ls-minus-1px {
   font-family: "Archivo Black", sans-serif !important;
}

b, strong {
    font-weight: 700;
    color: #111827;
    font-family: Sora, Inter, sans-serif;
}

.p-15.xl-ps-8.xl-pe-8.md-ps-2.md-pe-2 {
    max-width: 680px;
    padding-top: 105px !important;
    padding-bottom: 105px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: auto;
    margin-right: auto;
}
h2.text-white.mb-5px.fw-500.ls-minus-1px {
    font-weight: 700 !important;
    font-family: "Archivo Black", sans-serif !important;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

span.fs-20.widget-text.fw-300 {
    color: #ffffffd1;
}

.bairco-trust-intro {
    max-width: 760px;
    margin: 0 auto 40px auto;
    text-align: center;
}p.d-inline-block.w-70.lg-w-85 {
    height: 160px;
}
.row.row-cols-1.row-cols-lg-3.row-cols-sm-2 {
    justify-content: center;
}.col.fit-videos.text-center.md-mb-50px.sm-mb-30px {
    margin-bottom: 50px;
}

h1.fs-90.md-fs-80.ls-minus-4px.alt-font.text-white.mb-35px.md-mb-20px.text-shadow-double-large.xs-fs-60.xs-ls-minus-2px {
   font-size: 4.625rem;
    line-height: 4.625rem;
    font-weight: 700;
    margin-top: 20px !important;
    letter-spacing: 1px !important;
    padding-top: 40px;
    color: #ffffff !important;
}

section.bg-nero-gray.big-section {
    background: linear-gradient(to right, rgb(75 79 78), rgb(0 0 0)) !important;
}.btn-yellow {
    background-color: #9f000f !important;
    color: #ffffff !important;
    border-radius: 4px !important;

}.btn.btn-base-color {
    background-color: #eaf6ff;
    color: #9f000f;
}
span.fs-16.text-white.text-uppercase.text-shadow-double-large.ls-3px.d-block.mb-25px.sm-mb-15px {
    font-size: 4.55rem;
    text-transform: initial !important;
    font-weight: 600;
    line-height: 4.55rem;
    font-family: "Archivo Black", sans-serif !important;
}
h2.alt-font.text-dark-gray.ls-minus-2px {
    font-size: 2.1rem;
    line-height: 1.08;
}

.opacity-light {
    opacity: 0.9;
       opacity: 0.9;
    background: linear-gradient(to bottom, #25282cd1 0%, rgba(37, 40, 44, 0.55) 25%, rgb(37 40 44 / 52%) 55%, rgb(37 40 44 / 60%) 100%);}
.bairco-trust-eyebrow {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #2189ff;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}img.samsung {
    width: 170px !important;
}span.installateur {
    font-size: 12px;
}em.fa-solid.fa-arrow-right.text-base-color.me-10px, em.fa-solid.fa-check.text-base-color.me-10px {
    color: #2189ff;
}.bg-red {
    background-color: #2189ff;
}span.text-gradient-base-color.fs-15.alt-font.fw-700.ls-05px.text-uppercase.d-inline-block.align-middle {
    color: #ecab23;
}
.position-relative.box-image.border-radius-6px.overflow-hidden img {
    filter: grayscale(0.3);
}

.bairco-trust-title {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    color: #1d2a3b;
    margin-bottom: 15px;
}

.bairco-trust-text {
    font-size: 18px;
    line-height: 1.7;
    color: #5f6b7a;
    margin: 0;
}

.bairco-trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 30px;
    margin-top: 35px;
}

.bairco-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #ffffff;
    border: 1px solid #e8edf2;
    border-radius: 14px;
    padding: 18px 20px;
    transition: all 0.25s ease;
}

.bairco-trust-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(20, 35, 60, 0.06);
}

.bairco-trust-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: #ecab23;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-top: 2px;
}

.bairco-trust-item span {
    display: block;
    font-size: 18px;
    line-height: 1.6;
    color: #253041;
    font-weight: 500;
}

.bairco-trust-quote {
    margin-top: 40px;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #dde4ea;
}

.bairco-trust-quote strong {
    display: block;
    font-size: 26px;
    line-height: 1.4;
    color: #1d2a3b;
    margin-bottom: 10px;
}

.bairco-trust-quote p {
    margin: 0;
    font-size: 17px;
    color: #667281;
    line-height: 1.7;
}
section.bairco-trust-block {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: #ff000000;
    border: none;
}


@media (max-width: 991px) {
    .bairco-trust-block {
        padding: 45px 30px;
    }

    .bairco-trust-title {
        font-size: 34px;
    }

    .bairco-trust-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .bairco-trust-block {
        padding: 35px 20px;
        border-radius: 14px;
    }

    .bairco-trust-title {
        font-size: 28px;
    }

    .bairco-trust-text,
    .bairco-trust-item span,
    .bairco-trust-quote p {
        font-size: 16px;
    }

    .bairco-trust-quote strong {
        font-size: 22px;
    }
}

.footer-opening-hours {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.6;    color: #817f7c;
}.btn.btn-switch-text:hover .btn-double-text, .btn.btn-switch-text:active .btn-double-text {
    transform: translateY(-1%);
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  z-index: 1000;
}

.bg-gradient-emerald-blue-emerald-green {
    background-image: linear-gradient(50deg, #2189ff 0, #a2cffe 100%);
}

a.btn.btn-extra-large.btn-round-edge.btn-box-shadow.btn-switch-text.btn-white.left-icon.section-link span.btn-double-tekst {font-family: "Urbanist", sans-serif !important;}


.whatsapp-button img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  
  transition: transform 0.3s ease;
}

.mfp-bg {
    background: #000000f5;
}

.whatsapp-button img:hover {
  transform: scale(1.1);
}.row.justify-content-center.container.privacy {
    margin-top: 50px;
}

em.fa-solid.fa-arrow-right.fs-14 {
    padding-right: 10px;
    color: #fff;
    font-size: 16px;
}
header.sticky.sticky-active .navbar-brand .alt-logo {filter: invert(0);
    
   
    
}span.fs-90.position-absolute.left-60px.md-left-100px.sm-left-70px.xs-left-10px.top-90px.xs-top-50px.text-dark-gray.fw-700.z-index-1.skrollable.appear.anime-complete.skrollable-between {
    left: 25px;
}h2.text-dark-gray.fw-600.ls-minus-3px.alt-font.highlight-separator-small {
    word-break: normal;
    overflow-wrap: normal;
    hyphens: auto;font-size: 3rem;
}.fad, .fa-duotone {
    
    color: #fe970c;
}.col.icon-with-text-style-03.md-mb-30px img {
    width: 100%;
}
.position-absolute.left-0px.w-100.text-center.top-minus-60px.xs-top-minus-20px.text-tussock-yellow.opacity-2.ls-minus-10px.lg-ls-minus-1px.fs-190.xs-fs-100.text-nowrap.text-uppercase.fw-700 {
    position: relative !important;
    top: 0px;
    color: #2189ff;font-family: "Archivo Black", sans-serif !important;
}
.fs-225.lg-fs-200.md-fs-170.sm-fs-150.xs-fs-110.fw-700.mb-20px.ls-minus-8px.md-ls-minus-4px.xs-ls-minus-2px.text-shadow-double-large {
    color: white;
    font-size: 6.9rem;
    line-height: 7rem;
}span.fs-20.mb-15px.text-base-color.fw-500.d-block {
    color: #e2366a;
}

.atropos-rotate, .atropos-scale {
       transform-style: flat !important;
}
em.fa-brands.fa-facebook-f {
    color: #2a1c1c;
}.icon-double-large {
    font-size: 50px;
}.swiper.full-screen {
    height: 100vh !important;
}section:nth-of-type(2) {
    margin-top: -0px;
   background: #f5f7f5;
    background: linear-gradient(to bottom, rgb(75 79 78 / 0%), #f5f7f5) !important;
    
}h2.text-dark-gray.fw-700.ls-minus-1px.mb-0 {
    font-family: "Archivo Black", sans-serif !important;
}.bg-very-light-gray {
    background-color: #fffffffa;
}.image-gallery-style-02 .grid-item {
    cursor: pointer;
}.fs-22 {
    font-size: 16px;
}.fs-225.lg-fs-200.md-fs-170.sm-fs-150.xs-fs-110.fw-700.mb-20px.ls-minus-8px.md-ls-minus-4px.xs-ls-minus-2px.text-shadow-double-large {
    color: white;
    
}h5.alt-font.fw-400.mb-20px.text-shadow-double-large {
    color: white;
}
figure.position-relative.mb-0.overflow-hidden img {
    filter: grayscale(0.8);
}

.highlight-separator.shadow-in {
    color: white;
}section.top-space-margin.page-title-big-typography.cover-background.magic-cursor.round-cursor {
    height: 480px;
}
.fs-22.fw-500 {
    color: white;
    font-size: 22px;
}.col-lg-5.col-sm-8.position-relative.page-title-extra-small.appear.anime-child.anime-complete {
    
}.btn.btn-white {
   background-color: #42973c;
    color: white !important;
}
.btn.btn-box-shadow.btn-white:hover, .btn.btn-box-shadow.btn-white:active {
    background: #292c31;
    border-color: #292c31;
    
}

.btn.btn-white em.fa-duotone.fa-fire {
    color: #fe970c;
    font-size: 2rem;
    margin-left: 10px;
    margin-right: -21px;
}.fs-90 {
    font-size: 4.625rem;
    line-height: 4.625rem;
}

.fs-80.lh-75.sm-fs-65.fw-600.mb-20px.text-shadow-large.ls-minus-2px {
    font-family: "Urbanist", sans-serif !important;
}.alt-font {
   font-family: "Archivo Black", sans-serif !important;
}.lh-26 {
    line-height: 30px;
}.col-sm-7.text-center.text-sm-start.last-paragraph-no-margin.ps-40px.pe-40px.pt-30px.pb-30px.border-start.border-color-extra-medium-gray.xs-border-start-0.lg-ps-20px.lg-pe-20px {
    height: 130px;
}.row.justify-content-between.align-items-center.indeling {
    margin-top: 50px;
    margin-bottom: 70px;
}.indeling h4.fw-600.text-dark-gray.mb-0 {
    font-size: 1.6rem;
}.col-6.col-lg-2.col-sm-4.xs-mb-30px.order-sm-3.order-lg-2 a {
     color: #246e18 !important;

}
.fadr, .fa-duotone.fa-regular {
    
        color: #0e2a62;

}
em.fa-brands.fa-instagram {
    color: #2a1c1c;
}em.fa-solid.fa-phone-volume {
    color: #2a1c1c;
}body {
  
    color: #181818;
}footer .footer-logo img {
    max-height: 46px;
    width: 100%;
}.col-12.col-xl-4.col-lg-6.col-md-6.sm-h-450px.cover-background:nth-of-type(2) {
    order: 3 !important;
}

.col-12.col-xl-4.col-lg-6.col-md-6.sm-h-450px.cover-background {
    order: 1 !important;
    width: 0%;
}
.col-12.col-xl-4.col-lg-6.col-md-6.sm-h-450px.cover-background {
    order: 1 !important;
    width: 0%;
}

.order-2.col-12.col-xl-4.col-lg-6.col-md-6.text-center.bg-slate-blue {
    width: 100%;
}
.col-12.col-xl-4.col-lg-6.col-md-6.text-center.bg-slate-blue {
  background: linear-gradient(to right, rgb(41 43 48), rgb(36 112 24));
    color: #ffffff;
}


em.fa-solid.fa-arrow-right.fs-14 {
    padding-right: 10px;
}
.mt-auto.justify-content-center.breadcrumb.breadcrumb-style-01.fs-14.text-dark-gray {
    margin-top: -50px !important;
    margin-bottom: 36px;
     background: #f5f7f5;

}em.fa-duotone.fa-regular.fa-envelope {
     color: #4f5157;





}
em.fa-duotone.fa-regular.fa-phone {
      color: #4f5157;



}
section:nth-of-type(3) {
    background-image: url(//cms.ice.be/images/1542/vertical-center-line-bg.png);
    background-position: center !important;
    background-repeat: repeat;
    background-size: 20% !important;
    
}

section:nth-of-type(4) {
   background: #fff;
    background: linear-gradient(to bottom, #f5f7f5, #ffffff) !important;
    background-position: center !important;
    background-repeat: repeat;
    background-size: 20% !important;
}

em.fa-duotone.fa-solid.fa-phone {
       color: #e24040;

}

.mt-auto.justify-content-center.breadcrumb.breadcrumb-style-01.fs-14.text-dark-gray a {
    color: #247018;
}.fs-20.fw-600.d-inline-block.align-middle.text-dark-gray.xs-mt-20px a {
    color: #16202c;
}

.breadcrumb-style-01 ul li:after {
    content: "\00BB";
    font-family: "feather";
    font-size: 13px;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px 0 10px;
}
.cc-revoke, .cc-window {
    font-family: "Urbanist", sans-serif !important;
    font-size: 14px !important;
    line-height: 22px !important; border-radius: 8px !important;

}
.col-12.col-xl-4.col-lg-6.col-md-6.sm-h-450px.cover-background {
    order: 1 !important;
}.text-majorelle-blue {
    color: #3e5b62;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  z-index: 1000;
}
.icon-with-text-style-10 .feature-box-icon:before {
    background-color: #8dbad9;
}

span.mb-10px.text-base-color.fw-500.d-block {
       color: #ecab23;

    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: .79rem;
    letter-spacing: .08em;
}h3.text-dark-gray.mt-30px.mb-10px a {
    color: #667992;
}
.row.align-items-center.mb-12.md-mb-17.xs-mb-25 {
    margin-bottom: 0% !important;
}

span.fs-90.position-absolute.left-60px.md-left-100px.sm-left-70px.xs-left-10px.top-90px.xs-top-50px.text-dark-gray.fw-700.z-index-1.skrollable.appear.anime-complete.skrollable-between {
    color: #0e2a62;
}

span.fs-15.fw-600.d-table.lh-16.text-uppercase.text-medium-gray {
    color: #0dbad2;
}
a.btn.btn-large.btn-dark-gray.btn-box-shadow.d-inline-block.align-middle.me-20px.sm-me-0.sm-mb-30px {
          background-color: #2d7522;
    border-radius: 4px;

}h2.alt-font.text-dark-gray.ls-minus-2px {
   font-family: "Archivo Black", sans-serif !important;
    font-weight: 600;
}
.whatsapp-button img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  
  transition: transform 0.3s ease;
}a.d-block.d-md-inline-block.align-middle.text-dark-gray.text-dark-gray-hover.fs-18.fw-600 {
        color: #000000;

}

.whatsapp-button img:hover {
  transform: scale(1.1);
}
span.opacity-5.fs-20.w-70.md-w-85.mb-25px.fw-300.d-inline-block {
    text-align: left;
    /* margin-left: -137px; */
    width: 100% !important;font-family: "Archivo Black", sans-serif !important;
}


.footer-opening-hours li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 4px 0;
}
nav.navbar.navbar-expand-lg.header-light.bg-white.responsive-sticky {
     background: #ffffff00 !important;
height:65px !important;


}
span.d-flex.align-self-center.justify-content-center.bg-green.h-20px.w-20px.border-radius-100.me-10px {
    height: 30px !important;
    width: 30px !important;
}
.btn.btn-dark-gray {
    background-color: #2d7522;
    border-radius: 4px;
}
.footer-opening-hours .day {
    width: 40px;
    font-weight: 600;
    
}.fw-300 {
   
    font-weight: 500 !important;
}em.fa.fa-envelope {
    color: #2a1c1c;
}

i.fa-brands.fa-facebook-f, i.fa-brands.fa-instagram {
    color: #2a1c1c;
}.opacity-light {
   
    

}.swiper-slide .col-xl-9.col-md-9.col-sm-9.position-relative.text-white.appear.anime-child.anime-complete {
    margin-top: 120px;
}

.fs-20 {
    font-size: 22px;
    line-height: 36px;
}span.fs-16.lh-22.fw-700.mb-15px.d-inline-block.text-uppercase.text-dark-gray.border-bottom.border-2.border-color-base-color {
    border-color: #ecab23 !important;
}
span.fs-90.lh-85.text-dark-gray.ls-minus-2px.position-relative.fw-700.mb-5px.d-block.alt-font {
    color: #2a1c1c;
}

.sticky-active .navbar .navbar-nav .nav-link {color:#1e3238 !important;}


.sticky-active .navbar .navbar-nav .nav-item.active a {
             color: #27751e !important;


}.sticky-active nav.navbar.navbar-expand-lg.header-light.bg-white.responsive-sticky {
   background: #fff !important;



}header.sticky-active .navbar-brand {
   
}

header.sticky-active  .navbar-brand img {
    max-height: unset;
    height: 70px !important;
}
.footer-opening-hours .hours {
    flex: 1;
    text-align: right;
    
}
a.btn.btn-small.btn-rounded.btn-base-color.btn-box-shadow {
    background-color: #ecab23;
    border: 1px solid #ecab23;
    text-transform: uppercase;
    box-shadow: none;
    color: #ffffff;
    border-radius: 8px;
    padding: 10px 18px;
    box-shadow: none;
    font-size: 11px;
    letter-spacing: 1.54px;
}
nav.navbar.navbar-expand-lg.header-light.bg-white.responsive-sticky {
    z-index: 9999;
}
.text-dark-gray {
    color: #2c4c34;
}

@media (max-width: 575px) {
    .footer-opening-hours li {
        flex-direction: column;
        align-items: flex-start;
        border-bottom: none;
        padding: 2px 0;
    }
    .footer-opening-hours .hours {
        text-align: left;
        font-size: 14px;
       
    }
}

section:nth-of-type(5) {
   
    background-position: center !important;
    background-repeat: repeat;
    background-size: 20% !important;
}

span.fs-18.fw-400.d-block.mb-5px {
    color: #1e3238;
}

.col-xl-7.col-md-9.col-sm-9.position-relative.text-white.anime-child.anime-complete {
    text-align: left !important;
}

body {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .3px;
    font-weight: 300;
    font-family: "inter", sans-serif !important;
    font-optical-sizing: auto;
    -webkit-text-size-adjust: 100%;
    color: #353535;
}




.header-icon em.fa-duotone.fa-regular.fa-phone {
    color: white;
}

.top-minus-20px {
    top: 0px;
}.fw-500 {
  
    
}.navbar .navbar-nav .nav-link {
 font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px;
    font-weight: 500 !important;
    letter-spacing: 1.54px;
}
.fw-700, .fw-600 {
  
  font-family: "Archivo Black", sans-serif !important;
    
    letter-spacing: .3px !important;


}

.feature-box-icon.feature-box-icon-rounded.w-65px.h-65px.rounded-circle.bg-yellow.me-15px.rounded-box {
       background: #204149; border:solid 1px white;


}
.opacity-5 {
    opacity: 1;
}

::-webkit-scrollbar {
  width: 7px;height:0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #42973c;
  
}.col-6.col-lg-3.order-sm-1.md-mb-40px.xs-mb-30px.last-paragraph-no-margin {
    display: none;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
 
}.media {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin-bottom: 20px;
}button#form-submit {
    background-color: #2a1c1c;
}

.caption h2 {

   font-family: "Archivo Black", sans-serif !important;

color: #1e3238;
line-height: 2.8rem;
font-size: 2.813rem;
letter-spacing: -0.5px;    font-weight: 500 !important;

}

.caption p {
    margin-top: 30px;
}

h1 span {display:none;}
.thumbnail .caption h3 {
    display: none;
}.feature-box-icon {
   
}
.thumbnail .caption {
    max-width: 850px;
    padding-right: 15px;
    padding-left: 15px;margin-right: auto;
    margin-left: auto;
}.row.row-cols-1.row-cols-lg-3.row-cols-sm-2.justify-content-center.appear.anime-child.anime-complete {
    margin-top: 50px;
}

.media-body h4 {
    font-size: 1.5rem;
    color: #2a1c1c;
    line-height: 29px;
   height: 70px;
}
p.fs-20.text-white.opacity-7.md-w-80.sm-w-100 {
    font-size: 20px;
} 
.media-body {
    padding: 5px;height: 350px;
}
time {
    font-size: small;
}
a.btn.btn-large.btn-gradient-sky-blue-pink.btn-round-edge.btn-hover-animation-switch:nth-of-type(2) {
    display: none;
}h1.text-white.alt-font.fw-500.ls-minus-2px.mb-0 {
    font-size: 4.375rem;
    line-height: 5.313rem;
}

section.news-section  .col-sm-6 {
        flex: 0 0 auto;
        width: 33%;
    }img.media-object {
    width: 100%;
}
.diensten figcaption.position-absolute.text-center.left-0px.bottom-0px.pt-35px.pb-35px.ps-15px.pe-15px.bg-white {
    background: white !important;
}
section.top-space-margin.page-title-big-typography.cover-background.magic-cursor.round-cursor[style] {
    margin-top: 50px !important;
}

section.top-space-margin.page-title-big-typography.cover-background.magic-cursor.round-cursor::after {
    content: "";
    position: absolute !important;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #FFFFFF00, #131313b0);
    border-radius: 0;
    mix-blend-mode: multiply;
    pointer-events: none;
}
.btn.btn-rounded.btn-rounded {
    -webkit-border-radius: 4px;
        border-radius: 4px;

}
.thumbnail .caption h3.alt-font.fw-600.text-dark-gray {
    display: initial;
}
.bg-yellow {
   background-color: #247018;
}
footer span.fs-18.fw-400.d-block.text-white.mb-5px {
    color: #212529 !important;
}
.col-6.col-lg-2.col-sm-4.xs-mb-30px.order-sm-3.order-lg-2 {
    width: 25%;
}

.footer-dark ul li a, .footer-dark .widget-link {
    color: #817f7c;
    opacity: 1;
}
a.text-white.lh-16.d-block {
       color: #476a40 !important;

}
.navbar .navbar-nav .nav-link {
    
    padding: 10px 10px;
}span.alt-font.d-inline-block.mb-15px.fs-17.fw-500.text-gradient-light-gray-white.text-decoration-line-bottom-medium.border-color-base-color-transparent.show.show2 {
    display: initial !important;
}
.footer-dark p, .footer-dark .widget-text {
     color: #817f7c;
    font-family: "Urbanist", sans-serif !important;
    opacity: 1;
}

.feature-box-icon .fa-duotone {
    color: #ecab23;
    --fa-primary-color: #272a30;
    --fa-secondary-color: #2f7d32;
}
span.ps-25px.pe-25px.mb-15px.text-uppercase.text-base-color.fs-13.lh-34.fw-700.border-radius-100px.bg-solitude-blue.d-inline-block {
    color: #9f000f;
}

footer.footer-dark.bg-dark-gray.pt-0.pb-2.lg-pb-35px.border-top.border-1.border-color-transparent-white-light {
    background: #ffffff;
}
span.alt-font.d-inline-block.mb-15px.fs-17.fw-500.text-gradient-light-gray-white.text-decoration-line-bottom-medium.border-color-base-color-transparent {
    display: none !important;
}
.col-12.col-xl-4.col-lg-6.col-md-6.text-center.bg-slate-blue {
       background-color: #28412c;
    color: #ffffff;

}

.btn-gradient-sky-blue-pink {
    background-image: linear-gradient(to right, #282c31, #000000, #282c31);
    background-size: 200% auto;
    border-radius: 4px !important;
}
.bg-dark-gray.border-radius-100px.fs-12.text-white.ps-20px.pe-20px.d-inline-block.text-uppercase.fw-500.mb-5.ls-05px {
    background: #0000ff;
}
i.fa-solid.fa-arrow-right.text-dark-gray.icon-extra-medium {
    font-weight: 400;
    font-size: 1.2rem;
}
.text-outline-color-extra-medium-gray {
    -webkit-text-stroke-color: #010d1742;

}.text-gradient-light-gray-white {
    background-image: linear-gradient(to bottom, #ffffff, #ffffff, #ffffff, #ffffff, #c3c3c3);
}
em.fa-solid.fa-arrow-right.text-dark-gray.icon-extra-medium {
    font-weight: 400;
    font-size: 1.2rem; color:white;
}
.fs-80.lh-75.sm-fs-65.fw-600.mb-20px.text-shadow-large.ls-minus-2px {
    text-align: left !important;
}
.swiper-slide.overflow-hidden.swiper-slide-next.swiper-slide-prev {text-align:left !important;}

figcaption.position-absolute.text-center.left-0px.bottom-0px.pt-35px.pb-35px.ps-15px.pe-15px.bg-white {
     background: #e6eff4 !important;
}
a.btn.btn-large.btn-expand-ltr.text-dark-gray.btn-rounded.fw-700 .bg-base-color {
    background-color: #fcfcfc;

}
.header-top-bar.top-bar-dark.bg-very-light-gray {
       background: #f5f7f5;

}
header .navbar-brand img {
    max-height: unset;
    height: 120px;
    margin-top: 49px;
    padding: 9px;
    width: auto !important;
    background: #ffffff00;
    max-width: unset !important;
    filter: invert(0);
    filter: brightness(0) invert(1);
}
p.lh-26 {
    font-weight: 300;
}.header-light .navbar-nav .nav-link {
        color: #fff;


}.header-top-bar.top-bar-dark.bg-very-light-gray a {
       color: #4f5157;



}

.widget.fs-15.fw-500.me-35px.text-dark-gray.d-none.d-lg-inline-block a {
      color: #4f5157;


}

em.fa.fa-envelope {
    color: #16202c;
}
.fs-15.text-dark-gray.fw-500 {
    color: #4f5157;
    font-weight: 300 !important;

}
.navbar .navbar-nav .nav-item.active a {
         color: #fff !important;

}span.fs-16.text-uppercase.ls-05px.text-dark-gray.fw-700.d-block.mb-5px {
    text-transform: initial !important;
    letter-spacing: 0px !important;
    font-size: 20px;
}

header.sticky.sticky-active .navbar-brand img.default-logo {
    display: none;
}.navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item.active .nav-link {
    opacity: 1;
}

section {
    border-bottom: 1px solid #eff4f4;

}span.w-250px.h-250px.rounded-circle.d-flex.align-items-center.justify-content-center.bg-dark-gray.bg-sliding-line-dark-gray {
    background-color: #0000ff;
}
.cc-color-override--1762072787 .cc-link, .cc-color-override--1762072787 .cc-link:active, .cc-color-override--1762072787 .cc-link:visited {
    color: rgb(255 255 255) !important;
    opacity: 1 !important;
}
section.ps-5.pe-5.lg-ps-2.lg-pe-2.galerij-contentpage {
    background: #f9f9f9;
}

section.top-space-margin.page-title-big-typography.cover-background.magic-cursor.round-cursor .container {
    position: relative;
    z-index: 300 !important;
}.sticky-active em.fa-duotone.fa-regular.fa-phone {
    color: #204149 !important;
}

.cc-color-override--1762072787.cc-window {
    color: rgb(255 255 255);
   background-color: #282c31 !important;

}
.sticky-active a.btn.btn-small.btn-rounded.btn-base-color.btn-box-shadow {
   background-color: #2d7522;
    border: 1px solid #2d7522;
    box-shadow: none;
    color: #ffffff;
}
.cc-color-override--1762072787 .cc-btn {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: rgb(255 255 255) !important;
    color: #16202c !important;
}header .navbar-brand {
    
   
}.container ul li.nav-item {
    list-style-type: none;
}

.cc-color-override--1762072787 .cc-highlight .cc-btn:first-child {
    color: white !important;

    background: transparent !important;
}

.cc-color-override--1762072787.cc-window {
   color: rgb(255 255 255) !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
   background-color: #282c31 !important;
}
footer .nav-link {
   
    padding: 0rem 1rem;
}

@media (max-width:1400px) {
    li#menuitem-39858 {
    
}li#menuitem-40019 {
    display: none;
}header .navbar-brand img {
    max-height: unset;
    height: 30px;
    margin-top:10px;
        padding-top: 5px;
        padding-bottom: 5px;
    width: auto !important;
    max-width: unset !important;
}
}
header.sticky-active .navbar-brand img {
    max-height: unset;
    height: 50px !important;
    padding: 0; margin-top:0px;
}
.feature-box-content span.alt-font.text-dark-gray.fs-22.ls-0px {
    font-weight: 600;
    font-size: 18px;
}
.btn {
 
    font-family: "inter", sans-serif !important;
}
@media (max-width: 991px) {
    figcaption.position-absolute.text-center.left-0px.bottom-0px.pt-35px.pb-35px.ps-15px.pe-15px.bg-white {
    display: none;
}
    li#menuitem-39858 {
    display: initial;
}li#menuitem-40019 {
    display: initial;
}.col-auto.col-lg-2.text-end.d-none.d-sm-flex {
    display: flex !important;
}.sticky-active nav.navbar.navbar-expand-lg.header-light.bg-white.responsive-sticky {
       



}
h1.fs-90.md-fs-80.ls-minus-4px.alt-font.text-white.mb-35px.md-mb-20px.text-shadow-double-large.xs-fs-60.xs-ls-minus-2px {
    font-size: 2.625rem;
    line-height: 2.625rem;
}
header .navbar-brand img {
       filter: brightness(1) invert(0);
}
.header-icon {
    margin-top: 0px;
}


header.sticky-active .navbar-brand img {
   max-height: unset;
    height: 50px !important;
    padding: 0;
}

    header .navbar-brand img {
        max-height: unset;
        height: 45px;
}
.col-6.col-lg-2.col-sm-4.xs-mb-30px.order-sm-3.order-lg-2 {
    width: 50%;
}section.news-section .col-sm-6 {
    flex: 0 0 auto;
    width: 100%;
}.media-body h4 {
    font-size: 1.5rem;
    color: #2a1c1c;
    line-height: 29px;
    height: auto;
}

.media-body {
    padding: 5px;
    height: auto;
}.btn {
 
    font-family: "inter", sans-serif !important;
}

nav.navbar.navbar-expand-lg.header-light.bg-white.responsive-sticky {
           



}.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}
nav.navbar.navbar-expand-lg.header-light.bg-white.responsive-sticky {
    background: #ffffff !important;
    height: 65px !important;
}

.navbar-toggler-line {
    background: #000;
}

.navbar .navbar-nav .nav-item.active a {
                color: #27751e !important;

}ul#nav {
  background: #292b30;

}.widget.fs-15.fw-500.me-35px.text-dark-gray.d-none.d-lg-inline-block {
    display: initial !important;
}.col-lg-6.col-md-5.text-end.d-none.d-md-flex {
    width: 100%;
}.fs-225.lg-fs-200.md-fs-170.sm-fs-150.xs-fs-110.fw-700.mb-20px.ls-minus-8px.md-ls-minus-4px.xs-ls-minus-2px.text-shadow-double-large {
    color: white;
    font-size: 7rem;
    line-height: 7rem;
}.sticky-active em.fa-duotone.fa-regular.fa-phone {
    color: #ffffff !important;
}

.header-light .navbar-nav .nav-link {
       color: #c1c1c1;


}
.col-12.col-xl-4.col-lg-6.col-md-6.text-center.bg-slate-blue {
    background: linear-gradient(to right, #292b30, #292b30);
    color: #ffffff;
}
.fs-80.lh-75.sm-fs-65.fw-600.mb-20px.text-shadow-large.ls-minus-2px {
    display:none;
} .swiper.full-screen {
        height: 600px !important;
    }
.col-md-7 .fs-15.text-dark-gray.fw-500 {
    color: #353535;
    font-weight: 300 !important;


    display: none;
}.sticky-active .navbar .navbar-nav .nav-link {
    color: #ffffff !important;
}.sticky-active .navbar .navbar-nav .nav-item.active a {
          color: #27751e !important;


}
div#google-map iframe[style] {
    width: 100% !important;
}
.col-12.col-xl-4.col-lg-6.col-md-6.sm-h-450px.cover-background {
    order: 1 !important;
    display: none;
}

}

.btn.btn-extra-large {
    font-size: 16px;
}

@media (max-width: 575px) {
    
    a.btn.btn-extra-large.btn-round-edge.btn-box-shadow.btn-switch-text.btn-white.left-icon.section-link {
    display: none;
}
    
    
    section.top-space-margin.page-title-big-typography.cover-background.magic-cursor.round-cursor p.text-white.fs-18.mb-0 {display:none;}

.col-6.col-lg-2.col-sm-4.xs-mb-30px.order-sm-3.order-lg-2 {
    width: 100%;
} .swiper.full-screen {
        height: 500px !important;
    }.header-icon {
    display: none;
}.col-md-7 .fs-15.text-dark-gray.fw-500 {
    color: #353535;
    font-weight: 300 !important;


    display: none;
}section.top-space-margin.page-title-big-typography.cover-background.magic-cursor.round-cursor {
    height: 360px;
}.fs-225.lg-fs-200.md-fs-170.sm-fs-150.xs-fs-110.fw-700.mb-20px.ls-minus-8px.md-ls-minus-4px.xs-ls-minus-2px.text-shadow-double-large {
        color: white;
        font-size: 5rem;
        line-height: 5rem;
    }
    .feature-box-icon.feature-box-icon-rounded.bg-yellow.w-80px.h-80px.rounded-circle.me-20px {
    width: 35px !important;
}
span.fs-90.position-absolute.left-60px.md-left-100px.sm-left-70px.xs-left-10px.top-90px.xs-top-50px.text-dark-gray.fw-700.z-index-1.skrollable.appear.anime-complete.skrollable-between {
    
    font-size: 4.8rem;
}.hero-checks.text-white.fw-500.mb-35px {
    display: none;
}
header .navbar-brand img {
        max-height: unset;
        height: 52px;margin-left: -10px; margin-top: 5px;
    }
.opacity-light {
    opacity: 0;
}
    .header-icon {
        display: initial !important;
    }a.btn.btn-small.btn-rounded.btn-base-color.btn-box-shadow {
   
    padding: 10px 10px;
    box-shadow: none;
    font-size: 11px;
    letter-spacing: 1.54px;
    margin-top: 16px;
}header.sticky-active .navbar-brand img {
        max-height: unset;
        height: 35px !important;
        margin-top: 0px;
        margin-left: 0px;
        padding: 0;
    }.mt-auto.justify-content-center.breadcrumb.breadcrumb-style-01.fs-14.text-dark-gray {
    margin-top: -50px !important;
    margin-bottom: 36px;
    background: #f5f7f5;
}
    .navbar .navbar-nav .nav-item.active:hover .nav-link, .navbar-full-screen-menu-inner .navbar-nav .nav-item.active:hover .nav-link, .navbar-modern-inner .navbar-nav .nav-item.active:hover .nav-link {
        color: #ffffff !important;
        opacity: 1;
    }ul.dropdown-menu {
    display: none !important;
}
.w-75.overflow-hidden.position-relative.xs-w-80.border-radius-4px.float-end.appear {
    display: none;
}
.position-absolute.left-minus-70px.md-left-15px.bottom-minus-50px.w-55.overflow-hidden.skrollable.appear {
    display: none;
}.row.mb-8.align-items-center.diensten figure {
    display: none;
}
p.md-w-70.sm-w-90.xs-w-70.mx-auto {
    width: 100% !important;
}
h2.text-white.mb-5px.fw-500.ls-minus-1px {
    word-break: normal;
    overflow-wrap: normal;
    hyphens: auto;
}
}

span.btn-double-text {
        font-family: "inter", sans-serif !important;

}
a.btn.btn-large.btn-dark-gray.btn-box-shadow.d-inline-block.align-middle.me-20px.sm-me-0.sm-mb-30px {
        font-family: "inter", sans-serif !important;

}