@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.font-primary {
  color: #272561;
}

/* quicksand-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  src: url("../assets/fonts/quicksand-v30-latin-300.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* quicksand-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/quicksand-v30-latin-regular.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* quicksand-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/quicksand-v30-latin-500.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* quicksand-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/quicksand-v30-latin-600.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* quicksand-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/quicksand-v30-latin-700.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
button {
  display: block;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  padding: 15px;
  border-radius: 50px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(90deg, rgb(5, 123, 235) 0%, rgb(0, 64, 184) 100%);
  text-align: center;
  display: block;
}

.button:hover {
  background: linear-gradient(90deg, rgb(5, 123, 235) 0%, rgb(0, 64, 184) 100%);
}

#weiter-button {
  margin-left: auto;
  margin-right: auto;
  border: 0px;
}

.button-accent {
  position: relative;
  padding: 15px;
  border-radius: 50px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  display: block;
  overflow: hidden;
  background: linear-gradient(90deg, #d827a5 50%, #f31c7b 100%);
}
.button-accent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #d827a5 50%, #f31c7b 100%);
  transition: opacity 0.5s;
  z-index: 1;
}
.button-accent::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(243, 28, 123) 50%, rgb(216, 39, 165) 100%);
  transition: opacity 0.5s;
  z-index: 1;
  opacity: 0;
}
.button-accent:hover::after {
  opacity: 1;
}
.button-accent span {
  position: relative;
  z-index: 2;
}

.button-accent:hover {
  background: linear-gradient(90deg, rgb(243, 28, 123) 50%, rgb(216, 39, 165) 100%);
  transition: all 0.5s;
}

.button-wrapper {
  margin-top: 25px;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .button-wrapper {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.font-primary {
  color: #272561;
}

html {
  scroll-behavior: smooth;
  font-family: "Quicksand", sans-serif;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  font-family: "Quicksand", sans-serif;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

.hide {
  display: none;
}

.show {
  display: block;
}

ul,
ol {
  list-style: none;
  text-decoration: none;
  padding: 0px;
}

.underline {
  text-decoration: underline;
}

p,
a,
li {
  color: #000;
  font-weight: 400;
  margin: 0px;
  font-size: 1em;
  line-height: 1.6em;
}

a {
  text-decoration: none;
  color: #057beb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.5em;
  letter-spacing: 1px;
  color: #000;
  text-align: center;
  line-height: 1.25em;
  font-weight: 800;
}

h2 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.25em;
  margin-top: 0px;
  margin-bottom: 0px;
}
h2 strong {
  display: block;
  margin-bottom: 0px;
}

h3 {
  font-size: 1.2em;
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: left;
}

.pheadline {
  font-size: 1.2em;
  line-height: 1.2em;
}

.headline-subline h1 {
  margin-bottom: 0px;
}
.headline-subline p {
  font-size: 1.2em;
  text-align: center;
}

.mini {
  font-size: 0.7em;
}

.small {
  font-size: 0.8em;
}

p.bildquelle {
  font-size: 0.8em;
  color: #707070;
}

.big {
  font-size: 1.8em;
  font-weight: 800;
}

.error {
  color: red;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.balanced {
  text-wrap: balance;
}

.bold {
  font-weight: 800;
}

.light {
  font-weight: 400;
}

.lightblue {
  color: #057beb;
}

.noscript-message {
  background-color: #ffcccc;
  color: red;
  padding: 2rem 4rem;
  text-align: center;
  border: 1px solid red;
}

.flex {
  display: flex;
  justify-content: space-around;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

.container {
  width: 90%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  padding: 25px 0px;
}

.row {
  flex-direction: row;
  justify-content: space-between;
}

.column {
  flex-direction: column;
  justify-content: space-between;
}

.start {
  align-self: start;
}

@media only screen and (min-width: 1024px) {
  .container {
    width: 95%;
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-0 {
  padding-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-top: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-25 {
  margin-bottom: 25px;
}

.bg-primary {
  background: linear-gradient(90deg, rgb(0, 64, 184) 0%, rgb(5, 123, 235) 100%);
}

.bg-secondary {
  background-color: #057beb;
}

.bg-tertiary {
  background-color: yellow;
}

.bg-accent {
  background-color: #d827a5;
}

.bg-accent-secondary {
  background-color: #243642;
}

.background-gardient-primary {
  background-image: linear-gradient(to bottom, #272561, #2b2869, #2e2c70, #322f78, #363380);
}

.bg-white {
  background-color: #fff;
}

.box {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 30px 25px 40px;
  border-radius: 5px;
}
.box img {
  width: 100%;
}

.plz-box {
  width: 95%;
  max-width: 500px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.plz-box .container {
  margin-top: -64px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 0px 0px 0px;
  border-radius: 5px;
}
.plz-box .plz-form.flex {
  justify-content: space-between;
}

.plz-beratung {
  display: none;
}

.plz-form-img {
  display: none;
}

.plz-top-deal {
  width: 120px;
  height: 24px;
  padding: 18px 20px 18px 10px;
}

.plz-top-deal {
  width: 90px;
  padding: 10px 20px;
}

.submit-top-deal {
  border-radius: 50px;
  color: #fff;
  padding: 12px 20px;
  font-size: 0.8em;
  font-weight: 800;
  border: 2px solid #fff;
  float: right;
}

.benefits-box {
  background-color: #0040b8;
  margin: 10px 0px 0px 0px;
  border-radius: 0px 0px 5px 5px;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
}
.benefits-box .fa-check {
  color: #d827a5;
}

.cta-fachfirma {
  margin-bottom: 50px;
}

.box-cta.flex {
  background: #057beb;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  line-height: 0;
  flex-direction: column;
}

.box-cta-img {
  display: none;
}

.box-cta-content {
  padding: 15px;
}
.box-cta-content .button-wrapper {
  margin-left: 0px;
}
.box-cta-content h3 {
  font-weight: 800;
  font-size: 1.2em;
}
.box-cta-content p, .box-cta-content h3 {
  color: #fff;
}

.box-artikel,
.box-themen {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  line-height: 0;
}

.box-artikel-img {
  width: 100%;
}
.box-artikel-img img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0px 0px;
}

.box-artikel-content {
  padding: 25px 15px;
}
.box-artikel-content h3 {
  color: #0040b8;
}

.box-themen {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 25px;
}
.box-themen .img-themen-box {
  margin-right: 25px;
}
.box-themen .img-themen-box img {
  border-radius: 5px 0px 0px 5px;
}
.box-themen .themen-box-sign {
  background-color: #0040b8;
  display: inline;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 0.8em;
}
.box-themen .themen-box-headline {
  margin-top: 5px;
  font-weight: 800;
  font-size: 1em;
}

.color-box {
  background-color: rgba(242, 28, 124, 0.75);
  padding: 25px;
  border-radius: 5px;
}

.color-box-blue {
  background-color: #057beb;
  padding: 25px;
  border-radius: 5px;
}
.color-box-blue h2 {
  color: #fff;
}
.color-box-blue p {
  color: #fff;
}
.color-box-blue .fa-solid {
  color: #fff;
}

.color-box-attention {
  background-color: rgba(255, 97, 79, 0.75);
  padding: 25px;
  border-radius: 5px;
}
.color-box-attention h2 {
  color: #000;
}
.color-box-attention p {
  color: #000;
}
.color-box-attention .fa-solid {
  color: #000;
}

@media only screen and (min-width: 380px) {
  .plz-beratung {
    display: inline-block;
    color: #057beb;
  }
}
@media only screen and (min-width: 600px) {
  .box-cta.flex {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }
  .box-cta-img {
    display: block;
    margin-right: 25px;
  }
  .box-cta-img img {
    width: 100%;
    height: 50%;
    border-radius: 5px 0px 0px 5px;
  }
  .box-themen .img-themen-box {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 650px) {
  .box-artikel {
    display: flex;
    justify-content: baseline;
  }
  .box-artikel-content {
    padding: 10px 15px;
  }
  .box-artikel-img {
    max-width: 200px;
  }
  .box-artikel-img img {
    border-radius: 5px 0px 0px 5px;
  }
}
@media only screen and (min-width: 750px) {
  .box-artikel-content {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .box {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .plz-box {
    max-width: 600px;
  }
  .plz-box .container {
    width: 100%;
  }
  .plz-box p {
    font-size: 1em;
  }
  .plz-box .form-wrapper {
    justify-content: space-around;
  }
  .plz-box .form-wrapper .plz-form {
    width: 450px;
  }
  .plz-box .plz-form-img {
    display: block;
    width: 100px;
    height: auto;
    margin-right: 10px;
  }
  .plz-box .submit-top-deal {
    width: 50%;
    padding: 18px 20px;
    font-size: 1em;
  }
  .plz-box .plz-top-deal {
    width: 120px;
    height: 24px;
    padding: 17px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .box-artikel-img {
    max-width: none;
  }
  .box-artikel-img img {
    border-radius: 5px 0px 0px 5px;
  }
  .box-artikel-img img {
    border-radius: 5px 5px 0px 0px;
  }
  .box-artikel {
    display: block;
  }
}
@media only screen and (min-width: 1366px) {
  .box {
    width: 20%;
  }
  .mid {
    width: 40%;
  }
}
.font-primary {
  color: #272561;
}

.top-header {
  padding: 5px 0px;
  background: linear-gradient(90deg, rgb(0, 64, 184) 50%, rgb(5, 123, 235) 100%);
}
.top-header p {
  color: #fff;
}
.top-header span {
  display: none;
}

@media only screen and (min-width: 768px) {
  .top-header span {
    display: inline-block;
  }
}
header {
  width: 100%;
  position: sticky;
  top: -1px;
  overflow: hidden;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
header .container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}
header .navigation {
  display: none;
}
header .cta-wrapper {
  display: none;
}

#userCounter p {
  text-align: center;
}
#userCounter strong, #userCounter .fa-users {
  font-size: 1.2em;
  color: #057beb;
}

@media only screen and (min-width: 1024px) {
  header nav.navigation {
    margin-top: 5px;
    display: block;
  }
  header nav.navigation a {
    color: #0040b8;
    font-weight: 800;
    margin-right: 25px;
  }
  header .button-wrapper {
    margin-top: 0px;
    display: inline;
  }
  header .cta-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  header .nav-phone-icon {
    display: inline;
    margin-right: 25px;
    margin-top: 5px;
  }
}
.logo {
  height: 50px;
  margin-top: -50px;
}
.logo a {
  height: 50px;
  width: 50px;
  margin: 0px;
  padding: 0px;
}

/*_____HERO*/
.hero {
  position: relative;
  padding-top: 150px;
  height: 200px;
  background-image: url("/assets/img/heizung-startseite-hero-800.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 0px 50px 0px;
  z-index: 0;
}

.hero-unterseiten {
  height: 100px;
}

.headline-wrapper {
  width: 100%;
  position: absolute;
  background: linear-gradient(90deg, rgb(0, 64, 184) 0%, rgb(5, 123, 235) 100%);
  top: 0px;
}
.headline-wrapper .button-wrapper {
  display: none;
}
.headline-wrapper .container {
  padding: 10px 0px;
}

.headline {
  font-size: 1em;
  margin: 0px;
  color: #fff;
  text-align: center;
}

p.headline {
  font-weight: 800;
}

.slogan {
  text-align: center;
  font-weight: 300;
  font-size: 1.2em;
  color: #fff;
}

/*_____HERO END*/
@media only screen and (min-width: 768px) {
  #hero {
    margin-top: 0px;
    background-image: url("/assets/img/heizung-startseite-hero-1000.jpg");
    height: 250px;
  }
  #hero .headline-wrapper {
    padding: 15px;
    max-width: 350px;
    top: 50px;
    border-radius: 0px 0px 50px 0px;
  }
  #hero .headline-wrapper .headline {
    margin-bottom: 5px;
  }
  #hero .headline-wrapper .headline, #hero .headline-wrapper .slogan {
    text-align: left;
  }
  #hero .headline-wrapper p.headline {
    font-size: 1.1em;
  }
  #hero .headline-wrapper .slogan {
    font-size: 2.6em;
    line-height: 1.1em;
  }
  #hero .headline-wrapper .slogan span {
    display: block;
  }
  #hero .headline-wrapper .button-wrapper {
    display: block;
    width: 270px;
    margin-top: 10px;
  }
  #hero .button-wrapper {
    max-width: 450px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  #hero {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1366px) {
  #hero {
    background-image: url("/assets/img/heizung-startseite-hero-1800.jpg");
    height: 500px;
  }
  #hero .headline-wrapper {
    max-width: 500px;
    height: 300px;
    top: 140px;
  }
  #hero .headline-wrapper h1 {
    font-size: 1.8em;
  }
  #hero .headline-wrapper p.headline {
    font-size: 1.8em;
  }
  #hero .headline-wrapper .slogan {
    font-size: 4.3em;
  }
  #hero .headline-wrapper .button-wrapper {
    width: 100%;
  }
}
/* quicksand-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  src: url("../assets/fonts/quicksand-v30-latin-300.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* quicksand-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/quicksand-v30-latin-regular.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* quicksand-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/quicksand-v30-latin-500.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* quicksand-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/quicksand-v30-latin-600.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* quicksand-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/quicksand-v30-latin-700.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* || KONFIGURATOR STYLES */
#konfigurator {
  background-color: #fff;
  overflow: hidden;
  width: 90%;
  max-width: 1090px;
  margin: 0px auto 25px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
