/* verklein uitgelicht afbeelding bij services */

.wpb_single_image img {
    height: auto;
    max-width: 60%;
    vertical-align: top;
}

/* verberg topbar */

.top-bar {
    display: none;
}

/* opmaak tabellen html via: https://divtable.com/table-styler/ */

table.greenTable {
  font-family: Georgia, serif;
  border: 6px solid #08564C;
  background-color: #D4EED1;
  width: 100%;
  text-align: center;
}
table.greenTable td, table.greenTable th {
  border: 1px solid #08564C;
  padding: 3px 2px;
}
table.greenTable tbody td {
  font-size: 13px;
}
table.greenTable thead {
  background: #08564C;
  background: -moz-linear-gradient(top, #5baf6b 0%, #3a9e4d 66%, #08564C 100%);
  background: -webkit-linear-gradient(top, #5baf6b 0%, #3a9e4d 66%, #08564C 100%);
  background: linear-gradient(to bottom, #5baf6b 0%, #3a9e4d 66%, #08564C 100%);
  border-bottom: 0px solid #444444;
}
table.greenTable thead th {
  font-size: 19px;
  font-weight: bold;
  color: #F0F0F0;
  text-align: left;
  border-left: 2px solid #08564C;
}
table.greenTable thead th:first-child {
  border-left: none;
}

table.greenTable tfoot {
  font-size: 13px;
  font-weight: bold;
  color: #F0F0F0;
  background: #08564C;
  background: -moz-linear-gradient(top, #5baf6b 0%, #3a9e4d 66%, #08564C 100%);
  background: -webkit-linear-gradient(top, #5baf6b 0%, #3a9e4d 66%, #08564C 100%);
  background: linear-gradient(to bottom, #5baf6b 0%, #3a9e4d 66%, #08564C 100%);
  border-top: 1px solid #08564C;
}
table.greenTable tfoot td {
  font-size: 13px;
}
table.greenTable tfoot .links {
  text-align: right;
}
table.greenTable tfoot .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #08564C;
  padding: 2px 8px;
  border-radius: 5px;
}

.page-header .breadcrumbs {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.25;
    display: none;
}

/* Stylish links andere kleur */

a.stylish-link, li.stylish-link > a {
    box-shadow: none;
    color: #08574D;
    font-weight: 500;
}

/* Overige linkjes andere kleur */

a, .entry--preview .entry-date a:hover {
    color: #08574D;
    font-weight: 600;
}