

#eingabe {
 
  
 position:absolute; 
   bottom: 20em;
   left: 0;
   right: 0;
   margin-left: 
   auto;margin-right: 
   auto;width: 
   50%;height: 
   40px;



}


#hintergrundbild {
width: 1366px;
height:768px;
background-image: url("../Bilder/Hintergrund.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% auto;
background-position: center;
}