:root {
  --primaryGreen: #00917E;
  --secondaryGreen: #007465;
  --secondaryOrange: #FF8500;
  --secondaryOrangeHover: #FE7407;
  --generalGreyBackground: #2F3332;
  --drkGray: #333333;
  --lghtGray: #919191;
  --lghtestGray: #E6E8EB;
  ;
  --footer: #F6F7F8;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Vaillant_16";
  src: url("../fonts/Vaillant16-Book.otf");
  font-weight: 400;
}

@font-face {
  font-family: "Vaillant_16";
  src: url("../fonts/Vaillant16-Demi.otf");
  font-weight: 600;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  display: block;
}


@media (min-width: 767px) {

  a,
  a:hover,
  a:focus,
  a:visited {
    display: inline-block;
  }
}

/* Fonts */
body {
  font-family: 'Vaillant_16';
  font-style: normal;
  font-weight: 400;
  height: 100vh;
  height: 100svh;
  width: 100vw;
  overflow: hidden;
}

h1.demi,
h2.demi,
h3.demi,
h4.demi,
h5.demi,
p.demi {
  font-weight: 600;
}

/* Mobile */
h1 {
  font-size: 32px;
  line-height: 40px;
}

h2 {
  font-size: 20px;
  line-height: 28px;
}

h3,
h4 {
  font-size: 18px;
  line-height: 25px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}


/* Desktop */
@media(min-width: 767px) {
  h1 {
    font-size: 68px;
    line-height: 88px;
  }

  h2 {
    font-size: 40px;
    line-height: 52px;
  }

  h3 {
    font-size: 32px;
    line-height: 40px;
  }


  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}


/* COPY */
.copy {
  font-size: 16px;
  line-height: 24px;
}

@media(min-width: 767px) {
  .copy {
    font-size: 18px;
    line-height: 28px;
  }

  #faq .copy {
    font-size: 20px;
    line-height: 28px;
  }
}

.copyLarge {
  font-size: 24px;
  line-height: 32px;
}

.copyReg {
  font-size: 16px;
  line-height: 24px;
}

.copySmall {
  font-size: 14px;
  line-height: 20px;
  font-weight: lighter;
}

a.copySmall {
  text-decoration: underline;
}

.copyVerySmall {
  font-size: 12px;
  line-height: 16px;
  font-weight: lighter;
}

/* COLORS */
.primaryGreen {
  color: var(--primaryGreen);
}

.primaryGreenBackground {
  background: var(--primaryGreen);
  color: #fff;
}

.primaryGreenGradient {
  background: radial-gradient(81.5% 243.37% at 5.08% 13%, #11A692 0%, #047B6C 100%);
}

.primaryGreenGradient:hover,
.btnDflt.ghost:not(.disabled):hover {
  background: var(--secondaryGreen);
  color: #fff;
  transition: background 0.25s, color 0.25s;
}

.secondaryOrange {
  color: var(--secondaryOrange)
}

.secondaryOrangeBackground {
  background: var(--secondaryOrange);

}

button.secondaryOrangeBackground:not(.disabled)::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  position: absolute;
  box-shadow: 0px 4px 16px rgb(255 157 51);
  border-radius: 4px;
  z-index: 0;
  transition: box-shadow 0.25s;
}

.secondaryOrangeBackground:not(.disabled):hover {
  background: var(--secondaryOrangeHover);
  color: #fff !important;
}

.secondaryOrangeBackground:not(.disabled):hover::before {
  transition: box-shadow 0.25s;
  box-shadow: none
}

