.custom-taxonomy-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.custom-taxonomy-item {
    width: 23%; /* 23% für vier Spalten mit etwas Abstand */
    margin-bottom: 1em;
    box-sizing: border-box;
}

.custom-taxonomy-item a {
    text-decoration: none;
    color: #0073aa;
}

.custom-taxonomy-item a:hover {
    text-decoration: underline;
}
