/* Generated FOLD CSS bundle: press. 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 PRESSE COMPONENT CSS V6.0 BEGINNT
   Einheitliches FOLD Designsystem
========================================================== */

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

.fold-press-page{
  --fp-yellow:#FACA30;
  --fp-yellow-hover:#FFD743;
  --fp-gold:#A97900;
  --fp-black:#111111;
  --fp-dark:#242424;
  --fp-copy:#4B4F56;
  --fp-card:#F7F7F4;
  --fp-white:#FFFFFF;
  --fp-border:#DEDEDE;
  --fp-radius:16px;

  position:relative;
  left:50%;
  width:min(93vw,1680px);
  max-width:none;
  margin:0;
  padding:54px 0 82px;
  transform:translateX(-50%);

  color:var(--fp-black);
  font-family:"Inter",Arial,sans-serif;
}

.fold-press-page section,
.fold-press-page article,
.fold-press-page header,
.fold-press-page div{
  min-width:0;
}

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

.fold-press-page h1,
.fold-press-page h2,
.fold-press-page h3{
  margin-bottom:0;
  color:var(--fp-black) !important;
  font-family:"Oswald",Arial,sans-serif !important;
  font-weight:600 !important;
  text-transform:none !important;
}

.fold-press-page h1{
  max-width:1050px;
  font-size:44px !important;
  line-height:1.08 !important;
  letter-spacing:-.01em !important;
}

.fold-press-page h2{
  font-size:34px !important;
  line-height:1.08 !important;
  letter-spacing:-.01em !important;
}

.fold-press-page h3{
  margin:0 0 12px;
  font-size:27px !important;
  line-height:1.1 !important;
  letter-spacing:-.008em !important;
}

.fold-press-page p{
  margin-bottom:16px;
  color:var(--fp-copy);
  font-size:16px;
  line-height:1.68;
}

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

.fold-press-page .fold-press-eyebrow,
.fold-press-page .fold-press-card-label{
  display:block;
  margin:0;
  color:var(--fp-gold) !important;
  font-size:12px !important;
  font-weight:800 !important;
  line-height:1.15 !important;
  letter-spacing:.15em !important;
  text-transform:uppercase !important;
}

/* Ausschließlich nach H1/H2. */
.fold-press-page .fold-press-line{
  display:block;
  width:58px !important;
  min-width:58px !important;
  max-width:58px !important;
  height:2px !important;
  min-height:2px !important;
  max-height:2px !important;
  margin:16px 0 22px !important;
  background:var(--fp-yellow) !important;
  border:0 !important;
  border-radius:999px !important;
}

/* 1. HERO */

.fold-press-page .fold-press-hero{
  max-width:1040px;
  padding:42px;
  background:var(--fp-card);
  border:1px solid var(--fp-border);
  border-radius:var(--fp-radius);
}

.fold-press-page .fold-press-hero__text{
  max-width:820px;
  margin:0;
}

/* 2. ABSCHNITTE */

.fold-press-page .fold-press-section{
  padding:42px 0;
}

.fold-press-page .fold-press-section + .fold-press-section{
  border-top:1px solid var(--fp-border);
}

.fold-press-page .fold-press-section-head{
  max-width:980px;
  margin-bottom:28px;
}

.fold-press-page .fold-press-section-head > p:last-child{
  max-width:780px;
  margin-bottom:0;
}

/* 3. AWARDS */

.fold-press-page .fold-press-award{
  display:grid;
  grid-template-columns:minmax(320px,40%) minmax(0,60%);
  align-items:stretch;
  gap:18px;
  margin-bottom:18px;
}

.fold-press-page .fold-press-award:last-child{
  margin-bottom:0;
}

.fold-press-page .fold-press-award__logo,
.fold-press-page .fold-press-award__content{
  min-height:460px;
  background:var(--fp-card);
  border:1px solid var(--fp-border);
  border-radius:var(--fp-radius);
}

.fold-press-page .fold-press-award__logo{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:42px;
  overflow:hidden;
}

.fold-press-page .fold-press-award__logo img{
  display:block;
  width:100%;
  height:auto;
  max-width:290px;
  max-height:230px;
  object-fit:contain;
}

.fold-press-page .fold-press-award__content{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  padding:42px;
}

.fold-press-page .fold-press-award__content h3{
  font-size:34px !important;
  line-height:1.08 !important;
}

