

.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>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;
}

.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);
	}
	100% {
		transform: rotate(360deg);
	}
}


.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-weight: 500;
    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;
}

.section-link-wrap .section-links a.link-type-pdf.btn.btn-primary {
    background: transparent !important; 
    color: var(--primary) !important;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 0;
    font-size: 1.55rem;
    font-weight: 400;
}
.section-link-wrap .section-links a.link-type-pdf.btn.btn-primary::after {
   display:none;
}
.section-link-wrap .section-links a.link-type-pdf .rot-svg-icon figure.rot-svg-relative {
    width: 1.4em;
    margin-bottom: 0;
}

.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: 1rem;
    font-weight: 400;
}
.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 {
    margin-bottom:.2rem;
}


header#masthead{
    border:none;
}

body.scrolled header#masthead {
    -webkit-box-shadow:  1px 2px 10px rgba(0,0,0,0.25);
    -moz-box-shadow:  1px 2px 10px rgba(0,0,0,0.25);
    box-shadow:  1px 2px 10px rgba(0,0,0,0.25);
}
body .navbar-toggler {
    padding: .25rem 0 .25rem  .75rem;
    font-size:1.35rem;
}

#masthead #primary-menu>.nav-item a *{
    padding:0;
}
#masthead #primary-menu .nav-item.active a>.nav-link-wrap::after {
    position:relative;
    content: '';
    position: absolute;
    bottom: 0;
    left:0;
    width: calc(100% - 1.4rem);
    left: 0.7rem;
    transform: translateX(0);
    height: 4px;
    background-color: var(--primary);
    transition: width .4s;
}
#masthead #primary-menu .nav-item a>.nav-link-wrap>.nav-item-title {
    position:relative;
    z-index:1;
    text-transform: uppercase;
    color: var(--white)
}

body:not(.home) section#s_header.dark:before{
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.23);
    position:absolute;
}
#masthead #primary-menu .nav-link:not(.active) .nav-link-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left:0;
    width: 0;
    height: 4px;
    background-color: var(--primary);
    transition: width .4s;
}
#masthead #primary-menu .nav-link:not(.active):hover .nav-link-wrap::after  {
    width: calc(100% - 1.4rem);
    left: 0.7rem;
    transition: width .4s;
}

#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;
}
body.scrolled #masthead.nav-showing .logo-wrap {
    padding: 0;
}

body.scrolled .logo-wrap .site-logo svg {
    height: 100%;
    padding-top: 0.25rem;
}
.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%;
}

ul.navbar-nav>li .menu-contact-wrap .menu-contact-thumb{
    max-width: 120px;
    text-align: right;
    display: inline-block;
    width: 100%;
}

@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;
} */

.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*/

.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: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;
}

