*{
    margin: 0;
    padding: 0;
}
html,body{
    height: 100%;
    font-family: arial,sans-serif;
    background: url(Bilder/bg-master.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:100% 100%;
}
    
#wrapper{
    background-size: 100% 100%;
    position:relative;
    min-height:  100%;
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 20em;
}
#background_wrapper{
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    background: url(Bilder/bg-master.jpg) no-repeat center center;
    background-size:contain;
    background-attachment: fixed;
    
}
header{
    background-color: hsla(210,100%,60%,1.0);
    height:150px;
    width:100%;
    margin: 0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
}    
header p{
    color:hsla(190,100%,100%,1);
    width: 100%;
    font-size: 2.5em;
    letter-spacing: 0.23em;
    text-align:right;
    text-shadow: 3px 3px 3px black;
    opacity: 1.9;
    padding-top: 40px;
}    
article {
    max-width: 820px;
    max-height: 100%;
    }
article span{
    background-color: aqua;
    background-color: hsla(0,0%,100%,);
    position:absolute;
    bottom: 0px;
    width:  100%;
    line-height: 1em;
    text-align:center;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: blue;
    display: block;
    z-index: 1;
}
footer{
    position:absolute;
    bottom:0px;
    background-color:hsla(210, 100%,50%,0.8);
    width:100%;
    height:auto;
    clear: both;
}
 footer span{
    background-color:aqua;
    background-color: hsla(0,0%,100%, 0.5);
    position:absolute;
    bottom: 0px;
    width:  100%;
    line-height: 1em;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 11px;
    color:blue;
    display: block;
    z-index: 1;
    }
#ueberschrift p{
        color:whitesmoke;
        font-size: 1.1em;
        font-weight: 200px;
        text-align: center;
}
#ueberschrift2{
        color:blue;
        font-size: 1.5em;
        text-align: center;
        font-weight: 400px;
        padding: 20px 0px 20px 0px;
}
#ueberschrift3{
    color:darkorange;
    font-size: 2em;
    text-align: center;
}
#ueberschrift4{
    color:hsla(35, 100%, 50%, 1);
    font-size: 1.em;
    line-height: 1.3em;
    text-align:center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}
article h1{
    color:hsl(360,100%, 60%);
    text-align: center;
    width: 100%;
    height: 20px;
    font-size: 1.5em;
    letter-spacing:0.1em;
    padding-top:10px;
}
h2{
    color:hsla(20,100%, 35%,1.1);
    width: 100%;
    height: 20px;
    text-align: center;
    font-size:1.4em;
    letter-spacing: 0.1em;
    padding-top: 5px;
}
h3{
    color:white;
}
th{
    background-color:hsla(100,100%,100%,1);
    font-size: 1em;
}
td{
    background-color:hsla(180,100%,25%,0.4);
    font-size: 0.8em;
    width:auto;
}
p{   
    color:hsl(360, 10%,10%);
    font-size: 1.4em;
    line-height: 1.3em;
    text-align:left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}
article{
    background-color:hsl(100,100%,100%);
    width:1020px;
    min-height: 100%;
    height: auto;
    font-size: 1,2em;
    line-height: 1.4em;
    text-align:left;
    margin: 0px 0px 0px 215px;
    padding: 10px 0px 10px 10px;
    }
article a {
    color:hsl(360, 100%, 0%);
    font-size: 1em;
    line-height: 1.3em;
    text-align:left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}
article span1 {
    color:hsl(230, 50%, 50%);
    font-size: 1em;
    font-family:sans-serif;
    text-decoration:underline;
    }
.nav{
    background-color:hsla(214, 100%,20%,0.6);
    float:left;
    width:200px;
    height:auto;
    }
li{
    list-style-type: :none;
    display: inline-block;
    height: 1em;
    padding: 0 1em;
    line-height: 1em;
    }
.nav a{
    color:hsla(190,100%,50%,1);
    width: 100%;
    display:inline-block;
    text-decoration: none;
    list-style-type: none;
    height: 1.1em;
    text-align: left;
    box-sizing: border-box;
}
.nav a:hover{
    color:black;
    font-weight: bold;
    background-image: url(Bilder/hg-steuerung.jpg)
}
#menue-button{
    display:block;
    background-color: darkblue;
    color: aqua;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    text-decoration: none;
    
}
aside{
    background-color:hsla(209, 100%,60%,0.7);
    float:right;
    width:140px;
    height:auto;
    text-align: center;
}
aside a{
    color: hsla(209, 100%, 10%,1);
    text-align: center;
}
footer{
    position:absolute;
    bottom:0px;
    background-color:hsla(210, 100%,50%,0.8);
    width:100%;
    height:auto;
    clear: both;
}
footer p{
    color:hsla(209, 100%, 20%,1);
    text-align: center;
}
a   {
    color: hsla(270, 100%, 75%, 0.5);
    text-align: center;
}
.pdf{
    position:absolute;
    top: 2060px;
    height: 500px;
    width: 400px;
}
.pdf:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.Bild:hover{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    z-index: 1;
    transform: scale(1.5);
}
Video{
    max-width: 100%;
    height: auto;
}
figure {
    padding: auto;
    margin: auto;
    display: inline-block;
}
figcaption{
    font-size: 80%;
    text-align: center;
    font-style: italic;
    color:black;
}
figure1 {
    padding:0px 0px 10px 0px;
    margin:0px 0px 5px 60px;
    display: inline-block;
}
figure2 {
    padding:0px 0px 10px 0px;
    margin:0px 0px 5px 60px;
    display: inline-block;
}
figure3 {
    padding:0px 0px 10px 0px;
    margin:0px 0px 0px 250px;
    display: inline-block;
}
figure4 {
    padding:0px 0px 10px 0px;
    margin:0px 0px 0px 260px;
    display: inline-block;
}
figure5 {
    padding:0px 0px 10px 0px;
    margin:0px 0px 0px 240px;
    display: inline-block;
}
figure6 {
    padding:0px 0px 10px 0px;
    margin:0px 0px 0px 140px;
    display: inline-block;
}
figure7 {
    padding:0px 0px 10px 0px;
    margin:0px 0px 0px 5px;
    display: inline-block;
}
figure8 {
    padding:0px 0px 10px 0px;
    margin:0px 0px 0px 330px;
    display: inline-block;
}
figure9 {
    padding:0px 0px 10px 0px;
    margin:0px 0px 0px 310px;
    display: inline-block;
}
figure10 {
    padding:0px 0px 10px 0px;
    margin:0px 0px 0px 335px;
    display: inline-block;
}
figure11 {
    position: absolute;
    top: 3px;
    left: 40px;
    padding-bottom:auto;
    margin: auto;
}