


/* ==========================================================
   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:80px 0;
    }

    .fold-container,
    .fold-container-wide{
        width:min(100% - 40px,1400px);
    }

    .fold-grid-2,
    .fold-grid-3,
    .fold-grid-4{
        grid-template-columns:1fr;
        gap:48px;
    }

    .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:64px 0;
    }

    .fold-container,
    .fold-container-wide{
        width:min(100% - 32px,1400px);
    }

    .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,1400px);
    }

    .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 SUPPORT RESPONSIVE CSS V3.0 BEGINNT
========================================================== */

@media (max-width:1280px){

  .fold-support-page{
    width:92vw;
    padding-top:52px;
    padding-bottom:84px;
  }

  .fold-support-title,
  .fold-support-section-title{
    font-size:48px;
  }

  .fold-support-topic-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

}

@media (max-width:1024px){

  .fold-support-title,
  .fold-support-section-title{
    font-size:42px;
  }

  .fold-support-intro,
  .fold-support-section-text{
    font-size:17px;
  }

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

  .fold-support-service{
    grid-template-columns:1fr 120px;
    gap:32px;
    padding:38px;
  }

  .fold-support-service-mark{
    width:105px;
    height:105px;
    font-size:52px;
  }

}

@media (max-width:767px){

  .fold-support-page{
    width:calc(100vw - 32px);
    padding-top:30px;
    padding-bottom:58px;
  }

  .fold-support-hero{
    margin-bottom:36px;
  }

  .fold-support-eyebrow{
    margin-bottom:11px;
    font-size:10px;
  }

  .fold-support-title,
  .fold-support-section-title{
    font-size:34px;
  }

  .fold-support-line{
    width:54px !important;
    max-width:54px;
    height:3px;
    margin:16px 0 20px;
  }

  .fold-support-intro,
  .fold-support-section-text{
    font-size:15px;
    line-height:1.62;
  }

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

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

  .fold-support-download-grid,
  .fold-support-video-grid,
  .fold-support-topic-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .fold-support-download-card{
    min-height:260px;
    padding:0 22px 24px;
  }

  .fold-support-download-card > div{
    padding-top:26px;
  }

  .fold-support-video-card{
    min-height:220px;
    padding:0 22px 24px;
  }

  .fold-support-card{
    border-radius:22px;
  }

  .fold-support-card h3{
    font-size:28px;
  }

  .fold-faq-question{
    min-height:64px;
    font-size:15px;
  }

  .fold-faq-answer{
    padding-right:12px;
    font-size:15px;
  }

  .fold-support-service{
    margin:40px 0;
    padding:28px 22px;
    grid-template-columns:1fr;
  }

  .fold-support-service-mark{
    display:none;
  }

  .fold-support-actions{
    flex-direction:column;
  }

  .fold-support-button{
    width:100%;
    min-width:0;
  }

  .fold-support-topic-card{
    min-height:220px;
    padding:0 22px 24px;
  }

}

