/* ----------- Kategorieblog ----------- 
   ----------- Kalligraphix ------------
   ------- References Cassiopeia ------ */

.site-grid {
  margin-top:4em;
  margin-bottom:4em;
}

/* GRID-Container */
/* -------------- */
@supports (display:grid) {
  .site-grid > [class^="container-"], .site-grid > [class*=" container-"] {
    width: 75% !important;
  }
}

.container-component {
  grid-area:comp;
  max-width: 75% !important;
}

/* -------------- */

.blog-items .blog-item {
  opacity: 0.9;
  padding:2em;
  background-color: whitesmoke;			/* Änderung */
  border-top-right-radius: 50px;
}

/* Titelzeile zentrieren */
.page-header {
  text-align: center;				/* Änderung */
  font-size: 14px !important;
  h2 {
    font-size:1.5rem;  
  }
}


.blog-items {
    grid-gap:2em;				/* Änderung */
}

