.backoffice_benutzer_tabelle{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(6, auto);
    grid-template-rows: auto;
    column-gap: 15px;
    row-gap: 5px;
    width: fit-content;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.backoffice_benutzer_unterteilung{
    grid-column: 1/7;
    border-bottom: 3px solid #106eb4;
    height: 3px;
    width: 100%;
}

.backoffice_benutzer_anzeigen{
    text-align: center;
    justify-content: center;
}

.backoffice_benutzer_anzeigen img, .backoffice_artikel_sortieren img{
    height: 24px;
    width: auto;
    margin-bottom: -5px;
}