html,
body {
  background-color: #ffffff;
  color: #20242b;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

.normal {
  font-size: 1rem;
  line-height: 1.65;
}

.text {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.65;
}

.pokal {
  color: #071B55;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.03em;
  font-weight: 700;
  letter-spacing: 0;
}

.ueberschrift {
  margin: 1.5rem 0 1rem;
  color: #2040F0;
  font-family: Teko, Ubuntu, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
  border-bottom: 3px solid #FFFF40;
  padding-bottom: .35rem;
}

.ueberschrift2 {
  margin: 1.25rem 0 .75rem;
  color: #2040F0;
  font-family: Teko, Ubuntu, Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.2;
}

.ueberschrift3 {
  margin: 1rem 0 .5rem;
  color: #20242b;
  font-size: 1.1rem;
  font-weight: 700;
}

.link {
  color: #2040F0;
  font-weight: 700;
  text-decoration: none;
}

.link:hover,
.link:focus,
.link_aktiv {
  color: #102B5A;
  text-decoration: underline;
}

.auswahl {
  box-sizing: border-box;
  width: 100%;
  max-width: 720px;
  min-height: 44px;
  padding: .65rem .75rem;
  border: 1px solid #b8c0cc;
  border-radius: 4px;
  background: #ffffff;
  color: #20242b;
  font: inherit;
}

textarea.auswahl {
  min-height: 150px;
}

.bemerkung {
  margin: 1rem 0;
  padding: .75rem 1rem;
  border-left: 4px solid #FFFF40;
  background: #F5F7FF;
  color: #4f5b6b;
  font-style: italic;
}

.button-link {
  display: inline-block;
  padding: .65rem 1rem;
  border-radius: 4px;
  background: #2040F0;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.button-link:hover,
.button-link:focus {
  background: #102B5A;
  color: #ffffff;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-16x9 {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.info-box {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #d8dee8;
  border-radius: 6px;
  background: #F8FAFF;
}
