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

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

:root {
  --gold: #ad9a63;
}

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

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.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: 100%;
  height: 17vh;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  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 {
  margin-bottom: 5px;
}

.telefonnummer.golden-color {
  color: #c59d5f;
  font-family: Montserrat, sans-serif;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #000;
}

.email {
  margin-bottom: 5px;
}

.email.golden-color {
  color: #c59d5f;
}

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

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

.adresse {
  margin-bottom: 5px;
}

.adresse.golden-color {
  color: #c59d5f;
}

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

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

.heading-2 {
  font-family: Playfairdisplay, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

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

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

.farbe-der-headings {
  color: #ad9a63;
  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;
}

.heading-footer-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-footer-2.heading-3.golden-color {
  color: #c59d5f;
  margin-bottom: 10px;
}

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

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

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

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

.div-block-footer1-2 {
  justify-content: center;
  width: 90%;
  padding: 40px 100px 20px;
  display: flex;
}

.footer1 {
  color: #fff;
  height: auto;
}

.footer1.hauptfarbe {
  justify-content: center;
  display: flex;
}

.content {
  z-index: 5;
  color: #fff;
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button {
  text-transform: capitalize;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Playfairdisplay, Arial, sans-serif;
  font-size: 18px;
}

.button.flie-text {
  color: var(--gold);
  margin-bottom: 20px;
  font-size: 1vw;
  transition: all .2s;
}

.button.flie-text:hover {
  transform: translate(6px);
}

.background-video {
  height: 100%;
}

.section_relative {
  background-image: linear-gradient(#000000b3, #000000b3);
  height: 130vh;
  position: relative;
}

.section_relative.unterseite {
  height: 80vh;
}

.titelheading {
  text-align: left;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
}

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

.titelheading.heading-1.farbe-der-headings {
  overflow-wrap: anywhere;
  font-size: 4.6875vw;
}

.nav-menu-1 {
  z-index: 10000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hauptfarbe-2 {
  color: #fff;
  background-color: #000;
}

.navbar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 5vw 10px 7vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.logo-wei {
  margin-left: 10px;
  margin-right: 10px;
}

.nav-link-1 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Playfairdisplay, Arial, sans-serif;
}

.nav-link-1.flie-text {
  color: #333;
  border-bottom: 2px solid #0000;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.nav-link-1.flie-text:hover {
  border-bottom-color: #333;
}

.nav-link-1.flie-text.w--current {
  color: #c59d5f;
}

.content_1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 72vh;
  padding: 20px;
  display: flex;
  position: relative;
}

.content_1._1005, .content_1._10 {
  color: #fff;
  background-color: #000;
  height: 100%;
  padding: 40px;
}

.heading_2 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}

.heading_2.heading-2, .heading_2.heading-2.farbe-der-headings {
  line-height: 1.3;
}

.heading_2.heading-2.farbe-der-headings.zeropadding {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
}

.heading_2.heading-2.farbe-der-headings.zeropadding.left, .heading_2.heading-2.farbe-der-headings.left {
  text-align: left;
}

.heading_2.heading-2.size {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.heading_2.heading-2._1 {
  margin-top: 10px;
}

.heading_1 {
  text-align: center;
  letter-spacing: 3px;
  margin-top: 0;
  font-size: 40px;
  line-height: 45px;
}

.heading_1.heading-1 {
  text-align: left;
  line-height: 1.3;
}

.heading_1.heading-1.links {
  text-align: left;
  overflow-wrap: anywhere;
}

.heading_1.heading-1.farbe-der-headings, .heading_1.heading-1.left {
  text-align: left;
}

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

.paragraph_1 {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.paragraph_1.flie-text.left, .paragraph_1.flie-text.mid {
  text-align: left;
  font-size: 17px;
}

.content_2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.paragraph_2.flie-text.farbe-der-headings {
  overflow-wrap: anywhere;
}

.section_2 {
  padding: 100px 10%;
  position: relative;
}

.section_2.second-color {
  overflow: hidden;
}

.section_2.second-color.top {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.image {
  object-fit: cover;
  width: 4vw;
  margin-bottom: 20px;
}

.image.invert {
  filter: invert();
}

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

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

.content_3 {
  position: relative;
}

.price_grid {
  border-bottom: 1px solid #95959580;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  width: 100%;
  padding-bottom: 10px;
}

.price_grid._2 {
  grid-template-columns: 1.5fr .25fr;
}

.price_grid.top-bottom {
  border-top: 1px solid #95959580;
  border-bottom-color: #95959580;
}

.content_4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content_4.flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 20px;
}

.content_4.flex.farbe-der-headings._2.rechtss {
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 10px;
}

.content_4.space {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content_4.right {
  justify-content: center;
  align-items: center;
}

.content_4.rightpadding {
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
}

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

._2er_grid_1 {
  grid-template-rows: auto;
  width: 100%;
  margin-top: 16px;
}

.no-overflow {
  height: 40vh;
  overflow: hidden;
}

.grid {
  grid-template-rows: auto;
  margin-top: 15px;
}

.grid.reverse {
  margin-top: 0;
  margin-bottom: 15px;
}

._2er_grid_2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

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

.link-formular.farbe-der-headings {
  font-weight: 800;
}

.impdat {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 40px;
  display: flex;
}

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

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

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

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

.navlink_content {
  line-height: 1.3;
  overflow: hidden;
}

.inhalt-footer {
  width: 100%;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

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

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

.paragraph-55 {
  color: #858585;
  background-color: #fff;
  margin-bottom: -10px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.text-field-3 {
  background-color: #fff;
  padding-top: 15px;
  box-shadow: inset 1px 1px 2px #7e7e7e;
}

.text-field-3:hover {
  background-color: #fff;
}

.text-field-3:focus {
  border: 2px solid #496ab1;
}

.form-text-3 {
  color: #969696;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.submit-button-12 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.submit-button-12.highlights {
  line-height: 1.5;
}

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

.form-block-2 {
  padding: 20px;
}

.checkbox-field-2 {
  text-align: left;
  font-size: 16px;
}

.checkbox {
  width: 15px;
  height: 15px;
  box-shadow: inset 1px 1px 2px #7e7e7e;
}

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

.impdat-2 {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdat-2.flie-text {
  flex-direction: column;
  min-height: auto;
  padding: 0;
  display: flex;
}

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

.heading_1-links {
  text-align: left;
  letter-spacing: 5px;
  margin-top: 0;
  font-size: 40px;
  line-height: 1.3;
}

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

.image-100.cobtain {
  object-fit: contain;
  height: 45vh;
}

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

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

.image-100.top.con {
  object-fit: contain;
  border: 1px solid #0003;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.no-overflow-large {
  height: 65vh;
  overflow: hidden;
}

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

.nav {
  height: 15vh;
}

.nav.hauptfarbe {
  z-index: 10;
  height: 15vh;
  position: sticky;
  inset: 0% 0% auto;
}

.navbutton {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbutton.button {
  background-color: var(--gold);
  border-style: none;
  margin-top: 20px;
  margin-left: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  transition: all .2s ease-in;
}

.navbutton.button:hover {
  border-style: none;
  transform: scale(1.05);
}

.sm-wrapper {
  z-index: 900;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 15px;
  display: flex;
  position: fixed;
  inset: 40% 0% 40% auto;
}

.link-block {
  width: 5vh;
}

.price-no-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.price-no-block.rechtss {
  justify-content: flex-end;
  align-items: center;
}

.content-banner-left {
  z-index: 5;
  color: #fff;
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 10%;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-slogan-wrap {
  border-left: 2px solid var(--gold);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.subheading {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 60px;
}

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

.banner-text-wrapper {
  z-index: 10;
  color: #fff;
  background-color: #000000a6;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: auto;
  padding: 20px 40px;
  display: flex;
  position: absolute;
  inset: 22vh 5% auto auto;
}

.paragraph_links {
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  line-height: 30px;
}

.paragraph_links.flie-text {
  overflow-wrap: anywhere;
  line-height: 1.5;
}

.paragraph_links.flie-text.list {
  text-align: left;
}

.paragraph_links-small {
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  line-height: 30px;
}

.paragraph_links-small.flie-text {
  line-height: 1.5;
}

.paragraph_links-small.flie-text.farbe-der-headings {
  overflow-wrap: anywhere;
  font-size: .89vw;
}

.icon-65px {
  object-fit: contain;
  width: 58px;
  height: 58px;
  margin-top: 20px;
}

.section-1 {
  padding: 100px;
}

.text-wrapper2 {
  border-left: 2px solid var(--gold);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 40px 40px 60px;
  display: flex;
  position: relative;
}

.text-wrapper2.gold {
  color: var(--gold);
}

.paragraph_right {
  text-align: right;
  margin-top: 10px;
  font-size: 18px;
  line-height: 30px;
}

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

.para-wrap2 {
  margin-left: auto;
  position: relative;
}

.card-wrapper2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-dark {
  color: #333;
  text-transform: capitalize;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Playfairdisplay, Arial, sans-serif;
  font-size: 18px;
}

.button-dark.flie-text {
  transition: all .2s;
}

.button-dark.flie-text:hover {
  transform: translate(6px);
}

.button-dark.flie-text.auto {
  margin-top: auto;
}

.button-dark.flie-text.auto.gold {
  color: var(--gold);
}

.team-img {
  width: 100%;
  height: 65vh;
}

.section-3 {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 10%;
  position: relative;
}

.section-3.zweitfarbe {
  overflow: hidden;
}

.section-3.zweitfarbe.right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 10%;
  display: flex;
}

.card-img {
  width: 100%;
  height: 70vh;
  position: relative;
}

.main-block {
  color: #fff;
  background-image: linear-gradient(135deg, #ad9a634f, #ad9a63e3);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: background-color 1s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main-block:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.div-block-186 {
  height: 40px;
}

.grid-22 {
  grid-template-rows: auto;
  margin-top: 40px;
}

.content_left {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading_links {
  text-align: center;
  letter-spacing: 5px;
  margin-top: 0;
  font-size: 40px;
  line-height: 45px;
}

.heading_links.heading-1 {
  text-align: left;
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.text-span {
  letter-spacing: 2px;
  font-family: Playfairdisplay, Arial, sans-serif;
  font-size: 20px;
}

._2-1-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 40px;
}

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

.btn-image {
  object-fit: contain;
  width: 12rem;
}

.no-border {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 40px 40px 60px;
  display: flex;
  position: relative;
}

.heading-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-div {
  background-color: var(--gold);
  width: 8px;
  height: 10vh;
}

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

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

.dropdown-toggle-16 {
  padding-left: 0;
  padding-right: 20px;
}

.icon-2 {
  color: #333;
  margin-right: 10px;
  padding-top: 10px;
}

.dropdown-18 {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-list-18 {
  padding: 10px;
}

.dropdown-link {
  color: #fff;
  font-family: Playfairdisplay, Arial, sans-serif;
  font-weight: 400;
  transition: all .2s;
}

.dropdown-link:hover {
  color: #000;
}

.dropdown-link.w--current {
  color: #333;
}

.section-60 {
  margin-top: -100px;
  padding-top: 100px;
}

.popupmain {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-inside {
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-height: 65vh;
  padding: 40px 61px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 11px #000;
}

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

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

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

.build {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/AdobeStock_305964000.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 100px;
}

.content_2-wrap {
  z-index: 1;
  color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.section-61-10 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 15%;
  height: 20%;
  display: flex;
}

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

.dropdown-2 {
  z-index: 10;
  border-radius: 20px;
  width: 100%;
  margin-top: 40px;
}

.heading-card {
  text-align: center;
  margin-top: 20px;
  font-size: 30px;
  font-weight: 400;
}

.heading-card.heading-2 {
  min-height: auto;
  font-weight: 700;
}

.heading-card.heading-2.left {
  text-align: left;
  font-weight: 700;
}

.dropdown-toggle {
  color: #000;
  border: 1px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.dropdown-toggle.w--open {
  position: relative;
}

.dropdown-toggle.flie-text.white {
  border-color: var(--gold);
  color: var(--gold);
  -webkit-text-stroke-color: white;
  border-radius: 0;
}

.card-2-no_bgimg {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  transition: all .6s;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.card-2-no_bgimg.min2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  min-height: auto;
}

.dropdown-list-19 {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.dropdown-list-19.w--open {
  background-color: #0000;
}

.paragraph_mittig-small {
  text-align: center;
  overflow-wrap: anywhere;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfairdisplay, Arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

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

.section-2 {
  color: var(--gold);
  background-image: linear-gradient(#000c, #000c), url('../images/AdobeStock_87062868.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 100px;
}

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

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

.link-13.gold {
  color: var(--gold);
}

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

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

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

.image-110 {
  filter: brightness(0%) invert();
  object-fit: contain;
  height: 10rem;
}

.heading-109 {
  font-family: Playfairdisplay, Arial, sans-serif;
  font-weight: 400;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
}

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

.link-15 {
  color: var(--gold);
  font-weight: 500;
}

.paragraph_links-list {
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  line-height: 30px;
}

.paragraph_links-list.flie-text {
  overflow-wrap: anywhere;
  line-height: 1.5;
}

.logo-wei-resp {
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}

.div-block-187 {
  display: none;
}

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

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

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

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

.image-113.contain-2 {
  object-fit: contain;
  background-color: #c3d1cf;
}

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

.section-4 {
  color: var(--gold);
  background-image: linear-gradient(#000c, #000c), url('../images/AdobeStock_87062868.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 100px;
}

.content_2-in-images {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.div-block-189 {
  width: 100%;
  height: 70vh;
  position: sticky;
  inset: 15% 0% 0%;
}

.div-block-189.set2 {
  height: 75vh;
}

.button-2 {
  text-transform: capitalize;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Playfairdisplay, Arial, sans-serif;
  font-size: 18px;
}

.button-2.flie-text {
  color: var(--gold);
  margin-bottom: 20px;
  font-size: 18px;
  transition: all .2s;
}

.button-2.flie-text:hover {
  transform: translate(6px);
}

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

.slide-nav {
  display: none;
}

.icon-3, .icon-4 {
  -webkit-text-fill-color: transparent;
  background-color: #ad9a63;
  -webkit-background-clip: text;
  background-clip: text;
}

@media screen and (max-width: 991px) {
  .telefonnummer, .email {
    margin-bottom: 5px;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .div-block-footer1-2 {
    padding: 20px 0;
  }

  .content {
    padding-top: 102px;
    padding-left: 40px;
    padding-right: 40px;
    inset: 0%;
  }

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

  .background-video {
    height: 100%;
  }

  .section_relative {
    height: 100%;
    position: static;
  }

  .section_relative.unterseite {
    height: 80vh;
  }

  .nav-menu-1 {
    background-color: #000;
    height: 76vh;
    padding: 10px;
    overflow: auto;
  }

  .hauptfarbe-2 {
    background-color: var(--gold);
    margin-left: 10px;
  }

  .hauptfarbe-2.w--open {
    background-color: var(--gold);
  }

  .icon {
    color: #fff;
  }

  .navbar {
    padding-left: 60px;
    padding-right: 60px;
    position: sticky;
  }

  .logo-wei {
    margin-left: 0;
    margin-right: auto;
    display: none;
  }

  .nav-link-1.flie-text {
    color: #fff;
    margin-top: 0;
  }

  .content_1 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content_1._10 {
    width: 100%;
    padding: 20px;
  }

  .heading_2.heading-2.farbe-der-headings {
    font-size: 16px;
  }

  .heading_2.heading-2.farbe-der-headings.zeropadding {
    text-align: left;
    padding-right: 0;
  }

  .heading_1.heading-1 {
    text-align: center;
    font-size: 30px;
  }

  .heading_1.heading-1.links, .heading_1.heading-1.farbe-der-headings.center, .paragraph_1.flie-text, .paragraph_1.flie-text.mid {
    text-align: center;
  }

  .content_2.hide {
    display: flex;
  }

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

  .section_2, .section_2.second-color {
    padding: 60px;
  }

  .image {
    width: 7vw;
  }

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

  ._3er_grid_1.hide {
    display: none;
  }

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

  .price_grid._2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .content_4.flex {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2er_grid_1 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .no-overflow {
    width: 100%;
    height: 60vh;
  }

  .grid, .grid.reverse {
    flex-flow: column;
    display: flex;
  }

  ._2er_grid_2 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .impdat.flie-text {
    padding: 60px;
  }

  .success {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .maps-gro-2 {
    height: 50vh;
  }

  .heading_1-links.heading-1 {
    text-align: center;
    overflow-wrap: anywhere;
  }

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

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

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

  .no-overflow-large {
    height: 60vh;
  }

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

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

  .nav.hauptfarbe {
    display: none;
  }

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

  .content-banner-left {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 40px;
    position: static;
    inset: 0 0% auto;
  }

  .video-slogan-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    position: static;
    inset: auto 0% 0% auto;
  }

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

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

  .paragraph_links-small.flie-text.farbe-der-headings {
    text-align: center;
    font-size: 14px;
  }

  .icon-65px {
    color: #fff;
  }

  .section-1 {
    padding: 60px;
  }

  .text-wrapper2 {
    border-left-style: none;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .text-wrapper2.gold {
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

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

  .para-wrap2 {
    margin-left: auto;
    margin-right: auto;
  }

  .card-wrapper2 {
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
  }

  .team-img {
    height: 80vh;
  }

  .section-3.zweitfarbe {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3.zweitfarbe.right {
    padding: 60px;
  }

  .card-img {
    height: 60vh;
  }

  .main-block {
    justify-content: space-between;
    align-items: center;
  }

  .grid-22 {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

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

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

  ._2-1-grid {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

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

  .no-border {
    padding: 0;
  }

  .heading-wrapper {
    flex-flow: column;
  }

  .small-div {
    width: 4px;
    height: 50px;
  }

  .img-wrapper-text {
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-toggle-16 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon-2 {
    color: #fff;
    padding-top: 0;
  }

  .dropdown-18 {
    width: 100%;
  }

  .dropdown-list-18.highlights.w--open {
    background-color: var(--gold);
    position: relative;
  }

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

  .popup-inside {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .build {
    padding: 60px;
  }

  .grid-21-2col {
    flex-flow: column;
    margin-top: 10px;
    display: flex;
  }

  .section-61-10 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .dropdown-2 {
    margin-top: 10px;
  }

  .dropdown-toggle.flie-text.white {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .card-2-no_bgimg {
    margin-top: 0;
    margin-bottom: 0;
  }

  ._3er-grid-2 {
    flex-flow: column;
    display: flex;
  }

  .section-2 {
    padding: 60px;
  }

  .section-center {
    width: 100%;
  }

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

  .logo-wei-resp {
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

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

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

  .div-block-187 {
    background-color: #000;
    flex-flow: column;
    width: 100%;
    padding: 40px;
    display: flex;
  }

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

  .image-113._1 {
    width: 100%;
    height: auto;
    position: static;
  }

  .section-4 {
    padding: 60px;
  }

  .content_2-in-images.hide {
    display: none;
  }

  .div-block-189 {
    height: 60vh;
    position: static;
  }

  .div-block-189.set {
    height: auto;
  }

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

@media screen and (max-width: 767px) {
  .logo-img {
    height: 11vh;
  }

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

  .divblock1 {
    height: auto;
  }

  .heading-footer-2.heading-3.golden-color {
    text-align: center;
    margin-bottom: 5px;
  }

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

  .div-block-footer1-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .button.flie-text {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .section_relative {
    height: auto;
  }

  .section_relative.unterseite {
    height: 70vh;
    display: flex;
  }

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

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

  .hauptfarbe-2 {
    padding: 10px;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content_1._1005.farbe-der-headings {
    padding: 20px;
  }

  .heading_2.heading-2.farbe-der-headings {
    font-size: 14px;
    line-height: 25px;
  }

  .heading_2.heading-2.farbe-der-headings.zeropadding {
    font-size: 12px;
    font-weight: 400;
  }

  .heading_2.heading-2.size.farbe-der-headings {
    text-align: left;
    font-size: 12px;
  }

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

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

  .heading_1.heading-1.left {
    text-align: center;
  }

  .heading_1.heading-1.small.farbe-der-headings {
    font-size: 18px;
  }

  .paragraph_1.flie-text.left, .paragraph_1.flie-text.mid {
    font-size: 16px;
  }

  .content_2.hide {
    display: none;
  }

  .paragraph_2.flie-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
  }

  .section_2, .section_2.second-color {
    padding: 40px;
  }

  .content_3 {
    height: auto;
  }

  .price_grid {
    grid-template-columns: .5fr .5fr;
  }

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

  .price_grid.top-bottom {
    grid-template-columns: .5fr .5fr;
  }

  .content_4.flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
  }

  .content_4.right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .content_4.rightpadding {
    text-align: center;
    padding-left: 0;
  }

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

  .no-overflow {
    height: 25rem;
  }

  .grid {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

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

  .impdat {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .impdat.flie-text {
    padding: 40px;
  }

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

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

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

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

  .grid-2 {
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .maps-gro-2 {
    height: 20rem;
  }

  .maos-footer {
    height: 100px;
  }

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

  .image-100.cobtain {
    height: 20rem;
  }

  .image-100.top-40, .image-100.top, .image-100.top-20 {
    height: 25rem;
  }

  .no-overflow-large {
    width: 100%;
    height: 25rem;
  }

  .link-block {
    width: 4vh;
  }

  .price-no-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .video-slogan-wrap {
    text-align: center;
    border-left-width: 0;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

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

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

  .paragraph_links.flie-text, .paragraph_links-small.flie-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
  }

  .section-1 {
    padding: 40px;
  }

  .text-wrapper2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph_right.flie-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
  }

  .button-dark.flie-text {
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .team-img {
    height: auto;
  }

  .section-3, .section-3.zweitfarbe {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3.zweitfarbe.right {
    padding: 40px;
  }

  .card-img {
    height: 25rem;
  }

  .heading_links.heading-1 {
    letter-spacing: 3px;
    font-size: 30px;
  }

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

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

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

  .popup-inside {
    width: 90%;
    max-height: 80vh;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .image-107 {
    width: 25px;
    height: 25px;
  }

  .build {
    padding: 40px;
  }

  .dropdown-2 {
    margin-top: 10px;
  }

  .section-2 {
    padding: 40px;
  }

  .image-110 {
    height: 5rem;
  }

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

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

  .paragraph_links-list.flie-text {
    margin-top: 10px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .image-113 {
    width: 100%;
  }

  .section-4 {
    padding: 40px;
  }

  .content_2-in-images {
    display: flex;
  }

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

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

  .button-2.flie-text {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 18px;
  }
}

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

  ._1.flie-text {
    align-items: center;
  }

  .div-block-footer1-2 {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .button.flie-text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 14px;
  }

  .section_relative {
    height: auto;
  }

  .section_relative.unterseite {
    height: 70vh;
  }

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

  .hauptfarbe-2 {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .navbar {
    flex-direction: column;
    padding: 6px 0 0;
  }

  .content_1 {
    padding: 60px 10px;
  }

  .content_1._1005.farbe-der-headings {
    padding: 10px;
  }

  .heading_2.heading-2.farbe-der-headings {
    margin-top: 0;
    font-size: 12px;
    line-height: 22px;
  }

  .heading_2.heading-2.farbe-der-headings.zeropadding {
    font-size: 10px;
  }

  .heading_2.heading-2.size.farbe-der-headings {
    text-align: left;
    font-size: 10px;
  }

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

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

  .heading_1.heading-1.small.farbe-der-headings {
    font-size: 16px;
  }

  .paragraph_1.flie-text {
    letter-spacing: 2px;
  }

  .paragraph_2.flie-text {
    font-size: 14px;
    line-height: 1.4;
  }

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

  .section_2.second-color {
    padding: 40px 20px;
  }

  .image {
    width: 15vw;
  }

  .price_grid {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-columns: .7fr .5fr;
  }

  .price_grid.top-bottom {
    grid-template-columns: .7fr .5fr;
  }

  .content_4.right.space {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .content_4.right.space-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

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

  .success {
    padding: 60px 20px;
  }

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

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

  .heading-success.heading-2 {
    font-size: 19px;
    line-height: 29px;
  }

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

  .form {
    width: 100.004%;
  }

  .form-block-2.flie-text {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .heading_1-links {
    font-size: 20px;
  }

  .heading_1-links.heading-1 {
    overflow-wrap: anywhere;
    font-size: 30px;
    line-height: 35px;
  }

  .image-100.top {
    height: auto;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .navbutton.button {
    margin-left: auto;
    margin-right: auto;
  }

  .navbutton.button.full {
    text-align: center;
    background-color: #948353;
    width: 100%;
    margin-bottom: 0;
  }

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

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

  .banner-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph_links.flie-text, .paragraph_links-small.flie-text {
    font-size: 14px;
    line-height: 1.5;
  }

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

  .text-wrapper2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph_right.flie-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .button-dark.flie-text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .section-3.zweitfarbe {
    padding: 100px 5%;
  }

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

  .heading_links.heading-1 {
    letter-spacing: 2px;
    font-size: 25px;
    line-height: 1.3;
  }

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

  .btn-image {
    width: 10rem;
  }

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

  .popup-inside {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    min-height: 60vh;
    max-height: 60vh;
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
  }

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

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

  .dropdown-2 {
    margin-top: 10px;
  }

  .dropdown-toggle.flie-text.white {
    font-size: 14px;
  }

  .card-2-no_bgimg {
    padding: 20px;
  }

  .card-2-no_bgimg.min2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

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

  .paragraph_links-list.flie-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .logo-wei-resp {
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-187 {
    padding: 20px;
  }

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

  .div-block-189 {
    height: 40vh;
  }

  .button-2.flie-text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 14px;
  }
}

#w-node-ad8095f9-744e-7440-938e-6c21a800dc08-a800dbf6 {
  justify-self: center;
}

#w-node-_4ab96ac6-7eb4-5af4-d6c1-29d7d5afc548-e72341f6, #w-node-_82918105-2cad-9124-fccc-4d18792ae69b-e72341f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b4a2428-4642-11f5-1fbb-17ce54acd759-e72341fb {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-ad8095f9-744e-7440-938e-6c21a800dc08-a800dbf6 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad8095f9-744e-7440-938e-6c21a800dc08-a800dbf6 {
    justify-self: center;
  }
}


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