$( document ).ready(function() { $(".lazy").Lazy(); setTimeout(function() { autoScroll(); }, 3000); if ($(window).width() > 570 && $('#over_ons').length) { over_ons_same_height(); } /*var pages = []; var pageid = ''; var zindex = 10; $('section').each(function( index ) { var pageposition = $(this).offset(); pageid = $(this).attr('id'); $(this).css({ 'z-index' : zindex }); pages[index] = [pageid, pageposition.top]; zindex++; });*/ $(window).scroll(function(e){ var scrolled = $(window).scrollTop(); if (scrolled > 5) { $('#menu_container').addClass('scrolled'); } else { $('#menu_container').removeClass('scrolled'); } $('#header').css({ 'background-position' : 'center ' + (scrolled/2) + 'px' }); $( ".see_through" ).each(function( i ) { var elementLocation = $(this).offset(); if (scrolled+($(window).height()) > elementLocation.top) { $(this).css({ 'background-position' : 'center ' + (((scrolled-elementLocation.top)/2)+150) + 'px' }); } }); /* //onepager functie $( ".anchor" ).each(function( i ) { var elementLocation = $(this).offset(); if (scrolled >= (elementLocation.top-250) && scrolled < (elementLocation.top+100)) { var url = $(this).attr('id').replace('_anchor',''); if (!$('#link_' + url).hasClass('active')) { var pagetitle = $(this).attr('title'); window.history.pushState('obj', 'Lil People Fctry - ' + pagetitle, url); document.title = 'Lil People Fctry - ' + pagetitle; $('#menu').children().siblings().removeClass('active'); $('#link_' + url).addClass('active'); } } }); */ }); if ($(window).scrollTop() > 5) { $('#menu_container').addClass('scrolled'); } function rewriteLinks() { $('a').click(function(e){ var url = $(this).attr('href'); var name = $(this).attr('href').substr(1); var pagetitle = $(this).attr('title'); var pos = $('div[id='+name+'_anchor]').offset(); $('html, body').animate({scrollTop: pos.top - 75}, 1000); window.history.pushState('obj', 'Lil People Fctry - ' + pagetitle, url); document.title = 'Lil People Fctry - ' + pagetitle; $(this).parent().siblings().removeClass('active'); $(this).parent().addClass('active'); e.preventDefault(); }); } $( "#mobile_menu_activator" ).on( "click", function() { if ($( ".hamburger" ).hasClass( "is-active" )) { $( ".hamburger" ).removeClass( "is-active" ); $( "#menu" ).removeClass( "active" ); $( "#mobile_menu_activator" ).removeClass( "active" ); $( "#plaats_vacature" ).removeClass( "active" ); $( "#menu_container" ).removeClass( "active" ); } else { $( ".hamburger" ).addClass( "is-active" ); $( "#menu" ).addClass( "active" ); setTimeout(function(){ $( "#mobile_menu_activator" ).addClass( "active" ); }, 70); $( "#plaats_vacature" ).addClass( "active" ); $( "#menu_container" ).addClass( "active" ); } }); if ($(window).width() <= 800) { $( "#menu li a" ).on( "click", function() { if ($(".hamburger").hasClass("is-active")) { $(".hamburger").removeClass("is-active"); $("#menu").removeClass("active"); $("#mobile_menu_activator").removeClass("active"); $("#plaats_vacature").removeClass("active"); $( "#menu_container" ).removeClass( "active" ); } }); } /*$('#menu_logo').click(function(e){ $('#link_home').siblings().removeClass('active'); $('#link_home').addClass('active'); window.history.pushState('obj', 'Lil People Fctry - Home', '/'); document.title = 'Lil People Fctry - Home'; $('html, body').animate({scrollTop: 0}); });*/ $.datetimepicker.setLocale('nl'); $('#datum').datetimepicker({ format:'l d F Y H:i', lang:'nl', minDate: 0, dayOfWeekStart: 1, defaultTime: '09:00', allowTimes:['09:00', '09:30', '10:00', '10:30', '11:00', '11:30', '12:00', '12:30', '13:00', '13:30', '14:00', '14:30', '15:00', '15:30', '16:00', '16:30', '17:00', '17:30', '18:00', '18:30', '19:00', '19:30', '20:00'], disabledDates: ['2025-02-05 09:00', '2025-02-05 09:30', '2025-02-05 10:00', '2025-02-05 11:30', '2025-02-05 12:00', '2025-02-05 14:30', '2025-02-05 15:00', '2025-02-05 15:30', '2025-02-05 16:00', '2025-02-06 09:00', '2025-02-06 09:30', '2025-02-06 10:00', '2025-02-06 16:00', '2025-02-06 16:30', '2025-02-07 09:00', '2025-02-07 09:30', '2025-02-07 10:00', '2025-02-08 09:00', '2025-02-08 09:30', '2025-02-08 10:00', '2025-02-08 17:00', '2025-02-08 17:30', '2025-02-08 18:00', '2025-02-08 18:30', '2025-02-08 19:00', '2025-02-08 19:30', '2025-02-08 20:00', '2025-02-09 09:00', '2025-02-09 09:30', '2025-02-09 10:00', '2025-02-09 10:30', '2025-02-09 11:00', '2025-02-09 11:30', '2025-02-09 12:00', '2025-02-09 12:30', '2025-02-09 13:00', '2025-02-09 13:30', '2025-02-09 14:00', '2025-02-09 14:30', '2025-02-09 15:00', '2025-02-09 15:30', '2025-02-09 16:00', '2025-02-09 16:30', '2025-02-09 17:00', '2025-02-09 17:30', '2025-02-09 18:00', '2025-02-09 18:30', '2025-02-09 19:00', '2025-02-09 09:00', '2025-02-09 09:30', '2025-02-09 10:00', '2025-02-10 09:00', '2025-02-10 09:30', '2025-02-10 10:00', '2025-02-10 10:30', '2025-02-10 11:00', '2025-02-10 11:30', '2025-02-10 12:00', '2025-02-10 12:30', '2025-02-10 13:00', '2025-02-10 13:30', '2025-02-10 14:00', '2025-02-10 14:30', '2025-02-10 15:00', '2025-02-10 15:30', '2025-02-10 16:00', '2025-02-10 16:30', '2025-02-10 17:00', '2025-02-10 17:30', '2025-02-10 18:00', '2025-02-10 18:30', '2025-02-10 19:00', '2025-02-10 19:30', '2025-02-10 09:00', '2025-02-10 09:30', '2025-02-10 10:00', '2025-02-11 09:00', '2025-02-11 09:30', '2025-02-11 10:00', '2025-02-12 09:00', '2025-02-12 09:30', '2025-02-12 10:00', '2025-02-12 15:00', '2025-02-12 15:30', '2025-02-12 16:00', '2025-02-12 16:30', '2025-02-13 09:00', '2025-02-13 09:30', '2025-02-13 10:00', '2025-02-13 09:00', '2025-02-13 09:30', '2025-02-14 09:00', '2025-02-14 09:30', '2025-02-14 10:00', '2025-02-14 10:00', '2025-02-14 10:30', '2025-02-14 11:00', '2025-02-14 11:30', '2025-02-14 12:00', '2025-02-14 12:30', '2025-02-14 13:00', '2025-02-14 13:30', '2025-02-14 14:00', '2025-02-14 14:30', '2025-02-14 15:00', '2025-02-14 15:30', '2025-02-14 16:00', '2025-02-14 16:30', '2025-02-14 17:00', '2025-02-14 17:30', '2025-02-14 18:00', '2025-02-14 18:30', '2025-02-14 19:00', '2025-02-14 19:30', '2025-02-14 20:00', '2025-02-14 20:00', '2025-02-15 09:00', '2025-02-15 09:30', '2025-02-15 10:00', '2025-02-15 17:00', '2025-02-15 17:30', '2025-02-15 18:00', '2025-02-15 18:30', '2025-02-15 19:00', '2025-02-15 19:30', '2025-02-15 20:00', '2025-02-16 09:00', '2025-02-16 09:30', '2025-02-16 10:00', '2025-02-16 10:30', '2025-02-16 11:00', '2025-02-16 11:30', '2025-02-16 12:00', '2025-02-16 12:30', '2025-02-16 13:00', '2025-02-16 13:30', '2025-02-16 14:00', '2025-02-16 14:30', '2025-02-16 15:00', '2025-02-16 15:30', '2025-02-16 16:00', '2025-02-16 16:30', '2025-02-16 17:00', '2025-02-16 17:30', '2025-02-16 18:00', '2025-02-16 18:30', '2025-02-16 19:00', '2025-02-16 09:00', '2025-02-16 09:30', '2025-02-16 10:00', '2025-02-17 09:00', '2025-02-17 09:30', '2025-02-17 10:00', '2025-02-17 10:30', '2025-02-17 11:00', '2025-02-17 11:30', '2025-02-17 12:00', '2025-02-17 12:30', '2025-02-17 13:00', '2025-02-17 13:30', '2025-02-17 14:00', '2025-02-17 14:30', '2025-02-17 15:00', '2025-02-17 15:30', '2025-02-17 16:00', '2025-02-17 16:30', '2025-02-17 17:00', '2025-02-17 17:30', '2025-02-17 18:00', '2025-02-17 18:30', '2025-02-17 19:00', '2025-02-17 19:30', '2025-02-17 09:00', '2025-02-17 09:30', '2025-02-17 10:00', '2025-02-18 09:00', '2025-02-18 09:30', '2025-02-18 10:00', '2025-02-19 09:00', '2025-02-19 09:30', '2025-02-19 09:00', '2025-02-19 09:30', '2025-02-19 10:00', '2025-02-20 09:00', '2025-02-20 09:30', '2025-02-20 10:00', '2025-02-21 09:00', '2025-02-21 09:30', '2025-02-21 10:00', '2025-02-22 09:00', '2025-02-22 09:30', '2025-02-22 10:00', '2025-02-22 13:00', '2025-02-22 13:30', '2025-02-22 17:00', '2025-02-22 17:30', '2025-02-22 18:00', '2025-02-22 18:30', '2025-02-22 19:00', '2025-02-22 19:30', '2025-02-22 20:00', '2025-02-23 09:00', '2025-02-23 09:30', '2025-02-23 10:00', '2025-02-23 10:30', '2025-02-23 11:00', '2025-02-23 11:30', '2025-02-23 12:00', '2025-02-23 12:30', '2025-02-23 13:00', '2025-02-23 13:30', '2025-02-23 14:00', '2025-02-23 14:30', '2025-02-23 15:00', '2025-02-23 15:30', '2025-02-23 16:00', '2025-02-23 16:30', '2025-02-23 17:00', '2025-02-23 17:30', '2025-02-23 18:00', '2025-02-23 18:30', '2025-02-23 19:00', '2025-02-23 09:00', '2025-02-23 09:30', '2025-02-23 10:00', '2025-02-24 09:00', '2025-02-24 09:30', '2025-02-24 10:00', '2025-02-24 10:30', '2025-02-24 11:00', '2025-02-24 11:30', '2025-02-24 12:00', '2025-02-24 12:30', '2025-02-24 13:00', '2025-02-24 13:30', '2025-02-24 14:00', '2025-02-24 14:30', '2025-02-24 15:00', '2025-02-24 15:30', '2025-02-24 16:00', '2025-02-24 16:30', '2025-02-24 17:00', '2025-02-24 17:30', '2025-02-24 18:00', '2025-02-24 18:30', '2025-02-24 19:00', '2025-02-24 19:30', '2025-02-24 09:00', '2025-02-24 09:30', '2025-02-24 10:00', '2025-02-25 09:00', '2025-02-25 09:30', '2025-02-25 10:00', '2025-02-26 09:00', '2025-02-26 09:30', '2025-02-26 10:00', '2025-02-27 09:00', '2025-02-27 09:00', '2025-02-27 09:30', '2025-02-27 10:00', '2025-02-28 09:00', '2025-02-28 09:30', '2025-02-28 10:00', '2025-02-28 16:00', '2025-02-28 16:30', '2025-02-28 17:00', '2025-02-28 17:30', '2025-02-28 18:00', '2025-02-28 18:30', '2025-02-28 19:00', '2025-02-28 19:30', '2025-02-28 20:00', '2025-02-28 20:00', '2025-03-01 09:00', '2025-03-01 09:30', '2025-03-01 10:00', '2025-03-01 10:30', '2025-03-01 11:00', '2025-03-01 11:30', '2025-03-01 12:00', '2025-03-01 12:30', '2025-03-01 13:00', '2025-03-01 13:30', '2025-03-01 14:00', '2025-03-01 14:30', '2025-03-01 15:00', '2025-03-01 15:30', '2025-03-01 16:00', '2025-03-01 16:30', '2025-03-01 17:00', '2025-03-01 17:30', '2025-03-01 18:00', '2025-03-01 18:30', '2025-03-01 19:00', '2025-03-01 19:30', '2025-03-01 20:00', '2025-03-01 09:00', '2025-03-01 09:30', '2025-03-01 10:00', '2025-03-01 17:00', '2025-03-01 17:30', '2025-03-01 18:00', '2025-03-01 18:30', '2025-03-01 19:00', '2025-03-01 19:30', '2025-03-01 20:00', '2025-03-02 09:00', '2025-03-02 09:30', '2025-03-02 10:00', '2025-03-02 10:30', '2025-03-02 11:00', '2025-03-02 11:30', '2025-03-02 12:00', '2025-03-02 12:30', '2025-03-02 13:00', '2025-03-02 13:30', '2025-03-02 14:00', '2025-03-02 14:30', '2025-03-02 15:00', '2025-03-02 15:30', '2025-03-02 16:00', '2025-03-02 16:30', '2025-03-02 17:00', '2025-03-02 17:30', '2025-03-02 18:00', '2025-03-02 18:30', '2025-03-02 19:00', '2025-03-02 09:00', '2025-03-02 09:30', '2025-03-02 10:00', '2025-03-02 11:00', '2025-03-02 11:30', '2025-03-03 09:00', '2025-03-03 09:30', '2025-03-03 10:00', '2025-03-03 10:30', '2025-03-03 11:00', '2025-03-03 11:30', '2025-03-03 12:00', '2025-03-03 12:30', '2025-03-03 13:00', '2025-03-03 13:30', '2025-03-03 14:00', '2025-03-03 14:30', '2025-03-03 15:00', '2025-03-03 15:30', '2025-03-03 16:00', '2025-03-03 16:30', '2025-03-03 17:00', '2025-03-03 17:30', '2025-03-03 18:00', '2025-03-03 18:30', '2025-03-03 19:00', '2025-03-03 19:30', '2025-03-03 09:00', '2025-03-03 09:30', '2025-03-03 10:00', '2025-03-03 10:00', '2025-03-03 10:30', '2025-03-04 09:00', '2025-03-04 09:30', '2025-03-04 10:00', '2025-03-04 10:30', '2025-03-04 11:00', '2025-03-04 11:30', '2025-03-04 12:00', '2025-03-04 12:30', '2025-03-04 13:00', '2025-03-04 13:30', '2025-03-04 14:00', '2025-03-04 14:30', '2025-03-04 15:00', '2025-03-04 15:30', '2025-03-04 16:00', '2025-03-04 16:30', '2025-03-04 17:00', '2025-03-04 17:30', '2025-03-04 18:00', '2025-03-04 18:30', '2025-03-04 19:00', '2025-03-04 19:30', '2025-03-04 09:00', '2025-03-04 09:30', '2025-03-04 10:00', '2025-03-05 09:00', '2025-03-05 09:30', '2025-03-05 10:00', '2025-03-06 09:00', '2025-03-06 09:30', '2025-03-06 10:00', '2025-03-07 09:00', '2025-03-07 09:30', '2025-03-07 10:00', '2025-03-08 09:00', '2025-03-08 09:30', '2025-03-08 10:00', '2025-03-08 14:00', '2025-03-08 14:30', '2025-03-08 17:00', '2025-03-08 17:30', '2025-03-08 18:00', '2025-03-08 18:30', '2025-03-08 19:00', '2025-03-08 19:30', '2025-03-08 20:00', '2025-03-09 09:00', '2025-03-09 09:30', '2025-03-09 10:00', '2025-03-09 10:30', '2025-03-09 11:00', '2025-03-09 11:30', '2025-03-09 12:00', '2025-03-09 12:30', '2025-03-09 13:00', '2025-03-09 13:30', '2025-03-09 14:00', '2025-03-09 14:30', '2025-03-09 15:00', '2025-03-09 15:30', '2025-03-09 16:00', '2025-03-09 16:30', '2025-03-09 17:00', '2025-03-09 17:30', '2025-03-09 18:00', '2025-03-09 18:30', '2025-03-09 19:00', '2025-03-09 09:00', '2025-03-09 09:30', '2025-03-09 10:00', '2025-03-10 09:00', '2025-03-10 09:30', '2025-03-10 10:00', '2025-03-10 10:30', '2025-03-10 11:00', '2025-03-10 11:30', '2025-03-10 12:00', '2025-03-10 12:30', '2025-03-10 13:00', '2025-03-10 13:30', '2025-03-10 14:00', '2025-03-10 14:30', '2025-03-10 15:00', '2025-03-10 15:30', '2025-03-10 16:00', '2025-03-10 16:30', '2025-03-10 17:00', '2025-03-10 17:30', '2025-03-10 18:00', '2025-03-10 18:30', '2025-03-10 19:00', '2025-03-10 19:30', '2025-03-10 09:00', '2025-03-10 09:30', '2025-03-10 10:00', '2025-03-11 09:00', '2025-03-11 09:30', '2025-03-11 10:00', '2025-03-12 09:00', '2025-03-12 09:30', '2025-03-12 10:00', '2025-03-13 09:00', '2025-03-13 09:30', '2025-03-13 10:00', '2025-03-14 09:00', '2025-03-14 09:30', '2025-03-14 10:00', '2025-03-14 20:00', '2025-03-15 09:00', '2025-03-15 09:30', '2025-03-15 10:00', '2025-03-15 17:00', '2025-03-15 17:30', '2025-03-15 18:00', '2025-03-15 18:30', '2025-03-15 19:00', '2025-03-15 19:30', '2025-03-15 20:00', '2025-03-16 09:00', '2025-03-16 09:30', '2025-03-16 10:00', '2025-03-16 10:30', '2025-03-16 11:00', '2025-03-16 11:30', '2025-03-16 12:00', '2025-03-16 12:30', '2025-03-16 13:00', '2025-03-16 13:30', '2025-03-16 14:00', '2025-03-16 14:30', '2025-03-16 15:00', '2025-03-16 15:30', '2025-03-16 16:00', '2025-03-16 16:30', '2025-03-16 17:00', '2025-03-16 17:30', '2025-03-16 18:00', '2025-03-16 18:30', '2025-03-16 19:00', '2025-03-16 09:00', '2025-03-16 09:30', '2025-03-16 10:00', '2025-03-17 09:00', '2025-03-17 09:30', '2025-03-17 10:00', '2025-03-18 09:00', '2025-03-18 09:30', '2025-03-18 10:00', '2025-03-19 09:00', '2025-03-19 09:30', '2025-03-19 10:00', '2025-03-19 09:00', '2025-03-19 09:30', '2025-03-20 09:00', '2025-03-20 09:30', '2025-03-20 10:00', '2025-03-21 09:00', '2025-03-21 09:30', '2025-03-21 10:00', '2025-03-21 09:00', '2025-03-21 09:30', '2025-03-21 10:00', '2025-03-21 10:30', '2025-03-21 11:00', '2025-03-21 11:30', '2025-03-21 12:00', '2025-03-21 12:30', '2025-03-21 13:00', '2025-03-21 13:30', '2025-03-21 14:00', '2025-03-21 14:30', '2025-03-21 15:00', '2025-03-21 15:30', '2025-03-21 16:00', '2025-03-21 16:30', '2025-03-21 17:00', '2025-03-21 17:30', '2025-03-21 18:00', '2025-03-21 18:30', '2025-03-21 19:00', '2025-03-21 19:30', '2025-03-21 20:00', '2025-03-21 11:00', '2025-03-21 11:30', '2025-03-22 09:00', '2025-03-22 09:30', '2025-03-22 10:00', '2025-03-22 11:00', '2025-03-22 11:30', '2025-03-22 17:00', '2025-03-22 17:30', '2025-03-22 18:00', '2025-03-22 18:30', '2025-03-22 19:00', '2025-03-22 19:30', '2025-03-22 20:00', '2025-03-23 09:00', '2025-03-23 09:30', '2025-03-23 10:00', '2025-03-23 10:30', '2025-03-23 11:00', '2025-03-23 11:30', '2025-03-23 12:00', '2025-03-23 12:30', '2025-03-23 13:00', '2025-03-23 13:30', '2025-03-23 14:00', '2025-03-23 14:30', '2025-03-23 15:00', '2025-03-23 15:30', '2025-03-23 16:00', '2025-03-23 16:30', '2025-03-23 17:00', '2025-03-23 17:30', '2025-03-23 18:00', '2025-03-23 18:30', '2025-03-23 19:00', '2025-03-23 09:00', '2025-03-23 09:30', '2025-03-23 10:00', '2025-03-24 09:00', '2025-03-24 09:30', '2025-03-24 10:00', '2025-03-25 09:00', '2025-03-25 09:30', '2025-03-25 10:00', '2025-03-26 09:00', '2025-03-26 09:30', '2025-03-26 10:00', '2025-03-27 09:00', '2025-03-27 09:30', '2025-03-27 10:00', '2025-03-28 09:00', '2025-03-28 09:30', '2025-03-28 10:00', '2025-03-28 20:00', '2025-03-29 09:00', '2025-03-29 09:30', '2025-03-29 10:00', '2025-03-29 16:00', '2025-03-29 16:30', '2025-03-29 17:00', '2025-03-29 17:30', '2025-03-29 18:00', '2025-03-29 18:30', '2025-03-29 19:00', '2025-03-29 19:30', '2025-03-29 20:00', '2025-03-29 17:00', '2025-03-29 17:30', '2025-03-29 18:00', '2025-03-29 18:30', '2025-03-29 19:00', '2025-03-29 19:30', '2025-03-29 20:00', '2025-03-30 09:00', '2025-03-30 09:30', '2025-03-30 10:00', '2025-03-30 10:30', '2025-03-30 11:00', '2025-03-30 11:30', '2025-03-30 12:00', '2025-03-30 12:30', '2025-03-30 13:00', '2025-03-30 13:30', '2025-03-30 14:00', '2025-03-30 14:30', '2025-03-30 15:00', '2025-03-30 15:30', '2025-03-30 16:00', '2025-03-30 16:30', '2025-03-30 17:00', '2025-03-30 17:30', '2025-03-30 18:00', '2025-03-30 18:30', '2025-03-30 19:00', '2025-03-30 09:00', '2025-03-30 09:30', '2025-03-30 10:00', '2025-03-31 09:00', '2025-03-31 09:30', '2025-03-31 10:00', '2025-04-01 09:00', '2025-04-01 09:30', '2025-04-01 10:00', '2025-04-02 09:00', '2025-04-02 09:30', '2025-04-02 10:00', '2025-04-03 09:00', '2025-04-03 09:00', '2025-04-03 09:30', '2025-04-03 10:00', '2025-04-04 09:00', '2025-04-04 09:30', '2025-04-04 10:00', '2025-04-05 09:00', '2025-04-05 09:30', '2025-04-05 10:00', '2025-04-05 17:00', '2025-04-05 17:30', '2025-04-05 18:00', '2025-04-05 18:30', '2025-04-05 19:00', '2025-04-05 19:30', '2025-04-05 20:00', '2025-04-06 09:00', '2025-04-06 09:30', '2025-04-06 10:00', '2025-04-06 10:30', '2025-04-06 11:00', '2025-04-06 11:30', '2025-04-06 12:00', '2025-04-06 12:30', '2025-04-06 13:00', '2025-04-06 13:30', '2025-04-06 14:00', '2025-04-06 14:30', '2025-04-06 15:00', '2025-04-06 15:30', '2025-04-06 16:00', '2025-04-06 16:30', '2025-04-06 17:00', '2025-04-06 17:30', '2025-04-06 18:00', '2025-04-06 18:30', '2025-04-06 19:00', '2025-04-06 09:00', '2025-04-06 09:30', '2025-04-06 10:00', '2025-04-07 09:00', '2025-04-07 09:30', '2025-04-07 10:00', '2025-04-08 09:00', '2025-04-08 09:30', '2025-04-08 10:00', '2025-04-09 09:00', '2025-04-09 09:30', '2025-04-09 10:00', '2025-04-10 09:00', '2025-04-10 09:30', '2025-04-10 10:00', '2025-04-11 09:00', '2025-04-11 09:30', '2025-04-11 10:00', '2025-04-11 20:00', '2025-04-12 09:00', '2025-04-12 09:30', '2025-04-12 10:00', '2025-04-12 17:00', '2025-04-12 17:30', '2025-04-12 18:00', '2025-04-12 18:30', '2025-04-12 19:00', '2025-04-12 19:30', '2025-04-12 20:00', '2025-04-13 09:00', '2025-04-13 09:30', '2025-04-13 10:00', '2025-04-13 10:30', '2025-04-13 11:00', '2025-04-13 11:30', '2025-04-13 12:00', '2025-04-13 12:30', '2025-04-13 13:00', '2025-04-13 13:30', '2025-04-13 14:00', '2025-04-13 14:30', '2025-04-13 15:00', '2025-04-13 15:30', '2025-04-13 16:00', '2025-04-13 16:30', '2025-04-13 17:00', '2025-04-13 17:30', '2025-04-13 18:00', '2025-04-13 18:30', '2025-04-13 19:00', '2025-04-13 09:00', '2025-04-13 09:30', '2025-04-13 10:00', '2025-04-14 09:00', '2025-04-14 09:30', '2025-04-14 10:00', '2025-04-15 09:00', '2025-04-15 09:30', '2025-04-15 10:00', '2025-04-16 09:00', '2025-04-16 09:30', '2025-04-16 10:00', '2025-04-17 09:00', '2025-04-17 09:30', '2025-04-17 10:00', '2025-04-18 09:00', '2025-04-18 09:30', '2025-04-18 10:00', '2025-04-19 09:00', '2025-04-19 09:30', '2025-04-19 09:00', '2025-04-19 09:30', '2025-04-19 10:00', '2025-04-19 11:00', '2025-04-19 11:30', '2025-04-19 17:00', '2025-04-19 17:30', '2025-04-19 18:00', '2025-04-19 18:30', '2025-04-19 19:00', '2025-04-19 19:30', '2025-04-19 20:00', '2025-04-20 09:00', '2025-04-20 09:30', '2025-04-20 10:00', '2025-04-20 10:30', '2025-04-20 11:00', '2025-04-20 11:30', '2025-04-20 12:00', '2025-04-20 12:30', '2025-04-20 13:00', '2025-04-20 13:30', '2025-04-20 14:00', '2025-04-20 14:30', '2025-04-20 15:00', '2025-04-20 15:30', '2025-04-20 16:00', '2025-04-20 16:30', '2025-04-20 17:00', '2025-04-20 17:30', '2025-04-20 18:00', '2025-04-20 18:30', '2025-04-20 19:00', '2025-04-20 09:00', '2025-04-20 09:30', '2025-04-20 10:00', '2025-04-21 09:00', '2025-04-21 09:30', '2025-04-21 10:00', '2025-04-22 09:00', '2025-04-22 09:30', '2025-04-22 10:00', '2025-04-23 09:00', '2025-04-23 09:30', '2025-04-23 10:00', '2025-04-24 09:00', '2025-04-24 09:30', '2025-04-24 10:00', '2025-04-25 09:00', '2025-04-25 09:30', '2025-04-25 10:00', '2025-04-25 20:00', '2025-04-26 09:00', '2025-04-26 09:30', '2025-04-26 10:00', '2025-04-26 17:00', '2025-04-26 17:30', '2025-04-26 18:00', '2025-04-26 18:30', '2025-04-26 19:00', '2025-04-26 19:30', '2025-04-26 20:00', '2025-04-27 09:00', '2025-04-27 09:30', '2025-04-27 10:00', '2025-04-27 10:30', '2025-04-27 11:00', '2025-04-27 11:30', '2025-04-27 12:00', '2025-04-27 12:30', '2025-04-27 13:00', '2025-04-27 13:30', '2025-04-27 14:00', '2025-04-27 14:30', '2025-04-27 15:00', '2025-04-27 15:30', '2025-04-27 16:00', '2025-04-27 16:30', '2025-04-27 17:00', '2025-04-27 17:30', '2025-04-27 18:00', '2025-04-27 18:30', '2025-04-27 19:00', '2025-04-27 09:00', '2025-04-27 09:30', '2025-04-27 10:00', '2025-04-28 09:00', '2025-04-28 09:30', '2025-04-28 10:00', '2025-04-29 09:00', '2025-04-29 09:30', '2025-04-29 10:00', '2025-04-30 09:00', '2025-04-30 09:30', '2025-04-30 10:00', '2025-05-01 09:00', '2025-05-01 09:30', '2025-05-01 10:00', '2025-05-02 09:00', '2025-05-02 09:30', '2025-05-02 10:00', '2025-05-03 09:00', '2025-05-03 09:30', '2025-05-03 10:00', '2025-05-03 17:00', '2025-05-03 17:30', '2025-05-03 18:00', '2025-05-03 18:30', '2025-05-03 19:00', '2025-05-03 19:30', '2025-05-03 20:00', '2025-05-04 09:00', '2025-05-04 09:30', '2025-05-04 10:00', '2025-05-04 10:30', '2025-05-04 11:00', '2025-05-04 11:30', '2025-05-04 12:00', '2025-05-04 12:30', '2025-05-04 13:00', '2025-05-04 13:30', '2025-05-04 14:00', '2025-05-04 14:30', '2025-05-04 15:00', '2025-05-04 15:30', '2025-05-04 16:00', '2025-05-04 16:30', '2025-05-04 17:00', '2025-05-04 17:30', '2025-05-04 18:00', '2025-05-04 18:30', '2025-05-04 19:00', '2025-05-04 09:00', '2025-05-04 09:30', '2025-05-04 10:00', '2025-05-05 09:00', '2025-05-05 09:30', '2025-05-05 10:00', '2025-05-06 09:00', '2025-05-06 09:30', '2025-05-06 10:00', '2025-05-07 09:00', '2025-05-07 09:30', '2025-05-07 10:00', '2025-05-07 16:00', '2025-05-07 16:30', '2025-05-07 17:00', '2025-05-07 17:30', '2025-05-07 18:00', '2025-05-07 18:30', '2025-05-07 19:00', '2025-05-07 19:30', '2025-05-07 20:00', '2025-05-08 09:00', '2025-05-08 09:30', '2025-05-08 10:00', '2025-05-08 10:30', '2025-05-08 11:00', '2025-05-08 11:30', '2025-05-08 12:00', '2025-05-08 12:30', '2025-05-08 13:00', '2025-05-08 13:30', '2025-05-08 14:00', '2025-05-08 14:30', '2025-05-08 15:00', '2025-05-08 15:30', '2025-05-08 16:00', '2025-05-08 16:30', '2025-05-08 17:00', '2025-05-08 17:30', '2025-05-08 18:00', '2025-05-08 18:30', '2025-05-08 09:00', '2025-05-08 09:30', '2025-05-08 10:00', '2025-05-09 09:00', '2025-05-09 09:30', '2025-05-09 10:00', '2025-05-09 10:30', '2025-05-09 11:00', '2025-05-09 11:30', '2025-05-09 12:00', '2025-05-09 12:30', '2025-05-09 13:00', '2025-05-09 13:30', '2025-05-09 14:00', '2025-05-09 14:30', '2025-05-09 15:00', '2025-05-09 15:30', '2025-05-09 16:00', '2025-05-09 16:30', '2025-05-09 17:00', '2025-05-09 17:30', '2025-05-09 18:00', '2025-05-09 18:30', '2025-05-09 09:00', '2025-05-09 09:30', '2025-05-09 10:00', '2025-05-09 20:00', '2025-05-10 09:00', '2025-05-10 09:30', '2025-05-10 10:00', '2025-05-10 10:30', '2025-05-10 11:00', '2025-05-10 11:30', '2025-05-10 12:00', '2025-05-10 12:30', '2025-05-10 13:00', '2025-05-10 13:30', '2025-05-10 14:00', '2025-05-10 14:30', '2025-05-10 15:00', '2025-05-10 15:30', '2025-05-10 16:00', '2025-05-10 16:30', '2025-05-10 17:00', '2025-05-10 17:30', '2025-05-10 18:00', '2025-05-10 18:30', '2025-05-10 19:00', '2025-05-10 19:30', '2025-05-10 09:00', '2025-05-10 09:30', '2025-05-10 10:00', '2025-05-10 17:00', '2025-05-10 17:30', '2025-05-10 18:00', '2025-05-10 18:30', '2025-05-10 19:00', '2025-05-10 19:30', '2025-05-10 20:00', '2025-05-11 09:00', '2025-05-11 09:30', '2025-05-11 10:00', '2025-05-11 10:30', '2025-05-11 11:00', '2025-05-11 11:30', '2025-05-11 12:00', '2025-05-11 12:30', '2025-05-11 13:00', '2025-05-11 13:30', '2025-05-11 14:00', '2025-05-11 14:30', '2025-05-11 15:00', '2025-05-11 15:30', '2025-05-11 16:00', '2025-05-11 16:30', '2025-05-11 17:00', '2025-05-11 17:30', '2025-05-11 18:00', '2025-05-11 18:30', '2025-05-11 19:00', '2025-05-11 09:00', '2025-05-11 09:30', '2025-05-11 10:00', '2025-05-11 10:00', '2025-05-11 10:30', '2025-05-12 09:00', '2025-05-12 09:30', '2025-05-12 10:00', '2025-05-13 09:00', '2025-05-13 09:30', '2025-05-13 10:00', '2025-05-14 09:00', '2025-05-14 09:30', '2025-05-14 10:00', '2025-05-15 09:00', '2025-05-15 09:30', '2025-05-15 10:00', '2025-05-16 09:00', '2025-05-16 09:30', '2025-05-16 10:00', '2025-05-17 09:00', '2025-05-17 09:30', '2025-05-17 10:00', '2025-05-17 17:00', '2025-05-17 17:30', '2025-05-17 18:00', '2025-05-17 18:30', '2025-05-17 19:00', '2025-05-17 19:30', '2025-05-17 20:00', '2025-05-18 09:00', '2025-05-18 09:30', '2025-05-18 10:00', '2025-05-18 10:30', '2025-05-18 11:00', '2025-05-18 11:30', '2025-05-18 12:00', '2025-05-18 12:30', '2025-05-18 13:00', '2025-05-18 13:30', '2025-05-18 14:00', '2025-05-18 14:30', '2025-05-18 15:00', '2025-05-18 15:30', '2025-05-18 16:00', '2025-05-18 16:30', '2025-05-18 17:00', '2025-05-18 17:30', '2025-05-18 18:00', '2025-05-18 18:30', '2025-05-18 19:00', '2025-05-18 09:00', '2025-05-18 09:30', '2025-05-18 10:00', '2025-05-18 10:00', '2025-05-18 10:30', '2025-05-19 09:00', '2025-05-19 09:30', '2025-05-19 10:00', '2025-05-19 09:00', '2025-05-19 09:30', '2025-05-20 09:00', '2025-05-20 09:30', '2025-05-20 10:00', '2025-05-21 09:00', '2025-05-21 09:30', '2025-05-21 10:00', '2025-05-22 09:00', '2025-05-22 09:30', '2025-05-22 10:00', '2025-05-23 09:00', '2025-05-23 09:30', '2025-05-23 10:00', '2025-05-24 09:00', '2025-05-24 09:30', '2025-05-24 10:00', '2025-05-24 17:00', '2025-05-24 17:30', '2025-05-24 18:00', '2025-05-24 18:30', '2025-05-24 19:00', '2025-05-24 19:30', '2025-05-24 20:00', '2025-05-25 09:00', '2025-05-25 09:30', '2025-05-25 10:00', '2025-05-25 10:30', '2025-05-25 11:00', '2025-05-25 11:30', '2025-05-25 12:00', '2025-05-25 12:30', '2025-05-25 13:00', '2025-05-25 13:30', '2025-05-25 14:00', '2025-05-25 14:30', '2025-05-25 15:00', '2025-05-25 15:30', '2025-05-25 16:00', '2025-05-25 16:30', '2025-05-25 17:00', '2025-05-25 17:30', '2025-05-25 18:00', '2025-05-25 18:30', '2025-05-25 19:00', '2025-05-25 09:00', '2025-05-25 09:30', '2025-05-25 10:00', '2025-05-25 10:00', '2025-05-25 10:30', '2025-05-26 09:00', '2025-05-26 09:30', '2025-05-26 10:00', '2025-05-27 09:00', '2025-05-27 09:30', '2025-05-27 10:00', '2025-05-28 09:00', '2025-05-28 09:30', '2025-05-28 10:00', '2025-05-29 09:00', '2025-05-29 09:30', '2025-05-29 10:00', '2025-05-30 09:00', '2025-05-30 09:30', '2025-05-30 10:00', '2025-05-31 09:00', '2025-05-31 09:30', '2025-05-31 10:00', '2025-05-31 17:00', '2025-05-31 17:30', '2025-05-31 18:00', '2025-05-31 18:30', '2025-05-31 19:00', '2025-05-31 19:30', '2025-05-31 20:00', '2025-06-01 09:00', '2025-06-01 09:30', '2025-06-01 10:00', '2025-06-01 10:30', '2025-06-01 11:00', '2025-06-01 11:30', '2025-06-01 12:00', '2025-06-01 12:30', '2025-06-01 13:00', '2025-06-01 13:30', '2025-06-01 14:00', '2025-06-01 14:30', '2025-06-01 15:00', '2025-06-01 15:30', '2025-06-01 16:00', '2025-06-01 16:30', '2025-06-01 17:00', '2025-06-01 17:30', '2025-06-01 18:00', '2025-06-01 18:30', '2025-06-01 19:00', '2025-06-01 09:00', '2025-06-01 09:30', '2025-06-01 10:00', '2025-06-01 10:00', '2025-06-01 10:30', '2025-06-02 09:00', '2025-06-02 09:30', '2025-06-02 10:00', '2025-06-03 09:00', '2025-06-03 09:30', '2025-06-03 10:00', '2025-06-04 09:00', '2025-06-04 09:30', '2025-06-04 10:00', '2025-06-04 10:30', '2025-06-04 11:00', '2025-06-04 11:30', '2025-06-04 12:00', '2025-06-04 12:30', '2025-06-04 13:00', '2025-06-04 13:30', '2025-06-04 14:00', '2025-06-04 14:30', '2025-06-04 15:00', '2025-06-04 15:30', '2025-06-04 16:00', '2025-06-04 16:30', '2025-06-04 17:00', '2025-06-04 17:30', '2025-06-04 18:00', '2025-06-04 18:30', '2025-06-04 19:00', '2025-06-04 19:30', '2025-06-04 20:00', '2025-06-06 09:00', '2025-06-06 09:30', '2025-06-06 10:00', '2025-06-06 10:30', '2025-06-06 11:00', '2025-06-06 11:30', '2025-06-06 12:00', '2025-06-06 12:30', '2025-06-06 13:00', '2025-06-06 13:30', '2025-06-06 14:00', '2025-06-06 14:30', '2025-06-06 15:00', '2025-06-06 15:30', '2025-06-06 16:00', '2025-06-06 16:30', '2025-06-06 17:00', '2025-06-06 17:30', '2025-06-06 18:00', '2025-06-06 18:30', '2025-06-06 19:00', '2025-06-06 19:30', '2025-06-04 09:00', '2025-06-04 09:30', '2025-06-04 10:00', '2025-06-04 09:00', '2025-06-04 09:30', '2025-06-04 10:00', '2025-06-04 10:30', '2025-06-04 11:00', '2025-06-04 11:30', '2025-06-04 12:00', '2025-06-04 12:30', '2025-06-04 13:00', '2025-06-04 13:30', '2025-06-04 14:00', '2025-06-04 14:30', '2025-06-04 15:00', '2025-06-04 15:30', '2025-06-04 16:00', '2025-06-04 16:30', '2025-06-04 17:00', '2025-06-04 17:30', '2025-06-04 18:00', '2025-06-04 18:30', '2025-06-04 19:00', '2025-06-04 19:30', '2025-06-04 20:00', '2025-06-06 09:00', '2025-06-06 09:30', '2025-06-06 10:00', '2025-06-06 10:30', '2025-06-06 11:00', '2025-06-06 11:30', '2025-06-06 12:00', '2025-06-06 12:30', '2025-06-06 13:00', '2025-06-06 13:30', '2025-06-06 14:00', '2025-06-06 14:30', '2025-06-06 15:00', '2025-06-06 15:30', '2025-06-06 16:00', '2025-06-06 16:30', '2025-06-06 17:00', '2025-06-06 17:30', '2025-06-06 18:00', '2025-06-06 18:30', '2025-06-06 19:00', '2025-06-06 19:30', '2025-06-05 09:00', '2025-06-05 09:30', '2025-06-05 10:00', '2025-06-06 09:00', '2025-06-06 09:30', '2025-06-06 10:00', '2025-06-07 09:00', '2025-06-07 09:30', '2025-06-07 10:00', '2025-06-07 17:00', '2025-06-07 17:30', '2025-06-07 18:00', '2025-06-07 18:30', '2025-06-07 19:00', '2025-06-07 19:30', '2025-06-07 20:00', '2025-06-08 09:00', '2025-06-08 09:30', '2025-06-08 10:00', '2025-06-08 10:30', '2025-06-08 11:00', '2025-06-08 11:30', '2025-06-08 12:00', '2025-06-08 12:30', '2025-06-08 13:00', '2025-06-08 13:30', '2025-06-08 14:00', '2025-06-08 14:30', '2025-06-08 15:00', '2025-06-08 15:30', '2025-06-08 16:00', '2025-06-08 16:30', '2025-06-08 17:00', '2025-06-08 17:30', '2025-06-08 18:00', '2025-06-08 18:30', '2025-06-08 19:00', '2025-06-08 09:00', '2025-06-08 09:30', '2025-06-08 10:00', '2025-06-08 10:00', '2025-06-08 10:30', '2025-06-09 09:00', '2025-06-09 09:30', '2025-06-09 10:00', '2025-06-10 09:00', '2025-06-10 09:30', '2025-06-10 10:00', '2025-06-11 09:00', '2025-06-11 09:30', '2025-06-11 10:00', '2025-06-12 09:00', '2025-06-12 09:30', '2025-06-12 10:00', '2025-06-13 09:00', '2025-06-13 09:30', '2025-06-13 10:00', '2025-06-14 09:00', '2025-06-14 09:30', '2025-06-14 10:00', '2025-06-14 17:00', '2025-06-14 17:30', '2025-06-14 18:00', '2025-06-14 18:30', '2025-06-14 19:00', '2025-06-14 19:30', '2025-06-14 20:00', '2025-06-15 09:00', '2025-06-15 09:30', '2025-06-15 10:00', '2025-06-15 10:30', '2025-06-15 11:00', '2025-06-15 11:30', '2025-06-15 12:00', '2025-06-15 12:30', '2025-06-15 13:00', '2025-06-15 13:30', '2025-06-15 14:00', '2025-06-15 14:30', '2025-06-15 15:00', '2025-06-15 15:30', '2025-06-15 16:00', '2025-06-15 16:30', '2025-06-15 17:00', '2025-06-15 17:30', '2025-06-15 18:00', '2025-06-15 18:30', '2025-06-15 19:00', '2025-06-15 09:00', '2025-06-15 09:30', '2025-06-15 10:00', '2025-06-15 10:00', '2025-06-15 10:30', '2025-06-16 09:00', '2025-06-16 09:30', '2025-06-16 10:00', '2025-06-17 09:00', '2025-06-17 09:30', '2025-06-17 10:00', '2025-06-18 09:00', '2025-06-18 09:30', '2025-06-18 10:00', '2025-06-19 09:00', '2025-06-19 09:30', '2025-06-19 09:00', '2025-06-19 09:30', '2025-06-19 10:00', '2025-06-20 09:00', '2025-06-20 09:30', '2025-06-20 10:00', '2025-06-21 09:00', '2025-06-21 09:30', '2025-06-21 10:00', '2025-06-21 11:00', '2025-06-21 11:30', '2025-06-21 11:00', '2025-06-21 11:30', '2025-06-21 17:00', '2025-06-21 17:30', '2025-06-21 18:00', '2025-06-21 18:30', '2025-06-21 19:00', '2025-06-21 19:30', '2025-06-21 20:00', '2025-06-22 09:00', '2025-06-22 09:30', '2025-06-22 10:00', '2025-06-22 10:30', '2025-06-22 11:00', '2025-06-22 11:30', '2025-06-22 12:00', '2025-06-22 12:30', '2025-06-22 13:00', '2025-06-22 13:30', '2025-06-22 14:00', '2025-06-22 14:30', '2025-06-22 15:00', '2025-06-22 15:30', '2025-06-22 16:00', '2025-06-22 16:30', '2025-06-22 17:00', '2025-06-22 17:30', '2025-06-22 18:00', '2025-06-22 18:30', '2025-06-22 19:00', '2025-06-22 09:00', '2025-06-22 09:30', '2025-06-22 10:00', '2025-06-22 10:00', '2025-06-22 10:30', '2025-06-23 09:00', '2025-06-23 09:30', '2025-06-23 10:00', '2025-06-24 09:00', '2025-06-24 09:30', '2025-06-24 10:00', '2025-06-25 09:00', '2025-06-25 09:30', '2025-06-25 10:00', '2025-06-26 09:00', '2025-06-26 09:30', '2025-06-26 10:00', '2025-06-27 09:00', '2025-06-27 09:30', '2025-06-27 10:00', '2025-06-28 09:00', '2025-06-28 09:30', '2025-06-28 10:00', '2025-06-28 17:00', '2025-06-28 17:30', '2025-06-28 18:00', '2025-06-28 18:30', '2025-06-28 19:00', '2025-06-28 19:30', '2025-06-28 20:00', '2025-06-29 09:00', '2025-06-29 09:30', '2025-06-29 10:00', '2025-06-29 10:30', '2025-06-29 11:00', '2025-06-29 11:30', '2025-06-29 12:00', '2025-06-29 12:30', '2025-06-29 13:00', '2025-06-29 13:30', '2025-06-29 14:00', '2025-06-29 14:30', '2025-06-29 15:00', '2025-06-29 15:30', '2025-06-29 16:00', '2025-06-29 16:30', '2025-06-29 17:00', '2025-06-29 17:30', '2025-06-29 18:00', '2025-06-29 18:30', '2025-06-29 19:00', '2025-06-29 09:00', '2025-06-29 09:30', '2025-06-29 10:00', '2025-06-29 10:00', '2025-06-29 10:30', '2025-06-30 09:00', '2025-06-30 09:30', '2025-06-30 10:00', '2025-07-01 09:00', '2025-07-01 09:30', '2025-07-01 10:00', '2025-07-02 09:00', '2025-07-02 09:30', '2025-07-02 10:00', '2025-07-03 09:00', '2025-07-03 09:30', '2025-07-03 10:00', '2025-07-04 09:00', '2025-07-04 09:30', '2025-07-04 10:00', '2025-07-05 09:00', '2025-07-05 09:30', '2025-07-05 10:00', '2025-07-05 17:00', '2025-07-05 17:30', '2025-07-05 18:00', '2025-07-05 18:30', '2025-07-05 19:00', '2025-07-05 19:30', '2025-07-05 20:00', '2025-07-06 09:00', '2025-07-06 09:30', '2025-07-06 10:00', '2025-07-06 10:30', '2025-07-06 11:00', '2025-07-06 11:30', '2025-07-06 12:00', '2025-07-06 12:30', '2025-07-06 13:00', '2025-07-06 13:30', '2025-07-06 14:00', '2025-07-06 14:30', '2025-07-06 15:00', '2025-07-06 15:30', '2025-07-06 16:00', '2025-07-06 16:30', '2025-07-06 17:00', '2025-07-06 17:30', '2025-07-06 18:00', '2025-07-06 18:30', '2025-07-06 19:00', '2025-07-06 09:00', '2025-07-06 09:30', '2025-07-06 10:00', '2025-07-06 10:00', '2025-07-06 10:30', '2025-07-07 09:00', '2025-07-07 09:30', '2025-07-07 10:00', '2025-07-08 09:00', '2025-07-08 09:30', '2025-07-08 10:00', '2025-07-09 09:00', '2025-07-09 09:30', '2025-07-09 10:00', '2025-07-10 09:00', '2025-07-10 09:30', '2025-07-10 10:00', '2025-07-11 09:00', '2025-07-11 09:30', '2025-07-11 10:00', '2025-07-12 09:00', '2025-07-12 09:30', '2025-07-12 10:00', '2025-07-12 17:00', '2025-07-12 17:30', '2025-07-12 18:00', '2025-07-12 18:30', '2025-07-12 19:00', '2025-07-12 19:30', '2025-07-12 20:00', '2025-07-13 09:00', '2025-07-13 09:30', '2025-07-13 10:00', '2025-07-13 10:30', '2025-07-13 11:00', '2025-07-13 11:30', '2025-07-13 12:00', '2025-07-13 12:30', '2025-07-13 13:00', '2025-07-13 13:30', '2025-07-13 14:00', '2025-07-13 14:30', '2025-07-13 15:00', '2025-07-13 15:30', '2025-07-13 16:00', '2025-07-13 16:30', '2025-07-13 17:00', '2025-07-13 17:30', '2025-07-13 18:00', '2025-07-13 18:30', '2025-07-13 19:00', '2025-07-13 09:00', '2025-07-13 09:30', '2025-07-13 10:00', '2025-07-13 10:00', '2025-07-13 10:30', '2025-07-14 09:00', '2025-07-14 09:30', '2025-07-14 10:00', '2025-07-15 09:00', '2025-07-15 09:30', '2025-07-15 10:00', '2025-07-16 09:00', '2025-07-16 09:30', '2025-07-16 10:00', '2025-07-17 09:00', '2025-07-17 09:30', '2025-07-17 10:00', '2025-07-18 09:00', '2025-07-18 09:30', '2025-07-18 10:00', '2025-07-19 09:00', '2025-07-19 09:30', '2025-07-19 09:00', '2025-07-19 09:30', '2025-07-19 10:00', '2025-07-19 17:00', '2025-07-19 17:30', '2025-07-19 18:00', '2025-07-19 18:30', '2025-07-19 19:00', '2025-07-19 19:30', '2025-07-19 20:00', '2025-07-20 09:00', '2025-07-20 09:30', '2025-07-20 10:00', '2025-07-20 10:30', '2025-07-20 11:00', '2025-07-20 11:30', '2025-07-20 12:00', '2025-07-20 12:30', '2025-07-20 13:00', '2025-07-20 13:30', '2025-07-20 14:00', '2025-07-20 14:30', '2025-07-20 15:00', '2025-07-20 15:30', '2025-07-20 16:00', '2025-07-20 16:30', '2025-07-20 17:00', '2025-07-20 17:30', '2025-07-20 18:00', '2025-07-20 18:30', '2025-07-20 19:00', '2025-07-20 09:00', '2025-07-20 09:30', '2025-07-20 10:00', '2025-07-20 10:00', '2025-07-20 10:30', '2025-07-21 09:00', '2025-07-21 09:30', '2025-07-21 10:00', '2025-07-22 09:00', '2025-07-22 09:30', '2025-07-22 10:00', '2025-07-23 09:00', '2025-07-23 09:30', '2025-07-23 10:00', '2025-07-24 09:00', '2025-07-24 09:30', '2025-07-24 10:00', '2025-07-25 09:00', '2025-07-25 09:30', '2025-07-25 10:00', '2025-07-26 09:00', '2025-07-26 09:30', '2025-07-26 10:00', '2025-07-26 17:00', '2025-07-26 17:30', '2025-07-26 18:00', '2025-07-26 18:30', '2025-07-26 19:00', '2025-07-26 19:30', '2025-07-26 20:00', '2025-07-27 09:00', '2025-07-27 09:30', '2025-07-27 10:00', '2025-07-27 10:30', '2025-07-27 11:00', '2025-07-27 11:30', '2025-07-27 12:00', '2025-07-27 12:30', '2025-07-27 13:00', '2025-07-27 13:30', '2025-07-27 14:00', '2025-07-27 14:30', '2025-07-27 15:00', '2025-07-27 15:30', '2025-07-27 16:00', '2025-07-27 16:30', '2025-07-27 17:00', '2025-07-27 17:30', '2025-07-27 18:00', '2025-07-27 18:30', '2025-07-27 19:00', '2025-07-27 09:00', '2025-07-27 09:30', '2025-07-27 10:00', '2025-07-27 10:00', '2025-07-27 10:30', '2025-07-28 09:00', '2025-07-28 09:30', '2025-07-28 10:00', '2025-07-29 09:00', '2025-07-29 09:30', '2025-07-29 10:00', '2025-07-30 09:00', '2025-07-30 09:30', '2025-07-30 10:00', '2025-07-31 09:00', '2025-07-31 09:30', '2025-07-31 10:00', '2025-08-01 09:00', '2025-08-01 09:30', '2025-08-01 10:00', '2025-08-02 09:00', '2025-08-02 09:30', '2025-08-02 10:00', '2025-08-02 17:00', '2025-08-02 17:30', '2025-08-02 18:00', '2025-08-02 18:30', '2025-08-02 19:00', '2025-08-02 19:30', '2025-08-02 20:00', '2025-08-03 09:00', '2025-08-03 09:30', '2025-08-03 10:00', '2025-08-03 10:30', '2025-08-03 11:00', '2025-08-03 11:30', '2025-08-03 12:00', '2025-08-03 12:30', '2025-08-03 13:00', '2025-08-03 13:30', '2025-08-03 14:00', '2025-08-03 14:30', '2025-08-03 15:00', '2025-08-03 15:30', '2025-08-03 16:00', '2025-08-03 16:30', '2025-08-03 17:00', '2025-08-03 17:30', '2025-08-03 18:00', '2025-08-03 18:30', '2025-08-03 19:00', '2025-08-03 09:00', '2025-08-03 09:30', '2025-08-03 10:00', '2025-08-03 10:00', '2025-08-03 10:30', '2025-08-04 09:00', '2025-08-04 09:30', '2025-08-04 10:00', '2025-08-05 09:00', '2025-08-05 09:30', '2025-08-05 10:00', '2025-08-06 09:00', '2025-08-06 09:30', '2025-08-06 10:00', '2025-08-07 09:00', '2025-08-07 09:30', '2025-08-07 10:00', '2025-08-08 09:00', '2025-08-08 09:30', '2025-08-08 10:00', '2025-08-09 09:00', '2025-08-09 09:30', '2025-08-09 10:00', '2025-08-09 17:00', '2025-08-09 17:30', '2025-08-09 18:00', '2025-08-09 18:30', '2025-08-09 19:00', '2025-08-09 19:30', '2025-08-09 20:00', '2025-08-10 09:00', '2025-08-10 09:30', '2025-08-10 10:00', '2025-08-10 10:30', '2025-08-10 11:00', '2025-08-10 11:30', '2025-08-10 12:00', '2025-08-10 12:30', '2025-08-10 13:00', '2025-08-10 13:30', '2025-08-10 14:00', '2025-08-10 14:30', '2025-08-10 15:00', '2025-08-10 15:30', '2025-08-10 16:00', '2025-08-10 16:30', '2025-08-10 17:00', '2025-08-10 17:30', '2025-08-10 18:00', '2025-08-10 18:30', '2025-08-10 19:00', '2025-08-10 10:00', '2025-08-10 10:30', '2025-08-16 17:00', '2025-08-16 17:30', '2025-08-16 18:00', '2025-08-16 18:30', '2025-08-16 19:00', '2025-08-16 19:30', '2025-08-16 20:00', '2025-08-17 09:00', '2025-08-17 09:30', '2025-08-17 10:00', '2025-08-17 10:30', '2025-08-17 11:00', '2025-08-17 11:30', '2025-08-17 12:00', '2025-08-17 12:30', '2025-08-17 13:00', '2025-08-17 13:30', '2025-08-17 14:00', '2025-08-17 14:30', '2025-08-17 15:00', '2025-08-17 15:30', '2025-08-17 16:00', '2025-08-17 16:30', '2025-08-17 17:00', '2025-08-17 17:30', '2025-08-17 18:00', '2025-08-17 18:30', '2025-08-17 19:00', '2025-08-17 10:00', '2025-08-17 10:30', '2025-08-19 09:00', '2025-08-19 09:30', '2025-08-24 09:00', '2025-08-24 09:30', '2025-08-24 10:00', '2025-08-24 10:30', '2025-08-24 11:00', '2025-08-24 11:30', '2025-08-24 12:00', '2025-08-24 12:30', '2025-08-24 13:00', '2025-08-24 13:30', '2025-08-24 14:00', '2025-08-24 14:30', '2025-08-24 15:00', '2025-08-24 15:30', '2025-08-24 16:00', '2025-08-24 16:30', '2025-08-24 17:00', '2025-08-24 17:30', '2025-08-24 18:00', '2025-08-24 18:30', '2025-08-24 19:00', '2025-08-24 10:00', '2025-08-24 10:30', '2025-08-31 09:00', '2025-08-31 09:30', '2025-08-31 10:00', '2025-08-31 10:30', '2025-08-31 11:00', '2025-08-31 11:30', '2025-08-31 12:00', '2025-08-31 12:30', '2025-08-31 13:00', '2025-08-31 13:30', '2025-08-31 14:00', '2025-08-31 14:30', '2025-08-31 15:00', '2025-08-31 15:30', '2025-08-31 16:00', '2025-08-31 16:30', '2025-08-31 17:00', '2025-08-31 17:30', '2025-08-31 18:00', '2025-08-31 18:30', '2025-08-31 19:00', '2025-08-31 10:00', '2025-08-31 10:30', '2025-09-07 09:00', '2025-09-07 09:30', '2025-09-07 10:00', '2025-09-07 10:30', '2025-09-07 11:00', '2025-09-07 11:30', '2025-09-07 12:00', '2025-09-07 12:30', '2025-09-07 13:00', '2025-09-07 13:30', '2025-09-07 14:00', '2025-09-07 14:30', '2025-09-07 15:00', '2025-09-07 15:30', '2025-09-07 16:00', '2025-09-07 16:30', '2025-09-07 17:00', '2025-09-07 17:30', '2025-09-07 18:00', '2025-09-07 18:30', '2025-09-07 19:00', '2025-09-07 10:00', '2025-09-07 10:30', '2025-09-14 09:00', '2025-09-14 09:30', '2025-09-14 10:00', '2025-09-14 10:30', '2025-09-14 11:00', '2025-09-14 11:30', '2025-09-14 12:00', '2025-09-14 12:30', '2025-09-14 13:00', '2025-09-14 13:30', '2025-09-14 14:00', '2025-09-14 14:30', '2025-09-14 15:00', '2025-09-14 15:30', '2025-09-14 16:00', '2025-09-14 16:30', '2025-09-14 17:00', '2025-09-14 17:30', '2025-09-14 18:00', '2025-09-14 18:30', '2025-09-14 19:00', '2025-09-14 10:00', '2025-09-14 10:30', '2025-09-21 09:00', '2025-09-21 09:30', '2025-09-21 10:00', '2025-09-21 10:30', '2025-09-21 11:00', '2025-09-21 11:30', '2025-09-21 12:00', '2025-09-21 12:30', '2025-09-21 13:00', '2025-09-21 13:30', '2025-09-21 14:00', '2025-09-21 14:30', '2025-09-21 15:00', '2025-09-21 15:30', '2025-09-21 16:00', '2025-09-21 16:30', '2025-09-21 17:00', '2025-09-21 17:30', '2025-09-21 18:00', '2025-09-21 18:30', '2025-09-21 19:00', '2025-09-21 10:00', '2025-09-21 10:30', '2025-09-28 09:00', '2025-09-28 09:30', '2025-09-28 10:00', '2025-09-28 10:30', '2025-09-28 11:00', '2025-09-28 11:30', '2025-09-28 12:00', '2025-09-28 12:30', '2025-09-28 13:00', '2025-09-28 13:30', '2025-09-28 14:00', '2025-09-28 14:30', '2025-09-28 15:00', '2025-09-28 15:30', '2025-09-28 16:00', '2025-09-28 16:30', '2025-09-28 17:00', '2025-09-28 17:30', '2025-09-28 18:00', '2025-09-28 18:30', '2025-09-28 19:00', '2025-09-28 10:00', '2025-09-28 10:30', '2025-10-05 09:00', '2025-10-05 09:30', '2025-10-05 10:00', '2025-10-05 10:30', '2025-10-05 11:00', '2025-10-05 11:30', '2025-10-05 12:00', '2025-10-05 12:30', '2025-10-05 13:00', '2025-10-05 13:30', '2025-10-05 14:00', '2025-10-05 14:30', '2025-10-05 15:00', '2025-10-05 15:30', '2025-10-05 16:00', '2025-10-05 16:30', '2025-10-05 17:00', '2025-10-05 17:30', '2025-10-05 18:00', '2025-10-05 18:30', '2025-10-05 19:00', '2025-10-05 10:00', '2025-10-05 10:30', '2025-10-12 09:00', '2025-10-12 09:30', '2025-10-12 10:00', '2025-10-12 10:30', '2025-10-12 11:00', '2025-10-12 11:30', '2025-10-12 12:00', '2025-10-12 12:30', '2025-10-12 13:00', '2025-10-12 13:30', '2025-10-12 14:00', '2025-10-12 14:30', '2025-10-12 15:00', '2025-10-12 15:30', '2025-10-12 16:00', '2025-10-12 16:30', '2025-10-12 17:00', '2025-10-12 17:30', '2025-10-12 18:00', '2025-10-12 18:30', '2025-10-12 19:00', '2025-10-12 10:00', '2025-10-12 10:30', '2025-10-19 09:00', '2025-10-19 09:30', '2025-10-19 10:00', '2025-10-19 10:30', '2025-10-19 11:00', '2025-10-19 11:30', '2025-10-19 12:00', '2025-10-19 12:30', '2025-10-19 13:00', '2025-10-19 13:30', '2025-10-19 14:00', '2025-10-19 14:30', '2025-10-19 15:00', '2025-10-19 15:30', '2025-10-19 16:00', '2025-10-19 16:30', '2025-10-19 17:00', '2025-10-19 17:30', '2025-10-19 18:00', '2025-10-19 18:30', '2025-10-19 19:00', '2025-10-19 10:00', '2025-10-19 10:30', '2025-10-26 09:00', '2025-10-26 09:30', '2025-10-26 10:00', '2025-10-26 10:30', '2025-10-26 11:00', '2025-10-26 11:30', '2025-10-26 12:00', '2025-10-26 12:30', '2025-10-26 13:00', '2025-10-26 13:30', '2025-10-26 14:00', '2025-10-26 14:30', '2025-10-26 15:00', '2025-10-26 15:30', '2025-10-26 16:00', '2025-10-26 16:30', '2025-10-26 17:00', '2025-10-26 17:30', '2025-10-26 18:00', '2025-10-26 18:30', '2025-10-26 19:00', '2025-10-26 10:00', '2025-10-26 10:30', '2025-11-02 09:00', '2025-11-02 09:30', '2025-11-02 10:00', '2025-11-02 10:30', '2025-11-02 11:00', '2025-11-02 11:30', '2025-11-02 12:00', '2025-11-02 12:30', '2025-11-02 13:00', '2025-11-02 13:30', '2025-11-02 14:00', '2025-11-02 14:30', '2025-11-02 15:00', '2025-11-02 15:30', '2025-11-02 16:00', '2025-11-02 16:30', '2025-11-02 17:00', '2025-11-02 17:30', '2025-11-02 18:00', '2025-11-02 18:30', '2025-11-02 19:00', '2025-11-02 10:00', '2025-11-02 10:30', '2025-11-09 09:00', '2025-11-09 09:30', '2025-11-09 10:00', '2025-11-09 10:30', '2025-11-09 11:00', '2025-11-09 11:30', '2025-11-09 12:00', '2025-11-09 12:30', '2025-11-09 13:00', '2025-11-09 13:30', '2025-11-09 14:00', '2025-11-09 14:30', '2025-11-09 15:00', '2025-11-09 15:30', '2025-11-09 16:00', '2025-11-09 16:30', '2025-11-09 17:00', '2025-11-09 17:30', '2025-11-09 18:00', '2025-11-09 18:30', '2025-11-09 19:00', '2025-11-09 10:00', '2025-11-09 10:30', '2025-11-16 09:00', '2025-11-16 09:30', '2025-11-16 10:00', '2025-11-16 10:30', '2025-11-16 11:00', '2025-11-16 11:30', '2025-11-16 12:00', '2025-11-16 12:30', '2025-11-16 13:00', '2025-11-16 13:30', '2025-11-16 14:00', '2025-11-16 14:30', '2025-11-16 15:00', '2025-11-16 15:30', '2025-11-16 16:00', '2025-11-16 16:30', '2025-11-16 17:00', '2025-11-16 17:30', '2025-11-16 18:00', '2025-11-16 18:30', '2025-11-16 19:00', '2025-11-16 10:00', '2025-11-16 10:30', '2025-11-23 09:00', '2025-11-23 09:30', '2025-11-23 10:00', '2025-11-23 10:30', '2025-11-23 11:00', '2025-11-23 11:30', '2025-11-23 12:00', '2025-11-23 12:30', '2025-11-23 13:00', '2025-11-23 13:30', '2025-11-23 14:00', '2025-11-23 14:30', '2025-11-23 15:00', '2025-11-23 15:30', '2025-11-23 16:00', '2025-11-23 16:30', '2025-11-23 17:00', '2025-11-23 17:30', '2025-11-23 18:00', '2025-11-23 18:30', '2025-11-23 19:00', '2025-11-23 10:00', '2025-11-23 10:30', '2025-11-30 09:00', '2025-11-30 09:30', '2025-11-30 10:00', '2025-11-30 10:30', '2025-11-30 11:00', '2025-11-30 11:30', '2025-11-30 12:00', '2025-11-30 12:30', '2025-11-30 13:00', '2025-11-30 13:30', '2025-11-30 14:00', '2025-11-30 14:30', '2025-11-30 15:00', '2025-11-30 15:30', '2025-11-30 16:00', '2025-11-30 16:30', '2025-11-30 17:00', '2025-11-30 17:30', '2025-11-30 18:00', '2025-11-30 18:30', '2025-11-30 19:00', '2025-11-30 10:00', '2025-11-30 10:30', '2025-12-07 09:00', '2025-12-07 09:30', '2025-12-07 10:00', '2025-12-07 10:30', '2025-12-07 11:00', '2025-12-07 11:30', '2025-12-07 12:00', '2025-12-07 12:30', '2025-12-07 13:00', '2025-12-07 13:30', '2025-12-07 14:00', '2025-12-07 14:30', '2025-12-07 15:00', '2025-12-07 15:30', '2025-12-07 16:00', '2025-12-07 16:30', '2025-12-07 17:00', '2025-12-07 17:30', '2025-12-07 18:00', '2025-12-07 18:30', '2025-12-07 19:00', '2025-12-07 10:00', '2025-12-07 10:30', '2025-12-14 09:00', '2025-12-14 09:30', '2025-12-14 10:00', '2025-12-14 10:30', '2025-12-14 11:00', '2025-12-14 11:30', '2025-12-14 12:00', '2025-12-14 12:30', '2025-12-14 13:00', '2025-12-14 13:30', '2025-12-14 14:00', '2025-12-14 14:30', '2025-12-14 15:00', '2025-12-14 15:30', '2025-12-14 16:00', '2025-12-14 16:30', '2025-12-14 17:00', '2025-12-14 17:30', '2025-12-14 18:00', '2025-12-14 18:30', '2025-12-14 19:00', '2025-12-14 10:00', '2025-12-14 10:30', '2025-12-21 09:00', '2025-12-21 09:30', '2025-12-21 10:00', '2025-12-21 10:30', '2025-12-21 11:00', '2025-12-21 11:30', '2025-12-21 12:00', '2025-12-21 12:30', '2025-12-21 13:00', '2025-12-21 13:30', '2025-12-21 14:00', '2025-12-21 14:30', '2025-12-21 15:00', '2025-12-21 15:30', '2025-12-21 16:00', '2025-12-21 16:30', '2025-12-21 17:00', '2025-12-21 17:30', '2025-12-21 18:00', '2025-12-21 18:30', '2025-12-21 19:00', '2025-12-21 10:00', '2025-12-21 10:30', '2025-12-28 09:00', '2025-12-28 09:30', '2025-12-28 10:00', '2025-12-28 10:30', '2025-12-28 11:00', '2025-12-28 11:30', '2025-12-28 12:00', '2025-12-28 12:30', '2025-12-28 13:00', '2025-12-28 13:30', '2025-12-28 14:00', '2025-12-28 14:30', '2025-12-28 15:00', '2025-12-28 15:30', '2025-12-28 16:00', '2025-12-28 16:30', '2025-12-28 17:00', '2025-12-28 17:30', '2025-12-28 18:00', '2025-12-28 18:30', '2025-12-28 19:00', '2025-12-28 10:00', '2025-12-28 10:30', '2026-01-04 09:00', '2026-01-04 09:30', '2026-01-04 10:00', '2026-01-04 10:30', '2026-01-04 11:00', '2026-01-04 11:30', '2026-01-04 12:00', '2026-01-04 12:30', '2026-01-04 13:00', '2026-01-04 13:30', '2026-01-04 14:00', '2026-01-04 14:30', '2026-01-04 15:00', '2026-01-04 15:30', '2026-01-04 16:00', '2026-01-04 16:30', '2026-01-04 17:00', '2026-01-04 17:30', '2026-01-04 18:00', '2026-01-04 18:30', '2026-01-04 19:00', '2026-01-04 10:00', '2026-01-04 10:30', '2026-01-11 09:00', '2026-01-11 09:30', '2026-01-11 10:00', '2026-01-11 10:30', '2026-01-11 11:00', '2026-01-11 11:30', '2026-01-11 12:00', '2026-01-11 12:30', '2026-01-11 13:00', '2026-01-11 13:30', '2026-01-11 14:00', '2026-01-11 14:30', '2026-01-11 15:00', '2026-01-11 15:30', '2026-01-11 16:00', '2026-01-11 16:30', '2026-01-11 17:00', '2026-01-11 17:30', '2026-01-11 18:00', '2026-01-11 18:30', '2026-01-11 19:00', '2026-01-11 10:00', '2026-01-11 10:30', '2026-01-18 09:00', '2026-01-18 09:30', '2026-01-18 10:00', '2026-01-18 10:30', '2026-01-18 11:00', '2026-01-18 11:30', '2026-01-18 12:00', '2026-01-18 12:30', '2026-01-18 13:00', '2026-01-18 13:30', '2026-01-18 14:00', '2026-01-18 14:30', '2026-01-18 15:00', '2026-01-18 15:30', '2026-01-18 16:00', '2026-01-18 16:30', '2026-01-18 17:00', '2026-01-18 17:30', '2026-01-18 18:00', '2026-01-18 18:30', '2026-01-18 19:00', '2026-01-18 10:00', '2026-01-18 10:30', '2026-01-25 09:00', '2026-01-25 09:30', '2026-01-25 10:00', '2026-01-25 10:30', '2026-01-25 11:00', '2026-01-25 11:30', '2026-01-25 12:00', '2026-01-25 12:30', '2026-01-25 13:00', '2026-01-25 13:30', '2026-01-25 14:00', '2026-01-25 14:30', '2026-01-25 15:00', '2026-01-25 15:30', '2026-01-25 16:00', '2026-01-25 16:30', '2026-01-25 17:00', '2026-01-25 17:30', '2026-01-25 18:00', '2026-01-25 18:30', '2026-01-25 19:00', '2026-01-25 10:00', '2026-01-25 10:30', '2026-02-01 09:00', '2026-02-01 09:30', '2026-02-01 10:00', '2026-02-01 10:30', '2026-02-01 11:00', '2026-02-01 11:30', '2026-02-01 12:00', '2026-02-01 12:30', '2026-02-01 13:00', '2026-02-01 13:30', '2026-02-01 14:00', '2026-02-01 14:30', '2026-02-01 15:00', '2026-02-01 15:30', '2026-02-01 16:00', '2026-02-01 16:30', '2026-02-01 17:00', '2026-02-01 17:30', '2026-02-01 18:00', '2026-02-01 18:30', '2026-02-01 19:00', '2026-02-01 10:00', '2026-02-01 10:30', '2026-02-08 10:00', '2026-02-08 10:30', '2026-02-15 10:00', '2026-02-15 10:30', '2026-02-22 10:00', '2026-02-22 10:30', '2026-03-01 10:00', '2026-03-01 10:30', '2026-03-08 10:00', '2026-03-08 10:30', '2026-03-15 10:00', '2026-03-15 10:30', '2026-03-22 10:00', '2026-03-22 10:30', '2026-03-29 10:00', '2026-03-29 10:30', '2026-04-05 10:00', '2026-04-05 10:30', '2026-04-12 10:00', '2026-04-12 10:30', '2026-04-19 10:00', '2026-04-19 10:30', '2026-04-26 10:00', '2026-04-26 10:30', '2026-05-03 10:00', '2026-05-03 10:30', '2026-05-10 10:00', '2026-05-10 10:30'], formatDate:'Y-m-d H:i'//, //disabledWeekDays:[1] }); $( "#reservering_plaatsen" ).on( "click", function() { var validated = true $('#geslacht_fout').text(''); $('#naam_fout').text(''); $('#straat_fout').text(''); $('#postcode_fout').text(''); $('#plaats_fout').text(''); $('#email_fout').text(''); $('#telefoon_fout').text(''); $('#datum_fout').text(''); $('#aantal_personen_fout').text(''); if ($("#reserveren input[type='radio']:checked").val() == undefined) { $('#geslacht_fout').text('Selecteer je geslacht'); validated = false; } if ($('#reserveren_naam').val() == '') { $('#naam_fout').text('Vul je naam in'); validated = false; } if ($('#reserveren_straat').val() == '') { $('#straat_fout').text('Vul je straatnaam in'); validated = false; } if ($('#reserveren_postcode').val() == '') { $('#postcode_fout').text('Vul je postcode in'); validated = false; } if ($('#reserveren_plaats').val() == '') { $('#plaats_fout').text('Vul je plaatsnaam in'); validated = false; } if ($('#reserveren_email').val() == '') { $('#email_fout').text('Vul je emailadres in'); validated = false; } if ($('#reserveren_telefoon').val() == '') { $('#telefoon_fout').text('Vul je telefoonnummer in'); validated = false; } if ($('#datum').val() == '') { $('#datum_fout').text('Vul in wanneer je de afspraak wilt plannen'); validated = false; } if ($('#aantal_personen').val() == '') { $('#aantal_personen_fout').text('Vul het aantal personen in'); validated = false; } if (!validated) { return false; } var url = "/assets/components/lilpeoplefctry/reserveerModule.php"; // the script where you handle the form input. $.ajax({ type: "POST", url: url, data: $("#reserveren").serialize(), // serializes the form's elements. success: function (data) { if (data == 'ok') { $('#reservering_aangevraagd').slideToggle(); $('#reserveren').slideToggle(); $('#reservering_niet_verzonden').hide(); $('html, body').animate({ scrollTop: $('#pagina6').offset().top-100 }, 800, function () { // Add hash (#) to URL when done scrolling (default click behavior) //window.location.hash = 'reservering_geplaatst'; }); } else { $('#reservering_niet_verzonden').slideToggle(); $('html, body').animate({ scrollTop: $('#pagina6').offset().top-100 }, 800, function () { // Add hash (#) to URL when done scrolling (default click behavior) //window.location.hash = 'reservering_niet_geplaatst'; }); } } }); if (!validated) { $('html, body').animate({ scrollTop: $('#pagina6').offset().top-100 }, 800, function () { // Add hash (#) to URL when done scrolling (default click behavior) window.location.hash = '#reserveringsformulier'; }); } }); $( "#contactformulier" ).on( "submit", function(e) { var validated = true if ($('#contact_naam').val() == '') { $('#contact_naam').focus(); validated = false; } else if ($('#contact_email').val() == '') { $('#contact_email').focus(); validated = false; } else if ($('#contact_opmerking').val() == '') { $('#contact_opmerking').focus(); validated = false; } if (!validated) { return false; } var url = "/assets/components/lilpeoplefctry/contact.php"; // the script where you handle the form input. $.ajax({ type: "POST", url: url, data: $("#contactformulier").serialize(), // serializes the form's elements. success: function (data) { if (data == 'ok') { $('#contact_verzonden').slideToggle(); $('#contactformulier').slideToggle(); $('#contact_niet_verzonden').hide(); $('html, body').animate({ scrollTop: $('#footer').offset().top-100 }, 800, function () { // Add hash (#) to URL when done scrolling (default click behavior) //window.location.hash = 'reservering_geplaatst'; }); } else { $('#contact_niet_verzonden').slideToggle(); $('html, body').animate({ scrollTop: $('#footer').offset().top-100 }, 800, function () { // Add hash (#) to URL when done scrolling (default click behavior) //window.location.hash = 'reservering_niet_geplaatst'; }); } } }); if (!validated) { $('html, body').animate({ scrollTop: $('#footer').offset().top-100 }, 800, function () { // Add hash (#) to URL when done scrolling (default click behavior) window.location.hash = '#locatie'; }); } e.preventDefault(); }); function displayInfoWindow(map,iburl,mkr,infow){ xmlHttp = GetXmlHttpObject(); if(xmlHttp == null){ alert ("Your browser does not support AJAX!"); return; } xmlHttp.onreadystatechange = function(){ if(xmlHttp.readyState == 4){ var res = xmlHttp.responseText; err = res.split("ERROR:")[1]; if (!err) { infow.setContent(res); infow.open(map,mkr); } } } mkrid = mkr.docid; if ( mkrid > 0){ var params = "mkrid="+mkrid; xmlHttp.open("POST",iburl,true); xmlHttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); xmlHttp.setRequestHeader("Content-length", params.length); xmlHttp.setRequestHeader("Connection", "close"); xmlHttp.send(params); } } function addMarkerPlace(ptPlace, place, map, imgMkrs, infobulle){ mkrIcon = place[5]; marker = { position: ptPlace, map: map, title: place[0], link: place[4] }; marker.docid = place[3]; if (mkrIcon && imgMkrs[mkrIcon] && imgMkrs[mkrIcon]["image"]) { if (imgMkrs[mkrIcon]["image"][1]) marker.icon = new google.maps.MarkerImage("assets/images/gmaps/"+imgMkrs[mkrIcon]["image"][0], new google.maps.Size(imgMkrs[mkrIcon]["image"][1], imgMkrs[mkrIcon]["image"][2]), new google.maps.Point(imgMkrs[mkrIcon]["image"][3], imgMkrs[mkrIcon]["image"][4]), new google.maps.Point(imgMkrs[mkrIcon]["image"][5], imgMkrs[mkrIcon]["image"][6])); else marker.icon ="assets/images/gmaps/"+imgMkrs[mkrIcon]["image"][0]; } if (mkrIcon && imgMkrs[mkrIcon] && imgMkrs[mkrIcon]["shadow"]) { marker.shadow = new google.maps.MarkerImage("assets/images/gmaps/"+imgMkrs[mkrIcon]["shadow"][0], new google.maps.Size(imgMkrs[mkrIcon]["shadow"][1], imgMkrs[mkrIcon]["shadow"][2]), new google.maps.Point(imgMkrs[mkrIcon]["shadow"][3], imgMkrs[mkrIcon]["shadow"][4]), new google.maps.Point(imgMkrs[mkrIcon]["shadow"][5], imgMkrs[mkrIcon]["shadow"][6])); } if (mkrIcon && imgMkrs[mkrIcon] && imgMkrs[mkrIcon]["shape"]) { marker.shape = { coord: imgMkrs[mkrIcon]["shape"], type: 'poly'}; } var markerPlace = new google.maps.Marker(marker); google.maps.event.addListener(markerPlace, "click", function() { displayInfoWindow(map,'/adres-lil-people-fctry.txt',this,infobulle); }); google.maps.event.addListener(markerPlace, "mouseover", function() { displayInfoWindow(map,'/adres-lil-people-fctry.txt',this,infobulle); }); return markerPlace; } function setMarkers(map){ var places = new Array(); places = [ ["Lil People Fctry",51.461359,5.401836,"1","/adres-lil-people-fctry.txt",""] ]; var imgMkrs = new Array(); var imgMkrs = new Array(); var infobulle = new google.maps.InfoWindow(); var ptPlc = new google.maps.LatLng(places[0][1], places[0][2]); var markerPlace = addMarkerPlace(ptPlc, places[0], map, imgMkrs, infobulle); //map.center = ptPlc; } function initialize(){ if ($(window).width() <= 1020) { var centerMap = new google.maps.LatLng(51.461359,5.401836); } else if ($(window).width() > 1020 && $(window).width() <= 1800) { var centerMap = new google.maps.LatLng(51.461359,5.401836); } else { var centerMap = new google.maps.LatLng(51.461359,5.401836); } var optionsMap = { scrollwheel: false, zoom: 18, center: centerMap, mapTypeId: google.maps.MapTypeId.roadmap, styles:[ { "elementType": "labels.icon", "stylers": [ { "visibility": "off" } ] }, { "elementType": "labels.text.fill", "stylers": [ { "color": "#616161" } ] }, { "elementType": "labels.text.stroke", "stylers": [ { "color": "#f5f5f5" } ] }, { "featureType": "administrative.land_parcel", "elementType": "labels.text.fill", "stylers": [ { "color": "#bdbdbd" } ] }, { "featureType": "landscape", "stylers": [ { "visibility": "on" } ] }, { "featureType": "landscape", "elementType": "geometry", "stylers": [ { "saturation": -100 }, { "lightness": -45 } ] }, { "featureType": "landscape.natural.terrain", "stylers": [ { "color": "#8b261e" } ] }, { "featureType": "poi", "stylers": [ { "visibility": "on" } ] }, { "featureType": "poi", "elementType": "geometry", "stylers": [ { "color": "#eeeeee" } ] }, { "featureType": "poi", "elementType": "labels.icon", "stylers": [ { "saturation": -95 } ] }, { "featureType": "poi", "elementType": "labels.text.fill", "stylers": [ { "color": "#f7f6f6" } ] }, { "featureType": "poi", "elementType": "labels.text.stroke", "stylers": [ { "color": "#8b261e" }, { "visibility": "on" } ] }, { "featureType": "poi.park", "elementType": "geometry", "stylers": [ { "color": "#e5e5e5" } ] }, { "featureType": "poi.park", "elementType": "labels.text.fill", "stylers": [ { "color": "#9e9e9e" } ] }, { "featureType": "road", "elementType": "geometry", "stylers": [ { "color": "#ffffff" } ] }, { "featureType": "road.arterial", "elementType": "labels.text.fill", "stylers": [ { "color": "#757575" } ] }, { "featureType": "road.highway", "elementType": "geometry", "stylers": [ { "color": "#dadada" } ] }, { "featureType": "road.highway", "elementType": "labels.text.fill", "stylers": [ { "color": "#616161" } ] }, { "featureType": "road.local", "elementType": "geometry.fill", "stylers": [ { "color": "#8b261e" }, { "visibility": "on" } ] }, { "featureType": "road.local", "elementType": "labels.icon", "stylers": [ { "visibility": "off" } ] }, { "featureType": "road.local", "elementType": "labels.text.fill", "stylers": [ { "color": "#f4f3f3" } ] }, { "featureType": "road.local", "elementType": "labels.text.stroke", "stylers": [ { "color": "#8b261e" }, { "visibility": "on" } ] }, { "featureType": "transit.line", "elementType": "geometry", "stylers": [ { "color": "#e5e5e5" } ] }, { "featureType": "transit.station", "elementType": "geometry", "stylers": [ { "color": "#eeeeee" } ] }, { "featureType": "water", "elementType": "geometry", "stylers": [ { "color": "#c9c9c9" } ] }, { "featureType": "water", "elementType": "geometry.fill", "stylers": [ { "color": "#a0c7f5" } ] }, { "featureType": "water", "elementType": "geometry.stroke", "stylers": [ { "color": "#423b43" }, { "visibility": "on" } ] }, { "featureType": "water", "elementType": "labels.text", "stylers": [ { "color": "#f9f8f8" }, { "visibility": "on" } ] }, { "featureType": "water", "elementType": "labels.text.fill", "stylers": [ { "color": "#f9f8f8" }, { "visibility": "on" } ] }, { "featureType": "water", "elementType": "labels.text.stroke", "stylers": [ { "color": "#423b43" }, { "visibility": "on" }, { "weight": 8 } ] } ] } var map = new google.maps.Map(document.getElementById("Gmaps"), optionsMap); setMarkers(map); } google.maps.event.addDomListener(window, 'load', initialize); }); function autoScroll() { //if ($(window).scrollTop() == 0 && $("#menu:hover").length == 0 && $("#topmenu:hover").length == 0) { if ($(window).scrollTop() == 0) { $("html, body").animate({ scrollTop: "350px" }, 2000); } } $('#close_cookie_notification').on( "click", function() { $.cookie('hide_cookie_notification', 'true', { expires: 365 }); $( "#cookie_notification" ).slideToggle(); });