

.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;
}


body section#s_header.has-special-header figure.rot-img-relative::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 90%);
    z-index: 1;
    pointer-events: none;
}
body section#s_header.has-special-header h1 {
    z-index: 2;
}
body.home section#s_header .image-wrapper {
    position: relative;
}
body.home section#s_header .flex-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 0.75rem;
    align-items: end;
    flex-direction: column;
}
@media (min-width: 768px) {
    body.home section#s_header .flex-wrapper {
        flex-direction: row;
        padding: 2rem 1.5rem;

    }
}
body.home section#s_header .flex-wrapper a {
    color: var(--white) !important;
}
body.home section#s_header figure.rot-img-relative {
    min-height: 360px;
}
body.home section#s_header {
    padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
    body.home section#s_header figure.rot-img-relative {
        min-height: 500px;
    }
    body.home section#s_header {
        padding-bottom: 3rem;
    }
}
@media (min-width: 1200px) {
    body.home section#s_header figure.rot-img-relative {
        min-height: 600px;
    }
}
@media (min-width: 1820px) {
    body.home section#s_header figure.rot-img-relative {
        min-height: 860px;
    }
}

/*BOXES FOR DIFFERENT HEADER SECTIONS */
/*BOXES FOR DIFFERENT HEADER SECTIONS */

/* TYP 1*/
body:not(.home) section#s_header.typ1 figure.rot-img-relative::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 120px;
    background-color: var(--primary);
    transform: translate(50%,-20px);
}

/* TYP 1*/
body:not(.home) section#s_header.typ1 figure.rot-img-relative::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 120px;
    background-color: var(--primary);
    transform: translate(-50%,0);
    z-index: 1;
}


/* TYP 2*/
body:not(.home) section#s_header.typ2 figure.rot-img-relative::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 120px;
    background-color: var(--primary);
    transform: translate(-50%,3rem);
    z-index: 1;
}

/* TYP 2*/
body:not(.home) section#s_header.typ2 figure.rot-img-relative::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 100px;
    background-color: var(--primary);
    transform: translate(1.5rem,-3rem);
}


/* TYP 3*/
body:not(.home) section#s_header.typ3 figure.rot-img-relative::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 80px;
    background-color: var(--primary);
    transform: translate(-3rem,-3rem);
    z-index: 1;
}

/* TYP 3*/
body:not(.home) section#s_header.typ3 figure.rot-img-relative::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 110px;
    background-color: var(--primary);
    transform: translate(50%,2rem);
    max-width: 30vw;
}

/* TYP 4*/
body:not(.home) section#s_header.typ4 figure.rot-img-relative::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 80px;
    background-color: var(--primary);
    transform: translate(-50%,3rem);
    z-index: 1;
}

/* TYP 4*/
body:not(.home) section#s_header.typ4 figure.rot-img-relative::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 110px;
    height: 120px;
    background-color: var(--primary);
    transform: translate(1rem,-2rem);
    max-width: 30vw;
}

/* TYP 5*/
body:not(.home) section#s_header.typ5 figure.rot-img-relative::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 80px;
    background-color: var(--primary);
    transform: translate(-50%,-3rem);
    z-index: 1;
}

/* TYP 5*/
body:not(.home) section#s_header.typ5 figure.rot-img-relative::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 110px;
    background-color: var(--primary);
    transform: translate(50%,2rem);
    max-width: 30vw;
}


@media (min-width: 1200px) {
    body:not(.home) section#s_header.typ1 figure.rot-img-relative::after {
        width: 60px;
        height: 230px;
    }

    body:not(.home) section#s_header.typ1 figure.rot-img-relative::before {
        width: 90px;
        height: 230px;
    }
    body:not(.home) section#s_header.typ2 figure.rot-img-relative::before {
        width: 90px;
        height: 230px;
    }
    body:not(.home) section#s_header.typ2 figure.rot-img-relative::after {
        width: 370px;
        height: 230px;
    }
    body:not(.home) section#s_header.typ3 figure.rot-img-relative::before {
        width: 190px;
        height: 230px;
    }
    body:not(.home) section#s_header.typ3 figure.rot-img-relative::after {
        width: 40px;
        height: 230px;
        transform: translate(50%,6rem);
    }
    body:not(.home) section#s_header.typ4 figure.rot-img-relative::after {
        width: 190px;
        height: 230px;
    }

    body:not(.home) section#s_header.typ4 figure.rot-img-relative::before {
        width: 70px;
        height: 230px;
    }
    body:not(.home) section#s_header.typ5 figure.rot-img-relative::before {
        width: 80px;
        height: 230px;
    }
    body:not(.home) section#s_header.typ5 figure.rot-img-relative::after {
        width: 40px;
        height: 230px;
    }
}



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;
}

