/* CSS Mini Reset */
/******************/
html{color:#000;}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

.clear{ clear:both; }
.nopadl{ padding-left:0px !important;	}
.nopadr{ padding-right:0px !important; }
.nopad{padding-left:0px !important; padding-right:0px !important; }
.input_wrongdiv { display: none; color:#ff0000; }
.after_send { display: none; }
/* STYLES */

@font-face {
   	font-family: "NeueSansPro-Bold";
   	src: url(fonts/NeueSansPro-Bold.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
   	font-family: "NeueSansPro-SemiBold";
   	src: url(fonts/NeueSansPro-SemiBold.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
   	font-family: "NeueSansPro-Normal";
	src: url(fonts/NeueSansPro-Normal.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
   	font-family: "NeueSansPro-Light";
	src: url(fonts/NeueSansPro-Light.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

:root {

/*Size 1*/
  --fs-xxl: 60px;
  --lh-xxl: 80px;

  --fs-xl: 40px;
  --lh-xl: 53px;

  --fs-big: 30px;
  --lh-big: 40px;

  --fs-body: 20px;
  --lh-body: 31px;

  --fs-small: 16px;
  --lh-small: 26px;

 --fs-bodyh2: 24px;
  --lh-bodyh2: 34px;

 --fs-ol: 46px;
  --lh-ol: 66px;

 --fs-gal: 14px;
  --lh-gal: 20px;

 --fs-fac: 100px;
  --lh-fac: 133px;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
input:focus, select:focus, textarea:focus {
    outline:none !important;
}
/*input, select, textarea {
	-moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}*/
#pageGeleistete-Stunden .facts  {
    display:none;
}
strong{
    font-family: "NeueSansPro-SemiBold";
    font-weight: normal;
}
@keyframes anima {
  from {width:0px;}
  to {width:100%;}
}
body{
    font-weight: normal;
	font-size: var(--fs-body);
	line-height: var(--lh-body);;
	font-family: "NeueSansPro-Light";
}
#simplitopbarwrapper,#simplipublishbar,#simplinavbar{
	letter-spacing: 0 !important;
}
a:link, a:visited {
    font-family: "NeueSansPro-Normal";
}
a:hover{
font-family: "NeueSansPro-Normal";
}
li{
    text-indent: -18px;
    padding-left:20px;
}
li:before{
    content:"-";
    margin-right:11px;
}

.input_wrongdiv{
	color: red;
}
.input_wrongdiv, .after_send{
	display: none;
}

h1{
	font-size: var(--fs-xl);
	line-height: var(--lh-xl);
	font-family: "NeueSansPro-Light";
}

h2{
	font-size: var(--fs-big);
	line-height: var(--fs-big);
	 font-family: "NeueSansPro-Normal";
}
.chartwrap h2{
	font-family: "NeueSansPro-Normal";
}
.chartwrap.hidden {
    display:none;
}
/*INTRO*/
#introwrapper{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.36);
	z-index: 10;
}
.introcon{
	background: #fff;
	color:#007270;
	font-size: var(--fs-small);
	line-height:  var(--lh-small);
	display: none;
	text-align: center;
	border-radius: 8px;
	padding:0 43px;
}
.introcon .dots{
	position: absolute;
	bottom: 10px;
	transform:translateX(-50%);
	left: 50%;
}
.introcon .dots li{
	width: 6px;
	height: 6px;
	border-radius: 12px;
	background: #DDDDDD;
	display: inline-block;
	margin:0 5px;
	text-indent: 0;
	padding: 0;
}
.introcon .dots li.act{
	background: #ABD355;
}

.introcon .dots li::before {
  content: "";
  margin-right: 0;
}
.introcon div{
	margin-bottom: 12px;
}
img.intro_close{
	position: absolute;
    right: 17px;
    top: 17px;
	height: 18px !important;
	width: auto;
}
.introcon img:not(.intro_close){
	margin-top: 23px;
}
#intro1{
	display: block;
	height: 326px;
	width: 478px;
	left: 50%;
	top: 50%;
	margin-left: -239px;
	margin-top: -163px;
	position: absolute;
	z-index: 20;
	padding: 0 64px;
}
#intro1 h1{
	margin-bottom: 15px;
	margin-top: 69px;
}
#intro1 .btn{
	padding: 14px 20px;
}
.introcon .btn{
	padding: 6px 24px;
	font-weight: bold;
	border-radius: 0;
}
.btn.green{
	background-color: #ABD355;
	color: #fff;
}
#skip{
	color:#A0A0A0;
	border: 1px solid #A0A0A0;
}
#intro2{
	height: 259px;
	width: 418px;
	left: 50%;
	bottom: 49px;
	margin-left: -209px;
	position: absolute;
	z-index: 20;
}
#intro2 img{
	height: 74px;
	width: auto;
	margin-bottom: 15px;
}
#intro2::after{
	content: '';
   position: absolute;
   left: calc(50% - 20px);
   top: 100%;
   width: 0;
   height: 0;
   border-left: 20px solid transparent;
   border-right: 20px solid transparent;
   border-top: 20px solid #fff;
   clear: both;
}
#intro3{
	height: 259px;
	width: 418px;
	left: 8.334%;
	top: 104px;
	position: absolute;
}
#intro3 img:not(.intro_close){
	height: 40px;
	width: auto;
	margin-bottom: 26px;
	margin-top: 45px;
}
#intro3::after{
	content: '';
   position: absolute;
   left: calc(50% - 20px);
   top: -20px;
   width: 0;
   height: 0;
   border-left: 20px solid transparent;
   border-right: 20px solid transparent;
   border-bottom: 20px solid #fff;
   clear: both;
}
#intro4{
	height: 259px;
	width: 418px;
	right: 92px;
	top: 104px;
	position: absolute;
}
#intro4 img:not(.intro_close){
	height: 66px;
	width: auto;
	margin-bottom: 10px;
    margin-top: 18px;
}
#intro4::after{
	content: '';
   position: absolute;
   left: calc(50% - 20px);
   top: -20px;
   width: 0;
   height: 0;
   border-left: 30px solid transparent;
   border-right: 0px solid transparent;
   border-bottom: 20px solid #fff;
   clear: both;
}
/* CONTENT */
#logo{
	top: 0;
	right: 0;
	position: absolute;
	width: 490px;
	height: auto;
}
.nav{

}
.nav li{

}
.actnav a{

}
.navigation{
	width: 100%;
	position: sticky;
	position: -webkit-sticky;
  	top: 0;
	left: 0;
	z-index: 101;
	background: #fff;
	height: 55px;
	padding: 13px 0;
	display: block;
	/*box-shadow: #bbb 0px 9px 20px;*/
}
.navigation.shadow {
    box-shadow: #bbb 0px 9px 20px;
}
.navigation li {
  text-indent: 0;
  padding-left: 0;
}
.navigation li::before{
	content: " ";
	margin-right: 0;
}
.navigation li a{
    font-family: "NeueSansPro-Light";
	font-size: var(--fs-body);
	line-height: var(--lh-body);
	margin-left: 35px;
	color: #007270;
	transition: all 0.5s ease;
}
.navigation a:hover{
	text-decoration: none;
	color:#ABD355;
	transition: all 0.5s ease;
}
.navigation li[data-idnav="9"]{
	display: none;
}
#navbutton{
	display: none;
	position: absolute;
    right: 35px;
    top: 7px;
    background: #ABD355;
    padding: 5px 10px;
	font-size: var(--fs-small);
}
#navbutton a{
	color: #fff;
}
.shadow #navbutton{
	display: block;
}
/*Home*/
.hometxt{
	position: relative;
	width: 100%;
	height: calc(100vh - 55px);
	object-fit: cover;
}
.hometxt h1{
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
	color: #fff;
	font-size: var(--fs-xxl);
	line-height: var(--lh-xxl);
	/*bottom: 60px;*/
	bottom:35px;
	z-index: 9;
}
.hometxt .simpli_item{
	position: inherit;
}
.hometxt img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.newscontent{
	background: #ABD355;
	padding:25px 35px;
	color:#fff;
	top: 30vh;
    position: relative;
	font-size: var(--fs-small);
	line-height: var(--lh-small);
	letter-spacing: normal;
}
.newscontent a{
	color:#fff;
	text-decoration: none;
	/*border-bottom: 2px dotted #fff;*/
	position: relative;
}
.newscontent a::after{
  display: inline-block;
  content: "";
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: -2px;
  border-bottom: 2px dotted #fff;
  width: 100%;
  transition: all 0.5s;
}
.newscontent a:hover:after{
	width:100%;
	animation-name: anima;
  	animation-duration: 0.5s;
}
.newscontent h2{
	text-transform: uppercase;
	font-size: var(--fs-bodyh2);
	line-height: var(--lh-bodyh2);
	font-family: "NeueSansPro-Normal";
	/*letter-spacing: 3px;*/
}

