

.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,
.rot-section a.link-type-contact,
.rot-section a.link-type-frei,
.rot-section a.link-type-pdf,
.rot-section a.link-type-beitrag{
	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(--primary);
}

.social-wrap a.sbtn.s-copy,
.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);
}


.social-wrap a.sbtn.s-copy.copied .link-inner>span{
	position:relative;
	top: 2px;
}
.social-wrap a.sbtn.s-copy .link-inner>span{
	position:relative;
	top:0px;
}
.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);
}
.social-wrap a.sbtn.s-copy.copied .link-inner>span:after{
	opacity:1;
}

.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 .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;
	width: fit-content;
	display: inline-block;
}
#masthead #primary-menu>.nav-item a>.nav-link-wrap>.nav-item-title {
	position:relative;
	z-index:1;
}
@media(min-width:992px){
	#masthead #primary-menu>.nav-item a *{
		white-space: nowrap;
	}
}
#masthead #primary-menu>.nav-item.active a {
	color: var(--grey-hover);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.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;
}


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;
}


/*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 h3{
	margin-bottom:.75rem;
}

/*NAV*/
body #site-footer .rot_menu.footer-menu {
	display: block;
	text-transform: uppercase;
}
.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;
	overflow-x:hidden;
}
@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.centered.fullwidth>ul>li{
		flex-grow:0;
		position:static;
		padding-top:0;
	}
	#primary-menu-footer .nav-item a.nav-link,
	#primary-menu .nav-item a.nav-link {
		/* text-align: center; */
		/* justify-content: center; */
		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;
	}
}


/*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;

}
body:not(.single) section.rot-section>.container{
	opacity:1;
	/* 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) .content-row:not(.order-swapped) .split-inner-row{
	left:0;
}
@media(min-width:768px){
	section .split-content-col{
		padding-right:var(--content-spacing-x,2rem);
	}
}

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:.3rem;
}
body.single .caption-content .h2,
body.single .caption-content h2,
body .caption-content .h2,
body .caption-content h2{
	margin-bottom:1.3rem;
}
/*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{
	font-weight:500;
}
.rot-acc .short-and-icon{
	position:relative;
	color:transparent;
	margin-bottom: -0.8rem;
}
.rot-acc .short-and-icon:before,
.rot-acc .short-and-icon:after{
	content:'';
	display: block;
	width:2px;
	left:0;
	top: 0;
	background:var(--primary);
	position: absolute;
    width: 1rem;
    height: 2px;
	transform-origin:center;
}
.rot-acc .short-and-icon:before {
	transform: rotate3d(0, 1, 4, 90deg) translate(0px, calc(50% - 1px));
    background: var(--primary);
    transition: width .5s, transform .5s;
    /* width: 2px; */
    left: calc(0% + 0px);
    height: 2px;
    /* top: .5rem; */
}
.rot-acc-line{
	flex: 0 0 100%;
    width: calc(100% - (2 * var(--acc-col-padding)));
    height: 2px;
    background: var(--primary);
    margin-left: var(--acc-col-padding);
}
.rot-acc.active .short-and-icon:before {
    width: 0;
    transform: rotate3d(0, 1, 4, 90deg) translate(0px, calc(-0.5rem - 1px));
}

@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;
}
body .BorlabsCookie._brlbs-cb-facebookfeed ._brlbs-content-blocker a {
	color: var(--white)!important;
}
body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-btn {
	background-color: #808080!important;
		color: var(--white)!important;

}

body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker {
	height: 220px !important;
}
@media(min-width:992px){
	body .h2,
	body h2{
		margin-bottom:.3rem;
	}
	body.single .caption-content .h2,
	body.single .caption-content h2,
	body .caption-content .h2,
	body .caption-content h2{
		margin-bottom:1.3rem;
	}
}

@media(min-width:1200px){
	section.rot-section>.content-replace-img .container,
	section.rot-section>.container{
		/* transform:scale(.93); */
		transition:transform .4s, top .7s, opacity .7s;

	}
	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;

	}
	.single section.rot-section:not(#s_header):not(.in-scope)>.content-replace-img .container,
	.single section.rot-section:not(#s_header):not(.in-scope)>.container{
		transform:scale(1);
	}
	section.rot-section.in-scope>.content-replace-img .container,
	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);
}

