/* Generated FOLD CSS bundle: homepage. Do not edit directly. */



/* ==========================================================
   GLOBAL COMPONENTS CSS V2.0 BEGINNT
   EINHEITLICHE TYPOGRAFIE + KOMPONENTEN
========================================================== */

/* ==========================================================
   HERO
========================================================== */

.fold-hero{
    padding:90px 40px;
    background:var(--fold-surface);
}

.fold-hero__inner{
    width:100%;
    max-width:1100px;
    margin:0 auto;
}

.fold-hero__content{
    max-width:760px;
}

.fold-hero__eyebrow{
    display:block;
    margin:0 0 16px;

    color:#A97900;

    font-family:"Inter",Arial,sans-serif;
    font-size:12px;
    font-weight:800;
    line-height:1.2;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.fold-hero__title{
    display:block;
    margin:0;
    padding:0;

    color:var(--fold-text);

    font-family:"Oswald",Arial,sans-serif;
    font-size:64px;
    font-weight:600;
    line-height:1.02;
    letter-spacing:-.02em;
    text-transform:none;

    white-space:normal;
    word-break:normal;
    overflow-wrap:normal;
    hyphens:none;
}

.fold-hero__title--light{
    color:#FFFFFF;
}

.fold-hero__line{
    display:block;
    width:70px;
    min-width:70px;
    max-width:70px;
    height:4px;
    min-height:4px;
    max-height:4px;
    margin:24px 0 30px;

    background:var(--fold-accent);
    border:0;
    border-radius:999px;
}

.fold-hero__text{
    max-width:620px;
    margin:0;
    font-size:19px;
    line-height:1.65;
}

.fold-hero__actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:40px;
}

.fold-button{
    min-width:170px;
}

/* ==========================================================
   SECTION HEADER
========================================================== */

.fold-section-header{
    max-width:980px;
    margin-bottom:48px;
}

.fold-eyebrow{
    display:block;
    margin:0 0 16px;

    color:#A97900;

    font-family:"Inter",Arial,sans-serif;
    font-size:12px;
    font-weight:800;
    line-height:1.2;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.fold-title{
    display:block;
    margin:0;
    padding:0;

    color:var(--fold-text);

    font-family:"Oswald",Arial,sans-serif;
    font-size:54px;
    font-weight:600;
    line-height:1.07;
    letter-spacing:-.015em;
    text-transform:none;

    white-space:normal;
    word-break:normal;
    overflow-wrap:normal;
    hyphens:none;
}

.fold-title--light{
    color:#FFFFFF;
}

.fold-title-line{
    display:block;
    width:70px;
    min-width:70px;
    max-width:70px;
    height:4px;
    min-height:4px;
    max-height:4px;
    margin:24px 0 30px;

    background:var(--fold-accent);
    border:0;
    border-radius:999px;
}

.fold-text{
    max-width:680px;
    margin:0;
    font-size:19px;
    line-height:1.7;
}

/* ==========================================================
   CARDS
========================================================== */

.fold-card{
    padding:36px;
    background:var(--fold-surface);
    border:1px solid var(--fold-border);
    border-radius:var(--fold-radius);
    transition:transform .25s ease, box-shadow .25s ease;
}

.fold-card:hover{
    transform:translateY(-4px);
    box-shadow:var(--fold-shadow);
}

.fold-card h3{
    margin-bottom:16px;
}

.fold-card p:last-child{
    margin-bottom:0;
}

/* ==========================================================
   IMAGE
========================================================== */

.fold-image{
    overflow:hidden;
    border-radius:var(--fold-radius);
}

.fold-image img{
    display:block;
    width:100%;
    height:auto;
    transition:transform .35s ease;
}

.fold-image:hover img{
    transform:scale(1.03);
}

/* ==========================================================
   FEATURE
========================================================== */

.fold-feature{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.fold-feature-title{
    font-size:28px;
}

.fold-feature-text{
    color:var(--fold-text-light);
}

/* ==========================================================
   CTA
========================================================== */

.fold-cta{
    padding:80px;
    background:var(--fold-surface);
    border:1px solid var(--fold-border);
    border-radius:var(--fold-radius-lg);
    text-align:center;
}

.fold-cta .fold-text{
    margin-left:auto;
    margin-right:auto;
}

/* ==========================================================
   QUOTE
========================================================== */

.fold-quote{
    padding:48px;
    background:var(--fold-surface);
    border-left:5px solid var(--fold-accent);
    border-radius:var(--fold-radius);
}

/* ==========================================================
   NUMBER
========================================================== */

.fold-number{
    font-family:"Oswald",Arial,sans-serif;
    font-size:80px;
    font-weight:600;
    line-height:1;
    color:var(--fold-accent);
}

/* ==========================================================
   FEATURE GRID
========================================================== */

.fold-feature-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:32px;
}

.fold-feature-card{
    padding:32px;
    background:var(--fold-surface);
    border:1px solid var(--fold-border);
    border-radius:var(--fold-radius);
}

.fold-feature-card h3{
    margin:0 0 16px;
    font-size:28px;
}

.fold-feature-card p{
    margin:0;
    color:var(--fold-text-light);
}

/* ==========================================================
   GLOBAL COMPONENTS CSS V2.0 ENDET

   FOLD HOMEPAGE COMPONENTS CSS V12.2 BEGINNT
   Abgestimmt auf Modelle, Zubehör und Support
========================================================== */


/* ==========================================================
   0. DESIGN TOKENS / BASIS
========================================================== */

.fold-clean{
  --fc-width:93%;
  --fc-max:1680px;
  --fc-space:40px;

  --fc-yellow:#FACA30;
  --fc-yellow-hover:#FFD743;

  --fc-black:#111111;
  --fc-text:#4B4F56;
  --fc-white:#FFFFFF;

  --fc-surface:#F7F7F4;
  --fc-border:#DEDEDE;

  --fc-radius:16px;
  --fc-button-radius:16px;

  width:100%;
  margin:0;
  padding:0;

  overflow:hidden;

  background:var(--fc-white);
  color:var(--fc-black);

  font-family:"Inter",Arial,sans-serif;
}

.fold-clean,
.fold-clean *,
.fold-clean *::before,
.fold-clean *::after{
  box-sizing:border-box;
}

.fold-clean img{
  display:block;
  max-width:100%;
  margin:0;
  padding:0;
}

.fold-clean h1,
.fold-clean h2,
.fold-clean h3,
.fold-clean p{
  margin-top:0;
}

.fold-clean h1,
.fold-clean h2,
.fold-clean h3{
  color:var(--fc-black);

  font-family:"Oswald",Arial,sans-serif;
  font-weight:600;
  line-height:1.08;

  text-transform:none;
}


/* ==========================================================
   1. HAUPTCONTAINER
========================================================== */

.fold-clean .fc-section,
.fold-clean .fc-features{
  width:var(--fc-width);
  max-width:var(--fc-max);

  margin-right:auto;
  margin-left:auto;
}

.fold-clean .fc-section{
  margin-top:var(--fc-space);
}

.fold-clean .fc-features{
  margin-top:var(--fc-space);
  margin-bottom:var(--fc-space);
}


/* ==========================================================
   2. GEMEINSAME KARTEN
========================================================== */

.fold-clean .fc-card{
  width:100%;
  min-width:0;

  background:var(--fc-surface);
  border:1px solid var(--fc-border);
  border-radius:var(--fc-radius);
}

.fold-clean .fc-media{
  position:relative;

  width:100%;
  min-width:0;

  overflow:hidden;

  background:var(--fc-surface);
  border-radius:var(--fc-radius);
}

.fold-clean .fc-media img{
  width:100% !important;
  height:100% !important;

  object-fit:cover;
  object-position:center;

  border-radius:inherit;
}


/* ==========================================================
   3. TYPOGRAFIE
========================================================== */

.fold-clean .fc-eyebrow{
  display:block;

  width:100%;

  margin:0 0 12px;

  color:#A97900 !important;
  -webkit-text-fill-color:#A97900 !important;

  font-family:"Inter",Arial,sans-serif;
  font-size:13px;
  font-weight:800;
  line-height:1.15;
  letter-spacing:.15em;

  text-transform:uppercase;
}

.fold-clean .fc-title{
  width:100%;
  min-width:0;

  margin:0;

  color:var(--fc-black) !important;
  -webkit-text-fill-color:var(--fc-black) !important;

  font-family:"Oswald",Arial,sans-serif;
  font-size:42px !important;
  font-weight:600;
  line-height:1.08;
  letter-spacing:-.01em;

  word-break:normal;
  overflow-wrap:normal;
  hyphens:none;
}

.fold-clean .fc-line{
  display:block;

  width:58px;
  height:2px;

  margin:16px 0 20px;

  background:var(--fc-yellow);
  border-radius:999px;
}

.fold-clean .fc-copy{
  width:100%;
  max-width:540px;
}

.fold-clean .fc-copy p,
.fold-clean .fc-performance__intro p{
  margin:0 0 18px;

  color:var(--fc-text);

  font-family:"Inter",Arial,sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:1.65;
}

.fold-clean .fc-copy p:last-child{
  margin-bottom:0;
}


/* ==========================================================
   4. HERO
   BASIS OHNE RAHMEN / OHNE VERLAUF
========================================================== */

.fold-clean .fc-hero{
  position:relative;

  width:100%;

  margin:0;
  padding:0;

  overflow:hidden;

  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}

.fold-clean .fc-hero__image{
  display:block;

  width:100% !important;
  height:clamp(640px,78vh,860px) !important;

  object-fit:cover !important;
  object-position:center center !important;

  border:0 !important;
  border-radius:inherit;
  box-shadow:none !important;
}

.fold-clean .fc-hero::before,
.fold-clean .fc-hero::after{
  display:none !important;
  content:none !important;
  background:none !important;
  background-image:none !important;
}

.fold-clean .fc-hero__image{
  filter:none !important;
}

.fold-clean .fc-hero__claim{
  position:absolute;
  z-index:2;

  left:clamp(24px,3.5vw,58px);
  bottom:clamp(106px,9vw,128px);

  width:auto;
  max-width:min(780px,76vw);

  margin:0;
  padding:0;

  color:var(--fc-white) !important;
  -webkit-text-fill-color:var(--fc-white) !important;

  font-family:"Oswald",Arial,sans-serif;
  font-size:clamp(34px,3.4vw,58px) !important;
  font-weight:700;
  line-height:1.03;
  letter-spacing:-.025em;

  text-transform:none;
  text-shadow:0 2px 14px rgba(0,0,0,.30);

  white-space:normal;
  word-break:normal;
  overflow-wrap:normal;
  hyphens:none;
}

.fold-clean .fc-hero__actions{
  position:absolute;
  z-index:2;

  right:clamp(24px,3.5vw,58px);
  bottom:34px;
  left:clamp(24px,3.5vw,58px);

  display:flex;
  align-items:center;
  gap:12px;
}


/* ==========================================================
   5. BUTTONS
   EINHEITLICH 16 PX RADIUS
========================================================== */

.fold-clean .fc-btn,
.fold-clean .fc-model-button{
  position:relative;

  width:196px;
  min-width:196px;
  max-width:196px;

  height:46px;
  min-height:46px;
  max-height:46px;

  display:inline-flex;
  align-items:center;

  margin:0;
  padding:0 48px 0 17px;

  border:1px solid transparent;
  border-radius:var(--fc-button-radius) !important;

  color:var(--fc-black) !important;

  font-family:"Inter",Arial,sans-serif;
  font-size:13px;
  font-weight:800;
  line-height:1;

  text-decoration:none !important;
  white-space:nowrap;

  transition:
    background-color .2s ease,
    border-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.fold-clean .fc-btn--yellow,
.fold-clean .fc-model-button{
  background:var(--fc-yellow);
  border-color:var(--fc-yellow);
}

.fold-clean .fc-btn--white{
  background:var(--fc-white);
  border-color:var(--fc-border);
}

.fold-clean .fc-btn__icon,
.fold-clean .fc-model-button__icon{
  position:absolute;

  top:50%;
  right:6px;

  width:32px;
  height:32px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:var(--fc-black);
  border-radius:50%;

  color:var(--fc-white);

  font-family:Arial,sans-serif;
  font-size:15px;

  transform:translateY(-50%);
}

.fold-clean .fc-btn:hover,
.fold-clean .fc-model-button:hover{
  transform:translateY(-2px);
  box-shadow:0 9px 20px rgba(0,0,0,.12);
}


/* ==========================================================
   6. DIE IDEE
========================================================== */

.fold-clean .fc-idea{
  display:grid;
  grid-template-columns:minmax(430px,38%) minmax(0,62%);
  align-items:stretch;

  gap:22px;
}

.fold-clean .fc-idea__text,
.fold-clean .fc-idea__media{
  min-height:560px;
}

.fold-clean .fc-idea__text{
  padding:42px 36px;

  display:flex;
  flex-direction:column;
  justify-content:center;
}


/* ==========================================================
   7. PERFORMANCE
   FLEX CONTENT, DAMIT HIGHLIGHT-KARTE NICHT GESTRECKT WIRD
========================================================== */

.fold-clean .fc-performance{
  display:grid;
  grid-template-columns:minmax(0,62%) minmax(430px,38%);
  align-items:stretch;

  gap:22px;
}

.fold-clean .fc-performance__media{
  position:relative;

  min-height:560px;
}

.fold-clean .fc-performance__media img{
  position:absolute;
  inset:0;

  width:100% !important;
  height:100% !important;

  object-fit:cover;
  object-position:center 56%;
}

.fold-clean .fc-performance__content{
  min-width:0;
  min-height:560px;

  padding:34px 30px 24px;

  display:flex;
  flex-direction:column;

  gap:0;

  overflow:hidden;
}

.fold-clean .fc-performance__intro{
  flex:0 0 auto;
}

.fold-clean .fc-performance__intro p{
  margin:0;
}


/* ==========================================================
   8. PERFORMANCE STATS
========================================================== */

.fold-clean .fc-stats{
  flex:0 0 auto;

  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));

  gap:10px;

  margin:22px 0 0;
}

.fold-clean .fc-stat{
  min-width:0;
  min-height:82px;

  padding:14px 16px;

  background:var(--fc-white);
  border:1px solid var(--fc-border);
  border-radius:16px;
}

.fold-clean .fc-stat strong{
  display:block;

  margin:0 0 5px;

  font-family:"Oswald",Arial,sans-serif;
  font-size:26px;
  font-weight:600;
  line-height:1;
}

.fold-clean .fc-stat small{
  display:block;

  color:#555B64;

  font-size:10.5px;
  line-height:1.35;
}


/* ==========================================================
   9. TECHNISCHE HIGHLIGHTS
   KOMPAKT / GLEICHMÄSSIG / KEIN STRETCHING
========================================================== */

.fold-clean .fc-tech{
  position:relative;

  flex:0 0 auto !important;

  width:100%;
  min-height:0 !important;
  height:auto !important;

  margin:14px 0 0;
  padding:24px 24px 24px 30px;

  display:flex;
  flex-direction:column;
  justify-content:center;

  background:var(--fc-white);
  border:1px solid var(--fc-border);
  border-radius:16px;
}

.fold-clean .fc-tech::before{
  content:"";

  position:absolute;

  top:22px;
  bottom:22px;
  left:0;

  width:2px;

  background:var(--fc-yellow);
  border-radius:0 999px 999px 0;
}

.fold-clean .fc-tech h3{
  margin:0 0 10px;

  font-family:"Inter",Arial,sans-serif;
  font-size:18px;
  font-weight:700;
  line-height:1.25;
  letter-spacing:-.02em;
}

.fold-clean .fc-tech p{
  margin:0;

  color:#555B64;

  font-family:"Inter",Arial,sans-serif;
  font-size:14px;
  font-weight:400;
  line-height:1.6;
}


/* ==========================================================
   10. SECTION HEAD
========================================================== */

.fold-clean .fc-section-head{
  width:100%;

  margin:0 0 22px;
}


/* ==========================================================
   11. KOMPAKT ZU HAUSE
========================================================== */

.fold-clean .fc-storage__head{
  margin-bottom:26px;
}

.fold-clean .fc-storage__title{
  white-space:nowrap;
}

.fold-clean .fc-storage__copy{
  width:100%;
  max-width:none;
}

.fold-clean .fc-storage__copy p{
  width:100%;

  margin:0 0 8px;

  line-height:1.55;
}

.fold-clean .fc-storage__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));

  gap:18px;
}

.fold-clean .fc-storage-card{
  position:relative;

  height:480px;

  overflow:hidden;

  border-radius:var(--fc-radius);
}

.fold-clean .fc-storage-card img{
  position:absolute;
  inset:0;

  width:100% !important;
  height:100% !important;

  object-fit:cover;
}

.fold-clean .fc-storage-card::after{
  content:"";

  position:absolute;
  inset:48% 0 0;

  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(0,0,0,.44)
    );
}

.fold-clean .fc-storage-card h3{
  position:absolute;
  z-index:2;

  right:22px;
  bottom:22px;
  left:22px;

  margin:0;

  color:var(--fc-white) !important;

  font-family:"Inter",Arial,sans-serif;
  font-size:26px;
  font-weight:400;
  line-height:1;
}


/* ==========================================================
   12. MODELLE
========================================================== */

.fold-clean .fc-lineup .fc-section-head{
  max-width:900px;
}

.fold-clean .fc-lineup__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));

  align-items:stretch;

  gap:19px;
}

.fold-clean .fc-model-card{
  min-width:0;

  display:flex;
  flex-direction:column;

  overflow:hidden;

  background:var(--fc-surface);
  border:1px solid var(--fc-border);
  border-radius:16px;
}

.fold-clean .fc-model-card__accent{
  display:none;
}

.fold-clean .fc-model-card__image{
  height:390px;

  padding:42px 24px 8px;
}

.fold-clean .fc-model-card__image img{
  width:100% !important;
  height:100% !important;

  object-fit:contain;
  object-position:center;
}

.fold-clean .fc-model-card__content{
  flex:1 1 auto;

  padding:18px 24px 24px;

  display:flex;
  flex-direction:column;
}

.fold-clean .fc-model-card__content h3{
  margin:0 0 9px;

  font-family:"Oswald",Arial,sans-serif;
  font-size:34px;
  font-weight:600;
  line-height:1.05;
  letter-spacing:-.01em;
}

.fold-clean .fc-model-card__content p{
  min-height:52px;

  margin:0 0 18px;

  color:var(--fc-text);

  font-size:15px;
  line-height:1.65;

  white-space:normal;
}

.fold-clean .fc-model-button{
  margin-top:auto;
}


/* ==========================================================
   13. FALTEN
========================================================== */

.fold-clean .fc-folding{
  display:grid;
  grid-template-columns:minmax(0,62%) minmax(430px,38%);

  align-items:stretch;

  gap:22px;
}

.fold-clean .fc-folding__media,
.fold-clean .fc-folding__text{
  min-height:560px;
}

.fold-clean .fc-folding__text{
  padding:42px 36px;

  display:flex;
  flex-direction:column;
  justify-content:center;
}


/* ==========================================================
   14. KOMPAKT UNTERWEGS
========================================================== */

