


:root{
	--rkp-header-height: 640px;
	--white: #fdfff6;
	--btn-padding:7px 16px;
}

:root ::-moz-selection {
	color: var(--white);
	background: var(--primary);
}

  ::selection {
	color: var(--white);
	background: var(--primary);
}
/*Overrule Parent Theme*/
html body, button, input, textarea {
    color: var(--text);
    font-family: var(--sans),sans-serif;
    line-height: 1.56;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}

figure{
	margin-bottom:0;
}

#page.fixedLanding{
	max-height: calc(100vh - var(--admin-bar-height));
	height: calc(100vh - var(--admin-bar-height));
	overflow: hidden;
}


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:400;
}
html body.custom-background{
	background-color:var(--white);
}
/*make flex not float  WOOCOMMERCE outer wrapper*/

.main-content-container{
	display:flex;
	flex-wrap: wrap;
}

#secondary.rot-sidebar-content,
#primary.rot-primary-content{
	float:none;
	width:100%;
}
@media(min-width:1200px){
	#secondary.rot-sidebar-content{
		width:calc(100% / 12 * 3);
	}
	#primary.rot-primary-content{
		width:calc(100% / 12 * 9);
	}
}

#page{
	position:relative;
	overflow:visible;
}
body #main .post, #main .page {
	border: none;
	margin-bottom: 0;
	overflow-x: visible;
	padding: 0px;
}
#content{
	min-height:400px;
	transition: min-height .3s;
}

section.rot-section{
	padding-top: 0rem;
	/* margin-top: 2rem; */
	padding-bottom: 0rem;
	position: relative;
}
.rot-oh{
	overflow:hidden!important;
}


.has-img-absolute>.container,
.has-img-absolute>.container>.row,
.has-img-absolute>.container>.row>[class^='col-']{
	position: static;
}
.rkp-gal-img {
    position: relative;
    width: 50%;
    height: 0;
    overflow: hidden;
    padding-bottom: 40%;
	z-index:2;
}

.rot-img-stretch, .rot-img-absolute {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 320px;
	margin-bottom: 0;
}
.rot-display-img{
	width:100%;
	height:560px;
	position: relative;
}
.rot-img-relative img,
.rot-display-img img,
.rkp-gal-img img,
.rot-img-stretch img,
.rot-img-absolute img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
figure.rot-img-relative{
	width:100%;
    position: relative;
    /* margin-left: 0; */
    height: 0;
    padding-bottom: 66%;
}
@media(min-width:576px){
	figure.rot-img-relative{
		height: 100%;
		padding-bottom: 0%;
		min-height:292px;
	}
}
@media(min-width:992px){
	figure.rot-img-relative{
		height: 0%;
		padding-bottom: 452px;
	}
}
[class*="col-"]>figure.rot-img-relative{
	width: calc(100% + 30px);
    margin-left: -15px;
}

