/**
 * @info Additional styles for the alpconv template
 */

@media (width >= 1100px) {
  main #intro-teaser {
    position: relative;
    left: 5%;
    top: 0%;
    margin-block-end: 6ch;
  }

}

#cards {
  /* padding:0; */
  row-gap: var(--size-xs);

  block-cards {
    grid-column: full;
  }

 }

 #graphic [data-col="1/2:2"] {
  grid-column: half-1-end / full-end;
 }
