

.maintenance-content {
    color:var(--white);
    font-size: 22px;
}
.maintenance-content.bg-white {
    color:var(--text)!important;
    font-size: 22px;
}
.maintenance-content .rot-img-absolute{
    margin-top: 2rem;
    min-height:260px;
    padding-bottom:0;
}
.branding-wrap {
    font-size:20px;
    display: flex;
    align-items: center;
    height: 22em;
}
.branding-wrap>figure.rot-img-relative{
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    min-height: 2rem;
    padding-bottom:0;
}
.maintenance-content .content-col .inner-wrap{
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
.branding-wrap {
    font-size: 1.1em!important;
    width:100%;
}
.branding-wrap .h-wrap {
    max-width:1px;
    max-height:1px;
    overflow:hidden;
}
.branding-wrap p.smaller {
    font-size: 0.596em;
}
.p-display {
    font-size: 1.9em;
    font-weight: 500;
    color: var(--text);
    max-width: 390px;
    line-height: 1;
    margin: 0.7em 0.23em;
    position: relative;
    text-align: right;
    color: #ffffff40;
    display: flex;
    align-items: center;
}
.bg-white .p-display {
    color:var(--text);
}
.p-display span.txt {
    font-size: 0.65em;
    line-height: 1.1;
    font-weight: 300;
}
body .bottom-txt{
    font-size: 22px;
    font-weight: 600;
    color: var(--grey-light);
}
.rkp-icon {
    display: inline-block;
    width: 4em;
    line-height: inherit;
    position: relative;
    top: 0;
    right: auto;
    margin-left: 0.5em;
}
.rkp-icon .st0{
    stroke:var(--white);
}
.bg-white .rkp-icon .st0{
    stroke:var(--text);
}
.maintenance-content .rkp-icon svg>g:nth-of-type(2) path{
    stroke:var(--primary);
}
body .maintenance-content a:hover{
    color:white!important;
}

@media(min-width:576px){
    .maintenance-content .rot-img-absolute {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding-bottom: 0;
        height: calc(100vh - 4rem);
    }
}
@media(min-width:768px){
    .branding-wrap {
        font-size:28px;
    }
}
@media(min-width:992px){
    .maintenance-content .rot-img-absolute {
        margin-top: 0rem;
        margin-bottom: 0rem;
        height: 100%;
    }
}
@media(min-width:1200px){
    .branding-wrap {
        font-size:2.3vw;
    }
}

#rkp-icon-cogwheels svg>g:first-of-type{
    animation: rotate_1 4s linear 0.17s infinite normal forwards;
    transform-origin: 0.6em 0.6em;
}
#rkp-icon-cogwheels svg>g:nth-of-type(3) {
    animation: rotate_1 4s linear 0s infinite reverse forwards;
    transform-origin: 1.65em 1.45em;
    /* background: red; */
}
#rkp-icon-cogwheels svg>g:nth-of-type(2) {
    animation: rotate_1 4s linear 0.03s infinite normal forwards;
    transform-origin: 0.59em 2.37em;
}

@keyframes rotate_1 {
	0% {
		transform: rotate(0);
        /* transform-origin: center; */
	}
	100% {
		transform: rotate(360deg);
        /* transform-origin: center; */
	}
}


.social-wrap a.sbtn.s-copy,
.inner-cta a.cta-link,
.rot-section a.link-type-contact,
.rot-section a.link-type-frei,
.rot-section a.link-type-pdf,
.rot-section a.link-type-beitrag,
.section-cta a.cta-link {
    display: inline-block;
    /* font-size: var(--regular-p-size, 1.09rem); */
    font-weight: 500;
    /* text-transform: uppercase; */
    line-height: 1;
	position:relative;
    display: inline-flex;
    align-items: center;
	color: var(--white);
    background-color:var(--primary);
}
.inner-cta a.cta-link{
    margin-right:1.7rem;
}
.social-wrap a.sbtn.s-copy,
.inner-cta a.cta-link,
.rot-section a.link-type-contact,
.rot-section a.link-type-frei,
.rot-section a.link-type-pdf,
.rot-section a.link-type-beitrag{
	color: var(--white);
}

.inner-cta a.cta-link i,
.section-cta a.cta-link i {
    font-size: 1.2rem;
    display: inline-block;
    bottom: 2px;
    bottom: 0;
    position: relative;
}
.inner-cta a.cta-link i{
    font-size:1.5em;
    line-height:.6;
}
.inner-cta .cta-content-before{
    margin-bottom:.7rem;
}
.social-wrap a.sbtn.s-copy.copied .link-inner>span{
    position:relative;
}
.social-wrap a.sbtn.s-copy .link-inner>span:after{
    content:'copied';
    position:absolute;
    top:0;
    left:0;
    font-size:inherit;
    height:100%;
    width:100%;
    opacity:0;
    transition:opacity .4s;
    background:var(--primary-hover);
}
.social-wrap a.sbtn.s-copy.copied .link-inner>span:after{
    opacity:1;
}
body .inner-cta a.cta-link.style-flat .cta-link-inner{
    color: var(--text);
    border: 2px solid var(--text);
    background-color: var(--white);
    padding: .34rem .6rem .26rem;
}
body .inner-cta a.cta-link.style-flat:hover .cta-link-inner{
    left:0;
    background:var(--white);
    border-color:var(--primary);
    color:var(--primary);

}
body .inner-cta a.cta-link.style-flat::after,
body .inner-cta a.cta-link.style-flat::before{
    display: none;
}



.rc-checkboxes .rc-checkboxes-row {
	margin-left:-4px;
	margin-right:-4px;
}
.hide-labels .rc-checkboxes label {
	font-size: 1rem;
}
#prn-filter-post-form input[type="checkbox"]~span {
    background: var(--primary);
    color: white;
    text-transform: uppercase;
	padding:4px 7px 1px;
}
.hide-labels .rc-checkboxes label.tech-h-sm {
    font-size: .84rem;
    margin-bottom: .74rem;
    width: 100%;
}
body{
    --car-size: 240px;
    --logo-wrap-width:340px;
}




/*RSE*/

body ul{
    padding-left:1.25em;
    list-style: disc;
    /* font-size:16px; */

}
ul.menu{
    padding-left:1.25em;
    list-style: none;
}

.site-content ul:not(.navbar-nav):not([class*="wp-admin"]) li {
    /* position: relative;
    display: flex;
    align-items: center; */
    margin-bottom:.6rem;
}


header#masthead{
    border:none;
}

body.scrolled header#masthead:after {
    height: 80px;
    opacity: .5;
}
body .navbar-toggler {
    padding: 0;
    font-size:1.35rem;
}

#masthead #primary-menu>.nav-item a *{
    font-size:inherit;
    font-weight:inherit;
    padding:0;
}
#masthead #primary-menu>.nav-item a>.nav-link-wrap {
    position:relative;
}
#masthead #primary-menu>.nav-item a>.nav-link-wrap>.nav-item-title {
    position: relative;
    z-index: 1;
    margin-top: 5px;
    display: block;
}