figure.rot-inline-img{
	width:100%;
	text-align:center;
}
figure.rot-inline-img img{
	width:100%;

}
.display-section .caption{
	position: absolute;
    width: 100%;
    left: 0;
    margin-bottom: 0.5rem;
}


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;
	transition:max-width .5s;
}
body .container-narrow{
	max-width:80%;
}
:root body{
	--container-width:calc(100% - 30px);
	--container-gutter:15px;
	--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;
}
@media (min-width: 576px) {
	section.rot-section{
		/* margin-top: 2rem; */
		/* padding-bottom: 2rem; */
		position: relative;
	}
	body.single #s1{
		margin-top:3rem;
	}
	:root body{
		--container-width:calc(100% - 30px);
	}
	body .container, body .wp-bs-4-jumbotron .container {
		max-width: 520px;
		max-width:calc(100% - 30px);
		padding-right:0px;
		padding-left:0px;
	}
	body .container-narrow{
		max-width:72%;
	}
}
@media (min-width: 768px) {
	.rot-img-stretch,
	.rot-img-absolute{
		position:absolute;
		top: 0;
		padding-bottom:0;
		margin-bottom:0;
	}
	.display-section [class*='col-']>.rot-img-stretch, .display-section [class*='col-']>.rot-img-absolute {
		width: 100%;
	}

	[class*='col-']>.rot-img-stretch, [class*='col-']>.rot-img-absolute {
		width: calc(100% - 30px);
	}
	section.rot-section{
		/* margin-top: 4rem; */
	}
	/* body #masthead .navbar-collapse ul.navbar-nav, */
	:root body{
		--container-width:calc(100% - 30px);
		--container-gutter:15px;
		--container-narrow-width:440px;
	}
	body .container, body .wp-bs-4-jumbotron .container {
		max-width: calc(100% - 30px);
		padding-left:0;
		padding-right:0;
	}
	body .container-md-narrow,
	body .container-narrow{
		max-width:440px;

	}
	.position-md-relative{
		position:relative!important;
	}
}
@media (min-width: 840px) {
	:root body{
		--container-width:calc(100% - 60px);
		--container-gutter:30px;
		--container-narrow-width:520px;
	}
	/* body #masthead .navbar-collapse ul.navbar-nav, */
	body .container, body .wp-bs-4-jumbotron .container {
		max-width: calc(100% - 60px);
	}
	body .container-md-narrow,
	body .container-narrow{
		max-width:520px;
	}
}
@media (min-width: 992px) {
	:root body{
		--container-width:calc(100% - 60px);
		--container-gutter: 30px;
		--container-narrow-width:640px;
	}
	body .container, body .wp-bs-4-jumbotron .container {
		max-width: calc(100% - 60px);
	}
	body .container-lg-narrow,
	body .container-md-narrow,
	body .container-narrow{
		max-width:640px;
	}
}
@media (min-width: 1200px) {
	.rot-section.border-top-primary {
		padding-top: 4.5rem;
		margin-top: 6rem;
	}
	body .container, body .wp-bs-4-jumbotron .container {
		max-width: calc(100% - 90px);
	}
	body.single:not(.single-product).isscrolled100 .container:not(.container-narrow){
		max-width: 780px;
	}
	:root body{
		--container-width:calc(100% - 90px);
		--container-gutter: 45px;
		--container-narrow-width:720px;
		--container-narrow-width-xl:720px;
	}
	body .container-xl-narrow,
	body .container-lg-narrow,
	body .container-md-narrow,
	body .container-narrow{
		max-width:720px;
	}
}
@media (min-width: 1440px) {
	body .container, body .wp-bs-4-jumbotron .container {
		max-width: calc(100% - 90px);
	}
	body.single:not(.single-product).isscrolled100 .container:not(.container-narrow){
		max-width: 1080px;
	}
	:root body{
		--container-width:calc(100% - 90px);
		--container-gutter: 45px;
		--container-narrow-width:720px;
	}
	body .container-xxl-narrow,
	body .container-xl-narrow,
	body .container-lg-narrow,
	body .container-md-narrow,
	body .container-narrow{
		max-width:720px;
	}
}
@media (min-width: 1600px) {
	:root body{
		--container-width:calc(100% - 140px);
		--container-gutter: 70px;
		--container-narrow-width:720px;
	}
	body .container, body .wp-bs-4-jumbotron .container {
		max-width: calc(100% - 140px);
	}
	body.single:not(.single-product).isscrolled100 .container:not(.container-narrow){
		max-width: 1168px;
	}
	body .container-xxl-narrow,
	body .container-xl-narrow,
	body .container-lg-narrow,
	body .container-md-narrow,
	body .container-narrow{
		max-width:1040px;
	}

	.container, .container-lg, .container-md, .container-sm, .container-xl,
	body .container, body .wp-bs-4-jumbotron .container {
		max-width: var(--container-width);
	}

	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);
	}
}







body .text-primary p,
body .text-primary{
	color:var(--primary)!important;
}
body .text-text,
body .text-text p{
	color:var(--text)!important;
}
body .text-text2{
	color:var(--text2)!important;
}
body .text-secondary p,
body .text-secondary{
	color:var(--secondary)!important;
}
body .text-secondary{
	color:var(--secondary)!important;
}
body .text-alert{
	color:var(--alert)!important;
}
body .sans2{
	font-family:var(--sans2);
}

button:focus-visible,
a:focus-visible{
	outline-color:var(--signal)!important;
	outline-style:dotted!important;
}

#content.site-content{
	position:relative;
	background:var(--white);
	background:transparent;
	padding-bottom:0rem;
}

.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-header-height{
	padding-top:var(--headerheight);
}

.pt-45{
	padding-top:2.25rem!important;
}
body .mt-2{
	margin-top:.75rem!important;
}
body .mb-2{
	margin-bottom:.75rem!important;
}
body .pt-6{
	padding-top:6rem!important;
}
body .pb-6{
	padding-bottom:6rem!important;
}
body .py-55{
	padding-top:4.5rem!important;
}
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;
}
html body .mb-6i{
	margin-bottom:6rem!important;
}
body .mt-2, body .my-2 {margin-top: 15px!important;}
body .mb-2, body .my-2 {margin-bottom: 15px!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 .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;}
@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: 15px!important;}
	body .mb-sm-2, body .my-sm-2 {margin-bottom: 15px!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-bottom: 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-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: 2.5rem!important;}
	body .mt-lg-5, body .my-lg-5 {margin-top: 4rem!important;}
	body .mb-lg-0, body .my-lg-0 {margin-bottom: 0rem!important;}
	body .mb-lg-4, body .my-lg-4 {margin-bottom: 2.5rem!important;}
	body .mb-lg-5, body .my-lg-5 {margin-bottom: 4rem!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: 2.5rem!important;}
	body .mt-xl-5, body .my-xl-5 {margin-top: 4rem!important;}
	body .mb-xl-4, body .my-xl-4 {margin-bottom: 2.5rem!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-6, body .py-xl-6 {padding-top: 6rem!important;}
	body .pb-xl-6, body .py-xl-6 {padding-bottom: 6rem!important;}
}

