Add DSGVO-compliant cookie consent banner and fix navbar consistency

- Implement custom cookie consent banner with opt-in gating pattern
- Add comprehensive privacy documentation (DSGVO/GDPR compliant)
- Integrate consent management into production (index.html)
- Add multilingual support for cookie settings (DE/EN)
- Fix navbar font-size inconsistency across legal pages
- Include mobile.css in datenschutz.html and impressum.html
- Add complete implementation documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Dieser Commit ist enthalten in:
Claude Code
2025-11-09 19:45:31 +00:00
Ursprung 781216cd26
Commit afe25fc728
8 geänderte Dateien mit 1992 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -132,6 +132,7 @@ const translations = {
footerLegalTitle: 'Rechtliches',
footerImprint: 'Impressum',
footerPrivacy: 'Datenschutz',
footerCookies: 'Cookie-Einstellungen',
footerTerms: 'AGB',
footerContactTitle: 'Kontakt',
@ -278,6 +279,7 @@ const translations = {
footerLegalTitle: 'Legal',
footerImprint: 'Imprint',
footerPrivacy: 'Privacy Policy',
footerCookies: 'Cookie Settings',
footerTerms: 'Terms & Conditions',
footerContactTitle: 'Contact',