@charset "UFT-8";

 body   { 
	background-color: #047cb2; 
	background-image: linear-gradient(black, #047cb2);
	color: midnightblue;
	min-height: 10vh;
	display: grid;
	grid-template-rows: 1fr 6em;
}


nav  {
float: left;
}

nav li{
display: inline-block;
	text-align: center;
	   text-decoration: none;
	   list-style-type: none;
}
li a{
	text-decoration: none;
	color: #805975;
}
a:link{color:#ff9900;} 
a:visited{color:#ff0000;} 
a:hover{color:#f0000;} 
a:active{color:#f0000;}


header {
    background-color#047cb2;
    background-image: linear-gradient(black, #047cb2);
	color: midnightblue;
	min-height: 10vh;
	display: grid;
	grid-template-rows: 1fr 6em;
    padding:.5em;
    width: 100%;
    height:7em;
   	box-shadow: 1em .5em #000000;
}
header h1 {
	 /* abstand text in überschrift; */
    text-align: center;
    padding-right: 2%;
    font-family: comic sans;
    font-size: 100%;
    color: #ff9900;
}
#eins{
	color: #ccc68f;
	font-size: 170%;
	top: 0em;
left: 0;
	transform: rotate(-7deg) 
	text-shadow:.2em .2em. 2em rdga(0,0,0,0,6);
}
#drei{
	color: #ccc68f;
	font-size: 130%;
	top: 0.9em;
left:2.3em ;
	transform: rotate(-7deg) 
	text-shadow:.2em .2em. 2em rdga(0,0,0,0,6);
}
header img {
  position:absolute;
  top:1em;
  left: 1em;
  z-index:1;
  /* 1/basic fontsize*pixel = em
    width: 11.8125em;
  height: 11.375em; */
  width: 6em;
  height: auto;
  border-radius: 6em;
}
main {
  display: block; /* noch für IE 8-11 nötig */	
  margin:.5em 0;
  margin-left: 1.5em;
  
  padding:1.1em ;
  min-height:15em;
  color:#7F7C6E;
  font-size: 1.2em;
}

.mond {
 width: 20%;
 color: #FFFFFF;
	
}
footer {
    background-color: ##047cb2;
    background-image: linear-gradient(black, #047cb2);
	color: midnightblue;
	min-height: 10vh;
	display: grid;
	grid-template-rows: 1fr 6em;
    color:ff9900;
    text-align:center;
    font-size: 1em;
    padding:.5em;
    width: 100%;
    height: auto;
}

		