


:root{
	--rkp-header-height: 640px;
	--white: #fdfff6;
	--btn-padding:7px 16px;

}
body #main .post, body #main .page {
    border: none;
    margin-bottom: 0;
    overflow-x: visible;
    padding: 0px;
}


html{
	max-width:100vw;
	/* overflow-x:hidden; */
	font-size:16px;
	line-height:1.55em;
}
body {
	/* overflow:hidden; */
	max-width:100%;
	font-family:var(--sans)!important;
	color:var(--text);
	background-color: var(--white);
	font-weight:300;
}
html body.custom-background{
	background-color:var(--white);
}

#page{
	position:relative;
}
body #main .post, #main .page {
	border: none;
	margin-bottom: 0;
	overflow-x: visible;
	padding: 0px;
}
#content{
	min-height:400px;
	transition: min-height .4s, padding .4s;
	/* background-color:white; */
}
body.is_maintenance #content{
	min-height:0px;
	padding:0!important;
}

section.rot-section{
	padding-top: 0rem;
	margin-top: 2rem;
	padding-bottom: 0rem;
	position: relative;
}


.has-img-absolute>.container,
.has-img-absolute>.container>.row,
.has-img-absolute>.container>.row>[class^='col-']{
	position: static;
}

.rot-img-lineart,
.rot-img-square,
.rot-img-stretch,
.rot-img-absolute {
	position: relative;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	padding-bottom: 280px;
	margin-bottom: 0;
}
.has-larger-img-xs .rot-img-absolute {
	padding-bottom: 460px;
}
.rot-img-lineart {
    overflow: hidden;
    position: absolute;
}
figure.rot-img-square{
	width:120px;height:120px;
	padding-bottom:0;
}
figure.rot-img-square.circle{
	border-radius:100%;
}
figure.rot-img-relative {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    min-height: 12rem;
    padding-bottom: 240px;
}
figure.rot-img-relative a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
article.rot-item a:focus,
.nav-item a:focus,
figure.rot-img-relative a:focus{
	outline:none!important;
	outline-offset:var(--focus-outline-offset);
}
article.rot-item a:focus-visible,
.nav-item a:focus-visible,
figure.rot-img-relative a:focus-visible{
	outline:3px dotted var(--focus-outline-color)!important;
	outline-offset:var(--focus-outline-offset);
}
figure.rot-img-relative.rot-inline-img{
	/* width: 180px; */
    height: auto;
    min-height: 150px;
    padding-bottom: 0%;
	overflow:hidden;
	margin-bottom:1.4rem;
}
figure.rot-img-relative.rot-inline-img.full,
.split-hc~figure.rot-img-relative.rot-inline-img{
	width:100%;
	height:400px;
	margin-top:2.5rem;
}
figure.rot-img-relative.rot-inline-img.full img,
.split-hc~figure.rot-img-relative.rot-inline-img img{
	width:100%;
	position:absolute;
	height:100%;
	object-fit:cover;
}

.fullwidth-header>figure.rot-img-relative {
	padding-bottom:240px;
}
figure.rot-img-relative.relative>img{
	width: 100%;
}


.rot-img-square img,
.rot-img-relative img,
.rot-img-stretch img,
.rot-img-absolute img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rot-img-stretch.img-contain img,
.rot-img-relative.img-contain img,
.rot-img-absolute.img-contain img{
	object-fit: contain;
}
.rot-img-relative.content-img-full img,
.rot-img-relative.rot-inline-img img{
    position:relative;
	object-fit:contain;
}
.rot-img-square img{
	object-position:center top;
}

section.has-theme-h {
	min-height:372px;
}

body section img[data-align-img='right']{
	left:auto;
	right:0;
}
section.has-bg-img figure.bg-img{
	min-height:420px;
	background-position: center top;
	background-size:841px;

}
section figure.split-img.rot-img-absolute,
section.has-bg-img figure.bg-img.rot-img-absolute{
	position:absolute;

}
.rot-svg-relative{
	position:relative;
	width:400px;
	max-width:100%;
	height:auto;
}

body .wp-bs-4-jumbotron .container,
body .wp-bs-4-jumbotron .container,
body .container {
	max-width: calc(100% - 30px);
	padding-right:0px;
	padding-left:0px;
}
body .container-narrow{
	max-width:80%;
	max-width:calc(100% - 30px);
}
:root body{
	--container-width:calc(100% - 30px);
	--container-margin: calc((100% - var(--container-width)) / 2);
	--container-margin-vw: calc((100vw - var(--container-width)) / 2 + 8px);
}

body .container-md-narrow,
body .container-narrow{
	margin-left: auto;
	margin-right: auto;
}
#site-footer{
	border: none;
	color:var(--text);
}
#site-footer,
section.rot-section{
	z-index:2;
	background-color:var(--grey);
	position:relative;
}
body .col-by-5{
	flex:0 0 50%;
	max-width:50%;
}

