d?(a.sortIndex=c,H(M,a),null===J(L)&&a===J(M)&&(S?h():S=!0,g(U,c-d))):(a.sortIndex=e,H(L,a),R||Q||(R=!0,f(V)));return a};\nexports.unstable_wrapCallback=function(a){var b=P;return function(){var c=P;P=b;try{return a.apply(this,arguments)}finally{P=c}}};\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/scheduler.production.min.js');\n} else {\n module.exports = require('./cjs/scheduler.development.js');\n}\n","function _defineProperty(obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n return obj;\n}\nmodule.exports = _defineProperty, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","function _extends() {\n module.exports = _extends = Object.assign ? Object.assign.bind() : function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n return target;\n }, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;\n return _extends.apply(this, arguments);\n}\nmodule.exports = _extends, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","function _interopRequireDefault(obj) {\n return obj && obj.__esModule ? obj : {\n \"default\": obj\n };\n}\nmodule.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var objectWithoutPropertiesLoose = require(\"./objectWithoutPropertiesLoose.js\");\nfunction _objectWithoutProperties(source, excluded) {\n if (source == null) return {};\n var target = objectWithoutPropertiesLoose(source, excluded);\n var key, i;\n if (Object.getOwnPropertySymbols) {\n var sourceSymbolKeys = Object.getOwnPropertySymbols(source);\n for (i = 0; i < sourceSymbolKeys.length; i++) {\n key = sourceSymbolKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;\n target[key] = source[key];\n }\n }\n return target;\n}\nmodule.exports = _objectWithoutProperties, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","function _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n return target;\n}\nmodule.exports = _objectWithoutPropertiesLoose, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var _typeof = require(\"./typeof.js\")[\"default\"];\nfunction _regeneratorRuntime() {\n \"use strict\"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */\n module.exports = _regeneratorRuntime = function _regeneratorRuntime() {\n return exports;\n }, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;\n var exports = {},\n Op = Object.prototype,\n hasOwn = Op.hasOwnProperty,\n $Symbol = \"function\" == typeof Symbol ? Symbol : {},\n iteratorSymbol = $Symbol.iterator || \"@@iterator\",\n asyncIteratorSymbol = $Symbol.asyncIterator || \"@@asyncIterator\",\n toStringTagSymbol = $Symbol.toStringTag || \"@@toStringTag\";\n function define(obj, key, value) {\n return Object.defineProperty(obj, key, {\n value: value,\n enumerable: !0,\n configurable: !0,\n writable: !0\n }), obj[key];\n }\n try {\n define({}, \"\");\n } catch (err) {\n define = function define(obj, key, value) {\n return obj[key] = value;\n };\n }\n function wrap(innerFn, outerFn, self, tryLocsList) {\n var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator,\n generator = Object.create(protoGenerator.prototype),\n context = new Context(tryLocsList || []);\n return generator._invoke = function (innerFn, self, context) {\n var state = \"suspendedStart\";\n return function (method, arg) {\n if (\"executing\" === state) throw new Error(\"Generator is already running\");\n if (\"completed\" === state) {\n if (\"throw\" === method) throw arg;\n return doneResult();\n }\n for (context.method = method, context.arg = arg;;) {\n var delegate = context.delegate;\n if (delegate) {\n var delegateResult = maybeInvokeDelegate(delegate, context);\n if (delegateResult) {\n if (delegateResult === ContinueSentinel) continue;\n return delegateResult;\n }\n }\n if (\"next\" === context.method) context.sent = context._sent = context.arg;else if (\"throw\" === context.method) {\n if (\"suspendedStart\" === state) throw state = \"completed\", context.arg;\n context.dispatchException(context.arg);\n } else \"return\" === context.method && context.abrupt(\"return\", context.arg);\n state = \"executing\";\n var record = tryCatch(innerFn, self, context);\n if (\"normal\" === record.type) {\n if (state = context.done ? \"completed\" : \"suspendedYield\", record.arg === ContinueSentinel) continue;\n return {\n value: record.arg,\n done: context.done\n };\n }\n \"throw\" === record.type && (state = \"completed\", context.method = \"throw\", context.arg = record.arg);\n }\n };\n }(innerFn, self, context), generator;\n }\n function tryCatch(fn, obj, arg) {\n try {\n return {\n type: \"normal\",\n arg: fn.call(obj, arg)\n };\n } catch (err) {\n return {\n type: \"throw\",\n arg: err\n };\n }\n }\n exports.wrap = wrap;\n var ContinueSentinel = {};\n function Generator() {}\n function GeneratorFunction() {}\n function GeneratorFunctionPrototype() {}\n var IteratorPrototype = {};\n define(IteratorPrototype, iteratorSymbol, function () {\n return this;\n });\n var getProto = Object.getPrototypeOf,\n NativeIteratorPrototype = getProto && getProto(getProto(values([])));\n NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype);\n var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype);\n function defineIteratorMethods(prototype) {\n [\"next\", \"throw\", \"return\"].forEach(function (method) {\n define(prototype, method, function (arg) {\n return this._invoke(method, arg);\n });\n });\n }\n function AsyncIterator(generator, PromiseImpl) {\n function invoke(method, arg, resolve, reject) {\n var record = tryCatch(generator[method], generator, arg);\n if (\"throw\" !== record.type) {\n var result = record.arg,\n value = result.value;\n return value && \"object\" == _typeof(value) && hasOwn.call(value, \"__await\") ? PromiseImpl.resolve(value.__await).then(function (value) {\n invoke(\"next\", value, resolve, reject);\n }, function (err) {\n invoke(\"throw\", err, resolve, reject);\n }) : PromiseImpl.resolve(value).then(function (unwrapped) {\n result.value = unwrapped, resolve(result);\n }, function (error) {\n return invoke(\"throw\", error, resolve, reject);\n });\n }\n reject(record.arg);\n }\n var previousPromise;\n this._invoke = function (method, arg) {\n function callInvokeWithMethodAndArg() {\n return new PromiseImpl(function (resolve, reject) {\n invoke(method, arg, resolve, reject);\n });\n }\n return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();\n };\n }\n function maybeInvokeDelegate(delegate, context) {\n var method = delegate.iterator[context.method];\n if (undefined === method) {\n if (context.delegate = null, \"throw\" === context.method) {\n if (delegate.iterator[\"return\"] && (context.method = \"return\", context.arg = undefined, maybeInvokeDelegate(delegate, context), \"throw\" === context.method)) return ContinueSentinel;\n context.method = \"throw\", context.arg = new TypeError(\"The iterator does not provide a 'throw' method\");\n }\n return ContinueSentinel;\n }\n var record = tryCatch(method, delegate.iterator, context.arg);\n if (\"throw\" === record.type) return context.method = \"throw\", context.arg = record.arg, context.delegate = null, ContinueSentinel;\n var info = record.arg;\n return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, \"return\" !== context.method && (context.method = \"next\", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = \"throw\", context.arg = new TypeError(\"iterator result is not an object\"), context.delegate = null, ContinueSentinel);\n }\n function pushTryEntry(locs) {\n var entry = {\n tryLoc: locs[0]\n };\n 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry);\n }\n function resetTryEntry(entry) {\n var record = entry.completion || {};\n record.type = \"normal\", delete record.arg, entry.completion = record;\n }\n function Context(tryLocsList) {\n this.tryEntries = [{\n tryLoc: \"root\"\n }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0);\n }\n function values(iterable) {\n if (iterable) {\n var iteratorMethod = iterable[iteratorSymbol];\n if (iteratorMethod) return iteratorMethod.call(iterable);\n if (\"function\" == typeof iterable.next) return iterable;\n if (!isNaN(iterable.length)) {\n var i = -1,\n next = function next() {\n for (; ++i < iterable.length;) {\n if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next;\n }\n return next.value = undefined, next.done = !0, next;\n };\n return next.next = next;\n }\n }\n return {\n next: doneResult\n };\n }\n function doneResult() {\n return {\n value: undefined,\n done: !0\n };\n }\n return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, \"constructor\", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, \"constructor\", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, \"GeneratorFunction\"), exports.isGeneratorFunction = function (genFun) {\n var ctor = \"function\" == typeof genFun && genFun.constructor;\n return !!ctor && (ctor === GeneratorFunction || \"GeneratorFunction\" === (ctor.displayName || ctor.name));\n }, exports.mark = function (genFun) {\n return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, \"GeneratorFunction\")), genFun.prototype = Object.create(Gp), genFun;\n }, exports.awrap = function (arg) {\n return {\n __await: arg\n };\n }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () {\n return this;\n }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) {\n void 0 === PromiseImpl && (PromiseImpl = Promise);\n var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);\n return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) {\n return result.done ? result.value : iter.next();\n });\n }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, \"Generator\"), define(Gp, iteratorSymbol, function () {\n return this;\n }), define(Gp, \"toString\", function () {\n return \"[object Generator]\";\n }), exports.keys = function (object) {\n var keys = [];\n for (var key in object) {\n keys.push(key);\n }\n return keys.reverse(), function next() {\n for (; keys.length;) {\n var key = keys.pop();\n if (key in object) return next.value = key, next.done = !1, next;\n }\n return next.done = !0, next;\n };\n }, exports.values = values, Context.prototype = {\n constructor: Context,\n reset: function reset(skipTempReset) {\n if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = \"next\", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) {\n \"t\" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined);\n }\n },\n stop: function stop() {\n this.done = !0;\n var rootRecord = this.tryEntries[0].completion;\n if (\"throw\" === rootRecord.type) throw rootRecord.arg;\n return this.rval;\n },\n dispatchException: function dispatchException(exception) {\n if (this.done) throw exception;\n var context = this;\n function handle(loc, caught) {\n return record.type = \"throw\", record.arg = exception, context.next = loc, caught && (context.method = \"next\", context.arg = undefined), !!caught;\n }\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i],\n record = entry.completion;\n if (\"root\" === entry.tryLoc) return handle(\"end\");\n if (entry.tryLoc <= this.prev) {\n var hasCatch = hasOwn.call(entry, \"catchLoc\"),\n hasFinally = hasOwn.call(entry, \"finallyLoc\");\n if (hasCatch && hasFinally) {\n if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);\n if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);\n } else if (hasCatch) {\n if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);\n } else {\n if (!hasFinally) throw new Error(\"try statement without catch or finally\");\n if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);\n }\n }\n }\n },\n abrupt: function abrupt(type, arg) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc <= this.prev && hasOwn.call(entry, \"finallyLoc\") && this.prev < entry.finallyLoc) {\n var finallyEntry = entry;\n break;\n }\n }\n finallyEntry && (\"break\" === type || \"continue\" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null);\n var record = finallyEntry ? finallyEntry.completion : {};\n return record.type = type, record.arg = arg, finallyEntry ? (this.method = \"next\", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record);\n },\n complete: function complete(record, afterLoc) {\n if (\"throw\" === record.type) throw record.arg;\n return \"break\" === record.type || \"continue\" === record.type ? this.next = record.arg : \"return\" === record.type ? (this.rval = this.arg = record.arg, this.method = \"return\", this.next = \"end\") : \"normal\" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel;\n },\n finish: function finish(finallyLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel;\n }\n },\n \"catch\": function _catch(tryLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc === tryLoc) {\n var record = entry.completion;\n if (\"throw\" === record.type) {\n var thrown = record.arg;\n resetTryEntry(entry);\n }\n return thrown;\n }\n }\n throw new Error(\"illegal catch attempt\");\n },\n delegateYield: function delegateYield(iterable, resultName, nextLoc) {\n return this.delegate = {\n iterator: values(iterable),\n resultName: resultName,\n nextLoc: nextLoc\n }, \"next\" === this.method && (this.arg = undefined), ContinueSentinel;\n }\n }, exports;\n}\nmodule.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","function _typeof(obj) {\n \"@babel/helpers - typeof\";\n\n return (module.exports = _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) {\n return typeof obj;\n } : function (obj) {\n return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n }, module.exports.__esModule = true, module.exports[\"default\"] = module.exports), _typeof(obj);\n}\nmodule.exports = _typeof, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","// TODO(Babel 8): Remove this file.\n\nvar runtime = require(\"../helpers/regeneratorRuntime\")();\nmodule.exports = runtime;\n\n// Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=\ntry {\n regeneratorRuntime = runtime;\n} catch (accidentalStrictMode) {\n if (typeof globalThis === \"object\") {\n globalThis.regeneratorRuntime = runtime;\n } else {\n Function(\"r\", \"regeneratorRuntime = r\")(runtime);\n }\n}\n","export default function _arrayLikeToArray(arr, len) {\n if (len == null || len > arr.length) len = arr.length;\n for (var i = 0, arr2 = new Array(len); i < len; i++) {\n arr2[i] = arr[i];\n }\n return arr2;\n}","export default function _arrayWithHoles(arr) {\n if (Array.isArray(arr)) return arr;\n}","export default function _assertThisInitialized(self) {\n if (self === void 0) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n return self;\n}","function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {\n try {\n var info = gen[key](arg);\n var value = info.value;\n } catch (error) {\n reject(error);\n return;\n }\n if (info.done) {\n resolve(value);\n } else {\n Promise.resolve(value).then(_next, _throw);\n }\n}\nexport default function _asyncToGenerator(fn) {\n return function () {\n var self = this,\n args = arguments;\n return new Promise(function (resolve, reject) {\n var gen = fn.apply(self, args);\n function _next(value) {\n asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);\n }\n function _throw(err) {\n asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);\n }\n _next(undefined);\n });\n };\n}","export default function _classCallCheck(instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n}","function _defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n}\nexport default function _createClass(Constructor, protoProps, staticProps) {\n if (protoProps) _defineProperties(Constructor.prototype, protoProps);\n if (staticProps) _defineProperties(Constructor, staticProps);\n Object.defineProperty(Constructor, \"prototype\", {\n writable: false\n });\n return Constructor;\n}","import unsupportedIterableToArray from \"./unsupportedIterableToArray.js\";\nexport default function _createForOfIteratorHelper(o, allowArrayLike) {\n var it = typeof Symbol !== \"undefined\" && o[Symbol.iterator] || o[\"@@iterator\"];\n if (!it) {\n if (Array.isArray(o) || (it = unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === \"number\") {\n if (it) o = it;\n var i = 0;\n var F = function F() {};\n return {\n s: F,\n n: function n() {\n if (i >= o.length) return {\n done: true\n };\n return {\n done: false,\n value: o[i++]\n };\n },\n e: function e(_e) {\n throw _e;\n },\n f: F\n };\n }\n throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n }\n var normalCompletion = true,\n didErr = false,\n err;\n return {\n s: function s() {\n it = it.call(o);\n },\n n: function n() {\n var step = it.next();\n normalCompletion = step.done;\n return step;\n },\n e: function e(_e2) {\n didErr = true;\n err = _e2;\n },\n f: function f() {\n try {\n if (!normalCompletion && it[\"return\"] != null) it[\"return\"]();\n } finally {\n if (didErr) throw err;\n }\n }\n };\n}","import getPrototypeOf from \"./getPrototypeOf.js\";\nimport isNativeReflectConstruct from \"./isNativeReflectConstruct.js\";\nimport possibleConstructorReturn from \"./possibleConstructorReturn.js\";\nexport default function _createSuper(Derived) {\n var hasNativeReflectConstruct = isNativeReflectConstruct();\n return function _createSuperInternal() {\n var Super = getPrototypeOf(Derived),\n result;\n if (hasNativeReflectConstruct) {\n var NewTarget = getPrototypeOf(this).constructor;\n result = Reflect.construct(Super, arguments, NewTarget);\n } else {\n result = Super.apply(this, arguments);\n }\n return possibleConstructorReturn(this, result);\n };\n}","export default function _defineProperty(obj, key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n return obj;\n}","export default function _extends() {\n _extends = Object.assign ? Object.assign.bind() : function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n return target;\n };\n return _extends.apply(this, arguments);\n}","export default function _getPrototypeOf(o) {\n _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {\n return o.__proto__ || Object.getPrototypeOf(o);\n };\n return _getPrototypeOf(o);\n}","import setPrototypeOf from \"./setPrototypeOf.js\";\nexport default function _inherits(subClass, superClass) {\n if (typeof superClass !== \"function\" && superClass !== null) {\n throw new TypeError(\"Super expression must either be null or a function\");\n }\n subClass.prototype = Object.create(superClass && superClass.prototype, {\n constructor: {\n value: subClass,\n writable: true,\n configurable: true\n }\n });\n Object.defineProperty(subClass, \"prototype\", {\n writable: false\n });\n if (superClass) setPrototypeOf(subClass, superClass);\n}","import setPrototypeOf from \"./setPrototypeOf.js\";\nexport default function _inheritsLoose(subClass, superClass) {\n subClass.prototype = Object.create(superClass.prototype);\n subClass.prototype.constructor = subClass;\n setPrototypeOf(subClass, superClass);\n}","export default function _isNativeReflectConstruct() {\n if (typeof Reflect === \"undefined\" || !Reflect.construct) return false;\n if (Reflect.construct.sham) return false;\n if (typeof Proxy === \"function\") return true;\n try {\n Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));\n return true;\n } catch (e) {\n return false;\n }\n}","export default function _iterableToArray(iter) {\n if (typeof Symbol !== \"undefined\" && iter[Symbol.iterator] != null || iter[\"@@iterator\"] != null) return Array.from(iter);\n}","export default function _nonIterableRest() {\n throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n}","import defineProperty from \"./defineProperty.js\";\nfunction ownKeys(object, enumerableOnly) {\n var keys = Object.keys(object);\n if (Object.getOwnPropertySymbols) {\n var symbols = Object.getOwnPropertySymbols(object);\n enumerableOnly && (symbols = symbols.filter(function (sym) {\n return Object.getOwnPropertyDescriptor(object, sym).enumerable;\n })), keys.push.apply(keys, symbols);\n }\n return keys;\n}\nexport default function _objectSpread2(target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = null != arguments[i] ? arguments[i] : {};\n i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {\n defineProperty(target, key, source[key]);\n }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {\n Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));\n });\n }\n return target;\n}","import objectWithoutPropertiesLoose from \"./objectWithoutPropertiesLoose.js\";\nexport default function _objectWithoutProperties(source, excluded) {\n if (source == null) return {};\n var target = objectWithoutPropertiesLoose(source, excluded);\n var key, i;\n if (Object.getOwnPropertySymbols) {\n var sourceSymbolKeys = Object.getOwnPropertySymbols(source);\n for (i = 0; i < sourceSymbolKeys.length; i++) {\n key = sourceSymbolKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;\n target[key] = source[key];\n }\n }\n return target;\n}","export default function _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n return target;\n}","import _typeof from \"./typeof.js\";\nimport assertThisInitialized from \"./assertThisInitialized.js\";\nexport default function _possibleConstructorReturn(self, call) {\n if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) {\n return call;\n } else if (call !== void 0) {\n throw new TypeError(\"Derived constructors may only return object or undefined\");\n }\n return assertThisInitialized(self);\n}","export default function _setPrototypeOf(o, p) {\n _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {\n o.__proto__ = p;\n return o;\n };\n return _setPrototypeOf(o, p);\n}","import arrayWithHoles from \"./arrayWithHoles.js\";\nimport iterableToArrayLimit from \"./iterableToArrayLimit.js\";\nimport unsupportedIterableToArray from \"./unsupportedIterableToArray.js\";\nimport nonIterableRest from \"./nonIterableRest.js\";\nexport default function _slicedToArray(arr, i) {\n return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest();\n}","export default function _iterableToArrayLimit(arr, i) {\n var _i = arr == null ? null : typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"];\n if (_i == null) return;\n var _arr = [];\n var _n = true;\n var _d = false;\n var _s, _e;\n try {\n for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {\n _arr.push(_s.value);\n if (i && _arr.length === i) break;\n }\n } catch (err) {\n _d = true;\n _e = err;\n } finally {\n try {\n if (!_n && _i[\"return\"] != null) _i[\"return\"]();\n } finally {\n if (_d) throw _e;\n }\n }\n return _arr;\n}","import arrayWithoutHoles from \"./arrayWithoutHoles.js\";\nimport iterableToArray from \"./iterableToArray.js\";\nimport unsupportedIterableToArray from \"./unsupportedIterableToArray.js\";\nimport nonIterableSpread from \"./nonIterableSpread.js\";\nexport default function _toConsumableArray(arr) {\n return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread();\n}","import arrayLikeToArray from \"./arrayLikeToArray.js\";\nexport default function _arrayWithoutHoles(arr) {\n if (Array.isArray(arr)) return arrayLikeToArray(arr);\n}","export default function _nonIterableSpread() {\n throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n}","export default function _typeof(obj) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) {\n return typeof obj;\n } : function (obj) {\n return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n }, _typeof(obj);\n}","import arrayLikeToArray from \"./arrayLikeToArray.js\";\nexport default function _unsupportedIterableToArray(o, minLen) {\n if (!o) return;\n if (typeof o === \"string\") return arrayLikeToArray(o, minLen);\n var n = Object.prototype.toString.call(o).slice(8, -1);\n if (n === \"Object\" && o.constructor) n = o.constructor.name;\n if (n === \"Map\" || n === \"Set\") return Array.from(o);\n if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen);\n}","import setPrototypeOf from \"./setPrototypeOf.js\";\nimport isNativeReflectConstruct from \"./isNativeReflectConstruct.js\";\nexport default function _construct(Parent, args, Class) {\n if (isNativeReflectConstruct()) {\n _construct = Reflect.construct.bind();\n } else {\n _construct = function _construct(Parent, args, Class) {\n var a = [null];\n a.push.apply(a, args);\n var Constructor = Function.bind.apply(Parent, a);\n var instance = new Constructor();\n if (Class) setPrototypeOf(instance, Class.prototype);\n return instance;\n };\n }\n return _construct.apply(null, arguments);\n}","import getPrototypeOf from \"./getPrototypeOf.js\";\nimport setPrototypeOf from \"./setPrototypeOf.js\";\nimport isNativeFunction from \"./isNativeFunction.js\";\nimport construct from \"./construct.js\";\nexport default function _wrapNativeSuper(Class) {\n var _cache = typeof Map === \"function\" ? new Map() : undefined;\n _wrapNativeSuper = function _wrapNativeSuper(Class) {\n if (Class === null || !isNativeFunction(Class)) return Class;\n if (typeof Class !== \"function\") {\n throw new TypeError(\"Super expression must either be null or a function\");\n }\n if (typeof _cache !== \"undefined\") {\n if (_cache.has(Class)) return _cache.get(Class);\n _cache.set(Class, Wrapper);\n }\n function Wrapper() {\n return construct(Class, arguments, getPrototypeOf(this).constructor);\n }\n Wrapper.prototype = Object.create(Class.prototype, {\n constructor: {\n value: Wrapper,\n enumerable: false,\n writable: true,\n configurable: true\n }\n });\n return setPrototypeOf(Wrapper, Class);\n };\n return _wrapNativeSuper(Class);\n}","export default function _isNativeFunction(fn) {\n return Function.toString.call(fn).indexOf(\"[native code]\") !== -1;\n}","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = function(module) {\n\tvar getter = module && module.__esModule ?\n\t\tfunction() { return module['default']; } :\n\t\tfunction() { return module; };\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","var getProto = Object.getPrototypeOf ? function(obj) { return Object.getPrototypeOf(obj); } : function(obj) { return obj.__proto__; };\nvar leafPrototypes;\n// create a fake namespace object\n// mode & 1: value is a module id, require it\n// mode & 2: merge all properties of value into the ns\n// mode & 4: return value when already ns object\n// mode & 16: return value when it's Promise-like\n// mode & 8|1: behave like require\n__webpack_require__.t = function(value, mode) {\n\tif(mode & 1) value = this(value);\n\tif(mode & 8) return value;\n\tif(typeof value === 'object' && value) {\n\t\tif((mode & 4) && value.__esModule) return value;\n\t\tif((mode & 16) && typeof value.then === 'function') return value;\n\t}\n\tvar ns = Object.create(null);\n\t__webpack_require__.r(ns);\n\tvar def = {};\n\tleafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];\n\tfor(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) {\n\t\tObject.getOwnPropertyNames(current).forEach(function(key) { def[key] = function() { return value[key]; }; });\n\t}\n\tdef['default'] = function() { return value; };\n\t__webpack_require__.d(ns, def);\n\treturn ns;\n};","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = function(chunkId) {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce(function(promises, key) {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = function(chunkId) {\n\t// return url for filenames based on template\n\treturn \"static/js/\" + ({\"83\":\"reactImageText01\",\"164\":\"reactFormSelect01\",\"183\":\"reactAnimation01\",\"228\":\"reactFormInput01\",\"285\":\"reactHTML\",\"344\":\"reactText01\",\"502\":\"reactDropDown\",\"557\":\"mobileContent\",\"578\":\"reactMicado\",\"590\":\"reactFormCheckbox01\",\"602\":\"reactWeather04\",\"708\":\"field\",\"728\":\"desktopContainer\",\"888\":\"reactRoutePlanner\",\"1032\":\"reactLanguage\",\"1050\":\"animation\",\"1096\":\"reactFormText01\",\"1108\":\"scrollContent02\",\"1274\":\"mobileMenuItem\",\"1363\":\"reactFormUpload01\",\"1427\":\"sist\",\"1515\":\"reactOverviewPlanMap\",\"1571\":\"reactFormEmail01\",\"1663\":\"reactHamburger\",\"1747\":\"reactLink\",\"1810\":\"reactLiftState01\",\"1869\":\"reactPistState01\",\"1942\":\"reactSinglteaser\",\"2027\":\"reactList01\",\"2097\":\"mobileSubContent\",\"2130\":\"reactDailyRoutine\",\"2194\":\"reactTeaserSlider\",\"2214\":\"polyfills-core-js\",\"2258\":\"blogDetailInfo\",\"2279\":\"hero\",\"2340\":\"overview\",\"2610\":\"reactMetamenu\",\"2637\":\"desktopContent\",\"2690\":\"items\",\"2718\":\"desktopMenuItem\",\"3013\":\"reactSearchForm\",\"3152\":\"reactLanguageSwitch\",\"3179\":\"desktopSubContent\",\"3308\":\"quote\",\"3367\":\"reactOverviewPlan\",\"3403\":\"reactLogo\",\"3725\":\"skeleton\",\"3789\":\"reactDesktop\",\"3822\":\"reactMobile\",\"3843\":\"reactHeadlineTextCombi\",\"3970\":\"reactBooking\",\"4125\":\"treatments\",\"4362\":\"swipePopup\",\"4384\":\"reactFile01\",\"4478\":\"reactLeafletMap\",\"4484\":\"reactHighlightbox\",\"4531\":\"scrollContent01\",\"4609\":\"team\",\"4665\":\"voucher\",\"4710\":\"tabContentMobile\",\"4817\":\"reactRequest\",\"4968\":\"reactGallery04\",\"4998\":\"content\",\"5005\":\"bookmarkOutput\",\"5018\":\"reactFormButton01\",\"5030\":\"reactPwaAlert\",\"5084\":\"reactOverviewPlanSlider\",\"5203\":\"reactEquipment\",\"5237\":\"reactAutocomplete\",\"5258\":\"reactVideo02\",\"5607\":\"reactTeaserBlog02\",\"5612\":\"blogDetailShare\",\"5819\":\"bookmark\",\"5913\":\"reactWebcam\",\"5925\":\"reactOverlay\",\"6045\":\"reactReferences02\",\"6048\":\"reactFormWeb01\",\"6064\":\"reactFormDate01\",\"6094\":\"reactForm01\",\"6099\":\"materialUITypography\",\"6319\":\"reactSVGIcon\",\"6464\":\"search\",\"6467\":\"reactTable01\",\"6578\":\"reactDay\",\"6593\":\"reactFormHidden01\",\"6613\":\"reactGuestpicker\",\"6637\":\"swipeableDrawer\",\"6653\":\"blogOverview\",\"6748\":\"polyfills-dom\",\"6765\":\"buttonElement\",\"6772\":\"reactGallery03\",\"7011\":\"newsletterForm\",\"7019\":\"reactTeaser01\",\"7098\":\"reactEBookTeaser01\",\"7162\":\"toggleBookmark\",\"7262\":\"reactSocialLinks\",\"7306\":\"reactReferences01\",\"7766\":\"reactFormHeadline01\",\"7772\":\"tableWithSwipePopUp\",\"7831\":\"reactHTMLPicture\",\"7955\":\"reactFootermenu\",\"8032\":\"scrollContent03\",\"8033\":\"reactState\",\"8353\":\"reactFormTextArea01\",\"8407\":\"bookmarkCount\",\"8412\":\"reactAroundMe\",\"8518\":\"reactLangSelection\",\"8722\":\"reactSnowReport01\",\"8776\":\"footermenuItem\",\"8798\":\"reactButton\",\"8837\":\"mobileContainer\",\"8854\":\"metamenuItem\",\"8872\":\"reactSearchResult\",\"8909\":\"mobileSubContainer\",\"8920\":\"spacing\",\"8957\":\"reactTeaserRoom02\",\"8985\":\"reactSearch\",\"9159\":\"reactDatepicker\",\"9348\":\"footer\",\"9467\":\"reactCopyrights01\",\"9516\":\"bookmarkSync\",\"9554\":\"consentPlaceholder\",\"9556\":\"singleImage01\",\"9604\":\"reactWebcams01\",\"9631\":\"contact\",\"9670\":\"reactRoomOverview\",\"9684\":\"reactHeadline01\",\"9721\":\"reactKeyfactsItem\",\"9792\":\"reactTeaserList01\"}[chunkId] || chunkId) + \".\" + {\"83\":\"6a88463a\",\"164\":\"e26e0ef2\",\"183\":\"283e6e6c\",\"228\":\"67d28793\",\"285\":\"56aa51fc\",\"344\":\"94284007\",\"502\":\"b41aa63e\",\"553\":\"4ce1520f\",\"557\":\"427b417f\",\"578\":\"0d588799\",\"590\":\"9c4f10c4\",\"602\":\"9b1dfbea\",\"708\":\"43359849\",\"728\":\"953d4a51\",\"765\":\"638871db\",\"807\":\"1ddc1964\",\"887\":\"db5dcc6d\",\"888\":\"e84d489c\",\"1032\":\"8377ee3b\",\"1050\":\"1715208c\",\"1096\":\"3c950e66\",\"1108\":\"81b57d83\",\"1112\":\"d4403a16\",\"1274\":\"8902b4ff\",\"1285\":\"f4ef1eb1\",\"1363\":\"65d534db\",\"1368\":\"84e5648c\",\"1394\":\"15cfcf21\",\"1410\":\"825a7f09\",\"1427\":\"cd3a26de\",\"1515\":\"e23df4bf\",\"1571\":\"c70c812b\",\"1605\":\"544ec11a\",\"1625\":\"4baaaf80\",\"1663\":\"3954c9f8\",\"1726\":\"487c6741\",\"1747\":\"726eba45\",\"1810\":\"7e5800ce\",\"1869\":\"c56caa46\",\"1905\":\"056253c0\",\"1942\":\"b03f39d7\",\"2027\":\"c8aae750\",\"2097\":\"01086abb\",\"2130\":\"e394bf49\",\"2194\":\"2e9c9f87\",\"2214\":\"05746f10\",\"2222\":\"d51f1217\",\"2258\":\"f81c8425\",\"2279\":\"f28ade1d\",\"2340\":\"bb090f57\",\"2610\":\"e025d1ab\",\"2637\":\"2d9f2ad7\",\"2690\":\"e90c5c15\",\"2718\":\"b614296d\",\"3013\":\"8c9d6d7e\",\"3152\":\"ceb0a600\",\"3179\":\"6db199a1\",\"3308\":\"9f4f4b55\",\"3331\":\"75127eeb\",\"3367\":\"2782c91f\",\"3403\":\"a32ce60e\",\"3661\":\"486e2591\",\"3725\":\"94795426\",\"3789\":\"d520316d\",\"3822\":\"e433e239\",\"3843\":\"09a6f97a\",\"3970\":\"8f2b2caf\",\"4082\":\"ae006988\",\"4125\":\"16b5a346\",\"4326\":\"34a87438\",\"4362\":\"de120683\",\"4384\":\"b566b27c\",\"4478\":\"2bbab7f0\",\"4484\":\"62d1a24b\",\"4531\":\"a127f1ab\",\"4535\":\"1bb1a512\",\"4609\":\"59aa1a8f\",\"4665\":\"a6f2155e\",\"4710\":\"e62bcc53\",\"4817\":\"a3ae2a3e\",\"4968\":\"12b15d2e\",\"4977\":\"e0fdd93b\",\"4998\":\"4452cd53\",\"5005\":\"bb8bf5d2\",\"5018\":\"d381fed7\",\"5030\":\"290222ba\",\"5084\":\"7700cc08\",\"5203\":\"19e9c863\",\"5237\":\"d5f21128\",\"5258\":\"6b10342a\",\"5269\":\"efb894a3\",\"5607\":\"4fdb8d1e\",\"5612\":\"b72d21e8\",\"5808\":\"8fa58243\",\"5819\":\"b1775848\",\"5913\":\"186c35dc\",\"5925\":\"f78dd226\",\"6018\":\"c2a27357\",\"6045\":\"d0e536e9\",\"6048\":\"98a8830c\",\"6064\":\"6fe361b0\",\"6094\":\"de730cec\",\"6099\":\"6fd23f07\",\"6142\":\"dc113219\",\"6207\":\"0f298c6f\",\"6319\":\"784d9448\",\"6464\":\"8cdd7d92\",\"6467\":\"2573ca33\",\"6483\":\"3ba8cfc5\",\"6492\":\"0b134567\",\"6578\":\"613d0fd3\",\"6593\":\"292ef21d\",\"6613\":\"a03d2ddd\",\"6637\":\"51d6eae9\",\"6653\":\"52251e1e\",\"6748\":\"93f5b6bb\",\"6765\":\"d884586d\",\"6772\":\"8e6804ef\",\"7011\":\"dcaf6efb\",\"7019\":\"d3bc3675\",\"7098\":\"3dbecb9f\",\"7162\":\"57b5ac11\",\"7197\":\"ddc9910b\",\"7243\":\"32b32f3c\",\"7262\":\"d76fa789\",\"7306\":\"0ff28903\",\"7414\":\"f632609a\",\"7594\":\"ec879889\",\"7766\":\"5f30aaa7\",\"7772\":\"4c6889a0\",\"7831\":\"c7dd420a\",\"7955\":\"5c153664\",\"8001\":\"d2531220\",\"8032\":\"c327a6da\",\"8033\":\"c64c5953\",\"8209\":\"7edcc00d\",\"8353\":\"0af92731\",\"8407\":\"582ac8ee\",\"8412\":\"70c0d8e6\",\"8518\":\"21e3b7bf\",\"8669\":\"e5c1775b\",\"8722\":\"d49edfe0\",\"8776\":\"c936ab58\",\"8798\":\"e1f39717\",\"8837\":\"7540787c\",\"8854\":\"e50bdfe7\",\"8872\":\"d8337b53\",\"8909\":\"3154771a\",\"8920\":\"d9f5b28c\",\"8957\":\"099bcd6d\",\"8985\":\"eb9504af\",\"9159\":\"a01d5634\",\"9167\":\"d0e08548\",\"9225\":\"2b8972ee\",\"9344\":\"816268db\",\"9348\":\"f380fa6b\",\"9467\":\"5f292f46\",\"9516\":\"c5b13cb2\",\"9554\":\"7948f5ea\",\"9556\":\"f5693c1f\",\"9604\":\"203a97e3\",\"9631\":\"e85529fd\",\"9670\":\"e5a3c9e0\",\"9684\":\"6cc0c619\",\"9721\":\"b6c5284f\",\"9792\":\"5d9d3c0d\",\"9939\":\"d97f53b2\",\"9946\":\"0b6ccd8b\"}[chunkId] + \".chunk.js\";\n};","// This function allow to reference async chunks\n__webpack_require__.miniCssF = function(chunkId) {\n\t// return url for filenames based on template\n\treturn \"static/css/\" + {\"2194\":\"reactTeaserSlider\",\"2340\":\"overview\",\"4478\":\"reactLeafletMap\",\"4968\":\"reactGallery04\",\"5084\":\"reactOverviewPlanSlider\",\"9792\":\"reactTeaserList01\"}[chunkId] + \".\" + {\"2194\":\"4c57463e\",\"2340\":\"4c57463e\",\"4478\":\"237523ba\",\"4968\":\"b1caf51e\",\"5084\":\"884abf0c\",\"9792\":\"b1caf51e\"}[chunkId] + \".chunk.css\";\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","var inProgress = {};\nvar dataWebpackPrefix = \"kaiserlodge:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = function(url, done, key, chunkId) {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = function(prev, event) {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach(function(fn) { return fn(event); });\n\t\tif(prev) return prev(event);\n\t}\n\t;\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nmd = function(module) {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};","__webpack_require__.p = \"/\";","var createStylesheet = function(chunkId, fullhref, resolve, reject) {\n\tvar linkTag = document.createElement(\"link\");\n\n\tlinkTag.rel = \"stylesheet\";\n\tlinkTag.type = \"text/css\";\n\tvar onLinkComplete = function(event) {\n\t\t// avoid mem leaks.\n\t\tlinkTag.onerror = linkTag.onload = null;\n\t\tif (event.type === 'load') {\n\t\t\tresolve();\n\t\t} else {\n\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\tvar realHref = event && event.target && event.target.href || fullhref;\n\t\t\tvar err = new Error(\"Loading CSS chunk \" + chunkId + \" failed.\\n(\" + realHref + \")\");\n\t\t\terr.code = \"CSS_CHUNK_LOAD_FAILED\";\n\t\t\terr.type = errorType;\n\t\t\terr.request = realHref;\n\t\t\tlinkTag.parentNode.removeChild(linkTag)\n\t\t\treject(err);\n\t\t}\n\t}\n\tlinkTag.onerror = linkTag.onload = onLinkComplete;\n\tlinkTag.href = fullhref;\n\n\tdocument.head.appendChild(linkTag);\n\treturn linkTag;\n};\nvar findStylesheet = function(href, fullhref) {\n\tvar existingLinkTags = document.getElementsByTagName(\"link\");\n\tfor(var i = 0; i < existingLinkTags.length; i++) {\n\t\tvar tag = existingLinkTags[i];\n\t\tvar dataHref = tag.getAttribute(\"data-href\") || tag.getAttribute(\"href\");\n\t\tif(tag.rel === \"stylesheet\" && (dataHref === href || dataHref === fullhref)) return tag;\n\t}\n\tvar existingStyleTags = document.getElementsByTagName(\"style\");\n\tfor(var i = 0; i < existingStyleTags.length; i++) {\n\t\tvar tag = existingStyleTags[i];\n\t\tvar dataHref = tag.getAttribute(\"data-href\");\n\t\tif(dataHref === href || dataHref === fullhref) return tag;\n\t}\n};\nvar loadStylesheet = function(chunkId) {\n\treturn new Promise(function(resolve, reject) {\n\t\tvar href = __webpack_require__.miniCssF(chunkId);\n\t\tvar fullhref = __webpack_require__.p + href;\n\t\tif(findStylesheet(href, fullhref)) return resolve();\n\t\tcreateStylesheet(chunkId, fullhref, resolve, reject);\n\t});\n}\n// object to store loaded CSS chunks\nvar installedCssChunks = {\n\t179: 0\n};\n\n__webpack_require__.f.miniCss = function(chunkId, promises) {\n\tvar cssChunks = {\"2194\":1,\"2340\":1,\"4478\":1,\"4968\":1,\"5084\":1,\"9792\":1};\n\tif(installedCssChunks[chunkId]) promises.push(installedCssChunks[chunkId]);\n\telse if(installedCssChunks[chunkId] !== 0 && cssChunks[chunkId]) {\n\t\tpromises.push(installedCssChunks[chunkId] = loadStylesheet(chunkId).then(function() {\n\t\t\tinstalledCssChunks[chunkId] = 0;\n\t\t}, function(e) {\n\t\t\tdelete installedCssChunks[chunkId];\n\t\t\tthrow e;\n\t\t}));\n\t}\n};\n\n// no hmr","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t179: 0\n};\n\n__webpack_require__.f.j = function(chunkId, promises) {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(true) { // all chunks have JS\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise(function(resolve, reject) { installedChunkData = installedChunks[chunkId] = [resolve, reject]; });\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = function(event) {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t} else installedChunks[chunkId] = 0;\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n// no on chunks loaded\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = function(parentChunkLoadingFunction, data) {\n\tvar chunkIds = data[0];\n\tvar moreModules = data[1];\n\tvar runtime = data[2];\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some(function(id) { return installedChunks[id] !== 0; })) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunkkaiserlodge\"] = self[\"webpackChunkkaiserlodge\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","export const theme = {\n\ttypography: {\n\t\tfontFamily: \"'Marat-Sans-Regular'\",\n\t\tfontSize: 22,\n\t\tfontWeightLight: 400,\n\t\tfontWeightRegular: 400,\n\t\tfontWeightMedium: 600,\n\t\tfontWeightBold: 600,\n\t\th1: {\n\t\t\tfontFamily: \"'Marat-Regular'\",\n\t\t\tfontWeight: 400,\n\t\t\tfontSize: \"clamp(42px, 8vw, 75px)\",\n\t\t\tlineHeight: 1.2,\n\t\t\tletterSpacing: 0\n\t\t},\n\t\th2: {\n\t\t\tfontFamily: \"'Marat-Regular'\",\n\t\t\tfontWeight: 400,\n\t\t\tfontSize: \"clamp(35px, 7vw, 70px)\",\n\t\t\tlineHeight: 1.2,\n\t\t\tletterSpacing: 0\n\t\t},\n\t\th3: {\n\t\t\tfontFamily: \"'Marat-Regular'\",\n\t\t\tfontWeight: 400,\n\t\t\tfontSize: \"clamp(32px, 6vw, 55px)\",\n\t\t\tlineHeight: 1.2,\n\t\t\tletterSpacing: 0\n\t\t},\n\t\th4: {\n\t\t\tfontFamily: \"'Marat-Regular'\",\n\t\t\tfontWeight: 400,\n\t\t\tfontSize: \"clamp(28px, 5vw, 45px)\",\n\t\t\tlineHeight: 1.2,\n\t\t\tletterSpacing: 0\n\t\t},\n\t\th5: {\n\t\t\tfontFamily: \"'Marat-Regular'\",\n\t\t\tfontWeight: 400,\n\t\t\tfontSize: \"clamp(25px, 5vw, 35px)\",\n\t\t\tlineHeight: 1.2,\n\t\t\tletterSpacing: 0\n\t\t},\n\t\th6: {\n\t\t\tfontFamily: \"'Marat-Sans-Regular'\",\n\t\t\tfontWeight: 400,\n\t\t\tfontSize: 20,\n\t\t\tlineHeight: 1.2,\n\t\t\tletterSpacing: 0\n\t\t},\n\t\tbody1: {\n\t\t\tfontFamily: \"'Marat-Sans-Regular'\",\n\t\t\tfontWeight: 400,\n\t\t\tfontSize: 18,\n\t\t\t[`@media screen and (min-width: 960px)`]: {\n\t\t\t\tfontSize: 22\n\t\t\t},\n\t\t\tlineHeight: 1.5,\n\t\t\tletterSpacing: 0\n\t\t},\n\t\tbody2: {\n\t\t\tfontFamily: \"'Marat-Sans-Regular'\",\n\t\t\tfontWeight: 400,\n\t\t\tfontSize: 16,\n\t\t\t[`@media screen and (min-width: 960px)`]: {\n\t\t\t\tfontSize: 18\n\t\t\t},\n\t\t\tlineHeight: 1.688,\n\t\t\tletterSpacing: 0\n\t\t},\n\t\tsubtitle1: {\n\t\t\tfontFamily: \"'Marat-Sans-Semibold'\",\n\t\t\tfontWeight: 600,\n\t\t\tfontSize: 18,\n\t\t\tlineHeight: 1.25,\n\t\t\tletterSpacing: 0\n\t\t},\n\t\tsubtitle2: {\n\t\t\tfontFamily: \"'Marat-Sans-Semibold'\",\n\t\t\tfontWeight: 600,\n\t\t\tfontSize: 16,\n\t\t\tlineHeight: 1.125,\n\t\t\tletterSpacing: 0\n\t\t},\n\t\toverline: {\n\t\t\tfontFamily: \"'Marat-Sans-Regular'\",\n\t\t\tfontWeight: 400,\n\t\t\tfontSize: 18,\n\t\t\t[`@media screen and (min-width: 960px)`]: {\n\t\t\t\tfontSize: 22\n\t\t\t},\n\t\t\tlineHeight: 1.2,\n\t\t\tletterSpacing: \"0.15em\",\n\t\t\ttextTransform: \"uppercase\"\n\t\t},\n\t\tcaption: {\n\t\t\tfontFamily: \"'Marat-Sans-Regular'\",\n\t\t\tfontWeight: 400,\n\t\t\tfontSize: 14,\n\t\t\tlineHeight: 1.2,\n\t\t\tletterSpacing: \"0.1em\",\n\t\t\ttextTransform: \"uppercase\"\n\t\t},\n\t\tbutton: {\n\t\t\tfontFamily: \"'Marat-Sans-Semibold'\",\n\t\t\tfontWeight: 600,\n\t\t\tfontSize: 23,\n\t\t\tlineHeight: 1,\n\t\t\tletterSpacing: \"0.1em\"\n\t\t}\n\t},\n\tpalette: {\n\t\tbrand1: \"#9F9587\",\n\t\tbrand2: \"#575654\",\n\t\tprimary: {\n\t\t\tlight: \"#99CCC9\",\n\t\t\tmain: \"#6EB6B2\",\n\t\t\tdark: \"#448884\",\n\t\t\tcontrastText: \"#FFFFFF\"\n\t\t},\n\t\tsecondary: {\n\t\t\tlight: \"#BCB5AB\",\n\t\t\tmain: \"#9F9587\",\n\t\t\tdark: \"#575654\"\n\t\t},\n\t\ttertiary: {\n\t\t\tlight: \"#E4ADAA\",\n\t\t\tmain: \"#E87A74\",\n\t\t\tdark: \"#C85751\"\n\t\t},\n\t\terror: {\n\t\t\tlight: \"#D76565\",\n\t\t\tmain: \"#BF2222\",\n\t\t\tdark: \"#971212\"\n\t\t},\n\t\twarning: {\n\t\t\tlight: \"#E3C35F\",\n\t\t\tmain: \"#DAAE2B\",\n\t\t\tdark: \"#B18E25\"\n\t\t},\n\t\tinfo: {\n\t\t\tlight: \"#94BDD1\",\n\t\t\tmain: \"#4D90B2\",\n\t\t\tdark: \"#3A6E88\"\n\t\t},\n\t\tsuccess: {\n\t\t\tlight: \"#9CD3A3\",\n\t\t\tmain: \"#6EB676\",\n\t\t\tdark: \"#389443\"\n\t\t},\n\t\tgrey: {\n\t\t\t50: \"#FAFAFA\",\n\t\t\t100: \"#F2F2F3\",\n\t\t\t200: \"#CBCCCD\",\n\t\t\t300: \"#B1B3B4\",\n\t\t\t400: \"#97999B\",\n\t\t\t500: \"#7D8082\",\n\t\t\t600: \"#646668\",\n\t\t\t700: \"#4B4D4E\",\n\t\t\t800: \"#323334\",\n\t\t\t900: \"#191A1A\",\n\t\t\tA100: \"rgba(0, 0, 0, 0.1)\",\n\t\t\tA200: \"rgba(0, 0, 0, 0.2)\",\n\t\t\tA500: \"rgba(0, 0, 0, 0.5)\",\n\t\t\tA800: \"rgba(0, 0, 0, 0.8)\"\n\t\t},\n\t\ttext: {\n\t\t\tprimary: \"#575654\",\n\t\t\tsecondary: \"#F5F1EB\",\n\t\t\tdisabled: \"#E2D9CA\"\n\t\t},\n\t\tdivider: \"#BCB5AB\",\n\t\tbackground: {\n\t\t\tbackdrop: \"rgba(0, 0, 0, 0.65)\",\n\t\t\tbody: {\n\t\t\t\tlight: \"#FFFFFF\",\n\t\t\t\tdark: \"#20303D\"\n\t\t\t},\n\t\t\theader: {\n\t\t\t\tlight: \"#FFFFFF\",\n\t\t\t\tdark: \"#20303D\"\n\t\t\t},\n\t\t\tfooter: {\n\t\t\t\tlight: \"#F5F1EB\",\n\t\t\t\tdark: \"#20303D\"\n\t\t\t},\n\t\t\tmenu: \"#20303D\",\n\t\t\tfilter: \"#FFFFFF\",\n\t\t\tteaser: {\n\t\t\t\tdark: \"#20303D\",\n\t\t\t\tlight: \"#F5F1EB\"\n\t\t\t},\n\t\t\tform: \"#FFFFFF\",\n\t\t\tdefault: \"#FFFFFF\"\n\t\t},\n\t\tgradient: {\n\t\t\tgradient01:\n\t\t\t\t\"background: linear-gradient(180deg, rgba(159, 149, 135, 0) 0%, #9F9587 100%)\",\n\t\t\tgradient02:\n\t\t\t\t\"background: linear-gradient(180deg, rgba(32, 48, 61, 0) 0%, rgba(32, 48, 61, 0.7) 100%)\"\n\t\t}\n\t},\n\tshape: {\n\t\tborderRadius: 4\n\t},\n\toverrides: {\n\t\tMuiButton: {\n\t\t\troot: {\n\t\t\t\tboxShadow: \"none !important\",\n\t\t\t\theight: 56\n\t\t\t},\n\t\t\tsizeSmall: {\n\t\t\t\theight: 36\n\t\t\t},\n\t\t\tsizeLarge: {\n\t\t\t\theight: 66\n\t\t\t}\n\t\t},\n\t\tMuiAlert: {\n\t\t\troot: {\n\t\t\t\talignItems: \"center\"\n\t\t\t}\n\t\t}\n\t},\n\tzIndex: {\n\t\tfilter: 1099\n\t},\n\tcustomTypography: {\n\t\tbutton: {\n\t\t\tsmall: {\n\t\t\t\tfontSize: 18,\n\t\t\t\tfontWeight: 700,\n\t\t\t\tletterSpacing: \"0.4px\",\n\t\t\t\ttextTransform: \"none\"\n\t\t\t}\n\t\t},\n\t\tcounter: {\n\t\t\tfontFamily: \"'Marat-Sans-Semibold'\",\n\t\t\tfontSize: 10,\n\t\t\tfontWeight: 600,\n\t\t\tlineHeight: 1\n\t\t},\n\t\tfilter: {\n\t\t\tfontFamily: \"'Marat-Sans-Semibold'\",\n\t\t\tfontSize: 16,\n\t\t\tfontWeight: 600,\n\t\t\tlineHeight: 1.286\n\t\t},\n\t\thero: {\n\t\t\tmobile: {\n\t\t\t\thero1: {\n\t\t\t\t\tfontFamily: \"'Marat-Regular'\",\n\t\t\t\t\tfontWeight: 400,\n\t\t\t\t\tfontSize: 35,\n\t\t\t\t\tlineHeight: 1.1,\n\t\t\t\t\tletterSpacing: \"0.02em\",\n\t\t\t\t\ttextAlign: \"center\",\n\t\t\t\t\ttextTransform: \"uppercase\"\n\t\t\t\t},\n\t\t\t\thero2: {\n\t\t\t\t\tfontFamily: \"'Marat-Sans-Semibold'\",\n\t\t\t\t\tfontSize: 120,\n\t\t\t\t\tfontWeight: 600,\n\t\t\t\t\tlineHeight: 1\n\t\t\t\t}\n\t\t\t},\n\t\t\tdesktop: {\n\t\t\t\thero1: {\n\t\t\t\t\tfontFamily: \"'Marat-Regular'\",\n\t\t\t\t\tfontWeight: 400,\n\t\t\t\t\tfontSize: \"clamp(42px, 8vw, 75px)\",\n\t\t\t\t\tlineHeight: 1.1,\n\t\t\t\t\tletterSpacing: \"0.02em\",\n\t\t\t\t\ttextAlign: \"center\",\n\t\t\t\t\ttextTransform: \"uppercase\"\n\t\t\t\t},\n\t\t\t\thero2: {\n\t\t\t\t\tfontFamily: \"'Marat-Sans-Semibold'\",\n\t\t\t\t\tfontSize: 120,\n\t\t\t\t\tfontWeight: 600,\n\t\t\t\t\tlineHeight: 1\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tmainmenu: {\n\t\t\tmobile: {\n\t\t\t\tlevel1: {\n\t\t\t\t\tfontFamily: \"'Marat-Regular'\",\n\t\t\t\t\tfontWeight: 400,\n\t\t\t\t\tfontSize: 24,\n\t\t\t\t\tletterSpacing: \"0.05em\",\n\t\t\t\t\tlineHeight: 1.2,\n\t\t\t\t\ttextTransform: \"uppercase\"\n\t\t\t\t},\n\t\t\t\tlevel2: {\n\t\t\t\t\tfontFamily: \"'Marat-Sans-Regular'\",\n\t\t\t\t\tfontWeight: 400,\n\t\t\t\t\tfontSize: 21,\n\t\t\t\t\tlineHeight: 1.25\n\t\t\t\t},\n\t\t\t\tlevel3: {\n\t\t\t\t\tfontFamily: \"'Marat-Sans-Regular'\",\n\t\t\t\t\tfontWeight: 400,\n\t\t\t\t\tfontSize: 16,\n\t\t\t\t\tlineHeight: 1.429\n\t\t\t\t},\n\t\t\t\tmeta: {\n\t\t\t\t\tfontFamily: \"'Marat-Sans-Regular'\",\n\t\t\t\t\tfontWeight: 400,\n\t\t\t\t\tfontSize: 16,\n\t\t\t\t\tlineHeight: 1.333\n\t\t\t\t}\n\t\t\t},\n\t\t\tdesktop: {\n\t\t\t\tlevel1: {\n\t\t\t\t\tfontFamily: \"'Marat-Regular'\",\n\t\t\t\t\tfontWeight: 400,\n\t\t\t\t\tfontSize: 80,\n\t\t\t\t\tletterSpacing: \"0.05em\",\n\t\t\t\t\tlineHeight: 1.111\n\t\t\t\t},\n\t\t\t\tlevel2: {\n\t\t\t\t\tfontFamily: \"'Marat-Sans-Regular'\",\n\t\t\t\t\tfontWeight: 400,\n\t\t\t\t\tfontSize: 30,\n\t\t\t\t\tlineHeight: 1.25\n\t\t\t\t},\n\t\t\t\tlevel3: {\n\t\t\t\t\tfontFamily: \"'Marat-Sans-Regular'\",\n\t\t\t\t\tfontWeight: 400,\n\t\t\t\t\tfontSize: 16,\n\t\t\t\t\tlineHeight: 1.429\n\t\t\t\t},\n\t\t\t\tmeta: {\n\t\t\t\t\tfontFamily: \"'Marat-Sans-Regular'\",\n\t\t\t\t\tfontWeight: 400,\n\t\t\t\t\tfontSize: 16,\n\t\t\t\t\tlineHeight: 1.333\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tfooter02: {\n\t\t\tfootermenu: {\n\t\t\t\tmobile: {\n\t\t\t\t\tlevel1: {\n\t\t\t\t\t\tfontFamily: \"'Marat-Sans-Regular'\",\n\t\t\t\t\t\tfontWeight: 400,\n\t\t\t\t\t\tfontSize: 16,\n\t\t\t\t\t\tletterSpacing: \"0.15em\",\n\t\t\t\t\t\tlineHeight: 1.5,\n\t\t\t\t\t\ttextTransform: \"uppercase\"\n\t\t\t\t\t},\n\t\t\t\t\tlevel2: {\n\t\t\t\t\t\tfontWeight: 400,\n\t\t\t\t\t\tfontSize: 16,\n\t\t\t\t\t\tlineHeight: 1.25,\n\t\t\t\t\t\tmargin: \"4px 0\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tdesktop: {\n\t\t\t\t\tlevel1: {\n\t\t\t\t\t\tfontFamily: \"'Marat-Sans-Regular'\",\n\t\t\t\t\t\tfontWeight: 400,\n\t\t\t\t\t\tfontSize: 18,\n\t\t\t\t\t\tletterSpacing: \"0.15em\",\n\t\t\t\t\t\tlineHeight: 1.5,\n\t\t\t\t\t\ttextTransform: \"uppercase\"\n\t\t\t\t\t},\n\t\t\t\t\tlevel2: {\n\t\t\t\t\t\tfontWeight: 400,\n\t\t\t\t\t\tfontSize: 18,\n\t\t\t\t\t\tlineHeight: 1.25,\n\t\t\t\t\t\tmargin: \"4px 0\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\tmetamenu: {\n\t\t\t\tmobile: {\n\t\t\t\t\tlevel1: {\n\t\t\t\t\t\tfontWeight: 400,\n\t\t\t\t\t\tfontSize: 18,\n\t\t\t\t\t\tlineHeight: 1.3333333333333333\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tdesktop: {\n\t\t\t\t\tlevel1: {\n\t\t\t\t\t\tfontWeight: 400,\n\t\t\t\t\t\tfontSize: 18,\n\t\t\t\t\t\tlineHeight: 1.3333333333333333\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tform: {\n\t\t\tfield: {\n\t\t\t\tfontWeight: 400,\n\t\t\t\tfontSize: 18,\n\t\t\t\tlineHeight: 1.5\n\t\t\t},\n\t\t\tlabel: {\n\t\t\t\tfontWeight: 400,\n\t\t\t\tfontSize: 14,\n\t\t\t\tlineHeight: 1.167\n\t\t\t}\n\t\t}\n\t}\n};\n","import React, { lazy, Suspense } from \"react\";\nimport clsx from \"clsx\";\nimport makeStyles from \"@material-ui/styles/makeStyles\";\nimport Box from \"@material-ui/core/Box\";\nimport Button from \"@material-ui/core/Button\";\nimport Typography from \"@material-ui/core/Typography\";\nimport useLocals from \"@micado-digital/react-ui/hooks/useLocals\";\nimport localDE from \"../../locales/de.json\";\nimport localEN from \"../../locales/en.json\";\n\nconst ReactLink = lazy(() =>\n\timport(/* webpackChunkName: \"RreactLink\" */ \"@micado-digital/react-link/ReactLink\")\n);\n\nconst useStyles = makeStyles(theme => ({\n\tcontent: {\n\t\tborder: \"1px solid \" + theme.palette?.grey?.[300],\n\t\tdisplay: \"flex\",\n\t\tflexDirection: \"column\",\n\t\tpadding: theme.spacing(3)\n\t},\n\ttext: {\n\t\tcolor: theme.palette?.text?.primary\n\t},\n\tbutton: {\n\t\tdisplay: \"flex\",\n\t\tjustifyContent: \"flex-end\",\n\t\tmarginTop: \"auto\",\n\t\tpaddingTop: theme.spacing(2)\n\t}\n}));\n\nconst SearchResultContent = ({ description, lang, pageName, title }) => {\n\tconst css = useStyles();\n\tconst l = useLocals({\n\t\tlang: lang,\n\t\tres: {\n\t\t\tde: localDE,\n\t\t\ten: localEN\n\t\t}\n\t});\n\n\treturn (\n\t\t>}>\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t>}>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t);\n};\n\nexport default SearchResultContent;\n","function aroundMeMarkersConfig() {\n\treturn [\n\t\t{\n\t\t\tdefault: true,\n\t\t\tanchor: [24, 48],\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/default.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"main\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/kaiserlodge.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Restaurant\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/restaurant.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"restaurant\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/restaurant.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Bergrestaurant\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/alm.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Mountain restaurant\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/alm.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Tourismusverband\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/tvb.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Tourist office\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/tvb.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Bergbahn\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/bergbahn.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Cable car\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/bergbahn.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Bar\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/bar.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Bar\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/bar.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Geschäfte\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/shop.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Shops\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/shop.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Bushaltestelle\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/bus.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Bus stop\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/bus.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Modegeschäfte\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/mode.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Fashion stores\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/mode.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Bergerlebniswelt\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/mountain.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Mountain adventure worlds\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/mountain.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Schwimmbäder\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/icons/around-me/marker/schwimmbaeder.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Swimming pools\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/schwimmbaeder.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Apotheken\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/apotheken.svg\"\n\t\t},\n\t\t{\n\t\t\tanchor: [24, 48],\n\t\t\tidentifier: \"Pharmacy\",\n\t\t\tpopupAnchor: [0, -48],\n\t\t\tsize: [48, 48],\n\t\t\turl: \"/img/elements/around-me/marker/apotheken.svg\"\n\t\t}\n\t];\n}\n\nexport default aroundMeMarkersConfig;\n","function aroundMeFilterIcons() {\n\treturn [\n\t\t{\n\t\t\tidentifier: \"Apotheken\",\n\t\t\turl: \"/img/elements/around-me/filter/apotheken.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Pharmacy\",\n\t\t\turl: \"/img/elements/around-me/filter/apotheken.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Restaurant\",\n\t\t\turl: \"/img/elements/around-me/filter/restaurant.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Bergrestaurant\",\n\t\t\turl: \"/img/elements/around-me/filter/alm.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Mountain restaurant\",\n\t\t\turl: \"/img/elements/around-me/filter/alm.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Tourismusverband\",\n\t\t\turl: \"/img/elements/around-me/filter/tvb.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Tourist office\",\n\t\t\turl: \"/img/elements/around-me/filter/tvb.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Bergbahn\",\n\t\t\turl: \"/img/elements/around-me/filter/bergbahn.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Cable car\",\n\t\t\turl: \"/img/elements/around-me/filter/bergbahn.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Bar\",\n\t\t\turl: \"/img/elements/around-me/filter/bar.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Bar\",\n\t\t\turl: \"/img/elements/around-me/filter/bar.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Geschäfte\",\n\t\t\turl: \"/img/elements/around-me/filter/shop.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Shops\",\n\t\t\turl: \"/img/elements/around-me/filter/shop.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Schwimmbäder\",\n\t\t\turl: \"/img/elements/around-me/filter/schwimmbaeder.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Swimming pools\",\n\t\t\turl: \"/img/elements/around-me/filter/schwimmbaeder.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Bushaltestelle\",\n\t\t\turl: \"/img/elements/around-me/filter/bus.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Bus stop\",\n\t\t\turl: \"/img/elements/around-me/filter/bus.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Modegeschäfte\",\n\t\t\turl: \"/img/elements/around-me/filter/mode.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Fashion stores\",\n\t\t\turl: \"/img/elements/around-me/filter/mode.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Bergerlebniswelt\",\n\t\t\turl: \"/img/elements/around-me/filter/mountain.svg\"\n\t\t},\n\t\t{\n\t\t\tidentifier: \"Mountain adventure worlds\",\n\t\t\turl: \"/img/elements/around-me/filter/mountain.svg\"\n\t\t}\n\t];\n}\n\nexport default aroundMeFilterIcons;\n","import React, { Fragment, useContext, useState, Suspense, lazy } from \"react\";\nimport cloneDeep from \"lodash/cloneDeep\";\nimport map from \"lodash/map\";\nimport useTheme from \"@material-ui/core/styles/useTheme\";\nimport useMediaQuery from \"@material-ui/core/useMediaQuery\";\nimport Container from \"../../../helper/container\";\nimport SearchResultContent from \"../../../components/search-result-content\";\nimport WebProfileContext from \"@WebProfileContext\";\nimport useLocals from \"@micado-digital/react-ui/hooks/useLocals\";\nimport localDE from \"../../../locales/de.json\";\nimport localEN from \"../../../locales/en.json\";\nimport aroundMeMarkersConfig from \"../../../utils/aroundMeMarkersConfig\";\nimport aroundMeFilterIcons from \"../../../utils/aroundMeFilterIcons\";\n\nconst ConsentPlaceholder = lazy(() =>\n\timport(/* webpackChunkName: \"consentPlaceholder\" */ \"../../../components/consentPlaceholder\")\n);\nconst DropDown = lazy(() =>\n\timport(/* webpackChunkName: \"reactDropDown\" */ \"../../../components/dropdown\")\n);\nconst OverviewPlan = lazy(() =>\n\timport(/* webpackChunkName: \"reactOverviewPlan\" */ \"../../../components/overview-plan\")\n);\nconst Spacing = lazy(() =>\n\timport(/* webpackChunkName: \"reactSpacing\" */ \"../../../components/spacing\")\n);\nconst Singlteaser = lazy(() =>\n\timport(/* webpackChunkName: \"reactSinglteaser\" */ \"../../../components/singleteaser\")\n);\nconst Highlightbox = lazy(() =>\n\timport(/* webpackChunkName: \"reactHighlightbox\" */ \"../../../components/highlightbox\")\n);\nconst Equipment = lazy(() =>\n\timport(/* webpackChunkName: \"reactEquipment\" */ \"../../../components/equipment\")\n);\nconst DailyRoutine = lazy(() =>\n\timport(/* webpackChunkName: \"reactDailyRoutine\" */ \"../../../components/daily-routine\")\n);\nconst HeadlineTextCombi = lazy(() =>\n\timport(/* webpackChunkName: \"reactHeadlineTextCombi\" */ \"../../../components/headline-text\")\n);\nconst ReactSearchResult = lazy(() =>\n\timport(/* webpackChunkName: \"reactSearchResult\" */ \"../../../components/ReactSearchResult\")\n);\nconst TeaserSlider = lazy(() =>\n\timport(/* webpackChunkName: \"reactTeaserSlider\" */ \"../../../components/teaser-slider\")\n);\nconst RoomOverview = lazy(() =>\n\timport(/* webpackChunkName: \"reactRoomOverview\" */ \"../../../components/room-overview\")\n);\nconst ReactRoutePlanner = lazy(() =>\n\timport(/* webpackChunkName: \"reactRoutePlanner\" */ \"../../../components/ReactRoutePlanner\")\n);\nconst Treatments = lazy(() =>\n\timport(/* webpackChunkName: \"treatments\" */ \"../../../components/treatments\")\n);\nconst BookmarkOutput = lazy(() =>\n\timport(/* webpackChunkName: \"bookmarkOutput\" */ \"../../../components/bookmark-output\")\n);\nconst ButtonElement = lazy(() =>\n\timport(/* webpackChunkName: \"buttonElement\" */ \"../../../components/button-element\")\n);\nconst Quote = lazy(() => import(/* webpackChunkName: \"quote\" */ \"../../../components/quote\"));\nconst BlogDetailInfo = lazy(() =>\n\timport(/* webpackChunkName: \"blogDetailInfo\" */ \"../../../components/blog-detail-info\")\n);\nconst BlogDetailShare = lazy(() =>\n\timport(/* webpackChunkName: \"blogDetailShare\" */ \"../../../components/blog-detail-share\")\n);\nconst BlogOverview = lazy(() =>\n\timport(/* webpackChunkName: \"blogOverview\" */ \"../../../components/blog-overview\")\n);\nconst NewsletterForm = lazy(() =>\n\timport(/* webpackChunkName: \"newsletterForm\" */ \"../../../components/newsletter-form\")\n);\nconst Voucher = lazy(() =>\n\timport(/* webpackChunkName: \"voucher\" */ \"../../../components/voucher\")\n);\nconst ReactSVGIcon = lazy(() =>\n\timport(/* webpackChunkName: \"reactSVGIcon\" */ \"@micado-digital/react-svg-icon/ReactSVGIcon\")\n);\nconst ReactHeadline01 = lazy(() =>\n\timport(\n\t\t/* webpackChunkName: \"reactHeadline01\" */ \"@micado-digital/react-headline/ReactHeadline01\"\n\t)\n);\nconst ReactFile01 = lazy(() =>\n\timport(/* webpackChunkName: \"reactFile01\" */ \"@micado-digital/react-file/ReactFile01\")\n);\nconst ReactFormWeb01 = lazy(() =>\n\timport(/* webpackChunkName: \"reactFormWeb01\" */ \"@micado-digital/react-form/ReactFormWeb01\")\n);\nconst ReactGallery04 = lazy(() =>\n\timport(\n\t\t/* webpackChunkName: \"reactGallery04\" */ \"@micado-digital/react-gallery/ReactGallery04\"\n\t)\n);\nconst ReactGallery03 = lazy(() =>\n\timport(\n\t\t/* webpackChunkName: \"reactGallery03\" */ \"@micado-digital/react-gallery/ReactGallery03\"\n\t)\n);\nconst ReactList01 = lazy(() =>\n\timport(/* webpackChunkName: \"reactList01\" */ \"@micado-digital/react-list/ReactList01\")\n);\nconst ReactText01 = lazy(() =>\n\timport(/* webpackChunkName: \"reactText01\" */ \"@micado-digital/react-text/ReactText01\")\n);\nconst ReactImageText01 = lazy(() =>\n\timport(\n\t\t/* webpackChunkName: \"reactImageText01\" */ \"@micado-digital/react-imagetext/ReactImageText01\"\n\t)\n);\nconst ReactReferences01 = lazy(() =>\n\timport(\n\t\t/* webpackChunkName: \"reactReferences01\" */ \"@micado-digital/react-references/ReactReferences01\"\n\t)\n);\nconst ReactReferences02 = lazy(() =>\n\timport(\n\t\t/* webpackChunkName: \"reactReferences02\" */ \"@micado-digital/react-references/ReactReferences02\"\n\t)\n);\nconst ReactSingleImage01 = lazy(() =>\n\timport(\n\t\t/* webpackChunkName: \"singleImage01\" */ \"@micado-digital/react-singleimage/ReactSingleImage01\"\n\t)\n);\nconst ReactTable01 = lazy(() =>\n\timport(/* webpackChunkName: \"reactTable01\" */ \"@micado-digital/react-table/ReactTable01\")\n);\nconst ReactTeaser01 = lazy(() =>\n\timport(/* webpackChunkName: \"reactTeaser01\" */ \"@micado-digital/react-teaser/ReactTeaser01\")\n);\nconst ReactTeaserList01 = lazy(() =>\n\timport(\n\t\t/* webpackChunkName: \"reactTeaserList01\" */ \"@micado-digital/react-teaser-list/ReactTeaserList01\"\n\t)\n);\nconst ReactVideo02 = lazy(() =>\n\timport(/* webpackChunkName: \"reactVideo02\" */ \"@micado-digital/react-video/ReactVideo02\")\n);\nconst ReactLiftState01 = lazy(() =>\n\timport(\n\t\t/* webpackChunkName: \"reactLiftState01\" */ \"@micado-digital/react-liftstate/ReactLiftState01\"\n\t)\n);\nconst ReactPistState01 = lazy(() =>\n\timport(\n\t\t/* webpackChunkName: \"reactPistState01\" */ \"@micado-digital/react-piststate/ReactPistState01\"\n\t)\n);\nconst ReactWebcams01 = lazy(() =>\n\timport(\n\t\t/* webpackChunkName: \"reactWebcams01\" */ \"@micado-digital/react-webcams/ReactWebcams01\"\n\t)\n);\nconst ReactWeather04 = lazy(() =>\n\timport(\n\t\t/* webpackChunkName: \"reactWeather04\" */ \"@micado-digital/react-weather/ReactWeather04\"\n\t)\n);\nconst ReactSnowReport01 = lazy(() =>\n\timport(\n\t\t/* webpackChunkName: \"reactSnowReport01\" */ \"@micado-digital/react-snowreport/ReactSnowReport01\"\n\t)\n);\nconst ReactCopyrights01 = lazy(() =>\n\timport(\n\t\t/* webpackChunkName: \"reactCopyrights01\" */ \"@micado-digital/react-copyrights/ReactCopyrights01\"\n\t)\n);\nconst ReactEBookTeaser01 = lazy(() =>\n\timport(\n\t\t/* webpackChunkName: \"reactEBookTeaser01\" */ \"@micado-digital/react-ebook-teaser/ReactEBookTeaser01\"\n\t)\n);\nconst ReactAroundMe = lazy(() =>\n\timport(\n\t\t/* webpackChunkName: \"reactAroundMe\" */ \"@micado-digital/react-around-me/ReactAroundMe\"\n\t)\n);\nconst ReactHTML = lazy(() =>\n\timport(/* webpackChunkName: \"reactHTML\" */ \"@micado-digital/react-html/ReactHTML\")\n);\nconst Typography = lazy(() =>\n\timport(/* webpackChunkName: \"materialUITypography\" */ \"@material-ui/core/Typography\")\n);\nconst TourismJobOffersList = lazy(() =>\n\timport(\"@micado-digital/react-tourism-job/views/List01\")\n);\nconst PackageInfos = lazy(() =>\n\timport(/* webpackChunkName: \"bookmarkOutput\" */ \"../../../components/package-infos\")\n);\n\nconst Elements = ({ items, lang, layoutVariant }) => {\n\tconst [profileData] = useContext(WebProfileContext);\n\tconst [bookmarkValue, setBookmarkValue] = useState(null);\n\tconst theme = useTheme();\n\tconst isMobile = useMediaQuery(theme.breakpoints.down(\"md\"));\n\tconst l = useLocals({\n\t\tlang: lang,\n\t\tres: {\n\t\t\tde: localDE,\n\t\t\ten: localEN\n\t\t}\n\t});\n\n\tif (!items) return <>>;\n\n\tlet isInDropdown = false;\n\tlet isDropdownStartTag = false;\n\tlet isDropdownEndTag = false;\n\tlet currentDropdown = null;\n\n\tlet newElements = cloneDeep(items);\n\n\tnewElements = newElements.filter(item => {\n\t\tif (item.tag === \"basic-dropdown\") {\n\t\t\tif (item.option === 1) {\n\t\t\t\tcurrentDropdown = null;\n\t\t\t\tisDropdownStartTag = false;\n\t\t\t\tisDropdownEndTag = true;\n\t\t\t\tisInDropdown = false;\n\t\t\t} else {\n\t\t\t\tcurrentDropdown = item;\n\t\t\t\tisDropdownStartTag = true;\n\t\t\t\tisDropdownEndTag = false;\n\t\t\t\tisInDropdown = true;\n\t\t\t}\n\t\t} else {\n\t\t\tisDropdownStartTag = false;\n\t\t\tisDropdownEndTag = false;\n\t\t}\n\n\t\tif (isInDropdown && !isDropdownStartTag && currentDropdown) {\n\t\t\tif (currentDropdown._subItems) {\n\t\t\t\tcurrentDropdown._subItems.push(item);\n\t\t\t} else {\n\t\t\t\tcurrentDropdown._subItems = [item];\n\t\t\t}\n\t\t} else if (!isDropdownEndTag) {\n\t\t\treturn item;\n\t\t}\n\n\t\treturn null;\n\t});\n\n\treturn (\n\t\t>}>\n\t\t\t{newElements.map(item => {\n\t\t\t\treturn (\n\t\t\t\t\t\n\t\t\t\t\t\t{parseElements(\n\t\t\t\t\t\t\titem,\n\t\t\t\t\t\t\tlang,\n\t\t\t\t\t\t\tlayoutVariant,\n\t\t\t\t\t\t\tbookmarkValue,\n\t\t\t\t\t\t\tsetBookmarkValue,\n\t\t\t\t\t\t\tprofileData,\n\t\t\t\t\t\t\tl,\n\t\t\t\t\t\t\tisMobile\n\t\t\t\t\t\t)}\n\t\t\t\t\t\n\t\t\t\t);\n\t\t\t})}\n\t\t\n\t);\n};\n\nconst parseElements = (\n\titem,\n\tlang,\n\tlayoutVariant,\n\tbookmarkValue,\n\tsetBookmarkValue,\n\tprofileData,\n\tl,\n\tisMobile\n) => {\n\tconst { REACT_APP_PATH } = process.env;\n\n\tconst handleBookmarkValue = value => {\n\t\tsetBookmarkValue(value);\n\t};\n\n\tswitch (item?.tag) {\n\t\tcase \"basic-headline\":\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t{item.variant === 6 ? (\n\t\t\t\t\t\t\n\t\t\t\t\t) : (\n\t\t\t\t\t\t>}>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t)}\n\t\t\t\t\n\t\t\t);\n\n\t\tcase \"basic-spacing\": {\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"basic-text\": {\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"basic-list\": {\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tspacing={2}\n\t\t\t\t\t\t\ttextcontent={item?.textcontent}\n\t\t\t\t\t\t\ttitle={item?.title}\n\t\t\t\t\t\t\tvariant={item?.variant}\n\t\t\t\t\t\t/>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"basic-links\": {\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t{item.variant === 1 ? (\n\t\t\t\t\t\t>}>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t) : (\n\t\t\t\t\t\t>}>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\thasIcon={false}\n\t\t\t\t\t\t\t\theadlineVariant=\"h5\"\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\n\t\t\t\t\t)}\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"basic-gallery\": {\n\t\t\tlet breakpoints = {\n\t\t\t\t0: {\n\t\t\t\t\tslidesPerView: 1,\n\t\t\t\t\tspaceBetween: 32\n\t\t\t\t}\n\t\t\t};\n\n\t\t\treturn item?.variant === 1 ? (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t) : (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"basic-download\": {\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"basic-imagetext\": {\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t>}>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"basic-singleimage\": {\n\t\t\tlet mediaFormats = null;\n\n\t\t\tif (layoutVariant === \"blog\") {\n\t\t\t\tmediaFormats = {\n\t\t\t\t\txs: \"basic-singleimage-blog\"\n\t\t\t\t};\n\t\t\t} else {\n\t\t\t\tmediaFormats = {\n\t\t\t\t\txs: \"basic-singleimage-mobile\",\n\t\t\t\t\tsm: \"basic-singleimage\"\n\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"basic-form\": {\n\t\t\tlet siteKey = profileData?.spamProtection?.siteKey;\n\t\t\tlet type = null;\n\n\t\t\tif (profileData?.spamProtection?.type === \"googlerecaptchav2\") {\n\t\t\t\ttype = 2;\n\t\t\t} else if (profileData?.spamProtection?.type === \"googlerecaptchav3\") {\n\t\t\t\ttype = 3;\n\t\t\t} else {\n\t\t\t\ttype = 1;\n\t\t\t}\n\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t{item?.elements?.map(element => {\n\t\t\t\t\t\tif (element.tag === \"basic-form-bookmark\") {\n\t\t\t\t\t\t\treturn (\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t);\n\t\t\t\t\t\t}\n\t\t\t\t\t\treturn null;\n\t\t\t\t\t})}\n\t\t\t\t\t>}>\n\t\t\t\t\t\t {\n\t\t\t\t\t\t\t\tif (element.tag === \"basic-form-bookmark\") {\n\t\t\t\t\t\t\t\t\treturn { ...element, tag: \"basic-form-hidden\", addition: bookmarkValue };\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\treturn element;\n\t\t\t\t\t\t\t})}\n\t\t\t\t\t\t\tlang={lang}\n\t\t\t\t\t\t\tprivacyMessage={l(\"ReactFormWeb01.privacyMessage\")}\n\t\t\t\t\t\t\tspamCheck={type}\n\t\t\t\t\t\t\tsiteKey={siteKey}\n\t\t\t\t\t\t/>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"basic-singleteaser\": {\n\t\t\tif (item?.variant === 1) {\n\t\t\t\treturn (\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t);\n\t\t\t}\n\n\t\t\tif (item?.variant === 2) {\n\t\t\t\treturn (\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t);\n\t\t\t}\n\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"basic-external-singleteaser\": {\n\t\t\tlet button = item?.textcontent?.items.find(e => e.name === \"Button\")?.text;\n\t\t\tlet title = item?.textcontent?.items.find(e => e.name === \"Title\")?.text;\n\t\t\tlet text = item?.textcontent?.items.find(e => e.name === \"Text\")?.text;\n\t\t\tlet link = item?.textcontent?.items.find(e => e.name === \"URL\")?.text;\n\t\t\tlet media = item?.elements?.find(e => e.media);\n\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"basic-teaser\": {\n\t\t\tconst marks = item?.teasergroup?.items?.filter(item => {\n\t\t\t\treturn item?.marks;\n\t\t\t});\n\n\t\t\tif (item?.variant === 1) {\n\t\t\t\treturn (\n\t\t\t\t\t 0\n\t\t\t\t\t\t\t\t? \"teaser-list-custom-with-marks\"\n\t\t\t\t\t\t\t\t: \"teaser-list-custom\"\n\t\t\t\t\t\t}\n\t\t\t\t\t>\n\t\t\t\t\t\t>}>\n\t\t\t\t\t\t\t 0 ? true : false}\n\t\t\t\t\t\t\t\tlang={lang}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t);\n\t\t\t} else if (item?.variant === 2) {\n\t\t\t\treturn (\n\t\t\t\t\t 0\n\t\t\t\t\t\t\t\t? \"teaser-list-custom-with-marks\"\n\t\t\t\t\t\t\t\t: \"teaser-list-custom\"\n\t\t\t\t\t\t}\n\t\t\t\t\t>\n\t\t\t\t\t\t>}>\n\t\t\t\t\t\t\t 0 ? true : false}\n\t\t\t\t\t\t\t\tlang={lang}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tlet breakpoints = {\n\t\t\t\t\t0: {\n\t\t\t\t\t\tslidesPerView: 1.1,\n\t\t\t\t\t\tspaceBetween: 16\n\t\t\t\t\t},\n\t\t\t\t\t600: {\n\t\t\t\t\t\tslidesPerView: 2,\n\t\t\t\t\t\tspaceBetween: 24\n\t\t\t\t\t},\n\t\t\t\t\t900: {\n\t\t\t\t\t\tslidesPerView: 3,\n\t\t\t\t\t\tspaceBetween: 24\n\t\t\t\t\t}\n\t\t\t\t};\n\n\t\t\t\treturn (\n\t\t\t\t\t\n\t\t\t\t\t\t>}>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t{item?.teasergroup?.items?.map(\n\t\t\t\t\t\t\t\t\t({ id, link, media, title, text, linkTarget, from, to }) => {\n\t\t\t\t\t\t\t\t\t\treturn (\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t)}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\n\t\tcase \"basic-html\":\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t{item?.cookieAccepted ? (\n\t\t\t\t\t\t>}>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t) : (\n\t\t\t\t\t\t\n\t\t\t\t\t)}\n\t\t\t\t\n\t\t\t);\n\n\t\tcase \"extension-room-overview\": {\n\t\t\tlet headline = null;\n\n\t\t\titem?.textcontent?.items?.filter(item => {\n\t\t\t\tif (item?.name === \"headline\") {\n\t\t\t\t\theadline = item?.text;\n\t\t\t\t}\n\t\t\t\treturn null;\n\t\t\t});\n\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"basic-video\": {\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"basic-table\": {\n\t\t\tconst newTableArray = [];\n\t\t\tconst treatments = item?.variant === 2;\n\n\t\t\tfor (const entries of item?.textcontent?.items) {\n\t\t\t\tconst rows = entries?.items;\n\t\t\t\tconst columns = rows.map(column => {\n\t\t\t\t\tconst columnObj = {\n\t\t\t\t\t\ttext: column?.text,\n\t\t\t\t\t\talign: column?.[\"attr-align\"],\n\t\t\t\t\t\twidth: column?.[\"attr-width\"]\n\t\t\t\t\t};\n\t\t\t\t\treturn columnObj;\n\t\t\t\t});\n\t\t\t\tnewTableArray.push(columns);\n\t\t\t}\n\n\t\t\tif (treatments) {\n\t\t\t\treturn (\n\t\t\t\t\t\n\t\t\t\t\t\t>}>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\treturn (\n\t\t\t\t\t\n\t\t\t\t\t\t>}>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\n\t\tcase \"basic-dropdown\": {\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t{map(item?._subItems, parseElements)}\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"basic-copyrights\": {\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"extension-equipment\": {\n\t\t\tconst variant = item?.variant === 1 && \"highlights\";\n\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"extension-headline-text\": {\n\t\t\tlet headline = null;\n\t\t\tlet text = null;\n\n\t\t\titem?.textcontent?.items?.filter(item => {\n\t\t\t\tif (item?.name === \"headline\") {\n\t\t\t\t\theadline = item?.text;\n\t\t\t\t}\n\t\t\t\tif (item?.name === \"text\") {\n\t\t\t\t\ttext = item?.text;\n\t\t\t\t}\n\t\t\t\treturn null;\n\t\t\t});\n\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"extension-daily-routine\": {\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"extension-search-result\": {\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t }\n\t\t\t\t\t\t\t]}\n\t\t\t\t\t\t\tlang={lang}\n\t\t\t\t\t\t\tplaceholder={l(\"ReactSearchResult.searchField\")}\n\t\t\t\t\t\t/>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"mski-liftstate\": {\n\t\t\tlet client = null;\n\t\t\tlet region = null;\n\t\t\tlet season = null;\n\n\t\t\titem?.textcontent?.items?.filter(item => {\n\t\t\t\tif (item.name === \"client\") {\n\t\t\t\t\treturn (client = item?.text);\n\t\t\t\t}\n\n\t\t\t\tif (item.name === \"region\") {\n\t\t\t\t\treturn (region = item?.text);\n\t\t\t\t}\n\n\t\t\t\tif (item.name === \"season\") {\n\t\t\t\t\treturn (season = item?.text);\n\t\t\t\t}\n\n\t\t\t\treturn null;\n\t\t\t});\n\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"mski-piststate\": {\n\t\t\tlet client = null;\n\t\t\tlet region = null;\n\t\t\tlet season = null;\n\n\t\t\titem?.textcontent?.items?.filter(item => {\n\t\t\t\tif (item.name === \"client\") {\n\t\t\t\t\treturn (client = item?.text);\n\t\t\t\t}\n\n\t\t\t\tif (item.name === \"region\") {\n\t\t\t\t\treturn (region = item?.text);\n\t\t\t\t}\n\n\t\t\t\tif (item.name === \"season\") {\n\t\t\t\t\treturn (season = item?.text);\n\t\t\t\t}\n\n\t\t\t\treturn null;\n\t\t\t});\n\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"mski-webcams\": {\n\t\t\tlet client = null;\n\t\t\tlet region = null;\n\n\t\t\titem?.textcontent?.items?.filter(item => {\n\t\t\t\tif (item.name === \"client\") {\n\t\t\t\t\treturn (client = item?.text);\n\t\t\t\t}\n\n\t\t\t\tif (item.name === \"region\") {\n\t\t\t\t\treturn (region = item?.text);\n\t\t\t\t}\n\n\t\t\t\treturn null;\n\t\t\t});\n\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"mski-weather\": {\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\t\tcase \"mski-snowreport\": {\n\t\t\tlet client = null;\n\t\t\tlet region = null;\n\n\t\t\titem?.textcontent?.items?.filter(item => {\n\t\t\t\tif (item.name === \"client\") {\n\t\t\t\t\treturn (client = item?.text);\n\t\t\t\t}\n\n\t\t\t\tif (item.name === \"region\") {\n\t\t\t\t\treturn (region = item?.text);\n\t\t\t\t}\n\n\t\t\t\treturn null;\n\t\t\t});\n\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"extension-route-planner\": {\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"extension-button\": {\n\t\t\tconst label = item?.textcontent?.items.find(e => e.name === \"label\")?.text;\n\t\t\tconst externalLink = item?.textcontent?.items.find(\n\t\t\t\te => e.name === \"external-link\"\n\t\t\t)?.text;\n\t\t\tconst link = item?.elements?.[0]?.reference?.pageName;\n\t\t\tconst parameter = item?.textcontent?.items.find(e => e.name === \"parameter\")?.text;\n\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"extension-quote\": {\n\t\t\tconst text = item?.textcontent?.items.find(e => e.name === \"text\")?.text;\n\t\t\tconst author = item?.textcontent?.items.find(e => e.name === \"author\")?.text;\n\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"extension-around-me-map\": {\n\t\t\tconst categories = item?.textcontent?.items.find(e => e.name === \"categories\")?.text;\n\t\t\tconst headline = item?.textcontent?.items.find(e => e.name === \"headline1\")?.text;\n\t\t\tconst subheadline = item?.textcontent?.items.find(e => e.name === \"headline2\")?.text;\n\t\t\tconst text = item?.textcontent?.items.find(e => e.name === \"text\")?.text;\n\n\t\t\treturn (\n\t\t\t\t>}>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"blog-detail-info\": {\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"blog-detail-share\": {\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"blog-overview\": {\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"extension-ebook\": {\n\t\t\tlet title = item?.textcontent?.items?.find(e => e.name === \"title\")?.text;\n\t\t\tlet text = item?.textcontent?.items?.find(e => e.name === \"text\")?.text;\n\t\t\tlet media = item?.elements?.find(e => e.media)?.media?.[0];\n\t\t\tlet filename = item?.elements?.[0]?.media?.find(e => e.filename)?.filename;\n\t\t\tlet lastPathName = filename?.substring(filename.lastIndexOf(\"/\") + 1);\n\t\t\tlet download = item?.elements?.[0]?.media?.find(e => e.fileType === \"PDF\")?.filename;\n\t\t\tlet browseURL = lastPathName?.replace(/\\.[^/.]+$/, \"\") + `.html`;\n\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"extension-overview-plan\": {\n\t\t\tlet animationID = item?.elements?.find(e => e.tag === \"animation\")?.option3;\n\t\t\tlet items = item?.elements?.filter(e => e.tag === \"extension-overview-plan-entry\");\n\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"extension-newsletter\": {\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"tourism-job-list\": {\n\t\t\tconst { textcontent: { items } = {} } = item;\n\n\t\t\tconst categoryID = items?.find(item => item.name === \"valCategory\")?.text;\n\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"extension-voucher\": {\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t);\n\t\t}\n\n\t\tcase \"extension-packages\": {\n\t\t\treturn ;\n\t\t}\n\n\t\tdefault:\n\t\t\tif (!process.env.NODE_ENV || process.env.NODE_ENV === \"development\") {\n\t\t\t\tconsole.log(\"missing element:\", item);\n\t\t\t}\n\n\t\t\treturn null;\n\t}\n};\n\nexport default Elements;\n","import React, { useContext } from \"react\";\nimport clsx from \"clsx\";\nimport makeStyles from \"@material-ui/styles/makeStyles\";\nimport PageContext from \"@PageContext\";\nimport Elements from \"./elements\";\nimport { Element } from \"react-scroll\";\nimport WebProfileContext from \"@WebProfileContext\";\n\nconst ReactPwaAlert = React.lazy(() =>\n\timport(\n\t\t/* webpackChunkName: \"reactPwaAlert\" */ \"@micado-digital/react-pwa-alert/ReactPwaAlert\"\n\t)\n);\n\nconst useStyles = makeStyles(theme => ({\n\tcontent: {\n\t\tpadding: theme?.spacing(7.5, 0),\n\t\t[theme.breakpoints.up(\"sm\")]: {\n\t\t\tpadding: theme?.spacing(12.5, 0, 7.5)\n\t\t}\n\t}\n}));\n\nconst Standard = ({ variant }) => {\n\tconst css = useStyles();\n\tconst { REACT_APP_PATH } = process.env;\n\tconst [pageData] = useContext(PageContext);\n\tconst [profileData] = useContext(WebProfileContext);\n\tconst { lang, elements } = pageData;\n\n\treturn (\n\t\t<>\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t{profileData?.pwaShowInstallHint && (\n\t\t\t\t\t\n\t\t\t\t)}\n\t\t\t
\n\t\t\t\n\t\t>\n\t);\n};\n\nexport default Standard;\n","const Error404 = () => {\n\treturn 404
;\n};\n\nexport default Error404;\n","import { createContext } from \"react\";\n\nconst MenuContext = createContext();\nMenuContext.displayName = \"MenuContext\";\n\nexport default MenuContext;\n","import React, { lazy, Suspense, useContext, useEffect } from \"react\";\nimport { useScrollYPosition } from \"react-use-scroll-position\";\nimport PropTypes from \"prop-types\";\nimport clsx from \"clsx\";\nimport makeStyles from \"@material-ui/styles/makeStyles\";\nimport useTheme from \"@material-ui/styles/useTheme\";\nimport useMediaQuery from \"@material-ui/core/useMediaQuery\";\nimport MenuContext from \"../../../context/menuContext\";\nimport Typography from \"@material-ui/core/Typography\";\nimport useSystemLinks from \"@micado-digital/react-ui/hooks/useSystemLinks\";\n\nconst Booking = lazy(() => import(/* webpackChunkName: \"reactBooking\" */ \"./booking\"));\nconst Request = lazy(() => import(/* webpackChunkName: \"reactRequest\" */ \"./request\"));\nconst Logo = lazy(() => import(/* webpackChunkName: \"reactLogo\" */ \"./logo\"));\nconst Language = lazy(() => import(/* webpackChunkName: \"reactLanguage\" */ \"./language\"));\nconst Mobile = lazy(() => import(/* webpackChunkName: \"reactMobile\" */ \"./mobile\"));\nconst Desktop = lazy(() => import(/* webpackChunkName: \"reactDesktop\" */ \"./desktop\"));\nconst Hamburger = lazy(() => import(/* webpackChunkName: \"reactHamburger\" */ \"./hamburger\"));\nconst Search = lazy(() => import(/* webpackChunkName: \"reactSearch\" */ \"./search\"));\n\nconst useStyles = makeStyles(theme => ({\n\troot: {\n\t\tbackground: theme?.palette?.background?.header?.dark,\n\t\talignItems: \"center\",\n\t\tdisplay: \"grid\",\n\t\theight: \"100%\",\n\t\tgridTemplateColumns: \"32px auto auto\",\n\t\tleft: 0,\n\t\tmaxHeight: \"calc(env(safe-area-inset-top) + 80px)\",\n\t\tpadding:\n\t\t\t\"env(safe-area-inset-top) \" + theme?.spacing(2) + \"px 0 \" + theme?.spacing(2) + \"px\",\n\t\tposition: \"fixed\",\n\t\tright: 0,\n\t\ttop: 0,\n\t\ttransition: theme.transitions.create([\"background\"], {\n\t\t\tduration: theme.transitions.duration.complex\n\t\t}),\n\t\tzIndex: theme?.zIndex?.appBar,\n\t\t[theme.breakpoints.up(\"sm\")]: {\n\t\t\tpaddingLeft: theme?.spacing(3),\n\t\t\tpaddingRight: theme?.spacing(3)\n\t\t},\n\t\t[theme.breakpoints.up(\"lg\")]: {\n\t\t\tgridTemplateColumns: \"338px auto 390px\",\n\t\t\tmaxHeight: \"calc(env(safe-area-inset-top) + 100px)\"\n\t\t},\n\t\t[theme.breakpoints.up(\"xl\")]: {\n\t\t\tpadding:\n\t\t\t\t\"env(safe-area-inset-top) \" +\n\t\t\t\ttheme?.spacing(8.75) +\n\t\t\t\t\"px 0 \" +\n\t\t\t\ttheme?.spacing(8.75) +\n\t\t\t\t\"px\"\n\t\t}\n\t},\n\tintro: {\n\t\tbackground: \"none\",\n\t\t[theme.breakpoints.up(\"xl\")]: {\n\t\t\ttransform: \"translate(0, 32px)\",\n\t\t\ttransition: theme.transitions.create([\"transform\"], {\n\t\t\t\tduration: theme.transitions.duration.complex\n\t\t\t})\n\t\t}\n\t},\n\tfullscreen: {\n\t\tbackground: \"none\",\n\t\t[theme.breakpoints.up(\"xl\")]: {\n\t\t\ttransform: \"translate(0, 32px)\",\n\t\t\ttransition: theme.transitions.create([\"transform\"], {\n\t\t\t\tduration: theme.transitions.duration.complex\n\t\t\t})\n\t\t}\n\t},\n\tfixedHeader: {\n\t\tbackground: theme?.palette?.background?.header?.dark,\n\t\tboxShadow: \"0px 1px 1px rgba(0, 0, 0, 0.24)\",\n\t\t[theme.breakpoints.up(\"xl\")]: {\n\t\t\ttransform: \"translate(0, 0)\"\n\t\t}\n\t},\n\thamburger: {\n\t\tmargin: theme?.spacing(0, 1, 0, -1.5),\n\t\torder: 1\n\t},\n\tlogo: {\n\t\torder: 2,\n\t\tmargin: \"0 auto 0 16px\",\n\t\t[theme.breakpoints.up(\"md\")]: {\n\t\t\tmargin: \"0 auto 0 24px\"\n\t\t},\n\t\t[theme.breakpoints.up(\"lg\")]: {\n\t\t\tmargin: \"0 auto\"\n\t\t}\n\t},\n\tbuttons: {\n\t\talignItems: \"center\",\n\t\tdisplay: \"flex\",\n\t\tjustifyContent: \"flex-end\",\n\t\tmarginLeft: \"auto\",\n\t\torder: 3,\n\t\t\"& .mco-header__language\": {\n\t\t\tdisplay: \"none\",\n\t\t\tmarginRight: theme.spacing(1),\n\t\t\t[theme.breakpoints.up(\"sm\")]: {\n\t\t\t\tdisplay: \"flex\"\n\t\t\t}\n\t\t},\n\t\t\"& .mco-header__language p\": {\n\t\t\tcolor: theme.palette.secondary.main,\n\t\t\tfontFamily: \"'Marat-Sans-Semibold'\",\n\t\t\tfontSize: 16,\n\t\t\tfontWeight: 600,\n\t\t\tlineHeight: 1,\n\t\t\tmarginTop: 1,\n\t\t\t[theme.breakpoints.up(\"lg\")]: {\n\t\t\t\tfontSize: 23\n\t\t\t}\n\t\t},\n\t\t\"& .mco-header__request\": {\n\t\t\tmarginRight: theme.spacing(2)\n\t\t}\n\t},\n\tbuttonsHeaderFixed: {\n\t\t\"& .mco-header__language p\": {\n\t\t\tcolor: \"#FFFFFF\"\n\t\t}\n\t},\n\ttitle: {\n\t\tdisplay: \"none\",\n\t\torder: 2,\n\t\tmarginLeft: theme.spacing(3),\n\t\t[theme.breakpoints.up(\"md\")]: {\n\t\t\tdisplay: \"flex\",\n\t\t\t\"& p\": {\n\t\t\t\tfontSize: 25,\n\t\t\t\tmaxWidth: 520,\n\t\t\t\toverflow: \"hidden\",\n\t\t\t\ttextOverflow: \"ellipsis\",\n\t\t\t\twhiteSpace: \"nowrap\"\n\t\t\t}\n\t\t},\n\t\t[theme.breakpoints.up(\"lg\")]: {\n\t\t\tmargin: \"0 auto\"\n\t\t},\n\t\t\"@media (min-width: 1440px)\": {\n\t\t\t\"& p\": {\n\t\t\t\tfontSize: 30,\n\t\t\t\tmaxWidth: 700\n\t\t\t}\n\t\t},\n\t\t[theme.breakpoints.up(\"xl\")]: {\n\t\t\tmargin: \"0 auto\",\n\t\t\t\"& p\": {\n\t\t\t\tfontSize: 35,\n\t\t\t\tmaxWidth: 900\n\t\t\t}\n\t\t}\n\t},\n\thideLogo: {\n\t\topacity: 0,\n\t\tpointerEvents: \"none\"\n\t},\n\tremoveLogo: {\n\t\tdisplay: \"none\"\n\t},\n\tlogoFullscreen: {\n\t\t[theme.breakpoints.up(\"lg\")]: {\n\t\t\t\"& .mco-header__logo-link\": {\n\t\t\t\tmaxWidth: 300,\n\t\t\t\tleft: \"50%\",\n\t\t\t\topacity: 1,\n\t\t\t\tposition: \"absolute\",\n\t\t\t\ttransform: \"translate(-50%, 10px)\"\n\t\t\t}\n\t\t}\n\t},\n\thideLogoFullscreen: {\n\t\t\"& .mco-header__logo-link\": {\n\t\t\ttransform: \"translate(0, 0)\"\n\t\t}\n\t},\n\tmenuOpen: {\n\t\t\"&.mco-header\": {\n\t\t\tbackground: theme?.palette?.background?.header?.dark,\n\t\t\ttransform: \"translate(0, 0)\",\n\t\t\ttransition: \"background 500ms ease 2s\",\n\t\t\tdisplay: \"flex\"\n\t\t},\n\t\t\"& .mco-header__hamburger\": {\n\t\t\tmarginRight: theme.spacing(1),\n\t\t\torder: 1,\n\t\t\t[theme.breakpoints.up(\"md\")]: {\n\t\t\t\tmarginRight: theme.spacing(4)\n\t\t\t}\n\t\t},\n\t\t\"& .mco-header__search\": {\n\t\t\torder: 2,\n\t\t\t[theme.breakpoints.up(\"md\")]: {\n\t\t\t\tmarginLeft: 136\n\t\t\t}\n\t\t},\n\t\t\"& .mco-header__language\": {\n\t\t\tmarginLeft: theme.spacing(0.5),\n\t\t\torder: 3,\n\t\t\t[theme.breakpoints.up(\"md\")]: {\n\t\t\t\tmarginLeft: \"auto\",\n\t\t\t\t\"& p\": {\n\t\t\t\t\tfontFamily: \"'Marat-Sans-Semibold'\",\n\t\t\t\t\tfontSize: 23,\n\t\t\t\t\tfontWeight: 600,\n\t\t\t\t\tlineHeight: 1,\n\t\t\t\t\tmarginTop: 1\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t\"& .mco-header__buttons\": {\n\t\t\t[theme.breakpoints.up(\"md\")]: {\n\t\t\t\tmarginLeft: theme.spacing(2)\n\t\t\t}\n\t\t},\n\t\t\"& .mco-header__request\": {\n\t\t\tdisplay: \"flex\",\n\t\t\tmarginLeft: \"auto\",\n\t\t\torder: 4,\n\t\t\t[theme.breakpoints.up(\"md\")]: {\n\t\t\t\tmarginRight: \"auto\"\n\t\t\t}\n\t\t},\n\t\t\"& .mco-header__booking\": {\n\t\t\tmarginLeft: theme.spacing(2),\n\t\t\torder: 5\n\t\t},\n\t\t\"& .mco-header__logo\": {\n\t\t\tdisplay: \"none\",\n\t\t\t[theme.breakpoints.up(\"md\")]: {\n\t\t\t\tdisplay: \"flex\",\n\t\t\t\tmarginLeft: theme.spacing(0.5),\n\t\t\t\topacity: 1,\n\t\t\t\t\"& a\": {\n\t\t\t\t\twidth: 190,\n\t\t\t\t\t\"& img\": {\n\t\t\t\t\t\twidth: \"100%\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\t[theme.breakpoints.up(\"xl\")]: {\n\t\t\t\t\"& a\": {\n\t\t\t\t\twidth: 250\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}));\n\nconst Header = ({ fixed, lang, mainmenu, metamenu, mode, variant, title }) => {\n\tconst theme = useTheme();\n\tconst css = useStyles();\n\tconst [menuOpen, setMenuOpen] = useContext(MenuContext);\n\tconst smallScreen = useMediaQuery(theme.breakpoints.up(350));\n\tconst screenMD = useMediaQuery(theme.breakpoints.up(\"md\"));\n\tconst screenLG = useMediaQuery(theme.breakpoints.up(\"lg\"));\n\tconst sysLink = useSystemLinks();\n\n\tconst scrollY = useScrollYPosition();\n\tconst fixedHeader = fixed ? false : scrollY > 100;\n\n\tuseEffect(() => {\n\t\tif (menuOpen) {\n\t\t\tdocument.body.classList.add(\"submenu--open\");\n\t\t} else {\n\t\t\tdocument.body.classList.remove(\"submenu--open\");\n\t\t}\n\t}, [menuOpen]);\n\n\tuseEffect(() => {\n\t\tif (fixedHeader) {\n\t\t\tdocument.body.classList.add(\"header--fixed\");\n\t\t} else {\n\t\t\tdocument.body.classList.remove(\"header--fixed\");\n\t\t}\n\t}, [fixedHeader]);\n\n\tconst mobileMenu = menuOpen && (\n\t\t>}>\n\t\t\t\n\t\t\n\t);\n\n\tconst desktopMenu = (\n\t\t>}>\n\t\t\t\n\t\t\n\t);\n\n\treturn (\n\t\t\n\t\t\t{menuOpen && (screenMD ? desktopMenu : mobileMenu)}\n\t\t\t\n\t\t\t\t>}>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\t\n\t\t\t\t{variant === \"fullscreen\" ? (\n\t\t\t\t\t>}>\n\t\t\t\t\t\t{!smallScreen ? (\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t) : fixedHeader && screenLG ? (\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t) : screenLG && !menuOpen ? (\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t) : (\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t)}\n\t\t\t\t\t\n\t\t\t\t) : (\n\t\t\t\t\t>}>\n\t\t\t\t\t\t{!smallScreen ? (\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t) : screenLG ? (\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t) : (\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t)}\n\t\t\t\t\t\n\t\t\t\t)}\n\t\t\t
\n\t\t\t{title && fixedHeader && (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t)}\n\t\t\t{menuOpen && (\n\t\t\t\t>}>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t)}\n\t\t\t\n\t\t\t\t{!menuOpen && (\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t)}\n\t\t\t\t>}>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t>}>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t\n\t);\n};\n\nHeader.propTypes = {\n\tfixed: PropTypes.bool,\n\tmainmenu: PropTypes.object.isRequired,\n\tmetamenu: PropTypes.object\n};\n\nexport default Header;\n","import React, { useContext, useEffect, useState, Suspense, lazy } from \"react\";\nimport { useLocation } from \"react-router-dom\";\nimport clsx from \"clsx\";\nimport isEmpty from \"lodash/isEmpty\";\nimport makeStyles from \"@material-ui/styles/makeStyles\";\nimport PageContext from \"@PageContext\";\nimport LayoutStandard from \"../views/template/standard\";\nimport Error404 from \"../views/template/errors/404\";\nimport Header from \"../views/components/header\";\n\nconst Animation = lazy(() =>\n\timport(/* webpackChunkName: \"animation\" */ \"../views/components/animation\")\n);\nconst Hero = lazy(() => import(/* webpackChunkName: \"hero\" */ \"../views/components/hero\"));\nconst Footer = lazy(() =>\n\timport(/* webpackChunkName: \"footer\" */ \"../views/components/footer\")\n);\nconst Bookmark = lazy(() =>\n\timport(/* webpackChunkName: \"bookmark\" */ \"../components/bookmark\")\n);\nconst VoucherButton = lazy(() =>\n\timport(/* webpackChunkName: \"bookmark\" */ \"../components/voucherButton\")\n);\n\nconst useStyles = makeStyles(theme => ({\n\tpage: {\n\t\tdisplay: \"flex\",\n\t\tflexDirection: \"column\",\n\t\tminHeight: \"100vh\",\n\t\tpaddingTop: \"calc(env(safe-area-inset-top))\",\n\t\toverflow: \"hidden\",\n\t\t[theme.breakpoints.up(\"sm\")]: {\n\t\t\tpaddingTop: \"calc(env(safe-area-inset-top))\"\n\t\t}\n\t}\n}));\n\nconst DetectLayout = () => {\n\tconst [pageData] = useContext(PageContext);\n\tconst { animationID, lang, layoutTag, layoutVariant, menuGroups, meta, state } =\n\t\tpageData || {};\n\tconst [day, setDay] = useState(false);\n\tconst location = useLocation();\n\tconst css = useStyles();\n\n\tuseEffect(() => {\n\t\tconst hash = document.URL.split(\"#\")[1];\n\n\t\tif (hash) {\n\t\t\t// try to find anchor\n\n\t\t\tsetTimeout(() => {\n\t\t\t\tconst $target = document.querySelector(`[data-anchor=\"${hash}\"]`);\n\n\t\t\t\tif ($target) {\n\t\t\t\t\t$target.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n\t\t\t\t}\n\t\t\t}, 1000);\n\t\t}\n\t}, [location]);\n\n\t// get day mode\n\n\tconst hours = new Date().getHours();\n\n\tuseEffect(() => {\n\t\tsetDay(hours >= 6 && hours < 18);\n\t}, [hours]);\n\n\tif (isEmpty(pageData)) {\n\t\treturn <>>;\n\t}\n\n\tconst mainmenu = menuGroups?.find(item => item.title === \"Hauptmenü\");\n\tconst metamenu = menuGroups?.find(item => item.title === \"Metamenü\");\n\n\tswitch (layoutTag) {\n\t\tcase \"standard\":\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t{layoutVariant !== \"intro\" &&\n\t\t\t\t\t\tlayoutVariant !== \"no-animation\" &&\n\t\t\t\t\t\tlayoutVariant !== \"map\" && (\n\t\t\t\t\t\t\t
>}>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t)}\n\t\t\t\t\t{layoutVariant === \"intro\" &&
}\n\t\t\t\t\t{layoutVariant === \"intro\" && (\n\t\t\t\t\t\t
>}>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t)}\n\t\t\t\t\t
\n\t\t\t\t\t
>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t>}>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t);\n\t\tcase \"room-detail\":\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t);\n\t\tcase \"room-list\":\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t);\n\t\tcase \"blog\":\n\t\t\treturn (\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t>}>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t);\n\t\tdefault: {\n\t\t\t// errors\n\n\t\t\t// eslint-disable-next-line default-case\n\t\t\tswitch (state) {\n\t\t\t\tcase 404:\n\t\t\t\tdefault:\n\t\t\t\t\treturn (\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t>}>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n};\n\nexport default DetectLayout;\n","import React, { useEffect, useContext } from \"react\";\nimport loadable from \"@loadable/component\";\nimport isEmpty from \"lodash/isEmpty\";\nimport PageContext from \"@PageContext\";\nimport WebProfileContext from \"@WebProfileContext\";\nimport ReactMetaData01 from \"@micado-digital/react-metadata/ReactMetadata01\";\nimport DetectLayout from \"./detectLayout\";\n\nconst ReactTracking = loadable(() => import(\"@micado-digital/react-tracking/ReactTracking\"));\n\nconst DetectPage = () => {\n\tconst [pageData] = useContext(PageContext);\n\tconst { lang, meta = {} } = pageData;\n\tconst [profileData] = useContext(WebProfileContext);\n\tconst { trackingCodes = [] } = profileData;\n\n\tuseEffect(() => {\n\t\tdocument.body.addEventListener(\"mw-consent-accepted\", event => {\n\t\t\tif (window.dataLayer)\n\t\t\t\twindow.dataLayer.push({ event: \"consent-accepted\", data: event.detail });\n\t\t});\n\n\t\tdocument.body.addEventListener(\"mw-consent-customized\", event => {\n\t\t\tif (window.dataLayer)\n\t\t\t\twindow.dataLayer.push({ event: \"consent-customized\", data: event.detail });\n\t\t});\n\n\t\tdocument.body.addEventListener(\"mw-consent-ignored\", event => {\n\t\t\tif (window.dataLayer)\n\t\t\t\twindow.dataLayer.push({ event: \"consent-ignored\", data: event.detail });\n\t\t});\n\t}, []);\n\n\tif (isEmpty(pageData)) return <>>;\n\n\tconst {\n\t\tcanonical: metaCanonical,\n\t\tdefaultLang: metaDefaultLang,\n\t\tdescription: metaDescription,\n\t\tindexable: metaIndexable,\n\t\timage: metaImage,\n\t\tkeywords: metaKeywords,\n\t\tlat: metaLat,\n\t\tlinks: metaLinks,\n\t\tlng: metaLng,\n\t\ttitle: metaTitle\n\t} = meta;\n\n\treturn (\n\t\t<>\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t>\n\t);\n};\n\nexport default DetectPage;\n","import { useEffect, useContext } from \"react\";\nimport { useLocation } from \"react-router-dom\";\nimport MenuContext from \"../context/menuContext\";\n\nconst ChangePage = () => {\n\tconst setMenuOpen = useContext(MenuContext)[1];\n\tconst location = useLocation();\n\n\tuseEffect(() => {\n\t\tsetMenuOpen(false);\n\t\twindow.scrollTo({ top: 0, behavior: \"smooth\" });\n\t}, [location, setMenuOpen]);\n\n\treturn null;\n};\n\nexport default ChangePage;\n","function CSSProperties(theme, alpha) {\n\tconst $style = document.createElement(\"style\");\n\t$style.innerHTML = `\n\t\t:root {\n\t\t\t--mco-max-width: ${theme?.breakpoints?.values?.lg}px;\n\t\t\t--mco-breakpoints-xs: ${theme?.breakpoints?.values?.xs}px;\n\t\t\t--mco-breakpoints-sm: ${theme?.breakpoints?.values?.sm}px;\n\t\t\t--mco-breakpoints-md: ${theme?.breakpoints?.values?.md}px;\n\t\t\t--mco-breakpoints-lg: ${theme?.breakpoints?.values?.lg}px;\n\t\t\t--mco-breakpoints-xl: ${theme?.breakpoints?.values?.xl}px;\n\t\t\t--mco-shape-border-radius: ${theme?.shape?.borderRadius}px;\n\t\t\t--mco-palette-primary-light: ${theme?.palette?.primary?.light};\n\t\t\t--mco-palette-primary-main: ${theme?.palette?.primary?.main};\n\t\t\t--mco-palette-primary-dark: ${theme?.palette?.primary?.dark};\n\t\t\t--mco-palette-secondary-light: ${theme?.palette?.secondary?.light};\n\t\t\t--mco-palette-secondary-main: ${theme?.palette?.secondary?.main};\n\t\t\t--mco-palette-secondary-dark: ${theme?.palette?.secondary?.dark};\n\t\t\t--mco-palette-success-main: ${theme?.palette?.success?.main};\n\t\t\t--mco-palette-info-main: ${theme?.palette?.info?.main};\n\t\t\t--mco-palette-warning-main: ${theme?.palette?.warning?.main};\n\t\t\t--mco-palette-error-main: ${theme?.palette?.error?.main};\n\t\t\t--mco-palette-primary-alpha-10: ${alpha(theme?.palette?.secondary?.main, 0.1)};\n\t\t\t--mco-palette-primary-alpha-20: ${alpha(theme?.palette?.secondary?.main, 0.2)};\n\t\t\t--mco-palette-text-primary: ${theme?.palette?.text?.primary};\n\t\t\t--mco-palette-text-secondary: ${theme?.palette?.text?.secondary};\n\t\t\t--mco-palette-background-body-light: ${theme?.palette?.background?.body?.light};\n\t\t\t--mco-palette-background-body-dark: ${theme?.palette?.background?.body?.dark};\n\t\t\t--mco-palette-background-backdrop: ${theme?.palette?.background?.backdrop};\n\t\t\t--mco-palette-background-teaser-light: ${theme?.palette?.background?.teaser?.light};\n\t\t\t--mco-palette-background-teaser-dark: ${theme?.palette?.background?.teaser?.dark};\n\t\t\t--mco-palette-gray-50: ${theme?.palette?.grey[50]};\n\t\t\t--mco-palette-gray-100: ${theme?.palette?.grey[100]};\n\t\t\t--mco-palette-gray-200: ${theme?.palette?.grey[200]};\n\t\t\t--mco-palette-gray-300: ${theme?.palette?.grey[300]};\n\t\t\t--mco-palette-gray-400: ${theme?.palette?.grey[400]};\n\t\t\t--mco-palette-gray-500: ${theme?.palette?.grey[500]};\n\t\t\t--mco-palette-gray-600: ${theme?.palette?.grey[600]};\n\t\t\t--mco-palette-gray-700: ${theme?.palette?.grey[700]};\n\t\t\t--mco-palette-gray-800: ${theme?.palette?.grey[800]};\n\t\t\t--mco-palette-gray-900: ${theme?.palette?.grey[900]};\n\t\t\t--mco-transition-duration: ${theme?.transitions?.duration?.standard}ms;\n\t\t\t--mco-transition-easing: ${theme?.transitions?.easing?.easeInOut};\n\t\t\t--mco-typography-body1: ${theme?.typography?.body1?.fontWeight} ${\n\t\ttheme?.typography?.body1?.fontSize\n\t}px/${theme?.typography?.body1?.lineHeight} ${theme?.typography?.body1?.fontFamily};\n\t--mco-typography-body2: ${theme?.typography?.body2?.fontWeight} ${\n\t\ttheme?.typography?.body2?.fontSize\n\t}px/${theme?.typography?.body2?.lineHeight} ${theme?.typography?.body2?.fontFamily};\n\t--mco-typography-button: ${theme?.typography?.button?.fontWeight} ${\n\t\ttheme?.typography?.button?.fontSize\n\t}px/${theme?.typography?.button?.lineHeight} ${theme?.typography?.button?.fontFamily};\n\t\t\t--mco-zIndex-modal: ${theme?.zIndex?.modal};\n\t\t\t--mco-zIndex-tooltip: ${theme?.zIndex?.tooltip};\n\t\t}\t\n\t`;\n\tdocument.head.appendChild($style);\n}\n\nexport default CSSProperties;\n","import { p as promiseResolve, b as bootstrapLazy } from './index-1cb43162.js';\n\n/*\n Stencil Client Patch Esm v2.6.0 | MIT Licensed | https://stenciljs.com\n */\nconst patchEsm = () => {\n return promiseResolve();\n};\n\nconst defineCustomElements = (win, options) => {\n if (typeof window === 'undefined') return Promise.resolve();\n return patchEsm().then(() => {\n return bootstrapLazy([[\"micado-ial_13\",[[0,\"micado-ial\",{\"language\":[1],\"pageId\":[1,\"page-id\"],\"path\":[1],\"showOnConsentAccepted\":[4,\"show-on-consent-accepted\"],\"data\":[32],\"queues\":[32],\"tick\":[32],\"translation\":[32],\"windowWidth\":[32]},[[0,\"close\",\"dequeue\"]]],[0,\"micado-ial-item-contact\",{\"headline\":[1],\"image\":[1],\"option\":[1],\"option2\":[1,\"option-2\"],\"path\":[1],\"text\":[1],\"translation\":[8]}],[0,\"micado-ial-item-countdown\",{\"button\":[1],\"buttonURL\":[1,\"button-u-r-l\"],\"buttonURLRel\":[1,\"button-u-r-l-rel\"],\"buttonTarget\":[1,\"button-target\"],\"countdownDate\":[1,\"countdown-date\"],\"headline\":[1],\"image\":[1],\"layout\":[1],\"path\":[1],\"text\":[1],\"translation\":[8],\"milliseconds\":[32],\"timer\":[32]}],[0,\"micado-ial-item-newsletter\",{\"api\":[1],\"addressGroup\":[1,\"address-group\"],\"headline\":[1],\"image\":[1],\"path\":[1],\"text\":[1],\"translation\":[8],\"data\":[32],\"error\":[32],\"success\":[32]}],[0,\"micado-ial-item-notification\",{\"boxShadow\":[4,\"box-shadow\"],\"button\":[1],\"buttonURL\":[1,\"button-u-r-l\"],\"buttonURLRel\":[1,\"button-u-r-l-rel\"],\"buttonTarget\":[1,\"button-target\"],\"headline\":[1]}],[0,\"micado-ial-overlay\",{\"content\":[16],\"delay\":[2],\"data\":[8],\"path\":[1],\"active\":[32],\"animate\":[32],\"show\":[32]}],[0,\"micado-ial-slider\",{\"content\":[16],\"counter\":[2],\"showBullets\":[4,\"show-bullets\"],\"showNav\":[4,\"show-nav\"],\"currentSlide\":[32],\"setSliderWidth\":[64]}],[0,\"micado-ial-wrapper\",{\"content\":[16],\"data\":[8],\"path\":[1],\"position\":[1],\"active\":[32],\"animate\":[32],\"show\":[32]}],[0,\"micado-ial-item-graphic\",{\"button\":[1],\"buttonURL\":[1,\"button-u-r-l\"],\"buttonURLRel\":[1,\"button-u-r-l-rel\"],\"buttonTarget\":[1,\"button-target\"],\"headline\":[1],\"image\":[1],\"path\":[1]}],[0,\"micado-ial-item-message\",{\"button\":[1],\"buttonURL\":[1,\"button-u-r-l\"],\"buttonURLRel\":[1,\"button-u-r-l-rel\"],\"buttonTarget\":[1,\"button-target\"],\"headline\":[1],\"image\":[1],\"path\":[1],\"text\":[1]}],[0,\"micado-ial-item-offer\",{\"addition\":[1],\"button\":[1],\"buttonURL\":[1,\"button-u-r-l\"],\"buttonURLRel\":[1,\"button-u-r-l-rel\"],\"buttonTarget\":[1,\"button-target\"],\"headline\":[1],\"image\":[1],\"path\":[1],\"text\":[1]}],[0,\"micado-ial-tracking\",{\"content\":[16],\"identifier\":[2],\"path\":[1]}],[0,\"micado-svg-icon\",{\"src\":[1],\"svgIcon\":[32]}]]]], options);\n });\n};\n\nexport { defineCustomElements };\n","\n(function(){if(\"undefined\"!==typeof window&&void 0!==window.Reflect&&void 0!==window.customElements){var a=HTMLElement;window.HTMLElement=function(){return Reflect.construct(a,[],this.constructor)};HTMLElement.prototype=a.prototype;HTMLElement.prototype.constructor=HTMLElement;Object.setPrototypeOf(HTMLElement,a)}})();\nexport * from '../dist/esm/polyfills/index.js';\nexport * from '../dist/esm/loader.js';\n","import React, { useContext, useEffect, useState, Suspense } from \"react\";\nimport ReactDOM from \"react-dom\";\nimport { BrowserRouter, Routes, Route } from \"react-router-dom\";\nimport CssBaseline from \"@material-ui/core/CssBaseline\";\nimport createTheme from \"@material-ui/core/styles/createTheme\";\nimport ThemeProvider from \"@material-ui/styles/ThemeProvider\";\nimport { alpha } from \"@material-ui/core/styles/\";\nimport { theme as customTheme } from \"./themes/kaiserlodge\";\nimport DetectPage from \"./helper/detectPage\";\nimport ChangePage from \"./helper/changePage\";\nimport CSSProperties from \"./utils/CSSProperties\";\nimport MenuContext from \"./context/menuContext\";\nimport BookmarkRoot from \"@micado-digital/react-bookmark/ReactBookmark/bookmarkRoot\";\nimport PageContext from \"@micado-digital/react-ui/context/PageContext\";\nimport WebProfile from \"@micado-digital/react-ui/components/WebProfile\";\nimport InternalRoot from \"@micado-digital/react-internal/ReactInternal/internalRoot\";\nimport ConsentData from \"@micado-digital/react-ui/components/ConsentData\";\nimport Ui from \"@micado-digital/react-ui/components/Ui\";\nimport WebPageData from \"@micado-digital/react-ui/components/WebPageData\";\nimport {\n\tapplyPolyfills as ialApplyPolyfills,\n\tdefineCustomElements as ialDefineCustomElements\n} from \"@micado-digital/micado-ial/loader\";\nimport \"./css/index.css\";\n\nconst theme = createTheme(customTheme);\n\nconst Core = () => {\n\tconst [menuOpen, setMenuOpen] = useState(false);\n\tconst [pageData] = useContext(PageContext);\n\tlet { lang = \"de\" } = pageData;\n\n\treturn (\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t} />\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t);\n};\n\nconst App = () => {\n\tuseEffect(() => {\n\t\tCSSProperties(theme, alpha);\n\t}, []);\n\n\treturn (\n\t\t\n\t\t\t>}>\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t);\n};\n\nReactDOM.render(, document.getElementById(\"root\"));\n\nialApplyPolyfills().then(() => {\n\tialDefineCustomElements(window);\n});\n","export function applyPolyfills() {\n var promises = [];\n if (typeof window !== 'undefined') {\n var win = window;\n\n if (!win.customElements ||\n (win.Element && (!win.Element.prototype.closest || !win.Element.prototype.matches || !win.Element.prototype.remove || !win.Element.prototype.getRootNode))) {\n promises.push(import(/* webpackChunkName: \"polyfills-dom\" */ './dom.js'));\n }\n\n var checkIfURLIsSupported = function() {\n try {\n var u = new URL('b', 'http://a');\n u.pathname = 'c%20d';\n return (u.href === 'http://a/c%20d') && u.searchParams;\n } catch (e) {\n return false;\n }\n };\n\n if (\n 'function' !== typeof Object.assign || !Object.entries ||\n !Array.prototype.find || !Array.prototype.includes ||\n !String.prototype.startsWith || !String.prototype.endsWith ||\n (win.NodeList && !win.NodeList.prototype.forEach) ||\n !win.fetch ||\n !checkIfURLIsSupported() ||\n typeof WeakMap == 'undefined'\n ) {\n promises.push(import(/* webpackChunkName: \"polyfills-core-js\" */ './core-js.js'));\n }\n }\n return Promise.all(promises);\n}\n"],"names":["map","webpackAsyncContext","req","__webpack_require__","o","Promise","resolve","then","e","Error","code","ids","id","keys","Object","module","exports","useStyles","makeStyles","theme","margin","marginTop","spacing","breakpoints","up","props","anchor","maxWidth","name","variant","anchorTag","tag","css","className","clsx","children","invariant","condition","message","error","framesToPop","warn","console","Context","React","getRequiredChunkKey","namespace","sharedInternals","freeze","__proto__","LOADABLE_SHARED","initialChunks","STATUS_PENDING","STATUS_REJECTED","identity","v","createLoadable","_ref","_ref$defaultResolveCo","defaultResolveComponent","_render","render","onLoad","loadable","loadableConstructor","options","ctor","requireAsync","chunkName","resolveConstructor","cache","_getCacheKey","cacheKey","Loadable","Component","resolveComponent","isValidElementType","hoistNonReactStatics","preload","cachedLoad","promise","status","fileName","EnhancedInnerLoadable","LoadableWithChunkExtractor","Consumer","extractor","assign","__chunkExtractor","displayName","withChunkExtractor","_React$Component","InnerLoadable","_this","call","this","state","result","loading","requireSync","ssr","loadSync","addChunk","_assertThisInitialized","isReady","_inheritsLoose","getDerivedStateFromProps","_extends","_proto","prototype","componentDidMount","mounted","cachedPromise","getCache","setCache","loadAsync","componentDidUpdate","prevProps","prevState","componentWillUnmount","safeSetState","nextState","callback","setState","getCacheKey","value","undefined","triggerOnLoad","_this2","setTimeout","_this3","resolveAsync","loadedModule","_this$props","forwardedRef","_objectWithoutPropertiesLoose","_this$props2","propFallback","fallback","_this$state","suspense","ref","load","lazy","_createLoadable","__esModule","_createLoadable$1","current","loadable$1","lazy$1","BROWSER","window","loadableReady","done","_temp","_ref$namespace","_ref$chunkLoadingGlob","chunkLoadingGlobal","requiredChunks","dataElement","document","getElementById","JSON","parse","textContent","extElement","namedChunks","forEach","resolved","loadedChunks","originalPush","push","bind","checkReadyState","every","chunk","some","_ref2","indexOf","apply","arguments","loadable$2","lib","lazy$2","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","defineProperty","_default","A100","A200","A400","A700","black","white","styleFunction","styleFunctionSx","compose","borders","display","flexbox","grid","positions","palette","shadows","sizing","typography","Box","styled","Button","classes","_props$color","color","_props$component","component","_props$disabled","disabled","_props$disableElevati","disableElevation","_props$disableFocusRi","disableFocusRipple","endIconProp","endIcon","focusVisibleClassName","_props$fullWidth","fullWidth","_props$size","size","startIconProp","startIcon","_props$type","type","_props$variant","other","_objectWithoutProperties","concat","capitalize","ButtonBase","root","colorInherit","focusRipple","focusVisible","label","withStyles","button","boxSizing","minWidth","padding","borderRadius","shape","text","primary","transition","transitions","create","duration","short","textDecoration","backgroundColor","alpha","action","hoverOpacity","width","alignItems","justifyContent","textPrimary","main","textSecondary","secondary","outlined","border","disabledBackground","outlinedPrimary","outlinedSecondary","contained","getContrastText","grey","boxShadow","containedPrimary","contrastText","dark","containedSecondary","borderColor","textSizeSmall","fontSize","pxToRem","textSizeLarge","outlinedSizeSmall","outlinedSizeLarge","containedSizeSmall","containedSizeLarge","sizeSmall","sizeLarge","marginRight","marginLeft","iconSizeSmall","iconSizeMedium","iconSizeLarge","getChildMapping","mapFn","Children","c","child","key","isValidElement","mapper","getProp","prop","getNextChildMapping","nextProps","prevChildMapping","onExited","nextChildMapping","prev","next","getValueForKey","i","nextKeysPending","pendingKeys","prevKey","length","childMapping","nextKey","pendingNextKey","mergeChildMappings","hasPrev","hasNext","prevChild","isLeaving","in","cloneElement","exit","enter","values","obj","k","TransitionGroup","context","handleExited","contextValue","isMounting","firstRender","appear","node","currentChildMapping","childFactory","TransitionGroupContext","propTypes","defaultProps","useEnhancedEffect","_props$pulsate","pulsate","rippleX","rippleY","rippleSize","inProp","_props$onExited","timeout","_React$useState","leaving","setLeaving","rippleClassName","ripple","rippleVisible","ripplePulsate","rippleStyles","height","top","left","childClassName","childLeaving","childPulsate","useEventCallback","timeoutId","clearTimeout","style","TouchRipple","_props$center","center","centerProp","ripples","setRipples","rippleCallback","ignoringMouseDown","startTimer","startTimerCommit","container","startCommit","params","cb","oldRipples","_toConsumableArray","Ripple","start","event","_options$pulsate","_options$center","_options$fakeElement","fakeElement","element","rect","getBoundingClientRect","clientX","clientY","touches","Math","round","sqrt","pow","sizeX","max","abs","clientWidth","sizeY","clientHeight","stop","persist","slice","overflow","pointerEvents","position","zIndex","right","bottom","opacity","transform","animation","easing","easeInOut","animationDuration","shorter","flip","buttonRefProp","buttonRef","_props$centerRipple","centerRipple","_props$disableRipple","disableRipple","_props$disableTouchRi","disableTouchRipple","_props$focusRipple","onBlur","onClick","onFocus","onFocusVisible","onKeyDown","onKeyUp","onMouseDown","onMouseLeave","onMouseUp","onTouchEnd","onTouchMove","onTouchStart","onDragLeave","_props$tabIndex","tabIndex","TouchRippleProps","rippleRef","setFocusVisible","_useIsFocusVisible","useIsFocusVisible","isFocusVisible","onBlurVisible","focusVisibleRef","useRippleHandler","rippleAction","eventCallback","skipRippleAction","focus","handleMouseDown","handleDragLeave","handleMouseUp","handleMouseLeave","preventDefault","handleTouchStart","handleTouchEnd","handleTouchMove","handleBlur","handleFocus","currentTarget","isNonNativeButton","ReactDOM","tagName","href","keydownRef","handleKeyDown","target","handleKeyUp","defaultPrevented","ComponentProp","buttonProps","role","handleUserRef","useForkRef","handleOwnRef","handleRef","_React$useState2","mountedState","setMountedState","enableTouchRipple","WebkitTapHighlightColor","outline","cursor","userSelect","verticalAlign","borderStyle","colorAdjust","Container","_props$disableGutters","disableGutters","_props$fixed","fixed","_props$maxWidth","String","_defineProperty","paddingLeft","paddingRight","reduce","acc","breakpoint","maxWidthXs","xs","maxWidthSm","sm","maxWidthMd","md","maxWidthLg","lg","maxWidthXl","xl","html","WebkitFontSmoothing","MozOsxFontSmoothing","body","body2","background","default","common","fontWeight","fontWeightBold","_props$children","defaultVariantMapping","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","Typography","_props$align","align","_props$display","_props$gutterBottom","gutterBottom","_props$noWrap","noWrap","_props$paragraph","paragraph","_props$variantMapping","variantMapping","caption","overline","srOnly","alignLeft","textAlign","alignCenter","alignRight","alignJustify","textOverflow","whiteSpace","marginBottom","colorPrimary","colorSecondary","colorTextPrimary","colorTextSecondary","colorError","displayInline","displayBlock","clamp","min","hexToRgb","substr","re","RegExp","colors","match","n","index","parseInt","join","rgbToHex","decomposeColor","int","hex","toString","intToHex","hslToRgb","h","s","l","a","f","rgb","recomposeColor","charAt","marker","substring","_formatMuiErrorMessage","split","parseFloat","getContrastRatio","foreground","lumA","getLuminance","lumB","val","Number","toFixed","emphasize","coefficient","darken","lighten","fade","createBreakpoints","_breakpoints$values","_breakpoints$unit","unit","_breakpoints$step","step","between","end","endIndex","down","upperbound","only","createMixins","mixins","_toolbar","gutters","styles","toolbar","minHeight","light","hint","divider","paper","active","hover","selected","selectedOpacity","disabledOpacity","focusOpacity","activatedOpacity","icon","addLightOrDark","intent","direction","shade","tonalOffset","tonalOffsetLight","tonalOffsetDark","hasOwnProperty","createPalette","_palette$primary","indigo","_palette$secondary","pink","_palette$error","red","_palette$warning","warning","orange","_palette$info","info","blue","_palette$success","success","green","_palette$type","_palette$contrastThre","contrastThreshold","_palette$tonalOffset","augmentColor","mainShade","lightShade","darkShade","stringify","types","deepmerge","roundWithDeprecationWarning","caseAllCaps","textTransform","defaultFontFamily","createTypography","_ref$fontFamily","fontFamily","_ref$fontSize","_ref$fontWeightLight","fontWeightLight","_ref$fontWeightRegula","fontWeightRegular","_ref$fontWeightMedium","fontWeightMedium","_ref$fontWeightBold","_ref$htmlFontSize","htmlFontSize","allVariants","pxToRem2","coef","buildVariant","lineHeight","letterSpacing","casing","variants","clone","createShadow","createSpacing","spacingInput","mui","createUnarySpacing","_len","args","Array","_key","argument","output","get","createTheme","_options$breakpoints","breakpointsInput","_options$mixins","mixinsInput","_options$palette","paletteInput","_options$typography","typographyInput","muiTheme","overrides","createMuiTheme","defaultTheme","componentCreator","styledWithoutDefault","easeOut","easeIn","sharp","shortest","standard","complex","enteringScreen","leavingScreen","formatMs","milliseconds","_options$duration","durationOption","_options$easing","easingOption","_options$delay","delay","isArray","animatedProp","getAutoHeightDuration","constant","stylesOrCreator","withStylesWithoutDefault","mobileStepper","speedDial","appBar","drawer","modal","snackbar","tooltip","useMediaQuery","queryInput","useTheme","getThemeProps","query","replace","supportMatchMedia","matchMedia","_props$options","_props$options$defaul","defaultMatches","_props$options$matchM","_props$options$noSsr","noSsr","_props$options$ssrMat","ssrMatchMedia","matches","setMatch","queryList","updateMatch","addListener","removeListener","string","toUpperCase","setRef","fn","refA","refB","refValue","hadKeyboardEvent","hadFocusVisibleRecently","hadFocusVisibleRecentlyTimeout","inputTypesWhitelist","search","url","tel","email","password","number","date","month","week","time","datetime","metaKey","altKey","ctrlKey","handlePointerDown","handleVisibilityChange","visibilityState","readOnly","isContentEditable","focusTriggersKeyboardModality","handleBlurVisible","instance","doc","ownerDocument","addEventListener","process","_utils","require","formatMuiErrorMessage","_interopRequireDefault","_objectWithoutProperties2","_extends2","_extends3","_defineProperty2","_indigo","_pink","_red","_orange","_blue","_green","_colorManipulator","_common","_grey","_system","_createBreakpoints","_createMixins","_createPalette","_createTypography","_shadows","_shape","_createSpacing","_transitions","_zIndex","_styles","_defaultTheme","ServerStyleSheets","_classCallCheck","_createClass","sheetsManager","Map","sheetsRegistry","SheetsRegistry","generateClassName","createGenerateClassName","StylesProvider","serverGenerateClassName","dangerouslySetInnerHTML","__html","injectFirstNode","jss","jssPreset","defaultOptions","disableGeneration","sheetsCache","StylesContext","_props$injectFirst","injectFirst","_props$disableGenerat","localOptions","outerOptions","insertionPoint","head","createComment","insertBefore","firstChild","plugins","Provider","localTheme","outerTheme","mergeOuterLocalTheme","nested","ThemeContext","hasSymbol","Symbol","for","pseudoClasses","_options$disableGloba","disableGlobal","_options$productionPr","productionPrefix","_options$seed","seed","seedPrefix","ruleCounter","getNextCounterId","rule","styleSheet","link","prefix","createStyles","propName","now","Date","fnValuesNs","fnRuleNs","onCreateRule","decl","createRule","onProcessStyle","fnValues","onUpdate","data","sheet","styleRule","fnRule","_prop","at","atPrefix","GlobalContainerRule","selector","isProcessed","rules","RuleList","parent","add","getRule","addRule","onProcessRule","replaceRule","newRule","GlobalPrefixedRule","separatorRegExp","addScope","scope","parts","scoped","trim","handleNestedGlobalContainerRule","handlePrefixedGlobalRule","parentRegExp","refRegExp","getReplaceRef","replaceParentRefs","nestedProp","parentProp","parentSelectors","nestedSelectors","j","getOptions","prevOptions","nestingLevel","replaceRef","isNested","isNestedConditional","uppercasePattern","msPattern","toHyphenLower","toLowerCase","hName","test","convertCase","converted","hyphenate","fallbacks","onChangeValue","hyphenatedProp","px","hasCSSTOMSupport","CSS","ms","percent","addCamelCasedVersion","regExp","str","newObj","units","inset","motion","perspective","gap","iterate","innerProp","_innerProp","isNaN","camelCasedOptions","js","vendor","browser","isTouch","isInBrowser","documentElement","jsCssMap","Moz","O","Webkit","createElement","appearence","noPrefill","supportedProperty","toUpper","camelize","pascalize","el","mask","longhand","textOrientation","writingMode","breakPropsOld","inlineLogicalOld","newProp","unprefixed","prefixed","pascalized","scrollSnap","overscrollBehavior","propMap","order","flex2012","propMap$1","flex","propKeys","prefixCss","p","flex2009","multiple","propertyDetectors","filter","computed","getComputedStyle","key$1","x","err","el$1","cache$1","transitionProperties","transPropsRegExp","prefixTransitionCallback","p1","p2","prefixedValue","supportedValue","property","prefixStyle","changeProp","supportedProp","changeValue","supportedValue$1","toCssValue","atRule","supportedKeyframes","sort","prop0","prop1","newStyle","functions","global","camelCase","defaultUnit","vendorPrefixer","propsSort","set","key1","key2","subCache","delete","indexCounter","increment","getStylesCreator","themingEnabled","stylesWithOverrides","getClasses","stylesOptions","cacheClasses","lastProp","lastJSS","generate","mergeClasses","baseClasses","newClasses","attach","stylesCreator","sheetManager","multiKeyStore","refs","staticSheet","dynamicStyles","generateId","createStyleSheet","getDynamicStyles","dynamicSheet","update","_ref3","detach","_ref4","removeStyleSheet","remove","useSynchronousEffect","func","currentKey","classNamePrefixOption","classNamePrefix","_options$defaultTheme","noopTheme","stylesOptions2","meta","shouldUpdate","nextClasses","omit","input","fields","filterProps","StyledComponent","classNameProp","spread","FinalComponent","_options$withTheme","withTheme","WithStyles","innerRef","more","withThemeCreator","WithTheme","getBorder","themeKey","borderTop","borderRight","borderBottom","borderLeft","defaultBreakpoints","handleBreakpoints","propValue","styleFromPropValue","themeBreakpoints","item","_typeof","_themeBreakpoints","newStyleFunction","base","extended","merge","displayPrint","cssProperty","displayRaw","visibility","flexBasis","flexDirection","flexWrap","alignContent","flexGrow","flexShrink","alignSelf","justifyItems","justifySelf","gridGap","gridColumnGap","gridRowGap","gridColumn","gridRow","gridAutoFlow","gridAutoColumns","gridAutoRows","gridTemplateColumns","gridTemplateRows","gridTemplateAreas","gridArea","bgcolor","maxHeight","sizeWidth","sizeHeight","properties","m","directions","t","r","b","y","aliases","marginX","marginY","paddingX","paddingY","getCssProperties","arg","memoize","_prop$split","_prop$split2","_slicedToArray","dir","spacingKeys","themeSpacing","getStyleFromPropValue","cssProperties","transformer","transformed","getValue","getPath","path","_options$cssProperty","themeMapping","propValueFinal","sx","fontStyle","isPlainObject","constructor","source","encodeURIComponent","chainPropTypes","propType1","propType2","elementAcceptingRef","PropTypes","isRequired","exactProp","fnNameMatchRegex","getFunctionName","getFunctionComponentName","getWrappedName","outerType","innerType","wrapperName","functionName","getDisplayName","$$typeof","ForwardRef","Memo","HTMLElementType","componentName","location","propFullName","self","Function","queuePending","win","plt","$flags$","$resourcesUrl$","jmp","raf","requestAnimationFrame","ael","eventName","listener","opts","rel","removeEventListener","ce","CustomEvent","promiseResolve","supportsConstructibleStylesheets","CSSStyleSheet","addHostEventListeners","elm","hostRef","listeners","attachParentListeners","flags","method","handler","hostListenerProxy","hostListenerOpts","$rmListeners$","methodName","ev","$lazyInstance$","$queuedListeners$","consoleError","HYDRATED_CSS","rootAppliedStyles","WeakMap","registerStyle","scopeId","cssText","allowCS","attachStyles","cmpMeta","$cmpMeta$","$hostElement$","endAttachStyles","$tagName$","styleContainerNode","mode","hostElm","getScopeId","nodeType","styleElm","appliedStyles","Set","has","innerHTML","querySelector","adoptedStyleSheets","includes","addStyle","getRootNode","cmp","EMPTY_OBJ","isComplexType","nodeName","vnodeData","simple","lastSimple","vNodeChildren","walk","$text$","newVNode","classData","class","vdomFnUtils","vnode","$attrs$","$children$","$key$","$tag$","$elm$","Host","convertToPublic","convertToPrivate","vattrs","vchildren","vkey","vname","$name$","vtag","vtext","setAccessor","memberName","oldValue","newValue","isSvg","isProp","isMemberInElement","ln","classList","oldClasses","parseClassList","isComplex","getAttribute","removeAttribute","setAttribute","parseClassListRegex","updateElement","oldVnode","newVnode","isSvgMode","host","oldVnodeAttrs","newVnodeAttrs","createElm","oldParentVNode","newParentVNode","childIndex","parentElm","childNode","createTextNode","appendChild","addVnodes","before","parentVNode","vnodes","startIdx","endIdx","containerElm","removeVnodes","callNodeRefs","updateChildren","oldCh","newCh","elmToMove","oldStartIdx","newStartIdx","idxInOld","oldEndIdx","oldStartVnode","oldEndVnode","newEndIdx","newStartVnode","newEndVnode","isSameVnode","patch","nextSibling","parentNode","vnode1","vnode2","oldVNode","oldChildren","newChildren","vNode","renderVdom","renderFnResults","$vnode$","rootVnode","getElement","getHostRef","createEvent","emit","detail","emitEvent","bubbles","composed","cancelable","dispatchEvent","attachToAncestor","ancestorComponent","$onRenderResolve$","scheduleUpdate","isInitialLoad","$ancestorComponent$","writeTask","dispatchHooks","endSchedule","safeCall","updateComponent","endUpdate","rc","endRender","callRender","childrenPromises","postUpdate","postUpdateComponent","all","endPostUpdate","addHydratedFlag","$onReadyResolve$","appDidLoad","$onInstanceResolve$","nextTick","who","thenFn","setValue","newVal","propType","oldVal","$instanceValues$","$members$","proxyComponent","Cstr","members","entries","memberFlags","configurable","enumerable","$onInstancePromise$","attrNameToPropName","attributeChangedCallback","attrName","_oldValue","observedAttributes","initializeComponent","hmrVersionId","loadModule","endLoad","isProxied","endNewInstance","endRegisterStyles","schedule","connectedCallback","endConnected","$listeners$","disconnectedCallback","rmListener","bootstrapLazy","lazyBundles","appLoadFallback","endBootstrap","cmpTags","exclude","customElements","metaCharset","visibilityStyle","deferredConnectedCallbacks","isBootstrapping","URL","resourcesUrl","baseURI","lazyBundle","compactMeta","HostElement","registerHost","$onReadyPromise$","HTMLElement","$lazyBundleId$","define","Fragment","_","hostRefs","registerInstance","lazyInstance","cmpModules","exportName","bundleId","importedModule","queueDomReads","queueDomWrites","queueTask","queue","write","flush","consume","performance","iterator","_react","nodeInterop","_getRequireWildcardCache","hasPropertyDescriptor","getOwnPropertyDescriptor","desc","_interopRequireWildcard","_propTypes","_isEmpty","_bookmarkContext","_bookmarkSettingsContext","_userContext","_readStorage","_updateStorage","_saveBookmarkDataToServer","_sync","cacheBabelInterop","cacheNodeInterop","asyncGeneratorStep","gen","reject","_next","_throw","_asyncToGenerator","arr","_arrayWithHoles","_i","_s","_e","_arr","_n","_d","_iterableToArrayLimit","minLen","_arrayLikeToArray","from","_unsupportedIterableToArray","TypeError","_nonIterableRest","len","arr2","BookmarkRoot","_useContext","_props$localStorageKe","localStorageKey","_props$readURL","readURL","_props$writeURL","writeURL","_useState2","useState","bookmarkSettings","setBookmarmSettings","_useState4","bookmarkData","setBookmarkData","_useState6","avoidSave","setAvoidSave","userData","useContext","useEffect","_executeSync","mark","_callee","response","wrap","_context","sent","updateRequired","mergedBookmarkData","executeSync","_saveData","_callee2","_context2","saveData","BookmarkContext","createContext","BookmarkSettingsContext","_findIndex","_createForOfIteratorHelper","allowArrayLike","it","F","normalCompletion","didErr","_e2","return","validationFields","_step","searchObject","_iterator","valItem","_axios","readFromServer","server","abrupt","post","headers","Authorization","localStorage","getItem","_x","_isArray","saveBookmarkDataToServer","saveURL","bodyFormData","FormData","append","_x2","_getStoragePos","_readFromServer","sync","localBookmarkData","serverBookmarkData","_validationFields","t0","finish","_userDataRequest","InternalRoot","_props$userDataURL","userDataURL","setUserData","_executeCheckLogin","_response$data","executeCheckLogin","removeItem","UserContext","localStorageItem","_reactHelmet","ReactMetadata01","canonical","defaultLang","description","_ref$index","image","keywords","_ref$lang","lang","lat","links","lng","title","_ref$type","Helmet","htmlAttributes","content","hreflang","bool","object","_ConsentContext","_sortCookieGroups","_regeneratorRuntime","Op","hasOwn","$Symbol","iteratorSymbol","asyncIteratorSymbol","asyncIterator","toStringTagSymbol","toStringTag","writable","innerFn","outerFn","tryLocsList","protoGenerator","Generator","generator","_invoke","doneResult","delegate","delegateResult","maybeInvokeDelegate","ContinueSentinel","_sent","dispatchException","record","tryCatch","GeneratorFunction","GeneratorFunctionPrototype","IteratorPrototype","getProto","getPrototypeOf","NativeIteratorPrototype","Gp","defineIteratorMethods","AsyncIterator","PromiseImpl","invoke","__await","unwrapped","previousPromise","callInvokeWithMethodAndArg","resultName","nextLoc","pushTryEntry","locs","entry","tryLoc","catchLoc","finallyLoc","afterLoc","tryEntries","resetTryEntry","completion","reset","iterable","iteratorMethod","isGeneratorFunction","genFun","setPrototypeOf","awrap","async","iter","reverse","pop","skipTempReset","rootRecord","rval","exception","handle","loc","caught","hasCatch","hasFinally","finallyEntry","complete","catch","thrown","delegateYield","ownKeys","enumerableOnly","getOwnPropertySymbols","symbols","sym","_objectSpread","getOwnPropertyDescriptors","defineProperties","consentData","setConsentData","fetchConsentData","consentDataUrl","groups","_UiContext","_cookie","uiSettings","settings","ui","setUi","_searchData","prevUi","_settings","setCookie","cookie","getCookie","_searchData$range","_searchData$range3","_searchData$range2","_searchData$range4","searchData","range","to","_reactRouterDom","_PageContext","_fetchDataFromDOM","pageData","setPageData","useLocation","navigate","useNavigate","fetchPageData","pageDataUrl","absoluteUrl","_ref2$data","darkSiteType","darkSiteURL","pathname","darksiteAlreadyRedirected","reload","sessionStorage","setItem","_loading","_location","MCO_PAGE_LOADED","REACT_APP_FORCE_PAGEFETCH","_WebProfileContext","profileData","setProfileData","_props$profileURL","profileURL","fetchProfileData","ConsentContext","LocalsContext","PageContext","UiContext","WebProfileContext","_LocalsContext","_replaceTranslation","config","_locals","locals","setLocals","defaultLocals","setDefaultLocals","_config$fallback","res","resolveObject","useCallback","_text","param","setLinks","customLinks","identifier","_obj$find","find","cname","ca","cvalue","exdays","d","setTime","getTime","expires","toUTCString","DOMData","JSONData","_data$key","_groups$filter","_groups$filter2","_groups$filter3","_cookiesRequired$conc","cookiesRequired","groupType","group","_group$items","items","cookiesFunctional","_group$items2","cookiesExceptFunctionalOrRequired","_group$items3","utils","settle","cookies","buildURL","buildFullPath","parseHeaders","isURLSameOrigin","createError","transitionalDefaults","Cancel","onCanceled","requestData","requestHeaders","responseType","cancelToken","unsubscribe","signal","isFormData","request","XMLHttpRequest","auth","username","unescape","btoa","fullPath","baseURL","onloadend","responseHeaders","getAllResponseHeaders","responseText","statusText","open","paramsSerializer","onreadystatechange","readyState","responseURL","onabort","onerror","ontimeout","timeoutErrorMessage","transitional","clarifyTimeoutError","isStandardBrowserEnv","xsrfValue","withCredentials","xsrfCookieName","read","xsrfHeaderName","setRequestHeader","isUndefined","onDownloadProgress","onUploadProgress","upload","cancel","abort","subscribe","aborted","send","Axios","mergeConfig","axios","createInstance","defaultConfig","extend","instanceConfig","CancelToken","isCancel","VERSION","promises","isAxiosError","__CANCEL__","executor","resolvePromise","token","_listeners","onfulfilled","_resolve","reason","throwIfRequested","splice","InterceptorManager","dispatchRequest","validator","validators","defaults","interceptors","configOrUrl","assertOptions","silentJSONParsing","boolean","forcedJSONParsing","requestInterceptorChain","synchronousRequestInterceptors","interceptor","runWhen","synchronous","unshift","fulfilled","rejected","responseInterceptorChain","chain","shift","newConfig","onFulfilled","onRejected","getUri","handlers","use","eject","isAbsoluteURL","combineURLs","requestedURL","enhanceError","transformData","throwIfCancellationRequested","transformRequest","adapter","transformResponse","toJSON","lineNumber","columnNumber","stack","config1","config2","getMergedValue","mergeDeepProperties","valueFromConfig2","defaultToConfig2","mergeDirectKeys","mergeMap","configValue","validateStatus","fns","normalizeHeaderName","DEFAULT_CONTENT_TYPE","setContentTypeIfUnset","getDefaultAdapter","isArrayBuffer","isBuffer","isStream","isFile","isBlob","isArrayBufferView","buffer","isURLSearchParams","isObject","rawValue","parser","encoder","isString","stringifySafely","strictJSONParsing","maxContentLength","maxBodyLength","thisArg","encode","serializedParams","isDate","toISOString","hashmarkIndex","relativeURL","domain","secure","isNumber","toGMTString","decodeURIComponent","payload","originURL","msie","navigator","userAgent","urlParsingNode","resolveURL","protocol","hash","hostname","port","requestURL","parsed","normalizedName","ignoreDuplicateOf","line","thing","deprecatedWarnings","version","formatMessage","opt","schema","allowUnknown","isFunction","ArrayBuffer","isView","pipe","product","assignValue","stripBOM","charCodeAt","toVal","mix","tmp","reactIs","REACT_STATICS","childContextTypes","contextType","contextTypes","getDefaultProps","getDerivedStateFromError","KNOWN_STATICS","caller","callee","arity","MEMO_STATICS","compare","TYPE_STATICS","getStatics","isMemo","getOwnPropertyNames","objectPrototype","targetComponent","sourceComponent","blacklist","inheritedComponent","targetStatics","sourceStatics","descriptor","isBrowser","plainObjectConstrurctor","cloneStyle","declCopy","by","cssValue","getWhitespaceSymbols","format","linebreak","space","indentStr","indent","toCss","_options$indent","Infinity","_getWhitespaceSymbols","_value","_prop2","_value2","allowEmpty","escapeRegex","nativeEscape","escape","BaseStyleRule","Renderer","renderer","force","isEmpty","isDefined","renderable","removeProperty","setProperty","attached","StyleRule","_BaseStyleRule","selectorText","_proto2","applyTo","json","setSelector","pluginStyleRule","defaultToStringOptions","atRegExp","ConditionalRule","atMatch","keyRegExp","pluginConditionalRule","defaultToStringOptions$1","nameRegExp","KeyframesRule","frames","nameMatch","keyRegExp$1","findReferencedKeyframe","keyframes","refKeyframe","pluginKeyframesRule","KeyframeRule","pluginKeyframeRule","FontFaceRule","keyRegExp$2","pluginFontFaceRule","ViewportRule","pluginViewportRule","SimpleRule","keysMap","defaultUpdateOptions","forceUpdateOptions","raw","counter","ruleOptions","_this$options","register","oldRule","oldIndex","nameOrSelector","unregister","updateOne","_this$options2","nextValue","_nextValue","_prevValue","StyleSheet","deployed","deploy","insertRule","deleteRule","addRules","added","_this$rules","PluginsRegistry","internal","external","registry","onProcessSheet","processedValue","newPlugin","plugin","sheets","globalThis$1","globalThis","ns","moduleId","createGenerateId","jssId","minify","getPropertyValue","cssRule","attributeStyleMap","indexOfImportantFlag","cssValueWithoutImportantFlag","getHead","findPrevNode","findHigherSheet","findHighestSheet","comment","childNodes","nodeValue","findCommentNode","getNonce","_insertRule","appendRule","cssRules","getValidRuleInsertionIndex","maxIndex","DomRenderer","hasInsertedRules","media","createStyle","nonce","nextNode","insertionPointElement","insertStyle","Boolean","removeChild","insertRules","nativeParent","latestNativeParent","_insertionIndex","refCssRule","ruleStr","insertionIndex","nativeRule","getRules","instanceCounter","Jss","setup","createJss","extracted","FUNC_ERROR_TEXT","reTrim","reIsBadHex","reIsBinary","reIsOctal","freeParseInt","freeGlobal","freeSelf","objectToString","nativeMax","nativeMin","debounce","wait","lastArgs","lastThis","maxWait","timerId","lastCallTime","lastInvokeTime","leading","maxing","trailing","invokeFunc","leadingEdge","timerExpired","shouldInvoke","timeSinceLastCall","trailingEdge","remainingWait","debounced","isInvoking","toNumber","isObjectLike","isSymbol","valueOf","isBinary","DataView","getNative","hashClear","hashDelete","hashGet","hashHas","hashSet","Hash","clear","listCacheClear","listCacheDelete","listCacheGet","listCacheHas","listCacheSet","ListCache","mapCacheClear","mapCacheDelete","mapCacheGet","mapCacheHas","mapCacheSet","MapCache","setCacheAdd","setCacheHas","SetCache","__data__","stackClear","stackDelete","stackGet","stackHas","stackSet","Stack","Uint8Array","array","iteratee","predicate","resIndex","baseTimes","isArguments","isIndex","isTypedArray","inherited","isArr","isArg","isBuff","isType","skipIndexes","offset","baseAssignValue","eq","objValue","copyObject","keysIn","arrayEach","baseAssign","baseAssignIn","cloneBuffer","copyArray","copySymbols","copySymbolsIn","getAllKeys","getAllKeysIn","getTag","initCloneArray","initCloneByTag","initCloneObject","isMap","isSet","argsTag","funcTag","objectTag","cloneableTags","baseClone","bitmask","customizer","isDeep","isFlat","isFull","isFunc","stacked","subValue","objectCreate","baseCreate","proto","baseForOwn","baseEach","createBaseEach","fromIndex","fromRight","baseFor","createBaseFor","castPath","toKey","arrayPush","keysFunc","symbolsFunc","getRawTag","symToStringTag","baseGetTag","baseIsEqualDeep","baseIsEqual","equalArrays","equalByTag","equalObjects","arrayTag","equalFunc","objIsArr","othIsArr","objTag","othTag","objIsObj","othIsObj","isSameTag","objIsWrapped","othIsWrapped","objUnwrapped","othUnwrapped","matchData","noCustomizer","srcValue","COMPARE_PARTIAL_FLAG","isMasked","toSource","reIsHostCtor","funcProto","objectProto","funcToString","reIsNative","isLength","typedArrayTags","baseMatches","baseMatchesProperty","isPrototype","nativeKeys","nativeKeysIn","isProto","isArrayLike","collection","baseIsMatch","getMatchData","matchesStrictComparable","hasIn","isKey","isStrictComparable","baseGet","arrayMap","symbolProto","symbolToString","baseToString","trimmedEndIndex","reTrimStart","stringToPath","arrayBuffer","byteLength","freeExports","freeModule","Buffer","allocUnsafe","copy","cloneArrayBuffer","dataView","byteOffset","reFlags","regexp","exec","lastIndex","symbolValueOf","symbol","typedArray","isNew","getSymbols","getSymbolsIn","coreJsData","eachFunc","arraySome","cacheHas","isPartial","arrLength","othLength","arrStacked","othStacked","seen","arrValue","othValue","compared","othIndex","mapToArray","setToArray","convert","objProps","objLength","objStacked","skipCtor","objCtor","othCtor","baseGetAllKeys","isKeyable","baseIsNative","getPrototype","overArg","nativeObjectToString","isOwn","unmasked","arrayFilter","stubArray","propertyIsEnumerable","nativeGetSymbols","mapTag","promiseTag","setTag","weakMapTag","dataViewTag","dataViewCtorString","mapCtorString","promiseCtorString","setCtorString","weakMapCtorString","Ctor","ctorString","hasFunc","nativeCreate","cloneDataView","cloneRegExp","cloneSymbol","cloneTypedArray","reIsUint","reIsDeepProp","reIsPlainProp","maskSrcKey","uid","IE_PROTO","assocIndexOf","getMapData","freeProcess","nodeUtil","binding","pairs","LARGE_ARRAY_SIZE","memoizeCapped","rePropName","reEscapeChar","quote","subString","reWhitespace","CLONE_DEEP_FLAG","baseFindIndex","baseIteratee","toInteger","defaultValue","baseHasIn","hasPath","baseIsArguments","stubFalse","baseKeys","baseIsMap","baseUnary","nodeIsMap","baseIsSet","nodeIsSet","baseIsTypedArray","nodeIsTypedArray","arrayLikeKeys","baseKeysIn","baseMap","resolver","memoized","Cache","baseProperty","basePropertyDeep","INFINITY","toFinite","remainder","baseTrim","propIsEnumerable","toObject","test1","test2","fromCharCode","test3","letter","shouldUseNative","ReactPropTypesSecret","emptyFunction","emptyFunctionWithReset","resetWarningCache","shim","secret","getShim","ReactPropTypes","bigint","any","arrayOf","elementType","instanceOf","objectOf","oneOf","oneOfType","exact","checkPropTypes","aa","ba","da","ea","fa","ha","ia","ja","ka","B","g","acceptsBooleans","attributeName","attributeNamespace","mustUseProperty","propertyName","sanitizeURL","removeEmptyString","D","oa","pa","qa","ma","na","la","setAttributeNS","xlinkHref","ra","sa","ta","ua","wa","xa","ya","za","Aa","Ba","Ca","Da","Ea","Fa","Ga","Ha","Ia","Ja","E","Ma","Ka","La","Na","Oa","Pa","prepareStackTrace","Reflect","construct","Qa","Ra","_payload","_init","Sa","Ta","Va","_valueTracker","stopTracking","Ua","Wa","checked","Xa","activeElement","Ya","defaultChecked","_wrapperState","initialChecked","Za","initialValue","controlled","$a","ab","bb","eb","db","fb","defaultSelected","gb","hb","ib","jb","kb","lb","mb","nb","ob","namespaceURI","MSApp","execUnsafeLocalFunction","pb","lastChild","qb","animationIterationCount","borderImageOutset","borderImageSlice","borderImageWidth","boxFlex","boxFlexGroup","boxOrdinalGroup","columnCount","columns","flexPositive","flexNegative","flexOrder","gridRowEnd","gridRowSpan","gridRowStart","gridColumnEnd","gridColumnSpan","gridColumnStart","lineClamp","orphans","tabSize","widows","zoom","fillOpacity","floodOpacity","stopOpacity","strokeDasharray","strokeDashoffset","strokeMiterlimit","strokeOpacity","strokeWidth","rb","sb","tb","ub","menuitem","area","br","col","embed","hr","img","keygen","track","wbr","vb","wb","is","xb","srcElement","correspondingUseElement","yb","zb","Ab","Bb","Cb","stateNode","Db","Eb","Fb","Gb","Hb","Ib","Jb","Kb","Lb","Mb","Ob","Pb","Qb","Rb","onError","Sb","Tb","Ub","Vb","Wb","Xb","Zb","alternate","$b","memoizedState","dehydrated","ac","cc","sibling","bc","dc","ec","fc","gc","hc","ic","jc","kc","lc","mc","nc","oc","pc","qc","blockedOn","domEventName","eventSystemFlags","nativeEvent","targetContainers","sc","pointerId","tc","vc","wc","lanePriority","unstable_runWithPriority","priority","hydrate","containerInfo","xc","yc","zc","Ac","Bc","unstable_scheduleCallback","unstable_NormalPriority","Cc","Dc","Ec","animationend","animationiteration","animationstart","transitionend","Fc","Gc","Hc","Ic","Jc","Kc","Lc","Mc","Nc","Oc","Pc","Qc","unstable_now","Rc","Uc","pendingLanes","expiredLanes","suspendedLanes","pingedLanes","Vc","entangledLanes","entanglements","Wc","Xc","Yc","Zc","$c","eventTimes","clz32","bd","cd","log","LN2","dd","unstable_UserBlockingPriority","ed","fd","gd","hd","uc","jd","kd","ld","nd","od","keyCode","charCode","pd","qd","rd","_reactName","_targetInst","isDefaultPrevented","returnValue","isPropagationStopped","stopPropagation","cancelBubble","isPersistent","wd","xd","yd","sd","eventPhase","timeStamp","isTrusted","td","ud","view","vd","Ad","screenX","screenY","pageX","pageY","shiftKey","getModifierState","zd","buttons","relatedTarget","fromElement","toElement","movementX","movementY","Bd","Dd","dataTransfer","Fd","Hd","animationName","elapsedTime","pseudoElement","Id","clipboardData","Jd","Ld","Md","Esc","Spacebar","Left","Up","Right","Down","Del","Win","Menu","Apps","Scroll","MozPrintableKey","Nd","Od","Alt","Control","Meta","Shift","Pd","Qd","repeat","locale","which","Rd","Td","pressure","tangentialPressure","tiltX","tiltY","twist","pointerType","isPrimary","Vd","targetTouches","changedTouches","Xd","Yd","deltaX","wheelDeltaX","deltaY","wheelDeltaY","wheelDelta","deltaZ","deltaMode","Zd","$d","ae","be","documentMode","de","ee","fe","ge","he","ie","le","me","ne","oe","pe","qe","se","te","ue","ve","we","xe","ye","ze","oninput","Ae","detachEvent","Be","Ce","attachEvent","De","Ee","Fe","He","Ie","Je","Ke","Le","Me","contains","compareDocumentPosition","Ne","HTMLIFrameElement","contentWindow","Oe","contentEditable","Pe","Qe","Re","Se","Te","Ue","selectionStart","selectionEnd","anchorNode","defaultView","getSelection","anchorOffset","focusNode","focusOffset","Ve","We","Xe","Ye","Ze","Yb","G","$e","af","bf","random","cf","df","capture","passive","Nb","w","z","u","q","ef","ff","parentWindow","gf","hf","J","K","Q","L","je","char","ke","jf","kf","lf","mf","autoFocus","nf","of","pf","qf","rf","sf","previousSibling","tf","vf","wf","xf","yf","zf","Af","Bf","H","I","Cf","M","N","Df","Ef","__reactInternalMemoizedUnmaskedChildContext","__reactInternalMemoizedMaskedChildContext","Ff","Gf","Hf","If","getChildContext","Jf","__reactInternalMemoizedMergedChildContext","Kf","Lf","Mf","Nf","Of","Pf","unstable_cancelCallback","Qf","unstable_shouldYield","Rf","unstable_requestPaint","Sf","Tf","unstable_getCurrentPriorityLevel","Uf","unstable_ImmediatePriority","Vf","Wf","Xf","unstable_LowPriority","Yf","unstable_IdlePriority","Zf","$f","ag","bg","cg","dg","eg","fg","gg","hg","ig","jg","kg","ReactCurrentBatchConfig","mg","ng","og","pg","qg","rg","_currentValue","sg","childLanes","tg","dependencies","firstContext","lanes","ug","vg","observedBits","responders","wg","xg","updateQueue","baseState","firstBaseUpdate","lastBaseUpdate","shared","pending","effects","yg","zg","eventTime","lane","Ag","Bg","Cg","A","C","Dg","Eg","Fg","Gg","Kg","isMounted","_reactInternals","enqueueSetState","Hg","Ig","Jg","enqueueReplaceState","enqueueForceUpdate","Lg","shouldComponentUpdate","isPureReactComponent","Mg","updater","Ng","componentWillReceiveProps","UNSAFE_componentWillReceiveProps","Og","getSnapshotBeforeUpdate","UNSAFE_componentWillMount","componentWillMount","Pg","Qg","_owner","_stringRef","Rg","Sg","lastEffect","nextEffect","firstEffect","Tg","Ug","Vg","implementation","Wg","Xg","Yg","Zg","$g","ah","bh","ch","dh","eh","fh","gh","hh","P","ih","memoizedProps","revealOrder","jh","kh","lh","mh","nh","oh","pendingProps","ph","qh","rh","sh","th","uh","_workInProgressVersionPrimary","vh","ReactCurrentDispatcher","wh","xh","R","S","T","yh","zh","Ah","Bh","Ch","Dh","Eh","Fh","Gh","Hh","baseQueue","Ih","Jh","Kh","lastRenderedReducer","eagerReducer","eagerState","lastRenderedState","dispatch","Lh","Mh","_getVersion","_source","mutableReadLanes","Nh","U","getSnapshot","setSnapshot","Oh","Ph","Qh","Rh","destroy","deps","Sh","Th","Uh","Vh","Wh","Xh","Yh","Zh","$h","ai","bi","ci","di","readContext","useImperativeHandle","useLayoutEffect","useMemo","useReducer","useRef","useDebugValue","useDeferredValue","useTransition","useMutableSource","useOpaqueIdentifier","unstable_isNewReconciler","uf","ei","ReactCurrentOwner","fi","gi","hi","ii","ji","ki","li","mi","baseLanes","ni","oi","pi","UNSAFE_componentWillUpdate","componentWillUpdate","qi","ri","pendingContext","Bi","Di","Ei","si","retryLane","ti","unstable_avoidThisFallback","unstable_expectedLoadTime","vi","wi","xi","yi","zi","isBackwards","rendering","renderingStartTime","last","tail","tailMode","Ai","Fi","Gi","wasMultiple","onclick","createElementNS","V","Hi","Ii","W","Ji","Ki","Li","Mi","Ni","Oi","Pi","Qi","Ri","Si","componentDidCatch","Ti","componentStack","Ui","WeakSet","Vi","Wi","Xi","__reactInternalSnapshotBeforeUpdate","Yi","Zi","$i","aj","bj","onCommitFiberUnmount","cj","dj","ej","fj","gj","hj","_reactRootContainer","ij","jj","kj","lj","mj","nj","ceil","oj","pj","X","Y","qj","rj","sj","tj","uj","vj","wj","ck","Z","xj","yj","zj","Aj","Bj","Cj","Dj","Ej","Fj","Gj","Hj","Ij","Jj","Sc","Kj","Lj","Mj","callbackNode","expirationTimes","callbackPriority","Tc","Nj","Oj","Pj","Qj","Rj","Sj","Tj","finishedWork","finishedLanes","Uj","timeoutHandle","Wj","Xj","pingCache","Yj","Zj","va","ak","bk","dk","rangeCount","focusedElem","selectionRange","ek","createRange","setStart","removeAllRanges","addRange","setEnd","scrollLeft","scrollTop","onCommitFiberRoot","fk","gk","ik","isReactComponent","pendingChildren","jk","mutableSourceEagerHydrationData","kk","lk","mk","nk","ok","qk","hydrationOptions","mutableSources","_internalRoot","rk","tk","hasAttribute","sk","uk","hk","_calculateChangedBits","unstable_observedBits","unmount","querySelectorAll","form","Vj","vk","Events","wk","findFiberByHostInstance","bundleType","rendererPackageName","xk","rendererConfig","overrideHookState","overrideHookStateDeletePath","overrideHookStateRenamePath","overrideProps","overridePropsDeletePath","overridePropsRenamePath","setSuspenseHandler","currentDispatcherRef","findHostInstanceByFiber","findHostInstancesForRefresh","scheduleRefresh","scheduleRoot","setRefreshHandler","getCurrentFiber","__REACT_DEVTOOLS_GLOBAL_HOOK__","yk","isDisabled","supportsFiber","inject","createPortal","findDOMNode","flushSync","unmountComponentAtNode","unstable_batchedUpdates","unstable_createPortal","unstable_renderSubtreeIntoContainer","checkDCE","hasElementType","Element","hasMap","hasSet","hasArrayBuffer","equal","ATTRIBUTE_NAMES","TAG_NAMES","BASE","BODY","HEAD","HTML","LINK","META","NOSCRIPT","SCRIPT","STYLE","TITLE","TAG_PROPERTIES","REACT_TAG_MAP","accesskey","charset","contenteditable","contextmenu","itemprop","tabindex","HELMET_PROPS","HTML_TAG_MAP","SELF_CLOSING_TAGS","HELMET_ATTRIBUTE","classCallCheck","Constructor","createClass","protoProps","staticProps","objectWithoutProperties","possibleConstructorReturn","ReferenceError","encodeSpecialCharacters","getTitleFromPropsList","propsList","innermostTitle","getInnermostProperty","innermostTemplate","innermostDefaultTitle","getOnChangeClientState","getAttributesFromPropsList","tagType","tagAttrs","getBaseTagFromPropsList","primaryAttributes","innermostBaseTag","lowerCaseAttributeKey","getTagsFromPropsList","approvedSeenTags","approvedTags","instanceTags","instanceSeenTags","primaryAttributeKey","attributeKey","tagUnion","objectAssign","rafPolyfill","clock","currentTime","cafPolyfill","webkitRequestAnimationFrame","mozRequestAnimationFrame","cancelAnimationFrame","webkitCancelAnimationFrame","mozCancelAnimationFrame","msg","_helmetCallback","commitTagChanges","newState","baseTag","bodyAttributes","linkTags","metaTags","noscriptTags","onChangeClientState","scriptTags","styleTags","titleAttributes","updateAttributes","updateTitle","tagUpdates","updateTags","addedTags","removedTags","_tagUpdates$tagType","newTags","oldTags","flattenArray","possibleArray","attributes","elementTag","getElementsByTagName","helmetAttributeString","helmetAttributes","attributesToRemove","attributeKeys","attribute","indexToSave","tags","headElement","tagNodes","indexToDelete","newElement","existingTag","isEqualNode","generateElementAttributesAsString","attr","convertElementAttributestoReactProps","initProps","getMethodsForTag","toComponent","_initProps","generateTitleAsReactComponent","attributeString","flattenedTitle","generateTitleAsString","_mappedTag","mappedTag","mappedAttribute","generateTagsAsReactComponent","attributeHtml","tagContent","isSelfClosing","generateTagsAsString","mapStateOnServer","_ref$title","noscript","script","HelmetExport","_class","HelmetWrapper","subClass","superClass","inherits","isEqual","mapNestedChildrenToProps","nestedChildren","flattenArrayTypeChildren","_babelHelpers$extends","arrayTypeChildren","newChildProps","mapObjectTypeChildren","_babelHelpers$extends2","_babelHelpers$extends3","newProps","mapArrayTypeChildrenToProps","newFlattenedProps","arrayChildName","_babelHelpers$extends4","warnOnInvalidChildren","mapChildrenToProps","_child$props","initAttributes","convertReactPropstoHtmlAttributes","_props","canUseDOM","defaultTitle","defer","titleTemplate","peek","rewind","mappedState","withSideEffect","renderStatic","AsyncMode","ConcurrentMode","ContextConsumer","ContextProvider","Lazy","Portal","Profiler","StrictMode","Suspense","isAsyncMode","isConcurrentMode","isContextConsumer","isContextProvider","isElement","isForwardRef","isFragment","isLazy","isPortal","isProfiler","isStrictMode","isSuspense","typeOf","BrowserRouter","basename","historyRef","createBrowserHistory","history","listen","React.createElement","Router","navigationType","HashRouter","createHashHistory","HistoryRouter","Link","reloadDocument","rest","useHref","internalOnClick","useLinkClickHandler","NavLink","ariaCurrentProp","caseSensitive","styleProp","useResolvedPath","locationPathname","toPathname","isActive","startsWith","ariaCurrent","replaceProp","isModifiedEvent","createPath","useSearchParams","defaultInit","defaultSearchParamsRef","createSearchParams","searchParams","getAll","nextInit","navigateOptions","init","URLSearchParams","memo","cond","NavigationContext","LocationContext","RouteContext","outlet","MemoryRouter","initialEntries","initialIndex","createMemoryHistory","Navigate","useInRouterContext","Outlet","useOutlet","Route","basenameProp","locationProp","NavigationType","static","staticProp","normalizePathname","navigationContext","parsePath","trailingPathname","stripBasename","Routes","useRoutes","createRoutesFromChildren","joinedPathname","getToPathname","endsWithSlash","endsWith","joinPaths","createHref","useNavigationType","useMatch","pattern","matchPath","routePathnamesJson","pathnameBase","activeRef","resolveTo","go","OutletContext","useOutletContext","useParams","routeMatch","routes","locationArg","parentMatches","parentParams","parentPathnameBase","locationFromContext","route","parsedLocationArg","_parsedLocationArg$pa","matchRoutes","_renderMatches","generatePath","branches","flattenRoutes","score","siblings","compareIndexes","routesMeta","childrenIndex","rankRouteBranches","matchRouteBranch","parentsMeta","parentPath","relativePath","computeScore","paramRe","isSplat","segments","initialScore","segment","branch","matchedParams","matchedPathname","remainingPathname","renderMatches","reduceRight","paramNames","regexpSource","paramName","compilePath","matcher","captureGroups","splatValue","safelyDecodeURIComponent","resolvePath","fromPathname","resolvePathname","normalizeSearch","normalizeHash","toArg","routePathnames","routePathnameIndex","toSegments","nextChar","paths","_react2","_scrollLink2","_possibleConstructorReturn","ButtonElement","_inherits","_scrollElement2","_propTypes2","ElementWrapper","parentBindings","domNode","LinkElement","Helpers","ScrollElement","ScrollLink","animateScroll","scrollSpy","scroller","_Link2","_Button2","_Element2","_scroller2","_scrollEvents2","_scrollSpy2","_animateScroll2","_Helpers2","defaultScroller","scrollHash","protoTypes","containerId","activeClass","spy","smooth","isDynamic","absolute","onSetActive","onSetInactive","ignoreCancelEvents","hashSpy","spyThrottle","customScroller","_initialiseProps","scrollSpyContainer","getScrollSpyContainer","mount","mapContainer","addStateHandler","stateHandler","addSpyHandler","spyHandler","handleClick","scrollTo","getActiveLink","isInitialized","elemTopBound","elemBottomBound","containerTop","cords","offsetY","isInside","floor","isOutside","activeLink","setActiveLink","getHash","changeHash","updateStates","_React$Component2","childBindings","registerElems","_smooth2","_cancelEvents2","getAnimationType","defaultEasing","requestAnimationFrameHelper","currentWindowProperties","currentPositionX","containerElement","supportPageOffset","pageXOffset","isCSS1Compat","compatMode","currentPositionY","pageYOffset","timestamp","delta","targetPosition","startPosition","progress","currentPosition","horizontal","easedAnimate","registered","setContainer","animateTopScroll","scrollOffset","delayTimeout","proceedOptions","scrollToTop","scrollToBottom","scrollWidth","offsetWidth","scrollContainerWidth","scrollHeight","offsetHeight","scrollContainerHeight","toPosition","scrollMore","_passiveEventListeners","events","cancelEvent","addPassiveEventListener","supportsPassiveOption","removePassiveEventListener","scrollEvent","evtName","_utils2","mountFlag","initialized","containers","handleHashChange","initStateFromHash","isInit","saveHashHistory","updateHash","_scrollHash2","_React$PureComponent","PureComponent","elemLeftBound","elemRightBound","containerLeft","offsetX","_cords","_props$saveHashHistor","_props$saveHashHistor2","_saveHashHistory","_lodash","_lodash2","spyCallbacks","spySetState","scrollSpyContainers","throttle","eventHandler","throttleAmount","eventThrottler","scrollHandler","__mapped","__activeLink","getElementsByName","getElementsByClassName","linear","easeInQuad","easeOutQuad","easeInOutQuad","easeInCubic","easeOutCubic","easeInOutCubic","easeInQuart","easeOutQuart","easeInOutQuart","easeInQuint","easeOutQuint","easeInOutQuint","getElementOffsetInfoUntil","offsetTop","currentOffsetParent","offsetParent","historyUpdate","hashVal","hashToUpdate","curLoc","urlToPush","pushState","replaceState","filterElementInContainer","scrollX","offsetLeft","scrollY","_getElementOffsetInfo","isDocument","ex","React__default","reducePropsToState","handleStateChangeOnClient","WrappedComponent","mountedInstances","emitChange","SideEffect","_PureComponent","recordedState","react_1","getScrollPosition","useScrollPosition","_a","setScrollPosition","requestRunning","handleScroll","__self","__source","jsx","jsxs","forceUpdate","_status","_result","IsSomeRendererActing","count","toArray","_currentValue2","_threadCount","createFactory","createRef","forwardRef","MessageChannel","unstable_forceFrameRate","port2","port1","onmessage","postMessage","sortIndex","startTime","expirationTime","priorityLevel","unstable_Profiling","unstable_continueExecution","unstable_getFirstCallbackNode","unstable_next","unstable_pauseExecution","unstable_wrapCallback","objectWithoutPropertiesLoose","excluded","sourceSymbolKeys","sourceKeys","runtime","regeneratorRuntime","accidentalStrictMode","_defineProperties","_createSuper","Derived","hasNativeReflectConstruct","Super","NewTarget","_getPrototypeOf","_isNativeReflectConstruct","sham","Proxy","_iterableToArray","_objectSpread2","_setPrototypeOf","arrayWithHoles","unsupportedIterableToArray","nonIterableRest","arrayLikeToArray","iterableToArray","_construct","Parent","Class","isNativeReflectConstruct","_wrapNativeSuper","_cache","Wrapper","__webpack_module_cache__","cachedModule","loaded","__webpack_modules__","getter","leafPrototypes","def","definition","chunkId","miniCssF","inProgress","dataWebpackPrefix","needAttach","scripts","src","onScriptComplete","onload","doneFns","nmd","loadStylesheet","fullhref","existingLinkTags","dataHref","existingStyleTags","findStylesheet","linkTag","errorType","realHref","createStylesheet","installedCssChunks","miniCss","installedChunks","installedChunkData","realSrc","webpackJsonpCallback","parentChunkLoadingFunction","chunkIds","moreModules","brand1","brand2","tertiary","A500","A800","backdrop","header","footer","menu","teaser","gradient","gradient01","gradient02","MuiButton","MuiAlert","customTypography","small","hero","mobile","hero1","hero2","desktop","mainmenu","level1","level2","level3","footer02","footermenu","metamenu","field","ReactLink","paddingTop","pageName","useLocals","localDE","en","localEN","mt","popupAnchor","ConsentPlaceholder","DropDown","OverviewPlan","Spacing","Singlteaser","Highlightbox","Equipment","DailyRoutine","HeadlineTextCombi","ReactSearchResult","TeaserSlider","RoomOverview","ReactRoutePlanner","Treatments","BookmarkOutput","Quote","BlogDetailInfo","BlogDetailShare","BlogOverview","NewsletterForm","Voucher","ReactSVGIcon","ReactHeadline01","ReactFile01","ReactFormWeb01","ReactGallery04","ReactGallery03","ReactList01","ReactText01","ReactImageText01","ReactReferences01","ReactReferences02","ReactSingleImage01","ReactTable01","ReactTeaser01","ReactTeaserList01","ReactVideo02","ReactLiftState01","ReactPistState01","ReactWebcams01","ReactWeather04","ReactSnowReport01","ReactCopyrights01","ReactEBookTeaser01","ReactAroundMe","ReactHTML","TourismJobOffersList","PackageInfos","parseElements","layoutVariant","bookmarkValue","setBookmarkValue","isMobile","REACT_APP_PATH","handleBookmarkValue","headlineVariant","textcontent","buttonSize","buttonVariant","elements","hasIcon","navNext","navPrev","mediaFormats","overlayMediaFormats","speed","showPagination","showNavigation","slidesPerView","spaceBetween","addition2","alt","addition","option","mediaPath","option2","reference","siteKey","spamProtection","privacyMessage","spamCheck","categories","buttonLabelFallback","buttonLabel","marks","teasergroup","hasMarks","autoplay","headline","loop","sliderBreakpoints","linkTarget","linkElement","cookieAccepted","newTableArray","treatments","column","_subItems","api","components","placeholder","client","region","season","skeletonItems","showLegend","gridBreakpoints","live","overlaySize","showLocation","days","identifierAvalanche","identifierDateLastSnowfall","identifierSnowHeightValley","identifierSnowHeightMountain","externalLink","parameter","author","subheadline","clusterMarker","filterIcons","aroundMeFilterIcons","headerHeight","intro","markersConfig","aroundMeMarkersConfig","teaserFallback","filename","lastPathName","lastIndexOf","download","fileType","browseURL","browse","downloadIcon","animationID","option3","categoryID","externalURL","isInDropdown","isDropdownStartTag","isDropdownEndTag","currentDropdown","newElements","cloneDeep","ReactPwaAlert","pwaShowInstallHint","appIcon","language","MenuContext","Booking","Request","Logo","Language","Mobile","Desktop","Hamburger","Search","fullscreen","fixedHeader","hamburger","logo","buttonsHeaderFixed","hideLogo","removeLogo","logoFullscreen","hideLogoFullscreen","menuOpen","setMenuOpen","smallScreen","screenMD","screenLG","sysLink","useSystemLinks","useScrollYPosition","mobileMenu","isOpen","desktopMenu","setOpen","file","Animation","Hero","Footer","Bookmark","VoucherButton","page","layoutTag","menuGroups","day","setDay","$target","scrollIntoView","behavior","block","hours","getHours","bookmark","ReactTracking","trackingCodes","dataLayer","metaCanonical","metaDefaultLang","metaDescription","metaIndexable","indexable","metaImage","metaKeywords","metaLat","metaLinks","metaLng","metaTitle","codes","$style","defineCustomElements","customTheme","Core","WebProfile","ConsentData","CssBaseline","App","CSSProperties","ThemeProvider","WebPageData","closest","NodeList","fetch","checkIfURLIsSupported","ialApplyPolyfills","ialDefineCustomElements"],"sourceRoot":""}