

.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;
}


header#masthead{
	border:none;
}

body.scrolled header#masthead:after {
	height: 80px;
	opacity: .5;
}
body .navbar-toggler {
	padding: 0;
	font-size:1.35rem;
}

#masthead #primary-menu>.nav-item a *{
	font-size:inherit;
	font-weight:inherit;
	padding:0;
	text-decoration:inherit;
}
#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;
	}
}

.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*/

.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;
}
@media(max-width:991.98px){

}
@media(min-width:992px){
	body:not(.allmedia-collapse-menu) #masthead .navbar-collapse {
		position: absolute;

		top: auto;
		bottom:0;
		transform:translateY(100%);
	}
	body:not(.allmedia-collapse-menu) #masthead .navbar-collapse ul li{
		/* border:2px solid var(--text); */
		color: inherit;
	}


	body:not(.allmedia-collapse-menu) #masthead .navbar-collapse.centered.fullwidth>ul>li{
		flex-grow:0;
		position:static;
		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%;
	}
	body:not(.allmedia-collapse-menu) ul.navbar-nav>li.spacer{
		display:block!important;
		width:var(--container-margin);
		flex-grow:0!important;
	}
	body:not(.allmedia-collapse-menu) ul.navbar-nav>li.spacer a{
		display:none!important;
	}
	body:not(.allmedia-collapse-menu) .spacer-left{
		border-left:0!important;
	}
	body:not(.allmedia-collapse-menu) .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;

}
section.rot-section>.container{
	opacity:0.2;
	top:1.5rem;
	transition:opacity .7s, top .7s;
	transition-delay:.2s;
	position:relative;
}
section.rot-section.dont-transform>.container,
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;
}
@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#s_testimonial.rot-section>.container,
	section.rot-section.dont-transform>.container,
	section.rot-section.dont-transform:not(.in-scope)>.container{
		transform:scale(1.00)!important;
	}
	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: flex-start;
	justify-content: flex-start;
	text-align: left;
	padding: 1rem;
}

.section-h{
	padding-bottom:.7em;
	margin-bottom:0;
}
@media(min-width:1400px){
	.section-h{
		padding-bottom:.4em;
		margin-bottom:0;
	}
}

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;
}


/*FLIPPETY FLOP*/

.cube-wrap {
	perspective: 1080px;
	padding: 0.5rem 0;
	margin-left: 3px;
	width: fit-content;
}
.cube{
	height:var(--cube-btn-height);
	background:var(--grey-dark);
	transition:transform .6s;
	transform-style: preserve-3d;
}
.flippety,.flop{
	background:#aaa;
	height:var(--cube-btn-height);
	display:flex;
	align-items: center;
	justify-content:center;
}

/* 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;
	justify-content: center;
	align-items: center;
	gap:30px;
	flex-wrap:wrap;
}
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;
	width:100%;
	top:0;
	left:0;
	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 {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	position: relative;
}
.inner.bg-secondary-lightest .btn-primary.flippety,
.has-inner-bg-secondary-lightest .inner .btn-primary.flippety{
		background-color: var(--primary-dark)!important;
		border-color: var(--primary)!important;
		color: white!important;

}
.inner .cube-wrap{
	padding-bottom:0;
}
#site-footer .bg-svgs{
	pointer-events:none;
}

.footer-logo{
	max-width: 90%;
	width: 170px;
}
#h_video{
	background-image:none!important;
}
#h_video video {

}
@media(min-width:768px){
	.video-wrap video.novid {
		object-position: 50% 64%;
	}
}
@media(min-width:992px){

}


#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;
}
@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 {
    color: var(--warmwhite);
    border: none;
    border-color: transparent!important;
    font-family: var(--sans2);
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding: 0.3em 3.4em .3em .8em!important;
	/* padding:0.2em 2.8em 0.2em 0.5em!important; */
    background: transparent;
    fill: var(--primary);
    overflow: hidden;
}
.btn-primary .bg {
    background: var(--primary);
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 3.4rem);
    height: 100%;
    transition: background-color .4s, filter .4s;
}
.s-cta-wrap .cta-bg-logo,
.btn-primary .svg-elem {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    transition: background-color .4s, filter .4s;
}
.btn-primary .svg-elem svg{
	height: 100%;
    top: 0;
    position: absolute;
    right: -1.6em;
    right: 0;
}
.btn-primary .svg-elem path{
	fill:inherit!important;
}
/* .btn-primary:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
	opacity:0;
	transition:opacity .4s;
	background: black;
} */
.btn-primary .txt{
	color:var(--warmwhite);
}
.btn-primary:hover .txt{
	color:var(--warmwhite);
}
.btn-primary:hover .svg-elem,
.btn-primary:hover .bg{
	filter:brightness(.8);
}
section.theme-color-secondary .btn-primary .bg{
	background:var(--secondary-dark);
}
section.theme-color-secondary .btn-primary{
	color:var(--warmwhite);
	fill:var(--secondary-dark);
}

