{"id":1304,"date":"2025-10-08T13:28:56","date_gmt":"2025-10-08T11:28:56","guid":{"rendered":"https:\/\/www.karinamack.com\/startseite\/"},"modified":"2025-10-16T14:48:08","modified_gmt":"2025-10-16T12:48:08","slug":"startseite","status":"publish","type":"page","link":"https:\/\/www.karinamack.com\/en\/","title":{"rendered":"Homepage"},"content":{"rendered":"\n<div class=\"co-el header-element\">\n    <div class=\"padding-frame\">\n        <div class=\"content-holder\">\n                        <div class=\"vid-box\">\n                <video src=\"https:\/\/www.karinamack.com\/wp-content\/uploads\/2025\/10\/kar_logo-animation_header_en-1.mp4\" autoplay muted loop playsinline disablePictureInPicture controlslist=\"nodownload nofullscreen noremoteplayback\"><\/video>\n            <\/div>\n                        <div class=\"scroll-box\">\n                <span class=\"first\"><strong>find your KARMA<\/strong><\/span>\n                <span class=\"second\">scroll down<\/span>\n                <img decoding=\"async\" src=\"https:\/\/www.karinamack.com\/wp-content\/themes\/karma\/_resources\/img\/arrow.gif\" alt=\"Arrow\">\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div class=\"co-el start-teaser-element\">\n\n    <div class=\"two-img-element\">\n        <div class=\"padding-frame\">\n            <div class=\"content-holder\">\n                                <div class=\"img-box first\">\n                                        <img decoding=\"async\" src=\"https:\/\/www.karinamack.com\/wp-content\/uploads\/2025\/10\/sRGB_KM0003_2025_00_000_DieHerrscherin_545_695_web-800x700.jpg\" alt=\"\">\n                                                            <div class=\"text-box\">\n                        <p><strong>The Empress<\/strong><br \/>\n2025 \u2013 the InKARMAtion<\/p>\n                    <\/div>\n                                    <\/div>\n                \n                                <div class=\"img-box second\">\n                                        <img decoding=\"async\" src=\"https:\/\/www.karinamack.com\/wp-content\/uploads\/2025\/10\/sRGB_KM0008_2025_00_000_DieKraft_545_695_web-800x700.jpg\" alt=\"\">\n                                                            <div class=\"text-box\">\n                        <p><strong>The Strength<\/strong><br \/>\n2025 \u2013 the InKARMAtion<\/p>\n                    <\/div>\n                                    <\/div>\n                            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"hdl-sbl-countdown\">\n        <div class=\"padding-frame\">\n            <div class=\"content-holder\">\n                <div class=\"text-box\">\n                    <h2 class=\"headline\">the InKARMAtion<\/h2>\n                    <h3 class=\"subline\">Exhibited at the Neues Kunstmuseum T\u00fcbingen<\/h3>\n                                        <div class=\"acf-countdown hide\" data-end=\"2025-10-18\">\n                        <div class=\"countdown-time\">\n                            <span class=\"days\">00<\/span>\n                            <span class=\"point\">:<\/span>\n                            <span class=\"hours\">00<\/span>\n                            <span class=\"point\">:<\/span>\n                            <span class=\"minutes\">00<\/span>\n                        <\/div>\n                        <div class=\"names\">\n                            <div>days<\/div>\n                            <div class=\"second\">hours<\/div>\n                            <div>minutes<\/div>\n                        <\/div>\n                    <\/div>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"text-img-link-element\">\n        <div class=\"padding-frame\">\n            <div class=\"content-holder\">\n                                <div class=\"text-box\">\n                    <p><strong>The Sun<\/strong><br \/>\n2025 \u2013 the InKARMAtion<\/p>\n                <\/div>\n                \n                                <div class=\"img-box\">\n                    <img decoding=\"async\" src=\"https:\/\/www.karinamack.com\/wp-content\/uploads\/2025\/10\/sRGB_KM0019_2025_00_000_DieSonne_545_695_web.jpg\" alt=\"\">\n                <\/div>\n                \n                                <div class=\"middle-holder\">\n                    <a href=\"https:\/\/www.karinamack.com\/en\/works\/the-inkarmation\/\" class=\"button\">\n                    <span>Discover the series<\/span>\n                    <svg width=\"17\" height=\"12\" viewBox=\"0 0 17 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M16.5303 6.53033C16.8232 6.23744 16.8232 5.76256 16.5303 5.46967L11.7574 0.696699C11.4645 0.403806 10.9896 0.403805 10.6967 0.696699C10.4038 0.989592 10.4038 1.46447 10.6967 1.75736L14.9393 6L10.6967 10.2426C10.4038 10.5355 10.4038 11.0104 10.6967 11.3033C10.9896 11.5962 11.4645 11.5962 11.7574 11.3033L16.5303 6.53033ZM16 6L16 5.25L6.55671e-08 5.25L0 6L-6.55671e-08 6.75L16 6.75L16 6Z\" fill=\"black\"\/>\n                    <\/svg>\n                    <\/a>\n                <\/div>\n                            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        const countdowns = document.querySelectorAll(\".acf-countdown\");\n\n        countdowns.forEach(el => {\n            const end = el.dataset.end;\n            if (!end) return;\n\n            \/\/ ISO-Format (Y-m-d) \u2192 funktioniert nativ in JS\n            const endTime = new Date(end + \"T00:00:00\").getTime();\n\n            const update = () => {\n                const now = new Date().getTime();\n                const distance = endTime - now;\n\n                if (distance <= 0) {\n                    el.querySelector(\".countdown-time\").innerHTML = \"Countdown abgelaufen!\";\n                    clearInterval(timer);\n                    return;\n                }\n\n                const days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\n                const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n                const minutes = Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60));\n\n                el.querySelector(\".days\").textContent = String(days).padStart(2, '0');\n                el.querySelector(\".hours\").textContent = String(hours).padStart(2, '0');\n                el.querySelector(\".minutes\").textContent = String(minutes).padStart(2, '0');\n            };\n\n            const timer = setInterval(update, 1000 * 60); \/\/ alle 60s aktualisieren\n            update();\n        });\n    });\n<\/script>\n\n\n\n\n\n<div class=\"co-el separator-element\">\n    <div class=\"padding-frame\">\n        <div class=\"content-holder\">\n            <div class=\"line\"><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div class=\"co-el text-hdl-img-element\">\n    <div class=\"padding-frame\">\n        <div class=\"content-holder\">\n\n                        <div class=\"text-box\">\n                                    <p class=\"p1\">As a little girl she felt a strong connection to painting, and a fascination of the magic of art. With her artist name &#8220;KARMA&#8221; she reflects her spiritual connection of cause and effect in her paintings. As an artist, Karina combines her childhood enthusiasm with her mature artistic vision.<\/p>\n                                                    <h2>\u2013 KARina MAck<\/h2>\n                            <\/div>\n                                    <div class=\"img-box\">\n                <img decoding=\"async\" src=\"https:\/\/www.karinamack.com\/wp-content\/uploads\/2025\/10\/image00001_web-600x600.jpg\">\n            <\/div>\n                                    <div class=\"middle-holder\">\n                <a href=\"https:\/\/www.karinamack.com\/en\/about-karina\/\" class=\"button\">\n                    <span>Her Story<\/span>\n                    <svg width=\"17\" height=\"12\" viewBox=\"0 0 17 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M16.5303 6.53033C16.8232 6.23744 16.8232 5.76256 16.5303 5.46967L11.7574 0.696699C11.4645 0.403806 10.9896 0.403805 10.6967 0.696699C10.4038 0.989592 10.4038 1.46447 10.6967 1.75736L14.9393 6L10.6967 10.2426C10.4038 10.5355 10.4038 11.0104 10.6967 11.3033C10.9896 11.5962 11.4645 11.5962 11.7574 11.3033L16.5303 6.53033ZM16 6L16 5.25L6.55671e-08 5.25L0 6L-6.55671e-08 6.75L16 6.75L16 6Z\" fill=\"black\"\/>\n                    <\/svg>\n                <\/a>\n            <\/div>\n            \n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n\n\n<div class=\"co-el separator-element\">\n    <div class=\"padding-frame\">\n        <div class=\"content-holder\">\n            <div class=\"line\"><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div class=\"co-el two-img-teaser\">\n    <div class=\"padding-frame\">\n        <div class=\"content-holder\">\n            <div class=\"upper-box\">\n                <div class=\"image-box\">\n                    <img decoding=\"async\" src=\"https:\/\/www.karinamack.com\/wp-content\/uploads\/2025\/10\/sRGB_KM0000_2024_00_000_Limbus_1200_1200._web.jpg\" alt=\"\">\n                <\/div>\n            <\/div>\n            <div class=\"lower-box\">\n                <div class=\"img-box\">\n                    <img decoding=\"async\" src=\"https:\/\/www.karinamack.com\/wp-content\/uploads\/2025\/10\/sRGB_KM0000_2025_00_000_Portal_800_800_web-600x600.jpg\" alt=\"\">\n                <\/div>\n                <div class=\"text-box\">\n                    <h2>\u2013 My WORKS<\/h2>\n                                        <a href=\"https:\/\/www.karinamack.com\/en\/works\/\" class=\"button\">\n                    <span>Enter the Gallery<\/span>\n                    <svg width=\"17\" height=\"12\" viewBox=\"0 0 17 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M16.5303 6.53033C16.8232 6.23744 16.8232 5.76256 16.5303 5.46967L11.7574 0.696699C11.4645 0.403806 10.9896 0.403805 10.6967 0.696699C10.4038 0.989592 10.4038 1.46447 10.6967 1.75736L14.9393 6L10.6967 10.2426C10.4038 10.5355 10.4038 11.0104 10.6967 11.3033C10.9896 11.5962 11.4645 11.5962 11.7574 11.3033L16.5303 6.53033ZM16 6L16 5.25L6.55671e-08 5.25L0 6L-6.55671e-08 6.75L16 6.75L16 6Z\" fill=\"black\"\/>\n                    <\/svg>\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n\n<div class=\"co-el separator-element\">\n    <div class=\"padding-frame\">\n        <div class=\"content-holder\">\n            <div class=\"line\"><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div class=\"co-el headline-img-link-element\">\n    <div class=\"padding-frame\">\n        <div class=\"content-holder\">\n                        <h2 class=\"headline\">\u2013 The EXHIBITIONS<\/h2>\n                                    <div class=\"img-box\">\n                <img decoding=\"async\" src=\"https:\/\/www.karinamack.com\/wp-content\/uploads\/2025\/10\/image00004_web.jpg\" alt=\"\u2013 The EXHIBITIONS\">\n            <\/div>\n                                    <a href=\"https:\/\/www.karinamack.com\/en\/exhibitions\/\" class=\"button\">\n                <span>Explore Exhibitions<\/span>\n                <svg width=\"17\" height=\"12\" viewBox=\"0 0 17 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path d=\"M16.5303 6.53033C16.8232 6.23744 16.8232 5.76256 16.5303 5.46967L11.7574 0.696699C11.4645 0.403806 10.9896 0.403805 10.6967 0.696699C10.4038 0.989592 10.4038 1.46447 10.6967 1.75736L14.9393 6L10.6967 10.2426C10.4038 10.5355 10.4038 11.0104 10.6967 11.3033C10.9896 11.5962 11.4645 11.5962 11.7574 11.3033L16.5303 6.53033ZM16 6L16 5.25L6.55671e-08 5.25L0 6L-6.55671e-08 6.75L16 6.75L16 6Z\" fill=\"black\"\/>\n                <\/svg>\n            <\/a>\n            \n        <\/div>\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","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-1304","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.1.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Homepage | Karma<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.karinamack.com\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Homepage | Karma\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.karinamack.com\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"Karma\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-16T12:48:08+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.karinamack.com\/en\/\",\"url\":\"https:\/\/www.karinamack.com\/en\/\",\"name\":\"Homepage | Karma\",\"isPartOf\":{\"@id\":\"https:\/\/www.karinamack.com\/en\/#website\"},\"datePublished\":\"2025-10-08T11:28:56+00:00\",\"dateModified\":\"2025-10-16T12:48:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.karinamack.com\/en\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.karinamack.com\/en\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.karinamack.com\/en\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.karinamack.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Homepage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.karinamack.com\/en\/#website\",\"url\":\"https:\/\/www.karinamack.com\/en\/\",\"name\":\"Karma\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.karinamack.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Homepage | Karma","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.karinamack.com\/en\/","og_locale":"en_US","og_type":"article","og_title":"Homepage | Karma","og_url":"https:\/\/www.karinamack.com\/en\/","og_site_name":"Karma","article_modified_time":"2025-10-16T12:48:08+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.karinamack.com\/en\/","url":"https:\/\/www.karinamack.com\/en\/","name":"Homepage | Karma","isPartOf":{"@id":"https:\/\/www.karinamack.com\/en\/#website"},"datePublished":"2025-10-08T11:28:56+00:00","dateModified":"2025-10-16T12:48:08+00:00","breadcrumb":{"@id":"https:\/\/www.karinamack.com\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.karinamack.com\/en\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.karinamack.com\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.karinamack.com\/en\/"},{"@type":"ListItem","position":2,"name":"Homepage"}]},{"@type":"WebSite","@id":"https:\/\/www.karinamack.com\/en\/#website","url":"https:\/\/www.karinamack.com\/en\/","name":"Karma","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.karinamack.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.karinamack.com\/en\/wp-json\/wp\/v2\/pages\/1304","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.karinamack.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.karinamack.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.karinamack.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.karinamack.com\/en\/wp-json\/wp\/v2\/comments?post=1304"}],"version-history":[{"count":5,"href":"https:\/\/www.karinamack.com\/en\/wp-json\/wp\/v2\/pages\/1304\/revisions"}],"predecessor-version":[{"id":1726,"href":"https:\/\/www.karinamack.com\/en\/wp-json\/wp\/v2\/pages\/1304\/revisions\/1726"}],"wp:attachment":[{"href":"https:\/\/www.karinamack.com\/en\/wp-json\/wp\/v2\/media?parent=1304"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}