body.placeholder footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

    }

body.placeholder footer{
    color: white;
}

body.placeholder #header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

#header{
        background-color: transparent;

    justify-content: center;
}

body.placeholder video{
    height: 100svh;
    object-fit: cover;
}

.site-title-link svg{
    max-width: 500px;
    width: 100%;
    height: auto;
}
body.imprint .site-title-link svg .st1{
    fill: #000;
}

body.imprint footer{
    display: none;
}

a{
    color: darkorange;
}