:root {
  --mehndi: #6c725b;
  --brown1: #5a4f42;
  --black: black;
  --skin: #c4b89a;
  --white: white;
  --light-green: #a5c58f;
  --brown: #483628;
}

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

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-color: var(--mehndi);
  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: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

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

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

.logo-img {
  object-fit: contain;
  width: 100%;
  height: 10rem;
}

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

.logo.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #3e4a3d;
}

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

.highlights {
  color: #fff;
  background-color: #9cbe74;
}

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

.heading-1, .heading-2 {
  font-family: Marcellus SC, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.heading-3 {
  font-family: ZCOOL XiaoWei, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

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

.flie-text.center {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}

.farbe-der-headings {
  color: #3e4a3d;
  line-height: 1.3;
}

.navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar.hauptfarbe {
  z-index: 10;
  color: #fff;
  position: sticky;
  top: 0;
}

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

.terminbutton.highlights.flie-text {
  background-color: var(--brown1);
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

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

.impressum.flie-text {
  line-height: 25px;
}

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

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

.form-text {
  line-height: 1.3;
}

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

.link-formular.farbe-der-headings {
  color: var(--brown1);
  font-weight: 700;
}

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

.success-block.highlights {
  color: #fff;
  background-color: var(--mehndi);
}

.logo-postion {
  z-index: 10;
  filter: brightness(0%) invert();
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5vw;
  position: relative;
}

.navbar-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100vw;
  max-height: 100vh;
  padding-top: 15vh;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.nav-menu-2.hauptfarbe {
  color: #fff;
}

.nav-link-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  position: static;
}

.nav-link-4:hover {
  color: #919191;
  width: 100%;
}

.menu-button-1 {
  z-index: 10;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-button-1.hauptfarbe {
  background-image: linear-gradient(#465116, #465116);
}

.icon {
  color: #000;
  width: 25px;
  height: 25px;
}

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

.div-block-text {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.slogan1 {
  text-align: left;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 85px;
}

.slogan1.heading-1 {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.wei-er-rahmen {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60vw;
  display: flex;
}

.div-block-video1 {
  color: #fff;
  background-image: linear-gradient(#0006, #0006);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-right: 15vw;
  font-size: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.titelvideo-start-3 {
  height: 90vh;
  position: relative;
}

.divider {
  width: 20vw;
  height: 2px;
  margin-bottom: 10px;
}

.divider.highlights {
  width: 15vw;
  margin-bottom: 20px;
}

.divider.white {
  background-color: #fff;
}

.lottie-animation {
  opacity: .8;
  object-fit: contain;
  align-self: center;
  width: 50%;
}

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

.inhalt-mittig-untereinander-1.flie-text {
  padding-left: 0;
  padding-right: 0;
}

.heading-mittig {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

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

.heading-mittig.heading-1.white {
  color: #fff;
}

.section-gro-e-abst-nde1-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 15vw 15vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-gro-e-abst-nde1-2.highlights-3.hide {
  display: none;
}

.section-gro-e-abst-nde1-2.highlights-3.smaller {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

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

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

.section1 {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.section1.zweitfarbe, .section1.highlights--2 {
  padding-left: 100px;
  padding-right: 100px;
}

.text-ber-bild1 {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.feature-image._100 {
  border: 5px solid #364317;
  height: 100%;
}

.feature-image._100.lleft {
  object-position: 57% 50%;
}

.feature-image.lightborder {
  border: 5px solid #d5d0c8;
}

.feature-image.lightborder.linkss {
  object-position: 20% 40%;
}

.feature-image.lightborder.right {
  object-position: 0% 50%;
}

.feature-image.lightborder.down {
  object-position: 50% 20%;
}

.feature-image.lightborder.to-top {
  object-position: 50% 80%;
}

.feature-image.lightborder.to-btm {
  object-position: 50% 30%;
}

.feature-image.lightborder.to-btm-more {
  object-position: 50% 0%;
}

.feature-image.lightborder.rel {
  z-index: 1;
  object-fit: contain;
  position: relative;
}

.feature-image.lightborder.abs {
  filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.feature-image.lightborder.contain {
  object-fit: contain;
}

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

.feature-image._100-real {
  border: 5px solid #364317;
  height: 100%;
}

.feature-image._100-real.lleft {
  object-position: 57% 50%;
}

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

.heading-mittig-klein1.heading-2 {
  line-height: 1.3;
}

._2er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
}

._2er-grid.outline {
  grid-template-columns: 1.5fr 1.5fr;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0;
}

._2er-grid.outline.btm-mrgn {
  margin-bottom: 60px;
}

.feature-image-mask {
  border: 2px solid #aa9c8d;
  justify-content: space-between;
  width: 100%;
  height: 60vh;
  display: flex;
  position: relative;
}

.feature-image-mask.versetzt {
  height: 70vh;
  position: relative;
  top: 40px;
  right: 40px;
}

.feature-image-mask.versetzt.links {
  top: 40px;
  left: 40px;
  right: auto;
}

.feature-image-mask.versetzt.links.feature-image--top, .feature-image-mask.versetzt.first.auto {
  height: auto;
}

.feature-image-mask.versetzt.first.ver {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-width: 0;
  flex-flow: column;
  height: 105vh;
}

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

.text-links1.flie-text {
  width: 100%;
  display: block;
  overflow: visible;
}

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

.hintergrund-wei {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
}

.hintergrund-wei.versetzt {
  height: auto;
  position: relative;
  right: 40px;
}

.hintergrund-wei.versetzt.rechts {
  padding-left: 40px;
  padding-right: 0;
  right: -40px;
}

.hintergrund-wei.versetzt.rechts.highlights-4 {
  background-color: #3e4a3d;
}

.hintergrund-wei.versetzt.is-higlight {
  background-color: #3e4a3d;
  padding-left: 40px;
}

.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: 10px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

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

.mehr-erfahren2.highlights--2 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.mehr-erfahren2.highlights--2:hover {
  background-color: var(--skin);
  color: var(--black);
}

.mehr-erfahren2.highlights--2.heading-1 {
  width: 100%;
}

.mehr-erfahren2.highlights--2.heading-1:hover {
  color: var(--white);
}

.mehr-erfahren2.highlights-3:hover {
  background-color: var(--brown1);
}

.mehr-erfahren2.highlights-3.heading-1 {
  font-family: Montserrat, sans-serif;
}

.heading-links1 {
  text-transform: uppercase;
  margin-top: 10px;
}

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

.bild-cover-section1 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#fff, #0000), url('../images/bilder4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: center;
  height: 45vh;
  padding: 5vh 10vw;
  display: flex;
}

.div-block-wei-1 {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60%;
  padding: 60px;
  display: flex;
}

.heading-links1-3.heading-1.mittig {
  text-align: center;
}

.titelvideo-unterseiten {
  height: 70vh;
  position: relative;
}

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

.heading-klein-links.heading-2 {
  line-height: 1.3;
}

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

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

.heading-block1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
  position: relative;
}

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

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

.maps1-2 {
  width: 100%;
  height: 50vh;
  margin-top: 40px;
}

.maps1-2.unten {
  margin-top: 20px;
  margin-bottom: 40px;
}

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

.success-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

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

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

.impdat-3.flie-text {
  padding-top: 100px;
}

.div-block-footer1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  width: 100%;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

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

.footer-1.highlights-3 {
  border-top: 1px solid var(--skin);
  padding-bottom: 10px;
}

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

.heading-footer.heading-3 {
  margin-bottom: 10px;
  font-family: Marcellus SC, sans-serif;
}

.inhalt-footer {
  height: 100%;
  padding-left: 0;
}

.inhalt-footer.padding {
  margin-left: 0;
  margin-right: 0;
}

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field-3 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field-3.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.left-part {
  z-index: 3;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #fff;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  align-items: center;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

.form-block-3 {
  width: 100%;
}

.navigation-menu {
  z-index: 9;
  width: 0%;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

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

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

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

.right-part {
  z-index: 3;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form-2 {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.text-field-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #364317;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Montserrat, 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;
}

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

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

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

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

.form1 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.contact-form {
  font-family: Montserrat, sans-serif;
}

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

.link.black {
  color: #333;
}

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

.impdat-2.flie-text {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: 10px;
  padding: 0;
  display: flex;
}

.impressum-link {
  color: #fff;
  margin-right: 10px;
  text-decoration: none;
}

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

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

.div-block-43 {
  display: block;
}

.navlink3.flie-text {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.navlink3.flie-text:hover {
  color: #a5c58f;
  font-size: 14px;
  font-weight: 400;
}

.navlink3.flie-text.w--current {
  color: #a5c58f;
}

.men-3 {
  z-index: 10000;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navlinks3 {
  border-top: 1px solid #b7b7b72b;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navlinks3.highlights-4 {
  z-index: 90;
  background-color: var(--mehndi);
}

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

.field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8, .field-label-9 {
  line-height: 1.3;
}

.textarea {
  height: 100px;
}

.textarea-2 {
  border: 1px solid #364317;
  line-height: 3;
}

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

.link-5:hover {
  color: #fff;
}

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

.icon-7 {
  color: #fff;
}

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

.perfomance_slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.perfomance_slider.size {
  background-color: #0000;
}

.perfomance_slider._49 {
  height: 48%;
}

.perfomance_slider._49.hide-desk {
  display: none;
}

.feature-image--top {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

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

.bild-cover-section1-bee {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#fff, #0000), url('../images/e0ad3ca5ec9b1af5ae33e4666244fa7a.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: center;
  height: 45vh;
  padding: 5vh 10vw;
  display: flex;
}

.highlights--2 {
  background-color: var(--skin);
  color: #3e4a3d;
}

.highlights-3 {
  color: #fff;
  background-color: #5a4f42;
}

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

.cover-image.top {
  object-fit: cover;
  object-position: 50% 45%;
  position: relative;
}

.cover-image.down {
  object-position: 50% 35%;
}

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

.card {
  height: 50vh;
  padding: 20px;
  transition: all .2s linear;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

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

.image-div {
  width: 100%;
  max-width: 40vh;
  height: 40vh;
}

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

.headong-cards {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 400;
  line-height: 46px;
}

.headong-cards.heading-1 {
  z-index: 5;
}

.centre-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.hintergrund-wei--green {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
}

.hintergrund-wei--green.versetzt {
  background-color: #3e4a3d;
  height: auto;
  position: relative;
  right: 40px;
}

.inhalt-footer-2 {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 5px;
  text-decoration: none;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.body-2 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.link-5--darker {
  color: var(--black);
  text-decoration: none;
}

.link-5--darker:hover {
  color: var(--white);
}

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

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

.banner-text {
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.social-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 50% 5px auto auto;
}

.social-link {
  border-radius: 50%;
  padding: 10px;
}

.soicl-img {
  object-fit: contain;
  width: 50px;
  height: 50px;
}

.btn-grid {
  grid-template-columns: 1fr;
  justify-items: start;
}

.feature-image-contain {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

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

.highlights-4 {
  color: #fff;
  background-color: #6c725b;
}

.divider-dotted {
  border: 1px dashed #fff;
  width: 80%;
  margin-bottom: 20px;
}

.divider-dotted.top {
  margin-top: 20px;
  margin-bottom: 10px;
}

.kontat-form-wrap {
  background-image: url('../images/bilder2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.linked-text-green {
  color: var(--light-green);
  text-decoration: none;
}

.card-kurse {
  padding: 20px;
  transition: all .2s linear;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-kurse.highlights-3 {
  background-color: var(--brown1);
}

.icon-absolute {
  opacity: .5;
  object-fit: contain;
  width: 10rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.icon-absolute-2 {
  opacity: .5;
  object-fit: contain;
  width: 7rem;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(20deg);
}

.banner-paragraph-text {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 20px;
}

.link-white {
  color: var(--light-green);
  text-decoration: none;
}

.link-white:hover {
  color: #fff;
}

.div-block-video1-bottom {
  color: #fff;
  background-image: linear-gradient(#0006, #0006);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 15vw;
  font-size: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan1-65px {
  text-align: left;
  text-transform: uppercase;
  font-size: 55px;
  line-height: 85px;
}

.slogan1-65px.heading-1 {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.heading-mittig-klein1-small {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 30px;
}

.heading-mittig-klein1-small.heading-2 {
  line-height: 1.3;
}

.wrapper {
  padding: 20px 100px 30px 75px;
}

.send-button {
  text-transform: uppercase;
  font-family: Marcellus SC, sans-serif;
}

.send-button:hover {
  background-color: #292929;
}

.send-button.heading-font1.highlights--2:hover {
  color: var(--white);
}

.form-3 {
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  transition: all .2s;
}

.form-3:hover {
  border-color: #5e5e5e;
}

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

.paragraph-font-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.form-block-4 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.form-block-4.paragraph-font {
  width: 100%;
  margin-top: 20px;
}

.hintergrund-wei--green-centered {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.hintergrund-wei--green-centered.versetzt {
  background-color: #3e4a3d;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  right: 40px;
}

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

.cover-image-banner {
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 100%;
}

.div-block-video1-padding-top {
  color: #fff;
  background-image: linear-gradient(#0006, #0006);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-left: 100px;
  padding-right: 15vw;
  font-size: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan1-55px {
  text-align: left;
  text-transform: uppercase;
  font-size: 55px;
  line-height: 85px;
}

.slogan1-55px.heading-1 {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.3;
}

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

.image-102 {
  width: 35px;
}

.slider-2 {
  width: 75%;
  height: 80vh;
  color: var(--brown1);
  margin-top: 20px;
}

.image-103 {
  background-color: var(--brown1);
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.dropdown {
  width: 100%;
  margin-top: 10px;
}

.dropdown-list {
  background-color: #0000;
  padding-top: 20px;
  position: static;
}

.text-links1-list.flie-text {
  width: 100%;
  display: block;
  overflow: visible;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin: 0;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.show-mobile-landscape {
  display: none;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.hide-mobile-landscape {
  filter: invert();
}

.modal1_content-wrapper {
  background-color: var(--mehndi);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 80vw;
  height: auto;
  max-height: 80vh;
  padding: 2rem 4rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.modal1_component {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

._2-col-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.widget-embed {
  width: auto;
}

.pop-content {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  overflow: auto;
}

.code-embed {
  margin-top: 15vh;
}

.seminar_wrapper {
  margin-top: 1rem;
}

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

.margin-top.margin-small {
  margin-top: 2rem;
}

.text-size-small, .text-span {
  font-size: 12px;
}

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

.div-block-167 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link {
  height: 80vh;
}

.code-embed-2 {
  margin-left: auto;
  margin-right: auto;
}

.code-embed-2.pad {
  width: 100%;
  margin-top: 20px;
}

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

  .logo {
    width: 100%;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

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

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

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

  .div-block-text {
    margin-left: auto;
    margin-right: auto;
  }

  .slogan1.heading-1 {
    text-align: center;
    margin-top: 10px;
    font-size: 40px;
    line-height: 45px;
  }

  .wei-er-rahmen {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-video1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    inset: 0%;
  }

  .titelvideo-start-3 {
    height: 60vh;
  }

  .lottie-animation {
    width: 10%;
  }

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

  .section-gro-e-abst-nde1-2, .section-gro-e-abst-nde1-2.highlights--2, .section-gro-e-abst-nde1-2.highlights-3, .section-gro-e-abst-nde1-2.hauptfarbe, .section-gro-e-abst-nde1-2.highlights-4 {
    padding: 60px;
  }

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

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

  .section1 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section1.zweitfarbe, .section1.highlights--2 {
    padding: 60px;
  }

  .feature-image {
    height: 100%;
    margin-top: 0;
  }

  .feature-image.left.oben {
    object-position: 20% 40%;
  }

  .feature-image._100 {
    object-fit: contain;
    width: 100%;
  }

  .feature-image._100.runter {
    object-position: 50% 70%;
  }

  .feature-image._100-real {
    object-fit: contain;
    width: auto;
  }

  .feature-image._100-real.runter {
    object-position: 50% 70%;
  }

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

  ._2er-grid.outline {
    flex-flow: column;
    padding: 0;
    display: flex;
  }

  ._2er-grid.outline.btm-mrgn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-bottom: 0;
    display: grid;
  }

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

  .feature-image-mask.versetzt {
    height: 55vh;
    top: auto;
    right: auto;
  }

  .feature-image-mask.versetzt.links {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 55vh;
    top: auto;
    left: auto;
  }

  .feature-image-mask.versetzt.links.first {
    order: -1;
  }

  .feature-image-mask.versetzt.links.no-brd-sm-sc, .feature-image-mask.versetzt.first.no-brd {
    border-width: 0;
  }

  .feature-image-mask.versetzt.first.ver {
    justify-content: space-between;
    align-items: center;
    width: 70%;
    height: 50vh;
  }

  .feature-image-mask.first {
    order: -1;
  }

  .feature-image-mask.auto.height {
    border-width: 0;
    justify-content: center;
    align-items: center;
  }

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

  .text-links1.flie-text._130 {
    width: 100%;
  }

  .hintergrund-wei.versetzt {
    padding-right: 0;
    right: auto;
  }

  .hintergrund-wei.versetzt.rechts {
    right: auto;
  }

  .hintergrund-wei.versetzt.rechts.highlights--2, .hintergrund-wei.versetzt.rechts.highlights-3 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hintergrund-wei.versetzt.rechts.highlights-4 {
    width: 100%;
    padding: 1rem;
  }

  .hintergrund-wei.versetzt.highlights--2 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hintergrund-wei.versetzt.highlights-3 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .hintergrund-wei.versetzt.highlights-4 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hintergrund-wei.versetzt.is-higlight {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
  }

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

  .bild-cover-section1 {
    justify-content: center;
    align-items: center;
    padding: 60px;
  }

  .div-block-wei-1 {
    width: 80%;
    height: auto;
    padding: 20px;
  }

  .titelvideo-unterseiten {
    height: 60vh;
  }

  .heading-klein-links.heading-2 {
    text-align: center;
  }

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

  .maps1-2 {
    height: 45vh;
    margin-top: 20px;
  }

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

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

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

  .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;
    place-items: start center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-1.highlights-3 {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-footer.heading-3 {
    text-align: center;
    font-size: 12px;
  }

  .inhalt-footer {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .inhalt-footer.padding {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .error-message {
    width: auto;
  }

  .form1 {
    margin-top: 0;
  }

  .menu-icon-3 {
    color: #fff;
  }

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

  .men-3 {
    background-color: var(--mehndi);
    padding-left: 10px;
    padding-right: 10px;
  }

  .men-button3.w--open {
    background-color: #fff;
  }

  .men-button3.hauptfarbe {
    background-color: var(--mehndi);
    text-align: center;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

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

  .nav-dropdown {
    width: 100%;
  }

  .nav-list.hauptfarbe.w--open {
    position: relative;
  }

  .perfomance_slider._49.hide-sm-sc {
    display: none;
  }

  .perfomance_slider._49._100-sm-sc {
    height: 100%;
  }

  .perfomance_slider._49.hide-desk {
    width: 70%;
    height: 50vh;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .feature-image--top {
    height: 100%;
    margin-top: 0;
  }

  .bild-cover-section1-bee {
    justify-content: center;
    align-items: center;
  }

  .card {
    height: 50vh;
  }

  .card.highlights-3 {
    height: auto;
  }

  .text {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .image-div {
    width: 100%;
  }

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

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

  .headong-cards.heading-1.farbe-der-headings, .centre-div {
    margin-bottom: 10px;
  }

  .hintergrund-wei--green.versetzt {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    right: auto;
  }

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

  .social-div {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .soicl-img {
    width: 30px;
    height: 30px;
  }

  .feature-image-contain {
    height: 100%;
    margin-top: 0;
  }

  .card-kurse {
    height: 50vh;
  }

  .card-kurse.highlights-3 {
    height: auto;
  }

  .icon-absolute {
    width: 5rem;
  }

  .banner-paragraph-text {
    padding-bottom: 20px;
  }

  .banner-paragraph-text.flie-text {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .div-block-video1-bottom {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    inset: 0%;
  }

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

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

  .hintergrund-wei--green-centered.versetzt {
    padding-right: 0;
    right: auto;
  }

  .cover-image-banner {
    object-position: 100% 40%;
  }

  .div-block-video1-padding-top {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    inset: 0%;
  }

  .slogan1-55px.heading-1 {
    text-align: center;
    margin-top: 10px;
    font-size: 35px;
    line-height: 40px;
  }

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

  .img-wrapper {
    width: 100%;
    height: 100%;
  }

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

  .slider-2 {
    height: 60vh;
  }

  .images-div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .text-links1-list.flie-text._130 {
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_content-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .modal1_component {
    display: none;
  }

  ._2-col-grid {
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

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

  .code-embed {
    margin-top: 5vh;
  }

  .seminar_img.is-first {
    order: 0;
  }
}

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

  .divblock1 {
    height: auto;
  }

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

  .nav-menu-2.hauptfarbe {
    padding-top: 20vh;
  }

  .titelvideo1-3 {
    height: 100%;
  }

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

  .wei-er-rahmen {
    width: 400px;
  }

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

  .titelvideo-start-3 {
    height: 28rem;
  }

  .lottie-animation {
    height: auto;
  }

  .inhalt-mittig-untereinander-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-mittig.heading-1 {
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .section-gro-e-abst-nde1-2, .section-gro-e-abst-nde1-2.highlights--2, .section-gro-e-abst-nde1-2.highlights-3, .section-gro-e-abst-nde1-2.hauptfarbe, .section-gro-e-abst-nde1-2.highlights-4 {
    padding: 40px;
  }

  .inhalt-mittig1 {
    height: auto;
  }

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

  .section1.zweitfarbe, .section1.highlights--2 {
    padding: 40px;
  }

  .feature-image.center {
    object-position: 50% 50%;
  }

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

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

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

  ._2er-grid.outline {
    padding-top: 0;
  }

  .feature-image-mask {
    height: 25rem;
    margin-right: 0;
  }

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

  .feature-image-mask.versetzt.links {
    height: 25rem;
  }

  .feature-image-mask.versetzt.links.first, .feature-image-mask.versetzt.first.no-brd {
    height: auto;
  }

  .feature-image-mask.versetzt.first.ver {
    height: 40vh;
  }

  .feature-image-mask.first {
    height: 25rem;
  }

  .feature-image-mask.auto {
    height: auto;
  }

  .hintergrund-wei.versetzt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hintergrund-wei.versetzt.rechts {
    padding-left: 0;
  }

  .hintergrund-wei.versetzt.highlights--2 {
    padding-right: 0;
  }

  .hintergrund-wei.versetzt.highlights-3 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hintergrund-wei.versetzt.highlights-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .mehr-erfahren2.highlights--2.heading-1 {
    width: auto;
  }

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

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

  .bild-cover-section1 {
    height: 40vh;
  }

  .div-block-wei-1 {
    width: 90%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .titelvideo-unterseiten {
    height: 28rem;
  }

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

  .maps1-2 {
    height: 45vh;
  }

  .maps1-2.unten {
    height: 25rem;
  }

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

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

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

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

  .footer-1.highlights-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

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

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

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

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

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

  .perfomance_slider.size, .perfomance_slider._49.hide-desk {
    height: 40vh;
  }

  .feature-image--top._100.runterr {
    object-position: 50% 10%;
  }

  .card {
    height: 45vh;
  }

  .text.center {
    padding-left: 0;
  }

  .image-div {
    width: 100%;
    max-width: none;
    height: 25rem;
  }

  .smal-grid {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .headong-cards.heading-1 {
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .hintergrund-wei--green.versetzt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-link.hauptfarbe {
    padding: 7px;
  }

  .soicl-img {
    width: 25px;
    height: 25px;
  }

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

  .kontat-form-wrap {
    height: auto;
    min-height: auto;
  }

  .card-kurse {
    height: 45vh;
  }

  .card-kurse.highlights-3 {
    height: auto;
  }

  .icon-absolute {
    width: 5.9rem;
  }

  .icon-absolute-2 {
    width: 4rem;
    inset: 0% 0% auto auto;
  }

  .banner-paragraph-text {
    height: auto;
  }

  .banner-paragraph-text.flie-text {
    padding-bottom: 0;
  }

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

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

  .heading-mittig-klein1-small.heading-2 {
    font-size: 22px;
  }

  .send-button.heading-font1.highlights--2 {
    order: 1;
  }

  .hintergrund-wei--green-centered.versetzt {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

  .slider-2 {
    height: 25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .show-mobile-landscape {
    filter: invert();
    display: block;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .modal1_content-wrapper {
    max-width: 95vw;
    max-height: 80vh;
    padding-bottom: 2rem;
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

  .lightbox-link {
    height: 60vh;
  }
}

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

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

  .logo.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .terminbutton.highlights._100 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .nav-menu-2.hauptfarbe {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .titelvideo1-3 {
    height: 100%;
  }

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

  .wei-er-rahmen {
    width: 100%;
    max-width: 350px;
    padding-right: 20px;
  }

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

  .divider.highlights {
    width: 40vw;
  }

  .lottie-animation {
    width: 20%;
  }

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

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

  .section-gro-e-abst-nde1-2.highlights--2, .section-gro-e-abst-nde1-2.highlights-3, .section-gro-e-abst-nde1-2.hauptfarbe, .section-gro-e-abst-nde1-2.highlights-4, .section1.zweitfarbe, .section1.highlights--2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-image._100 {
    height: auto;
  }

  .feature-image._100.runter {
    object-position: 50% 80%;
  }

  .feature-image._100-real {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image._100-real.runter {
    object-position: 50% 80%;
  }

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

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

  ._2er-grid.outline.aut {
    width: auto;
  }

  .feature-image-mask.versetzt.links {
    border-width: 0;
    height: auto;
  }

  .feature-image-mask.versetzt.first.ver {
    width: 100%;
    height: 30vh;
  }

  .feature-image-mask.auto.height {
    height: auto;
  }

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

  .heading-links1.heading-1 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

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

  .div-block-wei-1 {
    width: 90%;
  }

  .heading-links1-3.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-klein-links.heading-2 {
    width: 100%;
  }

  .heading-block1 {
    width: 100vw;
  }

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

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

  .heading-22 {
    font-size: 16px;
    line-height: 1.6rem;
  }

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

  .impdat-3.flie-text {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-1.highlights-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-footer.heading-3 {
    font-size: 14px;
  }

  .maps-gro {
    height: 300px;
  }

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

  .text-field-4 {
    width: 100%;
  }

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

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

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

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

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

  .perfomance_slider.size {
    background-color: #0000;
    width: auto;
    height: 30vh;
  }

  .perfomance_slider._49.hide-desk {
    width: 100%;
    height: 30vh;
  }

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

  .hintergrund-wei--green.versetzt {
    padding-left: 0;
    padding-right: 0;
  }

  .soicl-img {
    width: 20px;
    height: 20px;
  }

  .btn-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .kontat-form-wrap {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon-absolute {
    opacity: .1;
  }

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

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

  .slogan1-65px.heading-1 {
    font-size: 22px;
    line-height: 30px;
  }

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

  .heading-mittig-klein1-small.heading-2 {
    font-size: 20px;
  }

  .cover-image-banner {
    object-position: 90% 40%;
  }

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

  .slogan1-55px.heading-1 {
    font-size: 22px;
    line-height: 30px;
  }

  .slider-2 {
    width: 100%;
    height: 15rem;
  }

  .slide {
    height: 100%;
  }

  .images-div {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_content-wrapper {
    width: 98%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .modal1_component {
    width: auto;
    height: auto;
  }

  .pop-content {
    padding: 0;
  }

  .lightbox-link {
    height: auto;
  }
}

#w-node-_0001e06a-302a-2237-9bc7-fca31bcab00e-b83c1f35 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-ae1b33fe-943b-d14a-b4d0-95845394d47d-201b2990 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9cce6dcc-0df2-bc9d-b9b0-db3bfdb7bb6c-a25e218a {
  grid-area: 2 / 1 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_95fb362d-db42-b179-493a-ce161d03126c-a25e218a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fee2cfd5-828a-a802-227e-ed23c8a30a98-a25e218a {
    grid-area: 7 / 1 / 8 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ae1b33fe-943b-d14a-b4d0-95845394d47d-201b2990 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ae1b33fe-943b-d14a-b4d0-95845394d47d-201b2990 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


