kreise-menubar {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    background-color: var(--background-decent);
    width: 100%;

    justify-content: space-evenly;

    gap: 5em;
}

.menubarItem {

    background-color: var(--background-decent);
    padding: 2em 0em;

}