Commit Graph
17 Commits
Author SHA1 Message Date
FerdinandandClaude Sonnet 4.6 709d82bc8b fix: Logo-Farbe auch auf Gradient-Stops (mittlerer Ball) anwenden
Neben solid fills auch SVG stop-Elemente mit stop-color='rgb(255,223,0)'
markieren und per CSS stop-color überschreiben.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 17:39:13 +02:00
FerdinandandClaude Sonnet 4.6 446870a94c fix: Logo-Farbe via CSS-Override statt animationData-Reload
lottie cached Daten intern - Mutation+Reload funktioniert nicht.
Neuer Ansatz: gelbe fill-Elemente einmalig mit Klasse markieren,
CSS fill-Property (schlägt SVG-Attribute per Spec) per style-Element
aktualisieren. Kein Reload, kein Flicker.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 17:29:52 +02:00
FerdinandandClaude Sonnet 4.6 2a8b1157ab feat: Logo-Animation übernimmt exakte identifizierte Farbe
JSON wird per fetch geladen, Fill-Objekte von 'Small 4' (Gelb) werden
direkt mutiert und Animation ab aktuellem Frame neu geladen.
Kein hue-rotate mehr – eine Farbe ist exakt die gewählte Farbe.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 17:22:16 +02:00
FerdinandandClaude Sonnet 4.6 64614d49e7 feat: Logo-Animation synchronisiert Farben mit aktueller Farbe
hue-rotate verschiebt die Palette (Gelb/Pink/Lila) synchron zum
Farbton der identifizierten Farbe. Sanfter 0.8s Übergang.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 17:14:26 +02:00
FerdinandandClaude Sonnet 4.6 a7d51b9e17 feat: Hintergrund wechselt dynamisch zur Pastelversion der aktuellen Farbe
Bei jeder Farbidentifikation wird der Hue übernommen, Sättigung gedämpft
(max 45%) und Helligkeit auf 92% gesetzt. Sanfter 0.8s CSS-Übergang.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 17:09:58 +02:00
FerdinandandClaude Sonnet 4.6 796a568ab3 copy: Seitenüberschriften durch UX-orientierte Sätze ersetzt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 17:06:36 +02:00
FerdinandandClaude Sonnet 4.6 f70d02d11d feat: Tab-Navigation als Hamburger-Menü
3-Striche-Button öffnet Dropdown mit allen Kategorien.
Aktive Kategorie wird neben dem Button angezeigt.
Klick außerhalb schließt das Menü.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 17:04:02 +02:00
FerdinandandClaude Sonnet 4.6 6da431bf7e feat: zufällige Hintergrundfarbe aus 8 Pastelltönen beim Start
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 16:47:33 +02:00
FerdinandandClaude Sonnet 4.6 df5e628278 style: Hintergrundfarbe auf #DFE9F5, filter ohne invert
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 16:40:17 +02:00
FerdinandandClaude Sonnet 4.6 61fa93bcd3 style: Hintergrundanimation invertiert für deutlich mehr Sichtbarkeit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 16:37:50 +02:00
FerdinandandClaude Sonnet 4.6 364d6ecf56 style: Hintergrundanimation kontrastreicher (filter contrast/brightness)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 16:36:05 +02:00
FerdinandandClaude Sonnet 4.6 c63dfbace4 feat: Hintergrund-Animation 'Background Grey Wave' als Fullscreen-Layer
Lottie-Animation fixed hinter allen Inhalten, 100vw/100vh skaliert.
Header mit Glassmorphism-Effekt (backdrop-filter blur) damit Inhalt
beim Scrollen lesbar bleibt.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 16:33:52 +02:00
FerdinandandClaude Sonnet 4.6 cf31d6bbd2 style: alle font-family auf Poppins umgestellt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 14:00:32 +02:00
FerdinandandClaude Sonnet 4.6 2c67d4e452 style: Schriftart auf Poppins umgestellt (Google Fonts)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 13:59:20 +02:00
FerdinandandClaude Sonnet 4.6 afff92409e style: Titel auf 3rem, Logo auf 80px vergrößert
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 13:58:16 +02:00
FerdinandandClaude Sonnet 4.6 1919f949e9 style: Pigmento-Titel und Logo vergrößert, mehr Abstand zu den Tabs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 13:57:11 +02:00
FerdinandandClaude Sonnet 4.6 f5a976b3a4 feat: Lottie-Animation neben Pigmento-Titel im Header
Fluid Loading Animation.json via lottie-web (CDN) als 36x36px SVG
animiert neben dem h1-Titel. Loop, autoplay, kein Build-Schritt nötig.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 13:55:11 +02:00