html {
    background-color: #464330;
}

body {
    color: #464330;
    font-family: 'Rubik', sans-serif;
    text-align: right;
    font-size: 1.2em;
    font-weight: normal;
    /*position: relative;*/
}

#bg {
    background-position: center top;
    background-size: auto 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-clip: padding-box;
    background-origin: content-box;
    height: 100%;
    position: fixed;
    width: 100%;
}

#bg.home {
    background-image: url(../img/sprecherin_muenchen_anke_korte.jpg);
}

#bg.impressum, #bg.datenschutz {
    background-image: url(../img/bg.jpg);
    background-size: cover;
}

#wrapper {
    max-width: 40%;
    width: 40%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.608);
}

#wrapper .inside {
    padding: 12% 50px 2%;
}

h1, h2, h3 {
    font-family: 'Nothing you could do', serif;
    line-height: 1em;
}

h1 {
    font-size: 2.8em;
    color: #FFFFFF;
    text-shadow: 0 0 16px #000000;
    -webkit-hyphens: auto;
    hyphens: auto;
}

h2 {
    font-size: 1.8em;
    color: #FB0000;
}

li {
    list-style-type: none;
}

a {
    color: #FB0000;
    text-decoration: none;
    font-weight: bold;
}

.menu a {
    font-weight: normal;
    font-size: 0.8em;
    color: #464330;
}

@media (max-width: 1024px) {
    #wrapper {
        hyphens: auto;
        max-width: 50%;
        width: 50%;
    }

    h1, h2, h3 {
        font-size: 160%;
    }
}

@media (max-width: 599px) {
    #wrapper {
        width: 100%;
        max-width: none;
    }

    #wrapper .inside {
        padding: 10%;
    }

    h1, h2, h3 {
        font-size: 140%;
    }
}
