@charset "utf-8";
/* copyright 2025 webQ GmbH */
* {
	margin:0px;
	padding:0px;
	outline:none;
	border:0;
	box-sizing: border-box;
}
html, body {
	position: relative;
	scroll-behavior: smooth;
	scroll-padding: 100px 0 0 0;
	width: 100%;
	overflow-x: hidden;
}
body{
	overflow-y: auto;
}
body, input, textarea, select {
	font-family: "Josefin Sans", Arial, sans-serif;
	font-size: 18px;
	line-height: 150%;
	color: #06402A;
}
h1, h2, h3, h4{
	font-weight: 600;
	margin-bottom: 1.5rem;
	line-height: 1.25;
}
h1, h2{
	font-size: 2rem;
	margin-top: 2rem;
}
.subHeadline{
	font-size: 1.5rem;
}
.titleHeadline{
	font-size: 3.5rem;
}
p, main ul, main ol{
	font-size: 20px; 
}
a{
	position: relative;
	text-decoration: none;
	color: inherit;
}
a.leaf-link{
	padding-right: 1rem;
	/*padding-bottom: 1rem;*/
	display: inline-block;
	margin: 0.25rem 0;
}
a.leaf-link:before, li.active>a.leaf-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background-color: #50C878;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
a.leaf-link:hover::before, li.active>a.leaf-link::before {
  	transform-origin: left;
  	transform: scaleX(1);
}
.leaf-icon {
  	width: 45px;
  	height: auto;
  	position: absolute;
  	bottom: -8px;
	right: -1.25rem;
}
.leaf-icon path {
  	transform: scale(0);
  	transform-origin: bottom center;
  	transition: transform 0.4s ease;
}

