/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 08 2025 | 12:17:54 */
/* roboto-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  src: url('/fonts/roboto/roboto-v48-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/roboto/roboto-v48-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto/roboto-v48-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/roboto/roboto-v48-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/roboto/roboto-v48-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/roboto/roboto-v48-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/roboto/roboto-v48-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
	

	--darkgreen: #172f2d;
	--darkestgreen: #0b2422;
	--palestdarkgreen: #eef2f1;
	
	--palegreen: #bed3d1;
	
	--contrast: #b89b2e;
	--brightcontrast: #ebc53b;
	
	--darkgold: #a38100;
	
	--blue: #8ab5d5;
	
	
	
	--lightblue: #99dffb;
	--mauve: #d089df;
	--yellow: #ffb300;
	--orange: #f54600;
	--red: #be1e2d;
	
	
	--secondary: #b99848;
	
	--colour1: #bf3600;
	--colour2: #598fb6;
	--colour3: #a576a1;
	--colour4: #345e00;
	--colour5: #417600;
	
	--wetypen1: #bcbea9;
	--wetypen2: #658ea0;
	--wetypen3: #af8ba5;
	--wetypen4: #cead00;
	--wetypen5: #a38100;
	
	--gekonzept1: #b1d826;
	--gekonzept2: #ffd400;
	
	
	--highlight: #cc0000;
	--white: #ffffff;
	--black: #000000;
}



#moodmenu {
	position: fixed;
    top: 0;
    left: 300px;
    z-index: 999;
    cursor: pointer;
display: none;
}
.moodsubmenu {
	display: inline-block;
	margin-right: 10px;
}
.moodsubmenu > div {
    display: inline-block;
    width: 14px;
    height: 40px;
	cursor: pointer;
	transition: all .1s linear;
}
.moodsubmenu > div .fill {
	margin: 0 auto;
    border-radius: 1px;
    width: 4px;
    height: 16px;
	transition: all .1s linear;
	background: #cccccc;
	border: #cccccc 1px solid;
}
.moodsubmenu > div:hover .fill {
	background-color: black;
}
.moodsubmenu > div.active .fill {
	height: 40px;
}

#moodfont {
	display: none;
}
#moodcolour {
	
}



.wp-block-image img{	
	height: auto !important;
}
img {
	image-rendering: -webkit-optimize-contrast;
}


html {
  	margin: 0 !important;
  	padding: 0 !important;	
  	width: 100% !important;
  	max-width: 100% !important;
  	overflow-x: hidden !important;
}

body {
  	width: 100% !important;
  	max-width: 100% !important;
  	margin: 0;
  	padding: 0;	
  	font-size: 22px;
  	line-height: 1.2em;
  	font-weight: 400;
	background: var(--darkpurple);
  	width: 100vw !important;
  	overflow-x: hidden !important;
}

body.elementor-editor-active {
	background: #cccccc;
}
body, p, h4, h5, h6, ul, li, a, body.datenschutz table td {  
	font-family: 'Roboto', sans-serif;
  	color: var(--darkgreen);  
  	font-weight: 300;	
	line-height: 1.5em;
}
h1, h2, h3 {	
	font-family: 'Roboto', sans-serif;
  	color: var(--darkgreen);  
  	font-weight: 200;
	text-transform: uppercase;
}


h1 {
	font-size: 100px;
	line-height: 1em;
}
h1 strong {
	font-weight: 700;
}

h2 {
	font-size: 80px; 
	line-height: 1.2em;
}
h2 strong {
	font-weight: 700;
}
.smallh2 h2 {
	font-size: 60px;
}
.largeh2 h2 {
	font-size: 24vw;
	line-height: 0.8em;
	letter-spacing: -0.02em;
}

h3 {
  	font-size: 60px;
  	line-height: 1.2em;
	letter-spacing: -0.01em;
}
h3 strong {
  font-weight: 800;
}
.smallh3 h3 {
  	font-size: 40px;
	font-weight: 300;
}


h4 {
	font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}
h4 strong {
  	font-weight: 700;
}

p {
	margin-bottom: 20px;
}
p strong {
	font-weight: 700;
}

.largetext p, 
.largetext a { 
	font-size: 32px;
	line-height: 1.5em;
}
.mediumtext p, 
.mediumtext a { 
	font-size: 26px;
}

@media (max-width: 1400px) {
	.smallh3 h3 { font-size: 3vw; }
}
@media (max-width: 1024px) {
	.smallh3 h3 { font-size: 3.6vw; }
}
@media (max-width: 992px) {
	body { font-size: 20px; }
	h2 { font-size: 8.5vw; }
	.smallh2 h2 { font-size: 6.2vw; }
	h3 { font-size: 6.2vw; }
	.smallh3 h3 { font-size: 6.2vw; }
	.largetext p, .largetext a { font-size: 28px; line-height: 1.4em; }
	.mediumtext p, .mediumtext a { font-size: 24px; line-height: 1.4em; }
}
@media (max-width: 576px) {
	body { font-size: 19px; }
	h2 { font-size: 9vw; }
	.smallh2 h2 { font-size: 9vw; }
	h3 { font-size: 9vw; }
	.smallh3 h3 { font-size: 9vw; }
	.largetext p, .largetext a { font-size: 22px; font-weight: 300; }
	.mediumtext p, .mediumtext a { font-size: 22px; font-weight: 300; }
}
@media (max-width: 480px) {
	h2 { font-size: 10vw; font-weight: 300; }
	.smallh2 h2 { font-size: 10vw; font-weight: 300; }
	h3 { font-size: 10vw; font-weight: 300; }
	.smallh3 h3 { font-size: 10vw; font-weight: 300; }
}


a {
  	color: var(--black);
  	text-decoration: none;
}
a:hover {
 	color: #000000; 
  	text-decoration: none;
}




@media only screen and (max-width: 767px) and (orientation: portrait) {
	br.shy { display: none; }
}



.lightboxRemoved {
	cursor: default;
}

.zindex1 { z-index: 1; }
.zindex2 { z-index: 2; }
.zindex3 { z-index: 3; }



#content.site-content {
 	padding-bottom: 0 !important; 
 	padding-top: 0 !important; 
}
/*
figcaption {
	text-align: left;
	font-size: 14px;
    padding-top: 5px;
    color: var(--darkmint) !important;
	font-weight: 500 !important;
}
*/
.captionright figcaption {
	text-align: right;
}

@media (max-width: 1024px) {
	.elementor-inner-section > .elementor-container.elementor-column-gap-default .elementor-widget-wrap { padding: 30px; }
}





/* hide some theme bits ----------------------------------------------------------------------------------------------------------------- */


header.page-header {
	display: none;
}
.entry-header {
 	display: none; 
}
.navbar-toggler {
  display: block;
}
body.elementor-editor-active section.elementor-top-section:nth-of-type(1) {
	margin-top: 100px;
}
button.navbar-toggler {
	display: none !important;
}









/* HEADER ---------------------------------------------------------------------------------------------------------------------------------------- */


#site-header {
	position: fixed;
    top: 0;
    left: 0;
	width: 100%;
    height: 70px;
    z-index: 999;
	padding: 0 10px;
	background: var(--white);	
}

body.elementor-editor-active #site-header { position: relative; left: 0; background: #999999; height: auto; }
body.passwordshield-active #site-header { display: none; }

#site-header .header-inner {
	max-width: 100%;
	margin-top: 0;
	padding: 0;
	justify-content: flex-end;
}
#site-header .site-branding {
	position: fixed;
	left: 0;
	top: -2px;
	opacity: 0;
	transition: all .3s ease-in-out; 
}
#site-header .site-branding.display {
	opacity: 1;	
}
#site-header .site-branding h1 {
	font-size: 0;
	line-height: 0;
}
#site-header .site-branding a {
	font-size: 0;
	line-height: 0;
	padding: 5px;
}
#site-header .site-branding img {
	width: 200px;
    image-rendering: auto;
    opacity: 1;
    margin-top: 2px;
	margin-left: 5px;
}


/* NAVIGATION ----------------------------------------------------------------------------------------------------------------- */

@media(min-width: 1401px) {	
	#site-header .site-navigation { display: block !important; }
	#site-header .site-navigation-toggle-holder { display: none !important; }
}
@media(max-width: 1400px) {	
	#site-header .site-navigation { display: none !important; }
	#site-header .site-navigation-toggle-holder { display: block !important; }
	#site-header .site-navigation-dropdown { display: block !important; }
}

#site-header .header-inner {
	padding: 0;
}
#site-header nav.site-navigation li:nth-of-type(1),
#site-header nav.site-navigation li:nth-last-of-type(1),
#site-header nav.site-navigation li:nth-last-of-type(2) {
	display: none;
}
#site-header nav li a {
	color: var(--darkgreen);
	font-size: 24px;
	padding: 10px 22px;
	font-weight: 300;
	text-transform: uppercase;
}
#site-header nav li a:hover {
	color: var(--contrast);
}

#site-header .site-navigation {
    position: absolute;
    top: 0;
    right: 100px;
    padding: 5px 25px 10px 40px;
    display: flex;
    justify-content: flex-end;
}
#site-header .site-navigation-toggle-holder {
    padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
#site-header .site-navigation-toggle {
	width: 56px;
    height: 56px;
    display: flex;
    border-radius: 100%;
    padding: 0;	
	background: var(--white);
}
#site-header .site-navigation-toggle:hover {
	background: var(--white);
}
#site-header .site-navigation-toggle[aria-expanded='true'] {
	transition: width .2s, border-radius .1s .1s, background .1s;
	width: 300px; 
	border-radius: 0 0 0 0;
}
#site-header .site-navigation-toggle[aria-expanded='false'] {
	transition: width .3s .2s, border-radius .1s .2s, background .1s;
}
#site-header .site-navigation-toggle-icon {
	background: var(--darkgreen);
	background: transparent;
    padding: 0;
	border-radius: 0;
	width: 40px;
	height: 3px;
	position: relative;
}
#site-header .site-navigation-toggle-icon::before,
#site-header .site-navigation-toggle-icon::after {
	background: var(--darkgreen);
	box-shadow: none;
	border-radius: 0;
	position: absolute;
    left: 0;
    width: 40px;
    height: 3px;
}
#site-header .site-navigation-toggle-icon::before {
	top: -5px;
}
#site-header .site-navigation-toggle-icon::after {
	top: 5px;
}
#site-header .site-navigation-toggle[aria-expanded='true'] .site-navigation-toggle-icon {
	left: 0;
	height: 0;
	transition: left .2s; 
}
#site-header .site-navigation-toggle[aria-expanded='false'] .site-navigation-toggle-icon {
	transition: height .1s .1s, left .2s .1s; 
}
#site-header .site-navigation-toggle[aria-expanded='true'] .site-navigation-toggle-icon::before {
	transform: translateY(0) rotate(45deg);
}
#site-header .site-navigation-toggle[aria-expanded='true'] .site-navigation-toggle-icon::after {
	transform: translateY(-10px) rotate(-45deg);
}


#site-header .site-navigation-dropdown {
	top: 70px;
    left: unset;
    right: 0;
    width: 300px;
	margin-top: 0;
}

#site-header nav.site-navigation-dropdown li {
	/*
	display: none;
	*/
}
	
@media (min-width: 1025px) {
	#site-header nav.site-navigation-dropdown li:nth-of-type(1),
	#site-header nav.site-navigation-dropdown li:nth-last-of-type(1),
	#site-header nav.site-navigation-dropdown li:nth-last-of-type(2) {
		display: block;
	}
}