#konfigurator input[type=radio]:checked {
  background-color: #057beb;
}
#konfigurator .container {
  padding: 15px 0px 0px 0px;
}
#konfigurator .konfig-headline-wrapper {
  padding: 15px 5px;
  background: linear-gradient(90deg, rgb(0, 64, 184) 0%, rgb(5, 123, 235) 100%);
  border-radius: 5px 5px 0px 0px;
}
#konfigurator .konfig-headline {
  color: #fff;
  text-align: center;
  font-size: 1em;
  margin-bottom: 0px;
}
#konfigurator .konfig-slogan {
  color: #fff;
  text-align: center;
  font-size: 1em;
}
#konfigurator .konfig-slogan span {
  color: linear-gradient(90deg, #d827a5 50%, #f31c7b 100%);
  font-weight: 800;
}
#konfigurator .flex-konfigurator {
  display: flex;
  justify-content: start;
  align-items: center;
}
#konfigurator .questions {
  width: 80%;
  margin: 15px auto 0px auto;
}
#konfigurator .questions p {
  text-align: center;
  font-weight: 800;
  margin-bottom: 0px;
}
#konfigurator .questions .small {
  font-weight: 400;
}
#konfigurator label {
  position: relative;
  border: 1px solid #057beb;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}
#konfigurator .konfig-description {
  margin-left: 5px;
  font-size: 0.9em;
}
#konfigurator .radio-box-wrapper {
  position: absolute;
  right: 10px;
  display: none;
}
#konfigurator input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #5eb5e8;
  background-color: #fff;
  background-clip: content-box;
  border-radius: 50%;
  transform: skew(100px);
  margin-bottom: 0;
  margin-top: 5px;
  transition: all 0.2s;
}
#konfigurator .auszeichnung {
  padding: 10px;
}
#konfigurator .last-request {
  text-align: center;
}
#konfigurator .progressbar {
  height: 4px;
  width: 100%;
  background-color: #c1c1c1;
}
#konfigurator .progress {
  height: 4px;
  width: 10%;
  background: linear-gradient(90deg, rgb(243, 28, 123) 50%, rgb(216, 39, 165) 100%);
  transition: all 0.2s;
}
#konfigurator .konfig-benefits {
  padding: 5px;
  background: linear-gradient(90deg, rgb(0, 64, 184) 0%, rgb(5, 123, 235) 100%);
  border-radius: 0px 0px 5px 5px;
  color: #fff;
}
#konfigurator .fa-check {
  color: #d827a5;
}
#konfigurator form {
  height: 100%;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#konfigurator .stepraumheizung,
