Form
Example
html
<h5 class="form__title">Form Title</h5>
<div class="form__footer">
<button class="button hollow">Abbrechen</button>
<button class="button">Speichern</button>
</div>
<div class="form__footer form__footer--borderless">
<button class="button hollow">Abbrechen</button>
<button class="button">Speichern</button>
</div>