a.leaf-link:hover .leaf-icon #blatt1, li.active>a.leaf-link .leaf-icon #blatt1 {
  	transition-delay: 0.25s;
  	transform: scale(1);
}
a.leaf-link:hover .leaf-icon #blatt2, li.active>a.leaf-link .leaf-icon #blatt2{
  	transition-delay: 0.5s;
  	transform: scale(1);
}
a.leaf-link:hover .leaf-icon #blatt3, li.active>a.leaf-link .leaf-icon #blatt3 {
  	transition-delay: 0.75s;
  	transform: scale(0.8);
}
main ul, main ol{
	margin-left: 2rem;
	list-style-position: outside;
}
main ul{
	list-style-image: url("/layout/blatt-list.svg");
}
main ul li, main ol li{
	margin-bottom: 0.5rem;
}
.hidden{
	display: none;
}
.container{
	max-width: 1280px;
	padding: 1rem;
	margin: 0 auto;
}
.relative{
	position: relative;
}
.distance{
	margin: 2rem 0;
}
/* ------------------------------------- colors ------------------------------------- */
.whiteText{
	color: #fff;
}
.darkgreenText{
	color: #06402A;
}
.lightgreenText{
	color: #50C878;
}
.whiteBG{
	background-color: #fff;
}
.darkgreenBG{
	background-color: #06402A;
}
.lightgreenBG{
	background-color: #50C878;
}
/* ------------------------------------- layout-grid ------------------------------------- */
.flexbox{
	display: flex;
	align-items: center;
	align-content: center;
}
.alignBetween{
	justify-content: space-between;
}
.alignAround{
	justify-content: space-around;
}
.alignCenter{
	justify-content: center;
}
.alignStart{
	justify-content: flex-start;
}
.row{
	flex-direction: row;
}
.column{
	flex-direction: column;
}
.wrap{
	flex-wrap: wrap;
}
.col-100{
	width: 100%;
}
.col-70{
	width: 68%;
}
.col-60{
	width: 58%;
}
.col-50{
	width: 48%;
}
.col-40{
	width: 38%;
}
.col-33{
	width: 30%;
}
.col-30{
	width: 28%;
}
.col-25{
	width: 23%;
}
/* ------------------------------------- buttons ------------------------------------- */
.scrollToTop {
  	position: fixed;
  	z-index: 100;
  	bottom: 10px;
  	right: 10px;
 	width: 50px;
  	height: 50px;
  	padding: 1em;
  	border-radius: 0.5rem;
	border: 2px solid #fff;
  	transition: all 0.5s ease 0s;
  	font-size: 0;
  	text-align: center;
  	text-decoration: none;
  	background: rgba(255,255,255,0.5) url(/layout/icon-toTop.svg) no-repeat center center;
  	background-size: 25px;
  	opacity: 0;
  	cursor: pointer;
}
.btn{
	background-color: #50C878;
	color: #06402A;
	font-weight: 500;
	font-size: 1.25rem;
	border-radius: 8px;
	border: solid 1px #50C878;
	padding: 0.5rem 1.5rem;
	margin: 1rem;
	width: 320px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.btn:hover{
	background-color: #06402A;
	color: #50C878;
}
.arrow a>img{
	position: absolute;
  	z-index: 1;
	width: 250px;
	height: auto;
}
.arrow a>img.seasons{
	width: 200px;
	left: -100px;
}
body.spring .arrow a>img{
	top: -30px;
}
body.spring .arrow a>img.seasons{
	top: -24px;
}
body.summer .arrow a>img{
	top: -12px;
}
body.summer .arrow a>img.seasons{
	top: -10px;
}
body.autumn .arrow a>img{
	top: -22px;
}
body.autumn .arrow a>img.seasons{
	top: -17px;
}
body.winter .arrow a>img{
	top: -25px;
	width: 275px;
}
body.winter .arrow a>img.seasons{
	top: -17px;
	width: 220px;
}
.arrow:not(.subContent .arrow){
	/*background: transparent url("/layout/pfeil_gruen-animiert-loop.svg")no-repeat center left;*/
	background-color: transparent;
	/*background-image: url("/layout/pfeil_gruen-animiert-loop.svg");*/
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 95px;
	width: 100%;
	height: auto;
	padding-left: 110px;
  	margin-top: 2rem;
	position: relative;
	z-index: 10;
}
body.spring .arrow:not(.subContent .arrow){
	background-image: url("/layout/pfeil_gelb-animiert-loop.svg");
}
body.summer .arrow:not(.subContent .arrow){
	background-image: url("/layout/pfeil_gruen-animiert-loop.svg");
}
body.autumn .arrow:not(.subContent .arrow){
	background-image: url("/layout/pfeil_braun-animiert-loop.svg");
}
body.winter .arrow:not(.subContent .arrow){
	background-image: url("/layout/pfeil_blau-animiert-loop.svg");
}
body .subcontent .arrow{
	background-image: none;
}
.arrow p{
	background-color: #50C878;
  	padding: 0.5rem 1rem;
	/*margin-left: 1rem;*/
  	border-radius: 4px;
	border: solid 2px #50C878;
  	color: #06402A;
  	width: 250px;
  	display: flex;
  	justify-content: center;
  	align-content: center;
  	align-items: center;
	cursor: pointer;
}
.arrow a:hover p{
	background-color: #06402A;
	color: #50C878;
}
body.spring .arrow p{
 	background-color: #f9edae;
	border: solid 2px #f9edae;
  	color: #d2011d;
}
body.spring .arrow a:hover p{
	background-color: #d2011d;
	color: #f9edae;
}
body.summer .arrow p{
  	background-color: #50C878;
	border: solid 2px #50C878;
  	color: #06402A;
}
body.summer .arrow a:hover p{
	background-color: #06402A;
	color: #50C878;
}
body.autumn .arrow p{
  	/*background-color: #913401;
	border: solid 2px #913401;*/
	background-color: #7d4425;
	border: solid 2px #7d4425;
  	color: #ffdd76;
}
body.autumn .arrow a:hover p{
	background-color: #ffdd76;
	color: #913401;
}
body.winter .schnee{
	display: inline-block;
}
body.winter .arrow p{
  	background-color: #76cff9;
	border: solid 2px #76cff9;
  	color: #06402A;
}
body.winter .arrow a:hover p{
	background-color: #06402A;
	color: #76cff9;
}
.floral-line{
	position: relative;
	height: 50px;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 4.5rem;
}
.floral-line h2{
	position: absolute;
  	background-color: #fff;
  	top: -50%;
  	padding: 0 1rem;
}
.floral-line hr{
	width: calc(100% - 150px);
	height: 3px;
	background-color: #50C878;
}
.floral-line img{
	position: absolute;
  	width: 80px;
  	height: auto;
	top: -1.5rem;
}
.floral-line img:nth-of-type(1){
	transform: rotate(180deg);
  	left: 3rem;
}
.floral-line img:nth-of-type(2){
  	right: 3rem;
}
.title{
	text-align: center;
	margin: 0.5rem 0;
}
#content strong.searched{
	display: inline-block;
  	color: #50C878;
  	background-color: #06402A;
}
.page_link{
	padding: 0.25rem;
	display: flex;
  	justify-content: center;
  	align-items: center;
  	height: 2rem;
  	width: 3rem;
	color: #06402A;
}
.page_link.active{
	background: transparent url("/layout/blatt.svg") no-repeat center center;
	background-size: contain;
}
/* ------------------------------------- header ------------------------------------- */
header{
	height: 90px;
	transition: all 0.3s ease-in-out;
	position: fixed;
	z-index: 999;
	background-image: linear-gradient(to bottom, rgba(6, 64, 42, 1) 30%, rgba(6, 64, 42, 0) 100%);
}
header.scrolled{
	background-color: #06402A;
}
#header-right, #header-left{
	/*width: 230px;*/
	width: 320px;
}
#lang_switch{
}
#lang_switch a{
	width: 50px;
  	height: 40px;
	display: inline-block;
	font-size: 0.9rem;
	text-align: center;
	color: #fff;
	margin-right: 0.25rem;
	padding-top: 8px;
}
#lang_switch a.active, #lang_switch a:hover{
	background: transparent url("/layout/blatt.svg") no-repeat center center;
    background-size: auto;
  	background-size: contain;
  	color: #06402A;
}
#logo{
	position: relative;
}
#logo a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 90;
}
#logo-blume{
	margin-right: 0.5rem;
}
#search-box label, #navBtn p{
	color: #fff;
	font-size: 1rem;
	cursor: pointer;
}
#search-form, #navBtn{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
#searchIcon{
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	background-image: url("/layout/icon-suche.svg");
	/*background: transparent url("/layout/icon-suche.svg")no-repeat center top;*/
	background-size: 30px;
	width: 45px;
	height: 35px;
	margin-left: 0.15rem;
	cursor: pointer;
	margin-top: 0;
}
#searchIcon.close{
	background-image: url("/layout/icon-close-white.svg");
	background-size: 22px;
	margin-top: 6px;
}
.search-box,#search-form {
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-box{
    width: max-content;
}
#search-box{
	position: relative;
}
#search-form{
	flex-direction: row;
	position: relative;
}
.search-input{
	border: none;
    border-radius: 4px;
    padding: 0;
	width: 0;
	-webkit-transition: width .5s ease-in-out;
 	-moz-transition: width .5s ease-in-out;
  	-o-transition: width .5s ease-in-out;
  	transition: width .5s ease-in-out;
	position: absolute;
	top: 50px;
	right: 0;
}
.search-expanded .search-input {
	border: 1px solid #06402A;
	padding: 0.25rem;
    width: 200px;
}
#search-submit{
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
}
#clearButton{
	position: absolute;
	z-index: 1000;
	right: -35px;
	top: 52px;
	height: 30px;
	width: 30px;
	background: transparent url("/layout/icon-close.svg") no-repeat center;
	background-size: contain;
	cursor: pointer;
}
#navBtn{
	width: 75px;
}
#mobile_button {
	position: relative;
	z-index: 100;
  	width: 25px;
  	height: 35px;
  	overflow: hidden;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .5s ease-in-out;
  	-moz-transition: .5s ease-in-out;
  	-o-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
  	cursor: pointer;
}
#mobile_button span{
  	display: block;
  	position: absolute;
  	height: 2px;
  	width: 100%;
  	background-color: #fff;
  	opacity: 1;
	border-radius: 0;
  	left: 0;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .25s ease-in-out;
  	-moz-transition: .25s ease-in-out;
  	-o-transition: .25s ease-in-out;
  	transition: .25s ease-in-out;
}
#mobile_button span:nth-child(1) {
  	top: 5px;
}
#mobile_button span:nth-child(2) {
  	top: 14px;
}
#mobile_button span:nth-child(3) {
  	top: 23px;
}
#mobile_button.open {
	border: 0px solid #50C878;
	border-radius: 50%;
}
#mobile_button.open span{
	background-color: #50C878;
}
#mobile_button.open span:nth-child(1) {
  	-webkit-transform: rotate(45deg);
  	-moz-transform: rotate(45deg);
  	-o-transform: rotate(45deg);
  	transform: rotate(45deg);
  	top: 16px;
}
#mobile_button.open span:nth-child(2) { 
  	width: 0%;
}
#mobile_button.open span:nth-child(3) {
  	-webkit-transform: rotate(-45deg);
  	-moz-transform: rotate(-45deg);
  	-o-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  	top: 16px;
}
nav{
	height: 100vh;
	overflow-y: scroll;
	/*padding: 50px;*/
	padding: 120px 2rem 2rem 4rem;
	position: fixed;
	z-index: 990;
	top: 0;
	right: 0;
	background-color: #06402A;
	border-left: 2px solid #50C878;
	transition: all 0.5s ease;
}
nav ul {
	list-style: none;
	width: 160px;
	height: 100%;
}
nav>ul>li:last-child{
	padding-bottom: 1.5rem;
}
nav li {
	margin: 2em 0;
	position: relative;
}
nav li a{
	color: #fff;
}
nav .has-sub ul{
	margin-left: 2em;
}
nav li.has-sub{
	
}
nav.closed{
	width: 0;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}