#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 {
	min-height: 64px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1rem;
}

.section-h{
	/* border-bottom:4px solid var(--secondary); */
	padding-bottom:.8rem;
	/* width:fit-content; */
	margin-bottom:.3rem;

}

section.content-narrow .s-btns-wrap,
section.content-narrow .section-content,
section.content-narrow .section-lead,
section.content-narrow h1,
section.content-narrow h2,
section.content-narrow .section-h2{
	max-width: var(--narrow);
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}


section.bg-primary-light .section-h{
	border-color:var(--primary);
}
section#s_termine .section-h{
	border:none;
	padding-bottom:.1em;
}
@media(min-width:1200px){
	.inner {
		min-height: 72px;
		height: 100%;
	}

}
@media(min-width:1440px){
	.split-hc .section-h{
		max-width: 9.8em;
	}
	.section-h{
		margin-bottom:.45rem;
	}
}

@media(min-width:1820px){
	.inner{
		min-height:152px!important;
	}
	section.content-narrow .section-content,
	section.content-narrow .section-lead,
	section.content-narrow h1,
	section.content-narrow h2,
	section.content-narrow .section-h2{

	}
}



article.rot-item-post .rot-read-more{
	margin-top:12px;
}


#site-footer h2.footer-title {
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 2rem;
	color: var(--white);
}

#site-footer p, #site-footer li a {
	font-size: 0.75rem !important;
}
#site-footer ul.footer-contact-list {
	list-style-type: none;
	padding-left: 0;
}
#site-footer ul.footer-contact-list span {
	font-size: 0.75rem !important;
}

#site-footer .privacy-menu li a {
	font-size: 0.65rem !important;
	color: var(--grey);
}

#site-footer ul:not(.privacy-menu) li + li {
	margin-top: 0.5rem;
}

#site-footer span.addr {
	margin-top: 0.5rem;
	display: block;
}

.footer-logo{
	max-width: 90%;
	width: 170px;
}
#h_video{
	background-image:none!important;
}
#h_video video {
	max-width: calc(100% - (1 * var(--container-margin)) - 2rem);
	max-height: calc(100%);
	margin-left: calc(var(--container-margin) + 2rem);
}
@media(min-width:768px){
	.video-wrap video.novid {
		object-position: 50% 64%;
	}
}
@media(min-width:992px){
	#h_video video {
		max-width: calc(50% - var(--container-margin));
		/* max-height: calc(100% - 2rem); */
		margin-left: calc(var(--container-margin) + 2rem);
	}
}


#s_gts .section-content{
	margin-bottom:0!important;
}

.rot-item-termin .h3,
.rot-item-termin h3{
	border-bottom: 4px solid var(--primary);
	max-width: 20em;
}

.meta{
	font-size:.9rem;
}
figure.rot-single-thumb {
	padding-bottom: 380px;
	margin-bottom: 2rem;
}
.page-template-default section#s_header:before,
.single section#s_header:before {
	display:none;
}
.contact-bar {
	/* display: none!important; */
	pointer-events: none;
}
@media(min-width:992px){
	.contact-bar{
		display:flex;
	}
}
@media(min-width:1200px){
	figure.rot-single-thumb {
		height:100%;
		max-height:640px;
	}
	#s_gts .rot-img-relative{
		padding-bottom:18rem!important;
	}

}
.content-min-height-500 .split-content-col{
	min-height:500px!important;
	padding-top:4rem!important;

}
.section-lead .mail a,
.section-lead .mail span,
.section-lead .tel a,
.section-lead .tel span{
	font-size:inherit!important;
}

.gal-wrap{
	margin-bottom:2rem;
}
.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image{
	flex-grow:0;
}

