/* Site */
.site {
    max-width: 1200px;
}


/* Header */
.entry-header {
  margin-bottom: 0;
}

/* Navigatie */
.navbar {
  background-color: #EFEFEF;
  border: none;
}

.search-form {
  display: none;
}

/* Koppen en teksten */
h1 {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 28px;
  margin: 0;
  padding-bottom: 10px;
}

h2 {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 22px;
  margin: 0;
  padding-bottom: 10px;
}

h3 {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

p {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 14px;
}

/* Widgets */
.widget {
  background-color: #fff;
}

/* Footer */
.site-footer {
  background-color: #fff;
}

.site-info {
  text-align: center;
}

.btn-kopen {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 20px;
  background: #ED1E24;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn-kopen:hover {
  background: #E03336;
  text-decoration: none;
}