diff --git a/CLAUDE.md b/CLAUDE.md index 1856f7d..ee5bd57 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.4.0 (Adresse Würzburg, Fernwartung, lebendigere Optik)* +*Zuletzt aktualisiert: Mai 2026 — v1.5.0 (animiertes Knoten-Mesh im Hero)* diff --git a/css/style.css b/css/style.css index 752326e..76085b2 100644 --- a/css/style.css +++ b/css/style.css @@ -88,6 +88,48 @@ html { 0 0 48px rgba(6, 115, 145, 0.06); } +/* ---- Hero Mesh: animiertes Knoten-Netz im Logo-Stil ---- */ +.hero-mesh { + opacity: 0.55; + mix-blend-mode: screen; +} + +.mesh-lines line { + stroke-opacity: 0.25; + stroke-dasharray: 4 8; + animation: line-flow 6s linear infinite; +} + +.mesh-lines line:nth-child(3n) { animation-duration: 9s; stroke-opacity: 0.18; } +.mesh-lines line:nth-child(3n+1) { animation-duration: 7s; animation-delay: -2s; } +.mesh-lines line:nth-child(3n+2) { animation-duration: 11s; animation-delay: -4s; stroke-opacity: 0.30; } + +@keyframes line-flow { + to { stroke-dashoffset: -48; } +} + +.node { + transform-box: fill-box; + transform-origin: center; + animation: node-pulse 3.6s ease-in-out infinite; + filter: drop-shadow(0 0 4px rgba(222, 220, 30, 0.6)); +} + +.node:nth-child(2n) { animation-delay: -0.8s; animation-duration: 4.2s; } +.node:nth-child(3n) { animation-delay: -1.6s; animation-duration: 5.0s; } +.node:nth-child(4n+1) { animation-delay: -2.4s; } +.node:nth-child(5n+2) { animation-delay: -3.0s; animation-duration: 4.8s; } + +@keyframes node-pulse { + 0%, 100% { transform: scale(1); opacity: 0.55; } + 50% { transform: scale(1.6); opacity: 1; } +} + +@media (prefers-reduced-motion: reduce) { + .mesh-lines line, + .node { animation: none !important; } +} + /* ---- Floating Orbs (Hero) ---- */ .orb { filter: blur(64px); diff --git a/datenschutz.html b/datenschutz.html index 18957c8..90bcfec 100644 --- a/datenschutz.html +++ b/datenschutz.html @@ -208,7 +208,7 @@
© 2026 sonith UG (haftungsbeschränkt)
- v1.4.0 + v1.5.0