.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: 1.1em !important;
	display: flex;
	align-items: center;
	height: 22em;
	width: 100%;
}
.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 .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: #ffffff40;
	max-width: 390px;
	line-height: 1;
	margin: 0.7em 0.23em;
	position: relative;
	text-align: right;
	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;
}
#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);
	}
	100% {
		transform: rotate(360deg);
	}
}

.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 {
	font-weight: 500;
	line-height: 1;
	position: relative;
	display: inline-flex;
	align-items: center;
	color: var(--white);
	background-color: var(--primary);
}

.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;
}
ul.menu {
	padding-left: 1.25em;
	list-style: none;
}
.site-content ul:not(.navbar-nav):not([class*="wp-admin"]) li {
	margin-bottom: .8rem;
}
body .navbar-toggler {
	padding: 0;
	font-size: 1.35rem;
}
#masthead #primary-menu > .nav-item a * {
	font-size: inherit;
	font-weight: inherit;
	padding: 0;
}
#masthead #primary-menu > .nav-item a > .nav-link-wrap {
	position: relative;
	width: fit-content;
	display: inline-block;
}
#masthead #primary-menu > .nav-item a > .nav-link-wrap > .nav-item-title {
	position: relative;
	z-index: 1;
}
@media(min-width:992px) {
	#masthead #primary-menu > .nav-item a * {
		white-space: nowrap;
	}
}

.fill-text {
	fill: var(--text);
}
.fill-none {
	fill: none;
}
#s_header.animation-ended #h_video:before {
	opacity: 1;
}
.navbar-toggler-icon .center-bar, .navbar-toggler-icon:after, .navbar-toggler-icon:before {
	height: 6px;
	border-radius: 0px;
}
ul.navbar-nav > li .menu-contact-wrap .menu-contact-thumb {
	max-width: 120px;
	text-align: right;
	display: inline-block;
	width: 100%;
}

@media(max-width:767.98px) {
	.navbar-extra-links {
		right: 0;
		padding: 0;
	}
}
@media(max-width:991.98px) {
	header#masthead.whitened.opened,
	header#masthead.opened {
		background: var(--primary);
	}
}

.page-template-page-standard p,
.page-template-page-standard ul li {
	margin-bottom: 1rem;
}
.page-template-page-standard h3 {
	margin-bottom: .75rem;
}

/* NAV */
body #site-footer .rot_menu.footer-menu {
	display: flex;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 0rem;
}
@media (min-width: 768px) {
	body #site-footer .rot_menu.footer-menu {
		justify-content: end;
	}
}
body #site-footer .rot_menu.footer-menu li {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	position: relative;
}
body #site-footer .rot_menu.footer-menu li + li::before {
	content: "";
	display: block;
	position: absolute;
	left: -11px;
	top: 0;
	width: 1px;
	height: 100%;
	background: var(--text);
}
.rot-mnav-footer a,
.rot-mnav-footer ul,
.rot-mnav-footer li,
.rot-mnav-footer p {
	font-size: var(--small-p-size);
}
.rot-mnav-footer ul {
	margin-bottom: 0;
	line-height: 2;
	padding-left: 0;
}
.rot-mnav-footer [class*="col-"] {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.rot-mnav-footer [class*="col-"]:first-of-type {
	justify-content: flex-start;
}
.rot-mnav-footer [class*="col-"]:last-of-type {
	justify-content: flex-end;
}
.rot-mnav-footer figure {
	text-align: left;
	width: 50%;
	margin-bottom: .8rem;
}
.rot-mnav-footer figure img {
	width: 140px;
	max-width: 100%;
}
.rot-mnav-footer figure.smaller img {
	width: 74px;
	max-width: 70%;
	margin-left: 15%;
}

/* HEADER */
.logo-wrap.centered {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
ul.navbar-nav > li.spacer {
	display: none !important;
	pointer-events: none;
}
section#s_header {
	transition: height .4s, min-height .4s;
	z-index: 120;
	margin-top: 0 !important;
}
body #masthead .navbar-collapse.centered.fullwidth > ul > li {
	margin-left: 0;
}
@media(min-width:992px) {
	body #masthead .navbar-collapse {
		position: absolute;
		top: 0;
		bottom: 0;
		justify-content: flex-end;
	}
	body #masthead .navbar-collapse.show {
		background: var(--realwhite);
	}
	body #masthead .navbar-collapse ul li {
		color: inherit;
	}
	body #masthead .dropdown-toggler {
		display: none;
	}
	body #masthead .navbar-collapse.centered.fullwidth > ul > li {
		flex-grow: 0;
		position: static;
		padding-top: 0;
		width: 100%;
	}
	#primary-menu-footer .nav-item a.nav-link,
	#primary-menu .nav-item a.nav-link {
		width: fit-content;
	}
	ul.navbar-nav > li.spacer {
		display: block !important;
		width: var(--container-margin);
		flex-grow: 0 !important;
	}
	ul.navbar-nav > li.spacer a {
		display: none !important;
	}
	.spacer-left {
		border-left: 0 !important;
	}
	.spacer-right {
		border-right: 0 !important;
	}
}

