@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------
Theme Name: 	Zone2Source
Theme URI:
Description: 	Custom made thema
Version: 		0.1
Author: 		Cleem
Author URI: 	http://cleem.nl
----------------------------------------------------------------------------------------------------------
14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)
----------------------------------------------------------------------------------------------------------*/
@import url("//hello.myfonts.net/count/42a4d2");
@import "css/normalize.css";
@font-face {
  font-family: "DutchMediaevalProST-Italic";
  src: url("fonts/DutchMediaevalProSTItalic/font.woff2") format("woff2"), url("fonts/DutchMediaevalProSTItalic/font.woff") format("woff");
}
@font-face {
  font-family: "DutchMediaevalProST";
  src: url("fonts/DutchMediaevalProST/font.woff2") format("woff2"), url("fonts/DutchMediaevalProST/font.woff") format("woff");
}
@font-face {
  font-family: "FFBauWebProRegular";
  src: url("fonts/FFBauWebProRegular/font.woff2") format("woff2"), url("fonts/FFBauWebProRegular/font.woff") format("woff");
}
@font-face {
  font-family: "FFBauWebProRegularItalic";
  src: url("fonts/FFBauWebProRegularItalic/font.woff2") format("woff2"), url("fonts/FFBauWebProRegularItalic/font.woff") format("woff");
}
@font-face {
  font-family: "FFBauWebProMedium";
  src: url("fonts/FFBauWebProMedium/font.woff2") format("woff2"), url("fonts/FFBauWebProMedium/font.woff") format("woff");
}
@font-face {
  font-family: "FFBauWebProMediumItalic";
  src: url("fonts/FFBauWebProMediumItalic/font.woff2") format("woff2"), url("fonts/FFBauWebProMediumItalic/font.woff") format("woff");
}
.temperatuur {
  color: #0099ff !important;
}

