/* body { */
    /* background-image: url('AfmBOorx8VPWyxSoXoW8KX-TmuTTbZ4r09F5E5mgr6PrFkdoHavNqteH.png'); /* Bildpfad anpassen */ 
    /* background-size: cover;
    /* /* background-position: center; Bild zentrieren */ */
    /* background-repeat: no-repeat; /* Verhindert Kacheln */ 
    /* height: 100vh; /* Nimmt die gesamte Höhe des Viewports ein */ 
    /* margin: 0; /* Standard-Margin entfernen */ 
    /* /* Optional: Inhalt zentrieren */ 
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
/* } */

html, 
body {
    height: 100%;
}

body {
    margin: 0; 
    padding: 0;
}

#header-div {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(AfmBOorx8VPWyxSoXoW8KX-TmuTTbZ4r09F5E5mgr6PrFkdoHavNqteH.png) no-repeat center;
    position: relative;
}