@font-face {
  font-family: Aatmospheric;
  src: url('../fonts/aAtmospheric.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Garda;
  src: url('../fonts/Garda.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Formula;
  src: url('../fonts/Formula.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hyrbo;
  src: url('../fonts/Hyrbo-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aneisha Demo;
  src: url('../fonts/Aneisha-demo.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-green: #3c5a3e;
  --light-green: #a3d1a0;
  --dark-grey: #111;
  --zweitfarbe: #fafafa;
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-direction: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

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

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

p {
  margin-bottom: 10px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-decoration: none;
  display: block;
  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;
}

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

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

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

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

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

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

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

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

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

.navbar-6 {
  width: 100%;
}

.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.w--current {
  color: #ece4df;
}

.hauptfarbe {
  background-color: var(--dark-green);
  color: #fff;
}

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

.highlights {
  background-color: var(--light-green);
  color: #000;
}

.heading-1 {
  font-family: Aneisha Demo, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-1.heading-mittig {
  letter-spacing: 0;
  text-transform: none;
}

.heading-1.heading-mittig.size {
  text-align: center;
  letter-spacing: 2px;
}

.heading-2 {
  letter-spacing: 2px;
  font-family: Aneisha Demo, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-2.heading-mittig {
  letter-spacing: 2px;
  text-transform: none;
}

.heading-2.heading-mittig-small {
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  font-size: 35px;
  font-weight: 400;
}

.flie-text {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.flie-text.gro {
  color: #3c5a3e;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
}

.heading-3 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.heading-3.heading-mittig {
  letter-spacing: 0;
  text-transform: none;
}

.titelvideo1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
}

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

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

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

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

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

.terminbutton.highlights.heading-3:hover {
  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-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
  position: absolute;
  bottom: 5%;
}

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

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

._404-error {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.impdat {
  padding: 100px 40px;
}

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

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

.telefonnummer1 {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
}

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

.adresse {
  margin-bottom: 0;
}

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

.ffnungszeiten {
  margin-bottom: 0;
}

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

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

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

.paragraph-mittig1.flie-text.left {
  text-align: left;
}

.paragraph-mittig1.flie-text.bigger {
  font-size: 20px;
}

.abst-nde-logo3 {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar3 {
  box-shadow: 0 2px 5px #0003;
}

.navlinks3 {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 2vw;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.men-3 {
  z-index: 1000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlink3.flie-text {
  color: #111;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  transition: all .5s;
}

.navlink3.flie-text.w--current {
  color: var(--light-green);
}

.titelvideo-unterseiten1 {
  color: #fff;
  height: 90vh;
  position: relative;
}

.background-video1 {
  background-image: linear-gradient(#0003, #0003);
  height: 90vh;
}

.title-text {
  color: #fff;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan3 {
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  font-size: 55px;
  line-height: 65px;
}

.slogan3.heading-1 {
  color: var(--dark-grey);
  letter-spacing: 2px;
  font-size: 80px;
  font-style: italic;
  line-height: 85px;
}

.slogan3.heading-3 {
  color: var(--dark-grey);
  text-align: left;
  font-size: 30px;
  line-height: 40px;
}

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

.inhalt-mittig3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vw;
  display: flex;
}

.inhalt-mittig3.zweitfarbe {
  background-color: var(--zweitfarbe);
  padding-top: 8vw;
  padding-bottom: 8vw;
}

._3er-grid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.25fr;
  margin-bottom: 107px;
}

.abst-nde-footer3 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-31 {
  padding-left: 140px;
  padding-right: 140px;
}

.heading-footer3 {
  font-size: 14px;
  font-weight: 400;
}

.heading-footer3.heading-3 {
  text-transform: uppercase;
  font-size: 18px;
}

.footer {
  height: auto;
  margin-top: auto;
  padding-left: 10vw;
  padding-right: 10vw;
}

.footer.hauptfarbe {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.inhalt-footer3 {
  color: #fff;
}

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

.rounded-block.zweitfarbe {
  justify-content: flex-start;
}

.address {
  margin-bottom: 5px;
}

.title-start {
  color: #111;
  background-color: #fafafa;
  justify-content: flex-end;
  height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
}

.divider {
  width: 20vw;
  height: 4px;
}

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

.divider.white {
  background-color: var(--zweitfarbe);
  width: 15vw;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

.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: 100%;
  height: 12vh;
}

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

.link.black {
  color: #333;
  text-align: center;
}

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

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

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

.image-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s ease-in-out;
}

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

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

.footer-block.flie-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-block.flie-text.horizotal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

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

.image-101 {
  filter: invert();
  width: 25px;
  max-width: 25px;
}

.quick-stack-cards {
  width: 100%;
}

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

.bold {
  font-weight: 700;
}

.navlink-block {
  text-align: center;
  width: auto;
  height: 100%;
  display: inline-block;
}

.navlink-block.dropdown {
  width: auto;
}

.divider-navlink {
  opacity: 0;
  background-color: #111;
  width: 100%;
  height: 2px;
  transform: translate(0, -30px);
}

.title-image {
  object-fit: cover;
  object-position: 50% 20%;
  width: 40%;
  height: 100%;
}

.button {
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: all .3s;
}

.button.transparent-dark {
  border: 2px solid var(--dark-green);
  color: var(--dark-grey);
  background-color: #1110;
  margin-top: 20px;
}

.button.transparent-dark:hover {
  background-color: var(--dark-grey);
  color: #fff;
}

.button.transparent-dark.dropdown {
  width: auto;
  padding-right: 60px;
}

.button.transparent-dark.dropdown:hover {
  background-color: var(--dark-green);
}

.button.transparent-dark.dropdown.w--open {
  margin-left: auto;
  margin-right: auto;
}

.button.transparent-dark.dropdown-left {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 60px;
}

.button.transparent-dark.dropdown-left:hover {
  background-color: var(--dark-green);
}

.button.transparent-dark.dropdown-left.w--open {
  margin-left: auto;
  margin-right: auto;
}

.slogan-div {
  margin-bottom: 40px;
}

.heading-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-block.no-margin {
  margin-bottom: 20px;
}

.heading-block.margin-top {
  margin-top: 40px;
}

.linked-content {
  width: 100%;
  height: 1000%;
  color: var(--dark-grey);
  text-decoration: none;
  transition: all .5s;
  box-shadow: 0 4px 12px #0003;
}

.linked-content:hover {
  box-shadow: 0 8px 20px 5px #0003;
}

.content-block {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.quick-stack---no-padding-top {
  width: 100%;
  padding-top: 0;
}

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

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

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

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

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

.heading-block-links {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.img-div {
  width: 100%;
  height: 120vh;
}

.abst-nde-logo3-invert {
  filter: brightness(200%);
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.rounded-block-small {
  opacity: .7;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 8px;
  transition: all .3s ease-in-out;
  display: flex;
}

.rounded-block-small:hover {
  opacity: 1;
}

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

.dropdown {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-list {
  background-color: #ddd0;
  padding-top: 10px;
  position: static;
}

.dropdown-list.w--open {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.timeline-circle {
  background-color: #9e9e9e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: sticky;
  top: 50vh;
}

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

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

.timeline-item.invert {
  flex-flow: column-reverse;
}

.timeline-left {
  text-align: right;
}

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

.timeline-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.timeline-text.center {
  text-align: center;
}

.timeline-progress {
  z-index: 10;
  background-color: #fff;
  width: 3px;
  height: 100%;
  display: none;
  position: absolute;
}

.timeline-container {
  z-index: -3;
  background-color: #efefef00;
  padding: 0;
}

.timeline {
  z-index: 1;
  background-color: #03567b00;
  width: 100%;
  position: relative;
}

.timeline-wraper {
  background-color: var(--dark-green);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-block {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

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

.content-block-copy {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 20px 40px;
  display: flex;
}

.cell-center {
  justify-content: center;
  align-items: center;
}

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

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

.list-item {
  font-family: Montserrat, sans-serif;
}

.italic-text, .green-link {
  color: var(--light-green);
  text-decoration: none;
}

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

.embed-linkedin {
  color: #000;
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
}

.list-text {
  font-size: 18px;
}

.text-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dropdown-100 {
  width: 100%;
}

.image-100-contain {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s ease-in-out;
}

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

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

.contact-form-wrap-20-padding {
  z-index: 10;
  border: 1px solid #d2d2d580;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: relative;
}

.contact-form-wrap-20-padding.flie-text {
  background-color: #fff;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-kontakt {
  width: 100%;
}

.quick-stack-kontakt.margin-top {
  margin-top: 60px;
}

.quick-stack-101 {
  width: 100%;
}

.spacer {
  width: 100%;
  height: 10vh;
}

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

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

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

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

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

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

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

.contact-form-wrap-3 {
  z-index: 10;
  border: 1px solid #d2d2d580;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-field-11 {
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  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-11:hover {
  border-color: #1d1f2e80;
}

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

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

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

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

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

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

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

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

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

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

  .heading-success {
    margin-bottom: 10px;
    font-size: 28px;
  }

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

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

  .heading-2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 40px;
  }

  .heading-2.heading-mittig {
    font-size: 40px;
  }

  .heading-2.heading-mittig-small {
    margin-top: 10px;
    font-size: 30px;
  }

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

  .flie-text.gro {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .heading-3.heading-mittig {
    margin-bottom: 5px;
  }

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

  .impdat {
    padding: 60px;
  }

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

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

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

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

  .video-2 {
    height: 80vh;
  }

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

  .paragraph-mittig1 {
    align-self: center;
  }

  .abst-nde-logo3 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navlinks3 {
    flex-direction: column;
    padding: 0;
  }

  .men-3 {
    background-color: var(--light-green);
    flex-flow: column;
    align-items: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
  }

  .navlink3.flie-text {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    font-size: 14px;
  }

  .navlink3.flie-text.w--current {
    color: var(--dark-green);
  }

  .men-button3.w--open {
    background-color: #fff;
  }

  .men-button3.hauptfarbe {
    background-color: var(--dark-green);
    text-align: center;
    width: 100%;
    padding: 12px 0;
  }

  .men-button3.hauptfarbe.w--open {
    background-color: var(--dark-green);
  }

  .menu-icon-3 {
    color: #fff;
  }

  .titelvideo-unterseiten1 {
    padding-left: 0;
    padding-right: 0;
  }

  .background-video1 {
    width: 100%;
  }

  .title-text {
    align-items: center;
    width: 100%;
    padding: 60px;
    position: relative;
  }

  .slogan3.heading-1 {
    text-align: center;
    font-size: 60px;
    line-height: 1.1;
  }

  .slogan3.heading-1.small {
    font-size: 40px;
  }

  .slogan3.heading-3 {
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
  }

  .inhalt-mittig3, .inhalt-mittig3.zweitfarbe {
    padding: 60px;
  }

  .inhalt-mittig3.zweitfarbe.header {
    padding: 40px;
  }

  ._3er-grid1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }

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

  .footer.hauptfarbe {
    padding: 20px 40px;
  }

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

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

  .address {
    text-align: center;
  }

  .title-start {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .divider.highlights, .divider.white {
    text-align: center;
    align-self: center;
  }

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

  .logo-img {
    height: 15vh;
  }

  .image-100.align-top {
    object-fit: cover;
    object-position: 50% 15%;
  }

  .grid-footer {
    justify-items: center;
  }

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

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

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

  .navlink-block {
    width: 100%;
  }

  .divider-navlink {
    height: 1.5px;
  }

  .title-image {
    object-position: 50% 15%;
    width: 100%;
    height: 65vh;
  }

  .button.transparent-dark {
    margin-top: 10px;
    padding: 12px 20px;
  }

  .button.transparent-dark.dropdown {
    margin-top: 5px;
  }

  .button.transparent-dark.dropdown-left {
    width: auto;
    margin-top: 5px;
  }

  .slogan-div {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .heading-block, .heading-block.no-margin {
    margin-bottom: 10px;
  }

  .linked-content {
    padding: 20px;
  }

  .content-block {
    padding: 20px 20px 10px;
  }

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

  .content-100.zweitfarbe {
    align-items: center;
    padding: 60px;
  }

  .paragraph-links {
    align-self: center;
  }

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

  .heading-block-links {
    margin-bottom: 10px;
  }

  .img-div {
    height: 65vh;
  }

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

  .dropdown-list {
    padding-top: 15px;
  }

  .timeline-date-text {
    font-size: 22px;
  }

  .timeline-item {
    grid-template-columns: 1fr .25fr 1fr;
    padding: 20px;
  }

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

  .icon-block {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .icon.large {
    height: 40px;
  }

  .content-block-copy {
    padding: 0;
  }

  .maps {
    height: 50vh;
  }

  .image-100-logo {
    height: 25vh;
  }

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

  .dropdown-100 {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .image-100-contain.top-position {
    object-fit: contain;
    object-position: 50% 15%;
  }

  .html-embed-jotform {
    margin-bottom: 0;
  }

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

  .contact-form-wrap-20-padding.flie-text {
    padding: 15px;
  }

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

  .quick-stack-kontakt.margin-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }

  .quick-stack-101 {
    padding: 0;
  }

  .error-message {
    width: auto;
  }

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

  .form-wrap-5 {
    text-align: center;
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-bottom: 60px;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }
}

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

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

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

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

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

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

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

  .heading-success {
    font-size: 24px;
    line-height: 1.3;
  }

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

  .heading-1.heading-mittig.size {
    font-size: 35px;
    line-height: 1.3;
  }

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

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

  .heading-2.heading-mittig-small {
    font-size: 28px;
    line-height: 1.3;
  }

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

  .heading-3.heading-mittig, .heading-3.bold {
    font-size: 18px;
  }

  .titelvideo1 {
    height: 60vh;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .impdat {
    padding: 40px;
  }

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

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

  .telefonnummer1.flie-text, .email.flie-text, .adresse.flie-text {
    font-size: 14px;
  }

  .video-2 {
    height: 70vh;
  }

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

  .angebot2 {
    height: auto;
  }

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

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

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

  .navlink3.flie-text {
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 1.3;
  }

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

  .background-video1 {
    height: 70vh;
  }

  .title-text {
    padding: 40px;
  }

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

  .slogan3.heading-1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 45px;
  }

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

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

  .inhalt-mittig3, .inhalt-mittig3.zweitfarbe {
    padding: 40px;
  }

  .inhalt-mittig3.zweitfarbe.header {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-footer3.heading-3 {
    text-align: center;
  }

  .footer.hauptfarbe {
    padding: 20px;
  }

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

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

  .logo-img {
    height: 12vh;
  }

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

  .maos-footer {
    height: 100px;
  }

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

  .impressum-link, .datenschutz-link {
    font-size: 14px;
  }

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

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

  .footer-block {
    text-align: center;
  }

  .footer-block.flie-text {
    width: 100%;
  }

  .divider-navlink {
    height: 1.2px;
  }

  .title-image {
    height: 55vh;
  }

  .button.transparent-dark {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.3;
  }

  .heading-block {
    margin-bottom: 5px;
  }

  .linked-content {
    padding: 15px;
  }

  .content-100.zweitfarbe {
    padding: 40px;
  }

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

  .heading-block-links {
    margin-bottom: 0;
  }

  .img-div {
    height: 50vh;
  }

  .abst-nde-logo3-invert {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rounded-block-small {
    width: 30px;
    height: 30px;
  }

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

  .timeline-date-text {
    text-align: center;
    font-size: 18px;
  }

  .timeline-circle {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .timeline-item {
    flex-direction: column;
    padding: 10px 0;
    display: flex;
  }

  .timeline-item.invert {
    flex-direction: column-reverse;
  }

  .timeline-text {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
  }

  .timeline-progress {
    display: none;
  }

  .timeline-wraper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 20px;
  }

  .icon {
    height: 30px;
  }

  .icon.large {
    height: 35px;
  }

  .maps {
    height: 40vh;
  }

  .image-100-logo {
    height: 20vh;
  }

  .embed-linkedin {
    margin-bottom: 15px;
  }

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

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

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

  .contact-form-wrap-20-padding.flie-text {
    padding: 10px;
  }

  .quick-stack-kontakt.margin-top {
    margin-top: 30px;
  }

  .quick-stack-101 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

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

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

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

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

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

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

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

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 22px;
  }

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

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

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

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

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

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

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

  .heading-1.heading-mittig.size {
    margin-bottom: 0;
    font-size: 28px;
  }

  .heading-2, .heading-2.heading-mittig {
    font-size: 28px;
  }

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

  .flie-text.gro {
    margin-top: 3px;
    font-size: 13px;
  }

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

  .heading-3.heading-mittig {
    margin-top: 5px;
    font-size: 16px;
  }

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

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

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

  .impdatfooter {
    text-align: left;
  }

  .telefonnummer1.flie-text, .email.flie-text {
    text-align: center;
  }

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

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

  .navlink3.flie-text {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
  }

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

  .titelvideo-unterseiten1 {
    padding-left: 0;
    padding-right: 0;
  }

  .background-video1 {
    height: 60vh;
  }

  .title-text {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .slogan3.heading-1 {
    font-size: 32px;
  }

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

  .slogan3.heading-3 {
    margin-top: 5px;
    font-size: 16px;
  }

  .inhalt-mittig3, .inhalt-mittig3.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3er-grid1 {
    margin-bottom: 40px;
  }

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

  .heading-footer3.heading-3 {
    text-align: center;
  }

  .footer.hauptfarbe {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhalt-footer3.flie-text {
    text-align: center;
  }

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

  .rounded-block.zweitfarbe {
    padding: 20px;
  }

  .divider.highlights {
    width: 40vw;
  }

  .divider.white {
    width: 40vw;
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .logo-img {
    height: 10vh;
  }

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

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

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

  .impressum-link, .datenschutz-link {
    font-size: 13px;
  }

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

  .footer-block {
    text-align: center;
  }

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

  .divider-navlink {
    height: 1px;
  }

  .title-image {
    height: 45vh;
  }

  .button.transparent-dark {
    padding: 8px 10px;
    font-size: 13px;
  }

  .button.transparent-dark.dropdown-left {
    flex-direction: column;
    align-items: center;
  }

  .heading-block.no-margin {
    margin-bottom: 5px;
  }

  .linked-content {
    box-shadow: 0 2px 10px #0003;
  }

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

  .img-div {
    height: 40vh;
  }

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

  .timeline-date-text {
    font-size: 15px;
  }

  .timeline-circle {
    width: 10px;
    height: 10px;
  }

  .timeline-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .timeline-wraper {
    padding: 10px;
  }

  .icon {
    height: 25px;
  }

  .icon.large {
    height: 30px;
  }

  .maps {
    height: 35vh;
  }

  .image-100-logo {
    height: 16vh;
  }

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

  .image-100-contain.top-position {
    object-fit: cover;
    object-position: 50% 35%;
  }

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

  .contact-form-wrap-20-padding.flie-text {
    padding: 2px;
  }

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

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

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

#w-node-_2a7a1e21-0242-aff8-643e-77783d46c5d9-e9a28f37, #w-node-_223438fe-1e72-3330-777e-c5dff2120fac-e9a28f37 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_41688a2b-b326-9ea0-09f9-05f503794a6b-e9a28f37 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_02e39dea-f035-b124-8e37-3811d4e9c561-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c564-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c566-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c56b-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c56e-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c570-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c574-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c577-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c579-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c57e-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c582-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c584-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c588-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c58b-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c58d-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c592-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c596-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c598-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c59c-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c59f-e9a28f7e, #w-node-_02e39dea-f035-b124-8e37-3811d4e9c5a1-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2cc7-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2cca-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2ccc-e9a28f7e, #w-node-b9548824-95e2-3365-4132-0fc7ad113f43-e9a28f7e, #w-node-b9548824-95e2-3365-4132-0fc7ad113f46-e9a28f7e, #w-node-b9548824-95e2-3365-4132-0fc7ad113f48-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2cd1-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2cd5-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2cd7-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2cdb-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2cde-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2ce0-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2ce5-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2ce9-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2ceb-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2cef-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2cf2-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2cf4-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2cf9-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2cfd-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2cff-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2d03-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2d06-e9a28f7e, #w-node-_152fd940-8228-bef3-27a8-0ae158de2d08-e9a28f7e, #w-node-_5540b96f-af9d-75b2-cd60-a93b326433fe-e9a28f7e, #w-node-_5540b96f-af9d-75b2-cd60-a93b32643402-e9a28f7e, #w-node-_5540b96f-af9d-75b2-cd60-a93b32643404-e9a28f7e, #w-node-ee0930b2-5b17-f8f4-6163-e9ba346ddb0f-e9a28f7e, #w-node-ee0930b2-5b17-f8f4-6163-e9ba346ddb12-e9a28f7e, #w-node-ee0930b2-5b17-f8f4-6163-e9ba346ddb14-e9a28f7e, #w-node-_3acdbfc2-34ff-43fe-e4ef-ac06dc5d19ba-e9a28f7e, #w-node-_3acdbfc2-34ff-43fe-e4ef-ac06dc5d19be-e9a28f7e, #w-node-_3acdbfc2-34ff-43fe-e4ef-ac06dc5d19c0-e9a28f7e, #w-node-e7c1caac-593f-391a-6d76-7ed4f28a43eb-e9a28f7e, #w-node-e7c1caac-593f-391a-6d76-7ed4f28a43ee-e9a28f7e, #w-node-e7c1caac-593f-391a-6d76-7ed4f28a43f0-e9a28f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81777d2c-0496-fa0e-0c7c-94ffb620dbc0-e9a28fbf, #w-node-_91fdc582-4f07-1df8-6689-22c797ff2195-e9a28fbf, #w-node-_7589bf1e-19e2-84bc-e787-a8c65a9b847a-e9a28fbf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a0bba799-bb1b-87e4-ebb5-6e393d602079-e9a28fd9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_64d36e45-878e-4b75-d276-f0a453deed9b-e9a28fd9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-c9651cb3-d365-540c-edbb-1adfa9d84f1e-e9a29027 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7c517ce8-8535-3e60-fde9-3fc80b6b75af-e9a29027, #w-node-_7c517ce8-8535-3e60-fde9-3fc80b6b75b2-e9a29027, #w-node-_7c517ce8-8535-3e60-fde9-3fc80b6b75b4-e9a29027, #w-node-_7c517ce8-8535-3e60-fde9-3fc80b6b75b9-e9a29027, #w-node-_7c517ce8-8535-3e60-fde9-3fc80b6b75bd-e9a29027, #w-node-_7c517ce8-8535-3e60-fde9-3fc80b6b75bf-e9a29027, #w-node-_7c517ce8-8535-3e60-fde9-3fc80b6b75c3-e9a29027, #w-node-_7c517ce8-8535-3e60-fde9-3fc80b6b75c6-e9a29027, #w-node-_7c517ce8-8535-3e60-fde9-3fc80b6b75c8-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cbf1-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cbf4-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cbf6-e9a29027, #w-node-_168b230e-d40a-f536-a51c-46dce6fb22f9-e9a29027, #w-node-_168b230e-d40a-f536-a51c-46dce6fb22fc-e9a29027, #w-node-_168b230e-d40a-f536-a51c-46dce6fb22fe-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cbfb-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cbff-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc01-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc05-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc08-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc0a-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc0f-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc13-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc15-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc19-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc1c-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc1e-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc23-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc27-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc29-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc2d-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc30-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc32-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc37-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc3b-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc3d-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc41-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc44-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc46-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc4b-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc4f-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc51-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc55-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc58-e9a29027, #w-node-_720c9d73-8f96-3032-0e42-e7d56568cc5a-e9a29027, #w-node-bda2a9dd-6b10-68af-7059-5f15fb3f04fa-e9a29027, #w-node-bda2a9dd-6b10-68af-7059-5f15fb3f04fd-e9a29027, #w-node-bda2a9dd-6b10-68af-7059-5f15fb3f04ff-e9a29027, #w-node-bda2a9dd-6b10-68af-7059-5f15fb3f0504-e9a29027, #w-node-bda2a9dd-6b10-68af-7059-5f15fb3f0508-e9a29027, #w-node-bda2a9dd-6b10-68af-7059-5f15fb3f050a-e9a29027, #w-node-bda2a9dd-6b10-68af-7059-5f15fb3f050e-e9a29027, #w-node-bda2a9dd-6b10-68af-7059-5f15fb3f0511-e9a29027, #w-node-bda2a9dd-6b10-68af-7059-5f15fb3f0513-e9a29027, #w-node-bda2a9dd-6b10-68af-7059-5f15fb3f0518-e9a29027, #w-node-bda2a9dd-6b10-68af-7059-5f15fb3f051c-e9a29027, #w-node-bda2a9dd-6b10-68af-7059-5f15fb3f051e-e9a29027, #w-node-bda2a9dd-6b10-68af-7059-5f15fb3f0522-e9a29027, #w-node-bda2a9dd-6b10-68af-7059-5f15fb3f0525-e9a29027, #w-node-bda2a9dd-6b10-68af-7059-5f15fb3f0527-e9a29027 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2a7a1e21-0242-aff8-643e-77783d46c5d9-e9a28f37, #w-node-_223438fe-1e72-3330-777e-c5dff2120fac-e9a28f37, #w-node-_41688a2b-b326-9ea0-09f9-05f503794a6b-e9a28f37 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_93c1b464-b9bc-eeb2-e1d2-634a53c7a423-e9a28f37 {
    order: -9999;
  }

  #w-node-a0bba799-bb1b-87e4-ebb5-6e393d602079-e9a28fd9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_64d36e45-878e-4b75-d276-f0a453deed9b-e9a28fd9, #w-node-c9651cb3-d365-540c-edbb-1adfa9d84f1e-e9a29027 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c9651cb3-d365-540c-edbb-1adfa9d84f4a-e9a29027 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_83040f80-4572-4890-7c15-c28e8d86c060-8d86c05e, #w-node-_83040f80-4572-4890-7c15-c28e8d86c069-8d86c05e {
    justify-self: center;
  }

  #w-node-_81777d2c-0496-fa0e-0c7c-94ffb620dbc0-e9a28fbf, #w-node-_91fdc582-4f07-1df8-6689-22c797ff2195-e9a28fbf, #w-node-_7589bf1e-19e2-84bc-e787-a8c65a9b847a-e9a28fbf, #w-node-a0bba799-bb1b-87e4-ebb5-6e393d602079-e9a28fd9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_83040f80-4572-4890-7c15-c28e8d86c060-8d86c05e, #w-node-_83040f80-4572-4890-7c15-c28e8d86c069-8d86c05e {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Aatmospheric';
  src: url('../fonts/aAtmospheric.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garda';
  src: url('../fonts/Garda.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Formula';
  src: url('../fonts/Formula.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hyrbo';
  src: url('../fonts/Hyrbo-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aneisha Demo';
  src: url('../fonts/Aneisha-demo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}