@media(min-width:1440px){
	.btn-primary {
		padding:0.2em 2.8em 0.2em 0.5em!important;
	}
}
@media(min-width:2100px){

}

/*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;
}

.s-cta-col{
	overflow:hidden;
}
body .s-cta-wrap{
	padding: 0rem 0rem 0rem 0rem;
	background:transparent!important;
	position:relative;
	overflow:hidden;
}
.s-cta-wrap .cta-bg-logo {
    position: absolute;
    height: 100%;
    min-width: 33em;
    left: -50%;
    overflow: hidden;
    top: 0.6px;
    width: auto;
	z-index:1;
	filter:brightness(1.2);
}
.cta-bg-logo svg{
	position: absolute;
	left: auto;
	right:0;
	width: auto;
	top: 0;
	height:100%;
	/* transform: translateY(-50%); */
	pointer-events:none;
}
.cta-txt-content,
body .cta-txt-content p{
	/* font-size: 2rem; */
	/* line-height:1.2; */
	/* font-weight:400; */

}
.cta-txt-content .section-h{
	color:var(--warmwhite);
	padding-bottom:.5em;
}
.cta-btns-wrap{
	margin-top:.6rem;
	padding-left:1.5rem;
}
.s-cta-wrap .cta-txt-content{
	padding:1.5rem 1.5rem 0 1.5rem;
}
@media(min-width:1200px){
	body .cta-btns-wrap,
	body .cta-txt-content{
		/* font-size: 2.7rem; */
		max-width: var(--cta-content-w);
		margin-left:auto;
		margin-right:auto;
	}
	body .s-cta-wrap{
		padding: 0rem var(--cta-logo-indent) 0rem 0rem;

	}
	.s-cta-wrap .bg {
		margin-right:calc(var(--cta-logo-indent) / 4 * 3);
	}
	.s-cta-wrap .cta-bg-logo {
		left: var(--cta-logo-indent);
		z-index: 0;
		filter: brightness(1);
		background: var(--warmwhite);
	}
	.s-cta-wrap .cta-bg-logo:after {
		content:'';
		position:absolute;
		left: 0;
		top:0;
		width:50%;
		height:100%;
		z-index: 0;
		background: var(--primary);
	}
}
@media(min-width:1440px){
	body .cta-txt-content p{
		/* font-size: 2.7rem; */
	}
	.cta-txt-content .section-h{
		padding-bottom:.25em;
	}
	.s-cta-wrap .cta-txt-content{
		padding:2rem 2rem 0 2rem;
	}
}
.cta-txt-content,
.cta-btns-wrap{
	z-index:1;
	position: relative;
}

.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;
}

.fill-primary svg path{
	fill:inherit!important;
}
.s-cta-wrap.bg-primary .cta-bg-logo svg path{
	fill:var(--primary-light)!important;
}



.s-cta-wrap.bg-transparent .btn-primary{
	fill:var(--warmwhite)!important;
	padding:.2em .6em!important;
	margin-bottom:1.5em;
}
.s-cta-wrap.bg-transparent .btn-primary .svg-elem{
	display:none;
}
.s-cta-wrap.bg-transparent .btn-primary .bg{
	background:var(--warmwhite);
	margin:0;
	width: 100%;
}
.s-cta-wrap.bg-transparent .btn-primary .txt{
	color:var(--text);
}
.s-cta-wrap.bg-transparent .btn-primary:hover,
.s-cta-wrap.bg-transparent .btn:hover{
	color:var(--grey-lightest)!important;
}
.s-cta-wrap.bg-transparent .btn-primary:after {
    border-color: var(--white);
}
.s-cta-wrap.bg-transparent .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;
	}
}
article.rot-item-history-node .h3{
	font-family: var(--sans);
	font-size: calc(var(--h3-size) - 3px);
	font-weight: 700;
	position:relative;
	display:block;
}
article.rot-item-history-node .h3 a{
	position:relative;
	display:block;
}
article.rot-item-history-node .h3 a:after {
    content: '';
    background: var(--secondary);
    display: inline-block;
    z-index: -1;
    top: 39%;
    left: 3em;
    height: 4px;
    width: calc(100% - 3em);
    position: absolute;
}

