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

.section-intro {
  z-index: 5000;
  opacity: 1;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.container-intro-oben {
  opacity: 1;
  background-color: #62695a;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 50vh;
  display: flex;
}

.container-intro-oben.home {
  background-color: #7d5545;
}

.container-intro-oben.shiatsu {
  background-color: #b98c5d;
}

.container-intro-oben.kontakt {
  background-color: #867173;
}

.container-intro-oben.angebot {
  background-color: #aa7676;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  overflow: hidden;
}

.illustration-oben {
  width: 50vw;
  margin-top: 0;
  position: relative;
  inset: auto 0% 0%;
  transform: rotate(180deg);
}

.illustration-intro-unten {
  width: 40vw;
  margin-top: 10px;
}

.container-intro-unten {
  opacity: 1;
  background-color: #62695a;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.container-intro-unten.home {
  background-color: #7d5545;
}

.container-intro-unten.shiatsu {
  background-color: #b98c5d;
}

.container-intro-unten.shiatsu.blocker {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.container-intro-unten.kontakt {
  background-color: #867173;
}

.container-intro-unten.angebot {
  background-color: #aa7676;
}

.illustration-intro-oben {
  transform-style: preserve-3d;
  width: 40vw;
  margin-bottom: 10px;
  transform: rotate(180deg)translate3d(0, 0, 180px);
}

.word-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: auto;
  margin-top: -15vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image, .image-2, .image-3 {
  height: auto;
  max-height: 40vh;
}

.letter {
  width: auto;
  height: 20vh;
  max-height: none;
  transform: translate(0);
}

.letter.s1 {
  width: auto;
}

.image-5, .image-6, .image-7 {
  height: 40vh;
}

.section-logo-schrift {
  z-index: 0;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.mask {
  z-index: 3;
  opacity: 1;
  background-color: #fff;
  width: 100vw;
  height: 43vh;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.rahmen-animiert {
  z-index: 1000;
  opacity: 1;
  letter-spacing: normal;
  pointer-events: none;
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.section-4 {
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  overflow: visible;
}

.body {
  overflow: hidden visible;
}

.titel {
  z-index: auto;
  color: #333;
  text-align: center;
  letter-spacing: .03em;
  cursor: pointer;
  pointer-events: auto;
  margin-top: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  inset: 0% 0% auto;
}

.titel:hover {
  color: #333;
  font-style: italic;
}

.titel.w--current {
  font-size: 18px;
}

.container {
  z-index: 10000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.claim {
  text-align: center;
  letter-spacing: .02em;
  margin-top: 2px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.container-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.menu-punkt {
  color: #333;
  text-align: center;
  letter-spacing: .02em;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  margin-right: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
}

.menu-punkt:hover {
  font-style: italic;
  font-weight: 400;
}

.menu-punkt.w--current {
  font-style: italic;
}

.menu-punkt.home {
  flex: 1;
  align-self: center;
  align-items: center;
  font-style: normal;
  display: block;
}

.menu-punkt.impressum {
  text-align: center;
  width: 6em;
}

.menu-punkt.datenschutz {
  text-align: center;
  width: 7em;
}

.menu-punkt.copyright {
  text-align: center;
  width: 15em;
}

.menu-punkt.copyright:hover {
  font-style: normal;
}

.div-block-menu {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  width: 100%;
  margin-top: 30px;
  display: grid;
  position: relative;
}

.div-block {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  pointer-events: auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  place-content: end center;
  place-items: flex-end center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  inset: auto 0% 20px;
}

.div-block.footer-mobile {
  display: none;
}

.button {
  z-index: auto;
  letter-spacing: .01em;
  pointer-events: auto;
  background-color: #7d5545;
  border-radius: 30px;
  margin-top: 20px;
  margin-right: 15px;
  padding: 12px 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button:hover {
  color: #fff;
  background-color: #333;
  font-weight: 400;
}

.rahmen-statisch {
  z-index: 1000;
  opacity: 1;
  letter-spacing: normal;
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.container-statisch {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.titel-statisch {
  color: #333;
  text-align: center;
  letter-spacing: .03em;
  margin-top: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  line-height: 24px;
  position: static;
  inset: 0% 0% auto;
}

.titel-statisch:hover {
  color: #333;
  font-style: italic;
}

.section-seiten {
  text-align: center;
  background-color: #bd8f6f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 40px;
}

.kolonnen {
  z-index: 500;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 60px;
  padding-left: 25vw;
  padding-right: 25vw;
  display: grid;
  position: relative;
}

.kolonnen.datenschutz {
  width: 100%;
  max-width: 1500px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.kolonnen.datenschutz.klein {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
}

.kolonnen.datenschutz.klein.ohne-titek {
  padding-top: 0;
}

.kolonnen.imppressum {
  width: 100%;
  max-width: 1500px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20vw;
  padding-right: 20vw;
}

.paragraph-1 {
  text-align: left;
  text-indent: 0;
  white-space: normal;
  max-width: none;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 1.3em;
  position: relative;
}

.paragraph-1.impressum-2 {
  margin-top: 50px;
}

.paragraph-1.last {
  margin-bottom: 0;
}

.heading-paragraph {
  text-align: left;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
}

.heading-paragraph.datenschutz {
  margin-top: 0;
  margin-bottom: 20px;
}

.col-stack {
  flex-flow: column;
  display: flex;
}

.impressmum-link {
  color: #333;
}

.impressmum-link:hover {
  font-style: normal;
}

.heading-paragraph-weitere {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
}

.heading-paragraph-weitere.datenschutz {
  margin-bottom: 20px;
}

.paragraph-2 {
  text-align: left;
  text-indent: 80px;
  white-space: normal;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 1.3em;
}

.paragraph-2.kontakt {
  text-indent: 0;
  margin-top: 0;
}

.section-fixed {
  z-index: auto;
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  display: block;
  position: fixed;
  inset: 0%;
}

.section-scroll-1 {
  z-index: 1;
  background-color: #e7e1d7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 110vh;
  margin-top: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-scroll-1.lang {
  padding-top: 240px;
}

.section-scroll-1.ber-mich {
  margin-top: 0;
}

.section-scroll-1.kontakt {
  height: 100vh;
  min-height: auto;
}

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

.link.impressum:hover {
  font-style: italic;
}

.link.underline {
  text-decoration: underline;
}

.section-scroll-2 {
  z-index: 1;
  background-color: #0000;
  width: 100vw;
  height: 110vh;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: relative;
}

.section-scroll-3 {
  z-index: 1;
  background-color: #e7e1d7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 110vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-scroll-3.uebermich {
  margin-top: 100vh;
}

.paragraph-3 {
  text-transform: none;
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 8vw;
  padding-right: 8vw;
  font-family: "Source Sans 3", sans-serif;
  font-size: 70px;
  line-height: 1.2em;
}

.text-block {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
}

.text-block.zitate {
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: 20px;
  padding-left: 8vw;
  line-height: 23px;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.heading-2.ohne-rand {
  margin-top: 0;
}

.section-scroll-4 {
  z-index: 1;
  background-color: #e7e1d7;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 110vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-scroll-4.lang {
  padding-top: 240px;
}

.section-scroll-1-copy {
  z-index: 1;
  background-color: #e7e1d7;
  width: 100vw;
  height: 100vh;
  margin-top: 100vh;
  padding-top: 400px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-scroll-1-copy.lang {
  padding-top: 240px;
}

.section-scroll-5 {
  z-index: 1;
  background-color: #e7e1d7;
  width: 100vw;
  height: 100vh;
  margin-top: 100vh;
  padding-top: 400px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-scroll-5.lang {
  padding-top: 240px;
}

.section-scroll-5.lang.section-scroll-4 {
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-2._2images {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
}

.div-block-2.mobile {
  display: none;
}

.div-block-2.video-mobile {
  padding-top: 0;
}

.images-block {
  opacity: 1;
  vertical-align: middle;
  align-self: center;
  max-width: none;
  max-height: 65vh;
  margin-top: 100px;
  margin-bottom: 10px;
}

.images-block._2 {
  max-height: 55vh;
}

.images-block._3 {
  box-sizing: content-box;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  width: 20%;
  max-height: none;
}

.div-block-image-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.image-8 {
  width: 50%;
  max-width: none;
  height: auto;
  margin-right: 40px;
}

.image-9 {
  max-width: 50%;
  height: auto;
  max-height: none;
  margin-left: 40px;
}

.section-scroll-2-spezial {
  z-index: 1;
  background-color: #0000;
  width: 100vw;
  height: 110vh;
  margin-top: 30vh;
  margin-bottom: 30vh;
  padding-top: 0;
  display: block;
  position: relative;
}

.image-10.video-klein {
  max-width: 55vw;
}

.image-11 {
  height: 70vh;
}

.div-centre-all {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 250px;
  margin-bottom: 310px;
  display: block;
}

.div-centre-all.datenschutz {
  margin-top: 220px;
  margin-bottom: 220px;
}

.div-centre-all.lang {
  margin-top: 200px;
  margin-bottom: 150px;
}

.div-centre-all.lang.datenschutz {
  margin-bottom: 220px;
}

.div-centre-all.lang.shiatsu {
  margin-top: 200px;
}

.div-centre-all.impressum {
  margin-top: 220px;
  margin-bottom: 220px;
}

.background-klein {
  aspect-ratio: 16 / 9;
  flex: 0 auto;
  width: 100%;
  max-width: 55vw;
  height: auto;
  margin-top: 40px;
}

.background-video {
  box-sizing: content-box;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.background-video-2 {
  box-sizing: content-box;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-video-3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  flex: 1;
  width: 100%;
  max-width: none;
}

.background-video-4 {
  object-fit: cover;
  flex: 1;
  width: 100%;
}

.navbar, .navbar-3 {
  display: none;
}

.video-wrapper {
  box-sizing: content-box;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  width: 50%;
  margin-left: 40px;
  position: relative;
}

.video-wrapper.desktop {
  box-sizing: content-box;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  width: 50%;
  max-width: none;
  margin-left: 40px;
  position: relative;
  overflow: hidden;
}

.video-wrapper.meinangebot {
  flex: 0 auto;
  width: 20%;
  max-height: none;
  margin-top: 100px;
  margin-bottom: 10px;
  margin-left: 0;
  overflow: hidden;
}

.section-5 {
  z-index: 9000;
  background-color: #b98c5d;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.section-5.rotate-blocker {
  display: none;
}

.text-block-2 {
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 30px;
  position: absolute;
  inset: 40% 0% auto;
}

@media screen and (max-width: 991px) {
  .section-intro {
    display: block;
  }

  .container-intro-oben.home {
    max-width: none;
  }

  .container-intro-oben.angebot {
    width: auto;
    overflow: hidden;
  }

  .illustration-intro-unten {
    flex: none;
    width: 110vw;
    max-width: 110vw;
  }

  .container-intro-unten.home {
    width: 100vw;
    max-width: none;
  }

  .container-intro-unten.shiatsu.blocker {
    position: absolute;
    inset: auto 0% 0%;
  }

  .illustration-intro-oben {
    width: 110vw;
    max-width: 110vw;
  }

  .word-wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    width: 80vw;
  }

  .letter, .letter.s1 {
    width: auto;
    height: 15vh;
  }

  .div-block.footer-mobile {
    display: none;
  }

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

  .kolonnen.datenschutz {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .kolonnen.datenschutz.klein.ohne-titek {
    justify-content: start;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .kolonnen.imppressum {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-1.last {
    margin-bottom: 0;
  }

  .section-scroll-1, .section-scroll-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-3 {
    margin-top: 50px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 50px;
    line-height: 1.1em;
  }

  .text-block.zitate {
    margin-bottom: 50px;
    padding-left: 10px;
  }

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

  .section-scroll-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-scroll-5.lang.section-scroll-4 {
    width: 100%;
    min-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .div-block-2._2images {
    box-sizing: content-box;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    object-fit: contain;
    width: 80vw;
    max-width: none;
    max-height: none;
    margin: auto;
    position: absolute;
  }

  .div-block-2._2images.breiter {
    width: 90vw;
  }

  .div-block-2.video-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .images-block._2 {
    width: 50%;
  }

  .images-block._3 {
    box-sizing: content-box;
    vertical-align: middle;
    object-fit: contain;
    justify-content: flex-end;
    align-items: center;
    width: 30%;
    max-width: none;
    max-height: none;
    display: inline-flex;
  }

  .images-block.mobile-not {
    max-width: 35%;
  }

  .div-block-image-grid {
    max-width: 100%;
  }

  .image-8 {
    width: 70%;
    max-width: none;
    height: auto;
    margin-right: 20px;
  }

  .image-9 {
    max-width: 70%;
    height: auto;
    margin-left: 20px;
  }

  .div-centre-all {
    max-height: none;
    margin-top: 150px;
    margin-bottom: 210px;
  }

  .div-centre-all.datenschutz {
    margin-top: 220px;
    margin-bottom: 100px;
  }

  .div-centre-all.lang, .div-centre-all.lang.datenschutz, .div-centre-all.lang.shiatsu {
    margin-top: 200px;
    margin-bottom: 100px;
  }

  .background-klein {
    box-sizing: content-box;
    object-fit: contain;
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .background-video {
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    position: absolute;
    overflow: visible;
  }

  .background-video-2 {
    box-sizing: content-box;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .background-video-3 {
    box-sizing: content-box;
    object-fit: contain;
    flex: 0 auto;
    width: 100vw;
    min-height: auto;
    overflow: visible;
  }

  .navbar-3 {
    display: none;
  }

  .menu-button-3 {
    position: fixed;
    inset: auto 0% 20px 50%;
  }

  .video-wrapper {
    width: 70%;
    margin-left: 20px;
  }

  .video-wrapper.desktop {
    box-sizing: border-box;
    object-fit: contain;
    max-width: 70%;
    margin-left: 20px;
    overflow: clip;
  }

  .video-wrapper.meinangebot {
    width: 30%;
  }

  .section-5 {
    background-color: #b98c5d;
  }
}

@media screen and (max-width: 767px) {
  .section-intro {
    display: block;
  }

  .container-intro-oben.shiatsu {
    width: auto;
  }

  .container-intro-oben.angebot {
    width: auto;
    overflow: hidden;
  }

  .illustration-intro-unten {
    flex: none;
    align-self: auto;
    width: 120vw;
    max-width: none;
    overflow: visible;
  }

  .container-intro-unten.home {
    width: 100vw;
    overflow: visible;
  }

  .container-intro-unten.shiatsu.blocker {
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    inset: auto 0% 0%;
  }

  .illustration-intro-oben {
    flex: none;
    width: 120vw;
    max-width: none;
    overflow: visible;
  }

  .letter, .letter.s1 {
    height: 10vh;
  }

  .rahmen-animiert {
    display: block;
  }

  .body {
    overflow-x: hidden;
  }

  .body.homepage {
    max-width: 100vw;
    overflow: hidden visible;
  }

  .container {
    margin-top: 0;
  }

  .claim {
    display: block;
  }

  .menu-punkt.copyright {
    margin-left: 50%;
    transform: translate(-50%);
  }

  .div-block-menu, .div-block {
    display: none;
  }

  .div-block.footer-mobile {
    display: block;
  }

  .button {
    justify-content: center;
    align-items: center;
    display: none;
    inset: auto 0% 20px 50%;
    transform: translate(-50%);
  }

  .button.navbar {
    z-index: 1000;
    text-align: center;
    background-color: #7d5545;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 50px;
    display: block;
    position: absolute;
    inset: auto 0% 20px 50%;
    transform: translate(-50%);
  }

  .button.navbar:hover {
    background-color: #333;
  }

  .button.mobile {
    display: block;
    bottom: 40px;
  }

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

  .kolonnen.datenschutz {
    max-width: 100%;
    padding-top: 30px;
    overflow: visible;
  }

  .kolonnen.datenschutz.klein.ohne-titek {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .kolonnen.imppressum {
    place-content: start;
    place-items: start;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-1 {
    align-self: flex-start;
    font-size: 17px;
  }

  .paragraph-1.last {
    margin-bottom: 0;
  }

  .heading-paragraph.datenschutz {
    font-size: 17px;
    line-height: 1.3em;
  }

  .col-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: flex-start;
  }

  .heading-paragraph-weitere.datenschutz {
    font-size: 17px;
    line-height: 1.3em;
  }

  .paragraph-2 {
    text-indent: 50px;
    margin-bottom: 0;
    font-size: 17px;
  }

  .paragraph-2.kontakt.last {
    margin-bottom: 0;
  }

  .section-scroll-1 {
    width: auto;
    max-width: 100%;
    position: relative;
  }

  .section-scroll-2 {
    width: 100%;
    height: 110vh;
    min-height: auto;
  }

  .section-scroll-3 {
    width: 100%;
  }

  .paragraph-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 45px;
    line-height: 1.1em;
  }

  .text-block.zitate {
    padding-left: 0;
  }

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

  .section-scroll-4 {
    width: 100%;
  }

  .section-scroll-5.lang.section-scroll-4 {
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-2._2images {
    width: 90vw;
  }

  .div-block-2.mobile {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: block;
    position: relative;
  }

  .images-block {
    pointer-events: none;
    width: auto;
    max-width: 100%;
    max-height: 70vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .images-block._2 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .images-block._3 {
    width: 30%;
    padding-left: 0;
    padding-right: 0;
  }

  .images-block.mobile-not {
    display: none;
  }

  .images-block.mobile-middle {
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 60px;
  }

  .div-block-image-grid.mobile-not {
    display: none;
  }

  .image-8 {
    align-self: flex-start;
    width: 60%;
    max-width: none;
    margin-bottom: 30px;
    margin-right: 0;
    padding-left: 20px;
  }

  .image-9 {
    align-self: flex-start;
    max-width: 60%;
    margin-left: 0;
    padding-left: 20px;
  }

  .section-scroll-2-spezial {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
  }

  .div-centre-all {
    max-width: 100%;
    max-height: none;
    margin-top: 150px;
    margin-bottom: 200px;
    overflow: visible;
  }

  .div-centre-all.datenschutz {
    margin-top: 150px;
    margin-bottom: 100px;
  }

  .div-centre-all.lang, .div-centre-all.lang.datenschutz, .div-centre-all.lang.shiatsu {
    margin-top: 130px;
  }

  .div-centre-all.impressum {
    margin-top: 150px;
    margin-bottom: 200px;
  }

  .background-klein {
    margin-top: 0;
  }

  .background-video.mobile {
    box-sizing: content-box;
    object-fit: contain;
    max-width: none;
    height: 100%;
    margin-left: 0;
    overflow: visible;
  }

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

  .background-video-3 {
    box-sizing: content-box;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    flex: 0 auto;
    width: 100vw;
    height: auto;
    min-height: auto;
    max-height: none;
    overflow: visible;
  }

  .body-2, .body-impressum {
    background-color: #bd8f6f;
  }

  .navbar {
    z-index: 1000;
    pointer-events: auto;
    background-color: #0000;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .menu-button {
    padding-right: 20px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon {
    font-size: 30px;
  }

  .nav-links {
    text-align: center;
    margin-top: 0;
    font-family: "Source Sans 3", sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

  .nav-links:hover {
    font-style: italic;
  }

  .nav-links.oberst {
    margin-top: 100px;
  }

  .nav-menu {
    z-index: 1000;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    padding-top: 80px;
  }

  .nav-link {
    text-align: center;
    font-family: "Source Sans 3", sans-serif;
    font-size: 25px;
  }

  .menu-button-2 {
    background-color: #0000;
    padding-right: 20px;
    font-size: 30px;
  }

  .menu-button-2.w--open {
    background-color: #0000;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .navbar-2 {
    background-color: #0000;
    width: 100vw;
    position: fixed;
  }

  .container-2 {
    background-color: #fff;
    width: 100%;
  }

  .navbar-3 {
    z-index: 1200;
    pointer-events: none;
    background-color: #0000;
    width: 100vw;
    min-height: auto;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .nav-menu-3 {
    z-index: 1200;
    pointer-events: auto;
    background-color: #fff;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding-top: 100px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-link-2 {
    color: #333;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: "Source Sans 3", sans-serif;
    font-size: 25px;
    line-height: 26px;
    text-decoration: none;
  }

  .nav-link-2:hover {
    font-style: italic;
  }

  .nav-link-2.w--current {
    color: #333;
    font-style: italic;
  }

  .menu-button-3 {
    z-index: 1500;
    pointer-events: auto;
    background-color: #0000;
    padding-right: 20px;
    inset: 0% 0% auto auto;
  }

  .menu-button-3.w--open {
    background-color: #0000;
  }

  .italic-text {
    font-size: 45px;
    line-height: 1.1em;
  }

  .video-wrapper {
    aspect-ratio: 2 / 3;
    object-fit: contain;
    width: 60%;
    max-width: none;
    position: relative;
  }

  .section-5 {
    background-color: #b98c5d;
    inset: 0%;
  }

  .text-block-2 {
    text-align: center;
    font-family: "Source Sans 3", sans-serif;
    font-size: 25px;
    position: absolute;
    inset: 40% 0% auto;
  }

  .container-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .container-4 {
    z-index: 1200;
    position: static;
    inset: 0%;
  }

  .container-5 {
    pointer-events: auto;
  }

  .container-6 {
    min-height: auto;
  }
}

@media screen and (max-width: 479px) {
  .section-intro {
    display: block;
  }

  .container-intro-oben.shiatsu {
    width: auto;
  }

  .container-intro-oben.angebot {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    overflow: hidden;
  }

  .illustration-intro-unten {
    width: 210vw;
    min-height: auto;
    overflow: visible;
  }

  .container-intro-unten.shiatsu {
    padding-top: 0%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .container-intro-unten.shiatsu.blocker {
    inset: auto 0% 0%;
  }

  .illustration-intro-oben {
    flex: none;
    width: 210vw;
    min-height: auto;
    overflow: visible;
  }

  .letter, .letter.s1 {
    height: 6vh;
  }

  .rahmen-animiert {
    padding-top: 15px;
  }

  .container {
    margin-top: 0;
  }

  .claim {
    font-size: 14px;
  }

  .menu-punkt.copyright {
    line-height: 18px;
  }

  .div-block.footer-mobile {
    display: flex;
    bottom: 10px;
  }

  .heading-1 {
    margin-top: 0;
  }

  .kolonnen.datenschutz {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .kolonnen.datenschutz.klein.ohne-titek {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 10px;
  }

  .kolonnen.imppressum {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start;
    justify-items: start;
    width: 100vw;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
    position: relative;
    left: 0;
  }

  .paragraph-1 {
    flex: 0 auto;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-1.impressum-2 {
    margin-top: 40px;
  }

  .paragraph-1.last {
    margin-bottom: 0;
  }

  .paragraph-1.extra {
    margin-top: 0;
  }

  .paragraph-1.impressum, .paragraph-1.abstand, .heading-paragraph {
    margin-top: 20px;
  }

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

  .heading-paragraph.datenschutz.first {
    margin-top: 40px;
  }

  .col-stack {
    align-items: flex-start;
    width: 100%;
  }

  .col-stack.mein-angebot-unten {
    margin-top: 50px;
  }

  .heading-paragraph-weitere.datenschutz {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .paragraph-2 {
    text-indent: 0;
    margin-bottom: 20px;
  }

  .paragraph-2.kontakt {
    margin-bottom: 0;
  }

  .paragraph-2.kontakt.last {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-2.abstand {
    margin-top: 20px;
  }

  .paragraph-2.abstand.extra {
    margin-bottom: 0;
  }

  .section-scroll-1 {
    padding-bottom: 0;
  }

  .section-scroll-1.kontakt {
    height: auto;
  }

  .paragraph-3 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
    line-height: 1.1em;
  }

  .text-block.zitate {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-2 {
    margin-top: 0;
    line-height: 25px;
  }

  .section-scroll-5.lang.section-scroll-4 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-2._2images.breiter {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-2.video-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .images-block {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .images-block._3 {
    width: 31%;
  }

  .images-block.mobile-middle {
    padding-left: 10px;
  }

  .image-8 {
    aspect-ratio: auto;
    margin-left: 10px;
    padding-left: 0;
    overflow: visible;
  }

  .image-9 {
    padding-left: 10px;
  }

  .div-centre-all {
    margin-top: 150px;
    margin-bottom: 200px;
  }

  .div-centre-all.datenschutz {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .div-centre-all.lang, .div-centre-all.lang.datenschutz, .div-centre-all.lang.shiatsu {
    margin-top: 160px;
  }

  .background-video.mobile {
    box-sizing: content-box;
    object-fit: contain;
    max-width: 100%;
    height: 100%;
    max-height: none;
    margin-left: 0;
    position: relative;
    inset: 0% 0 0% 0%;
    overflow: visible;
  }

  .background-video-3 {
    width: 100vw;
  }

  .nav-menu-3 {
    display: none;
  }

  .nav-link-2 {
    font-size: 20px;
    line-height: 22px;
  }

  .menu-button-3 {
    padding: 15px 10px 15px 15px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .italic-text {
    font-size: 30px;
    line-height: 1.1em;
  }

  .video-wrapper {
    box-sizing: content-box;
    aspect-ratio: 2 / 3;
    max-width: 60%;
    margin-left: 10px;
    overflow: hidden;
  }

  .video-wrapper.meinangebot {
    width: 31%;
    margin-top: 0;
  }

  .section-5 {
    z-index: 9000;
    background-color: #b98c5d;
    width: 100vw;
    height: 100vh;
    position: fixed;
  }

  .section-5.rotate-blocker {
    display: none;
  }

  .text-block-2 {
    text-align: center;
    font-family: "Source Sans 3", sans-serif;
    font-size: 20px;
    position: absolute;
    inset: 40% 0% 0%;
  }
}

#w-node-_1f91a66f-a64f-47d3-051d-85f55bd8feb5-718e468a {
  justify-self: end;
}

#w-node-_3ac73b8d-6389-092d-dbaa-b013525b57ab-718e468a {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_2880c8e6-768d-d246-b2ed-ad3041d41c43-718e468a {
  justify-self: end;
}

#w-node-_2880c8e6-768d-d246-b2ed-ad3041d41c44-718e468a {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-f37750ea-4ebd-d0a6-2fb6-6de7411af80e-411af803 {
  place-self: auto start;
}

#w-node-f37750ea-4ebd-d0a6-2fb6-6de7411af810-411af803, #w-node-f37750ea-4ebd-d0a6-2fb6-6de7411af812-411af803 {
  justify-self: center;
}

#w-node-f37750ea-4ebd-d0a6-2fb6-6de7411af814-411af803 {
  place-self: auto end;
}

#w-node-f37750ea-4ebd-d0a6-2fb6-6de7411af819-411af803, #w-node-f37750ea-4ebd-d0a6-2fb6-6de7411af81b-411af803 {
  place-self: center;
}

#w-node-f37750ea-4ebd-d0a6-2fb6-6de7411af81d-411af803, #w-node-_917bdd0b-83c0-b0e0-3245-a7b6fadaff42-411af803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b4178bd4-92e1-46d6-7900-ee9be6341ead-c0acaf92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f91a66f-a64f-47d3-051d-85f55bd8feb5-abedc3a6 {
  justify-self: end;
}

#w-node-_3ac73b8d-6389-092d-dbaa-b013525b57ab-abedc3a6 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_18b2d10b-78c9-2d59-4c41-99112bfd70e0-abedc3a6 {
  justify-self: end;
}

#w-node-_18b2d10b-78c9-2d59-4c41-99112bfd70e2-abedc3a6 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_1f91a66f-a64f-47d3-051d-85f55bd8feb5-74fc02f2 {
  justify-self: end;
}

#w-node-_9e758aff-403b-a441-2836-f60eee199d47-74fc02f2 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: auto start;
}

#w-node-e373940d-a1eb-6955-a35d-4575ba06eb60-74fc02f2 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-_531950eb-275a-e22f-2b13-b72b291b0224-74fc02f2 {
  justify-self: end;
}

#w-node-_531950eb-275a-e22f-2b13-b72b291b0225-74fc02f2 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_9e758aff-403b-a441-2836-f60eee199d47-74fc02f2 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5a4872eb-4b91-ea83-88b3-777728d7fcdf-7ec11d02 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_634f85f3-1e80-8e22-f79e-6c7eb4b6c164-7ec11d02 {
    place-self: start stretch;
  }

  #w-node-_5a4872eb-4b91-ea83-88b3-777728d7fcdf-7ec11d02 {
    justify-self: start;
  }
}