.secondaryOrangeGradient {
  background: radial-gradient(100% 466.3% at 32.67% 0%, #FF8C0E 0%, #F27E00 100%);
}

.secondaryWhite {
  color: #fff
}

.secondaryWhiteBackground {
  background: rgba(255, 255, 255, 0.65);
  padding: 0px 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media(min-width: 767px) {
  .secondaryWhiteBackground {
    background: #fff;
    padding: 1px 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}

.generalGrey {
  color: var(--generalGreyBackground);
}

.generalGreyBackground {
  background: var(--generalGreyBackground);
}

.lghtGray {
  color: var(--lghtGray);
}

@media (max-width: 766px) {
  .mobileWhite {
    color: #fff;
  }
}

/* LAYOUT */
img {
  width: 100%;
}

.icon {
  width: 32px;
  height: 32px;
}





/* BUTTONS */


.btnDflt {
  border: 0;
  border-radius: 4px;
  padding: 30px 15px;
  font-size: 16px;
  margin-bottom: 1px;
  position: relative;
  text-align: center;
}

@media (min-width: 767px) {
  .btnDflt {
    padding: 25px 36px
  }
}

.btnDflt.ghost {
  color: var(--primaryGreen);
  background: #fff;
  /* SAFARI FIX */
  box-shadow: inset 0 0 0 1px var(--primaryGreen);
}

.btnDflt.disabled {
  box-shadow: none;
  background: #fff;
  color: #CCCCCC;
  pointer-events: none !important;
  cursor: default;
  /* SAFARI FIX */
  box-shadow: inset 0 0 0 1px #CCC;
}

.btnDflt.disabled.noBrd {
  box-shadow: none
}

.btnDflt.myVaiWeb {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btnDflt.myVaiWeb:hover {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: #d5d5d5;
}

.btnDflt.lghtGray:hover {
  transition: background 0.25s, color 0.25s, border 0.25s;
}

.stepCounter.done::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 40px;
  background: url(../img/icons/check.svg) center center / cover no-repeat, var(--primaryGreen);
}

/* .stepCounter::after {
  content: attr(data-before);
  position: absolute;
  bottom: -100%;
  font-size: 14px;
  line-height: 20px;
  color: var(--drkGray);
  width: max-content;
} */

.stepCounter:first-child::after {
  left: 0;
}

.stepCounter:last-child::after {
  right: 0;
}

.stepCounter.disabled::after {
  color: var(--lghtGray);
}

hr {
  color: inherit;
  border: 0;
  border-top: 1px solid var(--primaryGreen);
  opacity: 1;
  width: 100%;
  margin: 0px 20px;
}

hr.disabled {
  border-top: 1px solid #CCCCCC;
}

button.deactive {
  display: none;
}

.btnRnd {
  width: 20px;
  height: 20px;
  padding: 15px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  box-sizing: border-box;
}

.vgBreadCrump .btnDflt:not(.disabled) {
  background-color: var(--primaryGreen);
  /* SAFARI FIX */
  box-shadow: inset 0 0 0 1px var(--primaryGreen);
  color: #fff;
}

.mobile-vgBreadCrump {
  padding-top: 25px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.btnLnk {
  background: none;
  border: none;
  text-decoration-line: underline;
}

.btnLnk:hover {
  color: var(--secondaryGreen);
}


/* HELPER  */

.margin-top-40 {
  margin-top: 40px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.marTop80,
.marMob80 {
  margin-top: 40px;
}

@media (min-width: 767px) {
  .marTop80 {
    margin-top: 80px;
  }
}


.padding-top-80 {
  padding-top: 40px;
}

.padding-bottom-80 {
  padding-bottom: 40px;
}
@media (min-width: 767px) {
.padding-top-80 {
    padding-top: 80px;
  }

  .padding-bottom-80 {
    padding-bottom: 80px;
  }
}






#step-form-wrapper {
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: inherit;
  margin: inherit;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  opacity: 1;
  pointer-events: all;
  z-index: 100;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#step-form-wrapper::-webkit-scrollbar {
  display: none;
}

#step-form-wrapper.fullAccess {
  opacity: 1;
  pointer-events: all;
  z-index: 100;
  transition: opacity 0.5s;
}

#step-form-footer {
  /* position: fixed;
  bottom: 0; */
  z-index: 99999;
  width: 100vw !important;
}

#formNav {
  position: relative;
  background: #fff;
  pointer-events: all;
}


select {
  width: 100%;
  background: none;
}

input:focus-visible,
select {
  border: 0;
  outline: 0;
}

label {
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  text-align: center;
  min-width: 160px;
  width: 50%;
  color: var(--lghtGray);
  aspect-ratio: 1/1;
  padding: 20px;
}


.inputLabel {
  border: 0;
  position: absolute;
  top: -10px;
  background: #fff;
  margin: 0px 10px;
  padding: 0px 5px;
}

.sensorLabels {
  /* background-color: #EFEFF4; */
  color: var(--lghtGray);
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.inputText {
  border-radius: 4px;
  padding: 13px;
  border: 1px solid #CCCCCC;
  display: flex;
  width: 100%;
  max-width: unset;
}

.inputText.error {
  border: 1px solid #f00;
}

.inputerror {
  color: #f00;
}

.inputText.valid {
  border: 1px solid var(--primaryGreen);
}

.btnLabel {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
}

.inputText:hover {
  border-radius: 4px;
  padding: 13px;
  border: 1px solid var(--primaryGreen);
  /* display: inline-block; */
}

/* box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.15); */
label:hover {
  border: 1px solid var(--primaryGreen);
  z-index: 1;
}

.inptGroup input[type="radio"]:checked+label,
.feedbackGroup input[type="radio"]:checked+label,
.inptGroup input[type="checkbox"]:checked+label,
#q4 input[type="radio"]:checked+label {
  background-color: #e5f4f2;
  color: var(--primaryGreen);
  border: 1px solid var(--primaryGreen);
  z-index: 1;
}

.feedbackGroup .norndbrd {
  margin-left: -1px;
  border-radius: 0 !important;
}

#ifhotwater input[type="radio"]:checked+label {
  border-color: var(--primaryGreen);
  background-color: var(--primaryGreen);
  color: #fff;
}