.rkp-path2{
    fill:none;
    stroke:var(--text);
    stroke-width:2.5;
    stroke-linecap:round;
    stroke-miterlimit:10;
}
.fill-text{
    fill:var(--text);
}
.fill-none{
    fill:none;
}
body:not(.home) section#s_header.dark:before{
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.23);
    position:absolute;

}

#s_header.animation-ended #h_video:before {
    opacity:1;
}

.navbar-toggler-icon .center-bar, .navbar-toggler-icon:after, .navbar-toggler-icon:before {
    height: 6px;
}
.logo-wrap {
    width: 7.6rem;
    margin-top: 0rem;
    z-index: 4;
    position: relative;
    left: 0px;
    height: 100%;
    /* padding: 0.9rem 0 0.6rem; */
}
.site-logo {
    width: var(--main-logo-width);
    position: absolute;
    transition: transform .5s, width .5s;
    height: auto;
    margin-top: auto;
    transform: translateY(calc(-50% + 2px));
    top: 50%;
}
.logo-wrap polygon.fill-rkp,
.logo-wrap rect.fill-rkp,
.logo-wrap path.fill-rkp{
    fill:white;
}

ul.navbar-nav>li .menu-contact-wrap .menu-contact-thumb{
    max-width: 120px;
    /* display: flex; */
    /* justify-content: flex-end; */
    text-align: right;
    display: inline-block;
    width: 100%;
}


@media(max-width:767.98px){
    .navbar-extra-links{
        right:0;
        padding:0;
    }
}

@media(max-width:991.98px){
    header#masthead.whitened.opened,
    header#masthead.opened{
        background:var(--primary);
    }
}

header#masthead:after {
    content: '';
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    background: transparent;
    height: 0px;
    position: absolute;
    background: var(--header-after-gradient);
    pointer-events:none;
    transition:height .6s;
}


/*KLAMPFL*/
body #site-footer a.social-link {
        font-size: 1.5rem;
        background: var(--secondary);
        transition: background-color .4s;
        padding: 0em;
        border-radius: 100px;
        margin: 2px;
        font-weight: 600;
        margin-left: 0.7rem;
}
body #site-footer.bg-text a.social-link {
    color:var(--text);
}
body #site-footer a.social-link>i {
    position: relative;
    bottom: -1px;
    font-size: 1.8rem;
}

.page-template-page-standard p,
.page-template-page-standard ul li{
    margin-bottom:1rem;
}
.page-template-page-standard h3{
    margin-bottom:.75rem;
}

/*NAV*/

.rot-mnav-footer a,
.rot-mnav-footer ul,
.rot-mnav-footer li,
.rot-mnav-footer p{
    font-size:var(--small-p-size);
}
.rot-mnav-footer ul{
    margin-bottom:0;
    line-height:2;
    padding-left:0;
}
.rot-mnav-footer [class*="col-"]{
    display:flex;
    align-items: flex-end;
}
.rot-mnav-footer [class*="col-"]{
    display:flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.rot-mnav-footer [class*="col-"]:first-of-type{
    justify-content:flex-start;
}
.rot-mnav-footer [class*="col-"]:last-of-type{
    justify-content:flex-end;
}
.rot-mnav-footer figure{
    text-align: left;
    width:50%;
    margin-bottom:.8rem;
}
.rot-mnav-footer figure img{
    width:140px;
    max-width:100%;
}
.rot-mnav-footer figure.smaller img{
    width:74px;
    max-width:70%;
    margin-left:15%;
}





/*HACKL*/

/*HEADER HEADER HEADER*/

.lab.la-facebook-f{
    font-size: 0.7em;
    display: inline-block;
    top: -0.15em;
    position: relative;
}
.logo-wrap.centered{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
ul.navbar-nav>li.spacer{
    display:none!important;
    pointer-events:none;
}
section#s_header{
    transition:height .4s, min-height .4s;
}
@media(max-width:991.98px){

}
@media(min-width:992px){
    /* body #masthead .navbar-collapse {
		position: absolute;

		top: auto;
        bottom:0;
		transform:translateY(100%);
	} */
    /* body #masthead .navbar-collapse ul li{
        color: inherit;
	}

    body #masthead .navbar-collapse.centered.fullwidth>ul{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    body #masthead .navbar-collapse.centered.fullwidth>ul>li{
        flex-grow:1;
        hyphens:auto;
    }
    #primary-menu-footer .nav-item a.nav-link,
	#primary-menu .nav-item a.nav-link {
		text-align: center;
    	justify-content: center;
		width:100%;
	}
    ul.navbar-nav>li.spacer{
        display:block!important;
        width:var(--container-margin);
        flex-grow:0!important;
    }
    ul.navbar-nav>li.spacer a{
        display:none!important;
    }
    .spacer-left{
        border-left:0!important;
    }
    .spacer-right{
        border-right:0!important;
    } */
}


/*DISPLAY_HEADER*/
#s_header .caption-right .col-12{
    display:flex;
    justify-content: flex-end;
}
#s_header.animation-ended .header-caption{
    opacity:1!important;
}

section.rot-section{
    overflow:visible;
    max-width:100%;
    position:relative;

}
section.rot-section>.container{
    /* opacity:0.1;
    top:1.5rem;
    transition:opacity .7s, top .7s;
    transition-delay:.2s;
    position:relative; */
}
section.rot-section.split-content-img  .split-inner-row{
	/* opacity:0;
    transform:translateY(3rem); */
    /* transition:opacity .7s, transform .7s; */
    /* transition-delay:.7s;
    position:relative; */
}
section.rot-section.split-content-img.been-in-scope .split-inner-row,
section.rot-section.been-in-scope>.container{
	/* opacity:1;
	top:0;
    transform:translateY(0); */
}


/*SPLIT CONTENT SONDERLÖSUNG HACKL*/

section.rot-section.split-content-img .split-content-col{
    min-height: 0;
    position: static;
    z-index: 2;
}

