:root {
  --sea: #6cbaa0;
  --grey: #1f1f1f;
  --white: white;
  --dark-sea-green: #00343d;
  --black: black;
  --light-blue: #e1effe;
}

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

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

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

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

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

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

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

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

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

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

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

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

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold_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;
  width: 250px;
}

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

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

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

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

.hauptfarbe {
  color: #fff;
  background-color: #00343d;
}

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  background-color: var(--sea);
  color: #000;
}

.highlights {
  color: #fff;
  background-color: #00c4bd;
  background-image: linear-gradient(135deg, #6db9a0, #00353f);
}

.adresse {
  margin-bottom: 5px;
}

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

.heading-1 {
  font-family: EB Garamond, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.heading-2 {
  font-family: EB Garamond, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

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

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

.farbe-der-headings {
  color: #6db9a0;
  line-height: 1.3;
}

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

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

.terminbutton.highlights.heading-3 {
  padding: 20px;
  font-family: Georama, sans-serif;
  font-size: 18px;
}

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

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

.impdat1-2.flie-text {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  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: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.25fr;
  margin-bottom: 107px;
}

.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;
  flex: 1;
  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: EB Garamond, 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;
}

.section_1 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

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

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

.button {
  border-radius: 5px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 40px;
}

.button.highlights {
  margin-top: 10px;
  font-size: 18px;
  transition: all .2s;
}

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

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

.section_2.zweitfarbe.black {
  background-color: var(--grey);
  width: 100%;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.link {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.link.flie-text {
  color: #000;
}

.link.flie-text.farbe-der-headings {
  transition: all .2s;
}

.link.flie-text.farbe-der-headings:hover {
  text-shadow: 0 0 10px #0003;
  transform: scale(1.1);
}

._2er_grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

._2er_grid.kontakt {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.bubble_block {
  height: 100%;
}

.bubble_block.zweitfarbe {
  position: relative;
  overflow: hidden;
}

.bubble_1 {
  z-index: 0;
  background-color: #00343d30;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: -15% auto auto -15%;
}

.bubble_2 {
  background-color: #00343d30;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: -10% -10% auto auto;
}

.bubble_3 {
  background-color: #00343d30;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: auto auto -40% -8%;
}

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

.image:hover {
  transform: scale(1.1);
}

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

.image.align:hover {
  transform: none;
}

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

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

.heading_small.heading-1 {
  font-weight: 700;
  line-height: 1.3;
}

.lottie-animation-2 {
  width: 40px;
  height: 40px;
  margin-left: auto;
}

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

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

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

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

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

.footer-1.hauptfarbe {
  font-family: Georama, sans-serif;
}

.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-block-telefon {
  color: #fff;
  text-transform: uppercase;
  border: 3px dotted #fff;
  padding: 7px 5px 5px;
  font-size: 14px;
  text-decoration: none;
}

.link-footer {
  color: #fff;
  margin-bottom: 5px;
  text-decoration: none;
}

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

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

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

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

.image-wrapper.image:hover {
  transform: none;
}

.image-wrapper.cover, .image-wrapper._60vh {
  height: 100%;
}

.galerie_image {
  object-fit: cover;
  object-position: 20% 50%;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.galerie_image:hover {
  transform: scale(1.1);
}

.galerie_image.contai {
  object-fit: contain;
}

.galerie_image.contai:hover {
  transform: none;
}

.galerie_image.contain-2 {
  object-fit: contain;
  background-color: #e7e9ed;
}

.galerie_image.contain-2:hover {
  transform: none;
}

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

.link-formular.color {
  color: #00343d;
  font-weight: 700;
}

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

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

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

.form1 {
  margin-bottom: 0;
}

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

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

.text-field-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 5px;
  padding: 18px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-4:hover {
  border-color: #1d1f2e80;
}

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

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

.text-field-4.cc-textarea {
  height: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

.contact-form {
  font-family: Georama, sans-serif;
}

.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: auto;
  height: auto;
  display: flex;
}

.link-block {
  color: var(--white);
  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.hauptfarbe {
  z-index: 1000;
}

.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 {
  font-family: Georama, sans-serif;
}

.nav-link-3.flie-text:hover, .nav-link-3.flie-text.w--current {
  color: #6db9a0;
}

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

.navbar-6 {
  width: 100%;
}

.navbar-6.hauptfarbe {
  background-color: var(--dark-sea-green);
}

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

.image-wrapper-small {
  width: 100%;
  height: 40vh;
}

.image-wrapper-small._100 {
  height: 100%;
}

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

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

.paragraph-links.flie-text.black {
  color: #000;
}

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

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

.heading_left-1.heading-1.mit {
  text-align: center;
  margin-bottom: 40px;
}

.heading_left-1.heading-1.adj {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}

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

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

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

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

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

.grid-21 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

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

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

.content-wrapper {
  padding: 20px;
}

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

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

.dropdown-content-4.white.w--open {
  padding-left: 20px;
}

.dropdown-block {
  width: 100%;
}

.dropdown-button-2 {
  color: #fff;
  width: 100%;
  font-family: Georama, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-span {
  font-size: 23px;
  line-height: 34px;
}

.image-108 {
  object-fit: contain;
  width: 50%;
}

.tabs {
  width: 100%;
  margin-top: 40px;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-link-tab-1 {
  color: #fff;
  background-color: #00343d;
}

.tab-link-tab-1.w--current {
  background-color: #00343d;
  background-image: linear-gradient(66deg, var(--sea), var(--dark-sea-green));
}

.card-wrapper_2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

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

.select-field {
  color: #000;
  background-color: #fff;
}

.text-span-2 {
  font-size: 28px;
}

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

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

.slider-9 {
  background-color: #0000;
  overflow: visible;
}

.slide-17 {
  width: 100%;
  height: 100%;
  margin-right: 10px;
  position: relative;
  left: 904px;
}

.mask-5 {
  width: 40%;
  height: 100%;
  overflow: visible;
}

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

.star-block-2 {
  margin-bottom: 20px;
}

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

.text-links-2.flie-text {
  overflow-wrap: anywhere;
  font-size: 16px;
}

.absolute-block-2 {
  flex-direction: row;
  width: 80%;
  position: relative;
  top: auto;
  left: 0%;
  right: 0%;
}

.heading-mittig-klein1-5 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.heading-mittig-klein1-5.small {
  font-size: 13px;
}

.color-block-3 {
  color: #fff;
  background-color: #01785c;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.content-block-2 {
  width: auto;
  color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px 1px #a9a9a9;
}

.circle-image {
  filter: invert();
  object-fit: contain;
  border-radius: 50%;
}

.icon-9 {
  background-color: var(--black);
  border-radius: 100%;
  box-shadow: 0 2px 5px #0003;
}

.left-arrow {
  inset: 0% auto 0% 27%;
}

.right-arrow {
  inset: 0% 27% 0% auto;
}

.slide-nav {
  display: none;
}

.dropdown-18 {
  border: 1px solid #0000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.dropdown-18:hover {
  transform: scale(1.02);
}

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

.content_block2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  display: flex;
  position: static;
}

.btn-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 22% 20% auto;
}

.popup-wrap {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000000b5;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 10% 15%;
  display: none;
  position: fixed;
}

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

.link-block-2 {
  z-index: 1;
  position: absolute;
  inset: 7% 7% auto auto;
}

.popup-wrap-2 {
  z-index: 1000;
  background-color: #000000b5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 10% 15%;
  display: none;
  position: fixed;
}

.code-embed {
  width: 100%;
}

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

.code-embed-3 {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.popup-5 {
  height: 80vh;
}

.utility-page-wrap-3 {
  background-color: #a7bc80;
  background-image: linear-gradient(180deg, var(--dark-sea-green), var(--sea));
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.heading-103 {
  text-align: center;
  font-family: Georama, sans-serif;
  font-weight: 700;
}

.text-block-2 {
  font-family: Georama, sans-serif;
}

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

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

.youtube_wrap {
  width: 100%;
  height: 100%;
}

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

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

@media screen and (min-width: 1440px) {
  .section_2.zweitfarbe.black {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .paragraph-links.flie-text {
    width: 99.9%;
  }

  .slider-9 {
    width: 100%;
    overflow: visible;
  }

  .slide-17 {
    width: auto;
    height: 100%;
    left: auto;
  }

  .absolute-block-2 {
    position: relative;
    left: 0%;
  }

  .content-block-2 {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .left-arrow {
    left: -88px;
    right: auto;
  }

  .right-arrow {
    right: 0;
  }

  .image-110 {
    background-image: linear-gradient(#fff, #fff);
    width: 100%;
    height: 100%;
  }
}

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

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

  .terminbutton.highlights.heading-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

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

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

  .background-video1 {
    margin-left: 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;
  }

  .section_1 {
    height: 60vh;
  }

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

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

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

  .section_2 {
    padding: 60px;
  }

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

  ._3er_grid {
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-top: 20px;
  }

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

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

  ._2er_grid.kontakt {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: 100%;
  }

  .bubble_1 {
    width: 200px;
    height: 200px;
  }

  .bubble_2 {
    width: 250px;
    height: 250px;
  }

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

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

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

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

  .image-wrapper.cover {
    order: -9999;
    height: 45vh;
  }

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

  .block_for_grid {
    height: 60vh;
  }

  .error-message {
    width: auto;
  }

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

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

  .maps-gro {
    height: 50vh;
  }

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

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

  .nav-men-1.hauptfarbe {
    background-image: linear-gradient(117deg, var(--dark-sea-green), var(--sea));
  }

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

  .men-icon1 {
    color: #fff;
  }

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

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

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

  .image-wrapper-small {
    width: 100%;
    height: 45vh;
  }

  .image-wrapper-small._100 {
    height: 100%;
  }

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

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

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

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

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

  .heading_left-1.heading-1.mit {
    margin-bottom: 20px;
  }

  .heading_left-1.heading-1.adj {
    text-align: left;
  }

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

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

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

  .grid-21.invert {
    flex-flow: column;
  }

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

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

  .content-wrapper.zweitfarbe, .dropdown-content-4.white.w--open {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .dropdown-button-2 {
    display: inline-block;
  }

  .image-108, .tabs {
    margin-top: 10px;
  }

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

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

  .slider-9 {
    width: 100%;
  }

  .slide-17 {
    width: auto;
    left: 100px;
  }

  .mask-5 {
    width: 100%;
  }

  .left-arrow {
    inset: 0% auto 0% 0%;
  }

  .right-arrow {
    inset: 0% 0% 0% auto;
  }

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

  .content_block2.zweitfarbe {
    padding: 20px;
  }

  .btn-wrap {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 13%;
  }

  .popup-wrap {
    padding: 5%;
    display: none;
  }

  .image-113 {
    width: 16rem;
  }

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

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

  .image-114 {
    object-position: 50% 20%;
  }

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

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

  .terminbutton.highlights.heading-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .divblock1 {
    height: auto;
  }

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

  .impdat {
    padding: 40px;
  }

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

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

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

  .section_1 {
    height: 25rem;
  }

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

  .section_2 {
    padding: 40px;
  }

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

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

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

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

  ._2er_grid.kontakt {
    height: auto;
  }

  .dropdown_title, .heading_small.heading-1 {
    text-align: left;
  }

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

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

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

  .link-block-telefon {
    margin-top: 5px;
  }

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

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

  .image-wrapper.image, .image-wrapper.cover, .image-wrapper._60vh, .block_for_grid {
    height: 25rem;
  }

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

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

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

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

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

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

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

  .maps-gro {
    height: 25rem;
  }

  .maos-footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
  }

  .grid {
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-wrapper-small {
    height: 25rem;
  }

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

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

  .heading_left-1.heading-1.adj {
    text-align: left;
  }

  .content-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .content-wrapper.zweitfarbe {
    padding: 20px;
  }

  ._3er_grid-2 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    display: flex;
  }

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

  .slide-17 {
    left: 60px;
  }

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

  .popup-wrap {
    padding: 5%;
  }

  .image-111 {
    width: 30px;
    height: 30px;
  }

  .popup-wrap-2 {
    display: none;
  }

  .popup-5 {
    height: auto;
  }
}

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

  .logo-img {
    width: 130px;
  }

  .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-block.highlights {
    padding: 20px;
  }

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

  .section_1 {
    height: 20rem;
  }

  .button.highlights {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 25px;
  }

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

  .section_2.zweitfarbe.black {
    justify-content: center;
    align-items: center;
    height: 85vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

  ._2er_grid {
    height: 100.004%;
  }

  .bubble_1 {
    width: 140px;
    height: 140px;
  }

  .bubble_3 {
    width: 240px;
    height: 240px;
  }

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

  .image-wrapper.image, .image-wrapper.cover, .image-wrapper._60vh {
    height: 20rem;
  }

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

  .block_for_grid {
    height: 25rem;
  }

  .text-field-4 {
    width: 100%;
  }

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

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

  .maps-gro {
    height: 22rem;
  }

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

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

  .content_block-links {
    padding: 20px;
  }

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

  .heading_left-1.heading-1.adj {
    font-size: 20px;
    line-height: 1.1;
  }

  .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-content-4.white.w--open {
    justify-content: center;
    align-items: center;
  }

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

  .image-108 {
    align-self: center;
    width: 180px;
    height: auto;
  }

  .tabs-menu {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    align-items: stretch;
  }

  .card-wrapper_2 {
    padding: 20px;
  }

  .text-span-2 {
    font-size: 19px;
    line-height: 31px;
  }

  .horizontal-div {
    justify-content: space-between;
    align-items: stretch;
  }

  .slider-9 {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .slide-17 {
    left: 0;
  }

  .absolute-block-2 {
    flex-flow: row;
    display: block;
  }

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

  .icon-9 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 220px;
    font-size: 25px;
    display: block;
  }

  .icon-9.adj2 {
    margin-left: 50.5px;
  }

  .icon-9.adj1 {
    margin-right: 50.5px;
  }

  .left-arrow {
    justify-content: center;
    align-items: flex-end;
    display: block;
  }

  .popup-wrap, .popup-wrap-2 {
    display: none;
  }

  .popup-5 {
    height: auto;
  }

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

  .image-113 {
    width: 13rem;
  }

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

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

#w-node-_22598954-5cc3-bd98-0271-1016ce17672e-2c4445af {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_057d402e-6500-ebaa-cf8c-92b98e7d868e-2c4445af {
  grid-area: 3 / 2 / 5 / 4;
}

#w-node-_9139220a-5335-3924-62fa-cbc5ee15b86d-2c4445ba, #w-node-_1ea64709-5143-a0a6-65f6-d398c4fcb5f1-2c4445ba, #w-node-_1e5c2923-d3f8-435b-fa61-1de2b9953b33-2c4445ba, #w-node-d16737b8-0e27-3849-b882-6967bc979107-2c4445ba, #w-node-_955bfe81-11ec-3873-8b2a-a9803273c2bf-2c4445ba, #w-node-fce88b6b-37b3-5bc9-1a36-e28bfb45af20-2c4445ba, #w-node-fbcd5eda-0341-3367-09a4-cf3e74706c33-2c4445ba, #w-node-fbcd5eda-0341-3367-09a4-cf3e74706c3e-2c4445ba, #w-node-fbcd5eda-0341-3367-09a4-cf3e74706c47-2c4445ba, #w-node-_99b459b8-6d3b-0308-6852-f0034083a2a8-2c4445ba, #w-node-_99b459b8-6d3b-0308-6852-f0034083a2b3-2c4445ba, #w-node-_99b459b8-6d3b-0308-6852-f0034083a2c7-2c4445ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99b459b8-6d3b-0308-6852-f0034083a2d2-2c4445ba {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_93406e38-649a-22e6-044a-23053d9e83ab-2c4445ba, #w-node-_93406e38-649a-22e6-044a-23053d9e83b6-2c4445ba, #w-node-_93406e38-649a-22e6-044a-23053d9e83bf-2c4445ba, #w-node-_93406e38-649a-22e6-044a-23053d9e83ca-2c4445ba, #w-node-_93406e38-649a-22e6-044a-23053d9e83d5-2c4445ba, #w-node-_93406e38-649a-22e6-044a-23053d9e83e2-2c4445ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1992c41-f408-7d40-26f3-2cdbe0f51e19-2c4445ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8308cb35-f496-67b5-3d33-b3f6f8330d2a-2c4445ba, #w-node-_8308cb35-f496-67b5-3d33-b3f6f8330d40-2c4445ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e1b27463-56ea-1806-99a7-9cc278d6d485-2c4445b7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


