/******ALLGEMEIN****/
/******ALLGEMEIN****/
/******ALLGEMEIN****/
/******ALLGEMEIN****/
/******ALLGEMEIN****/
@media(max-width:600px){
	body.scrolled .navbar.fixed-top{
	top: 0;
	}
	body>main{
		padding-top: var(--header-height);
	}
}

:root{
	/* --container-width:100%;
	--container-margin:calc(100% - var(--container-width) / 2);
	--container-margin-vw:calc(100vw - var(--container-width) / 2); */

	--container-margin:20px;
	--container-width:calc(100% - var(--container-margin) * 2);
	--container-margin-vw:calc(100vw - var(--container-margin) * 2);
}


@media(min-width:768px){
	:root{
		    --container-margin:36px;
	}
}
@media(min-width:1400px){
	:root{
		    --container-margin:60px;
	}
}

@media(max-width:1720px){
	:root{
		--regular-p-size:1.1rem;
	}
}
.container{
	padding:0;
}

p{
	line-height:1.24;
}
.rot-inline-link-plain{
	font-weight:800;
	color:var(--text);
	text-decoration:none;

}
.rot-inline-link-plain:hover{
	color:var(--pink);
}
.rot-inline-link,
.rot-btn {
	text-decoration: none;
    font-weight: 600;
    color: var(--text);
    padding-left: 1.2em;
    padding-top: 0.1em;
    padding-right: 0.6em;
    padding-bottom: 0.5em;
    background: var(--white);
    line-height: 1;
    font-size: 1.7em;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 2px;
	box-shadow: 3px 6px 1px #242424ff;
    transform: translate(0px, 0px);
    transition: box-shadow .3s, transform .3s, background-color .3s, color .4s;
}
.rot-inline-link{
	font-size:1em;
	box-shadow:none;
	font-weight:400;
	background:var(--white-45);
}
.rot-inline-link.back-link{
	background: var(--grey-dark);
	color: white;
}
.rot-btn:hover{
	box-shadow: 0px 1px 1px #24242463;
    transform: translate(2px, 5px);
}
.rot-inline-link:hover{
	/* background:white; */
}
.rot-inline-link:hover:before{
	/* background:var(--orange); */
}
.rot-inline-link:after,
.rot-btn:after {
    content: '';
    width: calc(100% - 1.04em);
    left: .84em;
    bottom: 0.23em;
    border-bottom: 0.15em solid var(--text);
    display: block;
    position: absolute;
    z-index: 1;
}
.rot-inline-link:before,
.rot-btn:before {
    content: '';
    width: calc(0.64em);
    height: calc(0.64em);
    left: .3em;
    bottom: calc(0.29em);
    background: var(--text);
    display: block;
    position: absolute;
    border-radius: 2px;
    z-index: 1;
	transition: background-color.4s, left .4s;
}
.rot-inline-link.back-link:after{
	border-color: white;
}
.rot-inline-link.back-link:before{
	background-color: white;
}
.rot-inline-link.back-link:hover{
	color:var(--text);
}
.rot-inline-link.back-link:hover:after{
	border-color: var(--text);
}
.rot-inline-link.back-link:hover:before{
	background-color: var(--text);
}

.rot-btn-wrap{
	display:flex;
	flex-wrap:wrap;
	gap:.8em;
	width:100%;
	margin-bottom: 2rem;
}
.rot-inline-link>.txt,
.rot-btn>.txt{
	z-index:1;
	position:relative;
	font-size:1.2em;
}
.rot-inline-link>.txt{
	font-size:inherit;
}
.rot-inline-link>.theme-ele,
.rot-btn>.theme-ele{
	display:block;
	background:var(--tertiary);
	transform:translate(-140%, 0) skew(20deg);
	will-change:transform;
	transition:transform .7s;
	position:absolute;
	left:-20%;
	top:0;
	height:101%;
	width:160%;
	z-index:0;

}
.rot-inline-link:hover>.theme-ele,
.rot-btn:hover>.theme-ele{
	transform:translate(-20%) skew(20deg);
}

.btn.btn-smaller,
.rot-btn.btn-smaller{
	font-size:1.3em;
}

.rot-btn.btn-primary,
.btn.btn-primary,
.btn-primary{
	background-color:var(--primary);
}
.rot-btn.btn-secondary,
.btn.btn-secondary,
.btn-secondary{
	background-color:var(--secondary);
}
.rot-btn.btn-tertiary,
.btn.btn-tertiary,
.btn-tertiary{
	background-color:var(--tertiary);
}
.rot-btn.btn-tertiary .theme-ele,
.btn.btn-tertiary .theme-ele,
.btn-tertiary .theme-ele{
	background-color:var(--primary);
}
.rot-btn.btn-theme,
.btn.btn-theme,
.btn-theme{
	background-color:var(--tertiary);
}




.rot-btn2{
	background: var(--btn2-bg-color);
    border: none;
    box-shadow: none;
    color: var(--btn2-color);
    font-weight: var(--btn2-font-weight)!important;
    font-size: 1.1em!important;
	padding:var(--btn2-padding);
	border-radius:var(--btn2-border-radius);
    transition: background-color .4s, color .4s;
}
.rot-btn2:hover{
	background-color:var(--btn2-hover-bg-color);
}




#rot_content{
	position:relative;
}



body .bg-primary{
	background-color:var(--primary)!important;
}

body .bg-secondary{
	background-color:var(--secondary)!important;
}
body .bg-tertiary{
	background-color:var(--tertiary)!important;
}
body .bg-white{
	background-color:var(--white)!important;
}
body .bg-pink{
	background-color:var(--pink)!important;
}
body .bg-orange{
	background-color:var(--orange)!important;
}


.rot-cpt-items.rot-post-type-class{
	row-gap:30px;
}



@media(min-width:620px) and (max-width:767.98px){
	.col-smd-6{
		flex:0 0 50%;
		max-width:50%;
	}
}
@media(min-width:1820px) {
	.col-xxxl-3{
		flex:0 0 auto;
		max-width:25%;
	}
}



.rotate90{
	display:inline-block;
	transform-origin:center;
	transform:rotate(90deg);
}





/*D HEADER*/
/*D HEADER*/
/*D HEADER*/
/*D HEADER*/
/*D HEADER*/

#no-d-header{
	min-height:var(--header-height);
}

.display-header.low-header{
	min-height:calc(var(--display-header-min-h) - 13rem);
}
@media(min-width:992px){
	.display-header.low-header{
		min-height:calc(var(--display-header-min-h) - 9rem);
	}

	.display-header.low-header~#rot_content{
		padding-top:2rem;
	}


}
@media(min-width:1720px){
	.display-header.low-header{
		min-height:calc(var(--display-header-min-h) - 4rem);
	}
}
.has-rot-circles{
	overflow:hidden;
}
[data-rot-circle="secondary"],
[data-rot-circle="primary"]{
	width: 63%;
    height: 0;
    padding-bottom: 63%;
    transform: translate3d(-7%, -37%, 0px);
    background: var(--primary-dark);
    border-radius: 20000px;
}
[data-rot-circle="secondary"] {
    width: 43%;
    padding-bottom: 43%;
    transform: translate3d(23%, -17%, 0px);
    background: var(--primary);
    top: 0;
	position:absolute;
}



.rot-swiper-head {
    position: absolute;
    top: 642px;
    display: block;
    z-index: 12;
    margin-left: var(--container-margin);
}
.rot-swiper-head button {  /*data-slider-nav*/
    border: none;
    background: transparent;
    color: white;
    opacity: .6;
    font-size: 3rem;
}

.rot-swiper-head button[data-slider-nav]{
	transition: color .5s, transform .5s;
}
.rot-swiper-head button[data-slider-nav="next"].is-transitioning-next{
	color:var(--tertiary);
	transform:scale(1.1);
}
.rot-swiper-head button[data-slider-nav="prev"].is-transitioning-prev{
	color:var(--primary);
	transform:scale(1.1);
}
#masthead.nav-fixed-top,
#masthead{
	padding-top: 0px;
}
#masthead{
		background-color: transparent!important;
}