#newshr{
	margin: 20px 0;
	width: 60px;
	color: #fff;
	background: #fff;
	height: 1px;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none; /* Standardmäßig ausgeblendet */
    justify-content: center;
    align-items: center;
	z-index: 120;
 }
#overlay #simplitopbarwrapper{
	display: none;
}
#overlay-content {
	background-color: #fff;
	color: #fff;
	/*border-radius: 5px;*/
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
	z-index: 150;
}
#overlay #logo{
	display: none;
}
#overlay h1{
	all:inherit;
	font-size: var(--fs-ol);
	line-height: var(--lh-ol);
	text-transform: uppercase;
}
.overlaywrap{
	background-color: #ABD355;
	color: #fff;
	height: auto;
    width: 100%;
    float: left;
    display: flex;
	margin-top: -35px;
}
.overlaywrap #newshr{
	width: 150px;
}
.overlaywrap .left{
	float: left;
	padding:0px 25px 0px 50px !important;
	margin:150px 0 50px;
}
.overlaywrap .right{
	float: left;
	padding:0px 50px 0px 25px !important;
	margin-top:150px;
	margin-bottom: 50px;
	border-left: 1px solid #fff;
}
#backhome{
	background: none;
	border:none;
	color: #fff;
	top: 0px;
    position:absolute;
	left: 0;

	z-index: 9999;
	margin: 50px;
	cursor: pointer;
	font-size: var(--fs-small);
    line-height: var(--lh-small);
	text-decoration: none;
}
.overlaywrap a:link, .overlaywrap a:active, .overlaywrap a:visited,  .overlaywrap a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom:1px dotted #fff;
}
.overlaywrap a:hover {
    color:#007270;
    border-bottom:1px dotted #007270;
}
#backhome:hover:after{
	width:100%;
	animation-name: anima;
  	animation-duration: 0.5s;

}
#backhome::after{
  display: inline-block;
  content: "";
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: -2px;
  border-bottom: 2px dotted #fff;
  width: 100%;
  transition: all 0.5s;
}

