/* ========================================================= WIESNER ONE HERO UPGRADED (OPTIMIERT & ZENTRIERT) ========================================================= */
#wiesner-one-section { max-width: 1500px; margin: 100px auto 60px; padding: 0 20px; color: #fff; text-align: center; position: relative; box-sizing: border-box; }
/* Große typografische Headline */ #wiesner-one-section h2 { font-size: clamp(3rem, 6vw, 5.5rem); margin: 0; font-weight: 900; position: relative; }
/* Dekorative Linie */ #wiesner-one-section h2::after { content: „“; width: 120px; height: 3px; background: #0093d3; display: block; margin: 20px auto 0; border-radius: 2px; box-shadow: 0 0 20px rgba(0, 147, 211, 0.6); }
/* Intro Text */ #wiesner-one-intro { max-width: 900px; margin: 25px auto 50px; color: #cfefff; line-height: 1.8; font-size: 1.15rem; }
/* ========================================================= VIDEO + AMBIENT GLOW (ABSOLUTER SAFARI FIX) ========================================================= */
.wiesner-video-wrap { max-width: 1100px; margin: 50px auto 70px; position: relative; padding: 0 20px; box-sizing: border-box; display: block !important; /* Erzwingt Block-Layout für Safari */ }
/* Der Glow wird jetzt als separates, absolutes Element gerendert, um das iFrame … … weiterlesen →