:root {
  --beige: #a2897d;
  --gold: #c8a25a;
  --blue: #123a63;
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

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;
  height: 16vh;
}

.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: #a2897d;
}

.email {
  margin-bottom: 5px;
}

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

.highlights {
  color: #fff;
  background-color: #a2897d;
  background-image: linear-gradient(#eed5bb, #ab8672);
}

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

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

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

.impdat1-2.flie-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  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: 90vh;
  position: relative;
  overflow: hidden;
}

.gradient_block {
  background-image: linear-gradient(270deg, #0000 35%, #fff 89%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px 50% 100px 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.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 {
  background-color: var(--beige);
  margin-top: 10px;
  font-family: Georama, sans-serif;
  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 5vw;
  display: flex;
}

.section_2.s {
  flex: 1;
}

.section_2.s.top-0 {
  padding-top: 0;
}

.section_2.s.bg {
  background-color: #f7f8fa;
}

.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: stretch stretch;
  width: 100%;
  margin-top: 40px;
}

.content {
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 10px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0006;
}

.content:hover {
  border: 1px solid #f5f5f5;
}

.content.left {
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.content.left.top-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content.left.btm {
  margin-bottom: 40px;
}

.content.top-left {
  border-top-width: 3px;
  border-top-color: var(--gold);
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.content.top-left.size {
  min-height: 90vh;
  overflow: auto;
}

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

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

.heading-_center_small.heading-1.left {
  text-align: left;
}

.heading-_center_small.heading-1.left.blue {
  color: var(--blue);
  font-size: 26px;
}

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

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

.paragraph_center.flie-text.left {
  text-align: left;
}

.paragraph_center.flie-text._0margin {
  text-align: left;
  margin-bottom: 0;
}

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

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

.link.flie-text.blue-btn {
  background-color: var(--blue);
  color: #fff;
  padding: 10px 30px 10px 15px;
  transition: all .2s;
}

.link.flie-text.blue-btn:hover {
  background-color: var(--gold);
  transform: scale(1.01);
  box-shadow: 0 2px 5px #00000080;
}

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

._2er_grid.kontakt {
  width: 100%;
  height: auto;
}

.bubble_block {
  height: 100%;
}

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

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

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

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

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

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

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

.heading_left.heading-1.no-margins {
  margin-top: 0;
}

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

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

.image.contain {
  object-fit: contain;
  background-color: #ccb2a3;
}

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

.image.contain.transparent {
  object-fit: contain;
  background-color: #0000;
  width: auto;
}

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

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

.dropdown_title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.heading_small.heading-1.size {
  max-width: 90%;
}

.lottie-animation-2 {
  filter: sepia();
  width: 35px;
  height: 40px;
  margin-left: 0;
}

.block {
  width: 100%;
  height: 60vh;
}

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

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

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

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

.footer-1 {
  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-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: 45vh;
  overflow: hidden;
}

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

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

.image-wrapper.image.sticky {
  width: 100%;
  height: 70vh;
  position: sticky;
  top: 0;
}

.image-wrapper.image.sticky.smaller {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.maos-footer._40vh {
  height: 30vh;
}

.link-block {
  color: #fff;
  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: #ece4df;
}

.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 {
  position: static;
}

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

.image-wrapper-small {
  width: 20vw;
  height: 23vh;
}

.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: 20px;
  line-height: 35px;
}

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

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

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

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

.content_block2.top {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
}

.para-holder {
  width: 75%;
}

.link-12 {
  color: #000;
  text-align: left;
  font-weight: 700;
  text-decoration: none;
}

.link-block-2 {
  width: 3rem;
  transition: all .4s ease-in-out;
}

.link-block-2:hover {
  transform: scale(1.1);
}

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

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

.div-block-46 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.grid-2er {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.list1 {
  padding-left: 20px;
}

.check-line {
  display: block;
  padding-left: 22px;
  text-indent: -22px;
}

.check-line svg {
  text-indent: 0;
}

.dd {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-list {
  background-color: #fff;
  margin-top: 20px;
  position: relative;
}

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

.icon {
  margin-right: 10px;
}

.sub-heading-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 120px 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  display: grid;
}

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

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

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

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

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

  .section_1 {
    height: 60vh;
  }

  .gradient_block {
    background-image: linear-gradient(#0000, #fff 70%);
    justify-content: flex-end;
    align-items: center;
    padding: 40px;
  }

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

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

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

  .paragraph.flie-text.l {
    text-align: left;
  }

  .button.highlights {
    background-image: linear-gradient(#eed5bb, #ab8672);
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }

  .section_2 {
    padding: 60px;
  }

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

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

  .content {
    padding: 20px;
  }

  .content.top-left {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content.top-left.size {
    min-height: auto;
  }

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

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

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

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

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

  .content_block {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

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

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

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

  .heading_small.heading-1.size._80 {
    margin-right: auto;
  }

  .block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 45vh;
    display: block;
  }

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

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

  ._2er_grid_1 {
    flex-flow: column;
    display: flex;
  }

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

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

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

  .image-wrapper.image.sticky {
    order: -9999;
    height: 45vh;
    position: static;
  }

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

  .block_for_grid {
    height: 60vh;
  }

  .block_for_grid.kontakt {
    height: auto;
  }

  .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-color: var(--beige);
    background-image: linear-gradient(180deg, #c2ab92, var(--beige));
    text-align: center;
  }

  .nav-link-3.flie-text {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    display: flex;
  }

  .men-icon1 {
    color: #fff;
  }

  .navbar-6.hauptfarbe {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

  .content_block2 {
    align-items: center;
    padding: 0;
  }

  .content_block2.top {
    justify-content: flex-start;
    align-items: center;
  }

  .para-holder {
    width: auto;
  }

  ._1er_grid-copy {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    display: flex;
  }

  .grid-2er {
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .sub-heading-div {
    grid-template-rows: 75px auto;
    grid-template-columns: auto;
    place-items: start;
  }
}

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

  .divblock1 {
    height: auto;
  }

  .impdat1-2.flie-text {
    display: block;
  }

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

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

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

  .section_1 {
    height: 25rem;
  }

  .gradient_block {
    padding-right: 40px;
  }

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

  .section_2 {
    padding: 40px;
  }

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

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

  .content.top-left {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .link.flie-text.blue-btn {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

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

  ._2er_grid.kontakt {
    height: auto;
  }

  .content_block {
    position: relative;
  }

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

  .heading_small.heading-1.size._80 {
    width: 90%;
    font-size: 22px;
  }

  .block {
    height: 80vh;
  }

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

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

  .inhalt-footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .inhalt-footer.flie-text.b {
    margin-bottom: 10px;
  }

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

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

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

  .image-wrapper.image, .image-wrapper.image.sticky, .image-wrapper.image.sticky.smaller {
    height: 25rem;
  }

  .block_for_grid {
    height: 60vh;
  }

  .block_for_grid.kontakt {
    height: auto;
  }

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

  .grid {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

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

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

  .content_block2 {
    padding-bottom: 0;
  }

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

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

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

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

@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: 200px;
    height: auto;
  }

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

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

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

  .section_1 {
    height: 22rem;
  }

  .gradient_block {
    padding: 20px;
  }

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

  .paragraph.flie-text.l {
    padding-top: 10px;
  }

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

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

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

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

  .content.left.top-margin, .content.left.btm {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .paragraph_center.flie-text.left, .paragraph_center.flie-text._0margin {
    font-size: 14px;
  }

  ._2er_grid {
    height: 100.004%;
  }

  .bubble_1 {
    width: 100px;
    height: 100px;
    inset: 0% auto auto 0%;
  }

  .bubble_2 {
    width: 100px;
    min-width: 100px;
    height: 100px;
    inset: 0% 0% auto auto;
  }

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

  .content_block {
    position: relative;
  }

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

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

  .heading_small.heading-1.size._80 {
    width: 87%;
  }

  .block {
    height: 45vh;
  }

  .inhalt-footer.b {
    margin-bottom: 10px;
  }

  .link-footer.b {
    margin-bottom: 0;
  }

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

  .image-wrapper.image.sticky, .image-wrapper.image.sticky.smaller {
    height: 20rem;
  }

  .block_for_grid {
    height: 55vh;
  }

  .block_for_grid.kontakt {
    height: auto;
  }

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

  .form-wrap {
    margin-bottom: 0;
    margin-left: auto;
    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: 20rem;
  }

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

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

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

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

  .content_block2 {
    padding: 0;
  }

  .div-block-46 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-2er {
    display: flex;
  }
}

#w-node-_59f6edfc-8795-ff47-c745-54f295710ad4-a3839266 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce0bc2a-90c2-2f31-0d32-d589fbf31a50-a383926b {
  place-self: auto;
}

#w-node-_9bb82836-7a91-1481-f1d8-bd628eb001b6-98772de9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