/*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%;
}
#site-footer .footer-widgets {
    background-color: var(--grey-dark);
    padding: 2rem 0;
    border-top: 9px solid var(--primary);
}
#site-footer .footer-widgets * {
    color: var(--white);
}

body #site-footer ul.footer-nav {
    /* columns: 2; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

body #site-footer ul.footer-nav li {
    flex-basis: 48%;
    word-break: break-word;
}

body #site-footer .footer-logo-wrap svg {
    height: auto;
}

body #site-footer .footer-logo-wrap {
    max-width: 50%;
    display: block;
    margin: 0 auto;
}

body #site-footer .contact-wrapper .tel,
body #site-footer .contact-wrapper .mail {
    display:flex;
    align-items: center;
    gap: 8px;
}

body #site-footer .contact-wrapper .rot-svg-relative {
    width: 20px;
    margin: 0;
}
body #site-footer .footer-contact-wrapper h4 {
    padding-bottom: 0.5rem;
}
body #site-footer .footer-contact-wrapper h4::after {
    content:"";
    display: block;
    width: 100px;
    max-width: 33%;
    height:4px;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (min-width: 768px) {
    body #site-footer .footer-logo-wrap {
        max-width: 80%;
    }
}
@media (min-width: 992px) {
    body #site-footer .address-wrapper,
    body #site-footer .contact-wrapper {
        width: 50%;
        display: inline-block;
    }
    body #site-footer .footer-logo-wrap {
        max-width: 55%;
    }
}

body #site-footer .privacy-nav {
    margin-top: 1.5rem;
}
@media (min-width: 1200px) {
    body #site-footer .privacy-nav p {
        display: inline-block;
    }
}

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;
}

@media (min-width: 768px) {
    body #site-footer .right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: end;
    }
}

body #site-footer a.social-link:hover i{
	color:var(--primary);
}


body h3::after,
body .leistung-h::after {
    content:"";
    display: block;
    width: 100px;
    max-width: 33%;
    height: 3px;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    bottom: 0;
}

body #site-footer .address-wrapper strong {
    font-weight: 400;
}

body #site-footer .address-wrapper > p {
    margin-bottom: 0.5em;
}

body #site-footer .footer-social {
    margin-bottom: 2rem;
}

body #site-footer .footer-logo svg {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}


body #site-footer .privacy-nav * {
    font-weight: 400 !important;
    font-size: var(--smallest-p-size) !important;
}

@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 li a {
    padding: 0;
}


#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;
}





.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;
    }
}
@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*/


.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;
}
.accordion.active .acc-trigger:after{
	transform:rotate(45deg);
}



/*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: relative;
    top: calc(var(--admin-bar-height) - 0rem);
    left: 0rem;
     top: 0;
    max-width: 100%;
    width: 120px;
}
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: 160px;
    }
}
@media(min-width:1820px){
    .logo-wrap{
        width: 260px;
    }
}
body #main .post,
body #main .page {
    margin-bottom: 0px;
    padding: 0;
}

.site-logo {
    top: 0;
    padding: 0.25rem 0;
}

.site-logo svg {
     height: 100%;
    width: auto;
    max-width: 100%;
}
.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: 97%;
    position: relative;
    margin-bottom: 0;
	font-weight:400;
	padding-bottom: 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: fixed;
    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: absolute;
    object-fit: contain!important;
    transform: translate(130px, 200px);
    right: 0px;
    top: auto;
    height: 670px;
    width: auto;
    left: auto;
    object-position: bottom;
    bottom: 80px;
}
@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;
    }
    .maintenance-content .maintenance-inline-img img {
        height: 850px;
    }
    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:100%;
    }
}
@media(min-width:1200px){
	.maintenance-content .branding-wrap>figure.rot-img-relative {
		max-width: 800px;
	}
    .maintenance-content .container{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: flex-start;
    }
}
@media(min-width:1440px){
    section.maintenance-content .theme-h,
    section#s_header .theme-h {
        /* font-size: 3.8rem; */
    }
	.maintenance-content .maintenance-inline-img img {
        height: 960px;
    }
    section.maintenance-content ul>li {
        font-size: 1.8rem;
    }
    section.maintenance-content ul {
        margin-bottom: 1.8rem;
    }
}
@media(min-width:1600px){
	.maintenance-content .branding-wrap>figure.rot-img-relative {
		max-width: 960px;

	}
}
@media(min-width:1820px){
	.maintenance-content .maintenance-inline-img img {
        height: 1580px;
        bottom: -6rem;
        right: -12rem;
    }
    section.maintenance-content .theme-h,
    section#s_header .theme-h {
        /* font-size: 4.5rem; */
    }
}



body section#jobs  article.rot-item .rot-cpt-content  {
   min-height: 120px;
}

/* NEWS */
body.single-post figure.wp-block-image img{
    width: 100%;
}

body.single-post a.back-link {
    font-weight: 400;
    color: var(--white);
    margin-bottom: 1rem;
}
body.single-post .intro * {
    color: var(--white);
}

.rkp-icon-angle-right::before {
    font-weight: 400;
    color: var(--primary);
    font-size: 1.5em;
    width: auto !important;
    position: relative;
    top: 4px;
}


