@font-face {
  font-family: "HenkelMilo";
  src: url("/assets/fonts/Henkel_Milo/HenkelMilo.otf"), url("/assets/fonts/Henkel_Milo/HenkelMilo.woff") format('woff');
}
@font-face {
  font-family: "HenkelMilo-Bold";
  src: url("/assets/fonts/Henkel_Milo/HenkelMilo-Bold.otf"), url("/assets/fonts/Henkel_Milo/HenkelMilo-Bold.woff") format('woff');
}
@font-face {
  font-family: "HenkelMilo-Ita";
  src: url("/assets/fonts/Henkel_Milo/HenkelMilo-Ita.otf");
}
@font-face {
  font-family: "HenkelMilo-Medi";
  src: url("/assets/fonts/Henkel_Milo/HenkelMilo-Medi.otf"), url("/assets/fonts/Henkel_Milo/HenkelMilo-Medi.woff") format('woff');
}

.and {
  position: relative;
  left: 0;
  top: 80px;
  width: 210px;
  text-align: center;
  font-size: 26px;
  background-color: #65AC1E;
  color: #FFF;
  right: 0;
  margin: 0 auto;
  padding: 10px 0;
}

.inputLayout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

@media (max-width: 1023px) {
  .and {
    top: 57px;
  }
}
::selection {
  background: #E8E8E8;
  text-shadow: none;
}

::-moz-selection {
  background: #E8E8E8;
  text-shadow: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "HenkelMilo", "HenkelMilo-Medi", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.42857143;
  color: #FFF;
  background-color: transparent;
  margin: 0;
}

audio, video, img, iframe {
  vertical-align: middle;
  border: 0;
}

a {
  color: #828c96;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #fff;
}

p {
  margin: 0 0 30px 0;
}

.clear:before, .container:before, .row:before {
  display: table;
  content: " ";
}

