:root {
  --dark-gray: #343435;
  --tan: #cfbeb2;
  --black: black;
  --white: white;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  flex-flow: 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_1.avif');
  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-wrap.highlights {
  background-image: none;
}

.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: 30vh;
}

.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 {
  background-color: var(--dark-gray);
  color: #fff;
}

.email {
  margin-bottom: 5px;
}

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

.highlights {
  background-color: var(--tan);
  color: #333;
}

.adresse {
  margin-bottom: 5px;
}

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

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

.heading-2 {
  font-family: Montserrat, 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: #d9c6ae;
  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: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.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: space-between;
  width: 100%;
  margin-top: auto;
  padding: 40px 140px;
  display: flex;
}

.footer1 {
  color: #fff;
  border-top: 1px solid #c0c0c070;
  height: auto;
  margin-top: auto;
}

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

.content {
  z-index: 20;
  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: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 18px;
}

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

.button.flie-text:hover {
  color: #000;
  background-color: #fff;
}

.button.flie-text.less-top-margin {
  margin-top: 10px;
}

.button.flie-text.black-border {
  border-color: var(--black);
  color: #333;
}

.button.flie-text.black-border:hover {
  color: var(--white);
  background-color: #333;
}

.background-video {
  height: 100%;
}

.section_relative {
  background-image: linear-gradient(#000000b3, #000000b3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 85vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_relative.unterseite {
  height: 80vh;
}

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

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

.nav-menu-1 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.navbar {
  z-index: 100;
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-link-1 {
  padding-left: 40px;
  padding-right: 40px;
}

.nav-link-1.flie-text {
  color: #fff;
  background-color: #000;
  font-weight: 500;
}

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

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

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

.heading_2.heading-2 {
  margin-top: 20px;
  line-height: 1.3;
}

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

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

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

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

.paragraph_1.flie-text.with_margin {
  z-index: 10;
  margin-top: 40px;
  position: relative;
}

.link_1.farbe-der-headings {
  font-weight: 700;
  text-decoration: none;
}

.link_1.farbe-der-headings.black {
  color: var(--dark-gray);
}

.link_1.farbe-der-headings.white {
  color: var(--white);
}

.absolute_block {
  z-index: 1;
  border: 2px solid var(--dark-gray);
  opacity: 0;
  width: 70%;
  height: 70%;
  transition: all .2s;
  display: block;
  position: absolute;
}

.absolute_block:hover {
  opacity: 1;
  width: 90%;
  height: 90%;
}

.absolute_block.white {
  border-color: var(--white);
  display: block;
}

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

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

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

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

.section_2.zweitfarbe {
  overflow: hidden;
}

.section_2.pink {
  background-color: #cfbeb2;
}

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

.image_1 {
  object-fit: cover;
  width: 100%;
  height: 43vh;
}

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

.section_3 {
  color: #fff;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/450883468_18049302796789363_8916647119353835083_n.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 140px 10%;
  display: flex;
}

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

.content_3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.section_4 {
  color: #fff;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/453042424_18050791933789363_3155381593690699883_n.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 200px 10%;
}

.image-4 {
  opacity: .3;
  height: 54vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-5 {
  opacity: .3;
  height: 86.2vh;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-6 {
  opacity: .3;
  height: 72vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-7 {
  opacity: .3;
  height: 57vh;
  position: absolute;
  inset: auto 0% 1% auto;
}

.image-8 {
  opacity: .3;
  height: 43.1vh;
  position: absolute;
  inset: 38% 5% auto auto;
}

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

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

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

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 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;
}

.div-block-111 {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.background-video-2 {
  width: 100%;
  height: 100%;
}

.video-div {
  width: 100%;
  height: 65vh;
}

.tabs {
  width: 100%;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tab-link-tab-1 {
  margin-right: 10px;
  padding: 15px 40px;
  font-size: 17px;
}

.tab-link-tab-1.flie-text:hover, .tab-link-tab-1.flie-text.w--current {
  color: #fff;
  background-color: #000;
}

.sm-icons {
  z-index: 500;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 1% 30% auto;
}

.link-block {
  width: 65px;
  height: 65px;
  box-shadow: inset 0 0 6px 1px var(--tan);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-101 {
  object-fit: contain;
  width: 45px;
  height: 45px;
}

._4er_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.team-div {
  color: #333;
  background-color: #cfbeb2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.team-description {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

.team-description.flie-text {
  line-height: 1.5;
}

.list {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

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

.angebot-grid-4 {
  grid-column-gap: 5px;
  border-bottom: 1px #fdfdfd80;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr;
  margin-bottom: 5px;
  padding: 0;
}

.angebot-grid-4._2 {
  grid-template-columns: 1fr .25fr;
}

.angebot-grid-4.small {
  grid-template-columns: .75fr .25fr .25fr .25fr;
  margin-bottom: 10px;
}

.grid-div-links-3 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price-text {
  font-size: 15px;
}

.price-text.flie-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.price-text.flie-text.margin {
  margin-top: -30px;
  margin-bottom: 20px;
  padding-top: 0;
}

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

._2er_grid-adj {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 66%;
}

.video-div-1 {
  z-index: 10;
  width: 40%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.blur-video {
  z-index: 5;
  filter: blur(3px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading_links {
  letter-spacing: 5px;
  margin-top: 0;
  font-size: 32px;
  line-height: 45px;
}

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

.divider {
  background-color: #ccc;
  width: 100%;
  height: 2px;
  margin-bottom: 40px;
}

.divider.small {
  width: 50%;
}

.dropdown-toggle {
  color: #fff;
  width: 100%;
  padding-left: 0;
  font-size: 16px;
}

.dropdown-15 {
  width: 100%;
}

.dropdown-list-13 {
  background-color: #fff0;
  border-top: 1px solid #fdfdfd80;
  border-bottom: 1px solid #fdfdfd80;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

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

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

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

.paragraph_links.flie-text.mitting {
  text-align: center;
}

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

.circle-div-block {
  color: #333;
  background-color: #cfbeb2;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
}

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

.heading_large.heading-2 {
  line-height: 1.3;
}

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

.map-section {
  width: 100%;
  height: 55vh;
}

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

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

.content_3-2 {
  position: relative;
}

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

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

.image-102 {
  object-fit: contain;
  background-color: #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.lightbox-wrapper {
  display: none;
}

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

.button-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.image-104 {
  object-fit: contain;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

.tab-link-tab-1-2 {
  width: 100%;
  color: var(--white);
  background-color: #1a1b1da8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1-2.w--current {
  color: var(--white);
  background-color: #1a1b1dcc;
  border: 1px solid #cfbeb2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.tab-link-tab-4, .tab-link-tab-3, .tab-link-tab-2 {
  width: 100%;
  color: var(--white);
  background-color: #1a1b1da8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-105 {
  object-fit: contain;
  width: 30px;
  height: 30px;
}

.div-block-112 {
  background-color: #1a1b1d;
  border-radius: 50px;
  width: 50px;
  padding: 10px;
  display: block;
}

.div-block-113 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #cfbeb2;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.div-block-113.center {
  border-left: 1px solid #cfbeb2;
  justify-content: center;
  align-items: center;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1a1b1da8;
  border: 1px solid #cfbeb2;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

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

.div-block-114 {
  border-left: 1px solid #cfbeb2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 10px 10px;
  display: flex;
}

.div-block-114.no-border {
  border-left-color: #cfbeb200;
}

.div-block-114.no-border.left {
  justify-content: center;
  align-items: flex-start;
}

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

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

.div-block-115 {
  width: 100%;
  height: 75vh;
  display: none;
}

@media screen and (max-width: 991px) {
  .utility-page-content {
    bottom: 10%;
  }

  .logo-img {
    height: 13vh;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

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

  .div-block-footer1-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding: 20px 60px;
    display: grid;
  }

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

  .button.flie-text {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section_relative {
    height: 60vh;
  }

  .section_relative.unterseite {
    height: 80vh;
  }

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

  .nav-menu-1 {
    background-color: #000;
  }

  .hauptfarbe-2.w--open {
    background-color: #313131;
  }

  .icon {
    color: #fff;
  }

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

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

  .content_1.hauptfarbe, .content_1.highlights {
    padding: 40px;
  }

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

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

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

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

  .image_1.top.cont {
    object-fit: contain;
  }

  .section_3 {
    padding: 60px;
  }

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

  ._2er_grid.reverse {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .section_4 {
    padding: 60px;
  }

  .image-4, .image-5, .image-6, .image-7, .image-8 {
    height: 22vh;
  }

  .no-overflow {
    height: 60vh;
  }

  .impdat.hauptfarbe {
    padding: 60px;
  }

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

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

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

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

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

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

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

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

  .video-div {
    height: 50vh;
  }

  .link-block.highlights {
    width: 40px;
    height: 40px;
  }

  .image-101 {
    width: 23px;
    height: 23px;
  }

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

  .team-div {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-description.flie-text {
    margin-top: 10px;
  }

  .angebot-grid-4 {
    padding-right: 10px;
  }

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

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

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

  ._6er-grid {
    flex-flow: column;
    display: flex;
  }

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

  .slider {
    height: 55vh;
  }

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

  .table-wrapper {
    display: none;
  }

  .lightbox-wrapper {
    z-index: 400;
    display: block;
    position: relative;
  }

  .image-01 {
    height: 50vh;
  }

  .impdat-3.hauptfarbe {
    padding: 60px;
  }

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

  .tab-link-tab-1-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid {
    display: none;
  }

  .div-block-115 {
    height: auto;
    margin-top: 10px;
    display: flex;
  }
}

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

  .divblock1 {
    height: auto;
  }

  .div-block-footer1-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .content {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .section_relative {
    height: 55vh;
    padding-top: 0;
  }

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

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

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

  .heading_2.heading-2 {
    font-size: 14px;
  }

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

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

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

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

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

  .image_1 {
    height: 45vh;
  }

  .section_3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._2er_grid.reverse {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .content_3 {
    height: auto;
  }

  .section_4 {
    padding: 40px;
  }

  .image-4 {
    height: 22vh;
  }

  .image-6 {
    height: 24vh;
  }

  .no-overflow {
    height: 45vh;
  }

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

  .impdat.hauptfarbe {
    padding: 40px;
  }

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

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

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

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

  .maos-footer {
    height: 100px;
  }

  .tab-link-tab-1.flie-text, .tab-link-tab-1.flie-text.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .team-description.flie-text, .list.flie-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
  }

  .video-div-1 {
    width: 60%;
  }

  .heading_links.heading-1 {
    font-size: 27px;
  }

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

  .heading_large.heading-2 {
    font-size: 22px;
  }

  .map-section {
    height: 45vh;
  }

  .content_3-2 {
    height: auto;
  }

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

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

  .impdat-3.hauptfarbe {
    padding: 40px;
  }

  .image-104 {
    width: 15px;
    height: 15px;
    margin-bottom: 5px;
  }

  .tab-link-tab-1-2 {
    padding: 5px;
  }

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

  .div-block-115 {
    height: auto;
    margin-top: 10px;
  }
}

@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 {
    height: 10vh;
  }

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

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

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

  .section_relative {
    height: 55vh;
  }

  .section_relative.unterseite {
    height: 70vh;
  }

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

  .navbar {
    flex-direction: column;
  }

  .content_1 {
    padding: 60px 10px;
  }

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

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

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

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

  .paragraph_1.flie-text.with_margin {
    margin-top: 20px;
  }

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

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

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

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

  .image_1 {
    height: 45vh;
  }

  .image_1.top.cont {
    object-fit: cover;
  }

  .section_3, .section_4 {
    padding: 40px 20px;
  }

  .image-4 {
    height: 15vh;
  }

  .image-5, .image-6 {
    height: 18vh;
  }

  .image-7, .image-8 {
    height: 10vh;
  }

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

  .flie-text-2 {
    overflow-wrap: anywhere;
    width: 100%;
  }

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

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

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

  .heading-success.heading-2 {
    font-size: 16px;
    line-height: 23px;
  }

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

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

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

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

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

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

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

  .tab-link-tab-1.flie-text {
    text-align: center;
    margin-right: 0;
  }

  .sm-icons {
    z-index: 1000;
  }

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

  .team-div {
    padding: 20px;
  }

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

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

  .video-div-1 {
    width: 80%;
  }

  .heading_links.heading-1 {
    font-size: 20px;
    line-height: 1.3;
  }

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

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

  ._6er-grid {
    margin-bottom: 20px;
  }

  .map-section {
    height: 40vh;
  }

  .slider {
    height: 45vh;
  }

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

  .lightbox {
    z-index: 400;
    position: relative;
  }

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

  .div-block-115 {
    margin-top: 5px;
  }
}

#w-node-ef298c73-c051-11ac-7193-0821a7bdc4ea-6099f259 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_5683bece-8369-d60f-55bd-5cf1766336f8-6099f259, #w-node-_41bc5d89-462c-e258-fc2a-d1057a19a061-6099f259, #w-node-_8bbf81bc-7304-0f39-28ee-acb5a0201fa8-6099f259, #w-node-fcaa455c-d967-445b-ef77-b39fcf79d70a-6099f259 {
  place-self: center start;
}

#w-node-_9a1dbd6f-d43f-0644-98b3-85d5921c094c-6099f259, #w-node-_153581d8-7712-9bdc-1caf-6afb2fc4edb1-6099f259, #w-node-ef8c73a5-d62c-da4e-c911-e868fbe21163-6099f259 {
  justify-self: center;
}

#w-node-bd6b9438-0af9-d01f-9108-6309476c592d-6099f259 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-_45ff91f7-53fe-3f18-182a-5913571e981c-6099f259, #w-node-_0558d4fd-c7bc-af87-7606-c91db66b14f6-6099f259, #w-node-_0a116630-7186-099a-6d98-43eebe0c28ea-6099f259, #w-node-_1c535bfd-ea3e-c5b6-e28c-9e67bbf8d582-6099f259, #w-node-_9a7cb89b-e8e0-b0c0-e899-377ca3bb414f-6099f259, #w-node-_0ab8a707-8f0b-4df0-45d7-8ec8edc715e1-6099f259 {
  justify-self: center;
}

#w-node-b5015986-3fae-0118-03c7-d5a939b10516-6099f259, #w-node-b5015986-3fae-0118-03c7-d5a939b10519-6099f259, #w-node-b5015986-3fae-0118-03c7-d5a939b1051c-6099f259, #w-node-b5015986-3fae-0118-03c7-d5a939b1051f-6099f259 {
  place-self: center start;
}

#w-node-b5015986-3fae-0118-03c7-d5a939b10527-6099f259, #w-node-b5015986-3fae-0118-03c7-d5a939b1052a-6099f259, #w-node-b5015986-3fae-0118-03c7-d5a939b1052d-6099f259 {
  justify-self: center;
}

#w-node-b5015986-3fae-0118-03c7-d5a939b10535-6099f259, #w-node-_8b4565f5-27d1-5077-7b9d-526e800003d3-6099f259, #w-node-c94d3e17-1cb0-319f-8e1c-15dc4ef6ba86-6099f259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b5015986-3fae-0118-03c7-d5a939b1053d-6099f259, #w-node-b5015986-3fae-0118-03c7-d5a939b10540-6099f259, #w-node-b5015986-3fae-0118-03c7-d5a939b10543-6099f259, #w-node-b5015986-3fae-0118-03c7-d5a939b1054b-6099f259, #w-node-a6bba5ef-335f-df52-bb71-116427b68be7-6099f259, #w-node-ef8f8849-a197-5b56-947c-ad4f02f7e148-6099f259, #w-node-afdd5c0f-a9a4-708e-de3b-5c8ae919292a-6099f259, #w-node-b5015986-3fae-0118-03c7-d5a939b1054e-6099f259, #w-node-b5015986-3fae-0118-03c7-d5a939b10551-6099f259 {
  justify-self: center;
}

#w-node-_5292d588-4feb-5cc1-14a8-38d427e48660-6099f259, #w-node-_5292d588-4feb-5cc1-14a8-38d427e48663-6099f259, #w-node-_5292d588-4feb-5cc1-14a8-38d427e48666-6099f259, #w-node-_5292d588-4feb-5cc1-14a8-38d427e48669-6099f259 {
  place-self: center start;
}

#w-node-_5292d588-4feb-5cc1-14a8-38d427e48671-6099f259, #w-node-_5292d588-4feb-5cc1-14a8-38d427e48674-6099f259, #w-node-_5292d588-4feb-5cc1-14a8-38d427e48677-6099f259 {
  justify-self: center;
}

#w-node-_5292d588-4feb-5cc1-14a8-38d427e4867f-6099f259, #w-node-_5292d588-4feb-5cc1-14a8-38d427e48682-6099f259, #w-node-_5292d588-4feb-5cc1-14a8-38d427e48685-6099f259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5292d588-4feb-5cc1-14a8-38d427e4868d-6099f259, #w-node-_5292d588-4feb-5cc1-14a8-38d427e48690-6099f259, #w-node-_5292d588-4feb-5cc1-14a8-38d427e48693-6099f259 {
  justify-self: center;
}

#w-node-fa285836-5a74-8a88-ccf1-05456f11cc4e-6099f259, #w-node-fa285836-5a74-8a88-ccf1-05456f11cc57-6099f259 {
  place-self: center start;
}

#w-node-c477dacd-1149-37bb-ada4-20e538d9243b-6099f259, #w-node-_29fb0c48-232a-f5ab-2c98-2244e7830eb8-6099f259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

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

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