#helpbuttons{
	position: absolute;
	top: 20px;
	z-index: 100;
	left: 20px;
	/*min-width: 75%;*/
}
#normalsize{
	margin-top: 13px !important;
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 12px !important;
}
#bigsize{
	font-size: 22px;
	line-height: 30px;
}
#biggestsize{
	font-size: 28px;
	line-height: 37px;
}
#switchcss:hover{
	transform: scaleX(-1);
}
#hoverimg{
	float: left;
	padding-right: 20px;
	cursor: pointer;
}
#helpbuttons .toggle_container {
    min-height: 57px;
	width: 57px;
	border: 3px solid #000;
	position: absolute;
	left: 77px;
	top: 0;
	border-radius: 30px;
	background: #ffffff;
}
#helpbuttons .toggle_container li{
	margin: 0 auto;
	background-color: #fff0;
	width: 100%;
	text-align: center;
	border: none;
	margin-left: 9px;
	margin-bottom: 5px;
	color:#000;
}
#helpbuttons .toggle_container li a{
	color:#000;
}
#helpbuttons .toggle_container li:hover{
	text-decoration: underline;
}
.hoveronly img{
	cursor: pointer;
	height: 57px;
    width: auto;
	margin-right: 10px;
}
.hoveronly{
	display: none;
	min-height: 100px;
	max-width: 320px;
}
.hoveronly li::before {
    content: "";
    margin-right: 0;
}
.hoveronly li {
    text-indent: 0;
    padding-left: 0;
	margin: 10px 0 !important;
}
.button:hover{
	color:#ABD355;
	text-decoration: none;
}
/*default*/
.mobileimg{
	display: none;
}
section:not(#pageHome) .centered:not(.chartwrap) {
	/*padding-top: 120px;*/
	padding-top: 150px;
}
.centered {
	margin: 0 auto;
}
section[data-idnav="2"] .defaultimg{
	margin-top: 210px;
}
section[data-idnav="2"] .facts{
	padding-top: 0 !important;
}
.small{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 30px;
	color: #ABD355;
	display: block;
	text-transform: uppercase;
}