/* ---------------------------- in plaats van 1440, 768, 640 gebruiken we em:
 640 - 40.em
 704 - 44em
 768 - 48em
1024 - 64em
1080 - 68em
1280 - 80em
1440 - 90em
1600 - 100em
1920 - 120em
*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0px;
}

img {
  display: inline-block;
  vertical-align: middle;
}

.push-right {
  float: right;
}

/* -------------------------------- mobile first / tot 640px / small */
@media only screen {
  .row {
    width: 100%;
    max-width: 80em;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0px;
    padding-left: 20px; /* row-space to left */
    padding-right: 0px; /* row-space to right: (row-space-left - column-space) e.g. 30px-30px=0 */
  }
  .row:before, .row:after {
    content: normal;
  }
  .row:after {
    clear: both;
  }
  .row.center-cols {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .row [class*=col-] {
    float: left;
    padding-right: 20px; /* column-space */
  }
  .row .col-small-12 {
    width: 100%;
  }
  .row .col-small-11 {
    width: 91.66%;
  }
  .row .col-small-10 {
    width: 83.333%;
  }
  .row .col-small-9 {
    width: 75%;
  }
  .row .col-small-8 {
    width: 66.66%;
  }
  .row .col-small-7 {
    width: 58.33%;
  }
  .row .col-small-6 {
    width: 50%;
  }
  .row .col-small-5 {
    width: 41.66%;
  }
  .row .col-small-4 {
    width: 33.33%;
  }
  .row .col-small-3 {
    width: 25%;
  }
  .row .col-small-2 {
    width: 16.667%;
  }
  .row .col-small-1 {
    width: 8.33%;
  }
  .row .hide-on-small {
    display: none !important;
  }
  .row .push-small-11 {
    margin-left: 91.66%;
  }
  .row .push-small-10 {
    margin-left: 83.333%;
  }
  .row .push-small-9 {
    margin-left: 75%;
  }
  .row .push-small-8 {
    margin-left: 66.66%;
  }
  .row .push-small-7 {
    margin-left: 58.33%;
  }
  .row .push-small-6 {
    margin-left: 50%;
  }
  .row .push-small-5 {
    margin-left: 41.66%;
  }
  .row .push-small-4 {
    margin-left: 33.33%;
  }
  .row .push-small-3 {
    margin-left: 25%;
  }
  .row .push-small-2 {
    margin-left: 16.667%;
  }
  .row .push-small-1 {
    margin-left: 8.33%;
  }
  .row .push-small-0 {
    margin-left: 0;
  }
}
/* -------------------------------------------------- vanaf 640px / medium */
@media only screen and (min-width: 48em) {
  .row {
    padding-left: 110px; /* row-space to left */
    padding-right: 80px; /* row-space to right: (row-space-left - column-space) e.g. 30px-30px=0 */
  }
  .row [class*=col-] {
    padding-right: 30px; /* column-space */
  }
  .row .col-medium-12 {
    width: 100%;
    padding: 0 70px;
  }
  .row .col-medium-11 {
    width: 91.66%;
  }
  .row .col-medium-10 {
    width: 83.333%;
  }
  .row .col-medium-9 {
    width: 75%;
  }
  .row .col-medium-8 {
    width: 66.66%;
  }
  .row .col-medium-7 {
    width: 58.33%;
  }
  .row .col-medium-6 {
    width: 50%;
  }
  .row .col-medium-5 {
    width: 41.66%;
  }
  .row .col-medium-4 {
    width: 33.33%;
  }
  .row .col-medium-3 {
    width: 25%;
  }
  .row .col-medium-2 {
    width: 16.667%;
  }
  .row .col-medium-1 {
    width: 8.33%;
  }
  .row .hide-on-small {
    display: block !important;
  }
  .row .hide-on-medium {
    display: none !important;
  }
  .row .push-medium-11 {
    margin-left: 91.66%;
  }
  .row .push-medium-10 {
    margin-left: 83.333%;
  }
  .row .push-medium-9 {
    margin-left: 75%;
  }
  .row .push-medium-8 {
    margin-left: 66.66%;
  }
  .row .push-medium-7 {
    margin-left: 58.33%;
  }
  .row .push-medium-6 {
    margin-left: 50%;
  }
  .row .push-medium-5 {
    margin-left: 41.66%;
  }
  .row .push-medium-4 {
    margin-left: 33.33%;
  }
  .row .push-medium-3 {
    margin-left: 25%;
  }
  .row .push-medium-2 {
    margin-left: 16.667%;
  }
  .row .push-medium-1 {
    margin-left: 8.33%;
  }
  .row .push-meduim-0 {
    margin-left: 0;
  }
}
/* -------------------------------------------------- vanaf 1024px */
@media only screen and (min-width: 64em) {
  .row {
    width: 100%;
    padding-left: 110px; /* row-space to left */
    padding-right: 80px; /* row-space to right: (row-space-left - column-space) e.g. 20px-20px=0px */
  }
  .row [class*=col-] {
    padding-right: 30px; /* row-space to left */
  }
  .row .col-large-12 {
    width: 100%;
  }
  .row .col-large-11 {
    width: 91.66%;
  }
  .row .col-large-10 {
    width: 83.333%;
  }
  .row .col-large-9 {
    width: 75%;
  }
  .row .col-large-8 {
    width: 66.66%;
  }
  .row .col-large-7 {
    width: 58.33%;
  }
  .row .col-large-6 {
    width: 50%;
  }
  .row .col-large-5 {
    width: 41.66%;
  }
  .row .col-large-4 {
    width: 33.33%;
  }
  .row .col-large-3 {
    width: 25%;
  }
  .row .col-large-2 {
    width: 16.667%;
  }
  .row .col-large-1 {
    width: 8.33%;
  }
  .row .hide-on-small {
    display: block !important;
  }
  .row .hide-on-medium {
    display: block !important;
  }
  .row .hide-on-large {
    display: none !important;
  }
  .row .push-large-11 {
    margin-left: 91.66%;
  }
  .row .push-large-10 {
    margin-left: 83.333%;
  }
  .row .push-large-9 {
    margin-left: 75%;
  }
  .row .push-large-8 {
    margin-left: 66.66%;
  }
  .row .push-large-7 {
    margin-left: 58.33%;
  }
  .row .push-large-6 {
    margin-left: 50%;
  }
  .row .push-large-5 {
    margin-left: 41.66%;
  }
  .row .push-large-4 {
    margin-left: 33.33%;
  }
  .row .push-large-3 {
    margin-left: 25%;
  }
  .row .push-large-2 {
    margin-left: 16.667%;
  }
  .row .push-large-1 {
    margin-left: 8.33%;
  }
  .row .push-large-0 {
    margin-left: 0;
  }
}
/* -------------------------------------------------- vanaf 1024px */
@media only screen and (min-width: 80em) {
  .row {
    width: 100%;
    padding-left: 110px; /* row-space to left */
    padding-right: 80px; /* row-space to right: (row-space-left - column-space) e.g. 20px-20px=0px */
  }
  .row [class*=col-] {
    padding-right: 30px; /* row-space to left */
  }
  .row .col-xlarge-12 {
    width: 100%;
  }
  .row .col-xlarge-11 {
    width: 91.66%;
  }
  .row .col-xlarge-10 {
    width: 83.333%;
  }
  .row .col-xlarge-9 {
    width: 75%;
  }
  .row .col-xlarge-8 {
    width: 66.66%;
  }
  .row .col-xlarge-7 {
    width: 58.33%;
  }
  .row .col-xlarge-6 {
    width: 50%;
  }
  .row .col-xlarge-5 {
    width: 41.66%;
  }
  .row .col-xlarge-4 {
    width: 33.33%;
  }
  .row .col-xlarge-3 {
    width: 25%;
  }
  .row .col-xlarge-2 {
    width: 16.667%;
  }
  .row .col-xlarge-1 {
    width: 8.33%;
  }
  .row .hide-on-small {
    display: block !important;
  }
  .row .hide-on-medium {
    display: block !important;
  }
  .row .hide-on-large {
    display: none !important;
  }
  .row .hide-on-xlarge {
    display: none !important;
  }
  .row .push-xlarge-11 {
    margin-left: 91.66%;
  }
  .row .push-xlarge-10 {
    margin-left: 83.333%;
  }
  .row .push-xlarge-9 {
    margin-left: 75%;
  }
  .row .push-xlarge-8 {
    margin-left: 66.66%;
  }
  .row .push-xlarge-7 {
    margin-left: 58.33%;
  }
  .row .push-xlarge-6 {
    margin-left: 50%;
  }
  .row .push-xlarge-5 {
    margin-left: 41.66%;
  }
  .row .push-xlarge-4 {
    margin-left: 33.33%;
  }
  .row .push-xlarge-3 {
    margin-left: 25%;
  }
  .row .push-xlarge-2 {
    margin-left: 16.667%;
  }
  .row .push-xlarge-1 {
    margin-left: 8.33%;
  }
  .row .push-xlarge-0 {
    margin-left: 0;
  }
}
.headline2 {
  font-size: 1.5625rem;
  line-height: 1em;
  font-weight: normal;
  font-family: "FFBauWebProMedium", sans-serif;
  color: #000;
  margin-bottom: 0;
}
.headline2 em {
  font-style: normal;
  font-family: "FFBauWebProMediumItalic", sans-serif;
}

.accentbig {
  font-size: 1.9375rem;
  line-height: 1.064516129em;
  font-weight: normal;
  font-family: "DutchMediaevalProST", serif;
  color: #000;
  padding-top: 0px !important;
  margin-bottom: 10px;
}

.accentsmall {
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: normal;
  font-family: "DutchMediaevalProST", serif;
  color: #000;
  margin-bottom: 10px;
}

.ankeilertitel {
  font-size: 2rem;
  line-height: 1.15625em;
  font-weight: normal;
  font-family: "FFBauWebProMediumItalic", sans-serif;
  color: #000;
  margin-bottom: 0;
}

.labelsmall {
  font-size: 0.5625rem;
  line-height: 1.7777777778em;
  font-weight: normal;
  font-family: "FFBauWebProMedium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8em;
  color: #000;
  padding-bottom: 5px;
}

.labelbig {
  font-size: 1.125rem;
  line-height: 1.2222222222em;
  font-weight: normal;
  font-family: "FFBauWebProMedium", sans-serif;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.4em;
  padding-bottom: 10px;
}

.tijdtitel {
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: normal;
  font-family: "FFBauWebProMedium", sans-serif;
  color: #0099ff;
  padding-bottom: 10px;
}

.tijdmini {
  font-size: 0.75rem;
  line-height: 1.3333333333em;
  font-weight: normal;
  font-family: "FFBauWebProMedium", sans-serif;
  color: #0099ff;
  padding-bottom: 5px;
}

.footnote {
  font-size: 0.75rem;
  line-height: 1.3333333333em;
  font-weight: normal;
  font-family: "FFBauWebProRegular", sans-serif;
  color: #000;
  margin-top: -20px;
  margin-bottom: 30px;
}

header {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 9998;
}
@media (max-width: 48em) {
  header {
    position: absolute;
  }
}
header #logo {
  position: absolute;
  left: 95px;
  top: 30px;
  text-align: center;
}
header #logo a {
  text-decoration: none;
  font-size: 40px;
  font-family: "FFBauWebProMedium", sans-serif;
  color: #0099ff;
}
header #logo img {
  width: 300px;
  height: auto;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