@media (max-width:480px){

  .fold-support-page{
    width:calc(100vw - 24px);
  }

  .fold-support-title,
  .fold-support-section-title{
    font-size:31px;
  }

  .fold-support-nav{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .fold-support-nav a{
    width:100%;
    min-width:0;
  }

}

/* ==========================================================
   FOLD SUPPORT RESPONSIVE CSS V3.0 ENDET
========================================================== */
/* ==========================================================
   FOLD EVENTS RESPONSIVE CSS V5.0 BEGINNT
========================================================== */


/* ==========================================================
   1. KLEINERE DESKTOPS
========================================================== */

@media (max-width:1280px){

  .fold-events-page{
    width:92vw;
    padding-top:42px;
    padding-bottom:48px;
  }

  .fold-events-hero{
    padding:50px;
  }

  .fold-events-title{
    font-size:46px;
  }

  .fold-event-card{
    grid-template-columns:145px minmax(0,1fr) 48px;
    gap:26px;

    padding:28px 30px;
  }

  .fold-event-title{
    font-size:32px;
  }

}


/* ==========================================================
   2. TABLETS UND KLEINE LAPTOPS
========================================================== */

@media (max-width:1024px){

  .fold-events-page{
    width:calc(100% - 48px);
    padding-top:36px;
    padding-bottom:44px;
  }

  .fold-events-hero{
    padding:44px;
  }

  .fold-events-title{
    font-size:42px;
  }

  .fold-events-intro{
    font-size:17px;
  }

  .fold-event-card{
    grid-template-columns:120px minmax(0,1fr) 46px;
    gap:22px;

    padding:26px 28px;
  }

  .fold-event-title{
    font-size:30px;
  }

}


/* ==========================================================
   3. TABLETS HOCHKANT
========================================================== */

@media (max-width:900px){

  .fold-events-page{
    width:calc(100% - 40px);
    padding-top:30px;
    padding-bottom:44px;
  }

  .fold-events-hero{
    padding:38px;
    border-radius:24px;
  }

  .fold-events-list{
    gap:16px;
    margin-top:24px;
  }

  .fold-event-card{
    grid-template-columns:105px minmax(0,1fr) 44px;
    gap:18px;

    padding:24px 26px;

    border-radius:20px;
  }

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

  .fold-event-arrow{
    width:42px;
    height:42px;
  }

}


/* ==========================================================
   4. SMARTPHONES
========================================================== */

@media (max-width:767px), (max-device-width:767px){

  .fold-events-page{
    position:relative;
    left:auto;

    width:calc(100% - 32px);
    max-width:none;

    margin:0 auto;
    padding:24px 0 40px;

    transform:none;
  }


  /* HERO */

  .fold-events-hero{
    width:100%;

    margin:0;
    padding:30px 22px;

    border-radius:22px;
  }

  .fold-events-hero__content{
    width:100%;
    max-width:none;
  }

  .fold-events-eyebrow{
    margin-bottom:12px;

    font-size:10px;
    line-height:1.15;
    letter-spacing:.15em;
  }

  .fold-events-title{
    width:100%;
    max-width:100%;

    font-size:34px !important;
    line-height:1.08 !important;

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

    writing-mode:horizontal-tb !important;
    text-orientation:mixed !important;
  }

  .fold-events-line{
    width:58px;
    min-width:58px;
    max-width:58px;

    height:3px;
    min-height:3px;
    max-height:3px;

    margin:18px 0 24px;
  }

  .fold-events-intro{
    max-width:100%;

    font-size:16px;
    line-height:1.65;
  }


  /* LISTE */

  .fold-events-list{
    width:100%;

    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:14px;

    margin:20px 0 0;
  }


  /* KARTEN */

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

    display:grid;
    grid-template-columns:minmax(0,1fr);
    grid-template-areas:
      "date"
      "main";

    gap:11px;

    margin:0;
    padding:22px 20px;

    background:var(--fe-surface);
    border:1px solid var(--fe-border);
    border-radius:18px;

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

    text-decoration:none !important;

    box-shadow:none;
    transform:none;
  }

  .fold-event-card:hover,
  .fold-event-card:focus,
  .fold-event-card:focus-visible,
  .fold-event-card:active,
  .fold-event-card:visited{
    background:var(--fe-surface);
    border-color:var(--fe-border);

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

    text-decoration:none !important;

    box-shadow:none;
    transform:none;
  }


  /* DATUM */

  .fold-event-date{
    grid-area:date;

    width:100%;

    font-size:11px;
    line-height:1.3;

    white-space:normal;
  }


  /* TEXTBEREICH */

  .fold-event-main{
    grid-area:main;

    width:100%;
    min-width:0;

    gap:7px;
  }


  /* TITEL */

  .fold-event-title{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;

    font-size:27px !important;
    line-height:1.08 !important;

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

    writing-mode:horizontal-tb !important;
    text-orientation:mixed !important;
  }


  /* ORT */

  .fold-event-meta{
    width:100%;

    font-size:13px;
    line-height:1.5;

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


  /* PFEIL */

  .fold-event-arrow{
    display:none;
  }

}


/* ==========================================================
   5. KLEINE SMARTPHONES
========================================================== */

@media (max-width:480px), (max-device-width:480px){

  .fold-events-page{
    width:calc(100% - 24px);
    padding-top:18px;
    padding-bottom:36px;
  }

  .fold-events-hero{
    padding:26px 18px;

    border-radius:18px;
  }

  .fold-events-title{
    font-size:31px !important;
  }

  .fold-events-line{
    width:54px;
    min-width:54px;
    max-width:54px;

    margin:17px 0 22px;
  }

  .fold-events-intro{
    font-size:15px;
    line-height:1.62;
  }

  .fold-events-list{
    gap:12px;
    margin-top:16px;
  }

  .fold-event-card{
    padding:20px 18px;

    border-radius:17px;
  }

  .fold-event-title{
    font-size:25px !important;
  }

}


/* ==========================================================
   6. SEHR KLEINE SMARTPHONES
========================================================== */

@media (max-width:360px), (max-device-width:360px){

  .fold-events-page{
    width:calc(100% - 20px);
  }

  .fold-events-title{
    font-size:29px !important;
  }

  .fold-event-card{
    padding:18px 16px;
  }

  .fold-event-title{
    font-size:23px !important;
  }

}


/* ==========================================================
   7. TOUCH-GERÄTE
========================================================== */

@media (hover:none){

  .fold-event-card:hover{
    background:var(--fe-surface);
    border-color:var(--fe-border);

    box-shadow:none;
    transform:none;
  }

}


/* ==========================================================
   8. REDUZIERTE BEWEGUNG
========================================================== */

@media (prefers-reduced-motion:reduce){

  .fold-events-page *,
  .fold-events-page *::before,
  .fold-events-page *::after{
    animation:none !important;
    transition:none !important;
  }

}


/* ==========================================================
   FOLD EVENTS RESPONSIVE CSS V5.0 ENDET
========================================================== */

/* ==========================================================
   FOLD MODELLE RESPONSIVE CSS V4.0 BEGINNT
========================================================== */


/* ==========================================================
   1. KLEINERE DESKTOPS
========================================================== */

@media (max-width:1280px){

  .fold-model-page{
    --fold-model-width:92%;

    padding-top:62px;
    padding-bottom:96px;
  }

  .fold-model-page-title{
    font-size:48px;
  }

  .fold-bike-image{
    height:470px;
    padding:24px 20px 0;
  }

  .fold-bike-image img,
  .fold-model-card:hover .fold-bike-image img{
    transform:scale(1.17);
  }

}


/* ==========================================================
   2. TABLETS UND KLEINE LAPTOPS
========================================================== */

@media (max-width:1024px){

  .fold-model-page{
    --fold-model-width:92%;

    padding-top:52px;
    padding-bottom:84px;
  }

  .fold-model-hero{
    margin-bottom:42px;
  }

  .fold-model-page-title{
    font-size:43px;
  }

  .fold-model-intro{
    font-size:17px;
  }

  .fold-model-grid{
    gap:20px;
  }

  .fold-bike-image{
    height:390px;
    padding:20px 16px 0;
  }

  .fold-bike-image img,
  .fold-model-card:hover .fold-bike-image img{
    transform:scale(1.14);
  }

  .fold-model-info{
    padding:20px 26px 28px;
  }

  .fold-model-title{
    font-size:32px;
  }

  .fold-model-heading{
    min-height:78px;
  }

}


/* ==========================================================
   3. TABLETS HOCHKANT UND SMARTPHONES
========================================================== */

@media (max-width:767px){

  .fold-model-page{
    --fold-model-width:calc(100% - 32px);
    --fold-model-radius:22px;

    padding-top:32px;
    padding-bottom:64px;
  }

  .fold-model-hero{
    margin-bottom:30px;
  }

  .fold-model-eyebrow{
    margin-bottom:12px;

    font-size:10px;
    letter-spacing:.14em;
  }

  .fold-model-page-title{
    font-size:34px;
  }

  .fold-model-line{
    width:54px;
    height:3px;

    margin:17px 0 22px;
  }

  .fold-model-intro{
    max-width:none;

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

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

  .fold-bike-image{
    height:350px;
    padding:18px 12px 0;
  }

  .fold-bike-image img,
  .fold-model-card:hover .fold-bike-image img{
    transform:scale(1.12);
  }

  .fold-model-info{
    padding:18px 22px 24px;
  }

  .fold-model-heading{
    min-height:auto;
  }

  .fold-model-title{
    font-size:31px;
  }

  .fold-model-subtitle{
    margin-top:7px;

    font-size:11px;
    letter-spacing:.11em;
  }

  .fold-price{
    margin:16px 0 18px;

    font-size:17px;
  }

  .fold-model-button{
    width:100%;
    max-width:none;
    min-height:46px;

    font-size:13px;
  }

  .fold-color-legend{
    justify-content:flex-start;

    margin-top:28px;
    gap:10px;
  }

  .fold-color-pill{
    min-height:38px;

    padding:0 15px;

    font-size:12px;
  }

}


/* ==========================================================
   4. KLEINE SMARTPHONES
========================================================== */

@media (max-width:480px){

  .fold-model-page{
    --fold-model-width:calc(100% - 24px);
    --fold-model-radius:18px;

    padding-top:28px;
    padding-bottom:54px;
  }

  .fold-model-page-title{
    font-size:31px;
  }

  .fold-bike-image{
    height:300px;
    padding:16px 8px 0;
  }

  .fold-bike-image img,
  .fold-model-card:hover .fold-bike-image img{
    transform:scale(1.10);
  }

  .fold-model-info{
    padding:17px 19px 21px;
  }

  .fold-model-title{
    font-size:29px;
  }

  .fold-color-legend{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .fold-color-pill{
    width:100%;
  }

}


/* ==========================================================
   5. TOUCH-GERÄTE
========================================================== */

@media (hover:none){

  .fold-model-button:hover{
    transform:none;
    box-shadow:none;
  }

}


/* ==========================================================
   6. REDUZIERTE BEWEGUNG
========================================================== */

@media (prefers-reduced-motion:reduce){

  .fold-model-button{
    transition:none;
  }

}


/* ==========================================================
   FOLD MODELLE RESPONSIVE CSS V4.0 ENDET
========================================================== */

/* ==========================================================
   SAFETY RESPONSIVE CSS BEGINNT
   KOMPLETTE NEUFASSUNG
========================================================== */

@media(max-width:1400px){

  .fs-hero{
    grid-template-columns:minmax(390px,.92fr) minmax(0,1.08fr);
    gap:42px;
  }

  .fs-section{
    padding:58px;
  }

  .fs-badge-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  .fs-process-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .fs-stat-value{
    font-size:34px;
  }

  .fs-stat-value--stacked{
    font-size:30px;
  }
}

@media(max-width:1100px){

  :root{
    --fs-width:92%;
  }

  .fs-hero{
    grid-template-columns:1fr;
    gap:26px;
    padding:38px 0 56px;
  }

  .fs-hero-content{
    min-height:0;
    padding:28px 0 6px;
  }

  .fs-hero-media{
    min-height:0;
    height:560px;
  }

  .fs-hero h1,
  .fs-section-head h2,
  .fs-result h2{
    font-size:46px;
  }

  .fs-section-head{
    margin-bottom:52px;
  }

  .fs-section-intro{
    font-size:18px;
  }

  .fs-stat-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .fs-badge-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .fs-process-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .fs-lab-card{
    grid-template-columns:1fr;
  }

  .fs-lab-image{
    min-height:0;
    height:560px;
    border-right:0;
    border-bottom:1px solid var(--fs-border);
  }

  .fs-result{
    grid-template-columns:88px minmax(0,1fr);
    gap:34px;
  }

  .fs-result-mark{
    width:80px;
    height:80px;
  }
}

@media(max-width:767px){

  :root{
    --fs-width:calc(100% - 32px);
    --fs-radius:22px;
    --fs-card-radius:18px;
  }

  .fs-hero{
    padding:24px 0 40px;
  }

  .fs-hero-content{
    padding:20px 0 4px;
  }

  .fs-hero h1,
  .fs-section-head h2,
  .fs-result h2{
    font-size:36px;
    line-height:1.08;
  }

  .fs-lead{
    font-size:16px;
    line-height:1.65;
  }

  .fs-hero-media{
    width:100%;
    height:auto;
    min-height:0;
    border-radius:22px;
  }

  .fs-hero-media img{
    width:100%;
    height:auto;
    object-fit:contain;
  }

  .fs-section{
    margin-bottom:32px;
    padding:30px 20px;
    border-radius:22px;
  }

  .fs-section-head{
    margin-bottom:40px;
  }

  .fs-kicker{
    margin-bottom:14px;
    font-size:11px;
  }

  .fs-line{
    width:56px;
    height:3px;
    margin:22px 0 28px;
  }

  .fs-section-intro{
    font-size:16px;
    line-height:1.65;
  }

  .fs-divider{
    margin:44px 0;
  }

  .fs-stat-grid,
  .fs-badge-grid,
  .fs-process-grid{
    grid-template-columns:1fr;
  }

  .fs-stat-card{
    grid-template-columns:48px minmax(0,1fr);
    gap:16px;
    min-height:0;
    padding:24px 20px;
  }

  .fs-stat-icon{
    width:42px;
    height:42px;
  }

  .fs-stat-value{
    font-size:32px;
  }

  .fs-stat-value--stacked{
    font-size:28px;
  }

  .fs-process-card{
    min-height:0;
  }

  .fs-badge-card{
    height:auto;
    min-height:180px;
  }

  .fs-badge-card strong{
    min-height:0;
  }

  .fs-lab-image{
    height:auto;
    min-height:0;
    padding:14px;
  }

  .fs-lab-image img{
    width:100%;
    height:auto;
    max-height:none;
    object-fit:contain;
    border-radius:14px;
  }

  .fs-lab-copy{
    padding:30px 22px;
  }

  .fs-lab-copy h3{
    font-size:29px;
  }

  .fs-test-list{
    border-radius:18px;
  }

  .fs-test-item{
    grid-template-columns:44px minmax(0,1fr);
    gap:16px;
    padding:22px 18px;
  }

  .fs-test-index{
    width:40px;
    height:40px;
    font-size:18px;
  }

  .fs-test-status{
    grid-column:2;
    justify-self:start;
    min-width:0;
    margin-top:4px;
  }

  .fs-result{
    grid-template-columns:1fr;
    gap:24px;
    margin-bottom:64px;
    padding:38px 26px;
    border-radius:22px;
  }

  .fs-result-mark{
    width:72px;
    height:72px;
  }

  .fs-result-copy p:last-child{
    font-size:16px;
  }
}

@media(max-width:480px){

  :root{
    --fs-width:calc(100% - 24px);
  }

  .fs-hero h1,
  .fs-section-head h2,
  .fs-result h2{
    font-size:31px;
  }

  .fs-date{
    font-size:13px;
  }

  .fs-section{
    padding:26px 16px;
  }

  .fs-stat-value{
    font-size:30px;
  }

  .fs-stat-value--stacked{
    font-size:26px;
  }

  .fs-badge-card strong{
    font-size:22px;
  }

  .fs-lab-copy{
    padding:26px 18px;
  }

  .fs-result{
    padding:32px 22px;
  }
}

@media(prefers-reduced-motion:reduce){

  .fold-safety-page *,
  .fold-safety-page *::before,
  .fold-safety-page *::after{
    scroll-behavior:auto !important;
    transition:none !important;
    animation:none !important;
  }
}

/* ==========================================================
   SAFETY RESPONSIVE CSS ENDET
========================================================== */

/* ==========================================================
   CARGO BIKE RESPONSIVE CSS BEGINNT
========================================================== */

@media(max-width:1180px){

    .fold-cargo-hero,
    .fold-cargo-split{
        grid-template-columns:1fr;
    }

    .fold-cargo-hero-image img,
    .fold-cargo-image img{
        width:100%;
    }

    .fold-cargo-grid,
    .fold-cargo-stats{
        grid-template-columns:repeat(2,1fr);
    }

    .fold-cargo-stat:nth-child(2){
        border-right:0;
    }

    .fold-cargo-stat:nth-child(1),
    .fold-cargo-stat:nth-child(2){
        border-bottom:1px solid #ECE9E3;
    }
}

@media(max-width:767px){

    .fold-cargo-page{
        width:min(100% - 32px,1440px);
        padding:50px 0 80px;
    }

    .fold-cargo-hero{
        min-height:auto;
        padding:30px 0 64px;
        gap:42px;
    }

    .fold-cargo-section{
        padding:64px 0;
    }

    .fold-cargo-title{
        font-size:38px;
    }

    .fold-cargo-text{
        font-size:17px;
    }

    .fold-cargo-grid,
    .fold-cargo-stats{
        grid-template-columns:1fr;
    }

    .fold-cargo-stat{
        border-right:0;
        border-bottom:1px solid #ECE9E3;
    }

    .fold-cargo-stat:last-child{
        border-bottom:0;
    }

    .fold-cargo-final{
        padding:54px 28px;
        border-radius:22px;
    }

    .fold-cargo-card{
        min-height:auto;
    }
}

/* ==========================================================
   CARGO BIKE RESPONSIVE CSS ENDET
========================================================== */
/* ==========================================================
   FOLD ACCESSOIRES RESPONSIVE CSS V3.0 BEGINNT
========================================================== */

@media (max-width:1280px){

  .fold-accessory-page{
    width:92vw;

    padding-top:62px;
    padding-bottom:96px;
  }

  .fold-accessory-title{
    font-size:48px;
  }

  .fold-accessory-card{
    min-height:630px;
  }

  .fold-accessory-image{
    height:330px;
  }

}

@media (max-width:1024px){

  .fold-accessory-page{
    padding-top:52px;
    padding-bottom:84px;
  }

  .fold-accessory-title{
    font-size:43px;
  }

  .fold-accessory-intro{
    font-size:17px;
  }

  .fold-accessory-grid{
    gap:18px;
  }

  .fold-accessory-card{
    min-height:590px;
  }

  .fold-accessory-card-head{
    min-height:120px;
    padding:26px 26px 8px;
  }

  .fold-accessory-card h2{
    font-size:30px;
  }

  .fold-accessory-image{
    height:300px;

    padding-left:16px;
    padding-right:16px;
  }

  .fold-accessory-card ul{
    padding:22px 26px 28px;
  }

}

@media (max-width:767px){

  .fold-accessory-page{
    width:calc(100vw - 32px);

    padding-top:32px;
    padding-bottom:64px;
  }

  .fold-accessory-hero{
    margin-bottom:34px;
  }

  .fold-accessory-eyebrow{
    margin-bottom:12px;

    font-size:10px;
  }

  .fold-accessory-title{
    font-size:34px;
  }

  .fold-accessory-line{
    width:54px;
    height:3px;

    margin:17px 0 22px;
  }

  .fold-accessory-intro{
    font-size:15px;
    line-height:1.62;
  }

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

  .fold-accessory-card{
    min-height:0;

    border-radius:22px;
  }

  .fold-accessory-card-head{
    min-height:0;

    padding:24px 22px 8px;
  }

  .fold-accessory-card h2{
    font-size:29px;
  }

  .fold-accessory-sub{
    font-size:15px;
  }

  .fold-accessory-badge{
    min-height:34px;
    padding:0 13px;

    font-size:12px;
  }

  .fold-accessory-image{
    height:300px;

    padding:8px 12px 12px;
  }

  .fold-accessory-card ul{
    padding:21px 22px 24px;
  }

}

@media (max-width:480px){

  .fold-accessory-page{
    width:calc(100vw - 24px);
  }

  .fold-accessory-title{
    font-size:31px;
  }

  .fold-accessory-card-head{
    flex-direction:column;
    gap:14px;
  }

  .fold-accessory-image{
    height:270px;
  }

}

/* ==========================================================
   FOLD ACCESSOIRES RESPONSIVE CSS V3.0 ENDET
========================================================== */

/* ==========================================================
   FOLD HOMEPAGE RESPONSIVE CSS V8.0 BEGINNT
   BEREINIGT + MOBILE DEVICE FALLBACK
========================================================== */

.fold-clean .fc-eyebrow,
.fold-clean .fc-section-title,
.fold-clean .fc-features h3,
.fold-clean .fc-lineup-copy h3{
  writing-mode:horizontal-tb !important;
  text-orientation:mixed !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}

@media (max-width:1100px){
  :root{
    --fc-width:calc(100% - 48px);
    --fc-first-space:36px;
    --fc-section-space:40px;
    --fc-radius:24px;
  }

  .fold-clean .fc-hero{
    height:680px !important;
    min-height:680px !important;
    max-height:680px !important;
  }

  .fold-clean .fc-hero > img{
    object-fit:cover !important;
    object-position:center center !important;
    transform:none !important;
  }

  .fold-clean .fc-hero-content{
    left:5% !important;
    bottom:44px !important;
    width:min(680px,90%) !important;
  }

  .fold-clean .fc-hero-content h1{
    font-size:54px !important;
    color:#FFFFFF !important;
    -webkit-text-fill-color:#FFFFFF !important;
  }

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

  .fold-clean .fc-eyebrow{
    color:#A97900 !important;
    -webkit-text-fill-color:#A97900 !important;
  }

  .fold-clean .fc-idea,
  .fold-clean .fc-performance,
  .fold-clean .fc-folding,
  .fold-clean .fc-travel{
    grid-template-columns:minmax(0,1fr) minmax(360px,42%) !important;
  }

  .fold-clean .fc-idea__text,
  .fold-clean .fc-folding__text,
  .fold-clean .fc-travel__text{
    padding:44px 36px !important;
  }

  .fold-clean .fc-idea__text,
  .fold-clean .fc-idea__image,
  .fold-clean .fc-folding__media,
  .fold-clean .fc-folding__text,
  .fold-clean .fc-travel__text,
  .fold-clean .fc-travel__media{
    height:580px !important;
  }

  .fold-clean .fc-performance > .fc-text,
  .fold-clean .fc-image-hero,
  .fold-clean .fc-image-hero img{
    height:580px !important;
    min-height:580px !important;
  }

  .fold-clean .fc-storage__card{
    height:470px !important;
  }

  .fold-clean .fc-lineup-image{
    height:420px !important;
    padding:54px 24px 10px !important;
  }

  .fold-clean .fc-lineup-image img{
    object-fit:contain !important;
    object-position:center !important;
    transform:none !important;
  }

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

@media (max-width:900px){
  :root{
    --fc-width:calc(100% - 40px);
    --fc-first-space:32px;
    --fc-section-space:36px;
  }

  .fold-clean .fc-hero-content h1{font-size:48px !important;}
  .fold-clean .fc-section-title{font-size:46px !important;}

  .fold-clean .fc-idea,
  .fold-clean .fc-performance,
  .fold-clean .fc-folding,
  .fold-clean .fc-travel{
    display:flex !important;
    flex-direction:column !important;
    gap:18px !important;
  }

  .fold-clean .fc-idea__text,
  .fold-clean .fc-performance > .fc-text,
  .fold-clean .fc-folding__text,
  .fold-clean .fc-travel__text{
    order:1 !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    padding:42px 36px !important;
  }

  .fold-clean .fc-idea__image,
  .fold-clean .fc-performance > .fc-image-hero,
  .fold-clean .fc-folding__media,
  .fold-clean .fc-travel__media{
    order:2 !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:4 / 3 !important;
  }

  .fold-clean .fc-idea__image,
  .fold-clean .fc-image-hero img,
  .fold-clean .fc-folding__media img,
  .fold-clean .fc-travel__media img{
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    object-fit:cover !important;
    object-position:center center !important;
    transform:none !important;
  }

  .fold-clean .fc-image-hero{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:4 / 3 !important;
  }

  .fold-clean .fc-performance > .fc-text > span,
  .fold-clean .fc-performance > .fc-text > h2,
  .fold-clean .fc-performance > .fc-text > p,
  .fold-clean .fc-performance > .fc-text > .fc-stats,
  .fold-clean .fc-performance > .fc-text > .fc-performance-info{
    width:100% !important;
    max-width:100% !important;
  }

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

  .fold-clean .fc-storage__card{
    height:auto !important;
    aspect-ratio:4 / 5 !important;
  }

  .fold-clean .fc-storage__card:last-child{
    grid-column:1 / -1 !important;
    aspect-ratio:16 / 9 !important;
  }
}

@media (max-width:767px), (max-device-width:767px){
  :root{
    --fc-width:calc(100% - 32px);
    --fc-first-space:24px;
    --fc-section-space:32px;
    --fc-radius:22px;
  }

  .fold-clean .fc-hero{
    position:relative !important;
    width:calc(100% - 32px) !important;
    height:360px !important;
    min-height:360px !important;
    max-height:360px !important;
    margin:0 auto !important;
    overflow:hidden !important;
    border-radius:22px !important;
    background:#111111 !important;
  }

  .fold-clean .fc-hero > img{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:58% center !important;
    transform:none !important;
  }

  .fold-clean .fc-hero::before{
    content:"" !important;
    position:absolute !important;
    z-index:1 !important;
    inset:0 !important;
    display:block !important;
    background:linear-gradient(180deg,rgba(0,0,0,0) 18%,rgba(0,0,0,.08) 48%,rgba(0,0,0,.68) 100%) !important;
    pointer-events:none !important;
  }

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

  .fold-clean .fc-hero-content{
    position:absolute !important;
    z-index:2 !important;
    left:22px !important;
    right:22px !important;
    bottom:22px !important;
    width:auto !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
  }

  .fold-clean .fc-hero-content h1{
    margin:0 !important;
    font-size:36px !important;
    line-height:1.05 !important;
    letter-spacing:-.01em !important;
    color:#FFFFFF !important;
    -webkit-text-fill-color:#FFFFFF !important;
    text-shadow:0 2px 8px rgba(0,0,0,.65) !important;
    white-space:normal !important;
  }

  .fold-clean .fc-hero-content p{
    color:#FFFFFF !important;
    -webkit-text-fill-color:#FFFFFF !important;
  }

  .fold-clean .fc-eyebrow{
    width:100% !important;
    max-width:100% !important;
    margin:0 0 12px !important;
    color:#A97900 !important;
    -webkit-text-fill-color:#A97900 !important;
    font-size:11px !important;
    line-height:1.15 !important;
    letter-spacing:.14em !important;
    white-space:normal !important;
  }

  .fold-clean .fc-section-title{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    color:#111111 !important;
    -webkit-text-fill-color:#111111 !important;
    font-size:36px !important;
    line-height:1.08 !important;
    letter-spacing:-.01em !important;
    white-space:normal !important;
  }

  .fold-clean .fc-idea,
  .fold-clean .fc-performance,
  .fold-clean .fc-folding,
  .fold-clean .fc-travel{
    display:flex !important;
    flex-direction:column !important;
    gap:14px !important;
  }

  .fold-clean .fc-idea__text,
  .fold-clean .fc-performance > .fc-text,
  .fold-clean .fc-folding__text,
  .fold-clean .fc-travel__text{
    order:1 !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    padding:32px 24px !important;
  }

  .fold-clean .fc-storage__media,
  .fold-clean .fc-lineup-grid,
  .fold-clean .fc-features{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:14px !important;
  }

  .fold-clean .fc-storage__card,
  .fold-clean .fc-storage__card:last-child{
    grid-column:auto !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:4 / 5 !important;
  }

  .fold-clean .fc-lineup-card,
  .fold-clean .fc-features article{
    width:100% !important;
    min-width:0 !important;
  }

  .fold-clean .fc-lineup-image{
    width:100% !important;
    height:300px !important;
    padding:24px 18px 8px !important;
  }

  .fold-clean .fc-lineup-image img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    transform:none !important;
  }

  .fold-clean .fc-features article h3,
  .fold-clean .fc-features article p,
  .fold-clean .fc-lineup-copy h3,
  .fold-clean .fc-lineup-copy p{
    width:100% !important;
    max-width:100% !important;
    white-space:normal !important;
    word-break:normal !important;
    overflow-wrap:normal !important;
    writing-mode:horizontal-tb !important;
  }
}

@media (max-width:480px), (max-device-width:480px){
  :root{
    --fc-width:calc(100% - 24px);
    --fc-first-space:20px;
    --fc-section-space:28px;
    --fc-radius:18px;
  }

  .fold-clean .fc-hero{
    width:calc(100% - 24px) !important;
    height:360px !important;
    min-height:360px !important;
    max-height:360px !important;
    border-radius:18px !important;
  }

  .fold-clean .fc-hero-content h1{
    font-size:31px !important;
    color:#FFFFFF !important;
    -webkit-text-fill-color:#FFFFFF !important;
  }

  .fold-clean .fc-eyebrow{font-size:10px !important;}
  .fold-clean .fc-section-title{font-size:31px !important;}
  .fold-clean .fc-lineup-image{height:270px !important;}
}

@media (max-width:360px), (max-device-width:360px){
  .fold-clean .fc-hero-content h1{font-size:28px !important;}
  .fold-clean .fc-section-title{font-size:29px !important;}
}

/* ==========================================================
   FOLD HOMEPAGE RESPONSIVE CSS V8.0 ENDET
========================================================== */

/* ==========================================================
   FOLD ABOUT PAGE – RESPONSIVE CSS V26.0
   PASSEND ZU HTML V22
========================================================== */

@media (max-width:1360px){

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

  .fold-about-page h2{
    font-size:46px;
  }

  .fold-about-card{
    padding:42px;
  }

}

@media (max-width:1200px){

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

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

  .fold-about-page h2{
    font-size:42px;
  }

  .fold-about-hero,
  .fold-about-hero__copy,
  .fold-about-hero__image{
    min-height:520px;
  }

  .fold-about-concept,
  .fold-about-concept__copy,
  .fold-about-image-card{
    min-height:580px;
  }

  .fold-about-cta,
  .fold-about-cta__copy,
  .fold-about-cta__image{
    min-height:560px;
  }

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

}

@media (max-width:900px){

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

  .fold-about-row{
    grid-template-columns:1fr;
    gap:18px;
  }

  .fold-about-hero,
  .fold-about-concept,
  .fold-about-cta,
  .fold-about-hero__copy,
  .fold-about-concept__copy,
  .fold-about-cta__copy{
    min-height:0;
  }

  .fold-about-hero__image,
  .fold-about-image-card,
  .fold-about-cta__image{
    width:100%;
    min-height:0;
    height:auto;
    aspect-ratio:4 / 3;
  }

  .fold-about-hero__image img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:contain;
    border-radius:22px;
  }

  .fold-about-concept__image img{
    object-fit:contain;
  }

  .fold-about-cta__image img{
    object-fit:cover;
  }

}

@media (max-width:767px){

  .fold-about-page{
    --fa-radius:22px;
    --fa-small-radius:18px;
    --fa-space:32px;

    width:calc(100% - 32px);
    padding:24px 0 72px;
  }

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

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

  .fold-about-card{
    padding:28px 22px;
  }

  .fold-about-line{
    width:56px;
    height:3px;
    margin:20px 0 24px;
  }

  .fold-about-hero,
  .fold-about-concept,
  .fold-about-cta{
    gap:16px;
  }

  .fold-about-hero__image,
  .fold-about-cta__image{
    display:block;
    aspect-ratio:4 / 3;
    border-radius:22px;
  }

  .fold-about-hero__image img{
    display:block;
    object-fit:contain;
    border-radius:22px;
  }

  .fold-about-cta__image img{
    display:block;
    object-fit:cover;
    border-radius:22px;
  }

  .fold-about-concept__image{
    padding:12px;
    border-radius:22px;
  }

  .fold-about-concept__image img{
    inset:12px;
    width:calc(100% - 24px);
    height:calc(100% - 24px);
    border-radius:16px;
  }

  .fold-about-story__copy,
  .fold-about-principles__head{
    margin-bottom:16px;
  }

  .fold-about-story__gallery{
    grid-template-columns:1fr;
    gap:16px;
  }

  .fold-about-story__image{
    aspect-ratio:4 / 3;
    border-radius:18px;
  }

  .fold-about-story__image img{
    border-radius:18px;
  }

  .fold-about-principles__grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .fold-about-principle{
    min-height:0;
    padding:24px 20px;
  }

  .fold-about-principle__top{
    margin-bottom:38px;
  }

  .fold-about-cta__buttons{
    flex-direction:column;
    gap:12px;
    margin-top:28px;
  }

  .fold-about-page .fold-about-button{
    width:100%;
    min-width:0;
    min-height:64px;
  }

}

@media (max-width:480px){

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

  .fold-about-page h1,
  .fold-about-page h2{
    font-size:31px;
  }

  .fold-about-card{
    padding:24px 18px;
  }

  .fold-about-eyebrow{
    font-size:11px !important;
  }

  .fold-about-principle h3{
    font-size:23px;
  }

  .fold-about-page .fold-about-button{
    padding-left:18px;
    font-size:14px;
  }

}

@media (prefers-reduced-motion:reduce){

  .fold-about-page *,
  .fold-about-page *::before,
  .fold-about-page *::after{
    animation:none !important;
    transition:none !important;
  }

}

/* ==========================================================
   FOLD ABOUT PAGE – RESPONSIVE CSS V26.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 DATENSCHUTZ RESPONSIVE CSS V1.0 BEGINNT
========================================================== */

@media(max-width:1200px){

  .fold-privacy-page h1{
    font-size:54px;
  }

  .fold-privacy-nav{
    grid-template-columns:220px minmax(0,1fr);
    gap:28px;
  }

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


@media(max-width:900px){

  .fold-privacy-page{
    width:min(92vw,1680px);
    padding-top:32px;
  }

  .fold-privacy-hero{
    padding:48px;
  }

  .fold-privacy-nav{
    grid-template-columns:1fr;
  }

  .fold-privacy-content{
    grid-template-columns:1fr;
  }
}


@media(max-width:767px){

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

  .fold-privacy-page h1{
    font-size:42px;
  }

  .fold-privacy-page h2{
    font-size:28px;
  }

  .fold-privacy-page p{
    font-size:15px;
    line-height:1.68;
  }

  .fold-privacy-hero{
    padding:32px 24px;
    border-radius:22px;
  }

  .fold-privacy-intro{
    font-size:17px!important;
  }

  .fold-privacy-nav{
    margin-top:16px;
    padding:28px 22px;
    border-radius:22px;
  }

  .fold-privacy-nav__grid{
    grid-template-columns:1fr;
  }

  .fold-privacy-nav__grid a{
    min-height:44px;
  }

  .fold-privacy-content{
    gap:16px;
    margin-top:32px;
  }

  .fold-privacy-card{
    padding:30px 22px;
    border-radius:18px;
  }

  .fold-privacy-card h2{
    padding-right:46px;
  }

  .fold-privacy-number{
    top:27px;
    right:22px;
  }

  .fold-privacy-contact{
    grid-template-columns:1fr;
    gap:0;
  }

  .fold-privacy-platforms div{
    grid-template-columns:1fr;
    gap:6px;
  }

  .fold-privacy-links{
    flex-direction:column;
  }

  .fold-privacy-links a,
  .fold-privacy-link{
    width:100%;
    justify-content:center;
  }
}


@media(max-width:480px){

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

  .fold-privacy-page h1{
    font-size:36px;
  }

  .fold-privacy-page h2{
    font-size:25px;
  }

  .fold-privacy-card{
    padding:26px 18px;
  }

  .fold-privacy-number{
    right:18px;
  }

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

  .fold-privacy-line{
    width:56px;
    height:3px;
    margin:20px 0 24px;
  }
}


@media(prefers-reduced-motion:reduce){

  .fold-privacy-page *,
  .fold-privacy-page *::before,
  .fold-privacy-page *::after{
    animation:none!important;
    transition:none!important;
  }
}

/* ==========================================================
   FOLD DATENSCHUTZ RESPONSIVE CSS V1.0 ENDET
========================================================== */

/* ==========================================================
   FOLD IMPRESSUM RESPONSIVE CSS V3.0 BEGINNT
========================================================== */


/* ==========================================================
   1. LAPTOPS UND KLEINERE DESKTOPS
========================================================== */

@media screen and (max-width:1280px){

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

    padding-top:40px;
    padding-bottom:96px;
  }

  .fold-imprint-page h1{
    font-size:56px !important;
  }

  .fold-imprint-page .fold-imprint-hero{
    padding:52px;
  }

  .fold-imprint-page .fold-heading-line{
    width:70px !important;
    min-width:70px !important;
    max-width:70px !important;

    height:4px !important;
  }

  .fold-imprint-page .fold-imprint-content{
    grid-template-columns:repeat(2,minmax(0,1fr));

    gap:20px;
  }

  .fold-imprint-page .fold-imprint-card{
    min-height:290px;

    padding:36px;
  }

  .fold-imprint-page .fold-imprint-card h2{
    width:calc(100% - 56px);
    max-width:calc(100% - 56px);

    margin-bottom:24px;

    font-size:28px !important;
    line-height:1.12 !important;
  }

  .fold-imprint-page .fold-imprint-number{
    top:34px;
    right:30px;

    font-size:15px;
  }

}


/* ==========================================================
   2. IPAD UND TABLETS
========================================================== */

@media screen and (max-width:1024px) and (min-width:768px){

  .fold-imprint-page{
    width:calc(100% - 40px);

    padding-top:32px;
    padding-bottom:84px;
  }

  .fold-imprint-page h1{
    font-size:48px !important;
  }

  .fold-imprint-page .fold-imprint-hero{
    padding:44px;
  }

  .fold-imprint-page .fold-heading-line{
    width:70px !important;
    min-width:70px !important;
    max-width:70px !important;

    height:4px !important;

    margin:22px 0 28px !important;
  }

  .fold-imprint-page .fold-imprint-content{
    grid-template-columns:repeat(2,minmax(0,1fr));

    gap:18px;
    margin-top:36px;
  }

  .fold-imprint-page .fold-imprint-card{
    min-height:270px;

    padding:30px;
  }

  .fold-imprint-page .fold-imprint-card h2{
    width:calc(100% - 48px);
    max-width:calc(100% - 48px);

    margin-bottom:22px;

    font-size:26px !important;
    line-height:1.14 !important;
  }

  .fold-imprint-page .fold-imprint-number{
    top:29px;
    right:24px;

    font-size:14px;
  }

  .fold-imprint-page p{
    font-size:15px;
    line-height:1.68;
  }

}


/* ==========================================================
   3. SMARTPHONES
========================================================== */

@media screen and (max-width:767px){

  .fold-imprint-page{
    --fi-page-radius:24px;
    --fi-card-radius:20px;

    width:calc(100% - 32px);

    padding-top:24px;
    padding-bottom:72px;
  }

  .fold-imprint-page h1{
    font-size:36px !important;
    line-height:1.05 !important;
  }

  .fold-imprint-page .fold-imprint-hero{
    padding:32px 24px;
  }

  .fold-imprint-page .fold-heading-line{
    width:56px !important;
    min-width:56px !important;
    max-width:56px !important;

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

    margin:20px 0 24px !important;
  }

  .fold-imprint-page .fold-imprint-content{
    grid-template-columns:minmax(0,1fr);

    gap:16px;
    margin-top:30px;
  }

  .fold-imprint-page .fold-imprint-card{
    min-height:0;

    padding:28px 22px 30px;
  }

  .fold-imprint-page .fold-imprint-card h2{
    width:calc(100% - 46px);
    max-width:calc(100% - 46px);

    margin-bottom:22px;

    font-size:22px !important;
    line-height:1.16 !important;

    overflow-wrap:anywhere;
    hyphens:auto;
  }

  .fold-imprint-page .fold-imprint-number{
    top:28px;
    right:22px;

    font-size:14px;
  }

  .fold-imprint-page p{
    font-size:15px;
    line-height:1.68;
  }

}


/* ==========================================================
   4. KLEINE SMARTPHONES
========================================================== */

@media screen and (max-width:480px){

  .fold-imprint-page{
    --fi-page-radius:20px;
    --fi-card-radius:18px;

    width:calc(100% - 24px);

    padding-top:18px;
    padding-bottom:56px;
  }

  .fold-imprint-page h1{
    font-size:31px !important;
  }

  .fold-imprint-page .fold-imprint-hero{
    padding:26px 18px;
  }

  .fold-imprint-page .fold-imprint-card{
    padding:24px 18px 26px;
  }

  .fold-imprint-page .fold-imprint-card h2{
    width:calc(100% - 42px);
    max-width:calc(100% - 42px);

    font-size:22px !important;
  }

  .fold-imprint-page .fold-imprint-number{
    top:24px;
    right:18px;

    font-size:13px;
  }

  .fold-imprint-page .fold-imprint-meta{
    font-size:13px !important;
  }

}


/* ==========================================================
   5. TOUCH-GERÄTE
========================================================== */

@media (hover:none){

  .fold-imprint-page a:hover{
    text-decoration:none;
  }

}


/* ==========================================================
   6. REDUZIERTE BEWEGUNG
========================================================== */

@media (prefers-reduced-motion:reduce){

  .fold-imprint-page *,
  .fold-imprint-page *::before,
  .fold-imprint-page *::after{
    animation:none !important;
    transition:none !important;
  }

}


/* ==========================================================
   FOLD IMPRESSUM RESPONSIVE CSS V3.0 ENDET
========================================================== */


/* ==========================================================
   FOLD HÄNDLER RESPONSIVE CSS V2.0 BEGINNT
========================================================== */

@media(max-width:1200px){

  .fold-dealers-title{
    font-size:54px;
  }

  .fold-dealers-main{
    grid-template-columns:minmax(300px,.75fr) minmax(0,1.4fr);
  }

  .fold-dealers-info-card{
    padding:40px;
  }

  .fold-dealers-info-card h2,
  .fold-dealers-cta h2{
    font-size:38px;
  }

  .fold-dealers-cta{
    grid-template-columns:1fr;
  }

  .fold-dealers-cta__actions{
    width:100%;
    min-width:0;
    flex-direction:row;
  }

  .fold-dealers-button{
    min-width:220px;
  }
}


@media(max-width:900px){

  .fold-dealers-page{
    width:min(92vw,1680px);
    padding-top:32px;
  }

  .fold-dealers-hero{
    padding:48px;
  }

  .fold-dealers-main{
    grid-template-columns:1fr;
  }

  .fold-dealers-map-card{
    grid-row:1;
  }

  .fold-dealers-info-card{
    grid-row:2;
    min-height:auto;
  }

  .fold-dealers-map-frame,
  .fold-dealers-map-widget,
  .fold-dealers-map-widget > div,
  .fold-dealers-map-widget iframe{
    min-height:560px!important;
  }
}


@media(max-width:767px){

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

  .fold-dealers-title{
    font-size:42px;
  }

  .fold-dealers-hero{
    padding:32px 24px;
    border-radius:22px;
  }

  .fold-dealers-intro{
    font-size:17px;
  }

  .fold-dealers-main{
    gap:16px;
    margin-top:32px;
  }

  .fold-dealers-info-card,
  .fold-dealers-map-card,
  .fold-dealers-cta{
    border-radius:18px;
  }

  .fold-dealers-info-card,
  .fold-dealers-cta{
    padding:28px 24px;
  }

  .fold-dealers-info-card h2,
  .fold-dealers-cta h2{
    font-size:32px;
  }

  .fold-dealers-map-card{
    padding:8px;
  }

  .fold-dealers-map-frame,
  .fold-dealers-map-widget,
  .fold-dealers-map-widget > div,
  .fold-dealers-map-widget iframe{
    min-height:500px!important;
  }

  .fold-dealers-cta{
    gap:30px;
    margin-top:16px;
  }

  .fold-dealers-cta__actions{
    flex-direction:column;
  }

  .fold-dealers-button{
    width:100%;
    min-width:0;
  }
}


@media(max-width:480px){

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

  .fold-dealers-title{
    font-size:36px;
  }

  .fold-dealers-eyebrow,
  .fold-dealers-card-kicker{
    font-size:11px;
  }

  .fold-dealers-line{
    width:56px;
    height:3px;
    margin:20px 0 24px;
  }

  .fold-dealers-map-frame,
  .fold-dealers-map-widget,
  .fold-dealers-map-widget > div,
  .fold-dealers-map-widget iframe{
    min-height:460px!important;
  }
}


@media(prefers-reduced-motion:reduce){

  .fold-dealers-page *,
  .fold-dealers-page *::before,
  .fold-dealers-page *::after{
    animation:none!important;
    transition:none!important;
  }
}

/* ==========================================================
   FOLD HÄNDLER RESPONSIVE CSS V2.0 ENDET
========================================================== */

/* FOLD AGB RESPONSIVE CSS FINAL BEGINNT */
@media(max-width:1200px){
  .fold-legal-heading h1{font-size:54px}
  .fold-legal-card{padding:44px 48px}
}
@media(max-width:900px){
  .fold-legal-page{width:92%;padding-top:32px}
  .fold-legal-hero{padding:48px}
  .fold-legal-card{padding:40px}
  .fold-legal-card h2{font-size:31px}
}
@media(max-width:767px){
  .fold-legal-page{width:calc(100% - 32px);padding:24px 0 72px}
  .fold-legal-hero{padding:32px 24px;border-radius:22px}
  .fold-legal-heading h1{font-size:42px}
  .fold-legal-intro{margin-top:32px;padding:24px;font-size:24px;border-radius:18px}
  .fold-legal-content{gap:16px;margin-top:16px}
  .fold-legal-card{padding:32px 24px;border-radius:18px}
  .fold-legal-card::after{top:22px;right:20px;font-size:50px}
  .fold-legal-card h2{max-width:calc(100% - 56px);margin-bottom:24px;font-size:28px}
  .fold-legal-card p{font-size:15px;line-height:1.72}
}
@media(max-width:480px){
  .fold-legal-page{width:calc(100% - 24px)}
  .fold-legal-heading h1{font-size:36px}
  .fold-legal-line{width:56px;height:3px;margin:20px 0 24px}
  .fold-legal-card{padding:28px 20px}
}
/* FOLD AGB RESPONSIVE CSS FINAL ENDET */

/* ==========================================================
   FOLD HÄNDLER WERDEN RESPONSIVE CSS V4 BEGINNT
========================================================== */


@media(max-width:1360px){

  .fold-dealer-form-hero h1{
    font-size:58px;
  }

  .fold-dealer-form-hero__content{
    padding:34px;
  }

  .fold-dealer-form-copy,
  .fold-dealer-form-card,
  .fold-dealer-benefits,
  .fold-dealer-form-process,
  .fold-dealer-form-contact{
    padding:40px;
  }

  .fold-dealer-form-copy h2,
  .fold-dealer-form-card h2,
  .fold-dealer-benefits h2,
  .fold-dealer-form-process h2,
  .fold-dealer-form-contact h2{
    font-size:40px;
  }

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

}


@media(max-width:1080px){

  .fold-dealer-form-page{
    width:92%;
    padding-top:32px;
  }

  .fold-dealer-form-hero{
    grid-template-columns:1fr;
    min-height:0;
    align-items:stretch;
  }

  .fold-dealer-form-hero__content{
    min-height:0;
    padding:48px;
  }

  .fold-dealer-form-hero__image{
    width:100%;
    height:500px;
    min-height:500px;

    margin:0;
    padding:0;

    line-height:0;
  }

  .fold-dealer-form-hero__image img{
    width:100% !important;
    height:100% !important;
    min-height:100% !important;
  }

  .fold-dealer-form-intro{
    grid-template-columns:1fr;
  }

  .fold-dealer-form-copy{
    gap:40px;
  }

  .fold-dealer-form-points{
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:32px;
  }

  .fold-dealer-form-contact{
    grid-template-columns:1fr;
  }

  .fold-dealer-form-button{
    width:100%;
    max-width:440px;
    min-width:0;
  }

}


@media(max-width:820px){

  .fold-dealer-form-points{
    grid-template-columns:1fr;
  }

  .fold-dealer-benefits__grid,
  .fold-dealer-form-steps{
    grid-template-columns:1fr;
  }

  .fold-dealer-benefits__grid article,
  .fold-dealer-form-steps article{
    min-height:0;
  }

}


@media(max-width:767px){

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

  .fold-dealer-form-hero{
    gap:16px;
    padding:16px;

    align-items:stretch;

    border-radius:22px;
  }

  .fold-dealer-form-hero__content{
    min-height:0;
    padding:24px 8px 28px;
  }

  .fold-dealer-form-hero h1{
    font-size:42px;
    line-height:1.07;
  }

  .fold-dealer-form-hero__text{
    font-size:17px;
    line-height:1.65;
  }

  .fold-dealer-form-hero__image{
    width:100%;
    height:360px;
    min-height:360px;

    margin:0;
    padding:0;

    overflow:hidden;

    border-radius:18px;

    line-height:0;
    font-size:0;
  }

  .fold-dealer-form-hero__image img{
    position:absolute !important;
    inset:0 !important;

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

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

    object-fit:cover !important;

    border-radius:18px !important;
  }

  .fold-dealer-form-page .fold-dealer-form-hero__button,
  .fold-dealer-form-page .fold-dealer-submit button,
  .fold-dealer-form-page .fold-dealer-form-button{
    width:100%;
    min-width:0;
    min-height:64px;

    padding:14px 14px 14px 20px;

    font-size:15px;

    text-decoration:none !important;
  }

  .fold-dealer-form-page .fold-dealer-form-hero__button span,
  .fold-dealer-form-page .fold-dealer-submit button span,
  .fold-dealer-form-page .fold-dealer-form-button span{
    text-decoration:none !important;
  }

  .fold-dealer-form-hero__button{
    margin-top:32px;
  }

  .fold-dealer-form-intro{
    gap:16px;
    margin-top:32px;
  }

  .fold-dealer-form-copy,
  .fold-dealer-form-card,
  .fold-dealer-benefits,
  .fold-dealer-form-process,
  .fold-dealer-form-contact{
    padding:28px 24px;
    border-radius:18px;
  }

  .fold-dealer-form-copy h2,
  .fold-dealer-form-card h2,
  .fold-dealer-benefits h2,
  .fold-dealer-form-process h2,
  .fold-dealer-form-contact h2{
    font-size:34px;
  }

  .fold-dealer-form-card__heading{
    margin-bottom:30px;
  }

  .fold-dealer-form-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .fold-dealer-field--full{
    grid-column:auto;
  }

  .fold-elementor-form .elementor-form-fields-wrapper{
    grid-template-columns:1fr !important;
    gap:20px !important;
  }

  .fold-elementor-form .elementor-field-type-textarea,
  .fold-elementor-form .elementor-field-type-acceptance,
  .fold-elementor-form .elementor-field-type-submit{
    grid-column:auto !important;
  }

  .fold-dealer-benefits,
  .fold-dealer-form-process,
  .fold-dealer-form-contact{
    margin-top:16px;
  }

  .fold-dealer-benefits__grid,
  .fold-dealer-form-steps{
    gap:12px;
    margin-top:28px;
  }

  .fold-dealer-benefits__grid article,
  .fold-dealer-form-steps article{
    padding:24px;
  }

  .fold-dealer-benefits__grid span,
  .fold-dealer-form-steps span{
    margin-bottom:28px;
  }

  .fold-dealer-form-button{
    max-width:none;
  }

}


@media(max-width:480px){

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

  .fold-dealer-form-hero{
    padding:12px;
  }

  .fold-dealer-form-hero__content{
    padding:22px 8px 26px;
  }

  .fold-dealer-form-hero h1{
    font-size:36px;
  }

  .fold-dealer-form-eyebrow,
  .fold-dealer-form-kicker{
    font-size:11px;
  }

  .fold-dealer-form-line{
    width:56px;
    height:3px;
    margin:20px 0 24px;
  }

  .fold-dealer-form-hero__image{
    height:300px;
    min-height:300px;

    margin:0;
    padding:0;

    border-radius:16px;

    line-height:0;
  }

  .fold-dealer-form-hero__image img{
    width:100% !important;
    height:100% !important;
    min-height:100% !important;

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

    border-radius:16px !important;
  }

  .fold-dealer-form-copy,
  .fold-dealer-form-card,
  .fold-dealer-benefits,
  .fold-dealer-form-process,
  .fold-dealer-form-contact{
    padding:26px 20px;
  }

  .fold-dealer-form-copy h2,
  .fold-dealer-form-card h2,
  .fold-dealer-benefits h2,
  .fold-dealer-form-process h2,
  .fold-dealer-form-contact h2{
    font-size:31px;
  }

  .fold-dealer-field input,
  .fold-dealer-field select,
  .fold-dealer-field textarea{
    font-size:16px;
  }

}


/* ==========================================================
   FOLD HÄNDLER WERDEN RESPONSIVE CSS V4 ENDET
========================================================== */


/* ==========================================================
   FOLD KONTAKT RESPONSIVE CSS V2 BEGINNT
========================================================== */

@media(max-width:1360px){

  .fold-contact-hero h1{
    font-size:58px;
  }

  .fold-contact-hero__content{
    padding:34px;
  }

  .fold-contact-info,
  .fold-contact-form-card,
  .fold-contact-cta{
    padding:40px;
  }

  .fold-contact-info h2,
  .fold-contact-form-card h2,
  .fold-contact-cta h2{
    font-size:40px;
  }

}


@media(max-width:1080px){

  .fold-contact-page{
    width:92%;
    padding-top:32px;
  }

  .fold-contact-hero{
    grid-template-columns:1fr;
    min-height:0;
  }

  .fold-contact-hero__content{
    min-height:0;
    padding:48px;
  }

  .fold-contact-hero__image{
    width:100%;
    height:500px;
    min-height:500px;
  }

  .fold-contact-layout{
    grid-template-columns:1fr;
  }

  .fold-contact-info{
    gap:40px;
  }

  .fold-contact-details{
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:32px;
  }

  .fold-contact-cta{
    grid-template-columns:1fr;
  }

  .fold-contact-cta__button{
    width:100%;
    max-width:440px;
    min-width:0 !important;
  }

}


@media(max-width:820px){

  .fold-contact-details{
    grid-template-columns:1fr;
  }

}


@media(max-width:767px){

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

  .fold-contact-hero{
    gap:16px;
    padding:16px;

    border-radius:22px;
  }

  .fold-contact-hero__content{
    min-height:0;
    padding:24px 8px 28px;
  }

  .fold-contact-hero h1{
    font-size:42px;
    line-height:1.07;
  }

  .fold-contact-hero__text{
    font-size:17px;
    line-height:1.65;
  }

  .fold-contact-hero__image{
    height:360px;
    min-height:360px;

    border-radius:18px;
  }

  .fold-contact-hero__image img{
    border-radius:18px !important;
  }

  .fold-contact-page .fold-contact-hero__button,
  .fold-contact-page .fold-form-button,
  .fold-contact-page .fold-contact-cta__button{
    width:100%;
    min-width:0;
    min-height:64px;

    padding:14px 14px 14px 20px;

    font-size:15px;
  }

  .fold-contact-page .fold-contact-hero__button{
    margin-top:32px;
  }

  .fold-contact-layout{
    gap:16px;
    margin-top:32px;
  }

  .fold-contact-info,
  .fold-contact-form-card,
  .fold-contact-cta{
    padding:28px 24px;

    border-radius:18px;
  }

  .fold-contact-info h2,
  .fold-contact-form-card h2,
  .fold-contact-cta h2{
    font-size:34px;
  }

  .fold-contact-form-heading{
    margin-bottom:30px;
  }

  .fold-form-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .fold-form-field--full{
    grid-column:auto;
  }

  .fold-elementor-form .elementor-form-fields-wrapper{
    grid-template-columns:1fr !important;
    gap:20px !important;
  }

  .fold-elementor-form .elementor-field-type-textarea,
  .fold-elementor-form .elementor-field-type-acceptance,
  .fold-elementor-form .elementor-field-type-submit{
    grid-column:auto !important;
  }

  .fold-contact-cta{
    gap:28px;
    margin-top:16px;
  }

  .fold-contact-cta__button{
    max-width:none;
  }

}


@media(max-width:480px){

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

  .fold-contact-hero{
    padding:12px;
  }

  .fold-contact-hero__content{
    padding:22px 8px 26px;
  }

  .fold-contact-hero h1{
    font-size:36px;
  }

  .fold-contact-eyebrow,
  .fold-contact-kicker{
    font-size:11px;
  }

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

    margin:20px 0 24px;
  }

  .fold-contact-hero__image{
    height:300px;
    min-height:300px;

    border-radius:16px;
  }

  .fold-contact-hero__image img{
    border-radius:16px !important;
  }

  .fold-contact-info,
  .fold-contact-form-card,
  .fold-contact-cta{
    padding:26px 20px;
  }

  .fold-contact-info h2,
  .fold-contact-form-card h2,
  .fold-contact-cta h2{
    font-size:31px;
  }

  .fold-form-field input,
  .fold-form-field select,
  .fold-form-field textarea{
    font-size:16px;
  }

}

/* ==========================================================
   FOLD KONTAKT RESPONSIVE CSS V2 ENDET
========================================================== */

/* ==========================================================
   FOLD HÄNDLER EMPFEHLEN RESPONSIVE CSS V1 BEGINNT
========================================================== */

@media(max-width:1360px){

  .fold-recommend-hero h1{
    font-size:58px;
  }

  .fold-recommend-hero__content{
    padding:34px;
  }

  .fold-recommend-benefits,
  .fold-recommend-info,
  .fold-recommend-form-card,
  .fold-recommend-process,
  .fold-recommend-cta{
    padding:40px;
  }

  .fold-recommend-benefits h2,
  .fold-recommend-info h2,
  .fold-recommend-form-card h2,
  .fold-recommend-process h2,
  .fold-recommend-cta h2{
    font-size:40px;
  }

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

}


@media(max-width:1080px){

  .fold-recommend-page{
    width:92%;
    padding-top:32px;
  }

  .fold-recommend-hero{
    grid-template-columns:1fr;
    min-height:0;
  }

  .fold-recommend-hero__content{
    min-height:0;
    padding:48px;
  }

  .fold-recommend-hero__image{
    width:100%;
    height:500px;
    min-height:500px;
  }

  .fold-recommend-layout{
    grid-template-columns:1fr;
  }

  .fold-recommend-info{
    gap:40px;
  }

  .fold-recommend-points{
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:32px;
  }

  .fold-recommend-cta{
    grid-template-columns:1fr;
  }

  .fold-recommend-cta__button{
    width:100%;
    max-width:440px;
    min-width:0 !important;
  }

}


@media(max-width:820px){

  .fold-recommend-points{
    grid-template-columns:1fr;
  }

  .fold-recommend-benefits__grid,
  .fold-recommend-steps{
    grid-template-columns:1fr;
  }

  .fold-recommend-benefits__grid article,
  .fold-recommend-steps article{
    min-height:0;
  }

}


@media(max-width:767px){

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

  .fold-recommend-hero{
    gap:16px;
    padding:16px;

    border-radius:22px;
  }

  .fold-recommend-hero__content{
    min-height:0;
    padding:24px 8px 28px;
  }

  .fold-recommend-hero h1{
    font-size:42px;
    line-height:1.07;
  }

  .fold-recommend-hero__text{
    font-size:17px;
    line-height:1.65;
  }

  .fold-recommend-hero__image{
    height:360px;
    min-height:360px;

    border-radius:18px;
  }

  .fold-recommend-hero__image img{
    border-radius:18px !important;
  }

  .fold-recommend-page .fold-recommend-hero__button,
  .fold-recommend-page .fold-recommend-submit button,
  .fold-recommend-page .fold-recommend-cta__button{
    width:100%;
    min-width:0;
    min-height:64px;

    padding:14px 14px 14px 20px;

    font-size:15px;
  }

  .fold-recommend-page .fold-recommend-hero__button{
    margin-top:32px;
  }

  .fold-recommend-benefits{
    margin-top:32px;
  }

  .fold-recommend-layout{
    gap:16px;
    margin-top:16px;
  }

  .fold-recommend-benefits,
  .fold-recommend-info,
  .fold-recommend-form-card,
  .fold-recommend-process,
  .fold-recommend-cta{
    padding:28px 24px;

    border-radius:18px;
  }

  .fold-recommend-benefits h2,
  .fold-recommend-info h2,
  .fold-recommend-form-card h2,
  .fold-recommend-process h2,
  .fold-recommend-cta h2{
    font-size:34px;
  }

  .fold-recommend-form-heading{
    margin-bottom:30px;
  }

  .fold-recommend-form-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .fold-recommend-field--full{
    grid-column:auto;
  }

  .fold-recommend-elementor-form .elementor-form-fields-wrapper{
    grid-template-columns:1fr !important;
    gap:20px !important;
  }

  .fold-recommend-elementor-form .elementor-field-type-textarea,
  .fold-recommend-elementor-form .elementor-field-type-acceptance,
  .fold-recommend-elementor-form .elementor-field-type-submit{
    grid-column:auto !important;
  }

  .fold-recommend-benefits__grid,
  .fold-recommend-steps{
    gap:12px;
    margin-top:28px;
  }

  .fold-recommend-benefits__grid article,
  .fold-recommend-steps article{
    padding:24px;
  }

  .fold-recommend-benefits__grid span,
  .fold-recommend-steps span{
    margin-bottom:28px;
  }

  .fold-recommend-process,
  .fold-recommend-cta{
    margin-top:16px;
  }

  .fold-recommend-cta{
    gap:28px;
  }

  .fold-recommend-cta__button{
    max-width:none;
  }

}


@media(max-width:480px){

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

  .fold-recommend-hero{
    padding:12px;
  }

  .fold-recommend-hero__content{
    padding:22px 8px 26px;
  }

  .fold-recommend-hero h1{
    font-size:36px;
  }

  .fold-recommend-eyebrow,
  .fold-recommend-kicker{
    font-size:11px;
  }

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

    margin:20px 0 24px;
  }

  .fold-recommend-hero__image{
    height:300px;
    min-height:300px;

    border-radius:16px;
  }

  .fold-recommend-hero__image img{
    border-radius:16px !important;
  }

  .fold-recommend-benefits,
  .fold-recommend-info,
  .fold-recommend-form-card,
  .fold-recommend-process,
  .fold-recommend-cta{
    padding:26px 20px;
  }

  .fold-recommend-benefits h2,
  .fold-recommend-info h2,
  .fold-recommend-form-card h2,
  .fold-recommend-process h2,
  .fold-recommend-cta h2{
    font-size:31px;
  }

  .fold-recommend-field input,
  .fold-recommend-field select,
  .fold-recommend-field textarea{
    font-size:16px;
  }

}

