@font-face {
  font-family: HelveticaNeue;
  src: url('../fonts/helvetica-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: HelveticaNeue;
  src: url('../fonts/HelveticaNeueBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --txt_dark: #48494c;
  --bg: #c8c6c2;
  --txt_light: white;
  --bg_light: #d4d1cd;
  --txt_pressed: #a0a0a0;
  --bg_dark: #2f3132;
  --dot: #192437;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  font-family: helvetica-light;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

a {
  color: var(--txt_dark);
  font-size: 1em;
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2.5em;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.body {
  background-color: var(--bg);
  color: #48494c;
  font-family: HelveticaNeue, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.txt_300 {
  color: var(--txt_dark);
  letter-spacing: 0;
  font-family: helvetica-light;
  font-size: 18.75em;
  font-weight: 300;
  line-height: 1.1;
}

.txt_300.t_cap {
  line-height: .8;
}

.txt_300.t_ac.t_cap.t_light {
  letter-spacing: 0;
  text-transform: uppercase;
}

.t_cap {
  text-transform: uppercase;
}

.txt_140 {
  letter-spacing: .05em;
  font-family: helvetica-light;
  font-size: 8em;
  font-weight: 300;
  line-height: 1.1;
}

.txt_140.t_ac.t_cap {
  text-transform: uppercase;
}

.txt_80 {
  letter-spacing: .05em;
  font-family: helvetica-light;
  font-size: 5em;
  font-weight: 300;
  line-height: 1.1;
}

.txt_80.is_cap {
  text-transform: uppercase;
}

.txt_30 {
  letter-spacing: .05em;
  font-family: helvetica-light;
  font-size: 1.875em;
  font-weight: 300;
  line-height: 1.1;
}

.txt_30.w--current {
  font-weight: 300;
}

.txt_30.is-font-dorid {
  font-family: Droid Serif, serif;
  font-weight: 400;
}

.txt_25 {
  color: var(--txt_dark);
  letter-spacing: .05em;
  font-family: helvetica-light;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.4;
}

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

.container--pt25 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25em 2.5em 0;
}

.v_flex--ac-g2-5-por {
  z-index: 1;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  align-items: center;
  position: relative;
}

.item--w50 {
  width: 50em;
}

.h_flex--ab-pbl6-25-wh100v {
  background-image: url('../images/fh_person_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-bottom: 6.25em;
  padding-left: 6.25em;
  display: flex;
  overflow: hidden;
}

.h_flex--ab-pbl6-25-wh100v.about_1 {
  background-image: url('../images/IMG_9604.webp');
}

.h_flex--ab-pbl6-25-wh100v.img--100v {
  background-image: none;
  justify-content: center;
  width: 100%;
  padding-bottom: 1.25em;
  padding-left: 0;
  position: relative;
}

.h_flex--ab-pbl6-25-wh100v.about_2 {
  background-position: 50% 0;
}

.container--wh100vh-por {
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.item--por {
  z-index: 2;
  position: relative;
}

.container--ptb12-5-pl12-pr20 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12.5em 20em 12.5em 12em;
}

.v_flex--g7-5-w100 {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  width: 100%;
}

.h_flex--g9-5 {
  grid-column-gap: 9.5em;
  grid-row-gap: 9.5em;
}

.h_flex--g4 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  display: flex;
}

.h_flex--g4.mob_v {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
}

.v_flex--g2-5-w18 {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  width: 21em;
  display: flex;
}

.h_flex--g1-25-trans15 {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  transform: none;
}

.img_big {
  flex: none;
  width: 37.5em;
  height: 22.5em;
}

.container--pt18-75-pb25-pl12-pr20 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 18.75em 20em 0 12em;
}

.img_mid {
  object-position: 50% 0%;
  flex: none;
  width: 27.8em;
  height: 16.25em;
}

.img_smal {
  flex: none;
  width: 18.125em;
  height: 10em;
}

.container--pt25-pblr0-oh {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25em 0 0;
  overflow: hidden;
}

.item--w95-h50-por {
  width: 95em;
  height: 50em;
  position: relative;
}

.item--w30 {
  width: 30em;
}

.t_light {
  color: var(--txt_light);
}

.t_ac {
  text-align: center;
}

.item--mt13 {
  z-index: 5;
  margin-top: -13em;
  position: relative;
}

.footer {
  z-index: 1;
  background-color: var(--bg_light);
}

.container_nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 2.5em;
}

.h_flex--ac-jl-g1-25 {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid--ac-jc-oh {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.grid--jc-oh {
  justify-content: center;
}

.grid--ar-jc-oh {
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  overflow: hidden;
}

.container--pt35-plr12 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 35em 12em 25em;
}

.item--mt12-5-ml9-5-w38-h25 {
  z-index: 2;
  width: 37.5em;
  height: 25em;
  margin-top: -12.5em;
  margin-left: -9.5em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.item--mb18-mr9-5-w28-h38 {
  z-index: 2;
  width: 28em;
  height: 38em;
  margin-bottom: -18em;
  margin-right: -9.5em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.container--ptlr12-5-pb2-5 {
  width: 100%;
  margin-bottom: -5em;
  margin-left: auto;
  margin-right: auto;
  padding: 12.5em 12.5em 5em;
}

.h_flex--jr-por {
  z-index: 10;
  justify-content: flex-end;
  align-items: center;
  margin-right: -9.5em;
  display: flex;
  position: relative;
}

.v_flex {
  flex-direction: column;
}

.divider {
  background-color: var(--txt_dark);
  width: 100%;
  height: 1px;
  margin-top: 5em;
  margin-bottom: 5em;
}

.h_flex--jsb-w100 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.h_flex--jsb-w100.about {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  align-items: stretch;
}

.h_flex--jsb-w100.preis {
  align-items: stretch;
}

.h_flex {
  display: flex;
}

.v_flex--g1-25 {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  display: flex;
}

.circle_small {
  background-color: var(--txt_dark);
  border-radius: 100vw;
  flex: none;
  width: .8em;
  height: .8em;
  margin-top: .4em;
}

.h_flex--g1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.navbar {
  z-index: 145;
  position: fixed;
  inset: 0% 0% auto;
}

.v_flex--g5 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
}

.button--w28-h5 {
  background-color: var(--txt_light);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 28em;
  height: 5em;
  position: relative;
}

.item--poaf {
  z-index: 5;
  color: var(--txt_light);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.circle {
  background-color: var(--txt_light);
  border-radius: 100vw;
  width: 4.5em;
  height: 4.5em;
  padding: 1em;
  position: relative;
}

.h_flex_footer {
  justify-content: space-between;
  width: 100%;
}

.container--pt25-pb12-pl12-pr20 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25em 20em 12em 12em;
}

.v_flex--g10 {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
}

.v_flex--g1-75 {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
}

.container--pt0-pb18-75 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5em 18.75em;
}

.pro_men {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  border-bottom: 1px solid var(--txt_dark);
  align-items: center;
  padding-bottom: 2.5em;
  display: none;
}

.pro_cont {
  border-top: 1px solid var(--txt_dark);
  padding-top: 6.25em;
  overflow: visible;
}

.pro_ov {
  padding-top: 3.75em;
}

.pro_men_tab {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #0000;
  align-items: center;
  padding: 0;
  display: flex;
}

.pro_men_tab.w--current {
  background-color: #0000;
}

.pro_circle {
  border: 1px solid var(--txt_dark);
  border-radius: 100vw;
  width: 1em;
  height: 1em;
}

.v_flex--g2-5 {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
}

.item--w38 {
  width: 38em;
}

.q_stack--g5 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  padding: 0;
}

.item--w55-h43-oh {
  width: 55em;
  height: 43em;
  overflow: hidden;
}

.cell--asb-g1-25 {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  align-items: stretch;
}

.h_flex--jc-pt10-pb2-5 {
  justify-content: center;
  padding-top: 10em;
  padding-bottom: 2.5em;
}

.img--w100--h80vh {
  width: 100%;
  height: 80vh;
}

.container--pt1-75-pb18-75 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 1.75em 2.5em 5em;
}

.container--p0-w100 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.item--mb25-w75 {
  width: 75em;
  margin-bottom: 25em;
}

.h_flex--ab-jsb-w100 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.img--w18-h22 {
  width: 18em;
  height: 22em;
  overflow: hidden;
}

.img--w66-h44 {
  width: 66em;
  height: 44em;
}

.img--w66-h44.h46 {
  height: 46em;
}

.v_flex--g1-pt2-5 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  padding-top: 2.5em;
  display: flex;
}

