/* JHB Wegweiser System 2.0.0 – 10-inline-navigation */
.jhb-guide-system .jhb-guide__wrap{
  width:min(var(--jhb-guide-max),calc(100% - 32px));
  margin:0 auto;
}

.jhb-guide-system .jhb-guide__shell{
  display:grid;
  gap:10px;
  justify-items:center;
  width:fit-content;
  max-width:100%;
  margin:0 auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}

.jhb-guide-system .jhb-guide__head{
  max-width:620px;
  margin:0 auto 2px;
  text-align:center;
}

.jhb-guide-system .jhb-guide__eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:24px;
  padding:5px 10px;
  border:1px solid rgba(233,98,11,.14);
  border-radius:999px;
  background:rgba(255,246,238,.72);
  color:#A15A23;
  font-size:9px;
  font-weight:880;
  letter-spacing:.12em;
  line-height:1;
  text-transform:uppercase;
}

.jhb-guide-system .jhb-guide__title{
  margin:8px auto 0;
  color:var(--jhb-guide-ink-strong);
  font-size:clamp(1.05rem,1.28vw,1.22rem);
  font-weight:880;
  line-height:1.1;
  letter-spacing:-.025em;
  text-wrap:balance;
}

.jhb-guide-system .jhb-guide__lead{
  max-width:480px;
  margin:6px auto 0;
  color:var(--jhb-guide-muted);
  font-size:.82rem;
  font-weight:650;
  line-height:1.42;
}

.jhb-guide-system .jhb-guide__nav-intro{
  display:grid;
  gap:3px;
  justify-items:center;
  max-width:100%;
  margin:0 auto 1px;
  text-align:center;
}

.jhb-guide-system .jhb-guide__mobile-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:20px;
  margin:0 auto;
  color:var(--jhb-guide-green-dark);
  font-size:.68rem;
  font-weight:920;
  line-height:1;
  letter-spacing:.12em;
  text-align:center;
  text-transform:uppercase;
  opacity:.88;
}

.jhb-guide-system .jhb-guide__nav-icon{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  width:16px;
  height:16px;
  border:1px solid rgba(233,98,11,.16);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:var(--jhb-guide-orange-dark);
  box-shadow:0 2px 7px rgba(233,98,11,.08), inset 0 1px 0 rgba(255,255,255,.82);
}

.jhb-guide-system .jhb-guide__nav-icon::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:5px;
  height:5px;
  border-top:1.7px solid currentColor;
  border-right:1.7px solid currentColor;
  border-radius:1px;
  transform:translate(-58%,-50%) rotate(45deg);
}

.jhb-guide-system .jhb-guide__nav-icon::after{
  display:none;
}

.jhb-guide-system .jhb-guide__nav-label-mobile{
  display:none;
}

.jhb-guide-system .jhb-guide__nav-hint{
  max-width:380px;
  margin:0 auto;
  color:var(--jhb-guide-muted);
  font-size:.74rem;
  font-weight:720;
  line-height:1.28;
  opacity:.82;
}

.jhb-guide-system .jhb-guide__items{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:nowrap;
  gap:3px;
  width:fit-content;
  max-width:100%;
  margin:0 auto;
  padding:6px;
  overflow:visible;
  border:1px solid var(--jhb-guide-border-color);
  border-radius:999px;
  background:var(--jhb-guide-surface);
  box-shadow:
    0 12px 28px var(--jhb-guide-shadow-color),
    inset 0 1px 0 rgba(255,255,255,.86);
  -webkit-backdrop-filter:saturate(1.12) blur(16px);
  backdrop-filter:saturate(1.12) blur(16px);
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}

.jhb-guide-system .jhb-guide__items::-webkit-scrollbar{
  display:none;
}

.jhb-guide-system .jhb-guide__scroll-controls,
.jhb-guide-system .jhb-guide__scroll-arrow{
  display:none;
}


@media (min-width: 768px){
  .jhb-guide-system.jhb-guide--ambulante-hilfen.jhb-guide--spacing-compact{
    padding-top:12px;
    padding-bottom:18px;
  }

  .jhb-guide-system.jhb-guide--ambulante-hilfen .jhb-guide__wrap,
  .jhb-guide-system.jhb-guide--leistungen .jhb-guide__wrap,
  .jhb-guide-system.jhb-guide--stationaere-hilfen .jhb-guide__wrap{
    padding-top:8px;
    padding-bottom:10px;
    overflow:visible;
  }

  .jhb-guide-system.jhb-guide--ambulante-hilfen .jhb-guide__shell,
  .jhb-guide-system.jhb-guide--leistungen .jhb-guide__shell,
  .jhb-guide-system.jhb-guide--stationaere-hilfen .jhb-guide__shell{
    position:relative;
    z-index:2;
  }
}

