{"id":5563,"date":"2025-05-08T17:08:40","date_gmt":"2025-05-08T17:08:40","guid":{"rendered":"https:\/\/seitup.de\/?page_id=5563"},"modified":"2026-04-04T19:36:48","modified_gmt":"2026-04-04T19:36:48","slug":"technische-unterstuetzung-der-website","status":"publish","type":"page","link":"https:\/\/seitup.de\/ru\/technische-unterstuetzung-der-website\/","title":{"rendered":"\u0422\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u0441\u0430\u0439\u0442\u0430"},"content":{"rendered":"<div>\n<h1>Technische Unterst\u00fctzung <br \/><span class=\"uk-text-primary\"> f\u00fcr Ihre Website<\/span><\/h1>\n<p>Regelm\u00e4\u00dfige Wartung, Funktionskontrolle und Anpassungen \u2013 ein fester Preis, ohne \u00dcberraschungen.<\/p>\n<\/div>\n<p><p>\n        <a href=\"#modal-form\">Beratung buchen<\/a>\n    <\/p>\n<\/p>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/bg-img-12.png\" alt=\"\"><\/p>\n<div>\n<h2>Technischer Support \u2013 <br class=\"uk-visible@m\"><span class=\"uk-text-primary\">alles an einem Ort<\/span><\/h2>\n<\/div>\n<ul>\n<li>\n<h3>Kontrolle<br \/>und Unterst\u00fctzung<\/h3>\n<div>\n<ul>\n<li data-start=\"181\" data-end=\"299\" class=\"\">\n<p>Kontrolle der Leistung der Website<\/p>\n<\/li>\n<li data-start=\"181\" data-end=\"299\" class=\"\">\n<p>Technische Probleme schnell beseitigen<\/p>\n<\/li>\n<\/ul>\n<\/div>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"\/wp-content\/uploads\/Web-service-img-04.jpg\" alt=\"\"><\/p>\n<h3>Updates<br \/>und Sicherheit<\/h3>\n<div>\n<ul>\n<li data-start=\"453\" data-end=\"558\">\n<p>Aktualisierungen der Website<\/p>\n<\/li>\n<li data-start=\"453\" data-end=\"558\">\n<p>Sch\u00fctzen Sie Ihre Website vor Bedrohungen<\/p>\n<\/li>\n<\/ul>\n<\/div>\n<\/li>\n<li>\n<h3>Unterst\u00fctzung<br \/>und Ausbildung<\/h3>\n<div>\n<ul>\n<li data-start=\"808\" data-end=\"918\" class=\"\">\n<p data-start=\"811\" data-end=\"918\" class=\"\">Wir nehmen \u00c4nderungen auf Ihren Wunsch hin vor<\/p>\n<\/li>\n<li data-start=\"920\" data-end=\"1041\" class=\"\">\n<p data-start=\"923\" data-end=\"1041\" class=\"\">Beantwortung von Fragen und Beratung<\/p>\n<\/li>\n<\/ul>\n<\/div>\n<\/li>\n<\/ul>\n<div>\n<h2>Finden Sie den <br class=\"uk-visible@m\"><span class=\"uk-text-primary\">optimalen Tarif<\/span><\/h2>\n<\/div>\n<div>\n<div class=\"uk-container uk-padding-remove-horizontal\" style=\"max-width:1600px;\">\n<div class=\"uk-card uk-card-default uk-card-body\">\n<h3 class=\"uk-heading-bullet uk-text-center\">W\u00e4hlen Sie die Laufzeit des Services<\/h3>\n<p class=\"uk-text-center\" id=\"monthsLabel\">Ausgew\u00e4hlt: 3 Monate<\/p>\n<div class=\"uk-flex uk-flex-center uk-flex-wrap uk-margin-bottom\">\n      <button class=\"uk-button uk-button-default uk-width-auto@m uk-width-1-1 uk-margin-small-bottom uk-margin-small-right\" onclick=\"selectMonths(3)\">3 Monate<\/button><br \/>\n      <button class=\"uk-button uk-button-default uk-width-auto@m uk-width-1-1 uk-margin-small-bottom uk-margin-small-right\" onclick=\"selectMonths(6)\">6 Monate<\/button><br \/>\n      <button class=\"uk-button uk-button-default uk-width-auto@m uk-width-1-1 uk-margin-small-bottom\" onclick=\"selectMonths(12)\">12 Monate<\/button>\n    <\/div>\n<h3 class=\"uk-heading-bullet uk-text-center\">W\u00e4hlen Sie die Anzahl der Stunden pro Monat<\/h3>\n<p class=\"uk-text-center\" id=\"hoursLabel\">1 Stunde<\/p>\n<p>    <input type=\"range\" id=\"hoursSlider\" min=\"1\" max=\"50\" step=\"1\" value=\"1\" class=\"uk-range\"><\/p>\n<h3 class=\"uk-heading-bullet uk-text-center\">Kosten<\/h3>\n<div id=\"result\" class=\"uk-text-center\">\n<p><strong>Stundensatz:<\/strong> \u20ac45.00 \/Stunde<\/p>\n<p><strong>Monatlicher Preis:<\/strong> \u20ac45.00<\/p>\n<p class=\"price-total uk-text-primary\"><strong>Gesamtkosten f\u00fcr 3 Monate:<\/strong> \u20ac135.00<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<p><!-- JavaScript --><br \/>\n<script>\n  let selectedMonths = 3;\n  const baseRate = 50;<\/p>\n<p>  const hoursSlider = document.getElementById('hoursSlider');\n  const monthsLabel = document.getElementById('monthsLabel');\n  const hoursLabel = document.getElementById('hoursLabel');\n  const resultDiv = document.getElementById('result');<\/p>\n<p>  function getRate(months) {\n    if (months === 3) return 45;\n    if (months === 6) return 42.5;\n    if (months === 12) return 40;\n    return baseRate;\n  }<\/p>\n<p>  function selectMonths(months) {\n    selectedMonths = months;\n    monthsLabel.textContent = `Ausgew\u00e4hlt: ${months} Monat${months === 1 ? '' : 'e'}`;\n    update();<\/p>\n<p>    const buttons = document.querySelectorAll('.uk-flex button');\n    buttons.forEach(btn => btn.classList.remove('uk-button-primary'));\n    const btn = [...buttons].find(b => b.textContent.includes(`${months} Monat`));\n    if (btn) btn.classList.add('uk-button-primary');\n  }<\/p>\n<p>  function update() {\n    const rate = getRate(selectedMonths);\n    const hours = parseInt(hoursSlider.value);\n    const pricePerMonth = rate * hours;\n    const totalPrice = pricePerMonth * selectedMonths;<\/p>\n<p>    const standardTotalPrice = baseRate * hours * selectedMonths;\n    const savings = standardTotalPrice - totalPrice;<\/p>\n<p>    let hourLabel = hours === 1 ? 'Stunde' : 'Stunden';\n    hoursLabel.textContent = `${hours} ${hourLabel}`;<\/p>\n<p>    resultDiv.innerHTML = `<\/p>\n<p><strong>Stundensatz:<\/strong> \u20ac${rate.toFixed(2)} \/Stunde<\/p>\n<p><strong>Monatlicher Preis:<\/strong> \u20ac${pricePerMonth.toFixed(2)}<\/p>\n<p class=\"price-total uk-text-primary\"><strong>Gesamtkosten f\u00fcr ${selectedMonths} Monat${selectedMonths === 1 ? '' : 'e'}:<\/strong> \u20ac${totalPrice.toFixed(2)} zzgl. MwSt. <span class=\"uk-text-success\">(Vorteil: \u20ac${savings.toFixed(2)})<\/span><\/p>\n<p>    `;\n  }<\/p>\n<p>  hoursSlider.addEventListener('input', update);\n  selectMonths(3);\n  update();\n<\/script><\/p>\n<\/div>\n<p><p>\n        <a href=\"#modal-form\">Beratung<\/a>\n    <\/p>\n<\/p>\n<div>\n<h2>Ihre Vorteile <span class=\"uk-text-primary\">auf einen Blick<\/span><\/h2>\n<\/div>\n<ul>\n<li>\n<h3>Schnelle<br \/>\u00c4nderungen<\/h3>\n<p><lord-icon trigger=\"hover\" state=\"hover-roll\" target=\".el-item\" colors=\"primary:#140f4d,secondary:#3872e3\" src=\"\/wp-content\/uploads\/lordicon\/kkjdkiwn.json\"><\/lord-icon><\/p>\n<div>Preise, Kontakte, Bilder oder Aktionen \u2013 wir setzen Ihre \u00c4nderungen zuverl\u00e4ssig um.<\/div>\n<\/li>\n<li>\n<h3>Stabile<br \/>Website<\/h3>\n<p><lord-icon trigger=\"hover\" target=\".el-item\" colors=\"primary:#140f4d,secondary:#3872e3\" src=\"\/wp-content\/uploads\/lordicon\/ozcrnfrh.json\"><\/lord-icon><\/p>\n<div>Wir \u00fcberwachen Ihre Website und beheben Probleme schnell und zuverl\u00e4ssig.<\/div>\n<\/li>\n<li>\n<h3>Keine<br \/> Zusatzkosten<\/h3>\n<p><lord-icon trigger=\"hover\" target=\".el-item\" colors=\"primary:#140f4d,secondary:#3872e3\" src=\"\/wp-content\/uploads\/lordicon\/mzzzwwvl.json\"><\/lord-icon><\/p>\n<div>Sie kennen die Kosten im Voraus \u2013 ohne \u00dcberraschungen.<\/div>\n<\/li>\n<li>\n<h3>Sicherer<br \/> Schutz<\/h3>\n<p><lord-icon trigger=\"hover\" target=\".el-item\" colors=\"primary:#140f4d,secondary:#3872e3\" src=\"\/wp-content\/uploads\/lordicon\/glmhxmsx.json\"><\/lord-icon><\/p>\n<div>Your website is well-protected against external threats.<\/div>\n<\/li>\n<li>\n<h3>Fester<br \/>Ansprechpartner<\/h3>\n<p><lord-icon trigger=\"hover\" target=\".el-item\" colors=\"primary:#140f4d,secondary:#3872e3\" src=\"\/wp-content\/uploads\/lordicon\/wyljvnhx.json\"><\/lord-icon><\/p>\n<div>Sie haben immer einen Experten an Ihrer Seite, der Ihre Website kennt und schnell reagiert.<\/div>\n<\/li>\n<li>\n<h3>Beratung<br \/> &#038; Empfehlungen<\/h3>\n<p><lord-icon trigger=\"hover\" target=\".el-item\" colors=\"primary:#140f4d,secondary:#3872e3\" src=\"\/wp-content\/uploads\/lordicon\/kxwllxwf.json\"><\/lord-icon><\/p>\n<div>Wir erkl\u00e4ren verst\u00e4ndlich und zeigen, wie Ihre Website besser wird.<\/div>\n<\/li>\n<\/ul>\n<div>\n<div>Unsere Kunden sind in den <span class=\"uk-text-primary\">unterschiedlichsten Branchen t\u00e4tig<\/span><\/div>\n<div>\n<\/div>\n<\/div>\n<div>\n<ul class=\"uk-text-center\">\n<li class=\"uk-button uk-button-default uk-button-large\" uk-parallax=\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\">Baugewerbe<\/li>\n<li class=\"uk-button uk-button-primary uk-button-large\" uk-parallax=\"rotate: -15,0,0; y: -95,0,0; end: 70vh;\">Tourismus<\/li>\n<li class=\"uk-button uk-button-default uk-button-large\" uk-parallax=\"rotate: 5,0,0; y: -75,0,0; end: 70vh;\">Immobilien<\/li>\n<li class=\"uk-button uk-button-primary uk-button-large\" uk-parallax=\"rotate: -10,0,0; y: -60,0,0; end: 70vh;\">Lerntechnoloige<\/li>\n<li class=\"uk-button uk-button-default uk-button-large\" uk-parallax=\"rotate: 15,0,0; y: -100,0,0; end: 70vh;\">B2B<\/li>\n<li class=\"uk-button uk-button-default uk-button-large\" uk-parallax=\"rotate: 8,0,0; y: -15,0,0; end: 70vh;\">E-Commerce<\/li>\n<li class=\"uk-button uk-button-default uk-button-large\" uk-parallax=\"rotate: 2,0,0; y: -100,0,0; end: 70vh;\">Sch\u00f6nheitsindustrie<\/li>\n<li class=\"uk-button uk-button-primary uk-button-large\" uk-parallax=\"rotate: 15,0,0; y: -100,0,0; end: 70vh;\">B2C<\/li>\n<li class=\"uk-button uk-button-default uk-button-large\" uk-parallax=\"rotate: 6,0,0; y: -50,0,0; end: 70vh;\">Gesundheit<\/li>\n<li class=\"uk-button uk-button-default uk-button-large\" uk-parallax=\"rotate: -5,0,0; y: -90,0,0; end: 70vh;\">Transport<\/li>\n<li class=\"uk-button uk-button-default uk-button-large\" uk-parallax=\"rotate: -20,0,0; y: -69,0,0; end: 70vh;\">Logistik<\/li>\n<li class=\"uk-button uk-button-primary uk-button-large\" uk-parallax=\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\">Hotel<\/li>\n<li class=\"uk-button uk-button-default uk-button-large\" uk-parallax=\"rotate: -10,0,0; y: -75,0,0; end: 70vh;\">Gastst\u00e4ttengewerbe<\/li>\n<li class=\"uk-button uk-button-primary uk-button-large\" uk-parallax=\"rotate: 7,0,0; y: -56,0,0; end: 70vh;\">Medien<\/li>\n<li class=\"uk-button uk-button-default uk-button-large\" uk-parallax=\"rotate: 20,0,0; y: -80,0,0; end: 70vh;\">Unterhaltung<\/li>\n<li class=\"uk-button uk-button-primary uk-button-large\" uk-parallax=\"rotate: -12,0,0; y: -70,0,0; end: 70vh;\">Mode und Design<\/li>\n<li class=\"uk-button uk-button-default uk-button-large\" uk-parallax=\"rotate: 10,0,0; y: -73,0,0; end: 70vh;\">Mediaindustrie<\/li>\n<\/ul>\n<\/div>\n<div>\n<div>H\u00e4ufig gestellte Fragen<\/div>\n<\/div>\n<ul>\n<li>\n<h3>Was passiert, wenn meine Website pl\u00f6tzlich nicht mehr funktioniert?<\/h3>\n<div>Wir merken es als Erste.<br \/>\nWir \u00fcberwachen die Erreichbarkeit Ihrer Website und reagieren sofort auf St\u00f6rungen. In den meisten F\u00e4llen merken unsere Kunden gar nicht, dass etwas nicht stimmt \u2014 wir beheben das Problem, bevor es jemand bemerkt.<\/div>\n<\/li>\n<li>\n<h3>Ich m\u00f6chte Preise, Produkte oder Inhalte \u00e4ndern \u2013 machen Sie das auch?<\/h3>\n<div>Ja, wir \u00fcbernehmen alle gew\u00fcnschten \u00c4nderungen.<br \/>\nSie schicken uns einfach den neuen Text, Bilder oder Daten \u2013 wir aktualisieren alles auf Ihrer Website.<\/div>\n<\/li>\n<li>\n<h3>Und wenn meine Website gehackt oder mit einem Virus infiziert wird?<\/h3>\n<div>Wir sch\u00fctzen Ihre Website und stellen sie bei Bedarf wieder her.<br \/>\nWir setzen auf bew\u00e4hrte Sicherheitsma\u00dfnahmen, erkennen Angriffsversuche fr\u00fchzeitig und erstellen regelm\u00e4\u00dfige Backups, damit alles schnell wieder l\u00e4uft.<\/div>\n<\/li>\n<\/ul>\n<ul>\n<li>\n<h3>Verschwinden Sie nicht einfach wie mein letzter Entwickler?<\/h3>\n<div>Wir sind seit \u00fcber 5 Jahren zuverl\u00e4ssig f\u00fcr unsere Kunden da.<br \/>\nSie haben einen festen Ansprechpartner, klare Konditionen und einen verl\u00e4sslichen Service \u2013 ganz ohne verschwundene Freelancer.<\/div>\n<\/li>\n<li>\n<h3>Kann es zu h\u00f6heren Kosten kommen?<\/h3>\n<div>Wenn eine Aufgabe mehr Zeit erfordert, als in Ihrem Tarif enthalten ist, stimmen wir alle zus\u00e4tzlichen Leistungen im Voraus mit Ihnen ab.<\/div>\n<\/li>\n<li>\n<h3>Muss ich mich mit Technik auskennen?<\/h3>\n<div>Nein. Wir erkl\u00e4ren alles verst\u00e4ndlich \u2013 ohne Fachchinesisch.<br \/>\nWir beraten Sie auf Augenh\u00f6he, geben Empfehlungen und \u00fcbernehmen die Umsetzung, wenn Sie m\u00f6chten.<\/div>\n<\/li>\n<\/ul>\n<p><!--more--><br \/>\n<!-- {\"type\":\"layout\",\"children\":[{\"type\":\"section\",\"props\":{\"animation_delay\":\"100\",\"divider_height\":\"120\",\"divider_position\":\"top\",\"divider_width\":\"100\",\"header_transparent\":true,\"header_transparent_noplaceholder\":false,\"header_transparent_text_color\":\"dark\",\"height\":\"viewport\",\"height_viewport\":80,\"image_effect\":\"parallax\",\"image_parallax_bgx\":\"-200\",\"image_position\":\"bottom-left\",\"image_size\":\"cover\",\"padding_custom_bottom\":\"40\",\"padding_custom_top\":\"40\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"xlarge\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"vertical_align\":\"middle\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"panel\",\"props\":{\"class\":\"my-button\",\"content\":\"\",\"content_column_breakpoint\":\"m\",\"image\":\"\",\"image_align\":\"right\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_svg_color\":\"emphasis\",\"image_vertical_align\":true,\"link_fullwidth\":false,\"link_margin\":\"medium\",\"link_size\":\"large\",\"link_style\":\"primary\",\"link_text\":\"Beratung\",\"margin_bottom\":\"default\",\"margin_top\":\"default\",\"maxwidth_breakpoint\":\"m\",\"meta\":\"Regelm\u00e4\u00dfige Wartung, Funktionskontrolle und Anpassungen \u2013 ein fester Preis, ohne \u00dcberraschungen.\",\"meta_align\":\"below-title\",\"meta_color\":\"muted\",\"meta_element\":\"div\",\"meta_en_us\":\"Regular maintenance, performance monitoring, and updates \u2013 fixed price, no surprises.\",\"meta_ru_ru\":\"\u0420\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u0430\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430, \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c \u0440\u0430\u0431\u043e\u0442\u043e\u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0438 \u0434\u043e\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u2014 \u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c, \u0431\u0435\u0437 \u0441\u044e\u0440\u043f\u0440\u0438\u0437\u043e\u0432.\",\"meta_style\":\"h3\",\"parallax_start\":\"80vh\",\"parallax_y\":\"-200\",\"title\":\"Technische Unterst\u00fctzung <br \/><span class=\\\"uk-text-primary\\\"> f\u00fcr Ihre Website<\/span>\",\"title_align\":\"top\",\"title_element\":\"h1\",\"title_en_us\":\"Professional Support <class=\\\"uk-visible@m\\\"><span class=\\\"uk-text-primary\\\">for Your Website<\/span>\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\",\"title_ru_ru\":\"\u0422\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 <br \/><span class=\\\"uk-text-primary\\\">\u0432\u0430\u0448\u0435\u0433\u043e \u0441\u0430\u0439\u0442\u0430<\/span>\",\"title_style\":\"heading-small\"}},{\"type\":\"button\",\"props\":{\"button_size\":\"large\",\"class\":\"my-button link-modal\",\"fullwidth\":false,\"grid_column_gap\":\"small\",\"grid_row_gap\":\"small\",\"margin_bottom\":\"default\",\"margin_top\":\"default\"},\"children\":[{\"type\":\"button_item\",\"props\":{\"button_style\":\"primary\",\"content\":\"Beratung buchen\",\"content_en_us\":\"Free consultation\",\"content_ru_ru\":\"\u041a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0438\u044f\",\"dialog_layout\":\"modal\",\"dialog_offcanvas_flip\":true,\"icon\":\"btn-arrow\",\"icon_align\":\"right\",\"link\":\"#modal-form\"}}],\"name\":\"button-anim\"}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"image\",\"props\":{\"image\":\"wp-content\/uploads\/bg-img-12.png\",\"image_focal_point\":\"top-center\",\"image_svg_color\":\"emphasis\",\"margin_bottom\":\"default\",\"margin_top\":\"default\",\"parallax_opacity\":\",0 50%\",\"parallax_y\":\",100\",\"text_align\":\"center\"},\"name\":\"3d-img\"}]}],\"props\":{\"layout\":\"1-2,1-2\"}}],\"name\":\"intro\"},{\"type\":\"section\",\"props\":{\"image_position\":\"center-center\",\"padding_bottom\":\"small\",\"padding_top\":\"small\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\"},\"children\":[{\"type\":\"panel\",\"props\":{\"content\":\"\",\"content_column_breakpoint\":\"m\",\"css\":\".el-content {\\n    padding-top: 10px;\\n}\",\"height_expand\":false,\"image\":\"\",\"image_align\":\"right\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_svg_color\":\"emphasis\",\"image_vertical_align\":true,\"link_margin\":\"medium\",\"link_style\":\"primary\",\"link_text\":\"\u0417\u0430\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f \u043d\u0430  \u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0438\u044e\",\"margin_bottom\":\"default\",\"margin_top\":\"default\",\"meta\":\"\",\"meta_align\":\"above-content\",\"meta_color\":\"muted\",\"meta_element\":\"div\",\"meta_style\":\"h5\",\"parallax_x\":\"-200 100%\",\"text_align\":\"center\",\"title\":\"Technischer Support \u2013 <br class=\\\"uk-visible@m\\\"><span class=\\\"uk-text-primary\\\">alles an einem Ort<\/span>\",\"title_align\":\"top\",\"title_element\":\"h2\",\"title_en_us\":\"All Tech Support <br \/><span class=\\\"uk-text-primary\\\">in One Place<\/span>\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\",\"title_ru_ru\":\"\u0412\u0441\u044f \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 - <br \/><span class=\\\"uk-text-primary\\\">\u0432 \u043e\u0434\u043d\u043e\u043c \u043c\u0435\u0441\u0442\u0435<\/span>\",\"title_style\":\"heading-small\"},\"name\":\"Title (arm)\"}]}]}]},{\"type\":\"section\",\"props\":{\"image_position\":\"center-center\",\"padding_bottom\":\"none\",\"padding_top\":\"none\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"xlarge\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\"},\"children\":[{\"type\":\"grid\",\"props\":{\"content_column_breakpoint\":\"m\",\"content_margin_auto\":true,\"css\":\".el-content {\\n    flex: 1;\\n}\\n.el-meta {\\n    flex: none;\\n}\",\"filter_align\":\"left\",\"filter_all\":true,\"filter_grid_breakpoint\":\"m\",\"filter_grid_width\":\"auto\",\"filter_position\":\"top\",\"filter_style\":\"tab\",\"grid_default\":\"1\",\"grid_medium\":\"3\",\"image_align\":\"top\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_svg_color\":\"emphasis\",\"item_animation\":true,\"lightbox_bg_close\":true,\"link_style\":\"primary\",\"link_text\":\"Beratung\",\"margin_bottom\":\"default\",\"margin_top\":\"default\",\"meta_align\":\"below-content\",\"meta_element\":\"div\",\"meta_margin_auto\":true,\"meta_style\":\"h3\",\"panel_image_no_padding\":true,\"panel_padding\":\"default\",\"panel_style\":\"card-default\",\"show_content\":true,\"show_hover_image\":true,\"show_hover_video\":true,\"show_image\":true,\"show_link\":true,\"show_meta\":true,\"show_title\":true,\"show_video\":true,\"title_align\":\"top\",\"title_element\":\"h3\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\",\"title_style\":\"h3\"},\"children\":[{\"type\":\"grid_item\",\"props\":{\"content\":\"\n\n<ul>\\n\n\n<li data-start=\\\"181\\\" data-end=\\\"299\\\" class=\\\"\\\">\\n\n\n<p>Kontrolle der Leistung der Website<\/p>\n\n\\n<\/li>\n\n\\n\n\n<li data-start=\\\"181\\\" data-end=\\\"299\\\" class=\\\"\\\">\\n\n\n<p>Technische Probleme schnell beseitigen<\/p>\n\n\\n<\/li>\n\n\\n<\/ul>\n\n\",\"content_en_us\":\"\n\n<ul>\\n\n\n<li>Control the performance of the site\n\n<\/li>\n\n\\n\n\n<li>Quickly eliminate technical problems<\/li>\n\n\\n<\/ul>\n\n\",\"content_ru_ru\":\"\n\n<ul>\\n\n\n<li data-start=\\\"181\\\" data-end=\\\"299\\\" class=\\\"\\\">\\n\n\n<p data-start=\\\"184\\\" data-end=\\\"299\\\" class=\\\"\\\">\u041a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u0435\u043c \u0440\u0430\u0431\u043e\u0442\u043e\u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u044c \u0441\u0430\u0439\u0442\u0430<\/p>\n\n\\n<\/li>\n\n\\n\n\n<li data-start=\\\"301\\\" data-end=\\\"406\\\" class=\\\"\\\">\\n\n\n<p data-start=\\\"304\\\" data-end=\\\"406\\\" class=\\\"\\\">\u0411\u044b\u0441\u0442\u0440\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u044f\u0435\u043c \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043d\u0435\u043f\u043e\u043b\u0430\u0434\u043a\u0438<\/p>\n\n\\n<\/li>\n\n\\n<\/ul>\n\n\",\"link_text_en_us\":\"Counseling\",\"link_text_ru_ru\":\"\u041a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0438\u044f\",\"title\":\"Kontrolle<br \/>und Unterst\u00fctzung\",\"title_en_us\":\"Control<br \/>and support\",\"title_ru_ru\":\"\u041a\u043e\u043d\u0442\u0440\u043e\u043b\u044c<br \/> \u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430\"},\"source\":{\"query\":{\"name\":\"services.customService\",\"arguments\":{\"terms\":[],\"services_operator\":\"IN\",\"users\":[],\"users_operator\":\"IN\",\"offset\":0,\"order\":\"date\",\"order_direction\":\"DESC\",\"id\":5399}},\"props\":{\"image\":{\"name\":\"featuredImage.url\"}}}},{\"type\":\"grid_item\",\"props\":{\"content\":\"\n\n<ul>\\n\n\n<li data-start=\\\"453\\\" data-end=\\\"558\\\">\\n\n\n<p>Aktualisierungen der Website<\/p>\n\n\\n<\/li>\n\n\\n\n\n<li data-start=\\\"453\\\" data-end=\\\"558\\\">\\n\n\n<p>Sch\u00fctzen Sie Ihre Website vor Bedrohungen<\/p>\n\n\\n<\/li>\n\n\\n<\/ul>\n\n\",\"content_en_us\":\"\n\n<ul>\\n\n\n<li data-start=\\\"808\\\" data-end=\\\"918\\\" class=\\\"\\\">\\n\n\n<p data-start=\\\"811\\\" data-end=\\\"918\\\" class=\\\"\\\">Site updates<\/p>\n\n\\n<\/li>\n\n\\n\n\n<li data-start=\\\"920\\\" data-end=\\\"1041\\\" class=\\\"\\\">\\n\n\n<p data-start=\\\"923\\\" data-end=\\\"1041\\\" class=\\\"\\\">Protecting your site from threats<\/p>\n\n\\n<\/li>\n\n\\n<\/ul>\n\n\\n\",\"content_ru_ru\":\"\n\n<ul>\\n\n\n<li data-start=\\\"453\\\" data-end=\\\"558\\\">\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0430\u0439\u0442\u0430<\/li>\n\n\\n\n\n<li data-start=\\\"560\\\" data-end=\\\"655\\\" class=\\\"\\\">\\n\n\n<p data-start=\\\"563\\\" data-end=\\\"655\\\" class=\\\"\\\">\u041e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u0435\u043c \u0437\u0430\u0449\u0438\u0442\u0443 \u0441\u0430\u0439\u0442\u0430 \u043e\u0442 \u0443\u0433\u0440\u043e\u0437<\/p>\n\n\\n<\/li>\n\n\\n<\/ul>\n\n\",\"image\":\"wp-content\/uploads\/Web-service-img-04.jpg\",\"link_text_en_us\":\"Counseling\",\"link_text_ru_ru\":\"\u041a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0438\u044f\",\"title\":\"Updates<br \/>und Sicherheit\",\"title_en_us\":\"Updates<br \/>and security\",\"title_ru_ru\":\"\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f<br \/>\u0438 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c\"},\"source\":{\"query\":{\"name\":\"services.customService\",\"arguments\":{\"terms\":[],\"services_operator\":\"IN\",\"users\":[],\"users_operator\":\"IN\",\"offset\":0,\"order\":\"date\",\"order_direction\":\"DESC\"}}}},{\"type\":\"grid_item\",\"props\":{\"content\":\"\n\n<ul>\\n\n\n<li data-start=\\\"808\\\" data-end=\\\"918\\\" class=\\\"\\\">\\n\n\n<p data-start=\\\"811\\\" data-end=\\\"918\\\" class=\\\"\\\">Wir nehmen \u00c4nderungen auf Ihren Wunsch hin vor<\/p>\n\n\\n<\/li>\n\n\\n\n\n<li data-start=\\\"920\\\" data-end=\\\"1041\\\" class=\\\"\\\">\\n\n\n<p data-start=\\\"923\\\" data-end=\\\"1041\\\" class=\\\"\\\">Beantwortung von Fragen und Beratung<\/p>\n\n\\n<\/li>\n\n\\n<\/ul>\n\n\",\"content_en_us\":\"\n\n<ul>\\n\n\n<li data-start=\\\"808\\\" data-end=\\\"918\\\" class=\\\"\\\">\\n\n\n<p data-start=\\\"811\\\" data-end=\\\"918\\\" class=\\\"\\\">We make changes at your request<\/p>\n\n\\n<\/li>\n\n\\n\n\n<li data-start=\\\"920\\\" data-end=\\\"1041\\\" class=\\\"\\\">\\n\n\n<p data-start=\\\"923\\\" data-end=\\\"1041\\\" class=\\\"\\\">Answering questions and counseling<\/p>\n\n\\n<\/li>\n\n\\n<\/ul>\n\n\",\"content_ru_ru\":\"\n\n<ul>\\n\n\n<li data-start=\\\"808\\\" data-end=\\\"918\\\" class=\\\"\\\">\\n\n\n<p data-start=\\\"811\\\" data-end=\\\"918\\\" class=\\\"\\\">\u0412\u043d\u043e\u0441\u0438\u043c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043f\u043e \u0432\u0430\u0448\u0435\u043c\u0443 \u0437\u0430\u043f\u0440\u043e\u0441\u0443<\/p>\n\n\\n<\/li>\n\n\\n\n\n<li data-start=\\\"920\\\" data-end=\\\"1041\\\" class=\\\"\\\">\\n\n\n<p data-start=\\\"923\\\" data-end=\\\"1041\\\" class=\\\"\\\">\u041e\u0442\u0432\u0435\u0447\u0430\u0435\u043c \u043d\u0430 \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u0438 \u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0438\u0440\u0443\u0435\u043c<\/p>\n\n\\n<\/li>\n\n\\n<\/ul>\n\n\",\"link_text_en_us\":\"Counseling\",\"link_text_ru_ru\":\"\u041a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0438\u044f\",\"title\":\"Unterst\u00fctzung<br \/>und Ausbildung\",\"title_en_us\":\"Assistance<br \/>and training\",\"title_ru_ru\":\"\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430<br \/>\u0438 \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u0435\"},\"source\":{\"query\":{\"name\":\"services.customService\",\"arguments\":{\"terms\":[],\"services_operator\":\"IN\",\"users\":[],\"users_operator\":\"IN\",\"offset\":0,\"order\":\"date\",\"order_direction\":\"DESC\",\"id\":5398}},\"props\":{\"image\":{\"name\":\"featuredImage.url\"}}}}],\"name\":\"service-small (arm)\"}]}]}]},{\"type\":\"section\",\"props\":{\"image_position\":\"center-center\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\"},\"children\":[{\"type\":\"panel\",\"props\":{\"content\":\"\",\"content_column_breakpoint\":\"m\",\"css\":\".el-content {\\n    padding-top: 10px;\\n}\",\"image\":\"\",\"image_align\":\"right\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_svg_color\":\"emphasis\",\"image_vertical_align\":true,\"link_margin\":\"medium\",\"link_style\":\"primary\",\"link_text\":\"\u0417\u0430\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f \u043d\u0430  \u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0438\u044e\",\"margin_bottom\":\"default\",\"margin_top\":\"default\",\"meta\":\"\",\"meta_align\":\"above-content\",\"meta_color\":\"muted\",\"meta_element\":\"div\",\"meta_style\":\"h5\",\"parallax_x\":\"-200 100%\",\"text_align\":\"center\",\"title\":\"Finden Sie den <br class=\\\"uk-visible@m\\\"><span class=\\\"uk-text-primary\\\">optimalen Tarif<\/span>\",\"title_align\":\"top\",\"title_element\":\"h2\",\"title_en_us\":\"Choose <br \/><span class=\\\"uk-text-primary\\\">the optimal plan<\/span>\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\",\"title_ru_ru\":\"\u041f\u043e\u0434\u0431\u0435\u0440\u0438\u0442\u0435 <span class=\\\"uk-text-primary\\\">\u043e\u043f\u0442\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0439 \u0442\u0430\u0440\u0438\u0444<\/span>\",\"title_style\":\"heading-small\"},\"name\":\"Title (arm)\"}]}]},{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"style\":\"card-default\"},\"children\":[{\"type\":\"html\",\"props\":{\"content\":\"\n\n<div class=\\\"uk-container uk-padding-remove-horizontal\\\" style=\\\"max-width:1600px;\\\">\\n  \n\n<div class=\\\"uk-card uk-card-default uk-card-body\\\">\\n    \n\n<h3 class=\\\"uk-heading-bullet uk-text-center\\\">W\u00e4hlen Sie die Laufzeit des Services<\/h3>\n\n\\n    \n\n<p class=\\\"uk-text-center\\\" id=\\\"monthsLabel\\\">Ausgew\u00e4hlt: 3 Monate<\/p>\n\n\\n\\n    \n\n<div class=\\\"uk-flex uk-flex-center uk-flex-wrap uk-margin-bottom\\\">\\n      <button class=\\\"uk-button uk-button-default uk-width-auto@m uk-width-1-1 uk-margin-small-bottom uk-margin-small-right\\\" onclick=\\\"selectMonths(3)\\\">3 Monate<\/button>\\n      <button class=\\\"uk-button uk-button-default uk-width-auto@m uk-width-1-1 uk-margin-small-bottom uk-margin-small-right\\\" onclick=\\\"selectMonths(6)\\\">6 Monate<\/button>\\n      <button class=\\\"uk-button uk-button-default uk-width-auto@m uk-width-1-1 uk-margin-small-bottom\\\" onclick=\\\"selectMonths(12)\\\">12 Monate<\/button>\\n    <\/div>\n\n\\n\\n    \n\n<h3 class=\\\"uk-heading-bullet uk-text-center\\\">W\u00e4hlen Sie die Anzahl der Stunden pro Monat<\/h3>\n\n\\n    \n\n<p class=\\\"uk-text-center\\\" id=\\\"hoursLabel\\\">1 Stunde<\/p>\n\n\\n    <input type=\\\"range\\\" id=\\\"hoursSlider\\\" min=\\\"1\\\" max=\\\"50\\\" step=\\\"1\\\" value=\\\"1\\\" class=\\\"uk-range\\\">\\n\\n    \n\n<h3 class=\\\"uk-heading-bullet uk-text-center\\\">Kosten<\/h3>\n\n\\n    \n\n<div id=\\\"result\\\" class=\\\"uk-text-center\\\">\\n      \n\n<p><strong>Stundensatz:<\/strong> \u20ac45.00 \/Stunde<\/p>\n\n\\n      \n\n<p><strong>Monatlicher Preis:<\/strong> \u20ac45.00<\/p>\n\n\\n      \n\n<p class=\\\"price-total uk-text-primary\\\"><strong>Gesamtkosten f\u00fcr 3 Monate:<\/strong> \u20ac135.00<\/p>\n\n\\n    <\/div>\n\n\\n  <\/div>\n\n\\n<\/div>\n\n\\n\\n<!-- JavaScript -->\\n<script>\\n  let selectedMonths = 3;\\n  const baseRate = 50;\\n\\n  const hoursSlider = document.getElementById('hoursSlider');\\n  const monthsLabel = document.getElementById('monthsLabel');\\n  const hoursLabel = document.getElementById('hoursLabel');\\n  const resultDiv = document.getElementById('result');\\n\\n  function getRate(months) {\\n    if (months === 3) return 45;\\n    if (months === 6) return 42.5;\\n    if (months === 12) return 40;\\n    return baseRate;\\n  }\\n\\n  function selectMonths(months) {\\n    selectedMonths = months;\\n    monthsLabel.textContent = `Ausgew\u00e4hlt: ${months} Monat${months === 1 ? '' : 'e'}`;\\n    update();\\n\\n    const buttons = document.querySelectorAll('.uk-flex button');\\n    buttons.forEach(btn => btn.classList.remove('uk-button-primary'));\\n    const btn = [...buttons].find(b => b.textContent.includes(`${months} Monat`));\\n    if (btn) btn.classList.add('uk-button-primary');\\n  }\\n\\n  function update() {\\n    const rate = getRate(selectedMonths);\\n    const hours = parseInt(hoursSlider.value);\\n    const pricePerMonth = rate * hours;\\n    const totalPrice = pricePerMonth * selectedMonths;\\n\\n    const standardTotalPrice = baseRate * hours * selectedMonths;\\n    const savings = standardTotalPrice - totalPrice;\\n\\n    let hourLabel = hours === 1 ? 'Stunde' : 'Stunden';\\n    hoursLabel.textContent = `${hours} ${hourLabel}`;\\n\\n    resultDiv.innerHTML = `\\n      <\/p>\n<p><strong>Stundensatz:<\/strong> \u20ac${rate.toFixed(2)} \/Stunde<\/p>\n<p>\\n      <\/p>\n<p><strong>Monatlicher Preis:<\/strong> \u20ac${pricePerMonth.toFixed(2)}<\/p>\n<p>\\n      <\/p>\n<p class=\\\"price-total uk-text-primary\\\"><strong>Gesamtkosten f\u00fcr ${selectedMonths} Monat${selectedMonths === 1 ? '' : 'e'}:<\/strong> \u20ac${totalPrice.toFixed(2)} zzgl. MwSt. <span class=\\\"uk-text-success\\\">(Vorteil: \u20ac${savings.toFixed(2)})<\/span><\/p>\n<p>\\n    `;\\n  }\\n\\n  hoursSlider.addEventListener('input', update);\\n  selectMonths(3);\\n  update();\\n<\/script>\\n&#187;,&#187;content_en_us&#187;:&#187;<\/p>\n<div class=\\\"uk-container uk-padding-remove-horizontal\\\" style=\\\"max-width:1600px;\\\">\\n  <\/p>\n<div class=\\\"uk-card uk-card-default uk-card-body\\\">\\n    <\/p>\n<h3 class=\\\"uk-heading-bullet uk-text-center\\\">Select service duration<\/h3>\n<p>\\n    <\/p>\n<p class=\\\"uk-text-center\\\" id=\\\"monthsLabel\\\">Selected: 3 months<\/p>\n<p>\\n\\n    <\/p>\n<div class=\\\"uk-flex uk-flex-center uk-flex-wrap uk-margin-bottom\\\">\\n      <button class=\\\"uk-button uk-button-default uk-width-auto@m uk-width-1-1 uk-margin-small-bottom uk-margin-small-right\\\" onclick=\\\"selectMonths(3)\\\">3 months<\/button>\\n      <button class=\\\"uk-button uk-button-default uk-width-auto@m uk-width-1-1 uk-margin-small-bottom uk-margin-small-right\\\" onclick=\\\"selectMonths(6)\\\">6 months<\/button>\\n      <button class=\\\"uk-button uk-button-default uk-width-auto@m uk-width-1-1 uk-margin-small-bottom\\\" onclick=\\\"selectMonths(12)\\\">12 months<\/button>\\n    <\/div>\n<p>\\n\\n    <\/p>\n<h3 class=\\\"uk-heading-bullet uk-text-center\\\">Select number of hours per month<\/h3>\n<p>\\n    <\/p>\n<p class=\\\"uk-text-center\\\" id=\\\"hoursLabel\\\">1 hour<\/p>\n<p>\\n    <input type=\\\"range\\\" id=\\\"hoursSlider\\\" min=\\\"1\\\" max=\\\"50\\\" step=\\\"1\\\" value=\\\"1\\\" class=\\\"uk-range\\\">\\n\\n    <\/p>\n<h3 class=\\\"uk-heading-bullet uk-text-center\\\">Pricing<\/h3>\n<p>\\n    <\/p>\n<div id=\\\"result\\\" class=\\\"uk-text-center\\\">\\n      <\/p>\n<p><strong>Hourly rate:<\/strong> \u20ac45.00 \/hour<\/p>\n<p>\\n      <\/p>\n<p><strong>Monthly price:<\/strong> \u20ac45.00<\/p>\n<p>\\n      <\/p>\n<p class=\\\"price-total uk-text-primary\\\"><strong>Total cost for 3 months:<\/strong> \u20ac135.00 + VAT<\/p>\n<p>\\n    <\/p><\/div>\n<p>\\n  <\/p><\/div>\n<p>\\n<\/p><\/div>\n<p>\\n\\n<!-- JavaScript -->\\n<script>\\n  let selectedMonths = 3;\\n  const baseRate = 50;\\n\\n  const hoursSlider = document.getElementById('hoursSlider');\\n  const monthsLabel = document.getElementById('monthsLabel');\\n  const hoursLabel = document.getElementById('hoursLabel');\\n  const resultDiv = document.getElementById('result');\\n\\n  function getRate(months) {\\n    if (months === 3) return 45;\\n    if (months === 6) return 42.5;\\n    if (months === 12) return 40;\\n    return baseRate;\\n  }\\n\\n  function selectMonths(months) {\\n    selectedMonths = months;\\n\\n    const monthText = months === 1 ? 'month' : 'months';\\n    monthsLabel.textContent = `Selected: ${months} ${monthText}`;\\n    update();\\n\\n    const buttons = document.querySelectorAll('.uk-flex button');\\n    buttons.forEach(btn => btn.classList.remove('uk-button-primary'));\\n    const btn = [...buttons].find(b => b.textContent.includes(`${months} month`));\\n    if (btn) btn.classList.add('uk-button-primary');\\n  }\\n\\n  function update() {\\n    const rate = getRate(selectedMonths);\\n    const hours = parseInt(hoursSlider.value);\\n    const pricePerMonth = rate * hours;\\n    const totalPrice = pricePerMonth * selectedMonths;\\n\\n    const standardTotalPrice = baseRate * hours * selectedMonths;\\n    const savings = standardTotalPrice - totalPrice;\\n\\n    const hourText = hours === 1 ? 'hour' : 'hours';\\n    const monthText = selectedMonths === 1 ? 'month' : 'months';\\n\\n    hoursLabel.textContent = `${hours} ${hourText}`;\\n\\n    resultDiv.innerHTML = `\\n      <\/p>\n<p><strong>Hourly rate:<\/strong> \u20ac${rate.toFixed(2)} \/hour<\/p>\n<p>\\n      <\/p>\n<p><strong>Monthly price:<\/strong> \u20ac${pricePerMonth.toFixed(2)}<\/p>\n<p>\\n      <\/p>\n<p class=\\\"price-total uk-text-primary\\\"><strong>Total cost for ${selectedMonths} ${monthText}:<\/strong> \u20ac${totalPrice.toFixed(2)} + VAT <span class=\\\"uk-text-success\\\">(Savings: \u20ac${savings.toFixed(2)})<\/span><\/p>\n<p>\\n    `;\\n  }\\n\\n  hoursSlider.addEventListener('input', update);\\n  selectMonths(3);\\n  update();\\n<\/script>\\n&#187;,&#187;content_ru_ru&#187;:&#187;<\/p>\n<div class=\\\"uk-container uk-padding-remove-horizontal\\\" style=\\\"max-width:1600px;\\\">\\n  <\/p>\n<div class=\\\"uk-card uk-card-default uk-card-body\\\">\\n    <\/p>\n<h3 class=\\\"uk-heading-bullet uk-text-center\\\">\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0440\u043e\u043a \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u044f<\/h3>\n<p>\\n    <\/p>\n<p class=\\\"uk-text-center\\\" id=\\\"monthsLabel\\\">\u0412\u044b\u0431\u0440\u0430\u043d\u043e: 3 \u043c\u0435\u0441\u044f\u0446\u0430<\/p>\n<p>\\n\\n    <\/p>\n<div class=\\\"uk-flex uk-flex-center uk-flex-wrap uk-margin-bottom\\\">\\n      <button class=\\\"uk-button uk-button-default uk-width-auto@m uk-width-1-1 uk-margin-small-bottom uk-margin-small-right\\\" onclick=\\\"selectMonths(3)\\\">3 \u043c\u0435\u0441\u044f\u0446\u0430<\/button>\\n      <button class=\\\"uk-button uk-button-default uk-width-auto@m uk-width-1-1 uk-margin-small-bottom uk-margin-small-right\\\" onclick=\\\"selectMonths(6)\\\">6 \u043c\u0435\u0441\u044f\u0446\u0435\u0432<\/button>\\n      <button class=\\\"uk-button uk-button-default uk-width-auto@m uk-width-1-1 uk-margin-small-bottom\\\" onclick=\\\"selectMonths(12)\\\">12 \u043c\u0435\u0441\u044f\u0446\u0435\u0432<\/button>\\n    <\/div>\n<p>\\n\\n    <\/p>\n<h3 class=\\\"uk-heading-bullet uk-text-center\\\">\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0447\u0430\u0441\u043e\u0432 \u0432 \u043c\u0435\u0441\u044f\u0446<\/h3>\n<p>\\n    <\/p>\n<p class=\\\"uk-text-center\\\" id=\\\"hoursLabel\\\">1 \u0447\u0430\u0441<\/p>\n<p>\\n    <input type=\\\"range\\\" id=\\\"hoursSlider\\\" min=\\\"1\\\" max=\\\"50\\\" step=\\\"1\\\" value=\\\"1\\\" class=\\\"uk-range\\\">\\n\\n    <\/p>\n<h3 class=\\\"uk-heading-bullet uk-text-center\\\">\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c<\/h3>\n<p>\\n    <\/p>\n<div id=\\\"result\\\" class=\\\"uk-text-center\\\">\\n      <\/p>\n<p><strong>\u0426\u0435\u043d\u0430 \u0437\u0430 \u0447\u0430\u0441:<\/strong> \u20ac45.00 \/\u0447\u0430\u0441<\/p>\n<p>\\n      <\/p>\n<p><strong>\u0426\u0435\u043d\u0430 \u0437\u0430 \u043c\u0435\u0441\u044f\u0446:<\/strong> \u20ac45.00<\/p>\n<p>\\n      <\/p>\n<p class=\\\"price-total uk-text-primary\\\"><strong>\u041e\u0431\u0449\u0430\u044f \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0437\u0430 3 \u043c\u0435\u0441\u044f\u0446\u0430:<\/strong> \u20ac135.00 \u043f\u043b\u044e\u0441 \u041d\u0414\u0421<\/p>\n<p>\\n    <\/p><\/div>\n<p>\\n  <\/p><\/div>\n<p>\\n<\/p><\/div>\n<p>\\n\\n<!-- JavaScript -->\\n<script>\\n  let selectedMonths = 3;\\n  const baseRate = 50;\\n\\n  const hoursSlider = document.getElementById('hoursSlider');\\n  const monthsLabel = document.getElementById('monthsLabel');\\n  const hoursLabel = document.getElementById('hoursLabel');\\n  const resultDiv = document.getElementById('result');\\n\\n  function getRate(months) {\\n    if (months === 3) return 45;\\n    if (months === 6) return 42.5;\\n    if (months === 12) return 40;\\n    return baseRate;\\n  }\\n\\n  function selectMonths(months) {\\n    selectedMonths = months;\\n\\n    let monthWord = '\u043c\u0435\u0441\u044f\u0446\u0435\u0432';\\n    if (months === 1) monthWord = '\u043c\u0435\u0441\u044f\u0446';\\n    else if (months < 5) monthWord = '\u043c\u0435\u0441\u044f\u0446\u0430';\\n\\n    monthsLabel.textContent = `\u0412\u044b\u0431\u0440\u0430\u043d\u043e: ${months} ${monthWord}`;\\n    update();\\n\\n    const buttons = document.querySelectorAll('.uk-flex button');\\n    buttons.forEach(btn => btn.classList.remove('uk-button-primary'));\\n    const btn = [...buttons].find(b => b.textContent.includes(`${months}`));\\n    if (btn) btn.classList.add('uk-button-primary');\\n  }\\n\\n  function update() {\\n    const rate = getRate(selectedMonths);\\n    const hours = parseInt(hoursSlider.value);\\n    const pricePerMonth = rate * hours;\\n    const totalPrice = pricePerMonth * selectedMonths;\\n\\n    const standardTotalPrice = baseRate * hours * selectedMonths;\\n    const savings = standardTotalPrice - totalPrice;\\n\\n    let hourWord = '\u0447\u0430\u0441\u043e\u0432';\\n    if (hours === 1) hourWord = '\u0447\u0430\u0441';\\n    else if (hours < 5) hourWord = '\u0447\u0430\u0441\u0430';\\n\\n    let monthWord = '\u043c\u0435\u0441\u044f\u0446\u0435\u0432';\\n    if (selectedMonths === 1) monthWord = '\u043c\u0435\u0441\u044f\u0446';\\n    else if (selectedMonths < 5) monthWord = '\u043c\u0435\u0441\u044f\u0446\u0430';\\n\\n    hoursLabel.textContent = `${hours} ${hourWord}`;\\n\\n    resultDiv.innerHTML = `\\n      \n\n<p><strong>\u0426\u0435\u043d\u0430 \u0437\u0430 \u0447\u0430\u0441:<\/strong> \u20ac${rate.toFixed(2)} \/\u0447\u0430\u0441<\/p>\n<p>\\n      <\/p>\n<p><strong>\u0426\u0435\u043d\u0430 \u0437\u0430 \u043c\u0435\u0441\u044f\u0446:<\/strong> \u20ac${pricePerMonth.toFixed(2)}<\/p>\n<p>\\n      <\/p>\n<p class=\\\"price-total uk-text-primary\\\"><strong>\u041e\u0431\u0449\u0430\u044f \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0437\u0430 ${selectedMonths} ${monthWord}:<\/strong> \u20ac${totalPrice.toFixed(2)} \u043f\u043b\u044e\u0441 \u041d\u0414\u0421 <span class=\\\"uk-text-success\\\">(\u0412\u044b\u0433\u043e\u0434\u0430: \u20ac${savings.toFixed(2)})<\/span><\/p>\n<p>\\n    `;\\n  }\\n\\n  hoursSlider.addEventListener('input', update);\\n  selectMonths(3);\\n  update();\\n<\/script>\\n&#187;},&#187;name&#187;:&#187;support (1arm)&#187;},{&#171;type&#187;:&#187;button&#187;,&#187;props&#187;:{&#171;button_size&#187;:&#187;large&#187;,&#187;class&#187;:&#187;link-modal&#187;,&#187;fullwidth&#187;:true,&#187;grid_column_gap&#187;:&#187;small&#187;,&#187;grid_row_gap&#187;:&#187;small&#187;,&#187;margin_bottom&#187;:&#187;default&#187;,&#187;margin_top&#187;:&#187;default&#187;},&#187;children&#187;:[{&#171;type&#187;:&#187;button_item&#187;,&#187;props&#187;:{&#171;button_style&#187;:&#187;primary&#187;,&#187;content&#187;:&#187;Beratung&#187;,&#187;content_en_us&#187;:&#187;Order&#187;,&#187;content_ru_ru&#187;:&#187;\u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c&#187;,&#187;dialog_layout&#187;:&#187;modal&#187;,&#187;dialog_offcanvas_flip&#187;:true,&#187;icon&#187;:&#187;chevron-right&#187;,&#187;icon_align&#187;:&#187;right&#187;,&#187;link&#187;:&#187;#modal-form&#187;}}],&#187;name&#187;:&#187;support2 (arm)&#187;}]}]}]},{&#171;type&#187;:&#187;section&#187;,&#187;props&#187;:{&#171;animation_delay&#187;:&#187;100&#8243;,&#187;divider_height&#187;:&#187;120&#8243;,&#187;divider_position&#187;:&#187;top&#187;,&#187;divider_width&#187;:&#187;100&#8243;,&#187;image_effect&#187;:&#187;parallax&#187;,&#187;image_parallax_bgx&#187;:&#187;-500&#8243;,&#187;image_position&#187;:&#187;center-center&#187;,&#187;padding_custom_bottom&#187;:&#187;40&#8243;,&#187;padding_custom_top&#187;:&#187;40&#8243;,&#187;preserve_color&#187;:false,&#187;style&#187;:&#187;default&#187;,&#187;title_breakpoint&#187;:&#187;xl&#187;,&#187;title_position&#187;:&#187;top-left&#187;,&#187;title_rotation&#187;:&#187;left&#187;,&#187;vertical_align&#187;:&#187;middle&#187;,&#187;width&#187;:&#187;xlarge&#187;},&#187;children&#187;:[{&#171;type&#187;:&#187;row&#187;,&#187;children&#187;:[{&#171;type&#187;:&#187;column&#187;,&#187;props&#187;:{&#171;image_position&#187;:&#187;center-center&#187;,&#187;position_sticky_breakpoint&#187;:&#187;m&#187;},&#187;children&#187;:[{&#171;type&#187;:&#187;panel&#187;,&#187;props&#187;:{&#171;content&#187;:&#187;&#187;,&#187;content_column_breakpoint&#187;:&#187;m&#187;,&#187;css&#187;:&#187;.el-content {\\n    padding-top: 10px;\\n}&#187;,&#187;image&#187;:&#187;&#187;,&#187;image_align&#187;:&#187;right&#187;,&#187;image_grid_breakpoint&#187;:&#187;m&#187;,&#187;image_grid_width&#187;:&#187;1-2&#8243;,&#187;image_svg_color&#187;:&#187;emphasis&#187;,&#187;image_vertical_align&#187;:true,&#187;link_margin&#187;:&#187;medium&#187;,&#187;link_style&#187;:&#187;primary&#187;,&#187;link_text&#187;:&#187;\u0417\u0430\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f \u043d\u0430  \u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0438\u044e&#187;,&#187;margin_bottom&#187;:&#187;default&#187;,&#187;margin_top&#187;:&#187;default&#187;,&#187;meta&#187;:&#187;&#187;,&#187;meta_align&#187;:&#187;above-content&#187;,&#187;meta_color&#187;:&#187;muted&#187;,&#187;meta_element&#187;:&#187;div&#187;,&#187;meta_style&#187;:&#187;h5&#8243;,&#187;parallax_x&#187;:&#187;-200 100%&#187;,&#187;text_align&#187;:&#187;center&#187;,&#187;title&#187;:&#187;Ihre Vorteile <span class=\\\"uk-text-primary\\\">auf einen Blick<\/span>&#171;,&#187;title_align&#187;:&#187;top&#187;,&#187;title_element&#187;:&#187;h2&#8243;,&#187;title_en_us&#187;:&#187;Here\u2019s what <span class=\\\"uk-text-primary\\\">you get<\/span>&#171;,&#187;title_grid_breakpoint&#187;:&#187;m&#187;,&#187;title_grid_width&#187;:&#187;1-2&#8243;,&#187;title_hover_style&#187;:&#187;reset&#187;,&#187;title_ru_ru&#187;:&#187;\u0427\u0442\u043e \u0432\u044b <span class=\\\"uk-text-primary\\\">\u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0435<\/span>&#171;,&#187;title_style&#187;:&#187;heading-small&#187;}}]}]},{&#171;type&#187;:&#187;row&#187;,&#187;children&#187;:[{&#171;type&#187;:&#187;column&#187;,&#187;props&#187;:{&#171;image_position&#187;:&#187;center-center&#187;,&#187;position_sticky_breakpoint&#187;:&#187;m&#187;},&#187;children&#187;:[{&#171;type&#187;:&#187;grid&#187;,&#187;props&#187;:{&#171;class&#187;:&#187;section-anim link-modal&#187;,&#187;content_column_breakpoint&#187;:&#187;m&#187;,&#187;content_margin_auto&#187;:true,&#187;css&#187;:&#187;.el-image {\\n    padding: 16px;\\n    background: #3872E3;\\n    border-radius: 20px;\\n}&#187;,&#187;filter_align&#187;:&#187;left&#187;,&#187;filter_all&#187;:true,&#187;filter_grid_breakpoint&#187;:&#187;m&#187;,&#187;filter_grid_width&#187;:&#187;auto&#187;,&#187;filter_position&#187;:&#187;top&#187;,&#187;filter_style&#187;:&#187;tab&#187;,&#187;grid_column_gap&#187;:&#187;medium&#187;,&#187;grid_default&#187;:&#187;1&#8243;,&#187;grid_medium&#187;:&#187;3&#8243;,&#187;grid_row_gap&#187;:&#187;medium&#187;,&#187;grid_small&#187;:&#187;2&#8243;,&#187;image_align&#187;:&#187;top&#187;,&#187;image_grid_breakpoint&#187;:&#187;m&#187;,&#187;image_grid_width&#187;:&#187;1-2&#8243;,&#187;image_height&#187;:&#187;70&#8243;,&#187;image_svg_animate&#187;:false,&#187;image_svg_color&#187;:&#187;&#187;,&#187;image_svg_inline&#187;:false,&#187;image_width&#187;:&#187;70&#8243;,&#187;item_animation&#187;:true,&#187;lightbox_bg_close&#187;:true,&#187;link_size&#187;:&#187;large&#187;,&#187;link_style&#187;:&#187;default&#187;,&#187;link_text&#187;:&#187;Read more&#187;,&#187;margin_bottom&#187;:&#187;default&#187;,&#187;margin_top&#187;:&#187;default&#187;,&#187;meta_align&#187;:&#187;above-title&#187;,&#187;meta_color&#187;:&#187;muted&#187;,&#187;meta_element&#187;:&#187;div&#187;,&#187;meta_margin&#187;:&#187;small&#187;,&#187;meta_style&#187;:&#187;text-lead&#187;,&#187;panel_image_no_padding&#187;:false,&#187;panel_padding&#187;:&#187;default&#187;,&#187;panel_style&#187;:&#187;card-default&#187;,&#187;parallax_x&#187;:&#187;100&#8243;,&#187;show_content&#187;:true,&#187;show_hover_image&#187;:true,&#187;show_hover_video&#187;:true,&#187;show_image&#187;:true,&#187;show_link&#187;:true,&#187;show_meta&#187;:true,&#187;show_title&#187;:true,&#187;show_video&#187;:true,&#187;title_align&#187;:&#187;top&#187;,&#187;title_element&#187;:&#187;h3&#8243;,&#187;title_grid_breakpoint&#187;:&#187;m&#187;,&#187;title_grid_width&#187;:&#187;1-2&#8243;,&#187;title_hover_style&#187;:&#187;reset&#187;,&#187;title_margin&#187;:&#187;medium&#187;,&#187;title_style&#187;:&#187;h3&#8243;},&#187;children&#187;:[{&#171;type&#187;:&#187;grid_item&#187;,&#187;props&#187;:{&#171;content&#187;:&#187;Preise, Kontakte, Bilder oder Aktionen \u2013 wir setzen Ihre \u00c4nderungen zuverl\u00e4ssig um.&#187;,&#187;content_en_us&#187;:&#187;Prices, contacts, photos or promotions \u2013 we implement your changes promptly.&#187;,&#187;content_ru_ru&#187;:&#187;\u0426\u0435\u043d\u044b, \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u044b, \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0438\u043b\u0438 \u0430\u043a\u0446\u0438\u0438 \u2014 \u043b\u044e\u0431\u044b\u0435 \u043f\u0440\u0430\u0432\u043a\u0438 \u0432\u043d\u043e\u0441\u044f\u0442\u0441\u044f \u043f\u043e \u0432\u0430\u0448\u0435\u043c\u0443 \u0437\u0430\u043f\u0440\u043e\u0441\u0443.&#187;,&#187;image&#187;:&#187;&#187;,&#187;meta&#187;:&#187;<lord-icon trigger=\\\"hover\\\" state=\\\"hover-roll\\\" target=\\\".el-item\\\" colors=\\\"primary:#140f4d,secondary:#3872e3\\\" src=\\\"wp-content\/uploads\/lordicon\/kkjdkiwn.json\\\"><\/lord-icon>&#171;,&#187;title&#187;:&#187;Schnelle<br \/>\u00c4nderungen&#187;,&#187;title_en_us&#187;:&#187;Quick<br \/>Edits&#187;,&#187;title_ru_ru&#187;:&#187;\u041e\u043f\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043d\u0430 \u0441\u0430\u0439\u0442\u0435&#187;}},{&#171;type&#187;:&#187;grid_item&#187;,&#187;props&#187;:{&#171;content&#187;:&#187;Wir \u00fcberwachen Ihre Website und beheben Probleme schnell und zuverl\u00e4ssig.&#187;,&#187;content_en_us&#187;:&#187;We monitor your website and respond quickly to any issues.&#187;,&#187;content_ru_ru&#187;:&#187;\u041c\u044b \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u0435\u043c \u0435\u0433\u043e \u0440\u0430\u0431\u043e\u0442\u0443 \u0438 \u0431\u044b\u0441\u0442\u0440\u043e \u0440\u0435\u0430\u0433\u0438\u0440\u0443\u0435\u043c \u043d\u0430 \u0441\u0431\u043e\u0438.&#187;,&#187;image&#187;:&#187;&#187;,&#187;meta&#187;:&#187;<lord-icon trigger=\\\"hover\\\" target=\\\".el-item\\\" colors=\\\"primary:#140f4d,secondary:#3872e3\\\" src=\\\"wp-content\/uploads\/lordicon\/ozcrnfrh.json\\\"><\/lord-icon>&#171;,&#187;title&#187;:&#187;Stabile<br \/>Website&#187;,&#187;title_en_us&#187;:&#187;Stable<br \/>Website&#187;,&#187;title_ru_ru&#187;:&#187;\u0421\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u0443\u044e \u0440\u0430\u0431\u043e\u0442\u0443 \u0441\u0430\u0439\u0442\u0430&#187;}},{&#171;type&#187;:&#187;grid_item&#187;,&#187;props&#187;:{&#171;content&#187;:&#187;Sie kennen die Kosten im Voraus \u2013 ohne \u00dcberraschungen.&#187;,&#187;content_en_us&#187;:&#187;You always know the cost in advance \u2013 no surprises.&#187;,&#187;content_ru_ru&#187;:&#187;\u0412\u044b \u0432\u0441\u0435\u0433\u0434\u0430 \u0437\u043d\u0430\u0435\u0442\u0435 \u0441\u0442\u043e\u0438\u043e\u043c\u043e\u0441\u0442\u044c \u0440\u0430\u0431\u043e\u0442 \u0434\u043e \u0438\u0445 \u043d\u0430\u0447\u0430\u043b\u0430.&#187;,&#187;image&#187;:&#187;&#187;,&#187;meta&#187;:&#187;<lord-icon trigger=\\\"hover\\\" target=\\\".el-item\\\" colors=\\\"primary:#140f4d,secondary:#3872e3\\\" src=\\\"wp-content\/uploads\/lordicon\/mzzzwwvl.json\\\"><\/lord-icon>&#171;,&#187;title&#187;:&#187;Keine<br \/> Zusatzkosten&#187;,&#187;title_en_us&#187;:&#187;No Hidden<br \/>Fees&#187;,&#187;title_ru_ru&#187;:&#187;\u041d\u0438\u043a\u0430\u043a\u0438\u0445 \u0441\u043a\u0440\u044b\u0442\u044b\u0445 \u043e\u043f\u043b\u0430\u0442&#187;}},{&#171;type&#187;:&#187;grid_item&#187;,&#187;props&#187;:{&#171;content&#187;:&#187;Your website is well-protected against external threats.&#187;,&#187;content_en_us&#187;:&#187;Your website is well-protected against external threats.&#187;,&#187;content_ru_ru&#187;:&#187;\u0421\u0430\u0439\u0442 \u043f\u043e\u0434 \u043d\u0430\u0434\u0451\u0436\u043d\u043e\u0439 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 \u0432\u043d\u0435\u0448\u043d\u0438\u0445 \u0443\u0433\u0440\u043e\u0437.&#187;,&#187;image&#187;:&#187;&#187;,&#187;meta&#187;:&#187;<lord-icon trigger=\\\"hover\\\" target=\\\".el-item\\\" colors=\\\"primary:#140f4d,secondary:#3872e3\\\" src=\\\"wp-content\/uploads\/lordicon\/glmhxmsx.json\\\"><\/lord-icon>&#171;,&#187;title&#187;:&#187;Sicherer<br \/> Schutz&#187;,&#187;title_en_us&#187;:&#187;Secure<br \/>Protection&#187;,&#187;title_ru_ru&#187;:&#187;\u0417\u0430\u0449\u0438\u0442\u0443 \u043e\u0442 \u0432\u0437\u043b\u043e\u043c\u043e\u0432 \u0438 \u0432\u0438\u0440\u0443\u0441\u043e\u0432&#187;}},{&#171;type&#187;:&#187;grid_item&#187;,&#187;props&#187;:{&#171;content&#187;:&#187;Sie haben immer einen Experten an Ihrer Seite, der Ihre Website kennt und schnell reagiert.&#187;,&#187;content_en_us&#187;:&#187;You always have someone who knows your site and handles tasks without long explanations.&#187;,&#187;content_ru_ru&#187;:&#187;\u0423 \u0432\u0430\u0441 \u0432\u0441\u0435\u0433\u0434\u0430 \u0435\u0441\u0442\u044c \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0441\u0442, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0437\u043d\u0430\u0435\u0442 \u0432\u0430\u0448 \u0441\u0430\u0439\u0442 \u0438 \u0440\u0435\u0448\u0430\u0435\u0442 \u0437\u0430\u0434\u0430\u0447\u0438 \u0431\u0435\u0437 \u043b\u0438\u0448\u043d\u0438\u0445 \u043e\u0431\u044a\u044f\u0441\u043d\u0435\u043d\u0438\u0439.&#187;,&#187;image&#187;:&#187;&#187;,&#187;meta&#187;:&#187;<lord-icon trigger=\\\"hover\\\" target=\\\".el-item\\\" colors=\\\"primary:#140f4d,secondary:#3872e3\\\" src=\\\"wp-content\/uploads\/lordicon\/wyljvnhx.json\\\"><\/lord-icon>&#171;,&#187;title&#187;:&#187;Fester<br \/>Ansprechpartner&#187;,&#187;title_en_us&#187;:&#187;Trusted<br \/>Expert&#187;,&#187;title_ru_ru&#187;:&#187;\u041e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044f \u043f\u043e\u0434 \u0440\u0443\u043a\u043e\u0439&#187;}},{&#171;type&#187;:&#187;grid_item&#187;,&#187;props&#187;:{&#171;content&#187;:&#187;Wir erkl\u00e4ren verst\u00e4ndlich und zeigen, wie Ihre Website besser wird.&#187;,&#187;content_en_us&#187;:&#187;We explain in simple terms and help improve your website.&#187;,&#187;content_ru_ru&#187;:&#187;\u041e\u0431\u044a\u044f\u0441\u043d\u044f\u0435\u043c \u043f\u0440\u043e\u0441\u0442\u044b\u043c\u0438 \u0441\u043b\u043e\u0432\u0430\u043c\u0438 \u0438 \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u043c, \u043a\u0430\u043a \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0441\u0430\u0439\u0442 \u043b\u0443\u0447\u0448\u0435.&#187;,&#187;image&#187;:&#187;&#187;,&#187;meta&#187;:&#187;<lord-icon trigger=\\\"hover\\\" target=\\\".el-item\\\" colors=\\\"primary:#140f4d,secondary:#3872e3\\\" src=\\\"wp-content\/uploads\/lordicon\/kxwllxwf.json\\\"><\/lord-icon>&#171;,&#187;title&#187;:&#187;Beratung<br \/> &#038; Empfehlungen&#187;,&#187;title_en_us&#187;:&#187;Consulting<br \/> &#038; Advice&#187;,&#187;title_ru_ru&#187;:&#187;\u041a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0438\u0438<br \/> \u0438 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438&#187;}}],&#187;name&#187;:&#187;icon-grid&#187;}]}]}],&#187;name&#187;:&#187;features&#187;},{&#171;type&#187;:&#187;section&#187;,&#187;props&#187;:{&#171;animation_delay&#187;:&#187;100&#8243;,&#187;divider_height&#187;:&#187;120&#8243;,&#187;divider_position&#187;:&#187;top&#187;,&#187;divider_width&#187;:&#187;100&#8243;,&#187;image_position&#187;:&#187;center-center&#187;,&#187;padding_custom_bottom&#187;:&#187;40&#8243;,&#187;padding_custom_top&#187;:&#187;40&#8243;,&#187;style&#187;:&#187;default&#187;,&#187;title_breakpoint&#187;:&#187;xl&#187;,&#187;title_position&#187;:&#187;top-left&#187;,&#187;title_rotation&#187;:&#187;left&#187;,&#187;vertical_align&#187;:&#187;middle&#187;,&#187;width&#187;:&#187;xlarge&#187;},&#187;children&#187;:[{&#171;type&#187;:&#187;row&#187;,&#187;children&#187;:[{&#171;type&#187;:&#187;column&#187;,&#187;props&#187;:{&#171;image_position&#187;:&#187;center-center&#187;,&#187;position_sticky_breakpoint&#187;:&#187;m&#187;},&#187;children&#187;:[{&#171;type&#187;:&#187;panel&#187;,&#187;props&#187;:{&#171;animation&#187;:&#187;parallax&#187;,&#187;block_align&#187;:&#187;center&#187;,&#187;content&#187;:&#187;\\n\\n\\n&#187;,&#187;content_column_breakpoint&#187;:&#187;m&#187;,&#187;image&#187;:&#187;&#187;,&#187;image_align&#187;:&#187;right&#187;,&#187;image_grid_breakpoint&#187;:&#187;m&#187;,&#187;image_grid_width&#187;:&#187;1-2&#8243;,&#187;image_svg_color&#187;:&#187;emphasis&#187;,&#187;image_vertical_align&#187;:true,&#187;link_margin&#187;:&#187;medium&#187;,&#187;link_style&#187;:&#187;primary&#187;,&#187;link_text&#187;:&#187;\u0417\u0430\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f \u043d\u0430  \u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0438\u044e&#187;,&#187;margin_bottom&#187;:&#187;default&#187;,&#187;margin_top&#187;:&#187;default&#187;,&#187;maxwidth&#187;:&#187;2xlarge&#187;,&#187;maxwidth_breakpoint&#187;:&#187;l&#187;,&#187;meta&#187;:&#187;&#187;,&#187;meta_align&#187;:&#187;above-content&#187;,&#187;meta_color&#187;:&#187;muted&#187;,&#187;meta_element&#187;:&#187;div&#187;,&#187;meta_style&#187;:&#187;h5&#8243;,&#187;parallax_opacity&#187;:&#187;0 10%,1 50%&#187;,&#187;parallax_y&#187;:&#187;-100 10%,0 50%&#187;,&#187;text_align&#187;:&#187;center&#187;,&#187;title&#187;:&#187;Unsere Kunden sind in den <span class=\\\"uk-text-primary\\\">unterschiedlichsten Branchen t\u00e4tig<\/span>&#171;,&#187;title_align&#187;:&#187;top&#187;,&#187;title_element&#187;:&#187;div&#187;,&#187;title_en_us&#187;:&#187;We work with a large number of <span class=\\\"uk-text-primary\\\">companies in a variety of industries<\/span>&#171;,&#187;title_grid_breakpoint&#187;:&#187;m&#187;,&#187;title_grid_width&#187;:&#187;auto&#187;,&#187;title_hover_style&#187;:&#187;reset&#187;,&#187;title_ru_ru&#187;:&#187;\u041c\u044b \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u043c \u0441 \u0431\u043e\u043b\u044c\u0448\u0438\u043c \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e\u043c <span class=\\\"uk-text-primary\\\">\u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0439 \u0432 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0445 \u043e\u0442\u0440\u0430\u0441\u043b\u044f\u0445<\/span>&#171;,&#187;title_style&#187;:&#187;h2&#8243;},&#187;name&#187;:&#187;title&#187;}]}]},{&#171;type&#187;:&#187;row&#187;,&#187;children&#187;:[{&#171;type&#187;:&#187;column&#187;,&#187;props&#187;:{&#171;image_position&#187;:&#187;center-center&#187;,&#187;position_sticky_breakpoint&#187;:&#187;m&#187;},&#187;children&#187;:[{&#171;type&#187;:&#187;text&#187;,&#187;props&#187;:{&#171;animation&#187;:&#187;parallax&#187;,&#187;class&#187;:&#187;uk-align-center&#187;,&#187;column_breakpoint&#187;:&#187;m&#187;,&#187;content&#187;:&#187;<\/p>\n<ul class=\\\"uk-text-center\\\">\\n    <\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">Baugewerbe<\/li>\n<p>\\n    <\/p>\n<li class=\\\"uk-button uk-button-primary uk-button-large\\\" uk-parallax=\\\"rotate: -15,0,0; y: -95,0,0; end: 70vh;\\\">Tourismus<\/li>\n<p>\\n    <\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 5,0,0; y: -75,0,0; end: 70vh;\\\">Immobilien<\/li>\n<p>\\n    <\/p>\n<li class=\\\"uk-button uk-button-primary uk-button-large\\\" uk-parallax=\\\"rotate: -10,0,0; y: -60,0,0; end: 70vh;\\\">Lerntechnoloige<\/li>\n<p>\\n    <\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 15,0,0; y: -100,0,0; end: 70vh;\\\">B2B<\/li>\n<p>\\n    <\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 8,0,0; y: -15,0,0; end: 70vh;\\\">E-Commerce<\/li>\n<p>\\n    <\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 2,0,0; y: -100,0,0; end: 70vh;\\\">Sch\u00f6nheitsindustrie<\/li>\n<p>\\n    <\/p>\n<li class=\\\"uk-button uk-button-primary uk-button-large\\\" uk-parallax=\\\"rotate: 15,0,0; y: -100,0,0; end: 70vh;\\\">B2C<\/li>\n<p>\\n    <\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 6,0,0; y: -50,0,0; end: 70vh;\\\">Gesundheit<\/li>\n<p>\\n    <\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: -5,0,0; y: -90,0,0; end: 70vh;\\\">Transport<\/li>\n<p>\\n    <\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: -20,0,0; y: -69,0,0; end: 70vh;\\\">Logistik<\/li>\n<p>\\n    <\/p>\n<li class=\\\"uk-button uk-button-primary uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">Hotel<\/li>\n<p>\\n    <\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: -10,0,0; y: -75,0,0; end: 70vh;\\\">Gastst\u00e4ttengewerbe<\/li>\n<p>\\n    <\/p>\n<li class=\\\"uk-button uk-button-primary uk-button-large\\\" uk-parallax=\\\"rotate: 7,0,0; y: -56,0,0; end: 70vh;\\\">Medien<\/li>\n<p>\\n    <\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -80,0,0; end: 70vh;\\\">Unterhaltung<\/li>\n<p>\\n    <\/p>\n<li class=\\\"uk-button uk-button-primary uk-button-large\\\" uk-parallax=\\\"rotate: -12,0,0; y: -70,0,0; end: 70vh;\\\">Mode und Design<\/li>\n<p>\\n    <\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 10,0,0; y: -73,0,0; end: 70vh;\\\">Mediaindustrie<\/li>\n<p>\\n<\/ul>\n<p>&#171;,&#187;content_en_us&#187;:&#187;<\/p>\n<ul class=\\\"uk-text-center\\\">\\n<\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">Renovation<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-primary uk-button-large\\\" uk-parallax=\\\"rotate: -15,0,0; y: -95,0,0; end: 70vh;\\\">Tourism<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">Real Estate<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-primary uk-button-large\\\" uk-parallax=\\\"rotate: -15,0,0; y: -95,0,0; end: 70vh;\\\">B2B<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">EdTech<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-primary uk-button-large\\\" uk-parallax=\\\"rotate: -15,0,0; y: -95,0,0; end: 70vh;\\\">E-Commerce<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">Beauty industry<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-primary uk-button-large\\\" uk-parallax=\\\"rotate: -15,0,0; y: -95,0,0; end: 70vh;\\\">B2C<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">HealthTech<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">Transport<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">Logistics<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-primary uk-button-large\\\" uk-parallax=\\\"rotate: -15,0,0; y: -95,0,0; end: 70vh;\\\">Hotels<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">Entertainmnet <\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-primary uk-button-large\\\" uk-parallax=\\\"rotate: -15,0,0; y: -95,0,0; end: 70vh;\\\">Fashion and Design<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">Media<\/li>\n<p>\\n<\/ul>\n<p>&#171;,&#187;content_ru_ru&#187;:&#187;<\/p>\n<ul class=\\\"uk-text-center\\\">\\n<\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">\u0421\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-primary uk-button-large\\\" uk-parallax=\\\"rotate: -15,0,0; y: -95,0,0; end: 70vh;\\\">\u0422\u0443\u0440\u0438\u0437\u043c<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">\u041d\u0435\u0434\u0432\u0438\u0436\u0438\u043c\u043e\u0441\u0442\u044c<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-primary uk-button-large\\\" uk-parallax=\\\"rotate: -15,0,0; y: -95,0,0; end: 70vh;\\\">B2B<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">EdTech<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-primary uk-button-large\\\" uk-parallax=\\\"rotate: -15,0,0; y: -95,0,0; end: 70vh;\\\">E-Commerce<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">Beauty \u0438\u043d\u0434\u0443\u0441\u0442\u0440\u0438\u044f<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-primary uk-button-large\\\" uk-parallax=\\\"rotate: -15,0,0; y: -95,0,0; end: 70vh;\\\">B2C<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">HealthTech<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">\u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">\u041b\u043e\u0433\u0438\u0441\u0442\u0438\u043a\u0430<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-primary uk-button-large\\\" uk-parallax=\\\"rotate: -15,0,0; y: -95,0,0; end: 70vh;\\\">\u041e\u0442\u0435\u043b\u0438<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">\u0421\u0444\u0435\u0440\u0430 \u0440\u0430\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0439<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-primary uk-button-large\\\" uk-parallax=\\\"rotate: -15,0,0; y: -95,0,0; end: 70vh;\\\">\u041c\u043e\u0434\u0430 \u0438 \u0434\u0438\u0437\u0430\u0439\u043d<\/li>\n<p>\\n<\/p>\n<li class=\\\"uk-button uk-button-default uk-button-large\\\" uk-parallax=\\\"rotate: 20,0,0; y: -100,0,0; end: 70vh;\\\">\u041c\u0435\u0434\u0438\u044f \u0438\u043d\u0434\u0443\u0441\u0442\u0440\u0438\u044f<\/li>\n<p>\\n<\/ul>\n<p>&#171;,&#187;css&#187;:&#187;.el-element ul {\\n    padding-left: 0px;\\n}\\n.el-element li {\\n    margin: 10px;\\n    pointer-events: none;\\n}&#187;,&#187;margin_bottom&#187;:&#187;default&#187;,&#187;margin_top&#187;:&#187;default&#187;,&#187;parallax_opacity&#187;:&#187;0,1 30%&#187;},&#187;name&#187;:&#187;Niches (arm)&#187;}]}]}],&#187;name&#187;:&#187;tags-cloud&#187;},{&#171;type&#187;:&#187;section&#187;,&#187;props&#187;:{&#171;animation_delay&#187;:&#187;100&#8243;,&#187;class&#187;:&#187;section-round&#187;,&#187;divider_color&#187;:&#187;#101216&#8243;,&#187;divider_height&#187;:&#187;120&#8243;,&#187;divider_position&#187;:&#187;top&#187;,&#187;divider_responsive&#187;:true,&#187;divider_width&#187;:&#187;100&#8243;,&#187;image_position&#187;:&#187;center-center&#187;,&#187;padding_custom_bottom&#187;:&#187;40&#8243;,&#187;padding_custom_top&#187;:&#187;40&#8243;,&#187;style&#187;:&#187;muted&#187;,&#187;title_breakpoint&#187;:&#187;xl&#187;,&#187;title_position&#187;:&#187;top-left&#187;,&#187;title_rotation&#187;:&#187;left&#187;,&#187;vertical_align&#187;:&#187;middle&#187;,&#187;width&#187;:&#187;xlarge&#187;},&#187;children&#187;:[{&#171;type&#187;:&#187;row&#187;,&#187;children&#187;:[{&#171;type&#187;:&#187;column&#187;,&#187;props&#187;:{&#171;image_position&#187;:&#187;center-center&#187;,&#187;position_sticky_breakpoint&#187;:&#187;m&#187;},&#187;children&#187;:[{&#171;type&#187;:&#187;module&#187;,&#187;props&#187;:{&#171;menu_image_align&#187;:&#187;center&#187;,&#187;menu_image_margin&#187;:true,&#187;menu_style&#187;:&#187;default&#187;,&#187;menu_type&#187;:&#187;nav&#187;,&#187;type&#187;:&#187;builderwidget&#187;,&#187;widget&#187;:&#187;builderwidget-2&#8243;},&#187;name&#187;:&#187;review-widget&#187;}]}]},{&#171;type&#187;:&#187;row&#187;,&#187;children&#187;:[{&#171;type&#187;:&#187;column&#187;,&#187;props&#187;:{&#171;image_position&#187;:&#187;center-center&#187;,&#187;position_sticky_breakpoint&#187;:&#187;m&#187;},&#187;children&#187;:[{&#171;type&#187;:&#187;panel&#187;,&#187;props&#187;:{&#171;block_align&#187;:&#187;center&#187;,&#187;content&#187;:&#187;&#187;,&#187;content_column_breakpoint&#187;:&#187;m&#187;,&#187;image&#187;:&#187;&#187;,&#187;image_align&#187;:&#187;right&#187;,&#187;image_grid_breakpoint&#187;:&#187;m&#187;,&#187;image_grid_width&#187;:&#187;1-2&#8243;,&#187;image_svg_color&#187;:&#187;emphasis&#187;,&#187;image_vertical_align&#187;:true,&#187;link_margin&#187;:&#187;medium&#187;,&#187;link_style&#187;:&#187;link-text&#187;,&#187;link_text&#187;:&#187;Read more&#187;,&#187;margin_bottom&#187;:&#187;medium&#187;,&#187;margin_top&#187;:&#187;medium&#187;,&#187;maxwidth_breakpoint&#187;:&#187;m&#187;,&#187;meta&#187;:&#187;&#187;,&#187;meta_align&#187;:&#187;above-content&#187;,&#187;meta_color&#187;:&#187;muted&#187;,&#187;meta_element&#187;:&#187;div&#187;,&#187;meta_style&#187;:&#187;&#187;,&#187;title&#187;:&#187;H\u00e4ufig gestellte Fragen&#187;,&#187;title_align&#187;:&#187;top&#187;,&#187;title_element&#187;:&#187;div&#187;,&#187;title_en_us&#187;:&#187;Frequently Asked Questions&#187;,&#187;title_grid_breakpoint&#187;:&#187;m&#187;,&#187;title_grid_width&#187;:&#187;1-2&#8243;,&#187;title_hover_style&#187;:&#187;reset&#187;,&#187;title_ru_ru&#187;:&#187;\u0427\u0430\u0441\u0442\u043e \u0437\u0430\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b&#187;,&#187;title_style&#187;:&#187;heading-small&#187;}}]}]},{&#171;type&#187;:&#187;row&#187;,&#187;props&#187;:{&#171;layout&#187;:&#187;1-2,1-2&#8243;},&#187;children&#187;:[{&#171;type&#187;:&#187;column&#187;,&#187;props&#187;:{&#171;image_position&#187;:&#187;center-center&#187;,&#187;position_sticky_breakpoint&#187;:&#187;m&#187;,&#187;width_medium&#187;:&#187;1-2&#8243;},&#187;children&#187;:[{&#171;type&#187;:&#187;accordion&#187;,&#187;props&#187;:{&#171;collapsible&#187;:true,&#187;content_column_breakpoint&#187;:&#187;m&#187;,&#187;image_align&#187;:&#187;top&#187;,&#187;image_grid_breakpoint&#187;:&#187;m&#187;,&#187;image_grid_width&#187;:&#187;1-2&#8243;,&#187;image_svg_color&#187;:&#187;emphasis&#187;,&#187;link_style&#187;:&#187;default&#187;,&#187;link_text&#187;:&#187;Read more&#187;,&#187;show_image&#187;:true,&#187;show_link&#187;:true},&#187;children&#187;:[{&#171;type&#187;:&#187;accordion_item&#187;,&#187;props&#187;:{&#171;content&#187;:&#187;Wir merken es als Erste.\\nWir \u00fcberwachen die Erreichbarkeit Ihrer Website und reagieren sofort auf St\u00f6rungen. In den meisten F\u00e4llen merken unsere Kunden gar nicht, dass etwas nicht stimmt \u2014 wir beheben das Problem, bevor es jemand bemerkt.&#187;,&#187;content_en_us&#187;:&#187;We monitor your site\u2019s uptime and respond to any issues immediately. In most cases, our clients don\u2019t even notice a problem \u2014 it\u2019s already fixed by the time they find out.&#187;,&#187;content_ru_ru&#187;:&#187;\u041c\u044b \u0441\u043b\u0435\u0434\u0438\u043c \u0437\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0441\u0442\u044c\u044e \u0441\u0430\u0439\u0442\u0430 \u0438 \u043e\u043f\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u043e \u0440\u0435\u0430\u0433\u0438\u0440\u0443\u0435\u043c \u043d\u0430 \u0441\u0431\u043e\u0438. \u0412 \u0431\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u0435 \u0441\u043b\u0443\u0447\u0430\u0435\u0432 \u043a\u043b\u0438\u0435\u043d\u0442 \u0434\u0430\u0436\u0435 \u043d\u0435 \u0443\u0441\u043f\u0435\u0432\u0430\u0435\u0442 \u0437\u0430\u043c\u0435\u0442\u0438\u0442\u044c, \u0447\u0442\u043e \u0447\u0442\u043e-\u0442\u043e \u043f\u043e\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a \u2014 \u0432\u0441\u0451 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0437\u0430\u0440\u0430\u043d\u0435\u0435.&#187;,&#187;title&#187;:&#187;Was passiert, wenn meine Website pl\u00f6tzlich nicht mehr funktioniert?&#187;,&#187;title_en_us&#187;:&#187;What if my website suddenly stops working?&#187;,&#187;title_ru_ru&#187;:&#187;\u0427\u0442\u043e \u0431\u0443\u0434\u0435\u0442, \u0435\u0441\u043b\u0438 \u0441\u0430\u0439\u0442 \u0432\u0434\u0440\u0443\u0433 \u043f\u0435\u0440\u0435\u0441\u0442\u0430\u043d\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c?&#187;}},{&#171;type&#187;:&#187;accordion_item&#187;,&#187;props&#187;:{&#171;content&#187;:&#187;Ja, wir \u00fcbernehmen alle gew\u00fcnschten \u00c4nderungen.\\nSie schicken uns einfach den neuen Text, Bilder oder Daten \u2013 wir aktualisieren alles auf Ihrer Website.&#187;,&#187;content_en_us&#187;:&#187;Absolutely. We handle all updates you request.\\nJust send us the new text, images, or data \u2014 we\u2019ll update your website accordingly.&#187;,&#187;content_ru_ru&#187;:&#187;\u0414\u0430, \u043b\u044e\u0431\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u2014 \u043f\u043e \u0432\u0430\u0448\u0435\u043c\u0443 \u0437\u0430\u043f\u0440\u043e\u0441\u0443.\\n\u041f\u0440\u0438\u0441\u044b\u043b\u0430\u0435\u0442\u0435 \u0442\u0435\u043a\u0441\u0442, \u0444\u043e\u0442\u043e \u0438\u043b\u0438 \u043d\u043e\u0432\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u2014 \u043c\u044b \u043e\u0431\u043d\u043e\u0432\u043b\u044f\u0435\u043c \u043d\u0430 \u0441\u0430\u0439\u0442\u0435.&#187;,&#187;title&#187;:&#187;Ich m\u00f6chte Preise, Produkte oder Inhalte \u00e4ndern \u2013 machen Sie das auch?&#187;,&#187;title_en_us&#187;:&#187; I want to update prices, products, or content \u2014 can you do that?&#187;,&#187;title_ru_ru&#187;:&#187;\u042f \u043c\u0435\u043d\u044f\u044e \u0446\u0435\u043d\u044b\/\u0442\u043e\u0432\u0430\u0440\u044b\/\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u2014 \u0432\u044b \u044d\u0442\u043e \u0442\u043e\u0436\u0435 \u0434\u0435\u043b\u0430\u0435\u0442\u0435?&#187;}},{&#171;type&#187;:&#187;accordion_item&#187;,&#187;props&#187;:{&#171;content&#187;:&#187;Wir sch\u00fctzen Ihre Website und stellen sie bei Bedarf wieder her.\\nWir setzen auf bew\u00e4hrte Sicherheitsma\u00dfnahmen, erkennen Angriffsversuche fr\u00fchzeitig und erstellen regelm\u00e4\u00dfige Backups, damit alles schnell wieder l\u00e4uft.&#187;,&#187;content_en_us&#187;:&#187;We protect your website and recover it if necessary.\\nWe use reliable security tools, monitor for attacks, and create regular backups \u2014 so we can restore everything quickly if needed.&#187;,&#187;content_ru_ru&#187;:&#187;\u041c\u044b \u0437\u0430\u0449\u0438\u0449\u0430\u0435\u043c \u0441\u0430\u0439\u0442 \u0438 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u043c \u0435\u0433\u043e, \u0435\u0441\u043b\u0438 \u043d\u0443\u0436\u043d\u043e.\\n\u041c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c \u043d\u0430\u0434\u0451\u0436\u043d\u044b\u0435 \u043c\u0435\u0442\u043e\u0434\u044b \u0437\u0430\u0449\u0438\u0442\u044b, \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0435\u043c \u043f\u043e\u043f\u044b\u0442\u043a\u0438 \u0432\u0437\u043b\u043e\u043c\u0430 \u0438 \u0434\u0435\u043b\u0430\u0435\u043c \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u044b\u0435 \u043a\u043e\u043f\u0438\u0438 \u2014 \u0447\u0442\u043e\u0431\u044b \u0432\u0441\u0451 \u043c\u043e\u0436\u043d\u043e \u0431\u044b\u043b\u043e \u0431\u044b\u0441\u0442\u0440\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c.&#187;,&#187;title&#187;:&#187;Und wenn meine Website gehackt oder mit einem Virus infiziert wird?&#187;,&#187;title_en_us&#187;:&#187;What if my site gets hacked or infected with a virus?&#187;,&#187;title_ru_ru&#187;:&#187;\u0410 \u0435\u0441\u043b\u0438 \u043c\u0435\u043d\u044f \u0432\u0437\u043b\u043e\u043c\u0430\u044e\u0442 \u0438\u043b\u0438 \u0437\u0430\u0440\u0430\u0437\u044f\u0442 \u0432\u0438\u0440\u0443\u0441\u043e\u043c?&#187;}}]}]},{&#171;type&#187;:&#187;column&#187;,&#187;props&#187;:{&#171;image_position&#187;:&#187;center-center&#187;,&#187;position_sticky_breakpoint&#187;:&#187;m&#187;,&#187;width_medium&#187;:&#187;1-2&#8243;},&#187;children&#187;:[{&#171;type&#187;:&#187;accordion&#187;,&#187;props&#187;:{&#171;collapsible&#187;:true,&#187;content_column_breakpoint&#187;:&#187;m&#187;,&#187;image_align&#187;:&#187;top&#187;,&#187;image_grid_breakpoint&#187;:&#187;m&#187;,&#187;image_grid_width&#187;:&#187;1-2&#8243;,&#187;image_svg_color&#187;:&#187;emphasis&#187;,&#187;link_style&#187;:&#187;default&#187;,&#187;link_text&#187;:&#187;Read more&#187;,&#187;show_image&#187;:true,&#187;show_link&#187;:true},&#187;children&#187;:[{&#171;type&#187;:&#187;accordion_item&#187;,&#187;props&#187;:{&#171;content&#187;:&#187;Wir sind seit \u00fcber 5 Jahren zuverl\u00e4ssig f\u00fcr unsere Kunden da.\\nSie haben einen festen Ansprechpartner, klare Konditionen und einen verl\u00e4sslichen Service \u2013 ganz ohne verschwundene Freelancer.&#187;,&#187;content_en_us&#187;:&#187;No. We\u2019ve been doing this for over 5 years \u2014 and we\u2019re always here.\\nYou get a dedicated manager, clear terms, and dependable support \u2014 no more ghosting freelancers.&#187;,&#187;content_ru_ru&#187;:&#187;\u041c\u044b \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u043c \u0443\u0436\u0435 \u0431\u043e\u043b\u0435\u0435 5 \u043b\u0435\u0442 \u0438 \u043d\u0430 \u0441\u0432\u044f\u0437\u0438 \u0432\u0441\u0435\u0433\u0434\u0430.\\n\u0412\u044b \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0435 \u043b\u0438\u0447\u043d\u043e\u0433\u043e \u0432\u0435\u0434\u0443\u0449\u0435\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430, \u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443 \u0431\u0435\u0437 \u201c\u0438\u0441\u0447\u0435\u0437\u0430\u044e\u0449\u0438\u0445 \u0444\u0440\u0438\u043b\u0430\u043d\u0441\u0435\u0440\u043e\u0432\u201d.&#187;,&#187;title&#187;:&#187;Verschwinden Sie nicht einfach wie mein letzter Entwickler?&#187;,&#187;title_en_us&#187;:&#187;Will you disappear like my last developer did?&#187;,&#187;title_ru_ru&#187;:&#187;\u0410 \u0432\u044b \u0442\u043e\u0447\u043d\u043e \u043d\u0435 \u0438\u0441\u0447\u0435\u0437\u043d\u0435\u0442\u0435, \u043a\u0430\u043a \u043c\u043e\u0439 \u043f\u0440\u043e\u0448\u043b\u044b\u0439 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a?&#187;}},{&#171;type&#187;:&#187;accordion_item&#187;,&#187;props&#187;:{&#171;content&#187;:&#187;Wenn eine Aufgabe mehr Zeit erfordert, als in Ihrem Tarif enthalten ist, stimmen wir alle zus\u00e4tzlichen Leistungen im Voraus mit Ihnen ab.&#187;,&#187;content_en_us&#187;:&#187;If a task requires more time than what\u2019s included in your plan, we\u2019ll always discuss it with you first and get your approval before moving forward.&#187;,&#187;content_ru_ru&#187;:&#187;\u0415\u0441\u043b\u0438 \u043a\u0430\u043a\u043e\u0435 \u0442\u043e \u0432\u0430\u0448\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0431\u043e\u043b\u044c\u0448\u0435\u0433\u043e \u0437\u0430\u0442\u0440\u0430\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438, \u0447\u0435\u043c \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u0432 \u0432\u0430\u0448\u0435\u043c \u0442\u0430\u0440\u0438\u0444\u0435, \u043c\u044b \u0437\u0430\u0440\u0430\u043d\u0435\u0435 \u0441\u043e\u0433\u043b\u0430\u0441\u043e\u0432\u044b\u0432\u0430\u0435\u043c \u0432\u0441\u0435 \u0437\u0430\u0434\u0430\u0447\u0438 \u0441 \u0412\u0430\u043c\u0438.\\n&#187;,&#187;title&#187;:&#187;Kann es zu h\u00f6heren Kosten kommen?&#187;,&#187;title_en_us&#187;:&#187;Can the cost increase?&#187;,&#187;title_ru_ru&#187;:&#187;\u041c\u043e\u0436\u0435\u0442 \u043b\u0438 \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c\u0441\u044f \u043e\u043f\u043b\u0430\u0442\u0430?&#187;}},{&#171;type&#187;:&#187;accordion_item&#187;,&#187;props&#187;:{&#171;content&#187;:&#187;Nein. Wir erkl\u00e4ren alles verst\u00e4ndlich \u2013 ohne Fachchinesisch.\\nWir beraten Sie auf Augenh\u00f6he, geben Empfehlungen und \u00fcbernehmen die Umsetzung, wenn Sie m\u00f6chten.&#187;,&#187;content_en_us&#187;:&#187;Not at all. We explain things simply and clearly.\\nNo technical jargon \u2014 just friendly advice and full support if you&#8217;d like us to handle everything.&#187;,&#187;content_ru_ru&#187;:&#187;\u041d\u0435\u0442, \u043c\u044b \u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0438\u0440\u0443\u0435\u043c \u043f\u0440\u043e\u0441\u0442\u044b\u043c \u0438 \u043f\u043e\u043d\u044f\u0442\u043d\u044b\u043c \u044f\u0437\u044b\u043a\u043e\u043c.\\n\u0411\u0435\u0437 \u0442\u0435\u0445\u0447\u0435\u0441\u043a\u0438\u0445 \u0442\u0435\u0440\u043c\u0438\u043d\u043e\u0432. \u041e\u0431\u044a\u044f\u0441\u043d\u0438\u043c, \u043f\u043e\u0434\u0441\u043a\u0430\u0436\u0435\u043c, \u043a\u0430\u043a \u043b\u0443\u0447\u0448\u0435 \u2014 \u0438 \u0432\u0441\u0451 \u0441\u0434\u0435\u043b\u0430\u0435\u043c \u0441\u0430\u043c\u0438, \u0435\u0441\u043b\u0438 \u043d\u0443\u0436\u043d\u043e.&#187;,&#187;title&#187;:&#187;Muss ich mich mit Technik auskennen?&#187;,&#187;title_en_us&#187;:&#187;Do I need to understand websites or tech stuff?&#187;,&#187;title_ru_ru&#187;:&#187;\u041d\u0443\u0436\u043d\u043e \u043b\u0438 \u043c\u043d\u0435 \u0440\u0430\u0437\u0431\u0438\u0440\u0430\u0442\u044c\u0441\u044f \u0432 \u0441\u0430\u0439\u0442\u0430\u0445? &#171;}}]}]}]}],&#187;name&#187;:&#187;reviews&#187;}],&#187;version&#187;:&#187;5.0.28&#8243;} &#8212;><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Technische Unterst\u00fctzung f\u00fcr Ihre Website Regelm\u00e4\u00dfige Wartung, Funktionskontrolle und Anpassungen \u2013 ein fester Preis, ohne \u00dcberraschungen. Beratung buchen Technischer Support \u2013 alles an einem Ort Kontrolleund Unterst\u00fctzung Kontrolle der Leistung der Website Technische Probleme schnell beseitigen Updatesund Sicherheit Aktualisierungen der Website Sch\u00fctzen Sie Ihre Website vor Bedrohungen Unterst\u00fctzungund Ausbildung Wir nehmen \u00c4nderungen auf Ihren Wunsch [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-5563","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/seitup.de\/ru\/wp-json\/wp\/v2\/pages\/5563","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seitup.de\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/seitup.de\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/seitup.de\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/seitup.de\/ru\/wp-json\/wp\/v2\/comments?post=5563"}],"version-history":[{"count":3,"href":"https:\/\/seitup.de\/ru\/wp-json\/wp\/v2\/pages\/5563\/revisions"}],"predecessor-version":[{"id":6112,"href":"https:\/\/seitup.de\/ru\/wp-json\/wp\/v2\/pages\/5563\/revisions\/6112"}],"wp:attachment":[{"href":"https:\/\/seitup.de\/ru\/wp-json\/wp\/v2\/media?parent=5563"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}