@charset "utf-8";

/* START Document */

body {
    background: url(../pic/background/background_index.png) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbar {
    width: 1000px;
    left: 50%;
    top: 30px;
    margin-left: -500px;
    border-radius: 3px;
    box-shadow: 0 0 20px #333;
}

.navbar .topLine {
    border-radius: 3px 3px 0 0;
    background-color: rgba(51, 51, 51, 0.9);
}

.navbar .contentLine {
    border-radius: 0 0 3px 3px;
}

.navbar .innerContentBar {
    width: 900px;
}

.menuSecond {
    background-color: #333333;
    opacity: 0.8;
}

.NavPopup {
    border-radius: 0 0 3px 3px;
}


/* CONTENT */

.willkommen {
    position: fixed;
    top: 360px;
    left: 50%;
    width: 400px;
    margin-left: -400px;
    font-size: 37px;
    color: white;
    line-height: 1.3;
    font-weight: 300;
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    transform-origin: left bottom 0;
}

.willkommenBG {
    background-color: rgba(6, 6, 6, 0.6);
}