#konfigurator .stepGebeauedeTyp,
#konfigurator .stepHausTyp,
#konfigurator .stepFlaeche,
#konfigurator .stepWarmwasser,
#konfigurator .stepUmsetzung,
#konfigurator .plz-konfig-wrapper,
#konfigurator .form-konfig-wrapper,
#konfigurator .danke-step {
  display: none;
}
#konfigurator #plz-konfig .container {
  height: 100%;
  background-image: url(/assets/img/Deutschland.svg);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
#konfigurator #plz-konfig #plz-konfig-input {
  background-color: #fff;
  text-align: center;
  padding: 15px 25px;
  border: 2px solid #0040b8;
  border-radius: 5px;
}
#konfigurator #plz-konfig #error-plz {
  opacity: 0;
  margin-bottom: 15px;
}
#konfigurator #plz-konfig .hinweis-plz {
  margin-top: 25px;
  text-align: center;
}
#konfigurator #plz-konfig .hinweis-plz-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px 8px;
  background-color: #0040b8;
  font-weight: 800;
  color: #fff;
  border-radius: 100%;
}
#konfigurator .form-sidebar {
  display: none;
}
#konfigurator #form-konfig .error {
  display: none;
}
#konfigurator #form-konfig .form-wrapper {
  width: 100%;
}
#konfigurator #form-konfig .form-sidebar {
  width: 45%;
}
#konfigurator #form-konfig .form-sidebar h3 {
  font-size: 1.4em;
  color: #0040b8;
}
#konfigurator #form-konfig .form-sidebar h3 span {
  background-color: #0040b8;
  padding: 5px 10px;
  border-radius: 100%;
}
#konfigurator #form-konfig .form-sidebar h4 {
  text-align: left;
  font-size: 1.4em;
  margin-bottom: 15px;
}
#konfigurator #form-konfig .form-sidebar .container {
  width: 100%;
  justify-content: start;
  margin-bottom: 15px;
}
#konfigurator #form-konfig .form-sidebar .container .kundenname {
  font-weight: 800;
}
#konfigurator #form-konfig .form-sidebar .container img {
  margin-right: 20px;
}
#konfigurator #form-konfig .form-sidebar .benefit-sidebar-konfig {
  margin-top: 30px;
}
#konfigurator #form-konfig .form-sidebar .benefit-sidebar-konfig .fa-check {
  color: #0040b8;
}
#konfigurator #form-konfig .pflichfelder-hinweis {
  text-align: right;
  display: block;
  margin-bottom: 15px;
}
#konfigurator #form-konfig input {
  width: calc(100% - 32px);
  padding: 15px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
}
#konfigurator #form-konfig input.button {
  width: 100%;
  border: 2px solid #243642;
}
#konfigurator #form-konfig .disclaimer-konfig p {
  font-size: 0.8em;
  line-height: normal;
  margin-bottom: 10px;
}
#konfigurator input#submitbutton {
  width: 100%;
}
#konfigurator .animation-out {
  animation: animation-out 0.25s forwards 1;
  animation-fill-mode: forwards;
}
@keyframes animation-out {
  0% {
    transform: translateX(0%);
    opacity: 1;
    display: block;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
#konfigurator .animation-in {
  animation: animation-in 0.35s linear 1;
}
@keyframes animation-in {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

#dankestep h2 {
  padding-bottom: 25px;
}
#dankestep p, #dankestep h2 {
  text-align: center;
}
#dankestep a {
  font-weight: 800;
  color: #000;
}
#dankestep .mt-25 {
  margin-top: 25px;
}

