body {
    padding: 0px;
    margin: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-image: linear-gradient(to right, rgb(158, 0, 0), rgb(151, 73, 0)) url(a1783b5fe482af8e453ecb2c0e0ebb0348748057_hq.gif);
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    margin-top: 24px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.mitte {
    display: flex;
    justify-content: center;
    align-items: center;
}

#static {
    width: 100%;
    height: 300px;
}

#static img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (mind-width: 800px) {
    #static {
        height: 600px;
    }
}

nav {
    position: sticky;
    top: 0px;
    backdrop-filter: blur(8px);
}

footer ul, nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 24px;
    padding-bottom: 24px;
}

nav ul li a, footer ul li a {
    font-weight: 600;
    padding: 16px;
}

section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

#background-video {
    width: 100%;
    position: absolute;
    z-index: -1;
}

body {
    background-color:  lightgray;
}