@charset "UTF-8";
.font-primary {
  color: #272561;
}

.primary-color {
  color: #1e3a5f;
}

.bg-primary-color {
  background-color: #1e3a5f;
}

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: 15px 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;
}

.primary-color {
  color: #1e3a5f;
}

.bg-primary-color {
  background-color: #1e3a5f;
}

.button-wrapper {
  display: block;
  margin-top: 25px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .button-wrapper {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

button,
.button-accent {
  display: block;
  color: #000;
  font-weight: 800;
  padding: 15px;
  border-radius: 50px;
}

button,
#weiter-button {
  margin-left: auto;
  margin-right: auto;
}

button {
  width: 180px;
  background: #1e3a5f;
  text-align: center;
}

.button-accent {
  text-align: center;
  overflow: hidden;
  background: #bce0fd;
  box-sizing: border-box;
  border: 1px solid black;
}
.button-accent.dark {
  color: white;
  background: #1e3a5f;
}

.font-primary {
  color: #272561;
}

.primary-color {
  color: #1e3a5f;
}

.bg-primary-color {
  background-color: #1e3a5f;
}

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;
  -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: #1e3a5f;
}

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: #bce0fd;
}

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

.font-primary {
  color: #272561;
}

.primary-color {
  color: #1e3a5f;
}

.bg-primary-color {
  background-color: #1e3a5f;
}

.bg-primary {
  background: #1e3a5f;
}

.bg-secondary {
  background-color: #bce0fd;
  color: black;
}

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

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

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

.background-gardient-primary {
  background-image: linear-gradient(to bottom, #1e3a5f, #1e3a5f, #1f4d89);
}

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

.font-primary {
  color: #272561;
}

.primary-color {
  color: #1e3a5f;
}

.bg-primary-color {
  background-color: #1e3a5f;
}

.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;
}
@media only screen and (min-width: 380px) {
  .plz-beratung {
    display: inline-block;
    color: #bce0fd;
  }
}

.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;
}
@media only screen and (max-width: 767px) {
  .plz-top-deal {
    padding: 12px 20px 12px 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;
  width: auto;
  height: 100%;
}

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

.box-cta.flex {
  background: #1e3a5f;
  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;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.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 h3 {
  color: #1e3a5f;
}
.box-artikel-content {
  padding: 25px 15px;
}
.box-artikel-content p {
  text-wrap: balance;
}

.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: #1e3a5f;
  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,
.color-box-blue,
.color-box-attention {
  padding: 25px;
  border-radius: 5px;
}

.color-box {
  background-color: #1e3a5f;
}
.color-box h2,
.color-box p,
.color-box .fa-solid {
  color: white;
}

.color-box-blue {
  background-color: #bce0fd;
}
.color-box-blue h2,
.color-box-blue p,
.color-box-blue .fa-solid {
  color: black;
}

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

@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: stretch;
  }
  .box-cta-img {
    display: block;
    margin-right: 25px;
    transform: scale(1.001);
  }
  .box-cta-img img {
    width: 100%;
    height: 100%;
    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 .plz-form {
    width: 450px;
  }
  .plz-box .form-wrapper {
    justify-content: space-around;
  }
  .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;
}

.primary-color {
  color: #1e3a5f;
}

.bg-primary-color {
  background-color: #1e3a5f;
}

.top-header {
  z-index: 999;
  position: sticky;
  top: -35.59px;
}
.top-header p {
  color: #fff;
}
@media only screen and (max-width: 350px) {
  .top-header p {
    font-size: 15px;
  }
}
.top-header {
  padding: 5px 0px;
  background: #1e3a5f;
}
.top-header span {
  display: none;
}

@media only screen and (min-width: 768px) {
  .top-header span {
    display: inline-block;
  }
}
.font-primary {
  color: #272561;
}

.primary-color {
  color: #1e3a5f;
}

.bg-primary-color {
  background-color: #1e3a5f;
}

header {
  position: sticky;
  width: 100%;
  top: 0;
  background-color: white;
  z-index: 999;
}
@media only screen and (max-width: 1023px) {
  header {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  }
}
header #header {
  position: relative;
  z-index: 3;
}
header .menu-cta {
  min-width: 200px;
}
header .container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  min-height: 77.59px;
}
header .container .cta-wrapper,
header .container .menu-icon {
  padding: 10px 0;
}
header .navigation {
  box-sizing: border-box;
  font-size: 22.4px;
  display: none;
  min-height: 100%;
  gap: 25px;
  padding-top: 5px;
  align-self: stretch;
  align-items: center;
}
header .navigation a {
  color: #1e3a5f;
  font-weight: 800;
}
header .cta-wrapper {
  display: none;
}
header .nav-item.has-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
header .nav-item.has-dropdown .menu-hoverArea {
  display: flex;
  align-items: center;
}
header .nav-item.has-dropdown.active a {
  color: #1f4d89;
}

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

