.header.unterseite a.logo {
    top: 55%;
    transform: translateY(-50%);
    width: clamp(5em, 6vw, 6em);
    height: 100%;
    display: flex;
    align-items: center;
}

.header_fadein a.logo {
    display: flex;
    align-items: center;
    top: 45%;
    left: 5%;
    width: clamp(4em, 5vw, 5em);
    transform: translateY(-50%);
    height: 100%;
    display: flex;
    align-items: center;
}


ul.reporting {
    list-style-type: none;
    column-count: 2;
    column-gap: 0;
    width: 100%;
    position: relative;
}

.reporting li {
    display: inline-block;
    width: 100%;
    margin-left: 0;
}

.reporting a.button {
    float: left;
    width: 90%;
    padding-bottom: 0.5rem;
    font-weight: normal;
    color: var(--black);
}

.reporting a.button::after {
    background-image: url('/static/images/button-download.svg');
}