article.rot-item-auszeichnung .theme-h-sm{
	font-weight:600;
}
article.rot-item-feedback .rot-item-title{
	font-size:var(--regular-p-size);
	font-weight:700;
}
article.rot-item-auszeichnung .theme-h-sm,
article.rot-item-history-node .theme-h-sm,
article.rot-item-feedback .theme-h-sm{
	display: block;
    font-family: var(--sans);
    font-size: 1rem;
    margin-top: 0.4em;
    margin-bottom: 0.2em;
}
article.rot-item-feedback .theme-h-sm{
	font-weight:500;
}



@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: 4.5rem;
}
@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;
}
@media(min-width:768px){
	.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;
}
.item-jobs-wide .rot-item-inner.row,
.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));
}
.item-jobs-wide .rot-item-inner.row>div,
.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)));
	}
	.item-jobs-wide .rot-item-content,
	.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{
	left: auto;
    right: 0;
    position: absolute;
    width: auto;
    height: 100%;
}
section.bg-svg-right.svg-h-125{
	/* margin-bottom:10rem; */
	overflow:hidden;
	z-index:3;
	background-color:transparent!important;
	pointer-events:none;
}
section.bg-svg-right.svg-h-125 .container{
	pointer-events:all;
}
section.bg-svg-right.svg-h-125:after{
	content:'';
	position:relative;
	left:0;
	bottom:0;
	display:block;
	width:100%;
	padding-bottom:10rem;
}
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{
	height: 100%;
    left: auto;
    right: 0;
    position: absolute;
}
.rot-item.has-bg-svg .bg-svgs figure svg{
	height: 11rem;
    bottom: 0;
    position: absolute;
    right: 0;
}
.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 {
    border-color: var(--hh-theater)!important;
	filter:brightness(.85);
}
.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 {
    border-color: var(--hh-shop)!important;
	filter:brightness(.85);
}
.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 {
    border-color: var(--hh-wand)!important;
	filter:brightness(.85);
}
.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 {
	border-color: var(--hh-olive)!important;
	filter:brightness(.85);
}
.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 {
    border-color: var(--hh-green)!important;
	filter:brightness(.85);
}
.rot-item.has-bg-svg a.rot-read-more-link:hover:after {
    border-color: var(--primary)!important;
	filter:brightness(1);
}

article.rot-item-history-node .rot-cpt-thumb {
    padding-bottom: 50%;
}
@media(min-width:1780px){
	article.rot-item-history-node .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{
	content:'';
	height:0;
	border-bottom:3px solid var(--primary);
	width:6rem;
	display:block;
	position:absolute;
	bottom:-9px;
}

.rot-item-jobs .rot-cpt-thumb{
	padding-bottom:67%;
}

.rot-items-benefits .rot-item h3 {
    margin-bottom: 2.1rem;
    padding-bottom: .3em;
    position: relative;
}
.rot-items-benefits .rot-item h3:after{
	width:12em;
	max-width:100%;
}
.single-jobs .theme-h{
	font-size:var(--h1-larger);
	margin-bottom:3rem;
	padding-bottom:1.2rem;
	border-bottom:3px solid var(--primary);
	width:fit-content;
}
body .h1-mb-small{
	margin-bottom:.7rem!important;
}
body .h1-mb-large{
	margin-bottom:3.5rem!important;
}


.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; */
}


.hbg-object{
	position:absolute;
	top: calc(0px - var(--d-header-margin-top) - var(--header-height));
	right: 0;
	height:calc(100% + var(--d-header-margin-top) + var(--header-height));
	width: 45%;
	background:var(--grey);
	opacity:.24;
}
body:not(.home) .hbg-object{
	height: calc(100% + var(--d-header-margin-top) + var(--header-height) - 4rem);
}

section:not(#s_header) .hbg-object {
    top: 0;
    height: var(--display-header-min-h);
}
section.hbg-obj-left .hbg-object {
    right: auto;
    left:0;;
}
section:not(#s_header):not(.hbg-obj) .hbg-object {
    display:none;
}


section.theme-color-teritary .hbg-object,
[data-theme-color="tertiary"] .hbg-object{
	background-color:var(--tertiary);
}

section.theme-color-primary .hbg-object,
[data-theme-color="primary"] .hbg-object{
	background-color:var(--primary);
}

