.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{
    will-change: transform;
    backface-visibility: hidden;
    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) {
    will-change: transform; 
    backface-visibility: hidden;
    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;
}
.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:991.98px){
    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;
        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 .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:992px){
    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;
		flex-wrap: wrap;
	}
    body #masthead .navbar-collapse.centered.fullwidth>ul>li {
		flex-grow: 1;
		max-width: fit-content;
		max-height:100%;
	}
    body #masthead .navbar-collapse.centered.fullwidth>ul>li:nth-last-child(2),
    body #masthead .navbar-collapse.centered.fullwidth>ul>li:last-child {
		max-height:32px;
	}
    #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:1320px){
	body #masthead .navbar-collapse.centered.fullwidth>ul {
		justify-content: space-between;
		padding-left: 2rem;
	}
}
@media(min-width:1600px){
	body #masthead .navbar-collapse.centered.fullwidth>ul {
		justify-content: space-between;
	}
	body #masthead .navbar-collapse.fullwidth {
		padding-left: calc(var(--container-margin) + var(--logo-width) + 3rem);
	}
}
@media(min-width:1700px){
	#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{
    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;
}



/*FOOTER*/
#site-footer {
    position: fixed;
    z-index: 0;
    bottom: 0;
    width: 100%;
}
#content.site-content{
    z-index:2;
    margin-bottom:20rem;
}




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);
    }
}


/*GREINBACH*/
/*GREINBACH*/
/*GREINBACH*/
/*GREINBACH*/
/*GREINBACH*/
.replace-wrapper.quicklinks {
    padding: 2rem 2.5rem;
    background: var(--white);
    box-shadow: 2px 2px 30px #00000014;
	margin-bottom:1rem;
}

.replace-wrapper.quicklinks ul{
	padding-left: 0;
    list-style: none;
    font-size: 1.1rem;
    font-weight: 200;
	margin-bottom:1.6rem;
}
.rkp-download-btns a,
.replace-wrapper.quicklinks ul>li>a{
	font-weight:300;
	color:var(--text);
	min-width: 9em;
    width: fit-content;
    display: block;
    position:relative;


}

.rkp-download-btns a.btn{
	border-width:0!important;
	border-left:3px solid var(--primary)!important;
	padding:0;
}
a.back-link.btn.rkp-btn,
.rkp-download-btns a.btn,
article.has-ghostlink a.rot-read-more-link,
article.has-ghostlink a.btn{
	border-left:3px solid var(--primary);
}
.rkp-download-btns a.btn:hover{
	background:inherit!important;
	border-color:var(--primary)!important;
}
a.back-link.btn.rkp-btn:hover,
.rkp-download-btns a.btn:hover span,
article.has-ghostlink:hover a.rot-read-more-link,
article.has-ghostlink:hover a.btn,
.replace-wrapper.quicklinks ul>li>a:hover{
	color:var(--white);
	/* transform:rotate3d(0,1,0,180deg) scaleX(-1); */
}
.rkp-download-btns a.btn span,
.replace-wrapper.quicklinks ul>li>a span {
    min-width: 10rem;
    width: fit-content;
    padding: 2px 12px 2px 18px;
    display: block;
    transition: transform .2s, background-color .7s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    /* position: relative; */
}
a.back-link.btn.rkp-btn:hover,
.rkp-download-btns a.btn:hover span,
.has-ghostlink:hover a.rot-read-more-link,
.has-ghostlink:hover a.btn,
.replace-wrapper.quicklinks ul>li>a:hover span{
	transform:rotate3d(0,1,0,180deg) scaleX(-1);
	background-color:var(--primary);
	transition: transform .2s .1s, background-color .7s;
}
.replace-wrapper.quicklinks ul>li>a:after {
    content: '';
    width: 100%;
    /* min-width: 10rem; */
    display: block;
    height: 0px;
    /* border-bottom: 2px solid #ffffff; */
    background: var(--primary);
    position: absolute;
    left: 0;
    height: 100%;
    width: 6px;
    top: 0;
}
.replace-wrapper.quicklinks ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 24px;
}
@media(min-width:1200px){
	.replace-wrapper.quicklinks {
		padding: 2rem 3rem;
	}
    .replace-wrapper.quicklinks ul {
    }
    .replace-wrapper.quicklinks.amtszeiten {
        padding: 2rem 3rem;
        left: -4rem;
        width: calc(100% + 4rem);
        position: relative;
    }
}
@media(min-width:1440px){
	.replace-wrapper.quicklinks ul li{
		max-width: calc(50% - 12px);
	}
}
@media(min-width:1600px){
	.replace-wrapper.quicklinks ul {
		font-size: 1.15rem;
	}
}
@media(min-width:1820px){
	.replace-wrapper.quicklinks ul{

	}
}