@media (max-width: 48em) {
  header #logo img {
    width: 200px;
  }
}
@media (max-width: 48em) {
  header #logo a {
    font-size: 30px;
  }
}
header #slogan {
  position: absolute;
  top: 30px;
  right: 110px;
  text-align: right;
  color: #0099ff;
  font-family: "DutchMediaevalProST", serif;
  font-size: 1.7em;
}
@media (max-width: 990px) {
  header #slogan {
    display: none;
  }
}
header #hetmenu {
  position: absolute;
  left: -100%;
  top: 0px;
  padding: 90px 90px 100% 20px;
  background-color: #0099ff;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  font-size: 1.0625rem;
  line-height: 1.1764705882em;
  font-weight: normal;
  font-family: "FFBauWebProRegular", sans-serif;
  color: #fff;
}
@media (max-width: 48em) {
  header #hetmenu {
    left: -150%;
  }
}
header #hetmenu.actief {
  left: 0px;
}
header #hetmenu.actief a {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 48em) {
  header #hetmenu {
    padding-bottom: 20px;
  }
}
header #hetmenu #hoofdmenu {
  z-index: 9999999;
  position: relative;
  text-align: left;
  left: 90px;
}
@media (max-width: 48em) {
  header #hetmenu #hoofdmenu {
    left: 0px;
  }
}
header #hetmenu #hoofdmenu > li {
  display: block;
  padding: 0 5px;
  list-style: none;
  margin: 0 0 0 10px;
}
header #hetmenu #hoofdmenu > li:before {
  display: none;
}
header #hetmenu #hoofdmenu > li a {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  color: #fff;
  text-decoration: none;
  padding: 5px 0px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 1.125rem;
  line-height: 0.8888888889em;
  font-weight: normal;
  font-family: "FFBauWebProMedium", sans-serif;
}
header #hetmenu #hoofdmenu > li:hover a {
  color: #fff;
}
header #hetmenu #hoofdmenu > li ul.sub-menu li a {
  font-size: 1.0625rem;
  line-height: 0.9411764706em;
  font-weight: normal;
  font-family: "FFBauWebProRegular", sans-serif;
}
header #hetmenu #logowit {
  position: absolute;
  left: 95px;
  top: 30px;
  text-align: center;
}
header #hetmenu #logowit a {
  text-decoration: none;
  font-size: 40px;
  font-family: "FFBauWebProMedium", sans-serif;
  color: #fff;
}
@media (max-width: 48em) {
  header #hetmenu #logowit {
    left: 75px;
  }
  header #hetmenu #logowit a {
    font-size: 30px;
  }
}

/* MENU xtra's links */
.menuxlinks {
  position: relative;
  z-index: 9999999999999;
}
.menuxlinks .talen {
  display: block;
  line-height: 33px;
}
.menuxlinks .talen #taalmenu li {
  padding-left: 0px;
  display: inline-block;
}
.menuxlinks .talen a {
  color: #fff;
  text-decoration: none;
}
.menuxlinks a {
  padding-right: 14px;
}

#hamburger {
  z-index: 99999;
  position: fixed;
  border: 0px solid transparent;
  background-color: #0099ff;
  width: 70px;
  height: 100vh;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 48em) {
  #hamburger {
    position: absolute;
    height: 70px;
  }
  #hamburger .temperatuur {
    display: none;
  }
}
#hamburger .svg-inline--fa {
  display: block;
  position: absolute;
  top: 16px;
  left: 18px;
  font-size: 40px;
}
#hamburger .fa-times {
  opacity: 0;
  left: 24px;
}
#hamburger.actief .fa-times {
  opacity: 1;
}
#hamburger.actief .fa-bars {
  opacity: 0;
}
#hamburger .temperatuur {
  position: absolute;
  bottom: 30px;
  width: 58px;
  text-align: center;
  color: #fff !important;
  font-size: 1.125rem;
  line-height: 1.3333333333em;
  font-weight: normal;
  font-family: "DutchMediaevalProST", serif;
}

