@media print {
  * { background: white !important; color: black !important; box-shadow: none !important; }
  .ticker-bar, .rubriken, .karte-section, .footer-links { display: none; }
  body { font-family: Georgia, serif; font-size: 11pt; line-height: 1.5; }
  .portal { max-width: 100%; padding: 0; }
  .masthead { font-size: 28pt; border-bottom: 2pt solid black; padding-bottom: 6pt; margin-bottom: 12pt; }
  .header-date { font-size: 9pt; margin-bottom: 12pt; }
  .main-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 1.5cm; }
  .aufmacher { border-right: 0.5pt solid #999; padding-right: 1cm; }
  .aufmacher-titel { font-size: 18pt; }
  .aufmacher-teaser { font-size: 10pt; }
  .drei-spalten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1cm; border-top: 1pt solid black; padding-top: 0.5cm; margin-top: 0.5cm; }
  .artikel-card-titel { font-size: 11pt; }
  .artikel-card-teaser { font-size: 9pt; }
  .aufmacher-bild { height: 5cm; background: #eee !important; }
  a::after { content: none; }
  @page { margin: 2cm; size: A4; }
}