@media only screen and (min-width: 1024px) {
  header nav.navigation {
    display: flex;
  }
  header .button-wrapper {
    margin-top: 0;
    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;
  }
}
#nav-panel {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #nav-panel {
    display: block;
  }
}
#nav-panel {
  background-color: white;
  overflow-y: visible;
  position: absolute;
  z-index: 2;
  top: 76px;
  left: 0;
  right: 0;
  margin: 0;
  box-sizing: border-box;
  cursor: default;
}
#nav-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  background-color: #bce0fd;
}
#nav-panel .nav-panel-inner {
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  transition: translate 0.25s ease-in-out, max-height 0.25s ease-in-out, height 0.25s ease-in-out;
}
#nav-panel .nav-panel-inner > * {
  position: relative;
  z-index: 1;
}
#nav-panel .nav-panel-inner::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: solid white 1px;
  transition: border-color 0.25s ease-in-out;
}
#nav-panel .nav-panel-inner::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 76px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  transition: height 0.25s ease-in-out;
}
#nav-panel.is-out .nav-panel-inner {
  max-height: 254px;
}
#nav-panel.is-out .nav-panel-inner::before {
  border-bottom: solid #1e3a5f 1px;
}
#nav-panel.is-out .nav-panel-inner::after {
  height: 330px;
}
#nav-panel .nav-panel-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
}

.nav-panel-left,
.nav-panel-right {
  box-sizing: border-box;
  padding: 25px 0;
}
.nav-panel-left a,
.nav-panel-right a {
  padding: 2.5px 0;
  font-size: 19.2px;
  font-weight: 800;
}

.nav-panel-left {
  width: 255px;
  display: flex;
  justify-content: flex-start;
  margin: 0;
  margin-left: 85px;
}
.nav-panel-left .dropdown-link-element {
  max-width: 200px;
}
.nav-panel-left .dropdown-link-element a {
  background-color: #bce0fd;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  align-items: center;
  transition: transform 0.25s ease-in-out, width 0.25s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out, filter 0.25s ease-in-out;
}
.nav-panel-left .dropdown-link-element .icon {
  transition: filter 0.25s ease-in-out, transform 0.25s ease-in-out;
  filter: none;
}
.nav-panel-left .dropdown-link-element.active a {
  background-color: #1e3a5f;
  color: white;
}
.nav-panel-left .dropdown-link-element.active a .icon {
  filter: brightness(0) invert(1);
}
.nav-panel-left .dropdown-link-element.active a .icon {
  transform: scale(1.15);
}

