.lncu-navigation-block {
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    align-items: center;
    justify-content: center;
    gap: 1px;
    border-radius: 1rem;
    overflow: hidden;
    width: fit-content;
}

.lncu-navigation-block svg {
    color: var(--bricks-color-blue-100);
    fill: var(--bricks-color-blue-100);
}

.lncu-navigation-prev-button svg, .lncu-navigation-next-button svg, .lncu-navigation-menu-button svg{
    height: 19px;
}

.lncu-navigation-prev-themenfeld-button svg, .lncu-navigation-next-themenfeld-button svg {
    height: 22px;
}

.lncu-navigation-prev-button, .lncu-navigation-next-button, .lncu-navigation-menu-button, .lncu-navigation-prev-themenfeld-button, .lncu-navigation-next-themenfeld-button  {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    line-height: 1;
    height: 4rem;
    min-width: 4rem;
    background-color: var(--bricks-color-white);
    color: var(--bricks-color-blue-100);
    font-weight: 700;
    border-radius: 0;
    padding: 0 1rem 0 1rem;
}

.lncu-navigation-menu-button > span {
    transform: translateY(1px); /*Zentriert etwas besser als align-items center selbst*/
}