html {

    height: 100%;

}

body {


    height: 100%;
    background-image: url(../Images/haerteis/bg.png);
    background-size: cover;
    background-attachment: fixed;
    padding-top: 200px;
    

}

@media screen and (min-width:1024px) {

    body {

        padding-top: 150px;
        padding-left: 100px;

    }

}