nav.open{
	width: 365px;
	opacity: 1;
	pointer-events: all;
}
.menu-link {
  	font-weight: 400;
}
.menu-link:hover {
  	font-weight: 700;
}
.menu-link::after {
  	content: attr(data-text);
  	font-weight: 700;
 	visibility: hidden;
  	height: 0;
  	overflow: hidden;
  	display: block;
  	user-select: none;
  	pointer-events: none;
}
.toggle-submenu{
	width: 30px;
	height: 30px;
	background: transparent url("/layout/icon-right.svg")no-repeat center;
	background-size: 10px;
	position: absolute;
	right: -30px;
	cursor: pointer;
}
.toggle-submenu.is-open{
	background: transparent url("/layout/icon-down.svg")no-repeat center;
	background-size: 20px;
}
#karriereIcon{
	cursor: pointer;
	position: relative;
}
#karriereIcon p{
	font-size: 1rem;
}
#karriereIcon a{
	position: absolute;
	width: 100%;
	height: 100%;
}
/* ------------------------------------- breadcrump navi ------------------------------------- */
#breadcrumb{
	position: relative;
	z-index: 5;
}
#breadcrumb ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	color: #06402A;
}
#breadcrumb ul li{
	position: relative;
	margin-right: 2rem;
	font-size: 1rem;
}
#breadcrumb ul li a{
	background: transparent url("/layout/blatt-list.svg") no-repeat right center;
	background-size: 10px;
	display: inline-block;
	width: calc(100% + 18px);
	color: #06402A;
}
.breadcrumb-item.active::before{
	content: '';
  	position: absolute;
  	width: calc(100% + 40px);
  	height: 3px;
  	border-radius: 4px;
  	background-color: #50C878;
  	bottom: 0;
  	left: 0;
  	transition: transform .3s ease-in-out;
	transform-origin: left;
 	transform: scaleX(1);
}
.breadcrumb-item.active .leaves {
  	position: absolute;
  	top: 0.85rem;
  	right: -2.6rem;
  	width: 40px;
  	height: auto;
}
/* ------------------------------------- accordion ------------------------------------- */
.accordion{
	padding-top: 2rem;
}

