html,
body {
  background-color: #ffffff !important;
  color: #101311 !important;
  font-family: Inter, 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 {
  font-weight: 700;
}

.ueberschrift {
  margin: 1.5rem 0 1rem;
  color: #2f7350;
  font-family: Poppins, Inter, Ubuntu, Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.15;
  border-bottom: 3px solid #69a57e;
  padding-bottom: .35rem;
}

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

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

.link {
  color: #2f7350;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

.bemerkung {
  margin: 1rem 0;
  padding: .75rem 1rem;
  border-left: 4px solid #69a57e;
  background: #f5f7f5;
  color: #58635c;
  font-style: italic;
}

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

.button-link:hover,
.button-link:focus {
  background: #17412a;
  color: #ffffff !important;
}

.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 #ced8d1;
  border-radius: 6px;
  background: #f5f7f5;
}
