/* Gut lesbare Staffelwahl im Nachtmodus. */
.db-dark .Inhaltselement a[href*="&st="] {
  border-color: #55778a !important;
  background: #17384e !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.db-dark .Inhaltselement a[href*="&st="]:hover,
.db-dark .Inhaltselement a[href*="&st="]:focus-visible {
  border-color: #ffd229 !important;
  background: #234d65 !important;
  color: #ffffff !important;
  outline: 2px solid #ffd229;
  outline-offset: 2px;
}

.db-dark .Inhaltselement a[href*="&st="].db-season-active {
  border-color: #ffd229 !important;
  background: #ffd229 !important;
  color: #063b68 !important;
}
