

.maintenance-content {
    color:var(--text);
    font-size: 22px;
    text-align: center;
}
.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>figure.rot-img-relative {
    position:absolute;
    bottom: 0;
    right: 0;
    left: auto;
}

.maintenance-content>.container>.row{
	z-index:1000;
}

.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:var(--text)!important;
    text-decoration: underline;
}

@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:.2rem;
}


header#masthead{
    border:none;
}

/* body.scrolled header#masthead:after {
    height: 80px;
    opacity: .5;
} */
body .navbar-toggler {
    padding: .25rem 0 .25rem  .75rem;
    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;
}

body #masthead .navbar {
    align-items: flex-end;
}
.navbar-toggler-icon .center-bar, .navbar-toggler-icon:after, .navbar-toggler-icon:before {
    height: 2px;
}
.logo-wrap {
    width: var(--logo-width);
    margin-top: 0rem;
    z-index: 4;
    position: relative;
    left: 0px;
    height: 100%;
    padding: 0.8rem 0 0.3rem;
}
.is_maintenance .logo-wrap{
	left: calc(0px - var(--container-margin) + 15px);
	top: calc(20px + var(--admin-bar-height));
	width: 400px;
	height: 112px;
    max-width:100%;
}



.logo-wrap polygon.fill-rkp,
.logo-wrap rect.fill-rkp,
.logo-wrap path.fill-rkp{
    fill:white;
}
/* body #masthead .navbar-toggler {
    margin-bottom: 0.4rem;
} */

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(min-width:576px){

}
@media(min-width:768px){

}

@media(max-width:767.98px){
    .navbar-extra-links{
        right:0;
        padding:0;
    }
}

@media(min-width:768px) and (max-width:1199px){
    body .navbar-toggler {
        padding: .25rem 1rem .05rem  .75rem;
    }
}
@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;
} */
@media(min-width:992px){


}

/*KLAMPFL*/
/* body #site-footer a.social-link {
        font-size: 1.5rem;
        transition: color .4s;
        padding: 0em;
        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 .h4{
	margin-bottom:.2em;
}
.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: 1200pxpx){
    body #masthead .navbar-collapse {
		position: absolute;
		top: auto;
        bottom:0;
		transform:translateY(100%);
	}
    body #masthead .navbar-collapse ul li{
		/* border:2px solid var(--text); */
        color: inherit;
	}
    body #masthead .navbar-collapse>ul{
        /* background:#00000091; */
        /* background:var(--text); */
    }
    body #masthead .navbar-collapse.centered.fullwidth>ul{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    @media (min-width: 1200px) {
        body #masthead .navbar-collapse.centered.fullwidth>ul {
            position: relative;
            right: 15rem;
            gap: 20px;
        }
    }
    @media (min-width: 1800px) {
        body #masthead .navbar-collapse.centered.fullwidth>ul {
            gap: 40px;
        }
    }

    body #masthead .navbar-collapse.centered.fullwidth>ul>li{
        /* flex-grow:1; */
    }
    #primary-menu-footer .nav-item a.nav-link,
	#primary-menu .nav-item a.nav-link {
		text-align: left;
        justify-content: flex-end;
        padding-right: 8px !important;
        width: 100%;
		min-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;
    }
}
@media(min-width:1600px){
	#primary-menu-footer .nav-item a.nav-link,
	#primary-menu .nav-item a.nav-link {
		min-width:50%;
	}
}

/*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>.container{
    position:relative;
}



/*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;
}

.rot-modals {
    z-index: 20000;
    position: fixed;
    top: calc(var(--admin-bar-height) + var(--header-height));
}

.rot-modal {
    display:none;
    transition: 0.5s all;
}

.modal-bg.active {
    background: rgba(0, 0, 0, 0.23);
    position: fixed;
    width: 100%;
    height: 100%;

}
.modal-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.rot-modal.showing {
    width: 100vw;
    background: #000000b8;
    height: calc(100vh - var(--admin-bar-height) - var(--header-height));
}


 .modal-inner {
    position: relative;
    background: white;
    /* padding: 0.6rem 0.5rem; */
    padding: 1rem;
    width: 540px;
    max-width: calc(100% - 30px);
    max-height: 500px;
    overflow-y: auto;
}
.modal-inner .close-it {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}


