

.maintenance-content {
	color:var(--white);
	font-size: 22px;
}
.maintenance-content.bg-white {
	color:var(--text)!important;
	font-size: 22px;
}
.maintenance-content .rot-img-absolute{
	margin-top: 2rem;
	min-height:260px;
	padding-bottom:0;
}
.branding-wrap {
	font-size:20px;
	display: flex;
	align-items: center;
	height: 22em;
}
.branding-wrap>figure.rot-img-relative{
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	min-height: 2rem;
	padding-bottom:0;
}
.maintenance-content .content-col .inner-wrap{
	display: flex;
	align-content: flex-start;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}
.branding-wrap {
	font-size: 1.1em!important;
	width:100%;
}
.branding-wrap .h-wrap {
	max-width:1px;
	max-height:1px;
	overflow:hidden;
}
.branding-wrap p.smaller {
	font-size: 0.596em;
}
.p-display {
	font-size: 1.9em;
	font-weight: 500;
	color: var(--text);
	max-width: 390px;
	line-height: 1;
	margin: 0.7em 0.23em;
	position: relative;
	text-align: right;
	color: #ffffff40;
	display: flex;
	align-items: center;
}
.bg-white .p-display {
	color:var(--text);
}
.p-display span.txt {
	font-size: 0.65em;
	line-height: 1.1;
	font-weight: 300;
}
body .bottom-txt{
	font-size: 22px;
	font-weight: 600;
	color: var(--grey-light);
}
.rkp-icon {
	display: inline-block;
	width: 4em;
	line-height: inherit;
	position: relative;
	top: 0;
	right: auto;
	margin-left: 0.5em;
}
.rkp-icon .st0{
	stroke:var(--white);
}
.bg-white .rkp-icon .st0{
	stroke:var(--text);
}
.maintenance-content .rkp-icon svg>g:nth-of-type(2) path{
	stroke:var(--primary);
}
body .maintenance-content a:hover{
	color:white!important;
}

@media(min-width:576px){
	.maintenance-content .rot-img-absolute {
		margin-top: 2rem;
		margin-bottom: 2rem;
		padding-bottom: 0;
		height: calc(100vh - 4rem);
	}
}
@media(min-width:768px){
	.branding-wrap {
		font-size:28px;
	}
}
@media(min-width:992px){
	.maintenance-content .rot-img-absolute {
		margin-top: 0rem;
		margin-bottom: 0rem;
		height: 100%;
	}
}
@media(min-width:1200px){
	.branding-wrap {
		font-size:2.3vw;
	}
}

#rkp-icon-cogwheels svg>g:first-of-type{
	animation: rotate_1 4s linear 0.17s infinite normal forwards;
	transform-origin: 0.6em 0.6em;
}
#rkp-icon-cogwheels svg>g:nth-of-type(3) {
	animation: rotate_1 4s linear 0s infinite reverse forwards;
	transform-origin: 1.65em 1.45em;
	/* background: red; */
}
#rkp-icon-cogwheels svg>g:nth-of-type(2) {
	animation: rotate_1 4s linear 0.03s infinite normal forwards;
	transform-origin: 0.59em 2.37em;
}

@keyframes rotate_1 {
	0% {
		transform: rotate(0);
		/* transform-origin: center; */
	}
	100% {
		transform: rotate(360deg);
		/* transform-origin: center; */
	}
}


.social-wrap a.sbtn.s-copy,
.rot-section a.link-type-contact,
.rot-section a.link-type-frei,
.rot-section a.link-type-pdf,
.rot-section a.link-type-beitrag{
	display: inline-block;
	/* font-size: var(--regular-p-size, 1.09rem); */
	font-weight: 500;
	/* text-transform: uppercase; */
	line-height: 1;
	position:relative;
	display: inline-flex;
	align-items: center;
	color: var(--white);
	background-color:var(--primary);
}

.social-wrap a.sbtn.s-copy,
.rot-section a.link-type-contact,
.rot-section a.link-type-frei,
.rot-section a.link-type-pdf,
.rot-section a.link-type-beitrag{
	color: var(--white);
}


.social-wrap a.sbtn.s-copy.copied .link-inner>span{
	position:relative;
	top: 2px;
}
.social-wrap a.sbtn.s-copy .link-inner>span{
	position:relative;
	top:0px;
}
.social-wrap a.sbtn.s-copy .link-inner>span:after{
	content:'copied';
	position:absolute;
	top:0;
	left:0;
	font-size:inherit;
	height:100%;
	width:100%;
	opacity:0;
	transition:opacity .4s;
	background:var(--primary);
}
.social-wrap a.sbtn.s-copy.copied .link-inner>span:after{
	opacity:1;
}

.hide-labels .rc-checkboxes label {
	font-size: 0.94rem;
}
.hide-labels .rc-checkboxes label.tech-h-sm {
	font-size: .84rem;
	margin-bottom: .74rem;
	width: 100%;
}
body{
	--car-size: 240px;
	--logo-wrap-width:340px;
}


/*RSE*/

body ul{
	padding-left:1.25em;
	list-style: disc;
	/* font-size:16px; */

}
ul.menu{
	padding-left:1.25em;
	list-style: none;
}

.site-content ul:not(.navbar-nav):not([class*="wp-admin"]) li {
	/* position: relative;
	display: flex;
	align-items: center; */
	margin-bottom:.6rem;
}



body .navbar-toggler {
	padding: 0;
	font-size:1.35rem;
}

