@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --_light---background-color: #09090880;
  --cloudy-orange: #F5F4F3;
  --cloudy-blue: #f7f8fc;
  --ui-library--neutral--300: #eff0f6;
  --ui-library--neutral--100: white;
  --ui-library--general--shadow-02: #14142b14;
  --ui-library--neutral--800: #211f54;
  --ui-library--neutral--600: #1a2b3c;
  --ui-library--neutral--400: #dcddeb;
  --ui-library--general--shadow-01: #14142b0f;
  --ui-library--accent--primary-1: #4a3aff;
  --ui-library--general--shadow-04: #14142b24;
  --ui-library--secondary--color-1: #281ca5;
  --ui-library--secondary--color-2: #f2f1ff;
  --ui-library--neutral--200: #f7f7fc;
}

/* Local utility and form primitives */
.inline-block { display: inline-block; max-width: 100%; }
.content-container { max-width: 940px; margin-left: auto; margin-right: auto; }
.content-container:before, .content-container:after { content: " "; grid-area: 1 / 1 / 2 / 2; display: table; }
.content-container:after { clear: both; }
.layout-blockcontainer { max-width: 940px; margin-left: auto; margin-right: auto; display: block; }
.richtext:before, .richtext:after { content: " "; grid-area: 1 / 1 / 2 / 2; display: table; }
.richtext:after { clear: both; }
.richtext ol, .richtext ul { overflow: hidden; }
.form-block-native { margin: 0 0 15px; }
.form-success { text-align: center; background-color: #ddd; padding: 20px; display: none; }
.form-error { background-color: #ffdede; margin-top: 10px; padding: 10px; display: none; }
.form-input { color: #333; vertical-align: middle; background-color: #fff; border: 1px solid #ccc; width: 100%; height: 38px; margin-bottom: 10px; padding: 8px 12px; font-size: 14px; line-height: 1.42857; display: block; }
.form-input::placeholder { color: #999; }
.form-input:focus { border-color: #3898ec; outline: 0; }
.form-recaptcha { margin-bottom: 8px; }
.checkbox-field { margin-bottom: 5px; padding-left: 20px; display: block; }
.checkbox-field:before, .checkbox-field:after { content: " "; grid-area: 1 / 1 / 2 / 2; display: table; }
.checkbox-field:after { clear: both; }
.checkbox-input { float: left; margin: 4px 0 0 -20px; line-height: normal; }
.form-label { cursor: pointer; margin-bottom: 0; font-weight: 400; display: inline-block; }
.newsletter-consent,
.newsletter-consent-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
}
.newsletter-consent-link {
  text-decoration: underline;
}
.utility-body { min-height: 100vh; background: #f7f8fc; }
.utility-icon { color: #fff; background: #1a2b3c; border-radius: 999px; place-items: center; width: 72px; height: 72px; margin: 0 auto 24px; font-size: 40px; font-weight: 800; line-height: 1; display: grid; }
.utility-page-content p { margin-bottom: 24px; }

body {
  color: #333;
  background-color: var(--cloudy-orange);
  font-family: Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

figure {
  margin-bottom: 10px;
}

.body {
  grid-row-gap: 256px;
  object-fit: fill;
  flex-direction: column;
  display: block;
}

.media-text-inner {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
}

.content-6 {
  grid-column-gap: 24px;
  grid-row-gap: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.secondary-btn {
  color: #fff;
  text-decoration: none;
  margin-top: 24px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  background-color: #000;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 14px;
  display: flex;
}

.secondary-btn:hover {
  background-color: #3a3a3a;
}

.secondary-btn.gradient-fill:hover {
  background-image: linear-gradient(126.41deg, #f89b29cc 12%, #ff0f7b);
}

.secondary-btn.small {
  padding-top: 16px;
  padding-bottom: 16px;
}

.secondary-btn.small.full-width, .secondary-btn.full-width {
  width: 100%;
}

.secondary-btn.nav-cta {
  display: flex;
}

.secondary-btn.nav-cta.is-current {
  color: #fa6721;
  background-color: #000;
  margin-left: 10px;
}

.secondary-btn.nav-cta.white {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
}

.secondary-btn.nav-cta.white.is-current {
  -webkit-text-stroke-color: #fa6721;
}

.secondary-btn.nav-cta.white.blau {
  color: #fff;
  background-color: #1a2b3c;
  margin-left: 0;
}

/* Horizontal media + text layout block (image and copy side by side).
   Image position is controlled by DOM order (see ContentRow.astro), not by the
   class — which is why the old `.text-bild` / `.bild-text` split was redundant. */
.media-text {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 128px;
  margin-bottom: 128px;
  padding: 0 24px;
  display: flex;
}

.contentwrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  max-width: 1200px;
  width: 100%;
  gap: 32px;
  position: relative;
  overflow: visible;
}

@media (max-width: 991px) {
  .contentwrapper {
    flex-direction: column;
    gap: 32px;
  }
  .media-text-content {
    width: 100%;
    max-width: 100%;
  }
}

.media-text-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: calc(50% - 16px);
  height: auto;
  margin-left: 0;
  display: flex;
  position: relative;
}

.top-margin {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 90%;
  height: 100%;
  min-height: 70%;
  display: flex;
  overflow: hidden;
}

.image.cover {
  object-fit: scale-down;
  height: 350px;
  position: absolute;
  overflow: visible;
}

.image.tb {
  object-fit: contain;
}

.image.full-height {
  object-fit: cover;
}

.image.first {
  order: -1;
}

.heading2 {
  color: #1a2b3c;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
}

.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(101.76deg, #f89b29 12%, #ff0f7b 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.frame-252 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-249 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 640px;
  display: flex;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.body-s-3 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.bekannt-aus {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vh;
  margin-top: 0;
  margin-bottom: 128px;
  padding: 64px 24px;
  display: flex;
}

.frame-187 {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 128px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  display: flex;
}

.frame-208 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.vectors-wrapper-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 43.3089px;
  display: flex;
}

.social-media {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.small-columns {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-16 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.footer-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.link {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

.link.black {
  color: #000;
}

.link.text-md.sm {
  font-size: 14px;
}

.content-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 178.667px;
  display: flex;
}

.frame-356 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.desktop-label-lg {
  color: #fff;
  text-align: center;
  letter-spacing: .1px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: var(--bg-footer-bg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 128px 24px 24px;
  display: flex;
}

.columns-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  flex: 0 auto;
  place-content: stretch flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.input-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 320px;
  height: 100%;
  display: flex;
}

.form-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  background-color: #000;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 75%;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.form-button:hover {
  background-color: #333;
}

.form-button.footer-form {
  width: 100%;
  border: none;
  cursor: pointer;
}

.bottom-bar {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.text-12 {
  color: #fff;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.div-block {
  width: 100%;
}

.checkbox-label {
  color: #fff;
  cursor: default;
  flex-wrap: nowrap;
  width: 90%;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  display: flex;
}

.checkbox-label.newsletter-consent {
  display: inline;
  width: auto;
  text-align: left;
  line-height: 1.2;
}

.footer .newsletter-consent-field,
.footer .newsletter-consent-field .newsletter-consent,
.footer .newsletter-consent-field .newsletter-consent-link {
  line-height: 1.2 !important;
}

.div-block-2 {
  width: 100%;
  margin-top: 8px;
  display: flex;
}

.cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 128px;
  margin-bottom: 128px;
  display: flex;
}

.cta-wrapper {
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  padding: 64px 128px;
  display: flex;
}

.cta-content {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.desktop-h2 {
  color: #000;
  text-align: center;
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 58px;
  font-weight: 700;
}

.gradient-fill {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(126.41deg, #f89b29 12%, #ff0f7b);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
}

.desktop-button-3 {
  color: #fff;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.text-13 {
  color: #1a2b3c;
  text-align: center;
}

.text-13.h2 {
  font-size: 48px;
  line-height: 100%;
}

.spare-bis-zu-30-der-verpackungsemissionen-sei-dabei-0 {
  color: #1a2b3c;
  text-align: center;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-weight: 900;
}

.spare-bis-zu-30-der-verpackungsemissionen-sei-dabei-1 {
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(103.11deg, #f89b29 12%, #ff0f7b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-weight: 900;
}

.frame-364 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: linear-gradient(#1a2b3ce6, #1a2b3ce6), var(--bg-blue-bg);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 632px;
  margin-bottom: 256px;
  padding: 128px 24px;
  display: flex;
}

.stat-card {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.25);
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
}

.stat-headline {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}

.stat-card.middle-card {
  background-color: #2a88e58a;
}
.beratung-testimonial-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.beratung-testimonial-card > h2 {
  color: #fff;
}

.beratung-testimonial-context {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
  font-family: Inter, sans-serif;
}

.beratung-testimonial-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.beratung-wmf-logo {
  height: 28px;
  width: auto;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.beratung-testimonial-attribution {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.beratung-attribution-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  font-family: Inter, sans-serif;
}

.beratung-attribution-role {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-family: Inter, sans-serif;
}

@media (max-width: 767px) {
  .beratung-testimonial-card {
    padding: 32px 24px;
  }
}


.container-stats {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.newsbanner {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1a2b3c;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 12px 24px;
  display: flex;
  position: fixed;
  top: 0;
}

.inhalt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.newsleiste {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-17 {
  color: #fff;
  letter-spacing: 1.25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.login {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.button {
  color: #fff;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

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

/* Mobile: symbol always visible, slogan hidden */
@media screen and (max-width: 991px) {
  .nav-logo--slogan { display: none; }
  .nav-logo--symbol { display: block; }
}

/* Desktop: crossfade slogan → symbol on scroll */
@media screen and (min-width: 992px) {
  .nav-logo-link { position: relative; }
  .nav-logo--slogan { transition: opacity 0.25s ease; }
  .nav-logo.nav-logo--symbol {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.25s ease;
    margin-right: 0;
    height: 32px;
    width: auto;
  }
  .navbar.is-compact .nav-logo--slogan { opacity: 0; }
  .navbar.is-compact .nav-logo.nav-logo--symbol { opacity: 1; }
}

.nav-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 32px;
  margin-left: 0;
  margin-right: 20px;
  position: static;
  inset: 0% 0% auto;
}

.nav-container {
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.nav-logo-link {
  flex: auto;
  align-self: center;
  color: #fff;
}

.nav-logo-link.is-current {
  margin-right: 0;
}

.hero-s {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: var(--bg-footer-bg);
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 192px 24px 0;
  display: flex;
  position: relative;
}

.hero-s.intralogistik {
  padding-top: 224px;
  padding-bottom: 224px;
}

.frame-168 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.title-copy-goes-here-be-awesome-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 42px;
}

.buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.buttons.hide {
  flex-flow: row;
}

h1, .h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.h1 {
  color: #fff;
  display: flex;
}


.h1.smaller-hero {
  width: 75%;
}

.h1.smaller-hero.blue {
  color: #1a2b3c;
  width: 60%;
}

.h1.full-width.abgabestelle {
  color: #fff;
  width: 60%;
}

.h1.onlineshop {
  width: 75%;
}

.h1.landing {
  color: #1a2b3c;
  width: 100%;
  max-width: 100%;
}

h1 {
  display: block;
  color: #1a2b3c;
}
h1.smaller-hero { width: 85%; }
h1.full-width.abgabestelle { color: #fff; width: 60%; }
h1.onlineshop { width: 75%; }
h1.landing { color: #1a2b3c; width: 100%; max-width: 100%; }

.navbar {
  width: 100%;
  padding: 16px 24px;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--_light---background-color);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: -1;
}

.navbar.navbar3 {
  background-color: #1a2b3c;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
}

.navbar.v4 {
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
}

.hero-content {
  grid-row-gap: 32px;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.hero-content.verpackungen-hero {
  align-items: flex-start;
}

.hero-content.it-hero {
  grid-row-gap: 24px;
  align-items: flex-start;
}

.hero-content.centered {
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: 60px;
  position: static;
  top: 25px;
  left: 50px;
}

.hero-content.centered.slider {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero-content.centered.slider .h1 {
  width: 75%;
}

.hero-content.centered-copy {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: 60px;
}

.hero-content.landing-hero {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: 0;
  padding-left: 40px;
  position: static;
}

.nav-link {
  color: #000;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
}

.nav-dropdown-label {
  color: #fff;
  -webkit-text-stroke-color: #1a2b3c;
}

.nav-dropdown-label:hover {
  text-decoration: underline;
}

.nav-dropdown-label.blau {
  -webkit-text-stroke-color: #adf;
}

.nav-dropdown-label.darkmode {
  color: #000;
}

.nav-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  flex: auto;
  justify-content: center;
  align-items: stretch;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.nav-desktop-cta {
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  margin-right: 0;
  display: flex;
}

.nav-cta {
  margin-top: 0 !important;
  color: #fff;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  background-color: #000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 46px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.nav-cta:hover {
  background-color: #333;
}

.dropdown-wrapper2 {
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  position: relative;
  overflow: visible;
}

.nav-mobile-cta {
  cursor: pointer;
  background-color: #0000;
  flex-direction: row;
  align-self: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.nav-mobile-cta {
  display: none;
}

.text-block-2 {
  color: #000;
}

.dropdown-content2 {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

 {
  cursor: pointer;
  padding: 0 8px;
  text-decoration: none;
  display: block;
}

.nav-link {
  text-align: left;
  align-self: center;
  align-items: center;
  padding: 8px 32px;
  display: flex;
}

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

.nav-link.nav-item {
  color: #fff;
  align-self: center;
  align-items: center;
  height: 46px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.nav-link.nav-item.darkmode {
  color: #000;
}

-d {
  color: #000;
  text-decoration: none;
}

-d:hover {
  text-decoration: underline;
}

.content-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 100px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.frame-367 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.frame-272 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 32px;
  display: flex;
  position: relative;
}

.frame-368 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0 0 0 32px;
  display: flex;
  position: relative;
}

.text-19.desktop-h2 {
  text-align: left;
}

.tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: linear-gradient(112.14deg, #f89b29 12%, #ff0f7b);
  border-radius: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
}

.tag.nametag {
  text-decoration: none;
}

.tag.tag2 {
  right: auto;
}

.tag.tag2.tag3 {
  background-image: none;
  padding: 8px 24px;
  position: relative;
  top: 0;
}

.tag.tag2.block {
  display: block;
  position: relative;
  top: 0;
}

.tag.kategorie {
  display: flex;
  left: 24px;
  right: auto;
}

.tag-label {
  width: fit-content;
  align-self: flex-start;
  color: #fff;
  background: #1a2b3c;
  display: inline-block;
  padding: 5px 12px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.3;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.tag-label--gradient {
  background-image: linear-gradient(101.76deg, #f89b29 12%, #ff0f7b 100%);
}

.tag-label--success {
  color: #17C964;
  background: #EFFEF5;
}

.tag-label--error {
  color: #FF306E;
  background: #FFF0F3;
}

.rectangle-87 {
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
  width: 50%;
  overflow: hidden;
}

.die-mehrwegquote-im-e-commerce-kommt-0 {
  color: #1a2b3c;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
}

.die-mehrwegquote-im-e-commerce-kommt-1 {
  letter-spacing: 1px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(113.12deg, #f89b29 12%, #ff0f7b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
}

.asset-1-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.image-6 {
  object-fit: contain;
}

.nav-dropdown-icon {
  display: none;
}

.nav-dropdown-icon.faq-arrow {
  display: block;
}

.hamburger {
  cursor: pointer;
  padding: 10px;
}

.nav-hamburger {
  padding: 0;
}

.nav-hamburger:focus, .nav-hamburger.is-open {
  background-color: #0000;
}

.hamburger-bar {
  background-color: #fff;
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease, margin 0.3s ease;
  transform-origin: center;
}

.hamburger-bar.hamburger-bar--short {
  background-color: #fff;
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
}

.partner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 128px;
  margin-bottom: 128px;
  padding: 64px 24px;
  display: flex;
}

.frame-269 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.kundenwrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.dirts-weiss-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.vectors-wrapper-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 169.254px;
  height: 72.0003px;
  display: flex;
}

.frame-267 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  display: flex;
}

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

.ber-onlineshops-sind-schon-dabei-0 {
  color: #1a2b3c;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
}

.ber-onlineshops-sind-schon-dabei-1 {
  letter-spacing: 1px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(97.71deg, #f89b29 12%, #ff0f7b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
}

.primary-btn {
  color: #1a2b3c;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 24px;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 14px;
}

.primary-btn:hover {
  background-color: #dadada;
}

.primary-btn.single, .primary-btn.leersendung {
  display: none;
}

.primary-btn.outline {
  border: 1px solid #000;
}

.primary-btn.boomerang {
  color: #fff;
  text-align: left;
  background-color: #000;
}

.footer-bottom-link {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

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

.heading {
  color: #000;
  letter-spacing: 1px;
  text-transform: none;
  width: 70%;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 100%;
}

.wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 128px;
  margin-bottom: 128px;
  padding: 0 24px;
  display: flex;
}

.wrapper.form {
  background-image: none;
  margin-top: 128px;
  margin-bottom: 128px;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.linktree-wrapper {
  background-image: var(--bg-blurry-d);
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 64px 24px;
}

.wrapper.wrapper-bg {
  background-image: var(--bg-footer-bg);
  background-position: 0%;
  background-size: cover;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 128px;
  padding: 64px 24px;
}

.wrapper.side-image {
  background-image: var(--bg-footer-bg);
  background-position: 50%;
  background-size: cover;
  margin-top: 128px;
  margin-bottom: 128px;
  position: relative;
  overflow: visible;
}

.wrapper.solutions {
  background-image: var(--bg-form-d);
  background-position: 50%;
  background-size: cover;
  margin-top: 128px;
  margin-bottom: 0;
  padding-top: 128px;
  padding-bottom: 128px;
}

.wrapper.solutions.onlineshop {
  margin-top: 128px;
  margin-bottom: 128px;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.pressewrapper {
  margin-top: 64px;
  margin-bottom: 64px;
}

.wrapper.gallery-wrapper {
  margin-top: -24px;
  margin-bottom: 128px;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.jobs, .wrapper.jobs-wrapper {
  background-image: var(--bg-blurry-d);
  background-position: 0 0;
  background-size: auto;
  padding: 64px 24px;
}

.wrapper.benefits-wrapper {
  background-image: none;
  margin-top: 128px;
  margin-bottom: 128px;
}

.wrapper.gr-en {
  background-image: var(--bg-blurry-d);
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  min-height: 500px;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.wrapper.gr-en.boxen {
  background-position: center;
  background-image: var(--bg-boxen-bg);
}

.wrapper.bersicht-wrapper {
  background-image: var(--bg-blurry-d);
  background-position: 50%;
  background-size: cover;
}

.wrapper.hinweis {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.small-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.wrapper.shop {
  margin-top: 128px;
}

.wrapper.no-margin {
  margin-top: 0;
  margin-bottom: 128px;
}

.wrapper.products {
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

h4, .h4 {
  color: #1a2b3c;
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.h4.vorteile.centered {
  text-align: center;
}

.h4.white {
  color: #fff;
}

.h4.l-l-l-c {
  text-align: left;
}

.h4.punkte {
  text-align: center;
  font-size: 18px;
}

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

.frame-394 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h5 {
  color: #1a2b3c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.h5.white {
  color: #fff;
}

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

h5 {
  color: #1a2b3c;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}
h5.white { color: #fff; }
h5.centered { text-align: center; }

.text-md {
  color: rgba(26, 43, 60, 0.8);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
  display: inline;
}

.text-sm {
  color: rgba(26, 43, 60, 0.8);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
  display: inline;
}
.text-sm.white { color: #fff; }

.text-md.gradient {
  font-weight: 700;
}

.text-md.white {
  color: #fff;
}

.text-md.faq-reply {
  width: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-md.body-hero {
  color: #fff;
  width: 50%;
  display: block;
}

.text-md.body-hero.black {
  color: #fdfdfd;
}

.text-md.process-text {
  color: #000;
}

.text-md.source {
  color: #fff;
  font-size: 14px;
}

.text-md.black {
  color: #000;
}

.text-md.black.link.presse {
  text-decoration: underline;
}

.text-md.black.link.presse:hover {
  color: #686868;
}

.text-md.body-kreislauf, .text-md.centered {
  text-align: center;
}

.text-md.centered.left-text-m {
  font-size: 16px;
  line-height: 140%;
}

.text-md.centered.mobile-left {
  font-size: 16px;
}

.text-md.centered.half {
  width: 75%;
}

.text-md.size-body {
  color: #fff;
}

.text-md.body-xs {
  font-weight: 300;
}

.text-md.l-l-l-c {
  text-align: left;
}

.text-md.grey {
  color: #7e7e7e;
}

.text-md.sm {
  text-transform: uppercase;
  font-size: 12px;
}

.text-md.bold {
  font-weight: 700;
}

.die-europa-ische-kommission-stellt-eine-plattform-zur-online-streitbeilegung-os-bereit-https-eceuropaeu-consumers-odr-unsere-e-mail-adresse-finden-sie-oben-im-impressum {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  text-decoration: none;
}

.frame-370 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.die-europa-ische-kommission-stellt-eine-plattform-zur-online-streitbeilegung-os-bereit-https-eceuropaeu-consumers-odr-unsere-e-mail-adresse-finden-sie-oben-im-impressum-1 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  text-decoration: underline;
}

.text-content {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.text-content.side-image {
  z-index: 2;
  grid-column-gap: 32px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.text-content.presse-content {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.text-content.gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-content.centered {
  flex-direction: column;
  align-items: center;
}

.text-content.vertical, .text-content.faq {
  flex-direction: column;
}

.text-content.box {
  background-color: #1a2b3c;
  border-radius: 4px;
  flex-direction: column;
}

.text-content.horizontal {
  flex-direction: column;
}

.nav-logo-area {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cards-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between center;
  align-self: auto;
  place-items: start stretch;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.teamcard {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  display: flex;
}

.person-foto {
  grid-column-gap: 0px;
  grid-row-gap: -22px;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: 304px;
  display: flex;
  position: relative;
}

.kontakt-name {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(133.38deg, #f89b29 12%, #ff0f7b);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  display: flex;
  position: absolute;
  bottom: -16px;
  box-shadow: 4px 4px #fee1d3;
}

.nametag {
  color: #fff;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.nametag.sebastian {
  color: #000;
  background-color: #fff;
  padding: 4px 16px;
  line-height: 140%;
  position: absolute;
  bottom: 32px;
  left: 0;
}

.person-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.marketing-design {
  color: #000;
  letter-spacing: .15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.christian-boomerangpackeu {
  color: #000;
  text-align: center;
  letter-spacing: .15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.div-block-9 {
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  display: flex;
}

.image-27 {
  object-fit: cover;
  width: 50%;
}

.div-block-10 {
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  width: 50%;
  padding: 48px 32px;
  display: flex;
}

h2, .h2 {
  color: #1a2b3c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 105%;
  letter-spacing: -0.03em;
}

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

.h2.centered {
  clear: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}


.h2.white {
  color: #fff;
}

h2.form-h2 { text-align: center; }
h2.centered { clear: none; text-align: center; margin-top: 0; margin-bottom: 0; }
h2.stat { color: #fff; text-shadow: 0 1px 1px #0003; width: 100%; font-size: 180px; }
h2.white { color: #fff; }

.checkbox-label-2 {
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 120%;
}

.form-label {
  color: #000;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 140%;
}

.form-2 {
  flex-wrap: wrap;
}

.form-field {
  color: #000;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #a3aab1;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  padding: 24px;
  font-family: Inter, sans-serif;
  line-height: 14px;
  display: flex;
}

.form-field:focus {
  background-color: #fcfcfc;
  border-width: 1px;
  border-color: #1a2b3c;
  box-shadow: 0 2px 5px #0003;
}

.form-field::placeholder {
  color: #a3aab1;
}

.form-field.footer-field {
  border-width: 1px;
  border-color: #0000;
  width: 100%;
  margin-bottom: 0;
}

.submit-button {
  letter-spacing: 1.25px;
  text-transform: uppercase;
  background-color: #000;
  margin-top: 16px;
  padding: 24px;
  font-family: Inter, sans-serif;
  line-height: 14px;
}

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

.text-block-6 {
  font-family: Inter, sans-serif;
}

.success-message {
  background-color: #fff;
  border-left: 5px solid #a3f0ad;
}

.image-28 {
  height: 32px;
  margin-bottom: 4px;
}

.error-message {
  background-color: #fff;
  border-left: 5px solid #ff7171;
}

.form-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.div-block-11 {
  flex-direction: row;
  display: flex;
}

.div-block-12 {
  width: 100%;
  max-width: 1200px;
}

.div-block-13 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.div-block-14 {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-15 {
  border-radius: 6px;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  display: flex;
  overflow: hidden;
}

.div-block-16 {
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff40;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 48px;
  display: flex;
}

.div-block-17 {
  flex: auto;
}

.image-29 {
  object-fit: cover;
  width: 50%;
}

.nav-logo-link-2 {
  width: 100%;
}

h3, .h3 {
  color: #1a2b3c;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.h3.left-text {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.h3.white {
  color: #fff;
}

.h3.white.size-h3 {
  margin-top: 0;
  margin-bottom: 0;
}

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

h3.left-text { flex-wrap: wrap; align-items: center; width: 100%; height: auto; margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; display: flex; }
h3.white { color: #fff; }
h3.white.size-h3 { margin-top: 0; margin-bottom: 0; }
h3.centered { text-align: center; }

.linktree-label {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.linktree-field {
  grid-column-gap: 8px;
  justify-content: center;
  align-self: auto;
  width: 100%;
  padding: 12px 0;
  text-decoration: none;
  display: flex;
}

.linktree-field.gradient-fill {
  padding-top: 12px;
  padding-bottom: 12px;
}

.linktree-field.gradient-fill.link-hover:hover {
  background-image: linear-gradient(126.41deg, #f89b29cc 12%, #ff0f7b);
}

.linktree-field.gradient-fill.gradient-fill-hover:hover {
  background-image: linear-gradient(126.41deg, #f89b29b3 12%, #ff0f7bb3);
}

.div-block-18 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-31 {
  width: 50%;
}

.frame-392 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
}

.frame-366 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}


.frame-395 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}


.body-s-4 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  text-decoration: none;
}

.frame-375 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.body-s-5 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.body-s-6 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  text-decoration: underline;
}

.content-box {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

h6, .h6 {
  color: #1a2b3c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.h6.faq-centered {
  text-align: center;
  font-weight: 400;
}

.h6.accordion-h6 {
  flex: auto;
}

.h6.white {
  color: #fff;
}

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

h6.white { color: #fff; }
h6.centered { text-align: center; }
h6.accordion-h6 { flex: auto; }

.accordion-item {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}

.accordion-toggle {
  grid-column-gap: 8px;
  color: #000;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.accordion-toggle.is-open {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.dropdown-list {
  display: none;
}

.dropdown-list.is-open {
  height: 80px;
  display: block;
  position: static;
}

.accordion-icon {
  position: absolute;
}

.dropdown-list-2 {
  position: static;
}

.dropdown-list-2.is-open {
  background-color: #0000;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-19 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.accordion-text {
  flex: 0 auto;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.icon {
  margin-right: 24px;
}

.div-block-20 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column wrap;
  flex: auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion-item-2 {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon-2.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  width: 100%;
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.paragraph {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.dropdown {
  background-color: #fff;
  align-self: auto;
  width: 100%;
}

.dropdown-toggle {
  width: 100%;
}

.dropdown-toggle.is-open {
  align-items: center;
  height: 60px;
  display: flex;
}

.dropdown-list-3 {
  position: static;
}

.dropdown-list-3.is-open {
  background-color: #0000;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-block-7 {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-21 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  display: flex;
}

.div-block-22 {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.tabs-menu {
  background-color: #fff;
  flex-direction: row;
  margin-bottom: 24px;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #0000;
  border-bottom: 4px solid #0000;
  flex: auto;
  padding: 16px 24px;
}

.tab-link-tab-1:hover {
  background-color: #0000001a;
}

.tab-link-tab-1.is-current {
  background-color: #0000;
  border-bottom: 4px solid #1a2b3c;
}

.tab-link-tab-2 {
  background-color: #0000;
  border-bottom: 4px solid #0000;
  flex: auto;
  padding: 16px 24px;
}

.tab-link-tab-2:hover {
  background-color: #0000001a;
}

.tab-link-tab-2.is-current {
  background-color: #0000;
  border-bottom-color: #1a2b3c;
  padding: 16px 24px;
}

.tab-link-tab-3 {
  background-color: #0000;
  border-bottom: 4px solid #0000;
  flex: auto;
  padding: 16px 24px;
}

.tab-link-tab-3:hover {
  background-color: #0000001a;
}

.tab-link-tab-3.is-current {
  background-color: #0000;
  border-bottom-color: #1a2b3c;
  flex: auto;
}

.nav-dropdown {
  max-width: 1200px;
  position: relative;
}

.nav-dropdown-trigger {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.nav-dropdown-trigger:hover {
  color: #000;
  text-decoration: none;
}

.nav-dropdown-panel {
  background-color: #fff;
  border-radius: 16px;
  position: absolute;
  top: 100%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.frame-310 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-308 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-396 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(158.96deg, #f89b29 12%, #ff0f7b 100%);
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px;
  display: flex;
}

.frame-214 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.text-23 {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.body-l {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
}

.body-l.hero-text {
  margin-top: 8px;
  margin-bottom: 24px;
}

.body-l.black {
  color: #000;
}

.frame-397 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(158.2deg, #f89b29 12%, #ff0f7b 100%);
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px;
  display: flex;
}

.frame-398 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.frame-399 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.hero-l {
  --large-hero-height: 85vh;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: var(--large-hero-height);
  padding: 0 24px;
  display: flex;
  position: relative;
}

.hero-l.verpackungen-hero {
  background-position: 50%;
  justify-content: flex-end;
}

.hero-l.it-hero {
  background-image: var(--bg-it-d);
}

.hero-l.startseite {
  position: relative;
}

.hero-l.startseite,
.hero-l.verpackungen,
.hero-l.b2b,
.hero-l.beratung {
  height: var(--large-hero-height);
}

.hero-l.startseite .hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-l.startseite .hero-content {
  position: relative;
  z-index: 2;
}

.hero-l.onlineshop {
  background-image: var(--hero-bg-desktop);
}

.hero-l.abgabestelle {
  background-image: var(--bg-hero-abgabestelle);
  background-position: 50%;
}

.hero-l.verpackungen {
  background-image: var(--bg-verpackungen-hero);
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.hero-l.verpackungen::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #1a2b3c 0%, #1a2b3ccc 35%, #1a2b3c66 65%, transparent 100%);
  z-index: 0;
}
.hero-l.verpackungen > * {
  position: relative;
  z-index: 1;
}
.hero-l.verpackungen .h1.smaller-hero {
  width: 75%;
  letter-spacing: -0.03em;
  line-height: 105%;
  font-weight: 800;
}
.hero-l.verpackungen .text-md.body-hero {
  width: 50%;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-size: 18px;
  letter-spacing: 0.01em;
}
@media (max-width: 991px) {
  .hero-l.verpackungen .h1.smaller-hero {
    width: 100%;
    letter-spacing: -0.02em;
  }
  .hero-l.verpackungen .text-md.body-hero {
    width: 100%;
  }
}

.hero-l.beratung {
  background-image: var(--bg-beratung-hero);
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.hero-l.beratung::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #1a2b3c 0%, #1a2b3ccc 35%, #1a2b3c66 65%, transparent 100%);
  z-index: 0;
}
.hero-l.beratung > * {
  position: relative;
  z-index: 1;
}
.hero-l.beratung .h1.smaller-hero {
  width: 75%;
  letter-spacing: -0.03em;
  line-height: 105%;
  font-weight: 800;
}
.hero-l.beratung .text-md.body-hero {
  width: 50%;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-size: 18px;
  letter-spacing: 0.01em;
}
@media (max-width: 991px) {
  .hero-l.beratung {
    justify-content: flex-end;
  }
  .hero-l.beratung .h1.smaller-hero {
    width: 100%;
    letter-spacing: -0.02em;
  }
  .hero-l.beratung .text-md.body-hero {
    width: 100%;
  }
}

.hero-l.customers {
  background-image: var(--bg-customers-d);
}

.hero-l.b2b {
  background-image: linear-gradient(to right, #1a2b3c 0%, #1a2b3ccc 35%, #1a2b3c66 65%, transparent 100%), var(--bg-usecases-hero);
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-l.testtt {
  color: #1a2b3c;
  background-image: none;
  height: 3vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}


.process_details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  min-height: 300px;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.centre_step {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.title_text {
  color: #6937ff;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
}

.centre_block {
  justify-content: center;
  align-items: flex-start;
  width: 120px;
  height: 80px;
  display: flex;
}

.title_wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}

.paragraph-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.centre_icon_wrap {
  z-index: 5;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px 18px #e6cbff24;
}

.centre_icon_wrap.gradient-fill {
  border-radius: 4px;
}

.process_card {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.process_line {
  background-image: url('../images/progress-line.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 2px;
  height: 70%;
  position: absolute;
}

.section_container {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}


.process_card_02 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.process_image_wrap {
  justify-content: center;
  align-items: center;
  width: 45%;
  min-height: 300px;
  padding: 30px;
  display: flex;
  position: relative;
}

.process_section {
  justify-content: center;
  align-items: center;
  padding: 128px 24px;
  display: flex;
}

.process {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  display: flex;
  position: relative;
}

.section {
  width: 100%;
  margin-top: 128px;
  margin-bottom: 128px;
}

.div-block-24 {
  flex-direction: column;
  display: flex;
}

.card1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: var(--bg-footer-m);
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 384px;
  min-height: 340.861px;
  padding: 32px;
  display: flex;
}

.image-229 {
  object-fit: contain;
}

.frame-410 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-s-7 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.image-230 {
  object-fit: contain;
}

.image-231, .stat-image {
  object-fit: contain;
  width: 100%;
}

.div-block-25 {
  width: 100%;
  max-width: 1200px;
}

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

.div-block-26 {
  width: 100%;
  max-width: 1200px;
}

.kundenlogo {
  object-fit: contain;
  max-width: 150%;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.content-left {
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-232 {
  position: relative;
  left: 24px;
}

.frame-417 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-179 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.frame-177 {
  border-left: 4px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 200px;
  padding-left: 12px;
  display: flex;
}

.desktop-h3 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 47px;
  font-weight: 600;
}

.desktop-body1 {
  color: #000;
  letter-spacing: .5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-233 {
  flex: 0 auto;
}

.div-block-28,
.side-panel {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, 0.12);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  padding: 32px;
  display: flex;
  position: relative;
}

.div-block-29 {
  flex: 0 auto;
  align-self: stretch;
  align-items: center;
  width: 75%;
  height: 600px;
  display: flex;
  position: relative;
}

.image-234 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 50%;
  width: 50%;
  height: 100%;
  margin-left: 0%;
  position: absolute;
  bottom: 0;
  left: 0%;
  overflow: visible;
}

.div-block-30 {
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.frame-195 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.frame-194 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff9;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 277px;
  padding: 48px 32px;
  display: flex;
}

.frame-198 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.frame-197 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-24 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.body-s-8 {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.primary-btn-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.desktop-button {
  color: #000;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.carddark {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(#ffffff4d, #ffffff4d);
  background-position: 0 0;
  border: 1px solid #ffffff2e;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.frame-200 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.wrapper-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-content-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.nav-logo-area-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.step-by-step_kunde {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 528px;
  padding: 32px;
  display: flex;
}

.frame-111 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(158.29deg, #f89b29 12%, #ff0f7b 100%);
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  display: flex;
}

.frame-419 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 30px;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.text-26 {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.body-s-9 {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.frame-420 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(157.34deg, #f89b29 12%, #ff0f7b 100%);
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  display: flex;
}

.nav-desktop-cta-2 {
  grid-column-gap: 8.51064px;
  grid-row-gap: 8.51064px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 640px;
  display: flex;
}

.kreislauf {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.so-funktioniert-das-mehrwegsystem-0 {
  color: #1a2b3c;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
}

.so-funktioniert-das-mehrwegsystem-1 {
  letter-spacing: 1px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(97.62deg, #f89b29 12%, #ff0f7b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
}

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

.frame-421 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.text-27 {
  color: #1a2b3c;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
}

.frame-276 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-l {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.frame-279 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}


.body-s-10 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.body-l-2 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
}

.presse-inhalt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.article-img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.article-body {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px 25px 40px 24px;
  background-color: #fff;
  display: flex;
}

.desktop-label-lg-2 {
  color: #000;
  letter-spacing: .1px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.text-28 {
  color: #1a2b3c;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.body-s-11 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.tag-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(133deg, #f89b29 12%, #ff0f7b 100%);
  border-radius: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 32px;
  display: flex;
  position: absolute;
  top: -21px;
  left: 40px;
}

.kategorie {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.pressecard {
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  display: flex;
}

.article-card {
  flex-direction: column;
  height: 100%;
  position: relative;
  display: flex;
  transition: box-shadow 0.2s ease;
}

.pressecard:not(.pressecard--static) .article-card:hover {
  box-shadow: var(--elevation-md);
}

.pressecard--static {
  cursor: default;
}

.article-card-tag {
  position: absolute;
  top: 0;
  left: 0;
}

.pressecard.product {
  background-color: #fff;
  flex-direction: column;
}

.news-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.presskit-section {
  padding-top: 0;
}

.presskit-content {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.presskit-download {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  display: flex;
}

.presskit-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.presskit-card {
  background-color: #fff;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.presskit-img {
  object-fit: cover;
  width: 100%;
  height: 214px;
}

.presskit-card-body {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: auto;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  display: flex;
}

.presskit-card h3 {
  text-align: center;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.1;
}

@media screen and (max-width: 991px) {
  .presskit-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .presskit-grid {
    grid-template-columns: 1fr;
  }

  .presskit-img {
    height: 180px;
  }

  .presskit-card h3 {
    font-size: 26px;
  }
}

.frame-353 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-354 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-352 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 304px;
  padding-right: 304px;
  display: flex;
}

.frame-87 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  flex: auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.image-235 {
  object-fit: cover;
  width: 371px;
  height: 214px;
}

.frame-88 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-30 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.body-l-3 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
}

.secondary-btn-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.desktop-button-4 {
  color: #fff;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.logo-oder-bilder-hier-entlang-0 {
  color: #1a2b3c;
  text-align: center;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
}

.logo-oder-bilder-hier-entlang-1 {
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96.57deg, #f89b29 12%, #ff0f7b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
}

.div-block-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-33 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.gallery-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.frame-234 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding: 64px 304px;
  display: flex;
}

.content-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.frame-240 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-238 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.frame-238 > .card {
  flex: 1 1 0;
  align-self: stretch;
  height: auto;
}

.icon-m {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.card-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 8px;
  text-align: left;
  display: flex;
}


.body-l-4 {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
}



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

.div-block-34 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.bulletpoints-item {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.bulletpoints {
  grid-row-gap: 4px;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.div-block-37 {
  width: 100%;
  max-width: 1200px;
}

.frame-423 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.size-card {
  grid-column-gap: 0;
  grid-row-gap: 0;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  object-fit: fill;
  background-image: linear-gradient(#ffffff4d, #ffffff4d);
  background-position: 0 0;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.text-31 {
  color: #fff;
  letter-spacing: .25px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 900;
}

.body-s-12 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.card-bulletpoints {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px 24px 0;
  display: flex;
}

.card-body {
  grid-row-gap: 16px;
  flex: auto;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px 24px 32px;
  display: flex;
}

.card-body > .card-copy,
.card-body > .card-bulletpoints {
  padding: 0;
}

.card-bulletpoint {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-31 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.material-symbolscheck-circle-rounded {
  object-fit: cover;
}

.text-32 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.frame-117 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 8px;
  display: flex;
  position: absolute;
  top: -13px;
  left: 24px;
}

.text-33 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.frame-428 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 393px;
  padding: 32px 24px;
  display: flex;
}

.card-copy {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  padding: 32px 24px 0;
  display: flex;
}

.size-card > .card-bulletpoints:last-of-type {
  padding-bottom: 32px;
}

.card-body > .card-dimensions {
  margin-top: auto;
}

.produkte {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 32px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.versandtasche {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 473px;
  display: flex;
}

._50-50-image {
  object-fit: cover;
  flex: auto;
  margin-top: -5px;
  margin-bottom: -4px;
  padding-left: 0;
}

.vectors-wrapper-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 4px;
  height: 100px;
  display: flex;
}

.versandtasche-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 473px;
  display: flex;
}

.frame-169 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  background-color: #ffffff1f;
  border: 1px solid #ffffff4d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 16px;
  display: flex;
  position: absolute;
  top: 82.5px;
  left: 376.5px;
}

.text-34 {
  color: #fff;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 900;
}

.frame-115 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.frame-114 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.body-s-13 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.versandtasche-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 473px;
  display: flex;
}

.vectors-wrapper-34 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 100%;
  display: flex;
}

.versandtasche-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 473px;
  display: flex;
}

.frame-429 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  background-color: #ffffff1f;
  border: 1px solid #ffffff4d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
  position: absolute;
}

.text-35 {
  color: #fff;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 900;
}

.frame-430 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.frame-431 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-35 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.body-s-14 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.div-block-39 {
  background-color: #ffffffbd;
  width: 10px;
  height: 100%;
}

.div-block-40 {
  background-color: #1a2b3c80;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-41 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.error-message-2 {
  background-color: #fff;
  border-left: 5px solid red;
}

.error-message-3 {
  color: #000;
  background-color: #fff;
  border-left: 5px solid #ff2d2d;
  font-family: Inter, sans-serif;
}

.success-message-2 {
  background-color: #fff;
  border-left: 5px solid #a5f38b;
}

.footer .form-success,
.footer .form-error {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 24px;
  padding: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  text-align: left;
}

.footer .form-success {
  border-left: 5px solid #17C964;
}

.footer .form-error {
  border-left: 5px solid #FF306E;
}

.footer .text-block-9 {
  color: inherit;
}

.div-block-42 {
  flex: auto;
  justify-content: center;
  height: 100%;
  display: flex;
  position: relative;
}

.left-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.right-text {
  width: 50%;
}

.frame-338 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1a2b3ce6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  min-height: 919px;
  padding-left: 304px;
  display: flex;
}

.frame-337 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.frame-336 {
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  background-image: linear-gradient(#1a2b3cbf, #1a2b3cbf), var(--bg-customers-d);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px;
  display: flex;
}

.frame-333 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff4d;
  border: 1px solid #ffffff2e;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 24px;
  display: flex;
}

.text-36 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.body-l-5 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
}

.rectangle-90 {
  object-fit: cover;
  flex: auto;
}

.so-einfach-geht-s-f-r-dich-als-partner-0 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
}

.so-einfach-geht-s-f-r-dich-als-partner-1 {
  letter-spacing: 1px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(111.01deg, #f89b29 12%, #ff0f7b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
}

.image-236 {
  object-fit: cover;
  width: 100%;
  max-height: 305px;
  overflow: hidden;
}

.div-block-43 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.frame-350 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-351 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-l-6 {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
}

.gallery {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.gallery.news-wrapper {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.frame-253 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1312px;
  display: flex;
}

.rectangle-83 {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.boomerang-ist-die-branchenl-sung-0 {
  color: #1a2b3c;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
}

.boomerang-ist-die-branchenl-sung-1 {
  letter-spacing: 1px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(97.96deg, #f89b29 12%, #ff0f7b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
}

.div-block-44 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-45 {
  grid-column-gap: 32px;
  background-color: #fff;
  border-left: 5px solid #1a2b3c;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 32px;
  display: flex;
}

.section-2 {
  justify-content: center;
  width: 100%;
  margin-top: 128px;
  margin-bottom: 128px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.div-block-46 {
  width: 100%;
  max-width: 1200px;
}

.section-3 {
  justify-content: center;
  display: flex;
}

.hero-body, .div-block-48 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.hero-content-s {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.cta-text, .div-block-49 {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

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

.link-5 {
  color: #000;
}

.div-block-50 {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  display: flex;
}

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

.body-xs.white {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-52 {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.icon-s {
  width: 42px;
  height: 42px;
}

.div-block-53 {
  display: flex;
}

.text-block-10 {
  font-size: 18px;
}

.frame-432 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-309 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.frame-433 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(158.9deg, #f89b29 12%, #ff0f7b);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  padding: 4px;
  display: flex;
}

.text-38 {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-39 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.frame-434 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(158.9deg, #f89b29 12%, #ff0f7b 100%);
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px;
  display: flex;
}

.frame-435 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.body-s-15 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.div-block-54 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.customer-vorteile {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.frame-497 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 0 solid #1a2b3c;
  border-left-width: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 151px;
  padding: 32px;
  display: flex;
  position: relative;
}

.text-40 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  text-decoration: none;
}

.vectors-wrapper-36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 26px;
  left: 1100px;
}

.egal-ob-retoure-oder-leersendung-sobald-du-dein-boomerang-pack-erfolgreich-zur-ckgesendet-hast-erh-ltst-du-dein-hinterlegtes-pfand-automatisch-zur-ck-der-pack-wird-anschlie-end-gegebenenfalls-aufbereitet-und-dem-kreislauf-zur-ckgef-hrt-und-wiederverwendet-wo-er-dann-erneut-verpackungsm-ll-co-einspart-0 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  text-decoration: none;
}

.egal-ob-retoure-oder-leersendung-sobald-du-dein-boomerang-pack-erfolgreich-zur-ckgesendet-hast-erh-ltst-du-dein-hinterlegtes-pfand-automatisch-zur-ck-der-pack-wird-anschlie-end-gegebenenfalls-aufbereitet-und-dem-kreislauf-zur-ckgef-hrt-und-wiederverwendet-wo-er-dann-erneut-verpackungsm-ll-co-einspart-1 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  text-decoration: none;
}

.egal-ob-retoure-oder-leersendung-sobald-du-dein-boomerang-pack-erfolgreich-zur-ckgesendet-hast-erh-ltst-du-dein-hinterlegtes-pfand-automatisch-zur-ck-der-pack-wird-anschlie-end-gegebenenfalls-aufbereitet-und-dem-kreislauf-zur-ckgef-hrt-und-wiederverwendet-wo-er-dann-erneut-verpackungsm-ll-co-einspart-2 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  text-decoration: underline;
}

.div-block-55 {
  background-color: #fff;
  border-left: 5px solid #1a2b3c;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 32px;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-block-11 {
  padding: 32px;
}

.image-238 {
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.text-span, .text-span-2 {
  text-decoration: underline;
}

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

.div-block-56 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

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

.div-block-57 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.divdiv_block-3-1018 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 304px;
  padding-right: 304px;
  display: flex;
}

.frame-498 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.divdiv_block-8-1018 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-position: 0 0;
  background-size: auto;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 360px;
  display: flex;
}

.sebastian-jpg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 360px;
}

.spantext_block-30-1018 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px 16px;
  display: flex;
}

.pers-nliche-beratung {
  color: #000;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.divdiv_block-5-1018 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 360px;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-right: 32px;
  display: flex;
}

.frame-499 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}


.body-s-16 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.frame-137 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-134 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 36px;
  display: flex;
}

.vectors-wrapper-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16.0001px;
  height: 16px;
  display: flex;
}

.text-41 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 31.5px;
}

.vectors-wrapper-38 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.divdiv_block-3-1018-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 304px;
  padding-right: 304px;
  display: flex;
}

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

.div-block-59 {
  background-position: 50%;
  background-size: cover;
  flex: auto;
  width: 50%;
  height: 360px;
  position: relative;
}

.text-block-12 {
  position: absolute;
  bottom: 32px;
  left: 0;
}

.cart-quantity {
  color: #000;
}

.product-ctn {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.product-ctn._2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
}

.div-block-60 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 50%;
  padding: 32px 32px 32px 0;
  display: flex;
}

.product-image-lg {
  object-fit: cover;
  width: 50%;
  max-height: 680px;
}

.fetch-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 12px;
  display: flex;
}

.default-state {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-bottom: 0;
  display: block;
}

.option-list {
  margin-top: 8px;
  margin-bottom: 24px;
}

.recommended {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.collection-item {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  transition: box-shadow .3s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: relative;
}

.collection-item:hover {
  box-shadow: 2px 3px 12px 1px #0003;
}

.product-image-sm {
  object-fit: cover;
  width: 100%;
  min-height: 200px;
  max-height: 200px;
}

.div-block-62 {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.div-block-63 {
  grid-column-gap: 4px;
  flex-direction: column;
  display: flex;
}

.link-ctn {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.cart-quantity-2 {
  color: #000;
}

.div-block-64 {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.collection-list-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.info-sm {
  grid-row-gap: 12px;
  flex-direction: column;
  padding: 24px 16px;
  display: flex;
}

.collection-item-2 {
  grid-column-gap: 32px;
  display: flex;
}

.nav-logo-link-3 {
  width: 100%;
}

.collection-list-wrapper-2 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 0;
}

.nav-logo-link-4 {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-65 {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.25px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 100%;
  display: none;
}

.apply-button {
  letter-spacing: 1.25px;
  text-transform: uppercase;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-66 {
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.form-block-2 {
  display: none;
}

.html-embed {
  width: 100%;
  margin-bottom: 0;
}

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

.calculator-container {
  width: 100%;
  max-width: 1200px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.flex-ctn {
  display: block;
}

.image-243 {
  mix-blend-mode: normal;
  object-fit: fill;
  margin-top: 5px;
}

.card-img {
  border-radius: 0;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
  margin: 0;
  display: block;
}

.slider {
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-top: 0;
  padding-top: 0;
}

.mask {
  max-width: 100%;
  height: 100%;
}

.slide {
  background-position: 50%;
  background-size: auto;
}

.hero-slider__slide--person {
  overflow: hidden;
}

.hero-slider__slide--boxes {
  overflow: hidden;
}

.hero-slider__slide--warehouse {
  overflow: hidden;
}

.hero-slider__picture,
.hero-slider__img {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-slider__picture {
  position: absolute;
  inset: 0;
}

.hero-slider__img {
  object-fit: cover;
  object-position: 50% 50%;
}

.hero-slider__slide--person .hero-slider__img,
.hero-slider__slide--warehouse .hero-slider__img {
  object-position: center bottom;
}

.video {
  min-width: 70vh;
}

.container-8 {
  aspect-ratio: 16 / 9;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.youtube {
  min-width: 300px;
}

.container-9 {
  width: 100%;
  max-width: 100%;
  height: 100vh;
}

.text-block-15 {
  margin-top: -10px;
  font-family: Inter, sans-serif;
}

.slider-2 {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
}

.container-10 {
  width: 100%;
  max-width: 100%;
  height: 85vh;
  position: relative;
}

.hero-slider {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.slide-4 {
  background-position: 50%;
  background-size: auto;
}

.slide-4.slide1 {
}

.hero-slider__track {
  max-width: 100%;
  height: 100%;
}

.slide-5 {
  background-position: 50%;
  background-size: cover;
}

.div-block-67 {
  height: 20vh;
}

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

.div-block-68 {
  background-image: url('../images/Flag_of_Europe.svg');
  background-position: 0 0;
  background-size: auto;
  width: 270px;
  max-width: 1200px;
}

.container-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.image-246 {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 500px;
}

.div-block-69 {
  box-sizing: border-box;
  flex: none;
  align-self: auto;
  width: 50%;
  min-width: 200px;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-left: 0;
  padding-top: 0;
}

.section-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #d8d8d800;
  flex-flow: row;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  max-height: 80vh;
  padding: 224px 0 224px 50px;
  display: flex;
}

.div-block-70 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 40%;
  max-width: 1200px;
  padding-top: 0;
  padding-left: 75px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.button-2 {
  text-align: center;
  background-color: #1a2b3c;
  border: 1px #000;
  border-radius: 5px;
  width: 20%;
  min-width: 100px;
  height: 10%;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.button-2.primary-btn-2 {
  width: auto;
}

.div-block-71 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 128px;
  margin-bottom: 196px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.image-247 {
  width: 100%;
}

.div-block-72 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
}

.heading-2 {
  color: #1a2b3c;
  text-align: left;
}

.div-block-73 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  max-width: 50%;
  padding: 20px 40px 20px 25px;
  display: flex;
}

.div-block-74 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-75 {
  max-width: 400px;
}

.code-embed {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.div-block-76 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 128px;
  margin-bottom: 196px;
  display: flex;
}

.div-block-77 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 100%;
  display: flex;
}

.div-block-78 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #1a2b3c;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  min-width: 100px;
  max-width: 800px;
  height: 80px;
  max-height: 100px;
  padding: 10px 10px 10px 32px;
  display: flex;
}

.container-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 80vh;
  padding: 224px 24px;
  display: flex;
}

.container-12.landing {
  height: 75vh;
  margin-top: 65px;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 284px;
  padding-left: 0;
}

.div-block-79 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.text-block-16 {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.div-block-80 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.title-text-button {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-81 {
  flex-flow: column;
  width: 80%;
  display: flex;
}

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

.div-block-83 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-84 {
  justify-content: center;
  display: flex;
}

.div-block-85 {
  margin-top: 0;
  margin-bottom: 196px;
}

.div-block-86 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 128px;
  margin-bottom: 196px;
  display: flex;
}

.div-block-87 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  max-width: 1200px;
  display: flex;
}

.div-block-88 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.image-248 {
  max-width: 800px;
  padding-right: 0;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---top-right {
  border: 1px solid var(--ui-library--neutral--300);
  background-color: var(--ui-library--neutral--100);
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  box-shadow: 0 2px 12px 0 var(--ui-library--general--shadow-02);
  color: var(--ui-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-left {
  border: 1px solid var(--ui-library--neutral--300);
  background-color: var(--ui-library--neutral--100);
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  box-shadow: 0 2px 12px 0 var(--ui-library--general--shadow-02);
  color: var(--ui-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -100px 84px auto auto;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---link-wrapper-white {
  color: var(--ui-library--neutral--100);
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.brix---link-wrapper-white:hover {
  color: var(--ui-library--neutral--100);
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.brix---mg-bottom-32px {
  margin-bottom: 24px;
}


.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---card-testimonial-color-3 {
  border: 0px solid var(--ui-library--neutral--300);
  box-shadow: none;
  color: var(--ui-library--neutral--100);
  transform-style: preserve-3d;
  background-color: #4353ff;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-3:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---card-testimonial-color-2 {
  border: 0px solid var(--ui-library--neutral--300);
  box-shadow: none;
  color: var(--ui-library--neutral--100);
  transform-style: preserve-3d;
  background-color: #1a2b3c;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-1 {
  border: 0px solid var(--ui-library--neutral--300);
  box-shadow: none;
  color: var(--ui-library--neutral--100);
  transform-style: preserve-3d;
  background-color: #1a2b3c;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-1:hover {
  color: var(--ui-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---slider-mask-width-490px {
  max-width: 480px;
  height: 100%;
  overflow: visible;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---color-neutral-600 {
  color: var(--ui-library--neutral--600);
}


.brix---color-neutral-800 {
  color: var(--ui-library--neutral--800);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-overflow-hidden {
  background-color: #fff;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 176px;
  overflow: hidden;
}

.brix---logo-strip-image-06, .brix---logo-strip-image-04 {
  width: 100%;
}

.brix---logo-strip-image-03, .brix---logo-strip-image-02 {
  border-bottom: 1px solid var(--ui-library--neutral--400);
  width: 100%;
}

.brix---grid-logo-strip-v5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---logo-strip-v5-card {
  border: 1px solid var(--ui-library--neutral--300);
  background-color: var(--ui-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--ui-library--general--shadow-01);
  border-radius: 24px;
}


.brix---color-neutral-801 {
  color: var(--ui-library--neutral--800);
}

.brix---text-center-tablet {
  text-align: left;
}

.brix---grid-2-logo-strip-v5 {
  grid-column-gap: 70px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

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

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-802 {
  color: var(--ui-library--neutral--600);
}


.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---color-accent-1 {
  color: var(--ui-library--accent--primary-1);
}


.brix---grid-2-columns-2-col-mbl {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 24px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---subtitle {
  color: var(--ui-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--ui-library--general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

.brix---grid-2-columns-text {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 40px 10px;
  display: grid;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--ui-library--neutral--100);
  background-color: #fff;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.brix---section.white {
  background-color: #fff;
}

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

.brix---btn-secondary {
  border: 1px solid var(--ui-library--neutral--300);
  background-color: var(--ui-library--neutral--100);
  color: var(--ui-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--ui-library--accent--primary-1);
  background-color: var(--ui-library--accent--primary-1);
  color: var(--ui-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--ui-library--accent--primary-1);
  color: var(--ui-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--ui-library--secondary--color-1);
  color: var(--ui-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}


.brix---color-neutral-803 {
  color: var(--ui-library--neutral--600);
}

.brix---mg-bottom-64px {
  margin-bottom: 64px;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-white {
  border: 1px solid var(--ui-library--neutral--300);
  color: var(--ui-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--ui-library--neutral--100);
  background-color: var(--ui-library--neutral--100);
  color: var(--ui-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--ui-library--neutral--100);
  color: var(--ui-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--ui-library--secondary--color-2);
  color: var(--ui-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: var(--ui-library--neutral--100);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}


.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---hero-bg-image-dark {
  background-image: linear-gradient(#0009, #0009);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---img-below-card {
  max-width: 976px;
  margin-left: auto;
}

.brix---btn-secondary-2 {
  border: 1px solid var(--ui-library--neutral--300);
  background-color: var(--ui-library--neutral--100);
  color: var(--ui-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--ui-library--accent--primary-1);
  background-color: var(--ui-library--accent--primary-1);
  color: var(--ui-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-804 {
  color: var(--ui-library--neutral--600);
}

.brix---card-over-image {
  z-index: 1;
  border: 1px solid var(--ui-library--neutral--300);
  background-color: var(--ui-library--neutral--100);
  max-width: 728px;
  box-shadow: 0 2px 7px 0 var(--ui-library--general--shadow-01);
  border-radius: 24px;
  padding: 80px 72px;
  position: absolute;
}

.brix---flex-card---image-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.brix---section-hero-short {
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  overflow: hidden;
}

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

.brix---hero-full-width-right-hero-v5 {
  max-width: 45%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---floating-image-hero-v2---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  transform: rotate(140deg);
}

.brix---btn-secondary-3 {
  border: 1px solid var(--ui-library--neutral--300);
  background-color: var(--ui-library--neutral--100);
  color: var(--ui-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-3:hover {
  border-color: var(--ui-library--accent--primary-1);
  background-color: var(--ui-library--accent--primary-1);
  color: var(--ui-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-2 {
  background-color: var(--ui-library--neutral--600);
  color: var(--ui-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--ui-library--secondary--color-1);
  color: var(--ui-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-805 {
  color: var(--ui-library--neutral--600);
}

.brix---grid-hero-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-hero-full-width-right {
  margin-top: 95px;
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---link-wrapper-white-2 {
  color: var(--ui-library--neutral--100);
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.brix---link-wrapper-white-2:hover {
  color: var(--ui-library--neutral--100);
}

.brix---text-left---t-center {
  text-align: left;
}

.brix---top-bar-right-col {
  margin-right: 24px;
}

.brix---top-bar-flex-h-sb {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.brix---top-bar-wrapper {
  background-color: var(--ui-library--accent--primary-1);
  color: var(--ui-library--neutral--100);
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

.brix---color-neutral-806 {
  color: var(--ui-library--neutral--600);
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---tabs-content-card {
  border: 1px solid var(--ui-library--neutral--400);
  width: 100%;
  box-shadow: 0 2px 12px 0 var(--ui-library--general--shadow-02);
  border-radius: 24px;
  padding: 48px 56px;
  overflow: visible;
}

.brix---mg-left-16px {
  margin-left: 16px;
}

.brix---square-icon-48px {
  border-radius: 10px;
  width: 48px;
}

.brix---tab-left-icon {
  border: 2px solid var(--ui-library--neutral--200);
  background-color: var(--ui-library--neutral--100);
  width: 100%;
  box-shadow: 0 2px 6px 0 var(--ui-library--general--shadow-01);
  color: var(--ui-library--neutral--600);
  border-radius: 14px;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.brix---tab-left-icon:hover {
  border-color: var(--ui-library--accent--primary-1);
}

.brix---tab-left-icon.is-current {
  border: 2px none var(--ui-library--accent--primary-1);
  background-color: var(--ui-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--ui-library--general--shadow-02);
  color: var(--ui-library--neutral--600);
}

.brix---tabs-menu-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 348px;
  margin-bottom: 0;
  margin-right: 40px;
  display: flex;
}

.brix---tabs-wrapper-tabs-left {
  align-items: flex-start;
  display: flex;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.brix---btn-primary-3 {
  background-color: var(--ui-library--accent--primary-1);
  color: var(--ui-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  background-color: var(--ui-library--secondary--color-1);
  color: var(--ui-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-807 {
  color: var(--ui-library--neutral--600);
}


.brix---grid-2-columns-text-left {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---paragraph-default-6 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-808 {
  color: var(--ui-library--neutral--600);
}


.brix---display-2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---card-stats-v3 {
  border: 1px solid var(--ui-library--neutral--300);
  background-color: var(--ui-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--ui-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 28px;
  display: flex;
}

.brix---grid-3-columns---1-col-mb {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}


.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---inner-container-490px-center {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.brix---logo-strip-image-card {
  width: 284px;
  box-shadow: 0 1px 12px 0 var(--ui-library--general--shadow-02);
  object-fit: fill;
  border: 0 #0000;
  border-radius: 0;
  margin: 14px 16px;
}

.brix---logo-strip-full-width {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}


.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-logo-strip-v6 {
  padding-top: 0;
  padding-bottom: 100px;
  overflow: hidden;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---link-wrapper-color-primary {
  color: var(--ui-library--accent--primary-1);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary:hover {
  color: var(--ui-library--secondary--color-1);
}

.brix---flex-center {
  justify-content: center;
  display: flex;
}

.brix---paragraph-default-7 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-809 {
  color: var(--ui-library--neutral--600);
}

.brix---display-5 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---grid-stats-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}


.brix---section-2 {
  color: var(--ui-library--neutral--100);
  padding-top: 100px;
  padding-bottom: 176px;
}

.brix---text-300-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.brix---pricing-v8-title-table {
  color: var(--ui-library--neutral--600);
  margin-bottom: 10px;
  display: none;
}

.brix---pricing-content-wrapper, .brix---pricing-content-wrapper-empty {
  border-bottom: 1px solid var(--ui-library--neutral--400);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 94px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.brix---btn-primary-small-full-width {
  background-color: var(--ui-library--accent--primary-1);
  width: 100%;
  color: var(--ui-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-full-width:hover {
  background-color: var(--ui-library--secondary--color-1);
  color: var(--ui-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---text-400-bold {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---color-neutral-810 {
  color: var(--ui-library--neutral--600);
}

.brix---pricing-table-top {
  border-bottom: 1px solid var(--ui-library--neutral--400);
  background-color: var(--ui-library--neutral--100);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 230px;
  padding: 56px 24px 48px;
  display: flex;
  position: sticky;
  top: 0;
}

.brix---pricing-table-top-featured {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--ui-library--neutral--400);
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 230px;
  padding: 56px 24px 48px;
  display: flex;
  position: sticky;
  top: 0;
}

.brix---pricing-column-featured {
  background-color: #fff;
}

.brix---pricing-content-wrapper-left {
  border-bottom: 1px solid var(--ui-library--neutral--400);
  min-height: 94px;
  color: var(--ui-library--neutral--600);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.brix---pricing-table-top-first {
  border-bottom: 1px solid var(--ui-library--neutral--400);
  background-color: var(--ui-library--neutral--100);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 230px;
  padding: 56px 24px 48px 0;
  display: flex;
  position: sticky;
  top: 0;
}

.brix---grid-4-columns-pricing-tablet {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---paragraph-default-8 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}


.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-3 {
  color: var(--ui-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---display-6 {
  color: var(--ui-library--neutral--600);
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---color-neutral-811 {
  color: var(--ui-library--neutral--800);
}

.brix---text-201 {
  color: #fa6721;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---color-neutral-812 {
  color: var(--ui-library--neutral--600);
}

.brix---divider-details {
  background-color: var(--ui-library--neutral--400);
  width: 32px;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
}

.brix---color-accent-2 {
  color: var(--ui-library--accent--primary-1);
}

.brix---flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---blog-card-content-inside-v8 {
  padding: 54px 54px 48px;
}

.brix---blog-card-bottom {
  border: 1px solid var(--ui-library--neutral--300);
  border-radius: 24px;
  box-shadow: 0 2px 8px #14142b14;
}

.brix---blog-card-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-bottom-32px-3 {
  margin-bottom: 24px;
}

.brix---blog-card-wrapper {
  text-decoration: none;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---grid-2-columns---gap-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---badge-secondary-category-badges {
  border: 1px solid var(--ui-library--neutral--400);
  background-color: var(--ui-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--ui-library--general--shadow-01);
  color: var(--ui-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 24px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary-category-badges:hover {
  border-color: var(--ui-library--accent--primary-1);
  background-color: var(--ui-library--accent--primary-1);
  color: var(--ui-library--neutral--100);
}

.brix---badge-secondary-category-badges.is-current {
  border-color: var(--ui-library--accent--primary-1);
  background-color: var(--ui-library--accent--primary-1);
  color: var(--ui-library--neutral--100);
  cursor: default;
}

.brix---categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.brix---categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}


.brix---grid-title-and-categories {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 64px;
  display: grid;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-4 {
  color: var(--ui-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}


.brix---blog-card-content-inside-v8-small {
  padding: 42px 34px 32px;
}

.brix---blog-card-link {
  text-decoration: none;
  transition: transform .3s;
}

.brix---blog-card-link:hover {
  transform: scale(.96);
}

.brix---grid-1-column-gap-row-24px {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---grid-blog-featured-v8 {
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}


.brix---subtitle-2 {
  color: var(--ui-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---inner-container-700px-center-2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---section-pd-bottom-56px {
  padding-top: 176px;
  padding-bottom: 56px;
}

.brix---btn-primary-small {
  background-color: var(--ui-library--accent--primary-1);
  color: var(--ui-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--ui-library--secondary--color-1);
  color: var(--ui-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--ui-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.is-open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-list-item-show-in-tablet {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: var(--ui-library--neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--ui-library--accent--primary-1);
}

.brix---header-nav-list-item-left {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 32px;
}

.brix---dropdown-link {
  width: 100%;
  color: var(--ui-library--neutral--600);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--ui-library--accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--ui-library--neutral--300);
  background-color: var(--ui-library--neutral--100);
  min-width: 280px;
  box-shadow: 0 2px 12px 0 var(--ui-library--general--shadow-02);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.is-open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--ui-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--ui-library--accent--primary-1);
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link-left {
  transform-style: preserve-3d;
  padding-left: 0;
  padding-right: 40px;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-left:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-left-col {
  align-items: center;
  display: flex;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper-rounded {
  background-color: var(--ui-library--neutral--600);
  border-radius: 130px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 3px 10px #211f5414;
}

.brix---container-default-center {
  z-index: 1000;
  min-width: 90%;
  max-width: 90%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: fixed;
  inset: 0% 0% auto;
}

.section-5 {
  height: 100vh;
  padding-top: 146px;
  padding-left: 60px;
  padding-right: 60px;
}

.collection-list-wrapper-4 {
  height: 100vh;
}

.div-block-89 {
  background-color: #039;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 0;
  height: 20%;
  padding: 24px 24px 24px 0;
  display: flex;
}

.text-block-17 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 700;
  display: block;
}

.nav-logo-link-5 {
  background-color: #039;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  height: 10%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  display: flex;
}

.logo-link {
  width: 284px;
  margin: 14px 16px 16px 14px;
}

.div-block-90 {
  overflow: hidden;
}

.slidesection {
  justify-content: center;
  align-items: center;
  height: 15vh;
  margin-top: 10px;
  display: flex;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.slideritem {
  width: 180px;
}

.section-logo {
  width: 100%;
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-18 {
  color: var(--ui-library--neutral--600);
  font-family: Inter, sans-serif;
}

.table-cell {
  color: #b7bbd1;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.table-cell.featured {
  color: #434de7;
  background-color: #f2f3ff;
}

.spacer-xxl {
  width: 100%;
  height: 50px;
}

.price-category-wrap {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: -5px;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 1100px;
}

.pricing-chart-grid {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 20% 40% 40%;
  grid-auto-columns: 1fr;
  width: 100%;
  font-size: 18px;
  display: grid;
}

.pricing-chart-grid.final {
  border-radius: 0;
  overflow: hidden;
}

.placeholder-spacer {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 65px;
}

.icon-4 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.pricing-sticky-bg-wrap {
  background-color: #000;
  border-top-right-radius: 5px;
  padding-top: 0;
}

.content-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrap-center.max-width-800 {
  max-width: 800px;
}


.chart-wrap {
  border: 1px solid #f2f3ff;
  border-radius: 0;
  width: 100%;
  display: block;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.paragraph-4 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.main-section {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
}

.pricing-title-wrap-sticky {
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.pricing-title-wrap-sticky.end {
  color: #000;
  background-color: #f2f3ff;
  border-radius: 0;
  font-weight: 600;
}

.pricing-title-wrap-sticky.middle {
  background-color: #fff;
}

.sticky-grid-pricing {
  z-index: 3;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #edf1fd;
  background-color: #f2f3ff;
  border-bottom: 1px solid #f2f3ff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 20% 40% 40%;
  grid-auto-rows: minmax(auto, .25fr);
  width: 100%;
  max-width: 1200px;
  margin-bottom: 5px;
  padding-top: 0;
  position: sticky;
  top: 0;
}

.outer-chart-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #f2f3ff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  width: 100%;
}

.table-cell-title {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 75px;
  padding: 20px;
  display: flex;
}

.blurb-txt {
  color: #000;
  font-family: Inter, sans-serif;
}

.blurb-txt.text-color {
  color: #fa6721;
}

.text-block-19, .text-block-20, .text-block-21, .text-block-22 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-block-23 {
  color: #039;
  font-weight: 700;
}




.div-block-91 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.div-block-92 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.container-13 {
  max-width: 1200px;
}

.image-250 {
  max-width: 50%;
}

.section-6 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.table-font {
  margin-bottom: auto;
  font-size: 16px;
}

.table-font.orange {
  color: #fa6721;
}

.div-block-93 {
  flex-flow: column;
  display: flex;
}

.div-block-93.punkte {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
}

.brix---image-width-100 {
  width: 100%;
}

.brix---border-radius-24px-2 {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---link-icon-right-3 {
  margin-left: 6px;
}

.brix---text-200-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-3 {
  color: var(--ui-library--accent--primary-1);
}

.brix---link-wrapper {
  color: var(--ui-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--ui-library--accent--primary-1);
}

.brix---color-neutral-813 {
  color: var(--ui-library--neutral--600);
  padding-bottom: 20px;
}

.brix---paragraph-default-9 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}


.brix---color-neutral-814 {
  color: var(--ui-library--neutral--800);
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---mg-bottom-48px-4 {
  margin-bottom: 48px;
}

.brix---card-link-content-left-fw {
  border: 1px solid var(--ui-library--neutral--300);
  background-color: var(--ui-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--ui-library--general--shadow-01);
  transform-style: preserve-3d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px 32px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-link-content-left-fw:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---grid-3-columns---1-col-mb-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}


.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

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

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-5 {
  color: var(--ui-library--neutral--100);
  padding-top: 20px;
  padding-bottom: 60px;
}

.container-14 {
  display: none;
}

.text-block-24 {
  margin-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.div-block-94 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.div-block-95, .div-block-96, .div-block-97, .div-block-98 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.section-7 {
  max-width: 100%;
  height: 15vh;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-251 {
  object-fit: cover;
  min-width: 100%;
  max-height: 20vh;
}

.div-block-99 {
  width: 100%;
  max-width: 100%;
  height: 20vh;
  max-height: 20vh;
  margin-top: 100px;
  margin-bottom: 60px;
  overflow: hidden;
}

.container-15 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

@media (max-width: 991px) {
  .container-15 {
    padding-left: 0;
    padding-right: 0;
  }
}

.image-252 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.img-wrapper {
  max-width: calc(50% - 16px);
}

@media screen and (min-width: 1440px) {
  .h3.white {
    padding-bottom: 10px;
  }

  .slide-5 {
  }

  .container-12.landing {
  }

  .brix---grid-2-logo-strip-v5 {
    grid-column-gap: 110px;
    grid-template-columns: .6fr 1fr;
  }

  .brix---section {
    margin-top: 128px;
    margin-bottom: 196px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .brix---grid-hero-v1 {
    grid-column-gap: 90px;
  }

  .brix---section-hero-full-width-right {
    padding-top: 100px;
  }

  .brix---card-stats-v3 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---grid-3-columns---1-col-mb {
    padding-top: 20px;
  }

  .brix---grid-stats-v1 {
    grid-column-gap: 100px;
  }

  .brix---pricing-table-top-featured {
    background-color: #fff;
  }

  .brix---grid-4-columns-pricing-tablet {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .brix---header-wrapper-rounded {
    background-color: var(--ui-library--neutral--600);
  }

  .brix---container-default-center {
    z-index: 1000;
    min-width: 90%;
    max-width: 90%;
    margin-top: 10px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .section-5 {
    background-color: #f9f7ff;
    height: 100vh;
  }

  .collection-list-wrapper-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .pricing-chart-grid, .sticky-grid-pricing {
    grid-template-columns: 34% 33% 33%;
  }

  .outer-chart-grid {
    grid-template-columns: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .nav-container {
    max-width: 1200px;
  }

  .h1.smaller-hero.blue {
    color: #1a2b3c;
    -webkit-text-stroke-color: white;
    width: auto;
  }

  .navbar {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .navbar.v4 {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #09090880;
  }

  .nav-dropdown-label.neu, .nav-dropdown-label.blau, .nav-link.nav-item.neu {
    color: #1a2b3c;
  }

  .text-md {
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .div-block-76 {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-12.landing {
    height: 70vh;
  }


  .brix---grid-2-logo-strip-v5 {
    grid-template-columns: .55fr 1fr;
  }

  .brix---container-default-2 {
    max-width: 1200px;
  }

  .brix---mg-bottom-0, .brix---paragraph-default-2 {
    color: var(--ui-library--neutral--600);
  }



  .brix---section {
    background-color: #fff;
    margin-top: 196px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .brix---btn-secondary {
    background-color: var(--ui-library--neutral--600);
    box-shadow: none;
    color: var(--ui-library--neutral--100);
    -webkit-text-stroke-color: var(--ui-library--neutral--600);
  }

  .brix---btn-primary {
    background-color: var(--ui-library--neutral--600);
  }

  .brix---paragraph-default-4 {
    color: var(--ui-library--neutral--600);
  }


  .brix---section-hero-short {
    padding-top: 72px;
  }

  .brix---hero-full-width-right-hero-v5 {
    width: 100%;
    max-width: 46%;
  }

  .brix---btn-primary-2 {
    background-color: var(--ui-library--neutral--600);
  }

  .brix---section-hero-full-width-right {
    margin-top: 85px;
    padding-top: 100px;
  }

  .brix---display-4 {
    color: var(--ui-library--neutral--600);
  }

  .brix---grid-3-columns---1-col-mb {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 20px;
  }

  .brix---logo-strip-image-card {
    border-style: none;
    border-color: var(--ui-library--neutral--600);
    box-shadow: none;
    border-radius: 0;
  }

  .brix---btn-primary-small-full-width {
    background-color: var(--ui-library--neutral--600);
  }

  .brix---pricing-table-top {
    background-color: var(--ui-library--neutral--100);
  }

  .brix---pricing-table-top-featured, .brix---pricing-column-featured {
    background-color: #fff;
  }

  .brix---pricing-table-top-first {
    background-color: var(--ui-library--neutral--100);
  }

  .brix---grid-4-columns-pricing-tablet {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .brix---section-3 {
    color: #fec3a1;
  }

  .brix---section-pd-bottom-56px {
    background-color: #0000;
  }

  .brix---container-default-5 {
    min-width: 90%;
    max-width: 90%;
  }

  .brix---header-wrapper-rounded {
    background-color: var(--ui-library--neutral--600);
  }

  .brix---container-default-center {
    min-width: 90%;
    max-width: 90%;
    margin-top: 10px;
  }

  .slidesection {
    height: 15vh;
  }

  .page-padding.s0 {
    width: 100vh;
  }

  .container-large {
    max-width: 100vh;
    margin-left: 0;
    margin-right: 0;
  }

  .section-logo {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .content-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-11 {
    color: #000;
  }


  .secondary-btn {
    width: auto;
  }

  .secondary-btn:hover {
    background-color: #383838;
  }

  .secondary-btn.nav-cta {
    display: none;
  }

  .media-text {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .contentwrapper.earyl {
    flex-direction: column;
  }

  .media-text-content {
    z-index: 1;
    order: 1;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .media-text-content.no-gap {
    grid-row-gap: 0px;
  }

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

  .image {
    background-image: none;
    flex: 0 auto;
    order: -1;
    width: 100%;
  }

  .image.cover {
    object-fit: scale-down;
  }

  .image.tb {
    order: -1;
  }

  .image.full-height {
    width: 50%;
  }

  .image._2nd {
    object-fit: cover;
    order: -1;
    width: 50%;
    max-height: none;
  }


  .bekannt-aus {
    flex-wrap: nowrap;
    padding-left: 24px;
    padding-right: 24px;
  }

  .frame-187 {
    width: 100%;
  }

  .logo-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .footer-columns-layout {
    flex-direction: column;
    align-items: center;
  }

  .frame-208, .content, .footer-links, .content-7 {
    align-items: center;
  }

  .footer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .columns-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  /* Once the footer stacks, the small-columns block no longer gets width from
     `flex: 1` (its parent is now a column). Give it the full width so the three
     link columns spread evenly instead of cramming into a ~350px box and
     wrapping the headings. */
  .small-columns {
    width: 100%;
    justify-content: space-between;
  }

  .column-17 {
    align-items: center;
    width: auto;
  }

  .form {
    justify-content: center;
  }

  .bottom-bar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

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

  .cta {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }

  .cta-content {
    width: 100%;
  }

  .stat-card {
    flex-direction: column;
    padding: 32px 16px;
  }

  .stat-headline {
    font-size: 44px;
  }

  .container-stats {
    flex-flow: row;
  }

  .nav-container {
    align-items: center;
  }

  .hero-s {
    background-image: var(--bg-footer-m);
    justify-content: flex-end;
    padding-bottom: 128px;
  }

  h1, .h1 {
    font-size: 52px;
  }
  .h1 {
    width: auto;
  }

  .h1.smaller-hero {
    width: 100%;
  }

  .hero-content.centered.slider .h1 {
    width: 100%;
  }

  .h1.smaller-hero.blue {
    text-shadow: 0 0 6px #ffffff1a;
    width: 100%;
  }


  .h1.full-width.abgabestelle {
    width: 75%;
  }

  .h1.onlineshop {
    width: auto;
  }

  .navbar {
    align-items: center;
  }

  .hero-content.centered.slider {
    width: auto;
    top: auto;
    bottom: 48px;
    left: 24px;
    right: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-content.landing-hero {
    padding-top: 20px;
    padding-bottom: 64px;
    padding-left: 10px;
  }

  .nav-link {
    color: #fff;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .nav-links {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: #09090880;
    flex-flow: row;
    width: 100%;
    height: 100dvh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
  }

  .nav-desktop-cta {
    display: none;
  }

  .nav-cta.cart-m {
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .dropdown-wrapper2 {
    background-color: #fff;
    overflow: hidden;
  }

  .nav-mobile-cta {
    grid-column-gap: 32px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-mobile-cta {
    display: block;
  }

  .text-block-2.nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .dropdown-content2 {
    background-color: #0000;
    border-bottom: 2px solid #ffffff40;
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    display: block;
    position: static;
  }

   {
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .nav-link {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link.nav-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link.nav-item.cta-nav {
    color: #000;
    background-color: #fff;
    margin-bottom: 20px;
  }

  .nav-link.nav-item.cta-nav.black {
    color: #fff;
    background-color: #000;
  }

  .nav-link.top-margin.is-current {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  -d {
    color: #fff;
  }

  .content-block {
    margin-top: 128px;
    margin-bottom: 128px;
    padding-left: 0;
    padding-right: 0;
  }

  .frame-367 {
    flex-direction: column;
  }

  .frame-368 {
    padding: 48px 32px 32px;
  }

  .tag.tag2 {
    margin-left: 24px;
  }

  .tag.tag2.tag3 {
    margin-left: 0;
    left: 0;
  }

  .tag.tag2.block {
    margin-left: 0;
    position: relative;
  }

  .rectangle-87 {
    object-fit: cover;
    height: 500px;
    display: none;
  }

  .nav-dropdown-icon {
    display: block;
    position: static;
    right: 0;
  }

  .nav-dropdown-icon {
    position: absolute;
    right: 24px;
  }

  .hamburger {
    padding: 0;
    position: relative;
  }

  .nav-hamburger {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 0;
  }

  .nav-hamburger.is-open {
    flex: 0 auto;
  }

  .hamburger-bar, .hamburger-bar.hamburger-bar--short {
    background-color: #fff;
  }

  .partner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-22 {
    width: 100%;
  }

  .primary-btn.nav-cta {
    display: none;
  }

  .heading {
    font-size: 54px;
  }

  .wrapper.form {
    margin-top: 0;
  }

  .wrapper.side-image {
    background-image: var(--bg-footer-m);
    background-position: 0 0;
  }

  .wrapper.solutions {
    background-image: var(--bg-form-m);
  }

  .wrapper.solutions.onlineshop {
    padding: 0;
  }

  .wrapper.gr-en {
    background-position: 0 0;
  }

  .wrapper.bersicht-wrapper {
    padding: 0;
  }

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

  h5, .h5 {
    font-size: 22px;
  }

  .text-md.white {
    color: #fff;
  }

  .text-md.body-hero {
    order: 0;
    width: 100%;
  }

  .text-md.body-kreislauf {
    text-align: center;
  }

  .text-md.l-l-l-c {
    text-align: left;
  }

  .text-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .text-content.side-image {
    justify-content: flex-end;
  }

  .text-content.presse-content {
    flex-direction: row;
    grid-template-columns: auto auto auto;
    display: flex;
  }

  .text-content.centered {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-content.vertical, .text-content.faq {
    grid-row-gap: 32px;
  }

  .nav-logo-area {
    flex: auto;
  }

  .teamcard {
    width: 200px;
  }

  .image-27 {
    display: none;
  }

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

  .h2 {
    text-align: center;
  }

  .h2.centered {
    font-size: 36px;
  }

  .h2.centered.smaller-margin {
    margin-bottom: -16px;
  }

  .div-block-11 {
    flex-direction: row;
  }

  .div-block-15 {
    flex-direction: column;
  }

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

  .image-29 {
    width: 100%;
    display: none;
  }

  .h6.accordion-h6 {
    color: #000;
  }

  .nav-dropdown-trigger {
    cursor: pointer;
    justify-content: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-trigger:hover {
    text-decoration: none;
  }

  .nav-dropdown-trigger {
    border-top: 1px solid #fff6;
  }

  .nav-dropdown-panel {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    display: flex;
    position: relative;
  }

  .body-l.hero-text {
    width: 100%;
  }

  .hero-l {
    background-position: right center;
    height: 100vh;
    justify-content: flex-end;
    padding-bottom: 48px;
  }

  .hero-l.startseite,
  .hero-l.verpackungen,
  .hero-l.b2b,
  .hero-l.beratung {
    height: 100vh;
  }

  @supports (height: 100svh) {
    .hero-l.startseite,
    .hero-l.verpackungen,
    .hero-l.b2b,
    .hero-l.beratung {
      height: 100svh;
    }
  }

  .hero-l.hero-section::before {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65%;
    background: linear-gradient(to top, rgba(26,43,60,0.92) 0%, rgba(26,43,60,0.62) 45%, rgba(26,43,60,0) 100%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-mask-image: linear-gradient(to top, #000 0%, #000 55%, transparent 100%);
    mask-image: linear-gradient(to top, #000 0%, #000 55%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    z-index: 1;
    pointer-events: none;
  }

  .hero-l.hero-section .hero-content {
    position: relative;
    z-index: 2;
  }

  .hero-l.verpackungen-hero {
    background-position: right center;
    height: 100vh;
  }

  .hero-l.it-hero {
    background-position: right center;
  }

  .hero-l.beratung {
    background-image: var(--bg-beratung-hero-m);
    background-position: center center;
  }
  .hero-l.beratung .h1.smaller-hero {
    width: 100%;
    letter-spacing: -0.02em;
  }
  .hero-l.beratung .text-md.body-hero {
    width: 100%;
  }

  .hero-l.b2b {
    background-image: var(--bg-usecases-hero-m);
    background-position: center center;
  }
  .hero-l.b2b .h1.smaller-hero {
    width: 100%;
    letter-spacing: -0.02em;
  }
  .hero-l.b2b .text-md.body-hero {
    width: 100%;
  }

  .hero-l.customers {
    padding-left: 24px;
    padding-right: 24px;
  }

  .process_details {
    padding: 10px;
  }

  .centre_block {
    width: 150px;
  }

  .process_image_wrap {
    padding: 15px;
  }

  .frame-417 {
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .frame-179 {
    grid-row-gap: 8px;
    flex-flow: wrap;
    align-items: flex-start;
  }

  .image-234 {
    width: 75%;
    left: -23%;
  }

  .frame-195 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .carddark {
    width: 40%;
  }

  .text-content-2 {
    flex-direction: column;
  }

  .nav-logo-area-2 {
    flex-flow: wrap;
    order: 2;
    justify-content: center;
    width: 100%;
  }

  .step-by-step_kunde {
    width: auto;
    max-width: 344px;
  }

  .nav-desktop-cta-2 {
    flex: 0 auto;
    order: 1;
    height: auto;
  }

  .article-card {
    height: 100%;
  }

  .pressecard {
    align-items: flex-start;
  }

  .news-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .frame-87 {
    align-items: center;
  }

  .image-235 {
    width: 278px;
    height: 156px;
    display: block;
  }

  .div-block-32 {
    flex-wrap: wrap;
    grid-template-columns: auto auto auto;
    grid-auto-flow: row;
    justify-content: center;
    display: flex;
  }

  .div-block-33 {
    width: 100%;
    height: 0;
    position: relative;
  }

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

  .frame-423 {
    grid-template-columns: 1fr 1fr;
  }

  .produkte {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-40 {
    width: 100%;
    height: 100%;
    position: absolute;
  }

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

  .left-text.right {
    width: 50%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .left-text.left {
    flex: 0 auto;
    order: -1;
    padding-left: 24px;
    padding-right: 24px;
  }

  .frame-336 {
    padding: 32px 24px;
  }

  .frame-333 {
    flex: auto;
  }

  .gallery.news-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .rectangle-83 {
    object-fit: cover;
  }

  .div-block-50 {
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

  .div-block-51 {
    flex-direction: column;
  }

  .frame-498 {
    flex-direction: row;
  }

  .divdiv_block-5-1018 {
    width: auto;
  }

  .frame-137 {
    flex-wrap: wrap;
  }

  .collection-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .collection-item {
    flex: 1;
    width: auto;
  }

  .product-image-sm {
    width: 100%;
  }

  .cart-quantity-2 {
    color: #000;
  }

  .collection-list-wrapper {
    flex-direction: column;
  }

  .text-block-13 {
    display: none;
  }

  .hero-slider__slide--person {
  }

  .hero-slider__slide--boxes {
  }

  .hero-slider__slide--warehouse {
  }

  .hero-slider__slide--person .hero-slider__img,
  .hero-slider__slide--boxes .hero-slider__img {
    object-position: 50% 50%;
  }

  .hero-slider__slide--warehouse .hero-slider__img {
    object-position: 20% 50%;
  }

  .video {
    flex: 0 auto;
    order: 0;
    min-width: 40vh;
    display: block;
  }

  .container-8 {
    height: 50%;
    display: flex;
  }

  .container-11 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-69 {
    width: 70%;
    padding-bottom: 18px;
  }

  .section-4 {
    margin-top: 131px;
    margin-bottom: 102px;
  }

  .div-block-70 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    padding-left: 10px;
  }

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

  .image-247 {
    width: 80%;
  }

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

  .div-block-76 {
    width: 100%;
    max-width: 1200px;
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-77 {
    max-width: 100%;
  }

  .div-block-78 {
    width: 100%;
    max-width: 100%;
  }

  .container-12.landing {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: 100vh;
  }

  .div-block-79 {
    width: 100%;
    position: relative;
  }

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

  .title-text-button {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

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

  .div-block-83 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 39.5% -90px auto;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -90px 39.5%;
  }

  .brix---paragraph-default {
    text-align: center;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }


  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---slider-mask-width-490px {
    position: static;
  }


  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---logo-strip-image-04 {
    border-bottom: 1px solid var(--ui-library--neutral--400);
  }

  .brix---grid-logo-strip-v5 {
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---logo-strip-v5-card {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }


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

  .brix---grid-2-logo-strip-v5 {
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }


  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---grid-2-columns-text {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-primary, .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }


  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .brix---card-over-image {
    margin-bottom: 34px;
    padding: 56px 48px;
    position: static;
  }

  .brix---flex-card---image-wrapper {
    display: block;
  }

  .brix---section-hero-short {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---hero-full-width-right-hero-v5 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 450px;
    display: flex;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .brix---floating-image-hero-v2---1 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-full-width-right {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 522px;
  }

  .brix---text-left---t-center {
    text-align: center;
  }

  .brix---top-bar-right-col {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .brix---top-bar-flex-h-sb {
    flex-direction: column;
  }

  .brix---top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brix---top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---tabs-content-card {
    padding: 40px 32px 48px;
  }

  .brix---tab-left-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---tabs-menu-vertical {
    max-width: 271px;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }


  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }


  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---card-stats-v3 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---grid-3-columns---1-col-mb {
    grid-template-columns: 1fr 1fr 1fr;
  }


  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---logo-strip-image-card {
    border-radius: 12px;
    width: 200px;
  }


  .brix---section-logo-strip-v6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---display-5 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---grid-stats-v1 {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }


  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---pricing-v8-title-table {
    display: block;
  }

  .brix---pricing-content-wrapper, .brix---pricing-content-wrapper-empty {
    min-height: 140px;
  }

  .brix---text-400-bold {
    font-size: 22px;
    line-height: 24px;
  }

  .brix---pricing-column-first {
    display: none;
  }

  .brix---grid-4-columns-pricing-tablet {
    grid-template-columns: 1fr 1fr;
  }


  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---display-6 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---blog-card-content-inside-v8 {
    padding-bottom: 46px;
  }

  .brix---blog-card-image {
    width: 100%;
  }

  .brix---mg-bottom-32px-3 {
    margin-bottom: 24px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---badge-secondary-category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

  .brix---categories-badges-wrapper {
    justify-content: flex-start;
  }


  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }


  .brix---blog-card-content-inside-v8-small {
    padding: 56px 54px 44px;
  }

  .brix---grid-blog-featured-v8 {
    grid-template-columns: 1fr;
  }


  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 118px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.is-open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-tablet {
    margin-bottom: 16px;
    padding-left: 0;
    display: block;
  }

  .brix---header-nav-list-item-left {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.is-open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.is-open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper-v2 {
    border: 1px solid var(--ui-library--neutral--300);
    background-color: var(--ui-library--neutral--100);
    border-radius: 28px;
    margin-top: 19px;
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---container-default-center {
    position: static;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .slideritem {
    width: 174px;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .price-category-wrap, .sticky-grid-pricing {
    padding-left: 0%;
    padding-right: 0%;
  }

  .outer-chart-grid {
    grid-template-columns: minmax(252px, 2fr);
  }


  .div-block-91 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-250 {
    max-width: 100%;
  }


  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .brix---grid-3-columns---1-col-mb-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }


  .brix---section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .container-14 {
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    height: 50vh;
    display: inline-flex;
  }
}

@media screen and (max-width: 767px) {

  .secondary-btn {
    width: 100%;
  }


  .media-text-content {
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .media-text-content.no-gap {
    grid-row-gap: 24px;
  }

  .image {
    object-fit: cover;
    flex-flow: row;
    flex: 0 auto;
    order: -1;
    width: 100%;
    height: auto;
    max-height: 300px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .image.cover {
    display: none;
  }

  .image.full-height, .image._2nd {
    width: 100%;
  }

  .footer-small-columns-layout {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .content {
    flex-direction: column;
  }

  .column-17 {
    flex-wrap: nowrap;
  }

  .form {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .input-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .form-button {
    justify-content: center;
    width: 100%;
  }

  .cta {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .cta-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-content {
    align-items: center;
    width: 100%;
  }

  .stat-card {
    flex-wrap: nowrap;
    max-width: 300px;
  }

  .stat-headline {
    font-size: 38px;
  }

  .container-stats {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: stretch;
    display: flex;
  }

  .newsbanner {
    display: flex;
  }

  .inhalt {
    align-items: center;
  }

  .nav-logo {
    height: 24px;
  }

  .nav-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-around;
  }

  .hero-s {
    padding-top: 160px;
  }

  .frame-168 {
    grid-row-gap: 24px;
  }

  .title-copy-goes-here-be-awesome-2 {
    text-align: left;
    font-size: 18px;
    line-height: 140%;
  }

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

  .buttons.buttons-it {
    display: flex;
  }

  .buttons.hide {
    display: block;
  }

  h1, .h1 {
    font-size: 46px;
  }
  .h1 {
    text-align: left;
    justify-content: flex-start;
    width: auto;
  }


  .h1.hero, .h1.full-width {
    width: 100%;
  }

  .h1.full-width.abgabestelle {
    width: 75%;
  }

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

  .navbar.v4 {
    margin-top: 0;
    position: fixed;
  }

  .hero-content.verpackungen-hero, .hero-content.it-hero {
    align-items: flex-start;
  }

  .hero-content.centered {
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content.centered.slider {
    top: auto;
    bottom: 48px;
    left: 24px;
    right: 24px;
  }

  .hero-content.centered-copy {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero-content.landing-hero {
    padding-top: 0;
    padding-left: 10px;
  }

  .tag {
    left: 24px;
  }

  .tag.tag2 {
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .tag.tag2.block {
    padding: 6px 24px;
  }

  .rectangle-87 {
    height: 400px;
  }

  .primary-btn.single, .primary-btn.leersendung {
    display: block;
  }

  .heading {
    font-size: 42px;
  }

  .wrapper.form {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wrapper.linktree-wrapper {
    background-image: var(--bg-blurry-m);
    background-position: 50%;
    justify-content: flex-start;
  }

  .wrapper.wrapper-bg {
    background-image: var(--bg-footer-m);
    background-position: 50%;
    background-size: cover;
  }

  .wrapper.solutions {
    padding-top: 64px;
    padding-bottom: 128px;
  }

  .wrapper.benefits-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .wrapper.bersicht-wrapper {
    padding: 0;
  }

  .h4.vorteile, .h4.vorteile.centered {
    text-align: left;
  }

  h5, .h5 {
    font-size: 20px;
  }

  .h5.centered.mobile-left {
    text-align: left;
  }

  .text-md {
    font-size: 16px;
  }

  .text-md.body-hero {
    text-align: left;
    text-shadow: 1px 1px 1px #0003;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-md.black.bp-text {
    align-self: auto;
    font-size: 16px;
    line-height: 140%;
  }

  .text-md.press-body {
    font-size: 16px;
    line-height: 140%;
  }

  .text-md.centered.left-text-m, .text-md.centered.mobile-left {
    text-align: left;
    font-size: 16px;
  }

  .text-md.centered.half {
    width: 100%;
  }

  .text-md.l-l-l-c {
    text-align: left;
  }

  .text-content.gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cards-4 {
    justify-content: center;
  }

  .nametag {
    font-size: 18px;
  }

  .div-block-10 {
    grid-row-gap: 16px;
    padding: 24px;
  }

  .h2 {
    text-align: left;
    text-transform: none;
  }

  .h2.centered {
    font-size: 32px;
  }


  .form-field.footer-field {
    align-items: flex-start;
    width: 100%;
  }

  .form-block {
    margin-top: 8px;
  }

  .div-block-11 {
    flex-direction: column;
  }

  .div-block-18 {
    grid-row-gap: 32px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .hero-l {
    background-position: right center;
  }

  .hero-l.verpackungen-hero {
    background-position: right center;
    justify-content: flex-start;
    height: 900px;
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .hero-l.it-hero {
    background-image: var(--bg-it-m);
    background-position: right center;
    padding: 196px 24px 96px;
  }

  .hero-l.startseite {
    background-position: right center;
  }

  .hero-l.onlineshop {
    background-image: var(--hero-bg-mobile);
    padding-top: 196px;
    padding-bottom: 96px;
  }

  .hero-l.abgabestelle {
    background-position: right center;
  }

  .hero-l.verpackungen {
    background-image: var(--bg-verpackungen-hero-m);
    background-position: right center;
  }
  .hero-l.verpackungen .h1.smaller-hero {
    font-size: 36px;
    line-height: 110%;
  }
  .hero-l.verpackungen .text-md.body-hero {
    font-size: 16px;
  }

  .hero-l.beratung .h1.smaller-hero {
    font-size: 36px;
    line-height: 110%;
  }
  .hero-l.beratung .text-md.body-hero {
    font-size: 16px;
  }

  .hero-l.b2b .h1.smaller-hero {
    font-size: 36px;
    line-height: 110%;
  }
  .hero-l.b2b .text-md.body-hero {
    font-size: 16px;
  }

  .hero-l.customers {
    background-image: var(--bg-customers-m);
  }


  .process_details {
    justify-content: flex-start;
    width: 90%;
    min-height: auto;
    padding: 0 20px;
  }

  .centre_block {
    width: 55px;
  }

  .process_card {
    flex-direction: row-reverse;
    margin-bottom: 35px;
    padding-bottom: 0;
  }

  .process_line {
    inset: 0% auto 0% 25px;
  }

  .process_card_02 {
    margin-bottom: 35px;
  }

  .process_image_wrap {
    display: none;
  }

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

  .frame-417 {
    flex-flow: wrap;
    justify-content: center;
  }

  .frame-179 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }

  .div-block-28,
  .side-panel {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    align-items: center;
    width: 100%;
  }

  .image-234 {
    object-fit: cover;
    width: 100%;
    height: 50%;
    display: none;
    top: -124px;
    left: auto;
  }

  .carddark {
    width: 100%;
    min-height: auto;
    padding: 32px 16px;
  }

  .nav-logo-area-2 {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .step-by-step_kunde {
    justify-content: flex-start;
    max-width: none;
    padding: 16px;
  }

  .frame-111, .frame-420 {
    padding: 2px;
  }

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

  .frame-276 {
    flex-wrap: wrap;
  }

  .icon-l {
    width: 48px;
    height: 48px;
  }

  .div-block-32 {
    grid-template-columns: auto;
  }

  .frame-238 {
    flex-direction: column;
  }

  .frame-238 > .card {
    flex-basis: auto;
    width: 100%;
  }

  .card {
    padding: 16px;
  }

  .icon-m {
    width: 48px;
    height: 48px;
  }

  .card-content {
    align-items: flex-start;
  }

  .div-block-34 {
    margin-top: auto;
  }

  .bulletpoints {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .frame-423 {
    grid-template-columns: 1fr 1fr;
  }

  .produkte {
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  ._50-50-image {
    width: 100%;
    max-height: 305px;
  }

  .frame-429 {
    z-index: 1;
    margin-left: 24px;
    margin-right: 24px;
  }

  .div-block-40 {
    background-color: #1a2b3c80;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .div-block-41 {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .left-text.right {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 32px 24px;
  }

  .left-text.left {
    grid-row-gap: 0px;
    order: 1;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 32px 24px;
  }

  .image-236 {
    height: 400px;
  }

  .div-block-48 {
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .customer-vorteile {
    grid-column-gap: 24px;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .frame-498 {
    flex-direction: column;
  }

  .divdiv_block-5-1018 {
    height: auto;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-239 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 360px;
  }

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

  .product-ctn {
    flex-direction: column;
  }

  .div-block-60 {
    width: 100%;
    padding: 0;
  }

  .product-image-lg {
    width: 100%;
  }

  .apply-button {
    border-radius: 0;
  }

  .slider {
    max-height: 100vh;
  }

  .hero-slider__slide--person {
    background-position: 50%;
  }

  .hero-slider__slide--boxes {
    background-position: 50%;
    left: auto;
  }

  .hero-slider__slide--warehouse {
    background-position: 20%;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .video {
    width: 100%;
    min-width: 60vh;
  }

  .container-8 {
    max-width: 100%;
    height: 100%;
    display: block;
  }

  .button-2.primary-btn-2 {
    display: none;
  }

  .image-247 {
    width: 100%;
  }

  .div-block-76 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    margin-left: 0;
  }

  .div-block-77 {
    width: 100%;
    max-width: none;
  }

  .div-block-78 {
    width: 100%;
    padding-left: 20px;
  }

  .container-12.landing {
    margin-top: 120px;
  }

  .text-block-16 {
    font-weight: 300;
  }

  .div-block-81 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .div-block-83 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    display: flex;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 24px;
  }

  .brix---card-testimonial-color-3, .brix---card-testimonial-color-2, .brix---card-testimonial-color-1 {
    padding: 48px 32px;
  }


  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

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

  .brix---grid-logo-strip-v5 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---logo-strip-v5-card {
    max-width: 490px;
  }


  .brix---grid-2-logo-strip-v5 {
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 24px;
  }



  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--ui-library--general--shadow-04);
    border-radius: 14px;
  }

  .brix---grid-2-columns-text {
    grid-template-columns: 1fr;
  }

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

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }


  .brix---mg-bottom-64px {
    margin-bottom: 48px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }


  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---card-over-image {
    padding: 45px 32px;
  }

  .brix---section-hero-short {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---hero-full-width-right-hero-v5 {
    margin-top: 62px;
    position: static;
  }

  .brix---floating-image-hero-v2---1 {
    max-width: 480px;
  }

  .brix---btn-secondary-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---grid-hero-v1 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-full-width-right {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---top-bar-right-col {
    margin-bottom: 12px;
  }

  .brix---top-bar-flex-h-sb {
    flex-direction: column;
  }

  .brix---top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---tabs-content-card {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .brix---square-icon-48px {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---tab-left-icon {
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .brix---tabs-menu-vertical {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---tabs-wrapper-tabs-left {
    flex-direction: column;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }


  .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---grid-3-columns---1-col-mb {
    grid-template-columns: 1fr;
  }


  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---logo-strip-image-card {
    width: 148px;
    margin: 8px 10px;
  }


  .brix---section-logo-strip-v6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---display-5 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---grid-stats-v1 {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }


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

  .brix---text-300-medium {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---pricing-content-wrapper-empty {
    display: none;
  }

  .brix---btn-primary-small-full-width {
    padding: 16px 32px;
  }

  .brix---text-400-bold {
    font-size: 20px;
    line-height: 22px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---pricing-table-top, .brix---pricing-table-top-featured, .brix---pricing-table-top-first {
    min-height: auto;
    padding: 40px 18px;
    position: static;
  }

  .brix---grid-4-columns-pricing-tablet {
    grid-template-columns: 1fr;
  }


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

  .brix---display-6 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---text-201 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---blog-card-content-inside-v8 {
    padding: 44px 32px 38px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---categories-badges-item-wrapper, .brix---categories-badges-wrapper {
    flex-wrap: wrap;
  }


  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

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

  .brix---blog-card-content-inside-v8-small {
    padding: 44px 32px 38px;
  }

  .brix---grid-blog-featured-v8 {
    grid-template-columns: 1fr;
  }


  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 24px;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-tablet {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .slideritem {
    width: 125px;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .table-cell {
    width: 49.9%;
  }

  .price-category-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-chart-grid {
    grid-row-gap: 1px;
    flex-flow: wrap;
    grid-template-columns: 1.5fr 1fr;
    grid-template-areas: ".";
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .placeholder-spacer {
    display: none;
  }

  .sticky-grid-pricing {
    background-color: #edf1fd;
    grid-template-columns: 50% 50%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .outer-chart-grid {
    grid-template-columns: 100%;
  }

  .table-cell-title {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
  }



  .image-250 {
    max-width: 100%;
    display: none;
  }

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

  .brix---link-icon-right-3 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 24px;
  }

  .brix---card-link-content-left-fw {
    align-items: stretch;
  }

  .brix---grid-3-columns---1-col-mb-2 {
    grid-template-columns: 1fr;
  }


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

  .container-14 {
    border-radius: 10px;
  }
}

@media screen and (max-width: 479px) {
  .secondary-btn {
    align-self: auto;
    width: 100%;
  }

  .secondary-btn.gradient-fill {
    text-align: center;
    align-self: center;
    font-size: 14px;
  }

  .secondary-btn.nav-cta {
    text-align: center;
    width: 80%;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .media-text {
    margin-top: 64px;
    margin-bottom: 64px;
  }


  .image {
    width: 100%;
    display: block;
  }

  .image.tb {
    display: none;
  }



  .frame-356 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer {
    background-image: var(--bg-footer-m);
    background-position: 50%;
    background-size: cover;
  }

  .bottom-bar {
    flex-direction: column;
  }

  .checkbox-label {
    text-align: center;
    width: 100%;
    font-size: 11px;
  }

  .cta {
    width: 100%;
  }

  .cta-wrapper {
    padding: 48px 24px;
  }

  .gradient-fill {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-13 {
    width: 100%;
    font-size: 32px;
  }

  .text-13.h2 {
    font-size: 32px;
  }

  .container-stats {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .stat-headline {
    font-size: 32px;
  }

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

  .hero-s {
    padding-top: 128px;
    padding-bottom: 96px;
  }

  .title-copy-goes-here-be-awesome-2 {
    text-align: left;
  }

  .buttons {
    flex-direction: column;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    display: none;
  }

  .buttons.buttons-it {
    display: flex;
  }

  .buttons.hide {
    display: block;
  }

  h1, .h1 {
    font-size: 34px;
  }


  .h1.hero {
    text-align: left;
  }

  .h1.full-width.abgabestelle {
    text-align: center;
    width: 100%;
  }

  .hero-content {
    grid-row-gap: 24px;
  }

  .hero-content.verpackungen-hero {
    align-items: flex-start;
  }

  .hero-content.it-hero {
    grid-row-gap: 24px;
    align-items: flex-start;
  }

  .hero-content.centered {
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content.centered.slider {
    top: auto;
    bottom: 48px;
    left: 24px;
    right: 24px;
    max-height: none;
  }

  .hero-content.centered-copy {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero-content.landing-hero {
    margin-top: 0;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .nav-cta.cart-m {
    height: 38px;
    padding: 8px;
  }

  .nav-mobile-cta {
    padding: 16px;
  }

  .content-block {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .frame-368 {
    align-items: flex-start;
    height: auto;
    padding: 0;
  }

  .tag.kategorie {
    padding: 6px 16px;
    top: -17px;
    left: 16px;
  }

  .rectangle-87 {
    height: 300px;
  }

  .nav-hamburger {
    justify-content: flex-end;
    display: flex;
  }

  .primary-btn {
    text-align: center;
    flex: 0 auto;
    order: 1;
    align-self: auto;
    width: 100%;
  }

  .primary-btn.single {
    display: block;
  }

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

  .wrapper {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .wrapper.form {
    background-image: none;
    padding: 0;
  }

  .wrapper.linktree-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .wrapper.wrapper-bg {
    margin-top: 0;
  }

  .wrapper.side-image {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .wrapper.solutions {
    padding-top: 64px;
    padding-bottom: 128px;
  }

  .wrapper.gallery-wrapper {
    padding-top: 0;
  }

  .wrapper.privacy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrapper.no-padding, .wrapper.small-margin {
    padding-left: 0;
    padding-right: 0;
  }

  .h4.l-l-l-c, .h4.centered {
    text-align: center;
  }

  h5, .h5 {
    font-size: 18px;
  }

  .text-md {
    display: inline-block;
  }

  .text-md.white {
    width: auto;
  }

  .text-md.white.bersicht-body {
    font-size: 16px;
    line-height: 140%;
  }

  .text-md.faq-reply {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-md.body-hero {
    text-align: left;
    width: 100%;
  }

  .text-md.body-hero.centered {
    text-align: left;
  }

  .text-md.process-text {
    color: #000;
    text-align: center;
  }

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

  .text-md.black {
    color: #000;
    text-align: left;
    display: block;
  }

  .text-md.black.bp-text {
    text-align: left;
  }

  .text-md.press-body {
    font-size: 16px;
    line-height: 140%;
  }

  .text-md.kits-body {
    display: none;
  }

  .text-md.body-xs {
    flex-flow: column;
    font-size: 14px;
    line-height: 140%;
  }

  .text-md.l-l-l-c {
    text-align: center;
  }

  .text-content.gallery {
    grid-template-columns: 1fr 1fr;
  }

  .text-content.centered {
    align-items: center;
  }

  .cards-4 {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: stretch;
  }

  .teamcard {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 140px;
  }

  .kontakt-name {
    padding-left: 16px;
    padding-right: 16px;
    bottom: -16px;
  }

  .nametag {
    font-size: 16px;
  }

  .marketing-design {
    font-size: 14px;
    line-height: 16px;
  }

  h2, .h2 {
    font-size: 30px;
  }
  .h2 {
    text-align: center;
  }

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

  .h2.centered {
    font-size: 26px;
  }


  .submit-button {
    width: 100%;
  }

  .div-block-16 {
    background-color: #0000;
    padding: 0;
  }

  .h3 {
    text-align: center;
  }

  .h3.left-text {
    text-align: left;
  }

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

  .image-31 {
    width: 60%;
  }

  .tab-link-tab-1, .tab-link-tab-1.is-current, .tab-link-tab-2, .tab-link-tab-2.is-current, .tab-link-tab-3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .frame-396 {
    padding: 2px;
  }

  .text-23 {
    font-size: 14px;
  }

  .frame-397 {
    padding: 2px;
  }

  .hero-l.verpackungen-hero {
    background-position: right center;
  }

  .hero-l.it-hero {
    padding-top: 128px;
    padding-bottom: 64px;
  }

  .hero-l.startseite {
    background-position: right center;
  }

  .hero-l.onlineshop {
    padding-top: 128px;
    padding-bottom: 64px;
  }

  .hero-l.abgabestelle {
    background-image: var(--bg-abgabestelle-m);
    background-position: 50% 100%;
    justify-content: flex-start;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .hero-l.customers {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .process_details {
    align-items: center;
    padding: 0;
  }

  .centre_block {
    height: auto;
    margin-bottom: 10px;
  }

  .process_card {
    flex-direction: column-reverse;
    align-items: center;
  }

  .process_line {
    display: none;
  }


  .process_card_02 {
    flex-direction: column;
    align-items: center;
  }

  .content-left {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
  }

  .frame-417 {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .frame-179 {
    grid-row-gap: 16px;
    flex-flow: column wrap;
    align-items: center;
  }

  .frame-177 {
    border-left-color: #0000;
    flex: auto;
    align-items: center;
    min-width: auto;
    padding-left: 0;
  }

  .image-234 {
    top: -107px;
  }

  .frame-198 {
    width: 100%;
  }

  .carddark {
    background-position: 50%;
  }

  .frame-200 {
    width: 100%;
  }

  .nav-logo-area-2 {
    flex-wrap: wrap;
  }

  .step-by-step_kunde {
    width: 100%;
    max-width: none;
  }

  .div-block-31 {
    width: 100%;
    display: block;
  }

  .frame-276 {
    flex-direction: column;
  }

  .icon-l {
    width: 48px;
    height: 48px;
  }

  .article-body {
    padding: 24px 16px;
  }

  .news-wrapper {
    grid-row-gap: 32px;
  }

  .frame-354 {
    flex-wrap: nowrap;
    width: 100%;
  }

  .image-235 {
    width: 100%;
    height: 156px;
  }

  .frame-88 {
    align-items: center;
  }

  .div-block-32 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .card-content {
    grid-row-gap: 4px;
  }

  .div-block-34 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .bulletpoints {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .frame-423 {
    grid-template-columns: 1fr;
  }

  ._50-50-image {
    max-height: 250px;
  }

  .frame-429 {
    padding: 16px;
  }

  .image-236 {
    height: 250px;
  }

  .gallery.news-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-44 {
    align-items: center;
  }

  .div-block-45 {
    flex-direction: column;
  }

  .hero-body {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-50 {
    grid-row-gap: 8px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .customer-vorteile {
    justify-content: center;
  }

  .div-block-57 {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .kit-card {
    width: 100%;
  }

  .divdiv_block-5-1018 {
    padding: 0 24px 32px;
  }

  .frame-137 {
    width: 100%;
  }

  .image-239 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 360px;
  }

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

  .collection-list {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .product-image-sm {
    object-fit: cover;
  }

  .icon-3 {
    margin-right: 0;
  }

  .apply-button {
    justify-content: center;
    align-self: center;
    width: 100%;
    margin-left: 0;
  }

  .discounts {
    flex-direction: column;
  }

  .hero-slider__slide--person {
  }

  .hero-slider__slide--boxes {
  }

  .hero-slider__slide--warehouse {
  }

  .hero-slider__slide--person .hero-slider__img,
  .hero-slider__slide--boxes .hero-slider__img {
    object-position: 50% 50%;
  }

  .hero-slider__slide--warehouse .hero-slider__img {
    object-position: 20% 50%;
  }

  .video {
    width: 100%;
    min-width: 35vh;
    max-width: 100vh;
  }

  .container-8 {
    display: block;
  }

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

  .container-10 {
    height: 100vh;
  }

  .button-2.primary-btn-2 {
    display: none;
  }

  .div-block-73 {
    max-width: 100%;
  }

  .div-block-76 {
    margin-left: 0;
  }

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

  .container-12.landing {
    background-size: cover;
    height: 80vh;
    margin-top: 180px;
    padding-top: 140px;
    padding-right: 0;
  }

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

  .text-block-16 {
    font-size: 18px;
  }

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

  .div-block-83 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    display: flex;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -72px;
    right: 26%;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -72px;
    left: 26%;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }


  .brix---mg-bottom-48px {
    margin-bottom: 24px;
  }

  .brix---card-testimonial-color-3, .brix---card-testimonial-color-2, .brix---card-testimonial-color-1 {
    padding-left: 24px;
    padding-right: 24px;
  }


  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

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

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---grid-logo-strip-v5 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---logo-strip-v5-card {
    max-width: 100%;
  }


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

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 24px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }


  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

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

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 40px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }


  .brix---hero-bg-image-dark {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

  .brix---btn-secondary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---card-over-image {
    padding: 34px 24px;
  }

  .brix---section-hero-short {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---hero-full-width-right-hero-v5 {
    object-fit: fill;
    height: 50%;
  }

  .brix---floating-image-hero-v2---1 {
    display: none;
  }

  .brix---btn-secondary-3, .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section-hero-full-width-right {
    padding-top: 48px;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---top-bar-wrapper {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 26px;
  }

  .brix---tabs-content-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---mg-left-16px {
    margin-left: 13px;
  }

  .brix---square-icon-48px {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---tab-left-icon {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }


  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }


  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---grid-3-columns---1-col-mb {
    grid-template-columns: 1fr;
  }


  .brix---mg-bottom-56px {
    margin-bottom: 24px;
  }

  .brix---logo-strip-image-card {
    width: 120px;
    box-shadow: 0 1px 6px 0 var(--ui-library--general--shadow-02);
    border-radius: 10px;
    margin: 6px;
  }


  .brix---section-logo-strip-v6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---display-5 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---grid-stats-v1 {
    grid-template-columns: 1fr;
  }


  .brix---btn-primary-small-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---grid-4-columns-pricing-tablet {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-8 {
    font-size: 17px;
    line-height: 28px;
  }


  .brix---text-201 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---blog-card-content-inside-v8 {
    padding: 28px 21px 20px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 13px 21px;
    font-size: 14px;
    line-height: 16px;
  }


  .brix---grid-title-and-categories {
    margin-bottom: 40px;
  }

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


  .brix---blog-card-content-inside-v8-small {
    padding: 32px 24px 30px;
  }


  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 24px;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-tablet, .brix---header-nav-list-item-left {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---header-logo.brix---logo-v14 {
    max-width: 100%;
  }

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

  .brix---header-wrapper-rounded {
    padding-top: 13px;
    padding-bottom: 13px;
  }

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

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    overflow: visible;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .slideritem {
    width: 100px;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .table-cell {
    width: 49%;
  }

  .price-category-wrap {
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-sticky-bg-wrap {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .content-wrap-center.max-width-800 {
    padding-left: 5%;
    padding-right: 5%;
  }


  .main-section {
    padding-left: 0%;
    padding-right: 0%;
    display: none;
  }

  .pricing-title-wrap-sticky {
    width: 100%;
    padding: 15px 21px 15px 15px;
    font-size: 13px;
  }

  .pricing-title-wrap-sticky.end, .pricing-title-wrap-sticky.middle {
    padding-right: 15px;
  }

  .sticky-grid-pricing {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
    overflow: hidden;
  }

  .outer-chart-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    grid-template-rows: auto;
  }

  .table-cell-title {
    text-align: center;
    border-top: 1px solid #f2f3ff;
    flex-flow: row;
    justify-content: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blurb-txt {
    font-size: 13px;
    display: block;
  }

  .blurb-txt.text-color {
    color: #fa6721;
  }


  .brix---link-icon-right-3 {
    width: 18px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default-9 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }


  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 24px;
  }

  .brix---card-link-content-left-fw {
    padding: 40px 24px 34px;
  }

  .brix---grid-3-columns---1-col-mb-2 {
    grid-template-columns: 1fr;
  }


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

  .container-14 {
    height: 30vh;
  }
}

/* ============================================================
   4. CUSTOM STYLES
   (Previously spread across per-page <style> blocks)
   ============================================================ */

/* --- Shared utilities --- */
.Bild-Text { opacity: 0; transition: opacity 0.5s ease-in-out; }
.Bild-Text.visible { opacity: 1; }
.logo-link { cursor: pointer; }
@media (max-width: 479px) {
  .news-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery.news-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .gallery.news-wrapper .rectangle-83 {
    height: 160px;
  }
}

.body-xs { word-wrap: break-word; }
.hs-richtext { display: none; }

:root {
  --main-head-color: #04263a;
  --main-orange-color: #ff6814;
  --main-white-color: #f6f6f6;
  --main-text-color: #04263a;
  --main-nav-color--active: #fff;
  --main-nav-color--hover: #ff6814;
  --elevation-sm: 0 1px 6px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  --elevation-md: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  --elevation-lg: 0 12px 24px 0 rgba(0, 0, 0, 0.14), 0 6px 32px 0 rgba(0, 0, 0, 0.10);
}

.elevation-sm { box-shadow: var(--elevation-sm); }
.elevation-md { box-shadow: var(--elevation-md); }
.elevation-lg { box-shadow: var(--elevation-lg); }

*, ::before, ::after { margin: 0; padding: 0; box-sizing: border-box; position: relative; }
html { font-family: Inter, Arial, sans-serif; font-size: 24px; font-weight: 500; line-height: 1; color: #04263a; }
body { height: 100vh; position: relative; }
a { text-decoration: none; }
p { margin-bottom: 0; line-height: 1.3; font-size: clamp(12px, 2.59259259vmin, 28px); }

#bag-section { width: 100%; aspect-ratio: 1936/1920; position: relative; padding: 0; margin: 0; }
#bag-canvas { position: absolute; width: 100%; padding: 0; margin: 0; left: 50%; transform: translate(-50%, -16%); }
#header-arrows { position: relative; overflow: hidden; font-size: clamp(22px, 5.55555555vmin, 60px); width: 100%; height: 5em; padding-bottom: 1px; margin: -10em 0 1.5em; }

@media (max-aspect-ratio: 1/1) {
  #bag-section { width: 100%; height: calc(122vw * 1936/1920); overflow: hidden; }
  #bag-canvas { width: 128%; left: 50.5%; transform: translate(-50%, -8%); }
  #header-arrows { margin-top: -5em; }
}

.header-arrow { position: absolute; font-size: 1em; width: 90%; height: 2em; line-height: 1; display: flex; align-items: center; margin: 0; padding: 0; }
.header-arrow-left { background-color: #fff; color: #ff6814; justify-content: flex-end; left: 0; top: 0.4em; padding-right: 0.2em; opacity: 0; }
.header-arrow-left::after { content: ""; position: absolute; right: -1.3em; top: -0.4em; display: block; width: 0; height: 0; border-left: 1.4em solid #fff; border-top: 1.4em solid transparent; border-bottom: 1.4em solid transparent; }
.header-arrow-right { background-color: #ff6814; color: #fff; display: flex; justify-content: flex-start; right: 0; top: 2.4em; padding-left: 0.2em; opacity: 0; }
.header-arrow-right::after { content: ""; position: absolute; left: -1.3em; top: -0.4em; display: block; width: 0; height: 0; border-right: 1.4em solid #ff6814; border-top: 1.4em solid transparent; border-bottom: 1.4em solid transparent; }
.truck-icon { display: inline-block; position: relative; font-size: inherit; width: auto; height: 1.25em; margin: 0; padding: 0; }
.header-arrow-right .truck-icon { margin-left: 0.2em; }
.header-arrow-left .truck-icon { margin-right: 0.2em; }

/* --- Portrait image (intralogistik, media-text) --- */
.img-portrait {
  aspect-ratio: 3/4;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .img-portrait {
    width: 100%;
    aspect-ratio: 4/3;
    max-height: 480px;
    height: auto;
  }
}

/* --- Section spacing --- */
.section-spacing { margin-top: 128px; margin-bottom: 128px; }

/* --- Products section (#products) --- */
.products-inner { display: flex; flex-direction: column; align-items: center; gap: 48px; width: 100%; max-width: 1200px; }
.products-eyebrow { color: #ff6814; font-family: Inter, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; margin: 0; line-height: 1; }
.products-heading { color: #fff; font-family: Inter, sans-serif; font-size: 40px; font-weight: 800; text-align: center; margin: 0; line-height: 1.05; letter-spacing: -0.03em; max-width: 560px; }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; width: 100%; }
.pc { background: #fff; border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; text-decoration: none; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.pc:hover { transform: translateY(-6px); box-shadow: 0 24px 64px rgba(0,0,0,0.35); }
.pc-img { width: 100%; height: 220px; overflow: hidden; }
.pc-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 75%; display: block; transition: transform 0.4s ease; }
.pc:hover .pc-img img { transform: scale(1.05); }
.pc-visual { height: 220px; background: linear-gradient(135deg, #ff6814 0%, #ff9a5e 100%); display: flex; align-items: center; justify-content: center; }
.pc-body { padding: 28px 28px 32px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.pc-tag { font-family: Inter, sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #ff6814; margin: 0; line-height: 1; }
.pc-title { font-family: Inter, sans-serif; font-size: 26px; font-weight: 700; color: #1a2b3c; margin: 0; line-height: 1.15; text-align: left; }
.pc-desc { font-family: Inter, sans-serif; font-size: 15px; font-weight: 400; color: #5a6a7a; line-height: 1.65; margin: 0; flex: 1; }
.pc-link { font-family: Inter, sans-serif; font-size: 14px; font-weight: 600; color: #ff6814; display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; line-height: 1; transition: gap 0.2s ease; }
.pc:hover .pc-link { gap: 10px; }

/* --- Testimonial --- */
.testimonial-card { display: flex; flex-direction: column; gap: 28px; }
.testimonial-stat { font-family: Inter, sans-serif; font-size: 52px; font-weight: 800; line-height: 1; letter-spacing: -0.03em; color: #fff; }
.testimonial-quote { font-family: Inter, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.7; color: rgba(255,255,255,0.85); border-left: 3px solid #ff6814; padding-left: 20px; margin: 0; font-style: italic; }
.testimonial-footer { display: flex; align-items: center; padding-top: 8px; border-top: 1px solid rgba(255,255,255,0.15); }
.testimonial-logo { height: 32px; width: auto; }

/* --- Logo marquee (#bekanntaus) --- */
#bekanntaus { overflow: hidden; display: flex; justify-content: center; padding: 1rem 5%; }
.logo-track { width: 100%; max-width: 1200px; }
.logo-set { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 32px; }
.logo-set:last-child { display: none; }
.logo-item { height: 48px; width: auto; max-width: 100%; object-fit: contain; }

/* --- Responsive --- */
@media (max-width: 991px) {
  .logo-item { height: 36px; width: auto; max-width: 100px; }
  .logo-set { gap: 24px; }
}
@media (max-width: 767px) {
  .products-grid { grid-template-columns: 1fr; }
  .products-heading { font-size: 30px; }
  .pc-title { font-size: 22px; }
  .testimonial-stat { font-size: 36px; }
  .testimonial-quote { font-size: 14px; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .products-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 479px) {
  .logo-item { height: 28px; }
  .logo-set { gap: 16px; }
}

/* ============================================================
   #versandtaschen / .gr-en — flipped design:
   blurred background, solid readable cards
   ============================================================ */

.wrapper.gr-en {
  overflow: hidden;
  background-image: var(--bg-blurry-d);
  background-size: cover;
  background-position: center;
}

#versandtaschen.wrapper.gr-en {
  background-image: none;
}

.wrapper.gr-en::before {
  content: "";
  position: absolute;
  inset: -20px;
  background-size: cover;
  background-position: right bottom;
  transform: scale(1.05);
  z-index: 0;
}

#boxen.wrapper.gr-en::before {
  background-image: var(--bg-boxen-bg);
  background-position: center;
}

#versandtaschen.wrapper.gr-en::before {
  background-image: var(--bg-customers-d);
}

.wrapper.gr-en > * {
  position: relative;
  z-index: 1;
}

.size-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 0;
  box-shadow: var(--elevation-md);
}

/* #boxen — 5-card grid: 3+2 on desktop, 2 cols on tablet, 1 on mobile */
/* min-width: 0 prevents grid items from forcing columns wider than their fr share */
.frame-423--five .size-card { min-width: 0; }

@media (min-width: 992px) {
  .frame-423--five { grid-template-columns: repeat(6, 1fr); }
  .frame-423--five .size-card:nth-child(-n+3) { grid-column: span 2; }
  .frame-423--five .size-card:nth-child(n+4)  { grid-column: span 3; }
}
@media (max-width: 991px) {
  .frame-423--five {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  #boxen { padding: 64px 32px; }
}
@media (max-width: 767px) {
  .frame-423--five {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  #boxen { padding: 48px 20px; }
  .size-card .card-body { padding: 16px 16px 20px; }
  .size-card .card-bulletpoints { padding: 12px 16px 0; }
}
@media (max-width: 479px) {
  .frame-423--five { grid-template-columns: 1fr; }
  #boxen { padding: 40px 16px; }
}

/* size-card text — matches hero subtitle style at 16px */
.size-card .text-md,
.size-card .text-32 {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0.01em;
  overflow-wrap: break-word;
}

/* #informationen — text matches card text style */
#informationen .text-md,
#informationen .bp-text {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

/* Anchor link scroll offset for sticky nav */
:target {
  scroll-margin-top: 128px;
}

/* use-cases.html hero — matches verpackungen hero style */
.hero-l.b2b .h1.smaller-hero {
  width: 75%;
  letter-spacing: -0.03em;
  line-height: 105%;
  font-weight: 800;
}
.hero-l.b2b .text-md.body-hero {
  width: 50%;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-size: 18px;
  letter-spacing: 0.01em;
}
@media (max-width: 991px) {
  .hero-l.b2b .h1.smaller-hero { width: 100%; letter-spacing: -0.02em; }
  .hero-l.b2b .text-md.body-hero { width: 100%; }
}
@media (max-width: 767px) {
  .hero-l.b2b .h1.smaller-hero { font-size: 36px; line-height: 110%; }
  .hero-l.b2b .text-md.body-hero { font-size: 16px; }
}
/* #usecases — use case tag grid */
.usecase-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}
/* #problem & #solution — side-by-side modern cards */
.ps-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1200px;
  margin: 64px auto;
  padding: 0 24px;
}
.ps-card {
  padding: 48px;
  display: flex;
  flex-direction: column;
}
.ps-card > .tag-label {
  margin-bottom: 16px;
}
.ps-card--dark {
  background: #1a2b3c;
}
.ps-card--dark .h2 { color: #fff; margin-bottom: 0; }
.ps-card--dark .text-md { color: rgba(255, 255, 255, 0.75); line-height: 1.65; font-size: 16px; }
.center { text-align: center; width: 100%; }
.container { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; }

.ps-card--light {
  background: #fff;
  margin-bottom: 0 !important;
  box-shadow: 0 4px 24px rgba(26, 43, 60, 0.06);
}
.ps-card--light .h2 { color: #1a2b3c; margin-bottom: 0; }
@media (max-width: 767px) {
  .ps-wrapper { grid-template-columns: 1fr; padding: 0 16px; margin: 40px auto; }
  .ps-card { padding: 32px; }
}

/* #problem updated style + arrow */
.ps-wrapper {
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
}
.ps-card--problem {
  background: #fff;
}
.ps-card--problem .h2 { color: #1a2b3c; margin-bottom: 0; }
.ps-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ps-wrapper { grid-template-columns: 1fr; }
  .ps-arrow { transform: rotate(90deg); }
}

.bottom-bar { justify-content: space-between; }

/* Mobile nav overlay — match navbar blur */
@media screen and (max-width: 767px) {
  .nav-links {
    background-color: var(--_light---background-color);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    isolation: isolate;
  }
}



/* Mobile menu: hidden by default, shown when .is-open */
@media (max-width: 991px) {
  .nav-links {
    display: none !important;
    position: fixed !important;
    top: 64px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: auto !important;
    z-index: 999 !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #09090880 !important;
    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .nav-links.is-open {
    display: flex !important;
  }
  .nav-hamburger {
    display: flex;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    position: relative;
    z-index: 1;
  }
  .nav-desktop-cta {
    display: none !important;
  }
  .nav-container {
    position: static !important;
    z-index: auto !important;
  }
}
@media (min-width: 992px) {
  .nav-hamburger { display: none; }
  .nav-mobile-cta { display: none; }
}

/* Dropdown panel */
.nav-dropdown-panel { display: none; }
.nav-dropdown.is-open .nav-dropdown-panel { display: flex; }
@media (min-width: 992px) {
  .nav-dropdown:hover .nav-dropdown-panel,
  .nav-dropdown:focus-within .nav-dropdown-panel {
    display: flex;
  }
}

/* Dropdown icon rotation */
.nav-dropdown-icon { transition: transform 0.25s ease; }
.nav-dropdown-icon.is-open { transform: rotate(180deg); }
@media (min-width: 992px) {
  .nav-dropdown:hover .nav-dropdown-icon,
  .nav-dropdown:focus-within .nav-dropdown-icon {
    transform: rotate(180deg);
  }
}

/* Hamburger open state */
.nav-hamburger.is-open .hamburger-bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-hamburger.is-open .hamburger-bar:nth-child(2) { opacity: 0; }
.nav-hamburger.is-open .hamburger-bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); width: 30px; margin-left: 0; }

/* Logo and hamburger always above mobile menu overlay */
@media (max-width: 991px) {
  .nav-container {
    position: relative;
    z-index: 1001;
  }
}

/* Custom nav dropdown polish */
.nav-dropdown-label {
  color: #fff;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
}

.nav-dropdown-trigger {
  gap: 8px;
}

.nav-dropdown-panel {
  flex-direction: column;
  min-width: 180px;
  padding: 12px 0;
}

.nav-dropdown-panel .nav-link {
  color: #000;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 24px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .nav-dropdown-panel {
    min-width: 0;
    padding: 0;
  }

  .nav-dropdown-panel .nav-link {
    color: #fff;
    justify-content: center;
    padding: 12px 24px;
  }
}

/* Mobile nav layout repair */
@media (max-width: 991px) {
  .navbar {
    background-color: var(--_light---background-color);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    isolation: isolate;
    z-index: 1100;
  }

  .navbar.is-open {
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .navbar::before {
    display: none;
  }

  .nav-links {
    justify-content: flex-start !important;
    gap: 16px !important;
    overflow-y: auto !important;
    top: 0 !important;
    height: 100dvh !important;
    z-index: 1000 !important;
    background-color: #101b23f5 !important;
    padding: 105px 24px 40px !important;
  }

  .nav-container {
    position: relative !important;
    z-index: 1001 !important;
  }

  .nav-logo-area,
  .nav-hamburger {
    position: relative;
    z-index: 1002;
  }

  .nav-links > .nav-link,
  .nav-dropdown,
  .nav-mobile-cta {
    flex: 1 0 0;
    width: min(100%, 360px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-dropdown {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-width: none;
  }

  .nav-dropdown-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 16px 24px;
    border-top: 0;
    position: relative;
  }

  .nav-dropdown-label {
    line-height: 14px;
  }

  .nav-dropdown-icon {
    position: absolute;
    right: 24px;
    flex: 0 0 auto;
  }

  .nav-dropdown-panel {
    position: static;
    transform: none;
    width: 100%;
    margin: 0 0 8px;
    border-radius: 0;
    display: flex;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height 380ms ease, opacity 240ms ease, visibility 0s linear 380ms;
  }

  .nav-dropdown.is-open .nav-dropdown-panel {
    display: flex;
    max-height: 520px;
    opacity: 1;
    visibility: visible;
    transition: max-height 420ms ease, opacity 260ms ease;
  }

  .nav-mobile-cta {
    display: flex;
  }

  .nav-link.nav-item.cta-nav {
    color: #1a2b3c;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px 24px;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-weight: 500;
    line-height: 14px;
    display: flex;
    width: 100%;
  }

  .nav-link.nav-item.cta-nav:hover {
    background-color: #dadada;
    text-decoration: none;
  }
}

/* FAQ accordion alignment */
.dropdown-trigger2 {
  cursor: pointer;
  min-height: 72px;
  padding: 24px 64px 24px 24px;
  position: relative;
  text-align: left;
}

.h6.accordion-h6 {
  text-align: left;
  margin: 0;
  padding: 0;
}

.dropdown-content2 {
  text-align: left;
}

.text-md.faq-reply {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0 64px 24px 24px;
  margin-bottom: 0;
  line-height: 1.4;
}

.faq-arrow {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 16px;
  height: 16px;
}

/* FAQ page */
.faq-page {
  background: var(--cloudy-orange);
  padding: 0 24px 128px;
}

.faq-shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-header {
  margin-bottom: 32px;
}

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

.faq-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 56px;
}

.faq-subline {
  max-width: 560px;
  margin: 0;
}

.faq-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: start;
}

.faq-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #fff;
  overflow: hidden;
}

.faq-question {
  color: #1a2b3c;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 72px;
  background: transparent;
  border: 0;
  padding: 20px 24px;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.faq-question > span:first-child {
  flex: 1;
  text-align: left;
}

.faq-question-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  position: relative;
}

.faq-question-icon::before,
.faq-question-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1a2b3c;
  border-radius: 2px;
  transition: transform 240ms ease, opacity 240ms ease;
}

.faq-question-icon::before {
  width: 14px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.faq-question-icon::after {
  width: 2px;
  height: 14px;
  transform: translate(-50%, -50%);
}

.faq-item.is-open .faq-question-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 280ms ease, opacity 220ms ease;
}

.faq-item.is-open .faq-answer {
  opacity: 1;
}

.faq-answer-inner {
  color: #4a5568;
  padding: 0 24px 24px;
  text-align: left;
}

.faq-answer-inner p {
  margin: 0;
  text-align: left;
}

.faq-answer-inner p + p {
  margin-top: 16px;
}

@media (max-width: 900px) {
  .faq-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .faq-page {
    padding: 0 16px 96px;
  }

  .faq-heading {
    font-size: 44px;
  }

  .faq-meta {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
  }

  .faq-question {
    min-height: 64px;
    padding: 18px 16px;
    font-size: 15px;
  }

  .faq-answer-inner {
    padding: 0 16px 20px;
  }
}

/* Restored Webflow pages, rebuilt on current layout primitives */
.restore-hero {
  overflow: hidden;
}

.restore-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #1a2b3c 0%, #1a2b3ccc 42%, #1a2b3c66 72%, transparent 100%);
  z-index: 0;
}

.restore-hero > * {
  position: relative;
  z-index: 1;
}

.restore-hero .hero-content {
  max-width: 1200px;
  width: 100%;
  align-items: flex-start;
}

.restore-hero .h1.smaller-hero {
  width: 72%;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 105%;
  font-weight: 800;
}

.restore-hero .text-md.body-hero {
  width: 50%;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-size: 18px;
  letter-spacing: 0.01em;
}

.process-section {
  padding-top: 128px;
  padding-bottom: 128px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.process-step-card,
.card,

.process-step-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}

.process-step-index,
.return-step-index {
  background-image: linear-gradient(126.41deg, #f89b29 12%, #ff0f7b);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.process-step-index {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  z-index: 1;
}

.process-step-img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  background: #f7f8fc;
  padding: 24px;
}

.process-step-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.process-step-body h3,
.card h3 {
  text-align: left;
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
}

.feature-grid {
  display: grid;
  gap: 24px;
  width: 100%;
  align-items: stretch;
}

.feature-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  height: 100%;
  min-height: 100%;
  min-width: 0;
  max-width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  background: #fff;
}

.card h3,
.card .text-sm {
  overflow-wrap: break-word;
}

.card .text-sm {
  display: block;
  text-align: left;
}

.card-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  object-fit: contain;
}

.card--dark {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: none;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.card--dark h3,
.card--dark p {
  color: #fff;
}

.card--compact {
  gap: 16px;
}

a.card--link {
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

a.card--link:hover {
  opacity: 0.85;
}

.card--compact h3 {
  text-align: left;
}

.restored-dark-section {
  background-image: var(--bg-blue-bg);
  background-position: 50%;
  background-size: cover;
}

.wrapper.product-showcase {
  margin-top: 0;
  margin-bottom: 0;
  padding: 104px 24px;
}

.product-showcase {
  background:
    radial-gradient(circle at 82% 18%, rgba(250, 103, 33, 0.16), transparent 28%),
    linear-gradient(135deg, #112638 0%, #1a2b3c 52%, #24394d 100%);
  overflow: hidden;
}

.product-showcase-inner {
  width: 100%;
  max-width: 1180px;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.product-showcase-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.product-showcase-copy h2 {
  color: #fff;
  margin: 0;
  text-align: left;
}

.product-showcase-text {
  color: rgba(255, 255, 255, 0.78);
  max-width: 36rem;
  margin: 0;
  display: block;
}

.product-feature-list {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 36rem;
}

.product-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.product-feature-item .text-sm {
  line-height: 1.35;
}

.product-showcase-media {
  position: relative;
  min-height: clamp(430px, 45vw, 560px);
  width: 100%;
}

.product-image-card {
  margin: 0;
  overflow: hidden;
  position: absolute;
  background: #eef2f7;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.26);
}

.product-image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-image-card--bags {
  top: 0;
  left: 0;
  width: 68%;
  aspect-ratio: 1.18;
}

.product-image-card--bags img {
  object-position: center;
}

.product-image-card--box {
  right: 0;
  bottom: 0;
  width: 54%;
  aspect-ratio: 0.9;
}

.product-image-card--box img {
  object-position: center 44%;
}

.shop-system-grid .kundenlogo {
  object-fit: contain;
}

.wrapper.side-image.restored-api-section {
  background-image: linear-gradient(rgba(26, 43, 60, 0.86), rgba(26, 43, 60, 0.86)), var(--bg-blue-bg);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 64px 24px;
}


.return-section h2 {
  text-align: left;
}

.step-list {
  display: block;
  padding-left: 20px;
  list-style: decimal;
}

.step-list li {
  padding-left: 4px;
  margin-bottom: 12px;
}

.step-list li:last-child {
  margin-bottom: 0;
}

.info-panel {
  margin-top: 128px;
  margin-bottom: 128px;
}

.notice-box {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  max-width: 1200px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  border-left: 4px solid #04263a;
}

.notice-box p {
  margin: 0;
}

.fw-700 {
  font-weight: 700;
}

.restored-faq details.faq-item {
  padding: 0;
}

.restored-faq summary.faq-question {
  cursor: pointer;
  list-style: none;
}

.restored-faq summary.faq-question::-webkit-details-marker {
  display: none;
}

.restored-faq details[open] .faq-answer-inner {
  border-top: 1px solid rgba(26, 43, 60, 0.08);
}

@media (max-width: 991px) {
  .restore-hero .h1.smaller-hero,
  .restore-hero .text-md.body-hero {
    width: 100%;
  }

  .process-grid,
  .feature-grid--three,
  .product-showcase-inner {
    grid-template-columns: 1fr;
  }

  .wrapper.product-showcase {
    padding: 88px 40px;
  }

  .product-showcase-media {
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
    gap: 18px;
    max-width: 780px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image-card {
    position: static;
    width: 100%;
  }

  .product-image-card--bags {
    aspect-ratio: 1.18;
  }

  .product-image-card--box {
    aspect-ratio: 0.9;
  }
}

@media (max-width: 767px) {
  .process-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .feature-grid--two,
  .product-showcase-media {
    grid-template-columns: 1fr;
  }

  .wrapper.product-showcase {
    padding: 72px 24px;
  }

  .product-showcase-copy,
  .product-feature-list,
  .product-showcase-text {
    max-width: none;
  }

  .product-showcase-media {
    gap: 16px;
  }

  .card,
  .process-step-body,
  .notice-box {
    padding: 24px;
  }

  .notice-box {
    align-items: flex-start;
    flex-direction: column;
  }
}