@media (min-width: 480px) {
	:root body{
		--container-width:calc(100% - 48px);
		--container-margin: 24px;

	}
	.container, .container-sm,
	body .container, body .wp-bs-4-jumbotron .container {
		max-width: calc(100% - 48px);
	}
	/* body .container-narrow{
		max-width:80%;
	} */
}
@media (min-width: 576px) {
	section.rot-section{
		margin-top: 2rem;
		padding-bottom: .5rem;
		position: relative;
	}
	body.single #s1{
		margin-top:3rem;
	}
	:root body{
		--container-width:calc(100% - 60px);
		--container-margin: 30px;

	}
	.container, .container-sm,
	body .container, body .wp-bs-4-jumbotron .container {
		max-width: calc(100% - 60px);
	}
	/* body .container-narrow{
		max-width:80%;
	} */
}
@media (min-width: 768px) {
	.rot-img-stretch,
	.rot-img-absolute{
		position:absolute;
		top: 0;
		padding-bottom:0;
		margin-bottom:0;
	}

	[class*='col-']>.rot-img-stretch, [class*='col-']>.rot-img-absolute {
		width: calc(100% - 30px);
		left:15px;
	}
	section.rot-section{
		margin-top: 4rem;

	}
	section.rot-section.narrow-01 .container{
		padding-left:calc(var(--content-spacing-x) - 15px);
		padding-right:calc(var(--content-spacing-x) - 15px);
	}
	:root body{
		--container-width:calc(100% - 48px);
		--container-margin: 24px;
		--container-width-narrow: var(--container-width);
	}
	.container, .container-md, .container-sm,
	body .container,
	body .wp-bs-4-jumbotron .container {
		max-width: calc(100% - 48px);
	}
	/* body .container-md-narrow,
	body .container-narrow{
		max-width:520px;
	} */
	body .col-by-5{
		flex:0 0 calc(100% / 3);
		max-width:calc(100% / 3);
	}
}
@media (min-width: 840px) {
	:root body{
		--container-width:calc(100% - 80px);
		--container-margin: 40px;
		--container-width-narrow: 720px;
	}
	.container, .container-lg, .container-md, .container-sm,
	body .container, body .wp-bs-4-jumbotron .container {
		max-width: calc(100% - 80px);
	}
	/* body .container-md-narrow,
	body .container-narrow{
		max-width:640px;
	} */
	section.has-bg-img figure.bg-img{
		background-size:cover;
	}

}
@media (min-width: 992px) {

	body .container-lg-narrow,
	body .container-md-narrow,
	body .container-narrow{
		max-width:840px;
	}
	body .col-by-5{
		flex:0 0 20%;
		max-width:20%;
	}
}
@media (min-width: 1200px) {
	.rot-section.border-top-primary {
		padding-top: 4.5rem;
		margin-top: 6rem;
	}
	:root body{
		--container-width:calc(100% - 120px);
		--container-margin: 60px;
		--container-width-narrow: 900px;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl,
	body .container, body .wp-bs-4-jumbotron .container {
		max-width: calc(100% - 120px);
	}
	body .container-xl-narrow,
	body .container-lg-narrow,
	body .container-md-narrow,
	body .container-narrow{
		max-width:940px;
	}
}
@media (min-width: 1440px) {
	:root body{
		--container-width:calc(100% - 220px);
		--container-margin: 110px;
		--container-width-narrow: 940px;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl,
	body .container, body .wp-bs-4-jumbotron .container {
		max-width: calc(100% - 220px);
	}
	body .container-xxl-narrow,
	body .container-xl-narrow,
	body .container-lg-narrow,
	body .container-md-narrow,
	body .container-narrow{
		max-width:940px;
	}
}
@media (min-width: 1600px) {
	:root body{
		--container-width:calc(100% - (2 * var(--container-margin)));
		--container-margin: 180px;
		--container-width-narrow: 1040px;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl,
	body .container, body .wp-bs-4-jumbotron .container {
		max-width: var(--container-width);
	}
	body .container-xxl-narrow,
	body .container-xl-narrow,
	body .container-lg-narrow,
	body .container-md-narrow,
	body .container-narrow{
		max-width:1040px;
	}
	body .col-xxl-6{
		flex: 0 0 50%;
		max-width: 50%;
	}
	body .col-xxl-4{
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
	body .col-xxl-3{
		flex: 0 0 25%;
		max-width: 25%;
	}
	body .col-xxl-2plus{
		flex: 0 0 calc(100% / 5);
		max-width: calc(100% /5);
	}

}

@media (min-width: 1720px) {
	:root body{
		--container-margin: 210px;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl,
	body .container, body .wp-bs-4-jumbotron .container {
	}
	body .container-xxl-narrow,
	body .container-xl-narrow,
	body .container-lg-narrow,
	body .container-md-narrow,
	body .container-narrow{
		max-width:1200px;
	}
}
@media (min-width: 2200px) {
	:root body{
		/* --container-width:2000px; */
		/* --container-margin: calc((100% - 2000px) / 2); */
	}
	/* .container, .container-lg, .container-md, .container-sm, .container-xl,
	body .container, body .wp-bs-4-jumbotron .container {
		max-width: calc(2000px);
	} */
	body .container-xxl-narrow,
	body .container-xl-narrow,
	body .container-lg-narrow,
	body .container-md-narrow,
	body .container-narrow{
		max-width:1200px;
	}
}

body .text-grey{
	color:var(--grey)!important;
}
body .text-grey-light{
	color:var(--grey-light)!important;
}
body .text-primary{
	color:var(--primary)!important;
}
body .text-text,
body .text-text p{
	color:var(--text)!important;
}
body .text-white,
body .text-white p{
	color:var(--white)!important;
}
body .text-text2{
	color:var(--text2)!important;
}
body .text-secondary{
	color:var(--secondary)!important;
}
body .text-secondary-light{
	color:var(--secondary-light)!important;
}
body .text-alert{
	color:var(--alert)!important;
}
body .sans2{
	font-family:var(--sans2);
}
body .sans{
	font-family:var(--sans);
}
.lightweight{
	font-weight:200;
}

body .border-primary{
	border-color:var(--primary)!important;
}

body .strong{
	font-weight:700;
}

a{
	color:var(--primary);
}

/* button:focus,
a:focus{outline:none!important;} */

#content.site-content{
	position:relative;
	padding-bottom:0rem;
}
body.page-template-no-sidebar-general #content.site-content{
	background: var(--content-bg-color);
}

.scroll-me-up-again{
	position: fixed;
	bottom: 2rem;
	left:2rem;
	transform: translateY(0);
	background:var(--primary);
	color:var(--white);
	opacity:1;
	transition:all .4s .4s;
	padding: 0.5rem 0.75rem;
	z-index: 120;
}
body.nav-fx-scrolling .scroll-me-up-again{
	transform: translateX(calc(-2rem - 101%));
	opacity:0;
}
.pt-hh{
	padding-top:var(--header-height)!important;
}
.pt-theme-section-top{
	padding-top:var(--section-top)!important;
}
.pt-45{
	padding-top:2.25rem!important;
}
body .mt-2{
	margin-top:.75rem!important;
}
body .mb-2{
	margin-bottom:.75rem!important;
}
body .pt-5,
body .py-5{
    padding-top:4rem!important;
}
body .pb-5,
body .py-5{
    padding-bottom:4rem!important;
}
body .pt-6{
	padding-top:6rem!important;
}
body .pb-6{
	padding-bottom:6rem!important;
}
body .pt-55,
body .py-55{
	padding-top:4.5rem!important;
}
body .pb-55,
body .py-55{
	padding-bottom:4.5rem!important;
}
body .pt-45,
body .py-45{
	padding-top:2.5rem!important;
}
body .pb-45,
body .py-45{
	padding-bottom:2.5rem!important;
}
body .mt-6{
	margin-top:6rem!important;
}
body .mb-6{
	margin-bottom:6rem!important;
}

body .pt-3,
body .py-3{
	padding-top:1.25rem!important;
}
body .pb-3,
body .py-3{
	padding-bottom:1.25rem!important;
}
body .pb-55.pb-0,
body .pb-55.py-0{
	padding-bottom:0rem!important;
}
body .pb-55.pt-0,
body .pb-55.py-0{
	padding-top:0rem!important;
}
html body .mb-6i{
	margin-bottom:6rem!important;
}
body .mt-3, body .my-3 {margin-top: 1.75rem!important;}
body .mb-3, body .my-3 {margin-bottom: 1.75rem!important;}
body .mt-4, body .my-4 {margin-top: 2.5rem!important;}
body .pt-4, body .py-4 {padding-top: 2.5rem!important;}
body .pb-4, body .py-4 {padding-bottom: 2.5rem!important;}
body .mt-5, body .my-5 {margin-top: 4rem!important;}
body .mt-55, body .my-55 {margin-top: 4.5rem!important;}
body .mb-4, body .my-4 {margin-bottom: 2.5rem!important;}
body .mb-5, body .my-5 {margin-bottom: 4rem!important;}
body .mt-0, body .my-0 {margin-top: 0rem!important;}
body .mb-0, body .my-0 {margin-bottom: 0rem!important;}
body .pt-0,
body .py-0{
	padding-top:0rem!important;
}
body .pb-0,
body .py-0{
	padding-bottom:0rem!important;
}
@media(min-width:576px){
	.mt-sm-6{
		margin-top:6rem!important;
	}
	.mb-sm-6{
		margin-bottom:6rem!important;
	}
	body .mt-sm-2, body .my-sm-2 {margin-top: .75rem!important;}
	body .mb-sm-2, body .my-sm-2 {margin-bottom: .75rem!important;}
	body .mt-sm-3, body .my-sm-3 {margin-top: 1.75rem!important;}
	body .mb-sm-3, body .my-sm-3 {margin-bottom: 1.75rem!important;}
	body .mt-sm-4, body .my-sm-4 {margin-top: 2.5rem!important;}
	body .mt-sm-5, body .my-sm-5 {margin-top: 4rem!important;}
	body .mb-sm-4, body .my-sm-4 {margin-bottom: 2.5rem!important;}
	body .mb-sm-5, body .my-sm-5 {margin-bottom: 4rem!important;}
	body .mt-sm-0, body .my-sm-0 {margin-top: 0rem!important;}
	body .mb-sm-0, body .my-sm-0 {margin-bottom: 0rem!important;}
	body .pt-sm-0, body .py-sm-0 {padding-top: 0rem!important;}
	body .pb-sm-0, body .py-sm-0 {padding-bottom: 0rem!important;}
	body .pt-sm-6, body .py-sm-6 {padding-top: 6rem!important;}
	body .pb-sm-6, body .py-sm-6 {padding-bottom: 6rem!important;}
}
@media(min-width:768px){
	.mt-md-6{
		margin-top:6rem!important;
	}
	.mb-md-6{
		margin-bottom:6rem!important;
	}
	body .mt-md-3, body .my-md-3 {margin-top: 1.75rem!important;}
	body .mb-md-3, body .my-md-3 {margin-bottom: 1.75rem!important;}
	body .mt-md-4, body .my-md-4 {margin-top: 2.5rem!important;}
	body .mt-md-5, body .my-md-5 {margin-top: 4rem!important;}
	body .mb-md-4, body .my-md-4 {margin-bottom: 2.5rem!important;}
	body .mb-md-5, body .my-md-5 {margin-bottom: 4rem!important;}
	body .mt-md-55, body .my-md-55 {margin-top: 4.5rem!important;}
	body .mt-md-0, body .my-md-0 {margin-top: 0rem!important;}
	body .mb-md-0, body .my-md-0 {margin-bottom: 0rem!important;}
	body .mb-md-0, body .my-md-0 {margin-bottom: 0rem!important;}
	body .pt-md-0, body .py-md-0 {padding-top: 0rem!important;}
	body .pb-md-0, body .py-md-0 {padding-bottom: 0rem!important;}
	body .pt-md-3, body .py-md-3 {padding-top: 1.75rem!important;}
	body .pb-md-3, body .py-md-3 {padding-bottom: 1.75rem!important;}
	body .pt-md-5, body .py-md-5 {padding-top: 4rem!important;}
	body .pb-md-5, body .py-md-5 {padding-bottom: 4rem!important;}
	body .pt-md-6, body .py-md-6 {padding-top: 6rem!important;}
	body .pb-md-6, body .py-md-6 {padding-bottom: 6rem!important;}
	body .pt-md-45, body .py-md-45 {padding-top: 2.5rem!important;}
	body .pb-md-45, body .py-md-45 {padding-bottom: 2.5rem!important;}
}
@media(min-width:992px){
	.mt-lg-6{
		margin-top:6rem!important;
	}
	.mb-lg-6{
		margin-bottom:6rem!important;
	}
	body .mt-lg-3, body .my-lg-3 {margin-top: 1.75rem!important;}
	body .mb-lg-3, body .my-lg-3 {margin-bottom: 1.75rem!important;}
	body .mt-lg-4, body .my-lg-4 {margin-top: 2rem!important;}
	body .mb-lg-4, body .my-lg-4 {margin-bottom: 2rem!important;}
	body .mt-lg-5, body .my-lg-5 {margin-top: 4rem!important;}
	body .mb-lg-5, body .my-lg-5 {margin-bottom: 4rem!important;}

	body .pt-lg-2, body .py-lg-2 {padding-top: .75rem!important;}
	body .pb-lg-2, body .py-lg-2 {padding-bottom: .75rem!important;}
	body .pt-lg-3, body .py-lg-3 {padding-top: 1.75rem!important;}
	body .pb-lg-3, body .py-lg-3 {padding-bottom: 1.75rem!important;}
	body .pt-lg-4, body .py-lg-4 {padding-top: 2rem!important;}
	body .pb-lg-4, body .py-lg-4 {padding-bottom: 2rem!important;}
	body .pt-lg-5, body .py-lg-5 {padding-top: 4rem!important;}
	body .pb-lg-5, body .py-lg-5 {padding-bottom: 4rem!important;}

	body .pt-lg-0, body .py-lg-0 {padding-top: 0rem!important;}
	body .pb-lg-0, body .py-lg-0 {padding-bottom: 0rem!important;}
	body .mt-lg-0, body .my-lg-0 {margin-top: 0rem!important;}
	body .mb-lg-0, body .my-lg-0 {margin-bottom: 0rem!important;}

	body .pt-lg-6, body .py-lg-6 {padding-top: 6rem!important;}
	body .pb-lg-6, body .py-lg-6 {padding-bottom: 6rem!important;}
}
@media(min-width:1200px){
	.mt-xl-6{
		margin-top:6rem!important;
	}
	.mb-xl-6{
		margin-bottom:6rem!important;
	}
	body .mt-xl-3, body .my-xl-3 {margin-top: 1.75rem!important;}
	body .mb-xl-3, body .my-xl-3 {margin-bottom: 1.75rem!important;}
	body .mt-xl-4, body .my-xl-4 {margin-top: 2rem!important;}
	body .mt-xl-5, body .my-xl-5 {margin-top: 4rem!important;}
	body .mb-xl-4, body .my-xl-4 {margin-bottom: 2rem!important;}
	body .mb-xl-5, body .my-xl-5 {margin-bottom: 4rem!important;}
	body .mt-xl-0, body .my-xl-0 {margin-top: 0rem!important;}
	body .mb-xl-0, body .my-xl-0 {margin-bottom: 0rem!important;}
	body .pt-xl-4, body .py-xl-4 {padding-top: 2rem!important;}
	body .pb-xl-4, body .py-xl-4 {padding-bottom: 2rem!important;}
	body .pt-xl-5, body .py-xl-5 {padding-top: 4rem!important;}
	body .pb-xl-5, body .py-xl-5 {padding-bottom: 4rem!important;}
	body .pt-xl-6, body .py-xl-6 {padding-top: 6rem!important;}
	body .pb-xl-6, body .py-xl-6 {padding-bottom: 6rem!important;}
}
@media(min-width:1400px){
	body .pb-xxl-5{
		padding-bottom:4rem!important;
	}
}
@media(min-width:1600px){
	body .mb-xxxl-0{
		margin-bottom:0!important;
	}
}
p{
	hyphens:auto;
}
.no-hyphens,
.no-hyphens p,
p.no-hyphens{
	hyphens:none;
}
b,strong{
	font-weight:600;
}
article.rot-article.hentry{
	margin-bottom:0;
}
footer#colophon{
	margin-top:0!important;
}

.container .container{
	width:100%!important;
	padding:0;
	max-width:none;
	margin-left: 0!important;
	margin-right: 0!important;
}
.row{
	position:relative;
}
@media(max-width:767.98px){
	.hidden-mobile{
		display:none!important;
	}
}
@media(min-width:768px) and (max-width: 991.98px){
	.hidden-tablet{
		display:none!important;
	}
}
@media(min-width:992px){
	.hidden-desktop{
		display:none!important;
	}
}

body .dropdown-menu{
	right: 0;
	left: auto;
}
body.page-template-page-plain a {
    color: var(--primary-light);
}
body.page-template-page-plain h1 {
    color: var(--primary-dark)!important;

}
body a{
	transition: color .4s, font-weight .4s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	font-size:var(--regular-p-size);
	font-weight: 300;
    color: var(--grey-lightest);
}

body #site-footer a,
body .bg-text a,
body .bg-text2 a{
	color:var(--white);
}
/* #content{background-image: url(/wp-content/uploads/2021/02/dotpattern.png);} */
body a:hover, body a:active, body a:focus, body .btn-link:hover, body .entry-meta a:hover, body .comments-link a:hover, body .edit-link a:hover {
	color: var(--primary-hover);
	text-decoration:none;
}
body a.btn-regular:hover,
 body a.btn-regular:active,
  body a.btn-regular:focus{
	color: white;
	text-decoration:none;
}
body #site-footer a:hover, body #site-footer a:active, body #site-footer a:focus, body .bg-text a:hover, body .bg-text2 a:hover{
	color: var(--primary-dark);
}
body .bg-white .rot-tab.tab-active a,
body .bg-white a:hover,
body .bg-text.bg-white a:hover{
	color:var(--secondary);
}

body .min-h-15{min-height:15rem;}
body .min-h-30{min-height:30rem;}
@media(min-width:768px){
	body .min-h-md-15{min-height:15rem;}
	body .min-h-md-30{min-height:30rem;}
}

.h100vh{
	height:100vh;
}

@media(min-width:576px){body .h-sm-50{height:50%!important;}}
@media(min-width:768px){body .h-md-50{height:50%!important;}}
@media(min-width:992px){body .h-lg-50{height:50%!important;}}
@media(min-width:1200px){body .h-xl-50{height:50%!important;}}

@media(min-width:576px){body .h-sm-100{height:100%!important;}}
@media(min-width:768px){body .h-md-100{height:100%!important;}}
@media(min-width:992px){body .h-lg-100{height:100%!important;}}
@media(min-width:1200px){body .h-xl-100{height:100%!important;}}

h1, h2, .h1, .h2, h3, .h3 {
	font-family:var(--serif);
	padding-bottom:0.1em;
	font-weight:700;
}
h4, h5, h6, .h4, .h5, .h6 {
	font-family:var(--sans);
	padding-bottom:0.1em;
	font-weight:500;
}
.rkp-quicklink-item .item-content,
body ul,
body p {
    line-height: var(--regular-p-lineheight);
    margin-bottom: var(--regular-p-mb);
    font-weight: var(--regular-p-font-weight);
    font-size: var(--regular-p-size);
	letter-spacing: -0.0rem;
	color: var(--grey-lightest);
}
.rot-text-content-top ul,
.rot-text-content ul,
.entry-content ul{
	font-size:1rem;
	line-height: 1.4;
	padding-left:1.4em;
}
body.single .entry-content ul{
	font-size:1rem;
}

body .theme-h,
body h1, body .h1 {
	font-size: var(--h1-size);
	font-family: var(--serif);
	font-style: normal;
	font-weight: 700;
	line-height: 1.15;
	text-transform: none;
		color: var(--grey-lightest);

}

body h2, body .h2 {
    font-size: var(--h2-size);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: none;
    letter-spacing: -0.01em;
    line-height: .95;
	color: var(--grey-lightest);
}
body h3, body .h3,
body h3.h2, body h3.h2 {
    font-size: var(--h3-size);
    font-style: normal;
    font-weight: 300;
    margin-bottom: 1rem;
    line-height: 1.07;
	color: var(--grey-lightest);

}
body h3.team-h, body .h3.team-h{
    font-size: calc(var(--h3-size) - 4px);
    font-style: normal;
    font-weight: 500;
    margin-bottom: .7rem!important;
    line-height: 1.0;
}
.entry-content h2:not.theme-h{
	margin-top:1.8rem;
}


body .subtitle.h2{
	font-size: 1.45rem;
}

body h4, body .h4{
	font-weight:600;
	/* text-transform:uppercase; */
	font-size:1.125rem;
	/* margin-bottom:1.2rem; */
	hyphens: auto;
    word-break: break-word;
}
body h5, body .h5{
	font-weight:700;
	text-transform:uppercase;
	font-size:1.05rem;
	margin-bottom:1.3rem;
	margin-top:0.8rem;
}


.wp-block-table td, .wp-block-table th {
    border: none;
    padding: 0.35em 0.15em;
}

.title-wrapper p.subtitle{
	font-size: 19px;
	font-weight: 200;
}

.font-slim{font-weight:300!important}


body h1 a, body .h1 a,
body h2 a, body .h2 a,
body h3 a, body .h3 a{
	text-decoration:inherit;
	color:inherit;
	font-weight:inherit;
	font-size:inherit;
}
body h1 a:hover, body .h1 a:hover{
	color:var(--primary-hover);
}


@media(min-width:576px){

}
@media(min-width:768px){

	body .taxonomy-description p{
		font-size:var(--regular-p-size);
	}
	body h1, body .h1 {
		margin-bottom: 0.75em;
	}

}
@media(min-width:992px){

}

@media(min-width:1440px){
	/* body ul,
	body p{
		font-size:1rem;
	} */
}
@media(min-width:1820px){
	/* body ul,
	body p{
		font-size:1rem;
	} */
}


.rkp-icon{
	display:inline-block;
	width:1em;
	line-height:inherit;
}
.rkp-icon svg{
	margin-bottom:.2em;
}
.fill-text polygon,
.fill-text path,
.fill-text{
	fill:var(--text);
}
.fill-text2 polygon,
.fill-text2 path,
.fill-text2{
	fill:var(--text2);
}
.fill-primary{
	fill:var(--primary)!important;
}
.fill-white{
	fill:var(--white)!important;
}
.fill-white path{
	fill:var(--white)!important;
}



.p-events-none{
	pointer-events:none;
}
.p-events-all{
	pointer-events:all;
}
.color-white{
	color:var(--white);
}
.color-secondary *{
	color:var(--secondary)!important;
}
.uppercase{
	text-transform: uppercase;
}
/* .page-content, .entry-content, .entry-summary {
	margin: 0 0 0;
} */
.bg-pic-bottom img{
	object-position:50% 90%;
}
.bg-pic-center img{
	object-position:50% 50%;
}
.bg-pic-top img{
	object-position:50% 15%;
}

.bg-gradient{
	background:var(--gradient);
	color:var(--white);
}
body .bg-grey{
	background-color:var(--grey)!important;
	/* color:var(--white); */
	/* border-color:var(--text); */
}
body .bg-text{
	background-color:var(--text)!important;
	color:var(--white);
	border-color:var(--text);
}
body .bg-white,
body .bg-text .bg-white{
	color:var(--text);
	/* border-color:var(--text); */
}
body .bg-text2{
	background-color:var(--text2)!important;
	color:var(--white);
}
body .bg-primary-dark{
	background-color:var(--primary-dark)!important;
}
body .bg-primary-light{
	background-color:var(--primary-light)!important;
}
body .bg-primary-lightest{
	background-color:var(--primary-lightest)!important;
}
body .bg-primary{
	background-color:var(--primary)!important;
}



.bg-primary-dark p,
.bg-primary-dark h4,
.bg-primary h4,
.bg-primary-dark h3,
.bg-primary h3,
.bg-primary-dark .h2,
.bg-primary .h2,
.bg-primary-dark h2,
.bg-primary h2,
.bg-primary-dark h1,
.bg-primary h1{
	color: var(--text);
    /* font-weight: inherit; */
}
.bg-primary .text-primary{
	color:var(--primary-dark)!important;
}

.bg-primary-dark .bg-secondary h4,
.bg-primary .bg-secondary h4,
.bg-primary-dark .bg-secondary h3,
.bg-primary .bg-secondary h3,
.bg-primary-dark .bg-secondary .h2,
.bg-primary .bg-secondary .h2,
.bg-primary-dark .bg-secondary h2,
.bg-primary .bg-secondary h2,
.bg-primary-dark .bg-secondary h1,
.bg-primary .bg-secondary h1{
	color: var(--primary);

}
.bg-primary-dark ul{
	color:var(--secondary);
}
.bg-primary ul,
.bg-primary-dark p,
.bg-primary p{
	/* font-weight:300; */
	color:var(--text);
}
.bg-primary .rot-item p{
	font-weight:400;
	color:var(--text);
}


body .bg-primary-dark p{
	font-weight:300;
}




body .bg-secondary{
	background-color:var(--secondary)!important;
}
body .bg-secondary-light{
	background-color:var(--secondary-light)!important;
}
body .bg-secondary-lightest{
	background-color:var(--secondary-lightest)!important;
}
body .bg-secondary-light h2,
body .bg-secondary h2,
body .bg-secondary-light h3,
body .bg-secondary h3,
body .bg-secondary-light h4,
body .bg-secondary h4,
body .bg-secondary-light ul,
body .bg-secondary ul,
body .bg-secondary-light p,
body .bg-secondary p{
	color:var(--white)!important;
}
body .bg-secondary-light .quote{
	color:var(--primary)!important;
	font-weight:600;
}
body .bg-grey-light{
	background-color:var(--grey-light)!important;
}
body .bg-white{
	background-color:var(--white)!important;
}

body .bg-warmwhite{
	background-color:var(--warmwhite)!important;
}


.section-content p, p.section-content, .section-content{
	line-height: var(--regular-p-lineheight);
	font-weight:var(--regular-p-font-weight);
}
.bg-text .section-content p,
.bg-text p.section-content,
.bg-text .section-content{
	font-weight:400;
}
.bit-larger a,
.bit-larger ul,
.bit-larger p {
font-size: .914rem;
}
body .small p, body p.small, body .small{
	font-size:.875em;
}
.section-lead h3,
.section-lead p, p.section-lead, .section-lead,
.lead p, p.lead, .lead {
    font-size: 1.18rem;
    font-weight: 300;
	color:var(--white);
}

@media(min-width:992px){
	.bit-larger a,
	.bit-larger ul,
	.bit-larger p {
	font-size: 1.1rem;
	}
	.section-lead h3,
	.section-lead p, p.section-lead, .section-lead,
	.lead p, p.lead, .lead {
		font-size: 28px;
	}
	body .bg-md-white{
		background-color: var(--white)!important;
    	color: var(--text);
	}
	body .bg-md-transparent{
		background-color: transparent!important;
    	color: var(--text);
	}
}

.boxed{
	padding: 1.8rem 1.4rem;
	margin-bottom: 2.1rem;
	font-weight:600;
	background-color:var(--white);
}


body .bg-light{
	background-color:var(--light)!important;
}
.bg-white-06{
	background: rgba(255,255,255,0.9);
}
.bg-whitetrans{
	background: #ffffffcf;
}
.bg-grey{
	background:var(--text);
	color:white!important;
}
body .border-bottom{
	border-bottom:2px solid var(--secondary)!important;
	padding-bottom:0.4em;
	margin-bottom: 0.4em;
}
body .border-top{
	border-top:2px solid var(--secondary)!important;
	padding-top:0.4em;

}
body .border-top-warmwhite{
	border-top:2px solid var(--warmwhite)!important;
	padding-top:0.4em;

}

.bg-white75{
	background:var(--white75);
	position:relative;
	color:var(--text);
}
.bg-white75 h1,
.bg-white75 h2:not([class*='boxed']),
.bg-white75 .h1,
.bg-white75 .h2,
.bg-white75 p{
	color:var(--text);
}


.separator{
	display:inline-block;
	width:240px;
}


.home main>article{margin-bottom:0;margin-top:0rem;}
.color-primary{
	color:var(--primary);
}
.btn-row{
	margin-left:-8px;
	margin-right:-8px;
}
.btn-row .btn{
	margin-left:8px;
	margin-right:8px;
}



body .btn-primary:focus, body .btn-outline-primary:focus {
	box-shadow: none!important;
}
.btn-textcolor{
	color: #fff;
	background-color: var(--text);
	border-color: var(--text);
	display: inline-block;
	width: auto;
}
.btn-textcolor:focus,
.btn-textcolor:active,
.btn-textcolor:hover{
	color: #fff;
	background-color: var(--text-light);
	border-color: var(--text-light);
}

.mail-btn{
	width:auto;
	transition: all 0.3s;
}
.btn-secondary a{color:white!important;}
.btn-primary a{color:white!important;}



body .btn {
	border-radius:0;
	font-size:var(--btn-fontsize);
	border-radius:var(--btn-border-radius);
	border-width:var(--btn-border-width);
	line-height: var(--btn-line-height);
	padding: var(--btn-padding);
	font-weight:var(--btn-font-weight);
	margin-top: .5em;
}
body .btn-sm {
	font-size:var(--btn-fontsize);
	border-radius:var(--btn-border-radius);
	border-width:var(--btn-border-width);
	line-height: var(--btn-line-height);
	padding: var(--btn-padding-sm);
	font-weight:var(--btn-font-weight);
}

body .btn span{
	display: inline-block;
    position: relative;
    bottom: -0.0rem;
}

body .btn,
body .btn a{
	transition:all .5s;
}
.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: none;
}
.btn.rot-btn{
	background-color: var(--secondary);

}
.btn-white{
	background-color:var(--white)!important;
	border-color:var(--white)!important;
	color:var(--text)!important;
}
.btn.btn-white:not(.flop):hover{
	background-color:var(--grey-light)!important;
	border-color:var(--grey-light)!important;
	color:var(--text)!important;
}
.btn-transparent{
	background-color:var(--transparent)!important;
	border-color:var(--white)!important;
	color:var(--white)!important;
	padding: 0 !important;
	font-weight: 300 !important;
	text-decoration: underline !important;
	text-underline-offset: 7px !important;
}
.btn.btn-transparent:hover{
	background-color:var(--transparent)!important;
	border-color:var(--secondary)!important;
	color:var(--primary)!important;

}
section.bg-white .btn-transparent{
	background-color:var(--transparent)!important;
	border-color:var(--grey)!important;
	color:var(--grey)!important;
}
section.bg-white .btn.btn-transparent:hover{
	background-color:var(--secondary-dark)!important;
	border-color:var(--secondary-dark)!important;
	color:var(--white)!important;
}
input.btn.btn-pill,
label.btn.btn-pill,
div.btn.btn-pill,
button.btn.btn-pill,
a.btn.btn-pill {
	border-radius: var(--btn-border-radius-pill);
	font-weight: 600;
	padding: var(--btn-padding);
	font-weight: 500;
}
button.btn.btn-pill.btn-pill-md, a.btn.btn-pill.btn-pill-md {
	border-radius: var(--btn-border-radius-pill);
	font-weight: 600;
	padding: var(--btn-padding-md);
	font-weight: 500;
}
.btn-primary{
	background-color:var(--primary)!important;
	border-color:var(--primary)!important;
	color:white!important;
	margin-bottom:.8rem;
}
.btn-primary.flop{
	background-color:var(--secondary)!important;
	border-color:var(--secondary)!important;
	color:white!important;
}
.btn-primary:focus-visible{
	background-color: inherit!important;
	border-color: transparent!important;
	color: var(--text)!important;
	box-shadow: none!important;
	outline-color: var(--focus-outline-color)!important;
	outline-style: var(--focus-outline-style)!important;
	outline-width: var(--focus-outline-width)!important;
	outline-offset:var(--focus-outline-offset);
}
.bg-primary .btn-primary:focus-visible{
	outline-color: var(--text)!important;
}
.has-rot-ghostlink:hover .rot-item-inner .btn-primary,
.rot-ghostlink:hover .rot-read-more-link,
.btn-primary:hover{
	background-color:var(--primary)!important;
	border-color:inherit!important;
	color:var(--grey)!important;
	box-shadow:none!important;
}
.btn-primary-lightest{
	background-color:var(--primary-lightest)!important;
	border-color:var(--primary-lightest)!important;
	color:var(--text)!important;
}
.btn-primary-lightest.flop{
	background-color:var(--secondary)!important;
	border-color:var(--secondary)!important;
	color:white!important;
}
.btn-primary-lightest:hover,
.btn-primary-lightest:focus{
	background-color:var(--primary-hover)!important;
	border-color:var(--primary-hover)!important;
	color:var(--text)!important;
	box-shadow:none!important;
}
.btn-secondary{
	background-color:var(--secondary)!important;
	border-color:var(--secondary)!important;
	color:var(--text)!important;
}
.btn-secondary:visited{
	background-color:var(--secondary)!important;
	border-color:var(--secondary)!important;
	color:var(--text)!important;
}
.btn-secondary:hover,
.btn-secondary:focus{
	background-color:var(--secondary-dark)!important;
	border-color:var(--secondary-dark)!important;
	color:white!important;
	box-shadow:none!important;
}
body .btn-plain{
	padding: 4px 0 4px 2.4rem;
    font-family: var(--serif);
    /* text-transform: uppercase; */
    position: relative;
    font-size: var(--h3-size);
    font-weight: 300;
}
body .btn-plain.next{
	padding: 4px 2.4rem 4px 0;
}
body .btn-plain i{
	font-size: 2rem;
    display: flex;
    height: 100%;
    position: absolute;
    left: 0;
    align-items: center;
    top: 2px;
	transform: scale(-1, 1);
}
body .btn-plain.next i{
	left:auto;
	right: 1.5em;
}
.btn-theme{
	background:var(--btn-theme-color)!important;
	color:var(--white);
}
.btn-theme:hover{
	background:var(--btn-theme-color)!important;
	filter:brightness(1.2);
}
.btn-gradient,
.btn-gradient.btn-primary{
	background:var(--gradient2)!important;
}
.btn-gradient:hover,
.btn-gradient.btn-primary:hover{
	background:var(--gradient2)!important;
	filter: brightness(1.2);
}

