html, body{
	width: 100%;
	height: 100%;
}

body{
	background-color:  #0f1754;
	color: #fff;
	padding: 30px;
}

#wartungsmodus{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

#wartungsmodus .inner{
	align-self: center;
	text-align: center;
	width: 100%;
}


#wartungsmodus .inner p{
	font-size: 24px;
	line-height: 32px;
}