header {
    height: auto;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header > div {
    /* width: calc(100% - 40px);
    max-width: 1280px; */
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

#block-berlin-freedom-week-site-branding {
    width: 220px;
    height: 98px;
    display: block;
    margin-right: auto;
}

#block-berlin-freedom-week-site-branding a:after {
    content: initial;
    display: none;
}