/*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;
}



/*FOOTER*/
#site-footer {
    position: relative;
    z-index: 0;
    bottom: 0;
    width: 100%;
    /* margin-top: 1rem; */
}
#site-footer .footer-widgets {
    background-color: var(--primary);
    padding: 3rem 0;
}
#site-footer .footer-widgets .row {
    align-items: end;
}
#site-footer .footer-widgets p {
    margin-bottom: 0;
}
#site-footer .footer-widgets * {
    color: var(--text);
}

body #site-footer a.social-link {
    color: var(--white);
    transition: color .4s;
    padding: 6px;
    margin: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	font-size: 1.5em;
}

body #site-footer .right {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}
body #site-footer a.social-link:hover i{
	color:var(--primary);
}

body #site-footer .footer-social {
    margin-bottom: 2rem;
}

body #site-footer .bottom-footer-logos {
    background-color: var(--primary);
    padding: 6em 0;
}

body #site-footer .bottom-footer-logos *{
    color: var(--white);
}



@media (min-width: 768px) {
    body #site-footer .privacy-wrapper {
        display: flex;
        justify-content: space-between;
    }
}

#content.site-content{
    z-index:2;
    /* margin-bottom:20rem; */
}

#site-footer .footer-widgets .footer-nav {
    list-style-type: none;
    padding: 0;
}

#site-footer .footer-widgets .footer-nav a .nav-item-title {
    font-size: var(--h3-size);
}

#site-footer .footer-widgets h3 {
   margin-top: 0.5em;
}

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){

}





.nav-link>i{
    display:none!important;
}
.depth_0>li.m-heading>.nav-link{
    font-size: 1rem!important;
    font-weight: 500;
    text-transform: none;
    width:50%;
    max-width:50%;

}
body .depth_0>li.m-heading{
    margin-bottom:1.2rem;
}


/*SEARCH RESULTS PAGE*/
/*SEARCH RESULTS PAGE*/
/*SEARCH RESULTS PAGE*/
/*SEARCH RESULTS PAGE*/
/*SEARCH RESULTS PAGE*/

body.search .h-h-wrap {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
    margin-bottom: 3.5rem;
    max-height: 150px;
}
body.search .h-h-wrap>h1{
    margin-bottom:1.7rem!important;
}
body.search .rkp-h-caption .header-caption{
    --header-caption-offset-top:15rem;
    margin-top:10rem;
}
body.search .h-h-wrap>*{
    width:100%;
    color:var(--grey-lightest);
}
body.search section#s_header .theme-h {
    max-width: calc(100% - 50px);
    position: relative;
}
body.search section#s_header h2, body.search section#s_header .theme-h {
    /* margin-left: 2rem; */
    max-width: calc(100% - 4rem);
}
@media(min-width:576px){
    body.search .rkp-h-caption .header-caption{
        margin-top:12rem;
    }
}
@media(min-width:768px){
    body.search .rkp-h-caption .header-caption{
        margin-top:14rem;
    }
    body.search section#s_header h2, body.search section#s_header .theme-h {
        margin-left: 2rem;
        /* max-width: calc(100% - 4rem); */
    }
}
@media(min-width:992px){
    body.search .rkp-h-caption .header-caption{
        margin-top:0rem;
        display: flex;
        align-items: flex-end;
    }
    body.search .h-h-wrap {
        margin-bottom: 7.5rem;
    }
}
.search-h{
    hyphens:auto;
}
#content{
    box-shadow: 2px 2px 30px #0000000a;
}


