:root {
  --color--background-light-1: #e6eaef;
  --font-family--thicccboi: Thicccboi, Verdana, sans-serif;
  --color--copy-dark-1: #13263d;
  --heading--h1: 5rem;
  --heading--h2: 4rem;
  --heading--h3: 3rem;
  --heading--h4: 2rem;
  --heading--h5: 1.4rem;
  --heading--h6: 1.1rem;
  --spacing--sm: 2.25rem;
  --color--divider-grey: #b4b4b4;
  --spacing--md: 4.5rem;
  --spacing--xxs: .5rem;
  --font-family--montserrat: "Montserrat Variablefont Wght", Verdana, sans-serif;
  --color--copy-grey: #6e7d91;
  --text-size--medium: 1.25rem;
  --text-size--small: 1.1rem;
  --color--copy-bright: #fbf8ef;
  --spacing--xs: .8rem;
  --container--medium: 80rem;
  --border-radius--rounded: 999rem;
  --color--transparent: transparent;
  --color--background-dark-1\<deleted\|variable-ce07a57a-a084-025e-cc32-ceb154145b07\>: #151515;
  --spacing--xl: 7.5rem;
  --text-size--tiny: .9rem;
  --container--tiny: 32rem;
  --text-size--large: 1.5rem;
  --color--white: white;
  --container--large: 100rem;
  --container--small: 50rem;
  --page-padding--desktop: 4rem;
  --border-radius--medium: 1.375rem;
  --color--background-dark-1: #13263d;
  --page-padding--tablet: 6vw;
  --color--copy-dark-3: #38a5f480;
  --color--copy-dark-2: #5f8cb2;
  --color--accent-color-default: #eda858;
  --white: white;
  --color--accent-color-light: #ffd9ad;
  --border-radius--small: .75rem;
  --black: black;
}

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

body {
  background-color: var(--color--background-light-1);
  font-family: var(--font-family--thicccboi);
  color: var(--color--copy-dark-1);
  font-size: 1rem;
  line-height: 1;
}

h1 {
  font-size: var(--heading--h1);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
}

h2 {
  font-size: var(--heading--h2);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1;
}

h3 {
  font-size: var(--heading--h3);
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
}

