/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./scss/app.scss ***!
  \****************************************************************************************************************************************************************/
@charset "UTF-8";
/*  General
    ========================================================================  */
#xs, #sm, #md, #lg, #xl {
  height: 0px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -99;
  display: none;
}

@media screen and (max-width: 999px) {
  #xs {
    display: block;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  #sm {
    display: block;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  #md {
    display: block;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  #lg {
    display: block;
  }
}
@media screen and (min-width: 1680px) {
  #xl {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .hidden-xs {
    display: none !important;
    visibility: hidden;
    height: 0px;
    width: 0px;
    opacity: 0;
  }
}
@media screen and (min-width: 1000px) {
  .hidden-sm-up {
    display: none !important;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.5;
}

img, picture, video, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
  margin: 0;
}

:focus-visible {
  outline: auto;
}

[hidden] {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  background-color: #1a2421;
  -webkit-font-smoothing: antialiased;
  /* Safari, Chrome */
  -moz-osx-font-smoothing: grayscale;
  /* Firefox auf macOS */
  text-rendering: optimizeLegibility;
}

.container {
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1680px;
  max-width: 1680px;
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .container {
    width: 1440px;
    max-width: 1440px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .container {
    width: 1200px;
    max-width: 1200px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .container {
    width: 1000px;
    max-width: 1000px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 999px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }
}

.page-wrapper {
  width: 2000px;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
}

.section-anchor {
  position: absolute;
  top: 0;
  visibility: hidden;
}

/* Migha */
@font-face {
  font-display: swap;
  font-family: "Migha";
  font-style: normal;
  font-weight: 400;
  src: url("../resources/fonts/migha/Migha-Regular.woff") format("woff"), url("../resources/fonts/migha/Migha-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Migha";
  font-style: normal;
  font-weight: 600;
  src: url("../resources/fonts/migha/Migha-Bold.woff") format("woff"), url("../resources/fonts/migha/Migha-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Migha";
  font-style: normal;
  font-weight: 700;
  src: url("../resources/fonts/migha/Migha-BoldCNTR.woff") format("woff"), url("../resources/fonts/migha/Migha-BoldCNTR.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Migha";
  font-style: normal;
  font-weight: 800;
  src: url("../resources/fonts/migha/Migha-Black.woff") format("woff"), url("../resources/fonts/migha/Migha-Black.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Migha";
  font-style: normal;
  font-weight: 900;
  src: url("../resources/fonts/migha/Migha-BlackCNTR.woff") format("woff"), url("../resources/fonts/migha/Migha-BlackCNTR.woff2") format("woff2");
}
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../resources/fonts/nunitosans/nunito-sans-v19-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../resources/fonts/nunitosans/nunito-sans-v19-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../resources/fonts/nunitosans/nunito-sans-v19-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../resources/fonts/nunitosans/nunito-sans-v19-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../resources/fonts/nunitosans/nunito-sans-v19-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../resources/fonts/nunitosans/nunito-sans-v19-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*  ========================================================================
    # General - Typo
    ========================================================================  */
/*  Body
    ========================================================================  */
body {
  line-height: 1.7;
  font-family: "Nunito Sans", "Open Sans", "Roboto", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: 400;
  font-size: 18px;
  color: #eeeeee;
}
@media screen and (max-width: 1679px) {
  body {
    font-size: 16px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-bottom: 0.8em;
  color: #c13600;
}

h1 {
  line-height: 1;
  font-weight: 400;
}
h2 {
  font-family: "Migha";
  line-height: 1.1;
  z-index: 1;
  font-weight: 800;
  font-size: 327px;
  color: #a22e00;
  margin-bottom: 0;
  text-transform: uppercase;
  text-indent: -12px;
  /* feinjustieren */
  pointer-events: none;
}
@media screen and (max-width: 1679px) {
  h2 {
    font-size: 270px;
  }
}
@media screen and (max-width: 1439px) {
  h2 {
    font-size: 220px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  h2 {
    font-size: 185px;
  }
}
@media screen and (max-width: 999px) {
  h2 {
    font-size: 72px;
    text-indent: 0px;
  }
}

h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 1.2;
}
@media screen and (max-width: 1679px) {
  h3 {
    font-size: 25px;
  }
}
p {
  margin-bottom: 30px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease-in-out;
}
a:focus, a:visited, a:active, a:hover, a:focus-visible {
  color: inherit;
}
a span {
  transition: color 0.2s ease-in-out;
}

.text-large {
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  .text-large {
    font-size: 16px;
  }
}

.text-small {
  font-size: 12px;
}
@media screen and (max-width: 999px) {
  .text-small {
    font-size: 9.6px;
  }
}

/*  Components
    ========================================================================  */
.c-Navigation {
  position: fixed;
  top: 32px;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: top 0.3s ease, transform 0.3s ease, background-color 0.3s ease-in-out;
  display: flex;
}
@media screen and (max-width: 999px) {
  .c-Navigation {
    top: 0;
  }
}
.c-Navigation.is-scrolled {
  top: 0px;
  background-color: #1a2421;
  height: 65px;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .c-Navigation.is-scrolled {
    height: auto;
  }
}
.c-Navigation.is-hidden {
  transform: translateY(-100px);
}
.c-Navigation .nav-container {
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 999px) {
  .c-Navigation .nav-container {
    flex-direction: column;
    padding: 10px 0 7px;
  }
}
.c-Navigation .navigation-logo {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 999px) {
  .c-Navigation .navigation-logo {
    display: none;
  }
}
.c-Navigation .navigation-logo img {
  display: block;
  height: auto;
  max-height: 50px;
}
@media screen and (max-width: 999px) {
  .c-Navigation .navigation-logo img {
    max-height: 23px;
    margin-bottom: 10px;
  }
}
.c-Navigation.is-scrolled .navigation-logo {
  opacity: 1;
  visibility: visible;
  display: block;
}
.c-Navigation .navigation-menu {
  display: flex;
}
.c-Navigation .navigation-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}
@media screen and (max-width: 999px) {
  .c-Navigation .navigation-list {
    gap: 12px;
    margin-top: 4px;
  }
}
.c-Navigation .navigation-item {
  margin: 0;
  font-size: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 999px) {
  .c-Navigation .navigation-item {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}
.c-Navigation .navigation-link {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
  opacity: 0.7;
  color: #e4d0af;
}
.c-Navigation .navigation-link:hover {
  opacity: 1;
}

.c-Hero {
  position: relative;
  height: 1152px;
}
@media screen and (max-width: 1679px) {
  .c-Hero {
    height: 1050px;
  }
}
@media screen and (max-width: 1439px) {
  .c-Hero {
    height: 910px;
  }
}
@media screen and (max-width: 999px) {
  .c-Hero {
    height: auto;
  }
}
.c-Hero .container {
  height: 100%;
}
.c-Hero .background-image {
  z-index: -1;
  background-color: #e4d0af;
  background-image: url("../resources/images/bg.jpg");
  background-size: cover;
  width: 1002px;
  height: 1152px;
  position: absolute;
  top: 0;
  right: 0;
  background-position: center center;
}
@media screen and (max-width: 1679px) {
  .c-Hero .background-image {
    width: 880px;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-Hero .background-image {
    width: 725px;
  }
}
@media screen and (max-width: 1199px) {
  .c-Hero .background-image {
    width: 590px;
  }
}
@media screen and (max-width: 999px) {
  .c-Hero .background-image {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-size: auto 107%;
    background-position: center -50px;
  }
}
.c-Hero .background-image .bg-stripe {
  position: absolute;
  background-color: #a22e00;
  display: block;
}
@media screen and (max-width: 999px) {
  .c-Hero .background-image .bg-stripe {
    display: none;
  }
}
.c-Hero .background-image .bg-stripe--bottom {
  left: 50%;
  bottom: 60px;
  width: 570px;
  height: 1px;
  transform: translateX(-50%);
  transition: width 1s ease;
  transition-delay: 3s;
}
@media screen and (max-width: 1679px) {
  .c-Hero .background-image .bg-stripe--bottom {
    width: 450px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-Hero .background-image .bg-stripe--bottom {
    width: 350px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .c-Hero .background-image .bg-stripe--bottom {
    bottom: 40px;
    width: 250px;
  }
}
.c-Hero .background-image .bg-stripe--bottom.to-reveal {
  width: 0;
}
.c-Hero .background-image .bg-stripe--right {
  right: 60px;
  bottom: 250px;
  width: 1px;
  height: 600px;
  transform-origin: bottom;
  transition: height 1s ease;
  transition-delay: 2.5s;
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-Hero .background-image .bg-stripe--right {
    height: 450px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .c-Hero .background-image .bg-stripe--right {
    right: 40px;
    height: 320px;
    bottom: 220px;
  }
}
.c-Hero .background-image .bg-stripe--right.to-reveal {
  height: 0;
}
.c-Hero .content {
  height: 100%;
  position: relative;
  z-index: 1;
  width: 35%;
  color: #c13600;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 60px;
}
.c-Hero .content .text {
  transition: all 0.3s ease-in-out;
  transition-delay: 2.8s;
  opacity: 1;
  transform: translateY(0);
}
.c-Hero .content .text.to-reveal {
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 1439px) {
  .c-Hero .content {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .c-Hero .content {
    width: 330px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 999px) {
  .c-Hero .content {
    width: 100%;
    margin-top: 5px;
    height: auto;
    position: relative;
  }
  .c-Hero .content .text {
    transition-delay: 0s;
    font-size: 20px;
  }
  .c-Hero .content .text.to-reveal {
    opacity: 1;
    transform: translateY(0px);
  }
}
.c-Hero .title {
  padding-top: 110px;
}
@media screen and (max-width: 999px) {
  .c-Hero .title {
    text-align: center;
    height: 1000px;
    max-height: 99vh;
    padding-top: 0;
    position: relative;
  }
}
.c-Hero .title h2 {
  font-size: 388px;
  opacity: 1;
  text-indent: -15px;
  /* feinjustieren */
}
.c-Hero .title h2.splitt-letters {
  text-indent: -9px;
  /* feinjustieren */
}
.c-Hero .title h2 span {
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.5s ease-in-out;
  margin: 0 4px;
}
.c-Hero .title h2 span:nth-child(1) {
  transition-delay: calc(0.2s + 1 * 0.2s);
}
.c-Hero .title h2 span:nth-child(2) {
  transition-delay: calc(0.2s + 2 * 0.2s);
}
.c-Hero .title h2 span:nth-child(3) {
  transition-delay: calc(0.2s + 3 * 0.2s);
}
.c-Hero .title h2 span:nth-child(4) {
  transition-delay: calc(0.2s + 4 * 0.2s);
}
.c-Hero .title h2 span:nth-child(5) {
  transition-delay: calc(0.2s + 5 * 0.2s);
}
.c-Hero .title h2 span:nth-child(6) {
  transition-delay: calc(0.2s + 6 * 0.2s);
}
.c-Hero .title h2 span:nth-child(7) {
  transition-delay: calc(0.2s + 7 * 0.2s);
}
.c-Hero .title h2 span:nth-child(8) {
  transition-delay: calc(0.2s + 8 * 0.2s);
}
.c-Hero .title h2 span:nth-child(9) {
  transition-delay: calc(0.2s + 9 * 0.2s);
}
.c-Hero .title h2 span:nth-child(10) {
  transition-delay: calc(0.2s + 10 * 0.2s);
}
@media screen and (max-width: 1679px) {
  .c-Hero .title h2 {
    font-size: 330px;
  }
}
@media screen and (max-width: 1199px) {
  .c-Hero .title h2 {
    font-size: 240px;
    text-indent: -6px;
  }
  .c-Hero .title h2.splitt-letters {
    text-indent: -6px;
    /* feinjustieren */
  }
  .c-Hero .title h2 span {
    margin: 0 3px;
  }
}
@media screen and (max-width: 999px) {
  .c-Hero .title h2 {
    font-size: 120px;
    padding-top: 250px;
  }
  .c-Hero .title h2.splitt-letters {
    text-indent: -3px;
  }
  .c-Hero .title h2 span {
    margin: 0 2px;
  }
}
.c-Hero .title .h2-subline {
  line-height: 1.1;
  z-index: 1;
  font-size: 36px;
  letter-spacing: 10px;
  color: #e4d0af;
  text-transform: uppercase;
  margin-top: -50px;
  transition: all 0.3s ease-in-out;
  transition-delay: 2.5s;
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 1679px) {
  .c-Hero .title .h2-subline {
    font-size: 29px;
    letter-spacing: 9px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .c-Hero .title .h2-subline {
    font-size: 22px;
    letter-spacing: 6px;
    margin-top: -30px;
  }
}
@media screen and (max-width: 999px) {
  .c-Hero .title .h2-subline {
    font-size: 26px;
    letter-spacing: 5px;
    margin-top: -13px;
    line-height: 1.4;
  }
}
.c-Hero .title.to-reveal h2 {
  opacity: 0;
}
.c-Hero .title.to-reveal h2 span {
  opacity: 0;
  transform: translate(300px, 0px);
  transition-delay: 0s;
}
.c-Hero .title.to-reveal .h2-subline {
  opacity: 0;
  transform: translate(0, 20px);
}
.c-Hero .keywords, .c-Hero .locations {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 60px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .c-Hero .keywords, .c-Hero .locations {
    bottom: 40px;
  }
}
.c-Hero .keywords span, .c-Hero .locations span {
  color: #c13600;
  font-weight: 700;
  line-height: 1.25;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.c-Hero .keywords span:nth-child(1), .c-Hero .locations span:nth-child(1) {
  transition-delay: 0s;
}
.c-Hero .keywords span:nth-child(2), .c-Hero .locations span:nth-child(2) {
  transition-delay: 0.5s;
}
.c-Hero .keywords span:nth-child(3), .c-Hero .locations span:nth-child(3) {
  transition-delay: 1s;
}
.c-Hero .keywords span:nth-child(4), .c-Hero .locations span:nth-child(4) {
  transition-delay: 1.5s;
}
.c-Hero .keywords span:nth-child(5), .c-Hero .locations span:nth-child(5) {
  transition-delay: 2s;
}
.c-Hero .keywords span:nth-child(6), .c-Hero .locations span:nth-child(6) {
  transition-delay: 2.5s;
}
.c-Hero .keywords span:nth-child(7), .c-Hero .locations span:nth-child(7) {
  transition-delay: 3s;
}
.c-Hero .keywords span:nth-child(8), .c-Hero .locations span:nth-child(8) {
  transition-delay: 3.5s;
}
.c-Hero .keywords span:nth-child(9), .c-Hero .locations span:nth-child(9) {
  transition-delay: 4s;
}
.c-Hero .keywords span:nth-child(10), .c-Hero .locations span:nth-child(10) {
  transition-delay: 4.5s;
}
.c-Hero .keywords.to-reveal span, .c-Hero .locations.to-reveal span {
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 999px) {
  .c-Hero .keywords, .c-Hero .locations {
    display: none;
  }
}
.c-Hero .keywords {
  left: 60px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .c-Hero .keywords {
    left: 40px;
  }
}
.c-Hero .locations {
  right: 60px;
  text-align: right;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .c-Hero .locations {
    right: 40px;
  }
}
.c-Hero .cta {
  position: relative;
  text-transform: uppercase;
  border: 1px solid #665c4a;
  padding: 6px 30px;
  display: inline-block;
  align-self: flex-start;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 60px;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .c-Hero .cta {
    margin-bottom: 40px;
    padding: 6px 20px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 999px) {
  .c-Hero .cta {
    width: 100%;
    max-width: 500px;
    padding: 9px 10px;
    margin-top: 10px;
    text-align: center;
  }
}
.c-Hero .cta span:first-of-type {
  color: #e4d0af;
  margin-right: 6px;
}
.c-Hero .cta:hover {
  background-color: rgba(0, 0, 0, 0.45);
  color: #c13600;
}
.c-Hero .cta:hover span:first-of-type {
  color: #eeeeee;
  margin-right: 6px;
}

.c-Services {
  position: relative;
  padding-top: 200px;
}
@media screen and (max-width: 999px) {
  .c-Services {
    padding-top: 100px;
  }
}
.c-Services .top-container {
  padding-top: 200px;
}
.c-Services .background-image {
  width: 100%;
  background-image: url("../resources/images/services.jpg");
  background-size: cover;
  height: 356px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .c-Services .background-image {
    height: 300px;
  }
}
@media screen and (max-width: 999px) {
  .c-Services .background-image {
    height: 244px;
    background-position: center;
  }
}
.c-Services .title {
  text-align: center;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  margin-bottom: 30px;
}
.c-Services .title.to-reveal {
  opacity: 0;
  transform: translateY(40px);
}
.c-Services .list {
  color: #e4d0af;
  display: flex;
  flex-wrap: wrap;
}
.c-Services .list .item {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 50px 60px;
  position: relative;
  margin-top: -1px;
  margin-left: -1px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .c-Services .list .item {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 999px) {
  .c-Services .list .item {
    padding: 30px 30px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.c-Services .list .item .border-top,
.c-Services .list .item .border-right,
.c-Services .list .item .border-bottom,
.c-Services .list .item .border-left {
  position: absolute;
  background: #665c4a;
  transition: all 0.5s ease-in-out;
}
.c-Services .list .item .border-top,
.c-Services .list .item .border-bottom {
  left: 60px;
  right: 60px;
  height: 1px;
}
.c-Services .list .item .border-top {
  top: 0;
  transform-origin: center;
}
.c-Services .list .item .border-bottom {
  bottom: 0;
  transform-origin: center;
}
.c-Services .list .item .border-left,
.c-Services .list .item .border-right {
  top: 60px;
  bottom: 60px;
  width: 1px;
}
.c-Services .list .item .border-left {
  left: 0;
  transform-origin: center;
}
.c-Services .list .item .border-right {
  right: 0;
  transform-origin: center;
}
.c-Services .list .item.to-reveal .border-top,
.c-Services .list .item.to-reveal .border-bottom {
  transition-delay: 4s;
  transform: scaleX(0);
}
.c-Services .list .item.to-reveal .border-left,
.c-Services .list .item.to-reveal .border-right {
  transition-delay: 4s;
  transform: scaleY(0);
}
.c-Services .list .item:hover {
  background-color: rgba(0, 0, 0, 0.45);
}
.c-Services .list .item:hover .border-top,
.c-Services .list .item:hover .border-bottom {
  left: 0;
  right: 0;
}
.c-Services .list .item:hover .border-left,
.c-Services .list .item:hover .border-right {
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 999px) {
  .c-Services .list .item.is-active {
    background-color: rgba(0, 0, 0, 0.45);
  }
  .c-Services .list .item.is-active .border-top,
.c-Services .list .item.is-active .border-bottom {
    left: 0;
    right: 0;
  }
  .c-Services .list .item.is-active .border-left,
.c-Services .list .item.is-active .border-right {
    top: 0;
    bottom: 0;
  }
}
.c-Services .list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.c-Services .list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.c-Services .list ul li:last-of-type {
  margin-bottom: 0;
}
.c-Services .list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background-image: url("../resources/icons/dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-Benefits {
  position: relative;
  padding-top: 350px;
}
@media screen and (max-width: 1439px) {
  .c-Benefits {
    padding-top: 250px;
  }
}
@media screen and (max-width: 999px) {
  .c-Benefits {
    padding-top: 305px;
  }
}
.c-Benefits .background-image {
  width: 675px;
  height: 1013px;
  background-image: url("../resources/images/benefits.jpg");
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .c-Benefits .background-image {
    width: 550px;
    height: 930px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-Benefits .background-image {
    width: 432px;
    height: 875px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .c-Benefits .background-image {
    width: 412px;
    height: 875px;
  }
}
@media screen and (max-width: 999px) {
  .c-Benefits .background-image {
    width: 100vw;
    height: 288px;
    top: -176px;
    background-position: center;
  }
}
.c-Benefits .title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #a22e00;
  margin-bottom: 20px;
}
.c-Benefits .title-container .title, .c-Benefits .title-container .subtitle {
  margin-top: -100px;
}
@media screen and (max-width: 999px) {
  .c-Benefits .title-container {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .c-Benefits .title-container .title, .c-Benefits .title-container .subtitle {
    margin-top: 0px;
  }
}
.c-Benefits .title-container .title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.c-Benefits .title-container .title.to-reveal {
  opacity: 0;
  transform: translateY(40px);
}
.c-Benefits .title-container .subtitle {
  text-transform: uppercase;
  padding-top: 8px;
  line-height: 1.1;
  font-size: 37px;
  font-weight: 700;
  width: 259px;
  font-weight: 700;
  position: relative;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s ease-in-out;
  transition-delay: 1.5s;
}
@media screen and (max-width: 1679px) {
  .c-Benefits .title-container .subtitle {
    padding-top: 7px;
    line-height: 1.15;
    font-size: 29px;
    width: 210px;
  }
}
@media screen and (max-width: 1439px) {
  .c-Benefits .title-container .subtitle {
    width: 180px;
    font-size: 25px;
    padding-top: 2px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .c-Benefits .title-container .subtitle {
    width: 135px;
    font-size: 22px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 999px) {
  .c-Benefits .title-container .subtitle {
    width: 100%;
  }
}
.c-Benefits .title-container .subtitle.to-reveal {
  transform: scaleX(0);
}
.c-Benefits .title-container .subtitle:before {
  content: "";
  display: block;
  width: 1px;
  background-color: #e4d0af;
  position: absolute;
  height: 280px;
  left: -45px;
}
@media screen and (max-width: 1679px) {
  .c-Benefits .title-container .subtitle:before {
    height: 240px;
    left: -34px;
  }
}
@media screen and (max-width: 1439px) {
  .c-Benefits .title-container .subtitle:before {
    height: 198px;
    left: -34px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .c-Benefits .title-container .subtitle:before {
    height: 165px;
  }
}
.c-Benefits .list {
  color: #e4d0af;
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  margin-left: auto;
  gap: 60px;
}
.c-Benefits .list .item {
  flex: 0 0 calc((100% - 60px) / 2);
  max-width: calc((100% - 60px) / 2);
  box-sizing: border-box;
}
@media screen and (max-width: 1679px) {
  .c-Benefits .list {
    width: 790px;
    gap: 50px;
  }
}
@media screen and (max-width: 1439px) {
  .c-Benefits .list {
    width: 680px;
    gap: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .c-Benefits .list {
    width: 540px;
    gap: 20px;
  }
  .c-Benefits .list .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-Benefits .list .item h3 {
    margin-bottom: 10px;
  }
  .c-Benefits .list .item p {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 999px) {
  .c-Benefits .list {
    width: 100%;
    gap: 30px;
  }
}
.c-Benefits .keywords {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 60px;
  left: 60px;
}
.c-Benefits .keywords span {
  color: #c13600;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 1199px) {
  .c-Benefits .keywords {
    bottom: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 999px) {
  .c-Benefits .keywords {
    display: none;
  }
}

.c-Team {
  position: relative;
  padding-top: 290px;
  padding-bottom: 200px;
  color: #e4d0af;
}
@media screen and (max-width: 1439px) {
  .c-Team {
    padding-top: 190px;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 999px) {
  .c-Team {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.c-Team .title-container {
  gap: 45px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.c-Team .title-container .title {
  margin-top: -15px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.c-Team .title-container .title.to-reveal {
  opacity: 0;
  transform: translateY(40px);
}
.c-Team .title-container .content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition-delay: 0.5s;
}
.c-Team .title-container .content.to-reveal {
  opacity: 0;
  transform: translateY(40px);
}
@media screen and (max-width: 1439px) {
  .c-Team .title-container {
    flex-direction: column;
    gap: 10px;
  }
}
.c-Team .carousel-controls {
  display: flex;
  justify-content: end;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .c-Team .carousel-controls {
    justify-content: center;
  }
}
.c-Team .carousel-nav {
  width: 50px;
  height: 50px;
  border: 2px solid #a22e00;
  background: transparent;
  color: #a22e00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-Team .carousel-nav:hover {
  background: #a22e00;
  color: #1a2421;
}
.c-Team .carousel-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.c-Team .carousel-nav svg {
  width: 24px;
  height: 24px;
}
.c-Team .carousel-wrapper {
  overflow: hidden;
  position: relative;
  margin-left: -360px;
  width: calc(100% + 40px + 680px);
  max-width: calc(100% + 40px + 680px);
}
@media screen and (min-width: 1680px) {
  .c-Team .carousel-wrapper {
    /* für WebKit/Safari */
    -webkit-mask-image: linear-gradient(to right, transparent 0, black 390px, black calc(100% - 390px), transparent 100%);
    /* alle anderen */
    mask-image: linear-gradient(to right, transparent 0, black 390px, black calc(100% - 390px), transparent 100%);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
  }
}
@media screen and (max-width: 999px) {
  .c-Team .carousel-wrapper {
    max-width: 390px;
    margin: 0 auto;
  }
}
.c-Team .list {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  padding-left: 340px;
}
@media screen and (max-width: 999px) {
  .c-Team .list {
    padding-left: 0px;
  }
}
.c-Team .member {
  flex: 0 0 400px;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #e4d0af;
  transition: opacity 0.5s ease-in-out;
  opacity: 0.5;
  padding: 20px;
}
.c-Team .member.active {
  opacity: 1;
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .c-Team .member {
    flex: 0 0 453.3333333333px;
    min-width: 453.3333333333px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .c-Team .member {
    flex: 0 0 373.3333333333px;
    min-width: 373.3333333333px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .c-Team .member {
    flex: 0 0 460px;
    min-width: 460px;
  }
}
@media screen and (max-width: 999px) {
  .c-Team .member {
    flex: 0 0 390px;
    min-width: 390px;
    max-width: 390px;
    padding: 0px;
  }
}
.c-Team .member-image {
  position: relative;
  width: 100%;
  aspect-ratio: 0.78;
  overflow: hidden;
}
.c-Team .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.c-Team .member-image .member-name,
.c-Team .member-image .member-position {
  color: #c13600;
  position: absolute;
  bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.c-Team .member-image .member-name {
  left: 15px;
}
.c-Team .member-image .member-position {
  right: 15px;
  display: none;
}
.c-Team .member-info {
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 999px) {
  .c-Team .member-info {
    padding: 15px 0px;
  }
}
.c-Team .member-info .member-description {
  line-height: 1.4;
  height: 60px;
  margin-top: 7px;
}
.c-Team .member-info .member-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-Team .member-info .member-contact a {
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.c-Team .member-info .member-contact a:hover {
  color: #c13600;
}
.c-Team .member-info .member-contact .member-email {
  text-align: left;
}
.c-Team .member-info .member-contact .member-phone {
  text-align: right;
}

.c-Footer {
  padding: 120px 0;
  z-index: 1;
  position: relative;
  background-color: #a22e00;
  color: #eeeeee;
}
@media screen and (max-width: 1439px) {
  .c-Footer {
    padding-top: 80px;
  }
}
@media screen and (max-width: 999px) {
  .c-Footer {
    padding-top: 20px;
  }
}
.c-Footer a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #eeeeee;
  opacity: 1;
  text-shadow: -2px -2px 0 #a22e00, 2px -2px 0 #a22e00, -2px 2px 0 #a22e00, 2px 2px 0 #a22e00, -2px 0 0 #a22e00, 2px 0 0 #a22e00, 0 -2px 0 #a22e00, 0 2px 0 #a22e00;
}
.c-Footer a:hover {
  color: black;
  opacity: 1;
}
.c-Footer h2 {
  color: #eeeeee;
  position: relative;
  z-index: 3;
  font-size: 260px;
  margin-top: 150px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.c-Footer h2.to-reveal {
  opacity: 0;
  transform: translateY(40px);
}
@media screen and (max-width: 1439px) {
  .c-Footer h2 {
    font-size: 210px;
  }
}
@media screen and (max-width: 999px) {
  .c-Footer h2 {
    font-size: 95px;
  }
}
.c-Footer .contact-info {
  line-height: 1.7;
  font-size: 24px;
  font-weight: 700;
  margin-top: -30px;
}
@media screen and (max-width: 1439px) {
  .c-Footer .contact-info {
    font-size: 20px;
  }
}
@media screen and (max-width: 999px) {
  .c-Footer .contact-info {
    margin-top: 0px;
  }
}
.c-Footer .divider {
  margin-top: 250px;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #eeeeee;
}
@media screen and (max-width: 1439px) {
  .c-Footer .divider {
    margin-top: 110px;
  }
}
@media screen and (max-width: 999px) {
  .c-Footer .divider {
    margin-top: 80px;
  }
}
.c-Footer .background-image {
  width: 1000px;
  height: 581px;
  background-image: url("../resources/images/team1.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 60px;
}
@media screen and (max-width: 1439px) {
  .c-Footer .background-image {
    width: 750px;
    height: 510px;
    right: 40px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .c-Footer .background-image {
    right: 20px;
    width: 700px;
  }
}
@media screen and (max-width: 999px) {
  .c-Footer .background-image {
    width: auto;
    height: 210px;
    left: 20px;
    right: 20px;
  }
}
.c-Footer .footer-navi {
  margin-top: 40px;
}
.c-Footer .footer-navi .nav-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.c-Footer .footer-navi .nav-item {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
}
@media screen and (max-width: 999px) {
  .c-Footer .footer-navi {
    margin-top: 20px;
  }
  .c-Footer .footer-navi .nav-item {
    font-size: 11px;
  }
}

/*@import "general/utilities";*/
