@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, .home .block:not(.plattegrond) .content h3, .header.participant h1, .header.route h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.ced611daf770.eot");
  src: url("../fonts/slick.ced611daf770.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.b7c9e1e479de.woff") format("woff"), url("../fonts/slick.d41f55a78e6f.ttf") format("truetype"), url("../fonts/slick.f97e3bbf7325.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -webkit-linear-gradient(to, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: linear-gradient(to   , #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.8e70d120437f.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/chosen-sprite.8e70d120437f.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url("../images/chosen-sprite.8e70d120437f.png") no-repeat 100% -20px;
  background: url("../images/chosen-sprite.8e70d120437f.png");
  background: url("../images/chosen-sprite.8e70d120437f.png");
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -webkit-linear-gradient(to, #2a62bc 90%);
  background-image: linear-gradient(to   , #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -webkit-linear-gradient(to, #fff 15%);
  background-image: linear-gradient(to   , #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -webkit-linear-gradient(to, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to   , #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.8e70d120437f.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -webkit-linear-gradient(to, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to   , #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: -webkit-linear-gradient(to, #fff 80%);
  background-image: linear-gradient(to   , #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #fff url("../images/chosen-sprite.8e70d120437f.png") no-repeat -30px -20px;
  background: url("../images/chosen-sprite.8e70d120437f.png");
  background: url("../images/chosen-sprite.8e70d120437f.png");
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.32400f4e0893.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.32400f4e0893.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.db812d8a70a4.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.a35720c2fed2.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.a3de2170e4e9.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.f775f9cca88e.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 17px;
  line-height: 24px;
  position: relative;
  color: #3E3B39;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #96bf2c;
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
  border-bottom: 1px solid #96bf2c;
}

a:hover {
  color: #3E3B39;
  border-color: #3E3B39;
}

strong {
  font-weight: 600;
}

h1 {
  font-family: "Maison Neue Demi", Calibri, Arial, Roboto, sans-serif;
  font-size: 40px;
  line-height: 45px;
  color: #96bf2c;
  padding-bottom: 35px;
}

h2, .home .block:not(.plattegrond) .content h3, .header.participant h1, .header.route h1 {
  font-family: "Maison Neue Demi", Calibri, Arial, Roboto, sans-serif;
  font-size: 28px;
  line-height: 32px;
  padding-bottom: 22px;
}

h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  padding-bottom: 10px;
}

h4 {
  font-weight: 600;
  padding-bottom: 20px;
}

p {
  padding-bottom: 23px;
}

p:last-child {
  padding-bottom: 0;
}

.content em {
  font-style: italic;
}

.content ul {
  list-style: disc outside;
  padding-left: 20px;
}

.content ol {
  list-style: decimal outside;
  padding-left: 20px;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 24px;
  position: relative;
  top: -4px;
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

header.navigation {
  position: relative;
  z-index: 99;
}

header.navigation:before {
  content: '';
  display: block;
  width: 757px;
  height: 170px;
  background: url("../img/icons/logobol.01efe9a04987.svg") no-repeat;
  position: absolute;
  z-index: 1;
  left: -200px;
  top: 25px;
  pointer-events: none;
}

@media (min-width: 1440px) {
  header.navigation:before {
    left: 50%;
    margin-left: -930px;
  }
}

@media (min-width: 1200px) {
  header.navigation:before {
    top: 15px;
  }
}

@media (max-width: 900px) {
  header.navigation:before {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  header.navigation:before {
    background-image: -webkit-linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    height: 170px;
    width: 100%;
    left: 0;
    top: 10px;
  }
}

header.navigation:after {
  content: "";
  display: block;
  width: 100%;
  height: 145px;
  background: url("../img/icons/headerpath.ec59da3f37d1.svg") no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 900px) {
  header.navigation:after {
    top: -25px;
  }
}

.navigation-wrapper {
  width: 100%;
  max-width: 960px;
  padding: 0 30px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.navigation-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.site-header {
  padding: 22px 0 0px;
  line-height: 20px;
  position: relative;
}

@media (max-width: 600px) {
  .site-header {
    padding-right: 50px;
    max-width: 210px;
  }
}

.site-header .company {
  font-family: "Maison Neue Demi", Calibri, Arial, Roboto, sans-serif;
  color: #96bf2c;
  font-size: 20px;
}

@media (max-width: 900px) {
  .site-header .company {
    display: block;
    padding-bottom: 2px;
  }
}

.site-header .tagline {
  color: #e38e1d;
}

.site-header .green {
  color: #96bf2c;
  padding-right: 23px;
  padding-top: 3px;
  background: url("../img/icons/hartje.7e7f1dacd90c.svg") no-repeat center right;
}

nav ul {
  position: relative;
  top: 20px;
}

@media (max-width: 900px) {
  nav ul {
    top: 0;
  }
}

nav li {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 16px;
  position: relative;
}

nav li a {
  color: #3E3B39;
  border-bottom: none;
}

nav li a:hover {
  color: #e38e1d;
}

nav li.active {
  font-weight: 600;
}

nav li.active a {
  color: #e38e1d;
  border-bottom: 1px solid #e38e1d;
  padding-bottom: 3px;
}

nav li.more > a {
  color: #96bf2c;
}

nav li.more > a:after {
  padding-left: 3px;
  content: "+";
}

nav .close {
  display: none;
}

@media (max-width: 900px) {
  nav {
    overflow: scroll;
    height: 100%;
    width: 260px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    right: -260px;
    position: fixed;
    top: 0;
    background-color: #3E3B39;
    -webkit-transition: 0.4s all;
            transition: 0.4s all;
  }
  nav > ul {
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
    padding: 15px 35px;
  }
  nav .close {
    display: block;
    color: #fff;
    padding: 27px 35px;
    cursor: pointer;
  }
  nav .close:after, nav .close:before {
    content: "";
    border-bottom: 1px solid;
    display: block;
    width: 20px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 35px;
    top: 38px;
  }
  nav .close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  nav li {
    display: block;
    margin-right: 0;
    padding-bottom: 4px;
  }
  nav li:after {
    content: "";
    background-image: url("../img/icons/arrow_white.d5fc8b80435c.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 6px;
    height: 24px;
    display: inline-block;
    float: right;
  }
  nav li a {
    color: #fff;
    padding-bottom: 0;
  }
  nav li.active:after {
    content: none;
  }
  nav li.more:after {
    content: none;
  }
  nav li.more > a {
    display: none;
  }
  nav.show {
    right: 0;
  }
}

.search-bar {
  display: inline-block;
  margin-left: 7px;
  top: 2px;
  position: relative;
}

.navigation-tools {
  height: 34px;
  margin-top: 15px;
  position: absolute;
  right: 30px;
  top: 0;
}

@media (max-width: 900px) {
  .navigation-tools {
    position: relative;
    right: auto;
    margin-top: 0;
    margin-top: 0px;
    height: auto;
  }
}

@media (max-width: 900px) {
  .navigation-tools .search-bar {
    display: block;
    margin-left: 0;
    top: 0;
    border-bottom: 1px solid #9b9b9b;
    padding: 15px 35px;
    border-top: 1px solid #9b9b9b;
  }
  .navigation-tools .search-bar form:after {
    content: "";
    display: table;
    clear: both;
  }
}

form[role='search'] label {
  float: left;
  height: 34px;
  background: #f3e0c6;
  color: #3E3B39;
  line-height: 34px;
  padding: 0 20px;
}

form[role='search'] input {
  background: #f3e0c6;
  border: 0;
  height: 34px;
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
  padding: 0;
  display: block;
  float: left;
  color: #3E3B39;
  font-weight: 300;
  width: 180px;
  border-radius: 6px;
  -webkit-appearance: none;
}

form[role='search'] input:focus {
  outline: none;
}

form[role='search'] button.search {
  float: left;
  margin-left: -34px;
  position: relative;
  border: none;
  background-color: #e38e1d;
  height: 34px;
  width: 34px;
  padding: 0;
  background-image: url("../img/icons/zoek.fbc8a9199db0.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  border-radius: 6px;
}

header .submenu {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #fff;
  border-radius: 9px;
  padding: 0 15px;
  position: absolute;
  left: -15px;
  width: 290px;
}

header .submenu li {
  display: block;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  height: 0;
  overflow: hidden;
}

header .submenu li:after {
  content: "";
  color: #96bf2c;
  background-image: url("../img/icons/arrow.064605c7ebaf.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 6px;
  height: 24px;
  display: inline-block;
  float: right;
}

header .submenu li a {
  display: inline-block;
}

header .submenu li a:hover {
  color: #96bf2c;
}

@media (max-width: 900px) {
  header .submenu {
    position: relative;
    background: none;
    width: auto;
    padding: 30px 0 0;
    left: 0;
  }
  header .submenu:before {
    content: "";
    display: block;
    margin-left: -35px;
    margin-right: -35px;
    border-top: 1px solid #9b9b9b;
    padding-bottom: 20px;
  }
  header .submenu li {
    height: 27px;
  }
  header .submenu li:after {
    background-image: url("../img/icons/arrow_white.d5fc8b80435c.svg");
  }
}

nav li:hover .submenu li {
  height: 27px;
}

nav li:hover .submenu li:first-child {
  padding-top: 20px;
}

@media (max-width: 900px) {
  nav li:hover .submenu li:first-child {
    padding-top: 0;
  }
}

nav li:hover .submenu li:last-child {
  padding-bottom: 20px;
}

@media (max-width: 900px) {
  nav li:hover .submenu li:last-child {
    padding-bottom: 4px;
  }
}

.social-icons {
  display: inline-block;
}

.social-icons h4 {
  display: none;
}

@media (max-width: 900px) {
  .social-icons {
    padding: 15px 35px 25px;
  }
  .social-icons h4 {
    display: block;
    color: #fff;
  }
}

.icon {
  display: inline-block;
  margin-right: 3px;
}

.icon a {
  background: url("../img/social/facebook.8b0a4b776c8f.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 30px 30px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-bottom: none;
}

@media (max-width: 900px) {
  .icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-size: 40px 40px;
  }
}

.icon.twitter a {
  background-image: url("../img/social/twitter.3f58c792383e.svg");
}

.icon.youtube a {
  background-image: url("../img/social/youtube.48d2c7d03bcd.svg");
}

.icon.nieuwsbrief a {
  background-image: url("../img/social/nieuwsbrief.27bc5b364edc.svg");
}

.mobile-menu {
  display: none;
  position: absolute;
  right: 30px;
  top: 30px;
  padding-right: 40px;
  line-height: 15px;
  cursor: pointer;
}

.mobile-menu .hamburger {
  content: '';
  border-bottom: 1px solid #96bf2c;
  width: 27px;
  display: block;
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.mobile-menu .hamburger:after, .mobile-menu .hamburger:before {
  content: '';
  border-bottom: 1px solid #96bf2c;
  width: 27px;
  display: block;
}

.mobile-menu .hamburger:after {
  position: absolute;
  bottom: 7px;
}

@media (max-width: 900px) {
  .mobile-menu {
    display: block;
  }
}

@media (max-width: 600px) {
  .mobile-menu .label {
    display: none;
  }
}

.slider {
  position: relative;
}

@media (max-width: 600px) {
  .slider {
    display: none;
  }
}

.slider .slideshow {
  margin-bottom: 0;
  z-index: 1;
}

.slider .slick-prev, .slider .slick-next {
  background: url("../img/icons/prev.f2826b41a7c3.svg") no-repeat;
  height: 40px;
  width: 20px;
  z-index: 2;
}

.slider .slick-prev:before, .slider .slick-next:before {
  content: none;
}

.slider .slick-prev {
  left: 20px;
}

.slider .slick-next {
  background: url("../img/icons/next.ce6a7b53f735.svg") no-repeat;
  right: 20px;
}

.slider .slider-paging {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  position: relative;
  pointer-events: none;
}

@media (max-width: 900px) {
  .slider .slider-paging {
    display: none;
  }
}

.slider .paging {
  position: absolute;
  right: 0;
  bottom: 34px;
  pointer-events: all;
  background: #e38e1d;
  display: block;
  color: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 12px 15px;
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
  width: 115px;
  z-index: 2;
}

.slider .paging .prev, .slider .paging .next {
  background: url("../img/icons/prev-small.ba6937c4d6b7.svg") no-repeat;
  height: 20px;
  width: 10px;
  cursor: pointer;
  display: inline-block;
  top: 5px;
  position: relative;
}

.slider .paging .next {
  background: url("../img/icons/next-small.e90f1d1f29e4.svg") no-repeat;
}

.slider .paging .number {
  padding: 0 5px;
}

.hero {
  height: 570px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero .hero-inner {
  width: 900px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .hero .hero-inner {
    width: calc(100% - 60px);
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 34px;
    margin: 0 30px;
  }
}

.hero .hero-inner .hero-content {
  background: #fff;
  position: absolute;
  bottom: 34px;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0;
}

@media (max-width: 900px) {
  .hero .hero-inner .hero-content {
    position: relative;
    bottom: 0;
  }
}

.hero .hero-inner .hero-text {
  max-width: 650px;
  padding: 20px 22px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.hero .hero-inner h2, .hero .hero-inner .home .block:not(.plattegrond) .content h3, .home .block:not(.plattegrond) .content .hero .hero-inner h3, .hero .hero-inner .header.participant h1, .header.participant .hero .hero-inner h1, .hero .hero-inner .header.route h1, .header.route .hero .hero-inner h1 {
  padding-bottom: 5px;
  color: #e38e1d;
  font-size: 24px;
  line-height: 28px;
}

.hero .hero-inner p {
  color: #3E3B39;
  max-width: 450px;
}

.hero .hero-inner .readmore {
  padding: 25px 22px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-left: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  min-width: 120px;
}

.scrolldown {
  width: 74px;
  height: 74px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: -34px;
  background: url("../img/icons/scroll-down.95c449a40458.svg") no-repeat;
  z-index: 0;
  cursor: pointer;
  -webkit-transition: 0.2s all;
          transition: 0.2s all;
}

.scrolldown:hover {
  bottom: -38px;
}

.search-location {
  margin-bottom: 46px;
}

.search-location:after {
  content: '';
  display: table;
  clear: both;
}

.search-location label {
  background: #eaf4d3;
  font-weight: 600;
  padding: 12px 16px;
  display: inline-block;
  border-radius: 6px;
  float: left;
  width: 170px;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

@media (max-width: 900px) {
  .search-location label {
    width: 100%;
  }
}

.search-location .chosen-container {
  width: calc(100% - 170px) !important;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  float: left;
}

@media (max-width: 900px) {
  .search-location .chosen-container {
    width: 100% !important;
    float: none;
  }
}

.search-location .chosen-container .chosen-single {
  height: 49px;
  line-height: 49px;
  background: none;
  border: 1px solid #d8d8d8;
  box-shadow: none;
  color: #3E3B39;
  font-size: 17px;
  background: url("../img/icons/locatie.93918e99f677.svg") no-repeat 14px center;
  background-color: #fff;
  padding-left: 38px;
  padding-right: 30px;
}

.search-location .chosen-container .chosen-single div {
  width: 65px;
}

.search-location .chosen-container .chosen-single div b {
  background: url("../img/icons/arrow-down.f4f7e45afe10.svg") no-repeat center center;
}

.search-location .chosen-container .chosen-drop {
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-radius: 0 0 6px 6px;
}

.search-location .chosen-container .chosen-search {
  padding: 10px 40px;
}

.search-location .chosen-container .chosen-search input[type="text"] {
  border: 1px solid #d8d8d8;
  font-size: 17px;
  color: #3E3B39;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  background: url("../img/icons/zoek-groen.24eb3a5af36c.svg") no-repeat right 10px center;
}

.search-location .chosen-container .chosen-results {
  color: #3E3B39;
  padding: 0 40px;
  margin: 0 0 20px 0;
}

.search-location .chosen-container .chosen-results li {
  padding: 0;
  font-size: 17px;
  line-height: 24px;
}

.search-location .chosen-container .chosen-results li.highlighted {
  background: none;
  color: #96bf2c;
}

.container {
  max-width: 900px;
  margin: 50px auto;
  padding: 0 30px;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.home .main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 40px;
  margin-bottom: 35px;
}

.home .main-content:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.home .main-content:last-child .block .content {
  margin-bottom: 0;
}

.home .block {
  width: calc(100% / 3 - 10px);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 900px) {
  .home .block {
    width: calc(50% - 10px);
  }
}

.home .block .content {
  margin-top: 60px;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  padding-bottom: 40px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
  background-color: #fff;
}

.home .block .content > h2, .home .block:not(.plattegrond) .content > h3, .home .block .header.participant .content > h1, .header.participant .home .block .content > h1, .home .block .header.route .content > h1, .header.route .home .block .content > h1 {
  margin-top: -55px;
  padding-bottom: 23px;
  height: 32px;
}

.home .block:not(.plattegrond) .content p a {
  font-weight: 600;
}

.home .block:not(.plattegrond) .content a {
  border-bottom: none;
}

.home .block:not(.plattegrond) .content p:not(.image), .home .block:not(.plattegrond) .content h3 {
  padding: 0 24px 23px;
}

.home .block:not(.plattegrond) .content h3 {
  margin-top: 0;
  height: auto;
}

.home .block:not(.plattegrond) .content p.image {
  padding-bottom: 0px;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
  height: 235px;
}

.home .block:not(.plattegrond) .content p.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.home .block:not(.plattegrond) .content ul {
  padding-bottom: 20px;
}

.home .block:not(.plattegrond) .content ul li {
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
}

.home .block:not(.plattegrond) .content ul li:first-child {
  padding-top: 0;
}

.home .block:not(.plattegrond) .content ul li a {
  text-decoration: underline;
}

.home .block:not(.plattegrond) .content a {
  position: absolute;
  bottom: 23px;
  display: block;
  line-height: 38px;
  width: calc(100% - 48px);
}

.home .block:not(.plattegrond) .content .bekijken:after, .home .block:not(.plattegrond) .content .route:after, .home .block:not(.plattegrond) .content .uitgelicht:after, .home .block:not(.plattegrond) .content .dagjeuit:after, .home .block:not(.plattegrond) .content .etendrinken:after {
  content: "";
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../img/icons/bekijken-groen.d66153cf75d1.svg");
}

.home .block:not(.plattegrond) .content .route:after {
  background-image: url("../img/icons/route.174d3b7fce5e.svg");
}

.home .block:not(.plattegrond) .content .uitgelicht:after {
  background-image: url("../img/icons/uitgelicht.03059a33d92e.svg");
}

.home .block:not(.plattegrond) .content .dagjeuit:after {
  background-image: url("../img/icons/dagje-uit.a33d14e992f5.svg");
}

.home .block:not(.plattegrond) .content .etendrinken:after {
  background-image: url("../img/icons/eten-en-drinken.594815115ba6.svg");
}

.home .block:not(.plattegrond) .content:hover {
  background: #96bf2c;
  color: #fff;
}

.home .block:not(.plattegrond) .content:hover a {
  color: #fff;
}

.home .block:not(.plattegrond) .content:hover h2, .home .block:not(.plattegrond) .content:hover h3, .home .block:not(.plattegrond) .content:hover .header.participant h1, .header.participant .home .block:not(.plattegrond) .content:hover h1, .home .block:not(.plattegrond) .content:hover .header.route h1, .header.route .home .block:not(.plattegrond) .content:hover h1 {
  color: #3E3B39;
}

.home .block:not(.plattegrond) .content:hover .route:after {
  background-image: url("../img/icons/route-wit.3f09000f9614.svg");
}

.home .block:not(.plattegrond) .content:hover .dagjeuit:after {
  background-image: url("../img/icons/dagje-uit-wit.034664ab8855.svg");
}

.home .block:not(.plattegrond) .content:hover .etendrinken:after {
  background-image: url("../img/icons/eten-en-drinken-wit.c5a7fe6b142a.svg");
}

.home .block.featured .content {
  background: #96bf2c;
}

.home .block.featured .content p {
  color: #fff;
}

.home .block.featured .content a {
  color: #fff;
}

.home .block.featured .content a.bekijken:after {
  background: url("../img/icons/bekijken.e18ba3739ddd.svg") no-repeat right center;
}

.home .block.featured .content:hover {
  background-color: #e38e1d;
}

@media (max-width: 900px) {
  .home .block.featured {
    width: 100%;
    margin-top: 50px;
    border-top: 1px solid #d8d8d8;
    padding-top: 40px;
  }
}

.home .block.plattegrond .content {
  padding-bottom: 0;
}

.home .block.plattegrond .content:hover {
  background-color: transparent;
  color: #3E3B39;
}

.home .block.plattegrond .route-map {
  width: 100%;
  height: 400px;
}

@media (max-width: 900px) {
  .home .block.plattegrond {
    width: 100%;
    margin-top: 45px;
  }
}

.home .block.plattegrond .participant-tooltip img {
  width: 100%;
  height: auto;
}

.home .block.wide {
  width: calc(100% / 3 * 2 - 5px);
}

.home .block.wide p.image {
  height: 300px;
}

.home .block.wide a {
  color: #e38e1d;
}

.home .block.wide:hover .content {
  background: #e38e1d;
}

@media (max-width: 900px) {
  .home .block.wide {
    width: calc(50% - 10px);
  }
}

.home .block.centered {
  text-align: center;
}

.home .block.centered h2, .home .block.centered .block:not(.plattegrond) .content h3, .home .block:not(.plattegrond) .content .block.centered h3, .home .block.centered .header.participant h1, .header.participant .home .block.centered h1, .home .block.centered .header.route h1, .header.route .home .block.centered h1 {
  text-align: left;
}

.home .block.centered .content h3 {
  padding-top: 55px;
  padding-bottom: 40px;
  text-align: center;
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
}

.home .block.centered .content p {
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
}

.home .block.centered .content a {
  display: block;
  margin-top: 46px;
  background: url("../img/icons/versiering.06f38054e205.png") no-repeat top center;
  padding-top: 80px;
  color: #3E3B39;
  font-weight: 400;
}

.home .block.centered .content:hover {
  color: #3E3B39;
}

@media (max-width: 600px) {
  .home .main .main-content, .home .main .newsletter {
    display: none;
  }
}

.home .main .search-location {
  padding-top: 16px;
}

@media (max-width: 600px) {
  .home .slider {
    display: none;
  }
}

#intro {
  padding-bottom: 10px;
  padding-top: 20px;
}

#intro .block .content {
  background: transparent;
  border: none;
  padding: 0;
  margin-top: 0;
  cursor: auto;
}

#intro .block .content:hover {
  background: transparent;
  color: #3E3B39;
}

#intro .block .content:hover a {
  color: #96bf2c;
}

#intro .block .content h2, #intro .home .block:not(.plattegrond) .content h3, .home #intro .block:not(.plattegrond) .content h3, #intro .block .content .header.participant h1, .header.participant #intro .block .content h1, #intro .block .content .header.route h1, .header.route #intro .block .content h1 {
  margin-top: 0;
  padding-bottom: 22px;
  height: auto;
}

#intro .block .content p {
  padding-left: 0;
}

#intro .block .content a {
  position: relative;
  bottom: auto;
  line-height: 24px;
  width: auto;
  display: inline-block;
}

#intro .block .content a:hover {
  color: #3E3B39;
}

@media (max-width: 900px) {
  #intro .block.wide {
    padding-bottom: 45px;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
  }
}

#intro .block:last-child .content h2, #intro .block:last-child .home .block:not(.plattegrond) .content h3, .home .block:not(.plattegrond) #intro .block:last-child .content h3, #intro .block:last-child .content .header.participant h1, .header.participant #intro .block:last-child .content h1, #intro .block:last-child .content .header.route h1, .header.route #intro .block:last-child .content h1 {
  background: url("../img/icons/uitroepteken.9843994418ac.svg") no-repeat left 0px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  padding-left: 55px;
  padding-top: 6px;
}

#intro .block:last-child .content ul, #intro .block:last-child .content p {
  padding-left: 55px;
}

@media (max-width: 900px) {
  #intro .block:last-child {
    width: 100%;
    margin-top: 45px;
  }
  #intro .block:last-child .content h2, #intro .block:last-child .home .block:not(.plattegrond) .content h3, .home .block:not(.plattegrond) #intro .block:last-child .content h3, #intro .block:last-child .content .header.participant h1, .header.participant #intro .block:last-child .content h1, #intro .block:last-child .content .header.route h1, .header.route #intro .block:last-child .content h1, #intro .block:last-child .content ul, #intro .block:last-child .content p {
    padding-right: 55px;
  }
}

