.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

.section-50-50 {
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 0px;
}

.section-50-50.hero {
  height: 100vh;
  background-image: url('../images/greg-rosenke-5xh3qf4l6JQ-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-50-50.tech {
  height: auto;
  margin-top: 50px;
  margin-bottom: 0px;
}

.section-50-50.black {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #1e1f1e;
  color: #fff;
}

.section-50-50.bg-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('../images/Bild-Frankfurt-BG.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('../images/Bild-Frankfurt-BG.jpg');
  background-position: 0px 0px, 80% 5%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.section-50-50.vorteile {
  margin-bottom: 50px;
}

.body {
  font-family: Lato, sans-serif;
}

.logo-footer {
  margin-top: 0px;
  margin-bottom: 20px;
}

.nav-menu {
  margin-right: 23px;
  margin-left: 8px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.section-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e1f1e;
  background-image: url('../images/Landing-Hero-1.jpg');
  background-position: 70% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-hero.hero {
  height: 100vh;
  background-image: url('../images/greg-rosenke-5xh3qf4l6JQ-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-hero.impressum {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/buildings-1804481_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/buildings-1804481_1920.jpg');
}

.image-mission {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/pexels-burst-544966.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.paragraph-12 {
  font-size: 12px;
  text-align: left;
}

.paragraph-12.justified {
  font-size: 13px;
  text-align: justify;
}

.container-image {
  height: auto;
  margin-top: 50px;
  background-color: transparent;
}

.div-block-text-right {
  width: 80%;
  margin-bottom: 48px;
  padding-left: 0px;
  text-align: right;
}

.footer {
  margin-top: 41px;
  margin-bottom: 0px;
  padding-bottom: 50px;
}

.container-footer {
  padding-top: 20px;
  border-top: 5px solid #1e1f1e;
}

.column-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-text-left {
  display: block;
  width: 80%;
  margin-bottom: 32px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns.top-aligned {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-header {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.heading-55 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 55px;
  line-height: 1.3em;
}

.paragraph-14 {
  color: #fff;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.image-vision {
  width: 100%;
  height: 60vh;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.14))), url('../images/Bild-Work-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)), url('../images/Bild-Work-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1e1f1e;
}

.nav-link {
  border-bottom: 2px solid #000;
  color: #fff;
}

.nav-link:hover {
  border-bottom: 2px solid #fff;
}

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

.nav-link-2 {
  color: #fff;
}

.nav-link-2:hover {
  border-bottom: 2px solid #fff;
}

.nav-link-3 {
  color: #fff;
}

.nav-link-4 {
  color: #fff;
}

.div-block-2 {
  width: 25px;
  height: 25px;
  background-color: #000;
}

.image {
  margin-top: 20px;
  margin-bottom: 50px;
}

.page-break-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 270px;
  margin-top: 0px;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e1f1e;
  color: #2b417a;
}

.big-quote-38-italic {
  color: #fff;
}

.text-block {
  color: #fff;
}

.icon-benefits {
  width: 80px;
  margin-top: 0px;
}

.icon-benefits.heart {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.icon-benefits.heart:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.columns-benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-3 {
  display: block;
  text-align: center;
}

.column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.column-3 {
  padding-left: 0px;
}

.column-left {
  padding-right: 0px;
  padding-left: 0px;
}

.column-left._10 {
  padding-left: 10px;
}

.heading-3 {
  margin-top: 0px;
}

.heading-38 {
  margin-top: 0px;
  text-align: left;
}

.heading-38.mid {
  text-align: left;
}

.photo-founder {
  width: 250px;
  height: 250px;
  border-radius: 20px;
}

.photo-founder._1 {
  margin-bottom: 20px;
  background-image: url('../images/roman-akhmerov-Js6Hwobewi8-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.photo-founder._2 {
  margin-bottom: 20px;
  background-image: url('../images/philip-martin-5aGUyCW_PJw-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.photo-founder._3 {
  margin-bottom: 20px;
  background-image: url('../images/daniil-kuzelev-AkGd_YB6Q2c-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.block-founder {
  width: 250px;
  margin-right: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.block-founder.last {
  margin-right: 0px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.social-link {
  width: 15px;
  height: 15px;
}

.column-5 {
  text-align: center;
}

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

.image-2 {
  margin: 18px 31px 10px 0px;
  padding-left: 0px;
  -webkit-filter: invert(100%) sepia(100%) contrast(200%) brightness(0%);
  filter: invert(100%) sepia(100%) contrast(200%) brightness(0%);
}

.image-2:hover {
  -webkit-filter: sepia(100%) contrast(200%) brightness(0%) brightness(0%);
  filter: sepia(100%) contrast(200%) brightness(0%) brightness(0%);
}

.grid {
  margin-top: -83px;
}

.container-headline-picture {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  padding-top: 90px;
  padding-right: 182px;
  padding-left: 182px;
}

.column-7 {
  padding: 23px 183px;
}

.container-headline-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headline-frankfurt-bg {
  padding-right: 0px;
  padding-left: 13px;
  border-left: 3px solid #fff;
  color: #fff;
}

.slider {
  height: 95vh;
}

.slide {
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Bild-Holzarbeiter.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Bild-Holzarbeiter.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Bild-Schweißen.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Bild-Schweißen.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/business-lady-1584654_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/business-lady-1584654_1920.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, cover;
}

.container-headline-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 50%;
  margin-top: 125px;
  margin-bottom: 0px;
  margin-left: 164px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-56 {
  color: #fff;
  font-size: 39px;
  font-weight: 400;
}

.button {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.button-2 {
  margin-bottom: 95px;
  padding: 13px 18px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #000;
}

.button-2:hover {
  background-color: #a1a1a1;
}

.bold-text {
  color: #1e1f1e;
}

.brand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-left: 18px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.brand.w--current {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-left: 18px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sektion-info-b2b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-b2binfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  margin-top: 50px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headline-ber-uns {
  margin-top: 0px;
  margin-bottom: 14px;
}

.div-block-5 {
  width: 80px;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 14px;
  padding-top: 0px;
  border-top: 2px solid #1e1f1e;
}

.container-informationen {
  width: 90%;
  height: 300px;
  margin-top: 45px;
}

.text-block-2 {
  text-align: center;
}

.paragraph-15 {
  width: 90%;
  height: auto;
  margin-left: 62px;
}

.sektion-leistungen {
  width: 100%;
  height: 450px;
  margin-top: 51px;
  background-color: #2e2e2e;
}

.values-icon {
  max-height: 56px;
  max-width: 56px;
  background-color: transparent;
  -webkit-filter: contrast(0%);
  filter: contrast(0%);
  color: #000;
}

.heading-sm {
  margin-top: 0px;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
}

.heading-sm.white {
  margin-bottom: 10px;
  padding-top: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.heading-sm.white.lower {
  margin-top: 0px;
  text-align: center;
}

.values-col {
  height: 110%;
  max-width: 100%;
  margin-top: 0px;
  margin-right: 13px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #6d6d6d;
}

.values-col.second-row {
  height: 110%;
  margin-top: 0px;
  margin-bottom: -28px;
}

.white-text {
  color: #fff;
  text-align: center;
}

.m-b-10 {
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}

.grid-2 {
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-58 {
  padding-top: 41px;
  color: #fff;
  text-align: center;
}

.sektion-jetzt-bewerben {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 39px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.text-block-3 {
  color: #fff;
}

.dropdown-toggle {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000;
}

.dropdown-toggle:hover {
  border-bottom-color: #fff;
}

.icon {
  color: #fff;
}

.button-3 {
  margin-top: 21px;
  padding-right: 52px;
  padding-left: 52px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
  background-color: #d53333;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
  text-align: center;
}

.button-3:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-container-berufsgruppen {
  width: 100%;
  height: 220px;
}

.heading-59 {
  margin-bottom: 43px;
}

.heading-60 {
  text-decoration: none;
}

.berufsgruppe-bild-elektriker {
  background-image: url('../images/pexels-emmanuel-ikwuegbu-8005368.jpg');
  background-position: 50% 10%;
  background-size: cover;
}

.image-3 {
  width: 100%;
  height: 300px;
}

.sektion-info-b2b-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-61 {
  margin-bottom: 22px;
  margin-left: 0px;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Bild-Work-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Bild-Work-2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.container-ber-uns-info {
  margin-bottom: 35px;
}

.list {
  padding-left: 75px;
}

.sektion-hero-kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/buildings-1804481_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/buildings-1804481_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.container-kontakt-headline {
  width: 60%;
  height: 40%;
}

.heading-62 {
  color: #fff;
  font-size: 42px;
  text-align: center;
}

.container-kontakt-headline-h2 {
  font-size: 12px;
}

.heading-63 {
  color: #a3a3a3;
}

.sektion-kontakt-maps {
  width: 100%;
  height: 450px;
  margin-bottom: 78px;
}

.container-50-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  margin-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.wrapper-50 {
  width: 45%;
  margin-top: 18px;
  background-color: hsla(0, 5%, 81.7%, 0.16);
  box-shadow: 0 -2px 11px 1px #d8d7d7;
}

.wrapper-50.maps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-headline-kontakt {
  margin-top: 42px;
}

.heading-64 {
  color: #646464;
  text-align: center;
}

.text-block-4 {
  color: #646464;
  text-align: center;
}

.div-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-top: 34px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-child-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-65 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #646464;
}

.container-text-kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.headline-small {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #646464;
  font-size: 13px;
}

.text-block-5 {
  color: #646464;
}

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

.map {
  width: 99%;
  height: 100%;
}

.link-2 {
  color: #646464;
  text-decoration: none;
}

.paragraph-16 {
  margin-top: 17px;
  color: #646464;
}

.paragraph-17 {
  color: #646464;
}

.paragraph-18 {
  color: #646464;
}

.sektion-impressum {
  height: 1100px;
  background-color: #f5f5f5;
}

.heading-66 {
  margin-top: 59px;
  text-align: center;
}

.body-2 {
  background-color: #f5f5f5;
}

.container-datenschutz-inhalte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 82px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-67 {
  margin-left: 68px;
}

.paragraph-19 {
  margin-left: 68px;
  padding-right: 321px;
}

.heading-68 {
  color: #fff;
  font-size: 55px;
}

.list-item {
  margin-top: 19px;
}

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

.heading-69 {
  text-align: left;
}

.div-block-large {
  max-width: 80%;
}

.div-block-large.schwarzer-rand {
  border-top: 5px solid #000;
}

.div-block-large.werte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-large.werte.horizontal {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-3 {
  margin-top: 26px;
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-link {
  display: none;
}

.dropdown-link-2 {
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #1e1f1e;
}

.dropdown-link-2:hover {
  border-radius: 4px;
  background-color: #868282;
}

.dropdown-list.w--open {
  border-radius: 4px;
  background-color: hsla(0, 0%, 86.7%, 0.93);
}

.container-vision-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-vision-half.margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-vision-half.normal {
  width: 40%;
}

.container-vision-half.vorteile {
  width: 40%;
}

.div-block-9 {
  width: 50%;
}

.sektion-headline-vision {
  display: none;
}

.wrapper-image-fixed {
  display: none;
}

.container-6 {
  margin-right: 0px;
  margin-left: 0px;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-headline-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-right: 203px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-stellenangebite {
  width: 100%;
  height: auto;
}

.cloneable-container-default {
  min-height: 624px;
  padding: 100px 40px;
  border-radius: 20px;
  background-color: #f7f7fb;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.accordion-item-title---brix {
  color: #1e1f1e;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.open-close-line---brix {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 500px;
  background-color: #1e1f1e;
}

.open-close-line---brix.second-line---brix {
  background-color: #1e1f1e;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-item---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 14px;
  background-color: #fff;
  cursor: pointer;
}

.accordion-item---brix.tabs-accordion---brix {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #d9dbe9;
  border-radius: 0px;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
}

.accordion-item---brix.tabs-accordion---brix:hover {
  padding-left: 16px;
}

.accordion-item---brix.tabs-accordion---brix.last-accordion-item---brix {
  border-bottom-style: none;
}

.accordion-content---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0px;
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-right: auto;
  margin-left: auto;
}

.accordion-item-wrapper---brix.tabs-accordion---brix {
  padding: 50px 90px 58px;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.06);
}

.accordion-trigger---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-container---brix {
  overflow: visible;
  padding: 20px;
}

.tab-button---brix {
  display: block;
  margin-right: 12px;
  margin-left: 12px;
  padding: 20px 48px;
  border: 1px solid #d9dbe9;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  color: #6f6c90;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.01em;
}

.tab-button---brix:hover {
  border-color: #1e1f1e;
  box-shadow: 0 4px 12px -6px rgba(74, 58, 255, 0.24);
  color: #1e1f1e;
}

.tab-button---brix.w--current {
  border-style: none;
  background-color: #1e1f1e;
  color: #fff;
  font-weight: 500;
}

.accordion-tabs-menu---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.accordion-tabs---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.open-close-icon-wrapper---brix {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  min-height: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lottie-animation {
  position: relative;
  z-index: 99;
}

.div-block-11 {
  width: 45px;
  height: 50px;
}

.background-video {
  z-index: 99;
  width: 100%;
  padding-left: 39px;
}

.list-item-2 {
  margin-bottom: 16px;
}

.sektion {
  height: 30vh;
  background-color: #000;
}

.sektion._1 {
  background-color: #535353;
}

.track {
  height: 430vw;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100vw;
  height: 100vh;
}

.frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #535151;
}

.tem {
  width: 100vw;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-6 {
  width: 100%;
  height: 100%;
  padding: 31px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-span {
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .section-50-50 {
    height: auto;
    margin-bottom: 71px;
  }

  .section-hero {
    height: 60vh;
    margin-left: 0px;
  }

  .image-mission {
    width: 100%;
    height: 60vh;
    background-image: url('../images/pexels-burst-544966.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .paragraph-12.justified {
    font-size: 15px;
    line-height: 26px;
  }

  .footer {
    margin-top: 0px;
    padding-top: 40px;
  }

  .container-footer {
    max-width: 95%;
  }

  .div-block-text-left {
    width: 80%;
    margin-bottom: 45px;
    padding-bottom: 0px;
  }

  .heading-55 {
    font-size: 55px;
  }

  .paragraph-14 {
    font-size: 17px;
    line-height: 24px;
  }

  .div-block {
    width: 50%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container {
    position: relative;
    left: 0px;
    display: block;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .nav-link {
    font-size: 15px;
  }

  .page-break-black {
    width: 100%;
  }

  .column-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-38 {
    font-size: 40px;
    line-height: 46px;
    text-align: left;
  }

  .heading-38.mid {
    text-align: left;
  }

  .image-2 {
    margin-top: 0px;
    padding-top: 10px;
  }

  .brand {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-left: 55px;
  }

  .brand.w--current {
    margin-top: 0px;
    margin-left: 55px;
  }

  .headline-ber-uns {
    margin-bottom: 0px;
  }

  .div-block-5 {
    margin-top: 17px;
  }

  .text-block-2 {
    font-size: 15px;
    line-height: 21px;
  }

  .heading-sm {
    font-size: 45px;
    line-height: 55px;
  }

  .text-block-3 {
    font-size: 15px;
  }

  .sektion-hero-kontakt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/buildings-1804481_1920.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/buildings-1804481_1920.jpg');
    background-position: 0px 0px, 50% 40%;
    background-size: auto, cover;
  }

  .section-3 {
    height: 400px;
  }

  .sektion-kontakt-maps {
    height: 450px;
  }

  .container-50-50 {
    height: 1000px;
  }

  .wrapper-50 {
    width: 45%;
    height: 500px;
  }

  .div-child-icon-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-6 {
    max-width: 80%;
  }

  .heading-69 {
    text-align: left;
  }

  .div-block-large {
    max-width: 80%;
    margin-bottom: 0px;
  }

  .div-block-large.werte {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-large.werte.horizontal {
    margin-top: 0px;
    padding-left: 0px;
  }

  .div-block-large.margin {
    max-width: 80%;
  }

  .container-stellenangebote {
    width: 100%;
    height: 100vh;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .container-vision-half.margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: -3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-vision-half.vorteile {
    width: 40%;
    margin-left: 0px;
    padding-left: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-image-fixed {
    display: none;
  }

  .container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: transparent;
  }

  .container-headline-home {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 530px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-11 {
    width: 45px;
    height: 45px;
  }

  .background-video {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .section-50-50 {
    height: auto;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .section-50-50.tech {
    height: auto;
    margin-bottom: 0px;
  }

  .section-50-50.bg-image {
    height: 350px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Bild-Frankfurt-BG.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Bild-Frankfurt-BG.jpg');
    background-position: 0px 0px, 80% 5%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .section-50-50.margin {
    margin-bottom: 35px;
  }

  .nav-menu {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 39px;
    background-color: #303030;
  }

  .section-hero {
    height: 60vh;
  }

  .image-mission {
    width: 100%;
    height: 50vh;
    margin-bottom: 0px;
  }

  .paragraph-12.justified {
    display: block;
    padding-right: 0px;
    font-size: 13px;
    line-height: 19px;
  }

  .paragraph-12.justified.mid {
    font-size: 13px;
    line-height: 19px;
  }

  .div-block-text-right {
    margin-left: 19px;
    padding-left: 0px;
  }

  .footer {
    margin-top: 0px;
  }

  .div-block-text-left {
    margin-top: 0px;
    padding-right: 0px;
  }

  .columns.top-aligned {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-55 {
    font-size: 45px;
  }

  .paragraph-14 {
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #fff;
  }

  .div-block {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 50px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-vision {
    width: 100%;
    height: 50vh;
    margin-left: 0px;
    padding-left: 0px;
  }

  .navbar {
    height: 100px;
    margin-top: 0px;
  }

  .page-break-black {
    width: 100%;
    height: 250px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .big-quote-38-italic {
    width: 100%;
    margin-left: 0px;
  }

  .icon-benefits {
    width: 75px;
  }

  .icon-benefits.heart {
    width: 75px;
  }

  .column-left {
    padding-left: 0px;
  }

  .column-left._10 {
    position: static;
    padding-left: 0px;
  }

  .heading-38 {
    margin-left: 0px;
    font-size: 34px;
  }

  .photo-founder {
    width: 200px;
    height: 200px;
  }

  .subheading-18 {
    margin-left: 0px;
    font-size: 18px;
  }

  .column-icons {
    padding-right: 0px;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    color: #fff;
  }

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

  .image-2 {
    margin-bottom: 0px;
    margin-left: 13px;
  }

  .grid {
    margin-left: 19px;
    justify-items: center;
  }

  .container-headline-picture {
    margin-left: -34px;
  }

  .container-headline-33 {
    margin-left: 28px;
    padding-left: 7px;
  }

  .headline-frankfurt-bg {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 13px;
    font-size: 36px;
  }

  .slider {
    height: 80vh;
  }

  .container-headline-slide {
    margin-left: 93px;
  }

  .brand {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-left: 0px;
  }

  .brand.w--current {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .sektion-info-b2b {
    height: auto;
  }

  .headline-ber-uns {
    font-size: 32px;
  }

  .paragraph-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 17px;
    margin-right: 0px;
    margin-left: 35px;
    padding-right: 125px;
    padding-bottom: 35px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-15.berufsgruppen {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sektion-leistungen {
    height: auto;
    padding-bottom: 60px;
  }

  .heading-sm.white {
    font-size: 17px;
    line-height: 28px;
    text-align: center;
  }

  .values-col {
    display: block;
    width: 90%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 15px 0px 22px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .values-col.second-row {
    display: block;
    width: 90%;
    height: 100%;
    margin-top: 15px;
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .white-text {
    font-size: 13px;
    line-height: 18px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-headline-leistungen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-58 {
    width: 80%;
    margin-top: 36px;
    margin-bottom: 0px;
    margin-left: 40px;
    padding-top: 0px;
    text-align: left;
  }

  .sektion-jetzt-bewerben {
    margin-bottom: 38px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .button-3 {
    padding: 7px 45px;
    background-color: #f11a1a;
  }

  .button-3:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: none;
  }

  .grid-container-berufsgruppen {
    margin-left: 0px;
  }

  .heading-59 {
    margin-left: 0px;
    text-align: left;
  }

  .heading-61 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .heading-62 {
    font-size: 36px;
    line-height: 40px;
  }

  .sektion-kontakt-maps {
    display: block;
    height: 950px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-50-50 {
    height: auto;
    margin-top: 37px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-50 {
    width: 75%;
    height: 490px;
    margin-top: 0px;
    margin-bottom: 33px;
    padding-bottom: 0px;
  }

  .wrapper-50.maps {
    height: 350px;
  }

  .div-child-icon-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-kontakt {
    padding-top: 0px;
  }

  .map {
    height: 350px;
  }

  .sektion-impressum {
    height: auto;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-2 {
    max-width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-3 {
    max-width: 90%;
  }

  .italic-text {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-69 {
    font-size: 18px;
  }

  .image-4 {
    max-width: 80%;
    margin-right: 0px;
  }

  .container-4 {
    padding-left: 0px;
  }

  .container-5 {
    padding-left: 0px;
  }

  .div-block-large {
    max-width: 90%;
  }

  .div-block-large.schwarzer-rand {
    border-top: 5px solid #000;
  }

  .div-block-large.werte {
    margin-top: 32px;
  }

  .div-block-large.margin {
    max-width: 80%;
    margin-bottom: 34px;
  }

  .div-block-7 {
    margin-left: 0px;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .heading-70 {
    font-size: 36px;
  }

  .paragraph-21 {
    margin-left: 0px;
  }

  .dropdown-link {
    background-color: #555454;
    color: #fff;
  }

  .dropdown-link-2 {
    background-color: #555454;
    color: #fff;
  }

  .dropdown-list {
    background-color: transparent;
  }

  .container-vision-half.bg-image-fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-headline-home {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 50px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-stellenangebite {
    height: auto;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 32px 64px;
  }
}

@media screen and (max-width: 767px) {
  .section-50-50 {
    height: auto;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .section-50-50.tech {
    height: auto;
    margin-top: 0px;
  }

  .section-50-50.bg-image {
    height: 280px;
  }

  .section-50-50.vorteile {
    margin-bottom: 28px;
  }

  .section-50-50.margin {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .section-hero {
    height: 50vh;
    padding-left: 0px;
  }

  .image-mission {
    width: 150%;
    height: auto;
    max-height: 250px;
    max-width: none;
    min-height: 280px;
    min-width: 220px;
    margin-right: -25px;
    margin-bottom: 0px;
    margin-left: -25px;
    padding-right: 0px;
    background-image: url('../images/pexels-burst-544966.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .paragraph-12.justified {
    margin-bottom: 0px;
    padding-right: 23px;
    padding-left: 0px;
    font-size: 13px;
    line-height: 19px;
    text-align: left;
  }

  .paragraph-12.justified.mid {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 23px;
    text-align: left;
  }

  .paragraph-12.justified.ber-uns {
    margin-bottom: 120px;
  }

  .div-block-text-right {
    width: 90%;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .footer {
    margin-top: 0px;
    padding-bottom: 14px;
  }

  .column-footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-text-left {
    width: 90%;
    padding-right: 0px;
  }

  .columns.top-aligned {
    display: block;
  }

  .heading-55 {
    margin-top: 0px;
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.1em;
  }

  .paragraph-14 {
    font-size: 13px;
    text-align: left;
  }

  .div-block {
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-vision {
    display: none;
    width: 100%;
    height: 340px;
    max-width: 100%;
    margin-top: 0px;
  }

  .navbar {
    height: 90px;
  }

  .page-break-black {
    height: auto;
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 13px 0px 12px;
  }

  .big-quote-38-italic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .column-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 37px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-left {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-left._10 {
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .heading-38 {
    display: none;
    text-align: center;
  }

  .heading-38.mid {
    display: block;
    margin-left: 0px;
  }

  .heading-38.mid.out {
    width: 90%;
    margin-left: 0px;
  }

  .block-founder {
    margin-right: 10px;
    margin-bottom: 35px;
    padding-right: 10px;
  }

  .div-block-4 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .subheading-18 {
    text-align: left;
  }

  .column-icons {
    padding-left: 0px;
  }

  .image-2 {
    margin-left: 6px;
  }

  .grid {
    margin-left: -23px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: center;
  }

  .container-headline-picture {
    margin-left: -13px;
  }

  .headline-frankfurt-bg {
    margin-left: -2px;
    font-size: 22px;
  }

  .headline-frankfurt-bg.kaufm-nnisch {
    margin-right: 18px;
  }

  .slider {
    height: 90vh;
  }

  .container-headline-slide {
    margin-left: 78px;
  }

  .heading-56 {
    font-size: 34px;
    line-height: 38px;
  }

  .button-2 {
    padding: 11px 17px;
  }

  .brand {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-left: 0px;
    padding-left: 0px;
  }

  .sektion-info-b2b {
    height: auto;
    margin-bottom: 32px;
  }

  .container-b2binfo {
    margin-bottom: 0px;
  }

  .headline-ber-uns {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .text-block-2 {
    margin-top: 13px;
    padding-bottom: 9px;
  }

  .paragraph-15 {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: -7px;
    padding-right: 29px;
    padding-bottom: 0px;
    padding-left: 29px;
  }

  .values-icon {
    max-width: 40px;
  }

  .heading-sm {
    font-size: 22px;
  }

  .heading-sm.white {
    font-size: 16px;
  }

  .heading-sm.white.lower {
    margin-top: 0px;
  }

  .values-col {
    height: 90%;
    max-width: 100%;
    margin-left: 0px;
    padding-right: 11px;
    padding-left: 12px;
  }

  .values-col.second-row {
    height: 90%;
    margin-top: 15px;
  }

  .white-text {
    padding-top: 0px;
    font-size: 12px;
    line-height: 16px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-58 {
    margin-left: 33px;
  }

  .sektion-jetzt-bewerben {
    height: 240px;
  }

  .heading-61 {
    margin-top: 28px;
    text-align: left;
  }

  .heading-62 {
    font-size: 32px;
    line-height: 36px;
  }

  .heading-63 {
    font-size: 28px;
  }

  .wrapper-50.maps {
    width: 100%;
  }

  .div-child-icon-container {
    margin-top: 8px;
  }

  .icon-kontakt {
    width: 40px;
  }

  .heading-66 {
    margin-top: 32px;
    font-size: 32px;
  }

  .container-datenschutz-inhalte {
    margin-top: 30px;
  }

  .heading-67 {
    margin-left: 45px;
  }

  .paragraph-19 {
    margin-left: 45px;
    padding-right: 60px;
  }

  .div-block-6 {
    width: 90%;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .italic-text {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-69 {
    display: none;
    text-align: center;
  }

  .heading-69.mid {
    display: block;
    width: 90%;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .image-4 {
    display: block;
    max-width: 100%;
  }

  .div-block-large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-large.schwarzer-rand {
    display: block;
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-large.werte {
    max-width: 100%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-large.werte.horizontal {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-large.margin {
    max-width: 90%;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .columns-4 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-block-6 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .paragraph-20 {
    padding-right: 15px;
    padding-left: 0px;
    text-align: justify;
  }

  .heading-71 {
    margin-bottom: 30px;
    padding-right: 121px;
    font-size: 30px;
  }

  .image-5 {
    width: 40px;
  }

  .container-vision-half {
    position: relative;
    width: 300px;
    margin-bottom: 37px;
  }

  .container-vision-half.bg-image-fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-vision-half.margin {
    margin-bottom: 0px;
  }

  .container-vision-half.normal {
    width: 90%;
    margin-bottom: 0px;
  }

  .container-vision-half.vorteile {
    width: 90%;
    height: auto;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sektion-headline-vision {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-image-fixed {
    height: 55vh;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(160, 93, 0, 0.17)), to(rgba(160, 93, 0, 0.17))), url('../images/Bild-Work-2.jpg');
    background-image: linear-gradient(180deg, rgba(160, 93, 0, 0.17), rgba(160, 93, 0, 0.17)), url('../images/Bild-Work-2.jpg');
    background-position: 0px 0px, 50% 75%;
    background-size: auto, 150%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .div-block-10 {
    margin-bottom: 0px;
  }

  .container-headline-home {
    width: 90%;
    max-width: none;
    margin-left: 0px;
    padding-right: 229px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cloneable-container-default {
    padding: 80px 24px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    width: 100%;
    max-width: 100%;
    padding: 0px 32px;
  }

  .tabs-container---brix {
    width: 100%;
    padding: 16px 16px 16px 8px;
  }

  .tab-button---brix {
    width: 100%;
    max-width: 240px;
    margin: 4px auto;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 18px;
  }

  .tab-button---brix.w--current {
    display: block;
  }

  .accordion-tabs-menu---brix {
    width: 100%;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-11 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section-50-50 {
    margin-bottom: 0px;
  }

  .section-50-50.tech {
    margin-top: 30px;
  }

  .section-50-50.bg-image {
    height: auto;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-hero {
    height: auto;
    min-height: 330px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Landing-Hero-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Landing-Hero-1.jpg');
    background-position: 0px 0px, 70% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .section-hero.impressum {
    height: 40vh;
    min-height: auto;
  }

  .image-mission {
    display: block;
    max-height: 90%;
    margin: 0px -20px 22px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: 30% 50%;
    background-repeat: no-repeat;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraph-12.justified {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-12.justified.mid {
    margin-bottom: 20px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-12.justified.ber-uns {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-12.justified._2 {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-text-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-text-left {
    width: 85%;
  }

  .heading-55 {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .paragraph-14 {
    width: 90%;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 12px;
    text-align: left;
  }

  .div-block {
    width: 80%;
    margin-top: 0px;
    margin-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-vision {
    display: block;
    width: 100%;
    height: 240px;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .navbar {
    height: 90px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }

  .nav-link {
    display: block;
  }

  .page-break-black {
    height: auto;
    margin-bottom: 20px;
    padding: 20px 0px 15px;
  }

  .big-quote-38-italic {
    font-size: 28px;
    line-height: 38px;
  }

  .icon-benefits.heart:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    color: #613939;
  }

  .column-right {
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-38 {
    display: block;
    text-align: left;
  }

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

  .subheading-18 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .column-icons {
    padding-left: 0px;
  }

  .image-2 {
    max-width: 70%;
    margin-top: 10px;
    margin-left: 10px;
  }

  .grid {
    margin-left: 0px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
  }

  .container-headline-picture {
    height: auto;
    margin-left: 3px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-headline-33 {
    width: auto;
    height: auto;
    margin-left: 0px;
    padding-left: 0px;
  }

  .headline-frankfurt-bg {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 13px;
    font-size: 18px;
  }

  .headline-frankfurt-bg.kaufm-nnisch {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -137px;
    padding-right: 13px;
  }

  .headline-frankfurt-bg.technisch {
    margin-left: 169px;
    padding-bottom: 0px;
  }

  .slider {
    height: 60vh;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .slide {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Bild-Holzarbeiter.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Bild-Holzarbeiter.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .slide-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Bild-Schweißen.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Bild-Schweißen.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .container-headline-slide {
    margin-top: 97px;
    margin-left: 66px;
  }

  .heading-56 {
    font-size: 26px;
    line-height: 32px;
  }

  .button-2 {
    padding: 6px 12px;
  }

  .bold-text {
    font-size: 13px;
  }

  .brand.w--current {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .headline-ber-uns {
    font-size: 24px;
  }

  .text-block-2 {
    padding-right: 47px;
    padding-left: 47px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-15 {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .values-icon {
    margin-top: 0px;
  }

  .heading-sm {
    margin-top: 33px;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }

  .heading-sm.white {
    margin-top: 14px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .heading-sm.white.lower {
    margin-top: 10px;
    margin-left: 0px;
  }

  .values-col {
    width: 95%;
    height: 90%;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #7a7a7a;
    text-align: center;
  }

  .values-col.second-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    height: 0px;
    max-width: 95%;
    min-height: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .white-text {
    max-width: 100%;
    font-size: 11px;
    line-height: 15px;
  }

  .m-b-10 {
    margin-top: 8px;
    margin-bottom: 0px;
  }

  .grid-2 {
    margin-right: 15px;
    margin-left: 15px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-58 {
    font-size: 28px;
  }

  .sektion-jetzt-bewerben {
    margin-top: 0px;
  }

  .button-3 {
    margin-bottom: 10px;
  }

  .grid-3 {
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .grid-container-berufsgruppen {
    margin-left: 0px;
    padding-right: 34px;
    padding-left: 34px;
    border-bottom: 2px solid #ff1818;
    border-radius: 16px 16px 0px 0px;
    background-color: #fff;
    box-shadow: 1px 1px 12px -6px #000;
  }

  .heading-59 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }

  .heading-60 {
    font-size: 22px;
  }

  .heading-61 {
    font-size: 28px;
  }

  .list {
    margin-left: -46px;
  }

  .sektion-hero-kontakt {
    height: 65vh;
  }

  .container-kontakt-headline {
    width: 90%;
  }

  .heading-62 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-63 {
    margin-top: 0px;
    font-size: 28px;
  }

  .wrapper-50 {
    width: 90%;
    height: auto;
    border-bottom: 3px solid red;
  }

  .wrapper-50.maps {
    border-bottom-style: none;
  }

  .map {
    width: 100%;
    height: 99%;
  }

  .link-2 {
    font-size: 12px;
  }

  .paragraph-16 {
    font-size: 12px;
  }

  .paragraph-17 {
    font-size: 12px;
  }

  .paragraph-18 {
    font-size: 12px;
  }

  .heading-66 {
    margin-left: 30px;
    font-size: 24px;
    line-height: 34px;
    text-align: left;
  }

  .heading-67 {
    margin-left: 30px;
    font-size: 18px;
  }

  .paragraph-19 {
    margin-left: 30px;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .italic-text {
    width: 90%;
    margin-left: 0px;
    font-size: 20px;
    line-height: 32px;
  }

  .heading-69 {
    display: block;
    text-align: left;
  }

  .div-block-large {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-large.schwarzer-rand {
    max-width: 95%;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .paragraph-20 {
    font-size: 12px;
  }

  .heading-70 {
    font-size: 28px;
  }

  .heading-71 {
    padding-right: 0px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }

  .left-arrow {
    margin-left: -10px;
  }

  .right-arrow {
    margin-right: -10px;
  }

  .container-stellenangebote {
    height: 150px;
  }

  .dropdown-link-2.w--current {
    color: #fff;
  }

  .container-vision-half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-vision-half.margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .container-vision-half.normal {
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sektion-headline-vision {
    display: none;
  }

  .wrapper-image-fixed {
    display: none;
  }

  .container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-headline-home {
    width: 80%;
    margin-top: 0px;
    margin-left: 21px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cloneable-container-default {
    padding: 64px 16px;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-item---brix.tabs-accordion---brix {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 0px 24px;
  }

  .tabs-container---brix {
    overflow: visible;
    margin-top: 24px;
    padding: 0px;
  }

  .tab-button---brix {
    width: 100%;
    max-width: 65%;
    margin: 4px auto;
    text-align: center;
  }

  .accordion-tabs-menu---brix {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .background-video {
    width: 80%;
    height: 300px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

#w-node-f1b16007-812b-d6b5-686d-3848cd0f8d5c-1973da8c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-f1b16007-812b-d6b5-686d-3848cd0f8d63-1973da8c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3e703a66-e3ca-20e4-100b-9b4a691cde44-1973da8c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f1b16007-812b-d6b5-686d-3848cd0f8d6a-1973da8c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-f1b16007-812b-d6b5-686d-3848cd0f8d6a-1973da8c {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

