
h1, h2, h3{
   text-align: center;
   color: white;
}

#Copy {
   display: box;  
   position: absolute;
   right: 1em;
   top: 1em;
   font-size: 0.7em ;
   color: white;
   padding: 1.5em  2em 1.5em 1.5em;  
   border: 3px outset white;
   margin: 0 0 3em 0;
}



#Zurueck {
   display: box;  
   position: absolute;
   left: 1em;
   top: 1em;
   font-size: 1em ;
   color: white;
   padding: 0.6em  3em 0.6em 3em;
   text-align: center;  
   border: 6px outset #333333;
   box-sizing: border-box;   
   background-color: #777777;
   margin: 0 0 3em 0;
}

.Zurueck a{
   visibility:visible;
   display: inline;
   color: white;
}

#ZA{
   visibility:visible;
   display: inline;
   color: white;
}



#Fuss{
  display: box;
  position: relative;
  width: 100%;
 

}

#Fusszeile {
  display: box;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border: solid 1px black;
  background-color: #888888;
  font-size: 0.8em;
  color: white;  
  text-align: center;

}


.FussItem{
	left: ;
	width: auto;
	height: auto;
	background-color: #eeeeee;
    visibility: visible;
	border:none;
  }


.FussItem a {
    visibility: visible;
    color: #772233;
    border: inset 3px black;
    font-size: 0.7em;
	margin: 0.1em 0;
	padding: 0.1em 1.5em;
}

@media all and (max-width: 48em) {
#Hinweis  {
  display: none;
}

}
