html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.fixed-header #main:has(#jalando) {
    margin-top: 0 !important;
}

#content {
    padding: 0 0 0 40px;
}

.content #jalando {
    width: 100%;
    height: 100vh;
    border: 0;
    padding-top: 4.2em !important;
    box-sizing: border-box;
}

@media (max-width: 915px) {
    #content {
        padding: 0;
    }
}