body #masthead figure.xtra-branding.jpg-logo {
	width: 10em;
	min-height: 10em;
	border-radius:400px;
	overflow: hidden;
}
body #s_header figure.xtra-branding.jpg-logo {
	width: 9em;
	min-height: 9em;
	border-radius:400px;
	overflow: hidden;

}

/*Social Bar & Display-Header-styles*/
#s_header {
	/* margin-top: calc(var(--d-header-margin-top) - 2px)!important; */
	margin-top: 0 !important;
}
@media(min-width:1800px){
	.h-bg-img-container>.rot-img-absolute{
		max-width: var(--d-header-width,1600px);
		left: 50%;
		transform: translateX(-50%);
	}
}

/*btns*/
/*btns*/
/*btns*/
/*btns*/
.btn-primary {
	background-color: var(--primary)!important;
	border-color: var(--primary)!important;
	background-color: transparent!important;
	border-color: transparent!important;
	color: var(--grey-dark)!important;
	font-family: var(--sans2);
	font-weight: 700!important;
	text-transform: capitalize!important;
	position:relative;
	text-decoration: underline;
	padding:0 0 .6em 0!important;
}
/* .btn-primary:after {
	content: '';
	height: 0;
	border-bottom: 0.25em solid var(--primary);
	position: absolute;
	display: block;
	width: 100%;
	bottom: -.0em;
	transition:border-color .7s, filter .7s;
} */


/*THEME GALLERY*/
/*THEME GALLERY*/
/*THEME GALLERY*/

@media(min-width:768px){
	.gal-3-2-3>.rot-gal-item:nth-child(3n + 1) { /* 1., 4., 7., ... */
		flex: 0 0 37%;
		max-width: 37%;
	}
	.gal-3-2-3>.rot-gal-item:nth-child(3n + 1):after {
		content: '';
		width: 3px;
		position: absolute;
		transform: translateX(50%);
		right: 0%;
		height: calc(100% - 40px);
		top: 20px;
		background: var(--primary);
	}

	.gal-3-2-3>.rot-gal-item:nth-child(3n + 2) { /* 2., 5., 8., ... */
		flex: 0 0 26%;
		max-width: 26%;
	}
	.gal-3-2-3>.rot-gal-item:nth-child(3n + 2):after {
		content: '';
		width: 3px;
		position: absolute;
		transform: translateX(50%);
		right: 0%;
		height: calc(100% - 40px);
		top: 20px;
		background: var(--primary);
	}

	.gal-3-2-3>.rot-gal-item:nth-child(3n) { /* 3., 6., 9., ... */
		flex: 0 0 37%;
		max-width: 37%;
	}
}


/*CTA*/
/*CTA*/
/*CTA*/
.s-cta-row{
	margin-top: 3rem;
}

.cta-bg-logo {
    position: absolute;
    height: 100%;
    min-width: 33em;
    left: 2em;
    overflow: hidden;
    top: 0;
    width: auto;
	z-index:0;
}
.cta-bg-logo svg{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	pointer-events:none;
}
.cta-txt-content,
body .cta-txt-content p{
	font-size: 2rem;
	line-height:1.2;
	font-weight:400;

}
@media(min-width:1200px){
	body .cta-txt-content p{
		font-size: 2.7rem;
		max-width: var(--cta-content-w);
		margin-left:auto;
		margin-right:auto;
	}
	.s-cta-wrap{
		padding: 3rem 9rem 2.5rem;
	}
}
@media(min-width:1440px){
	body .cta-txt-content p{
		font-size: 2.7rem;
	}
}
.cta-txt-content,
.cta-btns-wrap{
	z-index:1;
	position: relative;
}
.cta-btns-wrap{
	margin-top:1.8rem;
}
.s-cta-wrap.bg-primary .cta-txt-content{
	color:var(--white);
	font-family:var(--sans2);
}
.s-cta-wrap.bg-primary .cta-txt-content p{
	color:inherit;
	font-family:inherit;
}

.s-cta-wrap.bg-primary .cta-bg-logo svg path{
	fill:var(--primary-light)!important;
}


