:root {
  --purple: #3a1144;
  --beige: #faf1e8;
  --gold: #dcbf76;
  --beige-2: #fbf7f2;
  --creme: #efede9;
}

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

label {
  margin-bottom: 5px;
  font-weight: 200;
  display: block;
}

.utility-page-wrap {
  background-image: linear-gradient(135deg, #0d0d38, #313f67 44%, #232a34);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.is-404 {
  background-image: none;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  max-width: 42.5rem;
  display: flex;
}

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

.submit-button {
  background-color: #0d0e37;
}

.logo-img {
  object-fit: contain;
  width: 35vw;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: contain;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.logo.w--current {
  flex-flow: column;
}

.logo.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(--purple);
  color: #fff;
}

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

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

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

.heading-1 {
  font-family: Playfair Display, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.heading-2 {
  font-family: Playfair Display, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

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

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

.farbe-der-headings {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #c6962f, #e5c672 30%, #e5d292 44%, #c89e3c);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.3;
}

.navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar.hauptfarbe {
  z-index: 10;
  color: #fff;
  position: sticky;
  top: 0;
}

.terminbutton {
  text-transform: uppercase;
}

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

.terminbutton.highlights:hover {
  color: #fff;
  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, .impressum {
  color: #fff;
  text-decoration: none;
}

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

._1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-text {
  line-height: 1.3;
}

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

.div-block-41.highlights {
  color: #fff;
}

.logo-postion {
  z-index: 10;
  filter: brightness(0%) invert();
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5vw;
  position: relative;
}

.navbar-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100vw;
  max-height: 100vh;
  padding-top: 15vh;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.nav-menu-2.hauptfarbe {
  color: #fff;
}

.nav-link-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  position: static;
}

.nav-link-4:hover {
  color: #919191;
  width: 100%;
}

.menu-button-1 {
  z-index: 10;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-button-1.hauptfarbe {
  background-image: linear-gradient(#465116, #465116);
}

.icon {
  color: #000;
  width: 25px;
  height: 25px;
}

.titelvideo1-3 {
  color: #fff;
  background-image: linear-gradient(#0006, #0006);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.wei-er-rahmen {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60vw;
  display: flex;
}

.titelvideo-start-3 {
  background-image: url('../images/image-1.webp');
  background-position: 50%;
  background-size: cover;
  height: 89vh;
  position: relative;
}

.divider {
  width: 20vw;
  height: 4px;
  margin-bottom: 10px;
}

.divider.highlights {
  width: 15vw;
  margin-bottom: 20px;
}

.inhalt-mittig-untereinander-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-mittig {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

.heading-mittig.heading-1 {
  z-index: 5;
  z-index: 5;
  font-family: Playfair Display, sans-serif;
  position: relative;
}

.section-gro-e-abst-nde1-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15vh 12vw;
  display: flex;
}

.section-gro-e-abst-nde1-2.zweitfarbe {
  background-image: linear-gradient(180deg, #fff, var(--beige-2) 10%, var(--beige) 23%, var(--beige) 75%, var(--beige-2) 89%, white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-width: 0 0 3px;
  border-color: #000 #000 #dcbf76;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.section-gro-e-abst-nde1-2.zweitfarbe.is-bottom-content {
  background-image: linear-gradient(180deg, #fff, var(--beige-2) 10%, var(--beige) 23%, var(--beige-2) 100%, var(--beige) 100%, white);
}

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

.heading-mittig-klein1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 28px;
  line-height: 30px;
}

.heading-mittig-klein1.heading-2 {
  line-height: 1.3;
}

._4er-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

._2er-grid.outline {
  border: 1px solid #979797;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
}

._2er-grid.max-width-large {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.feature-image-mask {
  justify-content: space-between;
  width: 100%;
  height: 60vh;
  margin-right: 0;
  display: flex;
  position: relative;
}

.feature-image-mask.versetzt {
  height: 55vh;
  position: relative;
  top: 40px;
  right: 40px;
}

.feature-image-mask.versetzt.links {
  top: 40px;
  left: 40px;
  right: auto;
}

.text-links1 {
  font-size: 16px;
  line-height: 26px;
}

.text-links1.flie-text {
  margin-bottom: 0;
  display: block;
}

.text-links1.flie-text.ch-edit-1 {
  width: 75ch;
}

.text-links1.flie-text.colour2 {
  color: #000;
}

.hintergrund-wei {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
}

.hintergrund-wei.versetzt {
  height: auto;
  position: relative;
  right: 40px;
}

.mehr-erfahren2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren2:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren2.heading-2.gradient {
  background-color: var(--purple);
  color: #fff;
  background-image: none;
  font-family: Lexend, sans-serif;
  font-weight: 200;
}

.mehr-erfahren2.heading-2.gradient:hover {
  background-image: none;
}

.heading-links1 {
  margin-top: 10px;
}

.bild-cover-section1 {
  background-image: linear-gradient(180deg, var(--beige), transparent), linear-gradient(to bottom, #ffffff80, #ffffff80), url('../images/klang-bild-9.webp');
  -webkit-text-fill-color: inherit;
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 45vh;
  padding: 5vh 10vw;
  display: flex;
}

.bild-cover-section1.img-2 {
  background-image: linear-gradient(180deg, var(--beige), transparent), url('../images/Hörtraining-3.webp');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.bild-cover-section1.img-3 {
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.bild-cover-section1.img-4 {
  background-image: linear-gradient(180deg, var(--beige), transparent), url('../images/image-13.webp');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.bild-cover-section1.img-3 {
  background-image: linear-gradient(180deg, var(--beige), transparent), url('../images/Hörtraining-4.webp');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.bild-cover-section1.img-7 {
  background-image: linear-gradient(180deg, var(--beige-2), transparent), url('../images/image-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.bild-cover-section1.no-bg {
  background-image: linear-gradient(180deg, var(--beige), transparent);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  position: relative;
  overflow: hidden;
}

.bild-cover-1 {
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/AdobeStock_508242558_Preview.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-wei-1 {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60%;
  padding: 60px;
  display: flex;
}

.titelvideo-unterseiten {
  height: 70vh;
  position: relative;
}

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

.heading-klein-links.heading-2 {
  line-height: 1.3;
}

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

.kreis1 {
  aspect-ratio: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.kreis1.zweitfarbe {
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  padding: 20px 0 0;
}

.text-mittig1 {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.text-mittig1.flie-text.is-training {
  text-transform: uppercase;
  white-space: break-spaces;
  font-weight: 500;
}

.heading-block1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
  position: relative;
}

.div-block-farbig1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  display: flex;
}

.div-block-farbig1.is-training {
  justify-content: flex-start;
  align-items: center;
}

.bildcover-black1 {
  color: #fff;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/AdobeStock_304379136-min_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 10vw;
  display: flex;
}

.div-block-farbig-1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.icon-1 {
  object-fit: cover;
  width: auto;
  height: 50px;
  margin-bottom: 20px;
}

.icon-1.invert {
  filter: invert();
}

.success-2 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  line-height: 1.3;
}

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

.impdat-3.flie-text {
  padding-top: 100px;
}

.div-block-footer1 {
  color: #000;
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.footer-1 {
  margin-top: auto;
  padding: 60px 140px;
}

.footer-1.hauptfarbe {
  background-color: var(--creme);
  padding-bottom: 10px;
}

.heading-footer {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
}

.inhalt-footer {
  width: 100%;
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
}

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field-3 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field-3.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.left-part {
  z-index: 3;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #fff;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  align-items: center;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

.form-block-3 {
  width: 100%;
}

.navigation-menu {
  z-index: 9;
  width: 0%;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

.div-block-42 {
  width: 100%;
}

.right-part {
  z-index: 3;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form-2 {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.text-field-4 {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, 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;
}

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

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

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

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

.form1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.link {
  text-decoration: none;
  display: block;
}

.link.black {
  color: #333;
}

.impdat-2 {
  min-height: 80vh;
  padding: 100px 40px;
}

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

.impressum-link, .datenschutz-link {
  color: #000;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
}

.html-embed-2 {
  height: 100%;
}

.div-block-43 {
  display: block;
}

.navlink3 {
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  transition: all .5s;
}

.navlink3.flie-text {
  text-transform: uppercase;
  border-radius: 0;
  transition: opacity .2s;
}

.navlink3.flie-text.w--current {
  color: #000;
}

.navlink3.flie-text.w--current:hover {
  outline-offset: 0px;
  border: 1px #000;
  border-bottom-width: 4px;
  outline: 3px #dcbf76;
}

.men-3.hauptfarbe {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.navlinks3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navlinks3.hauptfarbe {
  color: #fff;
  background-color: #0000;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}

.navbar3 {
  z-index: 1000;
  background-color: var(--creme);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 2px 40px #00000040;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  line-height: 1.3;
}

.image-wrapper {
  width: 100%;
  height: 100%;
}

.image-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-100.left {
  object-position: 100% 50%;
}

.image-100.grid_wwb {
  aspect-ratio: 1;
}

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

.textarea-2 {
  color: #333;
  line-height: 3;
}

.password_image {
  width: 100%;
  height: 100%;
  padding: 111px;
}

.heading-4, .text-block-2 {
  color: #000;
}

.html-embed-3 {
  height: 500px;
}

.html-embed-4 {
  width: 100%;
}

.text-span {
  color: var(--gold);
}

.invert {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.spacer {
  height: 20px;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #0d0e37;
  border: 10px solid #fff;
  border-radius: 6rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0 1px 12px #0003;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.ablaufplan-big-button-4 {
  z-index: 2;
  color: #fff;
  background-color: #0d0e37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

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

.ablaufplan-big-button-4.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: 80px auto auto 0%;
}

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

.ablaufplan-big-button-4.black.ablaufplan {
  top: 200px;
}

.flie-text-2 {
  font-weight: 400;
  line-height: 1.5;
}

.selection-field {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

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

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

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

._3er-grid-main {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section_3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15vh 100px;
  display: flex;
}

.section_3.zweitfarbe {
  background-color: var(--beige-2);
  background-image: linear-gradient(180deg, #fff, var(--beige-2) 10%, var(--beige) 25%, var(--beige) 85%, var(--beige-2) 95%, white);
}

.section_3.bg {
  background-color: var(--beige);
}

.heading-mitig-sml {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}

.heading-mitig-sml.heading-1 {
  text-transform: uppercase;
}

._2er_grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}

.content-80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.cards {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 20px 20px;
  text-decoration: none;
  display: flex;
}

.cards.zweitfarbe {
  background-color: var(--creme);
  border-radius: 0;
}

.cards.zweitfarbe-1 {
  border: 2px solid var(--gold);
}

.heading-mitgi1 {
  text-align: center;
  margin-top: 10px;
  font-size: 48px;
  line-height: 58px;
}

._4er-grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100%;
  margin-top: 30px;
}

._4er-grid1.spc {
  margin-top: 10px;
}

.hintergrund {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
}

.hintergrund.versetzt {
  background-color: #fff;
  height: auto;
  position: relative;
  right: 40px;
}

.hintergrund.versetzt.rechts {
  background-color: #faf1e8;
  padding-left: 40px;
  padding-right: 0;
  right: -40px;
}

.hintergrund.versetzt.rechts.zweitfarbe-1 {
  background-color: #fcf7f3;
}

.hintergrund.versetzt.zweitfarbe {
  padding-left: 40px;
}

.hintergrund.versetzt.zweitfarbe-1.neu {
  background-color: #fcf7f3;
}

.hintergrund.versetzt.colored {
  background-color: #faf1e8;
}

.list-links {
  font-size: 16px;
  line-height: 26px;
}

.list-links.flie-text {
  margin-bottom: 0;
  display: block;
}

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

.content-70.is-rel {
  width: 50%;
  position: relative;
}

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

._2er-grid-1 {
  grid-template-rows: auto;
  width: 100%;
  margin-top: 16px;
}

.accrodian-item {
  z-index: 1;
  border-radius: 18px;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  transition: all .2s;
}

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

.heading_left_small1 {
  white-space: pre-wrap;
  word-break: keep-all;
  overflow-wrap: anywhere;
  margin-top: 0;
  font-size: 20px;
}

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

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

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

.faq-icon-2 {
  border: 2px solid #333;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: flex;
  position: relative;
}

.accordian-heading {
  width: 90%;
}

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

.paragraph-links1 {
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links1.flie-text {
  line-height: 1.5;
}

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

.galerie-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.bild-cover-sections {
  background-image: linear-gradient(180deg, var(--beige), transparent), linear-gradient(to bottom, #e7ebe3b3, #e7ebe3b3), url('../images/Arbeitsplatzausstattung-Attachment-3.webp');
  -webkit-text-fill-color: inherit;
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 45vh;
  padding: 5vh 10vw;
  display: flex;
}

.logo-md {
  height: 15vh;
}

.icon-md1 {
  width: 3rem;
  margin-bottom: 20px;
}

.gradient {
  color: #000;
  background-image: linear-gradient(135deg, #c6962f, #e5c672 30%, #e5d292 44%, #c89e3c);
  line-height: 1.3;
}

.top-bar-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5vw;
  display: flex;
}

.cards-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.icon-md {
  width: 2.5rem;
  margin-bottom: 10px;
}

.logo-icon {
  object-fit: contain;
  width: auto;
  max-width: 7rem;
  height: auto;
}

.logo-text {
  object-fit: contain;
  width: auto;
  max-width: 20rem;
}

.code-embed {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.spacer-large {
  height: 90px;
}

.bild-cover-section2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  display: flex;
  position: relative;
}

.bg-wrap {
  z-index: -1;
  filter: grayscale();
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.contnet-overlay {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5vh 10vw;
  display: flex;
}

.feature-image-mask-sml {
  justify-content: space-between;
  width: auto;
  height: 40vh;
  margin-right: 0;
  display: flex;
  position: relative;
}

.feature-image-mask-sml.versetzt {
  position: relative;
  top: 40px;
  right: 40px;
}

.spacer-md {
  height: 50px;
}

.list-grid {
  grid-template-columns: max-content 1fr;
}

.icon-sml {
  width: 2rem;
  margin-bottom: 20px;
}

.contnet-80 {
  width: 80%;
}

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

.dropdown-15 {
  font-size: 15px;
}

.dropdown-list-17 {
  border-top: 2px solid var(--gold);
  color: #fff;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list-17.w--open {
  background-color: var(--creme);
  color: #efede9;
}

.dropdown-toggle-16 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navlinkwrap {
  flex: none;
  height: 47px;
}

.content-100 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.line {
  background-color: #fff;
  width: 200px;
  height: 4px;
}

.underline {
  background-color: var(--gold);
  width: 50%;
  height: 2px;
}

.header-wrap {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-168 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small_underline {
  background-color: var(--gold);
  width: 30%;
  height: 2px;
}

.div-block-169 {
  margin-bottom: 40px;
}

.div-block-169.block170 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-link {
  font-weight: 200;
}

.dropdown-link.w--current {
  color: var(--gold);
}

.dropdown-link-2 {
  font-weight: 200;
}

.zweitfarbe-1 {
  background-color: var(--beige-2);
  color: #000;
}

.cards-border {
  border: 1px solid var(--gold);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 30vh;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards-services {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-wrapper-30vh {
  height: 30vh;
}

.service-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100%;
  margin-top: 40px;
}

._3er-grid-spaced {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.background-iamge {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.inner-wrap {
  background-image: linear-gradient(#eaebe6b3, #eaebe6b3);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.cards-border-1 {
  border: 2px solid var(--gold);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards-border-1.is-zielgruppe {
  border-width: 4px;
  padding-bottom: 10px;
}

.bild-cover-2 {
  color: #fff;
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/AdobeStock_304379136-min_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.slogan {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 85px;
}

.heading-mittig-sml {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 22px;
  line-height: 32px;
}

.small_underline-2 {
  background-color: #dcbf76;
  width: 50%;
  height: 2px;
  margin-top: 10px;
}

._2er-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
}

.heading-links1-4 {
  margin-top: 10px;
}

.logo-sml {
  height: 8vh;
}

.feature-image-mask-large {
  justify-content: space-between;
  width: 100%;
  height: 80vh;
  margin-right: 0;
  display: flex;
  position: relative;
}

.feature-image-mask-large.versetzt {
  position: relative;
  top: 40px;
  right: 40px;
}

.feature-image-mask-large.versetzt.links {
  top: 40px;
  left: 40px;
  right: auto;
}

._2er-grid-left-foucs {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

._2er-grid-left-foucs.outline {
  border: 1px solid #979797;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
}

._3er-grid1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
}

.small_underline-3 {
  background-color: #dcbf76;
  width: 50%;
  height: 2px;
  margin-top: 10px;
}

.text-mittig1-3 {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.dropdown-list-18 {
  position: static;
}

.dropdown-list-18.w--open {
  background-color: #ddd0;
  width: 100%;
}

.dropdown-list-18.max-width-large.w--open {
  max-width: 40rem;
}

.dropdown-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-toggle-17 {
  font-family: Lexend, sans-serif;
  font-weight: 200;
}

.bg-video {
  z-index: 0;
  aspect-ratio: 2 / 3;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: 0% 0 0% auto;
}

.bg-video_overlay {
  z-index: 2;
  background-color: #ffffff2e;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

@media screen and (max-width: 991px) {
  .logo {
    margin-left: 0;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

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

  .titelvideo1-3 {
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }

  .wei-er-rahmen {
    width: 80%;
  }

  .titelvideo-start-3 {
    height: 70vh;
  }

  .heading-mittig.heading-1 {
    font-size: 30px;
  }

  .section-gro-e-abst-nde1-2 {
    padding: 50px 5%;
  }

  .inhalt-mittig1 {
    padding-bottom: 20px;
  }

  .heading-mittig-klein1.heading-2.align-left {
    text-align: left;
  }

  ._4er-grid-2 {
    grid-column-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  ._2er-grid.outline {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-image-mask {
    height: 30vh;
    margin-right: 0;
  }

  .feature-image-mask.versetzt {
    height: 55vh;
    top: auto;
    right: auto;
  }

  .feature-image-mask.versetzt.links {
    height: 55vh;
    top: auto;
    left: auto;
  }

  .text-links1.flie-text.ch-edit-1 {
    width: auto;
  }

  .hintergrund-wei.versetzt {
    padding-right: 0;
    right: auto;
  }

  .bild-cover-section1.img-3 {
    height: auto;
  }

  .div-block-wei-1 {
    width: 80%;
    height: auto;
    padding: 40px;
  }

  .heading-klein-links.heading-3 {
    text-align: center;
  }

  .heading-klein-links.heading-3.align-left {
    text-align: left;
  }

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

  .bildcover-black1 {
    min-height: 70vh;
  }

  .div-block-farbig-1 {
    padding-bottom: 20px;
  }

  .success-2 {
    height: 80vh;
  }

  .div-block-footer1, .footer-1.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-footer.heading-3 {
    font-size: 12px;
  }

  .error-message {
    width: auto;
  }

  .menu-icon-3 {
    color: #fff;
  }

  .navlink3.flie-text {
    color: #fff;
    width: 100%;
    font-size: 16px;
  }

  .navlink3.flie-text:lang(de) {
    color: #fff;
  }

  .men-3.hauptfarbe {
    z-index: 2147483647;
    background-color: var(--purple);
    width: 100%;
    height: 100%;
    margin-top: 0;
    position: absolute;
    inset: 0 0% 0%;
  }

  .men-button3.w--open {
    background-color: #fff;
  }

  .navlinks3.hauptfarbe {
    background-color: var(--purple);
    color: #fff;
    flex: 0 auto;
    position: static;
  }

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

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

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

  .section_3 {
    flex-direction: column;
    padding: 40px;
  }

  ._2er_grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .content-80 {
    width: 100%;
  }

  ._4er-grid1 {
    grid-column-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hintergrund.versetzt {
    padding-right: 0;
    right: auto;
  }

  .hintergrund.versetzt.rechts {
    right: auto;
  }

  .hintergrund.versetzt.colored {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2er-grid-1 {
    flex-flow: column;
    display: flex;
  }

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

  .faq-icon-line-2 {
    height: 2px;
  }

  .faq-icon-line {
    width: 2px;
  }

  .accrodian-toggle {
    flex-flow: wrap;
  }

  .paragraph-links1.flie-text {
    text-align: center;
  }

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

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

  .feature-image-mask-sml {
    height: 30vh;
    margin-right: 0;
  }

  .feature-image-mask-sml.versetzt {
    height: auto;
    top: auto;
    right: auto;
  }

  .dropdown-15.flie-text, .dropdown-toggle-16 {
    color: #fff;
    width: 100%;
  }

  .navlinkwrap {
    color: #fff;
  }

  .cards-services {
    width: 100%;
  }

  .image-wrapper-30vh {
    height: auto;
  }

  .service-grid {
    grid-column-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: flex;
  }

  .inner-wrap {
    width: 100%;
  }

  .bild-cover-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2er-grid-2 {
    grid-template-columns: 1fr;
  }

  .feature-image-mask-large {
    height: 30vh;
    margin-right: 0;
  }

  .feature-image-mask-large.versetzt {
    height: 55vh;
    top: auto;
    right: auto;
  }

  .feature-image-mask-large.versetzt.links {
    height: 55vh;
    top: auto;
    left: auto;
  }

  ._2er-grid-left-foucs {
    grid-template-columns: 1fr;
  }

  ._2er-grid-left-foucs.outline {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

@media screen and (max-width: 767px) {
  .logo, .logo.w--current {
    flex-flow: row;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .nav-menu-2.hauptfarbe {
    padding-top: 20vh;
  }

  .titelvideo1-3 {
    height: 100%;
  }

  .wei-er-rahmen {
    width: 400px;
  }

  .titelvideo-start-3 {
    height: 60vh;
  }

  .heading-mittig.heading-1 {
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .heading-mittig-klein1 {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-mittig-klein1.heading-2 {
    font-size: 22px;
  }

  ._4er-grid-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  ._2er-grid.outline {
    padding-top: 20px;
  }

  .feature-image-mask {
    height: 300px;
    margin-right: 0;
  }

  .feature-image-mask.versetzt {
    height: 45vh;
  }

  .text-links1.flie-text.ch-edit-1 {
    width: 100%;
  }

  .hintergrund-wei.versetzt {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .bild-cover-section1.img-4 {
    height: auto;
  }

  .bild-cover-1 {
    height: auto;
    min-height: 500px;
  }

  .div-block-wei-1 {
    width: 90%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-links1-3.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .titelvideo-unterseiten {
    height: 60vh;
  }

  .heading-klein-links.heading-3 {
    text-align: center;
  }

  ._3er-grid {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .bildcover-black1 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .div-block-farbig-1 {
    height: auto;
  }

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

  .impdat-3 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .impdat-3.flie-text {
    padding-top: 50px;
  }

  .div-block-footer1 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

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

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

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

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

  .menu-icon-3 {
    color: #fff;
  }

  .men-button3.hauptfarbe {
    background-color: var(--purple);
  }

  .navlinks3.hauptfarbe {
    color: #fff;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

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

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

  .section_3 {
    flex-direction: column;
  }

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

  ._4er-grid1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hintergrund.versetzt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hintergrund.versetzt.rechts {
    padding-left: 0;
  }

  .hintergrund.versetzt.rechts.zweitfarbe {
    padding: 20px;
  }

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

  .heading_left_small1 {
    text-align: center;
  }

  .accrodian-toggle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse;
  }

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

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

  .feature-image-mask-sml {
    height: 300px;
    margin-right: 0;
  }

  .feature-image-mask-sml.versetzt {
    height: auto;
  }

  .service-grid {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .bild-cover-2 {
    height: auto;
    min-height: 500px;
  }

  .slogan.heading-1 {
    font-size: 60px;
    line-height: 1;
  }

  .heading-mittig-sml {
    font-size: 25px;
    line-height: 25px;
  }

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

  .heading-links1-4.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .feature-image-mask-large {
    height: 300px;
    margin-right: 0;
  }

  .feature-image-mask-large.versetzt {
    height: 45vh;
  }

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

  ._2er-grid-left-foucs.outline {
    padding-top: 20px;
  }

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

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

  .logo {
    flex-flow: column;
    margin-left: 0;
  }

  .logo.w--current {
    flex-flow: column;
  }

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

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

  .div-block-41.highlights {
    padding: 20px;
  }

  .nav-menu-2.hauptfarbe {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .titelvideo1-3 {
    height: 100%;
  }

  .wei-er-rahmen {
    width: 100%;
    max-width: 350px;
    padding-right: 20px;
  }

  .titelvideo-start-3 {
    height: 350px;
  }

  .divider.highlights {
    width: 40vw;
  }

  .heading-mittig.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

  .section-gro-e-abst-nde1-2 {
    padding: 40px 5%;
  }

  .heading-mittig-klein1 {
    font-size: 20px;
    line-height: 20px;
  }

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

  .heading-mittig-klein1.heading-3 {
    text-align: left;
  }

  .heading-mittig-klein1.heading-3.align-center {
    text-align: center;
    line-height: 22px;
  }

  ._4er-grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  ._2er-grid.max-width-large {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .feature-image-mask.versetzt.links {
    height: 45vh;
  }

  .mehr-erfahren2 {
    min-width: 150px;
  }

  .mehr-erfahren2.heading-2.gradient {
    font-size: 14px;
  }

  .heading-links1.heading-1 {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
  }

  .bild-cover-section1.img-4 {
    height: auto;
  }

  .bild-cover-section1.no-bg {
    justify-content: center;
    align-items: center;
  }

  .bild-cover-1 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-wei-1 {
    width: 90%;
  }

  .heading-links1-3.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-klein-links.heading-2 {
    width: 100%;
  }

  .heading-klein-links.heading-2.align-center, .heading-klein-links.heading-3 {
    text-align: center;
  }

  .kreis1.highlights {
    width: 5rem;
    height: 5rem;
  }

  .heading-block1 {
    width: 100vw;
  }

  .icon-1.invert {
    height: 40px;
  }

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

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

  .impdat-3.flie-text {
    padding-top: 50px;
  }

  .div-block-footer1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .maps-gro {
    height: 300px;
  }

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

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

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

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

  .navlinks3.hauptfarbe {
    margin-left: auto;
  }

  .navbar3 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

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

  .selection-field {
    width: 100%;
  }

  .section_3 {
    padding: 20px;
  }

  .heading-mitig-sml.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-mitig-sml.heading-3 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-mitgi1.heading-1 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

  ._4er-grid1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .list-links.flie-text {
    padding-left: 20px;
  }

  .content-70, .content-70.is-rel {
    width: 100%;
  }

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

  .faq-icon-line-2 {
    width: 10px;
    height: 1.5px;
  }

  .heading_left_small1 {
    font-size: 16px;
    line-height: 24px;
  }

  .faq-icon-line {
    width: 1.5px;
    height: 10px;
  }

  .faq-icon-2 {
    width: 1.2rem;
    height: 1.2rem;
  }

  .paragraph-links1.flie-text {
    line-height: 1.6;
  }

  ._5er-grid, .galerie-grid {
    flex-flow: column;
    display: flex;
  }

  .cards-1.zweitfarbe {
    flex-flow: column;
  }

  .logo-icon {
    max-width: 5rem;
  }

  .logo-text {
    max-width: 15rem;
    display: none;
  }

  .feature-image-mask-sml.versetzt {
    height: auto;
  }

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

  .contnet-80 {
    width: 100%;
  }

  .service-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .bild-cover-2 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slogan.heading-1 {
    font-size: 40px;
  }

  .heading-mittig-sml {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-links1-4.heading-1 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

  .feature-image-mask-large.versetzt.links {
    height: 45vh;
  }

  .bg-video {
    aspect-ratio: auto;
    width: 100%;
    margin-left: 0;
    left: 0;
    right: 0;
  }
}

#w-node-_97e96bba-bc0b-478f-da7b-78c98bf7678b-a19372b6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27e28401-00c1-afec-ad87-b15f8fe37e23-a19372bb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3cb6acbe-a4c8-ca11-4fce-bcf2f9b1eb9a-a19372bb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_80972e8f-0960-86c9-b987-4a2a753fd5a9-a19372bb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_35a861a4-fc68-b012-7198-aba7a22049c9-a19372bb {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fa5579ff-d36e-1d62-d008-396f6809caef-a19372bb, #w-node-ac2388ce-2cdb-aa04-41d1-d524f37f997f-e1ffe7cb, #w-node-e38c35c5-4ebd-a77b-cea3-827e8ea7e1af-f872f1f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c86f44c-a7b9-b282-fb3a-dd7cc66e054b-f872f1f2, #w-node-_4959afcb-55f1-37d6-5b76-e13c5ba5f1f4-f872f1f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_58bacb44-5b71-75ef-a5bf-57460910402b-f872f1f2, #w-node-eec0c8ab-3a38-9bb0-b63c-3e7547e83441-f872f1f2, #w-node-_7a4faea3-e98b-50d0-9153-0eecc79facbc-f872f1f2, #w-node-fbbb2eec-9086-97c6-a024-bfce7ea689f5-f872f1f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06c91065-ca01-f70d-bb3d-de810a499cab-f872f1f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2fd66214-b29d-58f9-faba-4a9bc7878be9-f872f1f2, #w-node-_26221361-4ca1-51f0-c678-48fbe5758e6d-f872f1f2, #w-node-_3168afb4-6fe5-e170-b3fb-4f6f3faeb6e2-f872f1f2, #w-node-d6fdc3db-71f9-047c-2bcc-d7a8a296a95b-f872f1f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea15dbc2-0c57-cbd4-a273-4ca4df762761-f872f1f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-e410cd6e-8c35-62b2-d367-f4789dbbf72d-0ffe1504, #w-node-e38c35c5-4ebd-a77b-cea3-827e8ea7e1af-f872f1f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fbbb2eec-9086-97c6-a024-bfce7ea689f5-f872f1f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


