/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 9-jun-2016, 17:03:02
    Author     : Tim Aertsen
*/
/**********************************************
* 1180 CSS Grid System - Fluid
* by Chris Blackwell / chrisblackwell.me
**********************************************/
body {
  width: 100%;
  margin: 0;
  padding: 0;
}
.wrap {
  width: 1180px;
  margin: 0 auto;
}
.flexbox {
  display: -webkit-flex;
  display: flex;
}
.row {
  margin: 20px 0;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Sets default values on all columns */
[class*="span"] {
  margin-right: 2%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
[class*="span"]:last-child {
  margin-right: 0;
}
.prototype [class*="span"] {
  background: #ececec;
  border-radius: 4px;
  padding: 15px;
  text-align: center;
}
.span1 {
  width: 6.5%;
}
.span2 {
  width: 15%;
}
.span3 {
  width: 23.5%;
}
.span4 {
  width: 32%;
}
.span5 {
  width: 40.5%;
}
.span6 {
  width: 49%;
}
.col7 {
  width: 57.5%;
}
.span8 {
  width: 66%;
}
.span9 {
  width: 74.5%;
}
.span10 {
  width: 83%;
}
.span11 {
  width: 91.5%;
}
.span12 {
  width: 100%;
  float: none;
}
/**********************************
* Smaller Screens
**********************************/
@media only screen and (max-width: 1240px) {
  .wrap {
    width: 94%;
  }
}
/**********************************
* Tablets
**********************************/
/**********************************
* Mobile Devices
* - All columns are full width
**********************************/
/*@media only screen and (max-width: 767px) {
    .row {
        margin: 0;
    }
    [class*="span"] {
        margin: 15px 0;
        float: none;
        width: 100%;
    }
}*/
@media print {
  .wrap {
    width: 100%;
  }
}
.prim-font {
  font-family: 'Nunito', sans-serif;
}
.none-appearance {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.text-center {
  text-align: center;
}
.ease-none {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.ease-slow {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.ease-normal {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.ease-fast {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
* {
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../include/boxsizing.htc);
  outline: none;
}
html,
body {
  height: 100%;
}
html.overflow,
body.overflow {
  overflow: hidden;
}
.download-icon {
  margin-right: 10px;
  display: block;
  width: 21px;
  height: 21px;
  float: left;
}
body {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #5b5b5b;
  background: url('/images/bg.jpg') center top repeat-y;
  overflow-x: hidden;
}
img {
  image-rendering: auto;
  display: block;
  width: 100%;
}
h1 {
  font-family: 'Nunito', sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 51px;
  color: #313945;
  margin-bottom: 15px;
}
h1 .strong {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 38px;
  color: #313945;
  margin-bottom: 40px;
}
h2 .strong {
  font-weight: 700;
}
@media only screen and (max-width: 500px) {
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 42px;
  color: #313945;
  margin-bottom: 15px;
}
h3 .strong {
  font-weight: 700;
}
h4 {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  color: #313945;
  margin-bottom: 15px;
}
h4 .strong {
  font-weight: 700;
}
p {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #5b5b5b;
  margin-bottom: 24px;
}
a {
  color: #a9c910;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
ul {
  list-style: none;
  margin-bottom: 24px;
}
ul li {
  line-height: 24px;
  padding-left: 16px;
  position: relative;
}
ul li:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 80%;
  text-rendering: auto;
  color: #a9c910;
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul li ul {
  margin-bottom: 0;
}
hr {
  background: rgba(91, 91, 91, 0.2);
  border: none;
  margin: 0;
  width: 100%;
  height: 1px;
}
svg {
  width: 100%;
  height: 100%;
}
svg polygon {
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
svg polygon:hover {
  opacity: 1;
}
/*====================================================
STRUCTUUR
=====================================================*/
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.leftmargin {
  margin-left: 10px;
}
.rightmargin {
  margin-right: 10px;
}
.clear {
  clear: both;
  overflow: hidden;
}
.no-margin {
  margin: 0;
}
.center-align {
  text-align: center;
}
.fixed {
  position: fixed;
}
.visible {
  visibility: visible;
}
.full-wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -780px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .full-wrapper {
    margin: 0 auto -490px;
  }
}
.push {
  height: 780px;
}
@media only screen and (max-width: 768px) {
  .push {
    height: 490px;
  }
}
.container {
  margin: 0 auto;
  width: 1180px;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  .container {
    width: 95%;
  }
}
.image-inline img[style*="float:left"],
.image-inline img[style*="float: left"] {
  margin: 0 20px 20px 0;
  max-width: 100%;
}
.image-inline img[style*="float:right"],
.image-inline img[style*="float: right"] {
  margin: 0 0 20px 20px;
  max-width: 100%;
}
.image-inline h2 {
  margin-bottom: 15px;
}
.image-inline table {
  border: none;
  margin-bottom: 24px;
}
.image-inline table tr td {
  padding: 0 15px 0 0;
  border: none;
}
@media only screen and (max-width: 768px) {
  .image-inline img[style*="float:left"],
  .image-inline img[style*="float: left"],
  .image-inline img[style*="float:right"],
  .image-inline img[style*="float: right"] {
    margin: 20px auto;
    display: table;
    height: auto !important;
    float: none !important;
  }
  .image-inline table {
    width: 100%;
    overflow-x: scroll;
  }
}
/*====================================================
TABLE
=====================================================*/
table {
  border-collapse: collapse;
}
table tr th,
table tr td {
  padding: 10px 10px 10px 0;
}
table tr th {
  text-align: left;
}
/*====================================================
ALERTS
=====================================================*/
.alert {
  text-align: center;
  line-height: 24px;
  padding: 20px;
  border: 1px solid #616161;
  margin-bottom: 30px;
  display: block;
}
.alert p {
  margin: 0;
}
.alert.alert-succes {
  background-color: #d8f3cc;
  border-color: #a3cb92;
  margin-bottom: 0;
}
.alert.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/*====================================================
FORM
=====================================================*/
label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
.form-row {
  margin-left: -2%;
  clear: both;
}
.form-row .form-item {
  margin-left: 2%;
  margin-bottom: 20px;
  width: 98%;
  float: left;
}
.form-row .form-item.half {
  width: 48%;
}
.form-row .form-item.vierde {
  width: 23%;
}
.form-row .form-item.no-margin {
  margin-bottom: 0;
}
.form-row .form-item.no-label {
  margin-top: 29px;
}
.form-row .form-item.form-btn {
  float: right;
}
.form-row .form-item.error-checkbox {
  padding: 5px 10px;
  border: solid 1px #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media only screen and (max-width: 500px) {
  .form-row .form-item.half {
    width: 98%;
  }
  .form-row .form-item.half.less-margin {
    margin-bottom: 10px;
  }
  .form-row .form-item.vierde {
    width: 48%;
  }
  .form-row .form-item.no-label {
    margin-top: 0;
  }
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
select,
textarea {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  color: #5b5b5b;
  padding: 12px 16px;
  border: solid 1px rgba(91, 91, 91, 0.2);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  width: 100%;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  top: 13px;
  left: 16px;
}
::-webkit-input-placeholder {
  color: rgba(40, 40, 40, 0.2);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(40, 40, 40, 0.2);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(40, 40, 40, 0.2);
}
:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.2);
}
.check-wrap {
  position: relative;
}
.verplicht i {
  font-size: 45%;
  color: #a9c910;
  margin-top: 4px;
  margin-left: 2px;
  vertical-align: top;
}
.kantlijn {
  font-size: 12px;
  margin-bottom: 10px;
  float: left;
}
.kantlijn .verplicht i {
  margin-right: 2px;
  margin-left: 0;
}
.bestand-uitleg {
  font-size: 12px;
  margin-bottom: 10px;
}
.file-input.btn.btn-line {
  font-size: 15px;
  line-height: normal;
  color: #a9c910;
  padding: 12px 16px;
  border: solid 1px rgba(91, 91, 91, 0.2);
  margin: 0;
}
.file-input.btn.btn-line:after {
  content: '';
}
.file-input.btn.btn-line:hover {
  color: #a9c910;
  border-color: #a9c910;
}
input[type="text"].error-input,
input[type="number"].error-input,
input[type="password"].error-input,
select.error-input,
textarea.error-input {
  border: solid 1px #a94442;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border: solid 1px #a9c910;
}
input[type="submit"]:focus,
.form-item button:focus {
  outline: none;
}
input[type="file"] {
  padding: 0;
  width: 0;
  height: 0;
}
button {
  cursor: pointer;
}
.select-wrap {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  color: #5b5b5b;
  border: solid 1px rgba(91, 91, 91, 0.2);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  width: 100%;
  position: relative;
}
.select-wrap.focus {
  border-color: #a9c910;
}
.select-wrap.error-input {
  border-color: #a94442;
}
.select-wrap .selected {
  line-height: 20px;
  padding: 12px 16px;
  min-height: 44px;
  cursor: pointer;
}
.select-wrap .selected:after {
  margin-top: 2px;
  float: right;
  content: "\f0d7";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select-wrap .selected:first-letter {
  text-transform: uppercase;
}
.select-wrap .sub-select {
  background: #fff;
  border: solid 1px rgba(91, 91, 91, 0.2);
  border-top: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  margin-bottom: 0;
  display: none;
  max-height: 246px;
  position: absolute;
  top: 45px;
  right: -1px;
  left: -1px;
  z-index: 5;
  overflow-y: scroll !important;
}
.select-wrap .sub-select::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.select-wrap .sub-select::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.select-wrap .sub-select::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.select-wrap .sub-select::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}
.select-wrap .sub-select.first {
  z-index: 6;
}
.select-wrap .sub-select li {
  padding-left: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.select-wrap .sub-select li:before {
  content: '';
}
.select-wrap .sub-select li label {
  font-size: 15px;
  padding: 5px 16px;
  margin-bottom: 0;
  display: block;
  cursor: pointer;
}
.select-wrap .sub-select li label:hover {
  background: lightgrey;
}
.select-wrap .sub-select .sub-sub {
  padding-left: 25px;
  margin-bottom: 0;
  display: none;
}
.form-melding {
  font-weight: 400;
}
.form-melding.error {
  color: #a9c910;
  margin-bottom: 26px;
}
form .tussentitel {
  font-size: 15px;
  font-weight: 700;
  color: #a9c910;
  margin-bottom: 15px;
}
/*====================================================
CHECKBOXES & RADIOS
=====================================================*/
.check-label,
.radio-label,
.check-no-select {
  cursor: pointer;
  display: inline-block;
  color: #5b5b5b;
}
.check-label input[type="checkbox"],
.radio-label input[type="checkbox"],
.check-no-select input[type="checkbox"],
.check-label input[type="radio"],
.radio-label input[type="radio"],
.check-no-select input[type="radio"] {
  display: none;
}
.check-label input[type="checkbox"] + .check-option:before,
.radio-label input[type="checkbox"] + .check-option:before,
.check-no-select input[type="checkbox"] + .check-option:before,
.check-label input[type="radio"] + .check-option:before,
.radio-label input[type="radio"] + .check-option:before,
.check-no-select input[type="radio"] + .check-option:before {
  content: "\f10c";
  font-family: "FontAwesome";
  color: #a9c910;
  width: 1em;
  display: inline-block;
  margin-right: 10px;
}
.check-label input[type="checkbox"]:checked + .check-option:before,
.radio-label input[type="checkbox"]:checked + .check-option:before,
.check-no-select input[type="checkbox"]:checked + .check-option:before,
.check-label input[type="radio"]:checked + .check-option:before,
.radio-label input[type="radio"]:checked + .check-option:before,
.check-no-select input[type="radio"]:checked + .check-option:before {
  content: "\f192";
}
.check-label input[type="checkbox"] + .check-option:before,
.radio-label input[type="checkbox"] + .check-option:before,
.check-no-select input[type="checkbox"] + .check-option:before {
  content: "\f096";
}
.check-label input[type="checkbox"]:checked + .check-option:before,
.radio-label input[type="checkbox"]:checked + .check-option:before,
.check-no-select input[type="checkbox"]:checked + .check-option:before {
  content: "\f046";
}
.check-label.error-input,
.radio-label.error-input,
.check-no-select.error-input {
  color: #ee5f5b;
}
.check-label.error-input:before,
.radio-label.error-input:before,
.check-no-select.error-input:before {
  color: #ee5f5b;
}
/*====================================================
BUTTON
=====================================================*/
.btn,
.ctabtn {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 24px;
  color: #fff;
  background-color: #a9c910;
  padding: 12px 45px 12px 25px;
  border: solid 1px #a9c910;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  display: inline-block;
  min-width: 220px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.btn:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  line-height: 25px;
  display: inline-block;
  float: right;
  content: '\f101';
  position: absolute;
  right: 20px;
}
.btn:hover {
  text-decoration: none;
  background-color: #819a0c;
  border-color: #819a0c;
}
.btn.btn-full {
  width: 100%;
}
.btn.btn-line {
  background: none;
  border-width: 2px;
  border-color: #a9c910;
}
.btn.btn-line:hover {
  background: #a9c910;
}
.btn.scrolltoId:after {
  content: '\f103';
}
.ctabtn {
  background-color: #819a0c;
  border-color: #819a0c;
}
.ctabtn:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  line-height: 25px;
  display: inline-block;
  float: right;
  content: '\f105';
  position: absolute;
  right: 20px;
}
.ctabtn:hover {
  background-color: #a9c910;
  border-color: #a9c910;
}
.no-btn-link {
  text-decoration: none;
  line-height: 27px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.no-btn-link:hover {
  color: #819a0c;
}
.btn-wrapper {
  text-align: center;
}
.btn-wrapper .btn {
  margin-right: 20px;
}
.btn-wrapper .btn:last-child {
  margin-right: 0;
}
.btn-wrapper.margin-top {
  margin-top: 40px;
}
/*====================================================
BESTANDEN
=====================================================*/
.bestanden-wrapper {
  margin-bottom: 30px;
}
.bestanden-wrapper a {
  text-decoration: none;
  margin-top: 10px;
  display: block;
}
.bestanden-wrapper a:first-child {
  margin-top: 0;
}
/*====================================================
BREADCRUMB
=====================================================*/
.breadcrumb-wrapper {
  padding: 20px 0 40px;
}
.breadcrumb-wrapper .breadcrumb {
  font-size: 13px;
  line-height: 20px;
  list-style: none;
  overflow: hidden;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  display: inline-block;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  text-decoration: none;
  line-height: 20px;
  color: #a9c910;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #819a0c;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item span {
  line-height: 20px;
  vertical-align: middle;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item i {
  font-size: 40%;
  color: #a9c910;
  line-height: 20px;
  vertical-align: middle;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item.breadcrumb-back {
  margin-right: 20px;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item.breadcrumb-back a i {
  font-size: 100%;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-wrapper .row {
    margin: 0;
  }
  .breadcrumb-wrapper .row [class*="span"] {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
/*====================================================
COOKIE
=====================================================*/
.cookie-banner {
  color: #fff;
  background: rgba(169, 201, 16, 0.9);
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 100%;
  max-width: 455px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}
.cookie-banner .text {
  font-size: 13px;
  line-height: 18px;
  padding-left: 150px;
  position: relative;
}
.cookie-banner .text a {
  color: #fff;
}
.cookie-banner .text .cookie-img {
  height: calc(100% + 20px);
  position: absolute;
  bottom: -15px;
  left: 0;
}
.cookie-banner .text .cookie-img img {
  width: auto;
  height: 100%;
}
.cookie-banner .text .btn {
  font-size: 14px;
  color: #a9c910;
  background: #fff;
  padding: 5px 14px;
  border-color: transparent;
  min-width: 0;
}
.cookie-banner .text .btn:after {
  margin: 0;
  content: '';
}
.cookie-banner .text .btn:hover {
  opacity: 0.7;
}
.cookie-banner .text .content-links {
  width: 77%;
  float: left;
}
.cookie-banner .text .content-links .content {
  margin-bottom: 10px;
  display: block;
}
.cookie-banner .text .content-rechts {
  width: 20%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cookie-banner .text .content-rechts .btn {
  float: right;
}
.cookie-banner .text .show-mobile {
  display: none;
}
.cookie-banner .text .hide-mobile {
  display: block;
}
@media only screen and (max-width: 1240px) {
  .cookie-banner .text {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 500px) {
  .cookie-banner {
    padding: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    max-width: 100%;
    bottom: 0;
    right: 0;
  }
  .cookie-banner .text .cookie-img {
    max-height: 94px;
  }
  .cookie-banner .text .content-links {
    width: auto;
    float: none;
  }
  .cookie-banner .text .content-rechts {
    margin: 0 0 15px 15px;
    width: auto;
    float: right;
    position: relative;
    right: auto;
    bottom: auto;
  }
  .cookie-banner .text .show-mobile {
    display: block;
  }
  .cookie-banner .text .hide-mobile {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .cookie-banner .text {
    padding-left: 0;
  }
  .cookie-banner .text .cookie-img {
    display: none;
  }
}
/*====================================================
SLICK-SLIDER
=====================================================*/
.slick-slider button {
  font-size: 44px;
  color: #fff;
  background: none;
  border: none;
  margin-top: -40px;
  height: 80px;
  position: absolute;
  top: 50%;
  opacity: 0.7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.slick-slider button:hover {
  opacity: 1;
}
.slick-slider button.slick-prev {
  padding-left: 15px;
  left: 0;
}
.slick-slider button.slick-next {
  padding-right: 15px;
  right: 0;
}
/*====================================================
MODAL
=====================================================*/
.hide {
  display: none;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal h2 {
  margin-bottom: 8px;
}
.modal {
  background: #fff;
  margin: 15px 0;
  margin-left: -20%;
  padding: 50px 20px;
  position: fixed;
  top: 5%;
  left: 50%;
  z-index: 1050;
  overflow: hidden;
  width: 40%;
  min-height: 95px;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  text-align: center;
  /* IE6-7 */
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  color: #000;
  letter-spacing: 2px;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.modal .buttongroup .btn {
  margin-right: 20px;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px 0;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 15px 0 0 0;
  margin-bottom: 0;
  text-align: center;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/*====================================================
ICONS
=====================================================*/
.icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
/*====================================================
SOCIAL SHARE
=====================================================*/
.social-share {
  margin-bottom: 30px;
}
.social-share a {
  text-decoration: none;
  margin-left: 10px;
  display: block;
  float: left;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.social-share a:first-child {
  margin-left: 0;
}
.social-share a:hover {
  color: #819a0c;
}
.social-share a.facebook {
  color: #3b5998;
}
.social-share a.facebook:hover {
  color: #2d4373;
}
.social-share a.twitter {
  color: #00acee;
}
.social-share a.twitter:hover {
  color: #0087bb;
}
.social-share a.linkedin {
  color: #0077b5;
}
.social-share a.linkedin:hover {
  color: #005582;
}
.social-share a.pinterest {
  color: #c8232c;
}
.social-share a.pinterest:hover {
  color: #9d1b22;
}
.social-share a.googleplus {
  color: #d34836;
}
.social-share a.googleplus:hover {
  color: #b03626;
}
.social-share a i {
  font-size: 40px;
}
/*====================================================
MENU
=====================================================*/
.menu-wrapper .wrap {
  position: relative;
}
.menu-wrapper .wrap .logo {
  padding-bottom: 7px;
  display: block;
  width: 325px;
  position: absolute;
  top: -188px;
  left: -154px;
}
.menu-wrapper .wrap .logo.not-show {
  display: none;
}
.menu-wrapper .wrap .menu {
  font-size: 14px;
  font-weight: 300;
  float: right;
}
.menu-wrapper .wrap .menu ul {
  margin-bottom: 0;
}
.menu-wrapper .wrap .menu ul li {
  padding: 0;
  display: inline-block;
  position: relative;
}
.menu-wrapper .wrap .menu ul li:before {
  content: '';
  background: rgba(255, 255, 255, 0.6);
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 22px;
  left: 0;
}
.menu-wrapper .wrap .menu ul li:first-child:before {
  width: 0;
}
.menu-wrapper .wrap .menu ul li:last-child a {
  padding-right: 0;
}
.menu-wrapper .wrap .menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 18px 15px;
  display: block;
  position: relative;
}
.menu-wrapper .wrap .menu ul li a .school-icon {
  display: block;
  width: 24px;
  height: 24px;
  float: right;
}
.menu-wrapper .wrap .menu ul li .submenu {
  background: #fff;
  border: solid 1px rgba(91, 91, 91, 0.2);
  border-top: none;
  display: none;
  min-width: 100%;
  position: absolute;
  z-index: 9999;
}
.menu-wrapper .wrap .menu ul li .submenu.wide {
  min-width: 240px;
}
.menu-wrapper .wrap .menu ul li .submenu ul li {
  display: block;
}
.menu-wrapper .wrap .menu ul li .submenu ul li:before {
  background: rgba(169, 201, 16, 0.4);
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 1px;
}
.menu-wrapper .wrap .menu ul li .submenu ul li:hover a {
  background: rgba(169, 201, 16, 0.4);
}
.menu-wrapper .wrap .menu ul li .submenu ul li:first-child:before {
  height: 0;
}
.menu-wrapper .wrap .menu ul li .submenu ul li a {
  color: #5b5b5b;
  padding: 8px 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu-wrapper .wrap .menu ul li .submenu ul li a:before {
  width: 0;
  height: 0;
}
@media only screen and (max-width: 1500px) {
  .menu-wrapper .wrap .logo {
    padding-bottom: 12px;
    margin-top: -85px;
    float: left;
    width: 230px;
    position: relative;
    top: auto;
    left: auto;
  }
  .menu-wrapper .wrap .logo.not-show {
    display: block;
  }
  .menu-wrapper .wrap .logo.do-show {
    display: none;
  }
}
.fixed-menu {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.fixed-menu .menu-wrapper {
  background: #a9c910;
}
.fixed-menu .menu-wrapper .wrap .logo {
  padding-top: 5px;
  padding-bottom: 0;
  margin-top: 0;
  width: 227px;
  float: left;
  position: relative;
  top: auto;
  left: auto;
}
.fixed-menu .menu-wrapper .mobile-menu {
  max-height: 400px;
  overflow-y: auto !important;
}
.fixed-menu .menu-wrapper .mobile-menu::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.fixed-menu .menu-wrapper .mobile-menu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.fixed-menu .menu-wrapper .mobile-menu::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.fixed-menu .menu-wrapper .mobile-menu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 400px) {
  .fixed-menu .menu-wrapper .wrap .logo {
    padding-top: 8px;
    width: 150px;
  }
  .fixed-menu .menu-wrapper .wrap .toggle-menu {
    padding: 10px 0;
  }
}
.toggle-menu {
  color: #fff;
  padding: 15px 0;
  display: none;
  float: right;
  position: relative;
  z-index: 50;
  cursor: pointer;
}
.toggle-menu .menu-word {
  text-transform: uppercase;
  line-height: 30px;
  margin-right: 13px;
  float: left;
}
.toggle-menu .menu-icon {
  width: 30px;
  height: 30px;
  float: right;
}
.toggle-menu .menu-icon .line {
  background: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-top: 4.5px;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.toggle-menu .menu-icon.close .line:nth-child(1) {
  margin-top: 12px;
  transform: rotate(45deg) translate3d(0, 0, 0);
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
}
.toggle-menu .menu-icon.close .line:nth-child(2) {
  margin-top: -4px;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(-45deg) translate3d(0, 0, 0);
}
.toggle-menu .menu-icon.close .line:nth-child(3) {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .toggle-menu {
    display: block;
  }
}
.dropdownable .menu-wrapper {
  position: relative;
}
.dropdownable .menu-wrapper .mobile-menu {
  font-size: 14px;
  font-weight: 300;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  display: none;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 999;
}
.dropdownable .menu-wrapper .mobile-menu ul {
  margin-bottom: 0;
}
.dropdownable .menu-wrapper .mobile-menu ul li {
  padding: 0;
  display: block;
  position: relative;
}
.dropdownable .menu-wrapper .mobile-menu ul li:before {
  content: '';
  background: rgba(169, 201, 16, 0.4);
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 10px;
}
.dropdownable .menu-wrapper .mobile-menu ul li:first-child:before {
  height: 0;
}
.dropdownable .menu-wrapper .mobile-menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #a9c910;
  padding: 13px 20px;
  display: block;
}
.dropdownable .menu-wrapper .mobile-menu ul li a .school-icon {
  display: block;
  width: 24px;
  height: 24px;
  float: right;
}
.dropdownable .menu-wrapper .mobile-menu ul li a:hover {
  background: rgba(169, 201, 16, 0.4);
}
.dropdownable .menu-wrapper .mobile-menu ul li .submenu {
  display: none;
  width: 100%;
  position: relative;
}
.dropdownable .menu-wrapper .mobile-menu ul li .submenu:before {
  content: '';
  background: rgba(169, 201, 16, 0.4);
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 10px;
}
.dropdownable .menu-wrapper .mobile-menu ul li .submenu ul li {
  display: block;
}
.dropdownable .menu-wrapper .mobile-menu ul li .submenu ul li:before {
  background: rgba(169, 201, 16, 0.4);
  top: 0;
  left: 40px;
  width: calc(100% - 50px);
  height: 1px;
}
.dropdownable .menu-wrapper .mobile-menu ul li .submenu ul li:first-child:before {
  height: 0;
}
.dropdownable .menu-wrapper .mobile-menu ul li .submenu ul li a {
  padding: 8px 20px 8px 50px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media only screen and (max-width: 1240px) {
  .dropdownable .menu-wrapper .wrap .menu {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .dropdownable .menu-wrapper .mobile-menu {
    top: 50px;
  }
}
/*====================================================
HEADER
=====================================================*/
.header .header-foto {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 45% auto;
  padding: 180px 0 120px;
  position: relative;
  background-color: #fff;
}
.header .header-foto.klasfoto {
  min-height: 560px;
}
.header .header-foto .overlay {
  background: rgba(255, 255, 255, 0.6);
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.header .header-foto .content {
  width: 50%;
}
.header .header-foto .content .btn {
  z-index: 50;
}
.header .menu-wrapper {
  background: #a9c910;
}
.header .menu-wrapper .wrap .menu ul li a:before {
  content: '';
  background: url(../images/mier.png) center center no-repeat;
  background-size: contain;
  opacity: 0;
  margin-left: -20px;
  width: 50px;
  height: 62px;
  position: absolute;
  bottom: 48px;
  left: 50%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.header .menu-wrapper .wrap .menu ul li a:hover:before,
.header .menu-wrapper .wrap .menu ul li a.active:before {
  opacity: 1;
}
@media only screen and (max-width: 1050px) {
  .header .header-foto {
    padding: 80px 0 120px;
  }
}
@media only screen and (max-width: 600px) {
  .header .header-foto {
    padding: 50px 0 100px;
  }
  .header .header-foto.klasfoto {
    min-height: 0;
    padding: 180px 0 120px;
  }
  .header .header-foto .overlay {
    display: block;
  }
  .header .header-foto .wrap {
    position: relative;
  }
  .header .header-foto .content {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .header .header-foto {
    background-position-x: right;
    padding: 25px 0 100px;
  }
  .header .header-foto.klasfoto {
    background-position-x: center;
  }
}
@media only screen and (max-width: 400px) {
  .header .header-foto {
    padding: 25px 0 60px;
  }
  .header .menu-wrapper .wrap .logo {
    padding-bottom: 8px;
    margin-top: -45px;
    width: 150px;
  }
  .header .menu-wrapper .wrap .toggle-menu {
    padding: 10px 0;
  }
}
/*====================================================
FOOTER
=====================================================*/
.footer {
  background-image: url('../images/bg-footer3.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 780px;
  position: relative;
}
.footer .menu-wrapper {
  width: 100%;
  position: absolute;
  bottom: 35px;
  left: 0;
}
.footer .menu-wrapper .wrap .logo {
  padding-bottom: 0;
  display: inline-block;
  width: 210px;
  position: relative;
  top: auto;
  left: auto;
}
.footer .menu-wrapper .wrap .menu ul li a i {
  display: none;
}
.footer .bottom {
  font-size: 12px;
  color: #fff;
  padding-bottom: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .bottom .copyright {
  float: left;
}
.footer .bottom .copyright .copy {
  display: inline-block;
}
.footer .bottom .copyright .links {
  margin-left: 20px;
  display: inline-block;
}
.footer .bottom .copyright .links a {
  text-decoration: none;
  color: #fff;
}
.footer .bottom .copyright .links a:hover {
  color: #fff;
}
.footer .bottom .copyright .links i {
  font-size: 50%;
  color: rgba(255, 255, 255, 0.5);
  line-height: 17px;
  vertical-align: middle;
}
.footer .bottom .innomedio {
  float: right;
}
.footer .bottom .innomedio a {
  color: #fff;
}
@media only screen and (max-width: 1500px) {
  .footer .menu-wrapper .wrap .logo {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1240px) {
  .footer {
    text-align: center;
  }
  .footer .menu-wrapper .wrap .logo {
    float: none;
  }
  .footer .menu-wrapper .wrap .menu {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    min-height: 490px;
  }
}
@media only screen and (max-width: 700px) {
  .footer .menu-wrapper {
    bottom: 50px;
  }
  .footer .bottom {
    text-align: center;
  }
  .footer .bottom .copyright {
    float: none;
  }
  .footer .bottom .innomedio {
    float: none;
  }
}
@media only screen and (max-width: 500px) {
  .footer .menu-wrapper {
    bottom: 75px;
  }
  .footer .bottom .copyright .links {
    margin-left: 0;
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .footer .menu-wrapper {
    bottom: 100px;
  }
  .footer .bottom .copyright .links a {
    display: block;
  }
  .footer .bottom .copyright .links i {
    display: none;
  }
}
/*====================================================
CONTENT
=====================================================*/
.padding-wrap {
  padding-bottom: 80px;
  clear: both;
}
.padding-wrap.top {
  padding-top: 80px;
}
.padding-wrap.only-top {
  padding-top: 80px;
  padding-bottom: 0;
}
.padding-wrap.no-bottom {
  padding-bottom: 55px;
}
.padding-wrap.border-bottom {
  border-bottom: solid 1px rgba(91, 91, 91, 0.2);
}
@media only screen and (max-width: 768px) {
  .padding-wrap {
    padding-bottom: 60px;
  }
  .padding-wrap.top {
    padding-top: 60px;
  }
  .padding-wrap.only-top {
    padding-top: 60px;
  }
  .padding-wrap.no-bottom {
    padding-bottom: 35px;
  }
}
@media print {
  .padding-wrap {
    padding-bottom: 20px;
  }
  .padding-wrap.top {
    padding-top: 20px;
  }
  .padding-wrap.only-top {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .padding-wrap.no-bottom {
    padding-bottom: 0;
  }
}
.col-left {
  width: 65%;
  float: left;
}
@media only screen and (max-width: 1020px) {
  .col-left {
    width: 100%;
    float: none;
  }
}
.col-right {
  width: 30%;
  float: right;
}
@media only screen and (max-width: 1020px) {
  .col-right {
    margin-top: 40px;
    width: 100%;
    float: none;
  }
}
.ants {
  display: inline-block;
  width: 100%;
  max-width: 190px;
}
.tag-link {
  color: #a9c910;
  cursor: pointer;
}
.tag-link:hover {
  text-decoration: underline;
}
.tag-label img {
  margin-right: 5px;
  display: inline;
  width: auto;
  height: 17px;
  vertical-align: middle;
}
.fotoalbum .tag-link,
.album-slider-wrap .tag-link {
  color: #fff;
}
.fotoalbum .tag-label img,
.album-slider-wrap .tag-label img {
  display: none;
}
.simple-modal-body .contents .tag-label {
  color: #a9c910;
  cursor: auto;
}
.simple-modal-body .contents .tag-label:hover {
  text-decoration: none;
}
/*====================================================
NIEUWS-VIEW
=====================================================*/
.news-wrapper .news-box {
  text-decoration: none;
  color: #5b5b5b;
  padding: 20px 0;
  border-top: solid 1px rgba(91, 91, 91, 0.2);
  display: block;
}
.news-wrapper .news-box:hover .text .read-more:after {
  opacity: 0;
}
.news-wrapper .news-box:hover .text .read-more i {
  opacity: 1;
}
.news-wrapper .news-box:first-child {
  padding-top: 0;
  border-top: none;
}
.news-wrapper .news-box .photo {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  width: 50%;
  float: left;
  overflow: hidden;
}
.news-wrapper .news-box .text {
  padding: 30px 0 30px 30px;
  margin-top: 10px;
  width: 50%;
  float: left;
}
.news-wrapper .news-box .text.no-photo {
  padding: 0;
  margin-top: 0;
  width: 100%;
}
.news-wrapper .news-box .text .top-info {
  font-size: 13px;
}
.news-wrapper .news-box .text .top-info i {
  color: #a9c910;
}
.news-wrapper .news-box .text .title {
  font-size: 25px;
  font-weight: 400;
  line-height: 42px;
  color: #313945;
}
.news-wrapper .news-box .text .intro {
  text-overflow: ellipses;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.news-wrapper .news-box .text .read-more {
  color: #a9c910;
  display: inline;
  position: relative;
}
.news-wrapper .news-box .text .read-more:after {
  content: '';
  background: #a9c910;
  width: 85px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-wrapper .news-box .text .read-more i {
  color: #a9c910;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-wrapper .news-archive {
  text-align: right;
  padding-top: 20px;
  border-top: solid 1px rgba(91, 91, 91, 0.2);
}
@media only screen and (max-width: 1240px) {
  .news-wrapper .news-box .text {
    padding: 15px 0 15px 30px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper .news-box .photo {
    width: 100%;
    max-width: 320px;
    float: none;
  }
  .news-wrapper .news-box .text {
    padding: 15px 0;
    width: 100%;
  }
}
/*====================================================
KALENDER-VIEW
=====================================================*/
.side-calendar {
  border: solid 1px rgba(91, 91, 91, 0.2);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  overflow: hidden;
}
.side-calendar.filter .calendar-item {
  padding: 8px 30px;
}
.side-calendar.filter .calendar-item:nth-child(2n) {
  background: none;
}
.side-calendar.filter .calendar-item.tussen-title {
  line-height: 30px;
  padding: 20px 30px;
  cursor: pointer;
}
.side-calendar.filter .calendar-item.tussen-title i {
  line-height: 30px;
}
.side-calendar.filter .archive .calendar-item {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.side-calendar.filter .archive .calendar-item:nth-child(2n+1) {
  background: rgba(91, 91, 91, 0.1);
}
.side-calendar.filter .archive .calendar-item:hover {
  background: rgba(169, 201, 16, 0.4);
}
.side-calendar.filter .archive .calendar-item.active {
  font-weight: 700;
}
.side-calendar.filter .archive .calendar-item .count {
  font-weight: 400;
  float: right;
}
.side-calendar .calendar-item {
  padding: 20px 30px;
  border-top: solid 1px rgba(91, 91, 91, 0.2);
}
.side-calendar .calendar-item:nth-child(2n) {
  background: rgba(91, 91, 91, 0.1);
}
.side-calendar .calendar-item.title {
  padding: 30px;
  border-top: none;
}
.side-calendar .calendar-item.title h2 {
  font-size: 28px;
  margin-bottom: 0;
}
.side-calendar .calendar-item .top-info {
  font-size: 13px;
}
.side-calendar .calendar-item .top-info i {
  color: #a9c910;
}
.side-calendar .calendar-item .title {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #313945;
}
.calendar-more {
  text-align: right;
  padding-top: 20px;
}
.calendar-more .ants {
  margin-top: 30px;
}
@media only screen and (max-width: 1020px) {
  .calendar-more .ants {
    display: none;
  }
}
/*====================================================
FOTOALBUM-SLIDER
=====================================================*/
.album-slider-wrap .center-slider.no-center-slider .slick-track {
  margin: 0 auto;
}
.album-slider-wrap .center-slider.no-center-slider .slick-slide {
  padding: 10px;
}
.album-slider-wrap .center-slider.no-center-slider .slick-slide .inner-slide .overlay {
  opacity: 0;
}
.album-slider-wrap .center-slider.no-center-slider .slick-slide .inner-slide .content {
  opacity: 1;
}
.album-slider-wrap .center-slider .slick-slide {
  margin: 30px 0;
  position: relative;
  z-index: 40;
}
.album-slider-wrap .center-slider .slick-slide .inner-slide {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.album-slider-wrap .center-slider .slick-slide .inner-slide .overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.album-slider-wrap .center-slider .slick-slide .inner-slide .content {
  color: #fff;
  background: rgba(169, 201, 16, 0.9);
  padding: 20px 30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  max-width: 90%;
  position: absolute;
  bottom: 20px;
  left: -20px;
  opacity: 0;
  transform: scale(0.84);
  -webkit-transform: scale(0.84);
  -moz-transform: scale(0.84);
  -ms-transform: scale(0.84);
  -o-transform: scale(0.84);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.album-slider-wrap .center-slider .slick-slide .inner-slide .content .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}
.album-slider-wrap .center-slider .slick-slide .inner-slide .content .date,
.album-slider-wrap .center-slider .slick-slide .inner-slide .content .class {
  font-size: 13px;
  line-height: 20px;
}
.album-slider-wrap .center-slider .slick-slide.slick-center {
  position: relative;
  z-index: 50;
}
.album-slider-wrap .center-slider .slick-slide.slick-center .inner-slide {
  transform: scale(1.19);
  -webkit-transform: scale(1.19);
  -moz-transform: scale(1.19);
  -ms-transform: scale(1.19);
  -o-transform: scale(1.19);
}
.album-slider-wrap .center-slider .slick-slide.slick-center .inner-slide .overlay {
  background: transparent;
}
.album-slider-wrap .center-slider .slick-slide.slick-center .inner-slide .content {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .album-slider-wrap .center-slider .slick-slide {
    padding: 10px 30px;
    margin: 0;
  }
  .album-slider-wrap .center-slider .slick-slide .inner-slide .overlay {
    display: none;
  }
  .album-slider-wrap .center-slider .slick-slide .inner-slide .content {
    opacity: 1;
  }
  .album-slider-wrap .center-slider button {
    color: #a9c910;
  }
  .album-slider-wrap .center-slider button.slick-prev {
    padding-left: 0;
  }
  .album-slider-wrap .center-slider button.slick-next {
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .album-slider-wrap .center-slider.no-center-slider .slick-slide {
    padding: 0;
  }
  .album-slider-wrap .center-slider .slick-slide {
    padding: 0;
  }
  .album-slider-wrap .center-slider button {
    color: #a9c910;
  }
  .album-slider-wrap .center-slider button.slick-prev {
    padding-left: 15px;
  }
  .album-slider-wrap .center-slider button.slick-next {
    padding-right: 15px;
  }
}
.album-more {
  text-align: center;
  padding-top: 20px;
}
/*====================================================
FOTOALBUM-VIEW
=====================================================*/
.fotoalbum-wrapper {
  margin-left: -2%;
}
.fotoalbum-wrapper .fotoalbum {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: 2%;
  margin-left: 2%;
  display: block;
  width: 48%;
  float: left;
  overflow: hidden;
  position: relative;
}
.fotoalbum-wrapper .fotoalbum:nth-child(-n+2) {
  margin-top: 0;
}
.fotoalbum-wrapper .fotoalbum .content {
  color: #fff;
  background: rgba(169, 201, 16, 0.9);
  padding: 20px 30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  max-width: 90%;
  position: absolute;
  bottom: 20px;
  left: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.fotoalbum-wrapper .fotoalbum .content .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}
.fotoalbum-wrapper .fotoalbum .content .date,
.fotoalbum-wrapper .fotoalbum .content .class {
  font-size: 13px;
  line-height: 20px;
}
@media only screen and (max-width: 600px) {
  .fotoalbum-wrapper .fotoalbum {
    width: 98%;
  }
  .fotoalbum-wrapper .fotoalbum:nth-child(2) {
    margin-top: 2%;
  }
}
/*====================================================
NIEUWSBERICHT
=====================================================*/
.inleiding {
  font-weight: 700;
}
.nieuws-info {
  font-size: 13px;
  margin-bottom: 10px;
}
.nieuws-info i {
  color: #a9c910;
}
/*====================================================
KALENDER
=====================================================*/
.kalender-wrap {
  position: relative;
}
.sub-klas-filter {
  font-size: 18px;
  line-height: 24px;
  background: #fff;
  padding: 0;
  border: solid 1px rgba(91, 91, 91, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  min-width: 125px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.sub-klas-filter .klas-toggle {
  padding: 13px 20px;
  cursor: pointer;
}
.sub-klas-filter .klas-toggle i {
  line-height: 24px;
  color: #a9c910;
  float: right;
}
.sub-klas-filter .klas-lijst {
  display: none;
}
.sub-klas-filter .klas-lijst ul {
  margin-bottom: 0;
}
.sub-klas-filter .klas-lijst ul li {
  padding: 0;
}
.sub-klas-filter .klas-lijst ul li:before {
  content: '';
}
.sub-klas-filter .klas-lijst ul li a {
  text-decoration: none;
  color: #5b5b5b;
  padding: 4px 20px;
  display: block;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.sub-klas-filter .klas-lijst ul li a:before {
  content: '';
  background: rgba(169, 201, 16, 0.4);
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 10px;
}
.sub-klas-filter .klas-lijst ul li a:hover {
  background: rgba(169, 201, 16, 0.4);
}
@media only screen and (max-width: 768px) {
  .sub-klas-filter .klas-toggle {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 500px) {
  .sub-klas-filter {
    margin-bottom: 20px;
    position: relative;
  }
  .sub-klas-filter .klas-toggle {
    padding: 6px 20px;
  }
}
.button-kalender-wrap {
  text-align: right;
  margin-top: 40px;
}
/*====================================================
AFBEELDINGEN & BESTANDEN
=====================================================*/
.afbeelding-wrap {
  clear: left;
}
.afbeeldingen {
  margin-left: -2%;
  margin-bottom: 24px;
}
.afbeeldingen a {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: 2%;
  margin-left: 2%;
  display: block;
  width: 31.333%;
  float: left;
  overflow: hidden;
  position: relative;
}
.afbeeldingen a:nth-child(-n+3) {
  margin-top: 0;
}
.afbeeldingen a.various {
  background-color: #000;
}
.afbeeldingen a.various i {
  color: #a9c910;
  opacity: 1;
}
.afbeeldingen a.various:hover i {
  opacity: 0.7;
}
.afbeeldingen a i {
  font-size: 50px;
  text-align: center;
  color: #fff;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.afbeeldingen a:hover i {
  opacity: 0.8;
}
@media only screen and (max-width: 600px) {
  .afbeeldingen a {
    width: 48%;
  }
  .afbeeldingen a:nth-child(3) {
    margin-top: 2%;
  }
}
.bestanden-wrap {
  clear: left;
}
.bestanden {
  margin-bottom: 24px;
}
.bestanden .no-btn-link {
  padding: 10px 0;
  border-top: solid 1px rgba(91, 91, 91, 0.2);
  display: block;
}
.bestanden .no-btn-link:first-child {
  border-top: none;
}
.bestanden .no-btn-link i {
  margin-right: 10px;
  display: block;
  width: 21px;
  height: 21px;
  float: left;
}
/*====================================================
CONTACT
=====================================================*/
.contactgegevens {
  padding: 30px;
  border: solid 1px rgba(91, 91, 91, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 40px;
}
.contactgegevens h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.contactgegevens a {
  text-decoration: none;
  color: #5b5b5b;
}
.contactgegevens .scrolltoId {
  color: #a9c910;
  cursor: pointer;
}
.contactgegevens .scrolltoId:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 400px) {
  .contactgegevens {
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-top: 60px;
  }
}
.contactmap {
  background: #f7f7f7 !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 20px;
  height: 220px;
}
.contactmap .gm-style {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.button-contact-wrap {
  text-align: right;
}
.contact-formulier button {
  float: right;
}
/*====================================================
ERASMUS-KAART
=====================================================*/
.erasmus-wrapper {
  margin-bottom: 24px;
  position: relative;
}
.erasmus-wrapper .erasmus-map {
  width: 100%;
  max-width: 610px;
  position: relative;
}
.erasmus-wrapper .erasmus-map .inner-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.erasmus-wrapper .erasmus-map .inner-map .land-marker {
  text-align: center;
  color: #5b5b5b;
  margin-left: -13px;
  width: 26px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.erasmus-wrapper .erasmus-map .inner-map .land-marker:before {
  content: '\f041';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 44px;
  text-align: center;
  text-rendering: auto;
  line-height: 44px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erasmus-wrapper .erasmus-map .inner-map .land-marker:hover {
  opacity: 0.7;
}
.erasmus-wrapper .erasmus-map .inner-map .land-marker.active {
  color: #c1c1c1;
  text-shadow: 1px 1px 2px #969696;
}
.erasmus-wrapper .erasmus-map .inner-map .land-marker.belgie {
  bottom: 42.3%;
  left: 40%;
}
.erasmus-wrapper .erasmus-map .inner-map .land-marker.ierland {
  bottom: 48.8%;
  left: 16.5%;
}
.erasmus-wrapper .erasmus-map .inner-map .land-marker.finland {
  bottom: 76%;
  left: 77%;
}
.erasmus-wrapper .erasmus-map .inner-map .land-marker.spanje {
  bottom: 25.8%;
  left: 11%;
}
.erasmus-wrapper .erasmus-map .inner-map .land-marker.roemenie {
  bottom: 29.5%;
  left: 85%;
}
.erasmus-wrapper .erasmus-map .inner-map .land-marker.griekenland {
  bottom: 12.5%;
  left: 89.8%;
}
.erasmus-wrapper .land-box {
  color: #fff;
  background: rgba(169, 201, 16, 0.9);
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: none;
  min-width: 280px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.erasmus-wrapper .land-box.belgie {
  background: rgba(231, 76, 60, 0.9);
}
.erasmus-wrapper .land-box.ierland {
  background: rgba(46, 204, 113, 0.9);
}
.erasmus-wrapper .land-box.finland {
  background: rgba(155, 89, 182, 0.9);
}
.erasmus-wrapper .land-box.spanje {
  background: rgba(241, 196, 15, 0.9);
}
.erasmus-wrapper .land-box.roemenie {
  background: rgba(230, 126, 34, 0.9);
}
.erasmus-wrapper .land-box.griekenland {
  background: rgba(52, 152, 219, 0.9);
}
.erasmus-wrapper .land-box .naam {
  font-size: 20px;
  font-weight: 700;
}
.erasmus-wrapper .land-box .link a {
  color: #fff;
}
@media only screen and (max-width: 500px) {
  .erasmus-wrapper {
    margin-bottom: 150px;
  }
  .erasmus-wrapper .land-box {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
    -moz-border-top-left-radius: 0;
    min-width: 0;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.overscroll {
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* ==================================================== *
 *    GDPR
 * ==================================================== */
ol {
  margin: 15px;
}
ol li {
  line-height: 28px;
  margin-bottom: 10px;
}
ol ul,
ol ol {
  margin: 15px;
}


/*====================================================
 TEXT POPUPS OVER IMAGE MAP
 =====================================================*/

.hotspot-container {
  display: flex;
}

.hotspot-wrapper {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  max-width: 100%;
  height: auto;
}

.hotspot {
  position: absolute;
  width: 10%;
  height: 10%;
  cursor: pointer;
  /*border: solid red 1px;*/
}

.hotspot-image{
  max-width: 100%;
}

.hide{
  display: none;
}

.text-popup{
  position: absolute;
  background: #a9c910;
  padding: 20px;
  width: 80%;
  margin-left: 10%;
  margin-top: 150px;
  left: 0;
}

.close{
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  text-decoration: none;
  color: #ffffff;
}

.close:hover{
  text-decoration: none;
  color: black;
}

.text-popup h3 {
  color: #ffffff;
}

.text-popup p {
  color: #ffffff;
}
