diff --git a/CLAUDE.md b/CLAUDE.md index 8aa781e..b87c30a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -73,4 +73,4 @@ Statische Dateien direkt auf Nginx ausliefern. Kein Build-Step notwendig. --- -*Zuletzt aktualisiert: Mai 2026 — v1.2.0 (echtes Logo + Team-Mitglieder)* +*Zuletzt aktualisiert: Mai 2026 — v1.3.0 (Standorte Würzburg/Rüdenau, dynamischer Header)* diff --git a/css/style.css b/css/style.css index ea0c664..dc90862 100644 --- a/css/style.css +++ b/css/style.css @@ -21,6 +21,26 @@ html { box-shadow: 0 1px 0 rgba(6, 115, 145, 0.2); } +/* Header schrumpft beim Scrollen: gross & einladend oben, kompakt waehrend des Lesens */ +.nav-row { + height: 6rem; + transition: height 0.3s ease; +} +.nav-logo { + height: 3.5rem; + transition: height 0.3s ease; +} +@media (min-width: 1024px) { + .nav-row { height: 7rem; } + .nav-logo { height: 4.5rem; } +} +#navbar.scrolled .nav-row { height: 4rem; } +#navbar.scrolled .nav-logo { height: 2.25rem; } +@media (min-width: 1024px) { + #navbar.scrolled .nav-row { height: 5rem; } + #navbar.scrolled .nav-logo { height: 2.5rem; } +} + /* Active nav link */ .nav-link.active { color: #DEDC1E; diff --git a/datenschutz.html b/datenschutz.html index 986e6dd..444dcb5 100644 --- a/datenschutz.html +++ b/datenschutz.html @@ -208,7 +208,7 @@
© 2026 sonith UG (haftungsbeschränkt)
- v1.2.0 + v1.3.0© 2026 sonith UG (haftungsbeschränkt)
- v1.2.0 + v1.3.0