/*!
Theme Name: KNMV Theme
Theme URI: https://knmv.nl/
Author: Label Vier
Author URI: https://labelvier.nl/
Description: Custom thema voor KNMV
Version: 1.18.28
License: Copyright KNMV
Text Domain: KNMV
*/
.acf-field[data-width].break {
  clear: both; }
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
html {
  font-size: 75%;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscaled;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }
@media (min-width: 900px) {
    html {
      font-size: 87.5%; } }
@media (min-width: 1200px) {
    html {
      font-size: 100%; } }
body {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  min-height: 100vh;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
img {
  max-width: 100%;
  height: auto;
  border: none;
  outline: none; }
/* Default Wordpress alignment classes for images */
a img.alignright, img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }
a img.alignnone, img.alignnone {
  margin: 5px 20px 20px 0; }
a img.alignleft, img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
a img.aligncenter, img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
/* Clearfix for aligned images */
.mt_single p::after,
.article_layout p::after {
  content: "";
  display: table;
  clear: both; }
.main__grid {
  min-height: 100vh;
  overflow: hidden; }
.main__grid .main__content main {
    display: block;
    max-width: 624px;
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 18px;
    padding: 0 1.5rem; }
@media (min-width: 600px) {
      .main__grid .main__content main {
        padding: 0 2em; } }
/* -- Material Design Table style -------------- */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
  margin-bottom: 2rem;
  background-color: white; }
table#event_enrollments {
    display: block;
    overflow-x: auto;
    white-space: nowrap; }
table > thead > tr,
table > tbody > tr,
table > tfoot > tr {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  text-align: left;
  padding: 12px 15.6px;
  padding: 1rem 1.3rem;
  vertical-align: top;
  border-top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
table > thead > tr > th {
  font-weight: 400;
  color: #1a1202;
  vertical-align: bottom;
  border-bottom: none; }
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0; }
table table {
  background-color: white; }
table .no-border {
  border: 0; }
thead > tr > th,
tbody > tr > th,
tfoot > tr > th,
thead > tr > td,
tbody > tr > td,
tfoot > tr > td {
  padding: 9.6px;
  padding: 0.8rem; }
table {
  border: 0; }
thead > tr > th,
tbody > tr > th,
tfoot > tr > th,
thead > tr > td,
tbody > tr > td,
tfoot > tr > td {
  border: 0; }
thead > tr > th,
thead > tr > td {
  border-bottom-width: 0; }
tbody > tr:nth-child(odd) > td,
tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }
tbody > tr:hover > td,
tbody > tr:hover > th {
  background-color: #e7e7e7; }
.footer__logo {
  margin-bottom: -6px;
  margin-bottom: -.5rem; }
@media (min-width: 600px) {
    .footer__logo {
      margin-bottom: -.6rem; } }
.footer__logo .logo_footer {
    display: block;
    float: left;
    width: 60px;
    height: 60px; }
@media (min-width: 600px) {
      .footer__logo .logo_footer {
        width: 80px;
        height: 80px; } }
.footer__logo .logo_footer img {
      max-width: 100%;
      height: auto;
      margin-top: .5em; }
.footer__logo .logo_text {
    display: inline-block;
    padding: 24px 0 0 12px;
    padding: 2rem 0 0 1rem; }
.footer__logo .logo_text h2, .footer__logo .logo_text h3, .footer__logo .logo_text h4 {
      font-size: 18px;
      font-size: 1.5rem; }
.footer__logo .logo_text h2 span, .footer__logo .logo_text h3 span, .footer__logo .logo_text h4 span {
        color: #ff9400; }
.footer__nav {
  background-color: #005fab;
  color: white;
  padding: 6em 0; }
.footer__info {
  display: block;
  text-align: center;
  padding: 24px 0 !important;
  padding: 2rem 0 !important;
  color: #005fab; }
.footer__info a {
    text-decoration: underline;
    margin-left: 1em; }
.nav__footer_partners .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.nav__footer_partners .logos a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
.nav__footer_partners .logos a img {
      display: inline-block;
      max-width: 90%;
      margin-bottom: 12px;
      margin-bottom: 1rem;
      height: auto; }
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.icon.icon-min, .icon.icon-plus {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-weight: bold;
  line-height: .5;
  font-size: 21.6px;
  font-size: 1.8rem;
  width: 18px;
  width: 1.5rem;
  height: 18px;
  height: 1.5rem;
  border-radius: 50%;
  overflow: hidden; }
.icon.icon-min {
  background-color: red;
  padding-top: 1.799px;
  padding-top: .15rem; }
.icon.icon-plus {
  background-color: green;
  padding-top: 3.599px;
  padding-top: .3rem; }
.icon.thumbs-up {
  display: inline-block;
  width: 12px;
  width: 1rem;
  height: 12px;
  height: 1rem;
  margin-right: 3px;
  margin-top: 2px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/wp-content/themes/knmv/img/ThumbsUp-Small.png); }
@media (max-width: 899px) {
    .icon.thumbs-up {
      width: 1.5rem;
      height: 1.5rem; } }
a {
  color: #005fab;
  text-decoration: none;
  font-weight: normal; }
.left__colom a.button, .right__colom a.button, a.button, input[type=submit] {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 6px;
  margin-bottom: .5rem;
  padding: 6px 24px 6px 18px;
  padding: .5rem 2rem .5rem 1.5rem;
  border: 0.75px solid black;
  border: 0.0625rem solid black;
  background-color: transparent;
  color: black;
  -webkit-appearance: none;
  border-radius: 0; }
.left__colom a.button:after, .right__colom a.button:after, a.button:after, input[type=submit]:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 14.399px;
    right: 1.2rem;
    bottom: 0;
    width: 6px;
    width: .5rem;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/wp-content/themes/knmv/img/chevron-right.png);
    background-image: url(/wp-content/themes/knmv/img/chevron-right.svg); }
@media (min-width: 900px) {
    .left__colom a.button, .right__colom a.button, a.button, input[type=submit] {
      font-size: 1.1rem; } }
.left__colom a.button.full, .right__colom a.button.full, a.button.full, input[type=submit].full {
    width: 100%; }
.left__colom a.button.big_btn, .right__colom a.button.big_btn, a.button.big_btn, input[type=submit].big_btn {
    position: relative;
    padding: 18px 36px 18px 24px;
    padding: 1.5rem 3rem 1.5rem 2rem;
    text-align: left;
    border: 0.75px solid #1a1202;
    border: 0.0625rem solid #1a1202;
    color: #1a1202;
    font-weight: 600; }
.left__colom a.button.big_btn:after, .right__colom a.button.big_btn:after, a.button.big_btn:after, input[type=submit].big_btn:after {
      content: ' ';
      position: absolute;
      top: 0;
      right: 14.399px;
      right: 1.2rem;
      bottom: 0;
      width: 12px;
      width: 1rem;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url(/wp-content/themes/knmv/img/chevron-right.png);
      background-image: url(/wp-content/themes/knmv/img/chevron-right.svg); }
