@media screen and (max-width: 500px) {
body {
    background: url(../images/hintergrund1.jpg) top center no-repeat;
    background-attachment:fixed;
} 
}