/* ==========================================================
   FOLD HÄNDLER EMPFEHLEN RESPONSIVE CSS V1 ENDET
========================================================== */

/* ==========================================================
   FOLD PROBEFAHRT RESPONSIVE CSS V1 BEGINNT
========================================================== */

@media(max-width:1360px){

  .fold-test-ride-hero h1{
    font-size:58px;
  }

  .fold-test-ride-hero__content{
    padding:34px;
  }

  .fold-test-ride-benefits,
  .fold-test-ride-info,
  .fold-test-ride-form-card,
  .fold-test-ride-process,
  .fold-test-ride-cta{
    padding:40px;
  }

  .fold-test-ride-benefits h2,
  .fold-test-ride-info h2,
  .fold-test-ride-form-card h2,
  .fold-test-ride-process h2,
  .fold-test-ride-cta h2{
    font-size:40px;
  }

  .fold-test-ride-benefits__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

}


@media(max-width:1080px){

  .fold-test-ride-page{
    width:92%;
    padding-top:32px;
  }

  .fold-test-ride-hero{
    grid-template-columns:1fr;
    min-height:0;
  }

  .fold-test-ride-hero__content{
    min-height:0;
    padding:48px;
  }

  .fold-test-ride-hero__image{
    width:100%;
    height:500px;
    min-height:500px;
  }

  .fold-test-ride-layout{
    grid-template-columns:1fr;
  }

  .fold-test-ride-info{
    gap:40px;
  }

  .fold-test-ride-facts{
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:32px;
  }

  .fold-test-ride-cta{
    grid-template-columns:1fr;
  }

  .fold-test-ride-cta__button{
    width:100%;
    max-width:440px;
    min-width:0 !important;
  }

}


