/* levels. — Rechtsseiten (Impressum, AGB, Datenschutz)
   Ergaenzt style.css. */

.legal-body {
  margin: 0;
  background: #05060c;
  color: #eaf0ff;
  font-family: 'General Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.lg-page { padding: 26px 20px 40px; min-height: 100vh; }
.lg-container { max-width: 860px; margin: 0 auto; }

.lg-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 40px; }
.lg-logo { height: 22px; width: auto; display: block; }

.lg-title { font-size: clamp(34px, 6vw, 76px); line-height: 1; margin: 0 0 34px; }

.lg-blocks { display: grid; gap: 34px; border-top: 1px solid #eaf0ff14; padding-top: 38px; }
.lg-block { display: grid; gap: 12px; }
.lg-block-head { font-size: 20px; line-height: 1.3; margin: 0; color: #eaf0ff; }
.lg-text { margin: 0; font-size: 16px; line-height: 1.75; color: #a9b3cf; white-space: pre-line; overflow-wrap: anywhere; }
.lg-text a { color: #9be8ff; text-decoration: underline; text-underline-offset: 2px; }
.lg-text a:hover { color: #eaf0ff; }

.lg-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px solid #eaf0ff14; margin-top: 44px; padding-top: 22px; }

@media (min-width: 768px) {
  .lg-page { padding: 34px 40px 60px; }
  .lg-logo { height: 34px; }
  .lg-text { font-size: 17px; }
  .lg-block-head { font-size: 22px; }
}
