

.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(--gradient);
}
.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;
}





.hide-labels .rc-checkboxes label {
    font-size: 0.94rem;
}
.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;
}


.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: 2px;
}
.logo-wrap {
    width: 10.7rem;
    margin-top: 0rem;
    z-index: 4;
    position: relative;
    left: 0px;
    height:0;
    /* padding: 0.9rem 0 0.6rem; */
}
.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: 0;
        /* bottom:0; */
		transform:translateY(00%);
	}
    body #masthead .navbar-collapse ul li{
		/* border:2px solid var(--text); */
        color: inherit;
	}
    body #masthead .navbar-collapse>ul{
        /* border-bottom:2px dashed var(--text); */
        /* background:#00000091; */
        /* background:var(--text); */
    }
    /* 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:0;
    }
    #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;
    top:1.5rem;
    transition:opacity .7s, top .7s;
    transition-delay:.2s;
    position:relative;
}
section.rot-section.been-in-scope>.container{
    opacity:1;
    top: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-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) .content-row:not(.order-swapped) .split-inner-row{
    left:0;
}
@media(min-width:768px){
    section.rot-section.split-content-img:not(.split-strict) .split-inner-row{
        left: calc(100% / 12 * 3);
        width: calc(100% / 12 * 9 - 0px);
    }
    section.rot-section.split-content-img:not(.split-strict) .content-row:not(.order-swapped) .split-inner-row{
        left:var(--container-margin);
        width: calc(100% / 12 * 9 - 0px);
    }
    section.rot-section.split-content-img:not(.split-strict) .split-content-col{
        min-height: 18rem;
    }
}
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(.9);
        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{
	position:fixed;
	top:calc(var(--admin-bar-height) + var(--top-header-height));
	margin-left: var(--container-margin);
	z-index:2;
	transition:opacity .7s;
}
.second-logo-container .site-logo{
	width:14rem;
	top:1rem;
	filter: drop-shadow(2px 2px 10px #000000);
}
/* section#s_header.mast-should-stick~.second-logo-container{ */
body.scrolled .second-logo-container{
	opacity:0;
}
.second-logo-container .site-logo path{
	fill:white;
}
@media(min-width:768px){
	.second-logo-container .site-logo{
		width:20rem;
		top:1.7rem;
	}
}
#site-navigation.underline-dashed:after,
#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;
    hyphens:auto;
}

.split-hc .section-h-col{
    margin-bottom:1.5rem;
}
.inner{
    background: white;
    padding: 2rem 3rem;
}
@media(min-width:768px){
    nav.underline-dashed:after {
        width: calc(100% - 30px);
    }
}
@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{
        padding: 3rem 6rem;
    }
}

@media(min-width:1820px){
    .inner{
        padding: 3rem 9rem;
    }
}



article.rot-item-post .rot-read-more{
    margin-top:12px;
}


/*FLIPPETY FLOP*/

.cube-wrap {
    perspective: 1080px;
    padding: 0.5rem 0;
    margin-left: 3px;
    width: fit-content;
}
.cube{
    height:var(--cube-btn-height);
    background:var(--grey-dark);
    transition:transform .6s;
    transform-style: preserve-3d;
}
.flippety,.flop{
    background:#aaa;
    height:var(--cube-btn-height);
    display:flex;
    align-items: center;
    justify-content:center;
}

/* Position the faces */
.flippety {
	transform: translateZ(calc(var(--cube-btn-height) / 2));
}

.btn.flop {
	transform: rotateX(-90deg) translateZ(calc(0px - var(--cube-btn-height) / 2));
    background: var(--primary-hover)!important;
    color:white!important;
}
.cube:hover .btn.flop{
	background: var(--grey-dark)!important;
}
.rot-item-vorinfo .cube{
    background: var(--primary)!important;
}
.rot-item-vorinfo .btn.flippety{
    background: var(--grey-dark)!important;
    color:var(--grey-lightest)!important;
}
.rot-item-vorinfo .cube:hover .btn.flop,
.rot-item-vorinfo .btn.flop{
    background: var(--primary)!important;
    color:var(--text)!important;
}


/* Rotate the cube */
.cube:hover {
	transform: rotateX(90deg); /* Text bleed at 90º */
}
.replace-content-wrap{
    margin-top:1rem;
}

.row.rot-post-type-partner{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:30px;
    flex-wrap:wrap;
}
article.col-equal{
    max-width:12rem;
}
article.col-equal .inner{
    position:relative;
    padding-bottom:8rem;
    width:100%;
}
article.rot-item-partner.col-equal .inner{
    padding: 0;
    padding-bottom: 7rem !important;
    min-width: 5rem;
    max-width: 6rem;
}
article.rot-item-partner.col-equal figure{
    position:absolute;
    width:100%;
    top:0;
    left:0;
    height:100%;
}
article.rot-item-partner.col-equal figure img{
    object-fit:contain;
}
section.bg-primary#s_vorinfo:before{
    content:'';
    bottom:0;
    left:0;
    width:100%;
    height:20rem;
    background:rgba(0, 0, 0, 0.069);
    position:absolute;
}
section .s-shortcode .rot-cpt-items+.replace-content-wrap{
    margin-top:2.5rem;
}

.rot-item-vorinfo .bordered {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    position: relative;
}
.inner.bg-secondary-lightest .btn-primary.flippety,
.has-inner-bg-secondary-lightest .inner .btn-primary.flippety{
        background-color: var(--primary-dark)!important;
        border-color: var(--primary)!important;
        color: white!important;

}
.inner .cube-wrap{
    padding-bottom:0;
}

.footer-logo {
    max-width: 90%;
    width: 140px;
    margin-bottom: 2rem;
}

/*ZOTTER*/
/*ZOTTER*/
/*ZOTTER*/
/*ZOTTER*/
/*ZOTTER*/
/*ZOTTER*/

