.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.body {
  background-color: #faf5f0;
  font-family: 'Object Sans', sans-serif;
  color: #444f59;
}

.topnav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3000;
  display: block;
  overflow: visible;
  margin-right: 70px;
  margin-left: 70px;
  padding-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.navlink {
  display: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'IBM Plex Mono', sans-serif;
  color: #444f59;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink.fixed-left {
  display: block;
  opacity: 0.6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  font-size: 12px;
  text-align: center;
}

.navlink.fixed-right {
  display: block;
  opacity: 0.6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  color: #444f59;
  font-size: 12px;
  text-align: center;
}

.navlink.hidden {
  display: none;
}

.navlink.btn {
  display: none;
  padding: 10px 15px;
  border: 1px solid #000;
  background-color: #fff;
}

.section {
  position: relative;
  min-height: auto;
}

.section.hero {
  overflow: hidden;
}

.section.image-section {
  overflow: hidden;
  padding-top: 1%;
  padding-bottom: 10%;
}

.section.horizontal-scroll-section {
  display: none;
  height: 300vh;
  margin-top: -10%;
}

.section.hidden {
  display: none;
}

.container {
  display: block;
  height: 100%;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/blob_1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.heading {
  position: static;
  z-index: 1000;
  font-family: Junicode, 'Times New Roman', sans-serif;
  color: #454545;
  font-size: 82px;
  line-height: 88px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.heading.left-aligned {
  position: static;
  text-align: left;
}

.heading.hero {
  font-size: 6.5vw;
  line-height: 6.8vw;
  text-align: center;
}

.heading.hero.luxy-el {
  color: #444f59;
  font-size: 6vw;
  line-height: 6.3vw;
}

.heading.fade-in {
  text-align: center;
}

.heading.fade-in.centered {
  text-align: center;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46vw;
  height: 100%;
  margin-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #edc4b2;
}

.text-span {
  color: #86947e;
}

.customcontainer {
  position: relative;
  display: block;
  height: auto;
  margin-right: 70px;
  margin-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.customcontainer.fullheight {
  height: 100vh;
}

.customcontainer.borderbottom {
  padding-bottom: 130px;
  border-bottom: 1px solid #454545;
}

.customcontainer.spacer-top {
  padding-top: 130px;
  text-align: center;
}

.customcontainer.horizontal-scroll-content {
  display: block;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.customcontainer.indicator-wrapper {
  margin-bottom: 30px;
}

.div-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: absolute;
  z-index: 0;
  display: block;
  width: 55%;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  position: relative;
  z-index: 500;
  width: auto;
  max-height: 85vh;
  margin-top: -40vh;
  padding-left: 4vw;
  text-align: left;
}

.image-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  max-width: 340px;
}

.image-3.luxy-el {
  width: 20vw;
  margin-top: 30px;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block {
  width: 300px;
  text-align: left;
  letter-spacing: 1.2px;
}

.text-block.fade-in {
  position: relative;
  font-size: 16px;
  line-height: 24px;
}

.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.columns-leistungen-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6vh;
  margin-right: 20vw;
  margin-left: 5vw;
}

.hr {
  width: 80%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
  padding-bottom: 0px;
  border-bottom: 1px solid #454545;
}

.paragraph {
  max-width: 700px;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-left: 100px;
  color: #444f59;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 1.3px;
}

.paragraph.fade-in {
  padding-left: 0px;
}

.image-4 {
  position: absolute;
  top: 70%;
  z-index: -1;
  max-width: 100%;
  color: #4a6c8b;
}

.image-5 {
  margin-top: 230px;
  margin-bottom: 180px;
  text-align: left;
}

.image-6 {
  position: absolute;
  left: -30%;
  top: auto;
  right: auto;
  bottom: -50%;
  z-index: -1;
  width: 65%;
  color: #e8bab7;
}

.slider-container {
  position: relative;
  display: block;
  width: 60vw;
  height: auto;
  max-width: 1120px;
  margin: 180px auto 50px;
}

.image-7 {
  position: absolute;
  left: auto;
  top: -25%;
  right: -20%;
  bottom: auto;
  z-index: -1;
  width: 50%;
  color: #86947e;
}

.image-7.luxy-el {
  top: -16%;
}

.image-8 {
  width: 100%;
}

.image-8.luxy-el {
  position: static;
  display: none;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.col1 {
  text-align: left;
}

.columns-2 {
  padding-top: 120px;
}

.fade-in.heading {
  padding-left: 0px;
  color: #444f59;
  font-size: 6vw;
  line-height: 6.3vw;
  text-align: left;
}

.fade-in.heading.contact-heading {
  max-width: 40vw;
}

.fade-in.link {
  display: block;
  padding-bottom: 0px;
  line-height: 2.5vw;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-2 {
  color: #86947e;
  font-size: 18px;
  line-height: 20px;
}

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

.html-embed-2 {
  position: absolute;
  width: 70%;
  min-height: 500px;
  min-width: 500px;
  margin-top: 3%;
  padding-top: 70%;
}

.left-fixed {
  position: fixed;
  left: 70px;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  text-align: center;
}

.right-fixed {
  position: fixed;
  left: auto;
  top: 50%;
  right: 70px;
  bottom: auto;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: translate(50%, 0%);
  -ms-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  text-align: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.paragraph---contact {
  max-width: 700px;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-left: 100px;
  color: #444f59;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 1.3px;
}

.paragraph---contact.fade-in {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 1.5vw;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link {
  padding-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #444f59;
  font-size: 1.6vw;
  line-height: 2vw;
  text-transform: uppercase;
}

.link.fade-in {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 1.4vw;
  line-height: 2.5vw;
  letter-spacing: 1px;
  white-space: nowrap;
}

.link.fade-in:hover {
  color: #86947e;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  border-top: 1px solid #454545;
}

.footer-text {
  padding-top: 45px;
  padding-bottom: 45px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #444f59;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-text.footer-text-right {
  text-align: right;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
}

.column-4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: right;
}

.column-6 {
  text-align: left;
}

.div-block-7 {
  max-width: 400px;
  margin-left: 10vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.heading-contact {
  position: static;
  z-index: 1000;
  font-family: Junicode, 'Times New Roman', sans-serif;
  color: #454545;
  font-size: 82px;
  line-height: 88px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.heading-contact.left-aligned {
  position: static;
  text-align: left;
}

.heading-contact.hero {
  font-size: 6.5vw;
  line-height: 6.8vw;
  text-align: center;
}

.heading-contact.hero.luxy-el {
  color: #454545;
  font-size: 6vw;
  line-height: 6.3vw;
}

.heading-contact.fade-in {
  max-width: 460px;
  font-size: 72px;
  line-height: 78px;
}

.column-7 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.section-2 {
  display: none;
  overflow: visible;
}

.image-10 {
  position: absolute;
  left: auto;
  top: -25%;
  right: -20%;
  bottom: auto;
  z-index: -1;
  width: 50%;
  color: #86947e;
}

.image-10.luxy-el {
  left: auto;
  top: auto;
  right: -50%;
  bottom: -10%;
  width: 80%;
  color: #f0e7d3;
}

.image-2-copy {
  position: relative;
  z-index: 500;
  width: auto;
  max-height: 85vh;
  padding-left: 4vw;
  text-align: left;
}

.image-2-copy.luxy-el {
  max-height: 50vh;
  padding-left: 0vw;
}

.column-9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.text-block-2 {
  padding-top: 8px;
  padding-right: 50px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #86947e;
  font-size: 11px;
  text-align: left;
}

.text-block-2.fade-in {
  display: none;
  text-align: left;
}

.text-block-2.fade-in.anchor {
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Junicode, 'Times New Roman', sans-serif;
  font-size: 28px;
  text-align: center;
}

.heading-2.fade-in {
  text-align: left;
}

.leistung-paragraph {
  max-width: 700px;
  padding-top: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
  color: #444f59;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 1.3px;
}

.leistung-paragraph.fade-in {
  padding-bottom: 20px;
  padding-left: 0px;
}

.col-align-right {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.image-11 {
  position: absolute;
  left: auto;
  top: -25%;
  right: -20%;
  bottom: auto;
  z-index: -1;
  width: 50%;
  color: #86947e;
}

.image-11.luxy-el {
  left: auto;
  top: -10%;
  right: -33%;
  bottom: auto;
  width: 70%;
  color: #86947e;
}

.columns-leistungen-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30vh;
}

.columns-leistungen-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30vh;
}

.image-10-copy {
  position: absolute;
  left: auto;
  top: -25%;
  right: -20%;
  bottom: auto;
  z-index: -1;
  width: 50%;
  color: #86947e;
}

.image-10-copy.luxy-el {
  left: auto;
  top: auto;
  right: -80%;
  bottom: -10%;
  width: 130%;
  color: #f0e7d3;
}

.image-12 {
  position: absolute;
  left: auto;
  top: -25%;
  right: -20%;
  bottom: auto;
  z-index: -1;
  width: 50%;
  color: #86947e;
}

.image-12.luxy-el {
  left: -20%;
  top: auto;
  right: auto;
  bottom: -20%;
  width: 100%;
  color: #edc4b2;
}

.paragraph-copy {
  max-width: 700px;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-left: 100px;
  color: #444f59;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 1.3px;
}

.paragraph-copy.fade-in {
  padding-left: 100px;
}

.column-c-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.luxy-el.image-container {
  display: block;
  overflow: hidden;
  float: none;
  clear: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.luxy-el.image-2 {
  overflow: hidden;
}

.div-block-8 {
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.horizontal-scroll-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block {
  margin-top: 130px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.process-img {
  max-height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-item {
  margin-right: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.list-item.last-item {
  margin-right: 0px;
}

.indicator-line-container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(69, 69, 69, 0.3);
}

.indicator-line-item {
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #454545;
}

.indicator-line-item.first-item {
  width: 100%;
}

.msf-slider {
  height: auto;
  background-color: transparent;
}

.msf-hidden {
  display: none;
}

.div-block-10 {
  position: relative;
}

.slide {
  margin-right: 25px;
  padding-right: 0px;
  background-color: #faf5f0;
}

.slide.slide1 {
  background-image: url('../images/IMG_0058.JPG');
}

.slide.slide2 {
  background-image: url('../images/IMG_0064.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide.slide3 {
  background-image: url('../images/Bildschirmfoto-2021-11-16-um-11.55.20.png');
}

.slide.slide4 {
  background-image: url('../images/IMG_3004.JPG');
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/IMGP0741-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.radio-button-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  border-style: none;
  border-radius: 0%;
}

.radio-button.w--redirected-checked {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 0%;
  background-color: #fff;
  font-size: 24px;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.column-10.second {
  text-align: left;
}

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

.leistungen-list {
  padding-top: 8px;
  padding-right: 50px;
  padding-left: 0px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #86947e;
  font-size: 11px;
  text-align: left;
  list-style-type: none;
}

.leistungen-list.fade-in {
  text-align: left;
}

.leistungen-list.fade-in.anchor {
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.big-no {
  font-family: Junicode, 'Times New Roman', sans-serif;
  color: #f0e7d3;
  font-size: 100px;
  line-height: 100%;
}

.step-item {
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 50px;
  border-top: 1px solid #000;
  text-align: left;
}

.grid {
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.slide-3 {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.slider-2 {
  height: 450px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-nav {
  display: block;
}

.overlay {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100vh;
  padding-top: 240px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #faf5f0;
}

.radio-img {
  padding: 10px 10px 7px;
}

.radio-label {
  padding-top: 4px;
  padding-bottom: 8px;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.button {
  padding: 15px 20px;
  background-color: #86947e;
  font-size: 16px;
  line-height: 20px;
}

.button.back {
  display: none;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  background-color: transparent;
}

.container-2 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.container-3 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slide-slide3 {
  background-image: url('../images/Bildschirmfoto-2021-11-16-um-11.55.20.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-caption {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  display: none;
  width: 100%;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
  text-align: center;
}

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

.slide-nav-2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 35px;
}

.mask {
  overflow: hidden;
  padding-bottom: 0px;
}

.slide-img {
  width: 100%;
  max-height: 100%;
}

.image-14 {
  max-height: 100%;
}

.image-15 {
  max-height: 100%;
}

.slide-nav-3 {
  bottom: 9px;
}

@media screen and (max-width: 991px) {
  .topnav {
    margin-right: 30px;
    margin-left: 30px;
  }

  .section.image-section {
    padding-top: 0%;
  }

  .heading.hero.luxy-el {
    font-size: 10vw;
    line-height: 10.6vw;
  }

  .div-block {
    width: 80vw;
  }

  .customcontainer {
    margin-right: 30px;
    margin-left: 30px;
  }

  .customcontainer.spacer-top {
    padding-top: 100px;
  }

  .text-block.fade-in {
    font-size: 14px;
    line-height: 22px;
  }

  .col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    padding-bottom: 50px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hr {
    padding-top: 100px;
  }

  .paragraph.fade-in {
    max-width: 450px;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
  }

  .image-4 {
    width: 36vw;
  }

  .col1 {
    display: none;
  }

  .fade-in.heading.contact-heading {
    max-width: 100%;
    font-size: 6.5vw;
    line-height: 7vw;
  }

  .html-embed-2 {
    min-height: 300px;
    min-width: 300px;
  }

  .left-fixed {
    left: 30px;
  }

  .right-fixed {
    right: 30px;
  }

  .paragraph---contact.fade-in {
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
  }

  .link.fade-in {
    font-size: 18px;
    line-height: 28px;
  }

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

  .column-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-7 {
    max-width: 100%;
    margin-left: 0vw;
  }

  .heading-contact.fade-in {
    font-size: 46px;
    line-height: 54px;
  }

  .leistung-paragraph.fade-in {
    max-width: 450px;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
  }

  .paragraph-copy.fade-in {
    max-width: 450px;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 40px;
    font-size: 15px;
    line-height: 24px;
  }

  .columns-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .col4 {
    display: none;
  }

  .column-12 {
    display: none;
  }

  .column-13 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .topnav {
    padding-top: 30px;
  }

  .section.image-section {
    padding-top: 0%;
  }

  .section.horizontal-scroll-section {
    min-height: 50vh;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading.hero.luxy-el {
    font-size: 11vw;
    line-height: 11.6vw;
  }

  .div-block {
    margin-top: 80px;
  }

  .customcontainer {
    margin-right: 50px;
    margin-left: 50px;
  }

  .customcontainer.fullheight {
    height: 70vh;
  }

  .customcontainer.spacer-top {
    padding-top: 70px;
  }

  .image-2.luxy-el {
    display: none;
  }

  .image-3.luxy-el {
    display: none;
  }

  .text-block {
    letter-spacing: 1px;
  }

  .columns-leistungen-1 {
    margin-top: 0vh;
  }

  .hr {
    width: 100%;
    padding-top: 50px;
  }

  .paragraph.fade-in {
    max-width: 510px;
    padding-top: 30px;
    letter-spacing: 1px;
  }

  .slider-container {
    width: 80vw;
    margin-top: 89px;
  }

  .col1 {
    display: none;
  }

  .fade-in.heading {
    font-size: 10vw;
    line-height: 10.3vw;
  }

  .fade-in.heading.contact-heading {
    max-width: none;
    font-size: 10vw;
    line-height: 10.3vw;
  }

  .left-fixed {
    display: none;
  }

  .right-fixed {
    display: none;
  }

  .paragraph---contact.fade-in {
    max-width: none;
    padding-top: 30px;
    padding-bottom: 40px;
    letter-spacing: 1px;
  }

  .div-block-6 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-7 {
    max-width: none;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .heading-contact.fade-in {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 10vw;
    line-height: 10.3vw;
  }

  .image-9 {
    height: 20px;
  }

  .image-2-copy.luxy-el {
    display: none;
  }

  .leistung-paragraph.fade-in {
    max-width: 510px;
    padding-top: 30px;
    letter-spacing: 1px;
  }

  .columns-leistungen-2 {
    margin-top: 0vh;
  }

  .columns-leistungen-3 {
    margin-top: 0vh;
  }

  .paragraph-copy.fade-in {
    max-width: 510px;
    padding-top: 30px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    overflow: visible;
  }

  .section.hero {
    overflow: hidden;
  }

  .heading.hero.luxy-el {
    font-size: 10vw;
    line-height: 10.6vw;
  }

  .customcontainer {
    margin-right: 25px;
    margin-left: 25px;
  }

  .text-block {
    width: 100%;
  }

  .col2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-leistungen-1 {
    margin-right: 0vw;
    margin-left: 0vw;
  }

  .paragraph.fade-in {
    padding-top: 0px;
  }

  .html-embed-2 {
    overflow: visible;
    min-height: 260px;
    min-width: 260px;
    margin-left: -10px;
  }

  .link.fade-in {
    font-size: 18px;
  }

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

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

  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-7 {
    display: none;
  }

  .column-8 {
    display: none;
  }

  .leistung-paragraph.fade-in {
    padding-top: 0px;
  }

  .block {
    margin-top: 49px;
  }

  .column-10 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .big-no.fade-in {
    font-size: 60px;
  }

  .slider-2 {
    height: 100%;
  }

  .nav-menu {
    z-index: 9999;
    width: 100%;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 9999;
  }
}

@font-face {
  font-family: 'Junicode';
  src: url('../fonts/junicode-regular-webfont.woff2') format('woff2'), url('../fonts/junicode-regular-webfont.eot') format('embedded-opentype'), url('../fonts/junicode-regular-webfont.woff') format('woff'), url('../fonts/junicode-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Junicode';
  src: url('../fonts/junicode-bold-webfont.woff2') format('woff2'), url('../fonts/junicode-bold-webfont.eot') format('embedded-opentype'), url('../fonts/junicode-bold-webfont.woff') format('woff'), url('../fonts/junicode-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Object Sans';
  src: url('../fonts/ObjectSans-Regular.woff2') format('woff2'), url('../fonts/ObjectSans-Regular.eot') format('embedded-opentype'), url('../fonts/ObjectSans-Regular.woff') format('woff'), url('../fonts/ObjectSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}