section.theme-color-secondary .hbg-object,
[data-theme-color="secondary"] .hbg-object{
	background-color:var(--secondary);
}
section.theme-color-secondary .all-svgs [data-ref-id] path{
	fill:var(--secondary);
}
section.theme-color-primary .all-svgs [data-ref-id] path{
	fill:var(--text);
}
section.theme-color-tertiary .all-svgs [data-ref-id] path{
	fill:var(--tertiary);
}

section.theme-color-text .hbg-object,
[data-theme-color="text"] .hbg-object{
	background-color:var(--text);
}

.all-svgs .inner-svg-figure{
	display:none;
}
section.svg-zotter .all-svgs [data-ref-id="zotter"]{
	display:block;
}
section.svg-fleisch .all-svgs [data-ref-id="fleisch"]{
	display:block;
}
section.svg-amgraben .all-svgs [data-ref-id="amgraben"]{
	display:block;
}
section.svg-rind .all-svgs [data-ref-id="rind"]{
	display:block;
}
section.svg-kalb .all-svgs [data-ref-id="kalb"]{
	display:block;
}
section.svg-huhn .all-svgs [data-ref-id="huhn"]{
	display:block;
}
section.svg-schwein .all-svgs [data-ref-id="schwein"]{
	display:block;
}

section.has-bg-svg{
	padding-top:var(--sbg-svg-height)!important;
}
section.has-bg-svg .split-content-col {
    padding-top: var(--content-after-svg-top)!important;
    padding-bottom: var(--content-split-bottom,4rem)!important;
}
section.has-bg-svg.svg-amgraben {
	padding-top:calc(var(--sbg-svg-height) + 11vw)!important;
}
section.has-bg-svg.svg-amgraben > .container{
	margin-top: -6vw!important;
}
section.has-bg-svg.svg-amgraben .all-svgs{
	height:calc(var(--sbg-svg-height) + 11vw)!important;
}
@media(min-width:1440px){
	section.has-bg-svg.svg-amgraben {
		padding-top:calc(var(--sbg-svg-height) + 9vw)!important;
	}
	section.has-bg-svg.svg-amgraben .all-svgs{
		height:calc(var(--sbg-svg-height) + 9vw)!important;
	}
}

.img-link-item .inner{
	padding:0;
}
.img-link-item .rot-img-relative{
	margin-bottom:.7rem;
}
.img-link-item .content-wrap{
	width:100%;
	max-width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
/* .img-link-item .content-wrap .btn{
	font-size:1.2rem;
} */
.img-link-item .content-wrap .h3{
	font-size:calc(var(--h3-size) * 1.2);
}
@media(min-width:768px){
	.img-link-item .content-wrap .h3{
		flex: 0 0 100%;
	}
}
@media(min-width:992px){
	.img-link-item .content-wrap .h3{
		flex: 0 0 40%;
	}
}
@media(min-width:1440px){
	.img-link-item .content-wrap .h3{
		font-size:calc(var(--h3-size) * 1);
	}
	.img-link-item .rot-img-relative{
		padding-bottom:58%;
	}
}
.img-link-item .content-wrap .h3,
.img-link-item .content-wrap .btn{
	margin-top:0;
	margin-bottom:0;
	height:100%;
}

section .all-svgs .inner-svg-figure{
	will-change: transform;
	transition:transform .9s;
}
section.bg-svg-right:not(.in-scope):not(.been-in-scope) .all-svgs .inner-svg-figure{
	transform:translateX(-100vw);
}
section.bg-svg-left:not(.in-scope):not(.been-in-scope) .all-svgs .inner-svg-figure{
	transform:translateX(100vw);
}


.rot-item-feedback figure{
	padding-bottom:160px;
}
.rot-items.rot-cpt-feedback .owl-nav {
	width: 4.3em;
	top: -.3em;
	font-size:.7rem;
}
.rot-items .owl-nav .owl-next,
.rot-items .owl-nav .owl-prev{
	font-size:inherit;
}
.rot-items .owl-nav .owl-next:before,
.rot-items .owl-nav .owl-prev:before{
	font-size:1em;
}
.rot-items .owl-nav .owl-next span,
.rot-items .owl-nav .owl-prev span{
	font-size:0em;
}
@media(min-width:992px){
	.rot-items.rot-cpt-feedback .owl-nav {
		width: 3.3em;
	}
}

section:not(.has-bg-svg) .all-svgs{
	display:none;
}

footer .bg-svgs {
	position: relative;
    right: auto;
    left: 0;
    top: 0rem;
	width: 100%;
	bottom: 0;
	height: var(--footer-svg-height,100px);
	/* top: auto; */
}

footer .inner-svg-figure {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity 1.5s ease;
}

footer .inner-svg-figure.is-active {
	opacity: 1;
	pointer-events: auto;
}
footer#site-footer .bg-svgs figure {
	fill: var(--text);
    width: 220px;
    left: calc(var(--container-margin));
    top: auto;
    bottom: 1.3rem;
	pointer-events:all;
}
footer#site-footer .bg-svgs figure svg{
	position:absolute;
	bottom:0;
	pointer-events:none;
}
@media(min-width:576px){
	footer .bg-svgs {
		position: absolute;
		right: 0;
		left: auto;
		top: 6.4rem;
		z-index:2;


		/* top: auto; */
	}
	footer .contact-p{
		max-width:60%;
	}
	footer#site-footer .bg-svgs figure {
		right: calc(var(--container-margin));
		left: auto;
		max-width:50%;
	}
}
@media(min-width:768px){
	footer .bg-svgs {
		position: absolute;
		top: auto;
		bottom: 1.8rem;
	}
	footer#site-footer .bg-svgs figure {
		transform: translateX(-50%);
		left: calc(50% - 2rem);
	}
	footer .contact-p{
		max-width:90%;
	}

}
@media(min-width:1200px){
	footer .bg-svgs {
		bottom: 1.2rem;
	}
}

