html , body {
    height: 100%;
	width: 100%;
	margin: 0;
   padding: 0;
}
.seite {

	margin: auto;
	height: 100%;
	width: 100%;
	background: url("img/Background.JPG") no-repeat;
	background-size: Cover;
	background-position:center;
}
.test {
	height: 20%;
}
.text1 {

	vertical-align: middle;
	text-align: center;
	font-family: sans-serif, Helvetica, Arial, Geneva;
	font-size: 3em;
	font-weight: bolder;
	color: white;
	text-shadow: 1px 1px #4F4F4F;
	padding-bottom: 10%;
}
.schlagworte {
	padding-left: 0;
}
.schlagworte li{
	list-style: none;
	display: inline;
}
footer{
	position: absolute;
	bottom: 0;
	margin: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
footer img{
	margin-left: 15px;
	margin-right: 15px;
}
@media (orientation: portrait) {
	.text1 {
		color: white;
		font-size:4.5em;
		padding-bottom: 5%;
	}
	.schlagworte {

	}
	.schlagworte li{
		display:block;
	}
	.trenner {
		visibility: hidden;
		color: blue;
		font-size:15px;
	}
}