.nav-panel-right {
  max-width: 533px;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  margin: 0;
  margin-top: 1px;
  background-color: white;
  padding-left: 50px;
}
.nav-panel-right .nav-panel-element {
  transition: transform 0.25s ease-in-out;
  transform: translateY(calc(-100% + 77px));
}
.nav-panel-right a {
  box-sizing: border-box;
  padding: 5px;
  cursor: pointer;
  transition: transform 0.25s ease-in-out, width 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.nav-panel-right .dropdown-links {
  display: block;
  position: relative;
}
.nav-panel-right .dropdown-link-element a:hover {
  width: 91%;
  transform: scale(1.1) translateX(4.5%);
}

.dropdown-links {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
}

.dropdown-links-nested {
  box-sizing: border-box;
  position: absolute;
  display: flex;
  flex-direction: column;
  inset: 0;
  will-change: transform, opacity;
  opacity: 0;
  transform: translateY(0);
  pointer-events: none;
  /*
  Zuerst : Enter-From Klasse um zur Start-Position teleportieren
  Dann : Visible -> Außerhalb des Sichtfelds sichtbar machen und in die mitte sliden

  Bei Exit:
  Zuerst: Exit-Klasse zum ausblenden und raussliden
  Dann : Wenn Animation vorbei, visible Klasse entfernen (und exit, enter-from),
  sonst slided das Element sichtbar zur neuen Position, wenn es das nächste Mal enter-from bekommt (sollte ja teleportierten)
  */
}
.dropdown-links-nested.enter-from-top {
  transform: translateY(-254px);
}
.dropdown-links-nested.enter-from-bottom {
  transform: translateY(254px);
}
.dropdown-links-nested.visible {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transform: translateY(0);
}
.dropdown-links-nested {
  /* Exit-Varianten (werden per JS kurz gesetzt) */
}
.dropdown-links-nested.exit-up {
  opacity: 0;
  transform: translateY(-254px);
}
.dropdown-links-nested.exit-down {
  opacity: 0;
  transform: translateY(254px);
}
.dropdown-links-nested.exit-up, .dropdown-links-nested.exit-down {
  pointer-events: none;
}

.dropdown-link-wrapper {
  width: 100%;
}

.dropdown-link-element {
  display: flex;
}
.dropdown-link-element a {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.dropdown-link-element .icon {
  transition: transform 0.25s ease-in-out;
  width: 26px;
  height: 26px;
}

#anchor-links-treppenlift {
  height: 203px;
}

.logo {
  box-sizing: border-box;
  height: 60px;
  padding: 0 !important;
}
.logo a {
  display: block;
  height: 60px;
  width: 60px;
  margin: 0px;
  padding: 0px;
}

.font-primary {
  color: #272561;
}

.primary-color {
  color: #1e3a5f;
}

.bg-primary-color {
  background-color: #1e3a5f;
}

/*_____HERO*/
.hero {
  position: relative;
  padding-top: 150px;
  height: 200px;
  background-position: right 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: #1e3a5f;
  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;
    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 {
    height: 500px;
  }
  #hero .headline-wrapper {
    max-width: 560px;
    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;
}

.primary-color {
  color: #1e3a5f;
}

.bg-primary-color {
  background-color: #1e3a5f;
}

/* 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: 15px 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] {
  cursor: pointer;
}
#konfigurator input[type=radio]:checked {
  background-color: #1e3a5f;
}
#konfigurator input {
  border: 1px solid #1e3a5f;
}
#konfigurator h3 {
  text-wrap: balance;
}
#konfigurator .container {
  padding: 15px 0px 0px 0px;
  gap: 15px;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #konfigurator .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #konfigurator .container label {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  #konfigurator .container:has(:nth-child(4)) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  #konfigurator .container:has(> :nth-child(2)):not(:has(> :nth-child(3))) label {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  #konfigurator .container:has(> :nth-child(2)):not(:has(> :nth-child(3))) > :first-child {
    justify-self: end;
  }
  #konfigurator .container:has(> :nth-child(2)):not(:has(> :nth-child(3))) > :nth-child(2) {
    justify-self: start;
  }
}
#konfigurator .container > label {
  box-sizing: border-box;
  display: block;
}
@media only screen and (min-width: 768px) {
  #konfigurator .container > label {
    width: min(100%, 420px);
  }
}
#konfigurator #form-konfig .container {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  #konfigurator #form-konfig .container #konfigurator .container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
#konfigurator .konfig-headline-wrapper {
  padding: 15px 5px;
  background: #1e3a5f;
  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 {
  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 #1e3a5f;
  border-radius: 5px;
  padding: 5px;
  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 #1e3a5f;
  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 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  justify-content: space-between;
  padding: 10px calc(5% + 5px);
}
#konfigurator .auszeichnung > div {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  #konfigurator .auszeichnung {
    max-width: 500px;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
#konfigurator .last-request {
  text-align: center;
}
#konfigurator .progressbar {
  height: 4px;
  width: 100%;
  background-color: #c1c1c1;
}
#konfigurator .progress {
  height: 4px;
  width: 10%;
  background: rgba(188, 224, 253, 0.75);
  transition: all 0.2s;
}
#konfigurator .konfig-benefits {
  padding: 5px;
  background: #1e3a5f;
  border-radius: 0px 0px 5px 5px;
  color: #fff;
}
#konfigurator .fa-check {
  color: #bce0fd;
}
#konfigurator form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
}
#konfigurator .stepmontageort,
#konfigurator .stepetagen,
#konfigurator .steptreppentyp,
#konfigurator .stepeinbaudatum,
#konfigurator .plz-konfig-wrapper,
#konfigurator .form-konfig-wrapper,
#konfigurator .danke-step {
  display: none;
}
@media only screen and (max-width: 767px) {
  #konfigurator #stepmontageort .flex-konfigurator,
  #konfigurator #steptreppentyp .flex-konfigurator,
  #konfigurator #stepeinbaudatum .flex-konfigurator {
    gap: 1.2rem;
  }
}
#konfigurator #plz-konfig .container {
  display: flex;
  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: 25px 0 0 0;
}
#konfigurator #plz-konfig #plz-konfig-input {
  background-color: #fff;
  text-align: center;
  padding: 15px 25px;
  border: 1px solid #1e3a5f;
  border-radius: 5px;
}
#konfigurator #plz-konfig #plz-konfig-input:hover {
  border-color: rgba(31, 77, 137, 0.8);
}
#konfigurator #plz-konfig #plz-konfig-input:focus, #konfigurator #plz-konfig #plz-konfig-input:focus-visible {
  border-color: rgba(31, 77, 137, 0.8);
  box-shadow: 0 0 0 1px rgba(31, 77, 137, 0.8);
  outline: none;
}
#konfigurator #plz-konfig #error-plz {
  opacity: 0;
  margin-bottom: -15px;
}
#konfigurator #plz-konfig .hinweis-plz {
  margin-top: 9px;
  text-align: center;
}
#konfigurator #plz-konfig .hinweis-plz-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px 8px;
  background-color: #1e3a5f;
  font-weight: 800;
  color: #fff;
  border-radius: 100%;
}
#konfigurator #plz-konfig .button-wrapper {
  margin-top: 9px;
}
#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: #1e3a5f;
}
#konfigurator #form-konfig .form-sidebar h3 span {
  background-color: #1e3a5f;
  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 {
  display: flex;
  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: #1e3a5f;
}
#konfigurator #form-konfig .pflichfelder-hinweis {
  text-align: right;
  display: block;
  margin-bottom: 15px;
}
#konfigurator #form-konfig input {
  width: calc(100% - 32px);
  padding: 15px;
  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 label {
    height: 130px;
  }
  #konfigurator .flex-konfigurator {
    flex-direction: column;
  }
  #konfigurator .radio-box-wrapper {
    position: relative;
    right: 0px;
    margin-top: 10px;
  }
}
@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 .questions {
    margin-top: 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;
  }
}
@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;
  }
}
@media only screen and (max-width: 549px) {
  .konfig-img-wrapper img {
    transform: scale(1.2) translateX(5px);
  }
  #stepetagen .konfig-img-wrapper img {
    transform: scale(1.1) translateX(2px);
  }
  #stepetagen .flex-konfigurator {
    gap: 0.5rem;
  }
  #steplifttyp .flex-konfigurator {
    gap: 1.8rem;
  }
  #steplifttyp #hubliftlabel img {
    transform: scale(1.6) translateX(8px);
  }
}
@media only screen and (min-width: 550px) {
  .konfig-img-wrapper {
    width: 66px;
    height: 91.5px;
  }
  .konfig-img-wrapper img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
  .konfig-img-wrapper img {
    margin-left: 0.5rem;
  }
}
@media only screen and (min-width: 550px) {
  .steps label {
    height: auto !important;
  }
  #hublift-box .konfig-img-wrapper,
  #outdoorlift-box .konfig-img-wrapper,
  #indoorlift-box .konfig-img-wrapper {
    transform: scale(1.33) translateY(-11px);
  }
  #hublift-box .konfig-img-wrapper.adjust2,
  #outdoorlift-box .konfig-img-wrapper.adjust2,
  #indoorlift-box .konfig-img-wrapper.adjust2 {
    transform: scale(1.33) translateY(-7px);
  }
  #mehrals6label .konfig-img-wrapper,
  #bissechsmonatelabel .konfig-img-wrapper,
  #bisdreimonatelabel .konfig-img-wrapper,
  #schnelllabel .konfig-img-wrapper {
    transform: scale(1.2) translateY(-4px);
  }
  .flex-konfigurator {
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 550px) and (min-width: 768px) {
  .flex-konfigurator {
    gap: 0;
  }
}
.konfig-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 90%;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .konfig-nav {
    max-width: 585px;
  }
}

.nav-button {
  box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  border: 1px solid #1e3a5f;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-weight: bold;
}
.nav-button svg {
  transition: all 0.5s;
}
.nav-button.prev {
  margin-left: 1rem;
}
.nav-button.prev svg {
  margin-right: 0.5rem;
}
.nav-button.next {
  margin-right: 0.5rem;
}
.nav-button.next svg {
  margin-left: 0.5rem;
}
.nav-button {
  background-color: #1e3a5f;
  opacity: 0;
}
.nav-button.active {
  cursor: pointer;
  opacity: 1;
}
.nav-button.active:hover {
  background-color: white;
  color: black;
  border-color: black;
}
.nav-button.active:hover.prev svg {
  transform: translateX(-0.35rem);
}
.nav-button.active:hover.next svg {
  transform: translateX(0.35rem);
}
.nav-button.locked {
  cursor: default;
  opacity: 0.5;
  filter: grayscale(1);
}
.nav-button.hidden {
  opacity: 0;
  pointer-events: none;
}

html.js-ready .nav-button {
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

#konfigurator .input-wrapper {
  position: relative;
  display: flex;
}
#konfigurator .checked {
  width: 100%;
  height: 100%;
  position: absolute;
  color: white;
  transform: scale(0.66);
  font-size: 8px;
}
#konfigurator input[type=radio] {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #konfigurator .konfig-img-wrapper.adjust1 {
    transform: translateY(-8px);
  }
}
@media only screen and (max-width: 549px) {
  #konfigurator .konfig-img-wrapper.adjust1 {
    transform: translateY(-5px);
  }
}
@media only screen and (max-width: 549px) {
  #konfigurator .konfig-img-wrapper.adjust2 {
    transform: translateY(-10px) !important;
  }
}
@media only screen and (max-width: 767px) {
  #konfigurator .konfig-img-wrapper.adjust3 {
    transform: translateY(-5px);
  }
}
@media only screen and (max-width: 767px) {
  #konfigurator .konfig-img-wrapper.adjust4 {
    transform: translateY(2px);
  }
}
@media only screen and (max-width: 549px) {
  #konfigurator .konfig-img-wrapper.adjust4 {
    transform: translateY(4px) !important;
  }
}
@media only screen and (max-width: 767px) {
  #konfigurator .konfig-img-wrapper.adjust5 {
    transform: translateY(2px);
  }
}
@media only screen and (max-width: 549px) {
  #konfigurator .konfig-img-wrapper.adjust5 {
    transform: translateY(3px) !important;
  }
}
#konfigurator .konfig-img-wrapper.adjust6 {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  #konfigurator .konfig-img-wrapper.adjust6 {
    transform: translateY(-5px) scale(1.15);
  }
}
@media only screen and (max-width: 549px) {
  #konfigurator .konfig-img-wrapper.adjust6 {
    transform: translateY(-2px) scale(1.15) !important;
  }
}
@media only screen and (min-width: 768px) {
  #konfigurator .konfig-img-wrapper.adjust6 {
    transform: translateY(-8px) scale(1.25);
  }
}

/* || KONFIGURATOR STYLES END */
#bewertung .bewertung-img {
  margin: 0px auto;
}

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

