/*

color 1: #79C2AA;
color 2: #7ABACC;
text: #363636
backwhite: #FFFFFF;
red: #7ABACC;

*/

p, span, a
{
  color: #363636;
}

.mw1
{
  max-width: 1400px;
  margin:auto;
}

.vertcent {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.center-cell
{
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.center-table
{
  display: table;
  width: 100%;
  height: 100%;
}

*
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Quicksand', sans-serif;
}

p {
  margin-bottom: 10px;
  line-height: 175%;
}

a
{
  color: #79c2aa;
}

.loctek-lightbox, #loctek-lightbox-close
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #fff !important;
  border-color: #fff !important;
}

#loctek-lightbox-close
{
  line-height: 20px !important;
}

html,
body {
 margin:0;
 padding:0;
 height:100%;
 font-family: 'Quicksand', sans-serif;
 background-color: #fff;
}

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

#contentcontainer
{
  width: 100%;
  min-height: 100%;
  position: relative;
}

#contentcontainer.withpadding
{
  padding-top:150px;
}

footer
{
  background-color: #79c2aa;
  color: #fff;
  padding:50px 50px;
  text-align: center;
  position: relative;
}

footer a
{
  color:#fff;
}

.voordeelpasfooter
{
  position: absolute;
  top:-30px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.voordeelpasfooter img
{
  border: 2px solid #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*
    -webkit-transform: rotate(-15deg);
  -moz-transform:    rotate(-15deg);
  -ms-transform:     rotate(-15deg);
  -o-transform:      rotate(-15deg);
  transform:         rotate(-15deg);
  */
}

.footer-items
{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  max-width: 1000px;
  margin:auto;
  justify-content: center;
}

.footer-items .footer-item
{
  width: 33.3333%;
}

.footer-items .footer-item ul
{
  width: auto;
  margin: auto;
  display: inline-block;
}

.footer-items .footer-item li
{
  padding-left: 30px;
  position: relative;
  text-align: left;
  line-height: 1.5em;
}

.footer-items .footer-item li .fa
{
  position: absolute;
  top:5px;
  left:0;
}


.footer_madeby
{
  height: 40px;
  line-height: 40px;
  width: 100%;
  background-color: #363636;
  text-align:  center;
  font-size: 0.8em;
}

.footer_madeby a, .footer_madeby span
{
  color: #fff;
}

@media all and (max-width: 1150px){

  .footer-items
  {
    display: block;
  }

  .footer-items .footer-item
  {
    width: 100%;
    margin-bottom: 2em;
    padding-bottom: 2em;
    position: relative;
  }  

  .footer-items .footer-item ul
  {
    width: 100%;
    text-align: center;
    margin-left: -15px;
  }

  .footer-items .footer-item ul li
  {
    text-align: center;
  }

  .footer-items .footer-item ul li .fa
  {
    position: relative;
    top: auto;
    margin-right: 10px;
  }

  .footer-items .footer-item:after
  {
    position: absolute;
    left:50%;
    bottom: 0;
    width: 100px;
    display: block;
    content:'';
    height: 1px;
    background-color: #fff;
    margin-left:-50px;
  }
}

@media all and (max-width: 600px){

  footer
  {
    padding:20px;
  }
}

nav {
  position: fixed;
  z-index: 100;
  background-color: white;
  top: 0px;
  right: 0px;
  width: 350px;
  bottom: 0px;
  background-repeat: no-repeat;
  transition: right .45s;
  right: -450px;
  -webkit-box-shadow: 0px 0px 58px -13px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 58px -13px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 58px -13px rgba(0,0,0,0.75);
  overflow: hidden;
  overflow-y: auto;
}

nav:after
{
  content:'';
  /*background-image: url(/images/navback.png);
  background-size: cover;
  background-position: right 50px;
  background-repeat: no-repeat;*/
  opacity: 0.2;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

nav li {
  font-size: 1.4em;
  font-weight: 300;
  color: #fefefe;
  width: 90%;
  text-align: left;
  display: block;
  padding: 13px;
  padding-left: 13px;
  color: #363636;
  margin-bottom: 5px;
  padding-left: 45px;
  text-transform: uppercase;
  position: relative;
  line-height: 1.25em;
}

nav > .menuwrap
{
  position: relative;
  min-height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-top: 100px;
}

nav .bottom {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.65em;
  color: #004a99;
  text-transform: uppercase;
  background-color: #7ABACC;
}

nav .bottom .left {
  border-right: 1px solid #fefefe;
}
nav .bottom > * {
  text-align: center;
  display: inline-block;
  width: 50%;
  color: #fff;
  padding: 10px 0;
}

nav .bottom a {
  font-size: 1em;
  text-align: center;
  padding: 0;
  color: #fff;
  margin-bottom: 0;
}

nav > a.active img, nav > a:hover img, nav > a.active .fa, nav > a:hover .fa {
  display: block;
}

nav > a.active, nav > a:hover
{
  color:#8c6abc;
}

a img, :link img, :visited img {
  border: none;
}
nav li .fa {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 25px;
  margin-top: -5px;
  z-index: 2em;
  font-size: 0.6em;
  color: #7ABACC;
}

nav li:hover .fa:before, nav li.active .fa:before
{
  content:"\f111";
}

.closewindow {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  background-image: url(/images/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all .3s;
}

.made-by
{
  background-color: #363636;
  border-top: 1px solid #e8a083;
  text-align: center;
}

.made-by a
{
  color: #535353;
  font-size: 0.8em;
  line-height: 50px;
}

.blender {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #7ABACC;
  height: 50px;
  z-index: 1;
}

#header
{
  width: 100%;
  height: 150px;
  position: fixed;
  top:0;
  left:0;
  right:0;
  background-color: #7ABACC;
  /*border-bottom: 1px solid #ef5b1f;*/
  z-index: 10;
}

#header:after
{
  content:'';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
  opacity: 0.5;
  background-image: url(/images/overlay_intro.png);
}

#header.transparent
{
  background-color: transparent;
}

#header.transparent:after
{
  display: none;
}

#logo 
{
  position: absolute;
  left:50px;
  top:50%;
  max-width: 200px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /*border:1px solid #79c2aa;*/
}

#logo img
{
  width: 100%;
}

#logo.small
{
  max-width: 100px;
}

#taalswitch
{
 position: absolute;
 z-index: 10;
 background-color: #fff;
 color:#363636;
 border: 1px solid #363636;
 width: 50px;
 height: 50px;
 top:50%;
 right:255px;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
 font-size: 1.5em;
 text-transform: uppercase;
 text-align: center;
 line-height: 50px;
 cursor: pointer;
}

#taalswitch a
{
  color: #363636;
}

#menubutton
{
  background-color: #fff;
  color:#363636;
  border: 1px solid #363636;
  width: 180px;
  height: 50px;
  position: absolute;
  top:50%;
  right:50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  z-index: 10;
}

#menubutton span
{
  color: #363636;
}

#top{
  height: 100%;
  height: 100vh;
  z-index:41;
  position: relative;
}

#mainer
{
  background-color: #fff;
}

.sectiontext{
  width: 75%;
  position: absolute;
  bottom: 20%;
  bottom: 20vh;
  left: 50px;
}
.sectiontextTitel{
  background-color: rgba(255,255,255,0.8);
  font-size: 3em;
  display: inline-block;
  max-width: 75%;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 0px 30px;
  text-transform: uppercase;
  color: #363636;
  float: left;
  clear: both;
}
.sectiontextTekst{
  background-color: rgba(255,255,255,0.8);
  font-size: 2em;
  max-width: 85%;
  padding: 0px 30px;
  display: inline-block;
  float: left;
  clear: both;
  color: #363636;
  margin-bottom: 25px;

}
.sectiontext .button{
  font-size: 2.5em;
  padding-top: 15px;
  padding-bottom: 15px;
}

#texts{
  /*display: none;*/
}
#texts div div{
  display: block;
}
#texts .text:nth-child(odd) .textImage{
  float: left;
}
#texts .text:nth-child(odd) .textText{
  float: right;
}
#texts .text:nth-child(even) .textImage{
  float: right;
}
#texts .text:nth-child(even) .textText{
  float: left;
}
#texts .text:nth-child(even) .textText .otherhalf{
  background-color: #7ABACC;
}
#texts .text{
  height: 300px;
  clear:both;
}
#texts .text .button{
  margin-top: 25px;
  font-size: 1.5em;
}
.textImage{
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
}



