@media print {
    article {
        height: 100% !important;
    }
}
.cookiehint {
  display: none;
  position: fixed;
  bottom: 0;
  background-color: #eee;
  width: 100%;
  left: 0;
  padding-top: 1em;
  padding-left: 2em;
  padding-right: 2em;
}

.list {
  margin-left: -20px !important;
}
/*.list > ul {
  display: table;
}
.list > ul > li {
  display: table-row;
}*/

white {
  color: #ffffff;
}

@media (max-width: 320px) {
  h2 {
    font-size: 1.5em;
  }
}
