/* J3-Overrides für jp-industry (J2.5-only Template, läuft auf J3.10.12)
   Notwendig nach Migration weil:
   - J3 mod_breadcrumbs nutzt anderes HTML (<ul class="breadcrumb"> mit <span> + schema.org)
   - mod_jp_smooth_gallery mootools-Script ist J2.5-only, lässt Captions als <h3>/<p> sichtbar
*/

/* === Breadcrumbs: horizontale Darstellung wiederherstellen === */
.jppathway .breadcrumb,
.jppathway ul.breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}
.jppathway .breadcrumb li,
.jppathway ul.breadcrumb li {
    display: inline;
    margin: 0;
    padding: 0;
}
.jppathway .breadcrumb li + li::before {
    content: "/\00a0";
    padding: 0 0.4em;
    color: #fff;
}
.jppathway .breadcrumb li span {
    display: inline;
}

/* === Smooth Gallery: Caption-Defaults ausblenden (JS schiebt sie nicht mehr in slideInfoZone) === */
#myGallery .imageElement > h3,
#myGallery .imageElement > p {
    display: none !important;
}

/* === Suche komplett ausblenden (CSS-Fallback, Modul/Komponente sind auch deaktiviert) === */
.jpsearch {
    display: none !important;
}