section.rot-section.split-content-img:not(.split-strict) .split-content-col {
min-height: calc(var(--display-header-min-h) + 2 * var(--split-section-offset-y));
}
/* section.rot-section.split-content-img:not(.split-strict) .split-inner-row{
    position: absolute;
    padding: 2rem;
    left: calc((100% / 12 * 2) + var(--container-margin));
    top: 14rem;
    background: var(--warmwhite);
    color: var(--text);
    width: calc(100% / 12 * 10 - 0px);
} */
section.rot-section.split-content-img:not(.split-strict) .split-inner-row {
	position: relative;
    padding: 2rem;
    left: calc((100% / 12 * 1) + var(--container-margin));
    margin-top: 0rem;
	margin-bottom:var(--split-section-offset-y);
    background: var(--transparent-primary, #ffe0d3c7);
    color: var(--text);
    width: calc(100% / 12 * 11 - 0px);
	transition:margin .8s,transform .8s;
	will-change: transform;
	transform:translate3d(0px, 0px, 0px);
}
section.rot-section:not(.first-appeared).split-content-img:not(.split-strict) .split-inner-row {
	/* margin-top:10rem; */
	transform:translate3d(0px, 0rem, 0px);
}
section.rot-section.split-content-img:not(.split-strict).content-secondary .split-inner-row {
	background: var(--transparent-secondary, #d3fff4c7);
}
section.rot-section.split-content-img:not(.split-strict) .main-row:not(.order-swapped) .split-inner-row{
	left:15px;
}
/*FIGURE*/
section.rot-section.split-content-img .split-img-col>figure{
	padding-bottom:340px;
	overflow:hidden;
}
section.rot-section.split-content-img:not(.split-strict) .split-img-col>figure{
    /* left: calc(0px + var(--container-margin)); */
}
section.rot-section.split-content-img:not(.split-strict) .main-row.order-swapped .split-img-col>figure{
	left:calc(0px - var(--container-margin) + 0rem);
}
section.enlarge-img-1 figure.bg-img>img {
    width: 209%;
    object-position: right 50%!important;
    right: -11%;
    left: auto;
}

@media(min-width:480px){
	section.rot-section.split-content-img:not(.split-strict) .split-inner-row {
		left: calc((100% / 12 * 2) + var(--container-margin));
		width: calc(100% / 12 * 10 - 0px);
		left: calc(15px + (100% / 12 * 2));
	}
	section.enlarge-img-1 figure.bg-img>img {
    	width: 139%;
	}
}
@media(min-width:768px){
	section.rot-section.split-content-img:not(.split-strict) .split-inner-row{
        left: calc(100% / 12 * 3 + 15px);
        width: calc(100% / 12 * 9 - 0px);
    }

	section.rot-section.split-content-img:not(.split-strict) .split-img-col>figure {
		width: 100%;
	}
	section.rot-section.split-content-img:not(.split-strict) .main-row:not(.order-swapped) .split-img-col>figure {
		/* left: calc(0px + var(--container-margin)); */
	}
    section.rot-section.split-content-img:not(.split-strict) .main-row:not(.order-swapped) .split-inner-row{
        left:15px;
        width: calc(100% / 12 * 9 - 0px);
    }
    section.rot-section.split-content-img:not(.split-strict) .split-content-col {
		min-height: calc(var(--display-header-min-h) + 1.5 * var(--split-section-offset-y));
	}
}
@media(min-width:992px){
	section.enlarge-img-1 figure.bg-img>img {
    	width: 109%;
	}
	section.rot-section.split-content-img:not(.split-strict) .split-inner-row {
		margin-top: 0rem;
	}
	section.rot-section.split-content-img:not(.split-strict) .main-row:not(.order-swapped) .split-inner-row{
        left:15px;
        width: calc(100% / 12 * 8 - 0px);
    }
	section.rot-section.split-content-img:not(.split-strict) .split-inner-row{
        left: calc(100% / 12 * 4 + 15px);
        width: calc(100% / 12 * 8 - 0px);
    }
}
@media(min-width:1200px){
	section.rot-section.split-content-img:not(.split-strict) .split-inner-row {
		margin-top: 0rem;
	}
	section.rot-section.split-content-img:not(.split-strict) .main-row:not(.order-swapped) .split-inner-row{
        left:15px;
        width: calc(100% / 12 * 7 - 0px);
    }
	section.rot-section.split-content-img:not(.split-strict) .split-inner-row{
        left: calc(100% / 12 * 5 + 15px);
        width: calc(100% / 12 * 7 - 0px);
    }
}
@media(min-width:1800px){
	section.enlarge-img-1 figure.bg-img>img {
    	width: 100%;
	}
	section.enlarge-img-1 figure.bg-img>img {
    right: auto;
    left: 0;
}
	section.contain-img-xxxl figure.bg-img>img{
		object-fit:contain;
	}
	section.rot-section.split-content-img:not(.split-strict) .main-row:not(.order-swapped) .split-inner-row{
        left:15px;
        width: calc(100% / 12 * 6 - 0px);
    }
	section.rot-section.split-content-img:not(.split-strict) .split-inner-row{
        left: calc(100% / 12 * 6 + 15px);
        width: calc(100% / 12 * 6 - 0px);
    }
}
section.before-bg-text:before{
    content:'';
    top:-1px;
    left:0;
    background:var(--text);
    width:100%;
    height:8rem;
    z-index:0;
    position: absolute;
    display:block;
}
.modal-inner p{
    font-weight: 400;
}





/*TYPO*/
body h1.page-h1{
    margin-bottom:0.7rem;
}

body .h2,
body h2{
    margin-bottom:1.7rem;
}
/*post - subtitle*/
.post-h span.theme-h-sm{
    display: block;
    font-size: var(--regular-p-size);
    margin-top: 0.75rem;
}

/*ACCORDION*/
.h-col,
.acc-img-col{
    min-height:300px;
}
.rot-acc.accordion h3,
.rot-acc.accordion .h3{
    transition:text-decoration .4s;
    font-weight:500;
}
.rot-acc.accordion.active h3,
.rot-acc.accordion.active .h3{
    text-decoration:underline;
}

@media(max-width:767.98px){
    .acc-img-row>.acc-img-col{display:none!important;}
    .rot-acc.accordion{margin-right: 2.1rem;}
    .rot-acc-content.panel p {margin-right: 0;}
    .rot-acc.accordion h3,
    .rot-acc.accordion .h3{max-width:calc(100% - 50px);}
    .rot-acc.accordion i {
        transform: rotate(-90deg);
    }
    .rot-acc.accordion.active i {
        transform: rotate(0deg);
    }

}
@media(min-width:768px){
    .acc-img-row>.acc-img-col{
        display:block;
        margin-top: -4.3rem;
    }
    .acc-img-row>.h-col .rot-acc-content.panel{
        display:none!important;
    }
    .rot-acc.accordion {
        flex-wrap: nowrap;
    }
}


body #BorlabsCookieBoxWidget svg {
    color:var(--primary);
    opacity:.7;
}
body .BorlabsCookie._brlbs-cb-googlemaps,
body .BorlabsCookie ._brlbs-content-blocker,
body .BorlabsCookie ._brlbs-embed._brlbs-google-maps {
    height: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
}
body .BorlabsCookie ._brlbs-embed._brlbs-google-maps img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
body .BorlabsCookie._brlbs-cb-facebookfeed ._brlbs-content-blocker{
    position:relative;
}


@media(min-width:1200px){
    section.rot-section>.content-replace-img .container,
    section.rot-section>.container{
        /* transform:scale(.93); */
        /* transition:transform .4s; */

    }
    section.rot-section:not(#s_header):not(.in-scope)>.content-replace-img .container,
    section.rot-section:not(#s_header):not(.in-scope)>.container{
		/* transform: scale(1) translateX(-70px); */
		/* transform: scale(1); */
		/* transition: transform .4s; */

    }
    section.rot-section.in-scope>.content-replace-img .container,
    section.rot-section.in-scope>.container{
        /* transform:scale(1.00); */
    }
}
.rot-cpt-tabs-wrap  .second-nav{
    font-size: 2.4rem;
    position: absolute;
    left: calc(100% / 12 *6);
    transform: translate(calc(0px - 100% - 2rem), -100%);
    color: var(--secondary);
}


/*
LEHRLINGSHAUS
LEHRLINGSHAUS
LEHRLINGSHAUS
LEHRLINGSHAUS
LEHRLINGSHAUS
LEHRLINGSHAUS
LEHRLINGSHAUS
*/

body header#masthead{
    pointer-events:all;
}
section#s_header:not(.mast-should-stick)~header#masthead .site-logo{
	opacity:0;
}

