/* CSS Document */
@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: #444;
  padding: 0px;
  font: 1.1em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
  font-weight: 200;
}
sub, sup {
  line-height: 0
}
strong {
  font-family: 'TheSans'
}
/******************************************************/
a, a:visited {
  color: #00a9e0;
  text-decoration: none;
}
a:hover {
  color: #00a9e0;
  text-decoration: underline
}
h2 {
  color: #009a49;
  font: normal 130%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0 0 0.8em 0
}
h3 {
  font: normal 95%/110% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0.6em 0 0.5em 0;
}
h4 {
  font: normal 108%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0.6em 0 1em 0
}
@media only screen and (max-width: 640px) {
  h3 {
    font: normal 85%/110% 'TheSans', Verdana, 'Geneva, sans-serif';
    margin: 0.6em 0 0.5em 0;
  }
}

p {
  margin-bottom: 1.0em
}
ul {
  margin: 0 0 1.5em 4.5em;
}
ul li {
  margin: 0 0 0.3em 0
}
/******************************************************/
.green {
  color: #009a49
}
.grey {
  color: #4d4f53
}
.blue {
  color: #00a9e0
}
.black {
  color: #000000;
  font-weight: normal
}
.small {
  font-size: 90%
}
/********************** HEADER ********************************/
.headerAround {
  width: 100%;
  height: 91px;
  position: relative;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.header {
  max-width: 1120px;
  margin: 0 auto;
  height: auto;
  position: relative;
  background-image: url(img/header_BG.png);
  background-position: top right;
  background-repeat: no-repeat;
}
.header img {
  width: 208px;
  margin: 24px 0 24px 40px
}
@media only screen and (max-width:600px) {
  .headerAround {
    position: relative;
    height: 80px;
    border-bottom: 1px solid #fff;
  }
  .header img {
    width: 160px;
    margin: 24px 0 24px 25px
  }
}
/********************** HEADER IMAGE ********************************/
.headimageAround {
  max-width: 1120px;
  height: auto;
  position: relative;
  z-index: 1;
  margin: 0 auto 0 auto;
  border-bottom: 1px solid #e0e9ec; 
  overflow: hidden
}
@media only screen and (max-width: 730px) {
  .headimageAround {
    border-bottom: 0px solid #e0e9ec;
  }
}
.headLeft {
  width: 50%;
  float: left
}
.headLeft img {
  width: 100%;
}
@media only screen and (max-width: 730px) {
  .headLeft {
    width: 100%;
    float: left
  }
}
.headRight {
  width: 46%;
  float: right;
  padding: 1.5em 0 0 3%
}
@media only screen and (max-width: 940px) {
  .headRight {
    width: 47%;
    float: right;
    padding: 1.0em 0 0 3%
  }
}
@media only screen and (max-width: 730px) {
  .headRight {
    width: auto;
    float: left;
    padding: 40px 25px 0 25px
  }
}
h1 {
  color: #00a9e0;
  font: normal 195%/130% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0;
}
@media only screen and (max-width: 1100px) {
  h1 {
    font: normal 180%/130% 'TheSans', Verdana, 'Geneva, sans-serif';
    padding-right: 1em
  }
}
@media only screen and (max-width: 1040px) {
  h1 {
    font: normal 170%/130% 'TheSans', Verdana, 'Geneva, sans-serif';
    padding-right: 1em
  }
}
@media only screen and (max-width: 980px) {
  h1 {
    font: normal 150%/130% 'TheSans', Verdana, 'Geneva, sans-serif';
  }
}
@media only screen and (max-width: 840px) {
  h1 {
    font: normal 140%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  }
}
@media only screen and (max-width: 730px) {
  h1 {
    font: normal 180%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    padding-right: 0
  }
}
h2.head {
  color: #222
}
/********************** CONTENT ********************************/
.contentAround {
  max-width: 1120px;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 100;
  padding: 25px 25px;
  background-color: rgba(255, 255, 255, 1);
  clear: both;
  overflow: hidden
}
.contentLeft {
  float: left;
  width: 75%;
  padding-right: 3%;
  height: auto
}
.contentRight {
  float: right;
  width: 22%;
  font-size: 0.85em;
  line-height: 120%
}
.REcontactbox {
  width: 100%;
  border: 2px solid #e0e9ec;
  margin: 0 0 1.8em 0;
  background-color: #fff
}
.REcontactbox p {
  padding: 15px;
  margin: 0;
  line-height: 160%
}
.REvideobox {
  width: 100%;
  margin: 0 0 0 0;
}
.img-right {
  float: right;
  padding-left: 25px;
  width: 20%;
  max-width: 120px !important;
  text-align: center
}
.img-left {
  float: left;
  width: 75%
}
.BG-grey {
  background: #e0e9ec;
  padding: 20px;
  height: auto !important;
  display: flex;
  align-items: stretch;
  width: 95%;
  padding-right: 3%;
}
.BG-blue {
  background: #00a9e0;
  padding: 20px;
  height: auto !important;
  display: flex;
  align-items: stretch;
  width: 95%;
  padding-right: 3%;
}
@media only screen and (max-width: 767px) {
  .contentLeft {
    float: none;
    width: 100%;
    margin-bottom: 2em;
    padding-right: 3%;
    height: auto
  }
  .contentRight {
    float: none;
    width: 100%;
    font-size: 0.85em;
    line-height: 120%;
    padding-top: 2em;
    border-top: 1px solid #ccc;
  }
  .BG-blue, .BG-grey {
    width: 95%;
  }
  .img-right {
    float: right;
    padding-left: 25px;
    width: 40%;
    max-width: 120px !important;
    text-align: center
  }
  .img-left {
    float: left;
    width: 60%
  }
  .REcontactbox {
    width: 80%;
    margin: 0 25px 20px 0;
    float: left
  }
  .REcontactbox img {
    width: 100%;
    margin-bottom: 0.8em
  }
  .REvideobox {
    width: 80%;
    margin: 0;
    border-top: 0px solid #ccc;
    padding-top: 0;
    float: left
  }
}
@media only screen and (max-width: 420px) {
  .img-right {
    float: none;
    padding: 0 10px 0 10px;
    padding: 20px 20px 20px 20px;
    margin: 0 auto;
    width: 90%;
    max-width: 120px !important;
    clear: both
  }
  .img-left {
    float: none;
    width: 90%;
    clear: both
  }
  .BG-blue {
    display: block
  }
}
#videobereich {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 0.3em
}
.videoextern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.BBoxAround {
  width: 100%;
  clear: both;
  margin: 0.8em 0 0em 0px;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  line-height: 120%;
  text-align: center;
}
.BBox {
  width: 28%;
  margin: 0 8px 8px 0px;
  border: 2px solid #e0e9ec;
  padding: 12px 12px;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .BBox {
    width: 43%;
    float: left;
    padding: 10px 10px;
    margin: 0 5px 5px 0px;
  }
}
@media only screen and (max-width: 680px) {
  .BBox {
    width: 100% !important;
    float: none;
    margin: 0px 0px 30px 0px;
  }
}
.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: #009a49
}
.icon {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #009a49;
  margin: 1em auto;
  text-align: center
}
.icon img {
  width: 50px;
  margin-top: 25px
}
a.button {
  display: block;
  float: left;
  width: 40%;
  margin: 0 5%;
  background-color: #009a49;
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
  font-family: 'TheSans';
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}
a.button:hover {
  background-color: #26744b;
  text-decoration: none
}
a.buttonRE {
  display: block;
  width: 100%;
  margin: 22px 0 0 0;
  background-color: #009a49;
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
  font-family: 'TheSans';
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}
a.buttonRE:hover {
  background-color: #26744b;
  text-decoration: none
}
/********************** Contact Box ********************************/
a.request {
  display: block;
  font-size: 130%;
  color: #fff;
  background-color: #009a49;
  padding: 12px 10px;
  text-align: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 1.5em 0 1em 0
}
a.request:hover { background-color: #015a2b; }

a.case-study {
  display: block;
  width: 80%;
  font-size: 120%;
  color: #fff;
  background-color: #004962;
  padding: 12px 10px;
  text-align: center;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 1.5em auto
}
a.case-study:hover { background-color: #002e3e; }

a.register {
  display: block;
  width: 80%;
  font-size: 120%;
  color: #fff;
  background-color: #004962;
  padding: 12px 10px;
  text-align: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 1em auto
}
a.register:hover { background-color: #002e3e; }

.CONTACTbox {
  color: #fff;
  background-color: #00a9e0;
  padding: 12px 10px;
  font-size: 150%;
  font-weight: bold;
  line-height: 110%;
  margin-bottom: 0.5em;
  font-family: 'TheSans';
  text-align: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 520px) {
  .CONTACTbox {
    font-size: 100%;
    line-height: 130%
  }
  .CONTACTboxBig {
    font-size: 140%;
    line-height: 100%;
  }
  .CONTACTboxTel {
    font-size: 130%;
    line-height: 100%;
  }
}
/********************** BUTTON BLUE ********************************/
.buttonBlue, .buttonBlueFooter {
  width: 70px;
  margin: 10px auto -40px auto;
  height: auto;
  position: relative;
  z-index: 99
}
.buttonBlue img, .buttonBlueFooter img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .buttonBlue {
    height: auto;
    position: relative;
    z-index: 9999
  }
  .buttonBlueFooter {
    width: 70px;
    margin: -36px auto 0 auto;
  }
}
@media only screen and (max-width: 520px) {
  .buttonBlue {
    width: 50px;
    margin: 0px auto -25px auto;
  }
}
.buttonBlueSmall {
  width: auto;
  margin: -46px auto 0 auto;
  height: auto;
  position: relative;
  text-align: center;
  font-size: 85%
}
.buttonBlueSmall img {
  width: 60px;
  margin: 3px 0 2em 0
}
/********************** footer **************************/
.footerAround {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #f1f1f1;
  border-top: 1px solid #e0e0e0;
}
.footer {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  padding: 26px 40px 20px 40px;
  font-size: 80%;
}
.line {
  clear: both;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #e0e9ec;
  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: -20px;
}
/********************** sticky box ********************************/
.stickybox {
  height: 60px;
  width: 90px;
  position: fixed;
  top: 2%;
  right: -2px;
  z-index: 100;
  -moz-border-radius: 15px 0px 0px 15px;
  -webkit-border-radius: 15px 0px 0px 15px;
  border-radius: 15px 0px 0px 15px;
  border: 1px solid #fff;
  background-color: #009a49;
  background-size: cover;
  background-image: url(img/contact-2.png)
}
.stickybox img {
  width: 80%
}
@media only screen and (max-width: 820px) {
  .stickybox {
    top: 2%;
    height: 41px;
    width: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .stickybox {
    top: 2%;
    height: 41px;
    width: 60px;
  }
}
/********************** sticky box 2 ********************************/
.stickybox2 {
  height: 160px;
  width: 120px;
  position: fixed;
  line-height: 100%;
  top: 25%;
  right: -2px;
  z-index: 100;
  border: 0px solid #fff;
  -moz-border-radius: 15px 0px 0px 15px;
  -webkit-border-radius: 15px 0px 0px 15px;
  border-radius: 15px 0px 0px 15px;
  background-color: #004962;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: top 0px;
  background-position-x: center;
  background-image: url("img/case-study-blue.jpg");
}
.stickybox2 img {
  width: 100%
}
.mobile {
  display: none
}
@media only screen and (max-width: 720px) {
  .stickybox2 {
    top: 15%;

  }

  @media only screen and (max-width: 480px) {
    .stickybox2 {
      top: 18%;

    }
  
    /*.stickybox2 {display: none;}*/
    /*.mobile {display:block}*/
  }
  /**************************************************************/
  .bucketsAround {
    display: flex;
    flex-flow: row wrap;
    padding-top: 40px
  }
  .bucket {
    width: 18%;
    color: #555;
    margin: 0px 1% 20px 1%;
    float: left;
    text-align: center
  }
  .bucket img {
    border: 1px solid #ccc;
    width: 90%;
    border-radius: 50%;
    margin: 0 auto
  }
  a.NIX:hover {
    color: #009a49;
    text-decoration: none
  }
  .arrDown {
    font-size: 1.6em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .textKlappBox {
    width: 100%;
    margin-top: 1em;
    display: none;
    clear: both;
    overflow: hidden;
    padding-bottom: 0em
  }
  .imgLI {
    float: left;
    width: 39%;
    margin: 0 20px 10px 0
  }
  .imgRE {
    float: right;
    width: 39%;
    margin: 0 0 10px 20px
  }
  @media only screen and (max-width: 540px) {
    .bucketsAround {
      display: none
    }
    .textKlappBox {
      display: block;
    }
    .imgLI {
      float: left;
      width: 30%;
      margin: 0 20px 10px 0
    }
    .imgRE {
      float: right;
      width: 30%;
      margin: 0 0 10px 20px
    }
  }
  .bucketsBluAround {
    display: flex;
    flex-flow: row wrap;
    padding: 0.5em 2em 1em 2em
  }
  @media only screen and (max-width: 600px) {
    .bucketsBluAround {
      padding: 0.5em 0.5em 1em 0.5em
    }
  }
  .bucketBlu {
    width: 18%;
    color: #fff;
    margin: 0px 1% 20px 1%;
    float: left;
    text-align: center;
    font-size: 0.8em;
    line-height: 100%
  }
  .bucketBlu img {
    background-color: #fff;
    width: 50%;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    border: 7px solid #fff
  }
  @media only screen and (max-width: 520px) {
    .bucketBlu {
      width: 100%;
      color: #fff;
      margin: 0px 0 20px 0;
      float: left;
      text-align: left;
      font-size: 0.8em;
      line-height: 100%
    }
    .bucketBlu img {
      background-color: #fff;
      width: 10%;
      border-radius: 50%;
      margin: 0 10px 0 0;
      border: 0px solid #fff;
      float: left
    }
  }