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

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

:root {
  --primary-color: #e6c1c4;
  --gray: #57585a;
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  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;
}

p {
  margin-bottom: 10px;
}

.utility-page-wrap {
  background-color: var(--primary-color);
  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 {
  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;
  height: 22vh;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.logo.w--current {
  color: #333;
  flex-flow: column;
}

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
}

.ffnungszeiten.paragraph-font {
  font-family: Quicksand, sans-serif;
}

.hauptfarbe {
  color: #fff;
  background-color: #57585a;
}

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

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

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

.adresse {
  margin-bottom: 5px;
  font-family: Quicksand, sans-serif;
  line-height: 1.5;
}

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

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

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

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

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

.farbe-der-headings {
  color: #e6c1c4;
  font-family: Quattrocento, sans-serif;
  line-height: 1.3;
}

.navbar1 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

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

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

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

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

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

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

.men-2 {
  width: 100%;
}

.nav-link2 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

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

.nav-link2.flie-text {
  transition: all .2s;
}

.nav-link2.flie-text:hover {
  color: #acacac;
  font-size: 16px;
  text-decoration: underline;
}

.nav-link2.flie-text.w--current {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.nav-link2.flie-text.w--current:hover {
  font-size: 14px;
}

.inhalt-men-punkte2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-banner {
  height: 90vh;
  position: relative;
}

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

.title-text-block {
  z-index: 2;
  color: #fff;
  background-image: linear-gradient(#0003, #0003);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan-2 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 70px;
}

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

.startseite2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 200px;
  display: flex;
}

.startseite2.zweitfarbe {
  min-height: auto;
  padding: 100px;
  position: relative;
  overflow: hidden;
}

.heading-start2 {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 80px;
}

.heading-start2.heading-2 {
  font-size: 45px;
  line-height: 1.3;
}

.heading-start2.heading-2.farbe-der-headings {
  color: var(--primary-color);
  font-size: 45px;
  line-height: 1.3;
}

.text2 {
  text-align: center;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.text2.flie-text {
  text-align: center;
  line-height: 1.5;
}

.mehr-erfahren1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren1:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren1.highlights {
  color: #333;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.mehr-erfahren1.highlights:hover {
  color: #fff;
  background-color: #57585a;
}

.mehr-erfahren1.highlights.flie-text {
  color: #333;
  font-weight: 600;
  line-height: 1.5;
}

.mehr-erfahren1.highlights.flie-text:hover {
  background-color: var(--gray);
  color: #fff;
}

.inhalt-service2 {
  overflow: hidden;
}

.text-2 {
  text-align: center;
  padding-bottom: 0;
}

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

.leistungsbild-1 {
  height: 45vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.serviceangebote2 {
  width: 60%;
  min-width: auto;
  margin-top: 50px;
}

.inhaltstartseite2 {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.kontaktaufnehmen2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0786_VSCO.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 45vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer2 {
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer2.hauptfarbe.flie-text {
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 140px;
}

.iconfooter2 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-inhalt3 {
  display: inline-block;
  position: static;
}

.headingfooter2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.leistungsgrid {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  position: relative;
}

.titelvideo-3 {
  height: 500px;
  position: relative;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 80%;
  margin-top: 40px;
  display: grid;
}

.centered-container {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.galerie2 {
  padding: 100px 10%;
}

.karte {
  width: 100%;
  height: 55vh;
  margin-top: 20px;
}

.kontakt2 {
  color: #fff;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/IMG_0786_VSCO.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

.impdat {
  padding: 100px 40px;
}

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

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

.sucess-block.highlights {
  color: #fff;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 25px;
  line-height: 1.3;
}

.footer-div {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-block-footer {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 0;
  display: flex;
}

.footer {
  padding: 60px 140px;
}

.footer.hauptfarbe {
  background-color: var(--gray);
  justify-content: space-around;
  margin-top: auto;
  padding-bottom: 60px;
}

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

.inhalt-footer {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.text-wrapper {
  z-index: 1;
  width: 80%;
  position: relative;
  inset: auto;
}

.grid-form {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  align-items: end;
  margin-top: 20px;
}

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

.field-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

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

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

.field-text {
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  line-height: 1.5;
}

.submit_button {
  background-color: #000;
  font-size: 16px;
}

.submit_button.flie-text {
  background-color: var(--primary-color);
  color: #333;
  transition: all .2s;
}

.submit_button.flie-text:hover {
  background-color: var(--gray);
  color: #fff;
}

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.left-part {
  z-index: 3;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #000;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  align-items: center;
  width: 100%;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

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

.navigation-menu {
  z-index: 9;
  width: 0%;
  display: block;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

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

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

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

.right-part {
  z-index: 3;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.link {
  color: #fff;
  font-family: Quicksand, sans-serif;
  text-decoration: none;
  display: block;
}

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

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

.nav-men.hauptfarbe {
  z-index: 1000;
}

.navbar {
  width: 100%;
}

.navbar.hauptfarbe {
  z-index: 100;
}

.navbar.hauptfarbe:hover {
  font-size: 16px;
  font-weight: 700;
}

.nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

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

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

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

.nav-link.flie-text:hover, .nav-link.flie-text.w--current {
  color: var(--primary-color);
}

.nav-link.flie-text.w--current:hover {
  font-size: 15px;
  font-weight: 400;
}

.container-navbar {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.image-wrapper-large {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85vh;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.grid-2er, .grid_2er {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.grid_2er.invert {
  place-items: center;
}

.image-100 {
  object-fit: cover;
  background-image: url('../images/Logo-positiv-253445.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

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

.image-100.contain {
  object-fit: contain;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

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

.image_100.down {
  object-position: 50% 0%;
}

.image_100.down-30 {
  object-position: 50% 30%;
}

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

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

.dropdown-block {
  width: 100%;
}

.dropdown-button {
  color: #333;
  background-color: #e6c1c4;
  width: 100%;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.heading-center-small {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 130%;
}

.heading-center-small.heading-font2.heading-color {
  font-family: Quattrocento, sans-serif;
}

.icon {
  object-fit: cover;
  width: auto;
  height: 100px;
  margin-bottom: 20px;
}

.icon.invert {
  filter: invert();
  object-fit: contain;
  height: 50px;
}

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

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

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

.address {
  margin-bottom: 5px;
}

.div-block-kontakt {
  text-align: center;
  border: 4px solid #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.div-block-kontakt:hover {
  background-color: #0000;
}

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

.card-backshadow {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.img-backshadow {
  object-fit: cover;
  height: 40vh;
  margin-bottom: 20px;
  box-shadow: 3px 3px 11px -4px #000;
}

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

.img-backshadow.top {
  object-position: 50% 25%;
}

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

.text-center1-2.paragraph-font {
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.lightbox_image {
  height: 50vh;
}

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

.heading-mittig-klein-font {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.heading-mittig-klein-font.heading-2 {
  text-align: center;
  font-size: 33px;
  line-height: 1.3;
}

.banner-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
}

.banner-image.contain {
  z-index: 1;
  object-fit: contain;
  position: relative;
}

.banner-image.abs {
  z-index: 0;
  filter: blur(5px);
  object-position: 50% 50%;
  position: absolute;
  inset: 0%;
}

.link-block {
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

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

.flex-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.error-message {
  color: #333;
  font-family: Quicksand, sans-serif;
  line-height: 1.3;
}

.success-message {
  color: #333;
  font-family: Quicksand, sans-serif;
}

.startseite-padding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-2 {
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.image-102 {
  width: 40px;
  height: 40px;
}

.image-102.sm {
  width: 38px;
  height: 38px;
}

.image-103 {
  object-fit: contain;
  width: 50vw;
}

.image-104 {
  object-fit: fill;
}

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

.quick-stack.hide {
  order: 1;
}

.cell {
  border: 1px solid var(--primary-color);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.cell.hidden {
  border-width: 0;
  padding: 0;
}

.slide-image-block {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-image-back {
  filter: blur(25px);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-image-front {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.list {
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.modal1_content-wrapper {
  border: 4px solid var(--primary-color);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  margin-top: 10%;
  padding: 4rem;
  position: relative;
  overflow: auto;
  box-shadow: 3px 3px 11px -1px #32231d;
}

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

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

.margin-bottom.margin-large {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  margin: 0;
  padding: 2rem;
}

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

.margin-bottom.margin-large {
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.show-mobile-landscape {
  display: none;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.hide-mobile-landscape {
  filter: invert();
}

.modal1_component {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper-2 {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/attachment_3_Outlook-tpwuq0iy.webp');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component-2, .modal1_component-3 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 48rem;
  height: auto;
  max-height: 95vh;
  padding: 3rem 2rem 2rem;
  position: relative;
  overflow: auto;
}

.flyer-images {
  object-fit: contain;
  height: 70vh;
}

.button-2 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.text-size-medium {
  font-size: 1.25rem;
}

.modal1_content-wrapper-4 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 35rem;
  height: auto;
  max-height: 85vh;
  padding-bottom: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component-4 {
  z-index: 1900;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.lightbox-link {
  width: auto;
  height: 70vh;
}

.image-105 {
  height: 100%;
}

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

.modal1_component-5 {
  z-index: 1900;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

  .logo {
    width: 100%;
  }

  .ffnungszeiten.paragraph-font {
    line-height: 1.4;
  }

  .adresse {
    text-align: center;
    line-height: 1.4;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon2 {
    color: #fff;
  }

  .title-banner {
    height: 60vh;
  }

  .title-text-block {
    background-image: linear-gradient(#00000026, #00000026);
    padding-left: 20px;
    padding-right: 20px;
  }

  .slogan-2.heading-1 {
    text-align: center;
    font-size: 35px;
  }

  .startseite2, .startseite2.zweitfarbe {
    padding: 60px;
  }

  .heading-start2 {
    font-size: 60px;
    line-height: 60px;
  }

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

  .heading-start2.heading-2.farbe-der-headings {
    font-size: 30px;
    line-height: 1.3;
  }

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

  .mehr-erfahren1.highlights.flie-text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.2;
  }

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

  .serviceangebote2 {
    width: 90%;
  }

  .inhaltstartseite2 {
    padding: 60px;
  }

  .kontaktaufnehmen2 {
    min-height: auto;
    padding: 60px;
  }

  .footer2.hauptfarbe.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .leistungsgrid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .gallery-grid-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
    width: 100%;
    margin-top: 20px;
  }

  .galerie2 {
    padding: 60px;
  }

  .karte {
    width: 100%;
    height: 45vh;
  }

  .kontakt2, .impdat, .success-2 {
    padding: 60px;
  }

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

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

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

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

  .footer.hauptfarbe {
    text-align: center;
    padding: 40px;
  }

  .heading-footer.heading-3 {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .inhalt-footer {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .text-wrapper {
    width: 100%;
  }

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

  .submit_button.flie-text {
    font-size: 15px;
    line-height: 1.2;
  }

  .link {
    line-height: 1.3;
  }

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

  .nav-men.hauptfarbe {
    background-color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
  }

  .men-icon1 {
    color: #fff;
  }

  .nav-link.flie-text {
    color: #333;
    text-align: center;
    min-width: 100%;
    padding: 9px 0;
    font-size: 14px;
    line-height: 1;
  }

  .container-navbar {
    min-width: 100%;
  }

  .men-buttton1.hauptfarbe {
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: var(--gray);
  }

  .content-wrapper {
    height: auto;
    padding: 20px;
  }

  .content-wrapper.is-no-padding {
    padding: 0;
  }

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

  .grid-2er {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .grid_2er.invert {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    display: flex;
  }

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

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

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

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

  .heading-center-small.heading-font2.heading-color {
    font-size: 20px;
    line-height: 1.3;
  }

  .icon.invert {
    height: 30px;
    margin-bottom: 10px;
  }

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

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

  .div-block-kontakt {
    border-width: 3px;
    padding: 10px;
  }

  ._6er-grid1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

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

  .lightbox_image {
    height: 45vh;
  }

  .div-wrapper {
    width: 100%;
  }

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

  .link-block {
    width: 35px;
    height: 35px;
    padding: 6px;
  }

  .image-icon {
    width: 100%;
    height: 100%;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
  }

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

  .startseite-padding {
    padding: 60px;
  }

  .list {
    font-size: 15px;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .modal1_content-wrapper-2 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .modal1_content-wrapper-3 {
    width: auto;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .flyer-images {
    height: 60vh;
  }

  .modal1_content-wrapper-4 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

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

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

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

  .logo-img {
    width: 90px;
  }

  .logo.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .title-banner {
    height: 45vh;
  }

  .video2, .title-text-block {
    height: 100%;
  }

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

  .startseite2, .startseite2.zweitfarbe {
    padding: 40px;
  }

  .heading-start2.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
  }

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

  .text2 {
    padding-bottom: 40px;
  }

  .text2.flie-text {
    padding-bottom: 0;
    font-size: 14px;
  }

  .mehr-erfahren1.highlights.flie-text {
    font-size: 12px;
    line-height: 1.1;
  }

  .text-2 {
    padding-bottom: 40px;
  }

  .text-2.flie-text {
    padding-bottom: 0;
  }

  .leistungsbild-1 {
    height: 40vh;
  }

  .inhaltstartseite2 {
    padding: 40px;
  }

  .kontaktaufnehmen2 {
    min-height: auto;
    padding: 40px;
  }

  .footer2.hauptfarbe.flie-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .footer-inhalt3 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .columns-14 {
    width: 100%;
  }

  .headingfooter2 {
    text-align: center;
  }

  .headingfooter2.heading-3 {
    text-align: left;
  }

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

  .gallery-grid-container {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    width: 70%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .centered-container {
    justify-content: flex-start;
    align-items: center;
  }

  .galerie2 {
    padding: 40px;
  }

  .karte {
    height: 40vh;
    margin-top: 10px;
  }

  .kontakt2, .impdat {
    padding: 40px;
  }

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

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

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

  .heading-success {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .footer-div {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

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

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

  .heading-footer.heading-3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
  }

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

  .submit_button.flie-text {
    order: 1;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .nav-link.flie-text {
    padding-top: 7px;
    padding-bottom: 7px;
  }

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

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

  .image-100.top_position {
    object-position: 50% 15%;
  }

  .image_100.down {
    object-position: 50% 20%;
  }

  .dropdown-content.w--open {
    padding-top: 10px;
  }

  .dropdown-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .heading-center-small.heading-font2.heading-color {
    font-size: 18px;
  }

  .icon.invert {
    height: 28px;
  }

  .icon.small {
    height: 32px;
  }

  ._3er-grid {
    flex-flow: column;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-kontakt {
    height: auto;
  }

  .img-backshadow {
    height: 35vh;
    margin-bottom: 10px;
  }

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

  .lightbox_image {
    width: 100%;
    height: 40vh;
  }

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

  .flex-block {
    margin-top: 0;
  }

  .startseite-padding {
    padding: 40px;
  }

  .image-103 {
    width: auto;
  }

  .list {
    font-size: 14px;
  }

  .modal1_content-wrapper {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .margin-bottom.margin-large {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .show-mobile-landscape {
    filter: none;
    display: block;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

  .modal1_content-wrapper-2 {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component-2, .modal1_component-3 {
    justify-content: center;
    align-items: center;
  }

  .modal1_content-wrapper-3 {
    max-height: none;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .flyer-images {
    height: 55vh;
  }

  .modal1_content-wrapper-4 {
    justify-content: flex-start;
    align-items: center;
    max-height: 90vh;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .modal1_component-4 {
    justify-content: center;
    align-items: center;
  }

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

  .modal1_component-5 {
    justify-content: center;
    align-items: center;
  }
}

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

  h2 {
    font-size: 20px;
    line-height: 22px;
  }

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

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

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

  .logo.w--current {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .ffnungszeiten.paragraph-font {
    font-size: 13.5px;
  }

  .adresse {
    font-size: 13px;
    line-height: 1.3;
  }

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

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

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

  .title-banner {
    height: 40vh;
  }

  .video2 {
    height: 100%;
  }

  .title-text-block {
    height: 100.07%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

  .heading-start2.heading-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .heading-start2.heading-2.farbe-der-headings {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    display: flex;
  }

  .heading-start2.heading-2.farbe-der-headings.large {
    font-size: 23px;
  }

  .text2.flie-text {
    margin-bottom: 5px;
    font-size: 13px;
  }

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

  .mehr-erfahren1.highlights.flie-text {
    min-width: auto;
    margin-top: 5px;
    font-size: 12px;
  }

  .text-2.flie-text {
    margin-bottom: 5px;
    font-size: 13.5px;
  }

  .leistungsbild-1 {
    height: 35vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .serviceangebote2 {
    width: 100%;
    margin-top: 20px;
  }

  .inhaltstartseite2, .kontaktaufnehmen2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .leistungsgrid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 5px;
  }

  .gallery-grid-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .centered-container {
    text-align: left;
  }

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

  .karte {
    height: 35vh;
    margin-top: 5px;
  }

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

  .sucess-block.highlights {
    padding: 15px;
  }

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

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

  .grid-form {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

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

  .field-text {
    font-size: 13.5px;
  }

  .submit_button.flie-text {
    font-size: 14px;
    line-height: 1.1;
  }

  .maps-gro {
    height: 300px;
  }

  .link {
    font-size: 13px;
  }

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

  .impdat-2.flie-text {
    min-height: auto;
    font-size: 13px;
    line-height: 1.3;
  }

  .nav-link.flie-text {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
  }

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

  .image-wrapper-large {
    height: 35vh;
  }

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

  .dropdown-button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .heading-center-small.heading-font2.heading-color {
    font-size: 17px;
  }

  .icon.invert {
    height: 25px;
  }

  .icon.small {
    height: 30px;
  }

  .div-block-kontakt {
    border-width: 2px;
  }

  ._6er-grid1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .card-backshadow {
    min-width: 200px;
    padding: 10px;
  }

  .img-backshadow {
    height: 30vh;
  }

  .text-center1-2.paragraph-font {
    font-size: 13.5px;
  }

  .lightbox_image {
    height: 35vh;
  }

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

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

  .form-block-3 {
    margin-bottom: 0;
  }

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

  .list {
    font-size: 13px;
  }

  .max-width-large.align-center {
    max-width: none;
  }

  .text-align-center {
    width: 100%;
  }

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

  .modal1_component, .modal1_component-2, .modal1_component-3 {
    width: auto;
    height: auto;
  }

  .modal1_content-wrapper-4 {
    max-height: 80vh;
  }

  .modal1_component-4 {
    width: auto;
    height: auto;
  }

  .lightbox-link {
    height: auto;
  }

  .lightbox-link-2 {
    height: auto;
    max-height: 80vh;
  }

  .modal1_component-5 {
    width: auto;
    height: auto;
  }
}

#w-node-_92bb1c5b-9217-1fd7-7fe3-8a9407644b51-615315c3, #w-node-_7bdb8d4d-9941-85ca-c8fd-308bf72b6865-615315c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59bf5430-1d02-26f3-9fd2-ed830648e80b-615315c3 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fa-615315c3 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fe-615315c3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e6dc26c1-bb69-bac3-5349-9f19912f73b7-615315e3, #w-node-e6dc26c1-bb69-bac3-5349-9f19912f73c1-615315e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09f9-615315c3 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fa-615315c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fe-615315c3 {
    grid-column: span 1 / span 1;
  }
}


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