/******ALLGEMEIN****/
/******ALLGEMEIN****/
/******ALLGEMEIN****/
/******ALLGEMEIN****/
/******ALLGEMEIN****/
@media(max-width:767.98px){
	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:1400px){
	:root{
		    --container-margin:60px;
	}
}

@media(max-width:1720px){
	:root{
		--regular-p-size:1.1rem;
	}
}
.container{
	padding:0;
}

p{
	line-height:1.16;
}

.rot-btn {
    text-decoration: none;
    font-weight: 600;
    color: var(--text);
    padding-left: 1.2em;
    padding-right: .2em;
    padding-bottom: 0.3em;
    background: var(--white);
    line-height: 1;
    font-size: 1.7em;
    position: relative;
	overflow:hidden;
	display:inline-block;
	border-radius:2px;
}
.rot-btn:after {
    content: '';
    width: calc(100% - 1.04em);
    left: .84em;
    bottom: 0.13em;
    border-bottom: 0.15em solid var(--text);
    display: block;
    position: absolute;
    z-index: 1;
}
.rot-btn:before {
    content: '';
    width: calc(0.64em);
    height: calc(0.64em);
    left: .3em;
    bottom: calc(0.19em);
    background: var(--text);
    display: block;
    position: absolute;
    border-radius: 2px;
    z-index: 1;
}
.rot-btn-wrap{
	display:flex;
	flex-wrap:wrap;
	gap:.8em;
	width:100%;
	margin-bottom: 2rem;
}
.rot-btn>.txt{
	z-index:1;
	position:relative;
}
.rot-btn>.theme-ele{
	display:block;
	background:var(--tertiary);
	transform:translate(-140%, 0) skew(20deg);
	will-change:transform;
	transition:transform 1.2s;
	position:absolute;
	left:-20%;
	top:0;
	height:101%;
	width:160%;
	z-index:0;

}
.rot-btn:hover>.theme-ele{
	transform:translate(-20%) skew(20deg);
}

#rot_content{
	position:relative;
}



body .bg-secondary{
	background-color:var(--secondary)!important;
}










/*****PIXEL ANIMATIONS***/
/*****PIXEL ANIMATIONS***/
/*****PIXEL ANIMATIONS***/
.anim-container{
	position:relative;
}
.anim-container>.rot-sprite:not(:first-child){
	position:absolute;
	left: 0;
}
.anim-container>.rot-sprite.ballsi:nth-child(1){
	z-index: 4;
}
.anim-container>.rot-sprite.ballsi:nth-child(1)>.rot-sprite__stage{
	transform: scale(1.5);
}
.anim-container>.rot-sprite.ballsi:nth-child(3)>.rot-sprite__stage{
	transform: scale(1.25);
}

.foxi-anim{
	height:120px;
	width:100%;
	overflow:hidden;
	/* border:2px dotted red; */
}

.foxi-anim>.rot-sprite{
	transform: scale(1.8);
	transform-origin: left top;
}
.foxi-anim>.rot-sprite.heart1,
.foxi-anim>.rot-sprite.heart2{
	margin-top: -20px;
	margin-left:10px;
}
.foxi-anim>.rot-sprite.heart2{
	margin-left:-10px;
}



/*D HEADER*/
/*D HEADER*/
/*D HEADER*/
/*D HEADER*/
/*D HEADER*/
.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: calc(var(--spaceman-top));
    display: block;
    z-index: 12;
    margin-left: var(--container-margin);
    left: auto;
    right: 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);
}

@media(max-width:767.98px){
	.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: 0!important;
	}
	#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;

	}
	a.navbar-brand{
		/* display:none; */
	}
	[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;
	}
}
[class*="col-"]{
	position: relative;
}
[class*="col-"]>.rot-img-absolute{
	width:calc(100% - var(--bs-gutter-x));
}

.title-wrap {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
}

.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 #masthead .navbar-brand{
	opacity:1;
	transition:opacity .5s, width .5s, height .5s, transform .5s;
}

