.pg_scrollTellingFrame.stSingle .pg_sTPicHolder 
{
-webkit-transition: all .75s cubic-bezier(.23,1,.32,1);
-moz-transition: all .75s cubic-bezier(.23,1,.32,1);
-ms-transition: all .75s cubic-bezier(.23,1,.32,1);
-o-transition: all .75s cubic-bezier(.23,1,.32,1);
transition: all .75s cubic-bezier(.23,1,.32,1);
}


/*HINTERGRUNDBILD*/
.pg_scrollTellingFrame {position: relative;}
.pg_scrollTellingFrame .pg_sTPic {z-index: 1;top: 0;width: 100%;height: 100vh;overflow: hidden;position: -webkit-sticky;position: sticky;top: 0px}
.pg_sTPicFrame {position: absolute; width: 100%; height: 100%; top: 0; left: 0}
.pg_sTTextFrame {position: relative; overflow: auto;min-height: 100vh; display: flex}
.pg_sTTextInner {top: 0;
    background-color: #fff;
    padding: 3%;
    width: 50%;
    margin-left: calc(50% - 435px);
    height: 100%;
    z-index: 2;
    overflow: hidden;
	width: 870px;}

/*-------------------------*/
/*EINZELBILDER*/ 
.pg_scrollTellingFrame.stSingle .pg_sTPicFrame {height: 100%}
.pg_scrollTellingFrame.stSingle .pg_sTTextInner h1, .pg_scrollTellingFrame.stSingle .pg_sTTextInner h2 {margin-top: 0}

/*EINZELBILDER LINKS*/
.pg_scrollTellingFrame.stSingle .pg_sTPicFrame {width: 45%; left: 4%}
.pg_scrollTellingFrame.stSingle .pg_sTTextFrame {justify-content: end}
.pg_scrollTellingFrame.stSingle .pg_sTPicHolder {z-index: 1;top: 0;overflow: hidden;position: -webkit-sticky;position: sticky;top: 15%} 
.pg_scrollTellingFrame.stSingle .pg_sTPicHolder figure, .pg_scrollTellingFrame.stSingle .pg_sTPicHolder .st_copyBackpic {height: 100%}
.pg_scrollTellingFrame.stSingle .pg_sTPicHolder .st_copyFrame {height: 90%}
.pg_scrollTellingFrame.stSingle .pg_sTPicHolder figcaption {height: 10%; font-size: 12px;background-color: #efefef;padding: 0 10px;}
.pg_scrollTellingFrame.stSingle .pg_sTPicHolder .st_copyFrame {position: relative}
.pg_scrollTellingFrame.stSingle .pg_sTPicHolder .st_copyRight {position: absolute; bottom: 0px; right: 10px; font-size: 12px; color: #fff; text-shadow: 2px 2px 2px rgba(0,0,0,0.5)}

/*EINZELBILDER RECHTS*/
.pg_scrollTellingFrame.stSingle.stpicRight .pg_sTPicFrame {left: initial; right: 4%}
.pg_scrollTellingFrame.stSingle.stpicRight .pg_sTTextFrame {justify-content: start}
.pg_scrollTellingFrame.stSingle.stpicRight .pg_sTTextInner {margin-left: 0; padding-top: 0; padding-bottom: 0}