.article-kompetenz-list__name {
    display: inline-block;
    background-color: #00bb70;
    padding: 2px 6px;
    border-radius: 8px;
    font-size: 12px;
    color: #fefefe;
    font-weight: bold;
}

.article-kompetenz-list__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.article-kompetenz-list__item {
    float: left;
    margin-right: 8px;
}

.article-kompetenz-list__item:last-child {
    margin-right: 0;
}

.acl-horizontal__name {
    text-transform: uppercase;
    background: linear-gradient(180deg,rgba(255,255,255,0) 60%, #00bb70 40%);
}