

.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 {
	margin-bottom:.8rem;
}



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(--white);
	text-decoration: underline;
	text-underline-offset: 3px; 
	text-underline-position: under;
	-ms-text-underline-position: under;
	text-decoration-color: var(--primary-medium); */
}

.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;
}

#s_header.animation-ended #h_video:before {
	opacity:1;
}

.navbar-toggler-icon .center-bar, .navbar-toggler-icon:after, .navbar-toggler-icon:before {
	height: 3px;
}


ul.navbar-nav>li .menu-contact-wrap .menu-contact-thumb{
	max-width: 120px;
	text-align: right;
	display: inline-block;
	width: 100%;
}


@media(max-width:767.98px){
	.navbar-extra-links{
		right:0;
		padding:0;
	}
}

@media(max-width:991.98px){
	header#masthead.whitened.opened,
	header#masthead.opened{
		background:var(--primary);
	}
}


.page-template-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;
	/* padding: 0.25rem 0; */
	padding: 0;
}
body #site-footer .rot_menu.footer-menu li  {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.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;
	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%;
}





/*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;
	z-index: 120;
	/* overflow-x:hidden;
	overflow-y:visible; */
}
@media(max-width:991.98px){

}
body #masthead .navbar-collapse.centered.fullwidth>ul>li {
	margin-left: 1.5rem;
}
@media(min-width:992px){
	body #masthead .navbar-collapse {
		position: absolute;
		top: 0;
		bottom:0;
		justify-content: flex-end;
	}
	body #masthead .navbar-collapse ul li{
		color: inherit;
	}

	body #masthead .dropdown-toggler {
		display: none;
	}
	body #masthead .navbar-collapse.centered.fullwidth>ul>li{
		flex-grow:0;
		position:static;
		padding-top:0;
		margin-left: 3rem;
	}
	#primary-menu-footer .nav-item a.nav-link,
	#primary-menu .nav-item a.nav-link {
		/* text-align: center; */
		/* justify-content: center; */
		width:fit-content;
	}
	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;
	transition:opacity .7s, top .7s scale .7;
	transition-delay:.2s;
	position:relative;
}
section.rot-section.been-in-scope>.container{
	opacity:1;
	top:0;
}



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);
	}
}



/*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;
	color: var(--text);
	font-size: calc(var(--h3-size) - 2px) !important;
}
.rot-acc .short-and-icon{
	position:relative;
	color:transparent;
	margin-bottom: -0.8rem;
}

.rot-acc .short-and-icon::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1rem;
	height: 1rem;
	background-image: url('svg/arrow-down.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transform: translateY(-100%) rotate(0deg);
	transition: all .4s;
}
.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 {
     transform: rotate(180deg) translateY(100%); 
	transition: all .4s;

}
/* .acc-faq.accordion:not(:first-of-type) {
	border-top: 2px solid var(--accent);
}
.rot-post-type-faq:last-child {
	border-bottom: 2px solid var(--accent);
} */

.rot-acc.accordion {
	background: var(--grey-light);
	margin-top: 1.5rem !important;
	padding: 1rem 1rem 0.5rem 1rem !important;
	border-radius: 12px;
}
.rot-acc.accordion.active {
	border-radius: 12px 12px 0 0;
}
.rot-acc-content.panel {
	background: var(--grey-light);
	padding: 0rem 1rem 1rem 1rem !important;
}
.rot-acc-content.panel.visible {
	border-radius: 0px 0 12px 12px;
}

@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;
	}
}

/* BORLABS*/
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;
}
/* BORLABS END */

@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);
}

@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;
	}
}

article.rot-item-post .rot-read-more{
	margin-top:12px;
}


#site-footer span.addr {
	margin-top: 0.5rem;
	display: block;
}

#h_video{
	background-image:none!important;
}
#h_video video {
	width: 100vw;
	max-height: calc(100%);
	margin-left: 0;
}
@media(min-width:768px){
	.video-wrap video.novid {
		object-position: 50% 64%;
	}
}

.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 {
	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: transparent !important;
	border-color: var(--primary)!important;
	background-color: transparent!important;
	border-color: transparent!important;
	color: var(--text)!important;
	font-family: var(--sans2);
	font-weight: 500!important;
	text-transform: uppercase!important;
	position:relative;
	text-decoration: underline;
	padding:0 0 .6em 0!important;
	position: relative;
	/* font-size: 1.5rem !important; */
    text-underline-offset: 8px;
    text-decoration-color: var(--text);
	text-decoration-thickness: 2px;
	letter-spacing: 2px;
}

@media (min-width: 768px) {
	.btn-primary {
		text-underline-offset: 13px;
	}
}

/*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*/