/* SINGLE LEISTUNG BILDGRÖßEN*/

.rot-img-relative.contain-img  {
    padding-bottom: 500px;
}

.rot-img-relative.contain-img img {
    object-fit: contain;
    object-position: 50% 50%;
}


/* GROLLEGG*/
/* GROLLEGG*/
/* GROLLEGG*/


/* STANDARD SECTIONS */
body section.content-img .row,
body section.img-content .row {
    align-items: center;
}

body section.img-content .split-img-col figure::after,
body section.three-images figure.third::after,
body section.team .rot-post-type-team figure.rot-cpt-thumb::after  {
    content: "";
    display: block;
    background-color: var(--primary);
    height: 102%;
    width: 103%;
    position: absolute;
    clip-path: polygon(100% 0, 100% 76%, 76% 94%, 0 94%, 0 0);
    z-index: -1;
    top: 8%;
}

body section.content-img .split-img-col figure::after {
    content: "";
    display: block;
    background-color: var(--primary);
    height: 102%;
    width: 103%;
    position: absolute;
    clip-path: polygon(100% 0, 100% 76%, 76% 94%, 0 94%, 0 0);
    z-index: -1;
    bottom: 8%;
    right: 0;
    transform: rotate(180deg);
}

/* JUMBOTRON SECTION */
body section.jumbotron-section {
    padding-top: 0 !important;
}
@media(min-width: 768px) {
    body section.jumbotron-section {
        padding-top: 5rem !important;
    }
}

body section.jumbotron-section .container-narrow {
    position: relative;
    padding: 3rem;
    overflow: visible;
}

body section.jumbotron-section .container-narrow::after {
    content: "";
    position: absolute;
    pointer-events: none;
    bottom: 0;
    right: 2rem;
    height: 50%;
    width: 50px;
     background-image: url("svg/lines-vertical.svg"); 
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
body section.jumbotron-section .container-narrow::after {
    bottom: -3rem;
}
@media (min-width: 768px) {
    body section.jumbotron-section .container-narrow::after {
		bottom: -4rem;
        height: 75%;
        right: 4rem;
	}
}

@media (min-width: 1600px) {
    body section.jumbotron-section .container-narrow {
        position: relative;
        padding: 6rem;
        height: 100%;
    }
    body section.jumbotron-section .container-narrow::after {
		bottom: -4rem;
	}
}

body section.jumbotron-section .container:not(.container-narrow) {
    display: none;
}
body section.jumbotron-section figure.bg-img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

body section.jumbotron-section * {
    color: var(--white);
    z-index: 1;
}

body section.jumbotron-section h2 {
    position: relative;
    z-index: 1;
}


body section#leistungen figure,
body section#jobs figure.rot-cpt-thumb,
body section#news figure.rot-cpt-thumb,
body .items-leistung figure.rot-cpt-thumb{
    padding-bottom: 60%;
    clip-path: polygon(100% 0, 100% 76%, 76% 100%, 0 100%, 0 0);
}

/* QUALITÄTSPRODUKTE SECTION HOME */
body section#qualitaet .flex-wrapper {
    display: flex;
    flex-direction: column;
    margin: 1.5rem 0;
    flex-wrap: wrap;
}

body section#qualitaet figure.rot-svg-relative {
    margin-right: 0;
    max-width: 25%
    
}

@media (min-width: 768px) {
    body section#qualitaet figure.rot-svg-relative {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 200px;
    }
}

body section#qualitaet figure.rot-svg-relative a {
    pointer-events: none;
}

body section#qualitaet .flex-wrapper.produktion figure.rot-svg-relative svg {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

@media (min-width: 768px) {
    body section#qualitaet .flex-wrapper {
        margin-bottom: 1.5rem;
        margin-top: 0;
        text-align: left;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1.5rem;
    }
    body section#qualitaet figure.rot-svg-relative {
        margin-right: 0;
        width: 100%;
    }
}