.fold-clean .fc-travel{
  display:grid;
  grid-template-columns:minmax(430px,38%) minmax(0,62%);

  align-items:stretch;

  gap:22px;
}

.fold-clean .fc-travel__text,
.fold-clean .fc-travel__media{
  min-height:560px;
}

.fold-clean .fc-travel__text{
  padding:42px 36px;

  display:flex;
  flex-direction:column;
  justify-content:center;
}


/* ==========================================================
   15. FEATURES
========================================================== */

.fold-clean .fc-features{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));

  gap:18px;
}

.fold-clean .fc-features article{
  position:relative;

  min-height:210px;

  padding:30px 24px 24px;

  background:var(--fc-surface);
  border:1px solid #E1E1DC;
  border-radius:16px;
}

.fold-clean .fc-features article::before{
  content:none;
  display:none;
}

.fold-clean .fc-features article > span{
  display:block;

  margin-bottom:26px;

  color:#A97900;

  font-family:"Oswald",Arial,sans-serif;
  font-size:22px;
}

.fold-clean .fc-features article h3{
  margin:0 0 14px;

  font-size:28px;
}

.fold-clean .fc-features article p{
  margin:0;

  color:var(--fc-text);

  font-size:14px;
  line-height:1.62;
}



/* ==========================================================
   16. HERO CLAIM RESPONSIVE
========================================================== */

@media (max-width:1100px){

  .fold-clean .fc-title{
    font-size:38px !important;
  }

  .fold-clean .fc-idea,
  .fold-clean .fc-performance,
  .fold-clean .fc-folding,
  .fold-clean .fc-travel{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .fold-clean .fc-idea__text,
  .fold-clean .fc-idea__media,
  .fold-clean .fc-performance__media,
  .fold-clean .fc-performance__content,
  .fold-clean .fc-folding__media,
  .fold-clean .fc-folding__text,
  .fold-clean .fc-travel__text,
  .fold-clean .fc-travel__media{
    min-height:500px;
  }

  .fold-clean .fc-features{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .fold-clean .fc-model-card__image{
    height:340px;
  }

}

@media (max-width:900px){

  .fold-clean .fc-idea,
  .fold-clean .fc-performance,
  .fold-clean .fc-folding,
  .fold-clean .fc-travel{
    grid-template-columns:1fr;
  }

  .fold-clean .fc-idea__text,
  .fold-clean .fc-performance__content,
  .fold-clean .fc-folding__text,
  .fold-clean .fc-travel__text{
    min-height:0;
  }

  .fold-clean .fc-idea__media,
  .fold-clean .fc-performance__media,
  .fold-clean .fc-folding__media,
  .fold-clean .fc-travel__media{
    min-height:460px;
  }

  .fold-clean .fc-storage__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .fold-clean .fc-storage__grid > :last-child{
    grid-column:1 / -1;
  }

  .fold-clean .fc-hero__claim{
    left:4%;
    bottom:136px;
    max-width:84vw;
  }

}

@media (max-width:767px){

  .fold-clean{
    --fc-width:92%;
    --fc-space:32px;
  }

  .fold-clean .fc-title{
    font-size:34px !important;
  }

  .fold-clean .fc-eyebrow{
    font-size:11px;
  }

  .fold-clean .fc-copy p,
  .fold-clean .fc-performance__intro p{
    font-size:15px;
    line-height:1.6;
  }

  .fold-clean .fc-hero__image{
    height:680px !important;
    object-position:center center !important;
  }

  .fold-clean .fc-hero__claim{
    right:20px;
    left:20px;
    bottom:132px;

    max-width:none;

    font-size:clamp(27px,8vw,40px) !important;
    line-height:1.06 !important;
  }

  .fold-clean .fc-hero__actions{
    right:20px;
    bottom:24px;
    left:20px;
  }

  .fold-clean .fc-btn{
    width:calc(50% - 5px);
    min-width:0;
    max-width:none;
    padding-left:14px;
  }

  .fold-clean .fc-idea__text,
  .fold-clean .fc-performance__content,
  .fold-clean .fc-folding__text,
  .fold-clean .fc-travel__text{
    padding:28px 22px;
  }

  .fold-clean .fc-idea__media,
  .fold-clean .fc-performance__media,
  .fold-clean .fc-folding__media,
  .fold-clean .fc-travel__media{
    min-height:390px;
  }

  .fold-clean .fc-storage__title{
    white-space:normal;
  }

  .fold-clean .fc-storage__grid,
  .fold-clean .fc-lineup__grid,
  .fold-clean .fc-features{
    grid-template-columns:1fr;
  }

  .fold-clean .fc-storage__grid > :last-child{
    grid-column:auto;
  }

  .fold-clean .fc-storage-card{
    height:420px;
  }

  .fold-clean .fc-model-card__image{
    height:290px;
    padding:28px 18px 6px;
  }

  .fold-clean .fc-model-card__content{
    padding:16px 20px 20px;
  }

  .fold-clean .fc-model-button{
    width:100%;
    min-width:0;
    max-width:none;
  }

  .fold-clean .fc-features article{
    min-height:0;
  }

}

/* ==========================================================
   HOMEPAGE HERO — WIDE SCREEN
   Nur große Desktop-Monitore
========================================================== */


@media (min-width:1600px){

  .fold-clean .fc-hero__image{
    height:clamp(720px,42vw,820px) !important;
    aspect-ratio:auto;
    object-fit:cover !important;
    object-position:center 54% !important;
  }

}

/* ==========================================================
   FOLD HOMEPAGE COMPONENTS CSS V12.0 ENDET

   FOLD FOOTER COMPONENTS CSS V5.1 BEGINNT
========================================================== */


/* ==========================================================
   0. GRUNDEINSTELLUNGEN UND VARIABLEN
========================================================== */

.fold-footer{
  --ff-black:#111111;
  --ff-text:#36383D;
  --ff-muted:#74777D;

  --ff-yellow:#FACA30;
  --ff-yellow-hover:#FFD743;

  --ff-white:#FFFFFF;
  --ff-surface:#F7F7F4;
  --ff-hover:#EFEFEA;

  --ff-border:#E3E3DD;
  --ff-input-border:#D4D4CE;

  --ff-radius:16px;

  width:100%;

  padding:58px 0 18px;

  background:var(--ff-surface);
  border-top:1px solid var(--ff-border);

  color:var(--ff-black);

  font-family:"Inter",Arial,sans-serif;
  font-size:16px;
  line-height:1.5;
}

.fold-footer,
.fold-footer *,
.fold-footer *::before,
.fold-footer *::after{
  box-sizing:border-box;
}

.fold-footer a{
  color:inherit;
}

.fold-footer img,
.fold-footer svg{
  display:block;
}

.fold-footer button,
.fold-footer input,
.fold-footer select{
  font:inherit;
}

.fold-footer__inner{
  width:min(94%,1680px);
  margin:0 auto;
}


/* ==========================================================
   1. HAUPTBEREICH
========================================================== */

.fold-footer__main{
  display:grid;

  grid-template-columns:
    minmax(250px,1.15fr)
    minmax(135px,.62fr)
    minmax(150px,.72fr)
    minmax(135px,.62fr)
    minmax(300px,1.2fr);

  align-items:start;
  gap:38px;

  padding-bottom:48px;
}


/* ==========================================================
   2. MARKE
========================================================== */

.fold-footer__brand{
  min-width:0;
  max-width:360px;
}


/* ==========================================================
   3. LOGO
========================================================== */

.fold-footer__logo{
  width:126px;
  max-width:100%;

  display:inline-flex;
  align-items:center;
  justify-content:flex-start;

  margin:0 0 22px;

  color:var(--ff-black) !important;

  text-decoration:none !important;
}

.fold-footer__logo img{
  width:100%;
  height:auto;
  max-height:50px;

  object-fit:contain;
  object-position:left center;
}


/* ==========================================================
   4. CLAIM
========================================================== */

.fold-footer__claim{
  margin:0 0 18px;

  color:var(--ff-black);

  font-family:"Oswald",Arial,sans-serif;
  font-size:26px;
  font-weight:600;
  line-height:1.16;
  letter-spacing:-.01em;
}


/* ==========================================================
   5. MARKENTEXT
========================================================== */

.fold-footer__brand-text{
  max-width:335px;

  margin:0;

  color:var(--ff-text);

  font-size:13px;
  font-weight:400;
  line-height:1.68;
}


/* ==========================================================
   6. SPALTENÜBERSCHRIFTEN
========================================================== */

.fold-footer__heading{
  position:relative;

  display:inline-block;

  margin:0 0 22px;
  padding-bottom:10px;

  color:var(--ff-black);

  font-size:10px;
  font-weight:800;
  line-height:1;
  letter-spacing:.18em;

  text-transform:uppercase;
}

.fold-footer__heading::after{
  content:"";

  position:absolute;
  left:0;
  bottom:0;

  width:28px;
  height:3px;

  background:var(--ff-yellow);
  border-radius:999px;
}


/* ==========================================================
   7. LINKSPALTEN
========================================================== */

.fold-footer__column{
  min-width:0;
}

.fold-footer__links{
  display:grid;
  gap:12px;

  margin:0;
  padding:0;

  list-style:none;
}

.fold-footer__links li{
  margin:0;
  padding:0;
}

.fold-footer__links a{
  position:relative;

  display:inline-block;

  color:var(--ff-text) !important;

  font-size:13px;
  font-weight:600;
  line-height:1.4;
  letter-spacing:-.01em;

  text-decoration:none !important;

  transition:
    color .2s ease,
    transform .2s ease;
}

.fold-footer__links a::after{
  content:"";

  position:absolute;
  left:0;
  bottom:-3px;

  width:0;
  height:1.5px;

  background:var(--ff-yellow);

  transition:width .2s ease;
}

.fold-footer__links a:hover{
  color:var(--ff-black) !important;

  transform:translateX(2px);
}

.fold-footer__links a:hover::after{
  width:100%;
}

.fold-footer__links a:focus-visible{
  outline:2px solid var(--ff-yellow);
  outline-offset:4px;

  border-radius:3px;
}


/* ==========================================================
   8. NEWSLETTER
========================================================== */

.fold-footer__newsletter{
  min-width:0;
}

.fold-footer__newsletter-text{
  max-width:420px;

  margin:0 0 20px;

  color:var(--ff-text);

  font-size:13px;
  font-weight:400;
  line-height:1.65;
}

.fold-footer__newsletter-form{
  width:100%;
}


/* ==========================================================
   9. FLUENT FORMS NEWSLETTER – GRUNDLAGE
========================================================== */

.fold-footer__newsletter-form .fluentform,
.fold-footer__newsletter-form form,
#fluentform_4{
  width:100% !important;

  margin:0 !important;
  padding:0 !important;
}

#fluentform_4 .ff-el-group{
  margin-bottom:14px !important;
}

#fluentform_4 .ff-el-group:last-child{
  margin-bottom:0 !important;
}

#fluentform_4 .ff-el-input--content{
  width:100% !important;

  margin:0 !important;
  padding:0 !important;
}

#fluentform_4 label{
  color:var(--ff-text);

  font-family:"Inter",Arial,sans-serif;
  font-size:13px;
  font-weight:600;
  line-height:1.4;
}


/* ==========================================================
   10. NEWSLETTER-E-MAIL-FELD
========================================================== */

#fluentform_4 input[type="email"],
#fluentform_4 input[type="text"]{
  width:100% !important;
  min-width:0 !important;
  min-height:52px !important;

  margin:0 !important;
  padding:0 16px !important;

  background:var(--ff-white) !important;
  border:1px solid var(--ff-input-border) !important;
  border-radius:var(--ff-radius) !important;

  color:var(--ff-black) !important;

  font-family:"Inter",Arial,sans-serif !important;
  font-size:13px !important;
  font-weight:500 !important;
  line-height:1 !important;

  outline:none !important;

  box-shadow:none !important;

  transition:
    border-color .2s ease,
    box-shadow .2s ease;
}

#fluentform_4 input[type="email"]::placeholder,
#fluentform_4 input[type="text"]::placeholder{
  color:#8A8D92 !important;
  opacity:1 !important;
}

#fluentform_4 input[type="email"]:hover,
#fluentform_4 input[type="text"]:hover{
  border-color:#BDBDB7 !important;
}

#fluentform_4 input[type="email"]:focus,
#fluentform_4 input[type="text"]:focus{
  border-color:var(--ff-yellow) !important;

  box-shadow:
    0 0 0 4px rgba(250,202,48,.18) !important;
}


/* ==========================================================
   11. NEWSLETTER-DSGVO
========================================================== */

#fluentform_4 .ff_gdpr_field,
#fluentform_4 .fold-gdpr-field{
  width:100% !important;

  margin:2px 0 0 !important;
  padding:0 !important;
}

#fluentform_4 .ff_gdpr_field .ff-el-input--content,
#fluentform_4 .fold-gdpr-field .ff-el-input--content{
  width:100% !important;

  margin:0 !important;
  padding:0 !important;
}

#fluentform_4 .ff_gdpr_field .ff-el-form-check,
#fluentform_4 .fold-gdpr-field .ff-el-form-check{
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;

  width:100% !important;

  margin:0 !important;
  padding:0 !important;
}

#fluentform_4 input[type="checkbox"]{
  appearance:none !important;
  -webkit-appearance:none !important;

  position:relative !important;

  display:block !important;
  flex:0 0 18px !important;

  width:18px !important;
  min-width:18px !important;
  max-width:18px !important;

  height:18px !important;
  min-height:18px !important;
  max-height:18px !important;

  margin:1px 0 0 !important;
  padding:0 !important;

  background:var(--ff-white) !important;
  border:1.5px solid #B9BBB5 !important;
  border-radius:5px !important;

  cursor:pointer !important;

  box-shadow:none !important;
}

#fluentform_4 input[type="checkbox"]:checked{
  background:var(--ff-black) !important;
  border-color:var(--ff-black) !important;
}

#fluentform_4 input[type="checkbox"]:checked::after{
  content:"";

  position:absolute;
  top:2px;
  left:5px;

  width:5px;
  height:9px;

  border:solid var(--ff-white);
  border-width:0 2px 2px 0;

  transform:rotate(45deg);
}

#fluentform_4 .ff-el-form-check-label{
  display:block !important;
  flex:1 1 auto !important;

  min-width:0 !important;

  margin:0 !important;
  padding:0 !important;

  color:var(--ff-muted) !important;

  font-family:"Inter",Arial,sans-serif !important;
  font-size:11px !important;
  font-weight:500 !important;
  line-height:1.55 !important;

  cursor:pointer !important;
}

#fluentform_4 .ff-el-form-check-label span,
#fluentform_4 .ff-el-form-check-label p{
  display:inline !important;

  margin:0 !important;
  padding:0 !important;

  color:inherit !important;

  font:inherit !important;
  line-height:inherit !important;
}

#fluentform_4 .ff-el-form-check-label a{
  color:var(--ff-black) !important;

  font-weight:700 !important;

  text-decoration:underline !important;
  text-underline-offset:2px;
}

#fluentform_4 input[type="checkbox"]:focus-visible{
  outline:3px solid rgba(250,202,48,.45) !important;
  outline-offset:3px !important;
}


/* ==========================================================
   12. NEWSLETTER-BUTTON-CONTAINER
========================================================== */

#fluentform_4 .ff_submit_btn_wrapper{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;

  width:100% !important;

  margin:18px 0 0 !important;
  padding:0 !important;
}


/* ==========================================================
   13. NEWSLETTER-BUTTON
========================================================== */

#fluentform_4 .ff-btn-submit{
  position:relative !important;

  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:auto !important;
  min-width:176px !important;
  max-width:100% !important;
  min-height:52px !important;

  margin:0 !important;
  padding:7px 58px 7px 20px !important;

  background:var(--ff-yellow) !important;
  border:1px solid var(--ff-yellow) !important;
  border-radius:var(--ff-radius) !important;

  color:var(--ff-black) !important;

  font-family:"Inter",Arial,sans-serif !important;
  font-size:13px !important;
  font-weight:800 !important;
  line-height:1 !important;
  text-align:center !important;

  opacity:1 !important;
  cursor:pointer !important;

  box-shadow:none !important;

  transition:
    background-color .2s ease,
    border-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}


/* ==========================================================
   14. NEWSLETTER-PFEILKREIS
========================================================== */

#fluentform_4 .ff-btn-submit::after{
  content:"→" !important;

  position:absolute !important;
  top:50% !important;
  right:7px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:38px !important;
  height:38px !important;

  background:var(--ff-black) !important;
  border-radius:50% !important;

  color:var(--ff-white) !important;

  font-family:Arial,sans-serif !important;
  font-size:17px !important;
  font-weight:700 !important;
  line-height:1 !important;

  pointer-events:none;

  transform:translateY(-50%) !important;

  transition:transform .2s ease;
}


/* ==========================================================
   15. NEWSLETTER-BUTTON HOVER UND FOKUS
========================================================== */

#fluentform_4 .ff-btn-submit:hover,
#fluentform_4 .ff-btn-submit:focus-visible{
  background:var(--ff-yellow-hover) !important;
  border-color:var(--ff-yellow-hover) !important;

  color:var(--ff-black) !important;

  transform:translateY(-1px) !important;

  box-shadow:0 7px 16px rgba(0,0,0,.08) !important;
}

#fluentform_4 .ff-btn-submit:hover::after,
#fluentform_4 .ff-btn-submit:focus-visible::after{
  transform:translate(2px,-50%) !important;
}

#fluentform_4 .ff-btn-submit:active{
  transform:translateY(0) !important;

  box-shadow:none !important;
}

#fluentform_4 .ff-btn-submit:focus-visible{
  outline:2px solid var(--ff-black) !important;
  outline-offset:3px !important;
}


/* ==========================================================
   16. FLUENT-FORMS FEHLER UND BESTÄTIGUNG
========================================================== */

#fluentform_4 .ff-el-is-error input{
  border-color:#B42318 !important;
}

#fluentform_4 .error{
  margin-top:6px !important;

  color:#B42318 !important;

  font-size:11px !important;
  line-height:1.4 !important;
}

.fold-footer__newsletter-form .ff-message-success{
  margin:0 !important;
  padding:14px 16px !important;

  background:var(--ff-white) !important;
  border:1px solid var(--ff-border) !important;
  border-radius:var(--ff-radius) !important;

  color:var(--ff-black) !important;

  font-size:13px !important;
  line-height:1.55 !important;

  box-shadow:none !important;
}


/* ==========================================================
   17. SOCIAL MEDIA
========================================================== */

.fold-footer__social{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;

  margin-top:20px;
}