@media(max-width:820px){

  .fold-test-ride-facts{
    grid-template-columns:1fr;
  }

  .fold-test-ride-benefits__grid,
  .fold-test-ride-steps{
    grid-template-columns:1fr;
  }

  .fold-test-ride-benefits__grid article,
  .fold-test-ride-steps article{
    min-height:0;
  }

}


@media(max-width:767px){

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

  .fold-test-ride-hero{
    gap:16px;
    padding:16px;

    border-radius:22px;
  }

  .fold-test-ride-hero__content{
    min-height:0;
    padding:24px 8px 28px;
  }

  .fold-test-ride-hero h1{
    font-size:42px;
    line-height:1.07;
  }

  .fold-test-ride-hero__text{
    font-size:17px;
    line-height:1.65;
  }

  .fold-test-ride-hero__image{
    height:360px;
    min-height:360px;

    border-radius:18px;
  }

  .fold-test-ride-hero__image img{
    border-radius:18px !important;
  }

  .fold-test-ride-page .fold-test-ride-hero__button,
  .fold-test-ride-page .fold-test-ride-submit button,
  .fold-test-ride-page .fold-test-ride-cta__button{
    width:100%;
    min-width:0;
    min-height:64px;

    padding:14px 14px 14px 20px;

    font-size:15px;
  }

  .fold-test-ride-page .fold-test-ride-hero__button{
    margin-top:32px;
  }

  .fold-test-ride-benefits{
    margin-top:32px;
  }

  .fold-test-ride-layout{
    gap:16px;
    margin-top:16px;
  }

  .fold-test-ride-benefits,
  .fold-test-ride-info,
  .fold-test-ride-form-card,
  .fold-test-ride-process,
  .fold-test-ride-cta{
    padding:28px 24px;

    border-radius:18px;
  }

  .fold-test-ride-benefits h2,
  .fold-test-ride-info h2,
  .fold-test-ride-form-card h2,
  .fold-test-ride-process h2,
  .fold-test-ride-cta h2{
    font-size:34px;
  }

  .fold-test-ride-form-heading{
    margin-bottom:30px;
  }

  .fold-test-ride-form-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .fold-test-ride-field--full{
    grid-column:auto;
  }

  .fold-test-ride-elementor-form .elementor-form-fields-wrapper{
    grid-template-columns:1fr !important;
    gap:20px !important;
  }

  .fold-test-ride-elementor-form .elementor-field-type-textarea,
  .fold-test-ride-elementor-form .elementor-field-type-acceptance,
  .fold-test-ride-elementor-form .elementor-field-type-submit{
    grid-column:auto !important;
  }

  .fold-test-ride-benefits__grid,
  .fold-test-ride-steps{
    gap:12px;
    margin-top:28px;
  }

  .fold-test-ride-benefits__grid article,
  .fold-test-ride-steps article{
    padding:24px;
  }

  .fold-test-ride-benefits__grid span,
  .fold-test-ride-steps span{
    margin-bottom:28px;
  }

  .fold-test-ride-process,
  .fold-test-ride-cta{
    margin-top:16px;
  }

  .fold-test-ride-cta{
    gap:28px;
  }

  .fold-test-ride-cta__button{
    max-width:none;
  }

}