#mapbutton {
  background-color: #0099ff;
  border: 0px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.wrapper {
  z-index: 9999;
  width: 70px;
  height: 100vh;
  position: relative;
  padding: 15px;
}
@media (max-width: 48em) {
  .wrapper {
    display: none;
  }
}
.wrapper .roteerder {
  position: relative;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  left: 8px;
}
.wrapper .roteerder.maproteerder {
  bottom: -90%;
}
.wrapper .roteerder.menuroteerder {
  top: 180px;
}
.wrapper .roteerder .menutxt, .wrapper .roteerder .maptxt {
  position: relative;
  font-family: "FFBauWebProMedium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  margin-left: 0px;
}
.wrapper .roteerder .menutxt .maptxt, .wrapper .roteerder .maptxt .maptxt {
  text-align: left;
  display: block;
}
.wrapper .roteerder .menutxt img, .wrapper .roteerder .maptxt img {
  display: block;
  position: absolute;
  top: -2px;
  left: -60px;
  font-size: 80px;
}

/* ------------------------------------------------ < naar hamburger --- */
.bg_temperatuur {
  background-color: #0099ff;
  color: #fff;
}

/* --------- target van bijvoorbeeld een anchor #next */
:target {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

html {
  background-color: #fff;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  -webkit-animation: fadeSiteIn 0.5s ease forwards;
          animation: fadeSiteIn 0.5s ease forwards;
}

body.fadeSiteOut {
  -webkit-animation: fadeSiteOut 0.5s ease forwards;
          animation: fadeSiteOut 0.5s ease forwards;
}

@-webkit-keyframes fadeSiteIn { /* [1] */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeSiteIn { /* [1] */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeSiteOut { /* [2] */
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeSiteOut { /* [2] */
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*
::-webkit-scrollbar{
	width:12px;
	height:12px;
}
::-webkit-scrollbar-track{
	background: lighten( $temperatuur, 70% );
}
::-webkit-scrollbar-thumb{
	background: darken( $temperatuur, 10% );
}
*/
::-moz-selection {
  background: #393EDB; /* WebKit/Blink Browsers */
  color: #fff;
}
::selection {
  background: #393EDB; /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #393EDB; /* Gecko Browsers */
  color: #fff;
}

*:focus {
  outline: 0 !important;
}

.fixed {
  position: fixed;
  top: 0px !important;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  font-size: 1.125rem;
  line-height: 1.1666666667em;
  font-weight: normal;
  font-family: "FFBauWebProRegular", sans-serif;
  color: #000;
  color: #000;
  margin: 0px;
  letter-spacing: 0.05em;
}

div, p {
  position: relative;
}

img {
  display: block;
  margin: 0 auto 30px;
  max-width: 100% !important;
  height: auto;
  border: 0px solid #000;
  vertical-align: top;
}
img.mask {
  transform: scale(1.003);
  -webkit-transform: scale(1.003);
}

.wp-caption {
  max-width: 100% !important;
}

.wp-caption-text {
  max-width: 100% !important;
  margin-top: -25px;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4em;
  font-weight: 300;
  font-family: "FFBauWebProRegular", sans-serif;
}

.flexcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
  gap: 10px 20px; /* row-gap column gap */
  row-gap: 10px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.flexcontainer .flex-item {
  height: 100%;
  margin: 0px !important;
}

a {
  position: relative;
  color: #0099ff;
  text-decoration: underline;
  font-weight: 300;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
a.nounderline {
  text-decoration: none;
}
a.button {
  display: inline-block;
  background-color: #393EDB;
  color: #fff;
  padding: 8px 35px;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.35em;
  font-weight: 500;
  font-family: "FFBauWebProRegular", sans-serif;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-animation-timing-function: cubic-bezier(0.1, 1, 0.1);
          animation-timing-function: cubic-bezier(0.1, 1, 0.1);
}
a.button.bgrood {
  background-color: #342598;
}
a.button:hover {
  -webkit-animation: letterspacing 0.3s ease-out;
          animation: letterspacing 0.3s ease-out;
}

@-webkit-keyframes letterspacing {
  0% {
    letter-spacing: normal;
    padding: 8px 35px;
  }
  50% {
    letter-spacing: 2px;
    padding: 8px 25px;
  }
  100% {
    letter-spacing: normal;
    padding: 8px 35px;
  }
}

@keyframes letterspacing {
  0% {
    letter-spacing: normal;
    padding: 8px 35px;
  }
  50% {
    letter-spacing: 2px;
    padding: 8px 25px;
  }
  100% {
    letter-spacing: normal;
    padding: 8px 35px;
  }
}
.contentspacer {
  min-height: 500px;
  padding-top: 0px;
}
.contentspacer.home {
  margin-top: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1.5rem;
  line-height: 1.4583333333em;
  font-weight: normal;
  font-family: "FFBauWebProRegular", sans-serif;
  color: #fff;
  margin: 0 0 30px 0;
  padding: 0 0 5px 0;
  letter-spacing: -0.02em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

h1 {
  font-size: 2rem;
  line-height: 1.15625em;
  font-weight: normal;
  font-family: "FFBauWebProMediumItalic", sans-serif;
  color: #000;
  margin-bottom: 0;
}

h2 {
  font-size: 1.5625rem;
  line-height: 1em;
  font-weight: normal;
  font-family: "FFBauWebProMedium", sans-serif;
  color: #000;
  margin-bottom: 0;
}
h2 em {
  font-style: normal;
  font-family: "FFBauWebProMediumItalic", sans-serif;
}

h3 {
  font-size: 1.375rem;
  line-height: 1.5454545455em;
  font-weight: normal;
  font-family: "FFBauWebProMedium", sans-serif;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
}
h3 em {
  font-style: normal;
  font-family: "FFBauWebProMediumItalic", sans-serif;
}

h4 {
  font-size: 1.9375rem;
  line-height: 1.064516129em;
  font-weight: normal;
  font-family: "DutchMediaevalProST", serif;
  color: #000;
  padding-top: 0px !important;
  margin-bottom: 10px;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: normal;
  font-family: "DutchMediaevalProST", serif;
  color: #000;
  margin-bottom: 10px;
}

h6 {
  font-size: 0.75rem;
  line-height: 1.3333333333em;
  font-weight: normal;
  font-family: "FFBauWebProRegular", sans-serif;
  color: #000;
}

hr {
  margin: 15px 0;
  border: 0px solid transparent;
  border-bottom: 4px solid #fff;
}

blockquote {
  display: block;
  margin: 10px 0px;
  padding: 25px;
  font-family: "FFBauWebProRegularItalic", sans-serif;
}
blockquote:before {
  content: "„";
}
blockquote:after {
  content: "“";
}

ul {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 0 0px;
}
ul li {
  position: relative;
  padding-left: 20px;
}
ul li:before {
  position: absolute;
  left: 0px;
  content: "";
}

label {
  display: block;
}

input[type=textarea] input[type=text] input[type=email] {
  width: 300px;
  color: #000 !important;
  border: 0px solid #000 !important;
  margin: 5px 0 5px 0;
  padding: 2px 5px;
  border-radius: 5px 5px 5px 5px;
}

input[type=submit] {
  width: 50px;
  border: 0px solid #fff;
  background-color: transparent !important;
  color: #fff;
  float: right;
  margin-bottom: 30px;
}

b, strong {
  font-size: 1.125rem;
  line-height: 1.1666666667em;
  font-weight: normal;
  font-family: "FFBauWebProMedium", sans-serif;
}

.clearfix:after::after {
  content: "";
  clear: both;
  display: block;
}

iframe {
  width: 100% !important;
}

.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.alignbottom {
  position: absolute;
  bottom: 10px;
  width: 50%;
  border: 1px solid #fff;
}

.marginbot50 {
  margin-bottom: 50px;
}

.marginbot40 {
  margin-bottom: 40px;
}

.marginbot30 {
  margin-bottom: 30px;
}

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

.marginbot10 {
  margin-bottom: 10px;
}

.margintop60 {
  margin-top: 87px !important;
}

.margintop50 {
  margin-top: 50px !important;
}

.hoogte100 {
  height: 100vh;
}

.paddingtop60 {
  padding-top: 87px !important;
}

table {
  overflow-x: scroll;
  max-width: -moz-fit-content;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  display: block;
}
table tr:nth-child(even) {
  background: #efefef;
}
table tr td {
  padding: 5px 10px;
  vertical-align: top;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ============================================= INDEX =========================================================== */
.smallheader {
  height: 20vh;
}

.sponsors {
  text-align: center;
}
.sponsors img {
  display: inline-block;
}

.responsiveslider {
  height: 100%;
}
.responsiveslider .slick-list {
  height: 100%;
}
.responsiveslider .slick-list .slick-track .slide {
  height: 500px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.responsiveslider .slick-dots {
  bottom: -20px;
}
.responsiveslider .slick-dots li.slick-active button:before {
  color: #342598;
}
.responsiveslider .slick-dots li button:before {
  color: #000;
  font-size: 10px;
}

body.homr .slick-dots {
  display: none !important;
}

.kamerbreed {
  position: relative;
  max-height: -webkit-fill-available;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 90vh;
}
.kamerbreed .responsiveslider {
  height: 100%;
}
.kamerbreed .responsiveslider .slick-list {
  height: 100%;
}
.kamerbreed .responsiveslider .slick-list .slick-track {
  height: 100%;
}
.kamerbreed .responsiveslider .slick-list .slick-track .slide {
  height: 100%;
  background-size: cover;
}
.kamerbreed .tekst_over_beeld {
  z-index: 10;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.kamerbreed .tekst_over_beeld [class*=col-] {
  min-height: 300px;
}
.kamerbreed .tekst_over_beeld a {
  position: absolute;
  bottom: 0px;
  display: block;
  text-decoration: none;
}
.kamerbreed .tekst_over_beeld .labelbig, .kamerbreed .tekst_over_beeld .labelsmall, .kamerbreed .tekst_over_beeld .langetekst, .kamerbreed .tekst_over_beeld h1, .kamerbreed .tekst_over_beeld h2, .kamerbreed .tekst_over_beeld h3, .kamerbreed .tekst_over_beeld h4, .kamerbreed .tekst_over_beeld h5, .kamerbreed .tekst_over_beeld h6 {
  color: #fff !important;
}
.kamerbreed .tekst_over_beeld .roteerder {
  height: auto;
}
@media (max-width: 48em) {
  .kamerbreed .tekst_over_beeld {
    padding-left: 20px;
  }
}

.herotxt {
  text-align: left !important;
  top: auto !important;
  bottom: calc(-100% + 20px) !important;
  max-width: 300px !important;
}
@media (max-width: 48em) {
  .herotxt {
    left: -20px !important;
  }
}

.nowblok {
  margin: 50px 0;
  text-align: center;
}
.nowblok h2 {
  display: inline-block;
}
.nowblok img {
  display: inline;
  margin: 0 !important;
}

.pagesubnav ul li {
  display: inline;
  padding-left: 0;
  padding-right: 15px;
}
.pagesubnav a {
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: normal;
  font-family: "FFBauWebProMedium", sans-serif;
  color: #000;
  margin-bottom: 0;
  color: #0099ff;
  padding-top: 20px !important;
  display: inline-block;
  padding: 0 10px 0 0;
}
.pagesubnav a em {
  font-style: normal;
  font-family: "FFBauWebProMediumItalic", sans-serif;
}
.pagesubnav a.actief {
  color: #000 !important;
}

.mappage {
  min-height: 65vh;
}

.wysiwyg h3 {
  font-size: 1.375rem;
  line-height: 1.5454545455em;
  font-weight: normal;
  font-family: "FFBauWebProMedium", sans-serif;
  margin: 0;
  padding: 0;
}
.wysiwyg .wp-caption-text {
  color: #000;
  margin-left: 5px;
}
.wysiwyg .roteerder {
  top: 318px !important;
}

/* ============================ Blokjes rechts ---===========================================================*/
.blok_rechts {
  display: block;
  margin-bottom: 50px;
}
.blok_rechts .labelbig {
  padding: 0 0 20px 0 !important;
}
.blok_rechts .locaties {
  margin-bottom: 150px;
}
.blok_rechts .locaties .locatie {
  padding-bottom: 15px;
}
.blok_rechts .connected,
.blok_rechts .related {
  padding: 0 0 50px 0;
}
.blok_rechts .connected .row,
.blok_rechts .related .row {
  margin: 0px !important;
  padding: 0px !important;
}
.blok_rechts .connected .row [class*=col-],
.blok_rechts .related .row [class*=col-] {
  width: 100% !important;
}
.blok_rechts .connected .row [class*=col-].tegel,
.blok_rechts .related .row [class*=col-].tegel {
  width: 100% !important;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.blok_rechts .connected .row [class*=col-].tegel .roteerder,
.blok_rechts .related .row [class*=col-].tegel .roteerder {
  top: 150px !important;
  max-width: 150px;
}
.blok_rechts .connected .row [class*=col-].tegel h1,
.blok_rechts .related .row [class*=col-].tegel h1 {
  font-size: 1.2em;
}
.blok_rechts .connected .row [class*=col-].tegel h2,
.blok_rechts .related .row [class*=col-].tegel h2 {
  font-size: 1.2em;
  line-height: 1em;
}
.blok_rechts .related .highlighted_items .ankeilerimg {
  height: 0px !important;
}

.page-template-map .contentspacer .row {
  padding-left: 50px;
}
.page-template-map .contentspacer .row .contentwrapper {
  border: 5px solid transparent;
}
.page-template-map .blok_rechts .mapuitgelicht img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================ modulair ---===========================================================*/
.headimg {
  margin: 30px 0;
}

.ankeilerimg {
  background-size: cover !important;
}
.ankeilerimg img {
  margin-bottom: 10px;
}

.blok {
  padding: 0;
  margin: 0px 0;
}
@media (max-width: 48em) {
  .blok.margintop60 {
    margin-top: 100px !important;
  }
}
.blok .labelbig {
  padding-bottom: 0;
}
.blok .fotoslider.roteerder {
  max-width: 100%;
  position: absolute;
  top: 87px;
}
.blok .fotoslider.roteerder .mobielslider {
  display: block;
  width: 100%;
  height: auto;
}
.blok .fotoslider.roteerder .mobielslider .slick-arrow {
  display: none !important;
}
.blok .logoos {
  padding: 50px 20px;
  text-align: center;
}
.blok .logoos .logo img {
  height: 100px;
  width: auto;
  margin: 0 40px 40px 40px;
  display: inline-block;
  vertical-align: middle;
}

body.research {
  background-color: #C9C9C9;
  height: auto;
}

/* ------------------------------ alle events template ------------------------------------------*/
.page-template-home .alle_tegels,
.page-template-home .row,
.page-template-overzicht_paginaas .alle_tegels,
.page-template-overzicht_paginaas .row,
.page-template-alle_events .alle_tegels,
.page-template-alle_events .row,
.page-template-overzicht_met_tegels .alle_tegels,
.page-template-overzicht_met_tegels .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-template-home .alle_tegels [class*=col-].tegel,
.page-template-home .row [class*=col-].tegel,
.page-template-overzicht_paginaas .alle_tegels [class*=col-].tegel,
.page-template-overzicht_paginaas .row [class*=col-].tegel,
.page-template-alle_events .alle_tegels [class*=col-].tegel,
.page-template-alle_events .row [class*=col-].tegel,
.page-template-overzicht_met_tegels .alle_tegels [class*=col-].tegel,
.page-template-overzicht_met_tegels .row [class*=col-].tegel {
  margin-bottom: 30px;
}
.page-template-home .alle_tegels [class*=col-] .contentwrapper,
.page-template-home .row [class*=col-] .contentwrapper,
.page-template-overzicht_paginaas .alle_tegels [class*=col-] .contentwrapper,
.page-template-overzicht_paginaas .row [class*=col-] .contentwrapper,
.page-template-alle_events .alle_tegels [class*=col-] .contentwrapper,
.page-template-alle_events .row [class*=col-] .contentwrapper,
.page-template-overzicht_met_tegels .alle_tegels [class*=col-] .contentwrapper,
.page-template-overzicht_met_tegels .row [class*=col-] .contentwrapper {
  height: 100%;
}
.page-template-home .alle_tegels [class*=col-] .contentwrapper a.nounderline,
.page-template-home .row [class*=col-] .contentwrapper a.nounderline,
.page-template-overzicht_paginaas .alle_tegels [class*=col-] .contentwrapper a.nounderline,
.page-template-overzicht_paginaas .row [class*=col-] .contentwrapper a.nounderline,
.page-template-alle_events .alle_tegels [class*=col-] .contentwrapper a.nounderline,
.page-template-alle_events .row [class*=col-] .contentwrapper a.nounderline,
.page-template-overzicht_met_tegels .alle_tegels [class*=col-] .contentwrapper a.nounderline,
.page-template-overzicht_met_tegels .row [class*=col-] .contentwrapper a.nounderline {
  display: block;
  text-decoration: none;
}

/* ============================================= ZOEKRESULTATEN ====================================== */
#zoekformulier {
  margin: 0 0 30px 0;
}
#zoekformulier input[type=text] {
  color: #000;
}
#zoekformulier input[type=submit] {
  font-family: "Font Awesome 5 Pro";
  height: 36px;
  width: 40px;
  padding: 0;
  margin-left: -10px;
  float: none;
}

.search-results {
  padding: 100px 0 0 20px;
}
.search-results ol.resultaten {
  padding: 0 0 0 20px;
}
.search-results ol.resultaten article {
  margin: 0 0 20px 0;
}
.search-results ol.resultaten article h2 {
  font-size: 1.4em;
}

/* ================================ FORMULIER =========================================== */
.wpforms-form input, .wpforms-form textarea {
  border: 0px solid transparent !important;
  font-size: 1.75rem;
  line-height: 1.3571428571em;
  font-weight: normal;
  font-family: "FFBauWebProRegular", sans-serif;
  font-size: 24px !important;
  color: #000 !important;
  line-height: 38px !important;
  padding: 10px 16px !important;
  height: auto !important;
}
.wpforms-form button {
  position: relative !important;
  background-color: #393EDB !important;
  color: #fff !important;
  font-size: 1.75rem;
  line-height: 1.3571428571em;
  font-weight: normal;
  font-family: "FFBauWebProRegular", sans-serif;
  overflow: hidden !important;
  border: 0px solid transparent !important;
  padding: 8px 35px !important;
  border-radius: 10px !important;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.35em;
  font-weight: 500;
  font-family: "FFBauWebProRegular", sans-serif;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-animation-timing-function: cubic-bezier(0.1, 1, 0.1);
          animation-timing-function: cubic-bezier(0.1, 1, 0.1);
}
.wpforms-form button:hover {
  -webkit-animation: letterspacing 0.3s ease-out;
          animation: letterspacing 0.3s ease-out;
}

/* ======================================== Hier de fancy stuff ================================= */
.contentwrap {
  width: 100%;
  height: auto;
  position: relative;
  border-left: 25px solid transparent;
  display: inline-block;
}

.bigroteerder {
  position: absolute;
  max-height: 60px;
  height: 0;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  left: 95px;
  top: 290px;
  width: 290px;
  text-align: right;
}

.titel_geroteerd {
  position: fixed;
  width: 310px;
  top: 395px;
  left: 100px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  text-align: right;
  color: #0099ff;
}
@media (max-width: 48em) {
  .titel_geroteerd {
    position: relative;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 100px;
    left: 20px;
    text-align: left;
  }
}

.contentwrapper {
  width: 100%;
  height: auto;
  position: relative;
  border-left: 25px solid transparent;
  display: inline-block;
}
@media (max-width: 48em) {
  .contentwrapper {
    border-left: 0px solid transparent;
  }
}
.contentwrapper .roteerder {
  position: relative;
  top: 300px;
  left: -25px;
  max-width: 300px;
  max-height: 60px;
  height: 0;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  text-align: right;
  color: #000;
}
@media (max-width: 48em) {
  .contentwrapper .roteerder {
    left: 0px;
  }
}
.contentwrapper .kunstenaar .uitklapper {
  display: none;
}
.contentwrapper .kunstenaar a.opendicht.dicht {
  display: none;
}

.locatiespacer {
  top: 80px;
}

.locatie {
  width: 100%;
  min-height: 65px;
  position: relative;
}
.locatie .locatiemarker {
  position: absolute;
}
.locatie .locatiemarker img {
  width: 35px;
  height: auto;
  float: left;
  margin: 0 0 10px 0;
}
.locatie .locatietext {
  padding: 10px 0 30px 50px;
}
.locatie .locatietext h3 {
  margin: -5px 0 0 0;
}
.locatie .locatietext p {
  margin: 0;
}
.locatie .maptext {
  margin-left: 70px !important;
}
.locatie .maptext h3, .locatie .maptext h6 {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ========================================================================= footer ======== */
.footerlogo {
  display: block;
  margin: 0 auto 0 0;
  padding: 0 0 30px;
  width: 400px !important;
  height: auto;
}

#footer {
  width: 100%;
  padding: 0px 0 50px 0;
  z-index: 1;
  background-color: #0099ff;
}
#footer .taalmenu li {
  display: inline-block;
  padding-left: 0px;
}
#footer .row {
  margin-top: 50px;
  padding-top: 50px;
}
#footer .row .col-small-12 {
  position: relative;
}
#footer .row .col-small-12 .inhoud {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.15em;
  font-weight: 300;
  font-family: "FFBauWebProRegular", sans-serif;
}
#footer .row .col-small-12 .inhoud b, #footer .row .col-small-12 .inhoud strong {
  font-size: 1.25rem;
  line-height: 1.15em;
  font-weight: 500;
  font-family: "FFBauWebProRegular", sans-serif;
}
#footer .row .col-small-12 .inhoud a {
  text-decoration: none;
  color: #fff !important;
}
#footer .row .col-small-12 .inhoud a:hover {
  text-decoration: underline;
}
#footer .row .col-small-12 .inhoud #footermenu {
  list-style: none;
  margin: 60px 0;
}
#footer .row .col-small-12 .inhoud #footermenu li {
  padding: 0 30px;
  display: inline;
}
#footer .row .col-small-12 .inhoud #footermenu li:before {
  display: none;
}
#footer .row .col-small-12 .inhoud #footermenu li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.35em;
  font-weight: 300;
  font-family: "FFBauWebProRegular", sans-serif;
}
#footer .socials a.social {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0 5px;
  text-align: center;
  font-size: 24px;
  color: #342598;
}
#footer img {
  max-width: 300px;
  height: auto;
  margin-top: 30px;
}