#row-2 .block:nth-of-type(1) .content {
  background: whitesmoke;
}

#row-2 .block:nth-of-type(1):hover .content {
  background: #96bf2c;
}

#row-3 .centered .content {
  background: #f3e0c6;
}

#row-3 .centered:hover .content {
  background: #e38e1d;
}

#row-3 .centered:hover a, #row-3 .centered:hover h3, #row-3 .centered:hover p {
  color: #fff;
}

#row-4 .centered .content {
  background: #eaf4d3;
}

#row-4 .centered a {
  background: url("../img/icons/versiering-small.5e89b61313d6.png") no-repeat top center;
}

#row-4 .centered:hover .content {
  background: #96bf2c;
}

#row-4 .centered:hover a, #row-4 .centered:hover h3, #row-4 .centered:hover p {
  color: #fff;
}

.newsletter {
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  position: relative;
}

@media (max-width: 900px) {
  .newsletter {
    margin-top: 85px;
  }
}

.newsletter span {
  padding: 12px 19px;
  display: inline-block;
}

.newsletter .uitgave {
  font-weight: 600;
  border-right: 1px solid #d8d8d8;
}

@media (max-width: 900px) {
  .newsletter .uitgave {
    border: none;
    position: absolute;
    top: -40px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
  }
}

.newsletter .download {
  background: #96bf2c;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-right: 50px;
  background-image: url("../img/icons/send.604559c25eff.svg");
  background-repeat: no-repeat;
  background-position: right 13px center;
  position: absolute;
  right: 0;
}

