body {
  font-family: "Montserrat";
  overflow: hidden;
}

body.dark #main {
  color: white;
  background: #333 !important;
}

body.dark .newsticker {
  color: black;
  background: url(../img/bg_newsticker_white.svg) no-repeat right;
}

body.dark .weather {
  /* background: url(../img/forecast_white.svg) no-repeat center center; */
}

body.dark .clock {
  background-image: url("../img/bg_clock_white.svg");
  background-position: left;
  color: #414141;
}

body.dark .carousel .carousel-control-prev-icon {
  /* change fill="currentColor" to %23fff to make it white  */
  background-image: url("../img/arrow-left-white.svg");
  left: 0;
}

body.dark .carousel .carousel-control-next-icon {
  /* change fill="currentColor" to %23fff to make it white  */
  background-image: url("../img/arrow-right-white.svg");
}

body.dark .carousel-indicators [data-bs-target] {
  background-color: #fff;
}

body.dark tr,
body.dark td {
  color: white;
}

body.dark .table-striped > tbody > tr:nth-of-type(odd) > * {
  color: white !important;
  --bs-table-accent-bg: rgba(255,255,255,0.1)
        ;
}

body.light #main {
  color: black;
  background: white !important;
}

body.light .newsticker {
  color: white;
  background: url(../img/bg_newsticker_black.svg) no-repeat right;
}

body.light .weather {
  /* background: url(../img/forecast.svg) no-repeat center center; */
}

body.light .clock {
  background-image: url("../img/bg_clock.svg");
  background-position: left;
  color: white;
}

body.light .carousel .carousel-control-prev-icon {
  /* change fill="currentColor" to %23fff to make it white  */
  background-image: url("../img/arrow-left.svg");
  left: 0;
}

body.light .carousel .carousel-control-next-icon {
  /* change fill="currentColor" to %23fff to make it white  */
  background-image: url("../img/arrow-right.svg");
}

body.light .carousel-indicators [data-bs-target] {
  background-color: #414141;
}

body.light tr,
body.light td {
  color: #414141;
}

body.light .table-striped > tbody > tr:nth-of-type(odd) > * {
  color: #414141 !important;
}

#main {
  width: 2160px;
  margin: 0 auto;
  height: 3840px;
  position: absolute;
}

.marquee {
  overflow: hidden;
  background-position: right;
  height: 145px;
  font-size: 60px;
  line-height: 145px;
  text-transform: uppercase;
  width: 1100px;
  display: block;
  padding-right: 50px;
}

.marquee p {
  display: inline;
}

.header {
  width: 100%;
  z-index: 200;
  position: absolute;
}

.footer {
  width: 100%;
  z-index: 300;
  height: 490px;
  display: block;
  position: absolute;
  bottom: 0px;
}

.newsticker {
  color: white;
  font-size: 60px;
  width: 1250px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 145px;
  padding: 0;
  float: left;
  text-transform: uppercase;
  padding-left: 50px;
}

.weather {
  width: 580px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 285px;
}


.clock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: right;
  width: 330px;
  height: 280px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 50px;
}

.sponsor {
  background: black;
  color: white;
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  height: 230px;
  width: 100%;
  position: absolute;
}

.sponsor img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.sponsor img:hover {
  -webkit-filter: none;
  filter: none;
}

.menu {
  height: 262px;
}

.content {
  width: 2160px;
  height: 3610px;
  position: absolute;
  z-index: 0;
  top: 0px;
}

.time {
  font-size: 70px;
  font-weight: bold;
  display: block;
  width: 100%;
}

.date {
  font-size: 35px;
  line-height: 40px;
  display: block;
  width: 100%;
}

#background-video {
  width: 2160px;
  height: 100vh;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.navigation {
  background: url(../img/bg_icons.svg);
  background-position: left;
  width: 1682px;
  height: 260px;
}

.navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 50px 150px 0 50px;
  list-style: none;
}

.navigation ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  font-size: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.navigation ul li a {
  color: black;
  text-decoration: none;
  text-align: center;
  width: 100%;
}

.navigation ul li a.menu-item {
  display: block;
}

.navigation ul li a:hover {
  color: red;
}

.navigation ul li img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.menu {
  width: 620px;
  height: 190px;
  background: url(../img/bg_menu.svg);
  position: absolute;
  bottom: 230px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 80px;
}

.menu a {
  font-size: 70px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 25px;
  line-height: 70px;
}

.maincontent {
  padding-top: 350px;
  font-size: 40px;
  padding-right: 200px;
  padding-left: 200px;
  height: calc(100vh - 540px);
}

.maincontent p {
  margin-bottom: 45px;
}

.maincontent h1 {
  font-size: 100px;
  margin-bottom: 100px;
  text-transform: uppercase;
  font-weight: 700;
}

.maincontent h2 {
  font-size: 70px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 400;
}

.highlight {
  color: green;
  font-weight: bold;
}

/* Dropup Button */
.dropbtn {
  border: none;
}

/* The container <div> - needed to position the dropup content */
.dropup {
  position: relative;
  display: inline-block;
}

/* Dropup content (Hidden by Default) */
.dropup-content {
  display: none;
  position: absolute;
  bottom: 150px;
  background-color: #f1f1f1;
  min-width: 160px;
  z-index: 1;
  right: -85px;
}

/* Links inside the dropup */
.dropup-content a {
  color: black;
  padding: 12px 0px;
  text-decoration: none;
  display: block;
  width: 500px;
  text-align: center;
  font-size: 40px;
  border-bottom: 3px solid white;
}

/* Change color of dropup links on hover */
.dropup-content a:hover {
  background-color: #ddd;
}

/* Show the dropup menu on hover */
.dropup:hover .dropup-content {
  display: block;
}

/* Change the background color of the dropup button when the dropup content is shown */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  /* Use to adjust size of icons */
  width: 10rem;
  height: 10rem;
}

.carousel-control-next,
.carousel-control-prev {
  width: 8%;
}

.carousel-indicators [data-bs-target] {
  height: 40px;
  width: 40px;
  margin: 0 10px;
}

.turnier tr,
.turnier td {
  font-size: 40px;
}

small {
  color: green;
}

.accordion-button {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  border: none 0 transparent;
  background-color: transparent;
}

.accordion-button:focus {
  border: none 0 transparent;
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  border: none 0 transparent;
  background-color: transparent;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed), .accordion-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 none;
}
/*# sourceMappingURL=style.css.map */


.singleweather .temp{
  font-size: 1.75rem !important;
}
.singleweather .description{
  display:none !important
}