#wrapper {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 19000;
    /*  background-image: url(../images/index/Schiffsbruecke_zs.jpg);  */
    background-image: url(../images/index/Skyline_Lev.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

/* Position der Menü-Einträge in der Menüleiste */
/*.index-menue-div{*/
/*    margin-left: -150px;*/
/*}*/

/* Logo im Header mittig */
.index-header-banner {
    text-align:left;
    float:right;
    height: 125px;
    background-image: url("../images/index/header.png");
    background-position: center center;
    background-repeat: no-repeat;
}

/* Logo in der Lademaske */
/*.loading-logo {*/
/*    background-image: url("../images/index/gis_logo.png");*/
/*    background-size: 100px 62px;*/
/*    margin-right: 5px;*/
/*    float: left;*/
/*    vertical-align: top;*/
/*    width: 80px;*/
/*    height: 60px;*/
/*    margin-top: 0px;*/
/*}*/

.kontakt-bg {
    width: 300px;
    height: 180px;
    border: 1px solid rgba(0,0,0,0.5);
}