#diagramm {
	height: 100%;
	max-height: 1080px;
	display: flex;
	flex-direction: column;
}

#container {
	min-height: 500px;
	max-height: initial;
	height: initial;
	flex: 1 1 auto;
	margin-bottom: 1em;
}
