.Kopf {
	width:100%;
	/*height: 10%;*/
	border-top: 2px solid white;
	padding: 2% 0;
	background: linear-gradient(20deg, darkred, #FE0000, darkred);
	overflow:hidden;
	color: white;
	
}
.Kopf2 {
	width:100%;
	height: 10%;
	padding: 1% 10% 1% 10%;
	float:left;
	border-top: 2px solid white;
	background-color: darkred;
	background: linear-gradient(20deg, darkred, #FE0000, darkred);
	overflow:hidden;
	display: flex;
	
}

.header{
  	display: flex;
  	flex-direction: column;
	justify-content: center;
	padding:2%;
	background: linear-gradient(20deg, grey, lightgrey, darkred);
	height: auto;
	border-top: 2px solid white;
	color: white;
	font-family:'HelveticaBold';
	font-size: 2em;
}
.header1{
  	display: flex;
  	flex-direction: column;
	justify-content: center;
	padding:2%;
	background: linear-gradient(20deg, grey, lightgrey, darkred);
	height: auto;
	border-top: 2px solid white;
	color: white;
	font-family:'HelveticaBold';
	font-size: 2vw;
}
.Anmeldung{
	display:block;
	justify-content: center;
	align-items: center;
	width:90%;
	padding: 0% 2%;
	text-decoration:none;
	color:white;
	
}	
.footerarea{
    font-size: 1.1em;
    padding:2% 0 2% 0;
}
#impressumsbereich{
    margin-bottom:50px;
}