:root {
  --red: #ea272b;
  --coal: #231f20;
  --white: #fff
}
@font-face {
  font-family: 'Formula1';
  src:  url('../fonts/Formula1-Regular.woff2') format('woff2'); 
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Formula1-Bold';
  src:  url('../fonts/Formula1-Bold.woff2') format('woff2'); 
  font-weight: normal;
  font-style: normal;
}
* { box-sizing: border-box }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}
body {
  background: #000;
  color: var(--white);
  font-family: 'Formula1', Arial, Helvetica, sans-serif;	
	font-size:1.1rem;
  font-weight: normal;
  font-style: normal;    
}
a {
  color: inherit
}
a:hover, a:focus {
  color: var(--red)
}
button, a {
  -webkit-tap-highlight-color: transparent
}
button {
  cursor: pointer
}
a:focus-visible, button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 7px
}
.skip-link { position: fixed;  left: 20px;  top: -80px;  z-index: 20;  background: var(--red);  padding: 12px }
.skip-link:focus { top: 10px }
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  height: 108px;
  padding: 0 5%;
  border-bottom: 1px solid #ffffff25;
  background: linear-gradient(#0009, transparent)
}
.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0
}
.brand-logo {
  display: block;
  width: 230px;
  height: auto
}
.menu {
  gap: 32px
}
.menu a {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 15px 0
}
.menu a.active {
  border-bottom: 2px solid var(--red)
}
.menu a span {
  margin-left: 15px;
  color: var(--red)
}
.header-note {
  font-size: 10px;
  letter-spacing: 2px
}
.header-note span {
  color: var(--red);
  margin: 0 8px
}
.nav-toggle {
  display: none
}
.hero {
  min-height: 760px;
  height: 100svh;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  overflow: hidden
}
.hero video, .hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2
}
.hero video {
  object-fit: cover
}
.hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, #000b 0%, #0005 65%, #0002), linear-gradient(0deg, #000 0%, transparent 40%, #0004)
}
.hero-content {
  width: 100%;
  padding: 140px 5% 120px
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px
}
.eyebrow > span {
  height: 6px;
  width: 6px;
  background: var(--red)
}
h1 {
  font-family: Impact, 'Arial Narrow', Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(70px, 10.9vw, 166px);
  line-height: .93;
  letter-spacing: -.02em;
  margin: 0 0 32px
}
h1 > span {
  color: var(--red)
}
.hero-caption {
  display: flex;
  gap: 20px;
  align-items: flex-start
}
.accent-line {
  width: 34px;
  height: 2px;
  background: var(--red);
  margin-top: 10px
}
.hero-caption p {
  font-size: 14px;
  line-height: 1.7;
  color: #ddd
}
.hero-link {
  margin: 24px 0 0;
  background: var(--red);
  font-size: 12px;
  font-weight: bold;
  padding: 19px 23px
}
.hero-link:hover, .hero-link:focus {
  background: #b9191d;
  color: #fff
}
.hero-link span {
  margin-left: 45px;
  font-size: 18px
}
.hero-bottom {
  position: absolute;
  bottom: 32px;
  left: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ffffff30;
  padding-top: 22px
}
.scroll-link {
  font-size: 9px;
  letter-spacing: 2px
}
.scroll-link > span {
  color: var(--red);
  font-size: 20px;
  margin-right: 15px
}
.video-controls {
  display: flex;
  align-items: center;
  gap: 20px
}
.video-controls button {
  color: white;
  font-size: 11px;
  padding: 8px 0
}
.video-controls button span {
  margin-left: 12px
}
.video-label {
  font-size: 9px;
  letter-spacing: 2px;
  color: #aaa
}
.league-section {
  padding: 100px 5%;
  background: #000
}
.league-section .eyebrow {
  color: var(--red);
  margin-top: 12px
}
h2 {
  font-family: 'Formula1-Bold';
  font-size: clamp(35px, 4.5vw, 64px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 25px
}
h2 span {
  color: #999
}
.league-section p:not(.eyebrow) {
  max-width: 1200px;
  color: #aaa;
  font-size: 15px
}
.countries {
  display: flex;
  border-top: 1px solid var(--coal);
  margin-top: 40px;
  gap: 32px;
  padding-top: 22px
}
.countries > span {
  flex: 1;
  font-size: 9px;
  letter-spacing: 1px
}
.countries b {
  display: block;
  font-size: 25px;
  color: var(--red);
  margin-top: 8px
}

@media(max-width:640px) {
  .site-header {
    height: 82px
  }
  .brand {
    display: flex;
    align-items: center;
    flex-shrink: 0
  }
  .brand-logo {
    display: block;
    width: 230px;
    height: auto
  }
  .menu {
    display: block
  }
  .hero {
    min-height: 690px
  }
  .hero-content {
    padding-top: 115px
  }
  h1 {
    font-size: clamp(60px, 14vw, 90px)
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 2px
  }
  .hero-bottom {
    align-items: flex-start
  }
  .video-controls {
    gap: 14px
  }
  .video-label {
    display: none
  }
  .scroll-link {
    font-size: 8px;
    letter-spacing: 1px
  }
  .league-section {
    padding-top: 65px;
    padding-bottom: 65px
  }
  .countries {
    gap: 12px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
}
.cup-page {
  min-height: 100svh;
  display: flex;
  flex-direction: column
}
.cup-content {
  width: 100%;
  flex: 1;
  padding: 160px 5% 90px;
  background: radial-gradient(ellipse at 90% 70%, #231f2070, transparent 55%)
}
.cup-back {
  display: inline-block;
  font-size: 11px;
  color: #aaa;
  margin-bottom: 65px
}
.cup-content h1 {
  margin-bottom: 0
}
.cup-intro {
  padding-bottom: 12px
}
.cup-rule {
  display: block;
  width: 48px;
  height: 3px;
  background: var(--red);
  margin-bottom: 26px
}
.cup-intro h2 {
  font-size: 28px;
  letter-spacing: -.5px
}
.cup-intro p {
  font-size: 15px;
  color: #aaa;
  max-width: 300px
}
@media(max-width:900px) and (min-width:641px) {
  .header-note {
    display: none
  }
}
@media(max-width:1023px) {
  .cup-intro {
    margin-top: 40px
  }
}
@media(max-width:640px) {
  .cup-content {
    padding-top: 120px;
    padding-bottom: 60px
  }
  .cup-back {
    margin-bottom: 45px
  }
}
.cup-links {
  position: static;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  background: none;
  border-block: 1px solid var(--coal);
  padding: 24px 0;
  margin-top: 60px
}
.cup-links a {
  font-size: 12px;
  font-weight: bold
}
.cup-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cup-section h2 {
  font-size: 40px;
  letter-spacing: -1px;
  font-family: 'Formula1-Bold';
}
.cup-note {
  font-size: 13px;
  color: #aaa
}
.cup-note a {
  text-decoration: underline
}
.session-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 30px 0 0;
  gap: 20px
}
.session-grid > div {
  border-top: 2px solid var(--red);
  padding: 10px;
  background: #231f2040
}
.session-grid dt {
  font-size: 12px;
  color: #aaa
}
.session-grid dd {
  font-size: 46px;
  font-weight: bold;
  margin: 0
}
.session-grid small {
  font-size: 14px;
  color: #aaa
}
.cup-calendar {
  margin: 24px 0;
  min-width: 660px
}
.cup-calendar thead, .cup-calendar tbody, .cup-calendar tbody tr:nth-child(even) {
  background: transparent;
  border: 0;
  color: white
}
.cup-calendar thead {
  background: var(--coal);
  font-size: 11px
}
.cup-calendar th, .cup-calendar td {
  padding: 18px 16px;
  text-align: left;
  border-bottom: 1px solid var(--coal);
  font-size: 13px
}
.cup-calendar tbody td:first-child {
  color: var(--red);
  font-weight: bold
}
.cup-calendar tbody td:last-child {
  color: #aaa
}
@media(max-width:640px) {
  .session-grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .cup-links {
    gap: 18px
  }
  .cup-section h2 {
    font-size: 32px
  }
}
.cup-hero {
  height: 100svh;
  min-height: 0
}
.cup-hero .hero-content {
  padding-top: 120px;
  padding-bottom: 100px
}
.cup-details {
  padding-top: 0
}
.cup-details .cup-links {
  margin-top: 0
}
@media(max-height:700px) {
  .cup-hero h1 {
    font-size: clamp(54px, 12vh, 100px);
    margin-bottom: 18px
  }
  .cup-hero .eyebrow {
    margin-bottom: 16px
  }
  .cup-hero .hero-link {
    margin-top: 8px;
    padding: 12px 20px
  }
  .cup-hero .hero-bottom {
    bottom: 16px;
    padding-top: 10px
  }
}
@media(max-height:480px) {
  .cup-hero {
    height: auto;
    min-height: 100svh
  }
}
.hall-content {
  width: 100%;
  padding: 170px 5% 70px
}
.hall-content h1 {
  font-size: clamp(64px, 10vw, 140px)
}
.hall-intro {
  color: #aaa;
  line-height: 1.8
}
.hall-jumps {
  display: flex;
  position: static;
  background: none;
  gap: 28px;
  flex-wrap: wrap;
  padding: 25px 0;
  border-block: 1px solid var(--coal);
  margin: 45px 0
}
.hall-jumps a {
  font-size: 12px;
  font-weight: bold
}
.honour-section {
  padding: 40px 0;
  border-bottom: 1px solid var(--coal)
}
.honour-section h2 {
  font-size: 32px;
  letter-spacing: -1px
}
.honour-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px
}
.honour-card {
  background: #231f204d;
  padding: 24px;
  border-top: 2px solid var(--red)
}
.honour-card h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #aaa;
  margin-bottom: 22px
}
.honour-list {
  list-style: none;
  margin: 0
}
.honour-list li {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #ffffff12
}
.honour-list strong {
  font-size: 15px;
  overflow-wrap: anywhere
}
.honour-rank {
  font-size: 24px;
  font-weight: bold;
  color: #777
}
.honour-list li:first-child .honour-rank {
  color: var(--red)
}
.honour-archive {
  grid-column: 1/-1;
  min-width: 0;
  border: 1px solid var(--coal)
}
.honour-archive summary {
  cursor: pointer;
  padding: 20px;
  font-weight: bold;
  font-size: 14px
}
.honour-archive summary span {
  float: right;
  font-size: 12px;
  color: #aaa
}
.honour-archive .cup-calendar {
  margin: 0
}
.hall-content > .cup-note {
  margin-top: 35px
}
@media(max-width:1100px) and (min-width:641px) {
  .header-note {
    display: none
  }
  .site-header .menu {
    gap: 20px
  }
  .brand-logo {
    width: 190px
  }
}
@media(max-width:800px) {
  .honour-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}
