id="buttonFood"
(click)="changeFormFoodVisible()">Speise hinzufügen</button>
-<form #formTitle="ngForm" *ngIf="formTitleVisible">
+<form #formTitle="ngForm" *ngIf="formTitleVisible" class="form">
<label>Titel</label>
<input [(ngModel)]="title" name="title" type="text" />
<button class="button"
id="addTitle">Hinzufügen</button>
</form>
-<form #formSubtitle="ngForm" *ngIf="formSubtitleVisible">
+<form #formSubtitle="ngForm" *ngIf="formSubtitleVisible" class="form">
<label>Untertitel</label>
<input [(ngModel)]="subtitle" name="subtitle" type="text" />
<button class="button"
id="addSubtitle">Hinzufügen</button>
</form>
-<form #formFood="ngForm" *ngIf="formFoodVisible">
+<form #formFood="ngForm" *ngIf="formFoodVisible" class="form">
<label>Speise</label>
<input name="food" type="text" />
<label>Beilage</label>