.textText{
  height: auto;
  width: 50%;
  background-color: #FFFFFF;
}
.half{
  width: 50%;
  /*height: 500px;*/
  float: right;
  padding: 25px;
  text-align: left;
}
.otherhalf{
  width: 50%;
  height: 500px;
  float: left;
  position: relative;
  text-align: center;
  background-color: #79c2aa;

}
.otherhalf p{
  color: white;
  font-size: 2em;
  position: absolute;
  top: 15%;
  text-align: center;
  width: 100%;
  padding: 25px;
  line-height: 1.25em;
}
.otherhalf p:nth-child(2) {
  top: 50%;
}

.textText .titel{
  font-size: 2em;
  line-height: 125%;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
}
.line{
  margin:10px 0;
}
.textText .half .tekst{
  font-size: 1em;
}
.textText .tekst{
  font-size: 1em;
}

.contactgegevens a
{
  color: #fff;
}

@media all and (max-width: 1300px){
  .textText .half, .textText .otherhalf
  {
    width: 100%;
  }
  .otherhalf
  {
    height: 250px;
  }
  .otherhalf p
  {
    font-size: 1em;
  }
}

@media all and (max-width: 1150px){
  .sectiontextTitel
  {
    font-size: 4em;
  }  

  .sectiontextTekst
  {
    font-size: 2em;
  }
}