.btn-primary.btn.btn-white{
	color:var(--text)!important;
	background-color: var(--white)!important;
	border-color: var(--white)!important;
}
.btn-primary.btn.btn-white:after{
	color:var(--text)!important;
}
.btn-primary.btn.btn-white:visited,
.btn-primary.btn.btn-white:focus,
.btn-primary.btn.btn-white:active,
.btn-primary.btn.btn-white:hover{
	color:var(--text)!important;
	background-color: rgb(221, 221, 221)!important;
	border-color: rgba(221,221,221)!important;
}
.btn.rot-btn-transparent75:visited,
.btn.rot-btn-transparent75:active,
.btn.rot-btn-transparent75{
	color:var(--text);
	background-color: var(--white75);
	border-color: var(--white75);
}
.btn.rot-btn-transparent75:focus,
.btn.rot-btn-transparent75:hover{
	color:var(--text);
	background-color: var(--white);
	border-color: var(--white);
}
body .btn.btn-pseudo{
	font-size: var(--small-p-size);
    padding: 0.4rem 0;
    border-bottom: 2px solid currentColor;
    font-weight: 700;
    text-transform: uppercase;
}
body .bg-text .btn.btn-pseudo{
	color:var(--white);
}


#content{
	padding-top:var(--header-height);
}