#masthead #primary-menu>.nav-item a *{
	font-size:inherit;
	font-weight:inherit;
	padding:0;
}
#masthead #primary-menu>.nav-item a>.nav-link-wrap {
	position:relative;
	width: fit-content;
	display: inline-block;
}
#masthead #primary-menu>.nav-item a>.nav-link-wrap>.nav-item-title {
	position:relative;
	z-index:1;
}
@media(min-width:992px){
	#masthead #primary-menu>.nav-item a *{
		white-space: nowrap;
	}
}
#masthead #primary-menu>.nav-item.active a {
	color: var(--white);
	text-decoration: underline;
	text-underline-offset: 3px; 
	text-underline-position: under;
	-ms-text-underline-position: under;
	text-decoration-color: var(--primary-medium);
}

.rkp-path2{
	fill:none;
	stroke:var(--text);
	stroke-width:2.5;
	stroke-linecap:round;
	stroke-miterlimit:10;
}
.fill-text{
	fill:var(--text);
}
.fill-none{
	fill:none;
}
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);
	}
}


/*KLAMPFL*/
body #site-footer a.social-link {
		font-size: 1.5rem;
		background: var(--secondary);
		transition: background-color .4s;
		padding: 0em;
		border-radius: 100px;
		margin: 2px;
		font-weight: 600;
		margin-left: 0.7rem;
}
body #site-footer.bg-text a.social-link {
	color:var(--text);
}
body #site-footer a.social-link>i {
	position: relative;
	bottom: -1px;
	font-size: 1.8rem;
}

.page-template-page-standard p,
.page-template-page-standard ul li{
	margin-bottom:1rem;
}
.page-template-page-standard h3{
	margin-bottom:.75rem;
}

/*NAV*/
body #site-footer .rot_menu.footer-menu {
	display: block;
	text-transform: uppercase;
	/* padding: 0.25rem 0; */
	padding: 0;
}
body #site-footer .rot_menu.footer-menu li  {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.rot-mnav-footer a,
.rot-mnav-footer ul,
.rot-mnav-footer li,
.rot-mnav-footer p{
	font-size:var(--small-p-size);
}
.rot-mnav-footer ul{
	margin-bottom:0;
	line-height:2;
	padding-left:0;
}
.rot-mnav-footer [class*="col-"]{
	display:flex;
	align-items: flex-end;
}
.rot-mnav-footer [class*="col-"]{
	display:flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.rot-mnav-footer [class*="col-"]:first-of-type{
	justify-content:flex-start;
}
.rot-mnav-footer [class*="col-"]:last-of-type{
	justify-content:flex-end;
}
.rot-mnav-footer figure{
	text-align: left;
	width:50%;
	margin-bottom:.8rem;
}
.rot-mnav-footer figure img{
	width:140px;
	max-width:100%;
}
.rot-mnav-footer figure.smaller img{
	width:74px;
	max-width:70%;
	margin-left:15%;
}





/*HACKL*/

/*HEADER HEADER HEADER*/

.logo-wrap.centered{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
ul.navbar-nav>li.spacer{
	display:none!important;
	pointer-events:none;
}
section#s_header{
	transition:height .4s, min-height .4s;
	overflow-x:hidden;
}
@media(max-width:991.98px){

}
@media(min-width:992px){
	body #masthead .navbar-collapse {
		position: absolute;

		/* top: auto; */
		top: 0;
		bottom:0;
		/* transform:translateY(100%); */
		justify-content: flex-end;
	}
	body #masthead .navbar-collapse ul li{
		/* border:2px solid var(--text); */
		color: inherit;
	}


	body #masthead .navbar-collapse.centered.fullwidth>ul>li{
		flex-grow:0;
		position:static;
		padding-top:0;
	}
	#primary-menu-footer .nav-item a.nav-link,
	#primary-menu .nav-item a.nav-link {
		/* text-align: center; */
		/* justify-content: center; */
		width:100%;
	}
	ul.navbar-nav>li.spacer{
		display:block!important;
		width:var(--container-margin);
		flex-grow:0!important;
	}
	ul.navbar-nav>li.spacer a{
		display:none!important;
	}
	.spacer-left{
		border-left:0!important;
	}
	.spacer-right{
		border-right:0!important;
	}
}


/*DISPLAY_HEADER*/
#s_header .caption-right .col-12{
	display:flex;
	justify-content: flex-end;
}
#s_header.animation-ended .header-caption{
	opacity:1!important;
}

section.rot-section{
	overflow:visible;
	max-width:100%;
	position:relative;

}
body:not(.single) section.rot-section>.container{
	opacity:1;
	/* top:1.5rem; */
	transition:opacity .7s, top .7s scale .7;
	transition-delay:.2s;
	position:relative;
}
section.rot-section.been-in-scope>.container{
	opacity:1;
	top:0;
}


/*SPLIT CONTENT SONDERLÖSUNG HACKL*/

section.rot-section.split-content-img .split-content-col{
	min-height: 0;
	position: static;
	z-index: 2;
}

section.rot-section.split-content-img:not(.split-strict) .content-row:not(.order-swapped) .split-inner-row{
	left:0;
}
@media(min-width:768px){
	section .split-content-col{
		padding-right:var(--content-spacing-x,2rem);
	}
}

section.before-bg-text:before{
	content:'';
	top:-1px;
	left:0;
	background:var(--text);
	width:100%;
	height:8rem;
	z-index:0;
	position: absolute;
	display:block;
}
.modal-inner p{
	font-weight: 400;
}





/*TYPO*/
body h1.page-h1{
	margin-bottom:0.7rem;
}

