#banner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2%;
  margin-bottom: 5%;
  
}

#mainmenue {
	text-decoration: none;
	font-family: calibri, sans-serif, bold;
	text-align: center;	
}


#mainmenuewrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}

#mainside{
 background-color: #D8D8D8;
 height: auto; 
 margin-top: 1%;
 margin-left: 10%;
 margin-right: 10%;
 margin-bottom: 3%;
}

#content{
	margin-left: 4%;
	margin-right: 4%;
	padding-top: 1%;
	padding-bottom: 1%;
	font-family: calibri, sans-serif, bold;
}

h2{
	 font-size: 1.2em;
	 color: #111111;
}
a {
font-size: 18px;	
text-decoration: none;
color: black;	
}

 
#Box1{
	float: left;
	width: 220px;
	height: 30px;
	padding-right: auto;
	padding-top: 10px;
	padding-bottom: auto;
	text-align: center;
	background-color: #F6CEF5;
}
#Box2{
	float: left;
	width: 220px;
	height: 30px;
	padding-right: auto;
	padding-top: 10px;
	padding-bottom: auto;
	text-align: center;
	background-color: #F6CEF5;
}

#Box3{
	float: left;
	width: 220px;
	height: 30px;
	padding-right: auto;
	padding-top: 10px;
	padding-bottom: auto;
	text-align: center;
	background-color: #F6CEF5;
}
#Impressum {
	float: center;
	position: center;
	height: 25px;
	width: 80%;
	bottom: 10%;
	text-align: center; 
	background-color: #F6CEF5;
	font-family: calibri, sans-serif, bold;
	margin-top: 2%;
	margin-bottom: 0%
}