.font-primary {
  color: #272561;
}

.primary-color {
  color: #1e3a5f;
}

.bg-primary-color {
  background-color: #1e3a5f;
}

#sofunktionierts {
  margin: 25px 0;
}
#sofunktionierts h2 {
  padding-bottom: 25px;
}
#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 #1e3a5f;
  z-index: 0;
  transform: translate(22px, 44px);
  height: 100%;
}
.sofunktionierts-wrapper .sofunktionierts-box:last-of-type {
  margin-bottom: 0;
}

.sofu-content {
  width: 80%;
}

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

.part.bg-primary {
  border: 2px solid #1e3a5f;
}

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

.part-first {
  color: #fff;
}

@media only screen and (min-width: 380px) {
  .plz-beratung {
    display: inline-block;
    color: #1e3a5f;
  }
}
@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) {
  .head-container {
    margin-bottom: 0;
  }
  #sofunktionierts h2 {
    font-size: 1.8em;
  }
  footer {
    margin-top: 25px;
  }
  #sofunktionierts .pre-headline {
    font-size: 1.8em;
  }
}
.font-primary {
  color: #272561;
}

.primary-color {
  color: #1e3a5f;
}

.bg-primary-color {
  background-color: #1e3a5f;
}

#offer .flex {
  flex-direction: column;
}
#offer p {
  color: black;
}
#offer h2 strong {
  color: black;
}
#offer h2 span {
  color: #1e3a5f;
}