#site-header .site-navigation-dropdown[aria-hidden='true'] { /* Aufgeklappt */
	transition: max-height .2s, transform .2s;
}
#site-header .site-navigation-dropdown[aria-hidden='false'] { /* Zugeklappt */
	transition: max-height .3s .18s, transform .3s .18s;
}
#site-header .site-navigation-dropdown ul {
	background: transparent;
}
#site-header .site-navigation-dropdown a {
	background: var(--darkgreen);
	color: var(--white);
}
#site-header .site-navigation-dropdown a:hover {
	background: var(--contrast);
	color: var(--white);
}

@media only screen and (min-width: 769px) {
	#site-header {
		padding: 10px;
	}
	#site-header .site-navigation-dropdown {
		top: 70px;
		margin-top: 0;
		right: 0;
	}
	#site-header .site-navigation-toggle[aria-expanded='true'] {
		transition: width .2s, border-radius .1s .1s, border-bottom .1s .1s;
		border-bottom: 0px !important;
		height: 70px;
		background-color: var(--white);
	}
	#site-header .site-navigation-toggle[aria-expanded='false'] {
		transition: width .3s .2s, border-radius .1s .2s, border-bottom .1s .2s;
		border-bottom: 0px !important;
	}
	#menu-nav {
		border: 1px solid var(--white);
		border-radius: 0 0 0 0;
		border-top: 0;
	}
}

/* Burger and X Animation */
i.eicon-menu-bar {
	width: 30px;
	height: 3px;
	background: white;
	position: relative;
}
i.eicon-menu-bar:before,
i.eicon-menu-bar:after {
    content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: white;
	position: absolute;
}
.site-navigation-toggle-holder.elementor-active .site-navigation-toggle i:before { content: ""; }
i.eicon-menu-bar:before {
	top: -10px;
}
i.eicon-menu-bar:after {
	top: 10px;
}
/* Aufgeklappt */
#site-header .site-navigation-toggle[aria-expanded='true'] i.eicon-menu-bar { 
	transition: background .1s;
    background: transparent;
}
#site-header .site-navigation-toggle[aria-expanded='true'] i.eicon-menu-bar:before { 
	transition: rotate .2s, top .2s;
    rotate: 45deg;
    top: 0;
}
#site-header .site-navigation-toggle[aria-expanded='true'] i.eicon-menu-bar:after { 
	transition: rotate .2s, top .2s;
    rotate: -45deg;
    top: 0;
}
/* Zugeklappt */
#site-header .site-navigation-toggle[aria-expanded='false'] i.eicon-menu-bar { 
	transition: background .1s .18s;
}
#site-header .site-navigation-toggle[aria-expanded='false'] i.eicon-menu-bar:before { 
	transition: rotate .2s .18s, top .2s .18s;
}
#site-header .site-navigation-toggle[aria-expanded='false'] i.eicon-menu-bar:after { 
	transition: rotate .2s .18s, top .2s .18s;
}





@media (max-width: 576px) {
	#site-header { height: 50px; }	
	#site-header .site-branding { top: -2px; }
	#site-header .site-branding a { padding: 5px; }
	#site-header .site-branding img { width: 150px;  margin-top: 0; }
	
	#site-header .site-navigation-toggle { width: 50px; height: 50px; }
	#site-header .site-navigation-dropdown { top: 50px; }

}



/* NICER FADE-UP EFFECT - the elements are shifted and hidden via php/js in functions.php ------------------------------------------- */


.fadeup, .fadedown {
	transition: top .8s cubic-bezier(.49,0,.4,1) .2s, opacity .8s cubic-bezier(.49,0,.4,1) .2s !important;
}
.fadeup.delayed, .fadedown.delayed {
	transition-delay: .5s;
}
.fadeup.display, .fadedown.display {
	opacity: 1;
	top: 0;
}
body.elementor-editor-active .fadeup,
body.elementor-editor-active .fadedown { opacity: 1; top: 0; } 



/* containers --------------------------------------------------------------------------------------------------------------------- */

div[data-elementor-type="wp-page"] {
  	width: 100%;
	padding-top: 0;
}
.site-header+.elementor {
	min-height: 200px;
}

#content > .container {
  max-width: 100%;
}

div[data-elementor-type="wp-page"] section.elementor-top-section:nth-of-type(1) {
	padding-top: 0;
}

body.elementor-editor-active .startbox { margin-top: 120px; }

.headingbox h3 {
	margin-top: 35px;
}

.fullheight { height: 100vh; }
.fullheight.fhplus { height: 120vh; }
.notquitefullheight { height: 80vh; }
.shortheight { height: 60vh; }

@media (max-aspect-ratio: 1/1) {
	.fullheight.square { height: 100vw; }
	.fullheight.fhplus.square { height: 100vw; }
}

.elementor-widget-text-editor img {
  margin-bottom: 10px;
}

.elementor-editor-active .e-con { padding: 10px; border: blue 2px solid; }

.e-con-full.colgapwide, .e-con-boxed.colgapwide > .e-con-inner { column-gap: 100px !important; }
.e-con-full.colgapmedium, .e-con-boxed.colgapmedium > .e-con-inner { column-gap: 70px !important; }
.e-con-full.colgapnarrow, .e-con-boxed.colgapnarrow > .e-con-inner { column-gap: 40px !important; }

.e-con-full.rowgapwide, .e-con-boxed.rowgapwide > .e-con-inner { row-gap: 100px !important; }
.e-con-full.rowgapmedium, .e-con-boxed.rowgapmedium > .e-con-inner { row-gap: 65px !important; }
.e-con-full.rowgapnarrow, .e-con-boxed.rowgapnarrow > .e-con-inner { row-gap: 30px !important; }

@media (max-width: 1800px) {
	.e-con-full.colgapwide, .e-con-boxed.colgapwide > .e-con-inner { column-gap: 5vw !important; }
	.e-con-full.colgapmedium, .e-con-boxed.colgapmedium > .e-con-inner { column-gap: 3vw !important; }
	.e-con-full.colgapnarrow, .e-con-boxed.colgapnarrow > .e-con-inner { column-gap: 2vw !important; }
	
	.e-con-full.rowgapwide, .e-con-boxed.rowgapwide > .e-con-inner { row-gap: 5vw !important; }
	.e-con-full.rowgapmedium, .e-con-boxed.rowgapmedium > .e-con-inner { row-gap: 3.2vw !important; }
	.e-con-full.rowgapnarrow, .e-con-boxed.rowgapnarrow > .e-con-inner { row-gap: 1.3vw !important; }
}

@media (max-width: 992px) {
	.e-con-full.twocols, .e-con-boxed.twocols > .e-con-inner { flex-direction: column !important; }
	.e-con-full.twocols > .e-child, .e-con-boxed.twocols > .e-con-inner > .e-child { flex-basis: 100% !important; width: 100% !important; max-width: 100% !important; }
}





a[data-elementor-open-lightbox="yes"]:hover { 
	/*
	transition: filter .2s ease-in-out;	
	*/
}
a[data-elementor-open-lightbox="yes"] img {
	transition: all .3s ease-out;
}
a[data-elementor-open-lightbox="yes"]:hover img {	
	transform: scale(1.1);
}
a[data-elementor-open-lightbox="yes"]::before {
	content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15%;
    right: 15%;
	transform: translate(20px, -20px);
	z-index: 1;
    background-image: url(/wp-content/uploads/Icon_Zoom.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 8px 8px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 100%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	transition: all .3s ease-out;
}
a[data-elementor-open-lightbox="yes"]:hover::before {
	top: 17%;
	right: 17%;
}
a.lightboxRemoved { cursor: default; }
a.lightboxRemoved::before, a.lightboxRemoved:hover::before { display: none !important; }



/* lightbox popup ------------------------ */

.elementor-lightbox .dialog-lightbox-close-button svg {
	display: none;
}
.elementor-lightbox i.eicon-share-arrow {
	display: none;
}
.elementor-lightbox i.eicon-zoom-in-bold {
	display: none;
}
.elementor-lightbox .elementor-slideshow__header {
	display: none;
}
.elementor-lightbox .elementor-slideshow__title {
	display: none;
}

.elementor-lightbox .elementor-lightbox-item {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    width: 100vw !important;
    height: 100vh !important;
}
.elementor-lightbox .elementor-lightbox-image {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
	border: none !important;
}
.dialog-widget-content.dialog-lightbox-widget-content::before {
	content: '';
	display: block;
    background: var(--darkgreen);
    width: 60px;
    height: 60px;
    border-radius: 100%;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
}
.elementor-lightbox .dialog-lightbox-close-button {
    width: 100%;
	height: 100%;
	z-index: 3;
}
.elementor-lightbox .dialog-lightbox-close-button::after,
.elementor-lightbox .dialog-lightbox-close-button::before {
	display: block;
	content: '';
	width: 40px;
	height: 3px;
	background-color: var(--white);
	position: absolute;
	right: -5px;
    top: 37px;
	z-index: 4;
	cursor: pointer;
	transform-origin: center;
}
.elementor-lightbox .dialog-lightbox-close-button::before { transform: translate(-50%, -50%) rotate(-45deg); }
.elementor-lightbox .dialog-lightbox-close-button::after { transform: translate(-50%, -50%) rotate(45deg); }

@media (max-aspect-ratio: 1/1) {	
	.swiper-wrapper { align-items: center; }
	.elementor-lightbox .elementor-lightbox-item { height: 70vw !important; }
}


.buttuptonext .elementor-widget-wrap {
	padding-bottom: 0 !important;
}
.buttuptonext h2 {
	margin: 0 !important;
}

.showmore { 
	display: none;
	border-top: var(--gold) 1px solid;
	cursor: pointer;
	transition: all .1s ease-in-out;
	margin-bottom: 0;
}
.showmore.open {
	opacity: 0;
	height: 0px;
}
.showmore p,
.white .showmore p {
	color: var(--darkgreen);
	position: relative;
	display: inline-block;
	transition: transform .2s ease-in-out 0s, opacity .2s ease-in-out .3s;
	margin-bottom: 0;	
	background: var(--contrast);
	color: var(--darkgreen) !important;
	font-weight: 400;
	border-radius: 2px;
	padding: 6px 15px;
}

.textfolder {
	display: none;
}

body.elementor-editor-active .showmore { display: block; }
body.elementor-editor-active .textfolder { display: block; }



/* more subtle entrance animation */
.fadeup {
	transition: margin-top .8s cubic-bezier(0,.73,.58,1), top .8s cubic-bezier(0,.73,.58,1);
	opacity: 1;
	top: 0;
}
.fadeup.elementor-invisible {
	opacity: 0;
	top: 150px;
}




/* SCROLLTOP ------------------------------------------------------------------------------------------------------ */

#scrolltop {
	width: 54px;
    height: 54px;
    display: inline-block;
    position: fixed;
    bottom: 50px;
    right: 20px;
    background-color: var(--contrast);
    border: var(--contrast) 3px solid;
    border-radius: 100%;
    transition: all .2s ease-in-out;
    opacity: 0;
    z-index: 9999;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
}
#scrolltop.display {
	opacity: 1;
}
#scrolltop:hover {
	cursor: pointer;
	background-color: var(--darkgreen);
	border: var(--darkgreen) 3px solid;
}
#scrolltop .scrollarrow {
	width: 18px;
    height: 18px;
    position: absolute;
    left: 15px;
    top: 18px;
    display: inline-block;
    border-top: var(--white) 4px solid;
    border-right: var(--white) 4px solid;
	transition: all .2s ease-in-out;
    transform: rotate(-45deg);
}
#scrolltop:hover .scrollarrow {
    border-top: var(--white) 4px solid;
    border-right: var(--white) 4px solid;
}
@media only screen and (max-aspect-ratio: 1/1) {
	#scrolltop { display: none; }
}

/* IMAGE PRELOAD ----------------------------------------------------------------------------------------------------------------------- */

