:root {
  --white-smoke: #ececec;
  --black: #161616;
}

a {
  color: #fff;
  text-decoration: underline;
}

.body {
  color: var(--white-smoke);
  background-color: #1a1a1a;
  font-family: Nb International Pro Regular, sans-serif;
  font-size: 1vw;
  line-height: 1.3;
}

.page-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.main-wrapper {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  width: 100%;
  padding-left: .5vw;
  padding-right: .5vw;
  display: block;
  position: relative;
}

.projekt {
  transform-origin: 50% 0;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.projekt.is-visible-none {
  display: none;
}

.img_wrapper {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  transition: all 1.5s;
  display: flex;
}

.img_wrapper:hover {
  filter: brightness(80%);
}

.img_wrapper.is-30vw, .img_wrapper.is-25 {
  width: 25vw;
}

.img_wrapper.is-50vw {
  width: 50vw;
}

.img_wrapper.is-66vw {
  width: 66vw;
}

.img {
  perspective-origin: 50%;
  transform-origin: 50% 0;
  width: 100%;
  max-width: none;
  height: auto;
}

.img.is-25-vw {
  width: 100%;
  max-width: none;
  height: 100%;
}

.img.is-66vw {
  width: 66vw;
  max-width: none;
}

.img.is-33-vw {
  width: 33vw;
}

.projekt-row {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  transform-origin: 50% 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-bottom: .5vw;
  display: flex;
  position: relative;
}

.video {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  overflow: hidden;
}

.video_wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  display: flex;
  position: relative;
}

.video_wrapper.is-60 {
  width: 75%;
}

.video_wrapper.video-is-50 {
  width: 50vw;
  height: 28vw;
}

.spacer {
  height: 20vh;
}

.lightbox {
  width: 100%;
}

.hero-sec {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 85vh;
  padding-top: 10px;
  padding-bottom: 4%;
  display: flex;
}

.hero_container {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 90vh;
  padding-top: 5vh;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.h1_site-title {
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Nb International Pro Light, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: .8;
}

.copy_container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.h2_copy {
  color: var(--white-smoke);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nb International Pro Light, sans-serif;
  font-size: 2.6em;
  font-weight: 300;
  line-height: 1.1;
}

.h2_copy.is-black {
  color: var(--black);
  font-family: Nb International Pro Regular, sans-serif;
  font-weight: 400;
}

.copy_wrapper {
  width: 68%;
  position: relative;
  left: 16%;
}

.hero_hero_container {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.hh-left_container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 76%;
  padding-left: 2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hh-middle_container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  font-size: 100%;
  display: flex;
  position: relative;
}

.hh-right_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-right: .5vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-letter_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  display: none;
  position: relative;
  top: 0;
}

.letter-s {
  font-family: Nb International Pro Light, sans-serif;
  font-size: 26em;
  font-weight: 300;
  display: inline;
}

.letter-p {
  font-family: Nb International Pro Light, sans-serif;
  font-size: 35em;
  font-weight: 300;
  display: inline;
}

.letter-3 {
  text-align: right;
  flex-direction: column;
  font-family: Nb International Pro Light, sans-serif;
  font-size: 59em;
  font-weight: 300;
  display: inline;
}

.svg-letter-p {
  z-index: 5;
  width: 30%;
  max-width: none;
  display: block;
  position: relative;
}

.svg-letter-s {
  z-index: 5;
  width: 30%;
  max-width: none;
  display: block;
  position: relative;
  left: 40px;
}

.svg-letter-3 {
  z-index: 5;
  width: 63%;
  max-width: none;
  position: relative;
}

.hhh_middle_content-container {
  position: absolute;
  top: 36%;
  left: -5%;
}

.hhh_middle_content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 16.1333vw;
  max-width: none;
  height: 9.6vw;
  max-height: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hhh_middle_content-wrapper.is-60 {
  width: 75%;
}

.hhh_left_content-container-copy {
  flex-direction: column;
  align-items: center;
  width: 40%;
  display: flex;
  position: absolute;
  top: 57%;
  left: 39%;
}

