/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 48:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.collection-banner-wrapper {
  max-width: 1200px;
  margin: 0 auto 50px;
  text-align: center;
}

.collection-banner {
  margin-bottom: 40px;
}

.collection-banner h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.collection-banner img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.collection-banner .btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.collection-banner .btn:hover {
  background-color: #444;
}
</style>
.richtext-accordion-wrapper {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  font-family: 'Oswald', sans-serif;
}

.richtext-accordion-wrapper h1.metafeld-titel {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #111827;
}

details.richtext-accordion {
  border: 1px solid #dbeafe;
  border-radius: 6px;
  overflow: hidden;
  background-color: #ffffff;
}

details.richtext-accordion summary {
  background-color: #E0FFFF;
  padding: 14px 20px;
  font-size: 1.6rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none;
  text-align: center; /* Falls du den Summary-Titel auch zentriert möchtest, sonst auf left ändern */
}

details.richtext-accordion summary:hover {
  background-color: #bfeeee;
}

details.richtext-accordion[open] summary {
  border-bottom: 1px solid #cce4f6;
}

details.richtext-accordion .accordion-content {
  padding: 16px 20px;
  background-color: #f8f9fa;
  font-size: 16px;
  color: #333;
  text-align: left; /* Inhalt linksbündig */
}