p{
	hyphens:auto;
}
b,strong{
	font-weight:600;
}
article.rot-article.hentry{
	margin-bottom:0;
}
footer#colophon{
	margin-top:0!important;
}
.footer-nav{
	font-size:1rem;
}
.navbar-nav.footer-nav>li{
	padding:0;
}
.navbar-nav.footer-nav>li a{
	transition:color .7s;
}
.navbar-nav.footer-nav>li:hover a{
	color:var(--primary-lightest);
}
.rot-footer-menu{
	margin-bottom:1.5rem;
}
.footer-logo{
	max-width:82px;
}
@media(min-width:992px){
	.footer-logo{
		max-width:120px;
	}
}
.rot-after-footer-menu .navbar-nav {
	flex-direction:row;
	font-size:14px;
}
.rot-after-footer-menu .navbar-nav.footer-nav>li {
    padding: 0;
    display: inline-flex;
    width: auto;
    margin-right: 1rem;
}
.has-border-bottom{
	padding-top: 1rem;
	margin-bottom:1rem;
	border-bottom:2px solid var(--primary);
}
.rot-link-top{
	font-size: 1.02rem;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 1rem;
}

.lead,
.lead p{
	font-size:1.1rem;
	font-weight:400;
}
.medium-lead,
.entry-content .medium-lead ul,
.medium-lead ul,
.medium-lead p{
	font-size:1.175rem;
}
.entry-content .medium-lead ul{
	font-weight:500;
}

:not(header#masthead) .container:not(koenig-m-container)>.container{
	width:100%!important;
	padding:0;
	max-width:none;
}
.row{
	position:relative;
}
@media(min-width:768px){
	.rot-after-footer-menu .navbar-nav {
		justify-content: flex-end;
	}
	.rot-after-footer-menu .navbar-nav>li.menu-item {
		margin-left:1rem;
		margin-right:0;
	}
	.rot-after-footer-menu .navbar-nav .nav-link {
		padding:0;
	}
	:not(header#masthead) .container:not(koenig-m-container)>.container{

	}
}
@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;
	}
	.lead,
.lead p{
	font-size:1.2rem;
	font-weight:400;
}
}

body .dropdown-menu{
	right: 0;
	left: auto;
}
body a{color:var(--primary);}
/* #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);
}
.min-h-15{min-height:15rem;}

@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(--sans2);

	padding-bottom:0.1em;
	font-weight:700;
}
h4, h5, h6, .h4, .h5, .h6 {
	font-family:var(--sans);
	padding-bottom:0.1em;
	font-weight:500;
}
body p {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 1.15em;
	font-family: var(--sans2);
    color: var(--text);
}



body div>p:last-of-type{
	margin-bottom:0;
}
.rot-text-content-top ul,
.rot-text-content ul,
.entry-content ul{
	font-size:1rem;
	line-height: 1.75;
	padding-left:1.4em;
}
body.single .rot-text-content-top ul,
body.single .rot-text-content ul,
body.single .entry-content ul{
	font-size:18px;
}

body h1, body .h1 {
    font-size: 1.9rem;
    /* letter-spacing: 0.0091em; */
    padding-bottom: 0;
    letter-spacing: 0.01em;
    margin-bottom: 0.38em;
    line-height: 1.52;
}
body.single h1,
body.single .h1 {
    font-family: var(--sans);
    font-size: 2.5rem;
    line-height: 1.22;
    font-weight: 400;
    width: fit-content;
    padding-bottom: 0.5rem;
    border-bottom: 13px solid var(--primary);
}
body h1 a, body .h1 a{
	text-decoration:underline;
	color:var(--text);
	color:var(--white-hover);
}

body h1 a:hover, body .h1 a:hover{
	color:var(--primary-hover);
}

body .display-h{
	max-width:83%;
	font-weight:500;
}

body h2, body .h2{
	font-size: 1.65rem;
	font-weight: 400;
	line-height: 1.22;
	margin-bottom: 0.5em;
}
body h2.larger.serif, body .h2.larger.serif{
	font-size: 2.15rem;
	margin-bottom:.7em;
}
body .subtitle.h2{
	font-size: 1.45rem;
}

body h3, body .h3 {
    font-weight: 500;
    /* text-transform: uppercase; */
    font-size: 1.175rem;
    margin-bottom: 0.8em;
    line-height: 1.52;
}
body h4, body .h4{
	font-weight:700!important;
	/* text-transform:uppercase; */
	font-size:1.125rem;
	/* margin-bottom:1.2rem; */
}
body h5, body .h5{
	font-weight:700;
	text-transform:uppercase;
	font-size:1.05rem;
	margin-bottom:1.3rem;
	margin-top:0.8rem;
}
.title-wrapper p.subtitle{
	font-size: 19px;
	font-weight: 200;
}
body .serif{
	font-family:var(--serif);
}
.font-slim{font-weight:300!important}

@media(min-width:576px){
	body .display_h{
		max-width:66.67%;
	}
}
@media(min-width:768px){
	body .woocommerce-products-header .h1,
	body .woocommerce-products-header h1 {
		font-family: var(--sans);
		font-size: 2.15rem;
		margin-bottom: 0.75em;
		line-height: 1.2;
		font-weight:500;
	}
	body h2, body .h2 {
		font-size: 1.92rem;
	}
	body .subtitle.h2{
		font-size: 1.72rem;
	}
}
@media(min-width:992px){
	body p {
		line-height: 1.6em;
		font-size:17px;
	}
	body h2, body .h2 {
		font-size: 2.92rem;
	}
}
@media(min-width:1200px){
	p{
		font-size:22px;
	}
}


.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);
}




