h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #00758D;
    font-style: normal;
    font-weight: bold !important;
}
.module-title {
  font-size: 1.25rem !important;
  margin: 0;
  padding: 0;
}
.item-page.layout-default.no-sidebar .top-article-info,
.item-page.layout-default.no-sidebar .bottom-article-info,
.item-page.layout-default.no-sidebar .full-image{
  max-width: 100% !important;
  text-align: left;
}
ul {
  list-style-image: url('/images/Gezonder%20bewegen%20icoon%20FC_20px.png');
}
.not-at-top #t4-header.t4-sticky {
  background-color: #00758d !important;
}

.t4-megamenu .navbar-nav > li > .nav-link ,.dropdown-item {
   font-weight: 1000 !important;
}

.t4-megamenu .dropdown-menu {
  background: #00758d !important;
}

.t4-offcanvas-toggle {
color: #ffffff !important;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}
thead {
    background-color: #00758d;
    color: #ffffff;
    }

tr:nth-child(even) {
    background-color: #6ca9ba;
    color: #ffffff;
    }