@media(max-width:480px){

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

  .fold-test-ride-hero{
    padding:12px;
  }

  .fold-test-ride-hero__content{
    padding:22px 8px 26px;
  }

  .fold-test-ride-hero h1{
    font-size:36px;
  }

  .fold-test-ride-eyebrow,
  .fold-test-ride-kicker{
    font-size:11px;
  }

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

    margin:20px 0 24px;
  }

  .fold-test-ride-hero__image{
    height:300px;
    min-height:300px;

    border-radius:16px;
  }

  .fold-test-ride-hero__image img{
    border-radius:16px !important;
  }

  .fold-test-ride-benefits,
  .fold-test-ride-info,
  .fold-test-ride-form-card,
  .fold-test-ride-process,
  .fold-test-ride-cta{
    padding:26px 20px;
  }

  .fold-test-ride-benefits h2,
  .fold-test-ride-info h2,
  .fold-test-ride-form-card h2,
  .fold-test-ride-process h2,
  .fold-test-ride-cta h2{
    font-size:31px;
  }

  .fold-test-ride-field input,
  .fold-test-ride-field select,
  .fold-test-ride-field textarea{
    font-size:16px;
  }

}

/* ==========================================================
   FOLD PROBEFAHRT RESPONSIVE CSS V1 ENDET
========================================================== */