figure{
	margin:0;
}

.video-wrap{
	position:relative;
}
.video-wrap video{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.video-wrap video.novid{
	object-position:top;
}


div>p:last-child,
.content-text p:last-child{
	margin-bottom:0;
}
.wpcf7 form h3{
	font-weight:400!important;
}

.wpcf7[role="form"] .screen-reader-response{
	color:var(--primary);
}
.wpcf7[role="form"] .screen-reader-response p{
	color:var(--primary);
}
.wpcf7 form .wpcf7-response-output:before{
	content: "\f00d";
	font-family: 'Line Awesome Free';
	font-size: 1.7rem;
	color: white;
	font-weight:900;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0.5rem;
	margin-right: 1rem;
	display: block;
	cursor:pointer
}
.wpcf7 form .wpcf7-response-output:hover:after{
	color: var(--text-light);
}

.wpcf7 form .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transform: translate(-50%,-50%);
    background: var(--grey);
    border: none;
    padding: 5%;
    border-radius: 0px;
    font-family: inherit;
    color: var(--grey-lightest);
    font-weight: 500;
    text-align: center;
    font-size: 1.15rem;
    box-shadow: 4px 5px var(--text);
    cursor: inherit;
	z-index:200;
}

.wpcf7-not-valid-tip~input {
	background:var(--secondary);
}

.wpcf7-form input:not([type="checkbox"]){
    width: 100%;
    position:inherit;
    border:none;
    background-color:transparent;
    border-radius:unset;

}
.wpcf7-form input[type="checkbox"] {
    margin-right:15px;
}
.wpcf7-form textarea{
    resize: none!important; /*!!*/
    width:100%!important; /*!!*/
    max-height:40px;
    border-top:none;
    border-left:none;
    border-right: none;
    border-bottom:2px var(--grey-lighter) solid;
	transition:max-height .6s;
	transition-delay: .6s;
	padding-left:0;
	background:transparent;
	color: var(--text);
	font-weight: 300;
	color: var(--grey-lighter);

}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"]{
    border-bottom: 2px var(--grey-lighter) solid;
    line-height:20px;
    height: var(--input-height,40px);
	padding-left:0;
	color:var(--secondary);
	font-weight: 300;
	color: var(--grey-lighter);

}
.wpcf7 .screen-reader-response{
	display:none;
}

.wpcf7-form textarea:focus-visible,.wpcf7-form input[type="text"]:focus-visible, .wpcf7-form input[type="email"]:focus-visible {
    outline:none;
    border-bottom: 2px solid var(--primary);
    /* padding:0 16px; */
    /* transition:padding .3s; */
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: rgba(0,0,0,0.01%)!important;
	color: fieldtext;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 30px var(--grey) inset !important;
	color:var(--white)!important;
	-webkit-text-fill-color:var(--white)!important;
}

.wpcf7-form textarea:focus-visible {
    max-height:120px;
}
.wpcf7-not-valid-tip {
    /* color: var(--primary); */
    font-weight: 500;
    font-size: 0.9rem;
    display: block;
    position: relative;
    color: var(--grey-lightest);
}
.wpcf7-form input[type="submit"]{
	width: 100%;
    display: inline-flex;
    text-align: center;
    justify-content: center;
	height:2.6rem;
    background-color: var(--primary);
	color:var(--white);
}

.wpcf7-form input[type="submit"]:not(.small-bold) {
    color: white;
    background-color:var(--primary);
    border-radius: var(--btn-border-radius);
    width: auto;
}


.wpcf7-form input[type=submit]:disabled,
button:disabled {
    background-color: var(--secondary);
}
.wpcf7-form .button-center {
    display: flex;
    justify-content: center;
}
.wpcf7-form>p:nth-child(4){margin-bottom:0;}

.wpcf7-acceptance{
	margin-top: 1rem;
	display:inline-block;
	font-size:.92rem;
}
form .text-input-col p{
	position:relative;
	min-height:40px;
}
form .text-input-col p input[type='text']{
	position:relative;
	top:0;
	left:0;
}
form .text-input-col p textarea{
	position:relative!important;
}
input[name="rot-dp"]{
	height: 0px;
    overflow: hidden;
    border: none;
}



.da_popup{
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	overflow-y:auto;
}
.popup-inner,
.popup-inner-editing{
	position: fixed!important;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	max-height: 94vh;
	overflow-y: auto;
	overflow-x: hidden;
	max-width: 40rem;
	width: 90%;
	margin-top: 2vh;
	padding:1.5rem;
	background: var(--white);
}

.da_popup .close-it{
	top: 0;
	right: 0rem;
	width: 2.4rem;
	height: 2.4rem;
	font-size: 2rem!important;
	border-radius: 0;
	text-align: center;
	background: var(--primary);
	color:var(--white)!important;
	position: absolute;
	cursor: pointer;
	line-height: 1.05;
	display: flex;
    align-items: center;
    justify-content: center;
	transition:background-color .4s;

}
.da_popup .close-it:hover{background-color:var(--primary-hover);}
.da_popup form{
	max-height: 96vh;
	max-width: 100%;
	overflow: auto;

}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wp-block-image figcaption {
	position: relative;
	top: auto;
	left: 0;
	bottom: 0rem;
	font-size: 1rem;
	line-height: 1.15;
	max-width: 90%;
	text-align: left;
	color: var(--grey);
	display: inline-block;
	width: 90%;
	font-family: var(--sans);
	margin: 0;
	padding-bottom: 0;
	margin-top: 0.8rem;
}
.wp-block-image.growing figcaption{
	margin:0;
	padding-bottom:0;
}
@media(min-width:768px){
	.wp-block-image figcaption{
		/* font-size: 3.5rem; */
		line-height:1.25;
	}
}


.appear-in-scope-once,
.appear-in-scope{
	transition:all 1.2s;
}
.appear-in-scope.appear-left{
	margin-left:-100vw!important;
}
.appear-in-scope.appear-left.appeared{
	margin-left:0!important;
}
.appear-in-scope.appear-right{
	margin-right:-100vw!important;
}
.appear-in-scope.appear-right.appeared{
	margin-right:0vw!important;

}
@media(min-width:992px){
	.side-nav{
		top: 400px;
	}
}

/* post thumb*/
/* post thumb*/
/* post thumb*/
figure.rot-cpt-thumb{
	width: 100%;
	height: 00px;
	position: relative;
}
.rot-item-team figure.rot-cpt-thumb{
	padding-bottom:88%;
}
.rot-item-team figure.rot-cpt-thumb img{
	object-position:center 10%;
}
/*Post Type POSTS*/
/* article.rot-item-post figure.rot-cpt-thumb {
    padding-bottom: var(--height-landscape);
    overflow: hidden;
} */

figure.rot-cpt-thumb a{
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
}

figure.rot-cpt-thumb.rot-thumb-sm{
	width: 100%;
	height: 0px;
	position: relative;
	padding-bottom:220px;
}
figure.rot-cpt-thumb.rot-thumb-square{
	width: 100%;
	height: 0px;
	position: relative;
	padding-bottom:100%;
}
figure.rot-cpt-thumb.rot-thumb-square {
	width: 160px;
    height: 0px;
    position: relative;
    padding-bottom: 160px;
    margin-left: auto;
    margin-right: auto;
}
.rot-item.list-style-wide-grid .rot-cpt-head{
	max-width:72%;
}
.rot-item.rot-item-team.list-style-wide-grid .rot-cpt-head{
	max-width:100%;
}
@media(min-width:576px){
}
@media(min-width:768px){
}
/* @media(min-width:1440px){
	article.rot-item-post figure.rot-cpt-thumb {
		padding-bottom: calc(var(--height-landscape) - 8rem);
		overflow: hidden;
	}
} */
@media(min-width:1600px){
}


figure.rot-cpt-thumb.rounded-full{
	border-radius:600px;
	overflow:hidden;
}
figure.rot-cpt-thumb img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(min-width:992px){
	figure.rot-cpt-thumb.rot-thumb-square {
		width: 186px;
		padding-bottom: 186px;
	}
}


.rot-cpt-owl{
	margin-top:0;
	position:relative;
}
.rot-cpt-owl:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/* background:white; */
}

.owl-carousel .rot-item-objects{
	padding-left:0;
	padding-right:0;
}

h2.slider-title{
	margin-bottom:3rem;
}
.owl-carousel .owl-dots{
	display:block;
	margin-top:1.2rem;
}
.rot-attachment-items .owl-carousel .owl-dots{
	margin-top:0rem;
}
.rot-attachment-items .owl-theme .owl-dots .owl-dot span,
.rot-cpt-objects.owl-theme .owl-dots .owl-dot span {
	width: 40px;
	height: 4px;
	margin: 5px 3px;
	background: var(--grey-light);
}
.rot-attachment-items .owl-theme .owl-dots .owl-dot.active span,
.rot-cpt-objects.owl-theme .owl-dots .owl-dot.active span {
	background: var(--primary);
}
.owl-carousel .owl-nav{
	display:none;
}
@media(min-width:768px){
	.cpt_short{
		padding: 2rem 2rem;
	}
	/* .owl-carousel .owl-dots{
		display:none;
	} */
	.owl-carousel .owl-nav{
		display:block;
	}
	[class*='col-'].cpt_short-link{
		position: relative;
		bottom: auto;
		right: auto;
		max-width:25%;
	}
}




.wrapper-rc-filters-modal{
	overflow:hidden;
	max-height:0;
	transition: all .5s;
}
input#rc-filters-modal-toggle:checked~.wrapper-rc-filters-modal{
	max-height:600px;

}
@media(min-width:992px){
	#prn-filter-post-form input[type="checkbox"]:checked~span {
		display: block;
		}
}

body #fancybox-content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 111102;
	border: none;
	background: transparent;
	background-clip: padding-box;
}
body #fancybox-close span::after,body #fancybox-close span::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 6px;
	width: 12px;
	height: 2px;
	background-color: #fff;
}
body .fancy-ico span {
	display: block;
	position: relative;
	left: 12px;
	top: 12px;
	width: 26px;
	height: 26px;
	border-radius: 0;
	background: var(--text);
	border: 2px solid var(--text);
	box-shadow: none;
	transition: transform .25s ease-in-out;
}