.legenda {
  padding: 15px 22px 30px;
}

@media (max-width: 900px) {
  .legenda {
    max-width: 300px;
  }
}

.legenda h4 {
  padding-bottom: 15px;
  font-weight: 400;
}

.legenda span {
  display: inline-block;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: left center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.legenda .overnachten {
  width: 130px;
  background-image: url("../img/maps/overnachten.d370f935d035.svg");
}

.legenda .eten-en-drinken {
  width: 130px;
  background-image: url("../img/maps/eten.a0be71ea1579.svg");
}

.legenda .dagje-uit {
  background-image: url("../img/maps/dagjeuit.17a7ad8b8991.svg");
}

.legenda .kids {
  background-image: url("../img/maps/kids.4fe9fd12df8e.svg");
}

.legenda .zien-en-doen {
  background-image: url("../img/maps/zien-en-doen.0e38af8dd555.svg");
}

.mobile-content {
  display: none;
}

@media (max-width: 600px) {
  .mobile-content {
    display: block;
  }
}

.mobile-content .content {
  margin-top: 45px;
  border-top: 1px solid #d8d8d8;
  padding-top: 35px;
}

.buttons ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.buttons li {
  display: block;
  width: calc(50% - 5px);
  margin-bottom: 10px;
}

.buttons li a {
  background: #3E3B39;
  border-radius: 6px;
  display: block;
  color: #fff;
  text-align: center;
  padding-top: 60%;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top 25% center;
  background-size: 40%;
}

.buttons li.routes a {
  background-image: url("../img/mobile/routes.68cff7af01ad.svg");
}

.buttons li.zien-en-doen a {
  background-image: url("../img/mobile/zien-en-doen.1fc622825196.svg");
}

.buttons li.overnachten a {
  background-image: url("../img/mobile/overnachten.27a7efb11eb7.svg");
}

.buttons li.eten-en-drinken a {
  background-image: url("../img/mobile/eten-en-drinken.3f64e6f40379.svg");
}

.buttons li.over-ons a {
  background-image: url("../img/mobile/over-ons.2b9a06033f23.svg");
}

.buttons li.kalender a {
  background-image: url("../img/mobile/kalender.1bf7da40757c.svg");
}

.buttons li.nieuws a {
  background-image: url("../img/mobile/nieuws.2346cd81f5f5.svg");
}

.buttons li.more a {
  background-image: url("../img/mobile/more.4a2cb80e1e17.svg");
  background-color: #96bf2c;
}

.buttons .submenu {
  display: none;
  position: relative;
  left: 0;
  margin-top: 15px;
}

.buttons .submenu li {
  width: auto;
}

.buttons .submenu li a {
  background-image: url("../img/mobile/more.4a2cb80e1e17.svg");
  padding: 15px 15px 15px 55px;
  background-color: #96bf2c;
  background-position: left 15px center;
  background-size: 30px 30px;
  color: #fff;
  text-align: left;
}

.buttons .submenu.show {
  display: block;
}

.cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 45px;
}

