﻿html, body{
}
@media only screen and (min-width:800px){
    html, body {
        /*width: 90%;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 40px;*/
    }
}

html, body {
    background-size: cover; /* Bildgröße anpassen, um den gesamten Bildschirm zu bedecken */
    background-repeat: no-repeat; /* Bild nicht wiederholen */
    background-attachment: fixed; /* Bild fixieren, sodass es beim Scrollen bleibt */
    background-position: center; /* Bild zentrieren */
    background-blend-mode: lighten; /* Überblenden der Farben */
}


