.stoerer_wrap{

    display:flex;
    align-items: center;
    flex-direction:row;
    margin-top: -15px;
    padding-left: 2.5%;

}
.stoerer_wrap span{

    margin-right: 10px;
    border: 1px solid #cccc;
    border-radius: 5px;
    color:#fff;
    padding: 2.5px 10px;
    font-size: 12px;
}
.stoerer_wrap span.stoerer_eins{
    background-color: #008300;
}

.stoerer_wrap span.stoerer_zwei{
    background-color: #3ca7ac;
}

.stoerer_wrap span.stoerer_zwei.second{
    padding-left: 7px;
    display: flex;
    align-items: center;
}

.stoerer_wrap span.stoerer_zwei > img{
    height: 15px;
    padding-right: 6px;
}