{"id":9387,"date":"2025-08-27T16:49:25","date_gmt":"2025-08-27T14:49:25","guid":{"rendered":"https:\/\/aquamot.vazaweb.com\/home\/"},"modified":"2026-01-15T21:47:21","modified_gmt":"2026-01-15T20:47:21","slug":"home","status":"publish","type":"page","link":"https:\/\/aquamot.vazaweb.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9387\" class=\"elementor elementor-9387 elementor-16\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af8179d e-grid e-con-full e-con e-parent\" data-id=\"af8179d\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1e2655d e-flex e-con-boxed e-con e-child\" data-id=\"1e2655d\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c13af53 elementor-widget elementor-widget-html\" data-id=\"c13af53\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Hero Section -->\n<div id=\"hero\" class=\"hero\" role=\"region\" aria-label=\"Hero\">\n  <div class=\"hero-bg\" aria-hidden=\"true\"><\/div>\n\n  <!-- Framed Heading (centered) -->\n  <div class=\"hero-frame\" aria-label=\"Intro headline\">\n    <h1 class=\"hero-heading\">\n      <span class=\"emph\">Aquamot.<\/span><br>      <span class=\"sub\">Made for electrifying Moments.<\/span>\n    <\/h1>\n\n    <!-- Overlapping ta g -->\n    <div class=\"hero-tag\">The leading manufacturer of electric boat motors<\/div>\n  <\/div>\n\n  <!-- Pager -->\n  <nav class=\"hero-pager\" aria-label=\"Background selector\">\n    <button class=\"is-active\" data-img=\"\/wp-content\/uploads\/2025\/08\/Gruppe-140.png\">01<\/button>\n<button data-img=\"\/wp-content\/uploads\/2025\/08\/Gruppe-140.png\">02<\/button>\n<button data-img=\"\/wp-content\/uploads\/2025\/08\/Gruppe-140.png\">03<\/button>\n<button data-img=\"\/wp-content\/uploads\/2025\/08\/Gruppe-140.png\">04<\/button>\n<button data-img=\"\/wp-content\/uploads\/2025\/08\/Gruppe-140.png\">05<\/button>\n  <\/nav>\n<\/div>\n\n<script>\n(function () {\n  const hero = document.getElementById('hero');\n  if (!hero) return;\n\n  \/\/ Use your existing .hero-bg as layer A, clone a layer B on top\n  const bgA = hero.querySelector('.hero-bg');\n  const bgB = bgA.cloneNode(false);\n  hero.insertBefore(bgB, bgA.nextSibling);\n\n  let active = bgA;\n  let hidden = bgB;\n  let swapId = 0; \/\/ cancels older swaps if user clicks quickly\n\n  const buttons = Array.from(hero.querySelectorAll('.hero-pager button'));\n  buttons.forEach(b => { const i = new Image(); i.src = b.dataset.img; });\n\n  function crossfade(url) {\n    const id = ++swapId;\n    const img = new Image();\n    img.src = url;\n    img.onload = () => {\n      if (id !== swapId) return; \/\/ user clicked again; abort this swap\n      \/\/ prepare hidden layer\n      hidden.style.backgroundImage = `url('${url}')`;\n      hidden.classList.add('is-visible');        \/\/ fade in next\n      active.classList.remove('is-visible');     \/\/ fade out current\n      \/\/ swap refs\n      [active, hidden] = [hidden, active];\n      \/\/ restart the subtle zoom animation each time\n      void active.offsetWidth; \/\/ reflow to reset animation\n    };\n  }\n\n  \/\/ Init with first button image\n  const firstURL = buttons[0].dataset.img;\n  bgA.style.backgroundImage = `url('${firstURL}')`;\n  bgA.classList.add('is-visible');\n  bgB.classList.remove('is-visible');\n\n  \/\/ Click handler + basic a11y state\n  buttons.forEach(btn => {\n    btn.addEventListener('click', () => {\n      buttons.forEach(b => {\n        b.classList.remove('is-active');\n        b.setAttribute('aria-selected', 'false');\n        b.tabIndex = -1;\n      });\n      btn.classList.add('is-active');\n      btn.setAttribute('aria-selected', 'true');\n      btn.tabIndex = 0;\n      crossfade(btn.dataset.img);\n    });\n    btn.setAttribute('role', 'tab');\n  });\n})();\n<\/script>\n\n\n<style>\n\n\n\/* HERO base *\/\n.hero{\n  position:relative; min-height:90vh; overflow:hidden;\n  display:grid; place-items:center; \/* centers the frame *\/\n  text-align:center;\n}\n\n\n\/* Background layer *\/\n.hero .hero-bg{\n  position:absolute; inset:0; z-index:0;\n  background-size:cover; background-position:center;\n  opacity:0;\n  transition: opacity var(--fade-ms, 700ms) ease;\n  will-change: opacity, transform;\n  pointer-events:none;\n  transform: scale(1.04);\n}\n\n.hero .hero-bg.is-visible{\n  opacity:1;\n  animation: hero-zoom var(--zoom-ms, 14s) ease-out forwards;\n}\n\n@keyframes hero-zoom {\n  from { transform: scale(1.06); }\n  to   { transform: scale(1.00); }\n}\n\n\/* Respect reduced motion *\/\n@media (prefers-reduced-motion: reduce){\n  .hero .hero-bg{ transition:none; animation:none; transform:none; }\n}\n\n\/* Remove the old fading rule (it causes the flicker) *\/\n.hero .hero-bg.is-fading{ opacity:1 !important; } \/* neutralized *\/\n\n\/* Framed heading block *\/\n.hero-frame{\n  position:relative; z-index:2;\n  display:inline-block;\n  padding:2.4vw 5vw;\n  border:2px solid rgba(255,255,255,.85);\n  border-radius:0px;\n   max-width:min(9000px, 90vw);\n}\n\n\/* H1 styles *\/\n.hero-heading{\n  margin:0;\n  font-family:'Outfit', sans-serif;\n  color:#fff;\n  font-weight:400;\n  line-height:1;\n  letter-spacing:.02em;\n  text-transform:uppercase;\n  font-size: clamp(50px, 3.5vw, 200px);\n}\n.hero-heading .emph{ font-weight:800; }\n.hero-heading .sub{ font-weight:200; }\n\n\/* Overlapping label (cleaner than negative margin) *\/\n.hero-tag{\n  position:absolute;\n  left:50%; bottom:0;\n  transform:translate(-50%, 50%); \/* centers and overlaps the bottom border *\/\n  background:#102442;\n  color:#fff;\n  font-family:'Outfit', sans-serif;\n  font-size: clamp(17px, 1vw, 100px);\n  font-weight:200;\n  padding: 0.5vw 2.6vw;\n  border-radius:0px;\n  white-space:nowrap;\n}\n\n\/* Pager (numbers with underline effect) *\/\n.hero .hero-pager {\n  position: absolute;\n  left: 50%;\n  bottom: 2.2vw;\n  transform: translateX(-50%);\n  display: flex;\n  gap: clamp(14px, 0.8vw, 200px);\n  z-index: 3;\n}\n\n.hero .hero-pager button {\n  position: relative;\n  background: none;\n  border: 0;\n  cursor: pointer;\n  font-family: 'Outfit', sans-serif;\n  font-weight: 100;\n  font-size: clamp(18px, 1vw, 200px);\n  color: #fff;\n  opacity: 1;\n  transition: all .3s ease;\n  padding: 0;\n \n}\n\n\/* underline line *\/\n.hero .hero-pager button::after {\n  content: \"\";\n  position: absolute;\n  left: 50%;\n  bottom: 0px; \/* distance under number *\/\n  transform: translateX(-50%);\n  width: 2px;\n height: clamp(30px, 1.9vw, 200px);\n  background: #fff;\n  opacity: .5;\n  transition: all .3s ease;\n}\n\n\/* Hover & active states *\/\n.hero .hero-pager button:hover,\n.hero .hero-pager button.is-active {\n  font-weight: 700;\n  font-size: clamp(27px, 1.3vw, 200px);\n  opacity: 1;\npadding-bottom: clamp(43px, 2.7vw, 200px);\n \n}\n\n.hero .hero-pager button:hover::after,\n.hero .hero-pager button.is-active::after {\n    \/* grows longer *\/\n  width: 3px;       \/* thicker line *\/\n  opacity: 1;\n   height: clamp(48px, 3vw, 200px);\n}\n\n@media (max-width: 1420px) {\n   .hero-frame{\n\n  padding:4vw 6vw;\n}\n\n}\n\n@media (max-width: 1024px) {\n    \n.hero .hero-pager {\n  bottom: 29px;\n}\n}\n\n\n@media (max-width: 767px) {\n.hero{\n  position:relative; min-height:81vh; overflow:hidden;\n  display:grid; place-items:center; \/* centers the frame *\/\n  text-align:center;\n}\n\nh1.hero-heading .sub {\n   font-size:34px;\n   line-height: 0.9em;\n \n}\n\nh1.hero-heading {\n    line-height: 0.9em;\n}\n\n.hero-frame{\nmargin-top:-20vw;\n  padding:9vw 5vw;\n}\n\n.hero .hero-pager {\n  bottom: 32px;\n}\n\n}\n\n.hero-pager button {\n    display:none;\n}\n\n<\/style>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9171bb e-flex e-con-boxed e-con e-parent\" data-id=\"d9171bb\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6bbf1e0 e-con-full e-flex e-con e-child\" data-id=\"6bbf1e0\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-407b9c2 elementor-widget elementor-widget-heading\" data-id=\"407b9c2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Electric boat motors from Aquamot - made in Austria\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3825dc4 e-con-full e-flex e-con e-child\" data-id=\"3825dc4\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-846dad0 e-con-full e-flex e-con e-child\" data-id=\"846dad0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-629ab75 elementor-widget elementor-widget-text-editor\" data-id=\"629ab75\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tHigh-quality and sustainable electric motors for boats and ships, safe &amp; clean energy solutions \u2013 that&#8217;s what the name Aquamot stands for. Whether electric boat motors or the associated components, here you will find unmatched performance and efficiency from a single source for sailors and displacement boats, for leisure and commercial use \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b4ffb2 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"2b4ffb2\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-753e3de elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"753e3de\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"112.174\" height=\"95.365\" viewBox=\"0 0 112.174 95.365\"><defs><clipPath id=\"clip-path\"><rect id=\"Rechteck_19\" data-name=\"Rechteck 19\" width=\"112.174\" height=\"95.365\" fill=\"#e9e5e3\"><\/rect><\/clipPath><\/defs><g id=\"Gruppe_23\" data-name=\"Gruppe 23\" clip-path=\"url(#clip-path)\"><path id=\"Pfad_60\" data-name=\"Pfad 60\" d=\"M165.685,173.084c-4.107.669-8.089.879-11.808-1.268a15.083,15.083,0,0,1-6.105-7.358c-.795-2.489-.281-3.489,2.276-3.994a19.852,19.852,0,0,1,8.95.351,14.36,14.36,0,0,1,6.686,4.841,32.42,32.42,0,0,1,.787-4.089c.252-.976,1.1-2.86,1.2-3.607.086-.662-2.467-5.967-2.849-6.058-7.441,2.5-14.853,3.178-20.492-3.186-6.077-6.859-4.743-16.167-9-23.341-1.147-1.933-2.926-2.977-3.967-4.544-2.008-3.02,2.225-2.906,4.081-2.844,12.427.417,28.576,6.331,32.454,19.386a25.452,25.452,0,0,1,.889,4.76l2.413-3.7c6.14-8.034,17.742-12.375,27.685-12.409.659,0,2.509.288,2.934.793,1.21,1.439-1.44,3.142-2.234,4.1-5.833,7.039-2.714,19.078-10.764,26.221-5.154,4.573-11.4,3.831-17.671,2.352l-.274.125-1.782,6.115-.035,19c-.411,2.031-3.369,1.431-3.369.035Zm0-26.462c.447-7.916-2.99-14.39-9.389-18.85a36.069,36.069,0,0,0-19.392-6.217c6.768,9.506,3.948,30.475,20.794,28.607.62-.069,5.35-1.046,5.355-1.45a46.959,46.959,0,0,0-9.852-9.8c-1.334-.939-4.634-2.244-4.2-4.249.289-1.328,1.9-1.055,2.839-.737,3.592,1.211,9.4,7.256,11.912,10.217Zm30.177-16.866c-6.653.445-14.05,3.156-19.036,7.657-4.275,3.859-7.818,10.61-6.961,16.483.36.094.259-.087.354-.2,1.67-1.935,3.055-4.23,4.827-6.15,1.848-2,6.972-6.269,9.477-7.081,2-.649,3.264,1.235,1.968,2.741-.65.754-3.107,1.937-4.141,2.668a35.261,35.261,0,0,0-9.7,10.493c6.058,1.17,11.523,1.765,15.508-3.755,4.248-5.884,3.609-13.212,6.236-19.607.191-.465,1.682-3.045,1.467-3.252m-31.877,40.078a9.832,9.832,0,0,0-4.132-4.766c-2.765-1.679-5.268-1.725-8.4-1.268-.292.274,1.476,2.6,1.777,2.942,2.861,3.213,6.624,4.057,10.758,3.092\" transform=\"translate(-110.563 -99.694)\" fill=\"#e9e5e3\"><\/path><path id=\"Pfad_61\" data-name=\"Pfad 61\" d=\"M14.731,214.756c-.3-.224-.693,1.959-.727,2.134C8.011,247.962,36.71,274.563,67.194,267.6c17.455-3.985,31.895-19.376,34.2-37.219-2.287,1.1-4.319,2.708-6.549,3.9a13.033,13.033,0,0,1-2.543,1.181,1.677,1.677,0,0,1-1.35-2.908l12.605-7.512c1.075-.291,1.387.252,1.925,1.024a101.529,101.529,0,0,1,6.052,10.351,4.362,4.362,0,0,1,.631,2.173,1.689,1.689,0,0,1-2.646,1.08c-1.118-.771-3.352-5.573-4.231-7.067-.063-.107-.443-.935-.643-.67a48.466,48.466,0,0,1-31.334,37.3A47.835,47.835,0,0,1,15.48,247.511c-5.732-10.288-6.679-21.917-4.306-33.373a2.412,2.412,0,0,0-1.033.281c-1.924.779-6.8,3.88-8.485,3.864a1.674,1.674,0,0,1-1.384-2.592,4.1,4.1,0,0,1,1.408-1.069c3.094-1.656,7.83-3.842,11.093-5.156,1.681-.677,2.456-.719,3.478.909,1.368,2.177,2.608,5.093,3.873,7.424.765,1.409,3.64,5.162,2.2,6.637-.934.958-2.346.141-2.923-.81Z\" transform=\"translate(0 -176.647)\" fill=\"#e9e5e3\"><\/path><path id=\"Pfad_62\" data-name=\"Pfad 62\" d=\"M250.716,37.6a1.857,1.857,0,0,1-2.411-.208c-.608-.751-1.718-5.106-2.226-6.44C236.024,4.571,204.411-4.2,180.827,10.345c-1.413.871-3.673,3.412-5.12,1.226C174.6,9.9,177.581,8.209,178.756,7.5c26.3-15.872,60.592-5.869,71.078,23.565.489,1.372,2.126,5.464.882,6.534\" transform=\"translate(-148.286 -0.001)\" fill=\"#e9e5e3\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dc2734d e-flex e-con-boxed e-con e-parent\" data-id=\"dc2734d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-53d5c45 e-con-full e-flex e-con e-child\" data-id=\"53d5c45\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dcd10eb elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"dcd10eb\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"94.916\" height=\"91.392\" viewBox=\"0 0 94.916 91.392\"><defs><clipPath id=\"clip-path\"><rect id=\"Rechteck_15\" data-name=\"Rechteck 15\" width=\"94.916\" height=\"91.392\" fill=\"#e9e5e3\"><\/rect><\/clipPath><\/defs><g id=\"Gruppe_13\" data-name=\"Gruppe 13\" clip-path=\"url(#clip-path)\"><path id=\"Pfad_45\" data-name=\"Pfad 45\" d=\"M61.3,61.656a13.218,13.218,0,0,1-9.809,11.123c-.192.3.15,2.878-.044,3.523-.127.422-.8.547-1.185.5A13.614,13.614,0,0,1,37.386,91.32c-14.848,1.154-28.3-11.627-33.63-24.486C-8.024,38.4,9,5.594,39.6.65c40.576-6.556,69.962,37.88,47.6,72.5-2.475,3.833-7.853,10.181-11.779,12.45a2.882,2.882,0,0,1-4.138-3.734c.45-.939,2.948-2.543,3.883-3.386A41.662,41.662,0,1,0,9.449,30.268C1.6,47.744,6.482,71.292,23.214,81.7c7.35,4.572,20.9,7.563,21.391-4.9-2.076.21-.9-2.748-1.229-4.021a13.038,13.038,0,0,1-9.337-9.037,15.637,15.637,0,0,1-.472-2.086V47.724H61.3ZM53.22,51.09l-4.037.2L42.856,60.58c.429.344,3.645.037,3.637.408l-4.041,7.062,9.689-9.9-.868-.06-3.034.331Z\" transform=\"translate(0 0)\" fill=\"#e9e5e3\"><\/path><path id=\"Pfad_46\" data-name=\"Pfad 46\" d=\"M264.265,299.92a2.677,2.677,0,0,1-1.634,4.529H235.3a2.647,2.647,0,0,1-.135-5.251l27.466-.005a2.564,2.564,0,0,1,1.629.727\" transform=\"translate(-201.536 -258.879)\" fill=\"#e9e5e3\"><\/path><path id=\"Pfad_47\" data-name=\"Pfad 47\" d=\"M282.8,180.422h-4.711v-14.2a2.753,2.753,0,0,1,.951-1.337,2.316,2.316,0,0,1,2.809,0,3.515,3.515,0,0,1,.951,1.2Z\" transform=\"translate(-240.621 -142.256)\" fill=\"#e9e5e3\"><\/path><path id=\"Pfad_48\" data-name=\"Pfad 48\" d=\"M395.69,180.422h-4.711V166.086a3.515,3.515,0,0,1,.951-1.2,2.316,2.316,0,0,1,2.809,0,2.753,2.753,0,0,1,.951,1.337Z\" transform=\"translate(-338.297 -142.256)\" fill=\"#e9e5e3\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t100% <span class=\"strong\">Powerful<\/span> \t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tAquamot relies on the latest sensorless AC asynchronous motor technology. The performance is comparable to that of gasoline engines from 3.5 hp to 45 hp. \t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e9e548c e-con-full e-flex e-con e-child\" data-id=\"e9e548c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e5d7dd5 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"e5d7dd5\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"94.916\" height=\"94.947\" viewBox=\"0 0 94.916 94.947\"><defs><clipPath id=\"clip-path\"><rect id=\"Rechteck_18\" data-name=\"Rechteck 18\" width=\"94.916\" height=\"94.947\" fill=\"#e9e5e3\"><\/rect><\/clipPath><\/defs><g id=\"Gruppe_22\" data-name=\"Gruppe 22\" clip-path=\"url(#clip-path)\"><path id=\"Pfad_58\" data-name=\"Pfad 58\" d=\"M47.111,0c3.573-.133,7.729,4.479,11.411,5.6,5.531,1.688,11.359-3.011,14.911,3.442,2.317,4.21,2.783,7.181,7.25,9.963,2.331,1.452,6.607,2.68,7.985,5.051,1.478,2.543.167,7.152.352,10.153.265,4.3,2.085,5.794,4.286,9,4.586,6.686-1.9,8.855-3.683,14.623-1.245,4.025.021,7.109-.359,10.905-.518,5.167-5.781,5.4-9.263,7.444-3.808,2.235-4.3,6.833-6.818,10.142-3.687,4.855-7.636,2.118-12.7,2.491-4.052.3-5.683,2.216-8.683,4.354-7.2,5.135-9.041-2.392-15.15-3.94-3.006-.761-5.6-.045-8.571.089-8.2.37-6.593-7.647-11.26-11.646-4.154-3.56-10.681-2.929-11.2-9.934-.242-3.244.782-6.135-.192-9.427C3.978,53.423-2.022,50.123.7,44.6,2.478,41,5.271,39.215,5.855,34.7c.653-5.048-2.55-9.136,2.634-12.681,3-2.049,6.615-2.969,8.953-5.982,1.6-2.062,2.429-4.581,3.722-6.783,3.982-6.78,9.717-1.931,15.617-3.748C40.355,4.4,43.687.13,47.111,0M21.736,21.659C.753,42.449,12.071,78.04,41.033,83.213,71.916,88.73,95.279,55.194,78.447,28.46c-12.4-19.7-40.035-23.324-56.711-6.8\" transform=\"translate(0 0)\" fill=\"#e9e5e3\"><\/path><path id=\"Pfad_59\" data-name=\"Pfad 59\" d=\"M185.9,158.6c18.927-1.116,33.2,18.711,26.861,36.48-7.253,20.33-35.3,24.614-47.822,6.683-12.359-17.7-.431-41.9,20.961-43.162m13.918,17.076c-1.432.207-4.8,4.254-5.978,5.419-.194.192-.445.308-.64.5l-10.393,10.246c-1.626-1.4-3.019-3.124-4.6-4.612-.644-.606-2.868-2.735-3.542-2.913a2.489,2.489,0,0,0-3.034,2.521c.136,1.28,2.488,2.989,3.412,3.934,1.572,1.608,3.063,3.364,4.74,4.88,1.778,1.607,2.747,2.752,4.943.886,3.55-3.016,7.241-7.285,10.625-10.638,1.811-1.794,3.8-3.479,5.572-5.313.878-.911,1.878-1.915,1.523-3.294a2.552,2.552,0,0,0-2.628-1.614\" transform=\"translate(-139.68 -138.469)\" fill=\"#e9e5e3\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tTOP <span class=\"strong\">Quality<\/span> \t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\"Made in Austria\" is more than just a phrase for us; it's a promise. All electric motors are produced in our factory in V\u00f6cklamarkt, Upper Austria.  \t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-aaca342 e-con-full e-flex e-con e-child\" data-id=\"aaca342\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bada30d elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"bada30d\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"94.916\" height=\"94.653\" viewBox=\"0 0 94.916 94.653\"><defs><clipPath id=\"clip-path\"><rect id=\"Rechteck_17\" data-name=\"Rechteck 17\" width=\"94.916\" height=\"94.653\" fill=\"#e9e5e3\"><\/rect><\/clipPath><\/defs><g id=\"Gruppe_21\" data-name=\"Gruppe 21\" clip-path=\"url(#clip-path)\"><path id=\"Pfad_52\" data-name=\"Pfad 52\" d=\"M45.069.068C81.373-1.823,106.13,36.53,89.775,68.98,73.947,100.384,29.286,103.671,8.867,75-12.867,44.483,7.7,2.014,45.069.068m-.434,5.211c-32.5,2.165-50.491,39.047-32.035,66,17.663,25.795,57.084,23.878,71.953-3.6,15.839-29.272-6.706-64.612-39.918-62.4\" transform=\"translate(0 0)\" fill=\"#e9e5e3\"><\/path><path id=\"Pfad_53\" data-name=\"Pfad 53\" d=\"M85.853,130.42a14.005,14.005,0,0,0,11.111,1.841l.423.307c-.165,5.56,9.779,17.25,8.39,21.856-1.609,5.335-22.845,5.973-24.244-4.288C80.6,143.3,83.377,136.6,85.853,130.42\" transform=\"translate(-45.911 -73.606)\" fill=\"#e9e5e3\"><\/path><path id=\"Pfad_54\" data-name=\"Pfad 54\" d=\"M51.57,85.548a13.5,13.5,0,0,0-2.2,11.248c-5.78.137-16.939,9.689-21.848,8.633-4.745-1.02-4.138-13.625-3.059-17.2,3.77-12.484,18.75-5.94,27.112-2.686\" transform=\"translate(-13.376 -45.661)\" fill=\"#e9e5e3\"><\/path><path id=\"Pfad_55\" data-name=\"Pfad 55\" d=\"M130.636,100.475c.43-1.444,1.414-2.457,1.878-3.984a12.238,12.238,0,0,0-.137-7.732c6.845.328,15.771-8.971,22-8.277,3.706.413,4.277,9.06,4.11,11.96-1.044,18.062-16.343,12.4-27.846,8.033\" transform=\"translate(-73.727 -45.401)\" fill=\"#e9e5e3\"><\/path><path id=\"Pfad_56\" data-name=\"Pfad 56\" d=\"M100.373,51c-2.046-.362-3.728-1.833-5.888-2.112a23.859,23.859,0,0,0-5.839.4c.334-6.048-9.156-16.244-8.473-21.344.59-4.4,10.2-4.569,13.47-4.266C110.311,25.217,104.5,40.583,100.373,51\" transform=\"translate(-45.228 -13.305)\" fill=\"#e9e5e3\"><\/path><path id=\"Pfad_57\" data-name=\"Pfad 57\" d=\"M94.533,85.629c13.078-1.986,15.708,17.721,3.709,19.763-14.2,2.417-16.49-17.823-3.709-19.763m-1.915,6.554c-4.228,4.389,1.991,11.114,6.781,6.982,4.622-3.988-2.094-11.847-6.781-6.982\" transform=\"translate(-48.618 -48.248)\" fill=\"#e9e5e3\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t<span class=\"strong\">Quieter<\/span> Motor\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tAt Aquamot, we work exclusively with direct drive without gears. The result: Our motors are virtually silent.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ab0a55d e-con-full e-flex e-con e-child\" data-id=\"ab0a55d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d243d04 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"d243d04\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"112.174\" height=\"95.365\" viewBox=\"0 0 112.174 95.365\"><defs><clipPath id=\"clip-path\"><rect id=\"Rechteck_19\" data-name=\"Rechteck 19\" width=\"112.174\" height=\"95.365\" fill=\"#e9e5e3\"><\/rect><\/clipPath><\/defs><g id=\"Gruppe_23\" data-name=\"Gruppe 23\" clip-path=\"url(#clip-path)\"><path id=\"Pfad_60\" data-name=\"Pfad 60\" d=\"M165.685,173.084c-4.107.669-8.089.879-11.808-1.268a15.083,15.083,0,0,1-6.105-7.358c-.795-2.489-.281-3.489,2.276-3.994a19.852,19.852,0,0,1,8.95.351,14.36,14.36,0,0,1,6.686,4.841,32.42,32.42,0,0,1,.787-4.089c.252-.976,1.1-2.86,1.2-3.607.086-.662-2.467-5.967-2.849-6.058-7.441,2.5-14.853,3.178-20.492-3.186-6.077-6.859-4.743-16.167-9-23.341-1.147-1.933-2.926-2.977-3.967-4.544-2.008-3.02,2.225-2.906,4.081-2.844,12.427.417,28.576,6.331,32.454,19.386a25.452,25.452,0,0,1,.889,4.76l2.413-3.7c6.14-8.034,17.742-12.375,27.685-12.409.659,0,2.509.288,2.934.793,1.21,1.439-1.44,3.142-2.234,4.1-5.833,7.039-2.714,19.078-10.764,26.221-5.154,4.573-11.4,3.831-17.671,2.352l-.274.125-1.782,6.115-.035,19c-.411,2.031-3.369,1.431-3.369.035Zm0-26.462c.447-7.916-2.99-14.39-9.389-18.85a36.069,36.069,0,0,0-19.392-6.217c6.768,9.506,3.948,30.475,20.794,28.607.62-.069,5.35-1.046,5.355-1.45a46.959,46.959,0,0,0-9.852-9.8c-1.334-.939-4.634-2.244-4.2-4.249.289-1.328,1.9-1.055,2.839-.737,3.592,1.211,9.4,7.256,11.912,10.217Zm30.177-16.866c-6.653.445-14.05,3.156-19.036,7.657-4.275,3.859-7.818,10.61-6.961,16.483.36.094.259-.087.354-.2,1.67-1.935,3.055-4.23,4.827-6.15,1.848-2,6.972-6.269,9.477-7.081,2-.649,3.264,1.235,1.968,2.741-.65.754-3.107,1.937-4.141,2.668a35.261,35.261,0,0,0-9.7,10.493c6.058,1.17,11.523,1.765,15.508-3.755,4.248-5.884,3.609-13.212,6.236-19.607.191-.465,1.682-3.045,1.467-3.252m-31.877,40.078a9.832,9.832,0,0,0-4.132-4.766c-2.765-1.679-5.268-1.725-8.4-1.268-.292.274,1.476,2.6,1.777,2.942,2.861,3.213,6.624,4.057,10.758,3.092\" transform=\"translate(-110.563 -99.694)\" fill=\"#e9e5e3\"><\/path><path id=\"Pfad_61\" data-name=\"Pfad 61\" d=\"M14.731,214.756c-.3-.224-.693,1.959-.727,2.134C8.011,247.962,36.71,274.563,67.194,267.6c17.455-3.985,31.895-19.376,34.2-37.219-2.287,1.1-4.319,2.708-6.549,3.9a13.033,13.033,0,0,1-2.543,1.181,1.677,1.677,0,0,1-1.35-2.908l12.605-7.512c1.075-.291,1.387.252,1.925,1.024a101.529,101.529,0,0,1,6.052,10.351,4.362,4.362,0,0,1,.631,2.173,1.689,1.689,0,0,1-2.646,1.08c-1.118-.771-3.352-5.573-4.231-7.067-.063-.107-.443-.935-.643-.67a48.466,48.466,0,0,1-31.334,37.3A47.835,47.835,0,0,1,15.48,247.511c-5.732-10.288-6.679-21.917-4.306-33.373a2.412,2.412,0,0,0-1.033.281c-1.924.779-6.8,3.88-8.485,3.864a1.674,1.674,0,0,1-1.384-2.592,4.1,4.1,0,0,1,1.408-1.069c3.094-1.656,7.83-3.842,11.093-5.156,1.681-.677,2.456-.719,3.478.909,1.368,2.177,2.608,5.093,3.873,7.424.765,1.409,3.64,5.162,2.2,6.637-.934.958-2.346.141-2.923-.81Z\" transform=\"translate(0 -176.647)\" fill=\"#e9e5e3\"><\/path><path id=\"Pfad_62\" data-name=\"Pfad 62\" d=\"M250.716,37.6a1.857,1.857,0,0,1-2.411-.208c-.608-.751-1.718-5.106-2.226-6.44C236.024,4.571,204.411-4.2,180.827,10.345c-1.413.871-3.673,3.412-5.12,1.226C174.6,9.9,177.581,8.209,178.756,7.5c26.3-15.872,60.592-5.869,71.078,23.565.489,1.372,2.126,5.464.882,6.534\" transform=\"translate(-148.286 -0.001)\" fill=\"#e9e5e3\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tEmission<span class=\"strong\">-free<\/span> \t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWith our electric boat motors, we not only keep the oceans, lakes, and rivers around the world clean, but we also use recycled plastic for our equipment. \t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2870178 e-grid e-con-boxed e-con e-parent\" data-id=\"2870178\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a4f80ba elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"a4f80ba\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;2&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Bild Karussell\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper swiper-image-stretch\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/10\/Design-ohne-Titel-2.jpg\" alt=\"\u00a9Clemens G. Schildberger\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/10\/\u00a9Clemens-G.-Schildberger-6965.jpg\" alt=\"\u00a9Clemens G. Schildberger-6965\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/10\/6.jpg\" alt=\"Aquamot company building in V\u00f6cklamarkt \u00a9Clemens G. Schildberger\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/10\/7.jpg\" alt=\"Aquamot showroom in V\u00f6cklamarkt \u00a9Clemens G. Schildberger\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/10\/1.jpg\" alt=\"Aquamot company building in V\u00f6cklamarkt \u00a9Clemens G. Schildberger\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/10\/Design-ohne-Titel-3.jpg\" alt=\"In the production of Aquamot \u00a9Clemens G. Schildberger\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"13.906\" height=\"23.629\" viewBox=\"0 0 13.906 23.629\"><path id=\"Differenzmenge_3\" data-name=\"Differenzmenge 3\" d=\"M12.138,37.707h0L.324,25.262,1.711,23.8,12.138,34.786,22.566,23.8l1.387,1.461L12.139,37.707Z\" transform=\"translate(37.707 -0.324) rotate(90)\" fill=\"#fff\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"13.906\" height=\"23.629\" viewBox=\"0 0 13.906 23.629\"><path id=\"Differenzmenge_4\" data-name=\"Differenzmenge 4\" d=\"M11.814,0h0L0,12.445l1.386,1.46L11.814,2.921,22.242,13.906l1.386-1.46L11.815,0Z\" transform=\"translate(13.906) rotate(90)\" fill=\"#fff\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eb26b72 e-flex e-con-boxed e-con e-parent\" data-id=\"eb26b72\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7ccecb9 e-con-full e-flex e-con e-child\" data-id=\"7ccecb9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ab6ab5 elementor-widget elementor-widget-heading\" data-id=\"3ab6ab5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The right electric drive for your boat<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e307e54 e-con-full e-flex e-con e-child\" data-id=\"e307e54\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-acd558e e-con-full e-flex e-con e-child\" data-id=\"acd558e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb23354 elementor-widget elementor-widget-text-editor\" data-id=\"eb23354\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Aquamot is the leading manufacturer in the field of electric boat motors and related accessories. As a sought-after full-range supplier in the market, our extensive product range offers everything passionate boaters need for an unforgettable trip on the water, from the battery and charger to the electric motor. With the Trend series for boats up to four tons and the Professional Line for frequent, commercial use, you are sure to find the right electric boat motor for your needs at Aquamot &#8211; always in the highest, market-wide unsurpassed quality and with a focus on cleanliness and sustainability.  <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d571681 e-flex e-con-boxed e-con e-parent\" data-id=\"d571681\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2982040 elementor-widget elementor-widget-html\" data-id=\"2982040\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"am-flipbox1\" style=\"--front-boat: url('\/wp-content\/uploads\/2025\/09\/Gruppe-98.png'); --boat-color: #E9E5E3;\">\r\n  <label class=\"am-flip\" role=\"button\" aria-label=\"Flip\">\r\n    <input class=\"am-tgl\" type=\"checkbox\">\r\n\r\n    <div class=\"am-inner\">\r\n      <!-- FRONT -->\r\n      <section class=\"am-face am-front\">\r\n        <h1 class=\"am-title1\">OUTBOARD MOTOR<\/h1>\r\n      <\/section>\r\n\r\n      <!-- BACK -->\r\n      <section class=\"am-face am-back\">\r\n        <p class=\"am-copy\">\r\n  The classic among boat motors.\r\n        <\/p>\r\n\r\n        <div class=\"am-right\">\r\n          <p class=\"am-eyebrow\">SUBLINE<\/p>\r\n          <h2 class=\"am-title1 am-title-back1\">OUTBOARD MOTOR<\/h2>\r\n        <\/div>\r\n\r\n        <!-- BOAT as inline SVG (color controlled via --boat-color) -->\r\n        <svg class=\"am-boat1\" viewbox=\"0 0 1500 600\" aria-hidden=\"true\" focusable=\"false\">\r\n          <g xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n      <path class=\"st1\" d=\"M1488.61,521.73c-11.76-1.81-23.32-1.56-34.83,1.62h0c-16.44,4.54-26.15,10.56-44.25,10.27-18.82-.3-37.22-6.8-55.51-10.61-12.74-2.65-25.57-3.62-38.51-4.61,6.71-3.07,13.79-5.39,20.51-8.47,27.55-12.65,55.28-27.95,78.54-47.54,7.83-6.59,15.11-13.91,22.21-21.27,4.66-4.83,16.68-17.43,19.83-22.66.75-1.24.89-2.09.56-3.54-2.2-3.24-7.33-3.93-10.88-4.9,4.09-3.45,8.14-6.83,12.04-10.51,1.25.24,2.51.4,3.78.49,1.07.03,1.52-.1,2.3-.81l-.07-.89c-3.34-2.77-19.33-5.49-24-6.43-55.62-11.23-113.41-13.75-170.04-13.12-13.67.15-27.34,1.11-41.01,1.33-2.64.04-5.74.1-8.23-.89-4.46-1.76-8.62-5.09-12.82-7.44-6.02-3.37-12.49-6.25-18.69-9.3-8.39-4.12-16.87-8.04-25.43-11.78-3.37-1.49-7.17-2.63-10.39-4.37-4.38-2.36-2.41-6.27-8.83-8.39-10.95-3.61-24.34-3.65-35.79-4.3-14.27-.89-28.56-1.45-42.87-1.68-12.67-.2-29.39,1.53-40.93-4.07-14.15-6.87-20.08-21.73-28-34.32-3.34-5.33-7.29-10.24-11.78-14.64-13.18-12.68-26.94-15.73-44.65-15.45-4.5-9.66-8.74-19.43-12.74-29.31-1.73-4.21-3.06-9.45-5.32-13.32-.72-1.23-1.92-2.65-3.33-3.09-1.07-.33-1.41-.01-2.24.55-1.42,3.33,1.14,8.19,2.21,11.42-3.98-.88-8.01-1.69-12.1-1.3-18.4,1.76-27.94,26.61-47.68,33.13-5.54,1.83-10.31.69-15.86,1.35-.97.84-.96.77-1.11,2.04,1.42,3.86,7.91,8.19,11.45,10.16,18.18,10.09,34.06-9.83,50.7-14.49,7.93-2.22,16.19-2.38,23.45,1.85.92.54,2.57,1.41,2.83,2.42-.96.29-2.15.51-2.94,1.14-.45.37-.33.85-.38,1.38,1.01,2.4,3.03,4.04,4.72,5.95,8.15,9.23,20.12,35.86,19.13,48.18-.42,5.21-3.52,11.55-8.2,14.29-4.49,2.63-11.68,3.01-16.73,3.84-7.36,1.22-31.74,4.85-37,9.64-2.67,2.43-6.51,8.22-6.62,11.89-.06,1.62.54,3.19,1.66,4.36,4.59,4.81,13.9,4.26,20.06,4.45-4.84,4.4-10.69,7.94-15.98,11.8-10.24,7.48-20.47,15.11-30.34,23.08-17.58-.05-46.42-.82-60.75,10.19-5.59,4.3-10.49,9.58-14.9,15.07-6.18,7.68-30.68,44.15-31.29,51.08-.24,2.72,2.05,4.86,3.64,6.81.06,5.08,1.03,9.77,2.18,14.69,10.61-.22,21.38.44,32,.69l54.22,1.1,148.57,2.27c14.94.26,29.88.66,44.81,1.2,9.75.36,19.51,1,29.26,1.05,3.79-.17,7.51.36,11.29.62,0,0,0,0,0,0-3.77-.26-7.49-.78-11.28-.62h0l2.96.48.12.36-.32.36c-9.45-.07-22.61,2.13-32.26,3.35-24.27,3.08-47.35,5.6-71.87,5.75-10.24.14-20.46-.65-30.56-2.36-18.8-3.14-36.06-6.71-55.54-5.22-10.78.82-19.07,5.3-28.88,9.17-6.08,2.4-14.14,3.66-22.28,4.22-5.79,0-11.11.02-16,.05-159.57.42-692.31,2.37-694.31,2.27-2.26-.12-2.25,4.26,0,4.38,9.01.47,584.48-.73,687.73-1.97,1.6,0,4.46-.02,8.33-.04,11.2.31,27.87-.77,38.41-4.69,12.01-4.46,16.52-10.03,29.87-10.93,17.36-1.17,33.21,3.55,50.05,6.56,10.51,1.9,21.18,2.79,31.86,2.66,44.77-.41,88.73-12.02,133.53-11.66,8.76.07,15.67,2.89,23.93,5.29,15.2,4.42,32.59,8.45,48.44,6.73-13.86-3.03-27.92-4.3-41.76-7.69-3.89-.96-7.95-1.85-11.64-3.43,13.32,1.21,26.54,3.29,39.59,6.22,21.82,4.79,43.87,11.28,66.34,11.67,17.97.32,35.15-3.9,52.76-6.75,15.4-2.49,30.81-3.48,46.38-2.35,13.58.98,27.07,3,40.35,6.03,15.39,3.5,30.87,8.49,46.74,8.91,13.55.35,25.17-3.15,37.78-7.5,5.55-1.92,11.18-3.9,17.01-4.79,9.97-1.51,19.15-.05,29.01.85.83-.69.77-.67.92-1.75-1.25-1.15-2.69-1.19-4.35-1.44ZM1450.41,414.37c-12.38-.5-24.81-.25-37.2-.41-31.87-.47-63.74-.68-95.61-.64-58.53-.08-117.06.17-175.59.78-22.26.33-44.52,1.42-66.78,1.71,1.07-6.08,3.33-12.01,7.54-16.62,22.18-3.14,44.61-4.58,66.95-6.04-2.02,2.82-5.29,6.98-5.53,10.52-.1,1.4-.03,3.33.91,4.42,1.15-.33,1.54-2.3,1.94-3.39,1.78-4.92,3.84-8,7.63-11.59,17.07-1.1,34.22-1.35,51.32-1.8l31.47.09c-1.91,2.89-4.61,6.34-4.78,9.92-.07,1.58.2,3.48,1.3,4.67l.6-.02c.8-1.61.87-3.61,1.35-5.35.93-3.38,3.24-6.54,5.15-9.42,16.07-.28,32.48.71,48.53,1.44,33.75,1.53,67.08,4.07,100.56,8.63,20.21,2.75,41.17,5.63,60.23,13.11ZM906.11,408.57s0,0,0,0h0c-7.3-.3-14.61-.47-21.92-.53-4.38.16-9.65-.58-13.87.43h0c-.54.06-1.07.08-1.61.07.53.01,1.07,0,1.61-.07,4.22-1.01,9.49-.27,13.87-.43-.74-.08-1.48-.14-2.23-.19.74.05,1.49.11,2.23.19,7.31.05,14.62.23,21.92.53,10.35-.71,87.65-4.92,90.75-3.91,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0-3.11.9-6.9.36-10.14.57h0c3.24-.21,7.03.32,10.14-.57-3.11-1-80.4,3.2-90.75,3.91ZM924.02,408.55c-3.76.15-7.51.32-11.27.46-8.3.29-22.02,1.58-29.65.06,0,0,0,0,0,0,7.62,1.52,21.34.23,29.64-.06,3.76-.14,7.52-.3,11.27-.46ZM987.17,407.29h0c29.14-1.03,57.84-4.1,86.77-7.51,1.64-.25,3.42-.25,5.08-.36-3.56,5.3-5.52,10.21-6.06,16.59-30.68,1.23-61.51,1.29-92.15,3.09l-5.96.08c3.58-4.82,7.43-8.4,12.32-11.89ZM1155.29,390.17c10.56-2.18,21.92-2.38,32.68-2.72,12.81-.42,25.62-.68,38.44-.8,3.12-.14,6.82-.63,9.87.05.8.17,1.82.33,2.29,1.02-.92.78-2.19.95-3.36,1-8.4.42-16.99-.05-25.41-.02-13.33.12-26.66.47-39.98,1.05-4.85.11-9.68.42-14.54.41ZM1455.39,398.31h0c-3.37,3.75-7.51,7.1-11.25,10.5-2.27-.71-4.58-1.25-6.88-1.84-14.96-3.97-30.21-5.23-45.33-8.08,6.62-3.88,13.34-5.53,20.74-7.26,5.98-.64,34.73,5.29,42.72,6.68ZM1354.51,385.86h0c17.33,1.17,34.63,2.58,51.92,4.23-6.47,2.12-12.33,4.26-18.21,7.75-4.81.54-17.81-2.01-23.48-2.59-16.92-1.69-33.86-3.12-50.82-4.29,6.01-2.3,11.91-4.34,18.21-5.75,7.12-.88,15.23.2,22.39.64ZM1240.95,384.74c.05-.05.11-.09.18-.11,1.16-.24,1.78-.27,2.87-.85,0,0,0,0,0,0h0c1.73.72,16.34-.34,19.73-.39,20.14-.3,42.78-.9,62.73.69-3.21.74-6.37,1.71-9.45,2.89-2.68,1.04-5.74,2.68-8.54,3.17-5.11.89-11.22.02-16.39-.19-8.45-.36-16.9-.64-25.35-.85-6.55-.16-20.15.39-25.79-.63-.45-1.26-.17-2.43.02-3.72,0,0,0,0,0,0ZM1240.74,383.14c-13.16-1.57-50.55,1.25-61.54,1.5-9.17.21-18.56-.39-27.67.2,2.92,1.84,20.29-.71,20.98,1.05h0c-8.12.26-16.04,2.24-24.1,2.95l-90.67,8.31c-30.42,2.72-61.05,4.04-91.56,5.46-9.18.42-18.38.55-27.55,1.12,14.06-7.04,50.25-16.6,65.76-18.35,7.06-.79,14.33-.58,21.42-.56l28.53.08,97.17-.06s0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,9.11-.59,18.5,0,27.67-.2,10.99-.25,48.38-3.07,61.54-1.5ZM1166.47,354.86h0c16.82,7.68,35.55,15.7,50.93,25.89-46.58,1.62-93.11,1.36-139.71,1.4h-41.13c-17.31,0-34.02-.23-51.01,3.63-11.49,3.09-22.88,6.5-34.18,10.24-10.72,3.48-19.88,7.97-31.34,8.43l80.84-27.4c43.56-14.4,86.34-27.92,132.53-30.39,4.35-.31,9.74-1.02,13.96.08,6.51,1.7,12.98,5.32,19.11,8.12ZM923.12,257.47h0c-17.25-4.92-32.27,6.64-46.41,14.53-3.73,1.88-7.67,3.34-11.9,3.33-7.75-.02-13.16-4.74-18.39-9.8,31.79,2.54,36.22-28.45,60.42-34.38,4.84-.55,9.1.27,13.76,1.5,5.34,9.44,9.17,21.01,13.32,31.09-3.28-2.86-6.57-5.06-10.8-6.27ZM890.86,366.01h0c-.78-.36-1.53-.77-2.26-1.22-1.31-.79-2.2-2.13-2.41-3.65-.22-1.54.2-3.11,1.18-4.32,1.08-1.25,2.66-1.82,4.23-2.17,4.86-1.08,10.18-1.17,15.15-1.61,8.8-.82,17.6-1.54,26.42-2.16.59-.1.23-.08,1.09.08-2.07,3.4-21.34,14.86-26.04,17.18-5.77-1.15-11.61-.65-17.36-2.13ZM905.36,351.31l.15-.39c2.19-.05,4.21-.76,6.36-1.04,7.03-.91,14.13-1.76,21.18-2.5,17.31-1.7,34.67-2.65,52.08-2.87,18.98-.56,40.05-.44,58.73,2.83,0,0,0,0,0,0-18.68-3.27-39.74-3.39-58.72-2.83-17.39.22-34.75,1.18-52.08,2.87-7.05.74-14.15,1.59-21.18,2.5-2.15.28-4.17.99-6.36,1.04l-.15.39s0,0,0,0ZM938.79,350.28h0c13.85-2.55,34.01-2.47,48.63-2.82,22.78-.45,45.43.91,68.15,2.22-7.94,4.05-17.29,6.18-25.84,8.73-18.94,5.65-38.39,12.43-58.2,13.91-22.53,1.17-45.15,1.35-67.71,1.87,12.05-8.49,24.14-12.9,34.97-23.91ZM901.72,376.22h0c.47.06.93.1,1.4.14,3.71.33,7.55,0,11.27-.08l18.42-.22c15.3-.18,31.23.46,46.39-1.67,18.99-2.67,37.2-9.48,55.52-14.88,5.85-1.72,20.71-5.16,24.66-8.7.71-.63.69-.8.76-1.69-.26-.35-.59-.64-.96-.87-2.77-1.87-12.33-2.65-16.01-3.16-36.45-5-86.41-2.89-123.09,1.6-9.96,1.22-19.74,3.24-29.64,4.7l.43-.2.72-.33c13.45-6.23,48-8.33,55.82-14.85,4.17-3.48,6.4-8.58,6.86-13.92,1.42-16.46-12.2-41.84-22.73-54.3,2.82-.91,5.55-1.3,8.48-1.64,8.26-.86,16.6.14,24.42,2.94,34.97,12.25,33.84,50.5,61.53,62.07,11.2,4.68,24.56,3.3,36.46,3.43,19.01.17,38,.97,56.97,2.39,6.95.57,14.3.86,21.06,2.6,3.43.88,6.19,2.31,9.15,4.22-9.4-.57-19.09.17-28.46,1.02-43.41,3.93-81.64,16.89-122.69,30.3-13.2,4.31-26.69,7.84-39.82,12.36-10.34,3.61-20.6,7.42-30.8,11.42-4.61,1.77-9.83,4.41-14.63,5.43-8.39,1.79-31.97,1.02-41.06.78-3.23-.16-6.45-.29-9.68-.37,12.82-9.87,25.91-19.37,39.26-28.51ZM802.31,415.5c.22.06.46.07.69.03h0c3.1-1.32,6.24-2.53,9.42-3.62l.08-.19h0s-.08.2-.08.2c-3.18,1.09-6.32,2.3-9.42,3.62-.23.04-.46.03-.69-.03,0,0,0,0,0,0ZM789.97,426.04h0c2.34-2.67,5.81-6.8,8.98-8.31,2.41-1.14,2.57,1.04,4.66.67,2.39-.42,5.66-2.52,8.03-3.45,5.59-2.19,11.49-3.45,17.42-4.22,20.53-2.67,40.57,1.1,61.06,1.22,29.12.16,60.69-2.14,89.85-4.06,1.07-.14.56-.19,1.54.1-3.94,3.55-7.31,6.78-10.15,11.3-11.22.81-22.51,1.04-33.74,1.64-32.35,1.77-64.7,3.37-97.07,4.78l-35.64,1.88c-5.26.3-11.05,1.34-16.24.82l-.18-.56c.47-.62.96-1.23,1.47-1.81ZM753.74,481.9h0c3.61-10.58,24.2-40.51,32.06-50.61,17.38-.51,34.77-1.87,52.14-2.69l161.98-7.54c58.06-2.31,116.13-3.89,174.23-4.74l95.32-.32c38.94-.16,77.87-.09,116.81.21,22.62.2,45.33.86,67.94.43-6.13,10.37-30.61,34.28-40.27,42.74-8.74,1.83-18.16,2.35-27.04,3.37-30.17,3.46-60.47,5.06-90.74,7.34-67.51,4.8-135.09,8.3-202.74,10.52-51.91,2.22-103.84,4.05-155.78,5.5-59.79,1.49-119.6,1.61-179.41.36-1.68-1.34-3.19-2.87-4.51-4.56ZM1308.87,517.23h0c-8.28,2.23-17.61,1.39-26.15,2.54-16.17,2.19-32.09,6.34-48.38,7.51-29.37,2.1-57.06-6.7-85.48-12.65-14.27-2.94-28.72-4.94-43.25-5.99-57.5-4.13-115.16-4.57-172.77-5.4l-146.63-2.52c-8.97-.24-17.93-.55-26.89-.93-.78-3.39-1.26-6.85-1.44-10.32,6.92-.2,13.93.22,20.86.29l52.61.52c36.4-.14,72.79-.64,109.18-1.5,50.24-1.49,100.46-3.31,150.68-5.45,56.91-2,113.78-4.69,170.63-8.08,35.73-2.48,71.45-5.15,107.15-7.99,12.85-1.14,25.63-2.92,38.48-4.04.72-.16.31-.13,1.25.04-.26.39-.56.74-.9,1.06-4.5,4.33-10.81,8.09-16.04,11.52-22.7,14.86-56.89,34.39-82.9,41.4Z\"\/>\r\n      <path class=\"st1\" d=\"M1152.29,446.7h0c.36.13.74.23,1.11.31,3.59-1.52,5.57-4.23,7-7.81,1.2-3.01,1.95-7.28.45-10.32-.63-1.27-1.75-2.6-3.14-3.02-.48-.13-.97-.23-1.46-.3-3.43,1.41-5.23,3.27-6.72,6.7-1.38,3.18-2.04,7.46-.64,10.75.63,1.5,1.83,3.1,3.4,3.68ZM1155.33,428.32c.94.22,1.7.34,2.44,1.02,1.02.92,1.44,2.26,1.47,3.6.1,4-2.33,7.85-4.9,10.69-.22.09-.45.17-.68.23-.86.2-1.42-.15-2.11-.6-.66-1.27-.69-2.49-.69-3.9-.11-4.14,1.51-8.15,4.48-11.05Z\"\/>\r\n      <path class=\"st1\" d=\"M1120.7,449.36h0c.27.05.55.09.82.14,3.49-1.79,5.21-4.71,6.34-8.41.96-3.15,1.56-7.73-.15-10.74-.67-1.17-1.77-2.3-3.15-2.56-.63-.1-1.26-.15-1.89-.15-3.67,2.19-5.42,4.56-6.5,8.76-.83,3.2-1.13,7.42.72,10.34.83,1.39,2.21,2.35,3.8,2.63ZM1118.08,439.53h0c.44-4,1.84-6.88,4.91-9.44l1.36.28c1.06.7,1.76,1.83,1.9,3.09.79,4.95-1.72,9.93-4.64,13.7-.84-.2-1.58-.68-2.11-1.35-1.35-1.59-1.64-4.29-1.42-6.28Z\"\/>\r\n    <\/g>\r\n        <\/svg>\r\n      <\/section>\r\n    <\/div>\r\n  <\/label>\r\n<\/div>\r\n\r\n\r\n<style>\r\n    \r\n    \r\n    .am-flipbox1{\r\n  --bg:#102442;                 \/* dunkles Blau wie im Mockup *\/\r\n\r\n  --back-text:#ffffff;          \/* Flie\u00dftext-R\u00fcckseite *\/\r\n  --back-title:#3f4f67;         \/* R\u00fcckseitentitel *\/\r\n  --padX:4vw;  \/* Seitenabstand rechts *\/\r\n\r\n  --boat-height:45%;            \/* Gr\u00f6\u00dfe der Bootsgrafik relativ zur H\u00f6he *\/\r\n}\r\n\r\n\/* Klickfl\u00e4che + Seitenverh\u00e4ltnis laut Screenshot *\/\r\n.am-flip{\r\n  display:block;\r\n  width:100%;\r\n  aspect-ratio:1779\/345;\r\n  height:clamp(270px,19vw, 20000px);             \/* optionales Cap *\/\r\n  cursor:pointer;\r\n\r\n  border-radius:0;              \/* Screens zeigen keine Rundung *\/\r\n  overflow:hidden;\r\n  position:relative;\r\n}\r\n\r\n\/* versteckte, aber fokussierbare Checkbox *\/\r\n.am-tgl{\r\n  position:absolute; inset:0;\r\n  width:1px; height:1px; opacity:0; pointer-events:none;\r\n}\r\n\r\n\/* 3D-Flip *\/\r\n.am-inner{\r\n  position:relative; width:100%; height:100%;\r\n  transform-style:preserve-3d;\r\n  transition:transform .7s cubic-bezier(.2,.8,.2,1);\r\n}\r\n.am-flip:has(.am-tgl:checked) .am-inner{ transform:rotateY(180deg); }\r\n\r\n\/* ---------- Faces ---------- *\/\r\n.am-face{\r\n  position:absolute; inset:0;\r\n  background-color:var(--bg);\r\n  background-repeat:no-repeat;\r\n  background-position:left calc(100% - 0px);\r\n  background-size:auto var(--boat-height);\r\n  backface-visibility:hidden; -webkit-backface-visibility:hidden;\r\n  padding:0 var(--padX);\r\n}\r\n\/* FRONT (Boot 1, Titel rechts mittig) *\/\r\n.am-front{\r\n  background-image:var(--front-boat);\r\n  display:grid!important; \r\n  place-items:end end;\r\n    background-position: left bottom 2vw; \/* 2vw Abstand vom unteren Rand *\/\r\n}\r\n\r\n\r\n.am-title1 {\r\n        font-family: Outfit;\r\n  margin:0;\r\n  font-weight:700; letter-spacing: 0em; text-transform:uppercase;\r\n  color:var(--front-title);\r\n  font-size:clamp(60px,4.2vw,20000px);      \/* gro\u00df wie im Mockup *\/\r\n  color:#3f4f67;\r\n  margin-bottom:3vw;\r\n}\r\n\r\n\/* BACK (Boot 2, Copy oben rechts, Subline+Titel rechts) *\/\r\n.am-back{\r\n  background-image:var(--back-boat);\r\n  transform:rotateY(180deg);\r\n  display:grid;\r\n  grid-template-rows:auto 1fr;\r\n  align-content:start;\r\n  padding-top:clamp(35px,4vw,20000px);\r\n}\r\n\r\n.am-copy{\r\n  justify-self:end; text-align:right; \r\n  max-width:min(45vw,60%);\r\n\r\n  font-family: Outfit;\r\n  font-weight:100;\r\n  line-height:1.2em;\r\n  font-size:clamp(17px, 1vw,20000px);\r\n  color:white;\r\n}\r\n\r\n\r\n.am-right{\r\n  justify-self:end; text-align:right;\r\n  margin-top:clamp(30px,2vw,12220px);\r\n}\r\n\r\n.am-eyebrow{\r\n  margin:0 0 .25rem 0; font-weight:800; text-transform:uppercase;\r\n  color:var(--back-text); letter-spacing:.02em;\r\n  font-family: Outfit;\r\n  font-size: clamp(22px, 1.4vw, 20000px);\r\n}\r\n\r\n.am-title-back1{\r\n  color:var(--back-title);\r\n  font-size:clamp(32px,2vw,63338px);\r\n   font-family: Outfit;\r\n   color:#3f4f67;\r\n   letter-spacing: 0em;\r\n}\r\n\r\n\/* Accessibility niceties *\/\r\n.am-flip:focus-within{ outline:2px solid rgba(255,255,255,.35); outline-offset:4px; }\r\n@media (prefers-reduced-motion: reduce){\r\n  .am-inner{ transition:none; }\r\n}\r\n\r\n\/* Container always painted in the dark blue so nothing \"white\" shows *\/\r\n.am-flip{ background-color: var(--bg); }\r\n\r\n\/* Kill all transforms\/animations from earlier *\/\r\n.am-inner{ transform:none !important; transition:none !important; }\r\n.am-face{ opacity:1 !important; visibility:visible !important; transition:none !important; }\r\n.am-back{ transform:none !important; }\r\n\r\n\/* Pure display-swap (instant, no fade) *\/\r\n.am-face{ display:none; }\r\n.am-front{ display:block; }\r\n.am-flip:has(.am-tgl:checked) .am-front{ display:none; }\r\n.am-flip:has(.am-tgl:checked) .am-back{ display:block; }\r\n\r\n.am-boat1 {\r\n  position:absolute;\r\n  left: var(--boat-left);\r\n  bottom: 0vw;\r\n  height: 83%;\r\n  width:auto;\r\n  color: var(--boat-color);     \/* << steuert die Pfadfarbe via currentColor *\/\r\n  pointer-events:none;\r\n}\r\n\r\npath.st1 {\r\n    fill: #46566d;\r\n}\r\n\r\n\r\n\/* --- Boot-Animation: Drift + sanftes Schaukeln ------------------- *\/\r\n\/* Tuning-Variablen *\/\r\n.am-flipbox1{\r\n  --boat-drift-start: -45%;   \/* Start weit links (eigene Breite) *\/\r\n  --boat-drift-end: -9%;       \/* Ziel nach rechts (eigene Breite) *\/\r\n  --boat-drift-duration: 10s;  \/* wie lange die Fahrt dauert *\/\r\n  --boat-bob-amplitude: 1.2%;  \/* vertikales Schaukeln *\/\r\n  --boat-bob-rotate: .25deg;   \/* leichter Rollwinkel *\/\r\n}\r\n\r\n\/* Sicherheitsnetz: kein altes Back-BG *\/\r\n.am-back{ background-image: none !important; }\r\n\r\n\/* Boot-Grundlage *\/\r\n.am-boat1, .am-boat1 g{ will-change: transform; }\r\n\r\n\/* Animation nur auf der R\u00fcckseite aktivieren *\/\r\n.am-flip:has(.am-tgl:checked) .am-boat1{\r\n  left: 0; \/* von ganz links starten, nicht mit Margin *\/\r\n  animation: boat-drift var(--boat-drift-duration) linear forwards;\r\n}\r\n\r\n\/* sanftes Schaukeln (l\u00e4uft w\u00e4hrend der Drift weiter) *\/\r\n.am-flip:has(.am-tgl:checked) .am-boat1 g{\r\n  animation: boat-bob 2.8s ease-in-out infinite alternate;\r\n}\r\n\r\n\/* Keyframes *\/\r\n@keyframes boat-drift{\r\n  from { transform: translateX(var(--boat-drift-start)); }\r\n  to   { transform: translateX(var(--boat-drift-end)); }\r\n}\r\n@keyframes boat-bob{\r\n  from { transform: translateY(0) rotate(0deg); }\r\n  to   { transform: translateY(var(--boat-bob-amplitude)) rotate(var(--boat-bob-rotate)); }\r\n}\r\n\r\n\/* Bei Bewegungsreduktion: keine Animation *\/\r\n@media (prefers-reduced-motion: reduce){\r\n  .am-flip:has(.am-tgl:checked) .am-boat1,\r\n  .am-flip:has(.am-tgl:checked) .am-boat1 g{\r\n    animation: none !important;\r\n    transform: none !important;\r\n  }\r\n}\r\n\r\n\r\n@media (max-width:1150px) {\r\n\/* --- Boot-Animation: Drift + sanftes Schaukeln ------------------- *\/\r\n\/* Tuning-Variablen *\/\r\n.am-flipbox1{\r\n  --boat-drift-start: -45%;   \/* Start weit links (eigene Breite) *\/\r\n  --boat-drift-end: -15%;       \/* Ziel nach rechts (eigene Breite) *\/\r\n  --boat-drift-duration: 10s;  \/* wie lange die Fahrt dauert *\/\r\n  --boat-bob-amplitude: 1.2%;  \/* vertikales Schaukeln *\/\r\n  --boat-bob-rotate: .25deg;   \/* leichter Rollwinkel *\/\r\n}\r\n\r\n.am-copy {\r\n    justify-self: end;\r\n    text-align: right;\r\n    max-width: min(55vw, 60%);\r\n}\r\n}\r\n\r\n@media (max-width:1024px) {\r\n    \r\n    \r\n     .am-flipbox1{\r\n\r\n  --boat-height:45%;            \/* Gr\u00f6\u00dfe der Bootsgrafik relativ zur H\u00f6he *\/\r\n   --boat-drift-end: -30%;       \/* Ziel nach rechts (eigene Breite) *\/\r\n}\r\n\r\n.am-copy{\r\n  justify-self:end; text-align:right; \r\n  max-width:min(55vw,60%);\r\n}\r\n\r\n.am-title1 {\r\n  font-size:clamp(55px,6vw,20000px);  \r\n  margin-bottom:5vw;\r\n}\r\n\r\n.am-title-back1{\r\n \r\n  font-size:4vw;\r\n}\r\n}\r\n\r\n@media (max-width:767px) {\r\n\r\n\r\n.am-title1{\r\n\r\n  font-size:6.8vw;\r\n   margin-bottom:6vw;\r\n}\r\n\r\n.am-copy {\r\n    justify-self: end;\r\n    text-align: right;\r\n    max-width: 100%;\r\n}\r\n\r\n  .am-flipbox1{\r\n\r\n  --boat-height:35%;            \/* Gr\u00f6\u00dfe der Bootsgrafik relativ zur H\u00f6he *\/\r\n   --boat-drift-start: -75%;   \/* Start weit links (eigene Breite) *\/\r\n  --boat-drift-end: -38%; \r\n\r\n}\r\n\r\n\/* Werte anpassen nach Geschmack *\/\r\n.am-flipbox1{\r\n  --front-boat-x: -6vw;   \/* weiter nach links = negativer Wert *\/\r\n  --front-boat-gap: 2vw;  \/* Abstand zum unteren Rand *\/\r\n}\r\n\r\n\/* Front-Boot neu positionieren *\/\r\n.am-front{\r\n  background-size: auto var(--boat-height);\r\n  background-position: var(--front-boat-x) calc(100% - var(--front-boat-gap)) !important;\r\n}\r\n\r\n.am-boat1 {\r\nheight:45%;\r\n}\r\n\r\n.am-right {\r\n    justify-self: end;\r\n    text-align: right;\r\n    margin-top: 1vw;\r\n}\r\n\r\n.am-back {\r\n\r\n    padding-top: 0vw;\r\n}\r\n\r\n\r\n\r\n\/* --- Robust show\/hide (no :has) ---------------------------------- *\/\r\n\/* Default: show FRONT, hide BACK *\/\r\n.am-front{ display:block !important; }\r\n.am-back{ display:none !important; }\r\n\r\n\/* When the checkbox is checked, swap faces *\/\r\n.am-tgl:checked + .am-inner .am-front{ display:none !important; }\r\n.am-tgl:checked + .am-inner .am-back{ display:block !important; }\r\n\r\n\/* Ensure no legacy transforms\/backdrops interfere *\/\r\n.am-back{ transform:none !important; background-image:none !important; }\r\n.am-inner{ transform:none !important; transition:none !important; }\r\n\r\n\/* --- Mobile: FRONT = 45vw, BACK = 75vw, container grows ---------- *\/\r\n\r\n  .am-flip{\r\n    aspect-ratio:auto;\r\n    height:auto;\r\n    max-height:none;\r\n    background: var(--bg); \/* avoid any flash *\/\r\n  }\r\n  .am-inner{ height:auto; }\r\n\r\n  \/* let the visible face define height on mobile *\/\r\n  .am-face{\r\n    position:relative;\r\n    inset:auto;\r\n  }\r\n\r\n  .am-front{\r\n       display:grid!important; \r\n  place-items:end end;\r\n    background-position: left bottom 2vw; \r\n    height:45vw;\r\n \r\n  }\r\n\r\n  .am-back{\r\n    height:320px;\r\n    padding-top:8vw;\r\n    padding-bottom:5vw;\r\n  }\r\n}\r\n\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-be18f76 e-flex e-con-boxed e-con e-parent\" data-id=\"be18f76\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24d0e94 elementor-widget elementor-widget-html\" data-id=\"24d0e94\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"am-flipbox\" style=\"--front-boat: url('\/wp-content\/uploads\/2025\/12\/Aquamot_Boote_Illustrationen_Flanschmotor-2-12.png'); --boat-color: #E9E5E3;\">\r\n  <label class=\"am-flip\" role=\"button\" aria-label=\"Flip\">\r\n    <input class=\"am-tgl\" type=\"checkbox\">\r\n\r\n    <div class=\"am-inner\">\r\n      <!-- FRONT -->\r\n      <section class=\"am-face am-front\">\r\n        <h1 class=\"am-title\">FLANGE MOTOR<\/h1>\r\n      <\/section>\r\n\r\n      <!-- BACK -->\r\n      <section class=\"am-face am-back\">\r\n        <p class=\"am-copy\">\r\n  Specially developed for sailboats, the flange motor ensures a silent but powerful performance. Low drag resistance through meticulous flow optimization and folding propellers, as well as a portable lithium high-performance battery, make it possible, among other things. Permanently designed for salt and fresh water, as well as brushless motor technology, make Aquamot's flange motors an indispensable piece of equipment for every sailor.  \r\n        <\/p>\r\n\r\n        <div class=\"am-right\">\r\n          <p class=\"am-eyebrow\">SUBLINE<\/p>\r\n          <h2 class=\"am-title am-title-back\">FIXED POD MOTOR<\/h2>\r\n        <\/div>\r\n\r\n        <!-- BOAT as inline SVG (color controlled via --boat-color) -->\r\n     <svg class=\"am-boat\" viewbox=\"0 0 1643.47 595.28\" aria-hidden=\"true\" focusable=\"false\">\r\n  <g fill=\"#e9e5e3\" stroke=\"none\">\r\n    <!-- Path 1: Das Segelboot -->\r\n    <path class=\"st1\" d=\"M935.76,527.29c-2.26-.17,3.46,2.72,5.7,2.89,2.07.16,4.15.26,6.23.36,17.65.82,35.33,1.13,52.99,1.36,20.59.28,41.21.45,61.79-.27,6.48-.09,12.94-.56,19.36-1.39.91-.12,1.81-.29,2.7-.53.15.05.29.1.44.14,5.63,1.65,12.14,1.45,17.95,1.65,10.21.35,20.44.36,30.65.36,22.8-.02,45.6-.44,68.4-.1,21.02.32,42.03,1.89,63.03,2.65,24.24.88,48.51,1.57,72.76,1.87,7.64.1,15.28.2,22.92,0,1.88.05,3.75-.07,5.61-.36,1.57-.33,2.3-1.54,3.16-2.81.79-1.17,1.56-2.35,2.33-3.54.77.08,1.55.16,2.32.23,9.25.59,18.53.48,27.77-.3,11.38-.65,75.03-.95,86.43-.93,7.82,0,5.6-3.7,2.16-3.62-19.26.46-52.01-.32-71.26.22-10.06.28-20.09,1.14-30.15,1.44-4.38.12-8.77.12-13.14-.18-.68-.05-1.37-.11-2.05-.17,8.9-14.32,16.42-29.56,26.53-43.07.99-1.33-.65-2.86-1.98-2.58-.86.18-2.21.38-2.55.42-7.85.98-15.82,1.2-23.72,1.49-12.79.47-25.59.71-38.39.9-30.58.46-61.17.56-91.75.57,4-1.35,8-2.66,12.03-3.89,15.64-4.91,31.75-8.12,48.07-9.57,20.91-1.71,41.96-.59,62.82,1.2.61.09,1.21-.22,1.49-.78.19-.29.28-.64.26-.98-.13-4.62-.33-9.23-.61-13.84-2.31-37.81-9.84-75.21-20.75-111.44-10.57-34.58-23.78-68.29-39.51-100.84-13.51-28.17-28.5-55.6-44.9-82.19-11.56-18.89-23.82-37.29-36.78-55.21-4.91-6.79-9.88-13.57-15.15-20.09-.09-.16-.2-.3-.34-.42-.59-.59-1.55-.62-2.17-.06-.36.23-.62.6-.72,1.02-.11.35-.07.72.09,1.05,1.53,5.56,2.93,11.16,4.19,16.79,10.52,47,11.48,95.48,10.44,143.44-1.08,49.61-3.23,99.21-4.93,148.8-.79,23.03-1.58,46.07-2.37,69.11-1.13-1.56-2.3-3.09-3.5-4.61-.73-16.85-1.36-33.72-1.88-50.6-.72-23.17-1.21-46.35-1.47-69.54-.26-23.83-.28-47.65-.05-71.48.26-25.4.77-50.8,1.52-76.2.84-27.59,1.91-55.16,3.2-82.72v-.17c-.02-.86-.73-1.54-1.59-1.52-.09-.03-.18-.05-.27-.06-.79-.08-1.5.49-1.59,1.28-.17,1.08-.38,2.15-.61,3.21-3.26,15.09-8.77,29.81-13.95,44.32-8.01,22.43-16.58,44.68-25.29,66.85-9.69,24.58-19.53,49.1-29.54,73.56-8.96,21.91-18,43.78-27.13,65.61-5.93,14.2-11.9,28.37-17.91,42.53-.14.25-.22.53-.22.82-.02.98.76,1.8,1.74,1.82,11.65-.11,23.28,1.3,34.57,4.18,20.24,5.19,39.12,14.67,55.38,27.79,7.96,6.42,15.22,13.68,21.64,21.65.31,7.05.63,14.11.97,21.16h-1.01c-5.7-6.2-11.52-12.3-17.54-18.2-26.02-25.48-56.81-48.22-93.31-55.15-.76-.21-1.57.12-1.98.8-3.09,6.57.87,12.69,5.72,17.1,6.58,5.98,14.67,10.32,22.51,14.38,10.25,5.31,20.77,10.09,31.21,15,10.58,4.98,21.16,10.03,31.32,15.83,5.5,3.05,10.79,6.46,15.83,10.23-24.55-.07-49.09-.15-73.63-.25-13.71-.07-27.42-.12-41.13-.16-3.99-.01-21.36-.75-16.88,7.61,1.86,3.47,6.46,4.02,9.96,4.24,5.57.35,11.2.22,16.78.33l43.16.83c13.95.27,28.03,1.13,41.98.45,6.4-.15,12.76-1.18,18.88-3.07,2.8-.97,5.52-2.17,8.12-3.59.27.27.54.54,1.05,1.04.48.38,1.15.43,1.68.13.65-.26,1.08-.89,1.07-1.59-.05-.61-.03-1.21.06-1.81.34-.21.68-.42,1.02-.63h.38c-.05,1.33-.09,2.66-.14,3.99-.19,5.36-.66,10.79-.34,16.14.25,4.2,1.1,8.59,3.85,11.93,3.03,3.67,7.61,4.7,12.14,5.13,24.48,2.3,49.26,1.43,73.82,1.36,12.34-.03,24.69.04,37.02.6,6.16.28,12.3.68,18.44,1.24,3.55.32,7.1.79,10.64,1.22-.53.84-1.07,1.67-1.63,2.49-.25.32-.52.62-.81.91-.25.03-.5.05-.75.07-.54.05-1.09.07-1.64.1-1.69.08-3.39.12-5.09.14-29.34.44-58.77-.72-88.09-1.74-28.73-1-57.38-2.94-86.13-2.93-15.98,0-31.98.17-47.97.2-13.21.02-26.47.11-39.66-.67-3.11-.04-6.21-.37-9.26-.96.11-.53.18-1.07.25-1.6.7-5.6-1.41-11.52-4.38-16.2-2.54-4.02-6.59-8.61-11.71-8.91-4.41-.26-5.06,4.36-4.32,7.7,1.44,5.21,4.06,10.02,7.67,14.04,1.59,1.96,3.38,3.74,5.36,5.31-1.08.12-2.17.2-3.28.3-4.44.39-8.9.59-13.36.75-23.15.83-46.36.56-69.51.19-17.33-.28-57.79-1-57.79-1ZM1123.42,423.11c26.54,11.79,48.94,30.79,69.13,51.54-2.88-1.78-5.81-3.46-8.73-5.09-19.81-11.04-40.92-19.49-61.02-29.96-7.49-3.91-15.32-8.04-21.56-13.83-2.09-1.8-3.78-4.01-4.97-6.49-.68-1.57-.8-3.33-.34-4.98,9.46,1.92,18.68,4.87,27.5,8.8h-.01ZM1204.16,487.46l.42.39c-2.52,1.27-5.15,2.31-7.85,3.12-13,3.8-27.03,2.67-40.39,2.41l-41.79-.8-20.9-.4c-5.3-.11-10.67.07-15.96-.34-1.8-.14-4.22-.32-5.65-1.56-1.65-1.44-.24-2.1,1.32-2.52,3.71-1.01,7.79-.72,11.61-.71,6.06.02,12.13.05,18.19.07,14.86.06,29.71.13,44.57.18h0c18.81.08,37.62.14,56.43.17h0ZM1206.67,128.1c-1.12,25.14-2.03,50.29-2.71,75.45-.69,25.06-1.13,50.12-1.31,75.19-.17,23.7-.09,47.41.23,71.11.33,23.27.88,46.53,1.65,69.78.41,12.45.89,24.91,1.41,37.36-13.74-15.91-30.69-28.73-49.74-37.63-18.45-8.72-38.56-13.38-58.97-13.68l.35-.83c6.55-15.45,13.05-30.92,19.51-46.4,9.34-22.38,18.59-44.79,27.74-67.25,10.06-24.56,19.91-49.2,29.55-73.92,8.42-21.55,16.68-43.17,24.3-65.01,2.8-8.01,5.52-16.05,7.97-24.16h.02s0-.01,0-.01ZM1209.93,467.65c1.08,1.45,2.09,2.95,3.02,4.5-.13,3.64-.25,7.29-.38,10.94-.43.3-.86.6-1.3.89h-.59c-.05-1.01-.1-2.03-.15-3.04-.21-4.43-.41-8.86-.61-13.29h.01ZM1216.17,480.4l.11-3.28c.43.71.86,1.42,1.28,2.14-.46.39-.93.77-1.4,1.14h.01ZM1217.28,483.98c.7-.51,1.39-1.03,2.08-1.56.29.52.57,1.04.85,1.56h-2.93s0,0,0,0ZM1215.95,103.18c22.75,35.7,40.64,74.62,50.9,115.77,8.18,32.64,11.28,66.35,9.17,99.94-1.74,26.64-6.78,52.97-15.01,78.37-5.65,17.64-12.91,34.73-21.67,51.05-3.19,6.11-6.74,12.02-10.65,17.7-.19.17-.34.38-.44.61-.14.19-.25.42-.3.66-1.83,3.52-4.31,6.67-7.31,9.27l-.38.35c-1.2-2.02-2.46-4.02-3.76-5.98l.77-22.51c.85-24.91,1.71-49.82,2.56-74.72.85-24.9,1.7-49.8,2.56-74.71.82-23.92,1.73-47.85,1.87-71.78h0c.26-43.74-2.13-87.86-12.54-130.46,1.42,2.14,2.82,4.3,4.2,6.46l.03-.02ZM1273.92,471.2c-14.47,3.36-28.71,7.63-42.63,12.8h-7.13c-.66-1.29-1.34-2.57-2.05-3.83,3.88-3.2,7-7.22,9.14-11.77.07-.1.14-.19.21-.29,5.08-7.35,9.6-15.06,13.54-23.07,9.08-17.76,16.46-36.34,22.03-55.49,7.85-26.78,12.22-54.47,13.01-82.37.87-34.71-3.68-69.34-13.49-102.64-8.14-27.44-19.29-53.91-33.24-78.91,10.36,15.15,20.27,30.59,29.71,46.31,16.39,27.2,31.28,55.27,44.62,84.09,15.37,32.97,28.04,67.13,37.9,102.14,9.93,35.82,16.38,72.7,17.55,109.9-12.31-1.03-24.65-1.78-37-1.87-17.52-.27-35.01,1.41-52.15,5h-.02ZM1369.88,525.86c-3.5-.41-7-.9-10.51-1.25-24.15-2.38-48.46-2.1-72.7-1.97-12.22.06-24.44.09-36.65-.27-6.03-.18-12.05-.46-18.07-.87-4.97-.35-10.99-.36-14.07-4.98-2.54-3.8-2.58-8.85-2.49-13.25.11-5.25.34-10.51.53-15.76h6.1c.28.57.56,1.15.84,1.73.4.68,1.21,1.01,1.98.8,2.35-.85,4.7-1.69,7.05-2.53,6.66,0,13.32,0,19.98-.01,31.81-.05,63.63-.16,95.44-.79,11.21-.22,22.42-.49,33.61-1.04,4.64-.23,9.42-.33,14.08-.94-.77,1.13-1.53,2.28-2.29,3.44v.02c-8.01,12.3-15.2,25.12-22.84,37.66h0ZM1083.46,525.46c-4.99-2.72-8.95-8.64-11.36-13.3-.96-1.85-3.14-5.81-2.17-8.01.91-2.06,4.96,1.07,5.95,1.98h0c4.83,4.38,8.96,12.53,7.58,19.33h0Z\"\/>\r\n    \r\n    <!-- Path 2: DIE WASSERLINIE -->\r\n    <path class=\"st1\" d=\"M119.02,527.45c2.15.12,621.37-1.8,728.55-1.99,3.44.18,125.87,2.59,129.82,2.6l-.88,3.43c-51.61.34-156.44-1.68-169.75-1.63-103.25,1.24-678.72,2.44-687.73,1.97-2.25-.12-2.26-4.5,0-4.38Z\"\/>\r\n  <\/g>\r\n<\/svg>\r\n      <\/section>\r\n    <\/div>\r\n  <\/label>\r\n<\/div>\r\n\r\n\r\n<style>\r\n    \r\n    \r\n    .am-flipbox{\r\n  --bg:#33445e;                 \/* dunkles Blau wie im Mockup *\/\r\n\r\n  --back-text:#ffffff;          \/* Flie\u00dftext-R\u00fcckseite *\/\r\n  --back-title:#b4bcc8;         \/* R\u00fcckseitentitel *\/\r\n  --padX:4vw;  \/* Seitenabstand rechts *\/\r\n\r\n  --boat-height:80%;            \/* Gr\u00f6\u00dfe der Bootsgrafik relativ zur H\u00f6he *\/\r\n}\r\n\r\n\/* Klickfl\u00e4che + Seitenverh\u00e4ltnis laut Screenshot *\/\r\n.am-flip{\r\n  display:block;\r\n  width:100%;\r\n  aspect-ratio:1779\/345;\r\n  height:clamp(270px,19vw, 20000px);             \/* optionales Cap *\/\r\n  cursor:pointer;\r\n\r\n  border-radius:0;              \/* Screens zeigen keine Rundung *\/\r\n  overflow:hidden;\r\n  position:relative;\r\n}\r\n\r\n\/* versteckte, aber fokussierbare Checkbox *\/\r\n.am-tgl{\r\n  position:absolute; inset:0;\r\n  width:1px; height:1px; opacity:0; pointer-events:none;\r\n}\r\n\r\n\/* 3D-Flip *\/\r\n.am-inner{\r\n  position:relative; width:100%; height:100%;\r\n  transform-style:preserve-3d;\r\n  transition:transform .7s cubic-bezier(.2,.8,.2,1);\r\n}\r\n.am-flip:has(.am-tgl:checked) .am-inner{ transform:rotateY(180deg); }\r\n\r\n\/* ---------- Faces ---------- *\/\r\n.am-face{\r\n  position:absolute; inset:0;\r\n  background-color:var(--bg);\r\n  background-repeat:no-repeat;\r\n  background-position:left calc(100% - 0px);\r\n  background-size:auto var(--boat-height);\r\n  backface-visibility:hidden; -webkit-backface-visibility:hidden;\r\n  padding:0 var(--padX);\r\n}\r\n\/* FRONT (Boot 1, Titel rechts mittig) *\/\r\n.am-front{\r\n  background-image:var(--front-boat);\r\n  display:grid!important; \r\n  place-items:end end;\r\n    background-position: left bottom 2vw; \/* 2vw Abstand vom unteren Rand *\/\r\n}\r\n\r\n\r\n.am-title{\r\n        font-family: Outfit;\r\n  margin:0;\r\n  font-weight:700; letter-spacing: 0em; text-transform:uppercase;\r\n  color:var(--front-title);\r\n  font-size:clamp(60px,4.2vw,20000px);      \/* gro\u00df wie im Mockup *\/\r\n  color:#8e95a1;\r\n  margin-bottom:3vw;\r\n}\r\n\r\n\/* BACK (Boot 2, Copy oben rechts, Subline+Titel rechts) *\/\r\n.am-back{\r\n  background-image:var(--back-boat);\r\n  transform:rotateY(180deg);\r\n  display:grid;\r\n  grid-template-rows:auto 1fr;\r\n  align-content:start;\r\n  padding-top:clamp(35px,4vw,20000px);\r\n}\r\n\r\n.am-copy{\r\n  justify-self:end; text-align:right; \r\n  max-width:min(45vw,60%);\r\n\r\n  font-family: Outfit;\r\n  font-weight:100;\r\n  line-height:1.2em;\r\n  font-size:clamp(17px, 1vw,20000px);\r\n  color:white;\r\n}\r\n\r\n\r\n.am-right{\r\n  justify-self:end; text-align:right;\r\n  margin-top:clamp(30px,2vw,12220px);\r\n}\r\n\r\n.am-eyebrow{\r\n  margin:0 0 .25rem 0; font-weight:800; text-transform:uppercase;\r\n  color:var(--back-text); letter-spacing:.02em;\r\n  font-family: Outfit;\r\n  font-size: clamp(22px, 1.4vw, 20000px);\r\n}\r\n\r\n.am-title-back{\r\n  color:var(--back-title);\r\n  font-size:clamp(32px,2vw,63338px);\r\n   font-family: Outfit;\r\n   color:#8e95a1;\r\n   letter-spacing: 0em;\r\n}\r\n\r\n\/* Accessibility niceties *\/\r\n.am-flip:focus-within{ outline:2px solid rgba(255,255,255,.35); outline-offset:4px; }\r\n@media (prefers-reduced-motion: reduce){\r\n  .am-inner{ transition:none; }\r\n}\r\n\r\n\/* Container always painted in the dark blue so nothing \"white\" shows *\/\r\n.am-flip{ background-color: var(--bg); }\r\n\r\n\/* Kill all transforms\/animations from earlier *\/\r\n.am-inner{ transform:none !important; transition:none !important; }\r\n.am-face{ opacity:1 !important; visibility:visible !important; transition:none !important; }\r\n.am-back{ transform:none !important; }\r\n\r\n\/* Pure display-swap (instant, no fade) *\/\r\n.am-face{ display:none; }\r\n.am-front{ display:block; }\r\n.am-flip:has(.am-tgl:checked) .am-front{ display:none; }\r\n.am-flip:has(.am-tgl:checked) .am-back{ display:block; }\r\n\r\n.am-boat{\r\n  position:absolute;\r\n  left: var(--boat-left);\r\n  bottom: 0vw;\r\n  height: 105%;\r\n  width:auto;\r\n  color: var(--boat-color);     \/* << steuert die Pfadfarbe via currentColor *\/\r\n  pointer-events:none;\r\n}\r\n\r\npath.st0 {\r\n    fill: #e9e5e38f;\r\n}\r\n\r\n\r\n\/* --- Boot-Animation: Drift + sanftes Schaukeln ------------------- *\/\r\n\/* Tuning-Variablen *\/\r\n.am-flipbox{\r\n  --boat-drift-start: -65%;   \/* Start weit links (eigene Breite) *\/\r\n  --boat-drift-end: -15%;       \/* Ziel nach rechts (eigene Breite) *\/\r\n  --boat-drift-duration: 10s;  \/* wie lange die Fahrt dauert *\/\r\n  --boat-bob-amplitude: 1.2%;  \/* vertikales Schaukeln *\/\r\n  --boat-bob-rotate: .25deg;   \/* leichter Rollwinkel *\/\r\n}\r\n\r\n\/* Sicherheitsnetz: kein altes Back-BG *\/\r\n.am-back{ background-image: none !important; }\r\n\r\n\/* Boot-Grundlage *\/\r\n.am-boat, .am-boat g{ will-change: transform; }\r\n\r\n\/* Animation nur auf der R\u00fcckseite aktivieren *\/\r\n.am-flip:has(.am-tgl:checked) .am-boat{\r\n  left: 0; \/* von ganz links starten, nicht mit Margin *\/\r\n  animation: boat-drift var(--boat-drift-duration) linear forwards;\r\n}\r\n\r\n\/* sanftes Schaukeln (l\u00e4uft w\u00e4hrend der Drift weiter) *\/\r\n.am-flip:has(.am-tgl:checked) .am-boat g{\r\n  animation: boat-bob 2.8s ease-in-out infinite alternate;\r\n}\r\n\r\n\/* Keyframes *\/\r\n@keyframes boat-drift{\r\n  from { transform: translateX(var(--boat-drift-start)); }\r\n  to   { transform: translateX(var(--boat-drift-end)); }\r\n}\r\n@keyframes boat-bob{\r\n  from { transform: translateY(0) rotate(0deg); }\r\n  to   { transform: translateY(var(--boat-bob-amplitude)) rotate(var(--boat-bob-rotate)); }\r\n}\r\n\r\n\/* Bei Bewegungsreduktion: keine Animation *\/\r\n@media (prefers-reduced-motion: reduce){\r\n  .am-flip:has(.am-tgl:checked) .am-boat,\r\n  .am-flip:has(.am-tgl:checked) .am-boat g{\r\n    animation: none !important;\r\n    transform: none !important;\r\n  }\r\n}\r\n\r\n\r\n@media (max-width:1150px) {\r\n\/* --- Boot-Animation: Drift + sanftes Schaukeln ------------------- *\/\r\n\/* Tuning-Variablen *\/\r\n.am-flipbox{\r\n  --boat-drift-start: -65%;   \/* Start weit links (eigene Breite) *\/\r\n  --boat-drift-end: -35%;       \/* Ziel nach rechts (eigene Breite) *\/\r\n  --boat-drift-duration: 10s;  \/* wie lange die Fahrt dauert *\/\r\n  --boat-bob-amplitude: 1.2%;  \/* vertikales Schaukeln *\/\r\n  --boat-bob-rotate: .25deg;   \/* leichter Rollwinkel *\/\r\n}\r\n\r\n.am-copy {\r\n    justify-self: end;\r\n    text-align: right;\r\n    max-width: min(55vw, 60%);\r\n}\r\n}\r\n\r\n@media (max-width:1024px) {\r\n    \r\n    \r\n     .am-flipbox{\r\n\r\n  --boat-height:80%;            \/* Gr\u00f6\u00dfe der Bootsgrafik relativ zur H\u00f6he *\/\r\n   --boat-drift-end: -55%;       \/* Ziel nach rechts (eigene Breite) *\/\r\n}\r\n\r\n.am-copy{\r\n  justify-self:end; text-align:right; \r\n  max-width:min(55vw,60%);\r\n}\r\n\r\n.am-title {\r\n  font-size:clamp(55px,6vw,20000px);  \r\n  margin-bottom:5vw;\r\n}\r\n\r\n.am-title-back{\r\n \r\n  font-size:4vw;\r\n}\r\n}\r\n\r\n@media (max-width:767px) {\r\n\r\n\r\n.am-title{\r\n\r\n  font-size:6.8vw;\r\n   margin-bottom:6vw;\r\n}\r\n\r\n.am-copy {\r\n    justify-self: end;\r\n    text-align: right;\r\n    max-width: 100%;\r\n}\r\n\r\n  .am-flipbox{\r\n\r\n  --boat-height:80%;            \/* Gr\u00f6\u00dfe der Bootsgrafik relativ zur H\u00f6he *\/\r\n   --boat-drift-start: -75%;   \/* Start weit links (eigene Breite) *\/\r\n  --boat-drift-end: -55%; \r\n\r\n}\r\n\r\n\/* Werte anpassen nach Geschmack *\/\r\n.am-flipbox{\r\n  --front-boat-x: -6vw;   \/* weiter nach links = negativer Wert *\/\r\n  --front-boat-gap: 2vw;  \/* Abstand zum unteren Rand *\/\r\n}\r\n\r\n\/* Front-Boot neu positionieren *\/\r\n.am-front{\r\n  background-size: auto var(--boat-height);\r\n  background-position: var(--front-boat-x) calc(100% - var(--front-boat-gap)) !important;\r\n}\r\n\r\n.am-boat {\r\nheight:45%;\r\n}\r\n\r\n.am-right {\r\n    justify-self: end;\r\n    text-align: right;\r\n    margin-top: 1vw;\r\n}\r\n\r\n.am-back {\r\n\r\n    padding-top: 0vw;\r\n}\r\n\r\n\r\n\r\n\/* --- Robust show\/hide (no :has) ---------------------------------- *\/\r\n\/* Default: show FRONT, hide BACK *\/\r\n.am-front{ display:block !important; }\r\n.am-back{ display:none !important; }\r\n\r\n\/* When the checkbox is checked, swap faces *\/\r\n.am-tgl:checked + .am-inner .am-front{ display:none !important; }\r\n.am-tgl:checked + .am-inner .am-back{ display:block !important; }\r\n\r\n\/* Ensure no legacy transforms\/backdrops interfere *\/\r\n.am-back{ transform:none !important; background-image:none !important; }\r\n.am-inner{ transform:none !important; transition:none !important; }\r\n\r\n\/* --- Mobile: FRONT = 45vw, BACK = 75vw, container grows ---------- *\/\r\n\r\n  .am-flip{\r\n    aspect-ratio:auto;\r\n    height:auto;\r\n    max-height:none;\r\n    background: var(--bg); \/* avoid any flash *\/\r\n  }\r\n  .am-inner{ height:auto; }\r\n\r\n  \/* let the visible face define height on mobile *\/\r\n  .am-face{\r\n    position:relative;\r\n    inset:auto;\r\n  }\r\n\r\n  .am-front{\r\n       display:grid!important; \r\n  place-items:end end;\r\n    background-position: left bottom 2vw; \r\n    height:45vw;\r\n \r\n  }\r\n\r\n  .am-back{\r\n    height:450px!important;\r\n    padding-top:8vw;\r\n    padding-bottom:5vw;\r\n  }\r\n}\r\npath.st1 {\r\n    fill: #969ca8 !important;\r\n}\r\n\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b8465b2 e-flex e-con-boxed e-con e-parent\" data-id=\"b8465b2\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ea7093 elementor-widget elementor-widget-html\" data-id=\"9ea7093\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"am-flipbox2\" style=\"--front-boat: url('\/wp-content\/uploads\/2025\/09\/Gruppe-145.png'); --boat-color: #E9E5E3;\">\r\n  <label class=\"am-flip\" role=\"button\" aria-label=\"Flip\">\r\n    <input class=\"am-tgl\" type=\"checkbox\">\r\n\r\n    <div class=\"am-inner\">\r\n      <!-- FRONT -->\r\n      <section class=\"am-face am-front3\">\r\n        <h1 class=\"am-title2\">STEERABLE POD MOTOR<\/h1>\r\n      <\/section>\r\n\r\n      <!-- BACK -->\r\n      <section class=\"am-face am-back\">\r\n        <p class=\"am-copy2\">\r\n  Robust and strong, Aquamot's underfloor motors present themselves and impress across the board. The heart of the stable and hydrodynamically optimized housing is the highly efficient and gearless motor. An optimized cavitation plate prevents air from being sucked in at low immersion depths. A vibration-damping suspension system, in turn, ensures maximum smoothness.    \r\n        <\/p>\r\n\r\n        <div class=\"am-right\">\r\n          <p class=\"am-eyebrow\">SUBLINE<\/p>\r\n          <h2 class=\"am-title2 am-title-back2\">STEERABLE POD MOTOR<\/h2>\r\n        <\/div>\r\n\r\n        <!-- BOAT as inline SVG (color controlled via --boat-color) -->\r\n        <svg class=\"am-boat2\" viewbox=\"0 0 1500 600\" aria-hidden=\"true\" focusable=\"false\">\r\n          <g xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n      <path class=\"st1\" d=\"M1488.61,521.73c-11.76-1.81-23.32-1.56-34.83,1.62h0c-16.44,4.54-26.15,10.56-44.25,10.27-18.82-.3-37.22-6.8-55.51-10.61-12.74-2.65-25.57-3.62-38.51-4.61,6.71-3.07,13.79-5.39,20.51-8.47,27.55-12.65,55.28-27.95,78.54-47.54,7.83-6.59,15.11-13.91,22.21-21.27,4.66-4.83,16.68-17.43,19.83-22.66.75-1.24.89-2.09.56-3.54-2.2-3.24-7.33-3.93-10.88-4.9,4.09-3.45,8.14-6.83,12.04-10.51,1.25.24,2.51.4,3.78.49,1.07.03,1.52-.1,2.3-.81l-.07-.89c-3.34-2.77-19.33-5.49-24-6.43-55.62-11.23-113.41-13.75-170.04-13.12-13.67.15-27.34,1.11-41.01,1.33-2.64.04-5.74.1-8.23-.89-4.46-1.76-8.62-5.09-12.82-7.44-6.02-3.37-12.49-6.25-18.69-9.3-8.39-4.12-16.87-8.04-25.43-11.78-3.37-1.49-7.17-2.63-10.39-4.37-4.38-2.36-2.41-6.27-8.83-8.39-10.95-3.61-24.34-3.65-35.79-4.3-14.27-.89-28.56-1.45-42.87-1.68-12.67-.2-29.39,1.53-40.93-4.07-14.15-6.87-20.08-21.73-28-34.32-3.34-5.33-7.29-10.24-11.78-14.64-13.18-12.68-26.94-15.73-44.65-15.45-4.5-9.66-8.74-19.43-12.74-29.31-1.73-4.21-3.06-9.45-5.32-13.32-.72-1.23-1.92-2.65-3.33-3.09-1.07-.33-1.41-.01-2.24.55-1.42,3.33,1.14,8.19,2.21,11.42-3.98-.88-8.01-1.69-12.1-1.3-18.4,1.76-27.94,26.61-47.68,33.13-5.54,1.83-10.31.69-15.86,1.35-.97.84-.96.77-1.11,2.04,1.42,3.86,7.91,8.19,11.45,10.16,18.18,10.09,34.06-9.83,50.7-14.49,7.93-2.22,16.19-2.38,23.45,1.85.92.54,2.57,1.41,2.83,2.42-.96.29-2.15.51-2.94,1.14-.45.37-.33.85-.38,1.38,1.01,2.4,3.03,4.04,4.72,5.95,8.15,9.23,20.12,35.86,19.13,48.18-.42,5.21-3.52,11.55-8.2,14.29-4.49,2.63-11.68,3.01-16.73,3.84-7.36,1.22-31.74,4.85-37,9.64-2.67,2.43-6.51,8.22-6.62,11.89-.06,1.62.54,3.19,1.66,4.36,4.59,4.81,13.9,4.26,20.06,4.45-4.84,4.4-10.69,7.94-15.98,11.8-10.24,7.48-20.47,15.11-30.34,23.08-17.58-.05-46.42-.82-60.75,10.19-5.59,4.3-10.49,9.58-14.9,15.07-6.18,7.68-30.68,44.15-31.29,51.08-.24,2.72,2.05,4.86,3.64,6.81.06,5.08,1.03,9.77,2.18,14.69,10.61-.22,21.38.44,32,.69l54.22,1.1,148.57,2.27c14.94.26,29.88.66,44.81,1.2,9.75.36,19.51,1,29.26,1.05,3.79-.17,7.51.36,11.29.62,0,0,0,0,0,0-3.77-.26-7.49-.78-11.28-.62h0l2.96.48.12.36-.32.36c-9.45-.07-22.61,2.13-32.26,3.35-24.27,3.08-47.35,5.6-71.87,5.75-10.24.14-20.46-.65-30.56-2.36-18.8-3.14-36.06-6.71-55.54-5.22-10.78.82-19.07,5.3-28.88,9.17-6.08,2.4-14.14,3.66-22.28,4.22-5.79,0-11.11.02-16,.05-159.57.42-692.31,2.37-694.31,2.27-2.26-.12-2.25,4.26,0,4.38,9.01.47,584.48-.73,687.73-1.97,1.6,0,4.46-.02,8.33-.04,11.2.31,27.87-.77,38.41-4.69,12.01-4.46,16.52-10.03,29.87-10.93,17.36-1.17,33.21,3.55,50.05,6.56,10.51,1.9,21.18,2.79,31.86,2.66,44.77-.41,88.73-12.02,133.53-11.66,8.76.07,15.67,2.89,23.93,5.29,15.2,4.42,32.59,8.45,48.44,6.73-13.86-3.03-27.92-4.3-41.76-7.69-3.89-.96-7.95-1.85-11.64-3.43,13.32,1.21,26.54,3.29,39.59,6.22,21.82,4.79,43.87,11.28,66.34,11.67,17.97.32,35.15-3.9,52.76-6.75,15.4-2.49,30.81-3.48,46.38-2.35,13.58.98,27.07,3,40.35,6.03,15.39,3.5,30.87,8.49,46.74,8.91,13.55.35,25.17-3.15,37.78-7.5,5.55-1.92,11.18-3.9,17.01-4.79,9.97-1.51,19.15-.05,29.01.85.83-.69.77-.67.92-1.75-1.25-1.15-2.69-1.19-4.35-1.44ZM1450.41,414.37c-12.38-.5-24.81-.25-37.2-.41-31.87-.47-63.74-.68-95.61-.64-58.53-.08-117.06.17-175.59.78-22.26.33-44.52,1.42-66.78,1.71,1.07-6.08,3.33-12.01,7.54-16.62,22.18-3.14,44.61-4.58,66.95-6.04-2.02,2.82-5.29,6.98-5.53,10.52-.1,1.4-.03,3.33.91,4.42,1.15-.33,1.54-2.3,1.94-3.39,1.78-4.92,3.84-8,7.63-11.59,17.07-1.1,34.22-1.35,51.32-1.8l31.47.09c-1.91,2.89-4.61,6.34-4.78,9.92-.07,1.58.2,3.48,1.3,4.67l.6-.02c.8-1.61.87-3.61,1.35-5.35.93-3.38,3.24-6.54,5.15-9.42,16.07-.28,32.48.71,48.53,1.44,33.75,1.53,67.08,4.07,100.56,8.63,20.21,2.75,41.17,5.63,60.23,13.11ZM906.11,408.57s0,0,0,0h0c-7.3-.3-14.61-.47-21.92-.53-4.38.16-9.65-.58-13.87.43h0c-.54.06-1.07.08-1.61.07.53.01,1.07,0,1.61-.07,4.22-1.01,9.49-.27,13.87-.43-.74-.08-1.48-.14-2.23-.19.74.05,1.49.11,2.23.19,7.31.05,14.62.23,21.92.53,10.35-.71,87.65-4.92,90.75-3.91,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0-3.11.9-6.9.36-10.14.57h0c3.24-.21,7.03.32,10.14-.57-3.11-1-80.4,3.2-90.75,3.91ZM924.02,408.55c-3.76.15-7.51.32-11.27.46-8.3.29-22.02,1.58-29.65.06,0,0,0,0,0,0,7.62,1.52,21.34.23,29.64-.06,3.76-.14,7.52-.3,11.27-.46ZM987.17,407.29h0c29.14-1.03,57.84-4.1,86.77-7.51,1.64-.25,3.42-.25,5.08-.36-3.56,5.3-5.52,10.21-6.06,16.59-30.68,1.23-61.51,1.29-92.15,3.09l-5.96.08c3.58-4.82,7.43-8.4,12.32-11.89ZM1155.29,390.17c10.56-2.18,21.92-2.38,32.68-2.72,12.81-.42,25.62-.68,38.44-.8,3.12-.14,6.82-.63,9.87.05.8.17,1.82.33,2.29,1.02-.92.78-2.19.95-3.36,1-8.4.42-16.99-.05-25.41-.02-13.33.12-26.66.47-39.98,1.05-4.85.11-9.68.42-14.54.41ZM1455.39,398.31h0c-3.37,3.75-7.51,7.1-11.25,10.5-2.27-.71-4.58-1.25-6.88-1.84-14.96-3.97-30.21-5.23-45.33-8.08,6.62-3.88,13.34-5.53,20.74-7.26,5.98-.64,34.73,5.29,42.72,6.68ZM1354.51,385.86h0c17.33,1.17,34.63,2.58,51.92,4.23-6.47,2.12-12.33,4.26-18.21,7.75-4.81.54-17.81-2.01-23.48-2.59-16.92-1.69-33.86-3.12-50.82-4.29,6.01-2.3,11.91-4.34,18.21-5.75,7.12-.88,15.23.2,22.39.64ZM1240.95,384.74c.05-.05.11-.09.18-.11,1.16-.24,1.78-.27,2.87-.85,0,0,0,0,0,0h0c1.73.72,16.34-.34,19.73-.39,20.14-.3,42.78-.9,62.73.69-3.21.74-6.37,1.71-9.45,2.89-2.68,1.04-5.74,2.68-8.54,3.17-5.11.89-11.22.02-16.39-.19-8.45-.36-16.9-.64-25.35-.85-6.55-.16-20.15.39-25.79-.63-.45-1.26-.17-2.43.02-3.72,0,0,0,0,0,0ZM1240.74,383.14c-13.16-1.57-50.55,1.25-61.54,1.5-9.17.21-18.56-.39-27.67.2,2.92,1.84,20.29-.71,20.98,1.05h0c-8.12.26-16.04,2.24-24.1,2.95l-90.67,8.31c-30.42,2.72-61.05,4.04-91.56,5.46-9.18.42-18.38.55-27.55,1.12,14.06-7.04,50.25-16.6,65.76-18.35,7.06-.79,14.33-.58,21.42-.56l28.53.08,97.17-.06s0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,9.11-.59,18.5,0,27.67-.2,10.99-.25,48.38-3.07,61.54-1.5ZM1166.47,354.86h0c16.82,7.68,35.55,15.7,50.93,25.89-46.58,1.62-93.11,1.36-139.71,1.4h-41.13c-17.31,0-34.02-.23-51.01,3.63-11.49,3.09-22.88,6.5-34.18,10.24-10.72,3.48-19.88,7.97-31.34,8.43l80.84-27.4c43.56-14.4,86.34-27.92,132.53-30.39,4.35-.31,9.74-1.02,13.96.08,6.51,1.7,12.98,5.32,19.11,8.12ZM923.12,257.47h0c-17.25-4.92-32.27,6.64-46.41,14.53-3.73,1.88-7.67,3.34-11.9,3.33-7.75-.02-13.16-4.74-18.39-9.8,31.79,2.54,36.22-28.45,60.42-34.38,4.84-.55,9.1.27,13.76,1.5,5.34,9.44,9.17,21.01,13.32,31.09-3.28-2.86-6.57-5.06-10.8-6.27ZM890.86,366.01h0c-.78-.36-1.53-.77-2.26-1.22-1.31-.79-2.2-2.13-2.41-3.65-.22-1.54.2-3.11,1.18-4.32,1.08-1.25,2.66-1.82,4.23-2.17,4.86-1.08,10.18-1.17,15.15-1.61,8.8-.82,17.6-1.54,26.42-2.16.59-.1.23-.08,1.09.08-2.07,3.4-21.34,14.86-26.04,17.18-5.77-1.15-11.61-.65-17.36-2.13ZM905.36,351.31l.15-.39c2.19-.05,4.21-.76,6.36-1.04,7.03-.91,14.13-1.76,21.18-2.5,17.31-1.7,34.67-2.65,52.08-2.87,18.98-.56,40.05-.44,58.73,2.83,0,0,0,0,0,0-18.68-3.27-39.74-3.39-58.72-2.83-17.39.22-34.75,1.18-52.08,2.87-7.05.74-14.15,1.59-21.18,2.5-2.15.28-4.17.99-6.36,1.04l-.15.39s0,0,0,0ZM938.79,350.28h0c13.85-2.55,34.01-2.47,48.63-2.82,22.78-.45,45.43.91,68.15,2.22-7.94,4.05-17.29,6.18-25.84,8.73-18.94,5.65-38.39,12.43-58.2,13.91-22.53,1.17-45.15,1.35-67.71,1.87,12.05-8.49,24.14-12.9,34.97-23.91ZM901.72,376.22h0c.47.06.93.1,1.4.14,3.71.33,7.55,0,11.27-.08l18.42-.22c15.3-.18,31.23.46,46.39-1.67,18.99-2.67,37.2-9.48,55.52-14.88,5.85-1.72,20.71-5.16,24.66-8.7.71-.63.69-.8.76-1.69-.26-.35-.59-.64-.96-.87-2.77-1.87-12.33-2.65-16.01-3.16-36.45-5-86.41-2.89-123.09,1.6-9.96,1.22-19.74,3.24-29.64,4.7l.43-.2.72-.33c13.45-6.23,48-8.33,55.82-14.85,4.17-3.48,6.4-8.58,6.86-13.92,1.42-16.46-12.2-41.84-22.73-54.3,2.82-.91,5.55-1.3,8.48-1.64,8.26-.86,16.6.14,24.42,2.94,34.97,12.25,33.84,50.5,61.53,62.07,11.2,4.68,24.56,3.3,36.46,3.43,19.01.17,38,.97,56.97,2.39,6.95.57,14.3.86,21.06,2.6,3.43.88,6.19,2.31,9.15,4.22-9.4-.57-19.09.17-28.46,1.02-43.41,3.93-81.64,16.89-122.69,30.3-13.2,4.31-26.69,7.84-39.82,12.36-10.34,3.61-20.6,7.42-30.8,11.42-4.61,1.77-9.83,4.41-14.63,5.43-8.39,1.79-31.97,1.02-41.06.78-3.23-.16-6.45-.29-9.68-.37,12.82-9.87,25.91-19.37,39.26-28.51ZM802.31,415.5c.22.06.46.07.69.03h0c3.1-1.32,6.24-2.53,9.42-3.62l.08-.19h0s-.08.2-.08.2c-3.18,1.09-6.32,2.3-9.42,3.62-.23.04-.46.03-.69-.03,0,0,0,0,0,0ZM789.97,426.04h0c2.34-2.67,5.81-6.8,8.98-8.31,2.41-1.14,2.57,1.04,4.66.67,2.39-.42,5.66-2.52,8.03-3.45,5.59-2.19,11.49-3.45,17.42-4.22,20.53-2.67,40.57,1.1,61.06,1.22,29.12.16,60.69-2.14,89.85-4.06,1.07-.14.56-.19,1.54.1-3.94,3.55-7.31,6.78-10.15,11.3-11.22.81-22.51,1.04-33.74,1.64-32.35,1.77-64.7,3.37-97.07,4.78l-35.64,1.88c-5.26.3-11.05,1.34-16.24.82l-.18-.56c.47-.62.96-1.23,1.47-1.81ZM753.74,481.9h0c3.61-10.58,24.2-40.51,32.06-50.61,17.38-.51,34.77-1.87,52.14-2.69l161.98-7.54c58.06-2.31,116.13-3.89,174.23-4.74l95.32-.32c38.94-.16,77.87-.09,116.81.21,22.62.2,45.33.86,67.94.43-6.13,10.37-30.61,34.28-40.27,42.74-8.74,1.83-18.16,2.35-27.04,3.37-30.17,3.46-60.47,5.06-90.74,7.34-67.51,4.8-135.09,8.3-202.74,10.52-51.91,2.22-103.84,4.05-155.78,5.5-59.79,1.49-119.6,1.61-179.41.36-1.68-1.34-3.19-2.87-4.51-4.56ZM1308.87,517.23h0c-8.28,2.23-17.61,1.39-26.15,2.54-16.17,2.19-32.09,6.34-48.38,7.51-29.37,2.1-57.06-6.7-85.48-12.65-14.27-2.94-28.72-4.94-43.25-5.99-57.5-4.13-115.16-4.57-172.77-5.4l-146.63-2.52c-8.97-.24-17.93-.55-26.89-.93-.78-3.39-1.26-6.85-1.44-10.32,6.92-.2,13.93.22,20.86.29l52.61.52c36.4-.14,72.79-.64,109.18-1.5,50.24-1.49,100.46-3.31,150.68-5.45,56.91-2,113.78-4.69,170.63-8.08,35.73-2.48,71.45-5.15,107.15-7.99,12.85-1.14,25.63-2.92,38.48-4.04.72-.16.31-.13,1.25.04-.26.39-.56.74-.9,1.06-4.5,4.33-10.81,8.09-16.04,11.52-22.7,14.86-56.89,34.39-82.9,41.4Z\"\/>\r\n      <path class=\"st1\" d=\"M1152.29,446.7h0c.36.13.74.23,1.11.31,3.59-1.52,5.57-4.23,7-7.81,1.2-3.01,1.95-7.28.45-10.32-.63-1.27-1.75-2.6-3.14-3.02-.48-.13-.97-.23-1.46-.3-3.43,1.41-5.23,3.27-6.72,6.7-1.38,3.18-2.04,7.46-.64,10.75.63,1.5,1.83,3.1,3.4,3.68ZM1155.33,428.32c.94.22,1.7.34,2.44,1.02,1.02.92,1.44,2.26,1.47,3.6.1,4-2.33,7.85-4.9,10.69-.22.09-.45.17-.68.23-.86.2-1.42-.15-2.11-.6-.66-1.27-.69-2.49-.69-3.9-.11-4.14,1.51-8.15,4.48-11.05Z\"\/>\r\n      <path class=\"st1\" d=\"M1120.7,449.36h0c.27.05.55.09.82.14,3.49-1.79,5.21-4.71,6.34-8.41.96-3.15,1.56-7.73-.15-10.74-.67-1.17-1.77-2.3-3.15-2.56-.63-.1-1.26-.15-1.89-.15-3.67,2.19-5.42,4.56-6.5,8.76-.83,3.2-1.13,7.42.72,10.34.83,1.39,2.21,2.35,3.8,2.63ZM1118.08,439.53h0c.44-4,1.84-6.88,4.91-9.44l1.36.28c1.06.7,1.76,1.83,1.9,3.09.79,4.95-1.72,9.93-4.64,13.7-.84-.2-1.58-.68-2.11-1.35-1.35-1.59-1.64-4.29-1.42-6.28Z\"\/>\r\n    <\/g>\r\n        <\/svg>\r\n      <\/section>\r\n    <\/div>\r\n  <\/label>\r\n<\/div>\r\n\r\n\r\n<style>\r\n    \r\n    \r\n    .am-flipbox2{\r\n  --bg:white;                 \/* dunkles Blau wie im Mockup *\/\r\n\r\n  --back-text:#102442;          \/* Flie\u00dftext-R\u00fcckseite *\/\r\n  --back-title: #707c8e;         \/* R\u00fcckseitentitel *\/\r\n  --padX:4vw;  \/* Seitenabstand rechts *\/\r\n\r\n  --boat-height:45%;            \/* Gr\u00f6\u00dfe der Bootsgrafik relativ zur H\u00f6he *\/\r\n}\r\n\r\n\/* Klickfl\u00e4che + Seitenverh\u00e4ltnis laut Screenshot *\/\r\n.am-flip{\r\n  display:block;\r\n  width:100%;\r\n  aspect-ratio:1779\/345;\r\n  height:clamp(270px,19vw, 20000px);             \/* optionales Cap *\/\r\n  cursor:pointer;\r\n\r\n  border-radius:0;              \/* Screens zeigen keine Rundung *\/\r\n  overflow:hidden;\r\n  position:relative;\r\n}\r\n\r\n\/* versteckte, aber fokussierbare Checkbox *\/\r\n.am-tgl{\r\n  position:absolute; inset:0;\r\n  width:1px; height:1px; opacity:0; pointer-events:none;\r\n}\r\n\r\n\/* 3D-Flip *\/\r\n.am-inner{\r\n  position:relative; width:100%; height:100%;\r\n  transform-style:preserve-3d;\r\n  transition:transform .7s cubic-bezier(.2,.8,.2,1);\r\n}\r\n.am-flip:has(.am-tgl:checked) .am-inner{ transform:rotateY(180deg); }\r\n\r\n\/* ---------- Faces ---------- *\/\r\n.am-face{\r\n  position:absolute; inset:0;\r\n  background-color:var(--bg);\r\n  background-repeat:no-repeat;\r\n  background-position:left calc(100% - 0px);\r\n  background-size:auto var(--boat-height);\r\n  backface-visibility:hidden; -webkit-backface-visibility:hidden;\r\n  padding:0 var(--padX);\r\n}\r\n\/* FRONT (Boot 1, Titel rechts mittig) *\/\r\n.am-front3{\r\n  background-image:var(--front-boat);\r\n  display:grid!important; \r\n  place-items:end end;\r\n    background-position: left bottom 2vw; \/* 2vw Abstand vom unteren Rand *\/\r\n}\r\n\r\n\r\n.am-title2 {\r\n        font-family: Outfit;\r\n  margin:0;\r\n  font-weight:700; letter-spacing: 0em; text-transform:uppercase;\r\n  color:var(--front-title);\r\n  font-size:clamp(60px,4.2vw,20000px);      \/* gro\u00df wie im Mockup *\/\r\n  color:#707c8e;\r\n  margin-bottom:3vw;\r\n}\r\n\r\n\/* BACK (Boot 2, Copy oben rechts, Subline+Titel rechts) *\/\r\n.am-back{\r\n  background-image:var(--back-boat);\r\n  transform:rotateY(180deg);\r\n  display:grid;\r\n  grid-template-rows:auto 1fr;\r\n  align-content:start;\r\n  padding-top:clamp(35px,4vw,20000px);\r\n}\r\n\r\n.am-copy2 {\r\n  justify-self:end; text-align:right; \r\n  max-width:min(45vw,60%);\r\n\r\n  font-family: Outfit;\r\n  font-weight:200;\r\n  line-height:1.2em;\r\n  font-size:clamp(17px, 1vw,20000px);\r\n  color:#102442;\r\n}\r\n\r\n\r\n.am-right{\r\n  justify-self:end; text-align:right;\r\n  margin-top:clamp(30px,2vw,12220px);\r\n}\r\n\r\n.am-eyebrow{\r\n  margin:0 0 .25rem 0; font-weight:800; text-transform:uppercase;\r\n  color:var(--back-text); letter-spacing:.02em;\r\n  font-family: Outfit;\r\n  font-size: clamp(22px, 1.4vw, 20000px);\r\n}\r\n\r\n.am-title-back2{\r\n  color:var(--back-title);\r\n  font-size:clamp(32px,2vw,63338px);\r\n   font-family: Outfit;\r\n   color: #707c8e;\r\n   letter-spacing: 0em;\r\n}\r\n\r\n\/* Accessibility niceties *\/\r\n.am-flip:focus-within{ outline:2px solid rgba(255,255,255,.35); outline-offset:4px; }\r\n@media (prefers-reduced-motion: reduce){\r\n  .am-inner{ transition:none; }\r\n}\r\n\r\n\/* Container always painted in the dark blue so nothing \"white\" shows *\/\r\n.am-flip{ background-color: var(--bg); }\r\n\r\n\/* Kill all transforms\/animations from earlier *\/\r\n.am-inner{ transform:none !important; transition:none !important; }\r\n.am-face{ opacity:1 !important; visibility:visible !important; transition:none !important; }\r\n.am-back{ transform:none !important; }\r\n\r\n\/* Pure display-swap (instant, no fade) *\/\r\n.am-face{ display:none; }\r\n.am-front3{ display:block; }\r\n.am-flip:has(.am-tgl:checked) .am-front3{ display:none; }\r\n.am-flip:has(.am-tgl:checked) .am-back{ display:block; }\r\n\r\n.am-boat2 {\r\n  position:absolute;\r\n  left: var(--boat-left);\r\n  bottom: 0vw;\r\n  height: 83%;\r\n  width:auto;\r\n  color: var(--boat-color);     \/* << steuert die Pfadfarbe via currentColor *\/\r\n  pointer-events:none;\r\n}\r\n\r\npath.st1 {\r\n    fill: #707c8e;\r\n}\r\n\r\n\r\n\/* --- Boot-Animation: Drift + sanftes Schaukeln ------------------- *\/\r\n\/* Tuning-Variablen *\/\r\n.am-flipbox2{\r\n  --boat-drift-start: -45%;   \/* Start weit links (eigene Breite) *\/\r\n  --boat-drift-end: -9%;       \/* Ziel nach rechts (eigene Breite) *\/\r\n  --boat-drift-duration: 10s;  \/* wie lange die Fahrt dauert *\/\r\n  --boat-bob-amplitude: 1.2%;  \/* vertikales Schaukeln *\/\r\n  --boat-bob-rotate: .25deg;   \/* leichter Rollwinkel *\/\r\n}\r\n\r\n\/* Sicherheitsnetz: kein altes Back-BG *\/\r\n.am-back{ background-image: none !important; }\r\n\r\n\/* Boot-Grundlage *\/\r\n.am-boat2, .am-boat2 g{ will-change: transform; }\r\n\r\n\/* Animation nur auf der R\u00fcckseite aktivieren *\/\r\n.am-flip:has(.am-tgl:checked) .am-boat2{\r\n  left: 0; \/* von ganz links starten, nicht mit Margin *\/\r\n  animation: boat-drift var(--boat-drift-duration) linear forwards;\r\n}\r\n\r\n\/* sanftes Schaukeln (l\u00e4uft w\u00e4hrend der Drift weiter) *\/\r\n.am-flip:has(.am-tgl:checked) .am-boat2 g{\r\n  animation: boat-bob 2.8s ease-in-out infinite alternate;\r\n}\r\n\r\n\/* Keyframes *\/\r\n@keyframes boat-drift{\r\n  from { transform: translateX(var(--boat-drift-start)); }\r\n  to   { transform: translateX(var(--boat-drift-end)); }\r\n}\r\n@keyframes boat-bob{\r\n  from { transform: translateY(0) rotate(0deg); }\r\n  to   { transform: translateY(var(--boat-bob-amplitude)) rotate(var(--boat-bob-rotate)); }\r\n}\r\n\r\n\/* Bei Bewegungsreduktion: keine Animation *\/\r\n@media (prefers-reduced-motion: reduce){\r\n  .am-flip:has(.am-tgl:checked) .am-boat2,\r\n  .am-flip:has(.am-tgl:checked) .am-boat2 g{\r\n    animation: none !important;\r\n    transform: none !important;\r\n  }\r\n}\r\n\r\n\r\n@media (max-width:1150px) {\r\n\/* --- Boot-Animation: Drift + sanftes Schaukeln ------------------- *\/\r\n\/* Tuning-Variablen *\/\r\n.am-flipbox2{\r\n  --boat-drift-start: -45%;   \/* Start weit links (eigene Breite) *\/\r\n  --boat-drift-end: -15%;       \/* Ziel nach rechts (eigene Breite) *\/\r\n  --boat-drift-duration: 10s;  \/* wie lange die Fahrt dauert *\/\r\n  --boat-bob-amplitude: 1.2%;  \/* vertikales Schaukeln *\/\r\n  --boat-bob-rotate: .25deg;   \/* leichter Rollwinkel *\/\r\n}\r\n\r\n.am-copy2 {\r\n    justify-self: end;\r\n    text-align: right;\r\n    max-width: min(55vw, 60%);\r\n}\r\n}\r\n\r\n@media (max-width:1024px) {\r\n    \r\n    \r\n     .am-flipbox2{\r\n\r\n  --boat-height:45%;            \/* Gr\u00f6\u00dfe der Bootsgrafik relativ zur H\u00f6he *\/\r\n   --boat-drift-end: -30%;       \/* Ziel nach rechts (eigene Breite) *\/\r\n}\r\n\r\n.am-copy2{\r\n  justify-self:end; text-align:right; \r\n  max-width:min(55vw,60%);\r\n}\r\n\r\n.am-title2 {\r\n  font-size:clamp(55px,6vw,20000px);  \r\n  margin-bottom:5vw;\r\n}\r\n\r\n.am-title-back2{\r\n \r\n  font-size:4vw;\r\n}\r\n}\r\n\r\n@media (max-width:767px) {\r\n\r\n\r\n.am-title2{\r\n\r\n  font-size:6.8vw;\r\n   margin-bottom:6vw;\r\n}\r\n\r\n.am-copy2 {\r\n    justify-self: end;\r\n    text-align: right;\r\n    max-width: 100%;\r\n}\r\n\r\n  .am-flipbox2{\r\n\r\n  --boat-height:30%;            \/* Gr\u00f6\u00dfe der Bootsgrafik relativ zur H\u00f6he *\/\r\n   --boat-drift-start: -75%;   \/* Start weit links (eigene Breite) *\/\r\n  --boat-drift-end: -40%; \r\n\r\n}\r\n\r\n\/* Werte anpassen nach Geschmack *\/\r\n.am-flipbox2{\r\n  --front-boat-x: -6vw;   \/* weiter nach links = negativer Wert *\/\r\n  --front-boat-gap: 2vw;  \/* Abstand zum unteren Rand *\/\r\n}\r\n\r\n\/* Front-Boot neu positionieren *\/\r\n.am-front3 {\r\n  background-size: 20%;\r\n  background-position: var(--front-boat-x) calc(100% - var(--front-boat-gap)) !important;\r\n}\r\n\r\n.am-boat2 {\r\nheight:45%;\r\n}\r\n\r\n.am-right {\r\n    justify-self: end;\r\n    text-align: right;\r\n    margin-top: 1vw;\r\n}\r\n\r\n.am-back {\r\n\r\n    padding-top: 0vw;\r\n}\r\n\r\n\r\n\r\n\/* --- Robust show\/hide (no :has) ---------------------------------- *\/\r\n\/* Default: show FRONT, hide BACK *\/\r\n.am-front3 { display:block !important; }\r\n.am-back{ display:none !important; }\r\n\r\n\/* When the checkbox is checked, swap faces *\/\r\n.am-tgl:checked + .am-inner .am-front3{ display:none !important; }\r\n.am-tgl:checked + .am-inner .am-back{ display:block !important; }\r\n\r\n\/* Ensure no legacy transforms\/backdrops interfere *\/\r\n.am-back{ transform:none !important; background-image:none !important; }\r\n.am-inner{ transform:none !important; transition:none !important; }\r\n\r\n\/* --- Mobile: FRONT = 45vw, BACK = 75vw, container grows ---------- *\/\r\n\r\n  .am-flip{\r\n    aspect-ratio:auto;\r\n    height:auto;\r\n    max-height:none;\r\n    background: var(--bg); \/* avoid any flash *\/\r\n  }\r\n  .am-inner{ height:auto; }\r\n\r\n  \/* let the visible face define height on mobile *\/\r\n  .am-face{\r\n    position:relative;\r\n    inset:auto;\r\n  }\r\n\r\n  .am-front3{\r\n       display:grid!important; \r\n  place-items:end end;\r\n    background-position: left bottom 2vw; \r\n    height:45vw;\r\n \r\n  }\r\n  \r\n\r\n      \r\n\r\n  .am-back{\r\n    height:380px;\r\n    padding-top:8vw;\r\n    padding-bottom:5vw;\r\n  }\r\n}\r\n\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-21d0c35 e-flex e-con-boxed e-con e-parent\" data-id=\"21d0c35\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a13e76 elementor-widget elementor-widget-html\" data-id=\"1a13e76\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"am-flipbox3\" style=\"--front-boat: url('\/wp-content\/uploads\/2025\/09\/Gruppe-132-1.png'); --boat-color: #E9E5E3;\">\r\n  <label class=\"am-flip\" role=\"button\" aria-label=\"Flip\">\r\n    <input class=\"am-tgl\" type=\"checkbox\">\r\n\r\n    <div class=\"am-inner\">\r\n      <!-- FRONT -->\r\n      <section class=\"am-face am-front\">\r\n        <h1 class=\"am-title3\">Inboard Motor<\/h1>\r\n      <\/section>\r\n\r\n      <!-- BACK -->\r\n      <section class=\"am-face am-back\">\r\n        <p class=\"am-copy3\">\r\n  State-of-the-art motor technology, powerful efficiency, and maximum smoothness: Aquamot's shaft drives impress across the board. Equipped with a large-dimensioned stainless steel shaft, the maximum torque can be perfectly transmitted to the propeller. A special 3-dimensionally adjustable suspension system also adapts flawlessly to the conditions in the boat and ensures maximum ease of installation.   \r\n        <\/p>\r\n\r\n        <div class=\"am-right\">\r\n          <p class=\"am-eyebrow\">SUBLINE<\/p>\r\n          <h2 class=\"am-title3 am-title-back3\">Inboard Motor<\/h2>\r\n        <\/div>\r\n\r\n        <!-- BOAT as inline SVG (color controlled via --boat-color) -->\r\n        <svg class=\"am-boat3\" viewbox=\"0 0 1500 600\" aria-hidden=\"true\" focusable=\"false\">\r\n          <g xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Wellenantrieb\" class=\"st2\">\r\n    <path class=\"st0\" d=\"M1493.56,525.51h0c-10.66.92-21.43.7-32.11.58-14.34-.16-28.69-.49-43.03-.59-15.37-.11-30.74.15-46.11.44-13.05.25-26.1.57-39.16.45-4.65-.04-9.3-.13-13.94-.48-.92-.07-1.83-.15-2.75-.25-.37-.04-.75-.08-1.12-.13-.42-.06-.64-.09-.85-.12-1.09-.15-2.16-.39-3.21-.72.48-4.64,3.09-8.85,5.99-12.4,3.22-3.88,6.92-7.34,11-10.31,4.07-2.95,8.31-5.65,12.71-8.08,4.75-2.68,9.55-5.58,14.95-6.73,2.76-.59,5.58-.82,8.38-1.07l8.95-.79,18.28-1.61c12.06-1.06,24.12-2.12,36.18-3.18,3.3-.29,6.61-.52,9.9-.87,2.28-.24,4.73-.83,5.97-2.96.77-1.25.77-2.83-.02-4.07-1.2-1.77-3.57-2.14-5.59-2.21-.18-.03-.37-.04-.55-.01-.17,0-.33.02-.5.06-15.79,1.96-31.67,3.26-47.5,4.81-9.54.94-19.07,1.88-28.61,2.83-6.89.7-13.92,1.15-20.72,2.48-4.53.88-8.91,2.23-12.72,4.86-3.51,2.43-6.88,5.08-10.24,7.72-8.05,6.32-16.03,12.79-23.63,19.64-2.33,2.1-4.56,4.34-7.15,6.13-3.27,2.25-6.88,3.29-10.77,3.89-8.54,1.33-17.18,2.19-25.77,3.13-7.32.8-14.65,1.53-21.98,2.19,1.08-.65,1.96-1.6,2.52-2.72,1.42-2.8,1.23-6.01,1-9.05-.62-8.07-1.24-16.14-1.86-24.21-.17-2.28-.35-4.55-.53-6.83.54.38,1.14.68,1.76.91,4.08,1.46,9.45.7,13.74.5,22.23-1.05,44.42-3.77,66.51-6.4,23.52-2.81,47-5.87,70.45-9.2,6.97-.98,13.94-1.97,20.89-3.06,1.33-.21,2.8-.29,4.09-.69,1.28-.4,2.15-1.88,1.01-3.02-.55-.55-1.17-.52-1.85-.49-.67.03-1.35.14-2.01.22-.11,0-.22.01-.32.03-.73.01-1.46.04-2.19.06-2.8.07-5.61.14-8.41.2-10.17.23-20.35.46-30.52.67-14.8.32-29.61.63-44.41.94-17.91.37-35.83.74-53.74,1.1-11.74.24-23.47.47-35.21.7.02-3.55.17-7.11.38-10.65,1.26-21.72,2.53-43.38,2.83-65.15.59-43.56-1.18-87.1-3.21-130.6-.17-3.58-.33-7.15-.51-10.73,6.35,9.07,9.65,20.25,13.47,30.48,5.1,13.65,10.2,27.3,15.3,40.96l30.6,81.91c5.1,13.65,10.2,27.3,15.3,40.96,2.45,6.55,6.26,18.03,15.35,15.74,7.12-1.79,14.05-4.66,20.91-7.24,7.83-2.95,15.77-5.77,23.45-9.08,3.75-1.62,1.15-8.26.35-11.07-2.07-7.24-4.75-14.31-7.44-21.34-3.99-10.42-8.23-20.76-12.53-31.06-5.39-12.91-10.9-25.76-16.51-38.58-6.31-14.47-12.69-28.9-19.14-43.31-6.81-15.22-13.67-30.43-20.58-45.6-6.89-15.14-13.81-30.26-20.77-45.36-6.54-14.21-13.12-28.4-19.72-42.59-5.78-12.43-11.59-24.85-17.42-37.27-4.61-9.81-9.23-19.62-13.87-29.42-.91-1.93-1.83-3.85-2.74-5.78-1.1-2.31-2.08-5.32-4.2-6.85-3.1-2.24-5.09,1.42-5.19,4.15-.11,3.11,0,6.24,0,9.35v359.8c0,.38,0,.76,0,1.15,0,.5.05.16-.03.4.09-.28-.27.37-.04.13-.12.12-.62.57-.46.46-.52.38-1.11.67-1.74.83-2.02.6-4.11.96-6.21,1.08-6.63.51-13.35.11-19.96-.42-8.29-.66-16.56-1.68-24.79-2.87-14.43-2.1-28.93-4.53-43.08-8.09-.45-.11-.91-.22-1.36-.35-.07-.02-.15-.05-.22-.07-.16-.18-.3-.37-.42-.57-.08-.15-.15-.3-.23-.45-.3-.88-.53-1.78-.67-2.7-.03-.21-.04-.28-.06-.42-.03-.28-.06-.56-.08-.84-.05-.61-.08-1.22-.1-1.82-.23-6.97.77-14.03,1.8-20.86,1.58-10.43,3.67-20.78,5.9-31.09,2.78-12.86,5.84-25.65,9.02-38.42.58-2.31,1.16-4.62,1.74-6.93-.1,5.24-.2,10.47-.31,15.71-.31,15.95-.62,31.91-.93,47.87-.08,3.82-.15,7.64-.22,11.46-.01.59-.06,1.19-.03,1.78.08,2.22.27,7.77,2.97,8.54,3.12.9,3.91-4.53,4.32-6.36.44-2.02.86-4.04,1.3-6.06,1.01-4.71,2.01-9.41,3.01-14.12,2.49-11.66,4.97-23.31,7.45-34.97,6.19-29.13,12.35-58.26,18.49-87.4,6.35-30.19,12.64-60.39,18.88-90.6,4.92-23.91,9.82-47.82,14.44-71.79,1.37-7.11,2.73-14.23,3.92-21.37.31-1.9,1.63-5.84-.49-7.01-2.64-1.47-3.71,3.09-4.22,4.7-.73,2.32-1.45,4.64-2.17,6.96-4.99,16.01-9.92,32.04-14.79,48.08-7.05,23.21-13.98,46.45-20.79,69.73-7.59,26-14.97,52.07-22.14,78.2-1.53,5.62-3.05,11.25-4.56,16.88.25-12.96.51-25.92.76-38.88.47-24.03.94-48.07,1.41-72.1.4-20.66.81-41.31,1.21-61.97.26-13.18.51-26.37.77-39.55.04-2.13.24-4.33.17-6.47-.14.08-.29.17-.46.26.14-.13.29-.23.46-.32,0-.21-.01-.42-.03-.62,0-1.69-1.43-2.85-2.83-2.04-.6.35-.98,1-1.31,1.59-1.16,2.01-2.05,4.19-2.98,6.31-4.05,9.21-7.81,18.55-11.61,27.87-5.85,14.34-11.69,28.69-17.52,43.04-7.22,17.68-14.52,35.34-21.88,52.96-8.03,19.16-16.21,38.25-24.55,57.27-8.25,18.76-16.7,37.44-25.51,55.95-7.92,16.65-16.1,33.18-24.92,49.37-6.89,12.66-14.11,25.24-22.51,36.97-3.01,4.19-6.12,8.21-9.74,11.97-1.41,1.48-2.91,2.88-4.5,4.18-.58.47-.34.26-1.15.89-1.51,1.12-2.89,2.39-4.14,3.79-1.45,1.67-2.75,3.68-3.24,5.85-1.23.11-2.44.42-3.02,1.34-1.07,1.69-.02,4.78.34,6.54,1.88,9.24,4.55,18.35,7.12,27.42,2.36,8.33,4.1,17.35,9.64,24.25,4.13,5.14,9.71,8.78,15.76,11.34-.93,0-1.85.01-2.78.02-6.42-.1-12.84-.12-19.25-.11-.53-.01-1.06-.01-1.59-.03-1.81-.04-33.2.06-63.11.13-.03,0-.06,0-.09,0-.07,0-.13,0-.2,0-26.94.07-52.59.12-54.22.04-107.18.19-720.98,2.45-723.13,2.33-2.26-.12-2.25,4.26,0,4.38,9.01.47,584.48-.73,687.73-1.97,14.45-.05,130.95-.91,176.93-1.2,2.8.05,5.59.12,8.38.21,1.53.05,3.05.1,4.58.16,5.21,1.02,10.51,1.54,15.81,1.95,15.75,1.21,31.45,2.71,47.22,3.59,35.08,1.97,70.19,2.35,105.35,1.14,35.27-1.21,70.44-4.02,105.5-8.43,7.55-.95,14.74-1.67,20.94-6.49,4.09-3.18,7.78-6.91,11.73-10.28,8.04-6.87,16.24-13.61,24.75-19.9,3.18-2.36,6.04-4.25,9.89-5.41,4.34-1.31,8.82-1.86,13.31-2.36,7.92-.87,15.85-1.64,23.78-2.43,18.97-1.88,37.96-3.65,56.92-5.65,2.42-.26,4.85-.51,7.27-.81.92-.03,1.84.09,2.72.36l.39.19c.05.1.06.2.05.31-.04.07-.1.21-.15.3-.21.2-.45.38-.7.53-.82.4-1.79.48-2.68.57-1.49.14-2.98.26-4.47.39l-8.75.77c-11.8,1.04-23.6,2.08-35.4,3.11-5.9.52-11.8,1.04-17.7,1.56-5.7.5-11.62.64-17.18,2.1-5.11,1.35-9.78,4.17-14.35,6.74-4.4,2.43-8.64,5.13-12.71,8.08-4.47,3.3-8.65,7.01-12.12,11.37-3.56,4.48-6.53,9.63-6.69,15.49,0,.63.33,1.2.87,1.52,2.14,1.3,4.99,1.54,7.41,1.82,4.11.48,8.27.61,12.41.7,12.52.28,25.05-.03,37.56-.26,15.4-.29,30.81-.62,46.21-.59,14.73.03,29.46.35,44.19.56,11.37.16,22.79.41,34.14-.3,1.03-.06,2.05-.14,3.07-.23.95-.08,1.76-.75,1.76-1.76,0-.89-.81-1.84-1.76-1.76ZM1405.83,467.4c.27,0,.23.06,0,0h0ZM1405.39,464.03c.17-.08.23-.06,0,0h0ZM1254.82,470.82c18.11-.36,36.22-.73,54.33-1.1h0c15.37-.32,30.75-.64,46.12-.97,7.18-.15,14.37-.31,21.55-.47-1.03.14-2.07.29-3.1.43-22.23,3.09-44.49,5.95-66.78,8.6-20.35,2.4-40.77,4.81-61.25,5.86-3.5.18-7.04.38-10.54.26-2-.07-4.32-.32-5.35-2.29-1.17-2.24-.89-5.54-.98-8-.02-.61-.04-1.21-.05-1.82,8.68-.17,17.36-.34,26.04-.51ZM1192.23,95.78c-.25-.34,0-.41,0,0h0ZM951.42,457.83c-.02.22-.34-.07,0,0h0ZM1123.04,429.87c-.04-.13.02-.22.15-.27-.04.1-.09.19-.15.27ZM1131.31,311.6h0c4.08-15.14,8.25-30.25,12.53-45.34,4.24-15,8.55-29.98,12.94-44.94,4.1-14,8.24-28,12.43-41.97,3.64-12.15,7.32-24.29,11.02-36.42,2.88-9.44,5.79-18.87,8.71-28.3.04-.12.07-.23.11-.35-.1.53-.2,1.05-.3,1.58-1.81,9.57-3.68,19.12-5.61,28.66-5.18,25.92-10.48,51.81-15.9,77.68-6.14,29.56-12.34,59.1-18.58,88.64-5.53,26.19-11.08,52.38-16.66,78.56-2.11,9.9-4.22,19.8-6.33,29.7-.42,1.96-.84,3.92-1.26,5.88-.09.43-.22.87-.35,1.31-.09-.7-.14-1.41-.16-2.11-.11-7.9.31-15.84.46-23.74.34-17.63.69-35.25,1.03-52.88.1-4.92.19-9.84.29-14.76,1.84-7.07,3.71-14.13,5.62-21.19ZM1126.57,107.35c-.29,14.99-.58,29.81-.87,44.62h0c-.44,22.34-.87,44.68-1.31,67.02-.49,25.2-.98,50.39-1.48,75.59l-.74,37.68c-3.67,14.08-7.18,28.21-10.53,42.38-4.27,18.24-8.44,36.64-10.77,55.25-.69,5.48-1.32,11.1-.91,16.63.06.83.14,1.75.29,2.69-1.25-1.1-2.16-2.52-2.63-4.12-.87-2.91-.62-6.06-.19-9.02,1.6-10.88,3.25-21.73,4.61-32.64,3.07-24.62,5.31-49.34,7.2-74.08,1.9-24.91,3.46-49.85,5.15-74.78,1.69-24.78,3.51-49.56,5.97-74.28,1.24-12.43,2.65-24.83,4.25-37.22.68-5.22,1.75-10.57,1.3-15.86-.21-2.5-.91-6.46-4.04-6.71,1.52-4.4,3.06-8.79,4.68-13.15ZM1118.48,130.37c.67-1.92,1.34-3.85,2-5.77.31-.27.67-.47,1.06-.59.05.06.1.12.14.19.75,1.29.78,3.02.81,4.47.14,5.45-.93,10.91-1.62,16.3-1.57,12.18-2.94,24.37-4.13,36.6-2.4,24.4-4.2,48.86-5.87,73.33-1.67,24.5-3.2,49.01-5.06,73.49-1.86,24.53-4.06,49.04-7.07,73.45-1.35,10.98-2.94,21.92-4.62,32.85-.99,6.43-1.04,13.64,4.7,17.93,1.55,1.11,3.27,1.95,5.09,2.48,1.5.64,3.3.86,4.86,1.22h0c2.62.62,5.25,1.19,7.88,1.74,6.5,1.35,13.03,2.55,19.58,3.65,14.13,2.37,28.38,4.4,42.69,5.27,5.45.33,10.98.54,16.43.02,3.14-.3,7.3-.68,9.68-3.05,1.71-1.69,1.36-4.02,1.36-6.19V93.51c0-.99.03-1.97,0-2.96,0-.17,0-.33,0-.5.02-.1.07-.25.13-.4.15.19.31.39.43.57,1.97,3.07,3.29,6.75,4.85,10.04,1.82,3.84,3.64,7.69,5.46,11.54,4.42,9.36,8.82,18.73,13.21,28.1,11,23.49,21.92,47.01,32.77,70.56,12.13,26.34,24.15,52.74,36.06,79.18,11.02,24.52,21.92,49.09,32.5,73.79,7.89,18.41,15.73,36.89,22.67,55.68,1.97,5.35,3.92,10.73,5.41,16.23.25.92.48,1.84.68,2.76.09.41.17.81.24,1.22.04.25.11.73.11.73.04.42.06.81.07,1.21-11.75,4.63-23.51,9.29-35.44,13.43-2.33.81-4.66,1.61-7.04,2.29-.71.2-1.43.39-2.16.55-.45.1-.37.07-.4.07-.03-.04-.92-.18-1.03-.21-3.8-1.31-5.74-5.82-7.08-9.28-2-5.15-3.87-10.35-5.81-15.53-15.62-41.82-31.24-83.63-46.86-125.45-4.41-11.81-8.82-23.61-13.23-35.42-3.66-9.8-7.41-19.76-14.47-27.69-1-1.13-3.08-.25-3.01,1.25,2.24,47.17,4.47,94.37,4.03,141.61-.22,23.61-1.56,47.09-2.91,70.65-.19,3.33-.33,6.67-.36,10.01-1.4-1.31-3.26-2.02-5.43-2.05-1.77-.03-3.55.26-5.3.47-1.95.23-3.9.47-5.84.73-4.54.59-9.07,1.2-13.62,1.75-14.4.27-28.8.54-43.21.81-7.69-.57-15.38-1.24-23.04-2.07-13.22-1.42-26.35-3.62-39.31-6.58-1.93-.44-3.86-.9-5.78-1.37-6.36-1.48-12.66-3.28-18.9-5.2-11.36-3.49-22.82-7.43-33.24-13.21-4.07-2.26-8.34-4.87-11.29-8.56-1.99-2.48-2.71-4.9-1.76-7.75.59-1.78,1.2-3.56,1.8-5.34,4.02-11.95,8.05-23.9,12.08-35.84,6.61-19.6,13.23-39.21,19.86-58.81,7.91-23.39,15.83-46.77,23.76-70.14,7.77-22.88,15.56-45.74,23.37-68.6,6.33-18.49,12.7-36.96,19.11-55.42ZM961.79,447h0c1.61-1.23,3.13-2.57,4.57-3.99,3.49-3.46,6.58-7.33,9.52-11.26,8.06-10.82,14.93-22.52,21.49-34.29,8.46-15.19,16.29-30.73,23.86-46.39,8.52-17.62,16.67-35.42,24.64-53.31,8.24-18.5,16.29-37.09,24.15-55.76,7.4-17.49,14.7-35.03,21.89-52.61,5.34-13.01,10.65-26.03,15.94-39.07-2.88,8.34-5.75,16.69-8.61,25.04-7.4,21.58-14.77,43.18-22.1,64.79-7.66,22.54-15.31,45.09-22.94,67.65-6.8,20.1-13.6,40.21-20.38,60.32-4.73,14.03-9.46,28.05-14.19,42.08-1.21,3.61-2.43,7.22-3.64,10.82-.87,2.58-1.82,5.03-1.27,7.83.75,3.79,3.61,6.9,6.48,9.29,3.94,3.27,8.45,5.81,13.04,8.06,10.3,5.03,21.25,8.77,32.22,12.04,5.39,1.61,10.83,3.13,16.31,4.41,12.63,3.1,25.41,5.49,38.3,7.16-7.95.14-15.9.27-23.85.4-13.72.22-27.44.42-41.16.59-8.54.1-17.08.21-25.62.18-1.85,0-3.7-.01-5.55-.1-.43-.02-.5,0-.06.01-2.41-.07-4.48,1.28-6.1,3.05-2.36,2.59-1.49,5.56-1.31,8.81.25,4.58.4,9.15.74,13.72.53,7.19,1.61,14.26,4.06,21-5.21-1.92-8.42-7.8-9.32-13.09-1.35-7.95.46-16.12.1-24.13-.35-7.84-1.71-19.77-10.83-21.99-7.66-1.86-15.77-2.39-23.6-3.04-7.62-.64-15.34-1.28-23-1.15,1.09-2.96,3.81-5.22,6.23-7.07ZM1002.68,464.37c-.85,2.97-6.04,3.47-8.88,3.72-5.6.5-11.32.09-16.84-.89-5.74-1.02-11.57-2.61-16.65-5.53-1.8-1.04-3.8-2.31-4.66-4.07h.37c3.73-.02,7.47.15,11.2.35,8.83.48,17.69,1.19,26.46,2.39h0c.5.07,1,.14,1.5.21,2.38.65,8.24,1.22,7.5,3.82ZM1094.85,532.51h0c-17.38-.42-34.71-1.34-52.03-2.54,8.19-.28,16.58-.97,23.96-4.84.22-.12.45-.24.67-.36,2.75,1.35,5.65,2.38,8.64,3.08,7.45,1.73,15.07,1.27,22.58.23,6.66-.93,13.34-2.13,19.54-4.83,1.31-.57,2.59-1.23,3.82-1.97,5.08,2.06,10.48,2.95,15.75,3.63,10.25,1.32,21.14,1.08,30.94-2.49.07-.02.14-.05.21-.08,2.35,1.74,4.91,3.16,7.63,4.23,4.89,1.96,10.12,2.85,15.33,3.41,1.94.21,3.89.38,5.84.5-34.24,2.19-68.53,2.86-102.87,2.03ZM1056.51,505.9c0-.09-.02-.17-.04-.26,0-.07-.01-.14-.03-.21-.96-5.41,2.65-10.57,8.06-11.53,3.65-.65,7.36.79,9.62,3.73,1.5,2,2.22,4.47,2.02,6.97-.2,3.05-.66,6.2-2.05,8.96-1.42,2.82-3.67,5.05-6.26,6.83-.17.11-.34.22-.51.33-.83-.46-1.64-.96-2.43-1.5h0c-4.57-3.1-7.98-7.7-8.39-13.33ZM1112.26,509.85h0c-3.36-4.59-2.55-11.23,2.34-14.43,4.36-2.84,10.38-1.86,13.49,2.37,1.99,2.72,2.41,6.14,1.35,9.32-.08.22-.11.45-.09.67-.39,2.79-2.4,5.09-4.39,6.93-1.02.94-2.1,1.8-3.24,2.58-3.66-1.73-6.96-4.18-9.45-7.45ZM1167.71,516.52c-1.49-1.58-2.62-3.46-3.3-5.52-.74-2.37-.82-4.83-.69-7.29.06-5.05,3.97-9.55,9.12-9.91,5.47-.46,10.27,3.6,10.73,9.07.25,3.01-.88,5.97-3.07,8.05-3.13,3.17-6.87,5.68-10.98,7.38-.64-.56-1.24-1.15-1.82-1.78h0ZM1226.22,525.06c-1.14.89-2.75,1.08-4.14,1.25-.28.04-.37.05-.47.06-4.2.76-8.53.89-12.79.91-4.78.03-9.57-.17-14.34-.58-7.43-.64-15.36-1.95-21.73-6,3.82-1.82,7.29-4.29,10.25-7.3,5.33-5.24,5.46-14.04.09-19.31-5.02-4.92-13.13-5.05-18.39-.44-2.85,2.56-4.49,6.21-4.5,10.05-.26,4.66.5,9.33,3.29,13.18.72.98,1.5,1.91,2.36,2.77-3.39,1.06-6.88,1.77-10.42,2.1-5,.47-10.04.44-15.04-.09-4.86-.48-9.82-1.27-14.49-2.74-.11-.04-.22-.07-.34-.11.61-.48,1.19-.98,1.77-1.51,2.75-2.52,4.94-5.54,5.5-9.26,2.39-7.15-1.63-15.02-8.82-17.24-6.87-2.11-14.24,1.78-16.63,8.47-1.44,4.17-.75,8.77,1.84,12.33,2.42,3.16,5.46,5.8,8.92,7.77-.15.08-.3.15-.45.23-5.5,2.65-11.65,3.82-17.64,4.73-6.66,1-13.5,1.71-20.21.65-3.06-.48-6.05-1.33-8.91-2.52,4.06-3.15,7.02-7.38,8.08-12.64.33-1.73.55-3.48.65-5.24.35-6.04-3.32-11.58-9.01-13.61-5.7-2.03-12.11.24-15.53,5.13-2.03,2.9-2.65,6.46-2.13,9.91.45,5.77,3.3,10.82,7.76,14.47.96.78,1.97,1.52,3.01,2.19-6.04,2.77-12.9,3.46-19.51,3.71-16.29.62-32.52-.23-48.8-.88-13.74-2.81-27.27-9.19-31.78-23.33h0c-2.6-8.14-4.8-16.44-7.03-24.69-1.21-4.47-2.39-8.95-3.43-13.47-.37-1.62-.73-3.24-1.01-4.88-.04-.23-.08-.46-.11-.69,1.05,2.89,3.85,4.77,6.43,6.26,2.53,1.42,5.2,2.59,7.96,3.49,5.89,1.98,12.11,3.06,18.3,3.47,5,.32,10.4.35,15.23-1.15,2.47-.77,5.3-2.58,6.11-5.09,1.06,1.81,1.7,3.89,2.17,5.9,1.5,6.36,1.33,13,.92,19.47-.46,7.29-.87,14.88,2.69,21.53,2.7,5.05,7.28,8.84,13.11,9.28,1.47.11,2.01-1.55,1.52-2.65-3.67-8.35-4.64-17.45-5.14-26.46-.25-4.44-.39-8.88-.71-13.32-.13-1.89.02-2.51,1.54-3.73.48-.4,1.01-.74,1.57-1,.33-.15.32-.17.2-.17,1.43-.16,3.17.18,4.6.2,7.77.07,15.55-.04,23.32-.12,12.99-.14,25.97-.32,38.95-.54,16.7-.26,33.41-.54,50.11-.85,3.88-.07,7.76-.14,11.65-.21.92.07,1.83.14,2.75.21,6.7.5,13.35.95,20.07.71,6.58-.23,13.14-.9,19.67-1.71.73-.01,1.46-.03,2.18-.04,8.82-.17,17.64-.34,26.46-.51.27.63.48,1.29.61,1.97.26,1.44.42,2.89.48,4.35.15,1.95.3,3.91.45,5.86.59,7.74,1.19,15.49,1.78,23.23.29,3.77.65,7.55.86,11.32.12,2.25.25,5.37-1.74,6.92Z\"\/>\r\n  <\/g>\r\n        <\/svg>\r\n      <\/section>\r\n    <\/div>\r\n  <\/label>\r\n<\/div>\r\n\r\n\r\n<style>\r\n    \r\n    \r\n    .am-flipbox3 {\r\n  --bg:#f4f2f1;                 \/* dunkles Blau wie im Mockup *\/\r\n\r\n  --back-text:#102442;          \/* Flie\u00dftext-R\u00fcckseite *\/\r\n  --back-title:#bbbec5;         \/* R\u00fcckseitentitel *\/\r\n  --padX:4vw;  \/* Seitenabstand rechts *\/\r\n\r\n  --boat-height:80%;            \/* Gr\u00f6\u00dfe der Bootsgrafik relativ zur H\u00f6he *\/\r\n}\r\n\r\n\/* Klickfl\u00e4che + Seitenverh\u00e4ltnis laut Screenshot *\/\r\n.am-flip{\r\n  display:block;\r\n  width:100%;\r\n  aspect-ratio:1779\/345;\r\n  height:clamp(270px,19vw, 20000px);             \/* optionales Cap *\/\r\n  cursor:pointer;\r\n\r\n  border-radius:0;              \/* Screens zeigen keine Rundung *\/\r\n  overflow:hidden;\r\n  position:relative;\r\n}\r\n\r\n\/* versteckte, aber fokussierbare Checkbox *\/\r\n.am-tgl{\r\n  position:absolute; inset:0;\r\n  width:1px; height:1px; opacity:0; pointer-events:none;\r\n}\r\n\r\n\/* 3D-Flip *\/\r\n.am-inner{\r\n  position:relative; width:100%; height:100%;\r\n  transform-style:preserve-3d;\r\n  transition:transform .7s cubic-bezier(.2,.8,.2,1);\r\n}\r\n.am-flip:has(.am-tgl:checked) .am-inner{ transform:rotateY(180deg); }\r\n\r\n\/* ---------- Faces ---------- *\/\r\n.am-face{\r\n  position:absolute; inset:0;\r\n  background-color:var(--bg);\r\n  background-repeat:no-repeat;\r\n  background-position:left calc(100% - 0px);\r\n  background-size:auto var(--boat-height);\r\n  backface-visibility:hidden; -webkit-backface-visibility:hidden;\r\n  padding:0 var(--padX);\r\n}\r\n\/* FRONT (Boot 1, Titel rechts mittig) *\/\r\n.am-front{\r\n  background-image:var(--front-boat);\r\n  display:grid!important; \r\n  place-items:end end;\r\n    background-position: left bottom 2vw; \/* 2vw Abstand vom unteren Rand *\/\r\n}\r\n\r\n\r\n.am-title3 {\r\n        font-family: Outfit;\r\n  margin:0;\r\n  font-weight:700; letter-spacing: 0em; text-transform:uppercase;\r\n  color:var(--front-title);\r\n  font-size:clamp(60px,4.2vw,20000px);      \/* gro\u00df wie im Mockup *\/\r\n  color:#bbbec5;\r\n  margin-bottom:3vw;\r\n}\r\n\r\n\/* BACK (Boot 2, Copy oben rechts, Subline+Titel rechts) *\/\r\n.am-back{\r\n  background-image:var(--back-boat);\r\n  transform:rotateY(180deg);\r\n  display:grid;\r\n  grid-template-rows:auto 1fr;\r\n  align-content:start;\r\n  padding-top:clamp(35px,4vw,20000px);\r\n}\r\n\r\n.am-copy3 {\r\n  justify-self:end; text-align:right; \r\n  max-width:min(45vw,60%);\r\n\r\n  font-family: Outfit;\r\n  font-weight:200;\r\n  line-height:1.2em;\r\n  font-size:clamp(17px, 1vw,20000px);\r\n  color:#102442;\r\n}\r\n\r\n\r\n.am-right{\r\n  justify-self:end; text-align:right;\r\n  margin-top:clamp(30px,2vw,12220px);\r\n}\r\n\r\n.am-eyebrow{\r\n  margin:0 0 .25rem 0; font-weight:800; text-transform:uppercase;\r\n  color:var(--back-text); letter-spacing:.02em;\r\n  font-family: Outfit;\r\n  font-size: clamp(22px, 1.4vw, 20000px);\r\n}\r\n\r\n.am-title-back3 {\r\n  color:var(--back-title);\r\n  font-size:clamp(32px,2vw,63338px);\r\n   font-family: Outfit;\r\n   color: #bbbec5;\r\n   letter-spacing: 0em;\r\n}\r\n\r\n\/* Accessibility niceties *\/\r\n.am-flip:focus-within{ outline:2px solid rgba(255,255,255,.35); outline-offset:4px; }\r\n@media (prefers-reduced-motion: reduce){\r\n  .am-inner{ transition:none; }\r\n}\r\n\r\n\/* Container always painted in the dark blue so nothing \"white\" shows *\/\r\n.am-flip{ background-color: var(--bg); }\r\n\r\n\/* Kill all transforms\/animations from earlier *\/\r\n.am-inner{ transform:none !important; transition:none !important; }\r\n.am-face{ opacity:1 !important; visibility:visible !important; transition:none !important; }\r\n.am-back{ transform:none !important; }\r\n\r\n\/* Pure display-swap (instant, no fade) *\/\r\n.am-face{ display:none; }\r\n.am-front{ display:block; }\r\n.am-flip:has(.am-tgl:checked) .am-front{ display:none; }\r\n.am-flip:has(.am-tgl:checked) .am-back{ display:block; }\r\n\r\n.am-boat3{\r\n  position:absolute;\r\n  left: var(--boat-left);\r\n  bottom: 0vw;\r\n  height: 105%;\r\n  width:auto;\r\n  color: var(--boat-color);     \/* << steuert die Pfadfarbe via currentColor *\/\r\n  pointer-events:none;\r\n}\r\n\r\npath.st0 {\r\n    fill: #999fab;\r\n}\r\n\r\n\r\n\/* --- Boot-Animation: Drift + sanftes Schaukeln ------------------- *\/\r\n\/* Tuning-Variablen *\/\r\n.am-flipbox3{\r\n  --boat-drift-start: -65%;   \/* Start weit links (eigene Breite) *\/\r\n  --boat-drift-end: -15%;       \/* Ziel nach rechts (eigene Breite) *\/\r\n  --boat-drift-duration: 10s;  \/* wie lange die Fahrt dauert *\/\r\n  --boat-bob-amplitude: 1.2%;  \/* vertikales Schaukeln *\/\r\n  --boat-bob-rotate: .25deg;   \/* leichter Rollwinkel *\/\r\n}\r\n\r\n\/* Sicherheitsnetz: kein altes Back-BG *\/\r\n.am-back{ background-image: none !important; }\r\n\r\n\/* Boot-Grundlage *\/\r\n.am-boat3, .am-boat3 g{ will-change: transform; }\r\n\r\n\/* Animation nur auf der R\u00fcckseite aktivieren *\/\r\n.am-flip:has(.am-tgl:checked) .am-boat3{\r\n  left: 0; \/* von ganz links starten, nicht mit Margin *\/\r\n  animation: boat-drift var(--boat-drift-duration) linear forwards;\r\n}\r\n\r\n\/* sanftes Schaukeln (l\u00e4uft w\u00e4hrend der Drift weiter) *\/\r\n.am-flip:has(.am-tgl:checked) .am-boat3 g{\r\n  animation: boat-bob 2.8s ease-in-out infinite alternate;\r\n}\r\n\r\n\/* Keyframes *\/\r\n@keyframes boat-drift{\r\n  from { transform: translateX(var(--boat-drift-start)); }\r\n  to   { transform: translateX(var(--boat-drift-end)); }\r\n}\r\n@keyframes boat-bob{\r\n  from { transform: translateY(0) rotate(0deg); }\r\n  to   { transform: translateY(var(--boat-bob-amplitude)) rotate(var(--boat-bob-rotate)); }\r\n}\r\n\r\n\/* Bei Bewegungsreduktion: keine Animation *\/\r\n@media (prefers-reduced-motion: reduce){\r\n  .am-flip:has(.am-tgl:checked) .am-boat3,\r\n  .am-flip:has(.am-tgl:checked) .am-boat3 g{\r\n    animation: none !important;\r\n    transform: none !important;\r\n  }\r\n}\r\n\r\n\r\n@media (max-width:1150px) {\r\n\/* --- Boot-Animation: Drift + sanftes Schaukeln ------------------- *\/\r\n\/* Tuning-Variablen *\/\r\n.am-flipbox3 {\r\n  --boat-drift-start: -65%;   \/* Start weit links (eigene Breite) *\/\r\n  --boat-drift-end: -35%;       \/* Ziel nach rechts (eigene Breite) *\/\r\n  --boat-drift-duration: 10s;  \/* wie lange die Fahrt dauert *\/\r\n  --boat-bob-amplitude: 1.2%;  \/* vertikales Schaukeln *\/\r\n  --boat-bob-rotate: .25deg;   \/* leichter Rollwinkel *\/\r\n}\r\n\r\n.am-copy3 {\r\n    justify-self: end;\r\n    text-align: right;\r\n    max-width: min(55vw, 60%);\r\n}\r\n}\r\n\r\n\r\n@media (max-width:1490px) {\r\n    \r\n    .am-flip {\r\n    display: block;\r\n    width: 100%;\r\n    aspect-ratio: 1779 \/ 345;\r\n    height: clamp(320px, 19vw, 20000px);\r\n    \r\n}\r\n    }\r\n    \r\n@media (max-width:1024px) {\r\n    \r\n    .am-flip {\r\n    display: block;\r\n    width: 100%;\r\n    aspect-ratio: 1779 \/ 345;\r\n    height: clamp(330px, 19vw, 20000px);\r\n    }\r\n    \r\n     .am-flipbox3 {\r\n\r\n  --boat-height:80%;            \/* Gr\u00f6\u00dfe der Bootsgrafik relativ zur H\u00f6he *\/\r\n   --boat-drift-end: -50%;       \/* Ziel nach rechts (eigene Breite) *\/\r\n}\r\n\r\n.am-copy3{\r\n  justify-self:end; text-align:right; \r\n  max-width:min(55vw,60%);\r\n}\r\n\r\n.am-title3 {\r\n  font-size:clamp(55px,6vw,20000px);  \r\n  margin-bottom:5vw;\r\n}\r\n\r\n.am-title-back3{\r\n \r\n  font-size:4vw;\r\n}\r\n}\r\n\r\n@media (max-width:767px) {\r\n\r\n\r\n.am-title3 {\r\n\r\n  font-size:6.8vw;\r\n   margin-bottom:6vw;\r\n}\r\n\r\n.am-copy3 {\r\n    justify-self: end;\r\n    text-align: right;\r\n    max-width: 100%;\r\n}\r\n\r\n  .am-flipbox3 {\r\n\r\n  --boat-height:70%;            \/* Gr\u00f6\u00dfe der Bootsgrafik relativ zur H\u00f6he *\/\r\n   --boat-drift-start: -75%;   \/* Start weit links (eigene Breite) *\/\r\n  --boat-drift-end: -55%; \r\n\r\n}\r\n\r\n\/* Werte anpassen nach Geschmack *\/\r\n.am-flipbox3 {\r\n  --front-boat-x: -6vw;   \/* weiter nach links = negativer Wert *\/\r\n  --front-boat-gap: 2vw;  \/* Abstand zum unteren Rand *\/\r\n}\r\n\r\n\/* Front-Boot neu positionieren *\/\r\n.am-front{\r\n  background-size: auto var(--boat-height);\r\n  background-position: var(--front-boat-x) calc(100% - var(--front-boat-gap)) !important;\r\n}\r\n\r\n.am-boat3 {\r\nheight:45%;\r\n}\r\n\r\n.am-right {\r\n    justify-self: end;\r\n    text-align: right;\r\n    margin-top: 1vw;\r\n}\r\n\r\n.am-back {\r\n\r\n    padding-top: 0vw;\r\n}\r\n\r\n\r\n\r\n\/* --- Robust show\/hide (no :has) ---------------------------------- *\/\r\n\/* Default: show FRONT, hide BACK *\/\r\n.am-front{ display:block !important; }\r\n.am-back{ display:none !important; }\r\n\r\n\/* When the checkbox is checked, swap faces *\/\r\n.am-tgl:checked + .am-inner .am-front{ display:none !important; }\r\n.am-tgl:checked + .am-inner .am-back{ display:block !important; }\r\n\r\n\/* Ensure no legacy transforms\/backdrops interfere *\/\r\n.am-back{ transform:none !important; background-image:none !important; }\r\n.am-inner{ transform:none !important; transition:none !important; }\r\n\r\n\/* --- Mobile: FRONT = 45vw, BACK = 75vw, container grows ---------- *\/\r\n\r\n  .am-flip{\r\n    aspect-ratio:auto;\r\n    height:auto;\r\n    max-height:none;\r\n    background: var(--bg); \/* avoid any flash *\/\r\n  }\r\n  .am-inner{ height:auto; }\r\n\r\n  \/* let the visible face define height on mobile *\/\r\n  .am-face{\r\n    position:relative;\r\n    inset:auto;\r\n  }\r\n\r\n  .am-front{\r\n       display:grid!important; \r\n  place-items:end end;\r\n    background-position: left bottom 2vw; \r\n    height:45vw;\r\n \r\n  }\r\n\r\n  .am-back{\r\n    height:380px;\r\n    padding-top:8vw;\r\n    padding-bottom:5vw;\r\n  }\r\n}\r\n\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a21c651 e-grid e-con-full e-con e-parent\" data-id=\"a21c651\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52414b7 elementor-widget elementor-widget-html\" data-id=\"52414b7\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Standalone Hero (no JS, unique classes) --><a href=\"https:\/\/aquamot.vazaweb.com\/en\/dealers\/\" class=\"hero2-link\" aria-label=\"Zu H\u00e4ndler navigieren\"><div id=\"hero-static\" class=\"hero2\" role=\"region\" aria-label=\"Hero\"><div class=\"hero2-bg is-visible\" aria-hidden=\"true\" style=\"background-image:url('\/wp-content\/uploads\/2025\/09\/Rechteck-43.png');\"><\/div><div class=\"hero2-frame\" aria-label=\"Intro headline\"><h1 class=\"hero2-heading\"><span class=\"emph\">Unsere H\u00e4ndler<\/span><\/h1><div class=\"hero2-tag\">H\u00e4ndler finden oder H\u00e4ndler werden<\/div><\/div><\/div><\/a><style>\/* ===== Hero Link Wrapper ===== *\/\r\n.hero2-link {\r\n  display: block;\r\n  text-decoration: none;\r\n  cursor: pointer;\r\n  transition: opacity 0.3s ease;\r\n}\r\n\r\n.hero2-link:hover {\r\n  opacity: 0.95;\r\n}\r\n\r\n\/* ===== Hero container (scoped to .hero2 only) ===== *\/\r\n.hero2{\r\n  --fade-ms: 700ms;\r\n  --zoom-ms: 14s;\r\n  position: relative;\r\n  min-height: 60vh;\r\n  overflow: hidden;\r\n  display: grid;\r\n  place-items: center;\r\n  text-align: center;\r\n}\r\n\r\n\/* Background layer *\/\r\n.hero2 .hero2-bg{\r\n  position: absolute;\r\n  inset: 0;\r\n  z-index: 0;\r\n  background-size: cover;\r\n  background-position: center;\r\n  opacity: 0;\r\n  transition: opacity var(--fade-ms) ease;\r\n  will-change: opacity, transform;\r\n  pointer-events: none;\r\n  transform: scale(1.04);\r\n}\r\n\r\n.hero2 .hero2-bg.is-visible{\r\n  opacity: 1;\r\n  animation: hero2-zoom var(--zoom-ms) ease-out forwards;\r\n}\r\n\r\n@keyframes hero2-zoom {\r\n  from { transform: scale(1.06); }\r\n  to   { transform: scale(1.00); }\r\n}\r\n\r\n\/* Respect reduced motion *\/\r\n@media (prefers-reduced-motion: reduce){\r\n  .hero2 .hero2-bg{ transition:none; animation:none; transform:none; }\r\n}\r\n\r\n\/* Framed heading block *\/\r\n.hero2 .hero2-frame{\r\n  position: relative;\r\n  z-index: 2;\r\n  display: inline-block;\r\n  padding: 4vw 7vw;\r\n  border: 2px solid rgba(255,255,255,.85);\r\n  border-radius: 0;\r\n  max-width: min(9000px, 90vw);\r\n}\r\n\r\n\/* H1 styles *\/\r\n.hero2 .hero2-heading{\r\n  margin: 0;\r\n  font-family: 'Outfit', sans-serif;\r\n  color: #fff;\r\n  font-weight: 400;\r\n  line-height: 1;\r\n  letter-spacing: .02em;\r\n  text-transform: uppercase;\r\n  font-size: clamp(50px, 3.5vw, 200px);\r\n}\r\n\r\n.hero2 .hero2-heading .emph{ font-weight: 800; }\r\n.hero2 .hero2-heading .sub{ font-weight: 200; }\r\n\r\n\/* Overlapping label *\/\r\n.hero2 .hero2-tag{\r\n  position: absolute;\r\n  left: 50%;\r\n  bottom: 0;\r\n  transform: translate(-50%, 50%);\r\n  background: #E9E5E3;\r\n  color: #102442;\r\n  font-family: 'Outfit', sans-serif;\r\n  font-size: clamp(17px, 1vw, 100px);\r\n  font-weight: 200;\r\n  padding: 0.5vw 2.6vw;\r\n  border-radius: 0;\r\n  white-space: nowrap;\r\n}\r\n\r\n\/* Responsive tweaks (only hero + frame + headings) *\/\r\n@media (max-width: 1420px){\r\n  .hero2 .hero2-frame{ padding: 4vw 6vw; }\r\n}\r\n\r\n@media (max-width: 767px){\r\n  .hero2{ min-height: 51vh; }\r\n  h1.hero2-heading{ line-height: 0.9em; }\r\n  h1.hero2-heading .sub{\r\n    font-size: 34px;\r\n    line-height: 0.9em;\r\n  }\r\n  .hero2 .hero2-frame{\r\n    margin-top: 0vw;\r\n    padding: 9vw 5vw;\r\n  }\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c8ef0dc e-grid e-con-boxed e-con e-parent\" data-id=\"c8ef0dc\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c644213 elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"c644213\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">News<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e3e76c2 news elementor-arrows-position-inside elementor-widget elementor-widget-n-carousel\" data-id=\"e3e76c2\" data-element_type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;5f22b92&quot;,&quot;__dynamic__&quot;:[]},{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;99a1007&quot;}],&quot;slides_to_show&quot;:&quot;1&quot;,&quot;slides_to_show_tablet&quot;:&quot;1&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Karussell\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 2\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c30a5cf e-flex e-con-boxed e-con e-child\" data-id=\"c30a5cf\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f121f97 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"f121f97\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"634\" src=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/10\/1.png\" class=\"attachment-large size-large wp-image-9378\" alt=\"\" srcset=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/10\/1.png 800w, https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/10\/1-300x238.png 300w, https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/10\/1-768x609.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-64fa86e e-con-full news_background e-flex e-con e-child\" data-id=\"64fa86e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1024508 elementor-widget elementor-widget-heading\" data-id=\"1024508\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Electrifying update: The new Trend 2.2&amp;4.3<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-da0ae19 elementor-widget elementor-widget-text-editor\" data-id=\"da0ae19\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>15.09.2025<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cf61059 elementor-widget elementor-widget-text-editor\" data-id=\"cf61059\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our tried-and-tested classic has been successfully further developed: The new motor with 2.2kW (24VDC) and 4.3kW (48VDC) \u2013 available for remote control and tiller steering \u2013 comes for the first time with integrated electronics in the motor head in an elegant &amp; holistic aluminum housing, thus guaranteeing maximum robustness.<br>All underwater parts are additionally provided with a special coating, which is usually used in pipeline construction and guarantees 100% saltwater resistance. The gearless and sensorless asynchronous motor design also ensures reliable operation \u2013 even if there is water in the motor housing. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 2\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-859dd8a e-flex e-con-boxed e-con e-child\" data-id=\"859dd8a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b14ca8 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"8b14ca8\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"634\" src=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/10\/2.png\" class=\"attachment-large size-large wp-image-9379\" alt=\"\" srcset=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/10\/2.png 800w, https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/10\/2-300x238.png 300w, https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/10\/2-768x609.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-091dd80 e-con-full news_background e-flex e-con e-child\" data-id=\"091dd80\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-007dff0 elementor-widget elementor-widget-heading\" data-id=\"007dff0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">New: Cover for Trend 1.3 &amp; 1.8<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ba1dd36 elementor-widget elementor-widget-text-editor\" data-id=\"ba1dd36\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>27.10.2025<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8873486 elementor-widget elementor-widget-text-editor\" data-id=\"8873486\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>With the new water-repellent cover, the housing of the Trend 1.3 &amp; 1.8 line is now optimally protected against all weather conditions &#8211; even when the battery is not engaged. The cover was specially designed for the motor line and adapts to the housing like a second skin. In combination with the polyester fabric, which was specially developed for the marine environment, it protects sensitive areas, such as the contact bolts, from wind and weather and ensures long-lasting driving pleasure.<br>When the portable battery is used again, the cover can be easily removed with an elastic band and the electric driving fun is just a driving lever turn away.  <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"30.906\" height=\"52.629\" viewBox=\"0 0 30.906 52.629\"><path id=\"Differenzmenge_5\" data-name=\"Differenzmenge 5\" d=\"M26.314,30.906h0L0,3.246,3.088,0,26.314,24.414,49.541,0l3.088,3.246L26.315,30.9Z\" transform=\"translate(30.906) rotate(90)\" fill=\"#102442\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"30.906\" height=\"52.629\" viewBox=\"0 0 30.906 52.629\"><path id=\"Differenzmenge_6\" data-name=\"Differenzmenge 6\" d=\"M26.314,0h0L0,27.66l3.088,3.246L26.314,6.492,49.541,30.906l3.088-3.246L26.315,0Z\" transform=\"translate(30.906) rotate(90)\" fill=\"#102442\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7e05b2d e-flex e-con-boxed e-con e-parent\" data-id=\"7e05b2d\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5e6f92b e-con-full e-flex e-con e-child\" data-id=\"5e6f92b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6aaa249 elementor-widget elementor-widget-heading\" data-id=\"6aaa249\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our partners and cooperations<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70566c8 e-con-full e-flex e-con e-child\" data-id=\"70566c8\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-bcc3c34 e-con-full e-flex e-con e-child\" data-id=\"bcc3c34\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4bc51f0 elementor-widget elementor-widget-text-editor\" data-id=\"4bc51f0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAquamot has stood for perfect quality, sustainable pioneering spirit, and unsurpassed performance for over 20 years. Our private customers appreciate this as much as our now over 200 partners. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8a9676d e-grid e-con-boxed e-con e-parent\" data-id=\"8a9676d\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fee5f77 elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"fee5f77\" data-element_type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;ef4d69b&quot;},{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;9331cf4&quot;},{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;c54c847&quot;},{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;328e527&quot;},{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;c2f02df&quot;},{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;9f10233&quot;}],&quot;slides_to_show&quot;:&quot;6&quot;,&quot;slides_to_show_tablet&quot;:&quot;5&quot;,&quot;slides_to_show_mobile&quot;:&quot;2&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:7,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Karussell\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 6\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4bb4774 e-flex e-con-boxed e-con e-child\" data-id=\"4bb4774\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ab6cd2 elementor-widget elementor-widget-image\" data-id=\"5ab6cd2\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"238\" src=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/Saffier-Yachts-1024x304.jpg\" class=\"attachment-large size-large wp-image-9381\" alt=\"Logo Saffier Yachts\" srcset=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/Saffier-Yachts-1024x304.jpg 1024w, https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/Saffier-Yachts-300x89.jpg 300w, https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/Saffier-Yachts-768x228.jpg 768w, https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/Saffier-Yachts-1536x456.jpg 1536w, https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/Saffier-Yachts.jpg 1908w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 6\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8bb658b e-flex e-con-boxed e-con e-child\" data-id=\"8bb658b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eae3736 elementor-widget elementor-widget-image\" data-id=\"eae3736\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"333\" height=\"180\" src=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/Lasai-Logo.webp\" class=\"attachment-large size-large wp-image-9382\" alt=\"\" srcset=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/Lasai-Logo.webp 333w, https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/Lasai-Logo-300x162.webp 300w\" sizes=\"(max-width: 333px) 100vw, 333px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 6\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-81b3e64 e-flex e-con-boxed e-con e-child\" data-id=\"81b3e64\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2dc31b1 elementor-widget elementor-widget-image\" data-id=\"2dc31b1\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"181\" src=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/SY_Logo_schwarz-1024x232.png\" class=\"attachment-large size-large wp-image-9383\" alt=\"\" srcset=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/SY_Logo_schwarz-1024x232.png 1024w, https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/SY_Logo_schwarz-300x68.png 300w, https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/SY_Logo_schwarz-768x174.png 768w, https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/SY_Logo_schwarz.png 1361w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 6\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e455143 e-flex e-con-boxed e-con e-child\" data-id=\"e455143\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0966641 elementor-widget elementor-widget-image\" data-id=\"0966641\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/alfastreet_yachts_logo.jpg\" class=\"attachment-large size-large wp-image-9384\" alt=\"\" srcset=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/alfastreet_yachts_logo.jpg 200w, https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/alfastreet_yachts_logo-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"5\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 6\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-82101f6 e-flex e-con-boxed e-con e-child\" data-id=\"82101f6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3fc4582 elementor-widget elementor-widget-image\" data-id=\"3fc4582\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"95\" src=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/A-Yachts.webp\" class=\"attachment-large size-large wp-image-9385\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"6\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 6\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e00fbe1 e-flex e-con-boxed e-con e-child\" data-id=\"e00fbe1\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d2c6a1 elementor-widget elementor-widget-image\" data-id=\"4d2c6a1\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"591\" height=\"591\" src=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/Leines-Boote_WS.png\" class=\"attachment-large size-large wp-image-9386\" alt=\"Logo Leines Boote\" srcset=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/Leines-Boote_WS.png 591w, https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/Leines-Boote_WS-300x300.png 300w, https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/Leines-Boote_WS-150x150.png 150w\" sizes=\"(max-width: 591px) 100vw, 591px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Aquamot. Made for electrifying Moments. The leading manufacturer of electric boat motors 01 02 03 04 05 Electric boat motors from Aquamot &#8211; made in Austria High-quality and sustainable electric motors for boats and ships, safe &amp; clean energy solutions \u2013 that&#8217;s what the name Aquamot stands for. Whether electric boat motors or the associated [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9387","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/aquamot.vazaweb.com\/en\/wp-json\/wp\/v2\/pages\/9387","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aquamot.vazaweb.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aquamot.vazaweb.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aquamot.vazaweb.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aquamot.vazaweb.com\/en\/wp-json\/wp\/v2\/comments?post=9387"}],"version-history":[{"count":6,"href":"https:\/\/aquamot.vazaweb.com\/en\/wp-json\/wp\/v2\/pages\/9387\/revisions"}],"predecessor-version":[{"id":13094,"href":"https:\/\/aquamot.vazaweb.com\/en\/wp-json\/wp\/v2\/pages\/9387\/revisions\/13094"}],"wp:attachment":[{"href":"https:\/\/aquamot.vazaweb.com\/en\/wp-json\/wp\/v2\/media?parent=9387"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}