.imagepreloader { width: 1px; height: 0px; opacity: 0; visibility: hidden; overflow: hidden; }
body.elementor-editor-active .imagepreloader { width: 100%; height: auto; opacity: 0.5; visibility: visible; }



/* SHAPE DIVIDERS ----------------------------------------------------------------------------------------------------------------------- */

@media(max-width: 2000px) {
	.elementor-shape-bottom svg { height: 10vw !important; }
	.elementor-shape-top svg { height: 10vw !important; }
}


/* START ------------------------------------------------------------------------------ */

#start {
	min-height: 95vh;
	background-position: bottom center;
	background-color: var(--white);
}
#start .logocontainer {
	padding-top: 90px;
}
#start .orplidlogo {
	width: 900px;
	max-width: 90%;
	margin-left: -2.5vw;
}
#start h1 {
	font-size: 100px;
    line-height: 0.9em;
    color: var(--white);
    margin-left: -2.5vw;
    padding-left: 290px;
    font-weight: 400;
}
#start h1 strong {
	font-size: 180px;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 0.2em;
	text-transform: uppercase;
}
#start .elementor-shape svg * { fill: var(--darkgreen); }


@media (max-width: 1200px) {
	#start h1 { margin-left: 0; padding-left: 0; margin-top: 30px; }
}
@media (max-width: 992px) {
	#start h1 { font-size: 10.3vw; }
}
@media (max-width: 992px) and (min-aspect-ratio: 5/4) {
	#start .orplidlogo { margin-top: 0; width: 60vw; }
	#start h1 { font-size: 6vw; }
}
@media (max-width: 767px) {
	#start .orplidlogo { margin-top: calc(80px - 2vw); }
}
@media (max-width: 767px) and (min-aspect-ratio: 5/4) {
	#start .orplidlogo { margin-top: 0; width: 60vw; }
	#start h1 { font-size: 6vw; }
}





/* INTRO ----------------------------------------------------------------------------------------------------- */



#intro .headingbox {
	order: 2;
	margin-top: -80px;
	margin-bottom: 100px;
}
#intro .contentbox {
	order: 1;
	margin-top: -10px;
}


#intro {
	background: var(--darkgreen);
}
#intro h2 {
	color: var(--brightcontrast);
}
#intro p {
	color: var(--brightcontrast);
}
#intro .moodimg {
	flex-grow: 1;
    flex-shrink: 1.8;
}
#intro .round {
	width: 600px;
    height: 600px;
    min-width: 600px;
    margin-bottom: 60px;
    margin-top:  -30px;
    margin-left: -150px;
}
#intro .introtext {
	margin-top: 120px;
	flex-grow: 2;
	flex-shrink: 1;
}
#intro .introtext em {
	font-style: normal;
	color: #fefefe;
}
#intro .bglogo {
	position: absolute;
    width: 40vw;
    right: 0;
    top: 0;
    opacity: 0.3;
    transform: translate(10%, -70%);
}
#intro .bglogo svg * {
	fill: var(--contrast);
	fill-opacity: 1;
	opacity: 1;
	stroke: none;
}

@media (max-width: 1600px) {
	#intro .moodimg { width: 40%; flex-grow: 1; flex-shrink: 0; }
	#intro .introtext { width: 60%; }
	#intro .round { width: 120%; max-width: 120%; height: 100%; min-width: unset; margin-left: 0; transform: translate(-20%, 0); }
}
@media (max-width: 1024px) {
	#intro .bglogo { width: 500px; min-height: 500px; transform: translate(10%, -30%); }
	#intro .contentbox > .e-con-inner { flex-direction: column; }
	#intro .moodimg { width: 100%; }
	#intro .introtext { width: 100%; margin-top: 0; }
	#intro .round { width: 70%; max-width: 100%; transform: translate(0, 0); margin-top: 0; }
}
@media (max-width: 768px) {
	#intro .bglogo { transform: translate(10%, -60%); }
}
@media (max-width: 600px) {
	#intro .bglogo { width: 80vw; min-height: 80vw; transform: translate(10%, -60%); }
	#intro .round { width: 100%; }
}

body.elementor-editor-active #intro .bglogo { position: relative; top: 0; right: 0; }



/* LAGE ----------------------------------------------------------------------------------------------------- */

#lage {
	background: var(--contrast);
}
#lage .elementor-shape svg * { fill: var(--darkgreen); }

#lage .lageheading {
	margin-top: 80px;
}
#lage .lageheading > .e-child:nth-of-type(1) { width: 60%; }
#lage .lageheading > .e-child:nth-of-type(2) { width: 40%; }

#lage h2 {
	color: var(--contrast);
}
#lage p {
	color: var(--contrast);
}

.macromap {
	max-width: 600px;
	overflow: hidden;
	margin-right: 20px;
	margin-top: -150px;
}
.macromap svg .cls-1 {
	fill: #fff;
	stroke: none;
}

@media (max-width: 768px) {
	#lage .lageheading { flex-direction: column-reverse; }
	#lage .lageheading > .e-child:nth-of-type(1) { width: 100%; }
	#lage .lageheading > .e-child:nth-of-type(2) { width: 100%; }
	#lage h2 { text-align: center; }
	.macromap { width: 85vw; height: 85vw; align-self: flex-end; margin-right: 5vw; max-width: unset; margin-top: -30vw; }
}


#mikrolage {
	background-color: var(--contrast);
	margin-top: -5vw;
}
#mikrolage .microlagebox {
	flex-direction: row;
}
#mikrolage .microlagebox > .e-child:nth-of-type(1) { width: 60%; }
#mikrolage .microlagebox > .e-child:nth-of-type(2) { width: 40%; }

.citymap {
	overflow: visible;
	margin-top: -150px;
	width: calc(100% - 600px);
	max-width: 55vw;
	cursor: pointer;
}
.citymap img {
	border-radius: 100%;
}

.citymap .elementor-widget-image.default {
	display: flex;
    align-self: flex-end;
	width: 100%;
    height: 100%;
    max-width: 100% !important;
	transition: all .3s ease-in-out;
}
.citymap .elementor-widget-image.zoomed {
	display: flex;
    align-self: flex-end;
	width: 0;
	height: 0;
	max-width: 90vw;
	max-height: 90vw;
	position: absolute;
	right: 23%;
    top: 50%;
    transform: translate(-50%, -50%);
	border: transparent 2px solid;
	border-radius: 100%;
	transition: all .3s ease-in-out;
	z-index: 1;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
}
.citymap.zoom .elementor-widget-image.default {
	opacity: 0.5;
}
.citymap.zoom .elementor-widget-image.zoomed {
	width: 800px;
	max-width: 800px;
	height: 800px; 
	left: unset; 
	right: -3vw; 
	margin-top: -4vw; 
	border: red 2px solid; 
	transform: translate(0, -50%);
}

body.elementor-editor-active .citymap .elementor-widget-image.zoomed { width: 800px; max-width: 800px; height: 800px; left: unset; right: 0; top: 0; margin-top: 0; border: red 2px solid; transform: translate(0, 0); }

.amenities {
	row-gap: 20px;
	margin-top: 5vw;
}
.amenities > .e-child {
	column-gap: 10px;
	display: flex;
	align-items: flex-start;
}
.amenities > .e-child .elementor-widget-image { 
	width: 60px;
}
.amenities > .e-child .elementor-widget-text-editor { 
	width: calc(100% - 60px);
}
.amenities .elementor-widget-image img {
	margin-top: -15px;
	filter: invert(1);
}
.amenities p {
	display: inline-block;
	margin-bottom: 0;
	line-height: 1.2em;
}
.amenities p:nth-of-type(1) {
	font-weight: 600;
}
.amenities p img {
	width: 30px;
	vertical-align: bottom;
	filter: invert(1);
	margin-left: 2px;
	margin-bottom: 0;
}
.amenities p:nth-last-of-type(1) {
	padding-left: 6px;
	color: var(--darkgreen) !important;
	font-weight: 400;
}
.amenities .dashedline {
	letter-spacing: 0.0em;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    top: -3px;
}

@media (max-width: 2000px) {
	.citymap.zoom .elementor-widget-image.zoomed { width: 800px; max-width: 800px; height: 800px; left: unset; right: -3vw; margin-top: 0; border: red 2px solid; transform: translate(0, -50%); }
}
@media (max-width: 1800px) {
	.amenities { row-gap: 1vw; }
	.amenities > .e-child .elementor-widget-image { width: 3vw; }
	.amenities > .e-child .elementor-widget-image img { margin-top: -0.5vw; }
	.amenities p { font-size: 21px; }
}
@media (max-width: 1700px) {
	#mikrolage .microlagebox > .e-child:nth-of-type(1) { width: 65%; }
	#mikrolage .microlagebox > .e-child:nth-of-type(2) { width: 35%; }
	.citymap { margin-top: -5vw; }
	.amenities p:nth-last-of-type(1) { padding-left: 0; display: block; }
}
@media (max-width: 1600px) {	
	.amenities p { font-size: 20px; line-height: 1em; }
}
@media (max-width: 1500px) {	
	.amenities > .e-child .elementor-widget-image { width: 45px; }
	.amenities p img { width: 25px; }
}
@media (max-width: 1400px) {	
	.citymap { margin-top: 0; }
	.citymap.zoom .elementor-widget-image.zoomed { width: 60vw; max-width: 60vw; height: 60vw; }
}
@media (max-width: 1024px) {	
	#mikrolage .microlagebox { flex-direction: column; row-gap: 40px; }
	#mikrolage .microlagebox > .e-child { width: 100% !important; }
	.citymap { max-width: 100%; }
	.citymap.elementor-widget-image.zoomed { }
	.citymap.zoom .elementor-widget-image.zoomed { top: 50%; right: 50%; transform: translate(50%, -50%); }
	.amenities { height: 320px; flex-wrap: wrap; }
	.amenities > .e-child { width: 50%; }
}
@media (max-width: 768px) {
	.citymap .elementor-widget-image.default { width: 120vw; max-width: 120vw !important; height: 120vw; left: -20vw; }
	.citymap.zoom .elementor-widget-image.zoomed { width: calc(92vw - 10px); height: 92vw; max-width: 92vw; right: 52%; top: 50%; }
	.amenities { height: auto; row-gap: 25px; margin-top: 50px; } 
	.amenities > .e-child { width: 100%; flex-direction: column; align-items: center; }
	.amenities > .e-child .elementor-widget-image { 60px; }
	.amenities > .e-child .elementor-widget-text-editor { width: 100%; text-align: center; }
	.amenities > .e-child p { line-height: 1.3em; font-size: 24px; }
	.amenities > .e-child p img { width: 30px; }
}






/* GALLERY ----------------------------------------------------------------------------------------------------- */

#gallery {
	overflow: hidden;
	z-index: -1;
}
#gallery .elementor-shape-top svg * { fill: var(--contrast); }
#gallery .elementor-shape-bottom svg * { fill: var(--white); }

body.elementor-editor-active #gallery { overflow: visible; z-index: unset; }