body.header-transparent-scroll-0>main {
    margin-top: calc(0px - var(--admin-bar-height));
	padding-top: calc(var(--admin-bar-height) + var(--header-height));
}

body.header-transparent-scroll-0:not(.past-threshold) #masthead,
body.header-transparent-scroll-0:not(.past-threshold) #masthead .navbar{
	background-color:transparent!important;
}
body.header-transparent-scroll-0:not(.past-threshold) #masthead .navbar-brand{
	opacity:0;
}

.navbar.fixed-top {
    transition: transform 200ms ease, background-color 300ms ease;
    will-change: transform, background-color;
}
@media(min-width:768px){
	body.header-transparent-scroll-0>main {
		margin-top: calc(0px - var(--admin-bar-height) - var(--header-height));
		padding-top: calc(var(--admin-bar-height) + var(--header-height));
	}
}


#s_toggler1{
	position: absolute;
	top: 800px;
	height: 3px;
	width: 100%;
	pointer-events: none;
	z-index:12;
}


.display-header{
	padding-top:1px;
	/*um margin-collapsing zu vermeiden*/
}

.display-header .rot-swiper-wrap{
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
	max-width:100%;
}

/*THEME-TO DELETE*/
/*THEME-TO DELETE*/
/*THEME-TO DELETE*/
/*THEME-TO DELETE*/


.title-wrap {
    position: relative;
    z-index: 12;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: var(--container-margin);
    max-width: 100%;
    background: white;
    margin-top: var(--d-header-spacing-top);
}
.title-wrap .h-holder {
    padding-top: 2em;
    max-width: calc(100%);
    padding-left: .5rem;
    padding-right: 3rem;
    padding-bottom: 2rem;
}
.title-wrap .logo-holder {
    width: var(--header-margin-left);
    position: relative;
    padding: 2em 2em 2em var(--container-margin);
    position: absolute;
    top: 0;
    left: 0;
    background: var(--white);
    transform: translateY(-100%);
    transition: transform .5s, width .5s;
    height: calc(var(--display-header-min-h) - 0rem);
}
h1.rot-title {
    font-size: 4.5em;
    font-family: var(--serif);
    line-height: 0.78;
}


/*TTD header, nav d-header*/
.navbar-brand{
	font-size: 0.7rem;
    width: var(--header-margin-left);
	margin-right:0;
}
#primaryNav{
	padding-left:0!important;
	padding-right:0!important;
}
#primaryNav #menu-primary {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family: var(--serif);
    font-size: 1.7rem;
    font-weight: 700;
}
.display-header{
	--spaceman-top:0rem;
}
.display-header:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: -1px;
    width: calc(var(--header-margin-left) + var(--container-margin) - 13px);
    height: calc(100% + 1px);
    background: var(--white);
    z-index: 10;
}



.d-header-bg-1 {
    background-image: url('./imgs/lemon-bottom-right.webp');
    position: absolute;
    top: 0;
    height: 290px;
    width: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    transform: scaleX(-1) translateY(-100%) translateX(70px);
    width: 240px;
	z-index:11;
}
.d-header-bg-2 {
    position: absolute;
    height: 12rem;
    z-index: 45;
    width: 14rem;
    top: var(--display-header-min-h);
    background-image: url('./imgs/lemon-bottom-right.webp');
    transform: translateY(calc(-100%)) translateX(calc(-100% + var(--header-margin-left)));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
}

.display-header .swiper-slide{
	transition:width .2s;
	will-change:width;
}
.display-header .swiper-slide figure[data-bg-src] {
    position: absolute;
    top: 0;
    margin: 0;
    width: calc(100% - var(--container-margin) - var(--header-margin-left) + .8rem);
    height: 100%;
    left: calc(var(--container-margin) + var(--header-margin-left) - 0.8rem);
    transition: background-size .2s, background-position .2s;
    will-change: background-size, background-position;
}

.display-header .swiper-slide-active[data-swiper-slide-index] figure[data-bg-src]{
	background-size:cover!important;
}
.display-header .swiper-slide-active[data-swiper-slide-index="0"] figure[data-bg-src]{
	background-size:cover!important;
	/* background-position:0% 21%!important; */
}

