body {
  font-family: 'Figtree', sans-serif;
  color: #ffffff;
  background-color: #1d1d1d;
  margin: 0;
}

a {
  color: #45bcb3;
  text-decoration: none;
}

a:hover {
  color: #45bcb3;
  text-decoration: underline;
}

hr {
  max-width: 800px;
  border: none;
  height: 2px;
  background-color: #45bcb3;
  margin: auto;
  margin-top: 4px;
  margin-bottom: 22px;
}

h1 {
  position: relative;
  text-align: left;
  font-size: x-large;
  font-weight: 500;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  border-top: 3px solid #45bcb3;
  width: 10px;
}

.logo {
  display: flex;
  margin: auto;
  margin-top: 80px;
  max-width: 600px;
  margin-bottom: 27px;
  align-self: center;
}

.title {
  font-size: 40px;
  margin-top: -13px;
  font-weight: bold;
}

.season {
  margin-top: 44px;
  font-size: large;
  font-style: normal;
}

.info {
  max-width: 750px;
  display: block;
  margin: auto;
  padding: 20px;
  padding-top: 0;
  text-align: center;
  font-size: 105%;
}

.text {
  max-width: 750px;
  display: block;
  margin: auto;
  padding: 20px;
  padding-top: 0;
  text-align: justify;
  font-size: 105%;
}

.tables {
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  margin: auto;
  margin-bottom: 25px;
}

table {
  text-align: center;
  border-collapse: collapse;
  border-top: 1px solid #45bcb3;
  border-bottom: 1px solid #45bcb3;
}

table td {
  border-top: 1px solid #45bcb3;
  border-bottom: 1px solid #45bcb3;
  padding: 10px;
}

.tables table td:nth-child(2), td:nth-child(5) {
  width: 120px;
}

.tables td:nth-child(1), td:nth-child(4) {
  width: 40px;
}

.last {
  margin-top: 40px;
}

.end {
  max-width: 700px;
  display: block;
  margin: auto;
  padding: 20px;
  margin-top: -20px;
  margin-bottom: 80px;
  text-align: center;
  font-size: x-large;
  font-weight: 500;
}

.kategorie {
  max-width: 750px;
  margin: auto;
  margin-bottom: 25px;
}

.kategorie td:nth-child(1) {
  width: 250px;
}

.kategorie td:nth-child(3) {
  width: 400px;
}

.row {
  display: flex;
  justify-content: center;
}

.column {
  margin: 0 15px;
}

@media screen and (max-width: 1620px) {
  .row {
    flex-direction: column;
  }

  .column {
    width: 100%;
  }
}