@media (max-width: 600px) {
  .cards {
    margin-top: 30px;
  }
}

.cards .card {
  width: calc(100% / 3 - 10px);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #d8d8d8;
  margin-top: 60px;
  position: relative;
  padding-bottom: 40px;
  cursor: pointer;
  border-radius: 6px;
  margin-right: 15px;
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
  background: #fff;
}

.cards .card:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 900px) {
  .cards .card {
    width: calc(50% - 10px);
  }
  .cards .card:nth-of-type(3n) {
    margin-right: 10px;
  }
  .cards .card:nth-of-type(even) {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .cards .card {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
    margin-top: 10px;
    height: 150px;
    overflow: hidden;
  }
  .cards .card:nth-of-type(3n) {
    margin-right: 0;
  }
}

.cards .card:after {
  content: "";
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  right: 16px;
  bottom: 15px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../img/icons/bekijken-groen.d66153cf75d1.svg");
}

.cards .card .card-image {
  padding-bottom: 0px;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
  height: 235px;
}

@media (max-width: 600px) {
  .cards .card .card-image {
    height: auto;
    float: left;
    height: 150px;
    margin-bottom: 0;
    margin-right: 20px;
    width: 100px;
  }
}

.cards .card a {
  border-bottom: 0;
}

.cards .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.cards .card .card-header {
  padding: 0 24px;
  height: 48px;
  padding-bottom: 10px;
}

.cards .card .card-header a {
  color: #3E3B39;
  font-weight: 600;
  display: block;
}

@media (max-width: 600px) {
  .cards .card .card-header {
    padding-top: 10px;
  }
}

.cards .card .card-copy {
  padding: 0 24px 23px;
}

.cards .card .card-copy p {
  display: none;
}

@media (max-width: 600px) {
  .cards .card .card-copy {
    padding-bottom: 10px;
    padding-left: 0;
    min-width: 140px;
    overflow: hidden;
  }
}

.cards .card .meta {
  position: absolute;
  bottom: 23px;
  display: block;
  width: calc(100% - 90px);
  color: #96bf2c;
  font-weight: 600;
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
}

@media (max-width: 600px) {
  .cards .card .meta {
    position: relative;
    width: auto;
    bottom: 0;
  }
}

.cards .participant {
  padding-bottom: 60px;
}

.cards .route:after {
  background-image: url("../img/icons/route.174d3b7fce5e.svg");
}

.cards .route:hover:after {
  background-image: url("../img/icons/route-wit.3f09000f9614.svg");
}

.cards .uitgelicht:after {
  background-image: url("../img/icons/uitgelicht.03059a33d92e.svg");
}

.cards .dagjeuit:after {
  background-image: url("../img/icons/dagje-uit.a33d14e992f5.svg");
}

.cards .dagjeuit:hover:after {
  background-image: url("../img/icons/dagje-uit-wit.034664ab8855.svg");
}

.cards .etendrinken:after {
  background-image: url("../img/icons/eten-en-drinken.594815115ba6.svg");
}

.cards .etendrinken:hover:after {
  background-image: url("../img/icons/eten-en-drinken-wit.c5a7fe6b142a.svg");
}

.cards .card:hover {
  background-color: #96bf2c;
}

.cards .card:hover .meta {
  color: #fff;
}

.cards .card:hover:after {
  background-image: url("../img/icons/bekijken.e18ba3739ddd.svg");
}

.header {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 15px;
}

.header.routes {
  position: relative;
  height: 565px;
  width: 100%;
  overflow: hidden;
}

.header.routes .content {
  position: absolute;
  min-width: 100vw;
  min-height: 565px !important;
  text-align: center;
  line-height: 565px;
}

.header.routes .content * {
  display: none;
}

.header.routes .title {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

.header.routes .title > h1 {
  top: 450px;
  color: #fff;
  position: absolute;
  z-index: 10;
  bottom: 70px;
}

.header > h1 {
  width: 900px;
  margin: 0 auto;
  padding-top: 450px;
  color: #fff;
  position: relative;
  z-index: 10;
  padding-bottom: 70px;
}

.header .route-map {
  height: 570px;
  width: 100%;
}

@media (max-width: 600px) {
  .header {
    display: none;
  }
}

.filters {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 600px) {
  .filters {
    display: block;
  }
}

.filters .column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.filters .column p {
  padding-right: 40px;
}

@media (max-width: 600px) {
  .filters .column {
    margin-bottom: 35px;
  }
}

.filters .tree-menu {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-top: 10px;
}

.filters .toggle {
  cursor: pointer;
  display: block;
  float: right;
  background: url("../img/icons/arrow_orange.e6146a83bcc5.svg") no-repeat center;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -999px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
}

.filters .toggle.open {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.filters li {
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.filters li a {
  color: #3E3B39;
  position: relative;
  padding-left: 30px;
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
  border-bottom: none;
  display: block;
}

.filters li a:before {
  content: "";
  border: 1px solid #9b9b9b;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
}

.filters li a:hover {
  color: #96bf2c;
}

.filters li a:hover:before {
  background: #96bf2c;
}

.filters li a.parent {
  font-weight: 600;
}

.filters li .children {
  margin-top: 10px;
  margin-bottom: 20px;
}

.filters li .children li {
  margin-left: 20px;
}

.filters li.current > a {
  color: #e38e1d;
}

.filters li.current > a:before {
  background: #e38e1d;
}

.filter {
  border-bottom: 1px solid #d8d8d8;
  padding: 45px 0;
  line-height: 24px;
}

.filter .filter-label {
  color: #e38e1d;
  margin-right: 5px;
  margin-left: 20px;
}

.filter .filter-close {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  top: 4px;
}

.filter .filter-close:after, .filter .filter-close:before {
  content: "";
  border-bottom: 1px solid #e38e1d;
  display: block;
  width: 15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 6px;
  left: 0;
}

.filter .filter-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pagination .page-links a {
  border-radius: 6px;
  line-height: 40px;
  color: #3E3B39;
  display: inline-block;
  border-bottom: 0;
}

.pagination .page-links a:hover {
  background-color: #e38e1d;
  color: #fff;
}

.pagination .page-links .prev {
  border: 1px solid #d8d8d8;
  padding: 0 20px;
}

.pagination .page-links .prev:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url("../img/icons/arrow_orange.e6146a83bcc5.svg");
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 5px;
}

.pagination .page-links .prev:hover:before {
  background-image: url("../img/icons/arrow_white.d5fc8b80435c.svg");
}

.pagination .page-links .next {
  border: 1px solid #d8d8d8;
  padding: 0 20px;
}

.pagination .page-links .next:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url("../img/icons/arrow_orange.e6146a83bcc5.svg");
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 5px;
}

.pagination .page-links .next:hover:after {
  background-image: url("../img/icons/arrow_white.d5fc8b80435c.svg");
}

.pagination .page-links .page {
  background: #f3e0c6;
  width: 40px;
  text-align: center;
  font-weight: 600;
}

.pagination .page-links .current {
  background: #e38e1d;
  color: #fff;
}

.header.participant, .header.route {
  height: 570px;
  background-color: #d8d8d8;
}

.header.participant .inner, .header.route .inner {
  width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 900px) {
  .header.participant .inner, .header.route .inner {
    width: auto;
  }
}

.header.participant .content, .header.route .content {
  background: #fff;
  max-width: 650px;
  padding: 25px 22px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  bottom: 34px;
  border-radius: 6px;
}

@media (max-width: 900px) {
  .header.participant .content, .header.route .content {
    max-width: 80%;
  }
}

.header.participant h1, .header.route h1 {
  color: #e38e1d;
  padding-bottom: 0;
  font-size: 24px;
  line-height: 24px;
}

.header.route .content {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.header.route .column {
  border-right: 1px solid #d8d8d8;
}

.header.route .column:last-child {
  border-right: none;
}

.header.route .top, .header.route .bottom {
  padding: 15px 22px;
}

.header.route .top {
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #d8d8d8;
  height: 30px;
}

.header.route .top p {
  padding-bottom: 0;
  line-height: 30px;
}

.header.route .kaart {
  background-image: url("../img/icons/kaart.aba2f2dd740c.svg");
  background-size: 100% 60%;
}

.header.route .route {
  background-image: url("../img/icons/routes.78d709e98f94.svg");
  width: 45px;
  background-size: 100% 60%;
}

.header.route a {
  color: #3E3B39;
  border: none;
}

.anchormenu {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 55px;
}

.anchormenu p {
  padding-bottom: 10px;
}

.anchormenu ul {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
}

.anchormenu ul li {
  display: inline-block;
  padding-right: 15px;
}

.anchormenu ul li a {
  font-weight: 600;
  border: none;
}

article {
  margin-bottom: 45px;
}

article .section {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 30px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  article .section {
    display: block;
  }
  article .section .title {
    margin-bottom: 35px;
  }
}

article .section h2, article .section .home .block:not(.plattegrond) .content h3, .home .block:not(.plattegrond) .content article .section h3, article .section .header.participant h1, .header.participant article .section h1, article .section .header.route h1, .header.route article .section h1, article .section .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

article .section .content {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

article .route-description-meta {
  padding-right: 40px;
}

article #general .section, article #map .section {
  padding-top: 35px;
}

article #activities, article #route {
  background-color: #eaeaea;
}

article #contact .section:after, article #map .section:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  max-width: 900px;
  display: block;
  position: absolute;
  left: 30px;
  bottom: 0px;
}

@media (max-width: 900px) {
  article #contact .section:after, article #map .section:after {
    left: 0;
  }
}