@media(max-width:640px) {
  .hall-content {
    padding-top: 125px
  }
  .honour-grid {
    grid-template-columns: 1fr
  }
  .honour-section h2 {
    font-size: 27px
  }
  .hall-jumps {
    gap: 20px
  }
}
.gt-filters label {
  color: #aaa;
  font-size: 12px
}
.gt-filters select {
  margin-top: 8px;
  background-color: var(--coal);
  color: #fff;
  border: 1px solid #555
}
.gt-timing {
  padding: 20px;
  font-size: 13px;
  color: #bbb
}
#gt-table .cup-calendar {
  white-space: nowrap
}
#gt-table {
  margin-bottom: 20px
}
@media(min-width:641px) and (max-width:900px) {
  .site-header .menu {
    gap: 12px
  }
  .site-header .menu a {
    font-size: 10px
  }
  .brand-logo {
    width: 155px
  }
}
/* Shared responsive header across every page. */
.site-header {
  flex-wrap: nowrap;
  gap: 24px
}
.site-header .brand-logo {
  width: 230px;
  max-width: 100%;
  height: auto
}
.site-header #navigation {
  position: static;
  display: block;
  background: transparent;
  padding: 0;
  min-width: 0
}
.site-header #navigation .menu {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px
}
.site-header #navigation .menu a {
  font-size: 12px;
  white-space: nowrap
}
.site-header .header-note {
  display: block;
  white-space: nowrap
}
.site-header .nav-toggle {
  display: none
}
@media(max-width:1100px) {
  .site-header {
    height: 82px;
    gap: 16px
  }
  .site-header .brand {
    min-width: 0
  }
  .site-header .brand-logo {
    width: 200px;
    max-width: 52vw
  }
  .site-header .header-note {
    display: none
  }
  .site-header #navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #181617;
    padding: 12px 5% 20px;
    border-bottom: 2px solid var(--red);
    max-height: calc(100svh - 82px);
    overflow-y: auto;
    overscroll-behavior: contain;
    box-shadow: 0 16px 28px #0006
  }
  .site-header.nav-ready #navigation {
    display: none
  }
  .site-header.nav-ready #navigation.is-open {
    display: block
  }
  .site-header #navigation .menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0
  }
  .site-header #navigation .menu li {
    width: 100%
  }
  .site-header #navigation .menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 14px 12px;
    font-size: 14px;
    white-space: normal;
    border-bottom: 1px solid #ffffff18
  }
  .site-header #navigation .menu a.active {
    color: #fff;
    background: #ea272b20;
    border-left: 3px solid var(--red)
  }
  .site-header #navigation a:focus-visible {
    outline-offset: -3px
  }
  .site-header.nav-ready .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-shrink: 0;
    min-width: 92px;
    min-height: 44px;
    padding: 8px 12px;
    border: 1px solid #ffffff60;
    color: #fff;
    background: #0008;
    font-size: 12px
  }
  .site-header .nav-toggle span {
    margin: 0;
    font-size: 22px;
    line-height: 1
  }
  .site-header .nav-toggle[aria-expanded=true] {
    border-color: var(--red);
    background: var(--coal)
  }
}
/* Persistent header, with language selection at every breakpoint. */
.site-header {
  position: fixed;
  z-index: 30;
  background: #000e;
  backdrop-filter: blur(12px)
}
html {
  scroll-padding-top: 128px
}
.language-picker {
  display: block;
  margin: 0;
  flex-shrink: 0
}
.language-select {
  width: 110px;
  height: 44px;
  margin: 0;
  padding: 8px 25px 8px 10px;
  border: 1px solid #ffffff55;
  background-color: var(--coal);
  color: #fff;
  font-size: 12px;
  background-image: none;
  appearance: auto
}
.language-select:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px
}
.hall-details {
  padding-top: 0
}
.hall-hero .hall-intro {
  color: #ddd
}
@media(max-width:1100px) {
  html {
    scroll-padding-top: 102px
  }
  .site-header .nav-toggle {
    margin-left: auto
  }
  .language-picker {
    order: 3
  }
  .site-header {
    gap: 12px
  }
  .site-header .brand-logo {
    max-width: 40vw
  }
  .site-header.nav-ready .nav-toggle {
    min-width: 74px
  }
}
@media(max-width:480px) {
  .site-header {
    padding-inline: 4%;
    gap: 8px
  }
  .site-header .brand-logo {
    width: 125px;
    max-width: 32vw
  }
  .language-select {
    width: 89px;
    padding-left: 6px
  }
  .site-header.nav-ready .nav-toggle {
    padding-inline: 8px;
    min-width: 64px;
    gap: 6px
  }
  .site-header .nav-toggle span {
    font-size: 18px
  }
}
@media(max-width:380px) {
  .site-header.nav-ready .nav-toggle {
    font-size: 0;
    min-width: 44px;
    width: 44px;
    gap: 0
  }
  .site-header .nav-toggle span {
    font-size: 20px
  }
}
/* Transparent at the top; solid black once the page scrolls. */
.site-header {
  background: transparent;
  backdrop-filter: none;
  border-bottom-color: transparent;
  transition: background-color .4s ease, border-color .4s ease
}
.site-header.is-scrolled {
  background: #000;
  border-bottom-color: #ffffff25
}
.language-picker {
  display: flex;
  align-items: center;
  gap: 6px
}
.language-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 6px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer
}
.language-button img {
  display: block;
  width: 30px;
  height: 20px;
  box-shadow: 0 0 0 1px #ffffff35
}
.language-button:hover {
  background: #ffffff15
}
.language-button[aria-pressed=true] {
  border-color: var(--red);
  background: #0003
}
.language-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px
}
@media(prefers-reduced-motion:reduce) {
  .site-header {
    transition: none
  }
}

