.hidden {
  display: none;
}

.single-checkbox {
  margin-top: 15px;
  margin-bottom: 5px;
}

.field-label {
  padding-top: 10px;
  min-height: 10px;
}

.collapsible-header {
  border: 2px solid grey;
}

.collapsible-header::after{
  content: "";
  width: 0%;
}

.active .collapsible-header::after{
  content: "";
  width: 0%;
}

.anmeldungDisplayName{
  width: 100%;
  display: flex;
}

.collapsible-body{
  height: auto;
  overflow: auto;
}
