.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  max-width: 100vw;
  color: #4d4d4d;
  letter-spacing: -.05em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

h1 {
  letter-spacing: -.05em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  color: #4d4d4d;
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  color: #4d4d4d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #4d4d4d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 24px;
}

p {
  color: #4d4d4d;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 1.05em;
  line-height: 1.5;
}

a:hover {
  color: #db2722;
}

a:visited {
  color: #fff;
}

ul {
  color: #4d4d4d;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1em;
  font-size: 1.05em;
}

li {
  margin-bottom: .4em;
  line-height: 1.5;
}

img {
  display: inline-block;
}

.container {
  width: 1400px;
  height: 100%;
  max-width: 90%;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.container.hero {
  display: flex;
}

.page_wrapper {
  font-size: 1em;
}

.section {
  width: 100vw;
  grid-row-gap: 6em;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 7em;
  padding-bottom: 0;
  display: flex;
}

.section.hero_spacer {
  height: 100vh;
}

.section.leistung {
  background-image: linear-gradient(#f8f8f8, #fff);
  border-top: 1px solid #d6d7da;
}

.section.hero {
  z-index: 5;
  height: 100vh;
  background-image: linear-gradient(315deg, #d6d7da, #fff);
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section.hero2 {
  padding-bottom: 9em;
}

.section-2 {
  width: 100vw;
}

.wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.body {
  color: #202020;
}

.red {
  color: #db2722;
}

.orange {
  color: #f38c00;
}

.caard_wrapper {
  width: 100%;
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.caard {
  grid-row-gap: .5em;
  border: 1px solid #d6d7da;
  flex-direction: column;
  flex: 1;
  padding: 2.5em 2.25em;
  display: flex;
}

.subtitle {
  color: #d6d7da;
  text-align: right;
  margin-bottom: 2.3em;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3;
}

.about_wrapper {
  width: 100%;
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  grid-template-rows: auto;
  grid-template-columns: 2fr .25fr 3.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.spacer, .about_image {
  width: 100%;
}

.image {
  width: 100%;
  object-fit: contain;
}

.about_stats_wrapper {
  width: 100%;
  border-right: 1px solid #d6d7da;
  flex-direction: row;
  display: flex;
}

.about_stats_caard {
  width: 100%;
  border-left: 1px solid #d6d7da;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.about_text_wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-31-copy {
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

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

.bullet_point_cross {
  color: #db2722;
  font-family: Archive, sans-serif;
  font-size: 2em;
  font-weight: 400;
  position: static;
}

.bullet_point_paragraph {
  grid-row-gap: .3em;
  text-indent: -.18em;
  flex-direction: column;
  align-items: flex-end;
  margin-top: .6em;
  margin-bottom: 0;
  font-size: 1.2em;
  display: flex;
}

.big {
  font-size: 1.2em;
}

.basic_wrapper {
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.collection-list {
  border-top: 1px solid #d6d7da;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.collection-item {
  width: 100%;
  grid-column-gap: 5em;
  grid-row-gap: 2em;
  border-bottom: 1px solid #d6d7da;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5em 0 2em;
  display: flex;
}

.icon {
  max-height: 8em;
  object-fit: contain;
}

.div-block {
  flex-direction: column;
  display: flex;
}

.icon_wrapper {
  width: 13em;
  max-width: 13em;
  min-width: 13em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-block, .paragraph {
  font-size: 1.05em;
}

.footer {
  width: 100vw;
  grid-row-gap: 6em;
  background-color: #4d4d4d;
  flex-direction: column;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 5em;
  display: flex;
}

.footer_wrapper {
  width: 100%;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 5em;
  display: flex;
}

.link {
  color: #fff;
  font-size: 1.7em;
  line-height: 1.5;
}

.paragraph-2 {
  color: #fff;
  text-align: right;
  line-height: 1.8;
}

.footer_bottom_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.copyright {
  color: #fff;
  font-size: .7em;
}

.div-block-2 {
  grid-column-gap: 1em;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.social_link_wrapper {
  width: 2.2em;
  grid-column-gap: 1em;
  display: flex;
}

.social_link {
  padding: .5em;
}

.link-2 {
  color: #fff;
}

.spacer_bottom {
  width: 100%;
  height: 3em;
}

.div-block-3 {
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.section-3 {
  width: 100vw;
  height: 100vh;
}

.content_wrapper {
  z-index: 10;
  position: relative;
}

.navbar {
  z-index: 20;
  height: 8em;
  background-color: #fff;
  border-bottom: 1px solid #d6d7da;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand_logo {
  height: 100%;
  border-right: 1px solid #d6d7da;
  align-items: center;
  padding-right: 1.5em;
  display: flex;
}

.image-2 {
  height: 45%;
}

.navigation {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  display: flex;
}

.words-wrap {
  width: 60%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  color: #db2722;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.1;
}

.h1.changing-heading {
  opacity: 0;
  position: absolute;
}

.hero_wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-9 {
  z-index: 0;
  width: 8em;
  opacity: .1;
  position: absolute;
  top: -10%;
  left: -1%;
  transform: rotate(180deg);
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  padding-right: 1em;
  display: flex;
}

.brand_logo-copy {
  height: 100%;
  border-right: 1px solid #d6d7da;
  align-items: center;
  padding-right: 2em;
  display: flex;
}

.socilas_wrapper {
  height: 100%;
  border-left: 1px solid #d6d7da;
  align-items: center;
  padding-left: 1.5em;
  display: flex;
}

.basic_wrapper-copy {
  grid-row-gap: 2.5em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.absolute_hero {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image_portrait {
  height: 87vh;
  max-height: 87vh;
  object-fit: contain;
  margin-right: -3em;
}

.icon_arrow {
  width: 3.5em;
  opacity: .7;
  margin-bottom: 3em;
}

.div-block-4 {
  display: flex;
}

.nav-link {
  padding: 1em;
  font-size: 1.05em;
}

.nav-link:visited {
  color: #4d4d4d;
}

.nav-link.w--current {
  color: #db2722;
}

.div-block-5 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-10 {
  min-width: 12em;
  opacity: .8;
  margin-left: -.2em;
}

.div-block-7 {
  width: 15em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 3em;
  padding-right: 1.5em;
  display: flex;
}

.paragraph-3 {
  margin-top: -.5em;
}

.paragraph-2-copy {
  color: #fff;
  text-align: left;
  line-height: 1.8;
}

.hero_detect {
  height: 100vh;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.div-block-8 {
  grid-column-gap: 1em;
  grid-row-gap: 0em;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-block-8._2 {
  grid-template-columns: 1fr;
}

.div-block-9 {
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
}

.years {
  color: #d6d7da;
  text-align: right;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3;
}

.collection-list_hidden {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-10 {
  justify-content: center;
  display: flex;
}

.button {
  color: #fff;
  background-color: #d6d7da;
  margin-top: .5em;
  padding: .3em .6em;
  font-family: Archive, sans-serif;
  font-size: 2.5em;
}

.navbar-2 {
  height: 8em;
  background-color: #fff;
  border-bottom: 1px solid #d6d7da;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.paragraph-4 {
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}

.div-block-11 {
  width: 100%;
  height: 1px;
  background-color: #d6d7da;
  margin-top: 2em;
  margin-bottom: 2em;
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.4em;
  }

  p, li {
    font-size: 1.2em;
  }

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

  .about_wrapper {
    grid-template-columns: 2fr;
  }

  .about_stats_wrapper {
    border-top: 1px #d6d7da;
    border-right-style: solid;
    flex-direction: row;
  }

  .about_stats_caard {
    border-bottom: 1px #d6d7da;
    border-left-style: solid;
  }

  .div-block-31-copy {
    display: none;
  }

  .bullet_point_cross {
    font-size: 2.3em;
  }

  .collection-item {
    flex-direction: column;
  }

  .icon_wrapper {
    width: 13em;
    max-width: 13em;
    min-width: 13em;
  }

  .navbar {
    height: 6em;
  }

  .brand_logo {
    border-right-style: none;
  }

  .h1 {
    font-size: 3em;
  }

  .image-9 {
    top: -15%;
  }

  .nav-menu {
    z-index: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #d6d7da;
    margin-top: 6em;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-right: 0;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .socilas_wrapper {
    border-left-style: none;
  }

  .nav-link {
    padding-left: 0;
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.6em;
  }

  h3, h4 {
    font-size: 1.5em;
  }

  p {
    font-size: 1.4em;
  }

  .container.hero {
    align-items: flex-start;
    padding-top: 5em;
  }

  .section.hero {
    height: 150vw;
    padding-top: 0;
    position: relative;
  }

  .subtitle {
    font-size: 1.7em;
  }

  .about_stats_wrapper {
    border-top-style: solid;
    border-right-style: none;
    flex-direction: column;
  }

  .about_stats_caard {
    border-bottom-style: solid;
    border-left-style: none;
  }

  .bullet_point_cross {
    font-size: 2.6em;
  }

  .bullet_point_paragraph {
    font-size: 1.4em;
  }

  .icon_wrapper {
    width: 15em;
    max-width: 15em;
    min-width: 15em;
    align-items: flex-start;
    padding-bottom: 1em;
  }

  .footer_wrapper {
    flex-direction: column;
  }

  .paragraph-2 {
    text-align: left;
  }

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

  .div-block-2 {
    justify-content: flex-end;
  }

  .navbar {
    height: 8em;
    position: -webkit-sticky;
    position: sticky;
  }

  .words-wrap {
    width: 100%;
  }

  .h1 {
    font-size: 3em;
  }

  .absolute_hero {
    justify-content: flex-end;
  }

  .image_portrait {
    height: auto;
    max-height: 60vh;
    min-height: 100vw;
    margin-right: -5em;
  }

  .div-block-5 {
    width: 100%;
  }

  .div-block-7 {
    width: 13em;
    padding-bottom: 2em;
    padding-right: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .paragraph-3 {
    font-size: 1.2em;
  }

  .hero_detect {
    height: 0;
  }

  .div-block-8 {
    grid-template-columns: 1fr;
  }

  .years {
    font-size: 1.5em;
  }

  .link-block {
    display: none;
  }
}

#w-node-_2a1f6631-6d8c-49d1-6294-1c2baf50a71b-a8516e3b, #w-node-a4d7b3c2-6a1c-0dfe-e357-ddfb521d2570-a8516e3b, #w-node-_312847f0-3ebd-b045-f926-99c21788fe66-a8516e3b, #w-node-f334a822-05c9-4aa4-bc3c-8566e8f2da87-a8516e3b, #w-node-_52155871-1660-dd78-b131-f32f4d16b36b-a8516e3b, #w-node-_52155871-1660-dd78-b131-f32f4d16b36c-a8516e3b, #w-node-abb9bee5-c767-c28c-188f-5dd67d322f7c-7d322f79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abb9bee5-c767-c28c-188f-5dd67d322f9e-7d322f79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-abb9bee5-c767-c28c-188f-5dd67d322fa0-7d322f79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Archive';
  src: url('../fonts/Archive-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}