

.sitewrap.EVENTS .entrys_container {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    padding: 0px 50px;
    /* border: solid red 5px;  */
}

.sitewrap.EVENTS .entrys_row_container {
    /* display:flex; */
    /* width:33%; */
   /*  text-align:center; */
    padding: 0px 10px;
    padding: 20px;
    position:relative;
    background:#fff;
    background:rgba(255,255,255,0.7);
    box-shadow: 0px 4px 8px rgba(0,0,0,0.3);
    /* margin-top: 40px; */
    margin-bottom: 30px;
    /* border: solid #ccc 1px; */
}


.sitewrap.EVENTS .entrypic_container {
    display:inline-block;
    vertical-align:top;
    width:30%;
    padding-right: 30px;
    /* border: solid red 1px; */
}

.sitewrap.EVENTS .entrypic_container img {
    /* max-width: 80%; */
   /*  margin:0 auto; */
   width:100%;
   max-width: none;
}

.sitewrap.EVENTS .entrytext_container {
    display:inline-block;
    vertical-align:top;
    width:70%;
    /* border: solid green 1px; */
}

/*******************/

.sitewrap.EVENTS .EP4 .entrytext_container.fullwidth {
    width: auto;
}

.sitewrap.EVENTS .EP4 .entrytext_container.fullwidth .text {
    display:none;
}


.sitewrap.EVENTS .EP4 .entryslider {

}

.sitewrap.EVENTS .EP4 .entryslider.invisible {
    /* display:none; */ /* FALSCH! */
    visibility:hidden;
    height: 0;
    margin: 0;
}

/*******************/

/* Zwischenüberschriften */

.sitewrap.EVENTS .EP6 {
    
    background:transparent;
    box-shadow:none;
    padding: 0px;
    margin: 0px;
    margin-bottom: -5px;
    /* margin-top: 20px; */
    padding-top: 20px;
    /* border:solid blue 1px; */
}

/* 
.sitewrap.EVENTS .EP6 > .entrytext_container div:not(.article_container) {
    display:none;
    border:solid red 5px;
}
*/

.sitewrap.EVENTS .EP6 .entrytext_container {
    width:100%;
}

.sitewrap.EVENTS .EP6 .entrytext_container div {
    /* display:none; */
    margin-top: 5px;
    /* border:solid red 1px; */
}
 
.sitewrap.EVENTS .EP6 .entrytext_container h2.article_container {
    display:block;
    margin: 0px;
    /* border: solid green 5px; */
}


/*******************/

.sitewrap.EVENTS .article_container {
    font-weight:bold;
    font-size:1.8em;
    line-height: 1.2em;
    margin: 20px 0 0px 0;
    /* border:solid blue 10px; */
}


/********/

.sitewrap.EVENTS .entrypic_container {
    position: relative;
    /* border: solid red 1px; */
}
/* 
.sitewrap.EVENTS .date_time {
    display: none;
}

.sitewrap.EVENTS .article_container {
    margin: 0px 0 0px 0;
}
 */


/*//////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////*/
/* Allgemein für alle Bubbles ".date_time_bubble" */
.sitewrap.EVENTS .date_time_bubble {

    position: absolute;
    bottom: 0px;
    
    padding: 25px 25px 15px 15px;
    
    font-size:1.2em;
    line-height:1.4em;
    
    color:#fff;
    
    background-image:url(../../../NewsBASE/content_yogaflow/_layout/bubbles3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: 100% 100%;
    /* border: solid red 1px; */
}

.date_time_bubble-weekday {
    font-size: 1.3em;
    font-weight:bold;
    /* border: solid red 1px; */
}

.date_time_bubble-date {
    /* font-weight:bold; */
}


/*/////////////////////////////////////*/


/*/////////////////////////////////////*/


/*****************/



/*****************/
/* Bubble weiter unten (Entwurf Paulina) */
.sitewrap.EVENTS .date_time_bubble {


    background-image:url(../../../NewsBASE/content_yogaflow/_layout/bubbles3.png);
    /* background-image:url(../../../NewsBASE/content_yogaflow/_layout/bubbles1.png); */
    width: 90%;
    text-align: center;
    bottom: -15px;
    padding: 20px 0px 20px 0px;

    background-size: 35% 100%;
    background-size: contain;

    bottom: -45px;
    opacity: 0.9;
}

.sitewrap.EVENTS .entrypic_container {
    margin-bottom: 35px !important;
}



/***************/
/* Bilder spiegeln (nur zum Testen) */
.sitewrap.EVENTS .entrypic_container img {

	/* transform: scaleX(-1); */
}


/*****************/

/****************/
@media (max-width: 680px) {

    body {
        /* border: solid blue 3px; */
    }

    .sitewrap.EVENTS .date_time_bubble {
        width:100%;
        
        /* top: -15px; */
        /* bottom: auto; */
        
        /* bottom: -10px; */
        
        /* border: solid red 1px; */
    }

    .sitewrap.EVENTS .entrypic_container {
        margin-bottom: 50px !important;
    }



}




/* TEST 3 >>> */




/*//////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////*/

/********/



.sitewrap.EVENTS .date_time {    
    font-weight:bold;
    color:#3E1051;
}

.sitewrap.EVENTS .date_time .devider {
    display: inline-block;
    letter-spacing: -0.2em;
    padding: 0 10px;
}

.sitewrap.EVENTS .text {
    margin: 20px 0 0px 0;
}

.sitewrap.EVENTS .teamer {
    margin-top:5px;
    font-weight:bold;
    color:#3E1051;
}

.sitewrap.EVENTS .moreText_hidden {
    display:none;
    /* border:solid #ccc 1px; */
}

.sitewrap.EVENTS .learnmoreButt,
.sitewrap.EVENTS .linkButt {
    display:inline-block;
    margin-top:20px;
    margin-right:10px;
    padding:5px 20px;
    cursor:pointer;
    /* border:solid #888 2px; */
}

.sitewrap.EVENTS .linkButt {
    /* border:solid #8945b9 2px; */
}


.sitewrap.EVENTS .learnlessButt {
    display:none;
    margin-top:20px;
    text-align: center;
    cursor: pointer;
    height: 30px;
    width: 30px;
    /* margin: 0 auto; */
    background-image: url(../../../NewsBASE/content_yogaflow/_layout/icons/scrollTop.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px;
    background-size: 100%;
    opacity: 0.7;
    /* border: solid red 1px; */
}

.sitewrap.EVENTS .testimonial {
    color:#3E1051;
    color:#B13BFF;
    color:#651898;
    
    /* font-size:1.2em; */
    /* line-height:1.4em; */
    /* font-style:italic; */
    font-weight: bold;
    text-align:center;
    /* font-weight:bold; */
    width: 80%;
    margin: 0 auto;
    
    padding: 0 0px;
    padding: 10px 20px;
    
    min-height: 100px;
/* 
    background:
    url(../../../NewsBASE/content_yogaflow/_layout/icons/quote_L.png) top left no-repeat,
    url(../../../NewsBASE/content_yogaflow/_layout/icons/quote_R.png) bottom right no-repeat;
 */    
    /* border: solid red 1px;  */
}

/****************/

/* 
.sitewrap.EVENTS .entrys_row_container.EP3_type2 {

}
.sitewrap.EVENTS .entrys_row_container.EP3_type2 .entrypic_container{
    padding-right:0px;
    padding-left:30px;
}
 */