body{
	--header-n-admin: calc(var(--header-height) + var(--admin-bar-height));
}

body section:not(#s_header) .theme-h,
body .serif.display p,
body .serif.display{
	font-size: var(--display-f-size);
    color: var(--primary);
    font-weight: 600;
    line-height: 1.1;
    font-variation-settings: 'wght' 600;
}
body section:not(#s_header) .theme-h,
body .serif.display.larger p,
body .serif.display.larger{
    font-size:52px;
	hyphens:auto;
}
:root body{
	--h1-size:52px;
}

@media(min-width:768px){
	body section:not(#s_header) .theme-h,
    body .serif.display.larger p,
    body .serif.display.larger{
        font-size:72px;
    }
	:root body{
		--h1-size:72px;
	}
}
@media(min-width:992px){
	body section:not(#s_header) .theme-h,
    body .serif.display.larger p,
    body .serif.display.larger{
        font-size:80px;
    }
	:root body{
		--h1-size:80px;
	}
}
.mute-vid{
	display:none;
}
body h1.theme-h {
    max-width: 4.6em;
    margin-left: var(--container-margin);
    top: 3.4rem;
    position: absolute;
    font-size: 3.2em;
    z-index: 100;
    line-height: 0.9;
    color: var(--primary);
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

body #s_header .rkp-h-caption {
    position: absolute;
    margin-left: 15px;
    width: calc(100% - 30px);
}
.header-img2 {
    position: relative;
    top: 0;
    margin-left: 60px;
    width: calc(40% - 60px);
    height: auto;
    margin-bottom: 0;
    min-height: 40vh;
    /* padding-bottom: 130%; */
    align-self: flex-start;
    height: 40vh;
    overflow: hidden;
    background:var(--text);
}
.header-img2 img{
    mix-blend-mode: screen;
}
.header-img2{
    opacity:0;
    /* transform:translateY(-100%); */
    transition:transform 0s, opacity 2s;
}
#sod-hactor .header-img2>.inner-scroll-content{
    transition:transform 0s;
}
.header-img2>.inner-scroll-content{
    height:300%;
    position:relative;
}
.header-img2>.inner-scroll-content figure{
    height:33.333%;
    position:relative;
    padding-bottom:0;
    mix-blend-mode:normal;
}
/* .header-img2 figure{
    position:static;
    height:100%;
} */
/* .header-img2{ */
.animation-ended .header-img2{
    /* transform:translateY(0%); */
    opacity:1;
}
section.display-section-01 figure.bg-img,
section#s_header .h-bg-img {
    min-height: 100vh;
    /* display: flex; */
    /* align-items: flex-end; */
    overflow: hidden;
    max-width: 60%;
    position: relative;
    width: 70%;
    background:var(--text);
}
figure.h-bg-img img {
    /* mix-blend-mode: screen; */
    height: 77vh;
    min-height: 1px;
    position: absolute;
    bottom: 0;
    left: -1vh;
	mix-blend-mode: screen;
}
section#s_header.has-sticky-content,
section.has-sticky-content{
    display:block
}
section.has-sticky-content .sticky-content-wrap{
    display:flex;
}
#sod-hactor.sod-actor{
    height:100vh;
}
.caption-content {
    margin-top: calc(100vh - 9rem - var(--admin-bar-height));
    margin-left: auto;
    margin-right: calc(40% - 45px);
    color: var(--primary);
}
section.display-section-01 .section-lead p,
.caption-content p {
    transform: rotate(-90deg) translate(100%,0);
    transform-origin: right bottom;
    pointer-events:all;
}
.header-caption .h-h-wrap{
    position: absolute;
    bottom: 2rem;
}
.h-logo-svg {
    position: absolute;
    width: 80px;
    left: auto;
    right: 1rem;
    top: auto;
    bottom: -0.6rem;
}
@media(min-width:768px){
    .h-logo-svg{
        width: 110px;
        bottom: 0;
    }
    .caption-content {
        margin-top: calc(100vh - 9rem - var(--admin-bar-height));
    }
    body h1.theme-h{
        max-width: 5.4em;
        font-size: 6em;
    }
    section#s_header .h-bg-img {

    }
    figure.h-bg-img img {
        height: 83vh;
        min-height: 60vw;
        right: 0;
        position: absolute;
        display: block;
        bottom: 0;
    }
	.header-img2 {
		height: 64vh;
	}
}
@media(min-width:992px){
    body h1.theme-h{
        font-size: 5em;
    }
    .caption-content {
        margin-top: calc(100vh - 6rem - var(--admin-bar-height));
    }
    figure.h-bg-img img {
        height: 91vh;
        min-height: 88vw;
        /* margin-top: 8vw; */
        right: 0;
        position: absolute;
        display: block;
        bottom: -14vw;
    }
}
@media(min-width:1200px){
    section#s_header .caption-content.lead {
        font-size: 2rem;
        margin-right: 150px;
    }
    section#s_header .caption-content p{
        font-size:inherit;
    }
	.header-img2 {
		height: 72vh;
	}
}
@media(min-width:1400px){
    body{
        --main-img-width:480px;
        --main-ml:var(--container-margin);
    }
    /* section#s_header .h-bg-img {
        max-width:none;
        width:auto;
        display:block;
    } */
    section#s_header .h-bg-img {
        max-width: none;
        width: var(--main-img-width);
        display: block;
        margin-left: var(--main-ml);
    }
    /* figure.h-bg-img img {
        height: 102vh;
        min-height: 60vw;
        margin-top: 8rem;
        position: relative;
    } */
    figure.h-bg-img img {
        height: auto;
        min-height: 1px;
        margin-top: -2rem;
        position: absolute;
        width: calc(var(--main-img-width) - 60px);
        bottom: -4rem;
    }
    .header-img2 {
        width: calc(26% - 60px);
        margin-left:92px;
    }
    .caption-content {
        margin-top: calc(83vh - 5rem - var(--admin-bar-height));
        margin-right: auto;
        margin-left: calc(var(--main-img-width) + var(--main-ml) + 20px);
        color: var(--primary);
        font-family: var(--serif);
    }
    section.display-section-01 .section-lead p,
    section#s_header .caption-content p {
        font-size: 2.3rem;
        font-family:var(--serif);
        transform: rotate(0);
    }
    .h-logo-svg {
        width: 150px;
        bottom: -2rem;
        right: 4.3rem;
    }

}
@media(min-width:1600px){
    body h1.theme-h{
        font-size: 6em;
    }
}
@media(min-width:1680px){
    .h-logo-svg {
        width: 180px;
        bottom: -1.5rem;
        left: 70%;
    }
    #masthead .logo-wrap{
        --logo-height: 4.8rem;
        margin-top:.5rem;
		margin-left:-.5rem;
    }
}
@media(min-width:1860px){
    body{
        --main-img-width:580px;
        /* --main-ml:104px; */
    }
    body .theme-h, body h1.theme-h {
		font-size: 6.4em!important;
		line-height: 0.9!important;
		margin-bottom: 0.7em;
	}
    section#s_header .h-bg-img {
        /* width: 830px; */
    }
    figure.h-bg-img img {
        /* width: 840px; */
        bottom: -11rem;
    }
    .h-logo-svg {
        width: 200px;
        bottom: -4.5rem;
        left: 70%;
    }
    .caption-content {
        margin-left: calc(var(--main-img-width) + var(--main-ml) + 80px);
    }
}
@media(min-width:2100px){
    body{
        --main-img-width:810px;
    }
    figure.h-bg-img img {
        width: calc(var(--main-img-width) - 110px);
    }
}
@media(min-width:2200px){
    .caption-content {
        margin-left: calc(var(--main-img-width) + var(--main-ml) + 90px);
    }
}
/* .h-logo-svg path{
    fill:black!important;
} */