.s-cta-wrap.bg-primary .btn-primary,
.s-cta-wrap.bg-primary .btn {
    color: var(--white)!important;
    font-size: 1.5em;
    font-weight: 400!important;
}
.s-cta-wrap.bg-primary .btn-primary:hover,
.s-cta-wrap.bg-primary .btn:hover{
	color:var(--grey-lightest)!important;
}
.s-cta-wrap.bg-primary .btn-primary:after {
    border-color: var(--white);
}
.s-cta-wrap.bg-primary .btn-primary:hover:after {
    border-color: var(--grey-lightest);
}

/*block-gallery and ROT gal up-n-down*/
/*block-gallery and ROT gal up-n-down*/
/*block-gallery and ROT gal up-n-down*/
/*block-gallery*/
/*block-gallery*/

.rot-gal[data-style="up-n-down"],
.wp-block-gallery.bottom-top-gal{
	/* --gal-gutter-size:20px; */
	--gallery-block--gutter-size:20px;
}
[data-carousel-style="up-n-down"] .owl-stage>.owl-item:nth-child(odd) .rot-cpt-head{
	margin-bottom:0!important;
}
[data-carousel-style="up-n-down"] article.rot-item .rot-item-inner,
body .rot-gal[data-style="up-n-down"] .rot-gal-item>figure {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
	height:100%;
}
body .rot-gal[data-style="up-n-down"]>.rot-gal-item>figure:not(.lightbox-kudasai) img,
body .rot-gal[data-style="up-n-down"]>.rot-gal-item>figure.lightbox-kudasai a{
	position:relative;
	height: var(--height-landscape);
}

[data-carousel-style="up-n-down"] .owl-stage>.owl-item:nth-child(even) .rot-item-inner .rot-cpt-title,
body .rot-gal[data-style="up-n-down"]>.rot-gal-item:nth-child(even) figure.lightbox-kudasai figcaption,
body .rot-gal[data-style="up-n-down"]>.rot-gal-item:nth-child(even) figure figcaption,
body .wp-block-gallery.has-nested-images.bottom-top-gal>figure:nth-child(even) figcaption{
	order:0;
}
[data-carousel-style="up-n-down"] .owl-stage>.owl-item:nth-child(even) .rot-item-inner .rot-cpt-head,
body .rot-gal[data-style="up-n-down"]>.rot-gal-item:nth-child(even) figure.lightbox-kudasai a,
body .rot-gal[data-style="up-n-down"]>.rot-gal-item:nth-child(even) figure img,
body .wp-block-gallery.has-nested-images.bottom-top-gal>figure:nth-child(even) img{
	order:1;
}
[data-carousel-style="up-n-down"] .owl-stage>.owl-item:nth-child(even) .rot-item-inner .rot-cpt-content{
	order:2;
}
body .rot-gal[data-style="up-n-down"] figure figcaption,
body .wp-block-gallery.has-nested-images.bottom-top-gal figure figcaption{
	position: relative;
    background: transparent;
    color: var(--text);
    font-family: var(--sans2);
    font-size: 1.25em;
    line-height: 1.3;
    width: 100%;
    max-width: 100%;
    scrollbar-width: none;
    margin: auto;
    padding: 10px;
    text-shadow: none;
    font-weight: 400;
    flex-grow: 0;
    flex-basis: auto;
    text-align: center;
}
body .rot-gal[data-style="up-n-down"] figure figcaption{
	flex-grow:1;
}

