
body.is_maintenance {
	background: var(--text);
	min-height: 100vh;
}
.maintenance-content {
	color:var(--grey-lightest);
	font-size: 22px;
}
.maintenance-content.bg-white {
	color:var(--text)!important;
	font-size: 22px;
}

body.is_maintenance section {
	min-height: 100vh;
}

body.is_maintenance .logo-wrap {
	width: 400px;
	max-width: 80%;
}
body.is_maintenance .logo-wrap .rot-img-relative img {
	object-fit: contain;
}
body.is_maintenance .logo-wrap .rot-img-relative {
	padding-bottom: 200px;
}
.maintenance-content .rot-img-absolute{
	margin-top: 2rem;
	padding-bottom:0;
	min-height:260px;
}
.branding-wrap {
	display: flex;
	align-items: center;
	height: 9em;
	font-size:20px;
}
body.is_maintenance .rot-cpt-owl {
	height: 100%;
}
/* body.is_maintenance .rot-cpt-owl .owl-item {
	width: 100% !important;
	margin: 0 !important;
} */
@media (min-width: 576px) {
	.branding-wrap {
		height: 12em;
	}
}
@media (min-width: 768px) {
	.branding-wrap {
		height: 15em;
	}
}

@media (min-width: 1200px) {
	.branding-wrap {
		height: 22em;
	}
}
.branding-wrap>figure.rot-img-relative{
	position: relative;
	margin-bottom: 0;
	padding-bottom:0;
	width: 100%;
	height: 100%;
	min-height: 2rem;
}
.maintenance-content .content-col .inner-wrap{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
}
.branding-wrap {
	width:100%;
	font-size: 1.1em!important;
}
.branding-wrap .h-wrap {
	max-width:1px;
	max-height:1px;
	overflow:hidden;
}
.branding-wrap p.smaller {
	font-size: 0.596em;
}
.p-display {
	display: flex;
	position: relative;
	align-items: center;
	margin: 0.7em 0.23em;
	max-width: 390px;
	color: var(--text);
	color: var(--grey-lightest);
	font-weight: 500;
	font-size: 1.9em;
	line-height: 1;
	text-align: right;
}
.bg-white .p-display {
	color:var(--text);
}
.bg-secondary * {
	color: var(--grey-lightest) !important;
}
.p-display span.txt {
	font-weight: 300;
	font-size: 0.65em;
	line-height: 1.1;
}
body .bottom-txt{
	color: var(--grey-light);
	font-weight: 600;
	font-size: 22px;
}
.rkp-icon {
	display: inline-block;
	position: relative;
	top: 0;
	right: auto;
	margin-left: 0.5em;
	width: 4em;
	line-height: inherit;
}
.rkp-icon .st0{
	stroke:var(--grey-lightest);
}
.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{
	transform-origin: 0.6em 0.6em;
	animation: rotate_1 4s linear 0.17s infinite normal forwards;
}
#rkp-icon-cogwheels svg>g:nth-of-type(3) {
	transform-origin: 1.65em 1.45em;
	animation: rotate_1 4s linear 0s infinite reverse forwards;
	/* background: red; */
}
#rkp-icon-cogwheels svg>g:nth-of-type(2) {
	transform-origin: 0.59em 2.37em;
	animation: rotate_1 4s linear 0.03s infinite normal forwards;
}

@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;
	display: inline-flex;
	position:relative;
	align-items: center;
	background-color:var(--primary);
	color: var(--grey-lightest);
	/* font-size: var(--regular-p-size, 1.09rem); */
	font-weight: 500;
	/* text-transform: uppercase; */
	line-height: 1;
}

.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(--grey-lightest);
}


.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{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:opacity .4s;
	background:var(--primary);
	width:100%;
	height:100%;
	content:'copied';
	font-size:inherit;
}
.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 {
	margin-bottom: .74rem;
	width: 100%;
	font-size: .84rem;
}
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;
}


header#masthead{
	border:none;
}

/* body.scrolled header#masthead:after {
	height: 80px;
	opacity: .5;
} */
body .navbar-toggler {
	padding: 0;
	font-size:1.35rem;
}

#masthead #primary-menu>.nav-item a *{
	padding:0;
	font-weight:inherit;
	font-size:inherit;
}
#masthead #primary-menu>.nav-item a>.nav-link-wrap {
	display: inline-block;
	position:relative;
	width: fit-content;
}
#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;
	}
}

.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{
	position:absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.23);
	width: 100%;
	height: 100%;
	content: '';

}