/*SCROLLY*/
/*SCROLLY*/
/*SCROLLY*/
/*SCROLLY*/
/*SCROLLY*/
/*SCROLLY*/
/*SCROLLY*/
/*SCROLLY*/
/*SCROLLY*/
/*SCROLLY*/
/*SCROLLY*/
/*SCROLLY*/
.sod-sticky-content,
#sod-actor-01 {
    overflow: hidden;
    width: 100%;
    /* border: 1px dotted red; */
    height: calc(100vh - var(--admin-bar-height) - var(--header-height));
}

#sod-actor-01 .stage-inner{
	display: flex;
	width: 300%;
	height:100%;
}
#sod-actor-01 .stage-inner>div{
	width:33.33%;
}

:root{
	--folie-offset-mult-factor:3px;
	--folie-offset-left:300px;
}

.section-nav-wrap{
	position: absolute;
	top: 0;
	left: 0;
	z-index:3;
}

section .targets{
	position: absolute;
	top: 0;
	width: 4px;
	bottom: 0;
	height: 100%;
	background: orange;
}
section .targets>div{
	position: absolute;
    top: 0;
    height: 33.3333%;
    width: 4px;
    background: orangered;
}
section .targets>div:nth-child(2){
    top: 33.3333%;
    background: orange;
}
section .targets>div:nth-child(3){
    top: 66.6666%;
    background: yellow;
}
.sod-stage-rail,
.stage-inner{
	transition:transform 1.25s;
	/* left: 0; */
    /* position: relative; */
}
.sod-stage-rail .container,
.stage-inner .container{
	display:flex;
}
.stage-inner .container,
.stage-inner .container .row{
	min-height:100%;
}
.stage-inner .content-col{
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	margin-bottom: 3rem;

}
.sod-intersecting .content-replace-img{
	position:relative;
}

section.has-sticky-content .sticky-content-wrap{
    position:sticky;
    top:var(--admin-bar-height);
}
#z_kreis_text{
    transform-origin: center;
}

.serif span.type{color:white;}

.content-col>.section-content,
.section-content .serif.sod-actor{
    position:relative;
}
.sod-stage-item .content-col,
.serif.sod-actor{
    padding-top: 6rem;
    padding-bottom: 8rem;
    /* padding-left:var(--container-margin);
    padding-right:var(--container-margin); */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.display-s-wrap{
	min-height:80vh;
	display:flex;
	justify-content:center;
	align-items:center;
}
.display-s-wrap,
#sod_type_actor1.serif.sod-actor{
	padding-left: var(--container-margin);
    padding-right: var(--container-margin);

}
#s_lust .display-s-wrap{
	align-items:flex-start;
}
ul.sod-stage-nav {
    position: sticky;
    top: calc(var(--header-n-admin) + 5rem);
    left: 0rem;
    z-index: 100;
    list-style: none;
    padding-left: 0;
    display: flex;
    column-gap: 14px;
    flex-wrap: wrap;
    flex-direction: row;
    max-height: 10rem;
	z-index:1001;
}
.item-course .content-col{
	padding-top:12rem;
    padding-right:2rem;
    padding-bottom:4rem;
}

@media(min-width:768px){
	.item-course .content-col{
		padding-top:12rem;
		padding-right:2rem;
		padding-bottom:4rem;
		max-height: calc(100vh - var(--header-height) - var(--admin-bar-height));
		min-height: calc(100vh - var(--header-height) - var(--admin-bar-height));
	}
	ul.sod-stage-nav {
		max-width: 50%;
		margin-bottom: 290px;
	}
	#s_cuts ul.sod-stage-nav {
		left: calc(100% / 12 * 6);
	}
	#s_cuts .content-row{
		z-index:102;
	}
}


