
.accordion-body {
  padding: 20px !important;
}

.accordion-body p {
  text-align: left !important;
  hyphens: auto !important;
}

.accordion-body li {
  hyphens: auto !important;
}


/* ======================================
   ðŸŒ» Collage-Galerie & Bildraster
   ====================================== */

.collage-gallery {
  max-width: 600px;
  margin: 2em auto;
  padding: 0 1em;
  text-align: center;
}

.collage-grid-fixed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.collage-grid-fixed img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;

  transition: transform 0.2s ease-in-out;
  height: auto;
}

.collage-grid-fixed img:hover {
  transform: scale(1.03);
}

.collage-hinweis {
  text-align: center;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  margin-bottom: 1em;
  font-weight: 600;
}


/* ======================================
   ðŸŒ» Mobile Optimierungen fÃ¼r Raster & Infoboxen
   ====================================== */

@media (max-width: 768px) {
  .collage-grid-fixed {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .collage-grid-fixed {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .infobox-zweispaltig {
    flex-direction: column;
    gap: 0;
    padding: 1em;
    width:95%;
  }

  .spalte-links,
  .spalte-rechts {
    width: 100%;
    padding: 0;
    margin: -16px 0;
  }

  .accordion.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

}


/* ======================================
   ðŸŒ» Ausgelagerte Inline-Styles
   ====================================== */

.assistenzhund-bild {
  display: block;
  margin: 1em auto;
  max-width: 300px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.plaketten-bild {
  display: block;
  margin: 1em auto;
  max-width: 300px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.assistenzhund-verhalten-titel {
  text-align: center;
  margin-bottom: 0.9em;
}

#verhalten-fazit {
  margin: 10px;
}
/* Standardwerte (Desktop & Tablet) */
.themen-rahmen {
  width: 75% !important;
}

.themen-rahmen-zweispaltig {
  width: 45% !important;
}

/* Mobile Optimierung für kleine Bildschirme */
@media (max-width: 767px) {
  .themen-rahmen,
  .themen-rahmen-zweispaltig {
    width: 95% !important;
  }
  
}




.infobox-kopfleiste {
  width: 100%;
  padding: 1rem;
  font-size: clamp(1rem, 2vw + 0.5rem, 2rem);
  text-align: center;
  font-weight: bold;
}
.infobox-fusszeile {
  width: 100%;
  padding: 1rem;
  font-size: clamp(1rem, 2vw + 0.5rem, 1.3rem);

}