body .h2,
body h2{
	margin-bottom:.3rem;
}
body.single .caption-content .h2,
body.single .caption-content h2,
body .caption-content .h2,
body .caption-content h2{
	margin-bottom:1.3rem;
}
/*post - subtitle*/
.post-h span.theme-h-sm{
	display: block;
	font-size: var(--regular-p-size);
	margin-top: 0.75rem;
}

/*ACCORDION*/
.h-col,
.acc-img-col{
	min-height:300px;
}
.rot-acc.accordion h3,
.rot-acc.accordion .h3{
	font-weight:600;
	color: var(--primary);
}
.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;
    left: calc(0% + 0px);
    height: 2px;
} */

.rot-acc .short-and-icon::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1rem;
	height: 1rem;
	background-image: url('svg/arrow-down.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transform: translateY(-100%) rotate(0deg);
	transition: all .4s;
}
.rot-acc-line{
	flex: 0 0 100%;
    width: calc(100% - (2 * var(--acc-col-padding)));
    height: 2px;
    background: var(--primary);
    margin-left: var(--acc-col-padding);
}
.rot-acc.active .short-and-icon:before {
    /* width: 0; */
     transform: rotate(180deg) translateY(100%); 
	 	transition: all .4s;

}
.acc-faq.accordion:not(:first-of-type) {
	border-top: 2px solid var(--primary);
}
.rot-post-type-faq:last-child {
	border-bottom: 2px solid var(--primary);
}
@media(max-width:767.98px){
	.acc-img-row>.acc-img-col{display:none!important;}
	.rot-acc.accordion{margin-right: 2.1rem;}
	.rot-acc-content.panel p {margin-right: 0;}
	.rot-acc.accordion h3,
	.rot-acc.accordion .h3{max-width:calc(100% - 50px);}
	.rot-acc.accordion i {
		transform: rotate(-90deg);
	}
	.rot-acc.accordion.active i {
		transform: rotate(0deg);
	}

}
@media(min-width:768px){
	.acc-img-row>.acc-img-col{
		display:block;
		margin-top: -4.3rem;
	}
	.acc-img-row>.h-col .rot-acc-content.panel{
		display:none!important;
	}
	.rot-acc.accordion {
		flex-wrap: nowrap;
	}
}


body #BorlabsCookieBoxWidget svg {
	color:var(--primary);
	opacity:.7;
}
body .BorlabsCookie._brlbs-cb-googlemaps,
body .BorlabsCookie ._brlbs-content-blocker,
body .BorlabsCookie ._brlbs-embed._brlbs-google-maps {
	height: 100%;
	height: auto;
	max-height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
}
body .BorlabsCookie ._brlbs-embed._brlbs-google-maps img{
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}
body .BorlabsCookie._brlbs-cb-facebookfeed ._brlbs-content-blocker{
	position:relative;
}
body .BorlabsCookie._brlbs-cb-facebookfeed ._brlbs-content-blocker a {
	color: var(--white)!important;
}
body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-btn {
	background-color: #808080!important;
		color: var(--white)!important;

}

body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker {
	height: 220px !important;
}
@media(min-width:992px){
	body .h2,
	body h2{
		margin-bottom:.3rem;
	}
	body.single .caption-content .h2,
	body.single .caption-content h2,
	body .caption-content .h2,
	body .caption-content h2{
		margin-bottom:1.3rem;
	}
}

@media(min-width:1200px){
	section.rot-section>.content-replace-img .container,
	section.rot-section>.container{
		/* transform:scale(.93); */
		transition:transform .4s, top .7s, opacity .7s;

	}
	section.rot-section:not(#s_header):not(.in-scope)>.content-replace-img .container,
	section.rot-section:not(#s_header):not(.in-scope)>.container{
		transform:scale(.9);
		transition:transform .4s;

	}
	.single section.rot-section:not(#s_header):not(.in-scope)>.content-replace-img .container,
	.single section.rot-section:not(#s_header):not(.in-scope)>.container{
		transform:scale(1);
	}
	section.rot-section.in-scope>.content-replace-img .container,
	section.rot-section.in-scope>.content-replace-img .container,
	section.rot-section.in-scope>.container{
		transform:scale(1.00);
	}
}
.rot-cpt-tabs-wrap  .second-nav{
	font-size: 2.4rem;
	position: absolute;
	left: calc(100% / 12 *6);
	transform: translate(calc(0px - 100% - 2rem), -100%);
	color: var(--secondary);
}

#primary-menu.underline-dashed:after{
	display:none;
}
nav.underline-dashed:after {
	width: calc(100% - (2 * var(--container-margin)));
}
.split-hc .section-h{
	max-width: 9.8em;
	hyphens:auto;
}

.split-hc .section-h-col{
	margin-bottom:1.5rem;
}
.inner {
	min-height: 64px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1rem;
}

.section-h{
	/* border-bottom:4px solid var(--secondary); */
	padding-bottom:.8rem;
	/* width:fit-content; */
	margin-bottom:.3rem;

}

section.content-narrow .s-btns-wrap,
section.content-narrow .section-content,
section.content-narrow .section-lead,
section.content-narrow h1,
section.content-narrow h2,
section.content-narrow .section-h2{
	max-width: var(--narrow);
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}


section.bg-primary-light .section-h{
	border-color:var(--primary);
}

@media(min-width:1200px){
	.inner {
		min-height: 72px;
		height: 100%;
	}
}
@media(min-width:1440px){
	.split-hc .section-h{
		max-width: 9.8em;
	}
	.section-h{
		margin-bottom:.45rem;
	}
}

@media(min-width:1820px){
	.inner{
		min-height:152px!important;
	}
	section.content-narrow .section-content,
	section.content-narrow .section-lead,
	section.content-narrow h1,
	section.content-narrow h2,
	section.content-narrow .section-h2{

	}
}



article.rot-item-post .rot-read-more{
	margin-top:12px;
}


#site-footer h2.footer-title {
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 2rem;
	color: var(--white);
}