.fold-press-page .fold-press-award__content h3 small{
  display:block;
  margin-top:8px;
  color:var(--fp-copy);
  font-family:"Inter",Arial,sans-serif;
  font-size:12px;
  font-weight:800;
  line-height:1.3;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.fold-press-page .fold-press-award__content .fold-press-card-label{
  margin-bottom:13px;
}

/* 4. PRESSEKARTEN */

.fold-press-page .fold-press-media-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  max-width:1280px;
}

.fold-press-page .fold-press-media-card,
.fold-press-page .fold-press-download-card{
  display:flex;
  flex-direction:column;
  background:var(--fp-card);
  border:1px solid var(--fp-border);
  border-radius:var(--fp-radius);
}

.fold-press-page .fold-press-media-card{
  min-height:330px;
  padding:28px;
}

.fold-press-page .fold-press-media-card__top,
.fold-press-page .fold-press-download-card__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:34px;
}

.fold-press-page .fold-press-card-number{
  flex:0 0 auto;
  color:var(--fp-gold);
  font-family:"Oswald",Arial,sans-serif;
  font-size:17px;
  font-weight:600;
  line-height:1;
}

.fold-press-page .fold-press-media-card p{
  max-width:580px;
}

/* 5. DOWNLOADS */

.fold-press-page .fold-press-download-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.fold-press-page .fold-press-download-card{
  min-height:330px;
  padding:26px;
}

.fold-press-page .fold-press-download-icon{
  width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--fp-yellow);
  border-radius:50%;
  color:var(--fp-black);
  font-size:17px;
  font-weight:700;
  line-height:1;
}

.fold-press-page .fold-press-download-card h3{
  font-size:25px !important;
}

.fold-press-page .fold-press-download-card p{
  font-size:14px;
  line-height:1.6;
}

/* 6. BUTTONS */

.fold-press-page .fold-press-button{
  width:100%;
  max-width:245px;
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:auto;
  padding:6px 7px 6px 19px;
  background:var(--fp-yellow) !important;
  border:1px solid var(--fp-yellow);
  border-radius:16px;
  color:var(--fp-black) !important;
  font-size:14px;
  font-weight:800;
  line-height:1.2;
  text-decoration:none !important;
  box-shadow:none;
  transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.fold-press-page .fold-press-button:hover,
.fold-press-page .fold-press-button:focus-visible{
  background:var(--fp-yellow-hover) !important;
  border-color:var(--fp-yellow-hover);
  color:var(--fp-black) !important;
  text-decoration:none !important;
  transform:translateY(-2px);
  box-shadow:0 9px 20px rgba(0,0,0,.10);
}

.fold-press-page .fold-press-button__icon{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 38px;
  background:var(--fp-dark);
  border-radius:50%;
  color:var(--fp-white);
  font-size:17px;
  font-weight:600;
  line-height:1;
}

.fold-press-page .fold-press-button:focus-visible{
  outline:3px solid rgba(250,202,48,.42);
  outline-offset:3px;
}

.fold-press-page .fold-press-button--pending{
  cursor:default;
  pointer-events:none;
  color:#777777 !important;
  background:#E9E8E3 !important;
  border-color:#DCDBD5;
  opacity:1;
  transform:none;
  box-shadow:none;
}

.fold-press-page .fold-press-button--pending .fold-press-button__icon{
  background:#777777;
}

/* 7. RESPONSIVE */

@media (max-width:1200px){
  .fold-press-page .fold-press-download-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:900px){
  .fold-press-page .fold-press-award{
    grid-template-columns:1fr;
  }

  .fold-press-page .fold-press-award__logo,
  .fold-press-page .fold-press-award__content{
    min-height:0;
  }

  .fold-press-page .fold-press-award__logo{
    min-height:340px;
  }

  .fold-press-page .fold-press-media-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:767px){
  .fold-press-page{
    width:min(92vw,1680px);
    padding:36px 0 58px;
  }

  .fold-press-page h1{
    font-size:34px !important;
  }

  .fold-press-page h2{
    font-size:29px !important;
  }

  .fold-press-page h3,
  .fold-press-page .fold-press-award__content h3{
    font-size:24px !important;
  }

  .fold-press-page p{
    font-size:15px;
  }

  .fold-press-page .fold-press-eyebrow,
  .fold-press-page .fold-press-card-label{
    font-size:11px !important;
  }

  .fold-press-page .fold-press-hero,
  .fold-press-page .fold-press-award__content,
  .fold-press-page .fold-press-media-card,
  .fold-press-page .fold-press-download-card{
    padding:28px 22px;
  }

  .fold-press-page .fold-press-section{
    padding:30px 0;
  }

  .fold-press-page .fold-press-download-grid{
    grid-template-columns:1fr;
  }

  .fold-press-page .fold-press-award__logo{
    min-height:280px;
    padding:30px;
  }

  .fold-press-page .fold-press-button{
    max-width:none;
  }
}

@media (prefers-reduced-motion:reduce){
  .fold-press-page *,
  .fold-press-page *::before,
  .fold-press-page *::after{
    animation:none !important;
    transition:none !important;
  }
}

/* ==========================================================
   FOLD PRESSE COMPONENT CSS V6.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 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 PRESSE RESPONSIVE CSS V5.0 BEGINNT
========================================================== */

@media(max-width:1360px){

  .fold-press-page h1{
    font-size:58px;
  }

  .fold-press-page h2{
    font-size:44px;
  }

  .fold-press-award__logo,
  .fold-press-award__content{
    min-height:510px;
  }

  .fold-press-award__content{
    padding:42px;
  }

  .fold-press-download-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

}


@media(max-width:1100px){

  .fold-press-page{
    width:calc(100% - 48px);
  }

  .fold-press-page h1{
    font-size:52px;
  }

  .fold-press-page h2{
    font-size:40px;
  }

  .fold-press-award{
    grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);
  }

  .fold-press-award__logo{
    padding:42px;
  }

}


