.sod-section{
	position: relative;
}

.sod-section:before,
.sod-section:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 2rem;
	border-top: 1px solid rgba(127, 127, 127, 0.75);
	z-index: 50;
}

.sod-section:after{
	top: 50%;
	height: 0;
}

/* .sod-section:before{
	top: 25%;
	height: 50%;
	border-bottom: 1px solid rgba(127, 127, 127, 0.75);
} */
/*
.sod-intersecting{
	border-left: 1rem solid rgba(255, 52, 52, 0.75);
	padding-left: 3rem;
} */

.sod-actor{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.sod-actor actions{
	display: none;
}

.sod-disc{
	position: absolute;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background-color: inherit;
}

.disc-xs{ width: 5vw; padding-bottom: 5vw; }
.disc-sm{ width: 10vw; padding-bottom: 10vw; }
.disc-md{ width: 15vw; padding-bottom: 15vw; }
.disc-lg{ width: 20vw; padding-bottom: 20vw; }
.disc-xl{ width: 25vw; padding-bottom: 25vw; }



.sod-main,
.sod-section{
	position: relative;
	/* border-left:2px solid var(--primary); */
}

#sod-debug-box{
	position: fixed;
	top: 8px;
	right: 8px;
	max-height: 95vh;
	overflow-y: auto;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	color: #666;
	border-radius: 5px;
	padding: 4px 10px 8px 10px;
	z-index: 10001;
	font-family: serif;
	font-size: 12px;
	line-height: 1.4;
	box-shadow:
		0 0 16px rgba(0, 0, 0, 0.25),
		0 1px 3px rgba(0, 0, 0, 0.5);
}

#sod-debug-box h1{
	font-size: 1.2em;
	font-weight: 600;
	margin:  0 10px 6px 0;
}

#sod-debug-box > ul{
	margin: 0;
	padding: 0;
	min-width: 128px;
	list-style-type: none;
	border-top: 1px dotted #888;
}

#sod-debug-box ul > li{
	padding: 2px 4px;
	border-bottom: 1px dotted #888;
	border-left: 4px solid transparent;
}

#sod-debug-box ul > li > span{
	font-family: monospace;
	margin-left: 0.5em;
}

#sod-debug-box .sod-indicator{
	position: absolute;
	top: 12px;
	right: 8px;
	width: 8px;
	height: 8px;
	background-color: #ccc;
	border-radius: 10px;
	z-index: 10;
	transition: background-color 0.2s;
}

#sod-debug-box.indicate-scroll .sod-indicator{
	background-color: #a54;
}

#sod-debug-box.indicate-observer .sod-indicator{
	background-color: rgb(18, 219, 219);
}

@keyframes pulse {
	0%		{ transforn: scale(1); }
	75%		{ transforn: scale(1.25); }
	100%	{ transforn: scale(1); }
}

/*REINI ANWENDUNG*/
/*REINI ANWENDUNG*/
/*REINI ANWENDUNG*/
/*REINI ANWENDUNG*/
/*REINI ANWENDUNG*/
/*REINI ANWENDUNG*/

:root{
	--courses-ratio-pb: 164%;
}

/* .outer-scroll-content{
	overflow: hidden;
    height: 0;
    padding-bottom: var(--courses-ratio-pb);
} */
.outer-scroll-content {
    overflow: hidden;
    height: 0;
    padding-bottom: var(--courses-ratio-pb);
    padding-bottom: calc(100vh - var(--admin-bar-height) - var(--header-height));
}
.inner-scroll-content{
	transform: translateY(0%);
	/* transition:transform .8s; */
	background:var(--text);
}
#sod-hactor .inner-scroll-content{
	transition:transform .8s;
}

.inner-scroll-content figure{
	margin:0;
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: var(--courses-ratio-pb);
	mix-blend-mode: screen;
}
.inner-scroll-content figure img{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section.h-150vh{
	min-height:150vh;
}
section.h-200vh{
	min-height:200vh;
}
section.h-300vh{
	min-height:300vh;
}
section.h-400vh{
	min-height:400vh;
}
section.h-500vh{
	min-height:500vh;
}
section.h-600vh{
	min-height:600vh;
}
section.h-700vh{
	min-height:700vh;
}
section.h-800vh{
	min-height:800vh;
}
section.h-900vh{
	min-height:900vh;
}
.sod-50vh { min-height: 50vh; }
.sod-100vh { min-height: 100vh; }
.sod-150vh { min-height: 150vh; }
.sod-200vh { min-height: 200vh; }
.sod-300vh { min-height: 300vh; }
.sod-400vh { min-height: 400vh; }
.sod-500vh { min-height: 500vh; }
.sod-600vh { min-height: 600vh; }
.sod-700vh { min-height: 700vh; }
.sod-800vh { min-height: 800vh; }
.sod-900vh { min-height: 900vh; }
.sod-1000vh { min-height: 1000vh; }


.sod-section .content-replace-img{
	height:inherit;
}
.sod-section .sod-sticky-content{
	position: sticky;
    top: calc(var(--header-height) + var(--admin-bar-height));
}

.sod-scroll-target {
	position: absolute;
	left: 0;
	height: 33.3333%;
}

.sod-actor {
    outline: 1px dotted blue; 
    outline-offset: -1px;
    height: calc(100vh - var(--admin-bar-height) - 4rem);
}

.sod-sticky-top {
    position: sticky;
    top: calc(var(--admin-bar-height) + 2rem);
}

.overflow-hidden {
	overflow: hidden;
}

.sod-stage-container {
	position: relative;
	height:100%;
}

.sod-stage-rail {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    transition: transform 1.3s;
    transform: translateX(0);
}

/* .sod-stage-item:first-child{
	background:var(--primary);
}
.sod-stage-item:nth-child(2){
	background:var(--primary-medium);
}
.sod-stage-item:nth-child(3){
	background:var(--primary-light);
}
.sod-stage-item:nth-child(4){
	background:var(--primary-dark);
} */
.sod-stage-item {
	position: relative;
	height: 100%;
	width: 33.3333%;
}

ul.sod-stage-nav {
	position: absolute;
	top: 2rem;
	left: 2rem;
	z-index: 100;
}

ul.sod-stage-nav > li {
	margin-bottom: 2px;
}

ul.sod-stage-nav > li > a {
	display: block;
	/* background-color: rgba(255, 255, 255, 0.75); */
	padding: 0.25em 0.5em;
	text-decoration: none;
	font-weight: bold;
}




/* #t1 { top: 0; border-left: 0px solid rgb(255, 0, 174);}
#t2 { top: 33.3333%; border-left: 0px solid rgb(241, 121, 0); }
#t3 { top: 66.6667%; border-left: 0px solid rgb(209, 237, 0); } */



/*### COLORS ###*/

.bg-purple{
	background-color: rgb(109, 71, 197);
}

.bg-blue{
	background-color: rgb(66, 94, 219);
}

.bg-yellow{
	background-color: rgb(226, 189, 43);
}

.bg-magenta{
	background-color: rgb(185, 40, 129);
}

.bg-dark{
	background-color: rgba(0, 0, 0, 0.75);

}
.bg-light{
	background-color: rgba(255, 255, 255, 0.75);
}