#video {    
    display: none;
}


#index {
    background-image: url(pix/startbild.png);
    background-repeat:no-repeat;
    background-size: cover;
    position: absolute;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    
}