#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{
	display: inline-block;
	width: 100%;
	max-width: 120px;
	/* display: flex; */
	/* justify-content: flex-end; */
	text-align: right;
}


@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 {
	position: absolute;
	bottom: 0;
	transform: translateY(100%);
	transition:height .6s;
	background: transparent;
	background: var(--header-after-gradient);
	width: 100%;
	height: 0px;
	pointer-events:none;
	content: '';
}


/*KLAMPFL*/
body #site-footer a.social-link {
		transition: background-color .4s;
		margin: 2px;
		margin-left: 0.7rem;
		border-radius: 100px;
		background: var(--secondary);
		padding: 0em;
		font-weight: 600;
		font-size: 1.5rem;
}
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*/

.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;
	padding-left:0;
	line-height:2;
}
.rot-mnav-footer [class*="col-"]{
	display:flex;
	align-items: flex-end;
}
.rot-mnav-footer [class*="col-"]{
	display:flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.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{
	margin-bottom:.8rem;
	width:50%;
	text-align: left;
}
.rot-mnav-footer figure img{
	width:140px;
	max-width:100%;
}
.rot-mnav-footer figure.smaller img{
	margin-left:15%;
	width:74px;
	max-width:70%;
}





/*HACKL*/

/*HEADER HEADER HEADER*/

.lab.la-facebook-f{
	display: inline-block;
	position: relative;
	top: -0.15em;
	font-size: 0.7em;
}
.logo-wrap.centered{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
ul.navbar-nav>li.spacer{
	display:none!important;
	pointer-events:none;
}
section#s_header{
	transition:height .4s, min-height .4s;
}
@media(max-width:991.98px){

}
@media(min-width:992px){
	body #masthead .navbar-collapse {
		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{
		position:static;
		flex-grow:0;
		padding-top:1.1rem;
	}
	#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;
		flex-grow:0!important;
		width:var(--container-margin);
	}
	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{
	position:relative;
	max-width:100%;
	overflow:visible;

}
section.rot-section>.container{
	position:relative;
	top:1.5rem;
	opacity:0.2;
	transition:opacity .7s, top .7s;
	transition-delay:.2s;
}
section.rot-section.been-in-scope>.container{
	top:0;
	opacity:1;
}


/*SPLIT CONTENT SONDERLÖSUNG HACKL*/

section.rot-section.split-content-img .split-content-col{
	position: static;
	z-index: 2;
	min-height: 0;
}

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{
	display:block;
	position: absolute;
	top:-1px;
	left:0;
	z-index:0;
	background:var(--text);
	width:100%;
	height:8rem;
	content:'';
}
.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;
	margin-top: 0.75rem;
	font-size: var(--regular-p-size);
}

/*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;
	margin-bottom: -0.8rem;
	color:transparent;
}
.rot-acc .short-and-icon:before,
.rot-acc .short-and-icon:after{
	display: block;
	position: absolute;
	top: 0;
	left:0;
	transform-origin:center;
	background:var(--primary);
	width:2px;
    width: 1rem;
    height: 2px;
	content:'';
}
.rot-acc .short-and-icon:before {
    /* width: 2px; */
    left: calc(0% + 0px);
	transform: rotate3d(0, 1, 4, 90deg) translate(0px, calc(50% - 1px));
    transition: width .5s, transform .5s;
    background: var(--primary);
    height: 2px;
    /* top: .5rem; */
}
.rot-acc-line{
	flex: 0 0 100%;
    margin-left: var(--acc-col-padding);
    background: var(--primary);
    width: calc(100% - (2 * var(--acc-col-padding)));
    height: 2px;
}
.rot-acc.active .short-and-icon:before {
    transform: rotate3d(0, 1, 4, 90deg) translate(0px, calc(-0.5rem - 1px));
    width: 0;
}

@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 {
	opacity:.7;
	color:var(--primary);
}
body .BorlabsCookie._brlbs-cb-googlemaps,
body .BorlabsCookie ._brlbs-content-blocker,
body .BorlabsCookie ._brlbs-embed._brlbs-google-maps {
	position: absolute;
	width: 100%;
	height: 100%;
	height: auto;
	height: 100%;
	max-height: 100%;
}
body .BorlabsCookie ._brlbs-embed._brlbs-google-maps img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body .BorlabsCookie._brlbs-cb-facebookfeed ._brlbs-content-blocker{
	position:relative;
}
@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;

	}
	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{
	position: absolute;
	left: calc(100% / 12 *6);
	transform: translate(calc(0px - 100% - 2rem), -100%);
	color: var(--secondary);
	font-size: 2.4rem;
}

#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 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	height: 100%;
	min-height: 64px;
	text-align: center;
}