.motionslider {
	height: 100%;
	background-color: var(--darkgreen);
}
.motionslider .elementor-widget-image {
	opacity: 1;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
.motionslider .elementor-widget-image .elementor-widget-container {
	opacity: 0;
	position: absolute;
}
.motionslider .elementor-widget-image.display .elementor-widget-container {
	opacity: 1;
	position: absolute;
	transition: opacity 1s linear, width 5.5s linear, height 5.5s linear, left 5.5s linear, top 5.5s linear;
}
.motionslider .elementor-widget-image.display.remove {
	opacity: 0;
}
.motionslider .elementor-widget-image .elementor-widget-container img {
	width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
}
.motionslider figure {
	width: 100%;
	height: 100%;
}
.motionslider figcaption {
	position: fixed;
    left: 0;
    bottom: 5%;
    background: var(--darkgreen);
    color: var(--white) !important;
    font-style: normal;
    font-size: 24px;
    font-weight: 300;
	padding: 10px 30px;
	width: auto;
	max-width: 80vw;
	transform: translate(0, -50%);
}
.motionslider figcaption.captiontext {
	position: absolute;
	left: 0;
	top: 15%;
	bottom: unset;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.motionslider figcaption.captiontext.active {
	opacity: 1;
}


.motionslider .elementor-widget-image.zoomout .elementor-widget-container { width: 120vw; height: 120vh; max-width: 120vw; max-height: 120vh; top: -10vh; left: -10vw; }
.motionslider .elementor-widget-image.zoomout.display .elementor-widget-container { width: 100vw; height: 100vh; top: 0; left: 0; }

#gallery .pauseicon {
	position: fixed;
    top: calc(50% - 30px);
    left: 30px;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
	opacity: 0;
	transition: all .3s ease-in-out;
}
#gallery .pauseicon.active {
	opacity: 1;
}
#gallery .pauseicon::before,
#gallery .pauseicon::after {
	content: '';
    display: block;
    width: 6px;
    height: 25px;
    background: var(--white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
}
#gallery .pauseicon::before { left: 20px; }
#gallery .pauseicon::after { right: 20px; }

@media (max-aspect-ratio: 1/1) {
	#gallery { height: 80vw; }
	.motionslider .elementor-widget-image { position: absolute; height: 80vw; }	
	.motionslider .elementor-widget-image.zoomout .elementor-widget-container { width: 120vw; height: 100vw; max-width: 120vw; max-height: 100vw; top: -10vw; left: -10vw; }
	.motionslider .elementor-widget-image.zoomout.display .elementor-widget-container { width: 100vw; height: 80vw; top: 0; left: 0; }
	.motionslider figcaption { position: fixed; bottom: 50%; left: 0; font-size: 22px; font-weight: 400; padding: 6px 16px; transform: translate(0, -50%); text-align: left; }
}
@media (max-width: 767px) {
	.motionslider figcaption { transform: scale(0.8); transform-origin: 0 50%; }
}
@media (max-width: 500px) {
	.motionslider figcaption { transform: scale(0.6); }
}


body.elementor-editor-active .motionslider .elementor-widget-image { width: 300px; max-width: 300px; height: 400px; display: inline-block; opacity: 1; position: relative; filter: none; }
body.elementor-editor-active .motionslider .elementor-widget-image .elementor-widget-container { width: 100%; height: 100%; top: unset; left: unset; bottom: unset; right: unset; opacity: 1 !important; }
body.elementor-editor-active .motionslider figcaption { position: relative; left: 0; bottom: 0; transform: none; font-size: 14px; }
body.elementor-editor-active #gallery .pauseicon { opacity: 1; position: relative; top: 0; left: 0; transform: none; }
 




/* DAS QUARTIER ---------------------------------------------------------------------------------------------- */

#dasquartier {
	background: var(--white);
}
#dasquartier .elementor-shape-bottom svg * { fill: var(--white); }

#dasquartier .round {
	width: 500px;
	height: 500px;
	position: relative;
	left: -100px;
	top: -20px;
}
#dasquartier .ausklapper p {
	display: none;
}
#dasquartier .ausklapper h3 {
	font-size: 20px;
    text-transform: none;
    font-weight: 400;
    cursor: pointer;
    color: var(--contrast);
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 120px;
	transition: all .2s ease-in-out;
}
#dasquartier .ausklapper h3::after {
	content: '+';
    display: block;
    position: absolute;
    left: calc(100% - 20px);
    top: -3px;
    font-size: 24px;
    font-weight: 400;
    color: var(--contrast);
}

#dasquartier .ausklapper h3.active {
	text-indent: -120px;
	
}
#dasquartier .ausklapper h3.active::after {
	content: '-';
    left: 120px;
    font-size: 32px;
}

body.elementor-editor-active #dasquartier .ausklapper p { display: block; }







/* THEMEN ------------------------------------------------------------------------------------------------------ */

#themen {
	background: var(--white);
}


.popupcontainer img {
	width: 600px;
	height: 600px;
	object-fit: cover;
}
#themen .popupcontainer:nth-of-type(even) {
	flex-direction: row-reverse;
}

@media (max-width: 1400px) {
	.popupcontainer img { width: 40vw; height: 40vw; }
}
@media (max-width: 1200px) {
	#themen > .e-con-inner { row-gap: 6vw; }
}
@media (max-width: 1024px) {
	#themen > .e-con-inner { row-gap: 9vw; }
	.popupcontainer > .e-child:nth-of-type(1) { width: 40%; }
	.popupcontainer > .e-child:nth-of-type(2) { width: 60%; }
	.popupcontainer img { width: 33vw; height: 33vw; }
}
@media (max-width: 767px) {
	#themen > .e-con-inner { row-gap: 0; }
	.popupcontainer { row-gap: 20px; margin-bottom: 50px; }
	.popupcontainer:nth-last-of-type { margin-bottom: 0; }
	.popupcontainer > .e-child { align-content: flex-start; }
	.popupcontainer > .e-child:nth-of-type(1) { width: 100%; }
	.popupcontainer > .e-child:nth-of-type(2) { width: 100%; }
	.popupcontainer img { width: 50vw; height: 50vw; }
}
@media (max-width: 576px) {
	.popupcontainer > .e-child { align-content: center; }
	.popupcontainer > .e-child * { text-align: center; }
}
@media (max-width: 480px) {
	.popupcontainer img { width: 70vw; height: 70vw; }
}







/* LAGEPLAN ------------------------------------------------------------------------ */

@media (min-width: 1600px) {
	#quartiersplan { display: none; }
}

#lageplan {
	background: var(--white)
}
#lageplan .shade { /* generated by JS */
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	z-index: -5;
	opacity: 0;
	transition: opacity .5s ease-in-out;
}
#lageplan .shade.active { 
	z-index: 9;
	opacity: 1;
	transition: opacity .5s ease-in-out;
}
@media (min-width: 576px) {
	#lageplan .shade { display: none; width: 0; height: 0; }
}

#lageplan .plan {
	width: 60%;
}
#lageplan .plan .planbox {
	overflow: hidden;
	z-index: 5;
}
#lageplan .plan .planbox .scalingbox {
	
}
#lageplan .plan .planbox .scalingbox .planimage {
	z-index: 2;
}
#lageplan .plan .planbox .scalingbox .planimage img {
	width: 100%;
}
@media (max-width: 900px) {
	#lageplan .plan .planbox { height: 80vw; }
	#lageplan .plan .planbox .scalingbox { transform: scale(1.3); transform-origin: 50% 33%; }
}
@media (max-width: 600px) {
	#lageplan .plan .planbox { height: 90vw; }
	#lageplan .plan .planbox .scalingbox { transform: scale(1.4); transform-origin: 50% 0; }
}


#lageplan .dots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
#lageplan .dots span {
	display: block;
	position: absolute;
    width: 45px;
    height: 45px;
    font-weight: 500;
    line-height: 2.1em;
    padding-right: 1px;
    font-size: 22px;
	letter-spacing: -0.05em;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: var(--white);
	cursor: pointer;
}
#lageplan .dots .group1 span { background: var(--darkgreen); }
#lageplan .dots .group2 span { background: var(--contrast); }

#lageplan .dots span:hover,
#lageplan .dots span.active,
#lageplan .dots span.over { 
	background: var(--highlight); 
}

#lageplan .dots .atelierwohnungen { top: 56.5%; left: 38.6%; }
#lageplan .dots .fahrradladen { top: 24%; left: 61%; }
#lageplan .dots .hobbywerkstadt { top: 29.5%; left: 62.5%; }
#lageplan .dots .quartiershub { top: 38%; left: 58%; }
#lageplan .dots .coworking { top: 47%; left: 55%; }
#lageplan .dots .veranstaltungsbereich { top: 52%; left: 54.8%; }
#lageplan .dots .gemeinschaftsflaeche1 { top: 57%; left: 57%; }
#lageplan .dots .cafe { top: 56%; left: 49%; }
#lageplan .dots .gastronomie { top: 70%; left: 54%; }
#lageplan .dots .gemeinschaftsflaeche2 { top: 57%; left: 72%; }
#lageplan .dots .medicalfitness { top: 28.5%; left: 79.7%; }
#lageplan .dots .wochenmarkt { top: 65%; left: 44.5%; }
#lageplan .dots .kita { top: 21.5%; left: 47%; }
#lageplan .dots .drachenspielplatz { top: 45%; left: 64%; }
#lageplan .dots .kleinerdrache { top: 52%; left: 27%; }
#lageplan .dots .obstwiese { top: 36%; left: 69%; }
#lageplan .dots .urbangardening { top: 84%; left: 79%; }
#lageplan .dots .townhouses { top: 76.3%; left: 62%; }
#lageplan .dots .fahrradwaschplatz { top: 33.2%; left: 59%; }
#lageplan .dots .hachingerbach { top: 83%; left: 36.5%; }
#lageplan .dots .radsharing { top: 28%; left: 58%; }
#lageplan .dots .eventflaeche { top: 61.3%; left: 53.5%; }



body.elementor-editor-active #lageplan .dots { display: block; top: 50px; left: 50px; height: 100%; position: absolute; top: 0; left: 0; }





#lageplan .planlistcontainer {
	width: 40%;
	overflow-x: hidden;
	overflow-y: visible;
}
.planlist {
	padding: 10px 0 0 60px;
	flex-wrap: wrap;
}
.planlist > .e-child {
	height: 45px;
}
.planlist > .e-child h4 {
	font-size: 22px;
	line-height: 1.5em;
	white-space: nowrap;
	color: var(--darkgreen);
	margin: 0;
	padding-left: 40px;
	font-weight: 400;
	cursor: pointer;
	transition: all .1s linear;
}
.planlist > .e-child h4::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--white);
    background: var(--darkgreen);
    width: 31px;
    height: 31px;
    border-radius: 100%;
    font-size: 17px;
	font-weight: 500;
    line-height: 1.9em;
    padding-right: 1px;
    text-align: center;
}
.planlist.group2 h4 {
	position: relative;
	padding-left: 40px;
}
.planlist.group2 h4 em {	
    display: inline-block;
    color: var(--white);
    background: var(--contrast);
    width: 31px;
    height: 31px;
	position: absolute;
	left: 0;
	top: 0;
    border-radius: 100%;
    font-size: 17px;
	font-weight: 500;
	font-style: normal;
    line-height: 1.9em;
	margin-right: 3px;
    text-align: center;
}

.planlist > .e-child h4:hover { color: var(--highlight); }
.planlist.group1 > .e-child h4:hover::before { background: var(--highlight); }
.planlist.group2 > .e-child h4:hover em { background: var(--highlight); }

.planlist > .e-child h4.over { color: var(--highlight); }
.planlist.group1 > .e-child h4.over::before { background: var(--highlight); }
.planlist.group2 > .e-child h4.over em { background: var(--highlight); }

.planlist > .e-child h4.active { color: var(--highlight); }
.planlist.group1 > .e-child h4.active::before { background: var(--highlight); }
.planlist.group2 > .e-child h4.active em { background: var(--highlight); }



