@charset "utf-8";
/* CSS Document */

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

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

.pokal {
  color: #E04010;
  font-weight: 700;
}

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

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

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

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

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

.auswahl {
  box-sizing: border-box;
  width: 100%;
  max-width: 720px;
  min-height: 44px;
  padding: .7rem .78rem;
  border: 1px solid #808080;
  border-radius: 4px;
  background: #FFFFFF;
  color: #171717;
  font: inherit;
}

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

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

.tsv-form-fields {
  display: grid;
  gap: 1rem;
}

.tsv-form-intro {
  margin: 0 0 .25rem;
  color: #808080;
}

.tsv-field {
  display: grid;
  gap: .38rem;
}

.tsv-field label {
  color: #000000;
  font-weight: 700;
}

.tsv-field--checkbox label {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: .65rem;
  align-items: start;
  font-weight: 400;
}

.tsv-required {
  color: #E04010;
  font-weight: 800;
}