.section-h{
	/* width:fit-content; */
	margin-bottom:.3rem;
	/* border-bottom:4px solid var(--secondary); */
	padding-bottom:.8rem;

}

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{
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	max-width: var(--narrow);
}


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 {
		height: 100%;
		min-height: 72px;
	}

}
@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;
}


/*FLIPPETY FLOP*/

.cube-wrap {
	perspective: 1080px;
	margin-left: 3px;
	padding: 0.5rem 0;
	width: fit-content;
}
.cube{
	transform-style: preserve-3d;
	transition:transform .6s;
	background:var(--grey-dark);
	height:var(--cube-btn-height);
}
.flippety,.flop{
	display:flex;
	justify-content:center;
	align-items: center;
	background:#aaa;
	height:var(--cube-btn-height);
}

/* Position the faces */
.flippety {
	transform: translateZ(calc(var(--cube-btn-height) / 2));
}

.btn.flop {
	transform: rotateX(-90deg) translateZ(calc(0px - var(--cube-btn-height) / 2));
	background: var(--secondary)!important;
	color:white!important;
}
.cube:hover .btn.flop{
	background: var(--secondary)!important;
}
.rot-item-vorinfo .cube{
	background: var(--primary)!important;
}
.rot-item-vorinfo .btn.flippety{
	background: var(--grey-dark)!important;
	color:var(--grey-lightest)!important;
}
.rot-item-vorinfo .cube:hover .btn.flop,
.rot-item-vorinfo .btn.flop{
	background: var(--primary)!important;
	color:var(--text)!important;
}


/* Rotate the cube */
.cube:hover {
	transform: rotateX(90deg); /* Text bleed at 90º */
}
.replace-content-wrap{
	margin-top:1rem;
}

.row.rot-post-type-partner{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	gap:30px;
}
article.col-equal{
	max-width:12rem;
}
article.col-equal .inner{
	position:relative;
	padding-bottom:8rem;
	width:100%;
}
article.rot-item-partner.col-equal .inner{
	padding: 0;
	padding-bottom: 7rem !important;
	min-width: 5rem;
	max-width: 6rem;
}
article.rot-item-partner.col-equal figure{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
article.rot-item-partner.col-equal figure img{
	object-fit:contain;
}

section .s-shortcode .rot-items+.replace-content-wrap{
	margin-top:2.5rem;
}

.rot-item-vorinfo .bordered {
	position: relative;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
}
.inner.bg-secondary-lightest .btn-primary.flippety,
.has-inner-bg-secondary-lightest .inner .btn-primary.flippety{
		border-color: var(--primary)!important;
		background-color: var(--primary-dark)!important;
		color: white!important;

}
.inner .cube-wrap{
	padding-bottom:0;
}
#site-footer .bg-svgs{
	pointer-events:none;
}

.footer-logo{
	width: 170px;
	max-width: 90%;
}
#h_video{
	background-image:none!important;
}
#h_video video {
	margin-left: 0;
    width: calc(100% - var(--container-margin));
    max-width: calc(100% - var(--container-margin));
	max-height: calc(100%);
}
@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 {
	margin-bottom: 2rem;
	padding-bottom: 380px;
}
.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{
	padding-top:4rem!important;
	min-height:500px!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 {
	border-radius:400px;
	width: 10em;
	min-height: 10em;
	overflow: hidden;
}
body #s_header figure.xtra-branding.jpg-logo {
	border-radius:400px;
	width: 9em;
	min-height: 9em;
	overflow: hidden;

}

/*Social Bar & Display-Header-styles*/
#s_header {
	/* margin-top: calc(var(--d-header-margin-top) - 2px)!important; */
	background-color: var(--grey) !important;
}
@media(min-width:1800px){
	.h-bg-img-container>.rot-img-absolute{
		left: 50%;
		transform: translateX(-50%);
		max-width: var(--d-header-width,1600px);
	}
}

/*btns*/
/*btns*/
/*btns*/
/*btns*/
.btn-primary {
	position:relative;
	border-color: transparent!important;
	border-radius: var(--border-radius-sm) !important;
	background-color: var(--primary) !important;
	padding:var(--btn-padding);
	color: var(--grey) !important;
	font-weight: 700 !important;
	font-family: var(--sans2);
	letter-spacing: 1px;
	text-transform: uppercase;
}
 .btn-primary:after {
    display: block;
    position: absolute;
    left: 16px;
    transition: width .4s, transform .4s;
    background-color: var(--grey);
    width: 0;
    height: 2px;
	content: '';
} 

