@font-face {
  font-family: Fa Solid;
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kanit;
  src: url('../fonts/Kanit-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kanit;
  src: url('../fonts/Kanit-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Rubik Dirt;
  src: url('../fonts/RubikDirt-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Fa Brands;
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa Solid;
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #111;
  --regular-font-family: Roboto, sans-serif;
  --white: white;
  --primary: #f65d03;
  --secondary-heading-font: Kanit, sans-serif;
  --light-dark: #1f1f1f;
  --secondary: #e2f52c;
  --primary-heading-font: "Rubik Dirt", sans-serif;
  --tertiary: #444;
  --dark-red: #792007;
  --neutral-light: #aaa;
  --_base-collection-2---colors--black: black;
  --_base-collection-2---colors--white: white;
  --_base-collection-2---f8-brand--f8-brand: #4742d1;
  --_base-collection-2---f8-brand--f8-background: #171228;
  --_base-collection-2---colors--primary: #0bba80;
  --_base-collection-2---fonts--default-text-font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_base-collection-2---fonts--default-heading-font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --dnn: #0bba80;
}

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

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

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

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

.shared-components--creator-section {
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 100%;
  padding-top: .625rem;
  padding-bottom: .625rem;
  text-decoration: none;
}

.shared-components--creator-section:hover {
  color: #fff;
}

.shared-components--container {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.shared-components--creator_flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.shared-components--creator_inline {
  display: inline-flex;
}

body {
  background-color: var(--black);
  font-family: var(--regular-font-family);
  color: var(--white);
  font-size: 1rem;
  line-height: 150%;
}

a {
  color: var(--white);
}

.navbar-section {
  z-index: 999;
  background-color: var(--black);
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.content-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.footer-section {
  background-color: var(--black);
  color: var(--white);
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  background-color: var(--black);
}

.cta-button {
  background-color: var(--primary);
  font-family: var(--secondary-heading-font);
  color: var(--white);
  letter-spacing: 3.4px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transform: skew(-20deg);
}

.cta-button:hover {
  text-decoration: none;
}

.f8-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.dnn-block {
  max-width: 400px;
}

.dnn-link {
  color: #0bba80;
}

.footer-link {
  text-decoration: none;
}

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

.nav-link {
  color: var(--white);
  transition: color .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--primary);
}

.fa-solid {
  text-align: center;
  width: 20px;
  margin-right: 4px;
  font-family: Fa Solid, sans-serif;
  display: inline-block;
}

.legal-rte a {
  word-break: break-all;
}

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

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

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

.password-submit {
  color: #fff;
  background-color: #0bba80;
}

.password-submit:hover {
  color: #000;
}

.password-heading {
  font-size: 20px;
}

.design-reference-section {
  padding-top: 220px;
  padding-bottom: 220px;
}

.form-submit-button {
  background-color: var(--primary);
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.form-submit-button:hover {
  text-decoration: none;
}

.form-submit-button-disabled {
  color: var(--white);
  cursor: default;
  background-color: #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.form-submit-button-disabled:hover {
  text-decoration: none;
}

.dnn-reference-quick-stack {
  padding-left: 0;
}

.form-submit-block {
  margin-top: 40px;
}

.contact-form-checkbox {
  width: 15px;
  height: 15px;
  box-shadow: 1px 1px 6px #0000001a;
}

.contact-form-checkbox-label {
  margin-left: 5px;
}

.design-reference-block {
  border-bottom: 1px solid #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.brand.w--current {
  z-index: 2;
}

.nav-content-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 80px;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.primary-button-text {
  color: var(--white);
  transform: skew(20deg);
}

.button-icon {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 16px;
  display: flex;
  transform: skew(20deg);
}

.button-content {
  z-index: 1;
  padding: 5px 10px;
  position: relative;
}

.button-wrapper {
  background-color: var(--light-dark);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  transform: skew(-20deg);
}

.primary-button-background {
  z-index: 0;
  background-color: var(--primary);
  position: absolute;
  inset: 0%;
}

.primary-button-content-wrapper {
  border-top: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  border-left: 2px solid var(--primary);
  position: relative;
}

.primary-button-icon-wrapper {
  border-top: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  justify-content: center;
  align-items: center;
  margin-left: -1.5px;
  padding: 10px 15px;
  display: flex;
  position: relative;
}

.primary-button, .secondary-button {
  font-family: var(--secondary-heading-font);
  letter-spacing: 3.4px;
  text-transform: uppercase;
  margin: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.secondary-button-content-wrapper {
  border-top: 2px solid var(--secondary);
  border-bottom: 2px solid var(--secondary);
  border-left: 2px solid var(--secondary);
  position: relative;
}

.seconadry-button-background {
  z-index: 0;
  background-color: var(--secondary);
  position: absolute;
  inset: 0%;
}

.secondary-button-text {
  color: var(--black);
  transform: skew(20deg);
}

.secondary-button-icon-wrapper {
  border-top: 2px solid var(--secondary);
  border-right: 2px solid var(--secondary);
  border-bottom: 2px solid var(--secondary);
  justify-content: center;
  align-items: center;
  margin-left: -1.5px;
  padding: 5px 10px;
  display: flex;
  position: relative;
}

.hero-section {
  align-items: center;
  height: 750px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.heading-1 {
  font-family: var(--primary-heading-font);
  color: var(--white);
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
}

.hero-content-wrapper {
  flex-flow: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-content {
  z-index: 1;
  position: relative;
}

.hero-background-video-overlay {
  z-index: 1;
  background-color: #000000bf;
  position: absolute;
  inset: 0%;
}

.home-hero-maschine-wrapper {
  z-index: 2;
  position: absolute;
}

.hero-orange-rectangle-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0% -50% 0% auto;
}

.hero-orange-light-rectangle-wrapper {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.absolute-parent-image {
  width: 100%;
  height: 100%;
}

.image-left-text-right-content-wrapper {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-left-text-right-rectangle-wrapper {
  z-index: 0;
  position: absolute;
  top: 5%;
  bottom: 5%;
  right: 55%;
}

.image-left-text-right-image-wrapper-1 {
  z-index: 2;
  height: 300px;
  position: absolute;
  bottom: 44%;
  right: 50%;
}

.image-left-text-right-image-wrapper-2 {
  z-index: 1;
  height: 250px;
  position: absolute;
  bottom: -10%;
  right: 0%;
}

.image-left-text-right-heading-wrapper {
  margin-bottom: 1.25rem;
  margin-left: -2rem;
}

.heading-2 {
  font-family: var(--primary-heading-font);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.heading-2.form-success {
  margin-top: 0;
}

.secondary-subheader {
  font-family: var(--secondary-heading-font);
  color: var(--secondary);
  letter-spacing: 3.06px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
}

.image-left-text-right-right-cell {
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-left-text-right-content-section {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.home-hero-maschine-particle-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -20px;
  transform: rotate(4deg);
}

.home-hero-maschine-particle {
  width: 100%;
  height: 90px;
}

.counter-text {
  font-family: var(--primary-heading-font);
  text-align: left;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  line-height: 130%;
}

.counter-cell {
  background-image: url('../images/Counter-SVG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.counter-cell._2 {
  height: 200px;
  margin-bottom: 110px;
}

.counter-header-info {
  font-family: var(--secondary-heading-font);
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  position: absolute;
  top: 10px;
  right: 0;
}

.counter-quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  padding: 0;
}

.counter-quick-stack-cell {
  justify-content: flex-end;
  align-items: flex-start;
}

.counter-content-section {
  background-image: url('../images/Counter-HG_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.slider-left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 100px 0% auto;
  transform: skew(-20deg);
}

.slider {
  background-color: #0000;
  height: 650px;
  position: relative;
}

.map-slider-background-wrapper {
  height: 650px;
  transform-style: preserve-3d;
  position: absolute;
  top: 0%;
  left: 41%;
  right: 0%;
  transform: rotateX(45deg)rotateY(0)rotateZ(0);
}

.mask {
  height: 750px;
}

.spacer-20px {
  height: 20px;
}

.spacer-40px {
  height: 40px;
}

.slider-arrow-wrapper {
  border: 2px solid var(--primary);
  background-color: var(--light-dark);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.slider-arrow-icon-left {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  width: 15px;
  height: 16px;
  display: flex;
  position: relative;
  transform: rotate(180deg)skew(20deg);
}

.slider-right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 0% 0% auto;
  transform: skew(-20deg);
}

.slider-arrow-icon-right {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  width: 15px;
  height: 16px;
  display: flex;
  position: relative;
  transform: skew(20deg);
}

.home-ablauf-content-section {
  background-color: var(--light-dark);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.home-starker-fuhrpark-content-section {
  position: relative;
  overflow: hidden;
}

.bottom-background-wrapper {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.bottom-backround-image {
  width: 100%;
  height: auto;
}

.centered {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.turning-circle-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
  position: relative;
}

.turning-circle-text {
  width: 180px;
  height: 180px;
  font-family: var(--secondary-heading-font);
  color: var(--secondary);
  letter-spacing: 3px;
  padding: 10px;
  font-size: 16px;
  position: absolute;
  inset: 0%;
}

.turning-cicle-embed-text {
  width: 90%;
  height: 90%;
  position: absolute;
}

.turning-circle-embed-outer-circle-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.turning-circle-embed-arrow-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 23px;
  display: flex;
  position: absolute;
}

.turning-circle-embed-arrow-icon {
  width: 25px;
  height: 25px;
  position: relative;
}

.turning-circle-embed-inner-circle-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.starker-fuhrpark-background-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.starker-fuhrpark-background-rectangles {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.starker-fuhrpark-background-rectangles-big-green {
  z-index: 1;
  position: absolute;
  inset: 10% 5% auto auto;
}

.starker-fuhrpark-background-rectangles-small-green {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 5%;
}

.starker-fuhrpark-background-rectangles-big-black {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.relative-content-z-index {
  z-index: 3;
  position: relative;
}

.is-magnetic {
  padding: 20px;
}

.spacer-50px {
  height: 50px;
}

.spacer-100px {
  height: 100px;
}

.home-ablauf-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-ablauf-image {
  object-fit: contain;
}

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

.accordion-wrapper {
  width: 100%;
}

.home-ablauf-accordion-item {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  left: -20px;
}

.home-ablauf-accordion-item-header {
  font-family: var(--secondary-heading-font);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.dropdown-list {
  border: 1px solid var(--secondary);
  color: var(--white);
  background-color: #0000;
  position: relative;
  top: -30px;
  overflow: hidden;
}

.dropdown-list.w--open {
  z-index: 0;
}

.home-ablauf-accordion-item-icon-closed, .home-ablauf-accordion-item-icon-opened {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  position: relative;
}

.home-usp-content-section {
  background-color: var(--light-dark);
  position: relative;
}

.paper-top {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: -1px;
  display: flex;
}

.paper-mid {
  margin-bottom: -1px;
}

.paper-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.usp-quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
  padding: 0;
}

.usp-wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.usp-background-wrapper {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% -8%;
}

.usp-content-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.usp-header {
  font-family: var(--secondary-heading-font);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.usp-icon-content {
  border: 3px solid var(--white);
  background-color: var(--light-dark);
  width: 150px;
  height: 150px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transform: skew(-20deg);
}

.home-usp-icon {
  height: 100%;
  position: relative;
  transform: skew(20deg);
}

.usp-background-rectangle {
  background-color: var(--light-dark);
  opacity: .5;
  width: 55%;
  height: 100%;
  position: relative;
  transform: skew(-20deg);
}

.usp-icon-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.usp-icon-image-hover {
  width: 100%;
  height: 100%;
  position: relative;
}

.paper-bottom-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 80px;
}

.paper-top-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 80px;
}

.partner-section {
  height: 550px;
  margin-bottom: -100px;
  overflow: hidden;
}

.home-usp-content-section-mid-content {
  background-color: var(--tertiary);
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.quote-slider {
  background-color: var(--black);
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 460px;
  height: 100%;
  display: flex;
  position: relative;
}

.quote-mask {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  overflow: visible;
}

.quote-slider-left-arrow {
  flex-flow: row;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.quote-slider-right-arrow {
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.quote-slider-wrapper {
  justify-content: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.quote-slide {
  background-color: var(--primary);
  margin-right: 50px;
  position: relative;
}

.quote-slide-wrapper {
  width: 460px;
  height: 412px;
  position: relative;
}

.quote-slide-content {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  position: relative;
}

.qute-slide-icon-wrapper {
  margin-bottom: 20px;
}

.quote-slider-header {
  font-family: var(--secondary-heading-font);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.quote-slide-small-text {
  color: var(--dark-red);
  margin-top: 10px;
}

.quote-slide-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.quote-slider-slide-nav {
  grid-column-gap: 20px;
  justify-content: space-around;
  width: 80%;
  display: flex;
  position: relative;
}

.quote-slider-left-arrow-inner-wrapper {
  width: 230px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -80%;
}

.quote-slider-right-arrow-inner-wrapper {
  width: 230px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: -80%;
}

.div-block {
  position: absolute;
  inset: auto 0% 0%;
}

.footer-section-inner {
  background-color: var(--primary);
  height: auto;
  color: var(--white);
  margin-top: .625rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  padding: 5rem 1.25rem;
  position: relative;
  overflow: hidden;
}

.footer-quick-stack {
  grid-column-gap: 50px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}

.footer-logo-wrapper {
  width: 100%;
  margin-bottom: 15px;
}

.footer-header {
  font-family: var(--secondary-heading-font);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.footer-link-list {
  grid-column-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.footer-link-list-item {
  margin-bottom: 5px;
}

.slider-arrow-hover {
  z-index: 0;
  background-color: var(--primary);
  width: 0%;
  position: absolute;
  inset: 0%;
}

.map-points {
  position: absolute;
  inset: 0%;
}

.map-pin-embed {
  z-index: 2;
  width: 35px;
  height: 40px;
  position: absolute;
  bottom: 5px;
  left: 1px;
}

.map-point-1 {
  z-index: 0;
  width: 38px;
  height: 23px;
  position: absolute;
  top: 55%;
  left: 10%;
}

.map-point-embed {
  z-index: 1;
  width: 38px;
  height: 23px;
  position: absolute;
}

.map-point-2 {
  z-index: 0;
  width: 38px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 11%;
}

.map-point-3 {
  z-index: 0;
  width: 38px;
  height: 23px;
  position: absolute;
  top: 28%;
  left: 20%;
}

.map-point-4 {
  z-index: 0;
  width: 38px;
  height: 23px;
  position: absolute;
  top: 65%;
  left: 25%;
}

.map-point-5 {
  z-index: 0;
  width: 38px;
  height: 23px;
  position: absolute;
  top: 45%;
  left: 5%;
}

.map-pin-wrapper {
  width: 100%;
  height: 650px;
  transform-style: preserve-3d;
  position: relative;
  transform: rotateX(45deg)rotateY(0)rotateZ(0);
}

.map-point-1-hover {
  width: 38px;
  height: 23px;
  position: absolute;
  top: 55%;
  left: 10%;
}

.map-point-2-hover {
  width: 38px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 11%;
}

.map-point-3-hover {
  width: 38px;
  height: 23px;
  position: absolute;
  top: 28%;
  left: 20%;
}

.map-point-4-hover {
  width: 38px;
  height: 23px;
  position: absolute;
  top: 65%;
  left: 25%;
}

.map-point-5-hover {
  width: 38px;
  height: 23px;
  position: absolute;
  top: 44%;
  left: 5%;
}

.projekt-slider-slide {
  margin-bottom: 80px;
  margin-right: 50px;
}

.dropdown-list-content {
  padding: 50px 40px 40px;
}

.leistungen-accordion {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 400px;
  display: flex;
}

.leistungen-accordion-item-wrapper {
  z-index: 1;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: skew(-20deg);
}

.leistungen-accordion-item-inner {
  z-index: 1;
  width: 185%;
  height: 100%;
  position: relative;
  transform: skew(20deg);
}

.leistungen-accordion-orange-line {
  z-index: 2;
  border-left: 10px solid var(--primary);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.leistungen-accordion-item-image {
  z-index: 0;
  opacity: .5;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.leistungen-accordion-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 990px;
  margin-bottom: 20px;
  display: flex;
}

.leistungen-accordion-text {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.leistungen-accordion-item-header {
  font-family: var(--primary-heading-font);
  color: var(--primary);
  text-transform: uppercase;
  writing-mode: vertical-lr;
  font-size: 30px;
  line-height: 120%;
  transform: skew(20deg)rotate(20deg)rotate(180deg);
}

.leistungen-accordion-item-bottom-content {
  z-index: 3;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 5px;
  display: flex;
  position: absolute;
  bottom: -80px;
  left: 0%;
  right: 0%;
}

.leistungen-accordion-arrow {
  border: 2px solid var(--primary);
  background-color: var(--light-dark);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.leistungen-accordion-arrow-hover {
  z-index: 0;
  background-color: var(--primary);
  width: 0%;
  position: absolute;
  inset: 0%;
}

.leistungen-accordion-arrow-icon-right {
  z-index: 1;
  width: 15px;
  height: 16px;
  position: relative;
  transform: skew(20deg);
}

.leistungen-link {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.leistungen-link:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--primary);
  text-decoration-color: var(--primary);
}

.leistungen-accordion-link-block-text {
  font-family: var(--primary-heading-font);
  color: var(--primary);
  text-shadow: 0 1px 1px #00000080;
  margin-bottom: -10px;
  font-size: 30px;
  line-height: 100%;
  transform: skew(20deg);
}

.leistungen-accordion-content-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.leistungen-hero-orange-light-rectangle-wrapper {
  z-index: 2;
  position: absolute;
  inset: 0% auto;
}

.einsatzbereiche-content-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.mid-content {
  background-color: var(--light-dark);
  padding-top: 50px;
  padding-bottom: 50px;
}

.tabs-einsatzbereiche {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
  position: static;
}

.tabs-menu-einsatzbereiche {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.tabs-content-einsatzbereiche {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 55%;
  overflow: visible;
}

.tabs-einsatzbereiche-wrapper {
  height: 650px;
  position: relative;
}

.tabs-einsatzbereiche-header-section {
  width: 50%;
}

.tabs-einsatzbereiche-item-wrapper {
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.tabs-einsatzbereiche-secondary-line {
  z-index: 2;
  border-left: 20px solid var(--secondary);
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.tabs-einsatzbereiche-item-inner {
  z-index: 1;
  width: 120%;
  height: 100%;
  position: relative;
}

.tabs-einsatzbereiche-item-image {
  z-index: 0;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: relative;
  transform: skew(10deg);
}

.tabs-einsatzbereiche-item-image.industriehallen {
  object-position: 70% 50%;
}

.tabs-einsatzbereiche-item-image.logistikflaechen {
  object-position: 50% 50%;
}

.tabs-einsatzbereiche-item-bottom-content {
  z-index: 1;
  background-color: #1f1f1fd9;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 30px 30px 30px 60px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs-einsatzbereiche-item-text {
  transform: skew(10deg);
}

.tabs-einsatzbereiche-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0%;
  overflow: hidden;
  transform: skew(-10deg);
}

.tabs-einsatzbereiche-tab-content {
  width: 100%;
  height: 100%;
  position: relative;
  transform: skew(-10deg);
}

.tab-pane-einsatzbereiche {
  height: 100%;
  padding-left: 30px;
}

.tab-einsatzbereiche-tab-link {
  background-color: var(--black);
  width: 85%;
  height: auto;
  color: var(--white);
  align-items: center;
  padding: 10px 35px 10px 20px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 499 71\" fill=\"none\"><path d=\"M0 0H499L453.944 71H0V0Z\" fill=\"%23E2F52C\"/></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 499 71\" fill=\"none\"><path d=\"M0 0H499L453.944 71H0V0Z\" fill=\"%23E2F52C\"/></svg>");
  -webkit-mask-position: 100%;
  mask-position: 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.tab-einsatzbereiche-tab-link.w--current {
  background-color: var(--secondary);
  color: var(--black);
}

.tab-einsatzbereiche-tab-link-text {
  font-family: var(--secondary-heading-font);
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.paper-top-absolute {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: -1px;
  display: flex;
  position: absolute;
  top: -80px;
  left: 0%;
  right: 0%;
}

.kontakt-cta-cell-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.kontakt-cta-cell-background {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.kontakt-cta-image {
  object-fit: contain;
  position: absolute;
  right: 0%;
}

.kontakt-cta-unterschrift {
  margin-top: 20px;
}

.neutral-light-text {
  color: #aaa;
}

.kontakt-cta-quick-stack {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  width: 100%;
  padding: 0;
}

.leistungen-hero-background {
  z-index: 0;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-background-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.light-dark-content-section {
  background-color: var(--light-dark);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.fahrzeuge-specs-text-block {
  color: var(--neutral-light);
  margin-bottom: 20px;
}

.fahrzeug-specs-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.fahrzeug-specs-text-und-zahl {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.fahrzeug-specs-progress-bar-wrapper {
  height: 8px;
  display: flex;
}

.list-item {
  margin-bottom: 30px;
}

.fahrzeuge-specs-quick-stack {
  grid-column-gap: 50px;
  width: 100%;
  padding: 0;
}

.fuhrpark-paper-bild-content-section {
  object-position: 60% 50%;
  background-color: #eee;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.primary-subheader {
  font-family: var(--secondary-heading-font);
  color: var(--primary);
  letter-spacing: 3.06px;
  text-transform: uppercase;
  font-size: 18px;
}

.fuhrpark-paper-bild-content {
  width: 45%;
  color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.fuhrpark-paper-bild-list-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.fuhrpark-paper-bild-content-wrapper {
  z-index: 3;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.fuhrpark-paper-bild-list {
  margin-top: 20px;
  margin-bottom: 0;
}

.fuhrpark-paper-bild-background-2 {
  z-index: 2;
  background-image: url('../images/Subtract-2_1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.fuhrpark-paper-bild-background-1 {
  z-index: 1;
  object-fit: cover;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.fuhrpark-paper-bock-auf-sauber-content-section {
  background-image: url('../images/Group-97.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.turning-circle-text-small {
  font-family: var(--secondary-heading-font);
  color: var(--secondary);
  letter-spacing: .8px;
  font-size: 11px;
}

.ueber-uns-geschichte-content-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.timeline-title {
  font-family: var(--primary-heading-font);
  color: var(--secondary);
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 400;
  line-height: 120%;
}

.timeline_progress {
  z-index: 1;
  border-right: 1px solid var(--secondary);
  border-left: 1px solid var(--secondary);
  background-color: var(--secondary);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 6px;
  height: 5%;
  margin-left: -1px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.timeline_grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  width: 100%;
}

.timeline_dot {
  z-index: 1;
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  border-radius: 100%;
  width: 24px;
  height: 24px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.timeline-content {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.placeholder {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.timeline-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.timeline_track {
  border-left: 1px solid #fff6;
  border-right: 1px solid #fff6;
  flex-direction: column;
  align-items: center;
  width: 6px;
  height: 100%;
}

.timeline-item {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.timeline_track-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline_grid-wrap {
  margin-top: 60px;
  position: relative;
}

.timeline_dot_empty {
  z-index: 1;
  border: 1px solid #fff6;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.ber-uns-usp-content-section {
  position: relative;
}

.ueber-uns-usp-content-section-mid-content {
  background-color: var(--black);
  padding-top: 50px;
  padding-bottom: 50px;
}

.gallery-content-section {
  padding-top: 50px;
  padding-bottom: 100px;
  overflow: hidden;
}

.gallery-content-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gallery-background-wrapper {
  z-index: 0;
  flex-flow: row;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}

.gallery-illustrations-wrapper {
  z-index: 2;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.gallery-illustration-1 {
  z-index: 3;
  position: absolute;
  inset: 10% auto auto -8%;
}

.gallery-illustration-2 {
  z-index: 0;
  position: absolute;
  inset: auto auto 10% -20%;
}

.gallery-illustration-3 {
  z-index: 0;
  position: absolute;
  inset: auto -20% 0% auto;
}

.gallery-illustration-4 {
  z-index: 3;
  position: absolute;
  inset: auto 25% 0% auto;
}

.gallery-illustration-5 {
  z-index: 3;
  position: absolute;
  inset: 0% auto auto 25%;
}

.gallery-image-1 {
  z-index: 1;
  position: absolute;
  top: 5%;
  left: -4.5%;
}

.gallery-image-2 {
  z-index: 1;
  object-fit: cover;
  width: 300px;
  height: 250px;
  position: absolute;
  bottom: 0%;
  left: -15%;
}

.gallery-image-3 {
  z-index: 1;
  width: 50%;
  position: absolute;
  top: 15%;
}

.gallery-image-4 {
  z-index: 1;
  position: absolute;
  top: 15%;
  right: -15%;
}

.gallery-image-5 {
  z-index: 2;
  position: absolute;
  bottom: 0%;
  right: -20%;
}

.ueber-uns-hero-video-wrapper {
  z-index: 2;
  width: 569px;
  height: 514px;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-mask-image: url('../images/Rectangle-14_1.avif');
  mask-image: url('../images/Rectangle-14_1.avif');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.hero-orange-rectangle-wrapper-1 {
  z-index: 1;
  position: absolute;
  left: 60%;
}

.hero-orange-rectangle-wrapper-2 {
  z-index: 1;
  position: absolute;
  top: -5%;
  left: 15%;
}

.kontakt-hero-image {
  z-index: 2;
  object-fit: cover;
  object-position: 0% 50%;
  max-width: none;
  height: 100%;
  position: relative;
  left: -55px;
}

.timeline-grid-image {
  z-index: 2;
  position: relative;
}

.kontakt-form-content-section {
  background-image: url('../images/Group-106.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.kontakt-form-wrapper {
  width: 70%;
}

.kontakt-form-name-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.kontakt-form-text-field {
  width: 100%;
  color: var(--tertiary);
  background-color: #eee;
  margin-bottom: 0;
}

.kontakt-form-text-field::placeholder {
  color: var(--tertiary);
}

.social-media-background-image {
  z-index: 0;
  align-items: center;
  width: 150%;
  display: flex;
  position: absolute;
  right: 0%;
}

.social-media-cell-wrapper {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.smartphone-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url('../images/Rectangle-89.avif');
  mask-image: url('../images/Rectangle-89.avif');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon {
  height: 40px;
  color: var(--white);
  justify-content: center;
  font-family: Fa Brands, sans-serif;
  text-decoration: none;
  display: flex;
}

.social-media-icons-wrapper {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-image {
  object-fit: contain;
  width: 2.5rem;
}

.smartphone-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 341px;
  height: 732px;
  padding: 12px;
  display: flex;
  position: relative;
}

.standort-hero-content-wrapper {
  z-index: 0;
  flex-flow: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.standort-map-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
}

.standort-hero-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.standort-hero-content {
  z-index: 1;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.marquee-image {
  opacity: .5;
  filter: saturate(40%);
  height: 50px;
  padding-left: 100px;
  padding-right: 100px;
}

.marquee-dark {
  z-index: 1;
  grid-column-gap: 1rem;
  background-color: var(--light-dark);
  flex-flow: row;
  width: 120%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: rotate(-8deg);
  box-shadow: 0 3px 10px 3px #000c;
}

.marquee-secondary {
  z-index: 0;
  grid-column-gap: 1rem;
  background-color: var(--secondary);
  flex-flow: row;
  width: 120%;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: rotate(12deg);
}

._404-content-section {
  height: 100vh;
  overflow: hidden;
}

._404-image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

._404-quick-stack {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

._404 {
  font-family: var(--primary-heading-font);
  color: var(--white);
  font-size: 200px;
  line-height: 100%;
}

.primary-button-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1f1f1f80;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  transform: skew(-20deg);
}

.primary-button-content {
  z-index: 1;
  padding: 15px 30px;
  position: relative;
}

.home-hero-absolute-parent-image {
  opacity: .3;
  width: 100%;
  height: 100%;
}

.starker-fuhrpark-bg-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.starker-fuhrpark-content-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brand-logo {
  object-fit: contain;
  width: 160px;
  height: 40px;
}

.dropdown-toggle-wrapper {
  z-index: 1;
  background-color: var(--black);
  width: 85%;
  height: auto;
  color: var(--white);
  align-items: center;
  padding: 10px 50px 10px 20px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 499 71\" fill=\"none\"><path d=\"M0 0H499L453.944 71H0V0Z\" fill=\"%23E2F52C\"/></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 499 71\" fill=\"none\"><path d=\"M0 0H499L453.944 71H0V0Z\" fill=\"%23E2F52C\"/></svg>");
  -webkit-mask-position: 100%;
  mask-position: 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.dropdown-toggle-wrapper.w--current, .dropdown-toggle-wrapper.w--open {
  background-color: var(--secondary);
  color: var(--black);
}

.kontakt-hero-image-wrapper {
  z-index: 2;
  width: 569px;
  height: 514px;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
}

.padding-right-60px {
  padding-right: 50px;
}

.static-image-hero-image-wrapper {
  z-index: 2;
  width: 569px;
  height: 514px;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
}

.static-image-hero-image {
  z-index: 2;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.kontakt-feedback-content-section {
  background-image: url('../images/Group-97.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-text {
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: var(--white);
  padding-right: 20px;
  transition: color .2s;
  display: inline-flex;
}

.nav-dropdown-toggle:hover {
  color: var(--primary);
}

.nav-dropdown-list {
  background-color: var(--black);
  overflow: hidden;
}

.field-label-hidden {
  display: none;
}

.menu-button {
  z-index: 2;
}

.ueber-uns-cta-content-section, .cta-kontakt-content-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.leistungen-hero-section {
  justify-content: center;
  align-items: center;
  height: 750px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.leistungen-header-spacer {
  height: 60px;
}

.subtract-mask-wrapper-top {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 150px;
  margin-top: -5px;
  margin-left: -5px;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  overflow: hidden;
}

.footer-mask-top {
  z-index: 1;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: relative;
  top: -50%;
  left: -50%;
  transform: rotate(48deg);
}

.footer-mask-bottom {
  z-index: 1;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: relative;
  bottom: -50%;
  right: -50%;
  transform: rotate(48deg);
}

.subtract-mask-wrapper-bottom {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 150px;
  margin-bottom: -5px;
  margin-right: -5px;
  display: flex;
  position: absolute;
  bottom: 0%;
  right: 0%;
  overflow: hidden;
}

.rectangle-embed {
  width: 100%;
  height: 100%;
}

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

.meta-link {
  color: var(--white);
  margin-right: 25px;
  text-decoration: none;
}

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

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

.static-image-hero-orange-rectangle-wrapper-1 {
  z-index: 1;
  width: 100%;
  position: absolute;
  bottom: -10%;
  right: -180px;
}

.static-image-hero-orange-rectangle-wrapper-2 {
  z-index: 1;
  position: absolute;
  top: -5%;
  left: 15%;
}

.standort-gallery-image {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.static-image-hero-content-wrapper {
  flex-flow: row;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
  overflow: visible;
}

.ueber-uns-hero-content-wrapper {
  flex-flow: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.ueber-uns-hero-orange-rectangle-wrapper-1 {
  z-index: 1;
  position: absolute;
  left: 60%;
}

.ueber-uns-hero-orange-rectangle-wrapper-2 {
  z-index: 1;
  position: absolute;
  top: -5%;
  left: 15%;
}

.kontakt-hero-content-wrapper {
  flex-flow: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-dropdown-icon {
  margin-right: 0;
  position: relative;
  transform: rotate(-90deg);
}

.social-media-image {
  z-index: 0;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.fahrzeug-specs-progress-bar-1, .fahrzeug-specs-progress-bar-2, .fahrzeug-specs-progress-bar-3, .fahrzeug-specs-progress-bar-4 {
  background-color: var(--secondary);
  width: 80%;
  height: 100%;
  -webkit-mask-image: url('../images/Fahrzeug-Progress-Mask.svg');
  mask-image: url('../images/Fahrzeug-Progress-Mask.svg');
  -webkit-mask-position: 100%;
  mask-position: 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.leistungen-accordion-mobile {
  grid-column-gap: 10%;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: none;
}

.leistungen-item-mobile {
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: var(--primary);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px;
  text-decoration: none;
  position: relative;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 499 71\" fill=\"none\"><path d=\"M0 0H499L453.944 71H0V0Z\" fill=\"%23E2F52C\"/></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 499 71\" fill=\"none\"><path d=\"M0 0H499L453.944 71H0V0Z\" fill=\"%23E2F52C\"/></svg>");
  -webkit-mask-position: 100%;
  mask-position: 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.leistungen-accordion-item-header-mobile {
  z-index: 2;
  font-family: var(--primary-heading-font);
  color: var(--primary);
  text-transform: uppercase;
  font-size: 35px;
  line-height: 120%;
  position: relative;
}

.leistungen-item-background-mobile {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.leistungen-item-overlay-mobile {
  z-index: 1;
  background-image: linear-gradient(#000000b3, #000000b3);
  position: absolute;
  inset: 0%;
}

.starke-maschinen-right-image, .starke-maschinen-left-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.map-slide-image {
  object-fit: cover;
  width: 25rem;
  height: 16.5rem;
  -webkit-mask-image: url('../images/Rectangle-81_1.avif');
  mask-image: url('../images/Rectangle-81_1.avif');
  -webkit-mask-position: 100%;
  mask-position: 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.marquee-content-secondary {
  grid-column-gap: 1rem;
  filter: invert();
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.usp-text-block {
  width: 400px;
}

.optionales-content-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.tabs-einsatzbereiche-item-image-spezial {
  z-index: 0;
  object-fit: cover;
  object-position: 70% 50%;
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotate(0)skew(10deg);
}

.tabs-einsatzbereiche-item-image-spezial-2 {
  z-index: 0;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotate(0)skew(10deg);
}

.tabs-einsatzbereiche-item-image-spezial-3 {
  z-index: 0;
  object-fit: cover;
  object-position: 0% 100%;
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotate(0)skew(10deg);
}

.standorte-header-cell {
  z-index: 1;
}

.standort-header-image {
  object-fit: contain;
  height: 100%;
}

.cookie-tabelle {
  color: var(--white);
}

.container-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.creator-section {
  background-color: var(--_base-collection-2---colors--black);
  color: var(--_base-collection-2---colors--white);
  text-align: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.creator-section-link {
  color: var(--_base-collection-2---colors--white);
  font-weight: 700;
  text-decoration: none;
}

.creator-section-link:hover {
  color: var(--_base-collection-2---f8-brand--f8-brand);
  text-decoration: none;
}

.creator-section-link:active, .creator-section-link:focus {
  color: var(--_base-collection-2---f8-brand--f8-brand);
}

.creator-section-link:visited {
  color: var(--_base-collection-2---colors--white);
  text-decoration: none;
}

.f8-reference-block {
  background-color: var(--_base-collection-2---f8-brand--f8-background);
  max-width: 31.25rem;
  color: var(--_base-collection-2---colors--white);
  text-align: center;
  padding: 1.25rem 1.25rem .625rem;
}

.f8-link {
  color: var(--_base-collection-2---colors--white);
  font-size: 16px;
  text-decoration: none;
}

.f8-link:hover {
  color: var(--_base-collection-2---f8-brand--f8-brand);
  text-decoration: none;
}

.f8-reference-qs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

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

.submit-button {
  background-color: var(--primary);
  font-family: var(--secondary-heading-font);
  letter-spacing: 3.4px;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  transform: skew(-20deg);
}

.form {
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.privacy-note {
  margin-bottom: 20px;
}

.success-message {
  border: 2px solid var(--primary);
  text-align: left;
  background-color: #0000;
}

.form-intro {
  margin-bottom: 10px;
}

.error-message {
  border: 2px solid var(--primary);
  background-color: #0000;
}

.form-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .shared-components--container, .container {
    max-width: 1140px;
  }

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

  .counter-text {
    font-size: 60px;
  }

  .counter-cell {
    padding-left: 50px;
  }

  .counter-cell._2 {
    height: 250px;
  }

  .container-2 {
    max-width: 1140px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    display: block;
  }

  .nav-menu {
    z-index: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #111111f2;
    height: 100vh;
    margin-top: -80px;
    padding-top: 80px;
  }

  .heading-1 {
    font-size: 40px;
  }

  .image-left-text-right-image-wrapper-1 {
    inset: 0% auto auto 0%;
  }

  .home-hero-maschine-particle-wrapper {
    display: none;
  }

  .counter-text {
    margin-top: 40px;
    font-size: 40px;
  }

  .counter-cell {
    justify-content: center;
    align-items: center;
    height: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .counter-cell._2 {
    margin-bottom: 0;
  }

  .counter-header-info {
    font-size: 26px;
    top: -15px;
    left: 170px;
  }

  .counter-content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .starker-fuhrpark-background-rectangles-big-green {
    right: -8%;
  }

  .is-magnetic {
    padding: 0;
  }

  .usp-background-wrapper {
    left: 0%;
  }

  .usp-icon-content {
    width: 100px;
    height: 100px;
  }

  .footer-section-inner {
    padding-top: 123px;
  }

  .footer-quick-stack {
    grid-row-gap: 40px;
  }

  .footer-link-list {
    margin-bottom: 0;
    padding-left: 0;
  }

  .footer-link-list-item {
    margin-bottom: 0;
  }

  .leistungen-accordion {
    display: none;
  }

  .leistungen-accordion-wrapper {
    width: 90%;
  }

  .leistungen-accordion-link-block-text {
    display: none;
  }

  .tab-einsatzbereiche-tab-link {
    width: 100%;
  }

  .kontakt-cta-cell-background {
    top: auto;
    bottom: auto;
  }

  .gallery-content-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gallery-illustrations-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .gallery-illustration-1, .gallery-illustration-2, .gallery-illustration-3, .gallery-illustration-4, .gallery-illustration-5 {
    display: none;
  }

  .gallery-image-1, .gallery-image-2, .gallery-image-3, .gallery-image-4 {
    position: static;
  }

  .gallery-image-5 {
    display: none;
    position: static;
  }

  .ueber-uns-hero-video-wrapper {
    width: 200%;
    height: 100%;
    -webkit-mask-position: 0;
    mask-position: 0;
    -webkit-mask-size: cover;
    mask-size: cover;
  }

  .hero-orange-rectangle-wrapper-1 {
    left: auto;
  }

  .hero-orange-rectangle-wrapper-2 {
    left: 0%;
  }

  .kontakt-form-wrapper {
    width: 100%;
  }

  .social-media-background-image {
    width: 120%;
  }

  ._404-quick-stack {
    padding-top: 20px;
    padding-right: 20px;
  }

  .kontakt-hero-image-wrapper {
    width: auto;
    height: 60%;
  }

  .padding-right-60px.is-mobile {
    padding-right: 0;
  }

  .static-image-hero-image-wrapper {
    width: 200%;
    height: 100%;
  }

  .nav-dropdown-list {
    background-color: #0000;
    padding-left: 20px;
  }

  .nav-dropdown {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

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

  .nav-button-wrapper {
    padding-left: 10px;
    display: flex;
  }

  .counter-wrapper {
    margin-left: -100px;
    position: relative;
  }

  .form-block {
    background-color: #0006;
  }

  .static-image-hero-orange-rectangle-wrapper-1 {
    left: auto;
  }

  .ueber-uns-hero-content-wrapper {
    height: 500px;
  }

  .ueber-uns-hero-orange-rectangle-wrapper-1 {
    bottom: -10%;
  }

  .ueber-uns-hero-orange-rectangle-wrapper-2 {
    top: 0%;
    left: 0%;
  }

  .social-media-image {
    width: 120%;
  }

  .leistungen-accordion-mobile {
    display: flex;
  }

  .leistungen-accordion-item-header-mobile {
    font-size: 28px;
  }

  .starke-maschinen-left-image {
    margin-left: -1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
  }

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

  .hero-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .home-hero-maschine-wrapper {
    position: relative;
  }

  .hero-orange-rectangle-wrapper {
    right: -10%;
  }

  .hero-orange-light-rectangle-wrapper {
    top: 29%;
  }

  .image-left-text-right-rectangle-wrapper {
    position: relative;
    right: auto;
  }

  .image-left-text-right-image-wrapper-1 {
    top: -500px;
  }

  .image-left-text-right-heading-wrapper {
    margin-left: 0%;
  }

  .counter-quick-stack {
    grid-row-gap: 20px;
  }

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

  .counter-content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .map-slider-background-wrapper {
    display: none;
  }

  .bottom-background-wrapper {
    margin-bottom: -3px;
  }

  .starker-fuhrpark-background-rectangles-big-green {
    right: -48%;
  }

  .footer-section-inner {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-quick-stack {
    grid-row-gap: 30px;
  }

  .map-pin-wrapper {
    display: none;
  }

  .leistungen-accordion-item-inner {
    width: 310%;
  }

  .leistungen-accordion-wrapper {
    width: 100%;
  }

  .tabs-einsatzbereiche {
    flex-flow: column;
    height: 100%;
    position: relative;
  }

  .tabs-menu-einsatzbereiche {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 20px;
  }

  .tabs-content-einsatzbereiche {
    width: 100%;
    position: relative;
    left: 0%;
  }

  .tabs-einsatzbereiche-header-section {
    width: 100%;
  }

  .tabs-einsatzbereiche-item-bottom-content {
    background-color: #1f1f1fa6;
    align-items: center;
    top: 0%;
    bottom: 0%;
  }

  .tabs-einsatzbereiche-content-wrapper {
    width: 100%;
  }

  .tab-pane-einsatzbereiche {
    padding-left: 0;
  }

  .tab-einsatzbereiche-tab-link {
    width: auto;
    padding-left: 10px;
  }

  .tab-einsatzbereiche-tab-link-text {
    font-size: 20px;
  }

  .kontakt-cta-cell-background {
    position: relative;
  }

  .fuhrpark-paper-bild-content {
    width: 100%;
  }

  .fuhrpark-paper-bild-background-1 {
    opacity: .2;
  }

  .timeline_progress {
    margin-left: 5px;
    inset: 0% auto auto 2.5em;
  }

  .timeline_grid {
    grid-column-gap: 0em;
    grid-template-columns: 90px auto;
  }

  .timeline_dot {
    width: 20px;
    height: 20px;
  }

  .placeholder {
    display: none;
  }

  .timeline_dot_empty {
    width: 20px;
    height: 20px;
  }

  .ueber-uns-hero-video-wrapper {
    width: 100%;
    position: relative;
  }

  .hero-orange-rectangle-wrapper-1 {
    right: -30px;
  }

  .hero-orange-rectangle-wrapper-2 {
    top: 0%;
  }

  .kontakt-hero-image {
    left: auto;
  }

  .timeline-grid-image {
    display: none;
  }

  .icon {
    height: 30px;
  }

  .social-media-icons-wrapper {
    height: auto;
  }

  .standort-map-wrapper {
    z-index: -1;
    opacity: .6;
    inset: 0 -20% 0 auto;
  }

  .marquee-image {
    height: 40px;
  }

  .kontakt-hero-image-wrapper {
    height: 80%;
    position: relative;
  }

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

  .leistungen-hero-section {
    height: auto;
    padding-bottom: 80px;
  }

  .cell {
    align-items: center;
  }

  .leistungen-header-spacer {
    height: 20px;
  }

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

  .static-image-hero-orange-rectangle-wrapper-1 {
    width: auto;
    height: 80%;
    top: auto;
    bottom: auto;
    right: -30px;
  }

  .static-image-hero-orange-rectangle-wrapper-2 {
    top: 0%;
    left: 0%;
  }

  .static-image-hero-content-wrapper {
    justify-content: center;
    align-items: center;
    height: 380px;
  }

  .ueber-uns-hero-content-wrapper {
    justify-content: center;
    align-items: center;
    height: 400px;
  }

  .ueber-uns-hero-orange-rectangle-wrapper-1 {
    right: -30px;
  }

  .ueber-uns-hero-orange-rectangle-wrapper-2 {
    top: 0%;
  }

  .kontakt-hero-content-wrapper {
    justify-content: center;
    align-items: center;
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .primary-button-text {
    font-size: 12px;
  }

  .primary-button-icon-wrapper {
    padding: 5px 10px;
  }

  .hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-1 {
    font-size: 40px;
  }

  .hero-orange-light-rectangle-wrapper {
    top: 50%;
  }

  .image-left-text-right-image-wrapper-1 {
    height: 200px;
    top: -370px;
  }

  .image-left-text-right-image-wrapper-2 {
    height: 200px;
    bottom: -50px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .counter-cell {
    width: 100%;
  }

  .counter-header-info {
    left: auto;
    right: -80px;
  }

  .slider {
    height: auto;
  }

  .mask {
    height: 700px;
  }

  .starker-fuhrpark-background-rectangles-big-green {
    right: -80%;
  }

  .starker-fuhrpark-background-rectangles-small-green {
    left: -30%;
  }

  .home-ablauf-accordion-item {
    left: 0;
  }

  .home-ablauf-accordion-item-header {
    font-size: 28px;
  }

  .quote-slider {
    width: 100%;
  }

  .quote-slide {
    width: 100%;
    padding: 50px 10px;
  }

  .quote-slide-wrapper {
    width: auto;
    height: auto;
  }

  .quote-slide-content {
    padding: 10px 0;
  }

  .quote-slider-header {
    font-size: 26px;
  }

  .quote-slide-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
  }

  .footer-section-inner {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-quick-stack {
    grid-row-gap: 20px;
  }

  .footer-logo-wrapper {
    width: 80%;
  }

  .leistungen-accordion-item-wrapper {
    width: auto;
  }

  .leistungen-accordion-item-inner {
    width: 400%;
  }

  .leistungen-accordion-wrapper {
    width: 90%;
  }

  .leistungen-accordion-item-header {
    font-size: 20px;
  }

  .tabs-menu-einsatzbereiche {
    width: 100%;
  }

  .tabs-einsatzbereiche-wrapper {
    height: auto;
  }

  .tabs-einsatzbereiche-secondary-line {
    left: auto;
    right: -30px;
    transform: skew(-10deg);
  }

  .tabs-einsatzbereiche-item-image {
    transform: skew(0deg);
  }

  .tabs-einsatzbereiche-item-bottom-content {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 20px;
    position: relative;
  }

  .tabs-einsatzbereiche-item-text {
    transform: skew(0deg);
  }

  .tabs-einsatzbereiche-content-wrapper {
    width: 120%;
    margin-left: -20px;
    transform: skew(0deg);
  }

  .tabs-einsatzbereiche-tab-content {
    transform: skew(0deg);
  }

  .tab-einsatzbereiche-tab-link-text {
    font-size: 14px;
    font-weight: 600;
  }

  .timeline_progress {
    margin-left: 0;
    left: .5em;
  }

  .timeline_grid {
    grid-column-gap: 1em;
    grid-template-columns: 1em 1fr;
    grid-template-areas: ".";
  }

  .timeline_dot, .timeline_dot_empty {
    width: 1.2rem;
    height: 1.2rem;
  }

  .gallery-content-section {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .gallery-content-wrapper {
    height: auto;
  }

  .gallery-background-wrapper {
    padding-top: 100px;
    padding-bottom: 0;
    position: absolute;
  }

  .gallery-illustrations-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    position: relative;
  }

  .gallery-image-1 {
    display: none;
  }

  .gallery-image-2 {
    height: 200px;
  }

  .gallery-image-3 {
    width: auto;
    height: 200px;
  }

  .gallery-image-4 {
    height: 200px;
  }

  .hero-orange-rectangle-wrapper-2 {
    top: -5%;
    left: -10%;
  }

  .kontakt-form-name-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .social-media-background-image {
    width: 120%;
    left: auto;
    right: auto;
  }

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

  .smartphone-border {
    width: auto;
  }

  .social-media-icons-wrapper {
    flex-flow: row;
    width: 100%;
  }

  .smartphone-wrapper {
    width: 100%;
    height: 400px;
  }

  .standort-map-wrapper {
    bottom: 20px;
  }

  .marquee-image {
    height: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  ._404-quick-stack, .primary-button-content {
    padding: 5px;
  }

  .dropdown-toggle-wrapper {
    margin-left: 0;
    padding-left: 10px;
  }

  .leistungen-hero-section {
    padding-top: 50px;
  }

  .leistungen-header-spacer {
    height: 10px;
  }

  .static-image-hero-orange-rectangle-wrapper-2 {
    left: -10%;
  }

  .static-image-hero-content-wrapper, .ueber-uns-hero-content-wrapper {
    height: 250px;
  }

  .ueber-uns-hero-orange-rectangle-wrapper-1 {
    width: 100%;
    height: 100%;
    left: auto;
    right: -50%;
    overflow: hidden;
  }

  .ueber-uns-hero-orange-rectangle-wrapper-2 {
    height: 40%;
    left: -10%;
    overflow: hidden;
  }

  .social-media-image {
    width: 120%;
    left: auto;
    right: auto;
  }

  .leistungen-accordion-item-header-mobile {
    font-size: 20px;
  }

  .map-slide-image {
    width: 100%;
    height: auto;
  }

  .usp-text-block {
    max-width: 95vw;
  }

  .tabs-einsatzbereiche-item-image-spezial, .tabs-einsatzbereiche-item-image-spezial-2, .tabs-einsatzbereiche-item-image-spezial-3 {
    transform: skew(0deg);
  }
}

#w-node-_697e33b6-aea1-017d-0068-c1aedf202dbd-ff9386e6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f8d15d12-063c-dbf1-fca5-96cb4e9a1fe7-ff9386e6, #w-node-_0c98e5c2-da32-490e-98fe-a31df1a708a9-ff9386e6, #w-node-_9ab7d18e-9413-e171-0222-b6fef1c940b7-ff9386e6, #w-node-a95b9cf4-9b95-9a20-5447-3786eb07b439-ff9386e6, #w-node-c789171a-8c82-0084-88b9-2d11e90f90ec-ff9386e6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_6b4e3494-46a7-67ee-9d5e-77b7044fb055-ff9386e6, #w-node-df5f7c94-04cb-6d1f-d139-b92a51fa498a-5d699ccc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6fa244d4-2652-6a94-7068-3633d4f41107-d4f41107 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_78a265b8-b2da-a852-fa6b-e26e9bf3be2c-9bf3be2a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f340adf9-2d3e-b9db-bafd-5692cfbad947-cfbad945 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_05f818f4-36e8-d91e-132d-1db03ba72030-ff9386e7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

#w-node-_5c8f9297-c30e-5519-fe0f-209f85c7f55a-ff9386e8, #w-node-_1af33545-3e4d-caf3-c8b4-7448cc573db2-cc573db0, #w-node-_1af33545-3e4d-caf3-c8b4-7448cc573db5-cc573db0 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_88dff5f6-c53e-87de-e6ab-5243cc27bb8e-cc27bb8d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-ee446695-c4b4-e99e-cefb-ae9579ee9a73-ff9386ee {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-ea72061d-9c92-7835-5e5b-5c556d343d8a-6d343d88 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_697e33b6-aea1-017d-0068-c1aedf202dbd-a2cf4b27 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_6e75bdb2-3bcc-e710-8a06-a5cb1dc442d9-a2cf4b27 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_277a3985-6eff-a633-d2b2-f476c547f191-a2cf4b27, #w-node-_277a3985-6eff-a633-d2b2-f476c547f198-a2cf4b27, #w-node-_277a3985-6eff-a633-d2b2-f476c547f19c-a2cf4b27, #w-node-_277a3985-6eff-a633-d2b2-f476c547f1ac-a2cf4b27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93b38961-928e-7e93-88d6-0283502e3bd2-a2cf4b27 {
  grid-area: 4 / 1 / 5 / 4;
}

#w-node-f8cb7b84-c929-4cc2-a0d7-1d35f21214e2-a2cf4b27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_697e33b6-aea1-017d-0068-c1aedf202dbd-13e50596 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_98cbda9e-7c4f-5655-3d1f-0c31a79cbcce-a79cbccc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_697e33b6-aea1-017d-0068-c1aedf202dbd-d6d94f8c, #w-node-_697e33b6-aea1-017d-0068-c1aedf202dbd-3aa4ca0a, #w-node-_697e33b6-aea1-017d-0068-c1aedf202dbd-64bde24c, #w-node-_697e33b6-aea1-017d-0068-c1aedf202dbd-ec1c6b11, #w-node-_697e33b6-aea1-017d-0068-c1aedf202dbd-add0f37c, #w-node-_490f37ac-29d5-b2f8-6e2e-3ebfaf0cf8ac-af0cf8a9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9725fd69-bc6e-8708-e3c6-73a9decb653a-a7c8e321, #w-node-ee446695-c4b4-e99e-cefb-ae9579ee9a73-014607a8 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

@media screen and (min-width: 1280px) {
  #w-node-_05f818f4-36e8-d91e-132d-1db03ba72030-ff9386e7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-df5f7c94-04cb-6d1f-d139-b92a51fa498a-5d699ccc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6fa244d4-2652-6a94-7068-3633d4f41107-d4f41107, #w-node-_78a265b8-b2da-a852-fa6b-e26e9bf3be2c-9bf3be2a, #w-node-_05f818f4-36e8-d91e-132d-1db03ba72030-ff9386e7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1af33545-3e4d-caf3-c8b4-7448cc573db2-cc573db0 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_1af33545-3e4d-caf3-c8b4-7448cc573dc6-cc573db0 {
    order: -9999;
  }

  #w-node-_697e33b6-aea1-017d-0068-c1aedf202dbd-a2cf4b27, #w-node-_6e75bdb2-3bcc-e710-8a06-a5cb1dc442d9-a2cf4b27 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9725fd69-bc6e-8708-e3c6-73a9decb653a-a7c8e321 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_697e33b6-aea1-017d-0068-c1aedf202dbd-ff9386e6, #w-node-f8d15d12-063c-dbf1-fca5-96cb4e9a1fe7-ff9386e6, #w-node-_0c98e5c2-da32-490e-98fe-a31df1a708a9-ff9386e6, #w-node-_9ab7d18e-9413-e171-0222-b6fef1c940b7-ff9386e6, #w-node-a95b9cf4-9b95-9a20-5447-3786eb07b439-ff9386e6, #w-node-c789171a-8c82-0084-88b9-2d11e90f90ec-ff9386e6, #w-node-_6b4e3494-46a7-67ee-9d5e-77b7044fb055-ff9386e6, #w-node-df5f7c94-04cb-6d1f-d139-b92a51fa498a-5d699ccc, #w-node-_6fa244d4-2652-6a94-7068-3633d4f41107-d4f41107, #w-node-_78a265b8-b2da-a852-fa6b-e26e9bf3be2c-9bf3be2a, #w-node-f340adf9-2d3e-b9db-bafd-5692cfbad947-cfbad945 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f340adf9-2d3e-b9db-bafd-5692cfbad950-cfbad945 {
    order: -9999;
  }

  #w-node-_5c8f9297-c30e-5519-fe0f-209f85c7f55a-ff9386e8 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_1af33545-3e4d-caf3-c8b4-7448cc573db5-cc573db0 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }

  #w-node-ee446695-c4b4-e99e-cefb-ae9579ee9a73-ff9386ee, #w-node-ea72061d-9c92-7835-5e5b-5c556d343d8a-6d343d88 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ea72061d-9c92-7835-5e5b-5c556d343d90-6d343d88 {
    order: -9999;
  }

  #w-node-_697e33b6-aea1-017d-0068-c1aedf202dbd-a2cf4b27, #w-node-_6e75bdb2-3bcc-e710-8a06-a5cb1dc442d9-a2cf4b27 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6e75bdb2-3bcc-e710-8a06-a5cb1dc442df-a2cf4b27 {
    order: -9999;
  }

  #w-node-_277a3985-6eff-a633-d2b2-f476c547f191-a2cf4b27 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_277a3985-6eff-a633-d2b2-f476c547f19c-a2cf4b27 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_277a3985-6eff-a633-d2b2-f476c547f19e-a2cf4b27 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_277a3985-6eff-a633-d2b2-f476c547f1a5-a2cf4b27 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_277a3985-6eff-a633-d2b2-f476c547f1ac-a2cf4b27 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_93b38961-928e-7e93-88d6-0283502e3bd2-a2cf4b27 {
    grid-column: 1 / 3;
  }

  #w-node-f8cb7b84-c929-4cc2-a0d7-1d35f21214e2-a2cf4b27 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ba465d91-f393-c73c-d1bc-dfca830a9f7f-a2cf4b27 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_98cbda9e-7c4f-5655-3d1f-0c31a79cbcce-a79cbccc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_98cbda9e-7c4f-5655-3d1f-0c31a79cbd06-a79cbccc {
    order: -9999;
  }

  #w-node-_490f37ac-29d5-b2f8-6e2e-3ebfaf0cf8ac-af0cf8a9, #w-node-_9725fd69-bc6e-8708-e3c6-73a9decb653a-a7c8e321, #w-node-ee446695-c4b4-e99e-cefb-ae9579ee9a73-014607a8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-df5f7c94-04cb-6d1f-d139-b92a51fa498a-5d699ccc, #w-node-_5c8f9297-c30e-5519-fe0f-209f85c7f55a-ff9386e8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1af33545-3e4d-caf3-c8b4-7448cc573db5-cc573db0 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_1af33545-3e4d-caf3-c8b4-7448cc573dba-cc573db0 {
    order: -9999;
  }

  #w-node-_697e33b6-aea1-017d-0068-c1aedf202dbd-ec1c6b11 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Fa Solid';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik Dirt';
  src: url('../fonts/RubikDirt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}