{"html":"<!doctype html>\n<html lang=\"de\">\n  <head>\n    <meta charset=\"UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n    <title>GLO Footer</title>\n    <!-- footer -->\n    <style>\n      footer {\n        color: var(--bs-light);\n        background-color: #464a4c;\n        position: relative;\n        z-index: 100;\n      }\n\n      footer li {\n        list-style: none;\n      }\n\n      footer li a {\n        color: var(--bs-light);\n        text-decoration: none;\n      }\n\n      footer li a:hover {\n        text-decoration: underline;\n      }\n\n      @media (min-width: 992px) {\n        .mmi-footer-text {\n          max-width: 580px;\n        }\n      }\n    </style>\n  </head>\n  <body>\n    <footer>\n      <div\n        class=\"container content px-3 py-4 d-flex flex-column flex-lg-row justify-content-between align-items-end container-fluid\"\n      >\n        <div class=\"w-100\">\n          <div class=\"row w-100 mx-0 px-0 row\">\n            <div class=\"px-0 col-sm-6\">\n              <a\n                href=\"https://apps.apple.com/de/app/gelbe-liste-pharmindex-app/id1171765536\"\n                target=\"_blank\"\n                class=\"w-100\"\n                ><img\n                  loading=\"lazy\"\n                  alt=\"Gelbe Liste App für iOS\"\n                  title=\"Gelbe Liste App für iOS\"\n                  class=\"img-fluid mb-3 rounded\"\n                  width=\"180\"\n                  src=\"https://media.gelbe-liste.de/pictures/symbole/app-ios.png\"\n              /></a>\n            </div>\n            <div class=\"px-0 col-sm-6\">\n              <a\n                href=\"https://play.google.com/store/apps/details?id=de.gelbe_liste.app\"\n                target=\"_blank\"\n                class=\"w-100\"\n                ><img\n                  loading=\"lazy\"\n                  alt=\"Gelbe Liste App für Android\"\n                  title=\"Gelbe Liste App für Android\"\n                  class=\"img-fluid mb-3 rounded\"\n                  width=\"180\"\n                  src=\"https://media.gelbe-liste.de/pictures/symbole/app-android.png\"\n              /></a>\n            </div>\n          </div>\n          <div class=\"row w-100 mx-0 px-0 row\">\n            <div class=\"px-0 col-sm-6\">\n              <li><a href=\"wir-ueber-uns\">Wir über uns</a></li>\n              <li><a href=\"redaktion\">Redaktion</a></li>\n              <li><a href=\"kontakt\">Kontakt</a></li>\n              <li><a href=\"sitemap\">Sitemap</a></li>\n            </div>\n            <div class=\"px-0 col-sm-6\">\n              <li><a href=\"impressum\">Impressum</a></li>\n              <li><a href=\"datenschutz\">Datenschutzerklärung</a></li>\n              <li><a href=\"nutzungsbedingungen\">Nutzungsbedingungen</a></li>\n              <li><a href=\"mediendaten\">Mediadaten &amp; AGB</a></li>\n            </div>\n          </div>\n        </div>\n        <div class=\"d-block mt-4 mt-lg-0 mmi-footer-text\">\n          Gelbe Liste Online ist ein Online-Dienst der Vidal MMI Germany GmbH\n          (Vidal MMI) und bietet News, Infos und Datenbanken für Ärzte,\n          Apotheker und andere medizinische Fachkreise. Die GELBE LISTE\n          PHARMINDEX ist ein führendes Verzeichnis von Wirkstoffen,\n          Medikamenten, Medizinprodukten, Diätetika, Nahrungsergänzungsmitteln,\n          Verbandmitteln und Kosmetika.\n        </div>\n      </div>\n    </footer>\n  </body>\n</html>\n"}