body .mapouter{
	position: relative;
	width: 100%;
	height: 240px;
}
body .mapouter .gmap_canvas{
	width: 100%;
	height: 100%;
}
body .mapouter iframe,
body .mapouter .gmap_canvas iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
}
body .top-minus-2r{
	top:-2rem;
}

.cpt-spex{
	margin:.7rem 0;
}

/* .spec:not(.name){
	display:block;
} */
.hide-xs{
	max-width:0!important;
	max-height:0;
	overflow:hidden;
	transition:max-width .4s;
	display:inline-block;
}
@media(min-width:576px){
	.hide-xs{
		max-width:none!important;
		max-height:none;

	}
	.spec:not(.name){
		display:block;
		line-height:1;
	}

}
body .spec a i{
	font-size: 1.3em;
    /* top: -4px; */
    position: relative;
}
body .spec a{
	color:var(--primary-dark);
	font-size:inherit;
}
body .spec a:hover{
	color:var(--primary);
}

body .spec {
	font-size:inherit;
}
body .cpt-spex{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 0.9rem;
	padding-top:.6em;
}


.has-contact-links{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.rot-contact-link{
	width:auto!important;
	display:inline-block;
	padding: 0 .5rem;
	font-weight:500;
}

body .row.no-gutter{
	margin-left: 0;
    margin-right: 0;
}
body .row.no-gutter [class*="col-"]{
	padding-left:0;
	padding-right:0;
}

.BorlabsCookie._brlbs-cb-googlemaps{
	position: relative;
}
._brlbs-thumbnail, ._brlbs-embed._brlbs-google-maps{
	width:100%;
}
.map-wrap>span {
    position: relative;
    background: transparent!important;
    color: var(--alert)!important;
}

body #BorlabsCookieBox ._brlbs-bar .container{
	max-width:var(--container-width)!important;
}
#BorlabsCookieBox ._brlbs-bar .cookie-logo {
    padding: 0 8px 0 0;
    vertical-align: middle;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 40px;
    text-align: left;
    object-fit: contain;
    object-position: left;
	margin-bottom: 18px;
}
#BorlabsCookieBox ._brlbs-flex-left {
    flex-wrap: wrap;
}
body .BorlabsCookie ._brlbs-content-blocker ._brlbs-default {
	background: var(--primary);
}
	body .BorlabsCookie ._brlbs-content-blocker .rot-brlbs-blocked {
	background-image:url(socialbg.JPG);
	background-size: cover!important;
    padding: 2rem 1.5rem;
}
body .BorlabsCookie .rot-brlbs-inner {
    background: #fbba00ed;
    padding: 1.5rem;
}
body .BorlabsCookie a.small-bold i.las{
	font-family: 'Line Awesome Free';
    font-weight: 900;
}
body .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a {
    color: var(--text-light);
}
body .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a:hover {
    color: var(--white);
}
body .BorlabsCookie ._brlbs-google-maps a._brlbs-btn {
    background: var(--text-light);
	color: white;
    border-radius: 0px;
}
body .BorlabsCookie ._brlbs-google-maps a._brlbs-btn:hover {
    background: var(--grey);
	color:white;
}
body .BorlabsCookie._brlbs-cb-googlemaps,
body .BorlabsCookie ._brlbs-content-blocker,
body .BorlabsCookie ._brlbs-embed._brlbs-google-maps{
	height:100%;
	height:auto;
}
body ._brlbs-thumbnail {
    filter: grayscale(1);
	height:100%;
	object-fit:cover;
}
.hidden{
	display:none!important;
}
.impressum-container [class*="col-"]{
	margin-bottom:2rem;
}



/*ACCORDION*/
.rot-acc.accordion{
	display:flex;
	justify-content: space-between;
	align-items:center;
	cursor:pointer;
	flex-wrap: wrap;

}

.rot-acc.content{
	padding:10px 0;

}
.rot-acc.accordion i{
	transition:transform .4s;
	margin-left: 1rem;
}
.rot-acc.accordion.active i{
	transform:rotate(-90deg);

}
.rot-acc-content.panel{
	display:none;

}
.jobs-row .rot-acc-content.panel{
	padding-bottom:1rem;
}
.rot-acc-content.panel p {
    padding: 0.34rem 0rem 1.1rem 0;
    text-align: justify;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 0.9rem;
    margin-right: 2.1rem;
}
/* .rot-acc-content.panel p:last-child {
    border-bottom: 2px solid #e8e8e8;
} */
.acc-img-col img{
	transition:opacity .5s;
	object-position: center 10%;
}
.acc-img-col img:not(.default){
	opacity:0
}
.acc-img-col img.changed_img{
	opacity:1;

}

.short-and-icon{
	line-height:1.2;
	text-align:right;
	letter-spacing: -0.009em;
}
.accordion i,
.accordion h3{
	top:-4px;
	position:relative;
}
.rkp-menu-lvl1 li.rkp-menu-item a{
	border-bottom:2px solid transparent;
	transition: border-color .6s;
	display:inline-block;
}
.rkp-menu-lvl1 li.rkp-menu-item.active a{
	border-bottom:2px solid var(--text);
}

.acc-img-row .panel:last-of-type p{
	margin-bottom:0;
}


.quote {
    /* font-style: italic; */
    font-family: var(--serif);
    font-size: 1.42rem;
    line-height: 1.1;
    padding: .34rem 0;
    display: inline-block;
    font-weight: 400;
    max-width: 15rem;
    text-align: center;
	position: relative;
}
body .bg-primary .quote{
	color:var(--secondary);
}
body .bg-primary .quote{
	color:var(--secondary);
}
.quote .q-marks{
	display: inline-flex;
    height: 100%;
    position: absolute;
    transform: translateX(-100%);
    left: -1rem;
    align-items: center;
    font-size: 2.8rem;
    line-height: 1;
    margin-top: -0.2em;
	top:0;
}
.quote .q-marks.curo-su{
    transform: translateX(100%);
    left: auto;
	right:-1rem;
}

@media(min-width:576px){
	.rkp-menu-outer-wrap {
		overflow:hidden;
	}
}
@media(min-width:768px){
	body.nav-showing .rkp-menu-outer-wrap {
		height:auto;
		min-height: 100vh;
	}
	.rkp-menu-outer-wrap .wrap-fullwidth {
		min-height: 480px;
		background: white;
		border-bottom: 2px solid var(--grey-hover);
		padding-top: 1.4rem;
	}
	.quote {
		font-size: 1.84rem;
		max-width: 24rem;
	}
}
@media(min-width:1200px){
	.quote {
		font-size: 2.02rem;
	}
}

@media(min-width:1440px){
	.col-xxl-by5{
		flex: 0 0 calc(20%);
		max-width: calc(20%);
	}
	.col-xxl-3{
		flex: 0 0 calc(100% / 12 * 3);
		max-width: calc(100% / 12 * 3);
	}
	.col-xxl-4{
		flex: 0 0 calc(100% / 12 * 4);
		max-width: calc(100% / 12 * 4);
	}
	.col-xxl-5{
		flex: 0 0 calc(100% / 12 * 5);
		max-width: calc(100% / 12 * 5);
	}
	.col-xxl-6{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xxl-7{
		flex: 0 0 calc(100% / 12 * 7);
		max-width: calc(100% / 12 * 7);
	}
	.col-xxl-8{
		flex: 0 0 calc(100% / 12 * 8);
		max-width: calc(100% / 12 * 8);
	}
	.col-xxl-9{
		flex: 0 0 calc(100% / 12 * 9);
		max-width: calc(100% / 12 * 9);
	}
	.col-xxl-10{
		flex: 0 0 calc(100% / 12 * 10);
		max-width: calc(100% / 12 * 10);
	}
	.col-xxl-11{
		flex: 0 0 calc(100% / 12 * 11);
		max-width: calc(100% / 12 * 11);
	}
	.col-xxl-12{
		flex: 0 0 100%;
		max-width: 100%;
	}
	body .pt-xxl-3{
		padding-top:1rem!important;
	}
	body .pt-xxl-4{
		padding-top:2rem!important;
	}
	 .offset-xxl-1 {
   		 margin-left: 8.33333333%;
  	}
}
@media(min-width:1600px){
	body .col-xxxl-2{
		flex: 0 0 calc(100% / 6);
		max-width: calc(100% / 6);
	}
	body .col-xxxl-3{
		flex: 0 0 calc(100% / 12 * 3);
		max-width: calc(100% / 12 * 3);
	}
	body .col-xxxl-4{
		flex: 0 0 calc(100% / 12 * 4);
		max-width: calc(100% / 12 * 4);
	}
	body .col-xxxl-5{
		flex: 0 0 calc(100% / 12 * 5);
		max-width: calc(100% / 12 * 5);
	}
	body .col-xxxl-6{
		flex: 0 0 50%;
		max-width: 50%;
	}
	body .col-xxxl-7{
		flex: 0 0 calc(100% / 12 * 7);
		max-width: calc(100% / 12 * 7);
	}
	body .col-xxxl-8{
		flex: 0 0 calc(100% / 12 * 8);
		max-width: calc(100% / 12 * 8);
	}
	body .col-xxxl-9{
		flex: 0 0 calc(100% / 12 * 9);
		max-width: calc(100% / 12 * 9);
	}
	body .col-xxxl-10{
		flex: 0 0 calc(100% / 12 * 10);
		max-width: calc(100% / 12 * 10);
	}
	body .col-xxxl-11{
		flex: 0 0 calc(100% / 12 * 11);
		max-width: calc(100% / 12 * 11);
	}
	body .col-xxxl-12{
		flex: 0 0 100%;
		max-width: 100%;
	}
	body .pt-xxxl-3{
		padding-top:1rem!important;
	}
	body .pt-xxxl-4{
		padding-top:2rem!important;
	}
}
@media(min-width:2000px){
	body .col-xxxl-by5{
		flex: 0 0 calc(20%);
		max-width: calc(20%);
	}
	body .col-4xl-4{
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}

}

.gal-slider-items figure.gal-slider-item,
section.has-bg-img .gal-slider-items figure.gal-slider-item{
	height:420px;
	background-position:center 33%;
}
.gal-slider-items figure.gal-slider-item,
section.has-bg-img .gal-slider-items figure.gal-slider-item{
	height:420px;
	background-position:center 33%;
}


.s-shortcode .rot-cpt-owl{
	display:block;
}

@media(min-width:992px){
	.s-shortcode .rot-cpt-owl{
		margin-left: .1rem;
		width: calc(100% - .2rem);
	}
}


.rot-item-post .h3,
.rot-item-post h3 {
    white-space: normal;
    hyphens: auto;
    color: var(--white);
    font-size: var(--h3-size);
}
article.rot-item-post{
	margin-bottom:0rem;
	padding-top: 12px;
}

.rot-items.owl-carousel{
	margin-left:-10px;
	margin-right:-10px;
	width:calc(100% + 20px);
	max-width:calc(100% + 20px);
}
.rot-items.gal-slider-items.owl-carousel{
	margin-left:0px;
	margin-right:0px;
	width:calc(100%);
	max-width:calc(100%);
}
.rot-items.owl-carousel article[class*="col-"]{
	padding-left:10px;
	padding-right:10px;
}
.rot-items.owl-carousel .owl-stage{
	/* display:flex; */
	display: block;
}

.rot-items.owl-carousel .owl-stage article,
.rot-items.owl-carousel .owl-stage .rot-item-inner{
	height:100%;
}
.rot-items.owl-carousel .owl-stage .rot-item-products article,
.rot-items.owl-carousel .owl-stage .rot-item-products .rot-item-inner{
	height:auto;;
}


.rot-breadcrumbs .no-link,
.rot-breadcrumbs a:not(.home-link),
.item-terms .term-link:not(.rkp-btn) {
	color: var(--primary);
    padding: var(--smallest-link-padding);
    border: 2px solid var(--primary);
    display: inline-block;
    margin-right: 4px;
    margin-top: 4px;
    border-radius: var(--btn-border-radius-pill);
    font-weight: 500;
    font-size: .8rem;
	transition:background-color .7s, color .7s, border-color .7s;
}
.item-terms .back-link.rkp-btn,
.item-terms .term-link.rkp-btn {
	margin-right: .5rem;
	background: var(--primary);
	font-weight: 500;
	color:white;
}
@media(min-width:768px){
	.rot-breadcrumbs .no-link,
	.rot-breadcrumbs a:not(.home-link),
	.item-terms .term-link:not(.rkp-btn)  {
		font-size: var(--smallest-p-size,0.794rem);
		font-size: var(--breadcrumb-fontsize);
	}
}


.rot-breadcrumbs a.home-link{
	color:var(--primary);
	font-size:var(--regular-p-size);
}
.rot-breadcrumbs a:not(.home-link):hover,
.item-terms .term-link:not(.rkp-btn):not(.no-link) :hover {
    color: var(--white);
    /* border: 2px solid var(--primary); */
	background-color: var(--primary);

}
.rot-breadcrumbs .no-link,
.item-terms .term-link.no-link {
    background-color: var(--primary-dark);
    color: var(--white);
	border:2px solid var(--primary-dark);
    /* border: 2px solid var(--grey-light); */
}
.rot-item-team .item-terms{
	margin-top:-.6rem;
}
.rot-item-team .item-terms .term-link{
    background-color: transparent;
    border: none;
    color: var(--text);
    padding: 0px 0px 4px;
    font-size: .9rem;
	font-weight:300;
	margin-top: .5em;
}
@media(min-width:992px){
	ul.rot-breadcrumbs{
		display:flex;
		column-gap:3rem;
		flex-wrap: wrap;
	}
}


.s-shortcode-before h3{
	max-width: 100%;
}

@media(min-width:768px){
	.s-shortcode-before h3{
		max-width: 25rem;
	}
	.archive-link-wrap{
		position: relative;
		margin-top:2rem;
		margin-bottom:2rem;
	}
	.s-shortcode-before{
		padding-right:10rem;
	}
}
.section-h a,
.section-h.archive-h a{
	font-size: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    /* color: inherit; */
}

#prnPostFilterContainer.row,
.row.rot-prn-filter-row,
.row.rot-items.rot-prn-filter-row{
	max-width:calc(100% + 20px);
	margin-left:-10px;
	margin-right:-10px;
	gap: 2rem 0;
}
#prnPostFilterContainer.row>[class*="col-"],
.row.rot-prn-filter-row>[class*="col-"],
.row.rot-items.rot-prn-filter-row>[class*="col-"]{
	padding-left:10px;
	padding-right:10px;
}

.section-lead+.section-content{
	margin-top:1rem;
}

.rot-cpt-meta {
    /* font-size: 1rem; */
    font-weight: 500;
}
body.single #s_d_header .rot-cpt-meta{
	display: block;
    margin-bottom: 1.1rem;
}
.rc-checkboxes .rc-checkbox.input-uncategorized{
	display:none!important;
}