.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);
}
body .bg-alert{
	background-color:var(--alert)!important;
	color:var(--white);
	border-color:var(--alert);
}
body .bg-primary-medium{
	background-color:var(--primary-medium)!important;
	color:var(--text);
	border-color:var(--primary-medium);
}
body .bg-tertiary{
	background-color:var(--tertiary)!important;
	color:var(--white);
	border-color:var(--tertiary);
}
body .bg-tertiary-light{
	background-color:var(--tertiary-light)!important;
	color:var(--text);
	border-color:var(--tertiary-light);
}
body .bg-text{
	background-color:var(--text)!important;
	color:var(--white);
	border-color:var(--text);
}
body .bg-text p{
	color:var(--white);
}
body .bg-text2{
	background-color:var(--text2)!important;
	color:var(--white);
}
body .bg-primary-dark{
	background-color:var(--primary-dark)!important;
}
body .bg-primary{
	background-color:var(--primary)!important;
}
body .bg-primary-light{
	background-color:var(--primary-light)!important;
}
body .bg-primary-light>*,
body .bg-primary-dark>*,
body .bg-primary>*{
	color:var(--whitewhite);
}
body [class*='bg-'].text-text,
body [class*='bg-'] .text-text{
	color:var(--text);
}
body [class*='bg-'].text-text>*,
body [class*='bg-'] .text-text>*{
	color:var(--text);
}
body .bg-text>a{
	color:var(--primary-light)!important;
}
body .bg-primary>a{
	color:var(--white)!important;
}
body section.bg-primary .h2,
body section.bg-primary .h3,
body section.bg-primary h3,
body section.bg-primary h2{
	color:var(--text)!important;
}
body .bg-secondary{
	background-color:var(--secondary)!important;
}
body .bg-grey-light{
	background-color:var(--grey-light)!important;
}
body .bg-grey-lightest{
	background-color:var(--grey-lightest)!important;
}
body .bg-secondary *{
	color:var(--text)!important;
}
body .cpt_short p:last-child,
body .bg-primary p:last-child,
body .bg-primary-dark p:last-child,
body .bg-secondary p:last-child{
	margin-bottom:0.05rem;
}
body .subtitle h2{
	padding-bottom:0.4rem;
	margin-bottom:0;
}

.boxed{
	padding: 1.8rem 1.4rem;
	margin-bottom: 2.1rem;
	font-weight:600;
	background-color:var(--white);
}
.boxed.lead{
	padding: 1.8rem 3.4rem;
	margin-bottom: 2.1rem;
	font-weight: 200;
	background-color: var(--white);
	font-size: 1.35rem;
	line-height: 1.275;
	font-style:italic;
	font-family:var(--serif);
}
.boxed.lead.larger{
	padding: 1.8rem 1.4rem;
	margin-bottom: 2.1rem;
	font-weight: 200;
	background-color: var(--white);
	font-size: 1.65rem;
	line-height: 1.275;
}
.boxed h3{
	padding-bottom:0!important;
}
body .bg-light{
	background-color:var(--light)!important;
}
.bg-white-06{
	background: rgba(255,255,255,0.9);
}
.bg-grey{
	background:var(--text);
	color:white!important;
}
body .border-bottom{
	border-bottom:2px solid var(--text-medium)!important;
	padding-bottom:0.4em;
	margin-bottom: 0.4em;
}
body .border-top{
	border-top:2px solid var(--text)!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);
}

.bg-meer{
	background-image:url('/wp-content/uploads/2021/06/Wasser_1.jpg');
	background-attachment: fixed;
	background-size: cover;
}

.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;}

.mail-btn:after{
	content: "\f003";
	font-family: FontAwesome;
	color: white;
	display: inline-block;
	width: 0;
	overflow: hidden;
	font-size: 1.2rem;
	transition: all 0.3s;
	line-height: 1;
	top: 3px;
	position: relative;
	padding-left: 0.5rem;
}

.mail-btn:hover:after{
	width:auto;
}

body .btn {
	border-radius:0;
	font-size:var(--btn-fontsize);
	border-radius:8px;
	border-radius: var(--btn-border-radius);
	border-width:var(--btn-border-width);
	line-height: var(--btn-line-height);
	padding: var(--btn-padding);
}
body .btn.btn-sm {
    width: auto;
    padding: 4px 14px;
	font-size:14px;
}

