.navbar-mainnavigation .navbar-brand-image:after{
    content: 'seit 1900';
}

.popup-content:before{
    background-image: url("../images/icons/gift_sb.svg");
}

.popup-content ul.theme-wb{
    list-style-image: url("../images/icons/check_sb.svg");
}

.popup-content ul.theme-sb{
    list-style-image: url("../images/icons/check_sb.svg");
}

.newsletter > div:after{
    content: "SB";
}

.navbar-mainnavigation .navbar-nav{
    position: relative;
}

.navbar-mainnavigation .navbar-nav:before{
    content: "SB";
    color: rgba(102,102,102,0.1);
    font-size: 20vw;
    display: flex;
    text-align: right;
    align-items: flex-end;
    justify-content: flex-end;
    font-weight: 700;
    line-height: 0.7;
}

.frame-type-news_pi1:has(div.template-videos),
.frame-type-news_pi1:has(div.template-leser){
    position: relative;
}

.frame-type-news_pi1:has(div.template-videos) > *,
.frame-type-news_pi1:has(div.template-leser) > *{
    position: relative;
    z-index: 200;
}

.frame-type-news_pi1:has(div.template-videos):after,
.frame-type-news_pi1:has(div.template-leser):after{
    content: "SB";
    position: absolute;
    top:0;
    left:0;
    line-height: 245px;
    color: rgba(255,255,255,0.25);
    font-size: 316px;
    font-weight: 700;
    z-index: 100;
}

@media (max-width: 991px){
    .frame-type-news_pi1:has(div.template-videos):after,
    .frame-type-news_pi1:has(div.template-leser):after{
        font-size: 120px;
        line-height: 0.5;
    }
}
