@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;
}

/* 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+ */
}
.font-primary {
  color: #272561;
}

button {
  display: block;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  padding: 15px;
  border: 2px solid #243642;
  border-radius: 50px;
  color: #000;
  font-weight: 800;
  background-color: #DCFF50;
  text-align: center;
  display: block;
}

.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: #5EB5E8;
}

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;
}

.bold {
  font-weight: 800;
}

.light {
  font-weight: 400;
}

.lightblue {
  color: #5EB5E8;
}

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

.font-primary {
  color: #272561;
}

.plz-form {
  border: 2px solid #243642;
  border-radius: 50px;
  width: 90%;
  margin: 10px auto 0px auto;
  padding: 2px;
}

input {
  border: 0px;
  border-radius: 50px;
}

input:focus {
  outline: none;
}

input::-moz-placeholder {
  color: #000;
}

input::placeholder {
  color: #000;
}

.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-color: #272561;
}

.bg-secondary {
  background-color: #5EB5E8;
}

.bg-tertiary {
  background-color: #dae9f3;
}

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

.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 {
  background-color: #DCFF50;
  border-radius: 50px;
  color: #000;
  padding: 12px 20px;
  font-size: 0.8em;
  font-weight: 800;
  border: 2px solid #243642;
  float: right;
}

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

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

.box-cta.flex {
  background-color: #dae9f3;
  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-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: #272561;
}

.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: #272561;
  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(220, 255, 80, 0.75);
  padding: 25px;
  border-radius: 5px;
}

.color-box-blue {
  background-color: #272561;
  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: #5EB5E8;
  }
}
@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%;
  }
}
.top-header {
  padding: 5px 0px;
}
.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: #5EB5E8;
}

@media only screen and (min-width: 1024px) {
  header nav.navigation {
    margin-top: 5px;
    display: block;
  }
  header nav.navigation a {
    color: #272561;
    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;
}
.logo a {
  height: 50px;
  width: 50px;
  margin: 0px;
  padding: 0px;
}

.font-primary {
  color: #272561;
}

.fa-phone {
  font-size: 30px;
  margin-bottom: 4px;
  color: #272561;
}

.hamburger-menu {
  display: inline-block;
  margin-top: 13px;
  margin-left: 20px;
}

.line {
  width: 35px;
  height: 2.5px;
  background-color: #272561;
}

.line2 {
  height: 1.5px;
  margin: 10px 0px;
  background-color: #272561;
}

.close-button {
  display: inline-block;
  margin-left: 20px;
}

.close-button-img {
  margin-top: 5px;
}

.mobile-menu {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  transform: translateX(0%);
  color: #fff;
  z-index: 9999;
}
.mobile-menu .fa-phone {
  color: #fff;
}
.mobile-menu .fa-phone {
  margin-bottom: 6px;
}

.mobile-cta.container {
  display: block;
}

.mobile-menu-headline {
  font-weight: 800;
  font-size: 1.4em;
  color: #fff;
}

.mobile-menu-header {
  border-bottom: 1px solid #fff;
}
.mobile-menu-header .container {
  align-items: center;
}

.mobile-menu-hide {
  display: show;
  transform: translateX(100%);
  animation: hide 0.25s 1;
}

.mobile-menu-show {
  display: block;
  animation: show 0.25s 1;
}

@keyframes show {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes hide {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
ul.mobile-menu-links {
  width: 100%;
}
ul.mobile-menu-links li {
  padding: 10px 0px;
  color: #fff;
  border-bottom: 1px solid rgba(241, 241, 241, 0.1);
}
ul.mobile-menu-links li a {
  color: #fff;
}
ul.mobile-menu-links .fa-angle-left {
  float: right;
}

.inner-menu {
  padding: 5px 0px 0px 20px;
}
.inner-menu li {
  border-bottom: 0px solid;
}
.inner-menu .last-elment {
  padding-bottom: 0px;
}

@media only screen and (min-width: 1024px) {
  .menu-icon {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
}
/*_____HERO*/
.hero {
  position: relative;
  padding-top: 150px;
  height: 200px;
  background-image: url("/assets/img/photovoltaik-firma-hero-800.png");
  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-color: #243642;
  top: 0px;
}
.headline-wrapper .button-wrapper {
  display: none;
}
.headline-wrapper .container {
  padding: 10px 0px;
}

.headline {
  font-size: 1em;
  margin: 0px;
  color: #DCFF50;
  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/photovoltaik-firma-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/photovoltaik-firma-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%;
  }
}
#faq .faq-box, #werbliche-hinweise .faq-box {
  margin: 0px auto 15px auto;
  width: 100%;
  max-width: 1090px;
}
#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 .frage, #werbliche-hinweise .frage {
  margin-right: 20px;
}
#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 {
  display: none;
}

