:root {
  --weiß: white;
  --highlights: #b41b28;
  --hauptfarbe: #545c5c;
  --zweitfarbe: #f2e8dd;
  --schwarz: black;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold_1.webp');
  background-position: 50%;
  background-size: cover;
  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;
  position: absolute;
  inset: auto auto 0%;
}

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

.submit-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 15px;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 16px;
  transition: all .3s ease-in-out;
}

.submit-button.wei {
  background-color: var(--weiß);
  color: var(--highlights);
}

.submit-button.wei.flie-text:hover {
  transform: translate(0, -5px);
  box-shadow: 5px 5px 15px -1px #0000004d;
}

.submit-button.highlights.flie-text:hover {
  transform: translate(0, -5px);
  box-shadow: 5px 5px 15px #0000004d;
}

.logo-bild {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.logo-link {
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 12vw;
  text-decoration: none;
  display: flex;
}

.logo-link.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  background-color: var(--hauptfarbe);
  color: #fff;
}

.zweitfarbe {
  background-color: var(--zweitfarbe);
  color: #333;
}

.highlights {
  background-color: var(--highlights);
  color: #fff;
}

.text {
  color: #333;
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
  text-decoration: none;
}

.google-maps {
  width: 100%;
  height: 100%;
}

.heading-1 {
  font-family: Poppins, sans-serif;
  font-weight: 900;
  line-height: 1.3;
}