/* #site-footer p, #site-footer li a {
	font-size: 0.75rem !important;
} */
#site-footer ul.footer-contact-list {
	list-style-type: none;
	padding-left: 0;
}
#site-footer ul.footer-contact-list span {
	font-size: 0.75rem !important;
}



/* #site-footer ul:not(.privacy-menu) li + li {
	margin-top: 0.5rem;
} */

#site-footer span.addr {
	margin-top: 0.5rem;
	display: block;
}

.footer-logo{
	max-width: 90%;
	width: 170px;
}
#h_video{
	background-image:none!important;
}
#h_video video {
	max-width: calc(100% - (1 * var(--container-margin)) - 2rem);
	max-height: calc(100%);
	margin-left: calc(var(--container-margin) + 2rem);
}
@media(min-width:768px){
	.video-wrap video.novid {
		object-position: 50% 64%;
	}
}
@media(min-width:992px){
	#h_video video {
		max-width: calc(50% - var(--container-margin));
		/* max-height: calc(100% - 2rem); */
		margin-left: calc(var(--container-margin) + 2rem);
	}
}


#s_gts .section-content{
	margin-bottom:0!important;
}

.rot-item-termin .h3,
.rot-item-termin h3{
	border-bottom: 4px solid var(--primary);
	max-width: 20em;
}

.meta{
	font-size:.9rem;
}
figure.rot-single-thumb {
	padding-bottom: 380px;
	margin-bottom: 2rem;
}
.page-template-default section#s_header:before,
.single section#s_header:before {
	display:none;
}
.contact-bar {
	/* display: none!important; */
	pointer-events: none;
}
@media(min-width:992px){
	.contact-bar{
		display:flex;
	}
}
@media(min-width:1200px){
	figure.rot-single-thumb {
		height:100%;
		max-height:640px;
	}
	#s_gts .rot-img-relative{
		padding-bottom:18rem!important;
	}

}
.content-min-height-500 .split-content-col{
	min-height:500px!important;
	padding-top:4rem!important;

}
.section-lead .mail a,
.section-lead .mail span,
.section-lead .tel a,
.section-lead .tel span{
	font-size:inherit!important;
}

.gal-wrap{
	margin-bottom:2rem;
}
.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image{
	flex-grow:0;
}

body #masthead figure.xtra-branding.jpg-logo {
	width: 10em;
	min-height: 10em;
	border-radius:400px;
	overflow: hidden;
}
body #s_header figure.xtra-branding.jpg-logo {
	width: 9em;
	min-height: 9em;
	border-radius:400px;
	overflow: hidden;

}

/*Social Bar & Display-Header-styles*/
#s_header {
	/* margin-top: calc(var(--d-header-margin-top) - 2px)!important; */
	margin-top: 0 !important;
}
@media(min-width:1800px){
	.h-bg-img-container>.rot-img-absolute{
		max-width: var(--d-header-width,1600px);
		left: 50%;
		transform: translateX(-50%);
	}
}

/*btns*/
/*btns*/
/*btns*/
/*btns*/
.btn-primary {
	background-color: transparent !important;
	border-color: var(--primary)!important;
	background-color: transparent!important;
	border-color: transparent!important;
	color: var(--primary-dark)!important;
	font-family: var(--sans2);
	font-weight: 600!important;
	/* text-transform: capitalize!important; */
	position:relative;
	text-decoration: underline;
	padding:0 0 .6em 0!important;
	position: relative;
	/* font-size: 1.5rem !important; */
    text-underline-offset: 13px;
    text-decoration-color: var(--primary-medium);
	text-decoration-thickness: 2px;

}

/*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*/

.cta-txt-content,
body .cta-txt-content p{
	font-size: 1.8rem;
	line-height:1.2;
	font-weight:600;

}
@media(min-width:1200px){
	body .cta-txt-content p{
		font-size: 2.7rem;
		/* max-width: var(--cta-content-w);
		margin-left:auto;
		margin-right:auto; */
	}
	.s-cta-wrap{
		padding: 3rem 9rem 2.5rem;
	}
}
@media(min-width:1440px){
	body .cta-txt-content p{
		font-size: 3rem;
	}
}
.cta-txt-content,
.cta-btns-wrap{
	z-index:1;
	position: relative;
}
.cta-btns-wrap{
	margin-top:1.8rem;
}
.s-cta-wrap.bg-primary .cta-txt-content{
	color:var(--white);
	font-family:var(--sans2);
}
.s-cta-wrap.bg-primary .cta-txt-content p{
	color:inherit;
	font-family:inherit;
}

