.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Polysanstrial neutral', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.25em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #93692f;
  font-size: 2.44em;
  line-height: 1.25em;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #93692f;
  font-size: 1.94em;
  line-height: 1.2em;
  font-weight: 400;
}

h3 {
  font-family: 'Polysanstrial neutral', sans-serif;
  color: #93692f;
  font-size: 1.56em;
  line-height: 1.2em;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.5em;
}

a {
  color: #8d6a39;
  text-decoration: none;
}

li {
  font-size: 0.9em;
  line-height: 1.5em;
}

img {
  display: inline-block;
}

.container {
  position: relative;
  max-width: 82.7%;
}

.container.scroll-animation-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  -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;
}

.container.nav-container {
  z-index: 1100;
}

.container.mobile-nav-container {
  height: 100%;
}

.wrapper {
  width: 100%;
  background-color: #f4f4f4;
  background-image: none;
}

.wrapper.hero-wrapper {
  min-height: 100vh;
  padding-top: 27.5vh;
  background-image: none;
}

.wrapper.hero-wrapper.landing-page-background {
  background-image: url('../images/header.jpg'), url('../images/header.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.wrapper.hero-wrapper.hero-wrapper-mt-less {
  padding-top: 20vh;
}

.wrapper.hero-wrapper.hero-wrapper-prozess {
  padding-top: 32.5vh;
}

.wrapper.hero-wrapper.hero-wrapper-about {
  overflow: hidden;
  padding-top: 20vh;
}

.wrapper.hero-wrapper.hero-wrapper-kontakt {
  padding-top: 20vh;
}

.wrapper.hero-wrapper.hero-wrapper-landing {
  position: relative;
  z-index: 200;
}

.wrapper.hero-wrapper.hero-wrapper-impressum {
  padding-top: 15vh;
}

.wrapper.content-wrapper {
  padding-top: 22vh;
  padding-bottom: 10vh;
  background-color: #f4f4f4;
}

.wrapper.content-wrapper.scroll-animation-wrapper {
  position: relative;
  height: 250vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.wrapper.content-wrapper.prozess-wrapper {
  padding-top: 16vh;
}

.wrapper.content-wrapper.fokus-wrapper {
  padding-top: 15vh;
}

.wrapper.impressum-hero-wrapper {
  min-height: 100vh;
  background-color: #f4f4f4;
}

.wrapper.footer {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.wrapper.fixed-nav {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

.fixed-nav {
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100vw;
  padding-top: 48px;
  padding-bottom: 48px;
}

.scroll-animation-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -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 {
  padding-bottom: 100px;
  background-color: #f4f4f4;
}

.flex {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  margin-right: 20px;
  margin-left: 20px;
  color: #000;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 5vh;
}

.hero-title.impressum-title {
  margin-bottom: 58px;
  font-size: 60px;
  line-height: 90px;
}

.hero-title.landing-page-title {
  font-size: 3.5rem;
}

.hero-title.hero-title-about {
  max-width: 500px;
  margin-bottom: 5vh;
}

.hero-title.hero-title-about.hero-title-alt-size {
  font-size: 56.1px;
  line-height: 76.5px;
}

.hero-title.hero-title-prozess {
  margin-bottom: 15vh;
  font-size: 1.96em;
}

.old-flex-nav {
  position: relative;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-link {
  margin-left: 45px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-family: Roboto, sans-serif;
}

.nav-link.w--current {
  text-decoration: underline;
}

.nav-brand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  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;
}

.nav-brand.w--current {
  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;
  text-align: left;
}

.brand {
  display: inline;
  font-size: 34px;
  line-height: 55px;
}

.brand.brand-small {
  font-size: 30px;
}

.hero-caption {
  margin-bottom: 15vh;
  font-size: 1.25rem;
  line-height: 2rem;
}

.hero-caption.hero-caption-about {
  max-width: 26vw;
  margin-bottom: 4vh;
  font-size: 1em;
  line-height: 1.5em;
}

.hero-caption.hero-caption-about.hero-caption-bigger {
  font-size: 20px;
  line-height: 30px;
}

.hero-caption.kontakt-caption {
  max-width: 420px;
}

.hero-caption.landing-page-caption {
  max-width: 380px;
  line-height: 35px;
}

.hero-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8.5em;
  height: 2em;
  padding-right: 0.2em;
  padding-bottom: 0.6em;
  padding-left: 0.2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #93692f;
  font-size: 0.8em;
}

.hero-cta.secondary-color {
  border-bottom-color: #000;
  color: #000;
}

.hero-cta.hide-on-desktop {
  display: none;
}

.hero-cta.hide-on-mobile {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.double-chevron-down {
  display: inline;
}

.hero-cta-text {
  display: inline;
}

.scroll-heading {
  position: relative;
  z-index: 2;
  max-width: 940px;
  color: #fff;
  text-align: center;
}

.feature-question {
  display: block;
  height: 69px;
  margin-bottom: 17px;
  margin-left: 10%;
  padding-top: 4px;
  padding-bottom: 3px;
  font-family: 'Polysanstrial neutral', sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.unsere-fragen-columns-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mehr-erfahren-paragraph-1 {
  max-width: 330px;
  margin-bottom: 72px;
}

.mehr-erfahren-paragraph-2 {
  max-width: 400px;
  margin-top: 18px;
}

.mehr-erfahren-image-1 {
  position: absolute;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
  max-width: none;
}

.mehr-erfahren-columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 215px;
  -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;
}

.mehr-erfahren-columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 178px;
  -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;
}

.mehr-erfahren-columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
}

.mehr-erfahren-paragraph-3 {
  max-width: 520px;
  margin-left: 6%;
}

.unsere-fragen-columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
}

.column {
  text-align: center;
}

.fragen-image {
  margin-top: 200px;
}

.impressum-text-column {
  margin-top: 0px;
}

.impressum-image-column {
  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;
}

.impressum-caption {
  line-height: 1.5em;
}

.impressum-caption.small-text {
  margin-bottom: 120px;
  font-size: 20px;
  line-height: 32px;
}

.impressum-info-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12vh;
  -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;
}

.impressum-info {
  width: 100%;
  margin-bottom: 3em;
}