#site-footer .footer-logo-col{
	display: flex;
    justify-content: center;
}
figure.footer-logo{
	width:162px;
}
#site-footer .h4,
#site-footer .footer-h{
	font-size:var(--regular-p-size);
}
#site-footer ul{
	color:inherit;
	font-size:inherit;
}
#site-footer a:hover,
#site-footer ul a:hover{
	color:var(--primary-light);
}


#primary-menu-footer{
	display:flex;
	flex-direction: row;
}
#primary-menu-footer.row>.col{
	min-width:100%;
}
#primary-menu-footer ul.dropdown-menu{
	display:block!important;
	background:transparent;
	min-width:1px;
	border:none;
	font-size: var(--small-p-size);
	color: var(--grey);
    font-weight: 500;
}
#primary-menu-footer ul.dropdown-menu a.nav-link{
	padding: .4rem 0;
	font-weight: inherit;
}
#primary-menu-footer>.nav-item.depth_0_item>.nav-link{
	/* color:var(--secondary); */
	padding-top:0em;
	padding-bottom:0;
	font-weight:500;
}
body #site-footer .rot-link{
	font-size:inherit!important;
}
body #site-footer .rot-link:hover{
	color:var(--primary);
}
body #site-footer .nav-link:hover{
	color:var(--white)!important;
}
#site-footer a:not(.btn),
#site-footer a:not(.btn),
#site-footer p:not(.h2):not(.h3):not(.h4),
#primary-menu-footer>.nav-item {
    font-size: inherit;
    font-weight: inherit;
    /* font-family: var(--serif); */
    line-height: 1.4;
    color: inherit;
}
body #site-footer a:not(.btn){
	color:var(--grey-lightest);
}
body #site-footer a:hover{
	color:var(--primary);
}

#primary-menu-footer a.nav-link,
#primary-menu-footer .nav-item-title{
	/* font-size:inherit; */
	font-weight: inherit;
	font-size:inherit;
	text-transform:inherit;

}
body .bottom-footer a.btn{
	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;
}
#primary-menu-footer a.nav-link{
	color: var(--grey);
}
#primary-menu-footer ul.dropdown-menu .nav-item-title{
	text-transform: initial;
}

#site-footer .primary-footer-col,
#site-footer .secondary-footer-col{
	text-align:center;
}

#site-footer .top-footer .rot-svg-relative, 
body section#contact .rot-svg-relative {
	width: 16px;
	height: auto;
}
#site-footer .bottom-footer .rot-svg-relative svg:hover path {
	fill: var(--primary);
}
.mail,  .tel {
	display: flex;
	align-items: center;
	gap: 8px;
}
 .mail + br {
	display: none;
}
@media(min-width:768px){
	#site-footer .primary-footer-col,
	#site-footer .secondary-footer-col{
		text-align:right;
	}
}

body #site-footer a.social-link {
    color: var(--white);
    background: var(--secondary);
    transition: background-color .4s;
    padding: 6px;
    margin: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
body #site-footer a.social-link:hover{
	background:var(--primary);
}

body #site-footer .social-bar {
	display:flex;
	gap: 8px;
	justify-content: center;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	body #site-footer .social-bar {
	justify-content: flex-start;
	margin-bottom: 0;
	}
}


body #site-footer .social-bar .rot-svg-relative {
	width: 23px;
	height: 27px;
}
.hyphens-manual,
.hyphens-manual *{
	hyphens:manual;
}
.section-links:not(.s-quicklinks){
		display: flex;
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		flex-wrap: wrap;
}
.section-links:not(.s-quicklinks)>a[class*="link-type-"]{
    margin-left: 15px;
    margin-right: 15px;
}

a.rot-read-more-link,
a.rot-read-more{
	color:var(--primary);

}
a.rot-read-more-link:hover,
a.rot-read-more:hover{
	color:var(--primary-hover);

}
.rot-item.list-style-wide-grid:not(.rot-item-vorteile) .rot-cpt-excerpt{
	position:relative;
	padding-bottom:2.04rem;
}
.list-style-wide-grid .rot-read-more {
	padding: 1px 6px;
    border: 2px solid var(--primary);
	border-radius:8px;
    position: absolute;
    right: 0;
    bottom: 0;
	font-size: var(--smallest-p-size);
	transition: color.4s, background-color .4s, border-color .4s;
}
button.rot-read-more-link,
a.rot-read-more-link{
	transition:color.4s, background-color .4s, border-color .4s, font-weight .4s;
}
.list-style-wide-grid.list-dir-col .rot-read-more {
    position: relative;
    width: auto;
    display: inline-block;
}

h3.section-h.h2,
h2.semi-h2{
	font-size:2.4rem;
	margin-top:1.74rem;
}


.rot-breadcrumbs{
	font-size:var(--smallest-p-size);
	list-style: none;
	padding-left:0;
}
.rot-breadcrumbs li a{
	font-size:var(--smallest-p-size);
}
.rot-breadcrumbs li a{
	font-size:var(--smallest-p-size);
}
/* .rot-breadcrumbs li>span.spacer:last-of-type{
	display:none;
} */
.rot-breadcrumbs li>span.spacer {
    font-size: var(--regular-p-size);
    font-weight: 500;
    display: inline-block;
    padding: 0 0.3rem;
}

body.page-template-default figure.single-thumb,
body.single figure.single-thumb{
	height:0;
	padding-bottom:320px;
	/* overflow:hidden; */
}
body.page-template-default figure.single-thumb .img-caption,
body.single figure.single-thumb .img-caption{
	position: absolute;
    top: 0;
    display: block;
    height: 100%;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .4;
}

@media(min-width:768px){
	body.page-template-default figure.single-thumb,
	body.single figure.single-thumb {
		height: 0;
		padding-bottom: 390px;
		max-width: var(--container-width);
		margin-left: auto;
		margin-right: auto;
		margin-top: 2.4rem;
	}
}
@media(min-width:992px){
	body.page-template-default figure.single-thumb,
	body.single figure.single-thumb{
		max-width: var(--container-width);
		margin-left: auto;
		margin-right: auto;
		margin-top: 0rem;
	}
}
a[data-nolink="nolink"]{
	pointer-events:none;
	cursor:initial;
}

article.rot-item .rot-cpt-excerpt{
	margin-bottom:1.4rem;
	font-size: var(--regular-p-size);
	color: var(--white);
	font-weight: 300;
}
article.rot-item.rot-item-jobs .rot-cpt-excerpt{
	margin-bottom:.7rem;
}
body .rot-item .j-spex{
	margin-bottom:.2rem!important;
}
blockquote p{
	font-style: italic;
    font-weight: 300;
    line-height: 1.74;
}
blockquote.wp-block-quote{
	border-left: 4px solid var(--primary);
}
/* body.single .content-wrap h2{
	font-size: 2.04rem;
	margin-top:1.24rem;
	margin-bottom:.54rem;
} */
body.single .content-wrap h2+.lead{
	font-size: 2.04rem;
	margin-top:1.24rem;
	margin-bottom:.54rem;
}

body.single .content-wrap figure.wp-block-image{
	margin-top: 2rem;
    margin-bottom: 2rem;
}
body.single .content-wrap figure.wp-block-image figcaption{
	font-size: var(--smallest-p-size);

}

body .rot-section.container-pb-0 .container{
	padding-bottom:0rem!important;

}
body .rot-section.container-pt-0 .container{
	padding-top:0rem!important;

}

article.has-ghostlink:hover a.btn{
	color:var(--secondary);

}
.rot-ghostlink,
.ghostlink{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

}



.rot-ghostlink+.rot-item-inner{
	z-index:3;
	position:relative;
}
.ghostlink+.item-terms{
	position: relative;
	pointer-events:none;
}
.ghostlink+.item-terms a{
	position: relative;
	pointer-events:all;
}

.social-wrap {
	margin-left:-2px;
	margin-right:-2px
}
.social-wrap a {
    background: var(--secondary-light);
    color: var(--grey-lightest);
    font-size: 1.17rem;
    padding: 0.1em;
    width: 1.8em;
    height: 1.5em;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    border-radius: 0;
    font-weight: 500;
    transition: background-color .4s, color .4s;
    /* line-height: 5rem; */
}
body .social-wrap a.s-copy>span {
	pointer-events:none;
	margin-top: -.3rem;
}
body .social-wrap a.s-copy {
    font-size: 1.27rem!important;
    padding-left: 6px;
    padding-right: 12px;
    border-radius: 0;
	background: var(--primary);
}
.social-wrap a.s-copy i{
    font-size: .74rem;
}
.social-wrap a:visited{
	color:var(--grey-hover);
	background:var(--secondary-light);
}
.social-wrap a:not(.s-copy):focus,
.social-wrap a:not(.s-copy):hover{
	background: var(--primary);
	color: var(--white);
	font-weight:inherit;
}
span.social-label {
    display: block;
    padding: 4px 12px 4px 0;
    margin-left: 2px;
    font-size: var(--small-p-size);
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary);
}
a.sbtn.w-auto{
	padding-left:1rem; padding-right:1rem;
}
a.sbtn.s-copy i{
	margin-right:.4rem;
}




.rot-item-jobs .jobs-h{
	max-width:calc(100% - 1rem);
}
.small, small,
.small-p-size{
	font-size:var(--small-p-size);
}
.regular-p-size{
	font-size:var(--regular-p-size);
	font-weight:500;
}
.medium-p-size{
	font-size:var(--medium-p-size);
}
.smallest,
.smallest-p-size{
	font-size:var(--smallest-p-size);
}




.c-content p img{
	max-width: 400px;
    width: 100%;
}
.form-col form,
.form-col form input:not([type="checkbox"]),
.form-col form label,
.form-col form p{
	font-size:var(--small-p-size);
}

.form-col form .submit-wrap,
.form-col form p>label{
	display:block;
	max-width:80%;
}




body .stroke-primary{
	fill:none;
	stroke:var(--primary);
	stroke-width:4px;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-miterlimit:10;
}
.stroke-primary-light{
	fill:none;
	stroke:var(--primary-light);
	stroke-width:4px;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-miterlimit:10;
}


.rot-section:not(#s_header):not(#s_d_header){
	padding-bottom:var(--section-top);
}

body.single #s_d_header,
body.single #s_content{
	padding-bottom:0rem;
}

body .heading-mb-0 .section-h{margin-bottom:0!important;}


ul.rot_menu{
	padding-left:0;
	display: flex;
    flex-wrap: wrap;
    gap: 2px 22px;
	justify-content:center;
}

