/* Selbst gehostete Poppins-Subsets (ersetzt den Google-WebFont-Loader) */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/poppins-300-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/poppins-300-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/poppins-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/poppins-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/poppins-500-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/poppins-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/poppins-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/poppins-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  --logo-pink: #fb5a78;
  --pink: #edb9bd;
  --rosa: #edb9bc;
  --orange: #fa943ca1;
  --yellow: #edb021;
  --grey-nav: #c8c8c8;
  --grey: #3d3c3a;
  --light-pink: #fcf2f1;
}

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

body {
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  font-family: Poppins, 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;
}

p {
  margin-bottom: 10px;
}

.utility-page-wrap {
  background-color: var(--logo-pink);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  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 {
  background-color: #ecbf38;
}

.logo-img {
  object-fit: contain;
  width: 100%;
  height: 30vh;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

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

.telefonnummer {
  margin-bottom: 0;
}

.ffnungszeiten {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.hauptfarbe {
  color: #fff;
  background-color: #3d3c3a;
}

.email {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.zweitfarbe {
  color: #333;
  background-color: #fcf2f1;
}

.highlights {
  color: #333;
  background-color: #edb9bd;
}

.adresse {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.adresse.white {
  color: #fff;
  font-family: Poppins, sans-serif;
  white-space: nowrap;
}

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

.heading-1 {
  font-family: Poppins, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3;
}

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

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

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

.farbe-der-headings {
  color: var(--pink);
  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;
}

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

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

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

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

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

.navbar1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: flex;
  position: relative;
}

.nav-menu-1 {
  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-1.hauptfarbe {
  color: #fff;
  position: fixed;
}

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

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

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

.titelvideo-start {
  height: 85vh;
  position: relative;
}

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

.div-block-video1 {
  background-color: #ffffff21;
  background-image: linear-gradient(314deg, var(--logo-pink) 8%, #edb9bc 21%, #fa943ca1 51%, #fff0);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 25vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan1 {
  text-transform: uppercase;
  font-size: 80px;
  line-height: 85px;
}

.slogan1.heading-1 {
  color: #fff;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.slogan1.heading-1.white {
  color: #fff;
  font-family: Poppins, sans-serif;
}

._4er-grid1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
}

.terminbutton-2 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

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

.terminbutton-2.heading-1.highlights {
  color: #fff;
  text-transform: none;
  border-radius: 10px;
  flex-flow: column;
  display: flex;
}

.terminbutton-2.heading-1.highlights:hover {
  background-color: var(--yellow);
  color: #333;
}

.terminbutton-2.heading-1.highlights-yellow {
  text-transform: none;
  border-radius: 10px;
}

.terminbutton-2.heading-1.highlights-yellow:hover {
  background-color: var(--logo-pink);
  color: #fff;
}

.terminbutton-2.heading-1.highlights-yellow.auto {
  margin-top: auto;
}

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

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

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

.heading-mittig.heading-1 {
  z-index: 5;
  position: relative;
}

.heading-mittig.heading-1.farbe-der-headings {
  color: var(--yellow);
  margin-top: 0;
}

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

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

.section-gro-e-abst-nde1 {
  color: #3d3c3a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10vw;
  display: flex;
}

.section-gro-e-abst-nde1.background {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/AdobeStock_665460913.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-gro-e-abst-nde1.zweitfarbe {
  color: #3d3c3a;
  background-color: #fcf2f1;
}

.heading-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.inhalt-nebeneinander1 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.text-links1.flie-text {
  margin-top: 10px;
}

.inhalt-untereinander1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

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

.feature-image {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

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

.icon-kontakt.invert {
  filter: invert();
  object-fit: contain;
}

.bild-section-cover1 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 40px;
  display: flex;
  position: static;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.heading-footer.heading-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.footer {
  padding: 60px 140px;
}

.footer.highlights-logo {
  background-image: linear-gradient(#edb9bc70, #edb9bc70);
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.inhalt-footer {
  color: #fff;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.maps1 {
  width: 100%;
  height: 60vh;
}

.link-formular {
  text-decoration: none;
}

.link-formular.farbe-der-headings {
  color: var(--yellow);
}

.impdat {
  padding: 100px 40px;
}

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

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

.success-block.highlights {
  color: #fff;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.3;
}

.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-2 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field-2.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);
}

.navigation-divider.highlights {
  margin-left: auto;
}

.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: #111;
  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;
  width: 100%;
  display: flex;
}

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

.form-block-2 {
  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 {
  width: 100%;
}

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

._3er {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

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

.no_overflow {
  width: 100%;
  height: 45vh;
  overflow: hidden;
}

.no_overflow._55vh {
  width: 95%;
  height: 65vh;
  position: relative;
  overflow: visible;
}

.image-100 {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: relative;
}

.divider1 {
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.html-embed-elfsight {
  width: 100%;
  height: 100%;
}

.subheading-mittig3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

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

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

.label3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label3.abstand-nach-oben {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.form1 {
  margin-bottom: 0;
}

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

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

.text-area {
  border: 3px solid var(--pink);
  cursor: pointer;
  border-radius: 5px;
  height: 7.6vh;
  margin-bottom: 20px;
  padding: 18px 24px;
  transition: border .4s, color .4s;
  display: block;
}

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

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

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

.form-wrap {
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 10px 40px;
  box-shadow: 0 2px 5px #0003;
}

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

.maos-footer {
  justify-content: center;
  width: 100%;
  height: 18vh;
  display: flex;
}

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

.link {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.link.black {
  color: #333;
}

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

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

.impdat-2.flie-text {
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  font-size: 15px;
  display: flex;
}

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

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

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

.nav-men-1 {
  z-index: 1000;
}

.navbar {
  width: 100%;
}

.navbar.highlights-logo {
  background-color: var(--grey-nav);
}

.nav-link {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link:hover {
  color: gray;
}

.nav-link.w--current {
  color: #ebe3de;
}

.nav-link.flie-text {
  font-size: 16px;
}

.nav-link.flie-text:hover, .nav-link.flie-text.w--current {
  color: var(--grey);
}

.container-navbar {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar1-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.men-buttton1 {
  border: 1px solid #3d3c3a;
}

.circle {
  background-color: #e7e7e7;
  border: 1px solid #d4af37;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 12px #0000001f;
}

.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 {
  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-3.black:hover {
  transform: none;
}

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

.quick-stack {
  width: 100%;
  margin-top: 40px;
  padding: 0;
}

.image-61 {
  object-fit: contain;
  width: 30px;
  height: 30px;
}

.span-mediam-font {
  text-align: right;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 100px;
}

.fixed-buttons {
  z-index: 10000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 1% 25% auto;
}

.socials {
  border-radius: 0%;
}

.socials.circle {
  border-color: var(--pink);
  background-color: var(--pink);
  padding: 8px;
  transition: all .3s;
  box-shadow: 0 2px 8px 3px #0003;
}

.socials.circle:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 8px 3px #0003;
}

.icon-social {
  object-fit: contain;
  height: 25px;
}

.circle-div {
  background-color: #fff;
  border: 1px #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.icon-large {
  object-fit: contain;
  width: 80%;
  height: 80%;
}

.terminbutton-2-new {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 22px;
}

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

.terminbutton-2-new.heading-1.highlights {
  text-transform: none;
  background-color: var(--logo-pink);
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 26px;
  border-radius: 999px;
  box-shadow: 0 4px 14px #fb5a7873;
  transition: background-color .2s, color .2s, transform .2s, box-shadow .2s;
  flex-flow: column;
  display: flex;
}

.terminbutton-2-new.heading-1.highlights:hover {
  background-color: var(--yellow);
  color: #1f1f1f;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px #0000003d;
}

.terminbutton-2-new.heading-1.highlights:focus-visible {
  outline: 3px solid #1f1f1f;
  outline-offset: 3px;
}

.terminbutton-2-new.heading-1.highlights:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px #0000002e;
}

.quick-stack-2er {
  width: 100%;
}

.image-quotation-marks {
  z-index: 6;
  object-fit: contain;
  position: absolute;
  inset: -14% 10% auto auto;
}

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

.heading-keft {
  text-align: left;
  letter-spacing: 2px;
  margin-top: 10px;
}

.heading-keft.heading-1 {
  z-index: 5;
  font-weight: 700;
  position: relative;
}

.overlay-block {
  z-index: 5;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.heading-left-align.heading-1 {
  z-index: 5;
  font-weight: 400;
  position: relative;
}

.heading-left-align.heading-1.white {
  color: #fff;
  font-weight: 400;
}

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

.textarea {
  border: 3px solid var(--pink);
}

.quick-stack-3er {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  margin-top: 20px;
}

.quick-stack-2x1 {
  grid-row-gap: 20px;
  width: 100%;
  padding: 0;
}

.no_overflow-100 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.highlights-logo {
  color: #333;
  background-color: #fc537e;
}

.link-pink {
  color: var(--logo-pink);
  font-weight: 400;
  text-decoration: none;
}

.apartment_description-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 20px 20px;
  display: flex;
  position: relative;
}

.heading-small {
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
}

.heading-small.heading-2 {
  line-height: 1.3;
}

.price_block {
  background-color: var(--yellow);
  width: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide-nav_hidden {
  font-size: 12px;
  display: block;
}

.icon-black {
  background-color: var(--yellow);
  color: #000;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: flex;
}

._2er-adj {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 66%;
  margin-top: 40px;
}

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

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

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

.titelvideo-small {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

._3er-grid-_kontakt {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

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

.div-block-farbig-kontakt.zweitfarbe {
  box-shadow: 0 2px 5px #0003;
}

.field-lable {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.form-embed {
  width: 100%;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .logo-img {
    width: 150px;
    height: auto;
  }

  .logo {
    width: 100%;
  }

  .ffnungszeiten, .adresse.white {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .titelvideo-start {
    height: 65vh;
    overflow: hidden;
  }

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

  .div-block-video1 {
    padding-left: 20vw;
    padding-right: 10vw;
    inset: 0%;
  }

  .slogan1.heading-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .slogan1.heading-1.white {
    margin-bottom: 10px;
    font-size: 35px;
  }

  ._4er-grid1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    place-items: stretch stretch;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .terminbutton-2.heading-1.highlights {
    margin-top: 10px;
  }

  .terminbutton-2.heading-1.highlights-yellow, .terminbutton-2.heading-1.highlights-yellow.auto {
    font-size: 14px;
    line-height: 1.1;
  }

  .inhalt-mittig-untereinander-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-farbig-1 {
    padding: 0;
  }

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

  .heading-mittig.heading-1.farbe-der-headings {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
  }

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

  .section-gro-e-abst-nde1 {
    padding: 60px;
    overflow: hidden;
  }

  .section-gro-e-abst-nde1.zweitfarbe {
    overflow: hidden;
  }

  .inhalt-nebeneinander1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .inhalt-nebeneinander1.invert {
    flex-flow: column-reverse;
  }

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

  .text-links1.flie-text {
    text-align: center;
    margin-top: 0;
  }

  .inhalt-untereinander1 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-klein-links.heading-3 {
    font-size: 20px;
    line-height: 1.3;
  }

  .feature-image {
    margin-top: 0;
  }

  .icon-kontakt {
    height: 35px;
    margin-bottom: 10px;
  }

  .icon-kontakt.invert {
    height: 45px;
    margin-bottom: 10px;
  }

  .bild-section-cover1 {
    height: 50vh;
    padding-right: 40px;
  }

  .heading-footer.heading-3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 17px;
  }

  .footer.highlights-logo {
    padding: 40px;
  }

  .div-block-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .inhalt-footer {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .maps1 {
    height: 45vh;
  }

  .impdat.flie-text, .success {
    padding: 60px;
  }

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

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

  .heading-success {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
  }

  ._3er {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 20px;
    display: flex;
  }

  .no_overflow {
    width: 100%;
  }

  .no_overflow._55vh {
    height: 50vh;
    margin-left: auto;
    margin-right: auto;
  }

  .divider1.zweitfarbe {
    margin-top: 0;
  }

  .subheading-mittig3.heading-2.farbe-der-headings {
    text-align: center;
  }

  .error-message {
    width: auto;
  }

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

  .label3.abstand-nach-oben.heading-3 {
    text-align: center;
    margin-top: 0;
  }

  .text-area {
    height: 7vh;
    padding: 12px 15px;
  }

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

  .form-grid {
    width: 100%;
  }

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

  .maos-footer {
    width: auto;
    height: auto;
  }

  .link {
    font-size: 14px;
    line-height: 1.5;
  }

  .impdat-2.flie-text {
    justify-content: space-between;
    align-items: center;
    min-height: auto;
    font-size: 14px;
  }

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

  .nav-men-1 {
    background-color: var(--logo-pink);
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
  }

  .men-icon1 {
    color: #000;
  }

  .navbar.highlights-logo {
    background-color: var(--logo-pink);
  }

  .nav-link.flie-text {
    text-align: center;
    min-width: 100%;
    padding: 8px 0;
    font-size: 15px;
    line-height: 1.1;
  }

  .container-navbar {
    min-width: 100%;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--grey-nav);
    text-align: center;
    border-style: none;
    width: 100%;
    padding: 10px 0;
  }

  .men-buttton1.hauptfarbe.w--open {
    color: #333;
  }

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

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

  .quick-stack {
    margin-top: 20px;
    padding: 0;
  }

  .span-mediam-font {
    font-size: 50px;
    line-height: 1.3;
  }

  .fixed-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .socials.circle {
    padding: 6px;
  }

  .circle-div {
    width: 130px;
    height: 130px;
    margin-bottom: 5px;
  }

  .terminbutton-2-new.heading-1.highlights {
    margin-top: 10px;
  }

  .quick-stack-2er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0;
  }

  .image-quotation-marks {
    width: 50px;
    inset: auto auto -6% 5%;
  }

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

  .heading-keft.heading-1 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
  }

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

  .heading-left-align.heading-1.white {
    font-size: 22px;
  }

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

  .quick-stack-3er {
    padding: 0;
  }

  .quick-stack-2x1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .no_overflow-100 {
    width: 100%;
    height: 50vh;
  }

  .apartment_description-block {
    width: 100%;
    padding: 0;
  }

  .heading-small.heading-2 {
    margin-bottom: 5px;
    font-size: 19px;
  }

  .price_block {
    margin-bottom: 10px;
    position: relative;
  }

  .icon-black {
    width: 40px;
    height: 40px;
  }

  ._2er-adj {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .heading-links-klein1.heading-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.3;
  }

  .text-links.flie-text {
    text-align: center;
  }

  .left-arrow, .right-arrow {
    width: 55px;
  }

  .titelvideo-small {
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }

  ._3er-grid-_kontakt {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .div-block-farbig-kontakt {
    padding: 0;
  }

  .div-block-farbig-kontakt.zweitfarbe {
    padding: 10px;
  }

  .field-lable {
    text-align: left;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

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

  .logo-img {
    width: 130px;
  }

  .logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .adresse.white {
    font-size: 13.5px;
  }

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

  .divblock1 {
    height: auto;
  }

  .nav-link-1.heading-2 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .titelvideo-start {
    height: 45vh;
  }

  .titelvideo1 {
    height: 100%;
  }

  .div-block-video1 {
    width: 100%;
    padding-left: 20px;
  }

  .slogan1.heading-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  ._4er-grid1 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .terminbutton-2.heading-1.highlights-yellow {
    font-size: 13px;
    line-height: 1.2;
  }

  .terminbutton-2.heading-1.highlights-yellow.auto {
    font-size: 13px;
  }

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

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

  .heading-mittig.heading-1.farbe-der-headings {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 1.3;
  }

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

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

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

  .heading-mittig-klein1.heading-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .text-links1.flie-text {
    margin-top: 0;
    font-size: 14px;
  }

  .inhalt-untereinander1 {
    padding-right: 0;
  }

  .heading-klein-links.heading-2 {
    font-size: 22px;
  }

  .heading-klein-links.heading-3 {
    font-size: 18px;
    line-height: 1.3;
  }

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

  .icon-kontakt {
    height: 28px;
    margin-bottom: 5px;
  }

  .icon-kontakt.invert {
    height: 35px;
    margin-bottom: 5px;
  }

  .bild-section-cover1 {
    height: 40vh;
    padding: 20px;
  }

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

  .footer.highlights-logo {
    padding: 20px;
  }

  .div-block-footer {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .inhalt-footer.last {
    order: 0;
  }

  .inhalt-footer.last_568 {
    order: 10000;
  }

  .maps1 {
    height: 40vh;
  }

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

  .impdat.flie-text {
    padding: 40px;
  }

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

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

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

  .heading-success {
    font-size: 22px;
  }

  ._3er {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .no_overflow {
    height: 40vh;
  }

  .no_overflow._55vh {
    width: 100%;
    height: 45vh;
  }

  .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 22px;
    line-height: 1.3;
  }

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

  .text-area {
    width: 100%;
    height: 6.5vh;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px 15px;
  }

  .text-area::placeholder {
    text-align: center;
  }

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

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

  .link, .impdat-2.flie-text {
    font-size: 13.5px;
  }

  .image-wrapper {
    height: 40vh;
  }

  .nav-link.flie-text {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 1;
  }

  .men-buttton1.hauptfarbe {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .circle {
    width: 20px;
    height: 20px;
  }

  .span-mediam-font {
    font-size: 35px;
  }

  .socials.circle {
    width: 35px;
    height: 35px;
    padding: 5px;
  }

  .circle-div {
    width: 100px;
    height: 100px;
    padding: 15px;
  }

  .image-quotation-marks {
    width: 45px;
  }

  .heading-keft.heading-1 {
    margin-top: 0;
    font-size: 22px;
  }

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

  .heading-left-align.heading-1.white {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.3;
  }

  .titelvideo-start-small {
    height: 45vh;
  }

  .quick-stack-3er, .quick-stack-2x1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .no_overflow-100 {
    height: 40vh;
  }

  .heading-small.heading-2 {
    font-size: 16px;
  }

  .icon-black {
    width: 35px;
    height: 35px;
  }

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

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

  .heading-links-klein1.heading-2 {
    font-size: 16px;
  }

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

  .left-arrow, .right-arrow {
    width: 50px;
  }

  .titelvideo-small {
    height: 100%;
  }

  ._3er-grid-_kontakt {
    flex-flow: column;
    margin-top: 10px;
    display: flex;
  }

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

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

  h2 {
    font-size: 20px;
    line-height: 22px;
  }

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

  p {
    font-size: 12px;
    line-height: 17px;
  }

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

  .logo-img {
    width: 120px;
  }

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

  .flie-text {
    font-size: 13.5px;
  }

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

  .flie-text.klein {
    font-size: 12px;
    line-height: 17px;
  }

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

  .nav-link-1.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

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

  .titelvideo-start {
    width: 100%;
    height: 40vh;
    overflow: hidden;
  }

  .titelvideo1 {
    width: 145%;
  }

  .div-block-video1 {
    background-image: linear-gradient(314deg, var(--logo-pink) 8%, var(--rosa) 21%, var(--orange) 51%, #fff0);
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .slogan1.heading-1 {
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
  }

  .slogan1.heading-1.white {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.3;
  }

  ._4er-grid1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
  }

  .terminbutton-2.heading-1.highlights {
    margin-top: 5px;
    font-size: 13.5px;
    line-height: 1.2;
  }

  .terminbutton-2.heading-1.highlights-yellow, .terminbutton-2.heading-1.highlights-yellow.auto {
    font-size: 12px;
    line-height: 1;
  }

  .inhalt-mittig-untereinander-1 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-mittig.heading-1.farbe-der-headings {
    margin-bottom: 5px;
    font-size: 19px;
  }

  .heading-mittig.heading-1.farbe-der-headings.large {
    font-size: 20px;
  }

  .text-mittig1.flie-text {
    margin-bottom: 5px;
    font-size: 13.5px;
  }

  .section-gro-e-abst-nde1 {
    padding: 40px 20px;
  }

  .section-gro-e-abst-nde1.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-block {
    width: 100vw;
  }

  .inhalt-nebeneinander1 {
    width: 90vw;
  }

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

  .heading-mittig-klein1.heading-2 {
    margin-top: 3px;
    font-size: 17px;
  }

  .text-links1.flie-text {
    margin-bottom: 5px;
    font-size: 13.5px;
    line-height: 1.4;
  }

  .inhalt-untereinander1 {
    padding-right: 0;
  }

  .heading-klein-links.heading-2 {
    font-size: 20px;
  }

  .heading-klein-links.heading-3 {
    font-size: 16px;
  }

  .icon-kontakt {
    height: 25px;
  }

  .icon-kontakt.invert {
    height: 30px;
  }

  .bild-section-cover1 {
    height: auto;
    padding: 20px;
  }

  .heading-footer.heading-3 {
    margin-bottom: 2px;
    font-size: 18px;
  }

  .footer.highlights-logo {
    padding: 20px;
  }

  .maps1 {
    height: 35vh;
  }

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

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

  .heading-success {
    font-size: 16px;
  }

  .no_overflow {
    height: 35vh;
  }

  .no_overflow._55vh {
    height: 40vh;
  }

  .divider1.zweitfarbe {
    margin-bottom: 0;
  }

  .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 18px;
  }

  .label3.abstand-nach-oben.heading-3 {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .text-area {
    height: 5.5vh;
    padding: 8px 10px;
  }

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

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

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

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

  .image-wrapper {
    height: 34vh;
  }

  .nav-men-1 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-link.flie-text {
    font-size: 13.5px;
  }

  .men-buttton1.hauptfarbe {
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

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

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

  .span-mediam-font {
    font-size: 25px;
  }

  .fixed-buttons {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    top: 33%;
    bottom: auto;
  }

  .socials.circle {
    width: 32px;
    height: 32px;
  }

  .icon-social {
    height: 22px;
  }

  .circle-div {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    padding: 10px;
  }

  .terminbutton-2-new.heading-1.highlights {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.3;
  }

  .quick-stack-2er {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-quotation-marks {
    width: 35px;
  }

  .heading-keft.heading-1 {
    font-size: 19px;
  }

  .heading-left-align.heading-1 {
    text-align: center;
  }

  .heading-left-align.heading-1.white {
    text-align: center;
    font-size: 14px;
  }

  .titelvideo-start-small {
    height: 35vh;
    overflow: hidden;
  }

  .quick-stack-3er {
    margin-top: 10px;
  }

  .no_overflow-100 {
    height: 35vh;
  }

  .heading-small.heading-2 {
    font-size: 15px;
  }

  .slide-nav_hidden {
    font-size: 10px;
  }

  .icon-black {
    width: 33px;
    height: 33px;
  }

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

  .heading-links-klein1.heading-2 {
    font-size: 14px;
  }

  .text-links.flie-text {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .left-arrow, .right-arrow {
    width: 45px;
  }

  .titelvideo-small {
    width: 135%;
  }

  ._3er-grid-_kontakt {
    flex-direction: column;
    display: flex;
  }

  .field-lable {
    font-size: 13.5px;
  }
}

#w-node-_102046c2-6a67-9299-d8a2-3da459e8fdd8-762c376c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0b04b6e7-0883-7c23-6cb7-22adc3e191c8-762c376c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2c1b3901-315d-5721-4e54-bd5993e87ff6-762c376c {
  grid-template-rows: 35vh 45vh;
  grid-template-columns: 1fr;
}

#w-node-ad45faac-1550-4455-7a9e-e46d688c5f70-762c376c {
  grid-template-rows: 45vh 35vh;
  grid-template-columns: 1fr;
}

#w-node-_25b7e76d-db1e-0407-b1ab-f8e99654cf9c-762c377d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_102046c2-6a67-9299-d8a2-3da459e8fdd8-762c376c, #w-node-_0b04b6e7-0883-7c23-6cb7-22adc3e191c8-762c376c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2c1b3901-315d-5721-4e54-bd5993e87ff6-762c376c, #w-node-ad45faac-1550-4455-7a9e-e46d688c5f70-762c376c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f9378647-f2f8-d513-c13d-3ee657b711f8-57b711ed {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b3264723-1f67-3c85-b9cf-c48a3a61c8be-762c377d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


/* --- Kennzahl Startseite (ersetzt das externe Elfsight-Widget) --- */
.zahlen-counter {
  width: 100%;
  text-align: center;
}

.zahlen-counter-wert {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

/* --- Formulare (portal.html) --- */
#formulare {
  scroll-margin-top: 20px;
}

.formular-intro {
  max-width: 900px;
  margin-top: 10px;
}

.formular-liste {
  width: 100%;
  max-width: 900px;
  margin: 30px auto 0;
}

.formular-accordion {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.formular-summary {
  cursor: pointer;
  list-style: none;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--grey);
}

.formular-summary::-webkit-details-marker {
  display: none;
}

.formular-summary:after {
  content: "+";
  float: right;
  font-weight: 700;
  color: var(--yellow);
}

.formular-accordion[open] > .formular-summary:after {
  content: "–";
}

.formular-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 20px;
}

.formular-feld {
  display: flex;
  flex-direction: column;
}

.formular-feld.voll {
  grid-column: 1 / -1;
}

.formular-feld label {
  display: block;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: var(--grey);
}

.formular-feld .w-input,
.formular-feld .w-select {
  margin-bottom: 0;
  margin-top: auto;
  width: 100%;
}

.formular-checkbox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

.formular-checkbox input {
  margin-top: 4px;
}

.formular-checkbox label {
  margin-bottom: 0;
}

.formular-hinweis {
  margin-top: 15px;
  font-size: 14px;
  color: var(--grey);
}

@media screen and (max-width: 991px) {
  .zahlen-counter-wert {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .formular-grid {
    grid-template-columns: 1fr;
  }
}

/* Prominenter Kontakt-Button in der Kopfzeile (Aufgabe 2) */
.header-cta {
  background-color: var(--logo-pink);
  color: #1f1f1f;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  margin-left: 20px;
  padding: 10px 22px;
  border-radius: 999px;
  box-shadow: 0 2px 10px #00000047;
  transition: background-color .2s, color .2s, transform .2s, box-shadow .2s;
}

.header-cta:hover {
  background-color: var(--yellow);
  color: #1f1f1f;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px #0000003d;
}

.header-cta:focus-visible {
  outline: 3px solid #1f1f1f;
  outline-offset: 3px;
}

.header-cta:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px #0000002e;
}

@media screen and (max-width: 479px) {
  .header-cta {
    margin-left: 8px;
    padding: 9px 16px;
    font-size: 14px;
  }
}

/* Wiederkehrender CTA-Block am Seitenende (Aufgabe 2) */
.cta-band {
  background-color: var(--grey);
  text-align: center;
  padding: 56px 20px;
}

.cta-band-title {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.cta-band-text {
  color: #f2f2f2;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  max-width: 620px;
  margin: 0 auto 28px;
}

.cta-band-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.cta-btn {
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 999px;
  transition: background-color .2s, color .2s, transform .2s, box-shadow .2s;
}

.cta-btn-primary {
  background-color: var(--logo-pink);
  color: #1f1f1f;
  box-shadow: 0 4px 14px #fb5a7873;
}

.cta-btn-secondary {
  background-color: var(--yellow);
  color: #1f1f1f;
  box-shadow: 0 4px 14px #edb02159;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px #00000059;
}

.cta-btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.cta-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px #0000004d;
}

@media screen and (max-width: 479px) {
  .cta-band {
    padding: 40px 16px;
  }

  .cta-band-title {
    font-size: 24px;
  }

  .cta-btn {
    width: 100%;
    font-size: 16px;
    padding: 15px 20px;
  }
}

/* Mobile: Poster statt Autoplay-Video (Aufgabe 3 – Ladezeit) */
@media screen and (max-width: 767px) {
  .titelvideo1 {
    background-image: url('../videos/AdobeStock_629918020-poster-00001.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .titelvideo1 > video {
    display: none;
  }

  .titelvideo-small {
    background-image: url('../videos/AdobeStock_629918020-poster-00001.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .titelvideo-small > video {
    display: none;
  }
}