@media(min-width:1200px){
	
	.s-cta-wrap{
		padding: 3rem 3rem 1.5rem;
	}
}
@media(min-width:1440px){
	
}
.cta-txt-content,
.cta-btns-wrap{
	z-index:1;
	position: relative;
}
.cta-btns-wrap{
	margin-top:1rem;
}
.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 .btn-primary,
.s-cta-wrap.bg-primary .btn {
    color: var(--grey-lightestest)!important;
    font-size: var(--btn-fontsize) !important;
    font-weight: 600!important;
	text-transform: none !important;
	position: relative;
	text-underline-offset: 13px;
	text-decoration-color: var(--primary-medium);
}
@media (max-width: 575.98px) {
	.s-cta-wrap.bg-primary .btn-primary,
	.s-cta-wrap.bg-primary .btn {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 1199px) {
	.s-cta-wrap.bg-primary .btn-primary,
	.s-cta-wrap.bg-primary .btn {
		margin-top: 0 !important;
	}
}


/*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;
	}

}



/* TGA DORNER*/
/* TGA DORNER*/
/* TGA DORNER*/
/* TGA DORNER*/
/* TGA DORNER*/


body section#gal {
	display: flex;
	flex-direction: column-reverse;
}

body section#gal .rot-gal-section {
	margin-top: 2rem;
} 


body section .h-top {
	text-transform: uppercase;
	font-weight: 500;
	font-size: var(--larger-p-size);
	margin-bottom: 0;
}

@media (min-width: 768px) {
	body section .h-top {
		margin-bottom: 0.5rem;
	}
}

body section .bg-grey-light {
	background-color: var(--grey-light);
}
body section .bg-primary-lightest {
	background-color: var(--primary-lightest);
}

body section#partner .wp-block-sbgd-wrapper-block {
	border-radius: var(--border-radius-md);
	padding:0.5rem 1rem;
}

@media (min-width: 768px) {
	body section#partner .wp-block-sbgd-wrapper-block {
		padding: 2rem;
	}
}

@media (min-width: 1200px) {
	body section#partner .wp-block-sbgd-wrapper-block {
		padding: 3rem;
	}
}
body section#partner .wp-block-sbgd-wrapper-block + .wp-block-sbgd-wrapper-block {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
body section#partner figure.rot-img-absolute img {
	border-radius: var(--border-radius-md);
}
body section#partner figure.rot-img-absolute img {
	object-position: top 10% right 50%;
}

@media (max-width: 767px) {
	body section#partner figure.rot-img-absolute {
		padding-bottom: 470px;
	}
}


@media (min-width: 768px) {
	body section#partner figure.rot-img-absolute img {
		object-position: top 10% right 50%;
	}
	body section#partner .wp-block-sbgd-wrapper-block + .wp-block-sbgd-wrapper-block {
		margin-top: 2rem;
		margin-bottom: 0;
	}
}
@media(min-width: 1200px) {
	body section#partner .wp-block-sbgd-wrapper-block p {
		padding-right: 3rem;
	}
	
}
@media(min-width: 1800px) {
	body section#partner .wp-block-sbgd-wrapper-block p {
		padding-right: 6rem;
	}
}


body section.jumbotron .s-cta-wrap {
	background: var(--primary-medium) url('svg/haus.svg') right bottom no-repeat !important;
	/* background-size: contain; */
	background-repeat: no-repeat;
	background-position: right bottom;
	border-radius: var(--border-radius-md);
	
}

@media(max-width: 767px) {
	body section.jumbotron .s-cta-wrap {
		background-size: 30% !important;
	}
}

@media (min-width: 1600px) {
	body section.jumbotron h2 {
		font-size: 45px;
	}
}

body section.two-cols .split-2-cont-inner-row.row {
	align-items: center;
}

body section .rot-post-type-leistung {
	/* margin-bottom: 0 !important; */
}

body section .rot-post-type-leistung .rot-item-inner {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	border-radius: var(--border-radius-md);
	gap: 12px;
}
body section .rot-post-type-leistung .rot-cpt-head {
	width: 25%;
	align-self: flex-end;
	margin-right: 1rem;
}
body section .rot-post-type-leistung .rot-item-leistung {
	display: flex;
}

body section .rot-post-type-leistung figure.rot-cpt-thumb {
	padding-bottom: 100%;
}
body section .rot-post-type-leistung .rot-cpt-excerpt {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	body section .rot-post-type-leistung .rot-item-inner {
		flex-direction: row-reverse;
		gap: 5%;
	}
	body section .rot-post-type-leistung .rot-item-content {
		flex-basis: 75%;
	}
	body section .rot-post-type-leistung .rot-cpt-head {
		flex-basis: 20%;
		margin-right: 0;
		align-self: center;
	}
}
@media (min-width: 1600px) {
	body section .rot-post-type-leistung .rot-item-inner {
		gap: 8%;
	}
}

@media (min-width: 1900px) {
	body section .rot-post-type-leistung .rot-item-inner {
		gap: 10%;
	}
}

body section .rot-post-type-leistung .h3.rot-cpt-title {
	font-size: 14px !important;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	body section .rot-post-type-leistung .h3.rot-cpt-title {
		/* font-size: calc(var(--larger-p-size) + 4px) !important; */
		font-size: var(--larger-p-size) !important;
	}
}

body section .rot-post-type-leistung figure.rot-cpt-thumb img {
	object-fit: contain !important;
}
body section .rot-post-type-leistung .rot-item-inner, 
body section#leistungen .bg-grey-light {
		padding: 0.5rem 1rem;
	}