.offer-img {
  order: 0;
  width: 100%;
  height: 300px;
  background-image: url("/assets/img/treppenlift00-400.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  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/treppenlift00-800.jpg");
  }
}
#offer h2 {
  padding-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  #offer h2 {
    font-size: 1.2em;
  }
  #offer .flex {
    flex-direction: row;
  }
  #offer .offer-content {
    width: 100%;
  }
  #offer .offer-img {
    background-image: url("/assets/img/treppenlift00-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: 50px;
}
#kundenbewertung h2 {
  margin-bottom: 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;
}

.primary-color {
  color: #1e3a5f;
}

.bg-primary-color {
  background-color: #1e3a5f;
}

#faq h2 {
  margin-bottom: 0;
}

#faq .faq-box,
#werbliche-hinweise .faq-box {
  margin: 0px auto 0 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;
  margin-bottom: 0;
  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;
  }
}

#faqfragen {
  gap: 20px;
  padding-bottom: 5px;
}
#faqfragen.container {
  flex-direction: column;
}

#werbliche-hinweise {
  margin: 0px auto;
  max-width: 500px;
}
#werbliche-hinweise .faq-box {
  margin-bottom: 0;
}
#werbliche-hinweise .antwort p {
  margin-top: 15px;
}
#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);
}

.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;
}
.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;
}
@media (hover: hover) and (pointer: fine) {
  .faq-box .fragen .faq-close-wrapper:hover, .faq-box .fragen .faq-close-wrapper:active {
    cursor: pointer;
  }
}
.faq-box .fragen .faq-close-wrapper {
  /* Touchgeräte: hover deaktivieren, nur beim Drücken highlighten */
}
@media (hover: none) and (pointer: coarse) {
  .faq-box .fragen .faq-close-wrapper:hover {
    box-shadow: none;
  }
}
.faq-box .fragen .faq-close-wrapper {
  /* Tastatur-Accessibility */
}
.faq-box .fragen .faq-close-wrapper .faq-close-wrapper:focus-visible {
  outline: 2px solid #1e3a5f;
  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 {
  /* X-Form (offen) */
}
.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);
}