@media(max-width:767.98px){
	:root{
		--display-header-min-h: calc(100vh - var(--admin-bar-height));
	}
	:root body.single{
		--display-header-min-h: 740px;
	}
	.display-header.low-header{
		min-height:360px;
	}
	.display-header [data-h-fixed-img]{
		object-fit: contain;
		left: auto;
		right: 0;
		width: 100%;
		height: auto;
	}
	.display-header [data-h-fixed-img].rot-img-absolute {
		max-height:520px;
	}
	.display-header [data-h-fixed-img].rot-img-absolute img {
		position: absolute;
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: 75%;
	}
	#masthead{
		background-color: transparent!important;
		position: relative;
		height: 0;
		padding-top: 0;
	}
	#masthead.nav-after-dh>nav{
		position: absolute!important;
		height: var(--header-height)!important;
		width:var(--header-height)!important;
		top:-2rem;
		left:50%;
		transform:translate(-50%, -100%);
		padding:0;
		border-radius: 1000px;
	}
	#masthead.nav-after-dh>nav .container{
		display: flex;
		justify-content: center;
		align-items: center;

	}
	[data-rot-circle="secondary"], [data-rot-circle="primary"] {
		width: 1000px;
		height: 0;
		left: 50%;
		right: auto;
		padding-bottom: 1000px;
		transform: translate3d(-100%, -37%, 0px);
		background: var(
		--primary-dark);
		border-radius: 20000px;
		position: absolute;
	}
	[data-rot-circle="secondary"] {
		width: 48%;
		padding-bottom: 48%;
		transform: translate3d(23%, -17%, 0px);
		background: var(--primary);
		top: 0;
		position: absolute;
		will-change: width, padding;
		left: 0;
	}
}
@media(min-width:480px){
	.rot-swiper-head {
		top: 680px;
	}
}
@media(min-width:600.98px){
	#masthead{
		padding-top: 24px;
	}

	#masthead.nav-fixed-top {
		padding-top: var(--header-height);
	}
}
@media(min-width:768px){
	#masthead.nav-fixed-top {
		padding-top: var(--header-height);
	}
}





#primaryOffcanvas .offcanvas-body{
	display:flex;
	flex-direction:column;
}
#rot_menu_contact{
	    padding-top: 4rem;
    margin-top: auto;
    padding-bottom: 1.2rem;
}
.rot-menu-contact .theme-btn{
	font-size:1.2em;
}



[class*="col-"]{
	position: relative;
}
[class*="col-"]>.rot-img-absolute{
	width:calc(100% - var(--bs-gutter-x));
}

.title-wrap{
    position: absolute;
    z-index: 12;
}
p.rot-title.h1,
p.rot-title{
	margin-bottom:.5rem;
}

.display-header .rot-swiper article.rot-item,
.display-header .rot-swiper .img-col,
.display-header .rot-swiper .content-col{
	min-height:12rem;
}

/*ANIMATION conten-col*/
.display-header .content-col{
	transform: translate3d(-50vw, 0, 0);
	transition: transform 0.5s;
	will-change: transform;
}
.display-header .swiper-slide-active .content-col{
	transform: translate3d(0, 0, 0);
}

@media(min-width:768px){
	.display-header .rot-swiper article.rot-item,
	.display-header .rot-swiper .img-col,
	.display-header .rot-swiper .content-col{
		min-height:var(--display-header-min-h);
	}

}
/*__DEBUG__*/
.logged-in #s_toggler1:after{
	content:'';
	width:20px;
	height:1px;
	position: absolute;
	top: 0;
	left:0;
	border-bottom:2px dotted red;
}

.display-header .swiper-slide{
	height: auto;
}

/*navbar transparent*/
/*navbar transparent*/
/*navbar transparent*/


body.header-transparent-scroll-0>main{
	margin-top:calc(0px - var(--header-height) - 38px);
}
body.header-transparent-scroll-0:not(.past-threshold) #masthead,
body.header-transparent-scroll-0:not(.past-threshold) #masthead .navbar{
	background-color:transparent!important;
}

.navbar.fixed-top {
	transition: transform 200ms ease, background-color 300ms ease, top 300ms;
    will-change: transform, background-color, top;
}
body.scrolled-up .navbar.fixed-top {
	pointer-events:none;
}
body.scrolled-up .navbar.fixed-top .navbar-toggler{
	pointer-events:all;
}

#masthead .navbar{
	background-color:transparent!important;
	box-shadow:none!important;
}
.rot-brand-container{
	z-index:4;
}


#masthead .navbar:before {
	content: '';
    background: transparent;
    box-shadow: none;
    width: 150px;
    height: 100%;
    position: absolute;
	transition: box-shadow .5s, background .5s;
	display:none;
}
#masthead .navbar-brand{
	opacity:0;
	width:0;
	overflow:hidden;
}

#masthead .navbar:after {
	content: '';
    background: transparent;
    box-shadow: none;
    left: 0;
    width: 150px;
    height: 100%;
    position: absolute;
    right: 0;
    left: auto;
	transition: box-shadow .5s, background .5s;
}
.past-threshold #masthead .navbar:before {
	content: '';
	background: var(--white);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.past-threshold #masthead .navbar:after {
	content: '';
	background: var(--white);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}



a.navbar-brand{
	opacity:0;
	pointer-events:none;
	transition:opacity 300ms;
}
body.past-threshold a.navbar-brand{
		opacity:1;
		pointer-events:all;
}

@media(min-width:600px){
	body.header-transparent-scroll-0>main{
		margin-top:calc(0px - var(--header-height) - 38px);
	}

}
@media(min-width:768px){
	body.header-transparent-scroll-0>main{
		margin-top:calc(0px - var(--header-height));
	}
	a.navbar-brand{
		opacity:1;
		pointer-events:all;
	}
}

@media(min-width:992px){
	#masthead .navbar:after {
		width:calc(var(--container-margin) + 132px);
	}
}

/*NAV menu*/
#primaryOffcanvas.offcanvas {
	top:0;
}
body:not(.scrolled) #primaryOffcanvas.offcanvas {
	top: var(--admin-bar-height);
}
@media(min-width:600.98px){
	#primaryOffcanvas.offcanvas {
		top: var(--admin-bar-height);
	}
}
.offcanvas-showing .navbar-toggler-icon {
    transform: rotate(45deg) translate(0px, 0px);
    transform-origin: center;
}

.offcanvas-showing .navbar-toggler-icon:before {
    transform: rotate(450deg) translate(0.35em, 0.82em);
    width: 100%;
    /* width: 1.5em; */
}
.offcanvas-showing .navbar-toggler-icon .center-bar {
    transform: translateX(-0.82em) rotate(360deg);
    width: 100%;
}
.offcanvas-showing .navbar-toggler-icon:after {
	transform: rotate(-450deg) translate(0.36em, -0.4em);
    bottom: 3px;
}
.offcanvas {
	--bs-navbar-toggler-border-radius: var(--bs-border-radius);
	--bs-navbar-toggler-focus-width: 0.25rem;
	--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
}
.offcanvas .navbar-toggler {
	margin-left: auto;
}


.limit-width{
	max-width:1000px!important;
}
.footer-title,
.offcanvas-title{
	font-size: 30px;
    font-weight: 700;
    margin-top: -0.2em;
}
.footer-title{
	font-size:40px;
}

.rot-menu-label{
	opacity:0;
	pointer-events:none;
	width:0;
	display: inline-block;
	overflow:hidden;
	transition: opacity .4s, width .2s;

}
.offcanvas-header .rot-menu-label,
.past-threshold .rot-menu-label{
	opacity: 1;
    width: auto;
	pointer-events: all;
	padding-left: .3em;
}

.offcanvas-body{
	padding-left:0!important;
	padding-right:0!important;
}

.navbar-nav{
	font-size:1.2rem;
}
.offcanvas .navbar-nav{
	font-size:2.625rem;
}

.offcanvas .navbar-nav .nav-link {
    padding: 0.9rem 0;
    /* font-size: 2.625rem; */
    line-height: .9;
}

.offcanvas .navbar-nav .nav-link {
    padding: .5rem 0;
    font-size: inherit;
}


/*DROPDOWN NAV*/
/*DROPDOWN NAV*/
/*DROPDOWN NAV*/
ul.navbar-nav{
	--bs-nav-link-color:var(--text);
	--bs-nav-link-hover-color:var(--pink);
	--bs-navbar-active-color:var(--pink);
}
ul.dropdown-menu{
	--bs-dropdown-link-active-color:var(--text);
	--bs-dropdown-link-active-bg:transparent;
	--bs-dropdown-link-hover-color:var(--pink);
    --bs-dropdown-link-hover-bg:transparent;
}
.dropdown-item.active,
.dropdown-item:active{

}