/*sections custom*/
/*sections custom*/
/*sections custom*/




body #s_leadtxt{
	padding-top:1.6rem!important;
}

body #s_leadtxt .section-content{
	margin-left:0%;
}
@media(min-width:576px){
	body #s_leadtxt .section-content{
		margin-left:8%;
	}
}
@media(min-width:768px){
	body #s_leadtxt .section-content{
		margin-left:28%;
	}
}
@media(min-width:1440px){
	body #s_leadtxt .section-content{
		margin-left:38%;
	}

}
@media(min-width:1820px){
	body #s_leadtxt .section-content{
		margin-left:35%;
		margin-right:7%;
	}
	body #s_leadtxt .section-content p{
		font-size:1.13rem;
		line-height:1.55;
	}
	.content-split-narrow .split-content-col{
		padding-right:9rem!important;
	}

}


#s_schwein .marquee>.track{
	animation-duration:40s;
}
#s_rind .marquee>.track{
	animation-duration:160s;
}

/*FLIP LOGO*/
/*FLIP LOGO*/
/*FLIP LOGO*/
/*FLIP LOGO*/




.site-logo {
	perspective: 1000px;
	width: fit-content;
	display: inline-block;
	background:var(--white);

}
body.theme-color-primary .site-logo{
	background:var(--primary);
}
body.theme-color-white .site-logo{
	background:var(--white);
}
body.theme-color-secondary .site-logo{
	background:var(--secondary);
}
body.theme-color-tertiary .site-logo{
	background:var(--tertiary);
}
body.theme-color-secondary .site-logo .backside svg path,
body.theme-color-tertiary .site-logo .backside svg path,
body.theme-color-primary .site-logo .backside svg path{
	fill:var(--white)!important;
}
body.theme-color-secondary .site-logo [data-svg-id="fpath"],
body.theme-color-tertiary .site-logo [data-svg-id="fpath"],
body.theme-color-primary .site-logo [data-svg-id="fpath"]{
	fill:var(--white)!important;
}


.site-logo a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.6s;
}
  
.site-logo:hover a {
	transform: rotateY(180deg);
}
  
.site-logo:before,
.site-logo span,
.site-logo a,
.site-logo svg {
	/* display: block;
	width: 100%;
	height: auto; */
	background-color:inherit;
}
  
.site-logo svg[data-svg-id="zf-logo-plain"] {
	backface-visibility: hidden;
}
  
.site-logo .backside {
	  position: absolute;
	  top: 0;
	  left: 0;
	  backface-visibility: hidden;
	  transform: rotateY(180deg);
	  width: 100%;
	  height: 100%;
}
.site-logo .backside svg{
		max-width:100%;
}

.content-2blocks-col span.tel,
.content-2blocks-col span.mail{
	display:block;
}

body .hai[data-theme-color="primary"][data-svg-content="jobs"] svg path{
	fill:var(--primary-dark);
}
.rot-cpt-excerpt p:empty{
	display:none;
}
.rot-cpt-excerpt ul{
	line-height:.9;
}
.item-jobs-wide .rot-cpt-excerpt p,
.item-jobs-wide .rot-cpt-excerpt ul{
	font-size:var(--small-p-size-items);
}


#BorlabsCookieWidget{
	display:none;
}