.section_light {
  background-color: var(--bg_light);
}

.img--w28-h38 {
  width: 28em;
  height: 38em;
}

.img--w28-h38.equiluz {
  background-image: url('../images/IMG_9285-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img--w28-h28 {
  width: 28em;
  height: 28em;
}

.img--w56-h56 {
  width: 56em;
  height: 56em;
}

.h_flex--al-jsb-w100 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.men {
  z-index: 140;
  background-color: var(--bg);
  width: 100%;
  height: 100vh;
  position: fixed;
  transform: translate(0, -100vh);
}

.h_flex--ab-jsb-wh100 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.v_flex--g2-5-pb5 {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  justify-content: flex-end;
  height: 100svh;
  padding-bottom: 5em;
}

.h_flex--menu {
  color: var(--txt_pressed);
  display: flex;
  overflow: hidden;
}

.h_flex--menu.w--current {
  color: var(--txt_dark);
}

.item--ajc-w50-h100-por {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100svh;
  display: flex;
  position: relative;
}

.h_flex--ab-wh18-poa {
  align-items: flex-end;
  width: 18em;
  height: 18em;
  display: flex;
  position: absolute;
}

.txt_80--nav {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: helvetica-light;
  font-size: 5em;
  font-weight: 300;
  line-height: 1.1;
}

.item--poal {
  color: var(--txt_light);
  display: flex;
}

.v_flex--g5-w28 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  width: 28em;
}

.container--pt18-75-pb5 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 18.75em 2.5em 5em;
}

.v_flex--g11-25 {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
}

.img--w100-h50-oh {
  background-image: url('../images/IMG_9253.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50em;
  overflow: hidden;
}

.img--w100-h50-oh._2 {
  background-image: url('../images/fh-person-4.webp');
}

.img--w100-h50-oh._3 {
  background-image: url('../images/IMG_9256.webp');
}

.h_flex--g1-25-w38 {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  width: 33%;
}

.container--ptb35 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 35em 12em;
}

.container--pb25-plr12 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 12em 25em;
}

.h_flex--jsb {
  justify-content: space-between;
}

.item--w48-pos {
  width: 50em;
  position: sticky;
  top: 10em;
}

.v_flex--g1-25-w18 {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  width: 18em;
}

.v_flex--g1-25-w18.values {
  margin-top: 5em;
}

.container--pt18-75-pb12-5 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 18.75em 2.5em 12.5em;
}

.container--ptb0-pl0 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.v_flex--ajc-w50--h100vh {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
}

.v_flex--ac-g4-w100 {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  align-items: center;
  width: 100%;
}

.item--wh18 {
  width: 18em;
  height: 18em;
}

.section_dark {
  background-color: var(--bg_dark);
  color: var(--txt_light);
}

