/* ================================================
   SLIDER: Bild fullscreen (cover) auf Mobil
   cms.ja-so.com – mySwiper-banner-one-in-two
   ================================================ */

@media only screen and (max-width: 767px) {

  .mySwiper-banner-one-in-two .rts-banner-area-start-one {
    position: relative;
    padding: 0 !important;
    min-height: 100svh;
    overflow: hidden;
  }

  .mySwiper-banner-one-in-two .rts-banner-area-start-one .container,
  .mySwiper-banner-one-in-two .rts-banner-area-start-one .row,
  .mySwiper-banner-one-in-two .rts-banner-area-start-one .col-lg-12 {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
  }

  .mySwiper-banner-one-in-two .float-right-content {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    margin: 0;
  }

  .mySwiper-banner-one-in-two .signle-swiper-start,
  .mySwiper-banner-one-in-two .thumbnail-banner-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .mySwiper-banner-one-in-two .thumbnail-banner-one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .mySwiper-banner-one-in-two .left-swiper-area-start {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 50%;
    transform: translateY(50%);
    top: auto;
    width: auto;
    z-index: 5;
  }

  .mySwiper-banner-one-in-two .single-left-banner-swiper-start {
    background: rgba(51, 51, 52, 0.88);
  }

  /* Icon ausblenden */
  .mySwiper-banner-one-in-two .left-swiper-area-start .right-shape {
    display: none;
  }

  /* Kategorie-Label einzeilig – 18px */
  .mySwiper-banner-one-in-two .single-left-banner-swiper-start .pre {
    font-size: 18px;
    white-space: nowrap;
  }

  /* Slider + Swiper höher für Pagination-Dots */
  .mySwiper-banner-one-in-two .swiper-slide {
    position: relative;
    min-height: 100svh;
  }

  .banner-one-swiper-fade-swip,
  .mySwiper-banner-one-in-two {
    padding-bottom: 50px !important;
  }

  /* Pagination-Dots sichtbar unterhalb des Sliders */
  .mySwiper-banner-one-in-two .swiper-pagination {
    bottom: 15px;
  }

  /* Alle pre-title auf Mobil – 20px */
  .pre-title {
    font-size: 20px !important;
  }

  /* Service-Sections: Bild immer nach dem Text auf Mobil */
  .why-chooseus-section .row {
    display: flex;
    flex-direction: column;
  }

  .why-chooseus-section .col-lg-7 {
    order: 1;
  }

  .why-chooseus-section .col-lg-5 {
    order: 2;
  }
}

/* Super Sidebar - JASO Farben & Größe 46px */
.sb-bar .sb-icon {
    background-color: #c2ae79 !important;
    color: #ffffff !important;
    width: 46px !important;
    height: 46px !important;
    line-height: 46px !important;
    font-size: 22px !important;
}
.sb-bar a:hover .sb-icon {
    background-color: #a8945f !important;
}
.sb-bar .sb-label {
    background-color: #c2ae79 !important;
    color: #ffffff !important;
    line-height: 46px !important;
}
.sb-bar li {
    height: 46px !important;
}
.sb-bar a {
    width: 46px !important;
}
.sb-round li {
    border-radius: 23px !important;
}
.sb-round .sb-icon {
    border-radius: 23px !important;
}
.sb-round a {
    border-radius: 23px !important;
}
.sb-right .sb-mask {
    height: 46px !important;
}
.sb-connected .sb-label {
    padding: 0 11px 0 54px !important;
}
.sb-right.sb-connected .sb-label {
    padding: 0 54px 0 11px !important;
}
.sb-connected.sb-round .sb-label {
    padding: 0 12px 0 51px !important;
}
.sb-right.sb-connected.sb-round .sb-label {
    padding: 0 51px 0 12px !important;
}

/* GSAP SplitText Fallback */
.stock-text-1 {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Suchseite - Pagination */
.next-prev-product-details .disabled {
    opacity: 0.3;
    cursor: default;
}
.next-prev-product-details a {
    color: #30373E;
    text-decoration: none;
    transition: color 0.3s;
}
.next-prev-product-details a:hover {
    color: #c2ae79;
}

.search-grid-icon rect {
    fill: #30373E;
}

.search-close-icon {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.search-close-icon i {
    font-size: 20px;
    color: #30373E;
}

/* Popup */
#jaso-popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}
#jaso-popup-overlay.jaso-popup-show {
    opacity: 1;
}
#jaso-popup {
    position: relative;
    max-width: 800px;
    width: 90%;
    border-radius: 8px;
    overflow: hidden;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}
#jaso-popup-overlay.jaso-popup-show #jaso-popup {
    transform: translateY(0);
}
#jaso-popup img {
    width: 100%;
    height: auto;
    display: block;
}
#jaso-popup-close {
    position: absolute;
    top: 10px; right: 10px;
    width: 36px; height: 36px;
    background: rgba(0,0,0,0.6);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
#jaso-popup-close:hover {
    background: #c2ae79;
}
#jaso-popup-timer {
    background: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 13px;
}

/* Angebote Navigation */
.angebot-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.angebot-nav li a {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #c2ae79;
    color: #30373E;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
    font-size: 14px;
}
.angebot-nav li a:hover,
.angebot-nav li a.active {
    background: #c2ae79;
    color: #fff;
}

