body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  max-width: 800px !important;
  margin: 0 auto !important;
}

/* Navbar Parameter */

.navbar {
  background: linear-gradient(to bottom, #FF2A2A, #FFFFFF) !important;
  /*border: 1px solid #200100 !important;*/
  font-size: 12pt;
  font-weight: bold;
}

/* Navbar Link-Farben überschreiben */

.navbar .nav-link, .navbar .nav-link:hover, .navbar .nav-link:focus, .navbar .dropdown-toggle {
  color: #200100 !important;
}

.navbar .nav-item {
  min-width: 80px !important;
  text-align: center !important;
}

.navbar .nav-link {
  white-space: nowrap !important;
}

.navbar .container, .navbar .container-fluid, .navbar .container-sm {
  padding: 0 !important;
  margin: 0 !important;
}

.navbar {
  padding: 0 !important;
}

.navbar-collapse {
  padding: 0 !important;
  margin: 0 !important;
}

.navbar .nav-link:focus {
  outline: none !important;
  box-shadow: none !important;
}

.carousel-item img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
  display: block !important;
}

/* Hamburger erst unter 360px */

@media (min-width: 360px) {
  .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-direction: row !important;
  }
}

@media (min-width: 360px) {
  .navbar-nav {
    flex-direction: row !important;
  }
}

@media (min-width: 360px) {
  .navbar-toggler {
    display: none !important;
  }
}

@media (max-width: 359px) {
  .navbar-toggler {
    display: block !important;
  }
}

/* .btn {
  background: linear-gradient(to bottom, #FF2A2A, #FFFFFF) !important;
  border: 2px solid #200100 !important;
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
  line-height: 1.1;
  width: 160px !important;
  height: 45px !important;
} */

.infotabelle td:first-child {
  font-weight: bold;
  padding-right: 15px;
  white-space: nowrap;
}

.infotabelle td {
  padding: 4px 0;
  border: none !important;
}

/* ===== NEWSTICKER ===== */

.newsticker-container {
  background-color: #F2F2F2;
  border: 1px solid #200100;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 15px 0;
  overflow: hidden;
}

.newsticker-titel {
  font-size: 14pt;
  font-weight: bold;
  color: #200100;
  border-bottom: 1px solid #200100;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.newsticker-liste {
  list-style: none;
  padding: 0;
  margin: 0;
}

.newsticker-liste li {
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
  font-size: 12pt;
}

.newsticker-liste li:last-child {
  border-bottom: none;
}

.newsticker-datum {
  font-weight: bold;
  color: #200100;
  margin-right: 10px;
  white-space: nowrap;
}

.newsticker-leer {
  color: #888;
  font-style: italic;
}

.newsticker-nummer {
  font-weight: bold;
  color: #200100;
  margin-right: 5px;
}

.newsticker-liste a {
  color: #200100 !important;
  text-decoration: underline;
}

.newsticker-liste a:hover {
  color: #200100 !important;
}

/* ===== TRAININGSTABELLE ===== */

.training-tabelle-container {
  background-color: #F2F2F2;
  border: 1px solid #200100;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 15px 0;
  overflow-x: auto !important;
}

.training-tabelle {
  width: 100%;
  border-collapse: collapse;
}

.training-tabelle th {
  font-size: 14pt;
  font-weight: bold;
  color: #200100;
  border-bottom: 1px solid #200100;
  padding: 6px 8px 5px 0;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
}

.training-tabelle th:hover {
  color: #FF2A2A;
}

.training-tabelle td {
  padding: 6px 8px 6px 0;
  border-bottom: 1px solid #ddd;
  font-size: 12pt;
}

.training-tabelle tr:last-child td {
  border-bottom: none;
}

.training-tabelle tr:hover td {
  background-color: #FFFFFF;
}

.training-tabelle td {
  vertical-align: top !important;
}

.training-tabelle th {
  vertical-align: top !important;
}

.social-header {
  text-align: right;
  padding: 4px 10px;
  clear: both !important;
  width: 100% !important;
  margin-top: 10px !important;
}

.social-header a {
  color: #FFFFFF !important;
  font-size: 18px;
  margin-left: 10px;
}

.social-header a:hover {
  color: #FF2A2A !important;
}

.social-header img {
  width: 30px !important;
  height: 30px !important;
  object-fit: contain;
}

body .btn, body a.btn {
  background: #F2F2F2 !important;
  background-image: none !important;
  border: 1px solid #200100 !important;
  width: auto !important;
  height: auto !important;
  padding: 2px 2px !important;
  color: #000000 !important;
  font-weight: bold;
}

body .btn:hover, body a.btn:hover {
  background: #200100 !important;
  background-image: none !important;
  color: #FFFFFF !important;
}

@media only screen and (max-width: 360px) {
  body .btn, body a.btn {
    font-size: 8pt !important;
  }
}

/* Textstile */

.text-arial-20-fett {
  font-size: 20pt;
  font-weight: bold;
}

.text-arial-16 {
  font-size: 16pt;
}

.text-arial-16-fett {
  font-size: 16pt;
  font-weight: bold;
}

.text-arial-14 {
  font-size: 14pt;
}

.text-arial-14-fett {
  font-size: 14pt;
  font-weight: bold;
}

.text-arial-12 {
  font-size: 12pt;
}

/* Carousel */

.carousel {
  max-width: 840px !important;
  margin: 0 auto !important;
  display: block !important;
  clear: both !important;
}

.carousel-inner {
  position: relative !important;
  height: 600px !important;
  overflow: hidden !important;
}

.carousel-item {
  height: 600px !important;
}

.carousel-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  cursor: pointer !important;
}

/* Responsive — Höhe skaliert mit Breite */

@media (max-width: 840px) {
  .carousel-inner, .carousel-item {
    height: calc(100vw * 0.714) !important;
  }
}

