/*!
 * Custom style for site
 */
.mobile-menu .button_container.active .top,
.mobile-menu .button_container.active .bottom {
  background: #3085ee;
}

/*
 * Overwrite theme breadcrumbs
 */
#breadcrumbs {
  margin-top: -1.5rem;
  margin-bottom: 0.5rem;
}
#breadcrumbs span:first-child {
  padding: 0 0.5rem !important;
}
#breadcrumbs span {
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#breadcrumbs i {
  display: block;
}
#breadcrumbs a:not(:first-child)::before,
#breadcrumbs span:not(:first-child)::before {
  content: "";
  padding-right: 0;
}

/**
 * Custom style for linkl label in the menu
 */
.header-link-label {
  text-align: center;
  border-top: 1px solid lightgray;
}

/*# sourceMappingURL=custom.css.map */

/* ------------- Bild-Container ------------- */
.hero-banner{
  position:relative;
}

.hero-banner img{
  width:100%;
  display:block;
}

/* ---------- Titel im Bild ---------- */
.hero-banner h1{
  position:absolute;
  bottom:5%; left:3%;
  margin:0; padding:0;
  font-size:clamp(1.0rem, 5vw, 3rem);
  line-height:1.05;
  max-width:94%;                  /* Sicherheitsrand, falls jemand ein sehr langes Vereins-H1 eintippt */
  font-weight:400;                /* weil große Schrift sonst wuchtig wirkt      */
  pointer-events:none;            /* klickt sich nicht an */
  z-index:1;
}

/* Licht / Dunkel nur für Lesbarkeit  -------------------- */
body:not(.dark-mode) .hero-banner h1{
  color:#202020;
  text-shadow:0 0 6px rgba(255,255,255,.65);
}

body.dark-mode .hero-banner h1{
  color:#fff;
  text-shadow:0 0 8px rgba(0,0,0,.85);
}

.navbar-brand img {
  max-height: 42pcx;
  height:auto;
  width:auto;
  flex-shrink:0;
  transition:max-height .25s ease;
}

.navbar-shrink .navbar-brand img,
.is-fixed-top .navbar-brand img{
    max-height: 28px;
}
