/* ====================================================================================== */
/* HELIX ULTIMATE PATCHES */
/* Abstand zwischen Breadcrump und Text kleiner */


#sp-main-body {
  padding: 10px 0;
}

#sp-beadcrumb {
  margin-top: 5px;
}

#sp-component {
    background: rgba(255, 255, 255, 0.30) !important;
/*    border: 2px solid lightgray; */
    border-radius: 5px;
    padding: 20px;
}
#sp-right div.sp-column {
    background: rgba(255, 255, 255, 0.50) !important;
    border: 2px solid lightgray;
    border-radius: 5px;
    list-style-type: none;
}
summary {
    cursor: auto;
}
#sp-right div.sp-column ul {
    padding: 5px 0 5px 0 !important;
}
#sp-right div.sp-column li {
    margin-left: 0.5em;
    background: rgba(255, 255, 255, 0.10) !important;
/*    line-height: 2.0em; */
/*    border: 2px solid lightgray; */
/*    border-radius: 5px; */
/*    margin-bottom: 0.5em; */  /* Abstand zwischen den Listenelementen */
}
#sp-right .sp-module .sp-module-title {
    margin: 0 0 10px;
    border-bottom: 2px solid gray;
}
li.category-module {
}
/* ====================================================================================== */
/* Größere Klickfläche für Submenu-Toggle */
.offcanvas-menu .menu-toggler {
    padding: 15px !important;
    font-size: 22px !important;
}

/* Untermenü per Klick auf gesamten Link öffnen */
.offcanvas-menu .nav-item-has-children > a {
    pointer-events: none; /* verhindert, dass der Link sofort lädt */
    padding-right:80px !important; /* Klickfläche vergrößern */
}

/* Der gesamte Listeneintrag löst jetzt den Toggle aus */
.offcanvas-menu .nav-item-has-children {
    cursor: pointer;
}

/* Der Pfeil ist trotzdem klickbar */
.offcanvas-menu .nav-item-has-children > .menu-toggler {
    pointer-events: auto;
}

/* Sicherstellen, dass "open" Zustand sichtbar bleibt */
.offcanvas-menu .nav-item-has-children.open > ul {
    display: block !important;
}

.plginlcon-label {
   font-weight: bold;
}

.popover-success {
  background-color: lightgreen;
  color: white;
  border: none;
}

.popover-success .popover-arrow::before {
  display: block !important;
  border-right-color: lightgreen !important;
}

/* Für Popover links */
.bs-popover-auto[data-popper-placement^="left"] .popover-arrow::after,
.bs-popover-start .popover-arrow::after {
  border-left-color: lightgreen;
}

/* grüne Haken Klasse */
/* Grüner Checkmark-Stil für Listen */
ul.checklist,
ul.checklist ul {
    list-style: none !important;
    padding-left: 0;
}

ul.checklist li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 6px;
}

ul.checklist li::before {
    content: "✔";
    color: #2ca02c;     /* schönes Grün */
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}

/* Picture inline zeigen -> icon in gleicher Zeile */
/* Icons inline neben dem Text */
.inline-icon {
    display: inline-block !important;
    vertical-align: middle !important;
    width: auto; 
    height: 1em;              /* Icon an die Schriftgröße anpassen */
    margin-right: 0.3em;      /* kleiner Abstand zum Text */
    margin-left: 0.1em;
}

/* Optional: verhindert, dass Helix figure/p block erzwingt */
.inline-icon img {
    display: inline !important;
}


/* Submenu-Punkte gleich groß wie Hauptmenü */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul li a {
    font-size: inherit !important;  /* gleiche Größe wie parent */
    line-height: 1.4em;
}

/* Hauptmenü Font explizit gesetzt */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul li a {
    font-size: 1rem !important; /* oder z.B. 16px */
   
}

.offcanvas-menu .menu .nav-item a {
    font-size: 1rem !important;     /* z.B. 16px */
}

.offcanvas-menu .menu .nav-item .menu-child a {
    font-size: 1rem !important;
}

.pnc-float-image {
    float: right;
    max-width: 260px;
    height: auto;
    margin: 0 0 20px 20px;
}
.alias {cursor: alias;}
.all-scroll {cursor: all-scroll;}
.auto {cursor: auto;}
.cell {cursor: cell;}
.col-resize {cursor: col-resize;}
.context-menu {cursor: context-menu;}
.copy {cursor: copy;}
.crosshair {cursor: crosshair;}
.default {cursor: default;}
.e-resize {cursor: e-resize;}
.ew-resize {cursor: ew-resize;}
.grab {cursor: -webkit-grab; cursor: grab;}
.grabbing {cursor: -webkit-grabbing; cursor: grabbing;}
.help {cursor: help;}
.move {cursor: move;}
.n-resize {cursor: n-resize;}
.ne-resize {cursor: ne-resize;}
.nesw-resize {cursor: nesw-resize;}
.ns-resize {cursor: ns-resize;}
.nw-resize {cursor: nw-resize;}
.nwse-resize {cursor: nwse-resize;}
.no-drop {cursor: no-drop;}
.none {cursor: none;}
.not-allowed {cursor: not-allowed;}
.pointer {cursor: pointer;}
.progress {cursor: progress;}
.row-resize {cursor: row-resize;}
.s-resize {cursor: s-resize;}
.se-resize {cursor: se-resize;}
.sw-resize {cursor: sw-resize;}
.text {cursor: text;}
.url {cursor: url(myBall.cur),auto;}
.w-resize {cursor: w-resize;}
.wait {cursor: wait;}
.zoom-in {cursor: zoom-in;}
.zoom-out {cursor: zoom-out;}