var secra_op_bootstrapper_loaded;1===secra_op_bootstrapper_loaded&&console&&console.error&&console.error("## OP WEB CLIENT: Multiple bootstrapper script load detected, check your code, you have included this script at least twice! This will cause fatal errors.");secra_op_bootstrapper_loaded=1;var secra_op_client;secra_op_client||(secra_op_client={});secra_op_client.require_lib||(secra_op_client.require_lib={});secra_op_client.starttime=(new Date).getTime();console&&console.log;
secra_op_client.bootsaver={};"undefined"!=typeof require&&(secra_op_client.bootsaver.require=require);"undefined"!=typeof requirejs&&(secra_op_client.bootsaver.requirejs=requirejs);"undefined"!=typeof define&&(secra_op_client.bootsaver.define=define);


var secra_op_client;!function(){if(!secra_op_client||!secra_op_client.requirejs){secra_op_client?require=secra_op_client:secra_op_client={};var requirejs,require,define;!function(global,setTimeout){function commentReplace(match,singlePrefix){return singlePrefix||""}function isFunction(it){return"[object Function]"===ostring.call(it)}function isArray(it){return"[object Array]"===ostring.call(it)}function each(ary,func){if(ary){var i;for(i=0;i<ary.length&&(!ary[i]||!func(ary[i],i,ary));i+=1);}}function eachReverse(ary,func){if(ary){var i;for(i=ary.length-1;i>-1&&(!ary[i]||!func(ary[i],i,ary));i-=1);}}function hasProp(obj,prop){return hasOwn.call(obj,prop)}function getOwn(obj,prop){return hasProp(obj,prop)&&obj[prop]}function eachProp(obj,func){var prop;for(prop in obj)if(hasProp(obj,prop)&&func(obj[prop],prop))break}function mixin(target,source,force,deepStringMixin){source&&eachProp(source,function(value,prop){if(force||!hasProp(target,prop))if(!deepStringMixin||"object"!=typeof value||!value||isArray(value)||isFunction(value)||value instanceof RegExp)target[prop]=value;else{target[prop]||(target[prop]={});mixin(target[prop],value,force,deepStringMixin)}});return target}function bind(obj,fn){return function(){return fn.apply(obj,arguments)}}function scripts(){return document.getElementsByTagName("script")}function defaultOnError(err){throw err}function getGlobal(value){if(!value)return value;var g=global;each(value.split("."),function(part){g=g[part]});return g}function makeError(id,msg,err,requireModules){var e=new Error(msg+"\nhttp://requirejs.org/docs/errors.html#"+id);e.requireType=id;e.requireModules=requireModules;err&&(e.originalError=err);return e}function newContext(contextName){function trimDots(ary){var i,part;for(i=0;i<ary.length;i++){part=ary[i];if("."===part){ary.splice(i,1);i-=1}else if(".."===part){if(0===i||1===i&&".."===ary[2]||".."===ary[i-1])continue;if(i>0){ary.splice(i-1,2);i-=2}}}}function normalize(name,baseName,applyMap){var pkgMain,mapValue,nameParts,i,j,nameSegment,lastIndex,foundMap,foundI,foundStarMap,starI,normalizedBaseParts,baseParts=baseName&&baseName.split("/"),map=config.map,starMap=map&&map["*"];if(name){name=name.split("/");lastIndex=name.length-1;config.nodeIdCompat&&jsSuffixRegExp.test(name[lastIndex])&&(name[lastIndex]=name[lastIndex].replace(jsSuffixRegExp,""));if("."===name[0].charAt(0)&&baseParts){normalizedBaseParts=baseParts.slice(0,baseParts.length-1);name=normalizedBaseParts.concat(name)}trimDots(name);name=name.join("/")}if(applyMap&&map&&(baseParts||starMap)){nameParts=name.split("/");outerLoop:for(i=nameParts.length;i>0;i-=1){nameSegment=nameParts.slice(0,i).join("/");if(baseParts)for(j=baseParts.length;j>0;j-=1){mapValue=getOwn(map,baseParts.slice(0,j).join("/"));if(mapValue){mapValue=getOwn(mapValue,nameSegment);if(mapValue){foundMap=mapValue;foundI=i;break outerLoop}}}if(!foundStarMap&&starMap&&getOwn(starMap,nameSegment)){foundStarMap=getOwn(starMap,nameSegment);starI=i}}if(!foundMap&&foundStarMap){foundMap=foundStarMap;foundI=starI}if(foundMap){nameParts.splice(0,foundI,foundMap);name=nameParts.join("/")}}pkgMain=getOwn(config.pkgs,name);return pkgMain?pkgMain:name}function removeScript(name){isBrowser&&each(scripts(),function(scriptNode){if(scriptNode.getAttribute("data-requiremodule")===name&&scriptNode.getAttribute("data-requirecontext")===context.contextName){scriptNode.parentNode.removeChild(scriptNode);return!0}})}function hasPathFallback(id){var pathConfig=getOwn(config.paths,id);if(pathConfig&&isArray(pathConfig)&&pathConfig.length>1){pathConfig.shift();context.require.undef(id);context.makeRequire(null,{skipMap:!0})([id]);return!0}}function splitPrefix(name){var prefix,index=name?name.indexOf("!"):-1;if(index>-1){prefix=name.substring(0,index);name=name.substring(index+1,name.length)}return[prefix,name]}function makeModuleMap(name,parentModuleMap,isNormalized,applyMap){var url,pluginModule,suffix,nameParts,prefix=null,parentName=parentModuleMap?parentModuleMap.name:null,originalName=name,isDefine=!0,normalizedName="";if(!name){isDefine=!1;name="_@r"+(requireCounter+=1)}nameParts=splitPrefix(name);prefix=nameParts[0];name=nameParts[1];if(prefix){prefix=normalize(prefix,parentName,applyMap);pluginModule=getOwn(defined,prefix)}if(name)if(prefix)normalizedName=isNormalized?name:pluginModule&&pluginModule.normalize?pluginModule.normalize(name,function(name){return normalize(name,parentName,applyMap)}):-1===name.indexOf("!")?normalize(name,parentName,applyMap):name;else{normalizedName=normalize(name,parentName,applyMap);nameParts=splitPrefix(normalizedName);prefix=nameParts[0];normalizedName=nameParts[1];isNormalized=!0;url=context.nameToUrl(normalizedName)}suffix=!prefix||pluginModule||isNormalized?"":"_unnormalized"+(unnormalizedCounter+=1);return{prefix:prefix,name:normalizedName,parentMap:parentModuleMap,unnormalized:!!suffix,url:url,originalName:originalName,isDefine:isDefine,id:(prefix?prefix+"!"+normalizedName:normalizedName)+suffix}}function getModule(depMap){var id=depMap.id,mod=getOwn(registry,id);mod||(mod=registry[id]=new context.Module(depMap));return mod}function on(depMap,name,fn){var id=depMap.id,mod=getOwn(registry,id);if(!hasProp(defined,id)||mod&&!mod.defineEmitComplete){mod=getModule(depMap);mod.error&&"error"===name?fn(mod.error):mod.on(name,fn)}else"defined"===name&&fn(defined[id])}function onError(err,errback){var ids=err.requireModules,notified=!1;if(errback)errback(err);else{each(ids,function(id){var mod=getOwn(registry,id);if(mod){mod.error=err;if(mod.events.error){notified=!0;mod.emit("error",err)}}});notified||req.onError(err)}}function takeGlobalQueue(){if(globalDefQueue.length){each(globalDefQueue,function(queueItem){var id=queueItem[0];"string"==typeof id&&(context.defQueueMap[id]=!0);defQueue.push(queueItem)});globalDefQueue=[]}}function cleanRegistry(id){delete registry[id];delete enabledRegistry[id]}function breakCycle(mod,traced,processed){var id=mod.map.id;if(mod.error)mod.emit("error",mod.error);else{traced[id]=!0;each(mod.depMaps,function(depMap,i){var depId=depMap.id,dep=getOwn(registry,depId);if(dep&&!mod.depMatched[i]&&!processed[depId])if(getOwn(traced,depId)){mod.defineDep(i,defined[depId]);mod.check()}else breakCycle(dep,traced,processed)});processed[id]=!0}}function checkLoaded(){var err,usingPathFallback,waitInterval=1e3*config.waitSeconds,expired=waitInterval&&context.startTime+waitInterval<(new Date).getTime(),noLoads=[],reqCalls=[],stillLoading=!1,needCycleCheck=!0;if(!inCheckLoaded){inCheckLoaded=!0;eachProp(enabledRegistry,function(mod){var map=mod.map,modId=map.id;if(mod.enabled){map.isDefine||reqCalls.push(mod);if(!mod.error)if(!mod.inited&&expired)if(hasPathFallback(modId)){usingPathFallback=!0;stillLoading=!0}else{noLoads.push(modId);removeScript(modId)}else if(!mod.inited&&mod.fetched&&map.isDefine){stillLoading=!0;if(!map.prefix)return needCycleCheck=!1}}});if(expired&&noLoads.length){err=makeError("timeout","Load timeout for modules: "+noLoads,null,noLoads);err.contextName=context.contextName;return onError(err)}needCycleCheck&&each(reqCalls,function(mod){breakCycle(mod,{},{})});expired&&!usingPathFallback||!stillLoading||!isBrowser&&!isWebWorker||checkLoadedTimeoutId||(checkLoadedTimeoutId=setTimeout(function(){checkLoadedTimeoutId=0;checkLoaded()},50));inCheckLoaded=!1}}function callGetModule(args){hasProp(defined,args[0])||getModule(makeModuleMap(args[0],null,!0)).init(args[1],args[2])}function removeListener(node,func,name,ieName){node.detachEvent&&!isOpera?ieName&&node.detachEvent(ieName,func):node.removeEventListener(name,func,!1)}function getScriptData(evt){var node=evt.currentTarget||evt.srcElement;removeListener(node,context.onScriptLoad,"load","onreadystatechange");removeListener(node,context.onScriptError,"error");return{node:node,id:node&&node.getAttribute("data-requiremodule")}}function intakeDefines(){var args;takeGlobalQueue();for(;defQueue.length;){args=defQueue.shift();if(null===args[0])return onError(makeError("mismatch","Mismatched anonymous define() module: "+args[args.length-1]));callGetModule(args)}context.defQueueMap={}}var inCheckLoaded,Module,context,handlers,checkLoadedTimeoutId,config={waitSeconds:7,baseUrl:"./",paths:{},bundles:{},pkgs:{},shim:{},config:{}},registry={},enabledRegistry={},undefEvents={},defQueue=[],defined={},urlFetched={},bundlesMap={},requireCounter=1,unnormalizedCounter=1;handlers={require:function(mod){return mod.require?mod.require:mod.require=context.makeRequire(mod.map)},exports:function(mod){mod.usingExports=!0;return mod.map.isDefine?mod.exports?defined[mod.map.id]=mod.exports:mod.exports=defined[mod.map.id]={}:void 0},module:function(mod){return mod.module?mod.module:mod.module={id:mod.map.id,uri:mod.map.url,config:function(){return getOwn(config.config,mod.map.id)||{}},exports:mod.exports||(mod.exports={})}}};Module=function(map){this.events=getOwn(undefEvents,map.id)||{};this.map=map;this.shim=getOwn(config.shim,map.id);this.depExports=[];this.depMaps=[];this.depMatched=[];this.pluginMaps={};this.depCount=0};Module.prototype={init:function(depMaps,factory,errback,options){options=options||{};if(!this.inited){this.factory=factory;errback?this.on("error",errback):this.events.error&&(errback=bind(this,function(err){this.emit("error",err)}));this.depMaps=depMaps&&depMaps.slice(0);this.errback=errback;this.inited=!0;this.ignore=options.ignore;options.enabled||this.enabled?this.enable():this.check()}},defineDep:function(i,depExports){if(!this.depMatched[i]){this.depMatched[i]=!0;this.depCount-=1;this.depExports[i]=depExports}},fetch:function(){if(!this.fetched){this.fetched=!0;context.startTime=(new Date).getTime();var map=this.map;if(!this.shim)return map.prefix?this.callPlugin():this.load();context.makeRequire(this.map,{enableBuildCallback:!0})(this.shim.deps||[],bind(this,function(){return map.prefix?this.callPlugin():this.load()}))}},load:function(){var url=this.map.url;if(!urlFetched[url]){urlFetched[url]=!0;context.load(this.map.id,url)}},check:function(){if(this.enabled&&!this.enabling){var err,cjsModule,id=this.map.id,depExports=this.depExports,exports=this.exports,factory=this.factory;if(this.inited){if(this.error)this.emit("error",this.error);else if(!this.defining){this.defining=!0;if(this.depCount<1&&!this.defined){if(isFunction(factory)){if(this.events.error&&this.map.isDefine||req.onError!==defaultOnError)try{exports=context.execCb(id,factory,depExports,exports)}catch(e){err=e}else exports=context.execCb(id,factory,depExports,exports);if(this.map.isDefine&&void 0===exports){cjsModule=this.module;cjsModule?exports=cjsModule.exports:this.usingExports&&(exports=this.exports)}if(err){err.requireMap=this.map;err.requireModules=this.map.isDefine?[this.map.id]:null;err.requireType=this.map.isDefine?"define":"require";return onError(this.error=err)}}else exports=factory;this.exports=exports;if(this.map.isDefine&&!this.ignore){defined[id]=exports;if(req.onResourceLoad){var resLoadMaps=[];each(this.depMaps,function(depMap){resLoadMaps.push(depMap.normalizedMap||depMap)});req.onResourceLoad(context,this.map,resLoadMaps)}}cleanRegistry(id);this.defined=!0}this.defining=!1;if(this.defined&&!this.defineEmitted){this.defineEmitted=!0;this.emit("defined",this.exports);this.defineEmitComplete=!0}}}else hasProp(context.defQueueMap,id)||this.fetch()}},callPlugin:function(){var map=this.map,id=map.id,pluginMap=makeModuleMap(map.prefix);this.depMaps.push(pluginMap);on(pluginMap,"defined",bind(this,function(plugin){var load,normalizedMap,normalizedMod,bundleId=getOwn(bundlesMap,this.map.id),name=this.map.name,parentName=this.map.parentMap?this.map.parentMap.name:null,localRequire=context.makeRequire(map.parentMap,{enableBuildCallback:!0});if(this.map.unnormalized){plugin.normalize&&(name=plugin.normalize(name,function(name){return normalize(name,parentName,!0)})||"");normalizedMap=makeModuleMap(map.prefix+"!"+name,this.map.parentMap,!0);on(normalizedMap,"defined",bind(this,function(value){this.map.normalizedMap=normalizedMap;this.init([],function(){return value},null,{enabled:!0,ignore:!0})}));normalizedMod=getOwn(registry,normalizedMap.id);if(normalizedMod){this.depMaps.push(normalizedMap);this.events.error&&normalizedMod.on("error",bind(this,function(err){this.emit("error",err)}));normalizedMod.enable()}}else if(bundleId){this.map.url=context.nameToUrl(bundleId);this.load()}else{load=bind(this,function(value){this.init([],function(){return value},null,{enabled:!0})});load.error=bind(this,function(err){this.inited=!0;this.error=err;err.requireModules=[id];eachProp(registry,function(mod){0===mod.map.id.indexOf(id+"_unnormalized")&&cleanRegistry(mod.map.id)});onError(err)});load.fromText=bind(this,function(text,textAlt){var moduleName=map.name,moduleMap=makeModuleMap(moduleName),hasInteractive=useInteractive;textAlt&&(text=textAlt);hasInteractive&&(useInteractive=!1);getModule(moduleMap);hasProp(config.config,id)&&(config.config[moduleName]=config.config[id]);try{req.exec(text)}catch(e){return onError(makeError("fromtexteval","fromText eval for "+id+" failed: "+e,e,[id]))}hasInteractive&&(useInteractive=!0);this.depMaps.push(moduleMap);context.completeLoad(moduleName);localRequire([moduleName],load)});plugin.load(map.name,localRequire,load,config)}}));context.enable(pluginMap,this);this.pluginMaps[pluginMap.id]=pluginMap},enable:function(){enabledRegistry[this.map.id]=this;this.enabled=!0;this.enabling=!0;each(this.depMaps,bind(this,function(depMap,i){var id,mod,handler;if("string"==typeof depMap){depMap=makeModuleMap(depMap,this.map.isDefine?this.map:this.map.parentMap,!1,!this.skipMap);this.depMaps[i]=depMap;handler=getOwn(handlers,depMap.id);if(handler){this.depExports[i]=handler(this);return}this.depCount+=1;on(depMap,"defined",bind(this,function(depExports){if(!this.undefed){this.defineDep(i,depExports);this.check()}}));this.errback?on(depMap,"error",bind(this,this.errback)):this.events.error&&on(depMap,"error",bind(this,function(err){this.emit("error",err)}))}id=depMap.id;mod=registry[id];hasProp(handlers,id)||!mod||mod.enabled||context.enable(depMap,this)}));eachProp(this.pluginMaps,bind(this,function(pluginMap){var mod=getOwn(registry,pluginMap.id);mod&&!mod.enabled&&context.enable(pluginMap,this)}));this.enabling=!1;this.check()},on:function(name,cb){var cbs=this.events[name];cbs||(cbs=this.events[name]=[]);cbs.push(cb)},emit:function(name,evt){each(this.events[name],function(cb){cb(evt)});"error"===name&&delete this.events[name]}};context={config:config,contextName:contextName,registry:registry,defined:defined,urlFetched:urlFetched,defQueue:defQueue,defQueueMap:{},Module:Module,makeModuleMap:makeModuleMap,nextTick:req.nextTick,onError:onError,configure:function(cfg){cfg.baseUrl&&"/"!==cfg.baseUrl.charAt(cfg.baseUrl.length-1)&&(cfg.baseUrl+="/");if("string"==typeof cfg.urlArgs){var urlArgs=cfg.urlArgs;cfg.urlArgs=function(id,url){return(-1===url.indexOf("?")?"?":"&")+urlArgs}}var shim=config.shim,objs={paths:!0,bundles:!0,config:!0,map:!0};eachProp(cfg,function(value,prop){if(objs[prop]){config[prop]||(config[prop]={});mixin(config[prop],value,!0,!0)}else config[prop]=value});cfg.bundles&&eachProp(cfg.bundles,function(value,prop){each(value,function(v){v!==prop&&(bundlesMap[v]=prop)})});if(cfg.shim){eachProp(cfg.shim,function(value,id){isArray(value)&&(value={deps:value});!value.exports&&!value.init||value.exportsFn||(value.exportsFn=context.makeShimExports(value));shim[id]=value});config.shim=shim}cfg.packages&&each(cfg.packages,function(pkgObj){var location,name;pkgObj="string"==typeof pkgObj?{name:pkgObj}:pkgObj;name=pkgObj.name;location=pkgObj.location;location&&(config.paths[name]=pkgObj.location);config.pkgs[name]=pkgObj.name+"/"+(pkgObj.main||"main").replace(currDirRegExp,"").replace(jsSuffixRegExp,"")});eachProp(registry,function(mod,id){mod.inited||mod.map.unnormalized||(mod.map=makeModuleMap(id,null,!0))});(cfg.deps||cfg.callback)&&context.require(cfg.deps||[],cfg.callback)},makeShimExports:function(value){function fn(){var ret;value.init&&(ret=value.init.apply(global,arguments));return ret||value.exports&&getGlobal(value.exports)}return fn},makeRequire:function(relMap,options){function localRequire(deps,callback,errback){var id,map,requireMod;options.enableBuildCallback&&callback&&isFunction(callback)&&(callback.__requireJsBuild=!0);if("string"==typeof deps){if(isFunction(callback))return onError(makeError("requireargs","Invalid require call"),errback);if(relMap&&hasProp(handlers,deps))return handlers[deps](registry[relMap.id]);if(req.get)return req.get(context,deps,relMap,localRequire);map=makeModuleMap(deps,relMap,!1,!0);id=map.id;return hasProp(defined,id)?defined[id]:onError(makeError("notloaded",'Module name "'+id+'" has not been loaded yet for context: '+contextName+(relMap?"":". Use require([])")))}intakeDefines();context.nextTick(function(){intakeDefines();requireMod=getModule(makeModuleMap(null,relMap));requireMod.skipMap=options.skipMap;requireMod.init(deps,callback,errback,{enabled:!0});checkLoaded()});return localRequire}options=options||{};mixin(localRequire,{isBrowser:isBrowser,toUrl:function(moduleNamePlusExt){var ext,index=moduleNamePlusExt.lastIndexOf("."),segment=moduleNamePlusExt.split("/")[0],isRelative="."===segment||".."===segment;if(-1!==index&&(!isRelative||index>1)){ext=moduleNamePlusExt.substring(index,moduleNamePlusExt.length);moduleNamePlusExt=moduleNamePlusExt.substring(0,index)}return context.nameToUrl(normalize(moduleNamePlusExt,relMap&&relMap.id,!0),ext,!0)},defined:function(id){return hasProp(defined,makeModuleMap(id,relMap,!1,!0).id)},specified:function(id){id=makeModuleMap(id,relMap,!1,!0).id;return hasProp(defined,id)||hasProp(registry,id)}});relMap||(localRequire.undef=function(id){takeGlobalQueue();var map=makeModuleMap(id,relMap,!0),mod=getOwn(registry,id);mod.undefed=!0;removeScript(id);delete defined[id];delete urlFetched[map.url];delete undefEvents[id];eachReverse(defQueue,function(args,i){args[0]===id&&defQueue.splice(i,1)});delete context.defQueueMap[id];if(mod){mod.events.defined&&(undefEvents[id]=mod.events);cleanRegistry(id)}});return localRequire},enable:function(depMap){var mod=getOwn(registry,depMap.id);mod&&getModule(depMap).enable()},completeLoad:function(moduleName){var found,args,mod,shim=getOwn(config.shim,moduleName)||{},shExports=shim.exports;takeGlobalQueue();for(;defQueue.length;){args=defQueue.shift();if(null===args[0]){args[0]=moduleName;if(found)break;found=!0}else args[0]===moduleName&&(found=!0);callGetModule(args)}context.defQueueMap={};mod=getOwn(registry,moduleName);if(!found&&!hasProp(defined,moduleName)&&mod&&!mod.inited){if(!(!config.enforceDefine||shExports&&getGlobal(shExports)))return hasPathFallback(moduleName)?void 0:onError(makeError("nodefine","No define call for "+moduleName,null,[moduleName]));callGetModule([moduleName,shim.deps||[],shim.exportsFn])}checkLoaded()},nameToUrl:function(moduleName,ext,skipExt){var paths,syms,i,parentModule,url,parentPath,bundleId,pkgMain=getOwn(config.pkgs,moduleName);pkgMain&&(moduleName=pkgMain);bundleId=getOwn(bundlesMap,moduleName);if(bundleId)return context.nameToUrl(bundleId,ext,skipExt);if(req.jsExtRegExp.test(moduleName))url=moduleName+(ext||"");else{paths=config.paths;syms=moduleName.split("/");for(i=syms.length;i>0;i-=1){parentModule=syms.slice(0,i).join("/");parentPath=getOwn(paths,parentModule);if(parentPath){isArray(parentPath)&&(parentPath=parentPath[0]);syms.splice(0,i,parentPath);break}}url=syms.join("/");url+=ext||(/^data\:|^blob\:|\?/.test(url)||skipExt?"":".js");url=("/"===url.charAt(0)||url.match(/^[\w\+\.\-]+:/)?"":config.baseUrl)+url}return config.urlArgs&&!/^blob\:/.test(url)?url+config.urlArgs(moduleName,url):url},load:function(id,url){req.load(context,id,url)},execCb:function(name,callback,args,exports){return callback.apply(exports,args)},onScriptLoad:function(evt){if("load"===evt.type||readyRegExp.test((evt.currentTarget||evt.srcElement).readyState)){interactiveScript=null;var data=getScriptData(evt);context.completeLoad(data.id)}},onScriptError:function(evt){var data=getScriptData(evt);if(!hasPathFallback(data.id)){var parents=[];eachProp(registry,function(value,key){0!==key.indexOf("_@r")&&each(value.depMaps,function(depMap){if(depMap.id===data.id){parents.push(key);return!0}})});return onError(makeError("scripterror",'Script error for "'+data.id+(parents.length?'", needed by: '+parents.join(", "):'"'),evt,[data.id]))}}};context.require=context.makeRequire();return context}function getInteractiveScript(){if(interactiveScript&&"interactive"===interactiveScript.readyState)return interactiveScript;eachReverse(scripts(),function(script){return"interactive"===script.readyState?interactiveScript=script:void 0});return interactiveScript}var req,s,head,baseElement,dataMain,src,interactiveScript,currentlyAddingScript,mainScript,subPath,version="2.3.5",commentRegExp=/\/\*[\s\S]*?\*\/|([^:"'=]|^)\/\/.*$/gm,cjsRequireRegExp=/[^.]\s*require\s*\(\s*["']([^'"\s]+)["']\s*\)/g,jsSuffixRegExp=/\.js$/,currDirRegExp=/^\.\//,op=Object.prototype,ostring=op.toString,hasOwn=op.hasOwnProperty,isBrowser=!("undefined"==typeof window||"undefined"==typeof navigator||!window.document),isWebWorker=!isBrowser&&"undefined"!=typeof importScripts,readyRegExp=isBrowser&&"PLAYSTATION 3"===navigator.platform?/^complete$/:/^(complete|loaded)$/,defContextName="_",isOpera="undefined"!=typeof opera&&"[object Opera]"===opera.toString(),contexts={},cfg={},globalDefQueue=[],useInteractive=!1;if("undefined"==typeof define){if("undefined"!=typeof requirejs){if(isFunction(requirejs))return;cfg=requirejs;requirejs=void 0}if("undefined"!=typeof require&&!isFunction(require)){cfg=require;require=void 0}req=requirejs=function(deps,callback,errback,optional){var context,config,contextName=defContextName;if(!isArray(deps)&&"string"!=typeof deps){config=deps;if(isArray(callback)){deps=callback;callback=errback;errback=optional}else deps=[]}config&&config.context&&(contextName=config.context);context=getOwn(contexts,contextName);context||(context=contexts[contextName]=req.s.newContext(contextName));config&&context.configure(config);return context.require(deps,callback,errback)};req.config=function(config){return req(config)};req.nextTick="undefined"!=typeof setTimeout?function(fn){setTimeout(fn,4)}:function(fn){fn()};require||(require=req);req.version=version;req.jsExtRegExp=/^\/|:|\?|\.js$/;req.isBrowser=isBrowser;s=req.s={contexts:contexts,newContext:newContext};req({});each(["toUrl","undef","defined","specified"],function(prop){req[prop]=function(){var ctx=contexts[defContextName];return ctx.require[prop].apply(ctx,arguments)}});if(isBrowser){head=s.head=document.getElementsByTagName("head")[0];baseElement=document.getElementsByTagName("base")[0];baseElement&&(head=s.head=baseElement.parentNode)}req.onError=defaultOnError;req.createNode=function(config,moduleName,url){var node=config.xhtml?document.createElementNS("http://www.w3.org/1999/xhtml","html:script"):document.createElement("script");node.type=config.scriptType||"text/javascript";node.charset="utf-8";node.async=!0;return node};req.load=function(context,moduleName,url){var config=context&&context.config||{},node;if(isBrowser){node=req.createNode(config,moduleName,url);node.setAttribute("data-requirecontext",context.contextName);node.setAttribute("data-requiremodule",moduleName);if(!node.attachEvent||node.attachEvent.toString&&node.attachEvent.toString().indexOf("[native code")<0||isOpera){node.addEventListener("load",context.onScriptLoad,!1);node.addEventListener("error",context.onScriptError,!1)}else{useInteractive=!0;node.attachEvent("onreadystatechange",context.onScriptLoad)}node.src=url;config.onNodeCreated&&config.onNodeCreated(node,config,moduleName,url);currentlyAddingScript=node;baseElement?head.insertBefore(node,baseElement):head.appendChild(node);currentlyAddingScript=null;return node}if(isWebWorker)try{setTimeout(function(){},0);importScripts(url);context.completeLoad(moduleName)}catch(e){context.onError(makeError("importscripts","importScripts failed for "+moduleName+" at "+url,e,[moduleName]))}};isBrowser&&!cfg.skipDataMain&&eachReverse(scripts(),function(script){head||(head=script.parentNode);dataMain=script.getAttribute("data-main");if(dataMain){mainScript=dataMain;if(!cfg.baseUrl&&-1===mainScript.indexOf("!")){src=mainScript.split("/");mainScript=src.pop();subPath=src.length?src.join("/")+"/":"./";cfg.baseUrl=subPath}mainScript=mainScript.replace(jsSuffixRegExp,"");req.jsExtRegExp.test(mainScript)&&(mainScript=dataMain);cfg.deps=cfg.deps?cfg.deps.concat(mainScript):[mainScript];return!0}});define=function(name,deps,callback){var node,context;if("string"!=typeof name){callback=deps;deps=name;name=null}if(!isArray(deps)){callback=deps;deps=null}if(!deps&&isFunction(callback)){deps=[];if(callback.length){callback.toString().replace(commentRegExp,commentReplace).replace(cjsRequireRegExp,function(match,dep){deps.push(dep)});deps=(1===callback.length?["require"]:["require","exports","module"]).concat(deps)}}if(useInteractive){node=currentlyAddingScript||getInteractiveScript();if(node){name||(name=node.getAttribute("data-requiremodule"));context=contexts[node.getAttribute("data-requirecontext")]}}if(context){context.defQueue.push([name,deps,callback]);context.defQueueMap[name]=!0}else globalDefQueue.push([name,deps,callback])};define.amd={jQuery:!0};req.exec=function(text){return eval(text)};req(cfg)}}(this,"undefined"==typeof setTimeout?void 0:setTimeout);secra_op_client.requirejs=requirejs;secra_op_client.require=require;secra_op_client.define=define}}();

secra_op_client.contentLoaded=function(b,g){var h=!1,k=!0,a=b.document,l=a.documentElement,f=a.addEventListener?"addEventListener":"attachEvent",n=a.addEventListener?"removeEventListener":"detachEvent",e=a.addEventListener?"":"on",d=function(c){if("readystatechange"!=c.type||"complete"==a.readyState)("load"==c.type?b:a)[n](e+c.type,d,!1),!h&&(h=!0)&&g.call(b,c.type||c)},m=function(){try{l.doScroll("left")}catch(a){setTimeout(m,50);return}d("poll")};if("complete"==a.readyState)g.call(b,"lazy");else{if(a.createEventObject&&
l.doScroll){try{k=!b.frameElement}catch(p){}k&&m()}a[f](e+"DOMContentLoaded",d,!1);a[f](e+"readystatechange",d,!1);b[f](e+"load",d,!1)}};


var secra_op_client;window.renderedFirstRun=0;secra_op_client.base_url="https://ssl.optimale-praesentation.de/frontend/clients/javascript/bin/op-frontend/loader/../..";secra_op_client.base_url_api=secra_op_client.base_url+"/../../../../api";secra_op_client.serviceRoot="https://ssl.optimale-praesentation.de";secra_op_client.buildId="1728459269069";secra_op_client.environment="PROD";secra_op_client.domainHash=function(){var c=0,g="",e,h=window.location.host;if(0==h.length)return c;for(e=0;e<h.length;e++)g=h.charCodeAt(e),c=(c<<5)-c+g,c&=c;return c};secra_op_client.hadJQuery=!0;
secra_op_client.tracking||(secra_op_client.tracking={});secra_op_client.config||(secra_op_client.config={});secra_op_client.require||(secra_op_client.require=window.require,secra_op_client.requirejs=window.requirejs,secra_op_client.define=window.define,window.require=secra_op_client.bootsaver.require,window.requirejs=secra_op_client.bootsaver.requirejs);secra_op_client.trueText=function(){return"true"};secra_op_client.config.secratoid="8a9bd6cd1";secra_op_client.config.virtual_css_rootid="8a9bd6cd1";
secra_op_client.config.debug="false"===secra_op_client.trueText()?!0:!1;secra_op_client.config.autorun="true"===secra_op_client.trueText()?!0:!1;secra_op_client.config.disable_infinity_scroll="false"===secra_op_client.trueText()?!0:!1;secra_op_client.config.enableCookieUsage=!0;secra_op_client.config.requiresEUCookieLawInfo=!1;secra_op_client.config.languageSwitcherEnabled=!0;secra_op_client.config.scrollTopOffset=50;secra_op_client.version=1;
secra_op_client.loadQueue||(secra_op_client.loadQueue=[]);secra_op_client.language="de";secra_op_client.refid="";secra_op_client.languageSelectSource="cms-override";
secra_op_client.start_app=function(){var c=secra_op_client.define;if(secra_op_client.config.debug){var g=secra_op_client.bootsaver.define;g&&console&&console.warn&&console.warn("OP WEB CLIENT [Bootstrapping]: detected existing dependency loader (define). trying to chainload. this might have side effects!");window.define=function(){c.apply(null,Array.prototype.slice.call(arguments,0,3));g&&g.apply(null,Array.prototype.slice.call(arguments,0))};window.define.amd={jQuery:!0}}var e=""!==secra_op_client.refid?
"&refid="+secra_op_client.refid:"";secra_op_client.config.amd={enforceDefine:!1,baseUrl:secra_op_client.base_url,urlArgs:"lang="+secra_op_client.language+"&t=1728459269069&h="+secra_op_client.domainHash()+e,paths:{"jquery":"vendor\/jquery-1.12.4","jquery-ui":"vendor\/jqueryui\/jquery-ui.min","leaflet":"vendor\/leaflet\/leaflet","leaflet-googlemaps":"vendor\/leaflet\/leaflet-googlemaps","leaflet-googlemaps-mutant":"vendor\/leaflet\/leaflet-googlemaps-mutant","leaflet-markercluster":"vendor\/leaflet\/leaflet-markercluster","leaflet-loading":"vendor\/leaflet\/leaflet.loading-control","bootstrap":"vendor\/bootstrap\/core\/js\/bootstrap","bootstrap-datepicker":"vendor\/bootstrap\/bootstrap-datepicker\/js\/bootstrap-datepicker.min","bootstrap-validator":"vendor\/bootstrap\/bootstrap-validator\/js\/validator.min","json2":"vendor\/json2","jquery-validation":"vendor\/jquery.validate","jquery-german-validation":"vendor\/jquery-german-validation","jquery-values":"vendor\/jquery.values","jquery-cookie":"vendor\/jquery.cookie","jquery-totalStorage":"vendor\/jquery.totalStorage","jquery-scoped":"vendor\/jquery.scoped","jquery-cookiebar":"vendor\/cookiebar\/jquery.cookiebar","jquery-paging":"vendor\/jquery.paging","jquery-isOnScreen":"vendor\/jquery.isOnScreen","jquery-multiselect":"vendor\/multiselect\/multiselect","firebug-lite":"vendor\/firebug-lite","i18next":"vendor\/i18next.amd.withJQuery-1.7.7","spin":"vendor\/spin.min","intl":"vendor\/handlebars-intl\/Intl","intl-de-DE":"vendor\/handlebars-intl\/locale-jsonp\/de-DE","intl-en-GB":"vendor\/handlebars-intl\/locale-jsonp\/en-GB","backbone":"vendor\/backbone-1.2.3","underscore":"vendor\/underscore-1.5.2","handlebars":"vendor\/handlebars","handlebars-helper":"vendor\/extensions","handlebars-intl":"vendor\/handlebars-intl\/handlebars-intl","handlebars-intl-format":"op-frontend\/modules\/core\/intl-format","xdr":"vendor\/xdr","scoped":"vendor\/scoped","moment":"vendor\/moment","cryptoJS-AES":"vendor\/cryptojs-aes","lz-string":"vendor\/lz-string","lightbox":"vendor\/lightbox\/lightbox","lightgallery":"vendor\/lightGallery\/dist\/js\/lightgallery","lightgallery-video":"vendor\/lightGallery\/modules\/lg-video","mobiscroll":"vendor\/mobiscroll\/mobiscroll.jquery.min","base64":"vendor\/base64","ring":"vendor\/ring","jquery-private":"vendor\/extensions","underscore-private":"vendor\/extensions","backbone-private":"vendor\/extensions","ClipboardJS":"vendor\/clipboard","leaflet-private":"vendor\/leaflet\/leaflet-private","pouchdb":"vendor\/leaflet\/pouchdb","leaflet-cache":"vendor\/leaflet\/leaflet-offlinecache-pouchdb","polyfill-es6-promise":"vendor\/leaflet\/es6promise.polyfill","sentry":"vendor\/service","op-frontend\/loader\/base-package":"op-frontend\/loader\/base-package","op-frontend-core":"op-frontend\/modules\/core\/core","op-frontend-webtrack":"op-frontend\/modules\/core\/usage-supervisor","op-frontend-event":"op-frontend\/modules\/core\/event","op-frontend-routing":"op-frontend\/modules\/core\/routing","op-frontend-ajax-loader":"op-frontend\/modules\/core\/ajax-loader","op-frontend-loading":"op-frontend\/modules\/core\/loading","op-frontend-imageswap":"op-frontend\/modules\/core\/imageswap","op-frontend-cors":"op-frontend\/modules\/core\/cors","op-frontend-phantom":"op-frontend\/modules\/core\/phantom","op-frontend-globals":"op-frontend\/modules\/core\/globals","op-frontend-api":"op-frontend\/modules\/core\/api","op-frontend-templatemanager":"op-frontend\/modules\/core\/templatemanager","op-frontend-pagetools":"op-frontend\/modules\/core\/pagetools","op-frontend-pathfinder":"op-frontend\/modules\/core\/pathfinder","op-frontend-breakpoint":"op-frontend\/modules\/core\/breakpoint","op-frontend-modal":"op-frontend\/modules\/core\/modal","op-frontend-errors":"op-frontend\/modules\/core\/errors","op-frontend-base-module-1.0":"op-frontend\/modules\/core\/base-module","op-frontend-form-1.0":"op-frontend\/modules\/form\/1.0\/form","op-frontend-list-1.0":"op-frontend\/modules\/list\/1.0\/list","op-frontend-form-field-base-1.0":"op-frontend\/modules\/form\/1.0\/form-fields\/base-field","op-frontend-prospekt-1.0":"op-frontend\/modules\/prospekt\/1.0\/prospekt","op-frontend-prospekt-1.1":"op-frontend\/modules\/prospekt\/1.1\/prospekt","op-frontend-suche-1.0":"op-frontend\/modules\/suche\/1.0\/search_core","op-frontend-veranstaltungs-suche-1.0":"op-frontend\/modules\/veranstaltungen\/1.0\/veranstaltungs-suche","op-frontend-booking-1.0":"op-frontend\/modules\/booking\/1.0\/booking","op-frontend-picker":"op-frontend\/modules\/picker\/1.0\/picker","op-frontend-langswitch-1.0":"op-frontend\/modules\/langswitch\/1.0\/language_switch","op-frontend-header-1.0":"op-frontend\/modules\/header\/1.0\/header","op-frontend-footer-1.0":"op-frontend\/modules\/footer\/1.0\/footer","op-frontend-viewmanager-1.0":"op-frontend\/modules\/core\/viewmanager","op-frontend-infobox-1.0":"op-frontend\/modules\/core\/infobox","op-frontend-gapoptimizer-1.0":"op-frontend\/modules\/gapoptimizer\/1.0\/GapOptimizer","op-frontend-object-1.0":"op-frontend\/modules\/object\/1.0\/object_loader","op-frontend-object-accommodation-ratings-1.0":"op-frontend\/modules\/object\/1.0\/accommodation-ratings","op-frontend-searchwidget-1.0":"op-frontend\/modules\/searchwidget\/1.0\/searchwidget","op-frontend-travelprice-1.0":"op-frontend\/modules\/travelprice\/1.0\/travelprice","op-frontend-lastminute-1.0":"op-frontend\/modules\/lastminute\/1.0\/lastminute","op-frontend-childagerange-1.0":"op-frontend\/modules\/childagerange\/1.0\/childagerange","op-frontend-contactform-1.0":"op-frontend\/modules\/contactform\/1.0\/contactform","op-frontend-recommend-1.0":"op-frontend\/modules\/recommend\/1.0\/recommend","op-frontend-categories-1.0":"op-frontend\/modules\/categories\/1.0\/categories","op-frontend-visitorstax-1.0":"op-frontend\/modules\/visitorstax\/1.0\/visitorstax","op-frontend-picker-traveltime":"op-frontend\/modules\/picker\/1.0\/widgets\/traveltime","op-frontend-picker-persons":"op-frontend\/modules\/picker\/1.0\/widgets\/persons","op-frontend-picker-pets":"op-frontend\/modules\/picker\/1.0\/widgets\/pets","op-frontend-picker-categories":"op-frontend\/modules\/picker\/1.0\/widgets\/categories","op-frontend-empty-1.0":"op-frontend\/modules\/empty\/1.0\/empty","css":"vendor\/css","text":"vendor\/text","order":"vendor\/order","modules":"op-frontend\/modules"},waitSeconds:180,shim:{"json2":{"exports":"JSON"},"jquery-ui":["css!vendor\/jqueryui\/jquery-ui.min"],"bootstrap":["css!vendor\/bootstrap\/core\/css\/bootstrap-secra-wrapper","css!vendor\/bootstrap\/15_grid_extension"],"bootstrap-datepicker":["css!vendor\/bootstrap\/bootstrap-datepicker\/css\/bootstrap-datepicker-secra-wrapper"],"op-frontend-core":["css!templates\/default\/shared\/reset"],"leaflet":["css!vendor\/leaflet\/leaflet"],"leaflet-markercluster":["css!vendor\/leaflet\/markercluster","css!vendor\/leaflet\/markercluster.default"],"leaflet-loading":["css!vendor\/leaflet\/leaflet.loading-control"],"jquery-cookiebar":["css!vendor\/cookiebar\/jquery.cookiebar"],"jquery-multiselect":["css!vendor\/multiselect\/multiselect"],"lightbox":["css!vendor\/lightbox\/lightbox-secra-wrapper"],"lightgallery":{"deps":["vendor\/lightGallery\/lib\/jquery.mousewheel.min","vendor\/lightGallery\/lib\/picturefill.min","css!templates\/default\/shared\/lightgallery"]},"lightgallery-video":["vendor\/froogaloop2.min","lightgallery"],"intl":{"exports":"Intl"},"handlebars-intl":{"deps":["handlebars","intl"]},"mobiscroll":["css!vendor\/mobiscroll\/mobiscroll.jquery.min"]},map:{"*":{"jquery":"jquery-private","underscore":"underscore-private","backbone":"backbone-private","leaflet":"leaflet-private","i18next":"i18next-setup","handlebars.runtime":"handlebars","base-module":"op-frontend-base-module-1.0","op-frontend-base-module":"op-frontend-base-module-1.0","base-field":"op-frontend-form-field-base-1.0","op-frontend-prospekt":"op-frontend-prospekt-1.0","op-frontend-newsletter":"op-frontend-newsletter-1.0","op-frontend-visitorstax":"op-frontend-visitorstax-1.0","op-frontend-newsletter-list":"op-frontend-newsletter-list-1.0","op-frontend-suche":"op-frontend-suche-1.0","op-frontend-empty":"op-frontend-empty-1.0","op-frontend-form":"op-frontend-form-1.0","op-frontend-list":"op-frontend-list-1.0","op-frontend-veranstaltungs-suche":"op-frontend-veranstaltungs-suche-1.0","op-frontend-booking":"op-frontend-booking-1.0","op-frontend-langswitch":"op-frontend-langswitch-1.0","op-frontend-header":"op-frontend-header-1.0","op-frontend-footer":"op-frontend-footer-1.0","op-frontend-viewmanager":"op-frontend-viewmanager-1.0","op-frontend-object":"op-frontend-object-1.0","op-frontend-travelprice":"op-frontend-travelprice-1.0","op-frontend-lastminute":"op-frontend-lastminute-1.0","op-frontend-childagerange":"op-frontend-childagerange-1.0","op-frontend-contactform":"op-frontend-contactform-1.0","op-frontend-recommend":"op-frontend-recommend-1.0","op-frontend-categories":"op-frontend-categories-1.0","op-frontend-searchwidget":"op-frontend-searchwidget-1.0","op-frontend-gapoptimizer":"op-frontend-gapoptimizer-1.0","op-frontend-infobox":"op-frontend-infobox-1.0"},"jquery-private":{"jquery":"jquery"},"underscore-private":{"underscore":"underscore"},"backbone-private":{"backbone":"backbone"},"leaflet-private":{"leaflet":"leaflet"},"i18next-setup":{"i18next":"i18next"}},onNodeCreated:function(a,f,d,b){f={data:{"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/loader\/base-package.js":{"hashes":{"sha256":"g6drdnRIUhfeY\/AMoYwH9exWrzhIZAol4kTyob9DhYs="},"integrity":"sha256-g6drdnRIUhfeY\/AMoYwH9exWrzhIZAol4kTyob9DhYs=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/loader\/base-package.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/loader\/contentloaded.js":{"hashes":{"sha256":"ZoK9RZfYidx0YXe8\/N\/3+8PDyttv19Tn+PYVd+ImQB8="},"integrity":"sha256-ZoK9RZfYidx0YXe8\/N\/3+8PDyttv19Tn+PYVd+ImQB8=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/loader\/contentloaded.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/loader\/op_client_bootstrap.js":{"hashes":{"sha256":"pjgBTlHXByHWpnhyroAcVvmz0zSA0CSgOWHtrp+53yg="},"integrity":"sha256-pjgBTlHXByHWpnhyroAcVvmz0zSA0CSgOWHtrp+53yg=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/loader\/op_client_bootstrap.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/loader\/preboot.js":{"hashes":{"sha256":"428y0kj98OK+BJ6wtfldl5p\/NptVQcSCDHjhIVZAm5k="},"integrity":"sha256-428y0kj98OK+BJ6wtfldl5p\/NptVQcSCDHjhIVZAm5k=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/loader\/preboot.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/booking\/1.0\/booking-api.js":{"hashes":{"sha256":"GMDA61ogpaZX7SFHuRCwvESSXVoux1Ch1FS4KD9hG1U="},"integrity":"sha256-GMDA61ogpaZX7SFHuRCwvESSXVoux1Ch1FS4KD9hG1U=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/booking\/1.0\/booking-api.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/booking\/1.0\/booking.js":{"hashes":{"sha256":"Sbs9AMGwwoazyk60p7tqy6Yu7MpplweoMRT2m8GfTTg="},"integrity":"sha256-Sbs9AMGwwoazyk60p7tqy6Yu7MpplweoMRT2m8GfTTg=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/booking\/1.0\/booking.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/categories\/1.0\/categories-api.js":{"hashes":{"sha256":"w2u\/4pFM2+cWItO\/uIim1x+LcrzSgq9KoeXrqoh5Lc0="},"integrity":"sha256-w2u\/4pFM2+cWItO\/uIim1x+LcrzSgq9KoeXrqoh5Lc0=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/categories\/1.0\/categories-api.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/categories\/1.0\/categories.js":{"hashes":{"sha256":"1beK4Y1QnFPra3nGwahQc9BlZ59ozSjxLgT9hoJM1jY="},"integrity":"sha256-1beK4Y1QnFPra3nGwahQc9BlZ59ozSjxLgT9hoJM1jY=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/categories\/1.0\/categories.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/childagerange\/1.0\/childagerange-api.js":{"hashes":{"sha256":"ZrC132LQ2fcel5oKlvDBYGvb0oqCLrhe6RtVP0G6Q2c="},"integrity":"sha256-ZrC132LQ2fcel5oKlvDBYGvb0oqCLrhe6RtVP0G6Q2c=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/childagerange\/1.0\/childagerange-api.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/childagerange\/1.0\/childagerange.js":{"hashes":{"sha256":"WqC2Urb5kPm7CSxaCz0rLIFPSXRp78l8nUb1LfJSU5o="},"integrity":"sha256-WqC2Urb5kPm7CSxaCz0rLIFPSXRp78l8nUb1LfJSU5o=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/childagerange\/1.0\/childagerange.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/contactform\/1.0\/contactform-api.js":{"hashes":{"sha256":"Ou+d3GpNBvThjwZNQCj4p9NySBDu+Vvjb93SrhqpsC0="},"integrity":"sha256-Ou+d3GpNBvThjwZNQCj4p9NySBDu+Vvjb93SrhqpsC0=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/contactform\/1.0\/contactform-api.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/contactform\/1.0\/contactform.js":{"hashes":{"sha256":"hcyVXIplYdt5hdE\/Nc4NTx37fZuidpAis76BD+iEG2Q="},"integrity":"sha256-hcyVXIplYdt5hdE\/Nc4NTx37fZuidpAis76BD+iEG2Q=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/contactform\/1.0\/contactform.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/ajax-loader.js":{"hashes":{"sha256":"s5tndbhH1T3eMdJoSs5XwtM6wylzhID9Tj7ppLWBt4w="},"integrity":"sha256-s5tndbhH1T3eMdJoSs5XwtM6wylzhID9Tj7ppLWBt4w=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/ajax-loader.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/api.js":{"hashes":{"sha256":"cegISBq4pLxs1P\/PUgnGJsHtsXD8apC+a3NG3Dm7WTw="},"integrity":"sha256-cegISBq4pLxs1P\/PUgnGJsHtsXD8apC+a3NG3Dm7WTw=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/api.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/base-module.js":{"hashes":{"sha256":"hncu\/3cDwKoFWcS0VLOlhFrFLwZnWW4M3gEAFNuMFCM="},"integrity":"sha256-hncu\/3cDwKoFWcS0VLOlhFrFLwZnWW4M3gEAFNuMFCM=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/base-module.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/breakpoint.js":{"hashes":{"sha256":"37ys8JMdyUUa8eEKUD7sOBSzay3tb+NIN1epU\/5dTVc="},"integrity":"sha256-37ys8JMdyUUa8eEKUD7sOBSzay3tb+NIN1epU\/5dTVc=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/breakpoint.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/core.js":{"hashes":{"sha256":"HSJx1nWv0BTeX+MrRchfYDCq3L8AB2CoD50Nk2eTjag="},"integrity":"sha256-HSJx1nWv0BTeX+MrRchfYDCq3L8AB2CoD50Nk2eTjag=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/core.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/cors.js":{"hashes":{"sha256":"XJaCVnRj+orhNXORaBTnS4jlgmo4M4YKcOr3i4VpBeI="},"integrity":"sha256-XJaCVnRj+orhNXORaBTnS4jlgmo4M4YKcOr3i4VpBeI=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/cors.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/errors.js":{"hashes":{"sha256":"789bHmr7A2hwU5KMiJ2CvTLKwrVi08HbEPGfJ9NUHvw="},"integrity":"sha256-789bHmr7A2hwU5KMiJ2CvTLKwrVi08HbEPGfJ9NUHvw=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/errors.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/event.js":{"hashes":{"sha256":"alzh1s9V3IC94ZsJVANfuVZa2Pg8GMk8m56uxmj0fLg="},"integrity":"sha256-alzh1s9V3IC94ZsJVANfuVZa2Pg8GMk8m56uxmj0fLg=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/event.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/imageswap.js":{"hashes":{"sha256":"uhmGZliKlLZS+qWokR8qpwPV5mDORt+X7YMMMk9F9UM="},"integrity":"sha256-uhmGZliKlLZS+qWokR8qpwPV5mDORt+X7YMMMk9F9UM=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/imageswap.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/infobox.js":{"hashes":{"sha256":"6\/QedC5dSK+QKQPuU9BRXszRCDgEKemtvuvFhPjKDaM="},"integrity":"sha256-6\/QedC5dSK+QKQPuU9BRXszRCDgEKemtvuvFhPjKDaM=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/infobox.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/interfaces.js":{"hashes":{"sha256":"WR5d2XXG8gvkCIwV2RE7n8vdbRgKJ9TwUHh7YNcvvxo="},"integrity":"sha256-WR5d2XXG8gvkCIwV2RE7n8vdbRgKJ9TwUHh7YNcvvxo=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/interfaces.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/intl-format.js":{"hashes":{"sha256":"agO3JcGRv2DNMfxHWQQb2nfQCg+Hxl7A7YnM+lBv0gQ="},"integrity":"sha256-agO3JcGRv2DNMfxHWQQb2nfQCg+Hxl7A7YnM+lBv0gQ=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/intl-format.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/loading.js":{"hashes":{"sha256":"50uX2adOmukRKJQCFmdMqyciZgVfVcwkuKBwWV+vos8="},"integrity":"sha256-50uX2adOmukRKJQCFmdMqyciZgVfVcwkuKBwWV+vos8=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/loading.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/modal.js":{"hashes":{"sha256":"6MLsnNa5GZCT9jBb+Tj9VjKr7v2GloUU7wj78T30dQA="},"integrity":"sha256-6MLsnNa5GZCT9jBb+Tj9VjKr7v2GloUU7wj78T30dQA=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/modal.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/pagetools.js":{"hashes":{"sha256":"w+Bp9tEdBL57ZYXFDg\/7kE8zbSa2xflM+qIW7BYlpUw="},"integrity":"sha256-w+Bp9tEdBL57ZYXFDg\/7kE8zbSa2xflM+qIW7BYlpUw=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/pagetools.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/pathfinder.js":{"hashes":{"sha256":"ROaMrnNSDXdDUdjPoxsd0NdLjYLVhQDzDLsKU7ZiRNs="},"integrity":"sha256-ROaMrnNSDXdDUdjPoxsd0NdLjYLVhQDzDLsKU7ZiRNs=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/pathfinder.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/phantom.js":{"hashes":{"sha256":"X4UR8aJZHZo8a8JpbzE9tBF\/+DtVl\/xcpLMQuGfUogQ="},"integrity":"sha256-X4UR8aJZHZo8a8JpbzE9tBF\/+DtVl\/xcpLMQuGfUogQ=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/phantom.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/routing.js":{"hashes":{"sha256":"ax3RqLLqq17xUDMKSsTs9h+bXeL3Pun0I1gTahSFsCU="},"integrity":"sha256-ax3RqLLqq17xUDMKSsTs9h+bXeL3Pun0I1gTahSFsCU=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/routing.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/templatemanager.js":{"hashes":{"sha256":"Ax7DVRxSl1CEWBRK6qVQfj0Eaut\/U5ZgZnJkSxY+MT4="},"integrity":"sha256-Ax7DVRxSl1CEWBRK6qVQfj0Eaut\/U5ZgZnJkSxY+MT4=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/templatemanager.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/usage-supervisor.js":{"hashes":{"sha256":"Y\/osMJtuXToRBvYlcmc2brmDFlovqOhMVwTYLdFUCo0="},"integrity":"sha256-Y\/osMJtuXToRBvYlcmc2brmDFlovqOhMVwTYLdFUCo0=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/usage-supervisor.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/viewmanager.js":{"hashes":{"sha256":"OAjZCb1LFHokrBYg\/aYsQcmpXSw2cyDCXub1QEFe3Sc="},"integrity":"sha256-OAjZCb1LFHokrBYg\/aYsQcmpXSw2cyDCXub1QEFe3Sc=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/core\/viewmanager.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/empty\/1.0\/empty.js":{"hashes":{"sha256":"scMNZLvA95Xy8gP5j+MZWQUdsgju5\/IJQC871F0+cho="},"integrity":"sha256-scMNZLvA95Xy8gP5j+MZWQUdsgju5\/IJQC871F0+cho=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/empty\/1.0\/empty.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/footer\/1.0\/footer.js":{"hashes":{"sha256":"dEovRff908Ob9UHNb2cUOdsas7wLEkdc3k2jRouUlgw="},"integrity":"sha256-dEovRff908Ob9UHNb2cUOdsas7wLEkdc3k2jRouUlgw=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/footer\/1.0\/footer.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/form\/1.0\/form-fields\/base-field.js":{"hashes":{"sha256":"EFa4W1MsVMaF4dU57rG3\/9gsggwEE8u0+gFpBBzw93I="},"integrity":"sha256-EFa4W1MsVMaF4dU57rG3\/9gsggwEE8u0+gFpBBzw93I=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/form\/1.0\/form-fields\/base-field.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/form\/1.0\/form-fields\/button.js":{"hashes":{"sha256":"a30AbperHSBK0kPYp06MD4XgBJuYot1BZWPOAYnJ0t0="},"integrity":"sha256-a30AbperHSBK0kPYp06MD4XgBJuYot1BZWPOAYnJ0t0=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/form\/1.0\/form-fields\/button.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/form\/1.0\/form-fields\/input-date-field.js":{"hashes":{"sha256":"iUlotZCKlKAsHdQb3U5ABoxLlwkSgCRaTo6IT0bNgsE="},"integrity":"sha256-iUlotZCKlKAsHdQb3U5ABoxLlwkSgCRaTo6IT0bNgsE=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/form\/1.0\/form-fields\/input-date-field.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/form\/1.0\/form-fields\/input-text-field.js":{"hashes":{"sha256":"xHk2oyM7aK8PsMtTs7LjQLSwi1ztt\/nlYNXXriSkUxg="},"integrity":"sha256-xHk2oyM7aK8PsMtTs7LjQLSwi1ztt\/nlYNXXriSkUxg=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/form\/1.0\/form-fields\/input-text-field.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/form\/1.0\/form-fields\/select-field.js":{"hashes":{"sha256":"5FRc1qClm17S6BGuAj8eUaZdTakbiLqLtx2Y\/2aqa2g="},"integrity":"sha256-5FRc1qClm17S6BGuAj8eUaZdTakbiLqLtx2Y\/2aqa2g=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/form\/1.0\/form-fields\/select-field.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/form\/1.0\/form.js":{"hashes":{"sha256":"AcUS7\/bABlpkftW\/9veZ8OrmoLSXfqGFLuMNR2J\/+lw="},"integrity":"sha256-AcUS7\/bABlpkftW\/9veZ8OrmoLSXfqGFLuMNR2J\/+lw=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/form\/1.0\/form.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/gapoptimizer\/1.0\/GapOptimizer.js":{"hashes":{"sha256":"XuoiYTQCUACyX+dGJx9P82RR+VXdJd\/VNK60dE8YFIc="},"integrity":"sha256-XuoiYTQCUACyX+dGJx9P82RR+VXdJd\/VNK60dE8YFIc=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/gapoptimizer\/1.0\/GapOptimizer.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/header\/1.0\/header.js":{"hashes":{"sha256":"r5UzNnwiFC030oiqx3rrXJknB8tNnbb814niVaDjOco="},"integrity":"sha256-r5UzNnwiFC030oiqx3rrXJknB8tNnbb814niVaDjOco=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/header\/1.0\/header.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/html\/1.0\/headline.js":{"hashes":{"sha256":"tfT8GG+ajgJfiM7J6REBzmC+5yotqvtJHpPtdWkO4DE="},"integrity":"sha256-tfT8GG+ajgJfiM7J6REBzmC+5yotqvtJHpPtdWkO4DE=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/html\/1.0\/headline.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/html\/1.0\/text.js":{"hashes":{"sha256":"VYPcIyxCCutfh4dCw7Y0aifPIBbUr9EL5iwLgTpcpqc="},"integrity":"sha256-VYPcIyxCCutfh4dCw7Y0aifPIBbUr9EL5iwLgTpcpqc=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/html\/1.0\/text.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/langswitch\/1.0\/language_switch.js":{"hashes":{"sha256":"Js1YZYr4egCfmAdFKF3pBlyVNyssfoT2vIrguoLeIiI="},"integrity":"sha256-Js1YZYr4egCfmAdFKF3pBlyVNyssfoT2vIrguoLeIiI=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/langswitch\/1.0\/language_switch.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/lastminute\/1.0\/lastminute-api.js":{"hashes":{"sha256":"UwYi7y09fCkRqa1vFjurpigRfSe79Fzn\/5lB4kNsyqk="},"integrity":"sha256-UwYi7y09fCkRqa1vFjurpigRfSe79Fzn\/5lB4kNsyqk=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/lastminute\/1.0\/lastminute-api.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/lastminute\/1.0\/lastminute.js":{"hashes":{"sha256":"Ewgnw7F\/csuCvVXWDkC0kJ9FjKT1AFIMd9W81PQRWJY="},"integrity":"sha256-Ewgnw7F\/csuCvVXWDkC0kJ9FjKT1AFIMd9W81PQRWJY=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/lastminute\/1.0\/lastminute.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/list\/1.0\/list.js":{"hashes":{"sha256":"d4ktMSGdlBSip3Z1QOfsoQ5sZV58iNM+hRJo6SIx0oA="},"integrity":"sha256-d4ktMSGdlBSip3Z1QOfsoQ5sZV58iNM+hRJo6SIx0oA=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/list\/1.0\/list.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/object\/1.0\/accommodation-ratings.js":{"hashes":{"sha256":"YdN34enFscgcgSVCJP5X5cdOZdV\/ckiVJwgLbRknTCU="},"integrity":"sha256-YdN34enFscgcgSVCJP5X5cdOZdV\/ckiVJwgLbRknTCU=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/object\/1.0\/accommodation-ratings.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/object\/1.0\/object-api.js":{"hashes":{"sha256":"f6IvZvjMMUxUDl3Rh4qtZhKTB+7EmfIlUkmbmXVMmtU="},"integrity":"sha256-f6IvZvjMMUxUDl3Rh4qtZhKTB+7EmfIlUkmbmXVMmtU=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/object\/1.0\/object-api.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/object\/1.0\/object.js":{"hashes":{"sha256":"JW3qzEyZR4UBvXLplWaU1oNgZ6wEz2Bo11jQitZDbc8="},"integrity":"sha256-JW3qzEyZR4UBvXLplWaU1oNgZ6wEz2Bo11jQitZDbc8=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/object\/1.0\/object.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/object\/1.0\/object_loader.js":{"hashes":{"sha256":"q+oZfBDGr8BDrRugg\/npzZ+0eWqTB519pUBDWR+51GQ="},"integrity":"sha256-q+oZfBDGr8BDrRugg\/npzZ+0eWqTB519pUBDWR+51GQ=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/object\/1.0\/object_loader.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/object\/1.0\/occupancy-plan.js":{"hashes":{"sha256":"8Utr0x9yC2+agISFavpSJ9vIodXKoon+7pbr0De5J9U="},"integrity":"sha256-8Utr0x9yC2+agISFavpSJ9vIodXKoon+7pbr0De5J9U=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/object\/1.0\/occupancy-plan.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/payment\/1.0\/payment.js":{"hashes":{"sha256":"YIVb4Od3uq1fW09qTudq9ekW\/uZFCre5nUE7J8k4ASg="},"integrity":"sha256-YIVb4Od3uq1fW09qTudq9ekW\/uZFCre5nUE7J8k4ASg=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/payment\/1.0\/payment.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/paypal\/1.0\/paypal.js":{"hashes":{"sha256":"AbpHGcgLb+kRsJGnwFEktk7uzpZOCcBY74+YBdrKVGs="},"integrity":"sha256-AbpHGcgLb+kRsJGnwFEktk7uzpZOCcBY74+YBdrKVGs=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/paypal\/1.0\/paypal.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/picker\/1.0\/picker.js":{"hashes":{"sha256":"D3RTkxLwTtCz1j0+fUsBbpzjnqDoT4NAuLnTrlFcn6w="},"integrity":"sha256-D3RTkxLwTtCz1j0+fUsBbpzjnqDoT4NAuLnTrlFcn6w=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/picker\/1.0\/picker.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/picker\/1.0\/widgets\/categories.js":{"hashes":{"sha256":"PAYy2+VEqEG+EpTXe2iUzuhXueiLvrKTm7+2NaggQDg="},"integrity":"sha256-PAYy2+VEqEG+EpTXe2iUzuhXueiLvrKTm7+2NaggQDg=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/picker\/1.0\/widgets\/categories.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/picker\/1.0\/widgets\/persons.js":{"hashes":{"sha256":"h5OI85F6TQg2+epQstyOFhEPb5tFJPDjVWIdBBuJ28U="},"integrity":"sha256-h5OI85F6TQg2+epQstyOFhEPb5tFJPDjVWIdBBuJ28U=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/picker\/1.0\/widgets\/persons.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/picker\/1.0\/widgets\/pets.js":{"hashes":{"sha256":"RbtsoLoHXXuwNSUy8Y0C5scG9ECQW+ZajbNvm0+gMdg="},"integrity":"sha256-RbtsoLoHXXuwNSUy8Y0C5scG9ECQW+ZajbNvm0+gMdg=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/picker\/1.0\/widgets\/pets.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/picker\/1.0\/widgets\/traveltime.js":{"hashes":{"sha256":"agWSS37nMAVGKX3WbqRQTiwGQCkeT+XrsO+mZiz7KWk="},"integrity":"sha256-agWSS37nMAVGKX3WbqRQTiwGQCkeT+XrsO+mZiz7KWk=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/picker\/1.0\/widgets\/traveltime.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/prospekt\/1.0\/model\/prospekt_listen_item.js":{"hashes":{"sha256":"OONh67sEWjPoJNkvrAYaJSG0Wg4WP1YbLXXS6Jt+\/l8="},"integrity":"sha256-OONh67sEWjPoJNkvrAYaJSG0Wg4WP1YbLXXS6Jt+\/l8=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/prospekt\/1.0\/model\/prospekt_listen_item.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/prospekt\/1.0\/prospekt-anforderung.js":{"hashes":{"sha256":"bJ\/5lqFh7A9sA7koWoXzhrDpiAIH46nGkFleOGa12Rg="},"integrity":"sha256-bJ\/5lqFh7A9sA7koWoXzhrDpiAIH46nGkFleOGa12Rg=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/prospekt\/1.0\/prospekt-anforderung.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/prospekt\/1.0\/prospekt.js":{"hashes":{"sha256":"jvvvDStkNlY9nFbWxRbO5wT4SSWcFHtA4TOpKALVrYk="},"integrity":"sha256-jvvvDStkNlY9nFbWxRbO5wT4SSWcFHtA4TOpKALVrYk=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/prospekt\/1.0\/prospekt.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/prospekt\/1.0\/view\/prospekt_liste.js":{"hashes":{"sha256":"fXvJ8TSuFG3XUHB95IqR0pYOFmYvwdREHbF911Knw60="},"integrity":"sha256-fXvJ8TSuFG3XUHB95IqR0pYOFmYvwdREHbF911Knw60=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/prospekt\/1.0\/view\/prospekt_liste.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/recommend\/1.0\/recommend-api.js":{"hashes":{"sha256":"0IsB9j+ZINZjWAuY+zl3jhSTsDmscQaPFXQ19T+tmew="},"integrity":"sha256-0IsB9j+ZINZjWAuY+zl3jhSTsDmscQaPFXQ19T+tmew=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/recommend\/1.0\/recommend-api.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/recommend\/1.0\/recommend.js":{"hashes":{"sha256":"hbZa5Ely+S7opCnKwSdyLrDK\/nbj4gSYEhQJXvNGENs="},"integrity":"sha256-hbZa5Ely+S7opCnKwSdyLrDK\/nbj4gSYEhQJXvNGENs=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/recommend\/1.0\/recommend.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/searchwidget\/1.0\/searchwidget-api.js":{"hashes":{"sha256":"6wxhKinm1c8jYeZS83T9lxPuOaU0jql0dMO4+ciZjcY="},"integrity":"sha256-6wxhKinm1c8jYeZS83T9lxPuOaU0jql0dMO4+ciZjcY=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/searchwidget\/1.0\/searchwidget-api.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/searchwidget\/1.0\/searchwidget.js":{"hashes":{"sha256":"DcsWwaTc6ZyyReNcb0VcHBazv\/2m1DIj5R4sSnRPosE="},"integrity":"sha256-DcsWwaTc6ZyyReNcb0VcHBazv\/2m1DIj5R4sSnRPosE=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/searchwidget\/1.0\/searchwidget.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/city.js":{"hashes":{"sha256":"v+\/206VxuOZfizXOg97I2MGo0B9bVUoHYkwlFPeEfT4="},"integrity":"sha256-v+\/206VxuOZfizXOg97I2MGo0B9bVUoHYkwlFPeEfT4=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/city.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/counter.js":{"hashes":{"sha256":"7MyNTZgt0A0GN4jQ45NiTFGMuTEVnTrl9w\/bb25vUbA="},"integrity":"sha256-7MyNTZgt0A0GN4jQ45NiTFGMuTEVnTrl9w\/bb25vUbA=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/counter.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/country.js":{"hashes":{"sha256":"R98Z6sTTagpyoh6DBEPbk3sDOCGNQPRxS9voEcvUkWg="},"integrity":"sha256-R98Z6sTTagpyoh6DBEPbk3sDOCGNQPRxS9voEcvUkWg=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/country.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/filter.js":{"hashes":{"sha256":"U1nbh010abaWOlz5MZVXLWNmPh\/Oh9smGO8cawirnUo="},"integrity":"sha256-U1nbh010abaWOlz5MZVXLWNmPh\/Oh9smGO8cawirnUo=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/filter.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/hierarchyTree.js":{"hashes":{"sha256":"meXDMB45K\/SbHD3oaszkJOrCy78H8D0Y6LZPLUvKTd0="},"integrity":"sha256-meXDMB45K\/SbHD3oaszkJOrCy78H8D0Y6LZPLUvKTd0=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/hierarchyTree.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/hierarchyTreeHelper.js":{"hashes":{"sha256":"BvbZQaM960yn08kXcKFwyXi6aQv28B57vrf70g\/hFrM="},"integrity":"sha256-BvbZQaM960yn08kXcKFwyXi6aQv28B57vrf70g\/hFrM=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/hierarchyTreeHelper.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/keyword.js":{"hashes":{"sha256":"QWSzxUkXnU4chexzQfM50uco8ZgB3QkU0+L\/IN0CdfU="},"integrity":"sha256-QWSzxUkXnU4chexzQfM50uco8ZgB3QkU0+L\/IN0CdfU=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/keyword.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/lastminute.js":{"hashes":{"sha256":"8tWdXC9rzfJpLelmXVPYPygMZO3\/F2HDq5X1jS8A4DM="},"integrity":"sha256-8tWdXC9rzfJpLelmXVPYPygMZO3\/F2HDq5X1jS8A4DM=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/lastminute.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/list.js":{"hashes":{"sha256":"F9DvbGwWfZGZ\/NBqSjQwYdyPNnK3gEhAtaGppt3unSg="},"integrity":"sha256-F9DvbGwWfZGZ\/NBqSjQwYdyPNnK3gEhAtaGppt3unSg=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/list.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/listitem.js":{"hashes":{"sha256":"3BM\/v1Amt9ba5oi0izuU7W+Lp\/E7BJXyFC4nfs0FexA="},"integrity":"sha256-3BM\/v1Amt9ba5oi0izuU7W+Lp\/E7BJXyFC4nfs0FexA=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/listitem.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/map.js":{"hashes":{"sha256":"AB68qMy+uN1NX1JKWsIMFI7qZkZ2DAzbOhWUWldd5gw="},"integrity":"sha256-AB68qMy+uN1NX1JKWsIMFI7qZkZ2DAzbOhWUWldd5gw=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/map.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/orderly.js":{"hashes":{"sha256":"Cp\/qMulvymOye9L00IZNq9wBo2fZ4SA9y+yZcd8pogo="},"integrity":"sha256-Cp\/qMulvymOye9L00IZNq9wBo2fZ4SA9y+yZcd8pogo=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/orderly.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/scrolllist.js":{"hashes":{"sha256":"q+q\/\/uRSM2zf6uoeH4UbmpR2wRwxMTfpMmQrPEUNxPg="},"integrity":"sha256-q+q\/\/uRSM2zf6uoeH4UbmpR2wRwxMTfpMmQrPEUNxPg=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/scrolllist.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/search-api.js":{"hashes":{"sha256":"f0UAonQghu3jPxACkq9S+jJAy++Hg92p1buEyZteDnw="},"integrity":"sha256-f0UAonQghu3jPxACkq9S+jJAy++Hg92p1buEyZteDnw=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/search-api.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/search.js":{"hashes":{"sha256":"DMf69ose8CK4LJM6TEyX+5eE396fbcfOGxZxbfnvgv0="},"integrity":"sha256-DMf69ose8CK4LJM6TEyX+5eE396fbcfOGxZxbfnvgv0=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/search.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/search_core.js":{"hashes":{"sha256":"x+PxQytachoBCf2zq93R\/mwwUa4TtdVs3y4ZXXq9Z4c="},"integrity":"sha256-x+PxQytachoBCf2zq93R\/mwwUa4TtdVs3y4ZXXq9Z4c=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/search_core.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/sharer.js":{"hashes":{"sha256":"R5+Afj8P1omute7rE6voWygUCRghh6OWkX\/AnBNyffE="},"integrity":"sha256-R5+Afj8P1omute7rE6voWygUCRghh6OWkX\/AnBNyffE=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/sharer.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/statemanager.js":{"hashes":{"sha256":"9Bju01YcPr7\/u4N42ndB+YYTakCxT1cUPV85jJCfRSo="},"integrity":"sha256-9Bju01YcPr7\/u4N42ndB+YYTakCxT1cUPV85jJCfRSo=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/statemanager.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/tagcloud.js":{"hashes":{"sha256":"oXBpjq4Zqc19L155D\/XBrpFkgalBopuxx7VQDnHrDg4="},"integrity":"sha256-oXBpjq4Zqc19L155D\/XBrpFkgalBopuxx7VQDnHrDg4=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/tagcloud.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/tagcloudHelper.js":{"hashes":{"sha256":"6VdurTCF3YzbJkl26hysFVDIGKnTB9eQWMdvM5ANGX8="},"integrity":"sha256-6VdurTCF3YzbJkl26hysFVDIGKnTB9eQWMdvM5ANGX8=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/suche\/1.0\/tagcloudHelper.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/travelprice\/1.0\/travelprice-api.js":{"hashes":{"sha256":"+OrhBL+58xw3QsWYlY8V1\/oBOQteuYUmWqogw0kzR4s="},"integrity":"sha256-+OrhBL+58xw3QsWYlY8V1\/oBOQteuYUmWqogw0kzR4s=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/travelprice\/1.0\/travelprice-api.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/travelprice\/1.0\/travelprice.js":{"hashes":{"sha256":"JLTsA8qPXeobu8rJN1BbZGcynEtpDX++vvDTUx5s3Zw="},"integrity":"sha256-JLTsA8qPXeobu8rJN1BbZGcynEtpDX++vvDTUx5s3Zw=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/travelprice\/1.0\/travelprice.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/veranstaltungen\/1.0\/model\/model-veranstaltung-collection.js":{"hashes":{"sha256":"X4uKF94+wIaGPaF5C6Riqq\/UYwVx5hD5jJTUsJSnh3k="},"integrity":"sha256-X4uKF94+wIaGPaF5C6Riqq\/UYwVx5hD5jJTUsJSnh3k=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/veranstaltungen\/1.0\/model\/model-veranstaltung-collection.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/veranstaltungen\/1.0\/model\/model-veranstaltung-item.js":{"hashes":{"sha256":"ekJYbMqvKHUONBqXp\/Ni4Q1WJIlSnlDIEydjgRMJdxs="},"integrity":"sha256-ekJYbMqvKHUONBqXp\/Ni4Q1WJIlSnlDIEydjgRMJdxs=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/veranstaltungen\/1.0\/model\/model-veranstaltung-item.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/veranstaltungen\/1.0\/veranstaltungs-api-connector.js":{"hashes":{"sha256":"teB7alW+quTiiUFiAUCdlEMSwfihOhf4EbBuVq0msmQ="},"integrity":"sha256-teB7alW+quTiiUFiAUCdlEMSwfihOhf4EbBuVq0msmQ=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/veranstaltungen\/1.0\/veranstaltungs-api-connector.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/veranstaltungen\/1.0\/veranstaltungs-detail.js":{"hashes":{"sha256":"UiL8hQAbhuWQZjC4e+UHfvt9QSbCCVOFzsiQ7cfKKz4="},"integrity":"sha256-UiL8hQAbhuWQZjC4e+UHfvt9QSbCCVOFzsiQ7cfKKz4=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/veranstaltungen\/1.0\/veranstaltungs-detail.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/veranstaltungen\/1.0\/veranstaltungs-suche-row.js":{"hashes":{"sha256":"eOe+VZxd1xeZV2fcM6wBww0mGynyptLX+yujeBSk+d8="},"integrity":"sha256-eOe+VZxd1xeZV2fcM6wBww0mGynyptLX+yujeBSk+d8=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/veranstaltungen\/1.0\/veranstaltungs-suche-row.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/veranstaltungen\/1.0\/veranstaltungs-suche.js":{"hashes":{"sha256":"hDsX9rX7hDGYSRSy3rFHIhmMFelZYB315zf8HpKhSQU="},"integrity":"sha256-hDsX9rX7hDGYSRSy3rFHIhmMFelZYB315zf8HpKhSQU=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/veranstaltungen\/1.0\/veranstaltungs-suche.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/visitorstax\/1.0\/visitorstax-api.js":{"hashes":{"sha256":"6e\/XPnPptBMs2Wp+FU8uvkGGv361m2fcy755rtMmVJ0="},"integrity":"sha256-6e\/XPnPptBMs2Wp+FU8uvkGGv361m2fcy755rtMmVJ0=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/visitorstax\/1.0\/visitorstax-api.js"},"@content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/visitorstax\/1.0\/visitorstax.js":{"hashes":{"sha256":"c687ksqQKDSPdHsJS8YmjGriR1g0gHm3y5uuJGEaMV8="},"integrity":"sha256-c687ksqQKDSPdHsJS8YmjGriR1g0gHm3y5uuJGEaMV8=","path":"content\/frontend\/clients\/javascript\/bin\/op-frontend\/modules\/visitorstax\/1.0\/visitorstax.js"}}};b=(b=b.match(/.*\/op-frontend\/([^?]*)/i))&&b[1]?b[1]:"";b="@content/frontend/clients/javascript/bin/op-frontend/"+b;f&&(f.data&&"string"!=typeof f.data&&f.data[b])&&(a.setAttribute("integrity",
f.data[b].integrity),a.setAttribute("crossorigin","anonymous"))}};var h=secra_op_client.require.config(secra_op_client.config.amd),e=["require","jquery","op-frontend-core"];secra_op_client.config.debug&&!console&&e.push("firebug-lite");if(!window.Intl||"object"!=typeof window.Intl||0<=navigator.userAgent.indexOf("phantomJS"))window.Intl=null,e.push("intl");secra_op_client.globalSetup=function(a){"object"==typeof a?(secra_op_client.config.enableCookieUsage="undefined"!=typeof a.useCookies?a.useCookies:
secra_op_client.config.enableCookieUsage,secra_op_client.config.requiresEUCookieLawInfo="undefined"!=typeof a.hasOwnCookieInfo?!a.hasOwnCookieInfo:secra_op_client.config.requiresEUCookieLawInfo,secra_op_client.config.languageSwitcherEnabled="undefined"!=typeof a.languageSwitcherEnabled?a.languageSwitcherEnabled:secra_op_client.config.languageSwitcherEnabled,secra_op_client.config.scrollTopOffset="undefined"!=typeof a.scrollTopOffset?a.scrollTopOffset:secra_op_client.config.scrollTopOffset):a={};return a};
h(e,function(a,f,d){secra_op_client.enableCookies=function(){d.enableCookies()};secra_op_client.disableCookies=function(){d.disableCookies()};var b=!1,c=function(){d.log("passed bootstrapping, loading app");d.initialize();secra_op_client._loadModule=f.proxy(d.loadModule,d);if(0<secra_op_client.loadQueue.length)for(var a in secra_op_client.loadQueue)secra_op_client.loadQueue.hasOwnProperty(a)&&(secra_op_client.loadQueue[a].options=secra_op_client.globalSetup(secra_op_client.loadQueue[a].options),secra_op_client._loadModule(secra_op_client.loadQueue[a].module,
secra_op_client.loadQueue[a].embed_id,secra_op_client.loadQueue[a].options,{callbacks:{postInit:secra_op_client.moduleRender}}))};a=function(){b||(b=!0,c())};secra_op_client.contentLoaded(window,a);f(document).ready(a);setTimeout(function(){b||(b=!0,console&&console.warn&&console.warn("OP Web Client: Notice - detected slow pageload, skipping the default wait for window.ready and initializing anyway. This might have sideffects on this integration."),c())},1E4)});secra_op_client.moduleRender=function(a){"function"==
typeof a.render&&a.render()};secra_op_client.prefetchPlaceholder=function(a,f){!0!==secra_op_client.prefetched&&!0===f.experimental&&(secra_op_client.prefetched=!0,h(["jquery"],function(d){var b=/m\/[0-9]+\/object\/([0-9]+)/.exec(window.location.hash);if(!(2>b.length)&&(b=b[1],!(1>parseInt(b)))){var c=secra_op_client.base_url_api+"/object/1/getobjectdetails?secratoid="+secra_op_client.config.secratoid+"&lang="+secra_op_client.language;secra_op_client.refid&&(c+="&refid="+secra_op_client.refid);d.ajax({type:"post",
url:c,data:'{"ObjMetaNr": '+b+', "secrascvk": null, "preload": true}',contentType:"text/plain",crossDomain:!0,async:!1,timeout:12E4,success:function(b){try{if(!1===b.success){if(f.redirect404toUrl){var c=document.getElementsByTagName("meta");b=!1;for(var e in c)c.hasOwnProperty(e)&&"robots"===c[e].name&&(c[e].content="follow,noindex",b=!0);if(!b){var g=document.createElement("meta");g.name="robots";g.content="follow,noindex";document.head.appendChild(g)}window.location.href=f.redirect404toUrl}}else d("#"+
a).after('<div id="prefetchContainer" style="color: rgba(100,100,100,.5);" class="op-frontend op-frontend-object-layout-2"><div class="op-frontend-header"><h1 style="color: rgba(100,100,100,.5);">'+b.data.object.name+'</h1></div><br /><article class="object-description"><p>'+b.data.object.description.header+'</p></article><article class="object-description"><p>'+b.data.object.description.body+'</p></article><img style="position: relative; top: -150px; left: 200px; width: 60px;" src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7IiB4PSIwcHgiIHk9IjBweCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWwogICAgICAgICAgICBALXdlYmtpdC1rZXlmcmFtZXMgc3BpbiB7CiAgICAgICAgICAgICAgZnJvbSB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoLTM1OWRlZykKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgQGtleWZyYW1lcyBzcGluIHsKICAgICAgICAgICAgICBmcm9tIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0zNTlkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIHN2ZyB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCU7CiAgICAgICAgICAgICAgICAtd2Via2l0LWFuaW1hdGlvbjogc3BpbiAxLjVzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgICAgICAgIC13ZWJraXQtYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOwogICAgICAgICAgICAgICAgYW5pbWF0aW9uOiBzcGluIDEuNXMgbGluZWFyIGluZmluaXRlOwogICAgICAgICAgICB9CiAgICAgICAgXV0+PC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJvdXRlciI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwwQzIyLjIwNTgsMCAyMy45OTM5LDEuNzg4MTMgMjMuOTkzOSwzLjk5MzlDMjMuOTkzOSw2LjE5OTY4IDIyLjIwNTgsNy45ODc4MSAyMCw3Ljk4NzgxQzE3Ljc5NDIsNy45ODc4MSAxNi4wMDYxLDYuMTk5NjggMTYuMDA2MSwzLjk5MzlDMTYuMDA2MSwxLjc4ODEzIDE3Ljc5NDIsMCAyMCwwWiIgc3R5bGU9ImZpbGw6YmxhY2s7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNNS44NTc4Niw1Ljg1Nzg2QzcuNDE3NTgsNC4yOTgxNSA5Ljk0NjM4LDQuMjk4MTUgMTEuNTA2MSw1Ljg1Nzg2QzEzLjA2NTgsNy40MTc1OCAxMy4wNjU4LDkuOTQ2MzggMTEuNTA2MSwxMS41MDYxQzkuOTQ2MzgsMTMuMDY1OCA3LjQxNzU4LDEzLjA2NTggNS44NTc4NiwxMS41MDYxQzQuMjk4MTUsOS45NDYzOCA0LjI5ODE1LDcuNDE3NTggNS44NTc4Niw1Ljg1Nzg2WiIgc3R5bGU9ImZpbGw6cmdiKDIxMCwyMTAsMjEwKTsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwzMi4wMTIyQzIyLjIwNTgsMzIuMDEyMiAyMy45OTM5LDMzLjgwMDMgMjMuOTkzOSwzNi4wMDYxQzIzLjk5MzksMzguMjExOSAyMi4yMDU4LDQwIDIwLDQwQzE3Ljc5NDIsNDAgMTYuMDA2MSwzOC4yMTE5IDE2LjAwNjEsMzYuMDA2MUMxNi4wMDYxLDMzLjgwMDMgMTcuNzk0MiwzMi4wMTIyIDIwLDMyLjAxMjJaIiBzdHlsZT0iZmlsbDpyZ2IoMTMwLDEzMCwxMzApOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksMjguNDkzOUMzMC4wNTM2LDI2LjkzNDIgMzIuNTgyNCwyNi45MzQyIDM0LjE0MjEsMjguNDkzOUMzNS43MDE5LDMwLjA1MzYgMzUuNzAxOSwzMi41ODI0IDM0LjE0MjEsMzQuMTQyMUMzMi41ODI0LDM1LjcwMTkgMzAuMDUzNiwzNS43MDE5IDI4LjQ5MzksMzQuMTQyMUMyNi45MzQyLDMyLjU4MjQgMjYuOTM0MiwzMC4wNTM2IDI4LjQ5MzksMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxMDEsMTAxLDEwMSk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMy45OTM5LDE2LjAwNjFDNi4xOTk2OCwxNi4wMDYxIDcuOTg3ODEsMTcuNzk0MiA3Ljk4NzgxLDIwQzcuOTg3ODEsMjIuMjA1OCA2LjE5OTY4LDIzLjk5MzkgMy45OTM5LDIzLjk5MzlDMS43ODgxMywyMy45OTM5IDAsMjIuMjA1OCAwLDIwQzAsMTcuNzk0MiAxLjc4ODEzLDE2LjAwNjEgMy45OTM5LDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoMTg3LDE4NywxODcpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTUuODU3ODYsMjguNDkzOUM3LjQxNzU4LDI2LjkzNDIgOS45NDYzOCwyNi45MzQyIDExLjUwNjEsMjguNDkzOUMxMy4wNjU4LDMwLjA1MzYgMTMuMDY1OCwzMi41ODI0IDExLjUwNjEsMzQuMTQyMUM5Ljk0NjM4LDM1LjcwMTkgNy40MTc1OCwzNS43MDE5IDUuODU3ODYsMzQuMTQyMUM0LjI5ODE1LDMyLjU4MjQgNC4yOTgxNSwzMC4wNTM2IDUuODU3ODYsMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxNjQsMTY0LDE2NCk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYuMDA2MSwxNi4wMDYxQzM4LjIxMTksMTYuMDA2MSA0MCwxNy43OTQyIDQwLDIwQzQwLDIyLjIwNTggMzguMjExOSwyMy45OTM5IDM2LjAwNjEsMjMuOTkzOUMzMy44MDAzLDIzLjk5MzkgMzIuMDEyMiwyMi4yMDU4IDMyLjAxMjIsMjBDMzIuMDEyMiwxNy43OTQyIDMzLjgwMDMsMTYuMDA2MSAzNi4wMDYxLDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoNzQsNzQsNzQpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksNS44NTc4NkMzMC4wNTM2LDQuMjk4MTUgMzIuNTgyNCw0LjI5ODE1IDM0LjE0MjEsNS44NTc4NkMzNS43MDE5LDcuNDE3NTggMzUuNzAxOSw5Ljk0NjM4IDM0LjE0MjEsMTEuNTA2MUMzMi41ODI0LDEzLjA2NTggMzAuMDUzNiwxMy4wNjU4IDI4LjQ5MzksMTEuNTA2MUMyNi45MzQyLDkuOTQ2MzggMjYuOTM0Miw3LjQxNzU4IDI4LjQ5MzksNS44NTc4NloiIHN0eWxlPSJmaWxsOnJnYig1MCw1MCw1MCk7Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K" /></div>')}catch(h){}},
error:null,xhrFields:{withCredentials:!0}})}}))};secra_op_client.loadModule=function(a,c,d){d=secra_op_client.globalSetup(d);secra_op_client._loadModule?secra_op_client._loadModule(a,c,d):(("op-frontend-object"===a||"op-frontend-suche"===a)&&secra_op_client.prefetchPlaceholder(c,d),secra_op_client.loadQueue.push({module:a,embed_id:c,options:d}))}};(void 0===secra_op_client.config.autorun||secra_op_client.config.autorun)&&secra_op_client.start_app();


secra_op_client.define("op-frontend/loader/base-package",[],function(){});
secra_op_client.define("text",["module"],function(s){var a,l,q,n,t,r=["Msxml2.XMLHTTP","Microsoft.XMLHTTP","Msxml2.XMLHTTP.4.0"],m=/^\s*<\?xml(\s)+version=[\'\"](\d)*.(\d)*[\'\"](\s)*\?>/im,u=/<body[^>]*>\s*([\s\S]+)\s*<\/body>/im,g="undefined"!=typeof location&&location.href,e=g&&location.protocol&&location.protocol.replace(/\:/,""),v=g&&location.hostname,w=g&&(location.port||void 0),p={},k=s.config&&s.config()||{};a={version:"2.0.10",strip:function(c){if(c){c=c.replace(m,"");var h=c.match(u);h&&
(c=h[1])}else c="";return c},jsEscape:function(c){return c.replace(/(['\\])/g,"\\$1").replace(/[\f]/g,"\\f").replace(/[\b]/g,"\\b").replace(/[\n]/g,"\\n").replace(/[\t]/g,"\\t").replace(/[\r]/g,"\\r").replace(/[\u2028]/g,"\\u2028").replace(/[\u2029]/g,"\\u2029")},createXhr:k.createXhr||function(){var c,h,f;if("undefined"!=typeof XMLHttpRequest)return new XMLHttpRequest;if("undefined"!=typeof ActiveXObject)for(h=0;3>h;h+=1){f=r[h];try{c=new ActiveXObject(f)}catch(d){}if(c){r=[f];break}}return c},parseName:function(c){var h,
f,d=!1,b=c.indexOf(".");h=0===c.indexOf("./")||0===c.indexOf("../");-1!==b&&(!h||1<b)?(h=c.substring(0,b),f=c.substring(b+1,c.length)):h=c;c=f||h;b=c.indexOf("!");-1!==b&&(d="strip"===c.substring(b+1),c=c.substring(0,b),f?f=c:h=c);return{moduleName:h,ext:f,strip:d}},xdRegExp:/^((\w+)\:)?\/\/([^\/\\]+)/,useXhr:function(c,h,f,d){var b,e;b=a.xdRegExp.exec(c);if(!b)return!0;c=b[2];b=b[3];b=b.split(":");e=b[1];b=b[0];return!(c&&c!==h||b&&b.toLowerCase()!==f.toLowerCase()||(e||b)&&e!==d)},finishLoad:function(c,
h,f,d){f=h?a.strip(f):f;k.isBuild&&(p[c]=f);d(f)},load:function(c,h,f,d){if(!d.isBuild||d.inlineText){k.isBuild=d.isBuild;var b=a.parseName(c);d=b.moduleName+(b.ext?"."+b.ext:"");var m=h.toUrl(d),x=k.useXhr||a.useXhr;0!==m.indexOf("empty:")?!g||x(m,e,v,w)?a.get(m,function(d){a.finishLoad(c,b.strip,d,f)},function(b){f.error&&f.error(b)}):h([d],function(c){a.finishLoad(b.moduleName+"."+b.ext,b.strip,c,f)}):f()}else f()},write:function(c,h,f,d){p.hasOwnProperty(h)&&(d=a.jsEscape(p[h]),f.asModule(c+"!"+
h,"define(function () { return '"+d+"';});\n"))},writeFile:function(c,h,f,d,b){h=a.parseName(h);var e=h.ext?"."+h.ext:"",k=h.moduleName+e,g=f.toUrl(h.moduleName+e)+".js";a.load(k,f,function(f){f=function(b){return d(g,b)};f.asModule=function(b,c){return d.asModule(b,g,c)};a.write(c,k,f,b)},b)}};if("node"===k.env||!k.env&&"undefined"!=typeof process&&process.versions&&process.versions.node&&!process.versions["node-webkit"])l=require.nodeRequire("fs"),a.get=function(c,e,f){try{var d=l.readFileSync(c,
"utf8");0===d.indexOf("\ufeff")&&(d=d.substring(1));e(d)}catch(b){f(b)}};else if("xhr"===k.env||!k.env&&a.createXhr())a.get=function(c,e,f,d){var b=a.createXhr(),g;b.open("GET",c,!0);if(d)for(g in d)d.hasOwnProperty(g)&&b.setRequestHeader(g.toLowerCase(),d[g]);k.onXhr&&k.onXhr(b,c);b.onreadystatechange=function(d){4===b.readyState&&(d=b.status,399<d&&600>d?(d=Error(c+" HTTP status: "+d),d.xhr=b,f(d)):e(b.responseText),k.onXhrComplete&&k.onXhrComplete(b,c))};b.send(null)};else if("rhino"===k.env||
!k.env&&"undefined"!=typeof Packages&&"undefined"!=typeof java)a.get=function(c,e){var f,d,b=new java.io.File(c),a=java.lang.System.getProperty("line.separator"),b=new java.io.BufferedReader(new java.io.InputStreamReader(new java.io.FileInputStream(b),"utf-8")),g="";try{f=new java.lang.StringBuffer;(d=b.readLine())&&d.length()&&65279===d.charAt(0)&&(d=d.substring(1));for(null!==d&&f.append(d);null!==(d=b.readLine());)f.append(a),f.append(d);g=String(f.toString())}finally{b.close()}e(g)};else if("xpconnect"===
k.env||!k.env&&"undefined"!=typeof Components&&Components.classes&&Components.interfaces)q=Components.classes,n=Components.interfaces,Components.utils["import"]("resource://gre/modules/FileUtils.jsm"),t="@mozilla.org/windows-registry-key;1"in q,a.get=function(c,e){var f,d,b,a={};t&&(c=c.replace(/\//g,"\\"));b=new FileUtils.File(c);try{f=q["@mozilla.org/network/file-input-stream;1"].createInstance(n.nsIFileInputStream),f.init(b,1,0,!1),d=q["@mozilla.org/intl/converter-input-stream;1"].createInstance(n.nsIConverterInputStream),
d.init(f,"utf-8",f.available(),n.nsIConverterInputStream.DEFAULT_REPLACEMENT_CHARACTER),d.readString(f.available(),a),d.close(),f.close(),e(a.value)}catch(g){throw Error((b&&b.path||"")+": "+g);}};return a});
!function(){function s(e){var a=e.currentTarget||e.srcElement,g;if("load"===e.type||t.test(a.readyState)){e=a.getAttribute("data-requiremodule");m[e]=!0;for(e=0;(g=r[e])&&m[g.name];e++)g.req([g.name],g.onLoad);0<e&&r.splice(0,e);setTimeout(function(){a.parentNode.removeChild(a)},15)}}function a(e){var a,m;e.setAttribute("data-orderloaded","loaded");for(e=0;(m=g[e])&&(a=u[m])&&"loaded"===a.getAttribute("data-orderloaded");e++)delete u[m],require.addScriptToDom(a);0<e&&g.splice(0,e)}var l="undefined"!=
typeof document&&"undefined"!=typeof window&&document.createElement("script"),q=l&&(l.async||window.opera&&"[object Opera]"===Object.prototype.toString.call(window.opera)||"MozAppearance"in document.documentElement.style),n=l&&"uninitialized"===l.readyState,t=/^(complete|loaded)$/,r=[],m={},u={},g=[],l=null;secra_op_client.define("order",{version:"1.0.5",load:function(e,m,l,p){var k;m.nameToUrl?(k=m.nameToUrl(e,null),require.s.skipAsync[k]=!0,q||p.isBuild?m([e],l):n?(p=require.s.contexts._,!p.urlFetched[k]&&
!p.loaded[e]&&(p.urlFetched[k]=!0,require.resourcesReady(!1),p.scriptCount+=1,k=require.attach(k,p,e,null,null,a),u[e]=k,g.push(e)),m([e],l)):m.specified(e)?m([e],l):(r.push({name:e,req:m,onLoad:l}),require.attach(k,null,e,s,"script/cache"))):m([e],l)}})}();
secra_op_client.define("css",[],function(){if("undefined"==typeof window)return{load:function(a,l,g){g()}};var s=document.getElementsByTagName("head")[0],a=window.navigator.userAgent.match(/Trident\/([^ ;]*)|AppleWebKit\/([^ ;]*)|Opera\/([^ ;]*)|rv\:([^ ;]*)(.*?)Gecko\/([^ ;]*)|MSIE\s([^ ;]*)/)||0,l=!1,q=!0;a[1]||a[7]?l=6>parseInt(a[1])||9>=parseInt(a[7]):a[2]?q=!1:a[4]&&(l=18>parseInt(a[4]));var a={pluginBuilder:"./css-builder"},n,t=function(a,l){n=document.createElement("style");s.appendChild(n);
var g=n.styleSheet||n.sheet;if(g&&g.addImport)g.addImport(a),n.onload=l;else{n.textContent='@import "'+a+'";';var e=setInterval(function(){try{n.sheet.cssRules,clearInterval(e),l()}catch(a){}},10)}},r=function(a,l){var g=document.createElement("link");g.type="text/css";g.rel="stylesheet";if(q)g.onload=function(){g.onload=function(){};setTimeout(l,7)};else var e=setInterval(function(){for(var a=0;a<document.styleSheets.length;a++)if(document.styleSheets[a].href==g.href)return clearInterval(e),l()},
10);g.href=a;s.appendChild(g)};a.normalize=function(a,l){".css"==a.substr(a.length-4,4)&&(a=a.substr(0,a.length-4));return l(a)};a.load=function(a,n,g,e){(l?t:r)(n.toUrl(a+".css"),g)};return a});