@media only screen and (min-width: 300px) {
  /* || KONFIGURATOR STYLES */
  #konfigurator .radio-box-wrapper {
    display: block;
  }
  /* || KONFIGURATOR STYLES END */
}
@media only screen and (min-width: 320px) {
  /* || KONFIGURATOR STYLES */
  #konfigurator .konfig-description {
    font-size: 1em;
  }
  #konfigurator .form-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .konfig-wrapper {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  #konfigurator .container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #konfigurator label {
    width: 45%;
    height: 130px;
    margin-bottom: 20px;
  }
  #konfigurator .flex-konfigurator {
    flex-direction: column;
  }
  #konfigurator .radio-box-wrapper {
    position: relative;
    right: 0px;
    margin-top: 10px;
  }
  #konfigurator .auszeichnung {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .konfig-wrapper {
    max-width: 1440px;
  }
  #konfigurator .konfig-headline {
    font-size: 1.8em;
  }
  #konfigurator .konfig-slogan {
    font-size: 1.2em;
  }
  #konfigurator label {
    width: 22%;
  }
  #konfigurator .questions {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 1.4em;
  }
  #konfigurator #form-konfig .form-wrapper {
    width: 45%;
  }
  #konfigurator #form-konfig .form-sidebar {
    display: block;
  }
  #konfigurator #form-konfig .form-sidebar h3 {
    margin-bottom: 0px;
  }
  #konfigurator #form-konfig .form-sidebar h4 {
    margin-top: 10px;
  }
  #konfigurator #form-konfig .form-sidebar .benefit-sidebar-konfig {
    margin-top: 10px;
  }
  #konfigurator .auszeichnung {
    max-width: 500px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  #konfigurator .auszeichnung .dsgvo {
    margin: 0px 20%;
  }
}
@media only screen and (min-width: 1200px) {
  #konfigurator #form-konfig .form-sidebar h3 {
    margin-bottom: 20px;
  }
  #konfigurator #form-konfig .form-sidebar h4 {
    margin-top: 30px;
  }
  #konfigurator #form-konfig .form-sidebar .benefit-sidebar-konfig {
    margin-top: 30px;
  }
}
/* || KONFIGURATOR STYLES END */
#bewertung .bewertung-img {
  margin: 0px auto;
}

