@charset "UTF-8";
/*
 :::  colors and fonts
-------------------------------------------------- */
/*
 :::  mixins and functions
-------------------------------------------------- */
/*
 :::  Reset
-------------------------------------------------- */
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=19190538-0a3e-4268-bccd-bc58765e951f&fontids=1475948,1475954,1475960,1475972");
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=bd73a891-95aa-4215-bea4-1c25c22187ca&fontids=5734101,5734105,5734109");
html {
  box-sizing: border-box;
  overflow-y: -moz-scrollbars-vertical;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  touch-action: manipulation;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, subhead, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  border-radius: 0;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  display: inline;
  outline: none;
}

@font-face {
  font-family: "Univers LT W04";
  src: url("Fonts/1475948/db1e9a24-d371-4686-ba25-77b32a84e0db.woff2") format("woff2"), url("Fonts/1475948/beca77d5-0862-440e-bddd-321e82d5422c.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Univers LT W04";
  src: url("Fonts/1475954/50f62374-c967-49bb-8dba-0c8b7f7b50cf.woff2") format("woff2"), url("Fonts/1475954/66d75c9b-1178-461c-9e6b-5cff997848a4.woff") format("woff");
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: "Univers LT W04";
  src: url("Fonts/1475960/938b61cf-8b60-408a-a252-531fc37ebeb3.woff2") format("woff2"), url("Fonts/1475960/df8a7a82-1b14-40c7-b6f8-7e2bac922b27.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Univers LT W04";
  src: url("Fonts/1475972/73d8af9e-4b82-4953-81a5-8941aed30297.woff2") format("woff2"), url("Fonts/1475972/19ff06fe-d0c5-4294-a237-a4c9b85312b8.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Simoncini Garamond W03";
  src: url("Fonts/5734101/57d73a21-124f-4a00-99d8-df40972a5674.woff2") format("woff2"), url("Fonts/5734101/eab175ce-014a-49dc-b961-1660244e6463.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Simoncini Garamond W03";
  src: url("Fonts/5734105/d9b840f8-5abc-4202-a501-b45921bdbfa0.woff2") format("woff2"), url("Fonts/5734105/c588c452-0da1-4729-b4d0-ff2a18b5a32a.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Simoncini Garamond W03";
  src: url("Fonts/5734109/4869a137-ee02-4796-be8c-ae1b47931661.woff2") format("woff2"), url("Fonts/5734109/022febbd-5cf5-4da7-8ec3-bd885e4f1103.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}

/*!
 * fullPage 3.0.9
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media only screen and (max-height: 38.75rem) and (min-width: 48.0625rem) {
  .fp-controlArrow {
    margin-top: 0;
    top: 85%;
  }
}

@media only screen and (max-width: 48rem) {
  .fp-controlArrow {
    margin-top: 0;
    top: calc(60% - 3.25rem);
  }
}

.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next {
  border: none;
}

.fp-controlArrow.fp-prev:before,
.fp-controlArrow.fp-next:before {
  content: '';
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: '';
  width: 4.5rem;
  height: 4.5rem;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M14%2020c0.128%200%200.256-0.049%200.354-0.146%200.195-0.195%200.195-0.512%200-0.707l-8.646-8.646%208.646-8.646c0.195-0.195%200.195-0.512%200-0.707s-0.512-0.195-0.707%200l-9%209c-0.195%200.195-0.195%200.512%200%200.707l9%209c0.098%200.098%200.226%200.146%200.354%200.146z%22%20%2F%3E%3C%2Fsvg%3E");
}

@media only screen and (max-height: 38.75rem) and (min-width: 48.0625rem) {
  .fp-controlArrow.fp-prev:before,
.fp-controlArrow.fp-next:before {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M6.492%2C10.003l8.259%2C8.259c0.39%2C0.391%200.39%2C1.024%200%2C1.415c-0.39%2C0.39%20-1.024%2C0.39%20-1.414%2C0l-8.967%2C-8.967c-0.39%2C-0.39%20-0.39%2C-1.024%200%2C-1.414l8.973%2C-8.973c0.39%2C-0.39%201.024%2C-0.39%201.414%2C0c0.391%2C0.391%200.391%2C1.024%200%2C1.415l-8.265%2C8.265Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
  }
}

@media only screen and (max-width: 48rem) {
  .fp-controlArrow.fp-prev:before,
.fp-controlArrow.fp-next:before {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M6.492%2C10.003l8.259%2C8.259c0.39%2C0.391%200.39%2C1.024%200%2C1.415c-0.39%2C0.39%20-1.024%2C0.39%20-1.414%2C0l-8.967%2C-8.967c-0.39%2C-0.39%20-0.39%2C-1.024%200%2C-1.414l8.973%2C-8.973c0.39%2C-0.39%201.024%2C-0.39%201.414%2C0c0.391%2C0.391%200.391%2C1.024%200%2C1.415l-8.265%2C8.265Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    width: 1.5rem;
    height: 1.5rem;
  }
}

.fp-controlArrow.fp-next:before {
  -webkit-transform: rotate(180deg) translateX(4.5rem);
          transform: rotate(180deg) translateX(4.5rem);
}

@media only screen and (max-height: 38.75rem) and (min-width: 48.0625rem) {
  .fp-controlArrow.fp-next:before {
    -webkit-transform: rotate(180deg) translateX(1.5rem);
            transform: rotate(180deg) translateX(1.5rem);
  }
}

@media only screen and (max-width: 48rem) {
  .fp-controlArrow.fp-next:before {
    -webkit-transform: rotate(180deg) translateX(1.5rem);
            transform: rotate(180deg) translateX(1.5rem);
  }
}

.fp-controlArrow.fp-prev {
  left: 1rem;
}

@media only screen and (max-height: 38.75rem) and (min-width: 48.0625rem) {
  .fp-controlArrow.fp-prev {
    left: 1.5rem;
  }
}

.fp-controlArrow.fp-next {
  left: auto;
  right: 1rem;
}

@media only screen and (max-height: 38.75rem) and (min-width: 48.0625rem) {
  .fp-controlArrow.fp-next {
    right: 1.5rem;
  }
}

.slide--slide .fp-scroller {
  height: 100%;
}

::-moz-selection {
  background: #7C7061;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #7C7061;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #7C7061;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: .3em;
}

::-webkit-scrollbar {
  height: .5em;
}

::-webkit-scrollbar-corner {
  background: rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background: rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
  background: #7C7061;
}

::scrollbar {
  width: .3em;
}

::scrollbar {
  height: .5em;
}

::scrollbar-corner {
  background: rgba(255, 255, 255, 0.5);
}

::scrollbar-button {
  display: none;
}

::scrollbar-track-piece {
  background: rgba(255, 255, 255, 0.5);
}

::scrollbar-thumb {
  background: #7C7061;
}

body {
  font-size: 18px;
  line-height: 1.45;
  font-family: "Univers LT W04", sans-serif;
  color: #000;
  background: #7C7061;
}

@media only screen and (max-width: 48rem) {
  body {
    background: #D3CFCB;
  }
}

@media only screen and (min-width: 62.5625rem) {
  body {
    font-size: 21px;
    line-height: 1.5;
  }
}

.wrap {
  z-index: 1;
}

a {
  color: #000;
}

.header {
  position: fixed;
  display: flex;
  flex-direction: row-reverse;
  top: 2rem;
  right: 0;
  z-index: 3;
  width: 18.75rem;
}

.header--active {
  width: auto;
}

.header::before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  content: '';
  width: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2024%2021%22%20version%3D%221.1%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2223.25%22%20height%3D%222.25%22%20fill%3D%22rgba%28255%2C%20255%2C%20255%2C%200.7%29%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%229%22%20width%3D%2212.75%22%20height%3D%222.25%22%20fill%3D%22rgba%28255%2C%20255%2C%20255%2C%200.7%29%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%2218%22%20width%3D%2218.242%22%20height%3D%222.25%22%20fill%3D%22rgba%28255%2C%20255%2C%20255%2C%200.7%29%22%2F%3E%3C%2Fsvg%3E");
  height: 1em;
  font-size: 1.5rem;
  position: absolute;
  top: 1.0625rem;
  right: 13.75rem;
}

.header__title {
  position: relative;
  z-index: 2;
}

.header__titlelink {
  display: block;
  padding-left: 2.5rem;
  margin-left: -2.5rem;
}

.header__logo {
  display: block;
  width: 13rem;
  height: 4rem;
}

.header__menu {
  position: relative;
  z-index: 1;
}

.menu {
  opacity: 0;
  transition: opacity 500ms ease-in, -webkit-transform 750ms ease-in;
  transition: transform 750ms ease-in, opacity 500ms ease-in;
  transition: transform 750ms ease-in, opacity 500ms ease-in, -webkit-transform 750ms ease-in;
}

@media only screen and (min-width: 48.0625rem) {
  .menu {
    pointer-events: none;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media only screen and (max-width: 48rem) {
  .menu {
    position: fixed;
    visibility: hidden;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(211, 207, 203, 0.92);
    top: 0;
    left: 0;
  }
}

.menu--active, .menu:target {
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
  transition: opacity 500ms, -webkit-transform 500ms cubic-bezier(0.4, 0.5, 0.5, 1);
  transition: transform 500ms cubic-bezier(0.4, 0.5, 0.5, 1), opacity 500ms;
  transition: transform 500ms cubic-bezier(0.4, 0.5, 0.5, 1), opacity 500ms, -webkit-transform 500ms cubic-bezier(0.4, 0.5, 0.5, 1);
}

@media only screen and (min-width: 48.0625rem) {
  .menu__list {
    position: relative;
    display: flex;
    flex-direction: row;
    background: #EFE9E1DD;
  }
}

@media only screen and (max-width: 48rem) {
  .menu__list {
    text-align: left;
    width: calc(13rem + 2.5rem);
    margin: 8rem 0 0 auto;
  }
}

.menu__list:before {
  content: '';
  display: block;
  width: 100%;
  height: 1.1875rem;
  background: #EFE9E1DD;
  position: absolute;
  bottom: -1.34375rem;
}

.menu__item {
  position: relative;
  display: block;
  font-size: 1.1rem;
}

@media only screen and (max-width: 48rem) {
  .menu__item + .menu__item {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 48rem) and (max-height: 26.875rem) {
  .menu__item + .menu__item {
    margin-top: 0rem;
  }
}

@media only screen and (min-width: 48.0625rem) {
  .menu__item:hover:after, .menu__item:focus:after, .menu__item--active:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -0.671875rem;
    left: 0;
    left: 2rem;
    width: 100%;
    width: calc(100% - 4rem);
    height: 0.15625rem;
    background: #7C7061;
  }
}

.menu__link {
  color: #000;
  font-family: "Simoncini Garamond W03", serif;
  text-decoration: none;
  height: 2.65625rem;
  padding: 0.75rem 2.4rem 0;
  white-space: nowrap;
}

@media only screen and (min-width: 48.0625rem) {
  .menu__link {
    display: block;
  }
}

@media only screen and (max-width: 61.875rem) {
  .menu__link {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media only screen and (max-width: 53.75rem) {
  .menu__link {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

@media only screen and (max-width: 48rem) {
  .menu__link {
    display: inline-block;
  }
  .menu__link--active {
    position: relative;
  }
  .menu__link--active::before {
    position: absolute;
    display: block;
    content: '';
    height: 0.125rem;
    background-color: #7C7061;
    top: 0.5rem;
    right: 2.5rem;
    left: 2.5rem;
  }
}

@media only screen and (min-width: 48.0625rem) {
  .menu__hidebutton {
    display: none;
  }
}

@media only screen and (max-width: 48rem) {
  .menu__hidebutton {
    position: relative;
    width: 1em;
    text-indent: -999rem;
    overflow: hidden;
    margin-top: 3rem;
  }
  .menu__hidebutton::before {
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    content: '';
    width: 1em;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M11.83%209.17l9.17-9.17%202.65%202.65%20-9.18%209.17%209.18%209.17%20-2.65%202.65%20-9.17-9.18%20-9.17%209.18%20-2.65-2.65%209.17-9.17%20-9.17-9.17%202.65-2.65%209.17%209.17Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 48rem) and (max-height: 26.875rem) {
  .menu__hidebutton {
    margin-top: 0;
    top: -1rem;
  }
}

.slide--contact .fp-tableCell, .slide--legal .fp-tableCell {
  vertical-align: top;
}

.slide__wrap {
  position: relative;
  height: 100vh;
}

@media only screen and (max-height: 38.75rem) and (min-width: 48.0625rem) {
  .slide__wrap {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
}

@media only screen and (max-width: 48rem) {
  .slide__wrap {
    height: 100%;
  }
}

.slide__hero {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (max-height: 38.75rem) and (min-width: 48.0625rem) {
  .slide__hero {
    width: 60%;
    order: 2;
  }
}

@media only screen and (max-width: 48rem) {
  .slide__hero {
    height: 60%;
  }
}

@media only screen and (max-height: 38.75rem) and (min-width: 48.0625rem) {
  .slide__content {
    width: 40%;
    order: 1;
    padding: 5vh 3vw;
    padding-left: calc(constant(safe-area-inset-left) + 2vw);
    padding-left: calc(env(safe-area-inset-left) + 2vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.slide__headline {
  position: absolute;
  bottom: 50%;
  left: 50%;
  color: #fff;
  font-size: 6.25rem;
  text-shadow: 0px 0px 99px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  text-align: center;
  line-height: 1.1;
  width: 80vw;
  font-family: "Simoncini Garamond W03", serif;
}

@media only screen and (max-height: 38.75rem) and (min-width: 48.0625rem) {
  .slide__headline {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    font-size: calc((10rem + 80vh) / 10);
    margin-bottom: 4vh;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
  .slide__headline--text {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 48rem) {
  .slide__headline {
    font-size: 3.625rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: calc(40% + 1rem);
  }
  .slide__headline--text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.75rem;
    color: #7C7061;
    width: 90vw;
    height: calc(40% - 3rem);
    bottom: 3rem;
  }
}

.slide__text {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Univers LT W04", sans-serif;
  line-height: 1.6;
  text-align: center;
  width: 60vw;
  margin-bottom: 4rem;
}

.slide__text p {
  background: rgba(255, 255, 255, 0.8);
  display: inline;
  padding: .1rem .4rem;
  /* Needs prefixing */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media only screen and (max-width: 48rem) {
  .slide__text p {
    background: none;
    display: block;
    padding: auto;
  }
}

@media only screen and (max-height: 38.75rem) and (min-width: 48.0625rem) {
  .slide__text {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    font-size: calc((1vw + 1vh + .5vmin) * .8);
    line-height: calc((1vw + 1vh + .5vmin) * 1.4);
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 48rem) {
  .slide__text {
    font-size: 1rem;
    line-height: 1.3;
    width: 90vw;
    height: 40%;
    padding-top: 1rem;
    padding-bottom: 5rem;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    top: 60%;
  }
}

.projects__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: stretch;
  align-content: flex-start;
}

.projects__link {
  display: block;
  height: 33.333vh;
  margin-bottom: 0;
}

.projects__link[data-count="1"], .projects__link[data-count="2"] {
  width: 33.333%;
}

.projects__link[data-count="0"], .projects__link[data-count="3"] {
  width: 25%;
}

@media only screen and (max-width: 48rem) {
  .projects__link[data-count] {
    width: 50%;
  }
}

.projects__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.sidebar {
  font-family: "Simoncini Garamond W03", serif;
  font-size: 2.375rem;
  display: block;
  line-height: 1.3;
}

@media only screen and (max-width: 80.625rem) {
  .sidebar {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 68.75rem) {
  .sidebar {
    font-size: 1.625rem;
  }
}

@media only screen and (max-width: 48rem) {
  .sidebar {
    font-size: 1.3125rem;
  }
}

.sidebar__headline {
  font-weight: bold;
  position: relative;
  margin-bottom: .3rem;
}

.sidebar__headline:before {
  content: '}';
  font-size: 3.875rem;
  position: absolute;
  left: -2.75rem;
  line-height: 2.8125rem;
  color: white;
}

@media only screen and (max-width: 80.625rem) {
  .sidebar__headline:before {
    font-size: 3.5rem;
    top: -0.1875rem;
    left: -2.5rem;
  }
}

@media only screen and (max-width: 68.75rem) {
  .sidebar__headline:before {
    font-size: 2.75rem;
    top: -0.5625rem;
    left: -2rem;
  }
}

.sidebar__link {
  text-decoration: none;
}

.sidebar__link:focus, .sidebar__link:hover, .sidebar__link:active {
  text-decoration: none;
}

.sidebar__legal {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.sidebar__legal, .sidebar__additonal {
  font-family: "Univers LT W04", sans-serif;
  font-size: 1rem;
}

.form {
  font-size: 2rem;
}

@media only screen and (max-width: 48rem) {
  .form {
    font-size: 1.3125rem;
  }
}

.form .Inputfields {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 18.75rem;
  position: relative;
  justify-content: space-between;
  align-items: stretch;
}

@media only screen and (max-width: 48rem) {
  .form .Inputfields {
    display: block;
    height: auto;
  }
}

.form .Inputfield {
  position: relative;
  width: 50%;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 48rem) {
  .form .Inputfield {
    margin-bottom: 1.5rem;
    width: auto;
  }
}

.form .InputfieldText,
.form .InputfieldEmail {
  padding-right: 1.5rem;
}

@media only screen and (max-width: 48rem) {
  .form .InputfieldText,
.form .InputfieldEmail {
    padding-right: 0;
  }
}

.form .InputfieldTextarea {
  flex-grow: 1 0 auto;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 48rem) {
  .form .InputfieldTextarea {
    margin-bottom: 2rem;
  }
}

.form label {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms ease-in-out;
  font-size: 1rem;
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 50%;
  pointer-events: none;
}

.form label:hover {
  cursor: pointer;
}

@media only screen and (max-width: 48rem) {
  .form label {
    width: 50%;
    font-size: 0.875rem;
  }
}

.form .label--focus {
  -webkit-transform: none;
          transform: none;
  top: -1rem;
}

.form .label--focus:hover {
  cursor: default;
}

.form .label--focus + div > input, .form .label--focus + div > textarea {
  border-bottom: 1px solid #fff;
}

.form__field {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  padding: .2rem .5rem .2rem 0;
}

.form__field--textarea {
  height: 100%;
  width: 100%;
  resize: none;
  line-height: 1.2;
  border-radius: 0;
}

@media only screen and (max-width: 48rem) {
  .form__field--textarea {
    height: 10vh;
  }
}

.form .Inputfield_request_submit {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 48rem) {
  .form .Inputfield_request_submit {
    position: static;
  }
}

.form__button {
  width: 100%;
  text-align: left;
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

.form:valid .form__button {
  color: #fff;
  pointer-events: auto;
}

.job {
  background: #C1B9B0;
  font-size: 2.375rem;
  font-family: "Simoncini Garamond W03", serif;
}

@media only screen and (max-width: 80.625rem) {
  .job {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 68.75rem) {
  .job {
    font-size: 1.625rem;
  }
}

@media only screen and (max-width: 48rem) {
  .job {
    font-size: 1.3125rem;
  }
}

.job__content {
  padding: 25vh 15vw 5vh;
  height: 100%;
}

@media only screen and (max-width: 48rem) {
  .job__content {
    padding-top: calc(8vh + 4rem);
    padding-right: 5vw;
    height: 100%;
  }
}

.job__nav {
  font-family: "Univers LT W04", sans-serif;
  margin-bottom: 15vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media only screen and (max-width: 56.25rem) {
  .job__nav {
    display: block;
  }
}

@media only screen and (max-width: 48rem) {
  .job__nav {
    margin-bottom: 5vh;
  }
}

.job__button {
  margin-right: 2rem;
  text-align: left;
  margin-bottom: .5rem;
}

@media only screen and (max-width: 56.25rem) {
  .job__button {
    display: block;
  }
}

.job__button--active {
  color: #fff;
}

.job__button:not(.job__button--active) .job__additional {
  visibility: hidden;
}

@media only screen and (max-width: 56.25rem) {
  .job__button:not(.job__button--active) .job__additional {
    display: none;
  }
}

.job__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 48rem) {
  .job__wrap {
    flex-direction: column;
  }
}

.job__apply {
  flex: 1;
  margin-right: 3vw;
  font-size: 1.875rem;
}

.job__apply .sidebar__link {
  white-space: nowrap;
}

@media only screen and (max-width: 75rem) {
  .job__apply {
    font-size: 1.625rem;
    width: auto;
  }
}

@media only screen and (max-width: 48rem) {
  .job__apply {
    font-size: 1.4375rem;
    order: 2;
    margin-bottom: 15vh;
  }
}

.job__info {
  flex: 2;
  margin-bottom: 15vh;
}

@media only screen and (max-width: 48rem) {
  .job__info {
    margin-bottom: 3rem;
  }
}

.job__info--hidden {
  display: none;
}

.job__body {
  font-family: "Univers LT W04", sans-serif;
  font-size: 1.125rem;
}

@media only screen and (max-width: 48rem) {
  .job__body {
    font-size: 0.875rem;
    width: auto;
  }
}

.job__body h2 {
  font-size: 1.5rem;
  font-family: "Simoncini Garamond W03", serif;
  margin-bottom: .2rem;
  font-weight: bold;
}

.job__body h2:not(:first-child) {
  margin-top: 1.5rem;
}

@media only screen and (max-width: 48rem) {
  .job__body h2 {
    font-size: 1.25rem;
  }
}

.job__body h3 {
  font-size: 1.125rem;
  margin-bottom: .2rem;
  font-weight: bold;
}

@media only screen and (max-width: 48rem) {
  .job__body h3 {
    font-size: 1rem;
  }
}

.job__body p,
.job__body ul,
.job__body ol {
  margin-bottom: 1rem;
}

.job__body ul,
.job__body ol {
  margin-left: 0;
}

.job__body li {
  list-style: none;
  margin-bottom: .4rem;
  margin-left: 1.4ch;
  text-indent: -1.4ch;
}

.job__body li:before {
  content: '_ ';
}

.job__body ol li {
  list-style: decimal-leading-zero;
}

.legal {
  background: #C1B9B0;
}

.legal__content {
  padding: 25vh 15vw 25vh;
}

@media only screen and (max-width: 48rem) {
  .legal__content {
    padding-top: 15vh;
    padding-right: 5vw;
  }
}

.legal__headline {
  font-family: "Univers LT W04", sans-serif;
  font-size: 2.375rem;
  margin-bottom: 15vh;
}

@media only screen and (max-width: 48rem) {
  .legal__headline {
    font-size: 1.3125rem;
  }
}

.legal__wrap {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 48rem) {
  .legal__wrap {
    display: block;
  }
}

.legal__address {
  width: 31.25rem;
  margin-right: 5vw;
}

@media only screen and (max-width: 48rem) {
  .legal__address {
    font-size: 1.3125rem;
    margin-right: 0;
    margin-bottom: 5rem;
  }
}

.legal__body {
  width: 60%;
  font-size: 1.125rem;
}

@media only screen and (max-width: 48rem) {
  .legal__body {
    font-size: 0.875rem;
    width: auto;
  }
}

.legal__body h3 {
  font-size: 1.5rem;
  font-family: "Simoncini Garamond W03", serif;
  margin-bottom: .2rem;
}

.legal__body h3:not(:first-child) {
  margin-top: 1.5rem;
}

@media only screen and (max-width: 48rem) {
  .legal__body h3 {
    font-size: 1.3125rem;
  }
}

.legal__body p,
.legal__body ul,
.legal__body ol {
  margin-bottom: 1rem;
}

.legal__body ul,
.legal__body ol {
  margin-left: 2rem;
}

.legal__body li {
  list-style: disc;
  margin-bottom: .4rem;
}

.legal__body ol li {
  list-style: decimal-leading-zero;
}

.contact {
  background: #C1B9B0;
  font-size: 2.375rem;
  font-family: "Simoncini Garamond W03", serif;
}

@media only screen and (max-width: 80.625rem) {
  .contact {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 68.75rem) {
  .contact {
    font-size: 1.625rem;
  }
}

@media only screen and (max-width: 48rem) {
  .contact {
    font-size: 1.3125rem;
  }
}

.contact__content {
  padding: 25vh 15vw 5vh;
}

@media only screen and (max-width: 48rem) {
  .contact__content {
    padding-top: calc(8vh + 4rem);
    padding-right: 5vw;
    height: 100%;
  }
}

.contact__nav {
  font-family: "Univers LT W04", sans-serif;
  margin-bottom: 15vh;
}

@media only screen and (max-width: 48rem) {
  .contact__nav {
    margin-bottom: 5vh;
  }
}

.contact__button {
  margin-right: 2rem;
}

.contact__button--active {
  color: #fff;
}

.contact__infos--details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 48rem) {
  .contact__infos--details {
    display: block;
  }
}

.contact__infos--hidden {
  display: none;
}

.contact__address {
  flex: 1;
  margin-right: 3vw;
}

.contact__details {
  flex: 1;
}

.contact__list {
  display: table;
  line-height: 1.25;
  margin-top: 1.4em;
}

@media only screen and (max-width: 48rem) {
  .contact__list {
    display: block;
    margin-bottom: 15vh;
  }
}

.contact__pair {
  display: table-row;
}

@media only screen and (max-width: 48rem) {
  .contact__pair {
    display: block;
  }
}

.contact__pair--offset > * {
  padding-top: 1.4em;
}

.contact__key, .contact__val {
  display: table-cell;
}

.contact__val {
  text-align: right;
  padding-right: 1rem;
  white-space: nowrap;
}

.contact__key {
  color: white;
  font-size: 1.125rem;
  font-style: italic;
  align-self: flex-end;
  padding-bottom: .45rem;
}

.contact__link {
  text-decoration: none;
}

.contact__link:focus, .contact__link:hover, .contact__link:active {
  text-decoration: underline;
}

.contact__desc {
  font-family: "Univers LT W04", sans-serif;
  font-size: 0.8rem;
  margin-bottom: 10vh;
}

.contact__success {
  margin-bottom: 2rem;
}

.foot {
  position: fixed;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 4rem;
  pointer-events: none;
}

.foot__button {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  width: .2rem;
  height: 2.5rem;
  pointer-events: auto;
}

.foot__button::before {
  position: absolute;
  content: '';
  top: 0;
  right: -4rem;
  bottom: 0;
  left: -4rem;
}

.foot__desc {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.6875rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.foot__desc--hidden {
  display: none;
}

.foot__gradient {
  position: fixed;
  content: '';
  width: 100%;
  height: 15vh;
  background: linear-gradient(to top, #c1b9b0, rgba(193, 185, 176, 0));
  top: 85vh;
  left: 0;
  pointer-events: none;
}

@media only screen and (min-width: 48.0625rem) {
  .foot__gradient--hidden {
    display: none;
  }
}

.foot__scroll--hidden {
  display: none;
}
/*# sourceMappingURL=screen.css.map */