.postThumb__content p{
    margin:  12px 0;
    /*white-space: nowrap;*/
}

.heading__h3 {
    color: #3C3C3C;
    font-weight:  900;
}

.postThumb__date {
    min-width:  150px;
}

.postThumb__content {
    padding-top: 32px;
}

.postThumb__title {
    margin-top: 0px;
}

.postThumb__category {
    margin-bottom: 18px;
    min-height:  30px;
    text-transform: unset;
}

.postThumb__tag {
    bottom:  unset;
    top: 0px;
    left: 25px;
    width:  auto;
    height:  auto;
    border:  unset;
    background-color: rgba(63, 65, 70, 0.5);
    padding: 5px;
}

.postThumb__type {
    display:  none;
}

.postThumb__tagIcon {
    position: unset;
}
.postThumb__tagIcon::after {
    font-family: "Lato", Tahoma, Arial !important;
    width:  auto;
    position: unset;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight:  bold;
    height: 14px;

}
.postThumb__tagIcon--tag-erlesenes::after {
    content: 'Erlesenes';
}

.postThumb__tagIcon--tag-algo-rules::after,
.postThumb__tagIcon--tag-algo-rules-en::after {
    content: 'Algo.Rules';
    font-family: 'Space Mono',monospace !important;
}

.postThumb__tagIcon--tag-publikationen::after {
    content: 'Publikationen';
}

.postThumb__tagIcon--tag-publications::after {
    content: 'Publications';
}

.postThumb__tagIcon--tag-events::after,
.postThumb__tagIcon--tag-events-en::after {
    content: 'Events';
}