.second-logo-container .site-logo{
	width:11rem;
	top:1rem;
	max-width:100%;
}




#primary-menu.underline-dashed:after{
    display:none;
}
nav.underline-dashed:after {
    width: calc(100% - (2 * var(--container-margin)));
}
.split-hc .section-h{
    max-width: 9.8em;
}

.split-hc .section-h-col{
    margin-bottom:1.5rem;
}
@media(min-width:992px){
    #primary-menu.underline-dashed:after{
        display:block;
    }
    nav.underline-dashed:after{
        display:none;
    }
}

@media(min-width:1440px){
    .split-hc .section-h{
        max-width: 9.8em;
    }
}

.inner{
    background: white;
    padding: 2rem 3rem;
}
.special-nav-wrap {
    position: relative;
    overflow: hidden;
    min-height: var(--display-header-min-h);
    padding-bottom:3rem;

}



/*//IMMOBIL//*/
/*//IMMOBIL//*/
/*//IMMOBIL//*/
/*//IMMOBIL//*/
/*//IMMOBIL//*/

/*slider*/
/*outer wrapper @multilayer slides*/
.multilayer-slide{
	width: 100%;
    height: 100%;
    position: absolute;
	top:0;
	left:0;
}
.multilayer-slide figure.rot-img-absolute{
    position: absolute;
	padding-bottom:0;
}
.special-nav-wrap>.inner {
    padding: calc(var(--header-height) + 0rem) var(--container-margin) 0;
    height: 100%;
}
.special-nav-wrap>.container>.row,
.special-nav-wrap>.inner>.row,
.special-nav-wrap>.inner>.container-fluid>.row,
.special-nav-wrap>.inner>.container>.row{
	min-height:var(--display-header-min-h);
}
.special-nav-wrap .inner .inner{
	padding: 0;
}
.special-nav-wrap .inner .inner>figure{
	padding: 0;
}
/* //slider*/
.special-nav-wrap .bg-layer {
	background: var(--warmwhite);
    bottom: 0;
    position: absolute;
    width: calc(100% - calc(2 * var(--h-col-padding)) + var(--container-margin));
	width:100%;
	left:0;
    height: 100%;
	/* width: calc(100% -(2* var(--h-col-padding))); */
    /* left: var(--h-col-padding); */
}
@media(min-width:576px){
	.special-nav-wrap .bg-layer {
		width: calc(100% - calc(2 * var(--h-col-padding)) + var(--container-margin));
		left: var(--h-col-padding,15px);
	}

}

.second-logo-container{
    pointer-events: none;
}
.second-logo-container .site-logo{
    pointer-events:all;
}


@media(min-width:1820px){
    .second-logo-container .site-logo {
        width: 22.8rem;
    }
}

.special-nav-wrap [data-menu-item-id]:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(imgs/kurtl600.webp);
    background-size: cover;
    background-position-x: 60%;
    opacity: 0;
    transition:opacity.6s;
}
.special-nav-wrap [data-menu-item-id="181"]:after {
    background-image: url(imgs/kurtl600.webp);
    background-size: cover;
    background-position-x: 60%;
}
.special-nav-wrap [data-menu-item-id]:hover:after{
    opacity:.6;
}
.special-nav-wrap [data-menu-item-id] a span{
    display: inline-block;
    transform:skewX(17deg);
    font-style:italic;
    transition:transform .4s;
}
.special-nav-wrap [data-menu-item-id]:hover a span{
    transform:skewX(5deg);
}


.special-nav-wrap .owl-item{
	height:var(--slider-height);
}
.special-nav-wrap .owl-item img{
	filter:saturate(.3);
	transition:filter .4s;
}
.special-nav-wrap .owl-item img:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background: white;
	opacity:.2;
	transition:opacity .4s;
	pointer-events:none;
}
.special-nav-wrap .owl-item img:hover{
	filter: saturate(1);
}
.special-nav-wrap .owl-item img:hover:after{
	opacity:0;
}


.h-special-logo-container .rot-svg-relative {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6rem;
}
.h-special-logo-container.has-text-logo .rot-svg-relative {
	width: 240px;
    padding-top: 2rem;
    padding-bottom: 4rem;
}
@media(min-width:576px){
	.h-special-logo-container .rot-svg-relative {
		max-width: 96px;
	}
	.h-special-logo-container.has-text-logo .rot-svg-relative {
		padding-bottom: 2rem;
	}

}


body:not(.home) .marquee {
	display:none;
}
.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 2.2rem;
    overflow-x: hidden;
    /* background: var(--primary-dark); */
    /* margin-top: 1.4rem; */
	transition: background-color .4s;
}
.marquee p{
	font-family: var(--serif);
    font-size: 1.2rem;
}
.marquee:after {
	content:'';
	bottom:0;
	width:100%;
	width: calc(100% - (2 * var(--container-margin)) + 0px);
	left:50%;
	border-bottom: 2px solid var(--text);
	transform: translateX(-50%);
	position:absolute;
}
.track {
	position: absolute;
    white-space: nowrap;
    will-change: transform;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
	animation: marquee 62s linear infinite;
	animation-play-state:paused;
}
.marquee:hover .track{
	animation-play-state: running;
}
@keyframes marquee{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}

}


#s_header .rot-item-slide .inner .caption {
    position: absolute;
    z-index: 34;
    color: white;
    font-family: var(--serif);
    font-weight: 100;
    font-size: 5rem;
    opacity: 0.8;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    pointer-events: none;
    transition: opacity 1.5s;
    white-space: nowrap;
    text-shadow: 0 0 13px black;
    padding-left: 2rem;
}
#s_header .rot-item-slide .inner:hover .caption{
	opacity:.2;
}


#rot-copy-url{
	padding:0 8px 0 2px;
}


.rot-gsap-slide:not(.active){
	pointer-events:none;
}
.opacity-0{
	opacity:0;
}

