:root {
  --highlights-color: #148b4b;
  --main-color: #1a1a1a;
  --secondry-color: #f8f8f8;
  --white: white;
  --black: black;
  --greem-dark: #014419;
}

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

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

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

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

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

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

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

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

body {
  color: #333;
  flex-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 15%;
}

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

.submit-button {
  background-color: #ecbf38;
}

.logo-img {
  object-fit: contain;
  height: 23vh;
}

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

.logo.w--current {
  flex-flow: column;
}

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

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

.highlights {
  color: #fff;
  background-color: #148b4b;
}

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

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

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

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

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

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

.navbar {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

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

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

.nav-link.flie-text {
  border-bottom: 2px solid #0000;
  transition: all .8s;
}

.nav-link.flie-text:hover, .nav-link.flie-text.w--current {
  color: #fff;
  border-bottom-color: #fff;
}

.navbar_wrap {
  z-index: 10;
  background-color: var(--highlights-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 5vw;
  display: flex;
}

.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;
  padding: 100px;
  display: flex;
}

.success_block.highlights {
  color: #fff;
}

.nav-men {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.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 {
  padding: 100px 15vw;
}

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

.heading_success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.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 {
  padding: 60px 12vw;
}

.footer.hauptfarbe {
  background-color: var(--main-color);
  padding-bottom: 10px;
}

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

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

.inhalt-footer {
  height: 100%;
}

.background-video {
  opacity: .9;
  width: 100%;
  height: 80vh;
}

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

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

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

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

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

.border_block {
  width: 100%;
  height: 100%;
  padding: 40px;
}

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

.border_block.mittig.highlights.white_line {
  border-right: 5px solid #ffffff4d;
}

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

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

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

.grid-versetzt {
  z-index: 5;
  grid-column-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  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: 15vw;
  display: flex;
}

.heading_center_small {
  text-align: center;
  font-size: 26px;
  line-height: 32px;
}

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

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

.grid_relaive {
  z-index: 1;
  grid-template-rows: auto;
  margin-bottom: 10px;
  position: relative;
}

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

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

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

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

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

.section_2.zweitfarbe {
  background-color: var(--secondry-color);
}

.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-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

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

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

.lottie-animation-crane {
  z-index: -1;
  opacity: .15;
  width: 100%;
  height: 100%;
  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;
  padding-left: 15vw;
  padding-right: 15vw;
}

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

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

.error-message {
  color: #fff;
  background-color: #e32d2d;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
}

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

.form1 {
  margin-bottom: 0;
}

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

.contact-form-success-message {
  border: 1px solid #ececed;
  font-family: Roboto, sans-serif;
}

.text_field {
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  height: 7.6vh;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Roboto, sans-serif;
  transition: border .4s, color .4s;
  display: block;
}

.text_field:hover {
  border-color: #1d1f2e80;
}

.text_field:active, .text_field:focus {
  border-color: #1d1f2e;
}

.text_field::placeholder {
  color: #1d1f2e4d;
}

.text_field.cc-textarea {
  height: 15vh;
}

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

.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: 250px;
}

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

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

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

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

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

.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: -2px;
  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;
}

.team-card {
  border: 1px solid #d1d1d1;
  padding: 17px;
}

.team-card.is-relative, .team-card.is-relative-50 {
  position: relative;
  left: 50%;
}

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

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

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