body section#qualitaet .outer-wrapper {
    background-color: var(--grey-dark);
}

/* @media (max-width: 767px) {
    body section#qualitaet {
        padding-top: 3rem !important;
    }
} */

body section#qualitaet .container-narrow {
    margin-top: -3rem;
}
body section#qualitaet .outer-wrapper h2,
body section#qualitaet .outer-wrapper p:not(.subtitle) {
    color: var(--white);
}


/* LEISTUNGEN */
body section#leistungen::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: var(--container-margin);
    width: 620px;
    aspect-ratio: 5 / 3;
    background-image: url("svg/dachzubehoer.svg");
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 30%;
}
body section#leistungen .rot-cpt-excerpt .rot-read-more {
    margin-top: 0.5rem;
}
@media (min-width: 1200px) {
    body section#leistungen::before {
        top: 12rem;
        max-width: 50%;
        right: calc(var(--container-margin) + 3rem);
    }
}

@media (min-width: 1200px) {
    body section#leistungen::before {
        top: 5rem;
    }
}

/* SECTION MIT 3 BILDERN */
body section.three-images * {
    color: var(--white);
}
body section.three-images h2 {
    word-break: break-word;
}
body section.three-images figure.first {
    padding-bottom: 100%;
}
body section.three-images figure.second {
    padding-bottom: 80%;
}
body section.three-images figure.third {
    padding-bottom: 60%;
}

body section.three-images::after {
    content: "";
    display: block;
    background-color: var(--grey-dark);
    width: 100%;
    height: 100%;
    top: 0%;
    position: absolute;
    z-index: -1;
}

body section.three-images  {
    padding-bottom: var(--section-top);
}

@media (min-width: 1440px) {
    body section.three-images {
        padding-bottom: 0;
    }
    body section.three-images::after {
        height: 80%;
        top: 15%;
    }
}

body section.three-images figure.rot-img-relative.third img {
    z-index: 1;
}
body section.three-images figure.rot-img-relative.third::after {
    z-index: 0;
}
@media (min-width: 1200px) {
    body section.philosophie::after {
        height: 85%;
        top: 0;
    }
}
@media (min-width: 1440px) {
    body section.philosophie::after {
        height: 95%;
    }
}

/* JOBS */
body section#jobs .items-job figure.rot-cpt-thumb {
    padding-bottom: 65%;
}
body.single-job .intro-content {
    color: var(--white);
    margin-top: 2rem;
}
body.single-job #s_header {
    min-height: 35vh;
    padding-bottom: 6rem;
}

body.single-job .back-link {
    color: var(--white);
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-size: 0.8rem;
}

body.single-job .back-link:hover {
    color: var(--primary);
}

body.single-job .back-link i,
body.single-products .back-link i {
    color: var(--primary);
    margin-right: 0.5rem;
}

body section.flex-column .row {
    flex-direction: column;
}

/*KONTAKT BLOCK*/
body section#kontakt p {
    margin-bottom: 0;
}

body section#kontakt a {
    color: var(--text);
}
body section#kontakt .tel,   
body section#kontakt .mail {
    margin-top: 0.5rem;
    display: flex;
    line-height: 1;
}
body section#kontakt .rot-svg-relative {
    width: 16px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}
body section#kontakt h3 {
    font-size: var(--h4-size);
}


@media (max-width: 767px) {
    body section#intro {
        padding-top: 0;
    }
    body section#intro figure.rot-svg-relative {
        max-width: 50%;
        margin: 0 auto;
    }
}

body section#dach .rot-cpt-excerpt {
    display: none;
}


/*STYLE ÜBERARBEITUNG*/
/*STYLE ÜBERARBEITUNG*/
/*STYLE ÜBERARBEITUNG*/
/*STYLE ÜBERARBEITUNG*/
html{font-size:16px;}
@media(min-width:1200px){
	html{font-size:17px;}
}
/*das muss unbedingt sein! sonst siehts mobile einfach wirklich kacke aus*/