/*POST LISTING*/
/*POST LISTING*/
/*POST LISTING*/
article.list-style-split:not(.rot-item-team) .rot-cpt-head{
	position: absolute;
	width:3px;
	max-width:3px;
	padding-right:3px;
	margin-top:9px;
	height:200px;
	opacity:1;
	transform: translateX(-100%);
	position: absolute;
	display: block;
	background: var(--primary);
	transition:height .4s, width .4s, opacity .4s, max-width .4s;
}
article.list-style-split:not(.rot-item-team) .rot-cpt-head figure{
	height:100%;
}

article.list-style-split:not(.rot-item-team) .rot-cpt-item-inner {
    background: var(--grey-lightest);
    position: relative;
    padding-top: 0.3rem;
    /* border-left: 3px solid var(--primary); */
}

article.list-style-split:not(.rot-item-team):hover .rot-cpt-head {
    width: 200px;
	height: 200px;
	max-width:200px;
	opacity:1;
}
article.list-style-split:not(.rot-item-team):hover .rot-cpt-head figure {
	filter:grayscale(0)!important;
	height:100%;
}
article.list-style-split:not(.rot-item-team) .rot-cpt-item-inner {
	transition:transform .6s, box-shdow .4s;
}
article.list-style-split:not(.rot-item-team):hover .rot-cpt-item-inner {
    box-shadow: 2px 2px 10px #0000002e;
    transform: scale(1.06);
    z-index: 5;
}
@media(max-width:767.98px){
	article.list-style-split:not(.rot-item-team) .rot-cpt-head {
		position: absolute;
		width: 200px;
		max-width: 200px;
		padding-bottom: 3px;
		padding-right:0;
		margin-top: 0;
		height: 3px;
		overflow: hidden;
		max-height: 3px;
		left: 22px;
		top: 0px;
		opacity: 1;
		transform: translate(0, -100%);
	}
	article.list-style-split:not(.rot-item-team) .rot-cpt-head figure{
		padding-bottom:0;

	}
	article.list-style-split:not(.rot-item-team):hover .rot-cpt-head {
		width: 200px;
		height: 200px;
		max-height:200px;
		max-width:200px;
		opacity:1;
	}
}
@media(min-width:768px){
	article.list-style-split:not(.rot-item-team) .rot-cpt-head {
		height: 160px;
	}
	.rot-item-team .rot-cpt-head{
		/* padding-left:1rem;
		padding-right:1rem; */
	}
}
@media(min-width:992px){
	article.list-style-split:not(.rot-item-team) .rot-cpt-head,
	article.list-style-split:not(.rot-item-team):hover .rot-cpt-head {
		height: 200px;
	}
}


/*footer*/
/*footer*/
/*footer*/
/*footer*/
.flex-row-menu{
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	gap: 22px!important;
	list-style:none;
}
.flex-row-menu li{
	border-left: 3px solid var(--primary);
}
.flex-row-menu li{
	padding:2px 12px;
}
/*PAGE HEADER*/
/*PAGE HEADER*/
/*PAGE HEADER*/


h3.month-h{
    background: var(--primary-dark);
    color: white;
    padding: 8px 16px;
}

.panel:not(.active){
    display:none;
}
.panel>p:last-child{
    padding-bottom:2rem;
}


.acc-trigger:after {
    content: '';
    width: 12px;
    height: 12px;
    border-bottom: 2px solid var(--text);
    border-right: 2px solid var(--text);
    transform: rotate(-45deg);
    transition: transform .3s;
    position: absolute;
    top: 0.5em;
    display: inline-block;
    margin-left: 2.3rem;
    right: -12px;
    /* bottom: 0.15em; */
}
.accordion.active .acc-trigger:after{

	transform:rotate(45deg);
}

.single-muelltermine .rot-body{
	padding-top: 3rem;
}


.rot-item-muelltermine .rot-cpt-item-inner {
	padding: 0.2rem 0rem 0.2rem;
    background: transparent;
}
.m-date {
	font-weight: 500;
    display: inline-block;
    position: relative;
    min-width: 129px;
}
body .rot-item-muelltermine .muelltermine-h {
	font-weight:400;
}
body .rot-item-muelltermine .muelltermine-h a{
	font-weight:inherit;
	color:inherit;
}

