body {
  max-width: 980px;
  /* padding-top: 2em; in case of fixed navbar, but does not play well with expansion logic :/ */
}

a.nav-link {
  /* KLUDGE/TODO: Should come via bootstrap/-watch css instead of override here */
  color: #153076
}

a.navbar-brand {
  /* KLUDGE/TODO: Should come via bootstrap/-watch css instead of override here */
  color: #fff
}

div.page-break:after {
  /* color: #f49e00; */
  /* margin-bottom: 4rem !important; */
  background-image: url(/images/trennlinie-brille.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 2em;
  content: "";
}

.w-16 {
  width: 16% !important;
}

.mh-blickwinkel {
  /* KLUDGE: Navbar brand image will expand/define the navbar height, hence this ad hoc override
   - would be nice to inverse that, i.e. image just fills the height that would be used w/o it */
  max-height: 62px !important;
}
div#test label {
  /* KLUDGE: Bootstrap defaults labels to inline-block, which leads to full linebrak after checkbox,
    if text is to long, hence this override */
  display: inline;
}