{"id":6028,"date":"2026-05-21T16:35:20","date_gmt":"2026-05-21T14:35:20","guid":{"rendered":"https:\/\/vair.world\/?page_id=6028"},"modified":"2026-06-17T09:49:38","modified_gmt":"2026-06-17T07:49:38","slug":"teststartseite","status":"publish","type":"page","link":"https:\/\/vair.world\/en\/","title":{"rendered":"Startseite"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6028\" class=\"elementor elementor-6028\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d913baf e-flex e-con-boxed e-con e-parent\" data-id=\"d913baf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-275c3d3 e-con-full e-flex e-con e-child\" data-id=\"275c3d3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-8fa815e e-con-full e-flex e-con e-child\" data-id=\"8fa815e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation_mobile&quot;:&quot;none&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a1b928 elementor-widget elementor-widget-html\" data-id=\"7a1b928\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<canvas style=\"--gradient-color-1: #b23b3c; \r\n  --gradient-color-2: #0c2c4c; \r\n  --gradient-color-3: #b49c44;  \r\n  --gradient-color-4: #0c2c4c;\" id=\"gradient-canvas\" data-transition-in><\/canvas>\r\n\r\n<script>\r\n\twindow.addEventListener('DOMContentLoaded', (e) => {\r\n\t\tvar gradient = new Gradient;\r\n\t\tgradient.initGradient(\"#gradient-canvas\");\r\n\t});\r\n<\/script>\r\n\r\n<script>\r\n    function normalizeColor(hexCode) {\r\n\treturn [\r\n\t\t((hexCode >> 16) & 255) \/ 255,\r\n\t\t((hexCode >> 8) & 255) \/ 255,\r\n\t\t(255 & hexCode) \/ 255\r\n\t];\r\n}\r\n[\"SCREEN\", \"LINEAR_LIGHT\"].reduce(\r\n\t(hexCode, t, n) => Object.assign(hexCode, { [t]: n }),\r\n\t{}\r\n);\r\nclass MiniGl {\r\n\tconstructor(canvas, width, height, debug = !1) {\r\n\t\tconst _miniGl = this,\r\n\t\t\tdebug_output =\r\n\t\t\t\t-1 !== document.location.search.toLowerCase().indexOf(\"debug=webgl\");\r\n\t\t(_miniGl.canvas = canvas),\r\n\t\t\t(_miniGl.gl = _miniGl.canvas.getContext(\"webgl\", { antialias: !0 })),\r\n\t\t\t(_miniGl.meshes = []);\r\n\t\tconst context = _miniGl.gl;\r\n\t\twidth && height && this.setSize(width, height),\r\n\t\t\t_miniGl.lastDebugMsg,\r\n\t\t\t(_miniGl.debug =\r\n\t\t\t\tdebug && debug_output\r\n\t\t\t\t\t? function (e) {\r\n\t\t\t\t\t\t\tconst t = new Date();\r\n\t\t\t\t\t\t\tt - _miniGl.lastDebugMsg > 1e3 && console.log(\"---\"),\r\n\t\t\t\t\t\t\t\tconsole.log(\r\n\t\t\t\t\t\t\t\t\tt.toLocaleTimeString() +\r\n\t\t\t\t\t\t\t\t\t\tArray(Math.max(0, 32 - e.length)).join(\" \") +\r\n\t\t\t\t\t\t\t\t\t\te +\r\n\t\t\t\t\t\t\t\t\t\t\": \",\r\n\t\t\t\t\t\t\t\t\t...Array.from(arguments).slice(1)\r\n\t\t\t\t\t\t\t\t),\r\n\t\t\t\t\t\t\t\t(_miniGl.lastDebugMsg = t);\r\n\t\t\t\t\t  }\r\n\t\t\t\t\t: () => {}),\r\n\t\t\tObject.defineProperties(_miniGl, {\r\n\t\t\t\tMaterial: {\r\n\t\t\t\t\tenumerable: !1,\r\n\t\t\t\t\tvalue: class {\r\n\t\t\t\t\t\tconstructor(vertexShaders, fragments, uniforms = {}) {\r\n\t\t\t\t\t\t\tconst material = this;\r\n\t\t\t\t\t\t\tfunction getShaderByType(type, source) {\r\n\t\t\t\t\t\t\t\tconst shader = context.createShader(type);\r\n\t\t\t\t\t\t\t\treturn (\r\n\t\t\t\t\t\t\t\t\tcontext.shaderSource(shader, source),\r\n\t\t\t\t\t\t\t\t\tcontext.compileShader(shader),\r\n\t\t\t\t\t\t\t\t\tcontext.getShaderParameter(shader, context.COMPILE_STATUS) ||\r\n\t\t\t\t\t\t\t\t\t\tconsole.error(context.getShaderInfoLog(shader)),\r\n\t\t\t\t\t\t\t\t\t_miniGl.debug(\"Material.compileShaderSource\", { source: source }),\r\n\t\t\t\t\t\t\t\t\tshader\r\n\t\t\t\t\t\t\t\t);\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\tfunction getUniformVariableDeclarations(uniforms, type) {\r\n\t\t\t\t\t\t\t\treturn Object.entries(uniforms)\r\n\t\t\t\t\t\t\t\t\t.map(([uniform, value]) => value.getDeclaration(uniform, type))\r\n\t\t\t\t\t\t\t\t\t.join(\"\\n\");\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t(this.uniforms = uniforms), (this.uniformInstances = []);\r\n\t\t\t\t\t\t\tconst prefix = \"\\n              precision highp float;\\n            \";\r\n\t\t\t\t\t\t\t(this.vertexSource = `\\n              ${prefix}\\n              attribute vec4 position;\\n              attribute vec2 uv;\\n              attribute vec2 uvNorm;\\n              ${getUniformVariableDeclarations(\r\n\t\t\t\t\t\t\t\t_miniGl.commonUniforms,\r\n\t\t\t\t\t\t\t\t\"vertex\"\r\n\t\t\t\t\t\t\t)}\\n              ${getUniformVariableDeclarations(\r\n\t\t\t\t\t\t\t\tuniforms,\r\n\t\t\t\t\t\t\t\t\"vertex\"\r\n\t\t\t\t\t\t\t)}\\n              ${vertexShaders}\\n            `),\r\n\t\t\t\t\t\t\t\t(this.Source = `\\n              ${prefix}\\n              ${getUniformVariableDeclarations(\r\n\t\t\t\t\t\t\t\t\t_miniGl.commonUniforms,\r\n\t\t\t\t\t\t\t\t\t\"fragment\"\r\n\t\t\t\t\t\t\t\t)}\\n              ${getUniformVariableDeclarations(\r\n\t\t\t\t\t\t\t\t\tuniforms,\r\n\t\t\t\t\t\t\t\t\t\"fragment\"\r\n\t\t\t\t\t\t\t\t)}\\n              ${fragments}\\n            `),\r\n\t\t\t\t\t\t\t\t(this.vertexShader = getShaderByType(\r\n\t\t\t\t\t\t\t\t\tcontext.VERTEX_SHADER,\r\n\t\t\t\t\t\t\t\t\tthis.vertexSource\r\n\t\t\t\t\t\t\t\t)),\r\n\t\t\t\t\t\t\t\t(this.fragmentShader = getShaderByType(\r\n\t\t\t\t\t\t\t\t\tcontext.FRAGMENT_SHADER,\r\n\t\t\t\t\t\t\t\t\tthis.Source\r\n\t\t\t\t\t\t\t\t)),\r\n\t\t\t\t\t\t\t\t(this.program = context.createProgram()),\r\n\t\t\t\t\t\t\t\tcontext.attachShader(this.program, this.vertexShader),\r\n\t\t\t\t\t\t\t\tcontext.attachShader(this.program, this.fragmentShader),\r\n\t\t\t\t\t\t\t\tcontext.linkProgram(this.program),\r\n\t\t\t\t\t\t\t\tcontext.getProgramParameter(this.program, context.LINK_STATUS) ||\r\n\t\t\t\t\t\t\t\t\tconsole.error(context.getProgramInfoLog(this.program)),\r\n\t\t\t\t\t\t\t\tcontext.useProgram(this.program),\r\n\t\t\t\t\t\t\t\tthis.attachUniforms(void 0, _miniGl.commonUniforms),\r\n\t\t\t\t\t\t\t\tthis.attachUniforms(void 0, this.uniforms);\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tattachUniforms(name, uniforms) {\r\n\t\t\t\t\t\t\tconst material = this;\r\n\t\t\t\t\t\t\tvoid 0 === name\r\n\t\t\t\t\t\t\t\t? Object.entries(uniforms).forEach(([name, uniform]) => {\r\n\t\t\t\t\t\t\t\t\t\tmaterial.attachUniforms(name, uniform);\r\n\t\t\t\t\t\t\t\t  })\r\n\t\t\t\t\t\t\t\t: \"array\" == uniforms.type\r\n\t\t\t\t\t\t\t\t? uniforms.value.forEach((uniform, i) =>\r\n\t\t\t\t\t\t\t\t\t\tmaterial.attachUniforms(`${name}[${i}]`, uniform)\r\n\t\t\t\t\t\t\t\t  )\r\n\t\t\t\t\t\t\t\t: \"struct\" == uniforms.type\r\n\t\t\t\t\t\t\t\t? Object.entries(uniforms.value).forEach(([uniform, i]) =>\r\n\t\t\t\t\t\t\t\t\t\tmaterial.attachUniforms(`${name}.${uniform}`, i)\r\n\t\t\t\t\t\t\t\t  )\r\n\t\t\t\t\t\t\t\t: (_miniGl.debug(\"Material.attachUniforms\", {\r\n\t\t\t\t\t\t\t\t\t\tname: name,\r\n\t\t\t\t\t\t\t\t\t\tuniform: uniforms\r\n\t\t\t\t\t\t\t\t  }),\r\n\t\t\t\t\t\t\t\t  material.uniformInstances.push({\r\n\t\t\t\t\t\t\t\t\t\tuniform: uniforms,\r\n\t\t\t\t\t\t\t\t\t\tlocation: context.getUniformLocation(material.program, name)\r\n\t\t\t\t\t\t\t\t  }));\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\tUniform: {\r\n\t\t\t\t\tenumerable: !1,\r\n\t\t\t\t\tvalue: class {\r\n\t\t\t\t\t\tconstructor(e) {\r\n\t\t\t\t\t\t\t(this.type = \"float\"),\r\n\t\t\t\t\t\t\t\tObject.assign(this, e),\r\n\t\t\t\t\t\t\t\t(this.typeFn =\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\tfloat: \"1f\",\r\n\t\t\t\t\t\t\t\t\t\tint: \"1i\",\r\n\t\t\t\t\t\t\t\t\t\tvec2: \"2fv\",\r\n\t\t\t\t\t\t\t\t\t\tvec3: \"3fv\",\r\n\t\t\t\t\t\t\t\t\t\tvec4: \"4fv\",\r\n\t\t\t\t\t\t\t\t\t\tmat4: \"Matrix4fv\"\r\n\t\t\t\t\t\t\t\t\t}[this.type] || \"1f\"),\r\n\t\t\t\t\t\t\t\tthis.update();\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tupdate(value) {\r\n\t\t\t\t\t\t\tvoid 0 !== this.value &&\r\n\t\t\t\t\t\t\t\tcontext[`uniform${this.typeFn}`](\r\n\t\t\t\t\t\t\t\t\tvalue,\r\n\t\t\t\t\t\t\t\t\t0 === this.typeFn.indexOf(\"Matrix\") ? this.transpose : this.value,\r\n\t\t\t\t\t\t\t\t\t0 === this.typeFn.indexOf(\"Matrix\") ? this.value : null\r\n\t\t\t\t\t\t\t\t);\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tgetDeclaration(name, type, length) {\r\n\t\t\t\t\t\t\tconst uniform = this;\r\n\t\t\t\t\t\t\tif (uniform.excludeFrom !== type) {\r\n\t\t\t\t\t\t\t\tif (\"array\" === uniform.type)\r\n\t\t\t\t\t\t\t\t\treturn (\r\n\t\t\t\t\t\t\t\t\t\tuniform.value[0].getDeclaration(name, type, uniform.value.length) +\r\n\t\t\t\t\t\t\t\t\t\t`\\nconst int ${name}_length = ${uniform.value.length};`\r\n\t\t\t\t\t\t\t\t\t);\r\n\t\t\t\t\t\t\t\tif (\"struct\" === uniform.type) {\r\n\t\t\t\t\t\t\t\t\tlet name_no_prefix = name.replace(\"u_\", \"\");\r\n\t\t\t\t\t\t\t\t\treturn (\r\n\t\t\t\t\t\t\t\t\t\t(name_no_prefix =\r\n\t\t\t\t\t\t\t\t\t\t\tname_no_prefix.charAt(0).toUpperCase() + name_no_prefix.slice(1)),\r\n\t\t\t\t\t\t\t\t\t\t`uniform struct ${name_no_prefix} \\n                                {\\n` +\r\n\t\t\t\t\t\t\t\t\t\t\tObject.entries(uniform.value)\r\n\t\t\t\t\t\t\t\t\t\t\t\t.map(([name, uniform]) =>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tuniform.getDeclaration(name, type).replace(\/^uniform\/, \"\")\r\n\t\t\t\t\t\t\t\t\t\t\t\t)\r\n\t\t\t\t\t\t\t\t\t\t\t\t.join(\"\") +\r\n\t\t\t\t\t\t\t\t\t\t\t`\\n} ${name}${length > 0 ? `[${length}]` : \"\"};`\r\n\t\t\t\t\t\t\t\t\t);\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\treturn `uniform ${uniform.type} ${name}${\r\n\t\t\t\t\t\t\t\t\tlength > 0 ? `[${length}]` : \"\"\r\n\t\t\t\t\t\t\t\t};`;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\tPlaneGeometry: {\r\n\t\t\t\t\tenumerable: !1,\r\n\t\t\t\t\tvalue: class {\r\n\t\t\t\t\t\tconstructor(width, height, n, i, orientation) {\r\n\t\t\t\t\t\t\tcontext.createBuffer(),\r\n\t\t\t\t\t\t\t\t(this.attributes = {\r\n\t\t\t\t\t\t\t\t\tposition: new _miniGl.Attribute({\r\n\t\t\t\t\t\t\t\t\t\ttarget: context.ARRAY_BUFFER,\r\n\t\t\t\t\t\t\t\t\t\tsize: 3\r\n\t\t\t\t\t\t\t\t\t}),\r\n\t\t\t\t\t\t\t\t\tuv: new _miniGl.Attribute({ target: context.ARRAY_BUFFER, size: 2 }),\r\n\t\t\t\t\t\t\t\t\tuvNorm: new _miniGl.Attribute({\r\n\t\t\t\t\t\t\t\t\t\ttarget: context.ARRAY_BUFFER,\r\n\t\t\t\t\t\t\t\t\t\tsize: 2\r\n\t\t\t\t\t\t\t\t\t}),\r\n\t\t\t\t\t\t\t\t\tindex: new _miniGl.Attribute({\r\n\t\t\t\t\t\t\t\t\t\ttarget: context.ELEMENT_ARRAY_BUFFER,\r\n\t\t\t\t\t\t\t\t\t\tsize: 3,\r\n\t\t\t\t\t\t\t\t\t\ttype: context.UNSIGNED_SHORT\r\n\t\t\t\t\t\t\t\t\t})\r\n\t\t\t\t\t\t\t\t}),\r\n\t\t\t\t\t\t\t\tthis.setTopology(n, i),\r\n\t\t\t\t\t\t\t\tthis.setSize(width, height, orientation);\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tsetTopology(e = 1, t = 1) {\r\n\t\t\t\t\t\t\tconst n = this;\r\n\t\t\t\t\t\t\t(n.xSegCount = e),\r\n\t\t\t\t\t\t\t\t(n.ySegCount = t),\r\n\t\t\t\t\t\t\t\t(n.vertexCount = (n.xSegCount + 1) * (n.ySegCount + 1)),\r\n\t\t\t\t\t\t\t\t(n.quadCount = n.xSegCount * n.ySegCount * 2),\r\n\t\t\t\t\t\t\t\t(n.attributes.uv.values = new Float32Array(2 * n.vertexCount)),\r\n\t\t\t\t\t\t\t\t(n.attributes.uvNorm.values = new Float32Array(2 * n.vertexCount)),\r\n\t\t\t\t\t\t\t\t(n.attributes.index.values = new Uint16Array(3 * n.quadCount));\r\n\t\t\t\t\t\t\tfor (let e = 0; e <= n.ySegCount; e++)\r\n\t\t\t\t\t\t\t\tfor (let t = 0; t <= n.xSegCount; t++) {\r\n\t\t\t\t\t\t\t\t\tconst i = e * (n.xSegCount + 1) + t;\r\n\t\t\t\t\t\t\t\t\tif (\r\n\t\t\t\t\t\t\t\t\t\t((n.attributes.uv.values[2 * i] = t \/ n.xSegCount),\r\n\t\t\t\t\t\t\t\t\t\t(n.attributes.uv.values[2 * i + 1] = 1 - e \/ n.ySegCount),\r\n\t\t\t\t\t\t\t\t\t\t(n.attributes.uvNorm.values[2 * i] = (t \/ n.xSegCount) * 2 - 1),\r\n\t\t\t\t\t\t\t\t\t\t(n.attributes.uvNorm.values[2 * i + 1] = 1 - (e \/ n.ySegCount) * 2),\r\n\t\t\t\t\t\t\t\t\t\tt < n.xSegCount && e < n.ySegCount)\r\n\t\t\t\t\t\t\t\t\t) {\r\n\t\t\t\t\t\t\t\t\t\tconst s = e * n.xSegCount + t;\r\n\t\t\t\t\t\t\t\t\t\t(n.attributes.index.values[6 * s] = i),\r\n\t\t\t\t\t\t\t\t\t\t\t(n.attributes.index.values[6 * s + 1] = i + 1 + n.xSegCount),\r\n\t\t\t\t\t\t\t\t\t\t\t(n.attributes.index.values[6 * s + 2] = i + 1),\r\n\t\t\t\t\t\t\t\t\t\t\t(n.attributes.index.values[6 * s + 3] = i + 1),\r\n\t\t\t\t\t\t\t\t\t\t\t(n.attributes.index.values[6 * s + 4] = i + 1 + n.xSegCount),\r\n\t\t\t\t\t\t\t\t\t\t\t(n.attributes.index.values[6 * s + 5] = i + 2 + n.xSegCount);\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\tn.attributes.uv.update(),\r\n\t\t\t\t\t\t\t\tn.attributes.uvNorm.update(),\r\n\t\t\t\t\t\t\t\tn.attributes.index.update(),\r\n\t\t\t\t\t\t\t\t_miniGl.debug(\"Geometry.setTopology\", {\r\n\t\t\t\t\t\t\t\t\tuv: n.attributes.uv,\r\n\t\t\t\t\t\t\t\t\tuvNorm: n.attributes.uvNorm,\r\n\t\t\t\t\t\t\t\t\tindex: n.attributes.index\r\n\t\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tsetSize(width = 1, height = 1, orientation = \"xz\") {\r\n\t\t\t\t\t\t\tconst geometry = this;\r\n\t\t\t\t\t\t\t(geometry.width = width),\r\n\t\t\t\t\t\t\t\t(geometry.height = height),\r\n\t\t\t\t\t\t\t\t(geometry.orientation = orientation),\r\n\t\t\t\t\t\t\t\t(geometry.attributes.position.values &&\r\n\t\t\t\t\t\t\t\t\tgeometry.attributes.position.values.length ===\r\n\t\t\t\t\t\t\t\t\t\t3 * geometry.vertexCount) ||\r\n\t\t\t\t\t\t\t\t\t(geometry.attributes.position.values = new Float32Array(\r\n\t\t\t\t\t\t\t\t\t\t3 * geometry.vertexCount\r\n\t\t\t\t\t\t\t\t\t));\r\n\t\t\t\t\t\t\tconst o = width \/ -2,\r\n\t\t\t\t\t\t\t\tr = height \/ -2,\r\n\t\t\t\t\t\t\t\tsegment_width = width \/ geometry.xSegCount,\r\n\t\t\t\t\t\t\t\tsegment_height = height \/ geometry.ySegCount;\r\n\t\t\t\t\t\t\tfor (let yIndex = 0; yIndex <= geometry.ySegCount; yIndex++) {\r\n\t\t\t\t\t\t\t\tconst t = r + yIndex * segment_height;\r\n\t\t\t\t\t\t\t\tfor (let xIndex = 0; xIndex <= geometry.xSegCount; xIndex++) {\r\n\t\t\t\t\t\t\t\t\tconst r = o + xIndex * segment_width,\r\n\t\t\t\t\t\t\t\t\t\tl = yIndex * (geometry.xSegCount + 1) + xIndex;\r\n\t\t\t\t\t\t\t\t\t(geometry.attributes.position.values[\r\n\t\t\t\t\t\t\t\t\t\t3 * l + \"xyz\".indexOf(orientation[0])\r\n\t\t\t\t\t\t\t\t\t] = r),\r\n\t\t\t\t\t\t\t\t\t\t(geometry.attributes.position.values[\r\n\t\t\t\t\t\t\t\t\t\t\t3 * l + \"xyz\".indexOf(orientation[1])\r\n\t\t\t\t\t\t\t\t\t\t] = -t);\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\tgeometry.attributes.position.update(),\r\n\t\t\t\t\t\t\t\t_miniGl.debug(\"Geometry.setSize\", {\r\n\t\t\t\t\t\t\t\t\tposition: geometry.attributes.position\r\n\t\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\tMesh: {\r\n\t\t\t\t\tenumerable: !1,\r\n\t\t\t\t\tvalue: class {\r\n\t\t\t\t\t\tconstructor(geometry, material) {\r\n\t\t\t\t\t\t\tconst mesh = this;\r\n\t\t\t\t\t\t\t(mesh.geometry = geometry),\r\n\t\t\t\t\t\t\t\t(mesh.material = material),\r\n\t\t\t\t\t\t\t\t(mesh.wireframe = !1),\r\n\t\t\t\t\t\t\t\t(mesh.attributeInstances = []),\r\n\t\t\t\t\t\t\t\tObject.entries(mesh.geometry.attributes).forEach(([e, attribute]) => {\r\n\t\t\t\t\t\t\t\t\tmesh.attributeInstances.push({\r\n\t\t\t\t\t\t\t\t\t\tattribute: attribute,\r\n\t\t\t\t\t\t\t\t\t\tlocation: attribute.attach(e, mesh.material.program)\r\n\t\t\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t\t\t}),\r\n\t\t\t\t\t\t\t\t_miniGl.meshes.push(mesh),\r\n\t\t\t\t\t\t\t\t_miniGl.debug(\"Mesh.constructor\", { mesh: mesh });\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tdraw() {\r\n\t\t\t\t\t\t\tcontext.useProgram(this.material.program),\r\n\t\t\t\t\t\t\t\tthis.material.uniformInstances.forEach(({ uniform: e, location: t }) =>\r\n\t\t\t\t\t\t\t\t\te.update(t)\r\n\t\t\t\t\t\t\t\t),\r\n\t\t\t\t\t\t\t\tthis.attributeInstances.forEach(({ attribute: e, location: t }) =>\r\n\t\t\t\t\t\t\t\t\te.use(t)\r\n\t\t\t\t\t\t\t\t),\r\n\t\t\t\t\t\t\t\tcontext.drawElements(\r\n\t\t\t\t\t\t\t\t\tthis.wireframe ? context.LINES : context.TRIANGLES,\r\n\t\t\t\t\t\t\t\t\tthis.geometry.attributes.index.values.length,\r\n\t\t\t\t\t\t\t\t\tcontext.UNSIGNED_SHORT,\r\n\t\t\t\t\t\t\t\t\t0\r\n\t\t\t\t\t\t\t\t);\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tremove() {\r\n\t\t\t\t\t\t\t_miniGl.meshes = _miniGl.meshes.filter((e) => e != this);\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\tAttribute: {\r\n\t\t\t\t\tenumerable: !1,\r\n\t\t\t\t\tvalue: class {\r\n\t\t\t\t\t\tconstructor(e) {\r\n\t\t\t\t\t\t\t(this.type = context.FLOAT),\r\n\t\t\t\t\t\t\t\t(this.normalized = !1),\r\n\t\t\t\t\t\t\t\t(this.buffer = context.createBuffer()),\r\n\t\t\t\t\t\t\t\tObject.assign(this, e),\r\n\t\t\t\t\t\t\t\tthis.update();\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tupdate() {\r\n\t\t\t\t\t\t\tvoid 0 !== this.values &&\r\n\t\t\t\t\t\t\t\t(context.bindBuffer(this.target, this.buffer),\r\n\t\t\t\t\t\t\t\tcontext.bufferData(this.target, this.values, context.STATIC_DRAW));\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tattach(e, t) {\r\n\t\t\t\t\t\t\tconst n = context.getAttribLocation(t, e);\r\n\t\t\t\t\t\t\treturn (\r\n\t\t\t\t\t\t\t\tthis.target === context.ARRAY_BUFFER &&\r\n\t\t\t\t\t\t\t\t\t(context.enableVertexAttribArray(n),\r\n\t\t\t\t\t\t\t\t\tcontext.vertexAttribPointer(\r\n\t\t\t\t\t\t\t\t\t\tn,\r\n\t\t\t\t\t\t\t\t\t\tthis.size,\r\n\t\t\t\t\t\t\t\t\t\tthis.type,\r\n\t\t\t\t\t\t\t\t\t\tthis.normalized,\r\n\t\t\t\t\t\t\t\t\t\t0,\r\n\t\t\t\t\t\t\t\t\t\t0\r\n\t\t\t\t\t\t\t\t\t)),\r\n\t\t\t\t\t\t\t\tn\r\n\t\t\t\t\t\t\t);\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tuse(e) {\r\n\t\t\t\t\t\t\tcontext.bindBuffer(this.target, this.buffer),\r\n\t\t\t\t\t\t\t\tthis.target === context.ARRAY_BUFFER &&\r\n\t\t\t\t\t\t\t\t\t(context.enableVertexAttribArray(e),\r\n\t\t\t\t\t\t\t\t\tcontext.vertexAttribPointer(\r\n\t\t\t\t\t\t\t\t\t\te,\r\n\t\t\t\t\t\t\t\t\t\tthis.size,\r\n\t\t\t\t\t\t\t\t\t\tthis.type,\r\n\t\t\t\t\t\t\t\t\t\tthis.normalized,\r\n\t\t\t\t\t\t\t\t\t\t0,\r\n\t\t\t\t\t\t\t\t\t\t0\r\n\t\t\t\t\t\t\t\t\t));\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\tconst a = [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1];\r\n\t\t_miniGl.commonUniforms = {\r\n\t\t\tprojectionMatrix: new _miniGl.Uniform({ type: \"mat4\", value: a }),\r\n\t\t\tmodelViewMatrix: new _miniGl.Uniform({ type: \"mat4\", value: a }),\r\n\t\t\tresolution: new _miniGl.Uniform({ type: \"vec2\", value: [1, 1] }),\r\n\t\t\taspectRatio: new _miniGl.Uniform({ type: \"float\", value: 1 })\r\n\t\t};\r\n\t}\r\n\tsetSize(e = 640, t = 480) {\r\n\t\t(this.width = e),\r\n\t\t\t(this.height = t),\r\n\t\t\t(this.canvas.width = e),\r\n\t\t\t(this.canvas.height = t),\r\n\t\t\tthis.gl.viewport(0, 0, e, t),\r\n\t\t\t(this.commonUniforms.resolution.value = [e, t]),\r\n\t\t\t(this.commonUniforms.aspectRatio.value = e \/ t),\r\n\t\t\tthis.debug(\"MiniGL.setSize\", { width: e, height: t });\r\n\t}\r\n\tsetOrthographicCamera(e = 0, t = 0, n = 0, i = -2e3, s = 2e3) {\r\n\t\t(this.commonUniforms.projectionMatrix.value = [\r\n\t\t\t2 \/ this.width,\r\n\t\t\t0,\r\n\t\t\t0,\r\n\t\t\t0,\r\n\t\t\t0,\r\n\t\t\t2 \/ this.height,\r\n\t\t\t0,\r\n\t\t\t0,\r\n\t\t\t0,\r\n\t\t\t0,\r\n\t\t\t2 \/ (i - s),\r\n\t\t\t0,\r\n\t\t\te,\r\n\t\t\tt,\r\n\t\t\tn,\r\n\t\t\t1\r\n\t\t]),\r\n\t\t\tthis.debug(\r\n\t\t\t\t\"setOrthographicCamera\",\r\n\t\t\t\tthis.commonUniforms.projectionMatrix.value\r\n\t\t\t);\r\n\t}\r\n\trender() {\r\n\t\tthis.gl.clearColor(0, 0, 0, 0),\r\n\t\t\tthis.gl.clearDepth(1),\r\n\t\t\tthis.meshes.forEach((e) => e.draw());\r\n\t}\r\n}\r\nfunction e(object, propertyName, val) {\r\n\treturn (\r\n\t\tpropertyName in object\r\n\t\t\t? Object.defineProperty(object, propertyName, {\r\n\t\t\t\t\tvalue: val,\r\n\t\t\t\t\tenumerable: !0,\r\n\t\t\t\t\tconfigurable: !0,\r\n\t\t\t\t\twritable: !0\r\n\t\t\t  })\r\n\t\t\t: (object[propertyName] = val),\r\n\t\tobject\r\n\t);\r\n}\r\nclass Gradient {\r\n\tconstructor(...t) {\r\n\t\te(this, \"el\", void 0),\r\n\t\t\te(this, \"cssVarRetries\", 0),\r\n\t\t\te(this, \"maxCssVarRetries\", 200),\r\n\t\t\te(this, \"angle\", 0),\r\n\t\t\te(this, \"isLoadedClass\", !1),\r\n\t\t\te(this, \"isScrolling\", !1),\r\n\t\t\te(this, \"scrollingTimeout\", void 0),\r\n\t\t\te(this, \"scrollingRefreshDelay\", 200),\r\n\t\t\te(this, \"isIntersecting\", !1),\r\n\t\t\te(this, \"shaderFiles\", void 0),\r\n\t\t\te(this, \"vertexShader\", void 0),\r\n\t\t\te(this, \"sectionColors\", void 0),\r\n\t\t\te(this, \"computedCanvasStyle\", void 0),\r\n\t\t\te(this, \"conf\", void 0),\r\n\t\t\te(this, \"uniforms\", void 0),\r\n\t\t\te(this, \"t\", 1253106),\r\n\t\t\te(this, \"last\", 0),\r\n\t\t\te(this, \"width\", void 0),\r\n\t\t\te(this, \"minWidth\", 1111),\r\n\t\t\te(this, \"height\", 600),\r\n\t\t\te(this, \"xSegCount\", void 0),\r\n\t\t\te(this, \"ySegCount\", void 0),\r\n\t\t\te(this, \"mesh\", void 0),\r\n\t\t\te(this, \"material\", void 0),\r\n\t\t\te(this, \"geometry\", void 0),\r\n\t\t\te(this, \"minigl\", void 0),\r\n\t\t\te(this, \"scrollObserver\", void 0),\r\n\t\t\te(this, \"amp\", 320),\r\n\t\t\te(this, \"seed\", 5),\r\n\t\t\te(this, \"freqX\", 14e-5),\r\n\t\t\te(this, \"freqY\", 29e-5),\r\n\t\t\te(this, \"freqDelta\", 1e-5),\r\n\t\t\te(this, \"activeColors\", [1, 1, 1, 1]),\r\n\t\t\te(this, \"isMetaKey\", !1),\r\n\t\t\te(this, \"isGradientLegendVisible\", !1),\r\n\t\t\te(this, \"isMouseDown\", !1),\r\n\t\t\te(this, \"handleScroll\", () => {\r\n\t\t\t\tclearTimeout(this.scrollingTimeout),\r\n\t\t\t\t\t(this.scrollingTimeout = setTimeout(\r\n\t\t\t\t\t\tthis.handleScrollEnd,\r\n\t\t\t\t\t\tthis.scrollingRefreshDelay\r\n\t\t\t\t\t)),\r\n\t\t\t\t\tthis.isGradientLegendVisible && this.hideGradientLegend(),\r\n\t\t\t\t\tthis.conf.playing && ((this.isScrolling = !0), this.pause());\r\n\t\t\t}),\r\n\t\t\te(this, \"handleScrollEnd\", () => {\r\n\t\t\t\t(this.isScrolling = !1), this.isIntersecting && this.play();\r\n\t\t\t}),\r\n\t\t\te(this, \"resize\", () => {\r\n\t\t\t\t(this.width = window.innerWidth),\r\n\t\t\t\t\tthis.minigl.setSize(this.width, this.height),\r\n\t\t\t\t\tthis.minigl.setOrthographicCamera(),\r\n\t\t\t\t\t(this.xSegCount = Math.ceil(this.width * this.conf.density[0])),\r\n\t\t\t\t\t(this.ySegCount = Math.ceil(this.height * this.conf.density[1])),\r\n\t\t\t\t\tthis.mesh.geometry.setTopology(this.xSegCount, this.ySegCount),\r\n\t\t\t\t\tthis.mesh.geometry.setSize(this.width, this.height),\r\n\t\t\t\t\t(this.mesh.material.uniforms.u_shadow_power.value =\r\n\t\t\t\t\t\tthis.width < 600 ? 5 : 6);\r\n\t\t\t}),\r\n\t\t\te(this, \"handleMouseDown\", (e) => {\r\n\t\t\t\tthis.isGradientLegendVisible &&\r\n\t\t\t\t\t((this.isMetaKey = e.metaKey),\r\n\t\t\t\t\t(this.isMouseDown = !0),\r\n\t\t\t\t\t!1 === this.conf.playing && requestAnimationFrame(this.animate));\r\n\t\t\t}),\r\n\t\t\te(this, \"handleMouseUp\", () => {\r\n\t\t\t\tthis.isMouseDown = !1;\r\n\t\t\t}),\r\n\t\t\te(this, \"animate\", (e) => {\r\n\t\t\t\tif (!this.shouldSkipFrame(e) || this.isMouseDown) {\r\n\t\t\t\t\tif (\r\n\t\t\t\t\t\t((this.t += Math.min(e - this.last, 1e3 \/ 15)),\r\n\t\t\t\t\t\t(this.last = e),\r\n\t\t\t\t\t\tthis.isMouseDown)\r\n\t\t\t\t\t) {\r\n\t\t\t\t\t\tlet e = 160;\r\n\t\t\t\t\t\tthis.isMetaKey && (e = -160), (this.t += e);\r\n\t\t\t\t\t}\r\n\t\t\t\t\t(this.mesh.material.uniforms.u_time.value = this.t), this.minigl.render();\r\n\t\t\t\t}\r\n\t\t\t\tif (0 !== this.last && this.isStatic)\r\n\t\t\t\t\treturn this.minigl.render(), void this.disconnect();\r\n\t\t\t\t(this.conf.playing || this.isMouseDown) &&\r\n\t\t\t\t\trequestAnimationFrame(this.animate);\r\n\t\t\t}),\r\n\t\t\te(this, \"addIsLoadedClass\", () => {\r\n\t\t\t\t!this.isLoadedClass &&\r\n\t\t\t\t\t((this.isLoadedClass = !0),\r\n\t\t\t\t\tthis.el.classList.add(\"isLoaded\"),\r\n\t\t\t\t\tsetTimeout(() => {\r\n\t\t\t\t\t\tthis.el.parentElement.classList.add(\"isLoaded\");\r\n\t\t\t\t\t}, 3e3));\r\n\t\t\t}),\r\n\t\t\te(this, \"pause\", () => {\r\n\t\t\t\tthis.conf.playing = !1;\r\n\t\t\t}),\r\n\t\t\te(this, \"play\", () => {\r\n\t\t\t\trequestAnimationFrame(this.animate), (this.conf.playing = !0);\r\n\t\t\t}),\r\n\t\t\te(\r\n\t\t\t\tthis,\r\n\t\t\t\t\"initGradient\",\r\n\t\t\t\t(selector) => (\r\n\t\t\t\t\t(this.el = document.querySelector(selector)), this.connect(), this\r\n\t\t\t\t)\r\n\t\t\t);\r\n\t}\r\n\tasync connect() {\r\n\t\t(this.shaderFiles = {\r\n\t\t\tvertex:\r\n\t\t\t\t\"varying vec3 v_color;\\n\\nvoid main() {\\n  float time = u_time * u_global.noiseSpeed;\\n\\n  vec2 noiseCoord = resolution * uvNorm * u_global.noiseFreq;\\n\\n  vec2 st = 1. - uvNorm.xy;\\n\\n  \/\/\\n  \/\/ Tilting the plane\\n  \/\/\\n\\n  \/\/ Front-to-back tilt\\n  float tilt = resolution.y \/ 2.0 * uvNorm.y;\\n\\n  \/\/ Left-to-right angle\\n  float incline = resolution.x * uvNorm.x \/ 2.0 * u_vertDeform.incline;\\n\\n  \/\/ Up-down shift to offset incline\\n  float offset = resolution.x \/ 2.0 * u_vertDeform.incline * mix(u_vertDeform.offsetBottom, u_vertDeform.offsetTop, uv.y);\\n\\n  \/\/\\n  \/\/ Vertex noise\\n  \/\/\\n\\n  float noise = snoise(vec3(\\n    noiseCoord.x * u_vertDeform.noiseFreq.x + time * u_vertDeform.noiseFlow,\\n    noiseCoord.y * u_vertDeform.noiseFreq.y,\\n    time * u_vertDeform.noiseSpeed + u_vertDeform.noiseSeed\\n  )) * u_vertDeform.noiseAmp;\\n\\n  \/\/ Fade noise to zero at edges\\n  noise *= 1.0 - pow(abs(uvNorm.y), 2.0);\\n\\n  \/\/ Clamp to 0\\n  noise = max(0.0, noise);\\n\\n  vec3 pos = vec3(\\n    position.x,\\n    position.y + tilt + incline + noise - offset,\\n    position.z\\n  );\\n\\n  \/\/\\n  \/\/ Vertex color, to be passed to fragment shader\\n  \/\/\\n\\n  if (u_active_colors[0] == 1.) {\\n    v_color = u_baseColor;\\n  }\\n\\n  for (int i = 0; i < u_waveLayers_length; i++) {\\n    if (u_active_colors[i + 1] == 1.) {\\n      WaveLayers layer = u_waveLayers[i];\\n\\n      float noise = smoothstep(\\n        layer.noiseFloor,\\n        layer.noiseCeil,\\n        snoise(vec3(\\n          noiseCoord.x * layer.noiseFreq.x + time * layer.noiseFlow,\\n          noiseCoord.y * layer.noiseFreq.y,\\n          time * layer.noiseSpeed + layer.noiseSeed\\n        )) \/ 2.0 + 0.5\\n      );\\n\\n      v_color = blendNormal(v_color, layer.color, pow(noise, 4.));\\n    }\\n  }\\n\\n  \/\/\\n  \/\/ Finish\\n  \/\/\\n\\n  gl_Position = projectionMatrix * modelViewMatrix * vec4(pos, 1.0);\\n}\",\r\n\t\t\tnoise:\r\n\t\t\t\t\"\/\/\\n\/\/ Description : Array and textureless GLSL 2D\/3D\/4D simplex\\n\/\/               noise functions.\\n\/\/      Author : Ian McEwan, Ashima Arts.\\n\/\/  Maintainer : stegu\\n\/\/     Lastmod : 20110822 (ijm)\\n\/\/     License : Copyright (C) 2011 Ashima Arts. All rights reserved.\\n\/\/               Distributed under the MIT License. See LICENSE file.\\n\/\/               https:\/\/github.com\/ashima\/webgl-noise\\n\/\/               https:\/\/github.com\/stegu\/webgl-noise\\n\/\/\\n\\nvec3 mod289(vec3 x) {\\n  return x - floor(x * (1.0 \/ 289.0)) * 289.0;\\n}\\n\\nvec4 mod289(vec4 x) {\\n  return x - floor(x * (1.0 \/ 289.0)) * 289.0;\\n}\\n\\nvec4 permute(vec4 x) {\\n    return mod289(((x*34.0)+1.0)*x);\\n}\\n\\nvec4 taylorInvSqrt(vec4 r)\\n{\\n  return 1.79284291400159 - 0.85373472095314 * r;\\n}\\n\\nfloat snoise(vec3 v)\\n{\\n  const vec2  C = vec2(1.0\/6.0, 1.0\/3.0) ;\\n  const vec4  D = vec4(0.0, 0.5, 1.0, 2.0);\\n\\n\/\/ First corner\\n  vec3 i  = floor(v + dot(v, C.yyy) );\\n  vec3 x0 =   v - i + dot(i, C.xxx) ;\\n\\n\/\/ Other corners\\n  vec3 g = step(x0.yzx, x0.xyz);\\n  vec3 l = 1.0 - g;\\n  vec3 i1 = min( g.xyz, l.zxy );\\n  vec3 i2 = max( g.xyz, l.zxy );\\n\\n  \/\/   x0 = x0 - 0.0 + 0.0 * C.xxx;\\n  \/\/   x1 = x0 - i1  + 1.0 * C.xxx;\\n  \/\/   x2 = x0 - i2  + 2.0 * C.xxx;\\n  \/\/   x3 = x0 - 1.0 + 3.0 * C.xxx;\\n  vec3 x1 = x0 - i1 + C.xxx;\\n  vec3 x2 = x0 - i2 + C.yyy; \/\/ 2.0*C.x = 1\/3 = C.y\\n  vec3 x3 = x0 - D.yyy;      \/\/ -1.0+3.0*C.x = -0.5 = -D.y\\n\\n\/\/ Permutations\\n  i = mod289(i);\\n  vec4 p = permute( permute( permute(\\n            i.z + vec4(0.0, i1.z, i2.z, 1.0 ))\\n          + i.y + vec4(0.0, i1.y, i2.y, 1.0 ))\\n          + i.x + vec4(0.0, i1.x, i2.x, 1.0 ));\\n\\n\/\/ Gradients: 7x7 points over a square, mapped onto an octahedron.\\n\/\/ The ring size 17*17 = 289 is close to a multiple of 49 (49*6 = 294)\\n  float n_ = 0.142857142857; \/\/ 1.0\/7.0\\n  vec3  ns = n_ * D.wyz - D.xzx;\\n\\n  vec4 j = p - 49.0 * floor(p * ns.z * ns.z);  \/\/  mod(p,7*7)\\n\\n  vec4 x_ = floor(j * ns.z);\\n  vec4 y_ = floor(j - 7.0 * x_ );    \/\/ mod(j,N)\\n\\n  vec4 x = x_ *ns.x + ns.yyyy;\\n  vec4 y = y_ *ns.x + ns.yyyy;\\n  vec4 h = 1.0 - abs(x) - abs(y);\\n\\n  vec4 b0 = vec4( x.xy, y.xy );\\n  vec4 b1 = vec4( x.zw, y.zw );\\n\\n  \/\/vec4 s0 = vec4(lessThan(b0,0.0))*2.0 - 1.0;\\n  \/\/vec4 s1 = vec4(lessThan(b1,0.0))*2.0 - 1.0;\\n  vec4 s0 = floor(b0)*2.0 + 1.0;\\n  vec4 s1 = floor(b1)*2.0 + 1.0;\\n  vec4 sh = -step(h, vec4(0.0));\\n\\n  vec4 a0 = b0.xzyw + s0.xzyw*sh.xxyy ;\\n  vec4 a1 = b1.xzyw + s1.xzyw*sh.zzww ;\\n\\n  vec3 p0 = vec3(a0.xy,h.x);\\n  vec3 p1 = vec3(a0.zw,h.y);\\n  vec3 p2 = vec3(a1.xy,h.z);\\n  vec3 p3 = vec3(a1.zw,h.w);\\n\\n\/\/Normalise gradients\\n  vec4 norm = taylorInvSqrt(vec4(dot(p0,p0), dot(p1,p1), dot(p2, p2), dot(p3,p3)));\\n  p0 *= norm.x;\\n  p1 *= norm.y;\\n  p2 *= norm.z;\\n  p3 *= norm.w;\\n\\n\/\/ Mix final noise value\\n  vec4 m = max(0.6 - vec4(dot(x0,x0), dot(x1,x1), dot(x2,x2), dot(x3,x3)), 0.0);\\n  m = m * m;\\n  return 42.0 * dot( m*m, vec4( dot(p0,x0), dot(p1,x1),\\n                                dot(p2,x2), dot(p3,x3) ) );\\n}\",\r\n\t\t\tblend:\r\n\t\t\t\t\"\/\/\\n\/\/ https:\/\/github.com\/jamieowen\/glsl-blend\\n\/\/\\n\\n\/\/ Normal\\n\\nvec3 blendNormal(vec3 base, vec3 blend) {\\n\\treturn blend;\\n}\\n\\nvec3 blendNormal(vec3 base, vec3 blend, float opacity) {\\n\\treturn (blendNormal(base, blend) * opacity + base * (1.0 - opacity));\\n}\\n\\n\/\/ Screen\\n\\nfloat blendScreen(float base, float blend) {\\n\\treturn 1.0-((1.0-base)*(1.0-blend));\\n}\\n\\nvec3 blendScreen(vec3 base, vec3 blend) {\\n\\treturn vec3(blendScreen(base.r,blend.r),blendScreen(base.g,blend.g),blendScreen(base.b,blend.b));\\n}\\n\\nvec3 blendScreen(vec3 base, vec3 blend, float opacity) {\\n\\treturn (blendScreen(base, blend) * opacity + base * (1.0 - opacity));\\n}\\n\\n\/\/ Multiply\\n\\nvec3 blendMultiply(vec3 base, vec3 blend) {\\n\\treturn base*blend;\\n}\\n\\nvec3 blendMultiply(vec3 base, vec3 blend, float opacity) {\\n\\treturn (blendMultiply(base, blend) * opacity + base * (1.0 - opacity));\\n}\\n\\n\/\/ Overlay\\n\\nfloat blendOverlay(float base, float blend) {\\n\\treturn base<0.5?(2.0*base*blend):(1.0-2.0*(1.0-base)*(1.0-blend));\\n}\\n\\nvec3 blendOverlay(vec3 base, vec3 blend) {\\n\\treturn vec3(blendOverlay(base.r,blend.r),blendOverlay(base.g,blend.g),blendOverlay(base.b,blend.b));\\n}\\n\\nvec3 blendOverlay(vec3 base, vec3 blend, float opacity) {\\n\\treturn (blendOverlay(base, blend) * opacity + base * (1.0 - opacity));\\n}\\n\\n\/\/ Hard light\\n\\nvec3 blendHardLight(vec3 base, vec3 blend) {\\n\\treturn blendOverlay(blend,base);\\n}\\n\\nvec3 blendHardLight(vec3 base, vec3 blend, float opacity) {\\n\\treturn (blendHardLight(base, blend) * opacity + base * (1.0 - opacity));\\n}\\n\\n\/\/ Soft light\\n\\nfloat blendSoftLight(float base, float blend) {\\n\\treturn (blend<0.5)?(2.0*base*blend+base*base*(1.0-2.0*blend)):(sqrt(base)*(2.0*blend-1.0)+2.0*base*(1.0-blend));\\n}\\n\\nvec3 blendSoftLight(vec3 base, vec3 blend) {\\n\\treturn vec3(blendSoftLight(base.r,blend.r),blendSoftLight(base.g,blend.g),blendSoftLight(base.b,blend.b));\\n}\\n\\nvec3 blendSoftLight(vec3 base, vec3 blend, float opacity) {\\n\\treturn (blendSoftLight(base, blend) * opacity + base * (1.0 - opacity));\\n}\\n\\n\/\/ Color dodge\\n\\nfloat blendColorDodge(float base, float blend) {\\n\\treturn (blend==1.0)?blend:min(base\/(1.0-blend),1.0);\\n}\\n\\nvec3 blendColorDodge(vec3 base, vec3 blend) {\\n\\treturn vec3(blendColorDodge(base.r,blend.r),blendColorDodge(base.g,blend.g),blendColorDodge(base.b,blend.b));\\n}\\n\\nvec3 blendColorDodge(vec3 base, vec3 blend, float opacity) {\\n\\treturn (blendColorDodge(base, blend) * opacity + base * (1.0 - opacity));\\n}\\n\\n\/\/ Color burn\\n\\nfloat blendColorBurn(float base, float blend) {\\n\\treturn (blend==0.0)?blend:max((1.0-((1.0-base)\/blend)),0.0);\\n}\\n\\nvec3 blendColorBurn(vec3 base, vec3 blend) {\\n\\treturn vec3(blendColorBurn(base.r,blend.r),blendColorBurn(base.g,blend.g),blendColorBurn(base.b,blend.b));\\n}\\n\\nvec3 blendColorBurn(vec3 base, vec3 blend, float opacity) {\\n\\treturn (blendColorBurn(base, blend) * opacity + base * (1.0 - opacity));\\n}\\n\\n\/\/ Vivid Light\\n\\nfloat blendVividLight(float base, float blend) {\\n\\treturn (blend<0.5)?blendColorBurn(base,(2.0*blend)):blendColorDodge(base,(2.0*(blend-0.5)));\\n}\\n\\nvec3 blendVividLight(vec3 base, vec3 blend) {\\n\\treturn vec3(blendVividLight(base.r,blend.r),blendVividLight(base.g,blend.g),blendVividLight(base.b,blend.b));\\n}\\n\\nvec3 blendVividLight(vec3 base, vec3 blend, float opacity) {\\n\\treturn (blendVividLight(base, blend) * opacity + base * (1.0 - opacity));\\n}\\n\\n\/\/ Lighten\\n\\nfloat blendLighten(float base, float blend) {\\n\\treturn max(blend,base);\\n}\\n\\nvec3 blendLighten(vec3 base, vec3 blend) {\\n\\treturn vec3(blendLighten(base.r,blend.r),blendLighten(base.g,blend.g),blendLighten(base.b,blend.b));\\n}\\n\\nvec3 blendLighten(vec3 base, vec3 blend, float opacity) {\\n\\treturn (blendLighten(base, blend) * opacity + base * (1.0 - opacity));\\n}\\n\\n\/\/ Linear burn\\n\\nfloat blendLinearBurn(float base, float blend) {\\n\\t\/\/ Note : Same implementation as BlendSubtractf\\n\\treturn max(base+blend-1.0,0.0);\\n}\\n\\nvec3 blendLinearBurn(vec3 base, vec3 blend) {\\n\\t\/\/ Note : Same implementation as BlendSubtract\\n\\treturn max(base+blend-vec3(1.0),vec3(0.0));\\n}\\n\\nvec3 blendLinearBurn(vec3 base, vec3 blend, float opacity) {\\n\\treturn (blendLinearBurn(base, blend) * opacity + base * (1.0 - opacity));\\n}\\n\\n\/\/ Linear dodge\\n\\nfloat blendLinearDodge(float base, float blend) {\\n\\t\/\/ Note : Same implementation as BlendAddf\\n\\treturn min(base+blend,1.0);\\n}\\n\\nvec3 blendLinearDodge(vec3 base, vec3 blend) {\\n\\t\/\/ Note : Same implementation as BlendAdd\\n\\treturn min(base+blend,vec3(1.0));\\n}\\n\\nvec3 blendLinearDodge(vec3 base, vec3 blend, float opacity) {\\n\\treturn (blendLinearDodge(base, blend) * opacity + base * (1.0 - opacity));\\n}\\n\\n\/\/ Linear light\\n\\nfloat blendLinearLight(float base, float blend) {\\n\\treturn blend<0.5?blendLinearBurn(base,(2.0*blend)):blendLinearDodge(base,(2.0*(blend-0.5)));\\n}\\n\\nvec3 blendLinearLight(vec3 base, vec3 blend) {\\n\\treturn vec3(blendLinearLight(base.r,blend.r),blendLinearLight(base.g,blend.g),blendLinearLight(base.b,blend.b));\\n}\\n\\nvec3 blendLinearLight(vec3 base, vec3 blend, float opacity) {\\n\\treturn (blendLinearLight(base, blend) * opacity + base * (1.0 - opacity));\\n}\",\r\n\t\t\tfragment:\r\n\t\t\t\t\"varying vec3 v_color;\\n\\nvoid main() {\\n  vec3 color = v_color;\\n  if (u_darken_top == 1.0) {\\n    vec2 st = gl_FragCoord.xy\/resolution.xy;\\n    color.g -= pow(st.y + sin(-12.0) * st.x, u_shadow_power) * 0.4;\\n  }\\n  gl_FragColor = vec4(color, 1.0);\\n}\"\r\n\t\t}),\r\n\t\t\t(this.conf = {\r\n\t\t\t\tpresetName: \"\",\r\n\t\t\t\twireframe: !1,\r\n\t\t\t\tdensity: [0.06, 0.16],\r\n\t\t\t\tzoom: 1,\r\n\t\t\t\trotation: 0,\r\n\t\t\t\tplaying: !0\r\n\t\t\t}),\r\n\t\t\tdocument.querySelectorAll(\"canvas\").length < 1\r\n\t\t\t\t? console.log(\"DID NOT LOAD HERO STRIPE CANVAS\")\r\n\t\t\t\t: ((this.minigl = new MiniGl(this.el, null, null, !0)),\r\n\t\t\t\t  requestAnimationFrame(() => {\r\n\t\t\t\t\t\tthis.el &&\r\n\t\t\t\t\t\t\t((this.computedCanvasStyle = getComputedStyle(this.el)),\r\n\t\t\t\t\t\t\tthis.waitForCssVars());\r\n\t\t\t\t  }));\r\n\t}\r\n\tdisconnect() {\r\n\t\tthis.scrollObserver &&\r\n\t\t\t(window.removeEventListener(\"scroll\", this.handleScroll),\r\n\t\t\twindow.removeEventListener(\"mousedown\", this.handleMouseDown),\r\n\t\t\twindow.removeEventListener(\"mouseup\", this.handleMouseUp),\r\n\t\t\twindow.removeEventListener(\"keydown\", this.handleKeyDown),\r\n\t\t\tthis.scrollObserver.disconnect()),\r\n\t\t\twindow.removeEventListener(\"resize\", this.resize);\r\n\t}\r\n\tinitMaterial() {\r\n\t\tthis.uniforms = {\r\n\t\t\tu_time: new this.minigl.Uniform({ value: 0 }),\r\n\t\t\tu_shadow_power: new this.minigl.Uniform({ value: 5 }),\r\n\t\t\tu_darken_top: new this.minigl.Uniform({\r\n\t\t\t\tvalue: \"\" === this.el.dataset.jsDarkenTop ? 1 : 0\r\n\t\t\t}),\r\n\t\t\tu_active_colors: new this.minigl.Uniform({\r\n\t\t\t\tvalue: this.activeColors,\r\n\t\t\t\ttype: \"vec4\"\r\n\t\t\t}),\r\n\t\t\tu_global: new this.minigl.Uniform({\r\n\t\t\t\tvalue: {\r\n\t\t\t\t\tnoiseFreq: new this.minigl.Uniform({\r\n\t\t\t\t\t\tvalue: [this.freqX, this.freqY],\r\n\t\t\t\t\t\ttype: \"vec2\"\r\n\t\t\t\t\t}),\r\n\t\t\t\t\tnoiseSpeed: new this.minigl.Uniform({ value: 5e-6 })\r\n\t\t\t\t},\r\n\t\t\t\ttype: \"struct\"\r\n\t\t\t}),\r\n\t\t\tu_vertDeform: new this.minigl.Uniform({\r\n\t\t\t\tvalue: {\r\n\t\t\t\t\tincline: new this.minigl.Uniform({\r\n\t\t\t\t\t\tvalue: Math.sin(this.angle) \/ Math.cos(this.angle)\r\n\t\t\t\t\t}),\r\n\t\t\t\t\toffsetTop: new this.minigl.Uniform({ value: -0.5 }),\r\n\t\t\t\t\toffsetBottom: new this.minigl.Uniform({ value: -0.5 }),\r\n\t\t\t\t\tnoiseFreq: new this.minigl.Uniform({ value: [3, 4], type: \"vec2\" }),\r\n\t\t\t\t\tnoiseAmp: new this.minigl.Uniform({ value: this.amp }),\r\n\t\t\t\t\tnoiseSpeed: new this.minigl.Uniform({ value: 10 }),\r\n\t\t\t\t\tnoiseFlow: new this.minigl.Uniform({ value: 3 }),\r\n\t\t\t\t\tnoiseSeed: new this.minigl.Uniform({ value: this.seed })\r\n\t\t\t\t},\r\n\t\t\t\ttype: \"struct\",\r\n\t\t\t\texcludeFrom: \"fragment\"\r\n\t\t\t}),\r\n\t\t\tu_baseColor: new this.minigl.Uniform({\r\n\t\t\t\tvalue: this.sectionColors[0],\r\n\t\t\t\ttype: \"vec3\",\r\n\t\t\t\texcludeFrom: \"fragment\"\r\n\t\t\t}),\r\n\t\t\tu_waveLayers: new this.minigl.Uniform({\r\n\t\t\t\tvalue: [],\r\n\t\t\t\texcludeFrom: \"fragment\",\r\n\t\t\t\ttype: \"array\"\r\n\t\t\t})\r\n\t\t};\r\n\t\tfor (let e = 1; e < this.sectionColors.length; e += 1)\r\n\t\t\tthis.uniforms.u_waveLayers.value.push(\r\n\t\t\t\tnew this.minigl.Uniform({\r\n\t\t\t\t\tvalue: {\r\n\t\t\t\t\t\tcolor: new this.minigl.Uniform({\r\n\t\t\t\t\t\t\tvalue: this.sectionColors[e],\r\n\t\t\t\t\t\t\ttype: \"vec3\"\r\n\t\t\t\t\t\t}),\r\n\t\t\t\t\t\tnoiseFreq: new this.minigl.Uniform({\r\n\t\t\t\t\t\t\tvalue: [\r\n\t\t\t\t\t\t\t\t2 + e \/ this.sectionColors.length,\r\n\t\t\t\t\t\t\t\t3 + e \/ this.sectionColors.length\r\n\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\ttype: \"vec2\"\r\n\t\t\t\t\t\t}),\r\n\t\t\t\t\t\tnoiseSpeed: new this.minigl.Uniform({ value: 11 + 0.3 * e }),\r\n\t\t\t\t\t\tnoiseFlow: new this.minigl.Uniform({ value: 6.5 + 0.3 * e }),\r\n\t\t\t\t\t\tnoiseSeed: new this.minigl.Uniform({ value: this.seed + 10 * e }),\r\n\t\t\t\t\t\tnoiseFloor: new this.minigl.Uniform({ value: 0.1 }),\r\n\t\t\t\t\t\tnoiseCeil: new this.minigl.Uniform({ value: 0.63 + 0.07 * e })\r\n\t\t\t\t\t},\r\n\t\t\t\t\ttype: \"struct\"\r\n\t\t\t\t})\r\n\t\t\t);\r\n\t\treturn (\r\n\t\t\t(this.vertexShader = [\r\n\t\t\t\tthis.shaderFiles.noise,\r\n\t\t\t\tthis.shaderFiles.blend,\r\n\t\t\t\tthis.shaderFiles.vertex\r\n\t\t\t].join(\"\\n\\n\")),\r\n\t\t\tnew this.minigl.Material(\r\n\t\t\t\tthis.vertexShader,\r\n\t\t\t\tthis.shaderFiles.fragment,\r\n\t\t\t\tthis.uniforms\r\n\t\t\t)\r\n\t\t);\r\n\t}\r\n\tinitMesh() {\r\n\t\t(this.material = this.initMaterial()),\r\n\t\t\t(this.geometry = new this.minigl.PlaneGeometry()),\r\n\t\t\t(this.mesh = new this.minigl.Mesh(this.geometry, this.material));\r\n\t}\r\n\tshouldSkipFrame(e) {\r\n\t\treturn (\r\n\t\t\t!!window.document.hidden ||\r\n\t\t\t!this.conf.playing ||\r\n\t\t\tparseInt(e, 10) % 2 == 0 ||\r\n\t\t\tvoid 0\r\n\t\t);\r\n\t}\r\n\tupdateFrequency(e) {\r\n\t\t(this.freqX += e), (this.freqY += e);\r\n\t}\r\n\ttoggleColor(index) {\r\n\t\tthis.activeColors[index] = 0 === this.activeColors[index] ? 1 : 0;\r\n\t}\r\n\tshowGradientLegend() {\r\n\t\tthis.width > this.minWidth &&\r\n\t\t\t((this.isGradientLegendVisible = !0),\r\n\t\t\tdocument.body.classList.add(\"isGradientLegendVisible\"));\r\n\t}\r\n\thideGradientLegend() {\r\n\t\t(this.isGradientLegendVisible = !1),\r\n\t\t\tdocument.body.classList.remove(\"isGradientLegendVisible\");\r\n\t}\r\n\tinit() {\r\n\t\tthis.initGradientColors(),\r\n\t\t\tthis.initMesh(),\r\n\t\t\tthis.resize(),\r\n\t\t\trequestAnimationFrame(this.animate),\r\n\t\t\twindow.addEventListener(\"resize\", this.resize);\r\n\t}\r\n\twaitForCssVars() {\r\n\t\tif (\r\n\t\t\tthis.computedCanvasStyle &&\r\n\t\t\t-1 !==\r\n\t\t\t\tthis.computedCanvasStyle.getPropertyValue(\"--gradient-color-1\").indexOf(\"#\")\r\n\t\t)\r\n\t\t\tthis.init(), this.addIsLoadedClass();\r\n\t\telse {\r\n\t\t\tif (((this.cssVarRetries += 1), this.cssVarRetries > this.maxCssVarRetries))\r\n\t\t\t\treturn (\r\n\t\t\t\t\t(this.sectionColors = [16711680, 16711680, 16711935, 65280, 255]),\r\n\t\t\t\t\tvoid this.init()\r\n\t\t\t\t);\r\n\t\t\trequestAnimationFrame(() => this.waitForCssVars());\r\n\t\t}\r\n\t}\r\n\tinitGradientColors() {\r\n\t\tthis.sectionColors = [\r\n\t\t\t\"--gradient-color-1\",\r\n\t\t\t\"--gradient-color-2\",\r\n\t\t\t\"--gradient-color-3\",\r\n\t\t\t\"--gradient-color-4\"\r\n\t\t]\r\n\t\t\t.map((cssPropertyName) => {\r\n\t\t\t\tlet hex = this.computedCanvasStyle.getPropertyValue(cssPropertyName).trim();\r\n\t\t\t\tif (4 === hex.length) {\r\n\t\t\t\t\tconst hexTemp = hex\r\n\t\t\t\t\t\t.substr(1)\r\n\t\t\t\t\t\t.split(\"\")\r\n\t\t\t\t\t\t.map((hexTemp) => hexTemp + hexTemp)\r\n\t\t\t\t\t\t.join(\"\");\r\n\t\t\t\t\thex = `#${hexTemp}`;\r\n\t\t\t\t}\r\n\t\t\t\treturn hex && `0x${hex.substr(1)}`;\r\n\t\t\t})\r\n\t\t\t.filter(Boolean)\r\n\t\t\t.map(normalizeColor);\r\n\t}\r\n}\r\n\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69045ac elementor-widget elementor-widget-html\" data-id=\"69045ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"vair-amount-cta\">\r\n  <input id=\"vairAmountInput\" type=\"text\" inputmode=\"decimal\" placeholder=\"Betrag eingeben\" autocomplete=\"off\">\r\n  <span class=\"vair-euro\">\u20ac<\/span>\r\n  <button id=\"vairAmountButton\" type=\"button\">Angebot berechnen<\/button>\r\n<\/div>\r\n\r\n<style>\r\n.vair-amount-cta {\r\n  position: relative;\r\n  display: flex;\r\n  align-items: center;\r\n  width: 100%;\r\n  max-width: 465px;\r\n  height: 56px;\r\n  border-radius: 999px;\r\n  background: #ffffff;\r\n  padding: 4px;\r\n  font-family: Arial, sans-serif;\r\n  box-shadow: 0 12px 28px rgba(12,44,76,.12);\r\n  overflow: hidden;\r\n}\r\n\r\n.vair-amount-cta::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  inset: 0;\r\n  border-radius: 999px;\r\n  padding: 2px;\r\n  background: linear-gradient(120deg, #0C2C4C, #B49C44, #0C2C4C, #B49C44);\r\n  background-size: 300% 300%;\r\n  animation: vairBorderMove 4s linear infinite;\r\n  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);\r\n  -webkit-mask-composite: xor;\r\n  mask-composite: exclude;\r\n  pointer-events: none;\r\n}\r\n\r\n@keyframes vairBorderMove {\r\n  from {\r\n    background-position: 0% 50%;\r\n  }\r\n\r\n  to {\r\n    background-position: 300% 50%;\r\n  }\r\n}\r\n\r\n.vair-amount-cta input {\r\n  flex: 1;\r\n  height: 100%;\r\n  min-width: 0;\r\n  border: none !important;\r\n  outline: none !important;\r\n  box-shadow: none !important;\r\n  background: transparent !important;\r\n  padding-left: 22px;\r\n  font-family: Arial, sans-serif;\r\n  font-size: 15px;\r\n  line-height: 1.55;\r\n  font-weight: 400;\r\n  color: #0C2C4C;\r\n}\r\n\r\n.vair-amount-cta input:focus {\r\n  border: none !important;\r\n  outline: none !important;\r\n  box-shadow: none !important;\r\n}\r\n\r\n.vair-amount-cta input::placeholder {\r\n  color: rgba(12,44,76,.42);\r\n}\r\n\r\n.vair-euro {\r\n  margin-right: 12px;\r\n  font-family: Arial, sans-serif;\r\n  font-size: 15px;\r\n  color: #B49C44;\r\n}\r\n\r\n.vair-amount-cta button {\r\n  position: relative;\r\n  z-index: 1;\r\n  height: 46px;\r\n  border: 1px solid rgba(180,156,68,.65) !important;\r\n  border-radius: 999px;\r\n  padding: 0 28px;\r\n  background: linear-gradient(135deg, #0C2C4C 0%, #0C2C4C 72%, #B49C44 100%);\r\n  color: #ffffff;\r\n  font-family: Arial, sans-serif;\r\n  font-size: 15px;\r\n  line-height: 46px;\r\n  font-weight: 600;\r\n  cursor: pointer;\r\n  white-space: nowrap;\r\n  box-shadow: 0 6px 14px rgba(12,44,76,.16);\r\n  transition: transform .2s ease, box-shadow .2s ease;\r\n}\r\n\r\n.vair-amount-cta button:hover {\r\n  transform: translateY(-1px);\r\n  box-shadow: 0 9px 20px rgba(12,44,76,.2);\r\n}\r\n\r\n@media (max-width: 560px) {\r\n  .vair-amount-cta {\r\n    max-width: 100%;\r\n    height: 52px;\r\n  }\r\n\r\n  .vair-amount-cta button {\r\n    height: 42px;\r\n    line-height: 42px;\r\n    padding: 0 18px;\r\n    font-size: 13px;\r\n  }\r\n\r\n  .vair-amount-cta input {\r\n    padding-left: 18px;\r\n    font-size: 14px;\r\n  }\r\n}\r\n\r\n@media (prefers-reduced-motion: reduce) {\r\n  .vair-amount-cta::before {\r\n    animation: none;\r\n  }\r\n\r\n  .vair-amount-cta button {\r\n    transition: none;\r\n  }\r\n}\r\n<\/style>\r\n\r\n<script>\r\n(() => {\r\n  const input = document.getElementById(\"vairAmountInput\");\r\n  const button = document.getElementById(\"vairAmountButton\");\r\n\r\n  if (!input || !button) return;\r\n\r\n  const goToOffer = () => {\r\n    const value = input.value\r\n      .replace(\/\\.\/g, \"\")\r\n      .replace(\",\", \".\")\r\n      .replace(\/[^\\d.]\/g, \"\");\r\n\r\n    const amount = parseFloat(value);\r\n\r\n    if (!amount || amount <= 0) {\r\n      input.focus();\r\n      return;\r\n    }\r\n\r\n    const url = new URL(\"\/finanzierung\/\", window.location.origin);\r\n    url.searchParams.set(\"betrag\", Math.round(amount));\r\n    url.searchParams.set(\"scroll\", \"rechner\");\r\n\r\n    window.location.assign(url.toString());\r\n  };\r\n\r\n  button.addEventListener(\"click\", goToOffer);\r\n\r\n  input.addEventListener(\"keydown\", (event) => {\r\n    if (event.key === \"Enter\") {\r\n      goToOffer();\r\n    }\r\n  });\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d90a936 elementor-widget-mobile__width-initial elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"d90a936\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Die Plattform f\u00fcr Finanzierung und Fahrzeughandel.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61101b9 ha-css-transform-yes elementor-widget elementor-widget-html\" data-id=\"61101b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"vair-ui-visual\">\r\n  <div class=\"vair-slider\">\r\n\r\n    <!-- FINANZIERUNG -->\r\n    <div class=\"vair-slide active\">\r\n      <div class=\"finance-browser\">\r\n        <div class=\"browser-top\">\r\n          <div class=\"brand-dot\">V<\/div>\r\n          <span>VAIR FINANCE<\/span>\r\n          <div class=\"search\">Search<\/div>\r\n        <\/div>\r\n\r\n        <div class=\"dashboard-panel\">\r\n          <div class=\"panel-header\">\r\n            <div>\r\n              <h4>Today<\/h4>\r\n              <span>Financing activity<\/span>\r\n            <\/div>\r\n            <strong>\u20ac3,528,198<\/strong>\r\n          <\/div>\r\n\r\n          <div class=\"big-chart\">\r\n            <svg viewBox=\"0 0 520 170\" preserveAspectRatio=\"none\">\r\n              <path class=\"grid\" d=\"M0 140H520 M0 105H520 M0 70H520 M0 35H520\" \/>\r\n              <path class=\"chart-soft\" d=\"M0 135 C60 135 70 135 105 120 C145 100 160 125 200 88 C245 45 290 62 330 52 C375 42 420 38 520 26\" \/>\r\n              <path class=\"chart-line\" d=\"M0 135 C60 135 70 135 105 120 C145 100 160 125 200 88 C245 45 290 62 330 52 C375 42 420 38 520 26\" \/>\r\n            <\/svg>\r\n          <\/div>\r\n\r\n          <div class=\"mini-panels\">\r\n            <div>\r\n              <small>Approved volume<\/small>\r\n              <strong>\u20ac39,274<\/strong>\r\n              <span>+32.8%<\/span>\r\n            <\/div>\r\n            <div>\r\n              <small>New partners<\/small>\r\n              <strong>37<\/strong>\r\n              <span>+12.1%<\/span>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"finance-card\">\r\n        <div class=\"card-chip\"><\/div>\r\n\r\n        <div class=\"card-icon\">\r\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\r\n            <path d=\"M7 17L17 7M10 7h7v7\" \/>\r\n          <\/svg>\r\n        <\/div>\r\n\r\n        <h4>Finanzierung<\/h4>\r\n        <p>Business Growth Plan<\/p>\r\n\r\n        <div class=\"fake-button\">\u20ac480.000 anfragen<\/div>\r\n\r\n        <div class=\"divider\">\r\n          <span><\/span>\r\n          <small>oder mit Partner matchen<\/small>\r\n          <span><\/span>\r\n        <\/div>\r\n\r\n        <label>Unternehmen<\/label>\r\n        <div class=\"input-field\">Muster GmbH<\/div>\r\n\r\n        <label>Finanzierungsbedarf<\/label>\r\n        <div class=\"input-row\">\r\n          <div>\u20ac480.000<\/div>\r\n          <div>36 Monate<\/div>\r\n        <\/div>\r\n\r\n        <label>Match Score<\/label>\r\n        <div class=\"score-bar\">\r\n          <span><\/span>\r\n        <\/div>\r\n\r\n        <div class=\"fake-button secondary-btn\">Partner finden<\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- KONTO -->\r\n    <div class=\"vair-slide account-slide\">\r\n      <div class=\"account-shell\">\r\n        <div class=\"account-card-main\">\r\n          <div class=\"account-top\">\r\n            <div>\r\n              <small>VAIR ACCOUNT<\/small>\r\n              <h3>Gesch\u00e4ftskonto<\/h3>\r\n            <\/div>\r\n            <div class=\"account-logo\">V<\/div>\r\n          <\/div>\r\n\r\n          <div class=\"balance-label\">Verf\u00fcgbarer Kontostand<\/div>\r\n          <div class=\"balance\">\u20ac128.420,00<\/div>\r\n\r\n          <div class=\"iban\">DE89 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 1234<\/div>\r\n\r\n          <div class=\"account-actions\">\r\n            <div>\u00dcberweisen<\/div>\r\n            <div>Ums\u00e4tze<\/div>\r\n            <div>Karten<\/div>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"transaction-panel\">\r\n          <div class=\"transaction-header\">\r\n            <h4>Live Ums\u00e4tze<\/h4>\r\n            <span>Heute<\/span>\r\n          <\/div>\r\n\r\n          <div class=\"transaction-item\">\r\n            <div class=\"tx-icon\">\r\n              <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\r\n                <path d=\"M17 7L7 17M7 10v7h7\" \/>\r\n              <\/svg>\r\n            <\/div>\r\n            <div>\r\n              <strong>Kundenzahlung<\/strong>\r\n              <small>Incoming transfer<\/small>\r\n            <\/div>\r\n            <span>+\u20ac18.240<\/span>\r\n          <\/div>\r\n\r\n          <div class=\"transaction-item\">\r\n            <div class=\"tx-icon\">\r\n              <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\r\n                <path d=\"M7 17L17 7M10 7h7v7\" \/>\r\n              <\/svg>\r\n            <\/div>\r\n            <div>\r\n              <strong>Partner Auszahlung<\/strong>\r\n              <small>Scheduled payout<\/small>\r\n            <\/div>\r\n            <span>-\u20ac4.890<\/span>\r\n          <\/div>\r\n\r\n          <div class=\"transaction-item\">\r\n            <div class=\"tx-icon\">\r\n              <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\r\n                <path d=\"M5 13l4 4L19 7\" \/>\r\n              <\/svg>\r\n            <\/div>\r\n            <div>\r\n              <strong>Liquidit\u00e4tscheck<\/strong>\r\n              <small>Automated analysis<\/small>\r\n            <\/div>\r\n            <span>98%<\/span>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"account-floating\">\r\n          <small>Cashflow<\/small>\r\n          <strong>+24.8%<\/strong>\r\n          <div class=\"cashflow-bars\">\r\n            <span><\/span><span><\/span><span><\/span><span><\/span><span><\/span>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- IMMOBILIEN -->\r\n    <div class=\"vair-slide realestate-slide\">\r\n      <div class=\"realestate-shell\">\r\n        <div class=\"property-map\">\r\n          <div class=\"map-grid\"><\/div>\r\n\r\n          <div class=\"property-pin pin-one\">\r\n            <span><\/span>\r\n            <strong>\u20ac740k<\/strong>\r\n          <\/div>\r\n\r\n          <div class=\"property-pin pin-two\">\r\n            <span><\/span>\r\n            <strong>\u20ac1.2M<\/strong>\r\n          <\/div>\r\n\r\n          <div class=\"property-pin pin-three\">\r\n            <span><\/span>\r\n            <strong>\u20ac520k<\/strong>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"property-card\">\r\n          <small>VAIR REAL ESTATE<\/small>\r\n          <h3>Immobilien Portfolio<\/h3>\r\n          <p>Objektbewertung, Finanzierung und Renditeanalyse in einem Dashboard.<\/p>\r\n\r\n          <div class=\"property-value\">\r\n            <span>Portfolio Wert<\/span>\r\n            <strong>\u20ac2.840.000<\/strong>\r\n          <\/div>\r\n\r\n          <div class=\"property-stats\">\r\n            <div>\r\n              <small>Objekte<\/small>\r\n              <strong>12<\/strong>\r\n            <\/div>\r\n            <div>\r\n              <small>\u00d8 Rendite<\/small>\r\n              <strong>7.8%<\/strong>\r\n            <\/div>\r\n            <div>\r\n              <small>Score<\/small>\r\n              <strong>92<\/strong>\r\n            <\/div>\r\n          <\/div>\r\n\r\n          <button>Portfolio analysieren<\/button>\r\n        <\/div>\r\n\r\n        <div class=\"mortgage-card\">\r\n          <span>Finanzierung<\/span>\r\n          <strong>\u20ac520.000<\/strong>\r\n          <small>20 Jahre \u00b7 4.1%<\/small>\r\n          <div class=\"mortgage-progress\">\r\n            <i><\/i>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- FAHRZEUGE -->\r\n    <div class=\"vair-slide vehicle-slide\">\r\n      <div class=\"vehicle-shell\">\r\n\r\n        <div class=\"vehicle-showcase\">\r\n          <div class=\"vehicle-topbar\">\r\n            <div class=\"brand-dot\">V<\/div>\r\n            <span>VAIR VEHICLES<\/span>\r\n            <small>Sofort verf\u00fcgbar<\/small>\r\n          <\/div>\r\n\r\n          <div class=\"vehicle-stage\">\r\n            <div class=\"vehicle-list\">\r\n\r\n              <div class=\"vehicle-item\">\r\n                <div class=\"vehicle-thumb\"><\/div>\r\n                <div class=\"vehicle-data\">\r\n                  <strong>Vairon Compact<\/strong>\r\n                  <small>2024 \u00b7 Elektro \u00b7 8.500 km<\/small>\r\n                <\/div>\r\n                <span>Verf\u00fcgbar<\/span>\r\n              <\/div>\r\n\r\n              <div class=\"vehicle-item\">\r\n                <div class=\"vehicle-thumb\"><\/div>\r\n                <div class=\"vehicle-data\">\r\n                  <strong>Aurelia City<\/strong>\r\n                  <small>2023 \u00b7 Hybrid \u00b7 14.200 km<\/small>\r\n                <\/div>\r\n                <span>Verf\u00fcgbar<\/span>\r\n              <\/div>\r\n\r\n              <div class=\"vehicle-item\">\r\n                <div class=\"vehicle-thumb\"><\/div>\r\n                <div class=\"vehicle-data\">\r\n                  <strong>Novus Urban<\/strong>\r\n                  <small>2024 \u00b7 Benzin \u00b7 6.900 km<\/small>\r\n                <\/div>\r\n                <span>Neu<\/span>\r\n              <\/div>\r\n\r\n              <div class=\"vehicle-item\">\r\n                <div class=\"vehicle-thumb\"><\/div>\r\n                <div class=\"vehicle-data\">\r\n                  <strong>Elaris One<\/strong>\r\n                  <small>2023 \u00b7 Elektro \u00b7 11.400 km<\/small>\r\n                <\/div>\r\n                <span>Verf\u00fcgbar<\/span>\r\n              <\/div>\r\n\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n<\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n  <div class=\"slider-dots\">\r\n    <button class=\"dot active\" type=\"button\"><\/button>\r\n    <button class=\"dot\" type=\"button\"><\/button>\r\n    <button class=\"dot\" type=\"button\"><\/button>\r\n    <button class=\"dot\" type=\"button\"><\/button>\r\n  <\/div>\r\n<\/div>\r\n\r\n<style>\r\n.vair-ui-visual {\r\n  position: relative;\r\n  width: 100%;\r\n  max-width: 820px;\r\n  min-height: 520px;\r\n  font-family: Inter, Arial, sans-serif;\r\n  overflow: visible;\r\n  isolation: isolate;\r\n  cursor: grab;\r\n  user-select: none;\r\n  touch-action: pan-y;\r\n}\r\n\r\n.vair-ui-visual.dragging {\r\n  cursor: grabbing;\r\n}\r\n\r\n.vair-slider {\r\n  position: relative;\r\n  width: 100%;\r\n  min-height: 520px;\r\n}\r\n\r\n.vair-slide {\r\n  position: absolute;\r\n  inset: 0;\r\n  opacity: 0;\r\n  pointer-events: none;\r\n  transform: translateX(34px) scale(.98);\r\n  transition: opacity .65s ease, transform .65s ease;\r\n}\r\n\r\n.vair-slide.active {\r\n  opacity: 1;\r\n  pointer-events: auto;\r\n  transform: translateX(0) scale(1);\r\n}\r\n\r\n\/* ICONS *\/\r\n.card-icon svg,\r\n.tx-icon svg {\r\n  width: 18px;\r\n  height: 18px;\r\n}\r\n\r\n.card-icon svg path,\r\n.tx-icon svg path {\r\n  fill: none;\r\n  stroke: #0b2540;\r\n  stroke-width: 2.4;\r\n  stroke-linecap: round;\r\n  stroke-linejoin: round;\r\n}\r\n\r\n\/* FINANCE *\/\r\n.finance-browser {\r\n  position: absolute;\r\n  right: -40px;\r\n  top: 70px;\r\n  width: 620px;\r\n  border-radius: 10px;\r\n  background: rgba(255,255,255,.88);\r\n  box-shadow: 0 38px 85px rgba(15,23,42,.16);\r\n  overflow: hidden;\r\n  z-index: 2;\r\n}\r\n\r\n.browser-top {\r\n  height: 58px;\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 12px;\r\n  padding: 0 24px;\r\n  background: rgba(11,37,64,.88);\r\n}\r\n\r\n.brand-dot,\r\n.account-logo {\r\n  width: 22px;\r\n  height: 22px;\r\n  border-radius: 50%;\r\n  background: #ffffff;\r\n  color: #0b2540;\r\n  display: grid;\r\n  place-items: center;\r\n  font-size: 11px;\r\n  font-weight: 900;\r\n}\r\n\r\n.browser-top span {\r\n  color: white;\r\n  font-weight: 900;\r\n  font-size: 13px;\r\n  letter-spacing: .06em;\r\n}\r\n\r\n.search {\r\n  margin-left: auto;\r\n  width: 230px;\r\n  height: 24px;\r\n  border-radius: 5px;\r\n  background: rgba(255,255,255,.92);\r\n  color: #64748b;\r\n  display: flex;\r\n  align-items: center;\r\n  padding-left: 14px;\r\n  font-size: 12px;\r\n}\r\n\r\n.dashboard-panel {\r\n  background: #fff;\r\n  padding: 24px;\r\n}\r\n\r\n.panel-header {\r\n  display: flex;\r\n  justify-content: space-between;\r\n  align-items: flex-start;\r\n  margin-bottom: 18px;\r\n}\r\n\r\n.panel-header h4 {\r\n  margin: 0 0 7px;\r\n  color: #1e293b;\r\n  font-size: 24px;\r\n  letter-spacing: -.04em;\r\n}\r\n\r\n.panel-header span {\r\n  color: #64748b;\r\n  font-size: 13px;\r\n}\r\n\r\n.panel-header strong {\r\n  color: #0b2540;\r\n  font-size: 22px;\r\n  letter-spacing: -.04em;\r\n}\r\n\r\n.big-chart {\r\n  height: 170px;\r\n  margin-bottom: 22px;\r\n}\r\n\r\n.big-chart svg {\r\n  width: 100%;\r\n  height: 100%;\r\n}\r\n\r\n.grid {\r\n  stroke: rgba(15,23,42,.07);\r\n  stroke-width: 1;\r\n  fill: none;\r\n}\r\n\r\n.chart-soft {\r\n  fill: none;\r\n  stroke: rgba(11,37,64,.10);\r\n  stroke-width: 18;\r\n  stroke-linecap: round;\r\n}\r\n\r\n.chart-line {\r\n  fill: none;\r\n  stroke: #0b2540;\r\n  stroke-width: 4;\r\n  stroke-linecap: round;\r\n}\r\n\r\n.mini-panels {\r\n  display: grid;\r\n  grid-template-columns: 1fr 1fr;\r\n  gap: 18px;\r\n}\r\n\r\n.mini-panels div {\r\n  min-height: 118px;\r\n  padding: 18px;\r\n  border-radius: 6px;\r\n  background: #fff;\r\n  box-shadow: 0 16px 35px rgba(15,23,42,.08);\r\n  border: 1px solid rgba(15,23,42,.04);\r\n}\r\n\r\n.mini-panels small {\r\n  display: block;\r\n  color: #0b2540;\r\n  font-weight: 800;\r\n  font-size: 13px;\r\n  margin-bottom: 8px;\r\n}\r\n\r\n.mini-panels strong {\r\n  color: #0b2540;\r\n  font-size: 21px;\r\n}\r\n\r\n.mini-panels span {\r\n  margin-left: 8px;\r\n  color: #10b981;\r\n  font-size: 12px;\r\n  font-weight: 900;\r\n}\r\n\r\n.finance-card {\r\n  position: absolute;\r\n  top: 120px;\r\n  left: 55px;\r\n  width: 260px;\r\n  padding: 24px;\r\n  border-radius: 28px;\r\n  background: #fff;\r\n  z-index: 4;\r\n  box-shadow: 0 35px 80px rgba(15,23,42,.22), 0 0 0 1px rgba(15,23,42,.06);\r\n  text-align: center;\r\n}\r\n\r\n.card-chip {\r\n  width: 62px;\r\n  height: 74px;\r\n  margin: 0 auto 12px;\r\n  border-radius: 7px;\r\n  background:\r\n    radial-gradient(circle at 70% 70%, #d8b76f 0 28%, transparent 29%),\r\n    radial-gradient(circle at 25% 30%, #0b2540 0 22%, transparent 23%),\r\n    linear-gradient(135deg, #f1d18a, #0b2540);\r\n}\r\n\r\n.card-icon {\r\n  position: absolute;\r\n  top: 54px;\r\n  left: 50%;\r\n  transform: translateX(18px);\r\n  width: 38px;\r\n  height: 48px;\r\n  border-radius: 7px;\r\n  background: #fff;\r\n  display: grid;\r\n  place-items: center;\r\n  box-shadow: 0 10px 24px rgba(15,23,42,.18);\r\n}\r\n\r\n.finance-card h4,\r\n.property-card h3,\r\n.account-card-main h3,\r\n.vehicle-request-card h3 {\r\n  margin: 0;\r\n  color: #0b2540;\r\n  letter-spacing: -.04em;\r\n}\r\n\r\n.finance-card h4 {\r\n  font-size: 17px;\r\n}\r\n\r\n.finance-card p {\r\n  margin: 4px 0 18px;\r\n  color: #64748b;\r\n  font-size: 13px;\r\n}\r\n\r\n.vair-ui-visual button {\r\n  font-family: inherit;\r\n}\r\n\r\n.finance-card .fake-button,\r\n.property-card button,\r\n.vehicle-btn {\r\n  width: 100%;\r\n  height: 38px;\r\n  border: 0;\r\n  border-radius: 5px;\r\n  background: #0b2540;\r\n  color: #fff;\r\n  font-weight: 900;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  cursor: default;\r\n  pointer-events: none;\r\n}\r\n\r\n.divider {\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 10px;\r\n  margin: 18px 0;\r\n}\r\n\r\n.divider span {\r\n  height: 1px;\r\n  flex: 1;\r\n  background: #e2e8f0;\r\n}\r\n\r\n.divider small {\r\n  color: #64748b;\r\n  font-size: 10px;\r\n}\r\n\r\n.finance-card label {\r\n  display: block;\r\n  text-align: left;\r\n  color: #475569;\r\n  font-size: 11px;\r\n  font-weight: 800;\r\n  margin: 12px 0 6px;\r\n}\r\n\r\n.input-field,\r\n.input-row div {\r\n  height: 34px;\r\n  border-radius: 5px;\r\n  border: 1px solid #dbe3ea;\r\n  color: #94a3b8;\r\n  display: flex;\r\n  align-items: center;\r\n  padding: 0 10px;\r\n  font-size: 12px;\r\n  background: #fff;\r\n}\r\n\r\n.input-row {\r\n  display: grid;\r\n  grid-template-columns: 1fr 1fr;\r\n}\r\n\r\n.input-row div + div {\r\n  border-left: 0;\r\n}\r\n\r\n.score-bar {\r\n  height: 9px;\r\n  background: #e2e8f0;\r\n  border-radius: 999px;\r\n  overflow: hidden;\r\n}\r\n\r\n.score-bar span {\r\n  display: block;\r\n  width: 86%;\r\n  height: 100%;\r\n  border-radius: inherit;\r\n  background: linear-gradient(90deg, #0b2540, #d8b76f);\r\n}\r\n\r\n.secondary-btn {\r\n  margin-top: 18px;\r\n}\r\n\r\n\/* ACCOUNT *\/\r\n.account-shell {\r\n  position: absolute;\r\n  inset: 45px 10px 40px 30px;\r\n}\r\n\r\n.account-card-main {\r\n  position: absolute;\r\n  left: 70px;\r\n  top: 55px;\r\n  width: 430px;\r\n  min-height: 250px;\r\n  border-radius: 36px;\r\n  padding: 32px;\r\n  background:\r\n    linear-gradient(135deg, rgba(216,183,111,.22), transparent 35%),\r\n    linear-gradient(145deg, #061a2f, #0b2540 55%, #12395f);\r\n  color: #fff;\r\n  box-shadow: 0 38px 90px rgba(15,23,42,.28);\r\n  overflow: hidden;\r\n  transform: rotate(-2deg);\r\n}\r\n\r\n.account-card-main::after {\r\n  content: \"\";\r\n  position: absolute;\r\n  right: -80px;\r\n  bottom: -80px;\r\n  width: 220px;\r\n  height: 220px;\r\n  border-radius: 50%;\r\n  border: 36px solid rgba(255,255,255,.08);\r\n}\r\n\r\n.account-top {\r\n  display: flex;\r\n  justify-content: space-between;\r\n  align-items: flex-start;\r\n}\r\n\r\n.account-top small,\r\n.property-card small {\r\n  font-size: 12px;\r\n  font-weight: 900;\r\n  letter-spacing: .08em;\r\n}\r\n\r\n.account-card-main h3 {\r\n  color: #fff;\r\n  font-size: 30px;\r\n  margin-top: 7px;\r\n}\r\n\r\n.balance-label {\r\n  margin-top: 48px;\r\n  color: rgba(255,255,255,.65);\r\n  font-size: 13px;\r\n  font-weight: 700;\r\n}\r\n\r\n.balance {\r\n  margin-top: 8px;\r\n  font-size: 38px;\r\n  font-weight: 900;\r\n  letter-spacing: -.06em;\r\n}\r\n\r\n.iban {\r\n  margin-top: 18px;\r\n  font-size: 14px;\r\n  color: rgba(255,255,255,.72);\r\n}\r\n\r\n.account-actions {\r\n  display: flex;\r\n  gap: 10px;\r\n  margin-top: 26px;\r\n}\r\n\r\n.account-actions div {\r\n  padding: 10px 13px;\r\n  border-radius: 999px;\r\n  background: rgba(255,255,255,.12);\r\n  font-size: 12px;\r\n  font-weight: 800;\r\n}\r\n\r\n.transaction-panel {\r\n  position: absolute;\r\n  right: 40px;\r\n  top: 115px;\r\n  width: 285px;\r\n  padding: 22px;\r\n  border-radius: 30px;\r\n  background: rgba(255,255,255,.94);\r\n  box-shadow: 0 30px 75px rgba(15,23,42,.18);\r\n  border: 1px solid rgba(216,183,111,.18);\r\n  transform: rotate(2deg);\r\n  z-index: 4;\r\n}\r\n\r\n.transaction-header {\r\n  display: flex;\r\n  justify-content: space-between;\r\n  align-items: center;\r\n  margin-bottom: 18px;\r\n}\r\n\r\n.transaction-header h4 {\r\n  margin: 0;\r\n  color: #0b2540;\r\n  font-size: 18px;\r\n}\r\n\r\n.transaction-header span {\r\n  color: #64748b;\r\n  font-size: 12px;\r\n  font-weight: 800;\r\n}\r\n\r\n.transaction-item {\r\n  display: grid;\r\n  grid-template-columns: 38px 1fr auto;\r\n  gap: 12px;\r\n  align-items: center;\r\n  padding: 13px 0;\r\n  border-top: 1px solid #e2e8f0;\r\n}\r\n\r\n.tx-icon {\r\n  width: 38px;\r\n  height: 38px;\r\n  border-radius: 12px;\r\n  background: #f1f5f9;\r\n  display: grid;\r\n  place-items: center;\r\n}\r\n\r\n.transaction-item strong {\r\n  display: block;\r\n  color: #0b2540;\r\n  font-size: 13px;\r\n}\r\n\r\n.transaction-item small {\r\n  color: #64748b;\r\n  font-size: 11px;\r\n}\r\n\r\n.transaction-item > span {\r\n  color: #0b2540;\r\n  font-size: 12px;\r\n  font-weight: 900;\r\n}\r\n\r\n.account-floating {\r\n  position: absolute;\r\n  left: 20px;\r\n  bottom: 55px;\r\n  width: 180px;\r\n  padding: 18px;\r\n  border-radius: 20px;\r\n  background: #0b2540;\r\n  color: #fff;\r\n  transform: rotate(-3deg);\r\n  box-shadow: 0 24px 60px rgba(15,23,42,.16);\r\n  z-index: 5;\r\n}\r\n\r\n.account-floating small,\r\n.account-floating strong {\r\n  color: #fff;\r\n}\r\n\r\n.account-floating small {\r\n  font-weight: 800;\r\n}\r\n\r\n.account-floating strong {\r\n  display: block;\r\n  margin: 5px 0 12px;\r\n  font-size: 26px;\r\n}\r\n\r\n.cashflow-bars {\r\n  display: flex;\r\n  align-items: end;\r\n  gap: 7px;\r\n  height: 48px;\r\n}\r\n\r\n.cashflow-bars span {\r\n  flex: 1;\r\n  border-radius: 999px 999px 0 0;\r\n  background: linear-gradient(180deg, #d8b76f, #fff);\r\n}\r\n\r\n.cashflow-bars span:nth-child(1) { height: 42%; }\r\n.cashflow-bars span:nth-child(2) { height: 65%; }\r\n.cashflow-bars span:nth-child(3) { height: 50%; }\r\n.cashflow-bars span:nth-child(4) { height: 82%; }\r\n.cashflow-bars span:nth-child(5) { height: 100%; }\r\n\r\n\/* REAL ESTATE *\/\r\n.realestate-shell {\r\n  position: absolute;\r\n  inset: 50px 5px 40px 25px;\r\n}\r\n\r\n.property-map {\r\n  position: absolute;\r\n  right: 5px;\r\n  top: 35px;\r\n  width: 545px;\r\n  height: 360px;\r\n  border-radius: 34px;\r\n  background:\r\n    linear-gradient(135deg, rgba(11,37,64,.92), rgba(11,37,64,.76)),\r\n    radial-gradient(circle at 25% 20%, rgba(216,183,111,.30), transparent 34%);\r\n  box-shadow: 0 38px 90px rgba(15,23,42,.2);\r\n  overflow: hidden;\r\n}\r\n\r\n.map-grid {\r\n  position: absolute;\r\n  inset: 0;\r\n  background-image:\r\n    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),\r\n    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);\r\n  background-size: 46px 46px;\r\n  transform: rotate(-8deg) scale(1.18);\r\n}\r\n\r\n.property-pin {\r\n  position: absolute;\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 9px;\r\n  padding: 9px 12px;\r\n  border-radius: 999px;\r\n  background: #fff;\r\n  color: #0b2540;\r\n  font-size: 12px;\r\n  font-weight: 900;\r\n  box-shadow: 0 18px 40px rgba(15,23,42,.22);\r\n}\r\n\r\n.property-pin span {\r\n  width: 10px;\r\n  height: 10px;\r\n  border-radius: 50%;\r\n  background: #d8b76f;\r\n}\r\n\r\n.pin-one { left: 220px; top: 90px; }\r\n.pin-two { right: 80px; top: 160px; }\r\n.pin-three { left: 300px; bottom: 75px; }\r\n\r\n.property-card {\r\n  position: absolute;\r\n  left: 35px;\r\n  top: 95px;\r\n  width: 295px;\r\n  padding: 28px;\r\n  border-radius: 28px;\r\n  background: rgba(255,255,255,.96);\r\n  box-shadow: 0 35px 80px rgba(15,23,42,.22);\r\n  z-index: 5;\r\n}\r\n\r\n.property-card small {\r\n  color: #d8b76f;\r\n}\r\n\r\n.property-card h3 {\r\n  margin-top: 8px;\r\n  font-size: 28px;\r\n}\r\n\r\n.property-card p {\r\n  color: #64748b;\r\n  font-size: 13px;\r\n  line-height: 1.5;\r\n  margin: 10px 0 20px;\r\n}\r\n\r\n.property-value {\r\n  padding: 16px;\r\n  border-radius: 18px;\r\n  background: #f8fafc;\r\n  margin-bottom: 16px;\r\n}\r\n\r\n.property-value span {\r\n  display: block;\r\n  color: #64748b;\r\n  font-size: 12px;\r\n  font-weight: 800;\r\n}\r\n\r\n.property-value strong {\r\n  display: block;\r\n  margin-top: 4px;\r\n  color: #0b2540;\r\n  font-size: 24px;\r\n}\r\n\r\n.property-stats {\r\n  display: grid;\r\n  grid-template-columns: repeat(3, 1fr);\r\n  gap: 9px;\r\n  margin-bottom: 18px;\r\n}\r\n\r\n.property-stats div {\r\n  padding: 12px 8px;\r\n  border-radius: 14px;\r\n  background: #fff;\r\n  border: 1px solid #e2e8f0;\r\n  text-align: center;\r\n}\r\n\r\n.property-stats small {\r\n  display: block;\r\n  color: #64748b;\r\n  font-size: 10px;\r\n  letter-spacing: 0;\r\n}\r\n\r\n.property-stats strong {\r\n  display: block;\r\n  color: #0b2540;\r\n  font-size: 18px;\r\n  margin-top: 4px;\r\n}\r\n\r\n.mortgage-card {\r\n  position: absolute;\r\n  right: 65px;\r\n  bottom: 50px;\r\n  width: 215px;\r\n  padding: 20px;\r\n  border-radius: 22px;\r\n  background: #fff;\r\n  box-shadow: 0 28px 70px rgba(15,23,42,.18);\r\n  z-index: 6;\r\n}\r\n\r\n.mortgage-card span {\r\n  display: block;\r\n  color: #64748b;\r\n  font-size: 12px;\r\n  font-weight: 800;\r\n}\r\n\r\n.mortgage-card strong {\r\n  display: block;\r\n  color: #0b2540;\r\n  font-size: 27px;\r\n  margin: 5px 0;\r\n}\r\n\r\n.mortgage-card small {\r\n  color: #64748b;\r\n  font-weight: 700;\r\n}\r\n\r\n.mortgage-progress {\r\n  height: 9px;\r\n  margin-top: 14px;\r\n  border-radius: 999px;\r\n  background: #e2e8f0;\r\n  overflow: hidden;\r\n}\r\n\r\n.mortgage-progress i {\r\n  display: block;\r\n  width: 72%;\r\n  height: 100%;\r\n  border-radius: inherit;\r\n  background: linear-gradient(90deg, #0b2540, #d8b76f);\r\n}\r\n\r\n\/* VEHICLES *\/\r\n.vehicle-shell {\r\n  position: absolute;\r\n  inset: 45px 10px 40px 25px;\r\n}\r\n\r\n.vehicle-showcase {\r\n  position: absolute;\r\n  left: 35px;\r\n  right: 35px;\r\n  top: 25px;\r\n  height: 455px;\r\n  border-radius: 34px;\r\n  background:\r\n    radial-gradient(circle at 70% 18%, rgba(216,183,111,.22), transparent 32%),\r\n    linear-gradient(135deg, #061a2f, #0b2540 55%, #12395f);\r\n  box-shadow: 0 38px 90px rgba(15,23,42,.24);\r\n  overflow: hidden;\r\n}\r\n\r\n.vehicle-showcase::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  inset: 92px 0 auto 0;\r\n  height: 1px;\r\n  background: rgba(255,255,255,.12);\r\n  box-shadow:\r\n    0 52px 0 rgba(255,255,255,.08),\r\n    0 104px 0 rgba(255,255,255,.06);\r\n}\r\n\r\n.vehicle-topbar {\r\n  position: relative;\r\n  z-index: 3;\r\n  height: 64px;\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 12px;\r\n  padding: 0 24px;\r\n  color: #fff;\r\n}\r\n\r\n.vehicle-topbar span {\r\n  font-size: 13px;\r\n  font-weight: 900;\r\n  letter-spacing: .06em;\r\n}\r\n\r\n.vehicle-topbar small {\r\n  margin-left: auto;\r\n  padding: 7px 11px;\r\n  border-radius: 999px;\r\n  background: rgba(255,255,255,.12);\r\n  color: rgba(255,255,255,.82);\r\n  font-size: 11px;\r\n  font-weight: 800;\r\n}\r\n\r\n.vehicle-stage {\r\n  position: relative;\r\n  height: calc(455px - 64px);\r\n}\r\n\r\n.vehicle-list {\r\n  position: absolute;\r\n  left: 38px;\r\n  right: 38px;\r\n  top: 24px;\r\n  display: flex;\r\n  flex-direction: column;\r\n  gap: 11px;\r\n  z-index: 3;\r\n}\r\n\r\n.vehicle-item {\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 13px;\r\n  padding: 12px 14px;\r\n  border-radius: 16px;\r\n  background: rgba(255,255,255,.08);\r\n  border: 1px solid rgba(255,255,255,.12);\r\n  box-shadow: 0 16px 32px rgba(0,0,0,.14);\r\n  backdrop-filter: blur(6px);\r\n}\r\n\r\n.vehicle-thumb {\r\n  position: relative;\r\n  width: 62px;\r\n  height: 42px;\r\n  flex-shrink: 0;\r\n}\r\n\r\n.vehicle-thumb::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  inset: 0;\r\n  background: rgba(255,255,255,.72);\r\n  -webkit-mask: url(\"data:image\/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M107 286c-16 0-30 13-30 30s14 30 30 30 30-13 30-30-14-30-30-30zm298 0c-16 0-30 13-30 30s14 30 30 30 30-13 30-30-14-30-30-30zM80 256l30-72c10-25 34-41 61-41h137c24 0 47 12 61 32l42 61 42 13c17 5 29 20 29 38v38h-28c-5-23-25-40-49-40s-44 17-49 40H156c-5-23-25-40-49-40s-44 17-49 40H30v-31c0-20 13-37 32-42l18-5zm73-76l-26 61h104v-61h-78zm111 0v61h106l-35-49c-6-8-16-12-26-12h-45z'\/%3E%3C\/svg%3E\") center \/ contain no-repeat;\r\n  mask: url(\"data:image\/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M107 286c-16 0-30 13-30 30s14 30 30 30 30-13 30-30-14-30-30-30zm298 0c-16 0-30 13-30 30s14 30 30 30 30-13 30-30-14-30-30-30zM80 256l30-72c10-25 34-41 61-41h137c24 0 47 12 61 32l42 61 42 13c17 5 29 20 29 38v38h-28c-5-23-25-40-49-40s-44 17-49 40H156c-5-23-25-40-49-40s-44 17-49 40H30v-31c0-20 13-37 32-42l18-5zm73-76l-26 61h104v-61h-78zm111 0v61h106l-35-49c-6-8-16-12-26-12h-45z'\/%3E%3C\/svg%3E\") center \/ contain no-repeat;\r\n}\r\n\r\n.vehicle-data {\r\n  flex: 1;\r\n  min-width: 0;\r\n}\r\n\r\n.vehicle-data strong {\r\n  display: block;\r\n  color: #ffffff;\r\n  font-size: 13px;\r\n  font-weight: 900;\r\n  white-space: nowrap;\r\n  overflow: hidden;\r\n  text-overflow: ellipsis;\r\n}\r\n\r\n.vehicle-data small {\r\n  display: block;\r\n  color: rgba(255,255,255,.68);\r\n  font-size: 11px;\r\n  margin-top: 2px;\r\n}\r\n\r\n.vehicle-item > span {\r\n  padding: 6px 10px;\r\n  border-radius: 999px;\r\n  background: rgba(255,255,255,.14);\r\n  color: #ffffff;\r\n  font-size: 10px;\r\n  font-weight: 900;\r\n  flex-shrink: 0;\r\n}\r\n\r\n.vehicle-item:nth-child(3) > span {\r\n  background: #d8b76f;\r\n  color: #0b2540;\r\n}\r\n\r\n.vehicle-request-card {\r\n  position: absolute;\r\n  left: 35px;\r\n  top: 95px;\r\n  width: 300px;\r\n  padding: 28px;\r\n  border-radius: 28px;\r\n  background: rgba(255,255,255,.96);\r\n  box-shadow: 0 35px 80px rgba(15,23,42,.22);\r\n  z-index: 5;\r\n}\r\n\r\n.vehicle-request-card small {\r\n  color: #d8b76f;\r\n  font-size: 12px;\r\n  font-weight: 900;\r\n  letter-spacing: .08em;\r\n}\r\n\r\n.vehicle-request-card h3 {\r\n  margin: 8px 0 8px;\r\n  font-size: 28px;\r\n}\r\n\r\n.vehicle-request-card p {\r\n  color: #64748b;\r\n  font-size: 13px;\r\n  line-height: 1.5;\r\n  margin: 0 0 18px;\r\n}\r\n\r\n.vehicle-specs {\r\n  display: grid;\r\n  grid-template-columns: 1fr 1fr;\r\n  gap: 10px;\r\n  margin-bottom: 14px;\r\n}\r\n\r\n.vehicle-specs div {\r\n  padding: 13px;\r\n  border-radius: 15px;\r\n  background: #f8fafc;\r\n  border: 1px solid #e2e8f0;\r\n}\r\n\r\n.vehicle-specs span {\r\n  display: block;\r\n  color: #64748b;\r\n  font-size: 10px;\r\n  font-weight: 800;\r\n}\r\n\r\n.vehicle-specs strong {\r\n  display: block;\r\n  margin-top: 4px;\r\n  color: #0b2540;\r\n  font-size: 15px;\r\n}\r\n\r\n.vehicle-form-row {\r\n  display: flex;\r\n  justify-content: space-between;\r\n  gap: 12px;\r\n  padding: 12px 0;\r\n  border-top: 1px solid #e2e8f0;\r\n  border-bottom: 1px solid #e2e8f0;\r\n  margin-bottom: 16px;\r\n}\r\n\r\n.vehicle-form-row span {\r\n  color: #0b2540;\r\n  font-size: 13px;\r\n  font-weight: 900;\r\n}\r\n\r\n.vehicle-form-row strong {\r\n  color: #10b981;\r\n  font-size: 12px;\r\n  font-weight: 900;\r\n}\r\n\r\n.vehicle-mini-card {\r\n  position: absolute;\r\n  right: 70px;\r\n  bottom: 45px;\r\n  width: 210px;\r\n  padding: 18px;\r\n  border-radius: 22px;\r\n  background: #fff;\r\n  box-shadow: 0 28px 70px rgba(15,23,42,.18);\r\n  z-index: 6;\r\n}\r\n\r\n.vehicle-mini-card span {\r\n  display: block;\r\n  color: #64748b;\r\n  font-size: 12px;\r\n  font-weight: 800;\r\n}\r\n\r\n.vehicle-mini-card strong {\r\n  display: block;\r\n  color: #0b2540;\r\n  font-size: 22px;\r\n  margin-top: 5px;\r\n}\r\n\r\n\/* DOTS *\/\r\n.slider-dots {\r\n  position: absolute;\r\n  bottom: 8px;\r\n  left: 50%;\r\n  z-index: 30;\r\n  transform: translateX(-50%);\r\n  display: flex;\r\n  gap: 8px;\r\n}\r\n\r\n.slider-dots .dot {\r\n  width: 9px;\r\n  height: 9px;\r\n  border: 0;\r\n  border-radius: 999px;\r\n  background: rgba(11,37,64,.25);\r\n  cursor: pointer;\r\n  padding: 0;\r\n}\r\n\r\n.slider-dots .dot.active {\r\n  width: 22px;\r\n  background: #0b2540;\r\n}\r\n\r\n\r\n\r\n\/* MOBILE *\/\r\n@media (max-width: 768px) {\r\n  .vair-ui-visual {\r\n    max-width: 100%;\r\n    min-height: 220px;\r\n    transform: scale(.42);\r\n    transform-origin: top center;\r\n    margin: 0 auto -260px;\r\n  }\r\n\r\n  .vair-slider {\r\n    min-height: 520px;\r\n  }\r\n\r\n  .finance-browser {\r\n    width: 520px;\r\n    right: -150px;\r\n    top: 40px;\r\n  }\r\n\r\n  .browser-top {\r\n    height: 44px;\r\n    padding: 0 16px;\r\n  }\r\n\r\n  .search {\r\n    width: 150px;\r\n  }\r\n\r\n  .dashboard-panel {\r\n    padding: 16px;\r\n  }\r\n\r\n  .panel-header h4 {\r\n    font-size: 18px;\r\n  }\r\n\r\n  .panel-header strong {\r\n    font-size: 17px;\r\n  }\r\n\r\n  .big-chart {\r\n    height: 120px;\r\n  }\r\n\r\n  .mini-panels div {\r\n    min-height: 80px;\r\n    padding: 12px;\r\n  }\r\n\r\n  .finance-card {\r\n    width: 220px;\r\n    padding: 18px;\r\n    top: 75px;\r\n    left: 10px;\r\n    border-radius: 22px;\r\n  }\r\n\r\n  .account-shell,\r\n  .realestate-shell,\r\n  .vehicle-shell {\r\n    inset: 20px;\r\n  }\r\n\r\n  .vehicle-showcase {\r\n  position: absolute;\r\n  left: 35px;\r\n  right: 35px;\r\n  top: 25px;\r\n  height: 430px;\r\n  border-radius: 34px;\r\n  background:\r\n    radial-gradient(circle at 70% 18%, rgba(216,183,111,.22), transparent 32%),\r\n    linear-gradient(135deg, #061a2f, #0b2540 55%, #12395f);\r\n  box-shadow: 0 38px 90px rgba(15,23,42,.24);\r\n  overflow: hidden;\r\n}\r\n\r\n@media (prefers-reduced-motion: reduce) {\r\n  .vair-slide {\r\n    transition: none;\r\n  }\r\n}\r\n<\/style>\r\n\r\n<script>\r\n(() => {\r\n  const visual = document.querySelector(\".vair-ui-visual\");\r\n  if (!visual) return;\r\n\r\n  const slides = visual.querySelectorAll(\".vair-slide\");\r\n  const dots = visual.querySelectorAll(\".slider-dots .dot\");\r\n  if (!slides.length || !dots.length) return;\r\n\r\n  let currentSlide = 0;\r\n  let autoplay = null;\r\n  let startX = 0;\r\n  let currentX = 0;\r\n  let isDragging = false;\r\n\r\n  const showSlide = (index) => {\r\n    slides[currentSlide]?.classList.remove(\"active\");\r\n    dots[currentSlide]?.classList.remove(\"active\");\r\n\r\n    currentSlide = (index + slides.length) % slides.length;\r\n\r\n    slides[currentSlide]?.classList.add(\"active\");\r\n    dots[currentSlide]?.classList.add(\"active\");\r\n  };\r\n\r\n  const nextSlide = () => showSlide(currentSlide + 1);\r\n  const prevSlide = () => showSlide(currentSlide - 1);\r\n\r\n  const stopAutoplay = () => {\r\n    if (autoplay) clearInterval(autoplay);\r\n    autoplay = null;\r\n  };\r\n\r\n  const startAutoplay = () => {\r\n    stopAutoplay();\r\n    autoplay = setInterval(nextSlide, 4000);\r\n  };\r\n\r\n  dots.forEach((dot, index) => {\r\n    dot.addEventListener(\"click\", () => {\r\n      showSlide(index);\r\n      startAutoplay();\r\n    });\r\n  });\r\n\r\n  const dragStart = (x) => {\r\n    isDragging = true;\r\n    startX = x;\r\n    currentX = x;\r\n    visual.classList.add(\"dragging\");\r\n    stopAutoplay();\r\n  };\r\n\r\n  const dragMove = (x) => {\r\n    if (isDragging) currentX = x;\r\n  };\r\n\r\n  const dragEnd = () => {\r\n    if (!isDragging) return;\r\n\r\n    const diff = currentX - startX;\r\n\r\n    if (Math.abs(diff) > 50) {\r\n      diff < 0 ? nextSlide() : prevSlide();\r\n    }\r\n\r\n    isDragging = false;\r\n    visual.classList.remove(\"dragging\");\r\n    startAutoplay();\r\n  };\r\n\r\n  visual.addEventListener(\"pointerdown\", (e) => {\r\n    if (e.button !== 0) return;\r\n    dragStart(e.clientX);\r\n  });\r\n\r\n  window.addEventListener(\"pointermove\", (e) => dragMove(e.clientX), { passive: true });\r\n  window.addEventListener(\"pointerup\", dragEnd);\r\n\r\n  document.addEventListener(\"visibilitychange\", () => {\r\n    document.hidden ? stopAutoplay() : startAutoplay();\r\n  });\r\n\r\n  startAutoplay();\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6651393 ha-css-transform-yes elementor-widget__width-initial elementor-widget elementor-widget-button\" data-id=\"6651393\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6Ijc2NzUiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Finanzierung erhalten<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-496099e elementor-hidden-mobile elementor-widget-mobile__width-initial elementor-widget__width-initial mobile-hidden-text elementor-widget elementor-widget-text-editor\" data-id=\"496099e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>F\u00fcr Unternehmen, Selbstst\u00e4ndige und Fahrzeugh\u00e4ndler.<\/p><p data-start=\"1194\" data-end=\"1251\">\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a63dd9d e-flex e-con-boxed e-con e-parent\" data-id=\"a63dd9d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd2866d elementor-widget elementor-widget-html\" data-id=\"dd2866d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"logo-slider\">\r\n  <div class=\"logo-slide-track\">\r\n\r\n    <div class=\"logo-item\">\r\n      <a href=\"https:\/\/autohauskurt.com\/\" target=\"_blank\" rel=\"noopener\">\r\n        <img loading=\"lazy\" src=\"https:\/\/vair.world\/wp-content\/uploads\/2026\/05\/httpsvair.worldwp-contentuploads202605img_pc_logo_slogan.svg-4-scaled.png\" alt=\"\" width=\"220\" height=\"90\" loading=\"lazy\" decoding=\"async\">\r\n      <\/a>\r\n    <\/div>\r\n\r\n    <div class=\"logo-item\">\r\n      <a href=\"https:\/\/carl-autohaus.de\/\" target=\"_blank\" rel=\"noopener\">\r\n        <img loading=\"lazy\" src=\"https:\/\/vair.world\/wp-content\/uploads\/2026\/05\/Design-ohne-Titel-10-scaled.png\" alt=\"\" width=\"220\" height=\"90\" loading=\"lazy\" decoding=\"async\">\r\n      <\/a>\r\n    <\/div>\r\n\r\n    <div class=\"logo-item\">\r\n      <a href=\"https:\/\/www.gutkarte.de\/mainpage\" target=\"_blank\" rel=\"noopener\">\r\n        <img loading=\"lazy\" src=\"https:\/\/vair.world\/wp-content\/uploads\/2026\/05\/httpsvair.worldwp-contentuploads202605img_pc_logo_slogan.svg-1-scaled.png\" alt=\"\" width=\"220\" height=\"90\" loading=\"lazy\" decoding=\"async\">\r\n      <\/a>\r\n    <\/div>\r\n\r\n    <div class=\"logo-item\">\r\n      <a href=\"https:\/\/www.bafaberater.de\/\" target=\"_blank\" rel=\"noopener\">\r\n        <img loading=\"lazy\" src=\"https:\/\/vair.world\/wp-content\/uploads\/2026\/05\/httpsvair.worldwp-contentuploads202605img_pc_logo_slogan.svg-2-scaled.png\" alt=\"\" width=\"220\" height=\"90\" loading=\"lazy\" decoding=\"async\">\r\n      <\/a>\r\n    <\/div>\r\n\r\n    <div class=\"logo-item\">\r\n      <a href=\"https:\/\/www.bv-schuldnerhilfe.de\/\" target=\"_blank\" rel=\"noopener\">\r\n        <img loading=\"lazy\" src=\"https:\/\/vair.world\/wp-content\/uploads\/2026\/05\/httpsvair.worldwp-contentuploads202605img_pc_logo_slogan.svg-3-scaled.png\" alt=\"\" width=\"220\" height=\"90\" loading=\"lazy\" decoding=\"async\">\r\n      <\/a>\r\n    <\/div>\r\n\r\n    <div class=\"logo-item\">\r\n      <a href=\"https:\/\/automiete-langzeit.de\/\" target=\"_blank\" rel=\"noopener\">\r\n        <img loading=\"lazy\" src=\"https:\/\/vair.world\/wp-content\/uploads\/2026\/05\/Design-ohne-Titel-11-scaled.webp\" alt=\"\" width=\"220\" height=\"90\" loading=\"lazy\" decoding=\"async\">\r\n      <\/a>\r\n    <\/div>\r\n\r\n    <div class=\"logo-item\">\r\n      <a href=\"https:\/\/autohauskurt.com\/\" target=\"_blank\" rel=\"noopener\" aria-hidden=\"true\" tabindex=\"-1\">\r\n        <img loading=\"lazy\" src=\"https:\/\/vair.world\/wp-content\/uploads\/2026\/05\/httpsvair.worldwp-contentuploads202605img_pc_logo_slogan.svg-4-scaled.png\" alt=\"\" width=\"220\" height=\"90\" loading=\"lazy\" decoding=\"async\">\r\n      <\/a>\r\n    <\/div>\r\n\r\n    <div class=\"logo-item\">\r\n      <a href=\"https:\/\/carl-autohaus.de\/\" target=\"_blank\" rel=\"noopener\" aria-hidden=\"true\" tabindex=\"-1\">\r\n        <img loading=\"lazy\" src=\"https:\/\/vair.world\/wp-content\/uploads\/2026\/05\/Design-ohne-Titel-10-scaled.png\" alt=\"\" width=\"220\" height=\"90\" loading=\"lazy\" decoding=\"async\">\r\n      <\/a>\r\n    <\/div>\r\n\r\n    <div class=\"logo-item\">\r\n      <a href=\"https:\/\/www.gutkarte.de\/mainpage\" target=\"_blank\" rel=\"noopener\" aria-hidden=\"true\" tabindex=\"-1\">\r\n        <img loading=\"lazy\" src=\"https:\/\/vair.world\/wp-content\/uploads\/2026\/05\/httpsvair.worldwp-contentuploads202605img_pc_logo_slogan.svg-1-scaled.png\" alt=\"\" width=\"220\" height=\"90\" loading=\"lazy\" decoding=\"async\">\r\n      <\/a>\r\n    <\/div>\r\n\r\n    <div class=\"logo-item\">\r\n      <a href=\"https:\/\/www.bafaberater.de\/\" target=\"_blank\" rel=\"noopener\" aria-hidden=\"true\" tabindex=\"-1\">\r\n        <img loading=\"lazy\" src=\"https:\/\/vair.world\/wp-content\/uploads\/2026\/05\/httpsvair.worldwp-contentuploads202605img_pc_logo_slogan.svg-2-scaled.png\" alt=\"\" width=\"220\" height=\"90\" loading=\"lazy\" decoding=\"async\">\r\n      <\/a>\r\n    <\/div>\r\n\r\n    <div class=\"logo-item\">\r\n      <a href=\"https:\/\/www.bv-schuldnerhilfe.de\/\" target=\"_blank\" rel=\"noopener\" aria-hidden=\"true\" tabindex=\"-1\">\r\n        <img loading=\"lazy\" src=\"https:\/\/vair.world\/wp-content\/uploads\/2026\/05\/httpsvair.worldwp-contentuploads202605img_pc_logo_slogan.svg-3-scaled.png\" alt=\"\" width=\"220\" height=\"90\" loading=\"lazy\" decoding=\"async\">\r\n      <\/a>\r\n    <\/div>\r\n\r\n    <div class=\"logo-item\">\r\n      <a href=\"https:\/\/automiete-langzeit.de\/\" target=\"_blank\" rel=\"noopener\" aria-hidden=\"true\" tabindex=\"-1\">\r\n        <img loading=\"lazy\" src=\"https:\/\/vair.world\/wp-content\/uploads\/2026\/05\/Design-ohne-Titel-11-scaled.webp\" alt=\"\" width=\"220\" height=\"90\" loading=\"lazy\" decoding=\"async\">\r\n      <\/a>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/div>\r\n\r\n<style>\r\n.logo-slider {\r\n  width: 100%;\r\n  overflow: hidden;\r\n  background: #fff;\r\n  padding: 30px 0;\r\n  position: relative;\r\n  border-top: 1px solid #0707071F;\r\n  border-left: 1px solid #0707071F;\r\n  border-right: 1px solid #0707071F;\r\n  border-bottom: none;\r\n}\r\n\r\n.logo-slide-track {\r\n  display: flex;\r\n  width: max-content;\r\n  animation: logo-scroll 20s linear infinite;\r\n  will-change: transform;\r\n}\r\n\r\n.logo-slider:hover .logo-slide-track {\r\n  animation-play-state: paused;\r\n}\r\n\r\n.logo-item {\r\n  width: 300px;\r\n  flex: 0 0 300px;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n}\r\n\r\n.logo-item img {\r\n  height: 90px;\r\n  width: auto;\r\n  max-width: 220px;\r\n  object-fit: contain;\r\n  opacity: .8;\r\n  transition: opacity .3s ease, transform .3s ease;\r\n}\r\n\r\n.logo-item img:hover {\r\n  opacity: 1;\r\n  transform: scale(1.05);\r\n}\r\n\r\n@keyframes logo-scroll {\r\n  from {\r\n    transform: translateX(0);\r\n  }\r\n\r\n  to {\r\n    transform: translateX(-1800px);\r\n  }\r\n}\r\n\r\n@media (prefers-reduced-motion: reduce) {\r\n  .logo-slide-track {\r\n    animation: none;\r\n    transform: none;\r\n  }\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-acf45e0 e-flex e-con-boxed e-con e-parent\" data-id=\"acf45e0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-849a9e3 elementor-widget elementor-widget-html\" data-id=\"849a9e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section class=\"vair-location-section\">\r\n  <div class=\"vair-location-inner\">\r\n\r\n    <div class=\"vair-location-text\">\r\n      <h2>Der Hauptsitz von Vair World<\/h2>\r\n      <p>\r\n        Von unserem Standort aus verbinden wir Unternehmen, Selbstst\u00e4ndige und Fahrzeugh\u00e4ndler mit passenden Finanzierungsl\u00f6sungen und starken Partnern.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"vair-location-image\">\r\n      <img decoding=\"async\" src=\"https:\/\/vair.world\/wp-content\/uploads\/2026\/06\/VairWorld-Gebaeude.png\" alt=\"Vair World Standort\">\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n.vair-location-section {\r\n  background: #ffffff;\r\n  padding: 90px 50px;\r\n  border-left: 1px solid #0707071F;\r\n  border-right: 1px solid #0707071F;\r\n}\r\n\r\n.vair-location-inner {\r\n  max-width: 1140px;\r\n  margin: 0 auto;\r\n  display: grid;\r\n  grid-template-columns: 0.85fr 1.15fr;\r\n  gap: 30px;\r\n  align-items: center;\r\n}\r\n\r\n.vair-location-text h2 {\r\n  margin: 0 50px 12px 0;\r\n  font-family: Arial, sans-serif;\r\n  font-size: 27px;\r\n  line-height: 1.08;\r\n  font-weight: 500;\r\n  color: #0C2C4C;\r\n  padding-left: 20px;\r\n}\r\n\r\n.vair-location-text h2::after {\r\n  content: \"\";\r\n  display: block;\r\n  width: 60px;\r\n  height: 3px;\r\n  background: #B49C44;\r\n  margin-top: 16px;\r\n}\r\n\r\n.vair-location-text p {\r\n  margin: 0;\r\n  max-width: 460px;\r\n  font-family: Arial, sans-serif;\r\n  font-size: 15px;\r\n  line-height: 1.55;\r\n  font-weight: 400;\r\n  color: #0C2C4C;\r\n  padding-left: 20px;\r\n}\r\n\r\n.vair-location-image img {\r\n  width: 100%;\r\n  display: block;\r\n  border-radius: 28px;\r\n  box-shadow: 0 28px 70px rgba(12,44,76,.16);\r\n}\r\n\r\n@media (max-width: 900px) {\r\n  .vair-location-section {\r\n    padding: 60px 24px;\r\n  }\r\n\r\n  .vair-location-inner {\r\n    grid-template-columns: 1fr;\r\n    gap: 32px;\r\n  }\r\n\r\n  .vair-location-text h2 {\r\n    margin: 0 0 12px;\r\n  }\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e389d23 e-flex e-con-boxed e-con e-parent\" data-id=\"e389d23\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f7febc0 e-flex e-con-boxed e-con e-child\" data-id=\"f7febc0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f82cefb elementor-widget__width-initial ha-css-transform-yes elementor-widget elementor-widget-text-editor\" data-id=\"f82cefb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Flexible Finanzierung f\u00fcr modernes Wachstum. Nutzen Sie starke L\u00f6sungen aus Finanzierung, Investment, Fahrzeugen sowie Netzwerk &amp; Beratung &#8211; einzeln oder flexibel kombiniert.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9df5604 elementor-widget elementor-widget-html\" data-id=\"9df5604\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section class=\"vw-card-grid\">\r\n\r\n  <a class=\"vw-card large\" href=\"\/finanzierung\/\">\r\n    <span class=\"vw-badge\">Kreditl\u00f6sungen<\/span>\r\n    <h3>Finanzierung<\/h3>\r\n\r\n    <div class=\"vw-more-wrap\">\r\n      <span class=\"vw-more\">Erfahre mehr!<\/span>\r\n      <p>\r\n        Finden Sie passende Kreditl\u00f6sungen f\u00fcr unterschiedliche Bed\u00fcrfnisse. Ob Auto-, Immobilien-, Projekt-, Investment-, Gold- oder Pfandkredit \u2014 wir bieten Ihnen einen klaren \u00dcberblick und unterst\u00fctzen Sie bei der passenden Finanzierung. Immobilien, Projekte, Fahrzeuge und Edelmetalle als Kapitalanlage.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"vw-credit-card-ui\"><\/div>\r\n  <\/a>\r\n\r\n  <a class=\"vw-card\" href=\"\/fahrzeuge\/\">\r\n    <span class=\"vw-badge\">Mobilit\u00e4t<\/span>\r\n    <h3>Fahrzeuge<\/h3>\r\n\r\n    <div class=\"vw-more-wrap\">\r\n      <span class=\"vw-more\">Erfahre mehr!<\/span>\r\n      <p>\r\n        Flexible L\u00f6sungen rund um Fahrzeuge \u2014 von Absatzfinanzierung und Fahrzeuginvestment bis zur Langzeit-Autovermietung.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"vw-car-ui\">\r\n      <span><\/span>\r\n      <span><\/span>\r\n    <\/div>\r\n  <\/a>\r\n\r\n  <a class=\"vw-card small\" href=\"\/investieren\/\">\r\n    <span class=\"vw-badge\">Kapitalanlage<\/span>\r\n    <h3>Investieren<\/h3>\r\n\r\n    <div class=\"vw-more-wrap\">\r\n      <span class=\"vw-more\">Erfahre mehr!<\/span>\r\n      <p>\r\n        Gezielt in Immobilien, Gold und Edelmetalle investieren \u2014 f\u00fcr stabile Werte und langfristige Perspektiven.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"vw-chart\"><\/div>\r\n  <\/a>\r\n\r\n  <a class=\"vw-card small\" href=\"\/konto\/\">\r\n    <span class=\"vw-badge\">Banking<\/span>\r\n    <h3>Konto<\/h3>\r\n\r\n    <div class=\"vw-more-wrap\">\r\n      <span class=\"vw-more\">Erfahre mehr!<\/span>\r\n      <p>\r\n        Moderne Kontol\u00f6sungen f\u00fcr private und gesch\u00e4ftliche Anforderungen. \u00dcbersichtlich, flexibel und passend zu Ihren finanziellen Bed\u00fcrfnissen.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"vw-head-ui\"><\/div>\r\n  <\/a>\r\n\r\n  <a class=\"vw-card small\" href=\"\/netzwerk-beratung\/\">\r\n    <span class=\"vw-badge\">Beratung<\/span>\r\n    <h3>Netzwerk & Beratung<\/h3>\r\n\r\n    <div class=\"vw-more-wrap\">\r\n      <span class=\"vw-more\">Erfahre mehr!<\/span>\r\n      <p>\r\n        Pers\u00f6nliche Beratung, starke Partner und echte Erfolgsgeschichten \u2014 wir begleiten Sie mit Erfahrung und passenden Kontakten.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"vw-chat-ui\">\r\n      <span><\/span>\r\n      <span><\/span>\r\n      <span><\/span>\r\n    <\/div>\r\n  <\/a>\r\n\r\n<\/section>\r\n\r\n<style>\r\n.vw-card-grid {\r\n  display: grid;\r\n  grid-template-columns: repeat(3, 1fr);\r\n  gap: 16px;\r\n  font-family: Arial, sans-serif;\r\n}\r\n\r\n.vw-card,\r\n.vw-card:hover,\r\n.vw-card:focus,\r\n.vw-card:visited {\r\n  text-decoration: none !important;\r\n}\r\n\r\n.vw-card {\r\n  position: relative;\r\n  min-height: 390px;\r\n  padding: 28px;\r\n  padding-bottom: 125px;\r\n  border-radius: 10px;\r\n  background: #ffffff;\r\n  border: 1px solid rgba(12,44,76,.13);\r\n  overflow: hidden;\r\n  color: #0C2C4C;\r\n  cursor: pointer;\r\n  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;\r\n}\r\n\r\n.vw-card.large {\r\n  grid-column: span 2;\r\n}\r\n\r\n.vw-card.small {\r\n  min-height: 300px;\r\n  padding: 22px;\r\n  padding-bottom: 100px;\r\n}\r\n\r\n.vw-card::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  inset: 0;\r\n  border-radius: 10px;\r\n  padding: 2px;\r\n  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), #B49C44, #0C2C4C, transparent 45%);\r\n  opacity: 0;\r\n  transition: opacity .25s ease;\r\n  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);\r\n  -webkit-mask-composite: xor;\r\n  mask-composite: exclude;\r\n  pointer-events: none;\r\n}\r\n\r\n.vw-card::after {\r\n  content: \"\\2197\\FE0E\";\r\n  position: absolute;\r\n  top: 18px;\r\n  right: 18px;\r\n  width: 38px;\r\n  height: 38px;\r\n  border-radius: 8px;\r\n  background: rgba(180,156,68,.12);\r\n  color: #B49C44;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  font-size: 20px;\r\n  transition: transform .25s ease, background .25s ease;\r\n}\r\n\r\n.vw-card:hover {\r\n  transform: scale(1.025);\r\n  box-shadow: 0 24px 55px rgba(12,44,76,.16);\r\n  border-color: rgba(180,156,68,.55);\r\n}\r\n\r\n.vw-card:hover::before {\r\n  opacity: 1;\r\n}\r\n\r\n.vw-card:hover::after {\r\n  transform: translate(3px, -3px);\r\n  background: rgba(180,156,68,.22);\r\n}\r\n\r\n.vw-badge {\r\n  display: inline-block;\r\n  padding: 7px 12px;\r\n  margin-bottom: 14px;\r\n  border-radius: 999px;\r\n  background: rgba(12,44,76,.06);\r\n  color: #0C2C4C;\r\n  font-size: 12px;\r\n  font-weight: 600;\r\n}\r\n\r\n.vw-card h3 {\r\n  margin: 0 50px 12px 0;\r\n  font-family: Arial, sans-serif;\r\n  font-size: 27px;\r\n  line-height: 1.08;\r\n  font-weight: 500;\r\n  color: #0C2C4C;\r\n}\r\n\r\n.vw-card.small h3 {\r\n  font-size: 23px;\r\n}\r\n\r\n.vw-more-wrap {\r\n  position: relative;\r\n  z-index: 3;\r\n  display: inline-block;\r\n  max-width: 92%;\r\n}\r\n\r\n.vw-more {\r\n  display: inline-block;\r\n  opacity: 0;\r\n  visibility: hidden;\r\n  transform: translateY(6px);\r\n  color: #B49C44;\r\n  font-size: 14px;\r\n  font-weight: 600;\r\n  cursor: help;\r\n  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;\r\n}\r\n\r\n.vw-card:hover .vw-more {\r\n  opacity: 1;\r\n  visibility: visible;\r\n  transform: translateY(0);\r\n}\r\n\r\n.vw-more-wrap p {\r\n  opacity: 0;\r\n  visibility: hidden;\r\n  transform: translateY(8px);\r\n  margin: 12px 0 0;\r\n  max-width: 100%;\r\n  font-family: Arial, sans-serif;\r\n  font-size: 15px;\r\n  line-height: 1.55;\r\n  color: #0C2C4C;\r\n  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;\r\n}\r\n\r\n.vw-card.small .vw-more-wrap p {\r\n  font-size: 14px;\r\n}\r\n\r\n.vw-more-wrap:hover p {\r\n  opacity: 1;\r\n  visibility: visible;\r\n  transform: translateY(0);\r\n}\r\n\r\n.vw-credit-card-ui,\r\n.vw-car-ui,\r\n.vw-chart,\r\n.vw-head-ui,\r\n.vw-chat-ui {\r\n  position: absolute;\r\n  z-index: 1;\r\n  pointer-events: none;\r\n}\r\n\r\n.vw-credit-card-ui {\r\n  right: 28px;\r\n  bottom: 26px;\r\n  width: 138px;\r\n  height: 86px;\r\n  border-radius: 14px;\r\n  background: linear-gradient(135deg, #B49C44, #0C2C4C);\r\n  box-shadow: 0 18px 38px rgba(12,44,76,.14);\r\n  opacity: .92;\r\n}\r\n\r\n.vw-credit-card-ui::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  left: 0;\r\n  top: 20px;\r\n  width: 100%;\r\n  height: 15px;\r\n  background: rgba(255,255,255,.28);\r\n}\r\n\r\n.vw-credit-card-ui::after {\r\n  content: \"\";\r\n  position: absolute;\r\n  left: 16px;\r\n  bottom: 18px;\r\n  width: 54px;\r\n  height: 8px;\r\n  border-radius: 99px;\r\n  background: rgba(255,255,255,.65);\r\n  box-shadow: 68px 0 0 rgba(255,255,255,.35);\r\n}\r\n\r\n.vw-car-ui {\r\n  right: 28px;\r\n  bottom: 30px;\r\n  width: 132px;\r\n  height: 72px;\r\n}\r\n\r\n.vw-car-ui::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  left: 10px;\r\n  bottom: 16px;\r\n  width: 112px;\r\n  height: 38px;\r\n  border-radius: 18px 22px 12px 12px;\r\n  background: linear-gradient(135deg, #B49C44, #0C2C4C);\r\n  box-shadow: 0 18px 38px rgba(12,44,76,.14);\r\n}\r\n\r\n.vw-car-ui::after {\r\n  content: \"\";\r\n  position: absolute;\r\n  left: 38px;\r\n  bottom: 45px;\r\n  width: 58px;\r\n  height: 28px;\r\n  border-radius: 18px 18px 4px 4px;\r\n  background: rgba(12,44,76,.82);\r\n}\r\n\r\n.vw-car-ui span {\r\n  position: absolute;\r\n  bottom: 5px;\r\n  width: 24px;\r\n  height: 24px;\r\n  border-radius: 50%;\r\n  background: #0C2C4C;\r\n  border: 5px solid rgba(255,255,255,.75);\r\n  box-shadow: 0 8px 18px rgba(12,44,76,.16);\r\n}\r\n\r\n.vw-car-ui span:nth-child(1) {\r\n  left: 24px;\r\n}\r\n\r\n.vw-car-ui span:nth-child(2) {\r\n  right: 24px;\r\n}\r\n\r\n.vw-chart {\r\n  right: 28px;\r\n  bottom: 24px;\r\n  width: 86px;\r\n  height: 86px;\r\n  border-radius: 50%;\r\n  background: radial-gradient(circle, #fff 40%, transparent 41%),\r\n              conic-gradient(#B49C44 0 42%, rgba(12,44,76,.78) 42% 72%, rgba(12,44,76,.12) 72%);\r\n  box-shadow: 0 16px 35px rgba(12,44,76,.11);\r\n  opacity: .9;\r\n}\r\n\r\n.vw-head-ui {\r\n  right: 34px;\r\n  bottom: 28px;\r\n  width: 104px;\r\n  height: 104px;\r\n}\r\n\r\n.vw-head-ui::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  left: 29px;\r\n  top: 0;\r\n  width: 46px;\r\n  height: 46px;\r\n  border-radius: 50%;\r\n  background: linear-gradient(135deg, #B49C44, #0C2C4C);\r\n  box-shadow: 0 14px 30px rgba(12,44,76,.14);\r\n}\r\n\r\n.vw-head-ui::after {\r\n  content: \"\";\r\n  position: absolute;\r\n  left: 12px;\r\n  bottom: 0;\r\n  width: 80px;\r\n  height: 48px;\r\n  border-radius: 42px 42px 14px 14px;\r\n  background: linear-gradient(135deg, rgba(180,156,68,.9), rgba(12,44,76,.9));\r\n  box-shadow: 0 18px 38px rgba(12,44,76,.14);\r\n}\r\n\r\n.vw-chat-ui {\r\n  right: 28px;\r\n  bottom: 28px;\r\n  width: 118px;\r\n  height: 82px;\r\n  border-radius: 22px;\r\n  background: linear-gradient(135deg, #B49C44, #0C2C4C);\r\n  box-shadow: 0 18px 38px rgba(12,44,76,.14);\r\n  opacity: .92;\r\n}\r\n\r\n.vw-chat-ui::after {\r\n  content: \"\";\r\n  position: absolute;\r\n  right: 20px;\r\n  bottom: -13px;\r\n  width: 28px;\r\n  height: 28px;\r\n  background: #0C2C4C;\r\n  clip-path: polygon(0 0, 100% 0, 100% 100%);\r\n}\r\n\r\n.vw-chat-ui span {\r\n  position: absolute;\r\n  top: 36px;\r\n  width: 9px;\r\n  height: 9px;\r\n  border-radius: 50%;\r\n  background: rgba(255,255,255,.75);\r\n}\r\n\r\n.vw-chat-ui span:nth-child(1) {\r\n  left: 35px;\r\n}\r\n\r\n.vw-chat-ui span:nth-child(2) {\r\n  left: 55px;\r\n}\r\n\r\n.vw-chat-ui span:nth-child(3) {\r\n  left: 75px;\r\n}\r\n\r\n@media (max-width: 900px) {\r\n  .vw-card-grid {\r\n    grid-template-columns: 1fr;\r\n  }\r\n\r\n  .vw-card,\r\n  .vw-card.large,\r\n  .vw-card.small {\r\n    grid-column: span 1;\r\n    min-height: 260px;\r\n    height: 260px;\r\n    padding: 24px;\r\n    padding-bottom: 95px;\r\n  }\r\n\r\n  .vw-more,\r\n  .vw-more-wrap p,\r\n  .vw-card:hover .vw-more,\r\n  .vw-more-wrap:hover p {\r\n    display: none !important;\r\n    opacity: 0 !important;\r\n    visibility: hidden !important;\r\n  }\r\n\r\n  .vw-card h3,\r\n  .vw-card.small h3 {\r\n    font-size: 24px;\r\n  }\r\n\r\n  .vw-credit-card-ui,\r\n  .vw-car-ui,\r\n  .vw-chart,\r\n  .vw-head-ui,\r\n  .vw-chat-ui {\r\n    transform: scale(.85);\r\n    transform-origin: bottom right;\r\n  }\r\n}\r\n<\/style>\r\n\r\n<script>\r\nconst cards = document.querySelectorAll('.vw-card');\r\n\r\ncards.forEach(card => {\r\n  let raf = null;\r\n\r\n  card.addEventListener('mousemove', e => {\r\n    if (raf) return;\r\n\r\n    raf = requestAnimationFrame(() => {\r\n      const rect = card.getBoundingClientRect();\r\n\r\n      card.style.setProperty(\r\n        '--x',\r\n        ((e.clientX - rect.left) \/ rect.width) * 100 + '%'\r\n      );\r\n\r\n      card.style.setProperty(\r\n        '--y',\r\n        ((e.clientY - rect.top) \/ rect.height) * 100 + '%'\r\n      );\r\n\r\n      raf = null;\r\n    });\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7a0a23e e-flex e-con-boxed e-con e-parent\" data-id=\"7a0a23e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dfe1acb elementor-widget elementor-widget-html\" data-id=\"dfe1acb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section id=\"vairFlowModule_2025\">\r\n  <div class=\"vairFlowInner_2025\">\r\n    <h2 class=\"vairFlowTitle_2025\">\r\n      Die Plattform<br>f\u00fcr Unternehmer & Investoren\r\n    <\/h2>\r\n\r\n    <div class=\"vairFlowStats_2025\">\r\n      <button class=\"vairFlowStat_2025 is-active\" data-scene=\"0\" type=\"button\">\r\n        <strong>6+<\/strong>\r\n        <span>strategische Partner<br>im Netzwerk<\/span>\r\n      <\/button>\r\n\r\n      <button class=\"vairFlowStat_2025\" data-scene=\"1\" type=\"button\">\r\n        <strong>200+<\/strong>\r\n        <span class=\"desktop-investor-text\">Unternehmer und Investoren<br>im \u00d6kosystem<\/span>\r\n        <span class=\"mobile-investor-text\">Unternehmer & Investoren<br>im \u00d6kosystem<\/span>\r\n      <\/button>\r\n\r\n      <button class=\"vairFlowStat_2025\" data-scene=\"2\" type=\"button\">\r\n        <strong>5<\/strong>\r\n        <span class=\"desktop-text\">zentrale Bereiche:<br>Finanzierung, Fahrzeuge, Konten,<br>Netzwerk & Beratung, Investments<\/span>\r\n        <span class=\"mobile-text\">zentrale Bereiche<\/span>\r\n      <\/button>\r\n\r\n      <button class=\"vairFlowStat_2025\" data-scene=\"3\" type=\"button\">\r\n        <strong>24\/7<\/strong>\r\n        <span>digitale Erreichbarkeit<br>und Betreuung<\/span>\r\n      <\/button>\r\n    <\/div>\r\n\r\n    <div class=\"vairFlowVisual_2025\">\r\n      <canvas id=\"vairFlowCanvas_2025\"><\/canvas>\r\n\r\n      <div class=\"vairFlowControls_2025\">\r\n        <button id=\"vairFlowPause_2025\" type=\"button\">\u2161<\/button>\r\n        <button id=\"vairFlowTheme_2025\" type=\"button\">\u263c<\/button>\r\n\r\n        <div class=\"vairFlowMenu_2025\">\r\n          <button data-theme=\"light\" class=\"selected\" type=\"button\">\u263c Klar<\/button>\r\n          <button data-theme=\"dark\" type=\"button\">\u263e Nacht<\/button>\r\n          <button data-theme=\"gold\" type=\"button\">\u25c9 Signature<\/button>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n  #vairFlowModule_2025,\r\n  #vairFlowModule_2025 * {\r\n    box-sizing: border-box !important;\r\n  }\r\n\r\n  #vairFlowModule_2025 {\r\n    --vair-bg: #ffffff;\r\n    --vair-panel: #f5f7f8;\r\n    --vair-line: rgba(12,44,76,.14);\r\n    --vair-text: #0C2C4C;\r\n    --vair-muted: rgba(12,44,76,.46);\r\n    --vair-accent: #B49C44;\r\n    --vair-glow1: rgba(180,156,68,.58);\r\n    --vair-glow2: rgba(12,44,76,.14);\r\n\r\n    width: 100% !important;\r\n    background: var(--vair-bg) !important;\r\n    color: var(--vair-text) !important;\r\n    font-family: Arial, Helvetica, sans-serif !important;\r\n    overflow: hidden !important;\r\n  }\r\n\r\n  #vairFlowModule_2025.theme-dark {\r\n    --vair-bg: #0C2C4C;\r\n    --vair-panel: #0C2C4C;\r\n    --vair-line: rgba(255,255,255,.16);\r\n    --vair-text: #ffffff;\r\n    --vair-muted: rgba(255,255,255,.72);\r\n    --vair-accent: #B49C44;\r\n    --vair-glow1: rgba(180,156,68,.48);\r\n    --vair-glow2: rgba(255,255,255,.08);\r\n  }\r\n\r\n  #vairFlowModule_2025.theme-gold {\r\n    --vair-bg: #ffffff;\r\n    --vair-panel: #fbf8ef;\r\n    --vair-line: rgba(180,156,68,.25);\r\n    --vair-text: #0C2C4C;\r\n    --vair-muted: rgba(12,44,76,.48);\r\n    --vair-accent: #B49C44;\r\n    --vair-glow1: rgba(180,156,68,.72);\r\n    --vair-glow2: rgba(12,44,76,.14);\r\n  }\r\n\r\n  #vairFlowModule_2025 .vairFlowInner_2025 {\r\n    max-width: 1320px !important;\r\n    margin: 0 auto !important;\r\n    border-left: 1px solid var(--vair-line) !important;\r\n    border-right: 1px solid var(--vair-line) !important;\r\n    background: transparent !important;\r\n  }\r\n\r\n  #vairFlowModule_2025 .vairFlowTitle_2025 {\r\n    min-height: 240px !important;\r\n    margin: 0 !important;\r\n    padding: 0 !important;\r\n    display: flex !important;\r\n    align-items: center !important;\r\n    justify-content: center !important;\r\n    text-align: center !important;\r\n\r\n    font-family: Arial, sans-serif !important;\r\n    font-size: 27px !important;\r\n    line-height: 1.08 !important;\r\n    font-weight: 500 !important;\r\n    color: var(--vair-text) !important;\r\n\r\n    border-bottom: 1px solid var(--vair-line) !important;\r\n    background: transparent !important;\r\n  }\r\n\r\n  #vairFlowModule_2025 .vairFlowStats_2025 {\r\n    display: grid !important;\r\n    grid-template-columns: repeat(4, 1fr) !important;\r\n    border-bottom: 1px solid var(--vair-line) !important;\r\n    background: transparent !important;\r\n  }\r\n\r\n  #vairFlowModule_2025 .vairFlowStat_2025 {\r\n    appearance: none !important;\r\n    -webkit-appearance: none !important;\r\n    border: 0 !important;\r\n    border-radius: 0 !important;\r\n    outline: 0 !important;\r\n    box-shadow: none !important;\r\n    background: transparent !important;\r\n    padding: 48px 20px 44px !important;\r\n    margin: 0 !important;\r\n    color: var(--vair-muted) !important;\r\n    cursor: pointer !important;\r\n    text-align: center !important;\r\n    opacity: .62 !important;\r\n    font-family: Arial, Helvetica, sans-serif !important;\r\n    transition: opacity .3s ease, color .3s ease, box-shadow .3s ease, transform .3s ease !important;\r\n  }\r\n\r\n  #vairFlowModule_2025 .vairFlowStat_2025:hover,\r\n  #vairFlowModule_2025 .vairFlowStat_2025:focus,\r\n  #vairFlowModule_2025 .vairFlowStat_2025:active {\r\n    background: transparent !important;\r\n    color: var(--vair-text) !important;\r\n    transform: translateY(-2px) !important;\r\n  }\r\n\r\n  #vairFlowModule_2025 .vairFlowStat_2025 strong {\r\n    display: block !important;\r\n    margin: 0 !important;\r\n    padding: 0 !important;\r\n\r\n    font-family: Arial, sans-serif !important;\r\n    font-size: 27px !important;\r\n    line-height: 1.08 !important;\r\n    font-weight: 500 !important;\r\n    color: var(--vair-text) !important;\r\n  }\r\n\r\n  #vairFlowModule_2025 .vairFlowStat_2025 span {\r\n    display: block !important;\r\n    margin-top: 12px !important;\r\n    padding: 0 !important;\r\n\r\n    font-family: Arial, sans-serif !important;\r\n    font-size: 15px !important;\r\n    line-height: 1.55 !important;\r\n    font-weight: 400 !important;\r\n    color: var(--vair-text) !important;\r\n  }\r\n\r\n  #vairFlowModule_2025 .vairFlowStat_2025.is-active {\r\n    opacity: 1 !important;\r\n    color: var(--vair-text) !important;\r\n    background: transparent !important;\r\n    box-shadow: inset 0 -2px 0 var(--vair-accent) !important;\r\n  }\r\n\r\n  #vairFlowModule_2025 .vairFlowVisual_2025 {\r\n    position: relative !important;\r\n    height: 540px !important;\r\n    overflow: hidden !important;\r\n    background:\r\n      radial-gradient(circle at 50% 112%, var(--vair-glow1), transparent 35%),\r\n      radial-gradient(circle at 50% 74%, var(--vair-glow2), transparent 60%),\r\n      linear-gradient(180deg, #ffffff 0%, var(--vair-panel) 100%) !important;\r\n  }\r\n\r\n  #vairFlowModule_2025.theme-dark .vairFlowVisual_2025 {\r\n    background:\r\n      radial-gradient(circle at 50% 105%, rgba(180,156,68,.72), transparent 34%),\r\n      radial-gradient(circle at 38% 70%, rgba(180,156,68,.32), transparent 46%),\r\n      radial-gradient(circle at 65% 60%, rgba(12,44,76,.88), transparent 55%),\r\n      linear-gradient(135deg, #081f36 0%, #0C2C4C 48%, #B49C44 100%) !important;\r\n  }\r\n\r\n  #vairFlowModule_2025 #vairFlowCanvas_2025 {\r\n    width: 100% !important;\r\n    height: 100% !important;\r\n    display: block !important;\r\n  }\r\n\r\n  #vairFlowModule_2025 .vairFlowControls_2025 {\r\n    position: absolute !important;\r\n    top: 26px !important;\r\n    right: 24px !important;\r\n    z-index: 20 !important;\r\n    display: flex !important;\r\n    gap: 8px !important;\r\n  }\r\n\r\n  #vairFlowModule_2025 .vairFlowControls_2025 > button {\r\n    width: 35px !important;\r\n    height: 35px !important;\r\n    padding: 0 !important;\r\n    margin: 0 !important;\r\n    border: 1px solid rgba(12,44,76,.20) !important;\r\n    background: rgba(255,255,255,.72) !important;\r\n    color: var(--vair-text) !important;\r\n    border-radius: 999px !important;\r\n    cursor: pointer !important;\r\n    font-size: 18px !important;\r\n    line-height: 1 !important;\r\n    font-family: Arial, Helvetica, sans-serif !important;\r\n    backdrop-filter: none !important;\r\n  }\r\n\r\n  #vairFlowModule_2025.theme-dark .vairFlowControls_2025 > button {\r\n    border-color: rgba(255,255,255,.34) !important;\r\n    background: rgba(255,255,255,.12) !important;\r\n    color: #ffffff !important;\r\n  }\r\n\r\n  #vairFlowModule_2025 .vairFlowMenu_2025 {\r\n    position: absolute !important;\r\n    top: 44px !important;\r\n    right: 0 !important;\r\n    width: 160px !important;\r\n    padding: 8px !important;\r\n    border: 1px solid rgba(12,44,76,.18) !important;\r\n    border-radius: 14px !important;\r\n    background: rgba(255,255,255,.90) !important;\r\n    backdrop-filter: blur(10px) !important;\r\n    display: none !important;\r\n  }\r\n\r\n  #vairFlowModule_2025.theme-dark .vairFlowMenu_2025 {\r\n    border-color: rgba(255,255,255,.25) !important;\r\n    background: rgba(12,44,76,.82) !important;\r\n  }\r\n\r\n  #vairFlowModule_2025 .vairFlowControls_2025.is-open .vairFlowMenu_2025 {\r\n    display: block !important;\r\n  }\r\n\r\n  #vairFlowModule_2025 .vairFlowMenu_2025 button {\r\n    width: 100% !important;\r\n    border: 0 !important;\r\n    background: transparent !important;\r\n    color: var(--vair-text) !important;\r\n    text-align: left !important;\r\n    padding: 10px 12px !important;\r\n    border-radius: 10px !important;\r\n    font-family: Arial, Helvetica, sans-serif !important;\r\n    font-size: 15px !important;\r\n    font-weight: 400 !important;\r\n    cursor: pointer !important;\r\n  }\r\n\r\n  #vairFlowModule_2025.theme-dark .vairFlowMenu_2025 button {\r\n    color: #ffffff !important;\r\n  }\r\n\r\n  #vairFlowModule_2025 .vairFlowMenu_2025 button.selected {\r\n    background: rgba(180,156,68,.18) !important;\r\n    font-weight: 700 !important;\r\n  }\r\n\r\n  #vairFlowModule_2025 .vairFlowStat_2025 .mobile-text,\r\n  #vairFlowModule_2025 .vairFlowStat_2025 .mobile-investor-text {\r\n    display: none !important;\r\n  }\r\n\r\n  @media (max-width: 800px) {\r\n    #vairFlowModule_2025 {\r\n      overflow: hidden !important;\r\n    }\r\n\r\n    #vairFlowModule_2025 .vairFlowInner_2025 {\r\n      width: 100% !important;\r\n      max-width: 100% !important;\r\n      border-left: 0 !important;\r\n      border-right: 0 !important;\r\n    }\r\n\r\n    #vairFlowModule_2025 .vairFlowTitle_2025 {\r\n      min-height: 170px !important;\r\n      padding: 0 28px !important;\r\n      font-size: 27px !important;\r\n      line-height: 1.08 !important;\r\n    }\r\n\r\n    #vairFlowModule_2025 .vairFlowStats_2025 {\r\n      grid-template-columns: 1fr 1fr !important;\r\n      width: 100% !important;\r\n    }\r\n\r\n    #vairFlowModule_2025 .vairFlowStat_2025 {\r\n      padding: 28px 14px !important;\r\n      min-width: 0 !important;\r\n    }\r\n\r\n    #vairFlowModule_2025 .vairFlowStat_2025 strong {\r\n      font-size: 27px !important;\r\n    }\r\n\r\n    #vairFlowModule_2025 .vairFlowStat_2025 span {\r\n      font-size: 15px !important;\r\n      line-height: 1.35 !important;\r\n      word-break: normal !important;\r\n      overflow-wrap: break-word !important;\r\n    }\r\n\r\n    #vairFlowModule_2025 .vairFlowVisual_2025 {\r\n      height: 360px !important;\r\n      width: 100% !important;\r\n    }\r\n\r\n    #vairFlowModule_2025 #vairFlowCanvas_2025 {\r\n      width: 100% !important;\r\n      height: 100% !important;\r\n    }\r\n\r\n    #vairFlowModule_2025 .vairFlowControls_2025 {\r\n      top: 20px !important;\r\n      right: 18px !important;\r\n    }\r\n\r\n    #vairFlowModule_2025 .vairFlowStat_2025:nth-child(2) .desktop-investor-text {\r\n      display: none !important;\r\n    }\r\n\r\n    #vairFlowModule_2025 .vairFlowStat_2025:nth-child(2) .mobile-investor-text {\r\n      display: block !important;\r\n    }\r\n\r\n    #vairFlowModule_2025 .vairFlowStat_2025:nth-child(3) .desktop-text {\r\n      display: none !important;\r\n    }\r\n\r\n    #vairFlowModule_2025 .vairFlowStat_2025:nth-child(3) .mobile-text {\r\n      display: block !important;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<script>\r\n(function () {\r\n  const root = document.getElementById(\"vairFlowModule_2025\");\r\n  const canvas = document.getElementById(\"vairFlowCanvas_2025\");\r\n  if (!root || !canvas) return;\r\n\r\n  const ctx = canvas.getContext(\"2d\");\r\n  const stats = root.querySelectorAll(\".vairFlowStat_2025\");\r\n  const pauseBtn = document.getElementById(\"vairFlowPause_2025\");\r\n  const themeBtn = document.getElementById(\"vairFlowTheme_2025\");\r\n  const controls = root.querySelector(\".vairFlowControls_2025\");\r\n  const menu = root.querySelector(\".vairFlowMenu_2025\");\r\n\r\n  let width = 0;\r\n  let height = 0;\r\n  let dpr = 1;\r\n  let scene = 0;\r\n  let paused = false;\r\n  let visible = true;\r\n  let animationId = null;\r\n  let mouse = { x: -9999, y: -9999 };\r\n  let time = 0;\r\n  let particles = [];\r\n\r\n  const isDarkMode = () => root.classList.contains(\"theme-dark\");\r\n\r\n  function resize() {\r\n    dpr = Math.min(window.devicePixelRatio || 1, 1.5);\r\n    width = canvas.clientWidth;\r\n    height = canvas.clientHeight;\r\n\r\n    canvas.width = Math.round(width * dpr);\r\n    canvas.height = Math.round(height * dpr);\r\n\r\n    ctx.setTransform(dpr, 0, 0, dpr, 0, 0);\r\n    createScene(scene);\r\n  }\r\n\r\n  function createScene(type) {\r\n    particles = [];\r\n\r\n    if (type === 1) {\r\n      createSphereScene();\r\n      return;\r\n    }\r\n\r\n    const count = type === 2 ? 120 : 95;\r\n\r\n    for (let i = 0; i < count; i++) {\r\n      const p = {};\r\n\r\n      if (type === 0) {\r\n        const a = -Math.PI + Math.random() * Math.PI;\r\n        const r = 180 + Math.random() * 420;\r\n        p.x1 = width \/ 2;\r\n        p.y1 = height + 6;\r\n        p.x2 = width \/ 2 + Math.cos(a) * r;\r\n        p.y2 = height + Math.sin(a) * r;\r\n        p.kind = \"line\";\r\n      }\r\n\r\n      if (type === 2) {\r\n        const x = width * .18 + Math.random() * width * .68;\r\n        const wave = Math.sin((x \/ width) * Math.PI * 3.1) * 55;\r\n        p.x1 = x;\r\n        p.y1 = height + 5;\r\n        p.x2 = x;\r\n        p.y2 = height * .24 + wave + Math.random() * 80;\r\n        p.kind = \"line\";\r\n      }\r\n\r\n      if (type === 3) {\r\n        const left = i % 2 === 0;\r\n        p.x1 = left ? width * .14 : width * .86;\r\n        p.y1 = height * (.18 + Math.random() * .72);\r\n        p.x2 = width \/ 2;\r\n        p.y2 = height * .68;\r\n        p.kind = \"curve\";\r\n      }\r\n\r\n      p.speed = .25 + Math.random() * .75;\r\n      p.phase = Math.random() * Math.PI * 2;\r\n      p.alpha = .25 + Math.random() * .75;\r\n      p.dot = true;\r\n      particles.push(p);\r\n    }\r\n  }\r\n\r\n  function createSphereScene() {\r\n    particles = [];\r\n\r\n    const cx = width * .5;\r\n    const cy = height * .95;\r\n    const rx = width * .34;\r\n    const ry = height * .58;\r\n\r\n    for (let i = 0; i < 170; i++) {\r\n      const lat = -1.18 + Math.random() * 1.55;\r\n      const a1 = Math.random() * Math.PI * 2;\r\n      const a2 = a1 + .35 + Math.random() * 1.35;\r\n      const localRx = Math.cos(lat) * rx;\r\n      const yBase = cy + Math.sin(lat) * ry;\r\n\r\n      particles.push({\r\n        kind: \"sphere\",\r\n        x1: cx + Math.cos(a1) * localRx,\r\n        y1: yBase + Math.sin(a1) * 18,\r\n        x2: cx + Math.cos(a2) * localRx,\r\n        y2: yBase + Math.sin(a2) * 18,\r\n        c1x: cx + Math.cos(a1 + .35) * localRx,\r\n        c1y: yBase - 70 - Math.random() * 35,\r\n        c2x: cx + Math.cos(a2 - .35) * localRx,\r\n        c2y: yBase - 70 - Math.random() * 35,\r\n        phase: Math.random() * Math.PI * 2,\r\n        speed: .08 + Math.random() * .24,\r\n        alpha: .14 + Math.random() * .38,\r\n        dot: Math.random() > .35\r\n      });\r\n    }\r\n\r\n    for (let j = 0; j < 50; j++) {\r\n      const lon = (j \/ 49) * Math.PI * 2;\r\n      const side = Math.cos(lon);\r\n\r\n      particles.push({\r\n        kind: \"sphere\",\r\n        x1: cx + side * rx * .08,\r\n        y1: cy - ry * .92,\r\n        x2: cx + side * rx * .96,\r\n        y2: cy + ry * .18 + Math.sin(lon) * 25,\r\n        c1x: cx + side * rx * .78,\r\n        c1y: cy - ry * .75,\r\n        c2x: cx + side * rx * .92,\r\n        c2y: cy - ry * .2,\r\n        phase: Math.random() * Math.PI * 2,\r\n        speed: .07 + Math.random() * .18,\r\n        alpha: .12 + Math.random() * .25,\r\n        dot: false\r\n      });\r\n    }\r\n  }\r\n\r\n  function drawCurve(p, x2, y2) {\r\n    const wobble = paused ? 0 : Math.sin(time * p.speed + p.phase) * 7;\r\n\r\n    ctx.moveTo(p.x1, p.y1);\r\n    ctx.bezierCurveTo(\r\n      p.c1x + wobble,\r\n      p.c1y - wobble * .35,\r\n      p.c2x - wobble * .45,\r\n      p.c2y + wobble * .18,\r\n      x2,\r\n      y2\r\n    );\r\n  }\r\n\r\n  function draw() {\r\n    if (!visible) {\r\n      animationId = null;\r\n      return;\r\n    }\r\n\r\n    if (!paused) time += .012;\r\n\r\n    ctx.clearRect(0, 0, width, height);\r\n\r\n    const dark = isDarkMode();\r\n\r\n    for (const p of particles) {\r\n      const hover = Math.hypot(mouse.x - p.x2, mouse.y - p.y2);\r\n      const force = Math.max(0, 1 - hover \/ 170);\r\n      const wobble = paused ? 0 : Math.sin(time * p.speed + p.phase) * 7;\r\n      const mx = (mouse.x - width \/ 2) * force * .018;\r\n      const my = (mouse.y - height \/ 2) * force * .018;\r\n      const x2 = p.x2 + Math.cos(p.phase) * wobble + mx * 18;\r\n      const y2 = p.y2 + Math.sin(p.phase) * wobble + my * 18;\r\n      const grad = ctx.createLinearGradient(p.x1, p.y1, x2, y2);\r\n\r\n      if (dark) {\r\n        grad.addColorStop(0, \"rgba(255,255,255,.92)\");\r\n        grad.addColorStop(.45, \"rgba(255,255,255,.62)\");\r\n        grad.addColorStop(1, \"rgba(255,255,255,.95)\");\r\n      } else {\r\n        grad.addColorStop(0, \"rgba(180,156,68,.82)\");\r\n        grad.addColorStop(.45, \"rgba(180,156,68,.55)\");\r\n        grad.addColorStop(1, \"rgba(12,44,76,.9)\");\r\n      }\r\n\r\n      ctx.beginPath();\r\n      ctx.strokeStyle = grad;\r\n      ctx.globalAlpha = dark ? Math.min(1, p.alpha + .22) : p.alpha;\r\n      ctx.lineWidth = p.kind === \"sphere\" ? .85 : 1;\r\n\r\n      if (p.kind === \"sphere\") {\r\n        drawCurve(p, x2, y2);\r\n      } else if (p.kind === \"curve\") {\r\n        const cx = (p.x1 + x2) \/ 2;\r\n        ctx.moveTo(p.x1, p.y1);\r\n        ctx.bezierCurveTo(cx, p.y1, cx, y2, x2, y2);\r\n      } else {\r\n        ctx.moveTo(p.x1, p.y1);\r\n        ctx.lineTo(x2, y2);\r\n      }\r\n\r\n      ctx.stroke();\r\n\r\n      if (p.dot !== false) {\r\n        ctx.beginPath();\r\n        ctx.globalAlpha = dark ? Math.min(1, p.alpha + .35) : Math.min(1, p.alpha + .18);\r\n        ctx.fillStyle = dark ? \"#ffffff\" : \"#0C2C4C\";\r\n        ctx.arc(x2, y2, force ? 2.35 : 1.35, 0, Math.PI * 2);\r\n        ctx.fill();\r\n      }\r\n    }\r\n\r\n    ctx.globalAlpha = 1;\r\n    animationId = requestAnimationFrame(draw);\r\n  }\r\n\r\n  function startAnimation() {\r\n    if (!animationId && visible) {\r\n      animationId = requestAnimationFrame(draw);\r\n    }\r\n  }\r\n\r\n  stats.forEach((btn) => {\r\n    btn.addEventListener(\"click\", () => {\r\n      stats.forEach((s) => s.classList.remove(\"is-active\"));\r\n      btn.classList.add(\"is-active\");\r\n      scene = Number(btn.getAttribute(\"data-scene\"));\r\n      createScene(scene);\r\n    });\r\n  });\r\n\r\n  pauseBtn.addEventListener(\"click\", () => {\r\n    paused = !paused;\r\n    pauseBtn.textContent = paused ? \"\u25b6\" : \"\u2161\";\r\n  });\r\n\r\n  themeBtn.addEventListener(\"click\", () => {\r\n    controls.classList.toggle(\"is-open\");\r\n  });\r\n\r\n  menu.querySelectorAll(\"button\").forEach((btn) => {\r\n    btn.addEventListener(\"click\", () => {\r\n      root.classList.remove(\"theme-light\", \"theme-dark\", \"theme-gold\");\r\n      root.classList.add(\"theme-\" + btn.getAttribute(\"data-theme\"));\r\n\r\n      menu.querySelectorAll(\"button\").forEach((b) => b.classList.remove(\"selected\"));\r\n      btn.classList.add(\"selected\");\r\n      controls.classList.remove(\"is-open\");\r\n    });\r\n  });\r\n\r\n  canvas.addEventListener(\"pointermove\", (e) => {\r\n    const rect = canvas.getBoundingClientRect();\r\n    mouse.x = e.clientX - rect.left;\r\n    mouse.y = e.clientY - rect.top;\r\n  }, { passive: true });\r\n\r\n  canvas.addEventListener(\"pointerleave\", () => {\r\n    mouse.x = -9999;\r\n    mouse.y = -9999;\r\n  });\r\n\r\n  const observer = new IntersectionObserver(([entry]) => {\r\n    visible = entry.isIntersecting;\r\n\r\n    if (visible) {\r\n      startAnimation();\r\n    } else if (animationId) {\r\n      cancelAnimationFrame(animationId);\r\n      animationId = null;\r\n    }\r\n  }, { threshold: 0.05 });\r\n\r\n  observer.observe(root);\r\n\r\n  let resizeTimer = null;\r\n  window.addEventListener(\"resize\", () => {\r\n    clearTimeout(resizeTimer);\r\n    resizeTimer = setTimeout(resize, 150);\r\n  });\r\n\r\n  root.classList.add(\"theme-light\");\r\n  resize();\r\n  startAnimation();\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-122109c elementor-widget-mobile__width-initial elementor-widget elementor-widget-html\" data-id=\"122109c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section class=\"vair-review-hero\"> \r\n  <div class=\"vair-review-content\">\r\n    <h2>Das sagen<br>unsere Kunden<\/h2>\r\n  <\/div>\r\n\r\n  <div class=\"vair-review-cards\">\r\n    <div class=\"review-card active\">\r\n      <img decoding=\"async\" class=\"review-profile-img\" src=\"https:\/\/vair.world\/wp-content\/uploads\/2026\/05\/van-1-1.jpeg\" alt=\"Profilbild Max Mustermann\">\r\n\r\n      <h3>Schneider<br>K\u00fcchenmontagen<\/h3>\r\n      <div class=\"review-label\">Ich habe mich nicht einmal getraut.\r\n<\/div>\r\n      <p>\"Als Gr\u00fcnder habe ich mich noch gar nicht getraut, bei einer Bank anzufragen.\"\r\n<\/p>\r\n      <strong>Vair Kunde<\/strong>\r\n    <\/div>\r\n\r\n    <div class=\"review-card\">\r\n      <img decoding=\"async\" class=\"review-profile-img\" src=\"https:\/\/vair.world\/wp-content\/uploads\/2026\/05\/van-2.jpeg\" alt=\"Profilbild Anna Beispiel\">\r\n\r\n      <h3>Uwe<br>Eichelberger<\/h3>\r\n      <div class=\"review-label\">Danke f\u00fcr Ihre Hilfe\r\n<\/div>\r\n      <p>\"Genau der Partner den ich gesucht habe. Danke f\u00fcr die Hilfe zur Finanzierung meines Fuhrparks.\"\r\n\r\n<\/p>\r\n      <strong>Vair Kunde<\/strong>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n.vair-review-hero {\r\n  position: relative;\r\n  overflow: hidden;\r\n  min-height: 490px;\r\n  border-left: 1px solid #0707071F;\r\n  border-right: 1px solid #0707071F;\r\n  font-family: Arial, sans-serif;\r\n  padding: 80px 50px;\r\n  color: #0C2C4C;\r\n  background: transparent;\r\n}\r\n\r\n.vair-review-content {\r\n  position: relative;\r\n  z-index: 2;\r\n  max-width: 420px;\r\n  margin-left: 55px;\r\n}\r\n\r\n.vair-review-content h2 {\r\n  font-family: Arial, sans-serif;\r\n  font-size: 27px;\r\n  line-height: 1.08;\r\n  font-weight: 500;\r\n  color: #0C2C4C;\r\n  margin: 0;\r\n  transform: translateY(120px);\r\n}\r\n\r\n.vair-review-cards {\r\n  position: absolute;\r\n  right: 6%;\r\n  top: 50%;\r\n  transform: translateY(-50%);\r\n  width: 760px;\r\n  height: 360px;\r\n  z-index: 3;\r\n}\r\n\r\n.review-card {\r\n  position: absolute;\r\n  width: 360px;\r\n  min-height: 360px;\r\n  background: #fff;\r\n  color: #0C2C4C;\r\n  padding: 28px 28px;\r\n  box-shadow: 0 25px 45px rgba(0,0,0,.18);\r\n  transition: all .45s ease;\r\n  box-sizing: border-box;\r\n}\r\n\r\n.review-profile-img {\r\n  position: absolute !important;\r\n  top: 24px !important;\r\n  right: 24px !important;\r\n  width: 64px !important;\r\n  height: 64px !important;\r\n  border-radius: 50% !important;\r\n  object-fit: cover !important;\r\n  overflow: hidden !important;\r\n  display: block !important;\r\n}\r\n\r\n.review-card h3 {\r\n  font-family: Arial, sans-serif;\r\n  font-size: 27px;\r\n  line-height: 1.08;\r\n  font-weight: 500;\r\n  color: #0C2C4C;\r\n  margin: 0 0 18px;\r\n  padding-right: 90px;\r\n}\r\n\r\n.review-label {\r\n  font-family: Arial, sans-serif;\r\n  font-size: 15px;\r\n  line-height: 1.55;\r\n  font-weight: 700;\r\n  color: #0C2C4C;\r\n  margin-bottom: 18px;\r\n}\r\n\r\n.review-card p {\r\n  font-family: Arial, sans-serif;\r\n  font-size: 15px;\r\n  line-height: 1.55;\r\n  font-weight: 400;\r\n  color: #0C2C4C;\r\n  margin: 0 0 24px;\r\n}\r\n\r\n.review-card strong {\r\n  font-family: Arial, sans-serif;\r\n  font-size: 15px;\r\n  color: #0C2C4C;\r\n}\r\n\r\n.review-card:nth-child(1) {\r\n  right: 360px;\r\n  z-index: 4;\r\n}\r\n\r\n.review-card:nth-child(2) {\r\n  right: 40px;\r\n  transform: scale(.96) rotate(1deg);\r\n  z-index: 3;\r\n}\r\n\r\n.review-card:hover {\r\n  transform: translateY(-14px) scale(1.04) rotate(0) !important;\r\n  z-index: 99 !important;\r\n  box-shadow: 0 35px 65px rgba(0,0,0,.28);\r\n}\r\n\r\n@media (max-width: 900px) {\r\n  .vair-review-hero {\r\n    padding: 45px 24px;\r\n    min-height: auto;\r\n  }\r\n\r\n  .vair-review-content {\r\n    margin-left: 0;\r\n    max-width: none;\r\n  }\r\n\r\n  .vair-review-content h2 {\r\n    font-size: 27px;\r\n    line-height: 1.08;\r\n    font-weight: 500;\r\n    transform: none;\r\n    margin-bottom: 30px;\r\n  }\r\n\r\n  .vair-review-cards {\r\n    position: relative;\r\n    top: auto;\r\n    right: auto;\r\n    transform: none;\r\n    width: 100%;\r\n    height: auto;\r\n    display: grid;\r\n    grid-template-columns: 1fr;\r\n    gap: 18px;\r\n  }\r\n\r\n  .review-card,\r\n  .review-card:nth-child(1),\r\n  .review-card:nth-child(2) {\r\n    position: relative;\r\n    inset: auto;\r\n    width: 100%;\r\n    height: auto;\r\n    min-height: 250px;\r\n    padding: 22px 20px;\r\n    transform: none;\r\n  }\r\n\r\n  .review-card h3 {\r\n    font-size: 27px;\r\n    line-height: 1.08;\r\n    font-weight: 500;\r\n    padding-right: 76px;\r\n  }\r\n\r\n  .review-label,\r\n  .review-card p,\r\n  .review-card strong {\r\n    font-size: 15px;\r\n    line-height: 1.55;\r\n  }\r\n\r\n  .review-profile-img {\r\n    width: 56px !important;\r\n    height: 56px !important;\r\n    top: 20px !important;\r\n    right: 20px !important;\r\n  }\r\n\r\n  .review-card:hover {\r\n    transform: translateY(-6px) !important;\r\n  }\r\n}\r\n\r\n@media (max-width: 520px) {\r\n  .vair-review-hero {\r\n    padding: 38px 18px;\r\n  }\r\n\r\n  .vair-review-content h2 {\r\n    font-size: 27px;\r\n    line-height: 1.08;\r\n    margin-bottom: 24px;\r\n  }\r\n\r\n  .review-card {\r\n    padding: 20px 18px;\r\n    min-height: 230px;\r\n  }\r\n\r\n  .review-card h3 {\r\n    font-size: 27px;\r\n    line-height: 1.08;\r\n    padding-right: 70px;\r\n  }\r\n\r\n  .review-label,\r\n  .review-card p,\r\n  .review-card strong {\r\n    font-size: 15px;\r\n    line-height: 1.55;\r\n  }\r\n\r\n  .review-profile-img {\r\n    width: 52px !important;\r\n    height: 52px !important;\r\n    top: 18px !important;\r\n    right: 18px !important;\r\n  }\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7ce315d e-flex e-con-boxed e-con e-parent\" data-id=\"7ce315d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-54549bb e-con-full e-flex e-con e-child\" data-id=\"54549bb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c05c72 elementor-widget elementor-widget-heading\" data-id=\"7c05c72\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">40+ Finanzierungen. Deutschlandweit vernetzt.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d695b8c e-flex e-con-boxed e-con e-parent\" data-id=\"d695b8c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-98dac2a e-con-full e-flex e-con e-child\" data-id=\"98dac2a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-98b842d vair-map elementor-widget elementor-widget-shortcode\" data-id=\"98b842d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"wrap-venomaps\" data-infomap='{\"mapid\":\"1772_1\",\"lat\":\"51.541527415753336\",\"lon\":\"12.586688484752464\",\"style_url\":\"https%3A%2F%2Fa.basemaps.cartocdn.com%2Flight_all%2F%7Bz%7D%2F%7Bx%7D%2F%7By%7D.png\",\"zoom\":\"6\",\"zoom_scroll\":false,\"zoom_markers\":false,\"stylekey\":\"custom0\",\"cluster_color\":\"#FFFFFF\",\"cluster_bg\":\"#009CD7\",\"destination\":false,\"routes\":\"\"}'><div id=\"venomaps_1772_1\" class=\"venomap\" style=\"height: 600px;\"><\/div><div style=\"display: none;\" id=\"wrap-overlay-1772_1\"><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_0\" ><div class=\"wpol-infolabel\"><p><em>Vair World Edelmetalle GmbH<\/em><\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_0\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMGMyYzRjIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"52.1309351\",\"lon\":\"11.6380987\",\"size\":50}' id=\"infomarker_1772_1_0\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMGMyYzRjIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 50px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_1\" ><div class=\"wpol-infolabel\"><p><em>Vair World<\/em><\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_1\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"51.055984\",\"lon\":\"12.778516\",\"size\":50}' id=\"infomarker_1772_1_1\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 50px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_2\" ><div class=\"wpol-infolabel\"><p>Autokredit\u00a0 99.200\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Amira Z.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_2\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMGMyYzRjIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"51.3064167\",\"lon\":\"12.2687828\",\"size\":30}' id=\"infomarker_1772_1_2\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMGMyYzRjIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_3\" ><div class=\"wpol-infolabel\"><p>Autokredit 44.000\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Abdalellah A.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_3\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"52.5149375\",\"lon\":\"13.4745707\",\"size\":30}' id=\"infomarker_1772_1_3\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_4\" ><div class=\"wpol-infolabel\"><p>Autokredit 34.000\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Abdulkader J.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_4\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"47.68190717665006\",\"lon\":\"9.182346859028918\",\"size\":30}' id=\"infomarker_1772_1_4\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_5\" ><div class=\"wpol-infolabel\"><p>Autokredit 55.600\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Abdullah A.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_5\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"53.6885533\",\"lon\":\"9.6694617\",\"size\":30}' id=\"infomarker_1772_1_5\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_6\" ><div class=\"wpol-infolabel\"><p>Autokredit 31.200\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Abdulsalam M.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_6\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"52.4315823\",\"lon\":\"9.7125958\",\"size\":30}' id=\"infomarker_1772_1_6\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_7\" ><div class=\"wpol-infolabel\"><p>Autokredit 28.000\u20ac<\/p><br \/>\r\n<p>Afrin Tiefbau GmbH<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_7\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"52.289378\",\"lon\":\"9.3343159\",\"size\":30}' id=\"infomarker_1772_1_7\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_8\" ><div class=\"wpol-infolabel\"><p>Autokredit 43.600\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Ahmad A.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_8\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"48.757453732980345\",\"lon\":\"11.848569620398203\",\"size\":30}' id=\"infomarker_1772_1_8\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_9\" ><div class=\"wpol-infolabel\"><p>Autokredit 47.600\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Ahmad G.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_9\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"53.59192484553072\",\"lon\":\"9.46522963131926\",\"size\":30}' id=\"infomarker_1772_1_9\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_10\" ><div class=\"wpol-infolabel\"><p>Autokredit 46.800\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Ahmad Sarhan B.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_10\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"52.56439995101093\",\"lon\":\"13.465443498489376\",\"size\":30}' id=\"infomarker_1772_1_10\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_11\" ><div class=\"wpol-infolabel\"><p>Autokredit 48.000\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Alahalden Salman M. A.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_11\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"51.33023739203685\",\"lon\":\"6.5556986263710915\",\"size\":30}' id=\"infomarker_1772_1_11\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_12\" ><div class=\"wpol-infolabel\"><p>Autokredit 31.600\u20ac<\/p><br \/>\r\n<p>Alfa M\u00f6belmontage GmbH<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_12\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"50.4302393\",\"lon\":\"7.466302\",\"size\":30}' id=\"infomarker_1772_1_12\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_13\" ><div class=\"wpol-infolabel\"><p>Autokredit 42.400\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Ali Ah.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_13\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"53.169916510294726\",\"lon\":\"8.238649686003114\",\"size\":30}' id=\"infomarker_1772_1_13\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_14\" ><div class=\"wpol-infolabel\"><p>Autokredit 48.000\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Ali Al.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_14\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"51.22860778604952\",\"lon\":\"7.219934726665506\",\"size\":30}' id=\"infomarker_1772_1_14\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_15\" ><div class=\"wpol-infolabel\"><p>Autokredit 56.400\u20ac<\/p><br \/>\r\n<p>Qaisi Transporte<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_15\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"51.44139151427273\",\"lon\":\"7.359286010262364\",\"size\":30}' id=\"infomarker_1772_1_15\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_16\" ><div class=\"wpol-infolabel\"><p>Autokredit 44.000\u20ac<\/p><br \/>\r\n<p>Al Khashab Logistic UG<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_16\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"53.92611520480857\",\"lon\":\"9.51364795487008\",\"size\":30}' id=\"infomarker_1772_1_16\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_17\" ><div class=\"wpol-infolabel\"><p>Autokredit 44.400\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Amer S.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_17\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"49.3030329\",\"lon\":\"11.3507199\",\"size\":30}' id=\"infomarker_1772_1_17\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_18\" ><div class=\"wpol-infolabel\"><p>Autokredit 47.200\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Anas A.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_18\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"51.636438489744016\",\"lon\":\"7.845173937831517\",\"size\":30}' id=\"infomarker_1772_1_18\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_19\" ><div class=\"wpol-infolabel\"><p>Autokredit 56.000\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Arbi Z.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_19\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"54.31139929324284\",\"lon\":\"12.923471697013593\",\"size\":30}' id=\"infomarker_1772_1_19\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_20\" ><div class=\"wpol-infolabel\"><p>Kredit 38.800\u20ac<\/p><br \/>\r\n<p>Auto-Haus Frieda<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_20\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"51.0493286\",\"lon\":\"13.7381437\",\"size\":30}' id=\"infomarker_1772_1_20\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_21\" ><div class=\"wpol-infolabel\"><p>Autokredite 176.000\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Azzam M.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_21\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"52.9666845\",\"lon\":\"10.5584863\",\"size\":30}' id=\"infomarker_1772_1_21\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_22\" ><div class=\"wpol-infolabel\"><p>Autokredit 44.000\u20ac<\/p><br \/>\r\n<p>Family Frischmarkt<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_22\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"53.576564343984245\",\"lon\":\"9.70709901175356\",\"size\":30}' id=\"infomarker_1772_1_22\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_23\" ><div class=\"wpol-infolabel\"><p>Autokredite 176.000\u20ac<\/p><br \/>\r\n<p>Easy Movement Express GmbH<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_23\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"52.433461699999995\",\"lon\":\"9.681152627172349\",\"size\":30}' id=\"infomarker_1772_1_23\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_24\" ><div class=\"wpol-infolabel\"><p>Autokredite 80.000\u20ac<\/p><br \/>\r\n<p>Cracuin Transport<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_24\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"52.37682145\",\"lon\":\"10.018346165195798\",\"size\":30}' id=\"infomarker_1772_1_24\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_25\" ><div class=\"wpol-infolabel\"><p>Autokredit 23.600\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Bassam A.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_25\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"51.5358572\",\"lon\":\"7.0091672\",\"size\":30}' id=\"infomarker_1772_1_25\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_26\" ><div class=\"wpol-infolabel\"><p>Autokredit 44.000\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Belal A.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_26\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"52.9130605\",\"lon\":\"7.7097399\",\"size\":30}' id=\"infomarker_1772_1_26\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_27\" ><div class=\"wpol-infolabel\"><p>Autokredit 53.600\u20ac<\/p><br \/>\r\n<p>CyberDelivery24 Transport &amp; Service GmbH<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_27\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"53.170716\",\"lon\":\"8.6246653\",\"size\":30}' id=\"infomarker_1772_1_27\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_28\" ><div class=\"wpol-infolabel\"><p>Autokredit 55.600\u20ac<\/p><br \/>\r\n<p>Dani Service<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_28\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"53.079544950031305\",\"lon\":\"8.77635254909144\",\"size\":30}' id=\"infomarker_1772_1_28\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_29\" ><div class=\"wpol-infolabel\"><p>Autokredit 44.400\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Emil Kostov I.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_29\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"52.27945279451733\",\"lon\":\"8.05025582675264\",\"size\":30}' id=\"infomarker_1772_1_29\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_30\" ><div class=\"wpol-infolabel\"><p>Autokredit 54.000\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Enrico S.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_30\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"50.586993\",\"lon\":\"12.6992687\",\"size\":30}' id=\"infomarker_1772_1_30\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_31\" ><div class=\"wpol-infolabel\"><p>Autokredit 74.600\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Eunan D.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_31\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"52.41536321415794\",\"lon\":\"13.351040085585423\",\"size\":30}' id=\"infomarker_1772_1_31\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_32\" ><div class=\"wpol-infolabel\"><p>Autokredit 35.600\u20ac<\/p><br \/>\r\n<p>Einzelunterneher Fadi H.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_32\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"53.5903685753641\",\"lon\":\"10.183158229857003\",\"size\":30}' id=\"infomarker_1772_1_32\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_33\" ><div class=\"wpol-infolabel\"><p>Autokredite 235.200\u20ac<\/p><br \/>\r\n<p>FH Dienstleistungs GmbH<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_33\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"54.31038103966018\",\"lon\":\"10.147447401335917\",\"size\":30}' id=\"infomarker_1772_1_33\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_34\" ><div class=\"wpol-infolabel\"><p>Autokredit 48.000\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Florin K.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_34\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"48.5676076\",\"lon\":\"12.1557988\",\"size\":30}' id=\"infomarker_1772_1_34\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_35\" ><div class=\"wpol-infolabel\"><p>Autokredit 58.400\u20ac<\/p><br \/>\r\n<p>Gastro Express<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_35\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"49.541683793811735\",\"lon\":\"8.581974124886397\",\"size\":30}' id=\"infomarker_1772_1_35\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_36\" ><div class=\"wpol-infolabel\"><p>Autokredit 32.800\u20ac<\/p><br \/>\n<p>GbR mit M. Al Zaza und S. Alhweila<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_36\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"53.550341\",\"lon\":\"10.000654\",\"size\":30}' id=\"infomarker_1772_1_36\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_37\" ><div class=\"wpol-infolabel\"><p>Autokredite 100.400\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Ghazwan Hamid H. D.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_37\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"53.8371714\",\"lon\":\"9.9614889\",\"size\":30}' id=\"infomarker_1772_1_37\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_38\" ><div class=\"wpol-infolabel\"><p>Autokredit 38.400\u20ac<\/p><br \/>\r\n<p>Hairstyle Salon<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_38\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"51.8953514\",\"lon\":\"11.0520563\",\"size\":30}' id=\"infomarker_1772_1_38\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"wpol-infopanel infobox-closed\" id=\"infopanel_1772_1_39\" ><div class=\"wpol-infolabel\"><p>Autokredit 20.000\u20ac<\/p><br \/>\r\n<p>Einzelunternehmer Hassan A.<\/p><\/div><div class=\"wpol-arrow\"><\/div><div class=\"wpol-infopanel-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-x\" viewBox=\"0 0 16 16\"><path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\"\/><\/svg><\/div><\/div><div class=\"wpol-infomarker\" data-paneltarget=\"1772_1_39\" data-marker='{\"icon\":\"data:image\\\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\",\"lat\":\"50.42614015\",\"lon\":\"8.653972819926498\",\"size\":30}' id=\"infomarker_1772_1_39\"><img decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LDBDOC4xLDAsMi41LDUuNSwyLjUsMTIuM1M4LDIzLjksMTUsMzBjNy02LjEsMTIuNS0xMC45LDEyLjUtMTcuN1MyMS45LDAsMTUsMHoiLz48cGF0aCBmaWxsPSIjMEMyQzRDIiBkPSJNMTUsMUM4LjcsMSwzLjUsNi4xLDMuNSwxMi4zUzguMywyMi44LDE1LDI4LjdjNi43LTUuOSwxMS41LTEwLjIsMTEuNS0xNi40UzIxLjMsMSwxNSwxeiBNMTUsMTcuMiBjLTIuNSwwLTQuNi0yLjEtNC42LTQuNmMwLTIuNSwyLjEtNC42LDQuNi00LjZzNC42LDIuMSw0LjYsNC42QzE5LjYsMTUuMSwxNy41LDE3LjIsMTUsMTcuMnoiLz48L3N2Zz4=\" style=\"height: 30px; opacity:0.2\"><\/div><div class=\"venomaps-get-attribution\"><\/div><\/div><datalist id=\"vmap-suggestions-1772_1\"><option value=\"Vair World Edelmetalle GmbH\">Vair World Edelmetalle GmbH<\/option><option value=\"Vair World\">Vair World<\/option><option value=\"Autokredit\u00a0 99.200\u20ac Einzelunternehmer Amira Z.\">Autokredit\u00a0 99.200\u20ac Einzelunternehmer Amira Z.<\/option><option value=\"Autokredit 44.000\u20ac Einzelunternehmer Abdalellah A.\">Autokredit 44.000\u20ac Einzelunternehmer Abdalellah A.<\/option><option value=\"Autokredit 34.000\u20ac Einzelunternehmer Abdulkader J.\">Autokredit 34.000\u20ac Einzelunternehmer Abdulkader J.<\/option><option value=\"Autokredit 55.600\u20ac Einzelunternehmer Abdullah A.\">Autokredit 55.600\u20ac Einzelunternehmer Abdullah A.<\/option><option value=\"Autokredit 31.200\u20ac Einzelunternehmer Abdulsalam M.\">Autokredit 31.200\u20ac Einzelunternehmer Abdulsalam M.<\/option><option value=\"Autokredit 28.000\u20ac Afrin Tiefbau GmbH\">Autokredit 28.000\u20ac Afrin Tiefbau GmbH<\/option><option value=\"Autokredit 43.600\u20ac Einzelunternehmer Ahmad A.\">Autokredit 43.600\u20ac Einzelunternehmer Ahmad A.<\/option><option value=\"Autokredit 47.600\u20ac Einzelunternehmer Ahmad G.\">Autokredit 47.600\u20ac Einzelunternehmer Ahmad G.<\/option><option value=\"Autokredit 46.800\u20ac Einzelunternehmer Ahmad Sarhan B.\">Autokredit 46.800\u20ac Einzelunternehmer Ahmad Sarhan B.<\/option><option value=\"Autokredit 48.000\u20ac Einzelunternehmer Alahalden Salman M. A.\">Autokredit 48.000\u20ac Einzelunternehmer Alahalden Salman M. A.<\/option><option value=\"Autokredit 31.600\u20ac Alfa M\u00f6belmontage GmbH\">Autokredit 31.600\u20ac Alfa M\u00f6belmontage GmbH<\/option><option value=\"Autokredit 42.400\u20ac Einzelunternehmer Ali Ah.\">Autokredit 42.400\u20ac Einzelunternehmer Ali Ah.<\/option><option value=\"Autokredit 48.000\u20ac Einzelunternehmer Ali Al.\">Autokredit 48.000\u20ac Einzelunternehmer Ali Al.<\/option><option value=\"Autokredit 56.400\u20ac Qaisi Transporte\">Autokredit 56.400\u20ac Qaisi Transporte<\/option><option value=\"Autokredit 44.000\u20ac Al Khashab Logistic UG\">Autokredit 44.000\u20ac Al Khashab Logistic UG<\/option><option value=\"Autokredit 44.400\u20ac Einzelunternehmer Amer S.\">Autokredit 44.400\u20ac Einzelunternehmer Amer S.<\/option><option value=\"Autokredit 47.200\u20ac Einzelunternehmer Anas A.\">Autokredit 47.200\u20ac Einzelunternehmer Anas A.<\/option><option value=\"Autokredit 56.000\u20ac Einzelunternehmer Arbi Z.\">Autokredit 56.000\u20ac Einzelunternehmer Arbi Z.<\/option><option value=\"Kredit 38.800\u20ac Auto-Haus Frieda\">Kredit 38.800\u20ac Auto-Haus Frieda<\/option><option value=\"Autokredite 176.000\u20ac Einzelunternehmer Azzam M.\">Autokredite 176.000\u20ac Einzelunternehmer Azzam M.<\/option><option value=\"Autokredit 44.000\u20ac Family Frischmarkt\">Autokredit 44.000\u20ac Family Frischmarkt<\/option><option value=\"Autokredite 176.000\u20ac Easy Movement Express GmbH\">Autokredite 176.000\u20ac Easy Movement Express GmbH<\/option><option value=\"Autokredite 80.000\u20ac Cracuin Transport\">Autokredite 80.000\u20ac Cracuin Transport<\/option><option value=\"Autokredit 23.600\u20ac Einzelunternehmer Bassam A.\">Autokredit 23.600\u20ac Einzelunternehmer Bassam A.<\/option><option value=\"Autokredit 44.000\u20ac Einzelunternehmer Belal A.\">Autokredit 44.000\u20ac Einzelunternehmer Belal A.<\/option><option value=\"Autokredit 53.600\u20ac CyberDelivery24 Transport &amp; Service GmbH\">Autokredit 53.600\u20ac CyberDelivery24 Transport &amp; Service Gmb...<\/option><option value=\"Autokredit 55.600\u20ac Dani Service\">Autokredit 55.600\u20ac Dani Service<\/option><option value=\"Autokredit 44.400\u20ac Einzelunternehmer Emil Kostov I.\">Autokredit 44.400\u20ac Einzelunternehmer Emil Kostov I.<\/option><option value=\"Autokredit 54.000\u20ac Einzelunternehmer Enrico S.\">Autokredit 54.000\u20ac Einzelunternehmer Enrico S.<\/option><option value=\"Autokredit 74.600\u20ac Einzelunternehmer Eunan D.\">Autokredit 74.600\u20ac Einzelunternehmer Eunan D.<\/option><option value=\"Autokredit 35.600\u20ac Einzelunterneher Fadi H.\">Autokredit 35.600\u20ac Einzelunterneher Fadi H.<\/option><option value=\"Autokredite 235.200\u20ac FH Dienstleistungs GmbH\">Autokredite 235.200\u20ac FH Dienstleistungs GmbH<\/option><option value=\"Autokredit 48.000\u20ac Einzelunternehmer Florin K.\">Autokredit 48.000\u20ac Einzelunternehmer Florin K.<\/option><option value=\"Autokredit 58.400\u20ac Gastro Express\">Autokredit 58.400\u20ac Gastro Express<\/option><option value=\"Autokredit 32.800\u20ac GbR mit M. Al Zaza und S. Alhweila\">Autokredit 32.800\u20ac GbR mit M. Al Zaza und S. Alhweila<\/option><option value=\"Autokredite 100.400\u20ac Einzelunternehmer Ghazwan Hamid H. D.\">Autokredite 100.400\u20ac Einzelunternehmer Ghazwan Hamid H. D.<\/option><option value=\"Autokredit 38.400\u20ac Hairstyle Salon\">Autokredit 38.400\u20ac Hairstyle Salon<\/option><option value=\"Autokredit 20.000\u20ac Einzelunternehmer Hassan A.\">Autokredit 20.000\u20ac Einzelunternehmer Hassan A.<\/option><\/datalist><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c18383c e-flex e-con-boxed e-con e-parent\" data-id=\"c18383c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f21da1 elementor-widget elementor-widget-html\" data-id=\"4f21da1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n  .vair-footer {\r\n  font-family: Arial, sans-serif;\r\n  color: #0C2C4C;\r\n  background: #fff;\r\n  padding: 50px 50px 70px;\r\n}\r\n\r\n  .vair-footer-grid {\r\n    display: grid;\r\n    grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr;\r\n    gap: 55px;\r\n    max-width: 1140px;\r\n    margin: 0 auto;\r\n    align-items: start;\r\n  }\r\n\r\n  .vair-logo-space {\r\n    height: 76px;\r\n    margin-bottom: 10px;\r\n  }\r\n\r\n  .vair-footer-brand p,\r\n.vair-footer a,\r\n.vair-cta-text p {\r\n  font-family: Arial, sans-serif;\r\n  font-size: 15px;\r\n  line-height: 1.55;\r\n  font-weight: 400;\r\n  color: #0C2C4C;\r\n}\r\n\r\n  .vair-footer h4,\r\n.vair-cta-text h3 {\r\n  font-family: Arial, sans-serif;\r\n  font-size: 27px;\r\n  line-height: 1.08;\r\n  font-weight: 500;\r\n  color: #0C2C4C;\r\n  margin: 0 0 22px;\r\n  text-align: left;\r\n}\r\n\r\n.vair-footer a {\r\n  display: block;\r\n  font-family: Arial, sans-serif;\r\n  font-size: 15px;\r\n  line-height: 1.55;\r\n  font-weight: 400;\r\n  color: #0C2C4C;\r\n  text-decoration: none;\r\n  margin-bottom: 12px;\r\n  text-align: left;\r\n}\r\n\r\n  .vair-footer a:hover {\r\n  color: #031322;\r\n}\r\n\r\n  .vair-cta {\r\n    max-width: 1140px;\r\n    margin: 60px auto 0;\r\n    background: #eef6ff;\r\n    border-radius: 10px;\r\n    display: grid;\r\n    grid-template-columns: 1fr 260px;\r\n    align-items: center;\r\n    min-height: 72px;\r\n  }\r\n\r\n  .vair-cta-text {\r\n    padding: 11px 28px;\r\n  }\r\n\r\n  .vair-cta-text h3 {\r\n  font-family: Arial, sans-serif;\r\n  font-size: 27px;\r\n  line-height: 1.08;\r\n  font-weight: 500;\r\n  color: #0C2C4C;\r\n  margin: 0 0 6px;\r\n}\r\n\r\n.vair-cta-text p {\r\n  margin: 0;\r\n  font-size: 15px;\r\n  line-height: 1.25;\r\n  max-width: 520px;\r\n}\r\n\r\n  .vair-button-space {\r\n    min-height: 42px;\r\n  }\r\n\r\n  @media (max-width: 900px) {\r\n    .vair-footer {\r\n      padding: 45px 25px 55px;\r\n    }\r\n\r\n    .vair-footer-grid {\r\n      grid-template-columns: 1fr 1fr;\r\n      gap: 35px;\r\n      text-align: center;\r\n    }\r\n\r\n    .vair-footer-brand {\r\n      grid-column: 1 \/ -1;\r\n      text-align: center;\r\n    }\r\n\r\n    .vair-footer-brand p {\r\n      margin: 0 auto;\r\n    }\r\n\r\n    .vair-logo-space {\r\n      height: 35px;\r\n    }\r\n\r\n    .vair-cta {\r\n      grid-template-columns: 1fr;\r\n      text-align: center;\r\n      margin-top: 45px;\r\n      padding-bottom: 18px;\r\n    }\r\n\r\n    .vair-cta-text p {\r\n      margin: 0 auto;\r\n    }\r\n\r\n    .vair-button-space {\r\n      min-height: 36px;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 600px) {\r\n    .vair-footer-grid {\r\n      grid-template-columns: 1fr;\r\n      gap: 30px;\r\n    }\r\n\r\n    .vair-footer h4 {\r\n      margin-bottom: 14px;\r\n    }\r\n\r\n    .vair-footer a {\r\n      margin-bottom: 11px;\r\n    }\r\n\r\n    .vair-cta-text {\r\n      padding: 22px 18px 8px;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n  .vair-cta-text h3 {\r\n    font-family: Arial, sans-serif;\r\n    font-size: 27px;\r\n    line-height: 1.08;\r\n    font-weight: 500;\r\n    color: #0C2C4C;\r\n    text-align: center;\r\n    margin: 0 0 14px;\r\n  }\r\n\r\n  .vair-cta-text p {\r\n    text-align: center;\r\n  }\r\n}\r\n\r\n.vair-cta-text p {\r\n  font-family: Arial, sans-serif;\r\n  font-size: 15px;\r\n  line-height: 1.55;\r\n  font-weight: 400;\r\n  color: #0C2C4C;\r\n}\r\n\r\n.vair-footer h4,\r\n.vair-footer a {\r\n  text-align: center;\r\n}\r\n\r\n}\r\n<\/style>\r\n\r\n<footer class=\"vair-footer\">\r\n  <div class=\"vair-footer-grid\">\r\n\r\n    <div class=\"vair-footer-brand\">\r\n      <div class=\"vair-logo-space\"><\/div>\r\n      <p>Das Business-\u00d6kosystem f\u00fcr Unternehmer, Investoren und Gr\u00fcnder.<\/p>\r\n    <\/div>\r\n\r\n    <div>\r\n      <h4>Finanzierung<\/h4>\r\n      <a href=\"\/finanzierung\/#autokredit\">Autokredit<\/a>\r\n      <a href=\"\/finanzierung\/#immobilienkredit\">Immobilienkredit<\/a>\r\n      <a href=\"\/finanzierung\/#projektfinanzierung\">Projektfinanzierung<\/a>\r\n      <a href=\"\/finanzierung\/#goldkredit\">Goldkredit<\/a>\r\n    <\/div>\r\n\r\n    <div>\r\n  <h4>Fahrzeugh\u00e4ndler<\/h4>\r\n  <a href=\"\/fahrzeughaendler\/#fahrzeughandel\">Fahrzeughandel<\/a>\r\n  <a href=\"\/fahrzeughaendler\/#absatzfinanzierung\">Absatzfinanzierung<\/a>\r\n  <a href=\"\/fahrzeughaendler\/#einkaufsfinanzierung\">Einkaufsfinanzierung<\/a>\r\n  <a href=\"\/fahrzeughaendler\/#flottenloesungen\">Flottenl\u00f6sungen<\/a>\r\n<\/div>\r\n\r\n    <div>\r\n      <h4>Konto<\/h4>\r\n      <a href=\"\/konto\/#geschaeftskonto\">Gesch\u00e4ftskonto<\/a>\r\n      <a href=\"\/konto\/#sparkonto\">Sparkonto<\/a>\r\n      <a href=\"\/konto\/#privatkonto\">Privatkonto<\/a>\r\n      <a href=\"\/konto\/#goldkonto\">Goldkonto<\/a>\r\n    <\/div>\r\n\r\n    <div>\r\n      <h4>Support<\/h4>\r\n      <a href=\"\/ueber-uns\/\">\u00dcber uns<\/a>\r\n      <a href=\"\/kontakt\/\">Kontakt<\/a>\r\n      <a href=\"\/datenschutz\/\">Datenschutz<\/a>\r\n      <a href=\"\/impressum\/\">Impressum<\/a>\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n  <div class=\"vair-cta\">\r\n    <div class=\"vair-cta-text\">\r\n      <h3>Bereit zu starten?<\/h3>\r\n      <p>Treten Sie unserem \u00d6kosystem bei und finden Sie die perfekte Finanzierungsl\u00f6sung f\u00fcr Ihr Unternehmen.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"vair-button-space\"><\/div>\r\n  <\/div>\r\n<\/footer>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11baaac ha-css-transform-yes elementor-widget elementor-widget-theme-site-logo elementor-widget-image\" data-id=\"11baaac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-site-logo.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vair.world\/en\">\n\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"555\" height=\"245\" src=\"https:\/\/vair.world\/wp-content\/uploads\/2024\/03\/Logo_Vair_komplett_4c_compressed.svg\" class=\"attachment-full size-full wp-image-526\" alt=\"\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fd4a2a elementor-widget__width-initial ha-css-transform-yes elementor-widget elementor-widget-button\" data-id=\"6fd4a2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6Ijc2NzUiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Anfrage senden<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>\u20ac Angebot berechnen Die Plattform f\u00fcr Finanzierung und Fahrzeughandel. V VAIR FINANCE Search Today Financing activity \u20ac3,528,198 Approved volume \u20ac39,274 +32.8% New partners 37 +12.1% Finanzierung Business Growth Plan \u20ac480.000 anfragen oder mit Partner matchen Unternehmen Muster GmbH Finanzierungsbedarf \u20ac480.000 36 Monate Match Score Partner finden VAIR ACCOUNT Gesch\u00e4ftskonto V Verf\u00fcgbarer Kontostand \u20ac128.420,00 DE89 \u2022\u2022\u2022\u2022 [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"footnotes":""},"class_list":["post-6028","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/vair.world\/en\/wp-json\/wp\/v2\/pages\/6028","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vair.world\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vair.world\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vair.world\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/vair.world\/en\/wp-json\/wp\/v2\/comments?post=6028"}],"version-history":[{"count":371,"href":"https:\/\/vair.world\/en\/wp-json\/wp\/v2\/pages\/6028\/revisions"}],"predecessor-version":[{"id":8518,"href":"https:\/\/vair.world\/en\/wp-json\/wp\/v2\/pages\/6028\/revisions\/8518"}],"wp:attachment":[{"href":"https:\/\/vair.world\/en\/wp-json\/wp\/v2\/media?parent=6028"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}