/*!
 * Dit CSS bestand is bedoeld om waardes in bootstrap.min.css aan te passen.
 *
 * Zet al je aanpassingen op het thema dus ook hieronder!
*/

html {
  position: relative;
  min-height: 100%;
}
body {
  font-size: 0.9rem;
  margin-bottom: 60px;
  padding-bottom: 1rem;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 59px;
  background-color: #f5f5f5;
  border: solid;
  border-width: 1px 0 0 0;
  border-color: #eeeeee;
}
.jumbotron {
  padding: 4rem 0;
  background-color: transparent;
}

/* Eigen list style (deze is niet Bootstrap) */
.list
{
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}
.list .list-item
{
  padding-left: 1.1rem;
  text-indent: -.4rem;
}
.list .list-item + .list-item
{
  margin-top: 0.22em;
}
.list .list-item::before
{
  content: "-";
  position: relative;
  right: 0.4rem;
  color: var(--primary);
  font-weight: 600;
}