h2.start {
  font-family: Impact, 'Arial Narrow', Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(60px, 10vw, 150px);
  line-height: .93;
  letter-spacing: -.02em;
  margin: 0 0 32px
}
h2.start > span {
  color: var(--coal)
}
.textStart {
  font-size:1rem;
}
.startButton {
  font-size: 1rem;
  border: 2px solid var(--white);
  padding:10px;
}
.startButton:hover {
  border: 2px solid var(--coal);
  color: var(--coal);
}

/* footer */
footer {
  margin: 0 5%;
  margin-top: 0;
  padding: 26px 0;
  border-top: 1px solid var(--coal);
  font-size: 10px;
  letter-spacing: 0px;
  color: #aaa
}
.logos {
  border-bottom: 1px solid var(--coal);
  padding: 26px 0;
  margin-bottom:26px;
}
.footerLogo {
  height: 60px;
}
.footerNavHead {
  font-size: 0.8rem;;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px
}
.footerNavHead > span {
  height: 16px;
  width: 5px;
  background: var(--red)
}

/* start page  */
.cup-image { background-repeat: no-repeat; background-size: cover; background-position: center; min-height: 100vh; }
.cup-image.skippy { background-image: url("/img/page-start-skippy.jpg"); }
.cup-image.gtcup { background-image: url("/img/page-start-gt.png"); }
.cup-image.caterham { background-image: url("/img/page-start-caterham.jpg"); }
.cup-box { margin: 0; min-height: 600px; background-color: var(--red); }

