/* Allgemein */
*{
	padding: 0px;
	margin: 0px;
}

/* Formatierung */

.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.logo{
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 20px;
	        flex: 1 0 20px;
	text-align: center;
}

.wrapper {
}

.infocontainer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1000px; 
 	background: url(Bilder/Under_Construction.jpg);
	background-size: cover; 
}

.info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;	
	margin: 20%;
}

p {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 80;
	        flex: 1 1 80;
	background-color: antiquewhite;
	padding: 22px;
	font-family: Helvetica;
	font-size: 2em;
	text-align: center;
}
