* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: monospace;
  font-size: 111%;
  overflow-x: hidden;
  width: 68.2vw;
  margin-right: auto;
  margin-left: auto;
  padding: 1em;
  color: rgb(251, 251, 251);
  background-color: rgb(67, 73, 89);
}

h1 {
  font-weight: 400;
  margin-bottom: 0.618em;
  padding: 0 20px;
  text-align: center;
  letter-spacing: 0.382em;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  padding: 0 9px;
  border: 2px solid red;
  border-radius: 1.11em;
  background-color: rgba(67, 73, 89, 0.67);
}

p {
  margin-top: 0.618em;
}

._center {
  margin-right: auto;
  margin-left: auto;
}

._center a {
  text-decoration: none;
}

.st_viewport {
  overflow: auto;
  max-height: 500px;
}

[data-table_id="2"] {
  background-color: rgb(181, 113, 3);
}
[data-table_id="3"] {
  color: rgb(223, 223, 223);
  background-color: rgb(59, 41, 31);
}
[data-table_id="4"] {
  background-color: rgb(167, 173, 3);
}
[data-table_id="5"] {
  color: rgb(211, 211, 211);
  background-color: rgb(67, 73, 89);
}

._was {
  font-size: 1.11em;
  width: 50%;
  text-align: right;
}

._beschreibung {
  font-size: 1em;
  font-weight: 200;
  width: 50%;
  letter-spacing: 1px;
}

hr {
  height: 1px;
  margin-right: 20px;
  margin-left: 20px;
  color: rgb(199, 199, 199);
  border: none;
  background-color: #ccc;
}

/** Sticky table styles **/
.st_viewport {
  margin: 1em 0;
  color: rgb(17, 23, 41);
  background-color: rgb(61, 149, 233);
}

/* ###  Table wrap */
.st_wrap_table {
  /* eventuell überflüssig */
}

/* ##   header */
.st_table_header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 0;
  color: rgb(223, 223, 223);
  background-color: rgba(17, 23, 41, 0.91);
}

.st_table_header h2 {
  font-weight: 400;
  margin: 0 20px;
  padding: .47em 0 .47em  0;
  text-align: center;
  letter-spacing: 0.382em;
}

.st_table_header .st_row {
  color: rgb(223, 223, 223);
}

/* ##  table */
.st_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

/* #   row */
.st_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.st_table .st_row:nth-child(even) {
  background-color: rgba(17, 23, 41, 0.111);
}

/* #   column */
.st_column {
  padding: 10px 20px;
}

@media screen and (max-width: 1080px) {
  body {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0.25em;
    font-size: 144%;
  }
}
