/* #Header
================================================== */

#header { 
    /*background: #515151;*/
    background: gray;
    background-image: url(/img/header_handy.jpg);
    transition: background 1s linear;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width:100%;
    height: 525px; 
    top: 0px;
    position: absolute;
    z-index: 99;
    border: 1;

}

#header-logo {
    width:400px;
    height: 140px; 
    z-index: 110;
    position: absolute;
    top: 10px;
    left: 60%;
}

#header-logografik {
    width: 140px;
    height: 140px; 
    z-index: 111;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/img/logo_single.png);
    background-size: 140px 140px;
    background-repeat: no-repeat;
}

#header-logotext1 {
    width:300px;
    height: 100px; 
    z-index: 111;
    position: absolute;
    top: 17px;
    left: 110px;
    text-shadow: 2px 2px 2px white;
    font-family: NordsternNormal;
    font-size: 60px;
    font-style: italic;
    color: #009FE3;
}

#header-logotext2 {
    width:300px;
    height: 100px; 
    z-index: 111;
    position: absolute;
    top: 65px;
    left: 130px;
    text-shadow: 2px 2px 2px white;
    font-family: NordsternNormal;
    font-size: 60px;
    font-style: italic;
    color: #009FE3;
}

#header-text {
    width:400px;
    height: 200px;
    text-align:left; 
    z-index: 110;
    position: absolute;
    top: 100px;
    left: 17%;
    font-size: 30px;
    color: #fff;
    font-weight: bolder;
    text-shadow: rgba(0, 0, 0, 0.75) 0 0 35px;
    font-family: NordsternDunkel;
}



/* #Content
================================================== */

#wrapper {
    width: 1150px;
    position: absolute;
    z-index: 200!important;
    top: 200px;
    left:50%;
    margin-left: -575px;
}

#content_back {
    background-color: #FFF;
    min-height: 500px;
    border: 1px solid #d2d2d2;
    box-shadow: 1.5px 2.5px 3px 0px rgba( 24, 25, 23, .06);
    padding-bottom: 42px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
}

#content {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12pt; 
}

/* #Footer
================================================== */

#footer {
    width: 1150px;
    height: 25px;
    z-index: 200!important;
    position: absolute;
    top: 102%;
    left:50%;
    margin-left: -575px;
    font-size: 10px;
    text-decoration: none;
}

#footer ul li{
    float: left;
    font-size: 10px;
    padding-right: 10px;
    list-style-type:none;
}

#footer td {
    font-size: 9px;
    text-decoration: none;
}

#footer a {
    color: #4d4d4d;
    text-decoration: none;
}