/* Factsheet*/
.factsheet { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; width: 100%; font-family: inherit; }
.factsheet__block { box-sizing: border-box; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 40px 20px; background: transparent; border: 2px solid #ea272b; text-align: center; }
.factsheet__number { color: #ea272b; font-size: clamp(40px, 6vw, 72px); font-weight: 700; line-height: 1; font-variant-numeric: tabular-nums; }
.factsheet__label { color: inherit; font-size: 16px; line-height: 1.5; }
.factsheet__number.plus::after {
  content: "+";
}
@media (max-width: 640px) { .factsheet { grid-template-columns: 1fr; gap: 16px; } }
/* Discord Button */
  .discord-button {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 20px;
    box-sizing: border-box;
    max-width: 100%;
    padding: 14px 24px;
    border: 2px solid #ea272b;
    border-radius: 0px;
    background: transparent;
    color: #ea272b;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 180ms ease;
  }

  .discord-button:visited {
    color: #ea272b;
  }

  .discord-button:hover {
    background-color: rgba(234, 39, 43, 0.1);
  }

  .discord-button:focus-visible {
    outline: 2px solid #ea272b;
    outline-offset: 4px;
  }

  .discord-button__online {
    font-size: 14px;
    font-weight: 400;
    font-variant-numeric: tabular-nums;
  }

  @media (prefers-reduced-motion: reduce) {
    .discord-button {
      transition: none;
    }
  }


/* Schedule */
.race-block {
  background-color: #090808;
  border: 1px solid var(--red);
}
.kalender-reveal {
  --reveal-duration: 150ms;
  --reveal-distance: 24px;
}

/* Erst durch JavaScript aktivieren */
.kalender-reveal.is-pending {
  opacity: 0;
  transform: translateY(var(--reveal-distance)) translateX(var(--reveal-distance));
}

.kalender-reveal.is-revealed {
  animation: kalender-einblenden var(--reveal-duration)
    cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes kalender-einblenden {
  from {
    opacity: 0;
    transform: translateY(var(--reveal-distance)) translateX(var(--reveal-distance));
  }

  to {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .kalender-reveal.is-pending,
  .kalender-reveal.is-revealed {
    opacity: 1;
    transform: none;
    animation: none;
  }
}





/* Track Maps			  																																			*/
/* ====================================================================================== */
#svgMap, #svgMap * {
	margin: 0;
	padding: 0;
}
#svgMap {
	position: relative;
	box-sizing: border-box;
	width:99%;
  aspect-ratio: 16/9;
	/*
	height: 300px;
	width: 100%;
	background: #000;
	border: 1px solid #aaa;
	outline: 1px solid #000;
	*/
}
#track-background {
	width: 99%;
	height: 150px;
	position: absolute;
	z-index: 1;
}
#track-inactive {
	width: 99%;
	height: 150px;
	position: absolute;
	z-index: 2;
}
#track-active {
	width: 99%;
	height: 150px;
	position: absolute;
	z-index: 3;
}
#track-pitroad {
	width: 99%;
	height: 150px;
	position: absolute;
	z-index: 4;
}
#track-start-finish {
	width: 99%;
	height: 150px;
	position: absolute;
	z-index: 5;
}
#track-turns {
	width: 99%;
	height: 150px;
	position: absolute;
	z-index: 6;
}
#track-turns text {
	fill: #333;
	font-size: 40px;
	font-family: "Formula1",sans-serif;
	/* text-shadow: 0 2px 1px #000; */
}