h4 {
  font-size: var(--heading--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  font-size: var(--heading--h5);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.05;
}

h6 {
  font-size: var(--heading--h6);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
  line-height: 1.4;
}

a {
  color: inherit;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
  line-height: 1.4;
}

ol {
  margin-top: var(--spacing--sm);
  margin-bottom: var(--spacing--sm);
  padding-left: 2.5rem;
  line-height: 1.4;
}

label {
  margin-bottom: .3rem;
  display: block;
}

blockquote {
  border-left: 5px solid var(--color--divider-grey);
  margin-bottom: 0;
  padding: .6rem 1.2rem;
  line-height: 1.4;
}

figure {
  margin-bottom: 10px;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.z-index-2.subcategory-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.icon-height-large {
  height: 3rem;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
}

.styleguide_label {
  color: #757575;
  background-color: #ececec;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .3rem .5rem;
  display: flex;
}

.heading-style-h6 {
  font-size: var(--heading--h6);
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.1;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.hide {
  display: none;
}

.spacer-md-end {
  padding-bottom: var(--spacing--md);
}

.spacer-xxs-end {
  padding-bottom: var(--spacing--xxs);
}

.spacer-xxs-start {
  padding-top: var(--spacing--xxs);
}

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

.copy-medium {
  font-family: var(--font-family--montserrat);
  color: var(--color--copy-grey);
  font-size: var(--text-size--medium);
  line-height: 1.4;
}

.copy-medium.category-subtext {
  color: #6e7d91;
  font-family: Montserrat Variablefont Wght, Verdana, sans-serif;
}

.copy-medium.category-subtext.text-align-right {
  font-family: Montserrat Variablefont Wght, Verdana, sans-serif;
  font-weight: 400;
}

.copy-medium.dark-text {
  color: var(--color--copy-grey);
  font-weight: 400;
}

.copy-medium.dark-text.spacer-bottom {
  padding-bottom: 1em;
}

.copy-medium.refinement-subtext {
  font-family: var(--font-family--montserrat);
  color: var(--color--copy-bright);
  font-weight: 400;
}

.copy-medium.text-small-card {
  color: inherit;
}

.copy-medium.supplier-hero-subtext {
  text-align: center;
  width: 35em;
}

.copy-medium.category-item-text {
  color: inherit;
}

.copy-medium.references-subheader {
  width: 20em;
}

.text-weight-medium {
  font-family: var(--font-family--montserrat);
  font-weight: 500;
}

.main-wrapper {
  color: var(--color--copy-bright);
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-weight-light {
  font-family: var(--font-family--montserrat);
  font-size: 5rem;
  font-weight: 300;
}

.form_radio, .form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.text-style-italic {
  font-family: var(--font-family--montserrat);
  font-style: italic;
}

.text-weight-regular {
  font-family: var(--font-family--montserrat);
  font-weight: 400;
}

.heading-style-h5 {
  font-size: var(--heading--h5);
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.05;
}

.heading-style-h2 {
  font-size: var(--heading--h2);
  letter-spacing: -.01em;
  text-transform: none;
  line-height: 1;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.text-color-black {
  color: var(--color--copy-dark-1);
  width: 803%;
}

.form_message-success {
  padding: 1.25rem;
}

.styleguide-sections {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide_item-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #0000001a;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
}

.rich-text-custom h1 {
  margin-top: var(--spacing--sm);
  margin-bottom: 1.5rem;
}

.rich-text-custom h2 {
  margin-top: var(--spacing--sm);
  font-size: var(--heading--h3);
  margin-bottom: .5rem;
}

.rich-text-custom p {
  font-size: var(--text-size--medium);
  margin-bottom: 1.2em;
}

.rich-text-custom h5 {
  margin-top: var(--spacing--sm);
  margin-bottom: 1.5rem;
}

.rich-text-custom h6 {
  margin-top: var(--spacing--sm);
  margin-bottom: var(--spacing--xs);
}

.rich-text-custom ul {
  margin-top: var(--spacing--sm);
  margin-bottom: var(--spacing--sm);
  font-size: var(--text-size--medium);
}

.rich-text-custom figure {
  margin-top: var(--spacing--sm);
  margin-bottom: var(--spacing--sm);
}

.rich-text-custom h4 {
  margin-top: var(--spacing--sm);
  margin-bottom: 1.5rem;
}

.rich-text-custom h3 {
  font-size: var(--heading--h4);
  margin-top: 0;
  margin-bottom: 1rem;
}

.rich-text-custom blockquote {
  font-size: var(--text-size--medium);
  border-left-width: .3rem;
}

.rich-text-custom ol {
  font-size: var(--text-size--medium);
}

.rich-text-custom a {
  word-break: break-all;
}

.container-medium {
  max-width: var(--container--medium);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.button {
  border-radius: var(--border-radius--rounded);
  background-color: var(--color--copy-dark-1);
  font-family: var(--font-family--montserrat);
  color: var(--color--copy-bright);
  text-align: center;
  letter-spacing: .02rem;
  padding: 1.2rem 1.7rem;
  font-weight: 600;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-small {
  padding: .8rem 1rem;
  font-size: .9rem;
}

.button.is-disabled {
  background-image: linear-gradient(to bottom, var(--color--copy-grey), var(--color--copy-grey));
  opacity: .25;
}

.button.is-large {
  padding: 1.5rem 2.5rem;
  font-size: 1.2rem;
}

.button.is-secondary {
  background-color: var(--color--transparent);
  color: var(--color--copy-dark-1);
  border: 2px solid #000;
  font-weight: 700;
}

.button.contact-form {
  padding-left: 3em;
  padding-right: 3em;
}

.styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.form_component {
  margin-bottom: 0;
}

.background-color-light-1 {
  background-color: var(--color--background-light-1);
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.heading-style-h4 {
  font-size: var(--heading--h4);
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.2;
}

.background-color-dark-1 {
  background-color: var(--color--background-dark-1\<deleted\|variable-ce07a57a-a084-025e-cc32-ceb154145b07\>);
  color: #f5f5f5;
}

.spacer-xl-start {
  padding-top: var(--spacing--xl);
}

.text-style-muted {
  opacity: .6;
}

.overflow-auto {
  overflow: auto;
}

.styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 3rem;
  padding-bottom: 2.25rem;
  line-height: 1.4;
  display: grid;
}

.spacer-xs-start {
  padding-top: var(--spacing--xs);
}

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

.styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.copy-tiny {
  font-family: var(--font-family--montserrat);
  font-size: var(--text-size--tiny);
  line-height: 1.4;
}

.text-weight-bold {
  font-family: var(--font-family--montserrat);
  font-weight: 700;
}

.container-tiny {
  max-width: var(--container--tiny);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-tiny.align-left {
  margin-left: 0;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.copy-small {
  font-family: var(--font-family--montserrat);
  font-size: var(--text-size--small);
  line-height: 1.4;
}

.copy-small.text-color-grey.small-subheader {
  margin-bottom: 24px;
}

.styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide_item.is-stretch {
  justify-items: stretch;
}

.spacer-sm-start {
  padding-top: var(--spacing--sm);
}

.copy-large {
  font-family: var(--font-family--montserrat);
  font-size: var(--text-size--large);
  line-height: 1.4;
}

.spacer-xs-end {
  padding-bottom: var(--spacing--xs);
}

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

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.spacer-md-start {
  padding-top: var(--spacing--md);
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-weight-semibold {
  font-family: var(--font-family--montserrat);
  font-weight: 600;
}

.heading-style-h1 {
  font-size: var(--heading--h1);
  letter-spacing: -.01em;
  text-transform: none;
  line-height: 1;
}

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

.text-color-bright {
  color: var(--color--copy-bright);
}

.container-large {
  max-width: var(--container--large);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-large.is-flex {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-small {
  max-width: var(--container--small);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-small.align-left {
  margin-left: 0;
}

.styleguide_header {
  background-color: #0000000d;
}

.text-style-strikethrough {
  font-family: var(--font-family--montserrat);
  text-decoration: line-through;
}

.spacer-sm-end {
  padding-bottom: var(--spacing--sm);
}

.styleguide-heading {
  font-size: 2rem;
}

.rounded-wrapper {
  padding-right: var(--page-padding--desktop);
  padding-left: var(--page-padding--desktop);
  border-radius: var(--border-radius--medium);
  background-color: var(--color--background-dark-1);
  margin: 1em;
  position: relative;
}

.rounded-wrapper:where(.w-variant-50104de4-81df-0399-9b59-9a7e05e045f0) {
  background-color: var(--color--transparent);
  border-radius: 0;
  margin: 0;
}

.rounded-wrapper.is-transparent {
  background-color: var(--color--transparent);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  position: relative;
}

.rounded-wrapper.is-transparent.is-lieferanten {
  padding-left: 0;
  padding-right: 0;
}

.rounded-wrapper.overflow-hidden.footer {
  margin-bottom: 0;
}

.rounded-wrapper.overflow-hidden.z-index-2.berufskleidung {
  padding-left: 0;
  padding-right: 0;
}

.rounded-wrapper.hero-bottom {
  background-color: var(--color--transparent);
  padding-left: 0;
  padding-right: 0;
}

.rounded-wrapper.ohne-rand-5 {
  background-color: var(--color--transparent);
  border-radius: 0;
  margin: 0;
}

.rounded-wrapper.is-withe {
  background-color: var(--color--white);
}

.rounded-wrapper.is-withe.is-overflow-hidden {
  overflow: hidden;
}

.rounded-wrapper.is-gradient {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color--copy-dark-3), var(--color--background-dark-1));
}

.rounded-wrapper.ohne-rand, .rounded-wrapper.ohne-rand-10, .rounded-wrapper.ohne-rand-13, .rounded-wrapper.ohne-rand-17 {
  background-color: var(--color--transparent);
  border-radius: 0;
  margin: 0;
}

.styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.icon-height-small {
  height: 1rem;
}

.text-style-link {
  font-family: var(--font-family--montserrat);
  text-decoration: underline;
}

.text-color-grey {
  color: var(--color--copy-grey);
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h3 {
  font-size: var(--heading--h3);
  letter-spacing: -.005em;
  text-transform: none;
  line-height: 1.1;
}

.spacer-xl-end {
  padding-bottom: var(--spacing--xl);
}

.background-color-dark-2 {
  background-color: var(--color--background-dark-1);
  color: #f5f5f5;
}

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

.utility-page-content {
  padding-right: var(--page-padding--desktop);
  padding-left: var(--page-padding--desktop);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 44rem;
  display: flex;
}

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

.hide-desktop-only {
  display: none;
}

.hero-section {
  color: var(--color--copy-bright);
}

.navbar {
  background-color: var(--color--transparent);
  font-family: var(--font-family--montserrat);
  width: 100%;
  position: fixed;
  top: 0;
}

.logo {
  width: 7em;
}

.nav-content-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  font-weight: 600;
  display: flex;
}

.logo-wrapper {
  padding-left: 0;
}

.nav-link {
  color: var(--color--copy-dark-2);
  font-size: 1.05em;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--color--accent-color-default);
}

.nav-link.w--current {
  font-weight: 900;
}

.opaque-background {
  border-radius: var(--border-radius--medium);
  background-color: var(--color--white);
  opacity: .8;
  position: absolute;
  inset: 0%;
}

.opaque-background.is-mobile {
  display: none;
}

.nav-link-text {
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  font-size: inherit;
}

.nav-menu {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.arrow-icon {
  margin-right: 5px;
}

.dropdown-text {
  color: var(--color--copy-dark-2);
  text-transform: none;
  font-size: 1.05em;
  font-weight: 500;
}

.dropdown-toggle {
  color: var(--color--copy-dark-2);
  padding-left: 0;
  padding-right: 1.8em;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: var(--color--accent-color-default);
}

.dropdown-link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #283338;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link:hover {
  background-color: #38a5f433;
}

.dropdown-link.is-first {
  border-top-left-radius: var(--border-radius--medium);
  border-top-right-radius: var(--border-radius--medium);
  padding-top: 20px;
}

.dropdown-link.is-last {
  border-bottom-left-radius: var(--border-radius--medium);
  border-bottom-right-radius: var(--border-radius--medium);
  padding-bottom: 20px;
}

.navigation-dropdown.w--open {
  border-radius: var(--border-radius--medium);
  background-color: #fff;
  min-width: 350px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.text-navbar {
  font-weight: 500;
}

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

.hero-text-wrapper.z-index-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  width: 100%;
  container-type: inline-size;
}

.hero-text {
  text-align: center;
  font-weight: 700;
}

.hero-text.is-accent {
  color: var(--color--accent-color-default);
}

.hero-text.footer {
  text-align: left;
}

.rounded-bg {
  aspect-ratio: 1;
  border-radius: var(--border-radius--rounded);
  background-color: var(--color--copy-dark-3);
  filter: blur(120px);
  height: 150%;
  position: absolute;
  top: auto;
  bottom: auto;
  transform: translate(0, -15%);
}

.header-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper {
  border-radius: var(--border-radius--rounded);
  background-image: linear-gradient(27deg, var(--color--accent-color-default), var(--color--accent-color-light) 73%);
  font-family: var(--font-family--montserrat);
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrapper.is-secondary, .button-wrapper.is-secondary.w--current {
  border: 1px solid var(--color--copy-bright);
  background-image: none;
}

.button-wrapper.is-secondary.is-dark, .button-wrapper.is-secondary.is-dark.w--current {
  border-color: var(--color--copy-dark-1);
}

.hero-button-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-category-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hero-category-image {
  object-fit: cover;
  object-position: 60% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-category-image-wrapper {
  aspect-ratio: 3 / 2;
  border-top-left-radius: var(--border-radius--medium);
  border-top-right-radius: var(--border-radius--medium);
  border-bottom-left-radius: var(--border-radius--medium);
  border-bottom-right-radius: var(--border-radius--medium);
  color: var(--color--copy-bright);
  object-fit: cover;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-height: 20em;
  padding: 20px 20px 20px 25px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  container-type: inline-size;
}

.hero-category-text {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 8cqw;
  font-weight: 600;
}

.hero-category-wrapper {
  z-index: 2;
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.arrow-svg {
  width: .9em;
}

.arrow-svg.supplier {
  color: var(--color--accent-color-light);
  width: 1.5em;
}

.svg-pullover {
  width: 16em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.spacer-hero {
  padding-top: 10.9em;
}

.svg-haken {
  width: 21em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.spacer-xxl-start {
  padding-top: 15em;
}

.category-header-text {
  max-width: 14.5em;
}

.category-text-accent {
  color: var(--color--accent-color-default);
}

.category-card-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-card-bottom {
  border-radius: 0rem 0rem var(--border-radius--medium) var(--border-radius--medium);
  background-color: var(--color--white);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4em 1.7em 1.7em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.category-card-bottom.w--current {
  flex: 1;
  container-type: inline-size;
}

.category-header {
  font-size: 2rem;
}

.category-header.heading-style-h5 {
  color: var(--color--copy-dark-1);
  font-size: 1.5em;
  font-weight: 700;
}

.category-card-top {
  border-radius: var(--border-radius--medium) var(--border-radius--medium) 0rem 0rem;
  background-color: #194171;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color--copy-dark-3), #194171);
  justify-content: center;
  align-items: center;
  height: 7em;
  display: flex;
  position: relative;
}

.category-card {
  flex-flow: column;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.category-button {
  background-color: var(--color--accent-color-default);
  color: var(--color--copy-bright);
  border-radius: 12px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: 15px;
  display: inline-flex;
}

.category-icon-wrapper {
  z-index: 6;
  border-radius: var(--border-radius--rounded);
  background-color: var(--color--white);
  width: 7em;
  height: 7em;
  position: relative;
  transform: translate(0, 50%);
}

.category-icon-wrap {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.category-icon {
  width: 60%;
}

.category-icon.is-45 {
  width: 45%;
}

.grid-item {
  height: 100%;
}

.shoes-access-wrapper {
  padding: var(--spacing--sm);
  border-radius: var(--border-radius--medium);
  background-color: var(--color--background-dark-1);
  color: var(--color--copy-bright);
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.subcategory-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  color: var(--color--copy-bright);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5em;
  text-decoration: none;
  display: grid;
}

.subcategory-header {
  text-transform: uppercase;
  font-size: 2.5em;
}

.subcategory-content-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: .2em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subcategory-content-wrapper.is-right {
  grid-row-gap: .2em;
  justify-content: flex-end;
  align-items: center;
}

.small-circle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--border-radius--rounded);
  background-color: var(--color--background-light-1);
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 7px;
  height: 7px;
}

.rounded-bg-subcategory {
  aspect-ratio: 1;
  border-radius: var(--border-radius--rounded);
  background-color: var(--color--copy-dark-3);
  filter: blur(100px);
  height: 150%;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(30%, -15%);
}

.rounded-bg-subcategory.is-right {
  height: 200%;
  left: 0%;
  right: auto;
  transform: translate(-30%, -25%);
}

.shoes-icon {
  width: 10em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.subheader-width {
  width: 20em;
}

.subheader-width.is-right {
  width: 25em;
}

.subcategory-icon-wrapper {
  left: auto;
  top: var(--spacing--sm);
  right: var(--spacing--sm);
  position: absolute;
  bottom: auto;
}

.subcategory-icon-wrapper.is-right {
  right: auto;
  transform: rotate(0);
}

.subcategory-text {
  font-family: var(--font-family--montserrat);
  font-size: var(--text-size--medium);
  font-weight: 300;
  line-height: 1.4;
}

.umbrella-icon {
  width: 17em;
  position: absolute;
  inset: auto auto 0% 1.7em;
}

.supplier-header-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.supplier-grid {
  grid-column-gap: 2em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-supplier-wrapper {
  border-bottom: 1px solid #bdd2e5b3;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.supplier-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.supplier-image-wrapper {
  aspect-ratio: 3 / 2;
  opacity: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.supplier-image {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: 100%;
}

.refining-section {
  color: var(--color--copy-bright);
}

.refinement-img-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.refinement-img {
  border-radius: var(--border-radius--medium);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.refinement-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 800px;
  height: 50em;
  padding: 33px;
  display: flex;
  position: relative;
  overflow: hidden;
  container-type: inline-size;
}

.refinement-wrapper.is-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.refinement-linear-gradient {
  border-radius: var(--border-radius--medium);
  background-image: linear-gradient(#fff0 30%, #272323);
  position: absolute;
  inset: 0%;
}

.refinement-text {
  z-index: 1;
  text-transform: uppercase;
  font-size: clamp(26px, 10cqw, 120px);
  font-weight: 700;
  position: relative;
}

.references-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.references-img-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 12em;
  display: flex;
}

.references-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer-section {
  color: var(--color--copy-bright);
  padding-bottom: 1em;
}

.footer-header-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 30em;
  display: flex;
  position: relative;
  left: 14em;
}

.footer-content-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-content-wrapper.z-index-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 4.5em;
  grid-row-gap: 4.5em;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  align-self: flex-start;
  width: 100%;
  display: grid;
}

.links-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.links-header {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

.links-flex-wrapper {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: column;
  display: flex;
}

.links-flex-wrapper.is-more-space {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
}

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

.footer-nav-link.copy-small {
  letter-spacing: 0;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  transition: opacity .2s;
}

.footer-nav-link.copy-small:hover {
  color: var(--color--accent-color-default);
}

.footer-nav-link.copy-small.is-no-link:hover {
  color: var(--color--copy-bright);
}

.footer-icon {
  flex: none;
  width: 22px;
}

.footer-social-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-social-wrap.isfacebook {
  display: none;
}

.footer-arrow-wrapper {
  border-radius: var(--border-radius--rounded);
  background-color: var(--color--copy-bright);
  color: var(--color--copy-dark-1);
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: absolute;
  inset: auto 2em 2em auto;
}

.footer-svg-arrow {
  width: 30%;
}

.paragraph, .link {
  font-family: var(--font-family--montserrat);
}

.hero-first-section {
  padding-top: 6.5em;
}

.nav-divider {
  background-color: #6e7d9140;
  width: 90%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn-txt-wrapper {
  z-index: 5;
  color: var(--color--copy-dark-1);
  position: relative;
}

.btn-txt-wrapper.is-secondary {
  color: var(--color--copy-bright);
}

.btn-txt-wrapper.is-secondary.is-dark {
  color: var(--color--copy-dark-1);
}

.btn-bg {
  background-color: var(--color--background-dark-1);
  border-radius: 100%;
  width: 120%;
  min-width: 5rem;
  height: 175%;
  display: none;
  position: absolute;
  inset: auto;
}

.btn-bg.is-secondary {
  background-color: var(--color--copy-bright);
}

.btn-bg.is-secondary.is-dark {
  background-color: var(--color--background-dark-1);
}

.button-text-size {
  font-family: var(--font-family--montserrat);
  letter-spacing: .05rem;
  font-size: 1em;
  font-weight: 500;
}

.hero-section-supplier {
  color: var(--color--copy-bright);
  overflow: hidden;
}

.hero-text-supplier-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rounded-supplier-bg {
  aspect-ratio: 1;
  border-radius: var(--border-radius--rounded);
  background-color: var(--color--copy-dark-3);
  filter: blur(200px);
  height: 200%;
  position: absolute;
  top: auto;
  bottom: auto;
  transform: translate(0, 15%);
}

.header-supplier-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--color--background-dark-1);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.supplier-link-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 16px;
  color: var(--color--copy-dark-1);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-supplier-text-wrapper {
  width: 100%;
}

.hero-supplier-text-wrapper.z-index-2 {
  text-align: center;
}

.supplier-header-link {
  font-size: 2em;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.supplier-header-link:hover {
  color: var(--color--copy-grey);
}

.supplier-round-divider {
  border-radius: var(--border-radius--rounded);
  background-color: var(--color--background-dark-1);
  width: 10px;
  height: 10px;
}

.single-supplier-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10em;
  display: grid;
}

.single-supplier-bg {
  border-radius: var(--border-radius--medium);
  background-color: var(--color--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px;
  display: flex;
}

.single-supplier-bg.is-supplier-information {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.supplier-header {
  z-index: 1;
  font-weight: 900;
  position: relative;
}

.supplier-header.hyphens {
  font-size: var(--heading--h3);
}

.supplier-header-rel-wrap {
  display: inline-block;
  position: relative;
}

.supplier-header-bg-color {
  background-color: var(--color--accent-color-light);
  width: 80%;
  height: 1.6em;
  position: absolute;
  inset: auto 0% 0% -10px;
}

.bestseller-header-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.bestseller-header {
  font-weight: 700;
}

.bestseller-header.is-accent {
  color: var(--color--accent-color-default);
}

.lightbox-wrapper {
  border-radius: var(--border-radius--small);
  border: 1.5px solid #6e7d9133;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.lightbox-wrapper.is-second {
  height: 90%;
}

.lightbox-wrapper.is-third {
  height: 80%;
}

.lightbox-image {
  border-radius: var(--border-radius--medium);
  object-fit: contain;
  height: 90%;
  position: relative;
}

.lightbox-img-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(auto, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: baseline;
  width: 100%;
  height: 20em;
  display: grid;
}

.spacer-bestseller {
  padding-top: 3em;
}

.overflow-header-wrapper {
  overflow: hidden;
}

.slideup-2._100 {
  width: 100%;
}

.hero-category-section {
  color: var(--color--copy-bright);
}

.hero-category-text-header {
  font-weight: 700;
}

.hero-category-text-header.text-align-center {
  background-image: linear-gradient(163deg, var(--color--accent-color-default), white 57%, var(--color--copy-dark-3) 102%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 8cqw;
}

.hero-subcategory-width {
  text-align: center;
  width: 70%;
}

.hero-category-icon {
  width: 25em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.category-banner {
  border-radius: var(--border-radius--medium);
  background-image: url('../images/Signalkleidung_1.avif');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

.category-banner.bau-und-handwerk {
  background-image: url('../images/Bau_und_Handwerk.avif');
}

.category-banner.signalkleidung {
  background-image: url('../images/Signalkleidung_2.avif');
}

.category-banner.hotel-und-gastro {
  background-image: url('../images/Hotel_und_Gastro.avif');
  background-position: 50%;
}

.category-banner.business {
  background-image: url('../images/Business_Header-3.avif');
}

.categoy-banner-wrapper {
  border-radius: var(--border-radius--medium);
  height: 800px;
  margin-top: -3em;
  margin-left: 1em;
  margin-right: 1em;
  position: relative;
}

.categoy-banner-wrapper:where(.w-variant-50104de4-81df-0399-9b59-9a7e05e045f0) {
  background-color: var(--color--transparent);
  border-radius: 0;
  margin: 0;
}

.category-items-grid {
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 7.5em;
  display: grid;
  position: relative;
}

.category-all-items-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 10em;
}

.category-item-lightbox {
  width: 100%;
}

.category-lightbox-img {
  border-radius: var(--border-radius--medium);
  object-fit: cover;
  width: 100%;
  height: 40em;
}

.lightbox-small-img-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
  grid-auto-columns: 1fr;
  margin-top: 1em;
  display: grid;
}

.category-item-lightbox-small {
  transition: transform .2s;
}

.category-item-lightbox-small:hover {
  transform: scale(1.1);
}

.category-item-lightbox-small.is-hidden-on-desktop {
  display: none;
}

.category-item-lightbox-img-small {
  aspect-ratio: 1;
  border-radius: var(--border-radius--small);
  object-fit: cover;
  width: 100%;
}

.category-list-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.category-list-item:hover {
  color: var(--color--copy-grey);
}

.category-bubble {
  border-radius: var(--border-radius--rounded);
  background-color: var(--color--accent-color-default);
  flex: none;
  width: 10px;
  height: 10px;
}

.supplier-image-small {
  width: 4em;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(100%, -100%);
}

.path {
  color: var(--color--accent-color-default);
}

.schuhe-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.schuhe-grid-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.schuhe-item-wrapper {
  width: 100%;
  height: 100%;
}

.schuhe-lightbox-wrapper {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.schuhe-lightbox-img {
  border-radius: var(--border-radius--small);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.schuhe-lightbox-img.show-on-hover {
  display: none;
  position: absolute;
  inset: 0%;
}

.schuhe-number.copy-tiny {
  color: var(--color--copy-grey);
  text-align: right;
  transition: color .2s;
}

.schuhe-number.copy-tiny:hover {
  color: var(--color--copy-dark-1);
}

.schuhe-number.copy-tiny.istest {
  text-decoration: underline;
}

.schuhe-name.copy-small {
  font-weight: 600;
}

.schuhe-name.copy-medium {
  color: var(--color--copy-dark-1);
  font-weight: 600;
}

.navbar-button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.navbar-button-container {
  flex-direction: column;
  justify-content: space-between;
  width: 2rem;
  height: .7rem;
  display: flex;
  position: relative;
}

.navbar-line {
  background-color: #efe4d6;
  width: 100%;
  height: 1px;
}

.navbar-menu {
  background-color: var(--color--transparent);
  color: var(--color--copy-dark-2);
}

.dropdown-innerlist {
  border-radius: var(--border-radius--medium);
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 8px #00000059;
}

.dropdown-innerlist.lieferanten {
  padding-left: 20px;
}

.dropdown-list {
  background-color: #0000;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 0 10px 10px;
  overflow: hidden;
}

.dropdownwrapper {
  color: var(--color--copy-dark-2);
  font-size: inherit;
  height: 100%;
  position: relative;
}

.dropdownwrapper.lieferanten, .down {
  display: none;
}

.navlink {
  letter-spacing: .3px;
  text-transform: none;
  cursor: pointer;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.navlink:hover {
  color: #2193b0;
  text-align: left;
}

.navlink.w--current {
  color: #2193b0;
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
}

.navlink.sub {
  color: #333;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-weight: 500;
  display: block;
}

.navlink.sub:hover {
  color: #2193b0;
  text-decoration: none;
}

.dropdowncontainer {
  border-radius: var(--border-radius--medium);
  background-color: var(--color--white);
  align-items: flex-start;
  width: 350px;
  height: auto;
  margin-top: 0;
  margin-left: -10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: absolute;
  overflow: hidden;
  transform: translate(-25%);
  box-shadow: 8px 18px 60px 4px #00000021, 0 50px 25px -50px #e6ad6c26;
}

.dropdowncontainer.lieferanten {
  width: 250px;
  margin-left: auto;
}

.dropdownlink-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: 1.05em;
  display: flex;
}

.img {
  background-color: var(--color--background-dark-1);
  color: var(--color--accent-color-default);
}

.arrow-down {
  color: #42617a;
  width: 15px;
  height: 100%;
}

.div-block {
  padding-top: 2em;
}

.is-accent {
  color: var(--color--accent-color-default);
}

.spacer-mobile {
  display: none;
}

.spacer-lieferant {
  padding-top: 10em;
}

.links-wrapper-nav {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--color--copy-dark-2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.links-flex-wrapper-nav {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  display: flex;
}

.links-flex-wrapper-nav.is-more-space {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
}

.nav-social-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.nav-social-wrap.isfacebook {
  display: none;
}

.icon-nav-link {
  text-decoration: none;
  display: none;
}

.icon-nav-link.copy-small {
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 300;
  transition: opacity .2s;
}

.icon-nav-link.copy-small:hover {
  color: var(--color--accent-color-default);
}

.icon-nav-link.copy-small.is-no-link:hover {
  color: var(--color--copy-bright);
}

.nav-divider-social {
  background-color: #6e7d9140;
  width: 90%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: none;
}

.page-padding {
  padding-left: 4em;
  padding-right: 4em;
}

.spacer-s-start {
  padding-top: 2.5em;
}

.section-contact-form {
  margin-top: 1em;
  overflow: hidden;
}

.form_success_message {
  z-index: 2;
  background-color: var(--color--copy-dark-1);
  color: var(--color--copy-bright);
  border-radius: .75em;
  margin-top: 5em;
  position: relative;
}

.form-input-text {
  border-style: solid;
  border-width: 1px;
  border-color: #fff0 #fff0 var(--color--copy-dark-2);
  font-family: var(--font-family--montserrat);
  color: var(--color--copy-dark-1);
  background-color: #fff0;
  min-height: 4rem;
  margin-bottom: 0;
  padding: .5rem 1rem .5rem 0;
  font-size: 1.1em;
  font-weight: 500;
  transition: all .2s;
}

.form-input-text:focus {
  border-top-style: none;
  border-right-style: none;
  border-bottom-color: var(--color--copy-dark-1);
  border-left-style: none;
}

.form-input-text::placeholder {
  color: #757575;
}

.form-input-text.multiline {
  min-height: 8rem;
}

.rectangle-contact-form {
  z-index: 5;
  border-radius: 6.5em;
  width: 25em;
  height: 15em;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
  transform: translate(-20%, 50%);
}

.form-message-text {
  font-family: var(--font-family--montserrat);
  color: #75757d;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.1em;
  font-weight: 500;
}

.rectangle-contact {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border-radius: 6.5em;
  width: 100%;
  height: 100%;
  box-shadow: inset 2px 2px 4px #ffffffb3, inset -2px -2px 4px #0000001a;
}

.spacer-xl-end-2 {
  padding-bottom: 10em;
}

.form_error_message {
  margin-top: 5em;
}

.contact-form-wrapper {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-wrapper-inner {
  border-radius: var(--border-radius--medium);
  background-color: var(--color--white);
  max-width: 650px;
  padding: 3em;
  position: relative;
  overflow: hidden;
}

.form_form-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.field-label {
  font-size: 0;
  line-height: 0;
}

.spacer-sm-start-2 {
  padding-top: 2.5em;
}

.heading-style-h3-2 {
  letter-spacing: -.005em;
  text-transform: none;
  font-size: 3em;
  line-height: 1.1;
}

.form_component-2 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.spacer-xl-start-2 {
  padding-top: 10em;
}

.rectangle-pointed-bg {
  z-index: 15;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(2);
}

.container-large-2 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.contact-img {
  background-image: url('../images/contact_image_1contact_image.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 1.25em;
  width: 100%;
  max-width: 35em;
  position: relative;
}

.button-2 {
  color: #262f3b;
  text-align: center;
  letter-spacing: .1rem;
  background-color: #fff0;
  border: 1px solid #262f3b;
  border-radius: 999em;
  padding: 1.2em 1.7em;
  font-size: 1em;
  font-weight: 500;
  transition: all .25s;
}

.button-2:hover {
  color: #e6dcd4;
  background-color: #3c3c3e;
}

.button-2:active {
  background-color: #3c3c3e;
  transform: scale(.95);
}

.button-2.button-aligned-left {
  align-self: flex-start;
}

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

.svg-email {
  color: #5f8cb240;
  width: 12em;
  position: absolute;
  inset: auto auto -2em -2em;
  transform: rotate(18deg);
}

.section-impressum {
  min-height: 100vh;
}

.impressum-content {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: column;
  display: flex;
}

.icon-nav {
  flex: none;
  width: 22px;
  transition: all .2s;
}

.icon-nav:hover {
  transform: scale(1.1);
}

.navbar-right-bars {
  z-index: 1500;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 35px;
  display: flex;
  position: relative;
}

.menu-bar-top {
  background-color: #d8dbda;
  width: 28px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.menu-bar-short {
  background-color: #d8dbda;
  width: 18px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.logo-wrapper-supplier {
  width: 50%;
  min-width: 100px;
  max-width: 200px;
}

.div-block-2 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.filter-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.button-text-size-filter {
  font-family: var(--font-family--montserrat);
  letter-spacing: .05rem;
  color: inherit;
  font-size: 1em;
  font-weight: 500;
}

.btn-txt-wrapper-filter {
  z-index: 5;
  color: inherit;
  position: relative;
}

.btn-txt-wrapper-filter.is-secondary {
  color: var(--color--copy-bright);
}

.btn-txt-wrapper-filter.is-secondary.is-dark {
  color: var(--color--copy-dark-1);
}

.filter-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: var(--border-radius--rounded);
  background-color: var(--color--white);
  font-family: var(--font-family--montserrat);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filter-btn.is-secondary, .filter-btn.is-secondary.w--current {
  border: 1px solid var(--color--copy-bright);
  background-image: none;
}

.filter-btn.is-secondary.is-dark, .filter-btn.is-secondary.is-dark.w--current {
  border-color: var(--color--copy-dark-1);
}

.filter-btn.isactive {
  color: var(--color--white) !important;
  background-color: var(--color--background-dark-1) !important;
}

.filter-btn.min-width {
  min-width: 80px;
}

.filter-icon {
  width: 24px;
}

.filter-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: flex;
}

.filter-wrap.accessoires {
  flex-flow: wrap;
}

.counter-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: inline-flex;
}

.counter {
  color: var(--color--copy-grey);
}

.schuhe-p-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.arrow-svg-list-item {
  color: var(--color--accent-color-default);
  width: .9em;
}

.arrow-svg-list-item.supplier {
  color: var(--color--accent-color-light);
  width: 1.5em;
}

.lightbox-text-link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.firmenlogo-svg {
  height: 70px;
}

.container-subheader {
  max-width: var(--container--medium);
}

.accessoires-item-wrapper {
  width: 100%;
  max-width: 500px;
}

.accessoires-lightbox-wrapper {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.accessoires-lightbox-img {
  border-radius: var(--border-radius--small);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.accessoires-lightbox-img.show-on-hover {
  display: none;
  position: absolute;
  inset: 0%;
}

.filter-btn-access {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: var(--border-radius--rounded);
  background-color: var(--color--white);
  font-family: var(--font-family--montserrat);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filter-btn-access.is-secondary, .filter-btn-access.is-secondary.w--current {
  border: 1px solid var(--color--copy-bright);
  background-image: none;
}

.filter-btn-access.is-secondary.is-dark, .filter-btn-access.is-secondary.is-dark.w--current {
  border-color: var(--color--copy-dark-1);
}

.filter-btn-access.isactive {
  color: var(--color--white) !important;
  background-color: var(--color--background-dark-1) !important;
}

.hero-button-wrapper-home {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dottet-hero-bg {
  position: absolute;
  top: 100px;
  bottom: 0%;
  left: -250px;
}

.dottet-hero-bg.is-right {
  transform-style: preserve-3d;
  top: 100px;
  left: auto;
  right: -150px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.dottet-hero-bg.is-left {
  opacity: .5;
}

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

.hero-text-footer {
  text-align: left;
  font-weight: 700;
}

.hero-text-footer.is-accent {
  color: var(--color--accent-color-default);
}

.hero-text-footer.footer {
  text-align: left;
}

@media screen and (min-width: 1280px) {
  .hero-text.is-accent.hyphens, .hero-text.text-align-center {
    font-size: 6rem;
  }

  .hero-text.text-align-center.lieferante {
    font-size: var(--heading--h1);
  }

  .shoes-access-wrapper {
    width: 100%;
    height: 100%;
  }

  .refinement-text {
    font-size: clamp(26px, 10cqw, 100px);
  }

  .hero-category-text-header.text-align-center {
    font-size: 8cqw;
  }

  .hero-text-footer.text-align-center {
    font-size: 6rem;
  }

  .hero-text-footer.text-align-center.lieferante {
    font-size: var(--heading--h1);
  }
}

@media screen and (max-width: 991px) {
  .copy-medium.supplier-hero-subtext {
    width: auto;
  }

  .styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .full-width-tablet {
    width: 100%;
    max-width: none;
  }

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

  .spacer-xl-start.is-hidden-mobile {
    display: none;
  }

  .styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .styleguide-heading {
    font-size: 3rem;
  }

  .hide-tablet {
    display: none;
  }

  .rounded-wrapper {
    padding-right: var(--page-padding--tablet);
    padding-left: var(--page-padding--tablet);
  }

  .rounded-wrapper.is-transparent.is-lieferanten {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .hide-desktop-only {
    display: block;
  }

  .nav-content-wrapper {
    position: relative;
  }

  .opaque-background.is-mobile {
    margin-left: 1em;
    margin-right: 1em;
    display: block;
    bottom: 0%;
  }

  .nav-menu {
    z-index: 2;
    border-radius: var(--border-radius--medium);
    background-color: var(--white);
    opacity: .98;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 1em;
    margin-right: 1em;
    padding: 2.5em;
    position: relative;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-link {
    padding-left: 0;
  }

  .dropdown-link:hover {
    background-color: var(--color--transparent);
  }

  .navigation-dropdown.w--open {
    background-color: var(--color--transparent);
    box-shadow: none;
    border-radius: 0;
  }

  .hero-text-wrapper.z-index-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .hero-text {
    font-size: 14cqw;
  }

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

  .svg-pullover, .svg-haken {
    opacity: .5;
  }

  .shoes-access-wrapper, .rounded-bg-subcategory {
    height: 100%;
  }

  .rounded-bg-subcategory.is-right {
    height: 120%;
  }

  .subheader-width, .subheader-width.is-right {
    width: auto;
  }

  .subcategory-icon-wrapper {
    display: none;
  }

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

  .single-supplier-wrapper.is-last {
    border-bottom-style: none;
  }

  .refinement-img-wrapper {
    grid-template-columns: 1fr;
  }

  .references-wrapper {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .footer-header-wrapper {
    width: auto;
    left: 0;
  }

  .footer-links-wrapper {
    grid-template-columns: auto auto;
    width: 100%;
  }

  .header-supplier-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .single-supplier-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .single-supplier-bg {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .single-supplier-bg.is-supplier-information {
    border-radius: var(--border-radius--medium) var(--border-radius--medium) 0rem 0rem;
  }

  .hero-category-text-header.text-align-center {
    font-size: 10cqw;
  }

  .hero-subcategory-width {
    width: 100%;
  }

  .hero-category-icon {
    width: 15em;
  }

  .categoy-banner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .category-items-grid {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .category-all-items-wrapper {
    position: static;
  }

  .category-item-lightbox {
    display: none;
  }

  .category-item-lightbox-small.is-hidden-on-desktop {
    display: block;
  }

  .navbar-line {
    background-color: var(--color--copy-dark-2);
    height: 2.5px;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--color--transparent);
  }

  .menu-button.is-test {
    display: none;
  }

  .navbar-menu {
    z-index: 1000;
    background-color: var(--color--transparent);
    width: 100vw;
    height: 100lvh;
    max-height: 100lvh;
    margin-top: 7.5em;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar-menu.is-test {
    display: none;
  }

  .dropdown-innerlist {
    box-shadow: none;
    background-color: #0000;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .dropdown-list {
    box-shadow: none;
    color: #0000;
    margin-top: 0;
    margin-left: 0;
    padding: 5px 0;
  }

  .down {
    color: #2193b0;
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    display: flex;
  }

  .navlink {
    color: #333;
    flex: 1;
    padding: 10px 15px;
  }

  .navlink:hover {
    color: #2193b0;
    text-decoration: none;
  }

  .navlink.w--current {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
  }

  .navlink.sub {
    color: #333;
    flex: 1;
    padding: 7px 25px;
    font-weight: 300;
    display: block;
  }

  .navlink.sub:hover {
    text-decoration: none;
  }

  .dropdowncontainer {
    box-shadow: none;
    width: auto;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 1em;
    transform: none;
  }

  .dropdownlink-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .links-wrapper-nav {
    color: var(--color--copy-dark-2);
    display: block;
  }

  .links-flex-wrapper-nav {
    flex-flow: column;
  }

  .icon-nav-link {
    font-weight: 500;
    display: block;
  }

  .nav-divider-social {
    background-color: #6e7d911a;
    width: 100%;
    margin-top: -10px;
    margin-bottom: -10px;
    display: block;
  }

  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .page-padding.is-contact-form {
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  .rectangle-contact-form {
    width: 40em;
    height: 8em;
    inset: auto 0% 0% auto;
    transform: translate(50%, 50%);
  }

  .contact-form-wrapper {
    flex-flow: column;
  }

  .rectangle-pointed-bg {
    inset: auto 0% 0% auto;
    transform: none;
  }

  .contact-img {
    max-width: none;
    height: 25em;
  }

  .navbar-right-bars {
    margin-left: 0;
  }

  .menu-bar-top {
    background-color: var(--color--copy-dark-2);
    transform: rotate(0);
  }

  .menu-bar-short {
    background-color: var(--color--copy-dark-2);
  }

  .menu-bar-short.is-top {
    width: 28px;
    transform: rotate(0);
  }

  .filter-wrap {
    flex-flow: wrap;
  }

  .heading-4 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .copy-medium.category-subtext.text-align-right {
    text-align: left;
  }

  .copy-medium.text-color-bright {
    font-size: 1.1rem;
  }

  .rich-text-custom h1 {
    font-size: 3.5rem;
  }

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

  .styleguide_section-header {
    font-size: .875rem;
  }

  .full-width-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .styleguide-heading {
    font-size: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .rounded-wrapper.ohne-rand-5 {
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  .rounded-wrapper.is-withe.is-overflow-hidden.lieferanten-hero {
    background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--color--copy-dark-3), white);
  }

  .hero-text.is-accent.hyphens {
    font-size: 14cqw;
  }

  .hero-text.is-accent.lieferanten {
    font-size: 11cqw;
  }

  .hero-text.text-align-center, .hero-text.text-align-center.hyphens {
    font-size: 14cqw;
  }

  .hero-text.text-align-center.lieferante {
    font-size: 11cqw;
  }

  .hero-text.hyphens {
    font-size: 8cqw;
  }

  .button-wrapper {
    text-align: center;
    padding-left: 22px;
    padding-right: 22px;
  }

  .spacer-hero, .spacer-xxl-start.category-spacer {
    padding-top: 8em;
  }

  .category-card-wrapper {
    grid-template-columns: minmax(0, 1fr) !important;
  }

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

  .subcategory-icon-wrapper {
    display: block;
    top: auto;
    bottom: 1.75em;
    right: 1.75em;
  }

  .subcategory-icon-wrapper.is-right {
    right: 1.75em;
  }

  .umbrella-icon {
    width: 14em;
  }

  .single-supplier-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 5em;
    display: grid;
  }

  .supplier-image-wrapper {
    height: 80px;
    position: absolute;
    top: 0;
  }

  .supplier-image {
    height: 100%;
  }

  .references-img-wrapper {
    height: auto;
  }

  .footer-content-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .rounded-supplier-bg {
    display: none;
  }

  .single-supplier-grid {
    padding-top: 6em;
  }

  .supplier-header {
    font-size: var(--heading--h3);
  }

  .bestseller-header-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .lightbox-wrapper {
    border-style: none;
  }

  .lightbox-wrapper.is-second, .lightbox-wrapper.is-third {
    height: 100%;
  }

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

  .lightbox-img-wrapper {
    grid-template-columns: 1fr 1fr;
    height: 100%;
  }

  .hero-category-icon {
    width: 13.5em;
  }

  .categoy-banner-wrapper {
    height: 500px;
  }

  .schuhe-grid-wrapper {
    grid-row-gap: 3em;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .navbar-menu {
    width: 100vw;
  }

  .dropdown-innerlist {
    max-width: 100%;
  }

  .down {
    width: auto;
  }

  .spacer-mobile {
    padding-top: 1.5em;
    display: block;
  }

  .form-wrapper-inner {
    padding: 2em;
  }

  .heading-style-h3-2 {
    font-size: 2.5em;
  }

  .container-large-2 {
    font-size: .9em;
  }

  .filter-wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .filter-btn, .filter-btn-access {
    text-align: center;
    height: 55px;
    padding: 12px 15px;
  }

  .hero-text-footer {
    font-size: var(--heading--h3);
  }

  .hero-text-footer.is-accent.lieferanten {
    font-size: 11cqw;
  }

  .hero-text-footer.text-align-center, .hero-text-footer.text-align-center.hyphens {
    font-size: 14cqw;
  }

  .hero-text-footer.text-align-center.lieferante {
    font-size: 11cqw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3.5rem;
  }

  .z-index-2.subcategory-right {
    justify-content: space-between;
    align-items: flex-start;
  }

  .spacer-md-end.mobile-filter-separator {
    padding-bottom: 2rem;
  }

  .copy-medium {
    font-size: var(--text-size--small);
  }

  .copy-medium.text-small-card.text-align-right {
    text-align: left;
  }

  .full-width-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h2 {
    font-size: 2.8rem;
  }

  .rich-text-custom h1 {
    font-size: 2.2rem;
  }

  .rich-text-custom h2 {
    font-size: 1.9rem;
  }

  .rich-text-custom p {
    font-size: 1rem;
  }

  .rich-text-custom h4 {
    font-size: 1.5rem;
  }

  .rich-text-custom h3 {
    font-size: 1.7rem;
  }

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

  .spacer-xl-start {
    padding-top: 6rem;
  }

  .spacer-sm-start {
    padding-top: 1.5rem;
  }

  .copy-large {
    font-size: 1.15em;
  }

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

  .container-large.is-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .rounded-wrapper.overflow-hidden {
    padding-left: var(--page-padding--tablet);
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color--copy-dark-3) 30%, var(--color--background-dark-1));
  }

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

  .dropdown-text {
    text-align: left;
  }

  .hero-text-wrapper.z-index-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-text.is-accent.hyphens {
    font-size: 15cqw;
  }

  .hero-text.is-accent.lieferanten {
    font-size: 12cqw;
  }

  .hero-text.text-align-center {
    font-size: 15cqw;
  }

  .hero-text.text-align-center.lieferante {
    font-size: 12cqw;
  }

  .hero-text.hyphens {
    font-size: 10cqw;
  }

  .rounded-bg {
    height: 100%;
    display: none;
    transform: translate(-24%);
  }

  .button-wrapper {
    padding: 22px 30px;
  }

  .hero-button-wrapper.z-index-2 {
    flex-flow: column;
  }

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

  .svg-pullover {
    width: 12em;
  }

  .spacer-hero {
    padding-top: 8em;
  }

  .svg-haken {
    width: 15em;
  }

  .spacer-xxl-start {
    padding-top: 6em;
  }

  .spacer-xxl-start.category-spacer {
    padding-top: 8em;
  }

  .category-header-text {
    font-size: var(--heading--h3);
  }

  .category-header-text.hyphens {
    font-size: var(--heading--h4);
  }

  .shoes-access-wrapper {
    width: 100%;
    container-type: inline-size;
  }

  .subcategory-wrapper {
    grid-auto-columns: auto;
  }

  .subcategory-header {
    font-size: 13cqw;
  }

  .subcategory-header.text-align-right {
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .subcategory-content-wrapper.is-right {
    justify-content: flex-start;
    align-items: center;
  }

  .rounded-bg-subcategory {
    height: 123%;
  }

  .rounded-bg-subcategory.is-right {
    height: 104%;
  }

  .subheader-width, .subheader-width.is-right {
    width: auto;
  }

  .subcategory-icon-wrapper {
    display: block;
  }

  .subcategory-icon-wrapper.is-right {
    bottom: 1.75em;
    right: 1.75em;
  }

  .subcategory-text {
    font-size: var(--text-size--small);
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .supplier-header-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .single-supplier-wrapper {
    grid-row-gap: 18px;
  }

  .single-supplier-wrapper.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .supplier-image-wrapper {
    height: 50%;
  }

  .refinement-wrapper {
    height: 25em;
  }

  .refinement-wrapper.is-right {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .references-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .references-img-wrapper {
    height: auto;
  }

  .footer-header-wrapper {
    width: auto;
    left: 0 !important;
  }

  .footer-links-wrapper {
    grid-template-columns: auto;
  }

  .footer-nav-link.copy-small {
    font-size: 1.1rem;
  }

  .btn-txt-wrapper {
    text-align: center;
  }

  .supplier-link-wrapper {
    grid-column-gap: .8em;
  }

  .supplier-header-link {
    font-size: 1.7em;
  }

  .single-supplier-grid {
    grid-auto-columns: auto;
  }

  .bestseller-header {
    font-size: var(--heading--h4);
  }

  .lightbox-wrapper {
    align-items: unset;
    height: 15em;
  }

  .lightbox-wrapper.is-second, .lightbox-wrapper.is-third {
    height: 15em;
  }

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

  .lightbox-img-wrapper {
    grid-template-rows: minmax(auto, auto);
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero-category-text-header.text-align-center {
    font-size: 12cqw;
  }

  .hero-category-text-header.text-align-center.hyphens {
    font-size: 18cqw;
  }

  .category-lightbox-img {
    height: 25em;
  }

  .category-list-wrapper {
    grid-column-gap: 0em;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  .schuhe-grid-wrapper {
    grid-column-gap: 1.25em;
    grid-row-gap: 3em;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }

  .navbar-text {
    display: none;
  }

  .navbar-menu {
    border-radius: var(--border-radius--medium);
    max-height: 70vh;
  }

  .heading {
    font-size: 2.8rem;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .heading-3 {
    font-size: 8cqw;
  }

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

  .icon-nav-link.copy-small {
    font-size: 1.1rem;
  }

  .heading-style-h3-2 {
    font-size: 2em;
  }

  .button-text-size-filter {
    font-size: .9em;
  }

  .btn-txt-wrapper-filter {
    text-align: center;
  }

  .hero-button-wrapper-home.z-index-2 {
    flex-flow: column;
  }

  .dottet-hero-bg.is-right, .dottet-hero-bg.is-left {
    display: none;
  }

  .hero-text-footer {
    font-size: var(--heading--h4);
  }

  .hero-text-footer.is-accent.lieferanten {
    font-size: 12cqw;
  }

  .hero-text-footer.text-align-center {
    font-size: 15cqw;
  }

  .hero-text-footer.text-align-center.lieferante {
    font-size: 12cqw;
  }
}

#w-node-e152b85c-ed67-f8da-67e3-e5b30cb605cf-d3bfde71, #w-node-_0817212e-1add-58b9-9fca-f9d8e580f83a-d3bfde71 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc616f99-6915-e323-1318-569bbe64f556-d3bfde71 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b898fac5-549e-6b61-8561-86e070af5efd-d3bfde72, #w-node-b898fac5-549e-6b61-8561-86e070af5f02-d3bfde72, #w-node-b898fac5-549e-6b61-8561-86e070af5f07-d3bfde72, #w-node-b898fac5-549e-6b61-8561-86e070af5f0c-d3bfde72, #w-node-b898fac5-549e-6b61-8561-86e070af5f11-d3bfde72, #w-node-b898fac5-549e-6b61-8561-86e070af60b1-d3bfde72, #w-node-b898fac5-549e-6b61-8561-86e070af60b8-d3bfde72 {
  justify-self: start;
}

#w-node-b898fac5-549e-6b61-8561-86e070af60bd-d3bfde72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b898fac5-549e-6b61-8561-86e070af60bf-d3bfde72 {
  justify-self: start;
}

#w-node-b898fac5-549e-6b61-8561-86e070af60c4-d3bfde72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b898fac5-549e-6b61-8561-86e070af60c6-d3bfde72 {
  justify-self: start;
}

#w-node-_99ee799f-31d9-a411-a661-a5705a568cbe-d3bfde72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b898fac5-549e-6b61-8561-86e070af60cb-d3bfde72 {
  justify-self: start;
}

#w-node-b898fac5-549e-6b61-8561-86e070af5faf-d3bfde72, #w-node-b898fac5-549e-6b61-8561-86e070af5fc8-d3bfde72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b898fac5-549e-6b61-8561-86e070af5fcb-d3bfde72 {
  justify-self: start;
}

#w-node-b898fac5-549e-6b61-8561-86e070af5fcd-d3bfde72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b898fac5-549e-6b61-8561-86e070af5fd0-d3bfde72 {
  justify-self: start;
}

#w-node-b898fac5-549e-6b61-8561-86e070af6039-d3bfde72, #w-node-b898fac5-549e-6b61-8561-86e070af6043-d3bfde72, #w-node-b898fac5-549e-6b61-8561-86e070af6044-d3bfde72, #w-node-b898fac5-549e-6b61-8561-86e070af6166-d3bfde72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c8712e4-4de8-846a-2dee-d637d250fbf0-63f5b439 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c5b1d342-ab19-f22d-a95f-be5135fac7e2-63f5b439 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c5b1d342-ab19-f22d-a95f-be5135fac7ec-63f5b439 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0a48c16-00c4-7c24-5a10-8f67b5289ef8-63f5b439 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a17b4d93-d482-70bb-f071-180573a7ad4f-63f5b439 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a17b4d93-d482-70bb-f071-180573a7ad59-63f5b439 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3378c5c3-4431-75ae-8f0c-6fa7122ed9a6-63f5b439 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_015d78d9-929d-d107-b780-360a14dc8444-63f5b439 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_015d78d9-929d-d107-b780-360a14dc844e-63f5b439 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce758221-755c-f1f0-1bb7-4be95a043bc6-63f5b439 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_00f3f6f5-673f-26ad-28a5-06cfa7809671-63f5b439 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_00f3f6f5-673f-26ad-28a5-06cfa780967b-63f5b439 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a4a4bd2-a2d3-dfc6-fdfc-971a6500e46e-63f5b439 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eeb56371-6ce5-fb74-4f89-e1c23b111630-63f5b439 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-eeb56371-6ce5-fb74-4f89-e1c23b11163a-63f5b439 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6a50fb7-3324-295e-5775-f8915be941ff-63f5b439 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d64f7e5a-10d2-f31b-e00a-569825e3ebad-63f5b439 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d64f7e5a-10d2-f31b-e00a-569825e3ebb7-63f5b439 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3debb096-4e00-311b-97ab-9b11bcc73c22-bcc73c22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d765af5a-2d21-ee42-46d5-057c7efa386b-b8b436aa, #w-node-adec1f43-41e3-c4de-8069-535a0d7375e3-c98a5ac1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1280px) {
  #w-node-_0193b4ce-9a5a-e17a-fc67-d6cf07167a15-d3bfde71 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5cdcc1c8-f889-f073-5e59-71d57c1228f2-ea939163, #w-node-_6fb7a690-7c6e-56a1-9c15-614eac500bfb-3fc41a8f, #w-node-d77d5855-0eeb-5d78-99b5-a01e5019afc1-3fc42240, #w-node-a601e51e-15f0-3871-e7a8-2dc7b752ec29-c98c28c4 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0817212e-1add-58b9-9fca-f9d8e580f83a-d3bfde71 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0817212e-1add-58b9-9fca-f9d8e580f83a-d3bfde71 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_14a2491b-d47d-c7b8-1e57-e1556c02aa0d-6c02aa01, #w-node-_14a2491b-d47d-c7b8-1e57-e1556c02aa25-6c02aa01, #w-node-_14a2491b-d47d-c7b8-1e57-e1556c02aa31-6c02aa01 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c5b1d342-ab19-f22d-a95f-be5135fac7ec-63f5b439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}