.elementor-14310 .elementor-element.elementor-element-c7cb85a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-164px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-14310 .elementor-element.elementor-element-c7cb85a:not(.elementor-motion-effects-element-type-background), .elementor-14310 .elementor-element.elementor-element-c7cb85a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0E0E0B;}.elementor-14310 .elementor-element.elementor-element-35dd147{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14310 .elementor-element.elementor-element-184638a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-14310:not(.elementor-motion-effects-element-type-background), body.elementor-page-14310 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0E0E0B;}@media(max-width:1024px){.elementor-14310 .elementor-element.elementor-element-c7cb85a{--margin-top:-160px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}@media(max-width:767px){.elementor-14310 .elementor-element.elementor-element-c7cb85a{--margin-top:-152px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-290e526 *//* Importeer Space Grotesk indien nodig */
        @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Space Grotesk', sans-serif;
            background-color: #000;
            /* Extra ruimte bovenin zodat content niet onder de vaste header valt */
            padding-top: 100px; 
            /* Tijdelijke hoogte om het scrollen te kunnen testen */
            min-height: 200vh; 
        }

        /* --- Header Container --- */
        .re-header {
            position: fixed; /* Blijft bovenin beeld staan bij scrollen */
            top: 0;
            left: 0;
            width: 100%;
            padding: 34px 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: transparent; 
            z-index: 1000;
            transition: background-color 0.4s ease, padding 0.4s ease, backdrop-filter 0.4s ease;
        }

        /* --- De 'Scrolled' Status voor de Wazige Achtergrond --- */
        .re-header.re-scrolled {
            background-color: rgba(0, 0, 0, 0.65); /* Zwart maar deels transparant */
            backdrop-filter: blur(12px); /* De blur/wazige filter */
            -webkit-backdrop-filter: blur(12px); /* Voor Safari */
            padding: 20px 40px; /* Iets compacter als je scrolt */
            border-bottom: 1px solid rgba(255, 255, 255, 0.05); /* Subtiel lijntje eronder */
        }

        /* --- Logo --- */
        .re-logo img {
            height: 42px; 
            width: auto;
            display: block;
            transition: height 0.4s ease;
        }

        .re-header.re-scrolled .re-logo img {
            height: 32px; /* Logo schaalt iets mee omlaag bij scrollen */
        }

        /* --- Desktop Navigatie --- */
        .re-desktop-nav {
            display: flex;
            gap: 42px;
            align-items: center;
        }

        .re-nav-link {
            color: #ffffff;
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .re-nav-link:hover {
            color: #E2FF00; /* Neon geel hover effect */
        }

        /* --- Hamburger Knop (Agressieve reset voor WordPress) --- */
        .re-hamburger {
            display: none;
            flex-direction: column;
            justify-content: space-between;
            width: 30px;
            height: 20px;
            
            /* WP Resets: Forceer onze eigen stijl boven die van het thema */
            background: transparent !important;
            background-color: transparent !important;
            border: none !important;
            padding: 0 !important;
            margin: 0 !important;
            box-shadow: none !important;
            border-radius: 0 !important;
            appearance: none;
            -webkit-appearance: none;
            outline: none !important;
            min-width: auto !important;
            
            cursor: pointer;
            z-index: 1002; /* Moet boven het mobiele menu liggen */
        }

        /* De 3 streepjes van de hamburger */
        .re-hamburger span {
            display: block;
            width: 100%;
            height: 2px;
            background-color: #ffffff !important;
            border-radius: 2px;
            transition: all 0.3s ease-in-out; /* 'all' in plaats van specifiek, voor soepelere animatie */
            transform-origin: center; /* Belangrijk: we draaien nu vanuit het midden! */
            pointer-events: none;
        }

        /* Animatie naar een perfect symmetrisch Kruisje (X) */
        .re-hamburger.re-active span:nth-child(1) {
            /* Schuif 9px naar beneden (exact het midden) en draai 45 graden */
            transform: translateY(9px) rotate(45deg);
        }

        .re-hamburger.re-active span:nth-child(2) {
            opacity: 0; /* Verberg middelste streep */
            transform: scale(0); /* Krimpt 'm weg voor een mooier effect */
        }

        .re-hamburger.re-active span:nth-child(3) {
            /* Schuif 9px naar boven (exact het midden) en draai de andere kant op */
            transform: translateY(-9px) rotate(-45deg);
        }

        /* --- Mobiele Zij-Navigatie --- */
        .re-mobile-nav {
            position: fixed;
            top: 0;
            left: -100%; /* Begint buiten beeld aan de LINKERKANT */
            width: 300px;
            max-width: 100%;
            height: 100vh;
            background-color: #0e0e0b; /* Donkere achtergrond */
            padding: 100px 40px 40px;
            display: flex;
            flex-direction: column;
            gap: 24px;
            transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
            z-index: 1001;
            box-shadow: 5px 0 15px rgba(0,0,0,0.5); /* Schaduw valt nu naar rechts */
        }

        /* Als de class .re-active is toegevoegd via JS, schuift hij in beeld */
        .re-mobile-nav.re-active {
            left: 0;
        }

        .re-mobile-nav .re-nav-link {
            font-size: 1.2rem;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            padding-bottom: 12px;
        }

        /* Overlay voor de rest van het scherm (optioneel) */
        .re-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.7);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.4s ease, visibility 0.4s ease;
            z-index: 1000;
        }

        .re-overlay.re-active {
            opacity: 1;
            visibility: visible;
        }

        /* --- Responsiviteit --- */
        @media (max-width: 992px) {
            .re-desktop-nav {
                display: none; /* Verberg standaard menu op tablets/mobiel */
            }

            .re-hamburger {
                display: flex; /* Toon hamburger knop */
            }

            .re-header {
                padding: 20px;
            }
        }


/* --- Globale Reset & Typografie --- */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Space Grotesk', sans-serif;
    background-color: #0e0e0b;
    color: #ffffff;
    overflow-x: hidden; 
}