ul.dropdown-menu>li.menu-item{
	font-size: calc(2em - 6px);
}
ul.dropdown-menu>li.menu-item>a{
	font-size: inherit;
}
ul.dropdown-menu>li.menu-item.lvl1{
	margin-bottom:.7rem;
}


ul.dropdown-menu.show{
	position:relative!important;
	transform:translate(0px,0px)!important;
	border:none!important;
}



@media(min-width:768px){
	.offcanvas-header .rot-menu-label,
	#masthead .rot-menu-label{
		opacity: 1;
		width: auto;
		pointer-events: all;
		padding-left: .3em;
	}
}




/*THEME-TO DELETE*/
/*THEME-TO DELETE*/
/*THEME-TO DELETE*/
/*THEME-TO DELETE*/

/*font*/
.home #rot_content h2{
	background: var(--tertiary-light);
}

#rot_content .h2,
#rot_content h2{
	font-size: var(--rot-h2-size);
	color: var(--text);
    max-width: fit-content;
	margin-bottom:.4em;
	line-height:.94;
}
.rot-section .h2,
.rot-section h2{
	font-size:var(--rot-h2-size);
	transition:font-size .4s, margin .4s;
	line-height:.94;
}
body .h3,
body h3,
body h1.h3,
body #rot_content h1.h3,
body h2.h3,
body #rot_content h2.h3,
body h1.h3.desc-h,
body #rot_content  h2.h3.desc-h,
body #rot_content  h1.h3.desc-h,
body h2.h3.desc-h,
h3.desc-h{
	font-size: var(--rot-h3-size);
	line-height:.94;
	margin-bottom:1.05rem;
}


.single main.no-container>.hentry, .single main.no-container>article {
    padding-right: 0;
    padding-left: 0;
    /* padding-left: calc(0.5 * var(--bs-gutter-x)); */
}


.framed-rot:after{
	content:'';
	background-image:url('rahmen.svg');
}
.sarah-frame {
	max-width: 34em;
    height: 34em;
    /* overflow: hidden; */
    position: relative;
    margin-top: 2em;
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 3em;
	z-index: 4;
}
.sarah-frame:after {
    content: '';
    border: 2.3em solid white;
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100% - -0.4em);
    border-radius: 3em 0em 0 0;
	z-index: 5;
}
.sarah-frame>img {
    position: absolute;
    top: 2em;
    left: 2em;
    width: calc(100% - 4em);
    height: calc(100% - 3.3em);
    object-fit: cover;
}
.sarah-frame>.quad {
	width: 5em;
    height: 5em;
    background: var(--text);
    z-index: 4;
    position: absolute;
    top: 10em;
    left: -2em;
    /* box-shadow: -0.2em -0.5em 0 var(--text); */
}
.sarah-frame>.quad:before {
	content: '';
    width: 4.5em;
    height: 4.5em;
    background: white;
    z-index: 0;
    position: absolute;
    top: 0em;
    left: 0.5em;
    /* box-shadow: -0.2em -0.5em 0 var(--text); */
}
.sarah-frame>.quad-top{
	left:-1.3em;
}
.sarah-frame>.quad-btm-l{
	top: calc(100% - 3.5em);
    width: 6em;
    height: 6em;
}
.sarah-frame>.circ:before {
    content: '';
    width: 6em;
    height: 6em;
    border-radius: 20em;
    background: white;
    z-index: 55;
    position: absolute;
    top: -0.2em;
    right: -0.5em;
}
.sarah-frame>.circ{
	width: 6em;
    height: 6em;
    border-radius: 20em;
    background: var(--text);
    z-index: 55;
    position: absolute;
    top: 5em;
    right: -1.6em;
}
.sarah-frame>.circ.circ-mid{
	width: 6.4em;
    height: 6.4em;
    border-radius: 20em;
    background: var(--text);
    z-index: 55;
    position: absolute;
    top: 15em;
    right: -1.6em;
}
.sarah-frame>.circ.circ-mid:before {
	background: var(--primary);
    right: 0.7em;
    width: 5.7em;
    height: 5.7em;
}
.rot-archive-hero .sarah-frame>.circ.circ-mid:before {
	background:var(--orange);
}
.sarah-frame>.quad-btm-r {
    right: -1em;
    top: calc(100% - 3.5em);
    left: auto;
}
.sarah-frame>.main-frame {
    border: 0.8em solid var(--text);
    position: absolute;
    border-radius: 3em 0 0 0;
    width: calc(100% - 1.3em);
    height: calc(100% - 0.2em);
    left: -0.6em;
    top: 1.3em;
}
@media(min-width:768px){
	.sarah-frame>.main-frame {
		border: 2em solid var(--text);
		width: calc(100% - 1em);
		height: calc(100% - 0em);
	}
	.sarah-frame:after {
		border-width: 3em;
		height: calc(100% - -0.5em);
	}
	.sarah-frame>img {
		top: 2em;
		width: calc(100% - 4em);
		height: calc(100% - 4em);
	}
	.sarah-frame {
		max-width: 50em;
	}
}

.img-col{
	/* background:whitesmoke; */
}

.rot-swiper .content-col {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: row;
    background: transparent;
    align-content: flex-end;
}
.rot-item-slide{
	background:var(--primary);
	overflow:hidden;
	height:100%;
	width:100%;
	max-width:100%;
	padding-bottom:42px;
}

.rot-single-hero {
    overflow: hidden;
    background-color: var(--tertiary)!important;
}
.rot-low-header{
	background-color: var(--grey-light-x)!important;
}
.rot-low-header,
.rot-archive-hero {
    overflow: hidden;
}
.rot-low-header:after,
.rot-archive-hero:after,
.rot-single-hero:after,
.rot-item-slide:after {
	content: '';
    background: var(--white);
    width: 140%;
    height: 200px;
    bottom: -50px;
    position: absolute;
    left: -20%;
    transform: rotate(-4deg) translateY(78px);
}
.rot-low-header:after,
.rot-archive-hero:after,
.rot-single-hero:after{
   height: 180px;
}
.rot-low-header:before,
.rot-archive-hero:before,
.rot-single-hero:before,
.rot-item-slide:before {
	content: '';
    position: absolute;
    top: -20%;
    left: -68%;
    width: 240%;
    height: 240%;
    transform: rotate(-125deg);
    background: var(--secondary-light);
}
.rot-low-header:before,
.rot-archive-hero:before,
.rot-single-hero:before {
	right: -1710px;
    left: auto;
    top: 760px;
    width: 3000px;
}
.rot-low-header:before{
	transform-origin:left top;
	transform:rotate(70deg);
	left: 30%;
    top: -50%;
    width: 3000px;
	height:4000px;
    transform-origin: left top;
}



.display-header.theme-hbg2-primary:before{
	background-color:var(--primary)!important;
}
.display-header.theme-hbg2-secondary-light:before,
.display-header.theme-hbg2-secondary:before{
	background-color:var(--secondary-light)!important;
}
.display-header.theme-hbg2-tertiary:before{
	background-color:var(--tertiary)!important;
}
.display-header.theme-hbg2-primary-light:before{
	background-color:var(--primary-light)!important;
}
.display-header.theme-hbg2-grey-light:before{
	background-color:var(--grey-light-x)!important;
}
.display-header.theme-hbg1-primary{
	background-color:var(--primary)!important;
}
.display-header.theme-hbg1-secondary{
	background-color:var(--secondary)!important;
}
.display-header.theme-hbg1-tertiary{
	background-color:var(--tertiary)!important;
}
.display-header.theme-hbg1-primary-light{
	background-color:var(--primary-light)!important;
}
.display-header.theme-hbg1-grey-light{
	background-color:var(--grey-light-x)!important;
}

.rot-low-header:before{
	background: var(--orange);
	/* background:var(--secondary); */
}
.rot-single-hero:before{
	background: var(--primary);
	/* background:var(--secondary); */
}

