@font-face {
  font-family: "Goudy Titling W 05";
  src: url('../fonts/Goudy-Titling-W05-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #1f3a2e;
  --white: #fff;
  --rat: #ec3114;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

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

.logo {
  justify-content: center;
  align-items: center;
  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: Poiret One, 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;
}

.navbar1 {
  background-color: #6e8b6b33;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.navbar-6 {
  width: 100%;
}

.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, .nav-link-3.flie-text.w--current {
  color: #adadad;
}

.farbe-der-headings {
  color: #c6a85a;
  line-height: 1.3;
}

.hauptfarbe {
  color: #fff;
  background-color: #1f3a2e;
}

.zweitfarbe {
  background-color: #4a4f55;
}

.highlights {
  color: #fff;
  background-color: #c6a85a;
}

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

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

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

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

.titelvideo1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  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;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
}

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

.terminbutton.highlights.heading-3.mt-auto, .terminbutton.highlights.heading-3.adj, .terminbutton.highlights.heading-3.auto {
  margin-top: auto;
}

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

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

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

.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-wrap.adj {
  background-color: #c6a85a;
  background-image: none;
}

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

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

._404-error {
  color: #fff;
  font-family: Exo, sans-serif;
  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 {
  flex-flow: column;
  justify-content: space-around;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-1.hauptfarbe {
  background-color: var(--green);
  margin-top: auto;
}

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

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

.footer-image {
  filter: invert();
  object-fit: contain;
  max-width: none;
  height: 30px;
  margin-right: 10px;
  overflow: visible;
}

.telefonnummer1 {
  margin-bottom: 5px;
}

.telefonnummer1.flie-text.white {
  color: var(--white);
}

.email {
  margin-bottom: 5px;
}

.email.flie-text.white {
  color: var(--white);
}

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

.video-2 {
  background-image: url('../images/2.png'), 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.jpg');
  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;
}

.div-block-video1 {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.subheading1 {
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.subheading1.heading-2 {
  line-height: 1.2;
}

.heading-linksb-ndig1 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 35px;
  line-height: 40px;
}

.heading-linksb-ndig1.heading-2 {
  line-height: 1.3;
}

.section-big-space {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 15vw;
  display: flex;
}

.section-big-space.zweitfarbe {
  color: #fff;
}

.text-linksb-ndig1 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

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

.text-linksb-ndig1.flie-text.white {
  color: var(--white);
}

._3er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

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

.text-mittig1.flie-text.white {
  color: var(--white);
}

.text-mittig1.flie-text.rat {
  color: var(--rat);
}

.heading-mittig1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 40px;
  line-height: 40px;
}

.heading-mittig1.heading-2 {
  line-height: 1.1;
}

.heading-mittig1.heading-2.farbe-der-headings {
  color: var(--rat);
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
}

.heading-mittig1.heading-2.farbe-der-headings.is-left {
  text-align: left;
}

.heading-mittig1.heading-2.farbe-der-headings.white, .heading-mittig1.heading-2.white {
  color: var(--white);
}

.img-40vh {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 40vh;
  margin-bottom: 40px;
}

.bild-section-cover-1 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/attachment_3_AdobeStock_68166679img3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10%;
  display: flex;
}

.bild-section-cover-1._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/attachment_2_shutterstock_2522081561.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 60vh;
}

.slogan1 {
  text-align: center;
  font-size: 50px;
  font-style: italic;
  line-height: 70px;
}

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

.bild-klein1 {
  object-fit: cover;
  width: 100%;
  height: 35vh;
  margin-top: 10px;
  margin-bottom: 10px;
}

._6er-grid {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

._6er-grid.zweitfarbe {
  padding: 2px;
}

.kontakt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  display: grid;
}

.heading-small1 {
  font-size: 16px;
  line-height: 22px;
}

.impdat {
  padding: 100px 40px;
}

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

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

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

.smaill-icon1 {
  object-fit: contain;
  width: 60px;
  height: 60px;
}

.smaill-icon1.wei {
  filter: brightness(0%) invert();
}

.block-heading1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.divider {
  z-index: 10;
  width: 250px;
  height: 3px;
  margin-left: 10px;
  margin-right: 10px;
  position: static;
}

.divider.zweitfarbe {
  position: static;
}

.divider.highlights {
  margin: 10px 0 20px;
}

.divider.wei {
  filter: invert();
  background-color: #fff;
}

.divider.white {
  background-color: #fff;
}

.divblock-bild1 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_333473066_visu.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 55vh;
  padding: 40px 20px 20px;
  display: flex;
}

.divblock-bild1._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_191859849_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-start;
}

.divblock-bild1._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_334827822_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.divblock-bild1._4 {
  background-image: linear-gradient(to bottom, null, null), url('../images/AdobeStock_259109667_visu.webp');
}

.heading-klein-links1 {
  text-transform: uppercase;
}

.heading-klein-links1.heading-3.white {
  color: var(--white);
}