/* #q4 input[type="radio"]:checked+label {
  border-color: var(--primaryGreen);
  background-color: var(--primaryGreen);
  color: #fff;
} */
#vgOptimum input[type="number"],
#vgOptimum input[type="text"],
#feedback input[type="text"] {
  width: 100%;
  border: 0px;
}

.inptGroup,
.inptWrapper {
  position: relative;
  /* display: inline-flex; */
  vertical-align: middle;
  width: 100%;
}

@media (min-width: 767px) {

  .inptGroup,
  .inptWrapper {
    width: 320px;
  }
}

.inptGroup>label:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.inptGroup>label:last-of-type {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

label svg {
  width: 80px;
  height: 80px;
}

.btnLabel .inptIcon {
  width: 30px;
  height: 30px;
  margin: 0;
  margin-right: 5px;
}

.iconStyle {
  width: 20px;
  margin-right: 7px;
}

label svg path {
  fill: var(--lghtGray);
}

.inptGroup input[type="radio"]:checked+label svg path,
.inptGroup input[type="checkbox"]:checked+label svg path,
.feedbackGroup input[type="radio"]:checked+label svg path {
  fill: var(--primaryGreen);
}

#ifhotwater input[type="radio"]:checked+label svg path,
#ifhotwater input[type="checkbox"]:checked+label svg path {
  fill: #fff
}

.inptSensor {
  pointer-events: none;
  margin-bottom: auto;
  padding-bottom: 20px;
}

.inptFlag {
  /* display: block; */
  color: #fff;
  padding: 2px 12px;
  background: var(--primaryGreen);
  border-radius: 48px;
}


.inptFlag.fhw {
  background-color: #d5eade;
  color: var(--primaryGreen);
}

@media (min-width: 800px) {
  .inptFlagSpacer {
    display: inline;
  }
}





.vgPaginationWrapper {
  min-width: 50px;
}

@media(min-width: 576px) {
  .vgPaginationWrapper {
    margin: 0px 80px;
    min-width: 50px;
    text-align: center;
  }
}


.boxShadowTop::before {
  content: "";
  box-shadow: 0px -7px 9px rgba(0, 0, 0, 0.2);
  position: absolute;
  pointer-events: none;
  top: 0px;
  width: 120%;
  height: 20px;
  left: -10%;
}

@media (min-width:576px) {
  .carouselNav .boxShadowTop::before {
    box-shadow: none;
  }
}

.boxShadowBottom {
  position: relative;
}

.boxShadowBottom::after {
  content: "";
  box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  width: 120%;
  height: 20px;
  left: -10%;
  z-index: 1;
}

@media (min-width: 576px) {
  .boxShadowBottom::after {
    display: none;
  }
}