.defaultimg{
	position: absolute;
	/*margin-top: 50px;*/
}
.simpli_mod_text .defaultimg{
	top: 0;
}
.defaultimg img{
	max-width: 230px;
	width: 100%;
}
.gallery_label{
	font-size: var(--fs-gal);
	line-height:  var(--lh-gal);
	display: block;
	margin-top: 20px;
}
section[data-idnav="2"] .trigger{
	cursor: pointer;
	margin-top: 50px;
	color: #ABD355;
	display: block;
	width: fit-content;
	/*border-bottom: 2px dotted #ABD355;*/
	transition: all 0.5s ease;

	position: relative;
}
section[data-idnav="2"] .trigger::after{
  display: inline-block;
  content: "";
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: -2px;
  border-bottom: 2px dotted #ABD355;
  width: 100%;
  transition: all 0.5s;
}
section[data-idnav="2"] .trigger:hover:after{
	width:100%;
	animation-name: anima;
  	animation-duration: 0.5s;
}
section[data-idnav="2"] .trigger.trigger_active{
	opacity: 0;
	height: 0;
	margin:0;
	transition: all 0.5s ease;
}
img{
	max-width: 100%;
}
.defaulttxt h1{
	margin-bottom: 60px;
	color: #007270;
	/*letter-spacing: 4px;*/
}
section[data-idnav="2"] .defaulttxt h1{
	width: 550px;
	max-width: 100%;
}
.smallttl{
	font-size: 17px;
	line-height: 22px;
	color: #ABD355;
	margin-left: 20px;
}
.defaulttxt img, .defaulttxt .gallery_label,.defaultimg a, .chartwrap img{
	display: none;
}
.chartwrap a{
	display: inline-block;
	color: #ABD355;
	text-decoration: none;
    /*border-bottom: 2px dotted #ABD355;*/
	padding-top: 7px;
	font-size: var(--fs-small);
	line-height: var(--lh-small);
	margin-right: 15vw;
	 position: relative;
}
.chartwrap a::after{
	display: inline-block;
    content: "";
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: -2px;
    border-bottom: 2px dotted #ABD355;
    width: 100%;
    transition: all 0.5s;
}
.chartwrap a:nth-of-type(even){
	color: #575757;
	text-decoration: none;
    /*border-bottom: 2px dotted #575757;*/
}
 .chartline:last-of-type{
	display: none;
}
.chartwrap a:nth-of-type(even)::after{
	display: inline-block;
    content: "";
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: -2px;
    border-bottom: 2px dotted #575757;
    width: 100%;
    transition: all 0.5s;
}
.chartwrap a:hover:after{
	width:100%;
	animation-name: anima;
  	animation-duration: 0.5s;
}
section[data-idnav="2"] h1{
	font-size: var(--fs-xl);
	line-height: var(--lh-xl);
	letter-spacing: normal !important;
	color: #ABD355;
}
.footerstat a,section[data-idnav="2"] .trigger{
    font-family: "NeueSansPro-Normal";
	font-size: var(--fs-small);
	line-height: var(--lh-small);
}
section[data-idnav="4"] .defaulttxt{
	padding-top:0 !important;
}
.simplichart{
	/*max-height:160px;*/
	width: 100%;
    margin-bottom: 80px;
}
section:not(#pageHome) .simpli_mod_text .simpli_item{
	position: relative;
}
.simpli_mod_gallery .simpli_item[data-idnav2mod="13"]{
	margin-top: 200px;
}
.mobnav,#btn_nav{
	display: none;
}
.legend {
	position: relative;
	margin-left: 50px;
	margin-right: 40px;
	top: -50px;
	white-space: nowrap;
}
.chartwrap h1{
	font-size: var(--fs-big);
	line-height: var(--lh-big);
	color: #007270;
	margin-top: 70px;
	padding-bottom: 20px;
}
.chartwrap h2{
	padding-bottom: 20px;
	text-transform: uppercase;
	font-size: var(--fs-small);
	line-height: var(--lh-small);
	margin-top: 40px;
	/*letter-spacing: 5px;*/
}
.chartimg{
	padding-right: 50px;
}
.chartimg img{
	float: right;
	max-height: 150px;
	max-width: 165px;
}

