/* Theme Name: Bottanika Child 
 * Theme URI: https://bottanika.qodeinteractive.com 
 * Description: A child theme of Bottanika 
 * Author: Edge Themes 
 * Author URI: https://qodeinteractive.com 
 * Version: 1.0 
 * Text Domain: bottanika 
 * Template: bottanika */
/* ==================================================
   Qode/Botanik – Breadcrumbs: Home ausblenden + wie H3
   (passt zu deinen Klassen: qodef-breadcrumbs-link / -separator)
   ================================================== */

/* 1) "Home" (erster Link) ausblenden */
.qodef-breadcrumbs a.qodef-breadcrumbs-link:first-of-type {
  display: none !important;
}

/* 2) Erstes Trennzeichen direkt nach Home ausblenden */
.qodef-breadcrumbs .qodef-breadcrumbs-separator:first-of-type {
  display: none !important;
}

/* ==================================================
   Breadcrumbs – H1-Typografie, NICHT kursiv
   ================================================== */
.qodef-page-title .qodef-breadcrumbs,
.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-current {
  color: #000 !important;
  font-family: Raleway, sans-serif !important;
  font-size: 39px !important;
  line-height: 1.1em !important;
  font-weight: 500 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;

  font-style: normal !important; /* <<< WICHTIG */
  word-wrap: break-word;
}