.energie-list tbody tr td.grade-a {
  background-color: #03C102; }

.energie-list tbody tr td.grade-b {
  background-color: #39F40B; }

.energie-list tbody tr td.grade-c {
  background-color: #97FB00; }

.energie-list tbody tr td.grade-d {
  background-color: #ECF900; }

.energie-list tbody tr td.grade-e {
  background-color: #FFCB1A; }

.energie-list tbody tr td.grade-f {
  background-color: #FD6602; }

.energie-list tbody tr td.grade-g {
  background-color: #EA0000; }

.clearfix {
  clear: both; }

.radio-gebeudedaten {
  line-height: 1.5;
  font-size: 13px; }

.required-symbol {
  color: red; }

#select-map {
  width: 100%;
  height: 500px; }

#dd-map {
  width: 100%;
  height: 500px; }

@keyframes border {
  0% {
    width: 0;
    height: 0; }
  25% {
    width: 100%;
    height: 0; }
  50% {
    width: 100%;
    height: 100%; }
  100% {
    width: 100%;
    height: 100%; } }
.house-blue {
  position: absolute;
  width: 14px;
  width: 18px;
  background: url(../img/house-blue.svg) no-repeat;
  background-size: 17px auto;
  height: 20px;
  z-index: 5; }

.house-white {
  position: absolute;
  width: 14px;
  width: 18px;
  background: url(../img/house-white2.svg) no-repeat;
  background-size: 16px auto;
  height: 20px;
  z-index: 4; }

.sunlight-better-holder {
  position: relative; }
  .sunlight-better-holder .house-blue {
    bottom: 7px;
    left: 0;
    display: none; }
  .sunlight-better-holder .house-white {
    bottom: 7px;
    left: 0;
    display: none; }
  .sunlight-better-holder .range-slider-situation {
    list-style: none;
    display: block;
    height: 75px;
    margin-top: 40px;
    margin: 0;
    padding: 0;
    background: #ea0000;
    background: -webkit-linear-gradient(left, rgba(234, 0, 0, 0.7) 0%, rgba(253, 102, 2, 0.7) 12%, rgba(255, 203, 26, 0.7) 20%, rgba(236, 249, 0, 0.7) 25%, rgba(151, 251, 0, 0.7) 58%, rgba(57, 244, 11, 0.7) 74%, rgba(3, 193, 2, 0.7) 100%);
    background: -o-linear-gradient(left, rgba(234, 0, 0, 0.7) 0%, rgba(253, 102, 2, 0.7) 12%, rgba(255, 203, 26, 0.7) 20%, rgba(236, 249, 0, 0.7) 25%, rgba(151, 251, 0, 0.7) 58%, rgba(57, 244, 11, 0.7) 74%, rgba(3, 193, 2, 0.7) 100%);
    background: linear-gradient(to right, rgba(234, 0, 0, 0.7) 0%, rgba(253, 102, 2, 0.7) 12%, rgba(255, 203, 26, 0.7) 20%, rgba(236, 249, 0, 0.7) 25%, rgba(151, 251, 0, 0.7) 58%, rgba(57, 244, 11, 0.7) 74%, rgba(3, 193, 2, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea0000", endColorstr="#03c102", GradientType=1);
    /*
    background: -o-linear-gradient(left, rgba(234, 0, 0, 1) 0%, rgba(253, 102, 2, 1) 18%, rgba(255, 203, 26, 1) 36%, rgba(236, 249, 0, 1) 52%, rgba(151, 251, 0, 1) 68%, rgba(57, 244, 11, 1) 84%, rgba(3, 193, 2, 1) 100%);
    background: linear-gradient(to right, rgba(234, 0, 0, 1) 0%, rgba(253, 102, 2, 1) 18%, rgba(255, 203, 26, 1) 36%, rgba(236, 249, 0, 1) 52%, rgba(151, 251, 0, 1) 68%, rgba(57, 244, 11, 1) 84%, rgba(3, 193, 2, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea0000", endColorstr="#03c102", GradientType=1);
    */ }
    .sunlight-better-holder .range-slider-situation li {
      float: left;
      width: 25%;
      text-align: center;
      border: 0px solid #f1f1f1;
      margin: 0;
      padding: 0;
      position: relative; }
      .sunlight-better-holder .range-slider-situation li label {
        display: block;
        padding: 24px 0 36px;
        cursor: pointer;
        font-size: 13px;
        margin: 0;
        font-weight: bold;
        border: 0px solid transparent;
        color: #333;
        text-transform: uppercase;
        position: relative;
        text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4), 1px -1px 0 rgba(255, 255, 255, 0.4), -1px 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 0 rgba(255, 255, 255, 0.4);
        -webkit-box-shadow: inset 0px 0px 7px 0px rgba(255, 255, 255, 0.8);
        -moz-box-shadow: inset 0px 0px 7px 0px rgba(255, 255, 255, 0.8);
        box-shadow: inset 0px 0px 7px 0px rgba(255, 255, 255, 0.8); }
        .sunlight-better-holder .range-slider-situation li label:hover {
          transition: all 200ms ease-out;
          -webkit-box-shadow: inset 0px 0px 7px 0px rgba(51, 51, 51, 0.2);
          -moz-box-shadow: inset 0px 0px 7px 0px rgba(51, 51, 51, 0.2);
          box-shadow: inset 0px 0px 7px 0px rgba(51, 51, 51, 0.2); }
      .sunlight-better-holder .range-slider-situation li input[type="radio"] {
        display: none; }
        .sunlight-better-holder .range-slider-situation li input[type="radio"]:disabled + label {
          cursor: default; }
          .sunlight-better-holder .range-slider-situation li input[type="radio"]:disabled + label:hover {
            -webkit-box-shadow: inset 0px 0px 7px 0px rgba(255, 255, 255, 0.8);
            -moz-box-shadow: inset 0px 0px 7px 0px rgba(255, 255, 255, 0.8);
            box-shadow: inset 0px 0px 7px 0px rgba(255, 255, 255, 0.8); }
        .sunlight-better-holder .range-slider-situation li input[type="radio"]:checked + label {
          transition: all 500ms ease-out;
          -webkit-box-shadow: inset 0px 0px 7px 0px rgba(51, 51, 51, 0.6);
          -moz-box-shadow: inset 0px 0px 7px 0px rgba(51, 51, 51, 0.6);
          box-shadow: inset 0px 0px 7px 0px rgba(51, 51, 51, 0.6); }
      .sunlight-better-holder .range-slider-situation li:nth-child(1) input[type="radio"]:checked + label {
        -webkit-box-shadow: inset 0px 0px 7px 1px #333333;
        -moz-box-shadow: inset 0px 0px 7px 1px #333333;
        box-shadow: inset 0px 0px 7px 1px #333333; }

.arrow-house {
  position: absolute;
  width: 14px;
  box-sizing: content-box;
  border-width: 11px 0px 0;
  border-style: solid;
  border-color: #0053d9 transparent;
  left: 0;
  top: 13px; }

.arrow-house:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: -18px;
  left: 0px;
  border-width: 0 7px 7px;
  border-style: solid;
  border-color: transparent transparent #0053d9; }

/*
input[type=range] {
    -webkit-appearance: none;

    width: 100%;

    background: transparent;

}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none;

}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}




input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #000000;
    height: 30px;
    width: 10px;
    border-radius: 0px;
    background: #ffffff;
    cursor: pointer;
    margin-top: 0px;

}




input[type=range]::-moz-range-thumb {
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 0px;
    background: #ffffff;
    cursor: pointer;
}




input[type=range]::-ms-thumb {
    height: 36px;
    width: 16px;
    border-radius: 0px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 29px;
    cursor: pointer;
    @include energie-verbessere-farbe;
    border-radius: 0;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    @include energie-verbessere-farbe;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 29px;
    cursor: pointer;
    @include energie-verbessere-farbe;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 29px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #2a6495;
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}

input[type=range]::-ms-fill-upper {
    background: #3071a9;
}

input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}
*/
.energiebedarf {
  height: 30px;
  width: 100%;
  position: relative;
  background: #ea0000;
  background: -webkit-linear-gradient(left, rgba(234, 0, 0, 0.7) 0%, rgba(253, 102, 2, 0.7) 18%, rgba(255, 203, 26, 0.7) 36%, rgba(236, 249, 0, 0.7) 52%, rgba(151, 251, 0, 0.7) 68%, rgba(57, 244, 11, 0.7) 84%, rgba(3, 193, 2, 0.7) 100%);
  background: -o-linear-gradient(left, rgba(234, 0, 0, 0.7) 0%, rgba(253, 102, 2, 0.7) 18%, rgba(255, 203, 26, 0.7) 36%, rgba(236, 249, 0, 0.7) 52%, rgba(151, 251, 0, 0.7) 68%, rgba(57, 244, 11, 0.7) 84%, rgba(3, 193, 2, 0.7) 100%);
  background: linear-gradient(to right, rgba(234, 0, 0, 0.7) 0%, rgba(253, 102, 2, 0.7) 18%, rgba(255, 203, 26, 0.7) 36%, rgba(236, 249, 0, 0.7) 52%, rgba(151, 251, 0, 0.7) 68%, rgba(57, 244, 11, 0.7) 84%, rgba(3, 193, 2, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea0000", endColorstr="#03c102", GradientType=1); }

.neue-energy-rechner {
  background: #ecf900;
  background: -moz-linear-gradient(90deg, #ecf900 15%, #97fb00 41%, #39f40b 64%, #03c102 87%);
  background: -webkit-linear-gradient(90deg, #ecf900 15%, #97fb00 41%, #39f40b 64%, #03c102 87%);
  background: linear-gradient(90deg, #ecf900 15%, #97fb00 41%, #39f40b 64%, #03c102 87%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecf900", endColorstr="#03c102", GradientType=1);
  height: 30px;
  position: relative; }

.offer-register {
  padding: 10px;
  border: 1px solid #eee;
  margin-top: 20px;
  font-size: 14px;
  text-align: center; }

.registrations-formular {
  max-width: 500px; }
  .registrations-formular input[type="text"],
  .registrations-formular input[type="number"],
  .registrations-formular select {
    max-width: 800px; }

.registration-error {
  color: red;
  font-size: 12px;
  opacity: 0;
  padding: 4px 0; }

.form-buttons {
  width: 100%;
  max-width: 400px; }
  .form-buttons.full-width {
    max-width: 100%; }
  .form-buttons button {
    float: right;
    padding: 10px 0;
    margin-right: 0; }

video {
  width: 100%;
  max-height: 100%; }

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