/* Zweck: Forum- und Video-Stammtisch-Einbettungen | Schicht: Seitentyp | Ladende Seiten: DE/EN-Forum und Video-Stammtisch */
.forum-preview,
.forum-preview__frame-wrap,
.module-preview,
.module-preview__frame-wrap {
  width: 100%;
}

.forum-preview__frame,
.module-preview__frame {
  display: block;
  width: 100%;
  height: calc(100vh - 180px);
  min-height: 600px;
  border: 0;
}