i{
	transition: color.7s, background-color .7s, transform .2s;
}

.icons i{
	font-size: 2rem;
	width: 1.7em;
	display: flex;
	height: 1.7em;
	border: .04em solid var(--primary);
	border-radius: 100px;
	justify-content: center;
	align-items: center;
}
.rot-item-team .icons i{
	border: .07em solid var(--primary);
}
.icons a:hover i{
	background:var(--primary);
	color:white;
	transform:rotate3d(0,1,0,180deg);
}


.cursor {
	position: fixed;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f5f5f5;
    pointer-events: none;
    mix-blend-mode: color;
    z-index: 999;
	opacity:1;
    transform: scale(0);
    transition: transform 0.2s, background-color .3s, opacity .2s;
}
.cursor.effect {
	background-color: #ffffff;
    opacity: .1;
    mix-blend-mode: plus-lighter;
}
.cursor.effect2{
	background-color: var(--primary);
    opacity: .3;
    mix-blend-mode: unset;
}
.cursor.effect2:before {
    content: '\e807';
    font-family: 'fontello';
    color: white;
    font-size: 0.6em;
    transform: translate(5px, 3px);
    position: absolute;
    top: 0;
    left: 0px;
}
.cursor.effect.disabled {
	background-color: transparent;
    opacity: .3;
    mix-blend-mode: unset;
}
.cursor.effect.disabled:before {
	content:'\f00d';
	position: absolute;
	top:-.75rem;
	left:-.25rem;
	width:100%;
	height:100%;
	color:var(--primary);
	font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size:2rem;
}



.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;
}

/*MAP INTERACTIVE*/
/*MAP INTERACTIVE*/
/*MAP INTERACTIVE*/
/*MAP INTERACTIVE*/
/*MAP INTERACTIVE*/
.rkp-map-wrap{
    position:relative;
    margin-top:3rem;
}
@media(min-width:576px){
    .rkp-map-wrap {
        margin-left: 4%;
        margin-right: 14%;
    }
}
@media(min-width:768px){
    .rkp-map-wrap {
        margin-left: 5%;
        margin-right: 0%;
		margin-top:1rem;
    }
}
@media(min-width:992px){
	.rkp-map-wrap {
		margin-left: 8%;
		margin-top:0rem;
    }
}
@media(min-width:1820px){
    .rkp-map-wrap {
		position: relative;
		margin-left: 10rem;
		margin-right: 17%;
	}
}
@media(min-width:2100px){
    .rkp-map-wrap {
		position: relative;
		margin-left: 22%;
		margin-right: 20%;
		max-width: 620px;
	}
}
.rkp-map-wrap figure{
    margin:0;
}
.rkp-map-wrap figure.rot-svg{
    position:absolute;
    top:0;
    width:100%;
}
.map-wrap-region svg path{
    transition:fill .6s;
}
.map-wrap-region svg .visible path{
    fill:var(--primary)!important
}
.rkp-info:not(.visible){
    display:none;
}
.row.nodes-row{
	margin-left:-5px;
	margin-right:-5px;
	margin-top:1.5rem;
}
.row.nodes-row .row-node[class^="col-"]{
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
}
.row.nodes-row .row-node a{
	display:block;
}
.rkp-infos{
	margin-top:2rem;
}
.region-info .inner{
	padding-left: 1rem;
    border-left: 3px solid var(--primary);
}
/*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;
	}
}

/*MARQUEE*/
/*MARQUEE*/
/*MARQUEE*/
.marquee {
	position: relative;
    width: 100vw;
    max-width: 100%;
    height: 2.2rem;
    overflow-x: hidden;
    background: var(--primary-dark);
    margin-top: 1.4rem;
	transition:background-color .4s;
}
.marquee:hover {
	background-color:var(--primary-hover);
}

