@font-face {
  font-family: 'TheSans';
  src: url('/fonts/thesansosfplain.eot');
  src: local('☺'), url('/fonts/thesansosfplain.woff') format('woff'), url('/fonts/thesansosfplain.ttf') format('truetype'), url('/fonts/thesansosfplain.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TheSansLight';
  src: url('/fonts/thesans-b4-semilight.eot');
  src: local('☺'), url('/fonts/thesans-b4-semilight.woff') format('woff'), url('/fonts/thesans-b4-semilight.ttf') format('truetype'), url('/fonts/thesans-b4-semilight.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TheSansBold';
  src: url('/fonts/thesansosfsemibold.eot');
  src: local('☺'), url('/fonts/thesansosfsemibold.woff') format('woff'), url('/fonts/thesansosfsemibold.ttf') format('truetype'), url('/fonts/thesansosfsemibold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'TheSansBlack';
  src: url(/fonts/thesansextrabold.ttf);
}
@font-face {
  font-family: 'TheSansBoldBold';
  src: url(/fonts/thesans-bold.otf) format('otf'), url('/fonts/thesans-bold.ttf') format('truetype'),
}
* {
  margin: 0;
  padding: 0;
}
/*
body {   background:linear-gradient(180deg, rgba(0, 154, 73, 1) 60%, rgba(155, 190, 69, 1) 100%);}*/
a img {
  border: none
}
html {
  height: 100.1%;
  scroll-padding-top: 115px;
}
@media only screen and (max-width: 640px) {
  html {
    scroll-padding-top: 80px;
  }
}
body {
  background-color: #fff;
  color: #333;
  padding: 0px;
  font: 1.1em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
  font-weight: normal;
}
a, a:visited {
  color: #00a9e0;
  text-decoration: none;
}
a:hover {
  color: #00a9e0;
  text-decoration: underline
}
a.actionBox:visited {
  color: #fff;
}
h1 {
  color: #000000;
  font: normal 200%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0 0 0.3em 0
}
.h1-bigger {
  font: normal 320%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0.2em 0 0.2em 0;
  line-height: 110% !important;
}
.h1-smaller {
  font: normal 120%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0em 0 0.2em 0
}
h2 {
  color: #000;
  font: normal 200%/130% 'TheSansBold', Verdana, 'Geneva, sans-serif';
  margin: 0em 0 0.8em 0;
  font-weight: normal;
}
.h2-smaller {
  font: normal 135%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0em 0 0.2em 0
}
.h2-medium {
  font: normal 180%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0.2em 0 0.8em 0;

}
.h2-bigger {
  font: normal 260%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0.2em 0 0.8em 0;
  line-height: 115% !important;
}
h3 {
  color: #000;
  font: normal 140%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0 0 0.6em 0
}
.h3-bigger {
  font: normal 190%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
}
h4 {
  color: #000;
  font: normal 105%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0 0 0.8em 0;
  padding: 0 0 0.3em 0;
  border-bottom: 1px solid #ccc;
}
.bold {
  font-family: 'TheSansBoldBold', Verdana, 'Geneva, sans-serif';
}

.green-outline {
  color: #009a49;
  text-shadow: -0.5px -0.5px 0 #009a49, 0.5px -0.5px 0 #009a49, -0.5px 0.5px 0 #009a49, 0.5px 0.5px 0 #009a49;
}
.light-green-outline {
  color: #8fd400;
  text-shadow: -0.5px -0.5px 0 #8fd400, 0.5px -0.5px 0 #8fd400, -0.5px 0.5px 0 #8fd400, 0.5px 0.5px 0 #8fd400;
}
p {
  margin-bottom: 1.2em
}

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: #009a49; /* 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.4em 1em;
}
@media only screen and (max-width: 980px) {
 
  h2 {
    margin: 0.8em 0 0.8em 0;
    font: normal 140%/120% 'TheSansBold', Verdana, 'Geneva, sans-serif';
  }
     .h2-bigger {
    font: normal 180%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
    margin: 0.2em 0 0.8em 0
  }


}
@media only screen and (max-width: 640px) {
  h2 {
    font: normal 140%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  }
      .h2-smaller  {
  font-size:120%;
  margin: 0em 0 0.1em 0
}

  ul {
    margin: 0 0 1em 0.8em;
    width: auto
  }
}
@media only screen and (max-width: 420px) {
  h1 {
    font: normal 200%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  }
          .h2-smaller  {font-size:98%;
  margin: 0
}
}
sub {
  font-size: 0.7em;
  vertical-align: -2px
}
sup {
  font-size: 0.7em;
}
/********************** HEADER ********************************/
.headerAround {
  width: 100%;
  height: 118px;
  position: fixed;
  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);
}
.headergreenAround {
  width: 100%;
  background-color: #009a49;
}
.headergreen {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 0.8em;
  color: #ffffff;
  padding: 6px 10px 6px 40px;
  text-align: right;
  background-color: #009a49;
}
.headergreen a, .headergreen a:visited {
  color: #ffffff;
}
.headergreen a:hover {
  color: #c9ead8;
  text-decoration: none
}
.header {
  max-width: 1400px;
  margin: 0 auto;
  height: 100px;
  position: relative;
  background-image: url(img/header_BG.png);
  background-position: top right;
  background-repeat: no-repeat;
}
.header img {
  width: 160px;
  margin: 18px 10% 24px 20px;
  float: left
}
.header a, .header a:visited {
  color: #009a49 !important;
}
.mobilicon {
  display: none
}
@media only screen and (max-width:940px) {
  .mobilicon {
    display: inline;
    width: 44px;
    position: absolute;
    top: 0px;
    right: 35px;
  }
  .mobilicon img {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.8);
    padding: 2px;
  }
}
#nav {
  margin: 0px 0 0 10px;
  font: normal 90%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
}
#nav a:link {
  display: block;
  float: left;
  padding: 8px 8px 8px 8px;
  margin-top: 25px;
  margin-right: 3%;
  color: #009a49;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 0px solid #fff;
  line-height: 100%;
  transition: border-bottom 0.3s ease-in, color 0.0s ease-in; /* IE */
  -webkit-transition: border-bottom 0.3s ease-in, color 0.0s ease-in; /* chrome & safari */
  -moz-transition: border-bottom 0.3s ease-in, color 0.0s ease-in; /* FF */
}
#nav a:focus {
  text-decoration: none;
  border-bottom: 5px solid #009a49;
  padding: 8px 8px 8px 8px;
}
#nav a:visited {
  text-decoration: none;
  border-bottom: 5px solid #00a9e0;
  padding: 8px 8px 8px 8px;
}
#nav a:hover {
  text-decoration: none;
  color: #00a9e0 !important;
  border-bottom: 5px solid #00a9e0;
  padding: 8px 8px 8px 8px;
}
#nav a:active {
  text-decoration: none;
  border-bottom: 5px solid #00a9e0;
  padding: 8px 8px 8px 8px;
}
.tel {
  border-bottom: 0px solid #ffffff !important;
}
.nav-top {
  max-width: 1120px;
  margin: 0 auto;
  text-align: right;
  padding: 10px 10px 0px 0px
}
#nav .nav-blue-button {
  padding: 0px 8px 5px 8px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #00a9e0;
  border: 9px solid #00a9e0;
  color: #fff;
  border-bottom: 5px solid #00a9e0;
}
#nav a.nav-blue-button:link {
  padding: 0px 8px 5px 8px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #00a9e0;
  border: 9px solid #00a9e0;
  color: #fff !important;
  border-bottom: 5px solid #00a9e0;
  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 */
}
#nav a.nav-blue-button:visited {
  padding: 0px 8px 5px 8px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #00a9e0;
  border: 9px solid #00a9e0;
  color: #fff !important;
  border-bottom: 5px solid #00a9e0;
}
#nav a.nav-blue-button:hover {
  padding: 0px 8px 5px 8px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #004962;
  border: 9px solid #004962;
  color: #fff !important;
  border-bottom: 5px solid #004962;
}
@media only screen and (max-width: 1320px) {
  #nav a:link {
    margin-right: 2%;
  }
  .header img {
    margin: 18px 3% 24px 20px;
    float: left
  }
}
@media only screen and (max-width: 1100px) {
  #nav a:link {
    font-size: 0.9em;
    padding: 14px 3px 13px 3px;
    margin-right: 1.4%;
  }
  .header img {
    margin: 18px 3.3% 24px 20px;
    float: left
  }
}
@media only screen and (max-width: 940px) {
  #nav {
    display: none
  }
  #grey-bar {
    display: none
  }
  .headerAround {
    height: 118px;
    background-image: none
  }
  .header {
    height: 118px;
    background-image: none;
    background-size: auto 100%;
    background-position: top center;
  }
  .header img {
    width: 160px;
  }
}
@media only screen and (max-width: 640px) {
  .header, .headerAround {
    height: 90px;
  }
  .header img {
    width: 150px;
    margin: 15px 0% 10px 20px;
  }
  .headergreen {
    width: 98%;
    margin: 0;
    font-size: 0.72em;
    padding: 5px 10px 3px 5px;
    text-align: center;
    line-height: 110%
  }
}

