<h1 mat-dialog-title>Ihr habt alle Begriffe durchgespielt!</h1>
<div mat-dialog-content>Eröffnet einen neuen Raum oder setzt den Fortschritt sofort hier zurück:</div>
<div mat-dialog-actions>
  <button mat-raised-button>Zurücksetzen</button>
  <button mat-raised-button color="primary" mat-dialog-close>Schließen</button>
</div>