.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;
}

.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;
}

.tussen_head {
  min-height: 80vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.tussen_head header {
  width: 100%;
  height: 100px;
  display: flex;
  background-color: transparent;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.tussen_logo {
  max-height: 60%;
}

.tussen_content {
  background-color: #F0F0F0;
  display: block;
  padding: 50px 10px;
}

.inner_tussen_content {
  max-width: 1200px;
  margin: 0 auto;
}

.balk_logos {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 50px 10px;
}

.balk_logos article {
  width: 33.33%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.balk_logos article img {
  width: 100%;
  max-width: 250px;
}

.tussen_content h1 {
  text-align: center;
  font-size: 2.2em;
  margin-bottom: 20px;
  line-height: 180%;
  font-family: "Century Gothic", sans-serif;
  color: #ee7402;
  font-weight: normal;
}

.tussen_content p {
  text-align: center;
  font-family: 'Futura-med', sans-serif;
  font-size: 1.1em;
  color: #8c8c8c;
}

.keuzes {
  display: flex;
  margin: 30px auto;
  justify-content: center;
}

.keuze {
  max-width: 300px;
  margin: 20px;
  padding: 15px;
  width: 100%;
  height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.keuze img {
  width: 95%;
}

.keuze:hover img{
  width: 100%;
}

.keuze a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10;
}

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

body.noscroll
{
  overflow: hidden;
}

p, .c li, td, th
{
  line-height: 1.75em;
  color:#5f5e5e;
}

th
{
  font-weight: bold;
}

a
{
  color: #000;
}

li
{
  color: #5f5e5e
}

i
{
  color: #ee7402;
}

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


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

#topheader
{
  background-color: #f0f0f0;
  height: 40px;
  width: 100%;
  padding-left:50px;
  padding-right: 50px;
}

#topheader ul
{
  float:right;
  display: -webkit-box;     
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex;            
}

#topheader ul li
{
  margin-left: 30px;
  line-height: 40px;
  color: #000;
  font-size: 0.8em;
}

#topheader ul li a
{
  color: #000;
  letter-spacing: 0.1px;
}

#topheader ul li.active a, #topheader ul li a:hover
{
  font-weight: bold;
  letter-spacing: 0px;
}

header
{
  position: relative;
  height: 120px;
  background-color: #fff;
  padding-left:50px;
  padding-right: 50px;
  z-index: 2;
}

header > div
{
  height: 100%;
  position: relative;
}

header #menu > ul
{
  position: absolute;
  right: 0;
  top:50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;     
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex;   
}

header #menu ul li
{
  margin-left: 30px;
  color: #000;
  font-weight: bold;
  position: relative;
  height: 120px;
  line-height: 120px;
  font-size: 1.25rem;
}

header #menu ul li a
{
  padding-bottom: 0.5em;
}

header #menu ul li.active > a, header #menu ul li:hover > a
{
  border-bottom: 3px solid #ee7402;
}

header #menu .subnav
{
  height: 0;
  overflow: hidden;
  position: absolute;
  top:100%;
  left: -5000px;
  right: -5000px;
  padding-left: 5000px;
  padding-right: 4000px;
  background-color: rgba(255,255,255,0.9);
  /*border-bottom: 5px solid #ee7402;*/
  -webkit-transition: height 1s; 
  -moz-transition: height 1s; 
  -ms-transition: height 1s; 
  -o-transition: height 1s; 
  transition: height 1s;  
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

header #menu .subnav li
{
  font-weight: 400;
  height: auto;
  line-height: 50px;
  position: relative;
  margin-left: 0;
  padding-left: 30px;
}

header #menu .subnav li:before
{
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  position: absolute;
  left:0;
  top:0;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #ee7402;
}

header ul li a
{
  color: #000;
}

header #menu > ul li:hover .subnav
{
  height: 395px;
}

header #logo
{
  position: absolute;
  left: 0;
  top:50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  max-width: 300px;
  z-index: 10;
}

header #logo img
{
  width: 100%;
}

#slider
{
  width: 100%;
  background-color: #ee7402;
  height: 400px;
  border-bottom: 5px solid #ee7402;
  position: relative;
}

.slide {

  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.paginatitel
{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.paginatitel h1
{
  color: #ee7402;
  font-size: 2.5em;
  font-weight: 500;
}

.paginatitel h2
{
  margin-top: 25px;
  font-size: 1.5em;
  color: #5f5e5e;
}

.paginatitel .c
{
  margin-top: 25px;
}


.nieuws
{
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  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+ */
  flex-wrap: wrap;
  padding-left: 25px;
  padding-right: 25px;
  justify-content: flex-start;
}

.nieuwsitem
{
  width: 23%;
  margin: 0 1%;
  background-color: #f4f4f4;
  padding: 15px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
}

.nieuwslink {
  position: absolute;
  bottom: 15px;
  color: #ee7402;
}

.nieuwslink i {
  transition: all .3s;
}

.nieuwslink:hover i {
  margin-left: 5px;
}

.nieuwsitem_afbeelding
{
  overflow: hidden;
  position: relative;
}

.nieuwsitem_afbeelding:after
{
  padding-top:56.25%;
  display: block;
  content:'';
}

.nieuwsitem_afbeelding img,.activiteit_afbeelding img
{
  position: absolute;
  width: 100%;
  top:50%;
  left:50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: width 0.5s; 
  -moz-transition: width 0.5s; 
  -ms-transition: width 0.5s; 
  -o-transition: width 0.5s; 
  transition: width 0.5s;  
}

.nieuwsitem_afbeelding:hover img, .activiteit_afbeelding:hover img
{
  width: 110%;
}
.artikel_navigatie .fa {
  color: #fff;
}
.nieuwsitem_titel
{
  font-weight: bold;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #5f5e5e;
}

.nieuwsitem_titel span
{
  font-size: 1.5em;
}

.nieuwsitem_inhoud
{
  height: 100px;
}

.nieuwslink {
  color: #ee7402;
}

.nieuwslink i {
  transition: all .3s;
}

.nieuwslink:hover i {
  margin-left: 5px;
}

.button
{
  margin-top:10px;
  text-align:  center;
}

.button a
{
  display: inline-block;
  position: relative;
  line-height: 40px;
  text-align: center;
  color: #5f5e5e;
  border: 1px solid #5f5e5e;
  padding-left: 25px;
  padding-right: 25px;
  z-index: 0;
}

.button a span
{
  z-index: 1;
}

.button a:before
{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  top: 0;
  background-color: #ee7402;
  z-index: -1;
  -webkit-transition: right 0.5s; 
  -moz-transition: right 0.5s; 
  -ms-transition: right 0.5s; 
  -o-transition: right 0.5s; 
  transition: right 0.5s;  
}

.button a:hover:before
{
  right: 0;
}

.button a:hover
{
  color:#fff;
  border-color: #ee7402;
}

.activiteiten
{
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.activiteit
{
  width: 31.33%;
  margin: 0 1%;
  padding: 15px;
  background-color: #f6f6f6;
  margin-bottom: 50px;
}

.activiteit_datum
{
  background-color: #ee7402;
  color:#fff;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-weight: bold;
}

.activiteit_afbeelding
{
  overflow: hidden;
  position: relative;
}

.activiteit_afbeelding img
{
  width: 100%;
}

.activiteit_afbeelding:after
{
  padding-top:56.25%;
  display: block;
  content:'';
}

.activiteit:nth-child(2n) .activiteit_afbeelding:after
{
  padding-top:100%;
}

.activiteit_titel
{
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 1.25em;
  color: #5f5e5e;
}

.activiteit_inhoud
{
  height: 100px;
  text-align: justify;
}

/* TWEEBLOKKEN */

.tweeblokken
{
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.tweeblokken_blok
{
  display: -webkit-box;     
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex;  
}

.tweeblokken_blok > div
{
  width: 50%;
}

.tweeblokken_blok_img
{
  position: relative;
  overflow: hidden;
}

.tweeblokken_blok_img > img
{
  position: absolute;
  top:50%;
  left:50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.tweeblokken_blok_content
{
  padding:50px;
}

.tweeblokken_blok_titel
{
  font-size: 1.5em;
  font-weight: bold;
  color: #5f5e5e;
}

.tweeblokken_blok_titel > span
{
  font-size: 0.75em;
  font-weight: normal;
  margin-left: 15px;
  color: #ee7402;
  margin-top: 0.5em;
  display: block;
}

.tweeblokken_blok_titel i
{
  color: #ee7402;
}

.tweeblokken_blok:nth-child(2n) .tweeblokken_blok_img
{
  -webkit-box-ordinal-group: 1;  
  -moz-box-ordinal-group: 1;     
  -ms-flex-order: 1;     
  -webkit-order: 1;  
  order: 1; 
}

.tweeblokken_blok:nth-child(2n) .tweeblokken_blok_content
{
  -webkit-box-ordinal-group: 2;  
  -moz-box-ordinal-group: 2;     
  -ms-flex-order: 2;     
  -webkit-order: 2;  
  order: 2; 
}

.tweeblokken_blok_googlemaps
{
  padding:50px;
}

/* FAQ */

#faq
{
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1200px;
  margin:auto;
}

.faqItem
{
  margin-bottom: 10px;
}

.faqItem h2
{
  background-color: #ee7402;
  padding: 15px 50px;
  font-size: 1.1em;
  position: relative;
  color:#fff;
}

.faqItem h2:before
{
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  position: absolute;
  left:25px;
  top:0;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
}

.faqItem h2.active:before, .faqItem h2:hover:before
{
  content: "\f107";
}

.faqItem h2.active:hover:before
{
  content: "\f106";
}

.faqItem div
{
  padding-left: 25px;
  padding-right: 25px;
}

/* CONTACT */

.contact
{
  width: 100%;
}

.contact form
{
  width: 100%;
}

.contact form input,.contact form textarea 
{
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #5f5e5e;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: 'Quicksand', sans-serif;
}

.contact form textarea 
{
  height: 200px;
}

.contact form input[type='submit']
{
  text-transform: uppercase;
  background-color: #f0f0f0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.contact form input[type='submit']:hover
{
  background-color: #ee7402;
  color: #fff;
  border-color: #ee7402;
}

#dasmap
{
  border: 1px solid #f0f0f0;
}

/* banner */

.banner
{
  background-color: #aeaeae;
  padding: 50px;
  margin-top:50px;
  color: white;
}

#tickertapeholder {
  color: white !important;
}

/* FOOTER */

footer
{
  padding-top: 50px;
  background-color: #d4d4d4;
}

.footer-items {

}

.footer-items section {
  display: -webkit-box;     
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
}

.footer-item {
  margin-bottom: 40px;
}

.footer-items > *
{
  width: auto;
  color: #5f5e5e;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1em;
}

.footer-item ul
{
  text-align: left;
  width: auto;
  display: inline-block;
}

.footer-item .winkelpuntfooter
{
  width: 23%;
}

.footer-item .winkelpuntfooter img
{
  margin-bottom: 1em;
}

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

.footer-item li i
{
  position: absolute;
  top:4px;
  left:0;
  color: #ee7402;
}

.footer-item a
{
  color: #5f5e5e;
}

.footer-item .footer-titel
{
  display: block;
  font-size: 1.25em;
  color: #5f5e5e;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: left;
}

.footer-item .footer-tekst img
{
  width: 100%;
  max-width: 300px;
}



.footer-item form input
{
  width: 100%;
  border:none;
  padding-left: 10px;
  height: 40px;
}

.footer-item form li
{
  padding-left: 0;
  margin-bottom: 10px;
}

.footer-item .button a
{
  cursor: pointer;
  border-color: #acacac;
}

#menubutton
{
  display: none;
}

#menubutton img {
  width: 40px;
}

@media screen and (max-width: 1250px) {
  header #menu
  {
    position: fixed;
    top:160px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    margin-top: 0px;
    display: none;
    overflow-y: auto;
  }
  header #menu > ul
  {
    position: relative;
    left: auto;
    top: auto;
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    display: block;
  }
  header #menu ul li, header #menu > ul li:hover .subnav
  {
    height: auto;
  }
  header #menu ul li
  {
    line-height: 60px;
  }
  header #menu .subnav
  {
    height: auto;
    border-bottom: none;
    position: relative;
    top:auto;
    left: auto;
    right: auto;
    padding:0;
  }

  #menubutton
  {
    display: block;
    position: absolute;
    right: 0;
    top:50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 3em;
    cursor: pointer;
  }
}

@media screen and (max-width: 1150px) {
  .footer-item .winkelpuntfooter
  {
    width: 48.5%;
  }
}

@media screen and (max-width: 600px) {
  .footer-item .winkelpuntfooter
  {
    width: 100%;
  }

  .footer-items > *
  {
    width: 100%;
  }
}


.flex-footeritem
{
  display: -webkit-box;     
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-footeritem > *
{
  margin-bottom: 2em;
}

/* COPYRIGHT */

#copyright
{
  background-color: #5f5e5e;
  padding: 20px;
  text-align: center;
}


#copyright a, #copyright span
{
  font-size: 0.8em;
  color: #acacac;
}

.winkelscontainer
{
  display: -webkit-box;     
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.winkelscontainer > *
{
  width: 50%;
}

/* WINKELS */

.winkels
{
  background-color: #f0f0f0;
  padding: 50px;
}

.winkel
{
  display: -webkit-box;     
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}

.winkel:last-child
{
  margin-bottom: 0;
}

.winkel_afbeelding
{
  position: relative;
  width: 50%;
  overflow: hidden;
}

.winkel_afbeelding img
{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 1s; 
  -moz-transition: all 1s; 
  -ms-transition: all 1s; 
  -o-transition: all 1s; 
  transition: all 1s;  
  border:3px solid #f0f0f0;
}

.winkel_afbeelding:hover img
{

}

.winkel_button
{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #ee7402;
  border: 1px solid #ee7402;
  line-height: 40px;
  font-weight: bold;
  padding: 0 20px;
  background-color: #f0f0f0;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 1s; 
  -moz-transition: all 1s; 
  -ms-transition: all 1s; 
  -o-transition: all 1s; 
  transition: all 1s;  
}

.winkel:hover .winkel_button
{
  opacity: 1;
}

.winkel_gegevens
{
  width: 50%;
  padding: 25px;
  color: #5f5e5e;
}

.winkel a
{
 color: #5f5e5e;
}

.winkel_gegevens li
{
  line-height: 1.5em;
}

.winkel_gegevens i
{
  color: #ee7402;
}

.winkel:hover .winkel_afbeelding img
{
  border: 3px solid #ee7402;
}

.winkel_titel
{
  display: block;
  font-size: 1.5em;
  margin-bottom: 1em;
  color: #5f5e5e;
}

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

.winkeldetail h2
{
  font-size: 1.5em;
}

.winkeldetail_info
{
  text-align: center;
  margin-bottom: 50px;
}

.winkeldetail_info ul
{
  width: auto;
  display: inline-block;
}

.winkeldetail_info li
{
  line-height: 1.5em;
}

.winkeldetail_info li i
{
  margin-right: 10px;
}

.winkeldetail .split
{
  display: -webkit-box;     
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.winkeldetail .split > div
{
  width: 48.5%;
}

.winkeldetail_map
{
  position: relative;
}

.winkeldetail_map > div
{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
}

.winkeldetail_openingsuren
{
  padding: 50px;
}

.winkeldetail_openingsuren table
{
  line-height: 2em;
  width: 100%;
  margin-top: 25px;
}

.winkeldetail_openingsuren table tr td:first-child
{
  padding-left: 10px;
  font-weight: bold;
}

.winkeldetail_openingsuren table tr:nth-child(2n) td
{
  background-color: #f0f0f0;
}

@media screen and (max-width: 1300px) {
  .winkels
  {
    padding:20px;
  }
  .winkel
  {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1150px) {
  .winkel_titel
  {
    font-size: 1.25em;
  }
  .winkel_gegevens li
  {
    font-size: 0.9em;
  }
}


@media screen and (max-width: 900px) {
  .winkelscontainer
  {
    display: block;
  }

  .winkelscontainer .googlemaps
  {
    height: 300px;
    width: 100%;
  }

  .winkels
  {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .winkel
  {
    display: block;
  }
  .winkel_afbeelding, .winkel_gegevens
  {
    width: 100%;
  }
  .winkel_afbeelding:after
  {
    padding-top:52.56%;
    display: block;
    content: '';
  }
}

/* DOWNLOADS */


.downloads 
{
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.downloads .item
{
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:25px;
  text-align: center;
  margin-bottom: 1em;
}

.downloads .item_afbeelding
{
  border: 1px solid #d4d4d4;
  margin-bottom: 1em;
} 

.downloads .item_afbeelding img
{
  width: 100%;
}

.downloads .item_button i
{
  color: #5f5e5e;
}

.downloads .item_button:hover i
{
  color: #fff;
}

.downloads .item_titel
{
  color: #5f5e5e;
  display: block;
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-weight: bold;
}

.downloads .item .item_info .c
{
  font-size: 0.8em;
}

@media screen and (max-width: 1300px) {
  .downloads .item
  {
    width: 25%;
  }
}

@media screen and (max-width: 900px) {
  .downloads .item
  {
    width: 33.3333%;
    font-size: 0.9em;
  }
  .downloads 
  {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 700px) {
 .downloads .item
 {
  width: 50%;
}
}

@media screen and (max-width: 400px) {
 .downloads .item
 {
  width: 100%;
}
}


/* TICKERTAPE */

#tickertape
{
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #5f5e5e;
  max-width: 100%;
}


/* VACATURES */

.vacatures
{
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 50px;
  padding-right: 50px;
}

.vacature
{
  width: 100%;
  display: -webkit-box;     
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  padding: 20px;
}

.vacature h2 {
  font-size: 1.4em;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.vacature h2 span {
  color: #929292;
  font-size: .7em;
  font-weight: 400;
}

.vacature_meerinfo div {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.vacature_meerinfo div span:first-child {
  font-weight: 700;
  padding-bottom: 5px;
}

.vacature_datum {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  -ms-align-items: center;
  align-items: center;
}

.vacature_datum span {
  color: #929292;
}

.vacature_datum div {
  background-color: #F58B1E;
  border: 2px solid #F58B1E;
  color: white;
  padding: 10px 25px; 
  cursor: pointer;
  transition: all .3s;
}

.vacature_datum div:hover {
  background-color: transparent;
  color: #F58B1E;
}


.vacature_afbeelding
{
  width: 15%;
  -webkit-box-ordinal-group: 1;  
  -moz-box-ordinal-group: 1;     
  -ms-flex-order: 1;     
  -webkit-order: 1;  
  order: 1;
}

.vacature_afbeelding img
{
  width: 100%;
}

.vacature_info
{
  width: 100%;
}

.vacature_info h3, .related h3
{
  font-size: 1.25em;
  font-weight: bold;
  color: #5f5e5e;
}

.vacature_button
{
  width: 2%;
  background-color: #A5A9AC;
  color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-box-ordinal-group: 3;  
  -moz-box-ordinal-group: 3;     
  -ms-flex-order: 3;     
  -webkit-order: 3;  
  order: 3;
}

.vacature .moreinfo {
  color: #EE7402;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 400;
  display: flex;
  width: 100%;
  background-color: #f7f7f7;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0;
  transform: translateY(15px);
  margin: 0 auto;
  margin-bottom: 10px;
}

.vacature_meerinfo div {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.vacature_meerinfo div p {
  margin-bottom: 15px;
}

.vacature_meerinfo div ul {
  list-style-type: disc;
  padding-left: 15px;
  line-height: 180%;
}

.vacature_meerinfo div span:first-child {
  font-weight: 700;
  padding-bottom: 5px;
}

.vacature_button > a
{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.vacature_button > span
{
  position: absolute;
  left:50%;
  top:50%;
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 1s ease; 
  -moz-transition: all 1s ease; 
  -ms-transition: all 1s ease; 
  -o-transition: all 1s ease; 
  transition: all 1s ease;  
  font-size: 2em;
  margin-left:1px;
}

.vacature_button:hover span
{
  margin-left: 3px;
}

.vacature_button > span i
{
  color: #fff;
}

.vacaturedetail
{
  padding-left: 50px;
  padding-right: 50px;
  margin:auto;
  display: -webkit-box;     
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1600px;
}

.vacaturedetail h3
{
  font-size: 1.25em;
  font-weight: bold;
  color: #5f5e5e;
}

.vacaturedetail li
{
  line-height: 1.5em;
}

.vacaturedetail > div
{
  width: 60%;
}

.vacaturedetail > .vacaturedetail_contact
{
  background-color: #f0f0f0;
  width: 35%;
  padding: 25px;
}

form input, form textarea, form label
{
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #5f5e5e;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: 'Quicksand', sans-serif;
  display: block;
}

form label
{
  border-color: #f0f0f0;
}

form textarea
{
  height: 200px;
}

form input[type="file"] {
  display: none;
}

form .filesinput input
{
  border-color: #f0f0f0;
}

.errors
{
  margin-bottom: 1em;
  color: #ff0000;
}

#Postcode
{
  width: 35%;
  float: left;
}

#Nummer
{
  width: 20%;
  float:right;
}

#Gemeente
{
  width: 60%;
  float:right;
}

#Straat
{
  width: 75%;
  float:left;
}

#CV
{
  border: none;
}

.keuzenaast
{
  display: -webkit-box;     
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1em;
}

.keuzenaast > div
{
  width: 48.5%;
}

.contactbutton
{
  line-height: 40px;
  height: 40px;
  text-align: center;
  background-color: #ee7402;
  position: relative;
  border:2px solid #ee7402;
}

.contactbutton a
{
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.contactbutton i
{
  color: #fff;
}

.contactbutton:hover
{
  background-color: #fff;
}

.contactbutton:hover a, .contactbutton:hover i
{
  color: #ee7402;
}

.related
{
  margin-top: 3em;
}

.blokken_section {
  width: 100%;
  background-color: white;
  padding-top: 100px;
}

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

.blokken_row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blokken_col {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
  position: relative;
}

.blokkenimg {
  padding: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.blokken_row:nth-child(even) {
  text-align: right;
}

.blokken_row:nth-child(even) .blokkentext {
  order: 0;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.blokken_row:nth-child(even) .blokkenimg {
  order: 1;
}


.blokken_col h2 {
  font-size: 1.7em;
  font-family: "Century Gothic", sans-serif;
  color: #5f5a5a;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: 180%;
}

.blokken_col p {
  width: 100%;
  line-height: 1.75em;
  color: #5f5e5e;
  font-family: Quicksand, sans-serif;
}

.headlink {
  background-color: transparent;
  border: 1px solid #cd6e32;
  width: auto;
  color: #cd6e32;
  text-transform: uppercase;
  font-family: "Century Gothic", sans-serif;
  padding: 10px;
  margin-top: 20px;
  display: inline-block;
  transition: all .3s;
  text-align: center;
  min-width: 150px;
  border-radius: 100px;
}

.headlink:hover {
  background-color: #cd6e32;
  color: #fff;
}

.blokkentext {
  padding: 50px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.content_vlak {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 33.33%;
  padding: 15px;
  background-color: rgba(255,255,255,.8);
}


.content_vlak h2 {
  font-size: 2em;
  margin-bottom: 20px;
  line-height: 180%;
  font-family: "Century Gothic", sans-serif;
  color: #ee7402;
  font-weight: normal;
}

.content_vlak p {
  line-height: 150%;
  color: #767676;
  font-size: 1.1em;
}



@media screen and (max-width: 1400px) {
  .vacaturedetail > div
  {
    width: 48.5%;
  }

  .vacaturedetail > .vacaturedetail_contact
  {
    width: 48.5%;
  }
}

@media screen and (max-width: 1150px) {
  .vacaturedetail
  {
    display: block;
    max-width: 800px;

  }
  .vacaturedetail > div, .vacaturedetail > .vacaturedetail_contact
  {
    width: 100%;
  }
}

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

  .keuzenaast > div
  {
    width: 100%;
    margin-bottom: 1em;
  }

  .vacature_omschrijving, .vacature_afbeelding
  {
    display: none;
  }
  .vacature_info
  {
    padding-bottom: 15px;
  }

  header #logo {
    width: 150px;
  }

  #slider {
    height: 200px;
  }
}


.fietsen
{
  display: -webkit-box;     
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 1em;
  padding-left: 25px;
  padding-right: 25px;
}

.fietsen .fiets
{
  width: 20%;
  padding-left: 25px;
  padding-right: 25px;
}

.fiets .fiets_afbeelding
{
  overflow: hidden;
}

.fiets .fiets_afbeelding img
{
  width: 100%;
}

.fiets .fiets_info
{
 padding-top: 15px;
 text-align: center;
}

.fiets .fiets_info h3
{
  font-size: 1.25em;
  font-weight: bold;
  color: #5f5e5e;
}

.fietsdetail
{
  max-width: 1600px;
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
}

.fietsdetail_info
{
  display: -webkit-box;     
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.fietsdetail_info > div
{
  width: 48.5%;
}

.fietsdetail table
{
  width: 100%;
  margin-top: 25px;
}

.fietsdetail table tr th
{
  text-align: left;
  padding-right: 30px;
}


.menuvandeweek, .menukaart
{
  padding-left: 50px;
  padding-right: 50px;
}

.menuvandeweek
{
 margin:auto;
 background-color: #f0f0f0;
 margin-bottom: 50px;
 padding-top: 25px;
 padding-bottom: 25px;
 max-width: 1000px;
}

.menukaart
{
  margin: auto;
  max-width: 1000px;
}

.menukaart table
{
  width: 100%;
}

.menukaart table th, .menukaart table td
{
  text-align: left;
  border:0;
  padding-left: 10px;
  padding-right: 10px; 
}

.menukaart table tr:nth-child(even) td, .menukaart table tr:nth-child(even) th
{
  background-color: #f0f0f0;
}

.weekmenu
{
  margin-top: 2em;
  display: -webkit-box;     
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 15px;

}

.weekmenu > div
{
  width: 23%;
}

.weekmenu h3
{
  font-size: 1.25em;
  color: #5f5e5e;
  margin-bottom: 1em;
}

.indekijkercontainer
{
  padding-left: 15px;
  padding-right: 15px;
}

.indekijker
{
  width: 100%;
  display: -webkit-box;     
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  max-width: 1200px;
  margin: auto;
  margin-bottom: 2em;
}

.indekijker_afb
{
  width: 33.3333%;
  max-width: 400px;
  background-color: #fff;
  -webkit-box-ordinal-group: 1;  
  -moz-box-ordinal-group: 1;     
  -ms-flex-order: 1;     
  -webkit-order: 1;  
  order: 1;
}

.indekijker_afb > img
{
  width: 100%;
}

.indekijker_info
{
  width: 66.66%;
  padding:50px 50px;
  color: #fff;
  background-color: #ee7402;
  position: relative;
  margin-left: 25px;
  -webkit-box-ordinal-group: 2;  
  -moz-box-ordinal-group: 2;     
  -ms-flex-order: 2;     
  -webkit-order: 2;  
  order: 2;
}

.indekijker_info:before 
{
  left: 0;
  top: 65px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 25px;
  margin-top: -25px;
}

.indekijker_info h3
{
  font-size: 2em;
}

.indekijker_info p 
{
  color: #fff;
}

.indekijker:nth-child(2) .indekijker_afb
{
  -webkit-box-ordinal-group: 2;  
  -moz-box-ordinal-group: 2;     
  -ms-flex-order: 2;     
  -webkit-order: 2;  
  order: 2;
}

.indekijker:nth-child(2) .indekijker_info
{
  -webkit-box-ordinal-group: 1;  
  -moz-box-ordinal-group: 1;     
  -ms-flex-order: 1;     
  -webkit-order: 1;  
  order: 1;
  margin-left: 0;
  margin-right: 25px;
}

.indekijker:nth-child(2) .indekijker_info:before 
{
  right: 0;
  top: auto;
  bottom: 65px;
  left: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 25px;
  margin-top: -25px;
}

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

  .nieuwsitem
  {
    width: 31.3333%;
  }

}

@media screen and (max-width: 900px) {
  .nieuwsitem
  {
    width: 48%;
  }

  .paginatitel h1 {
    font-size: 1.5em;
  }
}


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

  .nieuwsitem
  {
    width: 100%;
  }

}

@media screen and (max-width: 990px) {

  header {
    padding: 10px;
  }

  .blokken_col {
    width: 100%;
  }

  .blokken_col img {
    width: 100%;
  }

  .blokken_row:nth-child(even) {
    text-align: left;
  }

  .blokken_row:nth-child(even) .blokkentext {
    order: 1;
    -ms-align-items: center;
    align-items: center;
  }

  .blokken_row:nth-child(even) .blokkenimg,  .blokkenimg {
    order: 0;
    height: auto;
  }


  .blokkentext {
    padding: 30px 0;
    text-align: center;
    -ms-align-items: center;
    align-items: center;
  }

  .blokkentext h2 {
    text-align: center;
  }

  .blokken_content {
    width: 80%;
    margin: 0 auto;
  }

  .weekmenu > div
  {
    width: 31.33%;
  }
}


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

  .indekijker
  {
    display: block;
    max-width: 600px;
  }

  .indekijker_afb
  {
    max-width: 100%;
    width: 100%;
  }
  .indekijker_info
  {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }

  .indekijker_info:before
  {
    top: 25px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 25px;
    margin-left: -25px;
  }
}

@media screen and (max-width: 800px) {
  .blokken_content {
    width: 95%;
  }

  .weekmenu > div {
    width: 48%;
  }

  .menuvandeweek, .menukaart {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faqItem div {
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .weekmenu > div {
    width: 100%;
  }
}


.links
{
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;     
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex; 
  flex-wrap: wrap;
  justify-content: center;
}

.links .link
{
  max-width: 250px;
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  cursor: pointer;

}

.link_afb
{
  border-radius: 50%;
  overflow: hidden;
}

.link_afb img
{
  width: 100%;
}

.link_info
{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  background-color: rgba(255,255,255,0.8);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.link_info h3
{
  font-size: 1.5em;
  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%);
}

.links .link:hover .link_info
{
  opacity: 1;
}