@charset "UTF-8";
.grund {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(Images/comingsoon.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	background-size: contain;
	border-bottom-right-radius: 122px;
	background-position: center center;
	border-top-left-radius: 122px;
	min-height: 1280px;
}
.Überschriften {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 9px;
}
