@charset "utf-8";
/* CSS Document */
*,
*::after,
*::before {
	box-sizing: border-box;
}
body {
	font-family:"Courier New", Courier, monospace;
	font-size : 0.6em;
	overflow: hidden;
	margin: 0;
	color: #a0a2ae;
	background-color: #22295f;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* Header */
header {
	font-family:"Courier New", Courier, monospace;
	color: #999; 
	font-size : 1.5em;
	text-align: center;
	display: block;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 0;
}
.top img {
	max-width: 90%;
	align:center;
	padding: 0;
	margin: 0;	
	box-shadow: 0 5px 20px rgba(0,0,0,0.8), 0 15px 30px -10px rgba(0,0,0,0.6);	
}
/*Hover Navi*/
a {
	outline: none;
	color: white;
	text-decoration: none;

}
/*Hover Boxen*/
	a:hover, a:focus {
	color: #999;
}
.main {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #22295f;
	background-image: url(../img/);
	background-repeat: no-repeat;
	background-position: 50% 10em;
	background-size: 75% auto;
}
.box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 1.5em;
}
.box_item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 95%;
	flex: 0 1 95%;
}
.box-hp .box_item {
	font-family:"Courier New", Courier, monospace;
	font-size: 0.8em;	
	margin: 0.8em; /*Abstand zwischen Boxen untereinander*/
	padding: 0.5em 0.5em;
	text-align: center;
	color: #999;
	background: #444;
	max-width: 95%;
}
.top {
	font-family:"Courier New", Courier, monospace;
	font-size: 1.2em;	
	padding: 0 0 0.5em;
	margin: 0;
	color: #999;
}

.layer {
	position: fixed;  
	width:100%;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	padding: 0.5em;
  	text-align: center;
	font-family:"Courier New", Courier, monospace;
  	font-size: 0.8em;
	font-weight:bold;
  	color: yellow;
  	height: 35px;;
  	display: flex;
	justify-content: center;
  	align-items: center;
  	background: black;
  	opacity: 0.3;
}
.hr1 {
	border: 0;
	height: 3px;
	margin: 0.5em 0.5em;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(9, 84, 132), rgba(0, 0, 0, 0));
} 
.em07b {
	font-family:"Courier New", Courier, monospace;
	color: black; 
	font-size : 0.7em; 
}
.em08b {
	font-family:"Courier New", Courier, monospace;
	color: black; 
	font-size : 0.8em; 
}
.em07g {
	font-family:"Courier New", Courier, monospace;
	color: #555; 
	font-size : 0.7em; 
}
@media all and (min-width: 1023px) {
body {
	margin-top: 0em;
}
.navi {
	margin-top: 0em;
}
a {
	outline: none;
	color: black;
	text-decoration: none;
	font-size:1.8em;
}
.top img {
max-width: 400px;
align:center;
}

.box-hp .box_item {
	max-width: 400px;
	max-height: 400px;
}
.boxen {
margin-top: 1em;
}
.hr1 {
	border: 0;
	height: 3px;
	margin: 0.5em 0.5em;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(9, 84, 132), rgba(0, 0, 0, 0));
}  
}