body .btn,
body .btn a{
	transition:all .5s;
}
body .btn:hover,
body .btn:hover a,
body .btn a:hover{
 text-decoration:none;
}
.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(--primary)!important;
	color:var(--primary)!important;
}
body .bg-primary .btn-white a,
body .bg-primary .btn-white{
	background-color:var(--white)!important;
	border-color:var(--text)!important;
	color:var(--text)!important;
}
body .bg-primary .btn-white a:hover,
body .bg-primary .btn-white:hover,
body .bg-primary .btn-white:hover a{
	background-color:var(--grey-lightest)!important;
	border-color:var(--text)!important;
	color:var(--text)!important;
}
body .bg-primary .btn-white a:hover{
	background-color:transparent!important;
}
.btn.btn-white:hover{
	background-color:var(--grey-light)!important;
	border-color:var(--primary-hover)!important;
	color:var(--primary-hover)!important;
}
.btn-transparent{
	background-color:var(--transparent)!important;
	border-color:var(--primary)!important;
	color:var(--primary)!important;
}
.btn.btn-transparent:hover{
	background-color:var(--transparent)!important;
	border-color:var(--primary-hover)!important;
	color:var(--primary-hover)!important;
}
body .bg-primary .btn-transparent a,
body .bg-primary a.btn-transparent,
body .bg-primary .btn-transparent{
	background-color:var(--transparent)!important;
	border-color:var(--text)!important;
	color:var(--text)!important;
}
body .bg-primary .btn.btn-transparent:hover a,
body .bg-primary .btn.btn-transparent a:hover,
body .bg-primary .btn.btn-transparent:hover{
	background-color:var(--transparent)!important;
	border-color:var(--white)!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;
}
.btn-primary:hover,
.btn-primary:focus{
	background-color:var(--primary-hover)!important;
	border-color:var(--primary-hover)!important;
	color:white!important;
	box-shadow:none!important;
}
.btn-secondary{
	background-color:var(--secondary)!important;
	border-color:var(--secondary)!important;
	color:white!important;
}
.btn-secondary:visited{
	background-color:var(--secondary)!important;
	border-color:var(--secondary)!important;
	color:white!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;
}
.btn-secondary-dark{
	background-color:var(--secondary-dark)!important;
	border-color:var(--secondary-dark)!important;
	color:white!important;
}
.btn-secondary-dark:visited{
	background-color:var(--secondary-dark)!important;
	border-color:var(--secondary-dark)!important;
	color:white!important;
}
.btn-secondary-dark:hover,
.btn-secondary-dark:focus{
	background-color:var(--secondary-light)!important;
	border-color:var(--secondary-light)!important;
	color:white!important;
	box-shadow:none!important;
}


.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);
}
.btn-primary-light{
	background-color:var(--primary-light)!important;
	border-color:var(--primary-light)!important;
	color:white!important;
}
.btn-primary-light:hover,
.btn-primary-light:focus{
	background-color:var(--primary-hover)!important;
	border-color:var(--primary-hover)!important;
	color:white!important;
	box-shadow:none!important;
}




.video-wrap{
	position:relative;
}
.video-wrap video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.content-text p:last-child{
	margin-bottom:0;
}

.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(--primary-light);
    border: none;
    padding: 5%;
    border-radius: 0px;
    font-family: inherit;
    color: var(--text);
    font-weight: 500;
    text-align: center;
    font-size: 1.15rem;
    box-shadow: 4px 5px var(--text);
    cursor: inherit;
	z-index:9;
}
.wpcf7-not-valid-tip {
	color: var(--primary);
	font-size: 1em;
	font-weight: normal;
	display: block;
}
.wpcf7-not-valid-tip~input {
	background:var(--secondary);
}

.wpcf7-form input:not([type="checkbox"]){
    width: 100%;
    position:inherit;
    border:none;
    background-color:var(--white);
    border-radius:unset;
}
.wpcf7-form input[type="checkbox"] {
    margin-right:5px;
}
.wpcf7-form textarea{
    resize: none!important; /*!!*/
    width:100%!important; /*!!*/
    max-height:40px;
    border-top:none;
    border-left:none;
    border-right: none;
    border-bottom:1px solid var(--text2);
	transition:max-height .6s;
	transition-delay: .6s;
	padding-left:1rem;
	background:transparent;

}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"]{
    border-bottom: 1px var(--text2) solid;
    line-height:20px;
    height: var(--input-height,40px);
	padding-left:1rem;

}
.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: 1px solid var(--primary);
    /* padding:0 16px; */
    /* transition:padding .3s; */
}
.wpcf7-form textarea:focus-visible {
    max-height:120px;
}
.wpcf7-not-valid-tip {
    color: var(--primary);
    font-weight: 500;
    font-size: 0.82rem;
}
.wpcf7-form input[type="submit"] {
    color: white;
    background-color:var(--primary);
    border-radius: 0px;
    width: 100%;
}
.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(7){margin-bottom:0;}


.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;
}

.da_popup .close-it{
	top: 0;
	right: 0.4rem;
	width: 2.4rem;
	height: 2.4rem;
	font-size: 2rem;
	border-radius: 0;
	text-align: center;
	background: var(--white);
	position: absolute;
	cursor: pointer;
	line-height: 1.05;

}
.da_popup .close-it:hover{background-color:var(--primary);}
.da_popup form{
	max-height: 96vh;
	max-width: 100%;
	overflow: auto;

}


footer form{
	padding:1rem 0;
}
footer form input{
	overflow: hidden;
	border-color: transparent;
	background: var(--grey-light);
}
footer form input[type='email'],
footer form input[type='text']{
	border-radius: 8px;
	padding: 0.15rem .5rem;
	min-width: 12rem;
}
footer form input[type='checkbox']{
	margin-right:.5rem;
}
footer form a{
	color:var(--primary);
	font-weight:500;
}
footer .sib-optin p{
	font-size:.9rem;
	display:inline-block;
}
@media(min-width:576px){
	footer form{
		margin-top: 0rem;
		padding: 0rem 0rem 1rem;
	}
}
@media(min-width:768px){
	.wpcf7-form input[type="submit"] {
		width: auto;
	}

}
@media(min-width:1200px){
	footer form{
		margin-top: 0rem;
		padding: 0 0 1rem;
	}
}
body .footer-nl-txt h4{
	margin-bottom:6px;
}
body .footer-nl-txt p{
	line-height: 1.15;
	font-size: 16px;
}




