@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister);
/*
@font-face {
    font-family: 'love_ya_like_a_sisterregular';
    src: url('libs/fonts/LoveYaLikeASister-webfont.eot');
    src: url('libs/fonts/LoveYaLikeASister-webfont.eot?#iefix') format('embedded-opentype'),
         url('libs/fonts/LoveYaLikeASister-webfont.woff2') format('woff2'),
         url('libs/fonts/LoveYaLikeASister-webfont.woff') format('woff'),
         url('libs/fonts/LoveYaLikeASister-webfont.ttf') format('truetype'),
         url('libs/fonts/LoveYaLikeASister-webfont.svg#love_ya_like_a_sisterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/
@font-face {
  font-family: 'geogrotesque_mdmedium';
  src: url("libs/fonts/Geogtq-Md-webfont.eot");
  src: url("libs/fonts/Geogtq-Md-webfont.eot?#iefix") format("embedded-opentype"), url("libs/fonts/Geogtq-Md-webfont.woff2") format("woff2"), url("libs/fonts/Geogtq-Md-webfont.woff") format("woff"), url("libs/fonts/Geogtq-Md-webfont.ttf") format("truetype"), url("libs/fonts/Geogtq-Md-webfont.svg#geogrotesque_mdmedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'geogrotesque_rgregular';
  src: url("libs/fonts/Geogtq-Rg-webfont.eot");
  src: url("libs/fonts/Geogtq-Rg-webfont.eot?#iefix") format("embedded-opentype"), url("libs/fonts/Geogtq-Rg-webfont.woff2") format("woff2"), url("libs/fonts/Geogtq-Rg-webfont.woff") format("woff"), url("libs/fonts/Geogtq-Rg-webfont.ttf") format("truetype"), url("libs/fonts/Geogtq-Rg-webfont.svg#geogrotesque_rgregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'geogrotesque_smbdsemibold';
  src: url("libs/fonts/Geogtq-Sb-webfont.eot");
  src: url("libs/fonts/Geogtq-Sb-webfont.eot?#iefix") format("embedded-opentype"), url("libs/fonts/Geogtq-Sb-webfont.woff2") format("woff2"), url("libs/fonts/Geogtq-Sb-webfont.woff") format("woff"), url("libs/fonts/Geogtq-Sb-webfont.ttf") format("truetype"), url("libs/fonts/Geogtq-Sb-webfont.svg#geogrotesque_smbdsemibold") format("svg");
  font-weight: normal;
  font-style: normal; }
/* pretty, but messes with jquery animations
* {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
*/
/*
 * Turns a repsonsive row into a grid
 */
.row .grid {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin: 0 -0.145em; }

.img-responsive.center {
  margin-left: auto;
  margin-right: auto; }

.nowrap {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap; }

.btn.full-width {
  width: 100%;
  text-align: center; }

body {
  font-family: "geogrotesque_rgregular", sans-serif;
  color: #461611;
  font-size: 16px;
  background-image: url(../img/site/back-sand.jpg); }

h1, h2, h3, h4 {
  font-size: 34px;
  color: #0a742c;
  line-height: 47px;
  font-weight: lighter;
  font-family: "Love Ya Like A Sister", sans-serif;
  -webkit-font-smoothing: antialiased; }

strong {
  font-family: "geogrotesque_smbdsemibold", sans-serif;
  font-weight: normal; }

a, a:hover {
  text-decoration: none; }

.header {
  position: relative;
  z-index: 250;
  background-image: url(../img/site/header.jpg);
  background-position: center center;
  height: 412px;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1200px) {
    .header .container {
      width: 100%; } }
@media screen and (max-width: 1200px) and (max-width: 1024px) {
  .header .container {
    padding: 0px; } }