@media (min-width: 600px) {
      .left__colom a.button.big_btn, .right__colom a.button.big_btn, a.button.big_btn, input[type=submit].big_btn {
        border: 0.125rem solid #1a1202; } }
@media (min-width: 900px) {
      .left__colom a.button.big_btn, .right__colom a.button.big_btn, a.button.big_btn, input[type=submit].big_btn {
        font-weight: bold;
        -webkit-transition: background-color .3s ease, border-color .3s ease, -webkit-transform .3s ease;
        transition: background-color .3s ease, border-color .3s ease, -webkit-transform .3s ease;
        transition: background-color .3s ease, transform .3s ease, border-color .3s ease;
        transition: background-color .3s ease, transform .3s ease, border-color .3s ease, -webkit-transform .3s ease; }
        .left__colom a.button.big_btn:hover, .right__colom a.button.big_btn:hover, a.button.big_btn:hover, input[type=submit].big_btn:hover {
          background-color: #005fab;
          border-color: #005fab;
          color: white; }
          .left__colom a.button.big_btn:hover:after, .right__colom a.button.big_btn:hover:after, a.button.big_btn:hover:after, input[type=submit].big_btn:hover:after {
            background-image: url(/wp-content/themes/knmv/img/chevron-right-white.png);
            background-image: url(/wp-content/themes/knmv/img/chevron-right-white.svg); } }
.left__colom a.button.big_btn.text_grey, .right__colom a.button.big_btn.text_grey, a.button.big_btn.text_grey, input[type=submit].big_btn.text_grey {
      color: black;
      border-color: white; }
.left__colom a.button.big_btn.text_grey:after, .right__colom a.button.big_btn.text_grey:after, a.button.big_btn.text_grey:after, input[type=submit].big_btn.text_grey:after {
        background-image: url(/wp-content/themes/knmv/img/chevron-right-grey.png);
        background-image: url(/wp-content/themes/knmv/img/chevron-right-grey.svg); }
@media (min-width: 900px) {
        .left__colom a.button.big_btn.text_grey, .right__colom a.button.big_btn.text_grey, a.button.big_btn.text_grey, input[type=submit].big_btn.text_grey {
          color: #c6c6c6;
          border-color: #c6c6c6; }
          .left__colom a.button.big_btn.text_grey:hover, .right__colom a.button.big_btn.text_grey:hover, a.button.big_btn.text_grey:hover, input[type=submit].big_btn.text_grey:hover {
            background-color: #005fab;
            border-color: #005fab;
            color: white; }
            .left__colom a.button.big_btn.text_grey:hover:after, .right__colom a.button.big_btn.text_grey:hover:after, a.button.big_btn.text_grey:hover:after, input[type=submit].big_btn.text_grey:hover:after {
              background-image: url(/wp-content/themes/knmv/img/chevron-right-white.png);
              background-image: url(/wp-content/themes/knmv/img/chevron-right-white.svg); } }
.left__colom a.button.big_btn.text_white, .right__colom a.button.big_btn.text_white, a.button.big_btn.text_white, input[type=submit].big_btn.text_white {
      color: black;
      border-color: white; }
@media (min-width: 900px) {
        .left__colom a.button.big_btn.text_white, .right__colom a.button.big_btn.text_white, a.button.big_btn.text_white, input[type=submit].big_btn.text_white {
          color: white;
          text-shadow: 0px 0px 0.5626rem black; }
          .left__colom a.button.big_btn.text_white:after, .right__colom a.button.big_btn.text_white:after, a.button.big_btn.text_white:after, input[type=submit].big_btn.text_white:after {
            background-image: url(/wp-content/themes/knmv/img/chevron-right-white.png);
            background-image: url(/wp-content/themes/knmv/img/chevron-right-white.svg); }
          .left__colom a.button.big_btn.text_white:hover, .right__colom a.button.big_btn.text_white:hover, a.button.big_btn.text_white:hover, input[type=submit].big_btn.text_white:hover {
            background-color: #005fab;
            border-color: #005fab;
            color: white; }
            .left__colom a.button.big_btn.text_white:hover:after, .right__colom a.button.big_btn.text_white:hover:after, a.button.big_btn.text_white:hover:after, input[type=submit].big_btn.text_white:hover:after {
              background-image: url(/wp-content/themes/knmv/img/chevron-right-white.png);
              background-image: url(/wp-content/themes/knmv/img/chevron-right-white.svg); } }
.left__colom a.button.big_btn.white_fill, .right__colom a.button.big_btn.white_fill, a.button.big_btn.white_fill, input[type=submit].big_btn.white_fill {
      color: black;
      border-color: white;
      background: white; }
@media (min-width: 900px) {
        .left__colom a.button.big_btn.white_fill, .right__colom a.button.big_btn.white_fill, a.button.big_btn.white_fill, input[type=submit].big_btn.white_fill {
          color: black; }
          .left__colom a.button.big_btn.white_fill:after, .right__colom a.button.big_btn.white_fill:after, a.button.big_btn.white_fill:after, input[type=submit].big_btn.white_fill:after {
            background-image: url(/wp-content/themes/knmv/img/chevron-right-grey.png);
            background-image: url(/wp-content/themes/knmv/img/chevron-right-grey.svg); }
          .left__colom a.button.big_btn.white_fill:hover, .right__colom a.button.big_btn.white_fill:hover, a.button.big_btn.white_fill:hover, input[type=submit].big_btn.white_fill:hover {
            background-color: #005fab;
            border-color: #005fab;
            color: white; }
            .left__colom a.button.big_btn.white_fill:hover:after, .right__colom a.button.big_btn.white_fill:hover:after, a.button.big_btn.white_fill:hover:after, input[type=submit].big_btn.white_fill:hover:after {
              background-image: url(/wp-content/themes/knmv/img/chevron-right-grey.png);
              background-image: url(/wp-content/themes/knmv/img/chevron-right-grey.svg); } }
.left__colom a.button.big_btn.black_fill, .right__colom a.button.big_btn.black_fill, a.button.big_btn.black_fill, input[type=submit].big_btn.black_fill {
      color: white;
      border-color: black;
      background: black; }
@media (min-width: 900px) {
        .left__colom a.button.big_btn.black_fill, .right__colom a.button.big_btn.black_fill, a.button.big_btn.black_fill, input[type=submit].big_btn.black_fill {
          color: white; }
          .left__colom a.button.big_btn.black_fill:after, .right__colom a.button.big_btn.black_fill:after, a.button.big_btn.black_fill:after, input[type=submit].big_btn.black_fill:after {
            background-image: url(/wp-content/themes/knmv/img/chevron-right-white.png);
            background-image: url(/wp-content/themes/knmv/img/chevron-right-white.svg); }
          .left__colom a.button.big_btn.black_fill:hover, .right__colom a.button.big_btn.black_fill:hover, a.button.big_btn.black_fill:hover, input[type=submit].big_btn.black_fill:hover {
            background-color: #005fab;
            border-color: #005fab;
            color: white; }
            .left__colom a.button.big_btn.black_fill:hover:after, .right__colom a.button.big_btn.black_fill:hover:after, a.button.big_btn.black_fill:hover:after, input[type=submit].big_btn.black_fill:hover:after {
              background-image: url(/wp-content/themes/knmv/img/chevron-right-white.png);
              background-image: url(/wp-content/themes/knmv/img/chevron-right-white.svg); } }
.left__colom a.button.big_btn.blue_fill, .right__colom a.button.big_btn.blue_fill, a.button.big_btn.blue_fill, input[type=submit].big_btn.blue_fill {
      color: white;
      border-color: #005fab;
      background: #005fab; }
@media (min-width: 900px) {
        .left__colom a.button.big_btn.blue_fill, .right__colom a.button.big_btn.blue_fill, a.button.big_btn.blue_fill, input[type=submit].big_btn.blue_fill {
          color: white; }
          .left__colom a.button.big_btn.blue_fill:after, .right__colom a.button.big_btn.blue_fill:after, a.button.big_btn.blue_fill:after, input[type=submit].big_btn.blue_fill:after {
            background-image: url(/wp-content/themes/knmv/img/chevron-right-white.png);
            background-image: url(/wp-content/themes/knmv/img/chevron-right-white.svg); }
          .left__colom a.button.big_btn.blue_fill:hover, .right__colom a.button.big_btn.blue_fill:hover, a.button.big_btn.blue_fill:hover, input[type=submit].big_btn.blue_fill:hover {
            background-color: #ff9400;
            border-color: #ff9400;
            color: white; }
            .left__colom a.button.big_btn.blue_fill:hover:after, .right__colom a.button.big_btn.blue_fill:hover:after, a.button.big_btn.blue_fill:hover:after, input[type=submit].big_btn.blue_fill:hover:after {
              background-image: url(/wp-content/themes/knmv/img/chevron-right-white.png);
              background-image: url(/wp-content/themes/knmv/img/chevron-right-white.svg); } }
.left__colom a.button.big_btn.orange_fill, .right__colom a.button.big_btn.orange_fill, a.button.big_btn.orange_fill, input[type=submit].big_btn.orange_fill {
      color: white;
      border-color: #ff9400;
      background: #ff9400; }
@media (min-width: 900px) {
        .left__colom a.button.big_btn.orange_fill, .right__colom a.button.big_btn.orange_fill, a.button.big_btn.orange_fill, input[type=submit].big_btn.orange_fill {
          color: white; }
          .left__colom a.button.big_btn.orange_fill:after, .right__colom a.button.big_btn.orange_fill:after, a.button.big_btn.orange_fill:after, input[type=submit].big_btn.orange_fill:after {
            background-image: url(/wp-content/themes/knmv/img/chevron-right-white.png);
            background-image: url(/wp-content/themes/knmv/img/chevron-right-white.svg); }
          .left__colom a.button.big_btn.orange_fill:hover, .right__colom a.button.big_btn.orange_fill:hover, a.button.big_btn.orange_fill:hover, input[type=submit].big_btn.orange_fill:hover {
            background-color: #005fab;
            border-color: #005fab;
            color: white; }
            .left__colom a.button.big_btn.orange_fill:hover:after, .right__colom a.button.big_btn.orange_fill:hover:after, a.button.big_btn.orange_fill:hover:after, input[type=submit].big_btn.orange_fill:hover:after {
              background-image: url(/wp-content/themes/knmv/img/chevron-right-white.png);
              background-image: url(/wp-content/themes/knmv/img/chevron-right-white.svg); } }
.left__colom a.button.readmore, .right__colom a.button.readmore, a.button.readmore, input[type=submit].readmore {
    border: 0.75px solid #ff9400;
    border: 0.0625rem solid #ff9400;
    background-color: transparent;
    color: #ff9400; }
.left__colom a.button.readmore:after, .right__colom a.button.readmore:after, a.button.readmore:after, input[type=submit].readmore:after {
      background-image: url(/wp-content/themes/knmv/img/chevron-right-orange.png);
      background-image: url(/wp-content/themes/knmv/img/chevron-right-orange.svg); }
.left__colom a.button#submit, .left__colom a.button.subscribe, .left__colom a.button.orange, .right__colom a.button#submit, .right__colom a.button.subscribe, .right__colom a.button.orange, a.button#submit, a.button.subscribe, a.button.orange, input[type=submit]#submit, input[type=submit].subscribe, input[type=submit].orange {
    position: relative;
    padding: 6px 24px 6px 18px;
    padding: .5rem 2rem .5rem 1.5rem;
    border: 0.75px solid #ff9400;
    border: 0.0625rem solid #ff9400;
    background-color: #ff9400;
    color: white;
    font-weight: bold; }
.left__colom a.button#submit:after, .left__colom a.button.subscribe:after, .left__colom a.button.orange:after, .right__colom a.button#submit:after, .right__colom a.button.subscribe:after, .right__colom a.button.orange:after, a.button#submit:after, a.button.subscribe:after, a.button.orange:after, input[type=submit]#submit:after, input[type=submit].subscribe:after, input[type=submit].orange:after {
      content: ' ';
      background-image: url(/wp-content/themes/knmv/img/chevron-right-white.png);
      background-image: url(/wp-content/themes/knmv/img/chevron-right-white.svg); }
.left__colom a.button.blue, .right__colom a.button.blue, a.button.blue, input[type=submit].blue {
    position: relative;
    padding: 6px 24px 6px 18px;
    padding: .5rem 2rem .5rem 1.5rem;
    border: 0.75px solid #005fab;
    border: 0.0625rem solid #005fab;
    background-color: #005fab;
    color: white;
    font-weight: bold; }
.left__colom a.button.blue:after, .right__colom a.button.blue:after, a.button.blue:after, input[type=submit].blue:after {
      content: ' ';
      background-image: url(/wp-content/themes/knmv/img/chevron-right-white.png);
      background-image: url(/wp-content/themes/knmv/img/chevron-right-white.svg); }
.left__colom a.button.blue-border, .right__colom a.button.blue-border, a.button.blue-border, input[type=submit].blue-border {
    position: relative;
    padding: 6px 24px 6px 18px;
    padding: .5rem 2rem .5rem 1.5rem;
    border: 0.75px solid #005fab;
    border: 0.0625rem solid #005fab;
    color: #005fab;
    background: white;
    font-weight: bold; }
.left__colom a.button.blue-border:after, .right__colom a.button.blue-border:after, a.button.blue-border:after, input[type=submit].blue-border:after {
      content: ' ';
      background-image: url(/wp-content/themes/knmv/img/chevron-right-white.png);
      background-image: url(/wp-content/themes/knmv/img/chevron-right-white.svg); }
.left__colom a.button.no-action, .right__colom a.button.no-action, a.button.no-action, input[type=submit].no-action {
    cursor: default;
    pointer-events: none; }
.left__colom a.button.no-action:after, .right__colom a.button.no-action:after, a.button.no-action:after, input[type=submit].no-action:after {
      content: none; }
.left__colom a.button.orange-border, .right__colom a.button.orange-border, a.button.orange-border, input[type=submit].orange-border {
    position: relative;
    padding: 6px 24px 6px 18px;
    padding: .5rem 2rem .5rem 1.5rem;
    border: 0.75px solid #ff9400;
    border: 0.0625rem solid #ff9400;
    background-color: white;
    color: #ff9400;
    font-weight: bold; }
.left__colom a.button.orange-border:after, .right__colom a.button.orange-border:after, a.button.orange-border:after, input[type=submit].orange-border:after {
      background-image: url(/wp-content/themes/knmv/img/chevron-right-orange.png);
      background-image: url(/wp-content/themes/knmv/img/chevron-right-orange.svg); }
.left__colom a.button.reverse, .right__colom a.button.reverse, a.button.reverse, input[type=submit].reverse {
    padding: 6px 24px 6px 24px;
    padding: .5rem 2rem .5rem 2rem; }
.left__colom a.button.reverse:after, .right__colom a.button.reverse:after, a.button.reverse:after, input[type=submit].reverse:after {
      content: normal; }
.left__colom a.button.reverse:before, .right__colom a.button.reverse:before, a.button.reverse:before, input[type=submit].reverse:before {
      position: absolute;
      top: 1.5px;
      top: 0.125rem;
      left: 12px;
      left: 1rem;
      bottom: 0;
      width: 12px;
      width: 1rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
.left__colom a.button.center, .right__colom a.button.center, a.button.center, input[type=submit].center {
    text-align: center; }
.left__colom a.button.center:before, .right__colom a.button.center:before, a.button.center:before, input[type=submit].center:before {
      position: relative;
      display: inline-block;
      left: 0;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
.left__colom a.button.center:after, .right__colom a.button.center:after, a.button.center:after, input[type=submit].center:after {
      position: relative;
      display: inline-block;
      right: 0; }
.left__colom a.button.filter, .right__colom a.button.filter, a.button.filter, input[type=submit].filter {
    text-align: center;
    padding: 9px;
    padding: .75rem;
    border: 0.75px solid #005fab;
    border: 0.0625rem solid #005fab;
    background-color: white;
    color: #005fab;
    font-weight: bold;
    width: 43%;
    cursor: pointer; }
@media (min-width: 900px) {
      .left__colom a.button.filter, .right__colom a.button.filter, a.button.filter, input[type=submit].filter {
        width: 10rem; } }
.left__colom a.button.filter.active, .right__colom a.button.filter.active, a.button.filter.active, input[type=submit].filter.active {
      border: 0.75px solid #005fab;
      border: 0.0625rem solid #005fab;
      background-color: #005fab;
      color: white; }
.left__colom a.button.filter.open_filter, .left__colom a.button.filter.close_filter, .right__colom a.button.filter.open_filter, .right__colom a.button.filter.close_filter, a.button.filter.open_filter, a.button.filter.close_filter, input[type=submit].filter.open_filter, input[type=submit].filter.close_filter {
      background-color: #ff9400;
      border-color: #ff9400;
      color: white; }
.left__colom a.button.filter.close_filter, .right__colom a.button.filter.close_filter, a.button.filter.close_filter, input[type=submit].filter.close_filter {
      border: 0.75px solid #005fab;
      border: 0.0625rem solid #005fab;
      background-color: #005fab;
      color: white; }
.left__colom.orange a.button,
.left__colom.blue a.button,
.right__colom.blue a.button,
.right__colom.orange a.button,
.cb__tekstblok_highlighted a.button {
  border: 0.75px solid white;
  border: 0.0625rem solid white;
  background-color: transparent;
  color: white;
  text-decoration: none; }
.left__colom.orange a.button:after,
  .left__colom.blue a.button:after,
  .right__colom.blue a.button:after,
  .right__colom.orange a.button:after,
  .cb__tekstblok_highlighted a.button:after {
    background-image: url(/wp-content/themes/knmv/img/chevron-right-white.png);
    background-image: url(/wp-content/themes/knmv/img/chevron-right-white.svg); }
.left__colom a.button,
.right__colom a.button {
  background-color: #ff9400;
  color: white;
  border-color: #ff9400;
  text-decoration: none; }
.icon_arrow {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding: 0 !important; }
.share_icons_fullwidth {
  display: block;
  background-color: #f9f9f9;
  padding: 15.6px 12px 12px 12px;
  padding: 1.3rem 1rem 1rem 1rem;
  text-align: center;
  margin-top: 24px;
  margin-top: 2rem;
  margin-bottom: 36px;
  margin-bottom: 3rem;
  line-height: 12px;
  line-height: 1rem;
  overflow: auto; }
.share_icons_fullwidth p {
    display: inline-block;
    margin: 0 0 6px 0;
    margin: 0 0 .5rem 0;
    color: #c6c6c6;
    line-height: 12px;
    line-height: 1rem;
    vertical-align: middle; }
.share_icons_fullwidth p strong {
      display: block;
      margin-top: -1.5px;
      margin-top: -0.125rem;
      margin-right: 6px;
      margin-right: .5rem; }
.share_icons_fullwidth .icon {
    display: inline-block;
    line-height: 12px;
    line-height: 1rem;
    border-radius: 3px;
    width: 14.399px;
    width: 1.2rem;
    height: 14.399px;
    height: 1.2rem;
    background-color: #005fab;
    color: white;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-size: 1rem 1rem;
    margin-right: 3.599px;
    margin-right: .3rem; }
.share_icons_fullwidth .sharelink_facebook {
    content: ' ';
    background-position: 0px 0.75px;
    background-position: 0px 0.0625rem;
    background-size: 1.375rem 1.375rem;
    background-image: url(/wp-content/themes/knmv/img/social-facebook-white.png);
    background-image: url(/wp-content/themes/knmv/img/social-facebook-white.svg); }
.share_icons_fullwidth .sharelink_linkedin {
    background-size: 0.9375rem 0.9375rem;
    background-image: url(/wp-content/themes/knmv/img/social-linkedin-white.png);
    background-image: url(/wp-content/themes/knmv/img/social-linkedin-white.svg); }
.share_icons_fullwidth .sharelink_twitter {
    background-image: url(/wp-content/themes/knmv/img/social-twitter-white.png);
    background-image: url(/wp-content/themes/knmv/img/social-twitter-white.svg); }
.share_icons_fullwidth .sharelink_mail {
    background-position: 1.2px 1.2px;
    background-position: .1rem .1rem;
    background-size: 0.9375rem 0.9375rem;
    background-image: url(/wp-content/themes/knmv/img/android-mail-white.png);
    background-image: url(/wp-content/themes/knmv/img/android-mail-white.svg); }
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-block;
  position: relative;
  padding: 6px 24px 6px 18px;
  padding: .5rem 2rem .5rem 1.5rem;
  border: 0.75px solid #ff9400;
  border: 0.0625rem solid #ff9400;
  background-color: #ff9400;
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 6px;
  margin-bottom: .5rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) center;
  background-size: .6rem;
  background-image: url(/wp-content/themes/knmv/img/chevron-right-white.png);
  background-image: url(/wp-content/themes/knmv/img/chevron-right-white.svg); }
.gform_wrapper .gform_footer input.button.full,
  .gform_wrapper .gform_footer input[type=submit].full,
  .gform_wrapper .gform_page_footer input.button.full,
  .gform_wrapper .gform_page_footer input[type=submit].full {
    width: 100%; }
.gform_wrapper select {
  line-height: normal;
  padding: 4px 5px;
  font-weight: 600;
  margin-top: -1px; }
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  margin-bottom: 5px !important; }
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
  font-weight: normal !important; }
@font-face {
  font-family: 'Source Sans Pro';
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("/wp-content/themes/knmv/fonts/SourceSansPro-Regular.woff") format("woff"), url("/wp-content/themes/knmv/fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Source Sans Pro';
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("/wp-content/themes/knmv/fonts/SourceSansPro-Bold.woff") format("woff"), url("/wp-content/themes/knmv/fonts/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Source Sans Pro';
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("/wp-content/themes/knmv/fonts/SourceSansPro-Light.woff") format("woff"), url("/wp-content/themes/knmv/fonts/SourceSansPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Source Sans Pro';
  src: local("Source Sans Pro Italic"), local("SourceSansPro-It"), url("/wp-content/themes/knmv/fonts/SourceSansPro-It.woff") format("woff"), url("/wp-content/themes/knmv/fonts/SourceSansPro-It.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Source Sans Pro';
  src: local("Source Sans Pro Bold Italic"), local("SourceSansPro-BoldIt"), url("/wp-content/themes/knmv/fonts/SourceSansPro-BoldIt.woff") format("woff"), url("/wp-content/themes/knmv/fonts/SourceSansPro-BoldIt.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Source Sans Pro';
  src: local("Source Sans Pro Light Italic"), local("SourceSansPro-LightIt"), url("/wp-content/themes/knmv/fonts/SourceSansPro-LightIt.woff") format("woff"), url("/wp-content/themes/knmv/fonts/SourceSansPro-LightIt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Source Sans Pro';
  src: local("Source Sans Pro Semibold"), local("SourceSansPro-Semibold"), url("/wp-content/themes/knmv/fonts/SourceSansPro-Semibold.woff") format("woff"), url("/wp-content/themes/knmv/fonts/SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Source Sans Pro';
  src: local("Source Sans Pro Semibold Italic"), local("SourceSansPro-SemiboldIt"), url("/wp-content/themes/knmv/fonts/SourceSansPro-SemiboldIt.woff") format("woff"), url("/wp-content/themes/knmv/fonts/SourceSansPro-SemiboldIt.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: 'Bebas Kai';
  src: local("Bebas Kai Regular"), local("BebasKai"), url("/wp-content/themes/knmv/fonts/BebasKai.woff") format("woff"), url("/wp-content/themes/knmv/fonts/BebasKai.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/**
 * Custom star fonts.
 */
@font-face {
  font-family: 'star';
  src: url("/wp-content/themes/knmv/fonts/star.eot");
  src: url("/wp-content/themes/knmv/fonts/star.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/knmv/fonts/star.woff") format("woff"), url("/wp-content/themes/knmv/fonts/star.ttf") format("truetype"), url("/wp-content/themes/knmv/fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal; }
p, a, ul, ol, li, blockquote, input select, textarea, pre, .tekst_wrap, .aa-suggestion {
  font-size: 18px;
  font-size: 1.5rem; }
@media (min-width: 900px) {
    p, a, ul, ol, li, blockquote, input select, textarea, pre, .tekst_wrap, .aa-suggestion {
      font-size: 1rem; } }
@media (min-width: 1200px) {
    p, a, ul, ol, li, blockquote, input select, textarea, pre, .tekst_wrap, .aa-suggestion {
      font-size: 1rem; } }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas Kai';
  font-weight: normal;
  padding: 0 0 0 0;
  margin: 0 0 12px 0;
  margin: 0 0 1rem 0;
  letter-spacing: -0.3px;
  letter-spacing: -.025rem;
  word-break: break-word; }
h1 span.text_white, h2 span.text_white, h3 span.text_white, h4 span.text_white, h5 span.text_white, h6 span.text_white {
    color: white;
    text-shadow: 0px 0px 6.75px black;
    text-shadow: 0px 0px 0.5625rem black; }
h1 span.text_grey, h2 span.text_grey, h3 span.text_grey, h4 span.text_grey, h5 span.text_grey, h6 span.text_grey {
    color: #c6c6c6; }
h1.normal_font, h2.normal_font, h3.normal_font, h4.normal_font, h5.normal_font, h6.normal_font {
    font-family: 'Source Sans Pro';
    font-weight: 300; }
article h1, article h2, article h3, article h4, article h5, article h6 {
  padding-top: 12px;
  padding-top: 1rem; }
h1 {
  font-size: 48px;
  font-size: 4rem;
  margin-bottom: 24px;
  margin-bottom: 2rem;
  line-height: 1; }
h2 {
  font-size: 33px;
  font-size: 2.75rem; }
h3 {
  font-size: 24px;
  font-size: 2rem; }
h4 {
  font-size: 21.6px;
  font-size: 1.8rem; }
h5 {
  font-size: 20.4px;
  font-size: 1.7rem; }
h6 {
  font-size: 19.2px;
  font-size: 1.6rem; }
.hero__title {
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  padding: 0; }
.title__filter {
  font-size: 12px;
  font-size: 1rem;
  color: #005fab;
  font-weight: normal; }
.cb_title {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
  margin-bottom: .5rem; }
.title_minimal {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-size: 24px;
  font-size: 2rem;
  margin-top: 0; }
@media (min-width: 900px) {
    .title_minimal {
      font-size: 1.4rem; } }
.title_medium {
  font-size: 33px;
  font-size: 2.75rem;
  line-height: 33px;
  line-height: 2.75rem;
  margin-bottom: 0; }
.arrow_title {
  display: block;
  position: relative;
  margin: 0 0 1em 0;
  font-weight: 300;
  line-height: 1.2;
  color: #005fab;
  text-transform: none;
  font-weight: 300; }
.arrow_title .icon_arrow {
    background-image: url(/wp-content/themes/knmv/img/chevron-right-blue.png);
    background-image: url(/wp-content/themes/knmv/img/chevron-right-blue.svg);
    width: .6em;
    height: 1em;
    position: absolute;
    margin-left: 5px; }
.striped_title {
  display: block;
  color: #c6c6c6;
  font-weight: bold;
  font-size: 12px;
  font-size: 1rem;
  padding: 18px 0 0 0;
  padding: 1.5rem 0 0 0;
  margin-top: 12px;
  margin-top: 1rem;
  margin-bottom: 12px;
  margin-bottom: 1rem; }
.striped_title.top {
    margin-top: -18px;
    margin-top: -1.5rem; }
.striped_title:after {
    content: "";
    display: table;
    clear: both; }
.striped_title span {
    padding-right: 12px;
    padding-right: 1rem;
    float: left; }
.striped_title hr {
    border: 0.75px solid #c6c6c6;
    border: 0.0625rem solid #c6c6c6;
    border-width: 1.5px 0 0 0;
    border-width: 0.125rem 0 0 0;
    margin-top: 8.399px;
    margin-top: .70rem; }
.striped_title .icon_arrow {
    background-image: url(/wp-content/themes/knmv/img/chevron-right-grey.png);
    background-image: url(/wp-content/themes/knmv/img/chevron-right-grey.svg);
    width: 7.8px;
    width: .65rem;
    height: 12px;
    height: 1rem;
    margin-left: 3.599px;
    margin-left: .3rem;
    margin-top: 0.75px;
    margin-top: 0.0625rem; }
.striped_title.head_font {
    font-family: 'Bebas Kai';
    font-weight: normal;
    font-size: 18.6px;
    font-size: 1.55rem; }
.striped_title.as_cb_title span {
    color: black;
    font-size: 18.6px;
    font-size: 1.55rem;
    font-weight: normal;
    line-height: 1.05em;
    padding-right: 6px;
    padding-right: .5rem; }
.striped_title.as_cb_title hr {
    margin-top: 10.2px;
    margin-top: .85rem;
    border-color: black; }
.striped_title.right_aligned span {
    padding-right: 0;
    padding-left: 12px;
    padding-left: 1rem;
    float: right; }
.striped_title.tag_higlight span {
    background-color: rgba(26, 18, 2, .8);
    padding: 4.8px 12px;
    padding: .4rem 1rem;
    margin-right: 12px;
    margin-right: 1rem;
    font-size: 12px;
    font-size: 1rem;
    color: white; }
.striped_title.tag_higlight hr {
    margin-top: 12px;
    margin-top: 1rem; }
.striped__title {
  position: relative;
  display: inline-block;
  background-color: white;
  z-index: 2;
  padding-right: 6px;
  padding-right: .5rem;
  margin-bottom: 24px;
  margin-bottom: 2rem; }
.striped__title:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 7.199px;
    top: .6rem;
    left: 0;
    right: 0;
    min-width: 30px;
    height: 1px;
    border-top: 2px solid black;
    z-index: -1; }
.gform_title {
  color: #005fab;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 100 !important;
  text-transform: none !important; }
.gfield_label {
  font-weight: 400 !important;
  margin-bottom: 0 !important; }
.gfield_required {
  color: #ff9400 !important; }
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0 !important; }
p {
  line-height: 1.5;
  color: #1a1202;
  font-weight: 300;
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }
@media (max-width: 899px) {
    p {
      font-weight: 400; } }
p.introtext {
    font-size: 21.6px;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 400; }
@media (min-width: 900px) {
      p.introtext {
        font-size: 1.285rem; } }
@media (min-width: 1200px) {
      p.introtext {
        font-size: 1.125rem; } }
.text_orange {
  color: #ff9400; }
hr {
  border: 0;
  height: 1px;
  background: #e7e7e7;
  margin: .5em 0; }
.author_spacer {
  margin: 2em 0;
  font-size: .75em;
  line-height: 24px;
  line-height: 2rem;
  text-transform: uppercase;
  font-weight: 400; }
.author_spacer span {
    text-transform: none;
    font-weight: 300; }
.author_spacer .author_spacer_likes,
  .author_spacer .author_photo_description {
    float: right;
    font-size: 1em; }
.author_spacer .author_spacer_likes strong,
    .author_spacer .author_photo_description strong {
      font-weight: normal; }
.author_spacer .author_spacer_likes .thumbs-up {
    display: inline-block;
    width: 12px;
    width: 1rem;
    height: 12px;
    height: 1rem;
    margin-right: 3px;
    margin-top: 2px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(/wp-content/themes/knmv/img/ThumbsUp-Small.png); }
.type__spacer {
  display: block;
  margin: 2em 0;
  width: 100%; }
.type__spacer:after {
    display: block;
    content: ' ';
    width: 80px;
    background-color: #1a1202;
    height: 2px; }
@media (min-width: 600px) {
      .type__spacer:after {
        width: 120px;
        height: 3px; } }
@media (min-width: 900px) {
      .type__spacer:after {
        width: 160px;
        height: 4px; } }
@media (min-width: 1200px) {
      .type__spacer:after {
        width: 200px; } }
.type__spacer.text_white:after {
    background-color: white; }
.type__spacer.text_grey:after {
    background-color: #c6c6c6; }
button,
input,
optgroup,
select,
textarea, html input[type="button"],
input[type="reset"],
input[type="submit"], button[disabled],
html input[disabled], button::-moz-focus-inner,
input::-moz-focus-inner, input[type="checkbox"],
input[type="radio"], input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button, input[type="search"], input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  border: none;
  outline: none;
  outline-style: none;
  -webkit-appearance: none;
  background-image: none;
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0px; }
input, select, textarea {
  padding: .7em;
  border: 1px solid;
  border-color: #e7e7e7;
  background-color: #f9f9f9;
  color: #005fab;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer;
  margin-bottom: 1em;
  max-width: 100%; }
#export-group textarea {
  min-height: 500px; }
#event-filter-datum-van,
#event-filter-datum-tot,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* remove default arrow */
  background-image: url(/wp-content/themes/knmv/img/chevron-right-blue.png);
  background-image: url(/wp-content/themes/knmv/img/chevron-right-blue.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 12px;
  padding: .7em 3em .7em .7em;
  border-radius: 0;
  border-color: #e7e7e7;
  border-left: none;
  border-right: none;
  background-color: white; }
#event-filter-datum-van,
#event-filter-datum-tot {
  border-color: #005fab;
  border-left: 1px solid #005fab;
  border-right: 1px solid #005fab;
  background-image: url(/wp-content/themes/knmv/img/calendar-blue.png);
  background-image: url(/wp-content/themes/knmv/img/calendar-blue.svg); }
textarea {
  width: 100%; }
label, input[type="checkbox"], input[type="radio"] {
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 1em; }
input[type="checkbox"], input[type="radio"] {
  position: relative;
  margin-left: 6px;
  margin-left: .5rem;
  margin-right: 6px;
  margin-right: .5rem;
  margin-top: 12px !important;
  margin-top: 1rem !important;
  outline: none; }
.gfield_checkbox ul li input {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
.radio_horizontal .gfield_radio li {
  display: inline-block;
  margin-left: 12px !important;
  margin-left: 1rem !important; }
.radio_horizontal .gfield_radio li:first-of-type {
    margin-left: 0 !important; }
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }
body.page ol, body.single ol {
  padding-left: 10.8px;
  padding-left: .9rem;
  margin-bottom: 12px;
  margin-bottom: 1rem; }
body.page ol li, body.single ol li {
    padding-left: 3.599px;
    padding-left: .3rem;
    list-style: decimal; }
body.page ul:not(.acf-checkbox-list), body.single ul:not(.acf-checkbox-list) {
  list-style: none;
  padding-left: 14.399px;
  padding-left: 1.2rem;
  margin-bottom: 12px;
  margin-bottom: 1rem; }
body.page ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield), body.single ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield) {
    position: relative; }
body.page ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield):before, body.single ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield):before {
      content: '\2022';
      text-align: left;
      display: inline-block;
      position: absolute;
      left: -14.399px;
      left: -1.2rem;
      top: 0;
      width: 14.399px;
      width: 1.2rem;
      height: 100%; }
body.page ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield).vinkje, body.page ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield).vinkje_big, body.single ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield).vinkje, body.single ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield).vinkje_big {
      list-style: none;
      position: relative; }
body.page ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield).vinkje:before, body.page ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield).vinkje_big:before, body.single ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield).vinkje:before, body.single ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield).vinkje_big:before {
        display: inline-block;
        position: absolute;
        left: -14.399px;
        left: -1.2rem;
        top: 0;
        width: 14.399px;
        width: 1.2rem;
        height: 100%;
        content: ' ';
        background-image: url(/wp-content/themes/knmv/img/android-checkmark-circle-white.png);
        background-image: url(/wp-content/themes/knmv/img/android-checkmark-circle-white.svg);
        background-size: 77%;
        background-repeat: no-repeat;
        background-position: 0 8px; }