/* #masthead #primary-menu>.nav-item a>.nav-link-wrap>.nav-item-title {
    text-decoration: underline;
} */


.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: 3px;
}
.logo-wrap {
    width: 7.7rem;
    margin-top: 0rem;
    z-index: 4;
    position: relative;
    left: 0px;
    height:auto;
}
@media (min-width: 768px) {
    .logo-wrap {
        width: 10.7rem;
    }
}
.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;
    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);
    }
}



.page-template-default #main article.page{
    padding-bottom: 3rem;
    margin-bottom:0;
    border: none;
}
.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*/

.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.centered.fullwidth>ul>li{
        flex-grow:0;
    }
    #primary-menu-footer .nav-item a.nav-link,
	#primary-menu .nav-item a.nav-link {
    	/* justify-content: center; */
		/* width:100%; */
        text-align: left;
	}
    ul.navbar-nav>li.spacer{
        display:block!important;
        width:var(--container-margin);
        flex-grow:0!important;
    }
    ul.navbar-nav>li.spacer a{
        display:none!important;
    }
    .spacer-left{
        border-left:0!important;
    }
    .spacer-right{
        border-right:0!important;
    }
}


/*DISPLAY_HEADER*/
#s_header .caption-right .col-12{
    display:flex;
    justify-content: flex-end;
}
#s_header.animation-ended .header-caption{
    opacity:1!important;
}

section.rot-section{
    overflow:visible;
    max-width:100%;
    position:relative;

}
section.rot-section>.container{
    opacity:0;
    top:1.5rem;
    transition:opacity .7s, top .7s;
    transition-delay:.2s;
    position:relative;
}
section.rot-section.been-in-scope>.container{
    opacity:1;
    top:0;
}



/*TYPO*/
body h1.page-h1{
    margin-bottom:0.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);
}




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;
}


#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;
}


/* 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 .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;

}

.footer-logo{
    max-width: 90%;
    width: 190px;
    margin-bottom: 2.3rem;
}

.footer-right>.f-inner{
    flex: 1 0 100%;
}

@media(min-width:768px){
    .footer-right{
        text-align:right;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .footer-right>.f-inner {
        margin-bottom: 0.3rem;
        margin-top: 1.6rem;
    }
    .footer-logo{
        max-width: 90%;
        width: 190px;
        margin-bottom: 0rem;
    }
}

@media(min-width:992px){
    .footer-right>.f-inner{
        margin-bottom: 0rem;
    }
}




.wartung-wrap .rot-img-absolute,
.info-top-wrap .rot-img-absolute {
    border-radius: 18px;
    overflow: hidden;
}
html #dm-switch {
    font-size: 1.9rem;
    display: flex;
    width: 2em;
    background: var(--primary-anti2);
    justify-content: center;
    border-radius: 12px;
}


html #dm-switch:after{
	content:'';
}
@media(max-width:767.98px){
    .wartung-wrap .img-col{
        order:0;
        margin-bottom:1.2rem;
    }
    .wartung-wrap .content-col{
        order:1;
    }
}
.wartung-wrap div,
.wartung-wrap ul,
.wartung-wrap p{
	font-size:.84rem;
}
.price,
.wartung-wrap p.price{
	font-size:1.54rem;
	font-family:var(--serif);
	font-style:italic;
}
body .btn.rkp-btn{
    z-index: 3;
    position: relative;
    font-family: var(--sans);
    color: var(--primary)!important;
    border: none;
    padding: 0;
    margin-top: 0.6rem;
    font-size: 1em;
    transition:all 0.5s;
}

body .btn.rkp-btn:focus {
    color: var(--white) !important;
}
body .btn.btn-transparent:focus {
	color: var(--primary) !important;
    text-decoration: underline;
}
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 {
    background: #46464660!important;
    border-radius: 4px;
    width:20px;
    height:20px;
}
body .owl-theme .owl-dots .owl-dot.active span,
body .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-anti2)!important;
}
body .bg-primary-light a{
    color:var(--primary-darker);
}
body .bg-primary-light a:hover{
    color:var(--grey-light);
}


/* SCHRÖCK */
/* SCHRÖCK */
/* SCHRÖCK */
/* SCHRÖCK */



