/**handles:js_composer_custom_css**/
.post-meta .entry-meta.post-details + span.experten-block {
    position: relative;
    z-index: 1;
}

.post-meta .entry-meta.post-details + span.experten-block:after {
    position: absolute;
    left: 0;
    top: -8px;
    width: 100%;
    height: 200px;
    content: "";
    background-image: url('https://www.ruecken.net/wp-content/uploads/ba.png');
    background-position: left;
    background-size: 122px;
    background-repeat: no-repeat;
    z-index: 2;
}