

.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;

}
ul.menu{
    padding-left:1.25em;
    list-style: none;
}

.site-content ul:not(.navbar-nav):not([class*="wp-admin"]) li {
    margin-bottom:.6rem;
}


header#masthead{
    border:none;
}

body.scrolled header#masthead:after {
    height: 80px;
    opacity: .5;
}
body .navbar-toggler {
    padding: 0;
    font-size:1.35rem;
}

#masthead #primary-menu>.nav-item a *{
    font-size:inherit;
    font-weight:inherit;
    padding:0;
}
#masthead #primary-menu>.nav-item a>.nav-link-wrap {
    position:relative;
}

@media (max-width: 1199px) {
    #masthead #primary-menu>.nav-item a>.nav-link-wrap {
        text-align: center;
    }
}

#masthead #primary-menu>.nav-item a>.nav-link-wrap>.nav-item-title {
    position:relative;
    z-index:1;
}


.rkp-path2{
    fill:none;
    stroke:var(--text);
    stroke-width:2.5;
    stroke-linecap:round;
    stroke-miterlimit:10;
}
.fill-text{
    fill:var(--text);
}
.fill-none{
    fill:none;
}
body:not(.home) section#s_header.dark:before{
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.23);
    position:absolute;

}

#s_header.animation-ended #h_video:before {
    opacity:1;
}

.navbar-toggler-icon .center-bar, .navbar-toggler-icon:after, .navbar-toggler-icon:before {
    height: 2px;
}

.logo-wrap polygon.fill-rkp,
.logo-wrap rect.fill-rkp,
.logo-wrap path.fill-rkp{
    fill:white;
}

ul.navbar-nav>li .menu-contact-wrap .menu-contact-thumb{
    max-width: 120px;
    /* display: flex; */
    /* justify-content: flex-end; */
    text-align: right;
    display: inline-block;
    width: 100%;
}


@media(max-width:767.98px){
    .navbar-extra-links{
        right:0;
        padding:0;
    }
}

@media(max-width:991.98px){
    header#masthead.whitened.opened,
    header#masthead.opened{
        background:var(--primary);
    }
}

header#masthead:after {
    content: '';
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    background: transparent;
    height: 0px;
    position: absolute;
    background: var(--header-after-gradient);
    pointer-events:none;
    transition:height .6s;
}


.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%;
}



/*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;
}

body .h2,
body h2{
    margin-bottom:1.7rem;
}
/*post - subtitle*/
.post-h span.theme-h-sm{
    display: block;
    font-size: var(--regular-p-size);
    margin-top: 0.75rem;
}

/*ACCORDION*/
.h-col,
.acc-img-col{
    min-height:300px;
}
.rot-acc.accordion h3,
.rot-acc.accordion .h3{
    transition:text-decoration .4s;
    font-weight:500;
}
.rot-acc.accordion.active h3,
.rot-acc.accordion.active .h3{
    text-decoration:underline;
}

@media(max-width:767.98px){
    .acc-img-row>.acc-img-col{display:none!important;}
    .rot-acc.accordion{margin-right: 2.1rem;}
    .rot-acc-content.panel p {margin-right: 0;}
    .rot-acc.accordion h3,
    .rot-acc.accordion .h3{max-width:calc(100% - 50px);}
    .rot-acc.accordion i {
        transform: rotate(-90deg);
    }
    .rot-acc.accordion.active i {
        transform: rotate(0deg);
    }

}
@media(min-width:768px){
    .acc-img-row>.acc-img-col{
        display:block;
        margin-top: -4.3rem;
    }
    .acc-img-row>.h-col .rot-acc-content.panel{
        display:none!important;
    }
    .rot-acc.accordion {
        flex-wrap: nowrap;
    }
}


body #BorlabsCookieBoxWidget svg {
    color:var(--primary);
    opacity:.7;
}
body .BorlabsCookie._brlbs-cb-googlemaps,
body .BorlabsCookie ._brlbs-content-blocker,
body .BorlabsCookie ._brlbs-embed._brlbs-google-maps {
    height: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
}
body .BorlabsCookie ._brlbs-embed._brlbs-google-maps img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
body .BorlabsCookie._brlbs-cb-facebookfeed ._brlbs-content-blocker{
    position:relative;
}


@media(min-width:1200px){
    section.rot-section>.content-replace-img .container,
    section.rot-section>.container{
        /* transform:scale(.93); */
        transition:transform .4s;

    }
    section.rot-section:not(#s_header):not(.in-scope)>.content-replace-img .container,
    section.rot-section:not(#s_header):not(.in-scope)>.container{
        transform:scale(.9);
        transition:transform .4s;

    }
    section.rot-section.in-scope>.content-replace-img .container,
    section.rot-section.in-scope>.container{
        transform:scale(1.00);
    }
}

.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:left;
        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;
    }
}


