﻿
#newpage-button-80 {
	display: none;
}
#cms_root {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
}
body {
	--footer-bgcolor: var(--fcm-blau);
	--footer-color: white;
	background: var(--fcm-grau) url(../media/wave.svg) no-repeat center bottom 32px / 100% auto;
}