/* Typo */

body, h1, h2, h3, h4 {
  color: #f4efe1;
}

/* Nav menu */

@media (min-width:800px) {

  .nav-main ul.level_2 {
    display: none;
    position: fixed;
  }

  .nav-main li:hover ul.level_2 {
    display: block !important;
  }

  .nav-main ul.level_2 li {
    display: list-item !important;
    padding: 5px 0px;
    text-align: left;
  }

  .nav-main ul.level_2 li a {
    background: #f4efe1 !important;
    color: #588dad !important;
  }

}

/* Sidebar */

#left .inside {
  background: #f4efe1;
  padding-top: 20px;
  padding-bottom: 20px;
}

#keurmerk {
  text-align: center;
}