@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

body{
    padding: 0;
    margin: 0;
    background-image: url('/images/bg.png');
    background-position: center right;
    background-size: cover;
    background-attachment: fixed;
    min-height: 640px;
    height: 100vh;
    font-size: 16px;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
}

.positionbox{
    margin: 20px 15px;
}

.textbox{
    color: #d0fefd
}

.textbox .white{
    color: #fff
}

h1{
    color: #fff;
    font-size: 1.7em;
    font-weight: normal;
}

h2{
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: normal;
    display: inline;
}
h3{
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    display: inline;
}

.line{
    letter-spacing: -2px;
    margin-right: 10px;
}

blockquote{
    margin-left: 0;
    font-style: italic;
    font-size: 1.2em;
    color: #fff;
}

a{
    color: #d0fefd;
    display: block;
    padding: 3px 0;
    text-decoration: underline;
}

a:hover{
    color: #fff;
}

.logo{
    position: absolute;
    right: 30px;
    top: 10%;
    width: 103px;
}

.bottomlink{
    position: fixed;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    width: 100%;
    text-align: center;
    color: #d0fefd;
}
.bottomlink a{
    display: inline-block;
    margin-left: 10px;
}

@media screen  and (max-width: 1260px){
    .textbox{
        margin-top: 320px;
        margin-bottom: 50px;
    }
    .logo{
        right: 30%;
    }
}

@media screen  and (max-width: 980px){
    body{
        background-position: center center;
    }
    .textbox{
        margin-top: 470px;
    }
    .logo{
        right: 30%;
    }
}

@media screen  and (min-width: 651px){
    .positionbox{
        position: absolute;
        left: 52%;
        top: 48%;
        transform: translateY(-50%);
    }
}

@media screen  and (max-width: 650px){
    body{
        background-position: -280px center;
    }
    .positionbox{
        left: 0;
        background-color: rgba(0,0,0, 0.5);
        border-radius: 20px;
        padding: 15px;
    }
    .textbox{
        margin-top: 160px;
        margin-bottom: 0;
    }
    .logo{
        top: 20px;
        right: 50%;
        transform: translateX(50%);
    }
}

/*imprint*/
.imprint{
    max-width: 100%;
    width: 800px;
    padding: 20px;
    margin: 20px auto 40px;
    background-color: rgba(0,0,0, 0.8);
    color: #d0fefd;
}
.imprint h1{
    color: #fff;
    font-size: 1.2em;
}
.imprint h2{
    font-size: 1.2em;
}
.imprint a{
    color: #866f6f;
}

a.dsg1-5 {
    font-size: 8px;
    text-decoration: none;
}