{"uuid":"a18a2710-4f7d-4772-8fc0-4a521bb7a0cc","provider":"wsw-nova","model":"sirius","image_strategy":"generate_gemini:nano_pro","image_quality":null,"image_size":null,"image_aspect_ratio":null,"use_website_data":true,"html":"<style>\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc {\n font-family: inherit;\n box-sizing: border-box;\n background: transparent;\n }\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc *,\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc *::before,\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc *::after {\n box-sizing: inherit;\n }\n\n /* Variables */\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc {\n --snippet-radius: 12px;\n --snippet-transition: 0.2s ease-out;\n --snippet-gap: 2rem;\n }\n\n /* Hero wrapper */\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-wrapper {\n display: grid;\n grid-template-columns: 1fr 1fr;\n gap: 3rem;\n align-items: start;\n padding: 3rem 0;\n }\n\n /* Left content */\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-content {\n display: flex;\n flex-direction: column;\n gap: 1.5rem;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-badge {\n display: inline-flex;\n align-items: center;\n gap: 0.5rem;\n background-color: rgba(217, 84, 19, 0.1);\n color: var(--wsw-color-accent, #d95413);\n padding: 0.375rem 1rem;\n border-radius: 100px;\n font-size: 0.85rem;\n font-weight: 600;\n width: fit-content;\n letter-spacing: 0.02em;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-badge .badge-dot {\n width: 8px;\n height: 8px;\n background-color: var(--wsw-color-accent, #d95413);\n border-radius: 50%;\n animation: wsw-pulse-dot 2s ease-in-out infinite;\n }\n\n @keyframes wsw-pulse-dot {\n 0%, 100% { opacity: 1; transform: scale(1); }\n 50% { opacity: 0.5; transform: scale(0.8); }\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc h1 {\n color: var(--wsw-color-black, #212529);\n margin: 0;\n line-height: 1.15;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-subtitle {\n font-size: 1.1rem;\n line-height: 1.7;\n color: var(--wsw-color-dark, #2d2d2d);\n max-width: 65ch;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-meta {\n display: flex;\n flex-wrap: wrap;\n gap: 0.5rem 1.25rem;\n padding: 1rem 1.25rem;\n background-color: var(--wsw-color-light, #eeedeb);\n border-radius: var(--snippet-radius);\n border-left: 3px solid var(--wsw-color-accent, #d95413);\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .meta-item {\n display: inline-flex;\n align-items: center;\n gap: 0.4rem;\n font-size: 0.875rem;\n color: var(--wsw-color-dark, #2d2d2d);\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .meta-icon {\n font-size: 1rem;\n line-height: 1;\n flex-shrink: 0;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-description {\n font-size: 0.945rem;\n line-height: 1.8;\n color: var(--wsw-color-dark, #2d2d2d);\n max-width: 65ch;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .availability-tag {\n display: inline-flex;\n align-items: center;\n gap: 0.5rem;\n font-size: 0.95rem;\n font-weight: 600;\n color: #2e7d32;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .availability-tag .avail-dot {\n width: 10px;\n height: 10px;\n background-color: #2e7d32;\n border-radius: 50%;\n flex-shrink: 0;\n }\n\n /* Buttons */\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-buttons {\n display: flex;\n flex-wrap: wrap;\n gap: 0.75rem;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .btn-primary {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n gap: 0.5rem;\n padding: 0.875rem 2rem;\n background-color: var(--wsw-color-accent, #d95413);\n color: var(--wsw-color-white, #ffffff);\n text-decoration: none;\n border-radius: var(--snippet-radius);\n font-weight: 600;\n font-size: 1rem;\n transition: transform var(--snippet-transition), box-shadow var(--snippet-transition);\n border: none;\n cursor: pointer;\n min-height: 48px;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .btn-primary:hover {\n transform: translateY(-2px);\n box-shadow: 0 6px 20px rgba(217, 84, 19, 0.3);\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .btn-primary:focus-visible {\n outline: 2px solid var(--wsw-color-accent, #d95413);\n outline-offset: 3px;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .btn-secondary {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n gap: 0.5rem;\n padding: 0.875rem 2rem;\n background-color: transparent;\n color: var(--wsw-color-accent, #d95413);\n text-decoration: none;\n border-radius: var(--snippet-radius);\n font-weight: 600;\n font-size: 1rem;\n border: 2px solid var(--wsw-color-accent, #d95413);\n transition: background-color var(--snippet-transition), color var(--snippet-transition), transform var(--snippet-transition);\n cursor: pointer;\n min-height: 48px;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .btn-secondary:hover {\n background-color: var(--wsw-color-accent, #d95413);\n color: var(--wsw-color-white, #ffffff);\n transform: translateY(-2px);\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .btn-secondary:focus-visible {\n outline: 2px solid var(--wsw-color-accent, #d95413);\n outline-offset: 3px;\n }\n\n /* Right side: Image + Infobox */\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-right {\n display: flex;\n flex-direction: column;\n gap: 1.5rem;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-image-wrap {\n border-radius: var(--snippet-radius);\n overflow: hidden;\n aspect-ratio: 4 / 3;\n position: relative;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-image-wrap img {\n width: 100%;\n height: 100%;\n object-fit: cover;\n display: block;\n }\n\n /* Infobox */\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .infobox {\n background-color: var(--wsw-color-light, #eeedeb);\n border-radius: var(--snippet-radius);\n padding: 1.5rem;\n position: relative;\n overflow: hidden;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .infobox::before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 4px;\n background: var(--wsw-color-accent, #d95413);\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .infobox h3 {\n margin: 0 0 1rem 0;\n color: var(--wsw-color-black, #212529);\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .infobox-grid {\n display: grid;\n grid-template-columns: auto 1fr;\n gap: 0.5rem 1rem;\n align-items: baseline;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .info-label {\n font-size: 0.85rem;\n font-weight: 600;\n color: var(--wsw-color-dark, #2d2d2d);\n white-space: nowrap;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .info-value {\n font-size: 0.875rem;\n color: var(--wsw-color-dark, #2d2d2d);\n line-height: 1.6;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .info-highlight {\n font-weight: 700;\n color: var(--wsw-color-accent, #d95413);\n }\n\n /* Dark/Black theme overrides */\n section.wsw-theme-d #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc h1,\n section.wsw-theme-db #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc h1,\n section.wsw-theme-b #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc h1,\n section.wsw-theme-bb #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc h1 {\n color: var(--wsw-color-white, #fff);\n }\n\n section.wsw-theme-d #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-subtitle,\n section.wsw-theme-db #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-subtitle,\n section.wsw-theme-b #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-subtitle,\n section.wsw-theme-bb #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-subtitle,\n section.wsw-theme-d #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-description,\n section.wsw-theme-db #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-description,\n section.wsw-theme-b #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-description,\n section.wsw-theme-bb #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-description {\n color: rgba(255, 255, 255, 0.85);\n }\n\n section.wsw-theme-d #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .meta-item,\n section.wsw-theme-db #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .meta-item,\n section.wsw-theme-b #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .meta-item,\n section.wsw-theme-bb #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .meta-item {\n color: rgba(255, 255, 255, 0.8);\n }\n\n section.wsw-theme-d #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-meta,\n section.wsw-theme-db #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-meta,\n section.wsw-theme-b #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-meta,\n section.wsw-theme-bb #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-meta {\n background-color: rgba(255, 255, 255, 0.08);\n }\n\n section.wsw-theme-d #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .infobox,\n section.wsw-theme-db #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .infobox,\n section.wsw-theme-b #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .infobox,\n section.wsw-theme-bb #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .infobox {\n background-color: rgba(255, 255, 255, 0.06);\n }\n\n section.wsw-theme-d #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .infobox h3,\n section.wsw-theme-db #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .infobox h3,\n section.wsw-theme-b #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .infobox h3,\n section.wsw-theme-bb #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .infobox h3 {\n color: var(--wsw-color-white, #fff);\n }\n\n section.wsw-theme-d #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .info-label,\n section.wsw-theme-db #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .info-label,\n section.wsw-theme-b #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .info-label,\n section.wsw-theme-bb #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .info-label {\n color: rgba(255, 255, 255, 0.7);\n }\n\n section.wsw-theme-d #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .info-value,\n section.wsw-theme-db #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .info-value,\n section.wsw-theme-b #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .info-value,\n section.wsw-theme-bb #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .info-value {\n color: rgba(255, 255, 255, 0.85);\n }\n\n section.wsw-theme-d #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .btn-secondary,\n section.wsw-theme-db #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .btn-secondary,\n section.wsw-theme-b #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .btn-secondary,\n section.wsw-theme-bb #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .btn-secondary {\n color: var(--wsw-color-white, #fff);\n border-color: var(--wsw-color-white, #fff);\n }\n\n section.wsw-theme-d #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .btn-secondary:hover,\n section.wsw-theme-db #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .btn-secondary:hover,\n section.wsw-theme-b #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .btn-secondary:hover,\n section.wsw-theme-bb #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .btn-secondary:hover {\n background-color: var(--wsw-color-white, #fff);\n color: var(--wsw-color-black, #212529);\n }\n\n /* Accent theme */\n section.wsw-theme-a #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc h1 {\n color: var(--wsw-color-white, #fff);\n }\n\n section.wsw-theme-a #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-subtitle,\n section.wsw-theme-a #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-description {\n color: rgba(255, 255, 255, 0.9);\n }\n\n section.wsw-theme-a #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-badge {\n background-color: rgba(255, 255, 255, 0.2);\n color: var(--wsw-color-white, #fff);\n }\n\n section.wsw-theme-a #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-badge .badge-dot {\n background-color: var(--wsw-color-white, #fff);\n }\n\n section.wsw-theme-a #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-meta {\n background-color: rgba(255, 255, 255, 0.15);\n border-left-color: var(--wsw-color-white, #fff);\n }\n\n section.wsw-theme-a #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .meta-item {\n color: rgba(255, 255, 255, 0.9);\n }\n\n section.wsw-theme-a #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .btn-primary {\n background-color: var(--wsw-color-white, #fff);\n color: var(--wsw-color-accent, #d95413);\n }\n\n section.wsw-theme-a #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .btn-secondary {\n color: var(--wsw-color-white, #fff);\n border-color: var(--wsw-color-white, #fff);\n }\n\n section.wsw-theme-a #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .btn-secondary:hover {\n background-color: var(--wsw-color-white, #fff);\n color: var(--wsw-color-accent, #d95413);\n }\n\n section.wsw-theme-a #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .infobox {\n background-color: rgba(255, 255, 255, 0.15);\n }\n\n section.wsw-theme-a #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .infobox::before {\n background: var(--wsw-color-white, #fff);\n }\n\n section.wsw-theme-a #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .infobox h3 {\n color: var(--wsw-color-white, #fff);\n }\n\n section.wsw-theme-a #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .info-label {\n color: rgba(255, 255, 255, 0.75);\n }\n\n section.wsw-theme-a #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .info-value {\n color: var(--wsw-color-white, #fff);\n }\n\n section.wsw-theme-a #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .info-highlight {\n color: var(--wsw-color-white, #fff);\n }\n\n /* Responsive */\n @media (max-width: 1024px) {\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-wrapper {\n gap: 2rem;\n }\n }\n\n @media (max-width: 768px) {\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-wrapper {\n grid-template-columns: 1fr;\n padding: 2rem 0;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-buttons {\n flex-direction: column;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .btn-primary,\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .btn-secondary {\n width: 100%;\n text-align: center;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .infobox-grid {\n grid-template-columns: 1fr;\n gap: 0.25rem;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .info-label {\n margin-top: 0.5rem;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .info-label:first-child {\n margin-top: 0;\n }\n }\n\n @media (max-width: 480px) {\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-wrapper {\n padding: 1.5rem 0;\n }\n\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc .hero-meta {\n flex-direction: column;\n gap: 0.375rem;\n }\n }\n\n /* Reduced motion */\n @media (prefers-reduced-motion: reduce) {\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc *,\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc *::before,\n #wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc *::after {\n transition-duration: 0.01ms !important;\n animation-duration: 0.01ms !important;\n }\n }\n</style>\n\n<div id=\"wsw-snippet-a18a2710-4f7d-4772-8fc0-4a521bb7a0cc\">\n <div class=\"hero-wrapper\">\n\n <div class=\"hero-content\">\n <div class=\"hero-badge\">\n <span class=\"badge-dot\" data-pcloud-pass-id=\"mq254jvpoif9eo9llg\"></span>\n <span data-pcloud-pass-id=\"mq254jvpvi60u7cfffi\">Aktuell: 6 freie Plätze</span>\n </div>\n\n <h1 data-pcloud-pass-id=\"mq254jvpm64wq2rpqgd\">Lomi Lomi ʻOluea Intensivkurs im Allgäu</h1>\n\n <span class=\"hero-subtitle\" data-pcloud-pass-id=\"mq254jvphsdeln4ge5\">Lerne in 6 Tagen eine tiefgehende hawaiianische Körperarbeit, die Berührung, Präsenz und wirksame Massagetechnik verbindet.</span>\n\n <div class=\"hero-meta\">\n <span class=\"meta-item\" data-pcloud-pass-id=\"mq254jvpfrz0a9obrvh\">\n <span class=\"meta-icon\" data-pcloud-pass-id=\"mq254jvpnpqnkgzrjqd\">📅</span>\n <span data-pcloud-pass-id=\"mq254jvpohqgy6ji7hm\">26.–31. Juli 2026</span>\n </span>\n <span class=\"meta-item\" data-pcloud-pass-id=\"mq254jvpq83us9l2d4p\">\n <span class=\"meta-icon\" data-pcloud-pass-id=\"mq254jvpkqmyorh918l\">📍</span>\n <span data-pcloud-pass-id=\"mq254jvpy36766oe0gb\">AllgäuSeminarhaus bei Leutkirch</span>\n </span>\n <span class=\"meta-item\" data-pcloud-pass-id=\"mq254jvppvkkvp9wtu\">\n <span class=\"meta-icon\" data-pcloud-pass-id=\"mq254jvpe9g9pabu4wd\">👥</span>\n <span data-pcloud-pass-id=\"mq254jvpvczjntiuanl\">Anfänger, Massagepraktiker, Wellnessmasseure & Therapeuten</span>\n </span>\n </div>\n\n <span class=\"hero-description\" data-pcloud-pass-id=\"mq254jvp6ph7fl1trnk\">In diesem Intensivkurs lernst du Lomi Lomi ʻOluea als achtsame, kraftvolle und zugleich sanfte Ganzkörpermassage kennen. Du übst Massagetechniken für den ganzen Körper, Gelenksmobilisationen, Atem, Rhythmus, Körperhaltung und die innere Präsenz, die diese Arbeit so besonders macht.</span>\n\n <div class=\"hero-buttons\">\n <a href=\"#\" class=\"btn-primary\" data-pcloud-pass-id=\"mq254jvpwvkjdzxl8lm\">Jetzt Platz sichern</a>\n <a href=\"#\" class=\"btn-secondary\" data-pcloud-pass-id=\"mq254jvpjyj6rk8bj7\">Erst Orientierungsgespräch anfragen</a>\n </div>\n </div>\n\n <div class=\"hero-right\">\n <div class=\"hero-image-wrap\">\n <img src=\"/s3/d/wsw.website.22/public/images/pages/folder.10/lomi-lomi-0783.webp\" alt=\"Lomi Lomi Massage – achtsame hawaiianische Körperarbeit\" loading=\"lazy\">\n </div>\n\n <div class=\"infobox\">\n <h3 data-pcloud-pass-id=\"mq254jvprpx72coubvo\">Kursdetails auf einen Blick</h3>\n <div class=\"infobox-grid\">\n <span class=\"info-label\" data-pcloud-pass-id=\"mq254jvpvqmhd4ut2z\">Kurs</span>\n <span class=\"info-value\" data-pcloud-pass-id=\"mq254jvp7cm1meruvnp\">Lomi Lomi ʻOluea Intensivkurs 1</span>\n\n <span class=\"info-label\" data-pcloud-pass-id=\"mq254jvpvr8smhh1w9\">Datum</span>\n <span class=\"info-value\" data-pcloud-pass-id=\"mq254jvpwwk3cvu4fh9\">26.–31. Juli 2026</span>\n\n <span class=\"info-label\" data-pcloud-pass-id=\"mq254jvpkc42vupwsa\">Ort</span>\n <span class=\"info-value\" data-pcloud-pass-id=\"mq254jvpntqidoom4h\">AllgäuSeminarhaus, Uttenhofen 3, 88299 Leutkirch</span>\n\n <span class=\"info-label\" data-pcloud-pass-id=\"mq254jvqzmw0rsy6xs\">Kursgebühr</span>\n <span class=\"info-value info-highlight\" data-pcloud-pass-id=\"mq254jvqy7xo13cseqe\">750 €</span>\n\n <span class=\"info-label\" data-pcloud-pass-id=\"mq254jvqa73bg8010ej\">Unterkunft</span>\n <span class=\"info-value\" data-pcloud-pass-id=\"mq254jvqlhl1mnpvnbi\">ca. 80–108 € pro Tag, direkt im Seminarhaus</span>\n\n <span class=\"info-label\" data-pcloud-pass-id=\"mq254jvq70l97bkzndm\">Geeignet für</span>\n <span class=\"info-value\" data-pcloud-pass-id=\"mq254jvqmh332fm3j8\">Anfänger, Wellnessmasseure, Therapeuten, Menschen mit Freude an Berührung</span>\n\n <span class=\"info-label\" data-pcloud-pass-id=\"mq254jvqbqfo20w57fi\">Inklusive</span>\n <span class=\"info-value\" data-pcloud-pass-id=\"mq254jvql1ym1u3xd5j\">Ausführliches Skript + Trainingsvideos</span>\n </div>\n </div>\n </div>\n\n </div>\n</div>","summary":null,"version":1,"inserted_version":1,"total_cost":0.38519943,"total_messages_sent":1,"summarized_at_total":0}
Aktuell: 6 freie Plätze
Lomi Lomi ʻOluea Intensivkurs im Allgäu
Lerne in 6 Tagen eine tiefgehende hawaiianische Körperarbeit, die Berührung, Präsenz und wirksame Massagetechnik verbindet. In diesem Intensivkurs lernst du Lomi Lomi ʻOluea als achtsame, kraftvolle und zugleich sanfte Ganzkörpermassage kennen. Du übst Massagetechniken für den ganzen Körper, Gelenksmobilisationen, Atem, Rhythmus, Körperhaltung und die innere Präsenz, die diese Arbeit so besonders macht.
Kursdetails auf einen Blick
Kurs
Lomi Lomi ʻOluea Intensivkurs 1
Datum
26.–31. Juli 2026
Ort
AllgäuSeminarhaus, Uttenhofen 3, 88299 Leutkirch
Kursgebühr
750 €
Unterkunft
ca. 80–108 € pro Tag, direkt im Seminarhaus
Geeignet für
Anfänger, Wellnessmasseure, Therapeuten, Menschen mit Freude an Berührung
Inklusive
Ausführliches Skript + Trainingsvideos