/* Radsportonline - Hauptseite - 2026-04-23 */


body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #000033;
  background-color: #CDCDCD;
  line-height: 1.5;
}

/* Alle Seiten im Jahrgang news2025 */
body.news2025,
body.news2025 p,
body.news2025 div,
body.news2025 li,
body.news2025 td,
body.news2025 span {
  font-size: 12px !important;
}


td, th {
  color: #000033;
}

a:link,
a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;   /* Links jetzt 16 px */
  color: #0056b3;
  font-weight: bold;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #B71360;
  text-decoration: underline;
}

img {
  border-radius: 6px;
  height: auto;
}

.mehr {
  font-weight: bold;
  color: #0056b3;
  text-decoration: none;
}

.mehr::before {
  content: "\279C";
  display: inline-block;
  transition: margin-right 0.2s ease;
}

.mehr:hover::before {
  margin-right: 8px;
}

nav {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.feine-linie {
  border: none;
  border-top: 1px solid #e6e6e6;
  margin: 25px 0;
}


.grosser-abstand {
line-height: 1.5;
}



.rso-tabelle {
  border-collapse:  separate;
  box-shadow: 7px 7px 12px #999;
  border: 2px solid #2a7db8;
  border-radius: 12px;
}

.rso-tabelle td {
  border: 1px solid #444;
  padding: 6px;
}

/* Abstandsgrafiken NICHT runden oder skalieren */
img[src*="10x10.gif"] {
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
}

/* =========================================================
   Responsive Artikel-Layout: Willi Köhler
   Vorgabe: Design der Indexmusterdatei, Steuerung über format.css
   ========================================================= */

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 18px 8px 28px 8px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.rso-tabelle {
  width: min(960px, 100%);
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  box-shadow: 7px 7px 18px #888;
  border: 6px solid #2a7db8;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}

.rso-tabelle > tbody > tr > td {
  border: 0;
  padding: 0;
}

.rso-header {
  padding: 12px 16px 6px 16px !important;
  border-radius: 14px 14px 0 0;
}

.rso-logo {
  width: 500px;
  max-width: 100%;
  height: auto;
}

.rso-nav {
  padding: 6px 16px 4px 16px !important;
}

.nav-bar {
  font-size: 15px;
  text-align: center;
  padding: 4px 0;
  line-height: 1.5;
}

.nav-bar a { font-size: 15px; }

.rso-hr {
  width: 93%;
  height: 2px;
  background-color: #0056b3;
  margin: 10px auto;
  border: none;
}

.style1 { color: #999; font-size: 15px; }
.style2 { color: #336666; font-weight: bold; font-size: 15px; }
.style8 { font-size: 12px; }
.style9 { font-size: 15px; }

.inhalt {
  padding: 0 30px 28px 30px;
}

.artikel-titel {
  font-size: 22px;
  margin-top: 20px;
}

.intro-text {
  font-size: 15px;
  line-height: 1.78;
  color: #111133;
  text-align: justify;
  margin-bottom: 24px;
  border-left: 4px solid #2a7db8;
  padding-left: 14px;
}

.inhalt h2 {
  font-size: 18px;
  color: #003870;
  border-bottom: 2px solid #2a7db8;
  padding-bottom: 5px;
  margin-top: 28px;
  margin-bottom: 10px;
}

.inhalt p {
  font-size: 15px;
  line-height: 1.78;
  color: #111133;
  margin-bottom: 10px;
  text-align: justify;
}

.foto-karte {
  background: #f4f8fd;
  border: 1px solid #c8ddf0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 3px 10px rgba(0,60,120,0.10);
  margin-bottom: 26px;
}

.foto-karte img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}

.foto-unterschrift {
  padding: 9px 14px 11px 14px;
  font-size: 15px;
  color: #334466;
  line-height: 1.4;
  font-style: italic;
  background: #f4f8fd;
  border-top: 1px solid #dce6f0;
  min-height: 36px;
}

.foto-karte.voll {
  width: 100%;
  clear: both;
}

.foto-duo,
.foto-trio {
  display: flex;
  gap: 16px;
  margin-bottom: 26px;
  clear: both;
  align-items: stretch;
}

.foto-duo .foto-karte,
.foto-trio .foto-karte {
  flex: 1 1 0;
  margin-bottom: 0;
}

.rso-footer {
  padding: 10px 16px !important;
  border-radius: 0 0 14px 14px;
}

.rso-footer p {
  margin: 0;
  line-height: 1.55;
}

@media (max-width: 760px) {
  body {
    padding: 8px 4px 18px 4px;
    background-color: #CDCDCD;
  }

  .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-left: auto;
    margin-right: auto;
  }

  .nav-bar {
    font-size: 13px;
  }

  .nav-bar a,
  .style1,
  .style2,
  .style9 {
    font-size: 13px;
  }

  .inhalt {
    padding: 0 12px 20px 12px;
  }

  .artikel-titel {
    font-size: 19px;
    line-height: 1.32;
  }

  .inhalt h2 {
    font-size: 17px;
    line-height: 1.35;
  }

  .inhalt p,
  .intro-text,
  .foto-unterschrift {
    font-size: 14px;
    line-height: 1.65;
  }

  .intro-text {
    text-align: left;
  }

  .inhalt p {
    text-align: left;
  }

  .foto-duo,
  .foto-trio {
    display: block;
    gap: 0;
  }

  .foto-duo .foto-karte,
  .foto-trio .foto-karte {
    width: 100%;
    margin-bottom: 18px;
  }
}

@media (min-width: 761px) {
  .foto-trio .foto-karte img {
    aspect-ratio: 285 / 403;
    object-fit: cover;
  }
}