@media (max-width: 899px) {
        body.page ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield).vinkje, body.page ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield).vinkje_big, body.single ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield).vinkje, body.single ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield).vinkje_big {
          padding-left: 7px; } }
body.page ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield).vinkje_big, body.single ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield).vinkje_big {
      font-size: 150%; }
body.page ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield).vinkje_big:before, body.single ul:not(.acf-checkbox-list) li:not(.menu-item):not(.gfield).vinkje_big:before {
        left: -17.4px;
        left: -1.45rem;
        background-size: 100%; }
ul.acf-radio-list li input[type="checkbox"], ul.acf-radio-list li input[type="radio"], ul.acf-checkbox-list li input[type="checkbox"], ul.acf-checkbox-list li input[type="radio"] {
  vertical-align: baseline !important;
  vertical-align: initial !important; }
pre {
  margin-bottom: 18px;
  margin-bottom: 1.5rem; }
.nav-links {
  text-align: center; }
.nav-links .page-numbers {
    display: inline-block;
    position: relative;
    padding: .4em .8em;
    text-decoration: none;
    color: #005fab; }
.nav-links .page-numbers:before {
      content: ' ';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: 1px solid #005fab; }
.nav-links .page-numbers.current {
      background-color: #ff9400;
      color: white;
      font-weight: bold; }
.nav-links .page-numbers.current:before {
        border: 1px solid #ff9400; }
.nav-links .prev, .nav-links .next {
    width: auto;
    padding: .4em .8em;
    border: 1px solid #005fab; }
.nav-links .prev:after, .nav-links .prev:before, .nav-links .next:after, .nav-links .next:before {
      border: none; }
.nav-links .prev {
    float: left;
    display: block;
    padding-left: 21px;
    padding-left: 1.75rem; }
.nav-links .prev:before {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 18px;
      width: 1.5rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: .65rem;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      background-image: url(/wp-content/themes/knmv/img/chevron-right-blue.png);
      background-image: url(/wp-content/themes/knmv/img/chevron-right-blue.svg); }
.nav-links .next {
    float: right;
    padding-right: 1.75em; }
.nav-links .next:after {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 18px;
      width: 1.5rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: .65rem;
      background-image: url(/wp-content/themes/knmv/img/chevron-right-blue.png);
      background-image: url(/wp-content/themes/knmv/img/chevron-right-blue.svg); }
#breadcrumbs {
  font-size: 21.6px;
  font-size: 1.8rem;
  color: #7c7c7c;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.6; }
@media (min-width: 1200px) {
    #breadcrumbs {
      font-size: 1.125rem; } }
#breadcrumbs a {
    color: #7c7c7c;
    line-height: 1.6;
    font-weight: 400;
    font-size: 21.6px;
    font-size: 1.8rem; }
@media (min-width: 1200px) {
      #breadcrumbs a {
        font-size: 1.125rem; } }
#breadcrumbs .icon.next {
    vertical-align: middle;
    margin-left: 6px;
    margin-right: 6px;
    width: 12px;
    width: 1rem;
    height: 12px;
    height: 1rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .9rem;
    background-image: url(/wp-content/themes/knmv/img/chevron-right-grey.png);
    background-image: url(/wp-content/themes/knmv/img/chevron-right-grey.svg); }