.term-cont1-wrap .h2,
.term-cont1-wrap h2{
	max-width:7em;
}
.term-cont1-wrap {
	/* border: 4px solid var(--primary); */
    padding: 2rem;
    border-radius: 12px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: #efefef;
}
.term-cont1-wrap.rot-form-wrap {
	background:white;
}
.terms-info-col>.term-cont1-wrap{
	margin-bottom:0;
}
.content-col{
	order:0;
}
.page .terms-info-col{
	margin-top:0;
}
.terms-info-col{
	order:2;
	margin-top:4rem;
}
.terms-info-col+.btn-col{
	margin-bottom:2rem;
	order:1;
}

.terms-info-col{
	position: sticky;
	top: calc(var(--admin-bar-height) + var(--header-height) + 0rem);
	height: 100%;
}

.terms-info-col aside+aside{
	margin-top:2rem!important;
}

aside .term-cont1-wrap{
	background: var(--pink);
}
aside .term-cont1-wrap .theme-ele{
	background: var(--primary);
}

aside .term-cont1-wrap.cont2{
	background: var(--white);
	border-left:12px solid var(--orange);
	border-radius:0;
}

body .display{
	font-size: var(--display-p-size);
}
@media(min-width:992px){
	.page .terms-info-col,
	.archive .terms-info-col {
		margin-top:0;
	}
}
@media(min-width:1200px){
	ul.rot-terms{
		font-size: var(--display2-p-size);
	}
}
ul.rot-terms{
    list-style: none;
    padding: 0;
    margin-top: 1rem;
}

.rot-archive-hero .spex-col,
.rot-single-hero .spex-col {
	margin-bottom: 6rem;
	padding-left: calc(var(--bs-gutter-x) / 2 + .8rem);
}
.rot-archive-hero .frame-col,
.rot-single-hero .frame-col {
	margin-top: calc(14em - 4vw);
}
@media(min-width:576px){
	.rot-archive-hero .frame-col,
	.rot-single-hero .frame-col {
		margin-top: calc(14em + 3vw);
	}

}
.rot-archive-hero .sarah-frame,
.rot-single-hero .sarah-frame {
	z-index: 3;
	margin-bottom:3.5rem;
}

.rot-archive-hero .container,
.rot-single-hero .container{
	z-index:5;
	position:relative;
}
.rot-archive-hero .c-meta,
.rot-single-hero .c-meta{
	bottom:-3.1rem;
}
.rot-archive-hero .c-geeignet,
.rot-single-hero .c-geeignet {
    background: var(--secondary);
    color: white;
	right:2px;
}
.rot-archive-hero .rot-title .special-char,
.rot-archive-hero .rot-title>.special-char{
	background: var(--pink);

}
.rot-single-hero .rot-title .special-char,
.rot-single-hero .rot-title>.special-char {
    background: white;
}
.title-wrap{
	margin-left: var(--container-margin);
}
h1.rot-title,.h1.rot-title{
	width: fit-content;
    /* background: var(--text); */
    /* color: white; */
    font-size: 16.8vw;
    margin-top: 4.2rem;
    letter-spacing: -.05em;
	font-weight:800;
}
h1.rot-title a,
.h1.rot-title a{
	color:inherit;
	text-decoration:inherit;
}
/* .rot-title>.special-char{
	background: var(--pink);
	display: inline-block;
	} */
.footer-title .special-char,
.offcanvas-title .special-char,
.rot-title .special-char {
	background: var(--pink);
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.9em;
    text-indent: -0.01em;
    padding-right: 0.04em;
    margin-right: -0.02em;
    margin-left: .02em;
}


#d_header.theme-hbg1-tertiary .special-char{
	background:white;
}


.rot-archive-hero .header-h,
.rot-single-hero .class-h {
    font-size: calc(var(--display-p-size) + .5rem);
}
@media(min-width:992px){
	.rot-archive-hero .header-h,
	.rot-single-hero .class-h {
		font-size: calc(var(--display-p-size) + .9rem);
	}
}
.sarah-frame,
.terms-info-col .term-desc-wrap{
	font-size:11px;
}
.sarah-frame{
	margin-left: 1em;
	opacity:0;
	transition:opacity .7s;
}

body .sarah-frame{
	opacity:1;
}

.rot-t-sub{
	font-size: 1.8rem;
    font-weight: 400;
    width: fit-content;
    display: inline-block;
    /* background: var(--white); */
    line-height: 0.85;
	margin-left:.2rem;
}

.rot-t-sub a {
    font-size: 0.75em;
    text-decoration: none;
    color: inherit;
    margin-top: 0.3rem;
    position: relative;
    display: block;
}


.display-header .rot-swiper-wrap .content-col{order:1;}
.display-header .rot-swiper-wrap .img-col{order:0;}


.display-header .rot-swiper-wrap h2 {
    width: 100%;
    font-size: var(--rot-h2-size);
    margin-top: 4rem;
    line-height: 1;
    margin-bottom: 2rem;
}
.display-header .rot-swiper-wrap .img-col{
	margin-top: 220px;
}

#s_toggler1{
	position: absolute;
    top: 800px;
    height: 3px;
    width: 100%;
    pointer-events: none;
	z-index:12;
}


.rot-item-slide .content-col p,
.rot-item-slide .content-col .rot-btn-wrap{
	margin-left: 0;
}
.rot-item-slide .content-col p+.rot-btn-wrap{
	margin-top: 1.5rem;
}

.rot-btn.btn-sm>.txt{
	font-size:inherit;
}

.rot-info-sm{
	display:block;
	font-size:.8em;
	margin-top:.5em;
}

.header-term-desc{
	font-size:var(--display-p-size);
	max-width:46rem;
}
.header-term-desc p{
	font-size:inherit;
}

.rot-archive-hero .c-geeignet,
.rot-single-hero .c-geeignet {
    right: 12px;
    font-size: 1.1rem;
}