.s-cta-wrap.bg-primary .btn-primary,
.s-cta-wrap.bg-primary .btn {
    color: var(--grey-lightestest)!important;
    font-size: var(--btn-fontsize) !important;
    font-weight: 600!important;
	text-transform: none !important;
	position: relative;
	text-underline-offset: 13px;
	text-decoration-color: var(--primary-medium);
}
@media (max-width: 575.98px) {
	.s-cta-wrap.bg-primary .btn-primary,
	.s-cta-wrap.bg-primary .btn {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 1199px) {
	.s-cta-wrap.bg-primary .btn-primary,
	.s-cta-wrap.bg-primary .btn {
		margin-top: 0 !important;
	}
}

.s-cta-wrap.bg-primary .btn-primary::after, body .btn-primary::after {
	content: '';
	height: 12px;
	width: 12px;
	position: relative;
	display: inline-block;
	right: -10px;
	top: 7px;
	transform: translateY(-50%);
	background: url('svg/arrow-light-grey.svg') no-repeat center center;
	transition: transform 0.3s ease;
}
@media (min-width: 1200px) {
	.s-cta-wrap.bg-primary .btn-primary::after, body .btn-primary::after {
		height: 15px;
		width: 15px;
		top: 0;
		transform: translateY(10%);
	}
}
@media (min-width: 1600px) {
	.s-cta-wrap.bg-primary .btn-primary::after, body .btn-primary::after {
		height: 20px;
		width: 20px;
		top: 0;
		transform: translateY(10%);
	}
}
body .btn-primary::after {
	background: url('svg/arrow-blue.svg') no-repeat center center;
}
@media (hover: hover) {
    .s-cta-wrap.bg-primary .btn-primary:hover::after,
    body .btn-primary:hover::after {
        transform: translateY(-50%) rotate(45deg);
        fill: var(--grey-lightestest); 
    }
}

@media (hover: hover) and (min-width: 1200px) {
    .s-cta-wrap.bg-primary .btn-primary:hover::after,
    body .btn-primary:hover::after {
        transform: translateY(10%) rotate(45deg);
    }
}
.s-cta-wrap.bg-primary .btn-primary:hover,
.s-cta-wrap.bg-primary .btn:hover{
	color:var(--grey-lightestest)!important;
}
.s-cta-wrap.bg-primary .btn-primary:after {
    /* border-color: var(--white); */
}
.s-cta-wrap.bg-primary .btn-primary:hover:after,
body .btn-primary:hover:after {
    /* border-color: var(--grey-lightest); */
}

/*block-gallery and ROT gal up-n-down*/
/*block-gallery and ROT gal up-n-down*/
/*block-gallery and ROT gal up-n-down*/
/*block-gallery*/
/*block-gallery*/

.rot-gal[data-style="up-n-down"],
.wp-block-gallery.bottom-top-gal{
	/* --gal-gutter-size:20px; */
	--gallery-block--gutter-size:20px;
}
[data-carousel-style="up-n-down"] .owl-stage>.owl-item:nth-child(odd) .rot-cpt-head{
	margin-bottom:0!important;
}
[data-carousel-style="up-n-down"] article.rot-item .rot-item-inner,
body .rot-gal[data-style="up-n-down"] .rot-gal-item>figure {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
	height:100%;
}
body .rot-gal[data-style="up-n-down"]>.rot-gal-item>figure:not(.lightbox-kudasai) img,
body .rot-gal[data-style="up-n-down"]>.rot-gal-item>figure.lightbox-kudasai a{
	position:relative;
	height: var(--height-landscape);
}

[data-carousel-style="up-n-down"] .owl-stage>.owl-item:nth-child(even) .rot-item-inner .rot-cpt-title,
body .rot-gal[data-style="up-n-down"]>.rot-gal-item:nth-child(even) figure.lightbox-kudasai figcaption,
body .rot-gal[data-style="up-n-down"]>.rot-gal-item:nth-child(even) figure figcaption,
body .wp-block-gallery.has-nested-images.bottom-top-gal>figure:nth-child(even) figcaption{
	order:0;
}
[data-carousel-style="up-n-down"] .owl-stage>.owl-item:nth-child(even) .rot-item-inner .rot-cpt-head,
body .rot-gal[data-style="up-n-down"]>.rot-gal-item:nth-child(even) figure.lightbox-kudasai a,
body .rot-gal[data-style="up-n-down"]>.rot-gal-item:nth-child(even) figure img,
body .wp-block-gallery.has-nested-images.bottom-top-gal>figure:nth-child(even) img{
	order:1;
}
[data-carousel-style="up-n-down"] .owl-stage>.owl-item:nth-child(even) .rot-item-inner .rot-cpt-content{
	order:2;
}
body .rot-gal[data-style="up-n-down"] figure figcaption,
body .wp-block-gallery.has-nested-images.bottom-top-gal figure figcaption{
	position: relative;
    background: transparent;
    color: var(--text);
    font-family: var(--sans2);
    font-size: 1.25em;
    line-height: 1.3;
    width: 100%;
    max-width: 100%;
    scrollbar-width: none;
    margin: auto;
    padding: 10px;
    text-shadow: none;
    font-weight: 400;
    flex-grow: 0;
    flex-basis: auto;
    text-align: center;
}
body .rot-gal[data-style="up-n-down"] figure figcaption{
	flex-grow:1;
}

/* body .rot-gal[data-style="up-n-down"] figure img, */
body .wp-block-gallery.has-nested-images.bottom-top-gal figure img{
	position: relative;
    min-height: 320px;
}
body .rot-gal[data-style="up-n-down"] figure:before,
.wp-block-gallery.bottom-top-gal figure:before{
	display:none;
}
.rot-gal[data-style="up-n-down"]>.rot-gal-item {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    padding-left: var(--gal-margin-half);
    padding-right: var(--gal-margin-half);
}
/* body .rot-gal[data-style="up-n-down"]>.rot-gal-item, */
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	margin: 0;
    width: calc(50% - var(--gal-gutter-size, 16px) / 2);
}
@media(min-width:600px){
	body .rot-gal[data-style="up-n-down"]>.rot-gal-item{
		width: calc(25% - var(--gal-gutter-size, 16px) * .75);
	}
}
@media(min-width:992px){
	.rot-gal[data-style="up-n-down"]>.rot-gal-item {
		flex: 0 0 calc(100% / 4);
		max-width: calc(100% / 4);
	}
}
@media(min-width:1440px){
	body .rot-gal[data-style="up-n-down"],
	.wp-block-gallery.bottom-top-gal{
		/* --gal-gutter-size:30px; */
		--gallery-block--gutter-size:30px;
	}
}
@media(min-width:1800px){
	body .rot-gal[data-style="up-n-down"],
	.wp-block-gallery.bottom-top-gal{
		/* --gal-gutter-size:44px; */
		--gallery-block--gutter-size:44px;
	}
}