@media (min-width: 768px) {
	body section .rot-post-type-leistung .rot-item-inner, 
	body section#leistungen .bg-grey-light{
		padding: 1rem 2rem;
	}
	body section .rot-post-type-leistung {
		margin-top: 2rem;
	}
}	

@media (min-width: 1200px) {
    body section .rot-post-type-leistung .rot-item-inner, 
	body section#leistungen .bg-grey-light{
        padding: 1rem 3rem 1.5rem 3rem;
    }
	body section .rot-post-type-leistung figure.rot-cpt-thumb {
		padding-bottom: 150px;
	}
}

@media (min-width: 2000px) {
	body section .rot-post-type-leistung figure.rot-cpt-thumb {
		padding-bottom:100px;
	}
}

/*PROZESS*/
/*PROZESS*/
/*PROZESS*/

body section#prozess .rot-cpt-head {
	display: none;
}

body section#prozess .rot-cpt-excerpt {
	margin-bottom: 0;
}

body section#prozess .rot-items.row {
	gap: 12px;
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	body section#prozess .content-2blocks-col:first-child .section-content {
		/* padding-right: 3rem; */
	}
}


body section#prozess .split-2-cont-inner-row  .col-lg-6:first-child {
	/* background: var(--grey-light); */
	align-items: center;
	display: flex;
	border-radius: var(--border-radius-md);
}
body section#prozess .step-wrapper {
	border: 1px solid #4F4F4E;
	border-radius: 5px;
	padding: 1rem;
}
body section#prozess .step-wrapper .h3 {
	margin-top: 0 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: var(--larger-p-size);
}
body section#prozess .section-content {
	margin-bottom: 0 !important;
	position: relative;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body section#prozess .content-2blocks-col:first-child .section-content {
	padding: 1.5rem 1rem;
}
@media (min-width: 768px) {
	body section#prozess .content-2blocks-col:first-child .section-content {
		 padding: 1rem 2rem;
	}
}
@media (min-width: 1200px) {
	body section#prozess .section-lead {
		margin-top: 3rem;
	}
	body section#prozess .content-2blocks-col:first-child .section-content {
		 padding:0 3rem; 
	}

}

@media (min-width: 1600px) { 
	body section#prozess .content-2blocks-col:first-child .section-content {
		padding-right: 7rem;
	}
}

@media (min-width: 1800px) { 
	body section#prozess .content-2blocks-col:first-child .section-content {
		padding-right: 9rem;
	}
}

 body section#prozess .split-2-cont-inner-row .content-2blocks-col:first-child .section-content::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--grey-light);
	border-radius: var(--border-radius-md);
	z-index: -1;
 }
 body section#prozess .split-2-cont-inner-row .content-2blocks-col:first-child {
	padding-right: 15px !important;
 }

  body section#prozess .split-2-cont-inner-row .content-2blocks-col:last-child {
	padding-left: 15px !important;
  }

/* LEISTUNGEN */
/* LEISTUNGEN */
/* LEISTUNGEN */


body section#leistungen .section-content {
	background-image: url('svg/haus-green.svg');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 30%;
}

@media (min-width: 768px) {
	body section#leistungen .section-content {
		background-size: auto 100%;
	}
}
@media (min-width: 1200px) {
	body section#leistungen .section-content {
		padding-right: 3rem;
		padding-top: 1rem;
	}
}
@media (min-width: 1600px) {
	body section#leistungen .section-content {
		padding-right: 7rem;
	}
}


body section#leistungen figure.rot-img-absolute img,
body section#leistungen .bg-grey-light {
	border-radius: var(--border-radius-md);
}

body section#leistungen .bg-grey-light .h-top {
	padding-top: 1rem;
}
body section#leistungen ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 1rem;
}

body section#leistungen ul li {
	position: relative;
	padding-left: 48px;
	margin-bottom: 12px;
	/* line-height: 2; */
	font-weight: 500;
}
body section#leistungen ul li + li {
	margin-top: 1rem;
}

body section#leistungen ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	background-image: url('svg/list-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}


@media (max-width: 767px) {
	body section .col-12.split-2contentblocks-outer-col .split-2-cont-inner-row {
		flex-direction: column-reverse;
		row-gap: 1rem;
        margin-bottom: 2rem;
	}
	body section#leistungen .bg-grey-light {
		margin-top: 2rem;
	}
}


body section.faq h2 {
	font-size: var(--h1-size);
}


body section#kontakt .contact-wrapper {
	border-radius: var(--border-radius-md);
	background: var(--grey-light) url('svg/haus.svg') right bottom no-repeat !important;
	/* background-size: contain; */
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 30% !important;
}

@media (min-width: 1200px) {
	body section#kontakt .contact-wrapper {
		background-size: 30% !important;
	}
}

@media (min-width: 1600px) {
	body section#kontakt .contact-wrapper {
		background-size: contain;
	}
}


body section#two_cols .rot-post-items-leistung {
	margin-bottom: 0 !important;
}