/* DISPLAY_HEADER */
#s_header .caption-right .col-12 {
	display: flex;
	justify-content: flex-end;
}
#s_header.animation-ended .header-caption {
	opacity: 1 !important;
}
section.rot-section {
	overflow: visible;
	max-width: 100%;
	position: relative;
}
body:not(.single) section.rot-section > .container {
	opacity: 1;
	transition: opacity .7s, top .7s, scale .7;
	transition-delay: .2s;
	position: relative;
}
section.rot-section.been-in-scope > .container {
	opacity: 1;
	top: 0;
}
section.rot-section.split-content-img .split-content-col {
	min-height: 0;
	position: static;
	z-index: 2;
}
section.rot-section.split-content-img:not(.split-strict) .content-row:not(.order-swapped) .split-inner-row {
	left: 0;
}
@media(min-width:768px) {
	section .split-content-col {
		padding-right: var(--content-spacing-x, 2rem);
	}
}

/* TYPO */
body h1.page-h1 {
	margin-bottom: 0.7rem;
}
body .h2,
body h2 {
	margin-bottom: .3rem;
}
body.single .caption-content .h2,
body.single .caption-content h2,
body .caption-content .h2,
body .caption-content h2 {
	margin-bottom: 1.3rem;
}
.post-h span.theme-h-sm {
	display: block;
	font-size: var(--regular-p-size);
	margin-top: 0.75rem;
}

/* ACCORDION */
.h-col,
.acc-img-col {
	min-height: 300px;
}
.rot-acc.accordion h3,
.rot-acc.accordion .h3 {
	font-weight: 500;
	color: var(--text);
	font-size: calc(var(--h3-size) - 2px) !important;
}
.rot-acc .short-and-icon {
	position: relative;
	color: transparent;
	margin-bottom: -0.8rem;
}
.rot-acc .short-and-icon::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1rem;
	height: 1rem;
	background-image: url('svg/arrow-down.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transform: translateY(-100%) rotate(0deg);
	transition: all .4s;
}
.rot-acc-line {
	flex: 0 0 100%;
	width: calc(100% - (2 * var(--acc-col-padding)));
	height: 2px;
	background: var(--primary);
	margin-left: var(--acc-col-padding);
}
.rot-acc.active .short-and-icon:before {
	transform: rotate(180deg) translateY(100%);
	transition: all .4s;
}
.rot-acc.accordion {
	background: var(--grey-light);
	margin-top: 1.5rem !important;
	padding: 1rem 1rem 0.5rem 1rem !important;
	border-radius: 12px;
}
.rot-acc.accordion.active {
	border-radius: 12px 12px 0 0;
}
.rot-acc-content.panel {
	background: var(--grey-light);
	padding: 0rem 1rem 1rem 1rem !important;
}
.rot-acc-content.panel.visible {
	border-radius: 0px 0 12px 12px;
}

@media(max-width:767.98px) {
	.acc-img-row > .acc-img-col {
		display: none !important;
	}
	.rot-acc.accordion {
		margin-right: 2.1rem;
	}
	.rot-acc-content.panel p {
		margin-right: 0;
	}
	.rot-acc.accordion h3,
	.rot-acc.accordion .h3 {
		max-width: calc(100% - 50px);
	}
	.rot-acc.accordion i {
		transform: rotate(-90deg);
	}
	.rot-acc.accordion.active i {
		transform: rotate(0deg);
	}
}
@media(min-width:768px) {
	.acc-img-row > .acc-img-col {
		display: block;
		margin-top: -4.3rem;
	}
	.acc-img-row > .h-col .rot-acc-content.panel {
		display: none !important;
	}
	.rot-acc.accordion {
		flex-wrap: nowrap;
	}
}

