#logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50vw;
    height: 25vw;
    margin-top: -17vw;
    margin-left: -25vw;
}
.black {background:#FFF}
.wrapper {
    text-align: right;
    font-family: Source Sans Pro;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6.8vw;
    margin-left: 6.9vw;
    white-space: nowrap;
}
#header {
    font-size: 1.9vw;
}
#text {
    font-weight: 300;
    font-size: 1.33vw;
}
a {text-decoration:none; color:#000}
a:hover {font-weight:600}
#rahmen {
    border-bottom: 0.13vw solid #999;
    position: absolute;
    width: 50vw;
    height: 0.13vw;
    top: 54%;
    left: 50%;
    margin-top: 9vw;
    margin-left: -25vw;
}
#footer {
    font-family: Source Sans Pro;
    font-size: 1vw;
    font-weight: 300;
    text-align: center;
    margin-top: 0.5vw;
    color: #666;
}