/*more styles*/
.row-gap-grid .row{
	row-gap:var(--item-gap);
	margin-bottom:0;
}
.bordered-cta-style {
    padding: 2rem;
    display: flex;
    border: 3px solid var(--primary);
    align-content: center;
    justify-content: space-around;
}
.inner-cta-style p+.btn,
.bordered-cta-style p+.btn{
    margin-top: 1.2rem;
}
.inner-cta-style{
	padding:2rem 1.5rem;
	align-content: center;
    justify-content: space-around;
}
.bordered-cta-style .h3{
	font-size:calc(var(--h3-size) + 4px);
}
@media(min-width:992px){
	.bordered-cta-style{
		padding: 3rem;
	}
	.bordered-cta-style .h3{
		font-size:calc(var(--h3-size) + 8px);
	}
}
@media(min-width:1200px){
	.bordered-cta-style{
		padding: 3rem;
	}
	.inner-cta-style {
		padding: 3rem 3.5rem;
	}
}


.s-shortcode .rot-cpt-owl{
	margin-top: -4rem;
    padding-top: 4rem;
}
@media(max-width:991.98px){
	.owl-theme .owl-nav [class*=owl-]:before {
		font-size: 0.9rem;
	}
	.owl-carousel .owl-nav {
		display: none;
		display: block;
		top: -16px;
		width: 72px;
	}
}
.rot-cpt-owl[data-style="full"] .owl-nav{
	top:auto;
	bottom:-5.3rem;
	right:auto;
	left:22px;
	font-size:1rem;
}
@media(min-width:992px){
	.rot-cpt-owl[data-style="full"] .owl-nav{
		left:29px;
	}
}
.rot-cpt-owl[data-style="full"] .owl-nav>[class*=owl-]:before{
	font-size:1rem;
}
.theme-count-items.row{
	row-gap:30px;
}
.theme-count-item{
	padding:0 15px;
	text-align:center;
}
.theme-count-item .num{
	font-weight: 500;
    font-family: var(--serif);
    font-size: 3.3em;
}
.single .content-row>.rot-img-absolute,
.split-content-img .content-row .split-img-col>.rot-img-absolute{
	/* left:var(--h-col-padding-wide)!important; */
	/* width:calc(100% - (2 * var(--h-col-padding-wide))); */
}
.split-content-col.order-1{
	margin-top:1.7rem;
}
.single .content-row,
.split-content-img .content-row{
	margin-left:calc(0px - var(--h-col-padding-wide));
	margin-right:calc(0px - var(--h-col-padding-wide));
}
.single .content-row>div,
.split-content-img .content-row>div{
	padding-left:var(--h-col-padding-wide);
	padding-right:var(--h-col-padding-wide);
}
@media(min-width:1200px){
	.single .content-row>.rot-img-absolute,
	.split-content-img .content-row .split-img-col>.rot-img-absolute{
		left:var(--h-col-padding-wide)!important;
		width:calc(100% - (2 * var(--h-col-padding-wide)));
	}
	.split-content-col.order-1{
		margin-top:.7rem;
	}

}

.owl-item:not(.active) .rot-item-history-node:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    background: #8b8b8b26;
}



/* DP PROJEKT*/
/* DP PROJEKT*/
/* DP PROJEKT*/
/* DP PROJEKT*/

body section.jumbotron {
	padding-bottom: 0 !important;
}
body section .rot-cpt-title a {
	text-decoration: none !important;
}
/* PROJEKTE*/
/* PROJEKTE*/
/* PROJEKTE*/
body section#projekt ul {
	list-style-type: none;
	padding-left: 0;
}
body section#projekt ul li {
	padding-bottom: 0.6rem;
	padding-right: 0.6rem;
}
 .rot-cpt-head.has-second-image figure {
	margin-top: 0.5rem;
}
@media (min-width: 768px) {
	body section#projekt p {
		padding-top: 1rem;
		padding-bottom: 0rem;
		padding-right: 0.6rem;
	}
}
/* body section#projekt .rot-item-content {
	margin-bottom: 0.5rem;
} */

