@font-face {
  font-family: trim;
  font-weight: 400;
  src: url(/Trim-Regular.woff2) format("woff2"),
    url(/Trim-Regular.woff) format("woff");
}

@font-face {
  font-family: trim;
  font-weight: 600;
  src: url(/Trim-SemiBold.woff2) format("woff2"),
    url(/Trim-SemiBold.woff) format("woff");
}

@font-face {
  font-family: trim;
  font-weight: 800;
  src: url(/Trim-ExtraBold.woff2) format("woff2"),
    url(/Trim-ExtraBold.woff) format("woff");
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
em,
hr,
img,
figure,
small,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tr,
th,
td {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  font: 1rem trim, sans-serif;
  --color-red: #ff3333;
  --color-grey: #f7f7f7;
  --color-blue: #003bb0;
  --color-dark-blue: #07164d;
  --color-darkest-blue: #14142b;
  color: var(--color-darkest-blue);
}
h1,
h2,
h3,
h4,
h5 {
  font-family: trim, sans-serif;
  font-weight: 600;
}
h1 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 115%;
  text-transform: uppercase;
}
h3 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 115%;
  margin-bottom: 1rem;
}
h4 {
  font-size: 1rem;
  line-height: 150%;
}
h5 {
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
}
page {
  display: block;
  margin: 0 auto;
  background: #fff;
  overflow-x: hidden;
  padding-top: 120px;
}
section,
grid,
story,
article,
search,
.center {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
story {
  display: block;
  max-width: 946px;
  position: relative;
  padding-top: 3.5rem;
}
story[data-bg="grey"] {
  padding-top: 0;
}
story:before {
  content: "";
  position: absolute;
  width: 500%;
  left: -250%;
  height: 420px;
}
story[data-bg="grey"]:before {
  background: var(--color-grey);
}
story h1 {
  margin-bottom: 1rem;
}
story time {
  font-size: 1rem;
  margin-bottom: 2rem;
  display: block;
}
story > img {
  position: relative;
  margin: 0 auto 3.5rem;
}
contents,
story > div {
  display: block;
  max-width: 752px;
  margin: 0 auto;
  line-height: 180%;
}
story > div p,
story > div ul,
story > div ol {
  opacity: 0.75;
}
article h1 + p,
story > div time + p {
  font: 600 1.125rem/180% "Trim", sans-serif;
  opacity: 1;
}
story ul {
  margin: 1em 1em 1em 0.5em;
}
story ol {
  margin: 1em;
}
story li {
  padding-left: 0.75em;
}
story li::marker {
  content: "\2022";
  color: var(--color-red);
}
article figcaption {
  line-height: 1.4;
  margin-top: 0.5em;
}
story figcaption {
  font: 600 0.75rem/115% "Trim", sans-serif;
  margin: 1rem 0 3rem;
}
story + div .news {
  max-width: 752px;
  margin: 80px auto 0;
  padding-top: 2.5rem;
}
story + div .news > a {
  color: var(--color-darkest-blue);
  text-transform: uppercase;
}
story + div .news > a h3 {
  font-size: 1.75rem;
  line-height: 2rem;
  float: left;
}
story + div .news > a h4 {
  float: right;
  font-size: 1rem;
  line-height: 2rem;
}
blockquote {
  border-left: 3px solid var(--color-red);
  padding-left: 2.5rem;
  margin: 3rem 0;
}
blockquote p {
  font: 600 1.5rem/180% "Trim", sans-serif;
}
blockquote cite {
  font: 600 0.875rem/115% "Trim", sans-serif;
  color: var(--color-dark-blue);
  opacity: 0.75;
}
.align-center {
  text-align: center;
}
a,
button {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  color: var(--color-red);
}
a img {
  border: none;
}
b,
strong {
  font-weight: 600;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
figure,
p,
.frm_dropzone {
  margin-bottom: 1em;
}
table {
  font-size: 0.9rem;
}
td {
  padding: 5px 10px;
}
.pad {
  padding: 80px 0;
}
.small-pad {
  padding: 2rem;
}
.smaller-pad {
  padding: 1.5rem;
}
.space {
  padding-left: 2rem;
  padding-right: 2rem;
}
.white,
.white a {
  color: #fff;
}
.bg-white {
  background: #fff;
}
.red {
  color: var(--color-red);
}
.grey {
  color: var(--color-grey);
}
.bg-blue {
  background: var(--color-blue);
}
.bg-grey {
  background: var(--color-grey);
}
.dark {
  color: var(--color-dark-blue);
}
.bg-dark {
  background: var(--color-dark-blue);
}
.darkest {
  color: var(--color-darkest-blue);
}
.darkest > a {
  color: inherit;
}
.divide {
  display: block;
  border-top: 1px solid #07164d22;
  padding-top: 1.5rem;
  margin-top: 1.75rem;
}
.white.divide {
  border-top: 1px solid #ffffff22;
}
.divide.links {
  text-align: right;
  margin-top: 3rem;
  padding-top: 3rem;
}
.uc {
  text-transform: uppercase;
}
.wp-block-column:not(:first-child) {
  margin-left: 1rem;
}
.wp-block-button__link {
  color: #fff;
  background: var(--color-red);
  padding: 0 2rem;
  font-size: 0.9rem;
  line-height: 2.5rem;
  border-radius: 0;
  text-align: center;
}
.arrow:after {
  content: "";
  width: 24px;
  height: 12px;
  display: inline-block;
  background: url("https://knrb.nl/wp-content/themes/knrb/images/arrow-red.svg")
    no-repeat;
  margin-left: 0.75rem;
}
.edge {
  clip-path: polygon(
    0% 0%,
    0% 0%,
    calc(100% - 40px) 0%,
    100% 32px,
    100% 100%,
    100% 100%,
    0% 100%,
    0% 100%
  );
}
.edge-bottom {
  clip-path: polygon(
    0% 0%,
    0% 0%,
    100% 0%,
    100% 0%,
    100% calc(100% - 40px),
    calc(100% - 32px) 100%,
    0% 100%,
    0% 100%
  );
}
.hidden,
.show-mobile,
.frm_hidden,
.dz-message,
.frm_verify,
.frm_hidden_container > .frm_primary_label,
.frm_inside_container label,
.frm_screen_reader {
  display: none !important;
}
input[type="text"],
input[type="email"],
input[type="date"],
form select,
textarea {
  font: inherit;
  margin-bottom: 1em;
  border: none;
  -webkit-appearance: none;
  outline: none;
}
._form-content input[type="text"],
._form-content input[type="email"],
._form-content input[type="date"],
._form-content select {
  background: #f4f4f4;
  height: 40px;
  text-indent: 10px;
  width: 300px;
}
._form-content input[type="date"] {
  text-indent: 5px;
}
._form-content h4 {
  margin: 0.5em 0;
}
._form-content input[type="checkbox"] {
  margin-right: 0.5rem;
}
._form-content input[type="submit"] {
  margin: 1em 0;
}
._form-content ._form-field-error + input {
  background: var(--color-red);
}
.frm_error_style,
._form-error {
  margin: 1em 0;
  font-style: italic;
}
.frm_error {
  color: red;
  position: relative;
  top: -1em;
  left: 1rem;
  font-size: 0.85rem;
}
.frm_pro_form input[type="text"],
.frm_pro_form input[type="email"],
.frm_pro_form input[type="url"],
.frm_pro_form textarea {
  background: #f6f6f6;
  width: 100%;
  max-width: 400px;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  border: none;
}
.frm_pro_form button {
  font: inherit;
  font-size: 0.9rem;
  margin-top: 1rem;
}
.frm_primary_label {
  font-weight: 600;
  margin-top: 1em;
  display: block;
}
.frm_primary_label + textarea {
  margin: 0.5em 0 0 !important;
  max-width: 600px;
}
.frm_other_input {
  margin: 0 0 0 15px !important;
}
.line:before {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: var(--color-red);
  margin-bottom: 1rem;
}
#logo {
  display: inline-block;
  height: 64px;
  width: 120px;
  background: url("https://knrb.nl/wp-content/themes/knrb/images/logo-rood-blauw.svg")
    no-repeat;
}
header {
  position: absolute;
  z-index: 3;
  width: 100%;
  transition: all 0.5s;
  background: #fff;
  height: 120px;
}
.fixed header {
  position: fixed;
  left: 0;
  width: 100%;
  top: -120px;
  z-index: 3;
  box-shadow: 0 1px 15px #14142b33;
}
.fixed.scroll header {
  opacity: 1;
  top: 0;
  z-index: 4;
}
#top-header {
  color: #fff;
  background: var(--color-blue);
  font-size: 0.875rem;
  line-height: 1;
}
#top-header section > div {
  display: flex;
  align-items: center;
}
#top-header div:first-child {
  position: relative;
  background: var(--color-dark-blue);
  height: 100%;
  padding-right: 2rem;
}
#top-header div:first-child:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2000px;
  margin-left: -2000px;
  background: var(--color-dark-blue);
}
#top-header div:first-child:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 32px solid var(--color-dark-blue);
  position: absolute;
  left: 100%;
  bottom: 0;
}
#top-header div:first-child a {
  color: #fff;
  opacity: 50%;
  display: inline-block;
  margin-right: 1rem;
  float: left;
  text-transform: uppercase;
}
#top-header div:first-child a.active {
  opacity: 1;
  position: relative;
}
#top-header div:first-child a.active:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  background: var(--color-red);
  left: 0;
  top: 1.5rem;
}
#top-header div:last-child {
  position: absolute;
  right: 0;
}
#top-header div:last-child a {
  display: inline-block;
  margin-left: 1rem;
  color: #fff;
}
#search:after {
  content: "Zoeken";
}
#top-header span {
  display: inline-block;
  width: 1px;
  height: 1rem;
  background: #fff3;
  margin: 0 0 0 1rem;
  vertical-align: middle;
}
#top-header div:last-child a:before,
#zoek-plaats button h5:before,
header form h5:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  margin-right: 7px;
  vertical-align: top;
}
#zoek-plaats {
  display: flex;
  align-items: center;
}
#zoek-plaats span {
  padding: 0 10px;
}
#zoek-plaats button {
  margin-left: 10px;
}
#top-header #register:before {
  background-image: url("https://knrb.nl/wp-content/themes/knrb/images/icon-pencil.svg");
}
#top-header #login:before {
  background-image: url("https://knrb.nl/wp-content/themes/knrb/images/icon-profile.svg");
}
#top-header #search:before,
#zoek-plaats button h5:before,
header form h5:before {
  background-image: url("https://knrb.nl/wp-content/themes/knrb/images/icon-search.svg");
}
header form h5:after {
  content: "Zoeken";
}
header form {
  opacity: 0;
  position: absolute;
  background: var(--color-dark-blue);
  border-radius: 4px;
  top: 2rem;
  padding: 1rem;
  z-index: 1;
  white-space: nowrap;
  right: 0;
  pointer-events: none;
  transition: all 0.5s;
}
header form:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--color-dark-blue);
  position: absolute;
  right: 1rem;
  top: -10px;
}
#zoek-plaats input,
header form input[type="text"] {
  width: 256px;
  height: 40px;
  border-radius: 2px;
  vertical-align: top;
  margin: 0 0.5rem 0 0;
  text-indent: 1rem;
}
#zoek-plaats input {
  background: var(--color-grey);
  margin: 0;
}
button[type="submit"],
input[type="submit"],
header form button {
  width: 120px;
  height: 40px;
  background: var(--color-red);
  color: #fff;
  border-radius: 2px;
  border: none;
}
header .active + form {
  opacity: 1;
  pointer-events: auto;
}
header section {
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
header > section {
  height: 80px;
}
#menu-main {
  list-style: none;
  position: absolute;
  right: 0;
  font: 600 1rem/1 "Trim", sans-serif;
}
#menu-main a {
  color: var(--color-darkest-blue);
  display: inline-block;
  line-height: 80px;
}
#menu-main a:hover,
#menu-main .active > a,
body.post #menu-item-37 > a,
body.roeisport #menu-item-22644 > a,
body.roeisport-doelgroep #menu-item-22644 > a,
body.roeisport-categorie #menu-item-22644 > a,
body.evenement #menu-item-22589 > a,
body.evenementen-categorie #menu-item-22589 > a,
body.opleiding #menu-item-22497 > a,
body.opleiding-categorie #menu-item-22497 > a,
body.kennisbank-artikel #menu-item-49 > a,
body.kennisbank-categorie #menu-item-49 > a,
body.over-knrb #menu-item-22573 > a,
body.over-categorie #menu-item-22573 > a,
#menu-main .current-menu-item > a,
#menu-main .current-page-ancestor > a,
#menu-main .current-menu-ancestor > a {
  color: var(--color-red);
}
#menu-main ul a {
  font: 0.875rem/1rem "Trim", sans-serif;
}
#menu-main > li {
  display: inline-block;
  margin-left: 1.5rem;
  border-bottom: 3px solid #ffff;
  height: 80px;
}
#menu-main > li:hover {
  border-bottom: 3px solid var(--color-red);
}
.menu-item-has-children:after,
#menu-main .has-sub:after,
.faq h4:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("https://knrb.nl/wp-content/themes/knrb/images/caret-black-down.svg")
    no-repeat;
  vertical-align: middle;
  margin-left: auto;
}
.sub-menu {
  position: absolute;
  background: #fff;
  display: none;
  padding: 3rem 1.5rem 1rem 1rem;
  list-style: none;
  white-space: nowrap;
  margin-left: -1rem;
  min-width: 150px;
}
.sub-menu li {
  display: flex;
  margin-bottom: 1em;
}
#menu-main li:hover > .sub-menu {
  display: block;
}
.social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  float: left;
}
.social .instagram {
  background-image: url(https://roeien.nl/wp-content/themes/roeien2020/images/icon-instagram.svg);
}
.social .facebook {
  background-image: url(https://roeien.nl/wp-content/themes/roeien2020/images/icon-facebook.svg);
}
.social .twitter {
  background-image: url(https://roeien.nl/wp-content/themes/roeien2020/images/icon-twitter.svg);
}
.social .youtube {
  background-image: url(https://roeien.nl/wp-content/themes/roeien2020/images/icon-youtube.svg);
}
#headlines {
  height: 576px;
  position: relative;
  max-height: 100vh;
}
#headlines .images {
  position: absolute;
  width: 100%;
  height: 100%;
}
#headlines .images img {
  object-fit: cover;
  object-position: center bottom;
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  transition: all 2s;
  z-index: 1;
}
#headlines .images img.active {
  opacity: 1;
}
#headlines .images:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    81.59deg,
    rgba(7, 22, 77, 0.5) 0%,
    rgba(7, 22, 77, 0) 100%
  );
  z-index: 2;
}
.headlines-overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
}
#headlines .labels > a {
  width: 50%;
  position: absolute;
  opacity: 0;
  transition: opacity 2s;
  pointer-events: none;
}
#headlines .labels > a.active {
  opacity: 1;
  pointer-events: auto;
}
aside a,
#headlines .labels > a span {
  font: 600 1rem/1.2 "Trim", sans-serif;
}
#headlines h2 {
  font: 800 3rem/3.45rem "Trim", sans-serif;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #fff;
}
#headlines .bullets {
  display: block;
  position: relative;
  font-size: 0;
  z-index: 2;
  margin-bottom: 1.5rem;
}
.bullets a {
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  margin-right: 0.25rem;
}
.bullets a.active {
  background: #fff;
}
grid {
  display: grid;
  grid-gap: 1.5rem;
}
grid.double {
  grid-template-columns: 1fr 1fr;
}
grid.triple {
  grid-template-columns: 1fr 1fr 1fr;
}
grid.two-one {
  grid-template-columns: 2fr 1fr;
}
grid.triple > div div {
  padding: 3rem 2rem 2.25rem;
}
#headlines + grid > div:first-child div {
  background: 0 0;
}
.links p {
  margin: 0;
}
.links.arrow a,
.links a.arrow {
  font-weight: 600;
}
.watermark {
  background: var(--color-blue);
  color: #fff;
  position: relative;
}
.watermark:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 120%;
  background: url(images/leeuw.svg) no-repeat;
  left: 50px;
  top: 30px;
  z-index: 1;
  pointer-events: none;
}
.watermark:first-child:before {
  left: 60px;
  width: calc(100% - 60px);
}
.watermark:first-child:after,
.watermark:last-child:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2000px;
  top: 0;
  margin-left: -2000px;
  background: var(--color-blue);
}
.watermark:last-child:after {
  margin-left: 0;
  left: 100%;
}
grid ul {
  list-style: none;
  min-height: 175px;
  margin: 1.5rem 0;
}
grid ul a {
  color: #14142bbb;
}
grid > div:first-child ul a {
  color: #fff;
  line-height: 1.3;
}
grid li {
  margin-bottom: 1rem;
  display: flex;
}
.sub-menu li:before,
grid li:before,
aside ul ul li a:before {
  content: "";
  display: inline-block;
  height: 19px;
  width: 8px;
  background: url("https://knrb.nl/wp-content/themes/knrb/images/caret-red-right.svg")
    no-repeat left center;
  margin-right: 10px;
  align-self: flex-start;
  flex-shrink: 0;
}
.sub-menu li:before {
  transform: scale(0.8);
  height: 16px;
  margin-right: 8px;
}
time,
calendar span,
grid .white p,
breadcrumbs a,
.categories a p,
.banner p,
.banners p {
  opacity: 0.75;
  font-size: 0.875rem;
  line-height: 180%;
}
time,
breadcrumbs a {
  opacity: 0.5;
  color: var(--color-darkest);
  cursor: default;
}
breadcrumbs a:link {
  cursor: pointer;
}
.banners h4 {
  font-size: 1.125rem;
  margin: 1.5rem 0 0.5rem;
}
.banner {
  display: flex;
  margin: 3em 0;
}
.banner img {
  object-fit: cover;
}
.banner div {
  flex-grow: 1;
}
.banner h4 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.double img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}
.news img {
  height: 228px;
  width: 100%;
  object-fit: cover;
}
.news h4 {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
.banner h5,
.news h5 {
  margin-bottom: 0.75rem;
}
.news h3,
.space h3 {
  margin-bottom: 2rem;
}
.news > h3 {
  float: left;
}
.archive {
  padding: 3.5rem 0;
}
calendar {
  display: block;
  margin-bottom: 2.5rem;
}
calendar item {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 1rem;
  margin-bottom: 1.5rem;
  min-height: 2.5rem;
}
calendar.full item {
  grid-template-columns: 3.5rem 1fr;
  min-height: 3.5rem;
}
calendar h3 {
  text-transform: capitalize;
}
calendar item + h3 {
  margin-top: 3rem;
}
calendar date {
  background: #ffffff22;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 6px;
  font: 600 0.875rem/1 "Trim", sans-serif;
}
calendar.full date {
  background: var(--color-blue);
  font-size: 1rem;
  padding: 0 10px;
}
calendar.full item:nth-of-type(even) date {
  background: #003bb0cc;
}
calendar span {
  line-height: 135%;
  display: block;
  margin-top: 0.25rem;
}
calendar.full > item > div {
  padding-top: 0.25rem;
  display: flex;
  position: relative;
}
calendar.full > item > div:after {
  content: "";
  display: block;
  height: 1px;
  background: var(--color-dark-blue);
  opacity: 0.12;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 0.75rem;
}
calendar item a {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
  white-space: nowrap;
  margin-left: auto;
  text-transform: uppercase;
  padding-left: 50px;
  align-self: center;
}
calendar item a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url("https://knrb.nl/wp-content/themes/knrb/images/icon-external.svg")
    no-repeat;
  background-size: 100%;
  margin-left: 8px;
  vertical-align: middle;
}
.page-header {
  position: relative;
  padding: 70px 0 48px;
  background: url(images/leeuw.svg) no-repeat right -90px;
}
breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
breadcrumbs a:first-child:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 17px;
  vertical-align: middle;
  background: url(images/icon-home.svg) no-repeat;
  background-size: 100%;
  filter: invert(1);
  opacity: 1;
  margin: 0;
}
.white breadcrumbs a:first-child:before {
  filter: invert(0);
}
breadcrumbs a:link {
  opacity: 1;
}
breadcrumbs a:before {
  content: "/";
  opacity: 0.5;
  display: inline-block;
  margin: 0 5px 0 6px;
}
article {
  display: flex;
}
article h1 {
  margin-bottom: 2rem;
}
.wp-block-gallery .blocks-gallery-item {
  flex-grow: 0;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #14142bee;
  display: none;
  align-items: center;
  justify-content: center;
}
.overlay:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(images/icon-cross.svg) no-repeat;
  background-size: 100%;
  top: 20px;
  right: 20px;
  position: absolute;
}
.overlay img {
  pointer-events: none;
  max-height: 95%;
  max-width: 95%;
}
.overlay.active {
  display: flex;
}
aside {
  background: var(--color-dark-blue);
  width: 292px;
  flex-shrink: 0;
  position: relative;
  color: #fff;
  padding: 7.5rem 2rem 0 0;
}
aside:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2000px;
  top: 0;
  left: -2000px;
  background: var(--color-dark-blue);
}
aside a {
  display: block;
  color: #fff;
}
aside a:hover,
aside a.active {
  color: var(--color-red);
}
aside > ul > li {
  border-bottom: 1px solid #ffffff22;
  padding: 1rem 0;
  align-items: center;
}
aside:not(.page) > ul > li > a:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 16px;
  background: url(images/caret-down-white.svg) no-repeat center;
  float: right;
}
aside > ul > li > a.active:before,
aside > ul > li > a:hover:before {
  background-image: url(images/caret-red-up.svg);
}
aside > ul > li > a:not(.active):hover:before {
  transform: rotate(180deg);
}
aside ul,
aside ul ul {
  list-style: none;
}
aside ul ul {
  margin: 1rem 0;
  display: none;
}
aside ul .active + ul {
  display: block;
}
aside ul ul li {
  margin-bottom: 1rem;
}
aside ul ul li a:before {
  background-image: url(images/caret-white-right.svg);
}
aside ul ul li a:hover:before,
aside ul ul li a.active:before {
  background-image: url(images/caret-red-right.svg);
}
aside ul ul a {
  font-weight: 400;
  display: flex;
}
article contents {
  margin: 0;
  max-width: 100%;
  flex-grow: 1;
}
contents ul {
  margin: 1em 1em 1em 1.5em;
}
contents .faq ul {
  margin-top: 0;
}
article section {
  padding: 3.5rem 6rem 5rem;
}
article.kennis section {
  padding-right: 0;
}
article section h2 {
  margin: 2em 0 0.2em;
}
article .page-header {
  height: 220px;
}
article .page-header img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.categories {
  margin-top: 2em;
}
.categories a {
  background: var(--color-grey);
  color: var(--color-dark-blue);
}
.categories a div {
  padding: 1.5rem 1.5rem 0;
}
.categories a img {
  height: 156px;
}
.categories a p {
  border-bottom: 1px solid #07164d1f;
  padding-bottom: 1em;
  margin-bottom: 1rem;
}
.categories h4 {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
.categories span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories span:before {
  content: "";
  background: var(--color-darkest-blue);
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.categories span .icon {
  position: absolute;
  width: 90px;
  height: 90px;
  z-index: 2;
}
.articles {
  margin-top: 1rem;
}
.articles > a {
  background: var(--color-grey);
  display: flex;
  height: 96px;
}
.articles > a img {
  width: 96px;
  height: 96px;
  pointer-events: none;
}
.articles > a h4 {
  color: var(--color-dark-blue);
  margin: 24px 34px 0;
  word-break: break-word;
}
file {
  display: flex;
  margin-top: 1rem;
}
file div {
  border-bottom: 1px solid #07164d1f;
  color: #14142bbf;
  width: 100%;
  padding-bottom: 1rem;
}
file small {
  display: block;
  line-height: 1.2;
  color: #14142b80;
}
file icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  background-color: var(--color-grey);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1.5rem;
}
icon.pdf {
  background-image: url(images/icon-pdf.svg);
}
icon.zip {
  background-image: url(images/icon-zip.svg);
}
icon.doc,
icon.docx {
  background-image: url(images/icon-doc.svg);
}
icon.xls,
icon.xlst {
  background-image: url(images/icon-xls.svg);
}
file:last-of-type {
  margin-bottom: 2rem;
}
file a {
  float: right;
  font: 600 0.875rem/3rem "Trim", sans-serif;
  color: var(--color-red);
  text-transform: uppercase;
}
file a:before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(images/icon-download.svg) no-repeat center;
  margin-right: 10px;
}
contents.search a {
  color: inherit;
}
contents.search > a {
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #07164d22;
  display: block;
}
contents.search small {
  opacity: 0.5;
  line-height: 1rem;
  display: block;
}
contents.search h3 {
  font-size: 1.125rem;
  line-height: 1;
  margin: 3.5rem 0 3rem;
}
contents.search p {
  margin: 0.5rem 0;
  opacity: 0.75;
}
contents.search > div {
  margin: 3rem 0 80px;
}
.faq h4 {
  border-top: 1px solid #ddd;
  padding-top: 1em;
  margin-top: 1em;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq h4 + p,
.faq h4 + div {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.5s all;
}
.faq h4.active {
  color: var(--color-red);
}
.faq h4.active:after {
  transform: rotate(180deg);
}
.faq h4.active + p,
.faq h4.active + div {
  height: auto;
  opacity: 1;
  margin-top: 0.5em;
}
.faq.verenigingen h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0;
}
.faq.verenigingen p + h3 {
  margin-top: 1.5em;
}
.faq.verenigingen h4 {
  color: var(--color-red);
  font-weight: 400;
  margin-top: 0.75em;
  padding-top: 0.75em;
}
.faq.verenigingen p {
  margin-bottom: 0.75em;
}
.faq.verenigingen b {
  font-weight: 600;
  display: block;
  float: left;
  clear: left;
  width: 140px;
}
.faq.verenigingen span {
  float: left;
}
hr.wp-block-separator {
  border: none;
  background: #ddd;
  margin: 1.5em 0;
  height: 1px;
}
footer {
  color: #fff;
  background: var(--color-dark-blue);
}
footer a {
  color: #fff;
  display: inline-block;
  margin-bottom: 0.7rem;
  line-height: 1.2;
}
footer ul {
  list-style: none;
}
footer li:after {
  display: none !important;
}
footer section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2rem;
  width: 1140px;
  margin: 0 auto;
  padding-top: 80px;
}
footer section img {
  margin-bottom: 1rem;
}
footer section div:nth-child(1) {
  grid-column: 1 / span 3;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  color: #ffffffbb;
}
footer section div:nth-child(2) {
  grid-column: 5 / span 2;
}
footer section div:nth-child(3) {
  grid-column: 7 / span 2;
}
footer section div:nth-child(4) {
  grid-column: 10 / span 3;
}
footer .social a {
  background-color: #ffffff22;
}
footer h4 {
  font: 600 1.125rem/1.25rem "Trim", sans-serif;
  margin-bottom: 1.5rem;
}
footer .partners {
  border-top: 1px solid #ffffff44;
  border-bottom: 1px solid #ffffff44;
  margin-top: 80px;
  height: 178px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .partners img {
  opacity: 0.7;
  display: inline-block;
  margin: -1rem 23px 0;
  vertical-align: middle;
  font-size: 0;
}
footer > div:last-child {
  height: 80px;
  color: #ffffffbb;
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-edit-link {
  color: transparent;
  display: block;
  position: fixed;
  right: 30px;
  bottom: 25px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.25) url(images/edit.svg) no-repeat center center;
  background-size: auto;
  background-size: 50%;
  border-radius: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  html {
    zoom: 0.85;
  }
}
@media only screen and (max-width: 900px) {
  html {
    zoom: 0.7;
  }
}
@media only screen and (max-width: 800px) {
  html {
    zoom: 0.65;
  }
  header form h5:after,
  #top-header div:first-child a {
    display: none;
  }
  header > section {
    padding: 0 1rem;
  }
  #top-header div:last-child {
    right: 1rem;
  }
  #menu-main {
    display: none;
    right: initial;
    background: var(--color-dark-blue);
    top: 80px;
    left: 0;
    width: 100%;
    padding: 1rem 1rem 2rem 0;
  }
  #menu-main > li {
    display: block;
    height: auto;
    border-bottom: 1px solid #fff2;
    padding: 1rem 0;
  }
  #menu-main a {
    color: #fff;
    line-height: 1;
  }
  body.active #menu-main {
    display: block;
  }
  #mobile-menu,
  #mobile-aside {
    position: absolute;
    right: 27px;
    display: block;
    width: 26px;
    height: 3px;
    background: var(--color-darkest-blue);
    margin: 4px 0;
    transition: all 0.5s ease;
  }
  #mobile-menu:before,
  #mobile-menu:after,
  #mobile-aside:before,
  #mobile-aside:after {
    content: "";
    display: block;
    height: 550%;
    position: absolute;
    width: 100%;
    top: -275%;
    transition: all 0.5s ease;
  }
  #mobile-menu:before,
  #mobile-aside:before {
    border-top: 3px solid var(--color-darkest-blue);
  }
  #mobile-menu:after,
  #mobile-aside:after {
    border-bottom: 3px solid var(--color-darkest-blue);
  }
  body.active #mobile-menu,
  aside.active #mobile-aside {
    background-color: #ffff;
  }
  body.active #mobile-menu:before,
  body.active #mobile-menu:after {
    border-color: var(--color-darkblue);
  }
  #mobile-menu:before,
  #mobile-aside:before {
    transform-origin: 3px 5px;
  }
  body.active #mobile-menu:before,
  aside.active #mobile-aside:before {
    transform: rotate(45deg);
  }
  #mobile-menu:after,
  #mobile-aside:after {
    transform-origin: 2px 15px;
  }
  body.active #mobile-menu:after,
  aside.active #mobile-aside:after {
    transform: rotate(-45deg);
  }
  #search + form button {
    width: 40px;
  }
  #search + form h5:before {
    margin: 0;
  }
  #search.active + form {
    display: inherit !important;
  }
  grid,
  grid.double,
  grid.two-one,
  grid.triple {
    grid-template-columns: 1fr;
  }
  .overlay {
    padding: 0 1.5rem;
  }
  #headlines {
    height: 375px;
  }
  #headlines h2 {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  html {
    zoom: 1;
  }
  section,
  grid,
  story,
  article,
  search,
  .center {
    max-width: 100%;
  }
  .hide-mobile,
  story:before,
  #top-header span {
    display: none !important;
  }
  .show-mobile {
    display: inherit !important;
  }
  article {
    flex-direction: column;
  }
  article .page-header {
    height: 200px;
  }
  article .page-header img {
    height: 160px;
  }
  article section {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  article h1,
  story h1 {
    font-size: 2rem;
  }
  story > div {
    padding: 0 1rem;
  }
  story > img {
    margin-bottom: 2rem;
  }
  aside {
    width: 100%;
    padding: 0 1rem 1rem;
    max-height: 3.5rem;
    overflow: hidden;
    margin-top: 160px;
    position: absolute;
    z-index: 1;
  }
  aside.active {
    max-height: 1000px;
  }
  aside h3.line {
    font-size: 1.125rem;
    line-height: 3.5rem;
    display: flex;
    align-items: center;
  }
  aside h3.line i {
    filter: invert(1);
    pointer-events: none;
    transform-origin: right;
    transform: scale(0.66);
    right: 1rem !important;
  }
  .sub-menu,
  aside h3.line:before {
    display: none !important;
  }
  div.news {
    display: flex;
    flex-direction: column;
  }
  div.news > a {
    order: 4;
    margin-top: 2rem;
  }
  #headlines .labels {
    height: 100%;
  }
  #headlines .labels > a,
  .wp-block-image img {
    width: 100%;
  }
  #headlines .labels > a {
    bottom: 40px;
  }
  #headlines .labels > a,
  #headlines .bullets {
    padding: 0 1.5rem;
  }
  #headlines .bullets {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .pad {
    padding: 20px;
  }
  .triple .pad {
    padding: 0 20px;
  }
  .space.pad,
  .two-one .pad {
    padding: 40px 20px;
  }
  .watermark {
    overflow: hidden;
  }
  .triple .watermark {
    padding: 0;
  }
  #search:after {
    content: "";
  }
  .wp-block-table {
    overflow: auto;
    padding-top: 2.5rem;
  }
  .wp-block-table:before {
    content: "Swipe naar links/rechts om meer te zien.";
    opacity: 0.5;
    font-size: 0.85rem;
    margin-top: -2.5rem;
    display: block;
    position: absolute;
    pointer-events: none;
  }
  footer {
    padding: 0 1rem;
  }
  footer section {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }
  footer section div {
    grid-column: initial !important;
  }
  footer .partners {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.5rem;
    height: auto;
    padding: 2rem 0;
  }
  footer .partners img {
    margin: 0 auto;
  }
}