.fa-star, .fa-star-half {
  color: rgb(251, 196, 46);
}

.font-primary {
  color: #272561;
}

#sofunktionierts .container {
  max-width: 550px;
}
#sofunktionierts .button-wrapper {
  margin-left: 0px;
}
#sofunktionierts .pre-headline {
  font-size: 1.2em;
}

.sofunktionierts-wrapper {
  position: relative;
}
.sofunktionierts-wrapper .sofunktionierts-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.sofunktionierts-wrapper .sofunktionierts-box:not(:last-child) {
  position: relative;
}
.sofunktionierts-wrapper .sofunktionierts-box:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 2px solid #0040b8;
  z-index: 0;
  transform: translate(22px, 44px);
  height: 100%;
}

.sofu-content {
  width: 80%;
}

.part {
  height: 40px;
  width: 40px;
  border: 2px solid #0040b8;
  border-radius: 100%;
  z-index: 1;
}

.part.bg-primary {
  border: 2px solid #057beb;
}

.part-count {
  text-align: center;
  font-weight: 800;
  margin-top: 10px;
  color: #0040b8;
}

.part-first {
  color: #fff;
}

@media only screen and (min-width: 380px) {
  .plz-beratung {
    display: inline-block;
    color: #057beb;
  }
}
@media only screen and (min-width: 500px) {
  #offer .offer-img {
    background-image: url("/assets/img/Solaranlage-Frau-Haus-800.jpg");
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 1.8em;
    padding-bottom: 25px;
  }
  section {
    margin-top: 25px;
  }
  footer {
    margin-top: 25px;
  }
  #sofunktionierts .pre-headline {
    font-size: 1.8em;
  }
}
#offer .flex {
  flex-direction: column;
}
#offer h2, #offer p {
  color: #fff;
}