@media(min-width:480px){
	h1.rot-title,.h1.rot-title{
		font-size: 14.5vw;
	}
	.sarah-frame,
	.terms-info-col .term-desc-wrap{
		font-size:12px;
	}
}
@media(min-width:600px){
	.display-header .rot-swiper-wrap .img-col {
		margin-top: calc(224px + 10vw);
	}
	.display-header .rot-swiper-wrap h2 {
    	margin-top: .6rem;
		margin-bottom:1.4rem;
	}
	.rot-swiper-head {
		top: calc(120px + 14vw);
	}
	.rot-swiper-head  button{
	    font-size:3.5rem;
    }
	.rot-t-sub a {
		font-size: 0.75em;
		margin-top: -0.1rem;
	}

}
@media(min-width:768px){
	h1.rot-title,.h1.rot-title{
		font-size: 9.3vw;
	}



	.rot-t-sub{
		        margin-left: 0.7vw;
	}

	body .sarah-frame{
		opacity:0;
	}
	#s_toggler1 {
    top: 320px;
	}
	#s_toggler1.been-in-scope+section .sarah-frame{
		opacity:1;
	}
	.sarah-frame,
	.terms-info-col .term-desc-wrap{
		font-size:10px;
	}
	.sarah-frame{
		height:46em;
		/* opacity:1; */
		margin-top: calc(0.5em + var(--header-height));
	}

	.rot-archive-hero .frame-col,
	.rot-single-hero .frame-col {
		margin-top: 0;
	}
	.display-header .rot-swiper-wrap .content-col{order:0;}
	.display-header .rot-swiper-wrap .img-col{order:1;}

	.display-header .rot-swiper-wrap h2{
		margin-top: 420px;
	}
	.display-header .rot-swiper-wrap .img-col{
		margin-top: 0px;
	}
	.rot-item-slide:before {
		position: absolute;
		top: 11%;
		left: -130%;
		width: 260%;
		height: 200%;
		transform-origin: center;
		transform: rotate(-125deg) translateY(4%);
	}

	.rot-swiper-head {
		position: absolute;
		top: calc(80px + 15vw);
	}

	.rot-archive-hero .spex-col,
	.rot-single-hero .spex-col {
		margin-bottom: 6rem;
		display: flex;
		align-items: flex-end;
		flex-wrap:wrap;
		margin-top: 16rem;
	}
	.rot-archive-hero .spex-col{
		align-items: flex-start;
		align-content: flex-start;
	}
	.rot-low-header:before {
		transform-origin: left top;
		transform: rotate(-49deg);
		left: 20%;
		top: 100%;
		transform-origin: left top;
	}
}
@media(min-width:840px){
	.rot-archive-hero .c-geeignet,
	.rot-single-hero .c-geeignet {
		right: -41px;
		font-size: 1.3rem;
	}
}
@media(min-width:992px){
	:root body{
		--rot-h2-size:calc(1.325rem + 2vw);
	}

	h1.rot-title,.h1.rot-title{
		font-size: 10.5vw;
	}
	.rot-t-sub{
		font-size: 2.5rem;
	}
	.sarah-frame,
	.terms-info-col .term-desc-wrap{
		font-size:12px;
	}
	.sarah-frame {
		height: 38em;
		margin-left:5em;
	}
	.home .sarah-frame {
		height: 40em;
	}
	.display-header .rot-swiper-wrap h2{
	   /* font-size: 40px; */
	}
	.rot-archive-hero .spex-col,
	.rot-single-hero .spex-col {
		margin-top: 21rem;
	}
}
@media(min-width:1200px){
	h1.rot-title,.h1.rot-title{
		font-size: 9.5vw;
	}
	.sarah-frame,
	.terms-info-col .term-desc-wrap{
		font-size:1rem;
	}
	.sarah-frame{
		height: 38em;
		margin-left:4rem;
	}
	.home .sarah-frame {
		height: 37em;
	}
	.display-header .rot-swiper-wrap h2{
	   /* font-size: 64px; */
	}
	.rot-item-slide .content-col p,
	.rot-item-slide .content-col .rot-btn-wrap{
		margin-left: .3rem;
	}
	.rot-archive-hero .header-h,
	.rot-single-hero .class-h {
		font-size: calc(var(--display-p-size) + 1.3rem);
		max-width:13.6em;
	}
	.rot-archive-hero:before,
	.rot-single-hero:before {
		right: -1330px;
		top: 290px;
		width: 3000px;
		transform: rotate(-60deg);
	}
	.rot-btn>.txt{
		font-size:1.6em;
	}
	.rot-low-header:after,
	.rot-archive-hero:after,
	.rot-single-hero:after {
		height: 180px;
	}
}
@media(min-width:1400px){
	h1.rot-title,.h1.rot-title{
		font-size: 9vw;
	}

	.rot-item-slide {
		padding-bottom: 82px;
	}
	.rot-low-header:after,
	.rot-archive-hero:after,
	.rot-single-hero:after,
	.rot-item-slide:after {
		bottom: -36px;
	}
}
@media(min-width:1600px){
	.home .sarah-frame {
		height: 37em;
		margin-left: 4%;
		max-width: 100%;
		margin-right: 10%;
	}
	.home .display-header .content-col{
		padding-right:10%;
	}
	.sarah-frame{
		margin-left:4%;
	}
}
@media(min-width:1720px){
	h1.rot-title,.h1.rot-title{
		font-size: 8.24vw;
	}
	.sarah-frame,
	.terms-info-col .term-desc-wrap{
		font-size:18px;
	}
	.sarah-frame{
		margin-left:4%;
	}
	.rot-t-sub{
		font-size: 2vw;
	}
	.rot-swiper-head {
		top: calc(80px + 12vw);
	}
	.rot-low-header:after,
	.rot-archive-hero:after,
	.rot-single-hero:after,
	.rot-item-slide:after {
		height: 200px;
		bottom:-3%;
	}
	.rot-low-header:before,
	.rot-archive-hero:before,
	.rot-single-hero:before {
		right: -1210px;
	}
}
@media(min-width:1920px){
	:root body {
		--rot-h2-size: calc(1.325rem + 1.5vw);
	}
	h1.rot-title,.h1.rot-title{
		font-size: 8.24vw;
	}
	.sarah-frame,
	.terms-info-col .term-desc-wrap{
		font-size:19px;
	}
	.sarah-frame{
	}
	.rot-t-sub{
		font-size: 2.8rem;
	}
	.rot-item-slide {
		--regular-p-size:1.25rem;
	}
	.rot-archive-hero .spex-col{
		margin-top: 24rem;
	}
	.rot-archive-hero .header-h,
	.rot-single-hero .class-h {
		font-size: calc(var(--display-p-size) + 1.6rem);
	}
	.rot-archive-hero .spex-col, .rot-single-hero .spex-col {
		margin-top: 24rem;
	}
	.sarah-frame {
        height: 37em;
	}

}
@media(min-width:2200px){
	h1.rot-title,.h1.rot-title{
		font-size: 180px;
	}
	.sarah-frame,
	.terms-info-col .term-desc-wrap{
		font-size:17.5px;
	}
	.sarah-frame{
		/* font-size:17.5px; */
	}
	.rot-t-sub{
		font-size: 2.8rem;
	}
	.rot-swiper-head {
		position: absolute;
		top: calc(360px);
	}
	.rot-low-header:before,
	.rot-archive-hero:before,
	.rot-single-hero:before {
		right: -960px;
	}

}






/*-------KURSE GRID-----*/
/*-------KURSE GRID-----*/
/*-------KURSE GRID-----*/

.rot-item-class .inner{
	padding: 2rem;
	border-radius:20px;
	background: var(--grey-light-x);
	padding-bottom: 3.2rem;
}




/* .rot-item-class .inner.bg-white:before{
	content:'';
	width:100%;
	height:100%;
	background-color:var(--text);
	display:block;
	position:absolute;
} */
.rot-item-class .inner.bg-white {
    box-shadow: 4px 6px 0px 2px var(--text);
    box-shadow: 4px 6px 0px 2px var(--text-50);
    outline: 2px solid #0000000f;
}
.rot-item-class .inner.bg-white .c-geeignet{
	background: var(--secondary);
    color: white;
	right:1px;
}


.rot-cpt-items.rot-cpt-class{
	row-gap:3rem;
}

.small-items .rot-item-class .inner,
.sub-items .rot-item-class .inner{
	padding:1.3rem 1.4rem;
}
.small-items .rot-item-class .class-h ,
.sub-items .rot-item-class .class-h{
	margin-bottom: 0.2em;
}
.small-items .rot-item-class .wo-u ,
.sub-items .rot-item-class .wo-u{
	display: inline-block;
    width: fit-content;
    margin-right: 2rem;
}
.small-items .rot-item-class .ab-mon ,
.sub-items .rot-item-class .ab-mon{
	margin-bottom: 0.3em;
}


@media(min-width:500px){
	.rot-item-class .inner{
		padding-bottom: 3.2rem;
	}
}

@media(min-width:620px){
	.sub-items .rot-item-class,
	#prnPostFilterContainer .rot-item-class{
		max-width:50%;
		flex:0 0 50%;
	}
	#prnPostFilterContainer .rot-item-class.xtended-col{
		max-width:calc(100% / 1);
		flex:0 0 calc(100% / 1);
	}
	.rot-item-class .inner {
		padding-bottom: 2.7rem;
	}
	.c-ort {
		max-width: calc(100% - 7rem);
	}

}
@media(min-width:768px){
	.rot-item-class .inner {
		padding-bottom: 2.7rem;
	}
}
@media(min-width:768px) and (max-width:1199.98px){
	.small-items .rot-item-class .inner,
	.sub-items .rot-item-class .inner{
		padding:1.3rem 1.4rem 2.7rem;
	}
}
@media(min-width:992px){
	.rot-cpt-items.rot-cpt-class{
		--bs-gutter-x: 40px;
	}
	#prnPostFilterContainer .rot-item-class{
		max-width:calc(100% / 2);
		flex:0 0 calc(100% / 2);
	}
	#prnPostFilterContainer .rot-item-class.xtended-col{
		max-width:calc(100% / 1);
		flex:0 0 calc(100% / 1);
	}
}
@media(min-width:1200px){
	#prnPostFilterContainer .rot-item-class{
		max-width:calc(100% / 2);
		flex:0 0 calc(100% / 2);
	}
	.xtended-col.narrow,
	.sub-items .rot-item-class,
	#prnPostFilterContainer .rot-item-class.xtended-col{
		max-width:calc(100% / 1);
		flex:0 0 calc(100% / 1);
	}
	.rot-item-class .inner {
		padding-bottom: 2.6rem;
	}
}
@media(min-width:1400px){
	.rot-cpt-items.rot-cpt-class{
		--bs-gutter-x: 40px;
	}
}
@media(max-width:1599.98px){
	.class-h .t-suf {
		display: block;
	}
}
@media(min-width:1600px){
	#prnPostFilterContainer .rot-item-class{
		max-width:calc(100% / 3);
		flex:0 0 calc(100% / 3);
	}
	#prnPostFilterContainer .rot-item-class.xtended-col{
		max-width:calc(100% / 3 * 2);
		flex:0 0 calc(100% / 3 * 2);
	}
	.xtended-col.narrow,
	.sub-items .rot-item-class{
		max-width:calc(100% / 2);
		flex:0 0 calc(100% / 2);
	}
	.archive .xtended-col.narrow,
	.archive .sub-items .rot-item-class{
		max-width:calc(100% / 1);
		flex:0 0 calc(100% / 1);
	}

}
@media(min-width:1720px){
	.rot-cpt-items.rot-cpt-class{
		--bs-gutter-x: 40px;
	}
}
@media(min-width:1920px){
	.archive .xtended-col.narrow,
	.archive .sub-items .rot-item-class{
		max-width:calc(100% / 2);
		flex:0 0 calc(100% / 2);
	}
}
@media(min-width:2300px){
	#prnPostFilterContainer .rot-item-class{
		max-width:calc(100% / 4);
		flex:0 0 calc(100% / 4);
	}
	#prnPostFilterContainer .rot-item-class.xtended-col{
		max-width:calc(100% / 2);
		flex:0 0 calc(100% / 2);
	}
}
@media(min-width:1920px){
	.rot-archive-hero:after,
	.rot-single-hero:after,
	.rot-item-slide:after {
		transform: rotate(-2.5deg) translateY(78px);
	}
}


