:root {
  --text: var(--dark-brown);
  --cream: #faf9df;
  --dark-brown: #6b381a;
  --beige: #d8c2b5;
  --hauptfarbe: #fa9570;
  --highlight3: #fc9772;
  --white: white;
  --black: black;
  --highlights: #fee0db;
  --highlight2: #fecb9b;
  --highlight4: #faa15f;
  --zweitfarbe: #fef6f2;
  --brown: #b87a32;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--text);
  flex-direction: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

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

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

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 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: 25vh;
}

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

.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 {
  color: var(--text);
  background-color: beige;
}

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  background-color: var(--cream);
  color: var(--text);
}

.highlights {
  color: var(--text);
  background-image: radial-gradient(circle, #fde2d2, #fdbc93);
}

.adresse {
  margin-bottom: 5px;
}

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

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

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

.heading-3 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 1.3;
}

.flie-text {
  overflow-wrap: anywhere;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.flie-text.hide {
  display: block;
}

.farbe-der-headings {
  color: var(--dark-brown);
  line-height: 1.3;
}

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

.impressum.flie-text {
  line-height: 25px;
}

.impdat1-2.flie-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.navlink3.flie-text {
  color: #fff;
}

.navlink3.flie-text:hover {
  color: #6d6d6d;
}

.navlink3.flie-text.w--current {
  color: #8c8c8c;
}

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

.navlinks3.hauptfarbe {
  color: #fff;
}

.background-video1 {
  height: 100%;
  margin-left: 25%;
}

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

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

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

.footer3.hauptfarbe {
  color: #fff;
}

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

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

.heading-footer3.heading-3 {
  text-transform: uppercase;
}

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

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

.rounded-block.zweitfarbe {
  min-height: auto;
}

.impdat {
  padding: 100px 10vw;
}

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

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

.success-block.highlights {
  width: auto;
  height: auto;
  padding: 100px;
}

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 1.3;
}

.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-2 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field-2.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);
}

.navigation-divider.highlights {
  margin-left: auto;
}

.field-label {
  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;
}

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

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

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

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

.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;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient_block {
  width: 100%;
  height: 100%;
  color: var(--text);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 10%;
  display: flex;
}

.heading {
  text-align: center;
  font-size: 80px;
  line-height: 70px;
}

.heading.heading-1.farbe-der-headings {
  font-size: 50px;
}

.heading.heading-1.farbe-der-headings.no-bold {
  font-size: 35px;
  font-weight: 700;
}

.paragraph {
  padding-left: 30px;
  font-size: 20px;
  line-height: 35px;
}

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

.button {
  background-color: var(--beige);
  color: var(--text);
  cursor: pointer;
  border-radius: 5px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
  transition: all .2s;
}

.button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 14px -4px #0003;
}

.button.auto {
  margin-top: auto;
}

.button.m-bottom {
  margin-bottom: 20px;
}

.section_2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
}

.section_2.zweitfarbe {
  background-color: var(--cream);
  color: var(--dark-brown);
}

.section_2.zweitfarbe.margin-top {
  padding-top: 0;
}

.section_2.zweitfarbe.bg {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/attachment_5_Pic-Picsart-AiImageEnhancer_result.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section_2.zweitfarbe {
  display: block;
}

.section_2.padding-up {
  padding-top: 10px;
}

.section_2.zweitfarbe {
  color: #6b381a;
  background-color: #faf9df;
}

.heading_center {
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}

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

.heading_center.heading-1.farbe-der-headings {
  font-size: 30px;
}

.heading_center.heading-1.farbe-der-headings.margin-0 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

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

.heading-_center_small {
  text-align: center;
  font-size: 24px;
  line-height: 45px;
}

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

.heading-_center_small.heading-1._1 {
  font-size: 22px;
  font-weight: 400;
}

.heading-_center_small.heading-1._1.center {
  justify-content: center;
  align-items: center;
}

.heading-_center_small.heading-1._2 {
  font-size: 22px;
  font-weight: 400;
}

.heading-_center_small.heading-1._3 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 400;
}

.heading-_center_small.heading-1.left {
  text-align: left;
  white-space: pre-wrap;
}

.paragraph_center {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
}

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

.paragraph_center.flie-text.small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  position: relative;
}

.paragraph_center.flie-text.small_text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

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

.content_block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 140px;
  padding: 60px;
  display: flex;
}