/* Tabs and Tables */

/* Tabs einfärben	und formatieren																													*/
/* ====================================================================================== */

/* Hover Farbe für alle Tabs */
#eventTabs a:hover, [id^="scoringTabs"] a:hover, [id^="resultTabs"] a:hover, #raceResults a:hover, #Standings a:hover, #hof-tabs a:hover  {
	background-color: #363636 !important;
	color:#000;
}	
.tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
  color: #000;
}

/* Standings Standard */
.tabs-title > a[aria-controls^="standings"][aria-selected="false"],
.tabs-title > a[aria-controls^="scoring"][aria-selected="false"],
.tabs-title > a[aria-controls^="event"][aria-selected="false"],
.tabs-title > a[aria-controls^="result"][aria-selected="false"]  {
	/* background-color: #333; */
  background-color: #000; 
}
/* Standings ausgewählt */	
.tabs-title > a[aria-controls^="standings"][aria-selected="true"]:focus, .tabs-title > a[aria-controls^="standings"][aria-selected="true"],
.tabs-title > a[aria-controls^="scoring"][aria-selected="true"]:focus, .tabs-title > a[aria-controls^="scoring"][aria-selected="true"],
.tabs-title > a[aria-controls^="event"][aria-selected="true"]:focus, .tabs-title > a[aria-controls^="event"][aria-selected="true"], 
.tabs-title > a[aria-controls^="result"][aria-selected="true"]:focus, .tabs-title > a[aria-controls^="result"][aria-selected="true"] {
	background-color: #2F2F2F;
	color: darkgray;
}