@media(min-width:1440px){
	ul.sod-stage-nav {
		flex-direction:column;
	}
}
@media(min-width:1680px){
	ul.sod-stage-nav {
		top:calc(var(--header-n-admin) + 2rem);
	}
	#s_maincourses ul.sod-stage-nav {
		top:calc(var(--header-n-admin) + 5rem);
	}
}




@media(min-width:1860px){
    .item-course{
        --display-f-size:52px;
    }
    .item-course .content-col{
        padding-right:8rem;
    }
}
@media(max-height:950px){
    ul.sod-stage-nav{
        display: flex;
        flex-direction:row;
		position:sticky;
		top:calc(var(--header-n-admin) + 3.5rem);
    }
    .very-long-txt{
        --display-f-size: 42px;
    }
}
@media(max-height:950px) and (min-width:1680px){
	ul.sod-stage-nav{
		top:calc(var(--header-n-admin) + 7.5rem);
    }
	#s_cuts ul.sod-stage-nav {
		top: calc(var(--header-n-admin) - 2.5rem);
	}
}
@media(max-width:991.98px){
	.very-long-txt {
		--display-f-size: 38px;
    }
	#s_cuts .very-long-txt{
		--display-f-size: 32px;
	}
    ul.sod-stage-nav {
		position:sticky;
		top:calc(var(--header-n-admin) + 1rem);
    }
}
@media(max-width:991.98px) and (max-height:720px){
    .very-long-txt {
        --display-f-size: 32px;
    }
	#s_cuts .very-long-txt{
		--display-f-size: 28px;
	}
}
@media(max-width:767.98px){
    .very-long-txt {
        --display-f-size: 34px;
    }
    ul.sod-stage-nav {
        top: .6rem;
    }
    ul.sod-stage-nav li {
        margin-bottom: 0!important;
    }
    .item-course .content-col {
        padding-top: 6.5rem;
        padding-right: 2rem;
        padding-bottom: 2rem;
		min-height:460px;
    }
    #s_cuts .item-course .content-col {
		min-height:390px;
    }
	.sod-stage-item p:not(.display){
		order:0;
		margin-bottom:1rem;
	}
	.sod-stage-item p.display{
		order:1;
		margin-bottom:1rem;
	}
}
@media(max-width:639.98px){
    .very-long-txt {
        --display-f-size: 31px;
    }
}
@media(max-height:640px){
    .very-long-txt{
        --display-f-size: 36px;
    }
}
@media(max-height:640px) and (max-width:991.98px){
    .very-long-txt{
        --display-f-size: 30px;
    }
}
@media(min-width:992px) and (min-height:790px){
	.sod-stage-item .display,
	.very-long-txt{
		--display-f-size:42px;
	}
}
@media(min-width:1600px) and (min-height:790px){
	.sod-stage-item .display,
	.very-long-txt{
		--display-f-size:48px;
	}
}
@media(min-width:1600px) and (min-height:900px){
	.sod-stage-item .display,
	.very-long-txt{
		--display-f-size:54px;
	}
}
.item-course .container .row{
    min-width:100%;
}


.sod-stage-container{
    max-height:100%;
}
.sod-stage-rail{
    max-height: calc(100vh - var(--header-height) - var(--admin-bar-height));
}
#sod-actor-01 .sod-stage-rail {
    max-height: calc(700vh - var(--header-height) - var(--admin-bar-height));
    width: 100%!important;
    flex-direction: column;
}
#sod-actor-01 .sod-stage-item {
    position: relative;
    height: calc(100vh);
    width: 100%;
}
.item-course .content-col>p.display{
    /* max-height: calc(100% - 2rem);
    overflow-y: auto; */
}

.item-course .inner-scroll-content figure {
    padding-bottom: calc(100vh - var(--admin-bar-height) - var(--header-height));
}

.flex-dircol-bottom{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.flex-dircol-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#s_cuts .vert-rail,
#s_maincourses .vert-rail{
	position:absolute;
	top:0;
	left:calc(100% / 12 * 7);
	z-index:200;
	width: calc(100% / 12* 5);
}
#s_cuts .vert-rail{
	left:0;
}

#s_cuts .vert-rail>div,
#s_maincourses .vert-rail>div{
	height:calc(100vh - var(--header-height) - var(--admin-bar-height));
	position:relative;
	background-color: var(--text);
    overflow: hidden;
}
#s_maincourses .vert-rail>div{
	height:calc(100vh - var(--admin-bar-height));
}
#s_cuts .sod-section{
	height:calc(7 * (100vh - var(--header-height) - var(--admin-bar-height)));
}
#s_maincourses .sod-section{
	/* height:calc(21 * (100vh - var(--header-height) - var(--admin-bar-height))); */
	height:calc(21 * (100vh - var(--admin-bar-height)));
}
#s_cuts .item-course .outer-scroll-content,
#s_maincourses .item-course .outer-scroll-content{
	display:none;
}
@media(min-width:1920px){
	#s_cuts .vert-rail{
		width: calc(100% / 12* 4);
	}
}
.sod-stage-nav a{
	transition: color .4s;
	transition-delay:.4s;
}
.sod-stage-nav .active{
	color:var(--primary)!important;
}

.rot-vid-absolute{
    background:black;
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.vert-rail figure{
	background:var(--text);
}
.vert-rail figure img{
	mix-blend-mode:screen;
}

/* .vert-rail figure:after, */
.vert-rail [data-type="vid"]:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: #47474757;
    background: #47474733;
}

.vert-rail{
	display:none;
}

.item-course .imgs-col{
	display:flex;
	flex-direction:column;
}
.item-course .imgs-col>video,
.item-course .imgs-col>figure{
	overflow:hidden;
	position:relative;
}

