body {
  color:white;
  background: #000000;
  background: url(banner.jpg);
  text-shadow: 0px 0px 2px #000000;
  font-family: Arial, Helvetica, sans-serif;  
} 

.header{  
  margin:auto;  
  max-width: 60em;
}


.input-area{  
  margin:auto;  
  max-width: 60em;
}

.title-text{  
  text-align: center;
  font-size:3em;  
  font-weight: 600;
  margin-bottom: 0.5em;
}
.subtitle{  
  text-align: center;
  font-size:1.6em;  
  font-weight: 400;
  margin-bottom: 0.2em;
}

.namebig{
  color:white;  
  text-align: center;
  font-size:2.0em;  
  font-weight: 600;  
  text-shadow: 0px 0px 10px #000000;
  margin-bottom:0;
}

.fliesstext{  
  font-size:1.3em;
  line-height: 125%;   
}

.smalltext{  
  font-size:1em;    
}

.infotext{  
  text-align: center;
  font-size:1.2em;  
  font-weight: 500;
  margin-top: 0;
}

a{
  color:rgb(254, 248, 213);
}
.input-area{
  min-height:10em;
}

#textfeld{
  width:100%;
  max-width:60em;
  height:16em;
}