/* BRANCHEN */
/* BRANCHEN */
/* BRANCHEN */
body section#branchen .rot-cpt-item-branche .rot-cpt-item-inner {
   display: flex;
   flex-direction: column-reverse;
   text-align: center;
}
body section#branchen .rot-cpt-slider figure.rot-cpt-thumb img {
    object-fit: contain;
}

@media (min-width: 576px) {
    body section#branchen figure.rot-cpt-thumb {
        padding-bottom: 200px;
    }
}
@media (min-width: 1600px) {
    body section#branchen .rot-cpt-slider .rot-cpt-thumb {
        margin: 0 auto;
        max-width: 80%;
    }
}


/* FACTS */
/* FACTS */
/* FACTS */
body section#facts .row {
    margin: 0;
}

body section#facts .content-col * {
    color: var(--white);
}
body section#facts .content-col p {
    font-weight: 600;
    font-size: var(--larger-p-size);
}
body section#facts h2 {
    font-size: var(--title-large);
    position: relative;
    display: inline-block;
    margin-bottom: 1.25rem;
}
body section#facts figure.rot-img-relative.rot-inline-img {
    margin-bottom: 0;
    display: flex;
    align-items: self-end;
}
body section#facts figure.rot-img-relative.rot-inline-img img {
    height: auto;
}
body section#facts h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: var(--white);
    left: 0;
    bottom: 0;
    position: absolute;
}

body section#facts .container {
    width: 100%;
    max-width: 100%;
}

body section#facts .content-col {
    background-color: var(--primary);
}
body section#facts .section-h-col {
    background-color: var(--grey);
    display: flex;
}

body section#facts .content-col .section-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

body section#facts .content-col {
    padding: 3rem 2.5rem;
}
body section#facts .section-h-col {
    padding: 3rem 4rem 3rem 4rem;
}
@media (min-width: 768px) {
    body section#facts .content-col {
        padding: 6rem var(--container-margin);
    }
    body section#facts .section-h-col {
        padding: 12rem var(--container-margin) 6rem var(--container-margin);
    }
}

@media (min-width: 2200px) {
    body section#facts .section-h-col {
        padding: 16rem var(--container-margin) 6rem var(--container-margin);
    }
}

/* SECTION MIT 2 SPALTEN */
/* SECTION MIT 2 SPALTEN */
/* SECTION MIT 2 SPALTEN */
body section#sicherheit p.size-large {
    font-size: var(--medium-p-size);
}

body section#sicherheit figure.rot-img-relative {
    padding-bottom: 70%;
}

body section#sicherheit {
    /* background-image: url("svg/bg-sicherheit.svg"); */
    /* background-repeat: no-repeat; */
    padding-bottom: 4rem !important;
    /* background-size: 50%; */
    /* background-position: right bottom; */
}

@media (min-width: 768px) {
    body section#sicherheit {
        /* background-position: 53% bottom;
        background-size: auto; */
        padding-bottom: 0 !important;
    }
}



/* AKKORDEON UND SLIDER SECTION*/
/* AKKORDEON UND SLIDER SECTION*/
/* AKKORDEON UND SLIDER SECTION*/
body section#akkordeon .owl-carousel .owl-nav {
    position: absolute;
    top: -1rem;
    transform: translateY(-100%);
    right: 0;
    width: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body section#akkordeon .owl-carousel .owl-nav span {
    display: none;
}

body section#akkordeon .owl-carousel .owl-nav .owl-prev {
    background-image: url("svg/ic-prev.svg");
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 0;
    position: relative;
}
body section#akkordeon .owl-carousel .owl-nav .owl-next {
    background-image: url("svg/ic-next.svg");
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
body section#akkordeon .owl-carousel .owl-dots {
    display: none;
}
body section#akkordeon .owl-item figure {
    padding-bottom: 75%;
    height: 100%;
}
body section#akkordeon .owl-item figure img {
    position: absolute;
    top: 0;
    height: 100%;
}

body section#akkordeon .wp-block-gallery,
body section#akkordeon .wp-block-gallery .owl-stage-outer,
body section#akkordeon .wp-block-gallery .owl-stage,
body section#akkordeon .wp-block-gallery .owl-item {
    height: 100%;
}