article #nearby .section {
  padding-bottom: 0;
}

article #nearby .cards {
  padding-bottom: 0;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media (max-width: 600px) {
  article #nearby .cards {
    display: block;
  }
}

article #nearby .cards .card {
  display: none;
  width: 50%;
  margin: 0;
}

@media (max-width: 600px) {
  article #nearby .cards .card {
    width: 100%;
    margin-bottom: 20px;
  }
}

article #nearby .cards .card:nth-of-type(1) {
  display: block;
  margin-right: 20px;
}

article #nearby .cards .card:nth-of-type(2) {
  display: block;
}

article img {
  max-width: 100%;
  border-radius: 6px;
  display: block;
  height: auto;
}

article .route-map {
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
}

article .general, article .activity {
  padding-bottom: 22px;
}

article .user-generated-content {
  padding-bottom: 22px;
}

article .tools {
  border-top: 1px solid #d8d8d8;
  margin-bottom: 35px;
  padding-top: 35px;
}

article .tools a {
  color: #d8d8d8;
  border: none;
}

.single_container {
  margin-bottom: 45px;
}

.single_container .newsletter {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

@media (max-width: 900px) {
  .single_container .newsletter {
    margin: 0 30px;
    margin-top: 85px;
  }
}

.route-embed-code {
  border: 1px solid #d8d8d8;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  padding: 12px 20px 13px 51px;
  margin-bottom: 35px;
  background-image: url("../img/icons/code.614875a84c52.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

#route ol, #route ul {
  padding-bottom: 12px;
  border-top: 1px solid #96bf2c;
  border-bottom: 1px solid #96bf2c;
  margin-bottom: 35px;
  padding-top: 12px;
}

#route ul {
  list-style: disc inside;
}

#route ol {
  list-style: decimal outside;
  padding-left: 20px;
}

