:root {
  --red: #ef2b33;
  --dark: #0a0a0e;
  --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-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-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.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-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;
  width: 18vw;
}

.logo {
  justify-content: center;
  align-items: center;
  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;
}

.hauptfarbe {
  color: #fff;
  background-color: #0a0a0e;
}

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

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

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

.heading-1 {
  font-family: Fira Sans, sans-serif;
  font-weight: 700;
}

.heading-2 {
  font-family: Fira Sans, sans-serif;
  font-weight: 300;
}

.heading-3 {
  font-family: Questrial, sans-serif;
  font-weight: 700;
}

.flie-text {
  font-family: Questrial, sans-serif;
  font-weight: 400;
}

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

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

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

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

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

.nav-link-3.flie-text {
  font-family: Questrial, sans-serif;
}

.nav-link-3.flie-text.w--current {
  color: #ece4df;
}

.navbar-6 {
  width: 100%;
}

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

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

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

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

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

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

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

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

.nav-men-1.hauptfarbe {
  z-index: 100000;
}

.titelvideo1-3 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-video1 {
  color: #fff;
  background-color: #0000004d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.slogan1.heading-1 {
  text-align: center;
  text-transform: none;
  font-size: 70px;
  line-height: 75px;
  transition: all .2s;
}

.footer-image {
  margin-right: 10px;
}

.footertext1 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-2 {
  justify-content: space-around;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-2.hauptfarbe {
  padding-left: 100px;
  padding-right: 100px;
}

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

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

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Questrial, sans-serif;
  font-size: 30px;
  line-height: 1.4em;
}

.maps {
  width: 50%;
}

.div-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  width: 50%;
  margin-bottom: 40px;
  display: grid;
}

