.thema-filter__tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.thema-pill a {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: var(--color-black-800);
    text-decoration: none;
}

.thema-pill {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 4px solid white;
    padding: 0 16px;
    margin: 0 16px;
}

.thema-pill:hover {
    border-bottom: 4px solid var(--color-black-800);
}

.thema-pill--active {
    border-bottom: 4px solid var(--color-black-800);
}

.thema-pill:active {
    border-bottom: 4px solid var(--color-black-800);
}

.thema-pill:hover a {
    font-weight: 700;
}

.thema-pill--active a {
    font-weight: 700;
}

.thema-pill:active a {
    font-weight: 700;
}