/* BORLABS */
body #BorlabsCookieBoxWidget svg {
	color: var(--primary);
	opacity: .7;
}
body .BorlabsCookie._brlbs-cb-googlemaps,
body .BorlabsCookie ._brlbs-content-blocker,
body .BorlabsCookie ._brlbs-embed._brlbs-google-maps {
	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 {
		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 > .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 {
	padding-bottom: .8rem;
	margin-bottom: .3rem;
}
section.content-narrow .s-btns-wrap,
section.content-narrow .section-content,
section.content-narrow .section-lead,
section.content-narrow h1,
section.content-narrow h2,
section.content-narrow .section-h2 {
	max-width: var(--narrow);
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}
section.bg-primary-light .section-h {
	border-color: var(--primary);
}

@media(min-width:1200px) {
	.inner {
		min-height: 72px;
		height: 100%;
	}
}
@media(min-width:1440px) {
	.split-hc .section-h {
		max-width: 9.8em;
	}
	.section-h {
		margin-bottom: .45rem;
	}
}
@media(min-width:1820px) {
	.inner {
		min-height: 152px !important;
	}
}

article.rot-item-post .rot-read-more {
	margin-top: 12px;
}
#h_video {
	background-image: none !important;
}
#h_video video {
	width: 100%;
	max-height: 100%;
	margin-left: 0;
}
@media(min-width:768px) {
	.video-wrap video.novid {
		object-position: 50% 64%;
	}
}
.meta {
	font-size: .9rem;
}
figure.rot-single-thumb {
	padding-bottom: 380px;
	margin-bottom: 2rem;
}
.page-template-default section#s_header:before,
.single section#s_header:before {
	display: none;
}
.contact-bar {
	pointer-events: none;
}
@media(min-width:992px) {
	.contact-bar {
		display: flex;
	}
}
@media(min-width:1200px) {
	figure.rot-single-thumb {
		height: 100%;
		max-height: 640px;
	}
}
.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;
}

@media(min-width:1800px) {
	.h-bg-img-container > .rot-img-absolute {
		max-width: var(--d-header-width, 1600px);
		left: 50%;
		transform: translateX(-50%);
	}
}

/* btns */
.btn-primary {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
	color: var(--white) !important;
	font-family: var(--sans);
	font-weight: 400 !important;
	text-transform: uppercase !important;
	text-decoration: none;
	position: relative;
	letter-spacing: 1.25px;
}

/* THEME GALLERY */
@media(min-width:768px) {
	.gal-3-2-3 > .rot-gal-item:nth-child(3n + 1) {
		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) {
		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) {
		flex: 0 0 37%;
		max-width: 37%;
	}
}

/* CTA */
@media(min-width:1200px) {
	.s-cta-wrap {
		padding: 3rem;
	}
}
@media(min-width:1440px) {
	.s-cta-wrap {
		padding: 4rem;
	}
}
.cta-txt-content,
.cta-btns-wrap {
	z-index: 1;
	position: relative;
}
.cta-btns-wrap {
	margin-top: 1rem;
}
.s-cta-wrap.bg-primary .cta-txt-content {
	color: var(--white);
	font-family: var(--sans2);
}
.s-cta-wrap.bg-primary .cta-txt-content p {
	color: inherit;
	font-family: inherit;
}
.s-cta-wrap.bg-primary .btn-primary,
.s-cta-wrap.bg-primary .btn {
	color: var(--grey-lightestest) !important;
	font-size: var(--btn-fontsize) !important;
	font-weight: 600 !important;
	text-transform: none !important;
	position: relative;
	text-underline-offset: 13px;
	text-decoration-color: var(--primary-medium);
}
@media (max-width: 575.98px) {
	.s-cta-wrap.bg-primary .btn-primary,
	.s-cta-wrap.bg-primary .btn {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 1199px) {
	.s-cta-wrap.bg-primary .btn-primary,
	.s-cta-wrap.bg-primary .btn {
		margin-top: 0 !important;
	}
}

/* block-gallery and ROT gal up-n-down */
.rot-gal[data-style="up-n-down"],
.wp-block-gallery.bottom-top-gal {
	--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 .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 50%;
	max-width: 50%;
	padding-left: var(--gal-margin-half);
	padding-right: var(--gal-margin-half);
}
.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 25%;
		max-width: 25%;
	}
}
@media(min-width:1440px) {
	body .rot-gal[data-style="up-n-down"],
	.wp-block-gallery.bottom-top-gal {
		--gallery-block--gutter-size: 30px;
	}
}
@media(min-width:1800px) {
	body .rot-gal[data-style="up-n-down"],
	.wp-block-gallery.bottom-top-gal {
		--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;
	}
}

@media(max-width:991.98px) {
	.owl-theme .owl-nav [class*=owl-]:before {
		font-size: 0.9rem;
	}
	.owl-carousel .owl-nav {
		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;
}
.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;
	}
}

/* ============================================================
   CONSPECTO – Custom Styles
   ============================================================ */