@media all and (max-width: 900px){
  .textImage, .textText
  {
    width: 100%;
  }

  .textText .half, .textText .otherhalf
  {
    width: 50%;
  }

  .otherhalf
  {
    height: 250px !important; 
  }

  .sectiontextTitel
  {
    font-size: 3em;
  }  

  .sectiontextTekst
  {
    font-size: 1.5em;
  }
}

@media all and (max-width: 900px){

 .textText .half, .textText .otherhalf
 {
  width: 100%;
}

#texts .text{
  height: 250px;
  clear:both;
}
}

@media all and (max-width: 600px){

  .sectiontext
  {
    text-align: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }

  .sectiontextTitel, .sectiontextTekst
  {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float:none;
  }

  #logo
  {
    left:20px;
    top: 25px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: 40px;
    text-align: left;
  }

  #logo img
  {
    width: auto;
    max-height: 38px;
  }

  #menubutton
  {
    right: 20px;
    top:25px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: 40px;
    line-height: 40px;
  }

  #menubutton span .fa
  {
    line-height: 40px;
  }

  #taalswitch
  {
    height: 40px;
    line-height: 40px;
    right: 220px;
    top: 25px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  #header
  {
    height: 90px;
    z-index: 100;
  }
}


.page
{

  position: relative;
  margin: auto;
  margin-top: 2em;
}

.paginatitel
{
  text-align: center;
  max-width: 1000px;
  margin: auto;
  position: relative;
  padding-bottom: 20px;
  padding-left:50px;
  padding-right: 50px;
}

.four-row-grid, .three-row-grid
{
  padding-left:50px;
  padding-right: 50px;
}
.paginatitel h1
{
  font-size: 3em;
  margin-bottom: 0.5em;
  color: #363636;
}

.paginaline
{
  height: 3px;
  width: 150px;
  background-color: #363636;
  display: inline-block;
  margin: 2em 0;
}

.paginatitel h2
{
  font-size: 1.5em;
  color: #363636;
}

.paginatitel p:first-child
{
  margin-top: 0;
}

@media all and (max-width: 600px){
  .paginatitel h1
  {
    font-size: 2em;
  }

  #contentcontainer.withpadding
  {
    padding-top:10px !important;
  }
}

.beschrijving_item
{

}

.itemafbeelding
{
  /*border: 1px solid #7ABACC;*/
  position: relative;
  overflow: hidden;
}

.itemafbeelding img
{
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.itemafbeelding:hover img
{
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

.itemtitel
{
  text-align: center;
  margin-top: 1em;
  font-size: 1.5em;
}

.iteminfo
{
  display: none;
}

#routes
{

}

#voordeelpas
{

}

#routes .beschrijving_item, #voordeelpas .beschrijving_item
{
  width: 100%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /*margin-bottom: 2em;*/
}

#routes .beschrijving_item:nth-child(2n)
{
 flex-direction: row-reverse;
}

#routes .beschrijving_item .itemafbeelding, #voordeelpas .beschrijving_item .itemafbeelding
{
  width: 50%;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

#routes .beschrijving_item .itemafbeelding img, #voordeelpas .beschrijving_item .itemafbeelding img
{
  position: absolute;
  top:50%;
  left:50%;
  min-width: 100%;
  min-height: 100%;
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#routes .beschrijving_item .iteminfo, #voordeelpas .beschrijving_item .iteminfo
{
  width: 50%;
  display: inline-block;
  padding: 100px;
  background-color: #FFFFFF;
  text-align: center;
}

.iteminfo ul
{
  text-align: left;
  display: inline-block;
}

.iteminfo p, .iteminfo li
{
  line-height: 175%;
}

#routes .beschrijving_item .itemtitel, #voordeelpas .beschrijving_item .itemtitel
{
  margin-top:0;

}

@media all and (max-width: 1150px){

}

.pageend
{
  text-align: center;
  padding: 50px 0;
  background-color: #fff;

}

.pageend img
{
  max-width: 160px;
}

.bezienswaardigheden
{
  padding-left:50px;
  padding-right: 50px;
}

.bw_cat
{
  margin-bottom: 10px;
}

.bw_cat_items
{
  padding-bottom: 50px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 25px;
}


.bw_cat_items .bw_item
{
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2em;
  cursor: pointer;
}

.bw_cat_items .bw_item.full
{
  width: 100%;
  background-color: #7ABACC;
  padding: 50px;
  position: relative;
  margin-top: 20px;
}

.bw_cat_items .bw_item.full p, .bw_cat_items .bw_item.full li
{
  color: #fff;
}

.bw_cat_items .c ul
{
  width: 100%;
  margin-bottom: 1em;
  padding-left: 50px;
}


.bw_cat_items .c ul li
{
  list-style-type: initial;
  margin-bottom: 0.5em;
}


.bw_cat_items .bw_item_arrow
{
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(172, 147, 154, 0);
  border-bottom-color: #7ABACC;
  border-width: 30px;
  margin-left: -30px;
}

.bw_cat_titel
{
  background-color: #79c2aa;
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 30px 10px 80px;
  cursor: pointer;
  position: relative;
}

.bw_cat_titel span
{
  color: #fff;
}

.bw_cat_titel .fa
{
  position: absolute;
  left:20px;
  font-size: 1em;
  top:50%;
  margin-top: -0.5em;
}

.bw_cat.active .bw_cat_titel .fa-angle-right::before 
{
  content: "\f107";
}


.bw_item .iteminfo
{
  display: none;
  position: relative;
}

.bw_item .close
{
  position: absolute;
  right: 25px;
  top:25px;
  font-size: 1.5em;
  color: #fff;
}

@media all and (max-width: 1400px){
  .bw_cat_items
  {
    padding-left: 50px;
    padding-right: 50px;
  }
}


@media all and (max-width: 1150px){
  .bw_cat_items .bw_item
  {
    width: 31%;
  }
}

@media all and (max-width: 900px){
  .bw_cat_items .bw_item
  {
    width: 48%;
  }

  .bw_cat_items
  {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media all and (max-width: 600px){
  .bw_cat_items p
  {
    line-height: 1.25em;
  }
  .bw_cat_items .bw_item.full
  {
    padding:25px;
  }

  .bw_cat_titel
  {
    font-size: 1em;
  }
}

@media all and (max-width: 400px){
  .bw_cat_items .bw_item, .bw_cat_items .bw_item.full
  {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .prijzen table th, .prijzen table td
  {
    font-size: 0.8em;
  }
}

.nieuws
{
  margin-left: 40px;
  margin-right: 40px;
}

.nieuwsitem
{
  width: 25%;
  display: block;
  padding: 10px;
  text-align: center;
}

.nieuwsitem .titlebox
{
  margin-top: 1em;
  font-size: 1.25em;
  color: #363636;
}

.nieuwsitem .imgoverlay
{
  position: relative;
  border: 1px solid rgba(121,194,170,1);
}

.nieuwsitem .text
{
  position: absolute;
  left:0;
  top:0;
  bottom: 0;
  right: 0;
  background-color: rgba(121,194,170,0.8);
  color: #fff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -moz-transition: visibility 0s, opacity 0.5s linear;
  -webkit-transition:visibility 0s, opacity 0.5s linear;
  -moz-transition: visibility 0s, opacity 0.5s linear;
  -o-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}

.nieuwsitem .text .textinhoud
{
  max-width: 90%;
  margin: auto;
}

.nieuwsitem .text .textinhoud p
{
  color: #fff;
}

.nieuwsitem:hover .text
{
  opacity: 1;
  visibility: visible;
}

.nieuwsline
{
  height: 3px;
  width: 100px;
  background-color: #363636;
  display: inline-block;
  margin: 2em 0;
}

@media all and (max-width: 1150px){
  .nieuwsitem
  {
    width: 33.3333%;
  }
}

@media all and (max-width: 950px){
  .nieuwsitem
  {
    width: 50%;
  }
}

@media all and (max-width: 650px){
  .nieuwsitem
  {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nieuwsitem .text .textinhoud p, .nieuwsitem .text .textinhoud br
  {
    display: none;
  }

  .nieuwsitem .button
  {
    margin-top:0;
  }
}

.contactblok
{
  width: 100%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
}

.contactblok > *
{
  width: 31%;
}

.button{
  margin-top: 10px;
  height: auto;
  display: inline-block;
  font-weight: bold;
  line-height: 50px;
  padding: 0 1em;
  border: 3px solid #7ABACC;
  background-size: 300% 100%;
  color: #7ABACC;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  font-size: 1em;
  cursor: pointer;
  text-transform: uppercase;
}

.button:hover, .button.active
{
  background-color: #7ABACC;
  color: #fff;
}

.bw_item .button
{
  background-color: #7ABACC;
  color: #fff;
  border-color: #fff;
}

.bw_item .button:hover
{
  background-color: #fff;
  color: #7ABACC;
}

.mobile
{
  display: none;
}

.meerfotos 
{
  width: 300px;
  height: 500px;
  transition: all .3s;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: rgba(255,255,255,.5);
  -ms-transform: translate(50%, -50%) rotate(-45deg);
  -o-transform: translate(50%, -50%) rotate(-45deg);
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  -moz-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}

.meerfotos a {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.meerfotos span {
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: 10px;
  margin-left: 30px;
  font-size: 50px;
}
.meerfotos:not(.meerfotossmall):hover {
  width: 325px;
}

.meerfotossmall
{
  width: 150px;
  height: 250px;
  background-color: rgba(172,142,154,0.7);
}

.meerfotossmall span
{
  font-size:30px;
  margin-left: 20px;
  color: #fff;
}

.itemafbeelding:hover .meerfotossmall
{
  width: 175px;
}

#mobilenav
{
  display: none;
  padding:20px;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: none;
  background-color: #7ABACC;
  z-index: 20;
}

.mobile
{
  display: none;
}


@media all and (max-width: 600px){
  .mobile
  {
    display: block;
  }

  .closewindow.mobile
  {
    display: none;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    top: 25px;
    z-index: 30;
  }

  #mobilenav .blender
  {
    height: 90px;
    background-color: transparent;
  }

  #mobilenav:after
  {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    background-image: url(/images/overlay_intro.png);
    pointer-events: none;
  }

  #mobilenav .blender #logo
  {
    left: 20px;
  }

  #mobilenav li
  {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 1.25em;
    color: #fff;
  }

  #mobilenav li:hover, #mobilenav li.active
  {
    background-color: #7ABACC;
    color: #fff;
    font-weight: bold;
  }

  #mobilenav li:hover:after, #mobilenav li.active:after
  {

  }

  #mobilenav > div:nth-child(2)
  {
    margin-top: 0px;
    height: 100%;
    width: 100%;
    padding-top:60px;
  }

  #mobilenav > div:nth-child(2) a
  {
    display: block;
    width: 100%;
    height: 12%;
    color: #363636;
    line-height: 50px;
    font-size: 1.25em;
    text-align: center;
  }

  #mobilenav > div:nth-child(2) a img
  {
    vertical-align: middle;
  }

  #mobilenav > div:nth-child(2) a .fa
  {display: none;}

  #mobilenav .bottom
  {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    padding:5px;
    font-size: 0.65em;
    color: #004a99;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    background-color: #7ABACC;
  }

  #mobilenav .bottom .left
  {
    width: 47.5%;
    float:left;
  }
  #mobilenav .bottom .right
  {
    width: 47.5%;
    float:right;
  }

  #mobilenav .bottom,#mobilenav .bottom a
  {
    color: #fff;
  }

  #routes .beschrijving_item .iteminfo, #voordeelpas .beschrijving_item .iteminfo
  {
    padding: 25px;
  }
}


@media all and (max-width: 400px){
  .sectiontextTitel
  {
    font-size: 1.5em;
  }

  .sectiontextTekst
  {
    font-size: 1em;
  }

  #logo
  {
    height: 40px;
    width: 116px;
  }
  #logo img
  {
    max-height: 38px;
  }

  #menubutton, #taalswitch
  {
    height: 40px;
    font-size: 1.25em;
    line-height: 40px;
  }

  #menubutton
  {
    width: 50px;
  }

  #menubutton span .fa
  {
    line-height: 40px;
  }

  #menubutton span span
  {
    display: none;
  }

  #taalswitch
  {
    right: 90px;
  }

  .four-row-grid, .three-row-grid,.paginatitel,.bezienswaardigheden {
    padding-left: 20px;
    padding-right: 20px;
  }
}



.menufiller
{
  position: absolute;
  bottom: 50px;
  left:20px;
  right: 20px;
}

.menufiller img
{
  width: 100%;
  opacity: 0.5;
}

.handelszaken
{
  padding-left: 50px;
  padding-right: 50px;
}

.handelszaken_filter
{
  width: 100;
  text-align: center;
  margin-bottom: 50px;
}

.handelszaken_filter .select2-container .select2-selection--single
{
  height: 50px;
  line-height: 50px;
}

.handelszaken_filter .select2-26ud-container, .handelszaken_filter .select2-container--default .select2-selection--single .select2-selection__rendered
{
  line-height: 50px;
}

.handelszaken_filter .select2-container--default .select2-selection--single .select2-selection__arrow
{
  margin-top:12px;
}

.ontspanning
{
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: space-between;
  justify-content: space-between;

  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;

  padding-left: 25px;
  padding-right: 25px;
}


.ontspanning > *
{
  display: block;
  margin-bottom: 2em;
  width: 23%;
}

.ontspanning > *.active
{
  width: 48%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.beschrijvng_item_uitleg
{
  display: none;
  position: relative;
}

.ontspanning > *.active .beschrijving_item
{
  width: 48%;
}

.ontspanning > *.active .beschrijvng_item_uitleg
{
  width: 48%;
  display: block;
  padding: 50px;
  background-color: #c9b6e4;
}

.ontspanning > *.active .beschrijvng_item_uitleg:after
{
  right: 100%;
  top: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(204, 186, 220, 0);
  border-right-color: #c9b6e4;
  border-width: 20px;
  margin-top: -20px;
}

@media all and (max-width: 1150px){
  .ontspanning > *
  {
    width: 31.3333%;
  }
  .ontspanning > *.active
  {
    width: 100%;
  }

  .contactblok
  {
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 50px;
  }

  .contactblok > *
  {
    width: 48%;
    -webkit-box-ordinal-group: 1;  
    -moz-box-ordinal-group: 1;     
    -ms-flex-order: 1;     
    -webkit-order: 1;  
    order: 1;
  }
  .contactblok > div:nth-child(2)
  {
    width: 100%;
    -webkit-box-ordinal-group: 2;  
    -moz-box-ordinal-group: 2;     
    -ms-flex-order: 2;     
    -webkit-order: 2;  
    order:2;
    margin-top: 2em;
  }
}

@media all and (max-width: 900px){
  .ontspanning > *
  {
    width: 48%;
  }
  .contactblok
  {
    display: block;
  }
  .contactblok > *
  {
    width: 100%;
  }
  .contactgegevens
  {
    height: auto !important;
    margin-top: 3em;
  }
  #routes .beschrijving_item, #voordeelpas .beschrijving_item
  {
    display: block;
  }
  #routes .beschrijving_item .iteminfo, #voordeelpas .beschrijving_item .iteminfo, #routes .beschrijving_item .itemafbeelding, #voordeelpas .beschrijving_item .itemafbeelding
  {
    width: 100%;
    height: auto;
  }
  #routes .beschrijving_item .itemafbeelding img, #voordeelpas .beschrijving_item .itemafbeelding img
  {
    position: relative;
    top: auto;
    left: auto;
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
    min-height: auto;
  }
  #routes .beschrijving_item .itemafbeelding img, #voordeelpas .beschrijving_item .itemafbeelding img
  {
    width: 100%;
  }
}

@media all and (max-width: 600px){
  .ontspanning > *
  {
    width: 100%;
  }
  .ontspanning > *.active .beschrijving_item
  {
    width: 100%;
  }

  .ontspanning > *.active .beschrijvng_item_uitleg
  {
    width: 100%;
    display: block;
    padding: 50px;
    background-color: #7ABACC;
    margin-top: 3em;
  }

  .ontspanning > *.active .beschrijvng_item_uitleg:after
  {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(204, 186, 220, 0);
    border-bottom-color: #7ABACC;
    border-width: 20px;
    margin-left: -20px;
    margin-top: 0;
  }

  .fc-toolbar .fc-center
  {
    margin-top: 2em;
  }

  .nieuws
  {
    margin-left: 20px;
    margin-right: 20px;
  }

}

.kalender
{
  /*max-width: 1000px;*/
  padding: 0 50px;
  margin: auto;
  margin-bottom: 4em;
}

.kalmw
{
  max-width: 1000px;
}

.prijzen
{
  margin-bottom: 25px;
  padding-top: 25px;
}

.prijzen h4
{
  font-size: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
  color: #7ABACC;

}

.prijzen table
{
  width: 90%;
  margin-bottom: 5em;
  margin-left: 5%;
}

.prijzen table th, .prijzen table td
{
  line-height: 2em;
  background-color: #fff;
  padding: 10px;
}

.prijzen table tr:nth-child(2n) td, .prijzen table tr:nth-child(2n) th
{
  background-color: #7ABACC;
  color: #fff;
}

.prijzen table th
{
  font-weight: bold;
  color: #7ABACC;
  text-align: left;
}

.tweedelig
{
  width: 100%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: space-between;
  justify-content: space-between;

  padding-left: 25px;
  padding-right: 25px;
}

.tweedelig > div
{
  width: 50%;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.tweedelig > div .c
{
  text-align: left;
}

.tweedelig > div .paginatitel
{
  padding-left: 0;
  padding-right: 0;
}

.tweedelig_img
{
  width: 100%;
  position: relative;
}

.tweedelig_img > img
{
  width: 100%;
}

.tweedelig_img:after
{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(121,194,170,0.8);
    -moz-transition: all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tweedelig_img_info
{
  position: absolute;
  left: 10px;
  right: 10px;
  text-align: center;
  display: block;
  top:50%;
    -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.tweedelig_img_info > span
{
  font-size: 1.5em;
  padding: 10px;
  color: #fff;

}

.tweedelig_img:hover::after
{
  background-color: rgba(121,194,170,0);
}

.tweedelig_img:hover .tweedelig_img_info > span
{
  background-color: rgba(121,194,170,0.8);
}

@media all and (max-width: 1150px){

  .tweedelig
  {
    display: block;
  }

  .tweedelig > div
  {
    width: 100%;
    text-align: left;
    margin-bottom: 2em;
  }

}

@media all and (max-width: 600px){
  .tweedelig > div
  {
    padding-left: 0;
    padding-right: 0;
  }

}

form input, form textarea
{
  border-radius: 0;
}

.select2-results__option--highlighted
{
  background-color: #7ABACC !important;
}

.insideform p
{
  color: #fff;
}

.faqItem h2
{
  font-size: 1.5em;
  background-color: #79c2aa;
  padding: 20px 50px; 
  color: #fff;
  margin-bottom: 0.5em;
}

.faqItem > div
{
  padding: 25px 50px;
  line-height: 1.5em;
}

#ttcontainer
{
  height: 150px;
  position: relative;
  background-color: #f3f1e7;
}

#tickertape
{
  position: absolute;
  top:50%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 1.5em;
  background-color: #f3f1e7;
  display: block;
  width: auto;
  max-width: 80%;
  overflow:hidden;
}

#tickertapeholder
{
  position: relative;
}

#tickertapeholder p span
{
  position: relative;
  display: inline-block;
}

#tickertapeholder p span:before, #tickertapeholder p span:after
{
  display: block;
  content: '';
  position: absolute;
  left: -80px;
  top:50%;
  width: 50px;
  height: 2px;
  background-color: #363636;
}

#tickertapeholder p span:after
{
  left: auto;
  right: -80px;
}

.swipebox
{
  position: absolute;
  bottom: 50%;
  right: 50%;
  margin-bottom: -35px;
  margin-right: -25px;
  z-index: 1;
  opacity: 0.5;
}

.swipebox img
{
  width: 100%;
}

@media all and (max-width: 600px){

  .swipebox
  {

  }

}


.bron
{
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 0.8em;
  color: #fff;
  display: block;
}

@media all and (max-width: 600px){
  .bron
  {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 2em;
  }

  .bw_item .close
  {
    right: 10px;
    top: 10px;
  }
  }