﻿* {
  outline: none; }

html {
  opacity: 1;
  transition: opacity .15s; }
  html.loading {
    opacity: 0;
    transition: opacity 0s; }

html,
body {
  height: 100%;
  background: #f8f8f8;  }

body {
  font-family: "Open Sans", sans-serif;
  color: #800000;
  padding-top: 95px;
  overflow-y: scroll; }

img,
iframe {
  max-width: 100%; }

img {
  max-height: 100%;
  height: auto !important; }

hr {
  margin: 2em 0;
  border-top: 1px solid rgba(5, 50, 92, 0.075); }

a:focus {
  outline: none;
  outline-offset: 0; }

button,
.button,
button:focus,
.button:focus,
button:active,
.button:active,
button:hover,
.button:hover {
  display: inline-block;
  border: solid 1px #c0ccd6;
  background: #f6f7fa;
  color: #800000;
  padding: 6px 15px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none; }

.col-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.visible-xl-block {
  display: none; }

.text-centered {
  text-align: center; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #800000 !important;
  text-overflow: ellipsis;
  font-style: italic; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #800000 !important;
  text-overflow: ellipsis;
  font-style: italic;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #800000 !important;
  text-overflow: ellipsis;
  font-style: italic;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #800000 !important;
  text-overflow: ellipsis;
  font-style: italic; }


nav {
  position: fixed;
  top: 95px;
  bottom: 0;
  width: 280px;
  background: #eeeff2;
  z-index: 998;
  right: 0;
  opacity: 1;
  transition: right 0.5s ease; }
  nav .ss-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left; }
  nav .ss-content {
    height: 100%;
    position: relative;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin-right: -18px; }
  nav .ss-scroll {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    width: 5px;
    border-radius: 4px;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.25s linear; }
  nav .ss-hidden,
  nav .ss-keephidden {
    display: none; }
  nav.ss-container:hover .ss-scroll {
    opacity: 1; }
  nav .ss-grabbed {
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transition: max-height 0.5s ease; }
  nav .menu {
    min-height: 100%;
    margin-bottom: -100px;
    width: 280px;
    padding: 57px 0 20px;
    margin-left: 0; }
    nav .menu:after {
      content: '';
      display: block; }
    nav .menu a {
      position: relative;
      display: block;
      font-size: 13px;
      padding: 5px 40px 5px 25px; }
      nav .menu a:after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        position: absolute;
        border: solid 1px #1c407a;
        border-bottom: none;
        border-left: none;
        top: 50%;
        margin-top: -3px;
        right: 26px;
        transition: all 0.25s ease;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      nav .menu a.collapsed[href='#']:after {
        margin-top: -4px;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
      nav .menu a.uncollapsed[href='#']:after {
        margin-top: -2px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      nav .menu a.active {
        background: rgba(0, 0, 0, 0.05); }
        nav .menu a.active:after {
          border-width: 2px;
          transition: all 0.25s ease;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
    nav .menu a,
    nav .menu a:hover,
    nav .menu a:focus,
    nav .menu a:active {
      color: #800000;
      text-decoration: none; }
    nav .menu a.hover,
    nav .menu a.active.hover[href='#'],
    nav .menu a.collapsed.hover[href='#'],
    nav .menu a.uncollapsed.hover[href='#'] {
      background: rgba(0, 0, 0, 0.075);
      cursor: pointer; }
    nav .menu a.collapsed[href='#']:after,
    nav .menu a.collapsed.hover[href='#']:after,
    nav .menu a.uncollapsed[href='#']:after,
    nav .menu a.uncollapsed.hover[href='#']:after {
      display: block; }
    nav .menu a[href='#'],
    nav .menu a.hover[href='#'] {
      background: none;
      cursor: default; }
      nav .menu a[href='#']:after,
      nav .menu a.hover[href='#']:after {
        display: none; }
    nav .menu a.collapsed + ul {
      max-height: 0 !important; }
    nav .menu > li > a {
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 600; }
    nav .menu > li > ul {
      margin-left: 0; }
      nav .menu > li > ul:after {
        content: '';
        display: block;
        width: 100%;
        height: 20px; }
      nav .menu > li > ul > li > a {
        font-weight: 600; }
      nav .menu > li > ul > li > a,
      nav .menu > li > ul > li > a:hover,
      nav .menu > li > ul > li > a:focus,
      nav .menu > li > ul > li > a:active {
        color: #b84e96; }
      nav .menu > li > ul > li ul:after {
        content: '';
        display: block;
        width: 100%;
        height: 10px; }
      nav .menu > li > ul > li > ul > li > a {
        padding-left: 40px; }
      nav .menu > li > ul > li > ul > li > ul > li > a {
        padding-left: 55px;
        font-style: italic; }
  nav .social,
  nav .menu:after {
    height: 100px; }
  nav .social {
    padding: 15px 25px 0;
    width: 280px; }
    nav .social h6 {
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 700;
      border-bottom: solid 1px #800000;
      padding-bottom: 3px;
      margin-top: 0; }
    nav .social li {
      display: block;
      float: left;
      margin-right: 10px; }
  nav.collapsed {
    right: -280px; }

main {
  min-height: 100%;
  margin-bottom: -44px; }
  main > .content > .container {
    position: relative; }
  main > .content .fbbutton {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 2; }
  main:after {
    content: '';
    display: block; }
  main h1, main h2, main h3, main h4, main h5, main h6 {
    line-height: 1.3;
    color: #800000; }
    main h1:first-child, main h2:first-child, main h3:first-child, main h4:first-child, main h5:first-child, main h6:first-child {
      margin-top: 0; }
  main h1,
  main .h1 {
    font-size: 24px;
    font-weight: 700; }
  main h2,
  main .h2 {
    font-size: 18px;
    font-weight: 600; }
  main h3,
  main .h3 {
    font-size: 14px;
    font-weight: 700; }
  main p {
    margin-bottom: 1em; }
  main a {
    color: #b84e96;
    text-decoration: underline; }
  main ul,
  main ol {
    padding-left: 1.5em;
    margin-bottom: 1.5em; }
    main ul li,
    main ol li {
      margin-bottom: .5em;
      /*&:last-child
            {
                margin-bottom: 0;
            }*/ }
  main .intro {
    font-weight: 600; }
  main .accordion {
    margin: 2em 0 3em; }
    main .accordion .ui-accordion-header,
    main .accordion .ui-accordion-content {
      padding: 8px 12px; }
    main .accordion .ui-accordion-header {
      cursor: pointer;
      position: relative;
      margin: 0;
      padding-right: 30px; }
      main .accordion .ui-accordion-header:after, main .accordion .ui-accordion-header:before {
        content: '';
        position: absolute;
        right: 15px;
        top: 50%;
        width: 10px;
        height: 2px;
        background: #800000; }
      main .accordion .ui-accordion-header:before {
        transform: rotate(90deg);
        transition: transform 0.5s ease; }
      main .accordion .ui-accordion-header.ui-accordion-header-active:before {
        transform: rotate(180deg); }
      main .accordion .ui-accordion-header:nth-of-type(odd) {
        background: rgba(158,204,189,0.8);
        /*$line-color;*/
        /* line-color == rgba($primary-color, .25);*/ }
    main .accordion .ui-accordion-content {
      border: solid 1px #e6eaee;
      /*rgba($primary-color, .1);*/
      border-left: none;
      border-right: none; }
  main.show-search-results .content {
    opacity: 0;
    height: 0;
    overflow: hidden; }
  main.show-search-results .search-results {
    opacity: 1;
    height: auto;
    overflow: visible; }
    main.show-search-results .search-results .includeNews {
      font-weight: normal;
      margin-bottom: 20px; }
  main .cover {
    width: 100%;
    height: 20vh;
    min-height: 100px;
    max-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
 

ul.link-list {
  list-style: none;
  padding-left: 15px; }
  ul.link-list li a {
    position: relative;
    text-decoration: none; }
    ul.link-list li a:after {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      position: absolute;
      border: solid 1px #800000;
      border-bottom: none;
      border-left: none;
      top: 50%;
      margin-top: -3px;
      left: -15px;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }


.download-leaflet {
  position: relative;
  display: block;
  border: solid 1px #c0ccd6;
  border-left: none;
  border-right: none;
  color: #800000;
  margin: 1em 0 2em;
  padding: 8px 0 8px 56px;
  font-weight: 600; }
  .download-leaflet:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    width: 44px;
    height: 44px;
    background: #b84e96 url("../img/download-icon.png") no-repeat center; }
  .download-leaflet span {
    display: block;
    color: #b84e96; }

.download-leaflet,
.download-leaflet:hover,
.download-leaflet:focus,
.download-leaflet:active {
  text-decoration: none; }

.page,
.sidebar {
  margin-top: 40px;
  margin-bottom: 20px;
  -moz-user-select: none;
  -webkit-user-select: none; }
  .page .newsletter,
  .sidebar .newsletter {
    position: relative;
    margin: 30px auto 20px;
    padding: 20px;
    max-width: 360px; }
    .page .newsletter .social,
    .sidebar .newsletter .social {
      position: absolute;
      bottom: -21px;
      left: 0;
      right: 0;
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: center; }
      .page .newsletter .social li,
      .sidebar .newsletter .social li {
        margin: 0 4px;
        display: inline-block;
        border: solid 4px #fff;
        border-radius: 30px;
        background: #fff; }
  .page .responsive-banner,
  .sidebar .responsive-banner {
    display: block;
    position: relative;
    min-height: 150px;
    width: 100%;
    text-decoration: none;
    max-width: 290px;
    margin: 0 auto; }
    .page .responsive-banner span,
    .sidebar .responsive-banner span {
      display: block;
      text-align: left; }
      .page .responsive-banner span.text,
      .sidebar .responsive-banner span.text {
        position: relative;
        padding: 5px 15px 15px;
        border: solid 1px #c0ccd6; }
        .page .responsive-banner span.text:before, .page .responsive-banner span.text:after,
        .sidebar .responsive-banner span.text:before,
        .sidebar .responsive-banner span.text:after {
          content: '';
          position: absolute;
          top: -1px;
          background: #fff;
          left: 15px;
          width: calc(100% - 30px);
          height: 1px;
          z-index: 10; }
        .page .responsive-banner span.text:after,
        .sidebar .responsive-banner span.text:after {
          top: auto;
          bottom: -1px; }
      .page .responsive-banner span.header,
      .sidebar .responsive-banner span.header {
        font-size: 36px;
        font-weight: 700;
        font-style: italic;
        color: #800000; }
      .page .responsive-banner span.subheader,
      .sidebar .responsive-banner span.subheader {
        font-size: 17px;
        font-weight: 600;
        color: #b84e96; }
      .page .responsive-banner span.button,
      .sidebar .responsive-banner span.button {
        display: inline-block;
        margin-top: 10px; }
      .page .responsive-banner span.image,
      .sidebar .responsive-banner span.image {
        position: relative;
        /*min-height: 160px;*/
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border: solid 1px #c0ccd6;
        margin-bottom: 10px;
        max-width: 288px;
        min-height: 120px; }

.page.intro h1 {
  font-size: 27px;
  color: #b84e96; }

.page.intro p {
  font-size: 15px;
  font-weight: 600; }

.page .news-header {
  color: #b84e96; }

.page .hr-button {
  outline: solid 15px #fff;
  margin: 12px 0; }
  .page .hr-button:before {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    left: 15px;
    border-top: solid 1px #c0ccd6;
    height: 1px;
    z-index: -1;
    margin-top: 9px; }

.page .responsive-banner {
  max-width: 290px; }

.sidebar .view-list ul,
.sidebar .website-list ul,
.sidebar .play-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .sidebar .view-list ul li,
  .sidebar .website-list ul li,
  .sidebar .play-list ul li {
    position: relative;
    margin: 0;
    font-weight: 600; }
    .sidebar .view-list ul li a,
    .sidebar .website-list ul li a,
    .sidebar .play-list ul li a {
      display: block;
      margin-top: 2px;
      padding: 11px 35px 11px 11px;
      border-bottom: 1px solid rgba(5, 50, 92, 0.075);
      color: #800000; }
      .sidebar .view-list ul li a:hover, .sidebar .view-list ul li a:focus,
      .sidebar .website-list ul li a:hover,
      .sidebar .website-list ul li a:focus,
      .sidebar .play-list ul li a:hover,
      .sidebar .play-list ul li a:focus {
        text-decoration: none;
        color: #800000; }
        .sidebar .view-list ul li a:hover:after, .sidebar .view-list ul li a:focus:after,
        .sidebar .website-list ul li a:hover:after,
        .sidebar .website-list ul li a:focus:after,
        .sidebar .play-list ul li a:hover:after,
        .sidebar .play-list ul li a:focus:after {
          border-color: #800000; }
    .sidebar .view-list ul li:last-child,
    .sidebar .website-list ul li:last-child,
    .sidebar .play-list ul li:last-child {
      margin: 0; }

.sidebar .view-list,
.sidebar .website-list,
.sidebar .play-list,
.sidebar .responsive-banner,
.sidebar .button-banner {
  margin-bottom: 3em; }

.sidebar .view-list ul li,
.sidebar .website-list ul li,
.sidebar .play-list ul li {
  margin: 0; }
  .sidebar .view-list ul li a,
  .sidebar .website-list ul li a,
  .sidebar .play-list ul li a {
    border: none;
    padding-left: 40px;
    text-decoration: none; }
    .sidebar .view-list ul li a:after,
    .sidebar .website-list ul li a:after,
    .sidebar .play-list ul li a:after {
      margin-top: -3px; }
    .sidebar .view-list ul li a:before,
    .sidebar .website-list ul li a:before,
    .sidebar .play-list ul li a:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -12px;
      left: 10px;
      width: 24px;
      height: 24px;
      background-repeat: no-repeat;
      background-position: center;
      right: 18px; }

.sidebar .view-list a:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border: solid 1px #800000;
  border-bottom: none;
  border-left: none;
  top: 50%;
  margin-top: -6px;
  right: 18px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sidebar .view-list a:before {
  background-image: url("../img/bekijk-icoon.png"); }

.sidebar .view-list li:nth-child(odd),
.sidebar .play-list li:nth-child(odd) {
  /*background: rgba($primary-color, .1);*/ }

.sidebar .website-list ul li a {
  padding: 5px 5px 5px 28px; }
  .sidebar .website-list ul li a:before {
    background-image: url("../img/website-icon.png");
    left: 0; }

.sidebar .play-list ul li a {
  padding: 8px 8px 8px 40px; }
  .sidebar .play-list ul li a:before {
    background-image: url("../img/play-icon.png"); }

.button-banner,
.button-banner:hover,
.button-banner:active,
.button-banner:focus {
  color: #800000;
  text-decoration: none; }

.button-banner {
  display: block;
  background: #f3f4f7;
  border: solid 1px #c0ccd6;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  max-width: 290px;
  margin: 0 auto; }
  .button-banner img {
    display: block;
    width: 100%;
    /*height: 200px;*/
    /*padding: 10px 20px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		font-size: 21px;
		font-weight: 600;
		
		font-size: 0;*/ }
  .button-banner .button {
    margin: 10px 20px;
    color: #b84e96; }



footer,
main:after {
  min-height: 44px; }

footer .footer-disclaimer {
  background: #800000;
  color: #fff;
  padding: 10px 0;
  line-height: 24px;
  font-size: 13px; }
  footer .footer-disclaimer a,
  footer .footer-disclaimer a:hover,
  footer .footer-disclaimer a:focus {
    color: #fff; }
  footer .footer-disclaimer .rights-reserved {
    display: none; }
  footer .footer-disclaimer .disclaimer {
    margin-left: 5%;
    font-weight: 600; }
  footer .footer-disclaimer .social {
    float: right; }
    footer .footer-disclaimer .social a {
      display: inline-block;
      margin-left: 3px; }
      footer .footer-disclaimer .social a img {
        vertical-align: top; }
    footer .footer-disclaimer .social span {
      display: none;
      font-weight: 600;
      margin-right: 3px; }

main .search-results h2 {
  margin-top: 20px; }
  main .search-results h2 a {
    color: inherit;
    margin-bottom: 0; }

.ezsearch-result p.path {
  margin-bottom: 0.3em;
  font-size: .8em; }
  .ezsearch-result p.path span:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: solid 1px #1c407a;
    border-bottom: none;
    border-left: none;
    transition: all 0.25s ease;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0px 3px 0 3px; }
  .ezsearch-result p.path span:last-child:after {
    content: none; }

table.form td {
  padding: 5px 25px 5px 0;
  vertical-align: top; }
  table.form td input[type="text"] {
    width: 250px; }
  table.form td textarea {
    width: 400px;
    height: 200px; }

table.form td:first-child {
  width: 200px;
  padding-top: 8px; }

table.form label {
  font-weight: normal; }

table.form #mailError {
  padding-left: 5px;
  color: #d06262; }

.page table:not(.form) td {
  border: 1px solid #E9E9E9;
  padding: 5px; }

.pagination {
  width: 100%; }
  .pagination span {
    display: block;
    position: relative; }
    .pagination span:after {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      position: absolute;
      border: solid 1px #1c407a;
      border-bottom: none;
      border-left: none;
      top: 50%;
      margin-top: -3px; }
    .pagination span.prev {
      float: left; }
      .pagination span.prev:after {
        transition: all 0.25s ease;
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        left: -10px; }
    .pagination span.next {
      float: right; }
      .pagination span.next:after {
        transition: all 0.25s ease;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        right: -10px; }
  .pagination div.pages {
    text-align: center; }
    .pagination div.pages a {
      padding: 0 2px; }
      .pagination div.pages a.active {
        font-weight: bold; }

.mobileonly {
  display: none; }

.collection-item div {
  float: left; }

.collection-item .content {
  margin-left: 10px; }

.collection-item .image {
  width: 200px; }

p.sub {
  font-size: .8em;
  margin-bottom: 0; }

.news h2 a {
  text-decoration: none; }

#page_news_article .page {
  -moz-user-select: initial;
  -webkit-user-select: initial; }

input::-ms-clear {
  display: none; }

input#submitbutton[disabled='disabled'] {
  opacity: .5; }