/* Ausstattungsliste */
.angebot-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.angebot-list li {
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 18px;
    color: #555;
}

/* Status / Preis */
.angebot-status .verkauft {
    display: inline-block;
    background: #111;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
}
.angebot-status .preis {
    display: inline-block;
    background: #c2ae79;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
}

/* Galerie */
.angebot-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s;
    cursor: pointer;
}
.angebot-img:hover {
    transform: scale(1.02);
}

/* Kontaktformular */
.form-contact-form-conatct-page input[type="text"],
.form-contact-form-conatct-page input[type="email"],
.form-contact-form-conatct-page textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #e0d9cc;
    border-radius: 4px;
    padding: 0 16px;
    font-size: 15px;
    color: #30373E;
    background: #fafafa;
    margin-bottom: 16px;
    display: block;
    transition: border-color 0.3s;
    outline: none;
}
.form-contact-form-conatct-page input[type="text"]:focus,
.form-contact-form-conatct-page input[type="email"]:focus,
.form-contact-form-conatct-page textarea:focus {
    border-color: #c2ae79;
    background: #fff;
}
.form-contact-form-conatct-page textarea {
    height: 140px;
    padding: 14px 16px;
    resize: vertical;
}

/* Spam-Schutz Zeile */
.form-contact-form-conatct-page .mathspam {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    display: block;
}
.form-contact-form-conatct-page .calc {
    font-weight: 600;
    color: #c2ae79;
}

/* Checkbox verfeinert */
.form-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #30373E;
    cursor: pointer;
    padding: 12px 16px;
    border: 1px solid #e0d9cc;
    border-radius: 4px;
    background: #fafafa;
    transition: border-color 0.3s;
}
.form-checkbox:hover {
    border-color: #c2ae79;
}
.form-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #c2ae79;
    cursor: pointer;
    flex-shrink: 0;
    margin: 0;
}
.form-checkbox label {
    cursor: pointer;
    margin: 0;
    font-size: 15px;
    color: #30373E;
}

/* Abstand Datenschutz-Text zur Checkbox */
.form-checkbox_div .mathspam {
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
}

/* Testimonials - Text auf 3 Zeilen begrenzen */
.sigle-testimonials-one p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}
.sigle-testimonials-one p.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}
.testimonial-mehr {
    display: inline-block;
    margin-top: 8px;
    color: #c2ae79;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    background: none;
    padding: 0;
}
.testimonial-mehr:hover {
    color: #30373E;
}

/* GSAP SplitText Fallback - global */
.split-parent,
.split-line {
    opacity: 1 !important;
    visibility: visible !important;
}


/* Footer Copyright Links - Mobile */
@media only screen and (max-width: 767px) {
    .copyright-area-main-wrapper-one {
        flex-direction: column;
        gap: 10px;
    }
    .copyright-area-main-wrapper-one ul {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding: 0;
    }
    .copyright-area-main-wrapper-one ul li a {
        font-size: 13px;
    }
    .copyright-area-main-wrapper-one p.left {
        font-size: 13px;
    }
}

/* Marquee - Hintergrund weiß */
.rts-section-gap2Top.bg-3 {
    background-color: #ffffff !important;
    background-image: none !important;
}
.rts-marquree-area-start {
    background-color: #ffffff !important;
    background-image: none !important;
}

/* Erster Streifen - gefüllter Text in gold */
.rts-marquree-area-start .text-split h2.title {
    color: #c2ae79 !important;
    -webkit-text-stroke: 0 !important;
    -webkit-text-fill-color: #c2ae79 !important;
}

/* Zweiter Streifen - Outline-Text in gold */
.rts-marquree-area-start-bottom .text-split h2.title {
    color: transparent !important;
    -webkit-text-stroke: 1px #c2ae79 !important;
    -webkit-text-fill-color: transparent !important;
}

/* Span im zweiten Streifen */
.rts-marquree-area-start-bottom .text-split h2.title span {
    color: transparent !important;
    -webkit-text-stroke: 1px #c2ae79 !important;
    -webkit-text-fill-color: transparent !important;
    opacity: 0.5;
}

/* Breadcrumb - H1 versal + Laufweite + Outline + Font wie Marquee */
.breadcrumb-area-bg .bottom-title h1.title {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800 !important;
}


/* Mobile: Titel im Hero-Bereich verkleinern */
@media (max-width: 575px) {
  .breadcrumb-area-bg .bread-crumb-area-inner .bottom-title h1.title {
    font-size: 2.8rem !important;
    line-height: 1.1;
  }
}

@media (max-width: 575px) {
  .title-style-left .title.quote {
    font-size: 1.8rem !important;
    line-height: 1.5;
    word-break: break-word;
    hyphens: auto;
  }
}

@media (max-width: 575px) {
  .pre-title-area {
    flex-wrap: wrap;
    overflow: hidden;
  }
  
  .pre-title-area .pre-title {
    font-size: 1.4rem !important;
    letter-spacing: 0.05em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 40px); /* Platz für das Icon/Bild lassen */
  }
}

/* Slider-Slogan: P-Tag identisch wie vorher H2 stylen */
.left-swiper-area-start .single-left-banner-swiper-start p.title {
    font-weight: 700;
    margin-bottom: 25px;
}