@font-face {
  font-family: "Own Segoe UI";
  src: url(segoeui.ttf);
}

@font-face {
  font-family: "Own Segoe UI";
  src: url(segoeuib.ttf);
  font-weight: bold;
}

html,
body {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", "Own Segoe UI", sans-serif;
  font-size: 20px;
  line-height: 170%;
  min-width: 1300px;
}

body {
  background: url("../../images/background.jpg") repeat-y;
  background-size: 100% auto;
  background-attachment: fixed;
  overflow-y: scroll;
}

a {
  text-decoration: none;
  border-bottom: 1px dashed;
  color: #ffa500;
}

span {
  color: #ffa500;
}

i {
  margin-right: 0.2em;
}

#container {
  width: 80%;
  height: auto;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.7);
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

#kalender {
  width: 20%;
  height: auto;
  float: right;
  margin-left: 5%;
  position: relative;
  display: block;
  margin-bottom: 5%;
  word-wrap: break-word;
}

#header {
  font-size: 65px;
  color: #ffa500;
  text-align: right;
  padding: 20px 35px;
  font-weight: bold;
  height: 80px;
  background: url("../../images/header.png") no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  line-height: normal;
}

#title {
  margin-top: -4px;
  position: relative;
}

#title > div:nth-child(2) {
  display: block;
  position: absolute;
  font-size: 26px;
  margin-top: -16px;
  margin-left: 230px;
  width: 164px;
}

#title img {
  position: absolute;
  height: 100px;
  left: -115px;
  top: 0px;
}

#socialMedia {
  position: absolute;
  display: inline-block;
  font-size: initial;
  top: 90px;
  margin-left: 165px;
  white-space: nowrap;
}

#socialMedia a {
  border-bottom: none;
}

#socialMedia img {
  height: 22px;
  width: auto;
}

#links {
  position: relative;
  display: block;
  margin-bottom: -5px;
  margin-top: -15px;
  font-size: 12px;
  width: inherit;
  z-index: 10;
}

#links a {
  color: gray;
  text-decoration: none;
  border-bottom: 1px dashed;
  margin-left: 10px;
}

#menu {
  width: 100%;
  height: 40px;
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
}

#menu ul {
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu li {
  position: relative;
  float: left;
  height: 100%;
  width: 14.285%;
  text-wrap: nowrap;
}

#menu li a {
  display: block;
  height: 24px;
  text-align: center;
  font-size: 24px;
  color: black;
  background: white;
  text-decoration: none;
  text-shadow: white 1px 1px;
  padding-top: 4px;
  padding-bottom: 12px;
  border-bottom: none;
}

#menu li a:hover {
  text-shadow: #cccccc 1px 1px;
}

/* Submenu */
#menu li ul {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
}

#menu li ul li {
  width: 100%;
  height: auto;
}

#menu li ul li a {
  display: block;
  height: 24px;
  text-align: center;
  font-size: 24px;
  color: black;
  background: linear-gradient(to bottom, #ffefd3, rgb(255, 255, 255), #ffefd3);
  text-shadow: white 1px 1px;
  padding-top: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid #b1b1b1;
}

#menu li a:hover {
  text-shadow: #cccccc 1px 1px;
}

#content {
  width: 90%;
  height: auto;
  padding-bottom: 3em !important;
  padding: 40px 5%;
  overflow: hidden;
}

#content > h1:nth-child(1) {
  margin-top: 0;
}

.cursor {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 0%;
  height: 4px;
  background-color: #ffa500;
}

.youtube-vid {
  float: right;
  margin-left: 5%;
  margin-bottom: 40px;
  width: 600px;
  display: grid;
  grid-gap: 10px;
  grid-auto-rows: 330px;
}

.item {
  width: 45%;
  margin-bottom: 20px;
  background: linear-gradient(
    to right,
    rgb(33, 33, 33),
    rgb(76, 76, 76),
    rgb(33, 33, 33)
  );
}