/* body .rot-gal[data-style="up-n-down"] figure img, */
body .wp-block-gallery.has-nested-images.bottom-top-gal figure img{
	position: relative;
    min-height: 320px;
}
body .rot-gal[data-style="up-n-down"] figure:before,
.wp-block-gallery.bottom-top-gal figure:before{
	display:none;
}
.rot-gal[data-style="up-n-down"]>.rot-gal-item {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    padding-left: var(--gal-margin-half);
    padding-right: var(--gal-margin-half);
}
/* body .rot-gal[data-style="up-n-down"]>.rot-gal-item, */
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	margin: 0;
    width: calc(50% - var(--gal-gutter-size, 16px) / 2);
}
@media(min-width:600px){
	body .rot-gal[data-style="up-n-down"]>.rot-gal-item{
		width: calc(25% - var(--gal-gutter-size, 16px) * .75);
	}
}
@media(min-width:992px){
	.rot-gal[data-style="up-n-down"]>.rot-gal-item {
		flex: 0 0 calc(100% / 4);
		max-width: calc(100% / 4);
	}
}
@media(min-width:1440px){
	body .rot-gal[data-style="up-n-down"],
	.wp-block-gallery.bottom-top-gal{
		/* --gal-gutter-size:30px; */
		--gallery-block--gutter-size:30px;
	}
}
@media(min-width:1800px){
	body .rot-gal[data-style="up-n-down"],
	.wp-block-gallery.bottom-top-gal{
		/* --gal-gutter-size:44px; */
		--gallery-block--gutter-size:44px;
	}
}


/*more styles*/
.row-gap-grid .row{
	row-gap:var(--item-gap);
	margin-bottom:0;
}
.bordered-cta-style {
    padding: 2rem;
    display: flex;
    border: 3px solid var(--primary);
    align-content: center;
    justify-content: space-around;
}
.inner-cta-style p+.btn,
.bordered-cta-style p+.btn{
    margin-top: 1.2rem;
}
.inner-cta-style{
	padding:2rem 1.5rem;
	align-content: center;
    justify-content: space-around;
}
.bordered-cta-style .h3{
	font-size:calc(var(--h3-size) + 4px);
}
@media(min-width:992px){
	.bordered-cta-style{
		padding: 3rem;
	}
	.bordered-cta-style .h3{
		font-size:calc(var(--h3-size) + 8px);
	}
}
@media(min-width:1200px){
	.bordered-cta-style{
		padding: 3rem;
	}
	.inner-cta-style {
		padding: 3rem 3.5rem;
	}
}


.s-shortcode .rot-cpt-owl{
	margin-top: -4rem;
    padding-top: 4rem;
}
@media(max-width:991.98px){
	.owl-theme .owl-nav [class*=owl-]:before {
		font-size: 0.9rem;
	}
	.owl-carousel .owl-nav {
		display: none;
		display: block;
		top: -16px;
		width: 72px;
	}
}
.rot-cpt-owl[data-style="full"] .owl-nav{
	top:auto;
	bottom:-5.3rem;
	right:auto;
	left:22px;
	font-size:1rem;
}
@media(min-width:992px){
	.rot-cpt-owl[data-style="full"] .owl-nav{
		left:29px;
	}
}
.rot-cpt-owl[data-style="full"] .owl-nav>[class*=owl-]:before{
	font-size:1rem;
}
.theme-count-items.row{
	row-gap:30px;
}
.theme-count-item{
	padding:0 15px;
	text-align:center;
}
.theme-count-item .num{
	font-weight: 500;
    font-family: var(--serif);
    font-size: 3.3em;
}
.single .content-row>.rot-img-absolute,
.split-content-img .content-row .split-img-col>.rot-img-absolute{
	/* left:var(--h-col-padding-wide)!important; */
	/* width:calc(100% - (2 * var(--h-col-padding-wide))); */
}
.split-content-col.order-1{
	margin-top:1.7rem;
}
.single .content-row,
.split-content-img .content-row{
	margin-left:calc(0px - var(--h-col-padding-wide));
	margin-right:calc(0px - var(--h-col-padding-wide));
}
.single .content-row>div,
.split-content-img .content-row>div{
	padding-left:var(--h-col-padding-wide);
	padding-right:var(--h-col-padding-wide);
}
@media(min-width:1200px){
	.single .content-row>.rot-img-absolute,
	.split-content-img .content-row .split-img-col>.rot-img-absolute{
		left:var(--h-col-padding-wide)!important;
		width:calc(100% - (2 * var(--h-col-padding-wide)));
	}
	.split-content-col.order-1{
		margin-top:.7rem;
	}

}






.owl-item:not(.active) .rot-item-history-node:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    background: #8b8b8b26;
    /* background-blend-mode: multiply; */
}



/* INNOINVEST */

