@charset "UTF-8";
/**
 * Filename               layout.less
 * Website                Eigen Kracht
 * Destination            Responsive
 * Version                1.2.0 (2014-11-13) YYYY-MM-DD
 * Author                 Yvon Vuijk - yvon@qtag.nl
 * Copyright              Qtag & IXP
*/
body {
  background: #4d5054;
}
@media only screen and (min-width: 64.063em) {
  body {
    background: #4d5054 url("../img/background.jpg") top center fixed repeat;
  }
}
.styled-form {
  font-size: 14px;
}
.styled-form dl {
  position: relative;
}
.styled-form dt {
  position: absolute;
  margin-top: 2px;
}
.styled-form dd {
  width: 70%;
  margin-left: 30%;
  font-size: 14px;
  color: #15161a;
  font-weight: 300;
}
.styled-form input[type="radio"],
.styled-form input[type="checkbox"] {
  margin: 10px 7px 1rem 0;
}
.styled-form label {
  margin-right: 10px;
  display: inline-block;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.videoplayer {
  border-left: 2px solid #feca30;
}
.videoplayer:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background-image: url('../img/play-button.png');
  content: '';
  color: #ffffff;
  z-index: 10;
  opacity: 0.4;
}
.videoplayer:hover {
  border-left: 2px solid #0071bc;
}
.videoplayer:hover:before {
  opacity: 0.8;
}
.video.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
}
.video.modal .exit {
  background: #ffffff;
  position: absolute;
  top: 35px;
  right: 5%;
  margin-right: -15px;
  height: 30px;
  width: 30px;
  color: #0071bc;
  font-size: 1.5em;
  font-weight: 900;
  border-radius: 50%;
  padding: 2px 9px;
  z-index: 10000;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.video.modal .exit:hover {
  color: #feca30;
}
.video.modal .jwplayer {
  max-width: 90%;
  max-height: 80%;
  margin: 50px 0 0 5%;
  background: transparent !important;
}
.lees-meer {
  color: #0071bc;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #e4e6ea;
  padding: 6px 8px 5px;
  padding-right: 20px;
  background: #FFF;
  line-height: 14px;
}
.lees-meer:after {
  position: absolute;
  right: 8px;
  top: 8px;
  content: "";
  display: block;
  height: 8px;
  width: 5px;
  background: url("../img/arrows.png") 4px 0;
}
.lees-meer:hover {
  border: 1px solid #0071bc;
  text-decoration: none;
}
header.page-top .logo img {
  margin: 14px;
  margin-left: 0;
}
header.page-top .top-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 15px;
  height: 70px;
}
header.page-top .top-right .language {
  text-align: right;
  color: #202126;
}
header.page-top .top-right .language a {
  color: #FFF;
  text-decoration: none;
}
header.page-top .top-right .language a:hover {
  text-decoration: underline;
}
header.page-top .top-right .social {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-right: -5px;
}
header.page-top .top-right .social a {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  opacity: 0.8;
  background: 50% 50% no-repeat;
  background-size: 18px auto;
}
header.page-top .top-right .social a.facebook {
  background-image: url('/system/img/facebook-white.svg');
}
header.page-top .top-right .social a.instagram {
  background-image: url('/system/img/instagram-white.svg');
}
header.page-top .top-right .social a:hover {
  opacity: 1;
}
header.page-top .top-right .social a:first-child {
  margin-left: 0;
}
.mobile-menu,
.menu-row .search {
  display: none;
}
/* mobile menu */
@media only screen and (max-width: 64.063em) {
  header.page-top .top-right {
    display: none;
  }
  .page-top .language {
    display: none;
  }
  .row .search {
    height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #000;
  }
  .mobile-menu {
    display: block;
    position: relative;
    background: #15161a;
    cursor: pointer;
    text-align: center;
    padding: 12px;
    border-bottom: 2px solid #202126;
  }
  .mobile-menu h1,
  .mobile-menu h2,
  .mobile-menu h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    color: #FFF;
  }
  .mobile-menu h1:after,
  .mobile-menu h2:after,
  .mobile-menu h3:after {
    display: none;
  }
  .mobile-menu:before {
    position: absolute;
    display: block;
    content: "";
    left: 12px;
    top: 15px;
    height: 17px;
    width: 20px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAARCAYAAADdRIy+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAD5JREFUeNpi+P///2Qg/vufcgAyYzIjkPjFwMDAykAd8JsJSMwE4n9UMOwf1KxRQCkYTTajYDTZEJFsAAIMABp4BQSJXwAxAAAAAElFTkSuQmCC") no-repeat center center;
  }
  .mobile-menu .searchicon {
    position: absolute;
    display: block;
    content: "";
    right: 18px;
    top: 15px;
    height: 24px;
    width: 22px;
    background: url("../img/search-mobile.png") no-repeat 0 0;
  }
  .mobile-menu:hover {
    background: #222328;
  }
  .mobile-menu img {
    height: 25px;
    line-height: 25px;
    vertical-align: top;
  }
  .menu-row {
    background: #FFF;
  }
  .menu-row .row {
    margin: 0;
    max-width: inherit;
  }
  .menu-row .menu {
    padding: 0;
    float: none;
  }
  .menu-row .menu ul {
    display: none;
    background: #fff;
  }
  .menu-row .menu ul,
  .menu-row .menu li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .menu-row .menu .headmenu {
    border-bottom: 1px solid #15161a;
    display: none;
  }
  .menu-row .menu .headmenu li {
    display: block;
    position: relative;
    border-top: 1px solid #202126;
    cursor: pointer;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFhIaG////1mxlxgAAAAJ0Uk5T/wDltzBKAAAAGUlEQVR42mJgBAMGIICyaCJADUAXlwIEGABNkACRAzJVMQAAAABJRU5ErkJggg==") 10px 13px no-repeat;
  }
  .menu-row .menu .headmenu li a,
  .menu-row .menu .headmenu li span {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 8px;
    margin-left: 36px;
    font-size: 14px;
  }
  .menu-row .menu .headmenu li.nc {
    background-image: none;
    cursor: default;
  }
  .menu-row .menu .headmenu li.open {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFhIaG////1mxlxgAAAAJ0Uk5T/wDltzBKAAAAFklEQVR42mJgRAMMNBGgBqCLSwECDABnEADBZ+JO3AAAAABJRU5ErkJggg==");
  }
  .menu-row .menu .headmenu > li {
    background-color: #848686;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF8vLy////4xj63gAAAAJ0Uk5T/wDltzBKAAAAGUlEQVR42mJgBAMGIICyaCJADUAXlwIEGABNkACRAzJVMQAAAABJRU5ErkJggg==");
  }
  .menu-row .menu .headmenu > li > a {
    background: #f2f2f2;
    font-size: 15px;
    font-weight: 600;
  }
  .menu-row .menu .headmenu > li > a > span {
    background: #848686;
  }
  .menu-row .menu .headmenu > li.open {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF8vLy////4xj63gAAAAJ0Uk5T/wDltzBKAAAAFklEQVR42mJgRAMMNBGgBqCLSwECDABnEADBZ+JO3AAAAABJRU5ErkJggg==");
  }
  .menu-row .menu .headmenu ul {
    float: none !important;
  }
  .menu-row .menu .headmenu ul > li {
    border-top-color: #202126;
  }
  .menu-row .menu .headmenu ul ul > li {
    font-style: italic;
  }
  .menu-row .menu .headmenu ul.open {
    display: block;
  }
  .menu-row .menu .headmenu li.search {
    padding: 8px 0;
    background: #FFF;
  }
  .menu-row .menu .headmenu li.search form,
  .menu-row .menu .headmenu li.search input {
    margin-bottom: 0;
  }
  .menu-row .menu .headmenu li.language {
    padding: 4px;
    padding-left: 12px;
    background: #f2f2f2;
  }
  .menu-row .menu .headmenu li.language a {
    display: inline;
    background: none;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .menu-row .menu .headmenu li.language a:before {
    display: none;
  }
  .menu-row .menu .headmenu li.language a.active {
    text-decoration: underline;
  }
}
/* desktop menu */
@media only screen and (min-width: 64.063em) {
  .search.mobile {
    display: none;
  }
  .small-block-grid-6 > li {
    box-sizing: border-box;
    width: 16.2%;
  }
  .small-block-grid-7 > li {
    box-sizing: border-box;
    width: 12.4%;
    max-width: 12.5%;
  }
  .menu-row {
    background: #15161a;
    margin-bottom: 14px;
    color: #FFF;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.7);
    max-height: 47px;
    z-index: 2;
  }
  .menu-row .menu {
    position: relative;
    padding: 0;
    margin: 0;
    border-left: 1px solid #3e4048;
  }
  .menu-row .menu a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
  }
  .menu-row .menu a:hover {
    text-decoration: none;
  }
  .menu-row .menu ul,
  .menu-row .menu li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .menu-row .menu > .headmenu > li:hover {
    height: 49px;
  }
  .menu-row .menu > .headmenu li:hover .mega.javascript {
    height: auto;
    opacity: 1;
    transition: opacity 0.3s ease;
    transition-delay: 0.2s;
  }
  .menu-row .menu > .headmenu li:hover .mega.nojavascript {
    background: #202126;
  }
  .menu-row .menu > .headmenu .mega {
    position: absolute;
    z-index: 103;
    top: 47px;
    left: 2px;
    width: 1000px;
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  .menu-row .menu > .headmenu .mega > li {
    margin: 25px 0;
    padding: 0 15px!important;
    border-left: 1px solid #3e4048;
    box-shadow: inset -7px 0 3px -7px #000000;
    font-size: 13px;
    display: table;
  }
  .menu-row .menu > .headmenu .mega > li:first-child {
    border-left: 1px solid #000000;
  }
  .menu-row .menu > .headmenu .mega > li:first-child:before {
    position: absolute;
    display: block;
    content: '';
    left: 1px;
    border-left: 1px solid #3e4048;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .menu-row .menu > .headmenu .mega > li:last-child {
    border-right: 1px solid #3e4048;
    box-shadow: inset -5px 0 3px -5px #000000;
  }
  .menu-row .menu > .headmenu .mega li {
    font-size: 13px;
  }
  .menu-row .menu > .headmenu .mega > li > a,
  .menu-row .menu > .headmenu .mega > li > ul > li.small > a,
  .menu-row .menu > .headmenu .mega li span.title {
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #fff;
    display: block;
  }
  .menu-row .menu > .headmenu .mega > li > a:after,
  .menu-row .menu > .headmenu .mega > li > ul > li.small > a:after,
  .menu-row .menu > .headmenu .mega li span.title:after {
    display: block;
    height: 1px;
    background-color: #feca30;
    width: 100%;
    max-width: 300px;
    content: "";
    margin-bottom: 10px;
    margin-top: 2px;
  }
  .menu-row .menu > .headmenu .mega > li > ul > li.small {
    min-height: 140px;
  }
  .menu-row .menu > .headmenu .mega li ul li {
    float: none;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .menu-row .menu > .headmenu .mega li ul.double li {
    width: 50%;
    float: left;
    overflow: hidden;
  }
  .menu-row .menu > .headmenu .mega a:hover {
    color: #feca30;
  }
  .menu-row .menu > .headmenu > li {
    position: relative;
    float: left;
    min-height: 47px;
    border-right: 1px solid #3e4048;
  }
  .menu-row .menu > .headmenu > li > a {
    display: inline-block;
    padding: 10px 22px 10px 20px;
    line-height: 27px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
  }
  .menu-row .menu > .headmenu > li:hover > a {
    background: #202126;
  }
  .menu-row .menu > .headmenu > li.active > a {
    border-top: 2px solid #feca30;
    background: #202126;
  }
  .menu-row .menu > .headmenu > li li.active > a {
    color: #feca30;
  }
  .menu-row .menu > .headmenu li.search {
    display: none;
  }
  .display {
    position: absolute;
    width: 100%;
    height: 0px;
    transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    top: 47px;
    left: 0;
    margin-left: 0;
    z-index: 1;
    background: #202126;
    border-bottom: 1px solid #000;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  }
}
.slider .row {
  background: #202126;
}
.slider .row > .item:not(:first-child) {
  display: none;
}
.slider .slick-prev,
.slider .slick-next {
  position: absolute;
  background: inherit;
  background: url("../img/slider.png") 0 0;
  width: 80px;
  height: 80px;
  left: -45px;
  top: 40%;
  cursor: pointer;
}
.slider .slick-prev:before,
.slider .slick-next:before {
  content: "";
}
.slider .slick-prev:hover,
.slider .slick-next:hover {
  background: url("../img/slider.png") 0 -80px;
}
.slider .slick-next {
  left: inherit;
  right: -45px;
  background: url("../img/slider.png") -80px 0;
}
.slider .slick-next:hover {
  background: url("../img/slider.png") -80px -80px;
}
@media only screen and (max-width: 70em) {
  .slider .slick-prev,
  .slider .slick-next {
    display: none !important;
  }
}
.slider .column {
  padding: 0;
  border-bottom: 1px solid #15161a;
  border-top: 1px solid #15161a;
}
.slider .sl-image a {
  display: block;
  max-height: 250px;
  margin: 0 auto;
}
.slider .sl-text {
  background: #202126;
  max-height: 250px;
  padding: 14px 26px 30px 26px;
}
.slider .sl-text p {
  font-size: 13px;
}
.slider .sl-text p,
.slider .sl-text h2,
.slider .sl-text a {
  color: #FFF;
}
.slider .read-more {
  display: block;
  background: #15161a;
  margin-left: -26px;
  margin-right: -26px;
  margin-top: -8px;
  padding: 10px;
  padding-left: 26px;
  text-decoration: none;
  font-weight: 600;
  border-top: 1px solid #3e4048;
  border-bottom: 1px solid #3e4048;
  font-size: 14px;
}
.slider .read-more:after {
  display: inline-block;
  content: "»";
  margin-left: 6px;
  color: #feca30;
}
.slider .read-more:hover {
  background: #292c33;
  text-decoration: underline;
  border-top: 1px solid #15161a;
  border-bottom: 1px solid #15161a;
}
.slider .slick-slider {
  margin-bottom: 0;
}
.slider .slick-dots {
  right: 10px;
  bottom: -14px;
  text-align: right;
}
.slider .slick-dots li {
  margin: 0;
}
.slider .slick-dots li button:before {
  color: #FFF;
  opacity: 1;
  font-size: 10px;
}
.slider .slick-dots li.slick-active button:before {
  color: #feca30;
}
@media only screen and (max-width: 64.063em) {
  .sl-text p {
    font-size: 14px !important;
  }
}
.container > .row {
  background: #15161a;
}
.content {
  background: #FFF;
  padding: 26px;
  min-height: 400px;
}
.content.frontpage {
  padding: 26px;
}
.content p {
  line-height: 1.7em;
}
.content .share {
  border-top: 1px solid #e4e6ea;
  margin: 0 -26px;
  margin-top: 24px;
  padding: 12px 26px;
  text-align: right;
}
.content .share a {
  display: inline-block;
  height: 47px;
  width: 40px;
  margin-left: 2px;
  background: url('../img/social-media-share.png');
  background-image: url('../img/social-icons.svg'), none;
}
.content .share a.twitter {
  background-position: 0 0;
}
.content .share a.facebook {
  background-position: -40px 0;
}
.content .share a.email {
  background-position: -80px 0;
}
.content .share a.print {
  background-position: -120px 0;
}
.content .share a:hover {
  border-bottom: 2px solid #feca30;
  opacity: 0.7;
}
@media only screen and (min-width: 64.063em) {
  .container > .row {
    border-right: 1px solid #000;
  }
  .content {
    padding: 26px 42px;
  }
  .content .share {
    margin: 0 -42px;
    padding: 12px 42px;
  }
}
.artikelen-header a {
  display: block;
  padding-bottom: 6px;
  margin-bottom: 6px;
  font-size: 18px;
  color: #333438;
  text-decoration: none;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #e4e6ea;
}
.artikelen-header a:after {
  display: block;
  height: 5px;
  width: 8px;
  content: "";
  position: absolute;
  right: 6px;
  top: 8px;
  background: url('../img/black-arrow.png') top right;
}
.artikelen-header a:hover,
.artikelen-header a.active {
  border-bottom: 2px solid #8fc5e4;
  color: #000;
}
.artikelen-header a:hover:after,
.artikelen-header a.active:after {
  background: url('../img/black-arrow.png') top left;
}
.tabbladen {
  display: none;
}
.tabbladen.active {
  display: block;
}
.videos {
  margin-top: 6px;
}
.videos h3 {
  color: #15161a;
  font-size: 14px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}
.videos h3:after {
  display: none;
}
.nieuwsarchief {
  margin: 0;
}
.nieuwsarchief > li {
  margin: 0;
  list-style: none;
  margin-bottom: 12px;
  font-weight: 700;
}
.nieuwsarchief > li ul li a {
  font-weight: 300;
  text-decoration: none;
}
.nieuwsarchief > li ul li a time {
  display: inline-block;
  font-size: 13px;
  color: #3e4048;
}
.nieuwsarchief > li ul li a:hover {
  text-decoration: underline;
}
.nieuwsarchief-jaren a {
  text-decoration: none;
  margin-right: 10px;
  font-size: 15px;
  line-height: 1.5em;
}
.nieuwsarchief-jaren a:hover {
  text-decoration: underline;
}
.artikelen {
  margin-bottom: 12px;
}
.artikelen article a {
  display: block;
  padding-top: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e4e6ea;
  text-decoration: none;
}
.artikelen article a img {
  float: left;
  margin-right: 14px;
  border: 1px solid #e4e6ea;
  border-left: 2px solid #feca30;
  width: 28%;
  height: auto !important;
  min-width: 140px;
}
.artikelen article a time {
  color: #7b7f84;
  font-weight: 300;
  font-size: 14px;
  margin-right: 6px;
}
.artikelen article a h1,
.artikelen article a h2,
.artikelen article a h3 {
  display: inline;
  color: #15161a;
  font-size: 15px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}
.artikelen article a h1:after,
.artikelen article a h2:after,
.artikelen article a h3:after {
  display: none;
}
.artikelen article a p {
  margin-top: 6px;
}
.artikelen article a .lees-meer {
  position: absolute;
  right: 0;
  bottom: 8px;
}
.artikelen article a:hover img {
  border: 1px solid #8fc5e4;
  border-left: 2px solid #0071bc;
}
.artikelen article a:hover strong,
.artikelen article a:hover h1,
.artikelen article a:hover h2,
.artikelen article a:hover h3 {
  text-decoration: underline;
}
.artikelen article a:hover .lees-meer {
  border: 1px solid #0071bc;
}
.artikelen article a:after {
  /* clearfix */
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.artikelen .text-right {
  padding-top: 14px;
}
div.news > img {
  margin: 5px 0 0 14px;
  border: 1px solid #e4e6ea;
  border-left: 2px solid #feca30;
  height: auto !important;
  width: 200px;
}
div.news time {
  display: block;
  text-align: right;
  margin-top: -2px;
  margin-bottom: 12px;
  color: #202126;
}
.collective {
  border-top: 1px solid #e4e6ea;
}
.collective > ul {
  border-top: 1px solid #e4e6ea;
}
.sidebar {
  font-size: 13px;
  background: #15161a;
  color: #FFF;
  padding: 0;
}
.sidebar p,
.sidebar h3,
.sidebar a {
  color: #FFF;
  font-size: 14px;
}
.sidebar a {
  text-decoration: underline;
}
.sidebar a:hover {
  text-decoration: none;
}
.sidebar label {
  color: #FFF;
}
@media only screen and (min-width: 64.063em) {
  .sidebar {
    border-left: 1px solid #000;
  }
}
.breadcrumb {
  padding: 16px 20px;
  line-height: 1.5em;
}
.breadcrumb a {
  font-size: 13px;
  text-decoration: none;
  padding-right: 25px;
  margin-bottom: 6px;
  font-style: italic;
  display: inline-block;
}
.breadcrumb a:after {
  content: "";
  background: url("../img/arrows.png") 10px 0;
  display: block;
  width: 5px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 5px;
}
.breadcrumb a:hover {
  text-decoration: underline;
  color: #FFF;
}
.breadcrumb span {
  color: #FFF;
  font-size: 13px;
  text-decoration: underline;
  font-style: italic;
}
.message {
  width: 100%;
  text-align: center;
  border: 1px solid #0071bc;
  padding: 8px;
}
.search input[type='search'] {
  font-size: 14px;
  padding-left: 34px;
  margin-bottom: 0;
}
.search input[type='submit'] {
  position: absolute;
  top: 9px;
  left: 12px;
  border: 0;
  display: block;
  width: 18px;
  height: 18px;
  background: url('../img/search.png');
  background-image: url('../img/search.svg'), none;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.search input[type='submit']:hover {
  border: none;
  background-position: 0 -18px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.search .suggestions {
  margin: 1px 5px 0 30px;
  background: #fff;
  color: #000;
  position: absolute;
  z-index: 1000;
}
.search .suggestions li {
  list-style-type: none;
  border-bottom: 1px solid #0071bc;
  padding: 8px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 302px;
}
.search .suggestions li:hover {
  background: #feca30;
}
.search .suggestions li a {
  color: #15161a;
  text-decoration: none;
}
.search .suggestions li a:hover {
  color: #202126;
}
.widget {
  border-bottom: 1px solid #3e4048;
  border-top: 1px solid #3e4048;
  margin-bottom: 14px;
  padding: 16px 20px 12px 20px;
  background: #202126;
}
.widget h2,
.widget h3 {
  font-size: 16px;
  margin-top: 0;
  color: #FFF;
}
.widget.video {
  padding-bottom: 0;
}
.widget.submenu {
  padding: 0;
}
.widget.submenu a {
  display: block;
  font-size: 13px;
  padding: 4px 20px;
  text-decoration: none;
}
.widget.submenu a.active {
  color: #feca30;
}
.widget.submenu a:hover {
  color: #FFF;
}
.widget.submenu h2,
.widget.submenu h3 {
  padding: 16px 20px 0 20px;
}
.widget.submenu h2 a,
.widget.submenu h3 a {
  padding: 0;
  font-size: 16px;
}
.widget.submenu .submenu-controls {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget.submenu .submenu-controls > li > a {
  border-top: 1px solid #292c33;
  padding-left: 30px;
}
.widget.submenu .submenu-controls > li > a span {
  background: url('../img/plusminus.png');
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 10px;
  top: 9px;
}
.widget.submenu .submenu-controls > li > a.toggle span {
  background: url('../img/plusminus.png') 10px 0;
}
.widget.submenu .submenu-controls > li > a:after {
  content: "";
  background: url("../img/arrows.png") 10px 0;
  display: block;
  width: 5px;
  height: 8px;
  position: absolute;
  right: 14px;
  top: 9px;
}
.widget.submenu .submenu-controls > li > a:hover {
  background: #15161a;
}
.widget.submenu .submenu-controls > li > ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget.submenu .submenu-controls > li > ul > li {
  background: #292c33;
}
.widget.submenu .submenu-controls > li > ul > li a {
  margin-left: 30px;
  padding-left: 0;
  border-bottom: 1px solid #222328;
}
.widget.submenu .submenu-controls > li > ul > li a:hover {
  text-decoration: underline;
}
.widget.submenu .submenu-controls > li > ul.toggle {
  display: block;
}
.widget.archive ul {
  margin-bottom: 0;
}
.widget.archive ul li {
  color: #FFF;
}
.widget.archive ul li a {
  text-decoration: none;
}
.widget.archive ul li a.active,
.widget.archive ul li a:hover {
  text-decoration: underline;
  color: #FFF;
}
.widget.doelen {
  padding-bottom: 0;
}
.widget.doelen .grey {
  color: #8c9199;
}
.widget.doelen .doelen-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget.doelen .doelen-nav li {
  margin-bottom: 20px;
}
.widget.doelen .doelen-nav li a {
  display: block;
  max-width: 290px;
  height: 100px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  padding-top: 36px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  margin: 0 auto;
  border-left: 1px solid #feca30;
  border-right: 1px solid #feca30;
}
.widget.doelen .doelen-nav li a.doelen-1 {
  background: url('../doelen/doelen-1.png') center -100px;
}
.widget.doelen .doelen-nav li a.doelen-1:hover {
  background: url('../doelen/doelen-1.png') center 0;
}
.widget.doelen .doelen-nav li a.doelen-2 {
  background: url('../doelen/doelen-2.png') center -100px;
}
.widget.doelen .doelen-nav li a.doelen-2:hover {
  background: url('../doelen/doelen-2.png') center 0;
}
.widget.doelen .doelen-nav li a.doelen-3 {
  background: url('../doelen/doelen-3.png') center -100px;
}
.widget.doelen .doelen-nav li a.doelen-3:hover {
  background: url('../doelen/doelen-3.png') center 0;
}
.widget.doelen .doelen-nav li a.doelen-4 {
  background: url('../doelen/doelen-4.png') center -100px;
}
.widget.doelen .doelen-nav li a.doelen-4:hover {
  background: url('../doelen/doelen-4.png') center 0;
}
.widget.doelen .doelen-nav li a h4 {
  color: #ffffff;
  font-size: 22px;
  text-shadow: 2px 2px #000;
}
.widget.doelen .doelen-nav li a h4:after {
  display: none;
}
.widget.contact p {
  margin: 8px auto;
}
.widget.contact .grey {
  color: #8c9199;
  font-size: 13px;
  margin-bottom: 0;
}
.widget.contact a.email {
  padding-left: 24px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
.widget.contact a.email:before {
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  content: "";
  width: 16px;
  height: 10px;
  background: url("../img/email.png");
  color: #feca30;
}
.widget.contact a:hover {
  color: #FFF;
}
.widget.poll label {
  line-height: 1em;
}
.widget.poll .option {
  margin-bottom: 8px;
}
.widget.poll .option span {
  float: right;
  color: #999;
  margin-left: 7px;
  font-size: 13px;
}
.widget.poll .percentagebar {
  height: 5px;
  background: #0071bc;
  margin-bottom: 16px;
}
.widget.app img.preview {
  float: left;
  margin-right: 5px;
  vertical-align: bottom;
  display: table-cell;
}
.widget.app p {
  font-size: 12px;
}
.widget.app hr {
  clear: both;
  margin: 0 -20px;
  border: solid #2b2d33;
  border-width: 1px 0 0;
}
.widget.app > div {
  text-align: center;
}
.widget.app > div img {
  margin-right: 10px;
  margin-top: 8px;
}
.widget.recent .recent-nav,
.widget.related .related-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget.recent .recent-nav li,
.widget.related .related-nav li {
  margin-bottom: 12px;
}
.widget.recent .recent-nav li a,
.widget.related .related-nav li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 15px;
}
.widget.recent .recent-nav li a:hover,
.widget.related .related-nav li a:hover {
  text-decoration: underline;
  color: #FFF;
}
.widget.recent .recent-nav li a time,
.widget.related .related-nav li a time {
  min-width: 50px;
  position: absolute;
  left: 0;
  color: #7b7f84;
  font-size: 14px;
}
.widget.recent .recent-nav li a h3,
.widget.related .related-nav li a h3 {
  padding-left: 80px;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
.widget.recent .recent-nav li a h3:before,
.widget.related .related-nav li a h3:before {
  content: "";
  display: block;
  height: 8px;
  width: 5px;
  background: url("../img/arrows.png");
  position: absolute;
  left: 65px;
  top: 5px;
}
.widget.recent .recent-nav li a h3:after,
.widget.related .related-nav li a h3:after {
  display: none;
}
.widget.nieuwsflits .grey,
.widget.nieuwsflits .grey a {
  color: #8c9199;
  font-size: 13px;
  margin-bottom: 0;
}
.content .related,
.content .dossier {
  padding-top: 4px;
}
.content .related ul,
.content .dossier ul {
  margin-left: 0;
}
.content .related ul li,
.content .dossier ul li {
  list-style-type: none;
  margin-left: 0;
}
.content .related ul li a,
.content .dossier ul li a {
  text-decoration: none;
  display: block;
  padding-left: 18px;
}
.content .related ul li a:before,
.content .dossier ul li a:before {
  content: "";
  display: block;
  height: 8px;
  width: 5px;
  background: url("../img/arrows.png");
  position: absolute;
  left: 0;
  top: 6px;
}
.content .related ul li a:hover,
.content .dossier ul li a:hover {
  color: #15161a;
  text-decoration: underline;
}
.news-archive p {
  margin-bottom: 4px;
}
.news-archive h2 {
  margin-top: 16px;
}
.news-archive nav {
  line-height: 2em;
}
.pagination {
  text-align: center;
  margin-top: 22px;
}
.pagination span > a {
  display: inline-block;
  padding: 6px;
  border: 1px solid #e4e6ea;
  text-decoration: none;
}
.pagination span > a:hover {
  border-color: #0071bc;
}
.pagination span > span {
  display: inline-block;
  padding: 6px;
  border: 1px solid #e4e6ea;
  color: #e4e6ea;
}
.pagination span.previous,
.pagination span.next {
  display: inline-block;
  padding: 6px 10px;
  color: #e4e6ea;
}
.pagination a.previous,
.pagination a.next {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #e4e6ea;
  text-decoration: none;
}
.pagination a.previous:hover,
.pagination a.next:hover {
  border-color: #0071bc;
}
.footer-nav {
  background: #15161a;
  color: #FFF;
  padding: 26px;
  margin-top: 14px;
  border-bottom: 2px solid #3e4048;
}
.footer-nav ul {
  margin: 0;
  list-style: none;
}
.footer-nav .footer-menu > li {
  width: 16%;
  float: left;
  margin-bottom: 10px;
}
.footer-nav .footer-menu > li > a {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #FFF;
  text-decoration: none;
}
.footer-nav .footer-menu > li ul {
  margin-left: 0;
}
.footer-nav .footer-menu > li ul li a {
  color: #FFF;
  text-decoration: none;
  font-size: 11px;
}
.footer-nav .footer-menu > li a:hover {
  text-decoration: underline;
}
.footer-nav .footer-menu > li a.active {
  color: #feca30;
}
@media only screen and (max-width: 40.063em) {
  .footer-nav {
    display: none;
  }
  .copyright img {
    display: block;
  }
}
.author .large-6 {
  width: 100%;
  text-align: right;
  color: #999;
  font-size: 17px;
}
.copyright {
  margin-top: 14px;
  background: #202126;
  color: #FFF;
  font-size: 14px;
  border-top: 1px solid #000;
}
.copyright .column {
  padding: 18px 26px;
}
.copyright img {
  margin-right: 18px;
  margin-bottom: 6px;
}
.copyright a,
.copyright span {
  line-height: 2em;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  margin-right: 4px;
  margin-left: 4px;
}
.copyright span {
  margin-left: 0;
}
.copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 64.063em) {
  .copyright .social {
    display: block;
    float: right;
    margin-left: 15px;
  }
  .copyright .social a {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    margin-top: 5px;
    margin-left: 5px;
    opacity: 0.8;
    background: 50% 50% no-repeat;
    background-size: 18px 18px;
  }
  .copyright .social a.facebook {
    background-image: url('/system/img/facebook-white.svg');
  }
  .copyright .social a.instagram {
    background-image: url('/system/img/instagram-white.svg');
  }
  .copyright .social a:hover {
    opacity: 1;
  }
}
.browserwarning {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #fdf2ab;
  border-bottom: 1px solid #f00;
  line-height: 20px;
}
.ribbon {
  background-color: #a00;
  overflow: hidden;
  white-space: nowrap;
  position: fixed;
  top: 0;
  right: 0;
  transform: translate(50px, 50px) rotate(45deg);
  box-shadow: 0 0 10px #888;
  z-index: 100;
  opacity: 0.7;
}
.ribbon a,
.ribbon span {
  border: 1px solid #faa;
  color: #fff;
  display: block;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 5px #444;
  width: 240px;
  height: 40px;
  line-height: 20px;
  text-transform: uppercase;
}
#attribution-1 {
  color: hsl(229, 8%, 25%);
  font-size: 90%;
}
/*# sourceMappingURL=layout.css.map */