.planlist.group1 > .e-child:nth-of-type(1) h4::before { content: '1'; }
.planlist.group1 > .e-child:nth-of-type(2) h4::before { content: '2'; }
.planlist.group1 > .e-child:nth-of-type(3) h4::before { content: '3'; }
.planlist.group1 > .e-child:nth-of-type(4) h4::before { content: '4'; }
.planlist.group1 > .e-child:nth-of-type(5) h4::before { content: '5'; }
.planlist.group1 > .e-child:nth-of-type(6) h4::before { content: '6'; }
.planlist.group1 > .e-child:nth-of-type(7) h4::before { content: '7'; }
.planlist.group1 > .e-child:nth-of-type(8) h4::before { content: '8'; }
.planlist.group1 > .e-child:nth-of-type(9) h4::before { content: '9'; }
.planlist.group1 > .e-child:nth-of-type(10) h4::before { content: '10'; }
.planlist.group1 > .e-child:nth-of-type(11) h4::before { content: '11'; }
.planlist.group1 > .e-child:nth-of-type(12) h4::before { content: '12'; }


.planlist > .e-child p {
	display: none;
}
.planlist > .e-child .elementor-widget-image {
	display: none;
}
.planlist > .e-child img {
	display: none;
}

.itemclone {
	opacity: 0;
	width: 66%;
	height: 100%;
	background-color: var(--palestdarkgreen);
	position: absolute;
	top: 0;
	left: 100%;
	transform: translateX(-100%);
	transition: all .5s ease-in-out;
	padding: 50px;
	z-index: 1;
	row-gap: 2vw;
}
.itemclone.display {
	opacity: 1;
	transform: translateX(0);
}
.itemclone::before,
.itemclone::after {
	content: '';
    display: block;
    position: absolute;
    left: calc(100% - 25px);
    top: 10px;
    background: var(--darkgreen);
    width: 2px;
    height: 30px;
    cursor: pointer;
}
.itemclone::before { transform: rotate(-45deg); }
.itemclone::after { transform: rotate(45deg); }
	
.itemclone > .e-child {
	row-gap: 2vw;
} 
	
	
.itemclone h4 {
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
}
.itemclone h4 em {
	display: none;
}
.itemclone .elementor-widget-image {
	text-align: left;
}

#lageplan a[data-elementor-open-lightbox="yes"] img { transition: none; }
#lageplan a[data-elementor-open-lightbox="yes"]:hover img {	transform: none; }
#lageplan a[data-elementor-open-lightbox="yes"]::before { display: block; top: -8px; right: -8px; }
#lageplan a[data-elementor-open-lightbox="yes"]:hover::before { top: -8px; right: -8px; }

.itemnav {
	position: absolute;
    top: 60px;
    right: 50px;
	width: 60px;
	height: 30px;
    border: var(--darkgreen) 1px solid;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
display: none;
}
.itemnav div {
	display: inline-block;
    width: 0;
    height: 0;
    border: transparent 8px solid;
    border-left: var(--darkgreen) 12px solid;
    transform-origin: center;
    margin: 0 2px;
    cursor: pointer;
}
.itemnav div.prev { transform: rotate(180deg); }


@media (max-width: 2000px) {
	#lageplan .dots span { width: 2vw; height: 2vw; line-height: 2.2vw; font-size: 1.2vw; }
}
@media (max-width: 1600px) {
	#lageplan > .e-child { width: 50%; }
	#lageplan .dots span { width: 2vw; height: 2vw; line-height: 2.2vw; font-size: 1.2vw; }
	.itemclone { width: 100%; padding-top: 30px; padding-bottom: 30px; }
	.itemclone h4 { margin-bottom: 0; }
	.itemclone > .e-child:nth-of-type(2) .elementor-widget-image { width: 60%; }
	.itemclone > .e-child:nth-of-type(2) p { font-size: 18px; line-height: 1.4em; font-weight: 400; }
}
@media (max-width: 1400px) {
	#lageplan { flex-direction: column; }
	#lageplan > .e-child { width: 100%; }
	#lageplan .planbox { height: 60vw; }
	#lageplan .planbox .scalingbox { top: -7vw; }
	#lageplan .dots span { width: 3vw; height: 3vw; line-height: 3.1vw; font-size: 2vw; }
	.planlist { padding: 10px 10px 0 0; height: 280px; }
	.planlist > .e-child { width: 50%; }
	.planlist > .e-child h4 { font-size: 1.65vw; }
	.itemclone { width: 35%; z-index: 11; margin-left: -100%; }
}
@media (max-width: 1200px) {
	.planlistcontainer { flex-wrap: nowrap; }
	.planlist { height: 255px; }
	.planlist > .e-child { height: 40px; }
	.itemclone { width: 50%; padding: 30px; }
}
@media (max-width: 1024px) {
	.planlist { height: auto; }
	.planlist > .e-child { width: 100%; height: 36px; }
	.planlist > .e-child h4 { font-size: 20px; }
	.itemclone { width: 70%; }
}
@media (max-width: 900px) {
	.itemclone { width: 100%; top: unset; bottom: 0; height: auto; }
	.itemclone > .e-child:nth-of-type(2) { flex-direction: row; column-gap: 3vw; }
	.itemclone > .e-child:nth-of-type(2) .elementor-widget-image { width: 50%; }
	.itemclone > .e-child:nth-of-type(2) .elementor-widget-text-editor { width: 50%; }
}
@media (max-width: 768px) {
	.itemclone { width: 100%; top: 0; bottom: unset; height: 100%; }
	.itemclone > .e-child:nth-of-type(2) { flex-direction: column; }
	.itemclone > .e-child:nth-of-type(2) .elementor-widget-image { width: 60%; }
	.itemclone > .e-child:nth-of-type(2) .elementor-widget-text-editor { width: 100%; }
}
@media (max-width: 660px) {
	.planlist > .e-child h4 { font-size: 3.3vw; padding-left: 6vw; }
	.planlist.group1 h4::before { width: 5vw; height: 5vw; line-height: 5.2vw; }
	.planlist.group2 h4 em { width: 5vw; height: 5vw; line-height: 5.2vw; }
	.itemclone { height: auto; min-height: 90vw; }
}
@media (max-width: 576px) {
	.planlist > .e-child { height: 30px; }
	.itemclone { height: calc(100vh - 90px); width: calc(100vw - 40px); position: fixed; top: 70px; left: 20px; margin-left: -100vw; flex-wrap: nowrap; overflow: scroll; }
	.itemclone.display { margin-left: 0; }
	.itemclone > .e-child:nth-of-type(2) .elementor-widget-image { width: 100%; margin-top: 20px; margin-bottom: 20px; }
}







body.elementor-editor-active .planlist > .e-child { height: auto; }
body.elementor-editor-active .planlist > .e-child p,
body.elementor-editor-active .planlist > .e-child .elementor-widget-image,
body.elementor-editor-active .planlist > .e-child img { display: block; position: relative; top: 0; left: 0; }








/* HIGHLIGHTS ------------------------------------------------------------------------------- */

#highlights {
	background-color: var(--darkgreen);
}
#highlights .highlightcontainer {
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 100px;
	margin-bottom: 100px;
}
#highlights .highlightcontainer > .e-child {
	flex-basis: 20%;
	flex-grow: 1;
	row-gap: 20px;
}
#highlights .highlightcontainer > .e-child img {
	width: 110px;
}
#highlights .highlightcontainer > .e-child p {
	text-align: center;
	color: #dddddd;
}

@media (max-width: 1200px) {
	#highlights .highlightcontainer > .e-child { flex-basis: 27%; }
}
@media (max-width: 900px) {
	#highlights .highlightcontainer > .e-child { flex-basis: 35%; }
}
@media (max-width: 600px) {
	#highlights .highlightcontainer > .e-child { flex-basis: 100%; }
}


/* NACHHALTIGKEIT -------------------------------------------------------------------------- */

#nachhaltigkeit {
	background-color: var(--white);
	margin-top: -80px;
}
#nachhaltigkeit .elementor-shape-top svg * { fill: var(--darkgreen); }

#nachhaltigkeit .heading {
	margin-top: -100px;
}
#nachhaltigkeit .heading > .e-child:nth-of-type(1) { width: calc(100% - 550px); padding-bottom: 40px; }
#nachhaltigkeit .heading > .e-child:nth-of-type(2) { width: 550px; }

#nachhaltigkeit .tree {
	position: relative;
	top: -20px;
	max-width: 40vw;
}

#nachhaltigkeit .emob { flex-direction: row-reverse; }

#nachhaltigkeit .emob > .e-child:nth-of-type(1) { width: calc(100% - 550px); padding-bottom: 40px; }
#nachhaltigkeit .emob > .e-child:nth-of-type(2) { width: 550px; }

#nachhaltigkeit .tanke {
	position: relative;
	top: -20px;
	max-width: 40vw;
	align-self: flex-end;
}

@media (max-width: 1600px) {
	#nachhaltigkeit .emob > .e-child:nth-of-type(1) { width: 50%; padding-bottom: 0; }
	#nachhaltigkeit .emob > .e-child:nth-of-type(2) { width: 50%; }
}
@media (max-width: 1400px) {
	#nachhaltigkeit .heading > .e-child:nth-of-type(1) { width: 60%; padding-bottom: 0; }
	#nachhaltigkeit .heading > .e-child:nth-of-type(2) { width: 40%; }
}
@media (max-width: 1024px) {
	#nachhaltigkeit .schwammstadt { flex-direction: column; }
	#nachhaltigkeit .emob { margin-top: 5vw; }
	#nachhaltigkeit .emob > .e-child:nth-of-type(1) { width: 60%; padding-bottom: 0; }
	#nachhaltigkeit .emob > .e-child:nth-of-type(2) { width: 40%; }
}
@media (max-width: 767px) {
	#nachhaltigkeit .heading { flex-direction: column-reverse; }
	#nachhaltigkeit .heading > .e-child { width: 100% !important; }
	#nachhaltigkeit .emob { flex-direction: column-reverse; }
	#nachhaltigkeit .emob > .e-child { width: 100% !important; }
	#nachhaltigkeit .tanke { align-self: flex-start; }
}


/* WOHNEN BILD --------------------------------------------------------------------------------- */
	
#wohnen .elementor-shape-top svg * { fill: var(--white); }

@media (max-aspect-ratio: 1/1) {
	#wohnen { background-attachment: scroll; height: 90vw; }
}



/* DIE WOHNUNGEN (INTRO) ----------------------------------------------------------------------- */

#wohnungen .people {
	max-width: 80%;
}
@media (max-width: 1100px) { 
	#wohnungen .contentbox > .e-child:nth-of-type(1) { width: 65%; }
	#wohnungen .contentbox > .e-child:nth-of-type(2) { width: 35%; }
	#wohnungen .people { max-width: 90%; }
}
@media (max-width: 992px) { 
	#wohnungen .contentbox > .e-child:nth-of-type(1) { width: 100%; }
	#wohnungen .contentbox > .e-child:nth-of-type(2) { display: none; }
}



/* GRUNDRISSE --------------------------------------------------------------------------------- */

#grundrisse .e-con-inner {
	overflow: hidden;
}
.slidercontainer {
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 0;
}

.contentslider { width: 600%; } /* 100*Wohnungsanzahl */ 
.contentslider > .e-child { width: 16.6667%; } /* 100/Wohnungsanzahl */ 

.contentslider > .e-child {
	align-items: center;
}
.contentslider * {

}
.contentslider .grundrisscontainer {
	margin-top: 50px;
	margin-bottom: 50px;
	align-items: center;
}

.contentslider h4 {
	font-size: 24px;
	text-transform: uppercase;
}
.contentslider h4 {
	font-size: 28px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    border: var(--darkgreen) 2px solid;
}
.contentslider p {
	width: 800px;
}


