body {
    background: url('bg.jpg') no-repeat center center fixed;
 background-position: inherit;    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px;
    background-position-y: 0px;
    font-family: 'Numans', sans-serif;
}

.logo {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 150px;
}

.headline {
    font-weight: 100;
    font-size: 2.5em;
    width: 100%;
    text-shadow: 0px 1px 0px black;
    box-sizing: border-box;
    background-color: rgba(43, 46, 131, 0.8);
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.container {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 183px;
    width: 375px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

a {
    color: white;
    text-decoration: none;
}

.hidden {
    opacity: 0;
}

.row div,
.row a {
    width: 100%;
    padding: 20px;
    font-size: 15px;
    font-weight: 100;
    box-sizing: border-box;
}

.row div:hover,
.row a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.contact {
    float: right;
    background-color: rgba(15, 112, 183, 0.8);
}

.impressum {
    position: absolute;
    color: #fff;
    bottom: 25px;
    left: 25px;
}

#impr {
    position: absolute;
    left: 25px;
    bottom: 70px;
    background-color: rgba(43, 46, 131, 0.7);
    border: 1px solid #8B98B0;
    width: 250px;
    padding: 15px;
    line-height: 22px;
    font-size: 12px;
    text-align: left;
    color: #fff;
    -webkit-animation-duration: 0.2s;
}

@media only screen and (max-width: 620px) {
    .container {
        width: auto;
        border:none;
    }
}

@media only screen and (max-width: 1010px) {
    #impr {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        background-color: rgba(43, 46, 131, 1);
    }
}

@media only screen and (max-width: 1050px) {
    .logo {
        height: 100px;
    }
    .container {
        top: 150px;
    }
}