.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;
	}
}

.side-nav{
	position: fixed;
	bottom: 152px;
	left: auto;
	right: 0;
	opacity: 1;
	transition:all .2s;
	transition-delay: .2s;
	z-index:50;
	pointer-events:all;
	/* right: 200px; */
}
body.nav-fx-scrolling .side-nav{
	/* transform: translateX(calc(2rem + 101%)); */
	opacity:0.1;
	pointer-events:none;
}


.side-nav .item{
	margin-bottom:.25rem;
	position: relative;
}
.side-nav>.item:first-child{
	z-index:2;
}
.side-nav .item a {
    font-size: 20px;
    color: white;
    padding: 8px 12px;
    background: var(--primary);
    transition: color .4s, background-color .4s;
    position: relative;
    line-height: 1.6;
    width: 44px;
    display: block;
    height: 44px;
}
.side-nav .item a i{
	top: -2px;
    position: relative;
	z-index:1;
}
.side-nav .item a:before {
	content: 'Reservieren';
    text-transform: uppercase;
    font-family: inherit;
    font-size: 15px;
    letter-spacing: 1px;
    color: var(--primary);
    /* padding: 8px 12px 8px 56px; */
    background: var(--primary);
    display: block;
    transform: translateX(44px) rotate(90deg);
    transform-origin: left top;
    padding: 1px 14px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    width: auto;
    text-indent: 52px;
    max-width: 44px;
	transition:max-width .6s, background-color .3s;
	z-index:0;
}
.side-nav .item.search a:before {
	content:'Beiträge';
}
.side-nav .item a:hover{
	color: var(--primary);
	background: var(--text);
}
.side-nav .item a:hover:before{
	max-width:300px;
	background:var(--text);
}

.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 Type OBJECTS*/
figure.rot-cpt-thumb{
	width: 100%;
	height: 400px;
	position: relative;
	padding-bottom: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;
}

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;
}

a.team-wrap{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	display: block;
	border-radius:600px;
	overflow: hidden;

}
a.hover-mail{
	position: relative;
}
a.hover-mail:before{
	content:'\f0e0';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	line-height:160px;
	text-align: center;
	font-family: 'Line Awesome Free';
	font-weight:900;
	font-size:4rem;
	opacity:0;
	background: #0000008c;
	transition:opacity .4s;
	z-index:9;
}
a.hover-mail:hover:before{
	opacity:1;
}
.team-small-col .show-hover{
	font-size: 16px;
	font-weight: 700;
	color:var(--primary);
	display:block;
	overflow:hidden;
	max-height: 0;
	transition: max-height 1s;
	margin-bottom:0;
}
.team-small-col .hide-hover{
	overflow:hidden;
	max-height: 10rem;
	transition: max-height 1s;
	position: relative;
}
a.hover-mail:hover~.txt-content .hide-hover{
	max-height: 0rem;
}
a.hover-mail:hover~.txt-content .show-hover{
	max-height: 10rem;

}

@media(min-width:992px){
	figure.rot-cpt-thumb.rot-thumb-square {
		width: 186px;
		padding-bottom: 186px;
	}
	a.team-wrap{
		width: 186px;
	}
	a.hover-mail:before{
		line-height:186px;
	}
}
.cpt_short{
	background: var(--grey-lightest);
	padding: 1.5rem 1rem;
}
[class*='col-'].cpt_short-link {
	position: absolute;
	bottom: 1.6rem;
	right: 1rem;
	max-width: 10rem;
}
.rot-cpt-item .cpt_short .cpt_title{
	margin-bottom:.1em;
}
a.details-link,
.cpt_title a{
	color:var(--text);
	transition:color .4s, text-decoration .4s;
}
a.details-link:hover,
.cpt_title a:hover{
	color:var(--primary);
}
body p.short-txt{
	font-weight: 300;
	color: var(--text);
}
body p.short-atts{
	font-size: 16px;
	font-weight: 400;
	color: var(--text);
}

.single .downl-item a,
body.single p.short-atts{
	font-size: 18px;

}
.short-atts .short-att{
	display:block;
}
.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-cpt-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%;
	}
}




.rc-checkbox>input:checked~span:before{
	animation: scale_in 1s linear forwards;
}
@keyframes scale_in {
	0% {
		transform: scale(1);
	}
	30% {
		transform: scale(1.7);
	}
	50% {
		transform: scale(.7);
	}
	60% {
		transform: scale(1.2);
	}
	70% {
		transform: scale(.8);
	}
	100% {
		transform: scale(1);
	}
}
.rc-checkbox>input:not(:checked)~span:before{
	animation: scale_off 1s linear forwards;
}
@keyframes scale_off {
	0% {
		transform: scale(1);
	}
	30% {
		transform: scale(.7);
	}
	50% {
		transform: scale(1.1);
	}
	/* 60% {
		transform: scale(1.2);
	}
	70% {
		transform: scale(.8);
	} */
	100% {
		transform: scale(1);
	}
}