[data-bg="coral"]{
	padding-bottom:360px;
	min-height:1300px;
}
[data-bg="coral"]>.zenr,
[data-bg="coral"]>.zenl {
    background-image: url('./imgs/zenl.webp');
    height: 1180px;
    width: 960px;
    bottom: 0;
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0.6;
    filter: saturate(0.8);
    background-size: contain;
    background-position: -140px bottom;
	max-width:100%;
}
[data-bg="coral"]>.zenr {
    background-image: url('./imgs/zenr.webp');
    width: 450px;
    bottom: -110px;
    right: 0;
    left: auto;
    background-position: right bottom;
}

#s_heading::before{
	content:'';
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:300px;
	background: linear-gradient(to bottom, var(--white), var(--transparent));
}



/*Ausnahmen*/
[data-bg="coral"][data-height-larger-than="2000"],
[data-bg="coral"][data-height-larger-than="2500"],
[data-bg="coral"][data-height-larger-than="3000"],
[data-bg="coral"][data-height-larger-than="3500"],
[data-bg="coral"][data-height-larger-than="4000"]{
	padding-bottom:0px;

}
[data-bg="coral"][data-height-larger-than="1000"],
[data-bg="coral"][data-height-larger-than="1500"]{
	padding-bottom:180px;

}

@media(min-width:768px){
	[data-bg="coral"][data-height-larger-than="1000"],
	[data-bg="coral"][data-height-larger-than="1500"]{
		padding-bottom:180px;

	}

}







.wo-u{
	opacity:.6;
}
.ab-mon{
	margin-bottom:1.2em;
}
.wo-u,.ab-mon{
	font-size: calc(var(--display-p-size) + 0.4em);
    margin-bottom: 0.3em;
}
.single .display-header .wo-u,
.single .display-header .ab-mon{
	font-size: calc(var(--display-p-size) + 0.4em);
    margin-bottom: 0.14em;
}
.class-h {
    /* hyphens: auto; */
    font-size: calc(var(--display-p-size) + 0.7rem);
    line-height: 1.1;
    margin-bottom: 0.8em;
}
.class-h .t-suf{
	opacity:.5;
}

.rot-item-class .item-inner.bg-primary{
	background-color:var(--primary)!important;
	color: var(--text);
}
.rot-item-class .item-inner.bg-primary .c-ort{
	background-color:var(--orange);
	color: var(--white);
}
.rot-item-class .item-inner.bg-primary .c-geeignet{
	background-color: var(--white);
    border-bottom: 9px solid var(--text-50);
    color: var(--text);
}
.rot-item-class .item-inner.bg-orange{
	background-color:var(--orange);
	color: var(--text);
}
.rot-item-class .item-inner.bg-orange .c-ort{
	background-color:var(--green);
	color: var(--white);
}
.rot-item-class .item-inner.bg-orange .c-geeignet{
	background-color:var(--primary);
}
.rot-item-class .item-inner.bg-secondary{
	background-color:var(--secondary)!important;
	color: white;
}
.rot-item-class .item-inner.bg-secondary .c-geeignet {
    background-color: var(--white);
    border-bottom: 9px solid var(--text-50);
    color: var(--text);
}
.rot-item-class .item-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.rot-item .c-date-wrap,
.rot-item .c-title-wrap{
	width:100%;
}
.archive .display-header .c-date-wrap,
.single .display-header .c-date-wrap{
    background: #ffffff45;
    padding: 1rem 1.4rem;
    max-width: 400px;
    border-radius: 10px;
    width: fit-content;

}
.c-meta{
	position: absolute;
	bottom: 1em;
	width: calc(100% - 1.4em);
	/* border: 1px dotted red; */
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	z-index:5;
}
.rot-item .c-meta{
	bottom:0;
	pointer-events:none;
}
.rot-item .c-meta a{
	pointer-events:all;
}
.c-ort {
    background: var(--orange);
    font-size: calc(var(--display-p-size) + 0.1em);
    font-weight: 400;
    padding: 0.0em 0.4em .14em;
    border-radius: 7px;
    color: white;
    line-height: 1.2;
    text-decoration: none;
    display: block;
    hyphens: auto;
    transform: translateY(35%);
    max-width: calc(100% - 9.1rem);
}
.c-ort a{
	color:inherit;
	text-decoration:none;
}

.c-geeignet {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	justify-content: center;
    position: absolute;
    right: 0px;
    top: -3em;
    background: var(--primary);
    align-content: center;
    align-items: center;
    line-height: 1;
    padding: 1em;
    border-radius: 50%;
    transform: rotate(-15deg);
	width: 7.25em;
	height: 5.9em;
}
.rot-item .c-geeignet{
	top:auto;
	bottom:-2rem;
}
.geeignet1 {
    font-size: .8em;
    display: inline-block;
    margin-top: 0.1em;
    font-weight: 600;
}
.geeignet2 {
    font-size: 1.4em;
    line-height: 0.4;
    display: inline-block;
    margin-top: 0.3em;
    width: 100%;
    text-align: center;
}
.geeignet3 {
    font-size: 1.4em;
    line-height: 1;
    display: inline-block;
    margin-top: 0.1em;
}

@media(min-width:1400px){
	.single .display-header .wo-u, .single .display-header .ab-mon {
		font-size: calc(var(--display-p-size) + 0.6em);
	}
}
@media(min-width:1720px){
	.single .display-header .wo-u, .single .display-header .ab-mon {
		font-size: calc(var(--display-p-size) + 0.9em);
	}
}

.btn-sm.rot-btn,
.rot-item-class .rot-btn {
	font-size: 1.3rem;
    font-weight: 400;
    background: rgba(255,255,255,.5);
    box-shadow: 3px 6px 1px #242424ff;
	transform:translate(0px, 0px);
	transition: box-shadow .3s, transform .3s, background-color .3s;


}
.btn-sm.rot-btn:hover,
.rot-item-class .rot-btn:hover {
	box-shadow: 0px 1px 1px #24242463;
	transform:translate(2px, 5px);
	/* margin-top:5px;
	margin-left:3px; */
}
.btn-sm.rot-btn:after,
.rot-item-class .rot-btn:after{
	border-bottom: 0.1em solid var(--text);
}
.btn.rot-btn-orange,
.btn.rot-ics-button {
	background: var(--orange);
    font-weight: 300;
    padding-top: 3px;
}
.btn.rot-ics-button {
	background: var(--grey-light-x);
}
.btn.rot-btn-orange .txt{
	color:var(--white);
}
.btn.rot-btn-orange:before{
	background:var(--white);
}
.btn.rot-btn-orange:after{
	border-color:var(--white);
}


