@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: #00a9e0;
  text-decoration: none;
}
a:hover {
  color: #00a9e0;
  text-decoration: underline
}
h1 {
  color: #000000;
  font: normal 230%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0.1em 0 0.5em 0;
}
h2 {
  color: #333333;
  font: normal 200%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0.1em 0 0.5em 0; padding-top:0.1em;
}
h3 {
  font: normal 110%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0;
  color: #00a9e0
}
h4 {
  font: normal 160%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  margin: 0 0 1em 0;
  color: #009a49;
}
p {
  margin-bottom: 1.2em
}
strong {
  font-family: 'TheSans'
}
ul { 
  margin: 0 3em 2em 1.5em;
    list-style-type: none;
	font-size: 90%;
}
ul li {
  margin: 0 0 0.5em 0;
}

li:before { content: "✔";}

@media only screen and (max-width: 1020px) {
  ul {
    margin: 0 0 0em 4em;

  }
}
@media only screen and (max-width: 960px) {
  ul {
    margin: 0 0 0em 0.1em;
     width: 95%
  }
}
@media only screen and (max-width: 420px) {
  h1 {
    font: normal 200%/120% 'TheSans', Verdana, 'Geneva, sans-serif';
  }
    h2 {
  font: normal 155%/140% 'TheSans', Verdana, 'Geneva, sans-serif';

}
}
sub {
  font-size: 0.7em;
  vertical-align: -2px
}
.green {
  color: #009a49
}
.grey {
  color: #4d4f53
}
.blue {
  color: #00a9e0
}
.orange {
  color: #ea7125
}
.grey {
  color: #444;
  font-family: 'TheSans'
}
.small {
  font-size: 90%
}
.weiss {
  color: #fff
}
a.weiss:hover {
  color: #fff
}
.grey-BG {
  background: #f3f3f3
}
/********************** 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:#f07d21;
}
.headergreen {
  max-width: 980px;
  margin: 0 auto;
  font-size: 0.8em;
  color: #ffffff;
  padding: 6px 10px 6px 40px;
  text-align: right
}
.headergreen a, .headergreen a:visited {
  color: #ffffff;
}
.headergreen a:hover {
  color: #c9ead8;
  text-decoration: none
}
.header {
  max-width: 1120px;
  height: 120px;
  margin: 0 auto;
  position: relative;
  background-image: url(img/header_BG.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.header {
  max-width: 1080px;
  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 40% 24px 20px;
  float: left
}
.mobilicon {
  display: none
}
@media only screen and (max-width: 768px) {
  .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 100%/140% 'TheSans', Verdana, 'Geneva, sans-serif';
}
#nav a:link {
  display: block;
  float: left;
  padding: 8px 8px 8px 8px;
  margin-top: 25px;
  margin-right: 1%;
  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 #009a49;
  padding: 8px 8px 8px 8px;
}
#nav a:hover {
  text-decoration: none;
  border-bottom: 5px solid #009a49;
  padding: 8px 8px 8px 8px;
}
.tel {
  border-bottom: 0px solid #ffffff !important;
}
#nav a:active {
  text-decoration: none;
  border-bottom: 5px solid #000;
  padding: 8px 8px 8px 8px;
}
.nav-top {
  max-width: 1120px;
  margin: 0 auto;
  text-align: right;
  padding: 10px 10px 0px 0px
}
@media only screen and (max-width: 1024px) {
  #nav a {
    font-size: 0.8em;
    padding: 14px 8px 13px 8px;
    margin-right: 1%;
  }
  #nav a:hover {}
  .header img {
    margin: 18px 25% 24px 20px;
    float: left
  }
}
@media only screen and (max-width: 768px) {
  #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: 88px;
  }
  .header img {
    width: 150px;
    margin: 15px 0% 10px 20px;
  }
  .headergreen {
    width: 98%;
    margin: 0;
    font-size: 0.72em;
    color: #333333;
    padding: 5px 10px 3px 5px;
    text-align: center;
    line-height: 110%
  }
}
@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: 75px;
  height: 430px;
  width: 100%;
  z-index: 0;
}
.bigIMAGE.home {
  background: url(img/HEADER.jpg) no-repeat center center;
  background-size: cover;
}
.bigIMAGEslogan {
  position: relative;
  left: 0;
  right: 0;
  top: 28%;
  width: 98%;
  margin: 0 auto;
  z-index: 0;
  text-align: center
}

.bigIMAGEslogan h1 {
  font-size: 3.5em;
  font-weight: bold;
  color: #fff;
  display: inline;
  line-height: 140%;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
  padding: 0 20px 0 20px
}
.bigIMAGEslogan h2 {
  font-size: 2.0em;
  font-weight: normal;
  color: #fff;
  line-height: 140%;
  text-shadow: 2px 1px 3px black, 1px 2px 3px black;
  padding: 10px 0 10px 0;
}
@media (max-width: 1200px) {
     .bigIMAGEslogan {
    top: 23%;
  }
  .bigIMAGEslogan h1 {
    font-size: 3.5em;
  }
  .bigIMAGEslogan h2 {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  .bigIMAGEslogan {
    top: 23%;
  }
  .bigIMAGEslogan h1 {
    font-size: 2.2em;
  }
  .bigIMAGEslogan h2 {
    font-size: 1.6em;
  }
}
@media (max-width: 639px) {
  .bigIMAGE {
    height: 250px;
  }

  .bigIMAGEslogan h1 {
    font-size: 2em;
  }
  .bigIMAGEslogan h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 480px) {
  .bigIMAGE {
    height: 240px;
  }
  .bigIMAGEslogan {
    top: 15%;
  }
  .bigIMAGEslogan h1 {
    font-size: 1.8em;
  }
  .bigIMAGEslogan h2 {
    font-size: 1.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
}

/********************** CONTENT ********************************/
.contentWhiteHeader {
  max-width: 980px;
  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: 1020px;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 0;
  padding: 30px 40px 10px 40px;
}
.content.calculator {
  padding-bottom: 80px;
}
@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 {
    padding: 20px 20px 5px 20px;
  }
}
.contentGreenAround {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #f07d21;
  margin-top: 0px
}

