.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.ekoblock {
  background-color: #161616;
  color: #ffffff;
  margin-bottom: -40px;
  margin-top: 40px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .ekoblock .button-wrap.text-left {
    text-align: center !important;
  }
}
.ekoblock .button.button--inverse {
  color: #ffffff !important;
  border-color: #ffffff;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .ekoblock .button.button--inverse {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ekoblock .button.button--inverse:hover {
  color: #fe5000 !important;
  border-color: #fe5000;
}
.ekoblock h3 {
  font-size: 24px;
  line-height: 30px;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (max-width: 500px) {
  .ekoblock canvas {
    width: 190px;
  }
}
.ekobox {
  *zoom: 1;
}
.ekobox:before,
.ekobox:after {
  content: "";
  display: table;
}
.ekobox:after {
  clear: both;
}
.ekobox.en .tachos__label {
  text-transform: none;
}
.ekobox__text {
  float: left;
  width: 32%;
  padding-right: 50px;
}
@media all and (min-width: 990px) and (max-width: 1420px) {
  .ekobox__text {
    width: 20%;
    padding-right: 30px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .ekobox__text {
    width: 100%;
    padding-right: 0;
    float: none;
    text-align: center;
    margin-bottom: 40px;
  }
}
.tachos {
  float: left;
  width: 68%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (min-width: 990px) and (max-width: 1420px) {
  .tachos {
    width: 80%;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .tachos {
    width: 100%;
    float: none;
  }
}
.tachos__box__two {
  width: 47%;
  margin-right: 3%;
  font-size: 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .tachos__box__two {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.tachos__box__two .canvas__wrap {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  position: relative;
}
.tachos__box__one {
  width: 23.5%;
  margin-right: 3%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .tachos__box__one {
    width: 48.5%;
  }
}
.tachos__box__savings {
  width: 23.5%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .tachos__box__savings {
    width: 48.5%;
  }
}
.tachosbox {
  position: relative;
  text-align: center;
  background: #303030;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding-top: 40px;
}
.tachos__label {
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.canvas__wrap img {
  width: auto;
  max-height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
#solaricon,
#kogenicon {
  top: 50px;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
@media all and (max-width: 500px) {
  #solaricon,
  #kogenicon {
    top: 40px;
  }
}
#stromWrapper {
  margin-top: 20px;
}
#savedTrees {
  font-size: 19px;
  line-height: 24px;
}
