:root {
  --highlight: #f46906;
  --main-color: #252525;
  --white: white;
  --black: black;
  --font-size--h1: 2rem;
  --font-size--p: 1.125rem;
  --blue: #0e2755;
  --font-size--h3: 1.25rem;
  --font-size--h2: 1.5rem;
  --font-size--h4: 1.125rem;
  --font-size--small-text: .875rem;
}

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  font-family: Nunito, 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: 220px;
  margin-top: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

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

.navbar1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.navbar-6 {
  width: 100%;
  padding: 0 10%;
}

.navbar-6.highlights-blue {
  z-index: 1000;
}

.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:hover {
  color: var(--highlight);
  font-weight: 400;
}

.nav-link-3.flie-text.w--current {
  color: var(--highlight);
}

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

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

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

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

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

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

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

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

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

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

.instagram3 {
  width: 30px;
}

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

.utility-page-wrap {
  background-image: url('../images/5e4e799880743331e550192d_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;
}

.hero-section {
  background-image: url('../images/clouds.webp');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
  overflow: hidden;
}

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

.inhaltstartseite {
  padding: 20px 10px;
}

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

.nav-men-1 {
  z-index: 1000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  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;
  padding-left: 40px;
  padding-right: 40px;
  font-style: normal;
  font-weight: 700;
}

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

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

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

.essen-bild2 {
  background-image: url('../images/AdobeStock_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%;
}

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

.title-wrap {
  background-image: linear-gradient(102deg, var(--white), #fff0);
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 10%;
  padding-right: 50%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.subheading1 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 45px;
}

.slogan1 {
  text-align: left;
  font-size: 50px;
}

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

.termin-button.heading-3.highlights:hover {
  background-color: #333;
}

.termin-button.heading-3.zweitfarbe.farbe-der-headings {
  background-color: var(--white);
  color: var(--black);
}

.termin-button.heading-3.zweitfarbe.farbe-der-headings:hover {
  color: var(--highlight);
  background-color: #252525;
}

.section-mittig1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 10%;
  display: flex;
  overflow: visible;
}

.inhalt-nebeneinander1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.inhalt-nebeneinander1.invert {
  grid-template-columns: 1fr .75fr;
}

.inhalt-nebeneinander1.invert._3 {
  grid-template-columns: 1fr .5fr;
}

.inhalt-nebeneinander1._2 {
  grid-template-columns: .5fr 1fr;
}

.heading-links1 {
  font-size: var(--font-size--h1);
}

.heading-links1.heading-1.wrap {
  overflow-wrap: anywhere;
}

.text-links1 {
  font-size: var(--font-size--p);
  line-height: 1.5;
}

.content-wrap {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  padding: 40px;
  display: flex;
}

.content-wrap.highlights-blue.mittig {
  justify-content: center;
  align-items: center;
  width: auto;
}

._2er-grid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

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

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

.footer-1 {
  justify-content: space-around;
  height: auto;
  display: flex;
}

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

.galeriebild1 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.impdat {
  padding: 100px 10%;
}

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

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

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

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

.success1.heading-1 {
  color: #fff;
}

.zwischen-section1 {
  color: #fff;
  padding: 60px 140px;
}

.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: contain;
  width: 200px;
}

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

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

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

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

.image-100 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

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

.icon-1x1-large {
  filter: invert();
  object-fit: contain;
  width: 2.5rem;
  max-width: none;
  margin-bottom: 10px;
}

.padding-0 {
  padding: 0;
}

.button-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px none var(--highlight);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 12px 20px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 156%;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-1.highlights-yellow:hover {
  border: 1px solid #000;
}

.button-1.is-border {
  border: 2px solid var(--white);
}

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

.arrow {
  object-fit: contain;
  width: 1.5rem;
}

.button-text {
  color: #fff;
  font-size: var(--font-size--p);
  margin-bottom: 0;
}

.button-02 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px none var(--highlight);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 12px 20px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 156%;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

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

.nav-link2 {
  color: #fff;
  font-size: var(--font-size--p);
  text-align: center;
  white-space: nowrap;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

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

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

.nav-link2.heading-1:hover {
  color: var(--white);
}

.underline-2 {
  background-color: var(--highlight);
  width: 0%;
  height: 2px;
  margin-top: 10px;
  position: absolute;
  inset: auto auto 0%;
}

.logo-div {
  margin-right: 0;
}

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

.content-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px none var(--white);
  color: #fff;
  border-radius: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding: 10px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.icon-wa {
  background-color: var(--white);
  object-fit: contain;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  overflow: visible;
}

.content-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.text-left-link {
  font-size: var(--font-size--p);
  text-align: left;
  margin-bottom: 0;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

.div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px none var(--highlight);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

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

.icons {
  filter: invert();
  object-fit: contain;
  width: 1rem;
}

.icons.invert {
  filter: none;
}

.text-left {
  font-size: var(--font-size--p);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.text-left.flie-text {
  text-decoration: none;
}

.text-left.flie-text.blck {
  color: #333;
}

.heading_left-small-2 {
  font-size: var(--font-size--h3);
  margin-top: 10px;
  line-height: 50px;
}

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

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

.content-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-left-2 {
  font-size: var(--font-size--p);
  line-height: 22px;
}

.paragraph-left-2.flie-text {
  line-height: 1.3;
}

.section {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 10%;
}

.icon-30 {
  object-fit: contain;
  width: 3rem;
}

.divider-10 {
  background-color: var(--white);
  width: 1px;
  height: 2rem;
}

.divider-10.height {
  height: 6rem;
}

.image-wrap-round {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.image-wrap-round.sticky {
  height: 90vh;
  position: sticky;
  top: 20px;
}

.square {
  z-index: -1;
  border-radius: 20px;
  width: 20rem;
  height: 20rem;
  position: absolute;
  inset: -5% auto auto -5%;
}

.square.highlights.bottom {
  inset: auto -5% -5% auto;
}

.icon-wrap {
  background-color: var(--blue);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-wrap.orange {
  background-color: var(--highlight);
}

.image-div {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

._3col {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.image-60vh {
  object-fit: cover;
  height: 60vh;
  overflow: hidden;
}

.service-details {
  background-color: #ffffffd6;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px;
  position: absolute;
  inset: auto 0 0;
  overflow: visible;
}

.rt-overflow-hidden {
  width: 100%;
  overflow: hidden;
}

.service-card {
  color: #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.button-3 {
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 40px;
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 14px;
  transition: all .2s;
}

.button-3:hover {
  transform: scale(1.1);
}

.button-3.paragraph-font.secondary-color:hover {
  transform: scale(1.05);
}

.details {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.icon-wrap-2 {
  background-color: var(--blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.icon-2 {
  object-fit: contain;
  width: 2.5rem;
}

.feature-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.list-item-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 2px #e79d4d;
  border-left: 1px #000;
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
  display: flex;
}

.img-icon-small {
  filter: invert();
  object-fit: fill;
  width: 1.5rem;
  max-width: none;
  height: 1.5rem;
}

.container {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 40px;
  overflow: hidden;
}

.vertical-flex-2 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin: 0 auto 10px;
  display: flex;
}

.container-14 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.footer-40 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(135deg, #0a1728, #ffffffa8), url('../images/1000_F_583667861_DQcGnbNkow9AWja.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  border-radius: 20px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 100px;
  padding-left: 10%;
  padding-right: 10%;
}

.line-8 {
  background-color: var(--highlight);
  border-radius: 20px;
  width: 40px;
  height: 100%;
}

.line-box {
  background-color: #a3a3a34d;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  height: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overflow-box {
  border-radius: 20px;
  width: 100px;
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
}

.overflow-box._03 {
  width: 160px;
}

.line-animation {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  height: 110%;
  display: flex;
  position: absolute;
}

.foooter-social-icon-block---f24-3 {
  background-color: var(--highlight);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.foooter-social-icon-block---f24-3:hover {
  background-color: var(--blue);
  box-shadow: 0 2px 5px #0003;
}

.section-61 {
  background-image: linear-gradient(to bottom, #0000, #0000), linear-gradient(135deg, var(--blue) 1%, #0a1728b5 100%, #ffffffa8), url('../images/clouds.webp');
  background-position: 0 0, 0 0, 50%;
  background-attachment: scroll, scroll, fixed;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10%;
}

.flex-horizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer-description-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.footer-logo {
  object-fit: contain;
}

.footer-first-block---27 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.footer-first-block---27._80 {
  max-width: 80%;
}

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

.icon-small-2 {
  object-fit: contain;
  height: 1.2rem;
}

.footer-social-icons---f24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.footer-grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr .75fr 1fr;
  margin-bottom: 30px;
}

.footer-brand {
  width: 200px;
}

.footer-text {
  font-size: var(--font-size--p);
  margin-bottom: 0;
}

.footer-text.flie-text:hover {
  color: var(--highlight);
}

.footer-text.flie-text.no-wrap {
  white-space: nowrap;
}

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

.footer-links {
  color: #fff;
  font-size: 18px;
}

.footer-links.flie-text {
  text-decoration: none;
}

.footer-links.flie-text:hover {
  color: var(--highlight);
}

.line-div {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  background-color: var(--blue);
  height: 100%;
  display: flex;
}

.line-div._2 {
  background-color: var(--white);
}

.hero-section-subpage {
  background-image: url('../images/clouds3.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 50vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
  overflow: hidden;
}

.title-wrap-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dropdown-toggle-16 {
  color: #fff;
  padding: 0 40px 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.dropdown {
  color: #fff;
  background-color: #ddd0;
  height: auto;
  display: none;
  overflow: visible;
}

.dropdown.w--open {
  margin-top: 0;
}

.flex-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  flex-flow: column;
  width: 15rem;
  margin-top: 1rem;
  padding: 20px;
  display: flex;
}

.nav-link3 {
  color: #000;
  font-size: var(--font-size--p);
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

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

.nav-link3.flie-text:hover {
  color: var(--highlight);
}

.nav-link3.flie-text.w--current {
  color: #ffd848;
}

.underline-3 {
  background-color: var(--highlight);
  width: 0%;
  height: 2px;
  position: absolute;
  inset: auto auto 0%;
}

.text-block {
  color: #fff;
  font-size: var(--font-size--p);
  text-decoration: none;
}

.heading-center {
  font-size: var(--font-size--h2);
  text-align: center;
  margin-top: 10px;
  line-height: 44px;
}

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

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

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

.text-mitting {
  font-size: var(--font-size--p);
  margin-bottom: 10px;
}

.text-mitting.flie-text {
  font-size: var(--font-size--p);
}

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

.div-block-farbig-3 {
  border: 4px solid var(--highlight);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 15px;
  display: flex;
}

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

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

.section-mittig3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 80px 10%;
  display: flex;
}

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

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

.image-wrap {
  border-radius: 20px;
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.open {
  background-color: var(--highlight);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 5% 5% auto auto;
}

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

.footer-text-2 {
  font-size: var(--font-size--p);
  margin-bottom: 0;
}

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

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

.error {
  filter: contrast(200%) invert();
  object-fit: contain;
  width: 10rem;
}

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

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

.image-div-round {
  background-color: var(--white);
  background-image: url('../images/09617e7746f41b60e8cba7d8f2856faa.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  width: 100%;
  height: 75vh;
  overflow: hidden;
}

.code-embed-3 {
  width: 600px;
  height: 100%;
}

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

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

.wrap {
  overflow-wrap: anywhere;
}

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

@media screen and (min-width: 1440px) {
  .highlights-blue {
    background-color: var(--blue);
  }
}

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

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

  .navbar-6.highlights-blue {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .hero-section {
    height: 60vh;
    padding: 0;
  }

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

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

  .men-icon1 {
    color: #fff;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--highlight);
    border-radius: 6px;
    order: 9999;
    padding: 15px;
    font-size: 22px;
  }

  .nav-men-1 {
    background-color: var(--highlight);
    padding: 10px 20px;
    display: block;
  }

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

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

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

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

  .title-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px;
  }

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

  .subheading1.heading-2.farbe-der-headings-blue {
    text-align: center;
    font-size: 25px;
    line-height: 1.3;
  }

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

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

  .section-mittig1 {
    padding: 60px;
  }

  .inhalt-nebeneinander1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

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

  .inhalt-nebeneinander1.invert._3, .inhalt-nebeneinander1._2 {
    justify-content: space-between;
    align-items: center;
  }

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

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

  .content-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 0;
  }

  .content-wrap.highlights-blue.mittig {
    padding: 20px;
  }

  ._2er-grid1 {
    margin-top: 20px;
  }

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

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

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

  .success1.heading-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .zwischen-section1 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .logo-img {
    width: 180px;
  }

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

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

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

  .button-1.is-border {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-1.highlights-blue {
    text-align: center;
    margin-top: 10px;
    padding: 10px 15px;
  }

  .arrow {
    width: 1.4rem;
  }

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

  .button-02.highlights {
    margin-top: 10px;
    padding: 10px 15px;
    font-size: 16px;
  }

  .nav-link2.heading-1 {
    text-align: left;
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
  }

  .nav-link2.heading-1:hover, .nav-link2.heading-1.w--current {
    color: var(--black);
  }

  .content-7 {
    margin-right: auto;
  }

  .icon-wa {
    width: 2.8rem;
    height: 2.8rem;
  }

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

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

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

  .heading_left-small-2.heading-1 {
    text-align: center;
    font-size: 18px;
  }

  ._7col-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    width: 100%;
    display: flex;
  }

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

  .paragraph-left-2.flie-text {
    text-align: center;
    font-size: 16px;
  }

  .section.highlights {
    padding: 60px;
  }

  .icon-30 {
    width: 2.5rem;
  }

  .divider-10.height {
    height: 8rem;
  }

  .image-wrap-round.sticky {
    height: 55vh;
    position: relative;
    top: 0;
  }

  .image-wrap-round.sticky.auto {
    width: auto;
  }

  .image-wrap-round._55vh {
    height: 55vh;
  }

  .square.highlights {
    width: 100%;
    height: 100%;
    top: -3%;
    left: -3%;
  }

  .square.highlights.bottom {
    bottom: -3%;
    right: -3%;
  }

  .image-div {
    aspect-ratio: 1;
    background-attachment: scroll;
    position: relative;
  }

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

  ._3col {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .image-60vh {
    height: 50vh;
  }

  .service-details {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 0;
    display: flex;
    position: static;
    inset: 0%;
  }

  .service-card {
    justify-content: flex-start;
    align-items: stretch;
  }

  .service-card.rel {
    left: 50%;
  }

  .service-card.rel.top {
    margin-top: 20px;
  }

  .details {
    justify-content: center;
    align-items: center;
    padding-top: .5rem;
  }

  .icon-wrap-2 {
    width: 3.6rem;
    height: 3.6rem;
  }

  .icon-2 {
    width: 2.2rem;
  }

  .feature-list-2, .vertical-flex-2 {
    width: auto;
  }

  .overflow-box.btm {
    margin-bottom: 10px;
  }

  .section-61 {
    padding: 40px;
  }

  .heading-footer.heading-1 {
    letter-spacing: 0;
    font-size: 17px;
  }

  .footer-first-block---27 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-first-block---27._80 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 100%;
  }

  .footer-grid-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 0;
  }

  .footer-brand {
    width: 150px;
  }

  .footer-text.flie-text, .footer-text.flie-text.no-wrap, .footer-links.flie-text {
    font-size: 16px;
  }

  .hero-section-subpage {
    height: 55vh;
    padding-left: 0%;
    padding-right: 0%;
  }

  .title-wrap-2 {
    width: 100%;
    padding-left: 0;
  }

  .dropdown-nav {
    width: 100%;
  }

  .dropdown-toggle-16 {
    width: 100%;
    padding: 12px 0;
  }

  .icon {
    margin-right: 0;
    font-size: 16px;
  }

  .dropdown.w--open {
    position: relative;
  }

  .flex-vertical {
    width: 100%;
    margin-top: 0;
    padding: 10px 15px;
  }

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

  .underline-3 {
    display: none;
  }

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

  .heading-center.heading-1 {
    font-size: 22px;
    line-height: 1.3;
  }

  ._3er-grid-5 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

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

  .section-mittig3 {
    padding: 60px 40px;
  }

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

  .image-wrap {
    height: 55vh;
  }

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

  .error-heading.heading-1 {
    margin-top: 10px;
    font-size: 30px;
  }

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

  .image-div-round {
    width: auto;
    height: 55vh;
  }

  .code-embed-3 {
    height: 80vh;
    overflow: auto;
  }

  .text-block-2, .text-block-3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .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-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .titelvideo1 {
    height: 100%;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .hero-section {
    height: 28rem;
  }

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

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

  .men-buttton1.hauptfarbe {
    padding: 14px;
    font-size: 20px;
  }

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

  .angebot2 {
    height: auto;
  }

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

  .title-wrap {
    background-image: linear-gradient(102deg, var(--white), #ffffff73 62%, #fff0);
    width: 100%;
    padding: 40px;
  }

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

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

  .subheading1.heading-2.farbe-der-headings-blue {
    font-size: 20px;
  }

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

  .slogan1.heading-1.farbe-der-headings {
    font-size: 35px;
  }

  .section-mittig1 {
    padding: 40px;
  }

  .inhalt-nebeneinander1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

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

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

  .footertext1 {
    margin-bottom: 10px;
  }

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

  .footer-1.hauptfarbe.heading-3 {
    align-items: flex-start;
    padding-left: 172px;
    padding-right: 100px;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

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

  .zwischen-section1 {
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-img {
    width: 160px;
  }

  .maps-gro-2 {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .button-1.is-border {
    padding: 10px 12px;
  }

  .button-1.highlights-blue {
    padding-left: 12px;
    padding-right: 12px;
  }

  .arrow {
    width: 1.3rem;
  }

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

  .button-02.highlights {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-link2.heading-1 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .content-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }

  .icon-wa {
    width: 2.5rem;
    height: 2.5rem;
  }

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

  .div-block-btn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

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

  .heading_left-small-2.heading-1 {
    font-size: 17px;
  }

  ._7col-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .content-6 {
    align-items: center;
  }

  .paragraph-left-2.flie-text {
    font-size: 15px;
  }

  .section.highlights {
    padding: 40px;
  }

  .icon-30 {
    width: 2.2rem;
  }

  .divider-10.height {
    width: 80%;
    height: 1px;
  }

  .image-wrap-round.sticky, .image-wrap-round.sticky.auto, .image-wrap-round._55vh {
    height: 25rem;
  }

  .icon-wrap {
    width: 1.8rem;
    height: 1.8rem;
  }

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

  ._3col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    display: flex;
  }

  .image-60vh {
    height: 25rem;
  }

  .service-details {
    padding-top: 10px;
  }

  .service-card.rel {
    left: 0%;
  }

  .service-card.rel.top {
    margin-top: 0;
  }

  .icon-wrap-2 {
    width: 3.2rem;
    height: 3.2rem;
  }

  .icon-2 {
    width: 2rem;
  }

  .container.highlights-blue {
    padding: 30px;
  }

  .foooter-social-icon-block---f24-3 {
    width: 35px;
    height: 35px;
  }

  .footer-heading-block-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .section-61 {
    padding: 20px;
  }

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

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

  .footer-description-27 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-first-block---27._80 {
    justify-content: space-between;
    align-items: center;
  }

  .link-9 {
    display: block;
  }

  .icon-small-2 {
    height: 1rem;
  }

  .footer-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-text.flie-text, .footer-text.flie-text.no-wrap, .footer-links.flie-text {
    font-size: 15px;
  }

  .hero-section-subpage {
    height: 28rem;
  }

  .title-wrap-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .icon {
    font-size: 15px;
  }

  .flex-vertical {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-link3.flie-text {
    font-size: 15px;
    line-height: 1.4;
  }

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

  .heading-center.heading-1 {
    font-size: 20px;
  }

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

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

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

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

  .gallery-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .image-wrap {
    height: 25rem;
  }

  .open {
    width: 35px;
    height: 35px;
  }

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

  .error {
    width: 5rem;
    margin-bottom: 10px;
  }

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

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

  .image-div-round {
    height: 25rem;
  }

  .code-embed-3 {
    width: 500px;
  }

  .text-block-2 {
    font-size: 15px;
  }

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

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

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    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-2 {
    font-size: 22px;
    line-height: 26px;
  }

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

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

  .impdatfooter {
    text-align: left;
  }

  .men-buttton1.hauptfarbe {
    padding: 12px;
    font-size: 18px;
  }

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

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

  .title-wrap {
    align-items: center;
    width: auto;
    padding: 20px;
  }

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

  .subheading1.heading-2 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .subheading1.heading-2.farbe-der-headings-blue {
    font-size: 18px;
  }

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

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

  .slogan1.heading-1.farbe-der-headings {
    font-size: 28px;
  }

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

  .inhalt-nebeneinander1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 90vw;
  }

  .inhalt-nebeneinander1.invert._3 {
    width: 100%;
  }

  .heading-links1.heading-1 {
    font-size: 20px;
  }

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

  .text-links1.flie-text.list {
    text-align: left;
  }

  .content-wrap {
    padding-right: 0;
  }

  .footer-1.hauptfarbe.heading-3 {
    align-items: flex-start;
    padding-left: 69px;
    padding-right: 44px;
  }

  .titelvideo-unterseiten1 {
    height: 60vh;
  }

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

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

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

  .success1.heading-1 {
    font-size: 20px;
  }

  .logo-img {
    width: 120px;
  }

  .maps-gro-2 {
    height: 300px;
  }

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

  .button-1.is-border, .button-1.highlights-blue {
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow {
    width: 1.2rem;
  }

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

  .button-02.highlights {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link2.heading-1 {
    font-size: 14px;
  }

  .content-7 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
  }

  .icon-wa {
    width: 2.2rem;
    height: 2.2rem;
  }

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

  .vertical-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

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

  .icons {
    width: .8rem;
  }

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

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

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

  .paragraph-left-2 {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .icon-30 {
    width: 2rem;
  }

  .image-wrap-round.sticky.auto {
    width: 100%;
  }

  .icon-wrap {
    width: 1.6rem;
    height: 1.6rem;
  }

  .image-div {
    aspect-ratio: auto;
  }

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

  .icon-wrap-2 {
    width: 3rem;
    height: 3rem;
  }

  .icon-2 {
    width: 1.8rem;
  }

  .container.highlights-blue {
    padding: 20px;
  }

  .foooter-social-icon-block---f24-3 {
    width: 30px;
    height: 30px;
  }

  .footer-heading-block-2 {
    padding-bottom: 10px;
  }

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

  .footer-description-27 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer-first-block---27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 100%;
  }

  .footer-first-block---27._80 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer-grid-3 {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    width: 120px;
  }

  .footer-text.flie-text, .footer-text.flie-text.no-wrap, .footer-links.flie-text {
    font-size: 14px;
  }

  .title-wrap-2 {
    align-items: center;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon {
    margin-right: 0;
    font-size: 14px;
  }

  .flex-vertical {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link3.flie-text {
    font-size: 14px;
    line-height: 1.3;
  }

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

  .heading-center.heading-1 {
    font-size: 18px;
  }

  ._3er-grid-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .divider-11.highlights {
    width: 40vw;
  }

  .section-mittig3 {
    padding: 20px;
  }

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

  .open {
    width: 30px;
    height: 30px;
  }

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

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

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

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

  .image-div-round {
    height: 22rem;
  }

  .code-embed-3 {
    width: 100%;
    height: 70vh;
  }

  .text-block-2 {
    font-size: 14px;
  }
}

#w-node-e95be0c2-439c-9340-3ada-4aae72467a7a-61318478 {
  place-self: center;
}

#w-node-e95be0c2-439c-9340-3ada-4aae72467a82-61318478, #w-node-e95be0c2-439c-9340-3ada-4aae72467a8a-61318478 {
  align-self: center;
}

#w-node-aabc2939-2e31-0884-9a2a-33c3c613054b-61318478, #w-node-_2044c65a-c33f-a8f9-fea4-5cfb41e8a161-61318478, #w-node-d5cb7b4f-3cdc-3cba-4ecf-9a52f53e1a69-61318483, #w-node-_05f3298f-58bc-7050-f55a-458a940ead49-61318483, #w-node-_981075f8-421f-5f70-d389-79e2ce170dcc-61318483, #w-node-_12b6f26d-2869-919d-e731-697f841c8097-61318485 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


