:root {
  --magenta: #a5487e;
  --black: #000;
  --bg: #f4f6f7;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 50%;
}

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

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

.logo-img {
  object-fit: cover;
  width: 100%;
  height: 10rem;
}

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

.logo.w--current {
  aspect-ratio: 3 / 2;
  width: 15rem;
}

.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 {
  color: #fff;
  background-color: #000;
}

.zweitfarbe {
  color: #000;
  background-color: #f4f6f7;
}

.highlights {
  color: #000;
  background-color: #b4d5e1;
}

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

.heading-1 {
  font-family: Yanone Kaffeesatz, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

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

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

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

.video {
  height: 75vh;
  position: relative;
}

.titelvideo {
  height: 100%;
  position: relative;
}

.titelvideo-div {
  color: #fff;
  background-color: #0000004d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan {
  text-align: center;
  text-transform: uppercase;
  font-size: 100px;
  line-height: 110px;
}

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

.heading {
  text-align: left;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 70px;
}

.heading.heading-1.farbe-der-headings-2 {
  z-index: 5;
}

.heading.mittig {
  text-align: center;
}

.heading-footer {
  text-align: left;
  font-size: 20px;
  line-height: 25px;
}

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

.footer1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer {
  margin-top: auto;
}

.footer-wrapper {
  color: #fff;
  padding-left: 140px;
  padding-right: 140px;
}

.div-block-114 {
  filter: invert();
}

.navlink {
  color: #fff;
  letter-spacing: 3px;
  font-size: 18px;
  line-height: 25px;
}

.navlink.flie-text {
  transition: all .2s;
}

.navlink.flie-text:hover {
  color: #8b8b8b;
}

.navlink.flie-text.w--current {
  color: #c2a893;
}

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-block-1 {
  height: 28vh;
}

.nav-block-1.hauptfarbe {
  display: none;
}

.bild-zoom-effekt1 {
  background-image: linear-gradient(#fff3, #fff3), url('../images/AdobeStock_305628877_visu.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  height: 700px;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .2s;
  display: flex;
}

.bild-zoom-effekt1:hover {
  background-image: linear-gradient(#fff0, #fff0), url('../images/AdobeStock_305628877_visu.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.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 76px 100px 100px;
  display: flex;
}

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

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

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

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

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

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

.grid_links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  place-items: center;
  width: 80%;
  margin: 20px auto;
}

.paragraph-links {
  font-size: 18px;
  line-height: 28px;
}

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

.paragraph-links.flie-text.black {
  color: #454543;
}

.paragraph-links.mittig {
  text-align: center;
}

.grid_rechts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  width: 80%;
  margin: 20px auto;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
}

.heading1 {
  font-size: 45px;
  line-height: 45px;
}

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

.button {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 24px;
}

.button.heading-3 {
  transition: all .2s;
}

.button.heading-3:hover {
  transform: translate(0, -5px);
  box-shadow: 0 11px 20px -4px #00000080;
}

.button.heading-3.hauptfarbe {
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

.button.heading-3.highlights-2 {
  font-family: Montserrat, sans-serif;
}

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

.mini_heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
}

.mini_heading.heading-3.farbe-der-headings {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

.section1.zweitfarbe {
  background-color: var(--bg);
}

.section2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 60px 100px 100px;
  display: flex;
  position: relative;
}

.section3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.image_parallax {
  background-image: linear-gradient(#00000080, #00000080), url('../images/fotographie-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 150%;
  margin-top: -150px;
}

.content_block {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  padding-left: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.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;
  color: #fff;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  background-image: linear-gradient(#00000080, #0000);
  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 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

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

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

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

.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%;
  display: block;
  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;
}

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

.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;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.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;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo_white {
  filter: invert();
}

.no-overflow {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

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

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

.form-text {
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

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

.form1 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

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

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

.text-field-4 {
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Montserrat, sans-serif;
  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;
}

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

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

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

.footer-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.map {
  width: auto;
  height: 100%;
}

.nav-men-1.hauptfarbe {
  z-index: 10000;
  background-color: #fff;
}

.logo-abstand1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-6 {
  width: 100%;
}

.navbar-6.hauptfarbe {
  background-color: #fff;
  width: auto;
  margin-left: auto;
}

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

.nav-link-3:hover {
  color: var(--magenta);
}

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

.nav-link-3.flie-text {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Yanone Kaffeesatz, sans-serif;
  font-size: 1rem;
}

.nav-link-3.flie-text:hover {
  color: var(--magenta);
}

.nav-link-3.flie-text.w--current {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Yanone Kaffeesatz, sans-serif;
  font-size: 1rem;
}

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

.navbar1 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

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

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

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

.section-6 {
  padding: 100px;
}

.maps {
  height: 100%;
}

.text-area {
  min-height: 140px;
  font-family: Montserrat, sans-serif;
}

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

.image-6 {
  width: 100%;
  height: 100%;
  padding: 111px;
}

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

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

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

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

.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: 10px;
}

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

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

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

.dropdown {
  border-top: 3px solid var(--magenta);
}

.dropdown.hauptfarbe.w--open {
  background-color: #fff;
}

.select-field {
  background-color: #fff;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  min-height: 70px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Montserrat, sans-serif;
}

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

.heading-mitig-md {
  font-size: 22px;
  line-height: 32px;
}

.heading-mitig-md.heading-3 {
  font-family: Yanone Kaffeesatz, sans-serif;
}

.left-arrow, .right-arrow {
  display: none;
}

.footer-text {
  margin-bottom: 5px;
  line-height: 1.3;
}

.footer-text.flie-text {
  font-weight: 300;
}

.bold {
  font-weight: 500;
}

.section-top-btm {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-top-btm.has-bg {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/Gozo-Design-Changes-Oct-2-2025.webp');
  background-position: 0 0, 100% 30%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

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

.lightbox-link-galeire {
  width: 100%;
  height: 60vh;
}

.background-video {
  z-index: 5;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.play-pause-button {
  display: none;
}

.background-video-adjust {
  z-index: 5;
  object-position: 100% 50%;
  width: 1000px;
  height: 100%;
  position: absolute;
  inset: 0% 0 0% auto;
}

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

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

.image-wrapper-home {
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.slider-full {
  background-color: #0000;
  height: 65vh;
  margin-top: 60px;
  overflow: hidden;
}

.slider-full.no-action {
  pointer-events: none;
}

.mask-2 {
  width: 29%;
  overflow: visible;
}

.slide-2 {
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
}

.slide-nav-2 {
  display: none;
}

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

.image-wrapper-uber-mich {
  height: 50vh;
}

.social-link {
  border: 2px solid var(--magenta);
  border-radius: 50%;
  width: 2.8rem;
  box-shadow: 0 0 5px #0003;
}

._3er-gird {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

._4er-gird {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph-62 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.image-101 {
  object-fit: contain;
  background-color: #fff;
  border-radius: 50px;
  width: 45px;
}

.jotform {
  width: 100%;
}

.background_image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

  .logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .flie-text {
    overflow-wrap: anywhere;
    font-weight: 300;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .video {
    height: 60vh;
  }

  .titelvideo-div {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

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

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

  .heading.heading-1.farbe-der-headings-2 {
    text-align: center;
    width: 100%;
    font-size: 45px;
    line-height: 50px;
  }

  .heading.heading-1.farbe-der-headings {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }

  .heading.mittig.heading-1.farbe-der-headings-2 {
    font-size: 45px;
    line-height: 50px;
  }

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

  .footer.hauptfarbe {
    background-color: var(--black);
  }

  .footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-f-r-nav {
    width: auto;
  }

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

  .icon-5 {
    color: #fff;
  }

  .navlink.flie-text {
    text-align: right;
  }

  .nav-menu-3 {
    background-color: #000c;
    width: 100%;
  }

  .navbar {
    justify-content: space-between;
  }

  .bild-zoom-effekt1 {
    height: 400px;
  }

  .impdat {
    padding: 60px;
  }

  .success {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

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

  .section-2, .section-2.zweitfarbe {
    padding: 60px;
  }

  .grid_links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .grid_links.reverse {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-links.flie-text {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
  }

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

  .paragraph-links.mittig.flie-text {
    font-size: 16px;
  }

  .grid_rechts {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: 20px auto;
    display: flex;
  }

  .content {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .content.highlights {
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .heading1.heading-1 {
    text-align: center;
    font-size: 40px;
  }

  .mini_heading.heading-3.farbe-der-headings {
    text-align: center;
    font-size: 18px;
  }

  .section1.zweitfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section2 {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    padding: 60px;
  }

  .content_block {
    justify-content: center;
    align-items: center;
    padding: 60px;
  }

  .no-overflow {
    height: 59vh;
  }

  .error-message {
    width: auto;
  }

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

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

  .map {
    height: 100%;
  }

  .nav-men-1.hauptfarbe {
    padding: 10px;
  }

  .men-icon1 {
    color: #fff;
  }

  .navbar-6.hauptfarbe {
    width: 100%;
  }

  .nav-link-3.flie-text {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-3.flie-text:hover {
    color: #fff;
    font-weight: 700;
  }

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

  .navbar1 {
    flex-flow: column;
    padding: 0;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--magenta);
    text-align: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-100 {
    height: 100%;
  }

  .image-100.contain {
    object-fit: contain;
    background-color: #1b2532;
  }

  .section-6 {
    padding: 60px;
  }

  .maps {
    width: 100%;
    height: 45vh;
  }

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

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

  .dropdown.hauptfarbe.w--open {
    background-color: var(--magenta);
    position: relative;
    inset: 0% 0% 0% auto;
  }

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

  .heading-mitig-md.heading-3 {
    text-align: center;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .footer-text {
    margin-bottom: 5px;
  }

  .section-top-btm {
    padding: 60px;
  }

  .lightbox-link-galeire {
    height: auto;
  }

  .background-video-adjust {
    width: 100%;
  }

  ._2er-grid-right-text {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

  .image-wrapper-home {
    order: -9999;
    height: 55vh;
  }

  .slider-full.no-action {
    height: 55vh;
    margin-top: 0;
  }

  .mask-2 {
    width: 50%;
  }

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

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

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

  ._4er-gird {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-62 {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .section-50 {
    padding: 60px;
  }

  .section-50.bg {
    background-color: var(--bg);
  }

  .dropdown-2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .divblock1 {
    height: auto;
  }

  .video {
    height: 55vh;
  }

  .titelvideo-div {
    padding-bottom: 20px;
  }

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

  .heading.heading-1.farbe-der-headings-2 {
    text-align: center;
    width: 100%;
    font-size: 40px;
    line-height: 45px;
  }

  .footer1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .bild-zoom-effekt1 {
    min-height: 300px;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

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

  .section-2, .section-2.zweitfarbe {
    padding: 40px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .grid_links {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    place-items: center start;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .grid_links.reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .grid_rechts {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .heading1.heading-1 {
    text-align: center;
    margin-top: 10px;
    font-size: 40px;
  }

  .mini_heading.heading-3.farbe-der-headings {
    font-size: 17px;
  }

  .section1.zweitfarbe {
    padding: 40px;
  }

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

  .section3 {
    height: 50vh;
  }

  .content_block {
    padding: 40px;
  }

  .no-overflow {
    height: 55vh;
  }

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

  .text-field-4 {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

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

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

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

  .section-6 {
    padding: 40px;
  }

  .maps {
    width: 100%;
  }

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

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

  .heading-mitig-md.heading-3 {
    line-height: 30px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .section-top-btm, .section-top-btm.zweitfarbe {
    padding: 40px;
  }

  .lightbox-link {
    height: 60vh;
  }

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

  ._2er-grid-right-text {
    width: 100%;
  }

  .image-wrapper-home {
    height: 55vh;
  }

  .mask-2 {
    width: 100%;
  }

  .slide-2 {
    margin-left: 0;
    margin-right: 0;
  }

  ._3er-gird {
    flex-flow: column;
    display: flex;
  }

  .image-wrapper-45vh {
    height: 60vh;
  }

  ._4er-gird {
    flex-flow: column;
    display: flex;
  }

  .section-50.bg {
    padding: 40px;
  }
}

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

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

  .video {
    height: 50vh;
  }

  .slogan {
    font-size: 50px;
    line-height: 50px;
  }

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

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

  .heading.heading-1.farbe-der-headings, .heading.mittig.heading-1.farbe-der-headings-2 {
    font-size: 35px;
    line-height: 40px;
  }

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

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

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

  .section-2 {
    padding: 40px 20px;
  }

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

  .maps-gro {
    height: 300px;
  }

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

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

  .content.highlights {
    text-align: center;
    align-items: center;
    padding: 20px;
  }

  .heading1 {
    font-size: 35px;
    line-height: 35px;
  }

  .heading1.heading-1 {
    width: 100%;
    font-size: 31px;
  }

  .button {
    text-align: left;
    letter-spacing: 0;
    padding: 10px 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .button.heading-3.hauptfarbe {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.heading-3.highlights-2, .section1.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section2 {
    height: auto;
    padding: 40px 20px;
  }

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

  .no-overflow {
    height: 45vh;
  }

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

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

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

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

  .nav-link-3.flie-text:hover {
    color: var(--magenta);
  }

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

  .text-area, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
    text-align: left;
  }

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

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

  .select-field {
    text-align: left;
  }

  .heading-mitig-md.heading-3 {
    font-size: 20px;
    line-height: 28px;
  }

  .section-top-btm, .section-top-btm.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lightbox-link, .lightbox-link-galeire, .image-wrapper-home, .image-wrapper-45vh {
    height: 45vh;
  }

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

#w-node-_0425298c-667a-0657-2dbe-277cd08e9efe-8957a8ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fede0e6c-280e-0946-c53a-1ed3caa03138-8957a8ba, #w-node-fede0e6c-280e-0946-c53a-1ed3caa03159-8957a8ba, #w-node-_24976764-e957-bd80-b636-57c5e9809a9a-8957a8ba, #w-node-_1304ac52-87fa-a090-0499-30f2cb5fe19f-8957a8ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1304ac52-87fa-a090-0499-30f2cb5fe1a1-8957a8ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1304ac52-87fa-a090-0499-30f2cb5fe1a5-8957a8ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1304ac52-87fa-a090-0499-30f2cb5fe1a7-8957a8ba, #w-node-_8794d95a-e045-38f4-46bf-79b68a21d91f-8957a8ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