.fold-footer__social a{
  width:38px;
  height:38px;
  flex:0 0 38px;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  background:var(--ff-white);
  border:1px solid var(--ff-border);
  border-radius:50%;

  color:var(--ff-black) !important;

  text-decoration:none !important;

  transition:
    background-color .2s ease,
    border-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.fold-footer__social a:hover{
  background:var(--ff-yellow);
  border-color:var(--ff-yellow);

  transform:translateY(-2px);

  box-shadow:0 7px 15px rgba(0,0,0,.07);
}

.fold-footer__social a:focus-visible{
  outline:2px solid var(--ff-black);
  outline-offset:3px;
}

.fold-footer__social svg{
  width:17px;
  height:17px;

  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}


/* ==========================================================
   18. SPRACHE
========================================================== */

.fold-footer__language{
  width:100%;
  max-width:245px;

  margin-top:20px;
}

.fold-footer__language label,
.fold-footer__language-label{
  position:relative;

  display:inline-block;

  margin:0 0 12px;
  padding-bottom:8px;

  color:var(--ff-black);

  font-size:10px;
  font-weight:800;
  line-height:1;
  letter-spacing:.18em;

  text-transform:uppercase;
}

.fold-footer__language label::after,
.fold-footer__language-label::after{
  content:"";

  position:absolute;
  left:0;
  bottom:0;

  width:24px;
  height:3px;

  background:var(--ff-yellow);
  border-radius:999px;
}

.fold-footer__language select{
  width:100%;
  min-height:44px;

  padding:0 40px 0 15px;

  appearance:none;
  -webkit-appearance:none;

  background-color:var(--ff-white);

  background-image:
    linear-gradient(
      45deg,
      transparent 50%,
      var(--ff-black) 50%
    ),
    linear-gradient(
      135deg,
      var(--ff-black) 50%,
      transparent 50%
    );

  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 13px) 50%;

  background-size:
    5px 5px,
    5px 5px;

  background-repeat:no-repeat;

  border:1px solid var(--ff-border);
  border-radius:var(--ff-radius);

  color:var(--ff-black);

  font-size:13px;
  font-weight:600;

  cursor:pointer;
  outline:none;

  transition:
    border-color .2s ease,
    box-shadow .2s ease;
}

.fold-footer__language select:hover{
  border-color:#BDBDB7;
}

.fold-footer__language select:focus{
  border-color:var(--ff-yellow);

  box-shadow:
    0 0 0 4px rgba(250,202,48,.18);
}


/* ==========================================================
   19. UNTERE LEISTE
========================================================== */

.fold-footer__bottom{
  min-height:58px;

  display:grid;
  grid-template-columns:1fr auto auto;
  align-items:center;
  gap:24px;

  padding:18px 0 12px;

  border-top:1px solid var(--ff-border);
}

.fold-footer__bottom p{
  margin:0;

  color:var(--ff-muted);

  font-size:12px;
  font-weight:500;
  line-height:1.4;
}


/* ==========================================================
   20. RECHTLICHE LINKS
========================================================== */

.fold-footer__legal{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:12px 20px;
}

.fold-footer__legal a{
  color:var(--ff-muted) !important;

  font-size:12px;
  font-weight:600;
  line-height:1.4;
  letter-spacing:-.01em;

  text-decoration:none !important;

  transition:color .2s ease;
}

.fold-footer__legal a:hover{
  color:var(--ff-black) !important;
}

.fold-footer__legal a:focus-visible{
  outline:2px solid var(--ff-yellow);
  outline-offset:4px;

  border-radius:3px;
}


/* ==========================================================
   21. NACH-OBEN-BUTTON
========================================================== */

.fold-footer__top{
  width:40px;
  height:40px;
  flex:0 0 40px;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  background:var(--ff-white);
  border:1px solid var(--ff-border);
  border-radius:50%;

  color:var(--ff-black) !important;

  text-decoration:none !important;

  transition:
    background-color .2s ease,
    border-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.fold-footer__top:hover{
  background:var(--ff-yellow);
  border-color:var(--ff-yellow);

  transform:translateY(-2px);

  box-shadow:0 7px 15px rgba(0,0,0,.07);
}

.fold-footer__top:focus-visible{
  outline:2px solid var(--ff-black);
  outline-offset:3px;
}

.fold-footer__top svg{
  width:18px;
  height:18px;

  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}


/* ==========================================================
   FOLD FOOTER COMPONENTS CSS V5.1 ENDET
========================================================== */

/* ==========================================================
   FOLD HEADER COMPONENTS CSS V3.2 BEGINNT
========================================================== */

.fold-header{
  --fh-black:#111111;
  --fh-text:#2F3135;
  --fh-yellow:#FACA30;
  --fh-yellow-hover:#FFD743;
  --fh-white:#FFFFFF;
  --fh-hover:#F5F5F1;
  --fh-border:#E7E7E1;
  --fh-radius:16px;

  position:relative;
  z-index:9999;

  width:100%;

  background:var(--fh-white);
  border-bottom:1px solid var(--fh-border);

  color:var(--fh-black);

  font-family:"Inter",Arial,sans-serif;
}

.fold-header,
.fold-header *,
.fold-header *::before,
.fold-header *::after{
  box-sizing:border-box;
}

.fold-header a{
  color:inherit;
}

.fold-header img,
.fold-header svg{
  display:block;
}


/* ==========================================================
   HEADER-LAYOUT
========================================================== */

.fold-header__inner{
  width:min(94%,1680px);
  height:54px;
  min-height:54px;

  margin:0 auto;

  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:20px;
}


/* ==========================================================
   LOGO
========================================================== */

.fold-header__logo{
  justify-self:start;

  width:60px;
  min-width:60px;

  display:inline-flex;
  align-items:center;

  text-decoration:none !important;
}

.fold-header__logo img{
  width:100%;
  height:auto;
  max-height:32px;

  object-fit:contain;
  object-position:left center;
}


/* ==========================================================
   DESKTOP-NAVIGATION
========================================================== */

.fold-header__nav{
  justify-self:center;

  width:auto;
  min-width:0;
}

.fold-header__menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:2px;

  margin:0;
  padding:0;

  list-style:none;
}

.fold-header__menu-item{
  position:relative;

  margin:0;
  padding:0;
}

.fold-header__menu-item > a{
  min-height:36px;

  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;

  padding:0 13px;

  border:1px solid transparent;
  border-radius:var(--fh-radius);

  background:transparent;
  color:var(--fh-text) !important;

  font-size:13px;
  font-weight:600;
  line-height:1;
  letter-spacing:-.01em;

  text-decoration:none !important;
  white-space:nowrap;

  transition:
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    transform .2s ease;
}


/* ==========================================================
   DESKTOP-MENÜ HOVER
========================================================== */

.fold-header__menu-item > a:hover,
.fold-header__menu-item:focus-within > a{
  background:var(--fh-hover);
  border-color:var(--fh-hover);

  color:var(--fh-black) !important;
}


/* ==========================================================
   DROPDOWN-PFEIL
========================================================== */

.fold-header__dropdown-link svg{
  width:13px;
  height:13px;

  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;

  transition:transform .2s ease;
}

.fold-header__menu-item--dropdown:hover
.fold-header__dropdown-link svg,
.fold-header__menu-item--dropdown:focus-within
.fold-header__dropdown-link svg{
  transform:rotate(180deg);
}


/* ==========================================================
   DROPDOWN-BRÜCKE
========================================================== */

.fold-header__menu-item--dropdown::after{
  content:"";

  position:absolute;
  top:100%;
  left:0;

  width:100%;
  height:12px;
}


/* ==========================================================
   DROPDOWN
========================================================== */

.fold-header__submenu{
  position:absolute;
  top:calc(100% + 8px);
  left:50%;
  z-index:100;

  width:max-content;
  min-width:230px;

  margin:0;
  padding:8px;

  list-style:none;

  background:var(--fh-white);
  border:1px solid var(--fh-border);
  border-radius:var(--fh-radius);

  box-shadow:0 18px 46px rgba(0,0,0,.12);

  opacity:0;
  visibility:hidden;
  pointer-events:none;

  transform:
    translateX(-50%)
    translateY(7px);

  transition:
    opacity .18s ease,
    visibility .18s ease,
    transform .18s ease;
}

.fold-header__menu-item--dropdown:hover
.fold-header__submenu,
.fold-header__menu-item--dropdown:focus-within
.fold-header__submenu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;

  transform:
    translateX(-50%)
    translateY(0);
}

.fold-header__submenu li{
  margin:0;
  padding:0;
}

.fold-header__submenu a{
  width:100%;
  min-height:40px;

  display:flex;
  align-items:center;

  padding:0 12px;

  border-radius:var(--fh-radius);

  background:transparent;
  color:var(--fh-text) !important;

  font-size:13px;
  font-weight:600;
  line-height:1.25;

  text-decoration:none !important;
  white-space:nowrap;

  transition:
    color .2s ease,
    background-color .2s ease,
    transform .2s ease;
}

.fold-header__submenu a:hover,
.fold-header__submenu a:focus-visible{
  background:var(--fh-hover);
  color:var(--fh-black) !important;

  outline:none;
}


/* ==========================================================
   RECHTER BEREICH
========================================================== */

.fold-header__actions{
  justify-self:end;

  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}


/* ==========================================================
   PROBEFAHRT-BUTTON
========================================================== */

