/* mlk-schule blog.css */

/* add margin to placeholder top */
.container.container-first {
  margin-top:1.5rem;
}

/* set teaser wrapper to flex */
.aldryn-newsblog-list {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  margin-top:1.5rem;
}

/* 2 column teaser list + 5px border-top */
.aldryn-newsblog-list .aldryn-newsblog-article {
  width:49%;
  border-top:5px solid var(--primary-base);
  margin-bottom:.75rem;
}

/* hyphenate teaser headline */
.aldryn-newsblog-list .aldryn-newsblog-article h2 {
  hyphens:auto;
}

/* bg-color for sidebar according to DesignScheme */
.aldryn-newsblog-sidebar {
  background-color:var(--neutral-lighter);
}