.nav a, .nav a:hover {
    color: rgba(100, 100, 100, 1);
}

.subnav a, .subnav a:hover {
    color: rgba(100, 100, 100, 1);
}

body {
    background: url(bilder/22.jpg) fixed;
    background-size: cover;
    background-repeat: no-repeat;

}


#impressumText {
    font-size: 12px;
    width: 786px;
    top: 60px;
    margin-left: 20%;
    height: auto;
    left: 50%;
    margin-left: -384px;
}

.nav {
    z-index: 500;
}

.strich {
    float: left;
    color: rgba(100, 100, 100, 1);
}


@media all and (max-width: 1024px) {

    body {
        background: none;
    }

    .mobileImages {
        margin-top: 40px;
    }

    .textWrapper {
        position: relative;
        width: 100%;
    }

    #impressumText {
        left: 0px;
        padding: 20px;
        width: 100%;
        margin-left: 0;
        top: 0px;
    }

}