*, :before, :after {
  box-sizing: border-box;
  border: 0 solid;
}

:before, :after {
  --tw-content: "";
}

html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: Graphik, sans-serif;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

.container {
  width: 100%;
}

@media (width >= 640px) {
  .container {
    max-width: 640px;
  }
}

@media (width >= 768px) {
  .container {
    max-width: 768px;
  }
}

@media (width >= 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (width >= 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (width >= 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.rounded {
  border-radius: .25rem;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@font-face {
  font-family: Avenir;
  src: url("avenir.91910a9b.woff2");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Avenir Black;
  src: url("avenir-black.02e8c8b1.woff2");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Avenir Heavy;
  src: url("avenir-heavy.1168d62f.woff2");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Avenir Medium;
  src: url("avenir-medium.e93cda3a.woff2");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Avenir Black, sans-serif;
}

.c-calculator {
  --red: #9f4032;
  --blue: #c8e8e9;
  --grey: #d7d7d7;
  color: var(--red);
  background: #fff;
  border-radius: 20px;
  max-width: 540px;
  padding: 40px 40px 20px;
  position: relative;
  box-shadow: 0 0 15px #05050540;
  container-type: inline-size;
}

.c-calculator__logo {
  margin: 0 auto 18px;
}

.c-calculator__form > div {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

@media (width >= 555px) {
  .c-calculator__form > div {
    flex-direction: row;
    margin-top: 0;
  }

  .c-calculator__form > div:first-of-type input[type="number"] {
    border-top: 1px solid var(--grey);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .c-calculator__form > div:last-of-type input[type="number"] {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

.c-calculator h1 {
  color: var(--red);
  letter-spacing: -.6px;
  text-align: center;
  max-width: 350px;
  margin: 0 auto 20px;
  font-family: Avenir Heavy, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.c-calculator h1 strong {
  font-family: Avenir Black, sans-serif;
}

@media (width >= 555px) {
  .c-calculator h1 {
    letter-spacing: -.72px;
    margin: 0 auto 35px;
    font-size: 36px;
    line-height: 42px;
  }
}

.c-calculator label {
  width: 100%;
  margin-bottom: 5px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

@media (width >= 555px) {
  .c-calculator label {
    width: 290px;
    font-size: 18px;
  }
}

.c-calculator label strong {
  font-family: Avenir Heavy, sans-serif;
}

.c-calculator label i {
  font-size: 14px;
  font-style: normal;
}

@media (width >= 555px) {
  .c-calculator label i {
    font-size: 16px;
  }
}

.c-calculator input, .c-calculator select {
  box-sizing: border-box;
  width: 100%;
}

.c-calculator input[type="number"] {
  border: 1px solid var(--grey);
  border-radius: 4px;
  width: 100%;
  height: 44px;
  padding: 10px;
  font-family: Avenir, sans-serif;
  font-size: 22px;
}

@media (width >= 555px) {
  .c-calculator input[type="number"] {
    text-align: right;
    border: 0;
    border-left: 1px solid var(--grey);
    border-right: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
    border-radius: 0;
    width: 150px;
    height: 50px;
    padding: 15px 10px;
    font-size: 24px;
  }
}

.c-calculator__dropdowns {
  margin-top: 16px;
}

@media (width >= 555px) {
  .c-calculator__dropdowns {
    margin-top: 36px;
    display: flex;
  }
}

.c-calculator__dropdowns div:first-of-type {
  margin-bottom: 10px;
}

@media (width >= 555px) {
  .c-calculator__dropdowns div:first-of-type {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .c-calculator__dropdowns div:first-of-type select {
    width: 170px;
  }

  .c-calculator__dropdowns div:last-of-type select {
    width: 270px;
  }
}

.c-calculator__dropdowns span {
  margin-bottom: 4px;
  font-family: Avenir Heavy, sans-serif;
  font-size: 16px;
  display: block;
}

@media (width >= 555px) {
  .c-calculator__dropdowns span {
    margin-bottom: 8px;
    font-size: 18px;
  }
}

.c-calculator__dropdowns select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M-9.84065e-07 0.69526C-9.76308e-07 0.517795 0.0675926 0.339618 0.20388 0.203654C0.475419 -0.0678853 0.914842 -0.0678853 1.18638 0.203654L5.99995 5.01755L10.8138 0.203654C11.0854 -0.0678848 11.5252 -0.0678848 11.7963 0.203654C12.0679 0.475193 12.0679 0.915004 11.7963 1.18648L6.49156 6.49127C6.22002 6.76281 5.78021 6.76281 5.50906 6.49127L0.203945 1.18648C0.0679817 1.05097 -9.91839e-07 0.873114 -9.84065e-07 0.69526Z' fill='%239F4032'/%3E%3C/svg%3E");
  background-position: 96%;
  background-repeat: no-repeat;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  height: 44px;
  padding: 8px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
}

@media (width >= 555px) {
  .c-calculator__dropdowns select {
    background-position: 93%;
    height: 50px;
    padding: 10px;
  }
}

.c-calculator__submit {
  text-transform: uppercase;
  background-color: var(--red);
  color: #fff;
  letter-spacing: 1.5px;
  border-radius: 100px;
  width: 100%;
  height: 50px;
  margin: 20px 0;
  font-family: Avenir Heavy, sans-serif;
  font-size: 15px;
  line-height: 49px;
  transition: background-color .3s;
}

.c-calculator__submit:hover {
  background-color: #b2665b;
}

@media (width >= 555px) {
  .c-calculator__submit {
    letter-spacing: 1.8px;
    height: 60px;
    font-size: 18px;
  }
}

.c-calculator__results {
  background-color: var(--blue);
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  height: 0;
  min-height: 0;
}

.c-calculator__results.-show {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-bottom: 10px;
  padding: 16px 16px 10px;
}

@media (width >= 555px) {
  .c-calculator__results.-show {
    padding: 24px 29px 10px;
  }
}

.c-calculator__results h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
}

@media (width >= 555px) {
  .c-calculator__results h3 {
    margin-bottom: 16px;
    font-size: 18px;
  }
}

.c-calculator__results > div {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.c-calculator__results > div span:first-of-type {
  font-size: 16px;
}

@media (width >= 555px) {
  .c-calculator__results > div span:first-of-type {
    font-size: 18px;
  }
}

.c-calculator__results > div span:last-of-type {
  text-align: right;
  flex-shrink: 0;
  width: 150px;
  font-size: 18px;
  position: relative;
}

@media (width >= 555px) {
  .c-calculator__results > div span:last-of-type {
    font-size: 26px;
  }
}

.c-calculator__results > div span:last-of-type:before {
  content: "€";
  font-family: Avenir Heavy, sans-serif;
  font-size: 18px;
  display: inline;
}

@media (width >= 400px) {
  .c-calculator__results > div span:last-of-type:before {
    display: block;
    position: absolute;
    left: 40px;
  }
}

@media (width >= 555px) {
  .c-calculator__results > div span:last-of-type:before {
    font-size: 26px;
    left: 10px;
  }
}

.c-calculator__results > div:last-of-type {
  border-top: 1px dotted var(--red);
  padding-top: 10px;
}

@media (width >= 555px) {
  .c-calculator__results > div:last-of-type {
    padding-top: 14px;
  }
}

.c-calculator__results > div:last-of-type span:first-of-type {
  text-transform: uppercase;
}

.c-calculator__results #electric-heaters span, .c-calculator__results #electric-heaters span:before, .c-calculator__results #propane-heaters span, .c-calculator__results #propane-heaters span:before {
  font-family: Avenir, sans-serif;
}

.c-calculator__remark {
  width: 80%;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

.c-calculator__duet {
  color: #878787;
  justify-content: center;
  align-items: center;
  height: 26px;
  padding: 6px 16px;
  font-family: Avenir, sans-serif;
  font-size: 10px;
  transition: color .3s;
  display: flex;
  position: absolute;
  bottom: -26px;
  right: 20px;
}

.c-calculator__duet > div {
  transform-origin: top;
  background-color: #d9d9d9;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 100%;
  transition: transform .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.c-calculator__duet > span {
  z-index: 2;
  transition: transform .3s;
  position: relative;
}

.c-calculator__duet strong {
  font-family: Avenir Heavy, sans-serif;
}

.c-calculator__duet:hover {
  color: #696969;
}

@media (width >= 555px) {
  .c-calculator__duet {
    height: 30px;
    font-size: 12px;
    bottom: -30px;
  }

  .c-calculator__duet:hover span {
    transform: translateY(4px);
  }

  .c-calculator__duet:hover div {
    transform: scaleY(1.2);
  }
}

.u-prefix-euro {
  position: relative;
}

.u-prefix-euro input[type="number"] {
  padding-left: 30px;
}

@media (width >= 555px) {
  .u-prefix-euro input[type="number"] {
    padding-left: 0;
  }
}

.u-prefix-euro:after {
  content: "€";
  font-family: Avenir, sans-serif;
  font-size: 22px;
  position: absolute;
  top: 35px;
  left: 14px;
}

@media (width >= 555px) {
  .u-prefix-euro:after {
    font-size: 24px;
    top: 8px;
    left: 320px;
  }
}
/*# sourceMappingURL=index.css.map */
