@-ms-viewport {
    width: device-width; }

body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0 auto;
    padding: 0 auto;
    background-color: #231155;
    color: rgb(247, 247, 247);
    z-index: 0;
}

header {
    background-color: #000000;
    color: rgb(247, 247, 247);
    height: 7em;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    margin: 0 auto;
    padding: 0 auto;
}

header img{
    width: 4%;
    position: absolute;
    left: 5em;
    top: 1.5em;
    bottom: 2em;
    z-index: 2;
}

#background img{
    z-index: -1;
    position: absolute;
    top: 7em;
    width: 100%;
    left: 0;

}

/*button {
    position: absolute;
    top: 30em;
    left: 10%;
    padding: 1em 2em;
    font-size: 1em;
    margin-top: 1em;
    background-color: #a8a7aa;
    color: rgb(0, 0, 0);
    z-index: 1;
}*/

#text p{
    position: absolute;
    top: 8em;
    left: 10%;
    width: 80%;
    z-index: 1;
    background-color: #2311558f;
    height: 10em;
    text-align: center;
}

#item_1 a{
    position: absolute;
    top: 30em;
    height: 10em;
    width: 10em;
    left: 12%;
    z-index: 1;
}
#item_1 img{
    border: thin solid #000000;
}

#audio_1 a{
    position: absolute;
    top: 35em;
    left: 40%;
    z-index: 1;
    color: #000000;
    background-color: #ffffff;
    width: 5em;
    height: 2em;
}

#item_2 a{
    position: absolute;
    top: 30em;
    height: 10em;
    width: 10em;
    left: 40%;
    z-index: 1;
}
#item_2 img{
    border: thin solid #000000;
}
#audio_2 a{
    position: absolute;
    top: 35em;
    left: 40%;
    z-index: 1;
    color: #000000;
    background-color: #ffffff;
    width: 5em;
    height: 2em;
}

#item_3 a{
    position: absolute;
    top: 30em;
    height: 10em;
    width: 10em;    
    left: 68%;
    z-index: 1;
}
#item_3 img{
    border: thin solid #000000;
}
#audio_3 a{
    position: absolute;
    top: 35em;
    left: 40%;
    z-index: 1;
    color: #000000;
    background-color: #ffffff;
    width: 5em;
    height: 3em;
}
#MainText p{
    position: absolute;
    top: 20em;
    left: 40%;
    width: 40%;
    z-index: 1;
    background-color: #2311558f;
    height: 10em;
}

#imgitem img{
    position: absolute;
    top: 20em;
    height: 20em;
    width: 20em;    
    left: 15%;
    z-index: 1;
}

#impressum p{
    position: absolute;
    top: 8em;
    z-index: 1;
}


footer {
    z-index: 2;
    position: fixed;
    bottom: 0em;
    right: 0;
    width: 100%;
    background-color: #2b2049;
    font-size: 1em;
}

#footer a {
    z-index: 2;
    position: absolute;
    bottom: 0em;
    
}