body section#projekt .rot-cpt-excerpt {
	margin-bottom: 0;
}
body section#projekt .rot-item-inner {
	border-bottom: 2px solid var(--primary-dark);
	padding-bottom: 0;
}
@media (max-width: 767.98px) {
	body section#projekt .rot-item-inner {
		display:flex;
		flex-direction: column-reverse;
		gap: 1rem;
	}
}
body section#projekt .h3.rot-cpt-title {
	font-size: var(--h3-size-large);
	margin-top: 2rem !important;
}
body section#projekt .rot-cpt-items {
	gap: 0;
}
@media (min-width: 768px) {
	body section#projekt .rot-cpt-thumb {
		height: 100% !important;
		padding-bottom: 0 !important;
		min-height: 500px !important;
	}
    
	body section#projekt .rot-item-inner {
		display:flex;
		width: 100%;
		flex-direction: row-reverse;
	}
	 body section#projekt .rot-cpt-content {
		border-right: 2px solid var(--primary-dark);
		width: 45%;
	}
	body section#projekt .rot-cpt-head {
		width: 55%;
		margin: 1rem 0 !important;
	}
    body section#projekt .rot-cpt-head.has-second-image {
        display: flex;       
        flex-direction: column;   
		gap: 12px;          
    }
    body section#projekt .rot-cpt-head.has-second-image figure {
        width: 100%;            
        margin: 0;             
        position: relative;    
        overflow: hidden;     
    }
	body section#projekt .rot-item-inner {
		gap: 0.5rem;
	}
}

@media (min-width: 1200px) {
	body section#projekt p {
		padding-right: 20%;
	}
	body section#projekt .rot-item-inner {
		gap: 2rem;
	}
	 body section#projekt .rot-cpt-head.has-second-image {
        flex-direction: row;  
		gap: 4%; 
    }
	 body section#projekt .rot-cpt-head.has-second-image figure {
        width: 50%;            
        margin: 0;             
        position: relative;    
        overflow: hidden;     
		flex-basis: 48%;
    }
}

@media (min-width: 1600px) {
	body section#projekt p {
		padding-right: 25%;
	}
}

/* LEISUNGEN*/
/* LEISUNGEN*/
/* LEISUNGEN*/

body section#leistungen .rot-svg-relative {
	height: 75px;
	width: 80px;
	transform: translateY(-50%);
	margin-bottom: 0;
	top: -1rem;
}
body section#leistungen .col-xl-3 {
	margin-bottom: 1rem;
}
body section#leistungen h3 {
	margin-top: -2rem;
}
body section#leistungen .rot-svg-relative img {
	height: 100%;
	object-fit: contain;
}

body section#leistungen .content-wrapper {
	padding: 1rem;
	border: 2px solid var(--primary-dark);
}

body section#leistungen .item-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

body section#leistungen .content-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
    padding: 1rem;
    border: 2px solid var(--primary-dark);
}

body section#leistungen .content-wrapper .btn {
    margin-top: auto; 
	text-align: left;
}


/* IMG RIGHT*/
/* IMG RIGHT*/
/* IMG RIGHT*/

@media (min-width: 768px) {
	body section.img-right .content-col{
		padding-bottom: 6rem;
	}
}
body section.img-right .section-content a.btn-primary:not(:first-of-type) {
    display: inherit;
    width: fit-content;
	margin-top: 0 !important;
}
body section.img-right .container {
	border-bottom: 2px solid var(--primary-dark);
	padding-bottom: 2rem;
}

body section .section-content a.btn-primary::after {
	/* transform: translateY(-30%); */
}

@media (hover: hover) {
	body section .section-content a.btn-primary:hover::after {
		transform: translateY(10%) rotate(45deg);
	}
}

body section#prozesse figure.rot-img-relative {
	height: 100%;
	margin-bottom: 1rem;
}
body section#prozesse .container {
	padding-bottom: 0rem;
}
body section#prozesse .col-xl-5 {
	align-self: normal;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
}
body section#prozesse .list-wrapper:not(:first-of-type) {
	border-top: 2px solid var(--primary-dark);
}
body section#prozesse .list-wrapper h3 {
	margin-bottom: 0;
	padding: 0.75rem 0 0.75rem 1.5rem;
}

body section#prozesse .rot-img-relative {
	padding-bottom: 1rem !important;
}
body section#prozesse .rot-img-relative img {
	padding-bottom: 0.75rem;
}
body section#prozesse .container {
	margin-bottom: 0 !important;
}
body section#prozesse h3.large {
	margin-top: 2rem;
}
@media (min-width: 768px) {
	body section#prozesse .col-xl-5 {
		border-left: 2px solid;
		padding-left: 0;
	}
	body section#montageplanung .section-content {
		padding-bottom: 15rem;
	}
}


/* OBJEKTBETREUUNG*/
/* OBJEKTBETREUUNG*/
/* OBJEKTBETREUUNG*/
body section.objektbetreuung figure.rot-img-relative {
	aspect-ratio: 3/2;
}


/* GEWERKE */
/* GEWERKE */
/* GEWERKE */
body section#gewerke .rot-cpt-head {
	display: none;
}

body section#gewerke .rot-cpt-items {
	align-items: stretch;
}

body section#gewerke .rot-item[class*="col-"] {
	display: flex;
	flex-direction: column;
}

body section#gewerke .rot-item-inner {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
	height: 100%;
}

body section#gewerke .rot-cpt-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1rem;
	border: 2px solid var(--primary-dark);
}

body section#gewerke .rot-read-more {
	margin-top: auto;
}

body section.container-border-bottom .container {
	border-bottom: 2px solid var(--primary-dark);
}

body section.container-border-top .container {
	border-top: 2px solid var(--primary-dark);
}

/* Two columns*/
/* Two columns*/
/* Two columns*/