.name-tel-item i{
	margin-left:.5rem;
}


/*MAINTENANCE*/
/*MAINTENANCE*/
/*MAINTENANCE*/
/*MAINTENANCE*/

body.home.is_maintenance #content{
	margin-bottom:0!important;
}
body.home.is_maintenance #site-footer,
body.home.is_maintenance .entry-content{
	display:none;
}
.rot-img-square img, .rot-img-relative img, .rot-img-stretch img, .rot-img-absolute img {
    object-position: center center;
}
.logo-wrap {
    /* position: fixed; */
    position: relative;
    top: calc(var(--admin-bar-height) - 0rem);
    left: 0rem;
     top: 0; 
    max-width: 100%;
    width: 80px;
}
body.is_maintenance section#s_header.animation-ended .header-caption-content{
    display:none;
}
body.is_maintenance section#s_header.animation-ended .h-h-wrap{
    height: calc(100% - var(--admin-bar-height) - 4rem);
}
@media(min-width:1200px){
    .logo-wrap{
        width: 300px;
        height: 170px;
        top: calc(var(--admin-bar-height) + 2.5rem);
    }
}
@media(min-width:1820px){
    .logo-wrap{
        width: 180px;
        /* height: auto; */
        /* top: calc(var(--admin-bar-height) - 3rem); */
    }
}
body #main .post,
body #main .page {
    margin-bottom: 0px;
    padding: 0;
}


.site-logo svg {
    /* height: 100%; */
    height: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    top: calc(0rem + var(--admin-bar-height));
}
.is_maintenance .logo-wrap {
    left: calc(0px - var(--container-margin) + 15px);
    top: calc(0px + var(--admin-bar-height));
    width: 400px;
    height: 100px;
    max-width: 100%;
}
section.maintenance-content .logo-wrap{
    position: relative;
}
section.maintenance-content ul>li{
    font-size:1.3rem;
}
section.maintenance-content,
body.is_maintenance #s_header{
    height: calc(100vh - var(--admin-bar-height));
    max-height: calc(100vh - var(--admin-bar-height));
    overflow: auto;
}
section.maintenance-content .icon-only i{
    font-size:2rem;
    color: white;
}

section.maintenance-content .theme-h,
section#s_header .theme-h {
    font-size: var(--h1-size);
    max-width: 100%;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
	font-weight:500;
}
section#s_header .h-h-wrap p {
    /* font-size: var(--large-p-size); */
    margin-top: 1rem;
}
section.maintenance-content .inner {
    background: #0000004a;
    padding: 1rem 1rem;
    margin-top: 1.5rem;
    position: relative;
    overflow: hidden;
}
section.maintenance-content .inner:before{
    content:'';
    height:14px;
    width:110px;
    background-color:var(--secondary);
    top: 0;
    position:absolute;
    left:0;
}
section.maintenance-content .inner:after {
    content: '';
    height: 14px;
    width: 430px;
    background-color: var(--primary);
    top: 0rem;
    position: absolute;
    left: 130px;
}
section.maintenance-content .inner .h3 {
    font-size:1.2rem;
}
section.maintenance-content .branding-wrap {
    position: relative;
    /* height: 470px; */
    /* bottom: -5rem; */
    right: 0rem;
    pointer-events:none;
}
.maintenance-content a.rot-downl.icon-only{
    color:var(--white);
}
.rot-downl.icon-only i.icon-file-pdf{
    font-size: 1.7rem;
    position: relative;
    left: 1.1rem;
    bottom: .08rem;
}
.maintenance-content .maintenance-inline-img img {
    position: relative;
    object-fit: contain!important;
    width: auto;
    left: auto;
    object-position: bottom;
}
/* .maintenance-content figure {
    max-width: 50%;
} */
.maintenance-content figure img {
    max-width: 50vw;
    width: 280px;
}
@media (min-width: 768px) and (min-height: 770px) {
    .maintenance-content .bottom-txt {
        margin-top: -5rem;
    }
}

