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

.font-primary {
  color: #272561;
}

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

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

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

#submit-top-deal {
  background: #bce0fd;
  color: black;
  border: black 1px solid;
}

.plz-box .plz-beratung {
  color: #1e3a5f;
}

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

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

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

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

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

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

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

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

.mobile-menu {
  position: fixed;
  box-sizing: border-box;
  min-width: min(400px, 100vw);
  max-width: min(400px, 100vw);
  top: 0;
  right: 0;
  bottom: 0;
  height: 100dvh;
  background-color: #1e3a5f;
  color: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.25s ease;
}
.mobile-menu .menu-cta {
  min-width: 200px;
}
.mobile-menu .fa-phone {
  color: #fff;
  margin-bottom: 6px;
}
.mobile-menu ul {
  list-style: none;
  text-decoration: none;
  padding: 0px;
  width: 100%;
  font-size: 16px;
}
.mobile-menu a {
  font-size: 16px;
}
.mobile-menu .mobile-menu-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow-y: auto;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  box-sizing: border-box;
  width: 100%;
  padding: 0 25px;
}
.mobile-menu .mobile-menu-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu .mobile-menu-link {
  position: relative;
}
.mobile-menu {
  /* START: Button (chevron button "/\" und "\/" ) */
}
.mobile-menu .chev-btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.mobile-menu .chev-btn {
  --rot-left: -45deg;
  --rot-right: 45deg;
  --overlap: 1px;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: translate(0, -6px);
  transition: all 0.25s;
}
.mobile-menu .chev-btn.closed {
  --rot-left: 45deg;
  --rot-right: -45deg;
  transform: translate(0, 2.4px);
}
.mobile-menu .chev-btn::before, .mobile-menu .chev-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 12px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.25s ease;
  will-change: transform;
}
.mobile-menu .chev-btn::before {
  transform-origin: 100% 50%;
  transform: translate(calc(-100% + var(--overlap)), -50%) rotate(var(--rot-left));
}
.mobile-menu .chev-btn::after {
  transform-origin: 0% 50%;
  transform: translate(calc(0% - var(--overlap)), -50%) rotate(var(--rot-right));
}
.mobile-menu {
  /* ENDE : Button (chevron button "/\" und "\/" ) */
}

.mobile-menu-show {
  transform: translateX(0);
}

.mobile-menu-hide {
  transform: translateX(100%);
}

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

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

.mobile-menu-header {
  border-bottom: 1px solid #fff;
  height: 67px;
  flex: 0 0 auto;
}
.mobile-menu-header .container {
  align-items: center;
  min-height: 100%;
}

ul.mobile-menu-links {
  width: 100%;
  margin: 0;
}
ul.mobile-menu-links.nested-links {
  width: auto;
  box-sizing: border-box;
  margin-left: 25px;
  transition: max-height 0.25s ease-in-out;
  overflow: hidden;
  max-height: 300px;
}
ul.mobile-menu-links.nested-links.collapsed {
  max-height: 0;
}
ul.mobile-menu-links.nested-links .mobile-menu-item:last-of-type {
  border-bottom: 0;
}
ul.mobile-menu-links li {
  padding: 10px 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
ul.mobile-menu-links li a {
  color: #fff;
}
ul.mobile-menu-links .fa-angle-left {
  float: right;
}

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

@media only screen and (min-width: 1024px) {
  .menu-icon {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
}
#mobile-menu {
  overflow: hidden;
  gap: 15px;
  padding-bottom: 15px;
}
#mobile-menu .mobile-menu-item > .mobile-menu-link {
  display: block;
}
#mobile-menu .mobile-menu-link {
  padding-right: 25px;
}
#mobile-menu .mobile-menu-row {
  display: flex;
  justify-content: space-between;
}

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

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

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

@media only screen and (min-width: 400px) {
  .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
    font-size: 1em;
  }
}
.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;
}

.lexikon .fa-circle-check {
  color: #bce0fd;
}
.lexikon .illustration {
  width: 100%;
}
.lexikon .container {
  flex-direction: column;
  padding-top: 0px;
}
.lexikon h1,
.lexikon h2,
.lexikon h3 {
  font-weight: 800;
  text-align: left;
}
.lexikon h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.lexikon .column-two {
  width: 100%;
}
.lexikon .column {
  width: 100%;
  margin-bottom: 25px;
}

.lexikon-head {
  padding-top: 0px;
}
.lexikon-head h1,
.lexikon-head p {
  text-align: left;
}

h1 .subheadline {
  font-weight: 400;
  font-size: 19.2px;
}

.lexikon-navigation ul {
  display: none;
}

.lexikon-group a {
  color: #000;
  transition: all 0.2s;
  font-weight: 800;
}
.lexikon-group a:hover {
  color: #bce0fd;
  transition: all 0.2s;
}
.lexikon-group {
  flex-direction: column;
}
.lexikon-group .column-three {
  width: 100%;
  margin-right: 30px;
  margin-bottom: 0px;
}
.lexikon-group {
  border-bottom: 1px solid #c1c1c1;
}

@media only screen and (min-width: 750px) {
  .lexikon .button-wrapper {
    margin-left: 0px;
  }
  .lexikon-head {
    padding-top: 0px;
  }
  .lexikon-head h1,
  .lexikon-head p {
    text-align: center;
  }
  .lexikon-navigation ul {
    display: block;
    margin-top: 50px;
  }
  .lexikon-navigation ul li {
    cursor: pointer;
    border: 0px;
    font-weight: 800;
    display: inline;
    padding: 0 15px 15px;
    margin: -4px;
    border-bottom: 2px solid #c1c1c1;
    transition: all 0.25s;
  }
  .lexikon-navigation ul li a {
    color: #000;
    font-weight: 800;
  }
  .lexikon-navigation ul li:hover {
    display: inline;
    padding: 0 15px 15px;
    border-color: #1e3a5f;
    transition: all 0.25s;
  }
  .lexikon-navigation ul li:hover a {
    color: #1e3a5f;
  }
  .lexikon-group {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .lexikon .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .lexikon h1 {
    margin-top: 25px;
    text-align: left;
  }
  .lexikon .column-two.left {
    padding: 0px 15px 0px 0px;
  }
  .lexikon .column-two.right {
    padding: 0px 0px 0px 15px;
  }
  .lexikon .column-mid {
    margin-left: 25px;
    margin-right: 25px;
  }
  .lexikon-group {
    justify-content: space-between;
  }
  .lexikon-group .column-three {
    width: 100%;
    margin-right: 30px;
  }
}
.cta .button-accent::before {
  display: contents;
}

.hero .button-accent::before {
  display: none;
}
.hero .button-accent::after {
  display: none;
}

main {
  padding-bottom: 25px;
}/*# sourceMappingURL=lexikon.style.css.map */