.btn-primary:hover:after {
	width: calc(100% - 32px);
	/* transform: translateX(-16px); */
	
}


/*THEME GALLERY*/
/*THEME GALLERY*/
/*THEME GALLERY*/

@media(min-width:768px){
	.gal-3-2-3>.rot-gal-item:nth-child(3n + 1) {
		flex: 0 0 37%; /* 1., 4., 7., ... */
		max-width: 37%;
	}
	.gal-3-2-3>.rot-gal-item:nth-child(3n + 1):after {
		position: absolute;
		top: 20px;
		right: 0%;
		transform: translateX(50%);
		background: var(--primary);
		width: 3px;
		height: calc(100% - 40px);
		content: '';
	}

	.gal-3-2-3>.rot-gal-item:nth-child(3n + 2) {
		flex: 0 0 26%; /* 2., 5., 8., ... */
		max-width: 26%;
	}
	.gal-3-2-3>.rot-gal-item:nth-child(3n + 2):after {
		position: absolute;
		top: 20px;
		right: 0%;
		transform: translateX(50%);
		background: var(--primary);
		width: 3px;
		height: calc(100% - 40px);
		content: '';
	}

	.gal-3-2-3>.rot-gal-item:nth-child(3n) {
		flex: 0 0 37%; /* 3., 6., 9., ... */
		max-width: 37%;
	}
}


/*CTA*/
/*CTA*/
/*CTA*/
.s-cta-row{
	margin-top: 3rem;
}

.cta-bg-logo {
    position: absolute;
    top: 0;
    left: 2em;
	z-index:0;
    width: auto;
    min-width: 33em;
    height: 100%;
    overflow: hidden;
}
.cta-bg-logo svg{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	pointer-events:none;
}
.cta-txt-content,
body .cta-txt-content p{
	font-weight:400;
	font-size: 2rem;
	line-height:1.2;

}
@media(min-width:1200px){
	body .cta-txt-content p{
		margin-right:auto;
		margin-left:auto;
		max-width: var(--cta-content-w);
		font-size: 2.7rem;
	}
	.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{
	position: relative;
	z-index:1;
}
.cta-btns-wrap{
	margin-top:1.8rem;
}
.s-cta-wrap.bg-primary .cta-txt-content{
	color:var(--grey-lightest);
	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(--grey-lightest)!important;
    font-weight: 400!important;
    font-size: 1.5em;
}
.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(--grey-lightest);
}
.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;
    flex-grow: 0;
    flex-basis: auto;
    margin: auto;
    background: transparent;
    padding: 10px;
    width: 100%;
    max-width: 100%;
    scrollbar-width: none;
    color: var(--text);
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.3;
    font-family: var(--sans2);
    text-align: center;
    text-shadow: none;
}
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);
    padding-right: var(--gal-margin-half);
    padding-left: var(--gal-margin-half);
    max-width: calc(100% / 2);
}
/* 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 {
    display: flex;
    align-content: center;
    justify-content: space-around;
    border: 3px solid var(--primary);
    padding: 2rem;
}
.inner-cta-style p+.btn,
.bordered-cta-style p+.btn{
    margin-top: 1.2rem;
}
.inner-cta-style{
	align-content: center;
    justify-content: space-around;
	padding:2rem 1.5rem;
}
.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;
	}
}
article.rot-item-history-node .h3{
	font-weight: 600;
	font-size: calc(var(--h3-size) - 3px);
	font-family: var(--sans);
}
article.rot-item-history-node:nth-child(even) .h3{
	margin-top: 0!important;
}

article.rot-item-auszeichnung .theme-h-sm{
	font-weight:600;
}
article.rot-item-auszeichnung .theme-h-sm,
article.rot-item-history-node .theme-h-sm,
article.rot-item-feedback .theme-h-sm{
	display: block;
    margin-top: 0.4em;
    margin-bottom: 0.2em;
    font-size: 1rem;
    font-family: var(--sans);
}
@media(min-width:992px){
	article.rot-item-auszeichnung .h3,
	article.rot-item-history-node .h3{
		font-size: calc(var(--h3-size) - 6px);
	}
}


.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;
	right:auto;
	bottom:-5.3rem;
	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-size: 3.3em;
    font-family: var(--serif);
}
.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-right:calc(0px - var(--h-col-padding-wide));
	margin-left:calc(0px - var(--h-col-padding-wide));
}
.single .content-row>div,
.split-content-img .content-row>div{
	padding-right:var(--h-col-padding-wide);
	padding-left: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;
	}

}

article.rot-item-leistung .rot-item-title{
	font-size:calc(var(--h3-size) + 4px);
}

section.bg-svg-right .bg-svgs>figure{
    position: absolute;
    right: 0;
	left: auto;
    width: auto;
    height: 100%;
}
section.bg-svg-right.svg-h-125{
	z-index:3;
	background-color:transparent!important;
	/* margin-bottom:10rem; */
	overflow:hidden;
	pointer-events:none;
}
section.bg-svg-right.svg-h-125 .container{
	pointer-events:all;
}
section.bg-svg-right.svg-h-125:after{
	display:block;
	position:relative;
	bottom:0;
	left:0;
	padding-bottom:10rem;
	width:100%;
	content:'';
}
section.bg-svg-right.svg-h-125+section{
	margin-top:-10rem!important;
}
section.bg-svg-right .bg-svgs>figure svg{
	height:100%;
}
section.bg-svg-right.svg-h-125 .bg-svgs>figure svg{
	height:calc(125% - 13rem);
}

