/* Registrierungs- & Loginformulare für Schulen & Agenturen */
.um-misc-ul a {
  font-family: Open Sans !important;
  font-size: 1em !important;
  color: #315785 !important;
  line-height: 2em !important;
  font-weight: normal !important;
}

.form-text--links a {
  color: #315785 !important;
  font-weight: normal !important;
  font-size: 0.5em !important;
}

.um-misc-ul a:hover,
.form-text--links a:hover {
  color: #236cc4 !important;
  text-decoration: underline !important;
}

/* Vertragsdaten User Backend */
select {
  width: 100%;
  height: 80px; /* Höhe auf 40px setzen, wie bei den anderen Feldern */
  padding: 8px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #81868b;
  border-radius: 0;
  margin-bottom: 15px;
  background-color: transparent;
  appearance: none; /* Entfernt den Standardpfeil des Browsers */
}

/* Ausgegraute Schulnamen in Liste der Kooperations-Schulen */
option[disabled] {
  color: grey;
}