/* Tabmenue Hintergrund */
#eventTabs, #scoringTabs, #raceResults, #Standings, #hof-tabs, ul[id^="RaceTabs"], ul[id^="scoringTab"], ul[id^="resultTabs"] {
	background:none;
	padding-bottom:1rem;
	border:hidden;
	}
#eventTabs.tabs, #eventTabs.tabs-title, #scoringTabs.tabs, #scoringTabs.tabs-title, #raceResults.tabs, #raceResults.tabs-title, Standings.tabs, #Standings.tabs-title, .tabs-content, hof-tabs {
	border:hidden;
	color: #000;
  background: none;
	}


/* abstand/Rahmen Tabsinhalte */
div[id^="eventTab"].tabs-panel, div[id^="scoringTab"].tabs-panel, div[id^="resultTab"].tabs-panel, .raceResults.tabs-panel,.Standings.tabs-panel, .hof.tabs-panel, .RaceTabs.tabs-panel, .HeatTabs.tabs-panel {
	padding:0;
	border:hidden;
	}
#raceResults a, #Standings a, #hof-tabs a, a[id^="RaceTabs"], a[id^="eventTab"], a[id^="scoringTab"],  a[id^="resultTab"] {
	color: darkgray;
	padding: 0.75rem 1rem;
	border: 2px solid var(--red);
	margin-right:0.5rem; 
	min-width:7rem;
	text-align:center;
	margin-top:0.5rem;
	}

