@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: Bitcheese;
  src: url('../fonts/Bitcheese.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #f49813;
  --light-sea-green: #51bcb9;
  --chocolate: #cd5909;
}

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

.w-layout-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-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: Playfair Display, sans-serif;
  font-size: 18px;
  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;
}

.logo {
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  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;
}

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

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

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

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

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

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

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

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

.navbar-6 {
  width: 100%;
}

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

.farbe-der-headings {
  color: var(--orange);
  line-height: 1.1;
}

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

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

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

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

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

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

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

.heading-3 {
  font-family: Playfair Display, 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: 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;
  border-radius: 16px;
  margin-top: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
}

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

.terminbutton.highlights.flie-text {
  margin-top: 10px;
}

.terminbutton.highlights.flie-text:hover {
  background-color: var(--orange);
}

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

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

.terminbutton.highlights.heading-3:hover {
  background-color: var(--orange);
}

.terminbutton.hauptfarbe.heading-3 {
  background-color: #51bcb9;
  font-weight: 600;
}

.terminbutton.hauptfarbe.heading-3:hover {
  background-color: var(--orange);
}

.terminbutton.hauptfarbe.heading-3.dropdown-button {
  text-align: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.terminbutton.hauptfarbe.heading-3.gr-e {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14vw;
  height: 100%;
  display: flex;
}

.terminbutton.hauptfarbe.heading-3.top-spc {
  margin-top: 20px;
}

.terminbutton.hauptfarbe.heading-3.mit {
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

.social-media {
  object-fit: contain;
  width: 30px;
}

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

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

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

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

.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.hauptfarbe {
  text-align: center;
  background-image: none;
  padding-left: 100px;
  padding-right: 100px;
}

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

.utility-page-content._404 {
  width: auto;
  bottom: auto;
}

.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, .email {
  margin-bottom: 5px;
  font-size: 15px;
}

.adresse {
  margin-bottom: 0;
  font-size: 15px;
}

.adresse.flie-text.mid {
  text-align: center;
  font-size: 18px;
}

.ffnungszeiten {
  margin-bottom: 0;
}

.ffnungszeiten.flie-text.mid {
  text-align: center;
}

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

.bilder-section {
  background-image: linear-gradient(to right, #fff, #0000), url('../images/AdobeStock_109877649_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 150px 100px;
}

.label3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  display: block;
  position: static;
}

.label3.heading-2 {
  text-shadow: 0 1px 1px #0003;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.3;
  display: inline-block;
}

.label3.heading-2.margin-top {
  margin-top: 40px;
}

.label3.heading-2.klein {
  font-size: 16px;
}

.label3.abstand-nach-oben {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.wrap-inhalt3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrap-inhalt3.mid {
  background-color: #f498131f;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 10vw;
  display: flex;
}

.wrap-inhalt3.left {
  align-items: flex-start;
}

.wrap-inhalt3.contact {
  background-color: #f498131f;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5vw;
  display: flex;
}

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

.paragraph-mittig1.flie-text {
  margin-top: 10px;
}

.navlinks3 {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 3%;
}

.navlinks3.hauptfarbe {
  z-index: 999;
  color: #fff;
  border-radius: 20px;
  width: auto;
  margin-left: 5vw;
  margin-right: 5vw;
  padding: 10px 60px;
  top: 0%;
}

.men-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.men-3.hauptfarbe {
  z-index: 10000;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.navlink3 {
  color: #fff;
  font-size: 16.5px;
  font-weight: 500;
}

.navlink3:hover, .navlink3.w--current {
  color: var(--orange);
}

.navlink3.flie-text {
  border-bottom: 2px solid #0000;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navlink3.flie-text:hover, .navlink3.flie-text.w--current {
  border-bottom-color: var(--orange);
  color: #fff;
}

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

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

.videoslogan {
  z-index: 1;
  text-align: center;
  background-color: #00000026;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.content-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.heading-links {
  text-align: left;
  font-size: 36px;
}

.heading-links.heading-2.farbe-der-headings {
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
}

.heading-links.heading-2.farbe-der-headings.mitting {
  margin-top: 0;
}

.heading-links.heading-2.mitting {
  text-align: center;
}

.heading-links.heading-2-copy {
  color: #f49812;
  text-align: left;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

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

.inhalt-mittig3.zweitfarbe.top {
  margin-top: 60px;
}

.inhalt-mittig3.zweitfarbe.padding-adj {
  padding-top: 0;
}

.inhalt-mittig3.hauptfarbe {
  flex: none;
}

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

.heading-mittig-klein1 {
  text-align: center;
  font-size: 25px;
}

.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;
  margin-bottom: 10px;
  font-size: 19px;
}

.footer3 {
  border-radius: 20px;
  height: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.footer3.hauptfarbe {
  color: #fff;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.inhalt-footer3 {
  color: #fff;
}

.inhalt-gro-e-abst-nde {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 5vw;
  display: flex;
}

.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-wrap {
  margin-bottom: 5px;
}

.office-image {
  background-image: url('../images/AdobeStock_94619215_visu.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 460px;
  height: 190px;
}

.office-image.cc-office-2 {
  background-image: none;
  width: 100%;
  height: 100%;
}

.office-info {
  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;
  justify-content: center;
  align-items: start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.subheading-mittig3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

.subheading-mittig3.heading-2.farbe-der-headings {
  font-size: 14px;
  line-height: 1.3;
}

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

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

.contact-form-wrap.flie-text {
  border-radius: 20px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.contact-form-wrap.flie-text.padding {
  width: 100%;
  height: 100%;
  margin: 20px 0;
  padding: 20px;
}

.contact-form-wrap.flie-text.padding._100 {
  width: 100%;
  padding: 0;
}

.form1 {
  margin-bottom: 0;
}

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

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

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

.text-field {
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  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:hover {
  border-color: #1d1f2e80;
}

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

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

.titelvideo-start-1 {
  color: #fff;
  width: auto;
  height: 96vh;
  margin-left: 5vw;
  margin-right: 5vw;
  position: relative;
}

.titelvideo-start-1.top {
  border-radius: 20px;
  margin-top: 40px;
}

.block-farbig1 {
  padding: 20px;
  font-size: 15px;
}

.block-farbig1.highlights {
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  transition: all .3s;
}

.block-farbig1.highlights:hover {
  transform: scale(1.04);
}

.block-farbig1.hauptfarbe {
  color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.block-farbig1.hauptfarbe:hover {
  transform: scale(1.04);
}

.block-farbig1.hauptfarbe.rel {
  position: relative;
  left: 107%;
}

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

.divider.highlights {
  width: 15vw;
}

.divider.paragraph-mittig1-black {
  background-color: #000;
}

.heading-block1 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65vw;
  display: flex;
  position: relative;
}

.heading-mittig-bilder {
  text-align: center;
  margin-top: 0;
  font-size: 36px;
  font-weight: 200;
}

.heading-mittig-bilder.klein {
  font-size: 21px;
  line-height: 22px;
}

.heading-mittig-bilder.klein.heading-3.links, .heading-mittig-bilder.heading-1.links {
  text-align: left;
}

.feature-image-mask {
  justify-content: space-between;
  height: 60vh;
  display: flex;
  position: relative;
}

.feature-image-mask._100 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
}

.feature-image-mask._100.sticky {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: sticky;
  top: 25vh;
}

.feature-image-mask._100-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55vh;
}

._2er-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

._2er-grid.top {
  place-items: start stretch;
}

.text-links1 {
  text-align: left;
  font-size: 18px;
}

.text-links1.flie-text {
  width: auto;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
}

.text-links1.flie-text.small {
  color: #5c5c5c;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3;
}

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

.text-links1.flie-text.no-points {
  padding-left: 20px;
  list-style-type: none;
}

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

.inhalt-untereinander1.horizontal {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.feature-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.feature-image.contain.top {
  object-position: 50% 50%;
  position: sticky;
  top: 45vh;
}

.feature-image.contain.top_1 {
  object-position: 50% 35%;
}

.feature-image.contain.top_1-copy {
  object-position: 50% 20%;
}

.feature-image.sticky {
  height: 65vh;
  position: sticky;
  top: 25vh;
}

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

.feature-image.sticky.center {
  object-position: 50% 25%;
}

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

.feature-image.contain-2 {
  object-fit: contain;
  object-position: 50% 50%;
}

.feature-image.contain-2.top {
  object-position: 50% 50%;
}

.feature-image.contain-2.top_1 {
  object-position: 50% 35%;
}

.feature-image.contain-2.top_1-copy {
  object-position: 50% 20%;
}

.feature-image.sticky-copy {
  height: 65vh;
  position: sticky;
  top: 25vh;
}

.feature-image.sticky-copy.contain {
  object-fit: contain;
  height: 100%;
}

.feature-image.sticky-copy.center {
  object-position: 50% 25%;
}

.feature-image.cont {
  object-fit: contain;
  background-color: #fff;
}

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

.logo-img {
  object-fit: contain;
  height: 25vh;
}

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

.link.farbe-der-headings {
  color: var(--light-sea-green);
}

.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: 15px;
  text-decoration: none;
}

.grid-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  display: flex;
}

.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 {
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.image-101.top {
  object-position: 50% 0%;
  margin-top: 40px;
}

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

.image-101.abs {
  z-index: 10;
  object-fit: contain;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

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

.cell {
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}

.slider-4 {
  align-items: flex-start;
  width: 100%;
  height: 75vh;
  display: flex;
}

.image-102 {
  object-fit: contain;
  width: 30px;
}

.center-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 40px;
  display: flex;
}

.image-103 {
  object-fit: contain;
  width: 80px;
}

.icon2 {
  object-fit: contain;
  width: 20px;
}

.paragraph-list {
  text-align: left;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.5;
}

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

.text-links1-list {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
}

.div-block-167 {
  padding-top: 10px;
  display: none;
}

.dropdown-block {
  width: 100%;
}

.dropdown-button {
  background-color: #34cd35;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-content-3 {
  background-color: #0000;
  padding-bottom: 20px;
  padding-right: 20px;
  position: static;
  overflow: hidden;
}

.slider-5 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.label3-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  display: block;
  position: static;
}

.label3-2.heading-2 {
  text-shadow: 0 1px 1px #0003;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
  display: inline-block;
}

.label3-2.heading-2.farbe-der-headings {
  color: var(--orange);
}

.mask {
  align-self: flex-start;
}

.text-block {
  text-align: left;
}

.kontakt-form-stack {
  width: 100%;
  margin-top: 25px;
}

.kontakt-div {
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 20px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px 2px #0003;
}

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

.list-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.list-item-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  display: flex;
}

.list-item-div.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.faq-dropdown {
  width: 100%;
}

.faq-dropdown-button {
  background-color: var(--light-sea-green);
  color: #fff;
  border: 1px #dfdfdf;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 40px;
  transition: all .3s;
}

.faq-dropdown-button:hover {
  background-color: var(--orange);
}

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

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

.faq-dropdown-content.w--open {
  background-color: #0000;
}

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

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

.table-3er {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #7171714d;
  border-style: solid none none solid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.table-3er.hidden.nospc {
  border-style: none;
}

.table-div {
  border-bottom: 1px solid #7171714d;
  border-right: 1px solid #7171714d;
  flex-direction: column;
  justify-content: center;
  padding: 5px 10px 10px 20px;
  display: flex;
}

.table-div.nospc {
  border: 1px #000;
}

.table-4er {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #7171714d;
  border-style: solid none none solid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.color-block-2 {
  background-color: var(--orange);
  color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 20px;
  display: flex;
}

.content-block {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 89%;
  height: 100%;
  margin: auto;
  padding: 60px 20px 20px;
  display: flex;
  position: relative;
}

.content-block.oben {
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  overflow: auto;
}

.star {
  object-fit: contain;
  width: 18px;
  margin-right: 5px;
}

.horizontal-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

.vertical-block {
  flex-direction: column;
  display: flex;
}

.heading-mittig-klein1-2 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.absolute-block {
  flex-direction: row;
  position: absolute;
  inset: 5% auto auto 3%;
}

.slider-6 {
  background-color: #fff0;
  width: 80%;
  min-height: 75vh;
  margin: 20px auto;
  padding: 20px 40px;
}

.slider-6._80 {
  min-height: 80vh;
}

.arrow {
  color: #333;
}

.quick-stack-4 {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
}

.text-link-list {
  font-size: 17px;
}

.lightbox {
  display: none;
}

.arrow-1 {
  color: #333;
}

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

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

.text-span {
  font-family: Bitcheese, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.text-span.small {
  font-size: 25px;
  font-weight: 400;
}

.text-span-2 {
  font-family: Bitcheese, Arial, sans-serif;
  font-size: 32px;
}

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

.html-embed-4.mobil {
  display: none;
}

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

.text-size-25 {
  font-size: 35px;
}

.div-logo {
  height: 100%;
}

.div-logo.background-white {
  background-color: #fff;
  border-radius: 410px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px 30px;
}

.image-104 {
  object-fit: contain;
  width: 110px;
}

.form-block {
  width: 100%;
}

.button {
  background-color: #f49812;
  border-radius: 5px;
  padding: 12px 20px;
}

.text-field-2 {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.image-105 {
  border: 2px solid var(--light-sea-green);
  object-fit: contain;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: all .35s;
  box-shadow: 0 2px 5px #0003;
}

.image-105:hover {
  transform: scale(1.15);
}

.image-105.padding {
  height: 75px;
  padding: 10px;
}

.image-105.padding:hover {
  transform: none;
}

.image-105.padding-2 {
  height: 75px;
  margin-top: 0;
  padding: 10px;
}

.image-105.padding-2:hover {
  transform: none;
}

.link-9 {
  color: var(--chocolate);
}

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

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

.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 {
  background-color: #010202;
  border-radius: 10px;
  width: 3px;
  height: 15px;
  position: absolute;
}

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

.paragraph-link.flie-text {
  text-align: left;
  white-space: normal;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq-icon-line-4 {
  background-color: var(--chocolate);
  border-radius: 10px;
  width: 15px;
  height: 3px;
}

.accrodian-item-2 {
  z-index: 0;
  border-bottom: 1px solid var(--chocolate);
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  transition: all .2s;
}

.accrodian-toggle {
  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;
}

.faq-icon-line-3 {
  background-color: var(--chocolate);
  border-radius: 10px;
  width: 3px;
  height: 15px;
  position: absolute;
}

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

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

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

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

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

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

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

.bold {
  font-weight: 700;
}

.logo_wrap {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.underline {
  background-color: #14275d;
  width: 100px;
  height: 3px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.faq-dropdown-content-2 {
  background-color: var(--orange);
  position: relative;
}

.divider-2 {
  width: 100px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 20px;
}

.faq-dropdown-button-2 {
  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;
}

.section-mittig {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 100px 10%;
  display: flex;
}

.section-mittig.hauptfarbe {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-mittig.hauptfarbe._2 {
  background-color: #0000;
}

.section-mittig.hauptfarbe._2.bg-gray {
  background-color: #f6f6f6;
}

.gallery-heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
}

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

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

.calendly {
  object-fit: contain;
  width: 40px;
}

.calendly._50 {
  width: 50px;
}

.calender_wrap {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 35% 1% 35% auto;
}

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

.feature-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.small-icon {
  object-fit: contain;
  width: 42px;
}

.card-button-wrapper {
  justify-content: center;
  display: flex;
}

.button-text-2 {
  z-index: 10;
  position: relative;
}

.card-circle {
  background-color: var(--chocolate);
  border-radius: 100%;
  width: 10vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.clip {
  position: relative;
  overflow: hidden;
}

.icon-9 {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

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

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

.text-mittig-3.flie-text {
  font-size: 18px;
  line-height: 1.5;
}

.text-mittig-3.flie-text.list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.text-mittig-3.flie-text._0 {
  margin-bottom: 0;
}

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

.services-card {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all .3s;
  display: flex;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px 1px #cecece;
}

.card-hover-item.relativ {
  left: 105%;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-2.grey-outline {
  background-color: #983b35;
  border-color: #e2e7f1;
}

.button-2.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.heading-mittig-klein1-3 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 25px;
  line-height: 30px;
}

.heading-mittig-klein1-3.heading-2.farbe-der-headings {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.kerte-div {
  width: 70%;
  margin-left: auto;
  padding-top: 5px;
  position: relative;
  right: -3%;
}

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

.text-linksb-ndig1-btn {
  font-size: 10px;
  line-height: 1.5;
}

.text-linksb-ndig1-btn.flie-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
  transform: skew(-19deg);
}

.bild-wrapper-card-2 {
  border-radius: 20px;
  width: 100%;
  height: 35vh;
  position: relative;
}

.card1-2 {
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  box-shadow: 0 -1px 5px #0003;
}

.skew-button {
  background-color: var(--orange);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  left: -3%;
  transform: skew(19deg);
  box-shadow: 0 -1px 5px #0003;
}

.button-wrapper-card {
  margin-top: auto;
  display: flex;
  overflow: hidden;
}

.card-content-main {
  width: 100%;
  height: 100%;
}

.card-content-main.wei {
  flex-flow: column;
  display: flex;
}

.skew-div {
  border-radius: 9px;
  width: 100%;
  height: 100%;
  transform: skew(19deg);
  box-shadow: 0 -1px 5px #0003;
}

.dazu-button-2 {
  color: #000;
  text-transform: uppercase;
  background-color: #3898ec00;
  font-size: 10px;
}

.dazu-button-2.flie-text {
  background-color: #3898ec00;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  padding-top: 5px;
  text-decoration: none;
  display: flex;
}

.heading-mittig-klein1-2-2 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 20px;
  line-height: 30px;
}

.heading-mittig-klein1-2-2.heading-2 {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  position: relative;
}

.heading-mittig-klein1-2-2.heading-2.card-button-wrapper {
  margin-top: 30px;
}

.heading-mittig-klein1-2-2.heading-2.card-button-wrapper.black {
  color: #000;
}

.header-card {
  color: #fff;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 23px 4% 10px 10%;
  display: flex;
  position: absolute;
  inset: auto auto 0% -1vw;
}

.card-content-5 {
  background-color: #fff;
  width: 100%;
  padding: 20px;
}

.image-100-fill {
  filter: drop-shadow(-1px 0 5px #00000024);
  object-fit: fill;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.text-linksb-ndig1-karte.flie-text {
  margin-bottom: 0;
  line-height: 1.5;
}

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

.div-block-169 {
  width: 100%;
  display: flex;
}

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

.heading-links-copy {
  text-align: center;
  font-size: 36px;
}

.heading-links-copy.heading-2.farbe-der-headings {
  margin-top: 10px;
}

.heading-links-copy.heading-2-copy {
  color: #f49812;
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.paragraph-mittig1-black {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

.paragraph-mittig1-black.flie-text {
  margin-top: 10px;
}

.card-content-5-copy {
  color: #333;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

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

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

.text-mitting.flie-text {
  margin-bottom: 0;
}

.text-mitting.flie-text.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-block {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: auto;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

.calendly-2 {
  object-fit: contain;
  width: 40px;
}

.link-block-2 {
  background-color: #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  display: flex;
  box-shadow: 0 0 10px 1px #9b9b9b33;
}

.link-block-2._0 {
  padding-top: 0;
}

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

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

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

.terminbutton-2.highlights.flie-text-3 {
  margin-top: 20px;
}

.terminbutton-2.highlights.flie-text-3:hover {
  background-color: var(--orange);
  color: #fff;
}

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

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

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

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

.text-area {
  letter-spacing: 1px;
  text-transform: uppercase;
  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: all .4s;
  display: block;
}

.text-area:hover {
  border-color: #1d1f2e80;
  box-shadow: 0 11px 20px -5px #00000080;
}

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

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

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

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

.link-formular-2 {
  font-weight: 700;
  text-decoration: none;
}

.code-embed {
  z-index: 100;
  width: 100%;
  height: 100vh;
  position: relative;
}

.div-block-170 {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.text-block-2 {
  color: #036afe;
  text-align: center;
  padding-left: 5px;
  font-family: Playfair Display, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-10 {
  font-size: 16px;
}

.logo-nav {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  padding: 10px;
  display: flex;
}

.image-106 {
  object-fit: contain;
  width: 75px;
}

.link-block-3 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.link-block-3.link-block-2 {
  padding-top: 0;
}

.list-2 {
  font-family: Playfair Display, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.grid-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  place-items: start;
}

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

.titelvideo-start-2 {
  color: #fff;
  margin-top: 5vh;
  margin-left: 5vw;
  margin-right: 5vw;
  position: relative;
}

.titelvideo-start-2.top {
  border-radius: 20px;
  margin-top: 40px;
}

.titelvideo-start-2._65vh {
  height: 100%;
}

.titelvideo-start-2.vh {
  height: 65vh;
}

.round-block {
  border-radius: 50%;
}

.round-block.highlights {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  padding-left: 20px;
  padding-right: 20px;
  transition: transform .5s;
  display: flex;
}

.round-block.highlights:hover {
  transform: scale(1.04);
}

._5-1-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
}

.icon-small {
  filter: invert();
  object-fit: contain;
  width: 2.5rem;
  margin-bottom: 10px;
}

.icon-small.invert {
  filter: sepia();
}

.transparent-block {
  opacity: 1;
  background-color: #f4981399;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 20px;
  display: flex;
}

.bg-block {
  background-color: var(--orange);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.bold-text-11 {
  color: #fff;
}

.bold-text-12, .bold-text-13 {
  color: #000;
}

.bold-text-14 {
  color: #000;
  font-weight: 700;
}

.bold-text-15 {
  color: #000;
}

.text-mitting-pad {
  text-align: center;
}

.text-mitting-pad.flie-text {
  margin-top: 20px;
  margin-bottom: 0;
}

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

.content-block-height {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 89%;
  height: 75vh;
  margin: auto;
  padding: 60px 20px 20px;
  display: flex;
  position: relative;
}

.content-block-height.oben {
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  overflow: auto;
}

.div-block-171 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.bold-text-11-pad {
  color: #fff;
  margin-left: 20px;
  font-size: 20px;
}

.icon-small-pad {
  filter: invert();
  object-fit: contain;
  width: 2.5rem;
  margin-bottom: 0;
  margin-right: 10px;
}

.icon-small-pad.invert {
  filter: sepia();
}

.text-links1-number {
  font-size: 18px;
}

.text-links1-number.flie-text {
  margin-top: 15px;
  font-family: Playfair Display, sans-serif;
  list-style-type: decimal;
}

.text-links1-number.flie-text.small {
  color: #5c5c5c;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3;
}

.text-links1-number.flie-text.center {
  text-align: center;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.feature-image-2 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.feature-image-2.contain.top {
  object-position: 50% 50%;
  position: sticky;
  top: 45vh;
}

.feature-image-2.contain.top_1 {
  object-position: 50% 35%;
}

.feature-image-2.contain.top_1-copy {
  object-position: 50% 20%;
}

.feature-image-2.sticky {
  object-fit: cover;
  object-position: 50% 50%;
  height: 65vh;
  position: sticky;
  top: 25vh;
}

.feature-image-2.sticky.contain {
  object-fit: contain;
  height: 100%;
}

.feature-image-2.sticky.center {
  object-position: 50% 25%;
}

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

.feature-image-2.contain-2 {
  object-fit: contain;
  object-position: 50% 50%;
}

.feature-image-2.contain-2.top {
  object-position: 50% 50%;
}

.feature-image-2.contain-2.top_1 {
  object-position: 50% 35%;
}

.feature-image-2.contain-2.top_1-copy {
  object-position: 50% 20%;
}

.feature-image-2.sticky-copy {
  height: 65vh;
  position: sticky;
  top: 25vh;
}

.feature-image-2.sticky-copy.contain {
  object-fit: contain;
  height: 100%;
}

.feature-image-2.sticky-copy.center {
  object-position: 50% 25%;
}

.bold-text-11-color {
  color: #000;
}

.terminbutton-3 {
  text-transform: uppercase;
  border-radius: 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
}

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

.terminbutton-3.hauptfarbe.heading-3 {
  background-color: #51bcb9;
  font-weight: 700;
}

.terminbutton-3.hauptfarbe.heading-3:hover {
  background-color: #f49813;
}

.terminbutton-3.hauptfarbe.heading-3.abs {
  font-size: 25px;
  position: absolute;
  inset: auto auto 32% 4%;
}

.terminbutton-3.hauptfarbe.heading-3.larger {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
}

.pop-up-1 {
  z-index: 999;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #3e3e3ecc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.form-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: visible;
}

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

.link-block-4 {
  filter: invert();
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
  display: flex;
}

.image-111 {
  filter: invert();
  object-fit: contain;
  width: 20px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.text-span-3 {
  font-size: 12px;
}

.text-block-3 {
  text-align: left;
  width: 7rem;
  font-size: 18px;
}

.image-small {
  object-fit: contain;
  height: 15vh;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-links-large {
  font-size: 22px;
}

.text-links-large.flie-text {
  width: auto;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
}

.text-links-large.flie-text.small {
  color: #5c5c5c;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3;
}

.text-links-large.flie-text.center {
  text-align: center;
}

.text-span-4 {
  font-size: 22px;
}

.telefonnummer2, .email-2 {
  margin-bottom: 5px;
  font-size: 18px;
}

.small {
  font-size: 35px;
}

.div-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-1.null {
  padding-left: 0;
  padding-right: 0;
}

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

.heading-mittig.heading-2.farbe-der-headings {
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
}

.heading-mittig.heading-2.farbe-der-headings.mitting {
  margin-top: 0;
}

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

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

.heading-mittig.heading-2.smalll.no-spc-top {
  margin-top: 0;
}

.heading-mittig.heading-2-copy {
  color: #f49812;
  text-align: left;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

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

.text-mittig.flie-text {
  width: auto;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
}

.text-mittig.flie-text.small {
  color: #5c5c5c;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3;
}

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

.small-2 {
  text-transform: lowercase;
  padding-left: 40px;
  font-size: 12px;
}

.inhalt-untereinander2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 10px 10px 10px 140px;
  display: flex;
}

.inhalt-untereinander2.horizontal {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.inhalt-untereinander2.mittig {
  justify-content: center;
  align-items: center;
}

._2er-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

._2er-grid-2.top {
  place-items: start stretch;
}

.heading-links-small {
  text-align: left;
  font-size: 36px;
}

.heading-links-small.heading-2.farbe-der-headings {
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
}

.heading-links-small.heading-2.farbe-der-headings.mitting {
  margin-top: 0;
}

.heading-links-small.heading-2.mitting {
  text-align: center;
}

.heading-links-small.heading-2-copy {
  color: #f49812;
  text-align: left;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

._2er-grid-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  width: 70%;
  margin-top: 16px;
}

._2er-grid-1.top {
  place-items: start stretch;
}

.heading-mittig-small {
  text-align: center;
  font-size: 30px;
}

.heading-mittig-small.heading-2.farbe-der-headings {
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
}

.heading-mittig-small.heading-2.farbe-der-headings.mitting {
  margin-top: 0;
}

.heading-mittig-small.heading-2.farbe-der-headings.lg {
  font-size: 40px;
}

.heading-mittig-small.heading-2.farbe-der-headings.small {
  font-size: 24px;
}

.heading-mittig-small.heading-2.mitting {
  text-align: center;
}

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

.heading-mittig-small.heading-2-copy {
  color: #f49812;
  text-align: left;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

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

.wrap-txt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.wrap-txt.bottom-padding {
  padding-bottom: 40px;
}

.lag-heading {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-family: Bitcheese, Arial, sans-serif;
  font-weight: 400;
}

.small-heading {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-size: 30px;
}

.div-block-172 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.round-img {
  object-fit: cover;
  border-radius: 50%;
  width: 10vw;
  height: 10vw;
}

.text-span-5 {
  font-family: Bitcheese, Arial, sans-serif;
  font-weight: 400;
}

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

.link-10 {
  color: var(--orange);
}

.sm-wrapper {
  margin-left: 0;
  display: flex;
}

.btn-resp {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: auto;
  padding: 5px 10px;
  text-decoration: none;
  display: none;
}

.button-wrap {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}

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

.text-links1-number-list.flie-text {
  margin-top: 15px;
  font-family: Playfair Display, sans-serif;
  list-style-type: decimal;
}

.text-links1-number-list.flie-text.small {
  color: #5c5c5c;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3;
}

.text-links1-number-list.flie-text.center {
  text-align: center;
}

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

.popup-image {
  object-fit: contain;
  height: 50vh;
}

.card-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5vw;
  display: flex;
}

.card-section.zweitfarbe.top {
  margin-top: 60px;
}

.card-section.hauptfarbe {
  flex: none;
}

.card-left-aligned {
  color: #333;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-173 {
  color: #000;
  margin-bottom: 40px;
}

.div-block-174 {
  margin-top: 0;
  padding-top: 24px;
  display: none;
}

.large-italics {
  font-size: 22px;
  font-style: italic;
}

.dropdown {
  background-color: #fff;
  width: 100%;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-toggle {
  width: 100%;
}

.dropdown-list-16 {
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.question-text {
  text-align: left;
  white-space: normal;
  word-break: normal;
  font-size: 18px;
  font-weight: 600;
}

.question-text.flie-text {
  width: auto;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
}

.question-text.flie-text.small {
  color: #5c5c5c;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3;
}

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

.question-text.flie-text.no-points {
  padding-left: 20px;
  list-style-type: none;
}

.div-block-175 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  margin-bottom: 30px;
  display: flex;
}

.open-anmeldung {
  text-transform: uppercase;
  border-radius: 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
}

.open-anmeldung:hover {
  background-color: #292929;
}

.open-anmeldung.hauptfarbe.heading-3 {
  background-color: #51bcb9;
  font-weight: 700;
}

.open-anmeldung.hauptfarbe.heading-3:hover {
  background-color: #f49813;
}

.open-anmeldung.hauptfarbe.heading-3.abs {
  font-size: 25px;
  position: static;
  margin-top: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
}

.open-anmeldung.hauptfarbe.heading-3.larger {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
}

.image-arrow {
  object-fit: contain;
  width: auto;
  height: 65px;
  position: relative;
  top: -32px;
}

.div-block-176 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 65px;
  display: flex;
  position: relative;
}

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

@media screen and (max-width: 991px) {
  .logo.w--current {
    margin-top: 10px;
    margin-right: 10px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .heading-23 {
    line-height: 60px;
  }

  .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-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

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

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

  .terminbutton.hauptfarbe.heading-3 {
    text-align: center;
  }

  .terminbutton.hauptfarbe.heading-3.gr-e {
    width: auto;
  }

  .social-media {
    width: 24px;
  }

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

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

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

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

  .video-2 {
    height: 80vh;
  }

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

  .bilder-section {
    padding: 60px;
  }

  .label3.heading-2 {
    font-size: 16px;
  }

  .label3.heading-2.margin-top {
    font-size: 17px;
  }

  .wrap-inhalt3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-inhalt3.mid {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrap-inhalt3.left {
    text-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-inhalt3.contact {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .navlinks3.hauptfarbe {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding: 6px 40px;
    display: flex;
  }

  .men-3.hauptfarbe {
    z-index: 10000;
    background-color: var(--orange);
  }

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

  .navlink3.flie-text.w--current {
    color: #000;
    font-weight: 600;
  }

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

  .men-button3.hauptfarbe {
    background-color: var(--orange);
    margin-left: 149px;
    margin-right: auto;
    padding: 10px;
  }

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

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

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

  .background-video1 {
    width: 100%;
  }

  .videoslogan {
    justify-content: center;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slogan3.heading-1 {
    font-size: 29px;
    line-height: 40px;
  }

  .content-wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  .heading-links.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 30px;
  }

  .heading-links.heading-2.text-span, .heading-links.heading-2-copy, .heading-links.heading-2-copy.farbe-der-headings {
    text-align: center;
  }

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

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

  .heading-mittig-klein1.heading-3, .heading-mittig-klein1.heading-2.flie-text {
    font-size: 20px;
  }

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

  .footer3.hauptfarbe {
    padding: 20px;
  }

  .inhalt-gro-e-abst-nde {
    padding: 60px;
  }

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

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

  .office-image {
    background-position: 50%;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }

  .office-image.cc-office-2 {
    margin-bottom: 0;
  }

  .office-info {
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .error-message {
    width: auto;
  }

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

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

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

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

  .titelvideo-start-1.top {
    height: 60vh;
    margin-top: 20px;
  }

  .block-farbig1.hauptfarbe {
    margin-bottom: 0;
  }

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

  .heading-block1 {
    width: auto;
  }

  .heading-mittig-bilder {
    text-align: left;
  }

  .heading-mittig-bilder.klein.heading-3, .heading-mittig-bilder.klein.heading-3.links {
    text-align: center;
  }

  .heading-mittig-bilder.heading-1 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-mittig-bilder.heading-1.links.farbe-der-headings {
    text-align: center;
  }

  .feature-image-mask {
    justify-content: space-between;
    margin-top: 40px;
    margin-right: 0;
  }

  .feature-image-mask._100, .feature-image-mask._100-copy {
    height: 60vh;
    margin-top: 0;
  }

  ._2er-grid {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
  }

  ._2er-grid.top {
    margin-bottom: 10px;
  }

  ._2er-grid.invert {
    flex-flow: column-reverse wrap;
  }

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

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

  .text-links1.flie-text.list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    flex-flow: column;
    display: flex;
  }

  .inhalt-untereinander1 {
    align-items: center;
    padding: 0;
  }

  .inhalt-untereinander1.left-margin, .inhalt-untereinander1.horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .inhalt-untereinander1.horizontal.top {
    margin-top: -20px;
  }

  .feature-image {
    margin-top: 0;
  }

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

  .feature-image.sticky {
    height: 60vh;
    position: static;
  }

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

  .logo-img {
    height: 13vh;
  }

  .grid-10 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-items: center;
  }

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

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

  .quick-stack {
    width: 80%;
    padding-right: 0;
  }

  .cell {
    padding-right: 0;
  }

  .slider-4 {
    background-color: #0000;
    height: 60vh;
  }

  .image-102 {
    width: 24px;
  }

  .center-content {
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 20px;
  }

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

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

  .kontakt-form-stack {
    padding: 0;
  }

  .faq-dropdown-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content-block {
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 20px;
  }

  .horizontal-div {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: flex-start;
  }

  .absolute-block {
    position: static;
  }

  .slider-6 {
    width: 100%;
    height: 90vh;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0;
  }

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

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

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

  .success-txt {
    font-size: 23px;
  }

  .text-span {
    font-size: 25px;
  }

  .html-embed-5 {
    position: static;
  }

  .div-logo.background-white {
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    padding: 10px;
    display: flex;
  }

  .div-logo.background-white.w--current {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    padding: 10px;
    display: flex;
  }

  .image-104 {
    width: 46px;
  }

  .faq-icon-3 {
    margin-left: auto;
  }

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

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

  ._3er_grid {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
  }

  .feature-card-description {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

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

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

  .feature-card-info {
    flex-flow: column;
    display: flex;
  }

  .services-card {
    grid-row-gap: 0px;
    padding: 36px 24px;
  }

  .heading-links-copy.heading-2.farbe-der-headings {
    font-size: 35px;
  }

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

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

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

  .logo-nav {
    width: 90px;
    height: 90px;
  }

  .logo-nav.w--current {
    width: 100px;
    height: 100px;
  }

  .image-106 {
    width: 60px;
  }

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

  .grid-11.invert {
    flex-flow: column-reverse wrap;
  }

  .titelvideo-start-2 {
    height: auto;
  }

  .titelvideo-start-2._65vh {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  ._5-1-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .content-block-height {
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 20px;
  }

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

  .feature-image-2 {
    margin-top: 0;
  }

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

  .feature-image-2.sticky {
    height: 60vh;
    position: static;
  }

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

  .terminbutton-3.hauptfarbe.heading-3 {
    text-align: center;
  }

  .terminbutton-3.hauptfarbe.heading-3.abs {
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    position: static;
  }

  .pop-up-content {
    width: auto;
    right: auto;
  }

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

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

  .small {
    font-size: 30px;
  }

  .heading-mittig.heading-2.farbe-der-headings {
    font-size: 35px;
  }

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

  .small-2 {
    padding-left: 0;
  }

  .inhalt-untereinander2 {
    align-items: center;
    padding: 0;
  }

  .inhalt-untereinander2.left-margin {
    padding-top: 0;
    padding-bottom: 0;
  }

  .inhalt-untereinander2.horizontal.top {
    margin-top: -20px;
  }

  ._2er-grid-2 {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
  }

  .heading-links-small.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 30px;
  }

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

  ._2er-grid-1._30 {
    width: 80%;
  }

  .heading-mittig-small.heading-2.farbe-der-headings {
    font-size: 35px;
  }

  .wrap-txt {
    padding-top: 0;
  }

  .image-113 {
    height: 60vh;
  }

  .sm-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    position: fixed;
    inset: auto 0% 40% auto;
  }

  .btn-resp {
    margin-left: auto;
    margin-right: 0;
    display: block;
  }

  .button-wrap {
    display: none;
  }

  .text-links1-number-list.flie-text {
    text-align: left;
    font-size: 16px;
  }

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

  .dropdown-list-16.w--open {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .question-text.flie-text.list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    flex-flow: column;
    display: flex;
  }

  .open-anmeldung.hauptfarbe.heading-3 {
    text-align: center;
  }

  .open-anmeldung.hauptfarbe.heading-3.abs {
    position: absolute;
    inset: auto 16px 16px auto;
    font-size: 17px;
    margin: 0;
  }

  .image-arrow {
    height: 50px;
    top: -25px;
  }

  .div-block-176 {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .logo.w--current {
    z-index: 30;
  }

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

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

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

  .titelvideo1 {
    height: 60vh;
  }

  .inhalt-mittig1 {
    height: auto;
  }

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

  .social-verlinkung3 {
    margin-left: 5px;
    margin-right: 5px;
  }

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

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

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

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

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

  .video-2 {
    height: 70vh;
  }

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

  .angebot2 {
    height: auto;
  }

  .bilder-section {
    width: 100%;
    max-height: none;
    padding: 40px;
  }

  .label3.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .label3.heading-2.margin-top {
    font-size: 16px;
  }

  .label3.abstand-nach-oben.farbe-der-headings {
    margin-top: 10px;
  }

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

  .wrap-inhalt3.mid, .wrap-inhalt3.contact {
    padding: 20px;
  }

  .navlinks3.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navlink3.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .men-button3.hauptfarbe {
    margin-left: 83px;
  }

  .background-video1 {
    height: 70vh;
  }

  .videoslogan {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .slogan3.heading-1 {
    font-size: 26px;
    line-height: 29px;
  }

  .content-wrap {
    width: auto;
  }

  .heading-links.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 26px;
  }

  .heading-links.heading-2-copy, .heading-links.heading-2-copy.farbe-der-headings {
    font-size: 30px;
  }

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

  .inhalt-mittig3.zweitfarbe.padding-small {
    padding-top: 20px;
  }

  .inhalt-mittig3.hauptfarbe {
    padding: 40px;
  }

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

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

  .heading-mittig-klein1.heading-3 {
    margin-top: 10px;
  }

  .heading-footer3.heading-3 {
    text-align: center;
    margin-bottom: 5px;
  }

  .footer3.hauptfarbe, .inhalt-gro-e-abst-nde {
    padding: 40px;
  }

  .office-info {
    padding-left: 0;
    padding-right: 0;
  }

  .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.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

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

  .block-farbig1.highlights, .block-farbig1.hauptfarbe {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-mittig-bilder {
    text-align: left;
  }

  .heading-mittig-bilder.heading-1.links.farbe-der-headings {
    font-size: 27px;
    line-height: 32px;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image-mask._100, .feature-image-mask._100-copy {
    height: 25rem;
  }

  ._2er-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

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

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

  .inhalt-untereinander1 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .inhalt-untereinander1.links {
    align-items: center;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image.contain.top_1-copy {
    object-position: 50% 50%;
  }

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

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

  .maos-footer {
    height: 100px;
  }

  .impdat-2.flie-text {
    text-align: center;
  }

  .grid-10 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .foooter-2 {
    text-align: center;
  }

  .quick-stack {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-103 {
    width: 60px;
  }

  .icon2 {
    object-position: 50% 0%;
  }

  .paragraph-list {
    font-size: 16px;
  }

  .dropdown-content-3.w--open {
    padding-bottom: 0;
    padding-right: 0;
  }

  .label3-2.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .kontakt-form-stack {
    padding: 0;
  }

  .table-3er.hidden, .table-4er.hidden {
    display: none;
  }

  .color-block-2 {
    margin-right: 10px;
  }

  .slider-6 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .lightbox {
    display: block;
  }

  .lightbox-img {
    object-fit: contain;
    width: 100%;
    height: auto;
  }

  .success-txt {
    font-size: 21px;
    line-height: 1.3;
  }

  .text-span {
    font-size: 20px;
  }

  .div-logo.background-white.w--current {
    width: 100px;
    height: 100px;
  }

  .image-104 {
    width: 60px;
  }

  .image-105.padding, .image-105.padding-2 {
    height: 65px;
  }

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

  .paragraph-link.flie-text._80 {
    overflow-wrap: anywhere;
    width: 80%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .cell-4 {
    align-items: flex-start;
  }

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

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

  ._3er_grid {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

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

  .services-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-mittig-klein1-3 {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-mittig-klein1-3.heading-2 {
    font-size: 22px;
  }

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

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

  .heading-links-copy.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 26px;
  }

  .heading-links-copy.heading-2-copy, .heading-links-copy.heading-2-copy.farbe-der-headings {
    font-size: 30px;
  }

  ._3-1-grid3 {
    display: flex;
  }

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

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

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

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

  .text-area::placeholder {
    text-align: center;
  }

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

  .logo-nav.w--current {
    width: 90px;
    height: 90px;
    padding: 5px;
  }

  .titelvideo-start-2 {
    height: auto;
  }

  .round-block.highlights {
    width: 160px;
    height: 160px;
  }

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

  .text-links1-number.flie-text {
    text-align: center;
  }

  .feature-image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image-2.sticky {
    height: 25rem;
  }

  .terminbutton-3.hauptfarbe.heading-3.larger {
    font-size: 20px;
  }

  .pop-up-content {
    width: 80%;
    height: 80vh;
    padding: 10px;
    overflow: auto;
  }

  .form-div {
    flex-flow: column;
    display: flex;
  }

  .text-links-large {
    font-size: 20px;
  }

  .text-links-large.flie-text {
    text-align: center;
  }

  .telefonnummer2.flie-text, .email-2.flie-text {
    font-size: 16px;
  }

  .small {
    font-size: 20px;
  }

  .heading-mittig.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 26px;
  }

  .heading-mittig.heading-2.smalll.no-spc-top {
    font-size: 20px;
  }

  .heading-mittig.heading-2-copy, .heading-mittig.heading-2-copy.farbe-der-headings {
    font-size: 30px;
  }

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

  .inhalt-untereinander2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .inhalt-untereinander2.links {
    align-items: center;
  }

  ._2er-grid-2 {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .heading-links-small.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 26px;
  }

  .heading-links-small.heading-2-copy, .heading-links-small.heading-2-copy.farbe-der-headings {
    font-size: 30px;
  }

  ._2er-grid-1 {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  ._2er-grid-1._30 {
    flex-flow: row;
  }

  .heading-mittig-small.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 26px;
  }

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

  .heading-mittig-small.heading-2-copy, .heading-mittig-small.heading-2-copy.farbe-der-headings {
    font-size: 30px;
  }

  .wrap-txt.bottom-padding {
    padding-bottom: 30px;
  }

  .image-113 {
    height: auto;
  }

  .btn-resp {
    font-size: 16px;
  }

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

  ._3-1-grid-icon-2 {
    display: flex;
  }

  .popup-image {
    height: auto;
  }

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

  .large-italics {
    font-size: 20px;
  }

  .dropdown-toggle {
    padding-right: 30px;
  }

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

  .div-block-175 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .open-anmeldung.hauptfarbe.heading-3.larger {
    font-size: 20px;
  }

  .icon-10 {
    margin-right: 10px;
  }

  .image-arrow {
    height: 45px;
    top: -22px;
  }
}

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

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

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

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

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

  .flie-text.sm-font {
    overflow-wrap: anywhere;
    font-size: 12px;
  }

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

  .social-media {
    width: 24px;
  }

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

  .utility-page-wrap.hauptfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .impdatfooter {
    text-align: left;
  }

  .telefonnummer1.flie-text {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
  }

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

  .adresse.flie-text.mid, .ffnungszeiten.flie-text.mid {
    font-size: 14px;
  }

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

  .bilder-section {
    background-position: 0 0, 50% 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .label3.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .label3.abstand-nach-oben.heading-3 {
    font-size: 17px;
  }

  .label3.abstand-nach-oben.farbe-der-headings {
    font-size: 15px;
  }

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

  .wrap-inhalt3.mid, .wrap-inhalt3.contact {
    padding: 10px;
  }

  .paragraph-mittig1.flie-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .navlinks3.hauptfarbe {
    flex-flow: row;
    margin-left: 2vw;
    margin-right: 2vw;
    padding-left: 0;
    padding-right: 0;
  }

  .men-button3.hauptfarbe {
    margin-left: 21px;
    margin-right: 0;
  }

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

  .background-video1 {
    height: 60vh;
  }

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

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

  .slogan3.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-links.heading-2.farbe-der-headings {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-links.heading-2-copy {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-links.heading-2-copy.farbe-der-headings {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
  }

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

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

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

  .heading-mittig-klein1.heading-3 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .heading-mittig-klein1.heading-2.flie-text {
    font-size: 12px;
    line-height: 23px;
  }

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

  .heading-footer3.heading-3 {
    text-align: center;
    font-size: 18px;
  }

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

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

  .inhalt-gro-e-abst-nde {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .office-image {
    height: 190px;
  }

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

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

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

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

  .titelvideo-start-1.top {
    height: 22.8rem;
  }

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

  .heading-block1 {
    width: auto;
  }

  .heading-mittig-bilder {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-mittig-bilder.klein {
    text-align: left;
    font-size: 15px;
    line-height: 17px;
  }

  .heading-mittig-bilder.heading-1, .heading-mittig-bilder.heading-1.links.farbe-der-headings {
    font-size: 20px;
    line-height: 25px;
  }

  .feature-image-mask {
    height: 45vh;
  }

  ._2er-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

  .text-links1.flie-text.heading-links {
    text-align: left;
  }

  .text-links1.flie-text.list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .inhalt-untereinander1 {
    padding-right: 0;
  }

  .feature-image.contain, .feature-image.contain-2 {
    object-fit: cover;
  }

  .feature-image.cont {
    object-position: 50% 50%;
  }

  .logo-img {
    height: 10vh;
  }

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

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

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

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

  .foooter-2 {
    text-align: center;
  }

  .textarea {
    line-height: 2.6;
  }

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

  .cell {
    padding-right: 0;
  }

  .slider-4 {
    height: 45vh;
  }

  .image-102 {
    width: 24px;
  }

  .center-content {
    padding-bottom: 20px;
    display: flex;
  }

  .image-103 {
    width: 45px;
  }

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

  .label3-2.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .label3-2.heading-2.farbe-der-headings {
    font-size: 15px;
    line-height: 22px;
  }

  .faq-dropdown-button {
    padding-left: 20px;
  }

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

  .color-block-2 {
    margin-right: 0;
  }

  .content-block {
    padding: 10px;
  }

  .horizontal-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    margin-top: 5px;
  }

  .heading-mittig-klein1-2 {
    text-align: center;
    margin-top: 5px;
  }

  .slider-6 {
    padding: 10px;
  }

  .arrow {
    bottom: 0;
    right: -46px;
  }

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

  .arrow-1 {
    left: -30px;
  }

  .success-txt {
    font-size: 15px;
    line-height: 27px;
  }

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

  .text-span-2 {
    font-size: 25px;
    font-weight: 400;
  }

  .html-embed-4.desktop {
    display: none;
  }

  .html-embed-4.mobil {
    display: block;
  }

  .div-logo.background-white, .div-logo.background-white.w--current {
    width: 80px;
    height: 80px;
  }

  .image-104 {
    width: 44px;
  }

  .image-105.padding, .image-105.padding-2 {
    height: 55px;
  }

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

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

  .paragraph-link.flie-text._80 {
    width: 84%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

  .cell-4 {
    align-items: flex-start;
  }

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

  ._3er_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .icon-9 {
    margin-bottom: 10px;
  }

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

  .services-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 20px 18px;
  }

  .heading-mittig-klein1-3 {
    font-size: 20px;
    line-height: 20px;
  }

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

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

  .heading-mittig-klein1-2-2 {
    font-size: 20px;
    line-height: 20px;
  }

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

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

  .heading-links-copy.heading-2.farbe-der-headings {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-links-copy.heading-2-copy {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-links-copy.heading-2-copy.farbe-der-headings {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
  }

  .paragraph-mittig1-black.flie-text {
    font-size: 14px;
    line-height: 1.5;
  }

  ._3-1-grid3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .flie-text-3 {
    width: 100%;
  }

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

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

  .text-area {
    width: 100%;
    height: 6vh;
  }

  .text-area.cc-textarea {
    height: 14vh;
  }

  .checkbox-field-2 {
    margin-top: 0;
  }

  .text-block-2 {
    padding-left: 0;
    font-size: 9px;
    line-height: 12px;
  }

  .bold-text-10 {
    font-size: 9px;
    line-height: 14px;
  }

  .logo-nav {
    width: 60px;
    height: 60px;
    padding: 7px;
  }

  .logo-nav.w--current {
    width: 60px;
    height: 60px;
  }

  .image-106 {
    width: 35px;
  }

  .titelvideo-start-2 {
    height: auto;
  }

  .titelvideo-start-2.no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .round-block.highlights {
    width: 130px;
    height: 130px;
  }

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

  .icon-small.invert {
    margin-bottom: 0;
  }

  .bold-text-12, .bold-text-13 {
    font-size: 12px;
  }

  .bold-text-14 {
    font-size: 12px;
    line-height: 1.3;
  }

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

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

  .text-links1-number.flie-text.heading-links {
    text-align: left;
  }

  .feature-image-2.contain, .feature-image-2.contain-2 {
    object-fit: cover;
  }

  .bold-text-11-color {
    font-size: 12px;
  }

  .terminbutton-3.hauptfarbe.heading-3.larger {
    font-size: 18px;
  }

  .pop-up-content {
    bottom: 0%;
  }

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

  .text-links-large.flie-text {
    text-align: center;
    font-size: 14px;
  }

  .text-links-large.flie-text.heading-links {
    text-align: left;
  }

  .telefonnummer2.flie-text {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
  }

  .email-2.flie-text {
    text-align: center;
    font-size: 14px;
  }

  .small {
    font-size: 15px;
  }

  .heading-mittig.heading-2.farbe-der-headings {
    font-size: 20px;
    line-height: 25px;
  }

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

  .heading-mittig.heading-2-copy {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-mittig.heading-2-copy.farbe-der-headings {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
  }

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

  .text-mittig.flie-text.heading-links {
    text-align: left;
  }

  .inhalt-untereinander2 {
    padding-right: 0;
  }

  ._2er-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heading-links-small.heading-2.farbe-der-headings {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-links-small.heading-2-copy {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-links-small.heading-2-copy.farbe-der-headings {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
  }

  ._2er-grid-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  ._2er-grid-1._30 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    width: auto;
  }

  .heading-mittig-small.heading-2.farbe-der-headings {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-mittig-small.heading-2.farbe-der-headings.small {
    font-size: 18px;
  }

  .heading-mittig-small.heading-2-copy {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-mittig-small.heading-2-copy.farbe-der-headings {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
  }

  .wrap-txt.bottom-padding {
    padding-bottom: 20px;
  }

  .image-113 {
    height: auto;
  }

  .btn-resp {
    margin-left: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .text-links1-number-list.flie-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    flex-flow: column;
    font-size: 14px;
    display: flex;
  }

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

  ._3-1-grid-icon-2 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: row;
  }

  .popup-image {
    height: auto;
  }

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

  .card-section.zweitfarbe, .card-section.hauptfarbe, .div-block-173 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .large-italics {
    font-size: 18px;
  }

  .dropdown-toggle {
    padding-left: 10px;
  }

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

  .question-text.flie-text.heading-links {
    text-align: left;
  }

  .question-text.flie-text.list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .open-anmeldung.hauptfarbe.heading-3.larger {
    font-size: 18px;
  }

  .image-arrow {
    height: 30px;
    top: -15px;
  }

  .div-block-176 {
    height: 30px;
  }
}

#w-node-_4f23cd8d-69aa-e3c8-837e-3b80d381ed65-3331576d {
  align-self: center;
}

#w-node-b275bed2-c5f4-4c41-0ca8-454331daaa13-3331576d {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_0fa72c87-3c40-d15c-6416-d5dcbf0a08b8-3331578c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_12995ae0-bc78-e4bd-071a-e5b9bcc67706-88a103d4 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0fa72c87-3c40-d15c-6416-d5dcbf0a08b8-3331578c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

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

@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: 'Bitcheese';
  src: url('../fonts/Bitcheese.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Workshop-Landingpage (workshops-ubersicht.html) — Kopfbereich, Countdown, Sticky-Balken */
.text-links1.ws-eyebrow {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 20px;
  margin-bottom: 4px;
}

.text-links1.ws-hero-datetime {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--light-sea-green);
  margin-bottom: 6px;
}

.text-links1.ws-hero-time {
  font-size: 16px;
  margin-bottom: 6px;
}

.ws-orange-script {
  color: var(--orange);
}

.ws-quote-heading {
  display: inline-block;
  background-color: #f7f7f7;
  padding: 4px 16px;
  border-radius: 6px;
}

.text-mittig.ws-countdown-label {
  width: 100%;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

.ws-countdown-grid {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 16px;
}

.ws-countdown-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ece4df;
  border-radius: 20px;
  padding: 18px 10px;
  min-width: 90px;
  max-width: 130px;
  flex: 1 1 0;
}

.ws-countdown-number {
  font-family: Playfair Display, sans-serif;
  color: var(--chocolate);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.ws-countdown-caption {
  color: #4a4a4a;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  margin-top: 6px;
}

.ws-sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  background-color: #ece4df;
  border-top: 1px solid #e0d6cf;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 12px 24px;
  transform: translateY(100%);
  transition: transform .3s ease;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, .15);
}

.ws-sticky-bar.is-visible {
  transform: translateY(0);
}

.ws-sticky-text {
  margin: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
}

.ws-sticky-button {
  background-color: var(--orange);
  color: #fff;
  border-radius: 30px;
  padding: 8px 20px;
  font-family: Playfair Display, sans-serif;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  flex-shrink: 0;
}

.ws-sticky-button:hover {
  background-color: var(--chocolate);
}

body.ws-landing-page {
  padding-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .ws-countdown-grid {
    flex-wrap: nowrap;
    gap: 6px;
  }

  .ws-countdown-tile {
    flex: 0 0 auto;
    width: calc(25% - 5px);
    min-width: 0;
    max-width: none;
    padding: 10px 2px;
  }

  .ws-countdown-number {
    font-size: 24px;
  }

  .ws-countdown-caption {
    font-size: 11px;
  }

  .ws-sticky-bar {
    flex-direction: column;
    gap: 6px;
    padding: 8px 16px;
    text-align: center;
  }

  .ws-sticky-text {
    font-size: 13px;
  }

  body.ws-landing-page {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .text-links1.ws-eyebrow {
    font-size: 16px;
  }

  .text-links1.ws-hero-datetime {
    font-size: 22px;
  }

  .ws-countdown-grid {
    flex-wrap: nowrap;
    gap: 6px;
  }

  .ws-countdown-tile {
    width: calc(25% - 5px);
    padding: 10px 2px;
    border-radius: 20px;
  }

  .ws-countdown-number {
    font-size: 24px;
  }
}

/* Workshop-Landingpage (workshops-ubersicht.html) — Prompt 6: Hero-Knopf, Schriftgroessen, Karten, Kundenstimmen-Band */
#ws-hero .ws-hero-image-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-span-2.ws-orange-script {
  font-size: 22px;
}

.text-span-2.ws-orange-script.ws-hero-script-sm {
  font-size: 22px;
  line-height: 1.2;
}

.ws-quote-heading {
  font-size: 34px;
}

/* Bitcheese besitzt keine Umlaut-Glyphe (nur ASCII), deshalb wird das "ae" aus der
   Bitcheese-Grundform "a" plus zwei CSS-Punkten zusammengesetzt. Das echte "ä" bleibt
   als Textknoten erhalten (Kopieren/Vorlesen/Suche), wird aber transparent gesetzt. */
.ws-diaeresis-a {
  position: relative;
  display: inline-block;
  line-height: 1;
  width: .5em;
  color: transparent;
}

.ws-diaeresis-a:after {
  content: "a";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--orange);
}

.ws-diaeresis-a:before {
  content: "";
  position: absolute;
  top: .04em;
  left: 50%;
  transform: translateX(-50%);
  width: .42em;
  height: .14em;
  background-image: radial-gradient(circle closest-side, var(--orange) 100%, transparent 100%), radial-gradient(circle closest-side, var(--orange) 100%, transparent 100%);
  background-size: .14em .14em;
  background-repeat: no-repeat;
  background-position: left center, right center;
  z-index: 1;
}

.text-links1.ws-lead-orange {
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--orange);
  text-align: center;
}

._3er_grid.ws-reason-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.ws-reason-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
  padding: 28px 24px;
  justify-content: flex-start;
}

.ws-reason-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  border-radius: 50%;
  background-color: var(--orange);
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-weight: 700;
  font-size: 15px;
  flex: 0 0 auto;
}

.ws-reason-title {
  font-size: 20px;
}

.ws-reason-card .text-mittig {
  font-size: 16px;
}

.open-anmeldung.ws-cta-mt {
  margin-top: 24px;
  align-self: center;
}

.open-anmeldung.ws-cta-2line {
  white-space: normal;
  line-height: 1.35;
  text-align: center;
}

.ws-cta-2line .ws-cta-line1,
.ws-cta-2line .ws-cta-line2 {
  display: block;
  white-space: nowrap;
}

.ws-cta-2line .ws-cta-line2 {
  font-weight: 700;
}

.text-links1.ws-para-spaced {
  margin-bottom: 18px;
}

.text-links1.ws-para-bold {
  font-weight: 700;
}

.ws-testimonial-track {
  overflow: hidden;
  width: 100%;
  margin: 20px auto;
  display: flex;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.ws-testimonial-track-inner {
  display: flex;
  gap: 24px;
  width: max-content;
  flex: 0 0 auto;
  animation: ws-testimonial-scroll 60s linear infinite;
}

.ws-testimonial-track-inner + .ws-testimonial-track-inner {
  margin-left: 24px;
}

.ws-testimonial-track:hover .ws-testimonial-track-inner,
.ws-testimonial-track.is-track-paused .ws-testimonial-track-inner {
  animation-play-state: paused;
}

@keyframes ws-testimonial-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-100% - 24px)); }
}

.ws-testimonial-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  padding: 28px;
  width: 380px;
  height: 360px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ws-testimonial-body {
  margin-top: 20px;
  flex: 1;
  overflow: hidden;
  max-height: 120px;
}

.ws-testimonial-card.is-expanded {
  height: auto;
}

.ws-testimonial-card.is-expanded .ws-testimonial-body {
  overflow: visible;
  max-height: none;
}

.ws-testimonial-text {
  font-size: 16px;
  line-height: 1.5;
}

.ws-testimonial-toggle {
  background: none;
  border: none;
  color: var(--orange);
  font-family: Playfair Display, sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 0 0;
  text-align: left;
  cursor: pointer;
}

.ws-testimonial-track-inner[aria-hidden="true"] {
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .ws-testimonial-track-inner {
    animation: none;
  }

  .ws-testimonial-track {
    overflow-x: auto;
  }

  .ws-testimonial-track-inner[aria-hidden="true"] {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .text-span-2.ws-orange-script {
    font-size: 18px;
  }

  .text-span-2.ws-orange-script.ws-hero-script-sm {
    font-size: 18px;
  }

  .ws-quote-heading {
    font-size: 26px;
  }

  .text-links1.ws-lead-orange {
    font-size: 20px;
  }

  .ws-testimonial-card {
    width: 88vw;
    height: auto;
    min-height: 340px;
  }

  .ws-testimonial-track-inner {
    animation-duration: 60s;
  }
}

@media screen and (max-width: 479px) {
  .text-span-2.ws-orange-script.ws-hero-script-sm {
    font-size: 18px;
  }
}