.divider-gro {
  width: 100%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.divider-gro.white {
  background-color: #fff;
}

.heading-klein-mittig1 {
  text-align: center;
  text-transform: uppercase;
}

._2er-grid1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  align-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.content-vertical-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.content-vertical-right.links.adj {
  justify-content: center;
  align-items: center;
}

.inhalt-untereinander1 {
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 20px;
  display: flex;
}

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

.grey-frame {
  border: 3px solid #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.aufz-hlung1 {
  grid-template-rows: auto;
  grid-template-columns: 10% 1fr;
  place-items: center stretch;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bloch-rand-wei-1 {
  border: 3px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nummern-grid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.klein-heading {
  font-size: 40px;
}

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

.klein-heading.heading-3.embed {
  text-align: center;
  width: 200px;
  margin-bottom: 10px;
}

.div-block-wei {
  background-color: var(--white);
  color: #000;
  padding: 10px;
}

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

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

._2er-grid1-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  align-content: stretch;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.mitarbeiter-bild1 {
  object-fit: cover;
  width: 100%;
  height: 40vh;
}

.galerie-bild {
  object-fit: cover;
  width: 100%;
  height: 50vh;
}

.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: 18rem;
  height: 5rem;
}

.heading-24 {
  font-family: Unica One, sans-serif;
  font-weight: 500;
}

.heading-einstellungen {
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

.heading-einstellungen._2 {
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.block-logo-einstellungen {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  max-width: 400px;
  padding: 10px 5px;
  display: flex;
}

.section-einstellungen {
  padding-bottom: 40px;
  padding-left: 140px;
  padding-right: 140px;
}

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

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

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

.link.dark {
  color: #333;
}

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

.image.contain {
  object-fit: contain;
}

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

.html-embed-8 {
  z-index: 99999;
  position: fixed;
  inset: auto 0% 10% auto;
}

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

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

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

.contact-form {
  width: 100%;
}

.contact-form-wrap {
  z-index: 10;
  align-items: stretch;
  padding: 60px;
  display: flex;
  position: relative;
}

.form1-2 {
  margin-bottom: 0;
}

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

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

.link-formular {
  color: #3a4f0f;
  text-decoration: none;
}

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

.text-field-7 {
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

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

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

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

.text-field-7.cc-textarea {
  height: 100px;
}

.spacer {
  height: 20px;
}

.paragraph-ablaufplan-2 {
  color: #5f5f5f;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-ablaufplan-2.listpara {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-ablaufplan-2.infos {
  color: #575757;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.paragraph-ablaufplan-2.infos.abstand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-ablaufplan-2.center {
  text-align: center;
}

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

.heading-90 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.close-pop-up {
  object-fit: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 120px 120px auto auto;
}

.wrapy {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.ablaufplan-spalteninhalt-2 {
  width: 100%;
}

.platzhalter-ablaufplan {
  width: 10px;
  height: 10px;
}

.dropdown-12 {
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-12.wei-er-rand {
  z-index: 0;
  background-color: #fff;
  border-radius: 60px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 1px 1px 12px #0000001f;
}

.grid-links-programme {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.dropdown-toggle-15 {
  color: #fff;
  background-color: #d4af37;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 24px;
  display: flex;
}

.dropdown-toggle-15:hover {
  transform: scale(1);
}

.div-block-172 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-172.shadow {
  align-items: stretch;
  padding: 20px;
  box-shadow: 1px 1px 12px #0000001f;
}

.div-block-169 {
  z-index: 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-171 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 20px;
  display: block;
}

.grid-ablaufplan {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.image-106 {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-height: 400px;
  margin-top: 20px;
}

.image-106.links {
  object-position: 70% 0%;
}

.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.dropdowntoogle.w--open {
  z-index: 4;
  color: #0000;
  background-color: #0000;
  background-image: url('../images/cancel.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  padding-left: 40px;
  padding-right: 0;
  transition-property: none;
  display: block;
  position: fixed;
  inset: 120px 130px auto auto;
  overflow: hidden;
}

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

.ablaufplan-big-button-3.heading-79.green {
  z-index: 0;
  background-color: #52cd60;
  position: relative;
}

.ansprechpartner-paragraph-2 {
  color: gray;
  background-color: #0000;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.ansprechpartner-paragraph-2.special.klein {
  font-size: 15px;
}

.divblock-fortschritt {
  z-index: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-173 {
  z-index: 0;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.pop-up-div {
  z-index: 10;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-div.info {
  display: none;
}

.dropdown-list-11-copy {
  position: relative;
}

.dropdown-list-11-copy.w--open {
  background-color: #0000;
  padding: 40px 30px 20px;
}

.dropdown-list-11-copy.popup {
  background-color: #00000080;
  padding: 100px;
  position: fixed;
  inset: 0%;
}

.dropdown-list-11-copy.popup._2 {
  z-index: 1000;
  display: none;
  position: fixed;
}

.dropdown-list-11-copy.popup._2.w--open {
  z-index: 5;
  display: flex;
}

.button-ablaufplan-popup-2 {
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-decoration: none;
}

.zahl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}

.dropdown-16 {
  z-index: 0;
  border-radius: 60px;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
  transition: all .2s;
  display: block;
  box-shadow: 1px 1px 12px #0000001f;
}

.dropdown-16:hover {
  transform: scale(1.05);
}

.heading-91 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.heading-91.absolut {
  text-align: center;
  width: 200px;
  font-size: 18px;
  position: absolute;
  top: 20px;
}

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

.section-balken {
  padding: 300px 40px 40px;
}

.dropdown-17 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.div-block-175 {
  z-index: 500;
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 60px 60px 50px;
  position: relative;
  overflow: auto;
}

.heading-ablaufplan-3 {
  height: 70px;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.heading-ablaufplan-3.special {
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.grid-20 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: start;
}

.haken {
  object-fit: contain;
}

.button-flex-popup-2 {
  z-index: 0;
  color: #d4af37;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
  display: flex;
}

.button-flex-popup-2.w--open {
  z-index: 3;
  vertical-align: bottom;
  background-image: url('../images/cancel.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  max-width: 40px;
  height: 40px;
  padding-top: 30px;
  display: block;
  position: fixed;
  top: 220px;
  right: 320px;
  overflow: hidden;
}

.dropdown-list-17 {
  z-index: 100;
}

.dropdown-list-17.w--open {
  z-index: 100;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 20px 25px 10px;
  display: flex;
  box-shadow: 1px 1px 20px #00000026, 1px 1px 20px #00000045;
}

.paragraph-63 {
  text-align: right;
  margin-left: 20px;
  font-size: 20px;
}

.balken-2 {
  background-image: linear-gradient(to right, #d4af37 4% 20%, #e7e7e7 20%);
  border-radius: 60px;
  width: 100%;
  height: 15px;
}

.balken-2._4 {
  background-image: linear-gradient(to right, #d4af37 65%, #e7e7e7 65%);
}

.balken-2._6 {
  background-image: linear-gradient(to right, #d4af37 100%, #e7e7e7);
}

.balken-2._3 {
  background-image: linear-gradient(to right, #d4af37 42%, #e7e7e7 42%);
}

.ablaufplan-spalte-2 {
  border: 2px solid gray;
  flex-flow: wrap;
  flex: 1;
  align-content: space-between;
  align-items: stretch;
  width: 48%;
  min-width: 300px;
  margin-bottom: 10px;
  padding: 30px;
  display: flex;
}

.ablaufplan-spalte-2.gold {
  border-color: #d4af37;
}

.ablaufplan-spalte-2.gold.speciale {
  width: auto;
}

.ablaufplan-spalte-2.gold._100 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.ablaufplan-spalte-2.gold._100.white {
  background-color: #fff;
  flex-flow: column;
}

.ablaufplan-spalte-2.gold._100.white.scroll {
  flex-flow: column;
  overflow: scroll;
}

.ablaufplan-spalte-2.gold._100.small {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ablaufplan-spalte-2.gold._100.small.white {
  background-color: #fff;
}

.ablaufplan-spalten-inhalt-3 {
  width: 100%;
  min-height: 400px;
  padding-bottom: 20px;
}

.heading-89 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-170 {
  display: none;
}

.bold-text-6 {
  font-weight: 400;
}

.dropdown-list-16 {
  width: 100%;
  position: relative;
}

.dropdown-list-16.w--open {
  background-color: #0000;
  padding: 30px 20px 20px;
}

.grid-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center end;
  position: absolute;
  inset: 0%;
}

.bubble {
  z-index: 2;
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/sprechblase.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 190px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: -190px -120px auto auto;
  overflow: auto;
}

.lottie-info {
  height: 3rem;
}

.co-browser-popup-2 {
  z-index: 10;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.circle-2.erl {
  background-color: #d4af37;
  transition: all .2s;
}

.section-58 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.download-hilfsprogramme {
  width: 40px;
  height: 40px;
}

.list-3 {
  color: silver;
  border: 1px solid #d1d1d1;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px 10px 35px;
}

.text-sprechblase {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

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

.secondary {
  color: #fff;
  background-color: #6e8b6b;
}

.div-block-haufarbe {
  background-color: var(--rat);
  padding: 10px;
}

.div-block-black {
  color: var(--white);
  background-color: #000;
  padding: 10px;
}

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

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

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

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

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

.fixed-block {
  z-index: 99;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: 50% 1% 0% auto;
}

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

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

.image100.con {
  object-fit: contain;
}

.image100.rel {
  z-index: 1;
  object-fit: contain;
  position: relative;
}

.image100.asl {
  filter: blur(3px);
  position: absolute;
  inset: 0%;
}

.icon-img {
  object-fit: contain;
  width: 35px;
}

.para-cent {
  text-align: center;
}

.para-cent.flie-text.margin {
  margin-top: 15px;
}

.para-cent.flie-text.adj {
  padding-top: 20px;
}

.para-cent.flie-text.sammler {
  margin: 20px 20px 0;
  font-size: 11px;
}

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

.card-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.card-div.secondary:hover {
  transform: scale(1.04);
}

.heading-card {
  text-align: center;
  margin-top: 10px;
  font-size: 25px;
}

.image-wrap {
  width: 100%;
  height: 30vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.abs-txt {
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0%;
}

._2er {
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  margin-top: 20px;
}

.image-wraper {
  width: 100%;
  height: 60vh;
}

.image-wraper.sticky {
  position: sticky;
  top: 5%;
}

.image-wraper.rel {
  position: relative;
}

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

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

.heading-left.heading-2.m-bottom {
  margin-bottom: 60px;
}

._3er-1 {
  grid-template-rows: auto auto auto;
  margin-top: 20px;
}

.rd2 {
  background-color: #4a4f55;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.rd2.transparent {
  background-color: #0000;
}

.rd2.border {
  border-left: 5px solid var(--rat);
  width: 70%;
}

.rd2.border-right {
  border-right: 5px solid var(--rat);
  width: 70%;
}

.heading-small-left {
  font-size: 25px;
}

.icon-imggg {
  filter: invert();
  object-fit: contain;
  width: 70px;
}

.sub-heading {
  margin-top: 0;
  font-size: 23px;
}

.list1.flie-text._2 {
  list-style-type: decimal;
}

.faq-single-block {
  transition: all .2s ease-in;
  box-shadow: 1px 1px 4px #6d6d6d;
}

.faq-dropdown-content {
  background-color: #fff;
  position: relative;
}

.faq-icon {
  font-size: 20px;
}

.faq-dropdown {
  width: 100%;
}

.faq-dropdown-button {
  border: 1px solid #dfdfdf;
  width: 100%;
  padding-left: 40px;
}

.faq-main-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

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

.answer-block {
  padding: 20px 40px;
  transition: all .2s ease-in;
}

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

.accrodian-item {
  background-color: #e4d3ca;
  border-radius: 18px;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  transition: all .2s;
}

.accrodian-toggle {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.accrodian-toggle.w--open {
  padding: 0;
}

.blog-accrodian-question {
  font-size: 18px;
  font-weight: 500;
}

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

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

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

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

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

.accrodian-ans {
  color: #fff;
  text-align: left;
  letter-spacing: -.5px;
}

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

.accrodian-item-2 {
  border-bottom: 1px #14275d;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  transition: all .2s;
}

.paragraph-link {
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 0;
  line-height: 30px;
}

.paragraph-link.flie-text {
  text-align: left;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}

.faq-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 31px;
  padding: 0;
  display: flex;
  position: relative;
}

.faq-icon-line-5 {
  background-color: #14275d;
  border-radius: 10px;
  width: 3px;
  height: 15px;
  position: absolute;
}

.faq-icon-line-6 {
  background-color: #14275d;
  border-radius: 10px;
  width: 15px;
  height: 3px;
}

.dropdown-list-15 {
  margin-top: 10px;
  padding-right: 40px;
  transition: all .2s;
  position: relative;
}

.dropdown-list-15.w--open {
  background-color: #0000;
}

.faq-icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 31px;
  padding: 0;
  display: flex;
  position: relative;
}

.faq-icon-line-7 {
  background-color: #14275d;
  border-radius: 10px;
  width: 3px;
  height: 15px;
  position: absolute;
}

.faq-icon-line-8 {
  background-color: #14275d;
  border-radius: 10px;
  width: 15px;
  height: 3px;
}

.dropdown-list-18 {
  margin-top: 10px;
  padding-right: 40px;
  transition: all .2s;
  position: relative;
}

.dropdown-list-18.w--open {
  background-color: #0000;
}

.accrodian-item-3 {
  color: #fff;
  border-radius: 18px;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  transition: all .2s;
}

.faq-icon-line-9 {
  background-color: #fff;
  border-radius: 10px;
  width: 15px;
  height: 3px;
}

.div-block-176 {
  color: #fff;
  width: 100%;
}

.accrodian-item-4 {
  background-color: #6e8b6b;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  transition: all .2s;
}

.accrodian-toggle-2 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.accrodian-toggle-2.w--open {
  padding: 0;
}

.blog-accrodian-question-2 {
  font-size: 1.4rem;
  font-weight: 500;
}

.faq-icon-5 {
  border: 3px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 31px;
  padding: 0;
  display: flex;
  position: relative;
}

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

.faq-icon-line-11 {
  background-color: #fff;
  border-radius: 10px;
  width: 15px;
  height: 3px;
}

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

.small-sub {
  text-align: center;
  margin-top: 10px;
}

._23r {
  margin-top: 10px;
}

.veticalcard {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.veticalcard.hauptfarbe:hover {
  transform: scale(1.04);
}

.sub-left {
  margin-top: 10px;
  font-size: 20px;
}

._2e-11, ._2er-11 {
  grid-template-rows: auto;
}

._2er-11.top {
  margin-top: 40px;
}

.list-item {
  list-style-type: none;
}

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

.secion-divider.highlights {
  width: 70%;
  height: 1px;
}

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

.slider {
  z-index: -1;
  width: 100%;
  height: 100%;
}

.timeline-circle {
  background-color: var(--rat);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: sticky;
  top: 50vh;
}

.timeline-left {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.timeline-center {
  text-align: right;
  justify-content: center;
  display: flex;
}

.timeline-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.timeline-progress {
  z-index: 10;
  background-color: var(--rat);
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline-date-text {
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  position: static;
  top: 50vh;
}

.timeline-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.timeline-wraper {
  background-color: #01061500;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 160px 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 30px 0;
}

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

.image-error {
  filter: contrast(200%) invert();
  object-fit: contain;
  height: 45vh;
}

.image-error.invert {
  filter: none;
}

.paragraph_center {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.paragraph_center.flie-text {
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.5;
  display: block;
}

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

._2er-2 {
  grid-template-rows: auto;
  width: 100%;
}

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

.sub-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-grid {
  grid-template-rows: auto;
  width: 100%;
}

.slider1 {
  background-color: #0000;
  width: 100%;
  height: 60vh;
}

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

@media screen and (min-width: 1440px) {
  .div-block-173 {
    z-index: 0;
  }
}

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

  .container-8 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

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

  .nav-link-3.flie-text {
    color: #333;
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .nav-link-3.flie-text.w--current {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

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

  .terminbutton.highlights.heading-3 {
    text-align: left;
  }

  .terminbutton.secondary.heading-3 {
    display: block;
  }

  .titelvideo-start-1 {
    height: 62vh;
  }

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

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

  .footer-1.hauptfarbe {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 100px;
    padding-right: 60px;
    display: flex;
  }

  .footertext1 {
    justify-content: flex-start;
  }

  .footertext1.right {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .men-icon1 {
    color: #fff;
  }

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

  .men-buttton1.hauptfarbe.w--open {
    background-color: #0000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-men-1.hauptfarbe {
    background-color: #fff;
    background-image: linear-gradient(#6e8b6b33, #6e8b6b33);
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    left: 0;
    right: 0;
    overflow: visible;
  }

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

  .div-block-video1 {
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }

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

  .section-big-space {
    padding: 60px 10vw;
  }

  .section-big-space.highlights, .section-big-space.secondary {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-linksb-ndig1.flie-text {
    text-align: center;
  }

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

  .heading-mittig1.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 28px;
    line-height: 30px;
  }

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

  .bild-klein1 {
    width: 100%;
  }

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

  .kontakt {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

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

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

  .smaill-icon1.wei {
    width: 90px;
    height: 90px;
  }

  .block-heading1 {
    flex-direction: column;
  }

  .divider.zweitfarbe {
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .divider.wei {
    filter: invert();
    margin-bottom: 10px;
  }

  .divblock-bild1 {
    justify-content: center;
    align-items: center;
  }

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

  .content-vertical-right.links, .inhalt-untereinander1.mittig, .grey-frame {
    align-items: center;
  }

  .bloch-rand-wei-1, .div-block-wei {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .mitarbeiter-bild1 {
    object-fit: cover;
  }

  .galerie-bild {
    height: 45vh;
  }

  .heading-einstellungen {
    line-height: 42px;
  }

  .image.contain {
    object-fit: contain;
  }

  .html-embed-6 {
    height: 45vh;
  }

  .error-message {
    width: auto;
  }

  .contact-form-wrap {
    flex-direction: column;
    align-items: center;
  }

  .contact-form-wrap.paragraph-font {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .form-wrap-2 {
    text-align: center;
    width: auto;
    margin-bottom: 60px;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .paragraph-ablaufplan-2, .heading-90 {
    font-size: 18px;
  }

  .close-pop-up {
    top: 80px;
    right: 80px;
  }

  .wrapy {
    grid-template-columns: 50% 50%;
  }

  .ablaufplan-spalteninhalt-2 {
    padding-left: 10px;
  }

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

  .div-block-172 {
    margin-right: 0;
  }

  .div-block-171, .grid-ablaufplan {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-106 {
    object-fit: contain;
    object-position: 0% 50%;
    margin-top: 0;
  }

  .image-106.links {
    object-position: 0% 0%;
  }

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

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

  .ansprechpartner-paragraph-2 {
    font-size: 18px;
  }

  .pop-up-div {
    padding: 60px;
  }

  .dropdown-16 {
    margin-bottom: 10px;
    padding: 20px;
  }

  .heading-91.absolut {
    width: 100%;
  }

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

  .heading-ablaufplan-3 {
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .button-flex-popup-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-63 {
    font-size: 14px;
  }

  .ablaufplan-spalte-2 {
    display: block;
  }

  .ablaufplan-spalten-inhalt-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-89 {
    font-size: 18px;
  }

  .bubble {
    background-image: url('../images/sprechblase.png');
    width: 150px;
    right: -80px;
    overflow: visible;
  }

  .co-browser-popup-2 {
    padding: 60px;
  }

  .section-58 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-sprechblase {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .div-block-haufarbe, .div-block-black {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-label.flie-text {
    text-align: left;
  }

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

  .heading-card.heading-3 {
    font-size: 20px;
  }

  .image-wrap {
    height: 35vh;
  }

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

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

  .image-wraper {
    height: 45vh;
  }

  .image-wraper.sticky {
    height: 45vh;
    position: relative;
  }

  .heading-left.heading-2.m-bottom {
    margin-bottom: 20px;
  }

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

  .list1.flie-text {
    padding-left: 30px;
  }

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

  .blog-accrodian-question {
    font-size: 1.2rem;
  }

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

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

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

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

  .accrodian-item-4 {
    z-index: 0;
    border-radius: 24px;
  }

  .blog-accrodian-question-2 {
    font-size: 1.2rem;
  }

  .blog-accrodian-question-2.heading-3 {
    font-size: 16px;
  }

  .grid-21 {
    width: 100%;
  }

  .list-4, .list-5 {
    padding-left: 30px;
  }

  .image-error {
    height: 20rem;
  }

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

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

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

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

  .nav-link-3.flie-text, .nav-link-3.flie-text.w--current {
    text-align: center;
    margin-left: 0;
  }

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

  .titelvideo1 {
    height: 100%;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .terminbutton.highlights.heading-3.mt-auto {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .terminbutton.highlights.heading-3.adj {
    margin-bottom: 0;
  }

  .titelvideo-start-1 {
    height: 20rem;
  }

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

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

  .footer-1.hauptfarbe {
    flex-flow: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 60px;
    display: flex;
  }

  .footertext1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .footertext1.right {
    justify-content: center;
    align-items: center;
  }

  .impdat1 {
    text-align: center;
  }

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

  .men-buttton1.hauptfarbe {
    padding-top: 10px;
    padding-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;
  }

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

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

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

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

  .section-big-space {
    padding: 40px 5vw;
  }

  .section-big-space.highlights, .section-big-space.secondary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-linksb-ndig1.flie-text {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  ._3er-grid {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .heading-mittig1.heading-2.farbe-der-headings {
    font-size: 25px;
  }

  .img-40vh {
    height: 350px;
    margin-bottom: 10px;
  }

  .bild-section-cover-1 {
    min-height: auto;
    padding: 40px;
  }

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

  .bild-klein1 {
    width: 100%;
  }

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

  ._6er-grid.zweitfarbe {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #0000;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

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

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

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

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

  .smaill-icon1 {
    width: 50px;
    height: 50px;
  }

  .block-heading1 {
    flex-direction: column;
  }

  .divider.zweitfarbe {
    width: 120px;
    margin-bottom: 10px;
  }

  .heading-klein-links1.heading-3 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-klein-mittig1.heading-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .inhalt-untereinander1.mittig, .grey-frame {
    align-items: center;
  }

  .grid-2-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .galerie-bild {
    height: 23rem;
  }

  .heading-einstellungen {
    font-size: 32px;
    line-height: 38px;
  }

  .maos-footer {
    height: 100px;
  }

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

  .link {
    text-align: center;
  }

  .div-block-114, .div-block-115, .div-block-116, .div-block-117, .div-block-118, .div-block-119 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

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

  .contact-form-wrap {
    padding: 40px;
  }

  .contact-form-wrap.paragraph-font {
    padding-top: 20px;
  }

  .form-wrap-2 {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

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

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

  .text-field-7.cc-textarea {
    margin-bottom: 20px;
  }

  .close-pop-up {
    top: 40px;
    right: 40px;
  }

  .wrapy {
    grid-template-columns: 100%;
  }

  .ablaufplan-spalteninhalt-2 {
    min-height: 250px;
  }

  .dropdown-toggle-15 {
    flex-direction: column;
    padding: 10px 30px 10px 20px;
  }

  .div-block-172.shadow {
    max-width: none;
  }

  .div-block-171 {
    grid-column-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .ablaufplan-big-button-3.dropdowntoogle.w--open {
    top: 130px;
    right: 50px;
  }

  .divblock-fortschritt {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pop-up-div {
    padding: 20px;
  }

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

  .heading-91.absolut {
    font-size: 14px;
    top: 10px;
  }

  .section-balken {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-174 {
    margin-left: 0;
  }

  .div-block-175 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-63 {
    margin-left: 0;
  }

  .balken-2 {
    height: 5px;
  }

  .balken-2._4 {
    height: 10px;
  }

  .ablaufplan-spalten-inhalt-3 {
    min-height: 250px;
  }

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

  .co-browser-popup-2 {
    padding: 20px;
  }

  .circle-2, .circle-2.erl {
    width: 20px;
    height: 20px;
  }

  .section-58 {
    padding-left: 10px;
  }

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

  .image-wrap {
    height: 23rem;
  }

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

  .image-wraper {
    order: -9999;
    height: 23rem;
  }

  .image-wraper.sticky {
    height: 23rem;
    position: static;
  }

  .image-wraper._3, .image-wraper._7 {
    order: 3;
  }

  .txt-wraper {
    justify-content: center;
    align-items: center;
  }

  .txt-wraper._2 {
    order: 2;
    margin-bottom: 20px;
  }

  .txt-wraper._4 {
    order: 4;
    margin-bottom: 0;
  }

  .txt-wraper._6 {
    order: 2;
    margin-bottom: 20px;
  }

  .txt-wraper._8 {
    order: 4;
  }

  .txt-wraper.adj {
    padding-top: 10px;
  }

  .heading-left.heading-2, .para-left.flie-text {
    text-align: center;
  }

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

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

  .faq-single-block {
    width: 100%;
  }

  .faq-main-block {
    flex-flow: column;
    display: flex;
  }

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

  .blog-accrodian-question {
    white-space: pre-wrap;
    width: 92%;
    font-size: 1rem;
    line-height: 120%;
  }

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

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

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

  .blog-accrodian-question-2 {
    white-space: pre-wrap;
    width: 92%;
    font-size: 1rem;
    line-height: 120%;
  }

  .faq-icon-5 {
    width: 25px;
    height: 25px;
  }

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

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

  .sub-left.heading-3 {
    text-align: center;
  }

  ._2e-11 {
    flex-flow: column;
    display: flex;
  }

  ._2er-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .timeline-circle {
    display: none;
  }

  .timeline-left {
    justify-content: center;
    align-items: center;
  }

  .timeline-left.hide {
    display: none;
  }

  .timeline-right {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .timeline-right.hide, .timeline-progress {
    display: none;
  }

  .timeline-item {
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .list-item-2, .list-item-3 {
    text-align: left;
  }

  .image-error {
    height: 18rem;
  }

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

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

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

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

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

  .nav-link-3.flie-text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .terminbutton.highlights.heading-3.mt-auto {
    margin-bottom: 10px;
  }

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

  .titelvideo-start-1 {
    height: 23rem;
  }

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

  .impdatfooter {
    text-align: left;
  }

  .footer-1.hauptfarbe {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .men-buttton1.hauptfarbe, .men-buttton1.hauptfarbe.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .video-2 {
    background-image: url('../images/2.png'), 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;
  }

  .div-block-video1 {
    background-image: linear-gradient(#00000040, #00000040);
    align-items: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .heading-linksb-ndig1 {
    font-size: 25px;
    line-height: 25px;
  }

  .section-big-space {
    padding: 40px 5%;
  }

  .section-big-space.highlights, .section-big-space.secondary {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-linksb-ndig1 {
    font-size: 15px;
    line-height: 22px;
  }

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

  .heading-mittig1.heading-2.farbe-der-headings.white {
    font-size: 20px;
  }

  .heading-mittig1.heading-2.farbe-der-headings.white.no {
    margin-top: 0;
  }

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

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

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

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

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

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

  .block-heading1 {
    flex-direction: column;
    align-items: center;
  }

  .divider.zweitfarbe {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .divider.wei {
    width: 100%;
  }

  .aufz-hlung1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .bloch-rand-wei-1 {
    width: 100%;
  }

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

  .klein-heading {
    font-size: 23px;
    line-height: 33px;
  }

  .titelvideo-unterseiten1 {
    height: 50vh;
  }

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

  .galerie-bild {
    height: auto;
  }

  .heading-einstellungen {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

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

  .html-embed-6 {
    height: 35vh;
  }

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-form-wrap.paragraph-font {
    padding: 20px 20px 0;
  }

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

  .paragraph-ablaufplan-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-90 {
    font-size: 15px;
  }

  .ablaufplan-spalteninhalt-2 {
    padding-left: 0;
  }

  .dropdown-toggle-15 {
    text-align: center;
    white-space: normal;
  }

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

  .div-block-171 {
    grid-template-columns: 1fr;
    width: 99.9999%;
    padding: 10px;
  }

  .image-106 {
    width: 100%;
    min-width: auto;
    height: 80vw;
  }

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

  .ablaufplan-big-button-3.dropdowntoogle.w--open {
    right: 40px;
  }

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

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

  .ansprechpartner-paragraph-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .ansprechpartner-paragraph-2.special.klein {
    font-size: 14px;
  }

  .dropdown-list-11-copy.w--open {
    padding: 120px 10px 10px;
  }

  .heading-91.absolut {
    font-size: 10px;
  }

  .heading-ablaufplan-3 {
    height: auto;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-ablaufplan-3.special {
    font-size: 20px;
  }

  .grid-20 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .paragraph-63 {
    text-align: center;
    margin-left: 0;
  }

  .ablaufplan-spalte-2 {
    flex: 0 auto;
    width: auto;
    min-width: auto;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ablaufplan-spalten-inhalt-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .dropdown-list-16.w--open {
    padding: 0;
  }

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

  .bubble {
    width: 100px;
    height: 120px;
    top: -110px;
    right: -50px;
  }

  .list-3 {
    padding-left: 30px;
  }

  .text-sprechblase {
    font-size: 12px;
  }

  .fixed-block {
    top: auto;
    bottom: 25%;
  }

  .para-cent.flie-text {
    word-break: keep-all;
    margin-bottom: 0;
    font-size: 14px;
  }

  .card-div.secondary:hover {
    transform: none;
  }

  .heading-card.heading-3.top {
    margin-top: 40px;
  }

  .image-wrap {
    height: 20rem;
  }

  .image-wrap.auto {
    height: auto;
  }

  .image-wraper {
    height: 20rem;
  }

  .image-wraper.sticky {
    height: 20rem;
    position: static;
  }

  .txt-wraper, .txt-wraper._2, .txt-wraper._4, .txt-wraper._6 {
    padding-top: 10px;
  }

  .heading-left.heading-2 {
    text-align: center;
    font-size: 20px;
  }

  .heading-left.heading-2.m-bottom {
    margin-bottom: 10px;
  }

  .para-left.flie-text {
    margin-bottom: 0;
  }

  .rd2.border, .rd2.border-right {
    width: 100%;
  }

  .sub-heading.heading-3 {
    text-align: center;
    font-size: 20px;
  }

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

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

  .accrodian-toggle {
    justify-content: flex-end;
  }

  .blog-accrodian-question {
    white-space: normal;
    width: 90%;
    font-size: 15px;
  }

  .dropdown-list.w--open {
    margin-top: 20px;
    padding-right: 0;
  }

  .accrodian-ans {
    font-size: .9rem;
  }

  .accrodian-ans.flie-text {
    width: 100%;
    font-size: 14px;
  }

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

  .paragraph-link {
    font-size: 15px;
  }

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

  .accrodian-item-4 {
    z-index: 0;
    height: 100%;
    padding: 20px 10px;
  }

  .accrodian-toggle-2 {
    justify-content: flex-end;
  }

  .blog-accrodian-question-2 {
    white-space: normal;
    width: 90%;
    font-size: 15px;
  }

  .blog-accrodian-question-2.heading-3 {
    width: 90%;
    font-size: 14px;
  }

  .faq-icon-5 {
    width: 20px;
    height: 20px;
  }

  .grid-21 {
    margin-top: 10px;
  }

  ._2er-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .list-4, .list-5 {
    padding-left: 20px;
  }

  .image-error {
    height: 14rem;
  }

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

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

#w-node-a296f794-18da-6f81-0ac1-1d5b8a7fdbd9-8439338a, #w-node-a296f794-18da-6f81-0ac1-1d5b8a7fdbdc-8439338a, #w-node-a296f794-18da-6f81-0ac1-1d5b8a7fdbde-8439338a, #w-node-a296f794-18da-6f81-0ac1-1d5b8a7fdbe3-8439338a, #w-node-a296f794-18da-6f81-0ac1-1d5b8a7fdbe7-8439338a, #w-node-a296f794-18da-6f81-0ac1-1d5b8a7fdbe9-8439338a, #w-node-a296f794-18da-6f81-0ac1-1d5b8a7fdbed-8439338a, #w-node-a296f794-18da-6f81-0ac1-1d5b8a7fdbf0-8439338a, #w-node-a376cdd7-1c40-ef72-3bc4-4836e3716782-843933d6, #w-node-_272dc659-423a-e19e-e496-b901d7b08060-843933d6, #w-node-_6a746fc8-16cd-3d3a-e94f-99f7bcdcba4e-843933d6, #w-node-_9e923125-9764-2dce-f4e6-8e958ab40cbf-843933d6, #w-node-_0e3ea8ee-2c3e-e77f-504b-c9e79b4c6b61-843933d6, #w-node-_3f244991-877d-fd1a-f3bf-c759753fb121-843933d6, #w-node-_8271de39-47fa-2ef9-55c9-b076885801ba-843933d6, #w-node-b5b1da9a-8303-7b33-5ee7-18b58d1c94a2-843933d6, #w-node-fd014ac3-0a45-9470-1264-eb3e82a546c4-843933d6, #w-node-_0b49a5ad-ea51-e9a4-bf63-62ebabee4e41-843933d6, #w-node-b290287d-7c44-ec00-64b0-857685ebe65b-843933d6, #w-node-_26202e5a-fe5d-f65e-1ba4-eb4cec39066e-843933d6, #w-node-da495b7f-37e2-0f77-cb1c-65166785e5d8-843933d6, #w-node-_7cf62c2d-d87b-65ae-e18f-4223cd5bafd0-843933d6, #w-node-e57c369a-fd8e-327f-9249-ec71eda9d538-843933d6, #w-node-_74f26647-c12f-717f-694c-a6db25aef142-843933d6, #w-node-a7c99f49-2c68-ae86-62c4-70c570f54614-843933d6, #w-node-e820c930-84ac-5658-c26b-292839af9a37-843933d6, #w-node-_60b0c6e8-b65a-f738-ab70-e838dbdb318e-843933d6, #w-node-e8979fb4-6ab6-d968-6f3f-f3361ba85adb-843933d6, #w-node-_25de6027-56bd-5ba4-f44f-f9bbd23f9666-843933d6, #w-node-b0e240bc-6a40-bf3b-0f24-89da84d5055d-843933d6, #w-node-_38bc6d32-4dfa-3df2-6674-a39fe8c33426-843933d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecffd095-eb89-4639-81f9-8346d84220ee-734af17f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6464b574-fe1b-6ad8-ef77-582e7fe8cb95-734af17f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Goudy Titling W 05';
  src: url('../fonts/Goudy-Titling-W05-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}