

.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;
}
/* header#masthead.nav-showing {
    background-color: var(--primary);
} */
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-default #main article.page{
    padding-bottom: 3rem;
    margin-bottom:0;
}
.page-template-default #content{
    padding-bottom:0rem;
}
.page-template-page-standard p, .page-template-page-standard ul li {
    margin-bottom: 1rem;
    font-weight: 300;
}
.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 ul li{
		/* border:2px solid var(--text); */
        color: inherit;
	}

    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;
    z-index: 0;

}
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 path{
	fill:white;
}
@media(min-width:768px){
	.second-logo-container .site-logo{
		width:20rem;
	}
}
#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 1.5rem;
    border-radius:18px;
    overflow:hidden;
    position:relative;
}
.inner>div,
.inner>p,
.inner>h2,
.inner>h3{
    position:relative;
    z-index:1;
}
@media(min-width:768px){

}
@media(min-width:992px){
    .inner {
        background: white;
        padding: 2rem 3rem;
    }
}

@media(min-width:1440px){
    .split-hc .section-h{
        max-width: 9.8em;
    }
    .inner{
        padding: 3rem 6rem;
    }
	.wartung-wrap .inner{
		padding: 2rem;
	}
}

@media(min-width:1820px){
    .wartung-wrap .inner {
		padding: 2.3rem 3rem;
	}
    .inner{
        padding: 3rem 9rem;
    }
}

.inner.bg-primary-light .rot-svg-relative{
    position:absolute;
    top: 0;
    z-index:0;;
}
.inner.bg-primary-light svg polygon{
    fill:var(--primary)!important;
}


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: 40%;
    margin: 0 auto 2.3rem auto;
}
.footer-logo svg {
    width: 100%;
    height: auto;
}

.footer-right>.f-inner{
    flex: 1 0 100%;
}

@media(min-width:992px){
    .footer-right>.f-inner{
        margin-bottom: 0rem;
    }
}



body .btn.rkp-btn{
    z-index: 3;
    position: relative;
    font-family: var(--serif);
    color: var(--text)!important;
    font-style: italic;
    border: none;
    padding: 0;
    margin-top: 0.6rem;
    font-size: 1.7em;
    text-decoration: underline;
    transition:all 1s;
}
body .btn.rkp-btn:hover {
    transform: skew(-20deg) translateX(1px);
    background: transparent;
    color: inherit;
}
body .wartungs-alert li{
    font-size:1.34rem;
    font-weight:300;
    margin-bottom:.1em!important;
}
body .wartungs-alert li:last-child{
    margin-bottom:0!important;
}
.cta-wrap p{
    font-size:1.1em;
    font-weight: 400;
}

body .owl-theme .owl-dots .owl-dot span {
    border-radius: 4px;
}



/* POMMESMEISTER*/
/* POMMESMEISTER*/
/* POMMESMEISTER*/
body section.box-shadow-yellow figure img {
    border-radius: var(--card-border-radius);
    box-shadow: 4px 4px 0px 0px var(--secondary);
}
body section.box-shadow-yellow figure {
    padding-bottom: 55%;
}

body section#events {
    overflow-x: hidden;
}
body section#events .rot-cpt-content {
    display: flex; 
    flex-direction: column;
    gap: 0.15rem;
}

@media (max-width: 767px) {
    body section#events .rot-cpt-title,
    body section#events .event-date {
        border-radius: 12px !important;
    }
}

@media (min-width: 1200px) {
    body section#events .rot-cpt-content {
        display: flex; 
        flex-direction: row;
        gap: 1.5rem;
    }
}
body section#events .rot-cpt-content .event-date {
    background-color: var(--tertiary);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--standard-box-shadow);
    border-radius: var(--card-border-radius);
    color: var(--white);
    font-family: var(--serif);
    text-align: center;
    flex-basis: 30%;
    font-size: var(--large-p-size);
    padding: 1rem 3rem;
}

@media (min-width: 768px) {
    body section#events .rot-cpt-content .event-date {
        padding: 1rem 0;
    }
}
@media (min-width: 1200px) {
    body section#events .rot-cpt-content .event-date {
        padding: 0 3rem;
    }
}
@media (min-width: 1600px) {
    body section#events .rot-cpt-content .event-date {
        flex-basis: 19%;
    }
}
body section#events .rot-cpt-title {
    font-size: var(--h4-size);
    color: var(--tertiary);
    text-align: center;
    width: 100%;
    background-color: var(--secondary);
    border-radius: var(--card-border-radius);
    box-shadow: var(--standard-box-shadow);
    padding: 2.9rem !important;
}
body section#events .rot-cpt-item .rot-cpt-item-inner {
    padding: 0.35rem 0;
}
body section#events .rot-cpt-head {
    display: none;
}
body section#events ul.address {
    list-style: none;
    padding: 0;
    margin: 0;
}
body section#events ul.address li {
    font-family: var(--sans);
    color: var(--text);
    margin: 0;
}