body section.gradient-heading h2 {
	background-image: linear-gradient(to right top, #00868e, #00a496, #36c28e, #7bdc7b, #c4f262);
    background-clip: text;
    -webkit-background-clip: text;
	color: transparent;
	position: relative;
	padding-top: 3rem;
}
body section.gradient-heading h2::before,
body section.heading-top-line h2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	max-width: 80%;
	height: 2px;
	background-color: var(--text);
}

body section.heading-top-line h2 {
	padding-top: 3rem;
	position: relative;
}

body section#investments .rot-cpt-items {
	margin-top: 2rem;
}
@media (min-width: 768px) {
	body section#investments .rot-cpt-items {
		margin-top: 3rem;
	}
}
@media (min-width: 1200px) {
	body section#investments .rot-cpt-items {
		margin-top: 4.5rem;
	}
}

body section#investments .rot-item-inner {
	padding: 20px;
	border: 1px solid var(--text);
}
body section#investments .rot-cpt-items figure.rot-cpt-thumb {
	padding-bottom: 56.25%;
}

body section#investments .event-date {
	color: var(--grey-lighter);
	font-size: 0.75rem;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

body section#investments .rot-cpt-excerpt p {
	font-weight: 500;
	font-size: 1.2rem;
	color: var(--grey-dark);
}

body section#portfolio h3 {
	text-align: center;
	margin: 6rem 0 4rem 0;
}

body section#portfolio .owl-carousel {
	padding: 0 100px; /* 80px Abstand von links und rechts */
    box-sizing: border-box;
}

body section#portfolio .owl-carousel .owl-item img {
	object-fit: contain;
}

body section#portfolio .owl-carousel .owl-nav.disabled {
	display: block !important;
	right: 0;
	width: 100%;
	top: 50%;
    transform: translateY(-50%);
}
body section#portfolio .s-shortcode-before {
padding-right: 0 !important;
}
body section#portfolio .owl-carousel .owl-nav.disabled .owl-prev{
	left: 0;
}
body section#portfolio .owl-carousel .owl-nav.disabled .owl-prev::before{
	transform: translateY(-25%) rotate(180deg) !important;
}

body section#portfolio .owl-carousel .owl-nav.disabled .owl-next{
	right: 6px;
}
body section#portfolio .owl-carousel .owl-nav.disabled .owl-next::before{
		transform: translate(-50%, -25%)!important;
}

/* KONTAKT */
body section#kontakt {
	border-top: 1px solid var(--text2);
	border-bottom: 1px solid var(--text2);
}
body section#kontakt .col-xl-8 {
	padding-top: 1.5rem;
}
@media (min-width: 768px) {
	body section#kontakt .col-xl-4 {
		border-left: 1px solid var(--grey-lightest);
		padding-top: 3rem;
		padding-bottom: 1rem;
}
body section#kontakt .col-xl-8 {
		padding-top: 3rem;
		padding-bottom: 1rem;
	}
}

/* STEPS */
body section#steps .rot-cpt-content {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 30px;
    align-items: center; 
}
body section#steps .rot-item-title {
	font-size: var(--h3-size-large);
	font-weight: 800;
}




@media (max-width: 767px) {
    body section#steps .rot-cpt-content {
        grid-template-columns: 1fr; 
        gap: 10px;
    }
}
body section#steps {
	overflow: hidden;
}
body section#steps .rot-cpt-items {
	margin-top: 6rem;
}
body section#steps .rot-item-step::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 101vw;
	height: 1px;
	background-color: var(--text);
	left: calc(var(--container-margin) * -1);
}
body section#steps .rot-item-step {
	padding-top: 1rem;
	padding-bottom: 0.5rem;
}

@media (min-width: 992px) {
	body section#steps .rot-item-step {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
}
body section#steps .rot-post-type-step {
	margin-bottom: 0;
	gap: 0;
}