.rot-item.has-bg-svg .rot-post-content{
	z-index:2;
}
.rot-item.has-bg-svg .bg-svg{
	z-index:0;
}
.rot-item.has-bg-svg .bg-svgs figure{
    position: absolute;
    right: 0;
    left: auto;
	height: 100%;
}
.rot-item.has-bg-svg .bg-svgs figure svg{
    position: absolute;
    right: 0;
    bottom: 0;
	height: 11rem;
}
.rot-item.has-bg-svg.svg-fill-hh-theater .bg-svgs figure path {
    fill: var(--hh-theater)!important;
}
.rot-item.has-bg-svg.svg-fill-hh-theater a:after {
	filter:brightness(.85);
    border-color: var(--hh-theater)!important;
}
.rot-item.has-bg-svg.svg-fill-hh-shop .bg-svgs figure path {
    fill: var(--hh-shop)!important;
}
.rot-item.has-bg-svg.svg-fill-hh-shop a:after {
	filter:brightness(.85);
    border-color: var(--hh-shop)!important;
}
.rot-item.has-bg-svg.svg-fill-hh-wand .bg-svgs figure path {
    fill: var(--hh-wand)!important;
}
.rot-item.has-bg-svg.svg-fill-hh-wand a:after {
	filter:brightness(.85);
    border-color: var(--hh-wand)!important;
}
.rot-item.has-bg-svg.svg-fill-hh-olive .bg-svgs figure path {
	fill: var(--hh-olive)!important;
}
.rot-item.has-bg-svg.svg-fill-hh-olive a:after {
	filter:brightness(.85);
	border-color: var(--hh-olive)!important;
}
.rot-item.has-bg-svg.svg-fill-hh-green .bg-svgs figure path {
	fill: var(--hh-green)!important;
}
.rot-item.has-bg-svg.svg-fill-hh-green a:after {
	filter:brightness(.85);
    border-color: var(--hh-green)!important;
}
.rot-item.has-bg-svg a.rot-read-more-link:hover:after {
	filter:brightness(1);
    border-color: var(--primary)!important;
}

article.wide-item.rot-item-leistung .rot-cpt-thumb {
    padding-bottom: 50%;
}
@media(min-width:1780px){
	article.wide-item.rot-item-leistung .rot-cpt-thumb {
		padding-bottom: 43%;
	}
}

article.rot-item-muster .rot-post-head{
	margin-bottom:0!important;
}
article.rot-item-muster figure.rot-cpt-thumb{
	padding-bottom:64%;
}


.rot-item-team .item-terms{
	position:relative;
}
.rot-items-benefits .rot-item h3:after,
.rot-item-team .item-terms:after{
	display:block;
	position:absolute;
	bottom:-9px;
	border-bottom:3px solid var(--primary);
	width:6rem;
	height:0;
	content:'';
}

.rot-item-jobs .rot-cpt-thumb{
	padding-bottom:67%;
}

.rot-items-benefits .rot-item h3 {
    position: relative;
    margin-bottom: 2.1rem;
    padding-bottom: .3em;
}
.rot-items-benefits .rot-item h3:after{
	width:12em;
	max-width:100%;
}
.single-jobs .theme-h{
	margin-bottom:3rem;
	border-bottom:3px solid var(--primary);
	padding-bottom:1.2rem;
	width:fit-content;
	font-size:var(--h1-larger);
}
body .h1-mb-small{
	margin-bottom:.7rem!important;
}
body .h1-mb-large{
	margin-bottom:3.5rem!important;
}



/* LEDERERK */
/* LEDERERK */
/* LEDERERK */

body:not(.home) .rkp-h-caption {
	border-bottom: 8px solid var(--primary);
}

