/* Shared styles für alle Rechtstexte (impressum/agb/widerruf/datenschutz) */
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { font-family: 'DM Sans', -apple-system, sans-serif; color: #1a2e2a; background: #fafaf7; line-height: 1.65; }
body::before { content:''; position: fixed; top:0; left:0; right:0; height: 6px; background: linear-gradient(135deg, #0b6b5a 0%, #0e7c6a 40%, #2dd4bf 100%); z-index: 100; }
.legal-wrap { max-width: 820px; margin: 0 auto; padding: 56px 24px 80px; }
.legal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 2px solid #e8faf7; flex-wrap: wrap; gap: 16px; }
.legal-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
.legal-logo img { width: 44px; height: 44px; border-radius: 10px; object-fit: cover; }
.legal-logo-text { font-family: 'Syne', sans-serif; font-size: 20px; font-weight: 700; }
.legal-logo-text span { color: #0b6b5a; }
.legal-logo-text em { color: #2dd4bf; font-style: normal; }
.legal-doc-type { font-family: 'Syne', sans-serif; font-size: 11px; font-weight: 600; color: #0e7c6a; text-transform: uppercase; letter-spacing: 1.6px; }
h1 { font-family: 'Syne', sans-serif; font-size: clamp(26px, 4vw, 36px); font-weight: 800; color: #0b6b5a; margin-bottom: 6px; line-height: 1.15; }
.legal-sub { color: #5a7a74; font-size: 14px; margin-bottom: 32px; }
h2 { font-family: 'Syne', sans-serif; font-size: 20px; font-weight: 700; color: #0b6b5a; margin: 32px 0 12px; line-height: 1.3; }
h3 { font-family: 'Syne', sans-serif; font-size: 16px; font-weight: 600; color: #0e7c6a; margin: 20px 0 8px; }
p { font-size: 15px; color: #2a3e3a; margin-bottom: 14px; }
ul, ol { margin: 0 0 14px 22px; }
li { font-size: 15px; color: #2a3e3a; margin-bottom: 6px; line-height: 1.6; }
strong { color: #0b6b5a; }
a { color: #0e7c6a; text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 2px; }
a:hover { color: #2dd4bf; }
.contact-card { background: #fff; border: 1px solid #d8eee8; border-radius: 12px; padding: 24px 28px; margin: 16px 0 24px; }
.contact-card p { margin: 4px 0; }
.legal-footer { margin-top: 56px; padding-top: 24px; border-top: 1px solid #d8eee8; display: flex; flex-wrap: wrap; gap: 16px 28px; font-size: 13px; color: #5a7a74; }
.legal-footer a { color: #5a7a74; text-decoration: none; }
.legal-footer a:hover { color: #0b6b5a; text-decoration: underline; }
.legal-back { display: inline-flex; align-items: center; gap: 6px; color: #0b6b5a; font-weight: 500; font-size: 14px; text-decoration: none; }
.legal-back:hover { color: #2dd4bf; }
@media (max-width: 600px) {
  .legal-wrap { padding: 40px 18px 60px; }
  .legal-doc-type { font-size: 10px; }
}