.impressum-info.margin-right {
  margin-right: 12.4%;
}

.impressum-subheading {
  width: 100%;
  max-width: 300px;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #93692f;
  color: #93692f;
}

.impressum-info-text {
  font-size: 0.8em;
}

.impressum-info-text.impressum-info-text-right {
  max-width: 390px;
  line-height: 1.25em;
}

.impressum-info-text.kontakt-info-text-right {
  max-width: 390px;
  line-height: 23px;
}

.heading {
  font-weight: 400;
}

.icon-size--medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.icon-size--small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1em;
  height: 1em;
  margin-top: 0.125em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.scroll-animation-image {
  position: absolute;
  left: -15%;
  top: -15%;
  right: -15%;
  bottom: -15%;
  z-index: 0;
  width: 130%;
  height: 130%;
  background-image: url('../images/dim-gunger-CenRLLNjLj0-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.scroll-animation-text-container {
  padding-top: 35%;
}

.scroll-animation-flex {
  position: relative;
  width: 100%;
  height: 100%;
}

.scroll-animation-image-wrapper {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.nav-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  overflow: hidden;
  height: 4em;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 95.7%, 0.5);
}

.nav-background._100 {
  position: absolute;
  height: 100%;
}

.smooth-wrapper {
  overflow: hidden;
}

.prozess-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.prozess-column.prozess-column-left {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.prozess-column.prozess-column-right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.prozess-element {
  width: 100%;
  max-width: 500px;
  margin-left: 23.4%;
}

.prozess-element.prozess-element-alt {
  margin-left: 29.4%;
}

.prozess-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 114px;
  -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;
}

.prozess-text {
  line-height: 1.3em;
}

.prozess-heading {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prozess-image {
  width: 340px;
}

.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;
}