.hhh_left_content-wrapper {
  width: auto;
  overflow: hidden;
}

.hhh_right_content-container {
  width: 80%;
  position: absolute;
  top: 13.172px;
  left: -89px;
}

.hhh_right_content-wrapper {
  width: auto;
  overflow: hidden;
}

.h3_title_test {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: -1%;
  font-family: Nb International Pro Regular, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  display: none;
  position: relative;
  left: 0%;
}

.h3_title_test-copy {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: -1%;
  font-family: Nb International Pro Light, sans-serif;
  font-size: .6em;
  font-weight: 400;
  position: relative;
  left: 0%;
}

.global {
  pointer-events: none;
  width: 100vw;
  display: block;
  position: static;
  inset: 0%;
}

.menu {
  width: 100%;
  height: auto;
  display: none;
  position: static;
}

.menu_desktop {
  z-index: 998;
  position: fixed;
  inset: auto 0% 3%;
}

.menu_mobile {
  display: none;
}

.menu_d_trigger {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.menu_d_content {
  display: none;
}

.menu_button {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  padding: .8em 4em .7em;
  font-family: Nb International Pro Light, sans-serif;
  font-size: .7em;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .425s;
  box-shadow: 1px 2px 5px #0000006b;
}

.menu_button:hover {
  background-color: #323232;
}

.lotti.is-30-vw {
  width: 25vw;
}

.lotti.is-50-vw {
  width: 50vw;
}

.video_wrapper_habb-1 {
  flex-direction: column;
  align-items: flex-start;
  width: 60.75vw;
  max-width: none;
  height: 36vw;
  max-height: none;
  display: flex;
  position: relative;
}

.video_wrapper_habb-1.is-60 {
  width: 75%;
}

.video_wrapper_habb-1.video-is-50 {
  width: 50vw;
  height: 28vw;
}

.video_habb-1 {
  width: 60.75vw;
  max-width: none;
  height: 100%;
  max-height: none;
  overflow: hidden;
}

.video_habb-home {
  width: 60.75vw;
  max-width: none;
  height: 36vw;
  max-height: none;
  overflow: hidden;
}

.lotti_habb_hozizontal, .lotti_habb_hozizontal.is-30-vw {
  width: 25vw;
}

.lotti_habb_hozizontal.is-50-vw {
  width: 50vw;
}

.video_wrapper_belling-ubhan {
  flex-direction: column;
  align-items: flex-start;
  width: 65vw;
  max-width: none;
  height: 38vw;
  max-height: none;
  display: flex;
  position: relative;
}

.video_wrapper_belling-ubhan.is-60 {
  width: 75%;
}

.video_wrapper_belling-ubhan.video-is-50 {
  width: 50vw;
  height: 28vw;
}

.video_belling-ubhan {
  width: 65vw;
  max-width: none;
  height: 39vw;
  max-height: none;
  overflow: hidden;
}

.projekt-text_container {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.projekt-text_container_inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 2.5fr;
  grid-auto-columns: 1fr;
  padding-top: 2vh;
  padding-left: 0;
  padding-right: 2vw;
  display: grid;
}

.projekt_kunde_container {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: .5em;
  display: flex;
}

.projekt_leistungen_container {
  align-items: baseline;
  display: flex;
}

.h5-projekt-beschreibung {
  text-align: right;
  letter-spacing: 5px;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Nb International Pro Light, sans-serif;
  font-size: .6em;
  font-weight: 300;
  line-height: 1.7;
  display: block;
}

.h5-projekt-aussage {
  text-transform: none;
  column-count: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 5vw;
  font-family: Nb International Pro Light, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.1;
}

.h5-projekt-aussage.impressum {
  color: #d69494;
}

.spacer-30-vw {
  width: 30vw;
}

.spacer-30-vw-copy {
  width: 26vw;
}

.svg-letter-3_wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.video_wrapper_sbe1 {
  flex-direction: column;
  align-items: flex-start;
  width: 38.1vw;
  max-width: none;
  height: 54vw;
  max-height: none;
  display: flex;
  position: relative;
}

.video_wrapper_sbe1.is-60 {
  width: 75%;
}

.video_wrapper_sbe1.video-is-50 {
  width: 50vw;
  height: 28vw;
}

.video_sbe1 {
  width: 38.1vw;
  max-width: none;
  height: 54vw;
  max-height: none;
  overflow: hidden;
}

.video_wrapper_sbe-mainsite {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  display: flex;
  position: relative;
}

.video_wrapper_sbe-mainsite.is-60 {
  width: 75%;
}

.video_wrapper_sbe-mainsite.video-is-50 {
  width: 50vw;
  height: 28vw;
}

.video_sbe-mainsite {
  width: 50.1667vw;
  max-width: none;
  height: 29.1333vw;
  max-height: none;
  overflow: hidden;
}

.video_sbe-mainsite.small-video {
  width: 33.4444vw;
  height: 19.4222vw;
}

.video_sbe2 {
  width: 48vw;
  max-width: none;
  height: 27vw;
  max-height: none;
  overflow: hidden;
}

.video_wrapper_sbe2 {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  display: flex;
  position: relative;
}

.video_wrapper_sbe2.is-60 {
  width: 75%;
}

.video_wrapper_sbe2.video-is-50 {
  width: 50vw;
  height: 28vw;
}

.video_wrapper_sbe-intro {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  display: none;
  position: relative;
}

.video_wrapper_sbe-intro.is-60 {
  width: 75%;
}

.video_wrapper_sbe-intro.video-is-50 {
  width: 50vw;
  height: 28vw;
}

.video_sbe-intro {
  width: 38.4vw;
  max-width: none;
  height: 21.6vw;
  max-height: none;
  overflow: hidden;
}

.kat-beschreibung {
  text-align: left;
}

.spacer-65 {
  width: 79vw;
  font-size: 65vw;
}

.spacer-33 {
  width: 33vw;
  font-size: 65vw;
}

.video_wrapper-tb {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  display: flex;
  position: relative;
}

.video_wrapper-tb.is-60 {
  width: 75%;
}

.video_wrapper-tb.video-is-50 {
  width: 50vw;
  height: 28vw;
}

.video-tb {
  width: 60.5vw;
  max-width: none;
  height: 36vw;
  max-height: none;
  overflow: hidden;
}

.video-dd {
  width: 64vw;
  max-width: none;
  height: 36vw;
  max-height: none;
  overflow: hidden;
}

.nach-oben {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.menu_button-copy {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #2b2b2b;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em 4em;
  font-family: Nb International Pro Light, sans-serif;
  font-size: .6em;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.video_wrapper-tb-copy {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  display: flex;
  position: relative;
}

.video_wrapper-tb-copy.is-60 {
  width: 75%;
}

.video_wrapper-tb-copy.video-is-50 {
  width: 50vw;
  height: 28vw;
}

.video-habb-logo {
  width: 21.3846vw;
  max-width: none;
  height: 40.1282vw;
  max-height: none;
  overflow: hidden;
}

.page-wrapper_imprint {
  z-index: 2;
  width: 100vw;
  padding: 5vh 26vw 10vh 1vw;
  position: relative;
  overflow: hidden;
}

.impressum-container {
  margin-top: 5vh;
}

.datenschutz-container {
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.p-impressum {
  max-width: 60vw;
}

.impressum-bg-wrapper {
  object-fit: cover;
  position: fixed;
  inset: 0%;
}

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

.h-tel {
  margin-top: 5vh;
  margin-bottom: 5vh;
  font-family: Nb International Pro Light, sans-serif;
  font-size: 4.4em;
  font-weight: 300;
}

.h5-bold {
  font-family: Nb International Pro Bold, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}

.h5-impressum {
  text-transform: none;
  column-count: 2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nb International Pro Light, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.1;
}

.h5-impressum.impressum {
  color: #d69494;
  font-size: 1.6em;
}

.fs-cc-banner3_component {
  z-index: 998;
  color: var(--white-smoke);
  background-color: #000;
  border-radius: 2px;
  justify-content: space-between;
  width: 58%;
  margin: auto auto 1%;
  padding: 1em;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-banner3_paragraph {
  color: var(--white-smoke);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .6em;
}

.fs-cc-banner3_button {
  color: #fff;
  background-color: #4c6d7e;
  border-radius: 500px;
  padding: .875rem 2rem;
  font-size: 1.125rem;
  text-decoration: none;
}

.fs-cc-banner3_button.fs-cc-button-alt {
  background-color: #e8e7e3;
  margin-right: .75rem;
}

.fs-cc-banner3_container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-cc-banner3_text-link {
  color: #4b53eb;
  border-bottom: 2px solid #4b53eb;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner3_button-text {
  color: var(--black);
  font-size: .7em;
  display: inline-block;
}

.fs-cc-banner3_button-text.fs-cc-banner3_button-2 {
  background-color: var(--black);
  color: var(--white-smoke);
  padding: 0;
  font-size: .7em;
}

.fs-cc-banner3_block {
  margin-right: 2rem;
}

.fs-cc-banner3_text {
  color: var(--white-smoke);
  text-align: left;
  font-size: 1em;
  font-weight: 400;
}

.fs-cc-banner3_button-icon {
  filter: invert();
  color: var(--black);
  width: 1rem;
  margin-right: .625rem;
}

.fs-cc-banner3_buttons-wrapper {
  flex: none;
}

.fs-cc-prefs3_overlay {
  z-index: -1;
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs3_header {
  background-color: #2730d4;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.fs-cc-manager3_text {
  color: #4b79f0;
  margin-left: .625rem;
  font-weight: 700;
  display: inline-block;
}

.fs-cc-prefs3_button {
  color: #fff;
  text-align: center;
  background-color: #129657;
  border: 2px solid #129657;
  border-radius: 999rem;
  padding: .875rem 2rem;
  font-size: 1rem;
}

.fs-cc-prefs3_button.fs-cc-button-alt {
  color: #7e7e7e;
  background-color: #fff;
  border-color: #a8a8a8;
  margin-right: .75rem;
}

.fs-cc-prefs3_submit {
  color: #fff;
  text-align: center;
  background-color: #4b53eb;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .875rem 2rem;
  font-size: 1rem;
}

.fs-cc-prefs3_checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fs-cc-prefs3_label {
  color: #4b53eb;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.fs-cc-prefs3_checkbox {
  border-radius: 999rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: .75rem;
}

.fs-cc-prefs3_checkbox.w--redirected-checked {
  background-color: #129657;
  background-size: 16px;
  border-color: #129657;
}

.fs-cc-prefs3_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #129657;
}

.fs-cc-prefs3_content {
  padding: 2rem;
}

.fs-cc-prefs3_close {
  background-color: #fff;
  border-radius: 999rem;
  padding: .75rem;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.fs-cc-prefs3_checkbox-label {
  display: none;
}

.cookie {
  z-index: 999;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.fs-cc-prefs3_icon {
  color: #fff;
  width: 2rem;
  height: 2rem;
  margin-right: .75rem;
}

.fs-cc-prefs3_component {
  z-index: 997;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 2rem;
  display: flex;
  position: relative;
}

.fs-cc-manager3_icon {
  color: #4b53eb;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.fs-cc-banner3_button-2 {
  background-color: var(--white-smoke);
  color: #fff;
  border-radius: 2px;
  padding: .2em 2em .4em;
  font-size: 1.125rem;
  text-decoration: none;
  transition: background-color .575s cubic-bezier(.215, .61, .355, 1);
}

.fs-cc-banner3_button-2:hover {
  background-color: #dbdd83;
}

.fs-cc-banner3_button-2.fs-cc-button-alt {
  background-color: var(--black);
  border-radius: 2px;
  margin-right: 20px;
  padding: .2em 2em .4em;
}

.fs-cc-prefs3_form {
  position: relative;
}

.fs-cc-prefs3_title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
}

.fs-cc-prefs3_buttons-wrapper {
  background-color: #f2f3ff;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5rem 2rem;
  display: flex;
}

.fs-cc-prefs3_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs3_line {
  background-color: #e9e9e9;
  flex: 1;
  height: 1px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.fs-cc-manager3_component {
  z-index: 999;
  background-color: #fff;
  border-radius: 999rem;
  align-items: center;
  display: block;
  position: absolute;
  inset: auto auto 2rem 2rem;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-preferences3_close-icon {
  color: #4b53eb;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs3_form-wrapper {
  background-color: #fff;
  border-radius: .75rem;
  max-width: 45rem;
  margin-bottom: 0;
  overflow: hidden;
}

.fs-cc-manager3-link {
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.fs-cc-prefs3_option {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.cookie-text-span {
  font-family: Nb International Pro Bold, sans-serif;
}

.nav_wrap {
  z-index: 1000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_hamburger_base {
  z-index: 1;
  background-color: var(--white-smoke);
  border-radius: 1.7rem;
  position: absolute;
  inset: 0%;
}

.nav_contain {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  min-height: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.menu_contain {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25rem;
  max-width: 100%;
  padding: 5rem 1.3rem 1.3rem;
  display: flex;
  position: relative;
}

.menu_link {
  z-index: 2;
  color: var(--black);
  border-bottom: 2px solid #19292800;
  font-size: 2.1rem;
  text-decoration: none;
  position: relative;
}

.menu_link:hover {
  border-bottom-color: #192928;
}

.menu_link.kontakt {
  margin-top: 25px;
}

.menu_link.is-kontakt-link {
  cursor: pointer;
  font-size: 1.8em;
  text-decoration: underline;
}

.menu_link.is-kontakt-link:hover {
  border-bottom-width: 0;
}

.menu_wrap {
  z-index: 1;
  pointer-events: auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 1.1rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_hamburger_wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  pointer-events: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.nav_hamburger_line {
  z-index: 2;
  background-color: #192928;
  flex: none;
  width: 50%;
  height: 2px;
  position: relative;
}

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

.nav_link_svg {
  width: 6.9rem;
}

.video-2 {
  width: 100%;
}

.dp_intro_container {
  width: 100%;
  margin-bottom: 10vh;
  padding-top: 1vw;
  padding-left: 1vw;
  padding-right: 9vw;
}

.dp_1_inspiration_container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 25vh;
  padding-left: 20%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.span_h2_kursiv {
  color: #9b9b9b;
  font-family: Nbinternationalproligita, sans-serif;
  font-weight: 300;
}

.dp_nummer-hl_container {
  width: auto;
  margin-bottom: 40px;
}

.h_kapitel-nummer {
  height: 40vh;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nb International Pro Light, sans-serif;
  font-size: 43em;
  font-weight: 300;
}

.dp_nummer_wrapper {
  width: auto;
  padding-left: 4%;
}

.dp_nummer {
  display: block;
}

.h_kapitel-hl_uppercase {
  letter-spacing: .05em;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  font-family: Nb International Pro Light, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1;
}

.p_paragraf-klein {
  letter-spacing: .07em;
  font-size: .9em;
}

.p_paragraf-klein.is-black {
  color: var(--black);
  width: auto;
  max-width: 100ch;
}

.dp_bulletpoint_container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 9px;
  display: flex;
}

.bullet {
  background-color: var(--white-smoke);
  border-radius: 100%;
  width: 1em;
  height: 1em;
}

.p_bullet-point {
  width: 50ch;
  margin-bottom: 0;
  font-family: Nb International Pro Light, sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1;
}

.p_bullet-point.is-black {
  color: var(--black);
  width: auto;
  max-width: 84ch;
  margin-top: 0;
  font-family: Nb International Pro Regular, sans-serif;
  font-weight: 400;
}

.spacer-50vh {
  height: 50vh;
  display: none;
}

.arrow_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 180px;
  padding: 33px 1%;
  display: flex;
}

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

.image {
  width: 90%;
}

.dp_2_inspiration_container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 25vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.dp_2-2_conatiner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.dp_3_inspiration_container {
  flex-flow: column;
  width: 100%;
  margin-bottom: 25vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.home-btn_container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 15vh;
  padding-bottom: 5vh;
  display: flex;
}

.span_bold {
  font-family: Nb International Pro Bold, sans-serif;
  font-weight: 700;
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.about_item {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about_span {
  z-index: 1;
  color: var(--white-smoke);
  cursor: pointer;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-weight: 300;
  display: inline-block;
  position: relative;
}

.about_heading {
  text-align: left;
  letter-spacing: 0;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Nb International Pro Light, sans-serif;
  font-size: 5.1em;
  font-weight: 300;
  line-height: 1;
}

.about_heading.is-black {
  color: var(--black);
  text-align: left;
  cursor: pointer;
  flex: 0 auto;
  margin: 0;
  font-family: Nb International Pro Regular, sans-serif;
  font-size: 4em;
  font-weight: 400;
  text-decoration: underline;
}

.about_heading.is-black2 {
  color: var(--black);
  font-family: Nb International Pro Regular, sans-serif;
  font-weight: 400;
}

.about_image {
  opacity: 0;
  width: 24%;
  transform: scale(.5);
}

.about_image.is-1 {
  margin-top: -22%;
}

.about_image.is-3 {
  margin-bottom: -22%;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: flex;
  position: relative;
}

.page-styles {
  width: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.about_section {
  text-align: center;
}

.service_all {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100dvh;
  padding-top: 1vw;
  padding-left: 1vw;
  padding-right: 4vw;
  display: flex;
}

.kontakt_container {
  background-color: var(--white-smoke);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
  display: flex;
  position: relative;
  top: 0;
}

.footer_container {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 1vw;
  display: flex;
  position: relative;
}

.kontakt_con1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 179px;
  padding-bottom: 60px;
  text-decoration: underline;
  display: flex;
}

.kontakt_links {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.kontakt_outer {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  top: 0;
}

.footer_logo-letters_container {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  padding-right: 10%;
  display: flex;
  overflow: hidden;
}

.footer_down_container {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -10px;
  display: flex;
  position: relative;
}

.footer_links_conatiner {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hh-left_container-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 76%;
  padding-top: 5%;
  padding-left: 2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hh-middle_container-copy {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 2%;
  font-size: 100%;
  display: flex;
  position: relative;
}

.footer_logo-letters_container-copy {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 90vh;
  padding-top: 0;
  padding-bottom: 3vw;
  padding-right: 5%;
  display: flex;
  overflow: hidden;
}

.svg-letter-s-copy {
  z-index: 1;
  width: 20%;
  max-width: none;
  display: block;
  position: relative;
  left: 40px;
}

.svg-letter-p-copy {
  z-index: 1;
  width: 20%;
  max-width: none;
  display: block;
  position: relative;
}

.svg-letter-3-copy {
  z-index: 1;
  width: 50%;
  max-width: none;
  position: relative;
}

.content__img {
  z-index: 1;
  opacity: 0;
  max-width: 300px;
  margin-top: 40px;
  margin-left: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.content__img._9 {
  margin-top: 120px;
  margin-left: 120px;
}

.content__img._7 {
  margin-top: 80px;
  margin-left: 80px;
}

.content__img._10 {
  margin-top: 140px;
  margin-left: 140px;
}

.content__img._8 {
  margin-top: 100px;
  margin-left: 100px;
}

.content__img._11 {
  margin-top: 160px;
  margin-left: 160px;
}

.content__img._4 {
  margin-top: 60px;
  margin-left: 60px;
}

.content__img._2 {
  margin-top: 20px;
  margin-left: 20px;
}

.content {
  z-index: 5;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 500px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.sketchable {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.footer {
  width: 100%;
}

.test {
  background-color: var(--white-smoke);
  width: 100%;
  position: absolute;
}

.hh-right_container-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-top: 106px;
  padding-right: .5vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.design-rush {
  max-width: 50%;
}

.link-block {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .about_span {
    border-bottom-width: 0;
    border-bottom-color: #000;
  }

  .about_heading {
    font-size: 5em;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .fs-cc-banner3_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner3_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-prefs3_submit {
    margin-left: 0;
  }

  .fs-cc-prefs3_buttons-wrapper {
    flex-direction: column;
  }

  .fs-cc-prefs3_buttons-block {
    margin-bottom: 1rem;
  }

  .about_heading {
    font-size: 4em;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper.is_designprozess {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 12vh 20px 14px;
    display: flex;
  }

  .projekt {
    flex-flow: column wrap;
    align-content: flex-end;
    align-items: flex-start;
    margin-bottom: 25vh;
    display: block;
  }

  .img_wrapper {
    width: 49%;
    min-width: auto;
    max-width: 100%;
  }

  .img_wrapper.is-30vw {
    width: 34vw;
  }

  .img_wrapper.is-25.is_m_98 {
    width: 98vw;
  }

  .img_wrapper.is-50vw {
    width: 34vw;
  }

  .img_wrapper.is-66vw {
    width: 49vw;
  }

  .img_wrapper.is_m-98 {
    width: 98vw;
  }

  .img_wrapper.is_m-hidden {
    display: none;
  }

  .img.is-66vw, .img.is-33-vw {
    width: 100%;
  }

  .projekt-row {
    grid-column-gap: 1%;
    grid-row-gap: 1vw;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start center;
    margin-bottom: 1%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .projekt-row.is_m_hidden {
    display: none;
  }

  .hero-sec {
    height: 100%;
  }

  .hero_container {
    height: 100%;
    padding-top: 0;
  }

  .copy_container {
    margin-bottom: 5vh;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .h2_copy {
    text-align: left;
    font-size: 8em;
  }

  .copy_wrapper {
    width: 100%;
    padding-left: 2vw;
    left: auto;
  }

  .hero_hero_container {
    flex-direction: column;
    height: auto;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .hh-left_container, .hh-middle_container {
    height: auto;
    min-height: 20vh;
  }

  .hh-right_container {
    height: auto;
    min-height: 30vh;
  }

  .hhh_middle_content-container {
    left: 12%;
  }

  .hhh_middle_content-wrapper {
    width: 32.2667vw;
    height: 19.2vw;
  }

  .hhh_right_content-container {
    height: auto;
    top: 7%;
    left: -22%;
  }

  .hhh_right_content-wrapper {
    width: 100%;
    height: auto;
  }

  .menu {
    display: none;
  }

  .menu_button {
    font-size: 4em;
  }

  .lotti.is-30-vw {
    width: 34vw;
  }

  .video_wrapper_habb-1 {
    width: auto;
    height: auto;
  }

  .video_habb-1, .video_habb-home {
    width: 98vw;
    height: 58.314vw;
  }

  .projekt-text_container {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1vw;
    padding-right: 40vw;
  }

  .projekt-text_container_inner {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 2.5fr;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .projekt_kunde_container {
    margin-bottom: .25em;
  }

  .h5-projekt-beschreibung {
    width: auto;
    margin-top: 2vh;
    font-size: 2.5em;
    display: block;
  }

  .h5-projekt-aussage {
    font-size: 4em;
    line-height: 1.3;
  }

  .video_wrapper_sbe-mainsite.is_m_hidden {
    display: none;
  }

  .video_sbe-mainsite, .video_sbe-mainsite.small-video {
    width: 98vw;
    height: 56.9116vw;
  }

  .video-tb {
    width: 98vw;
    height: 58.314vw;
  }

  .video-dd {
    width: 98vw;
    height: 55.125vw;
    padding-left: 0;
  }

  .menu_button-copy {
    width: auto;
    font-size: 4em;
    display: block;
  }

  .video-habb-logo {
    width: 98vw;
    height: 183.897vw;
  }

  .page-wrapper_imprint {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .h-tel {
    color: var(--white-smoke);
    font-size: 8em;
  }

  .h5-impressum {
    column-count: 1;
    font-size: 4em;
    line-height: 1.3;
  }

  .h5-impressum.impressum {
    column-count: 1;
  }

  .fs-cc-banner3_component {
    width: 57%;
    top: 50vh;
    bottom: auto;
  }

  .fs-cc-banner3_paragraph {
    text-align: left;
    font-size: 3.4em;
  }

  .fs-cc-banner3_button {
    text-align: center;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .fs-cc-banner3_block {
    text-align: center;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .fs-cc-prefs3_button.fs-cc-button-alt {
    margin-bottom: .25rem;
    margin-right: 0;
  }

  .fs-cc-prefs3_label {
    font-size: .75rem;
  }

  .cookie {
    display: block;
  }

  .fs-cc-prefs3_icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .fs-cc-banner3_button-2 {
    text-align: center;
  }

  .fs-cc-banner3_button-2.fs-cc-button-alt {
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .fs-cc-prefs3_title {
    font-size: 1.125rem;
  }

  .fs-cc-prefs3_line {
    min-width: .75rem;
    margin-left: .75rem;
    margin-right: .75rem;
    display: none;
  }

  .fs-cc-prefs3_form-wrapper {
    width: 100%;
  }

  .fs-cc-prefs3_buttons-block {
    flex-direction: column;
    display: flex;
  }

  .fs-cc-prefs3_option {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav_contain {
    z-index: auto;
  }

  .menu_contain {
    width: 100%;
  }

  .menu_link {
    font-size: 8.4em;
  }

  .menu_wrap {
    display: none;
  }

  .nav_hamburger_wrap {
    z-index: 2;
  }

  .dp_1_inspiration_container {
    word-break: break-all;
    padding-left: 0%;
    padding-right: 0%;
  }

  .dp_nummer-hl_container {
    width: 100%;
  }

  .h_kapitel-hl_uppercase {
    word-break: normal;
    width: 100%;
    font-size: 8em;
  }

  .dp_1-1_conatiner {
    width: 100%;
  }

  .p_paragraf-klein {
    font-size: 3em;
  }

  .p_paragraf-klein.is-black {
    letter-spacing: 0;
    font-size: 6em;
  }

  .dp_bulletpoint_container {
    margin-top: 8px;
  }

  .bullet {
    width: 5em;
    height: 2em;
  }

  .p_bullet-point {
    font-size: 6em;
  }

  .arrow_wrapper {
    max-width: 200px;
  }

  .dp_1-2_conatiner {
    width: 100%;
  }

  .image {
    width: 50%;
  }

  .about_heading {
    font-size: 9.8em;
  }

  .about_heading.is-black {
    font-size: 9em;
  }

  .service_content_container {
    width: 100%;
  }

  .kontakt_container {
    padding-right: 17vw;
  }

  .kontakt_con1 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .kontakt_links {
    flex-flow: column;
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .footer_logo-letters_container {
    flex-direction: column;
    height: auto;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .footer_down_container {
    flex-flow: column;
  }

  .footer_links_conatiner {
    flex-flow: column;
    margin-bottom: 5vh;
  }

  .hh-left_container-copy, .hh-middle_container-copy {
    height: auto;
    min-height: 20vh;
  }

  .footer_logo-letters_container-copy {
    flex-direction: column;
    height: auto;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .hh-right_container-copy {
    height: auto;
    min-height: 30vh;
  }
}

#w-node-_1cc8b55f-de2d-f389-bf27-66b6acc149a4-d941aeec {
  align-self: auto;
}


@font-face {
  font-family: 'Nb International Pro Bold';
  src: url('../fonts/NB-International-Pro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nb International Pro Italic';
  src: url('../fonts/NB-International-Pro-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nb International Pro Light';
  src: url('../fonts/NB-International-Pro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nb International Pro Regular';
  src: url('../fonts/NB-International-Pro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nb International Pro Mono Webfont';
  src: url('../fonts/nb_international_pro_mono-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nbinternationalproligita';
  src: url('../fonts/NBInternationalProLigIta.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}