/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra Child Theme für die FrauenUnion Uelzen – Breadcrumbs praktisch unsichtbar für Frontend, SEO-kompatibel
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ===============================
   Breadcrumbs minimal sichtbar für Google
=============================== */

.rank-math-breadcrumb {
    font-size: 0.1px;        /* Text für Nutzer fast unsichtbar */
    color: transparent;       /* unsichtbar für Nutzer */
    line-height: 0.1;         /* minimaler Platz */
    margin: 0;
    padding: 0;
    display: block;
}

.rank-math-breadcrumb a {
    color: transparent !important;
    text-decoration: none !important;
    pointer-events: none;     /* verhindert Klicks */
}

.rank-math-breadcrumb * {
    font-size: 0.1px !important;
    color: transparent !important;
    line-height: 0.1 !important;
}