/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.has-scroll-smooth body {
  overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}
[data-scroll-direction="horizontal"] [data-scroll-container] {
  display: inline-block;
  height: 100vh;
  white-space: nowrap;
}
[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  white-space: nowrap;
}
.c-scrollbar {
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  width: 11px;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
  opacity: 1;
}
[data-scroll-direction="horizontal"] .c-scrollbar {
  bottom: 0;
  height: 10px;
  top: auto;
  transform: scaleY(1);
  width: 100%;
}
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3);
}
.c-scrollbar_thumb {
  background-color: #000;
  border-radius: 10px;
  cursor: -webkit-grab;
  cursor: grab;
  margin: 2px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  bottom: 0;
  right: auto;
}
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
@font-face {
  font-family: "Inter";
  src: url(/extern/fonts/Inter/static/Inter_28pt-Bold.woff);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(/extern/fonts/Inter/static/Inter_28pt-SemiBold.woff);
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(/extern/fonts/Inter/static/Inter_28pt-Regular.woff);
  font-weight: 400;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Inter";
}
p {
  line-height: 150%;
}
a {
  text-decoration: none;
}
.hero {
  margin-top: -80px;
  position: relative;
  height: fit-content;
}
.hero-overlay {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  background-color: #0007;
  height: 90vh;
  padding: 16px;
  color: #fff;
  max-height: 660px;
}
.spacer {
  margin: 0 0 16px -8px;
  width: fit-content;
  position: relative;
  transform: rotateX(180deg);
}
.hori,
.vertic {
  background-color: #ec6825;
}
.vertic {
  width: 2px;
  height: 40px;
}
.hori {
  width: 40px;
  height: 2px;
}
.hero img {
  object-fit: cover;
  position: absolute;
  top: 56px;
  max-height: 630px;
  max-width: 100vw;
}
.hero h1 {
  font-size: 32px;
}
.hero p {
  font-size: 18px;
  margin: 32px 0;
}
.button {
  display: flex;
  justify-content: center;
  font-weight: 600;
}
.hero .button {
  padding: 16px 24px;
  background-color: #ec6825;
  color: #fff;
  width: fit-content;
}
.section {
  width: calc(100% - 48px);
  padding: 32px 24px;
}
.about {
  display: grid;
  justify-items: center;
  align-items: center;
  background-color: #ec6825;
  color: #fff;
  overflow: hidden;
  margin-top: -32px;
  padding: 64px 0;
  width: 100%;
}
.about a {
  background-color: #fff;
  color: #ec6825;
  width: 200px;
  padding: 12px 24px;
  margin-top: 32px;
}
.about .vertic,
.about .hori {
  background-color: hsl(0 0% 4%);
}
.about .inner-text {
  padding: 0 24px;
}
.about .inner-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg {
  position: absolute;
  top: -120px;
  opacity: 0.08;
  left: -250px;
}
.foreground {
  position: relative;
  z-index: 100;
}
.about .img {
  margin-bottom: 32px;
}
h2 {
  margin: 16px 0;
}
header {
  position: relative;
  z-index: 1000;
  background-color: #fff;
}
.navbar {
  display: flex;
  padding: 8px;
  align-items: center;
  border-bottom: 0.5px solid #e7e7e7;
}
.navbar div {
  display: flex;
  flex-direction: column;
}
.contact-nav img {
  margin-right: 8px;
}
.contact-nav {
  color: #090909;
  font-size: 12px;
  margin-left: 16px;
  display: flex;
  align-items: center;
  margin: 4px 0 0 16px;
}
.marquee-section {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.marquee-outer {
  position: absolute;
  transition: opacity ease 300ms;
  opacity: 0;
  z-index: 1;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: var(--size);
}
.marquee-outer .marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 0.45em;
  list-style: none;
  margin: 0;
}
.marquee-outer .marquee__content {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  margin-left: 32px;
  animation: marqueescroll 40s linear infinite;
}
@keyframes marqueescroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 0.45em));
  }
}
.marquee-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 0;
  color: #fff;
  background-color: #ec6825;
}
.marquee-container img {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100;
  max-width: 380px;
}
.marquee-container .marquee-wrap {
  position: relative;
  height: 48px;
  width: 100%;
}
.marquee-container .marquee-wrap .marquee-outer {
  opacity: 1;
}
.marquee-container p {
  font-size: 12px;
  line-height: 2.5rem;
  margin: 0 8px;
  font-weight: 600;
}
.relative {
  position: relative;
}
.parallax {
  width: 100%;
  padding: 0;
}
.parallax-overlay {
  background-color: #30303099;
  padding: 32px 24px;
  width: calc(100% - 48px);
}
.parallax h2 {
  font-size: 32px;
  color: #ec6825;
}
.title p {
  border-bottom: 0.5px solid;
  width: fit-content;
  padding-bottom: 2px;
}
.parallax .title p {
  color: #fff;
  border-color: #fff;
}
li {
  color: #fff;
  list-style: none;
  font-size: 24px;
  margin: 12px 0;
}
li::before {
  content: "✔";
  font-size: 32px;
  color: #ec6825;
}
.parallax a {
  margin-top: 16px;
  color: #fff;
  background-color: #ec6825;
  padding: 12px 24px;
  max-width: 140px;
}
.parallax img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.referenz .bg {
  opacity: 0.08;
  left: -24px;
}
.referenz {
  overflow: hidden;
}
.bottom.spacer {
  transform: rotateY(180deg);
  float: right;
}
.gallery {
  padding: 24px 0;
}
.gallery img {
  margin-top: 4px;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 200px;
}
.jobs {
  margin-top: -14px;
  background-color: #ec6825;
  padding-bottom: 0;
}
.jobs .underline {
  border-color: #fff;
}
.jobs .img {
  margin: 0 auto -8px;
  width: 300px;
}
.jobs {
  overflow: hidden;
  color: #fff;
}
.jobs a {
  display: block;
  background-color: #fff;
  width: fit-content;
  color: #ec6825;
  padding: 12px 24px;
  margin: 32px 0;
}
.jobs .hori,
.jobs .vertic {
  background-color: #fff;
}
.ffm {
  padding: 0;
  width: 100%;
}
.ffm img {
  width: 100vw;
  height: auto;
}
.ffm-inner {
  padding: 24px;
}
footer {
  border-top: 0.5px solid #cdcdcd;
  text-align: center;
  padding: 64px 32px 32px;
  color: #090909;
}
footer a {
  color: #090909;
}
footer .grid {
  display: grid;
  justify-items: center;
}
.column {
  display: flex;
  flex-direction: column;
}
.row {
  display: flex;
  flex-direction: row;
}
footer h3 {
  margin: 24px 0 12px;
  color: #ec6825;
}
footer .row {
  align-items: center;
}
footer .row img {
  margin-right: 8px;
}
footer .row {
  text-align: left;
  margin: 4px 0;
}
.legal-col a {
  margin: 4px 0;
}
footer .row a {
  color: #090909;
}
footer .bg {
  top: auto;
  bottom: 32px;
  opacity: 0.5;
  right: 0;
  left: auto;
}
.copyright {
  padding-top: 8px;
  margin-top: 32px;
  font-size: 12px;
}
.share-icon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.share-icon {
  border-radius: 100%;
  width: fit-content;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.linkedin {
  background-color: #0072b1;
}
.facebook {
  background-color: #1877f2;
}
.x {
  background-color: #090909;
}
.whatsapp {
  background-color: #25d366;
}
.xing {
  background-color: #026466;
}
.telegram {
  background-color: #08c;
}
.legal {
  max-width: 768px;
  margin: auto;
  padding: 32px;
  width: calc(100% - 64px);
}
.onload {
  height: 0vh;
  transition: height 100ms 1500ms linear;
}
.preload-inner {
  z-index: 1000000000;
  position: fixed;
  transition: all 500ms 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: #ec6825;
  opacity: 1;
  visibility: visible;
  width: 100vw;
  height: 100vh;
}
.onload .preload-inner {
  height: 0vh;
}
.preload-text {
  position: relative;
  color: #fff;
  z-index: 1000000001;
  text-align: center;
  padding-top: 45vh;
  opacity: 0;
  transition: opacity 600ms 0ms linear;
  font-size: 18px;
}
.loading {
  opacity: 1;
}
.onload .loading {
  transition: opacity 400ms 600ms linear, transform 500ms 1000ms linear;
  opacity: 0;
  visibility: 0;
  transform: translateY(-50vh);
}
@media screen and (min-width: 375px) {
  .hero img {
    width: 100%;
  }
  .contact-nav {
    font-size: 16px;
  }
}
@media screen and (min-width: 520px) {
  .navbar div {
    flex-direction: row;
    margin-left: 16px;
  }
  .contact-nav {
    margin: 0 8px;
  }
  .ffm img {
    border-radius: 68% 32% 74% 26% / 66% 75% 25% 34%;
    max-width: 520px;
    margin: auto;
  }
}
@media screen and (min-width: 600px) {
  .hero-overlay {
    max-height: 541px;
  }
}
@media screen and (min-width: 1024px) {
  p {
    font-size: 18px;
  }
  footer .row {
    margin: 8px 0;
  }
  .preload-text {
    font-size: 24px;
  }
  .marquee-container .marquee-wrap {
    width: 800px;
    margin: auto;
    height: 64px;
  }
  .marquee-container p {
    font-size: 14px;
  }
  .navbar {
    position: relative;
    height: 80px !important;
    justify-content: space-between;
    padding: 0 128px;
  }
  .navbar .logo {
    width: 120px;
    height: 120px;
  }
  .contact-nav {
    font-size: 18px;
    margin-left: 32px;
  }
  .contact-nav img {
    width: 32px;
    height: 32px;
  }
  .hero {
    height: auto;
  }
  .hero-overlay {
    padding: 0 64px;
  }
  h1 {
    font-size: 36px;
  }
  .hero-overlay p {
    font-size: 20px;
    max-width: 800px;
    margin: 48px 0;
  }
  .hero-overlay .button {
    font-size: 18px;
    width: 140px;
  }
  .hero img {
    width: 100%;
    max-height: 800px;
  }
  .section {
    padding: 128px 64px;
    width: calc(100% - 128px);
  }
  .about {
    margin-top: -16px;
  }
  .about img {
    height: 80%;
    width: 400px;
    object-fit: cover;
  }
  .about .inner-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .parallax {
    height: 800px;
    overflow: hidden;
  }
  .parallax img {
    top: -120px;
    height: auto;
  }
  .parallax-overlay {
    height: 100%;
    padding: 128px 32px;
    width: calc(100% - 64px);
  }
  .parallax-overlay .inner {
    max-width: 1000px;
    margin: auto;
  }
  .parallax h2 {
    font-size: 36px;
  }
  .parallax .title p {
    font-size: 20px;
  }
  ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .parallax a {
    margin-top: 32px;
    font-size: 24px;
    max-width: 260px;
    padding: 16px 32px;
  }
  ul li {
    font-size: 24px;
    margin: 24px 0;
  }
  .jobs {
    padding-bottom: 0;
  }
  .inner-section {
    margin: auto;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
  .gallery {
    display: grid;
    grid-template-columns: 1fr;
  }
  .referenz .inner-section {
    max-width: 1400px;
  }
  .referenz-left p {
    padding-right: 48px;
  }
  .gallery a {
    height: fit-content;
  }
  .gallery img {
    margin: 0;
    height: 100%;
  }
  .jobs .img {
    margin-bottom: 0;
    width: 300px;
  }
  .ffm img {
    border-radius: 30% 70% 67% 33% / 61% 19% 81% 39%;
  }
  .ffm .inner-section {
    align-items: center;
  }
  footer {
    max-width: 1200px;
    margin: auto;
  }
  footer .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  footer .bg {
    left: -80px;
  }
}
@media screen and (min-width: 1100px) {
  .parallax img {
    top: -200px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-overlay {
    max-height: 618px;
  }
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .gallery img {
    height: 280px;
    max-height: none;
  }
  .one {
    grid-column: 1 / 3;
  }
  .four {
    grid-column: 1 / 3;
  }
  .marquee-container p {
    font-size: 16px;
  }
  .hero h1 {
    max-width: 900px;
    font-size: 42px;
  }
  .parallax img {
    top: -250px;
  }
  h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-overlay {
    max-height: 687px;
  }
  .preload-text {
    font-size: 28px;
  }
  .marquee-container p {
    font-size: 18px;
  }
  .parallax img {
    top: -350px;
  }
  .hero h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
    margin: 32px 0;
  }
  .hero p {
    font-size: 22px;
    font-weight: 600;
  }
  .jobs .img {
    margin-top: 32px;
  }
  .parallax h2 {
    font-size: 40px;
  }
  ul li {
    font-size: 28px;
  }
}
@media screen and (min-width: 1560px) {
  .hero-overlay {
    max-height: 731px;
  }
  .parallax img {
    top: -400px;
  }
}
@media screen and (min-width: 1920px) {
  .preload-text {
    font-size: 36px;
  }
  main,
  header {
    max-width: 1920px;
    margin: auto;
  }
  .contact-nav {
    font-size: 20px;
  }
}