@media(min-width:576px){
/* 	section.maintenance-content .theme-h,
    section#s_header .theme-h {
        font-size: 2.5rem;
    } */
    section.maintenance-content .inner {
        max-width: 500px;
        margin-top:3rem;
    }
}
@media(min-width:768px){
    .is_maintenance .logo-wrap {
        left: 0;
        width: 410px;
        height: 160px;
    }
 /*    section.maintenance-content .theme-h,
    section#s_header .theme-h {
        font-size: 3rem;
    } */
}
@media(min-width:992px){
	section.maintenance-content .theme-h,
    section#s_header .theme-h {
        max-width:95%;
    }
}
@media(min-width:1440px){
   /*  section.maintenance-content .theme-h,
    section#s_header .theme-h {
        font-size: 3.8rem;
    } */
    section.maintenance-content ul>li {
        font-size: 1.8rem;
    }
    section.maintenance-content ul {
        margin-bottom: 1.8rem;
    }
}
section.maintenance-content .col-12 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}



/* GERNICH*/
/* GERNICH*/
/* GERNICH*/
/* GERNICH*/

body section#feedback .items-feedback .rot-cpt-thumb {
    padding-bottom: 100%;
}
body section#feedback .items-feedback .rot-cpt-head {
    padding: 0 6rem;
}
body section#feedback .items-feedback .rot-cpt-thumb img {
    border-radius: 100vw;
}
body section#feedback .rot-cpt-excerpt {
    margin-top: 1rem;
}
body section#feedback .items-feedback .rot-cpt-content {
    text-align: center;
    min-height: 100px;
    padding: 0 2rem;
}

@media (min-width: 768px) {
    body section#feedback .items-feedback .rot-cpt-head {
        padding: 0 2.5rem;
    }
    body section#feedback .items-feedback .rot-cpt-content {
        padding: 0;
    }
}

@media (min-width: 1440px) {
    body section#feedback  h2 {
        margin-top: 2rem;
    }
}
@media (min-width: 1800px) {
    body section#feedback  h2 {
        margin-top: 4rem;
    }
}

/*EVENTS HOME */
/*EVENTS HOME */
body section#events {
    padding-bottom: var(--section-top);
}
body section#events .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
}

body section#events .image-wrapper .img-relative{
    width: 370px;
    max-width: 45%;
    position: relative;
    left: 4rem;
}
body section#events .image-wrapper .img-relative img{
    border-radius: 100vw;
    aspect-ratio: 1/1;
    object-fit: cover;
}
@media (min-width: 1800px) {
    body section#events p {
        padding-right: 5rem;
    }
}

/* SINGLE POST*/
/* SINGLE EVENT*/

/* body.single header#masthead {
    background: transparent;
} */
body.single .rkp-h-caption .row {
    justify-content: space-between;
}
body.single #s_header {
    background-color: var(--primary-light); 
    overflow: visible;
}
body.single #s_header figure {
    border-radius: var(--border-radius-md);
    border: 1.5rem solid var(--white);
    background: var(--white);
}
body.single #s_header figure img {
    border-radius: var(--border-radius-md);
    /* border: 1.5rem solid var(--white); */
}
body.single .h-img-wrap {
    position: relative;
    top: 3rem;
}