body section figure.rot-img-absolute.bg-img img {
	border-radius: var(--border-radius-md);
}
/* body:not(.home) .h-h-wrap, body:not(.home) .header-caption-content {
	padding: 0;
} */
body section.jumbotron {
	margin-top: var(--section-top) !important;
	margin-bottom: var(--section-top) !important;

}
body section.jumbotron .bg-img { 
	position: absolute !important;
	left: var(--container-margin);
	border-radius: var(--border-radius-md);
	background-size: cover;
	width: calc(100% - (var(--container-margin) * 2));
}

body section.jumbotron h2.section-h {
	padding-top: 6rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	color: var(--grey-lightest);
	word-break: break-word;
}

body section.jumbotron .s-btns-wrap {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
body section.jumbotron h2 {
	max-width: 100%;
}
body section.jumbotron.has-watermark .container::after {
	display: block;
	position: absolute;
	top: auto;
	right: 1.5rem;
	bottom: 0;
	z-index: 1;
	border-radius: var(--border-radius-md);
	background: url('svg/watermark.svg') no-repeat center;
	background-size: contain;
	aspect-ratio: 1/0.9;
	width: 100px;
	pointer-events: none;
	content: '';
}
@media (min-width: 768px) {
	body section.jumbotron .s-btns-wrap {
		padding-right: 3rem;
		padding-left: 3rem;
	}
	body section.jumbotron h2.section-h {
		padding-right: 3rem;
		padding-left: 3rem;
	}
	body section.jumbotron.has-watermark .container::after {
		bottom: 2rem;
		width: 150px;
		
	}
}
@media (min-width: 1200px) {
	body section.jumbotron.has-watermark .container::after {
		width: 200px;
	}
}
@media (min-width: 1820px) {
	body section.jumbotron h2.section-h {
		padding-top: 12rem;
		padding-right: 6rem;
		padding-left: 6rem;
	}
	body section.jumbotron .s-btns-wrap {
		padding-right: 6rem;
		padding-left: 6rem;
	}
	body section.jumbotron h2 {
		max-width: 65%;
	}
	body section.jumbotron.has-watermark .container::after {
		right: 2.5rem;
		width: 225px;
	}
}

body section.news figure.rot-cpt-thumb {
	padding-bottom: 82.3%;
}

@media (min-width: 768px) {
	body section.content-padding .split-content-col {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important;
	}
}


/* PROJEKTE */
/* PROJEKTE */
/* PROJEKTE */

body section.projects .s-shortcode  {
	margin-top: var(--section-top) ;
}

body section.projects img {
  filter: grayscale(100%);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
              filter 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

body section.projects .rot-item-inner:hover img {
	transform: scale3d(1.08, 1.08, 1.08);
	filter: grayscale(0%);

}
body section.projects .rot-item-inner:hover a.btn-primary:after {
	width: calc(100% - 32px);
}
body section.projects figure.rot-cpt-thumb::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: background 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	border-radius: 7px 0 0 7px;
	background: var(--primary);
	width: 8px;
	height: 100%;
	content: '';
}
body .h3.rot-cpt-title, body .section-content h3 , body .section-content p {
	color: var(--white);
}

body section figure.rot-cpt-thumb a {
	border-radius: var(--border-radius-md);
}


/* GRID STARTSEITE */
/* GRID STARTSEITE */
/* GRID STARTSEITE */

body section.grid .parent {
    display: grid;
    grid-template-rows: 510px 510px;
    grid-template-columns: 58.33% 41.67%;
    gap: 40px;
}

body section.grid .left-two-rows {
	 grid-row: span 2 / span 2;
}
body section.grid .left-two-rows figure {
	height: 100%;
}
body section.grid .left-two-rows img {
	height: 100%;
	object-fit: cover;
}
body section.grid .right-bottom {
    grid-row-start: 2;
    grid-column-start: 2;
}

body section.grid .left-two-rows, 
body section.grid .right-top, 
body section.grid .right-bottom {
	position: relative;
}

body section.grid .content-wrapper {
	position: absolute; 
	bottom: 0;
	left: 0;
	padding: 1.5rem;
	max-width: 100%;
}
body section.grid figure::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	border-radius: var(--border-radius-md);
}
body section.grid img {
	border-radius: var(--border-radius-md);
}
body section.grid h3, body section.grid p, body section.grid a.btn {
	margin-bottom: 0;
}
@media (min-width: 768px) {
  body section.grid .content-wrapper {
	padding: 2.5rem;
	max-width: 90%;
  }
}

