.col-12 .zusatzadressen legend { display:none; }
.col-12 .zusatzadressen .field-collection-action { margin-left:0px; }
.col-12 .zusatzadressen .form-widget { flex:0 0 100%; position:relative; }
.col-12 .zusatzadressen .field-zusatzadresse .form-group { display:inline-block; }
.col-12 .zusatzadressen .field-collection-item-action { position:absolute; right:0px; top:20px; }

.row.dashboard {
  margin-right: 5px;
  margin-left: 5px;
  padding-top:20px;
  padding-bottom:20px;
}

.checkbox-switch[data-propertyname="ausgebucht"] input:checked + span::before {
  background: var(--color-danger);
}
.checkbox-switch[data-propertyname="ausgebucht"] input:not(checked) + span::before {
  background: var(--color-success);
}

input[type="checkbox"], input[type="radio"] {
    margin-top: 9px;
}