.acc > h2, .acc > p {
	text-align: left;
	display: block;
	margin-bottom: 0;
	background-color: transparent;
	padding-right: 2.5rem;
}
.acc > h2{
	margin-top: 0;
	font-size: 1.75rem;
}
.acc {
  	cursor: pointer;
  	padding: 1.5rem 0.5rem;
 	width: 100%;
  	transition: all 0.5s ease;
	background: transparent url("/layout/icon-right.svg") no-repeat 98% center;
	background-size: 12px;
}
.acc.active {
	background: transparent url("/layout/icon-down.svg") no-repeat 98% center;
	background-size: 22px;
}
.acc img{
	margin-right: 1.5rem;
	width: 40px;
	height: auto;
}
.panel {
	display: block;
  	padding: 0;
	padding-right: 2.5rem;
  	/*max-height: 0;*/
	max-height: 0;
  	overflow: hidden;
  	/*transition: max-height 0.2s ease-out;*/
	transition: height 0.2s ease-out;
	border-bottom: 2px solid #50C878;
	text-align: left;
	width: 100%;
}
.panel.closed > *{
	display: none;
}
.panel > *{
	display: block;
}
.panel p, .panel small{
	margin-left: 0.75rem;
}
.panel p{
	margin-bottom: 0.6rem;
}
.panel p:last-of-type{
	margin-bottom: 1.5rem;
}
/*.panel li {
  	padding-left: 0.5em;
}
.panel ul, .panel ol {
  	margin-left: 1em;
}*/
.panel ul{
	margin-bottom: 2em;
}
/* ------------------------------------- content ------------------------------------- */
.overview-link{
	position: relative;
}
.overview-link p{
	text-align: center;
}
.overview-link a{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
  	left: 0;
 	right: 0;
}
.overview-small .overview-link{
	margin: 1.5rem 0;
}
/*.arrow{
	background: transparent url("/layout/pfeil_gruen.svg")no-repeat center center;
	background-size: contain;
	width: 80px;
}*/
.headerImage{
	position: relative;
	height: 250px;
	padding-top: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#fadeout {
  position: absolute;
  bottom: -5px;
  left: -5px;
  right: 0;
  width: calc(100vw + 10px);
  height: auto;
  overflow: hidden;
}
.mask-full{
	width: 100vw;
	aspect-ratio: 1917 / 1002;
	position: relative;
	-webkit-mask-image: url("/layout/mask-fullscreen.svg");
	mask-image: url("/layout/mask-fullscreen.svg");
	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
  	-webkit-mask-size: cover;
  	mask-size: cover;
  	-webkit-mask-position: center;
  	mask-position: center;
}
.mask-shape{
	-webkit-mask-image: url("/layout/mask-circle.svg");
	mask-image: url("/layout/mask-circle.svg");
	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
  	-webkit-mask-size: contain;
  	mask-size: contain;
  	-webkit-mask-position: center;
  	mask-position: center;
}
.mask-shape-1{
	-webkit-mask-image: url("/layout/mask-circle-1.svg");
	mask-image: url("/layout/mask-circle-1.svg");
	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
  	-webkit-mask-size: contain;
  	mask-size: contain;
  	-webkit-mask-position: center;
  	mask-position: center;
	width: 100%;
	height: auto;
}
.mask-shape-2{
	-webkit-mask-image: url("/layout/mask-circle-2.svg");
	mask-image: url("/layout/mask-circle-2.svg");
	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
  	-webkit-mask-size: contain;
  	mask-size: contain;
  	-webkit-mask-position: center;
  	mask-position: center;
	width: 100%;
	height: auto;
}
.mask-shape-3{
	-webkit-mask-image: url("/layout/mask-circle-3.svg");
	mask-image: url("/layout/mask-circle-3.svg");
	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
  	-webkit-mask-size: contain;
  	mask-size: contain;
  	-webkit-mask-position: center;
  	mask-position: center;
	width: 100%;
	height: auto;
}
.mask-shape-video-1{
	-webkit-mask-image: url("/layout/mask-circle-3.svg");
	mask-image: url("/layout/mask-circle-3.svg");
	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
  	-webkit-mask-size: contain;
  	mask-size: contain;
  	-webkit-mask-position: center;
  	mask-position: center;
	width: 100%;
	height: auto;
}
.mask-shape-video-1 iframe{
	width: 100vw;
 	height: 100vh;
}
.mask-left-1{
	-webkit-mask-image: url("/layout/mask-left-1.svg");
	mask-image: url("/layout/mask-left-1.svg");
	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
  	-webkit-mask-size: contain;
  	mask-size: contain;
  	-webkit-mask-position: center left;
  	mask-position: center left;
}
.mask-left-2{
	-webkit-mask-image: url("/layout/mask-left-2.svg");
	mask-image: url("/layout/mask-left-2.svg");
	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
  	-webkit-mask-size: contain;
  	mask-size: contain;
  	-webkit-mask-position: center left;
  	mask-position: center left;
}
.mask-right{
	-webkit-mask-image: url("/layout/mask-right.svg");
	mask-image: url("/layout/mask-right.svg");
	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
  	-webkit-mask-size: contain;
  	mask-size: contain;
  	-webkit-mask-position: center right;
  	mask-position: center right;
}
.mask-full>img{
	position: absolute;
	object-fit: cover;
	z-index: -1;
	/*width: 100vw;
	height: auto;*/
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/*.teaser{
	margin: 4rem 0;
}*/
.image-r img, .image-l img{
	width: 100%;
  	height: 100%;
	max-height: 600px;
  	overflow: hidden;
  	object-fit: cover;
}
.text-r, .text-l, .text-full-shape{
	position: relative;
	z-index: 10;
}
.text-r{
	padding-right: calc(((100vw - 1280px) / 2) + 1rem);
}
.text-l{
	padding-left: calc(((100vw - 1280px) / 2) + 1rem);
}
.mask-full>div{
	height: 100%;
}
.mask-full h2, .mask-full p{
	position: relative;
	z-index: 10;
}
.mask-full img.mask-shape-BG{
	position: absolute;
	z-index: 0;
	height: 220%;
  	width: auto;
  	top: -60%;
  	left: calc(((100vw - 1280px) / 2) - 10rem);
}
.subContent-wrapper{
	align-items: flex-start;
}
.subContent{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.subContent img{
	/*max-height: 300px;*/
	height: 250px;
	object-fit: cover;
}

.subContent > p{
	width: 80%;
}
.subContent .arrow p{
	width: 200px;
}
.ext-media iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0px;
	border: 0px;
}
.ext-media {
	overflow: hidden;
	border-radius: 1em;
	margin-bottom: 2em;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	text-align: center;
}
#content{
	min-height: calc(100vh - 318px);
}
#notFound{
	min-height: calc(100vh - 340px);
	padding-top: 100px;
  /*	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-content: center;
  	align-items: flex-start;*/
}
#notFound>div{
	align-items: flex-start;
	text-align: left;
}
#notFound a.leaf-link{
	font-weight: 700;
}
.contentLinks a{
	font-size: 20px;
	/*color: #50C878;*/
	font-weight: 700;
}
.text-below-image-r{
	text-align: right; 
	padding-right: 1rem;
}
.text-below-image-l{
	text-align: left; 
	padding-left: 1rem;
}
.honey{
	display: none;
}
.tour, .smallTour{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
}
.tour{
	background-size: 25px;
	padding-left: 35px;
}
.smallTour{
	background-size: 15px;
	padding-left: 25px;
}
.tour-Baum{
	background-image: url("/layout/icon_baum.svg");
}
.tour-Staude{
	background-image: url("/layout/icon_pflanzen.svg");
}
/* ------------------------------------- Team ------------------------------------- */
.teamMember{
	text-align: center;
}
.teamMember h2{
	margin-bottom: 0.25rem;
}
.teamMember p{
	margin-bottom: 1rem;
}
#teamOverview{
	align-items: flex-start;
}
/* ------------------------------------- footer ------------------------------------- */
#schubkarre{
	width: 300px;
	height: 300px;
	object-fit: contain;
	margin-top: 2rem;
}
footer{
	width: 100vw;
	background-color: #06402A;
}
#footerText, #footerBottom{
	width: 100%;
}
#footerText{
	position: relative;
	background-color: #06402A;
	color: #50C878;
	padding: 1.5rem 0;
	/*margin-top: 2rem;*/
	border-top: solid 5px #50C878;
}
#footerText a{
	color: #50C878;
}
#footerLeaves{
	position: absolute;
	top: -1.5rem;
	right: 3rem;
	width: 80px;
	height: auto;
}
#footerAddress{
	background-image: url("/layout/icon_address.svg");
	background-size: 15px;
}
#footerPhone{
	background-image: url("/layout/icon_phone.svg");
	background-size: 18px;
}
#footerFax{
	background-image: url("/layout/icon_fax.svg");
	background-size: 18px;
}
#footerMail{
	background-image: url("/layout/icon_mail.svg");
	background-size: 18px;
}
#footerAddress, #footerPhone, #footerFax, #footerMail{
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.75rem;
}
#footerBottom{
	background-color: #50C878;
}
#footerBottom span{
	margin: 0 1rem;
}
#footerBottom a{
	color: #06402A;
}

