body {
  font-size: 1.8em;
}

/* Linker kolom */
.widget-area {
  font-size: 1.2em;
}

/* Footer*/
.site-info {
  font-size: 1.2em;
}

/* Groene rand om artikelen */
.post-30,
.post-34,
.post-38,
.post-40,
.post-42 {
  border: solid #014e00 8px;
}

/* Groene koppen */
.entry-title {
  color: #014e00;
}


/* 
 * Mobiel 
*/

@media only screen and (max-width: 600px) {
  /* Artikelen */

  .post-30,
  .post-34,
  .post-38,
  .post-40,
  .post-42 {
    /* Geen groene rand */
    border: none;
  }
}

/* Begin WPForm*/
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-text input {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
  background: #d0f5a9;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea textarea {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 120px;
  width: 100%;
  line-height: 1.3;
  background: #d0f5a9;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select select {
  background: #d0f5a9;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox {
  padding: 10px 0;
  clear: both;
  background: #d0f5a9;
}

.wpforms-container ::-webkit-input-placeholder {
  /* Chrome and Safari */
  font-family: serif;
}

.wpforms-container :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: serif;
  opacity: 1;
}

.wpforms-container ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: serif;
  opacity: 1;
}

.wpforms-container :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: serif;
}

.wpforms-container ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: serif;
}

/* End WPForm*/

/* Prevent hyphenation - woordafbrekingen */

.widget {
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  word-wrap: normal;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  word-wrap: normal;
}

.type-attachment .entry-title {
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  word-wrap: normal;
}

.entry-caption {
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  word-wrap: normal;
}

/* 
 * End prevent hyphenation - woordafbrekingen 
 * broes.nl
 */