/* CampSecure™ News/Magazin – schlankes Layout (Header/Footer-Utilities ohne styles.min / Bootstrap) */

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.bg-neutral-900 {
  background-color: #171717 !important;
}

.text-neutral-400 {
  color: #a3a3a3 !important;
}

.text-neutral-600 {
  color: #525252 !important;
}

.border-neutral-800 {
  border-color: #262626 !important;
}

.border-top {
  border-top: 1px solid #262626;
}

.text-white {
  color: var(--campsecure-ivory, #fffef7) !important;
}

.py-6 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

.align-items-start {
  align-items: flex-start !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

/* Ratgeber-Chevron ohne Font Awesome */
.nav-menu .nav-submenu-toggle .chevron {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}