/* ==========================================================
   FOLD DETAILS RESPONSIVE CSS BEGINNT
========================================================== */

@media(max-width:1360px){

  .fold-details-page h1{
    font-size:59px;
  }

  .fold-details-page h2{
    font-size:48px;
  }

  .fold-details-card{
    padding:44px;
  }

  .fold-details-feature__number{
    top:34px;
    right:36px;
  }

}


@media(max-width:1180px){

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

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

  .fold-details-page h2{
    font-size:43px;
  }

  .fold-details-hero,
  .fold-details-feature,
  .fold-details-cta{
    grid-template-columns:minmax(330px,.9fr) minmax(0,1.1fr);
  }

  .fold-details-feature--reverse{
    grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);
  }

  .fold-details-hero__copy,
  .fold-details-hero__media{
    min-height:590px;
  }

  .fold-details-feature__copy,
  .fold-details-feature__media{
    min-height:590px;
  }

  .fold-details-cta__copy,
  .fold-details-cta__media{
    min-height:570px;
  }

}


@media(max-width:900px){

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

  .fold-details-hero,
  .fold-details-feature,
  .fold-details-feature--reverse,
  .fold-details-cta{
    grid-template-columns:1fr;
  }

  .fold-details-feature--reverse .fold-details-feature__copy,
  .fold-details-feature--reverse .fold-details-feature__media{
    grid-column:auto;
    grid-row:auto;
  }

  .fold-details-feature--reverse .fold-details-feature__copy{
    order:1;
  }

  .fold-details-feature--reverse .fold-details-feature__media{
    order:2;
  }

  .fold-details-hero__copy,
  .fold-details-feature__copy,
  .fold-details-cta__copy{
    min-height:0;
  }

  .fold-details-hero__media,
  .fold-details-feature__media,
  .fold-details-cta__media{
    min-height:520px;
  }

  .fold-details-tech-head,
  .fold-details-drawings__head{
    grid-template-columns:1fr;
    gap:0;
  }

  .fold-details-tech-head__copy,
  .fold-details-drawings__intro{
    max-width:720px;
  }

  .fold-details-specs{
    padding-left:34px;
  }

}