.fold-header__cta{
  min-height:40px;

  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;

  padding:4px 6px 4px 16px;

  background:var(--fh-yellow);
  border:1px solid var(--fh-yellow);
  border-radius:var(--fh-radius);

  color:var(--fh-black) !important;

  font-size:13px;
  font-weight:800;
  line-height:1;
  letter-spacing:-.01em;

  text-decoration:none !important;
  white-space:nowrap;

  transition:
    background-color .2s ease,
    border-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.fold-header__cta-text{
  display:block;
}

.fold-header__cta-icon{
  width:28px;
  height:28px;
  flex:0 0 28px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;

  background:var(--fh-black);
  color:var(--fh-white);

  font-family:Arial,sans-serif;
  font-size:14px;
  font-weight:700;
  line-height:1;

  transition:transform .2s ease;
}

.fold-header__cta:hover,
.fold-header__cta:focus-visible{
  background:var(--fh-yellow-hover);
  border-color:var(--fh-yellow-hover);

  color:var(--fh-black) !important;

  transform:translateY(-1px);

  box-shadow:0 7px 16px rgba(0,0,0,.09);
}

.fold-header__cta:hover .fold-header__cta-icon,
.fold-header__cta:focus-visible .fold-header__cta-icon{
  transform:translateX(1px);
}


/* ==========================================================
   MOBILER MENÜ-BUTTON
========================================================== */

.fold-header__mobile-toggle{
  width:40px;
  height:40px;

  display:none;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:4px;

  padding:0;

  background:transparent;
  border:1px solid var(--fh-border);
  border-radius:var(--fh-radius);

  cursor:pointer;

  transition:
    background-color .2s ease,
    border-color .2s ease;
}

.fold-header__mobile-toggle:hover{
  background:var(--fh-hover);
  border-color:var(--fh-hover);
}

.fold-header__mobile-toggle span{
  width:16px;
  height:1.5px;

  display:block;

  background:var(--fh-black);

  transition:
    transform .2s ease,
    opacity .2s ease;
}

.fold-header__mobile-toggle[aria-expanded="true"] span:nth-child(1){
  transform:translateY(5.5px) rotate(45deg);
}

.fold-header__mobile-toggle[aria-expanded="true"] span:nth-child(2){
  opacity:0;
}

.fold-header__mobile-toggle[aria-expanded="true"] span:nth-child(3){
  transform:translateY(-5.5px) rotate(-45deg);
}


/* ==========================================================
   MOBILES MENÜ
========================================================== */

.fold-header__mobile-menu{
  width:100%;

  padding:8px 16px 18px;

  background:var(--fh-white);
  border-top:1px solid var(--fh-border);
}

.fold-header__mobile-menu[hidden]{
  display:none;
}

.fold-header__mobile-menu nav{
  width:min(100%,720px);
  margin:0 auto;
}

.fold-header__mobile-menu ul{
  display:grid;
  gap:3px;

  margin:0;
  padding:0;

  list-style:none;
}

.fold-header__mobile-menu li{
  margin:0;
  padding:0;
}

.fold-header__mobile-menu a{
  min-height:44px;

  display:flex;
  align-items:center;

  padding:0 12px;

  border-radius:var(--fh-radius);

  background:transparent;
  color:var(--fh-text) !important;

  font-size:14px;
  font-weight:600;

  text-decoration:none !important;

  transition:
    color .2s ease,
    background-color .2s ease;
}

.fold-header__mobile-menu a:hover,
.fold-header__mobile-menu a:focus-visible{
  background:var(--fh-hover);
  color:var(--fh-black) !important;
}


/* ==========================================================
   MOBILER PROBEFAHRT-BUTTON
========================================================== */

.fold-header__mobile-cta-item{
  margin-top:10px !important;
}

.fold-header__mobile-menu .fold-header__mobile-cta{
  min-height:54px;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;

  padding:6px 8px 6px 18px;

  background:var(--fh-yellow);
  border:1px solid var(--fh-yellow);
  border-radius:var(--fh-radius);

  color:var(--fh-black) !important;

  font-size:15px;
  font-weight:800;
}

.fold-header__mobile-cta-icon{
  width:38px;
  height:38px;
  flex:0 0 38px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;

  background:var(--fh-black);
  color:var(--fh-white);

  font-family:Arial,sans-serif;
  font-size:17px;
  font-weight:700;
  line-height:1;

  transition:transform .2s ease;
}

.fold-header__mobile-menu .fold-header__mobile-cta:hover,
.fold-header__mobile-menu .fold-header__mobile-cta:focus-visible{
  background:var(--fh-yellow-hover);
  border-color:var(--fh-yellow-hover);

  color:var(--fh-black) !important;
}

.fold-header__mobile-cta:hover
.fold-header__mobile-cta-icon,
.fold-header__mobile-cta:focus-visible
.fold-header__mobile-cta-icon{
  transform:translateX(2px);
}


/* ==========================================================
   FOKUS
========================================================== */

.fold-header a:focus-visible,
.fold-header button:focus-visible{
  outline:2px solid var(--fh-black);
  outline-offset:3px;
}


/* ==========================================================
   FOLD HEADER COMPONENTS CSS V3.2 ENDET
========================================================== */

/* ==========================================================
   GLOBAL TYPOGRAFIE- UND SEITENABSTANDS-KORREKTUR V3.0
   EINHEITLICHE ÜBERSCHRIFTEN / KLEINERE HERO-TITEL /
   EINHEITLICHER ABSTAND ZUM FOOTER
========================================================== */

:root{
  --fold-heading-hero:50px;
  --fold-heading-section:46px;
  --fold-heading-card:30px;
  --fold-page-footer-gap:48px;
  --fold-eyebrow-size:12px;
  --fold-eyebrow-spacing:.16em;
}

/* ==========================================================
   1. EINHEITLICHE EYEBROWS
========================================================== */

.fold-hero__eyebrow,
.fold-eyebrow,
.fold-support-eyebrow,
.fold-support-card-label,
.fold-events-eyebrow,
.fold-model-eyebrow,
.fs-kicker,
.fold-cargo-eyebrow,
.fold-accessory-eyebrow,
.fold-clean .fc-eyebrow,
.fold-about-eyebrow,
.fold-press-eyebrow,
.fold-privacy-eyebrow,
.fold-imprint-eyebrow,
.fold-dealers-eyebrow,
.fold-legal-eyebrow,
.fold-dealer-form-eyebrow,
.fold-contact-eyebrow,
.fold-recommend-eyebrow,
.fold-test-ride-eyebrow,
.fold-details-eyebrow{
  margin-bottom:14px;
  color:#A97900 !important;
  font-family:"Inter",Arial,sans-serif;
  font-size:var(--fold-eyebrow-size) !important;
  font-weight:800;
  line-height:1.15;
  letter-spacing:var(--fold-eyebrow-spacing);
  text-transform:uppercase;
}

/* ==========================================================
   2. EINHEITLICHE HERO-ÜBERSCHRIFTEN
========================================================== */

.fold-hero__title,
.fold-support-title,
.fold-events-title,
.fold-model-page-title,
.fs-hero h1,
.fold-cargo-title,
.fold-accessory-title,
.fold-clean .fc-hero-content h1,
.fold-about-page h1,
.fold-press-page h1,
.fold-privacy-page h1,
.fold-imprint-page h1,
.fold-dealers-title,
.fold-legal-hero h1,
.fold-dealer-form-hero h1,
.fold-contact-hero h1,
.fold-recommend-hero h1,
.fold-test-ride-hero h1,
.fold-details-page h1{
  font-family:"Oswald",Arial,sans-serif !important;
  font-size:var(--fold-heading-hero) !important;
  font-weight:600 !important;
  line-height:1.06 !important;
  letter-spacing:-.015em !important;
  text-transform:none;
}

/* Safety-Seite bewusst weiterhin in Versalien */
.fs-hero h1{
  text-transform:uppercase;
}

/* ==========================================================
   3. EINHEITLICHE SECTION-ÜBERSCHRIFTEN
========================================================== */

.fold-title,
.fold-support-section-title,
.fs-section-head h2,
.fs-result h2,
.fold-cargo-section-head h2,
.fold-cargo-final h2,
.fold-clean .fc-section-title,
.fold-about-page h2,
.fold-press-page h2,
.fold-privacy-page h2,
.fold-imprint-page h2,
.fold-dealers-page h2,
.fold-legal-page h2,
.fold-dealer-form-page h2,
.fold-contact-page h2,
.fold-recommend-page h2,
.fold-test-ride-page h2,
.fold-details-page h2{
  font-family:"Oswald",Arial,sans-serif !important;
  font-size:var(--fold-heading-section) !important;
  font-weight:600 !important;
  line-height:1.08 !important;
  letter-spacing:-.01em !important;
  text-transform:none;
}

/* Safety-Seite bewusst weiterhin in Versalien */
.fs-section-head h2,
.fs-result h2{
  text-transform:uppercase;
}

/* ==========================================================
   4. EINHEITLICHE GELBE TITELLINIEN
========================================================== */

.fold-hero__line,
.fold-title-line,
.fold-support-line,
.fold-events-line,
.fold-model-line,
.fs-line,
.fold-cargo-line,
.fold-accessory-line,
.fold-clean .fc-line,
.fold-about-line,
.fold-press-line,
.fold-privacy-line,
.fold-imprint-line,
.fold-dealers-line,
.fold-legal-line,
.fold-dealer-form-line,
.fold-contact-line,
.fold-recommend-line,
.fold-test-ride-line,
.fold-details-line{
  width:70px !important;
  min-width:70px !important;
  max-width:70px !important;
  height:4px !important;
  min-height:4px !important;
  max-height:4px !important;
  margin:20px 0 26px !important;
  background:#FACA30 !important;
  border:0 !important;
  border-radius:999px !important;
}

/* ==========================================================
   5. EINHEITLICHER ABSTAND ALLER SEITEN ZUM FOOTER
   REFERENZ: HOMEPAGE = 48 PX
========================================================== */

.fold-support-page,
.fold-events-page,
.fold-model-page,
.fold-cargo-page,
.fold-accessory-page,
.fold-about-page,
.fold-press-page,
.fold-privacy-page,
.fold-imprint-page,
.fold-dealers-page,
.fold-legal-page,
.fold-dealer-form-page,
.fold-contact-page,
.fold-recommend-page,
.fold-test-ride-page,
.fold-details-page{
  padding-bottom:var(--fold-page-footer-gap) !important;
}

/* Seiten ohne eigenes Wrapper-Padding */
.fold-safety-page .fs-result{
  margin-bottom:var(--fold-page-footer-gap) !important;
}

/* Homepage bleibt die Referenz */
.fold-clean .fc-features{
  margin-bottom:var(--fold-page-footer-gap) !important;
}

/* Verhindert doppelte Abstände am jeweiligen Seitenende */
.fold-support-page > :last-child,
.fold-events-page > :last-child,
.fold-model-page > :last-child,
.fold-cargo-page > :last-child,
.fold-accessory-page > :last-child,
.fold-about-page > :last-child,
.fold-press-page > :last-child,
.fold-privacy-page > :last-child,
.fold-imprint-page > :last-child,
.fold-dealers-page > :last-child,
.fold-legal-page > :last-child,
.fold-dealer-form-page > :last-child,
.fold-contact-page > :last-child,
.fold-recommend-page > :last-child,
.fold-test-ride-page > :last-child,
.fold-details-page > :last-child{
  margin-bottom:0 !important;
}

/* ==========================================================
   6. FOOTER-EYEBROWS EINHEITLICH
========================================================== */

.fold-footer__heading,
.fold-footer__language label,
.fold-footer__language-label{
  position:relative;
  display:inline-block;
  margin:0 0 22px;
  padding-bottom:10px;
  color:#111111;
  font-family:"Inter",Arial,sans-serif;
  font-size:10px;
  font-weight:800;
  line-height:1;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.fold-footer__heading::after,
.fold-footer__language label::after,
.fold-footer__language-label::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:28px;
  height:3px;
  background:#FACA30;
  border-radius:999px;
}

/* ==========================================================
   7. RESPONSIVE TYPOGRAFIE UND FOOTER-ABSTAND
========================================================== */

@media (max-width:900px){
  :root{
    --fold-heading-hero:42px;
    --fold-heading-section:40px;
    --fold-page-footer-gap:44px;
  }
}

@media (max-width:767px){
  :root{
    --fold-heading-hero:34px;
    --fold-heading-section:32px;
    --fold-page-footer-gap:40px;
    --fold-eyebrow-size:11px;
  }

  .fold-hero__line,
  .fold-title-line,
  .fold-support-line,
  .fold-events-line,
  .fold-model-line,
  .fs-line,
  .fold-cargo-line,
  .fold-accessory-line,
  .fold-clean .fc-line,
  .fold-about-line,
  .fold-press-line,
  .fold-privacy-line,
  .fold-imprint-line,
  .fold-dealers-line,
  .fold-legal-line,
  .fold-dealer-form-line,
  .fold-contact-line,
  .fold-recommend-line,
  .fold-test-ride-line,
  .fold-details-line{
    width:58px !important;
    min-width:58px !important;
    max-width:58px !important;
    height:3px !important;
    min-height:3px !important;
    max-height:3px !important;
    margin:18px 0 24px !important;
  }

  .fold-footer__heading,
  .fold-footer__language label,
  .fold-footer__language-label{
    margin-bottom:20px;
    padding-bottom:9px;
    font-size:10px;
    letter-spacing:.17em;
  }

  .fold-footer__heading::after,
  .fold-footer__language label::after,
  .fold-footer__language-label::after{
    width:26px;
    height:3px;
  }
}

/* ==========================================================
   GLOBAL TYPOGRAFIE- UND SEITENABSTANDS-KORREKTUR V3.0 ENDET
========================================================== */

/* ==========================================================
   FOLD GLOBAL FINAL SYSTEM V8.0
   ALLE BISHERIGEN ÄNDERUNGEN KONSOLIDIERT
========================================================== */

:root{
  --fold-card-title-large:30px;
  --fold-card-title-medium:27px;
  --fold-card-title-small:24px;
  --fold-card-title-weight:600;
  --fold-card-title-line-height:1.10;
  --fold-card-title-color:#111111;
}


/* ==========================================================
   1. HOMEPAGE-HERO: NUR BUTTONS
========================================================== */

body .fold-clean .fc-hero-content--buttons-only{
  position:absolute !important;
  z-index:2 !important;

  left:6% !important;
  right:auto !important;
  top:auto !important;
  bottom:40px !important;

  width:auto !important;
  max-width:none !important;

  margin:0 !important;
  padding:0 !important;
}

body .fold-clean .fc-hero-content--buttons-only .fc-buttons{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  justify-content:flex-start !important;

  gap:14px !important;

  margin:0 !important;
  padding:0 !important;
}


/* ==========================================================
   2. PRODUKTTITEL: FOLD / eFold
========================================================== */

body .fold-clean .fc-lineup-copy h3,
body .fold-model-title{
  margin:0 0 10px !important;

  color:var(--fold-card-title-color) !important;

  font-family:"Oswald",Arial,sans-serif !important;
  font-size:var(--fold-card-title-large) !important;
  font-weight:var(--fold-card-title-weight) !important;
  line-height:1.08 !important;
  letter-spacing:-.01em !important;

  text-transform:none !important;

  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}


/* ==========================================================
   3. HOMEPAGE-FEATURES
========================================================== */

body .fold-clean .fc-features article h3{
  margin:0 0 14px !important;

  color:var(--fold-card-title-color) !important;

  font-family:"Oswald",Arial,sans-serif !important;
  font-size:var(--fold-card-title-medium) !important;
  font-weight:var(--fold-card-title-weight) !important;
  line-height:var(--fold-card-title-line-height) !important;
  letter-spacing:-.008em !important;

  text-transform:none !important;

  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}


/* ==========================================================
   4. ABOUT-PRINZIPIEN
========================================================== */

body .fold-about-page .fold-about-principle h3,
body .fold-about-principle h3{
  margin:0 0 14px !important;

  color:var(--fold-card-title-color) !important;

  font-family:"Oswald",Arial,sans-serif !important;
  font-size:var(--fold-card-title-medium) !important;
  font-weight:var(--fold-card-title-weight) !important;
  line-height:var(--fold-card-title-line-height) !important;
  letter-spacing:-.008em !important;

  text-transform:none !important;

  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}


/* ==========================================================
   5. PRESSE- UND DOWNLOADKARTEN
========================================================== */

body .fold-press-page .fold-press-download-card h3,
body .fold-press-page .fold-press-media-card h3,
body .fold-press-download-card h3,
body .fold-press-media-card h3{
  margin:0 0 14px !important;

  color:var(--fold-card-title-color) !important;

  font-family:"Oswald",Arial,sans-serif !important;
  font-size:var(--fold-card-title-medium) !important;
  font-weight:var(--fold-card-title-weight) !important;
  line-height:var(--fold-card-title-line-height) !important;
  letter-spacing:-.008em !important;

  text-transform:none !important;

  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}


/* ==========================================================
   6. SICHERHEIT: PROZESSKARTEN
========================================================== */

body .fold-safety-page .fs-process-card h3{
  margin:0 0 16px !important;

  color:var(--fold-card-title-color) !important;

  font-family:"Oswald",Arial,sans-serif !important;
  font-size:21px !important;
  font-weight:600 !important;
  line-height:1.10 !important;
  letter-spacing:-.004em !important;

  text-transform:uppercase !important;

  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:break-word !important;
  hyphens:auto !important;
}


/* ==========================================================
   7. SICHERHEIT: PRÜFLISTE
========================================================== */

body .fold-safety-page .fs-test-item h3,
body .fold-safety-page .fs-test-item strong{
  color:var(--fold-card-title-color) !important;

  font-family:"Oswald",Arial,sans-serif !important;
  font-size:24px !important;
  font-weight:600 !important;
  line-height:1.08 !important;
  letter-spacing:-.006em !important;

  text-transform:uppercase !important;

  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}


/* ==========================================================
   8. DESKTOP-PROZESSGRID
========================================================== */

@media (min-width:1101px){

  body .fold-safety-page .fs-process-grid{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:14px !important;
  }

  body .fold-safety-page .fs-process-card{
    padding:28px 20px 26px !important;
  }

}


/* ==========================================================
   FOLD GLOBAL FINAL SYSTEM V8.0 ENDET
========================================================== */

/* ==========================================================
   FOLD TITLE WEIGHT SYSTEM V10.0
   OSWALD 600 · KEINE ÄNDERUNG AN GRÖSSE ODER LAYOUT
========================================================== */

body .fold-clean .fc-lineup-copy h3,
body .fold-model-title,

body .fold-clean .fc-features article h3,

body .fold-about-page .fold-about-principle h3,
body .fold-about-principle h3,

body .fold-cargo-card h2,
body .fold-cargo-panel-content h2,
body .fold-cargo-compact-copy h2,

body .fold-accessory-card h2,
body .fold-feature-card h3,

body .fold-press-page .fold-press-download-card h3,
body .fold-press-page .fold-press-media-card h3,
body .fold-press-download-card h3,
body .fold-press-media-card h3,

body .fold-safety-page .fs-process-card h3,
body .fold-safety-page .fs-test-item h3,
body .fold-safety-page .fs-test-item strong,

body .fold-support-card h3,
body .fold-support-topic-card h3{
  font-family:"Oswald",Arial,sans-serif !important;
  font-weight:600 !important;
}

/* ==========================================================
   FOLD TITLE WEIGHT SYSTEM V10.0 ENDET
========================================================== */

/* ==========================================================
   FOLD FOOTER – FLUENT FORMS V1.0
========================================================== */

.fold-footer__newsletter-form{
  width:100%;
  margin-top:18px;
}

.fold-footer__newsletter-form .fluentform{
  width:100%;
}

.fold-footer__newsletter-form form{
  width:100%;
  margin:0 !important;
}

.fold-footer__newsletter-form .ff-el-group{
  margin:0 0 12px !important;
}

.fold-footer__newsletter-form .ff-el-input--label{
  display:none !important;
}

.fold-footer__newsletter-form input[type="email"]{
  width:100% !important;
  height:46px !important;
  min-height:46px !important;

  margin:0 !important;
  padding:0 16px !important;

  background:#ffffff !important;
  border:1px solid #ddddda !important;
  border-radius:999px !important;

  color:#111111 !important;

  font-family:"Inter",Arial,sans-serif !important;
  font-size:13px !important;
  font-weight:500 !important;

  outline:none !important;
  box-shadow:none !important;

  transition:
    border-color .2s ease,
    box-shadow .2s ease;
}

.fold-footer__newsletter-form input[type="email"]::placeholder{
  color:#8a8d92 !important;
  opacity:1 !important;
}

.fold-footer__newsletter-form input[type="email"]:focus{
  border-color:#faca30 !important;
  box-shadow:0 0 0 4px rgba(250,202,48,.18) !important;
}

.fold-footer__newsletter-form .ff-el-form-check{
  margin:0 !important;
}

.fold-footer__newsletter-form .ff-el-form-check-label{
  display:grid !important;
  grid-template-columns:16px minmax(0,1fr) !important;
  align-items:start !important;
  gap:8px !important;

  margin:0 !important;

  color:#6f7277 !important;

  font-family:"Inter",Arial,sans-serif !important;
  font-size:10px !important;
  font-weight:500 !important;
  line-height:1.45 !important;

  cursor:pointer;
}

.fold-footer__newsletter-form input[type="checkbox"]{
  width:15px !important;
  height:15px !important;

  margin:1px 0 0 !important;

  accent-color:#faca30;
}

.fold-footer__newsletter-form .ff-btn-submit,
.fold-footer__newsletter-form .ff_submit_btn{
  width:auto !important;
  min-width:124px !important;
  height:46px !important;
  min-height:46px !important;

  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  margin:0 !important;
  padding:0 20px !important;

  background:#faca30 !important;
  border:1px solid #faca30 !important;
  border-radius:999px !important;

  color:#111111 !important;

  font-family:"Inter",Arial,sans-serif !important;
  font-size:13px !important;
  font-weight:800 !important;
  line-height:1 !important;

  box-shadow:none !important;
  cursor:pointer !important;

  transition:
    background-color .2s ease,
    border-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.fold-footer__newsletter-form .ff-btn-submit:hover,
.fold-footer__newsletter-form .ff_submit_btn:hover{
  background:#f6c21d !important;
  border-color:#f6c21d !important;

  transform:translateY(-1px);

  box-shadow:0 7px 16px rgba(0,0,0,.08) !important;
}

.fold-footer__newsletter-form .ff-message-success{
  margin:0 !important;
  padding:14px 16px !important;

  background:rgba(250,202,48,.12) !important;
  border:1px solid rgba(250,202,48,.55) !important;
  border-radius:14px !important;

  color:#333333 !important;

  font-family:"Inter",Arial,sans-serif !important;
  font-size:12px !important;
  line-height:1.5 !important;
}

.fold-footer__newsletter-form .text-danger{
  margin-top:5px !important;

  color:#b42318 !important;

  font-size:10px !important;
  line-height:1.4 !important;
}

@media (max-width:767px){

  .fold-footer__newsletter-form .ff-btn-submit,
  .fold-footer__newsletter-form .ff_submit_btn{
    width:100% !important;
  }

}

/* ==========================================================

   BUTTONS UND DSGVO-CHECKBOXEN – FINALE VERSION V7 BEGINNT

   Formulare:
   Kontakt             ID 5
   Händler werden      ID 6
   Händler empfehlen   ID 7
   Probefahrt          ID 8
========================================================== */


/* ==========================================================
   1. BUTTON-CONTAINER
========================================================== */

#fluentform_5 .ff_submit_btn_wrapper,
#fluentform_6 .ff_submit_btn_wrapper,
#fluentform_7 .ff_submit_btn_wrapper,
#fluentform_8 .ff_submit_btn_wrapper{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;

  width:100% !important;

  margin:18px 0 0 !important;
  padding:0 !important;
}


/* ==========================================================
   2. ABSENDE-BUTTON
========================================================== */

#fluentform_5 .ff-btn-submit,
#fluentform_6 .ff-btn-submit,
#fluentform_7 .ff-btn-submit,
#fluentform_8 .ff-btn-submit{
  position:relative !important;

  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:auto !important;
  min-width:240px !important;
  max-width:100% !important;
  min-height:58px !important;

  margin:0 !important;
  padding:14px 66px 14px 26px !important;

  border:1px solid #FACA30 !important;
  border-radius:16px !important;

  background:#FACA30 !important;
  color:#111111 !important;

  font-family:"Inter",Arial,sans-serif !important;
  font-size:16px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  text-align:center !important;
  text-decoration:none !important;

  opacity:1 !important;
  cursor:pointer !important;

  box-shadow:none !important;

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background-color .2s ease,
    border-color .2s ease;
}


/* ==========================================================
   3. RUNDER KREIS MIT PFEIL
========================================================== */

#fluentform_5 .ff-btn-submit::after,
#fluentform_6 .ff-btn-submit::after,
#fluentform_7 .ff-btn-submit::after,
#fluentform_8 .ff-btn-submit::after{
  content:"→" !important;

  position:absolute !important;
  top:50% !important;
  right:10px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:38px !important;
  height:38px !important;

  border-radius:50% !important;

  background:#111111 !important;
  color:#FFFFFF !important;

  font-family:Arial,sans-serif !important;
  font-size:18px !important;
  font-weight:700 !important;
  line-height:1 !important;

  pointer-events:none;

  transform:translateY(-50%) !important;
  transition:transform .2s ease;
}


/* ==========================================================
   4. BUTTON HOVER
========================================================== */

#fluentform_5 .ff-btn-submit:hover,
#fluentform_6 .ff-btn-submit:hover,
#fluentform_7 .ff-btn-submit:hover,
#fluentform_8 .ff-btn-submit:hover{
  background:#F5C222 !important;
  border-color:#F5C222 !important;
  color:#111111 !important;

  transform:translateY(-2px) !important;

  box-shadow:0 10px 24px rgba(17,17,17,.12) !important;
}

#fluentform_5 .ff-btn-submit:hover::after,
#fluentform_6 .ff-btn-submit:hover::after,
#fluentform_7 .ff-btn-submit:hover::after,
#fluentform_8 .ff-btn-submit:hover::after{
  transform:translate(2px,-50%) !important;
}


/* ==========================================================
   5. BUTTON FOKUS
========================================================== */

#fluentform_5 .ff-btn-submit:focus-visible,
#fluentform_6 .ff-btn-submit:focus-visible,
#fluentform_7 .ff-btn-submit:focus-visible,
#fluentform_8 .ff-btn-submit:focus-visible{
  outline:3px solid rgba(250,202,48,.45) !important;
  outline-offset:3px !important;
}


/* ==========================================================
   6. DSGVO-CONTAINER
   Benötigte Container-Klasse in Fluent Forms:
   fold-gdpr-field
========================================================== */

.fold-gdpr-field{
  width:100% !important;

  margin:18px 0 0 !important;
  padding:0 !important;
}

.fold-gdpr-field .ff-el-input--content{
  width:100% !important;

  margin:0 !important;
  padding:0 !important;
}

.fold-gdpr-field .ff-el-form-check{
  display:flex !important;
  align-items:flex-start !important;
  gap:12px !important;

  width:100% !important;

  margin:0 !important;
  padding:0 !important;
}


/* ==========================================================
   7. DSGVO-CHECKBOX
========================================================== */

.fold-gdpr-field input[type="checkbox"]{
  appearance:none !important;
  -webkit-appearance:none !important;

  position:relative !important;
  display:block !important;

  flex:0 0 20px !important;

  width:20px !important;
  min-width:20px !important;
  max-width:20px !important;

  height:20px !important;
  min-height:20px !important;
  max-height:20px !important;

  margin:2px 0 0 !important;
  padding:0 !important;

  border:1.5px solid #B9BBB5 !important;
  border-radius:5px !important;

  background:#FFFFFF !important;

  cursor:pointer !important;

  box-shadow:none !important;
}


/* ==========================================================
   8. AKTIVIERTE CHECKBOX
========================================================== */

.fold-gdpr-field input[type="checkbox"]:checked{
  border-color:#111111 !important;
  background:#111111 !important;
}

.fold-gdpr-field input[type="checkbox"]:checked::after{
  content:"";

  position:absolute;
  top:2px;
  left:6px;

  width:5px;
  height:10px;

  border:solid #FFFFFF;
  border-width:0 2px 2px 0;

  transform:rotate(45deg);
}


/* ==========================================================
   9. DSGVO-TEXT
========================================================== */

.fold-gdpr-field .ff-el-form-check-label{
  display:block !important;

  flex:1 1 auto !important;
  min-width:0 !important;

  margin:0 !important;
  padding:0 !important;

  color:#4B4F56 !important;

  font-family:"Inter",Arial,sans-serif !important;
  font-size:13px !important;
  font-weight:500 !important;
  line-height:1.55 !important;

  cursor:pointer !important;
}


/* ==========================================================
   10. INNERE TEXTELEMENTE ZURÜCKSETZEN
========================================================== */

.fold-gdpr-field .ff-el-form-check-label span,
.fold-gdpr-field .ff-el-form-check-label p{
  display:inline !important;

  margin:0 !important;
  padding:0 !important;

  color:inherit !important;

  font:inherit !important;
  line-height:inherit !important;
}


/* ==========================================================
   11. DATENSCHUTZ-LINK
========================================================== */

.fold-gdpr-field a{
  color:#111111 !important;

  font-weight:700 !important;

  text-decoration:underline !important;
  text-underline-offset:2px;
}


/* ==========================================================
   12. CHECKBOX FOKUS
========================================================== */