#vgWindow {
  height: 100% !important;
  width: 100vw;
}

.formQ {
  opacity: 0;
  height: 0;
  transition: opacity 0.1s;
  overflow: hidden;
}

.formQ.activeQ {
  opacity: 1;
  height: auto;
  transition: opacity 0.1s;
  overflow: visible;
}

.fade {
  transform: translate3d(50px, 0, 0);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.fade.hideTo {
  transform: translate3d(0px, 0, 0);
}

.hide {
  opacity: 0;
}

.fade.show {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}

#successOverlay,
#feedbackOverlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none !important;
  transition: all 0.5s;
  text-align: center;
  margin: 0;
  padding: 0;
}

#successOverlay.visible,
#feedbackOverlay.visible {
  transform: translate3d(0px, 0, 0);
  visibility: visible;
  opacity: 1;
}

#successOverlay .icon,
#feedbackOverlay .icon {
  width: 50px;
  height: 50px;
  padding: 5px;
  border: 2px solid #fff;
  border-radius: 40px;
  margin-bottom: 40px;
}

@media(max-width: 767px) {
  .formNavigation .btnDflt {
    width: 50%;
    margin: 0;
    padding: 28px 0px;
  }

  #vgOptimumBack,
  #vgOptimumContinue {
    width: 50%;
  }
}

@media (min-width: 1100px) {
  .grid-order-1 {
    order: 1
  }

  .grid-order-2 {
    order: 2
  }

  .grid-order-3 {
    order: 3
  }

  .grid-order-4 {
    order: 4
  }

  .grid-order-5 {
    order: 5
  }

  .grid-order-6 {
    order: 6
  }

  .grid-order-7 {
    order: 7
  }
}

/* BOOTSTRAP OVERRIDE */

p {
  margin-bottom: 0;
}

p+p {
  margin-top: 1rem
}

p+button {
  margin-top: 1.5rem
}

a {
  color: var(--secondaryGreen);
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: initial;
}

.container,
.container-fluid {
  --bs-gutter-x: 40px
}

.gap-04 {
  gap: 4rem;
}


#toTop {
  display: none;
}

@media(min-width: 1024px) {
  #toTop {
    display: block;
    box-shadow: 0px 6px 26px rgba(0, 145, 126, 0.4);
    position: fixed;
    bottom: 100px;
    right: 6px;
    z-index: 99;
    cursor: pointer;
    padding: 12px;
    border-radius: 4px;
    transition: all 0.5s;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }

  #toTop.visible {
    transition: all 0.5s;
    pointer-events: all;
    opacity: 1;
    transform: translate3d(0px, 0, 0);
  }

  #toTop img {
    width: 36px;
    height: 36px;
  }
}

.w-screen {
  width: 100vw;
}

.m-h-0 {
  max-height: 0;
}

#welcome {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
#welcome::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

/* NEU */

#iframe-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 111111111;
}

iframe {
  width: 100%;
  height: 100%;
}

.outline-card {
  border: 1px solid var(--lghtestGray);
  border-radius: 10px;
  padding: 40px 24px
}

.infoBox {
  padding: 8px 0;
}

.infoBox+.btnDflt {
  margin-top: 16px;
}

.tippBox {
  margin-top: 1.5rem;
  background-color: #ccdddb;
  border-radius: 4px;
  padding: 24px 16px;
}

#step-form-container {
  position: absolute;
  top: 0;
  /* opacity: 0; */
  width: 100%;
  background: #fff;
}

.step-form-body {
  padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.step-form-wrapper {
  height: 100vh;
  justify-content: space-between;
}

.step-item {
  flex: 1 0 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
}


.overflow-x-hidden {
  overflow-x: hidden;
}
.overflowY-auto {
  overflow-y: auto !important;
}

.will-change-transform {
  will-change: transform;
}

.loading {
  position: relative;
}

.loading::after {
  content: "";
  position: absolute;
  /* right: 10px; */
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid transparent;
  border-top: 2px solid #007465;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  animation: spin 0.5s linear infinite;
}

@keyframes spin {
  from {
    transform: translateY(-50%) rotate(0deg);
  }

  to {
    transform: translateY(-50%) rotate(360deg);
  }
}