.display-header .rot-swiper-wrap{
    position: absolute;
    top: 0;
    height: auto;
}

.display-header .rot-swiper article.rot-item{
	height:var(--display-header-min-h);
}


h1.rot-title {
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
	position:relative;

}
h1.rot-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: .06em;
    width: 3.5em;
    background-color: var(--secondary);
    left: 0;
}

@media(min-width:480px){
	h1.rot-title {
		font-size: 5em;
	}
}
@media(min-width:576px){
	.title-wrap .h-holder {
		padding-left: calc(.5rem + var(--header-margin-left));
	}
}

@media(min-width:768px){
	.display-header{
		--spaceman-top:2rem;
		--spaceman-bottom:2rem;
	}
	.display-header .rot-swiper-wrap{
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.title-wrap {
		position: absolute;
		width: calc(34em + var(--container-margin));
		margin-top:var(--spaceman-top);
	}
	.title-wrap .logo-holder {
		position: absolute;
		position: relative;
		transform: translateY(0);
		padding: 2.5em 4.5em 2em 2rem;
		height: calc(var(--display-header-min-h) - var(--spaceman-top) - var(--spaceman-bottom));
	}
	.title-wrap .h-holder {
		max-width: calc(100% - var(--header-margin-left));
		padding-left: .5rem;
		transform: translateY(calc(0px));
		height: calc(var(--display-header-min-h) - var(--spaceman-top) - var(--spaceman-bottom));
	}
	h1.rot-title {
		font-size: 4em;
	}
	.display-header .swiper-slide-active[data-swiper-slide-index="0"] figure[data-bg-src]{
		background-size:140%!important;
		/* background-position:0% 30%!important; */
	}
	.d-header-bg-1 {
		top: var(--spaceman-top);
	}
	.d-header-bg-2 {
		height: 23rem;
		width: 16rem;
		top: calc(var(--display-header-min-h) - var(--spaceman-bottom));
		/* top: var(--display-header-min-h); */
		background-image: url('./imgs/lemon-top-left.webp');
		transform: translateY(calc(0%)) translateX(calc(0% + 0px));
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left top;
	}
}
@media(min-width:992px){
	.display-header{
		--spaceman-top:2rem;
		--spaceman-bottom:7rem;
	}
	.display-header .swiper-slide-active[data-swiper-slide-index="0"] figure[data-bg-src] {
		background-size: 110%!important;
		/* background-position: 0% 25%!important; */
	}
	.display-header .swiper-slide-active[data-swiper-slide-index="1"] figure[data-bg-src] {
		background-size: 110%!important;
		background-position: 100% 22%!important;
	}
}
@media(min-width:1200px){
	.display-header{
		--spaceman-top:3rem;
		--spaceman-bottom:4rem;
	}
	.title-wrap {
		width: calc(38em + var(--container-margin));
	}
	#rot_content section#s_intro .container {
		padding-left:var(--header-margin-left);
		padding-top: 2rem;;
	}
	.display-header .swiper-slide figure[data-bg-src] {
		left: calc(var(--container-margin) + var(--header-margin-left) - 0rem);
	}
	h1.rot-title {
		font-size: 5em;
	}
	.title-wrap .logo-holder {
		/* height: calc(var(--display-header-min-h) - var(--spaceman-top) - var(--spaceman-bottom)); */
	}
	.title-wrap .logo-holder,
	.title-wrap .h-holder {
		height: auto;
	}
}
@media(min-width:1400px){
	.title-wrap {
    	font-size: 18px;
	}
	.display-header .swiper-slide-active[data-swiper-slide-index="0"] figure[data-bg-src] {
		background-size: 130%!important;
		/* background-position: 0% 27%!important; */
	}
}
@media(min-width:1600px){
	.display-header .swiper-slide-active[data-swiper-slide-index="0"] figure[data-bg-src] {
		background-size: 100%!important;
		background-position: 80% 25%!important;
	}
}
@media(min-width:2200px){
	.title-wrap {
		font-size: 22px;
	}

}