
.sitewrap.BUBBLES_2 .entrys_container {
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 50px;
    margin-top: 25px;
    /* border: solid blue 1px; */
}

.sitewrap.BUBBLES_2 .entrys_row_container {
    /* display:inline-block; */
    /* vertical-align:top; */
    /* vertical-align: middle; */

    width:33%;
    margin-top:10px;
    
    position:relative;
    clear:both;
    min-height: 100px;
    
    font-size:0.9em;
    line-height:1.4em;
    text-align:center;
   
    color:#fff;
    opacity:0.7;
   
    background-image:url(../../../NewsBASE/content_yogaflow/_layout/bubbles1.png);
    background-position: center center;
    background-repeat:no-repeat;
    /* background-size:100%; */   
    background-size: 100% 100%;
    /* background-size: contain; */
    /* background-size: cover;  */  
    
    padding: 40px 50px;
    padding: 40px 50px 0px 50px;
    
    min-height: 350px;
    
   /* border: solid green 1px; */
}

.sitewrap.BUBBLES_2 .entrys_row_container:nth-of-type(even) {
    background-image:url(../../../NewsBASE/content_yogaflow/_layout/bubbles2.png);
    
    color:inherit;
    
    /* margin-top:200px; */
    /* border: solid red 1px; */
}

.sitewrap.BUBBLES_2 .entrys_row_container:nth-of-type(6) {
    background-image:url(../../../NewsBASE/content_yogaflow/_layout/bubbles3.png);

    /* color:inherit; */
    color:#fff;

    /* margin-top:200px; */
    /* border: solid red 1px; */
}


.sitewrap.BUBBLES_2 .entrytext_container {
}


.sitewrap.BUBBLES_2 .article_container {
    font-weight:bold;
    font-size:1.5em;
    line-height:1.5em;
    margin-bottom:10px;
    color:#fff;
}

.sitewrap.BUBBLES_2 .icon {

    /* display:none; */
    position:absolute;
    left:0px;
    top:-10px;
    width:90px;
    height:90px;

    background-image:url(../../../NewsBASE/content_yogaflow/_layout/icons/Icon03.png);
    background-position: center center;
    background-repeat:no-repeat;
    /* background-size:100%; */
    background-size: 100% 100%;

    /* filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6)); */
    /* border: solid red 2px; */
}


.sitewrap.BUBBLES_2 .entrypic_container {
}

.sitewrap.BUBBLES_2 .entrypic_container img {

}

.sitewrap.BUBBLES_2 .entrytext_container {
}


/****************/
/* <<< TEST: Icons anpassen */

.sitewrap.BUBBLES_2 .entrys_row_container:nth-of-type(1) .icon {
    background-image:url(../../../NewsBASE/content_yogaflow/_layout/icons/icon_knigge_offenherzig.png);
}

.sitewrap.BUBBLES_2 .entrys_row_container:nth-of-type(2) .icon {
    background-image:url(../../../NewsBASE/content_yogaflow/_layout/icons/icon_knigge_laechelnd.png);
}

.sitewrap.BUBBLES_2 .entrys_row_container:nth-of-type(3) .icon {
    background-image:url(../../../NewsBASE/content_yogaflow/_layout/icons/icon_knigge_ruhig.png);
}

.sitewrap.BUBBLES_2 .entrys_row_container:nth-of-type(4) .icon {
    background-image:url(../../../NewsBASE/content_yogaflow/_layout/icons/icon_knigge_frei.png);
}

.sitewrap.BUBBLES_2 .entrys_row_container:nth-of-type(5) .icon {
    background-image:url(../../../NewsBASE/content_yogaflow/_layout/icons/icon_knigge_puenktlich.png);
}

.sitewrap.BUBBLES_2 .entrys_row_container:nth-of-type(6) .icon {
    background-image:url(../../../NewsBASE/content_yogaflow/_layout/icons/icon_knigge_achtsam.png);
}


/* ........... */

/* TEST >>> */