#map ul {
  list-style: disc inside;
}

#map ol {
  list-style: decimal outside;
  padding-left: 20px;
}

@media (max-width: 600px) {
  #map .content > h4 {
    font-size: 40px;
    line-height: 50px;
  }
}

.activity-images {
  padding-bottom: 24px;
}

.main-content div .content {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #d8d8d8;
}

.main-content div .content ul, .main-content div .content ol {
  padding-bottom: 24px;
}

.main-content div .content .image img {
  float: left;
  margin-right: 20px;
  border-radius: 6px;
  max-width: 100%;
}

.main-content div .content .image:after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumb {
  margin-bottom: 24px;
}

.breadcrumb a {
  padding: 5px 10px;
  background: #fff;
  display: inline-block;
  position: relative;
  line-height: 28px;
  margin-right: 10px;
  border-bottom: 0;
}

.breadcrumb a:after, .breadcrumb a:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.breadcrumb a:before {
  border-color: transparent;
  border-left-color: #96bf2c;
  border-width: 7px;
  margin-top: -7px;
}

.breadcrumb a:after {
  border-color: transparent;
  border-left-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.breadcrumb a:last-child {
  color: #3E3B39;
}

.breadcrumb a:last-child:after, .breadcrumb a:last-child:before {
  content: none;
}

.newsitem {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #d8d8d8;
}

.newsitem .image:after {
  content: "";
  display: table;
  clear: both;
}

.newsitem .image img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.newsitem ul, .newsitem ol {
  padding-bottom: 24px;
}

.events, .newsitems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.events h2, .events .home .block:not(.plattegrond) .content h3, .home .block:not(.plattegrond) .content .events h3, .events .header.participant h1, .header.participant .events h1, .events .header.route h1, .header.route .events h1, .newsitems h2, .newsitems .home .block:not(.plattegrond) .content h3, .home .block:not(.plattegrond) .content .newsitems h3, .newsitems .header.participant h1, .header.participant .newsitems h1, .newsitems .header.route h1, .header.route .newsitems h1 {
  font-size: 24px;
}

.events .event, .events .newsitem, .newsitems .event, .newsitems .newsitem {
  margin-bottom: 24px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 24px;
  cursor: pointer;
  width: calc(50% - 20px);
}

@media (max-width: 600px) {
  .events .event, .events .newsitem, .newsitems .event, .newsitems .newsitem {
    width: 100%;
  }
}

.events .event h2, .events .event .home .block:not(.plattegrond) .content h3, .home .block:not(.plattegrond) .content .events .event h3, .events .event .header.participant h1, .header.participant .events .event h1, .events .event .header.route h1, .header.route .events .event h1, .events .newsitem h2, .events .newsitem .home .block:not(.plattegrond) .content h3, .home .block:not(.plattegrond) .content .events .newsitem h3, .events .newsitem .header.participant h1, .header.participant .events .newsitem h1, .events .newsitem .header.route h1, .header.route .events .newsitem h1, .newsitems .event h2, .newsitems .event .home .block:not(.plattegrond) .content h3, .home .block:not(.plattegrond) .content .newsitems .event h3, .newsitems .event .header.participant h1, .header.participant .newsitems .event h1, .newsitems .event .header.route h1, .header.route .newsitems .event h1, .newsitems .newsitem h2, .newsitems .newsitem .home .block:not(.plattegrond) .content h3, .home .block:not(.plattegrond) .content .newsitems .newsitem h3, .newsitems .newsitem .header.participant h1, .header.participant .newsitems .newsitem h1, .newsitems .newsitem .header.route h1, .header.route .newsitems .newsitem h1 {
  padding-bottom: 0px;
}

.events .event h2 a, .events .event .home .block:not(.plattegrond) .content h3 a, .home .block:not(.plattegrond) .content .events .event h3 a, .events .event .header.participant h1 a, .header.participant .events .event h1 a, .events .event .header.route h1 a, .header.route .events .event h1 a, .events .newsitem h2 a, .events .newsitem .home .block:not(.plattegrond) .content h3 a, .home .block:not(.plattegrond) .content .events .newsitem h3 a, .events .newsitem .header.participant h1 a, .header.participant .events .newsitem h1 a, .events .newsitem .header.route h1 a, .header.route .events .newsitem h1 a, .newsitems .event h2 a, .newsitems .event .home .block:not(.plattegrond) .content h3 a, .home .block:not(.plattegrond) .content .newsitems .event h3 a, .newsitems .event .header.participant h1 a, .header.participant .newsitems .event h1 a, .newsitems .event .header.route h1 a, .header.route .newsitems .event h1 a, .newsitems .newsitem h2 a, .newsitems .newsitem .home .block:not(.plattegrond) .content h3 a, .home .block:not(.plattegrond) .content .newsitems .newsitem h3 a, .newsitems .newsitem .header.participant h1 a, .header.participant .newsitems .newsitem h1 a, .newsitems .newsitem .header.route h1 a, .header.route .newsitems .newsitem h1 a {
  border-bottom: 0;
  color: #3E3B39;
}

.events .event .date, .events .event .meta, .events .newsitem .date, .events .newsitem .meta, .newsitems .event .date, .newsitems .event .meta, .newsitems .newsitem .date, .newsitems .newsitem .meta {
  font-weight: 600;
  color: #96bf2c;
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
}

.events .event:hover h2 a, .events .event:hover .home .block:not(.plattegrond) .content h3 a, .home .block:not(.plattegrond) .content .events .event:hover h3 a, .events .event:hover .header.participant h1 a, .header.participant .events .event:hover h1 a, .events .event:hover .header.route h1 a, .header.route .events .event:hover h1 a, .events .newsitem:hover h2 a, .events .newsitem:hover .home .block:not(.plattegrond) .content h3 a, .home .block:not(.plattegrond) .content .events .newsitem:hover h3 a, .events .newsitem:hover .header.participant h1 a, .header.participant .events .newsitem:hover h1 a, .events .newsitem:hover .header.route h1 a, .header.route .events .newsitem:hover h1 a, .newsitems .event:hover h2 a, .newsitems .event:hover .home .block:not(.plattegrond) .content h3 a, .home .block:not(.plattegrond) .content .newsitems .event:hover h3 a, .newsitems .event:hover .header.participant h1 a, .header.participant .newsitems .event:hover h1 a, .newsitems .event:hover .header.route h1 a, .header.route .newsitems .event:hover h1 a, .newsitems .newsitem:hover h2 a, .newsitems .newsitem:hover .home .block:not(.plattegrond) .content h3 a, .home .block:not(.plattegrond) .content .newsitems .newsitem:hover h3 a, .newsitems .newsitem:hover .header.participant h1 a, .header.participant .newsitems .newsitem:hover h1 a, .newsitems .newsitem:hover .header.route h1 a, .header.route .newsitems .newsitem:hover h1 a {
  color: #96bf2c;
}

.events .event:hover .date, .events .event:hover .meta, .events .newsitem:hover .date, .events .newsitem:hover .meta, .newsitems .event:hover .date, .newsitems .event:hover .meta, .newsitems .newsitem:hover .date, .newsitems .newsitem:hover .meta {
  color: #3E3B39;
}

.events .pagination, .newsitems .pagination {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.webwinkel .main-content div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 45px;
}

.webwinkel .main-content div .content {
  width: calc(100% / 3 - 10px);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  border-bottom: 0px;
  margin-bottom: 0;
}

.webwinkel .main-content div .content .inside {
  margin-top: 60px;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  padding-bottom: 40px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .webwinkel .main-content div .content {
    width: calc(50% - 10px);
  }
}

.webwinkel .main-content div .content h2, .webwinkel .main-content div .home .block:not(.plattegrond) .content h3, .home .block:not(.plattegrond) .webwinkel .main-content div .content h3, .webwinkel .main-content div .content .header.participant h1, .header.participant .webwinkel .main-content div .content h1, .webwinkel .main-content div .content .header.route h1, .header.route .webwinkel .main-content div .content h1 {
  position: absolute;
  top: 0;
  padding-bottom: 23px;
  height: 32px;
}

.webwinkel .main-content div .content p:not(.image) {
  padding: 0 24px 23px;
}

.webwinkel .main-content div .content p.image {
  padding-bottom: 0px;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
  height: 235px;
}

.webwinkel .main-content div .content img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.webwinkel .main-content div .content p a {
  font-weight: 600;
  position: absolute;
  bottom: 65px;
  border-bottom: 0px;
  display: block;
  line-height: 38px;
  width: calc(100% - 48px);
}

.webwinkel .main-content div .content p a:after {
  content: "";
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../img/icons/webshop.7b321599ddc1.svg");
}

.participant-tooltip,
.route-infowindow {
  max-width: 300px;
  max-height: 150px;
  overflow: auto;
  padding-top: 5px;
}

.participant-tooltip img,
.route-infowindow img {
  border-radius: 6px;
  width: 110px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
  margin-right: 10px;
}

.participant-tooltip h2, .participant-tooltip .home .block:not(.plattegrond) .content h3, .home .block:not(.plattegrond) .content .participant-tooltip h3, .participant-tooltip .header.participant h1, .header.participant .participant-tooltip h1, .participant-tooltip .header.route h1, .header.route .participant-tooltip h1,
.route-infowindow h2,
.route-infowindow .home .block:not(.plattegrond) .content h3, .home .block:not(.plattegrond) .content
.route-infowindow h3,
.route-infowindow .header.participant h1, .header.participant
.route-infowindow h1,
.route-infowindow .header.route h1, .header.route
.route-infowindow h1 {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}

.participant-tooltip h2 a, .participant-tooltip .home .block:not(.plattegrond) .content h3 a, .home .block:not(.plattegrond) .content .participant-tooltip h3 a, .participant-tooltip .header.participant h1 a, .header.participant .participant-tooltip h1 a, .participant-tooltip .header.route h1 a, .header.route .participant-tooltip h1 a,
.route-infowindow h2 a,
.route-infowindow .home .block:not(.plattegrond) .content h3 a, .home .block:not(.plattegrond) .content
.route-infowindow h3 a,
.route-infowindow .header.participant h1 a, .header.participant
.route-infowindow h1 a,
.route-infowindow .header.route h1 a, .header.route
.route-infowindow h1 a {
  color: #3E3B39;
  border-bottom: none;
}

.participant-tooltip p,
.route-infowindow p {
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 22px;
  font-size: 14px;
}

.plattegrond .content:hover {
  color: #3E3B39;
}

.plattegrond .content:hover a {
  color: #3E3B39;
}

footer {
  border-top: 1px solid #d8d8d8;
  padding: 60px 0;
}

@media (max-width: 900px) {
  footer {
    padding-bottom: 20px;
  }
}

footer .footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 900px) {
  footer .footer-container {
    display: block;
  }
}

