.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.heading {
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
}

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

.hero_sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.hero-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.hero-overlay {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 89, 149, 0.57);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#005995), to(rgba(0, 89, 149, 0)));
  background-image: linear-gradient(0deg, #005995, rgba(0, 89, 149, 0));
}

.hero_bg {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.button_text {
  position: relative;
  z-index: 1;
  color: #005995;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: none;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 23%;
  padding-left: 23%;
  font-family: Manrope, sans-serif;
  color: #fff;
  line-height: 23px;
  text-align: center;
}

.button_color {
  position: absolute;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 0%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #005995;
  -o-object-fit: contain;
  object-fit: contain;
}

.button_color.white {
  min-height: 100%;
  min-width: 0%;
  background-color: #005995;
  -o-object-fit: fill;
  object-fit: fill;
}

.button_wrapper {
  position: relative;
  margin-top: 0px;
  padding: 0.8em 2em;
  border-style: solid;
  border-width: 2.7px;
  border-color: #005995;
  border-radius: 0px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.8);
  color: #005995;
  line-height: 15px;
  letter-spacing: 1.7px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero_scroll-container {
  width: 100%;
  height: 330vh;
}

.hero_logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.section_leistungen {
  position: relative;
  overflow: visible;
  width: 100%;
  height: auto;
  padding-top: 160px;
  padding-bottom: 250px;
  font-family: Manrope, sans-serif;
}

.container_leistungen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-2 {
  width: 50%;
  height: auto;
}

.div-block-3 {
  position: relative;
  display: block;
  width: 50%;
}

.heading-2 {
  margin-top: 1px;
  margin-bottom: 1px;
  color: #005995;
  font-weight: 700;
}

.text-block {
  font-weight: 600;
  text-transform: uppercase;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  cursor: pointer;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 30px;
}

.subheading {
  color: #005995;
  font-weight: 600;
  text-transform: uppercase;
}

.subheading.lagersysteme {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 41px;
  padding-top: 13px;
  -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;
}

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

.paragraph-2 {
  margin-top: 30px;
  padding-right: 47px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 23px;
}

.div-block-7 {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-8 {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -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: #005995;
}

.image {
  width: 60px;
  height: 60px;
}

.div-block-9 {
  position: relative;
  left: 8px;
  top: 8px;
  z-index: 3;
  overflow: visible;
  background-color: rgba(0, 89, 149, 0.45);
}

.leistungen_image {
  width: 600px;
  height: 600px;
  background-image: url('../images/aluminium-scaffolding-elements-assembly-by-constru-DUAFJK7-1.jpeg');
  background-position: 100% 0%;
  background-size: cover;
  box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.52);
}

.leistungen_image.bg_01 {
  position: absolute;
  z-index: 2;
  display: block;
  background-image: url('../images/3F7EAE25-13D0-4536-8D9C-A19E18F0BC8A_1_105_c.jpeg');
  background-position: 50% 50%;
}

.leistungen_image.bg_02 {
  position: absolute;
  z-index: 3;
  display: block;
  background-image: url('../images/B9F575B9-85DF-40A4-B97A-D15047B6C2A0_1_105_c.jpeg');
  background-position: 50% 50%;
}

.leistungen_image.bg_03 {
  position: absolute;
  z-index: 4;
  display: block;
  overflow: visible;
  background-image: url('../images/6AD8005E-0B5A-4F7E-978B-982AC3CF1CD0_1_105_c.jpeg');
  background-position: 50% 19%;
}

.div-block-10 {
  position: relative;
  left: 30px;
  top: 30px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 600px;
  height: 600px;
  background-color: rgba(0, 89, 149, 0.45);
}

.div-block-11 {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 75px;
  height: 75px;
  background-color: rgba(0, 89, 149, 0.45);
}

.section {
  position: relative;
  width: 100%;
  height: 110vh;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(23%, #005995), color-stop(78%, transparent)), url('../images/uniformed-warehouse-workers-surrounded-by-boxed-pr-2021-04-05-13-47-42-utc-1.jpg');
  background-image: linear-gradient(0deg, #005995 23%, transparent 78%), url('../images/uniformed-warehouse-workers-surrounded-by-boxed-pr-2021-04-05-13-47-42-utc-1.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 110px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-2 {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.heading-4 {
  margin-top: 1px;
  text-align: center;
}

.paragraph-3 {
  margin-top: 20px;
  line-height: 23px;
  text-align: center;
}

.div-block-13 {
  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;
  font-family: Manrope, sans-serif;
  color: #fff;
}

.div-block-14 {
  width: 800px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 70px;
  -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;
}

.counterup {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.text-block-3 {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-16 {
  margin-right: 90px;
}

.div-block-17 {
  margin-right: 90px;
}

.section-2 {
  display: block;
  width: 100%;
  height: 150px;
  background-color: #005995;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.section-3 {
  width: 100%;
  height: auto;
  padding-top: 115px;
  background-color: #005995;
  font-family: Manrope, sans-serif;
}

.form_label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.paragraph-4 {
  color: #fff;
  line-height: 23px;
  text-align: left;
}

.link {
  margin-bottom: 5px;
  color: #fff;
  text-decoration: none;
}

.text-field {
  height: 200px;
}

.heading-6 {
  margin-top: 2px;
  color: #fff;
  text-align: left;
  text-transform: none;
}

.div-block-19 {
  width: 1200px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.text-block-4 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.div-block-20 {
  width: 100%;
  padding-right: 70px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-right: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.link-3:hover {
  color: #005995;
}

.footer_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#005995), to(hsla(0, 0%, 100%, 0.39)));
  background-image: linear-gradient(180deg, #005995, hsla(0, 0%, 100%, 0.39));
}

.footer_overlay.white {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0.39)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.39));
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-6 {
  margin-top: 22px;
  padding-right: 50px;
}

.background-video-2 {
  height: 100%;
}

.div-block-25 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-26 {
  position: static;
  z-index: 7;
  width: 1200px;
  height: 1px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.footer_bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.image-3 {
  margin-right: 15px;
}

.columns {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin-top: 270px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Manrope, sans-serif;
  color: #fff;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
}

.div-block-27 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  padding-right: 35px;
  padding-bottom: 30px;
  padding-left: 35px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: Manrope, sans-serif;
  color: #fff;
}

.heading-8 {
  margin-top: auto;
  margin-bottom: 15px;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
}

.heading-8.blau {
  color: #3a3a3a;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.link-4 {
  overflow: visible;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.link-4:hover {
  color: #005995;
  font-weight: 500;
}

.link-4.dark {
  color: #3a3a3a;
  font-weight: 500;
}

.link-4.dark:hover {
  color: #005995;
}

.div-block-29 {
  padding-left: 10px;
}

.link-5 {
  margin-bottom: 6px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.link-5:hover {
  color: #005995;
  font-weight: 500;
}

.link-5.dark {
  color: #3a3a3a;
}

.link-5.dark:hover {
  color: #005995;
}

.div-block-30 {
  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;
}

.div-block-31 {
  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;
}

.div-block-32 {
  position: relative;
  z-index: 7;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.div-block-32.blau {
  height: 2px;
  background-color: #005995;
}

.div-block-32.dark {
  background-color: #3a3a3a;
}

.div-block-33 {
  position: relative;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -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;
  font-family: Manrope, sans-serif;
}

.link-6 {
  font-family: Manrope, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.link-6.dark {
  color: #3a3a3a;
}

.div-block-34 {
  margin-bottom: 60px;
}

.div-block-36 {
  width: 25%;
  padding-left: 25px;
}

.div-block-37 {
  width: 25%;
}

.div-block-38 {
  width: 25%;
}

.div-block-39 {
  margin-bottom: 50px;
}

.div-block-40 {
  position: relative;
  z-index: 7;
}

.paragraph-7 {
  padding-right: 66px;
  line-height: 23px;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 85px;
  padding-right: 80px;
  padding-left: 80px;
  -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;
  font-family: Manrope, sans-serif;
}

.section-4 {
  height: auto;
  padding-top: 120px;
  padding-bottom: 60px;
  color: #5a5a5a;
}

.paragraph-8 {
  line-height: 23px;
}

.heading-9 {
  color: #005995;
  font-size: 45px;
  line-height: 45px;
}

.heading-10 {
  color: #005995;
}

.bold-text {
  color: #005995;
}

.heading-11 {
  color: #005995;
}

.heading-12 {
  color: #005995;
}

.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  background-color: #fff;
  font-family: Manrope, sans-serif;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-7 {
  display: inline-block;
  margin: auto auto auto 15px;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-menu {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-link {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #6b6b6b;
  font-weight: 600;
}

.nav-link:hover {
  color: #005995;
  font-weight: 600;
}

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

.progress-bar {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 7px;
  background-color: #005995;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.icon {
  color: #b1b1b1;
}

.icon-2 {
  color: #b1b1b1;
}

.mask {
  overflow: visible;
  width: 90%;
  float: none;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin: auto;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -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;
}

.image-9 {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-9:hover {
  -webkit-filter: none;
  filter: none;
}

.image-10 {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-10:hover {
  -webkit-filter: none;
  filter: none;
}

.image-11 {
  padding-right: 40px;
  padding-left: 40px;
}

.image-12 {
  padding-right: 40px;
  padding-left: 40px;
}

.slide-nav {
  display: none;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.submit-button {
  border-style: solid;
  border-width: 2.7px;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.8);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #005995;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #005995;
  color: #fff;
}

.link-7 {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.link-7:hover {
  color: #005995;
  font-weight: 500;
}

.link-7.dark {
  color: #3a3a3a;
}

.link-7.dark:hover {
  color: #005995;
}

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

.text-block-5.dark {
  color: #3a3a3a;
}

.div-block-44 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 0 6px 1px #202529;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0px;
  padding-left: 40px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.div-block-49 {
  width: 10px;
  height: 10px;
  background-color: #005995;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0px;
  padding-left: 40px;
  -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-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

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

.paragraph-10 {
  padding-left: 10px;
  font-size: 17px;
  line-height: 25px;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0px;
  padding-left: 40px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.div-block-54 {
  width: 66px;
  height: 4px;
  background-color: #005995;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  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;
}

.column-2 {
  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;
}

.column-3 {
  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;
}

.column-4 {
  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;
}

.image-13 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-13:hover {
  -webkit-filter: none;
  filter: none;
}

.image-13:active {
  -webkit-filter: none;
  filter: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  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;
}

.image-14 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 275ms ease;
  transition: -webkit-filter 275ms ease;
  transition: filter 275ms ease;
  transition: filter 275ms ease, -webkit-filter 275ms ease;
}

.image-14:hover {
  -webkit-filter: none;
  filter: none;
}

.div-block-55 {
  width: 25%;
}

.html-embed {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.section-logo {
  padding: 15px 5%;
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.full-logo-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 36px 25px;
  -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;
}

.light-logo {
  width: 130px;
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.light-logo:hover {
  -webkit-filter: none;
  filter: none;
}

.light-logo.quadr {
  width: 110px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.light-logo.quadr:hover {
  -webkit-filter: none;
  filter: none;
}

.paragraph-11 {
  margin-top: 30px;
  padding-right: 66px;
  line-height: 25px;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-left: 20px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.success-message {
  background-color: #fff;
  color: #005995;
  font-weight: 600;
}

.text-block-6 {
  font-weight: 600;
}

.textarea {
  height: 200px;
  min-height: 200px;
}

.checkbox-label {
  color: #fff;
}

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

.link-8:hover {
  color: #b1b1b1;
}

.checkbox-field {
  padding-top: 15px;
  padding-bottom: 15px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading-13 {
  color: #005995;
}

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

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 30px;
  -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;
}

@media screen and (min-width: 1280px) {
  .paragraph {
    padding-right: 30%;
    padding-left: 30%;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .hero_scroll-container {
    height: 320vh;
  }

  .section_leistungen {
    padding-bottom: 250px;
  }

  .div-block-3 {
    height: 50px;
  }

  .leistungen_block {
    margin-bottom: 40px;
  }

  .section-3 {
    height: auto;
  }

  .div-block-22 {
    padding-bottom: 0px;
  }

  .link-4 {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-weight: 500;
  }

  .link-4:hover {
    font-weight: 500;
  }

  .link-5 {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-weight: 500;
  }

  .link-5:hover {
    font-weight: 500;
  }

  .paragraph-7 {
    display: none;
  }

  .nav-link {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }

  .link-7 {
    font-weight: 500;
  }

  .link-7:hover {
    font-weight: 500;
  }

  .text-block-5 {
    font-weight: 500;
  }

  .div-block-48 {
    height: 0px;
  }

  .div-block-50 {
    height: 0px;
  }

  .div-block-53 {
    height: 0px;
  }

  .logo-wrap {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .light-logo {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }

  .light-logo.quadr {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
}

@media screen and (max-width: 991px) {
  .paragraph {
    margin-bottom: 20px;
    padding-right: 7%;
    padding-left: 7%;
  }

  .section_leistungen {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container_leistungen {
    width: 100%;
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-2 {
    width: 100%;
    padding-right: 3px;
  }

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

  .heading-2 {
    font-size: 35px;
    line-height: 40px;
  }

  .leistungen_block {
    margin-top: 50px;
  }

  .paragraph-2 {
    padding-right: 0px;
  }

  .leistungen_image.bg_01 {
    display: block;
  }

  .section {
    height: 90vh;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .div-block-12 {
    width: 100%;
    height: 90vh;
  }

  .div-block-14 {
    width: 500px;
  }

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

  .div-block-16 {
    display: block;
    margin-right: 65px;
    -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: center;
  }

  .div-block-17 {
    margin-right: 65px;
    text-align: center;
  }

  .section-2 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-18 {
    width: 95%;
  }

  .section-3 {
    height: auto;
    padding-top: 1px;
    padding-bottom: 50px;
  }

  .div-block-19 {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-21 {
    padding-right: 100px;
  }

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

  .div-block-23 {
    margin-top: 65px;
  }

  .footer {
    height: 100vh;
  }

  .div-block-25 {
    height: 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;
  }

  .div-block-27 {
    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-28 {
    -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-32 {
    width: 90%;
  }

  .div-block-34 {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-35 {
    text-align: center;
  }

  .image-4 {
    display: none;
  }

  .image-5 {
    display: none;
  }

  .div-block-36 {
    width: 75%;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }

  .div-block-37 {
    width: 75%;
    margin-top: 25px;
    text-align: center;
  }

  .div-block-38 {
    width: 75%;
    margin-top: 25px;
    text-align: center;
  }

  .paragraph-7 {
    padding-right: 0px;
  }

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

  .container-2 {
    width: 100%;
    min-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: #fff;
  }

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

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

  .mask {
    width: 90%;
  }

  .image-10 {
    display: none;
  }

  .image-11 {
    display: none;
  }

  .image-12 {
    display: block;
  }

  .div-block-43 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .menu-button {
    color: #005995;
  }

  .menu-button:active {
    background-color: #fff;
    color: #005995;
  }

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

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

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

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

  .div-block-55 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -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;
  }

  .full-logo-wrap {
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-wrap {
    width: 33%;
  }

  .paragraph-11 {
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    padding-right: 8%;
    padding-left: 8%;
  }

  .button_wrapper.btn_kontakt {
    margin-bottom: 16px;
  }

  .section-3 {
    height: auto;
  }

  .div-block-21 {
    padding-right: 127px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-36 {
    width: 75%;
    padding-left: 0px;
  }

  .div-block-37 {
    width: 75%;
  }

  .div-block-38 {
    width: 75%;
  }

  .div-block-41 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-7 {
    margin-left: 15px;
  }

  .image-9 {
    display: none;
  }

  .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-55 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -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;
  }

  .section-logo {
    padding-top: 20px;
  }

  .full-logo-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 50%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 36px;
    line-height: 40px;
  }

  .hero_sticky-container {
    height: 100vh;
  }

  .hero_scroll-container {
    height: 350vh;
  }

  .section_leistungen {
    overflow: hidden;
  }

  .container_leistungen {
    padding-right: 30px;
    padding-left: 30px;
    -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;
  }

  .div-block-2 {
    padding-right: 0px;
  }

  .div-block-4 {
    -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;
  }

  .subheading.lagersysteme {
    padding-left: 0px;
    text-align: left;
  }

  .div-block-5 {
    margin-left: 0px;
    padding-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .leistungen_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-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-2 {
    margin-top: 15px;
    text-align: left;
  }

  .div-block-8 {
    width: 55px;
    height: 55px;
  }

  .image {
    width: 40px;
    height: 40px;
  }

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

  .section {
    height: auto;
  }

  .div-block-12 {
    height: auto;
    padding-top: 110px;
  }

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

  .div-block-13 {
    padding-right: 30px;
    padding-left: 30px;
  }

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

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

  .div-block-16 {
    width: 100%;
    margin-right: 0px;
    padding-bottom: 30px;
  }

  .div-block-17 {
    margin-right: 0px;
    padding-bottom: 30px;
  }

  .section-2 {
    height: 390px;
    line-height: 60px;
  }

  .section-3 {
    height: auto;
    padding-bottom: 130px;
  }

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

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

  .text-block-4 {
    text-align: left;
  }

  .div-block-20 {
    padding-right: 0px;
    text-align: center;
  }

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

  .footer {
    height: auto;
  }

  .footer_overlay {
    height: 103%;
  }

  .background-video-2 {
    height: 100%;
  }

  .div-block-25 {
    height: 100%;
    padding-top: 40px;
  }

  .footer_bg {
    height: 100%;
  }

  .div-block-35 {
    padding-bottom: 30px;
  }

  .div-block-36 {
    width: 75%;
    padding-left: 0px;
  }

  .div-block-37 {
    width: 75%;
  }

  .div-block-38 {
    width: 75%;
  }

  .image-6 {
    margin-bottom: 0px;
    padding-right: 32px;
    padding-left: 32px;
  }

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

  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-7 {
    margin-left: 10px;
  }

  .div-block-43 {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-48 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-block-50 {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-52 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-53 {
    padding-left: 0px;
  }

  .link-block {
    width: 100%;
    padding: 20px 0px;
  }

  .div-block-55 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -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;
  }

  .paragraph-11 {
    margin-top: 15px;
    text-align: center;
  }

  .div-block-56 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 10px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

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

  .image-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