@media(max-width:767px){

  .fold-details-page{
    width:calc(100% - 32px);
    padding:22px 0 70px;

    --fd-radius:19px;
  }

  .fold-details-page h1,
  .fold-details-page h2{
    font-size:36px;
    line-height:1.05;
  }

  .fold-details-page p{
    font-size:16px;
    line-height:1.65;
  }

  .fold-details-lead{
    font-size:18px !important;
  }

  .fold-details-card{
    padding:29px 22px;
  }

  .fold-details-line{
    width:58px;
    height:3px;

    margin:21px 0 25px;
  }


  /* HERO */

  .fold-details-hero{
    gap:16px;
  }

  .fold-details-hero__media{
    min-height:0;
    aspect-ratio:4 / 3;
  }


  /* INTRO */

  .fold-details-intro{
    padding:72px 0 32px;
  }


  /* FEATURES */

  .fold-details-feature{
    gap:16px;
    padding:16px 0;
  }

  .fold-details-feature__copy{
    padding-top:62px;
  }

  .fold-details-feature__number{
    top:27px;
    right:24px;
  }

  .fold-details-feature__media{
    min-height:0;
    aspect-ratio:4 / 3;
  }

  .fold-details-facts{
    grid-template-columns:1fr;
  }


  /* TECH HEAD */

  .fold-details-tech-head{
    padding:74px 0 32px;
  }


  /* ACCORDION */

  .fold-details-accordion__button{
    grid-template-columns:38px minmax(0,1fr) 42px;
    gap:12px;

    min-height:90px;
    padding:18px;
  }

  .fold-details-accordion__title{
    font-size:23px;
  }

  .fold-details-accordion__icon{
    width:40px;
    height:40px;
  }

  .fold-details-specs{
    padding:0 18px 22px;
  }

  .fold-details-spec{
    display:block;

    padding:15px 0;
  }

  .fold-details-spec span,
  .fold-details-spec strong{
    display:block;
  }

  .fold-details-spec span{
    margin-bottom:5px;

    font-size:13px;
  }

  .fold-details-spec strong{
    font-size:15px;
  }


  /* ZEICHNUNGEN */

  .fold-details-drawings{
    padding-top:74px;
  }

  .fold-details-drawings__head{
    margin-bottom:30px;
  }

  .fold-details-drawings__grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .fold-details-drawing{
    min-height:0;
  }

  .fold-details-drawing img{
    height:290px;
    padding:18px;
  }


  /* CTA */

  .fold-details-cta{
    gap:16px;
    padding-top:74px;
  }

  .fold-details-cta__media{
    min-height:0;
    aspect-ratio:4 / 3;
  }

  .fold-details-cta__buttons{
    flex-direction:column;
    gap:11px;
  }

  .fold-details-page .fold-details-button{
    width:100%;
    min-width:0;
  }

}