@media (max-width: 900px) {
  footer .footer-container > div {
    margin-bottom: 45px;
  }
}

@media (max-width: 900px) {
  footer .footer-logo {
    width: 50%;
    float: left;
    height: 400px;
  }
}

@media (max-width: 600px) {
  footer .footer-logo {
    display: none;
  }
}

footer .footer-logo a {
  border-bottom: 0;
}

footer .footer-contact span {
  display: block;
}

footer .footer-contact a {
  color: #3E3B39;
  border-bottom: 0;
}

footer .footer-social {
  position: relative;
}

@media (max-width: 900px) {
  footer .footer-social form {
    position: absolute;
    top: 42px;
  }
}

@media (max-width: 600px) {
  footer .footer-social form {
    display: none;
  }
}

footer .footer-menu ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

footer .social {
  margin-bottom: 50px;
}

@media (max-width: 900px) {
  footer .social {
    margin-bottom: 0;
  }
}

footer.bottom {
  padding: 20px 0;
  font-size: 14px;
  line-height: 23px;
}

@media (max-width: 900px) {
  footer.bottom {
    text-align: center;
  }
  footer.bottom span {
    display: block;
  }
  footer.bottom .copyright {
    padding-bottom: 5px;
  }
}

footer.bottom .links ul {
  display: inline;
}