.contentBlueAround {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #004962;
  margin-top: 0px
}


.lineCONT {
  height: 1px;
  border-bottom: 1px dotted #ccc;
  margin: 1em 0 2em 0;
  clear: both
}
.phone {width: 140px; float:left; margin:0px 20px 10px 0px;}
.phone img {width: 100%}

@media only screen and (max-width:640px) {.phone {width: 100px; }
    }

@media only screen and (max-width:480px) {.phone {width: 100px; float:none; text-align: center; margin:0 auto;}
    }

.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-right: 2%
}
.infoBoxRE {
  width: 48%;
  float: right;
}
.infoBoxLI img, .infoBoxRE img {
  width: 100%
}
.infoBoxLI p, .infoBoxRE p {
  margin: 15px 20px
}

@media only screen and (max-width: 960px) {
.infoBoxLI {
  width: 100%;
  float: none;
  margin: 0% 0 30px 0;
}
}
@media only screen and (max-width: 480px) {
.infoBoxLI {
    width: 100% !important;
    float: none;
    margin: 0px 0px 30px 0px;
  }
}

.BBoxAround {
  width: 100%;
  clear: both;
  margin: 0.8em 0 0em 0px;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  line-height: 120%;
}
.BBox {
  width: 25%;
  margin: 0 5% 12px 3%;
 
  padding: 0px 0px;
  text-align: center
}
.border-grey {
  border: 2px solid #e0e0e0;
}
.border-no {
  border: 0px solid #cccccc;
}
@media only screen and (max-width: 980px) {

  .BBox  {
    width: 25% ;
    float: left;
    margin-bottom: 1em
  }
}

@media only screen and (max-width: 640px) {
  .BBoxAround {
    display: flex;
  flex-flow: row wrap;
    margin: 0.1em 0 0em -8px;
  }
  .BBox  {
    width: 99%;
    float: left;
     margin: 0 0.5em 1em 0.5em;
  }
}
.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
}
.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
}
.bucketsAround {
  display: flex;
  flex-flow: row wrap;
  padding-top: 10px;
  mrgin: 0 auto;
}
.bucket {
  width: 22%;
  color: #555;
  padding: 0px 0% 4% 0%;
  margin-left: 1.2%;
  float: left;
  text-align: center;
  font-size: 80%;
}
.bucket img {
  border: 0px solid #aae9ff;
  width: 90%;
  border-radius: 50%;
  margin-bottom: 20px;
}
.bucket .Yline {
  height: 2px;
  background-color: #ffcb00;
  margin: 1em 0%;
}
.imgLI {
  float: left;
  width: 39%;
  margin: 0 20px 10px 0
}
.imgRE {
  float: right;
  width: 26%;
  margin: 0 0 10px 20px
}
@media only screen and (max-width: 1024px) {
  .bucket {
    width: 32%;
  }
}
@media only screen and (max-width: 768px) {
  .bucket {
    width: 45%;
  }
}
@media only screen and (max-width: 540px) {
  .bucket {
    width: 70%;
    color: #555;
    margin: 20px auto;
    float: none;
    text-align: center
  }
  .bucket img {
    margin-bottom: 20px
  }
  .imgLI {
    float: left;
    width: 30%;
    margin: 0 20px 10px 0
  }
  .imgRE {
    float: none;
    text-align: center;
    display: block;
    width: 65%;
    margin: 0px auto
  }
}

.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: normal;
  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;
}

#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: 480px) {
  .button-more {
    width: 90%;
    margin-top: 10px
  }
}
.form {
  width: 46%;
  margin-right: 2%;
  float: left
}
@media only screen and (max-width: 680px) {
  .form {
    width: 100%;
    margin-right: 0%;
    clear: both
  }
}
.textfeld, .freitext {
  width: 100%;
  line-height: normal;
  text-decoration: none;
  background: #fff;
  color: #333;
  border: 0px solid #e4f7ed;
  margin-bottom: 8px;
  padding: 3px 4px 1px 4px;
  font: 1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
}
.textfeld {
  height: 26px;
  font: 1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
}
.freitext {
  height: 165px;
  font: 1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
}
.textfeld-K {
  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';
}
.buttonBig {
  width: 210px;
  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%;
}
@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: #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;
}
/********************** sticky box ********************************/
.stickybox {
  height: 140px;
  width: 130px;
  position: fixed;
  top: 42%;
  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;
  background-color: #fff;
  background-size:90%;
  background-repeat: no-repeat;
  background-position-y: top ;
  background-position-x: center;
  background-image: url(img/freezer-vid.png);
  border: 2px solid #cccccc;
;
}
.stickybox img {
  width: 100%
}
.mobile {display:none }

@media only screen and (max-width: 768px) {
.stickybox {display: none;}
.mobile {display:block}
}

.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}