body section#events h2 {
    transform: rotate(-3.75deg);
    text-align: center;
    text-shadow:var(--text-shadow);
    position: relative;
    padding-top: 3rem;
    hyphens: auto;
}
body section#events h2::before {
    content: "";
    display: block;
    position: absolute; 
    width: 45px;
    height: 42px;
    background-image: url("svg/stars.svg");
    background-size: contain;
    top: 2rem;
    right: 2rem;
}
@media (min-width: 360px) {
    body section#events h2::before {
        top: 2rem;
        right: 4rem;
    }
}
@media (min-width: 768px) {
    body section#events h2::before {
        top: 0;
        right: 0;
    }
}
body section#events h2::after {
    content: "";
    display: block;
    position: relative;
    width: 580px;
    aspect-ratio: 1.1/1;
    max-width: 100%;
    background-image: url("svg/anhaenger.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(3.75deg);
    margin-top: 2rem;
}
@media (min-width: 768px) {
    body section#events h2::before {
        width: 90px;
        height: 85px;
    }
}

@media (min-width: 1200px) {
    body section#events h2::after {
       position: absolute;
       right: -100%;
       top: 0;
       transform: translateX(-43%)
    }
}

body section#events .section-content * {
    font-family: var(--serif);
    text-align: center;
    color: var(--white);
    line-height: 1.6667 !important;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}


/* SNACKS */
/* SNACKS */
/* SNACKS */
body section#snacks h2 {
    text-align: left;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-direction: column-reverse;
    padding: 0 3.2rem;
}
    body section#snacks {
        margin-top: 9rem !important;
    }

@media (min-width: 768px) {
    body section#snacks {
        margin-top: 6rem !important;
    }
}
body section#snacks h2::after {
    content: "";
    width: 60px;
    height: 80px;
    display: block;
    position: absolute;
    background-image: url("svg/flame.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 36%;
    right: 10%;
}
body section#snacks .container {
    background-color: var(--tertiary);
    border-radius: var(--card-border-radius);
    padding: 3rem 0 1.5rem 0;
    box-shadow: var(--standard-box-shadow);
    position: relative;
    overflow: visible; 
}

body section#snacks .container::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 26%;
    background-image: url("svg/pommes-bg.svg");
    z-index: -1;
    top:0%; 
    transform: translateY(-100%);
    width: calc(100% - 6rem);
    left: 3rem;
}
@media (min-width: 768px) {
    body section#snacks .container::before {
        height: 20%;
    }
} 

@media (min-width: 992px) {
    body section#snacks .container::before {
        height: 60%;
    }
}  

@media (min-width: 1200px) {
    body section#snacks h2 {
        text-align: center;
        padding: 0;
    }
    body section#snacks h2::after {
        position: relative;
        top: auto;
        right: auto;
    }
    body section#snacks h2::after {
        content: "";
        width: 120px;
        height: 160px;
    }
    body section#snacks h2 {
        text-align: center;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: end;
        gap: 4rem;
        flex-direction: row;
    }
    body section#snacks .container {
        padding: 6rem 0 1.5rem 0;
    }
}

body section#snacks .rot-cpt-title.h3 {
    font-family: var(--sans2);
    font-size: var(--cpt-title-size);
    text-align: center;
    margin-top: 0 !important;
    background: var(--secondary);
    border-radius: 0 0 var(--card-border-radius) var(--card-border-radius);
    padding: 1.25rem !important;
    box-shadow: 4px 4px 0px 0px rgba(29, 30, 27, 1);
    position: relative;
    top: -5px;
}

body section#snacks figure.rot-cpt-thumb {
    border-radius: var(--card-border-radius) var(--card-border-radius) 0 0;
    box-shadow: 4px 0px 0px 0px rgba(29, 30, 27, 1);
    padding-bottom: 350px;
}
@media (min-width: 1600px) {
    body section#snacks figure.rot-cpt-thumb {
        padding-bottom: 520px;
    }
}

body section#snacks .rot-cpt-head {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body section#snacks .owl-nav {
    display: none;
}

body section .rot-cpt-owl .rot-cpt-items .owl-dots button span {
    background: transparent !important;
    background-image: url("svg/slider-dot.svg") !important;
    background-size: contain !important; 
    background-repeat: no-repeat !important;
    width: 35px;
    height: 28px;
}

body section .rot-cpt-owl .rot-cpt-items .owl-dots button.active span {
    background-image: url("svg/slider-dot-active.svg") !important;
}
body section#snacks .rot-cpt-item-inner {
    padding-bottom: 0;
}

