:root {
  --green: #2fc085;
  --black: #1c1c1c;
  --white: white;
  --black-2: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

p {
  margin-bottom: 10px;
}

.logo {
  justify-content: center;
  align-items: center;
  max-width: 220px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.heading-23 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poiret One, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.schwarzer-button {
  background-color: #000;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.schwarzer-button:hover {
  background-color: #d4af37;
  margin-bottom: 20px;
}

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

.paragraph-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.link-3 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

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

.link-4 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16% 8%;
  justify-content: center;
  justify-items: center;
}

.linkfooter {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.linkfooter.w--current {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.section-6 {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.footerheading-2 {
  color: #ddb545;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-6 {
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: block;
}

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

.grid-7 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16%;
  justify-content: center;
  justify-items: center;
}

.button-auf-schwarz-2 {
  background-color: #d4af37;
  margin-bottom: 20px;
}

.button-auf-schwarz-2:hover {
  background-color: #000;
  margin-bottom: 20px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 0;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 25px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 10px;
}

.button-auf-schwarz-2._2:hover {
  background-color: #d4af37;
}

.navbar1 {
  z-index: 500;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 0 6px 1px #00000017;
}

.navbar {
  background-color: #fff;
  align-items: center;
  width: 100%;
  padding-left: 9vw;
  padding-right: 5vw;
  display: flex;
}

.nav-link-3 {
  border-radius: 12px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

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

.nav-link-3.flie-text {
  font-weight: 500;
}

.nav-link-3.flie-text:hover {
  background-color: var(--green);
  color: #fff;
}

.nav-link-3.flie-text.w--current {
  color: #fff;
  background-color: #2fc085;
}

.main-color {
  background-color: var(--green);
  color: #fff;
}

.secondary-color {
  background-color: #f7f7f7;
}

.highlights {
  background-color: var(--green);
  color: #fff;
}

.heading-1 {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

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

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

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

.titelvideo1 {
  color: #fff;
  background-image: linear-gradient(#0003, #0003);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.inhalt-mittig1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.terminbutton {
  text-align: center;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 22px;
  transition: all .45s;
}

.terminbutton:hover {
  background-color: var(--green);
}

.terminbutton.highlights {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.terminbutton.hauptfarbe.flie-text.nomargin {
  margin-top: 0;
}

.instagram3 {
  width: 30px;
}

.social-verlinkung3 {
  margin-right: 10px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
  position: absolute;
  bottom: 5%;
}

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

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

.titelvideo-start {
  padding: 40px 10vw;
  position: relative;
}

._404-error {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #a8a8a8;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.nav-link:active, .nav-link:focus, .nav-link:visited {
  color: #fff;
}

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

.mehr-erfahren2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren2:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren2.zweitfarbe:hover {
  color: #f7f7f7;
}

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

.impdatfooter {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

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

.impressum2, .datenschutz2 {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.video2 {
  height: 90vh;
}

.jetzt-termin-vereinbaren {
  text-transform: uppercase;
}

.jetzt-termin-vereinbaren:hover {
  background-color: #000;
}

.inhaltstartseite {
  padding: 20px 10px;
}

.impdat1 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.nav-men {
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
}

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

.essen-bild2 {
  background-image: url('../images/AdobeStock_17496330_visu_1AdobeStock_17496330_visu.webp');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.angebot2 {
  text-align: center;
  background-color: #f7f7f7;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.bild-auftauchen2 {
  object-fit: cover;
  object-position: 50% 30%;
  width: 90%;
  max-height: 400px;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.rounded-block {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 200px;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block.zweitfarbe {
  min-height: auto;
}

.div-block-113 {
  margin-bottom: 5px;
}

.section-gro-e-abst-nde {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px;
  display: flex;
}

.text-mittig1 {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.heading-mittig-klein1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
}

.bild-section-cover1 {
  color: #fff;
  background-image: linear-gradient(#00000069, #00000069), url('../images/AdobeStock_270899774_visu_1AdobeStock_270899774_visu.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-left: 0;
  padding-right: 100px;
  display: flex;
  position: static;
}

.impdat {
  padding: 100px;
}

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

.success-block.highlights {
  color: #fff;
  border-style: none;
}

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

.div-block-farbig {
  border: 1px solid var(--green);
  text-align: center;
  background-color: #0000;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 40px 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 6px 1px #94949429;
}

.div-block-farbig._100 {
  justify-content: center;
  height: 100%;
}

.icon {
  object-fit: contain;
  width: auto;
  height: 60px;
  margin-bottom: 20px;
}

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

.heading-mittig {
  text-align: center;
  margin-top: 10px;
}

.heading-mittig.heading-1 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.inhalt-untereinander1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.feature-image-mask {
  border-radius: 30px;
  width: 100%;
  height: 60vh;
}

.feature-image-mask.margin {
  flex-direction: column;
  height: 60vh;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 5px #73737329;
}

.feature-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.inhalt-nebeneinander1 {
  justify-content: space-between;
  align-items: center;
  width: 75vw;
  display: flex;
}

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

.checkbox-field {
  text-align: left;
}

.submit-button1 {
  border-radius: 10px;
  padding: 15px 20px;
}

.submit-button1.hauptfarbe.flie-text:hover {
  background-color: var(--green);
  background-color: #2fc085;
}

.select-field {
  color: #949494;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

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

.text-field {
  height: 30px;
  font-family: Roboto, sans-serif;
}

.form-block {
  width: 100.001%;
}

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

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

.hauptfarbe {
  background-color: var(--black);
  color: #fff;
}

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

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

.block-1 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.heading-footer {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-footer {
  justify-content: space-between;
  display: flex;
}

.social-media {
  object-fit: contain;
  height: 2vw;
}

.link-block {
  margin-right: 10px;
}

.link-block.hide {
  display: 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 {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

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

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

.footer {
  border-top: 1px solid #0003;
  margin-top: auto;
  padding: 40px 140px 20px;
}

.footer.zweitfarbe {
  padding-top: 20px;
}

.quick-stack {
  width: 100%;
  padding: 0;
}

.slider {
  background-color: #fff0;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.arrow {
  background-color: #0009;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  font-size: 24px;
  display: flex;
}

.arrow:hover {
  background-color: var(--black);
}

.form {
  margin-top: 20px;
}

.contact-div {
  border: 1px solid var(--green);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 6px 1px #94949429;
}

.contact-div:hover {
  transform: scale(1.03);
}

.map-div {
  width: 100%;
  height: 100%;
}

.top-div {
  position: absolute;
  inset: 0% 0% auto;
}

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

.small-icon {
  object-fit: contain;
  width: 39px;
  margin-bottom: 0;
}

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

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

.html-embed {
  color: var(--green);
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.arrow-div {
  width: 3vw;
  margin: 0 auto 10px;
}

.fixed-div {
  z-index: 600;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: auto;
  padding: 60px 20px 40px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: scroll;
  box-shadow: 0 2px 15px #0003;
}

.terminbutton-2 {
  text-align: center;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 22px;
  transition: all .45s;
}

.terminbutton-2:hover {
  background-color: var(--green);
}

.icon-close {
  object-fit: contain;
  width: 25px;
  margin-left: 0;
  margin-right: 0;
}

.close {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 2% 2% auto auto;
}

.close.w--current {
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  inset: 2% 2% auto auto;
}

.list-4 {
  margin-top: 10px;
  list-style-type: decimal;
}

.text-left {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.link-formular {
  color: #2fc085;
  font-weight: 700;
  text-decoration: none;
}

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

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

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

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

.cross-block {
  position: absolute;
  inset: 1% 1% auto auto;
}

.video {
  color: #fff;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.embed {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: relative;
}

.quick-stack-3 {
  width: 100%;
  padding-left: 0;
}

.arrow-divblock {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.terminbutton1 {
  text-align: center;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 22px;
  transition: all .45s;
}

.terminbutton1:hover {
  background-color: #2fc085;
}

.textarea {
  font-family: Roboto, sans-serif;
}

.abs-link._1 {
  display: none;
}

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

.code-embed {
  width: 100%;
}

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

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

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

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

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

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

.form1-2 {
  margin-bottom: 0;
}

.contact-form-wrap-3 {
  z-index: 10;
  border: 1px solid #d2d2d580;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-field-11 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-11:hover {
  border-color: #1d1f2e80;
}

.text-field-11:active, .text-field-11:focus {
  border-color: #1d1f2e;
}

.text-field-11::placeholder {
  color: #1d1f2e4d;
}

.text-field-11.cc-textarea {
  height: 100px;
}

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

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  .div-block-34 {
    width: 110px;
  }

  .paragraph-8, .link-3 {
    font-size: 13px;
  }

  .div-block-37 {
    width: auto;
  }

  .link-4 {
    font-size: 13px;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 13px;
  }

  .section-6 {
    justify-content: space-between;
    padding-left: 0;
    display: block;
  }

  .div-block-33 {
    width: auto;
    padding-left: 0;
  }

  .grid-7 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .navbar {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-3.flie-text {
    text-align: center;
    margin-right: 0;
    font-size: 14px;
  }

  .titelvideo1 {
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }

  .inhalt-mittig1 {
    padding-bottom: 20px;
  }

  .terminbutton.hauptfarbe.flie-text.nomargin {
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .terminbutton.hauptfarbe.flie-text.nomargin.h {
    display: none;
  }

  .titelvideo-start {
    padding: 60px;
  }

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

  .nav-link {
    width: 100%;
    position: static;
  }

  .men-icon1 {
    color: #fff;
  }

  .men-buttton.hauptfarbe {
    margin-left: 32%;
    margin-right: auto;
    padding: 10px;
  }

  .men-buttton.hauptfarbe.w--open {
    background-color: var(--black);
    margin-left: 32%;
  }

  .nav-men {
    z-index: 1000;
    background-color: var(--white);
    border: 1px solid #00000045;
  }

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

  .angebot2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .rounded-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rounded-block.zweitfarbe {
    margin-bottom: 20px;
  }

  .section-gro-e-abst-nde {
    padding: 60px;
  }

  .heading-mittig-klein1.heading-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .bild-section-cover1 {
    height: auto;
    padding-right: 0;
  }

  .impdat, .success {
    padding: 60px;
  }

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

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

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

  .div-block-farbig {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-farbig._100 {
    padding-top: 20px;
  }

  .div-block-farbig.zweitfarbe {
    height: 80vh;
    overflow: scroll;
  }

  .icon {
    height: 40px;
    margin-bottom: 10px;
  }

  ._4er-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
  }

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

  .inhalt-untereinander1 {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

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

  .feature-image-mask {
    height: 50vh;
    margin-right: 0;
  }

  .feature-image-mask.margin {
    height: 55vh;
  }

  .feature-image {
    margin-top: 0;
  }

  .inhalt-nebeneinander1 {
    flex-direction: column;
    width: 90vw;
  }

  .submit-button1.hauptfarbe.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-links.heading-1 {
    text-align: center;
    margin-top: 10px;
    font-size: 25px;
    line-height: 1.2;
  }

  .block-1 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-footer.flie-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .social-media, .social-media._40px {
    width: 30px;
    height: 30px;
  }

  .social-media._35px {
    width: 35px;
    height: 35px;
  }

  .link-block {
    height: 30px;
    margin-right: 0;
  }

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

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

  .footer.zweitfarbe {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
  }

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

  .contact-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .map-div {
    height: 40vh;
  }

  .small-icon {
    width: 30px;
  }

  .form-div {
    padding-right: 0;
  }

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

  .fixed-div {
    width: 70vw;
    padding-top: 40px;
    padding-bottom: 20px;
    display: none;
  }

  .terminbutton-2.hauptfarbe.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .icon-close {
    width: 22px;
  }

  .popupmain, .popup-1 {
    padding: 60px;
    display: none;
  }

  .popup-2 {
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .popup-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .video {
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }

  .popup-4 {
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .quick-stack-3 {
    padding-bottom: 0;
    padding-right: 0;
  }

  .arrow-divblock {
    margin-top: 20px;
  }

  .terminbutton1.hauptfarbe.flie-text {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .div {
    z-index: 999;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .abs-link._1 {
    display: block;
  }

  .error-message {
    width: auto;
  }

  .contact-form-wrap-3 {
    flex-direction: column;
    align-items: center;
  }

  .form-wrap-5 {
    text-align: center;
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-bottom: 60px;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-34 {
    width: 153.531px;
  }

  .paragraph-8, .link-3 {
    margin-left: 0;
  }

  .div-block-37 {
    width: 153.531px;
  }

  .link-4 {
    margin-left: 0;
  }

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

  .section-6 {
    flex-direction: column;
    display: block;
  }

  .div-block-33 {
    align-items: flex-start;
    width: 153.531px;
    padding-left: 0;
    display: flex;
  }

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

  .navbar1 {
    position: relative;
  }

  .navbar {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

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

  .titelvideo1 {
    height: 100%;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .titelvideo-start {
    padding: 40px;
  }

  .nav-menu {
    background-color: #2e2e2e;
  }

  .impdatfooter, .impressum2 {
    text-align: left;
  }

  .men-icon1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .men-buttton.hauptfarbe {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    display: flex;
  }

  .men-buttton.hauptfarbe.w--open {
    margin-left: 25%;
  }

  .angebot2 {
    height: auto;
  }

  .bild-auftauchen2 {
    width: 100%;
    max-height: none;
  }

  .section-gro-e-abst-nde {
    padding: 40px;
  }

  .heading-mittig-klein1 {
    font-size: 25px;
    line-height: 25px;
  }

  .bild-section-cover1 {
    height: 300px;
    min-height: auto;
  }

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

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

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

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

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

  .div-block-farbig._100 {
    padding-top: 20px;
  }

  .div-block-farbig.zweitfarbe {
    height: 90vh;
    overflow: scroll;
  }

  .icon {
    height: 30px;
  }

  ._4er-grid {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .feature-image-mask {
    height: 45vh;
    margin-right: 0;
  }

  .feature-image-mask.margin {
    height: 45vh;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .form-text.flie-text {
    text-align: center;
    margin-bottom: 10px;
  }

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

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

  .text-field {
    height: 45px;
  }

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

  .div-block-footer.flie-text {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    display: flex;
  }

  .link-block.hide {
    display: block;
  }

  .footer.zweitfarbe {
    padding: 40px;
  }

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

  .map-div {
    height: 35vh;
  }

  .small-icon {
    width: 25px;
  }

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

  .fixed-div {
    width: 100%;
    padding-top: 40px;
    display: none;
  }

  .popupmain {
    justify-content: center;
    align-items: flex-start;
    padding: 40px 20px;
    display: none;
  }

  .cross {
    width: 25px;
    height: 25px;
  }

  .popup-1 {
    padding: 40px;
  }

  .popup-2, .popup-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .video {
    height: 100%;
  }

  .popup-4 {
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .quick-stack-3 {
    padding-right: 0;
  }

  .div {
    top: 30%;
    bottom: 30%;
  }

  .abs-link._1 {
    display: none;
  }

  .abs-link._2 {
    margin-bottom: 20px;
  }

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

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

  .contact-form-wrap-3 {
    padding: 40px;
  }

  .text-field-11 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-11::placeholder {
    text-align: center;
  }

  .text-field-11.cc-textarea {
    margin-bottom: 20px;
  }

  .contact-form-4 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 25px;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 22px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 20px;
  }

  p {
    font-size: 12px;
    line-height: 17px;
  }

  .logo {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-8, .link-3, .link-4 {
    font-size: 15px;
  }

  .grid-6 {
    justify-content: start;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 15px;
  }

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

  .grid-7 {
    justify-content: start;
  }

  .navbar {
    flex-flow: column;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-3.flie-text {
    margin-bottom: 3px;
  }

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

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

  .titelvideo1 {
    height: 100%;
  }

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

  .titelvideo-start {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mehr-erfahren2 {
    min-width: 150px;
  }

  .impdatfooter {
    text-align: left;
  }

  .impdat1 {
    font-family: Roboto, sans-serif;
  }

  .men-buttton.hauptfarbe {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .men-buttton.hauptfarbe.w--open {
    margin-left: auto;
  }

  .nav-men {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    padding: 5px;
    display: flex;
  }

  .rounded-block {
    min-width: 200px;
  }

  .section-gro-e-abst-nde {
    padding: 40px 20px;
  }

  .section-gro-e-abst-nde.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-mittig-klein1 {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-mittig-klein1.heading-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .bild-section-cover1 {
    height: auto;
  }

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

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

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

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

  .icon {
    height: 35px;
  }

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

  .inhalt-untereinander1 {
    text-align: center;
    align-items: center;
    padding-right: 0;
  }

  .feature-image-mask, .feature-image-mask.margin {
    height: 35vh;
  }

  .inhalt-nebeneinander1 {
    width: 90vw;
  }

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

  .logo-img {
    height: 12vh;
  }

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

  .social-media, .social-media._40px, .social-media._35px {
    background-color: #fff;
    border-radius: 100%;
  }

  .link-block {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    display: flex;
  }

  .link-block.hide {
    display: block;
  }

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

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

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

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

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

  .small-icon {
    width: 25px;
  }

  ._3ergrid {
    margin-top: 10px;
  }

  .arrow-div {
    width: 5vw;
  }

  .fixed-div {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .terminbutton-2.hauptfarbe.flie-text {
    margin-top: 10px;
  }

  .list-4 {
    padding-left: 20px;
  }

  .popupmain {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cross {
    width: 20px;
    height: 20px;
  }

  .popup-1, .popup-2 {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

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

  .video {
    height: 100%;
  }

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

  .embed {
    width: auto;
    overflow: scroll;
  }

  .arrow-divblock {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .abs-link {
    position: absolute;
    inset: 5% 2% auto auto;
  }

  .abs-link._1 {
    display: none;
    position: static;
    inset: auto auto 25%;
  }

  .abs-link._2 {
    position: relative;
    top: 0;
    right: 0%;
  }

  .embed-div {
    width: 100%;
    height: 70vh;
    overflow: visible;
  }

  .contact-form-wrap-3 {
    padding: 40px 30px;
  }

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

#w-node-f2ff3c8a-5d0b-d67f-230b-281adb763b31-9310f9ed, #w-node-_78675f41-c6bd-985d-5610-057721b0f124-9310f9ed {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f5f63d1d-0e2e-206f-3928-6ffebb0826b9-9310f9ed, #w-node-_478a0946-532a-aeab-0689-cac090725bb1-9310f9ed, #w-node-_734a637e-d4a5-477e-2578-561df749feb3-9310f9ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50fd4588-eb66-fe7f-c26f-232c6c29271c-9310f9ed, #w-node-_58961fca-6866-c5ea-e7ed-f9c6bc57a23a-2a476889 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-f2ff3c8a-5d0b-d67f-230b-281adb763b31-9310f9ed, #w-node-_78675f41-c6bd-985d-5610-057721b0f124-9310f9ed {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_734a637e-d4a5-477e-2578-561df749feb3-9310f9ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_50fd4588-eb66-fe7f-c26f-232c6c29271c-9310f9ed, #w-node-_58961fca-6866-c5ea-e7ed-f9c6bc57a23a-2a476889 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58961fca-6866-c5ea-e7ed-f9c6bc57a246-2a476889 {
    order: -9999;
  }
}


