/***************************************
Grundeinstellungen - HTML Tags
***************************************/
body {
    background-size:  100% auto;
    background-position: top center;
}

/***************************************
Login Panel
***************************************/
#logo {
    padding: 5px 50px;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 360px;
    display: block;
    background-color: rgba(255, 255, 255, 0.85);
}

#login-panel {
    background-color: rgba(255, 255, 255, 0.75);
}
#login-panel .panel-body {
    min-height: 256px;
}
#login-section {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -300px;
    height: 300px;
}
#login-section #login-panel {
    width: 360px;
    margin: 0px auto;
    position: relative;
}
#login-section #pw-forget {
    margin-top: 13px;
}
#login-section #logoff-button {
    margin-top: 20px;
}
#login-section #company-logo {
    position: absolute;
    top: -11px;
    left: -50px;
}
#login-section #company-logo img {
    width: 45px;
}
#login-project-info {
    text-align: center;
    padding: 30px 0;
}
#login-project-info a {
    font-size: 12px;
}

#werbeflaechen {
    max-width: 1200px;
    margin-top: 30px;
}
#werbeflaechen .block {
    background-color: rgba(255, 255, 255, 0.75);
    height: 250px;
    border: 1px solid #eee;
}
#werbeflaechen .block img {
    max-width: 100%;
    padding: 20px;
}

/***************************************
System Nachricht
***************************************/
#system-nachricht-icon {
    margin-right: 10px;
    vertical-align: middle;
}
#system-nachricht-text {
    vertical-align: middle;
}

/***************************************
Spam Falle
***************************************/
.verstecken {
    position: absolute;
    top: -10000px;
    left: -100000px;
    width: 0;
    height: 0;
}

/***************************************
Mitteilungen
***************************************/
#login-mitteilungen {
    position: absolute;
    right: -315px;
    width: 300px;
    top: 0px;
    background: none;
}
#login-mitteilungen .panel {
    background-color: rgba(255, 255, 255, 0.85);
}
#login-mitteilungen .panel-body {
    min-height: inherit;
}
#login-mitteilungen h5 {
    font-weight: bold;
}

/***************************************
Cockpit Logo
***************************************/
#cockpit-brand {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: absolute;
    left: -220px;
    bottom: 113px;
    font-size: 63px;
    width: 318px;
    color: #fff;
    font-family: Arial, Verdana, sans-serif;
    background-color: #000000;
    border-radius: 12px;
    text-align: center;
    line-height: 80px;
}

#cockpit-brand span {
    font-size: 30px;
}