@font-face {
  font-family: Calibri;
  src: url('../fonts/calibri-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calibri;
  src: url('../fonts/calibri-italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Calibri;
  src: url('../fonts/calibri-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calibri;
  src: url('../fonts/calibri-bold-italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --dunkelblau: #003b69;
  --hellblau: #009ee3;
  --weiß: white;
  --hellgrau: #ebebeb;
  --schwarz: black;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 44px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: auto;
  height: auto;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
}

.heading {
  color: var(--dunkelblau);
}

.style_section {
  width: 100vw;
  height: 100vh;
  padding-left: 5%;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12em;
  line-height: 1;
}

.h1.text_gradient.text_height_less {
  margin-bottom: -.1em;
  line-height: 1;
}

.body {
  font-family: Calibri, sans-serif;
  font-size: 1vw;
  font-weight: 400;
}

.caps {
  text-transform: uppercase;
}

.text_align_middle {
  text-align: center;
}

.position_absolute {
  position: absolute;
}

.flex {
  display: flex;
}

.width_100vw {
  width: 100vw;
}

.height_100vh {
  height: 100vh;
}

.height_100vh.width_100vw.flex.padding_left_right_5.header-teamspanntechnik {
  background-color: var(--dunkelblau);
  background-image: linear-gradient(#ebebeb52, #ebebeb52), url('../images/hintergrund_desktop.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.height_100vh.bg_gradient.design-benefit-section {
  margin-top: -135px;
  padding-top: 180px;
}

.height_100vh.bg_gradient.design-benefit-section.padding_left_right_5.flex.flex_layout-middle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.height_100vh.bg_gradient_image.design-benefit-section {
  background-image: linear-gradient(181deg, #003b69fa, #003b69fc 47%, var(--dunkelblau)), url('../images/1404_Schunk_M_7598_604.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -100px;
  padding-top: 260px;
  padding-bottom: 160px;
  display: flex;
}

.height_100vh.bg_gradient_white.padding_left_right_5.custom-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.bg_gradient {
  background-image: linear-gradient(172deg, var(--hellblau), var(--dunkelblau));
  font-weight: 700;
}

.bg_gradient_white {
  background-image: linear-gradient(235deg, #f8fdff, #fcfcfc);
}

.text_white {
  color: var(--weiß);
}

.text_grey {
  color: var(--hellgrau);
}

.text_black {
  color: var(--schwarz);
}

.text_hellblau {
  color: var(--hellblau);
}

.text_dunkelblau {
  color: var(--dunkelblau);
}

.height_90vh {
  height: 90vh;
}

.height_80vh {
  height: 80vh;
}

.height_70vh {
  height: 70vh;
}

.height_60vh {
  height: 60vh;
}

.height_50vh {
  height: 50vh;
}

.height_50vh.padding_left_right_5.custom-section {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 75px 0%;
  display: flex;
  overflow: hidden;
}

.height_40vh {
  height: 40vh;
}

.height_40vh.bg_gradient_white {
  background-image: linear-gradient(234deg, #ebf8fd, #e7e7e7);
}

.height_40vh.bg_gradient_white.padding_left_right_5.flex.section_design_hand_in_hand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
}

.height_40vh.bg_gradient_white.padding_left_right_5.flex.custom {
  background-image: linear-gradient(234deg, #ebf8fd, #e7e7e7f0), url('../images/1404_Schunk_H_5664.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.height_30vh {
  height: 30vh;
}

.height_30vh.bg_gradient_white.flex.customize_gallery {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.height_20vh {
  height: 20vh;
}

.height_10vh {
  height: 10vh;
}

.margin_top_20 {
  margin-top: 20px;
}

.margin_bottom_20 {
  margin-bottom: 20px;
}

.padding_left_5 {
  padding-left: 5%;
}

.padding_right_5 {
  padding-right: 5%;
}

.padding_left_right_5 {
  padding-left: 5%;
  padding-right: 5%;
}

.margin_right_10 {
  margin-right: 10px;
}

.margin_left_10 {
  margin-left: 10px;
}

.margin_left_20 {
  margin-left: 20px;
}

.margin_right_20 {
  margin-right: 20px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8em;
  line-height: 1;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  font-weight: 400;
  line-height: 1;
}

.paragraph {
  font-size: 1.05em;
  line-height: 1.2;
}

.paragraph.text_gradient.custom-appear {
  display: flex;
}

.paragraph.text_max_width_700 {
  max-width: 600px;
}

.paragraph.text_max_width_700.margin_top_10.text_grey.desktop-hidden {
  display: none;
}

.paragraph.text_max_width_700.text_gradient {
  padding-top: 0;
}

.text_bold {
  font-weight: 700;
}

.h4 {
  font-size: 2.25em;
  line-height: 1.1;
}

.h4.margin {
  margin-bottom: -20px;
}

.h4.margin.text_white.margin_left_10.text_bold.caps.mobile {
  margin-bottom: 0;
  margin-left: 0;
}

.h4.margin.text_white.margin_left_10.text_bold.caps.mobile.slider-absolute {
  text-align: center;
}

.h4.margin.text_white.margin_left_10.text_bold.caps.mobile.slider-text {
  margin-top: 20px;
}

.h4.margin.text_white.margin_left_10.text_bold.caps.mobile-normargin {
  margin-left: 0;
}

.h4.text_bold {
  font-weight: 700;
}

.h4.caps.text_white.desktop-hidden {
  display: none;
}

.h5 {
  font-size: 1.5em;
  line-height: 1;
}

.h5.caps.text_gradient.margin_bottom_20 {
  margin-bottom: 20px;
}

.h5.caps.text_gradient.margin_bottom_10 {
  margin-bottom: 10px;
}

.h5.caps.text_gradient.text_bold {
  font-weight: 700;
}

.h5.text_align_middle.margin_top_10.text_white {
  max-width: 60vw;
}

.h5.text_white.text_bold {
  font-weight: 700;
}

.bg_blue {
  background-color: var(--dunkelblau);
}

.bg_hell_blue {
  background-color: var(--hellblau);
}

.button {
  color: #fff;
  padding: 12.5px 25px;
  font-size: 1.25em;
}

.button.bg_hell_blue.rounded {
  border-radius: 100px;
}

.button.bg_hell_blue.rounded.button_customize {
  border: 2px none var(--hellgrau);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .7em 1.5em;
  text-decoration: none;
  display: flex;
}

.button.bg_hell_blue.rounded.button_customize.margin_top_10.absolute {
  z-index: 5;
  margin-top: 0;
  position: absolute;
}

.button.bg_hell_blue.rounded.button_customize.margin_top_10.absolute.none {
  position: relative;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.rounded {
  border-radius: 100px;
}

.button_text {
  margin-bottom: 0;
}

.margin_none {
  margin: 0;
}

.button_pfeil {
  width: 20px;
}

.bold {
  font-family: Calibri, sans-serif;
  font-weight: 700;
}

.nav_bar {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.nav_bar.bg_blue.nav_customize {
  z-index: 100;
  border-bottom: 2px solid var(--hellblau);
  justify-content: flex-start;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.schunk-logo {
  z-index: 5;
  width: 140px;
  margin-left: 5%;
  position: relative;
}

.schunk-logo.w--current {
  width: 150px;
  margin-left: 5%;
  position: relative;
}

.schunk-logo._200px {
  width: 200px;
}

.hamburger {
  z-index: 95;
  cursor: pointer;
  margin-right: 5%;
  position: relative;
}

.hamburger_div {
  width: 25px;
  height: 3px;
}

.hamburger_div.bg_white {
  background-color: var(--hellgrau);
}

.hamburger_div.bg_white.margin_top_5.margin_bottom_5 {
  margin-bottom: 5px;
  padding-bottom: 0;
}

.margin_top_10 {
  margin-top: 10px;
}

.margin_bottom_10 {
  margin-bottom: 10px;
}

.margin_bottom_5 {
  margin-bottom: 5px;
}

.margin_top_5 {
  margin-top: 5px;
}

.image {
  height: 50%;
}

.bg_logo {
  height: 530px;
  position: absolute;
  inset: auto auto auto 0;
}

.bg_logo.right {
  height: 430px;
  inset: auto 0 auto auto;
}

.text_max_width_500 {
  max-width: 500px;
}

.text_height_0-7 {
  line-height: .7;
}

.image-2 {
  width: 1920px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-hintergrundstreifen {
  z-index: 90;
  height: auto;
  padding-top: 25px;
  position: absolute;
  inset: 0%;
}

.picture_gallery {
  z-index: 48;
  border: 3px solid var(--dunkelblau);
  width: 30%;
  height: 100%;
  margin-right: 40px;
}

.picture_gallery._50 {
  width: 50%;
}

.div_150vw {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 120%;
  height: 100%;
  display: flex;
}

.gallery_image {
  z-index: 20;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block {
  background-color: red;
  width: 150%;
  height: 100%;
}

.div_gallery_150 {
  z-index: 4;
  width: 130%;
  height: 25vh;
  display: flex;
}

.div_gallery_150.custom-gallery {
  z-index: 1;
}

.height_10px {
  height: 10px;
}

.height_10px.bg_gradient.custom_linie {
  margin-top: -1px;
  margin-bottom: -1px;
}

.container.flex.custom_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.pfeil {
  width: 20px;
  position: static;
  inset: auto auto 15em;
  transform: rotate(90deg);
}

.div_100 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 150px;
  margin-bottom: 150px;
  display: flex;
}

.grid_div {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid_div.flex.drid_div_design {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.grid_div.flex.drid_div_design-benefits {
  padding-left: 40px;
  padding-right: 40px;
}

.grid_div.flex.drid_div_design-lightbox {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 22em;
  padding-left: 0;
  padding-right: 0;
}

.grid_div.flex.drid_div_design-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.grid_div._6-grid {
  grid-column-gap: 30px;
  grid-row-gap: 80px;
  grid-template-rows: minmax(auto, auto) auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.grid_div._6-grid.margin_top_20.max_width_2000px {
  grid-column-gap: 4em;
  grid-row-gap: 80px;
}

.grid_div._6-grid.margin_top_20.max_width_2000px.custom-div {
  grid-row-gap: 50px;
  margin-top: 50px;
  display: none;
}

.grid_div._6-grid.margin_top_20.max_width_2000px.custom-section {
  grid-row-gap: 5px;
  grid-template-rows: auto;
  margin-top: 0;
  padding-top: 20px;
}

.image-3 {
  width: 200px;
}

.team-spanntechnik-image {
  width: 250px;
  position: absolute;
}

.div_10px-line {
  width: 100%;
  height: 8px;
}

.div_10px-line.bg_gradient.design_div-line {
  border-radius: 20px;
  height: 6px;
  position: static;
}

.div_10px-line.bg_gradient.design_div-line.relative {
  width: 4%;
}

.relative {
  position: relative;
}

.div_mission_vorteile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div_mission_vorteile.margin_bottom_20.max_width_2000px.custom-section {
  align-items: flex-start;
  width: 100%;
}

.div_mission_vorteile.margin_bottom_20.max_width_2000px.custom-section-div {
  align-items: center;
  width: 100%;
}

.gressel-logo {
  width: 140px;
}

.gressel-logo.w--current {
  z-index: 95;
  position: relative;
}

.gressel-logo._200px {
  width: 200px;
}

.div_icon {
  align-items: center;
  width: 100%;
  display: flex;
}

.div_icon.margin_bottom_10 {
  height: auto;
}

.div_icon.margin_bottom_10.relative.rel_1 {
  z-index: 1;
}

.icon {
  width: 55px;
}

.text-normal {
  font-weight: 400;
}

.bg_gradient_image {
  background-image: linear-gradient(172deg, #009ee3f0, var(--dunkelblau)), url('../images/1404_Schunk_M_7598_604.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div_logo {
  align-items: center;
  width: 100%;
  display: flex;
}

.div_logo.custom {
  justify-content: center;
}

.div_logo.custom.margin_top_20 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.slider_zitate {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.slider_zitate.max_width_2000px {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slide-nav {
  display: none;
}

.icon-right {
  width: 20px;
  transform: rotate(0);
}

.icon-left {
  width: 20px;
  transform: rotate(-180deg);
}

.right-arrow {
  justify-content: center;
  display: flex;
}

.left-arrow {
  justify-content: center;
  height: auto;
  display: flex;
}

.slider-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  position: relative;
}

.slide {
  width: 100%;
  height: auto;
  padding: 20px 10px;
}

.max_width_2000px {
  max-width: 2000px;
}

.custom {
  padding-top: 80px;
  padding-bottom: 80px;
}

.custom.padding_left_right_5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.custom.padding_left_right_5.overflow-hidden {
  height: auto;
}

.lightbox_reveal-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25em;
  display: flex;
  overflow: hidden;
}

.lightbox_reveal-video.max_width_2000px.margin_top_20 {
  border: 1.5px solid var(--hellgrau);
  height: 20em;
  display: none;
}

.image-4 {
  opacity: .6;
  object-fit: cover;
  border: 1.5px #fff;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.play-button {
  z-index: 1;
  width: 4vh;
  position: absolute;
}

.lightbox_interview-video {
  border: 1.5px solid var(--hellgrau);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
  overflow: hidden;
}

.tabs-container {
  width: 100%;
  max-width: 1500px;
}

.tabs-container.margin_top_20 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tab {
  border: 3px solid var(--dunkelblau);
  cursor: pointer;
  object-position: 50% 0%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 15px 35px;
  display: flex;
}

.container_headline-dropdown {
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.dropdown {
  width: 20px;
}

.antwort-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.footer-grid {
  grid-column-gap: 80px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.footer-grid.max_width_2000px.custom-footer {
  padding-left: 5%;
  padding-right: 5%;
}

.link-text-menu {
  margin-bottom: 20px;
  font-family: Calibri, sans-serif;
  font-size: 1.05em;
  line-height: 1.2;
}

.link-text-menu.text_grey {
  text-decoration: none;
}

.link-text-menu.text_grey:hover {
  color: var(--hellblau);
  text-decoration: underline;
}

.link-text-menu.text_grey.nomargin {
  margin-bottom: 0;
}

.footer-hintergrundstreifen {
  z-index: 90;
  width: 100%;
  height: auto;
  padding-top: 25px;
  position: absolute;
  inset: 0%;
}

.backtotop {
  z-index: 32;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.backtotop.bg_blue {
  border-style: solid none solid solid;
  border-width: 2px 2px 0;
  border-color: var(--hellblau) var(--hellblau) black;
}

.div-block-2 {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
}

.backtotop-pfeil {
  width: 25px;
  transform: rotate(-90deg);
}

.process-bar {
  z-index: 32;
  perspective-origin: 0%;
  transform-origin: 0%;
  object-position: 0% 50%;
  height: 6px;
  position: fixed;
  inset: auto 0% 0%;
}

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

.menu {
  width: 100vw;
  height: 100vh;
}

.bg_menu {
  background-image: linear-gradient(to bottom, var(--dunkelblau), var(--dunkelblau));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu_2 {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.button_2 {
  color: #fff;
  padding: 12.5px 25px;
  font-size: 1.25em;
}

.button_2.bg_hell_blue.rounded {
  border-radius: 100px;
}

.button_2.bg_hell_blue.rounded.button_customize {
  border: 2px solid var(--hellgrau);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 14.5em;
  padding: .7em 1.5em;
  text-decoration: none;
  display: flex;
}

.button_2.bg_hell_blue.rounded.button_customize_2 {
  border: 2px solid var(--hellgrau);
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 14.5em;
  padding: .7em 1.5em .7em 0;
  text-decoration: none;
  display: flex;
}

.button2 {
  color: #fff;
  padding: 12.5px 25px;
  font-size: 1.25em;
}

.button2.bg_hell_blue.rounded {
  border-radius: 100px;
}

.button2.bg_hell_blue.rounded.button_customize {
  color: var(--hellblau);
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 12em;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.button2.bg_hell_blue.rounded.button_customize.button-middle-ausrichten {
  justify-content: center;
  padding-right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.custom-section {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 75px;
  display: flex;
}

.div-block-4 {
  width: 200%;
}

.div_200 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 200%;
  height: auto;
  display: flex;
}

.image_maxwidth {
  width: 100%;
  min-width: 120px;
  max-width: 250px;
  height: auto;
}

.tool-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5%;
  display: flex;
  position: relative;
}

.div-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-5 {
  justify-content: center;
  align-self: stretch;
  width: 100%;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.linie_schunk {
  flex: 1;
  width: 4500px;
  max-width: none;
}

.linie-schunk {
  max-width: none;
}

.linie-schunk.custom-linie {
  position: absolute;
}

.linie-schunk.linktree {
  z-index: 2;
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 1000%;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-grid-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.footer-grid-2.max_width_2000px.margin_top_20 {
  justify-content: center;
}

.menu-tab {
  z-index: 1;
  border: 3px none var(--dunkelblau);
  object-position: 50% 0%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  padding: 10px 5%;
  display: flex;
  position: relative;
}

.antwort-wrapper-menu {
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
}

.menu-dropdown {
  width: 20px;
}

.menu-wrapper {
  width: 100%;
  display: flex;
}

.menu-linie {
  z-index: 3;
  background-color: var(--hellblau);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  position: relative;
}

.menu-linie.bg-hellgrau {
  background-color: var(--hellgrau);
  perspective-origin: 0%;
  transform-origin: 0%;
}

.slider {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35vh;
  display: flex;
}

.mask {
  width: 100%;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-2, .slide-3, .slide-4 {
  width: 33.33%;
}

.slider-2 {
  width: 100%;
  display: flex;
}

.mask-2 {
  width: 75%;
  overflow: visible;
}

.slide-nav-2 {
  display: none;
}

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

.mask-3 {
  width: 100%;
  overflow: visible;
}

.slider-4 {
  background-color: #ddd0;
  align-items: center;
  width: 33%;
  height: auto;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
}

.slide-5 {
  position: relative;
  left: auto;
  right: auto;
}

.mask-4 {
  width: 100%;
  height: auto;
  overflow: visible;
}

.left-arrow-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.slider-image {
  z-index: 3;
  border-style: none;
  border-width: 1.5px 1.5px 4px;
  border-color: #fff #fff var(--hellblau);
  object-fit: contain;
  width: 100%;
  max-height: 100%;
  position: relative;
}

.slider-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.arrow-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a {
  inset: auto 0% 0%;
}

.slide-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-nav-3, .slide-nav {
  position: static;
}

.slide-nav-team {
  display: none;
  position: static;
}

.image-wrapper {
  width: 100%;
  position: relative;
}

.slider-linie {
  background-color: var(--hellblau);
  background-image: linear-gradient(to right, var(--dunkelblau) 4%, var(--hellblau) 47%, var(--dunkelblau) 97%);
  width: 100%;
  height: 5px;
  margin-bottom: 20px;
}

.slide-wrapper-size {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.custom-backup {
  padding-top: 80px;
  padding-bottom: 80px;
}

.custom-backup.padding_left_right_5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.custom-backup.padding_left_right_5.overflow-hidden {
  display: none;
}

.lightbox-link {
  z-index: 6;
  border: 5px solid var(--hellblau);
  background-color: var(--dunkelblau);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: -65px auto auto;
  overflow: hidden;
}

.lightbox-link.hidden {
  display: none;
}

.background-video {
  z-index: 3;
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.arrow-middle {
  margin: auto;
}

.slider-bottom-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.mask-5 {
  width: 100%;
}

.pfeil-container {
  width: auto;
  height: auto;
  margin-top: 25px;
}

.pfeil-container.w--current {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.footer-wrapper, .footer-grid2_wrapper {
  width: 100%;
}

.section-gallery-bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-9 {
  position: absolute;
  inset: 0% auto auto;
}

.passwort-logo-top {
  width: 200px;
  margin-top: 50px;
  position: absolute;
  inset: 0% auto auto;
}

.error-message {
  background-color: #ffdede00;
}

.text-field {
  border: 2px solid var(--dunkelblau);
  background-color: #fff0;
}

.field-label {
  margin-top: 20px;
}

.team-spanntechnik-overlay {
  z-index: 2;
  width: 60%;
  position: absolute;
}

.tool {
  z-index: 1;
  max-width: 55%;
  max-height: 65%;
  position: absolute;
}

.benefits-wrapper_3 {
  margin-bottom: 40px;
  display: flex;
}

.play-slide {
  z-index: 6;
  width: 1.5em;
  position: absolute;
}

.play-state {
  display: none;
}

.reveal-video {
  width: 100.1%;
  height: 100.1%;
}

.image-10 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.plus {
  z-index: 0;
  opacity: .35;
  width: 4em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.picture_gallery_video {
  z-index: 48;
  border: 3px solid var(--hellblau);
  width: 25%;
  height: 100%;
  margin-right: 40px;
}

.picture_gallery_video._50 {
  width: 50%;
}

.button-lightbox {
  color: var(--hellgrau);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 12.5px 25px;
  font-size: 1.25em;
  display: flex;
}

.button-lightbox.bg_hell_blue.rounded {
  border-radius: 100px;
}

.button-lightbox.bg_hell_blue.rounded.button_customize {
  border: 2px solid var(--hellgrau);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 14.5em;
  padding: .7em 1.5em;
  text-decoration: none;
  display: flex;
}

.button-lightbox.bg_hell_blue.rounded.button_customize_2 {
  border: 2px solid var(--hellgrau);
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 14.5em;
  padding: .7em 1.5em .7em 0;
  text-decoration: none;
  display: flex;
}

.button-lightbox.hidden {
  display: none;
}

.g-nsefuesschen {
  opacity: .07;
  max-height: 35%;
  position: absolute;
}

.section {
  padding-top: 150px;
}

.section.bg_gradient_white.datenschutz-text {
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
}

.text-header {
  color: var(--dunkelblau);
  font-size: 1.3em;
  font-weight: 700;
}

.italic-text {
  color: var(--dunkelblau);
  font-size: 1.5em;
  font-weight: 700;
}

.section-impressum {
  padding-top: 150px;
}

.section-impressum.bg_gradient_white.datenschutz-text {
  height: auto;
}

.section-impressum.bg_gradient_white.datenschutz-text.padding_left_right_5.margin_bottom_20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-link {
  color: var(--hellblau);
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.max_width_1200px {
  max-width: 1200px;
}

.datenschutz-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pageloader {
  z-index: 5;
  width: 100svw;
  height: 100svh;
  display: none;
  position: absolute;
  inset: 0%;
}

.container_pageloader {
  background-image: linear-gradient(#003b69, #003b69);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5%;
  display: flex;
}

.pageloader_logo {
  width: 20%;
}

.wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  display: flex;
}

.linktree-section {
  width: 100svw;
  height: 100svh;
  display: none;
  position: relative;
}

.linktree-container {
  width: 100%;
  height: 100%;
  padding: 5%;
}

.linktree-wrapper {
  width: 100%;
  max-width: 1440px;
  height: 100%;
}

.background_video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.play-pause-button {
  display: none;
}

.section_header1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  position: relative;
}

.padding-global {
  z-index: 3;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}

.container-large {
  z-index: 4;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.header1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.header1_content {
  flex-flow: column;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 0 0 1rem;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h1 {
  font-size: 2.8rem;
  line-height: 1.2;
}

.text-size-medium {
  font-size: 1.125rem;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.header1_image {
  width: 100%;
  height: 100%;
}

.hover-link-linktree {
  color: var(--hellgrau);
  justify-content: flex-start;
  align-items: center;
  font-family: Calibri, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.linktree_background {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.color_div {
  z-index: 2;
  background-image: linear-gradient(119deg, #003b69c2, var(--dunkelblau) 13%, #003b69e6 51%, var(--dunkelblau) 83%, #003b69bf);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.play-pause-button-2 {
  display: none;
}

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

.wrapper_20 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 10%;
  display: flex;
}

.logo_schunk {
  width: 12.5rem;
}

.wrapper_bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout500_component {
  grid-column-gap: .4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: grid;
}

.layout500_tab-link {
  opacity: .5;
  perspective-origin: 0%;
  transform-origin: 0%;
  color: var(--hellgrau);
  background-color: #0000;
  padding: .5rem 0 .5rem 0;
  transition: all .65s;
  display: block;
  transform: scale(.9);
}

.layout500_tab-link:hover {
  opacity: .75;
}

.layout500_tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  transform: scale(1);
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.layout500_image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout500_image {
  aspect-ratio: 1;
  opacity: .7;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout500_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.layout500_lightbox-image {
  object-fit: cover;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.absolute-wrapper {
  position: absolute;
}

@media screen and (min-width: 1920px) {
  .h1 {
    font-size: 220px;
  }

  .height_40vh.bg_gradient_white.padding_left_right_5.flex.section_design_hand_in_hand {
    justify-content: space-between;
    height: auto;
  }

  .height_40vh.bg_gradient_white.padding_left_right_5.flex.custom.section-overflow-hidden {
    overflow: hidden;
  }

  .h2 {
    font-size: 150px;
  }

  .h3 {
    font-size: 110px;
  }

  .paragraph {
    font-size: 20px;
  }

  .paragraph.text_max_width_700.text_align_middle.margin_top_10.text_gradient {
    max-width: 750px;
  }

  .paragraph.text_max_width_700.text_align_middle.margin_top_10.text_white.custom-paragraph {
    font-size: 15px;
  }

  .h4 {
    font-size: 50px;
  }

  .h5 {
    font-size: 30px;
  }

  .button.bg_hell_blue.rounded.button_customize {
    padding: 15px 45px;
    font-size: 35px;
  }

  .button_text {
    margin-bottom: 0;
    font-size: 25px;
  }

  .button_pfeil.margin_right_10 {
    width: 25px;
  }

  .nav_bar.bg_blue.nav_customize {
    border-bottom: 3px solid var(--hellblau);
  }

  .hamburger {
    width: auto;
    height: auto;
  }

  .bg_logo {
    height: 650px;
  }

  .bg_logo.right {
    height: 600px;
  }

  .image-2, .nav-hintergrundstreifen {
    width: 100%;
  }

  .pfeil {
    margin-top: 25px;
  }

  .div_100 {
    position: relative;
  }

  .grid_div.flex.drid_div_design-benefits {
    align-items: flex-start;
  }

  .grid_div.flex.drid_div_design-lightbox {
    align-items: flex-start;
    height: 17em;
  }

  .grid_div.flex.drid_div_design-footer {
    align-items: flex-start;
  }

  .grid_div._6-grid.margin_top_20.max_width_2000px {
    grid-template-rows: auto;
  }

  .grid_div._6-grid.margin_top_20.max_width_2000px.custom-section {
    flex-direction: row;
    display: flex;
  }

  .div_mission_vorteile.margin_bottom_20.max_width_2000px.custom-section-div {
    margin-bottom: 10px;
  }

  .div_logo.custom.margin_top_20 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .link-text-menu {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .link-text-menu.text_grey {
    font-size: 16px;
  }

  .link-text-menu.text_grey:hover {
    color: var(--hellblau);
  }

  .footer-hintergrundstreifen {
    width: 100%;
  }

  .process-bar.bg_hell_blue {
    z-index: 100;
  }

  .menu {
    z-index: 99;
  }

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

  .image-6 {
    opacity: .13;
    mix-blend-mode: color-dodge;
    width: 150px;
  }

  .menu_2 {
    display: none;
  }

  .button_2.bg_hell_blue.rounded.button_customize, .button_2.bg_hell_blue.rounded.button_customize_2 {
    width: 335px;
    padding: 15px 45px;
    font-size: 35px;
  }

  .button2.bg_hell_blue.rounded.button_customize {
    width: 400px;
    padding: 15px 45px 15px 0;
    font-size: 35px;
  }

  .custom-section, .custom-section.bg_gradient_white {
    align-items: flex-start;
  }

  .div_200 {
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-auto-columns: auto;
  }

  .div_200.margin_top_20 {
    width: auto;
  }

  .div-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .linie-schunk {
    perspective-origin: 0%;
    transform-origin: 0%;
  }

  .footer-grid-2.margin_top_20.max_width_2000px {
    justify-content: center;
  }

  .menu-linie {
    justify-content: center;
    display: flex;
  }

  .slider-4 {
    margin-top: 0;
  }

  .mask-5 {
    width: 100%;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .field-label {
    font-size: 30px;
  }

  .field-label.text_gradient.margin_bottom_10 {
    height: auto;
  }

  .team-spanntechnik-overlay {
    width: 50%;
  }

  .play-slide {
    width: 30px;
  }

  .plus {
    width: 80px;
  }

  .button-lightbox.bg_hell_blue.rounded.button_customize, .button-lightbox.bg_hell_blue.rounded.button_customize_2 {
    width: 335px;
    padding: 15px 45px;
    font-size: 35px;
  }
}

@media screen and (max-width: 991px) {
  .style_section {
    padding-right: 5%;
  }

  .h1 {
    font-size: 18.2em;
  }

  .height_100vh.bg_gradient_image.design-benefit-section.padding_left_right_5.overflow-hidden {
    align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .height_40vh.bg_gradient_white.padding_left_right_5.flex.section_design_hand_in_hand {
    flex-direction: column;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .height_30vh.bg_gradient_white.flex.customize_gallery {
    height: 20vh;
  }

  .h2 {
    font-size: 13.3em;
  }

  .h3 {
    font-size: 9.1em;
  }

  .paragraph {
    font-size: 2em;
  }

  .paragraph.text_max_width_700.text_align_middle.margin_top_10.text_white.custom-paragraph {
    font-size: 1.05em;
  }

  .h4 {
    font-size: 4.2em;
  }

  .h4.margin.text_white.margin_left_10.text_bold.caps.mobile-normargin {
    margin-left: 0;
  }

  .h4.caps.text_white.desktop-hidden.mobile.marginmobille {
    padding-left: 40px;
    display: block;
  }

  .h5 {
    font-size: 2.5em;
  }

  .h5.caps.text_white.mobile-hidden {
    display: none;
  }

  .button.bg_hell_blue.rounded.button_customize {
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .button_text {
    font-size: 1.2em;
  }

  .schunk-logo.w--current {
    width: 120px;
  }

  .bg_logo {
    height: 500px;
    display: none;
    inset: auto auto 0% 0%;
  }

  .bg_logo.right {
    height: 390px;
    display: none;
    inset: 90px 0% auto auto;
  }

  .nav-hintergrundstreifen {
    min-width: 1920px;
  }

  .picture_gallery {
    display: none;
  }

  .picture_gallery._50 {
    width: 100%;
  }

  .div_gallery_150 {
    width: 100%;
    height: 22vh;
  }

  .div_100 {
    flex-direction: column;
    grid-template-rows: auto 250px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 80px;
  }

  .grid_div.flex.drid_div_design.middle {
    height: 20vh;
  }

  .grid_div.flex.drid_div_design-benefits {
    margin-bottom: 20px;
  }

  .grid_div.flex.drid_div_design-lightbox {
    height: 25em;
  }

  .grid_div._6-grid.margin_top_20 {
    grid-template-columns: 1fr 1fr;
  }

  .grid_div._6-grid.margin_top_20.max_width_2000px.custom-section {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .div_10px-line.bg_gradient.design_div-line {
    width: 6px;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slide {
    height: auto;
  }

  .footer-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
  }

  .link-text-menu {
    font-size: 2.3em;
  }

  .link-text-menu.text_grey.nomargin {
    margin-bottom: 0;
  }

  .footer-hintergrundstreifen {
    min-width: 1920px;
  }

  .button_2.bg_hell_blue.rounded.button_customize, .button_2.bg_hell_blue.rounded.button_customize_2 {
    width: 20em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .button2.bg_hell_blue.rounded.button_customize {
    width: 25em;
    margin-top: 20px;
    padding-left: 2em;
    padding-right: 2em;
  }

  .div_200 {
    width: 400%;
  }

  .slider-4 {
    width: 60%;
    height: auto;
  }

  .mask-4 {
    height: auto;
  }

  .arrow-bottom {
    inset: auto 0% 0%;
  }

  .benefits-wrapper_3 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .plus {
    width: 8.5em;
  }

  .picture_gallery_video._50 {
    width: 100%;
    margin-right: 0;
  }

  .button-lightbox.bg_hell_blue.rounded.button_customize, .button-lightbox.bg_hell_blue.rounded.button_customize_2 {
    width: 20em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-large {
    justify-content: center;
    display: flex;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header1_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h1.linktree {
    text-align: center;
    font-size: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper_20 {
    justify-content: flex-end;
    padding-bottom: .3rem;
  }

  .logo_schunk {
    width: 10rem;
  }

  .layout500_component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .layout500_tabs-menu {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    display: flex;
  }

  .layout500_tab-link {
    transform-origin: 50%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

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

  .layout500_image {
    width: 90%;
  }

  .layout500_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

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

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 19em;
  }

  .height_100vh.bg_gradient_image.design-benefit-section.padding_left_right_5.overflow-hidden {
    align-items: flex-start;
  }

  .height_30vh.bg_gradient_white.flex.customize_gallery {
    height: 15vh;
  }

  .h2 {
    font-size: 15em;
  }

  .h3 {
    font-size: 10em;
  }

  .paragraph {
    font-size: 3em;
  }

  .paragraph.text_max_width_700.text_align_middle.margin_top_10.text_white.custom-paragraph {
    font-size: .9em;
  }

  .h4 {
    font-size: 5em;
  }

  .h4.caps.text_white.desktop-hidden.mobile {
    display: block;
  }

  .h4.caps.text_white.desktop-hidden.mobile.marginmobille {
    padding-left: 40px;
  }

  .h5 {
    font-size: 4em;
  }

  .h5.caps.text_white.mobile-hidden {
    display: none;
  }

  .button.bg_hell_blue.rounded.button_customize.margin_top_10.absolute {
    padding-top: .3em;
    padding-bottom: .3em;
  }

  .button_text {
    font-size: 1em;
  }

  .schunk-logo.w--current {
    width: 100px;
  }

  .bg_logo {
    height: 500px;
    display: none;
  }

  .bg_logo.right {
    height: 300px;
    display: none;
  }

  .div_gallery_150 {
    height: 18vh;
  }

  .grid_div.flex.drid_div_design-lightbox {
    height: 35em;
  }

  .grid_div._6-grid.margin_top_20 {
    grid-template-columns: 1fr 1fr;
  }

  .lightbox_reveal-video.max_width_2000px.margin_top_20 {
    height: 25em;
  }

  .link-text-menu {
    font-size: 3em;
  }

  .link-text-menu.text_grey.nomargin {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .button_2.bg_hell_blue.rounded.button_customize, .button_2.bg_hell_blue.rounded.button_customize_2 {
    width: 23em;
  }

  .button2.bg_hell_blue.rounded.button_customize {
    width: 25em;
  }

  .div_200 {
    width: 500%;
  }

  .footer-grid-2, .footer-grid-2.max_width_2000px.margin_top_20 {
    flex-direction: column;
  }

  .menu-tab {
    margin-bottom: 30px;
  }

  .menu-wrapper {
    flex-direction: column;
  }

  .slider-4 {
    width: 70%;
  }

  .left-arrow-2, .slider-arrow {
    width: 15%;
  }

  .plus {
    width: 12em;
  }

  .button-lightbox.bg_hell_blue.rounded.button_customize, .button-lightbox.bg_hell_blue.rounded.button_customize_2 {
    width: 23em;
  }

  .header1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.linktree {
    font-size: 1.8rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout500_component {
    padding-left: 0%;
    padding-right: 0%;
  }

  .layout500_tabs-menu {
    justify-content: center;
    width: 100%;
  }

  .layout500_tab-link {
    margin-bottom: .2rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .layout500_image {
    width: 85%;
  }
}

@media screen and (max-width: 479px) {
  .h1.text_gradient.text_height_less {
    margin-bottom: -10px;
  }

  .height_100vh.bg_gradient_image.design-benefit-section.padding_left_right_5 {
    height: auto;
    padding-top: 200px;
    padding-bottom: 50px;
  }

  .height_100vh.bg_gradient_image.design-benefit-section.padding_left_right_5.overflow-hidden {
    padding-top: 100px;
  }

  .bg_gradient.button {
    font-size: 4em;
  }

  .height_50vh.padding_left_right_5.custom-section {
    height: auto;
  }

  .height_40vh.bg_gradient_white.padding_left_right_5.flex.section_design_hand_in_hand {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .height_40vh.bg_gradient_white.padding_left_right_5.flex.custom {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .height_30vh.bg_gradient_white.flex.customize_gallery {
    height: 40vh;
  }

  .paragraph {
    font-size: 4em;
  }

  .paragraph.text_max_width_700.margin_top_10.text_grey.desktop-hidden {
    display: block;
  }

  .paragraph.text-normal.text_white.text_align_middle.text-mobile-left {
    text-align: left;
  }

  .paragraph.margin_top_20.margin_bottom_20.max_width_1200px.breaksetting {
    white-space: break-spaces;
  }

  .h4 {
    font-size: 7em;
  }

  .h4.margin.text_white.margin_left_10.text_bold.caps {
    margin-bottom: 0;
  }

  .h4.margin.text_white.margin_left_10.text_bold.caps.mobile {
    margin-bottom: -5px;
    font-size: 10em;
  }

  .h4.margin.text_white.margin_left_10.text_bold.caps.mobile-normargin {
    margin-left: 0;
  }

  .h4.caps.text_white.desktop-hidden {
    display: block;
  }

  .h4.caps.text_white.desktop-hidden.mobile {
    font-size: 10em;
  }

  .h4.caps.text_white.desktop-hidden.mobile.marginmobille {
    padding-left: 0;
  }

  .h5 {
    font-size: 5em;
  }

  .h5.caps.text_white.mobile-hidden {
    display: none;
  }

  .h5.text_align_middle.text-normal.margin_bottom_20.margin_bottom_10.text_white.mobile-left {
    text-align: left;
  }

  .h5.text_align_middle.text-normal.margin_bottom_20.margin_bottom_10.text_white.mobile-left.mobile-hidden {
    display: none;
  }

  .h5.text_white.text_bold.mobile_less_margin {
    margin-bottom: 5px;
  }

  .button.bg_hell_blue.rounded.button_customize {
    padding: 1.2em 2.5em;
  }

  .button.bg_hell_blue.rounded.button_customize.margin_top_10.absolute {
    padding: .7em 1em;
  }

  .nav_bar.bg_blue.nav_customize {
    justify-content: flex-start;
  }

  .schunk-logo.w--current {
    width: 90px;
  }

  .schunk-logo._200px.margin_right_20 {
    width: 40%;
    margin-right: 5%;
  }

  .bg_logo {
    display: none;
    bottom: 0;
    left: 0;
  }

  .bg_logo.right {
    inset: auto 0 0% auto;
  }

  .nav-hintergrundstreifen {
    padding-top: 34px;
  }

  .div_gallery_150 {
    width: 100%;
    height: 23vh;
  }

  .pfeil {
    width: 15px;
  }

  .div_100 {
    grid-template-rows: auto 200px;
    grid-template-columns: 1fr;
  }

  .grid_div.flex.drid_div_design.middle {
    height: 25vh;
  }

  .grid_div.flex.drid_div_design-benefits {
    padding-left: 0;
    padding-right: 0;
  }

  .grid_div.flex.drid_div_design-benefits.relative.mobile-margin {
    padding-left: 40px;
  }

  .grid_div.flex.drid_div_design-lightbox {
    height: 60em;
  }

  .grid_div._6-grid.margin_top_20 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .grid_div._6-grid.margin_top_20.max_width_2000px {
    grid-row-gap: 40px;
  }

  .grid_div._6-grid.margin_top_20.max_width_2000px.custom-div {
    grid-row-gap: 30px;
  }

  .grid_div._6-grid.margin_top_20.max_width_2000px.custom-section {
    grid-row-gap: 25px;
    margin-top: 20px;
    padding-top: 0;
  }

  .team-spanntechnik-image {
    width: 50%;
    padding-left: 5px;
  }

  .div_mission_vorteile.margin_bottom_20.max_width_2000px.mobile-left {
    align-items: flex-start;
    width: 100%;
  }

  .gressel-logo._200px.margin_left_20 {
    width: 40%;
    margin-left: 5%;
  }

  .div_icon.margin_bottom_10 {
    margin-bottom: 0;
  }

  .icon-right, .icon-left {
    width: 15px;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: flex-end;
    inset: auto 0% 0%;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: flex-end;
    inset: auto 0% 0%;
  }

  .slider-div {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox_reveal-video.max_width_2000px.margin_top_20 {
    height: 65em;
  }

  .image-4 {
    height: 100%;
  }

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

  .footer-grid.max_width_2000px.custom-footer {
    grid-template-columns: 1fr;
  }

  .link-text-menu {
    font-size: 4em;
  }

  .link-text-menu.text_grey.nomargin, .link-text-menu.text_grey.mobile-nomargin {
    margin-bottom: 0;
  }

  .footer-hintergrundstreifen {
    padding-top: 34px;
  }

  .menu_2 {
    justify-content: flex-start;
  }

  .button_2.bg_hell_blue.rounded.button_customize, .button_2.bg_hell_blue.rounded.button_customize_2 {
    width: 40em;
    padding: 1.2em 2.5em;
  }

  .button2.bg_hell_blue.rounded.button_customize {
    width: 40em;
    padding: 0 2.5em 0 0;
  }

  .div_200 {
    width: 800%;
  }

  .linie_schunk {
    flex: none;
  }

  .linie-schunk.custom-linie {
    height: 33px;
    margin-bottom: 5px;
  }

  .footer-grid-2 {
    flex-direction: column;
  }

  .footer-grid-2.max_width_2000px {
    margin-top: 25px;
  }

  .footer-grid-2.max_width_2000px.margin_top_20 {
    margin-top: 15px;
  }

  .menu-tab {
    margin-bottom: 10px;
  }

  .menu-wrapper {
    justify-content: flex-start;
    height: auto;
    padding-top: 135px;
  }

  .menu-linie.bg-hellgrau {
    height: 1.5px;
  }

  .slider-4 {
    justify-content: center;
    width: 80%;
  }

  .left-arrow-2 {
    width: 10%;
  }

  .slider-image {
    height: 100%;
  }

  .slider-arrow {
    width: 10%;
  }

  .arrow-bottom {
    width: 100%;
  }

  .error-message {
    font-size: 4em;
  }

  .field-label {
    font-size: 7em;
  }

  .field-label.text_gradient {
    font-size: 4em;
  }

  .play-slide {
    width: 8em;
  }

  .plus {
    width: 15em;
  }

  .picture_gallery_video._50 {
    height: auto;
  }

  .button-lightbox.bg_hell_blue.rounded.button_customize, .button-lightbox.bg_hell_blue.rounded.button_customize_2 {
    width: 40em;
    padding: 1.2em 2.5em;
  }

  .g-nsefuesschen {
    max-height: 60%;
  }

  .datenschutz-wrapper {
    width: 100%;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

#w-node-_31a287e9-b052-2895-9843-53984f379829-ec15befd, #w-node-_0927a91a-9c22-e038-cfa3-b457b72373a3-ec15befd, #w-node-_424a4425-a46b-fb28-9c1a-e0cc255b28d2-ec15befd, #w-node-_2c5dbf5c-ad9e-809a-17bb-8b14389de70b-ec15befd, #w-node-_06d54894-0c01-7239-c330-0d87cf864ee6-ec15befd, #w-node-_0881c04f-226b-10fa-a2b8-0b5233933347-ec15befd, #w-node-aaeb33fc-3cd8-f1c7-588b-4e04c9de766d-ec15befd, #w-node-f2d51d78-931d-02f9-7fe8-9585333ea503-ec15befd, #w-node-cbe488f4-9c93-b810-50f3-8de8d5232211-ec15befd, #w-node-_915d756a-fa3a-69ce-ff38-b97bf24d7368-ec15befd, #w-node-_5402ec2e-1856-6252-c3aa-ad16c1973fd4-ec15befd, #w-node-b23f2e49-d185-24c9-f081-2b815b30396d-ec15befd, #w-node-_8dca9a46-8ac9-4a18-1b73-164e1096fcd7-ec15befd, #w-node-_3c3669f7-ed8f-c08c-2a0b-9e1f67d775cc-ec15befd, #w-node-ec037892-a9c5-a6d7-27f6-397a769e736c-ec15befd, #w-node-f76c831d-f58a-6501-5d07-a3cb63cb73b4-63cb73b1, #w-node-f76c831d-f58a-6501-5d07-a3cb63cb73c1-63cb73b1, #w-node-f76c831d-f58a-6501-5d07-a3cb63cb73ce-63cb73b1, #w-node-f76c831d-f58a-6501-5d07-a3cb63cb73dd-63cb73b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e3a42e9-2e4b-00b8-2ba5-82355a7b91b2-d06e18c3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6e3a42e9-2e4b-00b8-2ba5-82355a7b91c5-d06e18c3 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_6e3a42e9-2e4b-00b8-2ba5-82355a7b91b2-d06e18c3 {
    grid-row: 2 / 2;
    grid-column-end: 3;
  }

  #w-node-_6e3a42e9-2e4b-00b8-2ba5-82355a7b91c5-d06e18c3 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6e3a42e9-2e4b-00b8-2ba5-82355a7b91b2-d06e18c3 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-bold-italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}