@media screen and (min-width: 600px) {
    html {
        
        }
        
                             
  div.menubutton { display: none; }                          /* Bildschirm erscheint Text Menü 2mal */
  /* 
  .pageheader {
    box-shadow: 0 2px 6px rgba(51,51,51,0.3);   
    margin-bottom: 1rem;
  }   */
  .navlist {
    padding: 0;                                                       /* Innenabstand */
    margin: 0.5em;                                                    /* Außenabstand */
                                                        
  }
  .navlist li {
    list-style-type: none;                                            /* Auswahl des Aufzählungszeichens bzw. die Festlegung der Art der Nummerierung */
    display: inline-block;
    
  }
  .navlist a {
    display: block;   
    min-width: 6.5em;                                                 /* Bottom-größe */
    background: #ffffff url("navi-bg_grau.jpg") repeat-x left top;    /* Hintergrundfarbe weiss Navibereich grau */  
    /* background-color: #eee;          */
    color: #333;
    text-align: center;
    text-decoration: none;
    /* border-radius: 0.5rem;   */
    padding: 0.5em 0;                                                 /* Innenabstand ist ein erzwungener Leerraum zwischen dem Inhalt eines Elements und seinem eigenen Elementrand */
    margin: 0 ;   
  }
  .navlist a.active {
    background: #920f0f url("navi-bg.jpg");
    color: #fff;
    text-decoration: none; 
  }
  .navlist a:hover,
  .navlist a:focus {
    text-decoration: underline;
  }

 /* Ende @media */