/* ========================================================================= diversen ======== */
.alignleft {
  float: left;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.trans {
  background-color: transparent;
}

.radius {
  border-radius: 10px;
}

.fixed {
  position: fixed;
  top: 0px;
  z-index: 999;
}

.clearfix:after {
  zoom: 1;
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.paddingL0 {
  padding-left: 0px;
}

.paddingB30 {
  padding-bottom: 30px;
}

.marginT10 {
  margin-top: 10px;
}

.beeld100prc {
  max-width: 100%;
}

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

/* ========================================================================= media query 820px ======== */
@media handheld, only screen and (min-width: 768px) and (max-width: 990px) {
  .page-template-home .cff-wrapper .cff-date,
.page-template-index-breed .cff-wrapper .cff-date {
    font-size: 20px !important;
    padding-left: 90px !important;
  }
  .page-template-home .cff-wrapper .cff-date .dag,
.page-template-index-breed .cff-wrapper .cff-date .dag {
    font-size: 3rem;
    top: 15px;
  }
}
/* ========================================================================= media query 768px ======== */
/* div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width: 100% !important;
} */
.google-map {
  -webkit-filter: grayscale(75%);
  -moz-filter: grayscale(75%);
  -ms-filter: grayscale(75%);
  -o-filter: grayscale(75%);
  filter: grayscale(75%);
}

/* fancybox */
#fancybox-title-float-left,
#fancybox-title-float-right {
  background-image: none !important;
}

#fancybox-title-float-main {
  background-image: none !important;
  background-color: #000 !important;
  color: #342598 !important;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "FFBauWebProRegular", sans-serif;
  padding: 0 20px !important;
}