.div-block-footer1 {
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.footer-1 {
  padding: 60px 140px;
}

.footer-1.hauptfarbe {
  background-color: var(--dark);
  padding-bottom: 10px;
  padding-left: 15vw;
  padding-right: 15vw;
}

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

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

.title_section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.title_block {
  color: #fff;
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px 15vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.button {
  padding: 15px 30px;
  font-size: 16px;
}

.button.flie-text {
  background-color: #ef2b33;
  background-image: linear-gradient(135deg, #0000 83%, #ffffff4d 83%, #ffffff4d);
  transition: all .2s;
}

.button.flie-text:hover {
  background-color: #0a0a0a;
}

.button.flie-text.highlights:hover {
  background-color: #0a0a0e;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  align-items: end;
  margin-top: 10px;
  margin-bottom: 10px;
}

.flie-text-2 {
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
  font-weight: 300;
}

.div-block {
  width: 100%;
  height: 100%;
  padding: 40px;
}

.div-block.mittig {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block.mittig.highlights.white_line {
  border-right: 5px solid #ffffff4d;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block.highlights {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block.highlights.mittig {
  justify-content: flex-start;
  align-items: center;
}

.checkbox-field-2 {
  text-align: left;
  margin-bottom: 0;
}

.form-block-3 {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.icon1 {
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.icon1.kleiner {
  width: 58px;
  height: 58px;
}

.grid-versetzt {
  z-index: 5;
  grid-column-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 2.5fr;
  margin-top: -5%;
  position: relative;
  box-shadow: 0 7px 20px -14px #00000080;
}

.section1 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-height: 30vh;
  padding-left: 15vw;
  padding-right: 10vw;
  display: flex;
}

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

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

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

.section_1 {
  padding: 220px 15vw;
  position: relative;
}

.section_1.zweitfarbe {
  overflow: hidden;
}

.grid-3 {
  z-index: 1;
  grid-template-rows: auto;
  position: relative;
}

.content {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  padding: 60px 200px 60px 60px;
  display: flex;
}

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

.image {
  object-fit: cover;
  width: 30vw;
  height: 55vh;
  transition: all .2s;
  position: absolute;
  inset: 10% 0% 0% auto;
}

.lottie-animation {
  opacity: .4;
  width: 40vw;
  position: absolute;
  inset: -3% auto auto 1%;
}

.lottie-animation-2 {
  opacity: .25;
  width: 40vw;
  position: absolute;
  inset: auto -6% -3% auto;
}

.section_2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 15vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_2.hauptfarbe {
  background-color: var(--dark);
}

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

.heading_center.heading-1 {
  z-index: 1;
  position: relative;
}

._3er_grid {
  z-index: 1;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  position: relative;
}

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

.no_overflow {
  height: 65vh;
  overflow: hidden;
}

.content_1 {
  color: #333;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65vh;
  margin-bottom: 0;
  padding: 60px 40px 59px;
  display: flex;
}

.icon {
  object-fit: contain;
  width: 80px;
  height: 80px;
}

.icon.shellicon {
  filter: invert();
}

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

.paragraph_center.flie-text {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.lottie-animation-3 {
  opacity: .15;
  filter: invert();
  width: 80%;
  height: 80%;
  position: absolute;
  inset: 5% -15% auto auto;
}

.section-2 {
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
}

.section-2.highlights {
  justify-content: space-between;
  overflow: hidden;
}

.image-3 {
  width: 100px;
  transition: all .2s;
}

.divider {
  background-color: #ffffff4d;
  width: 3px;
  height: 100px;
  margin-left: 60px;
  margin-right: 60px;
}

.content_2 {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  margin-top: 40px;
  padding: 40px;
  position: relative;
  box-shadow: 0 7px 20px -14px #00000080;
}

._2er_grid_1 {
  grid-template-rows: auto;
  width: 100%;
}

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

.checkbox-field-3 {
  text-align: left;
  margin-top: 20px;
}

.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;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Questrial, sans-serif;
  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;
}

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

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

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

.contact-form {
  margin-top: 20px;
}

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

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

.maps_footer {
  width: auto;
}

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

.link.black {
  color: #333;
}

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

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

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

.impressum-link, .datenschutz-link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.logo-abstand1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sm-icon-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 36% auto;
}

.link-icon {
  background-color: #fff;
  border-radius: 100px;
  width: 40px;
  height: auto;
  margin-bottom: 10px;
  margin-right: 0;
}

.tab-pane-tab-1 {
  margin-top: 20px;
}

.tab-buttons-block {
  justify-content: center;
  display: flex;
}

.tab {
  color: #fff;
  background-color: #ef2b33;
  border: 4px solid #ef2b33;
  border-radius: 0;
  margin-right: 10px;
  font-family: Questrial, sans-serif;
  font-size: 16px;
}

.tab.w--current {
  color: #ef2b33;
  background-color: #fff;
  border-color: #ef2b33;
  font-family: Questrial, sans-serif;
}

.images-tabs {
  margin-top: 40px;
}

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

.relative_content {
  width: 100%;
  height: 55vh;
  position: relative;
  overflow: hidden;
}

.relative_content._23vw {
  width: 23vw;
}

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

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

.background-video-2._90vh {
  height: 90vh;
}

.grid {
  z-index: 1;
  grid-template-rows: auto;
  width: 100%;
}

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

.content-1 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 200px 60px 60px;
  display: flex;
}

.section-5 {
  padding: 220px 15vw;
  position: relative;
}

.section-5.zweitfarbe {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.slider {
  background-color: #fff;
  width: 100%;
  height: 62vh;
}

.icon-8 {
  object-fit: cover;
  width: auto;
  height: 100px;
  margin-bottom: 20px;
}

.inhalt-mittig-untereinander-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.div-block-farbig-2 {
  text-align: center;
  border: 4px solid #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.div-block-farbig-2:hover {
  background-color: #f8f8f8;
}

.image-62 {
  box-sizing: border-box;
  object-fit: contain;
}

.image-63, .image-64 {
  object-fit: contain;
}

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

.paragraphq.flie-text {
  margin-bottom: 5px;
}

.paragraph-form, .paragraph-left {
  font-size: 16px;
  line-height: 22px;
}

.button-2 {
  padding: 15px 30px;
  font-size: 16px;
}

.button-2.flie-text {
  background-color: #ef2b33;
  background-image: linear-gradient(135deg, #0000 83%, #ffffff4d 83%, #ffffff4d);
  transition: all .2s;
}

.button-2.flie-text:hover {
  background-color: #0a0a0a;
}

.button-2.flie-text.highlights:hover {
  background-color: #0a0a0e;
}

.button-9 {
  padding: 15px 30px;
  font-size: 16px;
}

.button-9.flie-text {
  background-color: #ef2b33;
  background-image: linear-gradient(135deg, #0000 83%, #ffffff4d 83%, #ffffff4d);
  transition: all .2s;
}

.button-9.flie-text:hover {
  background-color: #0a0a0a;
}

.button-9.flie-text.highlights {
  display: none;
}

.button-9.flie-text.highlights:hover {
  background-color: #0a0a0e;
}

.image-65 {
  object-fit: contain;
  background-color: #fff;
  border-radius: 20px;
  width: 35px;
}

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

  .men-icon1 {
    color: #fff;
  }

  .navbar1 {
    z-index: 1000;
    position: sticky;
    inset: 0%;
  }

  .nav-link-3.flie-text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-6.hauptfarbe {
    background-color: var(--black);
    position: sticky;
    top: 0%;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

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

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

  .nav-men-1.hauptfarbe {
    background-color: var(--red);
  }

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

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

  .div-block-video1 {
    width: 70%;
    padding-left: 100px;
  }

  .slogan1.heading-1 {
    margin-top: 10px;
    font-size: 40px;
    line-height: 50px;
  }

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

  .impdat-3 {
    padding: 60px;
  }

  .success-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .div-block-footer1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

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

  .heading-footer.heading-3 {
    text-align: center;
    font-size: 14px;
    line-height: 19px;
  }

  .inhalt-footer {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .title_section {
    height: 60vh;
  }

  .title_block {
    justify-content: center;
    align-items: center;
    padding: 0 0 0 5vw;
  }

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

  .button.flie-text.highlights:hover {
    background-color: var(--dark);
  }

  .div-block.highlights.mittig.flie-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .section1 {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading_left_small.heading-2, .heading_left_small.heading-1, .paragraph.flie-text {
    text-align: center;
  }

  .section_1.zweitfarbe {
    padding: 60px;
  }

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

  .content {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 40px;
  }

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

  .image {
    width: 100%;
    position: static;
  }

  .lottie-animation {
    top: 0%;
  }

  .lottie-animation-2 {
    bottom: 10%;
    right: 10%;
  }

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

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

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

  .no_overflow {
    height: 50vh;
  }

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

  .icon {
    width: 60px;
    height: 60px;
  }

  .section-2.highlights {
    padding: 20px 60px;
  }

  .image-3 {
    width: 50px;
  }

  .divider {
    height: 80px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .content_2 {
    margin-top: 0;
  }

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

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

  .maps_footer {
    width: 100%;
  }

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

  .sm-icon-wrapper {
    z-index: 300;
  }

  .link-icon {
    width: 36px;
  }

  .tab-content-block {
    width: 100%;
  }

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

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

  .relative_content._23vw {
    width: 100%;
  }

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

  .content-1 {
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
  }

  .section-5.zweitfarbe {
    padding: 60px;
  }

  .slider {
    height: 50vh;
  }

  .icon-8 {
    height: 50px;
  }

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

  .div-block-farbig-2 {
    padding: 10px;
  }

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

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

  .button-2.flie-text.highlights:hover, .button-9.flie-text.highlights:hover {
    background-color: var(--dark);
  }
}

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

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

  .divblock1 {
    height: auto;
  }

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

  .titelvideo1-3 {
    height: 60vh;
  }

  .div-block-video1 {
    width: 100%;
    padding-left: 20px;
  }

  .footertext1 {
    margin-bottom: 10px;
  }

  .footer-2.hauptfarbe {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .impdat-3 {
    padding: 40px;
  }

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

  .maps, .div-footer {
    width: 100%;
  }

  .div-block-footer1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-1.hauptfarbe {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .inhalt-footer {
    width: 100%;
  }

  .title_section {
    height: 55vh;
  }

  .title_block {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }

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

  .button.flie-text.highlights {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .grid-2 {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .div-block.mittig.highlights.white_line {
    border-right-style: none;
  }

  .form-2 {
    flex-flow: column;
    display: flex;
  }

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

  .section1 {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section_1.zweitfarbe {
    padding: 40px;
  }

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

  .content {
    width: 100%;
    padding-right: 40px;
  }

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

  .image {
    width: 100%;
    height: 50vh;
    position: static;
  }

  .image:hover {
    transform: none;
  }

  .lottie-animation {
    width: 60vw;
    top: 2%;
  }

  .lottie-animation-2 {
    width: 60vw;
    bottom: 4%;
    right: 1%;
  }

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

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

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

  .section-2.highlights {
    flex-flow: row;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-3 {
    width: 50px;
  }

  .divider {
    margin: 20px 0;
  }

  .content_2 {
    padding: 20px;
  }

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

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .maps_footer {
    flex-flow: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .link-icon {
    width: 30px;
  }

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

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

  .content-1 {
    width: 100%;
    padding-right: 40px;
  }

  .section-5.zweitfarbe {
    padding: 40px;
  }

  ._3er-grid {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .div-block-farbig-2 {
    height: auto;
  }

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

  .button-2.flie-text.highlights {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .button-9.flie-text.highlights {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
}

@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: 150px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

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

  .navbar1 {
    background-color: #fff;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

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

  .titelvideo1-3 {
    height: 100%;
  }

  .div-block-video1 {
    align-items: center;
    width: auto;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .heading-22 {
    font-size: 17px;
    line-height: 26px;
  }

  .div-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-footer1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-1.hauptfarbe {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-footer.heading-3 {
    font-size: 13px;
    line-height: 17px;
  }

  .title_section {
    height: 50vh;
  }

  .title_block {
    height: 50vh;
    padding: 20px 5vw;
  }

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

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

  .flie-text-2 {
    width: 99.9998%;
  }

  .div-block.highlights.mittig.flie-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-2 {
    width: 100%;
  }

  .form-block-3 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon1 {
    width: 50px;
    height: 50px;
  }

  .icon1.kleiner {
    width: 48px;
    height: 48px;
  }

  .div-block-43 {
    width: 99.9998%;
  }

  .grid-versetzt {
    margin-top: 0%;
  }

  .section1 {
    width: 100%;
    padding-top: 20px;
  }

  .heading_center_small.heading-1, .heading_left_small.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

  .section_1.zweitfarbe {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .content {
    padding: 10px;
  }

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

  .image {
    height: 45vh;
  }

  .lottie-animation-2 {
    bottom: 9%;
  }

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

  .heading_center.heading-1 {
    font-size: 22px;
    line-height: 28px;
  }

  .content_1 {
    padding: 40px 10px;
  }

  .icon.shellicon {
    width: 50px;
    height: 50px;
  }

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

  .image-3 {
    width: 34px;
  }

  .divider {
    height: 50px;
  }

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

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

  .maps-gro {
    height: 300px;
  }

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

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

  .link-icon {
    width: 26px;
  }

  .relative_content {
    height: 40vh;
  }

  .image_500px {
    height: 100%;
  }

  .content-1 {
    padding: 10px;
  }

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

  .icon-8 {
    height: 35px;
  }
}

#w-node-_70b64720-2d7e-dbb0-37cc-926fca914436-d1b5fceb, #w-node-_892aeb02-f158-6282-b13d-352414414085-d1b5fceb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3d577826-32b3-d8a0-2d9e-59fe2acf4525-d1b5fcfb, #w-node-bb6b45e2-23c6-8f6c-8f1d-e9ac9b884c2f-d1b5fcfb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


