@charset "UTF-8";.error[data-v-8feb8587] {
  color: red;
}.form {
  margin-bottom: 1em;
}
.form label {
  font-weight: bold;
  display: block;
}
@font-face {
  font-family: "HNBold";
  src: url("/assets/HagerScale-Bold.37d89f88.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HNRoman";
  src: url("/assets/HagerScale-Regular.c9bb3667.woff2");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
html, body {
  font-family: "HNRoman", sans-serif;
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main {
  padding: 0 30px;
}
#app {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.form {
  position: relative;
  margin: 0 0 30px 0;
}
.form label {
  font-family: "HNBold";
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin: 0 0 5px 0;
}
.user-decision {
  display: none;
}
.field-error {
  font-family: "HNBold";
  font-weight: normal;
  color: rgb(252, 60, 71);
  padding: 5px 0 0 0;
}
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, 50%);
}
.form > label {
  position: relative;
}
.form[is-mandatory=true] > label:after {
  content: "*";
}
.form[is-legit=true] > div {
  border: 1px solid rgb(44, 187, 118);
}
.form[is-legit=true] .custom-select:after {
  background-image: url("/assets/chevron_down--green.be81ef7f.svg");
}
.tooltip {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("/assets/info_black.4810df90.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.form.form-dropdown.EC_PV_SIZE_SEL {
  max-width: calc(50% - 15px);
}
@media screen and (max-width: 1024px) {
  .form.form-dropdown.EC_PV_SIZE_SEL {
    max-width: 100%;
  }
}
.form.form-selectbox [type=checkbox] {
  display: none;
  position: relative;
  left: 30px;
  top: 0px;
  z-index: 0;
  -webkit-appearance: none;
}
.form.form-selectbox [type=checkbox] + span {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 40px 0 0;
}
.form.form-selectbox [type=checkbox] + span:before, .form.form-selectbox [type=checkbox] + span:after {
  content: "";
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}
.form.form-selectbox [type=checkbox] + span:before {
  position: absolute;
  width: 30px;
  height: 12px;
  right: 0;
  z-index: 5;
  border-radius: 12px;
  background-color: #afafaf;
  transition: background-color 350ms ease;
}
.form.form-selectbox [type=checkbox] + span:after {
  width: 18px;
  height: 18px;
  right: 12px;
  z-index: 10;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 2px 0px rgba(74, 74, 74, 0.25);
  transition: right 350ms ease, background-color 350ms ease;
}
.form.form-selectbox [type=checkbox]:checked + span:before {
  background-color: #e7e7e7;
}
.form.form-selectbox [type=checkbox]:checked + span:after {
  right: 0;
  background-color: #f56400;
}
.subheadline {
  font-family: "HNBold";
  font-weight: normal;
  margin: 0 0 10px 0;
}
.form.form-inputfield .input-group {
  position: relative;
  display: flex;
  align-items: center;
}
.form.form-inputfield .input-group input[type=text] {
  padding: 0 45px 0 30px;
}
.form.form-inputfield .input-group span {
  position: absolute;
  right: 15px;
  bottom: 50%;
  font-size: 14px;
  transform: translateY(50%);
}
.form.form-inputfield.EC_PV_SIZE_SM, .form.form-inputfield.EC_PVSOL_KM, .form.form-inputfield.EC_PVSOL_KW {
  max-width: calc(50% - 15px);
}
@media screen and (max-width: 800px) {
  .form.form-inputfield.EC_PVSOL_KM, .form.form-inputfield.EC_PVSOL_KW {
    max-width: 100%;
  }
}
.form-slider.EC_PV_SIZE input[type=range] {
  width: 100%;
  margin: 10px 0 15px 0;
}
.form-slider.EC_PV_SIZE > div {
  display: flex;
  align-items: center;
}
.form-slider.EC_PV_SIZE > div input[type=text] {
  padding: 0 55px;
  text-align: center;
}
.form-slider.EC_PV_SIZE > div .rangelabel {
  position: absolute;
  z-index: 1;
  font-size: 12px;
}
.form-slider.EC_PV_SIZE > div .rangelabel.minimum {
  left: 10px;
}
.form-slider.EC_PV_SIZE > div .rangelabel.maximum {
  right: 10px;
}
.dots {
  position: absolute;
  width: 100%;
  height: 100%;
}
.form-slider.EC_ROOF_DIRECTION {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .form-slider.EC_ROOF_DIRECTION {
    flex-wrap: wrap;
  }
  .form-slider.EC_ROOF_DIRECTION .rooforientation__wrapper {
    margin: 25px 0 0 0;
  }
}
.form-slider.EC_PV_SIZE {
  max-width: calc(50% - 15px);
}
@media screen and (max-width: 1024px) {
  .form-slider.EC_PV_SIZE {
    max-width: 100%;
  }
}
.rooforientation__wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.rooforientation__wrapper .rooforientation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  width: 100%;
  aspect-ratio: 1/1;
}
.rooforientation__wrapper .rooforientation .dot {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  width: 10px;
  height: 1.25px;
  margin: -1.25px 0 0 -5px;
  background: rgb(0, 170, 225);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(1) {
  transform: rotate(0deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(2) {
  transform: rotate(10deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(3) {
  transform: rotate(20deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(4) {
  transform: rotate(30deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(5) {
  transform: rotate(40deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(6) {
  transform: rotate(50deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(7) {
  transform: rotate(60deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(8) {
  transform: rotate(70deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(9) {
  transform: rotate(80deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(10) {
  transform: rotate(90deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(11) {
  transform: rotate(100deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(12) {
  transform: rotate(110deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(13) {
  transform: rotate(120deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(14) {
  transform: rotate(130deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(15) {
  transform: rotate(140deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(16) {
  transform: rotate(150deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(17) {
  transform: rotate(160deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(18) {
  transform: rotate(170deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(19) {
  transform: rotate(180deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(20) {
  transform: rotate(190deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(21) {
  transform: rotate(200deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(22) {
  transform: rotate(210deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(23) {
  transform: rotate(220deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(24) {
  transform: rotate(230deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(25) {
  transform: rotate(240deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(26) {
  transform: rotate(250deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(27) {
  transform: rotate(260deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(28) {
  transform: rotate(270deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(29) {
  transform: rotate(280deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(30) {
  transform: rotate(290deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(31) {
  transform: rotate(300deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(32) {
  transform: rotate(310deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(33) {
  transform: rotate(320deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(34) {
  transform: rotate(330deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(35) {
  transform: rotate(340deg) translate(50px);
}
.rooforientation__wrapper .rooforientation .dot:nth-of-type(36) {
  transform: rotate(350deg) translate(50px);
}
.rooforientation__wrapper #knobBG, .rooforientation__wrapper #knob {
  position: relative;
}
.rooforientation__wrapper #knobBG {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.rooforientation__wrapper #knob {
  width: 90px;
  height: 90px;
  z-index: 1;
  border-radius: 100%;
}
.rooforientation__wrapper #knob::before {
  content: "";
  position: absolute;
  top: -15px;
  right: 50%;
  width: 20px;
  height: 20px;
  transform: translateX(50%) rotate(45deg);
  background-color: rgb(0, 71, 126);
  border-radius: 100%;
  cursor: pointer;
  z-index: 2;
}
.rooforientation__wrapper #knob::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: blue;
  border-radius: 100%;
}
.rooforientation__wrapper .directions .direction {
  position: absolute;
  color: rgb(0, 71, 126);
  font-size: 12px;
  z-index: 3;
}
.rooforientation__wrapper .directions .direction--north, .rooforientation__wrapper .directions .direction--east, .rooforientation__wrapper .directions .direction--south, .rooforientation__wrapper .directions .direction--west {
  font-family: "HNBold";
  font-weight: normal;
}
.rooforientation__wrapper .directions .direction--north {
  top: 0;
  right: 50%;
  transform: translateX(50%);
}
.rooforientation__wrapper .directions .direction--northeast {
  top: 0;
  right: 0;
}
.rooforientation__wrapper .directions .direction--east {
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
}
.rooforientation__wrapper .directions .direction--southeast {
  right: 0;
  bottom: 0;
}
.rooforientation__wrapper .directions .direction--south {
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
}
.rooforientation__wrapper .directions .direction--southwest {
  left: 0;
  bottom: 0;
}
.rooforientation__wrapper .directions .direction--west {
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}
.rooforientation__wrapper .directions .direction--northwest {
  top: 0;
  left: 0;
}
.form-hagerimagebutton {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.form-hagerimagebutton > div {
  max-width: calc(50% - 10px);
  width: 100%;
  text-align: center;
  margin: 0 0 15px 0;
}
.form-hagerimagebutton > div img {
  max-width: initial;
  width: 100%;
  cursor: pointer;
}
.form-hagerimagebutton > div input[type=radio] {
  display: none;
}
.form-hagerimagebutton > div input[type=radio]:checked + label {
  color: rgb(245, 100, 0);
}
.form-hagerimagebutton > div input[type=radio]:checked + label img {
  border: 3px solid rgb(245, 100, 0);
}
.form-hagerimagebutton.EC_METER_BOARD {
  justify-content: flex-start;
}
.form-hagerimagebutton.EC_METER_BOARD > div {
  max-width: calc(33.333% - 10px);
  margin: 0 0 15px 15px;
}
.form-hagerimagebutton.EC_METER_BOARD > div > label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.form-hagerimagebutton.EC_METER_BOARD > div:nth-child(3n-2) {
  margin: 0 0 15px 0;
}
.form-hagerimagebutton .hagerimagebutton__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
}
.form-hagerimagebutton .hagerimagebutton__title > span {
  flex: 0 0 auto;
}
.form-hagerimagebutton .icon {
  flex: 0 0 15px;
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.form-hagerimagebutton .icon--info {
  background-image: url("/assets/info.90f9343c.svg");
}
.form-hagerimagebutton .extendedinformation {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.form-hagerimagebutton .extendedinformation > div {
  padding: 10px 0 25px 0;
}
.ibintroduction {
  width: 100%;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 800px) {
  .form-hagerimagebutton.EC_HOUSE_TYPE > div, .form-hagerimagebutton.EC_METER_BOARD > div {
    max-width: 100%;
  }
}
a {
  font-family: "HNBold";
  color: rgb(245, 100, 0);
  text-decoration: none;
}
a:visited, a:link, a:active, a:hover {
  text-decoration: none;
}
.modal-mask {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-container {
  max-width: 650px;
  width: calc(100vw - 30px);
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
}
.modal-header h3 {
  margin-top: 0;
  color: red;
}
.modal-body {
  margin: 20px 0;
}
.modal-default-button {
  float: right;
}
.modal-resolver {
  display: flex;
  justify-content: flex-end;
}
.modal-body table {
  border-spacing: 10px;
  border-collapse: separate;
  transform: translate(-10px, 0);
}
.modal-body table tr th {
  text-align: left;
}
.modal-resolver button + button {
  margin: 0 0 0 15px;
}
.modal-enter-from {
  opacity: 0;
}
.modal-leave-to {
  opacity: 0;
}
.modal-enter-from .modal-container,
.modal-leave-to .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .modal-resolver {
    flex-wrap: wrap;
  }
  .modal-resolver .action-button {
    width: 100%;
    margin: 0;
  }
  .modal-resolver .action-button + .action-button {
    margin: 15px 0 0 0;
  }
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
video {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
input[type=text], input[type=date], input[type=email], input[type=phone] {
  font-family: "HNRoman";
  position: relative;
  font-size: 16px;
  line-height: 54px;
  letter-spacing: -0.2px;
  min-width: 150px;
  width: 100%;
  height: 54px;
  border: none;
  outline: none;
  padding: 0 30px;
  border: 1px solid rgb(230, 230, 230);
}
.custom-select {
  position: relative;
}
.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "HNRoman";
  font-size: 16px;
  line-height: 54px;
  letter-spacing: -0.2px;
  width: 100%;
  height: 54px;
  padding: 0 30px;
  border: 1px solid rgb(230, 230, 230);
}
.custom-select:after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 15px;
  width: 16px;
  height: 9px;
  background-image: url("/assets/chevron_down--orange.0c3904f9.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(50%);
  pointer-events: none;
}
.button {
  font-family: "HNBold", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 46px;
  letter-spacing: -0.2px;
  min-width: 150px;
  height: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 30px;
  border: 2px solid rgb(245, 100, 0);
}
.button--primary {
  color: rgb(255, 255, 255);
  background-color: rgb(245, 100, 0);
}
.button--primary:hover {
  color: rgb(245, 100, 0);
  background-color: rgb(255, 255, 255);
}
.button--secondary {
  color: rgb(245, 100, 0);
  background-color: rgb(255, 255, 255);
}
.button--secondary:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(245, 100, 0);
}
.button--small {
  height: 40px;
  line-height: 40px;
  color: rgb(255, 255, 255);
  background-color: rgb(245, 100, 0);
}
.button--small:hover {
  background-color: rgb(255, 143, 51);
}
.button--primary, .button--secondary, .button--small {
  transition: background-color 350ms ease, color 350ms ease, opacity 350ms ease;
}
.button--primary.button--inactive, .button--primary[disabled=disabled], .button--primary[disabled], .button--secondary.button--inactive, .button--secondary[disabled=disabled], .button--secondary[disabled], .button--small.button--inactive, .button--small[disabled=disabled], .button--small[disabled] {
  border: 2px solid rgb(230, 230, 230);
  background-color: rgb(230, 230, 230);
}
.button--primary.button--inactive:before, .button--primary[disabled=disabled]:before, .button--primary[disabled]:before, .button--secondary.button--inactive:before, .button--secondary[disabled=disabled]:before, .button--secondary[disabled]:before, .button--small.button--inactive:before, .button--small[disabled=disabled]:before, .button--small[disabled]:before {
  content: "Bitte überprüfen Sie alle Pflichtfelder";
  position: absolute;
  right: 50%;
  bottom: 100%;
  font-size: 12px;
  line-height: 18px;
  padding: 10px;
  opacity: 0;
  background: rgb(245, 100, 0);
  pointer-events: none;
  transform: translate(50%, -15px);
  transition: opacity 350ms ease;
}
.button--primary.button--inactive:hover, .button--primary[disabled=disabled]:hover, .button--primary[disabled]:hover, .button--secondary.button--inactive:hover, .button--secondary[disabled=disabled]:hover, .button--secondary[disabled]:hover, .button--small.button--inactive:hover, .button--small[disabled=disabled]:hover, .button--small[disabled]:hover {
  color: rgb(255, 255, 255);
}
.button--primary.button--inactive:hover:before, .button--primary[disabled=disabled]:hover:before, .button--primary[disabled]:hover:before, .button--secondary.button--inactive:hover:before, .button--secondary[disabled=disabled]:hover:before, .button--secondary[disabled]:hover:before, .button--small.button--inactive:hover:before, .button--small[disabled=disabled]:hover:before, .button--small[disabled]:hover:before {
  opacity: 1;
}
.button--primary.button--inactive:hover svg path, .button--primary[disabled=disabled]:hover svg path, .button--primary[disabled]:hover svg path, .button--secondary.button--inactive:hover svg path, .button--secondary[disabled=disabled]:hover svg path, .button--secondary[disabled]:hover svg path, .button--small.button--inactive:hover svg path, .button--small[disabled=disabled]:hover svg path, .button--small[disabled]:hover svg path {
  fill: rgb(255, 255, 255);
}
.button--prev {
  opacity: 0.25;
}
.button--prev:hover {
  opacity: 1;
}
.button--next svg {
  animation-name: example;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.button--next svg path {
  transition: fill 350ms ease;
}
.button--next:hover svg path {
  fill: rgb(245, 100, 0);
}
@keyframes example {
  from {
    transform: rotate(-90deg) translateY(10px);
  }
  to {
    transform: rotate(-90deg) translateY(0);
  }
}
.benefits_headline {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  margin: 15px 0 10px 0;
}
.benefits .benefit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 5px 0;
}
.benefits .benefit .benefit__num {
  font-family: "HNBold";
  text-align: center;
  margin: 0 5px 0 0;
  color: rgb(245, 100, 0);
}
h1 {
  font-family: "HNBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 48px;
  text-align: center;
}
h1 span {
  display: block;
}
h1 span:nth-child(1) {
  color: rgb(0, 71, 126);
}
h1 span:nth-last-child(1) {
  color: rgb(0, 170, 225);
}
h2 {
  font-family: "HNBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
}
h2 span {
  display: block;
}
h2 span:nth-child(1) {
  color: rgb(0, 71, 126);
}
h2 span:nth-last-child(1) {
  color: rgb(0, 170, 225);
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 42px;
  }
}
.controls {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 0 90px 0;
}
.controls .control {
  position: relative;
  flex: 1 0 25%;
  padding: 0 15px 15px 15px;
  cursor: pointer;
}
.controls .control:nth-last-child(1) {
  display: none;
}
.controls .control:nth-last-child(2):after {
  width: 50%;
}
.controls .control:before {
  content: "";
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 15px auto;
  border-radius: 100%;
  z-index: 1;
  border: 10px solid rgb(255, 255, 255);
  background-color: rgb(0, 71, 126);
  transform: translateY(-10px);
}
.controls .control:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(230, 230, 230);
}
.controls .control--active {
  font-family: "HNBold";
}
.controls .control--active:before {
  background-color: rgb(0, 170, 225);
}
.controls .control--disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.controls .control--disabled:before {
  background-color: rgb(74, 74, 74);
}
.controls .control:nth-child(1):after {
  width: 50%;
  left: initial;
  right: 0;
}
.controls .control:nth-last-child(1):after {
  width: 50%;
}
.controls:empty {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .controls {
    position: relative;
  }
  .controls .control {
    flex: 0 0 auto;
    padding: 0;
  }
  .controls .control span {
    position: relative;
    display: none;
    z-index: 2;
  }
  .controls .control.control--active span {
    display: block;
  }
  .controls .control:nth-child(1):before {
    content: "1";
    line-height: 32px;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    color: rgb(255, 255, 255);
    transform: translateY(0);
  }
  .controls .control:nth-child(1):after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(255, 255, 255);
  }
  .controls .control:nth-child(2):before {
    content: "2";
    line-height: 32px;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    color: rgb(255, 255, 255);
    transform: translateY(0);
  }
  .controls .control:nth-child(2):after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(255, 255, 255);
  }
  .controls .control:nth-child(3):before {
    content: "3";
    line-height: 32px;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    color: rgb(255, 255, 255);
    transform: translateY(0);
  }
  .controls .control:nth-child(3):after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(255, 255, 255);
  }
  .controls .control:nth-child(4):before {
    content: "4";
    line-height: 32px;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    color: rgb(255, 255, 255);
    transform: translateY(0);
  }
  .controls .control:nth-child(4):after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(255, 255, 255);
  }
  .controls:after {
    content: "";
    position: absolute;
    top: 26px;
    width: 100%;
    height: 1px;
    background-color: rgb(230, 230, 230);
  }
}
.three {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.three .zoom {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 15px;
  right: 15px;
}
.three .zoom .zoom__button {
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  color: rgb(255, 255, 255);
  background: rgb(245, 100, 0);
}
.three .zoom .zoom__button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.three .zoom .zoom__button + .zoom__button {
  margin: 5px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .three {
    flex: 1 0 100%;
    margin: 0 0 30px 0;
  }
}
.modal {
  display: flex;
  align-items: center;
  position: absolute;
  left: -100vw;
  font-size: 12px;
  width: 300px;
  height: auto;
  padding: 15px;
  border: 2px solid #F56400;
  background-color: #FFFFFF;
  transform: translateX(-100vw);
}
.modal.modal--open {
  transform: translateX(0);
}
.modal .modal__content {
  flex: 1 1 auto;
}
.modal .modal__content a {
  color: #F56400;
  text-decoration: none;
}
.modal .modal__image {
  flex: 0 0 95px;
}
.modal .modal__image img {
  max-width: 100%;
  height: auto;
}
.modal .modal__close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 100%;
  background-color: #F56400;
}
.modal .modal__close::before, .modal .modal__close::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 50%;
  width: 15px;
  height: 2px;
  background-color: #ffffff;
}
.modal .modal__close::before {
  transform: translate(50%, 50%) rotate(45deg);
}
.modal .modal__close::after {
  transform: translate(50%, 50%) rotate(-45deg);
}
.steps {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.steps .step {
  max-width: 25%;
  width: 100%;
}
.steps .step .step-information {
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0 0;
}
.steps .step .step-children {
  position: relative;
}
.steps .step .step-children > .form:nth-last-child(1) {
  margin: 0;
}
.steps .step .step-children .step-children__inner {
  background: rgb(247, 247, 247);
}
.steps .step .step-children .step-children__inner .EC_ZIP, .steps .step .step-children .step-children__inner .EC_STATE {
  max-width: calc(50% - 15px);
}
.steps .step .step-children .step-children__inner .EC_HOUSE_HOLD_SIZE, .steps .step .step-children .step-children__inner .EC_CONSUMPTION {
  max-width: calc(50% - 15px);
}
.steps .step .step-children .step-children__inner .EC_CHARGING_TYPE, .steps .step .step-children .step-children__inner .CB-96910 {
  max-width: calc(66.666% - 15px);
}
.steps .step .step-children .step-children__inner .EC_CHARGING_TYPE_NUM {
  max-width: calc(33.333% - 15px);
}
.steps .step .step-children .step-children__controls {
  position: relative;
}
.steps .step .step-children .step-children__components {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
}
.steps .step .step-children .step-children__components > div {
  width: 100%;
}
.steps .step[data-index="3"] .step-children .step-children__inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 2px solid rgb(230, 230, 230);
}
.steps .step[data-index="3"] .step-children .step-children__controls .step-navigation .step-navigation--item {
  padding: 30px 30px 25px 30px;
}
.steps .step[data-index="3"] .step-children .step-children__controls .step-navigation .step-navigation--item span {
  position: relative;
}
.steps .step[data-index="3"] .step-children .step-children__controls .step-navigation .step-navigation--item span:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 50%;
  margin: 0 0 0 10px;
  border-radius: 100%;
  background-image: url("/assets/checkmark_green.bd02df3e.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: translateY(50%) rotate(-35deg);
  transition: transform 450ms cubic-bezier(0.44, -0.23, 0.28, 1.52);
}
.steps .step[data-index="3"] .step-children .step-children__controls:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 30px;
  bottom: 50%;
  pointer-events: none;
  background-image: url("/assets/chevron_down--orange.0c3904f9.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(50%);
  transition: transform 350ms ease;
}
.steps .step[data-index="3"] .step-children .step-children__components {
  padding: 0;
}
.steps .step[data-index="3"] .step-children.active .step-children__inner:before {
  border: 2px solid rgb(255, 143, 51);
}
.steps .step[data-index="3"] .step-children.active .step-children__controls:after {
  content: "";
  transform: translateY(50%) rotate(180deg);
}
.steps .step[data-index="3"] .step-children.active .step-children__components {
  padding: 30px;
}
.steps .step[data-index="3"] .step-children.finished .step-children__inner:before {
  border-color: rgb(44, 187, 118);
}
.steps .step[data-index="3"] .step-children.finished .step-children__controls .step-navigation .step-navigation--item span:after {
  opacity: 1;
  transform: translateY(50%) rotate(0deg);
}
.steps .step .step-children + .step-children {
  margin: 15px 0 0 0;
}
.steps .step .step-navigation {
  display: flex;
  justify-content: space-evenly;
}
.steps .step .step-navigation .step-navigation--item {
  width: 100%;
  border-left: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
}
.steps .step .step-navigation .step-navigation--item p {
  margin: 0;
}
.steps .step .step-navigation .step-navigation--item:nth-child(1) {
  border-left: none;
}
.steps .step .step-navigation .step-navigation--item:nth-last-child(1) {
  border-right: none;
}
.steps .step .step-navigation .step-navigation--item:nth-child(1):nth-last-child(1) {
  border-left: none;
  border-right: none;
}
.steps .step .step-navigation .step-navigation--item:hover {
  cursor: pointer;
}
.steps .step[data-index="3"] {
  max-width: 50%;
}
.steps .step[data-index="4"] {
  max-width: 100%;
  width: 100%;
}
.steps .step[data-index="4"] ~ .informations {
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .steps {
    flex-wrap: wrap;
    margin: 0 0 60px 0;
  }
  .steps .step {
    max-width: initial;
    width: 100%;
    order: 2;
  }
  .steps .step[data-index="3"] {
    max-width: initial;
    margin: 60px 0 0 0;
  }
  .steps .step[data-index="3"] .step-children .step-children__controls .step-navigation .step-navigation--item {
    padding: 30px 50px 25px 20px;
  }
  .steps .step[data-index="3"] .step-children .step-children__controls .step-navigation .step-navigation--item span:after {
    display: none;
  }
  .steps .step[data-index="3"] .step-children .step-children__controls:after {
    right: 10px;
  }
  .steps .step .step-children .step-children__inner .EC_ZIP, .steps .step .step-children .step-children__inner .EC_STATE, .steps .step .step-children .step-children__inner .EC_HOUSE_HOLD_SIZE, .steps .step .step-children .step-children__inner .EC_CONSUMPTION, .steps .step .step-children .step-children__inner .EC_CHARGING_TYPE, .steps .step .step-children .step-children__inner .CB-96910, .steps .step .step-children .step-children__inner .EC_CHARGING_TYPE_NUM {
    max-width: 100%;
  }
  .steps .hager_threejs {
    width: 100%;
  }
}
.header:before {
  content: "";
  display: block;
  max-width: 100%;
  padding: 21px 30px;
  background-color: rgb(118, 118, 118);
}
.header img {
  max-height: 36px;
  width: auto;
  margin: 30px auto;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 42px 30px;
  background-color: rgb(249, 249, 249);
}
.footer .configuration {
  display: flex;
  max-width: 33.333%;
}
.footer .configuration .configuration__icon {
  display: inline-block;
  flex: 1 0 15px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(3px);
}
.footer .configuration .configuration__icon--copy {
  background-image: url("/assets/copy.dde32d5e.svg");
}
.footer .configuration .configuration__icon--info {
  background-image: url("/assets/info.90f9343c.svg");
}
.footer .configuration .configuration__icon--download {
  background-image: url("/assets/chevron_down--orange.0c3904f9.svg");
}
.footer .configuration .configuration__text {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 0 10px;
}
.footer .button-group button + button {
  margin: 0 0 0 30px;
}
.legalfooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100vw;
  padding: 42px 30px;
  background-color: rgb(118, 118, 118);
}
.legalfooter .legalfooter__col a {
  color: rgb(255, 255, 255);
}
.legalfooter .legalfooter__col a:hover {
  color: rgb(255, 143, 51);
}
.legalfooter .legalfooter__col a + a {
  margin: 0 0 0 30px;
}
.legalfooter .legalfooter__col span {
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1024px) {
  .footer {
    flex-wrap: wrap;
  }
  .footer .configuration {
    max-width: 100%;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
  }
  .footer .configuration .configuration__icon {
    display: none;
  }
  .footer .configuration .configuration__text {
    margin: 0;
  }
  .footer .button-group {
    width: 100%;
  }
  .footer .button-group button {
    width: 100%;
  }
  .footer .button-group button + button {
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width: 780px) {
  .legalfooter {
    display: flex;
    flex-wrap: wrap;
  }
  .legalfooter .legalfooter__col {
    width: 100%;
  }
  .legalfooter .legalfooter__col + .legalfooter__col {
    margin: 15px 0 0 0;
  }
}
.spinner {
  position: relative;
  z-index: 999;
}
.spinner .spinner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  right: 50%;
  bottom: 50%;
  z-index: 2;
  transform: translate(50%, 50%);
}
.spinner .spinner__content .spinner__headline {
  font-family: "HNBold";
  font-size: 34px;
  color: rgb(255, 255, 255);
  margin: 0 0 20px 0;
}
.spinner .spinner__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.85);
}
.spinner__loading {
  display: flex;
  align-items: center;
  text-align: center;
}
.spinner__loading > div {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
  border-radius: 100%;
  background-color: rgb(245, 100, 0);
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner__loading .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner__loading .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.container--form {
  display: flex;
  gap: 30px;
}
.container .container__col {
  width: 100%;
}
.container .container__col--small {
  max-width: 33.333%;
}
.container .container__col--large {
  max-width: 66.666%;
}
.container .form-data--header {
  margin: 0 0 30px 0;
}
.container .form-data--header p {
  max-width: 50%;
}
.container .form {
  margin: 0;
}
.container .form h2 {
  margin: 0 0 30px 0;
}
.container .form p {
  margin: 0 0 15px 0;
}
.container .form .custom-toggle {
  display: flex;
  align-items: center;
}
.container .form .custom-toggle > label {
  order: 2;
  margin: 0 0 0 10px;
}
.container .form .custom-toggle .custom-checkbox {
  position: relative;
  order: 1;
}
.container .form .custom-toggle .custom-checkbox input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.container .form .custom-toggle .custom-checkbox input[type=checkbox]:checked ~ .checkmark:after {
  opacity: 1;
}
.container .form .custom-toggle .custom-checkbox .checkmark {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 2px solid rgb(230, 230, 230);
  transform: translate(0, 0);
}
.container .form .custom-toggle .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 50%;
  width: 12px;
  height: 12px;
  opacity: 0;
  border-radius: inherit;
  background-color: rgb(245, 100, 0);
  transform: translate(50%, 50%);
}
.container .form .custom-toggle--alt {
  align-items: flex-start;
}
.container .form .custom-toggle--alt label {
  font-family: "HNRoman";
  font-weight: normal;
  order: 2;
  margin: 0 0 0 15px;
}
.container .form .custom-toggle--alt .custom-checkbox .checkmark {
  border-radius: 0;
}
.container .form .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.container .form .row .col-auto, .container .form .row .col-15, .container .form .row .col-20, .container .form .row .col-25, .container .form .row .col-30, .container .form .row .col-50, .container .form .row .col-70, .container .form .row .col-75, .container .form .row .col-80, .container .form .row .col-85, .container .form .row .col-100 {
  flex: 1 0 auto;
}
.container .form .row .col-auto input, .container .form .row .col-15 input, .container .form .row .col-20 input, .container .form .row .col-25 input, .container .form .row .col-30 input, .container .form .row .col-50 input, .container .form .row .col-70 input, .container .form .row .col-75 input, .container .form .row .col-80 input, .container .form .row .col-85 input, .container .form .row .col-100 input {
  min-width: initial;
  width: 100%;
}
.container .form .row .col-auto input#phone_international, .container .form .row .col-15 input#phone_international, .container .form .row .col-20 input#phone_international, .container .form .row .col-25 input#phone_international, .container .form .row .col-30 input#phone_international, .container .form .row .col-50 input#phone_international, .container .form .row .col-70 input#phone_international, .container .form .row .col-75 input#phone_international, .container .form .row .col-80 input#phone_international, .container .form .row .col-85 input#phone_international, .container .form .row .col-100 input#phone_international {
  color: rgba(74, 74, 74, 0.5);
}
.container .form .row .col-auto .phone_internationalization, .container .form .row .col-15 .phone_internationalization, .container .form .row .col-20 .phone_internationalization, .container .form .row .col-25 .phone_internationalization, .container .form .row .col-30 .phone_internationalization, .container .form .row .col-50 .phone_internationalization, .container .form .row .col-70 .phone_internationalization, .container .form .row .col-75 .phone_internationalization, .container .form .row .col-80 .phone_internationalization, .container .form .row .col-85 .phone_internationalization, .container .form .row .col-100 .phone_internationalization {
  color: rgb(115, 115, 115);
  margin: 0 15px 0 0;
}
.container .form .row .col-auto--border, .container .form .row .col-15--border, .container .form .row .col-20--border, .container .form .row .col-25--border, .container .form .row .col-30--border, .container .form .row .col-50--border, .container .form .row .col-70--border, .container .form .row .col-75--border, .container .form .row .col-80--border, .container .form .row .col-85--border, .container .form .row .col-100--border {
  padding: 30px;
  border: 1px solid rgb(230, 230, 230);
}
.container .form .row .col-auto--shrink {
  flex: 0 1 auto;
}
.container .form .row .col-auto--grow {
  flex: 1 0 auto;
}
.container .form .row .col-15 {
  max-width: calc(15% - 15px);
}
.container .form .row .col-20 {
  max-width: calc(20% - 15px);
}
.container .form .row .col-25 {
  max-width: calc(25% - 15px);
}
.container .form .row .col-30 {
  max-width: calc(30% - 15px);
}
.container .form .row .col-50 {
  max-width: calc(50% - 15px);
}
.container .form .row .col-70 {
  max-width: calc(70% - 15px);
}
.container .form .row .col-75 {
  max-width: calc(75% - 15px);
}
.container .form .row .col-80 {
  max-width: calc(80% - 15px);
}
.container .form .row .col-85 {
  max-width: calc(85% - 15px);
}
.container .form .row .col-100 {
  max-width: 100%;
  width: 100%;
}
.container .form .row + .row {
  margin: 30px 0 0 0;
}
.container .form .hidden-container {
  padding: 60px 0 0 0;
}
.container .form .input-errors {
  color: rgb(252, 60, 71);
  padding: 5px 0 0 0;
}
.container .form.form-base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .form.form-base .form-data {
  width: 100%;
  margin: 0 0 30px 0;
}
.container .form.form-base .form-product-summary {
  width: 100%;
  margin: 0 0 30px 0;
}
.container .form.form-base .form-product-summary .form + .form {
  margin: 15px 0 0 0;
}
.container .form.form-base .form-product-summary .description {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background-color: rgb(230, 230, 230);
}
.container .form.form-base .form-product-summary .description .col-50 {
  flex: 1 0 auto;
  max-width: calc(50% - 15px);
}
.container .form.form-base .form-product-summary .summary {
  padding: 30px;
  border: 1px solid rgb(230, 230, 230);
}
.container .form.form-base .form-product-summary .summary .summary-product {
  display: flex;
  flex-direction: column;
}
.container .form.form-base .form-product-summary .summary .summary-product .product {
  font-family: "HNBold";
  color: rgb(0, 133, 195);
}
.container .form.form-base .form-product-summary .summary .summary-product + .summary-product {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .container .form .row .col-50 {
    max-width: 100%;
    width: 100%;
  }
  .container .form .row .col-50 + .col-50 {
    margin: 30px 0 0 0;
  }
  .container .form.form-base {
    flex-wrap: wrap;
  }
  .container .form.form-base .form-data, .container .form.form-base .form-product-summary {
    flex: 1 0 auto;
    max-width: 100%;
  }
  .container .form.form-base .form-product-summary {
    margin: 30px 0 0 0;
  }
  .container .form.form-base .form-product-summary .row .col-50 {
    max-width: 100%;
    width: 100%;
  }
  .container .form.form-base .form-product-summary .row .col-50 + .col-50 {
    margin: 30px 0 0 0;
  }
}
.splashscreen .splashscreen__videowrapper {
  position: relative;
  max-width: 45vw;
  margin: 0 auto;
}
.splashscreen .splashscreen__videowrapper .splashscreen__media {
  width: 100%;
}
.splashscreen .splashscreen__videowrapper .splashscreen__sound {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.splashscreen .splashscreen__videowrapper .splashscreen__sound img {
  pointer-events: none;
}
.splashscreen .splashscreen__content {
  max-width: 45vw;
  width: 100%;
  margin: 0 auto;
}
.splashscreen .splashscreen__content .headline {
  text-align: left;
  margin: 30px 0 15px 0;
}
.splashscreen .splashscreen__content .splashscreen__compact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
.splashscreen .splashscreen__content .splashscreen__compact .paragraph {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 15px 0;
}
.splashscreen .splashscreen__content .splashscreen__compact .paragraph span {
  font-family: "HNBold";
  color: rgb(245, 100, 0);
  cursor: pointer;
}
@media screen and (max-width: 1200px), (max-height: 900px) {
  .splashscreen {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .splashscreen .splashscreen__videowrapper .splashscreen__media {
    margin: 0;
  }
  .splashscreen .splashscreen__content {
    max-width: calc(50% - 30px);
  }
  .splashscreen .splashscreen__content .headline {
    font-size: 36px;
  }
}
@media screen and (max-width: 850px), (orientation: portrait) {
  .splashscreen {
    display: flex;
    flex-wrap: wrap;
  }
  .splashscreen .splashscreen__videowrapper {
    max-width: 100%;
  }
  .splashscreen .splashscreen__videowrapper .splashscreen__media {
    max-width: 100%;
    margin: 0;
  }
  .splashscreen .splashscreen__content {
    max-width: 100%;
  }
}
.informations {
  position: relative;
  max-width: calc(75% - 30px);
  width: 100%;
}
.informations .information {
  padding: 15px 0 0 0;
  overflow: hidden;
}
.informations .information.customShow {
  height: auto;
}
.informations .information.customHide {
  height: 0;
}
.informations h4 {
  font-family: "HNBold", sans-serif;
  margin: 35px 0 15px 0;
}
.informations table {
  width: 100%;
  border: 1px solid #ececec;
  border-collapse: collapse;
}
.informations table td {
  width: 50%;
  padding: 10px;
  border: 1px solid #ececec;
}
.informations table thead {
  font-family: "HNBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  background-color: rgb(0, 71, 126);
}
.informations sup {
  font-size: 10px;
}
div[data-index="3"] + .informations {
  max-width: calc(50% - 30px);
}
.infopv {
  width: 100%;
  padding: 60px 0;
}
.infopv .pv_hint {
  font-size: 12px;
  margin: 10px 0 0 0;
}
.infopv .loader {
  max-width: 100px;
  margin: 0 auto;
}
.infopv .diagrams {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 0 30px 0;
}
.infopv .diagrams .chart-container {
  display: flex;
  flex-direction: column;
  max-width: calc(50% - 15px);
  width: 100%;
}
.infopv .diagrams .chart-container .chart-canvas {
  display: flex;
  max-width: 70%;
  width: 300px;
  aspect-ratio: 1/1;
  margin: 0 auto 30px auto;
}
.infopv .diagrams .chart-container .chart-canvas canvas {
  width: 100%;
  aspect-ratio: 1/1;
}
.infopv .diagrams .chart-container .chart-info {
  width: 100%;
}
.infopv .diagrams .poweredby {
  font-size: 12px;
  margin: 15px 0;
}
.infopv .prices table {
  width: 100%;
  border: 1px solid #ececec;
  border-collapse: collapse;
  text-align: left;
}
.infopv .prices table td {
  width: 50%;
  padding: 10px;
  border: 1px solid #ececec;
}
.infopv .prices table thead {
  font-family: "HNBold", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  background-color: rgb(0, 71, 126);
}
.infopv .infopv__error {
  color: rgb(252, 60, 71);
}
.infocharge .charging_hint {
  font-size: 12px;
  margin: 10px 0 0 0;
}
.inforeno .renovation_hint {
  font-size: 12px;
  margin: 10px 0 0 0;
}
.inforeno .renovation_contents {
  display: flex;
  justify-content: space-between;
}
.inforeno .renovation_contents > ul {
  max-width: calc(50% - 15px);
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0 0 0 15px;
}
.infometercabinet {
  font-family: "HNBold", sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: rgb(252, 60, 71);
}
@media screen and (max-width: 1024px) {
  .informations {
    max-width: initial;
  }
  div[data-index="3"] + .informations {
    max-width: initial;
  }
}
@media screen and (max-width: 800px) {
  .infopv .diagrams .chart-container {
    max-width: 100%;
  }
  .infopv .diagrams .chart-container + .chart-container {
    margin: 30px 0 0 0;
  }
}
.thankyou {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.thankyou .thankyou__message {
  text-align: center;
  margin: 0 0 15px 0;
}
.thankyou .thankyou__download {
  text-align: center;
  margin: 0 0 60px 0;
}
.thankyou .thankyou__download .button {
  display: inline-flex;
}
.thankyou .thankyou__nextsteps h4 {
  font-family: "HNBold";
  font-size: 20px;
}
.thankyou .thankyou__nextsteps .nextsteps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.thankyou .thankyou__nextsteps .nextsteps .nextstep {
  width: calc(50% - 15px);
  margin: 0 0 15px 0;
}
.thankyou .thankyou__nextsteps .nextsteps .nextstep div:nth-child(1) {
  font-family: "HNBold";
  font-size: 28px;
  line-height: 34px;
  color: rgb(245, 100, 0);
}
.thankyou .thankyou__nextsteps .nextsteps .nextstep div:nth-child(2) {
  font-family: "HNBold";
  font-size: 16px;
  line-height: 24px;
  color: rgb(0, 71, 126);
}