/* FOOTER */
.footer-logos-right {
	display: flex;
	align-items: center;
	gap: 2rem;
	justify-content: start;
}
@media (min-width: 768px) {
	.footer-logos-right {
		justify-content: flex-end;
	}
}
@media (min-width: 1200px) {
	body #site-footer .address-wrapper {
		display: flex;
		align-items: start;
		gap: 2rem;
	}
}

/* TEAM */
body section#team .t-pos {
	margin-bottom: 1rem;
}
body section#team .t-mail {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	body section#team .t-mail {
		margin-bottom: 0.25rem;
	}
}
@media (max-width: 767px) {
	body section#team .cpt-spex {
		gap: 0;
	}
	body section#team .cpt-spex .t-tel a,
	body section#team .cpt-spex .t-mail a {
		font-size: 16px;
	}
}
body section#team .rot-cpt-title {
	color: var(--secondary);
	font-variation-settings: 'wght' 500;
	letter-spacing: 0.02em;
}
body section#team .rot-item-inner {
	background: var(--grey);
	height: 100%;
}
body section#team .rot-cpt-content {
	padding: 0rem 1rem 1rem 1rem;
}
body section#team .btn.btn-transparent::before {
	height: 17px !important;
}

/* JUMBOTRON */
body section.jumbotron h3 {
	color: var(--secondary);
}

/* REFERENZEN & PROJEKTE */
body section#referenzen .rot-item-inner, 
body section#projekte .rot-item-inner {
	background: var(--grey);
	font-family: var(--serif);
	height: 100%;
	display: flex;
	flex-direction: column;
}
body section#referenzen .rot-cpt-content,
body section#projekte .rot-cpt-content {
	padding: 0rem 1rem 1rem 1rem;
	font-family: var(--serif);
	position: relative;
	flex-grow: 1; 
	min-height: 210px;
}
@media(min-width: 1200px) and (max-width: 1599px) {
	body section#referenzen .rot-cpt-content,
	body section#projekte .rot-cpt-content {
		min-height: 200px;
	}
}
body section#referenzen .rot-cpt-excerpt,
body section#projekte .rot-cpt-excerpt {
	margin-bottom: 0;
}
body section#referenzen summary,
body section#projekte summary {
	position: absolute;
	top: 0;
	right: 0;
	width: 1.5rem;
	height: 1.5rem;
	cursor: pointer;
}
body section#referenzen .rot-cpt-title,
body section#projekte .rot-cpt-title {
	color: var(--secondary);
	max-width: 95%;
	font-variation-settings: 'wght' 500;
}
body section#referenzen details[open] summary::after,
body section#projekte details[open] summary::after {
	background-image: url('svg/minus.svg');
}
body section#referenzen summary::after,
body section#projekte summary::after {
	content: '';
	position: absolute;
	top: 6.5rem;
	right: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	background-image: url('svg/plus.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}
@media(max-width:767px) {
	body section#referenzen summary::after,
	body section#projekte summary::after {
		top: 5.5rem;
	}
}
@media(min-width: 1600px) {
	body section#referenzen summary::after,
	body section#projekte summary::after {
		top: 7.5rem;
	}
}
body section#referenzen .referenz-acc-content,
body section#projekte .referenz-acc-content {
	position: relative;
	top: 0;
	text-align: justify;      
	hyphens: auto;            
	overflow-wrap: break-word;
	margin-top: 2.5rem;
}
body section#referenzen .referenz-gallery img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
summary {
	list-style: none;
}
summary::-webkit-details-marker {
	display: none;
}
body section#referenzen .rot-cpt-content span, 
body section#projekte .rot-cpt-content span {
	position: absolute;
	right: 1rem;
	top: 5rem;
	transform: translateY(-50%);
	writing-mode: sideways-lr;
	text-orientation: sideways;
}
body section#referenzen .rot-cpt-content span.more,
body section#referenzen .rot-cpt-content span.less,
body section#projekte .rot-cpt-content span.more,
body section#projekte .rot-cpt-content span.less {
	top: 3rem;
}
@media(min-width:768px) and (max-width: 1599px) {
	body section#referenzen .rot-cpt-content span.more,
	body section#referenzen .rot-cpt-content span.less,
	body section#projekte .rot-cpt-content span.more,
	body section#projekte .rot-cpt-content span.less {
		top: 4rem;
	}
}
@media(min-width: 1600px) {
	body section#referenzen .rot-cpt-content span, 
	body section#projekte .rot-cpt-content span {
		top: 5rem;
	}
	body section#referenzen .rot-cpt-content span.more,
	body section#referenzen .rot-cpt-content span.less,
	body section#projekte .rot-cpt-content span.more,
	body section#projekte .rot-cpt-content span.less {
		top: 4.5rem;
	}
}
body section#referenzen .rot-cpt-content span.less,
body section#projekte .rot-cpt-content span.less {
	display: none;
}
body section#referenzen .rot-cpt-content:has(details[open]) span.more,
body section#projekte .rot-cpt-content:has(details[open]) span.more {
	display: none;
}
body section#referenzen .rot-cpt-content:has(details[open]) span.less,
body section#projekte .rot-cpt-content:has(details[open]) span.less {
	display: inline-block; 
}
body section#referenzen .rot-cpt-items:has(details[open]),
body section#projekte .rot-cpt-items:has(details[open]) {
	align-items: flex-start;
}
body section#referenzen .referenz-gallery {
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 12px;
	margin-left: auto;
	margin-right: auto;
}
body section#referenzen .rot-cpt-thumb,
body section#projekte .rot-cpt-thumb {
	padding-bottom: 50% !important;
}
body section#referenzen .rot-cpt-excerpt > p,
body section#projekte .rot-cpt-excerpt > p {
	max-width: 90%;
}
body section#projekte a.btn.rkp-btn.btn-primary {
	padding: 10px 5px;
}
body section#referenzen .rot-gal-item figure {
	min-height: 110px;
	padding-bottom: 0;
}
body section#referenzen .rot-gal > .rot-gal-item {
	padding: 0;
	max-width: calc(100% / 3 - 8px);
}
.rot-lightbox-close {
	color: var(--primary);
}

