* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(../images/hgbild.gif);
    background-color:#74858c;
    font-family: Verdana, sans-serif;
}

#wrapper {
    background-image: url(../images/hg-2-spalten.jpg);
   /*  background-color:greenyellow; */
    width: 900px;
    margin: 0 auto 0 auto;
    border-right: 4px white solid;   
    border-left: 4px white solid;   
}

header {
/*     background-color: magenta; */
    background-image: url(../images/berlin-header.jpg);
    height: 200px;
}


header p {
    color: white;
    font-size: 2em;
    padding-top: 30px; 
    text-align: right;
    padding-right: 40px;
    font-family: Verdana;
    font-weight: bold;
    text-shadow: 2px 2px 2px silver;
    opacity: 0.8;
} 

nav {
   /*  background-color: SandyBrown; */
    width: 234px;
    float: left;
    margin-left: 30px;
    margin-bottom: 20px;
}


nav ul {
     list-style-type: none;
 }



nav ul ul {
    list-style-type: square;
    padding-left: 2em;
    margin-bottom: 1.5em;
    color: white;
}

ul ul li:first-child {
    margin-top: 0.5em;
}

nav li {
    margin-top: 1em;
}

nav a {
    color: white;
    font-weight: bold;
    font-family: Arial sans-serif;
    font-size: 1.2em;
    text-decoration: none;
}

nav a:hover {
    color: black;
}


article {
  /*   background-color: SkyBlue ; */
    margin: 20px 40px 30px 320px;
}

article li {
    margin-top: 0.5em;
    list-style: none;
}

mark {
    color: red;
    font-weight: bold;
    background-color: transparent;
}

h1 {
    color: red;
    font-family: Arial sans-serif;
    font-size: 2em;
}

h2 {
    color: red;
    font-family: Arial sans-serif;
    font-size: 1.5em;
    margin-top: 0.5em;
}

hr {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

figure {
    display: inline-block;
    padding: 12px;
    float: right;
    border: 3px groove silver;
    margin: 0.5em 0 0.5em 1em;
    background-color: WhiteSmoke;
    border-radius: 10px;
    box-shadow: 2px 2px 2px darkgray;
}

.wappen {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.mitte {
    float: none; 
    margin: 1em 50% 1em 8em;
}

figcaption {
    text-align: center; 
    font-size: 10px;   
}




footer {
    clear: both;
    background-color: gray;
    color: white;
    height: 1.8em;
    text-align: center;
    line-height: 2em;
    font-family: Arial, sans-serif;
}

 .menue-button {
     display: none;
 }


/* für Tablet-PC unter 900px = 56.25em */
@media only screen and ( max-width: 56.25em ) {
  
   body {
       background-image: none;
       background-color: white;
   }
   
   #wrapper {
       width: 100%;
       background-image: none;
       border: 0;
   }
   
   #steuerung {
       display: none;  
       background-color:SlateGray;
       width: 100%;
       float:none;
       margin-left: 0;
       margin-bottom: 1em;  
   }
   
 /*   #steuerung  */ 
    #nav-menue:target #steuerung{
       display: block; 
   }
        
        
  #nav-menue:target .menue-button-beschr-open {
      display: none;
  }      
        
                                  
   #steuerung li {
       border-top: 2px solid white;
       margin-top: 0;
   }
   
   #steuerung ul ul {
       margin-bottom: 0;
   }
   
   #steuerung a:hover {
        background-color:Linen;
     
   }
   
   article {
       margin: 1em 2em;
   }
   
   .menue-button {
    background-color:DarkRed;
    color: white;
    text-decoration: none;
    display: block;
    position: absolute;
    left: 2em;
    top: 160px;
    padding: 0.5em;
    cursor: pointer;
    border-radius: 10px;
}

    .menue-button:hover {
        background-color:red;
        color: black;
    }

}


 /* Für kleine Handy-Displays ab 500px */

@media only screen and (max-width: 31.25em){
    
    header {
        height: 100px;
        background-size: 450px;
        background-position: left top;
        background-repeat: no-repeat;
        font-size: 12px;
    }
    
    .menue-button {
        left: 20px;
        top: 60px;
        right: auto;
    }
    
    header p {
        padding: 0.1em 1em 0 1em;
        opacity: 1;
        text-shadow: none;
    }
    
    figure {
        float: none;
        margin: 0;
        width: 90%
    }
    
    figure img {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    
    .mitte {
    float: none;
    margin: auto;
}
}