.v_flex--g1-25-pt5-w28 {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: flex-start;
  width: 28em;
  padding-top: 5em;
  padding-bottom: 5em;
}

.item--plr5-h100vh {
  border-right: 1px solid var(--txt_light);
  border-left: 1px solid var(--txt_light);
  padding-left: 5em;
  padding-right: 5em;
}

.container--ptb0-h100vh {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5em;
}

.v_flex--g31 {
  padding-top: 16em;
}

.container--ptb0 {
  z-index: 10;
  background-color: var(--bg);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5em;
  position: relative;
}

.v_flex--g22-5-pt5-w28 {
  grid-column-gap: 12em;
  grid-row-gap: 12em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 5em;
}

.v_flex--g22-5-pt5-w28.n {
  grid-column-gap: 12em;
  grid-row-gap: 12em;
  padding-left: 0;
  padding-right: 0;
}

.item--plr5-blr_dark {
  border-right: 1px solid var(--txt_dark);
  border-left: 1px solid var(--txt_dark);
  width: 100%;
  padding-left: 5em;
  padding-right: 5em;
}

.h_flex--jsb-w100vw-h200vh {
  justify-content: space-between;
  width: 100%;
  height: 200vh;
  position: relative;
}

.img--w50--h100--pos {
  z-index: 2;
  flex: none;
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.txt_vision {
  text-transform: uppercase;
  font-family: helvetica-light;
  font-size: 17em;
  font-weight: 300;
  line-height: 1;
}

.v_flex--ar-jsb-w100--h100vh {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
}

.item--w48 {
  width: 50em;
}

.item--w28 {
  width: 28em;
}

.v_flex--ar-jsb-pt20-w100--h100vh {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 20vh;
  display: flex;
}

.item--w100 {
  width: 100%;
  max-width: 60vw;
}

.v_flex--pl1-25-w50 {
  z-index: 10;
  background-color: var(--bg);
  flex-direction: column;
  width: 50%;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.v_flex--g18-75 {
  grid-column-gap: 18.75em;
  grid-row-gap: 18.75em;
}

.h_flex--jsb-w66 {
  justify-content: space-between;
  width: 66em;
}

.v_flex--g5-w66 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 66em;
}

.v_flex--asb-g2-5 {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  align-items: stretch;
}

.h_flex--jsb-w100--bob1 {
  border-bottom: 1px solid var(--txt_dark);
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 1.25em;
}

.burger_menue {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  height: 2em;
  display: flex;
}

.menu_lottie {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.menu_v_flex--g0-75 {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
}

.img--wh100-por {
  object-position: 50% 100%;
  background-image: url('../images/MHCF01-2-scaled.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.item_fade--oh {
  overflow: hidden;
}

.v_flex--ajc-wh100 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.bg_vid {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.link_line {
  background-color: var(--txt_dark);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link_animation {
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img_overlay {
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.track_flex {
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -100vw;
  display: flex;
}

.h_flex--ac-jc-poa-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.item_sticky {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section--w100 {
  width: 100%;
}

.track {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  transform: translate(0%);
}

.section_overflow {
  width: 100%;
  height: 500vw;
}

.click_page_trans {
  z-index: 150;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.v_flex_page_trans {
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.item_click_trans {
  background-color: var(--txt_dark);
  width: 100%;
  height: 100%;
}

.item_click_trans._1 {
  height: 100%;
}

.h_flex--w100--h12-5 {
  width: 100%;
  height: 12.5%;
}

.load_page_trans {
  z-index: 150;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.item_load_trans {
  background-color: var(--txt_dark);
  width: 100%;
  height: 100%;
}

.item_load_trans._1 {
  height: 100%;
}

.item--w85-h45-por {
  width: 85em;
  height: 45em;
  position: relative;
}

.v_flex--as-jc-wh100 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.grid_nav {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 25% 50% 25%;
  justify-items: stretch;
  width: 100%;
}

.container--wh100 {
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5em;
}

.container--pl1-25-wh100vh {
  width: 100%;
  height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 2.5em;
  position: relative;
}

.h_flex-ajc-poa {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.img--w100--h140 {
  height: 140%;
}

.item--poa {
  z-index: 2;
  position: absolute;
  inset: auto auto 0% 0%;
}

.txt_projekt {
  color: var(--txt_dark);
  letter-spacing: 0;
  font-family: helvetica-light;
  font-size: 11em;
  font-weight: 300;
  line-height: 1.1;
}

.img {
  object-position: 50% 35%;
}

.container--wh100--100vh-por {
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.h_flex--ab-w100--h12-5 {
  align-items: flex-end;
  width: 100%;
  height: 12.5%;
}

.load_overflow {
  z-index: 10;
  background-color: var(--bg);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.txt_20_special {
  color: var(--txt_dark);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: helvetica-light;
  font-size: 1.25em;
  line-height: 1.4;
}

.h_flex--g1-25 {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  display: flex;
}

.h_flex--g1-25.h_flex {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
}

.txt_20_footer {
  color: var(--txt_dark);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: helvetica-light;
  font-size: 1.25em;
  line-height: 1.4;
}

.txt_zitat {
  font-family: helvetica-light;
  font-size: .2em;
}

.h_flex--jr-w100 {
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}

.image-2 {
  object-position: 50% 19%;
}

.page_loader {
  z-index: 100;
  background-color: #cfccc9;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.video_controller {
  z-index: 600;
  justify-content: center;
  align-items: center;
  width: 25em;
  height: 40em;
  position: relative;
  left: -.5em;
}

.h_flex--g3 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  display: flex;
  position: relative;
  top: -9em;
}

.h_flex--oh {
  overflow: hidden;
}

.loading_animation_txt {
  color: var(--txt_light);
  font-family: helvetica-light;
}

.container--p0-wh100 {
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.item_load_trans_light {
  background-color: var(--bg);
  width: 100%;
  height: 100%;
}

.v_flex_page_trans_poa {
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.v_flex--ac-g2-5-por105 {
  z-index: 105;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  align-items: center;
  position: relative;
}

.img--fit_top {
  object-position: 50% 0%;
}

.img--scale1-05 {
  transform: scale(1.05);
}

.item--mb25 {
  margin-bottom: 25em;
}

.h_flex--jr-mt20 {
  justify-content: flex-end;
  margin-top: 20em;
  padding-top: 0;
}

.button {
  background-color: var(--txt_light);
  border-radius: 100vw;
  padding: 1em 1.5em;
  position: relative;
}

.h_flex--jsb-g1-mt20-pr30 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20em;
  padding-top: 0;
  padding-bottom: 1.25em;
  padding-right: 30em;
}

.h_flex--jsb-g1-pl28 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 1.25em;
  padding-left: 28em;
}

.wb-video-styles-controller {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40em;
  position: relative;
  left: -.5em;
}

.txt_interior {
  font-family: helvetica-light;
  font-size: 1em;
}

.h_flex--jsb-pr3-w100 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-right: 3em;
  display: flex;
}

.v_flex--g3-75-pt1-1 {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  flex-direction: column;
  padding-top: 1.1em;
}

.h_felx--g0-75 {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
}

.img_fit_left-10 {
  object-position: 10% 50%;
}

.v_flex--w4-5 {
  align-items: center;
  width: 4.5em;
}

.h_flex--jc-w100 {
  justify-content: center;
  width: auto;
  display: flex;
}

.item--oh {
  overflow: hidden;
}

.txt_20_new {
  letter-spacing: .05em;
  font-family: helvetica-light;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.4;
}

.txt_20_new.cap {
  text-transform: uppercase;
}

.container--ptb8-5 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20em 6em 8.5em;
}

.blog_header_wrapper {
  position: relative;
}

.blog_head_title {
  perspective: 3em;
  perspective-origin: 50% 0;
  text-align: right;
  text-transform: uppercase;
  padding-bottom: .2em;
  font-family: Droid Serif, serif;
  font-size: 8em;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.blog_overview_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1.75fr 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-wrap-teaser {
  justify-content: space-between;
  align-items: flex-start;
  font-family: helvetica-light;
  font-size: 1.2em;
  display: flex;
}

.blog-teaser-text {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: HelveticaNeue, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}

.blog-wrap-img {
  aspect-ratio: 1;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.blog-wrap-img.is-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.blog-wrap-img.is-ratio-smaller {
  aspect-ratio: 2.39;
}

.blog-img {
  object-fit: cover;
  transition: all .8s cubic-bezier(.165, .84, .44, 1);
}

.blog-wrap-paragraph {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  font-family: helvetica-light;
  font-size: 1em;
  display: flex;
}

.quote_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.blog_teaser_quote {
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: Droid Serif, serif;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.2;
}

.v_flex--xyc-g2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.blog_tease_txt_black {
  color: var(--bg_dark);
  font-size: 1.3em;
}

.blog-header-div-inner {
  width: 50%;
  height: 1px;
  position: relative;
}

.blog-header-title-wrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.blog-header-title-letter {
  display: block;
}

.position-relativ {
  position: relative;
}

.grid-border-line-wrapper {
  background-color: var(--bg);
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grid-border-line-wrapper.right {
  inset: 0% 0% auto auto;
}

.grid-border-line {
  background-color: var(--bg_dark);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog-header-div-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  margin-left: -6em;
  display: flex;
}

.blog-header-divider {
  background-color: var(--bg_dark);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-header-divider.right {
  inset: 0% auto auto 0%;
}

.u-hflex-left-stretch-g1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.u-vflex-stretch-top-g1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.blog-grid-item {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 4em;
}

.blog-grid-item.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-grid-item.is-full {
  padding: 0;
}

.blog-grid-item.gid-smaller {
  padding: 2em;
}

.blog-wrap-content {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.blog-wrap-content.hflex {
  grid-column-gap: 15em;
  grid-row-gap: 15em;
  flex-flow: row;
}

.wrap.is-full {
  width: 100%;
  height: 100%;
}

.blog-paragraph {
  font-family: HelveticaNeue, sans-serif;
  font-size: 1.1em;
  line-height: 1.2;
}

.blog-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-video {
  background-image: url('../images/IMG_1385.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

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

html.w-mod-js [data-ix="fade-in"] {
  opacity: 0;
  transform: translate(0, 100%);
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .body {
    font-size: 10px;
  }

  .txt_300 {
    font-size: 15vw;
    line-height: 1;
  }

  .txt_140, .txt_80, .txt_30 {
    letter-spacing: 0;
    line-height: 1;
  }

  .txt_25 {
    letter-spacing: 0;
    line-height: 1.2;
  }

  .container--pt25 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container--wh100vh-por {
    height: 100svh;
    padding-left: 0;
    padding-right: 0;
  }

  .container--ptb12-5-pl12-pr20 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .h_flex--g4.value {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .container--pt18-75-pb25-pl12-pr20, .container--pt25-pblr0-oh {
    padding-left: 3em;
    padding-right: 3em;
  }

  .item--w95-h50-por {
    width: 100%;
  }

  .item--mt13 {
    margin-top: -10em;
  }

  .container_nav, .container--pt35-plr12 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .item--mt12-5-ml9-5-w38-h25 {
    margin-left: 0;
  }

  .item--mb18-mr9-5-w28-h38 {
    margin-right: 0;
  }

  .container--ptlr12-5-pb2-5 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .h_flex--jr-por {
    margin-right: 0;
  }

  .h_flex--jsb-w100.about {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .h_flex--jsb-w100.kontakt {
    flex-direction: column-reverse;
  }

  .h_flex--jsb-w100.preis {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .container--pt25-pb12-pl12-pr20, .container--pt0-pb18-75 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .v_flex--g2-5.preis {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .item--w55-h43-oh {
    width: 100%;
  }

  .container--pt1-75-pb18-75 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container--p0-w100 {
    padding-left: 0;
    padding-right: 0;
  }

  .item--mb25-w75 {
    width: auto;
  }

  .h_flex--ab-jsb-w100 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .img--w66-h44 {
    width: 100%;
  }

  .v_flex--g1-pt2-5 {
    padding-top: 20px;
  }

  .img--w28-h38, .img--w28-h38.equiluz, .img--w28-h28, .img--w56-h56 {
    width: 100%;
    height: 50em;
  }

  .h_flex--al-jsb-w100 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .men {
    transform: translate(0, -100vh);
  }

  .h_flex--ab-jsb-wh100 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
  }

  .item--ajc-w50-h100-por.kontakt {
    width: 100%;
    height: 600px;
  }

  .txt_80--nav {
    letter-spacing: 0;
    line-height: 1;
  }

  .container--pt18-75-pb5 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .v_flex--g11-25 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    align-items: stretch;
    width: 100%;
  }

  .img--w100-h50-oh, .h_flex--g1-25-w38 {
    width: 100%;
  }

  .container--ptb35, .container--pb25-plr12 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .h_flex--jsb {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .item--w48-pos {
    width: auto;
    position: static;
  }

  .v_flex--g1-25-w18 {
    width: 50%;
  }

  .v_flex--g1-25-w18.values {
    width: 50%;
    margin-top: 0;
  }

  .container--pt18-75-pb12-5 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container--ptb0-pl0 {
    padding-left: 0;
    padding-right: 0;
  }

  .v_flex--ajc-w50--h100vh {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
  }

  .v_flex--g1-25-pt5-w28 {
    width: 50%;
    padding-top: 0;
  }

  .item--plr5-h100vh {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--txt_light);
    border-bottom-width: 1px;
    border-bottom-color: var(--txt_light);
    height: auto;
    padding: 2em 0;
  }

  .container--ptb0-h100vh {
    height: auto;
    padding-top: 5em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .container--ptb0 {
    height: auto;
    padding-left: 3em;
    padding-right: 3em;
  }

  .v_flex--g22-5-pt5-w28 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .item--plr5-blr_dark {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--txt_dark);
    border-bottom-width: 1px;
    border-bottom-color: var(--txt_dark);
    height: auto;
    padding: 0;
  }

  .h_flex--jsb-w100vw-h200vh {
    flex-direction: column;
    height: auto;
  }

  .img--w50--h100--pos {
    width: 100%;
    height: auto;
    position: static;
  }

  .v_flex--ar-jsb-w100--h100vh {
    width: 100%;
    height: auto;
    padding-top: 28px;
  }

  .item--w48 {
    width: auto;
    position: static;
  }

  .v_flex--ar-jsb-pt20-w100--h100vh {
    width: 100%;
    height: auto;
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .item--w100 {
    max-width: none;
  }

  .v_flex--pl1-25-w50 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .h_flex--jsb-w66, .v_flex--g5-w66 {
    width: 40em;
  }

  .link_line {
    display: none;
  }

  .track_flex {
    margin-right: 0;
  }

  .item_sticky {
    margin-bottom: 0;
    overflow: scroll;
  }

  .section_overflow {
    height: 100svh;
  }

  .item--w85-h45-por {
    width: 100%;
  }

  .item--w85-h45-por.mob {
    width: 80%;
  }

  .container--wh100 {
    height: 100svh;
  }

  .container--pl1-25-wh100vh {
    height: 100svh;
    padding-right: 0;
  }

  .h_flex-ajc-poa {
    height: 100svh;
  }

  .txt_projekt {
    font-size: 13vw;
    line-height: 1;
  }

  .container--wh100--100vh-por {
    height: 100svh;
    padding-left: 0;
    padding-right: 0;
  }

  .txt_20_special, .txt_20_footer {
    letter-spacing: 0;
    line-height: 1.2;
  }

  .container--p0-wh100 {
    height: 100svh;
  }

  .item--mb25 {
    width: auto;
  }

  .h_flex--jr-mt20 {
    justify-content: flex-start;
  }

  .h_flex--jsb-g1-mt20-pr30 {
    flex-direction: column;
    padding-bottom: 2.5em;
    padding-right: 0;
  }

  .h_flex--jsb-g1-pl28 {
    flex-direction: column;
    padding-bottom: 2.5em;
    padding-left: 0;
  }

  .h_flex--jsb-pr3-w100 {
    width: auto;
  }

  .container--ptb8-5 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .blog_head_title {
    text-align: left;
  }

  .blog_overview_grid {
    grid-auto-columns: auto;
  }

  .blog_teaser_quote {
    font-size: 1.8em;
  }

  .v_flex--xyc-g2 {
    height: 100%;
  }

  .blog-header-div-wrapper {
    margin-left: -3em;
  }

  .blog-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: auto;
  }
}

@media screen and (max-width: 767px) {
  .txt_140 {
    font-size: 50px;
  }

  .txt_80 {
    font-size: 25px;
  }

  .txt_30, .txt_25 {
    font-size: 15px;
  }

  .container--pt25 {
    padding-top: 220px;
    padding-bottom: 0;
  }

  .v_flex--ac-g2-5-por {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .item--w50 {
    width: auto;
    max-width: 80vw;
  }

  .h_flex--ab-pbl6-25-wh100v, .h_flex--ab-pbl6-25-wh100v.about_1 {
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .item--por {
    inset: auto 0% 0%;
  }

  .container--ptb12-5-pl12-pr20 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .v_flex--g7-5-w100 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h_flex--g9-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .h_flex--g4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .h_flex--g4.value {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .h_flex--g4.mob_v {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .v_flex--g2-5-w18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
  }

  .container--pt18-75-pb25-pl12-pr20, .container--pt25-pblr0-oh {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .item--w95-h50-por {
    height: 370px;
  }

  .item--w30 {
    width: 300px;
  }

  .item--mt13 {
    margin-top: -50px;
  }

  .container_nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid--ac-jc-oh {
    display: none;
  }

  .container--pt35-plr12 {
    padding-top: 220px;
    padding-bottom: 130px;
  }

  .item--mt12-5-ml9-5-w38-h25 {
    width: 240px;
    height: 140px;
    margin-top: -70px;
    margin-left: 0;
  }

  .item--mb18-mr9-5-w28-h38 {
    width: 180px;
    height: 260px;
    margin-bottom: -130px;
    margin-right: 0;
  }

  .container--ptlr12-5-pb2-5 {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .h_flex--jr-por {
    margin-right: 0;
  }

  .divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .h_flex--jsb-w100 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .h_flex--jsb-w100.projekte {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .h_flex--jsb-w100.kontakt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h_flex {
    flex-direction: column;
  }

  .v_flex--g1-25 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .v_flex--g5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .item--poaf {
    inset: 0%;
  }

  .h_flex_footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    align-items: flex-end;
  }

  .container--pt25-pb12-pl12-pr20 {
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .v_flex--g10 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .v_flex--g1-75 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container--pt0-pb18-75 {
    padding-bottom: 80px;
  }

  .pro_cont {
    padding-top: 60px;
  }

  .pro_ov {
    padding-top: 20px;
  }

  .pro_men_tab {
    display: none;
  }

  .v_flex--g2-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .item--w38 {
    width: auto;
  }

  .item--w55-h43-oh {
    height: 400px;
  }

  .h_flex--jc-pt10-pb2-5 {
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .img--w100--h80vh {
    height: 600px;
  }

  .container--p0-w100 {
    height: auto;
  }

  .h_flex--ab-jsb-w100 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .img--w18-h22 {
    width: 100%;
    height: 300px;
  }

  .img--w66-h44 {
    height: 300px;
  }

  .v_flex--g1-pt2-5 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .img--w28-h38 {
    width: 100%;
    height: 300px;
  }

  .img--w28-h38.equiluz {
    height: 300px;
  }

  .img--w28-h28 {
    width: 100%;
    height: 300px;
  }

  .img--w56-h56 {
    height: 300px;
  }

  .h_flex--al-jsb-w100 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .h_flex--ab-jsb-wh100 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .v_flex--g2-5-pb5 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .item--ajc-w50-h100-por {
    display: none;
  }

  .item--ajc-w50-h100-por.kontakt {
    display: flex;
  }

  .txt_80--nav {
    font-size: 8vw;
  }

  .item--poal {
    inset: auto auto 0% 0%;
  }

  .v_flex--g5-w28 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .container--pt18-75-pb5 {
    padding-top: 160px;
  }

  .v_flex--g11-25 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .h_flex--g1-25-w38 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .container--ptb35 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .container--pb25-plr12 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h_flex--jsb {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .v_flex--g1-25-w18 {
    width: auto;
  }

  .v_flex--g1-25-w18.values {
    width: auto;
    margin-top: 0;
  }

  .container--pt18-75-pb12-5 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .v_flex--ajc-w50--h100vh {
    justify-content: center;
    align-items: center;
    height: 400px;
  }

  .v_flex--ac-g4-w100 {
    margin-bottom: 20px;
  }

  .v_flex--g1-25-pt5-w28, .v_flex--g22-5-pt5-w28 {
    width: auto;
  }

  .txt_vision {
    font-size: 70px;
  }

  .v_flex--ar-jsb-w100--h100vh {
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
  }

  .item--w28 {
    width: auto;
  }

  .v_flex--ar-jsb-pt20-w100--h100vh {
    justify-content: flex-end;
    align-items: flex-start;
    height: 400px;
  }

  .v_flex--g18-75 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .h_flex--jsb-w66 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    width: auto;
  }

  .v_flex--g5-w66 {
    width: 100%;
  }

  .h_flex--jsb-w100--bob1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: row;
    padding-bottom: 12px;
  }

  .h_flex--ac-jc-poa-2 {
    inset: 0%;
  }

  .item--w85-h45-por {
    height: 370px;
  }

  .grid_nav {
    grid-template-columns: 1fr 1fr;
  }

  .container--wh100, .container--pl1-25-wh100vh {
    padding-left: 10px;
    padding-right: 10px;
  }

  .item--poa {
    inset: auto 0% 0%;
  }

  .txt_20_special {
    font-size: 15px;
  }

  .h_flex--g1-25 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .h_flex--g1-25.h_flex {
    flex-direction: row;
  }

  .txt_20_footer {
    font-size: 15px;
  }

  .h_flex--jr-w100 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .page_loader {
    background-color: var(--bg);
  }

  .video_controller {
    width: 40em;
  }

  .h_flex--g3 {
    flex-direction: row;
    top: -5.3em;
  }

  .container--p0-wh100 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .v_flex--ac-g2-5-por105 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h_flex--jsb-g1-mt20-pr30 {
    margin-top: 300px;
    padding-bottom: 1em;
  }

  .h_flex--jsb-g1-pl28 {
    align-items: flex-end;
    padding-bottom: 1em;
    padding-left: 0;
  }

  .wb-video-styles-controller {
    width: 40em;
  }

  .h_flex--jsb-pr3-w100 {
    flex-direction: column;
    padding-right: 0;
  }

  .v_flex--g3-75-pt1-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .v_flex--w4-5 {
    align-items: center;
    width: 6em;
  }

  .container--ptb8-5 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .blog_teaser_quote {
    padding: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .txt_140 {
    font-size: 11vw;
  }

  .txt_30 {
    font-size: 20px;
  }

  .container--pt25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h_flex--ab-pbl6-25-wh100v {
    height: 600px;
  }

  .container--wh100vh-por {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container--ptb12-5-pl12-pr20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .img_big {
    width: 180px;
    height: 200px;
  }

  .container--pt18-75-pb25-pl12-pr20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .img_mid, .img_smal {
    width: 180px;
    height: 100px;
  }

  .container--pt25-pblr0-oh, .container_nav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container--pt35-plr12 {
    padding-bottom: 130px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container--ptlr12-5-pb2-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h_flex {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .button--w28-h5 {
    width: 240px;
    height: 60px;
  }

  .circle {
    width: 60px;
    height: 60px;
    padding: 18px;
  }

  .h_flex_footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .container--pt25-pb12-pl12-pr20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .v_flex--g1-75 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .container--pt0-pb18-75 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .item--w55-h43-oh {
    height: 300px;
  }

  .h_flex--jc-pt10-pb2-5 {
    padding-top: 100px;
  }

  .container--pt1-75-pb18-75 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container--p0-w100 {
    padding-left: 0;
    padding-right: 0;
  }

  .h_flex--ab-jsb-w100 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .img--w18-h22 {
    width: 100%;
    height: 300px;
  }

  .img--w66-h44 {
    height: 300px;
  }

  .img--w28-h38, .img--w28-h28 {
    width: 100%;
    height: 300px;
  }

  .img--w56-h56 {
    height: 300px;
  }

  .h_flex--al-jsb-w100 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h_flex--ab-jsb-wh100 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .v_flex--g2-5-pb5 {
    padding-bottom: 0;
  }

  .txt_80--nav {
    font-size: 10vw;
  }

  .v_flex--g5-w28 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container--pt18-75-pb5 {
    padding-top: 160px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container--ptb35 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container--pb25-plr12 {
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container--pt18-75-pb12-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container--ptb0-pl0 {
    padding-left: 0;
    padding-right: 0;
  }

  .item--plr5-h100vh {
    border-left-style: none;
    border-right-style: none;
  }

  .container--ptb0-h100vh, .container--ptb0 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .item--plr5-blr_dark {
    border-left-style: none;
    border-right-style: none;
  }

  .h_flex--jsb-w100--bob1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h_flex-ajc-poa {
    height: 600px;
  }

  .container--wh100--100vh-por {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .page_loader {
    background-color: var(--bg);
  }

  .video_controller {
    width: 100%;
    left: 0;
  }

  .h_flex--g3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    top: -4em;
  }

  .button {
    padding: 12px;
  }

  .h_flex--jsb-g1-mt20-pr30 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 400px;
    padding-bottom: 20px;
  }

  .h_flex--jsb-g1-pl28 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .wb-video-styles-controller {
    width: 100%;
    left: 0;
  }

  .h_flex--jsb-pr3-w100 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .container--ptb8-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog_head_title {
    font-size: 4.7em;
  }

  .blog-header-div-inner, .blog-header-div-wrapper {
    margin-left: -10px;
  }
}

#w-node-b951d6d7-3168-4e49-bb99-1d82637371f6-637371f3, #w-node-b951d6d7-3168-4e49-bb99-1d82637371fd-637371f3, #w-node-b951d6d7-3168-4e49-bb99-1d8263737207-637371f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_174f5d6c-334d-a0d3-e9b5-de88bf6c3604-c008da2a {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c2cad0cf-9513-d7e8-48c6-f5d61d5ca52e-a1e38a96 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: start;
}

#w-node-_6b3be86a-8c2c-6b49-afde-eed853e0087f-a1e38a96 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b6ccd79c-88c0-2c54-6126-3e244a718b9d-a1e38a96 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9f9274f7-b0d2-3bd2-32d7-45521c7ccdee-a1e38a96, #w-node-fe74c6bc-22e7-97fa-8013-a335cc826d38-a1e38a96 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_65bb4892-c01a-06c9-23c1-37286d083a92-a1e38a96 {
  grid-area: span 2 / span 3 / span 2 / span 3;
  align-self: start;
}

#w-node-c2cad0cf-9513-d7e8-48c6-f5d61d5ca52e-ee254428 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: start;
}

#w-node-_6b3be86a-8c2c-6b49-afde-eed853e0087f-ee254428 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b6ccd79c-88c0-2c54-6126-3e244a718b9d-ee254428 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9f9274f7-b0d2-3bd2-32d7-45521c7ccdee-ee254428, #w-node-fe74c6bc-22e7-97fa-8013-a335cc826d38-ee254428 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_65bb4892-c01a-06c9-23c1-37286d083a92-ee254428 {
  grid-area: span 2 / span 3 / span 2 / span 3;
  align-self: start;
}

#w-node-_5fd4d74f-aaf9-dd61-6352-4984bb6c5272-041f0ca1 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_0344bef4-2551-1ebb-a08f-b655343239ee-041f0ca1, #w-node-_3b0e0d53-7161-70d9-936c-455ef6c6eba4-041f0ca1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86c39906-d335-7484-6afd-06962477e1a0-041f0ca1 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-a8ede66a-b8f5-f2b6-4f75-94a5506597bb-041f0ca1 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-bb50c46e-2015-ed33-35c8-dd794e6178df-041f0ca1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_08816416-e8f8-b755-1ec7-60379b03bb76-041f0ca1 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_1647926b-3bb1-de71-7206-d759e9e9c9b9-041f0ca1 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

@media screen and (max-width: 991px) {
  #w-node-b951d6d7-3168-4e49-bb99-1d8263737207-637371f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_174f5d6c-334d-a0d3-e9b5-de88bf6c3604-c008da2a {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6b3be86a-8c2c-6b49-afde-eed853e0087f-a1e38a96 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_9f9274f7-b0d2-3bd2-32d7-45521c7ccdee-a1e38a96, #w-node-fe74c6bc-22e7-97fa-8013-a335cc826d38-a1e38a96 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2d4a0125-ed87-6f0b-7f58-bfe7694c1d3e-a1e38a96, #w-node-_7680f05e-0687-e7ec-1bf3-124ae5a162d5-a1e38a96, #w-node-_53116d39-50fe-2fe5-8011-ce867ffc01e7-a1e38a96 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_65bb4892-c01a-06c9-23c1-37286d083a92-a1e38a96 {
    grid-column: span 4 / span 4;
  }

  #w-node-_970dd8a4-5a47-f730-af03-30b6bd0492b0-a1e38a96 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6b3be86a-8c2c-6b49-afde-eed853e0087f-ee254428 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_9f9274f7-b0d2-3bd2-32d7-45521c7ccdee-ee254428, #w-node-fe74c6bc-22e7-97fa-8013-a335cc826d38-ee254428 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2d4a0125-ed87-6f0b-7f58-bfe7694c1d3e-ee254428, #w-node-_7680f05e-0687-e7ec-1bf3-124ae5a162d5-ee254428, #w-node-_53116d39-50fe-2fe5-8011-ce867ffc01e7-ee254428 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_65bb4892-c01a-06c9-23c1-37286d083a92-ee254428 {
    grid-column: span 4 / span 4;
  }

  #w-node-_970dd8a4-5a47-f730-af03-30b6bd0492b0-ee254428 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5fd4d74f-aaf9-dd61-6352-4984bb6c5272-041f0ca1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_86c39906-d335-7484-6afd-06962477e1a0-041f0ca1 {
    grid-column: span 4 / span 4;
  }

  #w-node-a8ede66a-b8f5-f2b6-4f75-94a5506597bb-041f0ca1, #w-node-_08816416-e8f8-b755-1ec7-60379b03bb76-041f0ca1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1647926b-3bb1-de71-7206-d759e9e9c9b9-041f0ca1 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b951d6d7-3168-4e49-bb99-1d8263737207-637371f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2cad0cf-9513-d7e8-48c6-f5d61d5ca52e-a1e38a96, #w-node-_6b3be86a-8c2c-6b49-afde-eed853e0087f-a1e38a96, #w-node-b6ccd79c-88c0-2c54-6126-3e244a718b9d-a1e38a96, #w-node-_9f9274f7-b0d2-3bd2-32d7-45521c7ccdee-a1e38a96, #w-node-fe74c6bc-22e7-97fa-8013-a335cc826d38-a1e38a96, #w-node-_2d4a0125-ed87-6f0b-7f58-bfe7694c1d3e-a1e38a96, #w-node-_7680f05e-0687-e7ec-1bf3-124ae5a162d5-a1e38a96, #w-node-_53116d39-50fe-2fe5-8011-ce867ffc01e7-a1e38a96 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_65bb4892-c01a-06c9-23c1-37286d083a92-a1e38a96 {
    grid-row: span 1 / span 1;
  }

  #w-node-c2cad0cf-9513-d7e8-48c6-f5d61d5ca52e-ee254428, #w-node-_6b3be86a-8c2c-6b49-afde-eed853e0087f-ee254428, #w-node-b6ccd79c-88c0-2c54-6126-3e244a718b9d-ee254428, #w-node-_9f9274f7-b0d2-3bd2-32d7-45521c7ccdee-ee254428, #w-node-fe74c6bc-22e7-97fa-8013-a335cc826d38-ee254428, #w-node-_2d4a0125-ed87-6f0b-7f58-bfe7694c1d3e-ee254428, #w-node-_7680f05e-0687-e7ec-1bf3-124ae5a162d5-ee254428, #w-node-_53116d39-50fe-2fe5-8011-ce867ffc01e7-ee254428 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_65bb4892-c01a-06c9-23c1-37286d083a92-ee254428 {
    grid-row: span 1 / span 1;
  }

  #w-node-_5fd4d74f-aaf9-dd61-6352-4984bb6c5272-041f0ca1 {
    grid-column: span 4 / span 4;
  }

  #w-node-_0344bef4-2551-1ebb-a08f-b655343239ee-041f0ca1, #w-node-_3b0e0d53-7161-70d9-936c-455ef6c6eba4-041f0ca1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_86c39906-d335-7484-6afd-06962477e1a0-041f0ca1 {
    grid-row: span 1 / span 1;
  }

  #w-node-a8ede66a-b8f5-f2b6-4f75-94a5506597bb-041f0ca1, #w-node-_08816416-e8f8-b755-1ec7-60379b03bb76-041f0ca1 {
    grid-column: span 4 / span 4;
  }

  #w-node-_1647926b-3bb1-de71-7206-d759e9e9c9b9-041f0ca1 {
    grid-row: span 1 / span 1;
  }
}


@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/helvetica-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}