/* Tabellen 																																							*/
/* ====================================================================================== */
img.driverFlag {
	height:16px;
	width:24px;
	border:1px solid #666;
	margin-right:4px;
}
.resultheader {
	max-height:0px;
	overflow:hidden;
	}

.resultheader.is-stuck {
	max-height:47px;
	-webkit-transition: max-height 0.5s; 
  -moz-transition: max-height 0.5s; 
  -ms-transition: max-height 0.5s; 
  -o-transition: max-height 0.5s; 
  transition: max-height 0.5s;  	
	}

table.raceresults  {
	font-size:0.6rem;
	color:#CCC;
	margin-bottom: 0rem;
	}
thead, tbody, tfoot {
    border: hidden;
    background-color: #141414;
}	
tbody th, tbody td {
	padding: 0.3rem 0.2rem 0.3rem 0.2rem;
	font-size:0.7rem;
	}
td.raceResultsHead {
	font-size:0.7rem;
	font-weight:bold;
	text-align:center;
	color:#707070;	
	}	
td.text-left {
	text-align:left;	
	}	
tbody tr:nth-child(2n) {
	background-color:#272727;
	}	
table.hover thead tr:hover {
  background-color: #5E5E5E; }

table.hover tfoot tr:hover {
  background-color: #5E5E5E; }

table.hover tbody tr:hover {
  background-color: #5E5E5E; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #5E5E5E; }


.reviewsBox {
	margin-bottom:1rem;
	background-color: #272727;
	
	}

.reviewsHead {
	font-size: 1.0rem;
	background-color:#141414;
	padding:0.5rem;
	color:#656565;
	}
.reviewsLeft, .reviewsRight {
	font-size: 0.9rem;
	padding:0.5rem;
	border:1px solid #202225;
	}
.reviews {
	font-size: 0.9rem;
	}
.reviewsText {
  color: #aaa;
	}	
.reviewSubHead {
	color: #656565;
	font-size:0.9rem;
	font-style:italic;
	margin-bottom:0.5rem;
	}
.hof-head { font-weight:bold; }
.statsHead { font-size:0.55rem; font-weight:bold; text-align:center; padding: 0.3rem 0.3rem 0.3rem; color:#707070; }	

/* ein wenig Farbe */
.overall { background-color:black; }
.eisen { background-color:#b6d7a8; }
.team { background-color:black; }
.bold { font-weight: bold; }	
.gold { background-color: #cc9933; }	
.goldtext { color: #cc9933; }	
.silver { background-color: #9ca2a5; }	
.silvertext { color: #9ca2a5; }	
.bronze { background-color: #a1735e; }
.bronzetext { color: #a1735e; }
.dropped { color:#3399cc; }	
.bronze.dropped { color:#3399cc; }	
.green { color:#00D200; }
.red { color:#E10027; }		
.inc1 { color:#93c47d; } 
.inc2 { color:#f1c232; } 
.inc3 { color:#ff0059; } 
.fpr1 { color:#2C9B42; }
.fpr2 { color:#ECB727; }
.fpr3 { color:#FC5608; }
.fpr4 { color:#FC5608; }
.fpr5 { color:#fff; }
.statsdriver { background-color: #B7B7B7; }	
.stats1 { background-color: #FF9900; }	
.stats2 { background-color: #93C47D; }	
.stats3 { background-color: #A4C2F4; }	
.stats4 { background-color: #B4A7D6; }	
.stats5 { background-color: #EA9999; }	
.stats6 { background-color: #F9CB9C; }
.border-left { border-left: 1px solid #000; }	
.border-right { border-right: 1px solid #000; }	

div.tableWrapper { }
div.tableWrapper table th { cursor: pointer; }
div.tableWrapper table th.active { background: #5dd39e; }
div.tableWrapper table th.active.asc::after,
div.tableWrapper table th.active.desc::after { content: '<'; transform: rotate(-90deg); display: block; margin: 0 4px; }
div.tableWrapper table th.active.desc::after { transform: rotate(90deg); }