.track {
	position: absolute;
	white-space: nowrap;
	will-change: transform;
	animation: marquee 42s linear infinite;
	height: 100%;
	display: flex;
	align-items: center;
	pointer-events:none;
}

.track p {
	font-size: 1.2rem;
	color: white;
}

@keyframes marquee {
from { transform: translateX(0); }
to { transform: translateX(-50%); }
}
@media(min-width:1440px){
	.track p {
		font-size: 1.3rem;
		color: white;
	}
}
/*COUNTER*/
/*COUNTER*/
/*COUNTER*/
/*COUNTER*/
.counter-wrap{
	display:flex;
	flex-wrap:wrap;
	gap: 20px;
}
.counter-item{
	display:block;
}
.counter-item .num{
	display: inline-block;
    color: white;
    background: var(--primary-dark);
    padding: 0px 10px;
}
.counter-item .result-wrap{
	background-color:var(--primary-dark);
}
.counter-item .suffix,
.counter-item .num{
	font-size: 1.7rem;
}
.counter-item .txt {
    display: block;
    font-size: 1rem;
    font-weight: 400;
}
.counter-item .suffix {
	display: inline-block;
    background: var(--primary-dark);
    color: white;
    height: auto;
    padding: 0px 22px 0px 0px;
}
.upper{
	font-size: 0.6em;
    font-weight: 400;
    display: inline-block;
    margin-top: 0.2em;
    position: absolute;;
}
@media(min-width:992px){
	.counter-item .suffix,
	.counter-item .num{
		font-size: 2rem;
	}
	.counter-item .txt {
		font-size: 1.2rem;
	}
}
@media(min-width:1600px){
	.counter-item .suffix,
	.counter-item .num{
		font-size: 2.2rem;
	}
}

/*veranstaltungen*/
/*veranstaltungen*/
/*veranstaltungen*/
/*veranstaltungen*/
/*veranstaltungen*/

article.rot-item-veranstaltung{
	margin-top:-.8rem;
}
.event-date{
	display:block;
	width:fit-content;
	padding:0px 8px;
	margin-bottom:10px;
	font-size:1.2rem;
	color:var(--grey-lightest);
	font-weight:400;
	background-color:var(--primary);
	margin-top:.8rem;
}
.e-spex{
	font-weight: 500;
    margin-top: 1rem;
}

.e-spex i{
	font-size:1.45rem;
	line-height:1em;
}
.e-spex>a,
.e-spex>span{
	font-weight:inherit;
	display:flex;
	align-items:center;
	margin-bottom:.2rem;
}
.e-spex>:last-child{
	margin-bottom:0;
}
/*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: 8px;
    height: 8px;
    border-bottom: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
    transform: rotate(-45deg);
    transition: transform .3s;
    position: relative;
    display: inline-block;
    margin-left: 2.3rem;
    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;
}

.page-id-2065 h1,
.page-id-2042 h1,
.page-id-2014 h1,
.page-id-1927 h1,
.page-id-1863 h1{
	height:0;
	overflow:hidden;

}

.has-16by9-embed .wp-block-embed__wrapper{
	height: 0;
	padding-bottom: calc(100% / 16 *9);
}
.has-16by9-embed .wp-block-embed__wrapper iframe{
	position:absolute;
	width:100%;
	height:100%;
}


.has-rot-gal{
	align-content:flex-start;
}
.has-rot-gal .wp-block-gallery {
	position: relative;
    left: 0;
    width: 100%;
	height:fit-content;
}
.has-rot-gal .wp-block-gallery>figure{
	/* max-height:50%; */
	height:0;
	padding-bottom:50%;
	/* min-height:50%; */
}
.has-rot-gal.img-minh-50 .wp-block-gallery>figure{
	min-height:50%;
}

