* {
  box-sizing: border-box;
}

.unselectable {
  -webkit-user-select: none;
  user-select: none;
}

*, :before, :after {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  overscroll-behavior-x: none;
}

html {
  background-color: var(--bg-color);
  scroll-behavior: smooth;
}

html, body {
  min-height: -webkit-fill-available;
  max-width: 100% !important;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: var(--heading-color);
  background-color: var(--bg-color);
  width: 100vw;
  height: 100%;
  margin: 0;
  font-family: Helvetica, sans-serif;
  font-size: calc(.25vw + 11.2px);
  font-weight: 200;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
}

ul {
  margin-block: 0;
  padding-inline-start: 0;
  list-style: none;
}

a:link, a:visited {
  color: #fff;
  text-decoration: none;
}

:root {
  --bg-color: #f9f9f9;
  --font-color: #424242;
  --heading-color: #141414;
  --heading-color-push: #222;
  --heading-color-light: #555;
  --teaser-color: #ff3945;
  --teaser-color-diff: #ea5600;
  --teaser-color-grad: 234, 233, 230;
  --color-on-teaser: #1a1a1a;
  --footer-bg: #0a0a0a;
  --footer-type-color: #121212;
  --menu-bg: #161616;
  --mix-color: #eae9e6;
  --procon__width: 2px;
  --procon__left: 0;
  --probar__width: 3px;
  --probar__left: 0;
  --probar__opacity: 1;
  --clients-svg: invert(0);
  --marker-clr: transparent;
  --sat: env(safe-area-inset-top);
}

[data-theme="dark"] {
  --bg-color-old: #1a1a1a;
  --bg-color: #16191b;
  --font-color: #f5f5f5;
  --heading-color: #eae9e6;
  --heading-color-push: #fefefe;
  --heading-color-light: #eee;
  --teaser-color: #09b5a7;
  --teaser-color-diff: #ea5600;
  --teaser-color-grad: 25, 25, 25;
  --color-on-teaser: #1a1a1a;
  --footer-bg: #fff;
  --footer-type-color: #121212;
  --menu-bg: #161616;
  --mix-color: #eae9e6;
  --procon__width: 2px;
  --procon__left: 0;
  --probar__width: 3px;
  --probar__left: 0;
  --probar__opacity: 1;
  --clients-svg: invert(1);
  --marker-clr: transparent;
}

#main-header {
  z-index: 500;
  width: 100%;
  height: 4vh;
  position: fixed;
  top: 0;
  left: 0;
}

.header-logo {
  z-index: 500;
  width: 15vw;
  padding: 1vw 2vw 2vw 1vw;
  position: relative;
}

.inner-container, .main {
  position: relative;
}

#main-page {
  background-color: var(--bg-color);
  width: 100%;
  min-height: 100vh;
  margin-top: 0;
  margin-bottom: 40vh;
}