@media(min-width:768px){
	.item-course .imgs-col .rot-drag-stage,
	.item-course .imgs-col video,
	.item-course .imgs-col figure{
		display:none;
	}
	.vert-rail{
		display:block;
	}
	#s_maincourses .vert-rail{
		left:calc(100% / 12 * 7);
		width: calc(100% / 12 * 5);
	}
	.sod-stage-item p,
	.sod-stage-item .display{
		opacity:0;
		transition:opacity .8s;
	}
	.sod-stage-item.active p,
	.sod-stage-item.active .display{
		opacity:1;
	}
}
@media(min-width:1200px){
	#s_maincourses .vert-rail{
		left:calc(55%);
		width: calc(100% / 12 * 5);
	}
}
@media(min-width:1920px){
	#s_maincourses .vert-rail{
		width: calc(100% / 12 * 4);
	}
}
@media(min-width:1800px) and (max-height:1000px){
	#s_maincourses .vert-rail{
		width: calc(100% / 12 * 3);
	}
}
.item-course .imgs-col figure{
	position:relative;
}


/*SONDERLÖSUNG MOBILE*/
/*SONDERLÖSUNG MOBILE*/
/*SONDERLÖSUNG MOBILE*/
/*SONDERLÖSUNG MOBILE*/
/*SONDERLÖSUNG MOBILE*/
/*SONDERLÖSUNG MOBILE*/
@media(max-width:767.98px){
	/* :root body{
		--text:#0c0c0c!important;
	} */
	/* #masthead{
		background:var(--text)!important;
	} */
	#s_cuts:before,
	#s_maincourses.sod-section:before{
		content: '';
		display: block;
		position: sticky;
		border-top: none;
		height: 96px;
		background: var(--text);
		width: 100%;
		top: calc(var(--header-n-admin) - 2px);
		z-index: 1000;
	}
	#s_cuts:before{
		height: 122px;
		height: 0px;
	}

/* #masthead:after{
	content:'';
	bottom: 0;
	left:0;
	height: 100px;
	width:100%;
	display:block;
	position: absolute;
	background:var(--text)!important
} */

	ul.sod-stage-nav {
		top: .6rem;
		position: sticky;
		top: calc(1rem + var(--header-n-admin));
		/* top: calc(1rem + var(--header-height) + var(--admin-bar-height)); */
		z-index: 1001;
		margin-bottom: 80px;
	}
	#s_cuts,
	#s_cuts .sod-section,
	#s_maincourses,
	#s_maincourses .sod-section {
		height: auto!important;
		min-height:1px!important;
	}
	.sod-sticky-top.sod-xs-relative{
		position:relative!important;
		height:auto!important;
		top:0;
	}
	.sod-xs-relative .sod-stage-container{
		height:auto;
		max-height:none;
	}
	.sod-xs-relative .sod-stage-rail{
		/* width: 100%!important; */
		/* transform: translateX(0px)!important; */
		/* max-height: none!important; */
		/* flex-direction:column!important; */
	}
	#sod-actor-carousel.sod-xs-relative .sod-stage-rail{
		flex-direction:row!important;
		/* flex-wrap:wrap; */
		width:220%!important;
	}
	.sod-xs-relative .sod-stage-item{
		width: 100%!important;
		margin-bottom:0rem;
		height:auto!important;
	}
	#sod-actor-carousel.sod-xs-relative .sod-stage-item{
		width: 50%!important;
		/* width: 70%!important; */
		margin-bottom: 1rem;
	}
	#sod-actor-carousel figure.rot-img-relative {
		min-height: 250px!important;
	}
	#s_rafinesse{/*#sod-actor-carousel*/
		margin-top:30vh!important;
		--neg-top:40vh!important;
	}
	#s_rafinesse+section{/*#sod-actor-carousel*/
		margin-top:-70vh!important;
	}
	.sod-xs-relative .sod-stage-item:nth-child(odd){
		/* border-left: 2px solid white; */
	}
	/* .sod-stage-item .imgs-col>video:after,
	.sod-stage-item .imgs-col>figure:after{ */
	.sod-xs-relative .sod-stage-item .imgs-col:before,
	.sod-xs-relative .sod-stage-item .imgs-col:after{
		content:'';
		top:0;
		left:0;
		width:100%;
		height:100%;
		position:absolute;
		display:block;
		/* background: #47474782; */
	}

	.sod-xs-relative .sod-stage-item .imgs-col:before{
		/* background:black; */

	}
	.sod-xs-relative .sod-stage-item .imgs-col>.rot-vid-absolute{
		/* overflow:visible; */
		height:auto;
		position:relative;
	}
	.sod-xs-relative .sod-stage-item .imgs-col{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: var(--this-gap);
		--this-gap: 10px;
	}

	.sod-xs-relative .sod-stage-item .imgs-col>figure img{
		mix-blend-mode:screen;
	}
	.sod-xs-relative .sod-stage-item .imgs-col>figure{
		flex: 0 0 calc(50% - (var(--this-gap) / 2));
		max-width: calc(50% - (var(--this-gap) / 2));
		height: 0;
		padding-bottom: 320px;
		order:0;
		background:var(--text);
	}

	#s_cuts .sod-xs-relative .sod-stage-item .imgs-col>figure{
		flex: 0 0 calc(100% - (var(--this-gap) / 2));
		max-width: calc(100% - (var(--this-gap) / 2));
		height: 0;
		padding-bottom: 420px;
		order:0;
	}
	.sod-xs-relative .sod-stage-item .imgs-col>.video-wrap,
	.sod-xs-relative .sod-stage-item .imgs-col>video{
		order:0;
		/* overflow: visible; */
		height: auto;
		position: relative;
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.sod-xs-relative .sod-stage-item .imgs-col>.video-wrap{
		width:360px;
		height:0;
		padding-bottom:630px;
	}
	.sod-stage-item-c4 .rot-img-absolute img {

		object-position: center 80%;
	}

	/*weitere anpassungen nachträglich*/
	#s_first{
		max-height:130vh;
	}
	#s_first .centered-150vh{
		margin-top:40vh;
	}

	#sod-actor-01 .sod-stage-rail{
		transform:translateY(0)!important;
		max-height:780vh;
	}
	#s_cuts .section-h{
		margin-top:0;
	}
	#s_cuts .sod-xs-relative .sod-stage-rail {
		width: 100%!important;
		transform: translateX(0px)!important;
		max-height: none!important;
		flex-direction: column!important;
	}
	#s_cuts .sod-stage-nav{
		background: var(--text);
		top: calc(var(--header-n-admin));
	}
	.header-img2 {
		top: calc(var(--header-n-admin) + 7vh);
		margin-left: 20px;
		width: calc(40% - -20px);
		min-height: 40vh;
		height: 40vh;
	}



}
@media(max-width:499.98px){
	#s_maincourses.sod-section:before{
		height: 120px;
	}
}