.fold-gdpr-field input[type="checkbox"]:focus-visible{
  outline:3px solid rgba(250,202,48,.45) !important;
  outline-offset:3px !important;
}


/* ==========================================================
   FOLD FLUENT FORMS
   BUTTONS UND DSGVO-CHECKBOXEN – FINALE VERSION V7 ENDET
========================================================== */

/* ==========================================================
   FOLD FOOTER – FLUENT FORMS NEWSLETTER V2 BEGINNT
========================================================== */

.fold-footer__newsletter-form{
  width:100%;
  margin-top:22px;
}

.fold-footer__newsletter-form form{
  width:100%;
}

.fold-footer__newsletter-form .ff-el-group{
  margin:0 !important;
}


/* ==========================================================
   E-MAIL-FELD
========================================================== */

.fold-footer__newsletter-form input[type="email"]{
  width:100% !important;
  min-width:0 !important;
  min-height:58px !important;

  margin:0 !important;
  padding:14px 18px !important;

  border:1px solid #D8D9D3 !important;
  border-radius:16px !important;
  outline:none !important;

  background:#FFFFFF !important;
  color:#111111 !important;

  font-family:"Inter",Arial,sans-serif !important;
  font-size:16px !important;
  font-weight:400 !important;
  line-height:1.4 !important;

  box-shadow:none !important;

  transition:
    border-color .2s ease,
    box-shadow .2s ease;
}

.fold-footer__newsletter-form input[type="email"]::placeholder{
  color:#7B7E82 !important;
  opacity:1 !important;
}

.fold-footer__newsletter-form input[type="email"]:hover{
  border-color:#BEBFB9 !important;
}

.fold-footer__newsletter-form input[type="email"]:focus{
  border-color:#111111 !important;

  box-shadow:
    0 0 0 3px rgba(17,17,17,.06) !important;
}


/* ==========================================================
   DSGVO-BEREICH
========================================================== */

.fold-footer__newsletter-form .ff_gdpr_field{
  margin:14px 0 0 !important;
}

.fold-footer__newsletter-form .ff_gdpr_field .ff-el-form-check{
  margin:0 !important;
}

.fold-footer__newsletter-form .ff_gdpr_field .ff-el-form-check-label{
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;

  width:100%;
  max-width:560px;

  margin:0 !important;

  color:#4B4F56 !important;

  font-family:"Inter",Arial,sans-serif !important;
  font-size:14px !important;
  font-weight:500 !important;
  line-height:1.5 !important;

  cursor:pointer;
}


/* ==========================================================
   CHECKBOX
========================================================== */

.fold-footer__newsletter-form .ff_gdpr_field input[type="checkbox"]{
  appearance:none !important;
  -webkit-appearance:none !important;

  position:relative;
  display:block !important;

  width:20px !important;
  min-width:20px !important;
  max-width:20px !important;

  height:20px !important;
  min-height:20px !important;
  max-height:20px !important;

  flex:0 0 20px;

  margin:1px 0 0 !important;
  padding:0 !important;

  border:1.5px solid #B9BBB5 !important;
  border-radius:5px !important;

  background:#FFFFFF !important;

  cursor:pointer;
  box-shadow:none !important;
}

.fold-footer__newsletter-form .ff_gdpr_field input[type="checkbox"]:checked{
  border-color:#111111 !important;
  background:#111111 !important;
}

.fold-footer__newsletter-form .ff_gdpr_field input[type="checkbox"]:checked::after{
  content:"";

  position:absolute;
  top:2px;
  left:6px;

  width:5px;
  height:10px;

  border:solid #FFFFFF;
  border-width:0 2px 2px 0;

  transform:rotate(45deg);
}

.fold-footer__newsletter-form .ff_gdpr_field input[type="checkbox"]:focus-visible{
  outline:3px solid rgba(250,202,48,.45) !important;
  outline-offset:3px;
}

.fold-footer__newsletter-form .ff_gdpr_field a{
  color:#111111 !important;

  font-weight:700 !important;

  text-decoration:underline !important;
  text-underline-offset:2px;
}


/* ==========================================================
   ABSENDE-BUTTON
========================================================== */

.fold-footer__newsletter-form .ff_submit_btn_wrapper{
  width:auto !important;
  margin:18px 0 0 !important;
}

.fold-footer__newsletter-form .ff-btn-submit{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:auto !important;
  min-width:220px !important;
  min-height:58px !important;

  margin:0 !important;
  padding:14px 28px !important;

  border:1px solid #FACA30 !important;
  border-radius:16px !important;

  background:#FACA30 !important;
  color:#111111 !important;

  font-family:"Inter",Arial,sans-serif !important;
  font-size:16px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  text-align:center !important;

  opacity:1 !important;
  cursor:pointer;

  box-shadow:none !important;

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background-color .2s ease,
    border-color .2s ease;
}

.fold-footer__newsletter-form .ff-btn-submit:hover{
  background:#F5C222 !important;
  border-color:#F5C222 !important;
  color:#111111 !important;

  transform:translateY(-2px);

  box-shadow:0 10px 24px rgba(17,17,17,.10) !important;
}

.fold-footer__newsletter-form .ff-btn-submit:focus-visible{
  outline:3px solid rgba(250,202,48,.45) !important;
  outline-offset:3px;
}


/* ==========================================================
   FEHLERMELDUNGEN
========================================================== */

.fold-footer__newsletter-form .error,
.fold-footer__newsletter-form .text-danger,
.fold-footer__newsletter-form .ff-el-is-error .text-danger{
  margin-top:7px !important;

  color:#B7322C !important;

  font-family:"Inter",Arial,sans-serif !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1.4 !important;
}


/* ==========================================================
   ERFOLGSMELDUNG
========================================================== */

.fold-footer__newsletter-form .ff-message-success{
  margin:0 !important;
  padding:16px 18px !important;

  border:1px solid rgba(250,202,48,.55) !important;
  border-radius:14px !important;

  background:rgba(250,202,48,.10) !important;
  color:#111111 !important;

  font-family:"Inter",Arial,sans-serif !important;
  font-size:14px !important;
  line-height:1.6 !important;

  box-shadow:none !important;
}

/* ==========================================================
   FOLD FOOTER – FLUENT FORMS NEWSLETTER V2 ENDET

/* ==========================================================
   FOLD HOMEPAGE HERO — FINAL TYPOGRAFIE
   Weiß · 46 px · Oswald 600 · kein Verlauf
========================================================== */

body .fold-clean .fc-hero__claim{
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;

  font-family:"Oswald",Arial,sans-serif !important;
  font-size:46px !important;
  font-weight:600 !important;
  line-height:1.08 !important;
  letter-spacing:-.01em !important;

  text-transform:none !important;
  text-shadow:none !important;
}

body .fold-clean .fc-hero::before,
body .fold-clean .fc-hero::after{
  display:none !important;
  content:none !important;
  background:none !important;
  background-image:none !important;
}

@media (max-width:900px){
  body .fold-clean .fc-hero__claim{
    font-size:40px !important;
  }
}

@media (max-width:767px){

  body .fold-clean .fc-hero__claim{
    font-size:23px !important;
    line-height:1.08 !important;
    bottom:85px !important;
  }

}

/* =========================================================
   FOLD HERO — LANDSCAPE FINAL
   Aufbau wie Desktop
   Typografie kompakter wie Mobile Portrait
========================================================= */

@media
  (orientation: landscape)
  and (min-width: 568px)
  and (max-width: 1366px)
  and (max-height: 700px) {

  /* HERO-BILD */
  body .fold-clean .fc-hero__image {
    width:100% !important;

    height:390px !important;
    min-height:390px !important;
    max-height:390px !important;

    object-fit:cover !important;
    object-position:center center !important;

    filter:none !important;
  }


  /* HERO-CLAIM — WIE DESKTOP LINKS UNTEN */
  body .fold-clean .fc-hero__claim {
    position:absolute !important;
    z-index:2 !important;

    top:auto !important;
    right:auto !important;
    bottom:96px !important;
    left:3% !important;

    width:auto !important;
    max-width:560px !important;

    margin:0 !important;
    padding:0 !important;

    color:#FFFFFF !important;
    -webkit-text-fill-color:#FFFFFF !important;

    font-family:"Oswald",Arial,sans-serif !important;
    font-size:23px !important;
    font-weight:600 !important;
    line-height:1.08 !important;
    letter-spacing:-.01em !important;

    text-transform:none !important;
    text-shadow:none !important;

    white-space:normal !important;
    word-break:normal !important;
    overflow-wrap:normal !important;
    hyphens:none !important;
  }


  /* CTA-GRUPPE — WIE DESKTOP LINKS UNTEN */
  body .fold-clean .fc-hero__actions {
    position:absolute !important;
    z-index:2 !important;

    right:auto !important;
    bottom:22px !important;
    left:3% !important;

    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;

    gap:12px !important;

    width:auto !important;

    margin:0 !important;
    padding:0 !important;
  }


  /* CTA-BUTTONS — KOMPAKTER ALS DESKTOP */
  body .fold-clean .fc-hero__actions .fc-btn {
    flex:none !important;

    width:200px !important;
    min-width:200px !important;
    max-width:200px !important;

    height:54px !important;
    min-height:54px !important;
    max-height:54px !important;

    margin:0 !important;

    font-size:14px !important;
  }


  /* KEIN VERLAUF / KEIN OVERLAY */
  body .fold-clean .fc-hero::before,
  body .fold-clean .fc-hero::after {
    display:none !important;
    content:none !important;

    background:none !important;
    background-image:none !important;
  }

}

/* ==========================================================

   FOLD HEADER — STICKY + DYNAMISCHE FARBEN V1.0
========================================================== */


/* ==========================================================
   1. HEADER BLEIBT BEIM SCROLLEN OBEN
========================================================== */

body .fold-header{
  --fh-dynamic-bg:#FFFFFF;
  --fh-dynamic-fg:#111111;
  --fh-dynamic-border:#E7E7E1;
  --fh-dynamic-hover:#F5F5F1;

  position:fixed !important;
top:0 !important;
right:0 !important;
left:0 !important;
z-index:99999 !important;

width:100% !important;

  background:var(--fh-dynamic-bg) !important;
  border-bottom:1px solid var(--fh-dynamic-border) !important;

  color:var(--fh-dynamic-fg) !important;

  transition:
    background-color .22s ease,
    color .22s ease,
    border-color .22s ease;
}

/* Platz für den festen Header */

body{
  padding-top:54px !important;
}


/* WordPress Admin-Bar */

body.admin-bar .fold-header{
  top:32px !important;
}


@media (max-width:782px){

  body.admin-bar .fold-header{
    top:46px !important;
  }

}

/* ==========================================================
   2. DESKTOP-MENÜ
========================================================== */

body .fold-header .fold-header__menu-item > a{
  color:var(--fh-dynamic-fg) !important;
}


body .fold-header .fold-header__menu-item > a:hover,
body .fold-header .fold-header__menu-item:focus-within > a{
  background:var(--fh-dynamic-hover) !important;
  border-color:var(--fh-dynamic-hover) !important;

  color:var(--fh-dynamic-fg) !important;
}


/* ==========================================================
   3. LOGO
   Logo folgt immer der Farbe der Menüschrift
========================================================== */

body .fold-header .fold-header__logo img{
  transition:filter .22s ease;
}


/* HELL / BEIGE = SCHWARZES LOGO */

body .fold-header.is-light .fold-header__logo img,
body .fold-header.is-beige .fold-header__logo img{
  filter:brightness(0) !important;
}


/* DUNKEL = WEISSES LOGO */

body .fold-header.is-dark .fold-header__logo img{
  filter:brightness(0) invert(1) !important;
}


/* ==========================================================
   4. DROPDOWN-PFEILE
========================================================== */

body .fold-header .fold-header__dropdown-link svg{
  color:var(--fh-dynamic-fg) !important;
  stroke:currentColor !important;
}


/* ==========================================================
   5. DESKTOP-DROPDOWN
   BLEIBT IMMER HELL UND GUT LESBAR
========================================================== */

body .fold-header .fold-header__submenu{
  background:#FFFFFF !important;
  border-color:#E7E7E1 !important;
}


body .fold-header .fold-header__submenu a{
  color:#2F3135 !important;
}


body .fold-header .fold-header__submenu a:hover,
body .fold-header .fold-header__submenu a:focus-visible{
  background:#F5F5F1 !important;
  color:#111111 !important;
}


/* ==========================================================
   6. MOBILE HAMBURGER
========================================================== */

body .fold-header .fold-header__mobile-toggle{
  border-color:var(--fh-dynamic-border) !important;
}


body .fold-header .fold-header__mobile-toggle span{
  background:var(--fh-dynamic-fg) !important;
}


body .fold-header .fold-header__mobile-toggle:hover{
  background:var(--fh-dynamic-hover) !important;
  border-color:var(--fh-dynamic-hover) !important;
}


/* ==========================================================
   7. MOBILES MENÜ
========================================================== */

body .fold-header .fold-header__mobile-menu{
  background:var(--fh-dynamic-bg) !important;
  border-top-color:var(--fh-dynamic-border) !important;
}


body .fold-header .fold-header__mobile-menu a:not(.fold-header__mobile-cta){
  color:var(--fh-dynamic-fg) !important;
}


body .fold-header .fold-header__mobile-menu a:not(.fold-header__mobile-cta):hover,
body .fold-header .fold-header__mobile-menu a:not(.fold-header__mobile-cta):focus-visible{
  background:var(--fh-dynamic-hover) !important;
  color:var(--fh-dynamic-fg) !important;
}


/* ==========================================================
   8. HELLER HEADER
========================================================== */

body .fold-header.is-light{
  --fh-dynamic-bg:#FFFFFF;
  --fh-dynamic-fg:#111111;
  --fh-dynamic-border:#E7E7E1;
  --fh-dynamic-hover:#F5F5F1;
}


/* ==========================================================
   9. BEIGER HEADER
========================================================== */

body .fold-header.is-beige{
  --fh-dynamic-bg:#F7F7F4;
  --fh-dynamic-fg:#111111;
  --fh-dynamic-border:#E1E1DC;
  --fh-dynamic-hover:#EFEFEA;
}


/* ==========================================================
   10. TRANSPARENTER HEADER ÜBER HERO
========================================================== */

body .fold-header.is-dark{
  --fh-dynamic-bg:rgba(17,17,17,.18);
  --fh-dynamic-fg:#FFFFFF;
  --fh-dynamic-border:transparent;
  --fh-dynamic-hover:rgba(255,255,255,.10);

  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}


/* ==========================================================
   11. PROBEFAHRT-BUTTON BLEIBT IMMER GELB
========================================================== */

body .fold-header .fold-header__cta,
body .fold-header .fold-header__mobile-cta{
  background:#FACA30 !important;
  border-color:#FACA30 !important;
  color:#111111 !important;
}


body .fold-header .fold-header__cta:hover,
body .fold-header .fold-header__mobile-cta:hover{
  background:#FFD743 !important;
  border-color:#FFD743 !important;
  color:#111111 !important;
}


body .fold-header .fold-header__cta-icon,
body .fold-header .fold-header__mobile-cta-icon{
  background:#111111 !important;
  color:#FFFFFF !important;
}


/* ==========================================================
   FOLD HEADER — STICKY + DYNAMISCHE FARBEN V1.0 ENDET




/* ==========================================================
   GLOBAL RESPONSIVE CSS V2.0 BEGINNT
========================================================== */