.has-rot-gal .wp-block-gallery>figure a{
	position: absolute;
    top: 0;
}
@media(min-width:1200px){
	.has-rot-gal .wp-block-gallery>figure{
		padding-bottom:43%;
	}
}
@media(min-width:1600px){
	.has-rot-gal .wp-block-gallery>figure{
		padding-bottom:33%;
	}
}
@media(min-width:1820px){
	.has-rot-gal .wp-block-gallery>figure{
		padding-bottom:22%;
	}
}
@media(min-width:2100px){
	.has-rot-gal .wp-block-gallery>figure {
		margin: 0;
		width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)/1)!important;
		min-height: 50%;
		padding-bottom: 32%;
		max-height: 100%;
	}
}
.name-tel-item {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--primary);
}
@media(min-width:768px){
	.more-news-wrap{
		margin-left:15rem;
	}
}

.onesignal-bell-launcher-dialog .kickback{
	display:none!important;
}

body.single .content-wrap{
	margin-bottom:1.2rem;
}
body.single .rot-img-relative.min-h-100{
	min-height:17rem!important;
}
@media(min-width:992px){
	body.single .rot-img-relative.min-h-100{
		min-height:24rem!important;
	}
}
/*align readmore bottom*/
article.rot-item .rot-cpt-content {
    height: 100%;
	display: flex;
    flex-direction: column;
}
article.rot-cpt-item .rot-cpt-excerpt {
	margin-bottom: 0rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
article.rot-cpt-item .rot-cpt-excerpt .rot-read-more{
	margin-top:auto;
}
@media(min-width:576px){
    article.rot-item.full-item .rot-cpt-content {
        flex-direction: row;
    }    
}
.social {
	top: calc(var(--headerheight) + 12rem);
	border:3px solid var(--primary);
	border-left:none;
	border-right:none;
}
#s_header figure.just-img-wrap.low-header {
	filter: saturate(0.6);
}
@media(max-width:767.98px){
	.social {
		transform: rotate(0deg);
		top: auto;
		bottom: -3px;
		width: 100%;
		opacity:1;
		font-size:1.15rem;
		transition:transform .7s, opacity .4s, bottom .4s;
	}
	.scroll-reached-endofcontent .social{
		opacity:0;
		bottom:-60px;
	}
	#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right {
		bottom: 70px!important;
		right: 20px;
	}
	#BorlabsCookieBoxWidget.bottom-left {
		left: 0;
		bottom: 3rem!important;
	}
}
@media(min-width:1440px){
    #primary-menu{
        max-width:1100px;
    }
}

/* ACCESSIBILITY PLUGIN */

body.pojo-a11y-negative-contrast *,
body.pojo-a11y-high-contrast * {
    color: white !important;
    z-index: 1;
}

body.pojo-a11y-negative-contrast #site-footer,
body.pojo-a11y-high-contrast #site-footer {
    position: fixed;
    z-index: 100;
    bottom: 0;
}


body.pojo-a11y-negative-contrast figure.rot-cpt-thumb img,
body.pojo-a11y-high-contrast figure.rot-cpt-thumb img{
   height: 260px;
}

body.pojo-a11y-negative-contrast section *,
body.pojo-a11y-high-contrast section * {
    color: white !important;
    z-index: 1;
    position: relative;
}


body.pojo-a11y-light-background * {
    color: white !important;
    z-index: 1;
}