.content_block.highlights.small {
  padding: 40px;
}

.content_block.highlights.no-margin {
  margin-top: 0;
  margin-bottom: 140px;
}

.heading_left {
  font-size: 50px;
  line-height: 50px;
}

.heading_left.heading-1.farbe-der-headings {
  font-size: 30px;
}

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

.heading_small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 38px;
}

.heading_small.heading-1 {
  font-size: 18px;
  line-height: 1.3;
}

.heading_small.heading-1._80 {
  color: var(--text);
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 16px;
  font-weight: 700;
}

.spacer {
  height: 20px;
}

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

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

.content-2 {
  border: 1px solid #394a5e26;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 55vh;
  margin: 0;
  padding: 40px 20px;
  transition: all .2s;
  display: flex;
}

.content-2:hover {
  transform: scale(1.02);
}

.content-2.highlights:active {
  transform: none;
}

.content-2.highlights.card {
  background-image: radial-gradient(circle, #fde2d2, #fdbc93);
  justify-content: space-between;
  height: 60%;
}

.content-2.highlights.card.height {
  height: 100%;
}

.content-2.highlights.card.height.beige {
  background-color: var(--beige);
  background-image: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-2.highlights.card.height.beige:hover {
  transform: none;
}

.footer-1 {
  margin-top: auto;
  padding: 20px 140px 10px;
}

.inhalt-footer {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 10px;
}

.inhalt-footer.flie-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-footer {
  color: var(--text);
  margin-bottom: 0;
  text-decoration: none;
}

.link-footer.w--current {
  color: var(--dark-brown);
}

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

.heading-footer.heading-3.werb {
  color: var(--dark-brown);
  margin-bottom: 10px;
}

.heading-footer.heading-3.werb.width {
  color: var(--dark-brown);
}

.image-wrapper {
  width: 100%;
  height: 50vh;
  overflow: hidden;
}

.image-wrapper._100 {
  height: 100%;
  padding-top: 0;
}

.image-wrapper._70 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.image-wrapper.flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-wrapper.flex.highlights {
  justify-content: center;
  align-items: center;
}

.heading_center_small_1 {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

.heading_center_small_1.heading-1.farbe-der-headings.left-align {
  text-align: left;
  font-size: 18px;
}

.heading_left_small {
  font-size: 28px;
  line-height: 28px;
}

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

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

.link-block {
  color: var(--text);
  text-decoration: none;
}

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

.div-block-45 {
  display: block;
}

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

.nav-men-1 {
  z-index: 1000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

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

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

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

.nav-link-3.flie-text {
  color: var(--dark-brown);
  margin-left: 0;
  margin-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  transition: all .2s;
}

.nav-link-3.flie-text:hover {
  transform: scale(1.1);
}

.nav-link-3.flie-text.w--current {
  color: var(--dark-brown);
  font-weight: 700;
}

.navbar1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.navbar1.highlights {
  z-index: 10;
}

.navbar-6 {
  z-index: 10;
  background-color: #ddd0;
  width: 100%;
}

.content_block-links {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.content_block-links.highlights {
  height: 100%;
  color: var(--text);
}

.paragraph-links {
  font-size: 18px;
  line-height: 35px;
}

.paragraph-links.flie-text {
  overflow-wrap: anywhere;
  padding-right: 0;
}

.paragraph-links.flie-text.center {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

.social-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 5% 0% auto;
}

.social-wrapper.mobile-show {
  display: none;
}

.social-links {
  width: 30px;
  height: 30px;
  transition: all .2s;
}

.social-links:hover {
  transform: scale(1.1);
}

.circle-wrap {
  z-index: 100;
  background-color: var(--cream);
  width: 170px;
  height: 120px;
  color: var(--text);
  border-radius: 0%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto auto auto 5%;
  box-shadow: 0 4px 6px 1px #89878733;
}

.circle-wrap:hover {
  transform: scale(1.1);
}

.slogan-card {
  width: 100%;
  padding: 10px;
}

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

.team-card {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.div-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-2.highlights.padding {
  padding: 40px;
}

.circle-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hide-blocks {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 100px 1px #fcc7bb73;
}

.hide-blocks._1, .hide-blocks._2, .hide-blocks._3, .hide-blocks._4 {
  display: none;
}

.link-12 {
  color: var(--highlight3);
  text-decoration: none;
}

.footer-2, .contact-wrap {
  flex-flow: column;
  display: flex;
}

.info-wrap {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  display: flex;
}

.card_img_wrap {
  width: 100%;
}

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

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

.heading_center-1 {
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}

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

.pop-up {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 100px 1px #fcc7bb73;
}

.pop-up.workshop {
  margin-top: 0;
  margin-bottom: 40px;
  display: block;
}

.dropdown-toggle-1 {
  border-bottom: 1px solid var(--text);
  width: 100%;
  color: var(--text);
  white-space: normal;
  padding: 10px 0;
}

.dropdown-toggle-1.flie-text {
  padding-top: 5px;
  padding-bottom: 5px;
}

.icon {
  margin-right: 0;
  font-size: 20px;
}

.dropdown-list-1 {
  background-color: #ddd0;
  position: relative;
}

.drop-down-wrapper2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-1 {
  width: 100%;
}

.card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all .45s;
  display: flex;
  box-shadow: 0 0 20px 1px #fcc6ba66;
}

.card:hover {
  transform: translate(0, -5px);
}

.main-card {
  background-color: #fee0db;
  background-image: radial-gradient(circle, #fde2d2, #fdbc93);
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.main-card:hover {
  border: 1px solid #f5f5f5;
}

.heading-_card {
  text-align: center;
  font-size: 26px;
}

.heading-_card.heading-1 {
  overflow-wrap: anywhere;
}

.utility-page-wrap-2 {
  background-color: #fcc8bd;
  background-image: linear-gradient(336deg, #ff9c87, var(--beige));
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  font-family: Roboto, sans-serif;
  display: flex;
}

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

.image-111 {
  filter: brightness(0%) invert();
  object-fit: contain;
  width: 20rem;
}

.heading-92, .text-block-5 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

.paragraph-list {
  font-size: 20px;
  line-height: 35px;
}

.paragraph-list.flie-text {
  font-size: 18px;
  line-height: 1.5;
}

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

.text_field, .text_field-3 {
  color: #333;
  background-color: #faf9df;
  border: 0 solid #000;
  padding: 1rem;
}

.text_field_large-copy {
  background-color: #faf9df;
  border: 0 solid #000;
  min-height: 8rem;
  padding: 1rem;
}

.content-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  padding: 0;
  display: grid;
}

.content-small.align-top-left-vertical {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: flex-start;
}

.content-small.max-width-full {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.link {
  text-decoration: none;
}

.link.text-color-secondary {
  color: var(--white);
}

.checkbox_field {
  text-align: left;
  margin-bottom: 0;
}

.error-message, .success-message {
  color: #333;
}

.content_block-1-contact {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
  position: absolute;
}

.content_block-1-contact.center {
  align-items: center;
}

.content_block-1-contact.center._2 {
  position: relative;
}

.content_block-1-contact.center._2.highlights {
  width: 60%;
  height: 50%;
  color: var(--text);
  margin-left: auto;
  margin-right: auto;
}

.cell, .cell-2 {
  display: block;
}

.bold-text-10 {
  color: var(--dark-brown);
}

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

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

.footer-form-block-f20 {
  width: 100%;
  margin-bottom: 0;
}

.footer-form-div-f20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 10px;
  line-height: 1.2;
  display: flex;
}

.footer-form-field-f20 {
  color: #1d262d;
  background-color: #faf9df;
  border: 0 solid #eff0f6;
  border-radius: 10px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  transition: all .5s;
  box-shadow: 2px 2px 7px #0a66c214;
}

.footer-form-field-f20:hover {
  border-color: #0a66c2;
  box-shadow: 2px 2px 7px #0a66c21a;
}

.footer-form-field-f20:active {
  border-color: #0a66c2;
  box-shadow: 1px 1px 7px #0a66c21a;
}

.footer-form-field-f20:focus {
  border-color: #0a66c2;
  box-shadow: 2px 2px 7px #0a66c21a;
}

.footer-form-field-f20::placeholder {
  color: #1d262d99;
  font-weight: 400;
}

.submit-btn-f20 {
  background-color: #6b381a;
  border-radius: 10px;
  height: auto;
  padding: 20px 38px;
  font-weight: 700;
  transition: all .5s;
}

.success-message-3 {
  background-color: #0a66c280;
}

.grid-footer4 {
  color: var(--text);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.inhalt-footer-subscribe {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 10px;
}

.inhalt-footer-subscribe.flie-text {
  flex-direction: column;
  align-items: flex-start;
  width: 120%;
  display: flex;
}

.content-2 {
  background-color: #fee0db;
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  transition: all .2s;
  display: flex;
}

.content-2:hover {
  border: 1px solid #f5f5f5;
  transform: scale(1.02);
}

.heading_center_small_1-copy.heading-1 {
  margin-left: 38px;
  margin-right: auto;
  display: flex;
}

.heading_center_small_1-copy {
  text-align: center;
  text-align: center;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

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

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

.left-flex-wrapper.highlights {
  text-decoration: none;
}

.left-flex-wrapper.highlights._20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.ans-div {
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.ans-div.show {
  display: block;
}

.ans-div.show.flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.dropdown-toggle-17 {
  width: 100%;
  padding: 0;
}

.dropdown-20 {
  width: 100%;
}

.nav.w--open {
  background-color: #0000;
  margin-top: 20px;
  position: relative;
}

.image-wrap {
  width: 100%;
  min-width: 100%;
  height: 85vh;
}

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

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

.div-2-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.code-embed-3 {
  width: 100%;
  height: 100%;
  margin-top: 60px;
}

.button-16 {
  background-color: var(--beige);
  color: var(--dark-brown);
  border-radius: 5px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 40px;
}

.button-16:hover {
  transform: scale(1.1);
}

.popupmain {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-inside {
  background-color: #eaeaea;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  height: 75vh;
  padding: 40px 100px;
  display: flex;
  position: relative;
  overflow: scroll;
  box-shadow: 0 1px 11px #000;
}

.popup-inside:hover {
  box-shadow: 4px 0 16px 4px #000;
}

.image-117 {
  z-index: 1111;
  opacity: .5;
  cursor: pointer;
  object-fit: contain;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-117:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

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

.code-embed-2-34 {
  width: 100%;
  padding-left: 30%;
}

.button-18 {
  color: #6b381a;
  background-color: #d8c2b5;
  border-radius: 5px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 40px;
}

.button-18:hover {
  transform: scale(1.1);
}

.image-118 {
  z-index: 1111;
  opacity: .5;
  cursor: pointer;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-118:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

.dropdown-toggle-18 {
  width: 100%;
  padding: 0;
}

.button-19 {
  color: #6b381a;
  background-color: #d8c2b5;
  border-radius: 5px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 40px;
}

.button-19:hover {
  transform: scale(1.1);
}

.image-119 {
  z-index: 1111;
  opacity: .5;
  cursor: pointer;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-119:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

.dropdown-toggle-19 {
  width: 100%;
  padding: 0;
}

.button-20 {
  color: #6b381a;
  cursor: pointer;
  background-color: #d8c2b5;
  border-radius: 5px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
  transition: all .2s;
}

.button-20:hover {
  transform: scale(1.1);
  box-shadow: 0 0 14px -4px #0003;
}

.dropdown-toggle-20 {
  width: 100%;
  padding: 0;
}

.button-21 {
  color: #6b381a;
  background-color: #d8c2b5;
  border-radius: 5px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 40px;
}

.button-21:hover {
  transform: scale(1.1);
}

.image-120 {
  z-index: 1111;
  opacity: .5;
  cursor: pointer;
  object-fit: contain;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-120:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

.dropdown-toggle-21, .dropdown-toggle-22, .dropdown-toggle-23 {
  width: 100%;
  padding: 0;
}

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

.button-22 {
  color: #6b381a;
  background-color: #d8c2b5;
  border-radius: 5px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 40px;
}

.button-22:hover {
  transform: scale(1.1);
}

.image-121 {
  z-index: 1111;
  opacity: .5;
  cursor: pointer;
  object-fit: contain;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-121:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

.dropdown-toggle-24 {
  width: 100%;
  padding: 0;
}

.embed-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-left {
  padding-left: 30px;
  font-size: 20px;
  line-height: 35px;
}

.paragraph-left.flie-text {
  font-size: 18px;
  line-height: 1.5;
}

.google_calender {
  margin-top: 60px;
}

.image-125, .image-126, .image-127 {
  object-fit: contain;
}

.kertstin-wrap {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 100px 1px #fcc7bb73;
}

.kertstin-wrap._1 {
  display: none;
}

.katharina-wrap {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 100px 1px #fcc7bb73;
}

.katharina-wrap._2 {
  display: none;
}

.agnes-wrap {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 100px 1px #fcc7bb73;
}

.agnes-wrap._4 {
  display: none;
}

.sabrina-wrap {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 100px 1px #fcc7bb73;
}

.sabrina-wrap._3 {
  display: none;
}

.div-block-46 {
  border-left: 5px solid var(--text);
  width: 100%;
  max-width: 850px;
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
}

.paragraph_slogan {
  text-align: left;
  margin-top: 10px;
  font-size: 20px;
  line-height: 28px;
}

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

.paragraph_slogan.flie-text.small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  position: relative;
}

.paragraph_slogan.flie-text.small_text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

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

.video-wrap {
  width: 50%;
  height: 85vh;
  margin-top: 0;
}

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

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

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

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

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

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

  .background-video1 {
    margin-left: 0%;
  }

  ._3er-grid1 {
    margin-bottom: 0;
  }

  .footer3.hauptfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .impdat {
    padding: 60px;
  }

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

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

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

  .gradient_block {
    justify-content: flex-end;
    padding-left: 40px;
  }

  .gradient_block.highlights {
    padding-right: 40px;
  }

  .heading.heading-1.farbe-der-headings.no-bold {
    font-size: 35px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph.flie-text {
    padding-left: 0;
    font-size: 16px;
  }

  .button, .button.zweitfarbe {
    font-size: 16px;
  }

  .button.zweitfarbe:hover {
    transform: none;
  }

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

  .heading_center.heading-1.farbe-der-headings {
    font-size: 40px;
  }

  .heading_center.heading-1.farbe-der-headings.margin-0 {
    text-align: center;
  }

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

  .heading-_center_small.heading-1._1, .heading-_center_small.heading-1._2, .heading-_center_small.heading-1._3 {
    font-size: 16px;
  }

  .heading-_center_small.heading-1.left {
    font-size: 17px;
  }

  .heading-_center_small.heading-1.left._80 {
    width: 90%;
    margin-right: auto;
  }

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

  .paragraph_center.flie-text.small {
    font-size: 6px;
    position: static;
  }

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

  ._2er_grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    height: 100%;
    display: flex;
  }

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

  .content_block.highlights {
    margin-top: 40px;
    padding: 20px;
  }

  .content_block.highlights.no-margin {
    margin-bottom: 40px;
  }

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

  .heading_left.heading-1.farbe-der-headings {
    text-align: center;
  }

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

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

  ._2er_grid_1 {
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .content-2.highlights, .content-2.highlights.card {
    height: auto;
  }

  .footer-1.highlights {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .heading_center_small_1.heading-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading_center_small_1.heading-1.farbe-der-headings {
    font-size: 25px;
  }

  .heading_center_small_1.heading-1.farbe-der-headings.left-align {
    text-align: center;
    line-height: 24px;
  }

  .heading_left_small.heading-1 {
    text-align: center;
  }

  .maps-gro {
    height: 50vh;
  }

  .maos-footer {
    justify-content: flex-start;
  }

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

  .nav-men-1 {
    background-color: var(--hauptfarbe);
    background-image: linear-gradient(#fde2d2, #fdbc93);
    width: 100%;
  }

  .nav-link-3.flie-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .nav-link-3.flie-text.w--current {
    width: 100%;
  }

  .men-icon1 {
    color: #662111;
  }

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

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

  .content_block-links {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_block-links.highlights {
    background-image: radial-gradient(circle, #fde2d2, #fdbc93);
  }

  .paragraph-links {
    font-size: 16px;
    line-height: 22px;
  }

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

  .paragraph-links.flie-text.linkss, .paragraph-links.flie-text.list, .paragraph-links.flie-text.left {
    text-align: left;
  }

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

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

  .social-wrapper {
    z-index: 9999;
    flex-flow: column;
    margin-right: 10px;
    position: fixed;
    inset: auto 0% 25% auto;
  }

  .social-wrapper.mobile-hide {
    display: none;
  }

  .social-wrapper.mobile-show {
    display: flex;
  }

  .circle-wrap {
    width: 80px;
    height: 80px;
    top: 3px;
  }

  ._4er-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 85%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .div-2 {
    width: 100%;
  }

  .hide-blocks._1 {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .info-wrap {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .image-107 {
    height: 55vh;
  }

  .heading_center-1.heading-1.farbe-der-headings {
    font-size: 40px;
  }

  .pop-up.workshop {
    display: none;
  }

  .pop-up.workshop.unhide {
    margin-bottom: 0;
    display: block;
  }

  .dropdown-toggle-1.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-list {
    font-size: 18px;
    line-height: 28px;
  }

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

  .error-message, .success-message {
    color: #333;
  }

  .content_block-1-contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_block-1-contact.center._2.highlights {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lightbox._60vh {
    height: 60vh;
  }

  .lightbox-image.bottom {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .footer-form-block-f20 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-f20 {
    max-width: 100%;
  }

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

  .heading_center_small_1-copy.heading-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .left-flex-wrapper.highlights._20 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .ans-div.show {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .dropdown-20 {
    z-index: 1;
  }

  .image-wrap {
    height: 60vh;
  }

  ._4er-grid-3 {
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .code-embed {
    padding-left: 0%;
  }

  .div-2-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .code-embed-3 {
    margin-top: 40px;
  }

  .popupmain {
    padding: 0 10px;
  }

  .popup-inside {
    width: 100%;
    height: 60vh;
    padding: 40px;
  }

  .code-embed-2-34 {
    padding-left: 0%;
  }

  .button-20 {
    font-size: 16px;
  }

  .embed-wrap {
    flex-flow: column;
  }

  .img-inside {
    width: 100%;
    height: 100%;
  }

  .paragraph-left {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-left.flie-text {
    padding-left: 0;
    font-size: 16px;
  }

  .kertstin-wrap._1 {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

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

  .paragraph_slogan.flie-text.small {
    font-size: 6px;
    position: static;
  }

  .paragraph_slogan.flie-text.small_text {
    font-size: 14px;
    position: static;
  }

  .video-wrap {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

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

  .impdat {
    padding: 40px;
  }

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

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

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

  .gradient_block {
    padding-right: 40px;
  }

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

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

  .heading.heading-1.farbe-der-headings.no-bold {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .heading_center.heading-1 {
    line-height: 1.1;
  }

  .heading_center.heading-1.farbe-der-headings {
    font-size: 35px;
  }

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

  .heading-_center_small.heading-1._1 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  ._2er_grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }

  .content_block.highlights.small {
    margin-top: 40px;
  }

  .heading_small.heading-1 {
    font-size: 17px;
  }

  .heading_small.heading-1._80 {
    overflow-wrap: anywhere;
    width: 80%;
  }

  ._2er_grid_1 {
    grid-template-columns: 1fr;
    display: flex;
  }

  .content-2.highlights {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .link-footer, .heading-footer {
    text-align: center;
  }

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

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

  .image-wrapper._100, .image-wrapper.size {
    height: 25rem;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .content_block-links {
    padding-bottom: 60px;
  }

  .content_block-links.highlights {
    padding: 20px;
  }

  .social-wrapper {
    z-index: 100011;
    flex-flow: row;
    margin-bottom: 10px;
    inset: auto 0% 0% auto;
  }

  .slogan-card {
    padding: 0;
  }

  .hide-blocks._1 {
    padding: 20px;
  }

  .hide-blocks._4 {
    padding: 40px;
  }

  .contact-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .info-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-107 {
    height: 25rem;
  }

  .heading_center-1.heading-1 {
    line-height: 1.1;
  }

  .heading_center-1.heading-1.farbe-der-headings {
    font-size: 35px;
  }

  .drop-down-wrapper2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-111 {
    width: 15rem;
  }

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

  .content-small.align-top-left-vertical {
    flex-flow: column;
    display: flex;
  }

  .lightbox._60vh {
    height: 25rem;
  }

  .footer-form-block-f20 {
    margin-top: 0;
  }

  .footer-form-f20 {
    width: 100%;
  }

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

  .inhalt-footer-subscribe.flie-text {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrap {
    height: 25rem;
  }

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

  .popup-inside {
    height: 55vh;
  }

  .image-117, .image-118, .image-119, .image-120, .image-121 {
    width: 25px;
    height: 25px;
  }

  .embed-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .google_calender {
    margin-top: 40px;
  }

  .kertstin-wrap._1 {
    padding: 20px;
  }

  .div-block-46 {
    width: 80%;
  }

  .video-wrap {
    width: 65%;
    height: 80vh;
  }
}

@media screen and (max-width: 479px) {
  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;
  }

  .footer3.hauptfarbe {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .success {
    padding: 60px 20px;
  }

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

  .heading-22 {
    font-size: 18px;
    line-height: 1.3;
  }

  .gradient_block {
    padding: 100px 20px 20px;
  }

  .gradient_block.highlights {
    padding: 20px;
  }

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

  .heading.heading-1.farbe-der-headings.no-bold {
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph.flie-text {
    padding-left: 0;
  }

  .button.zweitfarbe {
    margin-top: 10px;
  }

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

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

  .heading_center.heading-1.farbe-der-headings {
    font-size: 24px;
  }

  .heading-_center_small {
    font-size: 20px;
  }

  .heading-_center_small.heading-1.left {
    font-size: 12px;
  }

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

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

  ._2er_grid {
    height: 100.004%;
  }

  .content_block.highlights {
    margin-top: 40px;
  }

  .content_block.highlights.small {
    padding: 20px;
  }

  .heading_left {
    font-size: 32px;
    line-height: 32px;
  }

  .heading_small.heading-1._80 {
    font-size: 15px;
  }

  .content-2 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 10px;
  }

  .content-2.highlights {
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrapper.size {
    height: 22rem;
  }

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

  .heading_center_small_1.heading-1.farbe-der-headings {
    font-size: 20px;
    line-height: 25px;
  }

  .heading_left_small.heading-1 {
    font-size: 24px;
  }

  .maps-gro {
    height: 300px;
  }

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

  .content_block-links {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content_block-links.highlights {
    padding: 20px;
  }

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

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

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

  .div-2.highlights.padding {
    padding: 20px;
  }

  .image-107.top.linkss {
    object-position: 20% 0%;
  }

  .heading_center-1 {
    font-size: 40px;
    line-height: 40px;
  }

  .heading_center-1.heading-1.farbe-der-headings {
    font-size: 30px;
  }

  .pop-up.workshop {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .heading-_card {
    font-size: 20px;
  }

  .image-111 {
    width: 14rem;
  }

  .footer-form-div-f20 {
    flex-wrap: wrap;
  }

  .submit-btn-f20 {
    width: 100%;
  }

  .left-flex-wrapper.highlights._20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ans-div.show {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle-17 {
    z-index: 10;
  }

  .dropdown-20 {
    z-index: 1;
  }

  .image-wrap {
    height: 20rem;
  }

  .code-embed {
    height: auto;
  }

  .popupmain {
    z-index: 9999;
  }

  .popup-inside {
    width: 100%;
    height: 55vh;
    padding: 30px 10px 10px;
  }

  .popup-inside:hover {
    box-shadow: none;
  }

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

  .code-embed-4 {
    height: auto;
  }

  .image-118, .image-119, .image-120, .image-121 {
    width: 20px;
    height: 20px;
  }

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

  .image-125 {
    width: 30px;
  }

  .kertstin-wrap._1 {
    margin-top: 40px;
  }

  .katharina-wrap._2, .agnes-wrap._4, .sabrina-wrap._3 {
    margin-top: 40px;
    padding: 20px;
  }

  .list-2 {
    padding-left: 20px;
  }

  .paragraph_slogan.flie-text.small {
    font-size: 4px;
  }

  .paragraph_slogan.flie-text.small_text {
    font-size: 12px;
  }

  .video-wrap {
    width: 85%;
    height: 60vh;
  }

  .section {
    z-index: 99;
  }
}

#w-node-_2e9491ce-5a5d-a594-b7c0-6b0943511ab2-43511ab0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2e9491ce-5a5d-a594-b7c0-6b0943511acb-43511ab0, #w-node-_1f5af284-3ca4-03e6-ae64-91064590442b-43511ab0, #w-node-_58deb08c-2c88-0b5b-4cea-68d2b1ec5909-aaa476ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cd77762-2065-376e-1da9-ce8722107a0c-6f197074 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1534f361-defa-0b92-1930-4cbd109da982-6f197077, #w-node-_0ec65221-c195-5b72-7224-4e83257b404e-6f197077, #w-node-_857daac9-51f0-570b-280d-2f0f50ddd195-6f197077, #w-node-_1a8a07cb-9258-ab88-1ae3-6fc15c1573ee-6f197077 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f7d477dc-d158-3476-2370-6f9faa96d8fe-6f197077 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_18d7afbd-d666-d60d-5b7f-c5293ed75702-6f197077 {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-_8cd77762-2065-376e-1da9-ce8722107a0c-6f197074 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