.h-special-logo-container{
	opacity:0;
}


/*FINALES DRÜBERSTYLEN*/
body .section-h{
	position:relative;
	font-weight:300;
	width:fit-content;
}
.section-h:after {
    content: '';
    left: 0;
    bottom: 0px;
    height: 0;
    width: 100%;
    border-bottom: .1em solid var(--primary);
    display: block;
    position: absolute;
	z-index: 0;
}

.claim-col:before {
    content: '';
    background: var(--grey-lightestest);
    top: 1.5rem;
    left: calc(0px - var(--container-margin));
    width: calc(100%);
    height: calc(100%);
    display: block;
    z-index: 0;
    position: absolute;
}
@media(min-width:576px){
	.claim-col.top-claim:before {
		display:none;
	}
}
.claim-wrap {
	max-width: 16.1rem;
	margin-right:1rem;
	margin-left:auto;
    position: relative;
}
@media(min-width:450px){
	.claim-wrap {
		margin-left: auto;
		margin-right: auto;
		max-width: 18rem;
	}

}
@media(min-width:576px){
	.claim-wrap {
		max-width: none;
		margin-left: calc(100% / 4 + var(--h-col-padding));
		margin-right: auto;
		margin-right: 4rem;
	}
	.logo-3>figure{
		position: absolute;
		/* width: 66px; */
	}
	.claim-col:before {
		left: calc(1.4rem + var(--claim-figure-width));
		left: calc(var(--i-col-padding) - var(--container-margin));
		width: calc(100%);
		height: calc(100% + 1rem);
	}
}
@media(min-width:640px){

}
@media(min-width:768px){

	section.split-content-img .img-col>.rot-img-absolute {
		width: calc(100% - 30px + var(--container-margin));
		left: calc(15px - var(--container-margin));
	}
	.claim-wrap {
		margin-right: 3rem;
	}
}
@media(min-width:992px){

}
@media(min-width:1200px){
	.claim-wrap {
		margin-right: 0rem;
	}
	.claim-wrap {
        margin-left: calc(var(--claim-figure-width) - 30px + .7vw);
        padding-top: 4rem;
    }

}
@media(min-width:1440px){
	body .claim-wrap {
		margin-right: 3rem;
        padding-top: 3rem;
	}

}
@media(min-width:1600px){
	body .claim-wrap {
        padding-top: 6rem;
	}

}
@media(min-width:1820px){
	body .claim-wrap {
        padding-top: 8rem;
	}

}
@media(min-width:2200px){
	body .claim-wrap {
        margin-right: 3rem;
        padding-top: 6rem!important;
        margin-left: calc(var(--claim-figure-width) - var(--h-col-padding) + 0.7vw);
    }

}


body .section-h {
    position: relative;
    /* padding-left: 51px; */
    /* min-height: 95px; */
    overflow: hidden;
    margin-bottom: 1.3rem;
    padding-bottom: 0.4rem;
    display: flex;
    align-items: flex-end;
    hyphens: auto;
}


.rot-item-team .contact-txt{
	padding-bottom: .5rem;
    border-bottom: 3px solid var(--primary);
}
.rot-item-team .contact-txt>span{
	display:block;
}
.rot-item-team .contact-txt:before{
	z-index:-1;
	bottom:-4px;
	left:0rem;
}
.single-scrape_ad .section-h:not(.no-bird),
.split .section-h{
	padding-left:0;
	padding-right:51px;
}
.single-scrape_ad .section-h:before,
.split .section-h:before {
	left: auto;
    right: 0;
    transform: scaleX(-1);
    transition: height 1s, transform 1s, bottom 1s;
}
.single-scrape_ad .h1.section-h,
.single-scrape_ad h1.section-h{
	margin-bottom:0;
}
.single-scrape_ad .title-wrap .h1.section-h:before,
.single-scrape_ad .title-wrap  h1.section-h:before{
	background-image:none;
	display:none;
}
.single-scrape_ad .simple-header .title-wrap .bird{
	left:auto;
	right:1rem;
	transform:scaleX(-1);

}





section:not(.in-scope) .title-wrap .bird:before,
section:not(.in-scope) .section-h:before {
    bottom: -12px;
}

/*BUTTONS*/
/*BUTTONS*/
/*BUTTONS*/
a.btn{
	border:none;
}
a.btn:hover,
a.btn:focus{

	outline:none;
}





.i-spec{
	padding-right:1em;
	display:inline-block;
	font-size:.9em;
	line-height:1.25;
	font-weight:600;
}
.rot-item:not(.list-style-shortads) .i-spec{
	font-size:1rem;
}
.i-spec.ort{
	font-weight:400;
}
.price-wrap{
	width:100%;
	text-align:right;
	margin-top:.6rem;
}
.i-spec.price{
	font-size:1.1rem;
	width:fit-content;
	padding-bottom: .2em;
	border-bottom:2px solid var(--primary);
	padding-right:.1em;
	margin-right:1em;
	font-weight:500;
}
.list-style-shortads .price-wrap{
	margin-top:0rem;
}
.list-style-shortads .i-spec.price{
	font-size:.9rem;
}
.kauf .i-spec.price{
	border-color: var(--secondary);
}
.i-spec.ort{
	width:100%;
	padding:0;
	hyphens:auto;
}
.x-long-txt{
	line-height:1;
}
.x-long-txt>span{
	font-size:.9em;
}
@media(min-width:992px){
	.large-pr{
		padding-right:4rem!important;
	}
}
@media(min-width:1600px){
	.large-pr{
		padding-right:7rem!important;
	}
}

.align-bottom{
	display:flex;
	height:100%;
	flex-direction:column;
}
@media(min-width:1200px){
	/* .align-bottom{
		justify-content: flex-end;
		padding-bottom:5rem;
	} */
}
@media(min-width:1700px){
	.align-bottom{
		justify-content: flex-end;
		padding-bottom:10rem;
	}
}


/*BTN*/
/*BTN*/
/*BTN*/
.btn.rot-btn {
    background-color: transparent;
	color: var(--text);
}
.btn.theme-btn {
    position: relative;
    padding-left: 0;padding:0;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    font-weight: 500;
    font-size: 1.8rem;
    font-family: var(--sans2);
	letter-spacing: 0.02em;
    will-change: letter-spacing, width;
}
.btn.theme-btn.btn-primary,
.btn.theme-btn.btn-secondary{
	background:transparent;
	color:var(--text);
}
.btn.theme-btn .txt{
	display:inline-block;
}

.btn.theme-btn:focus,
.btn.theme-btn:hover{
	background: transparent;
    color: var(--text);
	letter-spacing: 0.4rem;
}
.bg-text .btn.theme-btn:focus,
.bg-text .btn.theme-btn:hover{
    color: var(--grey-light);
}


