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

@ -6,6 +6,7 @@
<title>Datenschutz - IntelSight</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/mobile.css">
<style>
body {
background: #0a0f1c;