document.addEventListener('DOMContentLoaded', () => {
    // Target the native Bricks header wrapper
    const header = document.getElementById('brx-header'); 
    if (!header) return;

    const updateHeaderHeight = () => {
        const headerHeight = header.offsetHeight;
        // This creates a live variable called --header-height we can use in CSS!
        document.documentElement.style.setProperty('--header-height', `${headerHeight}px`);
    };

    // Run immediately, and re-run if the user resizes their screen or rotates their phone
    updateHeaderHeight();
    window.addEventListener('resize', updateHeaderHeight);
    window.addEventListener('orientationchange', updateHeaderHeight);
});

MediaMarkt – Tech Village Hamburg

Referenz

MediaMarkt Tech Village Hamburg is covering over 15,000 square meters. The five-level marketplace is surrounded by boutiques featuring the latest tech innovations. Megaholz supplied the store with acoustic wall panels, LED shelving systems, service, and Nespresso counters, along with other custom-made furniture, as well as the contract furniture for the employee break area. Upon entering, visitors walk through a striking LED tunnel leading to a 3D LED wall display with stunning animations.

Sprechen wir über Ihr nächstes Projekt

Ob Flagshipstore, Hotelinterieur oder internationaler Rollout – wir freuen uns darauf, Ihre Anforderungen kennenzulernen und gemeinsam die passende Lösung zu entwickeln.