.small_optional{
    color: #aaaaaa;
    font-size: smaller;
}
.smaller{
    font-size: smaller;
}
.nowrap{
    white-space: nowrap;
}
.farbtyp1{
    color: #1e398f;
}
.small_note{
    color: #bb5555;
    font-size: small;
    padding-left:2rem!important
}
.pl-note{padding-left:2rem!important}

.break-indent {
  display: inline-block;
  white-space: nowrap;
}

.break-indent::before {
  content: "";
  display: block;
  height: 0;
  margin-left: 2em;
}
