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

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

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --main: #0d543a;
  --highlights: #e31e25;
  --black: #000;
  --_all-typography---font-family--heading-font: "IBM Plex Serif";
  --_all-typography---font-family--body-font: "IBM Plex Sans";
  --_all-typography---font-size--heading-1: 56px;
  --_all-typography---font-size--heading-2: 48px;
  --_all-typography---font-size--heading-3: 34px;
  --_all-typography---font-size--heading-4: 28px;
  --_all-typography---font-size--body-20px: 20px;
  --_all-typography---font-size--body-18px: 18px;
  --_all-typography---font-size--body-16px: 16px;
  --_all-typography---font-size--body-14: 14px;
  --_all-typography---font-width--regular: 400;
  --_all-typography---font-width--medium: 500;
  --_all-typography---font-width--semibold: 600;
}

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

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

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

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

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

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

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

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

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

.logo {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.telefonnummer, .ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
}

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

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

.adresse {
  margin-bottom: 5px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

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

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

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

.flie-text {
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.terminbutton {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Poppins, Arial, sans-serif;
}

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

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

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

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

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

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

.navbar {
  z-index: 1000;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  display: flex;
  position: sticky;
  top: 0%;
  box-shadow: 0 2px 10px #0003;
}

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

.titelvideo1 {
  color: #fff;
  background-image: linear-gradient(#0000009c, #0000009c);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-video1 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  padding-left: 140px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan1 {
  text-transform: uppercase;
  font-size: 65px;
  line-height: 75px;
}

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

.termin-button.heading-3.highlights:hover {
  background-color: var(--main);
}

.section-mittig1 {
  outline-offset: 0px;
  outline: 3px #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 10vw;
  display: flex;
}

.heading-mittig1 {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-size: 28px;
  line-height: 36px;
}

.heading-mittig1.heading-1 {
  overflow-wrap: anywhere;
  line-height: 1.1;
}

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

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

.footer-1 {
  padding: 40px 10vw;
}

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

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

.leistungsbild1 {
  object-fit: cover;
  width: 100%;
  height: 35vh;
}

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

.impdat {
  padding: 100px 40px;
}

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

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

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

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

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

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

.maps-gro {
  width: 100%;
  height: 35vh;
}

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

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

.impdat-2 {
  text-align: center;
  padding: 100px 40px;
}

.impdat-2.flie-text {
  text-align: left;
  flex-direction: column;
  padding: 0;
  display: flex;
}

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

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

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

.spacer {
  height: 20px;
}

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

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

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

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

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

.hero-bg-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

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

.hero {
  height: 90vh;
  position: relative;
}

.secondary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--main);
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  box-shadow: 0 2px 25px #0003;
}

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

.hero-left-content {
  z-index: 4;
  grid-column-gap: 136px;
  grid-row-gap: 136px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-content-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.hero-left {
  color: #fff;
  background-image: linear-gradient(#00000082, #00000082);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 80px 48px 0 64px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-top-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slogan {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

.slogan.heading-1 {
  text-align: center;
  overflow-wrap: anywhere;
  font-size: 65px;
  font-weight: 500;
}

.menu-item-wrapper {
  justify-content: flex-end;
  align-items: stretch;
  padding-right: 28px;
  display: flex;
}

.nav-trigger {
  width: 30px;
}

.menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-wrapper {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.menu-link {
  color: var(--main);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  padding: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
}

.menu-link:hover, .menu-link.w--current {
  color: #fb6032;
}

.primary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: .8;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

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

.nav-logo {
  z-index: 1001;
  width: 250px;
  padding-left: 0;
  top: 35px;
}

.nav-logo.w--current {
  position: relative;
}

.nav-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-button-wrapper.is-hide {
  display: none;
}

.menu-content-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.menu-items {
  z-index: 1000;
  grid-column-gap: 32px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.sm-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 25px;
  grid-template-columns: 25px 25px 25px;
}

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

.grid-header {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: 25px;
  grid-template-columns: 25px 1fr;
  align-items: center;
}

.navbar-top {
  justify-content: space-between;
  padding: 10px 5vw;
  display: flex;
}

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

.nav-small {
  margin-bottom: 5px;
  font-family: Poppins, Arial, sans-serif;
}

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

.paragraph-66 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.image-arrow {
  object-fit: contain;
  width: 25px;
  height: 25px;
}

._2er_grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 40px;
}

.heading-links {
  margin-top: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

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

.inhalt-untereinander-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 75vh;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph {
  margin-top: 0;
  font-size: 16px;
}

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

.icon-20px.invert {
  filter: invert();
}

.content-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.section-gro-e-abst-nde {
  padding: 10vh 10vw;
  position: relative;
  overflow: hidden;
}

.section-gro-e-abst-nde.unten-abstand-2 {
  z-index: 0;
  padding: 10vh 10vw 15vh;
}

.image-109 {
  z-index: -1;
  opacity: .08;
  object-fit: contain;
  height: 400px;
  position: absolute;
  inset: -6% auto auto 0%;
}

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

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

.section-gro-e-abst-nde1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 10vw;
  display: flex;
  position: relative;
}

.image-100 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  transition: all .7s;
}

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

.heading-mitting {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 700;
}

.heading-links-2 {
  margin-top: 0;
  font-size: 45px;
  line-height: 55px;
}

.heading-links-2.heading-1 {
  overflow-wrap: anywhere;
  line-height: 1.3;
}

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

.image-wrapper {
  width: 100%;
  height: 75vh;
  position: relative;
  box-shadow: 0 2px 25px #0003;
}

.spacer-medium {
  height: 40px;
}

._2er_grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-items: start stretch;
  margin-top: 40px;
}

.heading-links-3 {
  margin-top: 0;
  font-size: 45px;
  line-height: 55px;
}

.heading-links-3.heading-1 {
  line-height: 1.3;
}

.div-block-186 {
  padding: 40px 0;
}

.section-gro-e-abst-nde-bg {
  color: #fff;
  background-image: linear-gradient(#000000b5, #000000b5), url('../images/attachment_2_20260311_115002.webp');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 10vh 10vw;
  position: relative;
  overflow: visible;
}

.div-block-188 {
  background-color: var(--main);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  padding: 40px 20px 20px;
}

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

.heading-links-4 {
  margin-top: 0;
  font-size: 45px;
  line-height: 55px;
}

.heading-links-4.heading-1 {
  line-height: 1.3;
}

.paragraph-center {
  text-align: center;
  margin-top: 0;
  font-size: 16px;
}

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

.image-block {
  width: 80%;
  height: 65vh;
  margin-top: 40px;
  box-shadow: 0 2px 25px #0003;
}

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

.contact-form-wrap.flie-text {
  background-color: var(--main);
}

.heading-links-klein {
  margin-top: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.heading-links-klein.heading-1 {
  margin-bottom: 5px;
  line-height: 1.3;
}

.heading-links-klein.heading-3 {
  line-height: 1.3;
}

.heading-links-klein.heading-3.oben {
  margin-top: 20px;
}

.icons {
  filter: invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.icons.wei {
  filter: none;
}

.link-12 {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

._2er-grid-no-overflow {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  margin-top: 40px;
  overflow: hidden;
}

.email-2 {
  margin-bottom: 5px;
  line-height: 1.3;
}

.email-2.flie-text.dark {
  color: var(--black);
}

.inhalt-nebeneinander {
  align-items: flex-start;
  display: flex;
}

.inhalt-nebeneinander.abstand-unten {
  margin-bottom: 20px;
}

.telefonnummer-2 {
  margin-bottom: 5px;
  line-height: 1.3;
}

.telefonnummer-2.flie-text.dark {
  color: var(--black);
}

.icon-round {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  padding: 10px;
}

.icon-round.highlights {
  width: 50px;
  height: 50px;
}

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

.inhalt-untereinander {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.lottie-2 {
  width: 200px;
  height: 200px;
}

.slider_wrapper-2 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.slider_container-2 {
  z-index: 10;
  width: 100%;
  min-height: 300px;
  margin-top: 0;
  padding: 40px 40px 0;
  position: relative;
  overflow: hidden;
}

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

._2er_grid_3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
}

.divider {
  width: 15vw;
  height: 3px;
  margin-top: 0;
  margin-bottom: 20px;
}

.image-250 {
  object-fit: cover;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

.image-250.left {
  object-position: 85% 50%;
}

.image-250.contain {
  object-fit: contain;
  width: 700px;
  height: 200px;
}

.hidden {
  display: none;
}

.arrow2 {
  color: #fff;
}

.heading_left-3 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1.5;
}

.content_4-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #bcbcbc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.slide-2 {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.slider-mask {
  padding: 20px 0;
}

.slider_button {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 14px;
  font-size: 24px;
  display: flex;
  left: -28px;
}

.slider_button.farbe-der-headings-1 {
  background-color: #fff;
  border-radius: 50%;
  transition: all .2s;
  box-shadow: 0 1px 2px #00000024;
}

.slider_button.farbe-der-headings-1:hover {
  box-shadow: 0 1px 14px 6px #00000024;
}

.slider_button.farbe-der-headings-1.arrow_right {
  background-color: var(--main);
  border-radius: 5%;
  left: auto;
  right: -35px;
}

.slider_button.farbe-der-headings-1.arrow_left {
  background-color: var(--main);
  border-radius: 5%;
  left: -35px;
}

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

.slider-4 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

._2-1-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

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

.list-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 20px;
  display: flex;
}

.secondary-button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--highlights);
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  box-shadow: 0 2px 25px #0003;
}

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

.icon-50px.invert {
  filter: brightness(0%) invert();
}

.hero-2 {
  height: 75vh;
  position: relative;
}

.image-icon {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

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

.link-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000a3;
  padding: 10px;
  transition: all .5s;
}

.link-block:hover {
  background-color: var(--main);
}

.social-media-icons {
  object-fit: contain;
  width: 15px;
  height: 15px;
}

._4-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
  width: 100%;
  margin-top: 20px;
}

.small-img {
  border: 1px solid #e0e0e0;
  height: 100%;
  min-height: 65vh;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.small-img.rel {
  position: relative;
  left: 50%;
}

.section-gro-e-abst-nde2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 5vw;
  display: flex;
  position: relative;
}

.heading-large {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 28px;
}

.heading-large.heading-2 {
  line-height: 1;
}

.text-mittig2 {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.text-mittig2.flie-text {
  line-height: 1.3;
}

.arrow-left {
  background-color: #fff;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.accordion-pane {
  background-color: #0000;
  overflow: hidden;
}

.accordion-question-header {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.accordion-tab-button {
  background-color: var(--main);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

.accordion-item-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.arrow-right {
  background-color: #fff;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  padding: 20px 0;
}

.arrow-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.arrow-div-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: auto;
  display: flex;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 0;
}

.cards {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--main);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 25px #0003;
}

.cards.white {
  color: var(--black);
  background-color: #fff;
  position: relative;
}

.icon-wrap {
  background-color: var(--highlights);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

._3er-grid40px {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.div-block-35vh {
  border: 1px solid #9e9e9e;
  flex-flow: column;
  justify-content: space-between;
  height: 35vh;
  padding: 20px;
  display: flex;
}

.link-13 {
  color: #333;
  font-weight: 700;
}

.text-mittig-small {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}

.text-mittig-small.flie-text {
  line-height: 1.2;
}

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

.main-blcok {
  width: 100%;
  height: 75vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-blcok.hauptfarbe.hell {
  background-color: #83c447;
}

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

.main-blcok.aktion-block {
  flex-flow: column;
  align-items: center;
  height: auto;
  min-height: 75vh;
  display: flex;
}

.lightbox-link.aktion-bild-wrap {
  width: 100%;
  height: 45vh;
  display: block;
}

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

.inhalt-untereinander-2 > picture,
.lightbox-link.aktion-bild-wrap > picture {
  width: 100%;
  height: 100%;
  display: block;
}

.aktion-text {
  width: 100%;
  text-align: center;
  padding: 20px;
}

.image-wrap {
  width: 80%;
  height: 65vh;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-100-no-scale {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  transition: all .7s;
}

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

.primary-button-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: .8;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.primary-button-2:hover {
  background-color: var(--highlights);
}

.primary-button-2.highlights:hover {
  background-color: var(--black);
}

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

.image-absolute {
  object-fit: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: auto 5% 9% auto;
}

.link-block-2 {
  width: 28px;
  height: 28px;
}

.utility-page-wrap-3 {
  background-color: var(--highlights);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.utility-page-content-copy {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.warnbild {
  filter: brightness(0%) invert();
  object-fit: contain;
  width: 5rem;
}

.heading-error, .text-block-4 {
  font-family: Poppins, Arial, sans-serif;
}

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

.div-block-footer {
  flex-direction: column;
  display: flex;
}

.footer-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.form-wrapp {
  height: 100%;
}

@media screen and (max-width: 991px) {
  body {
    --_all-typography---font-family--heading-font: "IBM Plex Serif";
    --_all-typography---font-family--body-font: "IBM Plex Sans";
    --_all-typography---font-size--heading-1: 48px;
    --_all-typography---font-size--heading-2: 48px;
    --_all-typography---font-size--heading-3: 32px;
    --_all-typography---font-size--heading-4: 24px;
    --_all-typography---font-size--body-20px: 20px;
    --_all-typography---font-size--body-18px: 18px;
    --_all-typography---font-size--body-16px: 16px;
    --_all-typography---font-size--body-14: 14px;
    --_all-typography---font-width--regular: 400;
    --_all-typography---font-width--medium: 500;
    --_all-typography---font-width--semibold: 600;
  }

  .telefonnummer {
    margin-bottom: 5px;
  }

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

  .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

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

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

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

  .section-mittig1 {
    padding: 60px;
  }

  .heading-mittig1.heading-1 {
    text-align: center;
    width: 100%;
    font-size: 25px;
  }

  .heading-footer.heading-3 {
    text-align: center;
    margin-top: 0;
    font-size: 18px;
  }

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

  .footer-1.hauptfarbe {
    padding: 40px;
  }

  .titelvideo-unterseiten1 {
    height: 60vh;
  }

  .inhalt-mittig-untereinander {
    align-items: flex-start;
  }

  .leistungsbild1 {
    object-fit: cover;
    height: 55vh;
  }

  .galeriebild1 {
    height: 40vh;
  }

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

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

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

  .maos-footer {
    min-width: auto;
    height: auto;
  }

  .impdat-2.flie-text.center {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .spacer {
    height: 10px;
  }

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

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

  .hero {
    height: 60vh;
  }

  .secondary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-left-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hero-content-wrapper {
    flex-flow: column;
  }

  .hero-left {
    max-width: none;
    padding: 40px;
  }

  .slogan.heading-1 {
    font-size: 45px;
    line-height: 1.3;
  }

  .menu-item-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .single-nav-wrapper {
    width: 100%;
  }

  .nav-trigger {
    background-color: var(--highlights);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding: 16px;
    display: flex;
  }

  .nav-trigger.w--open {
    background-color: var(--highlights);
  }

  .menu-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .menu-link {
    color: #fff;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.5;
  }

  .menu-link:hover, .menu-link.w--current {
    color: var(--main);
  }

  .nav-logo {
    width: 140px;
    top: 30px;
  }

  .trigger-icon {
    filter: invert();
    width: 22px;
  }

  .nav-button-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: none;
  }

  .menu-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--highlights);
    border: 1px solid #0000001a;
    flex-flow: column;
    box-shadow: 0 0 10px #0003;
  }

  .menu-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

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

  .nav-small {
    margin-bottom: 5px;
    text-decoration: none;
  }

  .nav-small.paragraph-font {
    margin-bottom: 0;
    font-size: 13px;
  }

  .paragraph-66.flie-text {
    text-align: center;
    font-size: 15px;
  }

  .image-arrow {
    width: 22px;
    height: 22px;
  }

  ._2er_grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    display: flex;
  }

  ._2er_grid.wrapp-down {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    margin-top: 0;
  }

  ._2er_grid.wrapp-down.padding {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    margin-bottom: 0;
  }

  ._2er_grid.padding {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

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

  .inhalt-untereinander-2 {
    z-index: 0;
    height: 55vh;
  }

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

  .paragraph.flie-text.list {
    text-align: left;
    overflow-wrap: anywhere;
  }

  .content-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .content-2.padding-0 {
    padding: 0;
  }

  .section-gro-e-abst-nde.unten-abstand-2 {
    padding: 60px;
  }

  .image-109 {
    height: 250px;
    top: 0%;
  }

  .section-gro-e-abst-nde1 {
    padding: 60px;
  }

  .heading-mitting.heading-1 {
    margin-bottom: 10px;
    font-size: 35px;
  }

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

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

  .image-wrapper.hauptfarbe {
    width: 100%;
  }

  .spacer-medium {
    height: 10px;
  }

  ._2er_grid-2 {
    grid-column-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .heading-links-3.heading-1 {
    font-size: 38px;
  }

  .div-block-186 {
    padding-top: 0;
  }

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

  .div-block-188 {
    padding-top: 10px;
  }

  .form {
    height: 80vh;
    overflow: auto;
  }

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

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

  .image-block {
    order: -9999;
    width: 100%;
    height: 55vh;
    margin-top: 20px;
  }

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

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

  .heading-links-klein.heading-1, .heading-links-klein.heading-3 {
    font-size: 22px;
  }

  ._2er-grid-no-overflow {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

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

  .inhalt-nebeneinander {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .inhalt-nebeneinander.abstand-unten {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .telefonnummer-2 {
    margin-bottom: 5px;
  }

  .icon-round.highlights {
    width: 45px;
    height: 45px;
    margin-right: 0;
  }

  .form-wrap {
    text-align: center;
    height: 80vh;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    overflow: auto;
  }

  .inhalt-untereinander {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .slider_container-2 {
    padding-top: 0;
    overflow: visible;
  }

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

  ._2er_grid_3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .divider.highlights {
    width: 30vw;
  }

  .image-250 {
    height: 35vh;
  }

  .image-250.contain {
    width: 100%;
    height: 30vh;
  }

  .heading_left-3.heading-1 {
    text-align: center;
    font-size: 40px;
    line-height: 1.3;
  }

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

  .content_4-3.rel {
    position: relative;
    left: 50%;
  }

  .slider-mask {
    padding-bottom: 0;
  }

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

  .main-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .list-block {
    margin-bottom: 15px;
  }

  .secondary-button-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-50px.invert {
    width: 40px;
    height: 40px;
  }

  .hero-2 {
    height: 60vh;
  }

  .fixed-block {
    bottom: 2%;
  }

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

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

  .small-img {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
  }

  .small-img.rel {
    width: 100%;
    left: 0%;
  }

  .section-gro-e-abst-nde2 {
    padding: 60px;
  }

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

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

  .accordion-pane {
    width: 100%;
  }

  .accordion-question-header {
    letter-spacing: 1px;
    width: auto;
  }

  .accordion-tab-button {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .accordion-pane-content {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .arrow-div {
    margin-right: 20px;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .cards {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px;
  }

  .icon-wrap {
    width: 70px;
    height: 70px;
  }

  ._3er-grid40px {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    display: flex;
  }

  .div-block-35vh {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    height: auto;
    padding-top: 10px;
  }

  .link-13 {
    letter-spacing: 0;
  }

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

  ._2er {
    width: 100%;
    display: flex;
  }

  .main-blcok.hauptfarbe {
    height: 55vh;
  }

  .main-blcok.aktion-block {
    height: auto;
  }

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

  .image-absolute {
    width: 70px;
    height: 70px;
    bottom: 2%;
    right: 2%;
  }

  .link-block-2 {
    width: 26px;
    height: 26px;
  }

  .warnbild {
    margin-bottom: 10px;
  }

  .heading-error {
    margin-top: 10px;
    font-size: 32px;
    line-height: 1.3;
  }

  .text-block-4 {
    line-height: 1.5;
  }

  .div-block-footer {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block {
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_all-typography---font-family--heading-font: "IBM Plex Serif";
    --_all-typography---font-family--body-font: "IBM Plex Sans";
    --_all-typography---font-size--heading-1: 40px;
    --_all-typography---font-size--heading-2: 36px;
    --_all-typography---font-size--heading-3: 30px;
    --_all-typography---font-size--heading-4: 22px;
    --_all-typography---font-size--body-20px: 20px;
    --_all-typography---font-size--body-18px: 18px;
    --_all-typography---font-size--body-16px: 16px;
    --_all-typography---font-size--body-14: 14px;
    --_all-typography---font-width--regular: 400;
    --_all-typography---font-width--medium: 500;
    --_all-typography---font-width--semibold: 600;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .titelvideo1 {
    height: 100%;
  }

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

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

  .section-mittig1 {
    padding: 40px;
  }

  .heading-mittig1.heading-1 {
    font-size: 23px;
    line-height: 1.2;
  }

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

  .inhalt-footer {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

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

  .titelvideo-unterseiten1 {
    height: 50vh;
    padding-left: 0;
  }

  .leistungsbild1 {
    height: 25rem;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

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

  .maps-gro {
    height: 400px;
  }

  .impdat-2.flie-text.center {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .hero {
    height: 28rem;
  }

  .secondary-button {
    padding: 12px 15px;
  }

  .hero-content-wrapper {
    align-items: flex-start;
  }

  .hero-left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 40px;
  }

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

  .nav-trigger {
    padding: 14px;
  }

  .menu-link {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.4;
  }

  .nav-logo {
    width: 130px;
    top: 25px;
  }

  .trigger-icon {
    width: 20px;
  }

  .sm-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._2er-grid {
    flex-direction: column;
    display: flex;
  }

  .paragraph-66.flie-text {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .image-arrow {
    width: 20px;
    height: 20px;
  }

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

  .inhalt-untereinander-2 {
    height: 25rem;
  }

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

  .section-gro-e-abst-nde.unten-abstand-2 {
    padding: 40px;
  }

  .image-109 {
    height: 14rem;
  }

  .paragraph-mitting.flie-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .section-gro-e-abst-nde1 {
    padding: 40px;
  }

  .section-gro-e-abst-nde1.hauptfarbe {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-mitting.heading-1 {
    font-size: 30px;
    line-height: 1.3;
  }

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

  .image-100-2.is-contain {
    background-color: var(--main);
    object-fit: contain;
  }

  .image-100-2.runter {
    object-position: 50% 80%;
  }

  .image-wrapper {
    width: 100%;
    height: 25rem;
  }

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

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

  .section-gro-e-abst-nde-bg {
    padding: 40px;
  }

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

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

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

  .image-block {
    height: 25rem;
  }

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

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

  .heading-links-klein.heading-1, .heading-links-klein.heading-3 {
    font-size: 20px;
  }

  ._2er-grid-no-overflow {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .slider_container-2 {
    width: 100%;
    margin-right: 2px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .image-250 {
    height: 25rem;
  }

  .image-250.contain {
    height: 15rem;
    margin-bottom: 10px;
  }

  .image-250.contain.is-small {
    height: 12rem;
  }

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

  .content_4-3.rel {
    left: 0%;
  }

  .slider_button.farbe-der-headings-1.arrow_right {
    width: 30px;
    height: 30px;
    right: -40px;
  }

  .slider_button.farbe-der-headings-1.arrow_left {
    width: 30px;
    height: 30px;
    left: -40px;
  }

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

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

  .main-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .list-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 10px;
  }

  .secondary-button-2 {
    padding: 12px 15px;
  }

  .icon-50px.invert {
    width: 32px;
    height: 32px;
  }

  .hero-2 {
    height: 28rem;
  }

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

  .small-img.rel {
    height: auto;
    min-height: auto;
  }

  .section-gro-e-abst-nde2 {
    padding: 40px 20px;
  }

  .section-gro-e-abst-nde2.hauptfarbe {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .arrow-left {
    left: 2.6px;
  }

  .accordion-question-header {
    padding-left: 15px;
    font-size: 15px;
  }

  .arrow-right {
    right: 2.6px;
  }

  .arrow-div {
    width: 22px;
    height: 22px;
    margin-right: 15px;
  }

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

  .cards.white {
    padding-bottom: 40px;
  }

  .icon-wrap {
    width: 60px;
    height: 60px;
  }

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

  ._2er {
    flex-flow: column;
    align-items: center;
  }

  .main-blcok.hauptfarbe {
    width: auto;
    height: 25rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-blcok.aktion-block {
    width: auto;
    height: auto;
  }

  .lightbox-link.aktion-bild-wrap {
    height: 30vh;
  }

  .image-wrap {
    height: 25rem;
  }

  .image-absolute {
    width: 55px;
    height: 55px;
    bottom: 1%;
    right: 1%;
  }

  .link-block-2 {
    width: 24px;
    height: 24px;
  }

  .heading-error {
    font-size: 26px;
  }

  .div-block-footer {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_all-typography---font-family--heading-font: "IBM Plex Serif";
    --_all-typography---font-family--body-font: "IBM Plex Sans";
    --_all-typography---font-size--heading-1: 36px;
    --_all-typography---font-size--heading-2: 30px;
    --_all-typography---font-size--heading-3: 24px;
    --_all-typography---font-size--heading-4: 20px;
    --_all-typography---font-size--body-20px: 20px;
    --_all-typography---font-size--body-18px: 18px;
    --_all-typography---font-size--body-16px: 16px;
    --_all-typography---font-size--body-14: 14px;
    --_all-typography---font-width--regular: 400;
    --_all-typography---font-width--medium: 500;
    --_all-typography---font-width--semibold: 600;
  }

  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

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

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

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

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

  .div-block-video1 {
    align-items: flex-start;
    width: auto;
    padding-left: 20px;
    padding-right: 10px;
  }

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

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

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

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

  .titelvideo-unterseiten1 {
    height: 40vh;
  }

  .galeriebild1 {
    height: 30vh;
  }

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

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

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

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

  .maps-gro {
    height: 300px;
  }

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

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

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

  .secondary-button {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-left-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

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

  .nav-trigger {
    padding: 12px;
  }

  .nav-wrapper {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .menu-link {
    font-size: 13.5px;
    line-height: 1.3;
  }

  .nav-logo {
    width: 120px;
    top: 20px;
  }

  .trigger-icon {
    width: 18px;
    height: 18px;
  }

  .menu-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  ._2er-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 10px;
  }

  .navbar-top.hauptfarbe {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .nav-small.paragraph-font {
    overflow-wrap: anywhere;
    font-size: 12px;
  }

  .paragraph-66.flie-text {
    font-size: 13px;
  }

  .image-arrow {
    width: 18px;
    height: 18px;
  }

  ._2er_grid {
    width: 100%;
    margin-bottom: 20px;
  }

  ._2er_grid.wrapp-down {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  ._2er_grid.wrapp-down.padding {
    grid-row-gap: 16px;
  }

  ._2er_grid.padding {
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

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

  .inhalt-untereinander-2 {
    height: 20rem;
  }

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

  .icon-20px.invert {
    width: 18px;
    height: 18px;
  }

  .content-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-2.padding-0 {
    justify-content: space-between;
    align-items: center;
  }

  .section-gro-e-abst-nde.unten-abstand-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-109 {
    height: 10rem;
  }

  .paragraph-mitting.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .section-gro-e-abst-nde1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-gro-e-abst-nde1.hauptfarbe {
    padding: 40px 20px;
  }

  .image-100 {
    height: 45vh;
  }

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

  .heading-mitting.heading-1, .heading-links-2.heading-1 {
    font-size: 25px;
  }

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

  ._2er_grid-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .heading-links-3.heading-1 {
    font-size: 28px;
  }

  .section-gro-e-abst-nde-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .image-block {
    height: auto;
  }

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

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

  .icons {
    margin-bottom: 10px;
  }

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

  .icon-round.highlights {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

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

  .image-250.contain {
    height: 10rem;
    margin-bottom: 5px;
  }

  .image-250.contain.is-small {
    height: 7.5rem;
  }

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

  .content_4-3.rel {
    padding: 15px;
  }

  .slide-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-mask {
    padding-top: 15px;
  }

  .slider_button.farbe-der-headings-1.arrow_right {
    width: 28px;
    height: 30px;
    right: -30px;
  }

  .slider_button.farbe-der-headings-1.arrow_left {
    width: 28px;
    height: 28px;
    left: -30px;
  }

  .list-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
  }

  .secondary-button-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-50px.invert {
    width: 28px;
    height: 28px;
  }

  .section-gro-e-abst-nde2 {
    padding: 20px;
  }

  .section-gro-e-abst-nde2.hauptfarbe {
    padding: 40px 20px;
  }

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

  .arrow-left {
    left: 2.4px;
  }

  .accordion-question-header {
    width: auto;
    margin-right: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    font-size: 14px;
  }

  .accordion-tab-button {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-item-wrapper {
    margin-top: 10px;
  }

  .arrow-right {
    right: 2.4px;
  }

  .accordion-pane-content {
    padding-top: 10px;
  }

  .arrow-div {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .arrow-div-wrapper {
    width: 15%;
  }

  .cards.white {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 30px;
  }

  .icon-wrap {
    width: 50px;
    height: 50px;
  }

  ._3er-grid40px {
    width: 100%;
    max-width: 100%;
  }

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

  .main-blcok.hauptfarbe {
    padding: 15px;
  }

  .main-blcok.hauptfarbe.hell {
    width: 100%;
  }

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

  .image-100-no-scale {
    height: 45vh;
  }

  .image-100-no-scale.top {
    height: 100%;
  }

  .image-absolute {
    width: 50px;
    height: 50px;
  }

  .link-block-2 {
    width: 22px;
    height: 22px;
  }

  .utility-page-wrap-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .utility-page-content-copy {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .text-block-4 {
    font-size: 13.5px;
  }
}

#w-node-d4768789-3ed2-cfd4-eb92-bea363b287d6-63b287d4, #w-node-d4768789-3ed2-cfd4-eb92-bea363b287d7-63b287d4, #w-node-d4768789-3ed2-cfd4-eb92-bea363b287db-63b287d4, #w-node-d4768789-3ed2-cfd4-eb92-bea363b287dc-63b287d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_18e4fd2b-48be-3bf8-2db8-46f6d1773ac8-9e1f5894 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f2081c03-7a53-aab0-9704-e3f378dbce91-78dbce86 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_768b6de3-12ab-4060-336d-fa1e79a8b8f4-9e1f589e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}