@media (max-width:1200px){

    .fold-grid-4{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

}

@media (max-width:1024px){

    .fold-section{
    padding:96px 0;

    }

    .fold-container{
    width:min(100% - 40px,var(--fold-container));
}

.fold-container-wide{
    width:min(100% - 40px,var(--fold-container-wide));
}

    .fold-grid-2,
.fold-grid-3,
.fold-grid-4{
    grid-template-columns:1fr 1fr;
    gap:32px;
}

    .fold-hero{
        padding:80px 24px;
    }

    .fold-hero__title{
        font-size:48px;
    }

    .fold-title{
        font-size:46px;
    }

    .fold-hero__text,
    .fold-text{
        font-size:17px;
    }

    .fold-cta{
        padding:56px 32px;
    }

}

@media (max-width:767px){

   .fold-section{
    padding:72px 0;

    }

    .fold-container,
    .fold-container-wide{
        width:min(100% - 32px,100%);
    }

    .fold-hero{
        padding:64px 20px;
    }

    .fold-hero__title,
    .fold-title{
        font-size:36px;
        line-height:1.08;
    }

    .fold-hero__eyebrow,
    .fold-eyebrow{
        margin-bottom:12px;
        font-size:11px;
    }

    .fold-hero__line,
    .fold-title-line{
        width:56px;
        min-width:56px;
        max-width:56px;
        height:3px;
        min-height:3px;
        max-height:3px;
        margin:20px 0 24px;
    }

    .fold-hero__actions{
        flex-direction:column;
        align-items:stretch;
    }

    .fold-button,
    .fold-btn{
        width:100%;
    }

    .fold-card{
        padding:28px 22px;
    }

    .fold-cta{
        padding:44px 22px;
    }

    .fold-quote{
        padding:34px 24px;
    }

    .fold-feature-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

}

@media (max-width:480px){

    .fold-container,
    .fold-container-wide{
       width:min(100% - 24px,100%);
    }

    .fold-hero__title,
    .fold-title{
        font-size:31px;
    }

}

@media (hover:none){

    .fold-card:hover,
    .fold-image:hover img{
        transform:none;
    }

}

@media (prefers-reduced-motion:reduce){

    .fold-card,
    .fold-image img{
        transition:none;
    }

}

/* ==========================================================
   GLOBAL RESPONSIVE CSS V2.0 ENDET

   FOLD HOMEPAGE RESPONSIVE CSS V14.4 BEGINNT
   Komplett neu strukturiert und harmonisiert
   Desktop / Laptop / Tablet quer / Tablet hochkant / Mobile
   Fokus:
   - Hero Buttons überall 16 px Radius
   - Highlight-Karte kompakter und gleichmäßig
   - Performance Bild + Karte bündig
========================================================== */


/* ==========================================================
   1. KLEINERE DESKTOPS BIS 1440 PX
========================================================== */

@media (max-width:1440px){

  .fold-clean{
    --fc-width:93%;
    --fc-space:38px;
    --fc-radius:28px;
  }

  .fold-clean .fc-title{
    font-size:52px !important;
    line-height:1.03 !important;
    letter-spacing:-.035em;
  }


  /* HERO */

  .fold-clean .fc-hero{
    overflow:hidden;
    border-radius:30px;
    background:#f4f4f1;
  }

  .fold-clean .fc-hero__image{
    display:block;
    width:100% !important;
    height:clamp(620px,76vh,820px) !important;

    object-fit:cover !important;
    object-position:center center !important;

    border-radius:inherit;
  }

  .fold-clean .fc-hero__actions{
    gap:14px;
  }

  .fold-clean .fc-btn{
    height:58px;
    min-height:58px;

    padding:0 56px 0 22px;

    border-radius:16px;

    font-size:15px;
    font-weight:600;
    letter-spacing:-.01em;
  }

  .fold-clean .fc-btn__icon{
    width:40px;
    height:40px;
  }


  /* PERFORMANCE */

  .fold-clean .fc-performance{
    grid-template-columns:minmax(0,59%) minmax(380px,41%);
    align-items:stretch;
  }

  .fold-clean .fc-performance__content,
  .fold-clean .fc-performance__media{
    min-height:590px;

    border-radius:28px;

    overflow:hidden;
  }

  .fold-clean .fc-performance__content{
    padding:30px 28px 22px;

    display:flex;
    flex-direction:column;

    gap:0;
  }

  .fold-clean .fc-performance__intro{
    flex:0 0 auto;
  }

  .fold-clean .fc-stats{
    flex:0 0 auto;

    margin-top:22px;

    gap:10px;
  }

  .fold-clean .fc-stat{
    border-radius:16px;
  }


  /* TECHNISCHE HIGHLIGHTS */

  .fold-clean .fc-tech{
    flex:none !important;

    min-height:0 !important;
    height:auto !important;

    margin-top:14px;

    padding:24px 24px 24px 30px;

    display:flex;
    flex-direction:column;
    justify-content:center;

    border-radius:18px;
  }

  .fold-clean .fc-tech::before{
    top:22px;
    bottom:22px;
  }

  .fold-clean .fc-tech h3{
    margin:0 0 10px;

    font-size:18px;
    line-height:1.25;
    letter-spacing:-.02em;
  }

  .fold-clean .fc-tech p{
    margin:0;

    font-size:14px;
    line-height:1.6;
  }


  /* STORAGE */

  .fold-clean .fc-storage-card{
    height:470px;

    border-radius:22px;

    overflow:hidden;
  }


  /* MODELLE */

  .fold-clean .fc-model-card{
    border-radius:22px;

    overflow:hidden;
  }

  .fold-clean .fc-model-card__image{
    height:410px;

    padding:46px 22px 10px;
  }

  .fold-clean .fc-model-card__content{
    padding:24px 26px 28px;
  }


  /* IDEE / FALTEN / TRAVEL */

  .fold-clean .fc-idea,
  .fold-clean .fc-folding,
  .fold-clean .fc-travel{
    align-items:stretch;
  }

  .fold-clean .fc-idea__media,
  .fold-clean .fc-folding__media,
  .fold-clean .fc-travel__media{
    border-radius:28px;

    overflow:hidden;
  }

  .fold-clean .fc-idea__text,
  .fold-clean .fc-folding__text,
  .fold-clean .fc-travel__text{
    padding:48px 44px;

    border-radius:28px;
  }

}


/* ==========================================================
   2. LAPTOP BIS 1280 PX
========================================================== */

@media (max-width:1280px){

  .fold-clean{
    --fc-width:92%;
    --fc-space:36px;
  }

  .fold-clean .fc-title{
    font-size:46px !important;
  }


  /* HERO */

  .fold-clean .fc-hero{
    border-radius:28px;
  }

  .fold-clean .fc-hero__image{
    height:clamp(590px,72vh,760px) !important;
  }

  .fold-clean .fc-btn{
    border-radius:16px;
  }


  /* PERFORMANCE */

  .fold-clean .fc-performance{
    grid-template-columns:minmax(0,58%) minmax(370px,42%);
  }

  .fold-clean .fc-performance__content,
  .fold-clean .fc-performance__media{
    min-height:570px;
  }

  .fold-clean .fc-performance__content{
    padding:28px 24px 20px;
  }

  .fold-clean .fc-stats{
    margin-top:20px;
    gap:9px;
  }

  .fold-clean .fc-tech{
    margin-top:12px;
    padding:20px 22px 20px 26px;
  }

  .fold-clean .fc-tech::before{
    top:18px;
    bottom:18px;
  }

  .fold-clean .fc-tech h3{
    margin-bottom:8px;
    font-size:17px;
  }

  .fold-clean .fc-tech p{
    font-size:13.5px;
    line-height:1.58;
  }


  /* STORAGE */

  .fold-clean .fc-storage-card{
    height:455px;
  }


  /* MODELLE */

  .fold-clean .fc-model-card__image{
    height:395px;

    padding:44px 20px 10px;
  }

}


/* ==========================================================
   3. TABLET HOCHKANT
   ZWEISPALTIGE PREMIUM-STRUKTUR
========================================================== */

@media (min-width:768px) and (max-width:1024px) and (orientation:portrait){

  .fold-clean{
    --fc-width:calc(100% - 56px);
    --fc-space:32px;
    --fc-radius:24px;
  }


  /* TYPOGRAFIE */

  .fold-clean .fc-eyebrow{
    margin-bottom:11px;
    font-size:11px;
  }

  .fold-clean .fc-title{
    font-size:40px !important;
    line-height:1.04 !important;
    letter-spacing:-.035em;
  }

  .fold-clean .fc-line{
    width:58px;
    height:3px;
    margin:17px 0 22px;
  }

  .fold-clean .fc-copy{
    max-width:none;
  }

  .fold-clean .fc-copy p{
    font-size:15px;
    line-height:1.62;
  }


  /* HERO */

  .fold-clean .fc-hero{
    border-radius:26px;
  }

  .fold-clean .fc-hero__image{
    height:620px !important;
    object-fit:cover !important;
    object-position:center center !important;
  }

  .fold-clean .fc-hero__actions{
    gap:12px;
  }

  .fold-clean .fc-btn{
    height:56px;
    min-height:56px;
    padding:0 54px 0 20px;
    border-radius:16px;
    font-size:14px;
  }


  /* IDEE – ZWEISPALTIG */

  .fold-clean .fc-idea{
    display:grid;
    grid-template-columns:minmax(0,46%) minmax(0,54%);
    align-items:stretch;
    gap:18px;
  }

  .fold-clean .fc-idea__text,
  .fold-clean .fc-idea__media{
    min-height:500px;
  }

  .fold-clean .fc-idea__text{
    padding:34px 30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    border-radius:24px;
  }

  .fold-clean .fc-idea__media{
    height:auto;
    border-radius:24px;
    overflow:hidden;
  }


  /* PERFORMANCE – ZWEISPALTIG */

  .fold-clean .fc-performance{
    display:grid;
    grid-template-columns:minmax(0,56%) minmax(0,44%);
    align-items:stretch;
    gap:18px;
  }

  .fold-clean .fc-performance__media,
  .fold-clean .fc-performance__content{
    min-height:520px;
  }

  .fold-clean .fc-performance__media{
    height:auto;
    border-radius:24px;
    overflow:hidden;
  }

  .fold-clean .fc-performance__content{
    padding:26px 22px 20px;
    display:flex;
    flex-direction:column;
    gap:0;
    border-radius:24px;
  }

  .fold-clean .fc-performance .fc-title{
    font-size:38px !important;
  }

  .fold-clean .fc-performance__intro p{
    font-size:13.5px;
    line-height:1.55;
  }

  .fold-clean .fc-stats{
    margin-top:18px;
    gap:8px;
  }

  .fold-clean .fc-stat{
    min-height:72px;
    padding:11px 12px;
    border-radius:14px;
  }

  .fold-clean .fc-stat strong{
    font-size:21px;
  }

  .fold-clean .fc-stat small{
    font-size:9.5px;
  }

  .fold-clean .fc-tech{
    flex:none !important;
    min-height:0 !important;
    height:auto !important;
    margin-top:12px;
    padding:17px 18px 17px 22px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    border-radius:17px;
  }

  .fold-clean .fc-tech::before{
    top:15px;
    bottom:15px;
  }

  .fold-clean .fc-tech h3{
    margin:0 0 7px;
    font-size:16px;
    line-height:1.28;
  }

  .fold-clean .fc-tech p{
    margin:0;
    font-size:12px;
    line-height:1.55;
  }


  /* STORAGE – 3 SPALTEN */

  .fold-clean .fc-storage__title{
    font-size:40px !important;
    white-space:nowrap;
  }

  .fold-clean .fc-storage__copy p{
    font-size:15px;
    line-height:1.58;
  }

  .fold-clean .fc-storage__grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
  }

  .fold-clean .fc-storage-card{
    height:410px;
    border-radius:20px;
  }

  .fold-clean .fc-storage-card h3{
    right:16px;
    bottom:16px;
    left:16px;
    font-size:23px;
  }


  /* MODELLE – 2 SPALTEN */

  .fold-clean .fc-lineup__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
  }

  .fold-clean .fc-model-card{
    border-radius:20px;
  }

  .fold-clean .fc-model-card__image{
    height:330px;
    padding:34px 16px 8px;
  }

  .fold-clean .fc-model-card__content{
    padding:18px 20px 22px;
  }

  .fold-clean .fc-model-card__content h3{
    font-size:30px;
  }

  .fold-clean .fc-model-card__content p{
    min-height:48px;
    font-size:13.5px;
    line-height:1.55;
  }

  .fold-clean .fc-model-button{
    width:190px;
    min-width:190px;
    max-width:190px;
    height:52px;
    min-height:52px;
    max-height:52px;
    padding:0 48px 0 16px;
    border-radius:16px;
    font-size:12px;
  }

  .fold-clean .fc-model-button__icon{
    width:36px;
    height:36px;
  }


  /* FALTEN – ZWEISPALTIG */

  .fold-clean .fc-folding{
    display:grid;
    grid-template-columns:minmax(0,56%) minmax(0,44%);
    align-items:stretch;
    gap:18px;
  }

  .fold-clean .fc-folding__media,
  .fold-clean .fc-folding__text{
    min-height:500px;
  }

  .fold-clean .fc-folding__media{
    height:auto;
    border-radius:24px;
  }

  .fold-clean .fc-folding__text{
    padding:34px 30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    border-radius:24px;
  }


  /* KOMPAKT UNTERWEGS – ZWEISPALTIG */

  .fold-clean .fc-travel{
    display:grid;
    grid-template-columns:minmax(0,44%) minmax(0,56%);
    align-items:stretch;
    gap:18px;
  }

  .fold-clean .fc-travel__text,
  .fold-clean .fc-travel__media{
    min-height:500px;
  }

  .fold-clean .fc-travel__text{
    padding:34px 30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    border-radius:24px;
  }

  .fold-clean .fc-travel__media{
    height:auto;
    border-radius:24px;
  }


  /* FEATURES – 2 x 2 */

  .fold-clean .fc-features{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }

  .fold-clean .fc-features article{
    min-height:210px;
    border-radius:18px;
  }

}


/* ==========================================================
   4. TABLET LANDSCAPE
========================================================== */

@media (min-width:768px) and (max-width:1180px) and (orientation:landscape){

  .fold-clean{
    --fc-width:92%;
    --fc-space:32px;
    --fc-radius:24px;
  }

  .fold-clean .fc-title{
    font-size:42px !important;
    line-height:1.04 !important;
  }


  /* HERO */

  .fold-clean .fc-hero{
    border-radius:24px;
  }

  .fold-clean .fc-hero__image{
    height:540px !important;

    object-fit:cover !important;
    object-position:center center !important;
  }

  .fold-clean .fc-btn{
    height:54px;
    min-height:54px;

    padding:0 52px 0 18px;

    border-radius:16px;

    font-size:14px;
  }

  .fold-clean .fc-btn__icon{
    width:38px;
    height:38px;
  }


  /* PERFORMANCE */

  .fold-clean .fc-performance{
    grid-template-columns:minmax(0,56%) minmax(340px,44%);
  }

  .fold-clean .fc-performance__content,
  .fold-clean .fc-performance__media{
    min-height:540px;
  }

  .fold-clean .fc-performance__content{
    padding:26px 22px 20px;

    display:flex;
    flex-direction:column;

    gap:0;
  }

  .fold-clean .fc-performance__intro p{
    font-size:14px;
    line-height:1.58;
  }

  .fold-clean .fc-stats{
    margin-top:18px;

    gap:8px;
  }

  .fold-clean .fc-stat{
    min-height:76px;

    padding:12px;

    border-radius:14px;
  }

  .fold-clean .fc-stat strong{
    font-size:22px;
  }

  .fold-clean .fc-stat small{
    font-size:10px;
  }


  /* TECHNISCHE HIGHLIGHTS */

  .fold-clean .fc-tech{
    flex:none !important;

    min-height:0 !important;
    height:auto !important;

    margin-top:12px;

    padding:20px 18px 20px 24px;

    display:flex;
    flex-direction:column;
    justify-content:center;

    border-radius:17px;
  }

  .fold-clean .fc-tech::before{
    top:18px;
    bottom:18px;
  }

  .fold-clean .fc-tech h3{
    margin:0 0 8px;

    font-size:16px;
    line-height:1.28;
  }

  .fold-clean .fc-tech p{
    margin:0;

    font-size:12.5px;
    line-height:1.58;
  }


  /* STORAGE */

  .fold-clean .fc-storage-card{
    height:430px;
  }


  /* MODELLE */

  .fold-clean .fc-model-card__image{
    height:360px;

    padding:36px 18px 8px;
  }


  /* TEXTKARTEN */

  .fold-clean .fc-idea__text,
  .fold-clean .fc-folding__text,
  .fold-clean .fc-travel__text{
    padding:36px 32px;
  }


  /* FEATURES */

  .fold-clean .fc-features{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

}


/* ==========================================================
   5. MOBILE BIS 767 PX
========================================================== */

@media (max-width:767px), (max-device-width:767px){

  .fold-clean{
    --fc-width:calc(100% - 28px);
    --fc-space:24px;
    --fc-radius:20px;
  }


  /* TYPOGRAFIE */

  .fold-clean .fc-eyebrow{
    margin-bottom:10px;

    font-size:10px;
    letter-spacing:.16em;
  }

  .fold-clean .fc-title{
    font-size:34px !important;
    line-height:1.05 !important;
    letter-spacing:-.03em;
  }

  .fold-clean .fc-line{
    width:52px;
    height:3px;

    margin:16px 0 20px;
  }

  .fold-clean .fc-copy p,
  .fold-clean .fc-performance__intro p{
    font-size:15px;
    line-height:1.62;
  }


  /* HERO – HOCHKANT, RUHIG, WENIGER GEZOOMT */

  .fold-clean .fc-hero{
    height:auto;

    overflow:hidden;

    border-radius:22px;

    background:#f4f4f1;
  }

  .fold-clean .fc-hero__image{
    display:block;

    width:100% !important;
    height:min(58svh,500px) !important;
    max-height:500px !important;

    object-fit:cover !important;
    object-position:center 40% !important;

    border-radius:inherit;
  }

  .fold-clean .fc-hero__actions{
    right:12px;
    bottom:12px;
    left:12px;

    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));

    gap:8px;
  }

  .fold-clean .fc-btn{
    width:100%;
    min-width:0;
    max-width:none;

    height:50px;
    min-height:50px;
    max-height:50px;

    padding:0 42px 0 14px;

    border-radius:16px;

    font-size:11.5px;
    font-weight:600;
  }

  .fold-clean .fc-btn__icon{
    width:34px;
    height:34px;
  }


  /* CONTENT EINSPALTIG */

  .fold-clean .fc-idea,
  .fold-clean .fc-performance,
  .fold-clean .fc-folding,
  .fold-clean .fc-travel{
    display:flex;
    flex-direction:column;

    gap:14px;
  }


  /* IDEE */

  .fold-clean .fc-idea__text{
    min-height:0;

    padding:30px 24px;

    border-radius:22px;
  }

  .fold-clean .fc-idea__media{
    height:400px;
    min-height:400px;

    border-radius:22px;

    overflow:hidden;
  }


  /* PERFORMANCE */

  .fold-clean .fc-performance__media{
    height:410px;
    min-height:410px;

    border-radius:22px;

    overflow:hidden;
  }

  .fold-clean .fc-performance__content{
    min-height:0;

    padding:28px 22px 20px;

    display:flex;
    flex-direction:column;

    gap:0;

    border-radius:22px;
  }

  .fold-clean .fc-stats{
    margin-top:20px;

    gap:8px;
  }

  .fold-clean .fc-stat{
    min-height:78px;

    padding:12px;

    border-radius:14px;
  }

  .fold-clean .fc-stat strong{
    font-size:22px;
  }

  .fold-clean .fc-stat small{
    font-size:9px;
  }


  /* TECHNISCHE HIGHLIGHTS */

  .fold-clean .fc-tech{
    flex:none !important;

    min-height:0 !important;
    height:auto !important;

    margin-top:14px;

    padding:18px 18px 18px 22px;

    display:flex;
    flex-direction:column;
    justify-content:center;

    border-radius:18px;
  }

  .fold-clean .fc-tech::before{
    top:16px;
    bottom:16px;
  }

  .fold-clean .fc-tech h3{
    margin:0 0 7px;

    font-size:16px;
    line-height:1.3;
    letter-spacing:-.015em;
  }

  .fold-clean .fc-tech p{
    margin:0;

    font-size:12.5px;
    line-height:1.58;
  }


  /* STORAGE */

  .fold-clean .fc-storage__title{
    white-space:nowrap;

    font-size:29px !important;
    letter-spacing:-.025em;
  }

  .fold-clean .fc-storage__copy{
    max-width:none;
  }

  .fold-clean .fc-storage__grid{
    grid-template-columns:1fr;

    gap:12px;
  }

  .fold-clean .fc-storage-card{
    height:auto;

    aspect-ratio:4 / 5;

    border-radius:20px;
  }


  /* MODELLE */

  .fold-clean .fc-lineup__grid{
    grid-template-columns:1fr;

    gap:14px;
  }

  .fold-clean .fc-model-card{
    border-radius:20px;

    overflow:hidden;
  }

  .fold-clean .fc-model-card__image{
    height:320px;

    padding:28px 14px 8px;
  }

  .fold-clean .fc-model-card__content{
    padding:18px 20px 22px;
  }

  .fold-clean .fc-model-card__content h3{
    font-size:34px;
  }

  .fold-clean .fc-model-card__content p{
    min-height:0;

    font-size:14px;
    line-height:1.58;
  }


  /* FALTEN / TRAVEL */

  .fold-clean .fc-folding__media,
  .fold-clean .fc-travel__media{
    height:380px;
    min-height:380px;

    border-radius:22px;

    overflow:hidden;
  }

  .fold-clean .fc-folding__text,
  .fold-clean .fc-travel__text{
    min-height:0;

    padding:30px 24px;

    border-radius:22px;
  }


  /* FEATURES */

  .fold-clean .fc-features{
    grid-template-columns:1fr;

    gap:12px;
  }

  .fold-clean .fc-features article{
    min-height:unset;

    padding:22px 18px;

    border-radius:18px;
  }

}


/* ==========================================================
   6. KLEINE SMARTPHONES BIS 480 PX
========================================================== */

