.site-grid {
  margin-top:4em;
  margin-bottom:4em;
}

/* GRID-Container */
/* -------------- */
@supports (display:grid) {
  .site-grid > [class^="container-"], .site-grid > [class*=" container-"] {
    width: 60% !important;
  }
}

.container-component {
  grid-area:comp;
  opacity: 0.9;
/*  background-color: #006577;	*/		/* Änderung */
  background-color: whitesmoke;			/* Änderung */
  max-width: 60% !important;
  padding: 1em 2em;
  border-top-right-radius: 25px;
}

/* -------------- */

.com-content-article__body {

}