/* Radsportonline – responsive Würdigung Raimund Dinter */
:root {
  --rso-blue: #2a7db8;
  --rso-dark: #003870;
  --rso-ink: #111133;
  --rso-soft: #f4f8fd;
  --rso-line: #c8ddf0;
  --rso-accent: #ffd827;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  padding: 18px 8px 28px;
  background: #cdcdcd;
  color: #000033;
  font: 15px/1.5 Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited { color: #0056b3; font-weight: bold; text-decoration: none; }
a:hover, a:focus { color: #b71360; text-decoration: underline; }
img { display: block; max-width: 100%; height: auto; border-radius: 6px; }

.rso-tabelle {
  width: min(960px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 6px solid var(--rso-blue);
  border-radius: 20px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  box-shadow: 7px 7px 18px #888;
}
.rso-tabelle > tbody > tr > td { border: 0; padding: 0; }
.rso-header { padding: 12px 16px 6px !important; }
.rso-logo { width: 500px; max-width: 100%; }
.rso-nav { padding: 6px 16px 4px !important; }
.nav-bar { padding: 4px 0; font-size: 15px; line-height: 1.5; text-align: center; }
.style1 { color: #999; }
.style2 { color: #336666; font-weight: bold; }
.rso-hr { width: 93%; height: 2px; margin: 10px auto; border: 0; background: #0056b3; }
table.rso-tabelle > tbody > tr > td.inhalt { padding: 0 30px 28px !important; }

.meta-zeile {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  align-items: center;
  margin: 18px 0 8px;
  color: #667085;
  font-size: 12px;
  letter-spacing: .02em;
}
.rubrik {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--rso-dark);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.artikel-titel {
  max-width: 840px;
  margin: 8px 0 14px;
  color: var(--rso-dark);
  font-size: clamp(29px, 5vw, 46px);
  line-height: 1.08;
  letter-spacing: -.025em;
}
.intro-text {
  max-width: 840px;
  margin: 0 0 24px;
  padding-left: 14px;
  border-left: 4px solid var(--rso-blue);
  color: var(--rso-ink);
  font-size: 17px;
  line-height: 1.78;
}
.inhalt h2 {
  margin: 28px 0 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--rso-blue);
  color: var(--rso-dark);
  font-size: 18px;
}
.inhalt p { margin: 0 0 12px; color: var(--rso-ink); font-size: 15px; line-height: 1.78; text-align: justify; }

.foto-karte {
  margin: 0 0 26px;
  overflow: hidden;
  border: 1px solid var(--rso-line);
  border-radius: 10px;
  background: var(--rso-soft);
  box-shadow: 2px 3px 10px rgba(0, 60, 120, .1);
}
.foto-karte img { width: 100%; border-radius: 10px 10px 0 0; }
.hero img { aspect-ratio: 16 / 9; object-fit: cover; object-position: center 36%; }
.inline-foto { margin-top: 22px; }
.foto-unterschrift {
  min-height: 36px;
  padding: 9px 14px 11px;
  border-top: 1px solid #dce6f0;
  background: var(--rso-soft);
  color: #334466;
  font-size: 13px;
  line-height: 1.45;
}
.foto-duo { display: grid; grid-template-columns: 1.65fr 1fr; gap: 16px; margin: 8px 0 26px; align-items: stretch; }
.foto-duo .foto-karte { display: flex; flex-direction: column; margin: 0; }
.foto-duo img { flex: 1 1 auto; min-height: 420px; object-fit: cover; }
.portrait-karte img { object-position: center 24%; }

.artikel-raster { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 30px; align-items: start; }
.artikeltext > p:first-child::first-letter {
  float: left;
  margin: 7px 8px 0 0;
  color: var(--rso-blue);
  font-size: 48px;
  font-weight: bold;
  line-height: .8;
}
.faktenbox {
  position: sticky;
  top: 16px;
  padding: 18px;
  border: 1px solid var(--rso-line);
  border-top: 5px solid var(--rso-accent);
  border-radius: 10px;
  background: var(--rso-soft);
  box-shadow: 2px 3px 10px rgba(0, 60, 120, .08);
}
.faktenbox h2 { margin: 0 0 12px; padding: 0 0 8px; font-size: 17px; }
.faktenbox dl { margin: 0; }
.faktenbox dt { margin-top: 11px; color: #526078; font-size: 11px; font-weight: bold; text-transform: uppercase; letter-spacing: .06em; }
.faktenbox dd { margin: 2px 0 0; color: var(--rso-ink); font-size: 14px; line-height: 1.45; }
blockquote {
  margin: 28px 0;
  padding: 20px 22px;
  border-left: 5px solid var(--rso-accent);
  border-radius: 0 10px 10px 0;
  background: #fffbea;
  color: var(--rso-dark);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55;
}
.ehrung { margin-top: 28px; padding: 2px 20px 10px; border: 1px solid #d9e3ec; border-radius: 10px; background: #f8fafc; }
.ehrung h2 { border-bottom-color: var(--rso-accent); }
.author-line { margin-top: 30px !important; padding-top: 14px; border-top: 1px solid #e6e6e6; color: #667085 !important; font-size: 13px !important; text-align: center !important; }
.zurueck { padding: 12px 0 18px !important; background: #fff; text-align: center; }
.rso-footer { padding: 10px 16px !important; background: #ededed; color: #444; font-size: 13px; text-align: center; }
.rso-footer a { font-size: 13px; }

@media (max-width: 760px) {
  body { padding: 8px 4px 18px; }
  .rso-tabelle { width: 100%; border-width: 3px; border-radius: 12px; box-shadow: 3px 3px 9px #999; }
  .rso-header, .rso-nav, .rso-footer { padding-left: 10px !important; padding-right: 10px !important; }
  .rso-logo { margin: 0 auto; }
  .nav-bar, .nav-bar a, .style1, .style2 { font-size: 13px; }
  table.rso-tabelle > tbody > tr > td.inhalt { padding: 0 12px 20px !important; }
  .artikel-titel { font-size: 29px; }
  .intro-text { font-size: 15px; }
  .artikel-raster { display: block; }
  .faktenbox { position: static; margin: 24px 0; }
  .inhalt h2 { font-size: 17px; line-height: 1.35; }
  .inhalt p, .intro-text, .foto-unterschrift { font-size: 14px; line-height: 1.65; text-align: left; }
  blockquote { padding: 16px; font-size: 16px; }
  .foto-duo { display: block; }
  .foto-duo .foto-karte { width: 100%; margin-bottom: 18px; }
  .foto-duo img { min-height: 0; aspect-ratio: auto; object-fit: contain; }
}

/* Seitenspezifische Bildbehandlung: Deutsche Bahn-Meisterschaften */
.bahn-hero img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 38%;
}

.teamfoto {
  width: min(620px, 100%);
  margin: 8px auto 26px;
}

.teamfoto img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 760px) {
  .teamfoto img {
    aspect-ratio: auto;
    object-fit: contain;
  }
}
