Lagebild: Summary-Text kompakter, Bold-Hervorhebung entfernt

- Schriftgröße von 1.02rem auf 0.9rem reduziert
- Zeilenhöhe von 1.85 auf 1.7 reduziert
- Fettschrift im Lagebericht deaktiviert (font-weight: normal)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Dieser Commit ist enthalten in:
Claude Code
2026-03-07 17:49:36 +01:00
Ursprung 26c82dfa86
Commit a7236e38fa

Datei anzeigen

@@ -100,7 +100,8 @@
background: linear-gradient(135deg, #0a0f1c 0%, #111B30 50%, #0B1121 100%);
padding: 150px 20px 70px;
text-align: center;
color: #fff;
color: var(--lb-text);
font-weight: normal;
position: relative;
overflow: hidden;
}
@@ -162,7 +163,8 @@
font-family: 'Bebas Neue', sans-serif;
font-size: 3.5rem;
letter-spacing: 5px;
color: #fff;
color: var(--lb-text);
font-weight: normal;
margin: 0 0 0.3rem;
line-height: 1;
}
@@ -227,7 +229,8 @@
display: block;
font-size: 1.35rem;
font-weight: 700;
color: #fff;
color: var(--lb-text);
font-weight: normal;
line-height: 1.1;
}
.stat-card-label {
@@ -560,8 +563,8 @@
/* ---------- Lagebild Summary ---------- */
#summary-content {
line-height: 1.85;
font-size: 1.02rem;
line-height: 1.7;
font-size: 0.9rem;
color: var(--lb-text);
}
#summary-content h2 {
@@ -593,7 +596,8 @@
color: var(--lb-text);
}
#summary-content strong {
color: #fff;
color: var(--lb-text);
font-weight: normal;
}
/* Citations */