@media (max-width: 767px) {
	body section.two-columns .section-content {
		padding: 1.5rem;
	}
	
	body section.two-columns .split-2-cont-inner-row.row {
		row-gap: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body section.two-columns .row .split-2-cont-inner-row {
		row-gap: 0 !important;
	}
}
@media (max-width: 991px) {
	body section.two-columns .content-2blocks-col:first-of-type .section-content {
		border-bottom: 2px solid var(--primary-dark);
	}
}
body section.two-columns .section-content {
	padding: 1rem;
}
@media (min-width: 576x) {
	body section.two-columns .section-content {
	padding: 2rem;
}
}
@media (min-width: 1200px) {
	body section.two-columns .section-content {
		padding: 3rem;
	}
}
@media (min-width: 1900px) {
	body section.two-columns .section-content {
		padding: 4rem;
	}
}
@media (min-width: 2200px) {
	body section.two-columns .section-content {
		padding: 6rem;
	}
}

body section.two-columns .container {
	border-bottom: 2px solid var(--primary-dark);
	padding-bottom: 0;
	border-top: 2px solid var(--primary-dark);
	padding-top: 0;
}
body section.two-columns a.btn {
	color: var(--primary) !important;
	margin-bottom: 0 !important;
}

body section.two-columns .container .section-content.mb-3 {
	margin-bottom: 0 !important;
}

@media (min-width: 992px) {
	body section.two-columns .content-2blocks-col:first-of-type {
		border-right: 2px solid var(--primary-dark);
	}
}

body.single section#s_header:not(.caption-layout-center) .theme-h {
	padding-bottom: 0;
}

body.single .header-section-menu {
	padding-top: 6rem;
}

body.single section#s_header .subtitle {
	color: var(--grey-lightestest);
}

body.single-gewerk figure.rot-img-relative {
	aspect-ratio: 3/2;
}


/* POST TYPE SLIDER */
/* POST TYPE SLIDER */
/* POST TYPE SLIDER */
body section.post-type-slider .rot-item-inner {
	border: 2px solid var(--primary-dark);
}
body section.post-type-slider .rot-cpt-content {
	padding: 1rem;
}

body section.post-type-slider .owl-stage {
    display: flex !important;
}

body section.post-type-slider .owl-item {
    display: flex !important;
    flex-direction: column;
}
body section.post-type-slider .rot-cpt-excerpt {
	word-break: break-word;
	hyphens: auto;
}
@media (max-width: 1199px) {
	body section.post-type-slider .rot-items.owl-carousel {
		margin-top: 2rem;
	}
}

body section.post-type-slider .rot-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

body section.post-type-slider .rot-item-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    width: 100%;
}

body section.post-type-slider .rot-cpt-content {
    display: flex;
    flex-direction: column;
    flex: 1; 
}

body section.post-type-slider .h3.history-h {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body section.post-type-slider .container {
	border-bottom: 2px solid var(--primary-dark);
	padding-bottom: 2rem;
}


/* GALERIE */
/* GALERIE */
/* GALERIE */

@media (max-width: 767px) {
	body section.galerie .section-heading-row.mb-3 {
		margin-bottom: 0 !important;
	}
	body section.galerie {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
}

body section.galerie {
	display: flex;
    flex-direction: column-reverse;
}

body section.galerie .container.container-in-container {
	padding-bottom: 2rem;
	border-bottom: 2px solid var(--primary-dark);
}

body section.galerie h2.section-h {
	font-size: var(--h3-size-large);
	color: var(--grey);
}

body section.faq .section-heading-row {
	margin-bottom: 0 !important;
}
body section.faq .section-heading-row .section-h {
	padding-bottom: 0 !important;
}

body section.faq .container {
	/* border-bottom: var(--primary) 2px solid; */
}

/* KONTAKTFORMULAR*/
/* KONTAKTFORMULAR*/
/* KONTAKTFORMULAR*/
body section#contact label {
	font-weight: 600;
	color: var(--primary-dark);
	width: 100%;
}

body section#contact input[type="text"],
body section#contact input[type="email"],
body section#contact textarea,
body section#contact select {
	border:none;
	border-bottom: 2px solid var(--primary-dark);
	font-size: var(--regular-p-size);
	padding-left: 0;
	letter-spacing: 0;
	color: var(--text);
}
body section#contact select {
	padding-bottom: 0.5rem;
	width: 100%;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

body section#contact textarea {
	height: 50px;
    overflow-y: hidden;
	transition: height .3s;

}
body section#contact textarea:focus {
	height: 150px;
	transition: height .3s;
}

body section#contact span.wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    z-index: -1; 
}

body section#contact span.wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5;
    user-select: none;
}

body section#contact span.wpcf7-list-item .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px; 
    width: 22px;
    height: 22px;
    border: 2px solid var(--text2); 
    background-color: transparent; 
    transition: all 0.2s;
    box-sizing: border-box;
}

body section#contact span.wpcf7-list-item .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 8px;   
    top: 9px;   
    width: 6px;  
    height: 12px; 
    border: solid var(--text2); 
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); 
    opacity: 0; 
    transition: opacity 0.2s;
}

body section#contact span.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

body section#contact span.wpcf7-list-item:hover .wpcf7-list-item-label::before {
    border-color: #000; 
}


/* OWL CAROUSEL */
/* OWL CAROUSEL */
/* OWL CAROUSEL */

.owl-theme .owl-nav .owl-next:before, 
.owl-theme .owl-nav .owl-prev:before {
	content: '' !important;
	background-image: url('svg/arrow-light-blue.svg') !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.owl-theme .owl-nav [class*=owl-]:before {
	width: 1em;
}

.owl-theme .owl-nav .owl-prev:before {
	transform: rotate(180deg);
}

body.single-gewerk section.two-columns .container {
	border-bottom: none;
}


/* SINGLE GEWERK*/
/* SINGLE GEWERK*/
/* SINGLE GEWERK*/

body.single-gewerk footer#site-footer {
	padding-top: 0;
}