:root {
  --blue: #000df3;
  --white: #fff;
  --orange: #f56c24;
  --dark-grey: #4b4b4b;
  --gray: #fafafa;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.page_width {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  display: flex;
}

.navbar {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.image {
  width: 220px;
}

.navbar_link {
  color: #fff;
  cursor: pointer;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 20px;
  text-decoration: none;
}

.navbar_link.w--current {
  color: var(--blue);
  cursor: pointer;
}

.hero_background {
  z-index: -1;
  background-image: url('../images/hero_bg.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero_content_wrapper {
  width: 50%;
  margin-top: 10vh;
}

.heading_hero {
  color: var(--white);
}

.hero_paragraph_mobile {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}

.button_1 {
  background-color: var(--orange);
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.navbar-2 {
  z-index: 10;
  background-color: #ddd0;
  width: 100%;
  height: 10vh;
  padding-top: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sec_values {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.line_orange {
  background-image: linear-gradient(90deg, var(--white), var(--orange) 31%, var(--orange) 73%, var(--white));
  width: 100%;
  height: 2px;
}

.heading_wrapper {
  margin-bottom: 20px;
}

.page_width_hero_mobile {
  width: 90%;
  height: 100%;
  display: none;
}

.cards_wrapper {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.card {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 15px;
  display: flex;
  box-shadow: 8px 8px 8px #4b4b4b40;
}

.body {
  background-color: var(--gray);
}

.paragraph_1 {
  color: var(--dark-grey);
  text-align: center;
}

.values_icon {
  width: 50px;
}

.page_width_hero {
  width: 90%;
  height: 100%;
  margin-top: 10vh;
}

.hero_content_wrapper_mobile {
  width: 50%;
  margin-top: 10vh;
}

.heading {
  text-align: center;
}

.heading_2 {
  text-align: left;
  margin-top: 0;
}

.sec_team {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.team_wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 44%;
  display: flex;
}

.right {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.paragraph {
  text-align: right;
}

.image-2 {
  box-shadow: 8px 8px 0 0 var(--orange);
  border-radius: 10px;
  width: 80%;
}

.sec_team_mobile {
  justify-content: center;
  align-items: center;
  display: none;
}

.team_wrapper_mobile {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.sec_leistungen {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.left_leistung {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.card-copy {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 15px;
  display: flex;
  box-shadow: 8px 8px 8px #4b4b4b40;
}

.card_leistung {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 15px;
  display: flex;
  box-shadow: 8px 8px 8px #4b4b4b40;
}

.leistung_left {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.leistung_right {
  width: 60%;
  height: 100%;
}

.text_orange {
  color: var(--orange);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.image-3 {
  border-radius: 10px;
  width: 70%;
}

.right_leistung {
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.sec_timeline {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-5 {
  display: none;
}

.sec_location {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.left_location {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.right_location {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.wrapper_location {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image_location {
  box-shadow: 8px 8px 0 0 var(--orange);
  border-radius: 10px;
  width: 60%;
}

.image-6 {
  margin-bottom: 10px;
}

.heading_3 {
  text-align: left;
  margin-top: 0;
}

.sec_footer {
  background-color: var(--dark-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-2 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.text_white, .text_white-copy {
  color: var(--gray);
}

.wrap_footer {
  padding: 35px;
}

.div-block-3 {
  justify-content: space-around;
  align-items: center;
  width: 60%;
  padding: 20px;
  display: flex;
}

.link_footer {
  color: var(--gray);
  text-decoration: none;
}

.section {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.background_impressum {
  z-index: -1;
  background-image: url('../images/impressum_bg.png');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-4 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 90vh;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 80%;
  display: flex;
}

.sec_datenschutz {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap_impressum {
  margin-bottom: 40px;
}

.text-block {
  color: var(--orange);
  font-weight: 800;
}

.paragraph-5 {
  color: var(--dark-grey);
}

.page_width-_impressum {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.text_impressum {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 700;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  margin-bottom: 20px;
}

.background_impressum_mobile {
  z-index: -1;
  background-image: url('../images/impressum_bg.svg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sec_referenzen {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._10vh {
  background-image: url('../images/impressum_bg.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 10vh;
}

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

.heading_orange {
  color: var(--orange);
  font-size: 44px;
  font-weight: 700;
}

.ref_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.quick-stack {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-6 {
  width: 50%;
}

.pic_ref {
  box-shadow: 4px 4px 0 0 var(--orange);
  border-radius: 10px;
  width: 400px;
}

.paragraph_ref {
  width: 70%;
  font-size: 16px;
  line-height: 24px;
}

.line_orange_left {
  background-image: linear-gradient(90deg, var(--white), var(--orange) 6%, var(--orange) 50%, var(--white));
  width: 100%;
  height: 2px;
}

.cell {
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .hero_background {
    background-position: 50%;
    background-size: cover;
  }

  .hero_content_wrapper {
    width: 70%;
  }

  .div-block {
    justify-content: space-between;
    align-items: flex-start;
  }

  .icon {
    color: #fff;
    transform: scale(1.8);
  }

  .cards_wrapper {
    flex-flow: column;
  }

  .card {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 6px;
  }

  .hero_content_wrapper_mobile {
    width: 70%;
  }

  .left {
    width: 50%;
  }

  .image-2 {
    width: 95%;
  }

  .left_leistung {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .card-copy {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 6px;
  }

  .card_leistung {
    width: 90%;
    padding: 20px 6px;
  }

  .image-3 {
    width: 80%;
  }

  .right_leistung {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-4 {
    display: none;
  }

  .image-5 {
    display: block;
  }

  .left_location {
    width: 80%;
  }

  .right_location {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .wrapper_location {
    flex-flow: column;
  }

  .image_location {
    width: 60%;
  }

  .paragraph-4 {
    text-align: center;
  }

  .heading_3 {
    text-align: right;
  }

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

  .page_width-_impressum {
    width: 60%;
  }

  .nav-menu {
    background-color: var(--orange);
    border-bottom-left-radius: 10px;
    position: fixed;
    inset: 0% 0% auto auto;
    overflow: hidden;
  }

  .menu-button, .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .paragraph_ref {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .hero_background {
    display: none;
  }

  .heading_hero {
    color: var(--orange);
    text-align: center;
  }

  .hero_paragraph_mobile {
    color: var(--dark-grey);
    text-align: center;
    font-size: 22px;
  }

  .icon {
    color: var(--blue);
  }

  .page_width_hero_mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card {
    width: 80%;
  }

  .page_width_hero {
    display: none;
  }

  .text-span, .text-span-2 {
    color: var(--blue);
    font-weight: 700;
  }

  .hero_content_wrapper_mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading_2 {
    text-align: center;
  }

  .sec_team {
    display: none;
  }

  .paragraph {
    text-align: center;
    width: 88%;
  }

  .image-2 {
    width: 60%;
    margin-bottom: 20px;
  }

  .sec_team_mobile {
    display: flex;
  }

  .team_wrapper_mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .left_leistung {
    justify-content: center;
    align-items: center;
  }

  .card-copy {
    width: 80%;
  }

  .card_leistung {
    flex-flow: column;
    width: 80%;
  }

  .leistung_left {
    width: 100%;
  }

  .leistung_right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .text_orange {
    text-align: center;
    font-size: 16px;
  }

  .image-3 {
    width: 50%;
    margin-bottom: 20px;
  }

  .right_leistung {
    justify-content: center;
    align-items: center;
  }

  .paragraph_leistung, .paragraph-3 {
    text-align: center;
  }

  .image-4 {
    display: none;
  }

  .image_location {
    width: 60%;
    margin-bottom: 20px;
  }

  .heading_3 {
    text-align: center;
  }

  .wrap_footer {
    padding: 10px;
  }

  .page_width-_impressum {
    width: 95%;
  }

  .text_impressum {
    font-size: 12px;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .background_impressum_mobile {
    background-image: url('../images/impressum_bg_vertical.svg');
    background-size: cover;
  }

  .heading_orange {
    text-align: center;
    font-size: 16px;
  }

  .cell {
    justify-content: center;
    align-items: flex-start;
  }

  .brand {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero_paragraph_mobile {
    font-size: 20px;
    line-height: 24px;
  }

  .page_width_hero_mobile {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 5vh;
  }

  .card {
    width: 95%;
  }

  .hero_content_wrapper_mobile {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 24px;
  }

  .heading_2 {
    font-size: 20px;
    line-height: 30px;
  }

  .image-2 {
    width: 90%;
  }

  .card-copy, .card_leistung {
    width: 95%;
  }

  .text_orange {
    font-size: 14px;
    line-height: 20px;
  }

  .image-3 {
    width: 60%;
  }

  .left_location, .right_location, .image_location {
    width: 90%;
  }

  .heading_3 {
    font-size: 20px;
    line-height: 30px;
  }

  .sec_footer {
    background-color: var(--dark-grey);
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .text_white {
    text-align: center;
  }

  .wrap_footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .link_footer {
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .text_impressum {
    font-size: 12px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
  }

  .heading_orange {
    font-size: 14px;
  }

  .pic_ref {
    width: 250px;
  }

  .paragraph_ref {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }
}

#w-node-_29de0aa1-6701-ac8c-4bf9-c92b0cf73abb-668d891f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_29de0aa1-6701-ac8c-4bf9-c92b0cf73abb-668d891f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