.contentslider .grundriss {
	flex-grow: 2;
	flex-shrink: 1;
}
.contentslider .grundriss .elementor-widget-image {
	margin-left: auto;
	margin-right: auto;
	align-items: center;
}
.contentslider .grundriss .elementor-widget-image img {
	transform-origin: center;
}
.contentslider > .e-child:nth-of-type(1) .grundriss .elementor-widget-image img { transform: scale(1.8); }
.contentslider > .e-child:nth-of-type(2) .grundriss .elementor-widget-image img { transform: scale(1.5); }
.contentslider > .e-child:nth-of-type(3) .grundriss .elementor-widget-image img { transform: scale(1.5); }
.contentslider > .e-child:nth-of-type(4) .grundriss .elementor-widget-image img { transform: scale(1.2); }
.contentslider > .e-child:nth-of-type(5) .grundriss .elementor-widget-image img { transform: scale(1.2); }
.contentslider > .e-child:nth-of-type(6) .grundriss .elementor-widget-image img { transform: scale(1); }
.contentslider > .e-child:nth-of-type(7) .grundriss .elementor-widget-image img { transform: scale(1); }

.contentslider .info {
	flex-grow: 1;
	flex-shrink: 2;
}
.contentslider .info .typ p {
	margin-bottom: 0;
	max-width: calc(100% - 50px);
}
.contentslider .info .flaechen {
	margin-top: 36px;
	margin-bottom: 20px;
}
.contentslider .info .flaechen ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 360px;
	max-width: calc(100% - 50px);
}
.contentslider .info .flaechen ul li {
	display: table-row;
	position: relative;
}
.contentslider .info .flaechen ul li em,
.contentslider .info .flaechen ul li strong {
	display: table-cell;
	white-space: nowrap;
	font-weight: 300;
	border-bottom: #dddddd 1px solid;
}

.contentslider .info .flaechen ul li em {
	font-style: normal;
	padding-right: 10px;
}
.contentslider .info .flaechen ul li strong {
	text-align: right;
}
.contentslider .info .flaechen ul li:nth-of-type(1) em,
.contentslider .info .flaechen ul li:nth-of-type(1) strong {
	border-top: var(--darkgreen) 1px solid;
}
.contentslider .info .flaechen ul li:nth-last-of-type(1) em,
.contentslider .info .flaechen ul li:nth-last-of-type(1) strong {
	border-top: var(--darkgreen) 1px solid;
	border-bottom: none;
	font-weight: 600;
    position: relative;
    padding-top: 8px;
}
.contentslider .info .flaechen sup {
	position: relative;
	top: 0;
	font-weight: normal !important;
}
.contentslider .info .legende {
	margin-top: 30px;
}
.contentslider .info .legende p {
	padding-top: 30px;
    position: relative;
    display: inline-block;
    width: calc(33% - 20px);
}
.contentslider .info .legende p::before {
	content: '';
    display: block;
    width: 80%;
    max-width: 90px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
	background-color: beige;
    background-repeat: no-repeat;
    border: var(--darkgreen) 1px solid;
}

.contentslider > .e-child:nth-of-type(1) .legende p:nth-of-type(1)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-parkett-01.webp); }
.contentslider > .e-child:nth-of-type(1) .legende p:nth-of-type(2)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-fliesen-01.webp); }
.contentslider > .e-child:nth-of-type(1) .legende p:nth-of-type(3)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-fliesen-balkon.webp); }

.contentslider > .e-child:nth-of-type(2) .legende p:nth-of-type(1)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-parkett-01.webp); }
.contentslider > .e-child:nth-of-type(2) .legende p:nth-of-type(2)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-fliesen-02.webp); }
.contentslider > .e-child:nth-of-type(2) .legende p:nth-of-type(3)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-fliesen-balkon.webp); }

.contentslider > .e-child:nth-of-type(3) .legende p:nth-of-type(1)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-parkett-01.webp); }
.contentslider > .e-child:nth-of-type(3) .legende p:nth-of-type(2)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-fliesen-01.webp); }
.contentslider > .e-child:nth-of-type(3) .legende p:nth-of-type(3)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-fliesen-balkon.webp); }

.contentslider > .e-child:nth-of-type(4) .legende p:nth-of-type(1)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-parkett-01.webp); }
.contentslider > .e-child:nth-of-type(4) .legende p:nth-of-type(2)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-fliesen-01.webp); }
.contentslider > .e-child:nth-of-type(4) .legende p:nth-of-type(3)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-fliesen-balkon.webp); }

.contentslider > .e-child:nth-of-type(5) .legende p:nth-of-type(1)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-parkett-02.webp); }
.contentslider > .e-child:nth-of-type(5) .legende p:nth-of-type(2)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-fliesen-03.webp); }
.contentslider > .e-child:nth-of-type(5) .legende p:nth-of-type(3)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-fliesen-balkon.webp); }

.contentslider > .e-child:nth-of-type(6) .legende p:nth-of-type(1)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-parkett-01.webp); }
.contentslider > .e-child:nth-of-type(6) .legende p:nth-of-type(2)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-fliesen-04.webp); }
.contentslider > .e-child:nth-of-type(6) .legende p:nth-of-type(3)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-fliesen-balkon.webp); }

.contentslider > .e-child:nth-of-type(7) .legende p:nth-of-type(1)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-parkett-01.webp); }
.contentslider > .e-child:nth-of-type(7) .legende p:nth-of-type(2)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-fliesen-01.webp); }
.contentslider > .e-child:nth-of-type(7) .legende p:nth-of-type(3)::before { background-image: url(/wp-content/uploads/5616-orplid-muenchen-materialien-fliesen-balkon.webp); }

@media (max-width: 1300px) {
	.contentslider h4 { font-size: 26px; }
	.contentslider .info .flaechen ul li em, .contentslider .info .flaechen ul li strong { font-size: 1.6vw; font-weight: 400; }
	.contentslider .info .legende p { font-size: 1.7vw; width: calc(33% - 10px); }
}
@media (max-width: 900px) {
	.contentslider h4 { font-size: 24px; }
	.contentslider .grundrisscontainer { flex-direction: column; }
	.contentslider .info { width: 70%; }
	.contentslider .info .flaechen ul { max-width: 100%; width: 100%; }
	.contentslider .info .flaechen ul li em, .contentslider .info .flaechen ul li strong { font-size: inherit; }
	.contentslider .info .legende p { font-size: inherit; }
}
@media (max-width: 600px) {
	.contentslider h4 { font-size: 22px; }
	.contentslider .info { width: 70%; }
}
@media (max-width: 480px) {
	.contentslider h4 { font-size: 20px; }
}

body.elementor-editor-active .contentslider { width: 100%; flex-direction: column; }
body.elementor-editor-active .contentslider > .e-child { width: 100%; }

/* arrows */

.sliderarrows {
	position: absolute;
    top: 50%;
    width: 100%;
    height: 0;
}
.sliderarrows .prev,
.sliderarrows .next {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	border-top: var(--darkgreen) 5px solid;
	border-left: var(--darkgreen) 5px solid;
	border-bottom: transparent 5px solid;
	border-right: transparent 5px solid;
	transform-origin: center;
	cursor: pointer;
}
.sliderarrows .prev {
	left: 10px;
	transform: translateY(-50%) rotate(-45deg);
}
.sliderarrows .next {
	right: 10px;
	transform: translateY(-50%) rotate(135deg);
}
.sliderarrows p {
	text-indent: -99999px;
	color: transparent;
	margin: 0;
	display: none;
}

@media (max-width: 900px) {
	.sliderarrows .prev, .sliderarrows .next { width: 30px; height: 30px; border-width: 4px; }
}
@media (max-width: 600px) {
	.sliderarrows .prev, .sliderarrows .next { width: 25px; height: 25px; border-width: 3px; }
}
body.elementor-editor-active .sliderarrows { height: 50px; position: relative; transform: none; }




/* pagination */

.pagination {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-top: var(--darkgreen) 1px solid;
	padding-top: 7px;
}
.pagination p {
	display: inline-block;
	width: 24px;
	height: 24px;
	font-size: 16px;
	border: #cccccc 1px solid; 
	border-radius: 100%;
	margin: 5px;
	text-align: center;
	font-weight: 500;
	background: #cccccc;
	color: var(--white);
	cursor: pointer;
}
.pagination p em {
	display: inline-block;
    font-style: normal;
    font-size: 12px;
    position: relative;
    top: -2px;
}
.pagination p.active {
	border: var(--darkgreen) 1px solid; 
	color: var(--darkgreen);
	background: var(--white);
}


/* PORTAL LINK -------------------------------------------------------------------------------- */

#portal {
}
.portallink {
	background: var(--contrast);
	padding: 35px 20px;
	border-radius: 3px;
}
.portallink p {
	margin-bottom: 8px;
}
.portallink .boxlink a {
	margin-top: 12px;
    background-color: var(--darkgreen);
    color: var(--white);
	font-weight: 400;
}
.portallink .boxlink a:hover {
    background-color: var(--darkestgreen);
}


/* WOHNKONZEPT ------------------------------------------------------------------------------- */

#wetypenmap {
	flex-grow: 2;
    flex-shrink: 1;
}
#wohnkonzept .ausklapper {
	flex-grow: 1;
    flex-shrink: 2;
	margin-top: 100px;
}
#wohnkonzept .ausklapper .elementor-widget-text-editor {
	position: relative;
	margin-bottom: 25px;
}
#wohnkonzept .ausklapper h5 {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 400;
	cursor: pointer;
	position: relative;
	margin-bottom: 7px;
}
#wohnkonzept .ausklapper h5::before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	transform: translateY(7px);
	width: 100%;
	height: 5px;
	z-index: 1;
}

#wohnkonzept .ausklapper .elementor-widget-text-editor:nth-of-type(1) h5::before { background-color: var(--wetypen1); }
#wohnkonzept .ausklapper .elementor-widget-text-editor:nth-of-type(2) h5::before { background-color: var(--wetypen2); }
#wohnkonzept .ausklapper .elementor-widget-text-editor:nth-of-type(3) h5::before { background-color: var(--wetypen3); }
#wohnkonzept .ausklapper .elementor-widget-text-editor:nth-of-type(4) h5::before { background-color: var(--wetypen4); }
#wohnkonzept .ausklapper .elementor-widget-text-editor:nth-of-type(5) h5::before { background-color: var(--wetypen5); }

#wohnkonzept .ausklapper .elementor-widget-text-editor:nth-of-type(1) h5::after { color: var(--wetypen1); }
#wohnkonzept .ausklapper .elementor-widget-text-editor:nth-of-type(2) h5::after { color: var(--wetypen2); }
#wohnkonzept .ausklapper .elementor-widget-text-editor:nth-of-type(3) h5::after { color: var(--wetypen3); }
#wohnkonzept .ausklapper .elementor-widget-text-editor:nth-of-type(4) h5::after { color: var(--wetypen4); }
#wohnkonzept .ausklapper .elementor-widget-text-editor:nth-of-type(5) h5::after { color: var(--wetypen5); }

#wohnkonzept .ausklapper h5::after {
	display: block;
    content: '+';
    position: absolute;
    left: 100%;
    top: 100%;
    transform: translate(-100%, -100%);
    font-size: 30px;
    font-weight: 500;
}
#wohnkonzept .ausklapper h5.active {
}
#wohnkonzept .ausklapper h5.active::after {
	content: '-';
}
#wohnkonzept .ausklapper p {
	position: relative;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 400;
	display: none;
	margin: 0;
	padding: 15px 0;
}
#wohnkonzept .ausklapper p::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
}

