:root {
  --beige: #efebe3;
  --grünbeige: beige;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

h1 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  line-height: 21px;
}

.nav {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.wrapper {
  padding-bottom: 40px;
}

.banner-top {
  flex-flow: column;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.wrapper-text {
  padding-bottom: 10px;
}

.body-wrapper {
  background-color: #fffffff0;
}

.footer {
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px 40px;
  display: flex;
}

.container {
  margin-bottom: 40px;
}

.text-block {
  color: #818181;
  letter-spacing: 1px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.image {
  width: auto;
  height: 30px;
}

.image-2 {
  height: 30px;
}

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

.link {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.image-3 {
  width: 70px;
}

.text-blue {
  color: #1515e4;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
  display: none;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: none;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 10px;
}

.footer-social-link-three:hover {
  opacity: .5;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.footer-legal-link:hover {
  color: #1515e4;
}

.image-4 {
  height: 30px;
}

.divider {
  -webkit-text-stroke-color: #ccc;
  background-color: #ccc;
  height: 1px;
  margin-bottom: 50px;
}

.h3 {
  letter-spacing: .5px;
  font-family: Syne, sans-serif;
  font-size: 26px;
}

.h3.center.text-blue, .h2.text-blue {
  font-family: Syne, sans-serif;
}

.h1.text-blue {
  text-transform: uppercase;
}

.h1.text-blue.center {
  text-align: center;
  font-family: Syne, sans-serif;
}

.pricing-items {
  border-top: 1px #000;
  border-bottom: 1px #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 30px 80px;
  display: flex;
  position: relative;
}

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 10px;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
  box-shadow: 1px 5px 15px 1px #0003;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 0 16px 5px 0;
  display: flex;
}

.tagline {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}

.pricing-info {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-divider-two {
  background-color: #ccc;
  height: 1px;
  margin: 9px 0 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5px;
  display: flex;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.heading {
  margin-bottom: 0;
}

.button-cta {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #1515e4;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Syne, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

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

.faq {
  background-color: #00f;
  border-radius: 20px;
  margin-top: 0;
  margin-left: 2em;
  margin-right: 2em;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-heading-right {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 0;
  position: relative;
}

.hero-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  background-color: #f4eee3b3;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  padding: 2em;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.gallery-scroll {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 20px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  border-radius: 10px;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-image-text.light {
  letter-spacing: .2px;
  text-transform: uppercase;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.features-wrapper-two {
  -webkit-text-fill-color: inherit;
  background-color: #efebe3;
  background-clip: border-box;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-right: 60px;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
}

.features-block-two {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 50%;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 25px;
  height: 25px;
  margin-top: 10px;
  margin-right: 10px;
}

.hero-heading-left {
  background-color: #efebe3;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 60px 80px 40px;
  position: relative;
}

.image-5 {
  width: 100%;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding-right: 40px;
  display: flex;
}

.quote {
  text-align: center;
  text-transform: uppercase;
  padding: 60px 40px;
  font-family: Syne, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.heading-3 {
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
}

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

.link-3 {
  color: #000;
  font-family: Syne, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.link-3:hover {
  color: #1515e4;
}

.hero-intro {
  background-image: url('../images/img-teaser-hero.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-6 {
  width: 100%;
}

.quote-2 {
  color: #00f;
  text-align: left;
  text-transform: uppercase;
  padding: 20px 40px 60px 20px;
  font-family: Syne, sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 47px;
}

.image-7 {
  width: 220px;
  max-width: none;
}

.text-block-2 {
  color: #1515e4;
  letter-spacing: 5px;
  margin-top: 20px;
  font-family: Syne, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.link-big {
  color: #000;
  border: 1px #000;
  border-bottom-style: solid;
  padding-bottom: 3px;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-big:hover {
  color: #1515e4;
  border: 0 #000;
  border-bottom: 1px solid #1515e4;
}

.heading-4 {
  color: #000;
  text-transform: none;
  margin-bottom: 5px;
  font-family: Syne, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.quick-stack {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 80px;
}

.image-8 {
  width: 30px;
}

.div-block-4 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  min-height: auto;
  padding-bottom: 20px;
  padding-left: 60px;
  display: flex;
}

.heading-5 {
  text-transform: none;
  font-family: DM Sans, sans-serif;
}

.gallery-image-wrapper-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: relative;
}

.gallery-image-copy {
  border-radius: 10px;
  width: 49%;
}

.gallery-image-copy.shadow-two {
  border-radius: 10px;
}

.container-4 {
  max-width: none;
}

.text-block-3 {
  color: #707070;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.link-4 {
  color: #707070;
}

.faq-item {
  border-bottom: .5px solid #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 1em;
  padding-bottom: .8em;
  display: flex;
}

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

.text-block-4 {
  width: 100%;
  margin-right: 20px;
  padding-right: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.faq-title-icon {
  transform-style: preserve-3d;
  width: 20px;
  height: 20px;
  transform: translate3d(0, 0, -45px);
}

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

.faq-div-body {
  padding-top: .5em;
  overflow: hidden;
}

.quick-stack-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0 40px 40px;
}

.div-block-6 {
  flex-flow: column;
  flex: 1;
  width: auto;
  min-width: auto;
  display: flex;
}

.quote-2-copy {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  padding: 0 0 60px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.quick-stack-3 {
  margin-top: 20px;
  padding: 0;
}

.about {
  display: none;
}

.hero-split-copy {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 45%;
  height: 100%;
  padding: 0;
  display: flex;
}

.div-block-7 {
  width: 95%;
}

.div-block-8 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.div-block-10 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 80%;
  display: flex;
}

.text-block-5 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-block-6 {
  color: #fff;
  letter-spacing: 1px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.wrapper-agb {
  padding-bottom: 40px;
}

.wrapper-impresum {
  background-color: #efebe3b3;
  border-radius: 10px;
  padding: 20px 40px 40px;
}

.copy-large {
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.copy-large.text-blue {
  font-family: Syne, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.wrapper-text-intro {
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.heading-6 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
}

.about-grid {
  flex-flow: column;
  padding-top: 3em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.utility-page-wrap {
  background-color: #3625f2;
  background-image: linear-gradient(#fff 42%, #e4d5ca);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.text-field {
  border-radius: 5px;
}

.image-9 {
  margin-bottom: 40px;
}

.link-text, .text-link {
  color: #000;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
}

.paragraph-3 {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 17px;
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 16px;
}

.text-white {
  color: #fff;
}

.link-big-inv {
  color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-big-inv:hover {
  color: #a8a8a8;
  border: 0 #000;
  border-bottom: 1px solid #1515e4;
}

.image-10, .image-11, .image-12 {
  border-radius: 0;
}

.heading-7 {
  justify-content: center;
  align-items: center;
  font-family: Syne, sans-serif;
  display: flex;
}

.heading-8 {
  font-family: Syne, sans-serif;
  font-weight: 700;
}

.heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16 {
  font-family: Syne, sans-serif;
}

.retreats {
  border-radius: 20px;
}

.heading-17, .heading-18 {
  text-align: center;
}

.heading-18.text-blue, .heading-18.text-white {
  font-family: Syne, sans-serif;
}

.pricing-items-blue {
  background-color: #00f;
  border-top: 1px #000;
  border-bottom: 1px #e4ebf3;
  border-radius: 18px;
  margin-top: 0;
  margin-left: 1em;
  margin-right: 1em;
  padding: 60px 30px;
  position: relative;
}

.image-13, .image-14, .image-15 {
  border-radius: 10px;
}

.div-block-11 {
  margin-bottom: 60px;
}

.quick-stack-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 60px;
}

.div-block-12 {
  width: 400px;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .footer {
    padding-bottom: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 0;
  }

  .pricing-card-two {
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 20px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .pricing-image-two.shadow-two {
    height: auto;
    min-height: 100%;
  }

  .pricing-content {
    padding-right: 10px;
  }

  .pricing-divider-two {
    margin-bottom: 5px;
  }

  .hero-heading-right {
    padding-right: 0;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
    padding: 1.5em 1.5em 1em;
  }

  .margin-bottom-24px {
    font-size: 14px;
    line-height: 20px;
  }

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

  .gallery-sticky {
    padding-left: 20px;
    position: relative;
    top: 0;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .features-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 1;
    max-width: 100%;
  }

  .features-block-two {
    flex: 1;
  }

  .div-block-3 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
  }

  .hero-intro {
    background-size: cover;
    justify-content: center;
    align-items: center;
  }

  .image-7 {
    width: 180px;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .div-block-4 {
    flex-flow: column;
    width: 100%;
    padding-left: 50px;
  }

  .container-4 {
    max-width: none;
  }

  .faq-title-icon {
    width: 20px;
  }

  .quote-2-copy {
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
  }

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

  .hero-split-copy {
    max-width: 100%;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .copy-large.text-blue {
    font-size: 24px;
    line-height: 34px;
  }

  .about-grid {
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .pricing-items-blue {
    padding-left: 20px;
    padding-right: 20px;
  }

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

@media screen and (max-width: 767px) {
  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 30px;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .hero-split {
    padding-right: 0;
  }

  .gallery-scroll, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .features-list, .hero-heading-left {
    padding: 60px 15px;
  }

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

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

  .about-grid {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .pricing-items-blue {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .banner-top {
    padding-bottom: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .footer-social-block-three {
    margin-top: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    order: 1;
  }

  .footer-legal-block {
    margin-bottom: 15px;
  }

  .h3 {
    text-align: left;
  }

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

  .h1.text-blue.center {
    font-size: 30px;
    line-height: 40px;
  }

  .pricing-items {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-card-two {
    padding: 20px 20px 25px;
  }

  .pricing-image-two.shadow-two {
    margin-bottom: 0;
  }

  .pricing-content {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .pricing-divider-two {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -10px;
  }

  .pricing-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .pricing-details-text {
    margin-bottom: 0;
  }

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

  .button-cta {
    text-align: center;
    width: 100%;
  }

  .faq {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .hero-heading-right {
    flex-flow: column;
    padding: 0;
    display: block;
  }

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

  .hero-split {
    margin-bottom: 0;
    padding: 1.5em 1.5em 1em;
  }

  .gallery-scroll {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .gallery-sticky {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-grid {
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-image-text.light {
    font-size: 16px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .features-list {
    padding: 0;
  }

  .features-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .features-right {
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 100%;
    max-width: none;
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 40%;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 0;
  }

  .hero-heading-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3 {
    flex-flow: column;
    min-width: 100%;
    padding-right: 0;
  }

  .quote {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 24px;
  }

  .hero-intro {
    background-position: 100%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
  }

  .quote-2 {
    padding-bottom: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .image-7 {
    width: 150px;
  }

  .text-block-2 {
    font-size: 21px;
  }

  .heading-4 {
    text-transform: none;
    font-size: 13.5px;
  }

  .quick-stack {
    flex: 0 auto;
    margin-bottom: 0;
  }

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

  .container-3 {
    flex-flow: column;
    display: block;
  }

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

  .paragraph {
    text-align: center;
  }

  .cell {
    flex-flow: column;
  }

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

  .quote-2-copy {
    padding-bottom: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .hero-split-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10 {
    height: 80%;
  }

  .text-block-5 {
    text-align: center;
    font-size: 20px;
  }

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

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

  .wrapper-impresum {
    background-color: #efebe3b3;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .copy-large {
    margin-bottom: 10px;
    font-family: DM Sans, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 31px;
  }

  .copy-large.text-blue {
    font-size: 20px;
    line-height: 28px;
  }

  .about-grid {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
    font-size: 14px;
  }

  .pricing-items-blue {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .quick-stack-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 20px 10px 10px;
  }

  .div-block-12 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }
}

#w-node-c3300be6-8bd7-50c4-b985-16db604ef20e-0eeefbfa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_48e1b717-dbfd-f6e0-1084-b5aec7d27211-0eeefbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48e1b717-dbfd-f6e0-1084-b5aec7d27221-0eeefbfa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_48e1b717-dbfd-f6e0-1084-b5aec7d27222-0eeefbfa, #w-node-_48e1b717-dbfd-f6e0-1084-b5aec7d27223-0eeefbfa, #access-dash.w-node-_48e1b717-dbfd-f6e0-1084-b5aec7d27226-0eeefbfa, #w-node-_48e1b717-dbfd-f6e0-1084-b5aec7d27227-0eeefbfa, #lead-retrieval.w-node-_48e1b717-dbfd-f6e0-1084-b5aec7d2722a-0eeefbfa, #w-node-_48e1b717-dbfd-f6e0-1084-b5aec7d2722b-0eeefbfa, #lead-scoring.w-node-_48e1b717-dbfd-f6e0-1084-b5aec7d2722e-0eeefbfa, #w-node-_48e1b717-dbfd-f6e0-1084-b5aec7d2722f-0eeefbfa, #sponsored-sections.w-node-_48e1b717-dbfd-f6e0-1084-b5aec7d27232-0eeefbfa, #w-node-_48e1b717-dbfd-f6e0-1084-b5aec7d27233-0eeefbfa, #community.w-node-_1ed60d50-1a7c-7755-6208-332a13a1f3a3-0eeefbfa, #w-node-_1ed60d50-1a7c-7755-6208-332a13a1f3a4-0eeefbfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb61b8ed-6cdc-392d-3a80-86ac9081397a-0eeefbfa {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-c2e4c619-8b68-4ddd-d6dd-1b1528c705ed-0eeefbfa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_33b88931-8270-7315-0502-faf8bd6c64a3-0eeefbfa, #w-node-_6bef7c2e-04ec-7cbe-ee88-fe3a4739dea7-ca9fe019 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_48e1b717-dbfd-f6e0-1084-b5aec7d27211-0eeefbfa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c3300be6-8bd7-50c4-b985-16db604ef20e-0eeefbfa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_48e1b717-dbfd-f6e0-1084-b5aec7d27211-0eeefbfa, #w-node-_48e1b717-dbfd-f6e0-1084-b5aec7d27221-0eeefbfa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb61b8ed-6cdc-392d-3a80-86ac9081397a-0eeefbfa, #w-node-c2e4c619-8b68-4ddd-d6dd-1b1528c705ed-0eeefbfa, #w-node-_33b88931-8270-7315-0502-faf8bd6c64a3-0eeefbfa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