body.single-event .info-wrapper, 
body section.infobox .info-wrapper {
    width: fit-content;
    background-color: var(--primary);
    padding: 2rem 5rem 2rem 2rem;
    border-radius: 1.25rem 0 0 1.25rem;
}
body.single-event .info-wrapper {
    width: 100%;
    padding: 2rem;
    position: sticky;
    top: 9rem;
    border-radius: 1.25rem;
    text-align: center;
}
.info-wrapper figure.rot-svg-relative::before {
    display: none !important;
}
body.single-event .info-wrapper .mail, 
body.single-event .info-wrapper .tel {
    text-align: center;
    justify-content: center;
}
@media (min-width: 768px) {
    body.single-event .info-wrapper {
        border-radius:  1.25rem 0 0 1.25rem;
        text-align: left;
    }
    body.single-event .info-wrapper .mail, 
    body.single-event .info-wrapper .tel {
        text-align: center;
        justify-content: flex-start;
    }
    body.single-event .container-fluid {
        padding-right: 0;
        padding-left: calc(var(--container-margin) + var(--col-padding));
        width: calc(100% + (var(--row-margin) * -1));
    }
}
body.single-event .info-wrapper .mail, 
body.single-event .info-wrapper .tel, 
body section.infobox .info-wrapper .tel, 
body section.infobox .info-wrapper .mail{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
} 
body.single-event .info-wrapper figure.rot-svg,
body section.infobox .info-wrapper figure.rot-svg {
    width: 30px;
    margin-bottom: 0;
}
body.single-event .info-wrapper * {
    font-size: var(--large-p-size);
    line-height: 1;
    color: var(--text);
}
body.single-event .info-wrapper ul {
    list-style-type: none;
    padding: 0;
}
body.single-event .info-wrapper .title,
body section.infobox .info-wrapper .title {
    font-family: var(--serif);
    font-weight: 500;
}
body section.infobox .info-wrapper {
    border-radius: 1.25rem;
    margin: 0 auto;
    font-size: var(--medium-large-p-size);
}
body section.infobox .info-wrapper * {
    line-height: 1.2;
    color: var(--text);
    font-size: var(--medium-large-p-size);
}
body section.infobox .info-wrapper figure.rot-svg-relative,
body section.infobox .info-wrapper figure.rot-svg-relative svg {
    width: 20px;
    height: 20px;
}

body section.img-right figure.rot-img-absolute img, 
body section.img-left figure.rot-img-absolute img {
    border-radius: 392px 392px 0 0;
}

body section.img-right figure.rot-img-absolute, 
body section.img-left figure.rot-img-absolute {
    padding-bottom: 500px !important
}
body section.img-right .split-content-col, 
body section.img-left .split-content-col {
    padding-top: 1rem !important;
}
@media (min-width: 768px) {
    body section.img-right .split-content-col, 
    body section.img-left .split-content-col {
        padding-top:  3rem !important;
        padding-bottom: 3rem !important;
    }
}
@media (min-width: 1400px) {
    body section.img-right .split-content-col, 
    body section.img-left .split-content-col {
        padding-top:  6rem !important;
        padding-bottom: 6rem !important;
    }
}

/* BALANCE STARTSEITE */
body section#balance {
    padding: 9rem 0;    
    margin-bottom: -3rem;
}

body section#balance::after {
    background-image: url("svg/balance.svg");
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    background-size: contain;
    left: 0%;
    z-index: -1;
}

body section#balance a.btn-primary {
    /* color: var(--white) !important; */
}
@media (min-width: 768px) {
    body section#balance {
        padding: 6rem 0;
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    body section#balance::after {
        left: var(--container-margin);
    }
}
@media (min-width: 1820px) {
    body section#balance {
        padding: 12rem 0;
        margin-bottom: 0;
    }
}
body section#balance::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 80%;
    background: var(--primary-light);
    z-index: -1;
}
body section#balance.lebensfreude::after {
    background-image: url("svg/lebensfreude.svg");
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    background-size: contain;
    right: 0;
    left: auto;
    z-index: -1;
}

body section#balance.ruhe::after {
    background-image: url("svg/ruhe.svg");
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 110%;
    background-repeat: no-repeat;
    top: 0%;
    background-size: contain;
    /* left: 25%; */
    z-index: -1;
    right: 0;
    left: auto;
}
@media (min-width: 768px) {
    body section#balance.ruhe::after {
        right: auto; 
        left: 5%;
        top: -10%;
    }
    body section#balance.lebensfreude::after {
        right: auto;
        left: var(--container-margin);
    }
}
@media (min-width: 1200px) {
    body section#balance.ruhe::after {
        right: auto; 
        left: 20%;
    }
}


body section.infobox figure.rot-img-relative {
    padding-bottom: 110%;
}