/* ALEX ADDED */

section#parallax {
    height: 470px;

}
section#parallax figure,
.bg-img.rot-img-absolute
 {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    background-position: center;
}

section#news p.h-top, h2.section-h  {
        text-align: center;
}

p.h-top::after {
    content:"";
    height: 5px;
    width: 100px;
    background-color: var(--primary);
    display:block;
    margin: 0.5em auto;
}

@media (min-width: 768px) {
    p.h-top::after {
        margin: 2em auto;
    }
}

.field-content {
    display:flex;
}
.field-content * {
    font-weight: 400;
}

section#kontakt .contact-wrapper {
    background: var(--primary);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em;
}

@media (max-width: 767px) {
    section#kontakt iframe {
        height: 160% !important;
    }
}

section#kontakt .contact-wrapper * {
    color: var(--white);
}

section#service *, section#map {
    text-align: center;
}

section#service {
    padding-bottom: var(--section-top)!important;
}

section#service .service-wrapper {
    padding: 2em;
}
section#service figure a {
    display: block;
    height: 100%;
}

@media (min-width: 1200px) {
    section#kontakt .contact-wrapper {
        padding: 3em;
        min-height: 600px;
    }
}



@media (min-width: 2200px) {
    section#service .service-wrapper{
        padding: 2em 3em;
    }
}
.rot-cpt-title a {
    font-weight: 700;
    font-size: 0.875em;
    text-transform: uppercase;
}
.readmore-news {
    font-weight: 700;
    display: inline-block;
}

.service-list-item {
    padding-bottom: 3em;
}

.service-list-item h3 {
    padding-left: 1em;
}

.service-list-item p {
    padding: 0 1em;
}

@media (min-width: 576px) {
    .service-list-item p {
        padding: 0 2em;
    }
}

.service-list-item h3::after {
    content:"";
    display:block;
    width: 100px;
    height: 5px;
    background-color: var(--primary);
    position: relative;
    left: 0;
    margin: 0.5em 0;
}

@media  (min-width: 768px) {
    .service-list-item h3::after {
        margin: 0.75em 0;
    }
}

#service-intro .relative-wrapper {
    background-color: var(--primary);
    padding: 2em;
    position:relative;
}

@media (min-width: 992px) {
    #service-intro {
        margin-top: 8em !important;
    }
    #service-intro .relative-wrapper {
        left: -30%;
        top: -8em;
        padding: 4em 5em;
    }
}

#service-intro img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#service-intro * {
    color: var(--white);
}
#service-intro .h-top::after {
    background-color: var(--white);
    margin: 0.5em 0;
}
@media (min-width: 768px) {
    #service-intro .h-top::after {
        background-color: var(--white);
        margin: 2em 0;
    }
}


section.has-bg-img-top-right figure.bg-img {
    background-repeat: no-repeat;
    background-size:contain;
    background-position: right top;
    background-size: 15%;
}
@media (min-width: 1200px) {
    section.has-bg-img-top-right figure.bg-img {
        background-size: 20%;
    }
}

.service-wrapper figure{
	max-width: 100px;
	width: 100px;
	height:100px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.service-wrapper img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:contain;
}
/*nachträglich*/
/*nachträglich*/
/*nachträglich*/
/*nachträglich*/
.wpcf7#wpcf7-f354-o1 form {
    padding: 1.5em;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form input[type="date"],
.wpcf7-form input[type="number"] {
    padding: 0.25em .5em;
    font-size: 0.9rem;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    line-height: 1;
    font-size: .9rem;
    font-weight: 500!important;
    margin-bottom: 1.1rem;
}
.wpcf7-form input[type="submit"]:not(.small-bold) {
    padding: 0.25em 0.75em;
}

.home #formular form:after,
.home section:not(#s_header):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /*ALEX COMMENTED*/
    /* background: #135671; */
    opacity: 0.9;
}
.user-colorscheme-dark .home #formular form:after,
.user-colorscheme-dark .home section:not(#s_header):after {
	opacity:0;
}
p a{line-break:anywhere;}

@media (max-width:767px) {
    section.has-bg-img-top-right .bg-img.rot-img-absolute {
        position: absolute;
    }
}

body span.mail i.rkpicon-mail-1::before {
    font-size: 12px;
    margin-right: 12px;
}

body .contact-wrapper i {
    margin-right: 4px;
}