{"id":155,"date":"2025-05-26T21:23:36","date_gmt":"2025-05-26T21:23:36","guid":{"rendered":"https:\/\/plzprofi.de\/?page_id=155"},"modified":"2026-03-23T10:00:19","modified_gmt":"2026-03-23T10:00:19","slug":"kontakt","status":"publish","type":"page","link":"https:\/\/plzprofi.de\/ru\/start\/kontakt\/","title":{"rendered":"\u0421\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043d\u0430\u043c\u0438"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <title>Kontakt \u2013 PLZ Profi<\/title>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n\n  <style>\n    :root { font-size: 90%; }\n\n    \/* === Grundlayout === *\/\n    body {\n      background: #050814;\n      color: #ffffff;\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n      margin: 0;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    \/* =========================\n       HERO (KONTAKT)\n       ========================= *\/\n    .plzprofi-hero {\n      margin: 32px 16px 24px;\n      padding: 56px 32px 48px;\n      border-radius: 28px;\n      border: 1px solid rgba(148, 163, 184, 0.18);\n      box-shadow:\n        0 30px 80px rgba(15, 23, 42, 0.9),\n        0 0 0 1px rgba(15, 23, 42, 0.6);\n      overflow: hidden;\n      position: relative;\n      background: #050814;\n      text-align: center;\n    }\n\n    \/* Tiefe Navy-Blau Verl\u00e4ufe *\/\n    .plzprofi-hero::after {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background:\n        radial-gradient(circle at top left, rgba(30, 58, 138, 0.4), transparent 50%),\n        radial-gradient(circle at top right, rgba(37, 99, 235, 0.15), transparent 50%);\n      pointer-events: none;\n    }\n\n    .plzprofi-hero-inner {\n      position: relative;\n      z-index: 1;\n      max-width: 800px;\n      margin: 0 auto;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n    }\n\n    .hero-kicker {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 6px 14px;\n      border-radius: 999px;\n      font-size: 12px;\n      letter-spacing: .08em;\n      text-transform: uppercase;\n      background: rgba(15, 23, 42, 0.8);\n      border: 1px solid rgba(59, 130, 246, 0.35); \n      color: #bfdbfe;\n      margin-bottom: 20px;\n      backdrop-filter: blur(8px);\n    }\n\n    \/* SATTES BLAU PULSIERENDER PUNKT *\/\n    .hero-kicker::before {\n      content: \"\";\n      width: 8px;\n      height: 8px;\n      border-radius: 999px;\n      background: #3b82f6;\n      box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.9);\n      animation: plzprofi-pulse-dot-navy 1.8s infinite ease-out;\n    }\n\n    @keyframes plzprofi-pulse-dot-navy {\n      0%   { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7); transform: scale(1); }\n      70%  { box-shadow: 0 0 0 12px rgba(59, 130, 246, 0); transform: scale(1.1); }\n      100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0); transform: scale(1); }\n    }\n\n    .plzprofi-hero h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.15;\n      margin: 0 0 16px;\n      color: #f8fafc;\n    }\n\n    .plzprofi-hero p {\n      margin: 0;\n      font-size: 16px;\n      max-width: 38rem;\n      color: #cbd5e1;\n      line-height: 1.7;\n    }\n\n    \/* =========================\n       PAGE WRAPPER\n       ========================= *\/\n    .wrapper {\n      max-width: 860px;\n      margin: 0 auto;\n      padding: 16px 16px 80px;\n    }\n\n    \/* =========================\n       KONTAKT CARD\n       ========================= *\/\n    .plzprofi-contact-card {\n      border-radius: 20px;\n      padding: 36px 40px;\n      border: 1px solid rgba(37, 99, 235, 0.3); \/* Dunklere blaue Kante *\/\n      background: \n        radial-gradient(circle at top left, rgba(30, 58, 138, 0.3), transparent 70%), \n        #0b1220;\n      box-shadow: \n        0 15px 40px rgba(0,0,0,0.3),\n        0 0 25px rgba(30, 58, 138, 0.15);\n      position: relative;\n      overflow: hidden;\n      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;\n    }\n\n    .plzprofi-contact-card:hover {\n      transform: translateY(-2px);\n      border-color: rgba(59, 130, 246, 0.5);\n      box-shadow: \n        0 20px 50px rgba(0,0,0,0.4),\n        0 0 35px rgba(37, 99, 235, 0.2);\n    }\n\n    .plzprofi-contact-card::before {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      top: 0;\n      bottom: 0;\n      width: 4px;\n      background: #2563eb;\n      box-shadow: 0 0 15px rgba(37, 99, 235, 0.6);\n    }\n\n    .plzprofi-contact-card h2 {\n      font-size: 22px;\n      color: #f8fafc;\n      margin: 0 0 12px 0;\n    }\n\n    .plzprofi-contact-card p {\n      color: #cbd5e1;\n      font-size: 15px;\n      line-height: 1.7;\n      margin: 0 0 24px 0;\n    }\n\n    \/* Bullets *\/\n    .ppc-bullets {\n      list-style: none;\n      padding: 0;\n      margin: 0 0 32px 0;\n    }\n\n    .ppc-bullets li {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      font-size: 15px;\n      color: #e2e8f0;\n      margin-bottom: 12px;\n      padding-left: 8px;\n    }\n\n    .ppc-dot {\n      width: 8px;\n      height: 8px;\n      border-radius: 50%;\n      background: #3b82f6;\n      box-shadow: 0 0 8px rgba(59, 130, 246, 0.6);\n      flex-shrink: 0;\n    }\n\n    \/* =========================\n       E-MAIL BOX (CALL TO ACTION)\n       ========================= *\/\n    .ppc-mail-box {\n      padding: 20px 24px;\n      border-radius: 16px;\n      border: 1px solid rgba(148, 163, 184, 0.25);\n      background: linear-gradient(135deg, rgba(30, 41, 59, 0.6), rgba(15, 23, 42, 0.8));\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 20px;\n      flex-wrap: wrap;\n      transition: all 0.2s ease;\n    }\n\n    .ppc-mail-box:hover {\n      background: linear-gradient(135deg, rgba(30, 41, 59, 0.8), rgba(15, 23, 42, 0.95));\n      border-color: rgba(59, 130, 246, 0.4);\n    }\n\n    .ppc-mail-info {\n      display: flex;\n      align-items: center;\n      gap: 16px;\n    }\n\n    .ppc-mail-icon {\n      width: 48px;\n      height: 48px;\n      border-radius: 50%;\n      background: rgba(30, 58, 138, 0.4); \/* Navy Background *\/\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 22px;\n      border: 1px solid rgba(59, 130, 246, 0.3);\n      color: #60a5fa;\n    }\n\n    .ppc-mail-text {\n      display: flex;\n      flex-direction: column;\n      gap: 4px;\n    }\n\n    .ppc-tag {\n      font-size: 11px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: #94a3b8;\n      font-weight: 600;\n    }\n\n    .ppc-mail-text a {\n      color: #f8fafc;\n      text-decoration: none;\n      font-size: 20px;\n      font-weight: bold;\n      transition: color 0.2s;\n    }\n\n    .ppc-mail-text a:hover {\n      color: #60a5fa;\n    }\n\n    .ppc-mail-note {\n      font-size: 13px;\n      color: #94a3b8;\n      background: rgba(15, 23, 42, 0.6);\n      padding: 6px 12px;\n      border-radius: 999px;\n      border: 1px solid rgba(148, 163, 184, 0.15);\n      white-space: nowrap;\n    }\n\n    @media (max-width: 640px) {\n      .plzprofi-hero { padding: 40px 20px 32px; }\n      .plzprofi-contact-card { padding: 28px 20px; }\n      .ppc-mail-box { flex-direction: column; align-items: flex-start; }\n      .ppc-mail-text a { font-size: 18px; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <div class=\"plzprofi-hero\">\n    <div class=\"plzprofi-hero-inner\">\n      <span class=\"hero-kicker\">\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b \u0438 \u043e\u0431\u0440\u0430\u0442\u043d\u0430\u044f \u0441\u0432\u044f\u0437\u044c<\/span>\n      <h1>\u0421\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043d\u0430\u043c\u0438 \u0441\u0435\u0433\u043e\u0434\u043d\u044f.<\/h1>\n      <p>\n        \u0412\u044b \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u043b\u0438 \u043e\u0448\u0438\u0431\u043a\u0443, \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0438\u0434\u0435\u044f \u0434\u043b\u044f \u043d\u043e\u0432\u043e\u0439 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 \u0438\u043b\u0438 \u0432\u044b \u043f\u0440\u043e\u0441\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0434\u0430\u0442\u044c \u043d\u0430\u043c \u043e\u0431\u0440\u0430\u0442\u043d\u0443\u044e \u0441\u0432\u044f\u0437\u044c?\n        \u041d\u0430\u043f\u0438\u0448\u0438\u0442\u0435 \u043d\u0430\u043c - PLZ Profi \u043f\u0440\u043e\u0446\u0432\u0435\u0442\u0430\u0435\u0442 \u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u043e\u0431\u0440\u0430\u0442\u043d\u043e\u0439 \u0441\u0432\u044f\u0437\u0438 \u0441 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c\u0438.\n      <\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"wrapper\">\n    <article class=\"plzprofi-contact-card\">\n      <h2>\u041b\u0443\u0447\u0448\u0438\u0439 \u0441\u043f\u043e\u0441\u043e\u0431 \u0441\u0432\u044f\u0437\u0430\u0442\u044c\u0441\u044f \u0441 \u043d\u0430\u043c\u0438<\/h2>\n      <p>\n        \u0421\u0430\u043c\u044b\u0439 \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u0441\u043f\u043e\u0441\u043e\u0431 \u0441\u0432\u044f\u0437\u0430\u0442\u044c\u0441\u044f \u0441 \u043d\u0430\u043c\u0438 - \u044d\u0442\u043e \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430. \u041c\u044b \u043b\u0438\u0447\u043d\u043e \u0447\u0438\u0442\u0430\u0435\u043c \u043a\u0430\u0436\u0434\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 - \u0431\u0443\u0434\u044c \u0442\u043e \u043a\u043e\u0440\u043e\u0442\u043a\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u043a\u0430\n        \u0438\u0437 \u043e\u0442\u0434\u0435\u043b\u0430 \u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f, \u0438\u0434\u0435\u044f \u043f\u043e \u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044e \u0442\u0435\u0440\u0440\u0438\u0442\u043e\u0440\u0438\u0438 \u0438\u043b\u0438 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043f\u043e \u043d\u043e\u0432\u044b\u043c \u0444\u0443\u043d\u043a\u0446\u0438\u044f\u043c.\n      <\/p>\n\n      <ul class=\"ppc-bullets\">\n        <li><span class=\"ppc-dot\"><\/span><span>\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0430\u0445 \u0438 \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u0432 \u0440\u0430\u0431\u043e\u0442\u0435 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430<\/span><\/li>\n        <li><span class=\"ppc-dot\"><\/span><span>\u0418\u0434\u0435\u0438 \u0434\u043b\u044f \u043d\u043e\u0432\u044b\u0445 \u0444\u0443\u043d\u043a\u0446\u0438\u0439, \u0444\u0438\u043b\u044c\u0442\u0440\u043e\u0432 \u0438\u043b\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430<\/span><\/li>\n        <li><span class=\"ppc-dot\"><\/span><span>\u0412\u043e\u043f\u0440\u043e\u0441\u044b \u043f\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044e \u0432 \u043f\u043e\u0432\u0441\u0435\u0434\u043d\u0435\u0432\u043d\u043e\u043c \u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438 \u0438\u043b\u0438 \u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438 \u0442\u0435\u0440\u0440\u0438\u0442\u043e\u0440\u0438\u0438<\/span><\/li>\n      <\/ul>\n\n      <div class=\"ppc-mail-box\">\n        <div class=\"ppc-mail-info\">\n          <div class=\"ppc-mail-icon\">\n            <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"><\/rect>\n              <path d=\"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7\"><\/path>\n            <\/svg>\n          <\/div>\n          <div class=\"ppc-mail-text\">\n            <span class=\"ppc-tag\">\u041d\u0435\u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u043f\u043e \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u0435<\/span>\n            <a href=\"mailto:kontakt@plzprofi.de\">kontakt@plzprofi.de<\/a>\n          <\/div>\n        <\/div>\n        <div class=\"ppc-mail-note\">\n          \u041d\u0438\u043a\u0430\u043a\u0438\u0445 \u0444\u043e\u0440\u043c. \u041d\u0438\u043a\u0430\u043a\u0438\u0445 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u043f\u043e\u043b\u0435\u0439.\n        <\/div>\n      <\/div>\n    <\/article>\n  <\/div>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Kontakt \u2013 PLZ Profi Kontakt &#038; Feedback Kontaktiert uns noch heute. Ihr habt einen Fehler entdeckt, eine Idee f\u00fcr ein neues Feature oder m\u00f6chtet einfach kurzes Feedback loswerden? Schreibt uns \u2013 PLZ Profi lebt von R\u00fcckmeldungen aus der Praxis. Wie ihr uns am besten erreicht Am einfachsten kontaktiert ihr uns per E-Mail. Wir lesen jede [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":11,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"no-title","meta":{"footnotes":""},"class_list":["post-155","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/plzprofi.de\/ru\/wp-json\/wp\/v2\/pages\/155","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/plzprofi.de\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/plzprofi.de\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/plzprofi.de\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/plzprofi.de\/ru\/wp-json\/wp\/v2\/comments?post=155"}],"version-history":[{"count":11,"href":"https:\/\/plzprofi.de\/ru\/wp-json\/wp\/v2\/pages\/155\/revisions"}],"predecessor-version":[{"id":508,"href":"https:\/\/plzprofi.de\/ru\/wp-json\/wp\/v2\/pages\/155\/revisions\/508"}],"up":[{"embeddable":true,"href":"https:\/\/plzprofi.de\/ru\/wp-json\/wp\/v2\/pages\/11"}],"wp:attachment":[{"href":"https:\/\/plzprofi.de\/ru\/wp-json\/wp\/v2\/media?parent=155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}