{"id":174143,"date":"2025-06-23T11:13:47","date_gmt":"2025-06-23T11:13:47","guid":{"rendered":"https:\/\/insideyoga.org\/?post_type=events&#038;p=174143"},"modified":"2025-12-22T09:56:59","modified_gmt":"2025-12-22T09:56:59","slug":"inside-flow-elite-training-2026","status":"publish","type":"events","link":"https:\/\/insideyoga.org\/de\/events\/inside-flow-elite-training-2026\/","title":{"rendered":"Inside Flow Elite Training | May 31 &#8211; June 06, 2026"},"featured_media":174154,"template":"","event_type":[80],"class_list":["post-174143","events","type-events","status-publish","has-post-thumbnail","hentry","event_type-offline"],"acf":{"event_title":"50h Inside Flow Elite Training","date":"June 24 - June 30, 2024","time":"10 AM - 5 PM","event_description":"<ul>\n<li>American Yoga Alliance\u00a0certified<\/li>\n<li>TRC: 50 Training Credits<\/li>\n<li>Limited seats<\/li>\n<li>Only for Junior, Senior and Pro Inside Flow teachers<\/li>\n<\/ul>\n<h5><strong>Do you want to level up as an Inside Flow Teacher?<\/strong><\/h5>\n<p><em>Have you been wanting to grow and wishing for a teacher training specifically suited for Inside Flow teachers on a professional level?<\/em><\/p>\n<p><em>You\u2019ve been teaching Inside Flow now for several years and have been dreaming of becoming a leading Inside Flow teacher globally?<\/em><\/p>\n<p><strong>The Elite Training:<\/strong><br \/>\nRefine your teaching skills, find new inspiration, and set the foundation for your professional career with this 7-day intensive Inside Flow Elite Training and level up!<\/p>\n<p>You\u2019ll learn directly and exclusively from the founder Young Ho Kim in the headquarters of Inside Flow and Inside Yoga in Frankfurt, Germany \u2013 where it all began.<\/p>\n<p>In this training, you will acquire:<\/p>\n<ul style=\"margin-top: -8px;\">\n<li>Profound skills for professional and on-point teaching<\/li>\n<li>Trouble-solving skills (and how to keep calm in stressful situations)<\/li>\n<li>How to lead a successful (teacher) training<\/li>\n<li>Delicate teaching &amp; communication skills for more Flow state experiences for your students<\/li>\n<li>How to lead an Inside Flow Factory and provide your expertise assistance<\/li>\n<li>How to sustainably grow your community<\/li>\n<li>And much more.<\/li>\n<\/ul>\n<p>Take your chance to become a more internationally known Inside Flow Teacher.<\/p>\n<p><strong>An experience like never before:<\/strong><br \/>\nThis training has a strong focus on <strong><em>leading<\/em><\/strong>, rather than practicing. You can expect a week filled with sweat, laughs and tears guaranteed (as always!), creative as well as challenging deep dives in professional group works, and individual teaching support and guidance. You\u2019ll further be able to connect and collaborate with other brilliant Junior teachers from around the globe and the world\u2019s best Senior and Pro teachers (yes, they\u2019ll be flowing and learning next to you!).<\/p>\n<p><strong>One of many cherries on top?<\/strong> A dinner to network with each other \u2013 the perfect foundation to create great relationships and initiate promising collaboration projects.<\/p>\n<p>Get the chance to be part of the inner circle of Inside Flow professionals that creates the Inside Flow future of tomorrow.<\/p>\n<p><em>Have you been waiting for an opportunity like that?!<\/em><\/p>\n<p>Let\u2019s see where your Inside Flow journey takes you. This is only the beginning.<\/p>\n<p>***Only accessible for Junior, Senior &amp; Pro teachers and highly recommended to reach the next level in your\u00a0Inside Flow Teacher career. If you have a level below Junior and choose to purchase the training, we will have to cancel your registration and provide a refund. It&#8217;s important to note that payment processing fees for transactions cannot be refunded in such cases.***<\/p>\n<div style=\"font-size: 10px;\"><strong>Cancellation Policy<\/strong><br \/>\nCancellation without good reason is possible up to 4 weeks before the start of the training less 20% handling fee. After that, a refund of the training costs will only be made in the case of illness \/ accident upon presentation of a medical certificate less 20% handling fee at the latest before the start of the training. Cancellation must be made in writing before the start of the training to info@insideyoga.de. Cancellations after the start of the training can not be considered. The registration is binding and the training costs will not be refunded in case of unexcused absence.<\/div>\n","countdown":"<div id=\"countdown\">\r\n    <ul>\r\n      <li><span id=\"c1-days\"><\/span>Days<\/li>\r\n      <li><span id=\"c1-hours\"><\/span>Hours<\/li>\r\n      <li><span id=\"c1-minutes\"><\/span>Minutes<\/li>\r\n      <li><span id=\"c1-seconds\"><\/span>Seconds<\/li>\r\n    <\/ul>\r\n  <\/div>\r\n\r\n<script>\r\n\/\/ Set the date we're counting down to\r\nvar countDownDate = new Date(\"June 24, 2024 10:00:01 GMT+02:00\").getTime();\r\n\r\n\/\/ Update the count down every 1 second\r\nvar x = setInterval(function() {\r\n\r\n  \/\/ Get today's date and time\r\n  var now = new Date().getTime();\r\n\r\n  \/\/ Find the distance between now and the count down date\r\n  var distance = countDownDate - now;\r\n\r\n  \/\/ Time calculations for days, hours, minutes and seconds\r\n  var days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\r\n  var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\r\n  var minutes = Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60));\r\n  var seconds = Math.floor((distance % (1000 * 60)) \/ 1000);\r\n\r\n  \/\/ Display the result in the element with id=\"demo\"\r\n  \r\n  document.querySelector('#c1-days').innerText = days;\r\n  document.querySelector('#c1-hours').innerText = hours;\r\n  document.querySelector('#c1-minutes').innerText = minutes;\r\n  document.querySelector('#c1-seconds').innerText = seconds;\r\n  \r\n  document.querySelector('#c2-days').innerText = days;\r\n  document.querySelector('#c2-hours').innerText = hours;\r\n  document.querySelector('#c2-minutes').innerText = minutes;\r\n  document.querySelector('#c2-seconds').innerText = seconds;\r\n\r\n  \/\/ If the count down is finished, write some text\r\n  if (distance < 0) {\r\n    clearInterval(x);\r\n    document.querySelector('.demo').innerHTML = \"EXPIRED\";\r\n  }\r\n}, 1000);\r\n<\/script>\r\n\r\n<style>\r\n\r\n  #countdown ul {\r\n    text-align:center;\r\n  }\r\n#countdown ul {\r\n    padding:0px!important;\r\n  }\r\n#countdown li {\r\n  display: inline-block;\r\n  font-size: 18px;\r\n  list-style-type: none;\r\n  padding: 1em;\r\n  color:rgba(0,0,0,.5)\r\n}\r\n\r\n#countdown li span {\r\n  display: block;\r\n  font-size: 20px;\r\n  color:rgba(0,0,0,1);\r\n  font-weight:700;\r\n}\r\n\r\n@media all and (max-width: 768px) {\r\n  \r\n  #countdown li {\r\n    font-size: 20px;\r\n  }\r\n  \r\n  #countdown li span {\r\n    font-size: 20px;\r\n  }\r\n}\r\n  \r\n\/*** SPECIAL FOR NO REGISTRATION ***\/\r\n\/**.eventbuttons, .price_box_wrapper a {\r\ncursor: not-allowed;\r\nopacity: 50%;\r\n}**\/\r\n<\/style>","add_to_calendar_link":"[add-to-calendar-button name=\"Inside Flow Elite Training\" styleLight=\"--btn-background: transparent;--btn-shadow:none; --btn-border:none\" inline options=\"'Apple','Google'\" startDate=\"2024-06-24\" endDate=\"2024-06-30\" description=\"{b}More information:{\/b} elite | {b}Support:{\/b} https:\/\/insideyoga.org\/support\"]","event_overview":[{"event_overview_item":"<p>7-Day, 50-Hour Inside Flow Training for Professionals (50 TRC)<\/p>\n"},{"event_overview_item":"<p>Only for Junior, Senior and Pro Inside Flow Teachers<\/p>\n"},{"event_overview_item":"<p>Learn How to Lead a Successful (Teacher) Training, an Inside Flow Factory and Much More<\/p>\n"},{"event_overview_item":"<p>Connect With the Elite Community of Juniors, Seniors and Pros Globally<\/p>\n"},{"event_overview_item":"<p>Limited Seats Available<\/p>\n"},{"event_overview_item":"<p>Spend an Amazing Time With Young Ho Kim in His Headquarters in Frankfurt, Germany<\/p>\n<p><iframe loading=\"lazy\" title=\"Inside Flow Elite Training 2024 in Frankfurt\" width=\"1080\" height=\"608\" src=\"https:\/\/www.youtube.com\/embed\/PvdC06jNFng?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n"}],"agenda":[{"agenda_title":"Training","agenda_time":"10:00 am - 5:00 pm"},{"agenda_title":"Break","agenda_time":"12:30 pm - 2:00 pm"}],"buy_link":"https:\/\/book.stripe.com\/aEU5lWb8ggNLfW8144","buy_button_text":"Register Now","event_address":"Inside Yoga Frankfurt","event_address_hint":"Stephanstr. 3, 60313 Frankfurt","price_box":[{"price_title":"Training Registration","price_value":"1200 EUR","price_description":"Investment for your Inside Flow Elite Training. Only for Juniors, Seniors and Pros.","price_url":"https:\/\/book.stripe.com\/aEU5lWb8ggNLfW8144","price_button_text":"Register Now"}],"additional_container":[{"additional_content_box":"<div style=\"font-size: 12px;\"><strong>Cancellation Policy<\/strong><br \/>\nCancellation without good reason is possible up to 4 weeks before the start of the training less 20% handling fee. After that, a refund of the training costs will only be made in the case of illness \/ accident upon presentation of a medical certificate less 20% handling fee at the latest before the start of the training. Cancellation must be made in writing before the start of the training to info@insideyoga.de. Cancellations after the start of the training can not be considered. The registration is binding and the training costs will not be refunded in case of unexcused absence.<\/div>\n"}],"thank_you_page":{"thank_you_toggle":true,"thank_you_additional_note":""},"date_start":"2026-05-31","date_end":"2026-06-06","event_image":"https:\/\/insideyoga.org\/wp-content\/uploads\/2025\/06\/Elite-Thumbnail-1.jpg","event_type":"Teacher Training - Inside Flow","short_description":"Refine your teaching skills, find new inspiration, and set the foundation for your professional career with this 7-day intensive Inside Flow Elite Training and level up!","price_items":[{"price_title":"Ticket","price":"1200\u20ac","price_description":"American Yoga Alliance\u00a0certified, 50 TRC","price_link":"https:\/\/book.stripe.com\/aEU5lWb8ggNLfW8144"}],"description":"<h3><strong>Ready to rise \u2013 again? And level up as an Inside Flow Teacher?<\/strong><\/h3>\n<p>You\u2019ve been teaching Inside Flow. You love it. You live it.<\/p>\n<p>And you\u2019re not done growing after becoming a <strong>Junior<\/strong>, <strong>Senior<\/strong> or <strong>Pro<\/strong> Teacher?<\/p>\n<p>After the groundbreaking first edition in 2024, the <strong>Inside Flow Elite Training returns in 2026<\/strong> \u2013 more refined, more connected, and more powerful than ever.<\/p>\n<p>This is your chance to go one level deeper: to sharpen your skills, evolve your presence, and step into the next stage of your Inside Flow teaching career.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>\ud83c\udfaf Let\u2019s level up \u2013 together.<\/strong><\/p>\n<p>Join the second round of this 7-day intensive and unlock the tools, mindset, and community support to grow as a global Inside Flow professional.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>\ud83e\udded What\u2019s waiting for you in 2026:<\/strong><\/p>\n<ul>\n<li>Direct &amp; exclusive training with Young Ho Kim, the founder of Inside Flow<\/li>\n<li>A full week at the Inside Flow HQ in Frankfurt, Germany \u2013 where it all began<\/li>\n<li>Refined teaching &amp; communication techniques to elevate your presence<\/li>\n<li>Strategies for troubleshooting and staying grounded under pressure<\/li>\n<li>How to lead your own teacher trainings and become a go-to mentor<\/li>\n<li>Guidance to run your Inside Flow Factory and build lasting communities<\/li>\n<li>Plenty of sweaty, emotional, unforgettable Inside Flows<\/li>\n<li>The chance to connect with an elite circle of Junior, Senior &amp; Pro Teachers from around the world<\/li>\n<li>Individual feedback, deep group work, personal breakthroughs \u2013 and an inspiring dinner to top it all off<\/li>\n<\/ul>\n<blockquote><p>This is more than just a training \u2013 it\u2019s a launchpad for your future. You\u2019ll walk away stronger, clearer, and more confident \u2013 ready to lead, to inspire, and to grow with purpose in the global Inside Flow movement.<\/p><\/blockquote>\n<p>&nbsp;<\/p>\n<p><strong>\ud83c\udf93 Who is it for?<\/strong><\/p>\n<p>This training is exclusively open to Junior, Senior &amp; Pro Inside Flow Teachers.<\/p>\n<p>Whether you joined the first round or you\u2019ve been waiting for your moment \u2013 this is the place to expand your impact, find your voice, and step into the next level of teaching.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>\ud83c\udf0d The Community<\/strong><\/p>\n<p>You\u2019ll train side-by-side with brilliant teachers from all over the world.<\/p>\n<p>You\u2019ll laugh, sweat, cry, teach, learn, and build lasting connections.<\/p>\n<p>And you\u2019ll leave not only with more knowledge \u2013 but with new friends, mentors, and future collaborators.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/youtu.be\/PvdC06jNFng?si=shbpi43KTnpTrDPm\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-174261 size-full\" src=\"https:\/\/insideyoga.org\/wp-content\/uploads\/2025\/06\/elitetrainingyoutube.png\" alt=\"\" width=\"560\" height=\"314\" srcset=\"https:\/\/insideyoga.org\/wp-content\/uploads\/2025\/06\/elitetrainingyoutube.png 560w, https:\/\/insideyoga.org\/wp-content\/uploads\/2025\/06\/elitetrainingyoutube-480x269.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 560px, 100vw\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p><em>You can expect a week filled with Inside Flow practices (sweat, laughs and tears guaranteed &#8211; as always!), creative as well as challenging deep dives in professional group works, and individual teaching support and guidance. You\u2019ll further be able to connect and collaborate with other brilliant Junior teachers from around the globe and the world\u2019s best Senior and Pro teachers (yes, they\u2019ll be flowing and learning next to you!). One of many cherries on top? A dinner to network with each other \u2013 the perfect foundation to create great relationships and initiate promising collaboration projects.<\/em><\/p>\n<p>Get the chance to be part of the inner circle of Inside Flow professionals <em>that creates the Inside Flow future of tomorrow.<\/em><\/p>\n<p>Have you been waiting for an opportunity like that?!<\/p>\n<p>Let\u2019s see where your Inside Flow journey takes you. This is only the beginning.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>\u2139\ufe0f Only accessible for Junior, Senior &amp; Pro teachers and highly recommended to reach the next level in your Inside Flow Teacher career.<\/strong><!-- notionvc: 473c2140-3702-4f43-8422-29e6840bf4e2 --><\/p>\n<p>&nbsp;<\/p>\n<h3><strong>Cancellation<\/strong><\/h3>\n<p>Cancellations without specific reason are possible up to 4 weeks prior to the start of the training. In this case, a handling fee of 20% of the training fee will be retained.<br \/>\nTransferring tickets to another person is not possible. In this case, you need to cancel your ticket, and the other person must purchase a new one.<\/p>\n<p>&nbsp;<\/p>\n<p>For cancellations made less than 4 weeks before the training begins, a refund of the training fee is only possible in cases of illness or accident, upon presentation of a valid medical certificate. In such cases, the same 20% handling fee applies. The cancellation must be submitted in writing to frankfurt@insideyoga.org and must be received before the official start of the training.<\/p>\n<p>Cancellations after the start of the training cannot be considered. The registration is binding, and no refund will be issued in cases of unexcused absence.<\/p>\n","event_location_title":"Inside Yoga Frankfurt","event_street":"Stephanstr. 3","event_city":"Frankfurt","event_country":"Germany","event_host_name":"Young Ho Kim","event_host_image":"https:\/\/insideyoga.org\/wp-content\/uploads\/2025\/05\/young-ho-kim-teaching-smile_quad.jpeg","event_host_contact":"frankfurt@insideyoga.org","test":"","event_add_to_yhs_tour":true},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Inside Flow Elite Training | May 31 - June 06, 2026 - insideyoga.org<\/title>\n<meta name=\"description\" content=\"Refine your teaching skills, find new inspiration, and set the foundation for your professional career with this 7-day intensive Inside Flow Elite Training and level up!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/insideyoga.org\/events\/inside-flow-elite-training-2026\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Inside Flow Elite Training | May 31 - June 06, 2026 - insideyoga.org\" \/>\n<meta property=\"og:description\" content=\"Refine your teaching skills, find new inspiration, and set the foundation for your professional career with this 7-day intensive Inside Flow Elite Training and level up!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/insideyoga.org\/events\/inside-flow-elite-training-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"insideyoga.org\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-22T09:56:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/insideyoga.org\/wp-content\/uploads\/2025\/06\/Elite-Thumbnail-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"1200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/insideyoga.org\\\/events\\\/inside-flow-elite-training-2026\\\/\",\"url\":\"https:\\\/\\\/insideyoga.org\\\/events\\\/inside-flow-elite-training-2026\\\/\",\"name\":\"Inside Flow Elite Training | May 31 - June 06, 2026 - insideyoga.org\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/insideyoga.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/insideyoga.org\\\/events\\\/inside-flow-elite-training-2026\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/insideyoga.org\\\/events\\\/inside-flow-elite-training-2026\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/insideyoga.org\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Elite-Thumbnail-1.jpg\",\"datePublished\":\"2025-06-23T11:13:47+00:00\",\"dateModified\":\"2025-12-22T09:56:59+00:00\",\"description\":\"Refine your teaching skills, find new inspiration, and set the foundation for your professional career with this 7-day intensive Inside Flow Elite Training and level up!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/insideyoga.org\\\/events\\\/inside-flow-elite-training-2026\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/insideyoga.org\\\/events\\\/inside-flow-elite-training-2026\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/insideyoga.org\\\/events\\\/inside-flow-elite-training-2026\\\/#primaryimage\",\"url\":\"https:\\\/\\\/insideyoga.org\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Elite-Thumbnail-1.jpg\",\"contentUrl\":\"https:\\\/\\\/insideyoga.org\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Elite-Thumbnail-1.jpg\",\"width\":2000,\"height\":1200},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/insideyoga.org\\\/events\\\/inside-flow-elite-training-2026\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/insideyoga.org\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Inside Flow Elite Training | May 31 &#8211; June 06, 2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/insideyoga.org\\\/#website\",\"url\":\"https:\\\/\\\/insideyoga.org\\\/\",\"name\":\"insideyoga.org\",\"description\":\"The home of Inside Yoga &amp; Inside Flow\",\"publisher\":{\"@id\":\"https:\\\/\\\/insideyoga.org\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/insideyoga.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/insideyoga.org\\\/#organization\",\"name\":\"insideyoga.org\",\"url\":\"https:\\\/\\\/insideyoga.org\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/insideyoga.org\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/insideyoga.org\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/insideyoga-org-meta1.jpg\",\"contentUrl\":\"https:\\\/\\\/insideyoga.org\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/insideyoga-org-meta1.jpg\",\"width\":800,\"height\":500,\"caption\":\"insideyoga.org\"},\"image\":{\"@id\":\"https:\\\/\\\/insideyoga.org\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Inside Flow Elite Training | May 31 - June 06, 2026 - insideyoga.org","description":"Refine your teaching skills, find new inspiration, and set the foundation for your professional career with this 7-day intensive Inside Flow Elite Training and level up!","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:\/\/insideyoga.org\/events\/inside-flow-elite-training-2026\/","og_locale":"de_DE","og_type":"article","og_title":"Inside Flow Elite Training | May 31 - June 06, 2026 - insideyoga.org","og_description":"Refine your teaching skills, find new inspiration, and set the foundation for your professional career with this 7-day intensive Inside Flow Elite Training and level up!","og_url":"https:\/\/insideyoga.org\/events\/inside-flow-elite-training-2026\/","og_site_name":"insideyoga.org","article_modified_time":"2025-12-22T09:56:59+00:00","og_image":[{"width":2000,"height":1200,"url":"https:\/\/insideyoga.org\/wp-content\/uploads\/2025\/06\/Elite-Thumbnail-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/insideyoga.org\/events\/inside-flow-elite-training-2026\/","url":"https:\/\/insideyoga.org\/events\/inside-flow-elite-training-2026\/","name":"Inside Flow Elite Training | May 31 - June 06, 2026 - insideyoga.org","isPartOf":{"@id":"https:\/\/insideyoga.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/insideyoga.org\/events\/inside-flow-elite-training-2026\/#primaryimage"},"image":{"@id":"https:\/\/insideyoga.org\/events\/inside-flow-elite-training-2026\/#primaryimage"},"thumbnailUrl":"https:\/\/insideyoga.org\/wp-content\/uploads\/2025\/06\/Elite-Thumbnail-1.jpg","datePublished":"2025-06-23T11:13:47+00:00","dateModified":"2025-12-22T09:56:59+00:00","description":"Refine your teaching skills, find new inspiration, and set the foundation for your professional career with this 7-day intensive Inside Flow Elite Training and level up!","breadcrumb":{"@id":"https:\/\/insideyoga.org\/events\/inside-flow-elite-training-2026\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/insideyoga.org\/events\/inside-flow-elite-training-2026\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/insideyoga.org\/events\/inside-flow-elite-training-2026\/#primaryimage","url":"https:\/\/insideyoga.org\/wp-content\/uploads\/2025\/06\/Elite-Thumbnail-1.jpg","contentUrl":"https:\/\/insideyoga.org\/wp-content\/uploads\/2025\/06\/Elite-Thumbnail-1.jpg","width":2000,"height":1200},{"@type":"BreadcrumbList","@id":"https:\/\/insideyoga.org\/events\/inside-flow-elite-training-2026\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/insideyoga.org\/de\/"},{"@type":"ListItem","position":2,"name":"Inside Flow Elite Training | May 31 &#8211; June 06, 2026"}]},{"@type":"WebSite","@id":"https:\/\/insideyoga.org\/#website","url":"https:\/\/insideyoga.org\/","name":"insideyoga.org","description":"The home of Inside Yoga &amp; Inside Flow","publisher":{"@id":"https:\/\/insideyoga.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/insideyoga.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/insideyoga.org\/#organization","name":"insideyoga.org","url":"https:\/\/insideyoga.org\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/insideyoga.org\/#\/schema\/logo\/image\/","url":"https:\/\/insideyoga.org\/wp-content\/uploads\/2022\/10\/insideyoga-org-meta1.jpg","contentUrl":"https:\/\/insideyoga.org\/wp-content\/uploads\/2022\/10\/insideyoga-org-meta1.jpg","width":800,"height":500,"caption":"insideyoga.org"},"image":{"@id":"https:\/\/insideyoga.org\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/insideyoga.org\/de\/wp-json\/wp\/v2\/events\/174143","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/insideyoga.org\/de\/wp-json\/wp\/v2\/events"}],"about":[{"href":"https:\/\/insideyoga.org\/de\/wp-json\/wp\/v2\/types\/events"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/insideyoga.org\/de\/wp-json\/wp\/v2\/media\/174154"}],"wp:attachment":[{"href":"https:\/\/insideyoga.org\/de\/wp-json\/wp\/v2\/media?parent=174143"}],"wp:term":[{"taxonomy":"event_type","embeddable":true,"href":"https:\/\/insideyoga.org\/de\/wp-json\/wp\/v2\/event_type?post=174143"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}