@media(min-width:992px){
	section#s_header .theme-h {
        margin-left: 0rem;
    }
}



/* GROLLEGG*/
/* GROLLEGG*/
/* GROLLEGG*/


body .items-leistung article.rot-item .rot-cpt-content {
    min-height: 110px;
}
/* SINGLE LEISTUNG */
body.single-leistung section.video-content video {
    width: 100%;
}

@media (min-width: 768px) {
    body.single-leistung section.video-content video {
        padding: 0 1rem;
    }
}

@media (min-width: 1820px) {
    body.single-leistung section.video-content video {
        padding: 0 3rem;
    }
}
body.single-leistung section.video-content::before {
    content: "";
    display: block;
    background-color: var(--grey-dark);
    width: 100%;
    height: 12rem;
    top: 0%;
    position: absolute;
}


/* SLIDER ARROWS */
.owl-theme .owl-nav .owl-prev, 
.owl-theme .owl-nav .owl-next {
    height: 3px;
    background: var(--primary);
    left: -7rem !important;
}
.owl-theme .owl-nav .owl-next {
    left: auto !important;
    right: 1rem;
}
@media (min-width: 992px) {
    .owl-theme .owl-nav .owl-prev {
        left: -7rem !important;
    }
}
.owl-theme .owl-nav .owl-prev::before {
    content: "";
    width: 12px;
    height: 12px;
    left: 2px;
    background: transparent;
    border-bottom: 3px solid var(--primary);
    border-left: 3px solid var(--primary);
    transform: rotate(45deg) translate(-50%) !important;
    top: 0;
}
.owl-theme .owl-nav .owl-prev::after {
    content: "";
    display: block;
    position: absolute;
}
.owl-theme .owl-nav .owl-next::before {
    content: "";
    width: 12px;
    height: 12px;
    right: 0px;
    left: 2px;
    background: transparent;
    border-bottom: 3px solid var(--primary);
    border-left: 3px solid var(--primary);
    transform: rotate(45deg) translate(-50%) !important;
    top: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--primary);
}
.owl-theme .owl-nav [class*=owl-]:hover:before {
    background: transparent;
}

.owl-theme .owl-nav .owl-prev::after,
.owl-theme .owl-nav .owl-next::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    transform: translateY(-50%);
}


/* PARTNER SLIDER*/
body section#partner, 
body section.partner {
   padding-top: 12rem !important;
   padding-bottom: 3rem !important;
   background-color: var(--grey-dark) !important;
   margin-top: -6rem !important;
   z-index: 0;
}
body section#partner h2, 
body section.partner h2 {
   color: var(--white);
   
}

body section#partner .rot-cpt-content, 
body section.partner .rot-cpt-content {
    display: none;
}


/* FLEX SLIDER FÜR PROJEKTE, PHILOSPHIE... */
body section.flex-slider .rot-cpt-items.owl-carousel .owl-stage{
    display: flex; 
    align-items: stretch; 
}
body section.flex-slider p.zitat {
    font-weight: 400;
}
body section.flex-slider .rot-cpt-thumb {
    height: 100%;
    padding-bottom: 75%;
}
body section.flex-slider p.zitat {
    font-size: 20px;
    margin-top: 0.5rem;
}
body section.flex-slider .rot-cpt-content {
    min-height: 130px;
}

body section.flex-slider .rot-cpt-item-inner {
    padding-bottom: 2rem !important;
}
@media (min-width: 768px) {
    body section.flex-slider .rot-cpt-item-inner {
        display:flex;
        gap: 2rem;
        min-height: 330px;
    }
    body section.flex-slider .rot-cpt-head {
        width: 50%;
        height: 100%;
    }
    body section.flex-slider .rot-cpt-content {
        width: 50%;
    }
    body section.flex-slider p.zitat {
        margin-top: 0;
    }
}

