body,html{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

body{
    background: url('Bilder/bg_start.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
