.news_bubble {
    width: 130px;
    height: 130px;
    left: 16px;
    bottom: 0px;
    padding: 8px 12px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 0.195px;
    line-height: 140%;
    text-align: center;
    position: absolute;
    z-index: 100;          
}

.news_bubble + .news_bubble {
    left: 160px;
 }


.news_bubble:before {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .news_bubble {
        font-size: 18px;
        width: 160px;
        height: 160px;
        left: 112px;
        bottom: 0px;
        padding: 8px 20px;
        letter-spacing: 0.3px;
        line-height: 150%;
    }

    .news_bubble + .news_bubble {
        left: 300px;
    }
}

.news_bubble.bg-primary {
    background-color: #b73d3d;
    color: white;
}

.news_bubble.bg-secondary {
    background-color: #728939;
    color: white;
}

.news_bubble.bg-third {
    background-color: #D98939;
    color: white;
}

.news_bubble.bg-fourth {
    background-color: #435271;
    color: white;
}

/* Positions */
.wbox-headerbild-home {
    position: relative;
    background-color: rgba(235,232,223,0.4);
    padding-bottom: 40px;
}