.dropdownlist ul {
    list-style: none;
    padding: 0;
    margin: 0;
	color:#007270;
	transition: 0.5s ease-in-out;
}
.dropdownlist > ul{
	font-size: var(--fs-body);
	line-height: var(--lh-body);
}
.dropdownlist > ul ul{
	font-size: var(--fs-small);
	line-height: var(--lh-small);
}
.dropdownlist ul ul ul,.dropdownlist ul ul ul .righttxt{
	color: #000;
}
.dropdownlist li {
	cursor: pointer;
}
.dropdownlist li ul {
    display: none;
	transition: 0.5s ease-in-out;
}
.dropdownlist li.active > ul {
    display: block;
	transition: 0.5s ease-in-out;
}
.dropdownlist li::before {
    content: "";
    margin-right: 0px;
}
.dropdownlist li {
    text-indent: 0;
	padding-left: 0;
}
.dropdownlist > ul > li{
	min-height: 55px;
	/*border-bottom: 1px solid #007270;*/
	padding-top: 10px;
	padding-left: 30px;
}
.dropdownlist > ul > li::before {
	content: "";
	margin-right: 0px;
	border-bottom: 1px solid #007270;
	height: 45px;
	display: inline-block;
	position: absolute;
	width: calc(100% - 30px);
	left: 15px;
}
.dropdownlist > ul > li > ul > li{
	min-height: 50px;
	border-bottom: 1px solid #00727069;
	padding-top: 12px;
	margin-left: -30px;
	padding-left: 30px;
}
.dropdownlist > ul > li > ul > li > ul > li{
	min-height: 40px;
	border-bottom: 1px solid #f2f2f2;
	padding-top: 5px;
	margin-left: -30px;
	padding-left: 30px;
}
.dropdownlist > ul > li > ul > li > ul > li:last-of-type{
	border-bottom: none;
}
.dropdownlist .has-dropdown{
	background-image: url('/img/close.svg');
	background-repeat: no-repeat;
	background-position: top 20px left;
}
.dropdownlist .has-dropdown.active{
	background-image: url('/img/open.svg');
	background-repeat: no-repeat;
	background-position: top 20px left;
}
.dropdownlist ul ul .has-dropdown{
	background-size: 10px !important;
	background-position: top 22px left 2px !important;
}
.dropdownlist > ul > li.active > ul {
  display: block;
  margin-top: 13px;
}
section:not(#pageDownloads):not(#pageSpenden) a{
	display: inline-block;
    color: #ABD355;
    text-decoration: none;
    border-bottom: 2px dotted #ABD355;
    padding-top: 60px;
    font-size: var(--fs-small);
    line-height: var(--lh-small);
    margin-right: 15vw;
    position: relative;
}
section:not(#pageDownloads):not(#pageSpenden) a:hover::after {
  width: 100%;
  animation-name: anima;
  animation-duration: 0.5s;
}
section:not(#pageDownloads):not(#pageSpenden) a::after {
  display: inline-block;
  content: "";
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: -2px;
  border-bottom: 2px dotted #ABD355;
  width: 100%;
  transition: all 0.5s;
}
section[data-idnav="3"] .defaultimg{
	display: none;
}
section[data-idnav="4"] .chartline:nth-of-type(even){
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 80px;
	margin-bottom: 80px;
}

section[data-idnav="4"] .forlegend{
	top: 70px;
	height: 50px;
	width: 50vw;
	padding:15px 0;
}
section[data-idnav="4"] .legend{
	  top: 0px;
}
section[data-idnav="4"] .defaulttxt h1{
	margin-bottom: .5px;
}
section[data-idnav="5"] .chartwrap h1{
	padding-bottom: 80px;
}
.onlyline {
	padding-top: 0 !important;
}
.onlyline h2{
	font-size: var(--fs-big);
  	line-height: var(--lh-big);
	font-family: "NeueSansPro-Light";
  	color: #007270;
  	margin-top: 70px;
  	padding-bottom: 20px;
}
.facts:not(.dlnlink) .simpli_item{
	max-width: calc(50% - 20px);
	width: calc(50% - 10px);
    float: left;
	margin-bottom: 50px;
	color: #ABD355;
}
.facts .simpli_item, .facts .simpli_item h1{
	color: #ABD355 !important;
}
.facts .simpli_item:first-of-type, .facts .simpli_item:first-of-type h1,.facts .simpli_item:nth-of-type(4), .facts .simpli_item:nth-of-type(4) h1  {
	color: #007270 !important;
}
.facts .defaulttxt{
	border: 1px solid #EBEBEB;
	padding:20px;
	position: relative;
	min-height: 320px;
}
.facts h1 {
	font-size: var(--fs-fac);
	line-height: var(--lh-fac);
	text-align: center;
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
		font-family: "NeueSansPro-SemiBold";
}