@media (max-width: 1200px) {
	#wohnkonzept .wohnkonzeptbox > .e-child { width: 50%; } 
	#wohnkonzept .ausklapper { margin-top: 30px; }
	#wetypenmap .elementor-widget-image { height: 60vw; overflow: hidden; }
	#wetypenmap .elementor-widget-image img { transform: scale(1.3) translateX(2%); transform-origin: top; }
}
@media (max-width: 1024px) {
	#wohnkonzept .contentbox { flex-direction: column; }	
	#wohnkonzept .wohnkonzeptbox { flex-direction: column; align-items: center; }
	#wetypenmap .elementor-widget-image { height: auto; }
	#wetypenmap .elementor-widget-image img { transform: none; }
	#wohnkonzept .ausklapper { margin-top: 0; }
	#wohnkonzept .ausklapper h5::before { top: 90%; }
	#wohnkonzept .wohnkonzeptbox > .e-child { width: 100%; } 
	#wohnkonzept .wohnkonzeptbox > .e-child:nth-of-type(2) { width: 600px; max-width: 100%; }
	#wohnkonzept .ausklapper .elementor-widget-text-editor { margin-bottom: 15px; }
}
@media (max-width: 767px) {
	#wetypenmap .elementor-widget-image { height: 80vw; overflow: hidden; }
	#wetypenmap .elementor-widget-image img { transform: scale(1.3) translateX(2%); }
}


body.elementor-editor-active #wohnkonzept .ausklapper p { display: block; }


/* PANOTOUR --------------------------------------------------------------------------------- */

#panotour {
	height: 90vh;
}

#panotour .elementor-shape {
	z-index: 99;
}

#panotour .elementor-element {
	height: 100%;
}

#panotour .elementor-shape-bottom svg { height: 3vh !important; }
#panotour .elementor-shape-top svg * { fill: var(--contrast); }
#panotour .elementor-shape-bottom svg * { fill: var(--white); }


/* GEWERBE ------------------------------------------------------------------------------------ */

#gewerbe {
	background-color: var(--white);
}
#gewerbe .elementor-shape-bottom svg * { fill: var(--darkgreen); }

#gewerbe .contentbox > .e-child:nth-of-type(1) { flex-grow: 2; flex-shrink: 1; }
#gewerbe .contentbox > .e-child:nth-of-type(2) { flex-grow: 1; flex-shrink: 2; }

#gewerbe .ausklapper .elementor-widget-text-editor h5::before { background-color: var(--darkgreen); }
#gewerbe .ausklapper .elementor-widget-text-editor h5::after { color: var(--darkgreen); }

#gewerbe .ausklapper .elementor-widget-text-editor h5 { cursor: default; }
#gewerbe .ausklapper .elementor-widget-text-editor h5::before { height: 3px; }
#gewerbe .ausklapper .elementor-widget-text-editor h5::after { display: none; }

#gewerbe .ausklapper .elementor-widget-text-editor:nth-of-type(1) h5::before,
#gewerbe .ausklapper .elementor-widget-text-editor:nth-of-type(2) h5::before,
#gewerbe .ausklapper .elementor-widget-text-editor:nth-of-type(3) h5::before,
#gewerbe .ausklapper .elementor-widget-text-editor:nth-of-type(4) h5::before { background-color: var(--gekonzept1); }

#gewerbe .ausklapper .elementor-widget-text-editor:nth-of-type(5) h5::before,
#gewerbe .ausklapper .elementor-widget-text-editor:nth-of-type(6) h5::before,
#gewerbe .ausklapper .elementor-widget-text-editor:nth-of-type(7) h5::before,
#gewerbe .ausklapper .elementor-widget-text-editor:nth-of-type(8) h5::before { background-color: var(--gekonzept2); }


@media (max-width: 1024px) {
	#gewerbe .contentbox { flex-direction: column; margin-bottom: 12vw; }
	#gewerbe .ausklapper { column-gap: 40px; max-width: 100%; width: 600px; height: 320px; flex-wrap: wrap; }
}
@media (max-width: 767px) {
	#gewerbe .contentbox > .e-child:nth-of-type(1) .elementor-widget-image { height: 80vw; overflow: hidden; }
	#gewerbe .contentbox > .e-child:nth-of-type(1) .elementor-widget-image img { transform: scale(1.3) translateX(2%); }
}
@media (max-width: 600px) {
	#gewerbe .ausklapper { column-gap: 30px; }
	#gewerbe .ausklapper h5 { font-size: 20px; }
}
@media (max-width: 440px) {
	#gewerbe .ausklapper { column-gap: 20px; }
	#gewerbe .ausklapper h5 { font-size: 18px; }
}
@media (max-width: 380px) {
	#gewerbe .ausklapper { column-gap: 20px; height: 280px; }
	#gewerbe .ausklapper h5 { font-size: 16px; }
}



/* WERTE --------------------------------------------------------------------------------- */

#werte {
	background: var(--darkgreen);
}
#werte .graphic img {
	filter: saturate(0.5) hue-rotate(140deg);
	min-width: 1200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}



/* OUTRO ------------------------------------------------------------------------------------------------- */

#outro .elementor-shape-top svg * { fill: var(--darkgreen); }
#outro .elementor-shape-bottom svg * { fill: var(--contrast); }



/* KONTAKT --------------------------------------------------------------------------------------------------- */

#kontakt {
	background-color: var(--contrast);
}
#kontakt h2 {
	color: var(--white);
}
#kontakt p {
	color: var(--white);
}
#kontakt a {
	color: var(--white);
}
#kontakt .contactinfo svg {
	width: 150px;
	display: flex;
	margin: 0 auto;
}
#kontakt .contactinfo svg #transparent_squares * {
	fill: none;
	stroke: none;
	opacity: 1;
}
#kontakt .contactinfo svg #icons * {
	fill: none;
	stroke: var(--white);
	stroke-width: 4px;
    stroke-linecap: round;
	opacity: 1;
}
#kontakt .contactinfo p {
	font-size: 28px;
	line-height: 1.3em;
	margin-bottom: 0;
}
#kontakt .contactinfo a {
	font-weight: 500;
	font-size: 28px;
	line-height: 1.3em;
}
#kontakt .elementor-shape-top svg * { fill: var(--darkgreen); }
#kontakt .elementor-shape-bottom svg * { fill: var(--darkestgreen); }


/* WOHNEN-TAB -------------------------------------------------------------------------- */

#wohnentab {
	position: fixed;
    top: 80px;
    right: -12px;
    width: auto;
    height: 70px;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    box-shadow: -6px -6px 6px rgba(0, 0, 0, 0.3);
	z-index: 5;
}
#wohnentab p {
	margin: 0;	
}
#wohnentab a {
	color: var(--white);
    padding: 12px 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 24px;
	display: inline-block;
    background-color: var(--contrast);
}
#wohnentab a:hover {
    background-color: var(--darkgreen);
}

@media (max-width: 767px) {
	#wohnentab { transform: none; right: 16px; top: 70px; box-shadow: none; }
}
@media (max-width: 576px) {
	#wohnentab { transform: scale(0.8); transform-origin: 100% 0; top: 50px; right: 0; }
}

body.elementor-editor-active #wohnentab { position: relative; top: 0; right: 0; transform: none; }





/* FOOTER ----------------------------------------------------------------------------- */



#site-footer {
	background: var(--darkestgreen);
	display: flex;
	align-items: center;
	padding-bottom: 140px;
    padding-top: 30px;
}
#site-footer .footer-inner {
	max-width: 1600px;
}
#site-footer .site-logo {
    margin-bottom: 60px;
	height: 90px;
}
#site-footer .site-logo a {
    width: 300px;
	height: 100%;
	position: relative;
}
#site-footer .site-logo a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/Orplid-Logo-white.webp);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
}
#site-footer img {
	opacity: 0;
}


#site-footer .footermenu * {
	color: var(--white);
	font-size: 20px;
	font-weight: 400;
	transition: all .1s linear !important;
}
#site-footer nav ul {
	margin: 0 auto;
	padding: 0;
	justify-content: center;
}
#site-footer nav ul li {
	display: block;
}
#site-footer nav ul li a {
	padding: 6px 15px;
	color: var(--white);
}
#site-footer nav ul li a:hover {
	color: var(--contrast);
}

@media (max-width: 1600px) {
	#site-footer { padding-bottom: 100px; }
	#site-footer .site-logo { margin-bottom: 3vw; }
}
@media (max-width: 1200px) {
	#site-footer nav ul { width: 800px; }
}
@media (max-width: 900px) {
	#site-footer nav ul { width: 600px; }
}
@media (max-width: 767px) {
	#site-footer nav ul { width: 450px; }
}
@media (max-width: 600px) {
	#site-footer nav ul { width: 100%; flex-direction: column; }
}
	






/* DATENSCHUTZ, IMPRESSUM ------------------------------------------------------------------------------------------ */

body.impressum, body.datenschutz {
	background: var(--white);	
}
body.impressum h2, body.datenschutz h2 {
	margin-bottom: 50px;
	margin-top: 50px;
}
body.impressum h3, body.datenschutz h3 {
  	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
}
body.impressum a, body.datenschutz a {
	color: var(--darkcontrast);
}

table.cookielist {
	margin-top: 30px;
	margin-bottom: 30px;
}
table.cookielist td {
	background: var(--white) !important;
    padding: 5px;
}


/* 404 ----------------------------------------------------------------------------------------------------------------- */


body.error404 {
	background-color: var(--primary);
}
body.error404 #content {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
body.error404 #content * {
	color: var(--white);
	text-align: center;
}

body.error404 .content404 a {
	text-align: center;
    color: var(--darkestpurple);
    background-color: var(--mint);
    display: inline-block;
    text-decoration: none;
    padding: 13px 15px;
    border-radius: 2px;
    margin-top: 20px;
    line-height: 1em;
}



/* COOKIE BANNER --------------------------------------------------------------------------- */

div.animate__animated.animate__fadeInDown { animation-delay: 3s !important; }




/* LANGUAGES ---------------------------------------------------------------------------------- */

