body {
  font-family: 'PT Sans', sans-serif;
  background: url("/assets/zib/img/achtergrond-oude-site.jpg") repeat-x fixed #0071bb;
  background-size: cover;
}
h1,
h2,
h3 {
  font-family: 'Cabin', sans-serif;
  color: #d2232b;
}
a {
  color: #0071bb;
}
a:hover {
  color: #0090ee;
  text-decoration: none;
}
.content {
  background: #ffffff;
  border-radius: 10px;
  padding-bottom: 60px;
}
.content h1 {
  padding-top: 10px !important;
}
#result input[type="checkbox"]:disabled + label {
  color: #dadada;
  text-decoration: line-through;
}
#result label {
  font-weight: normal !important;
}
#result input[type="checkbox"]:checked + label {
  background: #0071bb;
  color: #ffffff;
  font-weight: bold !important;
}
#result label.success {
  background: #28a745;
  color: #ffffff;
  font-weight: bold !important;
}
#result label.danger {
  background: #d2232b;
  color: #ffffff;
  font-weight: bold !important;
}
#result .week1 {
  min-height: 60px;
}
#result .week2 {
  min-height: 80px;
}
#result .week3 {
  min-height: 105px;
}
#result .week4 {
  min-height: 130px;
}
#result .week5 {
  min-height: 150px;
}
#result .week6 {
  min-height: 175px;
}
.topmenu .right {
  float: right;
  z-index: 10;
}
.topmenu ul {
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  margin: 5px 0;
}
.topmenu ul li {
  margin: 0 15px 0 0;
}
.topmenu ul li a {
  color: #0071bb;
  font-family: 'Quicksand', sans-serif;
}
.topmenu ul li:first-child {
  margin-right: 20px;
}
.topmenu ul li:last-child {
  margin-right: 0;
}
/*# sourceMappingURL=main.css.map */