/* --- Highlight Tekst (Aangepast voor Animatie) --- */
.re-highlight { 
    color: #E2FF00; 
    display: inline-flex; 
    vertical-align: bottom; /* Zorgt dat het woord perfect op de leeslijn blijft staan */
}

/* ========================================= */
/* --- GEDEELDE ROL-ANIMATIE (Knoppen & Tekst) */
/* ========================================= */
.re-btn-demo {
    display: inline-flex !important; align-items: center !important; 
    background-color: #E2FF00 !important; color: #000000 !important;
    text-decoration: none !important; font-weight: 600 !important; 
    font-size: 0.85rem !important; text-transform: uppercase !important;
    letter-spacing: 0.05em !important; padding: 8px 24px 8px 8px !important; 
    border-radius: 50px !important; transition: background-color 0.3s ease, transform 0.2s ease !important; 
    overflow: hidden !important;
}
.re-btn-demo:hover {  transform: translateY(-2px) !important; }

.re-btn-outline {
    display: inline-flex !important; align-items: center !important; 
    background-color: transparent !important; color: #ffffff !important;
    text-decoration: none !important; font-weight: 600 !important; 
    font-size: 0.85rem !important; text-transform: uppercase !important;
    letter-spacing: 0.05em !important; padding: 8px 24px 8px 8px !important; 
    border-radius: 50px !important; border: 1px solid #ffffff !important;
    transition: background-color 0.3s ease, transform 0.2s ease, border-color 0.3s ease !important; 
    overflow: hidden !important;
}
.re-btn-outline:hover { background-color: rgba(255, 255, 255, 0.1) !important; transform: translateY(-2px) !important; color:#fff !important; }

.re-btn-icon { 
    display: flex !important; justify-content: center !important; align-items: center !important; 
    background-color: #ffffff !important; color: #000000 !important; 
    width: 28px !important; height: 28px !important; border-radius: 50% !important; 
    margin-right: 12px !important; flex-shrink: 0 !important;
}

/* Base opmaak voor het rol-effect */
.re-roll-text { display: inline-flex !important; align-items: center !important; }
.re-roll-wrapper { position: relative !important; display: inline-flex !important; overflow: hidden !important; line-height: 1.2 !important; }
.re-roll-row { display: flex !important; }
.re-roll-row.re-clone { position: absolute !important; top: 100% !important; left: 0 !important; width: 100% !important; }

.re-letter { 
    display: inline-block !important; 
    transition-property: transform !important;
    transition-duration: 0.6s !important;
    transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1) !important;
    white-space: pre !important; 
    will-change: transform !important; 
}
/* --- Zachtere, luxe animatie specifiek voor Grote Kopteksten --- */
.re-highlight .re-letter {
    transition-duration: 1s !important; /* Laat de animatie langer duren (was 0.6s) */
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important; /* Een hele zachte, elegante 'ease-out' rem */
}

/* Hover trigger voor knoppen */
.re-animated-btn:hover .re-roll-row.re-original .re-letter { transform: translateY(-100%) !important; }
.re-animated-btn:hover .re-roll-row.re-clone .re-letter { transform: translateY(-100%) !important; }

/* Scroll trigger voor de highlight teksten */
.re-highlight.is-visible .re-roll-row.re-original .re-letter { transform: translateY(-100%) !important; }
.re-highlight.is-visible .re-roll-row.re-clone .re-letter { transform: translateY(-100%) !important; }