.fixed-div {
  z-index: 9999;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.logo-img-_large {
  object-fit: contain;
  width: 35vw;
}

.wave-embed {
  position: absolute;
  inset: auto 0% -1%;
}

.wrapper-logo {
  flex-flow: column;
  display: flex;
}

.icon_-invert {
  object-fit: contain;
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 10px;
}

.icon_large {
  object-fit: contain;
  width: 6.25rem;
  transition: all .2s;
}

.icon_large:hover {
  transform: scale(1.3);
}

.icon_large.is-invert {
  filter: invert();
}

.flip-box {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.flip_image {
  object-fit: contain;
  object-position: 50% 50%;
}

.flip_image.top-0 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.flip-wrapper {
  width: 100%;
  height: 60vh;
}

.flip-box-front {
  backface-visibility: hidden;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.logo-abstand {
  z-index: 100;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_flipcard {
  color: #333;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 60px 40px;
  display: flex;
}

.flip-box_back {
  backface-visibility: hidden;
  width: 100%;
  transform-style: preserve-3d;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

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

.title_block-grad {
  z-index: 1;
  color: #fff;
  text-shadow: 2px 2px 2px #000000b5;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.absolute_image {
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: absolute;
  inset: 0%;
}

.banner_text_block {
  width: 65%;
}

.shadow-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 6px 1px #5d5d5d33;
}

.shadow-card.mid {
  justify-content: flex-start;
  align-items: center;
}

.shadow-card.mid.rel {
  position: relative;
  left: 50%;
  min-height: 220px;
  justify-content: center;
}

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

.small-image.abs {
  filter: blur(3px);
  position: absolute;
}

.small-image.rel {
  object-fit: contain;
  position: relative;
}

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

.section_1-2 {
  padding: 50px 12vw;
  position: relative;
}

.section_1-2.zweitfarbe {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.heading-center-small {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 130%;
}

.heading-center-small.heading-2 {
  margin-bottom: 10px;
}

.heading-center-small.heading-2.is-left {
  text-align: left;
}

.icon_invert {
  filter: invert();
  object-fit: contain;
  width: 3.125rem;
  height: 3.125rem;
  margin-bottom: 20px;
}

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

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

.inhalt-mittig-untereinander-1.flie-text.no-padding {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

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

.left_block {
  text-align: left;
  margin-bottom: 5px;
}

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

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

.div-block-farbig.left {
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 0 2px 5px #0003;
}

.linkblk {
  color: #000;
  text-align: left;
  text-decoration: none;
}

.icon_invert_small {
  object-fit: contain;
  width: 2.8rem;
  height: 2.8rem;
  margin-bottom: 20px;
}

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

._2er_grid {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.zweitfarbe-white {
  color: #000;
  background-color: #fff;
}

.team-grid {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1000px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.team_bild {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 45vh;
}

.team_bild.right {
  object-position: 100% 50%;
}

.team_bild.right.top {
  object-position: 50% 20%;
}

.image-102-left {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 40vh;
}

.image-102-left.more {
  object-position: 0% 50%;
  height: 45vh;
}

.list-item {
  margin-bottom: 5px;
}

.social-icons {
  z-index: 50;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 35% auto;
}

.social-media-button {
  width: 2.5rem;
}

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

.slider_100 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.grid_2er {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  height: 100%;
}

.background-video_100 {
  width: 100%;
  height: 100%;
}

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

.banner {
  width: 100%;
  height: 75vh;
}

.banner-video {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.imagle_slide {
  overflow: hidden;
}

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

.paragraph_gap.flie-text {
  line-height: 1.7;
}

.field_lable, .list_text {
  font-size: 16px;
  line-height: 22px;
}

.canter_block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 6px 1px #5d5d5d33;
}

.canter_block.zweitfarbe-white {
  justify-content: center;
  align-items: center;
}

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

.relative-div {
  width: 100%;
  height: 35vh;
  position: relative;
}

.paragraph_abs {
  text-align: center;
  background-color: #ffffffbf;
  justify-content: center;
  align-items: center;
  margin: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-wrapper {
  max-height: 55vh;
}

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

  .men-icon1 {
    color: #fff;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .nav-link.flie-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    transition-duration: .3s;
  }

  .navbar_wrap {
    padding: 0;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

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

  .success_block.highlights {
    padding: 60px;
  }

  .nav-men {
    background-color: var(--highlights-color);
    padding: 10px 20px;
    position: absolute;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--main-color);
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .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, .success-2 {
    padding: 60px;
  }

  .heading_success {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.3;
  }

  .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;
    padding-bottom: 0;
    display: grid;
  }

  .footer.hauptfarbe {
    padding: 40px;
  }

  .heading-footer.heading-3 {
    text-align: center;
  }

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

  .heading.heading-1 {
    text-align: center;
    margin-top: 10px;
    font-size: 42px;
    line-height: 1.3;
  }

  .button.flie-text.highlights {
    padding: 12px 20px;
    line-height: 1.3;
  }

  .border_block.mittig.highlights.white_line {
    border-bottom: 5px solid #ffffff4d;
    border-right-style: none;
    padding: 20px;
  }

  .grid-versetzt {
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    margin-top: 0%;
    display: flex;
  }

  .section1 {
    min-height: auto;
    padding: 60px;
  }

  .heading_center_small.heading-2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 1.3;
  }

  .heading_center_small.heading-1.is-size {
    font-size: 24px;
  }

  .heading_center_small.heading-1 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.3;
  }

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

  .paragraph.flie-text {
    text-align: center;
    margin-bottom: 5px;
    line-height: 1.3;
  }

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

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

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

  .heading_left.heading-1 {
    margin-top: 0;
    font-size: 35px;
    line-height: 1.3;
  }

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

  .section_2 {
    padding: 60px;
  }

  .heading_center.heading-1 {
    margin-top: 0;
    font-size: 35px;
    line-height: 1.3;
  }

  ._3er_grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

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

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

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

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

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

  .content_2 {
    margin-top: 40px;
    padding: 40px;
  }

  ._2er_grid_1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .content_vertical {
    padding: 15px;
  }

  .error-message {
    width: auto;
  }

  .checkbox-field-3 {
    margin-top: 0;
  }

  .form1 {
    margin-top: 10px;
  }

  .text_field {
    height: 7vh;
    padding: 12px 15px;
  }

  .form-wrap {
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .form-grid {
    width: 100%;
  }

  .contact-form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .maps_footer {
    width: 100%;
  }

  .html-embed-maps.is-vh {
    height: 45vh;
  }

  .impdat-2.flie-text {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
  }

  .impressum-link, .datenschutz-link {
    line-height: 1.3;
  }

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

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

  .team-card {
    padding: 15px 15px 0;
  }

  .team-card.is-relative {
    left: 0%;
  }

  .team-card.is-relative-50 {
    width: 50%;
    left: 25%;
  }

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

  .logo-img-_large {
    width: 50vw;
  }

  .icon_large {
    width: 60px;
  }

  .flip-box {
    flex-flow: column-reverse;
    display: flex;
  }

  .flip-wrapper {
    height: auto;
  }

  .flip-box-front {
    height: auto;
    padding: 20px 20px 10px;
    position: relative;
  }

  .logo-abstand {
    padding-top: 5px;
  }

  .content_flipcard {
    padding: 0;
  }

  .flip-box_back {
    height: 45vh;
    position: relative;
    transform: none;
  }

  .title_section-1 {
    height: 65vh;
  }

  .title_block-grad {
    justify-content: center;
    align-items: center;
    padding: 60px;
  }

  .banner_text_block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .shadow-card.mid.rel {
    left: 0%;
  }

  .section_1-2.zweitfarbe {
    padding: 60px;
  }

  .heading-center-small.heading-2.is-left {
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
  }

  .icon_invert {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 10px;
  }

  .inhalt-mittig-untereinander-1.flie-text.no-padding {
    justify-content: flex-start;
    align-items: center;
  }

  ._3er-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .left_block {
    text-align: center;
  }

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

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

  .linkblk {
    text-align: center;
  }

  .icon_invert_small {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 10px;
  }

  .section_2-2.zweitfarbe {
    padding: 60px;
  }

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

  .team-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .team_bild.right {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .image-102-left.more {
    object-position: 15% 50%;
  }

  .social-icons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    inset: auto 0% 50% auto;
  }

  .grid_2er {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .banner {
    height: 55vh;
  }

  .paragraph_gap.flie-text {
    text-align: center;
    line-height: 1.6;
  }

  .field_lable.flie-text {
    width: 100%;
    margin-bottom: 5px;
    line-height: 1.3;
  }

  .maps_large {
    height: 45vh;
  }

  .list_text.flie-text {
    width: 100%;
    margin-bottom: 5px;
    line-height: 1.3;
  }

  .left-arrow, .right-arrow {
    width: 50px;
    font-size: 35px;
  }

  .image-wrapper {
    height: 55vh;
    max-height: none;
  }
}

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

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

  .nav-link.flie-text {
    font-size: 15px;
  }

  .divblock1 {
    height: auto;
  }

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

  .success_block.highlights {
    padding: 40px;
  }

  .men-buttton1.hauptfarbe {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .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 {
    padding: 40px;
  }

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

  .heading_success {
    font-size: 22px;
  }

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

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

  .footer.hauptfarbe {
    padding: 20px;
  }

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

  .button.flie-text.highlights {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

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

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

  .section1 {
    min-height: auto;
    padding: 40px;
  }

  .heading_center_small.heading-2, .heading_center_small.heading-1.is-size {
    font-size: 22px;
  }

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

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

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

  .grid_relaive {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .content {
    width: 100%;
  }

  .content._100 {
    padding: 15px;
  }

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

  .image {
    height: 45vh;
  }

  .image:hover {
    transform: none;
  }

  .section_2 {
    padding: 40px;
  }

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

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

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

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

  .section-2.highlights {
    padding: 40px;
  }

  .content_2 {
    padding: 20px;
  }

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

  .content_vertical {
    padding: 10px;
  }

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

  .checkbox-field-3 {
    margin-top: 0;
  }

  .text_field {
    height: 6.5vh;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px 12px;
  }

  .text_field::placeholder {
    text-align: center;
  }

  .text_field.cc-textarea {
    height: 13vh;
    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;
  }

  .html-embed-maps.is-vh {
    height: 40vh;
  }

  .impressum-link, .datenschutz-link {
    font-size: 15px;
  }

  .team-card {
    width: 100%;
  }

  .team-card.is-relative-50 {
    width: 100%;
    left: 0%;
  }

  .logo-img-_large {
    width: 70vw;
  }

  .icon_large {
    width: 50px;
  }

  .flip_image.top-0 {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .flip-box-front {
    padding: 15px 15px 10px;
  }

  .flip-box_back {
    height: 40vh;
  }

  .title_section-1 {
    height: 55vh;
  }

  .title_block-grad {
    padding: 40px;
  }

  .shadow-card {
    padding: 15px 15px 10px;
  }

  .small-image {
    margin-bottom: 5px;
  }

  .section_1-2.zweitfarbe {
    padding: 40px;
  }

  .heading-center-small.heading-2.is-left {
    font-size: 22px;
  }

  .icon_invert {
    width: 2.2rem;
    height: 2.2rem;
  }

  ._3er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 10px;
    display: flex;
  }

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

  .icon_invert_small {
    width: 2.2rem;
    height: 2.2rem;
  }

  .section_2-2 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section_2-2.zweitfarbe {
    padding: 40px;
  }

  ._2er_grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .team-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    display: flex;
  }

  .team_bild {
    height: auto;
    max-height: 50vh;
  }

  .team_bild.is-top_100 {
    object-position: 50% 100%;
    height: auto;
  }

  .image-102-left.more {
    height: auto;
    min-height: 50vh;
  }

  .social-media-button {
    width: 2.2rem;
  }

  .grid_2er {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .banner {
    height: 50vh;
  }

  .banner-video {
    width: 100%;
    position: static;
  }

  .banner-video:hover {
    transform: none;
  }

  .paragraph_gap.flie-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .field_lable.flie-text {
    font-size: 15px;
  }

  .maps_large {
    height: 40vh;
  }

  .list_text.flie-text {
    padding-left: 20px;
    font-size: 15px;
  }

  .paragraph_abs {
    font-size: 16px;
  }
}

@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: 11rem;
  }

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

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

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

  .success_block.highlights {
    padding: 20px;
  }

  .nav-men {
    padding: 5px 10px;
  }

  .men-buttton1.hauptfarbe {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .impdat.is-wrap {
    overflow-wrap: anywhere;
  }

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

  .heading_success {
    font-size: 18px;
  }

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

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

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

  .button.flie-text.highlights {
    margin-top: 5px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .border_block.mittig.highlights.white_line {
    padding: 15px;
  }

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

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

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

  .heading_center_small.heading-2 {
    font-size: 20px;
  }

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

  .heading_center_small.heading-1.is-size {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.3;
  }

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

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

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

  .grid_relaive {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .content {
    padding: 15px;
  }

  .content._100 {
    padding-bottom: 10px;
  }

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

  .image {
    height: 40vh;
  }

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

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

  ._3er_grid, ._3er_grid.is-felx {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

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

  .paragraph_center.flie-text {
    margin-bottom: 5px;
    font-size: 14px;
  }

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

  .divider {
    width: 2px;
    height: 50px;
  }

  .content_2 {
    margin-top: 10px;
    padding: 15px;
  }

  .text_field {
    height: 6vh;
  }

  .text_field.cc-textarea {
    height: 12vh;
    margin-bottom: 10px;
  }

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

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

  .maps-gro {
    height: 300px;
  }

  .html-embed-maps.is-vh {
    height: 35vh;
  }

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

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

  .impressum-link, .datenschutz-link {
    font-size: 14px;
  }

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

  .team-card {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-img-_large {
    width: 90vw;
  }

  .icon_-invert {
    width: 50px;
    height: 50px;
  }

  .icon_large {
    width: 40px;
  }

  .flip_image.top-0 {
    object-fit: cover;
    object-position: 70% 50%;
  }

  .flip-box-front {
    padding: 10px 10px 5px;
  }

  .flip-box_back {
    height: 35vh;
  }

  .title_section-1 {
    height: 50vh;
  }

  .title_block-grad {
    padding: 20px;
  }

  .small-image.abs, .small-image.rel, .slider {
    height: 40vh;
  }

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

  .heading-center-small.heading-2.is-left {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .icon_invert, .icon_invert_small {
    width: 2rem;
    height: 2rem;
  }

  .section_2-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

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

  .team-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 10px;
  }

  .team_bild {
    max-height: 60vh;
  }

  .image-102-left.more {
    object-position: 15% 50%;
  }

  .social-icons {
    padding-right: 5px;
  }

  .social-media-button {
    width: 2rem;
  }

  .grid_2er {
    flex-flow: column;
  }

  .lightbox-link, .banner {
    height: 40vh;
  }

  .paragraph_gap.flie-text, .field_lable.flie-text {
    font-size: 14px;
  }

  .maps_large {
    height: 35vh;
  }

  .list_text.flie-text {
    padding-left: 20px;
    font-size: 14px;
  }

  .left-arrow, .right-arrow {
    width: 45px;
    font-size: 30px;
  }

  .slide-nav {
    height: 5vh;
    font-size: 10px;
  }

  .relative-div {
    height: 40vh;
  }

  .paragraph_abs {
    font-size: 14px;
  }

  .paragraph_abs.flie-text {
    margin: 40px;
  }

  .image-wrapper {
    height: auto;
  }
}

#w-node-fe2a3177-88f9-6a99-2507-78a9d565c0db-678659ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_929634e1-d45c-5db5-3eb7-2c0a8ffedefc-678659c2, #w-node-eeb31680-69a5-197f-74b0-cbed6278defb-678659c2, #w-node-_9b65cf31-5306-e47b-fa35-c50691d474b2-678659c2, #w-node-_6fd7d240-af06-d6e0-28e2-adbace5dfe8b-244513f9, #w-node-_5734b80f-2ba1-a654-545f-b4d1086c456a-244513f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3ee8b857-75f2-0f76-f4e0-24ee471d908c-471d908b, #w-node-d18dcc22-9a47-0592-357a-d0e1657f5d48-678659cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


.paragraph_abs.bild-folgt-hinweis {
  font-style: italic;
  font-weight: 500;
  color: #6b7280;
}