/* #site-footer .rot_menu{
	justify-content:flex-start;
} */
.post-item.menu-style{
	list-style:none;
}
footer#site-footer {
    padding-top: 3rem!important;
    background-color: var(--grey)!important;
    padding-bottom: 3rem!important;
	color: var(--white);
	font-size:1.25rem;
	font-weight:300;
	z-index:22;
}
footer#site-footer section>.container {
    padding-top: 2.3rem;
}

footer#site-footer h4 {
	font-size: 1.2rem;
	font-weight: 700;

}
@media (min-width: 768px) {
	footer#site-footer h4 {
		font-size: 1.25rem;
	}
}
@media (min-width: 1200px) {
	footer#site-footer h4 {
		font-size: var(--regular-p-size);
	}
}

footer#site-footer .bg-svgs figure{
	fill: var(--primary-lightest);
	width: 220px;
	left: calc(50% - 2rem);
	top: -2rem;
	transform: translateX(-50%);
}

.has-inner-bg-secondary-lightest .inner{
    background-color:var(--secondary-lightest);
}
.rot-btns{
	display: flex;
	column-gap: 4px;
}

.row.gutter-5{
	margin-left:-5px;
	margin-right:-5px;
}
.row.gutter-5>[class^="col-"]{
	padding-left:5px;
	padding-right:5px;
}
.min-h-100{
	min-height:100%!important;
}
.rot-items.row {
    row-gap: calc(2 * var(--item-col-padding));
	max-width: calc(100% + calc(2 * var(--item-col-padding)));
	margin-bottom:30px;
	margin-right:calc(0px - var(--item-col-padding));
	margin-left:calc(0px - var(--item-col-padding));
}

.rot-items.row>[class*="col-"]{
    padding-left: var(--item-col-padding);
    padding-right: var(--item-col-padding);
}
.rot-items.rot-post-type-spiel.row {
    row-gap: 0px;
}

.single .entry-header .rot-cpt-meta {
    /* font-size: 1rem; */
    font-weight: 500;
    background: var(--primary);
    display: inline-block;
    color: white;
    padding: var(--btn-padding-sm);
    margin-bottom: 1rem;
}
section.img-square .bg-img{
	max-width:400px;
}
a.icon-only {
    font-size: 2rem;
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    transition: background-color .4s;
}
a.icon-only i{
	position: relative;
    top: -0.025em;
	color: var(--text);
	transition:color .4s;
}
a.icon-only:hover{
	background-color: var(--primary-light);
}
a.icon-only:hover i{
	color: var(--white);
}
.contact-wrap{
	display:FLEX;
	gap:10px;
}

.has-flex-list .row{
	overflow:hidden;
}
.has-flex-list ul{
	list-style: none;
    padding-left: 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.has-flex-list ul li{
	padding: 2px 12px;
    background: var(--secondary-light);
	margin-bottom:0!important;
	transition:background-color .4s, transform .4s;
}
.has-flex-list ul li a{
	color:var(--text);
}
.has-flex-list ul li:hover {
    background: var(--white);
    transform: scale(1.12);
    box-shadow: 0px 0px 13px var(--primary);
	z-index:2;
}

.section-lead .regular-p-size *{
	font-size: 1.12rem;
}

.rot-item-spiel .rot-cpt-head{
	display:none;
}
.rot-item-spiel .team{
	background: var(--c-main-menu-color);
    padding: 9px;
    /* border: 1px solid var(--primary); */
    text-transform: uppercase;
    display: flex;
    align-items: center;
	margin-top: 1rem;
}
.rot-item-spiel .team-title{
	display: inline-block;
    margin-right: 1rem;
    max-width: 10rem;
	margin-bottom:0;
	font-size:.925rem;
	margin-right: auto;
}
.rot-item-spiel .wappen {
	width: 96px;
    max-width: 5rem;
    margin-right: 1rem;
    max-height: 52px;
    position: relative;
    height: 50px;
}
.rot-item-spiel .wappen img {
    max-width: 100%;
    height: auto;
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: contain;
}
.rot-item-spiel .result {
    display: inline-block;
    height: auto;
    width: auto;
    font-size: 1.65rem;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 11px;
    margin-right: 0.6rem;
    margin-left: 0.6rem;
}
.rot-item-spiel .result span{
	display:inline-block;
}
.rot-item-spiel .result .result-txt{
	font-size:0rem;
	transition:font-size .4s;
}
.rot-item-spiel .spiel-inner{
	padding: 0.7rem 1.2rem;
	background-image: url(/wp-content/uploads/2024/08/background1.webp);
	background-position:center;
	position:relative;
	color:white;
}
.rot-item-spiel.auswaerts .spiel-inner{
	background-image: url(bg-white.webp);
}
.rot-item-spiel .spiel-inner>*{
	z-index:1;
	position:relative;
}
.rot-item-spiel .spiel-inner .venue,
.rot-item-spiel .spiel-inner .venue a{
	font-size: 1.025rem;
	color: #c2d2f6;
	font-weight: 600;
}
.rot-item-spiel.auswaerts .spiel-inner .venue,
.rot-item-spiel.auswaerts .spiel-inner .venue a{
	color: var(--primary-dark);
}
.rot-item-spiel .spiel-inner .runde {
	position: absolute;
    right: 1.2rem;
    top: calc(var(--h3-size) + 14px);
    opacity: 1;
    font-size: 1.1rem;
    color: #afc4f4b3;
}
.rot-item-spiel.auswaerts .spiel-inner .runde {
	color: var(--primary);
    opacity: .55;
}
.rot-item-spiel .spiel-inner .liga{
	position: absolute;
	right: 1.2rem;
	top: .7rem;
	opacity: 0.1;
	font-size: 1.7rem;
	text-transform: uppercase;
	font-weight: 900;
}
.rot-item-spiel.auswaerts .spiel-inner .liga{
	color: var(--primary);
    opacity: .15;
}
.rot-item-spiel .spiel-inner .teams{
	color:var(--primary-dark);
}
.rot-item-spiel .spiel-inner:before{
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: 0.5;
    position: absolute;
    z-index: 0;
}
.rot-item-spiel.auswaerts .spiel-inner:before{
    opacity: 0;
}
.rot-tabs{
	display:flex;
	gap:4px;
	flex-wrap:wrap;
}
.rot-tabs .tab {
    display: block;
    background: var(--grey-lightestest);
    padding: 0 16px;
    cursor: pointer;
    font-size: var(--btn-fontsize);
    color: var(--grey-light);
	cursor:pointer;
}
.rot-tabs .tab.tab-active {
    background: var(--primary);
    color: var(--light);
}
.tab-content .term-h{
	display:none;
}

.rot-item-spiel .dm{
	font-size:calc(var(--h3-size) - 5px);
}
.rot-item-spiel .start-time{
	font-size:14px;
}
.rot-item-spiel .start-time-txt{
	display:none;
}
@media(min-width:768px){
	.rot-item-spiel .result .result-txt{
		font-size:1rem;
	}
	.rot-item-spiel .team-title{
		font-size:1.125rem;
	}
	.rot-item-spiel .team-title {
		display: inline-block;
		margin-right: 1rem;
		max-width:13rem;
		width: 13rem;
		margin-bottom: 0;
		font-size: .925rem;
	}
}
@media(min-width:992px){
	.rot-item-spiel .wappen {
		margin-right: auto;
		margin-left: auto;
	}
}
@media(min-width:1200px){
	.rot-item-spiel .dm{
		font-size:calc(var(--h3-size) - 5px);
	}
}




/*SLIDER*/
/*SLIDER*/
/*SLIDER*/
/*SLIDER*/
.rot-cpt-owl{
	display: block;
	width: calc(100% + var(--container-margin));
	overflow: hidden;
}
.rot-cpt-owl[data-style="full"]{
	width: calc(100%);
	padding-top: 3.5rem;
	margin-top: -4rem;
	padding-bottom:4rem;
}
@media(min-width:768px){
	.rot-cpt-owl[data-style="full"] {
		width: calc(100%);
		padding-top: 3.5rem;
		/* margin-top: -4rem; */
		padding-bottom: 3.5rem;
	}
}
.rot-cpt-owl[data-style="full"].at-last-slide .owl-stage{
	margin-left:50px;
}


.rot-cpt-slider.rot-items.rot-cpt-spiel{
	margin-left: 0;
    margin-right: 0;
    width: calc(100% + 0px);
    max-width: calc(100% + 0px);
}
/* body .rot-items.owl-carousel .owl-stage-outer{
	margin-left: -80px;
} */
/* body .rot-items.owl-carousel .owl-item {
	flex: 0 0 80%;
	margin-right: 10px;
} */
/* body .rot-items.owl-carousel .owl-item:last-child {
	margin-right: 0;
} */
.owl-stage {
	display: flex;
	flex-wrap: nowrap;
	/* transition: transform .5s cubic-bezier(0.68, -0.55, 0.27, 1.55); */
	/* margin-left: -10px; */
}
.owl-item {
	width: calc(100% - 50px); /* Adjust this value to control the overlap */
	margin-right: 10px;
	transition: margin .6s;
}
.owl-item:first-child {
	margin-left: -0px;
}
.owl-item:first-child.active {
	margin-left: -40px;
}
.rot-items.rot-cpt-post .owl-item:first-child.active {
    margin-left: -30px;
}
/* .owl-item:not(:first-child):not(:last-child) {
	margin-left: -10px;
} */
.owl-item:first-child:not(.active)+.active,
.owl-item:not(:first-child).active {
	animation: bounce .5s linear 0.03s normal forwards;
}
.owl-item:not(:first-child):not(:last-child).active+.active{
	animation:none;
}

/* .owl-item:not(:first-child).active {
	margin-left: -0px;
} */
.owl-item:last-child {
	margin-right: 0;
}



@keyframes bounce {
	0% {
		/* transform: translateX(0); */
		margin-left:0;
        /* transform-origin: center; */
	}
	40% {
		/* transform: translateX(-25px); */
		margin-left:-20px;
        /* transform-origin: center; */
	}
	70% {
		/* transform: translateX(2px); */
		margin-left:0px;
        /* transform-origin: center; */
	}
	100% {
		/* transform: translateX(0); */
		margin-left:0;
        /* transform-origin: center; */
	}
}

.contact-bar a.icon-only i{
	color: white;
}

section.bg-transparent{
	background-color:transparent !important;
}




.page-template-default .bg-bg-img.left,
.single .bg-bg-img.left{
	display:none;
}
.page-template-default .bg-bg-img.right,
.single .bg-bg-img.right {
	position: absolute;
    left: auto;
    bottom: -200px;
    width: 400px;
    right: 0;
    opacity: .1;
    right: 0;
    overflow: hidden;
	pointer-events:none;
}
.page-template-default .bg-bg-img.right svg,
.single .bg-bg-img.right svg{
	right:-150px;
	position:relative;
}
@media(min-width:768px){
	.page-template-default .bg-bg-img.right,
	.single .bg-bg-img.right {
		right: calc(0px - var(--container-margin));
	}
}

.page-template-default .entry-content{
	padding-bottom:.8rem;
}


/*ITEM TEAM WIDE*/
/*ITEM TEAM WIDE*/
/*ITEM TEAM WIDE*/
.item-team-wide .rot-cpt-thumb{
	padding-bottom:290px;
}
.single .spieler-items-h,
.spieler-items-h {
    margin-top: 1rem;
    font-size: calc(var(--h3-size) - 8px);
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary);
}
body h1.teams-h,
body .h2.teams-h {
	font-size: calc(var(--h2-size) - 7px);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1rem!important;
}
.item-team-wide .rot-item-inner{
	display: flex;
    column-gap: 50px;
	flex-wrap:wrap;
}
.item-team-wide .rot-cpt-head{
	flex: 0 0 100%;
}
.item-team-wide .rot-cpt-content{
	flex: 0 0 100%;
	margin-top:0rem;
}

.page-template-default section#s_header~#masthead,
.page-template-default #masthead{
	position:fixed!important;
}

figure.wp-block-gallery{
    align-items: normal;
    margin-top: 1.3rem;
    margin-bottom: 1.4rem;
}




article.rot-item-document-download .rot-item-inner{
	display: flex;
    align-items: center;
	padding:0px;
	gap:12px;
}



.img-abs-col{
	min-height:300px;
}

.single .img-abs-col,
.page .img-abs-col,
.single .wp-block-image,
.page .wp-block-image{
	margin-bottom:1.5rem;
}

.content-sticky{
	position: sticky!important;
    top: calc(var(--header-height) + var(--admin-bar-height) + 2rem)!important;
}

.rkp-teaser .cube{
	text-transform:uppercase;
}
.btn.flippety{
	color:white!important;
}

.spieler-item{
	margin-bottom:1rem;
}

.wrap-fullw-article{
	max-width:280px;
}
.addr-col a{
	color: var(--primary-light);
    font-weight: 600;
    /* text-transform: uppercase; */
}