.single .hentry.class{
	margin-top: 1rem;
}

.rot-class-dates {
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 15px;
    font-weight: 800;
    flex-wrap: wrap;
    align-items: center;
}
.rot-class-dates li {
    padding: 2px 8px;
    background: var(--secondary);
    color: white;
    font-weight: 500;
    border-radius: 0px;
	position:relative;
	display:block;
}
.rot-class-dates .past-date {
    background: var(--grey-lightest);
    color: var(--grey-hover);
}
.rot-class-dates .next-date {
	background: var(--secondary-dark);
    font-size: 1.2em;
	font-weight:400;
}
.rot-class-dates .next-date:before {
    content: 'next';
    font-size: 0.9em;
    position: absolute;
    top: 0;
    transform: translateY(calc(-100% - -0.2em));
    color: var(--secondary-dark);
    left: 10px;
	font-weight:600;
}


.rot-item-class .c-ort[data-length="lg"],
.rot-item-class .c-ort[data-length="md"]{
	font-size: calc(var(--display-p-size) + 0.07em);
	transform: translateY(43%);
}
@media(min-width:576px) and (max-width:839.98px){
	.rot-item-class .c-ort[data-length="lg"],
	.rot-item-class .c-ort[data-length="md"]{
		font-size: calc(var(--display-p-size) - 0.07em);
	}
}
@media(min-width:768px){
	.c-geeignet {
		top: auto;
		bottom: -.5rem;
	}
}
@media(min-width:992px){
	.rot-archive-hero .c-geeignet,
	.rot-single-hero .c-geeignet {
		top: -2em;
		font-size: 1.4em;
		width: 7.3em;
		height: 5em;
		right: -4.1rem;
	}
	.rot-archive-hero .c-ort,
	.rot-single-hero .c-ort {
		font-size: calc(var(--display-p-size) + 0.4em);
	}
	.single .hentry.class{
		margin-top: 1.5rem;
	}
}
@media(min-width:1400px){
	.rot-archive-hero .c-geeignet,
	.rot-single-hero .c-geeignet {
		top: -3em;
		font-size: 1.7em;
		right:0;
	}
	.rot-class-dates{
		margin-top:1.6rem;
	}
	.rot-class-dates li {
		font-size: 1.3em;
	}
	.rot-class-dates li.next-date {
		font-size: 1.6em;
	}
}
@media(min-width:1600px){
	.rot-item-class .c-ort[data-length="lg"],
	.rot-item-class .c-ort[data-length="md"]{
		font-size: calc(var(--display-p-size) - 0.05em);
	}
}

@media(min-width:1820px){
	.rot-item-class .c-ort[data-length="lg"],
	.rot-item-class .c-ort[data-length="md"]{
		font-size: calc(var(--display-p-size) + 0.1em);
	}
}
@media(min-width:1920px){

	.rot-single-hero .c-meta {
		bottom: -3.4rem;
	}
	.rot-single-hero .c-date-wrap {
		margin-bottom: 1.25rem;
	}
	.rot-single-hero .c-ort {
		font-size: calc(var(--display-p-size) + 0.8em);
	}

	.rot-archive-hero .c-geeignet,
	.rot-single-hero .c-geeignet {
		top: -3.2em;
		font-size: 2.1em;
	}
}
@media(min-width:2200px){
	.rot-archive-hero .c-geeignet,
	.rot-single-hero .c-geeignet {
		top: -4em;
		font-size: 2.3em;
	}
}

@media(min-width:2300px){
	.rot-item-class .c-ort[data-length="lg"],
	.rot-item-class .c-ort[data-length="md"]{
		font-size: calc(var(--display-p-size) + 0.05em);
	}
}

.rot-separate-x{
    margin-top: 4rem;
    border-bottom: 2px solid var(--secondary);
}

.term-label.turnen{
	color:var(--secondary);
}

label[data-for="inpPrnCat"]{
	/* display:none; */
	border:none;
}
#prnPostFilterContainer{
	overflow:hidden;
	padding-bottom:5rem;
}

#btnPrnLoadMore {
    background: var(--btn2-bg-color);
    border: none;
    box-shadow: none;
    color: var(--btn2-color);
    font-weight: var(--btn2-font-weight)!important;
    font-size: 1.1em!important;
    transition: background-color .4s;
}
#btnPrnClear{
	transition:background-color .4s;
}
#btnPrnClear:hover,
#btnPrnLoadMore:hover {
	background:var(--btn2-hover-bg-color)!important;
	/* color:white!important; */
}
#btnPrnLoadMore,
#prn-filter-post-form .rc-checkboxes[data-taxo="class_type"] .class_type-terms label span {
    font-size: 1.3em;
    border-radius: 10px;
    padding: .5rem 1rem;
	font-weight:500;
}
#prn-filter-post-form .rc-checkboxes[data-taxo="class_type"] .class_type-terms label span:hover{
	background:var(--secondary);
	color: white;
}

form.prn-filter-form input[type="reset"] {
    color: var(--text);
    background: var(--grey);
    padding: 0.2rem 1rem;
    border-radius: 7px;
}

[data-listen-to="term"][data-parent="schwimmen"] figure img,
[data-listen-to="term"][data-parent="turnen"] figure img,
[data-listen-to="filter"][data-filter-active="kreativ"] figure img,
[data-listen-to="filter"][data-filter-active="turnen"] figure img,
[data-listen-to="filter"][data-filter-active="schwimmen"] figure img{
	display:none;
}
[data-term="schwimmen"] [data-listen-to="term"] figure,
[data-filter-active="schwimmen"] figure{
	background-image:url('imwasser.svg');
}
[data-filter-active="schwimmen"] figure{
	background-color:var(--blue)!important;
}
[data-listen-to="term"][data-parent="schwimmen"] figure{
	background-image:url('schwimmen.webp');
}
[data-listen-to="term"][data-parent="kreativ"] figure,
[data-filter-active="kreativ"] figure{
	background-image:url('creative.svg');
}
[data-filter-active="kreativ"] figure{
	background-color:var(--primary-light)!important;
}
[data-listen-to="term"][data-term="anf-schwimmen"] figure,
[data-listen-to="term"][data-term="anf-schwimmen"] figure{
	background-image:url('diveboy.svg');
}
[data-listen-to="term"][data-parent="turnen"] figure,
[data-filter-active="turnen"] figure{
	background-image:url('turnen.webp');
}
[data-filter-active="turnen"] figure{
	background-color:var(--secondary)!important;
}
[data-listen-to="term"][data-term] figure,
[data-listen-to="term"][data-parent] figure{
	background-size:contain;
	background-repeat:no-repeat;
	/* pointer-events:none; */
}


aside.stick-me{
	height: 100%;
	display:none;
}
aside.stick-me>figure {
	min-height:540px;
    /* height: 400px; */
    /* background: gray; */
    position: sticky;
    top: calc(var(--admin-bar-height) + var(--header-height));
    background-size: contain;
    background-repeat: no-repeat;
	max-width: 330px;
}
.home aside.stick-me>figure {
	min-height:300px;
	margin-left:15px;
	margin-right: 15px;
    width: calc(100% - 30px);
	border-radius: 20px;
	background-color:var(--white);
	height:350px;

}

.archive .content-col,
.single .content-col{
	padding-right:2rem;
	margin-bottom:0rem;
}
@media(min-width:992px){
	.archive .content-col,
	.single .content-col{
		margin-bottom:1rem;
		z-index:2;
	}
}

@media(min-width:1200px){
	aside.stick-me{
		display:block;
	}
	.single .content-col{
		padding-right:6rem;
	}

}
aside .h2,
aside h2,
aside h3{
	hyphens:auto;
}


.parent-term, .child-term{
	width: fit-content;
    display: inline-block;
}

.terms-info-col .term-desc-wrap {
    padding: 2.1rem 1.4rem 3rem;
    background: var(--orange);
    margin-right: 2em;
    color: white;
}
.term-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 1.2rem;
}
.term-links .term-link {
	/* background: var(--white-45); */
	color: var(--text);
}
.term-links .term-link:after {
}

