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

/* Kontrolle */
/*   
.sitewrap.PREISE .entrys_row_container {
    margin:3px 0;
    border:solid blue 1px;
}

.sitewrap.PREISE .entrys_row_container.EP6 {
    background:#ccc;
}

.sitewrap.PREISE .entrys_row_container.EP7 {
    background:#eee;
}

.sitewrap.PREISE .block {
    margin:10px 0;
    border:solid green 5px;
}
*/


.sitewrap.PREISE .block {
    opacity:0.8;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}

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

.sitewrap.PREISE .link {
    display:block;
}

/* //////////////////////////////////// */
/*  <<< TEST - FALSCH */
/* // Soll alle .link wrappen und unten bündig anzeigen (siehe JS/CSS) */
/* 
.sitewrap.PREISE .link_click {
}

.sitewrap.PREISE .block {
}

.sitewrap.PREISE .link_click {
}

.sitewrap.PREISE .block .entrys_row_container.EP7 .text {

    min-height:500px !important;
}

.sitewrap.PREISE .myLinks_wrap {
    border: solid orange 10px;
    min-height:50px;
    background:#888;
}

.sitewrap.PREISE .myLinks_wrap.absolute {
    border: solid green 10px;
    position:absolute;
    width: 100%;
    bottom:0px;
}
 */
 
.sitewrap.PREISE .entrys_container {
    align-items: baseline;
}



/*  TEST >>> */
/* //////////////////////////////////// */


/* ///// Preis-Links deaktiviert */
/* 
.sitewrap.PREISE .link:hover {
    opacity:0.8;
    filter: saturate(3);
}
 */
/*******************/

/* Zwischenüberschriften */

.sitewrap.PREISE .entrys_row_container.EP6 {
    width:100%;
    background:transparent;
    padding:0;
    /* border:solid blue 1px; */
}

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

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

.sitewrap.PREISE .EP6 .entrytext_container div {
    display:none;
    /* border:solid red 5px; */
}

.sitewrap.PREISE .EP6 .entrytext_container h2.article_container {
    display:block;
    margin: 0px;
    font-size:2em;
    line-height:1.0em;
    font-weight:bold;
    color: #651898;
    color:inherit;
    /* border: solid green 5px; */
}
.sitewrap.PREISE .EP6 .entrytext_container .text {
    display:block;
    margin: 0px;
    float:none;
    color:inherit;
    font-weight:bold;
    color: #651898;
    /* border: solid green 5px; */
}


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

.sitewrap.PREISE .block {

    width:49%;
    margin-top:20px;
    margin-bottom: 20px;
    background:#fff;
    padding:10px 15px 20px 15px;
    /* border: solid magenta 1px; */
}

.sitewrap.PREISE .block .entrys_row_container {
    /* display:inline-block; */
    /* vertical-align:top; */
    /* vertical-align: middle; */
    /* width:49%; */
    
    position:relative;
    clear:both;
    /* min-height: 100px; */
    
    /* font-size:0.9em; */
    /* line-height:1.4em; */
    /* text-align:center; */
  
    margin:10px 0 0 0;
    padding: 10px 10px;
    background:#ccc;
    background:#3E1051; 
    border-radius:10px;
    /* border: solid blue 1px; */
}

.sitewrap.PREISE .block .entrys_row_container.EP7 {
    text-align:center;
    background:transparent !important;
    border-radius:0px;
    padding:0;
    /* border: solid green 1px; */
}

.sitewrap.PREISE .block .entrys_row_container.EP7 .text {
    min-height:3em;
     color:inherit;
    float:none;
    padding-top:inherit; 
}

.sitewrap.PREISE .block .entrytext_container {
    /* width:120%; */
    /* margin-left: 50%; */
    /* transform: translateX(-50%); */
    /* border: solid blue 1px;  */   
    padding:0px 10px;
    
}

.sitewrap.PREISE .block .article_container {
    color: #651898;
    /* min-height:2em; */
    margin-top:10px;
    font-size: 1.5em;
    font-weight:bold;
}

.sitewrap.PREISE .block .preis {
    font-size:3em;
    line-height: 1em;
    font-weight:bold;
    color: #fff;
}
.sitewrap.PREISE .block .preis span {
    font-size:0.4em;
    padding-left:10px;
    line-height: 1em;
    color: #fff;
    font-weight: normal;
}
.sitewrap.PREISE .block .text {
    color: #fff;
    float:right;
    padding-top: 1.5em;
}



