.jb-post-outer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jb-post-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    width: 105px;
    max-width: 105px;
    min-height: 105px;
    padding-right: 15px;
    margin-top: 1rem;
}

.jb-post-inner:first-child {
    margin-top: 0;
}

.jb-post-thumbnail {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 1;
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.jb-post-thumbnail:before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    content: "";
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.jb-post-image {
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    object-fit: cover;
}

.jb-post-title {
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.hinweistext {
    font-size: 12px;
    font-family: 'Montserrat';
    padding-left: 5px;
    display: none;
}

.entry-title .hinweistext {
    display: inline-block!important;
}
  