.term-desc-wrap .circ{
	width: 6.4em;
    height: 6.4em;
    border-radius: 20em;
    background: var(--text);
    z-index: 55;
    position: absolute;
    top: 5em;
    right: 0.4em;
}
.term-desc-wrap .circ:before {
	content: '';
    background: var(--primary);
    right: 0.7em;
    width: 5.7em;
    height: 5.7em;
    display: block;
    border-radius: 1000px;
}
@media(min-width:1200px){
	.term-desc-wrap .circ {
		width: 5.4rem;
		height: 5.4rem;
		top: 1rem;
		right: 0.4em;
	}
	.term-desc-wrap .circ:before {
		content: '';
		background: var(--primary);
		right: 0.7em;
		width: 4.8rem;
		height: 4.8rem;
		display: block;
		border-radius: 1000px;
	}

}
.term-desc-wrap .h2,
.term-desc-wrap h2{
	/* line-height:1.05; */
	max-width: calc(100% - 2rem);
}

.term-desc{
	font-size: calc(var(--display-p-size) - 0.2em);
    margin-top: 1rem;
	max-width: calc(100% - 2rem);
}
.term-desc+.term-links{
	margin-top:2rem;
}
.top-term-parent{
	font-weight:600;
}

/* .single .display-header .c-ort:after {
    content: 'i';
    font-family: 'Courier New', Courier, monospace;
    display: inline-block;
    position: absolute;
    right: -1.4em;
    bottom: 2px;
    font-weight: 700;
    background: var(--text);
    padding: 0 5px;
} */


.cf-btn-wrapper{
	margin-top:2rem;
}
.has-rot-info .btn{margin-top:.6rem;}


/*TOOLTIP ORT*/
/*TOOLTIP ORT*/
/*TOOLTIP ORT*/
/*TOOLTIP ORT*/
.c-ort-wrap{
	display:inline-flex;
	align-items:center;
	gap:.4rem;
}

.sr-only{
	width:0;
	height:0;
	overflow:hidden;
	display:block;
	position:absolute;
}
.c-ort-info {
    font-family: 'Courier New', Courier, monospace;
    display: inline-block;
    position: absolute;
    right: -1.5em;
    bottom: 0px;
    font-weight: 700;
    background: var(--text);
    padding: 0 7px;
    color: white;
	border:none;
	outline:none;
	box-shadow:none;
}

.c-ort-info::after {
    content: 'i';
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 1.3rem; */
    /* height: 1.3rem; */
    /* border-radius: 999px; */
    /* border: 1px solid currentColor; */
    /* font-size: .85rem; */
    /* line-height: 1; */
}

.rot-tip{
	position:fixed;
	z-index:99999;
	max-width:260px;
	padding:.6rem .7rem;
	border-radius:.6rem;
	background:#111;
	color:#fff;
	box-shadow:0 10px 30px rgba(0,0,0,.25);
	transform:translateY(6px);
	opacity:0;
	pointer-events:none;
	transition:opacity .12s ease, transform .12s ease;
}

.rot-tip.is-open{
	opacity:1;
	transform:translateY(0);
	pointer-events:auto;
}

.rot-tip a{
	color:inherit;
	text-decoration:none;
	border-bottom:1px solid rgba(255,255,255,.35);
}

.rot-tip-title{
	font-weight:600;
	margin:0 0 .3rem 0;
}

.rot-tip-actions{
	display:flex;
	gap:.6rem;
	margin-top:.3rem;
}
/*---------------*/



.rot-item a.c-ort{
	text-align:center;
	overflow:hidden;
	transition: background-color .3s;
}
.rot-item a.c-ort .link-txt{
	display:inline-block;
	transition:opacity .3s, right .3s;
	right:0;
	opacity:1;
	position:relative;
}
.rot-item a.c-ort:hover .link-txt{
	background:transparent;
	right:130%;
	opacity:0;
}
.rot-item a.c-ort .navigate-icon {
    display: inline-block;
    opacity: 0;
    position: absolute;
    right: 0;
	top: 50%;
    transform: translate(50%, -50%);
    transition: opacity .3s, right .3s;
}
.rot-item a.c-ort:hover{
	background-color:var(--text)!important;
}
.rot-item a.c-ort:hover .navigate-icon{
	background:transparent;
	right:50%;
	opacity:1;
}


.rot-cf7-modal-btn{
	border:none;
	background:var(--pink);
}
.wpcf7-submit .theme-ele,
.rot-cf7-modal-btn .theme-ele{
	background-color:var(--primary-light);
}

.rot-cf7-modal .smaller{
	display: flex;
    flex-direction: column;
}
.rot-cf7-modal .smaller>.label-txt{
    color: var(--secondary-dark);
    display: block;
    margin-left: 9px;
}
.rot-cf7-modal .smaller>.date{
    max-width: fit-content;
    padding: 2px 8px;
    color: white;
    background: var(--secondary-dark);
    font-size: 1.3rem;
}


.rot-archive-header.in-scope h2:not(.dont-scale){
	font-size:var(--h2-size-focus);
	margin-bottom:1.2rem;
}
span.lvl1-class-label,
h2 span.lvl1-class-label{
	font-size:var(--display-p-size);
	display:block;
	margin-top:.6em;
}

.hyphenate{
	hyphens:auto;
}
.backlink-wrap{
	margin-bottom:.6rem;
}

body.archive [data-parent=""] .terms-info-col{
	order:0;
}
body.archive [data-parent=""] .terms-info-col{
	order:1;
}

body.archive aside{
	display: flex;
	flex-wrap: wrap;
}
@media(min-width:640px) and (max-width:991.98px){
	body.archive aside>figure{
		flex: 0 1 45%;
    	max-width: 45%;
	}
	body.archive aside>.aside-content-wrap{
		flex: 0 1 calc(55% - 20px);
		max-width: calc(55% - 20px);
		margin-top: 0;
	}
	body.archive aside>.cont2{
		flex: 0 0 calc(100%);
		max-width: calc(100%);
		margin-top: 0;
	}
}
@media(min-width:992px){
	body.archive aside>figure{
		order:1;
	}
	body.archive aside>.aside-content-wrap{
		order:0;
		width:100%;
	}
	body.archive aside>.cont2{
		order:2;
		margin-top:0;
	}
}

@media(min-width:1200px){
	.col-xl-4.narrow{
		flex: 0 0 50%;
		max-width:50%;
	}
}
@media(min-width:1500px){

}
@media(min-width:1700px){
	.page #rot_content .term-cont1-wrap,
	.rot-taxonomy-archive-wrap.has-aside .term-cont1-wrap{
		max-width: calc(100% / 7 * 6);
	}
	.page #rot_content .content-col>.term-cont1-wrap{
		    max-width: 100%;
    	padding-right: calc(100% / 7 * 1.5);
	}
	body.page aside,
	body.archive aside{
		margin-top:2rem;
	}
	body.archive [data-content1="1"] aside>figure {
		position: absolute;
		transform: translateX(-100%);
		width: 10vw;
		max-width: 300px;
		max-height:400px;
	}
	body.page aside>.aside-content-wrap,
	body.archive aside>.aside-content-wrap{
		order:1;
		/* flex: 0 1 calc(55% - 20px);
		max-width: calc(55% - 20px); */
		margin-top: 0;
	}
	body.archive [data-content1="0"] aside>.aside-content-wrap{
		order:0;
	}
	body.archive [data-content1="0"] aside>figure{
		order:1;
	}
	body.archive aside>.cont2{
		order:2;
		margin-top:0;
	}
}
@media(min-width:1820px){
	.col-xxxl-3.narrow{
		flex: 0 0 33.333%;
		max-width:33.333%;
	}
	.page #rot_content .term-cont1-wrap,
	.rot-taxonomy-archive-wrap.has-aside .term-cont1-wrap{
		max-width: calc(100% / 7 * 5.5);
		width: 100%;
	}
	body.archive [data-content1="1"] aside>figure {
		width: 13vw;
	}
}

.query-h-wrap{
	margin-left:.8rem;
}




.parallax-on-scroll{
	transform: translate3d(0, var(--rot-parallax-y, 0px), 0);
	will-change: transform;
}

.rot-cf7-thankyou-class{
	padding-bottom:1.5rem;
}

.class-title-boxed{
	display: inline-block;
    background: var(--orange);
    color: white;
}

.display-p{
	font-size:1.5em!important;
	font-weight:400;
}

#term_gal{
	margin-top:3rem;
}