.banner-sidebar h2 {
  font-size: 40px !important;
}

.inschrijf-formulier {
  background-color: #efefef;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
}
.inschrijf-formulier .with_frm_style {
  --bg-color: #ffffff;
  --label-color: black;
}

aside .current {
  font-weight: bold;
}
aside ul.menu {
  font-size: 90%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-post aside {
  display: none;
}

.meta {
  border: 1px solid var(--primary);
  background-color: #f7f7f7;
  padding: 1em;
  margin-bottom: 2em;
}
.meta .item {
  display: flex;
}
.meta .item span {
  display: block;
  flex-basis: 75%;
}
.meta label {
  width: 150px;
  font-weight: 600;
  flex-basis: 25%;
}
@media (max-width: 767.98px) {
  .meta .item {
    display: block;
  }
  .meta .item span {
    display: block;
  }
  .meta label {
    display: block;
  }
}

.site-header {
  padding-right: 0;
}

li.menu-highlight a {
  background-color: var(--primary);
  color: white !important;
  padding: 0 var(--side-padding) !important;
}
li.menu-highlight a:hover {
  background-color: var(--secondary);
  color: var(--primary);
}

:root {
  --site-footer-background-color: #efefef;
}

.with_frm_style {
  --required-color: var(--primary) !important;
  --border-color-active: var(--primary) !important;
}

.site-footer {
  border-top: 5px solid var(--primary);
}

.breadcrumbs {
  font-size: 80%;
  margin-bottom: 1em;
}

.banner-sidebar {
  backdrop-filter: brightness(0.7);
}
.banner-sidebar h3 {
  font-size: 21px;
}

table thead {
  background-color: #ddd;
}
table td img {
  justify-self: center;
}

#content .page-header {
  max-width: var(--content-width) !important;
}

.wp-block-table table {
  max-width: var(--content-width--wide) !important;
}

@media (min-width: 768px) {
  .page-sidebar-mobile, .page-widget-mobile {
    display: none;
  }
}

.c-accordion__item {
  background: #efefef;
}

.wp-block-post-excerpt {
  max-width: var(--content-width);
  margin: 0 auto;
}/*# sourceMappingURL=child.css.map */