:root {
  --main-color: #002144;
  --secondry-color: #f4f4f4;
  --highlights-color: #015091;
}

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

.logo {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.heading-23 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.schwarzer-button {
  background-color: #000;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.schwarzer-button:hover {
  background-color: #d4af37;
  margin-bottom: 20px;
}

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

.paragraph-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.link-3 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

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

.link-4 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16% 8%;
  justify-content: center;
  justify-items: center;
}

.linkfooter {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.linkfooter.w--current {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.section-6 {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.footerheading-2 {
  color: #ddb545;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-6 {
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: block;
}

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

.grid-7 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16%;
  justify-content: center;
  justify-items: center;
}

.button-auf-schwarz-2 {
  background-color: #d4af37;
  margin-bottom: 20px;
}

.button-auf-schwarz-2:hover {
  background-color: #000;
  margin-bottom: 20px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 0;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 25px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 10px;
}

.button-auf-schwarz-2._2:hover {
  background-color: #d4af37;
}

.navbar-6 {
  width: 100%;
}

.navbar-6.hauptfarbe {
  z-index: 9999;
  background-color: #015091;
  position: sticky;
  top: 0;
}

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

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

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

.nav-link-3.flie-text {
  white-space: nowrap;
  font-size: 15px;
}

.nav-link-3.flie-text.w--current {
  color: #ece4df;
  font-size: 15px;
}

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

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

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

.heading-1 {
  letter-spacing: 1px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

.terminbutton.zweitfarbe {
  color: #000;
}

.terminbutton.zweitfarbe.heading-3:hover {
  color: #fff;
}

.instagram3 {
  width: 30px;
}

.social-verlinkung3 {
  margin-right: 10px;
}

.utility-page-wrap {
  background-image: url('../images/5e4e799880743331e550192d_schloss-gold_15e4e799880743331e550192d_schloss gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
  position: absolute;
  bottom: 5%;
}

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

.submit-button {
  background-color: #ecbf38;
}

._404-error {
  color: #fff;
  font-weight: 600;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #a8a8a8;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.nav-link:active, .nav-link:focus, .nav-link:visited {
  color: #fff;
}

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

.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: 50px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

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

.mehr-erfahren2.zweitfarbe:hover {
  color: #f7f7f7;
}

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

.impdatfooter {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

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

.impressum2, .datenschutz2 {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.video2 {
  height: 90vh;
}

.jetzt-termin-vereinbaren {
  text-transform: uppercase;
}

.jetzt-termin-vereinbaren:hover {
  background-color: #000;
}

.inhaltstartseite {
  padding: 20px 10px;
}

.footer-1 {
  justify-content: space-around;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-1.hauptfarbe.flie-text {
  background-color: #015091;
}

.footertext1 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.impdat1 {
  color: #fff;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.footer-image {
  margin-right: 10px;
}

.nav-men-1.hauptfarbe {
  background-color: #015091;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.telefonnummer1, .email, .adresse, .ffnungszeiten {
  margin-bottom: 5px;
}

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

.nav-link-2 {
  color: #fff;
  text-align: center;
  padding: 20px 40px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.nav-link-2:hover {
  color: #f7f7f7;
  background-color: #0000;
  border-bottom: 0 solid #fff;
  transform: translate(0);
}

.nav-link-2.w--current {
  color: #f7f7f7;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  text-decoration: none;
}

.nav-link-2.w--current:hover {
  color: #f7f7f7;
}

.nav-link-2.flie-text:hover {
  color: #838383;
}

.nav-link-2.flie-text.w--current {
  color: #cfcfcf;
}

.video-2 {
  background-image: url('../images/2_12.webp'), linear-gradient(#0000004d, #0000004d);
  background-position: 50% 101%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  height: 90vh;
}

.essen-bild2 {
  background-image: url('../images/AdobeStock_17496330_visu_1AdobeStock_17496330_visu.webp');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.speise-karte-downloaden {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.angebot2 {
  text-align: center;
  background-color: #f7f7f7;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.bild-auftauchen2 {
  object-fit: cover;
  object-position: 50% 30%;
  width: 90%;
  max-height: 400px;
}

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

.background-video3 {
  height: 70vh;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.rounded-block {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 200px;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block.zweitfarbe {
  min-height: auto;
}

.div-block-113 {
  margin-bottom: 5px;
}

.bild-section-cover-mittig-1 {
  z-index: 999;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/68b5633795d8af8b0ec16427_download---2025-09-01T140150.853.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding: 100px 150px;
  display: flex;
  position: relative;
}

.slogan1 {
  font-family: Roboto, sans-serif;
  font-size: 70px;
  line-height: 85px;
}

.impdat {
  padding: 100px 40px;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

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

.success_block.highlights {
  color: #000;
  padding: 100px;
}

.sucess {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.sucess.heading-1 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.div-block-farbig-1 {
  text-align: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 20px;
}

.bild-galerie1 {
  filter: grayscale();
  object-fit: cover;
  height: 70vh;
  transition: all .2s;
}

.bild-galerie1:hover {
  filter: grayscale(0%);
}

.link-formular-3 {
  color: #fff;
  text-decoration: underline;
}

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

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

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

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

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

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

.spacer {
  height: 20px;
}

.ablaufplan-big-button-3 {
  z-index: 0;
  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;
  position: relative;
}

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

.social--wrapper {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 50%;
  bottom: 45%;
  right: 1%;
}

.image-107, .image-108, .image-109, .image-110, .image-111 {
  max-width: 6vh;
}

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

.team-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 20px;
  display: grid;
}

.card-header-2 {
  background-color: #fff;
  border-bottom: 1px solid #a6a6a6;
  height: 65vh;
  padding-top: 0;
}

.card-body-3 {
  padding: 20px;
}

.card-block-2 {
  box-shadow: 0 0 6px #a7a7a7;
}

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

.image-100.contaied, .image-100.con {
  object-fit: contain;
}

.image-100.border-contain {
  object-fit: contain;
  border: 8px solid #fcf2e6;
}

.terminbutton-2 {
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 15px 20px;
  line-height: 22px;
}

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

.terminbutton-2.highlights {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

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

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

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

.grid_3er._1 {
  grid-template-columns: 1fr;
}

.image_outline {
  outline-offset: 0px;
  object-fit: cover;
  outline: 5px solid #015091;
  width: 100%;
  height: 100%;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
}

.image_outline:hover {
  transform: scale(1.03);
}

.content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
  position: relative;
}

.image-wrapper {
  height: 75vh;
  margin-top: 0;
  position: relative;
}

.image-wrapper.sticky {
  width: 50%;
  height: 65vh;
  position: sticky;
  top: 20%;
}

.image-wrapper.adj {
  margin-bottom: 40px;
}

.content_block_1-3 {
  flex-direction: column;
  flex: 0 50%;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section-mittig2 {
  background-color: #4a4a4a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 10vw;
  display: flex;
  position: relative;
}

.section-mittig2.secondary-color {
  background-color: #fff;
}

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

.inhalt-footer-copy {
  width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  left: 134px;
}

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

.image-129, .image-130, .image-icon {
  object-fit: cover;
  max-width: 6vh;
}

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

.div-block-footer1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

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

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

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

.impdat-2.flie-text {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  display: flex;
}

.footer_paragraph {
  margin-bottom: 5px;
}

.footer_paragraph.flie-text {
  color: #fff;
}

.footer_paragraph.flie-text.border {
  border-right: 2px solid #fff;
}

.social-media-wrapper {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 1% 45% auto;
}

.image-132 {
  object-fit: cover;
  max-width: 6vh;
}

.inhalt-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer {
  background-color: #004383;
  padding: 60px 100px;
}

.image-133 {
  object-fit: cover;
  max-width: 6vh;
}

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

.textarea {
  font-family: Roboto, sans-serif;
  line-height: 1.5;
}

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

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

.form-text.flie-text {
  color: #fff;
}

.form-text.flie-text.unten {
  margin-bottom: 10px;
}

.text-field {
  font-family: Roboto, sans-serif;
  line-height: 1.5;
}

.checkbox-field-2 {
  text-align: left;
  line-height: 1.5;
}

.link-block {
  border: 2px solid #fff;
  margin-top: 20px;
  padding: 10px 40px;
  font-family: Roboto, sans-serif;
  transition: padding .2s, border .2s, background-color .2s;
}

.link-block:hover {
  border-color: var(--highlights-color);
  background-color: var(--highlights-color);
  padding-left: 60px;
  padding-right: 60px;
}

.text-block {
  color: #fff;
  letter-spacing: 2px;
  margin-right: 10px;
  text-decoration: none;
  display: inline-block;
}

.divider {
  background-color: #fff;
  width: 30%;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-25rem {
  z-index: 101;
  width: 37rem;
  margin-top: 10%;
  margin-left: 100px;
  position: relative;
}

.image-arrow {
  object-fit: contain;
  display: inline;
  position: relative;
  bottom: 2px;
}

.heading-95 {
  color: #fff;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  line-height: 60px;
}

.section-hero {
  height: 100vh;
}

._100vh {
  background-image: linear-gradient(90deg, #000 31%, #164b80 56%);
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.card-item-3 {
  width: 100%;
  height: 50vh;
  text-decoration: none;
  overflow: hidden;
}

.section_1-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_1-2.zweitfarbe-2.top {
  padding-top: 0;
  padding-bottom: 0;
}

.heading_2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 36px;
  line-height: 40px;
}

.paragraph_2 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.paragraph_2.flie-text {
  color: #fff;
  line-height: 1.5;
}

.paragraph_2.flie-text.para-left {
  text-align: left;
}

.content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  display: flex;
  position: relative;
}

.image-wrapper-2 {
  height: 70vh;
}

.grid_2er {
  grid-template-rows: auto;
  place-content: center;
  place-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph_4 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.paragraph_4.flie-text {
  color: #fff;
  text-align: left;
  line-height: 1.5;
}

.heading_2-3 {
  color: #fff;
  text-align: left;
  font-size: 40px;
}

.nav-menu-fixed {
  z-index: 1000;
  background-color: #101010;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu-content {
  height: 100%;
  display: flex;
  position: relative;
}

.lotties-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.flex-nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cross-line-1 {
  background-color: #fff;
  width: 1px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
}

.close-overlay-button {
  color: #fff;
  cursor: pointer;
  align-items: center;
  font-family: Bitter, serif;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.navbar {
  z-index: 500;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  height: 15vh;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.home-navbar {
  background-color: #fff;
}

.brand {
  align-items: center;
  display: flex;
}

.view-more-text {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
}

.cross-line-2 {
  background-color: #fff;
  width: 1px;
  height: 10px;
  position: absolute;
  transform: rotate(135deg);
}

.nav-btn-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  padding-top: 2%;
  padding-right: 2%;
  display: flex;
  position: relative;
}

.nav-links-wrapper-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 10%;
  display: flex;
  position: relative;
}

.menu-number {
  color: #fff;
  margin-right: 24px;
  font-size: 12px;
  line-height: 14px;
}

.cross-icon {
  width: 16px;
  height: 32px;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 10px;
  display: inline-block;
}

.logo-_img {
  object-fit: contain;
  max-width: 14vh;
  margin-top: 0;
}

.menu-button {
  filter: invert();
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 16px;
  position: relative;
}

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

.nav-link-wrap {
  color: #fff;
  text-align: left;
  letter-spacing: .6px;
  text-transform: uppercase;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: transform .6s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  transform: translate(0);
}

.nav-link-wrap:hover {
  transform: translate(20px);
}

.nav-link-wrap.w--current {
  padding-top: 15px;
  padding-bottom: 15px;
}

.lottie-animation-4 {
  filter: grayscale();
  width: 100%;
  overflow: hidden;
}

.burger-icon {
  object-fit: contain;
}

.background-video {
  z-index: 100;
  width: 45%;
  height: 85%;
  position: absolute;
  inset: auto 0% 0 auto;
}

.list-text {
  color: #fff;
  padding-left: 20px;
}

.wrapp {
  overflow-wrap: anywhere;
}

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

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

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

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

.utility-page {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.success-message, .error-message {
  color: #333;
}

.form {
  width: 100%;
}

.section_1-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_1-1.zweitfarbe-2 {
  padding-top: 0;
}

.code-embed {
  width: 100%;
}

.navbar-heading {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
}

.navbar-heading.heading-3 {
  color: var(--highlights-color);
}

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

._2er_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.divider-2px {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.background-video-2 {
  z-index: 1;
  width: 100%;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (min-width: 1440px) {
  .navbar-6.hauptfarbe {
    z-index: 9999;
    position: sticky;
    top: 0;
  }

  .nav-link-2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
  }

  .nav-link-2:hover {
    color: #fff;
  }

  .social--wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: fixed;
    inset: 50% 1% 45% auto;
  }

  .image-107, .image-108, .image-109, .image-110, .image-111 {
    max-width: 6vh;
  }

  .image-100 {
    object-fit: cover;
  }

  .inhalt-footer-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    position: relative;
    left: 7%;
  }

  .mail-2, .call-2, .whatsapp-2, .image-129, .image-130, .image-icon, .instagram-2 {
    max-width: 6vh;
  }

  .social-media-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: fixed;
    inset: auto 1% 29% auto;
  }

  .image-132 {
    max-width: 6vh;
  }

  .inhalt-footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .facebook-2 {
    max-width: 6vh;
  }

  .footer {
    overflow: hidden;
  }

  .image-133 {
    max-width: 6vh;
  }

  .section-hero {
    background-image: url('../images/AdobeStock_216604244_Preview.webp');
  }

  .section_1-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid_2er {
    padding: 100px;
  }

  .grid_2er.adj {
    margin-top: 0;
  }

  .grid_2er.adj2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_1-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .div-block-34 {
    width: 110px;
  }

  .paragraph-8, .link-3 {
    font-size: 13px;
  }

  .div-block-37 {
    width: auto;
  }

  .link-4 {
    font-size: 13px;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 13px;
  }

  .section-6 {
    justify-content: space-between;
    padding-left: 0;
    display: block;
  }

  .div-block-33 {
    width: auto;
    padding-left: 0;
  }

  .grid-7 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

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

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

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

  ._404-error {
    font-size: 35px;
  }

  .nav-menu {
    background-color: #000;
  }

  .nav-link {
    width: 100%;
    position: static;
  }

  .footer-1.hauptfarbe.flie-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footertext1 {
    text-align: center;
  }

  .men-icon1 {
    color: #fff;
  }

  .telefonnummer1, .email {
    margin-bottom: 5px;
  }

  .video-2 {
    height: 80vh;
  }

  .angebot2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .rounded-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rounded-block.zweitfarbe {
    margin-bottom: 20px;
  }

  .bild-section-cover-mittig-1 {
    padding: 20px 40px;
  }

  .slogan1.heading-95 {
    letter-spacing: 2px;
    font-size: 35px;
    line-height: 1.5;
  }

  .impdat {
    padding: 60px;
  }

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

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

  .success_block.highlights {
    padding: 60px;
  }

  .sucess.heading-1 {
    margin-bottom: 10px;
  }

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

  .big-img1 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
  }

  .bild-galerie1 {
    height: 50vh;
  }

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

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

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

  .card-header-2 {
    width: 100%;
    height: 60vh;
  }

  .card-body-3 {
    padding-bottom: 10px;
  }

  .bild-zoom-effekt1-2 {
    height: 70vh;
  }

  .grid_3er {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .image-wrapper.sticky {
    width: 100%;
    height: 60vh;
    position: relative;
    top: 0%;
  }

  .image-wrapper.adj {
    margin-bottom: 40px;
  }

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

  .image-icon {
    width: 2.5rem;
    max-width: none;
  }

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

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

  .social-media-wrapper {
    top: auto;
    bottom: 3%;
    left: auto;
  }

  .footer {
    padding: 40px;
  }

  .inhalt-nebeneinander1 {
    flex-direction: column;
  }

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

  .form-text.flie-text {
    margin-bottom: 5px;
  }

  .link-block, .link-block:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .divider {
    margin-bottom: 10px;
  }

  .div-25rem {
    width: 25rem;
    margin-top: 20%;
    margin-left: 40px;
  }

  .section-hero {
    height: auto;
  }

  .section_1-2 {
    padding: 100px 5%;
  }

  .section_1-2.zweitfarbe-2 {
    padding: 60px;
  }

  .heading_2 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 1.3;
  }

  .heading_2.heading-1.bottom {
    margin-bottom: 20px;
  }

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

  .content-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .image-wrapper-2 {
    order: -9999;
    width: auto;
    height: 60vh;
  }

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

  .paragraph_4.flie-text {
    text-align: center;
    font-size: 16px;
  }

  .heading_2-3 {
    text-align: center;
    margin-top: 10px;
    font-size: 35px;
    line-height: 1.3;
  }

  .heading_2-3.heading-1 {
    text-align: center;
    margin-top: 10px;
    font-size: 35px;
  }

  .nav-menu-fixed {
    flex-direction: row;
    flex: none;
    justify-content: space-around;
  }

  .nav-menu-content {
    z-index: 1;
    padding-left: 40px;
  }

  .lotties-wrap {
    z-index: 0;
    width: 100%;
  }

  .close-overlay-button {
    z-index: 200;
  }

  .navbar {
    background-color: #101010;
    height: 15vh;
  }

  .view-more-text {
    font-size: 10px;
    line-height: 16px;
  }

  .nav-btn-wrapper {
    width: 40%;
  }

  .nav-links-wrapper-2 {
    padding-left: 5%;
  }

  .menu-number {
    font-size: 12px;
    line-height: 14px;
  }

  .cross-icon {
    margin-right: 6px;
  }

  .logo-_img {
    width: 200px;
  }

  .menu-button {
    background-color: #0000;
    flex-direction: column;
    margin-right: 0;
    display: flex;
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 40px;
  }

  .nav-link-wrap {
    font-size: 12px;
    line-height: 18px;
  }

  .burger-icon {
    height: 16px;
  }

  .background-video {
    width: 50%;
  }

  .form {
    text-align: center;
  }

  .section_1-1 {
    padding: 100px 5%;
  }

  .section_1-1.zweitfarbe-2 {
    padding: 60px;
  }

  .navbar-heading.heading-3 {
    margin-right: 15vw;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  body {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div-block-34 {
    width: 153.531px;
  }

  .paragraph-8, .link-3 {
    margin-left: 0;
  }

  .div-block-37 {
    width: 153.531px;
  }

  .link-4 {
    margin-left: 0;
  }

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

  .section-6 {
    flex-direction: column;
    display: block;
  }

  .div-block-33 {
    align-items: flex-start;
    width: 153.531px;
    padding-left: 0;
    display: flex;
  }

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

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

  .titelvideo1 {
    height: 100%;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  ._404-error {
    font-size: 30px;
  }

  .nav-menu {
    background-color: #2e2e2e;
  }

  .impdatfooter, .impressum2 {
    text-align: left;
  }

  .footer-1.hauptfarbe {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footertext1 {
    margin-bottom: 10px;
  }

  .video-2 {
    height: 70vh;
  }

  .inhalt-footer2 {
    margin-bottom: 5px;
  }

  .angebot2 {
    height: auto;
  }

  .bild-auftauchen2 {
    width: 100%;
    max-height: none;
  }

  .background-video3 {
    height: 70vh;
  }

  .bild-section-cover-mittig-1 {
    height: 20rem;
  }

  .slogan1.heading-95 {
    text-align: center;
    letter-spacing: 1px;
    font-size: 30px;
  }

  .impdat {
    padding: 40px;
  }

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

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

  .success_block.highlights {
    padding: 40px;
  }

  .sucess.heading-1 {
    font-size: 25px;
  }

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

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

  .bild-galerie1 {
    width: 100%;
    height: 60vh;
  }

  .maos-footer {
    height: 100px;
  }

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

  .card-header-2 {
    height: 25rem;
  }

  .bild-zoom-effekt1-2 {
    height: 50vh;
  }

  .grid_3er {
    flex-flow: column;
    display: flex;
  }

  .image_outline:hover {
    transform: scale(1.02);
  }

  .image-wrapper.sticky {
    height: 25rem;
  }

  .content_block_1-3 {
    padding-left: 0;
  }

  .image-icon {
    width: 2.2rem;
  }

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

  .div-block-footer1 {
    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 {
    justify-content: flex-start;
    align-items: center;
  }

  .footer {
    padding: 40px 20px;
  }

  .maps1-2 {
    height: 20rem;
  }

  .link-block {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .link-block:hover {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-25rem {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0%;
    margin-left: 0;
    padding: 40px;
    display: flex;
  }

  .section-hero {
    flex-flow: column;
    display: flex;
  }

  ._100vh {
    background-image: linear-gradient(#000 31%, #164b80);
    height: auto;
    overflow: hidden;
  }

  .section_1-2.zweitfarbe-2 {
    padding: 40px;
  }

  .heading_2 {
    font-size: 25px;
  }

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

  .content-2.bottom {
    margin-bottom: 20px;
  }

  .image-wrapper-2 {
    height: 25rem;
  }

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

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

  .heading_2-3, .heading_2-3.heading-1 {
    font-size: 30px;
  }

  .nav-menu-content {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .lotties-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-btn-wrapper {
    width: 30%;
    padding-top: 5%;
    padding-right: 0%;
  }

  .nav-links-wrapper-2 {
    padding-left: 0%;
  }

  .nav-link-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link-wrap:hover {
    transform: translate(10px);
  }

  .background-video {
    width: 100%;
    height: 25rem;
    position: relative;
  }

  .image-error {
    height: 5rem;
  }

  .section_1-1.zweitfarbe-2 {
    padding: 40px;
  }

  .navbar-heading.heading-3 {
    font-size: 18px;
  }

  ._2er_grid {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 32px;
  }

  h2 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-8, .link-3, .link-4 {
    font-size: 15px;
  }

  .grid-6 {
    justify-content: start;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 15px;
  }

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

  .grid-7 {
    justify-content: start;
  }

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

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

  ._404-error {
    font-size: 25px;
  }

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

  .impdatfooter {
    text-align: left;
  }

  .footer-1.hauptfarbe.flie-text {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .video-2 {
    background-image: url('../images/2_12.webp'), linear-gradient(#0000, #0000);
    background-position: 50% 101%, 0 0;
  }

  .speise-karte-downloaden.highlights.flie-text {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

  .background-video3 {
    height: 60vh;
  }

  .rounded-block {
    min-width: 200px;
  }

  .bild-section-cover-mittig-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slogan1.heading-95 {
    letter-spacing: 0;
    font-size: 25px;
  }

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

  .success_block.highlights {
    padding: 20px;
  }

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

  .sucess.heading-1 {
    font-size: 22px;
  }

  .big-img1 {
    height: 45vh;
  }

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

  .team-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 10px;
  }

  .card-body-3 {
    padding: 15px 15px 5px;
  }

  .image-100.border-contain {
    height: auto;
  }

  .bild-zoom-effekt1-2 {
    height: 55vh;
  }

  .image_outline:hover {
    transform: scale(1.01);
  }

  .image-wrapper {
    margin-top: 40px;
  }

  .image-wrapper.sticky {
    height: auto;
  }

  .image-wrapper.adj {
    height: auto;
    margin-bottom: 20px;
  }

  .section-mittig2 {
    padding: 20px 5vw;
  }

  .image-icon {
    width: 2rem;
  }

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

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

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

  .link-block {
    padding: 9px 12px;
    font-size: 13px;
  }

  .link-block:hover {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-25rem {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-95 {
    font-size: 30px;
    line-height: 35px;
  }

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

  .section_1-2.zweitfarbe-2.top {
    padding-top: 40px;
  }

  .heading_2 {
    font-size: 20px;
  }

  .heading_2.heading-1.bottom {
    margin-bottom: 0;
  }

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

  .image-wrapper-2 {
    height: auto;
  }

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

  .heading_2-3 {
    font-size: 25px;
  }

  .heading_2-3.heading-1 {
    font-size: 25px;
    line-height: 1.3;
  }

  .nav-menu-fixed {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-menu-content {
    flex-direction: row;
    justify-content: space-between;
  }

  .flex-nav {
    flex-direction: row;
    height: 100%;
  }

  .close-overlay-button {
    right: 9.39063px;
  }

  .navbar {
    flex-direction: row;
  }

  .navbar.home-navbar {
    flex-direction: row;
    padding-left: 2%;
    padding-right: 2%;
  }

  .brand.w--current {
    justify-content: space-between;
  }

  .nav-btn-wrapper {
    width: 30%;
  }

  .nav-links-wrapper-2 {
    width: 60%;
  }

  .logo-_img {
    width: 161px;
  }

  .menu-button {
    margin-left: 0;
    right: 20px;
  }

  .nav-link-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
  }

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

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

  .navbar-heading.heading-3 {
    margin-right: 21vw;
    font-size: 14px;
    line-height: 1.5;
  }

  .image-100-contain {
    width: 100%;
    height: auto;
  }
}

#w-node-_0a19965b-d6e8-ff2f-341c-e9ef90be01c9-62e05fc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_405066eb-bceb-bd0c-ee0e-113756739015-e7184e12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73727cb7-f967-0ae8-a6e4-08aedc22f385-62e05fd7, #w-node-_73727cb7-f967-0ae8-a6e4-08aedc22f38d-62e05fd7, #w-node-_73727cb7-f967-0ae8-a6e4-08aedc22f395-62e05fd7, #w-node-_73727cb7-f967-0ae8-a6e4-08aedc22f39d-62e05fd7, #w-node-_73727cb7-f967-0ae8-a6e4-08aedc22f3a5-62e05fd7, #w-node-_73727cb7-f967-0ae8-a6e4-08aedc22f3ad-62e05fd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66a2d32a-0a6a-8b4c-80c6-8ed683094c49-62e05fd7 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-a8bfa0b6-0148-c663-c8bd-ac5ae9dc4801-67442c01, #w-node-b7ddf73f-72fb-ffd1-aa45-caf68bc908e9-210dba0b, #w-node-ce92d3cc-125a-5135-4082-ccce1c3f0998-4ad20c2c, #w-node-_4c17e026-be5e-514b-97b5-de929eba34b9-5c58b677, #w-node-a8bfa0b6-0148-c663-c8bd-ac5ae9dc4801-74fa9465, #w-node-_6f847d3c-41c0-3209-c6da-12427e926d8b-74fa9465 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b68c68e2-d066-e8b3-e421-9856d8ff3e90-74fa9465 {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-f297ba6e-1a68-06cb-439b-e0a8e7184e28-e7184e12 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b68c68e2-d066-e8b3-e421-9856d8ff3e90-74fa9465 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


