@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
@font-face {
  font-family: 'Gotham Light';
  src: url("../fonts/gotham-light-webfont.eot");
  src: url("../fonts/gotham-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-light-webfont.woff2") format("woff2"), url("../fonts/gotham-light-webfont.woff") format("woff"), url("../fonts/gotham-light-webfont.svg#gotham_lightregular") format("svg");
  font-weight: normal;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Gotham Regular';
  src: url("../fonts/gotham-book-webfont.eot");
  src: url("../fonts/gotham-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-book-webfont.woff2") format("woff2"), url("../fonts/gotham-book-webfont.woff") format("woff"), url("../fonts/gotham-book-webfont.svg#gothamregular") format("svg");
  font-weight: normal;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Gotham Medium';
  src: url("../fonts/gotham-medium-webfont.eot");
  src: url("../fonts/gotham-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-medium-webfont.woff2") format("woff2"), url("../fonts/gotham-medium-webfont.woff") format("woff"), url("../fonts/gotham-medium-webfont.svg#gotham_mediumregular") format("svg");
  font-weight: normal;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: "Gotham Medium Italic";
  src: url("../fonts/Gotham-MediumIta.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham-MediumIta.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-MediumIta.svg") format("svg"), url("../fonts/Gotham-MediumIta.woff") format("woff"), url("../fonts/Gotham-MediumIta.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/gotham-bold-webfont.eot");
  src: url("../fonts/gotham-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-bold-webfont.woff2") format("woff2"), url("../fonts/gotham-bold-webfont.woff") format("woff"), url("../fonts/gotham-bold-webfont.svg#gotham_boldregular") format("svg");
  font-weight: normal;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Gotham Bold Italic';
  src: url("../fonts/gotham-bold-italic.eot");
  src: url("../fonts/gotham-bold-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-bold-italic.woff2") format("woff2"), url("../fonts/gotham-bold-italic.woff") format("woff"), url("../fonts/gotham-bold-italic.svg#gotham_boldregular") format("svg");
  font-weight: normal;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?tw0ytk");
  src: url("../fonts/icomoon.eot?tw0ytk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?tw0ytk") format("truetype"), url("../fonts/icomoon.woff?tw0ytk") format("woff"), url("../fonts/icomoon.svg?tw0ytk#icomoon") format("svg");
  font-weight: normal;
  font-display: swap;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-podcast:before {
  content: "\e90a";
  color: #fff; }

.icon-map-pointer:before {
  content: "\e909"; }

.icon-clear:before {
  content: "\e908"; }

.icon-calendar:before {
  content: "\e906"; }

.icon-schedule:before {
  content: "\e905"; }

.icon-pijl:before {
  content: "\e904"; }

.icon-play:before {
  content: "\e903";
  color: #fff; }

.icon-plus:before {
  content: "\e900";
  color: #fff; }

.icon-caret:before {
  content: "\e902";
  color: #fff; }

.icon-search:before {
  content: "\e901"; }

.icon-arrow:before {
  content: "\e907"; }

h1 {
  margin: 0;
  padding: 0; }

h2 {
  margin: 0;
  padding: 0; }

h3 {
  margin: 0;
  padding: 0; }

h4 {
  margin: 0;
  padding: 0; }

h5 {
  margin: 0;
  padding: 0; }

h6 {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-close {
  opacity: 0; }
  .modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px); }

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table; }

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: 60px;
  right: 70px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }
  .modal-video-close-btn:before {
    transform: rotate(45deg); }
  .modal-video-close-btn:after {
    transform: rotate(-45deg); }
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px; }

body,
html {
  height: 100%;
  min-height: 100%;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 28px; }

a {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

a:hover {
  color: #d2983c; }

h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 55px;
  color: #fff;
  margin-bottom: 25px; }

h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  line-height: 32px;
  color: #000;
  margin-bottom: 25px; }

h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 26px;
  color: #000;
  margin-bottom: 25px; }

select {
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

img {
  width: 100%; height: auto;}

.smallBtn {
  display: inline-block;
  min-width: 215px;
  background-color: #d2983c;
  white-space: normal;
  border-radius: 0;
  margin-top: 60px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 12px 30px;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.smallBtn.darkBtn {
  background-color: #000;
  color: #fff; }

.smallBtn:visited,
.smallBtn:hover,
.smallBtn:active {
  color: #fff;
  opacity: .9;
  text-decoration: none; }

.lightbtn {
  font-family: Arial, sans-serif;
  text-decoration: underline;
  color: #171437;
  font-size: 14px; }

.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%; }

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%); }

.more-info {
  width: 25px;
  height: 25px;
  background-color: #d2983c; }
  .more-info span {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }

.return {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #777;
  border: 1px solid #dbdbdb;
  padding: 10px 15px;
  position: absolute;
  top: 50px;
  left: 50px; }

.return:hover, .return:focus {
  text-decoration: none;
  color: #d2983c; }

.padding15 {
  padding: 15px; }

.playbtn {
  display: block;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  position: relative; }
  .playbtn span {
    position: absolute;
    top: 50%;
    left: 50%; }

.goToPrevSlide,
.goToNextSlide {
  cursor: pointer; }

.borderlight {
  height: 1px;
  width: 100%;
  background-color: #dbdbdb;
  margin-bottom: 20px; }

.front .borderlight {
  display: none; }

.paddingR30 {
  padding-right: 30px; }

.paddingL30 {
  padding-left: 30px; }

/* ========== PRELOADER ========== */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 999999999; }
  #preloader img {
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -62px; }