@media (min-width: 1200px) {
      #breadcrumbs .icon.next {
        width: .6rem;
        height: .6rem;
        background-size: .65rem; } }
h1 + p#breadcrumbs {
  margin-top: 0;
  margin-bottom: 24px;
  margin-bottom: 2rem; }
@media (min-width: 1200px) {
  .align_with_article {
    margin-left: auto;
    margin-right: auto;
    max-width: 52rem;
    padding: 0 2rem; } }
.nieuws__items {
  padding: 1em 18px;
  padding: 1em 1.5rem; }
.nieuws__items::-webkit-scrollbar {
    display: none; }
.related_news .nieuws__items,
  body.blog .nieuws__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 0 1em 0;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-padding: 1.5rem; }
.related_news .nieuws__items:after,
    body.blog .nieuws__items:after {
      content: '';
      display: block;
      position: relative;
      height: 18px;
      height: 1.5rem;
      width: 18px;
      width: 1.5rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 18px;
              flex: 0 0 18px;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem; }
.related_news .nieuws__items .nieuws__item,
    body.blog .nieuws__items .nieuws__item {
      scroll-snap-stop: always; }
.nieuws__items:not(.hor_scroll) .nieuws__item:not(:first-of-type) {
  margin-top: 1em; }
.nieuws__item {
  display: block;
  position: relative;
  background-color: white;
  -webkit-box-shadow: 2pt 4pt 6pt rgba(0, 0, 0, .1);
          box-shadow: 2pt 4pt 6pt rgba(0, 0, 0, .1); }