.font-primary {
  color: #272561;
}

.primary-color {
  color: #1e3a5f;
}

.bg-primary-color {
  background-color: #1e3a5f;
}

/*_____FOOTER*/
#footer {
  margin-top: max(25px, auto);
  padding-top: 25px;
  background-color: #bce0fd;
}
#footer .container.footer-grid {
  max-width: min(90%, 1090px);
  display: grid;
  row-gap: 50px;
  -moz-column-gap: 25px;
       column-gap: 25px;
  /* Mobile default: alles untereinander */
  grid-template-columns: 1fr;
  grid-template-areas: "entdecken" "mitmachen" "kontakt" "about";
}
@media (min-width: 550px) {
  #footer .container.footer-grid {
    /* Ab 550px:
    2 Spalten / 2 Reihen:
    oben: entdecken | kontakt
    unten: mitmachen | about */
    grid-template-columns: 1fr minmax(280px, 1fr);
    grid-template-areas: "entdecken kontakt" "mitmachen about";
  }
}
@media (min-width: 1024px) {
  #footer .container.footer-grid {
    justify-content: space-around;
  }
}
@media (min-width: 1366px) {
  #footer .container.footer-grid {
    /* Ab 1366px:
    alles in einer Reihe:
    entdecken -> mitmachen -> kontakt -> about */
    grid-template-columns: 1fr 1fr minmax(280px, 1fr) 280px;
    grid-template-areas: "entdecken mitmachen kontakt about";
  }
}
#footer .container.footer-grid.-partner-werden {
  /* Mobile default: alles untereinander */
  grid-template-columns: 1fr;
  grid-template-areas: "entdecken" "mitmachen" "kontakt";
}
@media (min-width: 550px) {
  #footer .container.footer-grid.-partner-werden {
    grid-template-columns: 1fr minmax(280px, 1fr);
    grid-template-areas: "entdecken entdecken" "mitmachen mitmachen" "kontakt   kontakt";
  }
}
@media (min-width: 590px) {
  #footer .container.footer-grid.-partner-werden {
    grid-template-columns: 1fr minmax(280px, 1fr);
    grid-template-areas: "entdecken kontakt" "mitmachen mitmachen";
  }
}
@media (min-width: 1024px) {
  #footer .container.footer-grid.-partner-werden {
    justify-content: space-around;
    grid-template-columns: 1fr 1fr minmax(280px, 1fr);
    grid-template-areas: "entdecken mitmachen kontakt";
  }
}
#footer {
  /* Zuordnung der Bereiche */
}
#footer .footer-entdecken {
  grid-area: entdecken;
}
#footer .footer-mitmachen {
  grid-area: mitmachen;
}
#footer .footer-kontakt {
  grid-area: kontakt;
}
#footer .footer-about {
  grid-area: about;
}
#footer a {
  color: black;
}
#footer .fa-phone,
#footer .fa-comment-dots,
#footer h3,
#footer .footer-phone,
#footer .phone-link {
  color: #1e3a5f;
}
#footer .fa-phone,
#footer .footer-phone {
  font-size: 25.6px;
}
#footer .fa-phone {
  margin-right: 15px;
  margin-bottom: 0;
}
#footer .fa-user-helmet-safety {
  margin-right: 12px;
}
#footer .footer-social {
  display: flex;
}
#footer .social-circle {
  margin-right: 5px;
}
#footer .social-circle svg {
  margin: 0px;
  color: #fff;
}
#footer .social-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1e3a5f;
  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:hover {
  background: #1f4d89;
  transform: scale(110%);
  transition: all 0.2s;
}
#footer .footer-phone a {
  font-weight: 800;
}
#footer hr {
  width: 90%;
  height: 0px;
  border: 1px solid #1e3a5f;
}
#footer .footer-rechtliches {
  display: flex;
  flex-direction: row;
  padding: 15px 0 25px;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  #footer .footer-rechtliches {
    justify-content: space-around;
  }
}
#footer .footer-container {
  display: flex;
  flex-direction: column;
}
#footer .footer-container > * {
  margin: 0;
}
#footer .footer-container {
  --flow-space: 15px;
}
#footer .footer-container > * + * {
  margin-block-start: var(--flow-space);
}
#footer .footer-container > h2 + * {
  --flow-space: 10px;
}
#footer .footer-box {
  background-color: #1e3a5f;
  padding: 15px;
}
#footer .footer-box .footer-links,
#footer .footer-box .fa-phone {
  font-size: 16px;
}
#footer .footer-box .partner-werden {
  margin-bottom: 15px;
}
#footer .footer-box h3,
#footer .footer-box a,
#footer .footer-box .fa-phone,
#footer .footer-box .fa-user-helmet-safety {
  color: white;
}
#footer .footer-box {
  box-sizing: border-box;
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  border-radius: 5px;
}

.lk-toast {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  padding: 0.65rem 0.9rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.2;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.lk-toast.is-visible {
  opacity: 1;
}

#header {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.konfig-wrapper {
  position: relative;
}

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

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

@media only screen and (min-width: 768px) {
  #hero.hero {
    background-image: url("/assets/img/treppenlift-home-hero-1000.jpg");
    height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  #hero.hero {
    background-image: url("/assets/img/treppenlift-home-hero-1800.jpg");
    height: 250px;
  }
}
#kundenbewertung h2 {
  text-wrap: balance;
  padding: 0 15px;
}

h2 strong,
h3 strong {
  color: #1e3a5f;
  text-wrap: balance;
}

#faq {
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {
  #kundenbewertung h2,
  #faq h2 {
    font-size: 1.8em;
  }
}
.balanced {
  text-wrap: balance;
}

h2 {
  text-wrap: balance;
}/*# sourceMappingURL=formular.css.map */