body section.grid .wp-block-image {
	margin: 0 !important;
	height: 100%;
	min-height: 500px;
}
body section.grid .wp-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body section.grid p {
	color: var(--white);
}
body section.grid h3 {
	font-weight: 700;
	font-size: var(--h3-size-large);
}
@media (max-width: 991px) {
  body section.grid .parent {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  body section.grid .left-two-rows,
  body section.grid .right-bottom {
    grid-row: auto;
    grid-column: auto;
  }
}


/* IMG RIGHT COL SECTION */
/* IMG RIGHT COL SECTION */
/* IMG RIGHT COL SECTION */

body section.img-right-col .split-img-col {
	display:none;
}

body section.img-right-col .rot-inline-img {
    position: relative;
	margin-bottom: 0;
    padding-bottom: 450px;
	width: 100%;
    height: 0px;
}

body section.img-right-col .rot-inline-img img {
    display: block;
    position: absolute;
	    width: 100%;
    height: 100%;
    object-fit: cover;
}

body section.img-right-col .second-lvl .rot-img-relative {
	height:75%;
}

@media (min-width: 768px) {
	body section.img-right-col .second-lvl .rot-img-relative {
	height: 100%;
}
}
body section.img-right-col .split-content-col .split-inner-row {
	flex-direction: column-reverse;
}
body section.img-right-col .content-col {
	padding-bottom: 3rem;
}
body section figure img {
	border-radius: var(--border-radius-md) !important;
}
body section.img-right-col .second-lvl {
	min-height: 12rem !important;
}
body section.img-right-col .second-lvl figure {
	padding-bottom: 480px !important;
}
@media (min-width: 576px) and (max-width:767px) {
body section.img-right-col .second-lvl figure {
	padding-bottom: 650px !important;
}
}

/* PROJECT CATEGORIES */
/* PROJECT CATEGORIES */
/* PROJECT CATEGORIES */

body section.project-categories .flex-wrapper {
	display:flex;
	justify-content: space-between;
	margin-top: 1rem;
}
body section.project-categories * {
	color: var(--white);
}

@media (min-width: 768px) {
	body section.project-categories .flex-wrapper {
		margin-top: 2.5rem;
	}
}

body section.project-categories .wp-bootstrap-blocks-row.row {
  display: flex !important;
  align-items: stretch !important;
}

body section.project-categories .wp-bootstrap-blocks-row.row .owl-carousel {
  height: 100% !important;
  min-height: 300px !important;
}

body section.project-categories .wp-bootstrap-blocks-row.row .owl-carousel .owl-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body section.project-categories .owl-stage-outer,  
body section.project-categories .owl-stage-outer .owl-stage {
	height: 100% !important;
}

body section.project-categories .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
	position: relative;
	height: 100%;
}

body section.project-categories .wp-block-gallery.owl-carousel img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

body section.project-categories .col-xl-5 {
	padding-top: 2.5rem;
	padding-bottom: 5rem;
}

/* PRODUCTS */
/* PRODUCTS */
/* PRODUCTS */

body section.products .rot-cpt-head {
	position: relative;
}

body section.products .rot-cpt-content {
	position: absolute;
	bottom: 0;
	left: 0rem;
	padding: 2.5rem;
	max-width: 90%;
	pointer-events: none;
}

@media (min-width: 768px) {
	body section.products .rot-cpt-content {
		padding: 2.5rem;
			left: 2rem;

	}
}
body section.products .rot-cpt-title {
	font-weight: 700;
	font-size: var(--h3-size-large);
}

body section.products .rot-post-items-produkt {
	margin-top: 1.5rem;
}

body section.products .rot-item:hover .btn-primary::after {
	width: calc(100% - 32px);       
}

body section.products .rot-cpt-thumb::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	border-radius: var(--border-radius-md);
}

body section.products .rot-item-title, body section.products .rot-cpt-excerpt, body section.products a.btn {
	margin-bottom: 0 !important;
}
body section.products h3 {
	display: none;
}

/* NEWS */
/* NEWS */
/* NEWS */
body section.news .btn__wrapper {
	display:flex;
	justify-content: center;
	margin-top: 1.5rem;
}

body section.news .rot-item-inner:hover a.btn-primary:after {
	width: calc(100% - 32px);
}
body section.news .rot-cpt-title a:hover {
	color: var(--white);
}

/* JOBS */
/* JOBS */
/* JOBS */

body section.jobs .rot-cpt-title.h3 {
	font-weight: 700;
	font-size: var(--h2-size);
}