.related_news .nieuws__item,
  body.blog .nieuws__item {
    width: 85vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85vw;
            flex: 0 0 85vw;
    margin-left: 8px;
    scroll-snap-align: start; }
.related_news .nieuws__item:first-of-type,
    body.blog .nieuws__item:first-of-type {
      margin-left: 18px;
      margin-left: 1.5rem; }
.nieuws__item .nieuws__item_header_image {
    display: block;
    position: relative;
    height: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f9f9f9;
    background-position-y: 33%; }
.nieuws__item .nieuws__item_header_image .nieuws__item_image_link {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
.nieuws__item .nieuws__item_tag {
    position: absolute;
    left: 0;
    bottom: -.75em;
    bottom: -1.15em;
    background-color: rgba(26, 18, 2, .8);
    color: white;
    font-weight: bold;
    font-size: 1em;
    line-height: .75;
    padding: .6em 1em; }
.nieuws__item .nieuws__item_tag a {
      color: white;
      line-height: 1;
      font-size: 1em; }
.nieuws__item .nieuws__item_title {
    display: block;
    position: relative;
    margin: 0;
    padding: 1.8em 1.5em 1em 1.5em;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.2;
    color: #005fab; }
.nieuws__item .nieuws__item_title .icon_arrow {
      background-image: url(/wp-content/themes/knmv/img/app/arr@3x-blue.png);
      width: .6em;
      height: .9em;
      position: absolute;
      margin-left: 10px;
      margin-top: .3em; }
.event__all_items_link {
  display: none; }
@media (max-width: 899px) {
  .event__items .beschikbare_plaatsen_wrapper {
    text-align: center; } }
.event__items .beschikbare_plaatsen {
  font-size: 1em; }
.event__items .icon_people {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 1.1em;
  height: 1.2em;
  margin-right: .3em;
  position: relative;
  top: 2px;
  background-image: url(/wp-content/themes/knmv/img/people.png);
  background-image: url(/wp-content/themes/knmv/img/people.svg); }
.cb__1col_evenement .event__items .event__item, .cb__1col_evenement .document__items .event__item, .cb__1col_document .event__items .event__item, .cb__1col_document .document__items .event__item {
  background-color: white; }
.event__items .event__item, .event__items .document__item, .document__items .event__item, .document__items .document__item {
  position: relative;
  padding: 16px 16px;
  background-color: white; }
.event__items .event__item .inschrijflink, .event__items .document__item .inschrijflink, .document__items .event__item .inschrijflink, .document__items .document__item .inschrijflink {
    display: none; }
.event__items .event__item:not(:first-of-type), .event__items .document__item:not(:first-of-type), .document__items .event__item:not(:first-of-type), .document__items .document__item:not(:first-of-type) {
    margin-top: 1px; }
@media (max-width: 899px) {
    .event__items .event__item, .event__items .document__item, .document__items .event__item, .document__items .document__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
.event__items .event__item .event__item_date_data, .event__items .event__item .document__icon, .event__items .document__item .event__item_date_data, .event__items .document__item .document__icon, .document__items .event__item .event__item_date_data, .document__items .event__item .document__icon, .document__items .document__item .event__item_date_data, .document__items .document__item .document__icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50px;
    height: 50px;
    border: 1px solid #005fab;
    color: #005fab;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.event__items .event__item .event__item_date_data.meerdaags, .event__items .event__item .document__icon.meerdaags, .event__items .document__item .event__item_date_data.meerdaags, .event__items .document__item .document__icon.meerdaags, .document__items .event__item .event__item_date_data.meerdaags, .document__items .event__item .document__icon.meerdaags, .document__items .document__item .event__item_date_data.meerdaags, .document__items .document__item .document__icon.meerdaags {
      padding-bottom: 1em; }
.event__items .event__item .event__item_date_data .event_day, .event__items .event__item .document__icon .event_day, .event__items .document__item .event__item_date_data .event_day, .event__items .document__item .document__icon .event_day, .document__items .event__item .event__item_date_data .event_day, .document__items .event__item .document__icon .event_day, .document__items .document__item .event__item_date_data .event_day, .document__items .document__item .document__icon .event_day {
      font-size: 1.5em;
      font-weight: bold;
      line-height: 1; }
.event__items .event__item .event__item_date_data .event_month_year, .event__items .event__item .document__icon .event_month_year, .event__items .document__item .event__item_date_data .event_month_year, .event__items .document__item .document__icon .event_month_year, .document__items .event__item .event__item_date_data .event_month_year, .document__items .event__item .document__icon .event_month_year, .document__items .document__item .event__item_date_data .event_month_year, .document__items .document__item .document__icon .event_month_year {
      font-size: .5em;
      line-height: 1;
      font-weight: normal;
      text-transform: uppercase; }
.event__items .event__item .event__item_date_data .event_meerdaags, .event__items .event__item .document__icon .event_meerdaags, .event__items .document__item .event__item_date_data .event_meerdaags, .event__items .document__item .document__icon .event_meerdaags, .document__items .event__item .event__item_date_data .event_meerdaags, .document__items .event__item .document__icon .event_meerdaags, .document__items .document__item .event__item_date_data .event_meerdaags, .document__items .document__item .document__icon .event_meerdaags {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: #005fab;
      color: white;
      text-align: center;
      font-size: .6em;
      font-weight: bold; }
.event__items .event__item .document__icon, .event__items .document__item .document__icon, .document__items .event__item .document__icon, .document__items .document__item .document__icon {
    border: none;
    color: #1a1202;
    background-image: url("/wp-content/themes/knmv/img/document.svg");
    background-repeat: no-repeat;
    background-position: center center; }
@media (max-width: 899px) {
    .event__items .event__item, .event__items .document__item, .document__items .event__item, .document__items .document__item {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
.event__items .event__item .event_description, .event__items .event__item .document_description, .event__items .document__item .event_description, .event__items .document__item .document_description, .document__items .event__item .event_description, .document__items .event__item .document_description, .document__items .document__item .event_description, .document__items .document__item .document_description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%;
    padding: 0 1em; }
@media (min-width: 1200px) {
      .event__items .event__item .event_description, .event__items .event__item .document_description, .event__items .document__item .event_description, .event__items .document__item .document_description, .document__items .event__item .event_description, .document__items .event__item .document_description, .document__items .document__item .event_description, .document__items .document__item .document_description {
        padding: .5em 2em; } }
.event__items .event__item .event_description .event_title p, .event__items .event__item .event_description .event_location p, .event__items .event__item .event_description .document_title p, .event__items .event__item .event_description .document_location p, .event__items .event__item .document_description .event_title p, .event__items .event__item .document_description .event_location p, .event__items .event__item .document_description .document_title p, .event__items .event__item .document_description .document_location p, .event__items .document__item .event_description .event_title p, .event__items .document__item .event_description .event_location p, .event__items .document__item .event_description .document_title p, .event__items .document__item .event_description .document_location p, .event__items .document__item .document_description .event_title p, .event__items .document__item .document_description .event_location p, .event__items .document__item .document_description .document_title p, .event__items .document__item .document_description .document_location p, .document__items .event__item .event_description .event_title p, .document__items .event__item .event_description .event_location p, .document__items .event__item .event_description .document_title p, .document__items .event__item .event_description .document_location p, .document__items .event__item .document_description .event_title p, .document__items .event__item .document_description .event_location p, .document__items .event__item .document_description .document_title p, .document__items .event__item .document_description .document_location p, .document__items .document__item .event_description .event_title p, .document__items .document__item .event_description .event_location p, .document__items .document__item .event_description .document_title p, .document__items .document__item .event_description .document_location p, .document__items .document__item .document_description .event_title p, .document__items .document__item .document_description .event_location p, .document__items .document__item .document_description .document_title p, .document__items .document__item .document_description .document_location p {
      margin: 0;
      padding: 0;
      font-size: 1em;
      line-height: 1.25; }
.event__items .event__item .event_description .event_title p, .event__items .event__item .event_description .document_title p, .event__items .event__item .document_description .event_title p, .event__items .event__item .document_description .document_title p, .event__items .document__item .event_description .event_title p, .event__items .document__item .event_description .document_title p, .event__items .document__item .document_description .event_title p, .event__items .document__item .document_description .document_title p, .document__items .event__item .event_description .event_title p, .document__items .event__item .event_description .document_title p, .document__items .event__item .document_description .event_title p, .document__items .event__item .document_description .document_title p, .document__items .document__item .event_description .event_title p, .document__items .document__item .event_description .document_title p, .document__items .document__item .document_description .event_title p, .document__items .document__item .document_description .document_title p {
      color: #005fab;
      font-weight: normal; }
.event__items .event__item .event_description .event_location .icon_location, .event__items .event__item .event_description .event_location .icon_document, .event__items .event__item .event_description .event_location .icon_time, .event__items .event__item .event_description .document_location .icon_location, .event__items .event__item .event_description .document_location .icon_document, .event__items .event__item .event_description .document_location .icon_time, .event__items .event__item .document_description .event_location .icon_location, .event__items .event__item .document_description .event_location .icon_document, .event__items .event__item .document_description .event_location .icon_time, .event__items .event__item .document_description .document_location .icon_location, .event__items .event__item .document_description .document_location .icon_document, .event__items .event__item .document_description .document_location .icon_time, .event__items .document__item .event_description .event_location .icon_location, .event__items .document__item .event_description .event_location .icon_document, .event__items .document__item .event_description .event_location .icon_time, .event__items .document__item .event_description .document_location .icon_location, .event__items .document__item .event_description .document_location .icon_document, .event__items .document__item .event_description .document_location .icon_time, .event__items .document__item .document_description .event_location .icon_location, .event__items .document__item .document_description .event_location .icon_document, .event__items .document__item .document_description .event_location .icon_time, .event__items .document__item .document_description .document_location .icon_location, .event__items .document__item .document_description .document_location .icon_document, .event__items .document__item .document_description .document_location .icon_time, .document__items .event__item .event_description .event_location .icon_location, .document__items .event__item .event_description .event_location .icon_document, .document__items .event__item .event_description .event_location .icon_time, .document__items .event__item .event_description .document_location .icon_location, .document__items .event__item .event_description .document_location .icon_document, .document__items .event__item .event_description .document_location .icon_time, .document__items .event__item .document_description .event_location .icon_location, .document__items .event__item .document_description .event_location .icon_document, .document__items .event__item .document_description .event_location .icon_time, .document__items .event__item .document_description .document_location .icon_location, .document__items .event__item .document_description .document_location .icon_document, .document__items .event__item .document_description .document_location .icon_time, .document__items .document__item .event_description .event_location .icon_location, .document__items .document__item .event_description .event_location .icon_document, .document__items .document__item .event_description .event_location .icon_time, .document__items .document__item .event_description .document_location .icon_location, .document__items .document__item .event_description .document_location .icon_document, .document__items .document__item .event_description .document_location .icon_time, .document__items .document__item .document_description .event_location .icon_location, .document__items .document__item .document_description .event_location .icon_document, .document__items .document__item .document_description .event_location .icon_time, .document__items .document__item .document_description .document_location .icon_location, .document__items .document__item .document_description .document_location .icon_document, .document__items .document__item .document_description .document_location .icon_time {
      display: inline-block;
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: contain;
      width: .65em;
      height: 1em;
      margin-right: .3em;
      margin-top: 1px; }
.event__items .event__item .event_description .event_location .icon_location, .event__items .event__item .event_description .document_location .icon_location, .event__items .event__item .document_description .event_location .icon_location, .event__items .event__item .document_description .document_location .icon_location, .event__items .document__item .event_description .event_location .icon_location, .event__items .document__item .event_description .document_location .icon_location, .event__items .document__item .document_description .event_location .icon_location, .event__items .document__item .document_description .document_location .icon_location, .document__items .event__item .event_description .event_location .icon_location, .document__items .event__item .event_description .document_location .icon_location, .document__items .event__item .document_description .event_location .icon_location, .document__items .event__item .document_description .document_location .icon_location, .document__items .document__item .event_description .event_location .icon_location, .document__items .document__item .event_description .document_location .icon_location, .document__items .document__item .document_description .event_location .icon_location, .document__items .document__item .document_description .document_location .icon_location {
      background-image: url(/wp-content/themes/knmv/img/map-marker.png);
      background-image: url(/wp-content/themes/knmv/img/map-marker.svg); }
.event__items .event__item .event_description .event_location .icon_time, .event__items .event__item .event_description .document_location .icon_time, .event__items .event__item .document_description .event_location .icon_time, .event__items .event__item .document_description .document_location .icon_time, .event__items .document__item .event_description .event_location .icon_time, .event__items .document__item .event_description .document_location .icon_time, .event__items .document__item .document_description .event_location .icon_time, .event__items .document__item .document_description .document_location .icon_time, .document__items .event__item .event_description .event_location .icon_time, .document__items .event__item .event_description .document_location .icon_time, .document__items .event__item .document_description .event_location .icon_time, .document__items .event__item .document_description .document_location .icon_time, .document__items .document__item .event_description .event_location .icon_time, .document__items .document__item .event_description .document_location .icon_time, .document__items .document__item .document_description .event_location .icon_time, .document__items .document__item .document_description .document_location .icon_time {
      margin-left: 4px;
      background-image: url(/wp-content/themes/knmv/img/clock.png);
      background-image: url(/wp-content/themes/knmv/img/clock.svg); }
.event__items .event__item .document_description, .event__items .document__item .document_description, .document__items .event__item .document_description, .document__items .document__item .document_description {
    padding: 0 1em; }
.event__items .event__item .event_button, .event__items .event__item .document_button, .event__items .document__item .event_button, .event__items .document__item .document_button, .document__items .event__item .event_button, .document__items .event__item .document_button, .document__items .document__item .event_button, .document__items .document__item .document_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.event__items .event__item .event_button > a.button, .event__items .event__item .document_button > a.button, .event__items .document__item .event_button > a.button, .event__items .document__item .document_button > a.button, .document__items .event__item .event_button > a.button, .document__items .event__item .document_button > a.button, .document__items .document__item .event_button > a.button, .document__items .document__item .document_button > a.button {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      border: none;
      background-color: transparent;
      text-indent: 200%;
      padding: 22px 30px;
      margin: 0; }
.event__items .event__item .event_button > a.button:after, .event__items .event__item .document_button > a.button:after, .event__items .document__item .event_button > a.button:after, .event__items .document__item .document_button > a.button:after, .document__items .event__item .event_button > a.button:after, .document__items .event__item .document_button > a.button:after, .document__items .document__item .event_button > a.button:after, .document__items .document__item .document_button > a.button:after {
        width: 14px;
        background-image: url(/wp-content/themes/knmv/img/chevron-right-blue.png);
        background-image: url(/wp-content/themes/knmv/img/chevron-right-blue.svg); }
/* Custom label color */
.events_custom_label_blue span {
  color: #005fab; }
.events_custom_label_blue hr {
  border-color: #005fab; }
.events_custom_label_blue .icon_arrow {
  background-image: url(/wp-content/themes/knmv/img/chevron-right-blue.svg); }
#event-filter a.button:after,
.cb__evenement_filter a.button.filter.open_filter:after,
.visible-filters a.button:after {
  content: normal; }
.cb__evenement_filter {
  display: block;
  position: relative;
  padding: 0 1.5em;
  z-index: 3; }
@media (min-width: 600px) {
    .cb__evenement_filter {
      padding: 0 2em; } }
@media (min-width: 900px) {
    .cb__evenement_filter {
      margin: 0 auto;
      max-width: 72rem; } }
.cb__evenement_filter input, .cb__evenement_filter select, .cb__evenement_filter textarea {
    margin-bottom: 0;
    background-color: white;
    border-color: #005fab;
    font-size: .8em;
    margin-bottom: 6px;
    margin-bottom: .5rem; }
@media (min-width: 900px) {
      .cb__evenement_filter input, .cb__evenement_filter select, .cb__evenement_filter textarea {
        font-size: 1em; } }
.cb__evenement_filter select {
    border-color: #e7e7e7; }
.cb__evenement_filter input[type="date"] {
    width: 50%; }
@media (min-width: 900px) {
      .cb__evenement_filter input[type="date"] {
        width: auto; } }
.cb__evenement_filter a.button {
    margin-bottom: 6px;
    margin-bottom: .5rem; }
.cb__evenement_filter a.button.filter.open_filter {
    margin-top: 30px;
    margin-top: 2.5rem; }
.cb__evenement_filter a.button.filter.open_filter.disabled {
      display: none; }
.cb__evenement_filter .visible-filters {
    margin: 0;
    background-color: #005fab;
    position: absolute;
    left: 24px;
    left: 2rem;
    right: 24px;
    right: 2rem;
    top: -37.2px;
    top: -3.1rem; }
@media (min-width: 900px) {
      .cb__evenement_filter .visible-filters {
        top: -2.65rem; } }
@media (min-width: 1200px) {
      .cb__evenement_filter .visible-filters {
        top: -2.7rem; } }
.cb__evenement_filter .visible-filters .button {
      border-color: #005fab;
      background-color: #005fab;
      color: white;
      margin-bottom: 0; }
.cb__evenement_filter .visible-filters .button.active {
        background-color: #0070c5; }
@media (max-width: 899px) {
        .cb__evenement_filter .visible-filters .button.filter {
          display: none; }
          .cb__evenement_filter .visible-filters .button.filter.allscreens {
            display: inline-block; } }
.cb__evenement_filter #event-filter {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(26, 18, 2, .2);
            box-shadow: 0px 0px 30px 0px rgba(26, 18, 2, .2);
    display: none;
    margin-left: -2em;
    margin-right: -2em;
    padding: 2em; }
.cb__evenement_filter #event-filter.active {
      display: block; }
.cb__evenement_filter #event-filter.active .filter-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: .5em 0; }
@media (min-width: 900px) {
          .cb__evenement_filter #event-filter.active .filter-row {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row; } }
.cb__evenement_filter #event-filter.active .filter-row.event-klasse-filter {
          visibility: hidden; }
.cb__evenement_filter #event-filter.active .filter-row.event-klasse-filter.active {
            visibility: visible; }
.cb__evenement_filter #event-filter.active .filter-row .filter-title, .cb__evenement_filter #event-filter.active .filter-row .title__filter {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          padding-top: 6px;
          padding-top: .5rem;
          padding-bottom: 6px;
          padding-bottom: .5rem; }
@media (min-width: 900px) {
            .cb__evenement_filter #event-filter.active .filter-row .filter-title, .cb__evenement_filter #event-filter.active .filter-row .title__filter {
              -ms-flex-negative: 1;
                  flex-shrink: 1;
              -ms-flex-preferred-size: auto;
                  flex-basis: auto;
              padding-top: .8rem;
              padding-bottom: 0rem; } }
@media (min-width: 900px) {
          .cb__evenement_filter #event-filter.active .filter-row .filter-title {
            -ms-flex-preferred-size: 120px;
                flex-basis: 120px; } }
.cb__evenement_filter #event-filter.active .filter-row .filters {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
@media (min-width: 900px) {
            .cb__evenement_filter #event-filter.active .filter-row .filters {
              -webkit-box-flex: 1;
                  -ms-flex-positive: 1;
                      flex-grow: 1;
              -ms-flex-negative: 1;
                  flex-shrink: 1;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
.cb__evenement_filter #event-filter.active .filter-row .filters .button, .cb__evenement_filter #event-filter.active .filter-row .filters input, .cb__evenement_filter #event-filter.active .filter-row .filters select, .cb__evenement_filter #event-filter.active .filter-row .filters span {
            margin-right: 12px;
            margin-right: 1rem; }
.cb__evenement_filter #event-filter.active .filter-row .filters #event-search {
            background-color: #ff9400;
            border-color: #ff9400;
            color: white; }
