Normale Sektion mit z. B. „min-height: 50vh“
Vollbreite Kopfzeile
Ihr Titel
Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

Damit der (kürzere) Text vertikal zentriert dargestellt wird, ist unter den Einstellungen für die Zeile / Design / Größe / „Spaltenhöhen ausgleichen“ zu aktivieren. In der Custom CSS beim Customizer sind folgende Zeilen hinzuzufügen:
.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}