/* ANDERE AUSRICHTUNG DES CONTENT NUR FÜR DIE PROJEKTE */
body section.flex-slider#projekte .rot-cpt-item-inner {
    align-items: flex-start;
}

/* dots unter den Bildern */
body section.flex-slider .rot-cpt-item-inner::after,
body section#karriere_team .rot-cpt-item-inner::after  {
    content: "";
    width: 22px;
    height: 13px;
    background: var(--primary);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

body section.flex-slider .rot-cpt-slider::after {
    content: "";
    width: calc(100% - 24px);
    height: 6px;
    background: var(--primary);
    position: absolute;
    bottom: 0;
    display: block;
    transform: translateY(-3px);
    left: 12px;
}

@media (min-width: 768px) {
    body section.flex-slider .rot-cpt-item-inner::after,
    body section#karriere_team .rot-cpt-item-inner::after {
        left: 25%;
    }
}

@media (max-width: 575px) {
    body section.flex-slider .owl-carousel .owl-nav,
    body section#karriere_team .owl-carousel .owl-nav {
        top: -1em;
    }
}

body section.flex-slider .rot-cpt-items .h3 {
    font-size: var(--h4-size);
    color: var(--primary);
}

/* NEWS */
body section#news .btn__wrapper {
    text-align: center;
    margin-top: 2rem;
}
body section#news .rot-post-type-post {
    margin-top: 0 !important;
}
/* BENEFITS */
body section#benefits .wp-block-sbgd-wrapper-block {
    margin-top: 2rem;
}
@media (min-width: 768px) {
    body section#benefits .wp-block-sbgd-wrapper-block {
        margin-top: 2rem;
    }
}
@media (min-width: 1200px) {
    body section#benefits p {
        padding-right: 3rem;
    }
}

/* KARRIERE FEEDBACK SLIDER */
body section#karriere_team p.zitat {
    font-weight: 400;
}
body section#karriere_team .rot-cpt-thumb {
    height: 100%;
    padding-bottom: 75%;
}
body section#karriere_team p.zitat {
    font-size: 20px;
    margin-top: 0.5rem;
}
body section#karriere_team .rot-cpt-content {
    min-height: 130px;
}

body section.flex-slider .rot-cpt-item-inner {
    padding-bottom: 2rem !important;
}
@media (min-width: 768px) {
    body section.flex-slider .rot-cpt-item-inner {
        display:flex;
        align-items: center;
        gap: 3rem;
        min-height: 300px;
    }
    body section.flex-slider .rot-cpt-head {
        width: 50%;
        height: 100%;
    }
    body section.flex-slider .rot-cpt-content {
        width: 50%;
    }
    body section#karriere_team p.zitat {
        margin-top: 0;
    }
}
body section#karriere_team .rot-cpt-title {
    display:none;
}



/* FIXING SLIDES WIDTH FOR PARTNER SLIDER */
/* FIXING SLIDES WIDTH FOR PARTNER SLIDER */
/* FIXING SLIDES WIDTH FOR PARTNER SLIDER */

body section#partner .owl-carousel .owl-item {
    width: fit-content !important;
    margin-right: 12px; 
    height: 175px !important;
}
body section#partner .rot-cpt-head {
    height: 100% !important;
}
body section#partner .owl-carousel .owl-item img {
    display: block; 
    max-width: none !important;
    width: auto !important;
    height: 100% !important;
}
body section#partner figure.rot-cpt-thumb {
    width: auto !important;
    height: 100% !important;
    position: static !important;
    padding-bottom: 0 !important; 
}
body section#partner figure.rot-cpt-thumb a {
    display: block; 
    width: auto !important;
    height: 100% !important;
    position: static !important;
    left: auto;
    top: auto;
}
body section#partner figure.rot-cpt-thumb img {
    position: static !important; 
    top: auto;
    left: auto;
    width: auto !important; 
    height: 100% !important; 
    object-fit: initial !important;
}
body section#partner .owl-stage {
    display: flex !important; 
}