/* Footer immer unten fixieren */
html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

video {
    width: 100%;
    height: auto;
    display: block;
}

/* Footer nach unten drücken */
footer {
    margin-top: auto;
}