/* WERTE*/
/* WERTE*/
/* WERTE*/
body section#werte {
    z-index: 1;
}
@media (max-width: 767px) {
    body section#werte {
        margin-top: -2rem !important;
    }
}
body section#werte .rot-cpt-content .rot-cpt-title.h3 {
     font-size: 48px !important;
     font-family: var(--sans2);
     color: var(--text);
     text-shadow: none;
}
body section#werte * {
    text-align: center;
}
@media (min-width: 768px) {
    body section#werte .owl-stage {
        display: flex;
    }
  
}

body section#werte .rot-cpt-item-inner {
    background: var(--white);
    border-radius: var(--card-border-radius);
    box-shadow: var(--standard-box-shadow);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
body section#werte .owl-item:nth-of-type(even) .rot-cpt-item-inner {
    flex-direction: column-reverse;
}
body section#werte .owl-item:nth-of-type(even) .rot-cpt-item-inner .rot-cpt-thumb {
    margin-top: 1rem;;
}

body section#werte .owl-item:nth-of-type(odd) .rot-cpt-thumb {
    position: relative;
    top: -6rem;
}
@media (max-width: 767px) {
    body section#werte .owl-item:nth-of-type(odd) .rot-cpt-thumb {
      margin-bottom: -2rem;
    }
}
body section#werte .owl-item:nth-of-type(odd) .rot-cpt-content {
    margin-top: -4rem;
}

body section#werte .rot-cpt-item-inner {
    padding: 2rem;
}

body section#werte .rot-cpt-item:nth-of-type(odd) {
    margin: 5rem 0 0rem 0;
}
@media (max-width: 767px) {
    body section#werte .rot-cpt-item {
        margin-bottom: 0.25rem !important;
    }
}
@media (min-width: 768px) {
    body section#werte .rot-cpt-item-wert {
        padding: 4rem 1rem 1rem 1rem;
    }
    body section#werte .rot-cpt-item:nth-of-type(odd) {
        margin: 0;
    }
}

@media (min-width: 1800px) {
    body section#werte .rot-cpt-item-wert {
        padding: 3rem 0rem 1rem 0rem;
    }
    body section#werte .rot-cpt-item-inner {
        padding: 3rem;
    }
}

body section#werte .rot-cpt-item-inner p {
    font-size: var(--small-p-size);
}

body section#werte .rot-cpt-item-inner figure.rot-cpt-thumb img {
    object-fit: contain;
}



/* INTRO SECTION */
/* INTRO SECTION */
/* INTRO SECTION */
body section#intro img {
    border-radius: 24px ;
}
body section#intro .split-content-col {
    padding: 1.5rem !important;
    background-color: var(--white);
    border-radius: 0 0 24px 24px;
    max-width: calc(100% - 30px);
    margin-left: 15px;
}

body section#intro figure.rot-img-absolute {
    padding-bottom: 100%;
    background-color: var(--white);
    border-radius: 24px 24px 0 0;
}
@media (min-width: 768px) {
    body section#intro .split-content-col {
        padding: 3rem !important;
        margin-left: 0;
    }
}
body section#intro .container {
    box-shadow: var(--standard-box-shadow);
    border-radius: var(--card-border-radius);
}
body section#intro .split-img-col {
    margin-right: -15px;
}
@media (min-width: 768px) {
    body section#intro img {
        border-radius: var(--card-border-radius);
    }
    body section#intro figure.rot-img-absolute {
        padding-bottom: 280px;
        border-radius: 24px;
    }
    body section#intro .split-img-col figure.bg-img {
        width: 100%; 
        z-index: 10;
    }
    body section#intro .split-content-col {
        padding: 3rem;
        background-color: var(--white);
        border-radius: 0 24px 24px 0;
        padding: 3rem !important;
    }
}

@media (min-width: 1200px) {
    body section#intro .split-content-col {
        padding: 4rem !important;
    }
}
@media (min-width: 1600px) {
    body section#intro .split-content-col {
        padding: 7rem !important;
    }
}


/* POMMES BG*/
/* POMMES BG*/
/* POMMES BG*/
body section.pommes-bottom .container {
    margin-bottom: 12rem;
}

body section.pommes-bottom .container::after {
    content: "";
    display: block;
    height: 12rem;
    width: calc(100% - 3rem);
    position: absolute;
    bottom: 0;
    left: 50%;
    background-image: url("svg/pommes-bg.svg");
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: 90%;
    transform: translate(-50%, 101.7%);
    z-index: -100;
}

@media (min-width: 768px) {
    body section.pommes-bottom .container {
        margin-bottom: 15rem;
    }
     body section.pommes-bottom .container::after {
        padding-bottom: 15rem !important;
        background-size: auto;
    } 
}


/* MARQUEE SECTION*/
/* MARQUEE SECTION*/
/* MARQUEE SECTION*/