.appear {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: appear;
  animation-name: appear;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  /* -webkit-animation-delay:2.5s; */
  /* animation-delay:2.5s; */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: 5;
  -webkit-animation-iteration-count: 5;
}
@-webkit-keyframes appear {
	0% {
		opacity:0;
	}
	50% {
		opacity:0;
	}
	60% {
		opacity:1;
	}
	100% {
		opacity:1;
	}
}
@keyframes appear {
	0% {
		opacity:0;
	}
	50% {
		opacity:0;
	}
	60% {
		opacity:1;
	}
	100% {
		opacity:1;
	}
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: 5;
  -webkit-animation-iteration-count: 5;
}
@-webkit-keyframes swing {
	10% {
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
	}
	20% {
	-webkit-transform: rotate3d(0, 0, 1, -10deg);
	transform: rotate3d(0, 0, 1, -10deg);
	}
	30% {
	-webkit-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
	}
	40% {
	-webkit-transform: rotate3d(0, 0, 1, -5deg);
	transform: rotate3d(0, 0, 1, -5deg);
	}
	50% {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	}
}
@keyframes swing {
	10% {
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
	}
	20% {
	-webkit-transform: rotate3d(0, 0, 1, -10deg);
	transform: rotate3d(0, 0, 1, -10deg);
	}
	30% {
	-webkit-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
	}
	40% {
	-webkit-transform: rotate3d(0, 0, 1, -5deg);
	transform: rotate3d(0, 0, 1, -5deg);
	}
	50% {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	}
}

.fill-primary{fill:var(--primary)!important;}
.fill-secondary{fill:var(--secondary)!important;}
.twisting{ animation: spin_it 12s ease-in-out 0s infinite normal forwards;}

@keyframes spin_it {
	0% {
		transform: rotate3d(1, -1, 1, 0deg);
		transform-origin: 50%;
	}
	25% {
		transform: rotate3d(1, -12, 1, 360deg);
	}
	25.001% {
		transform: rotate3d(1, -1, 1, 0deg);
	}

	100% {
		transform: rotate3d(1, -1, 1, 0deg);
	}
}

#logo_Ebene_6{
	position: absolute;	width: 42%; margin-left: 30.5%;
}

#pisces_unique path.st0.circle-around{
	stroke-dasharray:1731;
	stroke-dashoffset:1731;
	animation: dash 3s linear forwards;
}

@keyframes dash{
	to{
		stroke-dashoffset:1;
	}
}


.rotating-permanently{
	animation: rot_perm 12s linear 0s infinite normal forwards;
}

@keyframes rot_perm {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(-180deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}


.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;

}
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: 480px;
	top: -4rem;
}
body .mapouter .gmap_canvas{
	width: 100%;
	height: 100%;
}
body .mapouter .gmap_canvas iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
}
body .top-minus-1r{
	top:-1rem;
}
body .top-minus-2r{
	top:-2rem;
}

/*make team pics absolute*/
.bild-col{
	min-height:320px;
}
.bild-col.has-img-absolute figure{
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
}

@media(min-width:576px){
	.bild-col.rc-even.has-img-absolute figure {
		left: auto;
		right:0;
		width: calc(var(--container-width) / 2.4 + var(--container-margin));
		height: 100%;
	}
	.bild-col.rc-odd.has-img-absolute figure{
		right:auto;
		left: 0;
		width: calc(var(--container-width) / 2.4 + var(--container-margin));
		height: 100%;
	}
}
@media(min-width:1440px){
	/* .bild-col.rc-even.has-img-absolute figure {
		position: relative;
		right: 0;
		left: auto;
		width: calc(100% - 4rem);
		max-width: none;
		margin-left: 4rem;
	} */
	.bild-col.rc-even.has-img-absolute figure {
    position: absolute;
    right: 0;
    left: auto;
    width: calc(var(--container-width) / 2.4 + var(--container-margin));
    max-width: none;
    margin-left: 4rem;
}
	/* .bild-col.rc-odd.has-img-absolute figure{
		position:relative;
		right:auto;
		left: 0;
		width: calc(100% - 4rem);
		max-width:none;
	} */
	.bild-col.rc-odd.has-img-absolute figure {
		position: absolute;
		right: auto;
		left: 0;
		width: calc(var(--container-width) / 2.4 + var(--container-margin));
		max-width: none;
	}
}

.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{
	top:-2rem;
	position: relative;
}
._brlbs-thumbnail, ._brlbs-embed._brlbs-google-maps{
	width:100%;
}
.map-wrap>span {
    top: -2rem;
    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;
}
.rkp-mute{
	cursor: pointer;
    font-size: 2rem;
    z-index: 1;
    position: absolute;
    background: var(--primary);
    margin-top: 1rem;
    padding: 11px 10px;
    width: 64px;
    height: 64px;
    line-height: 43px;
    text-align: center;
	opacity:.3;
	transition:opacity .4s;
}
.rkp-mute:hover{
	opacity:1;
}
.rot-display-img img{
	max-width:100%;
}


.rot-bg-absolute{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.rot-bg-absolute img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height:100%;
	object-fit:cover;

}
body.error404 #site-footer {
	display:none;
	height:0;
}
body.error404 #content {
	height:100vh;
	overflow:auto;
}
body.error404 #content .h1 {
	font-size: 2.2rem;
	line-height:1.2;
}
@media(min-width:768px){
	body.error404 #content .h1 {
		font-size:3rem;
		max-width:90%;
	}

	body.error404 #content .lead {
		font-size:1.6rem;
	}
}
@media(min-width:992px){
	body.error404 #content .h1 {
		font-size:3rem;
		max-width:60%;
	}

}
@media(min-width:1440px){
	body.error404 #content .h1 {
		font-size:3.3rem;
		max-width:50%;
	}
	body.error404 #content .lead {
		font-size:1.5vw;
	}

}

