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

.font-primary {
  color: #272561;
}

.plz-form {
  border: 2px solid #0040b8;
  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: 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;
}

.font-primary {
  color: #272561;
}

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

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

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

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

.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/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%;
  }
}
.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);
}

.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: 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;
  }
}
.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 {
  color: #d827a5;
}
.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: #0040b8;
}
.author.flex .author-datum {
  font-size: 0.8em;
}

#inhaltsverzeichnis {
  border-radius: 5px;
  padding: 25px;
  background-color: rgb(5, 123, 235);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
#inhaltsverzeichnis .verzeichnis-headline {
  font-weight: 800;
  font-size: 1.2em;
  color: #fff;
}
#inhaltsverzeichnis .verzeichnis-item.flex {
  justify-content: start;
  margin-bottom: 10px;
  color: #fff;
}
#inhaltsverzeichnis .verzeichnis-item.flex a {
  font-weight: 800;
  color: #fff;
}
#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;
}

.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: rgb(239.4, 168.6, 219);
}
.table-def tbody tr td.key {
  font-weight: bold;
  background-color: #0040b8;
  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: #0040b8;
    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;
  }
}
.no-wrap {
  white-space: nowrap;
}/*# sourceMappingURL=artikel.style.css.map */