@media(max-width:900px){

  .fold-press-page{
    width:calc(100% - 40px);
    padding-top:32px;
  }

  .fold-press-award{
    grid-template-columns:1fr;
    gap:16px;
  }

  .fold-press-award__logo{
    min-height:360px;
  }

  .fold-press-award__content{
    min-height:0;
  }

  .fold-press-media-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

}


@media(max-width:767px){

  .fold-press-page{
    width:calc(100% - 32px);
    padding:24px 0 72px;
  }

  .fold-press-page h1{
    font-size:36px;
    line-height:1.08;
  }

  .fold-press-page h2{
    font-size:34px;
    line-height:1.08;
  }

  .fold-press-page p{
    font-size:16px;
    line-height:1.68;
  }

  .fold-press-hero{
    padding:28px 22px;

    border-radius:var(--fp-mobile-radius);
  }

  .fold-press-section{
    padding:40px 0;
  }

  .fold-press-section-head{
    margin-bottom:24px;
  }

  .fold-press-line{
    width:56px;
    height:3px;

    margin:20px 0 24px;
  }

  .fold-press-award__logo{
    min-height:280px;
    padding:34px;

    border-radius:var(--fp-mobile-radius);
  }

  .fold-press-award__logo img{
    max-width:250px;
    max-height:200px;
  }

  .fold-press-award__content{
    padding:28px 22px;

    border-radius:var(--fp-mobile-radius);
  }

  .fold-press-award__content h3{
    font-size:34px;
  }

  .fold-press-media-card{
    min-height:0;
    padding:26px 22px;

    border-radius:var(--fp-mobile-radius);
  }

  .fold-press-media-card__top,
  .fold-press-download-card__top{
    margin-bottom:38px;
  }

  .fold-press-download-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .fold-press-download-card{
    min-height:0;
    padding:24px 20px;

    border-radius:var(--fp-mobile-radius);
  }

  .fold-press-page .fold-press-button{
    width:100%;
    max-width:none;
    min-height:64px;
  }

}


@media(max-width:480px){

  .fold-press-page{
    width:calc(100% - 24px);
  }

  .fold-press-page h1{
    font-size:31px;
  }

  .fold-press-page h2{
    font-size:30px;
  }

  .fold-press-award__content h3{
    font-size:31px;
  }

  .fold-press-eyebrow,
  .fold-press-card-label{
    font-size:11px !important;
  }

  .fold-press-award__logo{
    min-height:240px;
    padding:26px;
  }

  .fold-press-page .fold-press-button{
    padding-left:18px;

    font-size:14px;
  }

}

/* ==========================================================
   FOLD PRESSE RESPONSIVE CSS V5.0 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