.left {
  float: left;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 30px;
  margin-right: 5%;
  text-align: left;
}

.right {
  float: right;
  margin-left: 5%;
  right: 20px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: right;
}

.itemimage {
  float: inherit;
  display: inline-block;
  width: 110px;
  height: 138px;
  margin: 0;
  background: linear-gradient(
    to bottom,
    rgb(148, 148, 148),
    rgb(195, 195, 195),
    rgb(148, 148, 148)
  );
  margin: 5px 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  margin-right: 5%;
}

.itemimage div {
  margin: 5px;
  width: 100px;
  height: 128px;
}

.itemimage left {
  margin: 5px;
  float: left;
}

.itemimage right {
  margin: 5px;
  float: right;
}

.itemhelm {
  float: inherit;
  display: inline-block;
  width: 90px;
  height: 90px;
  background: linear-gradient(
    to bottom,
    rgb(148, 148, 148),
    rgb(195, 195, 195),
    rgb(148, 148, 148)
  );
}

.itemhelm div {
  width: 80px;
  height: 80px;
  margin: 5px;
}

.itemdetails {
  display: inline-block;
  float: inherit;
}

.itemname {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: white;
  text-shadow: 1px 1px black;
}

.itemrole {
  font-size: 18px;
  color: white;
  text-shadow: 1px 1px black;
}

.terminblock {
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
  position: relative;
}

.terminblock div {
  width: 50%;
  display: inline-block;
  float: left;
}

.termindaten {
  display: inline-block !important;
  margin-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
  width: 30% !important;
  margin-bottom: 5px;
}

.terminnamen {
  width: 65% !important;
  display: inline-block !important;
  margin-bottom: 5px;
}

.terminblock > div:nth-child(2) {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#sponsoren td:nth-child(1) {
  text-align: center;
  width: 30%;
}

#sponsoren td:nth-child(2) {
  width: 45%;
}

#sponsoren td:nth-child(3) {
  width: 15%;
  text-align: center;
}

#sponsoren td:nth-child(1) img {
  width: 40%;
}

#sponsoren tr {
  margin-top: 5px;
  margin-bottom: 5px;
}

#sponsoren td {
  padding: 5px;
}

.gallery {
  overflow: hidden;
}

/* Fix title rendering to low on firefox */
@-moz-document url-prefix() {
  #title {
    margin-top: -8px;
  }
}

.mitgliedBei_content {
  display: block;
}

.mitgliedBei_content img {
  width: auto;
  height: 70px;
  padding: 5px;
  box-sizing: border-box;
}

.mitgliedBei_content a {
  text-decoration: none;
  border: none;
}

@media (max-width: 1560px) {
  html,
  body {
    min-width: 1300px;
  }

  #container {
    width: 100%;
    border-left: none;
    border-right: none;
  }
}

.reportlist {
  display: grid;
  grid-template-columns: 255px 1fr;
  gap: 1em;
}

.reportlist div:nth-child(even) {
  grid-column-start: 2;
  overflow: hidden;
}

.reportlist div:nth-child(odd) {
  width: 100%;
  grid-column-start: 1;
  overflow: hidden;
  height: 160px;
  display: flex;
  align-items: center;
}

.reportlist div:nth-child(odd) img {
  width: 100%;
}

.reportlist div h3 {
  margin-top: unset;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #ffa500;
}

.reportlist div div {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.report img.reportimg {
  width: 100%;
  max-width: 650px;
  float: right;
  padding: 1em 1em;
  box-sizing: border-box;
}

#livetiming-container {
  overflow-x: scroll;
}

#livetiming {
  border-collapse: collapse;
}

#livetiming th {
  text-align: left;
}

#livetiming th,
td {
  padding: 0.2em 1em;
  white-space: nowrap;
}

#livetiming tbody tr:nth-child(odd) {
  background: #ffa50020;
}

:root {
  --accent-color: #ffa500
}
