html, body { height: 100%; } #inhalt { height: 100%; display: flex; flex-flow: column; background-color: lightgrey; } #spalten { height: 100%; display: flex; flex-flow: row; }