
@charset "utf-8";

body{
    margin: 0;
    min-width: 980px;
    padding: 0;
}

p{
    margin: 0 0 20px 0;	
}

p, ul, a{
    font-family: Arial, Helvetica, sans-serif;
    font-size-adjust:0.488;
    font-weight:200;
    font-style:normal;
}

img{
    border: 0;
}

h1, #pixels{
    font-family: Verdana, serif;
    font-size-adjust:0.40;
    font-weight:700;
    font-style:normal;
}

h2{
    font-family: Verdana, sans-serif;
    font-size-adjust:0.531;
    font-weight:500;
    font-style:normal;
}

#header h1, #pixels{
    color: #48941A;
}

.float-left{
    float: left;	
    margin: 0 0 0 20px;
}

.float-right{
    float: right;
    margin: 0 20px 0 0;
}

.center{
    font-size: 2.5em;
    padding: 80px 0 0 0;
    text-align: center;
}

#navbar {
    position: fixed;
    height: 100px;
    width: 100%;
    background-image: url('../img/nav-bg-fadeout.png');
    background-repeat: repeat;
    z-index: 600;
    padding-left: 10px;
}




#navbar a, a {
    margin: 0 0 15px 0;	
    padding-top: 7px;
    display: inline-block;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 60px;
}


.extra {
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    z-index: 100;
}

.cover {
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 200px;
    position: absolute;
    z-index: 200;
}




/*
#header, #cybermedia, #audiovision, #maniac, #mobilegamer, #satundkabel{
        width: 100%;
}
*/


#cybermedia{
    background:url(../img/01_bg.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    color: white;
    height: 1000px;
    margin: 0 auto;
    padding: 0;
}

#audiovision{
    background: url(../img/02_bg.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    color: white;
    height: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

#audiovision .cover {
    background-image: url('../img/02_element_heft.png');
    width: 780px;
    height: 1000px;
    padding: 0;
}


#maniac{
    background: url(../img/03_bg.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    color: white;
    height: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

#maniac .cover {
    background-image: url('../img/03_element_heft.png');
    width: 400px;
    height: 1000px;
    padding: 0;
    margin-left: 180px;
}



#mobilegamer{
    background: url(../img/04_bg.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    color: white;
    height: 1000px;
    z-index: 50;
}

#mobilegamer .cover {
    background-image: url('../img/04_element_heft.png');
    width: 980px;
    height: 1000px;
    padding: 0;
}

#mobilegamer .float-left {
    z-index: 50;
}

#mobilegamer .extra {
    background-image: url('../img/04_element_bonus.png');
    background-size: 350px 350px;
    width: 750px; 
    height: 1000px;
    padding: 0;
    margin-top: 90px;
    z-index: 20;
}

#footer{
    background-color: black;
    height: 500px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.story{
    margin: 0 auto;
    min-width: 980px;
    overflow: auto;
    width: 980px;

}
.story {
    overflow: hidden;
}

.story .float-left, .story .float-right{
    padding: 300px 0 0 0;
    position: relative;
    width: 350px;	
    z-index: 400;
}

#footer .float-left {
    margin-left: 0px;
}

#footer .float-right {
    margin-right: 0px;
}


.impressum {
    clear: both;
}
.impressum p {
    font-size: 10px;
}

img#ikarus {
    width: 350px;
}

.story p {
    text-shadow:  #000000 0.1em 0.1em 0.5em;
}

.scrolldown {
    display: block; 
    width: 58px;
    margin-left: auto; 
    margin-right: auto;
}