.breadcrumb-wrapper {
  padding-bottom: 0px;
}
.breadcrumb-wrapper ol li {
  display: inline-block;
  padding-left: 0px;
  font-size: 0.8em;
}
.breadcrumb-wrapper ol .breadcrumb-item::before {
  display: inline-block;
  padding-right: 7px;
  padding-left: 3px;
  color: #6c757d;
  content: "/";
}
.breadcrumb-wrapper ol .breadcrumb-item.first::before {
  padding-right: 0px;
  padding-left: 0px;
  content: "";
}

@media only screen and (min-width: 400px) {
  .breadcrumb-wrapper ol li {
    font-size: 1em;
  }
}
/*_____FOOTER*/
footer {
  margin-top: 25px;
  padding-top: 15px;
  background-color: #dae9f3;
  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: #000;
}
footer a {
  color: #000;
}
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-color: #DCFF50;
  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: #000;
}
footer .social-circle:hover {
  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;
  }
}
.formula {
  justify-content: center;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  align-items: center;
  margin: 2em 0;
}
@media only screen and (min-width: 750px) {
  .formula {
    gap: 1rem;
    flex-direction: row;
  }
  .formula.left {
    justify-content: left;
  }
}
.formula .division {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.formula .division .fraction-line {
  width: 100%;
  margin: 0.5em 0;
}
.formula .division .quotient,
.formula .division .dividend {
  text-align: center;
  padding: 0 0.5em;
}
.formula .section {
  flex-direction: column;
}

#faq.artikel h2 {
  text-align: left;
}
#faq.artikel .container {
  justify-content: start;
  flex-direction: column;
  align-items: start;
}

.list-light {
  list-style-type: "- ";
  margin-left: 1ch;
}

.artikel-content > p,
.artikel-content ul,
.artikel-content .margin-bottom-small,
.artikel-content .table-def {
  margin-bottom: 15px;
}
.artikel-content .margin-bottom-none {
  margin-bottom: 0;
}

.artikel .fa-circle-check,
.artikel .fa-circle-x,
.artikel .fa-circle-exclamation,
.artikel .fa-circle-info {
  color: #DCFF50;
}
.artikel .illustration {
  width: 100%;
}
.artikel .container {
  flex-direction: column;
  padding-top: 0px;
}
.artikel .container.flex-start {
  justify-content: flex-start;
  align-items: flex-start;
}
.artikel .container.no-bottom-space {
  padding-bottom: 0;
}
.artikel .container.no-bottom-space .column {
  margin-bottom: 0;
}
.artikel .headline-container {
  padding-bottom: 15px;
}
.artikel h1,
.artikel h2,
.artikel h3 {
  font-weight: 800;
  text-align: left;
}
.artikel h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.artikel .column-two {
  width: 100%;
}
.artikel .column {
  width: 100%;
  margin-bottom: 25px;
}
.artikel .column.flex-start {
  justify-content: flex-start;
}
.artikel .list-inline {
  margin-bottom: 0px;
  list-style: none;
}
.artikel .list-inline li {
  display: inline;
}
.artikel .list-inline li::before {
  content: "•";
  margin-right: 0.5rem;
}
.artikel .list-inline li:last-child::after {
  content: "•";
  margin-left: 0.5rem;
}
.artikel .padding-bottom-none {
  padding-bottom: 0;
}