.offer-img {
  order: 0;
  width: 100%;
  height: 300px;
  background-image: url("/assets/img/waermepumpe/waermepumpe-hero-400.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0px 50px 0px 0px;
}

.offer-content {
  order: 1;
}

@media only screen and (min-width: 500px) {
  #offer .offer-img {
    background-image: url("/assets/img/waermepumpe/waermepumpe-hero-800.jpg");
  }
}
@media only screen and (min-width: 768px) {
  #offer h2 {
    font-size: 1.2em;
    padding-bottom: 15px;
  }
  #offer .flex {
    flex-direction: row;
  }
  #offer .offer-content {
    width: 100%;
  }
  #offer .offer-img {
    background-image: url("/assets/img/waermepumpe/waermepumpe-hero-800.jpg");
    order: 1;
    width: 100%;
    height: auto;
  }
  #offer .button-wrapper {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  #offer {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
  #offer .offer-content {
    padding: 50px;
  }
}
#kundenbewertung {
  margin-top: 25px;
}
#kundenbewertung .container {
  justify-content: space-around;
}
#kundenbewertung .box {
  width: calc(100% - 50px);
  margin-bottom: 25px;
}
#kundenbewertung .kundenbild {
  margin-right: 25px;
}
#kundenbewertung .kundencontent {
  margin-top: 15px;
}
#kundenbewertung .flex {
  justify-content: start;
  align-items: center;
}
#kundenbewertung .button-wrapper {
  margin: 0 auto;
  width: 90%;
}

@media only screen and (min-width: 1024px) {
  #kundenbewertung .container {
    flex-direction: row;
    justify-content: space-between;
  }
  #kundenbewertung .box {
    width: 27%;
    margin-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.font-primary {
  color: #272561;
}