.hero-heading {
  max-width: 300px;
  margin-bottom: 7vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-heading.kontakt-subheading-old {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.hero-heading.kontakt-subheading {
  margin: 0px 0px 1vh;
  font-size: 1.94em;
  line-height: 1.2em;
}

.hero-heading.subheading-kontakt {
  margin-bottom: 3vh;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #93692f;
}

.hero-heading-caption {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-heading-caption.kontakt-info-text {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.hero-feature-image {
  position: absolute;
  width: 120%;
  height: 120%;
  margin-top: -25%;
  background-image: url('../images/cesar-do-carmo-xGlSJsyYH48-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.parallax-wrapper.hero-image-container {
  position: absolute;
  left: auto;
  top: 50vh;
  right: 0px;
  bottom: auto;
  overflow: hidden;
  width: 57.8125vw;
  height: auto;
}

.fokus-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: 5.6%;
  margin-left: 18.8%;
  -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;
}

.fokus-block.fokus-block-links {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fokus-block.fokus-block-left {
  max-width: 450px;
  margin-right: 25%;
  margin-left: 0%;
}

.fokus-block.fokus-block-right {
  margin-right: 0%;
  margin-left: 24.25%;
}

.fokus-block-heading {
  margin-top: 0px;
  margin-bottom: 1em;
}

.fokus-block-paragraph {
  margin-bottom: 1em;
  font-size: 0.9em;
}

.fokus-block-cta-heading {
  max-width: 100%;
  margin-bottom: 23px;
  border-bottom: 2px solid #93692f;
  color: #93692f;
  line-height: 1.5em;
}

.fokus-block-cta-caption {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fokus-block-cta-caption.impressum-info-text-right {
  max-width: 390px;
  line-height: 23px;
}

.fokus-block-cta {
  width: 324px;
}

.fokus-block-cta.margin-right {
  margin-right: 115px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fokus-column {
  position: static;
  top: 40px;
}

.fokus-column.fokus-column-left {
  padding-left: 10px;
}

.fokus-column.fokus-column-right {
  padding-right: 10px;
  padding-left: 130px;
}

.fokus-column.fokus-column-right.top-margin-triple {
  margin-top: 760px;
}

.fokus-column.top-margin {
  margin-top: 300px;
}

.fokus-column.top-margin-triple {
  margin-top: 760px;
}

.fokus-column.fokus-column-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.fokus-columns {
  min-height: 200vh;
}

.div-block {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block.secondary-color {
  color: #000;
}

.kontakt-info-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -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;
}

.kontakt-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
}

.kontakt-info.margin-right {
  width: 100%;
  margin-right: 115px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kontakt-info.kontakt-info-left {
  margin-right: 100px;
}

.kontakt-subheading {
  max-width: 324px;
  margin-bottom: 23px;
  border-bottom: 2px solid #93692f;
  color: #93692f;
  font-size: 36px;
  line-height: 72px;
}

.kontakt-info-text {
  font-size: 18px;
  line-height: 28px;
}

.kontakt-info-text.impressum-info-text-right {
  max-width: 390px;
  line-height: 23px;
}

.kontakt-info-text.kontakt-info-text-right {
  max-width: 390px;
  line-height: 23px;
}

.image {
  max-height: 674px;
}

.negative-margin-top {
  margin-top: -2.5rem;
}

.hero-feature-image-aspect {
  width: 120%;
  margin-top: 0px;
  padding-bottom: 100%;
}

.hero-cta-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid #8d6a39;
}

.hero-cta-line.secondary-border-color {
  border-bottom-color: #000;
}

.hero-cta-icon {
  height: 0.8em;
  margin-top: 0.2rem;
  padding-top: 0.05em;
  padding-bottom: 0.05em;
}

.hero-cta-icon.icon-size--small {
  height: 16px;
  font-size: 20px;
}

.hero-background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  background-image: none;
}

.hero-background-image.hero-landing-background-image {
  left: -5%;
  top: -5%;
  right: -5%;
  bottom: -5%;
  width: 110%;
  height: 110%;
  background-image: url('../images/header.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.hero-background-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}

.hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
}

.hero-image.hero-image-impressum {
  bottom: 40px;
}

.parallax-image-wrapper {
  overflow: hidden;
}

.parallax-image-wrapper.hero-image-container {
  position: absolute;
  left: auto;
  top: 50vh;
  right: 0px;
  bottom: auto;
  overflow: hidden;
  width: 57.8125vw;
  height: auto;
}

.parallax-image-wrapper.landing-image-wrapper-1 {
  position: relative;
  overflow: hidden;
  width: 60%;
  height: auto;
  max-height: 610px;
  max-width: 458px;
  float: right;
  -o-object-fit: fill;
  object-fit: fill;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.parallax-image-wrapper.landing-image-wrapper-1.hide-on-desktop {
  display: none;
}

.parallax-image-wrapper.landing-image-wrapper-2 {
  position: relative;
  overflow: hidden;
  width: 72%;
  height: auto;
  max-height: 365px;
  max-width: 551px;
  margin-left: 5.4%;
  -o-object-fit: fill;
  object-fit: fill;
}

.parallax-image-wrapper.landing-image-wrapper-3 {
  position: relative;
  overflow: hidden;
  width: 72%;
  height: auto;
  max-height: 365px;
  max-width: 551px;
  float: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.parallax-image-wrapper.landing-image-wrapper-3.hide-on-desktop {
  display: none;
}

.parallax-image-wrapper.landing-image-wrapper-4 {
  position: relative;
  overflow: hidden;
  width: 90%;
  height: auto;
  max-height: 467px;
  max-width: 365px;
  margin-top: 26px;
  margin-left: 11.2%;
  -o-object-fit: fill;
  object-fit: fill;
}

.parallax-image-wrapper.landing-image-wrapper-4.hide-on-desktop {
  display: none;
}

.parallax-image-wrapper.landing-image-wrapper-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.parallax-image-wrapper.hero-image-prozess-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 45vw;
  max-width: 600px;
  margin-top: -1vh;
  -o-object-fit: fill;
  object-fit: fill;
}

.parallax-image-wrapper.hero-image-prozess-wrapper.hide-on-desktop {
  display: none;
}

.parallax-image-wrapper.prozess-image-wrapper-1 {
  position: relative;
  overflow: hidden;
  width: 25vw;
  max-width: 250px;
  min-width: 180px;
  -o-object-fit: fill;
  object-fit: fill;
}

.parallax-image-wrapper.prozess-image-wrapper-2 {
  position: relative;
  overflow: hidden;
  width: 25vw;
  max-width: 250px;
  min-width: 180px;
  -o-object-fit: fill;
  object-fit: fill;
}

.parallax-image-wrapper.prozess-image-wrapper-3 {
  position: relative;
  overflow: hidden;
  width: 25vw;
  max-width: 250px;
  min-width: 180px;
  -o-object-fit: fill;
  object-fit: fill;
}

.parallax-image-wrapper.prozess-image-wrapper-4 {
  position: relative;
  overflow: hidden;
  width: 25vw;
  max-width: 250px;
  min-width: 180px;
  -o-object-fit: fill;
  object-fit: fill;
}

.parallax-image-wrapper.hero-image-about-wrapper {
  position: relative;
  bottom: 200px;
  overflow: hidden;
  width: 57.8125vw;
  height: auto;
  max-height: 1151px;
  max-width: 1110px;
  -o-object-fit: fill;
  object-fit: fill;
}

.parallax-image-wrapper.hero-image-kontakt-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}

.parallax-image-wrapper.hero-image-impressum-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 1642.5px;
  max-width: 924px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.landing-image-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mehr-erfahren-aspect-1 {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 133.19%;
}

.mehr-erfahren-image-2 {
  position: absolute;
  left: -1%;
  top: -1%;
  width: 102%;
  height: 102%;
  max-width: none;
}

.mehr-erfahren-aspect-2 {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 66.24%;
}

.mehr-erfahren-image-3 {
  position: absolute;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
  max-width: none;
}

.mehr-erfahren-aspect-3 {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 66.24%;
}

.mehr-erfahren-image-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
}

.mehr-erfahren-aspect-4 {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 127.95%;
}

.feature-question-column {
  margin-top: 50px;
}

.hero-prozess-aspect {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 66.15%;
}

.hero-background-landing-aspect {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 56.25%;
}

.prozess-image-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.prozess-aspect-1 {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 100%;
}

.prozess-image-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.prozess-aspect-2 {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 100%;
}

.prozess-image-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.prozess-aspect-3 {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 100%;
}

.prozess-image-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.hero-columns {
  height: 100%;
}

.hero-column-prozess-offset {
  margin-top: 70px;
}

.hero-about-aspect {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 103.7%;
}

.image-crop {
  position: relative;
  overflow: hidden;
}

.image-crop.image-crop-about {
  position: absolute;
  top: 527px;
  right: 0px;
  max-height: 80vh;
  max-width: 1110px;
}

.image-crop.image-crop-about.hide-on-mobile.hide-on-tablet {
  display: block;
}

.image-crop.image-crop-about.hide-on-tablet {
  display: block;
}

.image-crop.impressum-image-crop-old {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  max-height: 630px;
  max-width: 491px;
  margin-top: -1px;
  margin-right: 59px;
}

.image-crop.impressum-image-crop {
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
  max-height: 630px;
  max-width: 491px;
  min-width: 300px;
  margin-top: -1px;
  margin-right: 59px;
}

.image-crop.spacer-image-crop-about {
  top: -10vh;
  max-height: 852px;
  max-width: 1110px;
}

.image-crop.spacer-image-crop-about.hide-on-mobile.hide-on-tablet {
  display: block;
}

.image-crop.spacer-image-crop-about.hide-on-tablet {
  display: block;
}

.unsere-fragen-h2 {
  margin-left: 30.6%;
}

.prozess-element-right {
  width: 100%;
  margin-left: 15.8%;
}

.prozess-element-right.prozess-element-alt {
  margin-left: 21.8%;
}

.hero-about-column-right {
  z-index: 1;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-2 {
  clear: both;
}

.hero-kontakt-aspect {
  position: relative;
  width: 100%;
  margin-bottom: -30px;
  padding-right: 0px;
  padding-bottom: 63.55%;
}

.kontakt-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
}

.hero-impressum-aspect {
  position: relative;
  width: 100%;
  padding-bottom: 136.68%;
}

.bottom-heading {
  margin-bottom: 3vh;
}

.hamburger-middle {
  width: 24px;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8d6a39), to(#8d6a39));
  background-image: linear-gradient(180deg, #8d6a39, #8d6a39);
}

.mobile-nav-wrapper {
  position: fixed;
  z-index: 1300;
  display: none;
  width: 100%;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
}

.hamburger-top {
  width: 24px;
  height: 3px;
  margin-bottom: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8d6a39), to(#8d6a39));
  background-image: linear-gradient(180deg, #8d6a39, #8d6a39);
}

.additional-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1.5em;
  margin-bottom: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 2.25em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mobile-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1200;
  display: none;
  height: 100vh;
  background-color: #f4f4f4;
}

.mobile-nav-link {
  margin-bottom: 0.8em;
  margin-left: 0px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 2em;
}

.mobile-nav-link.w--current {
  text-decoration: underline;
}

.mobile-nav-link.mobile-nav-link-old {
  width: 100%;
  margin-bottom: 40px;
  margin-left: 0px;
  color: #93692f;
}

.mobile-nav-link.mobile-nav-link-sm {
  font-size: 1em;
}

.mobile-flex-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 130px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mobile-hamburger-link {
  position: relative;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-wrapper {
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100%;
  font-family: 'Polysanstrial neutral', sans-serif;
}

.hamburger-bottom {
  width: 24px;
  height: 3px;
  margin-top: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8d6a39), to(#8d6a39));
  background-image: linear-gradient(180deg, #8d6a39, #8d6a39);
}

.desktop-nav-wrapper {
  position: fixed;
  z-index: 1100;
  display: block;
  width: 100%;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
}

.mobile-crop-mehr-erfahren-image-1 {
  display: none;
}

.mobile-spacer-mehr-erfahren-image-1 {
  display: none;
}

.mobile-crop-mehr-erfahren-image-3 {
  display: none;
}

.mobile-spacer-mehr-erfahren-image-3 {
  display: none;
}

.mobile-crop-mehr-erfahren-image-4 {
  display: none;
}

.mobile-spacer-mehr-erfahren-image-4 {
  display: none;
}

.hide-on-mobile {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.mobile-image-wrapper {
  display: none;
}

.mobile-image-wrapper.mobile-image-margin-kontakt {
  margin-bottom: 5vh;
}

.mobile-image-wrapper.mobile-image-margin-kontakt.show-on-desktop {
  display: block;
}

.mobile-image-wrapper.mobile-image-margin-kontakt.hide-on-desktop {
  display: none;
}

.mobile-crop-hero-image-prozess {
  display: none;
}

.mobile-spacer-hero-image-prozess {
  display: none;
}

.mobile-crop-hero-image-about {
  display: none;
}

.mobile-spacer-hero-image-about {
  display: none;
}

.body {
  background-color: #f4f4f4;
}

.grid {
  grid-auto-flow: row;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  line-height: 1.5em;
}

.phone-link {
  display: block;
}

.email-link {
  display: block;
}

.kontakt-link {
  display: block;
  color: #000;
  line-height: 1.5em;
}

.kontakt-link.margin-bottom {
  margin-bottom: 3vh;
}

.paragraph {
  font-size: 1rem;
}

.sg-brand-wrapper {
  width: 100%;
  padding: 32px;
  border-bottom: 0.5px solid hsla(0, 0%, 93.3%, 0.5);
}

.sg-colour-label-wrapper {
  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;
}

.sg-colour-swatch {
  width: 100%;
  margin-bottom: 16px;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #565557;
}

.sg-colour-swatch.error {
  background-color: #b00020;
}

.sg-colour-swatch.primary-shade-1 {
  background-color: #444445;
}

.sg-colour-swatch.white {
  background-color: #eee;
}

.sg-colour-swatch.secondary-tint-2 {
  background-color: #eab08a;
}

.sg-colour-swatch.secondary-shade-2 {
  background-color: #844a24;
}

.sg-colour-swatch.primary-tint-2 {
  background-color: #99999a;
}

.sg-colour-swatch.success {
  background-color: #00b04f;
}

.sg-colour-swatch.secondary-tint-1 {
  background-color: #e39663;
}

.sg-colour-swatch.black {
  background-color: #333;
}

.sg-colour-swatch.secondary-hue {
  background-color: #dc7d3c;
}

.sg-colour-swatch.primary-tint-1 {
  background-color: #777778;
}

.sg-colour-swatch.secondary-shade-1 {
  background-color: #b06330;
}

.sg-colour-swatch.primary-shade-2 {
  background-color: #333334;
}

.sg-button-wrapper {
  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: 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;
}

.logo-img {
  width: 100%;
}

.sg-right-bottom-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 100vh;
  margin-left: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sg-colours-grid {
  max-width: 575px;
  margin-right: -16px;
  margin-left: -16px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 40px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #dc7d3c;
  border-radius: 5px;
  background-color: #dc7d3c;
  box-shadow: 6px 6px 16px 0 rgba(51, 51, 51, 0.1);
  -webkit-transition: border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, border-color 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  border-color: #b06330;
  background-color: #b06330;
  -webkit-transform: translate(0px, -1.5px);
  -ms-transform: translate(0px, -1.5px);
  transform: translate(0px, -1.5px);
}

.button.outlined {
  background-color: transparent;
}

.button.outlined:hover {
  border-color: #dc7d3c;
  background-color: #dc7d3c;
}

.button.outlined.secondary {
  background-color: transparent;
}

.button.outlined.secondary:hover {
  border-color: #444445;
  background-color: #444445;
}

.button.secondary {
  border-color: #444445;
  background-color: #444445;
}

.button.secondary:hover {
  border-color: #333334;
  background-color: #333334;
}

.button.arrow:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.return-to-top-lb {
  position: fixed;
  left: auto;
  top: auto;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -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;
  border-radius: 50%;
  background-color: #dc7d3c;
  box-shadow: 6px 6px 16px 0 rgba(51, 51, 51, 0.15);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #eee;
}

.return-to-top-lb:hover {
  background-color: #b06330;
  color: hsla(0, 0%, 93.3%, 0.75);
}

.code-span {
  display: inline-block;
  padding: 6px 10px 4px;
  background-color: #444445;
  color: #dfcb6c;
  font-size: 0.78em;
  line-height: 1;
  font-weight: 400;
}

.delete-me {
  margin-top: 32px;
  padding: 32px;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 93.3%, 0.5);
  border-radius: 5px;
}

.sg-logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  padding: 64px 32px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 93.3%, 0.5);
  border-radius: 5px;
}

.sg-divider {
  width: 100%;
  height: 0.5px;
  min-height: 0.5px;
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: hsla(0, 0%, 93.3%, 0.25);
}

.sg-divider.typography {
  width: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.button-icon {
  height: 14px;
  margin-left: 16px;
}

.favicon {
  width: 32px;
  height: 32px;
}

.global-section {
  width: 100%;
  max-width: 100%;
  padding: 128px 64px;
}

.global-section.sg {
  border-bottom: 0.5px solid hsla(0, 0%, 93.3%, 0.5);
}

.global-section.sg.bottom {
  border-bottom-style: none;
}

.text {
  max-width: 65ch;
  font-size: 1em;
}

.text.small {
  font-size: 0.78rem;
}

.text.sg-colour-label {
  margin-bottom: 2px;
  font-size: 0.78em;
  text-align: center;
}

.text.sg-colour-label.main {
  font-weight: 700;
}

.text.sg-colour-label.hex {
  margin-top: 2px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.text.centred {
  text-align: center;
}

.text.mobile-only {
  display: none;
}

.text.sg-typography-label {
  font-weight: 700;
  text-transform: uppercase;
}

.text.sg-typography-label.non-caps {
  text-transform: none;
}

.sg-anchor-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sg-return-to-home-lb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px;
  -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;
  border-top: 0.5px solid hsla(0, 0%, 93.3%, 0.5);
  background-color: #444445;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #eee;
  text-decoration: none;
}

.sg-return-to-home-lb:hover {
  background-color: #333334;
}

.sg-return-to-home-lb.desktop-only {
  margin-top: auto;
}

.sg-return-to-home-lb.mobile-only {
  height: 0px;
  padding: 0em;
  border-top-style: none;
}

.sg-logos-grid {
  grid-row-gap: 48px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sg-heading-wrapper {
  max-width: 550px;
  margin-bottom: -16px;
}

.sg-heading-wrapper.h2 {
  max-width: 440px;
}

.sg-heading-wrapper.h4 {
  max-width: 275px;
}

.sg-heading-wrapper.h3 {
  max-width: 350px;
}

.sg-heading-wrapper.h5 {
  max-width: 220px;
}

.sg-heading-wrapper.h6 {
  max-width: 210px;
}

.sg-typography-block {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sg-logo-wrapper {
  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: 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;
}

.sg-anchor-lb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #eee;
  text-decoration: none;
}

.sg-anchor-lb:hover {
  background-color: #565557;
}

.sg-anchor-lb.w--current {
  background-color: #333334;
  box-shadow: inset 3px 0 0 0 #dc7d3c;
}

.sg-return-to-home-icon {
  height: 16px;
  margin-right: 8px;
}

.sg-return-to-home-icon.mobile-only {
  display: none;
}

.webclip {
  width: 256px;
  height: 256px;
  -o-object-fit: contain;
  object-fit: contain;
}

.top {
  width: 100%;
  height: 0px;
}

.sg-colour-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px;
  -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;
  border-radius: 5px;
}

.sg-colour-wrapper.main {
  border-radius: 5px;
  background-color: #444445;
}

.return-to-top-icon {
  width: 33.33%;
}

.sg-buttons-grid {
  grid-row-gap: 48px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.sg-outer-wrapper {
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-lb {
  max-width: 100%;
}

.logo-lb.sidebar {
  height: 48px;
  margin-bottom: 16px;
}

.blog-post-first-letter {
  margin-top: 4px;
  margin-right: 8px;
  float: left;
  color: #dc7d3c;
  font-size: 2.8em;
  line-height: 1;
  font-weight: 700;
}

.sg-left-top-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  min-height: 100vh;
  -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;
  background-color: #444445;
}

.inline-link:hover {
  color: hsla(0, 0%, 93.3%, 0.75);
}

.sg-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  padding: 64px 32px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 93.3%, 0.5);
  border-radius: 5px;
}

.global-container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.kontakt-image-column {
  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;
}

.prozess-element-container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.prozess-image-column {
  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;
}

.mobile-fragen-text-image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 40vw;
  min-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.mobile-fragen-text-image.hide-on-mobile {
  max-width: 30vw;
}

.mobile-fragen-text-image.hide-on-desktop {
  display: none;
}

.mehr-erfahren-text-1 {
  margin-top: 63px;
  margin-bottom: 63px;
}

@media screen and (min-width: 1280px) {
  .hero-title.hero-title-prozess {
    font-size: 2.44em;
  }

  .fokus-block.fokus-block-left {
    margin-right: 18%;
    margin-left: 0%;
  }

  .sg-colours-grid {
    max-width: 600px;
  }

  .sg-logos-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sg-buttons-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper.hero-wrapper.hero-wrapper-about {
    min-height: 120vh;
  }

  .hero-title.hero-title-about {
    margin-bottom: 23vh;
  }

  .hero-heading {
    margin-bottom: 0px;
  }

  .hero-heading-caption {
    margin-right: 3.6%;
    margin-left: 10.7%;
  }

  .hero-about-column-right {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .sg-colours-grid {
    max-width: 625px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-title.hero-title-about {
    margin-bottom: 15vh;
  }

  .sg-colours-grid {
    max-width: 650px;
  }

  .global-section {
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .global-section.sg {
    padding-top: 192px;
    padding-bottom: 192px;
  }
}

@media screen and (max-width: 991px) {
  .wrapper.hero-wrapper.hero-wrapper-prozess {
    padding-top: 18.5vh;
  }

  .wrapper.hero-wrapper.hero-wrapper-about {
    height: auto;
  }

  .wrapper.hero-wrapper.hero-wrapper-kontakt {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .hero-title.impressum-title {
    font-size: 48px;
    line-height: 72px;
  }

  .hero-title.hero-title-about {
    max-width: none;
    margin-bottom: 1em;
  }

  .hero-title.hero-title-about.hero-title-alt-size {
    margin-bottom: 50px;
  }

  .hero-title.hero-title-prozess {
    margin-bottom: 5vh;
    font-size: 2.44em;
  }

  .hero-caption.hero-caption-about {
    max-width: none;
  }

  .hero-caption.kontakt-caption {
    margin-bottom: 5vh;
  }

  .hero-cta.prozess-cta.hide-on-desktop.show-on-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-cta.alt-spacing {
    margin-bottom: 7vh;
  }

  .prozess-element {
    margin-left: 13.39%;
  }

  .prozess-element.prozess-element-alt {
    margin-left: 19.4%;
  }

  .hero-heading {
    margin-top: 66px;
    margin-bottom: 30px;
    padding-top: 0px;
  }

  .hero-heading.subheading-kontakt {
    margin-top: 0px;
  }

  .hero-heading-caption {
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .fokus-block {
    min-height: 0vh;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
  }

  .fokus-block.fokus-block-rechts {
    min-height: 100vh;
  }

  .fokus-block.fokus-block-left {
    margin-right: 5%;
  }

  .fokus-block.fokus-block-right {
    margin-bottom: 10vh;
    margin-left: 0%;
  }

  .fokus-column {
    position: static;
    margin-bottom: 130px;
  }

  .fokus-column.fokus-column-right.top-margin-triple {
    margin-top: 0px;
  }

  .fokus-column.top-margin {
    margin-top: 0px;
  }

  .fokus-column.top-margin-triple {
    margin-top: 0px;
  }

  .fokus-columns {
    min-height: 0vh;
  }

  .kontakt-info {
    margin-right: 0%;
  }

  .parallax-image-wrapper.hero-image-prozess-wrapper {
    width: auto;
    margin-top: 0px;
    margin-bottom: 5vh;
  }

  .parallax-image-wrapper.hero-image-about-wrapper {
    bottom: auto;
    width: auto;
  }

  .image-crop.image-crop-about.hide-on-mobile.hide-on-tablet {
    display: none;
  }

  .image-crop.image-crop-about.hide-on-tablet {
    display: none;
  }

  .image-crop.spacer-image-crop-about.hide-on-mobile.hide-on-tablet {
    display: none;
  }

  .image-crop.spacer-image-crop-about.hide-on-tablet {
    display: none;
  }

  .hero-about-column-right.column-mobile-fix {
    display: block;
  }

  .mobile-nav-wrapper {
    display: none;
  }

  .mobile-image-wrapper.mobile-image-margin-kontakt.hide-on-desktop.show-on-tablet {
    display: block;
  }

  .mobile-crop-hero-image-about {
    position: absolute;
    left: 0%;
    right: 0%;
    display: block;
    overflow: hidden;
    max-height: 553px;
    max-width: 533px;
  }

  .mobile-spacer-hero-image-about {
    display: block;
    height: 553px;
    max-height: 553px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hide-on-tablet {
    display: none;
  }

  .sg-brand-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    padding-right: 64px;
    padding-left: 64px;
    -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;
  }

  .sg-right-bottom-wrapper {
    width: 100%;
    min-height: auto;
    margin-left: 0px;
  }

  .return-to-top-lb {
    width: 56px;
    height: 56px;
  }

  .text.mobile-only {
    display: block;
  }

  .sg-anchor-links-wrapper {
    position: static;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: -150px;
    z-index: 1;
    padding-top: 0em;
    padding-bottom: 0em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sg-return-to-home-lb.desktop-only {
    display: none;
  }

  .sg-return-to-home-lb.mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 32px;
    border-top-style: solid;
  }

  .sg-logos-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .sg-anchor-lb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sg-anchor-lb.w--current {
    box-shadow: inset 0 -3px 0 0 #dc7d3c;
  }

  .sg-return-to-home-icon.mobile-only {
    display: block;
  }

  .sg-buttons-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .sg-outer-wrapper {
    -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;
  }

  .logo-lb.sidebar {
    height: 48%;
  }

  .sg-left-top-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: -150px;
    z-index: 5;
    width: 100%;
    min-height: auto;
  }

  .prozess-image-column {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.2em;
  }

  h1 {
    font-size: 2.05em;
  }

  h2 {
    font-size: 1.72em;
  }

  h3 {
    font-size: 1.44em;
  }

  .container {
    max-width: 100%;
    padding-right: 46px;
    padding-left: 23px;
  }

  .container.container-mobile-even {
    padding-right: 23px;
  }

  .wrapper.hero-wrapper {
    padding-top: 230px;
  }

  .wrapper.hero-wrapper.hero-wrapper-about {
    height: auto;
    padding-top: 130px;
  }

  .wrapper.hero-wrapper.hero-wrapper-kontakt {
    padding-top: 13vh;
    padding-bottom: 10vh;
  }

  .wrapper.content-wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .wrapper.content-wrapper.scroll-animation-wrapper {
    height: 200vh;
  }

  .wrapper.content-wrapper.last-wrapper {
    padding-bottom: 200px;
  }

  .wrapper.content-wrapper.prozess-wrapper {
    padding-top: 0px;
    padding-bottom: 165px;
  }

  .wrapper.content-wrapper.fokus-wrapper {
    padding-top: 90px;
    padding-bottom: 15px;
  }

  .wrapper.impressum-hero-wrapper {
    margin-top: 130px;
  }

  .wrapper.footer {
    padding-bottom: 32px;
  }

  .fixed-nav {
    position: fixed;
  }

  .flex {
    -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;
  }

  .footer-link {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 32px;
    margin-left: 0px;
    color: #977a51;
    font-size: 15px;
    line-height: 15px;
  }

  .hero-title {
    margin-bottom: 3vh;
  }

  .hero-title.impressum-title {
    margin-bottom: 45px;
    font-size: 48px;
    line-height: 53px;
  }

  .hero-title.landing-page-title {
    margin-bottom: 35px;
    font-size: 2.5rem;
  }

  .hero-title.hero-title-about {
    margin-bottom: 1em;
    font-size: 36px;
    line-height: 40px;
  }

  .hero-title.hero-title-about.hero-title-alt-size {
    font-size: 48px;
    line-height: 53px;
  }

  .hero-title.hero-title-prozess {
    font-size: 2.05em;
  }

  .hero-caption {
    margin-bottom: 110px;
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .hero-caption.kontakt-caption {
    margin-bottom: 3vh;
  }

  .hero-cta.secondary-color.hide-on-mobile {
    display: none;
  }

  .hero-cta.hide-on-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-cta.prozess-cta {
    margin-top: 32px;
    margin-bottom: 0px;
  }

  .hero-cta.alt-spacing {
    margin-bottom: 70px;
  }

  .scroll-heading {
    margin-left: 23px;
  }

  .feature-question {
    margin-left: 0px;
    font-size: 1em;
    line-height: 1.2em;
  }

  .unsere-fragen-columns-1 {
    display: block;
    margin-bottom: 0em;
  }

  .mehr-erfahren-paragraph-1 {
    max-width: 345px;
    margin-bottom: 1em;
  }

  .mehr-erfahren-paragraph-2 {
    margin-top: 0px;
  }

  .mehr-erfahren-columns-2 {
    display: block;
    margin-bottom: 0px;
  }

  .mehr-erfahren-columns-3 {
    display: block;
    margin-bottom: 2em;
  }

  .mehr-erfahren-columns-4 {
    display: block;
  }

  .mehr-erfahren-paragraph-3 {
    margin-bottom: 2em;
    margin-left: 0px;
  }

  .unsere-fragen-columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .impressum-image-column {
    height: 0px;
    padding-bottom: 0px;
  }

  .impressum-caption.small-text {
    margin-bottom: 91px;
    font-size: 18px;
  }

  .impressum-info-flex-box {
    margin-top: 8vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .impressum-info.margin-right {
    max-width: none;
  }

  .impressum-subheading {
    max-width: 300px;
  }

  .prozess-column.prozess-column-left.column-mobile-fix.mobile-flex-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .prozess-column.prozess-column-right.column-mobile-fix.mobile-flex-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .prozess-element {
    overflow: hidden;
    max-height: 300px;
    max-width: 300px;
    margin-left: 0px;
  }

  .prozess-element.prozess-element-alt {
    width: 100%;
    max-height: 300px;
    max-width: 250px;
    margin-left: 0px;
  }

  .prozess-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prozess-columns.flip-on-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .prozess-heading {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .hero-heading {
    margin-top: 66px;
    margin-bottom: 30px;
    padding-top: 0px;
  }

  .hero-heading.kontakt-subheading {
    font-size: 1.72em;
  }

  .hero-heading-caption {
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-heading-caption.kontakt-info-text {
    margin-bottom: 0px;
  }

  .fokus-block {
    min-height: 0vh;
    margin-top: 0px;
    margin-right: 0%;
    line-height: 27px;
  }

  .fokus-block-heading {
    margin-bottom: 35px;
  }

  .fokus-block-paragraph {
    font-size: 1em;
  }

  .fokus-column {
    position: static;
    top: auto;
    margin-bottom: 130px;
  }

  .fokus-column.fokus-column-left.column-mobile-fix {
    padding-right: 0px;
    padding-left: 0px;
  }

  .fokus-column.fokus-column-right.top-margin-triple {
    margin-top: 0px;
  }

  .fokus-column.fokus-column-right.top-margin-triple.column-mobile-fix {
    padding-right: 0px;
    padding-left: 0px;
  }

  .fokus-column.top-margin.column-mobile-fix {
    margin-top: 0px;
  }

  .fokus-column.fokus-column-sticky {
    position: static;
  }

  .fokus-columns {
    min-height: 0vh;
  }

  .negative-margin-top {
    margin-top: 0rem;
  }

  .negative-margin-top.column-mobile-fix {
    margin-top: 0px;
  }

  .hero-cta-icon.icon-size--small {
    width: 12px;
    height: 12px;
  }

  .hero-background-image.hero-landing-background-image {
    left: -5%;
    top: -5%;
    right: -5%;
    bottom: -5%;
    width: 110%;
    height: 110%;
  }

  .parallax-image-wrapper.landing-image-wrapper-1 {
    width: 66vw;
    max-height: 320px;
    max-width: 240px;
    min-width: 80px;
    margin-bottom: 2em;
    margin-left: 0px;
    float: right;
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .parallax-image-wrapper.landing-image-wrapper-1.hide-on-mobile {
    display: none;
  }

  .parallax-image-wrapper.landing-image-wrapper-1.hide-on-desktop.show-on-mobile {
    display: block;
  }

  .parallax-image-wrapper.landing-image-wrapper-2.hide-on-mobile {
    display: none;
  }

  .parallax-image-wrapper.landing-image-wrapper-3 {
    width: 66vw;
    min-width: 150px;
    margin-bottom: 2em;
    margin-left: 0px;
    float: none;
  }

  .parallax-image-wrapper.landing-image-wrapper-3.hide-on-mobile {
    display: none;
  }

  .parallax-image-wrapper.landing-image-wrapper-3.hide-on-desktop.show-on-mobile {
    display: block;
  }

  .parallax-image-wrapper.landing-image-wrapper-4 {
    width: 100%;
    max-height: 373.6px;
    max-width: 292px;
    margin-top: 0px;
    margin-left: 0px;
    float: right;
  }

  .parallax-image-wrapper.landing-image-wrapper-4.hide-on-mobile {
    display: none;
  }

  .parallax-image-wrapper.landing-image-wrapper-4.hide-on-desktop.show-on-mobile {
    display: block;
  }

  .parallax-image-wrapper.hero-image-prozess-wrapper {
    max-width: 412px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .parallax-image-wrapper.hero-image-prozess-wrapper.hide-on-mobile {
    display: none;
  }

  .parallax-image-wrapper.hero-image-prozess-wrapper.hide-on-desktop {
    display: block;
  }

  .parallax-image-wrapper.prozess-image-wrapper-1 {
    max-width: 200px;
  }

  .parallax-image-wrapper.prozess-image-wrapper-2 {
    max-width: 200px;
  }

  .parallax-image-wrapper.prozess-image-wrapper-3 {
    max-width: 200px;
  }

  .parallax-image-wrapper.prozess-image-wrapper-4 {
    max-width: 200px;
  }

  .parallax-image-wrapper.hero-image-about-wrapper {
    left: -66px;
    bottom: auto;
    width: 533px;
    max-height: 553px;
    max-width: 533px;
  }

  .parallax-image-wrapper.hero-image-kontakt-wrapper {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .parallax-image-wrapper.hero-image-impressum-wrapper {
    width: 100%;
  }

  .image-column {
    display: block;
  }

  .image-column.hide-on-mobile {
    display: none;
  }

  .unsere-fragen-column-right {
    padding-left: 10px;
  }

  .unsere-fragen-column-right.mehr-erfahren-image-1-wrapper {
    display: none;
  }

  .unsere-fragen-column-right.hide-on-mobile {
    display: none;
  }

  .unsere-fragen-h2 {
    margin-right: -23px;
    margin-left: 0%;
  }

  .prozess-element-right {
    overflow: hidden;
    max-height: 300px;
    max-width: 300px;
    margin-left: 0px;
  }

  .prozess-element-right.prozess-element-alt {
    width: 100%;
    max-width: 250px;
    margin-left: 0px;
  }

  .hero-about-column-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2 {
    margin-right: -23px;
  }

  .mobile-nav-wrapper {
    display: block;
  }

  .hamburger-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8d6a39), to(#8d6a39));
    background-image: linear-gradient(180deg, #8d6a39, #8d6a39);
  }

  .flex-nav {
    min-height: 2.3em;
  }

  .mobile-overlay {
    display: none;
    overflow: auto;
  }

  .mobile-flex-nav {
    margin-right: 46px;
    margin-left: 23px;
  }

  .desktop-nav-wrapper {
    display: none;
  }

  .column-2 {
    display: none;
  }

  .mobile-crop-mehr-erfahren-image-1 {
    position: absolute;
    left: 196px;
    right: 23px;
    display: block;
    overflow: hidden;
    max-height: 340px;
    max-width: 300px;
    margin-left: 0px;
  }

  .column-mobile-fix {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mobile-spacer-mehr-erfahren-image-1 {
    display: block;
    height: 340px;
    margin-bottom: 4rem;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .mobile-crop-mehr-erfahren-image-3 {
    position: absolute;
    display: block;
    overflow: hidden;
    max-width: 551px;
  }

  .mobile-spacer-mehr-erfahren-image-3 {
    display: block;
    height: 256px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .mobile-crop-mehr-erfahren-image-4 {
    position: absolute;
    left: 142px;
    right: 23px;
    display: block;
    overflow: hidden;
    max-height: 467px;
    max-width: 365px;
    margin-top: 126px;
  }

  .mobile-spacer-mehr-erfahren-image-4 {
    display: block;
    height: 467px;
    margin-top: 126px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .hide-on-mobile {
    display: none;
  }

  .mobile-image-wrapper {
    margin-right: -23px;
  }

  .mobile-image-wrapper.mobile-image-margin-kontakt {
    margin-bottom: 63px;
  }

  .mobile-image-wrapper.mobile-image-margin-kontakt.hide-on-desktop {
    display: block;
  }

  .mobile-image-wrapper.mobile-image-margin-impressum {
    display: block;
    margin-top: 9vh;
  }

  .mobile-crop-hero-image-prozess {
    position: absolute;
    left: 0%;
    right: 0%;
    display: block;
    overflow: hidden;
    max-width: 412px;
    margin-right: 23px;
    margin-left: 23px;
  }

  .mobile-spacer-hero-image-prozess {
    position: relative;
    display: block;
    max-width: 412px;
    margin-right: -23px;
    padding-right: 0px;
    padding-bottom: 76.1%;
  }

  .mobile-crop-hero-image-about {
    position: absolute;
    left: 0%;
    right: 0%;
    display: block;
    overflow: hidden;
    max-height: 553px;
    max-width: 533px;
    margin-right: -23px;
  }

  .mobile-spacer-hero-image-about {
    display: block;
    height: 553px;
  }

  .grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .sg-brand-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .sg-colour-label-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sg-colour-swatch {
    width: 25%;
    margin-right: 16px;
    margin-bottom: 0px;
    padding-top: 25%;
  }

  .sg-colours-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .global-section {
    padding: 64px 40px;
  }

  .text.sg-colour-label {
    font-size: 1em;
  }

  .text.sg-colour-label.main {
    margin-bottom: 2px;
  }

  .text.sg-colour-label.hex {
    font-size: 0.78em;
  }

  .sg-logos-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .sg-colour-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sg-buttons-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .body-2 {
    line-height: 1.2em;
  }

  .prozess-element-container {
    max-width: 80vw;
  }

  .mobile-fragen-text-image {
    width: 100%;
    max-width: 300px;
    min-width: 0px;
    margin-left: 0px;
  }

  .mobile-fragen-text-image.hide-on-desktop {
    display: block;
  }

  .mehr-erfahren-text-1 {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 479px) {
  .container.container-mobile-even {
    padding-left: 46px;
  }

  .fixed-nav {
    padding: 0px;
  }

  .prozess-columns.flip-on-mobile {
    padding-right: 0px;
  }

  .kontakt-info.kontakt-info-left {
    min-width: 250px;
  }

  .mobile-overlay {
    display: none;
  }

  .sg-brand-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .sg-colour-swatch {
    margin-bottom: 0px;
  }

  .sg-colours-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .button {
    width: 100%;
  }

  .delete-me {
    margin-top: 16px;
    padding: 16px;
  }

  .sg-logo-block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .global-section {
    padding-right: 32px;
    padding-left: 32px;
  }

  .sg-button-block {
    padding: 16px;
  }
}

#w-node-_9cb90e7e-ef06-3097-8d37-3f11887c990d-3359d0e4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9cb90e7e-ef06-3097-8d37-3f11887c990d-b159d0e7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_9cb90e7e-ef06-3097-8d37-3f11887c990d-3359d0e4 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-_9cb90e7e-ef06-3097-8d37-3f11887c990d-b159d0e7 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9cb90e7e-ef06-3097-8d37-3f11887c990d-b159d0e7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9cb90e7e-ef06-3097-8d37-3f11887c990d-3359d0e4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9cb90e7e-ef06-3097-8d37-3f11887c990d-b159d0e7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Polysanstrial neutral';
  src: url('../fonts/PolySansTrial-Neutral.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}