@media only screen and (max-width: 580px) {
  .header, .headerAround {
    height: 100px;
  }

}
@media only screen and (max-width: 360px) {
  .header img {
    width: 130px;
    margin: 15px 0% 5px 20px;
  }
}
/************************ mobiles Ausklappen  **************************/
#klapp {
  z-index: 1500 !important;
  background-color: #fff;
  clear: both;
  top: 7px;
  right: 5px;
  width: 60%;
  line-height: 100%;
  position: absolute;
  font-family: 'TheSans', Verdana, 'Geneva, sans-serif';
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -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);
  padding: 10px 20px 0 20px
}
#klapp a {
  color: #009a49;
  display: block;
  font-size: 1.2em;
  width: auto;
  padding: 12px 0;
  border-bottom: 1px dotted #ccc
}
#klapp a:hover {
  text-decoration: none;
  color: #017336
}
.close {
  text-align: center;
  color: #4d4f53;
  background: #f3f3f3;
  cursor: pointer;
  padding: 10px 0 8px 0
}
.bigIMAGE {
  margin-top: 50px;
  height: 627px;
  width: 100%;
  z-index: 0;
  background-color: #f4f4f4;
}
.bigIMAGE.home {
  background: url(img/header.webp) right bottom 0em #f4f4f4;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -moz-background-size: contain;
}
.bigIMAGE.how {
  height: 520px;
  background: url(img/header-how.webp) right bottom 0em #f4f4f4;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -moz-background-size: contain;
}
.bigIMAGE.e2 {
  height: 570px;
  background: url("img/header-e2.webp") right bottom 0em #f4f4f4;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -moz-background-size: contain;
}
.bigIMAGE.case-study {
  height: 520px;
  background: url("img/header-case-study.webp") right bottom 0em #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -moz-background-size: contain;
}
.bigIMAGE.envinogate {
  height: 520px;
  background: url("img/header-envinogate.webp") right bottom 0em #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -moz-background-size: contain;
}
.bigIMAGE.sdc {
  height: 520px;
  background: url("img/header-sdc.webp") right bottom 0em #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -moz-background-size: contain;
}
.bigIMAGE.combilift {
  height: 520px;
  background: url("img/header-combilift.webp") right bottom 0em #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -moz-background-size: contain;
}
.bigIMAGE.help {
  height: 520px;
  background: url("img/header-help.webp") right bottom 0em #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -moz-background-size: contain;
}
.bigIMAGE.help-1 {
  background: url("img/header-help-1.webp") right bottom 0em #fff;
  height: 520px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -moz-background-size: contain;
}
.bigIMAGE.help-2 {
  background: url("img/header-help-2.webp") right bottom 0em #fff;
  height: 520px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -moz-background-size: contain;
}
.bigIMAGE.help-3 {
  background: url("img/header-help-3.webp") right bottom 0em #fff;
  height: 520px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -moz-background-size: contain;
}
.bigIMAGE.help-4 {
  background: url("img/header-help-4.webp") right bottom 0em #fff;
  height: 520px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -moz-background-size: contain;
}
.bigIMAGE.help-5 {
  background: url("img/header-help-5.webp") right bottom 0em #fff;
  height: 520px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -moz-background-size: contain;
}
.bigIMAGE.help-6 {
  background: url("img/header-help-6.webp") right bottom 0em #fff;
  height: 520px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -moz-background-size: contain;
}
.bigIMAGE.help-7 {
  background: url("img/header-help-7.webp") right bottom 0em #fff;
  height: 520px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -moz-background-size: contain;
}
.bigIMAGE.help-8 {
  background: url("img/header-help-8.webp") right bottom 0em #fff;
  height: 520px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -moz-background-size: contain;
}
.bigIMAGEslogan {
  position: relative;
  left: 0;
  width: 80%;
  top: 18%;
  max-width: 500px;
  margin: 60px auto 0 0;
  z-index: 0;
  text-align: left;
  line-height: 140%;
}
.bigIMAGEslogan img {
  margin-top: -30px
}
.slogan-grafic {
  width: 99%;
  max-width: 400px;
}
.bigIMAGEslogan h1 {
  font-size: 4.3em;
  font-weight: normal;
  color: #009a49;
  line-height: 115%;
  padding: 5px 0px 0px 0px;
  margin: 0 0 0 0;
}
.bigIMAGEslogan h2 {
  font-weight: normal;
  color: #4b4e53;
  display: inline;
  padding: 10px 0px 5px 0px;
  line-height: 100%;
  font: normal 2.2em/130% 'TheSans', Verdana, 'Geneva, sans-serif';
}
.bigIMAGEslogan p {
  padding-top: 0px;
  font: normal 80%/135% 'TheSans', Verdana, 'Geneva, sans-serif';
  color: #4b4e53;
}
/*.bigIMAGEslogan h1 span {
  font-size: 80%;
}*/
.bigIMAGEslogan a, .bigIMAGEslogan a:hover {
  outline: none;
  border-bottom: none
}
.bigger {
  font: 'TheSansBold', Verdana, 'Geneva, sans-serif';
  font-weight: 900;
  font-size: 130%;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #009a49;
}
.bigger-sm {
  font: 'TheSans', Verdana, 'Geneva, sans-serif';
  font-weight: normal;
  font-size: 100%;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
}
@media (max-width: 1200px) {
  .bigIMAGE.home {
    background: url(img/header.webp) bottom 0em right -100px #f4f4f4;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    -moz-background-size: contain;
  }
  .bigIMAGE.how {
    background: url(img/header-how.webp) bottom 0em right -100px #f4f4f4;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    -moz-background-size: contain;
  }
  .bigIMAGE.e2 {
    background: url("img/header-e2.webp") bottom 0em right -100px #f4f4f4;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    -moz-background-size: contain;
  }
  .bigIMAGE.case-study {
    background: url("img/header-case-study.webp") bottom 0em right -100px #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    -moz-background-size: contain;
  }
  .bigIMAGE.help {
    background: url("img/header-help.webp") bottom 0em right -100px #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    -moz-background-size: contain;
  }
  .bigIMAGE.help-1, .bigIMAGE.help-2, .bigIMAGE.help-3, .bigIMAGE.help-4, .bigIMAGE.help-5, .bigIMAGE.help-6, .bigIMAGE.help-7, .bigIMAGE.help-8 {
    background-position: bottom 0em right -100px;
  }
}
@media (max-width: 960px) {
  .bigIMAGE.home {
    background: url(img/header.webp) bottom 0em right -200px #f4f4f4;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.how {
    background: url(img/header-how.webp) bottom 0em right -200px #f4f4f4;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.e2 {
    height: 520px;
    background: url("img/header-e2.webp") bottom 0em right -200px #f4f4f4;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.case-study {
    height: 520px;
    background: url("img/header-case-study.webp") bottom 0em right -200px #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.envinogate {
    height: 520px;
    background: url("img/header-envinogate.webp") bottom 0em right -150px #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.sdc {
    height: 520px;
    background: url("img/header-sdc.webp") bottom 0em right -150px #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.combilift {
    height: 520px;
    background: url("img/header-combilift.webp") right bottom 0em #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.help {
    height: 520px;
    background: url("img/header-help.webp") bottom 0em right -200px #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.help-1, .bigIMAGE.help-2, .bigIMAGE.help-3, .bigIMAGE.help-4, .bigIMAGE.help-5, .bigIMAGE.help-6, .bigIMAGE.help-7, .bigIMAGE.help-8 {
    height: 520px;
    background-position: bottom 0em right -200px;
    background-size: cover;
    -moz-background-size: cover;
  }
}
@media (max-width: 740px) {
  .bigIMAGEslogan {
    top: 35%;
    width: 99%;
  }
  .sub-page {
    top: 2%;
    margin: 5px auto 0 auto;
    text-align: center
  }
  .bigIMAGE {
    height: 580px;
    margin-top: 20px;
  }
    
  .bigIMAGE.home {
    height: 500px;
    background: url(img/header-blass.webp) bottom 0em right -300px #f4f4f4;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.home.promo { height: 600px;}
    
  .bigIMAGEslogan h1 {
    font-size: 70%;
  }
  .bigIMAGE.how {
    height: 420px;
    background: url(img/header-how-blass.webp) bottom 0em right 0px #f4f4f4;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.e2 {
    height: 420px;
    background: url("img/header-e2-blass.webp") bottom 0em right 0px #f4f4f4;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.case-study {
    height: 420px;
    background: url("img/header-case-study-blass.webp") bottom 0em right 0px #f4f4f4;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.envinogate {
    height: 360px;
    background: url("img/header-envinogate-blass.webp") bottom center #d8e7a6;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    -moz-background-size: contain;
  }
  .bigIMAGE.sdc {
    height: 360px;
    background: url("img/header-sdc-blass.webp") bottom center #d8e7a6;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    -moz-background-size: contain;
  }
  .bigIMAGE.combilift {
    height: 360px;
    background: url("img/header-combilift-blass.webp") bottom center #d8e7a6;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    -moz-background-size: contain;
  }
  .bigIMAGE.help {
    height: 420px;
    background: url("img/header-help-blass.webp") bottom 0em right -100px #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.help-1 {
    background: url("img/header-help-1-blass.webp") bottom 0em right -100px #fff;
    height: 420px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.help-2 {
    background: url("img/header-help-2-blass.webp") bottom 0em right -100px #fff;
    height: 420px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.help-3 {
    background: url("img/header-help-3-blass.webp") bottom 0em right -100px #fff;
    height: 420px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.help-4 {
    background: url("img/header-help-4-blass.webp") bottom 0em right -100px #fff;
    height: 420px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.help-5 {
    background: url("img/header-help-5-blass.webp") bottom 0em right -100px #fff;
    height: 420px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.help-6 {
    background: url("img/header-help-6-blass.webp") bottom 0em right -100px #fff;
    height: 420px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.help-7 {
    background: url("img/header-help-7-blass.webp") bottom 0em right -100px #fff;
    height: 450px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGE.help-8 {
    background: url("img/header-help-8-blass.webp") bottom 0em right -100px #fff;
    height: 450px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    -moz-background-size: cover;
  }
  .bigIMAGEslogan p {
    padding-top: 0px;
    font: normal 80%/135% 'TheSans', Verdana, 'Geneva, sans-serif';
    color: #000
  }
  .bigIMAGEslogan h1 {
    font-size: 2.3em;
    padding: 0px;
  }
  .bigIMAGEslogan h2 {
    font-size: 2.2em;
  }
}
.bigIMAGEslogan a, .bigIMAGEslogan a:hover {
  text-decoration: none;
  outline: none;
  border-bottom: none
}
.top-bild-box {
  max-width: 600px;
  height: 100px;
  position: relative;
  z-index: 0;
  padding: 20px 20px 10px 20px;
  font-family: 'TheSansLight', Verdana, 'Geneva, sans-serif';
  width: 100%;
  left: 0;
  display: block;
  margin-top: -130px;
}
.border-rundunten {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.border-rund {
  border-radius: 15px;
}
.register {
  float: right;
  width: 29%;
  padding-left: 1%;
}
.register-txt {
  float: left;
  width: 70%;
}
@media (max-width: 767px) {
  .top-bild-box {
    width: 90%;
    max-width: 360px;
    margin-top: -145px;
    padding: 20px 20px 0px 20px;
    height: 90px;
  }
  .register-txt {
    width: 60%;
    font-size: 90%;
  }
  .register {
    width: 35%;
    padding-left: 1%;
  }
}
/********************** CONTENT ********************************/
.contentWhiteHeader {
  max-width: 1380px;
  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;
}
.content {
  max-width: 1380px;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 0;
  padding: 0px 40px 10px 40px;
}
.content-testimonials-slider {
  max-width: 1440px;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 0;
  padding: 0px 0px 0px 0px;
}
.box600 {
  max-width: 600px;
  height: auto;
  position: relative;
  z-index: 0;
  padding: 0px 20px 10px 20px;
  font-family: 'TheSansLight', Verdana, 'Geneva, sans-serif';
}
.mitte {
  margin: 0 auto;
}
.box1000 {
  max-width: 1380px;
  height: auto;
  position: relative;
  z-index: 0;
  padding: 30px 10px 30px 10px;
  font-family: 'TheSansLight', Verdana, 'Geneva, sans-serif';
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.2);
  background: url(img/expert-chat.png) center top 0px #fff;
  background-repeat: no-repeat;
  background-size: 1100px;
  -moz-background-size: 1100px;
}
.infoBox50 {
  width: 48%;
  max-width: 580px;
  float: left;
  margin: 0 0.5% 0 0%;
  padding: 10px 5px 0px 0px;
}
.infoBox70 {
  width: 65%;
  max-width: 880px;
  float: left;
  margin: 0;
  padding: 25px 0px 0px 0px;
  text-align: right;
}
.kreis {
  border-radius: 50%;
}
.infoBoxLI {
  width: 30%;
  max-width: 420px;
  float: left;
  margin: 2% 2% 0 0%;
  padding: 10px 0px 0px 0px;
  border-radius: 15px;
}
.infoBoxRE {
  width: 30%;
  max-width: 420px;
  float: right;
  margin: 0 0% 1.5% 0%;
  padding: 10px 10px 0px 0px;
  border-radius: 20px;
}
.infoBoxLI p, .infoBoxRE p {
  font: 0.91em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
}
.infoBoxLI h2, .infoBoxRE h2 {
  clear: both;
}
.infoBoxRE img {
  width: 30px;
}
.infoBoxLI img {
  width: 30px;
}
.infoBoxLI.big img {
  width: 100%;
}
.infoBoxLI.big {
  padding: 0px 0px 25px 0px;
}
.infoBoxLI.V {
  display: flex;
  flex-direction: column;
} /*align button vertikal unten*/
.BBoxAround {
  width: 100%;
  clear: both;
  margin: 1em 0 2em 0px;
  overflow: hidden;
  padding: 20px 20px 20px 20px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  line-height: 140%;
  flex-flow: row wrap;
}
.BBox {
  width: 18%;
  margin: 0 2px 8px 0px;
  padding: 8px 8px;
  text-align: center;
  background: url(img/arrow.png) center right 0em #fff;
  background-repeat: no-repeat;
}
.icon {
  width: 180px;
  height: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgb(0, 154, 73);
  background: linear-gradient(23deg, rgba(0, 154, 73, 1) 11%, rgba(143, 212, 0, 1) 86%);
  margin: 1em auto;
  text-align: center
}
.icon p {
  font-size: 95%;
  color: #fff;
  margin-top: 24%;
  padding: 3px;
}
.arrow {
  width: 20px;
  height: 180px;
  background: url(img/arrow.png) center right;
  background-repeat: no-repeat;
}
.icn {
  width: 60px !important;
  margin-left: 0px;
  padding-right: 10px;
  padding-bottom: 50px;
  float: left
}
@media only screen and (max-width: 800px) {
  .icn {
    margin-left: 0px;
    padding-right: 10px;
    padding-bottom: 150px;
    float: left
  }
}
@media only screen and (max-width: 640px) {
  .icn {
    margin-left: 0px;
    padding-right: 10px;
    padding-bottom: 30px;
    float: left
  }
}
@media (max-width: 980px) {
  .BBoxAround {
    align-items: stretch;
    flex-wrap: wrap;
    margin: 1em 0 0em -8px;
  }
  .infoBoxLI {
    width: 44%;
    max-width: none;
    margin: 1.0% 1.5% 0% 1.5%;
  }
 
  .infoBox70 {
    width: 55%;
    margin: 0;
    padding: 10px 0px 0px 0px;
    text-align: center;
  }
}
@media (max-width: 840px) {
  .infoBox70 {
    width: 90%;
    float: none;
    margin: 0;
    padding: 10px 0px 0px 0px;
    text-align: center;
  }
  .box-breiter {
    width: 90%
  }
}
@media only screen and (max-width: 750px) {
  .BBox {
    width: 43%;
    float: left;
    padding: 10px 10px;
    margin: 0 5px 5px 0px;
  }
}
@media only screen and (max-width: 700px) {
  .arrow {
    width: 40px;
    height: 180px;
    background: url(img/arrow.png) center left;
    background-repeat: no-repeat;
  }
  .infoBox50 {
    width: 98%;
    max-width: 580px;
    float: none;
    margin: 0;
    padding: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .infoBoxLI {
    width: 90%;
    max-width: none;
    margin: 1.5%;
    float: none;
  }
}
@media only screen and (max-width: 530px) {
  .icon {
    width: 250px;
    height: 250px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgb(0, 154, 73);
    background: linear-gradient(23deg, rgba(0, 154, 73, 1) 11%, rgba(143, 212, 0, 1) 86%);
    margin: 1em auto;
    text-align: center
  }
  .icon p {
    font-size: 120%;
    line-height: 140%;
    font-weight: bold;
    color: #fff;
    margin-top: 35%;
    padding: 3px;
  }
  .arrow {
    width: 50px;
    height: 220px;
    background: url(img/arrow.png) center left;
    background-repeat: no-repeat;
  }
  .arrow-last {
    width: 50px;
    height: 220px;
  }
  .BBox {
    width: 100% !important;
    float: none;
    margin: 0px 0px 30px 0px;
  }
}
.BG-benefits-people-1 {
  background: url(img/benefits-gastrak-people-1.png) right top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -moz-background-size: contain;
}
.BG-experts-1 {
  background: url(img/experts-1.png) #f1f1f1 right top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -moz-background-size: contain;
}
@media (max-width: 1200px) {
  .BG-benefits-people-1 {
    background: url(img/benefits-gastrak-people-1.png) right -50px top;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    -moz-background-size: contain;
  }
  .BG-experts-1 {
    background: url(img/experts-1.png) #f1f1f1 right -80px top;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    -moz-background-size: contain;
  }
}
@media (max-width: 980px) {
  .BG-benefits-people-1 {
    background: url(img/benefits-gastrak-people-1.png) right -300px top;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    -moz-background-size: contain;
  }
  .BG-experts-1 {
    background: url(img/experts-circle-1.png) #f1f1f1 right -100px top;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    -moz-background-size: contain;
  }
}
@media (max-width: 800px) {
  .BG-benefits-people-1 {
    background: url(img/benefits-gastrak-people-1.png) right -70px top;
    background-repeat: no-repeat;
    background-size: 55%;
  }
  .BG-experts-1 {
    background: url(img/experts-circle-1-blass.png) #f1f1f1 right -200px top;
    background-repeat: no-repeat;
    background-size: 80%;
    -moz-background-size: 80%;
  }
}
@media (max-width: 640px) {
  .BG-experts-1 {
    background: url(img/experts-circle-1-blass.png) #f1f1f1 right -50px top;
    background-repeat: no-repeat;
    background-size: 50%;
    -moz-background-size: 50%;
  }
}
.WelderAround {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 0px;
  color: #fff;
  background: rgb(0, 154, 73);
  background: linear-gradient(90deg, rgba(0, 154, 73, 1) 27%, rgba(0, 154, 73, 1) 35%, rgba(143, 212, 0, 1) 85%);
}
.WelderAround-2 {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 0px;
  color: #fff;
  background: rgb(143, 212, 0);
  background: linear-gradient(90deg, rgba(21, 11, 9, 1) 25%, rgba(143, 212, 0, 1) 10%, rgba(143, 212, 0, 1) 30%, rgba(0, 154, 73, 1) 100%);
}
.TestimonialsAround {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 0px;
  color: #fff;
  background: rgb(224, 239, 197);
  background: linear-gradient(90deg, rgba(224, 239, 197, 1) 10%, rgba(255, 255, 255, 1) 27%);
}
.boxwelder {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  z-index: 0;
  font-family: 'TheSansLight', Verdana, 'Geneva, sans-serif';
  background-color: none;
  color: #fff;
  display: flex;
}
.box1000-text {
  padding: 0px 0px 0px 5px;
  margin: auto 10px auto 10px;
  width: 44%;
  max-width: 600px;
  font: 0.9em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
  float: right
}
.box1000-bild {
  padding: 0px 5px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 45%;
  float: left;
  height: auto;
}
.box1000-center {
  padding: 25px 5px 0px 0px;
  margin: 0px auto -100px auto;
  width: 45%;
  float: none;
  height: auto;
}
.box1000-center img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.45);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.45);
  border-radius: 15px;
}
.abstand-top-100 {
  width: 55%;
  margin: 0 auto 0px auto;
  padding: 130px 20px 20px 20px;
}
.abstand-top-130 {
  margin: 0 auto 0px auto;
  padding: 130px 20px 20px 20px;
}
.mobile {
  display: none;
}
.box-verlauf {
  background: rgb(0, 154, 73);
  background: linear-gradient(360deg, rgba(0, 154, 73, 1) 0%, rgba(143, 212, 0, 1) 40%);
  color: #fff;
  display: flex;
  flex-direction: column;
}
.box-verlauf img {
  padding-bottom: 30px
}
@media only screen and (max-width: 780px) {
  .mobile {
    display: inline
  }
  .boxwelder {
    display: block;
  }
  .box1000 {
    display: block;
  }
  .box1000-center {
    padding: 3% 2% 3% 2%;
    width: 85%;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .abstand-top-100 {
    width: 85%;
    margin: 0 auto 0px auto;
    padding: 10px 20px 40px 20px;
  }
  .abstand-top-130 {
    margin: 0 auto 0px auto;
    padding: 30px 20px 0px 20px;
  }
  .box1000-text {
    padding: 0% 2% 2% 2%;
    width: 85%;
    margin: 0 auto;
    font: 0.9em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
    float: none;
    text-align: center;
  }
  .box1000-bild {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: none;
    height: auto;
    background-color: #009a49;
  }
  .WelderAround-2 {
    background: #8fd400;
  }
  .box-gastrak {
    background-color: #f4f4f4;
    background-image: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0%;
  }
  .box-integra {
    background-color: #f4f4f4;
    background-image: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0%;
  }
}
@media only screen and (max-width: 600px) {
  .content {
    padding: 15px
  }
}
.top {
  padding-top: 20px;
}
.weite {
  max-width: 800px
}
@media only screen and (max-width:600px) {
  .top {
    padding-top: 20px;
  }
  .weite {
    max-width: none
  }
}
.abstand-bottom0 {
  padding: 0px 20px 0px 20px;
}
.abstand-bottom-20 {
  padding: 0px 0px 20px 0px;
}
.contentGrey-WhiteAround {
  width: 100%;
  height: auto;
  position: relative;
  background: linear-gradient(-180deg, #ebebeb, #fff);
  margin-top: 0px
}
.contentContactAround {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 0px;
  color: #fff;
  background: rgb(143, 212, 0);
  background: linear-gradient(90deg, rgba(143, 212, 0, 1) 3%, rgba(0, 154, 73, 1) 61%);
}
.lineCONT {
  height: 1px;
  border-bottom: 1px dotted #ccc;
  margin: 1em 0 2em 0;
  clear: both
}
@media only screen and (max-width: 800px) {
  .desktop {
    display: none;
  }
}
.button-more {
  color: #fff;
  display: block;
  border: 0px solid #00a8e1;
  moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
  padding: 15px 0px;
  background: #00a8e1;
  cursor: pointer;
}
a.button-more:link {}
a.button-more:visited {
  color: #fff;
}
a.button-more:hover {
  color: #fff;
  display: block;
  background: #007fab;
  text-decoration: none;
  border: 0px solid #007fab;
}
.button-90 {
  width: 90%;
}
a.button-top {
  color: #fff;
  border: 1px solid #54af7f;
  moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 110px;
  height: 15px;
  text-align: center;
  padding: 5px 0px;
  background: #54af7f;
  font-size: 95%;
  cursor: pointer;
}
a.button-top:link {
  cursor: pointer;
}
a.button-top:visited {
  cursor: pointer;
  color: #fff;
}
a.button-top:hover {
  color: #fff;
  background: #206b43;
  text-decoration: none;
  border: 1px solid #206b43;
}
.buttonBlue-e2 {
  -webkit-appearance: none;
  width: 220px;
  padding: 8px 20px 8px 20px;
  border: 0px solid #ffffff;
  color: #fff;
  cursor: pointer;
  font: 1.1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  background: #00a8e1;
  moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  margin: 10px auto;
  text-align: center;
}
a.buttonBlue-e2:link {
  color: #fff;
}
a.buttonBlue-e2:visited {
  color: #fff;
}
a.buttonBlue-e2:hover {
  color: #fff;
  background: #004962;
  text-decoration: none;
  border: 0px solid #004962;
  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 */
}
.buttonBack {
  margin: 0px auto 0px auto;
}
@media only screen and (max-width: 680px) {
  .buttonBlue-e2 {
    -webkit-appearance: none;
    width: 80%;
    display: block;
    padding: 15px 4px 15px 4px;
    border: 0px solid #ffffff;
    color: #fff;
    cursor: pointer;
    font: 1.1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
    background: #00a8e1;
    moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    margin: 0px auto;
    text-align: center;
  }
  a.button-top {
    height: 9px;
    padding: 0px;
    margin: 0px;
    font-size: 90%
  }
  .button-90 {
    width: 100%;
  }
  .button-register {
    moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    padding: 8px 2px;
  }
}
.buttonTopFooter {
  width: 70px;
  margin: -36px auto 0px auto;
  height: auto;
  position: relative;
  z-index: 10
}
.buttonTopFooter img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .buttonTopFooter {
    width: 50px;
    margin: -25px auto 25px auto;
  }
}
/********************** footer **************************/
.footerAround {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #f5f8f9;
  border-top: 0px solid #f5f8f9;
}
.footer {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  padding: 40px 40px 40px 40px;
  font-size: 80%;
}
.footer a {
  color: #015e27
}
.line {
  clear: both;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 1em 0
}
.line.blu {
  border-bottom: 1px solid #00a9e0;
}
.Yline {
  height: 2px;
  background-color: #ffcb00;
  margin: 1em 35% 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;
}
/********************** Stoerer Online-Shop ********************************//********************** sticky box ********************************/
.stickybox {
  height: 120px;
  width: 180px;
  position: fixed;
  line-height: 130%;
  font-size: 78%;
  top: 75%;
  right: 1%;
  z-index: 100;
  padding: 1%;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: rgb(2, 0, 36);
  background: linear-gradient(207deg, rgba(0, 67, 32, 1) 0%, rgba(1, 94, 39, 1) 35%, rgba(0, 154, 73, 1) 100%);
  border: 0px solid #fff;
  color: #fff;
  transition: transform .40s .8s ease-in-out;
}
.down .stickybox {
  transform: translate3d(20%, -800px, 0); /* um 600px nach oben verschieben*/
}
.mobile {
  display: none
}
.mobi-only {
  display: none
}
@media only screen and (max-width: 1580px) {
  .stickybox {
    height: 120px;
    width: 180px;
    position: fixed;
    line-height: 130%;
    font-size: 78%;
    top: 70%;
    right: 10px;
    z-index: 100;
    padding: 1%;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: rgb(2, 0, 36);
    background: linear-gradient(207deg, rgba(2, 0, 36, 1) 0%, rgba(0, 73, 98, 1) 35%, rgba(0, 168, 225, 1) 100%);
    border: 0px solid #fff;
    color: #fff;
    transition: transform .40s .8s ease-in-out;
  }
  .down .stickybox {
    transform: translate3d(35%, -800px, 0); /* um 600px nach oben verschieben*/
  }
}
@media only screen and (max-width: 980px) {
  .stickybox {
    display: none;
  }
  .mobile {
    display: block
  }
}
.validator {
  display: none;
}
.v-down {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  width: 60%;
  text-align: center
}
.v-down-left {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  width: 60%;
}
.green {
  color: #009a49;
}
.hunter {
  color: #015e27;
}
.grey {
  color: #4d4f53
}
.blue {
  color: #00a9e0
}
.blue-BG {
  background-color: #00a9e0;
}
.ink {
  color: #003243;
}
.navy {
  color: #004962;
}
.light-green {
  color: #8fd400;
}
.light-green-BG {
  background-color: #8fd400;
}
.orange {
  color: #ea7125;
}
.yellow {
  color: #ffcb00;
}
.black {
  color: #000
}
a.black:hover {
  color: #000;
  text-decoration: none;
}
a.no-decoration {
  text-decoration: none;
}
.weiss {
  color: #fff
}
a.weiss:hover {
  color: #fff
}
.grey-BG {
  background: #f1f1f1
}
.border-blue {
  border: 2px solid #00a9e0;
  background: #fff;
  margin-right: 40px;
}
.border-blue:hover {
  border: 2px solid #00a9e0;
  background: #ebf7fd;
  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 */
}
.circle {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
}
.table-service {
  width: 70%;
  margin: 0 auto;
}
.td-table-service {
  padding: 15px;
  border-bottom: 1px solid #666
}
.border-light-green {
  border: 2px solid #8fd400
}
.border-light-green:hover {
  border: 2px solid #8fd400;
  background: #f4f8e6;
  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 */
}
.border-grey {
  border: 2px solid #e0e0e0;
}
.border-no {
  border: 0px solid #cccccc;
}
.enger {
  width: 75%;
  margin: 0 auto 15px auto;
}
.small {
  font-size: 90%
}

@media only screen and (max-width: 1000px) {
  .table-service {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width:800px) {
  .table-service {
    width: 100%;
    margin: 0 auto;
    font-size: 90%;
  }
  .td-table-service {
    padding: 8px;
    border-bottom: 1px solid #666
  }
    .enger {
  width: 99%;
  margin: 0 auto 5px auto;
}
}
@media only screen and (max-width: 700px) {
  .border-blue {
    border: 2px solid #00a9e0;
    background: #fff;
    margin-right: 0px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width:540px) {
  .table-service {
    width: 100%;
    margin: 0 auto;
    font-size: 85%;
  }
  .td-table-service {
    padding: 5px;
    border-bottom: 1px solid #666;
    line-height: 130%
  }
}


.save-free {display:block; width:300px;position: absolute; top:30px; right:30px; }
@media only screen and (max-width:1200px) {
    .save-free {display:block; position:relative; margin:0 auto;right:0px }
    
}