#faq .faq-box,
#werbliche-hinweise .faq-box {
  margin: 0px auto 15px auto;
  width: 100%;
  max-width: 1090px;
}
#faq .faq-box .faangleup,
#werbliche-hinweise .faq-box .faangleup {
  display: block;
  transform: translateX(-4rem);
}
#faq .faq-box .faangledown,
#werbliche-hinweise .faq-box .faangledown {
  display: none;
  transform: translateX(-4rem);
}
#faq .faq-box.closed .antwort,
#werbliche-hinweise .faq-box.closed .antwort {
  max-height: 0;
  opacity: 0;
}
#faq .faq-box.closed .faangleup,
#werbliche-hinweise .faq-box.closed .faangleup {
  display: none;
}
#faq .faq-box.closed .faangledown,
#werbliche-hinweise .faq-box.closed .faangledown {
  display: block;
}
#faq .faq-box.closed .antwort,
#werbliche-hinweise .faq-box.closed .antwort {
  max-height: 0;
}
#faq .fragen.flex,
#werbliche-hinweise .fragen.flex {
  margin-bottom: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  cursor: pointer;
}
#faq .angle,
#werbliche-hinweise .angle {
  font-size: 1.2em;
}
#faq hr,
#werbliche-hinweise hr {
  margin-top: 10px;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
#faq .antwort,
#werbliche-hinweise .antwort {
  overflow-y: hidden;
  max-height: 2000px;
  opacity: 1;
  transition: max-height 0.25s, opacity 0.25s;
}
@media only screen and (min-width: 500px) {
  #faq .antwort,
  #werbliche-hinweise .antwort {
    max-height: 900px;
  }
}
@media only screen and (min-width: 768px) {
  #faq .antwort,
  #werbliche-hinweise .antwort {
    max-height: 800px;
  }
}
@media only screen and (min-width: 1024px) {
  #faq .antwort,
  #werbliche-hinweise .antwort {
    max-height: 600px;
  }
}

.faq-box.gray .fragen .faq-toggle-icon .shape::before,
.faq-box.gray .fragen .faq-toggle-icon .shape::after {
  background: rgb(121, 121, 128);
}
.faq-box.closed .faq-close-wrapper {
  /* Chevron (zu) */
}
.faq-box.closed .faq-close-wrapper .shape::before {
  transform: translate(3px, calc(-50% - 4px)) rotate(-45deg);
}
.faq-box.closed .faq-close-wrapper .shape::after {
  transform: translate(calc(-50% + 2px), calc(-50% - 4px)) rotate(45deg);
}
.faq-box.closed .faq-close-wrapper .shape::before,
.faq-box.closed .faq-close-wrapper .shape::after {
  left: calc(50% - 4px);
  top: calc(50% + 4px);
}
.faq-box .fragen {
  width: 100%;
  position: relative;
  display: flex;
  gap: 20px;
  /* X-Form (offen) */
}
.faq-box .fragen .faq-close-wrapper {
  color: black;
  transition: color 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  max-width: 2rem;
  max-height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  right: -0.5rem;
  transition: box-shadow 0.5s, bottom 0.5s;
  /* Touchgeräte: hover deaktivieren, nur beim Drücken highlighten */
  /* Tastatur-Accessibility */
}
@media (hover: hover) and (pointer: fine) {
  .faq-box .fragen .faq-close-wrapper:hover, .faq-box .fragen .faq-close-wrapper:active {
    cursor: pointer;
  }
}
@media (hover: none) and (pointer: coarse) {
  .faq-box .fragen .faq-close-wrapper:hover {
    box-shadow: none;
  }
}
.faq-box .fragen .faq-close-wrapper .faq-close-wrapper:focus-visible {
  outline: 2px solid #0040b8;
  outline-offset: 2px;
}
.faq-box .fragen .faq-close-wrapper .faq-toggle-icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
}
.faq-box .fragen .faq-toggle-icon .shape {
  position: absolute;
  inset: 0;
  transition: opacity 0.2s ease;
  margin-left: auto;
  margin-right: auto;
}
.faq-box .fragen .faq-toggle-icon .shape::before,
.faq-box .fragen .faq-toggle-icon .shape::after {
  content: "";
  position: absolute;
  background: black;
  transition: transform 0.2s ease, width 0.2s ease, left 0.2s ease, height 0.2s ease, top 0.2s ease, opacity 0.2s ease;
  border-radius: 2px;
  left: calc(50% - 4px);
  top: calc(50% + 4px);
  width: 10px;
  height: 2px;
}
.faq-box .fragen .shape::before {
  transform: translate(3px, calc(-50% - 4px)) rotate(45deg);
}
.faq-box .fragen .shape::after {
  transform: translate(calc(-50% + 2px), calc(-50% - 4px)) rotate(-45deg);
}

