@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;
}
@font-face {
  font-family: 'TheSansLight';
  src: url('/fonts/thesans-b3-light.eot');
  src: local('☺'), url('/fonts/thesans-b3-light.woff') format('woff'), url('/fonts/thesans-b3-light.ttf') format('truetype'), url('/fonts/thesans-b3-light.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% 'TheSansLight', Verdana, 'Geneva, sans-serif';
  font-weight: 200;
}
strong {
  font: 'TheSans', Verdana, 'Geneva, sans-serif';
}
a, a:visited {
  color: #00a9e0;
  text-decoration: none;
}
a:hover {
  color: #00a9e0;
  text-decoration: underline
}
h1 {
  color: #000000;
  font: normal 260%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0.1em 0 0.3em 0
}
h2 {
  color: #333333;
  font: normal 200%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0.1em 0 0.5em 0
}
h3 {
  font: normal 110%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0;
  color: #00a9e0
}
h4 {
  font: normal 120%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0 0 0em 0
}
p {
  margin-bottom: 1.2em
}
strong {
  font-family: 'TheSans';
  font-weight: bold;
}
ul {
  margin: 0 0 2em 4.5em;
}
ul li {
  margin: 0 0 0.5em 0
}
.nobr {
  white-space: nowrap;
}
@media only screen and (max-width: 1020px) {
  ul {
    margin: 0 0 2em 4em;
    width: 80%
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    font: normal 220%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  }
  ul {
    margin: 0 0 2em 1.4em;
    width: auto
  }
}
@media only screen and (max-width: 420px) {
  h1 {
    font: normal 170%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  }
  h2 {
    font: normal 140%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  }
  h4 {
    font: normal 100%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  }
}
sub {
  font-size: 0.7em;
  vertical-align: -2px
}
.green {
  color: #009a49
}
.grey {
  color: #4d4f53
}
.blue {
  color: #00a9e0
}
.archivescore {
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
  margin-bottom: 10px
}
.grey {
  color: #444;
  font-family: 'TheSans'
}
.small {
  font-size: 90%
}
.weiss {
  color: #fff
}
a.weiss:hover {
  color: #fff
}
.grey-BG {
  background: #f3f3f3
}
.lightgrey-BG { /*background:#f8f8f8*/ background: #fff
}
/********************** HEADER ********************************/
.headerAround {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.header {
  max-width: 1400px;
  height: 88px;
  margin: 0 auto;
  position: relative;
  background-image: url(img/header_BG.png);
  background-position: top right 230px;
  background-repeat: no-repeat;
  background-size: contain;
}
.header img {
  width: 240px;
  margin: 18px 2% 24px 20px;
  float: left
}
.mobilicon {
  display: none
}
@media only screen and (max-width: 1024px) {
  .header img {
    margin: 18px 2% 24px 20px;
    float: left
  }
}
@media only screen and (max-width: 640px) {
  .header, .headerAround {
    height: 50px;
    background-image: none;
  }
  .header img {
    width: 150px;
    margin: 12px 10px 10px 10px;
  }
}
@media only screen and (max-width: 340px) {
  .header img {
    width: 140px;
    margin: 12px 10px 10px 10px;
  }
}
.bigIMAGE {
  margin-top: 30px;
  height: 300px;
  width: 100%;
  z-index: 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.bigIMAGE.home {
  background: url(img/HEADER.jpg) no-repeat center center;
  background-size: cover;
}
.bigIMAGEslogan {
  position: relative;
  left: 0px;
  right: 0px;
  top: 25%;
  width: 90%;
  height: 55%;
  margin: 0 auto;
  /*  background-color: hsla(209, 93%, 0%, 0.55);*/
  z-index: 0;
  text-align: center;
}
@media (max-width: 1440px) {}
.bigIMAGEslogan h1 {
  font-size: 3em;
  font-weight: bold;
  color: #009a49;
  display: inline;
  line-height: 130%;
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 2px 1px 4px white, 1px 2px 10px white;
}
.bigIMAGEslogan h2 {
  font-size: 1.9em;
  font-weight: normal;
  color: #009a49;
  line-height: 140%;
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 2px 1px 4px white, 1px 2px 10px white;
  padding: 10px 0 0px 0;
}
@media (max-width: 960px) {
  .bigIMAGEslogan {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .bigIMAGEslogan h1 {
    font-size: 2em;
  }
  .bigIMAGEslogan h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 639px) {
  .bigIMAGEslogan {
    background-color: rgba(0, 0, 0, 0.0);
    top: 10%
  }
  .bigIMAGE.home {
    background: url(img/HEADER.jpg) no-repeat;
    background-position-y: top;
    background-position-x: center;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGEslogan h1 {
    font-size: 2.1em;
  }
  .bigIMAGEslogan h2 {
    font-size: 1.4em;
  }
}
@media (max-width: 375px) {
  .bigIMAGE.home {
    background: url(img/HEADER.jpg) no-repeat;
    background-position-y: top;
    background-position-x: center;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGEslogan h1 {
    font-size: 1.8em;
  }
  .bigIMAGEslogan h2 {
    font-size: 1.3em;
  }
}
@media (max-width: 340px) {
  .bigIMAGEslogan h1 {
    font-size: 1.8em;
  }
  .bigIMAGEslogan h2 {
    font-size: 1.3em;
  }
}
.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
}
/********************** CONTENT ********************************/
.content {
  max-width: 1400px;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 0;
  padding: 30px 20px 40px 20px;
}
@media only screen and (max-width: 600px) {
  .content {
    padding: 20px 10px 40px 10px;
  }
}
.contentBlueAround {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #00a9e0;
  margin-top: 0px
}
.lineCONT {
  height: 1px;
  border-bottom: 1px dotted #ccc;
  margin: 1em 0 2em 0;
  clear: both
}
.BBoxAround {
  width: 100%;
  clear: both;
  margin: 1em 0 0em 0px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  line-height: 130%;
  justify-content: center;
}
.wrap {
  flex-flow: row wrap;
}
.BBox {
  width: 28%;
  margin: 0px 8px 8px 0px;
  border: 2px solid #d0f3ff;
  padding: 12px 12px;
  text-align: center
}
.border-grey {
  border: 2px solid #e0e0e0;
}
.border-blue {
  border: 2px solid #00a9e0;
}
.border-green {
  border: 2px solid #009a49;
}
.border-no {
  border: 0px solid #cccccc;
}
.infoBox {
  width: 100%;
  clear: both;
  margin: 1em auto 0 auto;
  overflow: hidden;
  font-size: 93%;
  display: flex;
  flex-flow: row wrap;
}
.infoBoxLI {
  width: 44%;
  float: left;
  margin: 0 0.5% 0.5% 0.5%;
  padding: 10px;
}
.infoBoxRE {
  width: 44%;
  float: right;
  margin: 0 0.5% 0.5% 0.5%;
  padding: 10px;
}
.infoBoxLI img, .infoBoxRE img {
  width: 60%
}
.infoBoxSmall {
  font-size: 80%;
  line-height: 120%
}
@media only screen and (max-width: 860px) {
  .BBoxAround {
    display: flex;
    flex-flow: row wrap;
    margin: 0.8em 0 0em 0px;
  }
  .infoBoxRE, .infoBoxLI {
    width: 43% !important;
    margin: 0.7%;
    float: left;
  }
  .BBox {
    width: 40%;
    margin: 0 2% 2% 0%;
    float: left;
  }
}
.BBox p {
  font-size: 90%;
  margin-bottom: 3px
}
.BBox .Yline {
  height: 2px;
  background-color: #ffcb00;
  margin: 1em 35%
}
.BBox h3 {
  font: normal 100%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 1.3em 0 0 0;
  color: #00a9e0
}
#videobereich {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.videoextern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:540px) {
  .infoBoxRE, .infoBoxLI {
    width: 98% !important;
    margin: 0 2% 2% 2%;
    float: left;
  }
  .BBox {
    width: 96% !important;
    float: left;
  }
}
.form {
  width: 96%;
  padding: 2%
}
.textfeld, .freitext {
  width: 98%;
  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% 'TheSansLight', Verdana, 'Geneva, sans-serif';
}
.textfeld {
  height: 30px;
  font: 0.9em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
}
.freitext {
  height: 165px;
  font: 1em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
}
.textfeld-K {
  width: 60px;
  line-height: normal;
  text-decoration: none;
  background: #fff;
  color: #333;
  border: 0px solid #e4f7ed;
  margin-bottom: 8px;
  height: 26px;
  font: 1em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
}
.buttonBig {
  -webkit-appearance: none;
  width: 80%;
  padding: 6px 4px 5px 4px;
  border: 0px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  font: 1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  background-color: #00a9e0;
  moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin: 0px auto;
  text-align: center;
}
.buttonBig:hover {
  -webkit-appearance: none;
  border: 0px solid #ffffff;
  color: #ffffff;
  font: 1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  background-color: #007fab;
  transition: background-color 0.3s ease-in, border 0.3s ease-in, color 0.0s ease-in; /* IE */
  -webkit-transition: background-color 0.3s ease-in, border 0.3s ease-in, color 0.0s ease-in; /* chrome & safari */
  -moz-transition: background-color 0.3s ease-in, border 0.3s ease-in, color 0.0s ease-in; /* FF */
}
.pointer {
  cursor: pointer;
}
.img-left {
  float: left;
  margin: 0px 15px 5px 0;
}
/********************** footer **************************/
.buttonBlueFooter {
  width: 60px;
  margin: -30px auto 10px auto;
  height: auto;
  position: relative;
  z-index: 10
}
.buttonBlueFooter img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .buttonBlueFooter {
    width: 60px;
    margin: -30px auto 0 auto;
  }
}
.footerAround {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #ebebeb;
  border-top: 1px solid #e0e0e0;
}
.footer {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 40px 20px 40px 20px;
  font-size: 80%;
}
.line {
  clear: both;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 1em 0
}
#socialmedia a, #socialmedia a:visited {
  text-decoration: none;
}
#socialmedia a:hover {
  text-decoration: underline
}
#socialmedia img {
  margin-right: 3px;
  vertical-align: -2px;
}
.validator {
  display: none;
}
/********************** Cookie Info ********************************/
#cookiebar {
  position: fixed;
  right: 10px;
  background: #fff;
  border: 10px solid #f1f1f1;
  height: 220px;
  width: 350px;
  bottom: 0;
  text-align: left;
  color: #666666;
  padding: 20px;
  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: 25px;
  float: right;
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 0;
  padding-right: 10px;
  padding-bottom: 185px
}
/* Jan Backend */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear-both {
  clear: both;
}
.junderline {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}
.jcol-xxxxs {
  width: 5%;
}
.jcol-xxxs {
  width: 10%;
}
.jcol-xxs {
  width: 12%;
}
.jcol-xs {
  width: 25%;
}
.jcol-s {
  width: 33%;
}
.jcol-m {
  width: 50%;
}
.jcol-l {
  width: 66%;
}
.jcol-xl {
  width: 75%;
}
.jcol-full {
  width: 100%;
}
.edit-btn {
  font-size: 14px !important;
  display: inline-block;
  margin-left: 1em;
  position: absolute;
  margin-top: -0.4em;
}
.minimax {
  font-size: 14px;
}
.tNav {
  display: inline-block;
  margin: 0px 10px 15px 0;
  font-weight: normal;
}
.weite {
  max-width: 1040px;
  margin: 0 auto;
  padding: 40px 40px 10px 40px;
  border-radius: 25px;
}
.fix-box {
  max-width: 660px;
  margin: 0 auto 10px auto;
  padding: 15px;
}

@media only screen and (max-width: 1080px) {
    .no-padding {
 padding: 40px 5px 10px 5px;}
    .weite { padding: 20px 15px 10px 15px;}
}