.btn.theme-btn .txt{
	position:relative;
}
.btn.theme-btn:before {
	content: '';
    position: absolute;
    bottom: -0.2rem;
    left: -0.3rem;
    width: 40px;
    transition: opacity .5s, width .5s, height .5s, border-radius .5s, left .5s;
    /* border-bottom: 3px solid var(--primary); */
    height: 40px;
    will-change: height;
    background: var(--primary);
    border-radius: 100px;
}
.bg-text .btn.theme-btn:before {
	background:var(--primary-on-dark);
}
/* .btn.theme-btn:before, */
.btn.theme-btn.btn-secondary:before{
	border-color: var(--secondary);
	background-color: var(--secondary);
}
.links-item:hover a.btn:before,
.btn.theme-btn:focus:before,
.btn.theme-btn:hover:before{
	width:100%;
	height:.7em;
	border-radius:0;
	left:0;
}

body .h-link{
	line-height:inherit!important;
	font-weight:inherit!important;
	font-size:inherit!important;
}
body .h-link .chevron-svg{
	font-size:1rem;
}


/* .rot-item-scrape_ad:not([list-stye="shortad"]) .content-col{ */
.rot-item-scrape_ad:not(.list-style-shortads) .content-col{
	margin-top:0;
	transform:translate3d(0px, -4rem, 0px);
	will-change: transform;
	/* transition: margin .5s; */
	transition: transform .5s;
}
.rot-item-scrape_ad:not(.list-style-shortads):hover .content-col{
	transform:translate3d(0px, -1rem, 0px);
	/* margin-top:-1rem; */
}

.scrape-ads-wrap{
	padding: 1rem;
	background:var(--grey-lightestest);
}

.row.list-style-shortads{
	row-gap:8px;
}



@media(min-width:992px){
	.rot-filter-items {
		display: flex;
		flex-wrap: wrap;
		border-collapse: collapse; /* für Gefühl */
	}

	.rot-item-scrape_ad:not(.list-style-shortads) {
		padding-bottom:0;
	}
	.rot-filter-items>article {
		width: 50%;
		padding: 1.5rem;
		box-sizing: border-box;
		position: relative;
	}

	/* vertikale Linie: nur die linke Zelle jeder Zeile bekommt eine rechte Linie */
	.rot-filter-items>article:nth-child(2n-1):after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background-color: #ccc; /* deine Linienfarbe */
	}

	/* horizontale Linie: alle Zellen außer die in der letzten Zeile */
	.rot-filter-items>article:nth-last-child(2):nth-child(even):before,
	.rot-filter-items>article:nth-last-child(n+3):before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #ccc;
	}
}

.split-content-img .split-img-col {
    position: absolute;
    margin-top: var(--split-section-offset-y,4rem);
    height: calc(100% - 2 * var(--split-section-offset-y));
}



.links-item {
  position: relative;
  cursor: pointer;
}

.links-item::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}
.links-item a {
  position: relative;
  z-index: 2;
  font-size:1.3rem;
}
@media(min-width:768px){
	.links-item a {
		font-size:1.1rem;
	}
}


body .h3-subtitle,
body .subtitle{
	text-transform: uppercase;
    font-family: var(--sans2);
    font-size: 2rem;
}
body .h3-subtitle{
	font-weight:300!important;
	margin-top:2.3rem;
	font-size:2.2rem;
}
body .bg-text .h3-subtitle{
	font-weight:200!important;
}
body .subt-sm{
	font-size:2rem;
	margin-bottom:.7rem;
}
[data-week="past"]{
	opacity:.4;
}

.rot-lo-item.past {
	opacity:.4;
}
.rot-lo-card h3 {
    font-size: calc(var(--h2-size) + .6rem);
    margin-bottom: -.14rem;
	font-weight:100;
}
.rot-lo-date{
	font-weight: 300;
    font-size: 1.45em;
}
.rot-lo-desc{
	margin-bottom:.4em;
}
.rot-lo-desc,
body .rot-lo-desc p {
	font-size: 1.54rem;
    line-height: 1.1;
    max-width: 17em;
    hyphens: none;
    font-family: var(--sans2);
	font-weight:400;
}
body .rot-lo-desc p {
	margin-bottom:1.14rem;
}
.rot-lo-price{
	font-family: var(--sans);
    font-size: 1.4em;
    font-weight: 500;
}
@media(min-width:768px){
	.rot-lo-card{
		font-size:.9rem;
	}
	body .rot-lo-desc p {
		font-size:1.45rem;
	}
	.rot-lo-card h3 {
    	font-size: calc(var(--h2-size) + .0rem);
	}
}






aside.tagesteller-wrap{
    margin-left: calc(0px - var(--container-margin));
    margin-right: calc(0px - var(--container-margin));
    padding-left: var(--container-margin);
    padding-right: var(--container-margin);
    padding-top: 4rem;
    margin-top: 1rem;
    background: var(--primary);
    color: var(--text);
    padding-bottom: 6rem;
	max-width:500px;

}

[data-week="this-week"] .today{
	color:var(--primary);
}
aside [data-week="this-week"] .today{
	color:inherit;
}

.mt-hh{
	margin-top:calc(var(--header-height) + 3rem);
}
.fill-white path{
	fill:var(--white)!important;
}
.ml-cm{
	margin-left:var(--container-margin);
}
.pl-cm{
	padding-left:var(--container-margin);
}
[class*="col-"].pl-cm{
	padding-left:calc(var(--container-margin) + 15px);
}

.will-rotate{
	width: auto;
    position: static;
    display: inline-block;
}

section.choco-section .rotfx-null{
	opacity:1;
}
section.choco-section:not(.rotfx-working) .rotfx-null{
	opacity:ß;
}
section.choco-section [data-notinwrap]{
	color:var(--text);
}
section.choco-section[data-fixed]{
	background-color:var(--white)!important;
	transition:opacity .6s;
}
section.choco-section .rotfx-wrap{
	height:600px!important;
	background-color:var(--text)!important;
}

.rotfx-wrap {
	z-index:1;
}

section .bg-img-to-lg{
	display:none;
	filter:grayscale(1);
}
section .bg-img-from-lg{

}

@media(max-width:767.98px){
	.choco-section{
		min-height:1000px!important;
	}
	.choco-section .rotfx-null {
		will-change: transform;
		transform: translate3d(0,0,0)!important;
	}
	section.choco-section .rotfx-wrap {
		position:relative!important;
		top:0!important;

	}
	.fx-logo-col{
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
	}
	.fx-logo-col .will-rotate,
	.fx-logo-col .will-rotate>figure{
		width:100%;
	}
	[data-notinwrap="after"] {
		top: 0px;
		position:relative;
	}
}
@media(max-height:920px){
	/* .choco-section{
		min-height:1000px!important;
	} */
	.choco-section .rotfx-null {
		will-change: transform;
		transform: translate3d(0,0,0)!important;
	}
	section.choco-section .rotfx-wrap {
		position:relative!important;
	}
}
@media(max-height:800px){
	.choco-section{
		min-height:1000px!important;
	}
	.choco-section .rotfx-null {
		will-change: transform;
		transform: translate3d(0,0,0)!important;
	}
	section.choco-section .rotfx-wrap {
		position:relative!important;
	}
}
[data-notinwrap="after"]{
	z-index:0;
	position:sticky;
	top:650px
}