/*_____FOOTER*/
footer {
  margin-top: 25px;
  padding-top: 15px;
  background: linear-gradient(90deg, rgb(0, 64, 184) 0%, rgb(5, 123, 235) 100%);
  border-radius: 0px 50px 0px 0px;
}
footer .footer-container {
  margin-bottom: 30px;
}
footer svg {
  margin-right: 10px;
}
footer .fa-phone {
  font-size: 1em;
  margin: 0px 10px 0px 0px;
  color: #fff;
}
footer a, footer h3 {
  color: #fff;
}
footer .footer-links {
  margin-bottom: 15px;
}
footer .footer-social {
  display: flex;
}
footer .social-circle {
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #d827a5 50%, #f31c7b 100%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: all 0.2s;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
footer .social-circle svg {
  margin: 0px;
  color: #fff;
}
footer .social-circle:hover {
  background: linear-gradient(90deg, rgb(243, 28, 123) 50%, rgb(216, 39, 165) 100%);
  transform: scale(110%);
  transition: all 0.2s;
}
footer .footer-kontakt {
  order: 4;
}
footer hr {
  width: 90%;
  height: 0px;
  border: 1px solid #f1f1f1;
}

.footer-headline {
  margin-bottom: 15px;
}

.footer-rechtliches {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 15px;
}

.footer-phone {
  font-size: 1.6em;
}
.footer-phone a {
  font-weight: 800;
}

/*_____FOOTER END*/
@media only screen and (min-width: 550px) {
  footer {
    margin-top: 25px;
  }
  footer .container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer .container .footer-container {
    width: 50%;
  }
  footer .footer-rechtliches {
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1366px) {
  footer .container .footer-container {
    width: 25%;
  }
  footer .footer-rechtliches {
    justify-content: center;
  }
  footer .footer-rechtliches span {
    margin-left: 25px;
    margin-right: 25px;
  }
}
#werbliche-hinweise {
  margin: 0px auto;
  max-width: 500px;
}
#werbliche-hinweise #faqfragen {
  padding: 0px;
}
#werbliche-hinweise #faqfragen p {
  margin-bottom: 5px;
}
#werbliche-hinweise .fragen.flex {
  justify-content: center;
}
#werbliche-hinweise .frage {
  text-align: center;
  color: rgb(121, 121, 128);
}
#werbliche-hinweise .antwort p, #werbliche-hinweise a {
  color: rgb(121, 121, 128);
}
#werbliche-hinweise .fa-angle-up, #werbliche-hinweise .fa-angle-down {
  color: rgb(121, 121, 128);
}

.konfig-wrapper {
  position: relative;
}

#konfigurator {
  margin-top: -350px;
}

#hero.hero {
  background-image: url("/assets/img/solarthermie/solarthermie-hero-800.jpg");
  height: 250px;
}

.offer-img {
  background-image: url("/assets/img/solarthermie/solarthermie-hero-400.jpg");
}

@media only screen and (min-width: 500px) {
  #offer .offer-img {
    background-image: url("/assets/img/solarthermie/solarthermie-hero-800.jpg");
  }
}
@media only screen and (min-width: 768px) {
  #offer .offer-img {
    background-image: url("/assets/img/solarthermie/solarthermie-hero-800.jpg");
    order: 1;
    width: 100%;
    height: auto;
  }
  #hero.hero {
    background-image: url("/assets/img/solarthermie/solarthermie-hero-1000.jpg");
    height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  #hero.hero {
    background-image: url("/assets/img/solarthermie/solarthermie-hero-1800.jpg");
    height: 250px;
  }
}/*# sourceMappingURL=solarthermie-formular.css.map */