.et-sec {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.intro-images {
  position: relative;
}

.image-row {
  z-index: 100;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  position: relative;
}

.image-row.last {
  z-index: 100;
  flex-wrap: wrap;
  width: 100%;
  height: 10vh;
  margin-top: -10vh;
  display: flex;
  position: relative;
}

.image-item {
  margin-top: 10vh;
  overflow: hidden;
}

.intro-images .image-row:first-of-type .image-item {
  flex: 0 0 46%;
  max-width: 46%;
  margin-top: 0;
  margin-left: 15%;
}

.intro-images .image-row:nth-of-type(2) .image-item {
  flex: 0 0 18%;
  max-width: 18%;
  margin-top: -10vh;
  margin-bottom: 10vh;
  margin-left: 80%;
}

.intro-images .image-row:nth-of-type(3) .image-item {
  flex: 0 0 38%;
  max-width: 38%;
  margin-bottom: 10vh;
  margin-left: 30%;
}

.intro-images .image-row:nth-of-type(4) .image-item {
  flex: 0 0 30%;
  max-width: 30%;
  margin-bottom: 10vh;
  margin-left: 0%;
}

.intro-images .image-row:nth-of-type(5) .image-item {
  flex: 0 0 35%;
  max-width: 35%;
  margin-top: -15vh;
  margin-bottom: 25vh;
  margin-left: 50%;
}

.intro-images .image-row:nth-of-type(6) .image-item {
  flex: 0 0 55%;
  max-width: 55%;
  margin-top: 10vh;
  margin-bottom: 25vh;
  margin-left: 0%;
}

.intro-images .image-row:nth-of-type(7) .image-item {
  flex: 0 0 35%;
  max-width: 35%;
  margin-top: -10vh;
  margin-bottom: 12vh;
  margin-left: 60%;
}

.intro-images .image-row.full {
  margin-top: 5vh;
}

.intro-images .image-row.top {
  z-index: 300;
}

.intro-images .image-row.right {
  padding-left: 75%;
}

.intro-images .image-row.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-thumb img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.logo {
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 200;
  opacity: 1;
  flex: 0 0 95.8333%;
  width: 100%;
  max-width: 95.8333%;
  height: 100vh;
  margin-top: 0;
  margin-left: 2vw;
  position: fixed;
  top: 99vh;
}

.logo svg {
  fill: #fff;
  mix-blend-mode: difference;
  width: 35vw;
  position: absolute;
  bottom: 1vw;
  left: 1vw;
}

.pin-spacer {
  mix-blend-mode: difference !important;
  height: 40vh !important;
}

.et-contact {
  justify-content: flex-end;
  align-items: flex-end;
  width: 95%;
  height: 100%;
  margin-top: 30vh;
  display: flex;
}

.et-contact h2 {
  text-transform: uppercase;
}

.et-contact span {
  text-align: right;
  display: block;
}

.et-contact a {
  color: #000;
}

@media (width >= 375px) and (width <= 768px) {
  #main-page {
    margin-bottom: 30vh;
  }

  .mobile-top {
    z-index: 300;
  }

  #main-header {
    z-index: 100;
  }

  .header-logo {
    width: 55vw;
    height: 100%;
    padding: 10vw 4vw 4vw 2vw;
    overflow: visible;
  }

  .header-logo svg {
    overflow: visible !important;
  }

  .logo {
    height: 25vh;
    position: fixed;
    top: 72vh;
  }

  .logo svg {
    width: 98%;
  }

  .intro-images {
    margin-top: 20vh;
  }

  .image-row.last {
    height: 40vh;
  }

  .et-contact {
    justify-content: center;
    align-items: flex-start;
    width: 95%;
    height: 100%;
    margin-top: 10vh;
    display: flex;
  }

  .et-contact span {
    text-align: center;
  }

  .et-contact h2, .et-contact a {
    color: #000;
  }

  .intro-images .image-row:first-of-type .image-item {
    flex: 0 0 80%;
    max-width: 80%;
    margin-top: 0;
    margin-left: 2%;
  }

  .intro-images .image-row:nth-of-type(2) .image-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10vh;
    margin-bottom: 10vh;
    margin-left: 45%;
  }

  .intro-images .image-row:nth-of-type(3) .image-item {
    flex: 0 0 65%;
    max-width: 65%;
    margin-bottom: 0;
    margin-left: 10%;
  }

  .intro-images .image-row:nth-of-type(4) .image-item {
    flex: 0 0 60%;
    max-width: 60%;
    margin-bottom: 10vh;
    margin-left: 0%;
  }

  .intro-images .image-row:nth-of-type(5) .image-item {
    flex: 0 0 70%;
    max-width: 70%;
    margin-top: 5vh;
    margin-bottom: 0;
    margin-left: 25%;
  }

  .intro-images .image-row:nth-of-type(6) .image-item {
    flex: 0 0 86%;
    max-width: 86%;
    margin-top: 10vh;
    margin-bottom: 25vh;
    margin-left: 0%;
  }

  .intro-images .image-row:nth-of-type(7) .image-item {
    flex: 0 0 65%;
    max-width: 65%;
    margin-top: -10vh;
    margin-bottom: 12vh;
    margin-left: 30%;
  }
}
/*# sourceMappingURL=index.af20ad6e.css.map */