body.home .h1, body.home h1 {
    font-size: 4.2rem;
    line-height: 0.79;
    font-weight: 300;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    margin-top: 0.5rem;
}
@media(min-width:768px) and (max-width:991.98px){
	section figure.bg-img-to-lg {
    display: block;
    position: absolute;
    right: calc(15px - var(--container-margin));
    max-width: calc(100% - 500px);
    height: calc(100% - 1rem);
    left: auto!important;
    margin-top: 1rem;
}
}

.fx-logo-col{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.fx-logo-col .will-rotate,
.fx-logo-col .will-rotate>figure{
	width:100%;
	padding:2rem;
	padding-left:0;
}
[data-notinwrap="after"] {
	top: 0px;
	position:relative;
}

@media(min-width:480px){
	body.home .h1,
	body.home h1{
		font-size: 5.2rem;
		margin-top:1rem;
	}
}
@media(min-width:768px){
	body.home .h1, body.home h1 {
		font-size: 6rem;
		margin-top: 1rem;
		max-width: 6em;
	}
	body .subtitle {
		margin-bottom: 3rem;
	}
}
@media(min-width:992px){
	body.home .h1,
	body.home h1{
		font-size: 5.8rem;
	}
	section .bg-img-from-lg{
			min-height:22rem;
			/* filter:grayscale(0); */
	}
	.content-col{
		padding-top:.8rem;
	}
	aside.tagesteller-wrap{
		margin-top:0;
	}
	body .subtitle {
		margin-bottom: 2.4rem;
	}
}

@media(min-width:1200px){
	body.home .h1, body.home h1 {
		font-size: 6.8rem;
		max-width: 32rem;
	}

	body .rot-lo-desc p {
		font-size: 1.45rem;
	}

	body aside.tagesteller-wrap .rot-lo-desc p {
		font-size: 1.5rem;
	}
	.rot-lo-date {
		font-weight: 500;
		font-size: 2.15em;
	}
	.rot-lo-card {
		padding-bottom: 1.2rem;
	}
	aside.tagesteller-wrap {
		margin-bottom: 1.2rem;
		max-width:none;
	}
}
@media(min-width:1400px){
	section .bg-img-from-lg{
		max-width: var(--container-width);
		margin-left: var(--container-margin);
	}
	aside.tagesteller-wrap{
    margin-left: 0;
    margin-right: 0;
	}
	body .rot-lo-desc p {
		font-size: 1.55rem;
	}

	body aside.tagesteller-wrap .rot-lo-desc p {
		font-size: 1.65rem;
	}
	#s_header {
    	padding-bottom: 7rem;
	}

}

@media(min-width:1600px){
	body.home .h1, body.home h1 {
		font-size: 7.8rem;
	}
}
@media(min-width:1720px){
	body.home .h1, body.home h1 {
		font-size: 8.8rem;
	}
	body .rot-lo-desc p {
		font-size: 1.65rem;
	}
	body aside.tagesteller-wrap .rot-lo-desc p {
		font-size: 1.95rem;
	}
}
@media(min-width:1920px){
	body.home .h1, body.home h1 {
    	font-size: 7.2rem;
	}
}
@media(min-width:2200px){
	body.home .h1, body.home h1 {
    	font-size: 8rem;
	}
}

@media(min-width:768px){
	.rotfx-null .mt-hh{
		transition: margin .5s, padding .5s;
		margin-top:2rem!important;
		padding-top:0px;
	}
	body.scrolled-up .rotfx-null .mt-hh{
		margin-top:calc(2rem)!important;
		padding-top:var(--header-height)!important;
	}

	section.choco-section .rotfx-wrap {
		height: 520px!important;
		background-color: var(--text)!important;
		will-change:height;
		transition:height .5s;
	}
	body.scrolled-up section.choco-section .rotfx-wrap {
		height: 600px!important;
	}
}


section:not(.been-in-scope) .rotfx-null{
	opacity:0;
}


.simple-header .title-wrap{
	display:none;
}

body .bg-text p{
	font-weight: 100;
    /* font-size: 1.17rem; */
}
body .bg-text h2,
body .bg-text .h2{
	z-index:2;
	font-size: calc(var(--h2-size) - 0.4em);
}
body .bg-text h2:after,
body .bg-text .h2:after{
	border-color:var(--primary-on-dark);

}
.fx-logo-col svg{
	transition:transform .7s;
	will-change:transform;
}
section.in-scope .fx-logo-col .will-rotate svg{
	transform:rotate(350deg);
}
@media(min-width:576px){
	.fx-logo-col figure{
		max-width:500px;
	}
}

.anim-wrap{
	height:320px;
	overflow:hidden;
	background:#0000000d;
}

.anim-wrap .rot-blitz-stack{
	height:200%;
	width:200%;
	margin-top:-34%;
	margin-left:-10%;
}
#stack2 [data-bg-name="aterrasse2.webp"],
#stack2 [data-name="aterrasse2.webp"] {
	filter: brightness(1.05) contrast(0.9);
}

@media(max-width:767.98px){
	#stack2 [data-name*="x-"] {
		display:none;
	}
}

@media(min-width:576px){
	.anim-wrap .rot-blitz-stack{
		margin-top:-27%;
		margin-left:-8%;
	}
}
@media(min-width:768px){
	.anim-wrap .rot-blitz-stack {
		height: 150%;
		width: 150%;
		margin-top: -10%;
		margin-left: -19%;
	}
}
@media(min-width:1400px){
	.anim-wrap .rot-blitz-stack {
		height: 130%;
		width: 130%;
		margin-top: -6%;
		margin-left: -9%;
	}
}
@media(min-width:1760px){
	.anim-wrap .rot-blitz-stack {
		height: 110%;
		width: 110%;
		margin-top: -30px;
		margin-left: -5%;
	}
}
@media(min-width:2200px){

	.anim-wrap .rot-blitz-stack {
		height: 800px;
		width: 110%;
		margin-top: -265px;
		margin-left: -5%;
	}
}