/**********************/
.sitewrap.PREISE .block.type1 {
    background:#B3DBCE;
    
}
.sitewrap.PREISE .block.type1 .entrys_row_container {
    background:#385251;
    /* border:solid red 10px; */
}

.sitewrap.PREISE .block.type2 {
    background:#fff;
    /* border:solid green 10px; */
}

.sitewrap.PREISE .block.type3 {    
    background:#AA7BC9;
    /* border:solid blue 10px; */
}
.sitewrap.PREISE .block.type4 {
    background:#B3DBCE;
    /* border:solid magenta 10px; */
}

.sitewrap.PREISE .block.type5 {
    background:#fff;
    /* border:solid magenta 10px; */
}
.sitewrap.PREISE .block.type5 .entrys_row_container {
    background:#e84d4d;
    background:red;
    background:#FA3338;
    /* border:solid red 10px; */
}
.sitewrap.PREISE .block.type5 .article_container {
    /* color:#e84d4d; */
    /* color:#FA3338; */
}

/**********************/
/* 
.sitewrap.PREISE .block:nth-of-type(1),
.sitewrap.PREISE .block:nth-of-type(2) {
    background:#B3DBCE;
}
.sitewrap.PREISE .block:nth-of-type(1) .entrys_row_container,
.sitewrap.PREISE .block:nth-of-type(2) .entrys_row_container {
    background:#385251;
}

.sitewrap.PREISE .block:nth-of-type(7),
.sitewrap.PREISE .block:nth-of-type(8) {
    background:#AA7BC9;
}
 */



.sitewrap.PREISE .entrys_row_container:nth-of-type(even) {
}

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


.sitewrap.PREISE .linkButt {
    display:inline-block;
    padding:5px 10px;
    /* font-weight:bold; */
    margin: 5px auto 0px auto;
    font-size: 1.4em;
    color:#3E1051;
    color:red;
    color:#fff;
    clear:both;

    /* border: solid yellow 2px; */
}

.sitewrap.PREISE .linkButt:hover {
    transform: scale(1.03);
    /* color:red; */
    /* border: solid red 10px; */
}



/***********************************************/
/* <<< TEST1 für Umbau Preisliste */
/* Beschreibung aufklappbar */
/* 
.sitewrap.PREISE .block .entrys_row_container {
    padding:0;
}

.sitewrap.PREISE .block .entrytext_container {
    padding:0;
}

.sitewrap.PREISE .block .entrytext_container.link {
    color:#fff;
}

.sitewrap.PREISE .link_click {
    cursor:pointer;
    padding:10px 15px;
    border: solid magenta 3px;
}

.sitewrap.PREISE .link_click.open {
}

.sitewrap.PREISE .link_descript {
     display:none;
     padding:10px 15px;
     padding: 10px 15px 15px 15px;
     text-align: center;
     color:#fff;
}

.sitewrap.PREISE .link_descript_text {
    margin:10px 0;
}

.sitewrap.PREISE .link_descript .link_more_info {
}

.sitewrap.PREISE .linkButt {
    color:#fff;
    border-color:#fff;
    margin:5px 0;
}

.sitewrap.PREISE .link:hover {
    filter: saturate(3);
}

.sitewrap.PREISE .link_click.open {
    border-bottom: solid #fff 2px;
    border-bottom: solid rgba(255,255,255,0.3) 2px;
}
 */
/* TEST1 >>> */



/***********************************************/
/* <<< TEST2 für Umbau Preisliste */
/* Beschreibung als Overlay */


.sitewrap.PREISE .link_descript {
    display:none;
}

.sitewrap.PREISE .block .entrys_row_container {
    padding:0;
}

.sitewrap.PREISE .block .entrytext_container {
    padding:0;
}

.sitewrap.PREISE .block .entrytext_container.link {
    color:#fff;
}

.sitewrap.PREISE .link_click {
    cursor:pointer;
    padding:10px 15px;
    /* border: solid magenta 3px; */
}

.sitewrap.PREISE .link_click.open {
}

.sitewrap.PREISE .link:hover {
    filter: saturate(3);
}

.sitewrap.PREISE .link_click .article_container {
    display:none;
    border: solid green 3px;
}


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

#overlay {
    background-color:#c5a9dc;
    background:#c5a9dc url("../../../NewsBASE/content_yogaflow/_layout/overlay_back_1.png");
    background-repeat:no-repeat;
    background-position:top left;
    background-size:40%;

}

#overlay .left {
    display:inline-block;
    vertical-align:top;
    width:40%;
    padding:50px 20px;
}

