/* kultur-klima.de switch DSG */

:root {
  --primary-base: #0019A8;
  --primary-base-trans: rgba(0, 50, 95, .85);
  --primary-light: #6B7BD9;
  --primary-lighter: #CBEDF9;
  --primary-contrast: #FFF;
  --primary-contrast-trans: rgba(255, 255, 255, .85);
  --secondary-base: #F1FFC5;
  --secondary-light: #EAFFA9;
  --secondary-lighter: #DDF88B;
  --highlight-base: #e3000f;
  --highlight-light: #e3000f;
  --highlight-lighter: #ee7100;
  --neutral-base: #FFC2F0;
  --neutral-light: #E5A0D4;
  --neutral-lighter: #C86DB2;
  --neutral-lightest: #fff;
  --neutral-dark: #000;
  --neutral-dark-trans: rgba(0, 0, 0, .7);
  --modal-background: rgba(114, 114, 112,.8)
}

/* 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-base);
}

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

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