/* Gesamtcontainer auf 60% Breite zentriert */
.category-list,
.blog,
.items-leading,
.items-row {
  width: 60%;
  margin: 0 auto;
}

/* Hauptüberschrift der Kategorie */
.page-header h1,
.category-title {
  font-size: 16px;
  color: black;
  font-weight: bold;
}

/* Unterkategorietitel */
.subcategories .subheading-category,
.subcategories h4 {
  font-size: 12px;
  color: blue;
  font-weight: bold;
}

/* Beitragsliste */
.items-leading .item,
.items-row .item,
.blog-items .item {
  background-color: black;
  color: silver;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
}

/* Optional: Links innerhalb der Beiträge */
.items-leading .item a,
.items-row .item a {
  color: lightblue;
  text-decoration: none;
}
.items-leading .item a:hover,
.items-row .item a:hover {
  text-decoration: underline;
}

/* Beispiel: obere Suchleiste */
.search-module, #search-form, .finder {
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
}