/*TEAM */
body section#team .rot-item-title {
	font-weight: 700;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	font-size: var(--regular-p-size);
}
body section#team .t-spex {
	margin-top: 0;
}
body section#team .rot-cpt-content {
	padding: 0.5rem 0.5rem;
}
@media (min-width: 768px) {
	body section#team .rot-cpt-content {
		padding: 1rem 2rem;
	}
}
body section#team .rot-item-inner {
	border: 1px solid var(--text2);
	padding: 0.75rem;
}


/* FOKUS */
body section#fokus .h1.gradient, 
body section#concept .h1.gradient {
	font-size: var(--h2-size-large);
	background-image: linear-gradient(to right top, #00868e, #00a496, #36c28e, #7bdc7b, #c4f262);
    background-clip: text;
    -webkit-background-clip: text;
	color: transparent;
	font-weight: 700;
}
body section#fokus li {
	font-size: var(--h3-size);
	font-weight: 500;
	text-transform: none;
	color: var(--grey-dark);
}
body section#fokus li + li {
	margin-top: 3rem;
}
body section#fokus ul {
	list-style-type: "- ";
}
body .section-content h3, body section h3.wp-block-heading {
	font-weight: 500;
	text-transform: none;
}


body section#business-model .section-h-col {
	display:none;
}

body section#business-model figure.bg-img.rot-img-absolute {
	padding-bottom: 510px;
}

body section#business-model img {
	object-fit: contain;
}
body section#business-model .section-content h3 {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

@media (min-width: 1400px) {
	body section#business-model .section-content h3 {
	margin-bottom: 1.5rem;
}
}

@media (min-width: 1600px) {
	body section#business-model .section-content h3 {
	margin-bottom: 3rem;
}
}

body section#business-model .section-content strong {
	color: var(--grey-dark);
}

body section#aufgaben {
	overflow: hidden;
}

body section#aufgaben h3 {
	text-transform: uppercase;
	font-weight: 700;
	padding: 2rem 0;
	position: relative;
	margin-bottom: 0;
}
body section#aufgaben h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -50vw;
	width: 150vw;
	height: 1px;
	background-color: var(--text);
}
body section#aufgaben h3:first-of-type::before {
	content: '';
	position: absolute;
	top: 0;
	left: -50vw;
	width: 150vw;
	height: 1px;
	background-color: var(--text);
}
body section#aufgaben h3:first-of-type {
	margin-top: 2rem;
}

body.single #s_content h2 {
	font-size: var(--h3-size);
	font-weight: 500;
	text-transform: none;
	letter-spacing: 1px;
}
body.single #s_content a:not(.sbtn) {
	color: #1A787E;
}
body.single #s_content a:hover {
	text-decoration: underline;
}
body.single h1 {
	font-size: 36px;
	background-image: linear-gradient(to right top, #00868e, #00a496, #36c28e, #7bdc7b, #c4f262);
    background-clip: text;
    -webkit-background-clip: text;
	color: transparent;
	line-height: 1.2 !important
}
body.single #investments h3 {
	font-size: var(--h3-size-large);
	font-weight: 800;
}
@media (min-width: 768px) {
	body.single h1 {
		font-size:42px;
	}
}

@media (min-width: 768px) {
	body.single h1 {
		font-size:50px;
	}
}

body.single .rot-img-relative {
	min-height: 25rem;
}

body.single .btn-plain {
	text-decoration: underline;
	text-underline-offset: 6px;
}
body.single .rkp-icon-right-small {
	transform: rotate(180deg);
	font-size: 1.5rem;
}

body.page-id-9226 section#investments h2::before,
body.page-id-9385 section#investments h2::before {
	display:none;
}
body section#investments .rot-item-inner .theme-h-sm {
	display: none !important;
}

/* KOOPERATIONSANFRAGE*/

body section#kooperation .btn-wrapper p {
	text-align: right;
}
 
body section#kooperation h4 {
	color: var(--grey-dark);
}
body section#kooperation {
	border-top: 1px solid var(--grey-lightestest);
	padding-top: 0 !important;
}
body.page-id-9368 section#s_header {
	min-height: 450px;
}

body #mfcf7_zl_add_file {
	background-color: var(--grey-dark);
	color: var(--white);
	padding: var(--btn-padding);
}