@font-face {
  font-family: 'TheSans';
  src: url('/fonts/TheSansOffice5_.eot');
  src: local('☺'), url('/fonts/TheSansOffice5_.woff') format('woff'), url('/fonts/TheSansOffice5_.ttf') format('truetype'), url('/fonts/TheSansOffice5_.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
a img {
  border: none
}
html {
  height: 100.1%
}
body {
  background-color: #fff;
  color: #555;
  padding: 0px;
  font: 1.2em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  font-weight: 200;
}
a, a:visited {
  color: #009a49;
  text-decoration: none;
}
a:hover {
  color: #009a49;
  text-decoration: underline
}
h1 {
  color: #009a49;
  font: bold 250%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0 0 0.5em 0
}
h2 {
  color: #333333;
  font: normal 200%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0.5em 0 0.5em 0
}
h3 {
  font: bold 160%/150% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0 0 0.5em 0;
  color: #00a9e0
}
h4 {
  font: normal 110%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0 0 1em 0
}
p {
  margin-bottom: 1.2em
}
strong {
  font-family: 'TheSans'
}
ul {
  margin: 0 0.2em 1em 0em;
  list-style-type: none;
}
ul li::before {
  content: '✓ '; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #00a9e0; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
ul li {
  margin: 0 0 0.2em 1em;
}
@media only screen and (max-width: 1020px) {
  h3 {
    font: bold 150%/150% 'TheSans', Verdana, 'Geneva, sans-serif';
  }
  ul {
    margin: 0 0 2em 4em;
    width: 80%
  }

}
@media only screen and (max-width: 640px) {
	h1 {
    font: bold 200%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  }
  h2 {
    font: normal 150%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  }
  h3 {
    font:bold 120%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  }
  ul {
    margin: 0 0 1em 0.8em;
    width: auto
  }
}
@media only screen and (max-width: 420px) {
  h1 {
    font: normal 140%/130% 'TheSans', Verdana, 'Geneva, sans-serif';
  }
}
@media only screen and (max-width: 340px) {
  h1 {
    font: normal 130%/130% 'TheSans', Verdana, 'Geneva, sans-serif';
  }
}
sub {
  font-size: 0.7em;
  vertical-align: -2px
}
.green {
  color: #009a49
}
.grey {
  color: #4d4f53
}
.blue {
  color: #00a9e0
}
.grey {
  color: #444;
  font-family: 'TheSans'
}
.small {
  font-size: 90%
}
.weiss {
  color: #fff
}
a.weiss:hover {
  color: #fff
}
.grey-BG {
  background: #f3f5f4 /* background: #f3f3f3*/
}
/********************** HEADER ********************************/
.headerAround {
  width: 100%;
  height: 70px;
  top: 0;
  /*  z-index: 1000;*/
  background-color: #fff;
  /*  -webkit-box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.4);*/
}
.header {
  max-width: 1080px;
  height: 89px;
  margin: 0 auto;
  position: relative;
  background-image: url(img/header_BG.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.header img {
  width: 160px;
  margin: 18px 20% 24px 20px;
  float: left
}
.mobilicon {
  display: none
}
@media only screen and (max-width: 1024px) {
  .header img {
    margin: 18px 20% 24px 20px;
    float: left
  }
}
@media only screen and (max-width: 640px) {
  .header, .headerAround {
    height: 50px;
    background-image: none;
  }
  .header {
    width: 20%;
    float: left
  }
  .headergrey {
    width: 70%;
    margin: 0;
    font-size: 0.8em;
    color: #333333;
    padding: 20px 10px 1px 5px;
    float: right;
    line-height: 110%
  }
  .header img {
    width: 110px;
    margin: 12px 0% 10px 20px;
  }
}
@media only screen and (max-width: 460px) {
  .headergrey {
    width: 60%;
    margin: 0;
    font-size: 0.7em;
    color: #333333;
    padding: 10px 10px 1px 5px;
    float: right;
    line-height: 110%
  }
}
.bg-verlauf {
  width: 100%;
  background: linear-gradient(360deg, #009a49 0%, black 50%);
}
.bigIMAGE {
  margin-top: 0px;
  height: 350px;
  width: 100%;
  z-index: 0;
}
.bigIMAGE.home {
  background: url(img/HEADER.webp) no-repeat top center, linear-gradient(360deg, #009a49 0%, black 50%);
  background-size: contain;
}
.bigIMAGEslogan {
  position: relative;
  top: 10%;
  width: 100%;
  height: 55%;
  margin: 0 auto;
  text-align: center;
}
.bigIMAGEslogan h1 {
  font-size: 3.5em;
  font-weight: normal;
  color: #fff;
  display: inline;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}
.bigIMAGEslogan h2 {
  font-size: 1.2em;
  font-weight: normal;
  color: #fff;
  line-height: 120%;
  text-shadow: 2px 1px 2px black, 1px 2px 3px black;
  padding: 10px 0 0px 0;
}
@media (max-width: 1440px) {
  .bigIMAGE.home {
    height: 350px;
    background-size: cover;
    background-color: #fff;
  }
}
@media (max-width: 960px) {
  .bigIMAGE {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .bigIMAGEslogan h1 {
    font-size: 2em;
  }
  .bigIMAGEslogan h2 {
    font-size: 1em;
  }
}
@media (max-width: 639px) {
  .bigIMAGEslogan {
    background-color: rgba(0, 0, 0, 0.0);
    top: 15%
  }
  .bigIMAGE.home {
    background-position-y: top;
    background-position-x: right;
    background-size: cover;
    -moz-background-size: cover;
    height: 180px;
  }
  .bigIMAGEslogan h1 {
    font-size: 2em;
  }
  .bigIMAGEslogan h2 {
    font-size: 1em;
  }
}
@media (max-width: 375px) {
  .bigIMAGE.home {
    background: url(img/HEADER.jpg) no-repeat;
    background-position-y: top;
    background-position-x: right;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGEslogan h1 {
    font-size: 1.7em;
  }
  .bigIMAGEslogan h2 {
    font-size: 1em;
  }
}
@media (max-width: 340px) {
  .bigIMAGEslogan h1 {
    font-size: 1.3em;
  }
  .bigIMAGEslogan h2 {
    font-size: 1em;
  }
}
.bigIMAGEslogan h1 span {
  background-color: rgba(0, 0, 0, 0.0);
  padding: 0 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.bigIMAGEslogan a, .bigIMAGEslogan a:hover {
  text-decoration: none;
  outline: none;
  border-bottom: none
}
/*.headimageAround {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-top: 1px solid #ccc;
  padding-top: 78px;
}
.headimageAround img {
  width: 100%;
} */
/********************** CONTENT ********************************/
.contentWhiteHeader {
  max-width: 1080px;
  margin: 0px auto 0 auto;
  height: auto;
  position: relative;
  z-index: 100;
  padding: 50px 80px 20px 80px;
  background-color: rgba(255, 255, 255, 1);
}
@media only screen and (max-width:920px) {
  .contentWhiteHeader {
    max-width: 920px;
    margin: 0px auto 0 auto;
  }
}
@media only screen and (max-width:600px) {
  .contentWhiteHeader {
    padding: 25px;
  }
}
.contentWhiteAround {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
}
.content {
  max-width: 680px;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 0;
  padding: 40px 40px 40px 40px;
}
.content-box {
  max-width: 980px;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 0;
  padding: 40px 40px 40px 40px;
}
@media only screen and (max-width: 600px) {
  .contentWhiteAround {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    margin-top: 0;
  }
  .content, .content-box {
    padding: 25px;
  }
}
.contentGreenAround {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #009a49;
  margin-top: 0px
}
.lineCONT {
  height: 1px;
  border-bottom: 1px dotted #ccc;
  margin: 1em 0 2em 0;
  clear: both
}
.border-grey {
  border: 2px solid #e0e0e0;
}
.border-no {
  border: 0px solid #cccccc;
}
.infoBox {
  width: 100%;
  clear: both;
  margin: 2em auto 0 auto;
  overflow: hidden;
  font-size: 93%;
  display: flex;
  flex-flow: row wrap;
}
.infoBoxLI {
  width: 30%;
  float: left;
  margin: 0 10% 0 10%;
}
.infoBoxRE {
  width: 30%;
  float: right;
  margin: 0 10% 0 10%;
}
.infoBoxLI img, .infoBoxRE img {
  width: 100%
}
.infoBoxLI p, .infoBoxRE p {
  margin: 15px 20px
}
.infoBoxSmall {
  font-size: 80%;
  line-height: 120%
}
@media only screen and (max-width: 960px) {}
@media only screen and (max-width: 680px) {
  .BBoxAround {
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0.1em 0 0em -8px;
  }
  .infoBoxLI, .infoBoxRE {
    width: 46%;
    margin: 0 2% 0 2%;
  }
}
@media only screen and (max-width: 380px) {
  .infoBoxLI, .infoBoxRE {
    width: 70%;
    margin: 10px auto 20px auto;
    float: none;
  }
}
.icon {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #aae9ff;
  margin: 1em auto;
  text-align: center
}
.icon img {
  width: 50px;
  margin-top: 25px
}
.button-more {
  color: #fff;
  display: block;
  border: 2px solid #009a49;
  moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 70%;
  text-align: center;
  padding: 8px 0px;
  background: #009a49;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 80%;
}
a.button-more:link {}
a.button-more:visited {
  color: #fff;
}
a.button-more:hover {
  color: #fff;
  display: block;
  background: #54af7f;
  text-decoration: none;
  border: 2px solid #009a49;
}
@media only screen and (max-width: 480px) {
  .button-more {
    width: 90%;
    margin-top: 10px
  }
}
.mini-survey {
  moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: 2%;
  margin-bottom: -3%;
  color: #fff;
  padding: 2% 2% 2% 2%;
  text-align: center;
  display: none
}
.submitbox {

  padding: 10px;
  margin: 0 0% 2% 0%;
  background: #003f1a;
  font-size: 80%;
  line-height: 120%;
  moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px
}
.videoForm {
  padding: 10px;
  moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #76a78d;
  color: #fff
}
.form {
  width: 46%;
  margin: 2% 2% 0 2%;
  float: left
}
.textfeld, .freitext {
  -webkit-appearance: none;
  width: 95%;
  line-height: normal;
  text-decoration: none;
  background: #bbdbca;
  color: #000;
  border: 0px solid #e4f7ed;
  margin-bottom: 12px;
  padding: 4px 4px 4px 15px;
  font: 0.9em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px
}
.textfeld {
  height: 30px;
  font: 0.9em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
}
.freitext {
  height: 100px;
  font: 1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
}
.textfeld-K {
  -webkit-appearance: none;
  width: 100px;
  line-height: normal;
  text-decoration: none;
  background: #fff;
  color: #333;
  border: 0px solid #e4f7ed;
  margin-bottom: 8px;
  height: 26px;
  font: 1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
}
.selectfeld {
  -webkit-appearance: none;
  width: 100%;
  line-height: normal;
  text-decoration: none;
  background: #fff;
  color: #333;
  border: 0px solid #e4f7ed;
  margin-bottom: 12px;
  padding: 4px 4px 4px 4px;
  font: 0.9em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
}
/* The container must be positioned relative: */
.my-select {
  position: relative;
  width: 100%;
}
.my-select select {
  display: none; /*hide original SELECT element: */
}
.select-selected {
  background-color: #fff;
  font: 0.9em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
}
/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #333 transparent transparent transparent;
}
/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #333 transparent;
  top: 7px;
}
/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #757575;
  padding: 4px 8px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  font: 0.9em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
}
/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #e4f7ed;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.buttonBig {
  -webkit-appearance: none;
  width: 98%;
  padding: 6px 4px 5px 4px;
  border: 0px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  font: 1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  background: #009a49;
  moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin: 0px auto;
  text-align: center;
}
.buttonTopFooter {
  width: 70px;
  margin: -36px auto 0px auto;
  height: auto;
  position: relative;
  z-index: 10
}
.buttonTopFooter img {
  width: 100%;
}
.validator {
  display: none;
}
@media only screen and (max-width: 640px) {
  .buttonTopFooter {
    width: 50px;
    margin: -25px auto 25px auto;
  }
  .form {
    width: 95%;
    margin: 2% 0 0 2%;
    clear: both
  }
}
/********************** footer **************************/
.footerAround {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #f3f5f4 /*#ebebeb*/ ;
  border-top: 1px solid #e0e0e0;
}
.footer {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  padding: 66px 40px 40px 40px;
  font-size: 80%;
}
.line {
  clear: both;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 1em 0
}
#socialmedia a, #socialmedia a:visited {
  color: #838383;
  text-decoration: none;
}
#socialmedia a:hover {
  color: #838383;
  text-decoration: underline
}
#socialmedia img {
  margin-right: 3px;
  vertical-align: -2px;
}
.validator {
  display: none;
}
/********************** Cookie Info ********************************/
#cookiebar {
  position: fixed;
  right: 0px;
  background: #fff;
  border: 10px solid #e1e1e1;
  height: 255px;
  width: 350px;
  bottom: 0;
  text-align: left;
  color: #666666;
  padding: 15px;
  z-index: 19999;
  box-sizing: border-box;
}
#cookiebar p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.6em;
}
#cookiebar a {
  color: #009dde;
  text-decoration: none
}
#cookiebar a:hover {
  color: #009dde;
  text-decoration: underline
}
#cookiebar #cookieOK {
  padding: 3px 10px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #009dde;
  font-size: 14px;
  margin-left: 0px;
  margin-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
#cookiebar .closeBuck {
  width: 30px;
  float: right;
  cursor: pointer;
  position: fixed;
  right: 0px;
  bottom: 0;
  padding-right: 10px;
  padding-bottom: 225px
}