/* klinik-warstein custom.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);
}

/* hide author */
.blog-meta .author {
  display:none;
  visibility:hidden;
}

/* smaller width of article title in detail view */
/* .aldryn-newsblog-article > .container {
  max-width:48rem;
} */

.sidebar details[open] summary .carrot {
  transform:rotate(180deg);
}