.cb__evenement_filter .striped_title {
    color: #1a1202;
    text-transform: uppercase;
    margin: 0 0 2em 0; }
.cb__evenement_filter .striped_title hr {
      border-color: #1a1202; }
.cb__evenement_filter .striped_title #event_count {
      padding-right: .5em; }
.cb__evenement_filter #load-events {
    margin-bottom: 3em; }
.evenement__info,
.evenement__contactgegevens,
.evenement__locatie {
  margin-bottom: 48px;
  margin-bottom: 4rem; }
.evenement__info {
  border: 1px solid black;
  padding: 24px;
  padding: 2rem; }
.evenement__info .button {
    margin-top: 24px;
    margin-top: 2rem;
    background-color: #ff9400;
    border-color: #ff9400;
    color: white; }
.evenement__info .button:after {
      content: ' ';
      background-image: url(/wp-content/themes/knmv/img/chevron-right-white.png);
      background-image: url(/wp-content/themes/knmv/img/chevron-right-white.svg); }
.evenement_info_box {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1em;
  width: 45%;
  max-width: 45%;
  word-break: break-word; }
@media (min-width: 600px) {
    .evenement_info_box {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 33%;
      max-width: 33%; } }
.evenement_info_box p {
    margin: 0; }
.evenement_info_box strong {
    color: #005fab; }
.evenement__documents {
  margin-bottom: 48px;
  margin-bottom: 4rem; }
.evenement__documents::after {
    content: "";
    display: table;
    clear: both; }
.evenement_doc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-bottom: 1em;
  padding-right: 20px;
  width: 50%;
  word-break: break-all; }
.evenement_doc:nth-of-type(odd) {
    clear: left; }
.evenement_doc_title {
  color: #005fab;
  display: block;
  margin-bottom: .2em; }
.evenement_doc_file {
  background: url(/wp-content/themes/knmv/img/file-doc.svg) no-repeat 0 0;
  background-size: 1.2em 1.2em;
  display: block;
  padding-left: 25px; }
.evenement_doc_file_pdf {
  background-image: url(/wp-content/themes/knmv/img/file-pdf.svg); }
.evenement_doc_file_doc {
  background-image: url(/wp-content/themes/knmv/img/file-word.svg); }
.evenement_doc_file_xls {
  background-image: url(/wp-content/themes/knmv/img/file-xls.svg); }
.evenement_doc_file_zip {
  background-image: url(/wp-content/themes/knmv/img/file-zip.svg); }
.evenement_doc_file_png,
.evenement_doc_file_jpg,
.evenement_doc_file_jpeg {
  background-image: url(/wp-content/themes/knmv/img/file-image.svg); }
@media (max-width: 599px) {
  .evenement_doc {
    width: 100%; } }
h2.title_minimal a {
  text-decoration: none;
  color: red; }
