{"id":27,"date":"2015-08-20T21:17:27","date_gmt":"2015-08-20T20:17:27","guid":{"rendered":"http:\/\/new.zuzudesign.nl\/?page_id=27"},"modified":"2016-12-12T10:03:10","modified_gmt":"2016-12-12T09:03:10","slug":"contact","status":"publish","type":"page","link":"https:\/\/www.zuzudesign.nl\/index.php\/contact\/","title":{"rendered":"contact"},"content":{"rendered":"    <script type=\"text\/javascript\">\t\tvar plugin_url = \"https:\/\/www.zuzudesign.nl\/wp-content\/plugins\/contact-form-maker\";      WDF_GRADING_TEXT ='Din score skal v\u00e6re mindre end';       WDF_INVALID_GRADING_1 \t= 'Din score skal v\u00e6re mindre end';      FormCurrency_1 = '$';        FormPaypalTax_1 = '0';        function formOnload1() {        if (navigator.userAgent.toLowerCase().indexOf('msie') != -1 && parseInt(navigator.userAgent.toLowerCase().split('msie')[1]) === 8) {          jQuery(\"#form1\").find(jQuery(\"input[type='radio']\")).click(function() {jQuery(\"input[type='radio']+label\").removeClass('if-ie-div-label'); jQuery(\"input[type='radio']:checked+label\").addClass('if-ie-div-label')});\t          jQuery(\"#form1\").find(jQuery(\"input[type='radio']:checked+label\")).addClass('if-ie-div-label');          jQuery(\"#form1\").find(jQuery(\"input[type='checkbox']\")).click(function() {jQuery(\"input[type='checkbox']+label\").removeClass('if-ie-div-label'); jQuery(\"input[type='checkbox']:checked+label\").addClass('if-ie-div-label')});\t          jQuery(\"#form1\").find(jQuery(\"input[type='checkbox']:checked+label\")).addClass('if-ie-div-label');        }        jQuery(\"div[type='type_text'] input, div[type='type_number'] input, div[type='type_phone'] input, div[type='type_name'] input, div[type='type_submitter_mail'] input, div[type='type_paypal_price'] input, div[type='type_textarea'] textarea\").focus(function() {delete_value(this)}).blur(function() {return_value(this)});        jQuery(\"div[type='type_number'] input, div[type='type_phone'] input, div[type='type_spinner'] input, div[type='type_range'] input, .wdform-quantity\").keypress(function(evt) {return check_isnum(evt)});                jQuery(\"div[type='type_grading'] input\").keypress(function(evt) {return check_isnum_or_minus(evt)});                jQuery(\"div[type='type_paypal_checkbox'] input[type='checkbox'], div[type='type_paypal_radio'] input[type='radio'], div[type='type_paypal_shipping'] input[type='radio']\").click(function() {set_total_value(1)});        jQuery(\"div[type='type_paypal_select'] select, div[type='type_paypal_price'] input\").change(function() {set_total_value(1)});        jQuery(\".wdform-quantity\").change(function() {set_total_value(1)});        jQuery(\"div[type='type_address'] select\").change(function() {set_total_value(1)});                jQuery(\"div[type='type_time'] input\").blur(function() {add_0(this)});        jQuery('.wdform-element-section').each(function() {          if(!jQuery(this).parent()[0].style.width && parseInt(jQuery(this).width())!=0)          {                        if(jQuery(this).css('display')==\"table-cell\")            {              if(jQuery(this).parent().attr('type')!=\"type_captcha\")                jQuery(this).parent().css('width', parseInt(jQuery(this).width()) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width)+15);              else                jQuery(this).parent().css('width', (parseInt(jQuery(this).parent().find(jQuery(\".captcha_input\"))[0].style.width)*2+50) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width)+15);            }          }          if (!jQuery(this).parent()[0].style.width && parseInt(jQuery(this).width()) != 0) {            if (jQuery(this).css('display') == \"table-cell\") {              if (jQuery(this).parent().attr('type') != \"type_captcha\") {                jQuery(this).parent().css('width', parseInt(jQuery(this).width()) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width)+15);              }              else {                jQuery(this).parent().css('width', (parseInt(jQuery(this).parent().find(jQuery(\".captcha_input\"))[0].style.width)*2+50) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width)+15);              }            }          }          if(parseInt(jQuery(this)[0].style.width.replace('px', '')) < parseInt(jQuery(this).css('min-width').replace('px', '')))            jQuery(this).css('min-width', parseInt(jQuery(this)[0].style.width.replace('px', ''))-10);        });\t                jQuery('.wdform-label').each(function() {          if(parseInt(jQuery(this).height()) >= 2*parseInt(jQuery(this).css('line-height').replace('px', '')))          {            jQuery(this).parent().css('max-width',jQuery(this).parent().width());            jQuery(this).parent().css('width','');          }        });                (function(jQuery){          jQuery.fn.shuffle = function() {            var allElems = this.get(),              getRandom = function(max) {                return Math.floor(Math.random() * max);              },              shuffled = jQuery.map(allElems, function(){                var random = getRandom(allElems.length),                  randEl = jQuery(allElems[parseInt(random)]).clone(true)[0];                allElems.splice(random, 1);                return randEl;               });            this.each(function(i){              jQuery(this).replaceWith(jQuery(shuffled[i]));            });            return jQuery(shuffled);          };        })(jQuery);                jQuery(\"#wd_captcha1\").click(function() {captcha_refresh(\"wd_captcha\",\"1\")});jQuery(\"#_element_refresh1\").click(function() {captcha_refresh(\"wd_captcha\",\"1\")});captcha_refresh(\"wd_captcha\", \"1\");                        if(window.before_load)        {          before_load();        }      }      jQuery(window).load(function () {        formOnload1();      });      form_view_count1=0;      jQuery(document).ready(function () {        for(i=1; i<=30; i++) {          if (document.getElementById('1form_view'+i)) {            form_view_count1++;            form_view_max1 = i;          }        }        if (form_view_count1 > 1) {          for (i = 1; i <= form_view_max1; i++) {            if (document.getElementById('1form_view' + i)) {              first_form_view1 = i;              break;            }          }          generate_page_nav(first_form_view1, '1', form_view_count1, form_view_max1);        }      });      function check_required1(but_type) {        if (but_type == 'reset') {          if (window.before_reset) {            before_reset();          }         var types = [\"type_editor\",\"type_name\",\"type_submitter_mail\",\"type_textarea\",\"type_captcha\",\"type_submit_reset\"];\t\t\tvar label_ids = [\"1\",\"2\",\"3\",\"4\",\"5\",\"6\"];\t\t\tjQuery.each(types, function (index, elem) {\t\t\t\tswitch(elem) {\t\t\t\t\tcase \"type_text\":\t\t\t\t\tcase \"type_password\":\t\t\t\t\tcase \"type_textarea\":\t\t\t\t\tcase \"type_number\":\t\t\t\t\tcase \"type_submitter_mail\":\t\t\t\t\t\tcase \"type_spinner\":\t\t\t\t\tcase 'type_own_select':\t\t\t\t\tcase 'type_country':\t\t\t\t\tcase 'type_date': \t\t\t\t\tcase 'type_hidden': \t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element1\").val('');\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\t\tcase 'type_send_copy':\t\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element1\").prop('checked', false);\t\t\t\t\tbreak;\t\t\t\t\tcase 'type_phone':\t\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element_first1, #wdform_\"+label_ids[index]+\"_element_last1\").val('');\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_name':\t\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element_first1, #wdform_\"+label_ids[index]+\"_element_last1, #wdform_\"+label_ids[index]+\"_element_title1, #wdform_\"+label_ids[index]+\"_element_middle1\").val('');\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_address':\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_street11, #wdform_\"+label_ids[index]+\"_street21, #wdform_\"+label_ids[index]+\"_city1, #wdform_\"+label_ids[index]+\"_state1, #wdform_\"+label_ids[index]+\"_postal1, #wdform_\"+label_ids[index]+\"_country1\").val('');\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_checkbox':\t\t\t\t\t\tjQuery(\"#form1 div[wdid='\"+label_ids[index]+\"'] .checkbox-div input\").prop('checked', false);\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_other_br1\").remove();\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_other_input1\").remove();\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_radio':\t\t\t\t\t\tjQuery(\"#form1 div[wdid='\"+label_ids[index]+\"'] .radio-div input\").prop('checked', false);\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_other_br1\").remove();\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_other_input1\").remove();\t\t\t\t\tbreak;           \t\t\t\t\tcase 'type_time':\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_hh1, #wdform_\"+label_ids[index]+\"_mm1, #wdform_\"+label_ids[index]+\"_ss1, #wdform_\"+label_ids[index]+\"_am_pm1\").val('');\t\t\t\t\tbreak;            \t\t\t\t\tcase 'type_date_fields': \t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_day1, #wdform_\"+label_ids[index]+\"_month1, #wdform_\"+label_ids[index]+\"_year1\").val('');\t\t\t\t\tbreak;\t\t\t\t\tcase 'type_file_upload':\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element1_save\").remove();\t\t\t\t\tbreak;            \t\t\t\t\tcase 'type_paypal_price': \t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element_dollars1, #wdform_\"+label_ids[index]+\"_element_cents1\").val('');\t\t\t\t\tbreak;            \t\t\t\t\tcase 'type_paypal_select': \t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element1, #wdform_\"+label_ids[index]+\"_element_quantity1, #form1 div[wdid='\"+label_ids[index]+\"'] .paypal-property select\").val('');\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_paypal_radio': \t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element_quantity1,#form1 div[wdid='\"+label_ids[index]+\"'] .paypal-property select\").val('');\t\t\t\t\t\tjQuery(\"#form1 div[wdid='\"+label_ids[index]+\"'] .radio-div input\").prop('checked', false);\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_paypal_shipping':\t\t\t\t\t\tjQuery(\"#form1 div[wdid='\"+label_ids[index]+\"'] .radio-div input\").prop('checked', false);\t\t\t\t\tbreak;            \t\t\t\t\tcase 'type_paypal_checkbox':\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element_quantity1,#form1 div[wdid='\"+label_ids[index]+\"'] .paypal-property select\").val('');\t\t\t\t\t\tjQuery(\"#form1 div[wdid='\"+label_ids[index]+\"'] .checkbox-div input\").prop('checked', false);\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\tcase 'type_star_rating': \t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_selected_star_amount1\").val('');\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element1 img\").attr('src', plugin_url+'\/images\/star.png');\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_scale_rating': \t\t\t\t\t\tjQuery(\"#form1 div[wdid='\"+label_ids[index]+\"'] .radio-div input\").prop('checked', false);\t\t\t\t\tbreak;\t\t\t\t\t\tcase 'type_slider':\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element1\").slider({\t\t\t\t\t\t\tvalue: eval(0),\t\t\t\t\t\t});\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element_value1\").html('0');\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\t\tcase 'type_range':\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element10, #wdform_\"+label_ids[index]+\"_element11\").val('');\t\t\t\t\t\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\t\tcase 'type_grading': \t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element1 input\").val('');\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_matrix':\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element1 .radio-div input\").prop('checked', false);\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element1 .checkbox-div input\").prop('checked', false);\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element1 input[type='text']\").val('');\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element1 select\").val('');\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_paypal_total': \t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"div_total1\").html('$0');\t\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"paypal_products1\").empty();\t\t\t\t\t\tbreak;\t\t\t\t\t\tdefault:\t\t\t\t\tbreak;\t\t\t\t}\t\t\t});\t\t\t          return;        }        if (window.before_submit) {          before_submit();        }        x = jQuery(\"#form1\");                          if(x.find(jQuery(\"div[wdid=2]\")).length != 0 && x.find(jQuery(\"div[wdid=2]\")).css(\"display\") != \"none\")                  {                    if(jQuery(\"#wdform_2_element_first1\").val()==\"\" || jQuery(\"#wdform_2_element_first1\").val()==\"\" || jQuery(\"#wdform_2_element_last1\").val()==\"\" || jQuery(\"#wdform_2_element_last1\").val()==\"\" || (jQuery(\"#wdform_2_element_title1\").length != 0 && (jQuery(\"#wdform_2_element_title1\").val()==\"\" || jQuery(\"#wdform_2_element_title1\").val()==\"\")) || (jQuery(\"#wdform_2_element_middle1\").length != 0 && (jQuery(\"#wdform_2_element_middle1\").val()==\"\" || jQuery(\"#wdform_2_element_middle1\").val()==\"\")))                    {\t\t\t\t\t\talert(\"Naam: veld is verplicht.\");\t\t\t\t\t\told_bg=x.find(jQuery(\"div[wdid=2]\")).css(\"background-color\");\t\t\t\t\t\tx.find(jQuery(\"div[wdid=2]\")).effect( \"shake\", {}, 500 ).css(\"background-color\",\"#FF8F8B\").animate({backgroundColor: old_bg}, {duration: 500, queue: false });\t\t\t\t\t\tjQuery(\"#wdform_2_element_first1\").focus();\t\t\t\t\t\treturn false;                    }                  }                                  if(x.find(jQuery(\"div[wdid=3]\")).length != 0 && x.find(jQuery(\"div[wdid=3]\")).css(\"display\") != \"none\")                {                  if(jQuery(\"#wdform_3_element1\").val()==\"ex: myname@example.com\" || jQuery(\"#wdform_3_element1\").val()==\"\")                  {                    alert(\"E-mail: veld is verplicht.\");                    jQuery(\"#wdform_3_element1\").addClass( \"form-error\" );                    old_bg=x.find(jQuery(\"div[wdid=3]\")).css(\"background-color\");                    x.find(jQuery(\"div[wdid=3]\")).effect( \"shake\", {}, 500 ).css(\"background-color\",\"#FF8F8B\").animate({backgroundColor: old_bg}, {duration: 500, queue: false });                    jQuery(\"#wdform_3_element1\").focus();                    jQuery(\"#wdform_3_element1\").change(function() { if( jQuery(this).val()!=\"\" ) jQuery(this).removeClass(\"form-error\"); else jQuery(this).addClass(\"form-error\");});                    return false;                  }                }                              if(x.find(jQuery(\"div[wdid=3]\")).length != 0 && x.find(jQuery(\"div[wdid=3]\")).css(\"display\") != \"none\")              {                            if(jQuery(\"#wdform_3_element1\").val()!=\"\" && jQuery(\"#wdform_3_element1\").val().search(\/^\\w+((-\\w+)|(\\.\\w+))*\\@[A-Za-z0-9]+((\\.|-)[A-Za-z0-9]+)*\\.[A-Za-z0-9]+$\/) == -1 )                {                  alert(\"Dit is geen geldig e-mailadres.\");                  old_bg=x.find(jQuery(\"div[wdid=3]\")).css(\"background-color\");                  x.find(jQuery(\"div[wdid=3]\")).effect( \"shake\", {}, 500 ).css(\"background-color\",\"#FF8F8B\").animate({backgroundColor: old_bg}, {duration: 500, queue: false });                  jQuery(\"#wdform_3_element1\").focus();                  return false;                }                            }                            if(x.find(jQuery(\"div[wdid=5]\")).length != 0 && x.find(jQuery(\"div[wdid=5]\")).css(\"display\") != \"none\")              {                if(jQuery(\"#wd_captcha_input1\").val()==\"\")                {                  alert(\"Typ de karakters die je hiernaast ziet: veld is verplicht.\");                  old_bg=x.find(jQuery(\"div[wdid=5]\")).css(\"background-color\");                  x.find(jQuery(\"div[wdid=5]\")).effect( \"shake\", {}, 500 ).css(\"background-color\",\"#FF8F8B\").animate({backgroundColor: old_bg}, {duration: 500, queue: false });                  jQuery(\"#wd_captcha_input1\").focus();                  return false;                }              }              ;        var a = [];        if (typeof a[1] !== 'undefined' && a[1] == 1) {          return;        }                var disabled_fields =\"\";\t        jQuery(\"div[wdid]\").each(function() {          if(jQuery(this).css(\"display\")==\"none\")          {\t\t            disabled_fields += jQuery(this).attr(\"wdid\");            disabled_fields += \",\";          }\t            if(disabled_fields)            jQuery(\"<input type=\\\"hidden\\\" name=\\\"disabled_fields1\\\" value =\\\"\"+disabled_fields+\"\\\" \/>\").appendTo(\"#form1\");                    });        a[1] = 1;        document.getElementById(\"form\"+1).submit();      }      function check1(id) {        x = jQuery(\"#1form_view\"+id);                          if(x.find(jQuery(\"div[wdid=2]\")).length != 0 && x.find(jQuery(\"div[wdid=2]\")).css(\"display\") != \"none\")                  {                    if(jQuery(\"#wdform_2_element_first1\").val()==\"\" || jQuery(\"#wdform_2_element_first1\").val()==\"\" || jQuery(\"#wdform_2_element_last1\").val()==\"\" || jQuery(\"#wdform_2_element_last1\").val()==\"\" || (jQuery(\"#wdform_2_element_title1\").length != 0 && (jQuery(\"#wdform_2_element_title1\").val()==\"\" || jQuery(\"#wdform_2_element_title1\").val()==\"\")) || (jQuery(\"#wdform_2_element_middle1\").length != 0 && (jQuery(\"#wdform_2_element_middle1\").val()==\"\" || jQuery(\"#wdform_2_element_middle1\").val()==\"\")))                    {\t\t\t\t\t\talert(\"Naam: veld is verplicht.\");\t\t\t\t\t\told_bg=x.find(jQuery(\"div[wdid=2]\")).css(\"background-color\");\t\t\t\t\t\tx.find(jQuery(\"div[wdid=2]\")).effect( \"shake\", {}, 500 ).css(\"background-color\",\"#FF8F8B\").animate({backgroundColor: old_bg}, {duration: 500, queue: false });\t\t\t\t\t\tjQuery(\"#wdform_2_element_first1\").focus();\t\t\t\t\t\treturn false;                    }                  }                                  if(x.find(jQuery(\"div[wdid=3]\")).length != 0 && x.find(jQuery(\"div[wdid=3]\")).css(\"display\") != \"none\")                {                  if(jQuery(\"#wdform_3_element1\").val()==\"ex: myname@example.com\" || jQuery(\"#wdform_3_element1\").val()==\"\")                  {                    alert(\"E-mail: veld is verplicht.\");                    jQuery(\"#wdform_3_element1\").addClass( \"form-error\" );                    old_bg=x.find(jQuery(\"div[wdid=3]\")).css(\"background-color\");                    x.find(jQuery(\"div[wdid=3]\")).effect( \"shake\", {}, 500 ).css(\"background-color\",\"#FF8F8B\").animate({backgroundColor: old_bg}, {duration: 500, queue: false });                    jQuery(\"#wdform_3_element1\").focus();                    jQuery(\"#wdform_3_element1\").change(function() { if( jQuery(this).val()!=\"\" ) jQuery(this).removeClass(\"form-error\"); else jQuery(this).addClass(\"form-error\");});                    return false;                  }                }                              if(x.find(jQuery(\"div[wdid=3]\")).length != 0 && x.find(jQuery(\"div[wdid=3]\")).css(\"display\") != \"none\")              {                            if(jQuery(\"#wdform_3_element1\").val()!=\"\" && jQuery(\"#wdform_3_element1\").val().search(\/^\\w+((-\\w+)|(\\.\\w+))*\\@[A-Za-z0-9]+((\\.|-)[A-Za-z0-9]+)*\\.[A-Za-z0-9]+$\/) == -1 )                {                  alert(\"Dit is geen geldig e-mailadres.\");                  old_bg=x.find(jQuery(\"div[wdid=3]\")).css(\"background-color\");                  x.find(jQuery(\"div[wdid=3]\")).effect( \"shake\", {}, 500 ).css(\"background-color\",\"#FF8F8B\").animate({backgroundColor: old_bg}, {duration: 500, queue: false });                  jQuery(\"#wdform_3_element1\").focus();                  return false;                }                            }                            if(x.find(jQuery(\"div[wdid=5]\")).length != 0 && x.find(jQuery(\"div[wdid=5]\")).css(\"display\") != \"none\")              {                if(jQuery(\"#wd_captcha_input1\").val()==\"\")                {                  alert(\"Typ de karakters die je hiernaast ziet: veld is verplicht.\");                  old_bg=x.find(jQuery(\"div[wdid=5]\")).css(\"background-color\");                  x.find(jQuery(\"div[wdid=5]\")).effect( \"shake\", {}, 500 ).css(\"background-color\",\"#FF8F8B\").animate({backgroundColor: old_bg}, {duration: 500, queue: false });                  jQuery(\"#wd_captcha_input1\").focus();                  return false;                }              }              ;        return true;      }    <\/script>    <script type=\"text\/javascript\"> function before_load() {\t}\t function before_submit() {}\t function before_reset() {\t}<\/script><style>.form1 .radio-div input[type=\"radio\"], .form1.checkbox-div input[type=\"checkbox\"]{visibility: hidden;}.form1 .wdform-page-and-images .other_input{max-width: none;}.form1 button, .form1input, .form1select, .form1textarea{font-size:14px;}.form1 .warning, .form1.error{background-color: #FFFFFF;border: 1px solid #A6A6A6;margin-bottom: 10px;color: #A6A6A6;padding: 5px;}.form1 .warning *, .form1.error *{margin:0;}.form1 .recaptcha_input_area input{height:initial !important;}.form1 a.ui-slider-handle {\twidth: 15px;\theight: 15px;\ttop: -5px;}.form1 .ui-slider {\theight: 6px;\tbackground: #fff !important;\tmargin: 7px 0px;}.form1 .wdform_grading input {\twidth: 100px;}.form1 .wdform-matrix-cell input[type=\"text\"] {\twidth: 100px;}.form1 .wdform-matrix-cell select {\twidth: 60px;}.form1 .wdform_section .wdform_column:last-child {\tpadding-right: 0px !important;}.form1 .wdform_preload {\tdisplay: none;}.form1 @font-face {\tfont-family: ArTarumianHandes;\tsrc: url(https:\/\/www.zuzudesign.nl\/wp-content\/plugins\/contact-form-maker\/css\/HANDES.ttf);}.form1 .wdform_grading {\tpadding: 3px 0px;}.form1 .wdform-matrix-table {\tdisplay: table;\tborder-spacing: 0px;}.form1 .wdform-matrix-column {\ttext-align: left;\tdisplay: table-cell;}.form1 .wdform-matrix-cell {\ttext-align: center;\tdisplay: table-cell;\tpadding: 6px 10px;}.form1 .wdform-matrix-head>div {\tdisplay: table-cell;\ttext-align: center;}.form1 .wdform-matrix-head {\tdisplay: table-row;}.form1 .wdform-matrix-row0 {\tbackground: #DFDFDF;\tdisplay: table-row;}.form1 .wdform-matrix-row1 {\tbackground: #EDE5DA;\tdisplay: table-row;}.form1 .selected-text {\ttext-align: left;}.form1 .wdform-quantity {\twidth: 30px;\tmargin: 2px 0px;}.form1 .wdform_scale_rating label {\tvertical-align: middle;}.form1 .ui-corner-all {\tborder-radius: 3px;}.form1 .ui-widget-content {\tborder: 0px;\tbackground: transparent;}.form1 a.ui-spinner-button:hover{\tbackground: #B3B3B3 !important;\tcolor: #fff;}.form1 a.ui-spinner-button:active{\tbackground: #B3B3B3 !important;\tcolor: #fff;}.form1 a.ui-spinner-button:focus{\tbackground: #B3B3B3 !important;\tcolor: #fff;}.form1 a.ui-slider-handle:hover{\tbackground: #B3B3B3 !important;\tcolor: #fff;}.form1 a.ui-slider-handle:active{\tbackground: #B3B3B3 !important;\tcolor: #fff;}.form1 a.ui-slider-handle:focus{\tbackground: #B3B3B3 !important;\tcolor: #fff;}.form1 ui-state-hover {\tbackground: #B3B3B3 !important;\tcolor: #fff;}.form1 .ui-state-default{\tborder: 1px solid #d3d3d3;\tbackground: #DFDDDD;\tfont-weight: normal;\tcolor: #555555;}.form1 .ui-widget-content .ui-state-default{\tborder: 1px solid #d3d3d3;\tbackground: #DFDDDD;\tfont-weight: normal;\tcolor: #555555;}.form1 .ui-widget-header .ui-state-default {\tborder: 1px solid #d3d3d3;\tbackground: #DFDDDD;\tfont-weight: normal;\tcolor: #555555;}.form1 .ui-slider-range {\tbackground: #E5E5E5 !important;}.form1 .wdform_map {\tborder: 6px solid #DCDCDC;}.form1 .wdform-page-and-images {\twidth: 100%;\tborder: 0px !important;}.form1 .paypal-property {\tdisplay: inline-block;\tmargin-right: 15px;\tvertical-align: middle;}.form1 .sel-wrap {\tdisplay: inline-block;\tvertical-align: middle;\twidth:100%;}.form1 .sel-wrap select {\tposition: absolute; z-index:-1; width: 0px !important;}.form1 .sel-imul {\tdisplay: inline-block;}.form1 .sel-imul .sel-selected {\tcursor: pointer;\tposition: relative;\tdisplay: inline-block;\tpadding: 2px 0px 2px 2px;\tfont-size: 13px;\theight: 20px;\tline-height: 22px;\toverflow: hidden;\tbackground: #fff;\tborder: 1px solid #ccc;\tbackground-position: right 2px center;\twidth: 100%;}.form1 .sel-imul.act .sel-selected {\tbackground: #fff;}.form1 .sel-selected .sel-arraw {\theight: 20px;\twidth: 22px;\tbackground: url(https:\/\/www.zuzudesign.nl\/wp-content\/plugins\/contact-form-maker\/images\/04\/01.png) 50% 50% no-repeat;\tposition: absolute;\ttop: 0px;\tright: 0px;\tpadding: 2px;}.form1 .sel-imul:hover .sel-selected .sel-arraw {  }.form1 .sel-imul.act .sel-selected .sel-arraw {  }.form1 .sel-imul .sel-options {\tbackground: #fff;\tborder: 1px solid #dbdbdb;\tborder-top: none;\tposition: absolute;\twidth: inherit;\tdisplay: none;\tz-index: 10;\tmax-height: 200px;\toverflow-y: auto;\toverflow-x: hidden;}.form1 .sel-options .sel-option {\tpadding: 3px 4px;\tfont-size: 13px;\tborder: 1px solid #fff;\tborder-right: none;\tborder-left: none;\ttext-align: left;}.form1 .sel-options .sel-option:hover {\tborder-color: #dbdbdb;\tcursor: pointer;}.form1 .sel-options .sel-option.sel-ed {\tbackground: #dbdbdb;\tborder-color: #dbdbdb;}.form1 input[type=text] {\tmargin: 0px;}.form1 input[type=password] {\tmargin: 0px;}.form1 input[type=url] {\tmargin: 0px;}.form1 input[type=email] {\tmargin: 0px;}.form1 input.text {\tmargin: 0px;}.form1 input.title {\tmargin: 0px;}.form1 textarea {\tmargin: 0px;}.form1 select {\tmargin: 0px;}.form1 .form-error {\tborder-color: red !important;}.form1 .form-error:focus {\tborder-color: red !important;}.form1 .wdform-field {\tdisplay: table-cell;\tpadding: 5px 0px;}.form1 .wdform-label-section{\ttext-align: left;\tdisplay: table-cell;}.form1 .wdform-element-section {\ttext-align: left;\tdisplay: table-cell;\tmin-width: 140px;}.form1 .file-upload input {\tposition: absolute;\tvisibility: hidden;}.form1 .file-upload-status {\tmargin-left: 10px;\tmax-width: 200px;\tfont-weight: bold;\tfont-size: 16px;\tcolor: #888;\tbackground: #fff;\tposition: absolute;\tborder-radius: 4px;\theight: 24px;\tborder: 1px solid #ccc;\tpadding-left: 5px;\tpadding-right: 5px;\twhite-space: nowrap;\toverflow: hidden;\tdirection: rtl;\tpadding-top: 3px;\tmargin-top: 2px;}.form1 .file-picker {\twidth: 45px;\theight: 44px;\tbackground: url(https:\/\/www.zuzudesign.nl\/wp-content\/plugins\/contact-form-maker\/images\/04\/upload.png);\tdisplay: inline-block;}.form1 div.wdform-page-button {\tcolor: #424242;\tcursor: pointer;\tdisplay: inline-block;\theight: 39px;\tline-height: 35px;\tpadding: 0px 20px;\tvertical-align: middle;\tfont-weight: 400;\tfont-size: 20px;\tborder: 1px solid #959595;\tborder-radius: 5px;}.form1 div.wdform-page-button:hover {color: #fff;border: 1px solid #919191;background: #7A7A7A ;background: -moz-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);background: -webkit-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);background: -o-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);background: -ms-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);background: linear-gradient(to bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);box-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;}.form1 .button-submit {\tcolor: #767676 !important;\tcursor: pointer;\tdisplay: inline-block;\theight: 39px;\tline-height: 32px;\tpadding: 0px 20px 5px;\tvertical-align: middle;\tfont-weight: 400 !important;\tfont-size: 20px;\tborder: 1px solid #959595;\tborder-radius: 5px;\tfont-family: Segoe UI;background:transparent;}.form1 .button-submit:hover {color: #fff !important;border: 1px solid #919191;background: #7A7A7A ;background: -moz-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);background: -webkit-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);background: -o-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);background: -ms-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);background: linear-gradient(to bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);box-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;}.form1 .button-reset {\tbackground: transparent;\tcursor: pointer;\tfont-size: 18px;\tmin-width: 80px;\tmin-height: 34px;\tcolor: #787878;\tborder: 0px;\tmargin: 5px;\tfont-family: Segoe UI;\ttext-decoration: underline;}.form1 .wdform_page {\tbackground: transparent;\tpadding: 15px 15px 15px 50px;\tborder-radius: 0px;\tfont-family: Segoe UI;}.form1 .wdform_column {\tpadding-right: 30px !important;\tfloat: left;\tborder-spacing: 2px;\tborder-collapse: separate !important;}.form1 .wdform_column>div {\tborder-bottom: 0px solid #E7E7E7;}.form1 .wdform_column>.wdform_row:last-child {\tborder-bottom: 0px solid #E7E7E7;}.form1 .wdform-field-section-break {\ttext-align: center;}.form1 .wdform_section_break2 {\tmargin: 16px 10px 16px 0px;\tdisplay: inline-block;\tbackground: url(https:\/\/www.zuzudesign.nl\/wp-content\/plugins\/contact-form-maker\/images\/04\/02\/bg.png) no-repeat;\ttext-align: left;\tborder-radius: 0px;\twidth: 300px;padding: 5px;\ttext-align: center;font-size: 16px;}.form1 .wdform_section_break{margin: 16px 10px 16px 0px;text-align: left;font-size: 18px;}.form1 .wdform_section {\tdisplay: table-row}.form1 select {\tborder-radius: 0px;\theight: 24px;\toverflow: hidden;\tpadding: 2px;border: 1px solid #ccc;\toutline: none;}.form1 input[type=\"text\"]{\tborder-radius: 0px;\theight: 22px;\tborder: 1px solid #ccc;\tpadding:0 3px !important;}.form1 input[type=\"password\"]{\tborder-radius: 0px;\theight: 22px;\tborder: 1px solid #ccc;\tpadding:0 3px !important;}.form1 textarea {\tborder-radius: 0px;\theight: 22px;\tborder: 1px solid #ccc;\tpadding:0 3px !important;}.form1 input[type=\"text\"]:focus {\tborder-color: #B3B3B3;\toutline: none;}.form1 input[type=\"password\"]:focus {\tborder-color: #B3B3B3;\toutline: none;}.form1 textarea:focus {\tborder-color: #B3B3B3;\toutline: none;}.form1 .input_deactive {\tcolor: #999999;\tfont-style: italic;}.form1 .input_active {\tcolor: #000000;\tfont-style: normal;}.form1 .am_pm_select {\twidth: 30px;\tvertical-align: middle;}.form1 .checkbox-div input[type=checkbox] {\tposition : absolute;\tz-index: -1;}.form1 .checkbox-div {\twidth: 14px;\theight: 14px;\tbackground: #fff;\tborder: 1px solid #ccc;\tborder-radius: 7px;\tposition: relative;\tdisplay: inline-block;\tbox-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;}.form1 .checkbox-div label {\tcursor: pointer;\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\tfilter: alpha(opacity=0);\topacity: 0;\tcontent: \"\";\tposition: absolute;\twidth: 16px;\theight: 13px;\tbackground: url(https:\/\/www.zuzudesign.nl\/wp-content\/plugins\/contact-form-maker\/images\/02\/checkbox.png);\tborder-radius: 0px;\ttop: -3px;\tleft: 2px;}.form1 .checkbox-div label:hover {\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\tfilter: alpha(opacity=30);\topacity: 0.3;}.form1 .checkbox-div .wdform-ch-rad-label:hover {\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\tfilter: alpha(opacity=30);\topacity: 0.3;}.form1 .wdform-ch-rad-label:hover + .checkbox-div label {\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\tfilter: alpha(opacity=30);\topacity: 0.3;}.form1 .checkbox-div input[type=checkbox]:checked + label {\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\tfilter: alpha(opacity=100);\topacity: 1;}.form1 .wdform-calendar-button, .form1.wdform-calendar-button:hover {  display:inline-block;\tbackground: transparent url(https:\/\/www.zuzudesign.nl\/wp-content\/plugins\/contact-form-maker\/images\/04\/date.png) no-repeat left 50% !important;\tborder: 0px;\tcolor: transparent;\twidth: 20px;\theight: 24px;\tposition: relative;\tleft: -22px;\tvertical-align: top;\toutline: none;}.form1 .radio-div input[type=radio] {\tposition : absolute;\tz-index: -1;}.form1 .forlabs {\tfloat: right;\tmargin-right: 20px;}.form1 .radio-div {\twidth: 14px;\theight: 14px;\tbackground: #fff;\tborder: 1px solid #ccc;\tborder-radius: 7px;\tposition: relative;\tdisplay: inline-block;\tbox-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;}.form1 .radio-div label {cursor: pointer;-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";filter: alpha(opacity=0);opacity: 0;content: \"\";position: absolute;width: 10px;height: 10px;background: #63929E ;background: -moz-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);background: -webkit-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);background: -o-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);background: -ms-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);background: linear-gradient(to bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);box-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;border-radius: 7px;top: 1px;left: 1px;border: 1px solid #678B94;}.form1 .radio-div label:hover {\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\tfilter: alpha(opacity=30);\topacity: 0.5;}.form1 .radio-div .wdform-ch-rad-label:hover {\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\tfilter: alpha(opacity=30);\topacity: 0.5;}.form1 .wdform-ch-rad-label:hover + .radio-div label {\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\tfilter: alpha(opacity=30);\topacity: 0.5;}.form1 .radio-div input[type=radio]:checked + label {\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\tfilter: alpha(opacity=100);\topacity: 1;}.form1 .if-ie-div-label {\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\tfilter: alpha(opacity=100) !important;\topacity: 1 !important;}.form1 .wdform-ch-rad-label {\tdisplay: inline;\tmargin: -4px 5px 5px 5px;\tfloat: left;\tcolor: #000;\tcursor: pointer}.form1 textarea {\tpadding-top: 5px;}.form1 .wdform-date {  display:inline-block;\twidth: 105px}.form1 .wdform_footer {\tpadding-top: 5px;\tmargin-top: 15px;}.form1 .page-numbers {\tvertical-align: middle;}.form1 .time_box {\ttext-align: right;\twidth: 30px;\tvertical-align: middle}.form1 .mini_label {\tfont-size: 10px;\tfont-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\tcolor: #000;}.form1 .wdform-label {\tborder: none;\tcolor: #000;\tvertical-align: top;\tline-height: 17px;}.form1 .wdform_colon {\tcolor: #000}.form1 .wdform_separator {\tfont-style: bold;\tvertical-align: middle;\tcolor: #000;}.form1 .wdform_line {\tcolor: #000}.form1 .wdform-required {\tborder: none;\tcolor: red;\tvertical-align: top;}.form1 .captcha_img {\tborder-width: 0px;\tmargin: 0px;\tpadding: 0px;\tcursor: pointer;}.form1 .captcha_refresh {\twidth: 30px;\theight: 30px;\tborder-width: 0px;\tmargin: 0px;\tpadding: 0px;\tvertical-align: middle;\tcursor: pointer;\tbackground-image: url(https:\/\/www.zuzudesign.nl\/wp-content\/plugins\/contact-form-maker\/images\/refresh_black.png);}.form1 .captcha_input {\theight: 20px;\tborder-width: 1px;\tmargin: 0px;\tpadding: 0px;\tvertical-align: middle;}.form1 .file_upload {\tborder: 0px solid white;\tborder-radius: 0px;\tmargin: 0px;\tpadding: 0px;\tcolor: black;\tbackground-color: white;}.form1 .page_deactive {\tfont-size: 12px; color: #ffffff;\tcursor: pointer;\tdisplay: inline-block;\theight: 20px;\ttext-align: center;\tvertical-align: bottom;\tpadding: 5px 20px 0px 20px;\tfont-weight: bold;\tbackground-color: #C0C0C0;\tmargin-left: 1px;}.form1 .page_active {\tcolor: #fff;\tcursor: pointer;\tbackground-color: #A8A8A8;\tdisplay: inline-block;\tvertical-align: bottom;\theight: 25px;\ttext-align: center;\tfont-size: 16px;\tpadding: 5px 20px 0px 20px;\tmargin-left: 1px;}.form1 .page_percentage_active {\tpadding: 0px;\tmargin: 0px;\tborder-spacing: 0px;\theight: 23px;\tline-height: 23px;\tfont-size: 15px;\tfloat: left;\ttext-align: right !important;\tz-index: 1;\tposition: relative;\tbackground: #678B94;\tvertical-align: middle;\tfont-family: ArTarumianHandes;}.form1 .page_percentage_deactive {\theight: 23px;\tline-height: 23px;\tbackground-color: #88B4BD;\ttext-align: left !important;\tmargin-bottom: 1px;}.form1 .page_numbers {\tfont-size: 14px;\tcolor: #000;}.form1 .phone_area_code {\twidth: 50px;}.form1 .phone_number {\twidth: 100px;}.form1 button {\tcursor: pointer;}.form1 .other_input {\tborder-radius: 0px;\tborder-width: 1px;\theight: 16px;\tfont-size: 12px;\tpadding: 1px;\tmargin: 1px;\tmargin-left: 25px;\tz-index: 100;\tposition: absolute;}.form1 .wdform_page_navigation {\ttext-align: right !important;\tmargin-bottom: 0px;}.form1 .wdform_percentage_text {\tmargin: 3px 5px 3px 9px;\tcolor: #FFFFFF;\tfont-weight: bold;}.form1 .wdform_percentage_title {\tcolor: #000000;\tfont-style: italic;\tmargin: 0px 0px 0px 40px;\tdisplay: inline-block;\tline-height: 20px;\theight: 20px;\tvertical-align: middle;}.form1 .wdform_percentage_arrow {\tdisplay: inline-block;\twidth: 20px;\theight: 23px;\tbackground-color: #678B94;\tposition: relative;\tleft: -14px;\tz-index: 0;\tvertical-align: middle;\t-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\t-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\t-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\t-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\ttransform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);}.form1 .wdform_button button {\tbackground: #0E4D92;\tcursor: pointer;\tfont-size: 17px;\tborder-radius: 4px;\tmin-width: 80px;\tmin-height: 27px;\tcolor: #fff;\tborder: 2px solid #0E3F77;\tmargin: 5px;\tbox-shadow: 0px 0px 2px #c9c9c9;\tfont-family: Segoe UI;}.form1 .wdform_button button:active {\tborder: 2px solid #0B2D52;\tbackground: #0E3F77;}.form1 <\/style><form name=\"form1\" action=\"\/index.php\/wp-json\/wp\/v2\/pages\/27\" method=\"post\" id=\"form1\" class=\"form1\" enctype=\"multipart\/form-data\"  onsubmit=\"check_required('submit', '1'); return false;\">      <div id=\"1pages\" class=\"wdform_page_navigation\" show_title=\"false\" show_numbers=\"true\" type=\"none\"><\/div>      <input type=\"hidden\" id=\"counter1\" value=\"7\" name=\"counter1\" \/>      <input type=\"hidden\" id=\"Itemid1\" value=\"\" name=\"Itemid1\" \/><div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"1form_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div wdid=\"1\" class=\"wdform_row ui-sortable-handle\"><div type=\"type_editor\" class=\"wdform-field\"><div><h3>Contact<\/h3><div>Heb je een vraag of ben je benieuwd wat ik voor jouw project kan betekenen, neem dan gerust contact met mij op.<\/div><\/div><p><\/p><\/div><\/div><div wdid=\"2\" class=\"wdform_row ui-sortable-handle\" style=\"\"><div type=\"type_name\" class=\"wdform-field\"  style=\"width:350px\"><div class=\"wdform-label-section\" style=\"float: left;; width: 150px;\"><span class=\"wdform-label\">Naam:<\/span><span class=\"wdform-required\">*<\/span><\/div>              <div class=\"wdform-element-section \" style=\" width: 200px;\">\t\t\t\t\t<div style=\"display: table-cell; width:50%\">\t\t\t\t\t  <div><input type=\"text\" class=\"input_deactive\" id=\"wdform_2_element_first1\" name=\"wdform_2_element_first1\" value=\"\" title=\"\"  style=\"width: 100%;\"><\/div>\t\t\t\t\t  <div><label class=\"mini_label\">Voornaam<\/label><\/div>\t\t\t\t\t<\/div>\t\t\t\t\t<div style=\"display:table-cell;\"><div style=\"margin: 0px 8px; padding: 0px;\"><\/div><\/div>\t\t\t\t\t<div  style=\"display: table-cell; width:50%\">\t\t\t\t\t  <div><input type=\"text\" class=\"input_deactive\" id=\"wdform_2_element_last1\" name=\"wdform_2_element_last1\" value=\"\" title=\"\" style=\"width: 100%;\" ><\/div>\t\t\t\t\t  <div><label class=\"mini_label\">Achternaam<\/label><\/div>\t\t\t\t\t<\/div>\t\t\t\t\t<\/div><\/div><\/div><div wdid=\"3\" class=\"wdform_row ui-sortable-handle\"><div type=\"type_submitter_mail\" class=\"wdform-field\"  style=\"width:350px\"><div class=\"wdform-label-section\" style=\"float: left;; width: 150px;\"><span class=\"wdform-label\">E-mail:<\/span><span class=\"wdform-required\">*<\/span><\/div><div class=\"wdform-element-section \" style=\" width: 200px;\"><input type=\"text\" class=\"input_deactive\" id=\"wdform_3_element1\" name=\"wdform_3_element1\" value=\"ex: myname@example.com\" title=\"ex: myname@example.com\"  style=\"width: 100%;\" ><\/div><\/div><\/div><div wdid=\"4\" class=\"wdform_row ui-sortable-handle\"><div type=\"type_textarea\" class=\"wdform-field\"  style=\"width:360px\"><div class=\"wdform-label-section\" style=\"float: left;; width: 150px;\"><span class=\"wdform-label\">Vraag:<\/span><\/div><div class=\"wdform-element-section \" style=\" width: 200px\"><textarea class=\"input_deactive\" id=\"wdform_4_element1\" name=\"wdform_4_element1\" title=\"\"  style=\"width: 100%; height: 100px;\" ><\/textarea><\/div><\/div><\/div><div wdid=\"5\" class=\"wdform_row ui-sortable-handle\"><div type=\"type_captcha\" class=\"wdform-field\"><div class=\"wdform-label-section\" style=\"float: left; width: 150px;\"><span class=\"wdform-label\">Typ de karakters die je hiernaast ziet:<\/span><\/div><div class=\"wdform-element-section \" style=\"\"><div style=\"display: table;\"><div style=\"display: table-cell;vertical-align: middle;\"><div valign=\"middle\" style=\"display: table-cell; text-align: center;\"><img type=\"captcha\" digit=\"6\" src=\" https:\/\/www.zuzudesign.nl\/wp-admin\/admin-ajax.php?action=formcontactwdcaptcha&digit=6&i=1\" id=\"wd_captcha1\" class=\"captcha_img\" style=\"display:none\" ><\/div><div valign=\"middle\" style=\"display: table-cell;\"><div class=\"captcha_refresh\" id=\"_element_refresh1\" ><\/div><\/div><\/div><div style=\"display: table-cell;vertical-align: middle;\"><div style=\"display: table-cell;\"><input type=\"text\" class=\"captcha_input\" id=\"wd_captcha_input1\" name=\"captcha_input\" style=\"width: 75px;\" ><\/div><\/div><\/div><\/div><\/div><\/div><div wdid=\"6\" class=\"wdform_row ui-sortable-handle\"><div type=\"type_submit_reset\" class=\"wdform-field\"><div class=\"wdform-label-section\" style=\"display: table-cell;\"><\/div><div class=\"wdform-element-section \" style=\"display: table-cell;\"><button type=\"button\" class=\"button-submit\" onclick=\"check_required1(&quot;submit&quot;, &quot;1&quot;);\" >Verstuur<\/button><button type=\"button\" class=\"button-reset\" onclick=\"check_required1(&quot;reset&quot;);\"  >Annuleer<\/button><\/div><\/div><\/div><\/div><\/div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"1page_nav1\" style=\"display: table-row;\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"wdform_preload\"><\/div><\/form>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/www.zuzudesign.nl\/index.php\/wp-json\/wp\/v2\/pages\/27"}],"collection":[{"href":"https:\/\/www.zuzudesign.nl\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.zuzudesign.nl\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.zuzudesign.nl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.zuzudesign.nl\/index.php\/wp-json\/wp\/v2\/comments?post=27"}],"version-history":[{"count":7,"href":"https:\/\/www.zuzudesign.nl\/index.php\/wp-json\/wp\/v2\/pages\/27\/revisions"}],"predecessor-version":[{"id":1137,"href":"https:\/\/www.zuzudesign.nl\/index.php\/wp-json\/wp\/v2\/pages\/27\/revisions\/1137"}],"wp:attachment":[{"href":"https:\/\/www.zuzudesign.nl\/index.php\/wp-json\/wp\/v2\/media?parent=27"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}