{"id":11,"date":"2026-09-26T11:28:04","date_gmt":"2026-09-26T11:28:04","guid":{"rendered":"https:\/\/altstadt-apotheke-warburg.de\/?page_id=11"},"modified":"2026-09-26T12:18:32","modified_gmt":"2026-09-26T12:18:32","slug":"home","status":"publish","type":"page","link":"https:\/\/altstadt-apotheke-warburg.de\/","title":{"rendered":"Home"},"content":{"rendered":"\n<style>\n  #apo-home{\n    --red:#9b1c1f;\n    --red-dark:#7a1518;\n    --ink:#171310;\n    --cream:#f7f4f0;\n    --grey-line:#e2ddd6;\n    --muted:#6a6560;\n    --ease:cubic-bezier(.22,1,.36,1);\n\n    color:#1c1c1c;\n    background:#fff;\n    -webkit-font-smoothing:antialiased;\n  }\n\n  #apo-home *{\n    box-sizing:border-box;\n  }\n\n  #apo-home img{\n    max-width:100%;\n    display:block;\n  }\n\n  #apo-home .wrap{\n    max-width:1180px;\n    margin:0 auto;\n    padding:0 24px;\n  }\n\n  #apo-home .eyebrow{\n    font-style:italic;\n    font-size:1.05rem;\n    color:var(--red);\n    font-weight:500;\n    margin:0 0 14px;\n    letter-spacing:0;\n  }\n\n  #apo-home h1,\n  #apo-home h2,\n  #apo-home h3{\n    font-weight:600;\n    letter-spacing:-.01em;\n    margin:0;\n  }\n\n  #apo-home .rule{\n    width:56px;\n    height:1px;\n    background:var(--red);\n    border:0;\n    margin:22px 0;\n  }\n\n  #apo-home .reveal{\n    opacity:0;\n    transform:translateY(22px);\n    transition:\n      opacity .8s var(--ease),\n      transform .8s var(--ease);\n  }\n\n  #apo-home .reveal.in{\n    opacity:1;\n    transform:none;\n  }\n\n\n  \/* HERO *\/\n\n  #apo-home .hero{\n    position:relative;\n    min-height:92vh;\n    display:flex;\n    align-items:flex-end;\n    color:#fff;\n    overflow:hidden;\n  }\n\n  #apo-home .hero img{\n    position:absolute;\n    inset:0;\n    width:100%;\n    height:100%;\n    object-fit:cover;\n  }\n\n  #apo-home .hero::after{\n    content:\"\";\n    position:absolute;\n    inset:0;\n    background:linear-gradient(\n      0deg,\n      rgba(23,19,16,.82) 0%,\n      rgba(23,19,16,.35) 55%,\n      rgba(23,19,16,.05) 100%\n    );\n  }\n\n  #apo-home .hero__inner{\n    position:relative;\n    z-index:1;\n    padding:0 24px 88px;\n    max-width:1180px;\n    margin:0 auto;\n    width:100%;\n  }\n\n  #apo-home .hero h1{\n    font-size:clamp(2.1rem,4.6vw,3.5rem);\n    max-width:23ch;\n    line-height:1.05;\n    color:#fff !important;\n  }\n\n  #apo-home .hero p{\n    font-size:1.05rem;\n    max-width:44ch;\n    margin:22px 0 34px;\n    color:#efece7;\n    line-height:1.65;\n  }\n\n  #apo-home .cta-row{\n    display:flex;\n    flex-wrap:wrap;\n    gap:14px;\n  }\n\n  #apo-home .btn{\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    gap:10px;\n    padding:14px 26px;\n    font-size:.9rem;\n    border-radius:999px;\n    border:1px solid rgba(255,255,255,.55);\n    color:#fff !important;\n    text-decoration:none !important;\n    letter-spacing:.02em;\n    transition:\n      background .35s var(--ease),\n      border-color .35s var(--ease),\n      color .35s var(--ease),\n      transform .35s var(--ease);\n  }\n\n  #apo-home .btn:hover,\n  #apo-home .btn:focus,\n  #apo-home .btn:active,\n  #apo-home .btn:visited{\n    background:var(--red);\n    color:#fff !important;\n    border-color:var(--red);\n    text-decoration:none !important;\n  }\n\n  #apo-home .btn:hover{\n    transform:translateY(-2px);\n  }\n\n  #apo-home .btn--solid{\n    background:var(--red);\n    border-color:var(--red);\n    color:#fff !important;\n  }\n\n  #apo-home .btn--solid:hover,\n  #apo-home .btn--solid:focus,\n  #apo-home .btn--solid:active{\n    background:var(--red-dark);\n    color:#fff !important;\n    border-color:var(--red-dark);\n  }\n\n\n  \/* SECTION SPACING *\/\n\n  #apo-home section{\n    padding:120px 0;\n  }\n\n  @media (max-width:768px){\n    #apo-home section{\n      padding:64px 0;\n    }\n  }\n\n\n  \/* TWO UP PANELS *\/\n\n  #apo-home .duo{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:2px;\n    background:var(--grey-line);\n  }\n\n  #apo-home .panel{\n    background:var(--cream);\n    padding:72px 56px;\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n  }\n\n  #apo-home .panel h2{\n    font-size:clamp(1.6rem,2.6vw,2.2rem);\n    margin-bottom:18px;\n  }\n\n  #apo-home .panel p{\n    color:var(--muted);\n    line-height:1.7;\n    max-width:42ch;\n  }\n\n  #apo-home .panel--dark{\n    background:var(--ink);\n    color:#f5f2ee;\n  }\n\n  #apo-home .panel--dark p{\n    color:#cfc8c1;\n  }\n\n  #apo-home .panel .link{\n    margin-top:26px;\n    display:inline-flex;\n    align-items:center;\n    gap:8px;\n    color:var(--red);\n    text-decoration:none;\n    font-weight:600;\n    letter-spacing:.01em;\n    position:relative;\n  }\n\n  #apo-home .panel--dark .link{\n    color:#f0d9d3;\n  }\n\n  #apo-home .panel .link::after{\n    content:\"\";\n    position:absolute;\n    left:0;\n    bottom:-3px;\n    width:100%;\n    height:1px;\n    background:currentColor;\n    transform:scaleX(0);\n    transform-origin:left;\n    transition:transform .45s var(--ease);\n  }\n\n  #apo-home .panel .link:hover::after{\n    transform:scaleX(1);\n  }\n\n  #apo-home .partner-logo{\n    height:auto;\n    width:150px;\n    margin-bottom:22px;\n  }\n\n  @media (max-width:900px){\n    #apo-home .duo{\n      grid-template-columns:1fr;\n    }\n\n    #apo-home .panel{\n      padding:52px 28px;\n    }\n  }\n\n\n  \/* PHOTO TEASERS *\/\n\n  #apo-home .teasers{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:2px;\n  }\n\n  #apo-home .teaser{\n    position:relative;\n    aspect-ratio:4\/5;\n    overflow:hidden;\n  }\n\n  #apo-home .teaser img{\n    width:100%;\n    height:100%;\n    object-fit:cover;\n    transition:transform .9s var(--ease);\n  }\n\n  #apo-home .teaser:hover img{\n    transform:scale(1.045);\n  }\n\n  #apo-home .teaser::after{\n    content:\"\";\n    position:absolute;\n    inset:0;\n    background:linear-gradient(\n      0deg,\n      rgba(23,19,16,.75),\n      rgba(23,19,16,0) 60%\n    );\n  }\n\n  #apo-home .teaser__caption{\n    position:absolute;\n    left:0;\n    right:0;\n    bottom:0;\n    padding:36px;\n    color:#fff;\n    z-index:1;\n  }\n\n  #apo-home .teaser__caption .eyebrow{\n    color:#f0d9d3;\n  }\n\n  #apo-home .teaser__caption h3{\n    font-size:1.6rem;\n    color:#fff;\n    max-width:20ch;\n  }\n\n  @media (max-width:900px){\n    #apo-home .teasers{\n      grid-template-columns:1fr;\n    }\n  }\n\n\n  \/* SERVICES *\/\n\n  #apo-home .services{\n    background:var(--cream);\n  }\n\n  #apo-home .services .head{\n    text-align:center;\n    max-width:640px;\n    margin:0 auto 64px;\n  }\n\n  #apo-home .services .head h2{\n    font-size:clamp(1.9rem,3vw,2.6rem);\n  }\n\n  #apo-home .grid-4{\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:48px;\n  }\n\n  #apo-home .service{\n    text-align:left;\n    border-top:1px solid var(--grey-line);\n    padding-top:26px;\n  }\n\n  #apo-home .service .ico{\n    width:34px;\n    height:34px;\n    margin-bottom:20px;\n    stroke:var(--red);\n    fill:none;\n    stroke-width:1.4;\n  }\n\n  #apo-home .service h3{\n    font-size:1.15rem;\n    margin-bottom:10px;\n  }\n\n  #apo-home .service p{\n    color:var(--muted);\n    font-size:.92rem;\n    line-height:1.65;\n  }\n\n  @media (max-width:1000px){\n    #apo-home .grid-4{\n      grid-template-columns:1fr 1fr;\n    }\n  }\n\n  @media (max-width:560px){\n    #apo-home .grid-4{\n      grid-template-columns:1fr;\n    }\n  }\n\n\n  \/* APP PROMO *\/\n\n  #apo-home .app{\n    background:var(--ink);\n    color:#f5f2ee;\n    text-align:center;\n  }\n\n  #apo-home .app .wrap{\n    max-width:640px;\n  }\n\n  #apo-home .app .mark{\n    width:52px;\n    height:52px;\n    margin:0 auto 26px;\n    border:1px solid #4a433d;\n    border-radius:50%;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:1.4rem;\n  }\n\n  #apo-home .app h2{\n    font-size:clamp(1.9rem,3vw,2.5rem);\n    color:#fff;\n  }\n\n  #apo-home .app p{\n    color:#cfc8c1;\n    line-height:1.7;\n    margin:20px 0 36px;\n  }\n\n  #apo-home .stores{\n    display:flex;\n    justify-content:center;\n    gap:16px;\n    flex-wrap:wrap;\n  }\n\n  #apo-home .store-badge{\n    border:1px solid #4a433d;\n    border-radius:10px;\n    padding:10px 20px;\n    color:#f5f2ee !important;\n    text-decoration:none;\n    font-size:.85rem;\n    letter-spacing:.03em;\n    transition:\n      border-color .3s var(--ease),\n      color .3s var(--ease),\n      background .3s var(--ease);\n  }\n\n  #apo-home .store-badge:hover,\n  #apo-home .store-badge:focus,\n  #apo-home .store-badge:active{\n    border-color:var(--red);\n    background:var(--red);\n    color:#fff !important;\n  }\n\n\n  \/* BOOKING \/ CONTACT *\/\n\n  #apo-home .booking-img{\n    position:relative;\n    min-height:420px;\n  }\n\n  #apo-home .booking-img img{\n    position:absolute;\n    inset:0;\n    width:100%;\n    height:100%;\n    object-fit:cover;\n  }\n<\/style>\n\n\n<div id=\"apo-home\">\n\n  <!-- HERO -->\n  <section class=\"hero\">\n\n    <img decoding=\"async\"\n      src=\"https:\/\/altstadt-apotheke-warburg.de\/wp-content\/uploads\/2026\/09\/banner-scaled.webp\"\n      alt=\"Altstadt Apotheke Warburg\"\n      loading=\"eager\"\n    >\n\n    <div class=\"hero__inner reveal\">\n\n      <h1>\n        Preorder your prescription. Collect it at your leisure.\n      <\/h1>\n\n      <p>\n        Photograph your prescription, upload it from your gallery,\n        or scan your e prescription. We&#8217;ll have it ready by the time\n        you arrive.\n      <\/p>\n\n      <div class=\"cta-row\">\n\n        <a class=\"btn btn--solid\" href=\"#\">\n          Photograph the prescription\n        <\/a>\n\n        <a class=\"btn\" href=\"#\">\n          Upload from gallery\n        <\/a>\n\n        <a class=\"btn\" href=\"#\">\n          Scan e prescription\n        <\/a>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- PRESCRIPTION + PARTNER PHARMACY -->\n\n  <div class=\"duo\">\n\n    <div class=\"panel reveal\">\n\n      <p class=\"eyebrow\">\n        Made to order, not off the shelf\n      <\/p>\n\n      <h2>\n        We fill your prescription, precisely and without delay.\n      <\/h2>\n\n      <p>\n        Send it over however suits you by photo, upload or\n        e prescription and our team prepares it while you get\n        on with your day.\n      <\/p>\n\n      <a class=\"link\" href=\"#\">\n        Start a preorder\n      <\/a>\n\n    <\/div>\n\n\n    <div class=\"panel reveal\">\n\n      <p class=\"eyebrow\">\n        Working alongside\n      <\/p>\n\n      <img decoding=\"async\"\n        class=\"partner-logo\"\n        src=\"https:\/\/altstadt-apotheke-warburg.de\/wp-content\/uploads\/2026\/09\/34414_schildkroten_logo@244-090.webp\"\n        alt=\"Schildkr\u00f6ten Apotheke, our partner pharmacy\"\n      >\n\n      <h2 style=\"font-size:1.4rem;\">\n        Schildkr\u00f6ten Apotheke, Warburg\n      <\/h2>\n\n      <a class=\"link\" href=\"#\">\n        Visit their site\n      <\/a>\n\n    <\/div>\n\n  <\/div>\n\n\n  <!-- HEALTH TOPICS -->\n\n  <div class=\"teasers\">\n\n    <a class=\"teaser reveal\" href=\"#\">\n\n      <img decoding=\"async\"\n        src=\"https:\/\/altstadt-apotheke-warburg.de\/wp-content\/uploads\/2026\/09\/Allergie-1-1600.webp\"\n        alt=\"Allergy in spring\"\n      >\n\n      <span class=\"teaser__caption\">\n        <h3>Allergy in spring<\/h3>\n      <\/span>\n\n    <\/a>\n\n\n    <a class=\"teaser reveal\" href=\"#\">\n\n      <img decoding=\"async\"\n        src=\"https:\/\/altstadt-apotheke-warburg.de\/wp-content\/uploads\/2026\/09\/bone-health.jpg\"\n        alt=\"Crohn's disease and bone health\"\n      >\n\n      <span class=\"teaser__caption\">\n        <h3>Crohn&#8217;s disease and bone health<\/h3>\n      <\/span>\n\n    <\/a>\n\n  <\/div>\n\n\n  <!-- SERVICES -->\n\n  <section class=\"services\">\n\n    <div class=\"wrap\">\n\n      <div class=\"head reveal\">\n\n        <h2>\n          What can we do for you?\n        <\/h2>\n\n      <\/div>\n\n\n      <div class=\"grid-4\">\n\n        <div class=\"service reveal\">\n\n          <svg class=\"ico\" viewBox=\"0 0 24 24\">\n            <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\n            <path d=\"M12 7v10M7 12h10\"><\/path>\n          <\/svg>\n\n          <h3>\n            In house production\n          <\/h3>\n\n          <p>\n            Tea blends, individual facial care, prescription and\n            over the counter creams and ointments.\n          <\/p>\n\n        <\/div>\n\n\n        <div class=\"service reveal\">\n\n          <svg class=\"ico\" viewBox=\"0 0 24 24\">\n            <path d=\"M12 3c4 3 7 6 7 11a7 7 0 1 1-14 0c0-5 3-8 7-11z\"><\/path>\n          <\/svg>\n\n          <h3>\n            Focus on skin\n          <\/h3>\n\n          <p>\n            Advice, comparisons, olive oil skincare, and mosaic\n            pharmacy private label products.\n          <\/p>\n\n        <\/div>\n\n\n        <div class=\"service reveal\">\n\n          <svg class=\"ico\" viewBox=\"0 0 24 24\">\n            <path d=\"M4 12h16M4 6h16M4 18h16\"><\/path>\n          <\/svg>\n\n          <h3>\n            Nursing\n          <\/h3>\n\n          <p>\n            Incontinence care, compression stockings, and support\n            stockings, fitted individually.\n          <\/p>\n\n        <\/div>\n\n\n        <div class=\"service reveal\">\n\n          <svg class=\"ico\" viewBox=\"0 0 24 24\">\n            <path d=\"M12 21s-7-4.5-7-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 5.5-7 10-7 10z\"><\/path>\n          <\/svg>\n\n          <h3>\n            Focus on homeopathy\n          <\/h3>\n\n          <p>\n            Bach flower remedies and Sch\u00fcssler salts,\n            discussed one to one.\n          <\/p>\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- APP PROMO -->\n\n  <section class=\"app\">\n\n    <div class=\"wrap reveal\">\n\n      <div class=\"mark\">\n        @\n      <\/div>\n\n      <h2>\n        The Old Town Pharmacy, on your mobile phone.\n      <\/h2>\n\n      <p>\n        Submit prescriptions, manage medications,\n        find emergency pharmacies and much more.\n      <\/p>\n\n      <div class=\"stores\">\n\n        <a class=\"store-badge\" href=\"#\">\n          App Store\n        <\/a>\n\n        <a class=\"store-badge\" href=\"#\">\n          Google Play\n        <\/a>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- TELEPHARMACY + CONTACT -->\n\n  <div class=\"duo\">\n\n    <div class=\"booking-img reveal\">\n\n      <img decoding=\"async\"\n        src=\"https:\/\/altstadt-apotheke-warburg.de\/wp-content\/uploads\/2026\/09\/appointment-category-image-30@480-320-1.webp\"\n        alt=\"Telepharmaceutical consultation\"\n      >\n\n    <\/div>\n\n\n    <div class=\"panel reveal\">\n\n      <p class=\"eyebrow\">\n        By appointment\n      <\/p>\n\n      <h2>\n        Telepharmaceutical consultation.\n      <\/h2>\n\n      <p>\n        We&#8217;re here for you even when a visit isn&#8217;t possible.\n        Book a short online consultation with our team.\n      <\/p>\n\n      <a class=\"link\" href=\"#\">\n        Book an appointment\n      <\/a>\n\n    <\/div>\n\n  <\/div>\n\n<\/div>\n\n\n<script>\n(function(){\n\n  var reduce = window.matchMedia(\n    '(prefers-reduced-motion: reduce)'\n  ).matches;\n\n  var els = document.querySelectorAll(\n    '#apo-home .reveal'\n  );\n\n  if(\n    reduce ||\n    !('IntersectionObserver' in window)\n  ){\n\n    els.forEach(function(el){\n      el.classList.add('in');\n    });\n\n    return;\n  }\n\n\n  var io = new IntersectionObserver(\n    function(entries){\n\n      entries.forEach(function(entry){\n\n        if(entry.isIntersecting){\n\n          entry.target.classList.add('in');\n\n          io.unobserve(entry.target);\n\n        }\n\n      });\n\n    },\n    {\n      threshold:0.15\n    }\n  );\n\n\n  els.forEach(function(el){\n    io.observe(el);\n  });\n\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Preorder your prescription. Collect it at your leisure. Photograph your prescription, upload it from your gallery, or scan your e prescription. We&#8217;ll have it ready by the time you arrive. Photograph the prescription Upload from gallery Scan e prescription Made to order, not off the shelf We fill your prescription, precisely and without delay. Send [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - Altstadt-Apotheke in 34414 Warburg<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Altstadt-Apotheke in 34414 Warburg\" \/>\n<meta property=\"og:description\" content=\"Preorder your prescription. Collect it at your leisure. Photograph your prescription, upload it from your gallery, or scan your e prescription. We&#8217;ll have it ready by the time you arrive. Photograph the prescription Upload from gallery Scan e prescription Made to order, not off the shelf We fill your prescription, precisely and without delay. Send [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/altstadt-apotheke-warburg.de\/\" \/>\n<meta property=\"og:site_name\" content=\"Altstadt-Apotheke in 34414 Warburg\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-26T12:18:32+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/altstadt-apotheke-warburg.de\\\/\",\"url\":\"https:\\\/\\\/altstadt-apotheke-warburg.de\\\/\",\"name\":\"Home - Altstadt-Apotheke in 34414 Warburg\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/altstadt-apotheke-warburg.de\\\/#website\"},\"datePublished\":\"2026-09-26T11:28:04+00:00\",\"dateModified\":\"2026-09-26T12:18:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/altstadt-apotheke-warburg.de\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/altstadt-apotheke-warburg.de\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/altstadt-apotheke-warburg.de\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/altstadt-apotheke-warburg.de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/altstadt-apotheke-warburg.de\\\/#website\",\"url\":\"https:\\\/\\\/altstadt-apotheke-warburg.de\\\/\",\"name\":\"Altstadt-Apotheke in 34414 Warburg\",\"description\":\"Altstadt-Apotheke, Am Markt 7, 34414 Warburg, Tel: 05641\\\/61 22 \u27a4 Schwerpunkte: Eigenherstellung, Haut, Krankenpflege, Hom\u00f6opathie\",\"publisher\":{\"@id\":\"https:\\\/\\\/altstadt-apotheke-warburg.de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/altstadt-apotheke-warburg.de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/altstadt-apotheke-warburg.de\\\/#organization\",\"name\":\"Altstadt-Apotheke in 34414 Warburg\",\"url\":\"https:\\\/\\\/altstadt-apotheke-warburg.de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/altstadt-apotheke-warburg.de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/altstadt-apotheke-warburg.de\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/logo-altstadt.webp\",\"contentUrl\":\"https:\\\/\\\/altstadt-apotheke-warburg.de\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/logo-altstadt.webp\",\"width\":1448,\"height\":1086,\"caption\":\"Altstadt-Apotheke in 34414 Warburg\"},\"image\":{\"@id\":\"https:\\\/\\\/altstadt-apotheke-warburg.de\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Altstadt-Apotheke in 34414 Warburg","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Home - Altstadt-Apotheke in 34414 Warburg","og_description":"Preorder your prescription. Collect it at your leisure. Photograph your prescription, upload it from your gallery, or scan your e prescription. We&#8217;ll have it ready by the time you arrive. Photograph the prescription Upload from gallery Scan e prescription Made to order, not off the shelf We fill your prescription, precisely and without delay. Send [&hellip;]","og_url":"https:\/\/altstadt-apotheke-warburg.de\/","og_site_name":"Altstadt-Apotheke in 34414 Warburg","article_modified_time":"2026-09-26T12:18:32+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/altstadt-apotheke-warburg.de\/","url":"https:\/\/altstadt-apotheke-warburg.de\/","name":"Home - Altstadt-Apotheke in 34414 Warburg","isPartOf":{"@id":"https:\/\/altstadt-apotheke-warburg.de\/#website"},"datePublished":"2026-09-26T11:28:04+00:00","dateModified":"2026-09-26T12:18:32+00:00","breadcrumb":{"@id":"https:\/\/altstadt-apotheke-warburg.de\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/altstadt-apotheke-warburg.de\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/altstadt-apotheke-warburg.de\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/altstadt-apotheke-warburg.de\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/altstadt-apotheke-warburg.de\/#website","url":"https:\/\/altstadt-apotheke-warburg.de\/","name":"Altstadt-Apotheke in 34414 Warburg","description":"Altstadt-Apotheke, Am Markt 7, 34414 Warburg, Tel: 05641\/61 22 \u27a4 Schwerpunkte: Eigenherstellung, Haut, Krankenpflege, Hom\u00f6opathie","publisher":{"@id":"https:\/\/altstadt-apotheke-warburg.de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/altstadt-apotheke-warburg.de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/altstadt-apotheke-warburg.de\/#organization","name":"Altstadt-Apotheke in 34414 Warburg","url":"https:\/\/altstadt-apotheke-warburg.de\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/altstadt-apotheke-warburg.de\/#\/schema\/logo\/image\/","url":"https:\/\/altstadt-apotheke-warburg.de\/wp-content\/uploads\/2026\/09\/logo-altstadt.webp","contentUrl":"https:\/\/altstadt-apotheke-warburg.de\/wp-content\/uploads\/2026\/09\/logo-altstadt.webp","width":1448,"height":1086,"caption":"Altstadt-Apotheke in 34414 Warburg"},"image":{"@id":"https:\/\/altstadt-apotheke-warburg.de\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/altstadt-apotheke-warburg.de\/wp-json\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/altstadt-apotheke-warburg.de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/altstadt-apotheke-warburg.de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/altstadt-apotheke-warburg.de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/altstadt-apotheke-warburg.de\/wp-json\/wp\/v2\/comments?post=11"}],"version-history":[{"count":14,"href":"https:\/\/altstadt-apotheke-warburg.de\/wp-json\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":58,"href":"https:\/\/altstadt-apotheke-warburg.de\/wp-json\/wp\/v2\/pages\/11\/revisions\/58"}],"wp:attachment":[{"href":"https:\/\/altstadt-apotheke-warburg.de\/wp-json\/wp\/v2\/media?parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}