.author.flex {
  margin-bottom: 10px;
  justify-content: start;
  align-items: center;
}
.author.flex .author-img {
  margin-right: 10px;
}
.author.flex .author-name {
  font-weight: 800;
  color: #272561;
}
.author.flex .author-datum {
  font-size: 0.8em;
}

#inhaltsverzeichnis {
  border-radius: 5px;
  padding: 25px;
  background-color: #dae9f3;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
#inhaltsverzeichnis .verzeichnis-headline {
  font-weight: 800;
  font-size: 1.2em;
}
#inhaltsverzeichnis .verzeichnis-item.flex {
  justify-content: start;
  margin-bottom: 10px;
}
#inhaltsverzeichnis .verzeichnis-item.flex a {
  font-weight: 800;
  color: #000;
}
#inhaltsverzeichnis .verzeichnis-item.flex .fa-arrow-right {
  margin-top: 4px;
  margin-right: 10px;
}

.icon-list {
  margin-top: 0px;
  margin-bottom: 0px;
}
.icon-list li {
  display: flex;
  justify-content: start;
  margin-bottom: 25px;
}
.icon-list li span {
  margin-right: 15px;
}
.icon-list .icons-list-headline {
  font-size: 1em;
  margin-bottom: 15px;
}
.icon-list.column-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2em;
       column-gap: 2em;
}

.icon-list.icon-list-small li {
  margin-bottom: 10px;
}

.icon-list.icon-list-mini li {
  margin-bottom: 5px;
}
.icon-list.icon-list-mini.mobile-no-content-indent li {
  display: inline-block;
}
.icon-list.icon-list-mini.mobile-no-content-indent span {
  margin-right: 15px;
}
.icon-list.icon-list-mini.mobile-no-content-indent h3,
.icon-list.icon-list-mini.mobile-no-content-indent h3 {
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .icon-list.icon-list-mini.mobile-no-content-indent div {
    margin-left: 35px;
  }
}

#bildquelle {
  margin-bottom: 100px;
  background-color: white;
}

.icon-list-wrapper .column.left {
  margin-bottom: 0px;
}
.icon-list-wrapper .column.right {
  margin-bottom: 0px;
}
.icon-list-wrapper .icon-list {
  margin-top: 0px;
  margin-bottom: 0px;
}