/*ROT GAL*/
/*ROT GAL*/
/*ROT GAL*/
.rot-gal{
	--gal-margin-half:8px;
	/* --height-landscape:220px; */
	--height-portrait:280px;

	display: flex;
	flex-wrap:wrap;
	margin-left:calc(0px - var(--gal-margin-half));
	margin-right:calc(0px - var(--gal-margin-half));
	row-gap:calc(var(--gal-margin-half) * 2);
}
.rot-gal>.rot-gal-item{
	flex:0 0 calc(100%);
	max-width:calc(100%);
	padding-left:var(--gal-margin-half);
	padding-right:var(--gal-margin-half);
	position:relative;
}
.rot-gal>.rot-gal-item[data-imgration="portrait"] figure{
	padding-bottom:var(--height-portrait);
}
.rot-gal>.rot-gal-item[data-imgration="landscape"] figure{
	padding-bottom:var(--height-landscape);
}

.rot-gal.s-minigal>.rot-gal-item{
	flex:0 0 50%;
	max-width:50%;
}

@media(max-width:767.98px){
	.icons-minigal.order-1.split-content-col{
		margin-top:2.8rem;
	}
}

@media(min-width:768px){
	.rot-gal{
		--gal-margin-half:16px;
		/* --height-portrait: 320px;
		--height-landscape:var(--height-portrait); */
	}
	.rot-gal-item figure{
		min-height:var(--height-landscape);
	}
	.rot-gal>.rot-gal-item{
		flex:0 0 calc(100% / 3);
		max-width:calc(100% / 3);
		padding-left:var(--gal-margin-half);
		padding-right:var(--gal-margin-half);
	}
}
@media(min-width:1440px){
	.rot-gal{
		/* --height-portrait: 420px; */
	}
}


/*section icons herbsthofer*/
/*section icons herbsthofer*/
/*section icons herbsthofer*/


.s-icons {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    align-items: center;
	justify-content:space-evenly;
	margin: 0 2rem;
}
.s-icons figure{
	position: relative;
    min-width: 84px;
    max-width: 104px;
    flex-grow: 1;
}

.s-icons figure .rot-icon{
	width: 100%;
    position: relative;
    display: block;
    padding-bottom: 100%;
    height: 0;
}
.s-icons .rot-icon svg path{
	fill:var(--primary)!important;
}
.s-icons .rot-icon svg {
	width: calc(100% - 1rem);
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    display: block;
    min-height: 40px;
    max-height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.s-icons .s-icon-label {
	font-weight: 600;
    line-height: 1.2;
    margin-top: 1rem;
    text-align: center;
    padding-bottom: 0.8rem;
    font-family: var(--sans2);
    display: inline-block;
    margin-bottom: 1.3rem;
    font-size: 1.1em;
    border-bottom: 4px solid var(--primary);
}
@media(min-width:480px){
	.s-icons{
		margin: 0 19%;
	}

}
@media(min-width:640px){
	.s-icons{
		margin: 0 2%;
	}
}
@media(min-width:992px){
	.icons-replace-img{
		display: flex;
		height: 100%;
		justify-content: center;
		align-items: flex-start;
		margin-top: 2rem;
	}
	.s-icons {
		margin: 0 10%;
		column-gap: 30px;
	}
}
@media(min-width:1100px){
	.s-icons {
		margin: 0 14%;
	}
}
@media(min-width:1200px){
	.s-icons {
		margin:0;
	}
}
@media(min-width:1400px){
	.s-icons {
		column-gap: 80px;
		margin:0;
	}
	.s-icons .s-icon-label {
		font-size: 1.1em;
	}
}
@media(min-width:1800px){
	.s-icons {
		column-gap: 100px;
	}
}
@media(min-width:1920px){
	.icons-replace-img{
		margin-top: 1rem;
	}
}
article.rot-item-post .rot-post-meta{
	width: calc(100% - 8rem);
    position: relative;
    height: 3px;
    background: var(--primary);
    margin-bottom: 1rem;
    margin-top: 1rem;
	display: none;
}


.s-vorteile-items{
	row-gap:30px;
}
article.s-vorteile-item{
	text-align:center;
}
article.s-vorteile-item .inner{
	padding: 1.25rem 2.25rem;
	border:2px solid var(--primary);
	display: block;
}
article.s-vorteile-item .v-icon {
    max-width: 5rem;
    height: 3rem;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}
.v-icon i{
	position: relative;
    height: 100%;
    display: block;
}
.v-icon i svg {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
    max-height: 100%;
}
.s-cta-wrap {
    padding: 4rem;
    overflow: hidden;
    position: relative;
}
.s-cta-wrap.bg-primary .cta-btns-wrap{
	display: flex;
	justify-content: center;
	gap: 1rem;
}
/*VIDEO IN SECTIONS*/
/*VIDEO IN SECTIONS*/
/*VIDEO IN SECTIONS*/
/*VIDEO IN SECTIONS*/
.s-video-wrap.vid-loc-after_lead{
	margin-top: 3rem;
	margin-bottom:1.6rem;
}
.s-video-wrap,
.s-video-wrap video{
	max-width:100%;
	overflow:hidden;
	width: 100%;
}
section:not(.split-content-img) .s-video-wrap{
	/* max-width: var(--d-header-width, 1600px);
	max-width: var(--narrow-width-2, 1400px); */
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}
@media(min-width:1600px){

}

.content-narrow .section-content{
	max-width: var(--narrow);
    margin-left: auto;
    margin-right: auto;
}

.short-mt-2 .s-shortcode,
.ric-mt-2 .content-replace-img{
	margin-top: 1rem;
}
.short-mt-3 .s-shortcode,
.ric-mt-3 .content-replace-img{
	margin-top: 2rem;
}
.short-mt-4 .s-shortcode,
.ric-mt-4 .content-replace-img{
	margin-top: 4rem;
}

.split-2-cont-inner-row.row{
	margin-left:calc(0px - var(--h-col-padding));
	margin-left:calc(0px - var(--h-col-padding));
	row-gap: calc(2 * var(--h-col-padding));
}
.split-2-cont-inner-row.row>[class^="col-"]{
	padding-left:var(--h-col-padding);
	padding-right:var(--h-col-padding);

}
.split-2-cont-inner-row.row>[class^="col-"] .rot-inline-img{
	width:100%;
	height:auto;
	min-height:var(--height-portrait);
	margin-bottom:0;
}
.split-2-cont-inner-row.row>[class^="col-"] .rot-inline-img img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
section>.icons-replace-img.content-icons{
	max-width:var(--container-width);
	position:relative;
	margin-left:var(--container-margin);
}
section>.icons-replace-img.content-icons .icons{
	justify-content: flex-start;
}
@media(min-width:1200px){
	.split-2-cont-inner-row.row>[class^="col-"] .rot-inline-img{
		min-height:var(--height-landscape);
	}
	section>.icons-replace-img.content-icons .icons{
		justify-content: space-between;
	}
}


.rot-modals {
    /* display: none; */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #0000000a, transparent);
    /* background-color: rgba(0, 0, 0, 0.1); */
    pointer-events: none;
}
.rot-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: var(--admin-bar-height);
    width: 100%;
    height: calc(100% - var(--admin-bar-height));
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: all;
}

.rot-modal-wrap {
	position: absolute;
    /* top: var(--admin-bar-height); */
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rot-modal-content {
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 50%;
    text-align: center;
    position: relative;
    max-width: 25rem;
    /* margin-top: 40vh; */
    /* transform: translateY(-50%); */
    overflow: auto;
    max-height: calc(100% - var(--admin-bar-height));
}
.rot-modal-content .rot-icon{
	max-width: 6rem;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.rot-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.open-modal {
    cursor: pointer;
    font-style: normal;
    display: inline-block;
    padding: 10px;
    background: var(--primary);
    border-radius: 50%;
    margin-top: 0px;
    color: white;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0.3em;
    transform: translate(10px, -10px);
}

/*bg-svg*/
/*bg-svg*/
/*bg-svg*/
/*bg-svg*/
.bg-svgs{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bg-svgs figure{
	position: relative;
	max-width:320px;
	top:0;
	left:calc(var(--container-margin) - 7rem);
}
.bg-svgs figure path{
	fill:var(--primary-lightest)!important;
}
@media(min-width:600px){
	.bg-svgs figure{
		max-width:420px;
		left:calc(var(--container-margin) + 5rem);
	}
}
@media(min-width:1200px){
	.bg-svgs figure{
		max-width:520px;
		left:calc(var(--container-margin) + 5rem);
	}
}
body .force-portrait{
	padding-top:var(--force-p-top)!important;
	padding-bottom:var(--force-p-bottom)!important;
}

.rot-items.list-style-acc.row{
	row-gap:calc(1 * var(--acc-col-padding));
	margin-top: 2rem;
	max-width:920px;
	margin-left:calc(0px - var(--acc-col-padding));
	margin-right:calc(0px - var(--acc-col-padding));
}
.list-style-acc.row>.rot-acc{
	margin-top: .6rem;
}
.list-style-acc.row>.rot-acc-content,
.list-style-acc.row>.rot-acc{
	padding-right:var(--acc-col-padding);
	padding-left:var(--acc-col-padding);
	flex:0 0 100%;
	max-width:100%;
}




.rot-item.split-x .rot-item-inner{
	display: flex;
	height:100%;
}
.rot-item.split-x .rot-item-inner>.rot-post-head{
	max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}
.rot-item.split-x .rot-post-head figure{
	height:100%;
}
.rot-item.split-x .rot-item-inner>.rot-post-content{
	max-width: 50%;
    flex: 0 0 50%;
    /* border: 2px dotted red; */
    /* padding-left: 2rem; */
    /* padding-top: 1rem; */
    padding: 1rem 2rem;
}
.section-h-col+.split-2contentblocks-outer-col{
	margin-top:1.5rem;
}

.rot-items.rot-auszeichnungen {
    list-style: none;
    display: inline-flex;
    gap: 4px 12px;
    justify-content: flex-end;
    max-width: 290px;
    /* align-self: flex-end; */
    flex-wrap: wrap;
}


.right-footer-col{
	height:auto;
	/* background:var(--primary-lightest); */
	display: flex!important;
    flex-direction: column;
}

@media(min-width:768px){
	body .footer-right-bottom-inner{
		margin-bottom:1rem!important
	}
}

.s-minigal>.rot-gal-item figure {
    min-height: var(--height-minigal);
}
@media(min-width:768px){
	.rot-gal.s-minigal>.rot-gal-item:nth-child(4n+1){
		flex: 0 0 calc(100% / 5 * 3);
		max-width: calc(100% / 5 * 3);
	}
	.rot-gal.s-minigal>.rot-gal-item:nth-child(4n+2){
		flex: 0 0 calc(100% / 5 * 2);
		max-width: calc(100% / 5 * 2);
	}
	.rot-gal.s-minigal>.rot-gal-item:nth-child(4n+3){
		flex: 0 0 calc(100% / 5 * 2);
		max-width: calc(100% / 5 * 2);
	}
	.rot-gal.s-minigal>.rot-gal-item:nth-child(4n+4){
		flex: 0 0 calc(100% / 5 * 3);
		max-width: calc(100% / 5 * 3);
	}

	.s-minigal>.rot-gal-item figure {
		min-height: var(--height-minigal);
	}
}
.minigal-replace-img,
.s-minigal,
.s-minigal>section,
.s-minigal>section .container,
.s-minigal>section .rot-img-relative{
	height: 100%;
	padding-bottom:0;

}

.s-btns-wrap{
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


article.has-rot-ghostlink{
	/* cursor:pointer; */
}

.rot-cpt-thumb a,
.rot-img-relative a{
	overflow:hidden;
}
.rot-cpt-thumb a img,
.rot-img-relative a img{
	transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	transform: scale3d(1, 1, 1);
	will-change: transform;
	border-radius: var(--border-radius-md);
}
article.has-rot-ghostlink:hover a>img,
.rot-cpt-thumb a:hover img,
.rot-img-relative a:hover img {
	transform: scale3d(1.08, 1.08, 1.08);
}

.content-maxw-70 .section-content{
	max-width:70rem;
}

body #site-footer  .container {
	background-image: url("svg/logo.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	padding-bottom: 12rem;
    background-position: center bottom 3rem;
    background-size: 40%;
}

@media (min-width: 576px) {
	body #site-footer  .container {
		padding-bottom: 16rem;
	}
}

@media (min-width: 768px) {
	body #site-footer  .container {
		padding-bottom: 0;
		background-size: 20%;
		background-position: right center;
		padding-bottom: 3rem;

	}
}

@media (min-width: 1200px) {
	body #site-footer  .container {
	background-image: url("svg/logo.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	padding-bottom: 0;
}
}