/* Ergänzt style.css um das Layout für Impressum & Datenschutz */

.legal-main { padding-block: clamp(48px, 7vw, 76px) 100px; background: var(--light); }
.legal-shell { display: grid; grid-template-columns: minmax(220px, 0.4fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 64px); align-items: start; }
.legal-shell h1 { font-size: clamp(32px, 4.4vw, 44px); font-weight: 700; margin-top: 4px; color: var(--ink); }
.legal-intro { margin-top: 18px; color: #5b6367; font-family: var(--f-head); font-size: 15px; line-height: 1.5; max-width: 26rem; }

.legal-content { background: #fff; border: 1px solid rgba(60,71,76,.1); padding: clamp(24px, 3vw, 40px); }
.legal-content h2 { font-size: clamp(20px, 2.2vw, 24px); font-weight: 700; margin: 34px 0 12px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { font-family: var(--f-head); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin: 26px 0 8px; color: var(--anthracite); }
.legal-content h4 { font-family: var(--f-head); font-size: 15.5px; font-weight: 600; margin: 22px 0 6px; }
.legal-content p, .legal-content address { font-family: var(--f-head); font-size: 15px; line-height: 1.6; color: #33393c; margin: 9px 0; font-style: normal; }
.legal-content ul { padding-left: 20px; margin: 10px 0; list-style: disc; }
.legal-content li { font-family: var(--f-head); font-size: 15px; line-height: 1.55; color: #33393c; margin: 4px 0; }
.legal-content a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; }
.legal-content code { background: var(--grey); padding: 1px 6px; font-size: .92em; }
.legal-note { padding: 14px 18px; border-left: 3px solid var(--green); background: var(--grey); color: #50595d; font-family: var(--f-head); font-size: 14px; line-height: 1.5; }

@media (max-width: 860px) {
  .legal-shell { grid-template-columns: 1fr; }
  .legal-intro { max-width: none; }
}