@media(max-width:480px){

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

  .fold-details-page h1,
  .fold-details-page h2{
    font-size:31px;
  }

  .fold-details-card{
    padding:25px 18px;
  }

  .fold-details-feature__copy{
    padding-top:58px;
  }

  .fold-details-feature__number{
    top:24px;
    right:20px;
  }

  .fold-details-fact{
    padding:18px;
  }

  .fold-details-highlight{
    padding:20px;
  }

  .fold-details-accordion__button{
    grid-template-columns:28px minmax(0,1fr) 38px;
    padding:16px 14px;
  }

  .fold-details-accordion__index{
    font-size:13px;
  }

  .fold-details-accordion__title{
    font-size:20px;
  }

  .fold-details-accordion__icon{
    width:36px;
    height:36px;
  }

  .fold-details-drawing img{
    height:240px;
  }

}


@media(prefers-reduced-motion:reduce){

  .fold-details-page *,
  .fold-details-page *::before,
  .fold-details-page *::after{
    scroll-behavior:auto !important;
    transition:none !important;
    animation:none !important;
  }

}
/* ==========================================================
   FOLD DETAILS RESPONSIVE CSS ENDET
========================================================== */

/* ==========================================================
   FOLD FOOTER RESPONSIVE CSS V5.0 BEGINNT
========================================================== */


/* ==========================================================
   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;
  }

}


/* ==========================================================
   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;
  }

}


/* ==========================================================
   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;
  }

}


/* ==========================================================
   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);
  }

  .fold-footer__form-row{
    grid-template-columns:1fr;
  }

  .fold-footer__form input,
  .fold-footer__form button{
    min-height:46px;
  }

  .fold-footer__form button{
    width:100%;
  }

  .fold-footer__language{
    max-width:none;
  }

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

}


/* ==========================================================
   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;
  }

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

}


/* ==========================================================
   TOUCH-GERÄTE
========================================================== */

@media (hover:none){

  .fold-footer__links a:hover,
  .fold-footer__form button:hover,
  .fold-footer__social a:hover,
  .fold-footer__top:hover{
    transform:none;
    box-shadow:none;
  }

}


/* ==========================================================
   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.0 ENDET
========================================================== */

/* ==========================================================
   FOLD HEADER RESPONSIVE CSS V3.1 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:32px;
    padding:0 9px;

    font-size:12px;
    font-weight:600;
  }

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

  .fold-header__cta{
    min-height:34px;
    padding:0 13px;

    font-size:12px;
  }

}


@media (max-width:980px){

  .fold-header__inner{
    grid-template-columns:auto 1fr auto;
  }

  .fold-header__nav{
    display:none;
  }

  .fold-header__mobile-toggle{
    display:flex;
  }

}


@media (max-width:767px){

  .fold-header__inner{
    width:calc(100% - 32px);
    height:52px;
    min-height:52px;
  }

  .fold-header__logo{
    width:54px;
    min-width:54px;
  }

  .fold-header__logo img{
    max-height:29px;
  }

  .fold-header__cta{
    min-height:34px;
    padding:0 12px;
  }

  .fold-header__mobile-menu{
    padding-left:16px;
    padding-right:16px;
  }

}


@media (max-width:480px){

  .fold-header__inner{
    width:calc(100% - 24px);
    height:50px;
    min-height:50px;

    gap:8px;
  }

  .fold-header__logo{
    width:50px;
    min-width:50px;
  }

  .fold-header__logo img{
    max-height:27px;
  }

  .fold-header__actions{
    gap:7px;
  }

  .fold-header__cta{
    min-height:32px;
    padding:0 11px;

    font-size:11px;
  }

  .fold-header__cta span{
    font-size:14px;
  }

  .fold-header__mobile-toggle{
    width:34px;
    height:34px;
  }

}


@media (hover:none){

  .fold-header__cta:hover{
    transform:none;
    box-shadow: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.1 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
========================================================== */

