function FrameBuilder(formId,appendTo,initialHeight,iframeCode){this.formId=formId;this.initialHeight=initialHeight;this.iframeCode=iframeCode;this.frame=null;this.timeInterval=200;this.appendTo=appendTo||false;this.formSubmitted=0;this.init=function(){this.createFrame();this.addFrameContent(this.iframeCode);};this.createFrame=function(){var tmp_is_ie=!!window.ActiveXObject;var htmlCode="<"+"iframe onload=\"window.parent.scrollTo(0,0)\" src=\"\" allowtransparency=\"true\" frameborder=\"0\" name=\""+this.formId+"\" id=\""+this.formId+"\" style=\"width:100%; height:"+this.initialHeight+"px; border:none;\" scrolling=\"no\"></if"+"rame>";if(this.appendTo===false){document.write(htmlCode);}else{var tmp=document.createElement('div');tmp.innerHTML=htmlCode;var a=this.appendTo;document.getElementById(a).appendChild(tmp.firstChild);}
this.frame=document.getElementById(this.formId);if(tmp_is_ie===true){try{var iframe=this.frame;var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.open();doc.write("");}
catch(err){this.frame.src="javascript:void((function(){document.open();document.domain=\'"+this.getBaseDomain()+"\';document.close();})())";}}
this.addEvent(this.frame,'load',this.bindMethod(this.setTimer,this));var self=this;if(window.chrome!==undefined){this.frame.onload=function(){try{var doc=this.contentWindow.document;var _jotform=this.contentWindow.JotForm;if(doc!==undefined){var form=doc.getElementById(""+self.formId);self.addEvent(form,"submit",function(){if(_jotform.validateAll()){self.formSubmitted=1;}});}}catch(e){}}}};this.addEvent=function(obj,type,fn){if(obj.attachEvent){obj["e"+type+fn]=fn;obj[type+fn]=function(){obj["e"+type+fn](window.event);};obj.attachEvent("on"+type,obj[type+fn]);}
else{obj.addEventListener(type,fn,false);}};this.addFrameContent=function(string){string=string.replace(new RegExp('src\\=\\"[^"]*captcha.php\"><\/scr'+'ipt>','gim'),'src="http://api.recaptcha.net/js/recaptcha_ajax.js"></scr'+'ipt><'+'div id="recaptcha_div"><'+'/div>'+'<'+'style>#recaptcha_logo{ display:none;} #recaptcha_tagline{display:none;} #recaptcha_table{border:none !important;} .recaptchatable .recaptcha_image_cell, #recaptcha_table{ background-color:transparent !important; } <'+'/style>'+'<'+'script defer="defer"> window.onload = function(){ Recaptcha.create("6Ld9UAgAAAAAAMon8zjt30tEZiGQZ4IIuWXLt1ky", "recaptcha_div", {theme: "clean",tabindex: 0,callback: function (){'+'if (document.getElementById("uword")) { document.getElementById("uword").parentNode.removeChild(document.getElementById("uword")); } if (window["validate"] !== undefined) { if (document.getElementById("recaptcha_response_field")){ document.getElementById("recaptcha_response_field").onblur = function(){ validate(document.getElementById("recaptcha_response_field"), "Required"); } } } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_challenge_field")[0].setAttribute("name", "anum"); } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_response_field")[0].setAttribute("name", "qCap"); }}})'+' }<'+'/script>');string=string.replace(/(type="text\/javascript">)\s+(validate\(\"[^"]*"\);)/,'$1 jTime = setInterval(function(){if("validate" in window){$2clearTimeout(jTime);}}, 1000);');if(string.match('#sublabel_litemode')){string=string.replace('class="form-all"','class="form-all" style="margin-top:0;"');}
var iframe=this.frame;var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.open();doc.write(string);setTimeout(function(){doc.close();try{if('JotFormFrameLoaded'in window){JotFormFrameLoaded();}}catch(e){console.log("error on frame loading",e);}},200);};this.setTimer=function(){var self=this;this.interval=setTimeout(function(){self.changeHeight();},this.timeInterval);};this.getBaseDomain=function(){var thn=window.location.hostname;var cc=0;var buff="";for(var i=0;i<thn.length;i++){var chr=thn.charAt(i);if(chr=="."){cc++;}
if(cc==0){buff+=chr;}}
if(cc==2){thn=thn.replace(buff+".","");}
return thn;}
this.changeHeight=function(){var actualHeight=this.getBodyHeight();var currentHeight=this.getViewPortHeight();if(actualHeight===undefined){this.frame.style.height=this.frameHeight;if(!this.frame.style.minHeight){this.frame.style.minHeight="300px";}}else if(Math.abs(actualHeight-currentHeight)>18){this.frame.style.height=(actualHeight)+"px";}
this.setTimer();};this.bindMethod=function(method,scope){return function(){method.apply(scope,arguments);};};this.frameHeight=0;this.getBodyHeight=function(){if(this.formSubmitted===1){return;}
var height;var scrollHeight;var offsetHeight;try{if(this.frame.contentWindow.document.height){height=this.frame.contentWindow.document.height;if(this.frame.contentWindow.document.body.scrollHeight){height=scrollHeight=this.frame.contentWindow.document.body.scrollHeight;}
if(this.frame.contentWindow.document.body.offsetHeight){height=offsetHeight=this.frame.contentWindow.document.body.offsetHeight;}}else if(this.frame.contentWindow.document.body){var isChrome=/Chrome/.test(navigator.userAgent)&&/Google Inc/.test(navigator.vendor);if(this.frame.contentWindow.document.body.scrollHeight){height=scrollHeight=this.frame.contentWindow.document.body.scrollHeight;}
if(isChrome){height=scrollHeight=this.frame.contentWindow.document.height;}
if(this.frame.contentWindow.document.body.offsetHeight){height=offsetHeight=this.frame.contentWindow.document.body.offsetHeight;}
if(scrollHeight&&offsetHeight){height=Math.max(scrollHeight,offsetHeight);}}}catch(e){}
this.frameHeight=height;return height;};this.getViewPortHeight=function(){if(this.formSubmitted===1){return;}
var height=0;try{if(this.frame.contentWindow.window.innerHeight)
{height=this.frame.contentWindow.window.innerHeight-18;}
else if((this.frame.contentWindow.document.documentElement)&&(this.frame.contentWindow.document.documentElement.clientHeight))
{height=this.frame.contentWindow.document.documentElement.clientHeight;}
else if((this.frame.contentWindow.document.body)&&(this.frame.contentWindow.document.body.clientHeight))
{height=this.frame.contentWindow.document.body.clientHeight;}}catch(e){}
return height;};this.init();}
FrameBuilder.get=[];var i43195672498368=new FrameBuilder("43195672498368",false,"","<!DOCTYPE HTML PUBLIC \"-\/\/W3C\/\/DTD HTML 4.01\/\/EN\" \"http:\/\/www.w3.org\/TR\/html4\/strict.dtd\">\n<html class=\"supernova\"><head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<link rel=\"alternate\" type=\"application\/json+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=json&amp;url=http%3A%2F%2Fwww.jotform.com%2Fform%2F43195672498368\" title=\"oEmbed Form\"><link rel=\"alternate\" type=\"text\/xml+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=xml&amp;url=http%3A%2F%2Fwww.jotform.com%2Fform%2F43195672498368\" title=\"oEmbed Form\">\n<meta property=\"og:title\" content=\"Formular\" >\n<meta property=\"og:url\" content=\"http:\/\/www.jotformeu.com\/form\/43195672498368\" >\n<meta property=\"og:description\" content=\"Please click the link to complete this form.\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" \/>\n<meta name=\"HandheldFriendly\" content=\"true\" \/>\n<title>Formular<\/title>\n<link href=\"\/\/cdn.jotfor.ms\/static\/formCss.css?3.3.14892\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"\/\/cdn.jotfor.ms\/css\/styles\/nova.css?3.3.14892\" \/>\n<link type=\"text\/css\" media=\"print\" rel=\"stylesheet\" href=\"\/\/cdn.jotfor.ms\/css\/printForm.css?3.3.14892\" \/>\n<style type=\"text\/css\">\n    .form-label-left{\n        width:150px !important;\n    }\n    .form-line{\n        padding-top:12px;\n        padding-bottom:12px;\n    }\n    .form-label-right{\n        width:150px !important;\n    }\n    body, html{\n        margin:0;\n        padding:0;\n        background:#000000;\n    }\n\n    .form-all{\n        margin:0px auto;\n        padding-top:20px;\n        width:597px;\n        color:#FFFFFF !important;\n        font-family:'Oswald';\n        font-size:14px;\n    }\n    .form-radio-item label, .form-checkbox-item label, .form-grading-label, .form-header{\n        color: #FFFFFF;\n    }\n\n<\/style>\n\n<style type=\"text\/css\" id=\"form-designer-style\">\n    \/* Injected CSS Code *\/\n@import https:\/\/fonts.googleapis.com\/css?family=Oswald;\n\/* line 82, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-all {\n  font-family: \"Oswald\", sans-serif;\n}\n\/* line 115, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-all {\n  width: 597px;\n  width: 100%;\n  max-width: 597px;\n}\n\/* line 131, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-label-left,\n.form-label-right {\n  width: 150px;\n}\n\/* line 142, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-label {\n  white-space: normal;\n}\n\/* line 144, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-label.form-label-auto {\n  display: inline-block;\n  float: left;\n  text-align: left;\n  width: 150px;\n}\n\/* line 168, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-label-left {\n  display: inline-block;\n  white-space: normal;\n  float: left;\n  text-align: left;\n}\n\/* line 175, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-label-right {\n  display: inline-block;\n  white-space: normal;\n  float: left;\n  text-align: right;\n}\n\/* line 182, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-label-top {\n  white-space: normal;\n  display: block;\n  float: none;\n  text-align: left;\n}\n\/* line 195, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-all {\n  font-size: 14px;\n}\n\/* line 207, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-label {\n  font-weight: bold;\n}\n\/* line 211, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-checkbox-item label,\n.form-radio-item label {\n  font-weight: normal;\n}\n\/* line 278, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.supernova {\n  background-color: #000000;\n}\n\/* line 280, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.supernova body {\n  background-color: transparent;\n}\n\/*\n@width30: (unit(@formWidth, px) + 60px);\n@width60: (unit(@formWidth, px)+ 120px);\n@width90: (unit(@formWidth, px)+ 180px);\n*\/\n\/* | *\/\n@media screen and (min-width: 480px) {\n  \/* line 296, \/\/www.jotform.com\/themes\/css\/style.less *\/\n  .supernova {\n    background-color: #000000;\n  }\n  \/* line 300, \/\/www.jotform.com\/themes\/css\/style.less *\/\n  .supernova .form-all {\n    border: 1px solid #000000;\n    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);\n    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);\n    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);\n  }\n}\n\/* | *\/\n\/* | *\/\n@media screen and (max-width: 480px) {\n  \/* line 316, \/\/www.jotform.com\/themes\/css\/style.less *\/\n  .jotform-form {\n    padding: 10px 0;\n  }\n}\n\/* | *\/\n\/* | *\/\n@media screen and (min-width: 480px) and (max-width: 768px) {\n  \/* line 322, \/\/www.jotform.com\/themes\/css\/style.less *\/\n  .jotform-form {\n    padding: 30px 0;\n  }\n}\n\/* | *\/\n\/* | *\/\n@media screen and (min-width: 768px) and (max-width: 1024px) {\n  \/* line 328, \/\/www.jotform.com\/themes\/css\/style.less *\/\n  .jotform-form {\n    padding: 60px 0;\n  }\n}\n\/* | *\/\n\/* | *\/\n@media screen and (min-width: 1024px) {\n  \/* line 334, \/\/www.jotform.com\/themes\/css\/style.less *\/\n  .jotform-form {\n    padding: 90px 0;\n  }\n}\n\/* | *\/\n\/* line 343, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-all {\n  background-color: #000000;\n  border: 1px solid transparent;\n}\n\/* line 349, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-header-group {\n  border-color: #000000;\n}\n\/* line 354, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-matrix-table tr {\n  border-color: #000000;\n}\n\/* line 356, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-matrix-table tr:nth-child(2n) {\n  background-color: #000000;\n}\n\/* line 369, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-all {\n  color: #ffffff;\n}\n\/* line 374, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-header-group .form-header {\n  color: #ffffff;\n}\n\/* line 377, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-header-group .form-subHeader {\n  color: #ffffff;\n}\n\/* line 382, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-sub-label {\n  color: #ffffff;\n}\n\/* line 388, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-label-top,\n.form-label-left,\n.form-label-right {\n  color: #ffffff;\n}\n\/* line 395, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-checkbox-item label,\n.form-radio-item label {\n  color: #ffffff;\n}\n\/* line 424, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-line.form-line-active {\n  -webkit-transition-property: all;\n  -moz-transition-property: all;\n  -ms-transition-property: all;\n  -o-transition-property: all;\n  transition-property: all;\n  -webkit-transition-duration: 0.3s;\n  -moz-transition-duration: 0.3s;\n  -ms-transition-duration: 0.3s;\n  -o-transition-duration: 0.3s;\n  transition-duration: 0.3s;\n  -webkit-transition-timing-function: ease;\n  -moz-transition-timing-function: ease;\n  -ms-transition-timing-function: ease;\n  -o-transition-timing-function: ease;\n  transition-timing-function: ease;\n  background-color: #ffffe0;\n}\n\/* \u00f6mer *\/\n\/* line 432, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-radio-item,\n.form-checkbox-item {\n  padding-bottom: 0px !important;\n}\n\/* line 434, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-radio-item:last-child,\n.form-checkbox-item:last-child {\n  padding-bottom: 0;\n}\n\/* \u00f6mer *\/\n\/*.ctrl-custom-size(@bgSize, @tickSize, @tickOffsetTop, @tickOffsetLeft, @radius) {\n\n\tinput {\n\t\tdisplay: none;\n\t}\n\t\n\tlabel {\n\t\tposition: relative;\n\t\tmargin-left: 0;\n\t}\n\n\tlabel:before {\n\t\tcontent: '';\n\t\tposition: relative;\n\t\tdisplay: inline-block;\n\t\tvertical-align: baseline;\n\t\tmargin-right: 4px;\n\t\t.border-box();\n\t\t.rounded(@radius);\n\n\t\twidth: @bgSize;\n\t\theight: @bgSize;\n\t}\n\n\tlabel:after {\n\t\tcontent: '';\n\t\tposition: absolute;\n\t\tz-index: 10;\t\n\t\tdisplay: inline-block;\n\t\topacity: 0;\n\n\t\ttop:@tickOffsetTop;\n\t\tleft:@tickOffsetLeft;\n\t\twidth: @tickSize;\n\t\theight: @tickSize;\n\t\t.rounded(@radius);\n\t}\n\n\tinput:checked + label:after {\n\t\topacity: 1;\n\t}\n\n}*\/\n\/* line 671, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-single-column .form-checkbox-item,\n.form-single-column .form-radio-item {\n  width: 100%;\n}\n\/* line 866, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-radio-item:not(#foo) {\n  margin-bottom: 0;\n  position: relative;\n}\n\/* line 550, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-radio-item:not(#foo) input[type=\"checkbox\"],\n.form-radio-item:not(#foo) input[type=\"radio\"] {\n  display: none;\n}\n\/* line 553, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-radio-item:not(#foo) .form-radio-other,\n.form-radio-item:not(#foo) .form-checkbox-other {\n  display: inline-block !important;\n  margin-left: 7px;\n  margin-right: 3px;\n  margin-top: 0px;\n}\n\/* line 559, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-radio-item:not(#foo) .form-checkbox-other-input,\n.form-radio-item:not(#foo) .form-radio-other-input {\n  margin: 0;\n}\n\/* line 564, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-radio-item:not(#foo) label {\n  line-height: 18px;\n  margin-left: 0;\n  float: left;\n  text-indent: 27px;\n}\n\/* line 571, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-radio-item:not(#foo) label:before {\n  content: '';\n  position: absolute;\n  display: inline-block;\n  vertical-align: baseline;\n  margin-right: 4px;\n  -moz-box-sizing: border-box;\n  -webkit-box-sizing: border-box;\n  box-sizing: border-box;\n  -webkit-border-radius: 50%;\n  -moz-border-radius: 50%;\n  border-radius: 50%;\n  left: 4px;\n  width: 18px;\n  height: 18px;\n  cursor: pointer;\n}\n\/* line 585, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-radio-item:not(#foo) label:after {\n  content: '';\n  position: absolute;\n  z-index: 10;\n  display: inline-block;\n  opacity: 0;\n  top: 5px;\n  left: 9px;\n  width: 8px;\n  height: 8px;\n}\n\/* line 597, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-radio-item:not(#foo) input:checked + label:after {\n  opacity: 1;\n}\n\/* line 869, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-radio-item:not(#foo) label:before {\n  background-color: #444;\n}\n\/* line 873, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-radio-item:not(#foo) label:after {\n  background-color: #e8e8e8;\n  -webkit-border-radius: 50%;\n  -moz-border-radius: 50%;\n  border-radius: 50%;\n  cursor: pointer;\n}\n\/* line 884, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-checkbox-item:not(#foo) {\n  margin-bottom: 0;\n  position: relative;\n}\n\/* line 550, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-checkbox-item:not(#foo) input[type=\"checkbox\"],\n.form-checkbox-item:not(#foo) input[type=\"radio\"] {\n  display: none;\n}\n\/* line 553, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-checkbox-item:not(#foo) .form-radio-other,\n.form-checkbox-item:not(#foo) .form-checkbox-other {\n  display: inline-block !important;\n  margin-left: 7px;\n  margin-right: 3px;\n  margin-top: 0px;\n}\n\/* line 559, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-checkbox-item:not(#foo) .form-checkbox-other-input,\n.form-checkbox-item:not(#foo) .form-radio-other-input {\n  margin: 0;\n}\n\/* line 564, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-checkbox-item:not(#foo) label {\n  line-height: 18px;\n  margin-left: 0;\n  float: left;\n  text-indent: 27px;\n}\n\/* line 571, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-checkbox-item:not(#foo) label:before {\n  content: '';\n  position: absolute;\n  display: inline-block;\n  vertical-align: baseline;\n  margin-right: 4px;\n  -moz-box-sizing: border-box;\n  -webkit-box-sizing: border-box;\n  box-sizing: border-box;\n  -webkit-border-radius: 50%;\n  -moz-border-radius: 50%;\n  border-radius: 50%;\n  left: 4px;\n  width: 18px;\n  height: 18px;\n  cursor: pointer;\n}\n\/* line 585, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-checkbox-item:not(#foo) label:after {\n  content: '';\n  position: absolute;\n  z-index: 10;\n  display: inline-block;\n  opacity: 0;\n  top: 8px;\n  left: 9px;\n  width: 3px;\n  height: 3px;\n}\n\/* line 597, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-checkbox-item:not(#foo) input:checked + label:after {\n  opacity: 1;\n}\n\/* line 887, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-checkbox-item:not(#foo) label:before {\n  background-color: #444;\n}\n\/* line 891, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-checkbox-item:not(#foo) label:after {\n  background-color: #e8e8e8;\n  box-shadow: 0 2px 0 0 #e8e8e8, 2px 2px 0 0 #e8e8e8, 4px 2px 0 0 #e8e8e8, 6px 2px 0 0 #e8e8e8;\n  -moz-transform: rotate(-45deg);\n  -webkit-transform: rotate(-45deg);\n  -o-transform: rotate(-45deg);\n  -ms-transform: rotate(-45deg);\n  transform: rotate(-45deg);\n}\n\/* line 1184, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.supernova {\n  background-repeat: no-repeat;\n  background-attachment: scroll;\n  background-position: center top;\n  background-repeat: repeat;\n}\n\/* | *\/\n@media screen and (min-width: 480px) {\n  \/* line 1207, \/\/www.jotform.com\/themes\/css\/style.less *\/\n  .supernova {\n    background-image: url(\"\/\/static-interlogyllc.netdna-ssl.com\/themes\/img\/blank.gif\");\n  }\n}\n\/* line 1214, \/\/www.jotform.com\/themes\/css\/style.less *\/\n#stage {\n  background-image: url(\"\/\/static-interlogyllc.netdna-ssl.com\/themes\/img\/blank.gif\");\n}\n\/* | *\/\n\/* line 1228, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-all {\n  background-image: url(\"\/\/static-interlogyllc.netdna-ssl.com\/themes\/img\/blank.gif\");\n  background-repeat: no-repeat;\n  background-attachment: scroll;\n  background-position: center top;\n  background-repeat: repeat;\n}\n\/* line 1257, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-header-group {\n  background-repeat: no-repeat;\n  background-attachment: scroll;\n  background-position: center top;\n}\n\/* line 1284, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-line {\n  margin-top: 12px;\n  margin-bottom: 12px;\n}\n\/* line 1302, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-line {\n  padding: 12px 36px;\n}\n\/* line 1316, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-all .form-textbox,\n.form-all .form-radio-other-input,\n.form-all .form-checkbox-other-input,\n.form-all .form-captcha input,\n.form-all .form-spinner input,\n.form-all .form-pagebreak-back,\n.form-all .form-pagebreak-next,\n.form-all .qq-upload-button,\n.form-all .form-error-message {\n  -webkit-border-radius: 6px;\n  -moz-border-radius: 6px;\n  border-radius: 6px;\n}\n\/* line 1328, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-all .form-sub-label {\n  margin-left: 3px;\n}\n\/* line 1333, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-all .form-textarea {\n  -webkit-border-radius: 6px;\n  -moz-border-radius: 6px;\n  border-radius: 6px;\n}\n\/* line 1347, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-all .form-submit-button,\n.form-all .form-submit-reset,\n.form-all .form-submit-print {\n  -webkit-border-radius: 100px;\n  -moz-border-radius: 100px;\n  border-radius: 100px;\n}\n\/* line 1353, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-all .form-sub-label {\n  margin-left: 3px;\n}\n\/* line 1381, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-dropdown {\n  -webkit-border-radius: 6px;\n  -moz-border-radius: 6px;\n  border-radius: 6px;\n  -webkit-appearance: none;\n  -moz-appearance: button;\n  appearance: none;\n  margin: 0;\n}\n\/* line 1395, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-all {\n  -webkit-border-radius: 0px;\n  -moz-border-radius: 0px;\n  border-radius: 0px;\n}\n\/* line 1399, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-section:first-child {\n  -webkit-border-radius: 0px 0px 0 0;\n  -moz-border-radius: 0px 0px 0 0;\n  border-radius: 0px 0px 0 0;\n}\n\/* line 1402, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-section:last-child {\n  -webkit-border-radius: 0 0 0px 0px;\n  -moz-border-radius: 0 0 0px 0px;\n  border-radius: 0 0 0px 0px;\n}\n\/* line 1430, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-all .qq-upload-button,\n.form-all .form-submit-button,\n.form-all .form-submit-reset,\n.form-all .form-submit-print {\n  font-size: 1em;\n  padding: 9px 15px;\n  font-family: \"Oswald\", sans-serif;\n  font-size: 14px;\n  font-weight: normal;\n}\n\/* line 1569, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-all .form-pagebreak-back,\n.form-all .form-pagebreak-next {\n  font-size: 1em;\n  padding: 9px 15px;\n  font-family: \"Oswald\", sans-serif;\n  font-size: 14px;\n  font-weight: normal;\n}\n\/*\n\tTODO: Significant improvement possibility:\n\n\tfollowing import statement is not required in design mode,\n\tbut it should be inside the exported css of current design, in the form itself\n\twhen it is shown to people. Being of this here, causing re-drawn problems.\n\twe should find a way to only include this in css send while saving current design\n\n\tsee prepareModel4Save for implementation for @buttonFontType\n*\/\n\/*\n&amp; when ( @buttonFontType = google ) {\n\t@import (css) \"@{buttonFontLink}\";\n}\n*\/\n\/* line 1706, \/\/www.jotform.com\/themes\/css\/style.less *\/\nh2.form-header {\n  line-height: 1.618em;\n  font-size: 1.714em;\n}\n\/* line 1713, \/\/www.jotform.com\/themes\/css\/style.less *\/\nh2 ~ .form-subHeader {\n  line-height: 1.5em;\n  font-size: 1.071em;\n}\n\/* line 1727, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-header-group {\n  text-align: left;\n}\n\/* line 1738, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-header-group {\n  background-image: url(\"\/\/static-interlogyllc.netdna-ssl.com\/themes\/img\/blank.gif\");\n}\n\/*.form-dropdown,\n.form-radio-item,\n.form-checkbox-item,\n.form-radio-other-input,\n.form-checkbox-other-input,*\/\n\/* line 2022, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-captcha input,\n.form-spinner input,\n.form-error-message {\n  padding: 4px 3px 2px 3px;\n}\n\/* line 2037, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-header-group {\n  font-family: \"Oswald\", sans-serif;\n}\n\/* line 2058, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-section {\n  padding: 0px 0px 0px 0px;\n}\n\/* line 2069, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-header-group {\n  margin: 12px 36px 12px 36px;\n}\n\/* line 2080, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-header-group {\n  padding: 24px 0px 24px 0px;\n}\n\/* line 2123, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-textbox,\n.form-textarea {\n  padding: 4px 3px 2px 3px;\n}\n\/*@textInputStyle: \"ti-default\";\n@textInputBorderWidth: -1;\n@textInputBorderStyle: -1;\n@clrTextInputBorder: -1;\n@clrTextInputBg: -1;\n@clrTextInputFont: -1;\n@textInputHeight: -1;\n@textAreaHeight: -1;\n\n&amp; when ( @formControlStyle = ti-default ) {\n\n}*\/\n\/* line 2337, \/\/www.jotform.com\/themes\/css\/style.less *\/\n[data-type=\"control_dropdown\"] .form-input,\n[data-type=\"control_dropdown\"] .form-input-wide {\n  width: 150px;\n}\n\/* line 2704, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-label {\n  font-family: \"Oswald\", sans-serif;\n}\n\/* line 2724, \/\/www.jotform.com\/themes\/css\/style.less *\/\nli[data-type=\"control_image\"] div {\n  text-align: left;\n}\n\/* line 2728, \/\/www.jotform.com\/themes\/css\/style.less *\/\nli[data-type=\"control_image\"] img {\n  border: none;\n  border-width: 0px !important;\n  border-style: solid !important;\n  border-color: false !important;\n}\n\/* line 2770, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-line-column {\n  width: auto;\n}\n\/* line 2815, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-line-error {\n  overflow: hidden;\n  -webkit-transition-property: none;\n  -moz-transition-property: none;\n  -ms-transition-property: none;\n  -o-transition-property: none;\n  transition-property: none;\n  -webkit-transition-duration: 0.3s;\n  -moz-transition-duration: 0.3s;\n  -ms-transition-duration: 0.3s;\n  -o-transition-duration: 0.3s;\n  transition-duration: 0.3s;\n  -webkit-transition-timing-function: ease;\n  -moz-transition-timing-function: ease;\n  -ms-transition-timing-function: ease;\n  -o-transition-timing-function: ease;\n  transition-timing-function: ease;\n  background-color: #fff4f4;\n}\n\/* line 2820, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-line-error .form-error-message {\n  background-color: #ff3200;\n  width: 150px;\n  clear: both;\n  float: none;\n}\n\/* line 2825, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-line-error .form-error-message .form-error-arrow {\n  border-bottom-color: #ff3200;\n}\n\/* line 2830, \/\/www.jotform.com\/themes\/css\/style.less *\/\n.form-line-error input:not(#coupon-input),\n.form-line-error textarea,\n.form-line-error .form-validation-error {\n  border: 1px solid #ff3200;\n  -webkit-box-shadow: 0 0 3px #ff3200;\n  -moz-box-shadow: 0 0 3px #ff3200;\n  box-shadow: 0 0 3px #ff3200;\n}\n\/* | *\/\n@media screen and (max-width: 768px) {\n  \/* line 3096, \/\/www.jotform.com\/themes\/css\/style.less *\/\n  .form-all {\n    border: 0;\n    width: 100%;\n  }\n  \/* line 3097, \/\/www.jotform.com\/themes\/css\/style.less *\/\n  .form-sub-label-container {\n    width: 100%;\n    margin: 0;\n  }\n  \/* line 3098, \/\/www.jotform.com\/themes\/css\/style.less *\/\n  .form-input {\n    width: 100%;\n  }\n  \/* line 3099, \/\/www.jotform.com\/themes\/css\/style.less *\/\n  .form-label {\n    width: 100%!important;\n  }\n  \/* line 3100, \/\/www.jotform.com\/themes\/css\/style.less *\/\n  .form-line {\n    padding: 2% 5%;\n    margin: 0;\n  }\n  \/* line 3101, \/\/www.jotform.com\/themes\/css\/style.less *\/\n  input[type=text],\n  input[type=email],\n  input[type=tel],\n  textarea {\n    width: 100%;\n    -moz-box-sizing: border-box;\n    -webkit-box-sizing: border-box;\n    box-sizing: border-box;\n  }\n  \/* line 3102, \/\/www.jotform.com\/themes\/css\/style.less *\/\n  .form-header-group {\n    padding: 3% 0!important;\n    margin: 5%!important;\n    -moz-box-sizing: border-box;\n    -webkit-box-sizing: border-box;\n    box-sizing: border-box;\n  }\n  \/* line 3103, \/\/www.jotform.com\/themes\/css\/style.less *\/\n  .form-buttons-wrapper {\n    margin: 0!important;\n  }\n  \/* line 3104, \/\/www.jotform.com\/themes\/css\/style.less *\/\n  .form-buttons-wrapper button {\n    width: 100%;\n  }\n  \/* line 3106, \/\/www.jotform.com\/themes\/css\/style.less *\/\n  table {\n    width: 100%!important;\n  }\n  \/* line 3107, \/\/www.jotform.com\/themes\/css\/style.less *\/\n  table td + td {\n    padding-left: 3%;\n  }\n  \/* line 3110, \/\/www.jotform.com\/themes\/css\/style.less *\/\n  .form-checkbox-item input,\n  .form-radio-item input {\n    width: auto;\n  }\n}\n\/* | *\/\n\n\/*__INSPECT_SEPERATOR__*\/\n\n    \/* Injected CSS Code *\/\n<\/style>\n\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"\/\/cdn.jotfor.ms\/css\/responsive.css?3.3.14892\" \/>\n<script src=\"\/\/cdn.jotfor.ms\/static\/prototype.forms.js\" type=\"text\/javascript\"><\/script>\n<script src=\"\/\/cdn.jotfor.ms\/static\/jotform.forms.js?3.3.14892\" type=\"text\/javascript\"><\/script>\n<script type=\"text\/javascript\">\n var jsTime = setInterval(function(){try{\n   JotForm.jsForm = true;\n\n   JotForm.init(function(){\n      JotForm.calendarMonths = [\"Januar\",\"Februar\",\"M\u00e4rz\",\"April\",\"Mai\",\"Juni\",\"Juli\",\"August\",\"September\",\"Oktober\",\"November\",\"Dezember\"];\n      JotForm.calendarDays = [\"Sonntag\",\"Montag\",\"Dienstag\",\"Mittwoch\",\"hintergrund\",\"Freitag\",\"Samstag\",\"Sonntag\"];\n      JotForm.calendarOther = {\"today\":\"Heute\"};\n      JotForm.setCalendar(\"9\", false, {\"days\":{\"monday\":true,\"tuesday\":true,\"wednesday\":true,\"thursday\":true,\"friday\":true,\"saturday\":true,\"sunday\":true},\"future\":true,\"past\":true,\"custom\":false,\"ranges\":false,\"start\":\"\",\"end\":\"\"});\n      JotForm.formatDate({date:(new Date()), dateField:$(\"id_\"+9)});\n      JotForm.displayLocalTime(\"hour_9\", \"min_9\", \"ampm_9\");\n      $('input_11').spinner({ imgPath:'\/\/cdn.jotfor.ms\/images\/', width: '60', maxValue:'', minValue:'', allowNegative: false, addAmount: 1, value:'0' });\n      JotForm.initCaptcha('input_6');\n      JotForm.alterTexts({\"alphabetic\":\"Dieses Feld darf nur Buchstaben enthalten\",\"alphanumeric\":\"Dieses Feld darf nur Buchstaben und Zahlen enthalten.\",\"characterLimitError\":\"Too many Characters.  The limit is\",\"confirmClearForm\":\"Sind Sie sicher, dass Sie das Formular leeren wollen?\",\"confirmEmail\":\"email ist nicht korrekt\",\"currency\":\"Diese Feld darf nur W\u00e4hrungswerte enthalten.\",\"email\":\"Geben Sie eine g\u00fcltige E-Mail Adresse ein\",\"fillMask\":\"Der Feldwert muss die Maske ausf\u00fcllen\",\"generalError\":\"In Ihrem Formular sind Fehler. Bitte beheben Sie diese bevor Sie fortfahren.\",\"generalPageError\":\"Es existieren Fehler auf dieser Seite. Bitte beseitigen Sie sie bevor Sie fortfahren.\",\"gradingScoreError\":\"Gesamtbewertung sollte nur weniger als oder gleich sein zu\",\"incompleteFields\":\"Es gibt unvollst\u00e4ndige Pflichtfelder. Bitte f\u00fcllen Sie diese aus. \",\"inputCarretErrorA\":\"Die Eingabe sollte nicht kleiner sein als der Minimalwert:\",\"inputCarretErrorB\":\"Ihre Eingabe sollte den vorgegebenen Maximalwert nicht \u00fcbersteigen:\",\"lessThan\":\"Ihre Bewertung sollte geringer als oder gleich sein wie\",\"maxDigitsError\":\"Die maximal erlaubten Ziffern sind\",\"maxSelectionsError\":\"Die Maximalauswahl an erlaubten Selektionen ist\",\"minSelectionsError\":\"Die mindestgeforderte Anzahl an Selektionen ist\",\"multipleFileUploads_emptyError\":\"{file} ist leer, bitte w\u00e4hlen Sie wieder Dateien ohne es.\",\"multipleFileUploads_fileLimitError\":\"Nur {fileLimit} Dateiuploads sind erlaub!\",\"multipleFileUploads_minSizeError\":\"{file} ist zu klein, minimale Dateigr\u00f6\u00dfe ist {minSizeLimit}.\",\"multipleFileUploads_onLeave\":\"Die Dateien werden gerade hochgeladen. Wenn Sie die Seite jetzt verlassen, wird der Upload abgebrochen.\",\"multipleFileUploads_sizeError\":\"{file} ist zu gro\u00df, die maximale Dateigr\u00f6\u00dfe ist {sizeLimit}.\",\"multipleFileUploads_typeError\":\"{file} hat einen ung\u00fcltigen Erweiterung. Nur {extensions} sind erlaubt.\",\"numeric\":\"Dieses Feld darf nur numerische Werte enthalten\",\"pastDatesDisallowed\":\"Datum darf nicht in der Vergangenheit liegen.\",\"pleaseWait\":\"Bitte warten Sie...\",\"required\":\"Dies ist ein Pflichtfeld.\",\"requireEveryCell\":\"Jede Zelle ist erforderlich.\",\"requireEveryRow\":\"Jede Zeile ben\u00f6tigt.\",\"requireOne\":\"Mindestens ein Feld ist erforderlich.\",\"submissionLimit\":\"Es tut uns leid. Es ist nur ein Eintrag erlaubt. Mehrfacheintr\u00e4ge sind in diesem Formular deaktiviert.\",\"uploadExtensions\":\"Sie k&ouml;nnen nur folgende Dateien hochladen:\",\"uploadFilesize\":\"Die Dateigr\u00f6\u00dfe kann nicht gr\u00f6\u00dfer sein als:\",\"wordLimitError\":\"Too many words. The limit is\"});\n\tJotForm.clearFieldOnHide=\"disable\";\n      $(\"langDd\").hide();\n\tJotForm.onSubmissionError=\"jumpToSubmit\";\n   });\n\n   clearInterval(jsTime);\n }catch(e){}}, 1000);\n<\/script>\n<\/head>\n<body>\n<form class=\"jotform-form\" action=\"https:\/\/submit.jotformeu.com\/submit\/43195672498368\/\" method=\"post\" name=\"form_43195672498368\" id=\"43195672498368\" accept-charset=\"utf-8\">\n  <input type=\"hidden\" name=\"formID\" value=\"43195672498368\" \/>\n  <div class=\"form-all\">\n    <link type=\"text\/css\" rel=\"stylesheet\" media=\"all\" href=\"\/\/cdn.jotfor.ms\/wizards\/languageWizard\/custom-dropdown\/css\/lang-dd.css?3.3.14892\" \/>\n    <div class=\"cont\">\n      <input type=\"text\" id=\"input_language\" name=\"input_language\" style=\"display:none\" \/>\n      <div class=\"language-dd\" id=\"langDd\" style=\"display:none\">\n        <div class=\"dd-placeholder lang-emp\">\n          Language\n        <\/div>\n        <ul class=\"lang-list dn\" id=\"langList\">\n          <li data-lang=\"de\" class=\"de\">\n            Deutsch\n          <\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n    <script type=\"text\/javascript\" src=\"\/\/cdn.jotfor.ms\/js\/formTranslation.js?3.3.14892\"><\/script>\n    <ul class=\"form-section page-section\">\n      <li class=\"form-line form-line-column form-col-1 jf-required\" data-type=\"control_textbox\" id=\"id_1\">\n        <label class=\"form-label form-label-top\" id=\"label_1\" for=\"input_1\">\n          NAME\n          <span class=\"form-required\">\n            *\n          <\/span>\n        <\/label>\n        <div id=\"cid_1\" class=\"form-input-wide jf-required\">\n          <input type=\"text\" class=\" form-textbox validate[required]\" data-type=\"input-textbox\" id=\"input_1\" name=\"q1_name1\" size=\"16\" value=\"\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-line-column form-col-2 jf-required\" data-type=\"control_textbox\" id=\"id_3\">\n        <label class=\"form-label form-label-top\" id=\"label_3\" for=\"input_3\">\n          EMAIL\n          <span class=\"form-required\">\n            *\n          <\/span>\n        <\/label>\n        <div id=\"cid_3\" class=\"form-input-wide jf-required\">\n          <input type=\"text\" class=\" form-textbox validate[required]\" data-type=\"input-textbox\" id=\"input_3\" name=\"q3_email\" size=\"20\" value=\"\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-line-column form-col-3\" data-type=\"control_textbox\" id=\"id_4\">\n        <label class=\"form-label form-label-top\" id=\"label_4\" for=\"input_4\"> TELEFON <\/label>\n        <div id=\"cid_4\" class=\"form-input-wide jf-required\">\n          <input type=\"text\" class=\" form-textbox\" data-type=\"input-textbox\" id=\"input_4\" name=\"q4_telefon\" size=\"20\" value=\"\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-line-column form-col-4\" data-type=\"control_datetime\" id=\"id_9\">\n        <label class=\"form-label form-label-top\" id=\"label_9\" for=\"input_9\"> RESERVIERUNGS ZEIT <\/label>\n        <div id=\"cid_9\" class=\"form-input-wide jf-required\">\n          <span class=\"form-sub-label-container\" style=\"vertical-align: top\">\n            <input class=\"form-textbox validate[limitDate]\" id=\"month_9\" name=\"q9_reservierungsZeit[month]\" type=\"tel\" size=\"2\" maxlength=\"2\" value=\"09\" \/>\n            <span class=\"date-separate\">\n              &nbsp;-\n            <\/span>\n            <label class=\"form-sub-label\" for=\"month_9\" id=\"sublabel_month\" style=\"min-height: 13px;\"> Monat <\/label>\n          <\/span>\n          <span class=\"form-sub-label-container\" style=\"vertical-align: top\">\n            <input class=\"currentDate form-textbox validate[limitDate]\" id=\"day_9\" name=\"q9_reservierungsZeit[day]\" type=\"tel\" size=\"2\" maxlength=\"2\" value=\"09\" \/>\n            <span class=\"date-separate\">\n              &nbsp;-\n            <\/span>\n            <label class=\"form-sub-label\" for=\"day_9\" id=\"sublabel_day\" style=\"min-height: 13px;\"> Tag <\/label>\n          <\/span>\n          <span class=\"form-sub-label-container\" style=\"vertical-align: top\">\n            <input class=\"form-textbox validate[limitDate]\" id=\"year_9\" name=\"q9_reservierungsZeit[year]\" type=\"tel\" size=\"4\" maxlength=\"4\" value=\"2016\" \/>\n            <label class=\"form-sub-label\" for=\"year_9\" id=\"sublabel_year\" style=\"min-height: 13px;\"> Jahr <\/label>\n          <\/span>\n          <span class=\"form-sub-label-container\" style=\"vertical-align: top\">\n            <img class=\"showAutoCalendar\" alt=\"Pick a Date\" id=\"input_9_pick\" src=\"\/\/cdn.jotfor.ms\/images\/calendar.png\" align=\"absmiddle\" \/>\n            <label class=\"form-sub-label\" for=\"input_9_pick\" style=\"min-height: 13px;\">  <\/label>\n          <\/span>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-line-column form-col-5\" data-type=\"control_spinner\" id=\"id_11\">\n        <label class=\"form-label form-label-top\" id=\"label_11\" for=\"input_11\"> PERS. <\/label>\n        <div id=\"cid_11\" class=\"form-input-wide jf-required\">\n          <input type=\"number\" id=\"input_11\" name=\"q11_pers\" data-type=\"input-spinner\" class=\"form-spinner-input form-textbox\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-line-column form-col-6\" data-type=\"control_time\" id=\"id_10\">\n        <label class=\"form-label form-label-top\" id=\"label_10\" for=\"input_10\"> UHRZEIT <\/label>\n        <div id=\"cid_10\" class=\"form-input-wide jf-required\">\n          <span class=\"form-sub-label-container\" style=\"vertical-align: top\">\n            <select class=\"time-dropdown form-dropdown\" id=\"input_10_hourSelect\" name=\"q10_uhrzeit[hourSelect]\">\n              <option>  <\/option>\n              <option value=\"1\"> 1 <\/option>\n              <option value=\"2\"> 2 <\/option>\n              <option value=\"3\"> 3 <\/option>\n              <option value=\"4\"> 4 <\/option>\n              <option value=\"5\"> 5 <\/option>\n              <option value=\"6\"> 6 <\/option>\n              <option value=\"7\"> 7 <\/option>\n              <option value=\"8\"> 8 <\/option>\n              <option value=\"9\"> 9 <\/option>\n              <option value=\"10\"> 10 <\/option>\n              <option value=\"11\"> 11 <\/option>\n              <option value=\"12\"> 12 <\/option>\n            <\/select>\n            <span class=\"date-separate\">\n              &nbsp;:\n            <\/span>\n            <label class=\"form-sub-label\" for=\"input_10_hourSelect\" id=\"sublabel_hour\" style=\"min-height: 13px;\"> Stunde <\/label>\n          <\/span>\n          <span class=\"form-sub-label-container\" style=\"vertical-align: top\">\n            <select class=\"time-dropdown form-dropdown\" id=\"input_10_minuteSelect\" name=\"q10_uhrzeit[minuteSelect]\">\n              <option>  <\/option>\n              <option value=\"00\"> 00 <\/option>\n              <option value=\"10\"> 10 <\/option>\n              <option value=\"20\"> 20 <\/option>\n              <option value=\"30\"> 30 <\/option>\n              <option value=\"40\"> 40 <\/option>\n              <option value=\"50\"> 50 <\/option>\n            <\/select>\n            <label class=\"form-sub-label\" for=\"input_10_minuteSelect\" id=\"sublabel_minutes\" style=\"min-height: 13px;\"> Minuten <\/label>\n          <\/span>\n          <span class=\"form-sub-label-container\" style=\"vertical-align: top\">\n            <select class=\"time-dropdown form-dropdown\" id=\"input_10_ampm\" name=\"q10_uhrzeit[ampm]\">\n              <option selected=\"selected\" value=\"AM\"> AM <\/option>\n              <option value=\"PM\"> PM <\/option>\n            <\/select>\n            <label class=\"form-sub-label\" for=\"input_10_ampm\" style=\"min-height: 13px;\">  <\/label>\n          <\/span>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-line-column form-col-7 jf-required\" data-type=\"control_dropdown\" id=\"id_8\">\n        <label class=\"form-label form-label-top\" id=\"label_8\" for=\"input_8\">\n          BETREFF\n          <span class=\"form-required\">\n            *\n          <\/span>\n        <\/label>\n        <div id=\"cid_8\" class=\"form-input-wide jf-required\">\n          <select class=\"form-dropdown validate[required]\" style=\"width:100px\" id=\"input_8\" name=\"q8_betreff\">\n            <option value=\"\">  <\/option>\n            <option value=\"RESERVIERUNG\"> RESERVIERUNG <\/option>\n            <option value=\"LOST &amp; FOUND\"> LOST &amp; FOUND <\/option>\n            <option value=\"BEWERBUNG\"> BEWERBUNG <\/option>\n            <option value=\"CORPORATES\"> CORPORATES <\/option>\n            <option value=\"SONSTIGE ANFRAGE\"> SONSTIGE ANFRAGE <\/option>\n          <\/select>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-line-column form-col-8\" data-type=\"control_checkbox\" id=\"id_7\">\n        <label class=\"form-label form-label-top\" id=\"label_7\" for=\"input_7\"> RESERVARTION AREA <\/label>\n        <div id=\"cid_7\" class=\"form-input-wide jf-required\">\n          <div class=\"form-multiple-column\" data-columnCount=\"2\">\n            <span class=\"form-checkbox-item\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"checkbox\" class=\"form-checkbox\" id=\"input_7_0\" name=\"q7_reservartionArea[]\" value=\"PEACHES\" \/>\n              <label id=\"label_input_7_0\" for=\"input_7_0\"> PEACHES <\/label>\n            <\/span>\n            <span class=\"form-checkbox-item\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"checkbox\" class=\"form-checkbox\" id=\"input_7_1\" name=\"q7_reservartionArea[]\" value=\"ANDIAMO\" \/>\n              <label id=\"label_input_7_1\" for=\"input_7_1\"> ANDIAMO <\/label>\n            <\/span>\n            <span class=\"form-checkbox-item\" style=\"clear:left;\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"checkbox\" class=\"form-checkbox\" id=\"input_7_2\" name=\"q7_reservartionArea[]\" value=\"MIRIS H\u00dcTTN\" \/>\n              <label id=\"label_input_7_2\" for=\"input_7_2\"> MIRIS H\u00dcTTN <\/label>\n            <\/span>\n            <span class=\"form-checkbox-item\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"checkbox\" class=\"form-checkbox\" id=\"input_7_3\" name=\"q7_reservartionArea[]\" value=\"MUSIC CAFE\" \/>\n              <label id=\"label_input_7_3\" for=\"input_7_3\"> MUSIC CAFE <\/label>\n            <\/span>\n            <span class=\"form-checkbox-item\" style=\"clear:left;\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"checkbox\" class=\"form-checkbox\" id=\"input_7_4\" name=\"q7_reservartionArea[]\" value=\"SILVESTER\" \/>\n              <label id=\"label_input_7_4\" for=\"input_7_4\"> SILVESTER <\/label>\n            <\/span>\n            <span class=\"form-checkbox-item\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"checkbox\" class=\"form-checkbox\" id=\"input_7_5\" name=\"q7_reservartionArea[]\" value=\"WORLD CUP H\u00dcTTN\" \/>\n              <label id=\"label_input_7_5\" for=\"input_7_5\"> WORLD CUP H\u00dcTTN <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-line-column form-col-9\" data-type=\"control_textarea\" id=\"id_5\">\n        <label class=\"form-label form-label-top\" id=\"label_5\" for=\"input_5\"> NACHRICHT <\/label>\n        <div id=\"cid_5\" class=\"form-input-wide jf-required\">\n          <textarea id=\"input_5\" class=\"form-textarea\" name=\"q5_nachricht5\" cols=\"30\" rows=\"6\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-line-column form-col-10 jf-required\" data-type=\"control_captcha\" id=\"id_6\">\n        <label class=\"form-label form-label-top\" id=\"label_6\" for=\"input_6\">\n          CAPTCHA\n          <span class=\"form-required\">\n            *\n          <\/span>\n        <\/label>\n        <div id=\"cid_6\" class=\"form-input-wide jf-required\">\n          <div class=\"form-captcha\">\n            <label for=\"input_6\"> <img alt=\"Captcha - Reload if it's not displayed\" id=\"input_6_captcha\" class=\"form-captcha-image\" style=\"background:url(\/\/cdn.jotfor.ms\/images\/loader-big.gif) no-repeat center;\" src=\"\/\/cdn.jotfor.ms\/images\/blank.gif\" width=\"150\" height=\"41\" \/> <\/label>\n            <div style=\"white-space:nowrap;\">\n              <input type=\"text\" id=\"input_6\" class=\"form-textbox validate[required]\" name=\"captcha\" style=\"width:130px;\" \/>\n              <img src=\"\/\/cdn.jotfor.ms\/images\/reload.png\" alt=\"Reload\" align=\"absmiddle\" style=\"cursor:pointer\" onclick=\"JotForm.reloadCaptcha('input_6');\" \/>\n              <input type=\"hidden\" name=\"captcha_id\" id=\"input_6_captcha_id\" value=\"0\" \/>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-line-column form-col-11\" data-type=\"control_button\" id=\"id_2\">\n        <div id=\"cid_2\" class=\"form-input-wide\">\n          <div style=\"margin-left:156px\" class=\"form-buttons-wrapper\">\n            <button id=\"input_2\" type=\"submit\" class=\"form-submit-button\">\n              Senden\n            <\/button>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li style=\"clear:both\">\n      <\/li>\n      <li style=\"display:none\">\n        Should be Empty:\n        <input type=\"text\" name=\"website\" value=\"\" \/>\n      <\/li>\n    <\/ul>\n  <\/div>\n  <input type=\"hidden\" id=\"simple_spc\" name=\"simple_spc\" value=\"43195672498368\" \/>\n  <script type=\"text\/javascript\">\n  document.getElementById(\"si\" + \"mple\" + \"_spc\").value = \"43195672498368-43195672498368\";\n  <\/script>\n<\/form><\/body>\n<\/html>\n");(function(){window.handleIFrameMessage=function(e){var args=e.data.split(":");var iframe=document.getElementById("43195672498368");if(!iframe){return};switch(args[0]){case"scrollIntoView":if(!("nojump"in FrameBuilder.get)){iframe.scrollIntoView();}
break;case"setHeight":iframe.style.height=args[1]+"px";break;case"collapseErrorPage":if(iframe.clientHeight>window.innerHeight){iframe.style.height=window.innerHeight+"px";}
break;case"reloadPage":if(iframe){location.reload();}
break;case"removeIframeOnloadAttr":iframe.removeAttribute("onload");break;}};if(window.addEventListener){window.addEventListener("message",handleIFrameMessage,false);}else if(window.attachEvent){window.attachEvent("onmessage",handleIFrameMessage);}})();