/* ========== NAVIGATION ========== */
.noheader {
  padding-top: 163px; }
  .noheader .headroom--top.navbar-default {
    padding-bottom: 22px; }
  .noheader .navbar-default {
    background-color: #000; }
  .noheader .nav > li a {
    color: #fff; }
  .noheader .headroom--top .navbar-header .navbar-brand:link .logo-w, .noheader .headroom--top .navbar-header .navbar-brand:visited .logo-w, .noheader .headroom--top .navbar-header .navbar-brand:active .logo-w {
    display: none; }
  .noheader .headroom--top .navbar-header .navbar-brand:link .logo-cl, .noheader .headroom--top .navbar-header .navbar-brand:visited .logo-cl, .noheader .headroom--top .navbar-header .navbar-brand:active .logo-cl {
    display: block; }

.navbar-default {
  height: auto;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding-top: 30px;
  padding-bottom: 0;
  margin-bottom: 0; }
  .navbar-default .navbar-header {
    padding: 0 15px 0 25px; }
    .navbar-default .navbar-header .navbar-brand:link,
    .navbar-default .navbar-header .navbar-brand:visited,
    .navbar-default .navbar-header .navbar-brand:active {
      padding: 0 15px; }
  .navbar-default .topmenu {
    display: block;
    position: absolute;
    top: 30px;
    right: 25px; }
    .navbar-default .topmenu .navbar-nav li a {
      font-size: 13px;
      text-transform: none;
      font-family: Arial, sans-serif; }
    .navbar-default .topmenu .navbar-nav li a:hover {
      font-family: Arial, sans-serif; }
    .navbar-default .topmenu #search-block-form > div {
      display: none; }
    .navbar-default .topmenu #search-block-form > div {
      position: absolute;
      top: 0%;
      right: 135%;
      min-width: 365px;
      z-index: 99999; }
    .navbar-default .topmenu #search-block-form > div > div {
      float: left; }
    .navbar-default .topmenu #search-block-form > div label {
      display: none; }
    .navbar-default .topmenu #search-block-form > div input[type='text'] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none;
      min-width: 320px;
      padding-left: 10px;
      height: 45px;
      border-radius: 0 !important;
      -webkit-transition: all .35s ease-in-out;
      transition: all .35s ease-in-out; }
    .navbar-default .topmenu #search-block-form > div input[type='text']:focus {
      outline: none;
      background-color: #ffecd3; }
    .navbar-default .topmenu #edit-submit {
      text-indent: -9999px;
      width: 45px;
      height: 45px;
      padding-left: 10px;
      padding-right: 10px;
      background-color: transparent;
      border-radius: 0;
      border: none;
      cursor: pointer;
      z-index: 999999; }
    .navbar-default .topmenu #edit-actions:before {
      content: "\e901";
      font-family: 'icomoon' !important;
      width: 45px;
      height: 45px;
      font-size: 20px;
      padding: 8px 12px;
      background-color: #d2983c;
      position: absolute;
      z-index: -1; }
    .navbar-default .topmenu #search-block-form > div ::-webkit-input-placeholder {
      color: #696969;
      font-family: "Raleway", Helvetica, Arial, sans-serif, serif;
      text-transform: uppercase;
      font-size: 15px; }
    .navbar-default .topmenu #search-block-form > div :-moz-placeholder {
      /* Firefox 18- */
      color: #696969;
      font-family: "Raleway", Helvetica, Arial, sans-serif, serif;
      text-transform: uppercase;
      font-size: 15px; }
    .navbar-default .topmenu #search-block-form > div ::-moz-placeholder {
      /* Firefox 19+ */
      color: #696969;
      font-family: "Raleway", Helvetica, Arial, sans-serif, serif;
      text-transform: uppercase;
      font-size: 15px; }
    .navbar-default .topmenu #search-block-form > div :-ms-input-placeholder {
      color: #696969;
      font-family: "Raleway", Helvetica, Arial, sans-serif, serif;
      text-transform: uppercase;
      font-size: 15px; }
    .navbar-default .topmenu #search-button {
      font-size: 20px;
      height: 45px;
      padding-left: 5px;
      padding-right: 5px;
      padding-top: 10px;
      border: none;
      color: #fff;
      background-color: transparent !important;
      -webkit-transition: all .35s ease-in-out;
      transition: all .35s ease-in-out; }
    .navbar-default .topmenu #search-button:focus {
      outline: none;
      color: #d2983c; }
    .navbar-default .topmenu #search-button.closebutton .icon-search:before {
      content: "\e908";
      font-family: 'icomoon' !important; }
    .navbar-default .topmenu #search-button .icon-search:before {
      content: "\e901";
      font-family: 'icomoon' !important; }
    .navbar-default .topmenu #search-button:hover {
      background-color: transparent !important;
      color: #d2983c; }
    .navbar-default .topmenu select::-ms-expand {
      /* for IE 11 */
      display: none; }
    .navbar-default .topmenu .selectboxit-container .selectboxit {
      font-family: Arial, sans-serif;
      padding-top: 6px;
      height: 40px;
      line-height: 40px;
      font-size: 13px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: transparent;
      border: none;
      cursor: pointer;
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      .navbar-default .topmenu .selectboxit-container .selectboxit span,
      .navbar-default .topmenu .selectboxit-container .selectboxit a {
        height: 40px;
        line-height: 40px; }
    .navbar-default .topmenu .selectboxit-text {
      font-family: Arial, sans-serif;
      font-size: 13px;
      color: #fff;
      text-transform: uppercase; }
    .navbar-default .topmenu .selectboxit-options {
      border-radius: 0 !important;
      border: none !important;
      background-color: transparent !important;
      padding-top: 5px; }
    .navbar-default .topmenu .selectboxit-option {
      float: none;
      display: list-item; }
      .navbar-default .topmenu .selectboxit-option a {
        padding: 0; }
    .navbar-default .topmenu .selectboxit-list > .selectboxit-option > .selectboxit-option-anchor,
    .navbar-default .topmenu .selectboxit-list > .selectboxit-option > .selectboxit-option-anchor:hover,
    .navbar-default .topmenu .selectboxit-list > .selectboxit-option > .selectboxit-option-anchor:active,
    .navbar-default .topmenu .selectboxit-list > .selectboxit-option > .selectboxit-option-anchor:focus {
      font-family: Arial, sans-serif;
      font-size: 13px;
      text-transform: uppercase; }
    .navbar-default .topmenu .selectboxit .selectboxit-arrow-container:before {
      font-family: 'icomoon' !important;
      content: "\e902";
      font-size: 10px;
      color: #fff;
      padding-left: 10px; }
    .navbar-default .topmenu .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
      border: none; }
    .navbar-default .topmenu .selectboxit-list > .selectboxit-option > .selectboxit-option-anchor {
      background-color: #000; }
    .navbar-default .topmenu .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
      background-color: #d2983c;
      background-image: none;
      color: #000; }
  .navbar-default .navbar-right {
    padding-right: 25px; }
  .navbar-default .navbar-collapse {
    background-color: transparent;
    max-height: none; }
  .navbar-default .nav  li a {
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px; }
  .navbar-default .nav .active a {
    font-family: Arial, sans-serif;
    font-weight: 400; }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent; }
  .navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 18px !important;
    height: 3px !important;
    border-radius: 1px;
    background-color: #fff; }
  .navbar-default .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px; }
  .navbar-default .navbar-toggle .cross {
    -moz-transform: rotate(45deg) translateY(4px);
    -webkit-transform: rotate(45deg) translateY(4px);
    -o-transform: rotate(45deg) translateY(4px);
    -ms-transform: rotate(45deg) translateY(4px);
    transform: rotate(45deg) translateY(4px);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
  .navbar-default .navbar-toggle .cross2 {
    -moz-transform: rotate(-45deg) translateY(-3.5px);
    -webkit-transform: rotate(-45deg) translateY(-3.5px);
    -o-transform: rotate(-45deg) translateY(-3.5px);
    -ms-transform: rotate(-45deg) translateY(-3.5px);
    transform: rotate(-45deg) translateY(-3.5px);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
  .navbar-default .navbar-toggle .hidecross {
    opacity: 0; }
  .navbar-default .navbar-toggle.collapsed .cross,
  .navbar-default .navbar-toggle.collapsed .cross2 {
    -moz-transform: rotate(0) translateY(0);
    -webkit-transform: rotate(0) translateY(0);
    -o-transform: rotate(0) translateY(0);
    -ms-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0); }
  .navbar-default .navbar-toggle.collapsed .hidecross {
    opacity: 1; }

.navbar-default.headroom .navbar-nav > .open > a,
.navbar-default.headroom .navbar-nav > .open > a:focus,
.navbar-default.headroom .navbar-nav > .open > a:hover {
  background-color: #000;
  color: #d2983c; }

.navbar-default.headroom .navbar-nav .dropdown-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px; }

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #d2983c;
  color: #000; }

.navbar-default.headroom .navbar-nav .dropdown-menu {
  background-color: #000;
  width: 100%;
  border: none;
  border-bottom: 3px solid #d2983c;
  border-radius: 0; }

.navbar-default.headroom .navbar-nav .dropdown-menu li a {
  font-family: Arial, sans-serif;
  text-transform: none; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:focus:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > li > a:focus:after,
.navbar-default .navbar-nav > li > a:hover:after {
  content: "";
  background-color: #d2983c;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: 10px;
  margin-right: 10px;
  bottom: 0px; }

.navbar-default .navbar-nav > li.dropdown > a:hover {
  background-color: #000; }

.navbar-default .navbar-nav > li.dropdown > a:visited:after,
.navbar-default .navbar-nav > li.dropdown > a:hover:after,
.navbar-default .navbar-nav > li.dropdown > a:active:after,
.navbar-default .navbar-nav > li.dropdown > a:focus:after,
.navbar-default .navbar-nav > li.dropdown.open:hover > a:after,
.navbar-default .navbar-nav > li.dropdown:focus.open > a:after {
  display: none; }

.navbar-default .navbar-nav > li.dropdown.active > a {
  background-color: transparent;
  color: #d2983c !important;
  font-family: Arial, sans-serif; 
  font-weight: bold;}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #d2983c;
  position: relative; }

.headroom {
  will-change: transform;
  z-index: 999;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.headroom--top {
  background-color: transparent; }
  .headroom--top .navbar-header .navbar-brand:link img,
  .headroom--top .navbar-header .navbar-brand:visited img,
  .headroom--top .navbar-header .navbar-brand:active img {
    width: 155px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .headroom--top .navbar-collapse {
    margin-top: 61px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }

.headroom--top .navbar-header .navbar-brand:link .logo-w,
.headroom--top .navbar-header .navbar-brand:visited .logo-w,
.headroom--top .navbar-header .navbar-brand:active .logo-w {
  display: block; }
.headroom--top .navbar-header .navbar-brand:link .logo-cl,
.headroom--top .navbar-header .navbar-brand:visited .logo-cl,
.headroom--top .navbar-header .navbar-brand:active .logo-cl {
  display: none; }

.headroom--not-top {
  background-color: #000; }
  .headroom--not-top .navbar-header .navbar-brand:link img,
  .headroom--not-top .navbar-header .navbar-brand:visited img,
  .headroom--not-top .navbar-header .navbar-brand:active img {
    width: 100px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .headroom--not-top .navbar-header .navbar-brand:link .logo-w,
  .headroom--not-top .navbar-header .navbar-brand:visited .logo-w,
  .headroom--not-top .navbar-header .navbar-brand:active .logo-w {
    display: none; }
  .headroom--not-top .navbar-header .navbar-brand:link .logo-cl,
  .headroom--not-top .navbar-header .navbar-brand:visited .logo-cl,
  .headroom--not-top .navbar-header .navbar-brand:active .logo-cl {
    display: block; }
  .headroom--not-top .topmenu {
    display: none; }
  .headroom--not-top .navbar-collapse {
    margin-top: 6px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }

.headroom--not-top.navbar-default {
  padding-top: 10px;
  min-height: 80px; }

.headroom--pinned {
  display: block;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.headroom--unpinned {
  display: block;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

/* ========== HEADER HOME ========== */
.darkgradient {
  background-image: url("../img/darkgradient.png");
  background-repeat: repeat-x;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: .9; }

.headersection {
  min-height: 640px;
  position: relative; }
  .headersection .headerwrapper {
    height: 640px;
    position: relative; }
  .headersection .titleblock {
    position: absolute;
    bottom: 15%;
    left: 40px; }
  .headersection .highlightblock {
    z-index: 99;
    position: absolute;
    right: 40px;
    bottom: 7%;
    background-color: rgba(0, 0, 0, 0.55);
    width: 207px;
    color: #fff; }
    .headersection .highlightblock h2.subtitel {
      display: block;
      padding: 4px 20px; }
    .headersection .highlightblock .calender {
      padding: 0 20px;
      margin: 0; }
      .headersection .highlightblock .calender li {
        list-style-type: none;
        padding: 10px 0;
        border-bottom: 1px solid #fff; }
        .headersection .highlightblock .calender li h3 {
          font-size: 18px;
          color: #fff;
          margin-bottom: 0; }
      .headersection .highlightblock .calender li:last-child {
        border-bottom: none; }
      .headersection .highlightblock .calender .datum {
        font-size: 14px;
        margin-bottom: 5px;
        font-family: Arial, sans-serif; }
  .headersection .lSSlideOuter {
    position: relative; }
  .headersection .container-fluid {
    height: 640px; }
    .headersection .container-fluid .row {
      height: 100%; }
  .headersection .lslide {
    height: 640px;
    position: relative; }
  .headersection .bg-image {
    position: absolute;
    top: 0;
    left: 0; }
  .headersection h2.subtitel {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    color: #fff;
    background-color: #d2983c;
    padding: 4px 10px;
    margin-bottom: 0; }
  .headersection .padded-multiline {
    padding: 0px 0;
    border-left: 20px solid rgba(0, 0, 0, 0.55); }
    .headersection a.noline,
    .headersection a.noline:hover { text-decoration: none !important; }
    .headersection .padded-multiline h1 {
      background-color: rgba(0, 0, 0, 0.55);
      color: #fff;
      display: inline;
      margin: 0;
      line-height: 69px;
      padding: 0;
      position: relative; }
      .headersection .padded-multiline h1 span {
        position: relative;
        left: -10px; 
    	text-decoration: none !important;}
    .headersection .padded-multiline .offsetLeft .more-info {
      right: -43px;
      bottom: 0px; left: auto;}
    .headersection .padded-multiline .moveup .more-info {
      bottom: 0;
      right: -43px; 
  	  left: auto;}
    .headersection .padded-multiline .more-info {
      width: 43px;
      height: 43px;
      background-color: #d2983c;
      position: absolute;
      text-decoration: none; }
      .headersection .padded-multiline .more-info span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -12px;
        margin-left: -12px;
        font-size: 24px;
        cursor: pointer;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
  .headersection .padded-multiline .more-info:hover span {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .headersection .lSSlideOuter .lSPager.lSpg > li a {
    position: relative; }
  .headersection .lSSlideOuter .lSPager.lSpg > li a:before, .headersection .lSSlideOuter .lSPager.lSpg > li a:before {
    content: '';
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid transparent;
    position: absolute;
    top: -11px;
    left: -11px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .headersection .lSSlideOuter .lSPager.lSpg > li.active a:before, .headersection .lSSlideOuter .lSPager.lSpg > li:hover a:before {
    content: '';
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: -11px;
    left: -11px; }
  .headersection .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    bottom: 20px;
    width: 400px;
    left: 50%;
    margin-left: -200px !important;
    margin: 0 auto; }
    .headersection .lSSlideOuter .lSPager.lSpg > li {
      padding: 3px 10px 2px;
      border-radius: 50%;
      border: 1px solid transparent;
      overflow: visible; }
      .headersection .lSSlideOuter .lSPager.lSpg > li a {
        background-color: #fff;
        border-radius: 30px;
        display: inline-block;
        height: 12px;
        overflow: hidden;
        width: 12px;
        position: relative;
        z-index: 99;
        -webkit-transition: all .5s linear 0s;
        transition: all .5s linear 0s;
        overflow: visible; }
    .headersection .lSSlideOuter .lSPager.lSpg > li.active a,
    .headersection .lSSlideOuter .lSPager.lSpg > li:hover a {
      background-color: #fff; }
  .headersection .categorie-cta {
    padding: 4px 10px; }
  .headersection .homeSlide .container-fluid .row > .playbtn {
    width: 102px;
    height: 102px;
    border: 2px solid #fff;
    position: absolute;
    left: 63%;
    bottom: 25%; }
    .storyheader  .playbtn { height: 	102px; width: 102px;border: 2px solid #fff; }
    .headersection .homeSlide .container-fluid .row > .playbtn span,
    .storyheader  .playbtn span {
      font-size: 40px;
      margin-left: -15px;
      margin-top: -20px; }

.darkcta {
  padding: 0px 0;
  border-left: 30px solid rgba(0, 0, 0, 0.55); }
  .darkcta h4 {
    background-color: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: inline;
    margin: 0;
    line-height: 36px;
    font-size: 15px;
    padding: 9px 0;
    position: relative; }
    .darkcta h4 span {
      position: relative;
      left: -15px; }

.categorie-cta {
  background-color: #fff;
  color: #000;
  padding: 4px 8px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 18px; }

.scroll-down {
  padding-top: 70px; }
  .scroll-down span {
    font-size: 50px;
    color: #000; }
  .scroll-down a:link,
  .scroll-down a:visited,
  .scroll-down a:hover,
  .scroll-down a:active {
    text-decoration: none; }

/* ========== ARTICLE BLOCKS ========== */
.articles {
  padding-top: 50px; }
  .articles .article {
    margin-bottom: 60px;
    position: relative;
    overflow: hidden; }
    .articles .article a:hover {
      text-decoration: none; }
    .articles .article .article-huls {
      max-height: 220px;
      margin-bottom: 30px;
      position: relative;
      overflow: hidden; }
      .articles .article .article-huls .article-image {
        background-size: cover;
        object-fit: cover;
        background-position: center center;
        height: 340px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
      .articles .article .article-huls .categorie-cta {
        position: absolute;
        bottom: 30px;
        left: 0; }
    .articles .article p {
      padding-right: 30px; }
    .articles .article a {
      color: #000; }
    .articles .article a:hover {
      text-decoration: none; }
    .articles .article .more-info {
      position: absolute;
      right: 15px;
      bottom: 0; }
  .articles .article:hover .more-info span {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  .articles .article:hover .article-huls .article-image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

/* ========== INFO BLOCKS ========== */
.information-blocks {
  padding: 50px 0; }
  .information-blocks .container > .row {
    margin-left: 0;
    margin-right: 0; }
  .information-blocks a {
    color: #000; }
  .information-blocks a:hover, .information-blocks a:focus {
    text-decoration: none; }
  .information-blocks .infoblock {
    margin-bottom: 30px; }
    .information-blocks .infoblock .infotitel {
      height: 280px;
      overflow: hidden;
      border: 1px solid #c6c5c5;
      border-right: none;
      padding: 25px; }
    .information-blocks .infoblock .info-huls {
      padding: 0;
      height: 280px;
      overflow: hidden; }
      .information-blocks .infoblock .info-huls .info-image {
        background-size: cover;
        background-position: center center;
        height: 280px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
      .information-blocks .infoblock .info-huls .categorie-cta {
        position: absolute;
        left: 0;
        top: 30px; }
  .information-blocks a:link,
  .information-blocks a:visited,
  .information-blocks a:hover,
  .information-blocks a:active {
    text-decoration: none; }
  .information-blocks .more-info {
    display: block;
    position: absolute;
    bottom: 25px;
    right: 25px; }
  .information-blocks .infoblock:hover .more-info span {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  .information-blocks .infoblock:hover .info-huls .info-image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

/* ========== MULTIPLE SLIDER ========== */
.partnerslide .partners {
  padding-bottom: 30px; }
  .partnerslide .partners .lSSlideOuter {
    padding-bottom: 20px; }

/* ========== VIDEOHULS =========== */
.thumbhuls {
  border: 1px solid #fff;
  width: 100%;
  height: 110px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px; }
  .thumbhuls .videoimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .thumbhuls .categorie-cta {
    position: absolute;
    bottom: 30px;
    left: 0;
    font-size: 9px;
    line-height: 12px;
    padding: 3px 4px; }
  .thumbhuls .playbtn {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px; }
    .thumbhuls .playbtn span {
      font-size: 14px;
      margin-top: -7px;
      margin-left: -5px; }

.videoslider .videoslide:hover .videoimg {
  opacity: 1; }
.videoslider .videoslide:hover .playbtn {
  background-color: rgba(0, 0, 0, 0.8); }
.videoslider .lSSlideOuter.vertical .lSSlideWrapper {
  padding-top: 30px;
  padding-bottom: 30px; }
.videoslider h3 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0; }
.videoslider a:hover {
  text-decoration: none; }

.allvideos {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px; }
  .allvideos a:link, .allvideos a:visited, .allvideos a:hover, .allvideos a:active, .allvideos a:focus {
    text-decoration: none; }
  .allvideos .goToPrevSlide {
    text-decoration: none;
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .allvideos .goToNextSlide {
    color: #fff;
    font-size: 40px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -20px; }

.tijdsduur {
  color: #fff;
  font-size: 12px;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 5px;
  right: 10px;
  text-align: center; }

.titelborder h2 {
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #171437; }
.titelborder .time {
  float: right;
  font-size: 20px;
  text-transform: none;
  font-family: Arial, sans-serif;
  font-weight: bold; }
  .titelborder .time span {
    margin-right: 5px; }

.videos {
  margin-top: 100px;
  margin-bottom: 60px; }
  .videos .thumbhuls {
    background-color: #171437;
    height: 150px; }
  .videos .categorie-cta {
    font-size: 13px;
    padding: 4px 4px; }
  .videos .playbtn {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -28px;
    margin-top: -28px; }
    .videos .playbtn span {
      font-size: 20px;
      margin-top: -10px;
      margin-left: -8px; }
  .videos p {
    padding-right: 25px;
    font-family: "Libre Baskerville", serif;
    color: #000;
    font-size: 18px;
    line-height: 22px; }
  .videos .composit {
    font-size: 14px; }
  .videos a:hover {
    text-decoration: none; }
  .videos .more-info {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 15px; }
    .videos .more-info span {
      font-size: 10px;
      margin-top: -5px;
      margin-left: -5px; }
  .videos .video:hover .more-info span {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  .videos .video:hover .thumbhuls .videoimg {
    opacity: 1; }

.tabsection {
  position: relative;
  font-family: Arial, sans-serif; }
  .tabsection .nav-tabs {
    margin-top: 40px;
    border: none; 
    border-bottom: 1px solid #c6c5c5;}
    .tabsection .nav-tabs a {
      font-family: Arial, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 20px;
      color: #b7b7b7;
      border-left: none;
      border-radius: 0px; 
      background: #f2f2f2;
      padding: 15px;
      border: 1px solid transparent;
      border-bottom: 1px solid #c6c5c5; }

  .tabsection .nav-tabs > li:first-of-type { padding-left: 0px; margin-left: 0px; }
  .tabsection .nav-tabs > li:nth-last-of-type(2) { padding-right: 0px; margin-right: 0px; }


  .tabsection .nav-tabs > li > a:hover {
    border-left: none;
    border-right: none;
    border-top: none;
    border: 1px solid #ffffff;
    border-top: 1px solid #c6c5c5;
    border-left: 1px solid #c6c5c5;
    border-right: 1px solid #c6c5c5;
    border-bottom: 1px solid transparent; }
  .tabsection .nav > li > a:focus, .tabsection .nav > li > a:hover {
    border-left: none;
    border-right: none;
    border-top: none;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-top: 1px solid #c6c5c5;
    border-left: 1px solid #c6c5c5;
    border-right: 1px solid #c6c5c5;
    color: #000; }
  .tabsection .nav-tabs > li.active > a, .tabsection .nav-tabs > li.active > a:focus, .tabsection .nav-tabs > li.active > a:hover {
    color: #000;
    cursor: default;
    background-color: transparent;
    border: none;
    border: 1px solid #ffffff;
    border-top: 1px solid #c6c5c5;
    border-left: 1px solid #c6c5c5;
    border-right: 1px solid #c6c5c5;
     }
  .tabsection strong {
    font-family: Arial, sans-serif;
    font-weight: bold; }
  .tabsection strong i {
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: bold;
    line-height: 20px; }
  .tabsection .kader {
    border: 1px solid #c6c6c6;
    padding: 30px 15px;
    margin: 80px 15px; 
	font-size: 15px;}
  .tabsection .kader:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }
  .tabsection .fulltext .kader {
    padding: 70px;
    margin: 60px 0; }
    .tabsection .fulltext .kader p {
      margin-bottom: 0; }
  .tabsection .fulltext p {
    margin-bottom: 50px; }
  .tabsection .fulltext h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 50px; }
  .tabsection .smallwidth {
    margin-top: 70px; }
  .tabsection .info-artists table {
    margin-bottom: 30px;
    width: 100%; }
    .tabsection .info-artists table td {
      width: 50%; }
    .tabsection .info-artists table td:first-child {
      font-family: Arial, sans-serif; font-weight: bold; }
  .tabsection .info-locatie { text-align: center; }
  .tabsection .info-locatie img {
    margin: 0 auto;
    margin-bottom: 25px; }
  .tabsection .owl-theme .owl-nav {
    height: 0; }
    .tabsection .owl-theme .owl-nav [class*=owl-] {
      margin: 0;
      padding: 0; }
  .tabsection .owl-theme .owl-dots .owl-dot span {
    background: #D6D6D6; }
  .tabsection .owl-theme .owl-dots .owl-dot.active span, .tabsection .owl-theme .owl-dots .owl-dot:hover span {
    background: #000; }
  .tabsection .imagetext {
    margin: 60px 0 30px;
    font-family: Arial, sans-serif; font-weight: bold;}
    .tabsection .imagetext .kader {
      margin: 0; }
    .tabsection .imagetext .image {
      background-size: cover;
      background-position: center center; }
    .tabsection .imagetext .sameHeight {
      padding: 0; }
  .tabsection .imageslides {
    margin-bottom: 40px; }
    .tabsection .imageslides .imagecarousel .slideimg {
      height: 690px; }
      .tabsection .imageslides.tinyslide .imagecarousel .slideimg {
        height: 200px;
      }
  .tabsection .fullwidth {
    margin-top: 70px; }
    .tabsection .fullwidth .lslide, .tabsection .fullwidth .clone {
      padding: 0 8px; }
    .tabsection .fullwidth .slideimg {
      height: 275px;
      width: 100%;
      background-size: cover;
      background-position: center center; }
    .tabsection .fullwidth a:link, .tabsection .fullwidth a:visited, .tabsection .fullwidth a:hover, .tabsection .fullwidth a:active, .tabsection .fullwidth a:focus {
      text-decoration: none; }
    .tabsection .fullwidth .goToPrevSlide {
      text-decoration: none;
      color: #000;
      font-size: 60px;
      position: absolute;
      left: -70px;
      top: 50%;
      margin-top: -30px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .tabsection .fullwidth .goToNextSlide {
      color: #000;
      font-size: 60px;
      position: absolute;
      right: -70px;
      top: 50%;
      margin-top: -30px;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .tabsection .fullwidth .thumbhuls {
      height: 690px; }
      .tabsection .fullwidth .thumbhuls .videoimg {
        opacity: 1; }
      .tabsection .fullwidth .thumbhuls .tijdsduur {
        font-size: 16px;
        top: 10px;
        right: 15px; }
      .tabsection .fullwidth .thumbhuls .playbtn {
        width: 102px;
        height: 102px;
        border: 2px solid #fff;
        margin-left: -51px;
        margin-top: -51px; }
        .tabsection .fullwidth .thumbhuls .playbtn span {
          font-size: 40px;
          margin-left: -15px;
          margin-top: -20px; }

/* ========== TITELSECTION ========== */
.titelsection {
  margin-top: 100px;
  margin-bottom: 100px;
  float: none;
  clear: both; }
  .titelsection h1 {
    color: #000; }
  .titelsection .smallBtn {
    float: left;
    margin-right: 60px; }
    .titelsection .smallBtn span {
      font-size: 22px;
      display: inline-block;
      padding-left: 15px;
      min-width: 25px;
      position: relative; }
    .titelsection .smallBtn span:before {
      position: absolute;
      top: -17px; }
  .titelsection .timeinfo {
    display: block;
    float: right;
    position: relative;
    margin-top: 58px; }
    .titelsection .timeinfo span {
      display: block;
      font-family: Arial, sans-serif; font-weight: bold;
      font-size: 20px; }
    .titelsection .timeinfo .normal {
      font-family: Arial, sans-serif;
      font-size: 15px; }
    .titelsection .timeinfo .tijdstip {
      display: inline-block; }
    .titelsection .timeinfo .datum {
      display: inline-block;
      font-size: 15px; }

/* ========== INFOSECTION ========== */
.infosection .kader {
  border: 1px solid #c6c6c6;
  padding: 40px 50px; }

/* ========== VIDEOVIEW ========== */
.videoview {
  margin-top: 0; }
  .videoview .thumbhuls {
    height: 110px; }
    .videoview .thumbhuls .videoimg {
      height: 110px; }
    .videoview .thumbhuls .playbtn {
      width: 34px;
      height: 34px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -17px;
      margin-top: -17px; }
      .videoview .thumbhuls .playbtn span {
        font-size: 12px;
        margin-top: -6px;
        margin-left: -4px; }
    .videoview .thumbhuls .tijdsduur {
      background-color: #000;
      padding: 5px;
      line-height: 12px;
      top: 0;
      right: 0; }
  .videoview p {
    padding-right: 0; }
  .videoview .composit {
    margin-top: 10px; }
    .videoview .composit span {
      font-family: Arial, sans-serif;
      font-weight: bold;
      display: block;
      font-size: 12px;
      line-height: 16px;
      color: #a0a0a0; }
  .videoview .morevideos {
    height: 110px;
    background-color: #d2983c;
    position: relative; }
    .videoview .morevideos a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      color: #fff;
      font-family: Arial, sans-serif;
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
      text-transform: uppercase;
      padding: 10px; }
    .videoview .morevideos a:after {
      font-family: 'icomoon' !important;
      content: "\e904";
      position: absolute;
      bottom: 13px;
      right: 10px; }

.videos.videoview {
  margin-bottom: 60px; }

/* ========== KALENDER ========== */
.kalender .kalendermaand {
  margin-bottom: 60px; }
.kalender .titelborder h2 {
  margin-bottom: 60px; }
.kalender .event {
  height: 100%;
  margin-bottom: 30px; }
  .kalender .event .sameHeight {
    min-height: 285px;
    position: relative; }
    .kalender .event .sameHeight .eventimage {
      position: absolute;
      top: 0;
      left: 15px;
      right: 30px;
      bottom: 0;
      background-size: cover;
      background-position: center center; }
    .kalender .event .sameHeight .datum {
      position: absolute;
      top: 30px;
      right: 30px;
      background-color: #fff;
      font-family: Arial, sans-serif;
      font-weight: bold;
      font-size: 30px;
      padding: 5px 15px;
      height: 40px;
      width: 126px; }
    .kalender .event .sameHeight .tijdsduur {
      position: absolute;
      top: 70px;
      right: 30px;
      background-color: #000;
      font-family: Arial, sans-serif;
      font-weight: bold;
      font-size: 20px;
      padding: 5px 15px;
      width: 126px; }
      .kalender .event .sameHeight .tijdsduur span {
        font-size: 10px;
        font-family: Arial, sans-serif; }
    .kalender .event .sameHeight .content {
      position: relative;
      padding-left: 15px;
      min-height: 285px; }
      .kalender .event .sameHeight .content h2 {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 15px; }
      .kalender .event .sameHeight .content p {
        margin-bottom: 20px; }
      .kalender .event .sameHeight .content .composit span {
        font-family: Arial, sans-serif;
        font-weight: bold;
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #a0a0a0; }
      .kalender .event .sameHeight .content .datum-btn {
        /*position: absolute;
        bottom: 0;
        right: 55px;*/
        color: #000;
        font-size: 35px; }
      .kalender .event .sameHeight .content .more-info {
        display: inline-block;
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        bottom: 0; }
        .kalender .event .sameHeight .content .more-info span {
          font-size: 18px;
          margin-top: -9px;
          margin-left: -9px; }
.kalender .event:hover .more-info span {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

/* ========== CONTRIBUTOR DETAIL ========== */
.contributors-detail .imageHeader {
  height: 555px;
  position: relative; }
.contributors-detail .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.contributors-detail .container, .contributors-detail .row, .contributors-detail .col-sm-10 {
  height: 100%;
  position: relative; }
.contributors-detail .padded-multiline {
  position: absolute;
  bottom: 190px;
  padding: 0px 0;
  border-left: 20px solid rgba(0, 0, 0, 0.5); }
  .contributors-detail .padded-multiline h1 {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: inline;
    margin: 0;
    line-height: 69px;
    padding: 0;
    position: relative; }
    .contributors-detail .padded-multiline h1 span {
      position: relative;
      left: -10px; }
.contributors-detail .infosection {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%); }
  .contributors-detail .infosection .image-text .kader {
    background-color: #fff;
    height: 192px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px; }
    .contributors-detail .infosection .image-text .kader img {
      max-width: 225px; }
    .contributors-detail .infosection .image-text .kader h4 {
      text-transform: uppercase; }
    .contributors-detail .infosection .image-text .kader h4, .contributors-detail .infosection .image-text .kader strong {
      font-family: Arial, sans-serif; font-weight: bold;
      font-size: 14px; }
    .contributors-detail .infosection .image-text .kader .socials {
      text-align: center;
      list-style-type: none;
      margin: 0;
      padding: 10px 0; }
      .contributors-detail .infosection .image-text .kader .socials li {
        display: inline-block;
        padding: 0 8px; }
        .contributors-detail .infosection .image-text .kader .socials li a {
          font-size: 30px;
          color: #c6c6c6;
          text-decoration: none; }
        .contributors-detail .infosection .image-text .kader .socials li a:hover {
          color: #d2983c; }

/* ========== STORIES ========== */
.stories select::-ms-expand {
  /* for IE 11 */
  display: none; }
.stories .sorteren {
  margin-bottom: 60px; }
  .stories .sorteren > .col-sm-6 {
    padding: 0 30px; }
.stories .selectboxit-container {
  width: 100%; }
.stories .selectboxit-container .selectboxit {
  font-family: Arial, sans-serif;
  padding: 10px 15px;
  height: 45px;
  line-height: 24px;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #a0a0a0;
  border-radius: 0;
  width: 100% !important;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .stories .selectboxit-container .selectboxit span,
  .stories .selectboxit-container .selectboxit a {
    height: 45px;
    line-height: 24px; }
.stories .selectboxit-text {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #8d8d8d; }
.stories .selectboxit-options {
  border-radius: 0 !important;
  border: none !important;
  background-color: #ececec !important;
  padding-top: 5px;
  width: 100% !important; }
.stories .selectboxit-option {
  float: none;
  display: list-item; }
  .stories .selectboxit-option a {
    padding: 0; }
.stories .selectboxit-list > .selectboxit-option > .selectboxit-option-anchor,
.stories .selectboxit-list > .selectboxit-option > .selectboxit-option-anchor:hover,
.stories .selectboxit-list > .selectboxit-option > .selectboxit-option-anchor:active,
.stories .selectboxit-list > .selectboxit-option > .selectboxit-option-anchor:focus {
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  padding-left: 15px; }
.stories .selectboxit .selectboxit-arrow-container:before {
  font-family: 'icomoon' !important;
  content: "\e907";
  font-size: 25px;
  color: #8d8d8d;
  padding-right: 20px; }
.stories .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  border: none; }
.stories .selectboxit-list > .selectboxit-option > .selectboxit-option-anchor {
  background-color: #ececec;
  color: #868686; }
.stories .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: #d2983c;
  background-image: none;
  color: #ececec; }
.stories .filters {
  margin-top: 30px;
  padding: 0 30px; }
  .stories .filters span {
    display: inline-block;
    background-color: #d2983c;
    color: #fff;
    padding: 3px 15px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 30px; }
  .stories .filters span:after {
    font-family: 'icomoon' !important;
    content: "\e908";
    color: #fff;
    padding-left: 15px;
    font-size: 14px; }
.stories .item {
  margin-bottom: 50px;
  position: relative;
  padding: 0 30px; }
  .stories .item .storyimage {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden; }
    .stories .item .storyimage img {
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    .stories .item .storyimage .padded-multiline {
      position: absolute;
      left: 20px;
      bottom: 20px;
      padding: 0px 0;
      border-left: 20px solid rgba(0, 0, 0, 0.55); }
      .stories .item .storyimage .padded-multiline h2 {
        background-color: rgba(0, 0, 0, 0.55);
        color: #fff;
        display: inline;
        margin: 0;
        font-size: 40px;
        line-height: 52px;
        padding: 3px 0;
        position: relative; }
        .stories .item .storyimage .padded-multiline h2 span {
          position: relative;
          left: -10px; }
  .stories .item p {
    font-family: Arial, sans-serif;
    line-height: 24px;
    padding-right: 25px; }
  .stories .item a {
    color: #000; }
  .stories .item a:hover, .stories .item a:focus {
    text-decoration: none; }
  .stories .item .more-info {
    display: block;
    position: absolute;
    bottom: 0;
    right: 30px; }
.stories .item:hover .storyimage img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }
.stories .item:hover .more-info span {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

/* ========== STORY DETAIL ========== */
.storyheader {
  min-height: 1420px; }
  .storyheader a:hover, .storyheader a:focus {
    text-decoration: none; }
  .storyheader .fold {
    height: 100vh;
    position: relative; }
    .storyheader .fold .scrolldown {
      position: absolute;
      bottom: 50px;
      left: 0;
      right: 0; }
      .storyheader .fold .scrolldown a {
        color: #fff; }
      .storyheader .fold .scrolldown span {
        display: block;
        text-transform: uppercase;
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-size: 12px; }
      .storyheader .fold .scrolldown .icon-arrow {
        font-size: 30px; }
  .storyheader .video-intro {
    height: 560px; }
    .storyheader .video-intro p {
      color: #fff;
      font-family: Arial, sans-serif; }
    .storyheader .video-intro .video-story {
      height: 250px;
      position: relative; }
      .storyheader .video-intro .video-story a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        .storyheader .video-intro .video-story a .icon-play:before {
          display: block;
          width: 60px;
          height: 60px;
          line-height: 60px;
          border: 1px solid #fff;
          border-radius: 50%;
          text-align: center;
          font-size: 24px;
          padding-left: 5px;
          cursor: pointer; }
        .storyheader .video-intro .video-story a .icon-play {
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -30px;
          margin-left: -30px;
          z-index: 9; }
    .storyheader .video-intro .video-story:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.35); }

.onlytext {
  padding: 120px 0; }
  .onlytext h2 {
    font-size: 40px;
    line-height: 1em; }
  .onlytext p {
    padding-bottom: 30px; }

.quoteblock {
  padding: 120px 0; }
  .quoteblock .quote {
    color: #fff;
    font-family: Arial, sans-serif; font-weight: bold; font-style: italic;}
  .quoteblock span {
    font-family: Arial, sans-serif;
    color: #fff; }

.fullwidthslider .slideimg {
  height: 380px;
  background-size: cover;
  background-position: center center; }
.fullwidthslider .multicarousel {
  position: relative; }
.fullwidthslider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -15px; }
  .fullwidthslider .owl-nav [class*=owl-] {
    background: transparent; }
.fullwidthslider .goToPrevSlide {
  text-decoration: none;
  color: #fff;
  font-size: 60px;
  position: absolute;
  left: 25px;
  margin-top: -30px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
.fullwidthslider .goToNextSlide {
  color: #fff;
  font-size: 60px;
  position: absolute;
  right: 25px;
  margin-top: -30px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.columns {
  padding: 120px 0; }
  .columns h2 {
    font-size: 40px;
    margin-bottom: 60px; }
  .columns p {
    font-family: Arial, sans-serif;
    margin-bottom: 30px; }

.videogroot {
  height: 850px;
  height: 77vh;
  position: relative; }
  .videogroot > a, .videogroot .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .videogroot h2 {
    color: #fff;
    font-size: 40px;
    margin-top: 240px; }
  .videogroot span {
    color: #fff;
    font-size: 14px;
    font-family: Arial, sans-serif;
    display: block; }
  .videogroot .icon-play:before {
    margin: 60px auto 0;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    padding-left: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.6); }

.podcast {
  padding: 120px 0; }
  .podcast .podcast-story {
    height: 260px;
    position: relative;
    overflow: hidden; }
    .podcast .podcast-story a {
      background-size: cover;
      background-position: center center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .podcast .podcast-story a span {
        font-size: 100px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px; }
  .podcast .podcast-story:hover a {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.storygallery .bigimg {
  height: 560px; }
.storygallery .smallimg {
  height: 280px; }
.storygallery .bigimg, .storygallery .smallimg {
  background-size: cover;
  background-position: center center;
  position: relative; }
.storygallery .overlay {
  opacity: 0;
  background-color: rgba(210, 152, 60, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out; }
  .storygallery .overlay .imgtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    padding-bottom: 25px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5em; }
.storygallery .bigimg:hover .overlay, .storygallery .smallimg:hover .overlay {
  opacity: 1; }

/* ========== NETWORKSECTION ========== */
.networksection {
  padding-top: 90px;
  padding-bottom: 30px; }
  .networksection .networkitem {
    padding: 0 15px 30px;
    position: relative; }
    .networksection .networkitem .networkimage {
      height: 300px;
      position: relative;
      overflow: hidden; }
      .networksection .networkitem .networkimage .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center center;
        -webkit-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out; }
      .networksection .networkitem .networkimage .networklogo {
        max-width: 174px;
        width: 100%;
        height: 100px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -87px;
        background-repeat: no-repeat;
        background-position: center center; }
    .networksection .networkitem .networkcontent {
      position: relative;
      padding: 30px 15px 15px;
      border: 1px solid #d6d6d6;
      border-top: none; }
      .networksection .networkitem .networkcontent a:hover {
        text-decoration: none; }
      .networksection .networkitem .networkcontent h3 {
        font-size: 20px;
        min-height: 52px;
        padding-right: 50px;
        margin-bottom: 10px; }
      .networksection .networkitem .networkcontent .composit {
        margin-top: 10px; }
        .networksection .networkitem .networkcontent .composit span {
          font-family: Arial, sans-serif;
          font-weight: bold;
          display: block;
          font-size: 15px;
          line-height: 24px;
          color: #a0a0a0; }
      .networksection .networkitem .networkcontent .more-info {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        right: 15px;
        bottom: 15px; }
        .networksection .networkitem .networkcontent .more-info span {
          margin-top: -8px;
          margin-left: -8px;
          font-size: 16px; }
      .networksection .networkitem .networkcontent .more-info:hover span {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
    .networksection .networkitem:hover .more-info span, .networksection .networkitem:hover .image {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }

/* ========== YOUNG AUDIENCES ========== */
.youngaudiences .imageHeader {
  height: 625px;
  position: relative; }
  .youngaudiences .imageHeader .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .youngaudiences .imageHeader .container, .youngaudiences .imageHeader .row, .youngaudiences .imageHeader .col-sm-10 {
    height: 100%;
    position: relative; }
  .youngaudiences .imageHeader .padded-multiline {
    position: absolute;
    bottom: 150px;
    padding: 0px 0;
    border-left: 20px solid rgba(200, 107, 51, 0.5); }
    .youngaudiences .imageHeader .padded-multiline h1 {
      background-color: rgba(200, 107, 51, 0.5);
      color: #fff;
      display: inline;
      margin: 0;
      line-height: 69px;
      padding: 0;
      position: relative; }
      .youngaudiences .imageHeader .padded-multiline h1 span {
        position: relative;
        left: -10px; }
.youngaudiences .stories .filters span {
  background-color: #c86b33; }
.youngaudiences .stories .item .storyimage {
  /*margin-bottom: 0;*/ }
  .youngaudiences .stories .item .storyimage .playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    border: 2px solid #fff; }
    .youngaudiences .stories .item .storyimage .playbtn span {
      font-size: 36px;
      margin-top: -18px;
      margin-left: -14px; }
  .youngaudiences .stories .item .storyimage .categorie-cta {
    position: absolute;
    bottom: 30px;
    left: 0; }
.youngaudiences .color-content {
  padding: 25px 20px;
  background-color: #c86b33; }
  .youngaudiences .color-content h2 {
    font-size: 35px;
    line-height: 35px; }
  .youngaudiences .color-content p {
    font-family: Arial, sans-serif;
    padding-right: 35px; }
  .youngaudiences .color-content h2, .youngaudiences .color-content p {
    color: #fff; }
  .youngaudiences .color-content .more-info {
    background-color: #fff;
    width: 30px;
    height: 30px;
    bottom: 25px;
    right: 50px; }
    .youngaudiences .color-content .more-info span {
      font-size: 16px;
      margin-top: -8px;
      margin-left: -8px; }
    .youngaudiences .color-content .more-info .icon-plus:before {
      color: #000; }
.youngaudiences .stories .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: #c86b33; }

/* ========== LIBRARY RESULTS ========== */
.library.stories {
  position: relative; }
  .library.stories .filters {
    padding: 0 15px; }
  .library.stories .return {
    top: 75px;
    padding: 3px 10px; }

.libraryresults .sameHeight {
  margin-bottom: 30px; }
.libraryresults .thumbhuls {
  height: 180px; }
  .libraryresults .thumbhuls .videoimg {
    object-fit: cover;
    height: 180px; }
  .libraryresults .thumbhuls .playbtn {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px; }
    .libraryresults .thumbhuls .playbtn span {
      font-size: 20px;
      margin-top: -10px;
      margin-left: -7px; }

/* ========== FOOTER ========== */
footer {
  background-color: #000; }
  footer .headfooter {
    padding: 80px 0 60px; }
    footer .headfooter img {
      max-width: 235px; }
    footer .headfooter a.newsletter {
      min-height: 49px;
      background-color: transparent;
      border: 1px solid #fff;
      padding: 11px 10px;
      width: 50%;
      color: #fff; }
    footer .headfooter a.newsletter {
      background-color: #d2983c;
      margin: 0 auto;
      white-space: normal;
      -webkit-appearance: none;
      border-color: #d2983c; text-decoration: none !important; cursor: pointer;}
    footer .headfooter ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    footer .headfooter ::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    footer .headfooter :-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    footer .headfooter :-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
    footer .headfooter .socials {
      text-align: center;
      list-style-type: none;
      margin: 0;
      padding: 10px 0; }
      footer .headfooter .socials li {
        display: inline-block;
        padding: 0 8px; }
        footer .headfooter .socials li a {
          font-size: 30px;
          color: #fff;
          text-decoration: none; }
        footer .headfooter .socials li a:hover {
          color: #d2983c; }
  footer .subfooter {
    padding-bottom: 10px; }
    footer .subfooter .footer--nav {
      list-style: none; }
      footer .subfooter .footer--nav li {
        display: inline-block; }
        footer .subfooter .footer--nav li a {
          border-right: 1px solid #fff;
          font-size: 13px;
          color: #fff;
          padding: 0 18px; }
      footer .subfooter .footer--nav li.last a {
        border: none; }

@media screen and (max-width: 1500px) {
  .homeSlide .padded-multiline h1 {
    line-height: 57px;
    font-size: 50px; }

  .library.stories .return {
    top: -60px;
    padding: 3px 10px; } }
@media screen and (max-width: 1199px) {
  .headroom--top .navbar-header .navbar-brand:link img,
  .headroom--top .navbar-header .navbar-brand:visited img,
  .headroom--top .navbar-header .navbar-brand:active img {
    width: 125px; }
  .headroom--top .navbar-collapse {
    margin-top: 45px; }

  .navbar-default .nav  li a {
    font-size: 12px; }

  .headersection .homeSlide .container-fluid .row > .playbtn {
    width: 50px;
    height: 50px;
    bottom: 5%;
    left: auto;
    right: 40px; }
    .headersection .homeSlide .container-fluid .row > .playbtn span {
      font-size: 20px;
      margin-left: -8px;
      margin-top: -10px; }

  footer .headfooter .socials li {
    padding: 0 10px; } }
@media screen and (max-width: 1199px) and (min-width: 992px) {
  h2 {
    font-size: 20px;
    line-height: 28px; }

  .contributors-detail .infosection .image-text .kader .socials li a {
    font-size: 24px; } }
@media screen and (max-width: 991px) {
  .navbar-default {
    padding-top: 15px;
    padding-bottom: 0; }
    .navbar-default .topmenu {
      top: 10px;
      right: 15px; }

  .navbar-header {
    float: none; }

  .navbar-default .navbar-toggle {
    border: none; }

  .navbar-default .navbar-toggle:hover {
    background-color: transparent; }

  .navbar-toggle {
    display: block;
    margin-top: 53px;
    margin-right: 0; }

  .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .collapse.in {
    display: block !important;
    padding-bottom: 10px; }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: none;
    border-top: none; }

  .headersection .highlightblock {
    background-color: rgba(0, 0, 0, 0.9);
    width: 94%;
    margin: 3% auto;
    position: static;
    opacity: 1 !important; }

  .videoview .video {
    margin-bottom: 20px !important; }

  footer .headfooter {
    text-align: center; }
    footer .headfooter .socials {
      margin-bottom: 30px; }
      footer .headfooter .socials li {
        padding: 0 18px; }
    footer .headfooter img {
      margin-bottom: 30px; }

  .library.stories .return {
    left: 15px; }

  .storyheader .video-intro .vertical-align {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: auto; }
    .storyheader .video-intro .vertical-align p {
      margin: 15px 0; }
    .storyheader .video-intro .vertical-align .video-story {
      margin: 30px 0; }

  .contributors-detail .infosection .image-text .kader {
    height: 100%; }
    .contributors-detail .infosection .image-text .kader .image {
      padding-bottom: 20px; }
    .contributors-detail .infosection .image-text .kader .no-align {
      position: static;
      top: 0%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
@media screen and (max-width: 767px) {
  body {
    font-size: 14px; }

  h1 {
    font-size: 36px; }

  h2 {
    font-size: 20px;
    margin-bottom: 10px; }

  .headersection .titleblock {
    left: 15px; }

  .homeSlide .padded-multiline {
    padding: 0px 0;
    border-left: 30px solid rgba(0, 0, 0, 0.55); }
    .homeSlide .padded-multiline h1 {
      line-height: 41px;
      font-size: 36px; }
      .homeSlide .padded-multiline h1 span {
        position: relative;
        left: -15px; }

  .headersection .padded-multiline .offsetLeft .more-info {
    right: 0;
    bottom: -36px; }
  .headersection .padded-multiline .moveup .more-info {
    bottom: 0;
    right: -36px; }
  .headersection .padded-multiline .more-info {
    width: 36px;
    height: 36px; }
    .headersection .padded-multiline .more-info span {
      margin-top: -9px;
      margin-left: -9px;
      font-size: 18px; }

  .articles .article {
    margin-bottom: 40px; }

  .information-blocks {
    padding: 50px 0; }
    .information-blocks .infoblock {
      margin-bottom: 40px; }
      .information-blocks .infoblock .infotitel {
        height: auto;
        overflow: hidden;
        border: 1px solid #c6c5c5;
        border-bottom: none;
        padding: 30px; }

  .stories .sorteren {
    margin-left: -15px;
    margin-right: -15px; }

  .kalender .event .sameHeight .eventimage {
    right: 15px;
    margin-bottom: 20px; }
  .kalender .event .sameHeight .content {
    padding-left: 0px; }

  .paddingR30, .paddingL30 {
    padding: 0 15px; }

  .contributors-detail .padded-multiline {
    bottom: 210px; }
    .contributors-detail .padded-multiline h1 {
      line-height: 41px; }
  .contributors-detail .infosection .image-text .kader .vertical-align {
    position: static;
    top: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .contributors-detail .infosection .image-text .kader .socials {
    margin-top: 20px;
    text-align: left; }
    .contributors-detail .infosection .image-text .kader .socials li {
      padding-left: 0;
      padding-right: 16px; } 
.storyheader .playbtn {
    height: 70px;
    width: 70px;
    margin: 0 auto;
}

  }
@media screen and (max-width: 530px) {
  footer .headfooter input {
    width: 100%;
    float: none; } }
@media screen and (max-width: 480px) {
  body {
    font-size: 13px; }

  h1 {
    font-size: 30px; }

  h2 {
    font-size: 18px;
    margin-bottom: 10px; }

  .homeSlide .padded-multiline {
    margin-top: -1px;
    padding: 0px 0;
    border-left: 30px solid rgba(0, 0, 0, 0.55); }
    .homeSlide .padded-multiline h1 {
      line-height: 40px;
      font-size: 30px;
      padding: 3px 0; }
      .homeSlide .padded-multiline h1 span {
        position: relative;
        left: -15px; }
    .homeSlide .padded-multiline .more-info {
      width: 32px;
      height: 32px; }
      .homeSlide .padded-multiline .more-info span {
        margin-top: -9px;
        margin-left: -9px;
        font-size: 18px; }
    .homeSlide .padded-multiline .offsetLeft .more-info {
      right: 0;
      bottom: -32px; }
    .homeSlide .padded-multiline .moveup .more-info {
      bottom: 0;
      right: -32px; }

  .contributors-detail .padded-multiline {
    bottom: 210px; }
    .contributors-detail .padded-multiline h1 {
      font-size: 36px; } }


p.icalsynch {
    font-size: 9px;
    line-height: 10px;
    margin-bottom: 5px !important;
    height: auto !important;
    margin-left: 5px;
    color: #878787;
	font-family: Arial,sans-serif; font-weight;}

div.comingsoondate .field-name-field-coming-soon-date ul.addtocal_menu p.icalsynch { color: #ffffff; }
div.comingsoondate {position: relative; background-color: #000000; color: #ffffff; line-height: 17px; padding: 10px; height: auto; display: inline-block;}
div.comingsoondate .field-name-field-coming-soon-date {display: inline-block;font-size: 13px;margin-left: 12px;position: relative !important;  right: 0px; }

.language-switcher-locale-url { padding-left: 0px; margin-right: 9px;}
.language-switcher-locale-url li { position: relative; list-style: none !important;}
.language-switcher-locale-url li,
.language-switcher-locale-url li a { text-decoration: none !important; float: left; -webkit-transition: all 0.15s ease-in-out;  transition: all 0.15s ease-in-out;}
.navbar-default .nav .language-switcher-locale-url li a { padding-top: 11px; padding-bottom: 11px; position: relative; padding-right: 6px; padding-left: 6px;}
.language-switcher-locale-url li a.active { color: #d2983c; }

.language-switcher-locale-url li:after { position: absolute; right: 0px; top: 21px; content: ""; width: 1px; height: 9px; background-color: #fff;}
.language-switcher-locale-url li:last-of-type:after { display: none; }

.language-switcher-locale-url li a:hover:after{ content: ""; background-color: #d2983c; height: 3px; position: absolute; left: 0; right: 0; margin-left: 6px; margin-right: 5px; bottom: 0px;}
.language-switcher-locale-url li a:hover { color: #d2983c; }
.topmenu .nav > li > a { padding-left: 10px; padding-right: 10px; }
.topmenu .nav > li.newsletter a { border: 1px solid #fff; margin-top: 9px; padding-top: 5px; padding-bottom: 5px; margin-left: 12px;}
.topmenu .nav > li.newsletter a:hover { background-color: #d2983c; color: #000000!important ; border-color: #000000; }
.topmenu .nav > li.newsletter a:hover:after { display: none; }
.topmenu .nav > li.social a { font-size: 21px; }
.topmenu .nav > li.social a:hover:after { display: none; }
.topmenu .nav > li.newsletter { margin-right: 10px; }

.partners .lSAction > a { font-family: 'icomoon' !important; }
.partners .lSAction > a:after { content: "\e907";}

.partners .lSSlideOuter { overflow: visible; }
.partners a { text-decoration: none; opacity: 1;}
.partners a:hover { color: #333!important; }
.partners .lSPrev { transform: rotate(90deg); position: absolute; top: 67px; left: -50px; font-size: 60px; color: #333; }
.partners .lSNext { transform: rotate(-90deg); position: absolute; top: 95px; right: -50px; font-size: 60px; color: #333; }

.flashbackribbon { background: #d2983c; }
.flashbackribbon p { color: #ffffff; padding-top: 10px; padding-bottom: 10px; font-size: 15px; }

@media screen and (max-width: 1200px){
  .navbar-default .topmenu .navbar-nav li a { font-size: 11px; }
  .topmenu .nav > li.social a { font-size: 16px !important; }
  .stories .selectboxit-text { font-size: 14px; }
  .flashbackribbon p { font-size: 12px; line-height: 16px;}
}

@media screen and (max-width: 768px){
  .dropdown-menu > li > a { border: 0 !important; background-color: transparent !important; }
  .headersection .videoslide { height: auto; }
  .videoslider  { margin-bottom: 20px; }
  .partnerslide .partners .lSPrev,
  .partnerslide .partners .lSNext { display: none !important; }
}