#overlay .right {
    display:inline-block;
    vertical-align:top;
    width:60%;    
    padding: 60px 60px;
}

#overlay .link_descript_article {
    font-size:2.8em;
    line-height: 1em;
    margin:50px 0px 20px 50px;
    margin: 30px 0px 20px 10px;
    color:#fff;
}

#overlay .link_descript_text {
    font-size:1.3em;
    line-height: 1.3em;
    color:#fff;
    opacity:0.7;
}

#overlay .link_descript_text ul {
    padding-left: 12px;
}

#overlay .link_descript_text ul li {
    margin: 0;
    padding: 5px 0 0px 40px;
	list-style: none;
	background-image: url("../../../NewsBASE/content_yogaflow/_layout/icons/icon_okay.png");
	background-repeat: no-repeat;
	background-position: left 8px;
	background-size: 20px;
	background-size: 1.3em;
}

#overlay .link_descript_preis {
    font-size:3em;
    line-height: 1em;
    margin:30px 0px 0px 50px;
    color:#fff;
}

#overlay .link_descript_preis span {
    font-size:0.5em;
    line-height: 1em;
    padding-left:15px;
}

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

#overlay .entrys_row_container_foreign {
    color:#4c225e;
}
#overlay .entrys_row_container_foreign .article_container {
    margin-bottom:15px;
    font-size:1.6em;
    line-height: 1.2em;
    color:#fff;
    font-weight:normal;
}

#overlay .linkButt {
    display: inline-block;
    margin-top:25px;
    border-color:#fff;
    color:#fff;
    text-align: center;    
}

#overlay .linkButt {
    padding: 5px 15px;
    /* border: solid #8945b9 2px; */
    /* color: #8945b9; */
}



#overlay .article_text_container a {
    font-weight:bold;
    color:#7e3ea9;
}

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

.sitewrap.PREISE #foreign_content {
    display:none;
    border: solid green 3px;
}

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

/* // für Unterscheidung der Farben aus EP7.type1, EP7.type2, .... */
 
#overlay.type1 {    
    background-color:#bddad4;
    background-image:url("../../../NewsBASE/content_yogaflow/_layout/overlay_back_1.png");
    /* filter: hue-rotate(45deg); */
    /* border: solid #bddad4 10px; */
}

#overlay.type2 {
    background-image:url("../../../NewsBASE/content_yogaflow/_layout/overlay_back_2.png");
    /* border: solid #fff 10px; */
}
#overlay.type3 {
    background-image:url("../../../NewsBASE/content_yogaflow/_layout/overlay_back_2.png");
    /* border: solid #b68dd0 10px; */
}
#overlay.type4 {
    background-color:#bddad4;
    background-image:url("../../../NewsBASE/content_yogaflow/_layout/overlay_back_2.png");
    /* border: solid #bddad4 10px; */
}


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

@media (max-width: 680px) {

    #overlay {
        top: 0%; 
        transform: none;
        height: 100%;
        /* background:#c5a9dc; */
        
        background-image:none !important;
        
        box-shadow:none !important;
        padding: 0;
        /* border: solid red 10px; */

    }

    #overlay .left {
        padding: 30px 20px 20px 20px;
        width:100%;
        height: auto;
        
        background-size: 100%;
        background-size: cover;
        /* background-size: contain; */
        background-repeat: no-repeat;
        font-size: 0.9em;
        line-height: 1.0em;
    }

    #overlay.type1 .left {
    
        background-color:#bddad4;
        background-image:url("../../../NewsBASE/content_yogaflow/_layout/overlay_back_1.png");
        background-position:top left;
        /* background-size:100%;  */   
    }

    #overlay.type2 .left,
    #overlay.type3 .left,
    #overlay.type4 .left   {

        background-color:#c5a9dc;
        background-image:url("../../../NewsBASE/content_yogaflow/_layout/overlay_back_2.png");
        background-position:top left;
        /* background-size:100%; */
    }

    #overlay .right {
        padding: 10px 20px 30px 20px;
        width:100%;
        height: auto;
    }

    #overlay .link_descript_article {
        word-break: break-word;
        margin: 30px 0px 20px 0px;
        font-size: 2.6em;
    }
    
    #overlay .link_descript_text ul {    
        margin:0; 
        padding: 0;   
    }

    #overlay .link_descript_preis {
        margin: 20px 0px 0px 0px;
    }
    
    #overlay .entrys_row_container_foreign .article_container {
        text-align:center;
    }

    body.noscroll {
        overflow:hidden;
    }

}
/* TEST2 >>> */