/* ------------------------------------- Meldungen ------------------------------------- */
.meldungen{
	position: relative;
}
.meldungen #meldungen-fadeout-bottom{
	margin-bottom: -15px;
	margin-top: -1.5rem;
}
.meldungen-titel{
	font-size: 1.5rem;
  	margin-bottom: 0.25rem;
}
/* ------------------------------------- Jobs ------------------------------------- */
.stellenangebot{
	margin-bottom: 4rem;
}
.stellenangebot h3{
	font-size: 1.5rem;
	font-weight: 700;
}
.stellenangebot span{
	font-weight: 300;
	font-size: 1rem;
}
#jobdescription{
	margin: 2rem auto;
}
#stellenangebot-detail h2 span.diverse{
	font-weight: 300;
	font-size: 1rem;
}
/* ------------------------------------- Media ------------------------------------- */
@media (max-width: 1300px){
	.stellenangebot .col-50{
		width: 100%;
	}
}
@media (max-width: 1280px){
	
	.text-r{
		padding-right: 1rem;
	}
	.text-l{
		padding-left: 1rem;
	}
	.mask-full img.mask-shape-BG{
		/*height: 205%;*/
		left: -10rem;
	}
}
@media (max-width: 1243px){
	.mask-full img.mask-shape-BG{
		height: 195%;
		top: -50%;
	}
}
@media (max-width: 1080px){
	.col-33{
		width: 48%;
	}
	.mask-full img.mask-shape-BG{
		height: 185%;
	}
	#search-submit, #karriereIcon p{
		display: none;
	}
	#header-right, #header-left {
		/*width: 145px;*/
		width: 200px;
	}
}
@media (max-width: 820px) {
	.col-33{
		width: 100%;
	}
	#logo-text, #search-submit{
		display: none;
	}
	#header-right, #header-left {
		/*width: 145px;*/
		width: 200px;
	}
	.col-50{
		width: 100%;
	}
	.image-r, .image-l{
		order: 2;
	}
	.text-l, .text-r{
		padding: 1rem;
		order: 1;
	}
	.mask-full .col-50{
		width: 48%;
	}
	#karriereIcon p{
		display: none;
	}
	#stellenangebote .arrow{
		background: none!important;
		padding-left: 0;
	}
	#stellenangebote .stellenangebot{
		flex-direction: column;
	}
	#stellenangebote .col-40, #stellenangebote .col-60{
		width: 100%;
	}
	
}