body section.infobox figure.rot-img-relative img {
    border-radius: 392px 392px 0 0;
}

figure.bordered img {
    border-radius: var(--border-radius-lg);
}

figure.bordered  {
    margin-top: 1rem;
}


/* BLOCK KONTAKTSEITE */
.contact-block .tel, 
.contact-block .mail {
    display: flex;
    gap: 12px;
    margin-bottom: 0.125rem;
}

.contact-block figure.rot-svg-relative, 
.contact-block figure.rot-svg-relative svg  {
    width: 20px;
    height: 20px;
    margin: 0;
}
.contact-block figure.rot-svg-relative svg {
    position: relative;
}



/* DECO ELEMENTS FOR STANDARD SECTIONS */
body section.rot-section.deco-grün-links,
body section.rot-section.deco-grün-rechts,
body section.rot-section.deco-beige {
    padding-top: 6rem !important;
    padding-bottom: 4rem !important;
}

body section.rot-section.deco-grün-links figure::before,
body section.rot-section.deco-beige figure::before,
body section.rot-section.deco-grün-rechts figure::before {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: -3rem;
    left: 2rem;
}

body section.rot-section.deco-beige figure::before {
    background-image: url("svg/bogen-kreis-beige.svg");
}

body section.rot-section.deco-grün-rechts figure::before {
    background-image: url("svg/bogen-kreis-rechts.svg");
    right: 2rem;
    left: auto;
}
body section.rot-section.deco-grün-links figure::before {
    background-image: url("svg/bogen-kreis-links.svg");
    /* right: 2rem;
    left: auto; */
}
@media (max-width: 767px) {
    body section.rot-section.infobox {
        padding-top: 0 !important;
    }
    body section.rot-section.infobox figure.rot-img-relative {
        margin-top: 4rem;
    }
    body section.rot-section.deco-grün-links .split-img-col,
    body section.rot-section.deco-grün-rechts .split-img-col,
    body section.rot-section.deco-beige .split-img-col,
    body section#ruhe .img-col,
    body section#yoga .img-col,
    body section#raum .img-col {
        padding: 0 3rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body section.rot-section.deco-grün-links figure::before,
    body section.rot-section.deco-beige figure::before,
    body section.rot-section.deco-grün-rechts figure::before {
        background-size: contain;
    }
}

@media (min-width: 1200px) {
    body section.rot-section.deco-grün-links figure::before,
    body section.rot-section.deco-beige figure::before,
    body section.rot-section.deco-grün-rechts figure::before {
        top: -3rem;
    }
}

@media (min-width: 1600px) {
    body section.rot-section.deco-grün-links figure::before,
    body section.rot-section.deco-beige figure::before,
    body section.rot-section.deco-grün-rechts figure::before {
        top: -4.3rem;
        width: 290px;
    }
}

@media (min-width: 1820px) {
    body section.rot-section.deco-grün-links figure::before,
    body section.rot-section.deco-beige figure::before,
    body section.rot-section.deco-grün-rechts figure::before {
        top: -4rem;
    }
    body .rot-section.img-left .section-content,
    body .rot-section.img-right .section-content {
        padding-right: 7rem;
    }
}


/* NEWS LOAD MORE */
body section#news .btn__wrapper {
    text-align: center;
}

@media (max-width: 767px) {
    body section#raum {
        padding-top: var(--section-top) !important;
    }
    /* CUSTOM SPACING FOR CONTACT PAGE */
    body.page-id-238 #s_header {
        margin-bottom: 2rem !important; 
    }
}

body .items-paket .rot-cpt-title {
    font-size: var(--h2-size);
}

body .items-paket figure.lightbox-kudasai a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

body .items-paket .rot-item {
    padding: 3rem 0;
    position: relative;
}

body .items-paket .rot-item.primary-light::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-light);
    z-index: -1;
    width: 100vw;
    left: calc(var(--container-margin)* -1);
}
body .items-paket .rot-item.secondary-light::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-light);
    z-index: -1;
    width: 100vw;
    left: calc(var(--container-margin)* -1);
}