@media (min-width: 39em) {

  header {
    background-image: url(../bilder/home/fotoleiste_blau.jpg);
    padding: 0 0 0.4em 0.5em;
    text-align: left;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-size: 3em;
    white-space: nowrap;
    color: steelblue;
    text-shadow: 
      0 0 10px #fff, 
      0 0 20px white, 
      0 0 30px white, 
      0 0 40px white, 
      0 0 50px white; 
  }

}

/* vim:set lines=64 columns=54: */