footer.bottom .links ul li {
  display: inline;
}

footer.bottom .links ul li:after {
  content: '/';
}

footer.bottom .links a {
  color: #3E3B39;
  border-bottom: 0;
}

.scrollup {
  width: 46px;
  height: 46px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
  background: url("../img/icons/scroll-up.0866b64f1be4.svg") no-repeat;
  cursor: pointer;
  top: 0;
  position: relative;
  -webkit-transition: 0.2s all;
          transition: 0.2s all;
}

.scrollup:hover {
  top: -5px;
}

/*!
* Datepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  /*.dow {
border-top: 1px solid #ddd !important;
}*/
}

.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div {
  display: none;
}

.datepicker table {
  width: 100%;
  margin: 0;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker td.old, .datepicker td.new {
  color: #999999;
}

.datepicker td.active, .datepicker td.active:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  background-color: #0044cc;
}

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}

.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker td span:hover {
  background: #eeeeee;
}

.datepicker td span.active {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span.active:hover,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  background-color: #0044cc;
}

.datepicker td span.active:active, .datepicker td span.active.active {
  background-color: #003399 \9;
}

.datepicker td span.old {
  color: #999999;
}

.datepicker th.switch {
  width: 145px;
}

.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/*# sourceMappingURL=styles.css.map */
