:root {
  --black: #000;
  --white: #fdfafa;
}

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

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

.inline-span-0-parent.inline-span-0 {
  margin-top: 14px;
}

.inline-span-0, .inline-span-1, .inline-span-2 {
  font-size: .4em;
}

.ff-body {
  color: #0a0a0a;
  background-color: #fff;
  font-family: Inter Tight, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}

.ff-nav {
  z-index: 100;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #0a0a0a;
  letter-spacing: .12em;
  text-transform: uppercase;
  background-color: #ffffffe6;
  border-bottom: 1px solid #0a0a0a29;
  align-items: center;
  padding: 14px 28px;
  font-family: Geist Mono, monospace;
  font-size: 10.5px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.ff-logo {
  color: #0a0a0a;
  letter-spacing: -.02em;
  text-transform: lowercase;
  flex-shrink: 0;
  align-items: center;
  font-family: Anton, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.ff-signal {
  color: #e04e1f;
}

.ff-navlinks {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ff-navlink {
  color: #0a0a0a;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 2px 4px;
  font-family: Geist Mono, monospace;
  font-size: 12px;
  text-decoration: none;
}

.ff-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #e04e1f;
  border: 1px solid #e04e1f;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 12px 22px;
  font-family: Geist Mono, monospace;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.ff-cta:hover {
  color: #fff;
  background-color: #2a2a29;
}

.ff-hero {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 96px 28px 32px;
  display: flex;
  position: relative;
}

.ff-hero-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-top: 100px;
  padding-bottom: 24px;
  display: grid;
}

.ff-hero-tag {
  opacity: .85;
  color: #0a0a0a;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 11px;
  line-height: 1.6;
}

.ff-hero-tag.ff-tag-right {
  text-align: right;
}

.ff-hero-dot {
  background-color: #0a0a0a;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  display: inline-block;
}

.ff-hero-dot.ff-dot-signal {
  background-color: #e04e1f;
}

.ff-hero-type {
  flex-direction: column;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.ff-hero-mark {
  color: #0a0a0a;
  text-align: center;
  letter-spacing: -.04em;
  white-space: nowrap;
  font-family: Anton, sans-serif;
  font-size: 400px;
  font-weight: 400;
  line-height: .82;
}

.ff-hero-image {
  background-color: #141414;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 80vh;
  margin-bottom: 24px;
  margin-left: calc(50% - 50vw);
  display: flex;
  position: relative;
  overflow: hidden;
}

.ff-hero-overlay {
  z-index: 2;
  text-align: center;
  max-width: 720px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.ff-hero-lead {
  color: #f1f2f0;
  letter-spacing: -.01em;
  font-family: Inter Tight, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.ff-hero-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid #0a0a0a;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  padding-top: 32px;
  display: grid;
}

.ff-lead {
  text-align: justify;
  letter-spacing: -.02em;
  max-width: 24ch;
  font-family: Archivo, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.15;
}

.ff-meta {
  text-align: right;
  letter-spacing: .14em;
  text-transform: uppercase;
  justify-self: end;
  font-family: Geist Mono, monospace;
  font-size: 10.5px;
  line-height: 1.7;
}

.ff-meta-label {
  opacity: .55;
  margin-bottom: 4px;
  display: block;
}

.ff-meta-strong {
  font-weight: 600;
  display: block;
}

.ff-sechead {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #0a0a0a;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 1px solid #0a0a0a;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  margin-bottom: 64px;
  padding-bottom: 20px;
  font-family: Geist Mono, monospace;
  font-size: 11px;
  display: grid;
}

.ff-sechead-num {
  color: #0a0a0a;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 700;
}

.ff-sechead-title {
  letter-spacing: .08em;
  font-family: Archivo, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.ff-sechead-meta {
  color: #7c7b7f;
  text-align: right;
  justify-self: end;
}

.ff-stamp {
  display: inline-block;
}

.ff-logos {
  border-top: 1px solid #0a0a0a14;
  border-bottom: 1px solid #0a0a0a14;
  margin-bottom: 140px;
  padding-top: 36px;
  padding-bottom: 40px;
}

.ff-logos-head {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0a0a0a;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 1px solid #0a0a0a14;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 28px;
  padding-bottom: 18px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Geist Mono, monospace;
  font-size: 10.5px;
  display: flex;
}

.ff-logos-label {
  opacity: .55;
}

.ff-logos-strong {
  font-weight: 600;
}

.ff-logos-row {
  grid-column-gap: 40px;
  grid-row-gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.ff-logo-item {
  color: #5a5a59;
  letter-spacing: -.01em;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.ff-band {
  background-color: #1a1a1a;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding: 20px 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ff-band-tag {
  color: #ffffff8c;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #0000004d;
  border: 1px solid #ffffff4d;
  padding: 8px 16px;
  font-family: Geist Mono, monospace;
  font-size: 11px;
}

.ff-ueber {
  padding: 100px 28px;
}

.ff-ueber-h {
  z-index: 2;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 112px;
  font-style: normal;
  line-height: .86;
  position: relative;
}

.ff-ueber-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-top: 1px solid #0a0a0a;
  grid-template-columns: 1.2fr 1fr 1fr;
  padding-top: 32px;
  display: grid;
}

.ff-ueber-lead {
  text-align: justify;
  letter-spacing: -.015em;
  font-family: Archivo, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
}

.ff-ueber-text {
  color: #2a2a29;
  text-align: justify;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.55;
}

.ff-pfeiler {
  padding: 100px 28px;
}

.ff-pf-grid {
  border-top: 2px solid #0a0a0a;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.ff-pf-card {
  border-bottom: 2px solid #0a0a0a;
  border-right: 1px solid #0a0a0a29;
  flex-direction: column;
  min-height: 380px;
  padding: 28px 24px 36px;
  display: flex;
  position: relative;
}

.ff-pf-top {
  letter-spacing: .14em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 60px;
  font-family: Geist Mono, monospace;
  font-size: 10.5px;
  display: flex;
}

.ff-pf-num {
  color: #e04e1f;
  letter-spacing: .1em;
  font-family: Geist Mono, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.ff-pf-title {
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Anton, sans-serif;
  font-size: 58px;
  line-height: .9;
}

.ff-pf-text {
  color: #2a2a29;
  text-align: justify;
  max-width: 32ch;
  margin-top: auto;
  font-size: 14.5px;
  font-style: normal;
  line-height: 1.5;
}

.ff-zahlen {
  border-top: 0 #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  padding: 100px 28px;
}

.ff-zahlen-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.ff-zahl {
  grid-row-gap: 8px;
  border-right: 1px solid #0a0a0a24;
  flex-direction: column;
  margin-left: 0;
  padding: 24px;
  font-style: normal;
  display: flex;
}

.ff-zahl-top {
  opacity: .55;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 10.5px;
}

.ff-zahl-num {
  letter-spacing: -.03em;
  font-family: Anton, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: .85;
}

.ff-zahl-cap {
  color: #2a2a29;
  max-width: 26ch;
  margin-top: 8px;
  font-family: Archivo, sans-serif;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.ff-stroke {
  text-align: center;
  border-top: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  padding: 400px 28px;
  position: relative;
  overflow: hidden;
}

.ff-stroke-text {
  z-index: 2;
  color: var(--black);
  text-align: left;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 220px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 120px;
  font-weight: 800;
  line-height: .95;
  position: relative;
}

.ff-collbar {
  border-top: 1px solid #0a0a0a;
  padding: 100px 28px;
}

.ff-collbar-h {
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 36px;
  font-family: Anton, sans-serif;
  font-size: 64px;
  font-style: normal;
  line-height: .95;
}

.ff-coll-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

.ff-coll-item {
  color: #0a0a0a;
  flex-direction: column;
  padding-bottom: 22px;
  text-decoration: none;
  display: flex;
}

.ff-coll-img {
  background-color: #1a1a1a;
  border: 1px solid #0a0a0a;
  justify-content: center;
  align-items: center;
  min-height: 230px;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.ff-coll-ph {
  color: #ffffff80;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 10px;
}

.ff-coll-no {
  color: #2a2a29;
  letter-spacing: .14em;
  font-family: Geist Mono, monospace;
  font-size: 11px;
}

.ff-coll-label {
  color: #0a0a0a;
  margin-top: 8px;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.ff-collbar-cta {
  justify-content: flex-end;
  margin-top: 44px;
  display: flex;
}

.ff-more-link {
  grid-column-gap: 8px;
  color: #e04e1f;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 12px 22px;
  font-family: Geist Mono, monospace;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.ff-more-link:hover {
  color: #fff;
  background-color: #2a2a29;
}

.ff-welten {
  padding: 100px 28px;
}

.ff-line {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 2px solid #0a0a0a;
  grid-template-columns: 1fr 1.4fr;
  align-items: stretch;
  padding-top: 48px;
  padding-bottom: 48px;
  display: grid;
}

.ff-line-left {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.ff-line-top {
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.ff-line-no {
  color: #e04e1f;
  letter-spacing: .1em;
  font-family: Geist Mono, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.ff-line-tag {
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 1px solid #0a0a0a;
  border-radius: 999px;
  align-self: flex-start;
  margin-bottom: 20px;
  padding: 5px 12px;
  font-family: Geist Mono, monospace;
  font-size: 10.5px;
}

.ff-line-title {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 112px;
  font-style: normal;
  line-height: .88;
}

.ff-line-desc {
  color: #2a2a29;
  text-align: justify;
  max-width: none;
  font-size: 15.5px;
  line-height: 1.5;
}

.ff-palette {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 8px;
  display: grid;
}

.ff-swatch {
  align-items: flex-end;
  min-height: 90px;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ff-swatch.inline-div-0 {
  background-color: #080808;
}

.ff-swatch.inline-div-1 {
  background-color: #e8eae8;
}

.ff-swatch.inline-div-2 {
  background-color: #7c7b7f;
}

.ff-swatch.inline-div-3 {
  background-color: #afaeac;
}

.ff-swatch.inline-div-4 {
  background-color: #e04e1f;
}

.ff-swatch.inline-div-5 {
  background-color: #080808;
}

.ff-swatch.inline-div-6 {
  background-color: #e8eae8;
}

.ff-swatch.inline-div-7 {
  background-color: #7c7b7f;
}

.ff-swatch.inline-div-8 {
  background-color: #1c3a2e;
}

.ff-swatch.inline-div-9 {
  background-color: #3a3a38;
}

.ff-swatch.inline-div-10 {
  background-color: #0a0a0a;
}

.ff-swatch.inline-div-11 {
  background-color: #e8eae8;
}

.ff-swatch.inline-div-12 {
  background-color: #a8853a;
}

.ff-swatch.inline-div-13, .ff-swatch.inline-div-14 {
  background-color: #d2d7d1;
}

.ff-swatch-l {
  color: #ffffffeb;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 9px;
  font-weight: 600;
}

.ff-swatch-d {
  color: #000000c7;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 9px;
  font-weight: 600;
}

.ff-line-right {
  aspect-ratio: 3 / 2;
  background-color: #ededed;
  justify-content: center;
  align-self: start;
  align-items: center;
  min-height: 420px;
  display: flex;
  position: relative;
}

.ff-anwendung {
  background-color: #fff;
  border-top: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  padding: 100px 28px;
}

.ff-anw-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.ff-anw {
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #0a0a0a;
  flex-direction: column;
  min-height: 380px;
  padding: 40px 28px;
  display: flex;
}

.ff-anw-no {
  opacity: .6;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 10.5px;
}

.ff-anw-name {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 58px;
  line-height: .9;
}

.ff-anw-bullets {
  grid-row-gap: 6px;
  letter-spacing: .14em;
  text-transform: uppercase;
  flex-direction: column;
  font-family: Geist Mono, monospace;
  font-size: 10.5px;
  display: flex;
}

.ff-anw-text {
  color: #2a2a29;
  text-align: justify;
  margin-top: auto;
  font-size: 14.5px;
  line-height: 1.55;
}

.ff-partner {
  padding: 100px 28px;
}

.ff-partner-h {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-bottom: 48px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 112px;
  line-height: .88;
}

.ff-partner-tags {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  display: flex;
}

.ff-ptag {
  color: #0a0a0a;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 1px solid #0a0a0a;
  border-radius: 999px;
  padding: 12px 20px;
  font-family: Geist Mono, monospace;
  font-size: 12px;
}

.ff-ptag.ff-ptag-hot {
  color: #e04e1f;
  border-color: #e04e1f;
}

.ff-partner-cta {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-top: 2px solid #0a0a0a;
  border-bottom: 2px solid #0a0a0a;
  grid-template-columns: 1.4fr 1fr;
  align-items: end;
  padding-top: 56px;
  padding-bottom: 56px;
  display: grid;
}

.ff-partner-cta-h {
  letter-spacing: -.025em;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 112px;
  line-height: .92;
}

.ff-pc-text {
  color: #2a2a29;
  text-align: justify;
  max-width: 44ch;
  font-size: 16px;
  line-height: 1.55;
}

.ff-pc-link {
  color: #0a0a0a;
  text-decoration: underline;
}

.ff-faq {
  background-color: #fff;
  border-top: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  padding: 100px 28px;
}

.ff-faq-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1.6fr;
  align-items: start;
  display: grid;
}

.ff-faq-h {
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 112px;
  line-height: .88;
}

.ff-faq-sub {
  opacity: .6;
  letter-spacing: .14em;
  text-transform: uppercase;
  max-width: 30ch;
  margin-top: 24px;
  font-family: Geist Mono, monospace;
  font-size: 11px;
  line-height: 1.5;
}

.ff-faq-list {
  border-top: 1px solid #0a0a0a;
}

.ff-faq-item {
  border-bottom: 1px solid #0a0a0a;
  padding-top: 22px;
  padding-bottom: 22px;
}

.ff-faq-summary {
  grid-column-gap: 16px;
  letter-spacing: -.01em;
  cursor: pointer;
  grid-template-columns: 30px 1fr 30px;
  align-items: baseline;
  font-family: Archivo, sans-serif;
  font-size: 21px;
  font-weight: 600;
  display: grid;
}

.ff-faq-num {
  opacity: .55;
  letter-spacing: .14em;
  font-family: Geist Mono, monospace;
  font-size: 11px;
}

.ff-faq-toggle {
  text-align: right;
  font-family: Geist Mono, monospace;
  font-size: 18px;
}

.ff-faq-ans {
  color: #2a2a29;
  max-width: 56ch;
  margin-top: 14px;
  padding-left: 46px;
  font-size: 15px;
  line-height: 1.6;
}

.ff-faq-more {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #0a0a0a29;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  padding-top: 24px;
  display: flex;
}

.ff-faq-more-text {
  opacity: .65;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 11px;
}

.ff-kontakt {
  padding: 100px 28px 48px;
}

.ff-kontakt-h {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 56px;
  font-family: Anton, sans-serif;
  font-size: 140px;
  line-height: .86;
}

.ff-kontakt-grid {
  border-top: 2px solid #0a0a0a;
  padding-top: 32px;
}

.ff-kinfo {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-bottom: 1px solid #0a0a0a29;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

.ff-klabel {
  grid-column-gap: 6px;
  opacity: .7;
  letter-spacing: .14em;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 10px;
  font-family: Geist Mono, monospace;
  font-size: 10.5px;
  display: flex;
}

.ff-kpill {
  color: #e04e1f;
  margin-right: 4px;
  font-weight: 700;
}

.ff-kvalue {
  color: #0a0a0a;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
}

.ff-ksub {
  opacity: .6;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 6px;
  font-family: Geist Mono, monospace;
  font-size: 10.5px;
}

.ff-form {
  grid-row-gap: 18px;
  flex-direction: column;
  max-width: 1320px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ff-form._w-form {
  grid-row-gap: 18px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.ff-field {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.ff-label {
  opacity: .7;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 10.5px;
}

.ff-input, .ff-input._w-input, .ff-input._w-select {
  color: #0a0a0a;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #0a0a0a;
  padding: 10px 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
}

.ff-textarea, .ff-textarea._w-input {
  color: #0a0a0a;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #0a0a0a;
  min-height: 110px;
  padding: 10px 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
}

.ff-form-options {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  padding-top: 8px;
  display: flex;
}

.ff-check {
  grid-column-gap: 8px;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 1px solid #0a0a0a;
  border-radius: 999px;
  align-items: center;
  padding: 8px 14px;
  font-family: Geist Mono, monospace;
  font-size: 10.5px;
  display: inline-flex;
}

.ff-submit-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #0a0a0a29;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding-top: 16px;
  display: flex;
}

.ff-privacy {
  opacity: .6;
  letter-spacing: .14em;
  text-transform: uppercase;
  max-width: 60ch;
  font-family: Geist Mono, monospace;
  font-size: 10px;
}

.ff-submit {
  grid-column-gap: 8px;
  color: #fff;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  background-color: #0a0a0a;
  border: 1px solid #0a0a0a;
  justify-content: center;
  align-items: center;
  padding: 12px 22px;
  font-family: Geist Mono, monospace;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.ff-submit:hover {
  color: #fff;
  background-color: #2a2a29;
}

.ff-submit._w-button {
  color: #0a0a0a;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #0a0a0a;
  padding: 16px 28px;
  font-family: Anton, sans-serif;
  font-size: 22px;
}

.ff-footer {
  background-color: #fff;
  border-top: 1px solid #0a0a0a;
  padding: 64px 28px 0;
  position: relative;
  overflow: hidden;
}

.ff-foot {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #2a2a29;
  letter-spacing: .14em;
  text-transform: uppercase;
  background-color: #fff;
  grid-template-columns: 1fr 1fr;
  padding-top: 10px;
  font-family: Geist Mono, monospace;
  font-size: 10.5px;
  display: grid;
  position: relative;
}

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

.ff-foot-a {
  color: #2a2a29;
  text-decoration: none;
}

.ff-blob {
  background-color: #e04e1f;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  display: inline-block;
}

.ff-media {
  z-index: 2;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ff-marq {
  width: 100%;
  overflow: hidden;
}

.ff-marq-track {
  align-items: center;
  width: max-content;
  display: flex;
}

.ff-marq-item {
  color: #0a0a0a;
  letter-spacing: -.03em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: .35em;
  font-family: Anton, sans-serif;
  font-size: 220px;
  font-weight: 800;
  line-height: 1;
}

._w-input-parent._w-input {
  color: #0a0a0a;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #0a0a0a;
  padding: 10px 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
}

.ff-bgvideo {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ff-logos-marq {
  width: 100%;
  margin-top: 100px;
  overflow: hidden;
}

.ff-logos-track {
  grid-column-gap: 44px;
  align-items: center;
  width: max-content;
  padding-left: 28px;
  display: flex;
}

.image {
  border: 1px solid var(--white);
}

.ff-dot {
  vertical-align: baseline;
  background-color: #e04e1f;
  border-radius: 50%;
  width: .16em;
  height: .16em;
  margin-left: .06em;
  display: inline-block;
}

.ff-logo-img {
  width: auto;
  height: 22px;
  display: block;
}

.ff-logo-foot {
  width: auto;
  height: 34px;
  margin-bottom: 20px;
  display: block;
}

.ff-uvband {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 80vh;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: calc(50% - 50vw);
  padding: 48px 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ff-logotext {
  color: #0a0a0a;
  letter-spacing: -.04em;
  text-transform: lowercase;
  font-family: Archivo, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.ff-logo-dot {
  background-color: #e04e1f;
  border-radius: 50%;
  align-self: flex-end;
  width: 8px;
  height: 8px;
  margin-bottom: 1px;
  margin-left: 2px;
  display: inline-block;
}

.ff-logoseit {
  color: #0a0a0a;
  letter-spacing: .08em;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 2px;
  margin-left: 5px;
  font-family: Geist Mono, monospace;
  font-size: 7px;
  font-weight: 700;
  line-height: 1.05;
}

.ff-logotext-f {
  color: #ececec;
  text-align: center;
  letter-spacing: -.04em;
  text-transform: lowercase;
  white-space: nowrap;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 23vw;
  font-weight: 700;
  line-height: .72;
  display: block;
}

.ff-logo-dot-f {
  background-color: #e04e1f;
  border-radius: 50%;
  align-self: flex-end;
  width: 12px;
  height: 12px;
  margin-bottom: 2px;
  margin-left: 3px;
  display: inline-block;
}

.ff-logoseit-f {
  color: #0a0a0a;
  letter-spacing: .08em;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 3px;
  margin-left: 7px;
  font-family: Geist Mono, monospace;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.05;
  display: none;
}

.ff-logo-lockup-f {
  z-index: 0;
  pointer-events: none;
  text-align: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
  bottom: -.6em;
  left: 0;
}

.ff-logo-lockup {
  grid-column-gap: 5px;
  align-items: center;
  display: inline-flex;
}

.ff-nav-logo {
  width: auto;
  height: 30px;
  display: block;
}

.ff-vbox {
  z-index: 2;
  background-color: #0a0a0ad1;
  max-width: 400px;
  padding: 26px 28px;
  position: absolute;
  bottom: 28px;
  left: 28px;
}

.ff-vbox-label {
  color: #f1f2f099;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Geist Mono, monospace;
  font-size: 11px;
  display: block;
}

.ff-vbox-h {
  color: #f1f2f0;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.18;
}

.ff-burger {
  align-items: center;
  display: none;
}

.ff-burger-tog {
  color: #0a0a0a;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 4px 6px;
  font-size: 28px;
  line-height: 1;
  display: inline-flex;
}

.ff-burger-list {
  background-color: #0a0a0a;
  min-width: 220px;
  padding: 8px;
  left: auto;
  right: 0;
}

.ff-burger-link {
  color: #fff;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 12px 16px;
  font-family: Geist Mono, monospace;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.ff-burger-link:hover {
  color: #fff;
  background-color: #2a2a29;
}

.ff-legal-header {
  background-color: #fff;
  border-bottom: 1px solid #0a0a0a;
  justify-content: space-between;
  align-items: center;
  padding: 18px 28px;
  display: flex;
}

.ff-legal-logo {
  color: #0a0a0a;
  letter-spacing: -.02em;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.ff-legal-back {
  color: #0a0a0a;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 11px;
  text-decoration: none;
}

.ff-legal-main {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 28px;
  display: block;
}

.ff-legal-h1 {
  color: #0a0a0a;
  letter-spacing: -.03em;
  text-transform: uppercase;
  border-bottom: 1px solid #0a0a0a;
  margin-top: 0;
  margin-bottom: 32px;
  padding-bottom: 32px;
  font-family: Anton, sans-serif;
  font-size: 88px;
  line-height: .92;
}

.ff-legal-upd {
  color: #e04e1f;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Geist Mono, monospace;
  font-size: 12px;
}

.ff-legal-lead {
  color: #0a0a0a;
  max-width: 46ch;
  margin-bottom: 40px;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.ff-legal-h2 {
  color: #0a0a0a;
  letter-spacing: -.01em;
  border-top: 1px solid #0a0a0a29;
  margin-top: 56px;
  margin-bottom: 12px;
  padding-top: 28px;
  font-family: Archivo, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.12;
}

.ff-legal-p {
  color: #2a2a29;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Inter Tight, sans-serif;
  font-size: 17px;
  line-height: 1.75;
}

.ff-legal-a {
  color: #e04e1f;
  text-decoration: underline;
}

.ff-legal-note {
  color: #7c7b7f;
  border-left: 2px solid #e04e1f;
  margin-top: 48px;
  padding-left: 16px;
  font-family: Inter Tight, sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

.ff-legal-foot {
  grid-column-gap: 18px;
  grid-row-gap: 10px;
  color: #2a2a29;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-top: 1px solid #0a0a0a;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px 28px;
  font-family: Geist Mono, monospace;
  font-size: 10.5px;
  display: flex;
}

.ff-legal-foot-link {
  color: #2a2a29;
  text-decoration: none;
}

.ff-legal-ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 20px;
}

.ff-legal-li {
  color: #2a2a29;
  margin-bottom: 6px;
  font-family: Inter Tight, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.ff-faq2-item {
  border-top: 1px solid #0a0a0a29;
  padding-top: 18px;
  padding-bottom: 18px;
}

.ff-faq2-q {
  color: #0a0a0a;
  cursor: pointer;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  display: block;
}

.ff-faq2-a {
  color: #2a2a29;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.ff-partner-logo {
  opacity: .75;
  object-fit: contain;
  flex-shrink: 0;
  width: auto;
  height: 58px;
  display: block;
}

.ff-ps {
  background-color: #fff;
  border-bottom: 0 #0a0a0a;
  padding: 96px 28px;
  display: block;
}

.ff-ps.ff-teaser {
  background-color: #f1f1f1;
}

.ff-ps.ff-social {
  background-color: #fff;
}

.ff-ps-intro {
  background-color: #fff;
  border-bottom: 1px solid #0a0a0a;
  padding: 150px 28px 80px;
  display: block;
}

.ff-ps-dark {
  background-color: #f1f1f1;
  padding: 96px 28px;
  display: block;
}

.ff-ps-inner {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
}

.ff-eyebrow {
  color: #e04e1f;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Geist Mono, monospace;
  font-size: 12px;
  display: block;
}

.ff-bigh {
  color: #0a0a0a;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 112px;
  font-style: normal;
  line-height: .88;
}

.ff-midh, .ff-midh-light {
  color: #0a0a0a;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 54px;
  line-height: .96;
}

.ff-ps-lead {
  color: #0a0a0a;
  max-width: 860px;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Archivo, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.35;
}

.ff-grid2 {
  grid-column-gap: 56px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  display: grid;
}

.ff-grid3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.ff-check-item {
  color: #0a0a0a;
  border-top: 1px solid #0a0a0a;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Archivo, sans-serif;
  font-size: 21px;
  line-height: 1.4;
  display: block;
}

.ff-reddot {
  background-color: #e04e1f;
  border-radius: 50%;
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  margin-top: 8px;
}

.ff-feat-label {
  color: #7c7b7f;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Geist Mono, monospace;
  font-size: 11px;
  display: block;
}

.ff-feat-h {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Archivo, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.ff-feat-p {
  color: #2a2a29;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.ff-feat {
  border-color: #0a0a0a29;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 24px;
}

.ff-col-h {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Archivo, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
}

.ff-checkgrid {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  margin-top: 48px;
  display: grid;
}

.ff-shead {
  grid-column-gap: 24px;
  border: 1px none var(--white);
  color: #0a0a0a;
  letter-spacing: .14em;
  text-transform: uppercase;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  margin-bottom: 56px;
  padding-bottom: 20px;
  font-family: Geist Mono, sans-serif;
  font-size: 11px;
  display: grid;
}

.ff-shead-num {
  color: #fff;
  background-color: #e04e1f;
  padding: 3px 8px;
  font-weight: 600;
}

.ff-shead-title {
  letter-spacing: .08em;
  font-family: Archivo, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.ff-shead-title.ff-shead-title-l {
  color: #0a0a0a;
}

.ff-shead-meta {
  opacity: .55;
  text-align: right;
}

.ff-werte {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 2px solid #0a0a0a;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.ff-werte-card {
  border-bottom: 2px solid #0a0a0a;
  border-right: 1px solid #0a0a0a29;
  flex-direction: column;
  min-width: 0;
  min-height: 360px;
  padding: 28px 24px 36px;
  display: flex;
}

.ff-werte-top {
  color: #7c7b7f;
  letter-spacing: .14em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 18px;
  font-family: Geist Mono, sans-serif;
  font-size: 10.5px;
  display: flex;
}

.ff-werte-num {
  color: #e04e1f;
  letter-spacing: .1em;
  font-family: Geist Mono, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.ff-werte-title {
  color: #0a0a0a;
  letter-spacing: -.02em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-bottom: 18px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 38px;
  line-height: .9;
}

.ff-werte-text {
  color: #2a2a29;
  margin-top: auto;
  font-family: Inter Tight, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.ff-zahlen2 {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 8px;
  display: grid;
}

.ff-manifest {
  background-color: #0000;
  padding: 110px 28px;
}

.ff-manifest-q {
  color: #0a0a0a;
  letter-spacing: -.025em;
  text-transform: uppercase;
  max-width: 16ch;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 94px;
  font-weight: 700;
  line-height: .9;
}

.ff-stamp2 {
  color: #f1f2f0;
  background-color: #e04e1f;
  padding-left: .1em;
  padding-right: .1em;
  display: inline-block;
}

.ff-manifest-foot {
  grid-column-gap: 32px;
  color: #2a2a29;
  border-top: 1px solid #0a0a0a29;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
  padding-top: 28px;
  font-family: Archivo, sans-serif;
  font-size: 26px;
  line-height: 1.15;
  display: grid;
}

.ff-werte3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 2px solid #0a0a0a;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.ff-shead-l {
  border-bottom-color: #0a0a0a;
}

.ff-shead-title-l {
  color: #f1f2f0;
}

.ff-shead-meta-l {
  color: #2a2a29;
}

.ff-tr-bg {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ff-tr-card {
  z-index: 3;
  background-color: #f1f2f0;
  width: 220px;
  position: absolute;
  bottom: 28px;
  left: 28px;
}

.ff-tr-card.ff-tr-right {
  border: 1px solid #0a0a0a29;
  left: auto;
  right: 28px;
}

.ff-tr-media {
  width: 100%;
  height: 175px;
  position: relative;
  overflow: hidden;
}

.ff-tr-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.ff-tr-tag {
  z-index: 2;
  color: #0a0a0a;
  letter-spacing: .16em;
  text-transform: uppercase;
  background-color: #f1f2f0;
  padding: 4px 8px;
  font-family: Geist Mono, monospace;
  font-size: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.ff-tr-foot {
  border-top: 1px solid #0a0a0a29;
  justify-content: space-between;
  align-items: center;
  padding: 9px 12px;
  display: flex;
}

.ff-tr-cap {
  color: #0a0a0a;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-family: Geist Mono, monospace;
  font-size: 10px;
}

.ff-tr-arrow {
  color: #0a0a0a;
  font-family: Geist Mono, monospace;
  font-size: 11px;
}

.ff-teaser {
  background-color: #f1f2f0;
  border-top: 2px solid #0a0a0a;
  padding: 104px 28px;
}

.ff-cta-row {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  margin-top: 38px;
  display: flex;
}

.ff-cta-ghost {
  color: #e04e1f;
  background-color: #0000;
}

.ff-social {
  background-color: #f1f2f0;
  border-top: 2px solid #0a0a0a;
  padding: 100px 28px;
}

.ff-social-grid {
  grid-column-gap: 14px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 14px;
  width: 100vw;
  margin-top: 44px;
  margin-left: calc(50% - 50vw);
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
  overflow-x: auto;
}

.ff-social-tile {
  aspect-ratio: 4 / 5;
  background-color: #fff;
  flex: 0 0 200px;
  width: 200px;
  display: block;
  position: relative;
  overflow: hidden;
}

.ff-social-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.ff-blog-slide {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  min-height: 440px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ff-blog-bg {
  z-index: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ff-blog-card {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  max-width: 560px;
  padding: 48px;
  position: relative;
}

.ff-blog-text {
  color: #2a2a29;
  margin-top: 14px;
  margin-bottom: 26px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.ff-blog-slider {
  background-color: #fff;
  height: auto;
  padding-bottom: 40px;
}

.ff-blog-mask {
  background-color: #0000;
  height: auto;
  min-height: 440px;
}

.ff-bandhead {
  background-color: #fff;
  border-top: 2px solid #0a0a0a;
  padding: 100px 28px 44px;
}

.ff-faq-group {
  color: #0a0a0a;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 2px solid #0a0a0a;
  margin-top: 56px;
  margin-bottom: 4px;
  padding-bottom: 12px;
  font-family: Archivo, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.ff-cap {
  border-top: 1px solid #0a0a0a;
  padding-top: 20px;
}

.ff-cap-num {
  color: #e04e1f;
  letter-spacing: .14em;
  margin-bottom: 10px;
  font-family: Geist Mono, sans-serif;
  font-size: 12px;
  display: block;
}

.ff-cap-txt {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
}

.ff-berex {
  border-top: 1px solid #0a0a0a29;
}

.ff-aboutband {
  background-color: #f1f1f1;
  border-top: 2px solid #0a0a0a;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ff-aboutimg {
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: 88vh;
  display: block;
}

.ff-showgrid {
  grid-column-gap: 48px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: grid;
}

.ff-showimg {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.ff-just {
  text-align: justify;
  max-width: none;
}

.ff-foot-top {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #000;
  border-bottom: 0 #0a0a0a29;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  max-width: 1180px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: grid;
  position: relative;
}

.ff-foot-col {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ff-foot-h {
  color: #7c7b7f;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Geist Mono, sans-serif;
  font-size: 11px;
}

.ff-foot-link {
  color: #0a0a0a;
  font-family: Archivo, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.ff-foot-adr {
  color: #2a2a29;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Inter Tight, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.ff-tmarq {
  background-color: #f1f1f1;
  border-top: 1px solid #0a0a0a1f;
  border-bottom: 1px solid #0a0a0a1f;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  overflow: hidden;
}

.ff-tmarq-track {
  align-items: center;
  width: max-content;
  animation: 45s linear infinite fftmarq;
  display: flex;
}

.ff-tmarq-item {
  color: #0a0a0a;
  letter-spacing: -.03em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: .28em;
  font-family: Anton, sans-serif;
  font-size: 104px;
  font-weight: 800;
  line-height: 1;
}

.ff-tmarq-dot {
  color: #e04e1f;
  white-space: nowrap;
  padding-right: .28em;
  font-family: Anton, sans-serif;
  font-size: 104px;
  line-height: 1;
}

.ff-vsplit {
  grid-column-gap: 48px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 32px;
  display: grid;
}

.ff-videoph {
  aspect-ratio: auto;
  color: #6b6b6b;
  letter-spacing: .14em;
  text-transform: uppercase;
  background-color: #0a0a0a;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 220px;
  font-family: Geist Mono, sans-serif;
  font-size: 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ff-2col {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
  display: grid;
}

.ff-prodcard {
  background-color: #0000;
  border-top: 1px solid #0a0a0a24;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 100px;
  padding: 28px 0;
  display: flex;
}

.ff-morelink {
  color: #fff;
  letter-spacing: .12em;
  text-transform: uppercase;
  background-color: #e04e1f;
  margin-top: 20px;
  padding: 10px 18px;
  font-family: Geist Mono, sans-serif;
  font-size: 11px;
  text-decoration: none;
  display: inline-block;
}

.ff-spec {
  border-top: 2px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a29;
  margin-top: 8px;
}

.ff-spec-head {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.ff-spec-title {
  color: #0a0a0a;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.ff-spec-plus {
  color: #e04e1f;
  font-family: Geist Mono, sans-serif;
  font-size: 24px;
  line-height: 1;
}

.ff-spec-body {
  max-height: 0;
  transition: max-height .5s;
  overflow: hidden;
}

.ff-spec-grid {
  border-left: 1px solid #0a0a0a1f;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  margin-top: 8px;
  margin-bottom: 28px;
  display: grid;
}

.ff-spec-cell {
  color: #2a2a29;
  border-bottom: 1px solid #0a0a0a1f;
  border-right: 1px solid #0a0a0a1f;
  align-items: center;
  padding: 12px 16px;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  display: flex;
}

.ff-appdetail {
  border-bottom: 1px solid #0a0a0a29;
  margin-top: 8px;
  padding-top: 4px;
  padding-bottom: 40px;
}

.ff-applead {
  color: #7c7b7f;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: Geist Mono, sans-serif;
  font-size: 11px;
}

.ff-chips {
  flex-wrap: wrap;
  display: flex;
}

.ff-chip {
  color: #2a2a29;
  background-color: #fff;
  border: 1px solid #0a0a0a2e;
  align-items: center;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 7px 13px;
  font-family: Inter Tight, sans-serif;
  font-size: 13px;
  display: inline-flex;
}

.ff-prodhero {
  margin-top: 96px;
  display: block;
}

.inline-video-0 {
  object-fit: contain;
  background-color: #0a0a0a;
  width: 100%;
  height: 100%;
  display: block;
}

.inline-video-0-1, .inline-video-0-1-2 {
  object-fit: cover;
  background-color: #0a0a0a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.inline-div-0 {
  display: contents;
}

.inline-video-0-1-2-3, .inline-video-0-1-2-3-4, .inline-video-0-1-2-3-4-5 {
  object-fit: cover;
  background-color: #0a0a0a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.inline-video-0-1-2-3-4-5-6, .inline-video-0-1-2-3-4-5-6-7, .inline-video-0-1-2-3-4-5-6-7-8 {
  width: 100%;
  height: auto;
  display: block;
}

.ff-trenner {
  background-color: #ededed;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.ff-trenner-bg {
  width: 100%;
  height: auto;
  display: block;
}

.ff-trenner-bg-m {
  display: none;
}

.ff-trenner-card {
  color: #0a0a0a;
  background-color: #fff;
  flex-direction: column;
  width: 230px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 28px;
  right: 28px;
  box-shadow: 0 12px 34px #00000024;
}

.ff-trenner-card-top {
  color: #0a0a0a;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 11px 14px;
  font-family: Geist Mono, sans-serif;
  font-size: 10px;
}

.ff-trenner-card-img {
  width: 100%;
  height: auto;
  display: block;
}

.ff-trenner-card-img-m {
  display: none;
}

.ff-trenner-card-foot {
  letter-spacing: .16em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 11px 14px;
  font-family: Geist Mono, sans-serif;
  font-size: 10px;
  display: flex;
}

.ff-trenner-arrow {
  font-size: 12px;
}

.ff-lang {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  letter-spacing: .12em;
  text-transform: uppercase;
  align-items: center;
  font-family: Geist Mono, sans-serif;
  font-size: 12px;
  display: flex;
}

.ff-lang-opt {
  color: #0a0a0a80;
  text-decoration: none;
}

.ff-lang-opt:hover {
  color: #0a0a0a;
}

.ff-lang-active {
  color: #e04e1f;
  font-weight: 600;
}

.ff-lang-sep {
  color: #0a0a0a4d;
}

.ff-lang-mobile {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin: 10px 4px 2px;
  font-size: 13px;
}

.ff-hp {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

.ff-hp-input, .ff-hp-input._w-input {
  width: 1px;
}

.ff-form-script, .ff-form-embed {
  display: none;
}

@media screen and (max-width: 991px) {
  .ff-navlinks, .ff-cta {
    display: none;
  }

  .ff-hero-mark {
    font-size: 220px;
  }

  .ff-hero-lead, .ff-lead {
    font-size: 24px;
  }

  .ff-ueber-h {
    font-size: 84px;
  }

  .ff-ueber-grid {
    grid-template-columns: 1fr;
  }

  .ff-ueber-lead {
    font-size: 22px;
  }

  .ff-pf-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ff-pf-title {
    font-size: 40px;
  }

  .ff-zahl-num {
    font-size: 80px;
  }

  .ff-stroke-text {
    font-size: 76px;
  }

  .ff-collbar-h {
    font-size: 44px;
  }

  .ff-line {
    grid-template-columns: 1fr;
  }

  .ff-line-title {
    font-size: 44px;
  }

  .ff-anw-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ff-anw-name {
    font-size: 40px;
  }

  .ff-partner-h {
    font-size: 84px;
  }

  .ff-partner-cta {
    grid-template-columns: 1fr;
  }

  .ff-partner-cta-h {
    font-size: 44px;
  }

  .ff-faq-grid {
    grid-template-columns: 1fr;
  }

  .ff-faq-h {
    font-size: 68px;
  }

  .ff-faq-summary {
    font-size: 19px;
  }

  .ff-kontakt-h {
    font-size: 84px;
  }

  .ff-marq-item {
    font-size: 130px;
  }

  .ff-burger {
    margin-left: auto;
    display: flex;
  }

  .ff-bigh {
    font-size: 44px;
  }

  .ff-checkgrid {
    grid-template-columns: 1fr;
  }

  .ff-shead {
    grid-template-columns: auto 1fr;
    margin-bottom: 36px;
  }

  .ff-shead-meta {
    display: none;
  }

  .ff-werte {
    grid-template-columns: 1fr 1fr;
  }

  .ff-werte-title {
    font-size: 36px;
  }

  .ff-zahlen2 {
    grid-template-columns: 1fr 1fr;
  }

  .ff-manifest {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .ff-manifest-q {
    font-size: 64px;
  }

  .ff-manifest-foot {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .ff-werte3 {
    grid-template-columns: 1fr 1fr;
  }

  .ff-social-grid {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .ff-showgrid {
    grid-template-columns: 1fr;
  }

  .ff-foot-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .ff-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ff-hero-top {
    grid-template-columns: 1fr;
  }

  .ff-hero-mark {
    font-size: 150px;
  }

  .ff-hero-lead {
    font-size: 20px;
  }

  .ff-hero-bottom {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .ff-lead {
    font-size: 20px;
  }

  .ff-ueber {
    padding: 60px 20px;
  }

  .ff-ueber-h {
    font-size: 58px;
  }

  .ff-ueber-lead {
    font-size: 20px;
  }

  .ff-pfeiler {
    padding: 60px 20px;
  }

  .ff-pf-grid {
    grid-template-columns: 1fr;
  }

  .ff-pf-title {
    font-size: 36px;
  }

  .ff-zahlen {
    padding: 60px 20px;
  }

  .ff-zahlen-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ff-zahl-num {
    font-size: 62px;
  }

  .ff-stroke-text {
    font-size: 52px;
  }

  .ff-collbar {
    padding: 60px 20px;
  }

  .ff-collbar-h {
    font-size: 38px;
  }

  .ff-coll-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ff-welten {
    padding: 60px 20px;
  }

  .ff-line-title {
    font-size: 40px;
  }

  .ff-anwendung {
    padding: 60px 20px;
  }

  .ff-anw-grid {
    grid-template-columns: 1fr;
  }

  .ff-anw-name {
    font-size: 36px;
  }

  .ff-partner {
    padding: 60px 20px;
  }

  .ff-partner-h {
    font-size: 58px;
  }

  .ff-partner-cta-h {
    font-size: 36px;
  }

  .ff-faq {
    padding: 60px 20px;
  }

  .ff-faq-h {
    font-size: 52px;
  }

  .ff-faq-summary {
    font-size: 17px;
  }

  .ff-kontakt {
    padding: 60px 20px;
  }

  .ff-kontakt-h {
    font-size: 58px;
  }

  .ff-kinfo {
    grid-template-columns: 1fr;
  }

  .ff-foot {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .ff-foot-right {
    text-align: left;
  }

  .ff-marq-item {
    font-size: 92px;
  }

  .ff-vbox {
    max-width: none;
    padding: 20px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .ff-vbox-h {
    font-size: 21px;
  }

  .ff-legal-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ff-legal-main {
    padding: 96px 20px 64px;
  }

  .ff-legal-h1 {
    margin-bottom: 24px;
    padding-bottom: 20px;
    font-size: 48px;
  }

  .ff-legal-lead {
    font-size: 19px;
  }

  .ff-legal-h2 {
    margin-top: 40px;
    font-size: 23px;
  }

  .ff-ps {
    padding: 60px 20px;
  }

  .ff-ps-intro {
    padding: 110px 20px 48px;
  }

  .ff-ps-dark {
    padding: 60px 20px;
  }

  .ff-bigh {
    font-size: 40px;
  }

  .ff-midh, .ff-midh-light {
    font-size: 34px;
  }

  .ff-ps-lead {
    font-size: 20px;
  }

  .ff-grid2 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .ff-grid3 {
    grid-template-columns: 1fr;
  }

  .ff-col-h {
    font-size: 22px;
  }

  .ff-checkgrid, .ff-werte {
    grid-template-columns: 1fr;
  }

  .ff-werte-card {
    border-right-width: 0;
    min-height: auto;
  }

  .ff-zahlen2 {
    grid-template-columns: 1fr;
  }

  .ff-manifest-q {
    font-size: 46px;
  }

  .ff-werte3 {
    grid-template-columns: 1fr;
  }

  .ff-tr-card {
    width: 180px;
    bottom: 16px;
    left: 16px;
  }

  .ff-tr-card.ff-tr-right {
    left: auto;
    right: 16px;
  }

  .ff-tr-media {
    height: 140px;
  }

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

  .ff-trenner-bg-m {
    display: block;
  }

  .ff-trenner-card {
    width: 150px;
    bottom: 14px;
    right: 14px;
  }

  .ff-trenner-card-img-m {
    display: block;
  }

  .ff-trenner-bg-d, .ff-trenner-card-img-d {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .ff-hero-mark {
    font-size: 104px;
  }

  .ff-ueber-h {
    font-size: 46px;
  }

  .ff-zahl-num {
    font-size: 52px;
  }

  .ff-stroke-text {
    font-size: 40px;
  }

  .ff-partner-h {
    font-size: 46px;
  }

  .ff-faq-h {
    font-size: 42px;
  }

  .ff-kontakt-h {
    font-size: 46px;
  }

  .ff-marq-item {
    font-size: 64px;
  }
}