.clear:after, .container:after, .row:after {
  display: table;
  content: " ";
  clear: both;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.dev {
  text-align: center;
  margin-top: 200px;
  /*display: none;*/
}

.dev img {
  width: 810px;
  margin-bottom: 20px;
}

.dev .dn {
  display: none;
}

.animationWrapper {
  text-align: center;
  margin-top: 10px;
}

.container {
  margin: 0 auto;
  background-color: #FFF;
  position: relative;
  visibility: hidden;
  float: right;
  width: 84%;
  min-width: 80%;
  height: 100%;
}

.sidenav {
  height: 100%;
  /* Full-height: remove this if you want "auto" height */
  /* Set the width of the sidebar */
  position: fixed;
  /* Fixed Sidebar (stay in place on scroll) */
  z-index: 9999;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: #FFF;
  /* Black */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  min-width: 16%;
  max-width: 16%;
  /* I'll fix this mess of a menu for you. Nice comments bro. */
  display: flex;
  flex-direction: column;
}

.sidenav .items {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.sidenav .items .headline {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidenav .items .headline span {
  padding: 0 15px;
}

#footprintResult {
  flex-grow: 0.2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidenavTopicBox {
  width: 100%;
  height: 10%;
  background-color: #E6E7E7;
  position: relative;
}

.sidenavLogoBox {
  height: 10%;
  background-color: #FFF;
  position: relative;
  margin: 25px 0;
  min-height: 80px;
}

.sidenavLogoBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 -50% 0 0;
  transform: translate(-50%, -50%);
}

.maincat {
  background-repeat: no-repeat;
  background-size: cover!important;
  background-position: center;
}

.headline {
  text-align: center;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 0;
}

.headline span {
  cursor: pointer;
}

.header {
  position: relative;
  width: 100%;
  height: 44px;
  z-index: 7899;
  border-bottom: 2px solid;
}

span.title:hover {
  color: #E1000F;
}

.appname1 {
  position: relative;
  left: 100px;
  top: 100px;
  font-size: 55px;
  font-family: "HenkelMilo-Bold", "HenkelMilo-Bold", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-shadow: 6px 2px 6px rgba(1, 1, 1, 0.5);
}

.appname2 {
  position: relative;
  left: 100px;
  top: 100px;
  font-size: 55px;
  font-family: "HenkelMilo", "HenkelMilo-Bold", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-shadow: 6px 2px 6px rgba(1, 1, 1, 0.5);
}

@media only screen and (max-height: 799px) {
  .appname2 {
    top: 0;
  }
}

  .appname b {
  font-family: "HenkelMilo-Bold", "HenkelMilo-Bold", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.lang-ru .appname {
  font-size: 40px;
}

.text p {
  font-family: "HenkelMilo-Medi", "HenkelMilo Light", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.blurBackground {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: blur(8px);
}

.row .col {
  padding-left: 15px;
  padding-right: 15px;
}

.header__logoWrapper {
  position: relative;
  width: 37px;
  height: 80px;
  margin-left: -20px;
  z-index: 1;
}

.header__logo {
  width: 37px;
  top: 0;
  left: 35px;
  position: absolute;
}

.row--reducedWidth {
  margin-left: calc(4.7% - 5px);
  margin-right: calc(4.7% - 5px);
}

@media (min-width: 992px) {
  .row--reducedWidth {
    margin-left: calc(4.7% - 15px);
    margin-right: calc(4.7% - 15px);
  }
}
.headline .first {
  background-color: #E1000F;
  border-bottom-width: 2px;
  height: 44px;
}
.headline .first .left {
  line-height: 26px;
}
.headline .last {
  border-bottom: 0;
  border-top: 1px solid #FFF;
}
.headline .left {
  text-transform: uppercase;
  position: absolute;
  left: 15px;
  line-height: 30px;
}
.headline .middle {
  position: relative;
  z-index: 10;
  top: 1px;
}
.headline .middle b {
  font-family: "HenkelMilo-Bold", "HenkelMilo-Bold", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.headline .middle i {
  visibility: hidden;
}
.headline .right {
  position: absolute;
  right: 15px;
  line-height: 30px;
}
.headline .right b {
  font-family: "HenkelMilo", "HenkelMilo", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.headline .meter {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
}

.footer {
  padding: 10px 90px;
  color: #828c96;
  font-size: 11px;
  background-color: #FFF;
}
.footer a {
  margin-left: 5px;
}
.footer .links {
  float: right;
}
.footer .henkel {
  float: left;
}

.catcontent {
  display: none;
  height: 289px;
  position: relative;
  overflow: hidden;
}
.catcontent.first.sozio {
  left: 85px;
  height: 900px;
  position: relative;
  z-index: 1;
  padding: 50px;
}
.catcontent.first {
  display: block;
  height: 100%;
}
.catcontent.first.result {
  left: 90px;
  height: 100px;
  position: relative;
  z-index: 1;
  width: 97%;
}
.catcontent .maincat.selected .headline {
  border-bottom: 0;
  font-size: 23px;
  padding: 17px 15px;
  color: #E1000F;
}

.maincat.selected .headline u {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #65AC1E transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 62px;
  z-index: 30;
}

.headline.selected {
  border-bottom: 0;
  color: #E1000F !important;
}
.headline.selected u {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #65AC1E transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 62px;
  z-index: 30;
}

.maincat.selected .headline.first {
  border-bottom: 2px solid #FFF;
  font-size: 18px;
  padding: 3px 15px;
}

.maincat.selected .headline .left, .maincat.selected .headline .right {
  line-height: 34px;
}

.intro.maincat.selected .headline .left, .intro.maincat.selected .headline .right {
  line-height: 26px;
}

.maincat.selected .catcontent {
  height: 900px;
  background-repeat: no-repeat;
  background-size: cover!important;
  background-position: center;
}

.footprint.maincat.selected .catcontent {
  height: 267px;
}

.info {
  position: absolute;
  bottom: 15%;
  font-size: 14px;
  line-height: 1.3em;
  color: #FFF;
  overflow: hidden;
  width: 40%;
  left: 50px;
  padding-left: 48px;
  text-shadow: 6px 2px 6px rgba(0, 0, 0, 0.5);
}

.logHeader {
  width: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.3);
}

.questions {
  position: relative;
  z-index: 1;
  height: 900px;
  left: 80px;
  top: 50px;
  margin-right: 160px;
  padding: 10px;
}

.questions .wrapper {
  overflow-y: auto;
  overflow-x: auto;
}

.text {
  position: relative;
  z-index: 1;
  padding: 10px;
  margin-bottom: 15px;
}

.appnameSmall {
  text-transform: uppercase;
  position: relative;
  font-size: 35px;
  font-family: "HenkelMilo", "HenkelMilo", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  top: 25px;
  right: 100px;
  text-shadow: 6px 2px 6px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 1230px) {
  .appnameSmall > b {
    float: right;
  }
}
.slidewrapper .clear {
  margin-top: 100px;
}

.text {
  background-color: rgba(0, 0, 0, 0.3);
}
.text h1 {
  font-family: "HenkelMilo-Bold", "HenkelMilo-Bold", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #FFF !important;
  font-size: 22px;
  margin: 5px 0 10px 0;
}
.text h2 {
  color: #FFF !important;
  font-size: 16px;
  margin: 15px 0;
}

.arrow {
  position: relative;
  padding: 0 !important;
  margin-right: 2px;
  width: 38px;
  height: 38px;
  background-position: center;
  float: left;
  background-repeat: no-repeat;
  background-image: url("../images/icon-linkpfeil-text-weiss.png");
}

.action {
  padding: 4px;
  cursor: pointer;
  width: 100%;
  text-shadow: 6px 2px 6px rgba(0, 0, 0, 0.53);
}

.arrow, .action {
  border: 5px solid #FFF;
  color: #FFF !important;
  font-size: 22px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.4);
}

.childcat {
  padding: 0 43px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 10;
  left: 40px;
}
.childcat > div {
  float: left;
  width: 16.66666667%;
  padding: 0 5px;
}
.childcat > div span {
  display: block;
  cursor: pointer;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  text-transform: uppercase;
  padding: 4px 0;
  font-size: 14px;
  height: 28px;
  overflow: hidden;
}
.childcat > div span.done, .childcat > div.selected span {
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
}

.next, .prev {
  color: #333;
  height: 64px;
  width: 32px;
  position: absolute;
  display: none;
  top: 0;
  padding: 10px 5px;
  cursor: pointer;
  z-index: 99999;
}

.next {
  right: 0;
  background-image: url("../images/swiper-arrow-right-png.png");
}

.prev {
  left: 0;
  display: none;
  background-image: url("../images/swiper-arrow-left-png.png");
}

.overlay {
  background-color: rgba(51, 51, 51, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.question {
  float: left;
  width: 33.33333333%;
  font-size: 14px;
  font-family: "HenkelMilo", "HenkelMilo", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 0 20px;
  border-left: 1px solid #FFF;
  overflow: auto;
}
.question.first {
  border-left-color: transparent;
}
.question b {
  font-family: "HenkelMilo-Bold", "HenkelMilo-Bold", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.question input[type=radio] {
  margin: 12px 26px 16px 9px;
  border: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  visibility: hidden;
}
.question input[type=radio] + label {
  cursor: pointer;
  max-width: calc(100% - 47px);
  min-width: calc(100% - 47px);
}
.question input[type=radio] + label::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -3px 13px 0 -42px;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFF;
  border: 7px solid #FFF;
}
.question input[type=radio]:checked + label::before {
  background-color: #65AC1E;
}
.question input[type=radio]:disabled + label::before {
  background-color: #CCC;
  border-color: #CCC;
  opacity: 0.5;
}
.question input[type=number], .question .question input[type=text] {
  margin-left: 5px;
  margin-right: 10px;
  width: 60px;
  margin-bottom: 6px;
  border: 1px solid #FFF;
  color: #FFF;
  background-color: transparent;
  padding: 6px;
  font-size: 14px;
  font-family: "HenkelMilo", "HenkelMilo", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.question input[type=text] {
  width: 120px;
}
.question span {
  margin-right: 10px;
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
}
.question i.more {
  font-style: normal;
}
.question i.more input {
  margin-left: 5px;
}

.questions h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 20px 20px;
}
.questions h2 span {
  display: block;
  text-transform: none;
  font-size: 16px;
}
.questions h3 {
  font-family: "HenkelMilo-Bold", "HenkelMilo-Bold", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  margin: 0 0 10px;
}
.questions .questions h4 {
  font-family: "HenkelMilo", "HenkelMilo", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 15px 0 10px 0;
  font-weight: normal;
}
.questions .wrapper {
  margin: 0 -20px;
  overflow: hidden;
}
.questions .slidewrapper {
  position: relative;
  overflow: hidden;
}
.questions .slide {
  float: left;
}

#mobility #car .last span {
  display: block;
  margin-bottom: 5px;
}

#sozioquestions #sozio .first span {
  width: 110px;
}

#sozioquestions #sozio .first span:nth-of-type(1) {
  display: block;
}

.version-new .bath-cat {
  width: 24%;
  float: left;
  border-left: 1px solid #FFF;
  overflow-y: auto;
}

.version-new .bath-cat.shower {
  border-left: 0;
}

.version-new .bath-cat.shower {
  border-left: 0;
}

.version-new .bath-cat .question {
  width: 100%;
  height: auto !important;
  margin-bottom: 15px;
  border: 0;
}

.version-new .bath-cat .h2-small {
  padding: 0 20px;
  font-size: 18px;
}

.version-new .car-cat {
  width: 33.333333%;
  float: left;
  border-left: 1px solid #FFF;
  overflow-y: auto;
}

.version-new .car-cat.kind {
  border-left: 0;
}

.version-new .car-cat .question {
  width: 100%;
  height: auto !important;
  border: 0;
  margin-bottom: 15px;
}

.version-new .car-cat .h2-small {
  padding: 0 20px;
  font-size: 18px;
}

.footprint .col2 {
  float: left;
  color: #313a3d;
  padding: 15px;
  text-align: center;
  overflow: hidden;
}

.totalco2 {
  text-align: center;
  color: #313a3d;
  font-size: 14px;
}

.totalco2 b {
  font-size: 24px;
}

.logo1, .logo2 {
  float: left;
}

.logo1 img, .logo2 img {
  height: 66px;
}

select {
  max-width: 290px;
  border: 1px solid #FFF;
  color: #FFF;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #11100e url(../images/select.png) right center no-repeat;
  border-radius: 0;
  background-size: contain;
  padding: 6px;
  font-size: 14px;
  font-family: "HenkelMilo", "HenkelMilo", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  width: 100%;
  vertical-align: top;
  position: relative;
}

select::-ms-expand {
  display: none;
}

.logout {
  font-family: "HenkelMilo", "HenkelMilo Bold", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 17px;
  letter-spacing: 0;
  width: 250px;
  position: absolute;
  left: 100px;
  top: 30px;
  z-index: 999;
  padding: 2px 6px;
  color: #FFF !important;
  border: 4px solid #FFF;
  text-align: center;
}

.start {
  position: absolute;
  left: 15px;
  top: 5px;
  padding: 2px 6px;
  background-color: #232323;
  color: #fff !important;
  font-size: 12px;
}

.redBtn {
  padding: 4px 8px;
  display: inline-block;
  margin-top: 15px;
  background-color: #65AC1E;
  color: #FFF !important;
  font-size: 12px;
  text-transform: uppercase;
}

.heatingtxt, .electricitytxt {
  font-style: normal;
}

.consumption-wrapper {
  overflow: auto;
  background-color: #F0F0F0;
  padding: 115px 48px 30px 48px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.consumption-wrapper hr {
  height: 0;
  border: 0;
  border-bottom: 1px solid #B7C6CF;
  border-top: 1px solid #FFF;
  margin: 10px 0 15px 0;
}

.consumption-wrapper > h1 {
  color: #313a3d;
  font-size: 25px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.consumption-wrapper i {
  font-style: normal;
}

.consumption {
  height: 52px;
  background-color: #DCDCDC;
  border-top: 2px solid #A6A7A8;
  margin-bottom: 20px;
}

.consumption > div {
  float: left;
  line-height: 50px;
  text-align: center;
  position: relative;
  background-color: #65AC1E;
}

.consumption > div u {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #65AC1E transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 15px;
}

.consumption > div span {
  background-color: #F0F0F0;
  color: #313A3B;
  position: absolute;
  top: -25px;
  left: -2px;
  line-height: normal;
}

.consumption > div span i {
  font-style: normal;
  width: 100%;
  display: block;
  height: 18px;
  overflow: hidden;
}

.consumption > div span b {
  width: 1px;
  background-color: #B2B5B6;
  height: 59px;
  position: absolute;
  bottom: -59px;
  left: 1px;
}

.consumption > div.last span {
  left: auto;
  right: -2px;
  z-index: 20 !important;
}

.consumption > div.last span b {
  left: auto;
  right: 1px;
}

.consumption > div:last-child {
  border: 0;
}

.consumption > div > div {
  overflow: hidden;
  height: 50px;
}

.consumption2 {
  background-color: #FFF;
  width: 50%;
  margin-bottom: 10px;
  float: left;
}

.consumption2 > div {
  position: relative;
  background-color: #DBE2E7;
  border-top: 1px solid #A6A7A8;
  margin-bottom: 1px;
}

.consumption2 > div > div > span {
  display: inline-block;
  width: 240px;
  text-transform: uppercase;
  padding: 4px 15px;
}

.consumption2 > div > b {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #65AC1E;
}

.consumption2 > div > div {
  position: relative;
  z-index: 10;
}

.average-consumption {
  background-color: #DEE1E3;
  margin-bottom: 10px;
  border-top: 2px solid #A6A7A8;
  position: relative;
}

.average-consumption > b {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #828C96;
}

.average-consumption > div {
  position: relative;
  z-index: 10;
  padding: 4px 15px;
}

.co2-world-objective span {
  background: url("../images/Ziel_klein.svg");
}

.co2-world-average span {
  background: url("../images/Welt_klein.svg");
}

.co2-german-average span, .average-icon  {
  background: url("../images/Deutschland_klein.svg");
}

.instance-en .co2-german-average span, .instance-en .average-icon {
  background: url("../images/Europa_klein.svg");
}

.instance-uk .co2-german-average span, .instance-uk .average-icon {
  background: url("../images/UK_klein.svg");
}

.instance-us .co2-german-average span, .instance-us .average-icon  {
  background: url("../images/US_klein.svg");
}

.instance-fr .co2-german-average span, .instance-fr .average-icon {
  background: url("../images/Frankreich_klein.svg");
}

.instance-ru .co2-german-average span, .instance-ru .average-icon {
  background: url("../images/RU_klein.svg");
}

.instance-br .co2-german-average span, .instance-br .average-icon {
  background: url("../images/Brazil_klein.png");
}

.instance-ar .co2-german-average span, .instance-ar .average-icon  {
  background: url("../images/Argentina_klein.png");
}

.instance-co .co2-german-average span, .instance-co .average-icon  {
  background: url("../images/Colombia_klein.png");
}

.instance-cl.version-new .co2-german-average span, .instance-cl .average-icon  {
  background: url("../images/chile-flag.png");
}

.instance-mx.version-new .co2-german-average span, .instance-mx .average-icon  {
  background: url("../images/mex-flag.png");
}

.instance-pt.version-new .co2-german-average span, .instance-pt .average-icon  {
  background: url("../images/pt-flag.png");
}

.instance-es.version-new .co2-german-average span, .instance-es .average-icon  {
  background: url("../images/es-flag.png");
}


.instance-cl.version-new .co2-german-average span {
  height: 31px;
}

.version-new.instance-fr .average-consumption .co2-german-average span {
  right: -26px;
}

.version-new.instance-fr .consumption-wrapper .box-3 {
  padding-bottom: 210px;
}


.co2-my-footprint span {
  background: url("../images/Person_klein.svg");
}

.average-info {
  width: 50%;
  float: left;
  color: #313a3d;
  padding: 0 30px;
  font-size: 14px;
}

.average-info p {
  margin: 0;
}

.consumption-wrapper .average-info-h1 {
  color: #65AC1E;
  font-size: 22px;
  margin: 0 0 2px 0;
}

.average-info h2 {
  color: #65AC1E;
  font-size: 16px;
  margin: 0 0 5px 0;
}

.average-info ul {
  margin: 0;
  padding-left: 1.1em;
}

.consumption-wrapper .average-info-p {
  color: #313a3d;
}

.disabled {
  color: rgba(204, 204, 204, 0.5);
}

.disabled input {
  border-color: #CCC;
  background-color: #CCC !important;
  opacity: 0.5;
  pointer-events: none;
}

input[type=text][disabled], input[type=number][disabled] {
  border-color: #CCC;
  background-color: #CCC;
  opacity: 0.5;
}

.question.hidden {
  display: none;
}

.maincat.intro .slidewrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.maincat.intro .slide {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
}

.cont2 {
  display: none;
}

.maincat.footprint .cont2 {
  position: relative;
  z-index: 10;
}

.maincat.footprint .cont2 .overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

.alert {
  position: fixed;
  left: 0;
  display: none;
  top: 0;
  width: 100%;
  text-align: center;
  background-color: #65AC1E;
  color: #FFF;
  padding: 6px;
  z-index: 9999;
  font-size: 16px;
  border-bottom: 2px solid #FFF;
}

.services {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  overflow: auto;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  padding: 45px;
  font-size: 12px;
}

.services > div {
  display: none;
}

.services h1 {
  font-size: 16px;
  margin: 0 0 20px;
  font-family: "HenkelMilo-Bold", "HenkelMilo-Bold", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.services h2, .services h3 {
  margin: 20px 0 5px 0;
  font-size: 14px;
  font-family: "HenkelMilo-Bold", "HenkelMilo-Bold", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.services a {
  color: #FFF;
  text-decoration: underline;
}

.services a:hover {
  color: #E1000F;
}

.services p strong {
  font-family: "HenkelMilo-Bold", "HenkelMilo-Bold", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
}

.services .close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background-image: url("../images/icon-glossaryclose-png.png");
}

.services .close:hover {
  border-color: #65AC1E;
}

.services .text {
  padding: 0;
  margin: 0;
  background: transparent;
}

.backbtn, .nextbtn {
  width: 50%;
  float: left;
  height: 32px;
}

.nextbtn {
  text-align: right;
}

.backbtn span, .nextbtn span, .resultbtn span {
  display: inline-block;
  cursor: pointer;
  padding: 6px 12px;
  background-color: #e1000f;
  color: #FFF;
  font-size: 14px;
}

.backnext {
  position: relative;
  z-index: 10;
  display: none;
  background-color: #333333;
}

.resultbtn {
  margin: 0 auto;
  display: table;
}

.maincat.footprint .backnext {
  display: none;
}

#sozioquestions .cont2 {
  display: block !important;
}

.inptxt {
  text-decoration: none;
}

.cookies-info {
  position: absolute;
  z-index: 99999;
  left: 0;
  bottom: 100px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 48px;
  font-size: 12px;
}

.lang-de .cookies-info {
  bottom: 85px;
}

.cookies-info a, .cookies-txt .acceptCookies, .cookies-txt .notAcceptCookies {
  text-decoration: none;
  background: #e1000f;
  color: #fff;
  font-size: 12px;
  padding: 0.4em 1.5em;
  display: inline-block;
  margin-right: 0.8em;
}

.cookies-info a:hover, .cookies-txt .acceptCookies:hover, .cookies-txt .notAcceptCookies:hover {
  color: #FFF;
}

.cookies-info strong {
  font-family: "HenkelMilo-Bold", "HenkelMilo-Bold", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.cookies-info .link {
  text-decoration: underline;
  cursor: pointer;
}

.cookies-info .close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background-image: url("../images/icon-glossaryclose-png.png");
}

.cookies-info .close:hover {
  border-color: #65AC1E;
}

a.cookies-link {
  text-decoration: underline;
  cursor: pointer;
  background: none;
  padding: 0;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333333%;
}

.col4 {
  width: 25%;
}

.col5 {
  width: 20%;
}

.col6 {
  width: 16.66666667%;
}

.col7 {
  width: 14.28571428%;
}

.col8 {
  width: 12.5%;
}

.col9 {
  width: 11.11111111%;
}

.col10 {
  width: 10%;
}

.col11 {
  width: 9.09090909%;
}

.col12 {
  width: 8.33333333%;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.nocursor {
  cursor: default;
}

.version-new .consumption-wrapper {
  color: #313a3d;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 100px;
}

.version-new .consumption-wrapper .box-100p {
  padding: 50px;
}

.version-new .consumption-wrapper b {
  color: #00793c;
  font-family: "HenkelMilo-Bold", "HenkelMilo-Bold", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.version-new .consumption-wrapper strong {
  font-family: "HenkelMilo-Bold", "HenkelMilo-Bold", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.version-new .consumption-wrapper b.big {
  font-size: 46px;
  margin-top: 10px;
  display: block;
}

.version-new .consumption-wrapper b.big img {
  width: 110px;
  height: auto;
  margin-right: 5px;
}

.version-new .consumption-wrapper b.big i {
  font-style: normal;
  font-size: 26px;
  vertical-align: middle;
  line-height: 26px;
  display: inline-block;
  text-align: left;
}

.version-new .consumption > div > div {
  color: #FFF;
}

.version-new .show-left {
  float: left;
  width: 50%;
}

.version-new .show-right {
  float: right;
  width: 50%;
  text-align: right;
}

.version-new .big-btn {
  background-color: #65AC1E;
  height: 1px;
}

.version-new .big-btn2 {
  background-color: #65AC1E;
  height: 1px;
  margin-bottom: 50px;
}

.version-new .big-btn a, .version-new .big-btn span {
  background-color: #00793A;
  color: #FFF;
  text-transform: uppercase;
  font-family: "HenkelMilo-Bold", "HenkelMilo-Bold", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  width: 100%;
  display: block;
  margin: auto;
  padding: 10px 0;
  text-align: center;
  position: relative;
  top: -21px;
}

.version-new .big-btn2 a, .version-new .big-btn span {
  background-color: #00793A;
  color: #FFF;
  text-transform: uppercase;
  font-family: "HenkelMilo-Bold", "HenkelMilo-Bold", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: block;
  margin: auto;
  padding: 10px 0;
  text-align: center;
  position: relative;
  top: -21px;
}

.version-new #fifty a {
  display: none;
}

.version-new .big-btn span {
  background-color: #A6A7A8;
}

.version-new .big-btn a:hover {
  background-color: #00793A;
  color: #FFF;
}

.version-new .consumption-wrapper h2 {
  text-transform: uppercase;
  color: #64848c;
}

.version-new .small {
  font-size: 14px;
  color: #313a3d;
  font-family: "HenkelMilo", "HenkelMilo", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
}

.version-new .gewinnspiel {
  font-size: 46px;
  color: #65AC1E;
  font-family: "HenkelMilo-Bold", "HenkelMilo-Bold", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-top: 70px;
  text-align: center;
}

.version-new .average-consumption {
  height: 32px;
  background-color: #fbf3d0;
  margin-top: 60px;
}

.version-new .average-consumption b {
  background-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.version-new .average-consumption span {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -53px;
  right: -25px;
}

.version-new .average-consumption em {
  font-style: normal;
}

.version-new .average-consumption i {
  font-style: normal;
  font-size: 16px;
  color: #313a3d;
  font-weight: normal;
  font-family: "HenkelMilo", "HenkelMilo", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  width: 170px;
  display: block;
  position: absolute;
  top: 90px;
  margin-left: 25px;
  padding: 0 5px;
}

.version-new .average-consumption .co2-my-footprint span {
  right: -26px;
}

.version-new .average-consumption .co2-my-footprint span i {
  left: -1px;
}

.version-new .average-consumption .co2-my-footprint.fromright span i {
  left: -170px;
  text-align: right;
}

.version-new .average-consumption .co2-my-footprint i {
  text-align: left;
  left: 0;
  z-index: 40;
}

.version-new .average-consumption .co2-my-footprint.fromright span i {
  left: -170px;
  text-align: right;
}

.average-consumption .co2-my-footprint.fromright span i {
  left: -170px;
  text-align: right;
}

.version-new .average-consumption-mobile {
  display: none;
}

.version-new .average-consumption-mobile img {
  width: 36px;
  margin-right: 5px;
}

.version-new .average-icon {
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 5px;
  display: inline-block;
  background-size: cover!important;
}

.version-new .forcomparison {
  margin: 15px 0 80px 0;
}

.version-new .bg-1 {
  background-color: transparent;
}

.version-new .bg-3 {
  background-color: #a6a7a8;
}

.version-new .mb0 {
  margin-bottom: 0;
  padding: 50px;
}

.version-new .consumption-wrapper .box-1 {
  padding-top: 140px !important;
  position: relative;
}

@media only screen and (min-width: 1230px) {
  .navbarOpen {
    display: none!important;
  }
}

.sidenavHelper {
  display: none;
  position: absolute;
  z-index: 2000;
  width: 100%;
  height: 100%;
}

.sidenav {
  transition: 0.7s all ease;
}

@media only screen and (max-width: 1023px) {
  .sidenav {
    left: -50%;
    width: 50%;
    max-width: 50%;
  }

  .sidenavHelper {
    margin-left: 50%;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1229px) {
  .sidenav {
    left: -25%;
    width: 25%;
    max-width: 25%;
  }

  .sidenavHelper {
    margin-left: 25%;
    width: 75%;
  }
}
@media only screen and (min-width: 1230px) and (max-width: 1229px) {
  .sidenav {
    left: -20%;
    width: 20%;
    max-width: 20%;
  }

  .sidenavHelper {
    width: 80%;
  }

  .container {
    width: 80%;
  }
}

.bold {
  font-family: "HenkelMilo-Bold", "HenkelMilo-Bold", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.line {
  height: 0;
  border-top: 1px solid #a6a7a8;
  margin-top: 20px;
  margin-bottom: 40px;
}

.box {
  border: 1px solid #65AC1E;
  color: #65AC1E;
  padding: 50px 20px 20px 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-color: #FFF;
  cursor: pointer;
}

.version-new .consumption-wrapper .gewinnspiel .box span {
  font-size: 24px;
  line-height: 24px;
  display: block;
}
.version-new .consumption-wrapper .gewinnspiel.left img {
  float: right;
  margin-left: 50px;
  margin-top: -23px;
}
.version-new .consumption-wrapper .gewinnspiel.left > div > div {
  float: left;
  text-align: left;
}
.version-new .consumption-wrapper .gewinnspiel.right {
  padding-left: 165px;
  padding-right: 40px;
}
.version-new .consumption-wrapper .gewinnspiel.right > div {
  font-size: 24px;
  line-height: 24px;
}
.version-new .consumption-wrapper .gewinnspiel.right .fl {
  float: left;
  position: relative;
  text-align: center;
  width: 212px;
}
.version-new .consumption-wrapper .gewinnspiel.right .fl > span {
  position: absolute;
  left: -118px;
  top: 50%;
  margin-top: -23px;
  font-size: 46px;
  line-height: 46px;
}
.version-new .consumption-wrapper .gewinnspiel.right .fl > div {
  text-align: left;
  position: absolute;
  left: -130px;
  top: 50%;
  margin-top: -40px;
}
.version-new .consumption-wrapper .gewinnspiel.right img {
  margin-bottom: 10px;
}
.version-new .consumption-wrapper .gewinnspiel.right .or {
  line-height: 180px;
  font-size: 46px;
  width: 310px;
  text-align: left;
  padding-left: 30px;
}
.version-new .consumption-wrapper .gewinnspiel b {
  position: absolute;
  left: 0;
  top: -30px;
  width: 240px;
  text-align: center;
  font-size: 26px;
  background-color: #65AC1E;
  color: #FFF;
  right: 0;
  margin: 0 auto;
  padding: 10px 0;
}
.version-new .consumption-wrapper .gewinnspiel .center {
  display: inline-block;
}
.version-new .consumption-wrapper .gewinnspiel .uncomplete {
  display: none;
}
.version-new .consumption-wrapper .gewinnspiel .blocked {
  border-color: #828c96;
  cursor: default;
  color: #65AC1E;
  padding-left: 20px !important;
}
.version-new .consumption-wrapper .gewinnspiel .blocked .complete {
  display: none;
}
.version-new .consumption-wrapper .gewinnspiel .blocked .uncomplete {
  display: block;
  font-size: 24px;
  line-height: 24px;
  max-width: 600px;
}
.version-new .consumption-wrapper .gewinnspiel .blocked b {
  background-color: #828c96;
  cursor: default;
}
.version-new .consumption-wrapper .gewinnspiel .thx {
  cursor: default;
}
.version-new .consumption-wrapper .gewinnspiel .thx b {
  width: 400px;
}

.version-new .co2isnot0 {
  display: none;
}
.version-new .scrollDownArrow {
  font-size: 14px;
  text-align: center;
  z-index: 100;
  padding: 5px 10px 0 10px;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 36px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.version-new .scrollDownArrow b {
  width: 16px;
  height: 16px;
  display: block;
  border-left: 1px solid #65AC1E;
  border-bottom: 1px solid #65AC1E;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scrollDownAnimation 2s infinite;
  animation: scrollDownAnimation 2s infinite;
  opacity: 0;
}
.version-new .scrollDownArrow b:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.version-new .scrollDownArrow b:nth-of-type(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.version-new .scrollDownArrow b:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  margin-bottom: 10px;
}

@-webkit-keyframes scrollDownAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollDownAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.color-red {
  color: #64848c !important;
}

.logout.mobile {
  display: block !important;
  position: static;
  font-family: "HenkelMiloBold", "HenkelMilo-Medi", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  letter-spacing: 0;
  left: 100px;
  top: 30px;
  border: 4px solid #5F6973;
  background-color: #FFF;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #5F6973 !important;
}

@media (max-width: 1229px) {

  #restartMobile {
    display: initial;
  }

  #sozioquestions #sozio .first span {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  input[name="sozio.age"] {
    margin-top: 0;
  }

  .headerBar {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 45px;
    position: relative;
    top: -30px;
    text-align: center;
  }

  .appname2 {
    font-size: 22px;
    top: 7px;
    left: 0;
  }

  .maincat.intro .slidewrapper {
    position: initial;
  }

  .questions .slidewrapper {
    width: 100% !important;
    left: 0!important;
    overflow-x: hidden;
  }

  .catcontent {
    overflow: auto;
  }

  .slidewrapper .clear {
    overflow: hidden;
    width: 100% !important;
    margin-top: 40px;
    float: none;
  }

  .logHeader {
    height: 45px;
    text-align: center;
    display: grid;
  }

  .appnameSmall {
    font-size: 22px;
    top: 7px;
    left: 0;
  }

  .logout.desktop {
    display: none !important;
  }

  .container {
    width: 100%;
  }

  .version-new .scrollDownArrow {
    bottom: 0;
  }

  .footer {
    position: relative;
    z-index: 200;
  }

  .version-new .bath-cat {
    width: 100%;
    min-height: 0;
    height: auto !important;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 15px;
    padding-top: 15px;
  }

  .version-new .car-cat {
    width: 100%;
    min-height: 0;
    height: auto !important;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 15px;
    padding-top: 15px;
  }

  .version-new .car-cat.lastcat {
    width: 100%;
    min-height: 0;
    height: auto !important;
    border-left: none;
    border-top: 0 solid rgba(255, 255, 255, 0.5);
    margin-top: 15px;
    padding-top: 15px;
  }

  .version-new .bath-cat .question {
    margin-top: 15px;
  }

  .backnext {
    display: block;
  }

  .childcat {
    display: none !important;
  }

  .next, .prev {
    visibility: hidden !important;
  }

  .footer a {
    margin-left: 20px;
  }

  .footer a:first-child {
    margin-left: 0;
  }

  .headline .middle {
    right: 0;
  }

  .maincat.selected .headline {
    padding: 10px 15px;
  }

  .maincat.intro .slide {
    padding: 15px;
    height: auto;
    bottom: 0;
    position: absolute;
  }

  .maincat .info {
    bottom: 0;
    font-size: 14px;
    position: static;
    padding-left: 0 !important;
    width: 100% !important;
  }

  .maincat .action {
    line-height: 18px;
  }

  .appname {
    left: 12px;
    top: 15px;
    font-size: 26px;
  }

  .lang-ru .appname {
    font-size: 26px;
  }

  .headline .right {
    line-height: 22px !important;
  }

  .cont1 {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
  }

  .maincat.selected .catcontent.first {
    overflow: hidden;
  }

  /*	.maincat.selected .catcontent { min-height: 363px; height: auto!important; }*/
  .questions {
    padding: 0;
  }

  .question {
    padding: 10px 20px 0 20px;
    height: auto !important;
    font-size: 14px;
    width: 100%;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 15px;
  }

  .questions h2 {
    margin: 0 0 0 20px;
    font-size: 16px;
  }

  .questions h3 {
    font-size: 14px;
  }

  .question span {
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .consumption-wrapper {
    padding: 115px 15px 15px 15px;
    position: static;
  }

  .consumption2, .average-info {
    float: none;
    width: 100%;
    padding: 0;
  }

  .maincat.footprint .cont2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }

  .sidenav {
    display: none;
  }

  .questions h2 span {
    font-size: 14px;
  }

  .consumption2 > div > div > span {
    width: 180px;
  }

  .version-new .consumption-wrapper b.big i {
    width: 224px;
  }

  .version-new .consumption-wrapper .box-100p {
    padding: 24px;
  }

  .version-new .consumption-wrapper b.big i {
    font-size: 20px;
  }

  .footer {
    padding: 10px 50px;
  }

  .footer .links {
    text-align: center;
  }

  .footer .henkel {
    text-align: center;
  }

  .question i.more input {
    margin-left: 5px;
  }

  .version-new .consumption-wrapper {
    margin-top: 45px;
  }
}
@media (max-width: 1099px) {
  .version-new .show-left > p, .version-new .show-right > p {
    height: 48px;
  }
}
@media (max-width: 1059px) {
  .gewinnspiel #gewinnen.right .complete .fl {
    float: none;
    width: 212px;
  }

  .gewinnspiel #gewinnen.right .complete .fl.or {
    line-height: 70px;
    margin-top: 14px;
    padding-left: 0;
    text-align: center;
  }
}
/* Smaller Divices */
@media (min-width: 1024px) and (max-width: 1229px) {
  .sidenav {
    display: none;
  }

  .appname2 {
    font-size: 22px;
    top: 7px;
    left: 0;
  }

  .container {
    width: 100% !important;
  }

  .logout.mobile {
    display: block !important;
    position: static;
    font-family: "HenkelMiloBold", "HenkelMilo-Medi", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    letter-spacing: 0;
    left: 100px;
    top: 30px;
    border: 4px solid #5F6973;
    background-color: #FFF;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #5F6973 !important;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    min-width: 40%;
  }

  .appname2 {
    font-size: 22px;
    top: 7px;
    left: 0;
  }

  .maincat.intro .slidewrapper {
    position: initial;
  }

  .slidewrapper .clear {
    margin-top: 40px;
    float: none;
  }

  .sidenavLogoBox img {
    top: 65%;
  }

  .headerBar {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 45px;
    position: relative;
    top: -30px;
    text-align: center;
  }

  .sidenavLogoBox img {
    height: 50px;
  }

  .headline {
    font-family: "HenkelMiloBold", "HenkelMilo-Medi", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin: 0 0;
  }

  .logHeader {
    height: 45px;
    text-align: center;
    display: grid;
  }

  .appnameSmall {
    font-size: 22px;
    top: 7px;
    left: 0;
  }

  .logout.mobile {
    display: block !important;
    position: static;
    font-family: "HenkelMiloBold", "HenkelMilo-Medi", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    letter-spacing: 0;
    left: 100px;
    top: 30px;
    border: 4px solid #5F6973;
    background-color: #FFF;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #5F6973 !important;
  }

  .logout.desktop {
    display: none !important;
  }

  .version-new .consumption-wrapper {
    margin-top: 0;
    height: 100% !important;
  }

  .questions .slidewrapper {
    width: 100% !important;
    overflow-x: hidden;
  }
  .questions .slidewrapper .catcontent {
    overflow: auto;
  }
  .catcontent {
      overflow: auto;
    }
  .questions .slidewrapper .overlay {
    height: 697%;
  }
  .overlay {
      height: 697%;
    }
  .questions .slidewrapper .maincat .info {
    width: 100% !important;
    font-size: 13px;
  }
   .maincat .info {
      width: 100% !important;
      font-size: 13px;
    }
  .questions .slidewrapper .version-new .average-consumption-mobile {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .version-new .average-consumption-mobile {
      display: block;
      margin-top: 20px;
      margin-bottom: 30px;
   }
  .version-new .average-consumption i {
      display: none;
    }
  .questions .slidewrapper .gewinnspiel #gewinnen {
    padding-left: 30px;
    padding-right: 30px;
  }
  .questions .slidewrapper .gewinnspiel #gewinnen .complete .fl > div, .questions .slidewrapper .gewinnspiel #gewinnen .complete .fl > span {
    margin-top: 0;
    position: static;
  }
  .questions .slidewrapper .gewinnspiel #gewinnen.right .complete .fl.or {
    line-height: 80px;
    margin-top: 6px;
    padding-left: 0;
    text-align: center;
  }
  .questions .slidewrapper #gutestun {
    width: 274px;
  }
  .questions .slidewrapper #gutestun.blocked {
    width: 100%;
  }
  .questions .slidewrapper #gutestun .complete img {
    float: none;
    margin: 0;
    position: static;
  }
  .questions .slidewrapper #gutestun .complete > div {
    float: none;
  }
  .questions .slidewrapper .version-new .consumption-wrapper .box-100p {
    padding: 30px 15px;
  }
  .version-new .consumption-wrapper .box-100p {
      padding: 30px 15px!important;
    }
  .questions .slidewrapper .version-new .consumption-wrapper .gewinnspiel .thx b {
    width: 320px;
    left: -23px;
    font-size: 22px;
  }
  .version-new .consumption-wrapper .gewinnspiel .thx b {
      width: 320px;
      left: -23px;
      font-size: 22px;
    }
  .questions .slidewrapper .version-new .consumption-wrapper b.big i {
    font-size: 18px;
  }
  .version-new .consumption-wrapper b.big i {
      font-size: 18px;
    }
  .questions .slidewrapper .headline .middle {
    right: -30px;
  }
  .headline .middle {
      right: -30px;
    }
  /* Landscape */
  /*media (min-width: 768px) {
      .appname {color: #65AC1E; }
  }*/
  /* iPad in landscape */
  /* iPad in portrait */
  /* Instance specific */
}

@media (max-width: 499px) {
  .appname2 {
    font-size: 16px;
    top: 12px;
  }

  .appnameSmall {
    font-size: 16px;
    top: 12px;
  }
}

@media (max-width: 767px) and (max-width: 579x) {
  .version-new .consumption-wrapper .show-left, .version-new .consumption-wrapper .show-right {
    width: 100%;
    text-align: left;
  }

  .version-new .consumption-wrapper .show-right b.big i {
    text-align: left;
  }

  .version-new .consumption-wrapper .show-right b.big i, .version-new .consumption-wrapper .show-left b.big i {
    width: auto;
  }

  .version-new .show-left > p, .version-new .show-right > p {
    height: auto;
  }

  .version-new .consumption-wrapper .show-right {
    margin-top: 20px;
  }

  .headline .left {
    line-height: 24px !important;
  }

  .headline {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) and (max-width: 469px) {
  .henkel {
    width: 240px;
    display: inline-block;
    padding-top: 0;
  }

  .version-new .big-btn a, .version-new .big-btn span {
    width: 100%;
    padding: 10px;
  }

  #termsofuse:after {
    content: "";
    display: block;
  }

  #privacypolicy {
    margin-left: 0;
  }

  .lang-ru .appname {
    font-size: 20px;
  }

  .lang-ru .maincat .action {
    font-size: 18px;
  }

  .lang-ru .headline {
    font-size: 12px !important;
  }

  .lang-ru .footer .links {
    font-family: arial, serif;
    font-size: 10px;
  }

  .lang-ru .footprint.maincat.selected .catcontent {
    font-size: 14px;
  }

  .maincat.intro .slide {
    position: absolute;
  }

  /*.maincat.intro .slidewrapper { position: relative; }*/
  .appname {
    position: relative;
  }
}
@media (max-width: 767px) and (max-width: 459px) {
  .henkel {
    width: 240px;
    display: inline-block;
    padding-top: 0;
  }

  .version-new .average-consumption + p > b {
    display: block;
  }
}
@media (max-width: 767px) and (max-width: 399px) {
  .version-new .consumption-wrapper .box-4 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) and (max-width: 349px) {
  .appname {
    font-size: 22px;
    position: relative;
  }
}
@media (max-width: 767px) and (max-width: 389px) {
  .headline .left {
    font-size: 12px;
  }

  .headline .middle {
    font-size: 12px;
  }

  .headline .right {
    font-size: 12px;
  }
}
@media (max-width: 767px) and (max-height: 767px) {
  /*.container { width:100%; min-width:40%;}*/
  /*.maincat.intro .slidewrapper { position: relative; }*/
  /*.maincat.selected .catcontent.first {min-height: 443px;}*/
  /*	.maincat.selected .catcontent { min-height: 363px; height: auto!important; }*/
  .maincat.intro .slide {
    padding: 15px;
    height: auto;
    bottom: 0;
    position: absolute;
  }

  .maincat.intro .info {
    bottom: 0;
    font-size: 14px;
    position: static;
    width: 100% !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) and (max-height: 569px) {
  .slidewrapper .clear {
    margin-top: 30px;
  }

  /*.maincat.selected .catcontent.first { height: 815px!important; }*/
  /*.maincat.intro .slide { position: relative; }*/
  /*.maincat.intro .slidewrapper { position: relative; }*/
  /*.maincat.selected .catcontent.first {min-height: 443px;}*/
  /*	.maincat.selected .catcontent { min-height: 363px; height: auto!important; }*/
  .maincat.intro .slide {
    padding: 15px;
    height: auto;
    bottom: 0;
    position: absolute;
  }

  .maincat.intro .info {
    bottom: 0;
    position: static;
    width: 100% !important;
    padding-left: 0 !important;
    font-size: 13px;
  }
}
@media (max-width: 767px) and (max-height: 767px) and (min-width: 1024px) {
  .maincat.intro .slide {
    padding: 15px;
    height: auto;
    bottom: 0;
    position: absolute;
  }
}
@media (max-width: 767px) and (max-width: 373px) {
  .headline .left {
    font-size: 10px;
  }

  .headline .middle {
    font-size: 12px;
  }

  .headline .right {
    font-size: 12px;
  }
}
@media (max-width: 767px) and (max-width: 899px) {
  .footer {
    padding: 10px 0;
    text-align: center;
  }

  .footer .henkel {
    float: none;
  }

  .footer .links {
    float: none;
    margin-top: 5px;
  }
}
@media (max-width: 767px) and (min-width: 460px) {
  .cookies-info {
    bottom: 160px !important;
  }
}
@media (max-width: 767px) and (min-width: 900px) {
  .cookies-info {
    bottom: 35px !important;
  }
}
@media only screen and (max-width: 767px) and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: landscape) {
  .question span {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
  .maincat.selected.footprint {
    background-color: #F0F0F0;
  }

  .question span {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .instance-rossmann .logout {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .max-spende {
    position: absolute;
    bottom: 3px;
  }
}
@media (max-width: 767px) {
  .black {
    color: black !important;
  }
}
@media (max-width: 767px) {
  .section > .container {
    width: 1631px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .footer {
    position: relative;
    z-index: 200;
  }
}
.sidenav {
  box-shadow: -18px 4px 8px 20px rgba(0, 0, 0, 0.4);
}

.navbarOpen {
  z-index: 10000;
  display: block;
  font-size: 45px;
  color: #111;
  background-color: #fff!important;
  border: 2px solid #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 60px;
  position: fixed;
  transition: 0.7s all ease;
}

.footer {
  position: relative;
  z-index: 3;
}

/*# sourceMappingURL=app.css.map */

.question {
    overflow-x: hidden;
}

.inptxt {
    margin-top: 5px;
    margin-right: 8px;
}

@media (max-width: 399px) {
    .questions {
        top: 0;
        left: 0;
        width: 100%;
        padding: 25px;
    }
}
@media (min-width: 1230px) {
    .cont2 {
        overflow-y: hidden!important;
    }
}

.fromright i {
  left: -170px !important;
  text-align: right;
}

.average-consumption i {
    border-color: #B2B5B6;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
}

.average-consumption .fromright i {
    border-color: #B2B5B6;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
}