body.error404 main {
		height: 100%;
		min-height: 100%;
		display: block;
		position: absolute;
}
body.error404 .rot-bg-absolute:after {
    content: '';
    background: black;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
section.error-404{
	display: flex;
    align-items: center;
	height:100%!important;
}

.tech-h-sm{
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
}


/*FILTER*/
.hide-labels .rc-checkboxes label{
	display:block;
	visibility:visible;
	position:relative;
	flex: 0 0 calc(100%);
	border-bottom: 2px solid var(--primary);
	max-width:100%;
}
.hide-labels .rc-checkboxes label[for="inpPrnCat"] {
	flex: 0 0 100%;
	margin-bottom: 2rem;
	font-size: 1.05rem;
	top: -8px;
	border:none;
}
.col-12.rc-search,
.col-12.rc-order{
	z-index:2;
	border-bottom: 2px solid var(--primary-lightest);
}
.col-12.rc-order{
	z-index:3;
}
@media(min-width:576px){
	.hide-labels .rc-checkboxes label{
		flex: 0 0 calc(33.334% - 4px);
		margin-left: 2px;
		margin-right: 2px;
	}
	.col-12.rc-search{
		position:absolute;
		left: 33.3334%;
	}
	.col-12.rc-order{
		position:absolute;
		left: 66.6667%;
	}
	.hide-labels .rc-checkboxes label[for="inpPrnCat"] {
		flex: 0 0 100%;
		margin-bottom: 1rem;
		font-size: 1.05rem;
		top: -8px;
	}
}
@media(min-width:992px){
	.hide-labels .rc-checkboxes label[for="inpPrnCat"] {
		font-size: 1.25rem;
	}
}
@media(min-width:1200px){
	.hide-labels .rc-checkboxes label{
		flex: 0 0 calc(100%);
		margin-left: 0px;
		margin-right: 0px;
	}
	.col-12.rc-search,
	.col-12.rc-order{
		position:relative;
		left: 0;
	}
}
input[type="reset"]+i{
	cursor:pointer;
	transition:color .7s;
}
input[type="reset"]+i:hover{
	color:var(--primary);
}
.btn-container{
	z-index:5;
}
.has-pseudo-border-top:before{
	content:'';
	width:calc(100% - 30px);
	height: 2px;
	border-top:2px solid var(--primary);
}
.social-wrap{font-size:2.2rem;}

body.single #w_img_slider .rot-slider-wrapper{
	max-width: 1168px;
}
body.single #w_img_slider .owl-theme .owl-nav{
	top:auto;
	bottom: -1.5rem;
}
body.single #w_img_slider .owl-theme .owl-nav [class*=owl-] {
	/* top:auto; */
	bottom: -1rem;
	width:2rem;
	height:2rem;
}
body.single #w_img_slider .owl-theme .owl-nav [class*=owl-] i{
	top: 0;
    position: absolute;
    left: 0;
	font-size:2.4rem;
}
body.single #w_img_slider .owl-theme .owl-nav .owl-next i{
	right:0;
    left: auto;
}

body.single .rot-new-owl .rot-thumbnail{
	min-height:400px;
	margin-bottom:0;
}
body.single .rot-new-owl .rot-thumbnail>img{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit: cover;
}
body section.section-is-hidden{
	height: 0;
    overflow: hidden;
    margin: 0!important;
    padding: 0!important;
}
form span.label-txt{
	color: var(--text2);
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
}
form p{
	position:relative;
}
form p i{
	position:absolute;
	bottom:auto;
	top:0;
	color: var(--text);
	font-size: 1.8rem;
    transform: scaleX(1);
    right: 0;
}
form .has-default input{
	border-bottom:2px solid var(--primary)!important;
}
#anliegen input{
	font-weight:600;
}
p.has-small-font-size{
	margin-bottom:.5rem;
}
#s_contact_options p{
	color:var(--text);
}

.row-100>figure[class*="col-"] img{
	width:calc(100% - 30px);
	left:15px;
}
.site-footer a:not(.button):not(.components-button) {
    color: var(--primary);
    text-decoration: none;
}
.site-footer li.current-menu-item {
    background-color: var(--alert);
    padding-left: 1rem;
	color:white;
}
.site-footer li.current-menu-item a:not(.button):not(.components-button){
	color:white;
}
/* [class*="row-reverse"] [class*="row-reverse"]{
	flex-direction:row-reverse!important;
} */

#smoke figure{
	overflow:hidden;
}
#smoke figure img{
}
@media(min-width:576px){
	#smoke figure{
		min-height:420px;
	}
}
@media(min-width:1200px){
	#smoke figure img{
		width: 2080px;
		max-width: none;
		left: -350px;
		top: -80px;
		height: auto;
	}
}
body *:focus-visible{
	outline: 3px dotted var(--signal);
	outline-offset: 5px;
}
button.rot-menu-toggler:focus-vsible{
	background:var(--signal-dark);
}