
body {
  padding-top: 90px;
}

.navbar-tagline {
  display: block;
  font-size: 11px;
  color: #6c757d;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2px;
}

.fewo-card-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1; /* passt zur ImageSize.FAMINU_UNTERKUNFT (400x200) */
  background: #eaf3ea;
  overflow: hidden;
}
.fewo-card-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  color: #2d5a2a;
}
.fewo-card-placeholder .placeholder-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.fewo-card-placeholder .placeholder-meta {
  font-size: 0.85rem;
  color: #53af50;
}
.fewo-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.anbieterelement.is-filtered-out {
  display: none !important;
}

/*** START BOOTSTRAP UMSTELLUNG **/
.nav-link {
  font-size: 14px;
  font-weight: 700;
}
.nav-link:hover {
  transition: all 0.4s ease 0s;
  color: #53af50 !important;
}



.toc {
    background-color: #eee;
    padding-left: 5px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-top: 3px;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
}
.toc ul {
  /*list-style: none;*/
  margin-top: 4px;
}
.toc li {
  margin-bottom: 4px;
}
.toc h2 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  border-bottom: solid 1px #babdb6;
}

/* ===== Hero ===== */
.faminu-hero {
  background: linear-gradient(150deg, #1e4a1c 0%, #3a8a37 100%);
  color: #fff;
  padding: 2.75rem 0 2.25rem;
}
.faminu-hero-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
@media (max-width: 576px) {
  .faminu-hero-title { font-size: 1.5rem; }
}
.faminu-hero-lead {
  font-size: 1.1rem;
  opacity: 0.9;
  max-width: 640px;
  margin-bottom: 1.4rem;
}

/* ===== Karte ===== */
#faminu-map {
  height: 65vh;
  min-height: 380px;
  width: 100%;
  margin-bottom: 2rem;
  border-top: 1px solid #cde0cd;
  border-bottom: 1px solid #cde0cd;
}

.faminu-map-marker {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3a8a37;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.faminu-map-popup-meta {
  font-size: 0.85rem;
  color: #555;
}

.faminu-map-popup-link {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.85rem;
}

/* Homepage map teaser */
.faminu-map-teaser {
  display: block;
  text-decoration: none;
  overflow: hidden;
  line-height: 0;
}
.faminu-map-teaser-img-wrap {
  position: relative;
  max-height: 220px;
  overflow: hidden;
}
.faminu-map-teaser-img {
  width: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  filter: brightness(0.75);
  transition: filter 0.2s;
}
.faminu-map-teaser:hover .faminu-map-teaser-img {
  filter: brightness(0.55);
}
.faminu-map-teaser-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faminu-map-teaser-overlay-btn {
  background: rgba(255, 255, 255, 0.92);
  color: #1b4332;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 10px 26px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  transition: background 0.15s;
}
.faminu-map-teaser:hover .faminu-map-teaser-overlay-btn {
  background: #fff;
}

/* /karte page header */
.faminu-karte-header {
  padding: 12px 0 10px;
}
.faminu-karte-header h1 {
  font-size: 1.2rem;
  font-weight: 600;
}