#fancybox-close {
  position: absolute;
  top: 15px !important;
  right: 15px !important;
  width: 30px !important;
  height: 30px !important;
  background: none !important;
  background-color: #342598 !important;
  color: #000 !important;
  font-family: "Font Awesome 5 Pro" !important;
  border-radius: 999px !important;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  font-size: 20px;
}
#fancybox-close:after {
  content: "\f00d" !important;
}

::-webkit-input-placeholder {
  font-size: 16px !important;
  color: #342598 !important;
  line-height: 38px !important;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: normal;
  font-family: "FFBauWebProRegular", sans-serif;
}

::-moz-placeholder {
  font-size: 16px !important;
  color: #342598 !important;
  line-height: 38px !important;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: normal;
  font-family: "FFBauWebProRegular", sans-serif;
}

:-ms-input-placeholder {
  font-size: 16px !important;
  color: #342598 !important;
  line-height: 38px !important;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: normal;
  font-family: "FFBauWebProRegular", sans-serif;
}

::-ms-input-placeholder {
  font-size: 16px !important;
  color: #342598 !important;
  line-height: 38px !important;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: normal;
  font-family: "FFBauWebProRegular", sans-serif;
}

::placeholder {
  font-size: 16px !important;
  color: #342598 !important;
  line-height: 38px !important;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: normal;
  font-family: "FFBauWebProRegular", sans-serif;
}