@media (max-width:480px), (max-device-width:480px){

  .fold-clean{
    --fc-width:calc(100% - 22px);
    --fc-space:22px;
    --fc-radius:18px;
  }

  .fold-clean .fc-title{
    font-size:31px !important;
  }

  .fold-clean .fc-storage__title{
    font-size:27px !important;
  }


  /* HERO */

  .fold-clean .fc-hero{
    border-radius:20px;
  }

  .fold-clean .fc-hero__image{
    height:min(54svh,440px) !important;
    max-height:440px !important;

    object-position:center 40% !important;
  }

  .fold-clean .fc-btn{
    height:48px;
    min-height:48px;
    max-height:48px;

    padding:0 40px 0 12px;

    border-radius:16px;

    font-size:10.75px;
  }

  .fold-clean .fc-btn__icon{
    width:32px;
    height:32px;
  }


  /* PERFORMANCE */

  .fold-clean .fc-performance__media{
    height:380px;
    min-height:380px;
  }

  .fold-clean .fc-tech{
    padding:16px 16px 16px 20px;
  }

  .fold-clean .fc-tech::before{
    top:14px;
    bottom:14px;
  }

  .fold-clean .fc-tech h3{
    font-size:15.5px;
  }

  .fold-clean .fc-tech p{
    font-size:12px;
    line-height:1.58;
  }


  /* MODELLE */

  .fold-clean .fc-model-card__image{
    height:285px;
  }

}


/* ==========================================================
   7. SEHR KLEINE SMARTPHONES
========================================================== */

@media (max-width:390px), (max-device-width:390px){

  .fold-clean .fc-storage__title{
    font-size:25px !important;
  }

  .fold-clean .fc-hero__image{
    height:min(52svh,420px) !important;
  }

}


@media (max-width:360px), (max-device-width:360px){

  .fold-clean{
    --fc-width:calc(100% - 18px);
  }

  .fold-clean .fc-title{
    font-size:29px !important;
  }

  .fold-clean .fc-storage__title{
    font-size:23px !important;
  }

}


/* ==========================================================
   8. TOUCH
========================================================== */

@media (hover:none){

  .fold-clean .fc-btn:hover,
  .fold-clean .fc-model-button:hover{
    transform:none;
    box-shadow:none;
  }

}


/* ==========================================================
   9. REDUZIERTE BEWEGUNG
========================================================== */

@media (prefers-reduced-motion:reduce){

  .fold-clean *,
  .fold-clean *::before,
  .fold-clean *::after{
    animation:none !important;
    transition:none !important;
  }

}


/* ==========================================================
   FOLD HOMEPAGE RESPONSIVE CSS V14.4 ENDET

   FOLD FOOTER RESPONSIVE CSS V5.1 BEGINNT
========================================================== */


/* ==========================================================
   1. BIS 1380 PX
========================================================== */

@media (max-width:1380px){

  .fold-footer__main{
    grid-template-columns:
      minmax(225px,1.1fr)
      repeat(3,minmax(125px,.68fr))
      minmax(280px,1.15fr);

    gap:30px;
  }

}


/* ==========================================================
   2. BIS 1180 PX
========================================================== */

@media (max-width:1180px){

  .fold-footer{
    padding-top:52px;
  }

  .fold-footer__main{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:40px 30px;

    padding-bottom:44px;
  }

  .fold-footer__brand{
    grid-column:1 / 3;

    max-width:520px;
  }

  .fold-footer__brand-text{
    max-width:470px;
  }

  .fold-footer__newsletter{
    grid-column:2 / 4;

    max-width:540px;
  }

}


/* ==========================================================
   3. BIS 900 PX
========================================================== */

@media (max-width:900px){

  .fold-footer__inner{
    width:calc(100% - 40px);
  }

  .fold-footer__main{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:38px 28px;
  }

  .fold-footer__brand{
    grid-column:1 / -1;
  }

  .fold-footer__newsletter{
    grid-column:1 / -1;

    max-width:620px;
  }

  .fold-footer__bottom{
    grid-template-columns:1fr auto;
  }

  .fold-footer__legal{
    grid-column:1;
    grid-row:2;

    justify-content:flex-start;
  }

  .fold-footer__top{
    grid-column:2;
    grid-row:1 / 3;
  }

}


/* ==========================================================
   4. BIS 767 PX
========================================================== */

@media (max-width:767px){

  .fold-footer{
    padding:42px 0 14px;
  }

  .fold-footer__inner{
    width:calc(100% - 32px);
  }

  .fold-footer__main{
    grid-template-columns:1fr;
    gap:30px;

    padding-bottom:36px;
  }

  .fold-footer__brand,
  .fold-footer__newsletter{
    grid-column:auto;
  }

  .fold-footer__brand{
    max-width:none;
  }

  .fold-footer__logo{
    width:116px;

    margin-bottom:18px;
  }

  .fold-footer__logo img{
    max-height:46px;
  }

  .fold-footer__claim{
    font-size:24px;
  }

  .fold-footer__brand-text,
  .fold-footer__newsletter-text{
    max-width:100%;

    font-size:13px;
  }

  .fold-footer__column{
    padding-top:23px;

    border-top:1px solid var(--ff-border);
  }

  .fold-footer__heading{
    margin-bottom:20px;
    padding-bottom:9px;

    font-size:10px;
    letter-spacing:.17em;
  }

  .fold-footer__heading::after{
    width:26px;
    height:3px;
  }

  .fold-footer__links{
    gap:12px;
  }

  .fold-footer__links a{
    font-size:13px;
    font-weight:600;
  }

  .fold-footer__newsletter{
    max-width:none;

    padding-top:23px;

    border-top:1px solid var(--ff-border);
  }


  /* NEWSLETTER-FELD */

  #fluentform_4 input[type="email"],
  #fluentform_4 input[type="text"]{
    min-height:52px !important;
  }


  /* DSGVO */

  #fluentform_4 .ff_gdpr_field .ff-el-form-check,
  #fluentform_4 .fold-gdpr-field .ff-el-form-check{
    gap:9px !important;
  }

  #fluentform_4 .ff-el-form-check-label{
    font-size:11px !important;
    line-height:1.5 !important;
  }


  /* NEWSLETTER-BUTTON */

  #fluentform_4 .ff_submit_btn_wrapper{
    margin-top:16px !important;
  }

  #fluentform_4 .ff-btn-submit{
    width:100% !important;
    min-width:0 !important;
    min-height:54px !important;

    padding:
      7px
      58px
      7px
      18px !important;

    font-size:14px !important;
  }

  #fluentform_4 .ff-btn-submit::after{
    right:8px !important;

    width:38px !important;
    height:38px !important;

    font-size:17px !important;
  }


  /* SPRACHE */

  .fold-footer__language{
    max-width:none;
  }


  /* UNTERE LEISTE */

  .fold-footer__bottom{
    grid-template-columns:1fr auto;
    gap:16px;

    padding-top:18px;
  }

  .fold-footer__bottom p{
    max-width:230px;
  }

  .fold-footer__legal{
    gap:10px 17px;
  }

}


/* ==========================================================
   5. BIS 480 PX
========================================================== */

@media (max-width:480px){

  .fold-footer{
    padding-top:36px;
  }

  .fold-footer__inner{
    width:calc(100% - 24px);
  }

  .fold-footer__logo{
    width:108px;
  }

  .fold-footer__claim{
    font-size:22px;
  }

  .fold-footer__main{
    gap:28px;
  }

  #fluentform_4 .ff-btn-submit{
    min-height:52px !important;

    padding:
      6px
      54px
      6px
      16px !important;

    font-size:13px !important;
  }

  #fluentform_4 .ff-btn-submit::after{
    right:7px !important;

    width:36px !important;
    height:36px !important;

    font-size:16px !important;
  }

  .fold-footer__bottom{
    grid-template-columns:1fr;
    gap:15px;
  }

  .fold-footer__bottom p{
    max-width:none;
  }

  .fold-footer__legal{
    grid-column:1;
    grid-row:auto;

    justify-content:flex-start;
  }

  .fold-footer__top{
    grid-column:1;
    grid-row:auto;

    justify-self:start;
  }

}


/* ==========================================================
   6. TOUCH-GERÄTE
========================================================== */

@media (hover:none){

  .fold-footer__links a:hover,
  #fluentform_4 .ff-btn-submit:hover,
  .fold-footer__social a:hover,
  .fold-footer__top:hover{
    transform:none !important;

    box-shadow:none !important;
  }

  #fluentform_4 .ff-btn-submit:hover::after{
    transform:translateY(-50%) !important;
  }

}


/* ==========================================================
   7. REDUZIERTE BEWEGUNG
========================================================== */

@media (prefers-reduced-motion:reduce){

  .fold-footer *,
  .fold-footer *::before,
  .fold-footer *::after{
    transition:none !important;
    animation:none !important;
  }

}


/* ==========================================================
   FOLD FOOTER RESPONSIVE CSS V5.1 ENDET
========================================================== */

/* ==========================================================
   FOLD HEADER RESPONSIVE CSS V3.3 BEGINNT
========================================================== */

@media (max-width:1180px){

  .fold-header__inner{
    width:calc(100% - 40px);
    height:52px;
    min-height:52px;
    gap:14px;
  }

  .fold-header__logo{
    width:56px;
    min-width:56px;
  }

  .fold-header__logo img{
    max-height:30px;
  }

  .fold-header__menu-item > a{
    min-height:34px;
    padding:0 10px;
    font-size:12px;
    font-weight:600;
  }

  .fold-header__dropdown-link svg{
    width:12px;
    height:12px;
  }

  .fold-header__cta{
    min-height:38px;
    gap:10px;
    padding:4px 5px 4px 14px;
    font-size:12px;
  }

  .fold-header__cta-icon{
    width:26px;
    height:26px;
    flex:0 0 26px;
    font-size:13px;
  }

}


@media (max-width:980px){

  .fold-header__inner{
    grid-template-columns:auto 1fr auto;
  }

  .fold-header__nav{
    display:none;
  }

  .fold-header__cta{
    display:none;
  }

  .fold-header__mobile-toggle{
    display:flex;
  }

}


@media (max-width:767px){

  .fold-header__inner{
    width:calc(100% - 32px);
    height:56px;
    min-height:56px;
  }

  .fold-header__logo{
    width:54px;
    min-width:54px;
  }

  .fold-header__logo img{
    max-height:29px;
  }

  .fold-header__mobile-toggle{
    width:40px;
    height:40px;
  }

  .fold-header__mobile-menu{
    padding:8px 16px 18px;
  }

  .fold-header__mobile-menu a{
    min-height:44px;
    padding:0 12px;
    border-radius:var(--fh-radius);
    font-size:14px;
  }

  .fold-header__mobile-menu .fold-header__mobile-cta{
    min-height:54px;
    padding:6px 8px 6px 18px;
    border-radius:var(--fh-radius);
    font-size:15px;
  }

  .fold-header__mobile-cta-icon{
    width:38px;
    height:38px;
    flex:0 0 38px;
    font-size:17px;
  }

}


@media (max-width:480px){

  .fold-header__inner{
    width:calc(100% - 24px);
    height:52px;
    min-height:52px;
    gap:8px;
  }

  .fold-header__logo{
    width:50px;
    min-width:50px;
  }

  .fold-header__logo img{
    max-height:27px;
  }

  .fold-header__actions{
    gap:7px;
  }

  .fold-header__mobile-toggle{
    width:38px;
    height:38px;
  }

  .fold-header__mobile-menu{
    padding-right:12px;
    padding-left:12px;
  }

  .fold-header__mobile-menu a{
    font-size:13px;
  }

  .fold-header__mobile-menu .fold-header__mobile-cta{
    min-height:52px;
    padding:6px 7px 6px 16px;
    font-size:14px;
  }

  .fold-header__mobile-cta-icon{
    width:36px;
    height:36px;
    flex:0 0 36px;
    font-size:16px;
  }

}


@media (hover:none){

  .fold-header__cta:hover,
  .fold-header__mobile-cta:hover{
    transform:none;
    box-shadow:none;
  }

  .fold-header__cta:hover .fold-header__cta-icon,
  .fold-header__mobile-cta:hover .fold-header__mobile-cta-icon{
    transform:none;
  }

}


@media (prefers-reduced-motion:reduce){

  .fold-header *,
  .fold-header *::before,
  .fold-header *::after{
    transition:none !important;
    animation:none !important;
  }

}

/* ==========================================================
   FOLD HEADER RESPONSIVE CSS V3.3 ENDET
========================================================== */

/* ==========================================================
   GLOBALE RESPONSIVE TYPOGRAFIE- UND ABSTANDSKORREKTUR V3.0
   EINHEITLICHE EYEBROWS / KLEINERE HERO-TITEL /
   GLEICHER ABSTAND ZUM FOOTER
   MUSS AM ENDE DER RESPONSIVE CSS STEHEN
========================================================== */


/* ==========================================================
   1. TABLET UND KLEINE DESKTOPS
========================================================== */

@media (max-width:1280px){

  :root{
    --fold-heading-hero:46px;
    --fold-heading-section:42px;
    --fold-page-footer-gap:48px;
  }

  .fold-hero__title,
  .fold-support-title,
  .fold-events-title,
  .fold-model-page-title,
  .fs-hero h1,
  .fold-cargo-title,
  .fold-accessory-title,
  .fold-about-page h1,
  .fold-press-page h1,
  .fold-privacy-page h1,
  .fold-imprint-page h1,
  .fold-dealers-title,
  .fold-legal-heading h1,
  .fold-dealer-form-hero h1,
  .fold-contact-title,
  .fold-recommend-title,
  .fold-test-ride-title,
  .fold-details-title{
    font-size:var(--fold-heading-hero) !important;
    line-height:1.07 !important;
  }

  .fold-title,
  .fold-support-section-title,
  .fs-section-head h2,
  .fs-result h2,
  .fold-cargo-section h2,
  .fold-accessory-page h2,
  .fold-clean .fc-section-title,
  .fold-about-page h2,
  .fold-press-page h2,
  .fold-privacy-page h2,
  .fold-imprint-page h2,
  .fold-dealers-page h2,
  .fold-legal-card h2,
  .fold-dealer-form-page h2,
  .fold-contact-page h2,
  .fold-recommend-page h2,
  .fold-test-ride-page h2,
  .fold-details-page h2{
    font-size:var(--fold-heading-section) !important;
    line-height:1.08 !important;
  }

}


/* ==========================================================
   2. TABLETS
========================================================== */

@media (max-width:1024px){

  :root{
    --fold-heading-hero:42px;
    --fold-heading-section:38px;
    --fold-page-footer-gap:44px;
  }

  .fold-hero__title,
  .fold-support-title,
  .fold-events-title,
  .fold-model-page-title,
  .fs-hero h1,
  .fold-cargo-title,
  .fold-accessory-title,
  .fold-about-page h1,
  .fold-press-page h1,
  .fold-privacy-page h1,
  .fold-imprint-page h1,
  .fold-dealers-title,
  .fold-legal-heading h1,
  .fold-dealer-form-hero h1,
  .fold-contact-title,
  .fold-recommend-title,
  .fold-test-ride-title,
  .fold-details-title{
    font-size:var(--fold-heading-hero) !important;
  }

  .fold-title,
  .fold-support-section-title,
  .fs-section-head h2,
  .fs-result h2,
  .fold-cargo-section h2,
  .fold-accessory-page h2,
  .fold-clean .fc-section-title,
  .fold-about-page h2,
  .fold-press-page h2,
  .fold-privacy-page h2,
  .fold-imprint-page h2,
  .fold-dealers-page h2,
  .fold-legal-card h2,
  .fold-dealer-form-page h2,
  .fold-contact-page h2,
  .fold-recommend-page h2,
  .fold-test-ride-page h2,
  .fold-details-page h2{
    font-size:var(--fold-heading-section) !important;
  }

}


/* ==========================================================
   3. TABLETS HOCHKANT
========================================================== */

@media (max-width:900px){

  :root{
    --fold-heading-hero:40px;
    --fold-heading-section:36px;
    --fold-page-footer-gap:44px;
  }

  .fold-hero__title,
  .fold-support-title,
  .fold-events-title,
  .fold-model-page-title,
  .fs-hero h1,
  .fold-cargo-title,
  .fold-accessory-title,
  .fold-about-page h1,
  .fold-press-page h1,
  .fold-privacy-page h1,
  .fold-imprint-page h1,
  .fold-dealers-title,
  .fold-legal-heading h1,
  .fold-dealer-form-hero h1,
  .fold-contact-title,
  .fold-recommend-title,
  .fold-test-ride-title,
  .fold-details-title{
    font-size:var(--fold-heading-hero) !important;
  }

  .fold-title,
  .fold-support-section-title,
  .fs-section-head h2,
  .fs-result h2,
  .fold-cargo-section h2,
  .fold-accessory-page h2,
  .fold-clean .fc-section-title,
  .fold-about-page h2,
  .fold-press-page h2,
  .fold-privacy-page h2,
  .fold-imprint-page h2,
  .fold-dealers-page h2,
  .fold-legal-card h2,
  .fold-dealer-form-page h2,
  .fold-contact-page h2,
  .fold-recommend-page h2,
  .fold-test-ride-page h2,
  .fold-details-page h2{
    font-size:var(--fold-heading-section) !important;
  }

}


/* ==========================================================
   4. SMARTPHONES
========================================================== */

@media (max-width:767px), (max-device-width:767px){

  :root{
    --fold-heading-hero:34px;
    --fold-heading-section:32px;
    --fold-page-footer-gap:40px;
    --fold-eyebrow-size:10px;
  }

  .fold-hero__title,
  .fold-support-title,
  .fold-events-title,
  .fold-model-page-title,
  .fs-hero h1,
  .fold-cargo-title,
  .fold-accessory-title,
  .fold-about-page h1,
  .fold-press-page h1,
  .fold-privacy-page h1,
  .fold-imprint-page h1,
  .fold-dealers-title,
  .fold-legal-heading h1,
  .fold-dealer-form-hero h1,
  .fold-contact-title,
  .fold-recommend-title,
  .fold-test-ride-title,
  .fold-details-title{
    font-size:var(--fold-heading-hero) !important;
    line-height:1.08 !important;
    letter-spacing:-.01em !important;
  }

  .fold-title,
  .fold-support-section-title,
  .fs-section-head h2,
  .fs-result h2,
  .fold-cargo-section h2,
  .fold-accessory-page h2,
  .fold-clean .fc-section-title,
  .fold-about-page h2,
  .fold-press-page h2,
  .fold-privacy-page h2,
  .fold-imprint-page h2,
  .fold-dealers-page h2,
  .fold-legal-card h2,
  .fold-dealer-form-page h2,
  .fold-contact-page h2,
  .fold-recommend-page h2,
  .fold-test-ride-page h2,
  .fold-details-page h2{
    font-size:var(--fold-heading-section) !important;
    line-height:1.1 !important;
    letter-spacing:-.01em !important;
  }

  .fold-hero__eyebrow,
  .fold-eyebrow,
  .fold-support-eyebrow,
  .fold-support-card-label,
  .fold-events-eyebrow,
  .fold-model-eyebrow,
  .fs-kicker,
  .fold-cargo-eyebrow,
  .fold-accessory-eyebrow,
  .fold-clean .fc-eyebrow,
  .fold-about-eyebrow,
  .fold-press-eyebrow,
  .fold-press-card-label,
  .fold-privacy-eyebrow,
  .fold-imprint-eyebrow,
  .fold-dealers-eyebrow,
  .fold-dealers-card-kicker,
  .fold-legal-eyebrow,
  .fold-dealer-form-eyebrow,
  .fold-dealer-form-kicker,
  .fold-contact-eyebrow,
  .fold-contact-kicker,
  .fold-recommend-eyebrow,
  .fold-recommend-kicker,
  .fold-test-ride-eyebrow,
  .fold-test-ride-kicker,
  .fold-details-eyebrow,
  .fold-details-kicker{
    margin-bottom:12px !important;
    font-size:var(--fold-eyebrow-size) !important;
    font-weight:800 !important;
    line-height:1.15 !important;
    letter-spacing:.15em !important;
    text-transform:uppercase !important;
  }

  .fold-hero__line,
  .fold-title-line,
  .fold-support-line,
  .fold-events-line,
  .fold-model-line,
  .fs-line,
  .fold-cargo-line,
  .fold-accessory-line,
  .fold-clean .fc-line,
  .fold-about-line,
  .fold-press-line,
  .fold-privacy-line,
  .fold-imprint-line,
  .fold-dealers-line,
  .fold-legal-line,
  .fold-dealer-form-line,
  .fold-contact-line,
  .fold-recommend-line,
  .fold-test-ride-line,
  .fold-details-line{
    width:58px !important;
    min-width:58px !important;
    max-width:58px !important;
    height:3px !important;
    min-height:3px !important;
    max-height:3px !important;
    margin:18px 0 24px !important;
  }

  .fold-footer__heading,
  .fold-footer__language label,
  .fold-footer__language-label{
    margin-bottom:20px !important;
    padding-bottom:9px !important;
    font-size:10px !important;
    letter-spacing:.17em !important;
  }

  .fold-footer__heading::after,
  .fold-footer__language label::after,
  .fold-footer__language-label::after{
    width:26px !important;
    height:3px !important;
  }

}


