kreise-menubar {

    display: flex;
    flex-flow: row wrap;
    background-color: rgba(var(--third-decent), 0.5);
    width: 100%;

    justify-content: space-evenly;
    gap: 5em;

}

.menubarItem {

    padding: 2em 0em;

}