.section-h{
	margin-top:15rem;
}

.sod-section .next-link-wrap{
	position: sticky;
    bottom: 2rem;
    z-index: 1002;
	pointer-events:none;
}
.sod-section .next-link-wrap a{
	pointer-events:all;
	position: relative;
	left:-10px;
}

.sod-section .next-link-wrap .arr{
	display: inline-block;
    transform: rotate(90deg);
    font-size: 2.4rem;
}
.sod-section .next-link-wrap .arr:before {
    content: 'überspringen';
    position: absolute;
    transform: rotate(-90deg) translate(4em, -2.1em);
    font-size: 1rem;
}

@media(min-width:768px){
	.sod-section .next-link-wrap {
		position: sticky;
		bottom: auto;
		z-index: 1002;
		top: calc(100vh - var(--header-n-admin) - 2rem);
	}
	.sod-section .next-link-wrap a {
		left: -10px;
		bottom: -70px;
	}
}
@media(min-width:768px){
	.sod-section .next-link-wrap {
		position: sticky;
		bottom: auto;
		z-index: 1002;
		top: calc(100vh - var(--header-n-admin) - 2rem);
	}
	.sod-section .next-link-wrap a {
		left: -10px;
		bottom: -70px;
	}
	#sod-actor-cuts{
		margin-top:-30rem;
	}
}
@media(min-width:1440px){
	.sod-section .next-link-wrap a {
		left: -80px;
		bottom: -20px;
	}
	.sod-section .next-link-wrap .arr:before {
		transform: translate(-7em, 0.7em);
	}

}




section.display-section-01 figure.bg-img {
	position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-blend-mode: screen;
    background-color: var(--text);
    max-width: var(--main-img-width);
    background-size: cover;
    background-position: 50% 100%;
	margin-top: 8rem;
}
@media(max-width:767.98px){
	section.display-section-01:not(#s_header) .theme-h {
		font-size:64px;
	}
}
section.display-section-01>.container,
section.display-section-01>.container .row{
	min-height: 100vh;
}
section.display-section-01 .theme-h {
    margin-top: 5rem;
    margin-left: 0;
    color: var(--primary);
    font-size: var(--h1-size);
}
section.display-section-01 .img2-col {
    max-width: 50%;
    margin-left: 50%;
    background: var(--text);
    /* mix-blend-mode: screen; */
}
section.display-section-01 .img2-col figure{
	min-height:500px;
}
section.display-section-01 .img2-col{
	display:none;
}
section.display-section-01 .img2-col img{
	mix-blend-mode: screen;
}
section.display-section-01 .content-col {
    position: absolute;
    bottom: 1rem;
    padding-right: 3.7rem;
}
section.display-section-01 .content-col .section-lead{
	margin-left:0;
	color: var(--primary);
}

.centered-150vh{
	margin-left: var(--container-margin);
    margin-top: 70vh;
    margin-bottom: 70vh;
}


.container.container-fluid{
	max-width:100%!important;
	padding-left:15px;
	padding-right:15px;
}
#s_rafinesse {
	--neg-top:-500px;
}
#s_rafinesse .section-content{
	margin-top:calc(0px - var(--neg-top));
	pointer-events: none;
}
#s_rafinesse .section-content .sod-actor{
	pointer-events:all;
}
#sod-actor-carousel{
	width: 100%;
    padding-top:  var(--neg-top);
    padding-bottom: 140px;
    position: relative;
}
#sod-actor-carousel figure.rot-img-relative img{
	mix-blend-mode: screen;
}
#sod-actor-carousel figure.rot-img-relative{
	min-height:420px;
    background: var(--text);
}

#sod-actor-carousel .sod-stage-rail{
	transition:transform 0s;
}
#sod-actor-carousel .sod-stage-item{
	padding:0 10px;
}
#rafinesse_h svg{
	width:60px;
	margin-bottom:.5rem;
}
.rafiness-h-wrap{
	margin-bottom:2rem;
}


#rafinesse_h .smaller-font .has-text-align-center {

}
.narrow-text{
	max-width: 320px;
    margin-left: auto;
    margin-right: auto;
	color: var(--grey-light);
}
body .my-special{
	margin-top:1.5rem;
	margin-bottom: 5rem;
}

@media(min-width:768px){
	section.display-section-01 .content-col {
		padding-right: 20%;
	}
	section.display-section-01,
	#third{
		margin-top:15rem!important;
	}
	section.display-section-01>.container,
	section.display-section-01>.container .row {
		min-height: 1000px;
	}
	section.display-section-01 .theme-h {
		margin-top: -15rem;
	}
	section.display-section-01 figure.bg-img {
		min-height:1px;
		margin-top: 0rem;
	}
	#s_rafinesse {
		--neg-top:300px;
		margin-top:20rem!important;
	}
	#s_rafinesse .sod-section{
		min-height:2000px!important;
	}
	#sod-actor-carousel {
		padding-bottom: 1200px;
	}
	#sod-actor-carousel figure.rot-img-relative {
		min-height: 540px;
	}
}