.jhb-guide-system .jhb-guide__item{
  position:relative;
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 13px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:var(--jhb-guide-ink);
  text-decoration:none;
  transition:background-color .2s ease,box-shadow .2s ease,color .2s ease,transform .2s ease;
}

.jhb-guide-system .jhb-guide__item::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:5px;
  width:14px;
  height:2px;
  border-radius:999px;
  background:currentColor;
  opacity:0;
  transform:translate(-50%,3px) scaleX(.65);
  transform-origin:center;
  transition:opacity .18s ease,transform .18s ease;
}

.jhb-guide-system .jhb-guide__item.is-active::after{
  opacity:.38;
  transform:translate(-50%,0) scaleX(1);
}

.jhb-guide-system .jhb-guide__item-main{
  display:block;
  min-width:0;
}

.jhb-guide-system .jhb-guide__item-label{
  display:block;
  color:var(--jhb-guide-green-dark);
  font-size:.74rem;
  font-weight:850;
  line-height:1;
  letter-spacing:.045em;
  text-transform:uppercase;
  white-space:nowrap;
}

.jhb-guide-system .jhb-guide__item small,
.jhb-guide-system .jhb-guide__item-arrow{
  display:none;
}

.jhb-guide-system .jhb-guide__item:hover,
.jhb-guide-system .jhb-guide__item:focus-visible,
.jhb-guide-system .jhb-guide__item.is-active{
  background:var(--jhb-guide-active-bg);
  box-shadow:inset 0 0 0 1px var(--jhb-guide-line-color);
  color:var(--jhb-guide-green-dark);
  outline:none;
}

.jhb-guide-system .jhb-guide__item:hover,
.jhb-guide-system .jhb-guide__item:focus-visible{
  transform:translateY(-1px);
}

.jhb-guide-system .jhb-guide__item.is-active .jhb-guide__item-label{
  color:var(--jhb-guide-green-dark);
}

.jhb-guide-system .jhb-guide__related{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:7px 9px;
  color:var(--jhb-guide-muted);
  text-align:center;
}

.jhb-guide-system .jhb-guide__related-label{
  color:var(--jhb-guide-muted);
  font-size:.70rem;
  font-weight:840;
}

.jhb-guide-system .jhb-guide__related-links{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:5px;
}

.jhb-guide-system .jhb-guide__related a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:5px 10px;
  border:1px solid var(--jhb-guide-border-color);
  border-radius:999px;
  background:rgba(255,255,255,.50);
  color:var(--jhb-guide-green-dark);
  font-size:.73rem;
  font-weight:820;
  line-height:1.1;
  transition:background-color .2s ease,border-color .2s ease,color .2s ease;
}

.jhb-guide-system .jhb-guide__related a:hover,
.jhb-guide-system .jhb-guide__related a:focus-visible{
  border-color:var(--jhb-guide-border-color);
  background:#fff;
  color:var(--jhb-guide-green-dark);
  outline:none;
}

.jhb-guide-system .jhb-guide__dismiss{
  display:none;
  appearance:none;
  -webkit-appearance:none;
}


.jhb-guide-system .jhb-guide__scroll-arrow,
.jhb-guide-system-stickybar .jhb-guide__scroll-arrow{
  display:none;
  appearance:none;
  -webkit-appearance:none;
}


@media (min-width: 768px){
  .jhb-guide-system.jhb-guide--desktop-inline-hidden{
    height:0;
    min-height:0;
    padding:0;
    margin:0;
    overflow:visible;
    pointer-events:none;
  }

  .jhb-guide-system.jhb-guide--desktop-inline-hidden .jhb-guide__wrap{
    height:0;
    overflow:hidden;
    opacity:0;
    pointer-events:none;
  }
}

@media (prefers-reduced-motion: no-preference) and (hover: hover){
  .jhb-guide-system .jhb-guide__items{
    animation:jhb-guide-soft-arrive .46s cubic-bezier(.22,1,.36,1) both;
  }

}

@keyframes jhb-guide-soft-arrive{
  from{
    opacity:.86;
    transform:translateY(5px) scale(.992);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}
