.category .wp-block-post-date {
/*   font-size: 0.8rem;
  line-height: 0.8rem; */
    font-size: 1.2rem;
  margin: 0;
}

.category .wp-block-post-title {
  margin: 0 0 1rem 0;
  font-size: 1.6rem;
}

.category .wp-block-post-title a {
  text-decoration: none;
  font-weight: var(--uep-font-weight-normal);
}

.category .wp-block-post-title a:hover {
  text-decoration: underline;
}

.category .wp-block-post-excerpt p {}

/* inline text links coloration */
.category .wp-block-post-title a {
  font-family: var(--wp--preset--font-family--allerta-stencil);
  color: var(--wp--preset--color--primary);
}

.category .wp-block-post-title a:hover {
  color: var(--wp--preset--color--secondary);
}



.category .wp-block-post-featured-image {
  width: 100%;
  height: 100%;
}

.category .wp-block-post-featured-image img {
  min-width: 225px;
  min-height: 225px;
  object-fit: cover;
  max-width: 225px;
  max-height: 225px;
}


.category .wp-block-post {
  margin-bottom: 6rem;
}






.category-presse {}
.search-presse .presse_header_officially,
.category-presse .presse_header_officially {
  margin: 2rem 0;
}
.search-presse .wp-block-post-date,
.category-presse .wp-block-post-date {
  font-size: 1.2rem;
  margin: 0;
  margin-bottom:0.5rem;
}
.search-presse  .wp-block-post-title,
.category-presse .wp-block-post-title {
  font-size: 1.6rem;
  margin: 0;
  margin-bottom:0.3rem;
}
.search-presse  .uep_subtitle ,
.category-presse .uep_subtitle {
  font-size: 1.2rem !important;
  line-height: 1.3rem;
  margin: 0.75rem 0;
}

.search-presse  .wp-block-read-more,
.category-presse .wp-block-read-more {
  color: var(--wp--preset--color--primary);
  text-align: right;
  margin: 0.3rem 0;
  font-weight: 400;
  font-family: var(--wp--preset--font-family--allerta-stencil);
}
.search-presse  .wp-block-read-more:hover ,
.category-presse .wp-block-read-more:hover {
  color: var(--wp--preset--color--secondary);
  text-decoration: underline;
}

/* old inherited styles from old Theme */
.search-presse #presseHeader,
.category-presse #presseHeader {
  font-size: 1.4em;
  margin-bottom: 2em;
}
.search-presse .presse article ,
.category-presse .presse article {
  margin-bottom: 3em;
}
.search-presse  .presse article .entry-title,
.category-presse .presse article .entry-title {
  font-size: 1.4em !important;
}
.search-presse .presse article .entry-subtitle,
.category-presse .presse article .entry-subtitle {
  font-size: 1.1em !important;
  margin-bottom: 1em;
}

.category-ausschreibung {
  margin-top: -6em;
}


@media (max-width: 992px) {
  .search-presse .wp-block-post-featured-image 
  .category .wp-block-post-featured-image {
    text-align: center !important;
  }
}