@charset 'utf-8';

/* dbh colors
dbh grey (default)      #424242 #707070 #9e9e9e #cccccc #fafafa
ocean    (help)         #00705a #338c7b #66a99c #99c5bd #cce2de
green    (success)      #5f7000 #7f8c33 #9fa966 #bfc599 #dfe2cc
yellow   (warning)      #be8500 #cb9d33 #d8b666 #e5ce99 #f2e6cc
dbh red  (error)        #9e040d #e30613 #e3444f #e38188 #e3bfc1
grey     (background)   #868e90 #9ea5a6 #b6bbbc #ced2d2 #e6e8e8
black    (foreground)   #333333 #5b5b5b #848484 #adadad #d6d6d6
*/

/* spacer */
.spacer {
  height: 3.2rem;
}

/* footer service contribution (DBH-3098) */
.footerService > div {
  display: flex;
  margin-top: 0.8rem;
  align-items: flex-start;
}
.footerService > div .inner span {
  display: block;
}

/* smaller top navigation (DBH-3098) */
header nav.flyoutNavigation > ul > li > a {
  font-size: 1.6rem;
}

/* topbars (DBH-3833) */
header:not(.dialogHeader) .screen .row1 {
  color: inherit;
}
header:not(.dialogHeader) .screen .row1::before {
  border-bottom: 0;
  background-color: transparent;
}
header:not(.dialogHeader) .screen .row1 > div {
  margin: 0.8rem 0 0.6rem 0;
}
header:not(.dialogHeader) .screen .row2 .topBarContribution a + a {
  margin: 0;
}
header:not(.dialogHeader) .screen .row2 .topBarContribution a > svg {
  display: none;
}

/* background in topic animations (DBH-4574) */
.articleAnimation .articlePicture .value {
  background-color: #e6e8e8;
}

/* event tiles without heading */
.articleAnimation .articleItem.coverItem.eventArticle {
  .sectionHeading,
  .sectionDesc {
    display: none;
  }
}