/* ==========================================================
   5. KLEINE SMARTPHONES
========================================================== */

@media (max-width:480px), (max-device-width:480px){

  :root{
    --fold-heading-hero:31px;
    --fold-heading-section:29px;
    --fold-page-footer-gap:36px;
    --fold-eyebrow-size:10px;
  }

  .fold-hero__title,
  .fold-support-title,
  .fold-events-title,
  .fold-model-page-title,
  .fs-hero h1,
  .fold-cargo-title,
  .fold-accessory-title,
  .fold-about-page h1,
  .fold-press-page h1,
  .fold-privacy-page h1,
  .fold-imprint-page h1,
  .fold-dealers-title,
  .fold-legal-heading h1,
  .fold-dealer-form-hero h1,
  .fold-contact-title,
  .fold-recommend-title,
  .fold-test-ride-title,
  .fold-details-title{
    font-size:var(--fold-heading-hero) !important;
  }

  .fold-title,
  .fold-support-section-title,
  .fs-section-head h2,
  .fs-result h2,
  .fold-cargo-section h2,
  .fold-accessory-page h2,
  .fold-clean .fc-section-title,
  .fold-about-page h2,
  .fold-press-page h2,
  .fold-privacy-page h2,
  .fold-imprint-page h2,
  .fold-dealers-page h2,
  .fold-legal-card h2,
  .fold-dealer-form-page h2,
  .fold-contact-page h2,
  .fold-recommend-page h2,
  .fold-test-ride-page h2,
  .fold-details-page h2{
    font-size:var(--fold-heading-section) !important;
  }

}


/* ==========================================================
   6. EINHEITLICHER ABSTAND ZUM FOOTER
========================================================== */

.fold-support-page,
.fold-events-page,
.fold-model-page,
.fold-cargo-page,
.fold-accessory-page,
.fold-about-page,
.fold-press-page,
.fold-privacy-page,
.fold-imprint-page,
.fold-dealers-page,
.fold-legal-page,
.fold-dealer-form-page,
.fold-contact-page,
.fold-recommend-page,
.fold-test-ride-page,
.fold-details-page{
  padding-bottom:var(--fold-page-footer-gap) !important;
}

.fold-safety-page .fs-result{
  margin-bottom:var(--fold-page-footer-gap) !important;
}

.fold-clean .fc-features{
  margin-bottom:var(--fold-page-footer-gap) !important;
}

.fold-support-page > :last-child,
.fold-events-page > :last-child,
.fold-model-page > :last-child,
.fold-cargo-page > :last-child,
.fold-accessory-page > :last-child,
.fold-about-page > :last-child,
.fold-press-page > :last-child,
.fold-privacy-page > :last-child,
.fold-imprint-page > :last-child,
.fold-dealers-page > :last-child,
.fold-legal-page > :last-child,
.fold-dealer-form-page > :last-child,
.fold-contact-page > :last-child,
.fold-recommend-page > :last-child,
.fold-test-ride-page > :last-child,
.fold-details-page > :last-child{
  margin-bottom:0 !important;
}


/* ==========================================================
   GLOBALE RESPONSIVE TYPOGRAFIE- UND ABSTANDSKORREKTUR V3.0 ENDET
========================================================== */

/* ==========================================================
   FOLD GLOBAL FINAL RESPONSIVE SYSTEM V8.0
========================================================== */


/* ==========================================================
   KLEINERE DESKTOPS
========================================================== */

@media (max-width:1280px){

  body .fold-clean .fc-hero-content--buttons-only{
    left:5% !important;
    bottom:36px !important;
  }

  body .fold-clean .fc-lineup-copy h3,
  body .fold-model-title{
    font-size:29px !important;
  }

  body .fold-clean .fc-features article h3,
  body .fold-about-page .fold-about-principle h3,
  body .fold-press-page .fold-press-download-card h3,
  body .fold-press-page .fold-press-media-card h3{
    font-size:25px !important;
  }

  body .fold-safety-page .fs-process-card h3{
    font-size:20px !important;
  }

}


/* ==========================================================
   TABLETS
========================================================== */

@media (max-width:1024px){

  body .fold-clean .fc-hero-content--buttons-only{
    left:32px !important;
    right:auto !important;
    bottom:32px !important;
  }

  body .fold-clean .fc-lineup-copy h3,
  body .fold-model-title{
    font-size:28px !important;
  }

  body .fold-clean .fc-features article h3,
  body .fold-about-page .fold-about-principle h3,
  body .fold-press-page .fold-press-download-card h3,
  body .fold-press-page .fold-press-media-card h3{
    font-size:24px !important;
  }

  body .fold-safety-page .fs-process-card h3,
  body .fold-safety-page .fs-test-item h3,
  body .fold-safety-page .fs-test-item strong{
    font-size:21px !important;
  }

}


/* ==========================================================
   TABLETS HOCHKANT
========================================================== */

@media (max-width:900px){

  body .fold-clean .fc-hero-content--buttons-only{
    left:28px !important;
    right:auto !important;
    bottom:28px !important;
  }

}


/* ==========================================================
   SMARTPHONES
========================================================== */

@media (max-width:767px), (max-device-width:767px){

  body .fold-clean .fc-hero-content--buttons-only{
    left:20px !important;
    right:20px !important;
    bottom:20px !important;

    width:auto !important;
  }

  body .fold-clean .fc-hero-content--buttons-only .fc-buttons{
    width:100% !important;

    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;

    gap:10px !important;
  }

  body .fold-clean .fc-hero-content--buttons-only .fc-btn{
    width:100% !important;
    min-width:0 !important;
  }

  body .fold-clean .fc-lineup-copy h3,
  body .fold-model-title{
    font-size:26px !important;
  }

  body .fold-clean .fc-features article h3,
  body .fold-about-page .fold-about-principle h3,
  body .fold-press-page .fold-press-download-card h3,
  body .fold-press-page .fold-press-media-card h3{
    font-size:23px !important;
  }

  body .fold-safety-page .fs-process-card h3,
  body .fold-safety-page .fs-test-item h3,
  body .fold-safety-page .fs-test-item strong{
    font-size:22px !important;
    hyphens:none !important;
  }

}


/* ==========================================================
   KLEINE SMARTPHONES
========================================================== */

@media (max-width:480px), (max-device-width:480px){

  body .fold-clean .fc-hero-content--buttons-only{
    left:16px !important;
    right:16px !important;
    bottom:16px !important;
  }

  body .fold-clean .fc-hero-content--buttons-only .fc-buttons{
    gap:8px !important;
  }

  body .fold-clean .fc-lineup-copy h3,
  body .fold-model-title{
    font-size:24px !important;
  }

  body .fold-clean .fc-features article h3,
  body .fold-about-page .fold-about-principle h3,
  body .fold-press-page .fold-press-download-card h3,
  body .fold-press-page .fold-press-media-card h3{
    font-size:21px !important;
  }

  body .fold-safety-page .fs-process-card h3,
  body .fold-safety-page .fs-test-item h3,
  body .fold-safety-page .fs-test-item strong{
    font-size:20px !important;
  }

}


/* ==========================================================
   FOLD GLOBAL FINAL RESPONSIVE SYSTEM V8.0 ENDET
========================================================== */

/* ==========================================================
   FOLD FLUENT FORMS
   BUTTONS UND DSGVO RESPONSIVE – FINALE VERSION V7 BEGINNT
========================================================== */

@media(max-width:767px){

  /* BUTTON-CONTAINER */

  #fluentform_5 .ff_submit_btn_wrapper,
  #fluentform_6 .ff_submit_btn_wrapper,
  #fluentform_7 .ff_submit_btn_wrapper,
  #fluentform_8 .ff_submit_btn_wrapper{
    width:100% !important;

    margin-top:16px !important;
  }


  /* BUTTON */

  #fluentform_5 .ff-btn-submit,
  #fluentform_6 .ff-btn-submit,
  #fluentform_7 .ff-btn-submit,
  #fluentform_8 .ff-btn-submit{
    width:100% !important;
    min-width:0 !important;
    min-height:58px !important;

    padding:14px 62px 14px 20px !important;

    font-size:15px !important;
  }


  /* PFEILKREIS */

  #fluentform_5 .ff-btn-submit::after,
  #fluentform_6 .ff-btn-submit::after,
  #fluentform_7 .ff-btn-submit::after,
  #fluentform_8 .ff-btn-submit::after{
    right:10px !important;

    width:36px !important;
    height:36px !important;

    font-size:17px !important;
  }


  /* DSGVO-CONTAINER */

  .fold-gdpr-field{
    margin-top:16px !important;
  }


  /* CHECKBOX UND TEXT */

  .fold-gdpr-field .ff-el-form-check{
    gap:10px !important;
  }

  .fold-gdpr-field .ff-el-form-check-label{
    font-size:13px !important;
    line-height:1.5 !important;
  }

  .fold-gdpr-field input[type="checkbox"]{
    margin-top:1px !important;
  }

}


/* ==========================================================
   FOLD FLUENT FORMS
   BUTTONS UND DSGVO RESPONSIVE – FINALE VERSION V7 ENDET
========================================================== */

/* ==========================================================
   FOLD FOOTER NEWSLETTER RESPONSIVE V2 BEGINNT
========================================================== */

@media(max-width:767px){

  .fold-footer__newsletter-form{
    margin-top:20px;
  }

  .fold-footer__newsletter-form input[type="email"]{
    min-height:56px !important;
    font-size:16px !important;
  }

  .fold-footer__newsletter-form .ff_gdpr_field{
    margin-top:13px !important;
  }

  .fold-footer__newsletter-form .ff_gdpr_field .ff-el-form-check-label{
    gap:9px !important;

    max-width:none;

    font-size:13px !important;
    line-height:1.5 !important;
  }

  .fold-footer__newsletter-form .ff_submit_btn_wrapper{
    margin-top:16px !important;
  }

  .fold-footer__newsletter-form .ff-btn-submit{
    width:100% !important;
    min-width:0 !important;
    min-height:56px !important;

    font-size:15px !important;
  }

}

/* ==========================================================
   FOLD FOOTER NEWSLETTER RESPONSIVE V2 ENDET

   FOLD FOUNDATION RESPONSIVE BRIDGE V3.0 BEGINNT
   Finale Kaskade fuer das aktuelle FOLD Designsystem.
   Dieser Block muss am Dateiende bleiben.
========================================================== */

@media (max-width:1280px){
  :root{
    --fold-heading-hero:42px;
    --fold-heading-section:34px;
    --fold-page-footer-gap:48px;
  }

  .fold-support-page,
  .fold-events-page,
  .fold-model-page,
  .fold-safety-page,
  .fold-cargo-page,
  .fold-accessory-page,
  .fold-about-page,
  .fold-press-page,
  .fold-privacy-page,
  .fold-imprint-page,
  .fold-dealers-page,
  .fold-legal-page,
  .fold-details-page{
    width:min(94vw,1680px);
  }
}

@media (max-width:1024px){
  :root{
    --fold-heading-hero:38px;
    --fold-heading-section:31px;
    --fold-page-footer-gap:44px;
  }

  .fold-privacy-page .fold-privacy-content,
  .fold-imprint-page .fold-imprint-content{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .fold-privacy-page .fold-privacy-nav{
    grid-template-columns:1fr;
    gap:24px;
  }

  .fold-privacy-page .fold-privacy-nav__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:900px){
  :root{
    --fold-heading-hero:36px;
    --fold-heading-section:30px;
    --fold-page-footer-gap:40px;
  }

  .fold-privacy-page .fold-privacy-content,
  .fold-imprint-page .fold-imprint-content,
  .fold-legal-page .fold-legal-content{
    grid-template-columns:1fr;
  }
}

@media (max-width:767px), (max-device-width:767px){
  :root{
    --fold-heading-hero:34px;
    --fold-heading-section:28px;
    --fold-page-footer-gap:36px;
    --fold-eyebrow-size:11px;
  }

  body{
    font-size:16px;
    line-height:1.6;
  }

  .fold-support-page,
  .fold-events-page,
  .fold-model-page,
  .fold-safety-page,
  .fold-cargo-page,
  .fold-accessory-page,
  .fold-about-page,
  .fold-press-page,
  .fold-privacy-page,
  .fold-imprint-page,
  .fold-dealers-page,
  .fold-legal-page,
  .fold-details-page{
    width:calc(100% - 32px) !important;
    padding-top:24px !important;
    padding-bottom:var(--fold-page-footer-gap) !important;
  }

  .fold-hero,
  .fold-support-hero,
  .fold-events-hero,
  .fold-model-hero,
  .fs-hero,
  .fold-cargo-hero,
  .fold-accessory-hero,
  .fold-about-hero,
  .fold-press-hero,
  .fold-privacy-page .fold-privacy-hero,
  .fold-imprint-page .fold-imprint-hero,
  .fold-dealers-hero,
  .fold-legal-page .fold-legal-hero,
  .fold-details-hero{
    padding:32px 24px !important;
    border-radius:16px !important;
  }

  .fold-hero__title,
  .fold-support-title,
  .fold-events-title,
  .fold-model-page-title,
  .fs-hero h1,
  .fold-cargo-title,
  .fold-accessory-title,
  .fold-about-page h1,
  .fold-press-page h1,
  .fold-privacy-page h1,
  .fold-imprint-page h1,
  .fold-dealers-title,
  .fold-legal-heading h1,
  .fold-dealer-form-hero h1,
  .fold-contact-title,
  .fold-recommend-title,
  .fold-test-ride-title,
  .fold-details-title{
    font-size:var(--fold-heading-hero) !important;
    line-height:1.08 !important;
    letter-spacing:-.015em !important;
  }

  .fold-title,
  .fold-support-section-title,
  .fs-section-head h2,
  .fs-result h2,
  .fold-cargo-section h2,
  .fold-accessory-page h2,
  .fold-clean .fc-section-title,
  .fold-about-page h2,
  .fold-press-page h2,
  .fold-privacy-page h2,
  .fold-imprint-page h2,
  .fold-dealers-page h2,
  .fold-legal-card h2,
  .fold-dealer-form-page h2,
  .fold-contact-page h2,
  .fold-recommend-page h2,
  .fold-test-ride-page h2,
  .fold-details-page h2{
    font-size:var(--fold-heading-section) !important;
    line-height:1.12 !important;
  }

  .fold-card,
  .fold-support-card,
  .fold-events-card,
  .fold-model-card,
  .fs-process-card,
  .fs-test-item,
  .fold-cargo-card,
  .fold-accessory-card,
  .fold-about-page article,
  .fold-press-page article,
  .fold-privacy-page .fold-privacy-nav,
  .fold-privacy-page .fold-privacy-card,
  .fold-imprint-page .fold-imprint-card,
  .fold-dealers-page article,
  .fold-legal-page .fold-legal-card,
  .fold-dealer-form-page article,
  .fold-contact-page article,
  .fold-recommend-page article,
  .fold-test-ride-page article,
  .fold-details-page article,
  .fold-usage-panel,
  .fold-usage-media,
  .fold-usage-summary-card,
  .fold-usage-check-card{
    border-radius:16px !important;
    box-shadow:none !important;
  }

  .fold-privacy-page .fold-privacy-card,
  .fold-imprint-page .fold-imprint-card,
  .fold-legal-page .fold-legal-card{
    padding:28px 24px !important;
  }

  .fold-privacy-page .fold-privacy-nav{
    padding:24px !important;
  }

  .fold-privacy-page .fold-privacy-nav__grid{
    grid-template-columns:1fr;
  }

  .fold-btn,
  .fold-button,
  .fold-cta,
  .fold-privacy-page .fold-privacy-nav__grid a,
  .fold-privacy-page .fold-privacy-links a,
  .fold-privacy-page .fold-privacy-link,
  .fold-usage-button,
  .ff-btn-submit{
    border-radius:16px !important;
  }
}

@media (max-width:480px), (max-device-width:480px){
  :root{
    --fold-heading-hero:31px;
    --fold-heading-section:26px;
    --fold-page-footer-gap:32px;
  }

  .fold-support-page,
  .fold-events-page,
  .fold-model-page,
  .fold-safety-page,
  .fold-cargo-page,
  .fold-accessory-page,
  .fold-about-page,
  .fold-press-page,
  .fold-privacy-page,
  .fold-imprint-page,
  .fold-dealers-page,
  .fold-legal-page,
  .fold-details-page{
    width:calc(100% - 24px) !important;
  }

  .fold-hero,
  .fold-support-hero,
  .fold-events-hero,
  .fold-model-hero,
  .fs-hero,
  .fold-cargo-hero,
  .fold-accessory-hero,
  .fold-about-hero,
  .fold-press-hero,
  .fold-privacy-page .fold-privacy-hero,
  .fold-imprint-page .fold-imprint-hero,
  .fold-dealers-hero,
  .fold-legal-page .fold-legal-hero,
  .fold-details-hero,
  .fold-privacy-page .fold-privacy-card,
  .fold-imprint-page .fold-imprint-card,
  .fold-legal-page .fold-legal-card{
    padding:24px 20px !important;
  }

}

@media (hover:hover) and (pointer:fine){
  .fold-btn:hover,
  .fold-button:hover,
  .fold-cta:hover,
  .fold-card:hover,
  .fold-support-card:hover,
  .fold-events-card:hover,
  .fold-privacy-page .fold-privacy-nav__grid a:hover,
  .fold-privacy-page .fold-privacy-links a:hover,
  .fold-privacy-page .fold-privacy-link:hover{
    transform:none !important;
    box-shadow:none !important;
  }
}

@media (prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto;
  }

  *,
  *::before,
  *::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important;
  }
}

/* ==========================================================
   FOLD FOUNDATION RESPONSIVE BRIDGE V3.0 ENDET