@media(min-width:992px){
	section.display-section-01 .theme-h {
		margin-top: 0rem;
	}
	section.display-section-01>.container, section.display-section-01>.container .row {
		min-height: 1152px;
	}
	section.display-section-01 figure.bg-img {
		margin-top: 20rem;
		height: calc(100% - 20rem);
		min-height:calc(100% - 20rem);
	}

	section.display-section-01 .img2-col figure {
		min-height: 500px;
		background: var(--text);
	}
	section.display-section-01 .img2-col {
		display:block;
		max-width: calc(30% - 2rem);
		margin-left: calc(70% + 2rem);
		/* background: var(--text); */
		/* mix-blend-mode: screen; */
		position: absolute;
		margin-top: 11rem;
	}
	ul.sod-stage-nav {
		margin-bottom: 320px;
	}
	#s_maincourses ul.sod-stage-nav {
		margin-bottom: 500px;
	}
}
@media(min-width:1200px){
	section.display-section-01{
		--content-margin-left:50%;
	}
	#sod-actor-carousel figure.rot-img-relative{
		min-height:720px;
		background: var(--text);
	}
	section.display-section-01 .content-col {
		bottom: -5rem;
	}
	section.display-section-01 .content-col .section-content,
	section.display-section-01 .content-col .section-lead {
		margin-left: calc(var(--content-margin-left) + 4rem);
	}
	section.display-section-01 .theme-h{
		margin-top: 6rem;
		margin-left: calc(var(--content-margin-left) + 4rem);
	}
	section.display-section-01 figure.bg-img {
		max-width: 50%;
	}
	section.display-section-01>.container{
		min-height: 1200px;
	}
	section.display-section-01 .content-col {
		padding-right: 15px;
		min-height: 25rem;
		position: relative;
		order: 3;
	}
	section.display-section-01 .section-lead p, .caption-content p {
		transform: rotate(0deg);
		font-size: 2.6rem;
		font-family:var(--serif);
	}
	section.display-section-01 .img2-col {
		display: block;
		position: relative;
		margin-top: 0rem;
		margin-left: calc(var(--content-margin-left) + 3rem);
		max-width: calc(var(--content-margin-left) - 3rem);
	}
	section.display-section-01 .img2-col figure {
		min-height: 800px;
		background: var(--text);
		width: 360px;
	}
	#s_rafinesse .sod-section{
		/* min-height:260vh!important; */
		min-height:2300px!important;
	}
	#s_rafinesse+section{
		margin-top:-500px!important;
	}
}
@media(min-width:1600px){
	#s_rafinesse {
		--neg-top:900px;
	}
	#s_rafinesse .sod-section{
		/* min-height:260vh!important; */
		min-height:3300px!important;
	}
	#s_rafinesse+section{
		margin-top:-500px!important;
	}
	section.display-section-01 figure.bg-img {
		max-width: 47%;
	}
	section.display-section-01{
		--content-margin-left:47%;
	}
}
@media(min-width:1860px){
	section.display-section-01{
		--content-margin-left:45%;
	}
	section.display-section-01 figure.bg-img {
		max-width: 40%;
	}
}
@media(min-width:2100px){
	section.display-section-01{
		--content-margin-left:40%;
	}
	section.display-section-01 figure.bg-img {
		max-width: 35%;
	}
}

section .contact-row{
	height: auto;
    min-height: 1px!important;
}

@media(max-width:1199.98px){
	#s_gourmet, #third{
		margin-top:15rem!important;
	}


	section.display-section-01 figure.bg-img {
		height: calc(100% - 8rem);
	}
	section.display-section-01 .theme-h {
		margin-top: 0rem;
		transform:translateY(-100%);
	}
	section.display-section-01 figure.bg-img{
		min-height:1px;
	}

	#s_gourmet {
		margin-bottom:27rem;
	}
	#s_gourmet .content-col .section-lead{
		display:flex;
		justify-content:flex-end;
	}
	#s_gourmet .content-col .section-lead p{
		max-width:27rem;
	}
	#s_gourmet .content-col .section-content {
		position: absolute!important;
		margin-top: 6rem;
		width: auto;
		max-width: var(--container-width-vw);
		color:var(--grey-light);
	}
}
@media(min-width:768px){
	section.display-section-01 figure.bg-img {
		height: calc(100% - 2rem);
	}
}
@media(min-width:992px){
	section.display-section-01 figure.bg-img {
		height: calc(100% - 20rem);
	}
	section#s_gourmet{
		margin-bottom:27rem!important;
	}
}
@media(min-width:1200px){
	section#s_gourmet{
		margin-bottom:7rem!important;
	}
}
.contact-col a{
	color:var(--primary);
}
.contact-col a:hover{
	color:var(--white);
}

.page-template-default a{
	color:var(--primary);
}
.page-template-default #masthead{
	background-color:var(--text)!important;
}
.page-template-default .entry-content>.container{
	padding-right:2rem;
	padding-bottom: 2.5rem;
}
.page-template-default h1.theme-h {
    max-width: calc(100% - 2rem)!important;
    margin-left: 0;
    top: 0;
    position: relative;
    font-size: 3.2em;
    z-index: 100;
    line-height: 0.9;
    color: var(--primary);
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

#c5 img,
#c6 img,
#c7 img{
	mix-blend-mode:normal;
	/* mix-blend-mode: screen; */
    /* filter: saturate(1.3); */
}



