.al-world-video-hero--video-only { position: relative; display: block; width: 100%; max-width: 100%; margin: 0; padding: 0; flex-shrink: 0; height: var(--video-hero-h, calc(100svh - var(--header-h, 90px))); min-height: var(--video-hero-min, clamp(520px, 58svh, 780px)); max-height: var(--video-hero-h, calc(100svh - var(--header-h, 90px))); background: var(--navy-0, #050810); overflow: hidden; z-index: 1; } .al-world-video-hero--video-only .al-world-video-hero__media { position: relative; inset: auto; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background-color: var(--navy-0, #050810); background-image: var(--al-hero-poster); background-size: cover; background-position: center center; background-repeat: no-repeat; } .al-world-video-hero--video-only .al-world-video-hero__video { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center center; opacity: 0; transition: opacity 180ms ease; transform: translateZ(0); backface-visibility: hidden; } .al-world-video-hero--multiversum.al-world-video-hero--video-only .al-world-video-hero__video { object-fit: contain; } .al-world-video-hero--video-only.is-video-ready .al-world-video-hero__video { opacity: 1; } .al-world-video-hero--multiversum { --al-hero-poster: url("assets/videos/multiversum-poster.jpg"); } .al-world-video-hero--multiversum.al-world-video-hero--video-only, .al-world-video-hero--multiversum.al-world-video-hero--video-only .al-world-video-hero__media { background: var(--navy-0, #02030b); } .al-world-video-hero--multiversum.al-world-video-hero--with-chrome { display: flex; flex-direction: column; height: auto; min-height: 0; max-height: none; overflow: visible; background: radial-gradient(ellipse 80% 60% at 50% 12%, rgba(255, 89, 178, 0.08), transparent 62%), radial-gradient(ellipse 60% 50% at 50% 88%, rgba(155, 107, 255, 0.06), transparent 58%), linear-gradient(180deg, rgba(5, 7, 13, 0.98), rgba(11, 17, 27, 0.96)); } .al-world-video-hero__chrome { position: relative; z-index: 3; flex-shrink: 0; width: 100%; padding: clamp(10px, 2.4vw, 24px) clamp(16px, 4vw, 48px) clamp(8px, 1.6vw, 16px); border-bottom: 1px solid rgba(255, 89, 178, 0.14); } .al-world-video-hero__chrome-inner { width: min(100%, 920px); margin: 0 auto; text-align: center; display: flex; flex-direction: column; align-items: center; gap: clamp(10px, 2vw, 16px); } .al-world-video-hero__title { margin: 0; } /* Multiversum: Basis-Höhe — Feintuning in overrides.css */ .al-world-video-hero--multiversum.al-world-video-hero--with-chrome .al-world-video-hero__media { position: relative; z-index: 1; flex: 0 0 auto; width: 100%; height: auto; min-height: clamp(780px, calc((109svh - var(--header-h, 90px) * 0.35) * 1.3), 1200px); max-height: none; overflow: visible; } .al-world-video-hero--multiversum.al-world-video-hero--with-chrome .al-world-video-hero__video { width: 100%; height: auto; max-height: clamp(780px, calc((109svh - var(--header-h, 90px) * 0.35) * 1.3), 1200px); object-fit: contain; object-position: center center; } .al-world-video-hero--multiversum.al-world-video-hero--with-chrome.al-world-video-hero--video-only { height: auto; max-height: none; overflow: visible; } .al-world-video-hero--nexora { --al-hero-poster: url("assets/videos/nexora-poster.jpg"); } .al-world-video-hero--nexora.al-world-video-hero--video-only, .al-world-video-hero--nexora.al-world-video-hero--video-only .al-world-video-hero__media { background: var(--navy-0, #020712); } .al-world-video-hero--professional { --al-hero-poster: url("assets/videos/professional-poster.jpg"); } .al-world-video-hero--professional.al-world-video-hero--video-only, .al-world-video-hero--professional.al-world-video-hero--video-only .al-world-video-hero__media { background: var(--navy-0, #f4f2ee); } .al-world-video-hero--freiraum { --al-hero-poster: url("assets/videos/freiraum-poster.jpg"); } .al-world-video-hero--freiraum.al-world-video-hero--video-only, .al-world-video-hero--freiraum.al-world-video-hero--video-only .al-world-video-hero__media { background: var(--navy-0, #1c1026); } @supports not (height: 100svh) { .al-world-video-hero--video-only { height: calc(109vh - var(--header-h, 90px) * 0.35); max-height: calc(109vh - var(--header-h, 90px) * 0.35); } .al-world-video-hero--multiversum.al-world-video-hero--with-chrome.al-world-video-hero--video-only { height: auto; max-height: none; } .al-world-video-hero--multiversum.al-world-video-hero--with-chrome .al-world-video-hero__media { min-height: clamp(780px, calc((109vh - var(--header-h, 90px) * 0.35) * 1.3), 1200px); } .al-world-video-hero--multiversum.al-world-video-hero--with-chrome .al-world-video-hero__video { max-height: clamp(780px, calc((109vh - var(--header-h, 90px) * 0.35) * 1.3), 1200px); } } @media (max-width: 1024px) { .al-world-video-hero, #alWorldVideoHero { display: none !important; } } @media (prefers-reduced-motion: reduce) { .al-world-video-hero--video-only .al-world-video-hero__video { display: none; } .al-world-video-hero--video-only .al-world-video-hero__media { background-color: var(--navy-0, #050810); background-image: var(--al-hero-poster, none); background-size: contain; background-position: center; background-repeat: no-repeat; } }