@media (max-width: 520px) {
	nav.open{
		width: 100vw;
	}
	#navBtn p{
		display: none;
	}
	#navBtn{
		width: 25px
	}
	#header-right, #header-left {
	  	/*width: 95px;*/
		width: 120px;
	}
	.subContent>p{
		display: none;
	}
	.subContent>h2{
		margin: 0;
		font-size: 1.5rem;
	}
	.subContent .arrow p {
	  	width: 130px;
	}
	.arrow a > img.seasons{
		display: none;
	}
}
@media (orientation: portrait) {
	.mask-full{
		width: 100vw;
		aspect-ratio: 1090 / 986;
		position: relative;
		-webkit-mask-image: url("/layout/mask-fullscreen-landscape.svg");
		mask-image: url("/layout/mask-fullscreen-landscape.svg");
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: cover;
		mask-size: cover;
		-webkit-mask-position: center;
		mask-position: center;
	}
/*	.mask-full img{
		width: 100%;
		height: 100%;
	}*/
	
}
@media (orientation: portrait) and (max-width: 820px){
	.mask-full img.mask-shape-BG{
		height: 150%;
		top: -30%;
		left: -20rem;
	}
	.col-70{
		width: 100%;
	}
}
@media (orientation: portrait) and (max-width: 720px){
	.mask-full img.mask-shape-BG{
		display: none;
	}
	.mask-full .col-50 {
		width: 100%;
	}
	.mask-full{
		width: 100vw;
		aspect-ratio: none;
		-webkit-mask-image: none;
		mask-image: none;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: cover;
		mask-size: cover;
		-webkit-mask-position: center;
		mask-position: center;
	}
	img.mask-full-BG{
		position: relative;
		-webkit-mask-image: url("/layout/mask-fullscreen-landscape.svg");
		mask-image: url("/layout/mask-fullscreen-landscape.svg");
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: cover;
		mask-size: cover;
		-webkit-mask-position: center;
		mask-position: center;
	}
	.mask-full > div{
		height: auto;
	}
}
@media (max-width: 480px){
	#footerText>div{
		justify-content: flex-start;
		align-items: flex-start;
	}
}
@media (max-width: 380px){
	.arrow:not(.subContent .arrow) {
    	background: none !important;
    	padding-left: 0 !important;
  	}
}
@media (max-height: 780px) and (max-width: 960px){
	.mask-full img.mask-shape-BG{
		height: 175%;
		top: -45%;
		left: -18rem;
	}
	.mask-full > div {
	  height: 125%;
	}
}