fix: Rechtliche Konformität 2026 + Google Fonts lokal hosten
- § 5 TMG → § 5 DDG (Digitale-Dienste-Gesetz seit Mai 2024) - § 55 Abs. 2 RStV entfernt (nur bei redaktionellen Inhalten nötig) - EU-OS-Plattform-Link entfernt (seit 20.07.2025 abgeschaltet) - § 36 VSBG Hinweis Streitschlichtung korrekt formuliert - Google Fonts lokal gehostet (DSGVO-konform, LG München) - Inter Variable Font als woff2 (latin + latin-ext, 132 KB) - Datenschutzerklärung: TDDDG statt TTDSG, Art. 21 DSGVO Widerspruchsrecht, Datenübertragbarkeit, Einschränkung der Verarbeitung ergänzt - Tailwind CDN Hinweis in Datenschutz beibehalten (IP-Übermittlung) - Versionsnummer v1.0.0 im Footer aller Seiten Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+6
-5
@@ -44,10 +44,8 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Inter Font -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
||||
<!-- Inter Font (lokal gehostet, DSGVO-konform) -->
|
||||
<link rel="stylesheet" href="fonts/inter.css">
|
||||
|
||||
<!-- Custom Styles -->
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
@@ -401,7 +399,10 @@
|
||||
<footer class="py-8 bg-dark-light border-t border-slate-700/50">
|
||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div class="flex flex-col sm:flex-row items-center justify-between gap-4">
|
||||
<p class="text-slate-500 text-sm">© 2026 sonith UG (haftungsbeschränkt)</p>
|
||||
<div class="flex items-center gap-3">
|
||||
<p class="text-slate-500 text-sm">© 2026 sonith UG (haftungsbeschränkt)</p>
|
||||
<span class="text-slate-600 text-xs">v1.0.0</span>
|
||||
</div>
|
||||
<div class="flex items-center gap-6">
|
||||
<a href="impressum.html" class="text-slate-500 text-sm hover:text-sonith transition-colors">Impressum</a>
|
||||
<a href="datenschutz.html" class="text-slate-500 text-sm hover:text-sonith transition-colors">Datenschutz</a>
|
||||
|
||||
Reference in New Issue
Block a user