body section#marquee .container {
    max-width: 100%;
}
body section#marquee  .rot-cpt-title {
    font-size: 48px;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
body section#marquee .rot-item:nth-child(odd) .rot-cpt-title {
    color: var(--tertiary);
}
body section#marquee .rot-item:nth-child(even) .rot-cpt-title {
    color: var(--secondary);
}
body section#marquee .row.even .rot-item:nth-child(odd) .rot-cpt-title {
    color: var(--secondary);
}
body section#marquee .row.even .rot-item:nth-child(even) .rot-cpt-title {
    color: var(--tertiary);
}
body section#marquee .rot-cpt-title {
    font-family: var(--sans2);
    text-shadow: var(--text-shadow);
}

body section#marquee .rot-cpt-items {
    display:flex;
    flex-wrap: nowrap;
}

body section#marquee .rot-cpt-item-inner {
    display:flex;
    align-items: center;
    gap: 2rem;
}

body section#marquee .rot-cpt-item-inner .rot-post-head {
    width: calc(50% - 2rem);
}

body section#marquee .rot-cpt-item-inner figure.rot-cpt-thumb {
    padding-bottom: 120px;
}
@media (min-width: 768px) {
    body section#marquee .rot-cpt-item-inner {
        gap: 2rem;
    }
    body section#marquee .rot-cpt-item-inner figure.rot-cpt-thumb {
        padding-bottom: 140px;
    }
}
@media (min-width: 992px) {
    body section#marquee .rot-cpt-item-inner {
        gap: 2rem;
    }
}
@media (min-width: 1200px) {
    body section#marquee .rot-cpt-item-inner {
        gap: 3rem;
    }
    body section#marquee  .rot-cpt-title {
        font-size: 72px;
    }
    body section#marquee .rot-cpt-item-inner figure.rot-cpt-thumb {
        padding-bottom: 180px;
    }
}
@media (min-width: 1600px) {
    body section#marquee .rot-cpt-item-inner {
        gap: 4rem;
    }
    body section#marquee  .rot-cpt-title {
        font-size: 100px;
    }
    body section#marquee .rot-cpt-item-inner .rot-post-head {
        width: calc(50% - 8rem);
    }
    body section#marquee .rot-cpt-item-inner figure.rot-cpt-thumb {
        padding-bottom: 240px;
    }
}
@media (min-width: 1820px) {
    body section#marquee .rot-cpt-item-inner {
        gap: 4rem;
    }
    body section#marquee  .rot-cpt-title {
        font-size: 120px;
    }
    body section#marquee .rot-cpt-item-inner figure.rot-cpt-thumb {
        padding-bottom: 280px;
    }
}



/* VIDEO FOR CONTENT SECTIONS */
/* VIDEO FOR CONTENT SECTIONS */
/* VIDEO FOR CONTENT SECTIONS */
body section .video-wrapper {
    height: 100%;
    border-radius:24px 24px 0 0px;
    background: var(--white);
    position: relative;
    z-index: 1;
}
body section .video-wrapper video {
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}
body section .split-img-col figure.rot-img-relative {
    height: 100%;
    border-radius: 24px 24px 0 0;
    background-color: var(--white);
}
 @media (min-width: 768px) {
    body section .video-wrapper {
        border-radius:24px 0px 0 24px;
    }
    body section .split-img-col figure.rot-img-relative {
        border-radius: 24px 0px 0 24px;
    }
} 
body.has-pommes-bg{
    position:relative;
    background-color:var(--primary)!important;
}
body.has-pommes-bg #content.site-content,
body.has-pommes-bg #masthead,
body.has-pommes-bg #page,
body.has-pommes-bg .rot-section{
    background:transparent;
}

body.has-pommes-bg .pommes-bg-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: -10%;
    overflow: hidden;
}
#pommes_bg{
    position: fixed;
    width: 112%;
    height: 125%;
    background-image: url(pommesmeister-outline_and_filled.svg);
    transform: rotate(-2.2deg);
    background-size: 170%;
    background-position: -7% 0;
}

@media (min-width: 768px) {
    #pommes_bg{
        background-size: 90%;
        background-position: left 0%;
    }
}

@media (min-width: 1600px) {
    #pommes_bg{
        background-size: 100%;
        background-position: center 0%;
    }
}
@media (min-width: 1900px) {
    #pommes_bg{
        background-size: 89%;
        background-position: left 0%;
    }
}

.cover-pommes-bg{
    position: absolute;
    top: 0;
    width: 100%;
    background: var(--primary);
}

.animated-rows{
    overflow:hidden;
    max-width:100%;
}
.animated-rows .row{
    max-width:none!important;
}
.animated-rows article{
    flex:0 0 auto;
    max-width:auto;
}