.rot-drag-stage{
	overflow: hidden;
    height: 440px;
	background:var(--text);
}
@media(min-width:768px){
	.rot-drag-stage {
		background:transparent;
		pointer-events:none;
	}
	.rot-drag-stage .slide-right,
	.rot-drag-stage .slide-left,
	.rot-drag-stage .rot-drag-x {
		display:none!important;
	}
}
.rot-drag-stage .rot-drag-x {
    position: absolute;
    width: 170%;
    height: 100%;
    display: flex;
    gap: 10px;
    mix-blend-mode: screen;
	transition:margin 1s;
}
.rot-drag-stage .rot-drag-x>video,
.rot-drag-stage .rot-drag-x>div,
.rot-drag-stage .rot-drag-x>figure{
	flex: 0 1 auto;
	display:block;
	position:relative;
	pointer-events:none;
}
.rot-drag-stage .slide-right,
.rot-drag-stage .slide-left{
	z-index: 10;
	background: var(--primary);
	position: absolute;
	width: 30px;
	height: 30px;
	right:15px;
	text-align: center;
	line-height: 1.8;
	color: var(--text);
	cursor: pointer;
}
.rot-drag-stage .slide-right{
	transform:rotate(180deg);
	left:15px;
	/* right:15px; */
}

@media(max-width:767.98px){
	.rot-drag-stage {
		height: calc(100vw / 9 * 16 / 2.1);
	}
}


#s_cuts .section-content p{
	color:var(--primary-dark);
}


/*MENU CONTACT*/
/*MENU CONTACT*/
/*MENU CONTACT*/
/*MENU CONTACT*/
/*MENU CONTACT*/
.menu-contact-wrap{
    font-family:var(--sans);
    font-size:.85rem;
}
.menu-contact-wrap .logo-col{
    margin-bottom:2rem;
}
.menu-contact-wrap .rot-svg{
    margin-left: auto;
    margin-right: auto;
    width: 130px;
}
.menu-contact-wrap .rot-svg path{
    fill:var(--secondary)!important;
}
.menu-contact-wrap .rot-svg path{
    fill:var(--secondary)!important;
}
.menu-contact-wrap .social-wrap .social-bar{
    display:inline-block;

}
.menu-contact-wrap .social-wrap a{
    background:none;
    font-size:inherit;
    /* font-weight:inherit; */
    color: inherit;
    padding: 2px 12px 0;
    font-weight: 600;
}
.menu-contact-wrap .social-wrap a:hover{
    font-weight:600;
}

.menu-contact-p{
    padding-bottom:1.5rem;
}
.menu-contact-link{
    display:none;
}
.menu-contact-wrap .container{
    max-width:var(--container-width)!important;
    margin-left:auto;
    margin-right:auto;
    display:block!important;
}
#masthead .menu-contact-wrap .container,
#masthead .menu-contact-wrap .container .row{
    height:auto;
    width:100%;
}
@media(min-width:992px){
    .menu-contact-wrap .container{
        max-width:calc(100%)!important;
    }

}
@media(min-width:1200px){
    .menu-contact-wrap .social-col{
        display: flex;
        align-items: flex-end;
    }

    .menu-contact-wrap .container{
        max-width:calc(100%)!important;
    }
    .menu-contact-wrap .rot-svg {
        margin-left: 25px;
        margin-right: auto;
        width: 200px;
    }
    .menu-contact-wrap .social-wrap {
        position: absolute;
        right: 00%;
        width: calc(100vh - var(--admin-bar-height) - var(--header-height) - 3rem);
        display: flex;
        justify-content: space-between;
        /* left: 0; */
        transform: rotate(270deg) translateX(100%);
        transform-origin: right bottom;
    }


}
#masthead .contact-bar {
    width: 3rem;
    height: 21rem;
    margin-right: 0.5rem;
    top: auto;
    bottom: 15rem;
    height: 0;
    padding: 0;
}
#masthead .contact-bar .social-bar {
    display: flex;
    flex-direction: column;
    max-width: 2rem;
    font-size: 1rem;
    height: 8rem;
    position: relative;
    max-height: none;
    min-height: 4rem;
    margin-top: 1.5rem;
    gap:1rem;
}
#masthead .contact-bar .order-here a:hover{
    color:var(--primary);
}
#masthead .contact-bar .order-here {
    display: block;
    transform: rotate(-90deg);
    transform-origin: left top;
    margin-left: 4px;
    margin-top: -8px;
    position: absolute;
    width: 20rem;
    font-size: 1rem;
    color: var(--primary-dark);

}
#masthead .contact-bar .order-here a{
    font-size:inherit;
}

@media(max-width:1199.98px){
    #masthead .contact-bar {
        opacity: 0;
        pointer-events: none;
    }
    #masthead.nav-showing .contact-bar {
        opacity: 1;
        pointer-events: all;
        z-index: 200;
    }
}
@media(max-width:767.98px){
    #masthead .contact-bar {
        width: 1.3rem;
        pointer-events: none;
        opacity: 0;
        bottom: 16rem;
    }
    #masthead.nav-showing .contact-bar {
        opacity: 1;
        pointer-events: all;
        z-index: 200;
    }
    #masthead .contact-bar .social-bar{
        display:none;
    }
    #masthead .contact-bar .order-here {
        color:var(--secondary);
    }
	.toggler-wrap {
		margin-top: 8px;
	}

}
@media(max-width:1px){
    #masthead .contact-bar{
        /* transform: rotate(0); */
        left: 0;
        width: 100%;
        bottom: 0;
        height: 68px;
        padding: 10px!important;
        background: var(--text);
    }
    #masthead .contact-bar .social-bar{
        max-width: 3em;
        flex-direction: row;
    }
    #masthead .contact-bar .order-here {
        transform: rotate(0);
        margin-top: 10px;
        position: relative;
    }
}
@media(min-width:1400px){
    #masthead .contact-bar .order-here {
        font-size: 1rem;
    }
}

@media(min-width:768px){
    #site-footer .top-footer .col-md-8{
        display:flex;
        justify-content: end;
        align-items:flex-end;
    }
    #site-footer .top-footer .col-md-8 .rot_menu{
        margin-bottom:0;
    }
}

