* {
    padding:0;
    margin:0;
    line-height: 1.6em;
}

html, body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 90%;
    line-height: 1.4em;
    padding:0;
    margin:0;
}

header {
    background-color: #011120;
    background-image: url("../bilder/hg-kopf-118096919-XS.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0 2px 50px black;
    height: 190px;
    margin-bottom: 20px;

    left:0;
    position:fixed;
    top:0;
    width:100%;    

}

#header p {
    color: silver;
    font-size: 2em;
    line-height: 1.2em;
    padding: 40px;
    text-shadow: 3px 3px 20px white;
}


#kopfoben {
    /*background-image:url(../bilder/bgoben.png);*/
    /*height:65px;*/
    height: 160px !important;

    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
}

#kopfoben p {
    padding: 10px 0 0 10px;
    font-size: 12pt;
    line-height: 1.5em;
    color: white;
}

#kopfoben span {
    background-color: yellow;
    font-size: 2em;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
    background-color: limegreen;
    color: white;
    margin-bottom: 4px;
}

.sthgoben {
    /*background-image:url(../bilder/stoben.png);*/
    background-color: hsla(0, 100%, 100%, 0.7);
    background-repeat:repeat-x;
    background-position:center bottom;
    /*padding-bottom: 12px;*/
    left:0;
    position:fixed;
    display: block;
    top:160px;
    width:100%;
    z-index:100;
}

#sthgunten  {
    /*background-image:url(../bilder/bgoben.png);*/
    width:100%;
    border-top : 1px solid black;

    background-color: #011120;
    background-image: url("../bilder/hg-kopf-118096919-XS.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    color: white;

}

#sthgunten p {
    padding: 0 10px;
}

#sthgunten a {
    color: white;
    text-decoration: none;
}

#steuerung ul {
    list-style-type:none;
    white-space:nowrap;
    padding-left:10px;
}

#steuerung ul li {
    display:block;
    float:left;
    text-align:left;
    padding-right: 1em;
    margin-right: 1em;
    border-right:1px solid black;
    color: white;
}

#steuerung a {
    color: black;
    text-decoration: none;
}

#steuerung a:hover {
    color: black;
    text-decoration: underline;
}


#mittelbereich {
    text-align: center;  
}

#inhalt {
    /* background-color: #F0F0F0; */ 
    width: 600px;
    margin:220px auto 10px;
    text-align: left;
}

#inhalt h2 {
    color: limegreen;
    color: white;
    background-color: black;
    padding-left: 4px;
    margin-top: 20px;
    font-size: 1.4em;
}

#inhalt h2 a {
    color: white;
    text-decoration: none;
}


#inhalt h3 {
    clear: both;
    color: limegreen;
    color: white;
    background-color: black;
    padding-left: 4px;
    margin-bottom: 6px; 
}

#inhalt h3 a {
    color: silver;
    text-decoration: none;
}


#inhalt h3 a:hover {
    color: orange;
    text-decoration: none;
}

#inhalt li {
    padding-bottom: .5em;
}

.bildr {
    float: right;
    text-align: right;
    border:1px solid silver;
    margin-bottom: 10px;
    margin-left: 15px;
    overflow: auto; 
    display: inline-block;
    box-shadow: 0px 0px 10px silver;
}

.bildrechts {
    float: right;
    text-align: right;
    margin-bottom: 10px;
    margin-left: 20px;
    overflow: auto; 
    display: inline-block;
    box-shadow: 0px 0px 10px silver;
}


@media screen and (max-width: 40.5em) {
  #inhalt {
    width: 90%;
  }

  #steuerung {
    font-size: 1.5em;
  }  

.sthgoben {
    background-color: silver;
  }  

  .bildr, .bildrechts {
    float: none;
    width: 100%;
    height: auto;
    text-align: left;
    margin-left: 0px;
}

/*  #kopfoben, .sthgoben {
    position:static;
    background-color: #d5d6d4;
 }  
*/
}


#inhalt ul {
    margin-left: 2em;
    margin-bottom: 2em;
}

h1 {
    color: #808000;
    color: black;
    margin-top: 110px;
    font-size: 2em;
}

h2 {
    color: #808080;
    font-size: 1.2em;
}

p {
    padding-bottom: 1.6em;
}

hr {
    border: 0px solid white; 
    color:white; 
    clear: both;
    margin-top:15px;
}



.mail {
    border:0px;
    vertical-align:text-bottom;
}

form {
    margin-bottom: 2.5em;
}