.heading-2 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-3 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.flie-text {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.farbe-der-headings {
  color: var(--highlights);
  line-height: 1.3;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.terminbutton.highlights.flie-text {
  margin-top: 20px;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.datenschutz {
  color: #fff;
  text-decoration: none;
}

.datenschutz.flie-text {
  color: #000;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.nav-menu {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: static;
}

.menu-button {
  color: #fff;
  background-color: #000;
}

.kopfzeile {
  z-index: 999;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 13vw 10px 10vw;
  display: flex;
  position: sticky;
  top: 0;
}

.logo-wei {
  filter: brightness(0%) invert() grayscale();
  margin-right: auto;
}

.navlink {
  color: #fffc;
  font-size: 14px;
  transition: all .3s ease-in-out;
}

.navlink.flie-text {
  font-size: 12px;
}

.navlink.flie-text:hover, .navlink.flie-text.w--current {
  color: var(--weiß);
}

.div_block {
  z-index: 5;
  color: #fff;
  background-color: #0000005c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 15vw;
  padding-right: 30vw;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-video {
  background-image: linear-gradient(#00000040, #00000040);
  height: 100%;
}

.titelabschnitt {
  height: 85vh;
  position: relative;
}

.titelabschnitt.sub_page {
  height: 70vh;
}

.section_1 {
  padding: 150px 15vw;
  position: relative;
  overflow: hidden;
}

.paragraph_left {
  font-size: 16px;
  line-height: 25px;
}

.paragraph_left.flie-text {
  line-height: 1.5;
}

.paragraph_center {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.paragraph_center.flie-text {
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.5;
  display: block;
}

.heading_center_small_1 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}

.heading_center_small_1.heading-1 {
  line-height: 1.3;
}

.maps {
  height: 45vh;
}

.link-formular {
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.link-formular.farbe-der-headings {
  border-bottom: 1px solid #0000;
}

.link-formular.farbe-der-headings:hover {
  border-bottom-color: var(--highlights);
}

.link-formular.wei {
  color: var(--weiß);
  border-bottom: 1px solid #0000;
  font-weight: 600;
}

.link-formular.wei:hover {
  border-bottom-color: var(--weiß);
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--weiß);
  min-height: 55px;
  color: var(--weiß);
  background-color: #0000;
  font-size: 16px;
}

.text-field::placeholder {
  color: #fff9;
}

.text-field.flie-text:active, .text-field.flie-text:focus {
  border-bottom-color: var(--weiß);
}

.impdat {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15vh 10vw;
  display: flex;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
}

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-block.highlights {
  padding: 100px;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-success.heading-2 {
  font-size: 32px;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.checkbox-field-2 {
  text-align: left;
  margin-top: 20px;
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

.form {
  margin-bottom: 0;
}

.form.flie-text {
  margin-top: 40px;
}

.checkbox-2 {
  border-radius: 5px;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.text-field-4 {
  color: #000;
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #333;
  min-height: 6vh;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  transition: color .4s;
  display: block;
}

.text-field-4:hover {
  border-color: #1d1f2e80;
}

.text-field-4:active, .text-field-4:focus {
  border-color: #1d1f2e;
}

.text-field-4::placeholder {
  color: #1d1f2e4d;
}

.form-wrap {
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

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

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 120px;
  display: flex;
}

.maps-gro {
  width: 100%;
  height: 100%;
}

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

.embed-maps {
  width: 100%;
  height: 100%;
}

.impdat-2 {
  padding: 100px 40px;
}

.impdat-2.flie-text {
  flex-direction: column;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #333;
  text-align: center;
  text-decoration: none;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: 140px;
  top: 10px;
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 60px auto auto 0%;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.abschnitt-mittig {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15vh 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.abschnitt-mittig.highlights-2 {
  margin-top: auto;
}

.image_100-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.feature-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100.056%;
  position: relative;
}

.heading_1-kontakt.heading-1 {
  margin-bottom: 60px;
}

.div-mit-wei-er-schrift {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-mit-wei-er-schrift.oben {
  justify-content: flex-start;
  align-items: flex-start;
}

.fu-zeile {
  height: auto;
  padding: 20px 10vw;
}

.highlights-2 {
  color: #fff;
  background-color: #971720;
}

.arrow-top {
  z-index: 999;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  padding: .8rem;
  position: fixed;
  inset: auto 2% 10% auto;
  box-shadow: 0 2px 5px #0003;
}

.top-div {
  position: absolute;
  inset: 0% 0% auto;
}

.section-divider {
  height: 1vh;
}

.absatz-mittig {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.absatz-mittig.flie-text {
  line-height: 1.5;
}

.kursive-schriftart {
  font-family: Great Vibes, cursive;
  font-weight: 400;
  line-height: 1.2;
}

.navlink-underline {
  background-color: var(--weiß);
  width: 0%;
  height: 1px;
}

.titelbild-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.titelbild {
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
}

.titelbild.adj {
  z-index: 10;
  object-fit: contain;
  object-position: 50% 40%;
  position: relative;
}

.titelbild.blur {
  z-index: 1;
  filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.titelinhalt-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35vh;
  display: flex;
  position: absolute;
  inset: auto auto 5% 0%;
}

.titelinhalt-wrapper {
  border-top-left-radius: 45%;
  border-top-right-radius: 45%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  padding: 60px 5vw 40px 10vw;
  display: flex;
  box-shadow: 5px 5px 15px -1px #0000004d;
}

.titelinhalt-wrapper.wgite {
  background-color: var(--weiß);
}

.slogan-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
}

.slogan {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 75px;
}

.teiler {
  width: 45%;
  height: 1px;
}

.berschriftenblock-mittig {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.label-mittig {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
}

.berschrift-gro-mittig {
  text-align: center;
  font-size: 55px;
}

.inhalt-80 {
  width: 80%;
}

.inhalt-80.mittig {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inhalt-65 {
  width: 65%;
}

.button-wrapper {
  margin-top: 20px;
}

.button-wrapper.obenn {
  margin-top: auto;
}

.button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--weiß);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-flex;
}

.button.highlights.flie-text:hover {
  transform: translate(0, -5px);
  box-shadow: 5px 2px 15px -1px #0000004d;
}

.button.highlights.flie-text.flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  display: flex;
}

.button.wei {
  background-color: var(--weiß);
  color: var(--highlights);
}

.button.wei.flie-text:hover {
  transform: translate(0, -5px);
  box-shadow: 5px 2px 15px -1px #0000004d;
}

.btn-symbol-wrapper {
  background-color: var(--weiß);
  border-radius: 50%;
  justify-content: flex-start;
  align-items: center;
  width: 25px;
  height: 25px;
  padding-left: 6px;
  padding-right: 4px;
  display: flex;
  overflow: hidden;
}

.btn-symbol-wrapper.highlights {
  background-color: var(--highlights);
}

.symbol-100 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.symbol-100.wei {
  filter: brightness(0%) invert() grayscale();
}

.arrow-btn-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.arrow-btn-2.wei {
  filter: brightness(0%) invert() grayscale();
}

.arrow-btn-1 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.arrow-btn-1.wei {
  filter: brightness(0%) invert() grayscale();
}

._4er-cards-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

._4er-cards-grid.no-spc {
  margin-top: 0;
}

.card-wrapper {
  background-color: var(--weiß);
  color: #333;
  border: 1px solid #ccc;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.card-wrapper.highlights {
  border-color: var(--highlights);
  background-color: var(--highlights);
  color: var(--weiß);
  text-align: center;
}

.card-wrapper.zweitfarbe {
  background-color: var(--zweitfarbe);
  justify-content: flex-start;
  align-items: center;
}

.symbol-wrapper-55px {
  width: 55px;
  height: 55px;
  margin-top: 20px;
}

.berschrift-klein-mittig {
  text-align: center;
  font-size: 28px;
}

.berschrift-klein-mittig.heading-3 {
  font-size: 26px;
}

.texr-btn-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.texr-btn-link.flie-text.farbe-der-headings {
  padding: 10px;
}

.texr-btn-link.flie-text.farbe-der-headings:hover {
  filter: drop-shadow(0px 0px 15px var(--highlights));
  transform: translate(0, -5px);
}

.abschnitt-hintergrund-bild {
  color: var(--weiß);
  background-image: linear-gradient(#48030999, #48030999), url('../images/AdobeStock_270448728.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15vh 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inhaltstack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
}

.inhalt-links {
  width: 100%;
}

.berschriftenblock-links {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.label-links {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
}

.berschrift-gro-links {
  text-align: left;
  font-size: 55px;
}

.berschrift-gro-links.heading-1 {
  font-size: 35px;
}

.berschrift-gro-links.heading-1.mt-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.absatz-links {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
}

.absatz-links.flie-text {
  line-height: 1.5;
}

.cell-mittig {
  justify-content: center;
  align-items: center;
}

.bild-wrapper-relativ {
  width: 100%;
  position: relative;
}

.bild-wrapper-70vh {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.bild-100 {
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 100%;
}

.bild-100.oben-30 {
  object-position: 50% 30%;
}

.bild-100.oben {
  object-position: 50% 0%;
}

.bild-100.top {
  object-position: 50% 20%;
}

._3er-cards-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

._3er-cards-grid.no-spc {
  margin-top: 0;
  margin-bottom: 0;
}

.bild-card-wrapper {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.card-bild-wrapper {
  width: 100%;
  height: 65vh;
}

.card-inhalt-wrapper {
  background-image: linear-gradient(0deg, var(--highlights), #fff0 34%);
  width: 100%;
  height: 100%;
  color: var(--weiß);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-block {
  opacity: 0;
  background-color: #48030999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.symbol-wrapper-70px {
  background-color: var(--weiß);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 15px 16px 15px 20px;
  display: flex;
}

.kontakt-info-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.kontakt-info-block.is-vertical {
  justify-content: flex-start;
  align-items: flex-start;
}

.kontakt-info-block.obenn {
  margin-top: auto;
}

.symbol-wrapper-20px {
  width: 20px;
  height: 20px;
}

.kontakt-text {
  margin-bottom: 2px;
  font-size: 16px;
}

.kontakt-link {
  color: #333;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.kontakt-link:hover {
  border-bottom-color: var(--highlights);
  color: var(--highlights);
}

.kontakt-link.wei {
  color: var(--weiß);
}

.kontakt-link.wei:hover {
  border-bottom-color: var(--weiß);
}

.newsletter-wrapper {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 100%;
  padding: 60px;
}

.newsletter-berschriftenblock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.symbol-wrapper-50px {
  background-color: var(--weiß);
  border-radius: 50%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.berschrift-mittel-links {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
}

.fu-zeileninhalt {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.impdat-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.vertikale-linie {
  background-color: var(--weiß);
  width: 1px;
  height: 20px;
}

.copyright {
  text-align: center;
  margin-bottom: 2px;
  font-size: 12px;
}

.copyright-text-wrapper {
  margin-top: 20px;
}

.titelabschnitt-klein {
  height: 65vh;
  position: relative;
}

.titelabschnitt-klein.zweitfarbe._80vh {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slogan-klein {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 45px;
}

.slogan-klein.kursive-schriftart {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.bild-wrapper-55vh {
  z-index: 5;
  border-radius: 20px;
  width: 100%;
  height: 55vh;
  position: relative;
  overflow: hidden;
}

.hintergrund-bild-block-rechts {
  border-radius: 20px;
  width: 100%;
  height: 55vh;
}

.hintergrund-bild-block-rechts.highlights {
  z-index: 1;
  position: absolute;
  inset: -5% -3% auto auto;
}

.hintergrund-bild-block-links {
  border-radius: 20px;
  width: 100%;
  height: 55vh;
}

.hintergrund-bild-block-links.highlights {
  z-index: 1;
  position: absolute;
  inset: -5% auto auto -3%;
}

.berschrift-mittel-mittig {
  text-align: center;
  margin-top: 0;
  font-size: 36px;
}

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

.bild-wrapper-35vh {
  border-radius: 20px;
  width: 100%;
  height: 35vh;
  overflow: hidden;
}

.kontakt-symbol {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 8px 5px;
  display: flex;
}

.kontakt-symbol.highlights {
  transition: all .3s ease-in-out;
}

.kontakt-symbol.highlights:hover {
  transform: translate(0, -5px);
  box-shadow: 5px 5px 15px #0000004d;
}

.margin-oben {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

._2er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.kontakt-symbol-wrapper {
  border: 1px solid var(--weiß);
  background-color: var(--highlights);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-top: -60px;
  padding: 15px 20px;
}

.text-field-dark {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--weiß);
  color: #333;
  background-color: #0000;
  min-height: 55px;
  font-size: 16px;
}

.text-field-dark::placeholder {
  color: #fff9;
}

.text-field-dark.flie-text {
  border-bottom-color: #333;
}

.text-field-dark.flie-text:active, .text-field-dark.flie-text:focus {
  border-bottom-color: var(--schwarz);
}

.text-field-dark.flie-text::placeholder {
  color: #00000073;
}

.arrow-up {
  border: 1px solid var(--weiß);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding: 10px 12px;
  transition: all .3s ease-in-out;
  position: fixed;
  inset: auto 1% 5% auto;
}

.arrow-up.highlights {
  z-index: 999;
}

.arrow-up.highlights:hover {
  box-shadow: 5px 5px 15px #0000004d;
}

.logo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.logo-grid.zweitfarbe-wei {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.zweitfarbe-wei {
  color: #333;
  background-color: #fff;
}

.titelbild-2 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.top-civ {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.image-101 {
  object-fit: cover;
  height: auto;
}

.image-101._100 {
  width: 100%;
  height: 100%;
}

.social-media-icon {
  object-fit: contain;
  width: 45px;
  height: 45px;
}

.titelbild-80 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% auto auto;
}

.titelinhalt-klein-2 {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--weiß);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 0 5px #0003;
}

.titelinhalt-klein-2.zweitfarbe {
  z-index: 20;
  position: relative;
}

.titelbild-wrapper-100 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.section-spc {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25vh 10vw 15vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.outer-wrap {
  z-index: 100;
  width: 50%;
  position: absolute;
  inset: auto auto -20%;
}

.frame {
  border-radius: 20px;
  width: 100%;
  position: absolute;
  inset: -5% -1% 5% 1%;
}

.link-block {
  width: 100%;
  height: 15vh;
}

.wrap-text {
  overflow-wrap: anywhere;
}

.success-message {
  color: #000;
  font-family: Poppins, sans-serif;
}

.error-message-2 {
  color: #333;
  font-family: Poppins, sans-serif;
}

.link-block-2 {
  object-fit: fill;
}

.logo-wei-footer {
  filter: brightness(0%) invert() grayscale();
  margin-right: auto;
}

.logo-link-footer {
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 12vw;
  text-decoration: none;
  display: flex;
}

.wrap-mobil {
  overflow-wrap: anywhere;
}

.success-message-2 {
  background-color: #fff;
  font-family: Poppins, sans-serif;
}

.error-message-3 {
  font-family: Poppins, sans-serif;
}

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

.utility-page.highlights {
  padding-left: 100px;
  padding-right: 100px;
}

.utility-page-rel {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-102 {
  filter: invert() brightness(200%);
  object-fit: contain;
  height: 10rem;
}

.heading-4 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
}

.text-block {
  font-family: Poppins, sans-serif;
}

.wrapp {
  overflow-wrap: anywhere;
}

.code-embed {
  width: 100%;
}

.code-embed-2 {
  opacity: .7;
  transition: all .5s;
  position: absolute;
  inset: auto 1% auto auto;
}

.code-embed-2:hover {
  opacity: 1;
}

.angebote-grid {
  width: 100%;
}

.lightbox-link {
  height: auto;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal1_component-2 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 60rem;
  height: auto;
  max-height: 90vh;
  padding: 3rem;
  position: relative;
  overflow: auto;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.hide-mobile-landscape {
  filter: invert();
}

.show-mobile-landscape {
  display: none;
}

.flyer-images {
  object-fit: contain;
  height: 50vh;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.angebote-grid-1, .angebote-grid-2 {
  grid-template-rows: auto;
  width: 100%;
}

.modal1_content-wrapper-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 55rem;
  height: auto;
  max-height: 90vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.dropdown-list {
  transition: all .2s;
  position: relative;
}

.dropdown-list.w--open {
  background-color: #0000;
  margin-top: 41px;
  padding-right: 127px;
}

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

.faq-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 31px;
  padding: 0;
  display: flex;
  position: relative;
}

.faq-bg-image {
  position: absolute;
  inset: 4% auto auto -1%;
}

.faq-icon-line {
  background-color: #fff;
  border-radius: 10px;
  width: 3px;
  height: 15px;
  position: absolute;
}

.accrodian-item {
  background-color: var(--highlights);
  border-radius: 18px;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  transition: all .2s;
  box-shadow: 0 2px 16px 2px #00000026;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.latest-heading-wrapper {
  text-align: center;
}

.latest-heading-wrapper.m-btm {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.accrodian-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.accrodian-toggle.w--open {
  padding: 0;
}

.faq-icon-line-2 {
  background-color: #fff;
  border-radius: 10px;
  width: 15px;
  height: 3px;
}

.blog-accrodian-question {
  color: #fff;
  white-space: pre-wrap;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.accrodian-ans {
  color: #fff;
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.section-faq {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-5 {
  width: fit-content;
  padding-right: 5px;
}

.icon-small {
  filter: invert();
  width: 25px;
}

.icon-small.big {
  width: 35px;
}

@media screen and (max-width: 991px) {
  .submit-button.wei.flie-text {
    padding: 12px 25px;
    font-size: 13px;
  }

  .submit-button.highlights.flie-text {
    padding: 12px 20px;
    font-size: 13px;
  }

  .logo-link {
    width: 10rem;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu {
    z-index: 100;
    border-bottom: 1px none var(--highlights);
    background-color: var(--zweitfarbe);
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
  }

  .menu-button {
    border: 1px solid var(--zweitfarbe);
    background-color: var(--zweitfarbe);
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: var(--zweitfarbe);
  }

  .icon {
    color: #333;
  }

  .kopfzeile.highlights {
    border-bottom: 1px solid var(--zweitfarbe);
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .logo-wei {
    margin-left: auto;
  }

  .navlink.flie-text {
    color: #333;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
  }

  .navlink.flie-text:hover, .navlink.flie-text.w--current {
    color: var(--highlights);
  }

  .div_block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .titelabschnitt {
    height: 90vh;
  }

  .titelabschnitt.sub_page, .titelabschnitt.zweitfarbe {
    height: 80vh;
  }

  .section_1 {
    padding: 80px 5%;
  }

  .paragraph_left.flie-text {
    font-size: 15px;
  }

  .text-field.flie-text {
    font-size: 14px;
  }

  .impdat, .success {
    padding: 60px;
  }

  .success-block {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .success-block.highlights {
    padding: 60px;
  }

  .heading-success.heading-2 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .error-message {
    width: auto;
  }

  .text-field-4 {
    height: 5vh;
  }

  .form-wrap {
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 70px;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .abschnitt-mittig, .abschnitt-mittig.zweitfarbe {
    padding: 60px;
  }

  .feature-image {
    height: 400px;
  }

  .fu-zeile.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .absatz-mittig.flie-text {
    font-size: 15px;
  }

  .titelbild-wrapper {
    height: 100%;
  }

  .titelbild.adj {
    object-fit: cover;
  }

  .titelbild.center {
    object-position: 90% 50%;
  }

  .titelinhalt-block {
    z-index: 0;
    height: auto;
    inset: auto 0% 0%;
  }

  .titelinhalt-wrapper.wgite {
    width: 100%;
    padding: 40px 20px;
  }

  .slogan-label.flie-text.farbe-der-headings {
    font-size: 18px;
  }

  .slogan.kursive-schriftart {
    font-size: 55px;
  }

  .teiler.highlights {
    width: 25%;
  }

  .berschriftenblock-mittig {
    width: 100%;
  }

  .label-mittig.flie-text.farbe-der-headings {
    font-size: 18px;
  }

  .berschrift-gro-mittig.heading-1 {
    margin-top: 0;
    font-size: 30px;
  }

  .inhalt-80, .inhalt-65 {
    width: 100%;
  }

  .button-wrapper {
    text-align: center;
  }

  .button.highlights.flie-text, .button.wei.flie-text {
    padding: 10px 20px;
    font-size: 13px;
  }

  ._4er-cards-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
  }

  .card-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .symbol-wrapper-55px {
    width: 50px;
    height: 50px;
    margin-top: 0;
  }

  .berschrift-klein-mittig.heading-3 {
    font-size: 22px;
  }

  .texr-btn-link.flie-text.farbe-der-headings {
    font-size: 13px;
  }

  .abschnitt-hintergrund-bild {
    padding: 60px;
  }

  .inhaltstack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    padding: 0;
  }

  .inhalt-links {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .berschriftenblock-links {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .label-links.flie-text.farbe-der-headings {
    text-align: center;
    font-size: 18px;
  }

  .berschrift-gro-links.heading-1 {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
  }

  .text-wrapper {
    width: 100%;
  }

  .absatz-links.flie-text {
    text-align: center;
    font-size: 15px;
  }

  .absatz-links.flie-text.list {
    text-align: left;
  }

  .bild-wrapper-70vh {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 55vh;
  }

  .bild-100.is-top {
    object-position: 50% 0%;
  }

  ._3er-cards-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
  }

  ._3er-cards-grid.no-spc.is-grid {
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card-bild-wrapper {
    height: 55vh;
  }

  .hover-block {
    opacity: .9;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 10px;
    padding-right: 10px;
    inset: auto 0% 0% auto;
  }

  .symbol-wrapper-70px {
    width: 55px;
    height: 55px;
    padding: 15px;
  }

  .kontakt-info-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .kontakt-info-block.is-vertical {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .kontakt-text.flie-text {
    text-align: center;
    font-size: 14px;
  }

  .newsletter-wrapper.highlights {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .newsletter-berschriftenblock {
    justify-content: center;
    align-items: center;
  }

  .symbol-wrapper-50px {
    width: 45px;
    height: 45px;
  }

  .berschrift-mittel-links.heading-2 {
    text-align: center;
    font-size: 30px;
  }

  .fu-zeileninhalt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .titelabschnitt-klein {
    height: 90vh;
  }

  .titelabschnitt-klein.zweitfarbe {
    height: 70vh;
  }

  .slogan-klein.kursive-schriftart {
    font-size: 30px;
  }

  .hintergrund-bild-block-rechts.highlights {
    height: 100%;
    top: -3.5%;
    right: -2%;
  }

  .hintergrund-bild-block-links.highlights {
    height: 100%;
    top: -3.5%;
    left: -2%;
  }

  .berschrift-mittel-mittig.heading-2 {
    font-size: 30px;
  }

  ._3er-team-grid {
    flex-flow: column;
    display: flex;
  }

  .bild-wrapper-35vh {
    width: auto;
    height: 50vh;
  }

  .margin-oben {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .margin-oben.is-btm_margin {
    margin-bottom: 40px;
  }

  ._2er-grid {
    margin-top: 0;
  }

  .kontakt-symbol-wrapper {
    width: 60px;
    height: 60px;
    padding: 15px;
  }

  .text-field-dark.flie-text {
    font-size: 14px;
  }

  .arrow-up.highlights {
    width: 40px;
    height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    bottom: 2%;
  }

  .logo-grid.zweitfarbe-wei {
    padding: 20px;
  }

  .image-101 {
    width: 100%;
  }

  .social-media-icon {
    width: 40px;
    height: 40px;
  }

  .titelinhalt-klein-2.zweitfarbe {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 20px;
  }

  .section-spc {
    padding: 60px;
  }

  .section-spc.is-top_pdding {
    padding-top: 100px;
  }

  .section-spc.is-top_pdding.obenn {
    padding-top: 140px;
  }

  .section-spc.oben {
    padding-top: 100px;
  }

  .outer-wrap {
    width: 80%;
    inset: auto auto -40px;
  }

  .link-block {
    height: 5rem;
  }

  .logo-wei-footer {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .logo-link-footer, .logo-link-footer.w--current {
    width: 10rem;
  }

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

  .code-embed-2 {
    opacity: 1;
    width: 10rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: auto 40%;
  }

  .angebote-grid {
    flex-flow: column;
    display: flex;
  }

  .modal1_content-wrapper-2 {
    width: 90%;
    max-width: none;
    max-height: 80vh;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .angebote-grid-1, .angebote-grid-2 {
    flex-flow: column;
    display: flex;
  }

  .modal1_content-wrapper-3 {
    width: 90%;
    max-width: none;
    max-height: 80vh;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .dropdown-list.w--open {
    padding-right: 0;
  }

  .accrodian-item {
    border-radius: 24px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-accrodian-question {
    font-size: 18px;
  }

  .accrodian-ans {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .submit-button.wei.flie-text {
    padding: 10px 20px;
    font-size: 12px;
  }

  .submit-button.highlights.flie-text {
    padding: 10px 15px;
    font-size: 12px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .terminbutton.highlights.flie-text {
    align-self: flex-start;
  }

  .divblock1 {
    height: auto;
  }

  .menu-button {
    padding: 12px;
  }

  .kopfzeile.highlights {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navlink.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div_block {
    justify-content: flex-end;
    padding-bottom: 100px;
  }

  .titelabschnitt {
    height: 400px;
  }

  .titelabschnitt.zweitfarbe {
    height: 30rem;
  }

  .paragraph_left.flie-text {
    font-size: 14px;
  }

  .text-field.flie-text {
    min-height: 50px;
  }

  .impdat {
    padding: 40px;
  }

  .impdat.is-wrap {
    overflow-wrap: anywhere;
  }

  .success {
    height: auto;
    padding: 40px;
  }

  .success-block {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .success-block.highlights {
    padding: 40px;
  }

  .heading-success.heading-2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .checkbox-field-2 {
    margin-top: 10px;
  }

  .text-field-4 {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-4::placeholder {
    text-align: center;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .form-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

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

  .maos-footer {
    height: 100px;
  }

  .abschnitt-mittig, .abschnitt-mittig.zweitfarbe {
    padding: 40px;
  }

  .feature-image {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .fu-zeile.highlights {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .absatz-mittig.flie-text {
    font-size: 14px;
  }

  .titelinhalt-wrapper.wgite {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slogan-label.flie-text.farbe-der-headings {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .slogan.kursive-schriftart {
    font-size: 45px;
  }

  .berschriftenblock-mittig {
    margin-bottom: 30px;
  }

  .label-mittig.flie-text.farbe-der-headings {
    font-size: 16px;
  }

  .berschrift-gro-mittig.heading-1 {
    font-size: 25px;
  }

  .button.highlights.flie-text, .button.wei.flie-text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  ._4er-cards-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
  }

  .symbol-wrapper-55px {
    width: 45px;
    height: 45px;
  }

  .berschrift-klein-mittig.heading-3 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .texr-btn-link.flie-text.farbe-der-headings {
    font-size: 12px;
  }

  .abschnitt-hintergrund-bild {
    padding: 40px;
  }

  .berschriftenblock-links {
    margin-bottom: 30px;
  }

  .label-links.flie-text.farbe-der-headings {
    font-size: 16px;
  }

  .berschrift-gro-links.heading-1 {
    font-size: 25px;
  }

  .absatz-links.flie-text {
    font-size: 14px;
  }

  .bild-wrapper-70vh {
    height: 25rem;
  }

  .bild-wrapper-70vh.auto {
    height: auto;
  }

  ._3er-cards-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
  }

  ._3er-cards-grid.no-spc.is-grid {
    flex-flow: column;
    display: flex;
  }

  .card-bild-wrapper {
    height: 25rem;
  }

  .symbol-wrapper-70px {
    width: 50px;
    height: 50px;
    padding: 12px;
  }

  .symbol-wrapper-20px {
    width: 18px;
    height: 18px;
  }

  .newsletter-wrapper.highlights {
    padding: 40px;
  }

  .newsletter-berschriftenblock {
    margin-bottom: 30px;
  }

  .symbol-wrapper-50px {
    width: 40px;
    height: 40px;
  }

  .berschrift-mittel-links.heading-2 {
    font-size: 25px;
    line-height: 1.3;
  }

  .fu-zeileninhalt {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .titelabschnitt-klein {
    height: 400px;
  }

  .titelabschnitt-klein.zweitfarbe {
    height: 28rem;
  }

  .slogan-klein.kursive-schriftart {
    font-size: 25px;
  }

  .bild-wrapper-55vh {
    height: 25rem;
  }

  .hintergrund-bild-block-rechts.highlights, .hintergrund-bild-block-links.highlights {
    top: -3%;
  }

  .berschrift-mittel-mittig.heading-2 {
    font-size: 25px;
    line-height: 1.3;
  }

  .bild-wrapper-35vh {
    width: 100%;
    height: 25rem;
  }

  .margin-oben {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 30px;
  }

  .margin-oben.is-btm_margin {
    margin-bottom: 30px;
  }

  ._2er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .kontakt-symbol-wrapper {
    width: 55px;
    height: 55px;
    padding: 12px;
  }

  .text-field-dark.flie-text {
    min-height: 50px;
  }

  .logo-grid.zweitfarbe-wei {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .social-media-icon {
    width: 35px;
    height: 35px;
  }

  .section-spc {
    padding: 40px;
  }

  .section-spc.is-top_pdding {
    padding-top: 80px;
  }

  .outer-wrap {
    width: 85%;
  }

  .link-block {
    width: auto;
    height: 3rem;
  }

  .link-block.small {
    height: 3rem;
  }

  .image-102 {
    height: 5rem;
  }

  .heading-4 {
    font-size: 25px;
  }

  .modal1_component-2 {
    justify-content: center;
    align-items: center;
  }

  .modal1_content-wrapper-2 {
    max-height: 85vh;
    padding-bottom: 3rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .show-mobile-landscape {
    filter: invert();
    display: block;
  }

  .modal1_content-wrapper-3 {
    max-height: 85vh;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .accrodian-item {
    padding-left: 22px;
    padding-right: 21px;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-accrodian-question {
    white-space: pre-wrap;
    width: 92%;
    font-size: 16px;
    line-height: 1.3;
  }

  .accrodian-ans {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .submit-button.highlights.flie-text {
    margin-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
  }

  .logo-link {
    width: 9rem;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .menu-button {
    padding: 10px;
  }

  .kopfzeile.highlights {
    padding-left: 10px;
    padding-right: 20px;
  }

  .navlink.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .div_block {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .titelabschnitt {
    height: 300px;
  }

  .titelabschnitt.sub_page {
    height: 55vh;
  }

  .titelabschnitt.zweitfarbe.small {
    height: 20rem;
  }

  .paragraph_left.flie-text {
    font-size: 13px;
  }

  .heading_center_small_1.heading-1 {
    font-size: 25px;
    line-height: 35px;
  }

  .maps {
    height: 200px;
  }

  .text-field.flie-text {
    min-height: 45px;
    font-size: 13px;
  }

  .impdat, .success {
    padding-left: 20px;
    padding-right: 20px;
  }

  .success-block.highlights {
    padding: 20px;
  }

  .heading-success {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-success.heading-2 {
    font-size: 18px;
  }

  .text-field-4 {
    width: 100%;
    height: 4vh;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .impdat-2 {
    padding: 40px 10px;
  }

  .impdat-2.flie-text {
    min-height: auto;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 60px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

  .abschnitt-mittig, .abschnitt-mittig.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .absatz-mittig.flie-text {
    font-size: 13px;
  }

  .titelinhalt-wrapper.wgite {
    padding: 20px 5px;
  }

  .slogan-label.flie-text.farbe-der-headings {
    font-size: 13px;
  }

  .slogan.kursive-schriftart {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .berschriftenblock-mittig {
    margin-bottom: 20px;
  }

  .label-mittig.flie-text.farbe-der-headings {
    font-size: 13px;
  }

  .berschrift-gro-mittig.heading-1 {
    font-size: 22px;
  }

  .button-wrapper {
    margin-top: 10px;
  }

  .button.highlights.flie-text, .button.wei.flie-text {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
  }

  .btn-symbol-wrapper {
    width: 22px;
    height: 22px;
  }

  .card-wrapper {
    padding: 15px;
  }

  .card-wrapper.zweitfarbe {
    padding: 10px;
  }

  .symbol-wrapper-55px {
    width: 40px;
    height: 40px;
  }

  .berschrift-klein-mittig.heading-3 {
    margin-top: 10px;
    font-size: 18px;
  }

  .texr-btn-link.flie-text.farbe-der-headings {
    font-size: 11px;
  }

  .abschnitt-hintergrund-bild {
    padding-left: 20px;
    padding-right: 20px;
  }

  .berschriftenblock-links {
    margin-bottom: 20px;
  }

  .label-links.flie-text.farbe-der-headings {
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 13px;
  }

  .berschrift-gro-links.heading-1 {
    font-size: 22px;
  }

  .absatz-links.flie-text {
    font-size: 13px;
  }

  .bild-wrapper-70vh {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .bild-wrapper-70vh.auto, .bild-100.oben {
    height: auto;
  }

  ._3er-cards-grid.no-spc.is-grid {
    grid-row-gap: 40px;
  }

  .hover-block {
    padding-top: 5px;
    padding-right: 5px;
  }

  .symbol-wrapper-70px {
    width: 45px;
    height: 45px;
    padding: 10px;
  }

  .kontakt-info-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .newsletter-wrapper.highlights {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 20px;
  }

  .newsletter-berschriftenblock {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .symbol-wrapper-50px {
    width: 35px;
    height: 35px;
  }

  .berschrift-mittel-links.heading-2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .fu-zeileninhalt, .impdat-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .titelabschnitt-klein {
    height: 300px;
  }

  .titelabschnitt-klein.zweitfarbe.large {
    height: 20rem;
  }

  .slogan-klein.kursive-schriftart {
    font-size: 20px;
  }

  .hintergrund-bild-block-rechts.highlights, .hintergrund-bild-block-links.highlights {
    top: -2%;
  }

  .berschrift-mittel-mittig.heading-2 {
    font-size: 20px;
  }

  .margin-oben {
    margin-top: 20px;
  }

  .margin-oben.is-btm_margin {
    margin-bottom: 20px;
  }

  .kontakt-symbol-wrapper {
    width: 50px;
    height: 50px;
    margin-top: -45px;
    padding: 10px;
  }

  .text-field-dark.flie-text {
    min-height: 45px;
    font-size: 13px;
  }

  .arrow-up.highlights {
    width: 35px;
    height: 35px;
    padding: 5px 8px;
  }

  .logo-grid.zweitfarbe-wei {
    padding: 10px;
  }

  .image-101 {
    height: auto;
  }

  .titelinhalt-klein-2.zweitfarbe {
    padding: 10px;
  }

  .section-spc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-spc.is-top_pdding.obenn {
    padding-top: 120px;
  }

  .link-block, .link-block.small {
    height: 2.5rem;
  }

  .wrap-mobil {
    overflow-wrap: anywhere;
  }

  .utility-page.highlights {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-4 {
    font-size: 20px;
  }

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

  .modal1_component-2 {
    width: auto;
    height: auto;
  }

  .faq-bg-image {
    top: 4%;
    left: -55vw;
  }

  .accrodian-item {
    height: 100%;
    padding: 22px 10px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .latest-heading-wrapper {
    text-align: left;
  }

  .latest-heading-wrapper.m-btm {
    text-align: center;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .accrodian-toggle {
    justify-content: flex-end;
  }

  .blog-accrodian-question {
    white-space: normal;
    width: 90%;
    font-size: 13px;
  }

  .accrodian-ans {
    font-size: 13px;
  }
}

#w-node-_92204ba5-3bca-04e2-2d09-7bc84e84c553-c55a1a8e, #w-node-_75917614-3b9a-6355-0b19-80c36a7a0176-c55a1a8e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3bc78756-50b0-5315-a56e-8f65dcd91fb2-c55a1ab6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8060972-ee8f-944c-f5f5-34ccc2889be0-c55a1abc, #w-node-e95d3115-d618-04fd-8bea-16474958c39f-c55a1ac1, #w-node-_0d8a4381-b17a-a7f2-49a2-7e1e0ca5130f-c55a1ac1, #w-node-_11651ccf-048c-2153-d327-3bc1a1bbab53-c55a1ac1, #w-node-_899c836d-9ed5-e222-51e5-047c1eb92d57-c55a1ac1, #w-node-a0caf673-23e4-55cb-10d6-d0707d249c3b-c55a1ac1, #w-node-_2c0d7fc8-603d-ec8c-b7e1-e69d7b5b4768-c55a1aca, #w-node-_58b64de2-acef-8e53-3667-1b6504efec0b-0cbf9afb, #w-node-cc56b4fa-e8e0-4e00-1f01-0dae86bc9847-0cbf9afb, #w-node-_4e2d038c-257e-5334-1f5b-11de2accf67d-0cbf9afb, #w-node-_1a850599-637a-5bdf-b042-9fba692a7a0a-0cbf9afb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_39657c3c-d716-badd-ee07-a9d945272e84-b7f17d03 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_58b64de2-acef-8e53-3667-1b6504efec0b-a356acde, #w-node-cc56b4fa-e8e0-4e00-1f01-0dae86bc9847-a356acde, #w-node-_4e2d038c-257e-5334-1f5b-11de2accf67d-a356acde, #w-node-_1a850599-637a-5bdf-b042-9fba692a7a0a-a356acde {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_92204ba5-3bca-04e2-2d09-7bc84e84c553-c55a1a8e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_92204ba5-3bca-04e2-2d09-7bc84e84c555-c55a1a8e {
    order: -9999;
  }

  #w-node-_75917614-3b9a-6355-0b19-80c36a7a0176-c55a1a8e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0054a0c3-9a63-17f4-389e-0a79194d26bb-c55a1abc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e8060972-ee8f-944c-f5f5-34ccc2889be0-c55a1abc, #w-node-e95d3115-d618-04fd-8bea-16474958c39f-c55a1ac1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e95d3115-d618-04fd-8bea-16474958c3b7-c55a1ac1 {
    order: -9999;
  }

  #w-node-_0d8a4381-b17a-a7f2-49a2-7e1e0ca5130f-c55a1ac1, #w-node-_11651ccf-048c-2153-d327-3bc1a1bbab53-c55a1ac1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_11651ccf-048c-2153-d327-3bc1a1bbab6b-c55a1ac1 {
    order: -9999;
  }

  #w-node-_899c836d-9ed5-e222-51e5-047c1eb92d57-c55a1ac1, #w-node-a0caf673-23e4-55cb-10d6-d0707d249c3b-c55a1ac1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a0caf673-23e4-55cb-10d6-d0707d249c53-c55a1ac1 {
    order: -9999;
  }

  #w-node-_2c0d7fc8-603d-ec8c-b7e1-e69d7b5b4768-c55a1aca {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2c0d7fc8-603d-ec8c-b7e1-e69d7b5b4780-c55a1aca {
    order: -9999;
  }

  #w-node-_58b64de2-acef-8e53-3667-1b6504efec0b-0cbf9afb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58b64de2-acef-8e53-3667-1b6504efec23-0cbf9afb {
    order: -9999;
  }

  #w-node-cc56b4fa-e8e0-4e00-1f01-0dae86bc9847-0cbf9afb, #w-node-_4e2d038c-257e-5334-1f5b-11de2accf67d-0cbf9afb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4e2d038c-257e-5334-1f5b-11de2accf695-0cbf9afb {
    order: -9999;
  }

  #w-node-_1a850599-637a-5bdf-b042-9fba692a7a0a-0cbf9afb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b0f24790-2cc6-7eb2-b34e-18bd36df03bb-b7f17d03 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f6e36db-95ef-6f80-7e07-ac43232ff25c-b7f17d03 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_0ad51fff-a937-bb7e-a95f-30dbd2ce5620-b7f17d03 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_9c6dfba5-807d-6fab-0eda-6a75f05d8b76-b7f17d03 {
    grid-area: 3 / 4 / 4 / 5;
  }

  #w-node-e62c8c5d-aaa3-ebd3-731a-f5dbbba8e483-b7f17d03, #w-node-bd07c684-6180-8ba5-9911-41ef3922776f-b7f17d03, #w-node-_39657c3c-d716-badd-ee07-a9d945272e84-b7f17d03 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_58b64de2-acef-8e53-3667-1b6504efec0b-a356acde {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58b64de2-acef-8e53-3667-1b6504efec23-a356acde {
    order: -9999;
  }

  #w-node-cc56b4fa-e8e0-4e00-1f01-0dae86bc9847-a356acde, #w-node-_4e2d038c-257e-5334-1f5b-11de2accf67d-a356acde {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4e2d038c-257e-5334-1f5b-11de2accf695-a356acde {
    order: -9999;
  }

  #w-node-_1a850599-637a-5bdf-b042-9fba692a7a0a-a356acde {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


