@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirLTStd-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirLTStd-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirLTStd-Heavy.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirLTStd-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirLTStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenir Roman;
  src: url('../fonts/AvenirLTStd-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: black;
  --brown: #b9aa99;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  text-align: center;
  letter-spacing: 15px;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 900;
}

.paragraph {
  color: #333333a8;
  text-align: center;
  padding-top: 49px;
  padding-bottom: 50px;
}

.landingpage {
  align-items: center;
  width: 100vw;
  height: 90vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

._1440px {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

._1440px.section-vorsorge {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1440px;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Avenirltstd;
  font-weight: 500;
  position: relative;
}

._1440px.section-landingpage {
  align-items: flex-start;
  width: 80%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Avenir, sans-serif;
  font-weight: 900;
  position: relative;
  overflow: visible;
}

._1440px.navigation90 {
  width: 80%;
  max-width: 1440px;
  padding-left: 0%;
  padding-right: 0%;
}

._1440px.section-downloads {
  align-items: flex-start;
  width: 80%;
  max-width: 1440px;
  padding-left: 0%;
  padding-right: 0%;
}

._1440px.fusszeilen-wrapper {
  padding-left: 0%;
  padding-right: 0%;
}

._1440px.impressum {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.navigation {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.nav-links {
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  padding-left: 40px;
  line-height: 1.5em;
  display: flex;
}

.div-line {
  background-color: #0000001a;
  width: 100%;
  max-width: none;
  height: .5px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.div-line.div-line-fusszeile {
  height: 1px;
  margin-top: 2px;
  padding-top: 0;
}

.logo-pk {
  max-width: none;
  margin-left: 20px;
  padding-left: 0;
  display: block;
}

.link {
  color: var(--black);
  letter-spacing: 1.2px;
  font-family: Avenir, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .15s ease-in-out;
}

.link:hover {
  transform: translate(0, -2px);
}

.link.w--current {
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
  transition-duration: .1s;
  transition-timing-function: ease-in-out;
  display: none;
}

.link.w--current:hover {
  transform: translate(0, -2px);
}

.link.kontakt-ffnungszeiten {
  color: #000;
  padding-right: 20px;
  line-height: 1em;
}

.wrapper-navlinks {
  display: flex;
}

.text-header {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  position: relative;
}

.hero-subtitle {
  padding-bottom: 15px;
  font-family: Avenir Roman, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.hero-title {
  padding-bottom: 100px;
  font-family: Avenir, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.5em;
}

.div-button {
  width: auto;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0%;
}

.button {
  background-color: #b9aa99;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  min-width: 350px;
  height: 76px;
  min-height: 76px;
  padding-left: 32px;
  padding-right: 72px;
  line-height: 21px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 0 6px 15px 6px #b9aa994d;
}

.button:hover {
  transform: translate(0, -5px);
}

.image-2 {
  padding-right: 0;
}

.text-block {
  color: #fff;
  padding-bottom: 4px;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

.text-block-button {
  padding-left: 0;
}

.text-block-2 {
  color: #fff;
  font-family: Avenir Roman, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.vorsorge {
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 100px;
}

.div-bild-vorsorge {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.div-text {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  position: relative;
}

.div-color-backround {
  background-color: #b9aa9966;
  width: 100%;
  min-width: 0;
  max-width: 400px;
  height: 100%;
  min-height: 400px;
  max-height: 400px;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.image-3 {
  z-index: 1;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 400px;
  position: absolute;
  inset: -3% 0% 0% -3%;
}

.navigation-top {
  z-index: 999;
  background-color: #fff;
  height: 10vh;
  position: static;
  inset: 0% 0% auto;
}

.h1 {
  margin-top: 0;
  font-family: Avenir, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5em;
}

.h1.h1-formulare {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.h1.team-h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
}

.h1.team-h1.anmeldung-erfolgreich {
  text-align: center;
  font-size: 36px;
}

.h1.h1-vorsorge {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.body-text {
  padding-bottom: 40px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.body-text.downloads-text {
  padding-bottom: 0;
}

.body-text.text-team {
  width: auto;
  max-width: 900px;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Avenir, sans-serif;
}

.body-text.text-team.anmeldung-erfolgreich {
  text-align: center;
}

.body-text.text-adresse {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Avenir, sans-serif;
  font-weight: 400;
}

.body-text.telefonnummer {
  color: #000;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
}

.body-text.bankverbindung {
  margin-bottom: 0;
  padding-bottom: 10px;
  display: block;
}

.div-background {
  z-index: -99;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.html-embed {
  z-index: -999;
  opacity: .6;
  background-color: #e4b7b700;
  flex-flow: column;
  align-items: flex-end;
  max-width: 800px;
  display: none;
  position: relative;
  top: 13%;
  bottom: 0%;
  left: 38%;
  overflow: visible;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.faq-plus-l {
  background-color: #b9aa99;
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.faq-q-text {
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5em;
}

.faq-plus {
  background-color: #b9aa99;
  border-radius: 3px;
  width: 100%;
  height: 5px;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  height: 60px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.faq-wrap.last100-with {
  width: 100%;
}

.link-2 {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 45px;
  overflow: hidden;
}

.image-4 {
  z-index: -999;
  opacity: .2;
  max-width: 200px;
  max-height: 200px;
  position: absolute;
  inset: -56px auto auto -62px;
}

.downloads {
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 100px;
}

.div-text-formulare {
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.downloads-row {
  flex-direction: row;
  display: none;
}

.downloads-row.row-2 {
  padding-top: 0;
  display: none;
}

.downloads-row.dublicate {
  margin-top: 100px;
}

.download-block {
  box-shadow: none;
  color: var(--black);
  border: 1px solid #0000001a;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  width: 280px;
  height: auto;
  margin-bottom: 60px;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0%;
  padding-right: 0%;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  position: static;
}

.download-block:hover {
  box-shadow: none;
}

.download-block.dl-block-left {
  margin-left: 0%;
  transition-duration: .3s;
}

.div-block-3 {
  border-radius: 6px;
  width: 100%;
  height: 400px;
}

.download-beschreibung {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.download-title {
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.download-starten {
  padding-left: 0%;
  padding-right: 0%;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 21px;
}

.wrapper-download-beschreibung {
  background-color: #fff;
  border-top: 1px solid #0000001a;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 120px;
  padding: 20px 10%;
  display: flex;
}

.download-icon {
  align-items: flex-end;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.download-thumbnail {
  object-fit: cover;
  border-radius: 6px;
  position: static;
}

.team {
  padding-top: 150px;
  padding-bottom: 100px;
}

.team-title {
  align-self: center;
  min-width: 80%;
  position: relative;
  inset: 0% auto auto 0%;
}

.team-title.links-b-ndig {
  align-self: flex-start;
}

.team-content {
  justify-content: space-around;
  width: auto;
  min-width: 0;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-text {
  width: 50%;
}

.div-bild-team {
  flex-direction: row;
  justify-content: flex-end;
  width: auto;
  display: none;
}

.div-team-members {
  justify-content: flex-start;
  display: flex;
}

.div-member {
  flex-direction: column;
  padding-right: 0;
  display: flex;
}

.div-member.right-member {
  padding-right: 0;
}

.div-member.padding {
  margin-top: 0;
  padding-right: 0;
}

.memberpicture {
  border: 1px none var(--brown);
  border-radius: 10px;
  width: 175px;
  height: 175px;
}

.image-5 {
  border: 1px none var(--brown);
  border-radius: 10px;
  box-shadow: 1px 1px 15px #0003;
}

.name-member {
  padding-top: 10px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-3 {
  font-family: Avenir, sans-serif;
  font-weight: 300;
}

.h2 {
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  position: static;
}

.h2.reglemente {
  padding-top: 60px;
}

.kontakt {
  padding-top: 150px;
}

.wrapper-kontakt {
  flex-direction: row;
  height: auto;
  margin-bottom: 25px;
  padding-bottom: 0;
  display: flex;
}

.fusszeile {
  padding-top: 75px;
}

.div-kontaktformular {
  justify-content: flex-start;
  width: 50%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.div-kontakt {
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.form {
  width: 405px;
  height: auto;
}

.form-1 {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 40px;
  display: block;
  box-shadow: 0 20px 50px -10px #0003;
}

.text-heavy-title {
  letter-spacing: 2%;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
}

.text-medium {
  letter-spacing: 2%;
  padding-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.text-field {
  letter-spacing: 2%;
  background-color: #c4c4c433;
  border: 0 solid #0000;
  border-radius: 2px;
  margin-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.text-field.field-large {
  padding-top: 18px;
  padding-bottom: 112px;
}

.submit-button {
  background-color: #b9aa99bf;
  border-radius: 4px;
  padding: 13px 33px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  transition: all .3s ease-in-out;
}

.submit-button:hover {
  background-color: #14b123bf;
}

.text-block-4 {
  display: block;
}

.success-message {
  background-color: #fff;
  border-radius: 6px;
  padding: 40px;
  box-shadow: 0 20px 50px -10px #0003;
}

.wrapper-kontaktdetails {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.kontakt-links {
  width: 75%;
  padding-right: 0;
}

.kontakt-rechts {
  width: 50%;
  padding-left: 40px;
}

.text-block-5 {
  padding-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
}

.link-3, .link-4 {
  color: #000;
  text-decoration: none;
}

.wrapper-fusszeile {
  padding: 12px 0%;
  display: flex;
}

.link-5 {
  color: #00000080;
  text-align: right;
  justify-content: flex-end;
  width: 100%;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.link-5.left-align {
  justify-content: flex-start;
}

.text-block-6 {
  color: #00000080;
  justify-content: flex-start;
  width: auto;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  display: inline-block;
}

.text-block-6.jahreszahl {
  width: auto;
  margin-left: 4px;
  margin-right: 4px;
}

.link-6 {
  color: #00000080;
  justify-content: flex-end;
  width: 100%;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.recaptcha {
  margin-bottom: 20px;
}

.image-6 {
  max-width: 130px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.form-block {
  margin-bottom: 0;
}

.image-7 {
  z-index: -999;
  opacity: .15;
  max-width: 200%;
  max-height: 200px;
  position: absolute;
  inset: -29px auto auto -40px;
}

.image-8 {
  z-index: -9999;
  opacity: .15;
  max-width: 200px;
  max-height: 200px;
  position: absolute;
  inset: -30px auto auto -40px;
}

.image-9 {
  z-index: -99;
  opacity: .15;
  position: absolute;
  top: 20%;
  right: 12%;
}

.image-10 {
  z-index: -999;
  opacity: .15;
  max-width: 200px;
  max-height: 200px;
  position: absolute;
  top: -51px;
  left: -61px;
}

.image-11 {
  z-index: -99;
  opacity: .15;
  max-width: 200px;
  max-height: 200px;
  position: absolute;
  inset: -30px auto auto -40px;
}

.div-block-4 {
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.image-12 {
  color: var(--brown);
}

.mobile-nav {
  display: none;
}

.burger-4 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.burger-bar-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.b4-bar1 {
  background-color: #858eca;
  border-radius: 2px;
  width: 18px;
  height: 4px;
}

.b4-bar-2 {
  background-color: #858eca;
  border-radius: 2px;
  width: 36px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.b4-bar3 {
  float: right;
  background-color: #858eca;
  border-radius: 2px;
  width: 18px;
  height: 4px;
}

.sidebar, .mobile-navigation {
  display: none;
}

.impressum {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-span {
  font-family: Avenir, sans-serif;
  font-size: 32px;
  line-height: 1.5em;
}

.text-span-2 {
  font-family: Avenir, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.bold-text {
  font-weight: 400;
  line-height: 1.5em;
}

.text-span-3 {
  font-family: Avenir, sans-serif;
  font-size: 32px;
  line-height: 1.5em;
}

.link-7, .link-8 {
  color: #333;
  text-decoration: none;
}

.heading-2 {
  font-family: Avenir, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5em;
}

.link-9, .link-10, .link-11 {
  color: #333;
  text-decoration: none;
}

.button-wrapper {
  padding-right: 2%;
  position: fixed;
  inset: auto 2% 4% auto;
  overflow: hidden;
}

.button-link-3 {
  border: 2px solid #f02041;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 7.5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.button-2 {
  z-index: 10;
  background-color: var(--brown);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-line-1 {
  background-color: #fff;
  width: 25px;
  height: 3px;
}

.button-line-2 {
  background-color: #fff;
  width: 3px;
  height: 25px;
  position: absolute;
}

.db-link {
  color: #3cc47c;
  text-decoration: none;
}

.webflow-icon {
  margin-right: 8px;
}

.db-fixed-nav-headline {
  text-align: center;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.flex-body {
  background-image: linear-gradient(45deg, #caf97c, #90f2fc);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.shrink-box-button-2, .shrink-box-button {
  margin-right: 5px;
  display: block;
}

.shrink-box-wrapper-2 {
  opacity: .5;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
}

.shrink-box-wrapper-2:hover {
  opacity: 1;
}

.db-button {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #3cc47c;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.db-button:hover {
  background-color: #2b8f5a;
}

.button-line-3 {
  background-color: #e96d80;
  width: 25px;
  height: 3px;
}

.db-mobile-fixed-nav {
  color: #fff;
  background-color: #0f0f0f;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.button-wrapper-2 {
  position: relative;
}

.button-line-4 {
  background-color: #e96d80;
  width: 3px;
  height: 25px;
  position: absolute;
}

.shrink-box-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.side-menu {
  z-index: 99999;
  color: #fff;
  cursor: move;
  background-color: #000000f0;
  border-radius: 4px 4px 3px 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 240px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
  box-shadow: 0 1px 17px #0000001f;
}

.webflow-link {
  z-index: 9999999;
  background-color: #fff;
  border-radius: 3px;
  padding: 4px 6px 5px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 3px #00000052;
}

.db-logo-wrapper {
  background-color: #3cc47c;
  padding: 10px 15px;
}

.db-link-wrapper {
  background-color: #3cc47c;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  padding: 10px 60px 15px;
}

.db-fixed-nav-logo {
  width: 100px;
}

.button-3 {
  z-index: 10;
  cursor: pointer;
  background-color: #f02041;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.db-flex-row {
  padding-right: 20px;
  display: flex;
}

.side-menu-headline {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.float-wrapper {
  z-index: 999;
  justify-content: center;
  width: 1440px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: fixed;
  inset: auto 0% 2% auto;
}

.float-wrapper._1440px {
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
}

.plusbutton {
  background-color: var(--brown);
  border-radius: 50%;
  width: 60px;
  max-width: none;
  height: 60px;
  max-height: none;
  display: flex;
}

.div-block-7 {
  width: 1440px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}

.div-block-8 {
  z-index: 60;
  justify-content: flex-end;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: fixed;
  inset: auto 5% 0% auto;
}

.div-float-button {
  background-color: var(--brown);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.div-float-button.call-button, .div-float-button.mail-button {
  border: 2px solid var(--brown);
  background-color: #0000;
  width: 45px;
  height: 45px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

.div-float-button.to-top-button {
  border: 2px solid var(--brown);
  background-color: #0000;
  width: 45px;
  height: 45px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.div-float-button.plusbutton {
  box-shadow: -20px 0 50px -10px var(--brown);
  transition: all .2s ease-in-out;
}

.div-float-button.plusbutton:hover {
  transform: scale(1.1);
}

.div-line-button {
  background-color: #fff;
  width: 25px;
  height: 3px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.div-line-button.minus {
  border-radius: 2px;
  height: 3px;
}

.div-line-button.plus {
  border-radius: 2px;
  width: 3px;
  height: 25px;
}

.div-button-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-9 {
  width: 100%;
  display: flex;
}

.grid-downloads {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 20px;
  display: none;
}

.grid-downloads.musterformulate {
  display: none;
}

.team-grid {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr;
  align-self: center;
}

.member-wrapper {
  display: flex;
}

.grid-vorsorge {
  grid-template-rows: auto;
}

.wrapper-download-starten {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.team-member-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-items: center;
}

.banner-section {
  color: var(--brown);
  text-align: center;
  justify-content: center;
  width: 80%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.banner-section.beige {
  background-color: var(--brown);
  width: 100%;
  max-width: none;
  padding-left: 20%;
  padding-right: 20%;
  display: none;
}

.text-block-10 {
  color: #ff1b1b;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-block-10.ffnungszeiten {
  color: var(--white);
  display: none;
}

.grid-formulare {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  width: auto;
}

.faq-header {
  color: #3d5169;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.faq-header.noselect {
  color: var(--black);
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.faq-content {
  justify-content: center;
  min-width: 300px;
  max-width: 350px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.faq-question-wrap {
  margin-bottom: 0;
}

.faq-icon-wrap {
  border: 0 solid #00d563;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: flex;
}

.paragraph-2 {
  color: #445567;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.faq-block {
  border: 1px solid var(--brown);
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 350px;
  min-height: 80px;
  padding: 20px 30px;
  transition: all .2s;
  display: flex;
}

.faq-block:hover {
  box-shadow: 0 1px 13px #3d516929;
}

.image-16, .image-17, .image-18 {
  padding-top: 10px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-19 {
  padding-bottom: 20px;
}

.text-span-4 {
  color: red;
  text-decoration: underline;
}

.form-2 {
  max-width: 420px;
}

.date-field {
  color: #151e24;
  background-color: #f3f3f3;
  border: 1px solid #e9ecf000;
  border-radius: 2px;
  width: 100%;
  max-width: 420px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.date-field:hover {
  border-color: #ccd5e0;
}

.date-field:focus {
  border-color: #642eff;
}

.date-field::placeholder {
  color: #a0a6b0;
}

.date-field.text-field {
  width: 100%;
  margin-bottom: 20px;
}

.field-wrap {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.date-field-2 {
  color: #151e24;
  border: 1px solid #e9ecf0;
  border-radius: 2px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
}

.date-field-2:hover {
  border-color: #ccd5e0;
}

.date-field-2:focus {
  border-color: #642eff;
}

.date-field-2::placeholder {
  color: #a0a6b0;
}

.field-icon {
  position: absolute;
  inset: auto auto auto 16px;
}

.bigger-label {
  font-size: 18px;
}

.bvg {
  margin-bottom: 100px;
  display: block;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .paragraph {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .landingpage {
    height: 90vh;
    margin-bottom: 60px;
    padding-top: 60px;
  }

  ._1440px {
    width: 80%;
  }

  ._1440px.section-vorsorge {
    flex-flow: column-reverse wrap;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: none;
  }

  ._1440px.section-landingpage {
    align-items: flex-start;
    width: 100vw;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  ._1440px.section-downloads {
    width: 80%;
  }

  .navigation {
    overflow: visible;
  }

  .text-header {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .hero-subtitle {
    font-size: 14px;
  }

  .hero-title {
    font-size: 48px;
  }

  .div-button {
    padding-left: 10%;
  }

  .button {
    width: 300px;
    min-width: 300px;
    height: 64px;
    min-height: 64px;
  }

  .text-block {
    font-size: 18px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .vorsorge {
    padding-bottom: 60px;
  }

  .div-bild-vorsorge {
    justify-content: center;
    width: 100%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-text {
    width: 100%;
  }

  .navigation-top {
    display: none;
  }

  .div-background {
    display: none;
    overflow: hidden;
  }

  .html-embed {
    overflow: hidden;
  }

  .image-4 {
    top: -36px;
    left: -40px;
  }

  .downloads {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .downloads-row {
    flex-flow: wrap;
    align-content: stretch;
    align-items: flex-start;
    display: none;
  }

  .downloads-row.row-2 {
    display: none;
  }

  .download-block {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .download-block:hover {
    transform: none;
  }

  .download-block.dl-block-left {
    margin-bottom: 0%;
    margin-right: 6%;
  }

  .download-block.dl-block-left:hover {
    transform: none;
  }

  .team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-content {
    flex-direction: column;
  }

  .team-text {
    width: 100%;
  }

  .div-bild-team {
    justify-content: center;
    width: 100%;
    padding-top: 60px;
    display: none;
  }

  .div-team-members {
    justify-content: flex-start;
    width: auto;
    padding-left: 0;
  }

  .div-member {
    flex-direction: column;
    align-items: center;
    margin-right: 8px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .div-member.right-member {
    padding-left: 5%;
    padding-right: 0%;
  }

  .div-member.padding {
    margin-top: 0;
  }

  .memberpicture {
    flex-direction: column;
    display: flex;
  }

  .image-5 {
    padding-left: 0%;
  }

  .kontakt {
    padding-top: 60px;
  }

  .wrapper-kontakt {
    flex-direction: column;
  }

  .fusszeile {
    padding-top: 0;
  }

  .div-kontaktformular {
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
  }

  .div-kontakt {
    width: 100%;
    margin-top: 60px;
  }

  .form {
    height: auto;
  }

  .form-1 {
    margin-top: 60px;
    padding-top: 40px;
  }

  .link-5 {
    width: 100%;
    font-size: 10px;
  }

  .text-block-6 {
    width: auto;
    font-size: 10px;
  }

  .link-6 {
    width: 100%;
    font-size: 10px;
  }

  .image-10 {
    top: -30px;
    left: -40px;
  }

  .div-block-4 {
    justify-content: flex-end;
    margin-top: -85px;
    margin-left: 0;
    padding-right: 35px;
  }

  .mobile-nav {
    z-index: 999;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .burger-4 {
    box-shadow: none;
    background-color: #0000;
  }

  .burger-bar-wrap {
    z-index: 999;
    position: fixed;
  }

  .b4-bar1 {
    background-color: #000;
    height: 4px;
    display: flex;
  }

  .b4-bar-2, .b4-bar3 {
    background-color: #000;
    height: 4px;
  }

  .sidebar {
    z-index: 99;
    background-color: #fff;
    justify-content: center;
    align-items: flex-end;
    width: 50vw;
    height: 100%;
    margin-right: 0;
    display: flex;
    position: fixed;
    inset: 0% 0% auto auto;
    box-shadow: -20px 0 50px -10px #0003;
  }

  .mobile-link-block-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    height: 80%;
    margin-top: 0%;
    margin-bottom: 40px;
    padding-top: 0%;
    padding-bottom: 0;
    display: flex;
  }

  .mobile-nav-link-block {
    color: #000;
    text-align: center;
    padding-bottom: 20px;
    font-family: Avenir, sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.5em;
    text-decoration: none;
  }

  .mobile-nav-link-block.w--current {
    color: #000;
    text-align: center;
    padding-bottom: 20px;
    font-size: 42px;
    font-weight: 300;
  }

  .mobile-nav-link-block.telefonnummer-sidebar {
    padding-top: 180px;
    padding-bottom: 20px;
    font-size: 21px;
  }

  .mobile-nav-link-block.email-sidebar {
    font-size: 21px;
  }

  .mobile-logo {
    flex: 0 auto;
    display: none;
    position: static;
  }

  .image-13 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }

  .mobile-navigation {
    display: flex;
    position: static;
  }

  .image-14 {
    margin-left: 5%;
    padding-top: 25px;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .nav-menu {
    z-index: 998;
    background-color: #fff;
    width: 50vw;
    height: 100%;
    box-shadow: -20px 0 50px -10px #0003;
  }

  .nav-link-2 {
    color: #000;
    text-align: center;
    padding-bottom: 20px;
    font-family: Avenir, sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.5em;
    text-decoration: none;
  }

  .nav-link-2.w--current {
    color: var(--brown);
    text-align: center;
    font-family: Avenir, sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.5em;
  }

  .nav-link-2.telefonnummer {
    margin-top: 50%;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .nav-link-2.telefonnummer.e-mailadresse {
    margin-top: 0%;
  }

  .navbar {
    z-index: 997;
    background-color: #0000;
    width: 100%;
    height: 10vh;
    position: fixed;
    inset: 0% 0% auto;
  }

  .menu-button {
    margin-top: 7px;
    padding-right: 5%;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    z-index: 99;
    background-color: #0000;
  }

  .nav-link-3 {
    text-align: center;
    margin-top: 40%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 20px;
    font-family: Avenir, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
  }

  .nav-link-3.e-mail-sidebar {
    margin-top: 0%;
  }

  .wrapper-nav-links {
    background-color: #fff;
    margin-top: 0%;
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .div-block-5 {
    z-index: 1;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .navbar-2 {
    z-index: 100;
    justify-content: space-between;
    width: 100vw;
    height: 10vh;
    padding-left: 0%;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block-6 {
    position: absolute;
    inset: 0%;
  }

  .mobile-logo-2 {
    margin-left: 5%;
    padding-top: 25px;
    position: static;
  }

  .nav-link-32px {
    margin-top: 25px;
    margin-right: 5%;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .image-15 {
    margin-left: 0%;
    padding-top: 0;
  }

  .logo-image-mobile {
    display: block;
  }

  .wrapper-nav-links-collection, .wrapper-contacs {
    flex-direction: column;
    display: flex;
  }

  .db-fixed-nav-headline {
    text-align: left;
  }

  .shrink-box-button-2 {
    font-size: 12px;
  }

  .db-mobile-fixed-nav {
    display: flex;
  }

  .db-show-tab {
    cursor: pointer;
    background-color: #0f0f0f;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 25px;
    height: 25px;
    padding: 2px 5px;
    position: absolute;
    bottom: -25px;
    right: 20px;
  }

  .div-block-9 {
    width: 100%;
    display: flex;
  }

  .grid-downloads {
    grid-template-columns: 1fr 1fr;
  }

  .team-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-vorsorge {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-member-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .banner-section {
    width: 50%;
    margin-top: 10vh;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .text-block-10 {
    text-align: center;
  }

  .grid-formulare {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .faq-question-wrap {
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .faq-block {
    min-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .body-text.text-team {
    width: 100%;
    max-width: 100%;
  }

  .div-member {
    align-items: center;
    padding-right: 0%;
  }

  .mobile-nav {
    display: flex;
  }

  .mobile-logo {
    display: none;
  }

  .mobile-navigation {
    display: flex;
  }

  .db-fixed-nav-headline {
    font-size: 16px;
    line-height: 20px;
  }

  .grid-downloads {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .team-grid {
    grid-template-columns: .25fr;
    max-width: none;
  }

  .team-member-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 100vh;
    display: flex;
  }

  .image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 48px;
    line-height: 52px;
  }

  .paragraph {
    text-align: center;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .landingpage {
    text-align: left;
    align-items: center;
    height: 90vh;
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 0;
  }

  ._1440px.section-landingpage {
    justify-content: flex-end;
  }

  .navigation {
    display: none;
  }

  .hero-title {
    padding-bottom: 60px;
    font-size: 28px;
  }

  .div-button {
    padding-left: 0%;
  }

  .button {
    width: 250px;
    min-width: 250px;
    padding-right: 32px;
  }

  .vorsorge {
    padding-top: 60px;
    right: -6px;
  }

  .div-color-backround {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    height: 250px;
    min-height: 250px;
    max-height: 250px;
  }

  .image-3 {
    max-width: 250px;
    max-height: 250px;
  }

  .h1, .h1.h1-formulare, .h1.h1-vorsorge {
    font-size: 36px;
  }

  .body-text.text-team {
    width: 100%;
  }

  .body-text.bankverbindung {
    padding-bottom: 40px;
  }

  .div-background {
    inset: 0%;
  }

  .html-embed {
    opacity: .6;
  }

  .faq-q-text {
    font-size: 14px;
  }

  .image-4 {
    max-width: 100px;
    max-height: 100px;
    top: -40px;
    left: -20px;
  }

  .downloads {
    padding-top: 90px;
  }

  .download-block {
    box-shadow: none;
    border: 1px solid #0000001a;
    margin-bottom: 0%;
  }

  .download-block:hover {
    box-shadow: none;
    border: 1px solid #0000001a;
    transform: none;
  }

  .download-block.dl-block-left {
    margin-bottom: 0%;
    margin-right: 0%;
  }

  .team {
    padding-top: 90px;
  }

  .div-team-members {
    flex-direction: column;
  }

  .div-member {
    align-items: center;
    margin-bottom: 0;
    padding-right: 0%;
  }

  .div-member.right-member {
    margin-bottom: 0;
    padding-left: 0%;
  }

  .memberpicture {
    flex-direction: column;
  }

  .kontakt {
    padding-top: 90px;
  }

  .wrapper-kontakt {
    margin-bottom: 40px;
  }

  .fusszeile {
    padding-top: 24px;
  }

  .div-kontakt {
    flex-direction: column;
  }

  .form {
    width: 100%;
  }

  .form-1 {
    flex-direction: column;
    align-items: center;
    padding: 25px;
    display: flex;
  }

  .text-heavy-title {
    justify-content: flex-start;
    width: 100%;
    font-size: 20px;
    display: flex;
  }

  .wrapper-kontaktdetails {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .kontakt-links {
    width: 100%;
  }

  .kontakt-rechts {
    width: 100%;
    padding-left: 0;
  }

  .wrapper-fusszeile {
    flex-direction: column;
    align-items: center;
  }

  .link-5 {
    justify-content: center;
    width: 100%;
  }

  .link-5.left-align, .link-5.left-align.w--current {
    justify-content: center;
  }

  .text-block-6 {
    justify-content: center;
    width: auto;
    font-size: 10px;
    display: flex;
  }

  .link-6 {
    justify-content: center;
    width: 100%;
    font-size: 10px;
    line-height: 1.5em;
  }

  .recaptcha {
    margin-left: auto;
    margin-right: auto;
  }

  .image-6 {
    max-width: 130px;
  }

  .image-7 {
    max-width: 100px;
    max-height: 100px;
    top: -12px;
    left: -20px;
  }

  .image-8 {
    max-width: 100px;
    max-height: 100px;
    top: -12px;
    left: -18px;
  }

  .image-10 {
    max-width: 100px;
    max-height: 100px;
    top: -12px;
    left: -20px;
  }

  .image-11 {
    max-width: 100px;
    max-height: 100px;
    top: -12px;
    left: -19px;
  }

  .div-block-4 {
    justify-content: flex-start;
    margin-top: 0;
    padding-right: 0;
  }

  .mobile-nav {
    height: auto;
    padding-top: 0;
    padding-left: 8%;
    padding-right: 8%;
  }

  .burger-4 {
    align-items: center;
  }

  .burger-bar-wrap {
    z-index: 998;
    width: 36px;
    position: static;
  }

  .sidebar {
    z-index: 98;
    border-radius: 8px;
    align-items: flex-end;
    width: 75vw;
    height: 100%;
    display: flex;
    box-shadow: -20px 0 50px -10px #0003;
  }

  .mobile-link-block-wrapper {
    justify-content: space-between;
    height: 80%;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .mobile-nav-link-block, .mobile-nav-link-block.w--current {
    font-size: 32px;
  }

  .mobile-nav-link-block.telefonnummer-sidebar {
    padding-top: 40%;
    font-size: 18px;
  }

  .mobile-nav-link-block.email-sidebar {
    font-size: 18px;
  }

  .mobile-logo {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 25px;
    padding-left: 5%;
    display: flex;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .image-13 {
    padding-top: 0%;
  }

  .mobile-navigation {
    justify-content: space-between;
    height: 10vh;
    display: block;
  }

  .image-14 {
    margin-left: 5%;
    padding-top: 25px;
    display: block;
  }

  .nav-menu {
    z-index: 998;
    background-color: var(--white);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 75vw;
    height: 100%;
    display: flex;
    position: fixed;
    box-shadow: -20px 0 50px -10px #0003;
  }

  .nav-link-2 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Avenir, sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.5em;
    position: static;
  }

  .nav-link-2.w--current {
    color: var(--brown);
  }

  .nav-link-2.w--current:active {
    background-color: var(--white);
  }

  .nav-link-2.telefonnummer {
    margin-top: 25%;
    padding-bottom: 0;
  }

  .navbar {
    z-index: 998;
    background-color: #0000;
    flex-flow: row;
    flex: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 10vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .menu-button {
    z-index: 999;
    background-color: #0000;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 25px;
    margin-right: 5%;
    padding: 0 0% 0 0;
    display: flex;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .menu-button:hover {
    background-color: #0000;
  }

  .menu-button:active {
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
  }

  .menu-button:focus, .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link-3 {
    text-align: center;
    margin-top: 40%;
    padding: 0% 0 20px;
    font-family: Avenir, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
  }

  .nav-link-3.e-mail-sidebar {
    margin-top: 0%;
    padding-top: 0%;
  }

  .wrapper-nav-links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50%;
    padding-bottom: 50%;
    display: flex;
  }

  .navbar-2 {
    z-index: 100;
    background-color: #0000;
    flex-flow: row;
    flex: none;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 10vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .div-block-6 {
    z-index: 102;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .mobile-logo-2 {
    z-index: 97;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 25px;
    padding-left: 5%;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .nav-link-32px {
    z-index: 100;
    color: #000;
    font-family: Avenir, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5em;
    text-decoration: none;
    position: fixed;
  }

  .nav-link-32px.w--current {
    color: #000;
    font-family: Avenir, sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    text-decoration: none;
  }

  .image-15 {
    display: block;
  }

  .wrapper-nav-links-collection, .wrapper-contacs {
    flex-direction: column;
    display: flex;
  }

  .impressum {
    padding-top: 50px;
  }

  .text-span-3, .heading-2 {
    font-size: 24px;
  }

  .text-block-7, .text-block-8, .text-block-9 {
    line-height: 1.5em;
  }

  .db-fixed-nav-headline {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  .shrink-box-button-2 {
    display: none;
  }

  .shrink-box-wrapper-2 {
    width: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .db-mobile-fixed-nav {
    align-items: stretch;
  }

  .db-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 160px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .db-flex-row {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  .div-block-8 {
    padding-bottom: 6%;
  }

  .div-float-button.plusbutton {
    width: 50px;
    height: 50px;
  }

  .div-block-9 {
    justify-content: center;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .member-wrapper {
    flex-direction: column;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .team-member-grid {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .banner-section {
    text-align: center;
    width: 80%;
    margin-top: 10vh;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .banner-section.beige {
    padding-left: 2%;
    padding-right: 2%;
    display: none;
  }

  .text-block-10 {
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
  }

  .grid-formulare {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .faq-header.noselect {
    font-weight: 500;
  }

  .faq-icon-wrap {
    margin-bottom: 9px;
  }

  .paragraph-2 {
    margin-left: 15px;
  }

  .faq-block {
    flex-direction: row;
    align-items: center;
    min-width: 300px;
    max-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bvg-reform-grud {
    grid-template-columns: 1fr;
  }
}

#w-node-_34f80e84-6019-4ce3-1fa0-1bb8af2c6303-42206aaf {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_6eef8631-34b2-5f94-a8db-3130273a65c4-42206aaf, #w-node-_8b33fcab-a2c2-0921-023c-25df7c449474-42206aaf, #w-node-_1114d067-d7d7-5ad3-3706-1aa2b306bd53-42206aaf, #w-node-f2febbe4-1575-fce4-6fbf-3fd9b6f43f59-42206aaf {
  justify-self: start;
}

#w-node-ba32df54-d095-6b7d-ae83-a0b376ad88a9-42206aaf {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-ba32df54-d095-6b7d-ae83-a0b376ad88ac-42206aaf {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-ba32df54-d095-6b7d-ae83-a0b376ad88ad-42206aaf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba32df54-d095-6b7d-ae83-a0b376ad88b1-42206aaf {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-ba32df54-d095-6b7d-ae83-a0b376ad88b5-42206aaf {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_3b926423-cfdf-2d23-5a07-7dde0f94ab1d-a0a671bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_034e67b1-cdd9-3a07-f2d9-66b0a0a671c1-a0a671bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_244000cf-5ab8-a2bd-a637-2aab8d81a395-a0a671bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_034e67b1-cdd9-3a07-f2d9-66b0a0a671c3-a0a671bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7de36ebf-994a-e97b-b2c2-46c46487a0fb-c484a9bd, #w-node-_7de36ebf-994a-e97b-b2c2-46c46487a0fb-f684f141 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_34f80e84-6019-4ce3-1fa0-1bb8af2c6303-42206aaf {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_225d124d-13cb-bb0f-0317-0d4d9168664b-42206aaf {
    justify-self: start;
  }

  #w-node-ba32df54-d095-6b7d-ae83-a0b376ad88a9-42206aaf {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-ba32df54-d095-6b7d-ae83-a0b376ad88ac-42206aaf {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-ba32df54-d095-6b7d-ae83-a0b376ad88b1-42206aaf, #w-node-ba32df54-d095-6b7d-ae83-a0b376ad88b5-42206aaf {
    justify-self: center;
  }

  #w-node-_3b926423-cfdf-2d23-5a07-7dde0f94ab1d-a0a671bb {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_034e67b1-cdd9-3a07-f2d9-66b0a0a671c1-a0a671bb {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_244000cf-5ab8-a2bd-a637-2aab8d81a395-a0a671bb {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_034e67b1-cdd9-3a07-f2d9-66b0a0a671c3-a0a671bb {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7de36ebf-994a-e97b-b2c2-46c46487a0fb-42206aaf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6eef8631-34b2-5f94-a8db-3130273a65c4-42206aaf, #w-node-_8b33fcab-a2c2-0921-023c-25df7c449474-42206aaf, #w-node-_1114d067-d7d7-5ad3-3706-1aa2b306bd53-42206aaf, #w-node-f2febbe4-1575-fce4-6fbf-3fd9b6f43f59-42206aaf {
    justify-self: center;
  }

  #w-node-ba32df54-d095-6b7d-ae83-a0b376ad88a0-42206aaf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba32df54-d095-6b7d-ae83-a0b376ad88b1-42206aaf, #w-node-ba32df54-d095-6b7d-ae83-a0b376ad88b5-42206aaf {
    justify-self: center;
  }

  #w-node-_7de36ebf-994a-e97b-b2c2-46c46487a0fb-c484a9bd, #w-node-_7de36ebf-994a-e97b-b2c2-46c46487a0fb-f684f141 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_225d124d-13cb-bb0f-0317-0d4d9168664b-42206aaf, #w-node-d99d5533-2732-9031-c899-c4f2ba87bad9-42206aaf {
    justify-self: center;
  }

  #w-node-ba32df54-d095-6b7d-ae83-a0b376ad88ac-42206aaf {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-ba32df54-d095-6b7d-ae83-a0b376ad88ad-42206aaf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ba32df54-d095-6b7d-ae83-a0b376ad88b1-42206aaf {
    grid-row-end: 2;
    justify-self: center;
  }

  #w-node-ba32df54-d095-6b7d-ae83-a0b376ad88b5-42206aaf, #w-node-_3b926423-cfdf-2d23-5a07-7dde0f94ab1d-a0a671bb {
    grid-row: 3 / 4;
    justify-self: center;
  }

  #w-node-_034e67b1-cdd9-3a07-f2d9-66b0a0a671c1-a0a671bb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_244000cf-5ab8-a2bd-a637-2aab8d81a395-a0a671bb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_034e67b1-cdd9-3a07-f2d9-66b0a0a671c3-a0a671bb {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Heavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir Roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}