.mc4wp-form-fields input {
  color: #000;
}


/* =============== edits door bram ========================================= */
/* =============== main menu scrollable te maken =========================== */

header {
  bottom: 0px;
  pointer-events: none;
}

header .inhoud {
  height: 100%;
}

header .inhoud div, header .inhoud button, header .inhoud a {
  pointer-events: auto;
}

header #hetmenu {
  overflow: auto;
  bottom: 0px;
  padding-bottom: 10px;
}

header #hetmenu #hetmenu_scroll {
  position: relative;
  height: auto;
}

header #hetmenu #hetmenu_scroll #logowit {
  left: 75px;
  top: -60px;
}

header #hetmenu .menuxlinks .talen, header #hetmenu .menuxlinks .zoeken {
  left: 105px;
}

/* =============== caption aan slider toevoegen ========================== */

.responsiveslider .slide {
  position: relative;
}

.responsiveslider .slide .caption {
  background-color: white;
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px;
  padding: 10px;
  bottom: 0px;
  position: absolute;
}

/* audio in post toegevoegd ziet er gek uit, dus styling aangepast */
.wp-audio-shortcode {
  height: auto!important;
  display: inline-block;
  margin: 2em 0em;
}

/* Now and upcoming styling van tegels werkend maken */
.now-and-upcoming .col-small-12.col-medium-6.tegel {
  width: 100%!important;
}

/* op de map pagina: afbeelding toegevoegd per locatie */
.locatie {
    display: flex;
}
.locatie .locatietext {
    padding-right: 10px;
}
.locatie-afbeelding {
    max-width: 200px!important;
    max-height: 150px;
}
