diff --git a/index.html b/index.html index 45a8446..759a75f 100644 --- a/index.html +++ b/index.html @@ -415,6 +415,36 @@ footer a { color: #ccc; } footer a:hover { color: #fff; } + /* ─── Impressum / Datenschutz ──────────────────────────── */ + .legal-section h3 { + font-family: 'Cormorant Garamond', serif; + font-size: 1.4rem; + font-weight: 700; + color: var(--red); + margin: 32px 0 10px; + } + .legal-section h3:first-of-type { margin-top: 0; } + .legal-section p, .legal-section li { + font-size: 16px; + color: #444; + line-height: 1.7; + margin-bottom: 8px; + } + .legal-section ul { + padding-left: 20px; + margin-bottom: 12px; + } + .legal-section a { color: var(--red); text-decoration: underline; } + .legal-section .legal-box { + background: #fff; + border-radius: var(--radius); + border-left: 4px solid var(--red); + padding: 20px 24px; + margin-top: 8px; + } + body.large-font .legal-section p, + body.large-font .legal-section li { font-size: 18px; } + /* ─── Font Size Toggle ──────────────────────────────────── */ .font-toggle-wrap { display: flex; @@ -759,6 +789,165 @@ const SCHLIESSZEITEN = [ + +
+ +
+ + +
+ +
+