.table-def {
  display: flex;
  flex-direction: column;
}
.table-def thead {
  display: none;
}
.table-def tbody {
  margin-bottom: 1rem;
}
.table-def tbody tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  clear: both;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.table-def tbody tr.reverse {
  flex-direction: column-reverse;
}
.table-def tbody tr td {
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  position: relative;
}
.table-def tbody tr td.value {
  padding-bottom: 1.5rem;
}
.table-def tbody tr td.value::after {
  content: attr(data-label);
  position: absolute;
  display: block;
  bottom: 0.5rem;
  right: 1rem;
  color: #243642;
}
.table-def tbody tr > :nth-child(even) {
  background-color: #fbffe9;
}
.table-def tbody tr td.key {
  font-weight: bold;
  background-color: #272561;
  color: white;
  text-transform: uppercase;
}
.table-def.no-uppercase tbody tr td.key {
  text-transform: none;
}
.table-def caption {
  text-align: left;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.5rem;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .table-def {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0.5em;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
  }
  .table-def thead {
    display: table-header-group;
    overflow: hidden;
    border-radius: 0.5em 0;
    background-color: #272561;
    color: white;
  }
  .table-def thead th {
    padding: 1rem;
    text-transform: uppercase;
  }
  .table-def.no-capital thead {
    text-transform: none;
  }
  .table-def thead th {
    text-transform: none;
  }
  .table-def tbody {
    display: table-row-group;
    margin-bottom: 0;
  }
  .table-def tbody tr {
    display: table-row;
    flex-direction: row;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .table-def tbody tr td {
    display: table-cell;
    width: auto;
    padding: 1rem;
    vertical-align: middle;
    position: static;
  }
  .table-def tbody tr td.key {
    background-color: white;
    color: black;
    text-transform: none;
    font-weight: normal;
  }
  .table-def tbody tr td.value::after {
    display: none;
  }
  .table-def caption {
    box-sizing: border-box;
    caption-side: bottom;
    text-align: right;
    font-size: 1em;
    padding: 0.5rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    font-weight: normal;
  }
}

@media only screen and (min-width: 750px) {
  .artikel .button-wrapper {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  #artikel-head.artikel .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
  .artikel .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .artikel h1 {
    margin-top: 25px;
    text-align: left;
  }
  .artikel .left {
    padding: 0px 15px 0px 0px;
  }
  .artikel .column-two.right {
    padding: 0px 0px 0px 15px;
  }
  .artikel .column-mid {
    margin-left: 25px;
    margin-right: 25px;
  }
  .icon-list-wrapper .column.left {
    margin-bottom: 25px;
  }
  .icon-list-wrapper .column.right {
    margin-bottom: 25px;
  }
}
.rechner {
  padding-bottom: 50px;
}
.rechner > .container {
  border-radius: 0.5rem;
  padding: 1rem;
  box-sizing: border-box;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.rechner > .container,
.rechner input,
.rechner select,
.rechner textarea {
  background-color: #dae9f3;
}
.rechner .button {
  width: 220px;
}

.ertragsrechner-form {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ertragsrechner-form .container {
  box-sizing: border-box;
  padding: 0;
  gap: 2rem;
  width: 100%;
  align-items: stretch;
}
.ertragsrechner-form .container .column-two {
  margin-bottom: 0;
  display: flex;
}
.ertragsrechner-form .container.horizontal {
  flex-direction: row;
  justify-content: space-around;
  gap: 0;
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (min-width: 750px) {
  .input-group {
    flex: 1 1 calc(50% - 1rem);
  }
}

.input-wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  justify-content: space-between;
}
.input-wrapper .inline {
  display: inline-block;
}
.input-wrapper .input-wrapper {
  gap: 0;
}

.input-label,
.input-suffix,
.input-number,
.ausrichtung-kardinal {
  display: inline-block;
  font-weight: 800;
}

.input-suffix {
  display: flex;
  align-items: start;
}
.input-suffix.bottom {
  align-items: center;
  transform: translateY(10%);
}

.input-label {
  display: flex;
  align-items: flex-start;
  position: relative;
  line-height: 1.4;
  gap: 1rem;
}
.input-label i {
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1em;
  text-align: center;
}

.input-number,
.ausrichtung-kardinal {
  font-size: 1.5rem;
  text-align: right;
}

.selektion {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 2px solid;
  border-color: #dae9f3;
  transform: translateY(-0.5rem);
  border: 1px solid -internal-auto-base(light-dark(#dae9f3, #dae9f3), currentColor);
}
.selektion:hover, .selektion:focus, .selektion:valid {
  border-color: #5eb5e8;
}

.slider-horizontal {
  box-sizing: border-box;
  width: 100%;
  margin-top: max(auto, 1.5rem);
  height: 2rem;
}

.slider-horizontal {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  outline: none;
}
.slider-horizontal::-webkit-inner-spin-button, .slider-horizontal::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.slider-horizontal::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  border: 2px solid #272561;
  transform: translateY(-8px);
}
.slider-horizontal::-moz-range-track {
  height: 8px;
  background: linear-gradient(to right, #272561, #5EB5E8);
  border-radius: 2rem;
}
.slider-horizontal::-webkit-slider-runnable-track {
  height: 8px;
  background: linear-gradient(to right, #272561, #5EB5E8);
  border-radius: 2rem;
}
.slider-horizontal.reverse::-moz-range-track {
  background: linear-gradient(to left, #272561, #5EB5E8);
}
.slider-horizontal.reverse::-webkit-slider-runnable-track {
  background: linear-gradient(to left, #272561, #5EB5E8);
}

.ausklappen-bundeslaender {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1rem;
}

.error-message {
  color: red;
  font-size: 0.9rem;
  margin: 0.2em 0 0.5em;
  display: none;
}
.error-message.visible {
  display: block;
}

.bundesland-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: space-between;
}
.bundesland-grid .bundesland-option {
  width: 100%;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  overflow: hidden;
}
@media only screen and (min-width: 750px) {
  .bundesland-grid .bundesland-option {
    flex: 1 1 calc(50% - 1rem);
  }
}
.bundesland-grid .bundesland-option.collapsed {
  opacity: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}
.bundesland-grid input[type=radio] {
  box-sizing: border-box;
  display: none;
}
.bundesland-grid label {
  display: flex;
  padding-left: 1rem;
  height: 3rem;
  justify-content: center;
  flex-direction: column;
  border-radius: 0.5rem;
  border: 1px solid black;
  background-color: white;
  color: black;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s, font-size 0.3s, font-weight 0.3s;
}
.bundesland-grid input[type=radio]:checked + label {
  background-color: #5EB5E8;
}
.bundesland-grid input[type=radio]:hover + label,
.bundesland-grid input[type=radio]:checked + label {
  font-size: 110%;
  font-weight: 600;
}

.reset-bundesland {
  margin-top: 1rem;
  display: inline-block;
  background: none;
  border: 1px dashed #666;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  cursor: pointer;
}
.reset-bundesland.hidden {
  display: none;
}

.slider-kreis {
  --dial-size: min(100%, 200px);
  --dial-radius: calc(var(--dial-size) / 2);
  position: relative;
  width: var(--dial-size);
  max-width: 300px;
  aspect-ratio: 1/1;
  border: 10px solid #272561;
  border-radius: 50%;
  margin: 50px auto;
}

.knopf {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(var(--dial-radius) * -1 - 32px));
  transform-origin: 50% var(--dial-radius);
  cursor: grab;
}
.knopf:active {
  cursor: grabbing;
}

.knopf-inneres {
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #272561; /* oder $primary-color */
  border-radius: 50%;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.knopf-inneres:hover, .knopf-inneres:active {
  transform: scale(1.2);
}

.neigungswinkel-icon {
  --rotate-x: 45deg;
  position: relative;
}
.neigungswinkel-icon::after {
  content: "";
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border: solid 2px #272561;
  background-color: #5EB5E8;
  border-radius: 5px;
  background-image: linear-gradient(to right, #272561 4px, transparent 4px), linear-gradient(to bottom, #272561 4px, transparent 4px);
  background-size: 37.3333333333px 100%, 100% 37.3333333333px;
  background-repeat: repeat;
  transform-style: preserve-3d;
  transform-origin: bottom center;
  transition: transform 0.3s ease;
  transform: perspective(500px) rotateX(var(--rotate-x));
}
.neigungswinkel-icon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 6px;
  background-color: #272561;
  border-radius: 3px;
  transform: translateX(-50%) translateY(var(--support-offset, 0px));
  z-index: 1;
  transition: transform 0.3s ease;
}

.second-block .number-wrapper {
  justify-content: center;
}

.ausrichtung-group {
  position: relative;
}
.ausrichtung-group .number-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  padding-right: 1rem;
}

.number-ausrichtung {
  width: 4ch;
  box-sizing: border-box;
}

.ausrichtung-kardinal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}

.neigungswinkel-group {
  justify-content: flex-start;
  gap: 2rem;
}
.neigungswinkel-group .column-two {
  justify-content: center;
}

.ergebnis-box {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 1rem;
}
.ergebnis-box.container {
  background-color: white;
  box-shadow: none;
}
.ergebnis-box.hidden {
  display: none;
}
.ergebnis-box h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  text-align: center;
}
.ergebnis-box .ertrag-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  text-align: center;
}
.ergebnis-box .ertrag-item {
  padding: 0.5rem;
}
.ergebnis-box .ertrag-item .label {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.25rem;
}
.ergebnis-box .ertrag-item .value {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}
.ergebnis-box .ertrag-item .unit {
  font-size: 0.75rem;
  color: #999;
}

input[type=number] {
  padding: 0.25rem 0 0.25rem 0.5rem;
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wrapper-erlaeuterung {
  margin-top: 2rem;
  padding: 0 2rem;
}/*# sourceMappingURL=rechner.style.css.map */