{"id":5562,"date":"2024-05-29T12:58:23","date_gmt":"2024-05-29T12:58:23","guid":{"rendered":"https:\/\/mco-sailing.com\/mco-sailing-academy\/"},"modified":"2024-10-09T05:43:23","modified_gmt":"2024-10-09T05:43:23","slug":"mco-sailing-academy","status":"publish","type":"page","link":"https:\/\/mco-sailing.com\/en\/mco-sailing-academy\/","title":{"rendered":"MCO Sailing Academy"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5562\" class=\"elementor elementor-5562 elementor-12\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7ec4ef e-con-full col-video e-flex e-con e-parent\" data-id=\"d7ec4ef\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1553764e header-video-desktop-academy elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-video\" data-id=\"1553764e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/09\/Headervideos_MCO-Sailing-Academy-querformat-EN.mp4\" autoplay=\"\" loop=\"\" muted=\"muted\" playsinline=\"\" controlsList=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c3c854e header-video-mobil-academy elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-widget elementor-widget-video\" data-id=\"c3c854e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;start&quot;:3}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/09\/Headervideos_MCO-Sailing-Academy-enhanced-80p_1-EN.mp4#t=3\" autoplay=\"\" loop=\"\" muted=\"muted\" playsinline=\"\" controlsList=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e43d7fd elementor-widget-tablet__width-auto elementor-absolute mute-button elementor-widget elementor-widget-image\" data-id=\"e43d7fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"120\" height=\"96\" src=\"https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/07\/Lautschprecher-aus.svg\" class=\"attachment-full size-full wp-image-4875\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f71fdeb elementor-widget elementor-widget-html\" data-id=\"f71fdeb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\n  const videoAcademyDesktop = document.querySelector('.header-video-desktop-academy > div > div > video');\r\n    const videoAcademyMobil = document.querySelector('.header-video-mobil-academy > div > div > video');\r\n    const muteButton = document.querySelector('.mute-button > div > img');\r\n    \r\n    const lautsprecherAus = 'https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/07\/Lautschprecher-aus.svg';\r\n    const lautsprecherAn = 'https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/07\/Lautschprecher-an.svg';\r\n    \r\n    const innerWidth = window.innerWidth;\r\n\r\n    function muteVideo() {\r\n        videoAcademyDesktop.muted = true;\r\n        muteButton.src = lautsprecherAus;\r\n    }\r\n    \r\n    function muteVideoMobil() {\r\n        videoAcademyMobil.muted = true;\r\n        muteButton.src = lautsprecherAus;\r\n    }\r\n    \r\n    function unmuteVideo() {\r\n        videoAcademyDesktop.muted = false;\r\n        muteButton.src = lautsprecherAn;\r\n    }\r\n    \r\n    function unmuteVideoMobil() {\r\n        videoAcademyMobil.muted = false;\r\n        muteButton.src = lautsprecherAn;\r\n    }\r\n    \r\n    \r\n    muteVideo();\r\n    muteVideoMobil();\r\n    videoAcademyDesktop.play();\r\n    videoAcademyMobil.play();\r\n    \r\n    \r\n    window.addEventListener('scroll', () => {\r\n        if(innerWidth >= 990) {\r\n            if(document.documentElement.scrollTop > 400) {\r\n               videoAcademyDesktop.pause();\r\n           } else {\r\n               videoAcademyDesktop.play();\r\n           }\r\n        } else {\r\n            if(document.documentElement.scrollTop > 400) {\r\n               videoAcademyMobil.pause();\r\n           } else {\r\n               videoAcademyMobil.play();\r\n           }\r\n        }\r\n    });\r\n    \r\n    \r\n    muteButton.addEventListener('click', () => {\r\n        if(innerWidth >= 990) {\r\n            if(videoAcademyDesktop.muted) {\r\n                unmuteVideo();\r\n            } else {\r\n                muteVideo();\r\n            }\r\n        } else {\r\n            if(videoAcademyMobil.muted) {\r\n                unmuteVideoMobil();\r\n            } else {\r\n                muteVideoMobil();\r\n            }\r\n        }\r\n    });\r\n    \r\n    \r\n   \/* \r\n    if (innerWidth >= 1201) { \r\n        \r\n        window.addEventListener('scroll', () => {\r\n           \r\n        });\r\n        \r\n        muteButton.addEventListener('click', () => {\r\n            if(videoAcademyDesktop.muted) {\r\n                unmuteVideo();\r\n            } else {\r\n                muteVideo();\r\n            }\r\n        });\r\n    \r\n    } else {\r\n        \r\n        window.addEventListener('scroll', () => {\r\n           if(document.documentElement.scrollTop > 400) {\r\n               videoAcademyDesktop.pause();\r\n           } else {\r\n               videoAcademyDesktop.play();\r\n           }\r\n        });\r\n        \r\n        muteButton.addEventListener('click', () => {\r\n            if(videoAcademyDesktop.muted) {\r\n                unmuteVideo();\r\n            } else {\r\n                muteVideo();\r\n            }\r\n        });\r\n        \r\n    }\r\n     *\/\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c932d5 elementor-absolute elementor-widget-tablet__width-inherit elementor-widget elementor-widget-image\" data-id=\"4c932d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"392\" height=\"108\" src=\"https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/06\/mco-sailing-logo-academy-1.png\" class=\"attachment-large size-large wp-image-4823\" alt=\"\" srcset=\"https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/06\/mco-sailing-logo-academy-1.png 392w, https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/06\/mco-sailing-logo-academy-1-300x83.png 300w\" sizes=\"(max-width: 392px) 100vw, 392px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a925e4c e-flex e-con-boxed e-con e-parent\" data-id=\"a925e4c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39518540 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"39518540\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u201cOnly people with a goal in mind set the sails correctly.\u201d<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5474537 elementor-widget elementor-widget-text-editor\" data-id=\"5474537\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"Text\" style=\"text-align: center;\" align=\"center\"><span lang=\"DE\" style=\"font-size: 14.0pt;\">J\u00fcrg Meier<\/span><\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72e1f6b6 elementor-widget elementor-widget-image\" data-id=\"72e1f6b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"12\" height=\"124\" src=\"https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/06\/welle-senkrecht-1.png\" class=\"attachment-large size-large wp-image-4819\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a7e66d1 elementor-widget__width-auto elementor-widget elementor-widget-heading\" data-id=\"a7e66d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">MCO Sailing Academy<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-792f4ba elementor-widget elementor-widget-text-editor\" data-id=\"792f4ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Officially recognized RYA training center <\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aa053a7 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"aa053a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Constant decision-making. Reefing the sails or not? Sail close to the wind or bear away? Get the crew harnessed or not? Training at our MCO Sailing Academy will enable you to assess all these difficult situations correctly and to make the right decision.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cc5dba2 e-con-full e-flex e-con e-child\" data-id=\"cc5dba2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f96b13c elementor-widget-mobile_extra__width-initial elementor-widget elementor-widget-image\" data-id=\"f96b13c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"106\" src=\"https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/06\/Sailing-Academy-icon.png\" class=\"attachment-large size-large wp-image-4820\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-98e9318 elementor-widget-mobile_extra__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"98e9318\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"Text\"><span lang=\"DE\"><em>Sailing is a process that begins with the skipper\u2019s nautical decisions and has consequences for the entire crew. How you handle various difficulties, detours, or shortcuts determines whether you reach your destination or not.<\/em> <\/span><\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a63345 elementor-align-center btn-orange elementor-widget elementor-widget-button\" data-id=\"5a63345\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/mco-sailing.com\/en\/gallery\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Images<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-841ed86 e-con-full e-flex e-con e-parent\" data-id=\"841ed86\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-40d213c e-con-full e-flex e-con e-child\" data-id=\"40d213c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39dd2f50 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-image\" data-id=\"39dd2f50\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"581\" height=\"582\" src=\"https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/06\/RYA_Training-Centre_Logo_On-Dark_ICON_RGB-2-1.png\" class=\"attachment-large size-large wp-image-4821\" alt=\"\" srcset=\"https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/06\/RYA_Training-Centre_Logo_On-Dark_ICON_RGB-2-1.png 581w, https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/06\/RYA_Training-Centre_Logo_On-Dark_ICON_RGB-2-1-300x300.png 300w, https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/06\/RYA_Training-Centre_Logo_On-Dark_ICON_RGB-2-1-150x150.png 150w\" sizes=\"(max-width: 581px) 100vw, 581px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c6f54b6 elementor-widget elementor-widget-image\" data-id=\"5c6f54b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2460\" height=\"1394\" src=\"https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/06\/Mco-sailing-academy-segelboot.webp\" class=\"attachment-full size-full wp-image-4824\" alt=\"\" srcset=\"https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/06\/Mco-sailing-academy-segelboot.webp 2460w, https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/06\/Mco-sailing-academy-segelboot-300x170.webp 300w, https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/06\/Mco-sailing-academy-segelboot-1024x580.webp 1024w, https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/06\/Mco-sailing-academy-segelboot-768x435.webp 768w, https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/06\/Mco-sailing-academy-segelboot-1536x870.webp 1536w, https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/06\/Mco-sailing-academy-segelboot-2048x1161.webp 2048w\" sizes=\"(max-width: 2460px) 100vw, 2460px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-192eb2ca e-con-full e-flex e-con e-child\" data-id=\"192eb2ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3c972ac5 e-flex e-con-boxed e-con e-child\" data-id=\"3c972ac5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.4,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:30,&quot;end&quot;:70}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;,&quot;mobile_extra&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9c8641f elementor-widget elementor-widget-heading\" data-id=\"9c8641f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Royal Yachting Association &amp; MCO <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d58cfab elementor-widget elementor-widget-text-editor\" data-id=\"2d58cfab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"Text\"><span lang=\"DE\">The RYA is the UK\u2019s royal sailing association with a fabulous global reputation. Our RYA-certified training courses are subject to strict monitoring and represent the highest quality in sailing. <\/span><\/p>\n<p class=\"Text\"><span lang=\"DE\">MCO is an officially recognized RYA training center, both \u201coffshore\u201d (practical center) and \u201cshore-based\u201d (theory courses), which makes us very proud, but of course also entails great responsibility. <\/span><\/p>\n<p class=\"Text\"><span lang=\"DE\">Our practical training base is the Port Hamble Marina on the banks of the Solent strait in England. However, we run our theory courses in Stams, in the middle of the Tyrolean mountains.<\/span><\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3aeada71 btn-weiss elementor-widget elementor-widget-button\" data-id=\"3aeada71\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.rya.org.uk\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">GO TO RYA<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-979df9f e-flex e-con-boxed e-con e-parent\" data-id=\"979df9f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<a class=\"elementor-element elementor-element-ad7d9a2 e-flex e-con-boxed e-con e-child\" data-id=\"ad7d9a2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/mco-sailing.com\/en\/mco-sailing-academy\/practical-courses\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d5cac6 elementor-widget elementor-widget-text-editor\" data-id=\"5d5cac6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Practice, training<\/strong><\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-6c339dc e-flex e-con-boxed e-con e-child\" data-id=\"6c339dc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/mco-sailing.com\/en\/mco-sailing-academy\/theory-courses\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2ee212e elementor-widget elementor-widget-text-editor\" data-id=\"2ee212e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Theory, safety, technique<\/strong><\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-2be5186 e-flex e-con-boxed e-con e-child\" data-id=\"2be5186\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/skipper-consulting.com\/\" target=\"_blank\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-971977d elementor-widget elementor-widget-text-editor\" data-id=\"971977d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Skipper Consulting<\/strong><\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e8ceeed e-flex e-con-boxed e-con e-parent\" data-id=\"e8ceeed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da1f62f elementor-widget elementor-widget-html\" data-id=\"da1f62f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<iframe\r\n    id=\"edoobox_mcosa\"\r\n    frameborder=\"0\"\r\n    name=\"edooboxFrame_mcosa\"\r\n    no-scroll\r\n    env=\"https:\/\/app1.edoobox.com\/\"\r\n    seamless\r\n    src=\"https:\/\/app1.edoobox.com\/MCO-SA\/Alle%20Angebote\/Sailing%20Academy?edref=mco-sa&edid=67061531c5f0e9O0O85257728386d3d7fcb240eff662b3b43f68f6e5c\"\r\n    style=\"border:none; width:100%; height:600px;\">\r\n    <a href=\"https:\/\/app1.edoobox.com\/MCO-SA\/Alle%20Angebote\/Sailing%20Academy?edref=mco-sa&edid=67061531c5f0e9O0O85257728386d3d7fcb240eff662b3b43f68f6e5c\">\u00dcbersicht ansehen<\/a>\r\n<\/iframe>\r\n\r\n<script\r\n    src=\"https:\/\/cdn-app2.edoobox.com\/js\/edoobox.iframe.embedded.v2.2.6.js\"\r\n    type=\"text\/javascript\"><\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8afa472 e-flex e-con-boxed e-con e-parent\" data-id=\"8afa472\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c5ec753 btn-black elementor-align-center elementor-widget elementor-widget-button\" data-id=\"5c5ec753\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/mco-sailing.com\/en\/setting-sails\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">All dates<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7ed8f64 e-con-full video-unten e-flex e-con e-parent\" data-id=\"7ed8f64\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a856b59 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"3a856b59\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Sailing Academy FAQs<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-713c022d elementor-align-center btn-orange elementor-widget elementor-widget-button\" data-id=\"713c022d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/mco-sailing.com\/en\/mco-sailing-academy\/sailing-academy-faqs\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Go to FAQS<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-879be00 elementor-widget elementor-widget-video\" data-id=\"879be00\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/07\/1667591_Waves_Atlantic-Ocean_Surf_1920x1080-komprimiert-3.mp4\" autoplay=\"\" loop=\"\" muted=\"muted\" playsinline=\"\" controlsList=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/09\/Headervideos_MCO-Sailing-Academy-querformat-EN.mp4https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/09\/Headervideos_MCO-Sailing-Academy-enhanced-80p_1-EN.mp4#t=3 \u201cOnly people with a goal in mind set the sails correctly.\u201d J\u00fcrg Meier MCO Sailing Academy Officially recognized RYA training center Constant decision-making. Reefing the sails or not? Sail close to the wind or bear away? Get the crew harnessed or not? Training at our MCO Sailing Academy will enable you to assess all [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":5446,"parent":0,"menu_order":3,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-5562","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Sailing Academy | Sailing | Training | Royal Yachting | Skipper<\/title>\n<meta name=\"description\" content=\"Join us at the Sailing Academy to learn all about proper sailing and making the right decisions in every situation.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mco-sailing.com\/en\/mco-sailing-academy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sailing Academy | Sailing | Training | Royal Yachting | Skipper\" \/>\n<meta property=\"og:description\" content=\"Join us at the Sailing Academy to learn all about proper sailing and making the right decisions in every situation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mco-sailing.com\/en\/mco-sailing-academy\/\" \/>\n<meta property=\"og:site_name\" content=\"MCO Sailing\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-09T05:43:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mco-sailing.com\/wp-content\/uploads\/2022\/01\/IMG-20220113-WA0010.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"768\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mco-sailing.com\\\/en\\\/mco-sailing-academy\\\/\",\"url\":\"https:\\\/\\\/mco-sailing.com\\\/en\\\/mco-sailing-academy\\\/\",\"name\":\"Sailing Academy | Sailing | Training | Royal Yachting | Skipper\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mco-sailing.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mco-sailing.com\\\/en\\\/mco-sailing-academy\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mco-sailing.com\\\/en\\\/mco-sailing-academy\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mco-sailing.com\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/IMG-20220113-WA0010.webp\",\"datePublished\":\"2024-05-29T12:58:23+00:00\",\"dateModified\":\"2024-10-09T05:43:23+00:00\",\"description\":\"Join us at the Sailing Academy to learn all about proper sailing and making the right decisions in every situation.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mco-sailing.com\\\/en\\\/mco-sailing-academy\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mco-sailing.com\\\/en\\\/mco-sailing-academy\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mco-sailing.com\\\/en\\\/mco-sailing-academy\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mco-sailing.com\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/IMG-20220113-WA0010.webp\",\"contentUrl\":\"https:\\\/\\\/mco-sailing.com\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/IMG-20220113-WA0010.webp\",\"width\":768,\"height\":1024,\"caption\":\"IMG 20220113 WA0010\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mco-sailing.com\\\/en\\\/mco-sailing-academy\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/mco-sailing.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MCO Sailing Academy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mco-sailing.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/mco-sailing.com\\\/en\\\/\",\"name\":\"MCO Sailing\",\"description\":\"Auf zu neuen Ufern\",\"publisher\":{\"@id\":\"https:\\\/\\\/mco-sailing.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mco-sailing.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mco-sailing.com\\\/en\\\/#organization\",\"name\":\"MCO Sailing\",\"url\":\"https:\\\/\\\/mco-sailing.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mco-sailing.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mco-sailing.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/mco-logo-header.png\",\"contentUrl\":\"https:\\\/\\\/mco-sailing.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/mco-logo-header.png\",\"width\":154,\"height\":43,\"caption\":\"MCO Sailing\"},\"image\":{\"@id\":\"https:\\\/\\\/mco-sailing.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Sailing Academy | Sailing | Training | Royal Yachting | Skipper","description":"Join us at the Sailing Academy to learn all about proper sailing and making the right decisions in every situation.","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:\/\/mco-sailing.com\/en\/mco-sailing-academy\/","og_locale":"en_US","og_type":"article","og_title":"Sailing Academy | Sailing | Training | Royal Yachting | Skipper","og_description":"Join us at the Sailing Academy to learn all about proper sailing and making the right decisions in every situation.","og_url":"https:\/\/mco-sailing.com\/en\/mco-sailing-academy\/","og_site_name":"MCO Sailing","article_modified_time":"2024-10-09T05:43:23+00:00","og_image":[{"width":768,"height":1024,"url":"https:\/\/mco-sailing.com\/wp-content\/uploads\/2022\/01\/IMG-20220113-WA0010.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mco-sailing.com\/en\/mco-sailing-academy\/","url":"https:\/\/mco-sailing.com\/en\/mco-sailing-academy\/","name":"Sailing Academy | Sailing | Training | Royal Yachting | Skipper","isPartOf":{"@id":"https:\/\/mco-sailing.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mco-sailing.com\/en\/mco-sailing-academy\/#primaryimage"},"image":{"@id":"https:\/\/mco-sailing.com\/en\/mco-sailing-academy\/#primaryimage"},"thumbnailUrl":"https:\/\/mco-sailing.com\/wp-content\/uploads\/2022\/01\/IMG-20220113-WA0010.webp","datePublished":"2024-05-29T12:58:23+00:00","dateModified":"2024-10-09T05:43:23+00:00","description":"Join us at the Sailing Academy to learn all about proper sailing and making the right decisions in every situation.","breadcrumb":{"@id":"https:\/\/mco-sailing.com\/en\/mco-sailing-academy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mco-sailing.com\/en\/mco-sailing-academy\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mco-sailing.com\/en\/mco-sailing-academy\/#primaryimage","url":"https:\/\/mco-sailing.com\/wp-content\/uploads\/2022\/01\/IMG-20220113-WA0010.webp","contentUrl":"https:\/\/mco-sailing.com\/wp-content\/uploads\/2022\/01\/IMG-20220113-WA0010.webp","width":768,"height":1024,"caption":"IMG 20220113 WA0010"},{"@type":"BreadcrumbList","@id":"https:\/\/mco-sailing.com\/en\/mco-sailing-academy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/mco-sailing.com\/en\/"},{"@type":"ListItem","position":2,"name":"MCO Sailing Academy"}]},{"@type":"WebSite","@id":"https:\/\/mco-sailing.com\/en\/#website","url":"https:\/\/mco-sailing.com\/en\/","name":"MCO Sailing","description":"Auf zu neuen Ufern","publisher":{"@id":"https:\/\/mco-sailing.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mco-sailing.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mco-sailing.com\/en\/#organization","name":"MCO Sailing","url":"https:\/\/mco-sailing.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mco-sailing.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/03\/mco-logo-header.png","contentUrl":"https:\/\/mco-sailing.com\/wp-content\/uploads\/2024\/03\/mco-logo-header.png","width":154,"height":43,"caption":"MCO Sailing"},"image":{"@id":"https:\/\/mco-sailing.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/mco-sailing.com\/en\/wp-json\/wp\/v2\/pages\/5562","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mco-sailing.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mco-sailing.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mco-sailing.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mco-sailing.com\/en\/wp-json\/wp\/v2\/comments?post=5562"}],"version-history":[{"count":24,"href":"https:\/\/mco-sailing.com\/en\/wp-json\/wp\/v2\/pages\/5562\/revisions"}],"predecessor-version":[{"id":5754,"href":"https:\/\/mco-sailing.com\/en\/wp-json\/wp\/v2\/pages\/5562\/revisions\/5754"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mco-sailing.com\/en\/wp-json\/wp\/v2\/media\/5446"}],"wp:attachment":[{"href":"https:\/\/mco-sailing.com\/en\/wp-json\/wp\/v2\/media?parent=5562"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}