/* Live-Shell: doppelte Shell-.mv4-bar im Iframe ausblenden — Site-Header & Rail bleiben sichtbar */ html.welten-live-shell .mv4-bar { display: none !important; visibility: hidden !important; pointer-events: none !important; height: 0 !important; min-height: 0 !important; overflow: hidden !important; opacity: 0 !important; } html.welten-live-shell .site-header { display: flex !important; visibility: visible !important; opacity: 1 !important; height: auto !important; min-height: unset !important; overflow: visible !important; pointer-events: none !important; } html.welten-live-shell .site-header > * { pointer-events: auto !important; } html.welten-live-shell .experience-rail { display: grid !important; visibility: visible !important; opacity: 1 !important; pointer-events: auto !important; } html.welten-live-shell .btn-menu { display: inline-flex !important; visibility: visible !important; opacity: 1 !important; pointer-events: auto !important; } /* Multiversum video-hero chrome duplicates the brand/title feel already shown by .site-header. In the live shell we keep the chapter nav but drop the eyebrow + title so the page doesn't visibly stack a 3rd header while it boots. */ html.mv-in-shell .al-world-video-hero--with-chrome .mv-static-hero__eyebrow, html.mv-in-shell .al-world-video-hero--with-chrome .al-world-video-hero__eyebrow, html.mv-in-shell .al-world-video-hero--with-chrome .mv-static-hero__title, html.mv-in-shell .al-world-video-hero--with-chrome .al-world-video-hero__title { display: none !important; visibility: hidden !important; opacity: 0 !important; height: 0 !important; margin: 0 !important; pointer-events: none !important; } /* Multiversum-Home-Ausblendung nur unter Desktop; ab 1920px Rail erzwingen */ @media (min-width: 1920px) { html.welten-live-shell body[data-world="general"]:has(#mvParallaxHero) .experience-rail, html.welten-live-shell body[data-world="general"]:has(#mvParallaxHero)[data-current-slide="home"] .experience-rail, html.welten-live-shell body[data-world="general"]:has(#mvParallaxHero):not([data-current-slide]) .experience-rail { display: grid !important; visibility: visible !important; opacity: 1 !important; pointer-events: auto !important; z-index: 800 !important; } }