/* ========================================= */
/* 1. HERO SECTIE                            */
/* ========================================= */
.re-hero-sectie { position: relative; width: 100%; min-height: 100vh; display: flex; align-items: center; border-radius: 30px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.95) 100%), url('https://romarketing.nl/wp-content/uploads/2026/03/elevate-gym-logo-OP-zwarte-bg.pdf.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; }
.re-hero-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 40px; display: flex; justify-content: flex-end; }
.re-hero-content { max-width: 550px; color: #ffffff; }
.re-hero-content h1 { font-size: 3.5rem; font-weight: 500; line-height: 1.1; margin-bottom: 24px; letter-spacing: -0.02em; color: #fff; }
.re-hero-content p { font-size: 1.1rem; font-weight: 400; line-height: 1.6; margin-bottom: 40px; color: #e0e0e0; }
.re-btn-group { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }

@media (max-width: 768px) {
    .re-hero-sectie { min-height: 90vh; border-radius: 0; background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.9) 100%), url('https://romarketing.nl/wp-content/uploads/2026/03/Hero-Afbeelding-Recirculo-scaled.png');}
    .re-hero-container { padding: 0 20px; justify-content: flex-start; border-radius: 50px; }
    .re-hero-content h1 { font-size: 2.5rem; padding-top:160px; }
    .re-hero-content p { font-size: 1rem; }
}

/* ========================================= */
/* 2. ONZE KLANTEN (LOGO SLIDER)             */
/* ========================================= */
.re-logo-slider-section { background-color: #0e0e0b; padding: 0px 0; overflow: hidden; width: 100%; }
.re-logo-container { display: flex; align-items: center; max-width: 1600px; margin: 0 auto; padding: 0 40px; gap: 60px; }
.re-logo-text { flex: 0 0 420px; text-align: left; }
.re-logo-text h2 { font-size: 1.1rem; font-weight: 500; color: #b0b0a8; margin-bottom: 0px; letter-spacing: -0.02em; line-height: 1.1; }
.re-logo-text p { font-size: 2.5rem; font-weight: 400; color: #fff; }
.re-logo-slider { flex: 1; overflow: hidden; position: relative; max-width: 950px; min-height: 80px; }
.re-logo-slider::before, .re-logo-slider::after { content: ""; position: absolute; top: 0; width: 120px; height: 100%; z-index: 2; pointer-events: none; }
.re-logo-slider::before { left: 0; background: linear-gradient(to right, #0e0e0b 0%, rgba(14, 14, 11, 0) 100%); }
.re-logo-slider::after { right: 0; background: linear-gradient(to left, #0e0e0b 0%, rgba(14, 14, 11, 0) 100%); }
.re-logo-track { display: flex; width: max-content; animation: re-scrollLogos 45s linear infinite; gap: 100px; align-items: center; margin-bottom: 60px; }
.re-logo-track img { height: 120px; width: auto; opacity: 0.6; filter: grayscale(100%) brightness(1.1); transition: all 0.3s ease; }
.re-logo-track img:hover { opacity: 1; filter: grayscale(0%) brightness(1); transform: scale(1.05); }
@keyframes re-scrollLogos { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (max-width: 992px) {
    .re-logo-container { flex-direction: column; text-align: left; align-items: flex-start; gap: 30px; padding: 0 20px; }
    .re-logo-text { flex: unset; max-width: 100%; }
    .re-logo-text p { font-size: 2rem; }
    .re-logo-slider { width: 100%; max-width: 100%; }
    .re-logo-slider::before, .re-logo-slider::after { width: 40px; }
    .re-logo-track { gap: 50px; margin-bottom: 20px; }
    .re-logo-track img { height: 120px; }
    .re-logo-slider-section { padding: 60px 0; }
}

/* ========================================= */
/* 3. SLOGAN (INFO SECTIE)                   */
/* ========================================= */
.re-info-sectie { background-color: #0e0e0b; padding: 100px 0; width: 100%; }
.re-info-container { width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 40px; display: flex; justify-content: space-between; align-items: center; gap: 60px; }
.re-info-links { flex: 1; color: #ffffff; }
.re-info-links h2 { font-size: 2.5rem; font-weight: 500; line-height: 1.2; margin-bottom: 32px; letter-spacing: -0.02em; color:#fff; }
.re-info-rechts { flex: 1; max-width: 500px; }
.re-info-rechts p { font-size: 1rem; font-weight: 400; line-height: 1.7; color: #d1d1d1; }

@media (max-width: 850px) {
    .re-info-sectie { padding: 60px 0; }
    .re-info-container { flex-direction: column; align-items: flex-start; gap: 30px; padding: 0 20px; }
    .re-info-links h2 { font-size: 2rem; margin-bottom: 24px; }
}

/* ========================================= */
/* 4. MOCKUP (SPLIT SECTIE)                  */
/* ========================================= */
.re-split-sectie { padding: 100px 0; width: 100%; background-color: #0e0e0b; }
.re-split-container { width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 40px; display: flex; align-items: flex-start; justify-content: space-between; gap: 60px; }
.re-split-content { flex: 1; }
.re-split-content h2 { font-size: 2.8rem; font-weight: 500; line-height: 1.2; margin-bottom: 40px; letter-spacing: -0.02em; color:#fff; }
.re-text-grid { display: flex; gap: 40px; margin-bottom: 40px; }
.re-text-grid p { flex: 1; font-size: 0.95rem; font-weight: 400; line-height: 1.7; color: #b0b0a8; }
.re-split-image { flex: 0 0 45%; }
.re-split-image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 24px; display: block; box-shadow: 0 20px 40px rgba(0,0,0,0.4); }

@media (max-width: 1024px) {
    .re-split-container { flex-direction: column; gap: 50px; padding: 0 20px;}
    .re-split-content, .re-split-image { flex: 1 1 100%; width: 100%; }
    .re-split-content h2 { font-size: 2.2rem; }
    .re-split-sectie { padding: 60px 0; }
}
@media (max-width: 600px) {
    .re-text-grid { flex-direction: column; gap: 20px; }
}

/* ========================================= */
/* 5. CARDS (OPLOSSINGEN)                    */
/* ========================================= */
.re-features-sectie { padding: 80px 0; width: 100%; background-color: #0e0e0b; }
.re-features-container { width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.re-card-img { grid-column: span 2; border-radius: 20px; overflow: hidden; position: relative; min-height: 320px; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%), url('https://romarketing.nl/wp-content/uploads/2026/03/elevate-gym-logo-OP-zwarte-bg.pdf-1.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; padding: 32px; }
.re-img-text-wrapper { display: flex; gap: 24px; font-size: 1.5rem; font-weight: 500; line-height: 1.2; letter-spacing: -0.02em; }
.re-img-text-wrapper span { display: block; }
.re-feature-card { grid-column: span 1; background-color: #1a1a16; border-radius: 20px; padding: 32px 24px; display: flex; flex-direction: column; justify-content: space-between; min-height: 320px; transition: transform 0.3s ease, background-color 0.3s ease; }
.re-feature-card:hover { transform: translateY(-4px); background-color: #22221d; }
.re-feature-card h3 { font-size: 1.4rem; font-weight: 500; line-height: 1.2; letter-spacing: -0.02em; color:#fff; }
.re-feature-bottom { display: flex; flex-direction: column; gap: 16px; }
.re-feature-icon { color: #E2FF00; width: 32px; height: 32px; }
.re-feature-card p { font-size: 0.85rem; font-weight: 400; line-height: 1.6; color: #b0b0a8; }

@media (max-width: 1024px) {
    .re-features-container { grid-template-columns: repeat(3, 1fr); padding: 0 20px; }
    .re-card-img { grid-column: span 3; min-height: 400px; }
    .re-feature-card { grid-column: span 1; }
}
@media (max-width: 768px) {
    .re-features-sectie { padding: 60px 0; }
    .re-features-container { grid-template-columns: 1fr; }
    .re-card-img { grid-column: span 1; min-height: 300px; }
    .re-feature-card { grid-column: span 1; min-height: auto; padding: 32px; gap: 30px;}
}

/* ========================================= */
/* 6. ANIMATIE (PIPELINE)                    */
/* ========================================= */
.re-workflow-sectie { background-color: #0e0e0b; padding: 100px 0; width: 100%; display: flex; align-items: center; overflow: hidden; position: relative; }
.re-workflow-container { width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 40px; display: flex; justify-content: space-between; gap: 60px; }
.re-workflow-left { flex: 1; max-width: 600px; display: flex; flex-direction: column; align-items: flex-start;  top: 120px; height: fit-content; }
.re-workflow-label { color: #E2FF00; font-weight: 600; font-size: 0.85rem; letter-spacing: 0.1em; margin-bottom: 16px; text-transform: uppercase; }
.re-workflow-left h2 { font-size: 2.8rem; font-weight: 500; line-height: 1.1; margin-bottom: 20px; letter-spacing: -0.02em; color:#fff; }
.re-workflow-left p { color: #b0b0a8; font-size: 1.05rem; line-height: 1.7; margin-bottom: 30px; font-weight: 400; }
.re-workflow-list { list-style: none; margin-bottom: 35px; padding-left: 0 !important; margin-left: 0 !important; width: 100%; }
.re-workflow-list li { display: flex; gap: 16px; margin-bottom: 20px; color: #ffffff; align-items: center; font-size: 1rem; font-weight: 400; }
.re-workflow-icon { flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; background: rgba(226, 255, 0, 0.1); color: #E2FF00; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.re-workflow-right { flex: 1.1; position: relative; }
.re-pipeline { display: flex; flex-direction: column; gap: 20px; position: relative; padding-left: 10px; }
.re-track { position: absolute; left: 35px; top: 40px; width: 2px; background: rgba(255, 255, 255, 0.05); z-index: 0; }
.re-track-fill { position: absolute; top: 0; left: 0; width: 100%; height: 0px; background: #E2FF00; box-shadow: 0 0 15px #E2FF00; transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
.re-particle { position: absolute; left: -4px; width: 10px; height: 10px; background: #ffffff; border-radius: 50%; box-shadow: 0 0 20px 5px #E2FF00; opacity: 0; transform: translateY(-50%); transition: top 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s; }

.re-node { display: flex; align-items: flex-start; gap: 24px; position: relative; z-index: 1; }
.re-node-icon { width: 50px; height: 50px; background: #0e0e0b; border: 2px solid rgba(255, 255, 255, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; color: rgba(255, 255, 255, 0.3); flex-shrink: 0; transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); position: relative; margin-top: 15px; z-index: 2; }
.re-node.active .re-node-icon { border-color: #E2FF00; color: #E2FF00; background: #1a1c00; animation: pulseIcon 2s infinite; }

.re-card { background: #111111; border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 16px; padding: 20px 24px; flex: 1; display: flex; flex-direction: column; opacity: 0.3; transform: scale(0.96) translateX(10px); filter: grayscale(80%); transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
.re-node.active .re-card { opacity: 1; transform: scale(1) translateX(0); filter: grayscale(0%); border-color: rgba(226, 255, 0, 0.3); background: linear-gradient(145deg, #141414 0%, rgba(226, 255, 0, 0.04) 100%); box-shadow: 0 15px 40px rgba(0,0,0,0.8), 0 0 30px rgba(226, 255, 0, 0.05); }
.re-card-header h3 { font-size: 1.15rem; margin: 0 0 12px 0; color:#ffffff; font-weight: 500; transition: color 0.3s ease; }
.re-node.active .re-card-header h3 { color: #E2FF00; }
.re-card p { color: #b0b0a8; font-size: 0.95rem; margin: 0 0 16px 0; line-height: 1.5; }
.re-ui-box { width: 100%; background: #000000; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 10px; padding: 16px; position: relative; overflow: hidden; }

.re-weeg-ui { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.re-weight { font-family: 'Courier New', Courier, monospace; font-size: 26px; color: #E2FF00; font-weight: 700; letter-spacing: 1px; }
.re-cam-scanner { flex: 1; height: 50px; background: #0a0a0a; border-radius: 6px; position: relative; overflow: hidden; border: 1px solid #222; display: flex; align-items: center; justify-content: center; }
.re-scan-grid { position: absolute; inset: 0; opacity: 0.2; background-image: linear-gradient(rgba(226, 255, 0, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(226, 255, 0, 0.5) 1px, transparent 1px); background-size: 10px 10px; }
.re-laser { position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: #E2FF00; box-shadow: 0 0 15px 2px #E2FF00; opacity: 0; }
.re-target-box { position: absolute; top: 50%; left: 50%; width: 80px; height: 80px; border: 2px solid #E2FF00; transform: translate(-50%, -50%) scale(1.5); opacity: 0; box-shadow: inset 0 0 10px rgba(226, 255, 0, 0.3); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.re-scan-data { position: absolute; bottom: 4px; left: 6px; font-family: 'Courier New', Courier, monospace; font-size: 9px; color: #E2FF00; opacity: 0; transition: opacity 0.3s; }
.re-node.active .re-laser { animation: scanLaser 1s ease-in-out infinite alternate; opacity: 1; }
.re-cam-scanner.locked .re-laser { opacity: 0; animation: none; }
.re-cam-scanner.locked .re-target-box { transform: translate(-50%, -50%) scale(1); opacity: 1; }
.re-cam-scanner.locked .re-scan-data { opacity: 1; }
.re-cam-scanner.locked { border-color: rgba(226, 255, 0, 0.5); }
@keyframes scanLaser { 0% { top: 0%; } 100% { top: 100%; } }

.re-val-ui { display: flex; gap: 8px; flex-direction: column; }
.re-val-badge { display: flex; justify-content: space-between; align-items: center; background: rgba(255,255,255,0.03); padding: 8px 12px; border-radius: 6px; font-size: 0.85rem; color: #666; font-weight: 500; border: 1px solid transparent; transition: all 0.4s ease; }
.re-val-badge .status-icon { opacity: 0; transform: scale(0.5); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.re-node.active .re-val-badge.syncing { border-color: rgba(226, 255, 0, 0.5); color: #fff; background: rgba(226, 255, 0, 0.05); }
.re-node.active .re-val-badge.syncing .status-icon { opacity: 1; transform: scale(1); color: #E2FF00; }

.re-fin-dashboard { display: flex; flex-direction: column; gap: 16px; }
.re-pin-status { display: flex; justify-content: space-between; font-size: 0.8rem; color: #888; margin-bottom: 6px; font-weight: 500; text-transform: uppercase;}
.re-pin-status span:last-child { color: #E2FF00; opacity: 0; transition: opacity 0.3s; }
.re-pin-bar { width: 100%; height: 6px; background: #222; border-radius: 10px; overflow: hidden; }
.re-pin-fill { width: 0%; height: 100%; background: #E2FF00; transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 0 10px #E2FF00; }
.re-node.active .re-pin-fill.filled { width: 100%; }
.re-node.active .re-pin-status.done span:last-child { opacity: 1; }
.re-payout-row { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px dashed #333; padding-bottom: 16px; }
.re-payout-amount { font-family: 'Courier New', Courier, monospace; font-size: 32px; font-weight: 700; color: #333; transition: color 0.3s ease;}
.re-node.active .re-payout-amount.active { color: #E2FF00; text-shadow: 0 0 15px rgba(226, 255, 0, 0.3); }
.re-sync-path { display: flex; align-items: center; gap: 12px; margin-top: 4px;}
.re-sync-dot { width: 8px; height: 8px; background: #444; border-radius: 50%; transition: background 0.3s;}
.re-sync-line-container { flex: 1; height: 2px; background: #222; position: relative; overflow: hidden; }
.re-sync-line-fill { position: absolute; left: -100%; top: 0; width: 100%; height: 100%; background: #E2FF00; transition: left 0.8s ease-in-out; box-shadow: 0 0 10px #E2FF00; }
.re-exact-badge { background: #111; border: 1px solid #333; padding: 6px 12px; border-radius: 50px; font-size: 0.8rem; color: #666; font-weight: 500; transition: all 0.4s ease; display: flex; align-items: center; gap: 8px; }
.re-node.active .re-sync-dot.active { background: #E2FF00; box-shadow: 0 0 8px #E2FF00; }
.re-node.active .re-sync-line-fill.active { left: 0%; }
.re-node.active .re-exact-badge.active { border-color: rgba(226, 255, 0, 0.5); color: #fff; background: rgba(226, 255, 0, 0.1); }
.re-node.active .re-exact-badge.active i { color: #E2FF00; }

@media (max-width: 1024px) {
    .re-workflow-sectie { padding: 60px 0; }
    .re-workflow-container { flex-direction: column; gap: 60px; padding: 0 20px;}
    .re-workflow-left { max-width: 100%; align-items: flex-start; position: relative; top: 0; }
    .re-workflow-right { width: 100%; max-width: 600px; margin: 0 auto; }
}
@media (max-width: 600px) {
    .re-workflow-left h2 { font-size: 2.2rem; }
    .re-node { gap: 16px; }
    .re-track { left: 25px; } 
    .re-node-icon { width: 40px; height: 40px; font-size: 16px; margin-top: 12px; }
    .re-card { padding: 16px; }
}

/* ========================================= */
/* 7. STATISTIEKEN                           */
/* ========================================= */
.re-stats-sectie { background-color: #0e0e0b; padding: 100px 0; width: 100%; }
.re-stats-container { width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 40px; }
.re-stats-header { margin-bottom: 60px; max-width: 600px; }
.re-stats-header h2 { font-size: 2.8rem; font-weight: 500; line-height: 1.2; margin-bottom: 24px; letter-spacing: -0.02em; color: #fff; }
.re-stats-header p { font-size: 1.05rem; font-weight: 400; line-height: 1.7; color: #d1d1d1; }
.re-stats-row { display: flex; align-items: center; border-top: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.re-stat-item { flex: 1; padding: 60px 40px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; border-right: 1px solid rgba(255, 255, 255, 0.1); }
.re-stat-item:last-child { border-right: none; }
.re-stat-value { font-size: 4.5rem; font-weight: 500; line-height: 1; color: #E2FF00; margin-bottom: 16px; display: flex; align-items: center; letter-spacing: -0.03em; }
.re-stat-label { font-size: 1.1rem; color: #b0b0a8; font-weight: 400; }

@media (max-width: 992px) {
    .re-stats-header h2 { font-size: 2.2rem; }
    .re-stat-value { font-size: 3.5rem; }
    .re-stat-item { padding: 40px 20px; }
}
@media (max-width: 768px) {
    .re-stats-sectie { padding: 60px 0; }
    .re-stats-row { flex-direction: column; border-bottom: none; }
    .re-stat-item { width: 100%; border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 40px 0; }
    .re-stats-container { padding: 0 20px; }
}

/* ========================================= */
/* 8. REVIEWS                                */
/* ========================================= */
.re-reviews-sectie { padding: 100px 0; width: 100%; background-color: #0e0e0b; }
.re-reviews-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.re-reviews-header { text-align: center; margin-bottom: 60px; }
.re-reviews-header h2 { font-size: 2.8rem; font-weight: 500; line-height: 1.2; letter-spacing: -0.02em; color:#fff; }
.re-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.re-review-card { background-color: #161613; border-radius: 24px; padding: 40px; display: flex; flex-direction: column; border: 1px solid rgba(255, 255, 255, 0.05); transition: transform 0.3s ease, border-color 0.3s ease; }
.re-review-card:hover { transform: translateY(-5px); border-color: rgba(226, 255, 0, 0.3); }
.re-review-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.re-quote-icon { color: rgba(255, 255, 255, 0.1); width: 40px; height: 40px; }
.re-stars { display: flex; gap: 4px; color: #E2FF00; }
.re-stars svg { width: 16px; height: 16px; fill: currentColor; }
.re-review-text { font-size: 1rem; line-height: 1.7; color: #d1d1d1; font-weight: 400; margin-bottom: 30px; flex-grow: 1; }
.re-review-author { display: flex; align-items: center; gap: 16px; border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 24px; }
.re-author-avatar { width: 48px; height: 48px; border-radius: 50%; background-color: rgba(226, 255, 0, 0.1); color: #E2FF00; display: flex; justify-content: center; align-items: center; font-weight: 600; font-size: 1.1rem; flex-shrink: 0; }
.re-author-info h4 { font-size: 1.05rem; font-weight: 500; color: #ffffff; margin-bottom: 4px; }
.re-author-info p { font-size: 0.85rem; color: #b0b0a8; }

@media (max-width: 1024px) { .re-reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
    .re-reviews-sectie { padding: 60px 0; }
    .re-reviews-container { padding: 0 20px; }
    .re-reviews-header h2 { font-size: 2.2rem; }
    .re-reviews-grid { grid-template-columns: 1fr; }
    .re-review-card { padding: 30px; }
}

/* ========================================= */
/* 9. BLOGS (KENNISBANK)                     */
/* ========================================= */
.re-blog-sectie { padding: 120px 0; width: 100%; background-color: #0e0e0b; position: relative; overflow: hidden; }
.re-blog-sectie::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(135deg, rgba(226, 255, 0, 0.02) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }
.re-blog-container { width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 40px; position: relative; z-index: 1; }
.re-blog-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; }
.re-blog-title-box h2 { font-size: 3rem; font-weight: 500; line-height: 1.1; letter-spacing: -0.02em; color: #ffffff; }
.re-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.re-blog-card { background: #141412; border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 24px; overflow: hidden; text-decoration: none; color: inherit; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); display: flex; flex-direction: column; }
.re-blog-card:hover { transform: translateY(-10px); border-color: rgba(226, 255, 0, 0.3); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(226, 255, 0, 0.05); }
.re-blog-img-wrapper { width: 100%; height: 240px; overflow: hidden; position: relative; }
.re-blog-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; position: relative; z-index: 1; }
.re-blog-card:hover .re-blog-img-wrapper img { transform: scale(1.05); }
.re-blog-tag { position: absolute; top: 20px; left: 20px; background: #E2FF00; color: #000; padding: 6px 14px; border-radius: 50px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; z-index: 2; }
.re-blog-content { padding: 30px; display: flex; flex-direction: column; flex-grow: 1; }
.re-blog-meta { font-size: 0.85rem; color: #888; margin-bottom: 15px; display: flex; gap: 15px; flex-wrap: wrap; }
.re-blog-content h3 { font-size: 1.4rem; font-weight: 500; line-height: 1.3; margin-bottom: 15px; color:#fff; transition: color 0.3s ease; }
.re-blog-card:hover h3 { color: #E2FF00; }
.re-blog-content p { color: #b0b0a8; font-size: 0.95rem; line-height: 1.6; margin-bottom: 25px; flex-grow: 1; }
.re-blog-link { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 0.9rem; color: #E2FF00; text-transform: uppercase; letter-spacing: 0.05em; }
.re-blog-link i { transition: transform 0.3s ease; }
.re-blog-card:hover .re-blog-link i { transform: translateX(5px); }

@media (max-width: 1100px) { .re-blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
    .re-blog-sectie { padding: 60px 0; }
    .re-blog-container { padding: 0 20px; }
    .re-blog-header { flex-direction: column; align-items: flex-start; gap: 20px; }
    .re-blog-grid { grid-template-columns: 1fr; }
    .re-blog-title-box h2 { font-size: 2.2rem; }
}

/* ========================================= */
/* 10. FAQ                                   */
/* ========================================= */
.re-faq-sectie { padding: 120px 0; width: 100%; background-color: #0e0e0b; color: #ffffff; }
.re-faq-container { width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 40px; display: flex; align-items: flex-start; gap: 100px; }
.re-faq-left { flex: 0 0 35%;  top: 120px; }
.re-faq-left h2 { font-size: 3rem; font-weight: 500; line-height: 1.1; margin-bottom: 24px; letter-spacing: -0.02em; color:#fff; }
.re-faq-left p { font-size: 1.1rem; font-weight: 400; line-height: 1.7; color: #b0b0a8; }
.re-faq-right { flex: 1; display: flex; flex-direction: column; }
.re-faq-item { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.re-faq-question { width: 100%; text-align: left; background: transparent !important; border: none !important; outline: none !important; box-shadow: none !important; padding: 32px 0; font-family: 'Space Grotesk', sans-serif; font-size: 1.3rem; font-weight: 500; color: #ffffff !important; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: color 0.3s ease; }
.re-faq-question:hover, .re-faq-question:focus, .re-faq-item.re-active .re-faq-question { background: transparent !important; color: #E2FF00 !important; }
.re-faq-icon { position: relative; width: 24px; height: 24px; flex-shrink: 0; margin-left: 20px; }
.re-faq-icon::before, .re-faq-icon::after { content: ''; position: absolute; background-color: currentColor; transition: transform 0.3s ease; }
.re-faq-icon::before { top: 11px; left: 0; width: 100%; height: 2px; }
.re-faq-icon::after { top: 0; left: 11px; width: 2px; height: 100%; }
.re-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, opacity 0.4s ease; opacity: 0; }
.re-faq-answer p { font-size: 1.05rem; color: #b0b0a8; line-height: 1.7; padding-bottom: 32px; max-width: 800px; margin: 0; }
.re-faq-item.re-active .re-faq-icon::after { transform: rotate(90deg); }
.re-faq-item.re-active .re-faq-answer { opacity: 1; }

@media (max-width: 1024px) {
    .re-faq-sectie { padding: 60px 0; }
    .re-faq-container { flex-direction: column; gap: 50px; padding: 0 20px;}
    .re-faq-left { flex: unset; position: relative; top: 0; }
    .re-faq-left h2 { font-size: 2.5rem; }
}
@media (max-width: 768px) {
    .re-faq-question { font-size: 1.15rem; padding: 24px 0; }
    .re-faq-answer p { font-size: 1rem; }
}

/* ========================================= */
/* 11. CTA FORMULIER                         */
/* ========================================= */
.re-cta-sectie { padding: 100px 0; width: 100%; background-color: #0e0e0b; }
.re-cta-container { width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: center; }
.re-cta-card { background-color: #E2FF00; color: #000000; width: 100%; max-width: 1400px; border-radius: 24px; padding: 60px; display: flex; align-items: stretch; gap: 50px; box-shadow: 0 20px 40px rgba(0,0,0,0.2); }
.re-cta-left { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.re-cta-left h2 { font-size: 1.8rem; font-weight: 500; line-height: 1.3; letter-spacing: -0.02em; margin-bottom: 40px; color:#000; }
.re-cta-left p { font-size: 1.8rem; font-weight: 500; letter-spacing: -0.02em; margin-top: auto; color:#000; }
.re-cta-divider { width: 1px; background-color: rgba(0, 0, 0, 0.2); margin: 10px 0; }
.re-cta-right { flex: 1.2; display: flex; flex-direction: column; justify-content: center; }
.re-form-row { display: flex; gap: 30px; margin-bottom: 30px; }
.re-input-group { flex: 1; }
.re-cta-right input { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.4); padding: 10px 0; font-family: 'Space Grotesk', sans-serif; font-size: 0.95rem; color: #000000; outline: none; transition: border-color 0.3s ease; }
.re-cta-right input::placeholder { color: rgba(0, 0, 0, 0.6); }
.re-cta-right input:focus { border-bottom-color: #000000; }
.re-form-submit { text-align: right; margin-top: 10px; }
.re-btn-submit { background-color: #000000; color: #E2FF00; border: none; padding: 12px 32px; border-radius: 50px; font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; cursor: pointer; transition: transform 0.2s ease, background-color 0.3s ease; }
.re-btn-submit:hover { transform: translateY(-2px); background-color: #1a1a1a; }

@media (max-width: 992px) {
    .re-cta-sectie { padding: 60px 0; }
    .re-cta-card { flex-direction: column; padding: 40px; gap: 30px; }
    .re-cta-left h2, .re-cta-left p { font-size: 1.6rem; }
    .re-cta-left p { margin-top: 20px; }
    .re-cta-divider { width: 100%; height: 1px; margin: 10px 0; }
}
@media (max-width: 600px) {
    .re-cta-card { padding: 30px; }
    .re-form-row { flex-direction: column; gap: 30px; }
    .re-btn-submit { width: 100%; }
}

  /* Importeer Space Grotesk indien nodig */
        @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Space Grotesk', sans-serif;
            background-color: #0e0e0b;
            color: #ffffff;
        }

        /* --- Footer Wrapper --- */
        .re-footer-wrapper {
            background-color: #0e0e0b;
            padding: 20px ; 
            width: 100%;
            display: flex;
            justify-content: center;
        }

        /* --- De Footer Card (HOGER GEMAAKT) --- */
        .re-footer {
            background-color: #161613; 
            border-radius: 40px; 
            width: 100%;
            max-width: 1600px;
            /* Padding top verhoogd naar 140px voor extra hoogte */
            padding: 140px 80px 50px; 
            border: 1px solid rgba(255, 255, 255, 0.05); 
            box-shadow: 0 20px 50px rgba(0,0,0,0.5); 
        }

        /* --- Top Footer: Flexbox Layout --- */
        .re-footer-top {
            display: flex;
            justify-content: space-between; /* Duwt logo naar links, menu's naar rechts */
            gap: 60px;
            /* Margin bottom verhoogd naar 120px voor nog meer interne hoogte */
            margin-bottom: 120px; 
        }

        /* --- Linker Deel (Logo & Info) --- */
        .re-footer-info {
            max-width: 380px; /* Beperkt de breedte van de tekst */
        }

        .re-footer-logo img {
            height: 46px; 
            width: auto;
            margin-bottom: 32px;
            display: block;
        }

        .re-footer-info p {
            color: #b0b0a8;
            font-size: 1.05rem; 
            line-height: 1.7;
            margin-bottom: 32px;
        }

        .re-social-links {
            display: flex;
            gap: 16px;
        }

        .re-social-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px; 
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.05);
            color: #ffffff;
            transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
        }

        .re-social-link:hover {
            background-color: #E2FF00; 
            color: #000000;
            transform: translateY(-2px);
        }

        /* --- Rechter Deel (De 3 menu kolommen) --- */
        .re-footer-menus {
            display: flex;
            gap: 80px; /* Ruimte tussen de 3 kolommen (Navigatie, Oplossingen, Contact) */
        }

        .re-footer-col h4 {
            font-size: 1.25rem; 
            font-weight: 500;
            margin-bottom: 32px;
            letter-spacing: -0.01em;
            color: #ffffff;
        }

        .re-footer-nav {
            list-style: none;
        }

        .re-footer-nav li {
            margin-bottom: 16px; 
        }

        .re-footer-nav a, .re-contact-text {
            color: #b0b0a8;
            text-decoration: none;
            font-size: 1.05rem; 
            transition: color 0.3s ease;
        }

        .re-footer-nav a:hover {
            color: #E2FF00;
        }

        .re-contact-item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            margin-bottom: 20px;
            color: #b0b0a8;
        }

        .re-contact-item svg {
            flex-shrink: 0;
            margin-top: 3px;
            color: #E2FF00; 
            width: 20px;
            height: 20px; 
        }

        /* --- Bottom Footer: Copyright & Legal --- */
        .re-footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 40px; 
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .re-copyright {
            color: #b0b0a8;
            font-size: 0.95rem;
        }

        .re-legal-links {
            display: flex;
            gap: 32px;
        }

        .re-legal-links a {
            color: #b0b0a8;
            text-decoration: none;
            font-size: 0.95rem;
            transition: color 0.3s ease;
        }

        .re-legal-links a:hover {
            color: #E2FF00;
        }

        /* --- Responsiviteit --- */
        @media (max-width: 1200px) {
            .re-footer-menus {
                gap: 50px; /* Iets minder ruimte tussen de menu's op kleinere laptops */
            }
        }

        @media (max-width: 1024px) {
            .re-footer-top {
                flex-direction: column; /* Zet logo en menu's onder elkaar op tablets */
                gap: 80px;
            }
            .re-footer-menus {
                justify-content: space-between; /* Verdeel de menu's over de breedte */
                gap: 40px;
            }
        }

        @media (max-width: 768px) {
            .re-footer-wrapper {
                padding: 20px 20px 40px 20px; 
            }
            .re-footer {
                border-radius: 30px; 
                padding: 80px 30px 40px; /* Aangepast voor mobiel */
            }
            .re-footer-top {
                margin-bottom: 60px;
            }
            .re-footer-menus {
                flex-direction: column; /* Alles onder elkaar op mobiel */
                gap: 50px;
            }
            .re-footer-bottom {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }
            .re-legal-links {
                flex-wrap: wrap;
                justify-content: center;
                gap: 20px;
            }
        }/* End custom CSS */
/* Start custom CSS *//* 🔒 Verberg de standaard Astra header volledig */
#masthead,
.ast-mobile-header-wrap,
.ast-desktop-header {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

#mastfoot,
.site-footer,
.ast-desktop-footer {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
.ro-menu-safe-wrapper{
    display: none;
}/* End custom CSS */