/* LEISTUNGEN/PROJEKTE */
body section#projekte {
	padding-bottom: 12rem !important;
}

/* GALERIE */
body section#s_gal {
	margin-top: -12rem !important;
}

/* INTRO */
body section#intro h1.h2 {
	color: var(--text);
}
body section#intro .split-2-cont-inner-row .content-2blocks-col + .content-2blocks-col {
	display: flex;
	justify-content: end;
}

/* KONTAKT */
.graue-map-wrapper {
	position: relative;
	display: block;
	width: 100%;
}
.graue-map-wrapper iframe {
	width: 100%;
	height: 680px; 
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); 
}

/* JOBS */
body section#jobs .rot-item-title a {
	font-family: var(--sans);
	font-weight: 500;
	color: var(--text);
	word-break: break-word;
	hyphens: auto;
	width: 95%;
	display: inline-block;
}
body section#jobs .rot-item-title a::after {
	display: inline-block;
	content: '';
	position: relative;
	top: 50%;
	right: 0;
	width: 1.25rem;
	height: 1.25rem;
	background-image: url("svg/arrow-right.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .4s;
	margin-left: 0.5rem;
	transform: translateY(1px);
}
@media (min-width: 1600px) {
	body section#jobs .rot-item-title a::after {
		transform: translateY(0%);
		width: 1.8rem;
		height: 1.8rem;
		margin-left: 1rem;
	}
}
body section#jobs .rot-item-title a:hover::after {
	background-image: url('svg/arrow-right-hover.svg');
}
body section#jobs .rot-item-title a:hover {
	color: var(--primary);
}
body section#jobs .rot-cpt-title {
	border-bottom: 5px solid #99CAD0;
	padding-bottom: 1rem;
}
body section#jobs .rot-cpt-head {
	display: none;
}
body section#jobs .rot-post-type-job {
	row-gap: 0;
	margin-top: 2rem;
}
body.single-job ul {
	padding-left: 2rem;
}
body.single-job .content-wrap ul li {
	margin-bottom: 0 !important;
}
body.single-job h1 {
	color: var(--secondary);
}
body.single-job p + ul {
	margin-top: -0.75rem;
}
body.single-job .btn.btn-transparent {
	padding-left: 2rem;
}
body.single-job .btn.btn-transparent::before {
	left: 0;
	transform: scaleX(-1) translateY(50%);
}
body.single-job .btn.btn-transparent:hover::before {
	translate: none;
}

/* DATENSCHUTZERKLÄRUNG STYLING OVERRIDES */
body .privacy-text, 
body .privacy-subtitle, 
body .privacy-list-item strong, 
body .privacy-list-item {
	font-size: var(--regular-p-size) !important;
	font-weight: 400 !important;
}
body .uc-embed {
	cursor: pointer !important;
	padding-bottom: 3rem !important;
}
body h3.privacy-section-title,
body h2.privacy-section-title {
	font-size: var(--h3-size) !important;
	font-weight: 600 !important;
	color: var(--grey-dark) !important;
}
body h1.privacy-title {
	font-size: var(--h2-size) !important;
	display: none;
	color: var(--primary) !important;
}