.thema__items {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.thema__items .thema__item {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 48%;
    border: 2px solid #f9f9f9;
    padding: 1.5em 1em;
    text-decoration: none;
    text-align: center;
    margin-bottom: 1em; }
@media (min-width: 600px) {
      .thema__items .thema__item {
        padding: 2em 1.5em; } }
@media (min-width: 900px) {
      .thema__items .thema__item {
        padding: 2.5em 2em; } }
@media (min-width: 1200px) {
      .thema__items .thema__item {
        padding: 3em; } }
.thema__items .thema__item .item_name {
      font-family: 'Source Sans Pro';
      font-size: .8em;
      font-weight: bold;
      color: #1a1202; }
.thema__items .thema__item .item_name img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100px;
        height: auto; }
@media (min-width: 600px) {
        .thema__items .thema__item .item_name {
          font-size: 1em; } }
@media (min-width: 900px) {
        .thema__items .thema__item .item_name {
          font-size: 1.1em; } }
@media (min-width: 1200px) {
        .thema__items .thema__item .item_name {
          font-size: 1.25em; } }
@media (min-width: 1200px) {
      .thema__items .thema__item {
        -webkit-transition: background-color .3s ease, border-color .3s ease, -webkit-transform .3s ease;
        transition: background-color .3s ease, border-color .3s ease, -webkit-transform .3s ease;
        transition: background-color .3s ease, transform .3s ease, border-color .3s ease;
        transition: background-color .3s ease, transform .3s ease, border-color .3s ease, -webkit-transform .3s ease; }
        .thema__items .thema__item:hover {
          background-color: #005fab;
          border-color: #005fab; }
          .thema__items .thema__item:hover .item_name {
            color: white; }
            .thema__items .thema__item:hover .item_name svg {
              fill: white; } }
@media (max-width: 899px) {
      .thema__items .thema__item:nth-of-type(2n+1) {
        margin-right: 2%; } }
@media (min-width: 900px) {
  .thema__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .thema__items .thema__item {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 33%;
              flex: 1 1 33%;
      -ms-flex: 1 1 calc(50% - 2rem);
          flex: 1 1 calc(50% - 2rem);
      width: auto;
      margin-bottom: 2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .thema__items .thema__item:not(:nth-of-type(2n+2)) {
      margin-right: 2rem; } }
.cb__tekstblok_highlighted {
  background-color: #005fab; }
.cb__tekstblok_highlighted .columns_2_even {
    padding: 3em 0;
    max-width: 936px;
    max-width: 78rem;
    margin: 0 auto; }
.cb__tekstblok_highlighted .columns_2_even:after {
      content: ' ';
      display: table;
      clear: both; }
@media (min-width: 600px) {
      .cb__tekstblok_highlighted .columns_2_even {
        padding: 4em 0; } }
.cb__tekstblok_highlighted .columns_2_even h1, .cb__tekstblok_highlighted .columns_2_even h2, .cb__tekstblok_highlighted .columns_2_even h3, .cb__tekstblok_highlighted .columns_2_even h4, .cb__tekstblok_highlighted .columns_2_even h5, .cb__tekstblok_highlighted .columns_2_even h6, .cb__tekstblok_highlighted .columns_2_even ul, .cb__tekstblok_highlighted .columns_2_even ol, .cb__tekstblok_highlighted .columns_2_even li, .cb__tekstblok_highlighted .columns_2_even p {
      color: white;
      font-weight: normal; }
.cb__tekstblok_highlighted .columns_2_even ul, .cb__tekstblok_highlighted .columns_2_even ol {
      font-size: 1.125em;
      line-height: 1.5;
      margin-top: 0;
      padding-top: 0; }
.cb__tekstblok_highlighted .columns_2_even .column_left {
      padding: 0 18px 0 18px;
      padding: 0 1.5rem 0 1.5rem; }
@media (min-width: 600px) {
        .cb__tekstblok_highlighted .columns_2_even .column_left {
          width: 50%;
          float: left;
          padding: 0 2rem 0 2rem; } }
.cb__tekstblok_highlighted .columns_2_even .column_right {
      padding: 18px 18px 0 18px;
      padding: 1.5rem 1.5rem 0 1.5rem; }
@media (min-width: 600px) {
        .cb__tekstblok_highlighted .columns_2_even .column_right {
          padding: 0 2em 0 2rem;
          width: 50%;
          float: right; } }
.cb__tekstblok_highlighted_with_priceblock {
  padding-bottom: 40px; }
.cb_priceblock {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
          box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  line-height: 100%;
  margin: -40px auto 0;
  max-width: 936px;
  max-width: 78rem;
  padding: 20px 0;
  position: relative;
  top: -30px;
  width: 100%; }
.cb_priceblock::after {
    content: "";
    display: table;
    clear: both; }
.cb_priceblock_link {
  display: inline-block;
  height: 100%;
  line-height: 100%; }
.cb_priceblock_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 20px 40px;
  position: relative;
  width: 50%; }
.cb_priceblock_item:nth-child(odd) {
    clear: left; }
.cb_priceblock_item .cb_priceblock_icon {
    height: auto;
    margin-top: -10px;
    margin-right: 20px;
    vertical-align: middle;
    width: 70px; }
.cb_priceblock_item .cb_priceblock_title {
    color: #005fab;
    font-size: 16.799px;
    font-size: 1.4rem; }
.cb_priceblock_item .cb_priceblock_info_icon {
    background: url(/wp-content/themes/knmv/img/info.png);
    background-image: url(/wp-content/themes/knmv/img/info.svg);
    background-size: contain;
    display: inline-block;
    height: 20px;
    margin-top: -2.4px;
    margin-top: -.2rem;
    vertical-align: middle;
    width: 20px; }
.cb_priceblock_item .cb_priceblock_info_icon:hover ~ .cb_priceblock_info {
      display: block; }
.cb_priceblock_item .cb_priceblock_info {
    clear: both;
    color: #005fab;
    display: none;
    font-size: 12px;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5; }
.cb_priceblock_item .cb_priceblock_prices {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    top: 6px;
    top: .5rem; }
.cb_priceblock_item .cb_priceblock_oldprice,
  .cb_priceblock_item .cb_priceblock_newprice {
    color: #fb0204;
    font-size: 33.599px;
    font-size: 2.8rem;
    font-weight: 600;
    margin-left: 12px;
    margin-left: 1rem;
    position: relative; }
.cb_priceblock_item .cb_priceblock_oldprice::after {
    content: '';
    display: inline-block;
    border-bottom: 3px solid #fb0204;
    width: 120%;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    position: absolute;
    top: 50%;
    left: -10%; }
.cb_priceblock_item .cb_priceblock_newprice {
    color: #ff9400; }
.cb_priceblock_item + .cb_priceblock_item:nth-child(even) {
  border-left: 3px solid #f3f4f5; }
/* Single price block */
.cb_priceblock-items-1 {
  max-width: 468px;
  max-width: 39rem; }
.cb_priceblock-items-1 .cb_priceblock_item {
    float: none;
    margin: 0 auto;
    width: 100%; }
@media (max-width: 599px) {
  .cb_priceblock {
    padding-bottom: 0px; }
  .cb_priceblock_item {
    border-left: none;
    border-bottom: 3px solid #f3f4f5;
    float: none;
    padding: 40px;
    margin: 0 auto;
    width: 100%;
    /* TEMP */ }
    .cb_priceblock_item:last-of-type {
      border-bottom: 0px; }
    .cb_priceblock_item .cb_priceblock_prices {
      clear: left;
      display: block;
      top: 1.2rem; }
    .cb_priceblock_item .cb_priceblock_oldprice,
    .cb_priceblock_item .cb_priceblock_newprice {
      margin-left: 0; }
    .cb_priceblock_item .cb_priceblock_oldprice + .cb_priceblock_newprice {
      margin-left: 1rem; }
    .cb_priceblock_item .cb_priceblock_info {
      font-size: 1.2rem;
      margin-top: 2.2em; }
    .cb_priceblock_item .cb_priceblock_info:hover::after {
      bottom: 5.5rem;
      font-size: 1.4rem;
      left: 40px; } }
.cb__call_to_action_blokjes {
  padding: 0 1.5em; }
@media (min-width: 600px) {
    .cb__call_to_action_blokjes {
      padding: 0 2em; } }
.cb__call_to_action_blokjes .call_to_item {
    position: relative;
    border: 2px solid #f9f9f9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 12px 0;
    margin: 0 0 1rem 0;
    max-width: 936px;
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto; }
@media (min-width: 600px) {
      .cb__call_to_action_blokjes .call_to_item {
        margin-bottom: 0; } }
.cb__call_to_action_blokjes .call_to_item .call_to_image {
      width: 100%; }
.cb__call_to_action_blokjes .call_to_item .call_to_text {
      padding: 30px 30px 42px 30px;
      padding: 2.5rem 2.5rem 3.5rem 2.5rem; }
.cb__call_to_action_blokjes .call_to_item .call_to_text .title_minimal {
        color: #005fab; }
.cb__call_to_action_blokjes .call_to_item .call_to_text .call_to_normal_link {
        display: block;
        position: absolute;
        left: 30px;
        left: 2.5rem;
        bottom: 15px;
        bottom: 1.25rem; }
.cb__call_to_action_blokjes .call_to_item .call_to_text .call_to_link {
        position: absolute;
        right: -2px;
        bottom: -2px;
        width: 36px;
        width: 3rem;
        height: 42px;
        height: 3.5rem;
        background-color: #ff9400;
        color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
.cb__call_to_action_blokjes .call_to_item .call_to_text .call_to_link .icon_arrow {
          background-image: url(/wp-content/themes/knmv/img/chevron-right-white.png);
          background-image: url(/wp-content/themes/knmv/img/chevron-right-white.svg);
          width: 10.2px;
          width: .85rem;
          height: 10.2px;
          height: .85rem; }
@media (min-width: 900px) {
  .cb__call_to_action_blokjes {
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto; }
    .cb__call_to_action_blokjes .call_to_item {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; }
  .cb__call_to_action_blokjes.col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cb__call_to_action_blokjes.col2 .call_to_item {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 33%;
              flex: 1 0 33%; }
    .cb__call_to_action_blokjes.col2 .call_to_item:not(:last-of-type) {
      margin-right: 3rem; }
  .cb__call_to_action_blokjes.col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cb__call_to_action_blokjes.col3 .call_to_item {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 20%;
              flex: 1 0 20%; }
    .cb__call_to_action_blokjes.col3 .call_to_item:not(:last-of-type) {
      margin-right: 3rem; } }
.cb__kennisbank {
  padding: 2em;
  max-width: 936px;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto; }
.cb__kennisbank ul {
    list-style: none;
    margin: 0;
    padding: 0; }
.cb__kennisbank ul li {
      margin: 0;
      padding: 1em; }
.cb__kennisbank ul li:nth-of-type(even) {
        background-color: #f5f5f5; }
.cb__kennisbank ul li:before, .cb__kennisbank ul li:after {
        content: normal; }
@media (min-width: 900px) {
  .cb__kennisbank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cb__kennisbank .kennisbank_items {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 30%;
              flex: 0 1 30%;
      -ms-flex: 0 0 calc(33.33333% - 3rem);
          flex: 0 0 calc(33.33333% - 3rem); }
    .cb__kennisbank .kennisbank_items:not(:nth-of-type(3n+3)) {
      margin-right: 3rem; }
    .cb__kennisbank.fullwidth .kennisbank_items {
      display: block; } }
.coureur__items .coureur__item {
  display: block;
  padding: 1.5em 0;
  overflow: hidden;
  position: relative;
  color: #1a1202; }
.coureur__items .coureur__item:first-of-type {
    padding-top: 0; }
.coureur__items .coureur__item:before {
    display: block;
    content: ' ';
    position: absolute;
    left: 102px;
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #c6c6c6; }
.coureur__items .coureur__item:last-of-type:before {
    border-bottom: none; }
.coureur__items .coureur__item .profile_img {
    display: block;
    position: relative;
    float: left;
    height: 82px;
    width: 82px;
    overflow: hidden;
    border-radius: 50%; }
.coureur__items .coureur__item .profile_img img {
      display: block;
      height: auto;
      width: 100%; }
.coureur__items .coureur__item .coureur_description {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    height: 82px;
    padding: 0 0 0 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.coureur__items .coureur__item .coureur_description .coureur_title {
      font-weight: bold;
      color: #005fab;
      line-height: 1.4em; }
.cb__documenten {
  margin: 36px auto 0;
  margin: 3rem auto 0;
  max-width: 936px;
  max-width: 78rem;
  padding: 0 18px;
  padding: 0 1.5rem; }
.document__all_items_link a {
  color: #c6c6c6;
  font-weight: bold; }
.cb__normaal_tekstblok img {
  max-width: 100%;
  height: auto; }
.cb__actie__tekst-btn {
  padding: 36px 0;
  padding: 3rem 0;
  background-color: #f9f9f9; }
.cb__actie__tekst-btn .inner {
    padding: 36px 36px;
    padding: 3rem 3rem;
    background-color: white; }
@media (min-width: 900px) {
      .cb__actie__tekst-btn .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
.cb__actie__tekst-btn .inner .btn_wrap {
      margin-top: 36px;
      margin-top: 3rem; }
@media (min-width: 900px) {
        .cb__actie__tekst-btn .inner .btn_wrap {
          text-align: right;
          margin-left: 2em;
          margin-top: 0; } }
.cb__actie__tekst-btn .inner .btn_wrap a {
        white-space: nowrap; }
.info_message, .gform_confirmation_message {
  background-color: #005fab;
  color: white;
  padding: 12px;
  padding: 1rem;
  margin: 24px 0;
  margin: 2rem 0; }
.single-kennisbank_post_type .info_message, .single-kennisbank_post_type .gform_confirmation_message {
    margin-top: 200px;
    border: 1px solid #7c7c7c;
    background-color: transparent; }
.single-kennisbank_post_type .info_message h3, .single-kennisbank_post_type .info_message p, .single-kennisbank_post_type .gform_confirmation_message h3, .single-kennisbank_post_type .gform_confirmation_message p {
      color: #1a1202; }
.single-kennisbank_post_type .info_message h3 a, .single-kennisbank_post_type .info_message p a, .single-kennisbank_post_type .gform_confirmation_message h3 a, .single-kennisbank_post_type .gform_confirmation_message p a {
        color: #005fab;
        text-decoration: underline; }
.info_message h3, .gform_confirmation_message h3 {
    color: white;
    margin-bottom: 12px;
    margin-bottom: 1rem;
    line-height: 1; }
.info_message p, .info_message a, .gform_confirmation_message p, .gform_confirmation_message a {
    color: white;
    margin: 0; }
.gform_wrapper div.validation_error {
  border-color: #ff9400 !important;
  color: #005fab !important;
  padding: 12px;
  padding: 1rem;
  margin: 24px 0;
  margin: 2rem 0; }
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border-color: #e7e7e7 !important; }
.gform_wrapper .gfield_error .gfield_label {
  color: red !important; }
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
  color: red !important; }
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border-color: #e7e7e7 !important; }
.gform_wrapper .validation_message {
  color: red !important; }
.kalender_intro {
  padding-top: 24px;
  padding-top: 2rem;
  padding-bottom: 24px;
  padding-bottom: 2rem; }
.header_rating {
  margin-top: 15px; }
.header_rating .knmv_write-review--link {
    color: #fff;
    font-size: 13.2px;
    font-size: 1.1rem;
    font-weight: bold;
    text-shadow: 0 0 2px #000;
    margin-top: 7.199px;
    margin-top: 0.6rem;
    text-align: right;
    display: inline-block; }
@media (min-width: 900px) {
      .header_rating .knmv_write-review--link {
        display: block; } }
.header_rating .knmv_write-review--link:hover {
      text-decoration: underline; }
.header_rating .total_reviews {
    margin-bottom: 0; }
@media (min-width: 900px) {
    .header_rating {
      position: absolute;
      top: 4rem;
      right: 2rem; } }
.reviews_block {
  padding-top: 72px;
  padding-top: 6rem;
  padding-bottom: 72px;
  padding-bottom: 6rem; }
.reviews_block footer.back_to_post {
    text-align: right; }
.cb__2coloms_grid .reviews_block {
  padding: 0; }
.cb__2coloms_grid .reviews_block .inner {
    padding: 0; }
.knvm_reviews {
  display: block;
  width: 100%;
  /* Styles for replies on reviews */ }
.knvm_reviews p:first-of-type {
    display: inline; }
.knvm_reviews .comment {
    position: relative;
    display: block;
    margin-bottom: 48px;
    margin-bottom: 4rem;
    padding: 24px 24px;
    padding: 2rem 2rem;
    margin-top: 48px;
    margin-top: 4rem; }
.knvm_reviews .comment:first-of-type {
      margin-top: 24px;
      margin-top: 2rem; }
.knvm_reviews .comment:nth-of-type(odd) {
      background-color: whitesmoke; }
.knvm_reviews .comment .reply, .knvm_reviews .comment .comment-meta {
      display: none; }
.knvm_reviews .comment .comment:nth-of-type(n) {
    background: none;
    margin: 0; }
.knvm_reviews p.form-submit {
    display: block; }
@media (min-width: 900px) {
      .knvm_reviews p.form-submit {
        padding-left: 20%; } }
.knvm_reviews .samenvatting-zin {
    margin-top: 12px;
    margin-top: 1rem; }
.knvm_reviews .review_like_box {
    position: absolute;
    top: 24px;
    top: 2rem;
    right: 24px;
    right: 2rem;
    cursor: pointer; }
.knvm_reviews .review_like_box.active .icon.thumbs-up {
      background-image: url(/wp-content/themes/knmv/img/ThumbsUp-Small-filled.png); }
.knmv_reviews-field-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.knmv_reviews-field-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
@media (min-width: 900px) {
    .knmv_reviews-field-title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%; } }
.knmv_reviews-field-input {
  margin-bottom: 12px;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
@media (min-width: 900px) {
    .knmv_reviews-field-input {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 80%;
              flex: 0 0 80%; } }
.knmv_reviews-field-input.col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
@media (min-width: 900px) {
      .knmv_reviews-field-input.col2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 80%;
                flex: 0 0 80%; } }
.knmv_reviews-field-input.col2 .field {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 12px;
      margin-bottom: 1rem; }
@media (min-width: 900px) {
        .knmv_reviews-field-input.col2 .field {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%; } }
@media (min-width: 900px) {
        .knmv_reviews-field-input.col2 .field:nth-of-type(2n+1) {
          padding-right: 2rem; } }
.knmv_reviews-field-input.col2 .field input {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        width: 100%; }
.knmv_reviews-field-input.col2 .field .icon {
        margin-right: 6px;
        margin-right: .5rem; }
.flex-hor-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.plus_min-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.plus_min-wrap .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
.plus_min-wrap .col:last-of-type {
      padding-left: 12px;
      padding-left: 1rem; }
.plus_min-wrap .col .icon {
      margin-right: 6px;
      margin-right: .5rem; }
.comment-form-url.comment-form-attachment label {
  margin-bottom: 0; }
@media (min-width: 900px) {
    .comment-form-url.comment-form-attachment label {
      margin-left: 20%; } }
@media (min-width: 900px) {
  .comment-form-url.comment-form-attachment input {
    margin-left: 20%;
    max-width: 100%; } }
.review-rating-radio {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  z-index: 2; }
.review-rating-radio input {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 36px;
    min-width: 3rem;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0 !important;
    padding: 0;
    cursor: pointer;
    z-index: 1 !important; }
.review-rating-radio input:checked ~ .state label:after, .review-rating-radio input:hover ~ .state label:after, .review-rating-radio input.active ~ .state label:after {
      content: 'S';
      color: black; }
.review-rating-radio .state {
    display: block;
    position: relative;
    height: 27.599px;
    height: 2.3rem;
    width: 27.599px;
    width: 2.3rem;
    overflow: hidden; }
@media (min-width: 900px) {
      .review-rating-radio .state {
        height: 1.9rem;
        width: 1.9rem; } }
.review-rating-radio .state label {
      position: relative;
      display: block;
      font-family: 'star';
      margin: 0;
      text-indent: 36px;
      text-indent: 3rem;
      width: 27.599px;
      width: 2.3rem;
      height: 37.2px;
      height: 3.1rem;
      overflow: hidden;
      z-index: -2; }
@media (min-width: 900px) {
        .review-rating-radio .state label {
          width: 1.9rem;
          height: 2.7rem; } }
.review-rating-radio .state label:after {
        content: 's';
        display: block;
        position: absolute;
        text-indent: 0;
        top: 0;
        font-size: 26.4px;
        font-size: 2.2rem;
        line-height: 1;
        width: 27.599px;
        width: 2.3rem;
        height: 32.4px;
        height: 2.7rem;
        overflow: hidden; }
@media (min-width: 900px) {
          .review-rating-radio .state label:after {
            width: 1.9rem;
            height: 2.4rem;
            font-size: 1.8rem; } }
.striped_title .knmv_review-rating {
  font-size: 19.2px;
  font-size: 1.6rem; }
.total_reviews {
  margin-bottom: 24px;
  margin-bottom: 2rem; }
.total_reviews .knmv_review-rating .star-rating {
    display: inline-block; }
.total_reviews.text_white {
    color: white;
    text-shadow: 0 0 2px #000; }
.total_reviews.text_white .knmv_review-rating {
      height: calc(1em + 2px); }
.total_reviews.text_white .reviews_text {
      position: relative;
      display: inline-block; }
.total_reviews.text_white:hover .reviews_text {
      text-decoration: underline; }
.as_cb_title .knmv_review-rating .star-rating {
  width: 5.6em;
  font-size: 0.96em;
  top: 1px; }
.knmv_review-rating {
  line-height: 2;
  display: block;
  font-size: 20.4px;
  font-size: 1.7rem;
  font-weight: bold; }
.knmv_review-rating .star-rating {
    top: 4px;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: 'star'; }
.knmv_review-rating .star-rating::before {
      content: 'sssss';
      float: left;
      top: 0;
      left: 0;
      position: absolute; }
.knmv_review-rating .star-rating span {
      overflow: hidden;
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      padding-top: 1.5em; }
.knmv_review-rating .star-rating span::before {
      content: 'SSSSS';
      top: 0;
      position: absolute;
      left: 0; }
/**
* Star ratings
*/
/**
* Review schrijven
 */
.comment-form #samenvatting-zin {
  width: 100%; }
@media (min-width: 900px) {
  .entries-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .entries-grid .entry {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(33.33333% - 3rem);
              flex: 0 0 calc(33.33333% - 3rem);
      margin-right: 3rem; }
      .entries-grid .entry:nth-of-type(3n+3) {
        margin-right: 0; } }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second {
  display: none; }
select.ui-datepicker-year, select.ui-datepicker-month {
  padding: 5px 0; }
.acf-form-submit .acf-button.button-primary {
  background: #ff9400;
  border: 0;
  color: white;
  font-size: 16.799px;
  font-size: 1.4rem; }
body.single .main__grid .main__content {
  padding-top: 36px;
  padding-top: 3rem;
  padding-bottom: 72px;
  padding-bottom: 6rem; }
body {
  background-color: #f5f5f5 !important; }
::-webkit-scrollbar {
  display: none !important; }
.nieuws__item_tag a {
  pointer-events: none !important; }
.author_spacer {
  font-size: 18px; }
.author_spacer .author_photo_description,
.author_spacer .author_spacer_likes {
  float: none !important; }
.share_icons_fullwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.share_icons_fullwidth .icon {
    width: 30px;
    width: 2.5rem;
    height: 30px;
    height: 2.5rem;
    margin-top: -4.8px;
    margin-top: -.4rem;
    background-size: 1.6rem 1.6rem; }
.share_icons_fullwidth .icon.sharelink_facebook, .share_icons_fullwidth .icon.sharelink_mail {
      background-position: center !important; }
.app-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'Source Sans Pro';
  font-weight: 600;
  width: 100%;
  font-size: 16pt;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.app-title span:nth-of-type(2) {
    padding-left: 10px; }
.app-title.open_filter {
    margin-top: 30px;
    margin-top: 2.5rem; }
.app-title span:last-of-type {
    margin-left: auto;
    max-height: 1em; }
.app-title span:last-of-type > svg {
      fill: currentColor;
      width: 1em;
      max-width: 1em;
      max-height: 1em; }
 .cookie-notice{ display: none !important;}
/*# sourceMappingURL=app.css.map*/