.trp-language-switcher { 
	right: 28px;
	top: 1px;
	box-shadow: none;
	background: transparent;
}
.trp-language-switcher * { 
	font-size: 24px;
	font-weight: 300;
	color: var(--darkgold);
}
.trp-language-item {
    padding: 3px 5px 6px 5px;
	width: 32px;
	height: 32px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.trp-language-item.trp-language-item__current {
	border: var(--darkgold) 1px solid;
	border-radius: 100%;
}

@media (max-width: 1400px) {
	.trp-language-switcher { right: 90px; }
}


/* LOGIN ------------------------------------------------------------------------------------ */





.post-password-form {
    margin: 0 auto;
	margin-top: 50vh;
	width: 80%;
	max-width: 330px;
  	z-index: 2;
	position: relative;
	text-align: center;
	transform: translateY(-50%);
}
.post-password-form .d-block {
	display: none !important;
}
.post-password-form label {
	color: transparent;
	font-size: 0;
	width: 100%;
}
.post-password-form p {
	display: block;
}
body.passwordshield-active:not(.elementor-editor-active) {
	background: var(--darkgreen);
}
body.passwordshield-active:not(.elementor-editor-active) p {
	font-size: 0;
	line-height: 0;
	color: transparent;
}

.post-password-form p:nth-of-type(1) {
	display: none;
}
body.passwordshield-active:not(.elementor-editor-active) p:nth-of-type(2)::before {
	display: block;
    color: var(--white);
    font-size: 50px !important;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1em;
    content: '';
    width: 330px;
    margin: 30px auto;
    height: 120px;
    background-image: url(/wp-content/uploads/Orplid-Logo-white-1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
body.passwordshield-active:not(.elementor-editor-active) p:nth-of-type(2)::after {
	content: 'Hier entsteht ein neues Projekt';
    display: block;
    color: var(--white);
    font-size: 24px !important;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1em;
}

.mr-2 {
  margin-right: 0 !important;
}
.post-password-form input[type='password'] {
 	height: 150px;
    width: 150px;
	margin: 0 auto;
    color: var(--white);
    -webkit-user-select: text;
    font-size: 18px;
	border: var(--white) 1px solid;
	border-radius: 100%;
	text-align: center;
	background-color: var(--darkgreen);
}

.post-password-form input[type='submit'] {
	opacity: 1;
    width: 50px;
    height: 50px;
    text-indent: -99999px;
    margin: 0 auto;
    margin-top: 18px;
    background-color: rgba(0,0,0,0);
    border: rgba(0,0,0,0) 2px solid;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    filter: saturate(0) brightness(0) invert(1);
}
.post-password-form input[type='submit']:hover {
  	cursor: pointer;
}
.post-password-form input[type='submit'] { background-image: url(/wp-content/uploads/ArrowRight_Duexx.png); }

body.passwordshield-active #site-footer {
	display: none;
}




/* dies und das ---------------------------------------------------------------------------------- */


.sectionpadding {
	padding-top: 120px;
	padding-bottom: 140px;
}
.sectionpaddingtop {
	padding-top: 120px;
}
.sectionpaddingbottom {
	padding-bottom: 140px;
}

.pagemargin {
	padding-left: 100px !important;
	padding-right: 100px !important;
}
@media (max-width: 1800px) {
	.sectionpadding { padding-top: 5vw; padding-bottom: 7vw; }
	.sectionpaddingtop { padding-top: 5vw; }
	.sectionpaddingbottom { padding-bottom: 7vw; }
	.pagemargin { padding-left: 5vw !important; padding-right: 5vw !important; }
}
@media (max-width: 1200px) {
	.sectionpadding { padding-top: 10vw; padding-bottom: 12vw; }
	.sectionpaddingtop { padding-top: 10vw; }
	.sectionpaddingbottom { padding-bottom: 12vw; }
}
@media (max-width: 576px) {
	.sectionpadding { padding-top: 14vw; padding-bottom: 16vw; }
	.sectionpaddingtop { padding-top: 14vw; }
	.sectionpaddingbottom { padding-bottom: 16vw; }
}



.ausklapper .elementor-widget-text-editor {
	position: relative;
	margin-bottom: 25px;
}
.ausklapper h5 {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 400;
	cursor: pointer;
	position: relative;
	margin-bottom: 7px;
}
.ausklapper h5::before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	transform: translateY(7px);
	width: 100%;
	height: 5px;
	z-index: 1;
}

.ausklapper .elementor-widget-text-editor h5::before { background-color: var(--black); }
.ausklapper .elementor-widget-text-editor h5::after { color: var(--black); }
	
.ausklapper h5::after {
	display: block;
    content: '+';
    position: absolute;
    left: 100%;
    top: 100%;
    transform: translate(-100%, -100%);
    font-size: 30px;
    font-weight: 500;
}
.ausklapper h5.active::after {
	content: '-';
}
.ausklapper p {
	position: relative;
	display: none;
	margin: 0;
	
	padding: 15px 0;
	
} 
.ausklapper p::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
}


body.elementor-editor-active .ausklapper p { display: block; }





.boxlink a {
	margin-top: 30px;
	display: inline-block;
	padding: 10px 55px 10px 20px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: calc(100% - 15px) 50%;
    background-color: var(--contrast);
    color: var(--white);
	font-weight: 400;
    background-image: url(/wp-content/uploads/ArrowRight.png);
}
.boxlink a:hover {
	background-color: var(--darkgreen);
}
.boxlink.extern a {
    background-image: url(/wp-content/uploads/ArrowExternal.png);
}
.boxlink.extern a:hover {
    background-image: url(/wp-content/uploads/ArrowExternal.png);
}






.anchorfake {
  	position: absolute; 
  	top: -140px;
  	height: 0;
}

body.elementor-editor-active .anchorfake { top: 0; height: 50px; background: rgba(255,100,0,0.5); }

body.elementor-editor-active .elementor-widget-spacer {
    background: rgba(0,255,196,0.4);
}
body.elementor-editor-active .desktop.elementor-widget-spacer {
    background: rgba(0,100,196,0.4);
}
body.elementor-editor-active .mobile.elementor-widget-spacer {
    background: rgba(140,100,196,0.4);
}


/* arrows between sections */


.inversearrow {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2vw;
	clip-path: polygon(0 0, 48% 0, 50% 100%, 52% 0, 100% 0, 100% 100%, 0 100%);
}
.attop {
	top: 0;
}
.atbottom {
	bottom: 0;
}
.inversearrow.greenbg { background-color: var(--primary); }
.inversearrow.whitebg { background-color: var(--white); }
.inversearrow.darkgreybg { background-color: var(--darkgrey); }
.inversearrow.nearblackbg { background-color: var(--nearblack); }
.inversearrow.black08bg { background-color: rgba(0,0,0,0.8); }

	
	
.shifttop50 {
	margin-top: -50px;
}


.desktop {
  
}
.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .desktop { display: none; }
  .mobile { display: block; }
  .elementor-inner-column { width: 100% !important; }
}
body.elementor-editor-active .desktop, body.elementor-editor-active .mobile {
  display: block;
} 


.listbullets ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.listbullets li {
	padding-left: 30px;
	margin-top: 1em;
}
.listbullets li::before {
	content: "";
    position: absolute;
    left: 0px;
    margin-top: 2px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid var(--primary);
}

.round img {
	border-radius: 100%;
}
.round.right img {
	object-position: right;
}
.round.left img {
	object-position: left;
}

.short {
	max-width: 900px !important;
	margin-left: auto;
	margin-right: auto;
}
.short.left {
	margin-left: 0;
	margin-right: auto;
}
.short.right {
	margin-right: 0;
	margin-left: auto;
}

.narrow {
  max-width: 700px !important;
  margin: 0 auto;
}
.narrow.left {
	margin-left: 0;
	margin-right: auto;
}
.narrow.right {
	margin-right: 0;
	margin-left: auto;
}
.pagemargin.narrow {
	max-width: calc(700px + 100px) !important;
}
.boxed {
  max-width: 1600px;
  margin: 0 auto;
}
.paddingleft {
	padding-left: 50px;
}
.paddingright {
	padding-right: 50px;
}

.slim {
  max-width: 400px;
}
.anorexic {
  max-width: 300px;
  margin: 0 auto;
}

.bold * {
	font-weight: 600;
}
.uppercase {
	text-transform: uppercase;
}
.nowrap {
	white-space: nowrap;
}
span.contract {
	letter-spacing: -0.07em;
}
span.expand {
	letter-spacing: 0.005em;
}



body.elementor-editor-active .nowrap { background-color: rgba(255,255,0,0.3); border: rgba(230,210,0,1) 2px dashed; }
body.elementor-editor-active .contract { background-color: rgba(255,150,0,0.3); border: rgba(230,120,0,1) 2px dashed; }
body.elementor-editor-active .expand { background-color: rgba(255,50,0,0.3); border: rgba(230,40,0,1) 2px dashed; }

span.shy {
	/* for visiblitiy in the elementor environment only */
}
body.elementor-editor-active span.shy { display: inline-block; width: 0.5em; min-width: 20px; border: red 2px dashed; background: rgba(255,0,0,0.3); }

br.smallscreen {
	display: none;
}
span.notsmallscreen { 
	display: inline;
}
@media (max-width: 576px) {
	br.smallscreen { display: block; }
	span.notsmallscreen { display: none; }
}




.fixedbg {
  background-attachment: fixed;
}
.fixedbg > .elementor-widget-wrap {
  background-attachment: fixed;
}
body.mobiledevice .fixedbg {
  	background-attachment: scroll !important;
	background-size: cover;
}
body.mobiledevice .fixedbg .elementor-background-overlay {
  	background-attachment: scroll !important;
	background-size: cover;
}
@media (max-aspect-ratio: 1/1) {
	/*
	body.mobiledevice .fixedbg.fullheight { max-height: 100vw; }
	*/
}


.fixedimage {
    position: fixed;
    top: 80px;
	left: 0;
    height: 50vh;
}
.fixedimage .elementor-widget-image,
.fixedimage .elementor-widget-image .elementor-widget-container {
	height: 100%;
}
.fixedimage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
body.elementor-editor-active .fixedimage { position: absolute; top: 0; height: calc(50vh - 20px); width: calc(100% - 30px); }



.white, .white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white a, .white ul li, .white td, .white th {
  color: #ffffff !important;
}
.white p {
  font-weight: 300;
}
.black, .black p, .black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black a, .black ul li, .black td, .black th {
  color: #000000 !important;
}
.contrast, .contrast p, .contrast h1, .contrast h2, .contrast h3, .contrast h4, .contrast h5, .contrast h6, .contrast a, .contrast ul li, .contrast td, .contrast th {
  color: var(--contrast) !important;
}
.darkcontrast, .darkcontrast p, .darkcontrast h1, .darkcontrast h2, .darkcontrast h3, .darkcontrast h4, .darkcontrast h5, .darkcontrast h6, .darkcontrast a, .darkcontrast ul li, .darkcontrast td, .darkcontrast th {
  color: var(--darkgold) !important;
}
.primary, .primary p, .primary h1, .primary h2, .primary h3, .primary h4, .primary h5, .primary h6, .primary a, .primary ul li, .primary td, .primary th {
  color: var(--primary) !important;
}


.mint .elementor-divider span { 
	border-top-color: var(--mint) !important;
}

.bgprimary { background-color: var(--primary); }
.bgdarkestpurple { background-color: var(--darkestpurple); }
.bgdarkpurple { background-color: var(--darkpurple); }
.bgpurple { background-color: var(--purple); }
.bgpink { background-color: var(--pink); }
.bgdarkmint { background-color: var(--darkmint); }
.bgmint { background-color: var(--mint); }
.bgblue { background-color: var(--blue); }
.bglightblue { background-color: var(--lightblue); }
.bgdarkyellow { background-color: var(--darkyellow); }
.bgyellow { background-color: var(--yellow); }
.bglemon { background-color: var(--lemon); }
.bgpalegrey { background-color: var(--palegrey); }



body:not(.elementor-editor-active) .invisible {
   	visibility: hidden;   
}
body.elementor-editor-active .invisible {
   	opacity: 0.5;
}
body:not(.elementor-editor-active) .hidden {
   	display: none;   
}
body.elementor-editor-active .hidden {
   	opacity: 0.5;
}
body.elementor-editor-active .elementor-widget-html {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	transform: none !important;
	min-height: 50px;
	background-color: rgba(255,0,0,0.5);
}





/* Rotation thingy --------------------------------------------------------------- */

.drehwurm {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 40vh;
	background: rgba(0,0,0,0.7);
	display: none;
	padding: 50px 20px 100px 20px;
	text-align: center;
}
body.elementor-editor-active .drehwurm { display: block; height: auto; position: relative; bottom: unset; top: 0; left: 0; opacity: 1; width: 100%; }

.drehwurm img {
	max-width: 180px;
	margin-bottom: 10px;
}
.drehwurm p {
	font-size: 30px;
	color: white;
	text-align: center;
	margin: 0 auto;
}
@media (max-width: 480px) {
	.drehwurm p { font-size: 7vw; }
}
@media (min-aspect-ratio: 5/4) {
	.drehwurm, .drehwurm.display, .drehwurm.remove, .drehwurm.remove.display { display: none !important; }
}

@media (max-aspect-ratio: 5/4) {
	.drehwurm.display { display: block; }
	.drehwurm.remove, .drehwurm.remove.display { width: 0; height: 0; left: -9999px; opacity: 0; display: none; visibility: hidden; }
}


.drehwurm.remove, .drehwurm.remove.display { width: 0; height: 0; left: -9999px; opacity: 0; display: none; visibility: hidden; }