.facts:not(.dlnlink) .simpli_item:nth-of-type(even) {
	margin-left: 20px;
}
.facts:not(.dlnlink) .simpli_item:nth-of-type(odd)  {
	margin-right: 20px;
}
.facts:not(.dlnlink) .simpli_item:last-of-type  {
	max-width: 100%;
	width: 100%;
	margin-left:0;
	margin-right:0;
}
.facts .extra{
	position: absolute;
	top: calc( 50% - 50px);
    left: calc(50% - 150px);
}
.facts:not(.dlnlink) .simpli_item:last-of-type .extra{
	left: calc(50% - 200px);
}
ol{
	margin-left: 25px;
}
ol li::before {
  content: "";
  margin-right: 0;
}
ol li {
	text-indent: 0;
    padding-left: 0;
	list-style:conic-gradient;
}
canvas{
	margin-left: -8px !important;
}
/*Zweispaltig*/
.two,#pageSteuerabrechnung,#pageEinladung-zur-Bürgerversammlung,section:not(#pageHome){
	width: 100%;
  	display: inline-block;
}
.left,.right{
	float: left;
}
.two h2{
	padding-bottom: 50px;
	margin-top: 5px;
}
.two h1, .two h2{
	text-align: center;
}
.two .left h1, .two .left h2{
	color:#007270;
}
.two .right h1, .two .right h2{
	color: #6A5611;
}
.two .simplichart{
	/*max-height:400px;*/
	/*width: calc(100% - 150px);*/
	/*margin: 0 auto;*/
	width: 100% !important;
	margin-top: -90px;
	margin-bottom: 0;
}

/*Greenback*/
.greenback{
    color: #fff;
	padding-top: 150px;
}
.greenback .simpli_mod_text {
	transform: skewY(-2deg);
	padding-bottom: 180px;
	margin-bottom: -40px;
	background: #ABD355;
}
section[data-idnav="7"] .greenback .simpli_mod_text .simpli_item{
	transform: skewY(2deg);
}
.greenback h1{
	/*text-transform: uppercase;*/
	margin-bottom: 15px;
}
.greenback li{
	border-bottom: 2px dotted #fff;
}
.greenback .defaultimg{
	margin-top: 333px;
	font-size: var(--fs-small);
	line-height: var(--lh-small);
	padding-left: 20px;
}
.greenback .desktopimg, .greenback .mobileimg{
	z-index: 100;
	position: relative;
}
.greenback #newshr{
	width: 150px;
	margin: 30px 0 70px;
}
.greenback .button{
	color: #007270 !important;
}
.greenback a:link, .greenback a:visited   {
    color: #fff;
    text-decoration: none;
}
.greenback a:hover {
    color: #007270;
}
/*form*/
section .form{
	margin: 240px 0;
}
section .form label{
	display: none;
}
section .form .right{
	margin-top: -10px;
}
section .form .right h1{
	color:#007270;
	text-align: left;
	margin-bottom: -15px;
}
section .form input{
	border:none;
	border-bottom: 2px solid #007270;
	border-radius: 0;
	width: 100%;
	color:#007270 !important;
	-webkit-text-fill-color:#007270;
	margin-top: 53px;
	padding: 0 2px;
}
section .form .name{
	width:calc(50% - 10px);
	float: left;
}
section .form .formeo-column:nth-of-type(even) .name{
	float: right;
}
section .form .plz{
	width: calc(25% - 10px);
	float: left;
}
section .form .ort{
	width: calc(75% - 10px);
	float: right;
}
section .form .formeo-column{
	width: 100% !important;
}
section .form #send{
	width: 100%;
	border:none;
	background: #ABD355;
	color: #fff !important;
	-webkit-text-fill-color:#fff;
	font-size: 20px;
	line-height: 77px;
	margin-top: 50px;
}
section  ::placeholder {
  opacity: 1 !important;
}
.downloads, .links{
	float: left;
	margin-bottom: 200px;
	font-family: "NeueSansPro-Normal";
}
.dlnlink a, .dlnlink h2{
	color: #007270;
	margin-bottom: 10px;
	display: block;
	transition: all 0.5s ease;
}
.dlnlink h2{
	margin-bottom: 30px;
}
.dlnlink a:hover{
	text-decoration: none;
    color: #ABD355;
    transition: all 0.5s ease;
}

