{"id":1094,"date":"2024-04-26T09:32:42","date_gmt":"2024-04-26T07:32:42","guid":{"rendered":"https:\/\/lucerne2027.com\/lucerne27\/"},"modified":"2025-01-10T14:42:39","modified_gmt":"2025-01-10T12:42:39","slug":"lucerne27","status":"publish","type":"page","link":"https:\/\/lucerne2027.com\/en\/","title":{"rendered":"LUCERNE27"},"content":{"rendered":"<div id=\"wfbannerblock_2e43b22b575218224d8f5d726038fe87\" class=\"wf-block edge2edge dark-bg wf-banner-wrapper wfbanner\">\n                      <div class=\"container\">\n                        <div class=\"row\"><div class=\"col-12 wf-content-container\">\n                            <h2 class=\"motion_reveal m-0\">The Rowing World Championships 2027 in Lucerne is not just meant to be sports competitions on the Rotsee. We want to celebrate a rowing festival with people from all over the world &#8211; thrilling competitions in harmony with nature &#8211; a vibrant rowing festival in the heart of the city &#8211; inspirations that make a mark and touch hearts. 23. &#8211; 29. August 2027<\/h2>\n                          <\/div>\n                          <\/div>\n                      <\/div>\n                    <\/div><div id=\"spacer_wfbannerblock_2e43b22b575218224d8f5d726038fe87\" class=\"row wf-spacer\"><div class=\"col-12 d-block d-lg-none spacer_mobile\" style=\"height: 64px;\"><\/div><div class=\"col-12 d-none d-lg-block spacer_desktop\" style=\"height: 128px;\"><\/div><\/div><script>\njQuery(document).ready(function() {\n  \/\/ Iterate through each Title element\n  jQuery(\".Title\").each(function() {\n    var $title = jQuery(this);\n\n    \/\/ Check if the script has already been executed for this element\n    if ($title.attr('data-processed') === 'true') {\n      return;\n    }\n\n    \/\/ Mark the script as executed for this element\n    $title.attr('data-processed', 'true');\n\n    \/\/ Hide the Title element initially\n    $title.addClass('d-none');\n\n    var listHTML = $title.html();\n\n    \/\/ Split the HTML content by <br> tags, preserving inline elements like <span>\n    var listItems = listHTML.split(\/<br\\s*\\\/?>\/);\n\n    \/\/ Log the listItems to debug\n    console.log(\"List items:\", listItems);\n\n    \/\/ Clear the existing HTML\n    $title.empty();\n\n    \/\/ Create the Title-mask and Title-line elements\n    listItems.forEach(function(item, index) {\n      var trimmedItem = item.trim();\n      if (trimmedItem) {\n        var mask = jQuery('<div class=\"Title-mask\"><\/div>');\n        var line = jQuery('<span class=\"Title-line\"><\/span>').html(trimmedItem); \/\/ Use .html() instead of .text()\n        mask.append(line);\n        $title.append(mask);\n      }\n    });\n\n    \/\/ Update CSS variables dynamically for each Title element\n    document.documentElement.style.setProperty('--lines', listItems.length);\n\n    \/\/ Apply animation delays dynamically for each Title element\n    $title.find(\".Title-mask\").each(function(index) {\n      var delay;\n      if (index === 0) {\n        delay = 100; \/\/ Set delay for the first Title-mask element to 100ms\n      } else {\n        delay = 100 + index * parseFloat(getComputedStyle(document.documentElement).getPropertyValue('--delay'));\n      }\n      jQuery(this).find(\".Title-line\").css('animation-delay', delay + 'ms');\n    });\n\n    \/\/ Show the Title element after processing\n    $title.removeClass('d-none');\n  });\n});\n\n\n\n\n\n\n\n\n\n\n<\/script>\n<style>\n :root {\n  --lines: 3; \/* Diese Variable wird dynamisch durch JavaScript gesetzt *\/\n  --duration: 500ms; \/* Dauer der Animation *\/\n  --delay: 300ms; \/* Verz\u00f6gerung zwischen den Zeilen *\/\n  --theme: #FE3652; \/* Themenfarbe *\/\n  --angle: -45deg; \/* Winkel des Hintergrunds *\/\n\n  --dark: #1C1B21;\n  --light: #fff;\n  --overlay-opacity: 0.5; \/* Deckkraft des Overlays *\/\n\n}\n\n.edge2edge.wf-banner-wrapper.animated-banner {\n  padding-top: 10rem;\n  padding-bottom: 10rem;\n}\n.animated-banner {\n  font-feature-settings: \"kern\" 1;\n  font-kerning: normal;\n  text-rendering: optimizeLegibility;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n  \/* background-color: var(--dark); *\/\n  color: var(--light);\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  overflow: hidden;\n  position: relative;\n}\n\n.animated-banner-overlay {\n  content: '';\n  display: block;\n  position: absolute;\n  background-color: var(--theme);\n  width: 200%;\n  height: 100%;\n  top: 0;\n  left: 50%;\n  z-index: 0;\n  transform: skewX(var(--angle)) translateX(-100%) scaleX(0);\n  will-change: transform;\n  animation: revealBG calc(var(--duration) + var(--delay)) cubic-bezier(0.19, 1, 0.22, 1) forwards;\n}\n.paused .animated-banner-overlay {\n  animation: revealBGReverse calc(var(--duration) + var(--delay)) cubic-bezier(0.19, 1, 0.22, 1) forwards;\n}\n.animated-banner-overlay-image-animation {\n  content: '';\n  display: block;\n  position: absolute;\n  background-color: #F3F1EE;\n  width: 400%;\n  height: 100%;\n  top: 0;\n  left: 50%;\n  z-index: 0;\n  transform: skewX(var(--angle)) translateX(-100%) scaleX(0);\n  will-change: transform;\n  animation: revealBGImage calc(600ms) cubic-bezier(0.19, 1, 0.22, 1) forwards;\n}\n.paused .animated-banner-overlay-image-animation {\n  animation: revealBGImageReverse calc(600ms) cubic-bezier(0.19, 1, 0.22, 1) forwards;\n}\n.animated-banner-image {\n  position: absolute;\n  top:0;\n  right: 0;\n  height: 100%;\n  width: 100%;\n  transform: translateX(100%);\n  animation: revealIMG calc(240ms) cubic-bezier(0.95, 0, 0.22, 1) forwards;\n  overflow: hidden;\n}\n.paused .animated-banner-image {\n  animation: revealIMGReverse calc(240ms) cubic-bezier(0.95, 0, 0.22, 1) forwards;\n}\n.animated-banner-image .animated-banner-image-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background-color: var(--dark);\n  opacity: var(--overlay-opacity);\n  z-index: 1;\n}\n.animated-banner-image img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n.animated-banner .container {\n  z-index: 1;\n}\n.animated-banner .row {\n  z-index: 2;\n}\n.animated-banner .row {\n  z-index: 3;\n}\n.Title {\n  font-size: 2rem;\n  opacity: 0;\n  transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);\n  will-change: opacity, transform;\n  animation: revealText var(--duration) cubic-bezier(0.7, 0, 0.3, 1) forwards 100ms;\n}\n.paused .Title {\n  animation: revealTextReverse var(--duration) cubic-bezier(0.7, 0, 0.3, 1) forwards 100ms;\n}\n.wf-banner-wrapper h2 {\n  hyphens: auto;\n}\n\n.Title-mask {\n  display: block;\n  position: relative;\n  text-align: start;\n  overflow: hidden;\n}\n\n.Title-line {\n  display: inline-block;\n  opacity: 0;\n  transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);\n  will-change: opacity, transform;\n  animation: revealText var(--duration) cubic-bezier(0.7, 0, 0.3, 1) forwards;\n}\n.paused .Title-line {\n  animation: revealTextReverse var(--duration) cubic-bezier(0.7, 0, 0.3, 1) forwards;\n}\n\n\n@media(min-width:768px) {\n  .edge2edge.wf-banner-wrapper.animated-banner {\n    padding-top: 4rem;\n    padding-bottom: 4rem;\n  }\n  .Title-mask {\n    text-align: start;\n  }\n  .Title {\n    font-size: 3rem;\n  }\n  .animated-banner-image {\n    width: 70%;\n  }\n}\n\/* Animationen *\/\n@keyframes revealBG {\n  from { transform: skewX(var(--angle)) translateX(-100%) scaleX(0); }\n  to { transform: skewX(var(--angle)) translateX(-100%) scaleX(1); }\n}\n@keyframes revealBGImage {\n  from { transform: skewX(-45deg) translateX(45%) scaleX(1); }\n  to { transform: skewX(-45deg) translateX(-100%) scaleX(1); }\n}\n@keyframes revealIMG {\n  from { transform: translateX(100%); }\n  to { transform: translateX(0); }\n}\n@keyframes revealText {\n  from { opacity: 0; transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0); }\n  to { opacity: 1; transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0); }\n}\n\/* Animationen umkehren *\/\n@keyframes revealBGReverse {\n  from { transform: skewX(var(--angle)) translateX(-100%) scaleX(1); }\n  to { transform: skewX(var(--angle)) translateX(-100%) scaleX(0); opacity: 0; }\n}\n@keyframes revealBGImageReverse {\n  from { transform: skewX(-45deg) translateX(-100%) scaleX(1); }\n  to { transform: skewX(-45deg) translateX(-85%) scaleX(1); }\n}\n@keyframes revealIMGReverse {\n  from { transform: translateX(0); }\n  to { transform: translateX(100%); opacity: 0; }\n}\n@keyframes revealTextReverse {\n  from { opacity: 1; transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0); }\n  to { opacity: 0; transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0); opacity: 0; }\n}\n<\/style>\n<!-- \n<style>\n  \/* \n  ------ wfBanner Block\n  *\/\n\/* .wfbanner .col-12 {\n    margin-bottom: 2rem;\n  }\n  .wfbanner .col-12:last-child {\n    margin-bottom: 0;\n  }\n  .edge2edge.wf-banner-wrapper {\n    padding-top: 4rem;\n    padding-bottom: 4rem;\n  }\n  .banner-streifen {\n    background-image: url('\/wp-content\/themes\/understrap-child\/img\/weisseStreifen.svg');  \n    position: absolute;\n    right: 0;\n    width: 70%;\n    height: 100px;\n    bottom: 0;\n    background-position: center;\n    background-size: cover;\n  }\n  @media (min-width: 992px) {\n    .banner-streifen {\n      height: 190px;\n      width: 50%;\n    }\n    .edge2edge.wf-banner-wrapper {\n      padding-bottom: 8rem;\n      padding-top: 8rem;\n    }\n  } *\/\n  \n\/* \n------ Buttons\n*\/\n\/* .wf-button {\n    background: none;\n    text-decoration: none;\n    border-radius: 0;\n    margin: auto;\n    border: 1px solid;\n    font-family: 'Grotesk-B', sans-serif;\n    padding: 10px 20px;\n    transition: .4s ease;  \n}\n.dark-bg .wf-button, .wf-button.btn-white {\n    background: none;\n    color: #EAEAEA;\n    border-color: #EAEAEA;\n}\n.dark-bg .wf-button:hover, .wf-button.btn-white:hover {\n    background: #eaeaea;      \n    color: #1F1F1F;\n}\n.dark-bg .wf-button:focus, .wf-button.btn-white:focus {\n    box-shadow: none;\n} *\/\n<\/style>\n -->\n<div class=\"wp-block-group wf-content-container\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\"> \n<iframe title=\"Inspire Beyond - Lucerne 2027 Candidate City\" width=\"640\" height=\"360\" data-src=\"https:\/\/www.youtube.com\/embed\/VE1We8RobdM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" data-load-mode=\"1\"><\/iframe>\n <\/div><\/figure>\n\n\n\n<div id=\"wfAbstand-block_d5648fd29e62ffc609781094d8875b4e\" class=\"d-none d-xl-block abstand_desktop\" style=\"height: 96px;\"><\/div>\n<div id=\"wfAbstand-block_d5648fd29e62ffc609781094d8875b4e\" class=\"d-block d-xl-none abstand_mobile\" style=\"height: 64px;\"><\/div>\n\n\n\n<div class=\"motion_reveal\">\n<div id=\"sb_instagram\"  class=\"sbi sbi_mob_col_1 sbi_tab_col_2 sbi_col_4 sbi_disable_mobile\" style=\"padding-bottom: 10px; width: 100%;\" data-feedid=\"*2\"  data-res=\"auto\" data-cols=\"4\" data-colsmobile=\"1\" data-colstablet=\"2\" data-num=\"4\" data-nummobile=\"\" data-item-padding=\"5\" data-shortcode-atts=\"{&quot;feed&quot;:&quot;2&quot;}\"  data-postid=\"1094\" data-locatornonce=\"190a277119\" data-imageaspectratio=\"1:1\" data-sbi-flags=\"favorLocal,gdpr\">\n\t<div class=\"sb_instagram_header \"   >\n\t<a class=\"sbi_header_link\" target=\"_blank\"\n\t   rel=\"nofollow noopener\" href=\"https:\/\/www.instagram.com\/lucerne_regatta\/\" title=\"@lucerne_regatta\">\n\t\t<div class=\"sbi_header_text\">\n\t\t\t<div class=\"sbi_header_img\"  data-avatar-url=\"https:\/\/scontent.fbsl2-1.fna.fbcdn.net\/v\/t51.2885-15\/191714841_3006755976211546_4606369368803481200_n.jpg?_nc_cat=111&amp;ccb=1-7&amp;_nc_sid=7d201b&amp;_nc_ohc=fsswpYqkDzMQ7kNvwHJsZSw&amp;_nc_oc=Adn3wYHll5_Lf9av8La9g0YqtI1UXmrORGQCINb8VoeG7F-q2CPML_QHHo7ilsg7rzqAjfQPZokpQ7lYY0QQmoMV&amp;_nc_zt=23&amp;_nc_ht=scontent.fbsl2-1.fna&amp;edm=AL-3X8kEAAAA&amp;oh=00_Afjo9NMfT74ejKXuOcM0q6PQr65bIbNAWEO3lpXtTvprvw&amp;oe=69316240\">\n\t\t\t\t\t\t\t\t\t<div class=\"sbi_header_img_hover\"  ><svg class=\"sbi_new_logo fa-instagram fa-w-14\" aria-hidden=\"true\" data-fa-processed=\"\" aria-label=\"Instagram\" data-prefix=\"fab\" data-icon=\"instagram\" role=\"img\" viewBox=\"0 0 448 512\">\n                    <path fill=\"currentColor\" d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path>\n                <\/svg><\/div>\n\t\t\t\t\t<img decoding=\"async\"  data-src=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/sb-instagram-feed-images\/lucerne_regatta.webp\" alt=\"\" width=\"50\" height=\"50\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 50px; --smush-placeholder-aspect-ratio: 50\/50;\">\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t<div class=\"sbi_feedtheme_header_text\">\n\t\t\t\t<h3>lucerne_regatta<\/h3>\n\t\t\t\t\t\t\t\t\t<p class=\"sbi_bio\">Worlds most natural rowing regatta \ud83c\udf31\ud83e\udd86\ud83d\udc2e<br>\n\ud83d\udd1cLUCERNE REGATTA: 26.-28.06.26<br>\n\ud83e\udd47World Champs Lucerne: 23.-29.08.27<br>\n\u2b07\ufe0f Find out more \u2b07\ufe0f<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/a>\n<\/div>\n\n    <div id=\"sbi_images\"  style=\"gap: 10px;\">\n\t\t<div class=\"sbi_item sbi_type_video sbi_new sbi_transition\"\n\tid=\"sbi_17969056121970823\" data-date=\"1764233227\">\n\t<div class=\"sbi_photo_wrap\">\n\t\t<a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/reel\/DRjbaH9DbSi\/\" target=\"_blank\" rel=\"noopener nofollow\"\n\t\t\tdata-full-res=\"https:\/\/scontent.cdninstagram.com\/v\/t51.82787-15\/587776477_18492300772073747_3988770004933411420_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=107&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=5waSzYl8kDAQ7kNvwFFH95h&#038;_nc_oc=AdmZFPw4BMhSr-Rj22DA5_j7VRqQNT4ZxlHXp5Dz0ZkBEG0kDcXT5o1E4wL49DMPNCr-VNvBfeunFu3vQUFtfQz9&#038;_nc_zt=23&#038;_nc_ht=scontent.cdninstagram.com&#038;edm=AM6HXa8EAAAA&#038;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&#038;oh=00_AfiXJfK7fZZVO_GWCk1wNwA--S93zWQmlcnkTeBEIgOZlQ&#038;oe=69315C29\"\n\t\t\tdata-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/587776477_18492300772073747_3988770004933411420_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=5waSzYl8kDAQ7kNvwFFH95h&amp;_nc_oc=AdmZFPw4BMhSr-Rj22DA5_j7VRqQNT4ZxlHXp5Dz0ZkBEG0kDcXT5o1E4wL49DMPNCr-VNvBfeunFu3vQUFtfQz9&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=AM6HXa8EAAAA&amp;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&amp;oh=00_AfiXJfK7fZZVO_GWCk1wNwA--S93zWQmlcnkTeBEIgOZlQ&amp;oe=69315C29&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/587776477_18492300772073747_3988770004933411420_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=5waSzYl8kDAQ7kNvwFFH95h&amp;_nc_oc=AdmZFPw4BMhSr-Rj22DA5_j7VRqQNT4ZxlHXp5Dz0ZkBEG0kDcXT5o1E4wL49DMPNCr-VNvBfeunFu3vQUFtfQz9&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=AM6HXa8EAAAA&amp;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&amp;oh=00_AfiXJfK7fZZVO_GWCk1wNwA--S93zWQmlcnkTeBEIgOZlQ&amp;oe=69315C29&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/587776477_18492300772073747_3988770004933411420_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=5waSzYl8kDAQ7kNvwFFH95h&amp;_nc_oc=AdmZFPw4BMhSr-Rj22DA5_j7VRqQNT4ZxlHXp5Dz0ZkBEG0kDcXT5o1E4wL49DMPNCr-VNvBfeunFu3vQUFtfQz9&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=AM6HXa8EAAAA&amp;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&amp;oh=00_AfiXJfK7fZZVO_GWCk1wNwA--S93zWQmlcnkTeBEIgOZlQ&amp;oe=69315C29&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/587776477_18492300772073747_3988770004933411420_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=5waSzYl8kDAQ7kNvwFFH95h&amp;_nc_oc=AdmZFPw4BMhSr-Rj22DA5_j7VRqQNT4ZxlHXp5Dz0ZkBEG0kDcXT5o1E4wL49DMPNCr-VNvBfeunFu3vQUFtfQz9&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=AM6HXa8EAAAA&amp;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&amp;oh=00_AfiXJfK7fZZVO_GWCk1wNwA--S93zWQmlcnkTeBEIgOZlQ&amp;oe=69315C29&quot;}\">\n\t\t\t<span class=\"sbi-screenreader\">Cold morning, grey skies, and rowers drifting over<\/span>\n\t\t\t\t\t\t<svg style=\"color: rgba(255,255,255,1)\" class=\"svg-inline--fa fa-play fa-w-14 sbi_playbtn\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t<img decoding=\"async\" data-src=\"https:\/\/lucerne2027.com\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"Cold morning, grey skies, and rowers drifting over Lake Lucerne with the calm of a waking world. Counting the days to the Lucerne Regatta. \ud83e\ude75\n\n\ud83d\udcf8: Tamara Stalder @visitlucerne \n\n#lucerneregatta #rowing #rotsee #lucerne #lucerne2027\" aria-hidden=\"true\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/560;\">\n\t\t<\/a>\n\t<\/div>\n<\/div><div class=\"sbi_item sbi_type_video sbi_new sbi_transition\"\n\tid=\"sbi_18066184898571528\" data-date=\"1763990045\">\n\t<div class=\"sbi_photo_wrap\">\n\t\t<a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/reel\/DRcMKE6CDRu\/\" target=\"_blank\" rel=\"noopener nofollow\"\n\t\t\tdata-full-res=\"https:\/\/scontent.cdninstagram.com\/v\/t51.71878-15\/589103988_866159232738664_3395291285841994638_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=100&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=vbU5mEjx6_IQ7kNvwElUUkR&#038;_nc_oc=AdmVf2xSa3ospvNrvznxo6-vp4ePSCalu_K80aERO-3c6f2Dxz7eqcFRvb1qOMiOLp4iUmqVfSzQMk3Ij93ctbYM&#038;_nc_zt=23&#038;_nc_ht=scontent.cdninstagram.com&#038;edm=AM6HXa8EAAAA&#038;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&#038;oh=00_AfgPZlvTk_1hKrazdm_SuLuBs_o29D437K4xe2j-wTfoZw&#038;oe=6931563D\"\n\t\t\tdata-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.71878-15\\\/589103988_866159232738664_3395291285841994638_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=vbU5mEjx6_IQ7kNvwElUUkR&amp;_nc_oc=AdmVf2xSa3ospvNrvznxo6-vp4ePSCalu_K80aERO-3c6f2Dxz7eqcFRvb1qOMiOLp4iUmqVfSzQMk3Ij93ctbYM&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=AM6HXa8EAAAA&amp;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&amp;oh=00_AfgPZlvTk_1hKrazdm_SuLuBs_o29D437K4xe2j-wTfoZw&amp;oe=6931563D&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.71878-15\\\/589103988_866159232738664_3395291285841994638_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=vbU5mEjx6_IQ7kNvwElUUkR&amp;_nc_oc=AdmVf2xSa3ospvNrvznxo6-vp4ePSCalu_K80aERO-3c6f2Dxz7eqcFRvb1qOMiOLp4iUmqVfSzQMk3Ij93ctbYM&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=AM6HXa8EAAAA&amp;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&amp;oh=00_AfgPZlvTk_1hKrazdm_SuLuBs_o29D437K4xe2j-wTfoZw&amp;oe=6931563D&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.71878-15\\\/589103988_866159232738664_3395291285841994638_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=vbU5mEjx6_IQ7kNvwElUUkR&amp;_nc_oc=AdmVf2xSa3ospvNrvznxo6-vp4ePSCalu_K80aERO-3c6f2Dxz7eqcFRvb1qOMiOLp4iUmqVfSzQMk3Ij93ctbYM&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=AM6HXa8EAAAA&amp;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&amp;oh=00_AfgPZlvTk_1hKrazdm_SuLuBs_o29D437K4xe2j-wTfoZw&amp;oe=6931563D&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.71878-15\\\/589103988_866159232738664_3395291285841994638_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=100&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=vbU5mEjx6_IQ7kNvwElUUkR&amp;_nc_oc=AdmVf2xSa3ospvNrvznxo6-vp4ePSCalu_K80aERO-3c6f2Dxz7eqcFRvb1qOMiOLp4iUmqVfSzQMk3Ij93ctbYM&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=AM6HXa8EAAAA&amp;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&amp;oh=00_AfgPZlvTk_1hKrazdm_SuLuBs_o29D437K4xe2j-wTfoZw&amp;oe=6931563D&quot;}\">\n\t\t\t<span class=\"sbi-screenreader\">Cold days \u2744\ufe0f, warm memories \u2600\ufe0f\nStill feeli<\/span>\n\t\t\t\t\t\t<svg style=\"color: rgba(255,255,255,1)\" class=\"svg-inline--fa fa-play fa-w-14 sbi_playbtn\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t<img decoding=\"async\" data-src=\"https:\/\/lucerne2027.com\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"Cold days \u2744\ufe0f, warm memories \u2600\ufe0f\nStill feeling the calm of the water and the warmth of June. \ud83e\udef6\n\n#lucerneregatta #rowing #rotsee #lucerne #lucerne2027\" aria-hidden=\"true\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/560;\">\n\t\t<\/a>\n\t<\/div>\n<\/div><div class=\"sbi_item sbi_type_carousel sbi_new sbi_transition\"\n\tid=\"sbi_18542966692010854\" data-date=\"1763372970\">\n\t<div class=\"sbi_photo_wrap\">\n\t\t<a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/p\/DRJzQ0yjcmB\/\" target=\"_blank\" rel=\"noopener nofollow\"\n\t\t\tdata-full-res=\"https:\/\/scontent.cdninstagram.com\/v\/t51.82787-15\/583893274_18490936186073747_412087508369680023_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=104&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=En-KlJdLtr4Q7kNvwG1pZm_&#038;_nc_oc=AdmwzB_mYBikBTMpIZzhlMGkq4QL1kg5Lj_qT5q7aqzZNTLBv219aZtFwdpJr--T86jwcp1X-BCDAUSP06epywsF&#038;_nc_zt=23&#038;_nc_ht=scontent.cdninstagram.com&#038;edm=AM6HXa8EAAAA&#038;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&#038;oh=00_AfhLN7NNLrVfB9zG-wvtZHProSVZPOEYF558fZWRErA9Cg&#038;oe=69315FB8\"\n\t\t\tdata-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/583893274_18490936186073747_412087508369680023_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=104&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=En-KlJdLtr4Q7kNvwG1pZm_&amp;_nc_oc=AdmwzB_mYBikBTMpIZzhlMGkq4QL1kg5Lj_qT5q7aqzZNTLBv219aZtFwdpJr--T86jwcp1X-BCDAUSP06epywsF&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=AM6HXa8EAAAA&amp;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&amp;oh=00_AfhLN7NNLrVfB9zG-wvtZHProSVZPOEYF558fZWRErA9Cg&amp;oe=69315FB8&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/583893274_18490936186073747_412087508369680023_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=104&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=En-KlJdLtr4Q7kNvwG1pZm_&amp;_nc_oc=AdmwzB_mYBikBTMpIZzhlMGkq4QL1kg5Lj_qT5q7aqzZNTLBv219aZtFwdpJr--T86jwcp1X-BCDAUSP06epywsF&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=AM6HXa8EAAAA&amp;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&amp;oh=00_AfhLN7NNLrVfB9zG-wvtZHProSVZPOEYF558fZWRErA9Cg&amp;oe=69315FB8&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/583893274_18490936186073747_412087508369680023_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=104&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=En-KlJdLtr4Q7kNvwG1pZm_&amp;_nc_oc=AdmwzB_mYBikBTMpIZzhlMGkq4QL1kg5Lj_qT5q7aqzZNTLBv219aZtFwdpJr--T86jwcp1X-BCDAUSP06epywsF&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=AM6HXa8EAAAA&amp;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&amp;oh=00_AfhLN7NNLrVfB9zG-wvtZHProSVZPOEYF558fZWRErA9Cg&amp;oe=69315FB8&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/583893274_18490936186073747_412087508369680023_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=104&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=En-KlJdLtr4Q7kNvwG1pZm_&amp;_nc_oc=AdmwzB_mYBikBTMpIZzhlMGkq4QL1kg5Lj_qT5q7aqzZNTLBv219aZtFwdpJr--T86jwcp1X-BCDAUSP06epywsF&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=AM6HXa8EAAAA&amp;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&amp;oh=00_AfhLN7NNLrVfB9zG-wvtZHProSVZPOEYF558fZWRErA9Cg&amp;oe=69315FB8&quot;}\">\n\t\t\t<span class=\"sbi-screenreader\">Up before the world. Lake mode: on. \ud83c\udf04\u2728\n\n#luce<\/span>\n\t\t\t<svg class=\"svg-inline--fa fa-clone fa-w-16 sbi_lightbox_carousel_icon\" aria-hidden=\"true\" aria-label=\"Clone\" data-fa-pro\u0192cessed=\"\" data-prefix=\"far\" data-icon=\"clone\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\">\n                    <path fill=\"currentColor\" d=\"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"><\/path>\n                <\/svg>\t\t\t\t\t\t<img decoding=\"async\" data-src=\"https:\/\/lucerne2027.com\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"Up before the world. Lake mode: on. \ud83c\udf04\u2728\n\n#lucerneregatta #rowing #rotsee #lucerne #lucerne2027\" aria-hidden=\"true\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/560;\">\n\t\t<\/a>\n\t<\/div>\n<\/div><div class=\"sbi_item sbi_type_video sbi_new sbi_transition\"\n\tid=\"sbi_17957581139876757\" data-date=\"1762345066\">\n\t<div class=\"sbi_photo_wrap\">\n\t\t<a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/reel\/DQrKdyyDEI5\/\" target=\"_blank\" rel=\"noopener nofollow\"\n\t\t\tdata-full-res=\"https:\/\/scontent.cdninstagram.com\/v\/t51.82787-15\/573657874_18487730335073747_2652342652129694125_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=107&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=nUHKSuJK9EwQ7kNvwE4zt2r&#038;_nc_oc=Adll1uRTAm_ii7ovrXGlP_u9aQAIVcGyV7mVB-IEYmnXK0so55BKt-4ByT98ty-BIMEnAHuAftdAoci5ZsK_PL8c&#038;_nc_zt=23&#038;_nc_ht=scontent.cdninstagram.com&#038;edm=AM6HXa8EAAAA&#038;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&#038;oh=00_AfiX6isTdcSpm7UpPqBHaA8DPYMRopuGOOFmTcxmUKBRog&#038;oe=693148A8\"\n\t\t\tdata-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/573657874_18487730335073747_2652342652129694125_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=nUHKSuJK9EwQ7kNvwE4zt2r&amp;_nc_oc=Adll1uRTAm_ii7ovrXGlP_u9aQAIVcGyV7mVB-IEYmnXK0so55BKt-4ByT98ty-BIMEnAHuAftdAoci5ZsK_PL8c&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=AM6HXa8EAAAA&amp;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&amp;oh=00_AfiX6isTdcSpm7UpPqBHaA8DPYMRopuGOOFmTcxmUKBRog&amp;oe=693148A8&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/573657874_18487730335073747_2652342652129694125_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=nUHKSuJK9EwQ7kNvwE4zt2r&amp;_nc_oc=Adll1uRTAm_ii7ovrXGlP_u9aQAIVcGyV7mVB-IEYmnXK0so55BKt-4ByT98ty-BIMEnAHuAftdAoci5ZsK_PL8c&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=AM6HXa8EAAAA&amp;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&amp;oh=00_AfiX6isTdcSpm7UpPqBHaA8DPYMRopuGOOFmTcxmUKBRog&amp;oe=693148A8&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/573657874_18487730335073747_2652342652129694125_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=nUHKSuJK9EwQ7kNvwE4zt2r&amp;_nc_oc=Adll1uRTAm_ii7ovrXGlP_u9aQAIVcGyV7mVB-IEYmnXK0so55BKt-4ByT98ty-BIMEnAHuAftdAoci5ZsK_PL8c&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=AM6HXa8EAAAA&amp;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&amp;oh=00_AfiX6isTdcSpm7UpPqBHaA8DPYMRopuGOOFmTcxmUKBRog&amp;oe=693148A8&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent.cdninstagram.com\\\/v\\\/t51.82787-15\\\/573657874_18487730335073747_2652342652129694125_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=107&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=nUHKSuJK9EwQ7kNvwE4zt2r&amp;_nc_oc=Adll1uRTAm_ii7ovrXGlP_u9aQAIVcGyV7mVB-IEYmnXK0so55BKt-4ByT98ty-BIMEnAHuAftdAoci5ZsK_PL8c&amp;_nc_zt=23&amp;_nc_ht=scontent.cdninstagram.com&amp;edm=AM6HXa8EAAAA&amp;_nc_gid=I6Qjdopfg4P7nv06YpyPbw&amp;oh=00_AfiX6isTdcSpm7UpPqBHaA8DPYMRopuGOOFmTcxmUKBRog&amp;oe=693148A8&quot;}\">\n\t\t\t<span class=\"sbi-screenreader\">Summer heat, city beats and a rowing duel for the <\/span>\n\t\t\t\t\t\t<svg style=\"color: rgba(255,255,255,1)\" class=\"svg-inline--fa fa-play fa-w-14 sbi_playbtn\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t<img decoding=\"async\" data-src=\"https:\/\/lucerne2027.com\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"Summer heat, city beats and a rowing duel for the ages \u2600\ufe0f\ud83d\udcaa\nRoman R\u00f6\u00f6sli and Andrin Gullich brought the erg fire to the festival stage.\nNovember\u2019s cold? Let\u2019s warm it up with this throwback \ud83d\udd25\n\n#TB #RowingLegends #ErgoShowdown #Stadtfest #lucerneregatta #theduel\" aria-hidden=\"true\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/560;\">\n\t\t<\/a>\n\t<\/div>\n<\/div>    <\/div>\n\n\t<div id=\"sbi_load\" >\n\n\t\t\t<a class=\"sbi_load_btn\" href=\"javascript:void(0);\" style=\"background: rgb(38,38,38);\">\n\t\t\t<span class=\"sbi_btn_text\">Load more...<\/span>\n\t\t\t<span class=\"sbi_loader sbi_hidden\" style=\"background-color: rgb(255, 255, 255);\" aria-hidden=\"true\"><\/span>\n\t\t<\/a>\n\t\n\t\t\t<span class=\"sbi_follow_btn sbi_custom\">\n        <a href=\"https:\/\/www.instagram.com\/lucerne_regatta\/\" style=\"background: rgb(255,54,83);\" target=\"_blank\" rel=\"nofollow noopener\">\n            <svg class=\"svg-inline--fa fa-instagram fa-w-14\" aria-hidden=\"true\" data-fa-processed=\"\" aria-label=\"Instagram\" data-prefix=\"fab\" data-icon=\"instagram\" role=\"img\" viewBox=\"0 0 448 512\">\n                    <path fill=\"currentColor\" d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path>\n                <\/svg>            <span>Follow us on Instagram<\/span>\n        <\/a>\n    <\/span>\n\t\n<\/div>\n\n\t\t<span class=\"sbi_resized_image_data\" data-feed-id=\"*2\"\n\t\t  data-resized=\"{&quot;17957581139876757&quot;:{&quot;id&quot;:&quot;573657874_18487730335073747_2652342652129694125_n&quot;,&quot;ratio&quot;:&quot;0.56&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150},&quot;extension&quot;:&quot;.webp&quot;},&quot;18542966692010854&quot;:{&quot;id&quot;:&quot;583893274_18490936186073747_412087508369680023_n&quot;,&quot;ratio&quot;:&quot;0.80&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150},&quot;extension&quot;:&quot;.webp&quot;},&quot;18066184898571528&quot;:{&quot;id&quot;:&quot;589103988_866159232738664_3395291285841994638_n&quot;,&quot;ratio&quot;:&quot;0.56&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150},&quot;extension&quot;:&quot;.webp&quot;},&quot;17969056121970823&quot;:{&quot;id&quot;:&quot;587776477_18492300772073747_3988770004933411420_n&quot;,&quot;ratio&quot;:&quot;0.56&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150},&quot;extension&quot;:&quot;.webp&quot;}}\">\n\t<\/span>\n\t<\/div>\n<\/div>\n\n\t<style type=\"text\/css\">\n\t\t\t\t#sb_instagram #sbi_load .sbi_load_btn:focus,\n\t\t#sb_instagram #sbi_load .sbi_load_btn:hover {\n\t\t\toutline: none;\n\t\t\tbox-shadow: inset 0 0 20px 20px#262626;\n\t\t}\n\n\t\t\t\t\t\t#sb_instagram .sbi_follow_btn a:hover,\n\t\t#sb_instagram .sbi_follow_btn a:focus {\n\t\t\toutline: none;\n\t\t\tbox-shadow: inset 0 0 10px 20px#262626;\n\t\t}\n\n\t\t\t<\/style>\n\t\n\n\n\n<div id=\"wfAbstand-block_d5648fd29e62ffc609781094d8875b4e\" class=\"d-none d-xl-block abstand_desktop\" style=\"height: 96px;\"><\/div>\n<div id=\"wfAbstand-block_d5648fd29e62ffc609781094d8875b4e\" class=\"d-block d-xl-none abstand_mobile\" style=\"height: 64px;\"><\/div>\n\n\n\n\n<h2 class=\"wp-block-heading motion_reveal has-large-font-size\">ROWING WORLD CHAMPIONSHIPS 2027 \u2013 ROTSEE THE VENUE<\/h2>\n\n\n\n<p class=\"motion_reveal has-medium-font-size\">Lucerne offers athletes the ultimate competition experience. The consistently fair conditions of the legendary Rotsee are of particular importance for this crucial selection for the Olympic and Paralympic Games in L.A. 2028!<\/p>\n\n\n\n<p class=\"motion_reveal has-medium-font-size\">World Championships in Lucerne will bring over 30,000 spectators from all over the world to the lake. To accommodate this high number of spectators, a U-shaped arena is planned at the finish area &#8211; an additional grandstand on the opposite side and a temporary bridge connecting both shores. The athletes will thus enjoy the unique atmosphere in the finish arena until they cross the finish line. Of course, cowbells will also be present&#8230;<\/p>\n\n\n\n<div id=\"wfAbstand-block_92ff4fbd1bcd56126fffe5b4e6d3e1df\" class=\"d-none d-xl-block abstand_desktop\" style=\"height: 128px;\"><\/div>\n<div id=\"wfAbstand-block_92ff4fbd1bcd56126fffe5b4e6d3e1df\" class=\"d-block d-xl-none abstand_mobile\" style=\"height: 64px;\"><\/div>\n\n<\/div><\/div>\n<div id=\"wfbannerblock_5e34964c69c25f3d4f2b74592c6cf44e\" class=\"wf-block edge2edge wf-banner-wrapper animated-banner wfbanner\">\n                      <div class=\"container\">\n                        <div class=\"row\"><div class=\"col-12 d-flex justify-content-center justify-content-md-start\"><h2 data-linecount=\"3\" class=\"Title d-none m-0\">\n                            Host City<br>Lucerne<br>World Rowing Championship 2027\n                            <\/h2>\n                          <\/div>\n                          <\/div>\n                      <\/div><div class=\"animated-banner-image\">\n                                          <picture>\n                                            <source media=\"(min-width: 992px)\" data-srcset=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-048-1500x1000.jpg, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-048-1500x1000.jpg 2x\">\n                                            <source media=\"(min-width: 768px)\" data-srcset=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-048-1000x667.jpg, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-048-1500x1000.jpg 2x\">\n                                            <img decoding=\"async\" class=\"w-100 lazyload\" data-src=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-048-300x200.jpg\" data-srcset=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-048-1000x667.jpg 2x\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/200;\">\n                                          <\/picture>\n                                          <div class=\"animated-banner-image-overlay\"><\/div>\n                                        <\/div><div class=\"animated-banner-overlay-image-animation\"><\/div>\n                      <div class=\"animated-banner-overlay\"><\/div>\n                        \n                    <\/div><div id=\"spacer_wfbannerblock_5e34964c69c25f3d4f2b74592c6cf44e\" class=\"row wf-spacer\"><div class=\"col-12 d-block d-lg-none spacer_mobile\" style=\"height: 64px;\"><\/div><div class=\"col-12 d-none d-lg-block spacer_desktop\" style=\"height: 128px;\"><\/div><\/div><script>\njQuery(document).ready(function() {\n  \/\/ Iterate through each Title element\n  jQuery(\".Title\").each(function() {\n    var $title = jQuery(this);\n\n    \/\/ Check if the script has already been executed for this element\n    if ($title.attr('data-processed') === 'true') {\n      return;\n    }\n\n    \/\/ Mark the script as executed for this element\n    $title.attr('data-processed', 'true');\n\n    \/\/ Hide the Title element initially\n    $title.addClass('d-none');\n\n    var listHTML = $title.html();\n\n    \/\/ Split the HTML content by <br> tags, preserving inline elements like <span>\n    var listItems = listHTML.split(\/<br\\s*\\\/?>\/);\n\n    \/\/ Log the listItems to debug\n    console.log(\"List items:\", listItems);\n\n    \/\/ Clear the existing HTML\n    $title.empty();\n\n    \/\/ Create the Title-mask and Title-line elements\n    listItems.forEach(function(item, index) {\n      var trimmedItem = item.trim();\n      if (trimmedItem) {\n        var mask = jQuery('<div class=\"Title-mask\"><\/div>');\n        var line = jQuery('<span class=\"Title-line\"><\/span>').html(trimmedItem); \/\/ Use .html() instead of .text()\n        mask.append(line);\n        $title.append(mask);\n      }\n    });\n\n    \/\/ Update CSS variables dynamically for each Title element\n    document.documentElement.style.setProperty('--lines', listItems.length);\n\n    \/\/ Apply animation delays dynamically for each Title element\n    $title.find(\".Title-mask\").each(function(index) {\n      var delay;\n      if (index === 0) {\n        delay = 100; \/\/ Set delay for the first Title-mask element to 100ms\n      } else {\n        delay = 100 + index * parseFloat(getComputedStyle(document.documentElement).getPropertyValue('--delay'));\n      }\n      jQuery(this).find(\".Title-line\").css('animation-delay', delay + 'ms');\n    });\n\n    \/\/ Show the Title element after processing\n    $title.removeClass('d-none');\n  });\n});\n\n\n\n\n\n\n\n\n\n\n<\/script>\n<style>\n :root {\n  --lines: 3; \/* Diese Variable wird dynamisch durch JavaScript gesetzt *\/\n  --duration: 500ms; \/* Dauer der Animation *\/\n  --delay: 300ms; \/* Verz\u00f6gerung zwischen den Zeilen *\/\n  --theme: #FE3652; \/* Themenfarbe *\/\n  --angle: -45deg; \/* Winkel des Hintergrunds *\/\n\n  --dark: #1C1B21;\n  --light: #fff;\n  --overlay-opacity: 0.5; \/* Deckkraft des Overlays *\/\n\n}\n\n.edge2edge.wf-banner-wrapper.animated-banner {\n  padding-top: 10rem;\n  padding-bottom: 10rem;\n}\n.animated-banner {\n  font-feature-settings: \"kern\" 1;\n  font-kerning: normal;\n  text-rendering: optimizeLegibility;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n  \/* background-color: var(--dark); *\/\n  color: var(--light);\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  overflow: hidden;\n  position: relative;\n}\n\n.animated-banner-overlay {\n  content: '';\n  display: block;\n  position: absolute;\n  background-color: var(--theme);\n  width: 200%;\n  height: 100%;\n  top: 0;\n  left: 50%;\n  z-index: 0;\n  transform: skewX(var(--angle)) translateX(-100%) scaleX(0);\n  will-change: transform;\n  animation: revealBG calc(var(--duration) + var(--delay)) cubic-bezier(0.19, 1, 0.22, 1) forwards;\n}\n.paused .animated-banner-overlay {\n  animation: revealBGReverse calc(var(--duration) + var(--delay)) cubic-bezier(0.19, 1, 0.22, 1) forwards;\n}\n.animated-banner-overlay-image-animation {\n  content: '';\n  display: block;\n  position: absolute;\n  background-color: #F3F1EE;\n  width: 400%;\n  height: 100%;\n  top: 0;\n  left: 50%;\n  z-index: 0;\n  transform: skewX(var(--angle)) translateX(-100%) scaleX(0);\n  will-change: transform;\n  animation: revealBGImage calc(600ms) cubic-bezier(0.19, 1, 0.22, 1) forwards;\n}\n.paused .animated-banner-overlay-image-animation {\n  animation: revealBGImageReverse calc(600ms) cubic-bezier(0.19, 1, 0.22, 1) forwards;\n}\n.animated-banner-image {\n  position: absolute;\n  top:0;\n  right: 0;\n  height: 100%;\n  width: 100%;\n  transform: translateX(100%);\n  animation: revealIMG calc(240ms) cubic-bezier(0.95, 0, 0.22, 1) forwards;\n  overflow: hidden;\n}\n.paused .animated-banner-image {\n  animation: revealIMGReverse calc(240ms) cubic-bezier(0.95, 0, 0.22, 1) forwards;\n}\n.animated-banner-image .animated-banner-image-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background-color: var(--dark);\n  opacity: var(--overlay-opacity);\n  z-index: 1;\n}\n.animated-banner-image img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n.animated-banner .container {\n  z-index: 1;\n}\n.animated-banner .row {\n  z-index: 2;\n}\n.animated-banner .row {\n  z-index: 3;\n}\n.Title {\n  font-size: 2rem;\n  opacity: 0;\n  transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);\n  will-change: opacity, transform;\n  animation: revealText var(--duration) cubic-bezier(0.7, 0, 0.3, 1) forwards 100ms;\n}\n.paused .Title {\n  animation: revealTextReverse var(--duration) cubic-bezier(0.7, 0, 0.3, 1) forwards 100ms;\n}\n.wf-banner-wrapper h2 {\n  hyphens: auto;\n}\n\n.Title-mask {\n  display: block;\n  position: relative;\n  text-align: start;\n  overflow: hidden;\n}\n\n.Title-line {\n  display: inline-block;\n  opacity: 0;\n  transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);\n  will-change: opacity, transform;\n  animation: revealText var(--duration) cubic-bezier(0.7, 0, 0.3, 1) forwards;\n}\n.paused .Title-line {\n  animation: revealTextReverse var(--duration) cubic-bezier(0.7, 0, 0.3, 1) forwards;\n}\n\n\n@media(min-width:768px) {\n  .edge2edge.wf-banner-wrapper.animated-banner {\n    padding-top: 4rem;\n    padding-bottom: 4rem;\n  }\n  .Title-mask {\n    text-align: start;\n  }\n  .Title {\n    font-size: 3rem;\n  }\n  .animated-banner-image {\n    width: 70%;\n  }\n}\n\/* Animationen *\/\n@keyframes revealBG {\n  from { transform: skewX(var(--angle)) translateX(-100%) scaleX(0); }\n  to { transform: skewX(var(--angle)) translateX(-100%) scaleX(1); }\n}\n@keyframes revealBGImage {\n  from { transform: skewX(-45deg) translateX(45%) scaleX(1); }\n  to { transform: skewX(-45deg) translateX(-100%) scaleX(1); }\n}\n@keyframes revealIMG {\n  from { transform: translateX(100%); }\n  to { transform: translateX(0); }\n}\n@keyframes revealText {\n  from { opacity: 0; transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0); }\n  to { opacity: 1; transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0); }\n}\n\/* Animationen umkehren *\/\n@keyframes revealBGReverse {\n  from { transform: skewX(var(--angle)) translateX(-100%) scaleX(1); }\n  to { transform: skewX(var(--angle)) translateX(-100%) scaleX(0); opacity: 0; }\n}\n@keyframes revealBGImageReverse {\n  from { transform: skewX(-45deg) translateX(-100%) scaleX(1); }\n  to { transform: skewX(-45deg) translateX(-85%) scaleX(1); }\n}\n@keyframes revealIMGReverse {\n  from { transform: translateX(0); }\n  to { transform: translateX(100%); opacity: 0; }\n}\n@keyframes revealTextReverse {\n  from { opacity: 1; transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0); }\n  to { opacity: 0; transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0); opacity: 0; }\n}\n<\/style>\n<!-- \n<style>\n  \/* \n  ------ wfBanner Block\n  *\/\n\/* .wfbanner .col-12 {\n    margin-bottom: 2rem;\n  }\n  .wfbanner .col-12:last-child {\n    margin-bottom: 0;\n  }\n  .edge2edge.wf-banner-wrapper {\n    padding-top: 4rem;\n    padding-bottom: 4rem;\n  }\n  .banner-streifen {\n    background-image: url('\/wp-content\/themes\/understrap-child\/img\/weisseStreifen.svg');  \n    position: absolute;\n    right: 0;\n    width: 70%;\n    height: 100px;\n    bottom: 0;\n    background-position: center;\n    background-size: cover;\n  }\n  @media (min-width: 992px) {\n    .banner-streifen {\n      height: 190px;\n      width: 50%;\n    }\n    .edge2edge.wf-banner-wrapper {\n      padding-bottom: 8rem;\n      padding-top: 8rem;\n    }\n  } *\/\n  \n\/* \n------ Buttons\n*\/\n\/* .wf-button {\n    background: none;\n    text-decoration: none;\n    border-radius: 0;\n    margin: auto;\n    border: 1px solid;\n    font-family: 'Grotesk-B', sans-serif;\n    padding: 10px 20px;\n    transition: .4s ease;  \n}\n.dark-bg .wf-button, .wf-button.btn-white {\n    background: none;\n    color: #EAEAEA;\n    border-color: #EAEAEA;\n}\n.dark-bg .wf-button:hover, .wf-button.btn-white:hover {\n    background: #eaeaea;      \n    color: #1F1F1F;\n}\n.dark-bg .wf-button:focus, .wf-button.btn-white:focus {\n    box-shadow: none;\n} *\/\n<\/style>\n --> <div class=\"row main-page-teaser wf-block motion_reveal\" id=\"wfPageLink-block_37189f850e7714d092ff3b8332ee7e9f\">                            \n                            \n                            <div class=\"col-12\">\n                                <div class=\"row mp-teaser-wrapper\"><div class=\"col-12 col-md-6 mp-teaser-item\">\n                                <div class=\"mp-teaser-img lazyload\" style=\"background-image:inherit;\" data-bg-image=\"url(https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta_Freitag_FrankLeloire-162-750x1000.jpg)\">\n                                    <div class=\"img-dark-overlay\">\n                                        <div class=\"mp-teaser-icon\"><i class=\"bi bi-box-arrow-up-right\"><\/i><\/div>\n                                        <div class=\"col-12\">\n                                            <h2>Lucerne Regatta<\/h2>\n                                            <p>All information about rowing on the Rotsee<\/p>\n                                        <\/div>\n                                        <a href=\"https:\/\/www.lucerneregatta.com\/en\/\" target=\"_blank\" aria-label=\"Teaser Card Link\" class=\"stretched-link\"><\/a>\n                                    <\/div>\n                                <\/div>\n                            <\/div><div class=\"col-12 col-md-6 mp-teaser-item\">\n                                <div class=\"mp-teaser-img lazyload\" style=\"background-image:inherit;\" data-bg-image=\"url(https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230708_Lucerne-Regatta_Samstag_FrankLeloire-17-750x1000.jpg)\">\n                                    <div class=\"img-dark-overlay\">\n                                        <div class=\"mp-teaser-icon\"><i class=\"bi bi-box-arrow-up-right\"><\/i><\/div>\n                                        <div class=\"col-12\">\n                                            <h2>Newsletter<\/h2>\n                                            <p>Stay up to date <\/p>\n                                        <\/div>\n                                        <a href=\"https:\/\/www.lucerneregatta.com\/en\/#x-section-news\" target=\"_blank\" aria-label=\"Teaser Card Link\" class=\"stretched-link\"><\/a>\n                                    <\/div>\n                                <\/div>\n                            <\/div><\/div><\/div><div id=\"spacer_wfPageLink-block_37189f850e7714d092ff3b8332ee7e9f\" class=\"row wf-spacer\"><div class=\"col-12 d-block d-lg-none spacer_mobile\" style=\"height: 64px;\"><\/div><div class=\"col-12 d-none d-lg-block spacer_desktop\" style=\"height: 128px;\"><\/div><\/div><\/div>\n<!-- \n<style>\n\t\/* \n    ------- Main Page Teaser\n    *\/\n    .main-page-teaser .mp-teaser-img {\n        background-size: cover;\n        background-position: center;\n        min-height: 400px;\t\t\t\t\t\n        height: 100%;\t\t\t\t\t                        \n    }    \n    .img-dark-overlay {        \n        width: 100%;\n        height: 100%;\n        background: #00000087;\n        position: relative;\n        display: flex;\n        padding: 64px 32px;\n    }\n    .img-dark-overlay:hover {\n        background: #ffffff7a;\n    }    \n    .main-page-teaser .mp-teaser-icon {\n        position: absolute;\n        right: 15px;\n        top: 13px;        \n        font-size: 1.5rem;\n        line-height: 1;\n    }\n    .main-page-teaser .mp-teaser-item {\n        margin-top: .75rem;                        \n    }\n    .mp-teaser-wrapper {\n        margin-top: -.75rem;                        \n    }\n    @media (min-width: 768px) {\n        .main-page-teaser .mp-teaser-item {\n            margin-top: 1.5rem;                        \n        }\n        .mp-teaser-wrapper {\n            margin-top: -1.5rem;                        \n        }\n    }\n    @media (min-width: 992px) {\n        .main-page-teaser .mp-teaser-img {\n            min-height: calc(50vh - 60px);\n        }        \n    }\n<\/style> -->\n\n<div class=\"wp-block-group wf-content-container\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading motion_reveal has-large-font-size\">HOST REGION LUCERNE<\/h2>\n\n\n\n<p class=\"motion_reveal has-medium-font-size\">Experience the unique blend of culture and sport in the breathtaking city of Lucerne, one of Switzerland&#8217;s most important tourist destinations. While the LUCERNE REGATTA, which has been held since 1903, already holds a special place in people&#8217;s hearts, we will use the 2027 World Championships to turn this rowing regatta into an exhilarating city festival!<\/p>\n\n\n\n<p class=\"motion_reveal has-medium-font-size\">The 2027 World Championships aim to bring rowing to the heart of the city, as spectators can follow competitions live on a big screen in the central WM-Village. In the evening, we will also hold the award ceremonies here, accompanied by concerts and other cultural events. Lucerne is the place where culture and sport come together.<\/p>\n\n\n\n<div id=\"wfAbstand-block_92ff4fbd1bcd56126fffe5b4e6d3e1df\" class=\"d-none d-xl-block abstand_desktop\" style=\"height: 128px;\"><\/div>\n<div id=\"wfAbstand-block_92ff4fbd1bcd56126fffe5b4e6d3e1df\" class=\"d-block d-xl-none abstand_mobile\" style=\"height: 64px;\"><\/div>\n\n<\/div><\/div>\n <div class=\"row main-page-teaser wf-block motion_reveal\" id=\"wfPageLink-block_dd5907454ce78adb44db816ed1628d33\">                            \n                            \n                            <div class=\"col-12\">\n                                <div class=\"row mp-teaser-wrapper\"><div class=\"col-12 col-md-6 mp-teaser-item\">\n                                <div class=\"mp-teaser-img lazyload\" style=\"background-image:inherit;\" data-bg-image=\"url(https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/Aaaaaaaaaaaa-750x1000.jpg)\">\n                                    <div class=\"img-dark-overlay\">\n                                        <div class=\"mp-teaser-icon\"><i class=\"bi bi-box-arrow-up-right\"><\/i><\/div>\n                                        <div class=\"col-12\">\n                                            <h2>Lucerne Tourism<\/h2>\n                                            \n                                        <\/div>\n                                        <a href=\"https:\/\/www.luzern.com\/en\/\" target=\"_blank\" aria-label=\"Teaser Card Link\" class=\"stretched-link\"><\/a>\n                                    <\/div>\n                                <\/div>\n                            <\/div><div class=\"col-12 col-md-6 mp-teaser-item\">\n                                <div class=\"mp-teaser-img lazyload\" style=\"background-image:inherit;\" data-bg-image=\"url(https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/aaadljfoelaskdfjoeasl-750x1000.jpg)\">\n                                    <div class=\"img-dark-overlay\">\n                                        <div class=\"mp-teaser-icon\"><i class=\"bi bi-box-arrow-up-right\"><\/i><\/div>\n                                        <div class=\"col-12\">\n                                            <h2>Public Transportation<\/h2>\n                                            \n                                        <\/div>\n                                        <a href=\"https:\/\/www.sbb.ch\/en\" target=\"_blank\" aria-label=\"Teaser Card Link\" class=\"stretched-link\"><\/a>\n                                    <\/div>\n                                <\/div>\n                            <\/div><\/div><\/div><div id=\"spacer_wfPageLink-block_dd5907454ce78adb44db816ed1628d33\" class=\"row wf-spacer\"><div class=\"col-12 d-block d-lg-none spacer_mobile\" style=\"height: 64px;\"><\/div><div class=\"col-12 d-none d-lg-block spacer_desktop\" style=\"height: 128px;\"><\/div><\/div><\/div>\n<!-- \n<style>\n\t\/* \n    ------- Main Page Teaser\n    *\/\n    .main-page-teaser .mp-teaser-img {\n        background-size: cover;\n        background-position: center;\n        min-height: 400px;\t\t\t\t\t\n        height: 100%;\t\t\t\t\t                        \n    }    \n    .img-dark-overlay {        \n        width: 100%;\n        height: 100%;\n        background: #00000087;\n        position: relative;\n        display: flex;\n        padding: 64px 32px;\n    }\n    .img-dark-overlay:hover {\n        background: #ffffff7a;\n    }    \n    .main-page-teaser .mp-teaser-icon {\n        position: absolute;\n        right: 15px;\n        top: 13px;        \n        font-size: 1.5rem;\n        line-height: 1;\n    }\n    .main-page-teaser .mp-teaser-item {\n        margin-top: .75rem;                        \n    }\n    .mp-teaser-wrapper {\n        margin-top: -.75rem;                        \n    }\n    @media (min-width: 768px) {\n        .main-page-teaser .mp-teaser-item {\n            margin-top: 1.5rem;                        \n        }\n        .mp-teaser-wrapper {\n            margin-top: -1.5rem;                        \n        }\n    }\n    @media (min-width: 992px) {\n        .main-page-teaser .mp-teaser-img {\n            min-height: calc(50vh - 60px);\n        }        \n    }\n<\/style> -->\n\n<div class=\"wp-block-group wf-content-container\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading motion_reveal has-large-font-size\">ACCOMMODATION<\/h2>\n\n\n\n<p class=\"motion_reveal has-medium-font-size\">We welcome you to Lucerne or at the international airport in Zurich, just one hour away. Many teams come to Lucerne year after year and stay in \u201ctheir\u201d hotel. Of course, we will consider these hotels in our accommodation concept. We are already in close contact with the hoteliers to ensure the most attractive conditions. <\/p>\n\n\n\n<p class=\"motion_reveal has-medium-font-size\">For example, Campus Sursee \u2013 the national performance center of Swiss Triathlon \u2013 offers first-class accommodations and training facilities for athletes with a total of 550 beds and is only 25 minutes from the Rotsee by shuttle service. And in the 2-star-plus range, we will have a large selection of beds under \u20ac100 per night \u2013 including transport and meals. <\/p>\n\n\n\n<p class=\"motion_reveal has-medium-font-size\">We will offer attractive options, but it is entirely up to the teams which offer they ultimately choose. <\/p>\n\n\n <div class=\"row main-page-teaser wf-block motion_reveal\" id=\"wfPageLink-block_d334cbc62df7e40e37884a7c4bbf9034\">                            \n                            \n                            <div class=\"col-12\">\n                                <div class=\"row mp-teaser-wrapper\"><div class=\"col-12 mp-teaser-item\">\n                                <div class=\"mp-teaser-img lazyload\" style=\"background-image:inherit;\" data-bg-image=\"url(https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/campus-750x683.jpeg)\">\n                                    <div class=\"img-dark-overlay\">\n                                        <div class=\"mp-teaser-icon\"><i class=\"bi bi-box-arrow-up-right\"><\/i><\/div>\n                                        <div class=\"col-12\">\n                                            <h2>Campus Sursee<\/h2>\n                                            \n                                        <\/div>\n                                        <a href=\"https:\/\/www.campus-sursee.ch\/hotel-restaurant\/hotel-zimmer\/\" target=\"_blank\" aria-label=\"Teaser Card Link\" class=\"stretched-link\"><\/a>\n                                    <\/div>\n                                <\/div>\n                            <\/div><\/div><\/div><div id=\"spacer_wfPageLink-block_d334cbc62df7e40e37884a7c4bbf9034\" class=\"row wf-spacer\"><div class=\"col-12 d-block d-lg-none spacer_mobile\" style=\"height: 64px;\"><\/div><div class=\"col-12 d-none d-lg-block spacer_desktop\" style=\"height: 128px;\"><\/div><\/div><\/div>\n<!-- \n<style>\n\t\/* \n    ------- Main Page Teaser\n    *\/\n    .main-page-teaser .mp-teaser-img {\n        background-size: cover;\n        background-position: center;\n        min-height: 400px;\t\t\t\t\t\n        height: 100%;\t\t\t\t\t                        \n    }    \n    .img-dark-overlay {        \n        width: 100%;\n        height: 100%;\n        background: #00000087;\n        position: relative;\n        display: flex;\n        padding: 64px 32px;\n    }\n    .img-dark-overlay:hover {\n        background: #ffffff7a;\n    }    \n    .main-page-teaser .mp-teaser-icon {\n        position: absolute;\n        right: 15px;\n        top: 13px;        \n        font-size: 1.5rem;\n        line-height: 1;\n    }\n    .main-page-teaser .mp-teaser-item {\n        margin-top: .75rem;                        \n    }\n    .mp-teaser-wrapper {\n        margin-top: -.75rem;                        \n    }\n    @media (min-width: 768px) {\n        .main-page-teaser .mp-teaser-item {\n            margin-top: 1.5rem;                        \n        }\n        .mp-teaser-wrapper {\n            margin-top: -1.5rem;                        \n        }\n    }\n    @media (min-width: 992px) {\n        .main-page-teaser .mp-teaser-img {\n            min-height: calc(50vh - 60px);\n        }        \n    }\n<\/style> -->\n\n\n<div id=\"wfbannerblock_cdcf1fccc3c040a415faf61bcf4f50a3\" class=\"wf-block edge2edge wf-banner-wrapper animated-banner wfbanner\">\n                      <div class=\"container\">\n                        <div class=\"row\"><div class=\"col-12 d-flex justify-content-center justify-content-md-start\"><h2 data-linecount=\"3\" class=\"Title d-none m-0\">\n                            Sport, nature <br>and sustainability <br>at the Rotsee \n                            <\/h2>\n                          <\/div>\n                          <\/div>\n                      <\/div><div class=\"animated-banner-image\">\n                                          <picture>\n                                            <source media=\"(min-width: 992px)\" data-srcset=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-048-1500x1000.jpg, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-048-1500x1000.jpg 2x\">\n                                            <source media=\"(min-width: 768px)\" data-srcset=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-048-1000x667.jpg, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-048-1500x1000.jpg 2x\">\n                                            <img decoding=\"async\" class=\"w-100 lazyload\" data-src=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-048-300x200.jpg\" data-srcset=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-048-1000x667.jpg 2x\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/200;\">\n                                          <\/picture>\n                                          <div class=\"animated-banner-image-overlay\"><\/div>\n                                        <\/div><div class=\"animated-banner-overlay-image-animation\"><\/div>\n                      <div class=\"animated-banner-overlay\"><\/div>\n                        \n                    <\/div><div id=\"spacer_wfbannerblock_cdcf1fccc3c040a415faf61bcf4f50a3\" class=\"row wf-spacer\"><div class=\"col-12 d-block d-lg-none spacer_mobile\" style=\"height: 64px;\"><\/div><div class=\"col-12 d-none d-lg-block spacer_desktop\" style=\"height: 128px;\"><\/div><\/div><script>\njQuery(document).ready(function() {\n  \/\/ Iterate through each Title element\n  jQuery(\".Title\").each(function() {\n    var $title = jQuery(this);\n\n    \/\/ Check if the script has already been executed for this element\n    if ($title.attr('data-processed') === 'true') {\n      return;\n    }\n\n    \/\/ Mark the script as executed for this element\n    $title.attr('data-processed', 'true');\n\n    \/\/ Hide the Title element initially\n    $title.addClass('d-none');\n\n    var listHTML = $title.html();\n\n    \/\/ Split the HTML content by <br> tags, preserving inline elements like <span>\n    var listItems = listHTML.split(\/<br\\s*\\\/?>\/);\n\n    \/\/ Log the listItems to debug\n    console.log(\"List items:\", listItems);\n\n    \/\/ Clear the existing HTML\n    $title.empty();\n\n    \/\/ Create the Title-mask and Title-line elements\n    listItems.forEach(function(item, index) {\n      var trimmedItem = item.trim();\n      if (trimmedItem) {\n        var mask = jQuery('<div class=\"Title-mask\"><\/div>');\n        var line = jQuery('<span class=\"Title-line\"><\/span>').html(trimmedItem); \/\/ Use .html() instead of .text()\n        mask.append(line);\n        $title.append(mask);\n      }\n    });\n\n    \/\/ Update CSS variables dynamically for each Title element\n    document.documentElement.style.setProperty('--lines', listItems.length);\n\n    \/\/ Apply animation delays dynamically for each Title element\n    $title.find(\".Title-mask\").each(function(index) {\n      var delay;\n      if (index === 0) {\n        delay = 100; \/\/ Set delay for the first Title-mask element to 100ms\n      } else {\n        delay = 100 + index * parseFloat(getComputedStyle(document.documentElement).getPropertyValue('--delay'));\n      }\n      jQuery(this).find(\".Title-line\").css('animation-delay', delay + 'ms');\n    });\n\n    \/\/ Show the Title element after processing\n    $title.removeClass('d-none');\n  });\n});\n\n\n\n\n\n\n\n\n\n\n<\/script>\n<style>\n :root {\n  --lines: 3; \/* Diese Variable wird dynamisch durch JavaScript gesetzt *\/\n  --duration: 500ms; \/* Dauer der Animation *\/\n  --delay: 300ms; \/* Verz\u00f6gerung zwischen den Zeilen *\/\n  --theme: #FE3652; \/* Themenfarbe *\/\n  --angle: -45deg; \/* Winkel des Hintergrunds *\/\n\n  --dark: #1C1B21;\n  --light: #fff;\n  --overlay-opacity: 0.5; \/* Deckkraft des Overlays *\/\n\n}\n\n.edge2edge.wf-banner-wrapper.animated-banner {\n  padding-top: 10rem;\n  padding-bottom: 10rem;\n}\n.animated-banner {\n  font-feature-settings: \"kern\" 1;\n  font-kerning: normal;\n  text-rendering: optimizeLegibility;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n  \/* background-color: var(--dark); *\/\n  color: var(--light);\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  overflow: hidden;\n  position: relative;\n}\n\n.animated-banner-overlay {\n  content: '';\n  display: block;\n  position: absolute;\n  background-color: var(--theme);\n  width: 200%;\n  height: 100%;\n  top: 0;\n  left: 50%;\n  z-index: 0;\n  transform: skewX(var(--angle)) translateX(-100%) scaleX(0);\n  will-change: transform;\n  animation: revealBG calc(var(--duration) + var(--delay)) cubic-bezier(0.19, 1, 0.22, 1) forwards;\n}\n.paused .animated-banner-overlay {\n  animation: revealBGReverse calc(var(--duration) + var(--delay)) cubic-bezier(0.19, 1, 0.22, 1) forwards;\n}\n.animated-banner-overlay-image-animation {\n  content: '';\n  display: block;\n  position: absolute;\n  background-color: #F3F1EE;\n  width: 400%;\n  height: 100%;\n  top: 0;\n  left: 50%;\n  z-index: 0;\n  transform: skewX(var(--angle)) translateX(-100%) scaleX(0);\n  will-change: transform;\n  animation: revealBGImage calc(600ms) cubic-bezier(0.19, 1, 0.22, 1) forwards;\n}\n.paused .animated-banner-overlay-image-animation {\n  animation: revealBGImageReverse calc(600ms) cubic-bezier(0.19, 1, 0.22, 1) forwards;\n}\n.animated-banner-image {\n  position: absolute;\n  top:0;\n  right: 0;\n  height: 100%;\n  width: 100%;\n  transform: translateX(100%);\n  animation: revealIMG calc(240ms) cubic-bezier(0.95, 0, 0.22, 1) forwards;\n  overflow: hidden;\n}\n.paused .animated-banner-image {\n  animation: revealIMGReverse calc(240ms) cubic-bezier(0.95, 0, 0.22, 1) forwards;\n}\n.animated-banner-image .animated-banner-image-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background-color: var(--dark);\n  opacity: var(--overlay-opacity);\n  z-index: 1;\n}\n.animated-banner-image img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n.animated-banner .container {\n  z-index: 1;\n}\n.animated-banner .row {\n  z-index: 2;\n}\n.animated-banner .row {\n  z-index: 3;\n}\n.Title {\n  font-size: 2rem;\n  opacity: 0;\n  transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);\n  will-change: opacity, transform;\n  animation: revealText var(--duration) cubic-bezier(0.7, 0, 0.3, 1) forwards 100ms;\n}\n.paused .Title {\n  animation: revealTextReverse var(--duration) cubic-bezier(0.7, 0, 0.3, 1) forwards 100ms;\n}\n.wf-banner-wrapper h2 {\n  hyphens: auto;\n}\n\n.Title-mask {\n  display: block;\n  position: relative;\n  text-align: start;\n  overflow: hidden;\n}\n\n.Title-line {\n  display: inline-block;\n  opacity: 0;\n  transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);\n  will-change: opacity, transform;\n  animation: revealText var(--duration) cubic-bezier(0.7, 0, 0.3, 1) forwards;\n}\n.paused .Title-line {\n  animation: revealTextReverse var(--duration) cubic-bezier(0.7, 0, 0.3, 1) forwards;\n}\n\n\n@media(min-width:768px) {\n  .edge2edge.wf-banner-wrapper.animated-banner {\n    padding-top: 4rem;\n    padding-bottom: 4rem;\n  }\n  .Title-mask {\n    text-align: start;\n  }\n  .Title {\n    font-size: 3rem;\n  }\n  .animated-banner-image {\n    width: 70%;\n  }\n}\n\/* Animationen *\/\n@keyframes revealBG {\n  from { transform: skewX(var(--angle)) translateX(-100%) scaleX(0); }\n  to { transform: skewX(var(--angle)) translateX(-100%) scaleX(1); }\n}\n@keyframes revealBGImage {\n  from { transform: skewX(-45deg) translateX(45%) scaleX(1); }\n  to { transform: skewX(-45deg) translateX(-100%) scaleX(1); }\n}\n@keyframes revealIMG {\n  from { transform: translateX(100%); }\n  to { transform: translateX(0); }\n}\n@keyframes revealText {\n  from { opacity: 0; transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0); }\n  to { opacity: 1; transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0); }\n}\n\/* Animationen umkehren *\/\n@keyframes revealBGReverse {\n  from { transform: skewX(var(--angle)) translateX(-100%) scaleX(1); }\n  to { transform: skewX(var(--angle)) translateX(-100%) scaleX(0); opacity: 0; }\n}\n@keyframes revealBGImageReverse {\n  from { transform: skewX(-45deg) translateX(-100%) scaleX(1); }\n  to { transform: skewX(-45deg) translateX(-85%) scaleX(1); }\n}\n@keyframes revealIMGReverse {\n  from { transform: translateX(0); }\n  to { transform: translateX(100%); opacity: 0; }\n}\n@keyframes revealTextReverse {\n  from { opacity: 1; transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0); }\n  to { opacity: 0; transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0); opacity: 0; }\n}\n<\/style>\n<!-- \n<style>\n  \/* \n  ------ wfBanner Block\n  *\/\n\/* .wfbanner .col-12 {\n    margin-bottom: 2rem;\n  }\n  .wfbanner .col-12:last-child {\n    margin-bottom: 0;\n  }\n  .edge2edge.wf-banner-wrapper {\n    padding-top: 4rem;\n    padding-bottom: 4rem;\n  }\n  .banner-streifen {\n    background-image: url('\/wp-content\/themes\/understrap-child\/img\/weisseStreifen.svg');  \n    position: absolute;\n    right: 0;\n    width: 70%;\n    height: 100px;\n    bottom: 0;\n    background-position: center;\n    background-size: cover;\n  }\n  @media (min-width: 992px) {\n    .banner-streifen {\n      height: 190px;\n      width: 50%;\n    }\n    .edge2edge.wf-banner-wrapper {\n      padding-bottom: 8rem;\n      padding-top: 8rem;\n    }\n  } *\/\n  \n\/* \n------ Buttons\n*\/\n\/* .wf-button {\n    background: none;\n    text-decoration: none;\n    border-radius: 0;\n    margin: auto;\n    border: 1px solid;\n    font-family: 'Grotesk-B', sans-serif;\n    padding: 10px 20px;\n    transition: .4s ease;  \n}\n.dark-bg .wf-button, .wf-button.btn-white {\n    background: none;\n    color: #EAEAEA;\n    border-color: #EAEAEA;\n}\n.dark-bg .wf-button:hover, .wf-button.btn-white:hover {\n    background: #eaeaea;      \n    color: #1F1F1F;\n}\n.dark-bg .wf-button:focus, .wf-button.btn-white:focus {\n    box-shadow: none;\n} *\/\n<\/style>\n -->\n\n\n<h2 class=\"wp-block-heading motion_reveal has-large-font-size\">NATURE AND SUSTAINABILITY ARE EMPHASIZED AT THE ROWING WORLD CHAMPIONSHIP 2027<\/h2>\n\n\n\n<p class=\"motion_reveal has-medium-font-size\">Rowing regattas on the Rotsee are a prime example of the coexistence of nature and sporting events. But sustainability means more to us. It also includes the development of rowing sports, the involvement of sports-enthusiastic youth, and social responsibility.<\/p>\n<\/div><\/div>\n\n<div id=\"wfAbstand-block_5e29f0e8380e66f53b864b57531ffe0a\" class=\"d-none d-xl-block abstand_desktop\" style=\"height: 64px;\"><\/div>\n<div id=\"wfAbstand-block_5e29f0e8380e66f53b864b57531ffe0a\" class=\"d-block d-xl-none abstand_mobile\" style=\"height: 32px;\"><\/div>\n\n  <div id=\"wfMediablock_f04c9b7e22ccb13c74ab5f166aa32358\" class=\"wf-content-container wfMedia motion_reveal wf-block\">\n                        <div class=\"row\">\n                            <div class=\"col-12\"><div class=\"row photoswipeid_wfGallerySlider-66606\" style=\"position:relative;\"><figure class=\"img-wrapper col-12 col-lg-6 big-row\">                                    \n                                        <a class=\"wf-gallery-link\" href=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230706_Lucerne-Regatta_Donnerstag_FrankLeloire-225-1500x1125.jpg\" aria-label=\"Gallery Image\" itemprop=\"contentUrl\" data-size=\"1000x750\" title=\"\"> \n                                            <picture>\n                                                <img decoding=\"async\" width=\"1000\" height=\"750\" data-src=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230706_Lucerne-Regatta_Donnerstag_FrankLeloire-225-1000x750.jpg\" class=\"d-block w-100 lazyload\" alt=\"\" data-srcset=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230706_Lucerne-Regatta_Donnerstag_FrankLeloire-225-1000x750.jpg 1000w, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230706_Lucerne-Regatta_Donnerstag_FrankLeloire-225-1500x1125.jpg 1500w, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230706_Lucerne-Regatta_Donnerstag_FrankLeloire-225-300x225.jpg 300w\" data-sizes=\"(max-width: 1000px) 100vw, 1000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/750;\" \/>\n                                            <\/picture>\n                                        <\/a>                                \n                                    <\/figure><figure class=\"img-wrapper col-6 small-row\">                                            \n                                        <a class=\"wf-gallery-link\" href=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230709_Lucerne-Regatta_Sonntag_FrankLeloire-96-1500x1125.jpg\" aria-label=\"Gallery Image\" itemprop=\"contentUrl\" data-size=\"1000x750\" title=\"\"> \n                                            <picture>\n                                                <img decoding=\"async\" width=\"1000\" height=\"750\" data-src=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230709_Lucerne-Regatta_Sonntag_FrankLeloire-96-1000x750.jpg\" class=\"d-block w-100 lazyload\" alt=\"\" data-srcset=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230709_Lucerne-Regatta_Sonntag_FrankLeloire-96-1000x750.jpg 1000w, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230709_Lucerne-Regatta_Sonntag_FrankLeloire-96-1500x1125.jpg 1500w, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230709_Lucerne-Regatta_Sonntag_FrankLeloire-96-300x225.jpg 300w\" data-sizes=\"(max-width: 1000px) 100vw, 1000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/750;\" \/>\n                                            <\/picture>\n                                        <\/a>                                    \n                                    <\/figure><figure class=\"img-wrapper col-6 small-row\" style=\"position:absolute; bottom:0; right:0;\">                                            \n                                        <a class=\"wf-gallery-link\" href=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/Artboard-3.jpg\" aria-label=\"Gallery Image\" itemprop=\"contentUrl\" data-size=\"1000x750\" title=\"\"> \n                                            <div class=\"row justify-content-center g-0 wf-overlay\">\n                                                <div class=\"col-auto align-self-center\">\n                                                    <div class=\"wf-plus\">\n                                                        <span><\/span>\n                                                        <span><\/span>\n                                                    <\/div>\n                                                <\/div>\n                                            <\/div>\n                                            <picture>\n                                                <img decoding=\"async\" width=\"1000\" height=\"750\" data-src=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/Artboard-3-1000x750.jpg\" class=\"d-block w-100 lazyload\" alt=\"\" data-srcset=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/Artboard-3-1000x750.jpg 1000w, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/Artboard-3-300x225.jpg 300w\" data-sizes=\"(max-width: 1000px) 100vw, 1000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/750;\" \/>\n                                            <\/picture>\n                                        <\/a>                                    \n                                    <\/figure><figure class=\"d-none img-wrapper col-6 small-row\" style=\"position:absolute; bottom:0; right:0;\">\n                                        <a class=\"wf-gallery-link\" href=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-061-1500x1067.jpg\" aria-label=\"Gallery Image\" itemprop=\"contentUrl\" data-size=\"1000x750\" title=\"\"> \n                                            <picture>\n                                                <img decoding=\"async\" width=\"1000\" height=\"750\" data-src=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-061-1000x750.jpg\" class=\"d-block w-100 lazyload\" alt=\"\" data-srcset=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-061-1000x750.jpg 1000w, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-061-300x225.jpg 300w\" data-sizes=\"(max-width: 1000px) 100vw, 1000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/750;\" \/>\n                                            <\/picture>\n                                        <\/a>\n                                    <\/figure><figure class=\"d-none img-wrapper col-6 small-row\" style=\"position:absolute; bottom:0; right:0;\">\n                                        <a class=\"wf-gallery-link\" href=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta_Freitag_FrankLeloire-150-1500x1125.jpg\" aria-label=\"Gallery Image\" itemprop=\"contentUrl\" data-size=\"1000x750\" title=\"\"> \n                                            <picture>\n                                                <img decoding=\"async\" width=\"1000\" height=\"750\" data-src=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta_Freitag_FrankLeloire-150-1000x750.jpg\" class=\"d-block w-100 lazyload\" alt=\"\" data-srcset=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta_Freitag_FrankLeloire-150-1000x750.jpg 1000w, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta_Freitag_FrankLeloire-150-1500x1125.jpg 1500w, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta_Freitag_FrankLeloire-150-300x225.jpg 300w\" data-sizes=\"(max-width: 1000px) 100vw, 1000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/750;\" \/>\n                                            <\/picture>\n                                        <\/a>\n                                    <\/figure><figure class=\"d-none img-wrapper col-6 small-row\" style=\"position:absolute; bottom:0; right:0;\">\n                                        <a class=\"wf-gallery-link\" href=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/Lucerne-Regatta-98797-Lackner-1-1500x1125.jpg\" aria-label=\"Gallery Image\" itemprop=\"contentUrl\" data-size=\"1000x750\" title=\"at Lucerne Regatta in Luzern, Rotsee, on Thursday, 6. July 2023\"> \n                                            <picture>\n                                                <img decoding=\"async\" width=\"1000\" height=\"750\" data-src=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/Lucerne-Regatta-98797-Lackner-1-1000x750.jpg\" class=\"d-block w-100 lazyload\" alt=\"\" data-srcset=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/Lucerne-Regatta-98797-Lackner-1-1000x750.jpg 1000w, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/Lucerne-Regatta-98797-Lackner-1-1500x1125.jpg 1500w, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/Lucerne-Regatta-98797-Lackner-1-300x225.jpg 300w\" data-sizes=\"(max-width: 1000px) 100vw, 1000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/750;\" \/>\n                                            <\/picture>\n                                        <\/a>\n                                    <\/figure><figure class=\"d-none img-wrapper col-6 small-row\" style=\"position:absolute; bottom:0; right:0;\">\n                                        <a class=\"wf-gallery-link\" href=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230705_Lucerne-Regatta_Mittwoch_FrankLeloire-81-1500x1125.jpg\" aria-label=\"Gallery Image\" itemprop=\"contentUrl\" data-size=\"1000x750\" title=\"\"> \n                                            <picture>\n                                                <img decoding=\"async\" width=\"1000\" height=\"750\" data-src=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230705_Lucerne-Regatta_Mittwoch_FrankLeloire-81-1000x750.jpg\" class=\"d-block w-100 lazyload\" alt=\"\" data-srcset=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230705_Lucerne-Regatta_Mittwoch_FrankLeloire-81-1000x750.jpg 1000w, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230705_Lucerne-Regatta_Mittwoch_FrankLeloire-81-1500x1125.jpg 1500w, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230705_Lucerne-Regatta_Mittwoch_FrankLeloire-81-300x225.jpg 300w\" data-sizes=\"(max-width: 1000px) 100vw, 1000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/750;\" \/>\n                                            <\/picture>\n                                        <\/a>\n                                    <\/figure><figure class=\"d-none img-wrapper col-6 small-row\" style=\"position:absolute; bottom:0; right:0;\">\n                                        <a class=\"wf-gallery-link\" href=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_063513-1500x1125.jpg\" aria-label=\"Gallery Image\" itemprop=\"contentUrl\" data-size=\"1000x750\" title=\"\"> \n                                            <picture>\n                                                <img decoding=\"async\" width=\"1000\" height=\"750\" data-src=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_063513-1000x750.jpg\" class=\"d-block w-100 lazyload\" alt=\"\" data-srcset=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_063513-1000x750.jpg 1000w, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_063513-1500x1125.jpg 1500w, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_063513-300x225.jpg 300w\" data-sizes=\"(max-width: 1000px) 100vw, 1000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/750;\" \/>\n                                            <\/picture>\n                                        <\/a>\n                                    <\/figure><figure class=\"d-none img-wrapper col-6 small-row\" style=\"position:absolute; bottom:0; right:0;\">\n                                        <a class=\"wf-gallery-link\" href=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-048-1500x1067.jpg\" aria-label=\"Gallery Image\" itemprop=\"contentUrl\" data-size=\"1000x750\" title=\"\"> \n                                            <picture>\n                                                <img decoding=\"async\" width=\"1000\" height=\"750\" data-src=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-048-1000x750.jpg\" class=\"d-block w-100 lazyload\" alt=\"\" data-srcset=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-048-1000x750.jpg 1000w, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta-WRC-III-jeanmiphotographies.ch-048-300x225.jpg 300w\" data-sizes=\"(max-width: 1000px) 100vw, 1000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/750;\" \/>\n                                            <\/picture>\n                                        <\/a>\n                                    <\/figure><figure class=\"d-none img-wrapper col-6 small-row\" style=\"position:absolute; bottom:0; right:0;\">\n                                        <a class=\"wf-gallery-link\" href=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta_Freitag_FrankLeloire-16-1500x1125.jpg\" aria-label=\"Gallery Image\" itemprop=\"contentUrl\" data-size=\"1000x750\" title=\"\"> \n                                            <picture>\n                                                <img decoding=\"async\" width=\"1000\" height=\"750\" data-src=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta_Freitag_FrankLeloire-16-1000x750.jpg\" class=\"d-block w-100 lazyload\" alt=\"\" data-srcset=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta_Freitag_FrankLeloire-16-1000x750.jpg 1000w, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta_Freitag_FrankLeloire-16-1500x1125.jpg 1500w, https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/20230707_Lucerne-Regatta_Freitag_FrankLeloire-16-300x225.jpg 300w\" data-sizes=\"(max-width: 1000px) 100vw, 1000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/750;\" \/>\n                                            <\/picture>\n                                        <\/a>\n                                    <\/figure><\/div><\/div><\/div>\n                        <div id=\"spacer_wfMediablock_f04c9b7e22ccb13c74ab5f166aa32358\" class=\"row wf-spacer\"><div class=\"col-12 d-block d-lg-none spacer_mobile\" style=\"height: 48px;\"><\/div><div class=\"col-12 d-none d-lg-block spacer_desktop\" style=\"height: 80px;\"><\/div><\/div>\n                    <\/div>\n\n\n\n<!-- <style>\n    .carousel-item {\n        max-height: 60vh;\n    }\n    .wf-ps-caption {\n        color: white;\n        position: fixed;\n        width: 100%;\n        text-align: center;\n        bottom: 15px;\n    }\n    .wfMedia .img-wrapper img {\n        object-fit: cover;\n        transition: 0.4s ease;\n    }\n    .wfMedia .img-wrapper picture {\n        overflow: hidden;\n        display: block;\n    }\n    .wfMedia .img-wrapper:hover img {\n        transform: scale(1.025);\n    }\n    .img-wrapper .small-row:last-child {\n        margin-top: 22.5px;\n        position: relative;\n    }\n    .wfMedia .wf-overlay {\n        position: absolute;\n        height: 100%;\n        width: 100%;\n        background: #ebebeb;\n        opacity: 0.7;\n        z-index: 1;\n    }\n    .wfMedia .wf-overlay:hover .wf-plus {\n        transform: scale(1.05);\n    }\n    .wf-plus {\n        position: relative;\n        width: 50px;\n        height: 50px;\n        transition: 0.4s ease;\n    }\n    .wf-plus span {\n        position: absolute;\n        background: #2b2b2b;\n        margin-top: -1.5px;\n    }\n    .wf-plus span:first-child {\n        width: 100%;\n        height: 2px;\n        top: calc(50% - 1px);\n    }\n    .wf-plus span:last-child {\n        height: 100%;\n        width: 2px;\n        left: calc(50% - 1px);\n    }\n    .wfMedia figure:not(.carousel-item):nth-child(2), .wfMedia figure:not(.carousel-item):nth-child(3) {\n        margin: 0;\n    }\n    .wfMedia .wf-button {\n        margin-bottom: 2rem;\n    }\n    .wf-gallery-link:has(> .wf-overlay) {\n        position: relative;\n        display: block;\n    }\n\n    @media (min-width: 992px) {\n        .small-row img {\n            height: 160px;\n        }\n        .big-row img {\n            height: calc(320px + 22.5px);\n        }\n        .wfMedia figure:not(.carousel-item) {\n            margin: 0;\n        }\n        .wfMedia .wf-button {\n            margin-bottom: 0rem;\n        }\n        .wfMedia .wf-overlay:hover .wf-plus {\n            transform: scale(1.1);\n        }\n    }\n\n    @media (min-width: 1400px) {\n        .small-row img {\n            height: 200px;\n        }\n        .big-row img {\n            height: calc(400px + 22.5px);\n        }\n    } \n    \n    \n<\/style> -->\n\n<script>\n    var initPhotoSwipeFromDOM2 = function(gallerySelector) {\n        var parseThumbnailElements = function(el) {\n            var thumbElements = el.childNodes,\n                numNodes = thumbElements.length,\n                items = [],\n                figureEl,\n                linkEl,\n                wsize,\n                hsize,\n                item,\n                imgEl;\n                for(var i = 0; i < numNodes; i++) {\n                    figureEl = thumbElements[i]; \/\/ <figure> element\n                    \/\/ include only element nodes \n                    if(figureEl.nodeType !== 1) {\n                        continue;\n                    }\n                    linkEl = figureEl.children[0]; \/\/ <a> element\n                    var data_size = linkEl.getAttribute(\"data-size\");\n                    var data_size_array = data_size.split(\"x\",2);\n                    imgEl = linkEl.children[0];\n                    wsize = data_size_array[0];\n                    hsize = data_size_array[1];\n                    item = {\n                        src: linkEl.getAttribute(\"href\"),\n                        w: parseInt(wsize),\n                        h: parseInt(hsize),\n                        title: linkEl.getAttribute(\"title\")\n                    \n                    };\n                    if(figureEl.children.length > 1) {\n                        \/\/ <figcaption> content\n                        item.title = figureEl.children[1].innerHTML; \n                    }\n                    if(linkEl.children.length > 0) {\n                        \/\/ <img> thumbnail element, retrieving thumbnail url\n                        item.msrc = linkEl.children[0].getAttribute(\"src\");\n                    } \n                    item.el = figureEl; \n                    items.push(item);\n                }\n            return items;\n        };\n        var closest = function closest(el, fn) {\n            return el && ( fn(el) ? el : closest(el.parentNode, fn) );\n        };\n        var onThumbnailsClick = function(e) {\n            e = e || window.event;\n            e.preventDefault ? e.preventDefault() : e.returnValue = false;\n            var eTarget = e.target || e.srcElement;\n            \/\/ find root element of slide\n            var clickedListItem = closest(eTarget, function(el) {\n                return (el.tagName && el.tagName.toUpperCase() === \"FIGURE\");\n            });\n            if(!clickedListItem) {\n                return;\n            }\n            var clickedGallery = clickedListItem.parentNode,\n                childNodes = clickedListItem.parentNode.childNodes,\n                numChildNodes = childNodes.length,\n                nodeIndex = 0,\n                index;\n            for (var i = 0; i < numChildNodes; i++) {\n                if(childNodes[i].nodeType !== 1) { \n                    continue; \n                }\n                if(childNodes[i] === clickedListItem) {\n                    index = nodeIndex;\n                    break;\n                }\n                nodeIndex++;\n            } \n            if(index >= 0) {\n                \/\/ open PhotoSwipe if valid index found\n                openPhotoSwipe( index, clickedGallery );\n            }\n            return false;\n        };\n        var photoswipeParseHash = function() {\n            var hash = window.location.hash.substring(1),\n            params = {};\n            if(hash.length < 5) {\n                return params;\n            }\n            var vars = hash.split(\"&#038;\");\n            for (var i = 0; i < vars.length; i++) {\n                if(!vars[i]) {\n                    continue;\n                }\n                var pair = vars[i].split(\"=\");  \n                if(pair.length < 2) {\n                    continue;\n                }           \n                params[pair[0]] = pair[1];\n            }\n            if(params.gid) {\n                params.gid = parseInt(params.gid, 10);\n            }\n            return params;\n        };\n        var openPhotoSwipe = function(index, galleryElement, disableAnimation, fromURL) {\n            var pswpElement = document.querySelectorAll(\".pswp\")[0],\n                gallery,\n                options,\n                items;\n            items = parseThumbnailElements(galleryElement);\n            options = {\n                bgOpacity: 0.75,\n                galleryUID: galleryElement.getAttribute(\"data-pswp-uid\"),     \n                history: false, \n                \/\/ getThumbBoundsFn: function(index) {     \n                \/\/     var thumbnail = items[index].el.getElementsByTagName(\"img\")[0], \/\/ find thumbnail\n                \/\/         pageYScroll = window.pageYOffset || document.documentElement.scrollTop,\n                \/\/         rect = thumbnail.getBoundingClientRect(); \n                \/\/     return {x:rect.left, y:rect.top + pageYScroll, w:rect.width};\n                \/\/ }\n            };\n            if(fromURL) {\n                if(options.galleryPIDs) {  \n                    for(var j = 0; j < items.length; j++) {\n                        if(items[j].pid == index) {\n                            options.index = j;\n                            break;\n                        }\n                    }\n                } else {  \n                    options.index = parseInt(index, 10) - 1;\n                }\n            } else {\n                options.index = parseInt(index, 10);\n            }\n            if( isNaN(options.index) ) {\n                return;\n            }\n            if(disableAnimation) {\n                options.showAnimationDuration = 0;\n            } \n            gallery = new PhotoSwipe( pswpElement, PhotoSwipeUI_Default, items, options);\n            gallery.init();\n        };\n        var galleryElements = document.querySelectorAll( gallerySelector );\n        for(var i = 0, l = galleryElements.length; i < l; i++) {\n            galleryElements[i].setAttribute(\"data-pswp-uid\", i+1);\n            galleryElements[i].onclick = onThumbnailsClick;\n        }\n        var hashData = photoswipeParseHash();\n        if(hashData.pid) {\n            openPhotoSwipe( hashData.pid ,  galleryElements[ hashData.gid - 1 ], true, true );\n        }\n    };\n    initPhotoSwipeFromDOM2(\".photoswipeid_wfGallerySlider-66606\");\n<\/script>\n\n<div class=\"wp-block-group wf-content-container\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"motion_reveal has-medium-font-size\">The annual regatta in Lucerne allows us to continue and utilize such projects afterward. These include a Talent Cup for the U17 generation as well as the integration of a \"Row &amp; Run\" discipline into one of the region's most significant running events, the relocation of medal ceremonies to the city center, and the connection with cultural events on the four final days - a sustainable integration into society.<\/p>\n\n\n\n<p class=\"motion_reveal has-medium-font-size\">Support us in spreading the values of rowing to a broad audience and be inspired by our vision of a sustainable future in rowing competitions!<\/p>\n\n\n\n<div id=\"wfAbstand-block_5e29f0e8380e66f53b864b57531ffe0a\" class=\"d-none d-xl-block abstand_desktop\" style=\"height: 64px;\"><\/div>\n<div id=\"wfAbstand-block_5e29f0e8380e66f53b864b57531ffe0a\" class=\"d-block d-xl-none abstand_mobile\" style=\"height: 32px;\"><\/div>\n\n\n\n <div class=\"row main-page-teaser wf-block motion_reveal\" id=\"wfPageLink-block_7c63dffd62914907f647fe8e0991644f\">                            \n                            \n                            <div class=\"col-12\">\n                                <div class=\"row mp-teaser-wrapper\"><div class=\"col-12 mp-teaser-item\">\n                                <div class=\"mp-teaser-img lazyload\" style=\"background-image:inherit;\" data-bg-image=\"url(https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/Artboard-6-750x1000.jpg)\">\n                                    <div class=\"img-dark-overlay\">\n                                        <div class=\"mp-teaser-icon\"><i class=\"bi bi-box-arrow-up-right\"><\/i><\/div>\n                                        <div class=\"col-12\">\n                                            <h2>World Rowing<\/h2>\n                                            <p>The official website of World Rowing, the international rowing federation, including all further information and results.<\/p>\n                                        <\/div>\n                                        <a href=\"https:\/\/worldrowing.com\/\" target=\"_blank\" aria-label=\"Teaser Card Link\" class=\"stretched-link\"><\/a>\n                                    <\/div>\n                                <\/div>\n                            <\/div><\/div><\/div><div id=\"spacer_wfPageLink-block_7c63dffd62914907f647fe8e0991644f\" class=\"row wf-spacer\"><div class=\"col-12 d-block d-lg-none spacer_mobile\" style=\"height: 64px;\"><\/div><div class=\"col-12 d-none d-lg-block spacer_desktop\" style=\"height: 128px;\"><\/div><\/div><\/div>\n<!-- \n<style>\n\t\/* \n    ------- Main Page Teaser\n    *\/\n    .main-page-teaser .mp-teaser-img {\n        background-size: cover;\n        background-position: center;\n        min-height: 400px;\t\t\t\t\t\n        height: 100%;\t\t\t\t\t                        \n    }    \n    .img-dark-overlay {        \n        width: 100%;\n        height: 100%;\n        background: #00000087;\n        position: relative;\n        display: flex;\n        padding: 64px 32px;\n    }\n    .img-dark-overlay:hover {\n        background: #ffffff7a;\n    }    \n    .main-page-teaser .mp-teaser-icon {\n        position: absolute;\n        right: 15px;\n        top: 13px;        \n        font-size: 1.5rem;\n        line-height: 1;\n    }\n    .main-page-teaser .mp-teaser-item {\n        margin-top: .75rem;                        \n    }\n    .mp-teaser-wrapper {\n        margin-top: -.75rem;                        \n    }\n    @media (min-width: 768px) {\n        .main-page-teaser .mp-teaser-item {\n            margin-top: 1.5rem;                        \n        }\n        .mp-teaser-wrapper {\n            margin-top: -1.5rem;                        \n        }\n    }\n    @media (min-width: 992px) {\n        .main-page-teaser .mp-teaser-img {\n            min-height: calc(50vh - 60px);\n        }        \n    }\n<\/style> -->\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":1086,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-1094","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.1.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Rowing World Championships 2027 | LUCERNE27<\/title>\n<meta name=\"description\" content=\"Rowing World Championships 2027 in Lucerne \u2013 more than just sports competitions on the Rotsee, a rowing festival with people from all over the world.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/lucerne2027.com\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rowing World Championships 2027 | LUCERNE27\" \/>\n<meta property=\"og:description\" content=\"Rowing World Championships 2027 in Lucerne \u2013 more than just sports competitions on the Rotsee, a rowing festival with people from all over the world.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lucerne2027.com\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"Lucerne Regatta\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/lucerneregatta\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-10T12:42:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/Artboard-10.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\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=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lucerne2027.com\/en\/\",\"url\":\"https:\/\/lucerne2027.com\/en\/\",\"name\":\"Rowing World Championships 2027 | LUCERNE27\",\"isPartOf\":{\"@id\":\"https:\/\/lucerne2027.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/lucerne2027.com\/en\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/lucerne2027.com\/en\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/Artboard-10.jpg\",\"datePublished\":\"2024-04-26T07:32:42+00:00\",\"dateModified\":\"2025-01-10T12:42:39+00:00\",\"description\":\"Rowing World Championships 2027 in Lucerne \u2013 more than just sports competitions on the Rotsee, a rowing festival with people from all over the world.\",\"breadcrumb\":{\"@id\":\"https:\/\/lucerne2027.com\/en\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lucerne2027.com\/en\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lucerne2027.com\/en\/#primaryimage\",\"url\":\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/Artboard-10.jpg\",\"contentUrl\":\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/Artboard-10.jpg\",\"width\":1080,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lucerne2027.com\/en\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/lucerne2027.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"LUCERNE27\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lucerne2027.com\/en\/#website\",\"url\":\"https:\/\/lucerne2027.com\/en\/\",\"name\":\"Lucerne Regatta\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/lucerne2027.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lucerne2027.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/lucerne2027.com\/en\/#organization\",\"name\":\"Lucerne Regatta\",\"url\":\"https:\/\/lucerne2027.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lucerne2027.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/04\/LR_Logo_CMYK.svg\",\"contentUrl\":\"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/04\/LR_Logo_CMYK.svg\",\"caption\":\"Lucerne Regatta\"},\"image\":{\"@id\":\"https:\/\/lucerne2027.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/lucerneregatta\",\"https:\/\/www.instagram.com\/lucerne_regatta\",\"https:\/\/www.linkedin.com\/company\/lucerne-regatta\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Rowing World Championships 2027 | LUCERNE27","description":"Rowing World Championships 2027 in Lucerne \u2013 more than just sports competitions on the Rotsee, a rowing festival with people from all over the world.","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:\/\/lucerne2027.com\/en\/","og_locale":"en_US","og_type":"article","og_title":"Rowing World Championships 2027 | LUCERNE27","og_description":"Rowing World Championships 2027 in Lucerne \u2013 more than just sports competitions on the Rotsee, a rowing festival with people from all over the world.","og_url":"https:\/\/lucerne2027.com\/en\/","og_site_name":"Lucerne Regatta","article_publisher":"https:\/\/www.facebook.com\/lucerneregatta","article_modified_time":"2025-01-10T12:42:39+00:00","og_image":[{"width":1080,"height":1080,"url":"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/Artboard-10.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lucerne2027.com\/en\/","url":"https:\/\/lucerne2027.com\/en\/","name":"Rowing World Championships 2027 | LUCERNE27","isPartOf":{"@id":"https:\/\/lucerne2027.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lucerne2027.com\/en\/#primaryimage"},"image":{"@id":"https:\/\/lucerne2027.com\/en\/#primaryimage"},"thumbnailUrl":"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/Artboard-10.jpg","datePublished":"2024-04-26T07:32:42+00:00","dateModified":"2025-01-10T12:42:39+00:00","description":"Rowing World Championships 2027 in Lucerne \u2013 more than just sports competitions on the Rotsee, a rowing festival with people from all over the world.","breadcrumb":{"@id":"https:\/\/lucerne2027.com\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lucerne2027.com\/en\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lucerne2027.com\/en\/#primaryimage","url":"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/Artboard-10.jpg","contentUrl":"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/05\/Artboard-10.jpg","width":1080,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/lucerne2027.com\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lucerne2027.com\/en\/"},{"@type":"ListItem","position":2,"name":"LUCERNE27"}]},{"@type":"WebSite","@id":"https:\/\/lucerne2027.com\/en\/#website","url":"https:\/\/lucerne2027.com\/en\/","name":"Lucerne Regatta","description":"","publisher":{"@id":"https:\/\/lucerne2027.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lucerne2027.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/lucerne2027.com\/en\/#organization","name":"Lucerne Regatta","url":"https:\/\/lucerne2027.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lucerne2027.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/04\/LR_Logo_CMYK.svg","contentUrl":"https:\/\/lucerne2027.com\/wp-content\/uploads\/2024\/04\/LR_Logo_CMYK.svg","caption":"Lucerne Regatta"},"image":{"@id":"https:\/\/lucerne2027.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/lucerneregatta","https:\/\/www.instagram.com\/lucerne_regatta","https:\/\/www.linkedin.com\/company\/lucerne-regatta\/"]}]}},"_links":{"self":[{"href":"https:\/\/lucerne2027.com\/en\/wp-json\/wp\/v2\/pages\/1094","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lucerne2027.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lucerne2027.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lucerne2027.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lucerne2027.com\/en\/wp-json\/wp\/v2\/comments?post=1094"}],"version-history":[{"count":31,"href":"https:\/\/lucerne2027.com\/en\/wp-json\/wp\/v2\/pages\/1094\/revisions"}],"predecessor-version":[{"id":1168,"href":"https:\/\/lucerne2027.com\/en\/wp-json\/wp\/v2\/pages\/1094\/revisions\/1168"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lucerne2027.com\/en\/wp-json\/wp\/v2\/media\/1086"}],"wp:attachment":[{"href":"https:\/\/lucerne2027.com\/en\/wp-json\/wp\/v2\/media?parent=1094"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}