@media screen and (max-width: 1200px) and (max-width: 992px) {
  .header {
    height: 300px;
    background-position: center 50px; } }

  .header .logo {
    text-align: center;
    vertical-align: top;
    background-image: url(../img/site/back-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 392px;
    height: 185px; }
    @media screen and (max-width: 1200px) {
      .header .logo {
        width: 350px; } }
    @media screen and (max-width: 1024px) {
      .header .logo {
        width: 300px; } }
    @media screen and (max-width: 992px) {
      .header .logo {
        background-image: url(../img/site/nav-back.jpg);
        width: 100%;
        height: 80px;
        background-color: #333;
        background-repeat: repeat-x;
        text-align: left;
        background-size: auto; } }
    .header .logo img {
      padding: 0px;
      margin: 20px 0px; }
      @media screen and (max-width: 1200px) {
        .header .logo img {
          margin: 15px 0px;
          width: 85%; } }
      @media screen and (max-width: 992px) {
        .header .logo img {
          height: 73px;
          width: auto;
          margin: 3px 10px; } }
  .header a.ico-fb div {
    background-image: url(../img/site/FB-icon.png);
    width: 26px;
    height: 26px;
    background-size: 26px;
    background-repeat: no-repeat;
    float: right;
    margin: 4px 3px; }
    @media screen and (max-width: 992px) {
      .header a.ico-fb div {
        margin: 5px 0 0 0;
        float: none;
        position: absolute;
        right: 20px; } }
  .header a.ico-twit div {
    background-image: url(../img/site/TWIT-icon.png);
    width: 26px;
    height: 26px;
    background-size: 26px;
    background-repeat: no-repeat;
    float: right;
    margin: 4px 3px; }
    @media screen and (max-width: 992px) {
      .header a.ico-twit div {
        margin: 5px 0;
        float: none;
        position: absolute;
        right: 50px; } }
  .header a.ico-fb:hover div, .header a.ico-twit:hover div {
    background-position: left -26px; }
  .header a.ico-tok {
    width: 26px;
    height: 26px;
    background-size: 26px;
    border-radius: 50%;
    background-color: #461611;
    background-repeat: no-repeat;
    float: right;
    margin: 4px 3px;
    text-align: center;
    display: block; }
    @media screen and (max-width: 992px) {
      .header a.ico-tok {
        margin: 5px 0;
        float: none;
        position: absolute;
        right: 80px;
        padding: 0px; } }
    .header a.ico-tok .glyphicon {
      color: #fbddc3;
      font-size: 15px;
      line-height: 15px;
      padding: 0px;
      top: -3px; }
      @media screen and (max-width: 1200px) {
        .header a.ico-tok .glyphicon {
          top: -1px; } }
      @media screen and (max-width: 992px) {
        .header a.ico-tok .glyphicon {
          top: -6px;
          color: #59aa32; } }
  .header a.ico-tok:hover {
    background-color: #0a742c; }

a.header-btn {
  color: #fff;
  	/*
  	.mazzel {
          background-image: url(../img/site/header-btn.png);
          width: 436px;
          height: 236px;
          position: absolute;
          margin:0 0 0 750px;
          top: 105px;
          @media screen and (max-width: $resizestep1) {
              margin:0;
              right:0;
              width: 400px;
              
          }
           @media screen and (max-width: $resizestep4) {	
               top: 124px;
               width: 300px;
               height: 176px;
               background-size: 325px;
               right:0;
           }
          
  	}
      
      .txt {
          font-size: 22px;
          font-family: $font-medium;
          font-weight: normal;
          -webkit-font-smoothing: antialiased;
          float: left;
          margin: 167px 0 0 17px;
           @media screen and (max-width: $resizestep4) {	
               font-size: 17px;
               margin: 125px 0 0 8px;
           }
      }
  	.glyphicon {
  		float:left;
  		font-size:22px;
  		margin:3px 10px 0 0;
  		
  	@media screen and (max-width: $resizestep3) {	
  		 	 }
  	@media screen and (max-width: $resizestep4) {
          font-size: 18px;
          margin: 2px 6px 0 0;
  		 	 }
      
  		}
      */ }
  a.header-btn .arrow {
    font-family: "Love Ya Like A Sister", sans-serif;
    font-size: 40px;
    line-height: 22px;
    position: absolute;
    right: 15px;
    font-weight: normal;
    color: #fff;
    -webkit-font-smoothing: antialiased; }
    @media screen and (max-width: 1200px) {
      a.header-btn .arrow {
        font-size: 36px;
        line-height: 19px;
        right: 10px; } }
    @media screen and (max-width: 992px) {
      a.header-btn .arrow {
        font-size: 36px;
        line-height: 19px;
        right: 15px; } }
  a.header-btn .om {
    position: absolute;
    margin: 75px 0 0 -160px;
    left: 42%;
    width: auto;
    text-decoration: none;
    vertical-align: top;
    background-color: #ff851b;
    padding: 12px 35px 12px 15px;
    font-size: 22px;
    line-height: 27px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    text-align: left; }
    @media screen and (max-width: 1200px) {
      a.header-btn .om {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 0 -140px;
        top: 260px;
        width: auto; } }
    @media screen and (max-width: 992px) {
      a.header-btn .om {
        top: 230px; } }
    @media screen and (max-width: 720px) {
      a.header-btn .om {
        left: 0;
        width: 100%;
        margin-left: 0px; } }
  a.header-btn .glyphicon {
    float: left;
    font-size: 24px;
    margin: 0 15px 0 0;
    background-position: right center;
    color: #fff;
    line-height: 22px; }
    @media screen and (max-width: 1200px) {
      a.header-btn .glyphicon {
        font-size: 22px;
        line-height: 20px;
        margin: 0 10px 0 0; } }
    @media screen and (max-width: 1200px) {
      a.header-btn .glyphicon {
        font-size: 20px;
        line-height: 22px;
        margin: 0 8px 0 0; } }

a.header-btn:hover {
  /* .mazzel { background-position: left -236px;
   @media screen and (max-width: $resizestep4) {	
       background-position: left -176px;
        }
   } */ }
  a.header-btn:hover .om {
    background-color: #461611; }

.hamburger {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
  color: #fff;
  padding: 4px 8px 6px 8px;
  font-size: 18px;
  cursor: pointer;
  background-color: #461611; }
  .hamburger .glyphicon {
    float: right;
    font-size: 16px;
    margin: 0 0 0 6px;
    background-position: right center;
    color: #fff;
    padding: 5px 0 0 0; }
  @media screen and (max-width: 992px) {
    .hamburger {
      display: block; } }

.hamburger:hover {
  background-color: #59aa32; }

.navbar {
  margin: 155px 0 0 0;
  background-image: url(../img/site/nav-back.jpg);
  height: 80px;
  background-repeat: repeat-x;
  z-index: 250;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  @media screen and (max-width: 992px) {
    .navbar {
      background-image: none;
      background-color: #59aa32;
      position: absolute;
      width: 100%;
      height: auto;
      margin: 0px;
      padding: 0px;
      top: 80px;
      display: none; } }
  .navbar ul {
    margin: 0 auto;
    padding: 21px 0 0 18px;
    list-style: none;
    width: 100%;
    max-width: 1148px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    text-align: left;
    list-style-type: none;
    overflow: hidden; }
    @media screen and (max-width: 1200px) {
      .navbar ul {
        padding: 24px 0 0 25px; } }
    @media screen and (max-width: 992px) {
      .navbar ul {
        text-align: left;
        height: auto;
        position: relative;
        z-index: 250;
        top: 0;
        left: 0;
        padding: 0 0 0 0;
        margin: -35px 0 0 0px; } }
    .navbar ul li {
      display: inline-block;
      text-align: left;
      padding: 0 0 0 0;
      margin: 0px 14px 0 0px;
      height: 50px; }
      @media screen and (max-width: 1200px) {
        .navbar ul li {
          margin: 0px 10px 0 0px; } }
      @media screen and (max-width: 992px) {
        .navbar ul li {
          display: block;
          margin: 0;
          height: auto;
          width: 100%;
          border-bottom: 1px solid #fff; } }
    .navbar ul li.active {
      background-image: url(../img/site/active-arrow.png);
      background-repeat: no-repeat;
      background-position: center bottom; }
    .navbar ul a {
      text-decoration: none;
      color: #461611;
      font-size: 20px; }
      @media screen and (max-width: 1200px) {
        .navbar ul a {
          font-size: 16px; } }
      @media screen and (max-width: 992px) {
        .navbar ul a {
          font-size: 16px;
          line-height: 40px;
          padding: 0 30px; } }
    .navbar ul a:hover, .navbar ul a.active {
      color: #0a742c; }
      @media screen and (max-width: 992px) {
        .navbar ul a:hover, .navbar ul a.active {
          color: #fff; } }
    .navbar ul div.sub {
      display: none;
      position: absolute;
      background-color: #59aa32;
      width: 100%;
      left: 0px;
      margin: 15px 0 0 0; }
      @media screen and (max-width: 992px) {
        .navbar ul div.sub {
          display: block;
          position: relative;
          background-color: #69b743;
          margin: 0 0 0 0; } }
      .navbar ul div.sub ul {
        display: block;
        margin: 0 auto;
        padding: 10px 0 10px 18px;
        width: 100%;
        max-width: 1148px; }
        @media screen and (max-width: 992px) {
          .navbar ul div.sub ul {
            padding: 0; } }
        .navbar ul div.sub ul a {
          font-size: 19px; }
          @media screen and (max-width: 1200px) {
            .navbar ul div.sub ul a {
              font-size: 18px; } }
          @media screen and (max-width: 992px) {
            .navbar ul div.sub ul a {
              font-size: 18px;
              line-height: 40px;
              padding: 0 30px 0 45px; } }
        .navbar ul div.sub ul a.active, .navbar ul div.sub ul a:hover {
          background-image: none;
          color: #ffffff; }
        .navbar ul div.sub ul li {
          margin: 0px;
          padding: 0 17px 0 0;
          height: auto; }
          @media screen and (max-width: 992px) {
            .navbar ul div.sub ul li {
              display: block;
              padding: 0;
              margin: 0;
              width: 100%;
              border-top: 1px solid #b3e19d;
              border-bottom: none; } }
    .navbar ul div.active {
      display: block; }
  .navbar div.sluiten {
    display: none;
    text-align: right;
    background-color: #0a742c;
    color: #ffffff;
    padding: 5px 20px;
    cursor: pointer; }
    .navbar div.sluiten .glyphicon {
      float: right;
      font-size: 18px;
      margin: 0 0 0 10px;
      background-position: right center;
      color: #fff; }
    @media screen and (max-width: 992px) {
      .navbar div.sluiten {
        display: block; } }

.intro {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding: 43px 0;
  font-size: 22px; }
  .intro strong {
    -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 720px) {
    .intro {
      padding: 30px 0;
      font-size: 20px; } }
  .intro h1 {
    font-size: 34px;
    color: #0a742c;
    padding-bottom: 35px; }
    @media screen and (max-width: 992px) {
      .intro h1 {
        padding-bottom: 20px; } }
    @media screen and (max-width: 720px) {
      .intro h1 {
        font-size: 25px;
        line-height: 32px; } }

a .home-item {
  background-image: url(../img/site/back-item.png);
  background-repeat: no-repeat;
  padding: 32px 20px 0 25px;
  color: #fff;
  margin: 0 auto 30px auto;
  text-align: left;
  max-width: 371px;
  height: 331px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  z-index: 5; }
  @media screen and (max-width: 1200px) {
    a .home-item {
      background-size: contain;
      height: 270px;
      padding: 25px 20px 0 22px; } }
  @media screen and (max-width: 992px) {
    a .home-item {
      height: 331px;
      padding: 32px 20px 0 25px; } }
  a .home-item .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 186px;
    width: 100%;
    max-width: 320px;
    border: 2px solid #461611; }
    @media screen and (max-width: 1200px) {
      a .home-item .img {
        height: 155px; } }
    @media screen and (max-width: 992px) {
      a .home-item .img {
        height: 186px; } }
  a .home-item .bar {
    background-color: #59aa32;
    color: #fff;
    padding: 0px;
    margin: 14px 0 0 0;
    max-width: 320px; }
    @media screen and (max-width: 1200px) {
      a .home-item .bar {
        margin: 10px 0 0 0; } }
    @media screen and (max-width: 992px) {
      a .home-item .bar {
        margin: 14px 0 0 0; } }
  a .home-item h2 {
    font-family: "geogrotesque_mdmedium", sans-serif;
    margin: 0;
    padding: 12px 0 14px 18px;
    font-size: 20px;
    line-height: normal;
    font-weight: normal;
    color: #fff; }
    @media screen and (max-width: 1200px) {
      a .home-item h2 {
        font-size: 18px;
        padding: 8px 0 10px 14px; } }
    @media screen and (max-width: 992px) {
      a .home-item h2 {
        padding: 12px 0 14px 18px;
        font-size: 20px; } }
  a .home-item .arrow {
    font-family: "Love Ya Like A Sister", sans-serif;
    font-size: 44px;
    line-height: 44px;
    position: absolute;
    right: 30px;
    font-weight: normal;
    color: #fff;
    -webkit-font-smoothing: antialiased; }
    @media screen and (max-width: 1200px) {
      a .home-item .arrow {
        font-size: 38px;
        line-height: 36px; } }
    @media screen and (max-width: 992px) {
      a .home-item .arrow {
        font-size: 40px;
        line-height: 42px;
        right: 40px; } }

a:hover .home-item .bar {
  background-color: #461611; }

.bottom-nav {
  background-image: url(../img/site/back-footer.png);
  background-repeat: repeat-x;
  background-position: center top;
  margin: 40px 0 0 0;
  padding: 125px 15px 20px 15px;
  color: #fff;
  font-size: 16px; }
  .bottom-nav:after {
    content: "";
    display: table;
    clear: both; }
  .bottom-nav .mazzel-left {
    position: absolute;
    left: 50%;
    margin: -245px 0 0 -700px;
    background-image: url(../img/site/mazzel-links.png);
    width: 119px;
    height: 214px; }
  .bottom-nav .mazzel-right {
    position: absolute;
    right: 5%;
    margin: -260px 0 0 0;
    background-image: url(../img/site/mazzel-paal-rechts.png);
    width: 271px;
    height: 556px;
    overflow: hidden; }
    @media screen and (max-width: 1500px) {
      .bottom-nav .mazzel-right {
        right: 0px;
        width: 180px; } }
    @media screen and (max-width: 1200px) {
      .bottom-nav .mazzel-right {
        right: 0;
        width: 220px;
        margin: -220px 0 0 0px; } }
    @media screen and (max-width: 992px) {
      .bottom-nav .mazzel-right {
        right: 0;
        width: 220px;
        margin: -180px 0 0 0; } }
  .bottom-nav .nav {
    padding: 0;
    line-height: 28px;
    font-size: 16px;
    position: relative;
    z-index: 5; }
    .bottom-nav .nav a {
      color: #fff; }
    .bottom-nav .nav a:hover {
      color: #0a742c; }
    .bottom-nav .nav .sub {
      line-height: 19px;
      margin: -6px 0 6px 0;
      padding: 0px; }
      @media screen and (max-width: 992px) {
        .bottom-nav .nav .sub {
          display: none; } }
  .bottom-nav .naw {
    padding: 0 0;
    line-height: 19px;
    font-size: 16px;
    position: relative;
    z-index: 5; }
    .bottom-nav .naw a {
      color: #fff; }
    .bottom-nav .naw a:hover {
      color: #0a742c; }
    .bottom-nav .naw h3 {
      font-weight: 600;
      line-height: normal;
      font-family: "geogrotesque_rgregular", sans-serif;
      color: #fff;
      margin: 0;
      padding: 0 0 5px 0;
      font-size: 20px; }
    .bottom-nav .naw input {
      width: 80%;
      border: none;
      color: #461611;
      margin: 5px 0 0 0;
      padding: 3px 8px;
      opacity: 0.9;
      filter: alpha(opacity=90); }
    .bottom-nav .naw input[type=submit], .bottom-nav .naw button {
      width: 50%;
      background-color: #fff;
      border: none;
      color: #461611;
      margin: 10px 0 0 0;
      opacity: 0.9;
      filter: alpha(opacity=90); }
    .bottom-nav .naw input[type=submit]:hover, .bottom-nav .naw button:hover {
      background-color: #0a742c;
      color: #fff; }
    .bottom-nav .naw #enewsmessage {
      color: #461611;
      padding: 4px 0; }
    @media screen and (max-width: 992px) {
      .bottom-nav .naw {
        padding: 10px 15px 20px 0; } }

.footer {
  padding: 20px 0;
  color: #fff;
  position: relative;
  z-index: 5; }
  .footer .copy {
    padding: 20px 15px;
    float: left; }
    @media screen and (max-width: 720px) {
      .footer .copy {
        float: none;
        padding: 10px 15px 10px 15px; } }
  .footer .webdesign {
    padding: 20px 15px;
    text-align: right;
    float: right; }
    @media screen and (max-width: 720px) {
      .footer .webdesign {
        float: none;
        text-align: left;
        padding: 0 15px 20px 15px; } }
  .footer a {
    color: #fff; }
  .footer a:hover {
    color: #0a742c; }

/* Subpage */
.content {
  margin-bottom: 40px;
  padding-top: 60px; }
  @media screen and (max-width: 1024px) {
    .content {
      padding-top: 50px; } }
  @media screen and (max-width: 992px) {
    .content {
      padding-top: 30px; } }

.content-submenu {
  padding-top: 90px; }
  @media screen and (max-width: 1024px) {
    .content-submenu {
      padding-top: 50px; } }
  @media screen and (max-width: 992px) {
    .content-submenu {
      padding-top: 30px; } }

.breadcrumbs {
  margin: -50px 0 0 0;
  padding: 0 0 30px 15px;
  font-size: 15px; }
  @media screen and (max-width: 1024px) {
    .breadcrumbs {
      margin: -20px 0 0 0; } }
  @media screen and (max-width: 992px) {
    .breadcrumbs {
      margin: -10px 0 0 0; } }
  .breadcrumbs a {
    color: #461611;
    text-decoration: none;
    font-size: 15px; }
  .breadcrumbs a:hover, .breadcrumbs span {
    color: #0a742c; }

.sub_intro {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 40px 0; }
  @media screen and (max-width: 720px) {
    .sub_intro {
      padding: 0 0 30px 0; } }
  .sub_intro h1 {
    font-size: 34px;
    color: #0a742c;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    padding: 0 0 20px 0;
    margin: 0px; }
    @media screen and (max-width: 720px) {
      .sub_intro h1 {
        font-size: 22px;
        line-height: 30px; } }
  .sub_intro p {
    padding: 0px;
    margin: 0px;
    font-size: 16px; }
    @media screen and (max-width: 720px) {
      .sub_intro p {
        font-size: 14px; } }

p iframe.overfilm {
  height: 400px !important; }

.txt-collum, .txt-collum-wide {
  padding: 0 20px 0 40px; }
  .txt-collum h1, .txt-collum-wide h1 {
    padding: 0px 0 30px 0;
    margin: 0px; }
  .txt-collum h2, .txt-collum h3, .txt-collum-wide h2, .txt-collum-wide h3 {
    font-size: 24px;
    line-height: 35px; }
  @media screen and (max-width: 992px) {
    .txt-collum, .txt-collum-wide {
      padding: 0px; } }
  .txt-collum iframe.tickets, .txt-collum-wide iframe.tickets {
    height: 1500px !important;
    width: 100%; }
  .txt-collum p iframe, .txt-collum-wide p iframe {
    height: 360px; }
    @media screen and (max-width: 992px) {
      .txt-collum p iframe, .txt-collum-wide p iframe {
        height: 300px; } }
  .txt-collum a, .txt-collum-wide a {
    color: #0a742c;
    text-decoration: underline; }
  .txt-collum a:hover, .txt-collum-wide a:hover {
    color: #461611; }
  .txt-collum .accent, .txt-collum-wide .accent {
    color: #0a742c; }
  .txt-collum .link-btn, .txt-collum-wide .link-btn {
    padding: 5px 10px;
    background-color: #59aa32;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 0 10px 0; }
  .txt-collum .link-btn a, .txt-collum-wide .link-btn a {
    text-decoration: none;
    color: #ffffff; }
  .txt-collum .link-btn:hover, .txt-collum-wide .link-btn:hover {
    background-color: #461611; }
  .txt-collum a:hover .link-btn, .txt-collum-wide a:hover .link-btn {
    text-decoration: none;
    color: #ffffff;
    background-color: #461611; }

.subpages {
  text-align: center; }

.right-collum {
  padding: 70px 0 0 0;
  position: relative;
  z-index: 5; }
  @media screen and (max-width: 992px) {
    .right-collum {
      padding: 0 20px 0 20px;
      text-align: center;
      vertical-align: top; } }
  .right-collum .img {
    background-image: url(../img/site/foto-back.png);
    background-size: contain;
    width: 100%;
    max-width: 371px;
    height: 275px;
    margin: 0 0 0 0;
    background-repeat: no-repeat;
    text-align: left; }
    @media screen and (max-width: 1200px) {
      .right-collum .img {
        height: 210px; } }
    @media screen and (max-width: 992px) {
      .right-collum .img {
        display: inline-block;
        width: 45%;
        margin: 0 10px 20px 10px; } }
    @media screen and (max-width: 720px) {
      .right-collum .img {
        width: 100%;
        max-width: 371px;
        height: 275px; } }
    .right-collum .img img {
      width: 91%;
      max-width: 316px;
      height: auto;
      border: 2px solid #461611;
      margin: 25px 0 0 22px; }
      @media screen and (max-width: 1200px) {
        .right-collum .img img {
          width: 85%;
          margin: 22px 0 0 22px; } }
      @media screen and (max-width: 992px) {
        .right-collum .img img {
          width: 85%;
          margin: 22px 0 0 22px; } }
      @media screen and (max-width: 720px) {
        .right-collum .img img {
          width: 91%;
          max-width: 316px;
          height: auto;
          margin: 25px 0 0 27px; } }

a.btn-right, a.btn-holder {
  color: #fff; }
  a.btn-right .arrow, a.btn-holder .arrow {
    font-family: "Love Ya Like A Sister", sans-serif;
    font-size: 44px;
    line-height: 22px;
    position: absolute;
    right: 15px;
    top: 28%;
    font-weight: normal;
    color: #fff;
    -webkit-font-smoothing: antialiased; }
    @media screen and (max-width: 1200px) {
      a.btn-right .arrow, a.btn-holder .arrow {
        font-size: 36px;
        line-height: 19px;
        right: 10px; } }
    @media screen and (max-width: 992px) {
      a.btn-right .arrow, a.btn-holder .arrow {
        font-size: 36px;
        line-height: 19px;
        right: 15px; } }
  a.btn-right .om, a.btn-holder .om {
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-decoration: none;
    vertical-align: top;
    background-color: #59aa32;
    padding: 12px 15px;
    font-size: 22px;
    line-height: 27px;
    cursor: pointer;
    margin: 0 0 20px 22px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    position: relative;
    z-index: 999;
    text-align: left;
    max-width: 346px; }
    @media screen and (max-width: 1200px) {
      a.btn-right .om, a.btn-holder .om {
        font-size: 18px;
        line-height: 24px;
        width: 85%;
        padding: 12px 10px; } }
    @media screen and (max-width: 992px) {
      a.btn-right .om, a.btn-holder .om {
        display: inline-block;
        width: 45%;
        padding: 12px 15px;
        font-size: 20px;
        line-height: 24px;
        margin: 0 10px 20px 10px;
        max-width: none; } }
    @media screen and (max-width: 720px) {
      a.btn-right .om, a.btn-holder .om {
        width: 100%; } }
  a.btn-right .glyphicon, a.btn-holder .glyphicon {
    float: left;
    font-size: 24px;
    margin: 0 15px 0 0;
    background-position: right center;
    color: #fff;
    line-height: 22px; }
    @media screen and (max-width: 1200px) {
      a.btn-right .glyphicon, a.btn-holder .glyphicon {
        font-size: 22px;
        line-height: 20px;
        margin: 0 10px 0 0; } }

a.btn-right:hover, a.btn-holder:hover {
  color: #fff; }
  a.btn-right:hover .om, a.btn-holder:hover .om {
    background-color: #461611; }
  a.btn-right:hover .glyphicon, a.btn-holder:hover .glyphicon {
    color: #fff; }

a.btn-holder {
  text-decoration: none; }
  a.btn-holder .om {
    margin: 0px 10px 10px 0;
    display: inline-block;
    padding: 12px 45px 12px 10px;
    width: auto;
    font-size: 18px;
    line-height: 24px; }
  a.btn-holder .glyphicon {
    font-size: 20px;
    line-height: 21px;
    margin: 0 8px 0 0; }

.gallery {
  padding: 50px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }
  .gallery:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 992px) {
    .gallery {
      padding: 0;
      width: 720px;
      margin: 0 auto; }
      .gallery .row {
        width: 720px;
        padding: 0px; } }
  @media screen and (max-width: 720px) {
    .gallery {
      width: 100%; }
      .gallery .row {
        width: auto;
        padding: 0px; } }
  .gallery .img {
    background-image: url(../img/site/foto-back.png);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 190px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 10px 45px 10px 8px; }
    @media screen and (max-width: 1200px) {
      .gallery .img {
        min-height: 160px;
        padding: 10px 38px 10px 8px; } }
    @media screen and (max-width: 992px) {
      .gallery .img {
        display: inline-block;
        width: 45%;
        max-width: 307px;
        margin: 0 10px 20px 10px;
        padding: 0px;
        height: 210px;
        text-align: left; } }
    @media screen and (max-width: 720px) {
      .gallery .img {
        width: 100%;
        max-width: 371px;
        min-height: 260px; } }
  .gallery .img-higher {
    background-image: url(../img/site/foto-back-higher.png);
    min-height: 230px; }
    .gallery .img-higher .time {
      background-color: #69b743;
      color: #ffffff;
      padding: 4px 8px;
      margin: 10px 10px 0 10px;
      width: 100%;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */ }
      @media screen and (max-width: 992px) {
        .gallery .img-higher .time {
          margin: 20px 20px -10px 20px;
          width: calc(100% - 40px);
          max-width: 307px; } }
      @media screen and (max-width: 992px) {
        .gallery .img-higher .time {
          margin: 25px 25px 0 25px;
          width: calc(100% - 50px);
          max-width: none; } }
    @media screen and (max-width: 1200px) {
      .gallery .img-higher {
        min-height: 160px;
        padding: 10px 38px 10px 8px; } }
    @media screen and (max-width: 992px) {
      .gallery .img-higher {
        display: inline-block;
        width: 45%;
        margin: 0 10px 20px 10px;
        padding: 0px;
        height: 280px;
        text-align: left; } }
    @media screen and (max-width: 720px) {
      .gallery .img-higher {
        width: 100%;
        max-width: 371px;
        min-height: 260px;
        height: 320px; } }
  .gallery a img {
    width: 100%;
    height: auto;
    max-width: 356px;
    border: 2px solid #461611;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    margin: 10px;
    max-width: 316px; }
    @media screen and (max-width: 992px) {
      .gallery a img {
        width: 85%;
        margin: 25px 0 0 22px; } }
    @media screen and (max-width: 720px) {
      .gallery a img {
        width: 91%;
        max-width: 316px;
        height: auto;
        margin: 28px 0 0 27px; } }
  .gallery a:hover img {
    border: 2px solid #0a742c; }

.tokkelbaan-folders {
  width: calc(100% + 20px);
  margin-left: -20px;
  margin-top: 30px; }

.tokkelbaanmap {
  margin: 0 0 20px 0; }
  .tokkelbaanmap a {
    display: block;
    text-align: left;
    background-color: #69b743;
    color: #ffffff;
    text-decoration: none !important;
    padding: 10px;
    font-size: 18px;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
    @media screen and (max-width: 1200px) {
      .tokkelbaanmap a {
        font-size: 16px; } }
    @media screen and (max-width: 992px) {
      .tokkelbaanmap a {
        font-size: 18px; } }
    .tokkelbaanmap a .arrow {
      font-family: "Love Ya Like A Sister", sans-serif;
      font-size: 40px;
      line-height: 22px;
      position: absolute;
      right: 25px;
      font-weight: normal;
      color: #fff;
      -webkit-font-smoothing: antialiased; }
      @media screen and (max-width: 1200px) {
        .tokkelbaanmap a .arrow {
          font-size: 36px;
          line-height: 19px; } }
      @media screen and (max-width: 992px) {
        .tokkelbaanmap a .arrow {
          font-size: 40px;
          line-height: 22px; } }
  .tokkelbaanmap a:hover {
    color: #ffffff;
    background-color: #461611 !important; }

#map-canvas {
  height: 350px;
  margin-top: 40px; }
  @media screen and (max-width: 992px) {
    #map-canvas {
      height: 200px;
      margin-right: 15px; } }

.badge.vol {
  height: 100%;
  background: url(../img/site/kruis.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: red;
  position: relative;
  z-index: 1;
  pointer-events: none !important; }
  @media screen and (max-width: 720px) {
    .badge.vol {
      background: url(../img/site/kruissmall.png) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; } }

.badge.vol {
  background-color: #d82f30 !important; }

.color1 .badge.vol {
  background-color: #e1e341 !important; }

.color2 .badge.vol {
  background-color: #be7dd1 !important; }

.color5 .badge.vol {
  background-color: #69b743 !important; }

.color2 .badge.vol a {
  color: #ffffff !important; }

.color5 .badge.vol a {
  color: #ffffff !important; }

.badge.vol a {
  color: #461611 !important;
  pointer-events: none !important; }

.day.vol {
  background-color: #000 !important;
  color: #fff !important; }

.responsive-calendar .day.vol a {
  pointer-events: none !important;
  color: #461611 !important; }

.dayinfo, .gesloten {
  background-color: #59aa32;
  color: #fff;
  padding: 15px 25px 20px 25px;
  margin: 30px 0;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  z-index: 5; }
  .dayinfo:after, .gesloten:after {
    content: "";
    display: table;
    clear: both; }
  .dayinfo h3, .gesloten h3 {
    font-size: 20px;
    line-height: normal;
    font-weight: normal;
    font-family: "geogrotesque_rgregular", sans-serif;
    color: #fff;
    padding: 0 0 10px 0;
    margin: 0px; }
  .dayinfo a.btn-right, .gesloten a.btn-right {
    text-decoration: none; }
    .dayinfo a.btn-right .om, .gesloten a.btn-right .om {
      margin: 0px 10px 10px 0;
      display: inline-block;
      padding: 12px 45px 12px 10px;
      width: auto;
      font-size: 18px;
      line-height: 24px;
      background-color: #fff;
      float: right;
      color: #461611;
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .dayinfo a.btn-right .glyphicon, .gesloten a.btn-right .glyphicon {
      font-size: 20px;
      line-height: 21px;
      color: #461611;
      margin: 14px 8px 0 0; }
    .dayinfo a.btn-right .arrow, .gesloten a.btn-right .arrow {
      color: #461611; }
  .dayinfo a.btn-right:hover .om, .gesloten a.btn-right:hover .om {
    opacity: 1;
    filter: alpha(opacity=100); }
  .dayinfo .endofday-top, .gesloten .endofday-top {
    opacity: 0.7;
    filter: alpha(opacity=70); }
  .dayinfo .alert .glyphicon, .gesloten .alert .glyphicon {
    float: left;
    margin: 0px -10px 0 0;
    font-size: 18px; }
  .dayinfo .closedayinfo, .gesloten .closedayinfo {
    float: right;
    cursor: pointer; }
    .dayinfo .closedayinfo .glyphicon, .gesloten .closedayinfo .glyphicon {
      color: #fff;
      font-size: 22px;
      opacity: 0.6;
      filter: alpha(opacity=60); }
  .dayinfo .closedayinfo:hover .glyphicon, .gesloten .closedayinfo:hover .glyphicon {
    opacity: 1;
    filter: alpha(opacity=100); }

.responsive-calendar {
  position: relative;
  z-index: 5; }
  .responsive-calendar a {
    text-decoration: none; }

.responsive-calendar .controls {
  text-align: center; }

.responsive-calendar .controls a {
  cursor: pointer; }

.responsive-calendar .controls h4 {
  font-family: "geogrotesque_smbdsemibold", sans-serif;
  font-size: 22px;
  display: inline; }
  @media screen and (max-width: 992px) {
    .responsive-calendar .controls h4 {
      font-size: 16px; } }

.responsive-calendar .day-headers {
  clear: both; }

.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0; }

.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 18px;
  /*width: 14.285714285714286%;*/
  width: 14%;
  text-align: center;
  background-color: #d82f30;
  opacity: 0.8;
  filter: alpha(opacity=80);
  margin: 0.14%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.responsive-calendar .day a {
  color: #fff;
  display: block;
  cursor: pointer;
  padding: 20% 0 20% 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.responsive-calendar .day div {
  color: #fff;
  display: block;
  padding: 20% 0 20% 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.responsive-calendar .day div:hover {
  cursor: not-allowed; }

.responsive-calendar .day a:hover {
  background-image: url(../img/site/hover.png);
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  text-decoration: none; }

.responsive-calendar .day.header {
  background: none;
  height: auto;
  padding-bottom: 10px;
  border-bottom: none;
  opacity: 1;
  filter: alpha(opacity=100); }
  @media screen and (max-width: 992px) {
    .responsive-calendar .day.header {
      font-size: 16px; } }

.responsive-calendar .day.active, .responsive-calendar .day.today {
  opacity: 1;
  filter: alpha(opacity=100);
  border: 2px solid #000000; }

.responsive-calendar .day.active a {
  /*background-color: $btn-color-back;
  color: $primary-color;*/ }

.responsive-calendar .day.active a:hover {
  background-color: #59aa32;
  color: #fff; }

.responsive-calendar .day.active .not-current {
  color: #461611; }

.responsive-calendar .day.active .not-current {
  color: #461611; }

.responsive-calendar .day.active .not-current:hover {
  background-color: #d82f30;
  cursor: not-allowed !important; }

.responsive-calendar .day.not-current {
  visibility: hidden; }

.responsive-calendar .day.not-current a {
  cursor: not-allowed !important;
  color: #fff;
  background-color: #d82f30; }

.responsive-calendar .day.not-current a:hover {
  color: #fff; }

.responsive-calendar .day .badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3px 5px;
  z-index: 1;
  background-color: #fff;
  font-weight: normal;
  color: #000000;
  font-size: 12px;
  color: #461611;
  border-radius: 0 !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }
  .responsive-calendar .day .badge a {
    padding: 0px;
    font-size: 12px;
    color: #000000;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .responsive-calendar .day .badge a:hover {
    background-color: #ffffff !important;
    color: #666666; }
  @media screen and (max-width: 992px) {
    .responsive-calendar .day .badge {
      font-size: 10px;
      padding: 1px; }
      .responsive-calendar .day .badge a {
        font-size: 10px; } }
  .responsive-calendar .day .badge glyphicon {
    float: right;
    padding: 0px; }

.responsive-calendar .day.today {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.responsive-calendar .day.dayinfo a {
  background-color: #ff0;
  color: #fff; }

.responsive-calendar .day a {
  position: relative;
  z-index: 99; }

.leganda {
  padding: 0 0 30px 22px;
  margin: -9px 0 0 0;
  text-align: left; }
  @media screen and (max-width: 992px) {
    .leganda {
      display: inline-block;
      vertical-align: top;
      margin: -15px 10px 0 0; } }
  .leganda h4 {
    font-family: "geogrotesque_smbdsemibold", sans-serif;
    font-size: 22px;
    padding: 0 0 15px 0;
    margin: 0px; }
  .leganda .timeblock {
    display: block; }
    .leganda .timeblock:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 992px) {
      .leganda .timeblock {
        min-width: 120px;
        float: left;
        margin: 0 20px 0 0; } }
    @media screen and (max-width: 720px) {
      .leganda .timeblock {
        width: 45%; } }
  .leganda .txt {
    float: left;
    min-width: 230px;
    vertical-align: top;
    margin: 0 0 15px 0;
    font-size: 14px; }
    .leganda .txt:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 992px) {
      .leganda .txt {
        min-width: 200px; } }
    @media screen and (max-width: 720px) {
      .leganda .txt {
        min-width: 210px; } }
    .leganda .txt .age {
      float: left;
      width: 30%; }
    .leganda .txt .price {
      float: left;
      width: 30%;
      text-align: right; }
  .leganda .endofday {
    float: right;
    color: #888; }
  .leganda .comment {
    float: left;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 30px;
    margin-top: -10px;
    max-width: 110px; }
  .leganda .comment_bottom {
    clear: both;
    max-width: none;
    float: none; }

.calendar_right {
  text-align: left; }
  @media screen and (max-width: 992px) {
    .calendar_right {
      padding-top: 30px; } }

/* Yellow */
.colorblock {
  float: left;
  width: 30px;
  height: 20px;
  margin: 2px 10px 0 0; }

.color1 {
  background-color: #e1e341 !important; }
  .color1 a {
    color: #461611 !important; }

/* Purple */
.color2 {
  background-color: #be7dd1 !important; }

/* Blue */
.color3 {
  background-color: #31a7f2 !important; }
  .color3 a {
    border: 2px solid #31a7f2; }

/* Orange */
.color4 {
  background-color: #e09d0e !important; }
  .color4 a {
    color: #461611 !important; }

/* Green */
.color5 {
  background-color: #69b743 !important;
  opacity: 1;
  filter: alpha(opacity=100); }

/* Grey */
.color6 {
  background-color: #cbcacc !important; }
  .color6 a {
    color: #461611 !important; }

/* Pink */
.color7 {
  background-color: #f897cb !important; }
  .color7 a {
    color: #461611 !important; }

/* Light blue */
.color8 {
  background-color: #b3dffb !important; }
  .color8 a {
    color: #461611 !important; }

.gesloten {
  background-color: #d82f30;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.responsive-calendar .color1, .responsive-calendar .color2, .responsive-calendar .color3, .responsive-calendar .color4, .responsive-calendar .color5, .responsive-calendar .color6, .responsive-calendar .color7, .responsive-calendar .color8 {
  opacity: 1;
  filter: alpha(opacity=100); }

.color_closed {
  background-color: #d82f30;
  opacity: 0.8;
  filter: alpha(opacity=80); }

a .btn-cal {
  z-index: 1;
  background-color: #59aa32;
  font-family: "Love Ya Like A Sister", sans-serif;
  font-size: 55px;
  line-height: 45px;
  padding: 0px 20px 5px 20px;
  font-weight: normal;
  color: #fff;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 992px) {
    a .btn-cal {
      z-index: 1;
      font-size: 35px;
      line-height: 35px;
      padding: 0px 10px 5px 10px; } }

a:hover .btn-cal {
  background-color: #461611; }

.txt-collum-wide .tickets {
  border: none;
  height: 1100px; }

/* Form */
.form {
  text-align: left;
  margin: -70px 0 0 0; }
  @media screen and (max-width: 1024px) {
    .form {
      margin: 0; } }
  @media screen and (max-width: 992px) {
    .form {
      padding: 0 0 0 10px; } }
  .form input, .form textarea, .form select {
    width: 100%;
    float: none;
    border: 1px solid #59aa32;
    outline: none;
    margin: 0 0 10px 0;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    font-family: "geogrotesque_rgregular", sans-serif;
    color: #461611;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .form .error {
    background-color: #ff0000; }
  .form textarea {
    height: 100px; }
  .form h3 {
    padding: 0 0 20px 0;
    margin: 0px; }
  .form .radio-group {
    padding: 0 0 10px 0; }
    .form .radio-group:after {
      content: "";
      display: table;
      clear: both; }
    .form .radio-group .title {
      float: left;
      margin: 0 15px 0 0;
      font-weight: 700; }
    .form .radio-group .item {
      float: left;
      margin: 0 15px 0 0; }
      .form .radio-group .item .radio {
        float: left;
        width: auto;
        margin: 5px 8px 0 0; }

.form.txt-field {
  margin: 30px 0 0 0; }
  @media screen and (max-width: 992px) {
    .form.txt-field {
      padding: 0 0 30px 0; } }
  .form.txt-field .form-group {
    width: 100%; }
    .form.txt-field .form-group:after {
      content: "";
      display: table;
      clear: both; }
    .form.txt-field .form-group label {
      font-weight: 600;
      padding: 0px !important;
      margin: 0px !important;
      float: left !important; }
    .form.txt-field .form-group .col-sm-2 {
      width: 35%;
      padding: 0px; }
      @media screen and (max-width: 720px) {
        .form.txt-field .form-group .col-sm-2 {
          width: 100%; } }
    .form.txt-field .form-group .col-sm-6 {
      width: 65%;
      float: right;
      margin: 0px;
      padding: 0px; }
      @media screen and (max-width: 720px) {
        .form.txt-field .form-group .col-sm-6 {
          width: 100%; } }
    .form.txt-field .form-group div.form-control {
      padding: 0px;
      border: none;
      display: block;
      background: none;
      box-shadow: none; }
      .form.txt-field .form-group div.form-control input[type=radio], .form.txt-field .form-group div.form-control input[type=checkbox] {
        width: auto;
        margin: -2px 8px 0 0; }
    .form.txt-field .form-group .form-control, .form.txt-field .form-group input {
      width: 100%;
      margin: 0px; }
  .form.txt-field textarea {
    height: 70px; }
  .form.txt-field .datetimepicker-btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #59aa32;
    border-color: #59aa32;
    color: #fff; }
  .form.txt-field .datetimepicker-btn:hover {
    background-color: #461611;
    border-color: #461611; }
  .form.txt-field .line {
    clear: both;
    border-top: 1px solid #59aa32;
    height: 25px;
    margin: 15px 0 0 0; }

.form .submit {
  border: none;
  font-family: "geogrotesque_rgregular", sans-serif;
  color: #ffffff;
  font-size: 20px;
  background-color: #59aa32;
  outline: none;
  width: auto;
  padding: 8px 12px;
  margin: 0 0 0 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  @media screen and (max-width: 1200px) {
    .form .submit {
      font-size: 16px;
      padding: 4px 8px; } }

@media screen and (max-width: 1200px) {
  .form.txt-field .submit {
    font-size: 20px;
    padding: 8px 12px; } }

.form .submit:hover {
  background-color: #461611; }

.form.tipsform {
  margin-top: 0px; }

/* Foutmelding div */
.form .col-sm-4 {
  color: #ffffff;
  float: right;
  display: none; }

.has-error label {
  font-weight: bold;
  color: #ff0000 !important; }

.has-error input, .has-error textarea {
  border: 2px solid #ff0000 !important; }

.form-error-massage {
  color: #ff0000 !important;
  padding: 10px 0;
  margin: 0 0 15px 0; }

.form-error-massage .cross {
  float: left;
  background-image: url(../img/site/cross.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 21px;
  height: 21px;
  margin: -1px 10px 0 0; }

.has-error div {
  color: #ff0000 !important; }

.form-succes-massage {
  color: #0a742c;
  padding: 10px 0;
  margin: 0 0 15px 0; }

.form-succes-massage .oke {
  float: left;
  background-image: url(../img/site/oke.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 21px;
  height: 21px;
  margin: -1px 10px 0 0; }

.form a {
  color: #ffffff;
  text-decoration: underline; }

.form a:hover {
  color: #ffffff; }

/* Scss Document */
/* Niet tonen */
.hpfield {
  display: none; }

/* Pagination */
.pagination {
  clear: both;
  width: 100%;
  list-style-type: none;
  margin: 0 auto;
  text-align: center !important;
  padding: 0;
  border-radius: none; }
  .pagination li {
    border-radius: 0 !important;
    display: inline-block !important; }
  .pagination li a, .pagination li span {
    display: inline-block !important;
    position: relative;
    padding: 8px 12px;
    margin: 1px 1px 0 0;
    color: #fff;
    text-decoration: none;
    background-color: #59aa32;
    border: none; }
  .pagination li.disabled a, .pagination li.disabled span {
    opacity: 0.6;
    filter: alpha(opacity=60);
    background-color: #59aa32;
    color: #fff; }
  .pagination li.active a, .pagination li.active span, .pagination li a:hover {
    background-color: #461611;
    color: #fff; }

a[rel='next'], a[rel='next'] span, a[rel='prev'], a[rel='prev'] span {
  border-radius: none !important;
  font-family: "Love Ya Like A Sister", sans-serif;
  font-size: 30px;
  line-height: 6px;
  padding: 0 12px 1px 12px !important;
  margin: 1px 1px 0 0 !important;
  -webkit-font-smoothing: antialiased;
  display: inline-block !important; }

.accordion {
  margin: 30px 0; }
  .accordion dt a {
    font-size: 20px;
    line-height: normal;
    font-weight: normal;
    font-family: "geogrotesque_rgregular", sans-serif;
    color: #fff;
    padding: 10px 20px;
    display: block;
    margin: 20px 0 0 0;
    background-color: #59aa32;
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-decoration: none; }
  .accordion dt a:hover {
    background-color: #461611;
    color: #fff; }
  .accordion dt a .glyphicon {
    font-size: 12px;
    line-height: 20px;
    font-weight: 200;
    float: right; }
  .accordion dd {
    padding: 20px;
    line-height: 18px;
    border-left: 1px solid #59aa32;
    border-right: 1px solid #59aa32;
    border-bottom: 1px solid #59aa32; }
    .accordion dd:after {
      content: "";
      display: table;
      clear: both; }
    .accordion dd img {
      width: 40%;
      height: auto;
      margin: 0 0 10px 10px;
      float: right; }

/* Tokkelbaan picts */
.tokkelbaan {
  margin-top: -50px; }
  @media screen and (max-width: 1024px) {
    .tokkelbaan {
      margin-top: -10px; } }
  .tokkelbaan .FB, .tokkelbaan .TW, .tokkelbaan .DL {
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: cover;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px; }
  .tokkelbaan .FB:hover, .tokkelbaan .TW:hover, .tokkelbaan .DL:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .tokkelbaan .FB {
    margin: -50px 0 0 -20px;
    background-image: url(../img/site/FB-icon-share.png); }
    @media screen and (max-width: 992px) {
      .tokkelbaan .FB {
        margin: 42% 0 0 -55%; } }
  .tokkelbaan .TW {
    margin: -50px 0 0 0px;
    background-image: url(../img/site/TW-icon-share.png); }
    @media screen and (max-width: 992px) {
      .tokkelbaan .TW {
        margin: 42% 0 0 -45%; } }
  .tokkelbaan .DL {
    margin: -50px 0 0 20px;
    background-image: url(../img/site/DL-icon-share.png); }
    @media screen and (max-width: 992px) {
      .tokkelbaan .DL {
        margin: 42% 0 0 -35%; } }

.lp {
  padding: 15px 0 0 0;
  color: #d0ecd5; }
  .lp a {
    color: #d0ecd5; }
  .lp a:hover {
    color: #ffffff; }

.ticket-btns {
  text-align: center;
  margin-left: -15px;
  width: calc(100% + 20px); }
  .ticket-btns:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 720px) {
    .ticket-btns {
      width: 100%;
      margin: 0px; } }
  .ticket-btns .ticket-btn, .ticket-btns .ticket-btn:active, .ticket-btns .ticket-btn:visited, .ticket-btns .ticket-btn-pick {
    padding: 10px 15px;
    color: #461611;
    text-align: center;
    text-decoration: none;
    margin: 0 10px;
    display: block;
    float: left;
    width: calc(33% - 15px);
    margin: 0 0 0 15px; }
    @media screen and (max-width: 720px) {
      .ticket-btns .ticket-btn, .ticket-btns .ticket-btn:active, .ticket-btns .ticket-btn:visited, .ticket-btns .ticket-btn-pick {
        display: block;
        float: left;
        width: 100%;
        margin: 0 0 15px 0; } }
    .ticket-btns .ticket-btn strong, .ticket-btns .ticket-btn:active strong, .ticket-btns .ticket-btn:visited strong, .ticket-btns .ticket-btn-pick strong {
      font-family: "Love Ya Like A Sister", sans-serif;
      font-size: 22px; }
    .ticket-btns .ticket-btn span, .ticket-btns .ticket-btn:active span, .ticket-btns .ticket-btn:visited span, .ticket-btns .ticket-btn-pick span {
      display: block;
      font-family: "geogrotesque_smbdsemibold", sans-serif; }
      @media screen and (max-width: 720px) {
        .ticket-btns .ticket-btn span, .ticket-btns .ticket-btn:active span, .ticket-btns .ticket-btn:visited span, .ticket-btns .ticket-btn-pick span {
          display: inline-block; } }
  @media screen and (min-width: 1024px) {
    .ticket-btns .ticket-btn:hover {
      background-color: #461611 !important;
      color: #fff !important; } }

.ticket-btn-pick {
  padding: 10px 15px;
  color: #461611;
  text-align: center;
  text-decoration: none;
  margin: 0 20px 20px 0;
  display: block;
  float: left;
  width: auto; }
  @media screen and (max-width: 720px) {
    .ticket-btn-pick {
      width: 100%; } }
  .ticket-btn-pick strong {
    font-family: "Love Ya Like A Sister", sans-serif;
    font-size: 20px; }
  .ticket-btn-pick span {
    display: block;
    font-family: "geogrotesque_smbdsemibold", sans-serif;
    font-size: 14px; }
    @media screen and (max-width: 720px) {
      .ticket-btn-pick span {
        display: inline-block; } }

.responsive-calendar-small {
  max-width: 600px;
  margin: 0 auto; }

@media screen and (max-width: 1200px) {
  #menuscroll {
    display: none;
    background-color: #fff; }

  #menuscroll {
    border-width: 0 0 1px;
    top: 0; }

  #menuscroll {
    border-radius: 0; }

  #menuscroll {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030; }

  #menuscroll {
    height: 80px !important; }

  #menuscroll .navbar {
    margin-top: 0px; }

  .header .hamburger {
    display: none; }

  #menuscroll.header .hamburger {
    display: block !important; }

  #menuscroll.header .container .logo {
    display: block !important; }

  a.header-btn.mob .om {
    top: 0; }

  a.header-btn.mob .om {
    font-size: 20px;
    line-height: 24px;
    margin: 0 !important;
    top: 0px;
    width: auto;
    left: 0px;
    font-size: 16px; }

  a.header-btn.mob .om {
    position: relative; }

  a.header-btn.mob {
    padding: 0px; } }
@media screen and (max-width: 992px) {
  #menuscroll.mobile {
    display: block; }

  .sub.mob {
    display: none !important; }

  .header-btn.mob {
    display: block !important; }

  .content.check13 .submob.mob.check13 {
    display: block !important; }

  .submob.mob.check {
    display: none !important; }

  .mobile {
    display: block; } }
@media screen and (min-width: 993px) {
  #menuscroll.mobile {
    display: none !important; }

  a.header-btn.mob {
    display: none !important; }

  .mobile {
    display: none; } }
.over ul {
  padding-left: 0px;
  margin-bottom: 20px; }

.over li {
  background-color: #59aa32;
  list-style: outside none none;
  margin-top: 5px;
  padding: 10px;
  text-align: left; }

.over li a {
  color: #fff; }

@media screen and (max-width: 993px) {
  .header .container .logo {
    display: none; }

  body.cookies_not_ok .cookiewarning {
    display: block;
    background: #dddddd;
    color: #000000;
    width: 20em;
    max-width: 100% !important;
    padding: 1em;
    right: 0px !important;
    z-index: 999;
    border: 1px solid #000000;
    width: 100% !important;
    margin-top: 76px; } }
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-slider .slide-loading {
  background: url(libs/swipebox/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(libs/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 60px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }
/* Skin 
--------------------------*/
#swipebox-overlay {
  background-image: url(libs/swipebox/custom-back.png); }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black; }

#swipebox-top-bar {
  color: white !important;
  font-size: 24px;
  line-height: 45px;
  font-family: "geogrotesque_rgregular", sans-serif;
  font-weight: 400; }

.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none; }

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg=="); }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px; }

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px; }

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  display: block;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 56px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  text-align: center;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33AAFF; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer; }

.xdsoft_scroller_box {
  position: relative; }

.cookiewarning {
  display: none;
  z-index: 999; }

body.cookies_not_ok .cookiewarning {
  display: block;
  background: #dddddd;
  color: #000000;
  width: 20em;
  max-width: 50%;
  padding: 1em;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  border: 1px solid #000000; }

body.cookies_not_ok .cookiewarning a {
  color: #59aa32; }

/* Vervang deze zescijferige kleurcode door de kleur die links op je site hebben */
body.cookies_not_ok .cookiewarning_explanation {
  display: none; }

body.cookies_not_ok .cookiewarning.showhelp .cookiewarning_explanation {
  display: block; }

body.cookies_not_ok .cookiewarning.showhelp .cookiewarning_introduction {
  display: none; }

label.agree {
  font-weight: normal;
  font-size: 15px;
  width: auto !important;
  max-width: calc(100% - 20px) !important; }

a.agree {
  font-weight: normal;
  font-size: 15px;
  text-decoration: underline; }

#agree {
  width: auto !important;
  display: inline-block !important; }

.erroragree label {
  color: #ff0000;
  font-weight: bold; }

/*# sourceMappingURL=style.css.map */