.dl_link, .simpli_item[data-mod="downloads"] a{
	background-image: url('/img/dl.svg');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}
.links a{
	background-image: url('/img/el.svg') !important;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}

#flower{
	position: absolute;
	left: -220px;
	margin-top:-260px;
	width: 584px;
	height: auto;
	mix-blend-mode: multiply;
}
.table-wrapper {
  overflow-x: auto;
  width: 100%;
}
.styledtable{
    min-width:600px !important;
    width: 100%;
  border-collapse: collapse;
}
.styledtable th {
    border-bottom: 1px solid #007270;
    height: 55px !important;
    color:#007270;
    padding-top: 10px;
    text-align:left;
    vertical-align:middle;
    font-size: var(--fs-body);
  line-height: var(--lh-body);
}
.styledtable tr th:not(:first-child), .styledtable tr td:not(:first-child){
    text-align:right;
}
.styledtable td {
    height: 50px !important;
    border-bottom: 1px solid #00727069;
    padding-top: 12px;
    font-size: var(--fs-small);
  line-height: var(--lh-small);
}
/*footer*/
footer::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: inherit;
  transform: skewY(2deg);
  transform-origin: top;
}
footer{
	width: 100%;
	background-color: #007270;
	padding:20px;
	float: left;
	position: relative;
	/*transform: skewY(-2deg);*/
}
.footerinner{
	/*transform: skewY(2deg);*/
}
footer a{
	color: #fff !important;
	margin-right: 50px;
}
.footerstat{
	float: left;
	position: relative;
	display: inline-block;
	height: 100%;
}
.statswrap strong{
	color:#fff;
	padding:5px 0 30px;
	display: block;
}
.text_box .statstxt strong{
	color: #000 !important;
	padding: 0 !important;
	display: inherit !important;
}
.footerstat h2{
	color: #ABD355;
	font: 30px;
	line-height: 40px;
}
.statswrap img{
	width: 100%;
	object-fit: cover;
	min-height: 370px;
}

.statswrap{
	display: inline-block;
}
.statstxt{
	background: #fff;
	padding: 20px !important;
}
.globalwrap .text_box{
	display: inline-block;
    height: 100%;
    width: 100%;
	background: #fff;
}
.globalwrap{
	margin-bottom: 200px;
}
.globalwrap a{
	color:  #ABD355 !important;
	position: relative;
	text-decoration: none !important;
}
.globalwrap a:hover:after{
	width:100%;
	animation-name: anima;
  	animation-duration: 0.5s;

}
.globalwrap a::after{
  display: inline-block;
  content: "";
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: -2px;
  border-bottom: 2px dotted #ABD355;
  width: 100%;
  transition: all 0.5s;
}
#footerlogo{
	max-width: 90vw;
	width: 330px;
	bottom: 50px;
	right: 50px;
}
.posab{
	position: absolute;
}
.footerlink{
	bottom: 20px;
	left: 20px;
}
#weblink{
	color: #ABD355 !important;
}
/* ETC */
.embed-container{
	position: relative;
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.embed-container iframe, .embed-container video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cookie_wrapper{
	font-family: "NeueSansPro-Normal";
	position:fixed;
	left:0px;
	top:0px;
	color:#fff;
	background:#007270;
	min-height:39px;
	text-align:center;
	padding:9px 20px;
	font-size:var(--fs-small);
	line-height: initial;
	width:100%;
	z-index:9999999;
}
#cookie_wrapper a{
	color:#fff !important;
	text-decoration:underline !important;
}

#cookie_accept{
	position:absolute;
	display:block;
	right:11px;
	top:7px;
	cursor:pointer;
}

.simplichart svg {
    overflow:visible;
    vertical-align:initial;
    /*letter-spacing: 0.2em;*/
}
.simplichart div {
    overflow: visible !important;
}