#stack2 [data-name*="x-"] img{
	opacity:0;
}
	#stack2 [data-name*="x-"]{
	/* display:block; */
	/* opacity:1; */
}
#stack2 [data-name*="x-"]:after {
    position: absolute;
    content: 'Täglich Mittagsmenü';
    font-family: var(--sans2);
    display: inline-block;
    top: 0;
    left: 60vw;
    width: 100%;
    height: auto;
    /* background: red; */
    color: white;
    text-align: center;
    /* padding-top: 22%; */
    font-size: 11.5vw;
    font-weight: 200;
    max-width: 6em;
    white-space: normal;
    hyphens: auto;
    text-transform: uppercase;
    text-shadow: -5px 5px 2px  BLACK;
    transform: translateY(20%);
    padding-top: 150px;
	line-height:.8;
	text-align:left;
}
#stack2 [data-name="x-arch.webp"]:after {
    content: 'moderne Architektur';
}
#stack2 [data-name="x-terra.webp"]:after {
    content: 'gemütliche Terrasse';
}
@media(min-width:992px){
	#stack2 [data-name*="x-"]:after {
		padding-top: 200px;
		font-size:10.8vw;
		left:62vw;
	}
}
@media(min-width:1250px){
	.anim-wrap{
		height:390px;
	}
}
@media(min-width:1400px){
	#stack2 [data-name*="x-"]:after {
		padding-top: 143px;
		font-size: 9vw;
		left: 47vw;
	}
}
@media(min-width:1600px){
	#stack2 [data-name*="x-"]:after {
		font-size: 8.5vw;
		left: 49vw;
	}
}
@media(min-width:1760px){
	#stack2 [data-name*="x-"]:after {
		padding-top:72px;
	}
}
@media(min-width:1800px){
	#stack2 [data-name*="x-"]:after {
		font-size: 7vw;
		padding-top: 120px;
	}
}
@media(min-width:2000px){
	#stack2 [data-name*="x-"]:after {
		font-size: 7vw;
		padding-top: 100px;
	}

}
@media(min-width:2200px){
	#stack2 [data-name*="x-"]:after {
		font-size: 7vw;
		padding-top: 280px;
	}
	.anim-wrap{
		height:420px;
	}
}











/* ROT Reveal */
/* Basiszustand */
.rot-reveal {
	--rot-reveal-dy: 54px;
	--rot-reveal-dur: 1800ms;
	transform: translate3d(0, var(--rot-reveal-dy), 0);
	opacity: 0.001;
	will-change: transform, opacity;
}
/* Sichtbar (dein IO setzt .in-scope) – Zielzustand */
.rot-reveal.first-appeared{
	transform: translate3d(0,0,0);
	opacity: 1;
}
/* Transition NUR wenn .reveal-anim kurzzeitig gesetzt ist */
.rot-reveal {
	transition:
		transform var(--rot-reveal-dur) cubic-bezier(.22,1,.36,1),
		opacity   var(--rot-reveal-dur) cubic-bezier(.22,1,.36,1);
}

@media (prefers-reduced-motion: reduce){
	.rot-reveal, .rot-reveal.in-scope { transition: none !important; transform:none !important; opacity:1 !important; }
}


body .bg-text .rot-choc-card{
	color:var(--grey);
}
.rot-choc-card h3{
	display:none;
}
 .rot-choc-card .small{
	font-size:2.4rem;
}

body:not(.home) .hbg1{
	filter:none;
}

h2 .type{
	pointer-events: none;
}
div>h3.h3-subtitle:first-child{
	margin-top:0;
}

#site-footer .rot-lo-card p,
#site-footer .rot-lo-card{
	font-size: 18px;
}
#site-footer .rot-lo-card h3{
	font-size: 30px;
}
#site-footer .rot-lo-card .rot-lo-date {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
#site-footer .rot-lo-card .rot-lo-price{
	font-size:20px;
}
#site-footer .rot-lo-desc p{
	font-size:22px;
	margin-bottom:0;
}
@media(min-width:1200px){
	.f-inner{
		padding:0 2rem;
	}
	#site-footer .rot-lo-card .rot-lo-price,
	#site-footer .rot-lo-card .rot-lo-date{
		font-size:22px;
	}
}
@media(min-width:1900px){

	#site-footer .rot-lo-card h3{
		font-size: 40px;
	}
	#site-footer .rot-lo-desc p,
	#site-footer .rot-lo-card .rot-lo-price,
	#site-footer .rot-lo-card .rot-lo-date{
		font-size:28px;
	}
}
#site-footer .smaller,
#site-footer p.smaller{
	font-size:.9rem!important;
}

p a:not(.btn):not(.rot-btn){
	position:relative;
	display:inline-block;

}
.menu-wrappa a:not(.btn):not(.rot-btn) span,
p a:not(.btn):not(.rot-btn) strong,
p a:not(.btn):not(.rot-btn) span{
	display:inline-block;
	position:relative;
	z-index:2;
}

.menu-wrappa a:not(.btn):not(.rot-btn):after,
p a:not(.btn):not(.rot-btn):after{
	content:'';
	left: .4em;
	width:1.7em;
	height:1.7em;
	background-color:var(--grey-dark);
	position:absolute;
	bottom:-.3em;
	border-radius:100px;
	z-index:0;
	opacity:0;
	transition:opacity .1s;
}
.menu-contact-wrap p a:after{
	bottom:-.1em!important;
}

#site-footer .menu-wrappa>a:not(.btn):not(.rot-btn){
	position:relative;
	display:inline-block;
}
#site-footer .menu-wrappa>a:not(.btn):not(.rot-btn):after,
#site-footer p>a:not(.btn):not(.rot-btn):after{
	content:'';
	width: 1.8em;
    height: 1.8em;
    background-color: var(--grey-dark);
    position: absolute;
    bottom: -0.2em;
}
#site-footer .menu-wrappa>a:not(.btn):not(.rot-btn):focus:after,
#site-footer .menu-wrappa>a:not(.btn):not(.rot-btn):hover:after,
.menu-contact-wrap p a:not(.btn):not(.rot-btn):hover:after,
.menu-contact-wrap p a:not(.btn):not(.rot-btn):focus:after{
	background:var(--text);
	opacity:1;
}
p a:not(.btn):not(.rot-btn):hover:after,
p a:not(.btn):not(.rot-btn):focus:after{
	opacity:1;
}
p+.h3{
	margin-top:.9rem;
}
.bg-text .btn.theme-btn{
	font-weight:400;
	color:var(--grey-lightest);
}
.bg-text .btn.theme-btn:focus,
.bg-text .btn.theme-btn:hover{
	color:var(--grey-lightest);
}



body.home #main{
    border-top: 3px solid var(--text);
    padding-top: 3rem;
}


@media(min-width:768px){
	body.home #s_header{
		position: fixed;
    	top: var(--admin-bar-height);
	}

	body.home #main {
		margin-top: calc(var(--display-header-min-h) + var(--admin-bar-height) + 2rem);
		position: relative;
		z-index: 10;
		background: var(--white);
		padding-top: 2.7rem;
	}
}

@media(min-width:840px){
	body.home #main{
		    margin-top: calc(var(--display-header-min-h) + var(--admin-bar-height) + 3rem);
	}
}
@media(min-width:1200px){
	body.home #main{
		    padding-top:4rem;
	}
}
@media(min-width:1400px){
	body.home #main{
		    border-width: 4px;
	}
}