body section.jobs .rot-cpt-excerpt h3 {
	margin-top: 2rem;
}
body section.jobs .rot-cpt-excerpt p, 
body section.jobs .rot-cpt-excerpt li,
body section.jobs .rot-cpt-excerpt h3  {
	color: var(--white);
}

body section.jobs .bewerbung-text {
	margin-top: 2rem;
	padding-bottom: 3rem;
}

body section.jobs .bewerbung-text p,
body section.jobs .bewerbung-text p > a  {
	color: var(--white);
	font-weight: 300;
}
body section.jobs .bewerbung-text p > a:hover {
	text-decoration: underline;
}
body section.jobs h3 {
	color: var(--white);
}

body section.jobs .rot-item-job:not(:last-of-type)::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: var(--item-col-padding);
    background: var(--primary);
    width: 100%;
    width: calc(100vw - (var(--container-margin) * 2) );
    height: 3px;
	content: '';
}

/* KONTAKT SECTION */
/* KONTAKT SECTION */
/* KONTAKT SECTION */

body section.contact h3.bold {
	margin-top: 1.5rem;
	font-weight: 700;
}

@media (min-width: 768px) {
	body section.contact .contact-wrapper {
		display: flex;
		gap: 12rem;
	}
	body section.contact h3.bold {
		margin-top: 3rem;
	}
}

@media (min-width: 1200px) {
	body section.contact .contact-wrapper {
		display: flex;
		gap: 12rem;
	}
}
@media (min-width: 1200px) {
	body section.contact .contact-wrapper {
		display: flex;
		gap: 9rem;
	}
}
@media (min-width: 2000px) {
	body section.contact .contact-wrapper {
		display: flex;
		gap: 12rem;
	}
}

form label {
	margin-top: 1rem;
	width: 100%;
	font-weight: 700;
}

/* Versteckt den ursprünglichen Upload-Button */
.wpcf7-form-control-wrap input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

/* Versteckt den Text 'Datei auswählen' */
.wpcf7-form-control-wrap .wpcf7-file {
    visibility: hidden;
    pointer-events: none;
}

body section.contact .filename {
	display: block;
	margin-left: 0;
	font-size: var(--small-p-size);
}
body section.contact .custom-file-upload {
margin-bottom: 0;
}

form .wpcf7-list-item-label {
	position: relative;
	top: -6px;
	font-weight: 300;
}

form .wpcf7-list-item label {
	margin-left: 30px;
	max-width: calc(100% - 30px);
}




/* appearance none ist notwendig, damit der weiße Hintergrund der checkbox entfernt wird*/
form .wpcf7-list-item input[type="checkbox"] {
	appearance: none;
	margin-left: -30px;
	box-shadow: inset 0px 0px 0px 1px var(--grey-light);
	width: 18px;
	height: 18px;
	accent-color: var(--grey);
}

/* Notwendig damit das Häkchen wieder angezeigt wird */
form .wpcf7-list-item input[type="checkbox"]:checked {
	appearance: checkbox;
}

/*NEWS */
/*NEWS */
/*NEWS */

body.single-post .btn-plain, 
body.single-projekt .btn-plain {
	/* top: calc(var(--header-height) * -1); */
	color: var(--grey-lightest);
}

body.single-post #s_header > .container, 
body.single-projekt #s_header > .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	border-bottom: 8px solid var(--primary);
	height: var(--display-header-min-h);
}
body.single-projekt #s_header > .container {
	border:none;
}

body.single-post #s_header .content-row {
	padding-top: var(--header-caption-spacing-y);
    padding-bottom: calc(var(--header-caption-spacing-y) * 2);
}

/* PROJEKT SINGLE */
/* PROJEKT SINGLE */
/* PROJEKT SINGLE */
body.single-projekt figure.full-img img,
body.single-post figure.full-img img {
	aspect-ratio: 1.8/1;
	width: 100% !important;
	object-fit: cover;
}

body.single-projekt figure.half-img img,
body.single-post figure.half-img img {
	aspect-ratio: 0.73/1;
	width: 100% !important;
	object-fit: cover;
}

body.single-projekt #s_header ul.post-facts {
	padding-left: 0;
	list-style-type: none;
}
body.single-projekt #s_header ul.post-facts li {
	position: relative;
	padding-right: 3rem;
	color: var(--white);
	text-align: right;
	text-transform: uppercase;
}

body.single-projekt #s_header ul.post-facts li::after {
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	background: var(--white);
	width: 2.5rem;
	height: 2px;
	content: '';
}
@media (max-width: 991px) {
	body.single-projekt #s_header ul.post-facts li {
		margin-bottom: 0.25rem;
		font-size: var(--small-p-size);
	}
}


