{"id":9691,"date":"2025-08-28T20:08:40","date_gmt":"2025-08-28T18:08:40","guid":{"rendered":"https:\/\/aquamot.vazaweb.com\/company\/"},"modified":"2026-01-15T22:40:46","modified_gmt":"2026-01-15T21:40:46","slug":"company","status":"publish","type":"page","link":"https:\/\/aquamot.vazaweb.com\/en\/company\/","title":{"rendered":"Company"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9691\" class=\"elementor elementor-9691 elementor-685\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bbdc691 e-grid e-con-boxed e-con e-parent\" data-id=\"bbdc691\" 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-571cfe2 text_besch elementor-widget elementor-widget-html\" data-id=\"571cfe2\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- AX HERO (static bg, Hero1-style buttons, show\/hide sections) -->\r\n<div id=\"ax-hero\" class=\"ax-hero\" role=\"region\" aria-label=\"\u00dcber uns\">\r\n  <div class=\"ax-bg\" aria-hidden=\"true\"><\/div>\r\n\r\n  <!-- Framed heading (optional \u2013 keep or remove) -->\r\n  <div class=\"ax-frame\">\r\n    <h1 class=\"ax-h1\"><span class=\"ax-strong\">ABOUT<\/span> US<\/h1>\r\n    <div class=\"ax-tag\">Everything you should know<\/div>\r\n  <\/div>\r\n\r\n  <!-- Hero1-like buttons (but they swap sections, not images) -->\r\n  <nav class=\"ax-switcher\" aria-label=\"Abschnittswahl\">\r\n    <button class=\"is-active\" data-target=\".about-ueberuns\" data-title=\"\u00dcber uns\">ABOUT US<\/button>\r\n    <button data-target=\".about-warum\" data-title=\"Warum Aquamot\">WHY AQUAMOT<\/button>\r\n    <button data-target=\".about-netzwerk\" data-title=\"Unser Kundennetzwerk\">OUR CUSTOMER NETWORK<\/button>\r\n    <button data-target=\".about-faq\" data-title=\"FAQ\">FAQ<\/button>\r\n  <\/nav>\r\n<\/div>\r\n\r\n<script>\r\n(() => {\r\n  function initAxHero() {\r\n    const hero = document.getElementById('ax-hero');\r\n    if (!hero) return;\r\n\r\n    const buttons   = Array.from(hero.querySelectorAll('.ax-switcher button'));\r\n    const selectors = buttons.map(b => b.dataset.target).filter(Boolean);\r\n    const h1        = hero.querySelector('.ax-h1');\r\n    const bg        = hero.querySelector('.ax-bg');\r\n\r\n    \/\/ NEW: Mapping von Ziel-Selektor -> Bild-URL\r\n    const BG_BY_SEL = {\r\n      '.about-ueberuns': \"\/wp-content\/uploads\/2025\/10\/Firma-\u00a9Clemens-G.-Schildberger.png\",\r\n      '.about-warum':    \"\/wp-content\/uploads\/2025\/10\/Entwicklungsphase-\u00a9Clemens-G.-Schildberger.png\",\r\n      '.about-netzwerk': \"\/wp-content\/uploads\/2025\/10\/Fahrhebeln-\u00a9Clemens-G.-Schildberger.png\",\r\n      '.about-faq':      \"\/wp-content\/uploads\/2026\/01\/IMG_4649-scaled.jpg\"\r\n    };\r\n\r\n    \/\/ Screenreader-Hinweis, damit Headline-\u00c4nderungen angesagt werden\r\n    if (h1 && !h1.hasAttribute('aria-live')) {\r\n      h1.setAttribute('aria-live', 'polite');\r\n    }\r\n\r\n    function updateHeadingFrom(btn){\r\n      if (!h1 || !btn) return;\r\n      const title = btn.dataset.title?.trim() || btn.textContent.trim();\r\n      h1.textContent = title;\r\n    }\r\n\r\n    \/\/ NEW: BG sanft wechseln (mit Preload & Fade)\r\n    let bgSwapToken = 0;\r\n    function swapBg(selector){\r\n      if (!bg) return;\r\n      const url = BG_BY_SEL[selector];\r\n      if (!url) return;\r\n\r\n      const token = ++bgSwapToken;\r\n      const img = new Image();\r\n      img.onload = () => {\r\n        if (token !== bgSwapToken) return; \/\/ nur letzter Wechsel gilt\r\n        bg.style.opacity = '0';\r\n        \/\/ kleines Delay, damit das CSS-Transition greift\r\n        requestAnimationFrame(() => {\r\n          \/\/ Sobald ausgeblendet, Bild setzen und wieder einblenden\r\n          setTimeout(() => {\r\n            if (token !== bgSwapToken) return;\r\n            bg.style.backgroundImage = `url('${url}')`;\r\n            bg.style.opacity = '1';\r\n          }, 150);\r\n        });\r\n      };\r\n      img.src = url;\r\n    }\r\n\r\n    function setVisible(selector){\r\n      selectors.forEach(sel => {\r\n        document.querySelectorAll(sel).forEach(el => {\r\n          el.classList.remove('ax-visible');\r\n          el.setAttribute('aria-hidden','true');\r\n        });\r\n      });\r\n      document.querySelectorAll(selector).forEach(el => {\r\n        el.classList.add('ax-visible');\r\n        el.removeAttribute('aria-hidden');\r\n      });\r\n\r\n      \/\/ NEW: Beim Sichtbarkeitswechsel auch den Hintergrund tauschen\r\n      swapBg(selector);\r\n    }\r\n\r\n    \/\/ Buttons verhalten\r\n    buttons.forEach(btn => {\r\n      btn.setAttribute('role','tab');\r\n      btn.addEventListener('click', () => {\r\n        buttons.forEach(b => {\r\n          b.classList.remove('is-active');\r\n          b.setAttribute('aria-selected','false');\r\n          b.tabIndex = -1;\r\n        });\r\n        btn.classList.add('is-active');\r\n        btn.setAttribute('aria-selected','true');\r\n        btn.tabIndex = 0;\r\n\r\n        updateHeadingFrom(btn);\r\n        setVisible(btn.dataset.target);\r\n      });\r\n    });\r\n\r\n    \/\/ --- Initial: \"\u00dcber uns\" aktiv & sichtbar ---\r\n    const DEFAULT_SEL = '.about-ueberuns';\r\n    const defaultBtn  = buttons.find(b => b.dataset.target === DEFAULT_SEL) || buttons[0];\r\n\r\n    \/\/ Button-Status erzwingen\r\n    buttons.forEach(b => {\r\n      const on = b === defaultBtn;\r\n      b.classList.toggle('is-active', on);\r\n      b.setAttribute('aria-selected', on ? 'true' : 'false');\r\n      b.tabIndex = on ? 0 : -1;\r\n    });\r\n\r\n    \/\/ Headline initial passend\r\n    updateHeadingFrom(defaultBtn);\r\n\r\n    \/\/ Falls die Sektionen noch nicht im DOM sind, wiederholen, bis sie da sind\r\n    (function ensureVisible(selector, retries = 50){\r\n      if (document.querySelector(selector)) {\r\n        setVisible(selector);\r\n      } else if (retries > 0) {\r\n        setTimeout(() => ensureVisible(selector, retries - 1), 100);\r\n      } else {\r\n        window.addEventListener('load', () => setVisible(selector), { once:true });\r\n      }\r\n    })(DEFAULT_SEL);\r\n\r\n    \/\/ NEW: Initialen BG sofort setzen (ohne sichtbares Flackern)\r\n    if (bg && BG_BY_SEL[DEFAULT_SEL]) {\r\n      bg.style.backgroundImage = `url('${BG_BY_SEL[DEFAULT_SEL]}')`;\r\n    }\r\n  }\r\n\r\n  \/\/ sicher nach DOM-Aufbau starten\r\n  if (document.readyState === 'loading') {\r\n    document.addEventListener('DOMContentLoaded', initAxHero);\r\n  } else {\r\n    initAxHero();\r\n  }\r\n})();\r\n<\/script>\r\n\r\n<style>\r\n\/* ===== AX HERO base ===== *\/\r\n.ax-hero{\r\n  position:relative; min-height:90vh; overflow:hidden;\r\n  display:grid; place-items:center; text-align:center;\r\n  --ax-gap: clamp(45px, 2.5vw, 100vw);\r\n}\r\n.ax-bg{\r\n  position:absolute; inset:0; z-index:0;\r\n  \/* Startbild: \u00dcBER UNS *\/\r\n  background-image:url('\/wp-content\/uploads\/2025\/10\/Firma-\u00a9Clemens-G.-Schildberger.png');\r\n  background-size:cover; background-position:center;\r\n  pointer-events:none;\r\n  \/* NEW: sanftes Ein-\/Ausblenden beim Bildwechsel *\/\r\n  transition: opacity .35s ease;\r\n}\r\n\r\n\/* Framed heading block (optional) *\/\r\n.ax-frame{\r\n  position:relative; z-index:2; display:inline-block;\r\n  padding: 4.5vw 16vw;\r\n  border:2px solid rgba(255,255,255,.85);\r\n}\r\n.ax-h1{\r\n  margin:0; font-family:'Outfit',sans-serif; color:#fff; text-transform:uppercase;\r\n  font-weight:400; letter-spacing:.02em; line-height:1;\r\n  font-size: clamp(42px, 3.2vw, 100vw);\r\n}\r\n.ax-strong{ font-weight:700; }\r\n.ax-tag{\r\n  position:absolute; left:50%; bottom:0; transform:translate(-50%, 50%);\r\n  background:#102442; color:#fff; font-family:'Outfit',sans-serif;\r\n  font-weight:200; white-space:nowrap;\r\n  padding: .6em 2.2em; font-size: clamp(14px, 1vw, 100vw);\r\n}\r\n\r\n\/* Hero1-like pager (but section switcher) *\/\r\n.ax-switcher{\r\n  position:absolute; left:50%; bottom:2.2vw; transform:translateX(-50%);\r\n  display:flex; gap: var(--ax-gap); z-index:3;\r\n}\r\n.ax-switcher button{\r\n  position: relative;\r\n  background: none;\r\n  border: 0;\r\n  cursor: pointer;\r\n  font-family: 'Outfit', sans-serif;\r\n  font-weight: 100;\r\n  font-size: clamp(18px, 1vw, 200px);\r\n  color: #fff;\r\n  opacity: 1;\r\n  transition: all .3s ease;\r\n  padding: 0;\r\n}\r\n.ax-switcher button::after{\r\n  content: \"\";\r\n  position: absolute;\r\n  left: 50%;\r\n  bottom: 0px;\r\n  transform: translateX(-50%);\r\n  width: 2px;\r\n  height: clamp(30px, 1.9vw, 200px);\r\n  background: #fff;\r\n  opacity: .5;\r\n  transition: all .3s ease;\r\n}\r\n.ax-switcher button:hover,\r\n.ax-switcher button.is-active{\r\n  font-weight: 700;\r\n  font-size: clamp(27px, 1.3vw, 200px);\r\n  opacity: 1;\r\n  padding-bottom: clamp(43px, 2.9vw, 200px);\r\n}\r\n.ax-switcher button:hover::after,\r\n.ax-switcher button.is-active::after{\r\n  width: 3px;\r\n  opacity: 1;\r\n  height: clamp(48px, 3vw, 200px);\r\n}\r\n\r\n\/* Hide helper for Elementor sections *\/\r\n.ax-hidden{ display:none !important; }\r\n\r\n\/* Responsive tweaks *\/\r\n@media (max-width: 1024px){\r\n  .ax-switcher{ bottom: 28px; }\r\n}\r\n\r\n\/* alle Ziel-Sektionen standardm\u00e4\u00dfig ausblenden *\/\r\n.about-ueberuns,\r\n.about-warum,\r\n.about-netzwerk,\r\n.about-faq{\r\n  display: none;\r\n}\r\n\r\n\/* nur die aktuell gew\u00e4hlte anzeigen *\/\r\n.ax-visible{\r\n  display: block !important;\r\n}\r\n\r\n\/* --- AX switcher: getrennte Werte f\u00fcr aktiv\/inaktiv --- *\/\r\n.ax-switcher{\r\n  --ax-line-inactive: clamp(50px, 2.7vw, 200vw);\r\n  --ax-pad-inactive:  0;\r\n  --ax-line-active: clamp(86px, 4.8vw, 100vw);\r\n  --ax-pad-active:  clamp(80px, 4.5vw, 100vw);\r\n}\r\n.ax-switcher button{ padding-bottom: var(--ax-pad-inactive); }\r\n.ax-switcher button::after{ height: var(--ax-line-inactive); }\r\n.ax-switcher button.is-active{ padding-bottom: var(--ax-pad-active); }\r\n.ax-switcher button.is-active::after{\r\n  height: var(--ax-line-active);\r\n  width: 3px;\r\n  opacity: 1;\r\n}\r\n.ax-switcher button:hover{ padding-bottom: var(--ax-pad-active); }\r\n.ax-switcher button:hover::after{\r\n  height: var(--ax-line-active);\r\n  width: 3px;\r\n  opacity: 1;\r\n}\r\n\r\n@media (max-width: 767px){ .ax-hero{ min-height: 78vh; } .ax-frame{ padding: 8vw 6vw; } .ax-switcher{ bottom: 32px; gap: 12px; flex-wrap:wrap; justify-content:center; } }\r\n\r\n@media (max-width: 767px){\r\n  .ax-switcher button::after{ display: none !important; }\r\n  .ax-switcher button.is-active::after { display: block !important; }\r\n}\r\n\r\n@media (max-width: 767px){\r\n  .ax-switcher{\r\n    flex-flow: row wrap-reverse;\r\n    justify-content: center;\r\n    gap: 12px;\r\n  }\r\n}\r\n\r\n@media (max-width: 767px){\r\n  .ax-switcher{\r\n    display: flex;\r\n    flex-direction: column;\r\n    flex-wrap: nowrap;\r\n    align-items: center;\r\n    justify-content: center;\r\n    gap: 12px;\r\n    bottom: 32px;\r\n    left: 50%;\r\n    transform: translateX(-50%);\r\n  }\r\n  .ax-switcher button{ order: 1; }\r\n  .ax-switcher button.is-active{ order: 2; }\r\n  .ax-switcher button::after{ display: none !important; }\r\n  .ax-switcher button.is-active::after{ display: block !important; }\r\n}\r\n\r\n@media (max-width: 767px) {\r\n  .ax-frame { padding: 8vw 5vw; margin-top: -50vw; }\r\n  .ax-h1{ font-size: 35px; }\r\n}\r\n\r\n.ax-bg::after {\r\n  content: \"\";\r\n  position: absolute;\r\n  inset: 0;\r\n  background: rgba(0,0,0,.5); \/* \u2248 0.5 Overlay *\/\r\n  pointer-events: none;       \/* klicks gehen durch *\/\r\n}\r\n\r\n<\/style>\r\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-3a3f7aa e-grid about-ueberuns e-con-boxed e-con e-parent\" data-id=\"3a3f7aa\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d239041 e-con-full heading_besch e-flex e-con e-child\" data-id=\"d239041\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9e72baf e-con-full e-flex e-con e-child\" data-id=\"9e72baf\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c417a4 elementor-widget elementor-widget-heading\" data-id=\"6c417a4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Aquamot - an electrifying story since 2003<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6e6d413 e-con-full e-flex e-con e-child\" data-id=\"6e6d413\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9df7153 e-con-full e-flex e-con e-child\" data-id=\"9df7153\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-198ce3d elementor-widget elementor-widget-text-editor\" data-id=\"198ce3d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>It all began with one man and a vision. Today, Aquamot electric boat motors are sold on seven continents and are in their second generation. Of course, not alone, but with a large network of employees, dealers, suppliers, and other companions. Together, they are the heart of the motor and a major reason for the steadily increasing success of Aquamot Electric Motors.   <\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-775bebd e-con-full e-flex e-con e-child\" data-id=\"775bebd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-db773b4 elementor-widget elementor-widget-video\" data-id=\"db773b4\" data-element_type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/Aquamot-Electric-Motors.mp4\" controls=\"\" preload=\"metadata\" controlsList=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-982df50 e-con-full e-flex e-con e-child\" data-id=\"982df50\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-798e8c4 e-con-full e-flex e-con e-child\" data-id=\"798e8c4\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a836929 elementor-widget elementor-widget-heading\" data-id=\"a836929\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">From vision to market leader <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-24fdd3e e-con-full e-flex e-con e-child\" data-id=\"24fdd3e\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f28146f e-con-full e-flex e-con e-child\" data-id=\"f28146f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b0db7d elementor-widget elementor-widget-text-editor\" data-id=\"3b0db7d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p> <\/p><p> <\/p><p> <\/p><p>Since nobody met the high load and quality requirements for electric drives in shipping, Ing. Siegmund Hammerschmidt started his own production as a manufacturer of electric boat motors. <\/p><p>His high demands on the e-boat motors were immediately well received in the market. Quality is still a top priority in our company, which is why Aquamot is now the market leader for high-quality and emission-free boat motors. <\/p><p>Thanks to constant optimizations, the efficiency is now at the highest level. To find the right system for your ship, all components can be custom-made. As a full-range supplier, you receive all system parts for the boat electric drive, such as charger and batteries, from a single source.  <\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-717bd1d e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"717bd1d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-9960d9b e-con-full e-flex e-con e-child\" data-id=\"9960d9b\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fa20fdc e-con-full e-flex e-con e-child\" data-id=\"fa20fdc\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72f0cb2 elementor-widget elementor-widget-heading\" data-id=\"72f0cb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2020<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-374d6eb elementor-widget elementor-widget-text-editor\" data-id=\"374d6eb\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Introduction of the 2nd generation of the Trend line <br>In the course of this, individual models were <br>revised by internationally renowned designers,<br> such as the Trend 1.8.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9986712 e-con-full e-flex e-con e-child\" data-id=\"9986712\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1b16ee2 elementor-widget elementor-widget-heading\" data-id=\"1b16ee2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2016<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22d0fb4 elementor-widget elementor-widget-text-editor\" data-id=\"22d0fb4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>With the Aquamot Trend-Line, a new engine line will also be launched on the market in 2014, which will sustainably change recreational boating with efficiency, power, robustness and quietness.<br><br><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e5d8cf1 e-con-full e-flex e-con e-child\" data-id=\"e5d8cf1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-57847bf elementor-widget elementor-widget-heading\" data-id=\"57847bf\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2014<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4ab1f5f elementor-widget elementor-widget-text-editor\" data-id=\"4ab1f5f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Aquamot becomes a full-range supplier <br>Introduction of ALS batteries and own charging technology<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5694fed e-con-full e-flex e-con e-child\" data-id=\"5694fed\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6a4f175 elementor-widget elementor-widget-heading\" data-id=\"6a4f175\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2008<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fcfaad8 elementor-widget elementor-widget-text-editor\" data-id=\"fcfaad8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The first part of the company building is erected at the<br>current operating location in V\u00f6cklamarkt.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-90031de e-con-full e-flex e-con e-child\" data-id=\"90031de\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-68bdfce e-con-full e-flex e-con e-child\" data-id=\"68bdfce\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-217ad14 e-con-full e-flex e-con e-child\" data-id=\"217ad14\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-228dc05 elementor-widget elementor-widget-heading\" data-id=\"228dc05\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2024<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-baeba26 elementor-widget elementor-widget-text-editor\" data-id=\"baeba26\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Expansion of the company building <br>by another hall (800 square meters) <br>including its own access road<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c74312 e-con-full e-flex e-con e-child\" data-id=\"6c74312\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b309748 elementor-widget elementor-widget-heading\" data-id=\"b309748\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2018<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ab973ce elementor-widget elementor-widget-text-editor\" data-id=\"ab973ce\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The company building is expanded with a showroom, new offices <br>and another hall. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fda84a4 e-con-full e-flex e-con e-child\" data-id=\"fda84a4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a170ba5 elementor-widget elementor-widget-heading\" data-id=\"a170ba5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2015<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f6a30e elementor-widget elementor-widget-text-editor\" data-id=\"2f6a30e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The management is handed over to Georg Schmidinger.<br>Siegmund Hammerschmidt retires into<br>well-deserved retirement, but remains with the company. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5e9a0ad e-con-full e-flex e-con e-child\" data-id=\"5e9a0ad\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f28b47 elementor-widget elementor-widget-heading\" data-id=\"7f28b47\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2012<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad909d1 elementor-widget elementor-widget-text-editor\" data-id=\"ad909d1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Son Georg Schmidinger joins the company <br>and thus lays the foundation <br>for the second generation.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-34567c4 e-con-full e-flex e-con e-child\" data-id=\"34567c4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de90565 elementor-widget elementor-widget-heading\" data-id=\"de90565\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2003<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-868c08d elementor-widget elementor-widget-text-editor\" data-id=\"868c08d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Founding of Aquamot by Siegmund <br>Hammerschmidt. Production of the first engines<br> in the in-house workshop.  <\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-f6b3b64 e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child\" data-id=\"f6b3b64\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-ca17ade e-con-full e-flex e-con e-child\" data-id=\"ca17ade\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-140fa65 e-con-full e-flex e-con e-child\" data-id=\"140fa65\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4cb5a7 elementor-widget elementor-widget-heading\" data-id=\"e4cb5a7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2024<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-362e6d8 elementor-widget elementor-widget-text-editor\" data-id=\"362e6d8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Expansion of the company building <br>by another hall (800 square meters) <br>including its own access road<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-394ce5d e-con-full e-flex e-con e-child\" data-id=\"394ce5d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43bb789 elementor-widget elementor-widget-heading\" data-id=\"43bb789\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2020<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c5bca6 elementor-widget elementor-widget-text-editor\" data-id=\"4c5bca6\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Introduction of the 2nd generation of the Trend line <br>In the course of this, individual models were <br>revised by internationally renowned designers,<br> such as the Trend 1.8.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4c5d548 e-con-full e-flex e-con e-child\" data-id=\"4c5d548\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9606412 elementor-widget elementor-widget-heading\" data-id=\"9606412\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2018<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d29c261 elementor-widget elementor-widget-text-editor\" data-id=\"d29c261\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The company building is expanded with a showroom, new offices and another hall. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-75794a9 e-con-full e-flex e-con e-child\" data-id=\"75794a9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af34e92 elementor-widget elementor-widget-heading\" data-id=\"af34e92\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2016<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0c9d79a elementor-widget elementor-widget-text-editor\" data-id=\"0c9d79a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>With the Aquamot Trend-Line, a new engine line will also be launched on the market in 2014, which will sustainably change recreational boating with efficiency, power, robustness and quietness <br>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3fba86f e-con-full e-flex e-con e-child\" data-id=\"3fba86f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-337c448 elementor-widget elementor-widget-heading\" data-id=\"337c448\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2015<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1173ec3 elementor-widget elementor-widget-text-editor\" data-id=\"1173ec3\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The management is handed over to Georg Schmidinger.Siegmund Hammerschmidt retires into well-deserved retirement, but remains with the company.<\/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<div class=\"elementor-element elementor-element-b48b11e e-con-full e-flex e-con e-child\" data-id=\"b48b11e\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f974993 e-con-full e-flex e-con e-child\" data-id=\"f974993\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9aa2b3a elementor-widget elementor-widget-heading\" data-id=\"9aa2b3a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2014<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-60deda0 elementor-widget elementor-widget-text-editor\" data-id=\"60deda0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Aquamot becomes a full-range supplier <br>Introduction of ALS batteries and own charging technology<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ba91308 e-con-full e-flex e-con e-child\" data-id=\"ba91308\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6acee76 elementor-widget elementor-widget-heading\" data-id=\"6acee76\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2012<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8a7fd2b elementor-widget elementor-widget-text-editor\" data-id=\"8a7fd2b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Son Georg Schmidinger joins the company <br>and thus lays the foundation <br>for the second generation.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-348099a e-con-full e-flex e-con e-child\" data-id=\"348099a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7167ad9 elementor-widget elementor-widget-heading\" data-id=\"7167ad9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2008<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b0ff0b elementor-widget elementor-widget-text-editor\" data-id=\"1b0ff0b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The first part of the company building is erected at the<br>current operating location in V\u00f6cklamarkt (Upper Austria).<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a1234d9 e-con-full e-flex e-con e-child\" data-id=\"a1234d9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37f98f1 elementor-widget elementor-widget-heading\" data-id=\"37f98f1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2003<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-654949e elementor-widget elementor-widget-text-editor\" data-id=\"654949e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Founding of Aquamot by Siegmund Hammerschmidt. Production of the first engines<br> in the in-house workshop. <\/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<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-adcdf69 e-grid about-warum e-con-boxed e-con e-parent\" data-id=\"adcdf69\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5e26ba8 e-con-full heading_besch e-flex e-con e-child\" data-id=\"5e26ba8\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4ac5677 e-con-full e-flex e-con e-child\" data-id=\"4ac5677\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43303aa elementor-widget elementor-widget-heading\" data-id=\"43303aa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">One brand - many advantages <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1326ac3 e-con-full e-flex e-con e-child\" data-id=\"1326ac3\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-73c7564 e-con-full e-flex e-con e-child\" data-id=\"73c7564\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-218b3a8 elementor-widget elementor-widget-text-editor\" data-id=\"218b3a8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>A quiet engine with maximum efficiency, quality &#8220;made in Austria&#8221; with sustainable standards: There are many reasons to choose an engine from Aquamot. Once on the water, with the throttle in your hand, the advantages become reality and the theory becomes an electrifying practice. A feeling that you don&#8217;t want to miss anymore.  <\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-92fe8c3 e-con-full e-flex e-con e-child\" data-id=\"92fe8c3\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-883210e e-con-full e-flex e-con e-child\" data-id=\"883210e\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-12b021e e-con-full e-flex e-con e-child\" data-id=\"12b021e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb8fb58 elementor-arrows-position-inside elementor-widget elementor-widget-n-carousel\" data-id=\"fb8fb58\" data-element_type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;_id&quot;:&quot;eca56d6&quot;,&quot;slide_title&quot;:&quot;Folie #11&quot;},{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;91fa645&quot;},{&quot;slide_title&quot;:&quot;Slide 2&quot;,&quot;_id&quot;:&quot;7180e9b&quot;},{&quot;slide_title&quot;:&quot;Folie 3&quot;,&quot;_id&quot;:&quot;d3bf506&quot;},{&quot;_id&quot;:&quot;35f3c59&quot;,&quot;slide_title&quot;:&quot;Folie #12&quot;},{&quot;slide_title&quot;:&quot;Folie 4&quot;,&quot;_id&quot;:&quot;fdf6b98&quot;},{&quot;_id&quot;:&quot;188f37a&quot;,&quot;slide_title&quot;:&quot;Folie #5&quot;},{&quot;_id&quot;:&quot;3b80b89&quot;,&quot;slide_title&quot;:&quot;Folie #6&quot;},{&quot;_id&quot;:&quot;a29771d&quot;,&quot;slide_title&quot;:&quot;Folie #7&quot;},{&quot;_id&quot;:&quot;d17eb68&quot;,&quot;slide_title&quot;:&quot;Folie #8&quot;},{&quot;_id&quot;:&quot;2a37005&quot;,&quot;slide_title&quot;:&quot;Folie #9&quot;},{&quot;_id&quot;:&quot;f05bbd4&quot;,&quot;slide_title&quot;:&quot;Folie #10&quot;}],&quot;slides_to_show_tablet&quot;:&quot;2&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 12\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a35f03c e-flex e-con-boxed e-con e-child\" data-id=\"a35f03c\" 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-1f90735 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"1f90735\" 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\">Robust construction <\/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\tAll Trend engines are made of high-strength and extremely light aluminum, which is also used in aircraft construction. The Professional-Line, on the other hand, impresses with thick-walled cast, seawater-resistant aluminum, which is coated 6 times.  \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\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 12\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c0f2ff3 e-flex e-con-boxed e-con e-child\" data-id=\"c0f2ff3\" 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-e7cf4bd elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"e7cf4bd\" 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\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 12\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8421617 e-flex e-con-boxed e-con e-child\" data-id=\"8421617\" 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-da0230d elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"da0230d\" 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\tOur entire value chain takes place in-house. This enables us to monitor every step and thus guarantee the best quality - starting with the design, through production to sales and after-sales service.  \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\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 12\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3a853cf e-flex e-con-boxed e-con e-child\" data-id=\"3a853cf\" 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-0f4e738 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"0f4e738\" 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 rely on the uncompromising path of the slow-running and gearless direct drive. The result: Aquamot engines are almost silent, efficient and also have one less wearing part. \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\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 12\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6146c26 e-flex e-con-boxed e-con e-child\" data-id=\"6146c26\" 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-b06526d elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"b06526d\" 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\t<span class=\"strong\">2 year guarantee <\/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\tWe live for our quality. And to underpin this promise, all Aquamot products are guaranteed for 2 years.  \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\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 12\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-332efbf e-flex e-con-boxed e-con e-child\" data-id=\"332efbf\" 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-751593b elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"751593b\" 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\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=\"7\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 12\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1f3eb6f e-flex e-con-boxed e-con e-child\" data-id=\"1f3eb6f\" 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-193111b elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"193111b\" 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\t<span class=\"strong\">Made in Austria <\/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\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=\"8\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 12\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-76fb8df e-flex e-con-boxed e-con e-child\" data-id=\"76fb8df\" 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-b8fb58b elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"b8fb58b\" 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\t<span class=\"strong\">Sustainable <\/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 attaches great importance not only to economic but also to ecological sustainability. This means that we work with recycled plastic, use aluminum exclusively without lead and keep transport routes as short as possible.  \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\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=\"9\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 of 12\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3784f7c e-flex e-con-boxed e-con e-child\" data-id=\"3784f7c\" 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-d43612c elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"d43612c\" 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\">Patented <\/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 owns several national and international property rights. So if you buy an Aquamot product, you are buying the original. Once Aquamot - always Aquamot.   \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\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=\"10\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 of 12\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b06cbea e-flex e-con-boxed e-con e-child\" data-id=\"b06cbea\" 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-13fe569 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"13fe569\" 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\t<span class=\"strong\">Maximum efficiency <\/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\tIn addition to the technical, Aquamot also attaches great importance to economic efficiency. Together, the maximum is achieved - day after day, hour after hour. That is our promise.   \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\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=\"11\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 of 12\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7df5172 e-flex e-con-boxed e-con e-child\" data-id=\"7df5172\" 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-5802040 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"5802040\" 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\t<span class=\"strong\">High safety standards <\/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\tSafety is a top priority for us. Starting with mechanical to electronic protection functions, Aquamot only sets the highest safety standards. \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\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=\"12\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"12 of 12\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-acba344 e-flex e-con-boxed e-con e-child\" data-id=\"acba344\" 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-f19324b elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"f19324b\" 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\t<span class=\"strong\">Worldwide delivery <\/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\tNo country is too far for us. <br>And so we now deliver our engines from \"A\" like Australia and \"America to \"Z\" like Cyprus. \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\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 aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/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 aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ecf244c e-grid about-netzwerk e-con-boxed e-con e-parent\" data-id=\"ecf244c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9d95020 e-con-full heading_besch e-flex e-con e-child\" data-id=\"9d95020\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-87d717e e-con-full e-flex e-con e-child\" data-id=\"87d717e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-263f127 elementor-widget elementor-widget-heading\" data-id=\"263f127\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our customer network<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a74b4e0 e-con-full e-flex e-con e-child\" data-id=\"a74b4e0\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-26955d4 e-con-full e-flex e-con e-child\" data-id=\"26955d4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-604d8bc elementor-widget elementor-widget-text-editor\" data-id=\"604d8bc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tOur more than 200 partners pass on the lived passion for our electric boat solutions every day and can provide optimal advice in the search for a suitable drive for your boat in many different variants through ongoing training.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f07fa36 e-con-full e-flex e-con e-child\" data-id=\"f07fa36\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ec5f8f8 elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"ec5f8f8\" 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-ac3bf7a e-flex e-con-boxed e-con e-child\" data-id=\"ac3bf7a\" 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-13c8854 elementor-widget elementor-widget-image\" data-id=\"13c8854\" 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 fetchpriority=\"high\" 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-9a192c4 e-flex e-con-boxed e-con e-child\" data-id=\"9a192c4\" 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-b69ddc7 elementor-widget elementor-widget-image\" data-id=\"b69ddc7\" 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=\"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-e28bbb9 e-flex e-con-boxed e-con e-child\" data-id=\"e28bbb9\" 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-1b97a29 elementor-widget elementor-widget-image\" data-id=\"1b97a29\" 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=\"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-280381a e-flex e-con-boxed e-con e-child\" data-id=\"280381a\" 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-40ec7ee elementor-widget elementor-widget-image\" data-id=\"40ec7ee\" 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-6c23ac0 e-flex e-con-boxed e-con e-child\" data-id=\"6c23ac0\" 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-4d67b6c elementor-widget elementor-widget-image\" data-id=\"4d67b6c\" 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-bf09b73 e-flex e-con-boxed e-con e-child\" data-id=\"bf09b73\" 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-9f63f8d elementor-widget elementor-widget-image\" data-id=\"9f63f8d\" 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<\/div>\n\t\t<div class=\"elementor-element elementor-element-1df0c1c e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"1df0c1c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-35fa3207 elementor-widget elementor-widget-heading\" data-id=\"35fa3207\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our satisfied customers<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-be3c6a3 elementor-arrows-position-outside elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"be3c6a3\" data-element_type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;f3e284b&quot;},{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;2844265&quot;},{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;2b62ae2&quot;},{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;e6a4cd0&quot;}],&quot;slides_to_show&quot;:&quot;3&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:63,&quot;sizes&quot;:[]},&quot;slides_to_show_tablet&quot;:&quot;2&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;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 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0b9b453 e-flex e-con-boxed e-con e-child\" data-id=\"0b9b453\" 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-10de7fbb elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-testimonial\" data-id=\"10de7fbb\" data-element_type=\"widget\" data-widget_type=\"testimonial.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-wrapper\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-content\">\u201cA testimonial from a client who benefited from your product or service. Testimonials can be a highly effective way of establishing credibility and increasing your company's reputation.\u201d<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-testimonial-meta elementor-has-image elementor-testimonial-image-position-aside\">\n\t\t\t\t<div class=\"elementor-testimonial-meta-inner\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-image\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"63\" height=\"63\" src=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/63x63.jpg\" class=\"attachment-full size-full wp-image-5198\" alt=\"\" \/>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-details\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-name\">Client Name<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\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\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 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ee48b10 e-flex e-con-boxed e-con e-child\" data-id=\"ee48b10\" 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-d0d932f elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-testimonial\" data-id=\"d0d932f\" data-element_type=\"widget\" data-widget_type=\"testimonial.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-wrapper\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-content\">\u201cA testimonial from a client who benefited from your product or service. Testimonials can be a highly effective way of establishing credibility and increasing your company's reputation.\u201d<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-testimonial-meta elementor-has-image elementor-testimonial-image-position-aside\">\n\t\t\t\t<div class=\"elementor-testimonial-meta-inner\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-image\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"63\" height=\"63\" src=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/63x63.jpg\" class=\"attachment-full size-full wp-image-5198\" alt=\"\" \/>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-details\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-name\">Client Name<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\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\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 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-496d72c e-flex e-con-boxed e-con e-child\" data-id=\"496d72c\" 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-5bb84c2 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-testimonial\" data-id=\"5bb84c2\" data-element_type=\"widget\" data-widget_type=\"testimonial.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-wrapper\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-content\">\u201cA testimonial from a client who benefited from your product or service. Testimonials can be a highly effective way of establishing credibility and increasing your company's reputation.\u201d<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-testimonial-meta elementor-has-image elementor-testimonial-image-position-aside\">\n\t\t\t\t<div class=\"elementor-testimonial-meta-inner\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-image\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"63\" height=\"63\" src=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/63x63.jpg\" class=\"attachment-full size-full wp-image-5198\" alt=\"\" \/>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-details\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-name\">Client Name<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\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\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 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-56ea88d e-flex e-con-boxed e-con e-child\" data-id=\"56ea88d\" 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-e78b7ad elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-testimonial\" data-id=\"e78b7ad\" data-element_type=\"widget\" data-widget_type=\"testimonial.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-wrapper\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-content\">\u201cA testimonial from a client who benefited from your product or service. Testimonials can be a highly effective way of establishing credibility and increasing your company's reputation.\u201d<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-testimonial-meta elementor-has-image elementor-testimonial-image-position-aside\">\n\t\t\t\t<div class=\"elementor-testimonial-meta-inner\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-image\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"63\" height=\"63\" src=\"https:\/\/aquamot.vazaweb.com\/wp-content\/uploads\/2025\/09\/63x63.jpg\" class=\"attachment-full size-full wp-image-5198\" alt=\"\" \/>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-details\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-name\">Client Name<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\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\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<div class=\"swiper-pagination\"><\/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-52b77ca e-grid about-faq e-con-boxed e-con e-parent\" data-id=\"52b77ca\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4f1ae8f e-con-full heading_besch e-flex e-con e-child\" data-id=\"4f1ae8f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a84edb6 e-con-full e-flex e-con e-child\" data-id=\"a84edb6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b7480ca elementor-widget elementor-widget-heading\" data-id=\"b7480ca\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FAQ<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-431d2eb e-con-full e-flex e-con e-child\" data-id=\"431d2eb\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2ea2c14 e-con-full e-flex e-con e-child\" data-id=\"2ea2c14\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cbfe854 elementor-widget elementor-widget-text-editor\" data-id=\"cbfe854\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>In our FAQs, we answer all urgent questions about our company, our products and our service. Do you have any further questions? Then please contact us. We look forward to your telephone or written message.    <\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-3a95c7b e-con-full e-flex e-con e-child\" data-id=\"3a95c7b\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-090dfdf e-con-full e-flex e-con e-child\" data-id=\"090dfdf\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cd2d065 elementor-widget elementor-widget-heading\" data-id=\"cd2d065\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Frequently Asked Questions<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b48ec2f elementor-widget elementor-widget-n-accordion\" data-id=\"b48ec2f\" data-element_type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;expanded&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1890\" class=\"e-n-accordion-item\" open>\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1890\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> How long is the delivery time? <\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1890\" class=\"elementor-element elementor-element-3ba962c e-con-full e-flex e-con e-child\" data-id=\"3ba962c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e25eb42 elementor-widget elementor-widget-text-editor\" data-id=\"e25eb42\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>As the saying goes: Good things take time. Since our engines are produced after ordering and exclusively in our factory in V\u00f6cklamarkt, there may be a waiting period of up to 3-4 weeks in the main season. However, exceptions always prove the rule and therefore we recommend contacting us in a specific case. Chargers and batteries, on the other hand, are usually in stock and can be shipped directly.    <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1891\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1891\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> How safe are Aquamot electric boat motors?  <\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1891\" class=\"elementor-element elementor-element-09130ab e-con-full e-flex e-con e-child\" data-id=\"09130ab\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75ae8f9 elementor-widget elementor-widget-text-editor\" data-id=\"75ae8f9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>SAFETY is a top priority for us! Therefore, numerous protection functions are integrated in an Aquamot engine system. From mechanical protection functions such as a predetermined breaking point of the fin in the event of ground contact, to electronic protection functions, such as overvoltage, undervoltage to avoid deep discharge of the batteries, reverse polarity protection, overcurrent protection, immobilizer, etc. All of this is part of the standards of an Aquamot engine. 8 years after the date of manufacture, the battery must be checked at an Aquamot Service Center to ensure your safety 100%.    <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1892\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1892\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> How do I know which electric boat motor I need for my boat?  <\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1892\" class=\"elementor-element elementor-element-e4a10d3 e-con-full e-flex e-con e-child\" data-id=\"e4a10d3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a235146 elementor-widget elementor-widget-text-editor\" data-id=\"a235146\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Unfortunately, there is no general answer to this question. It all depends on your wishes and needs. In order to be able to perfectly reflect these in the engine, please contact us. We would be happy to advise you and find the right engine solution together with you.    <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1893\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1893\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What requirements do I need for an electric motor on my boat?  <\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1893\" class=\"elementor-element elementor-element-97f2bda e-con-full e-flex e-con e-child\" data-id=\"97f2bda\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ce3b3df elementor-widget elementor-widget-text-editor\" data-id=\"ce3b3df\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Thanks to our versatile product range, we can equip most boat types directly with our serial engine solutions. At the same time, however, we have also specialized in special solutions and are the contact for individual customer requests. Engines with no integrated battery also require storage space for battery &amp; Co. Please contact us by email or phone with your request. We would be happy to advise you.    <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1894\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1894\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What is the difference between the Trend and Professional lines?  <\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1894\" class=\"elementor-element elementor-element-e2b2c6a e-con-full e-flex e-con e-child\" data-id=\"e2b2c6a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b0d8d5c elementor-widget elementor-widget-text-editor\" data-id=\"b0d8d5c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p> While the Professional-Line is geared towards professional shipping, the Trend-Line is perfect for recreational shipping. For example, numerous components in the Professional-Line are much larger (ball bearings, electronic components, etc.), so that they are designed to be even more stable. We usually recommend the Professional-Line from a usage time of &gt; 200 days per year.   <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1895\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"6\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1895\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What is the difference between the Trend and Professional lines?  <\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1895\" class=\"elementor-element elementor-element-f3fb155 e-con-full e-flex e-con e-child\" data-id=\"f3fb155\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b763f elementor-widget elementor-widget-text-editor\" data-id=\"f5b763f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p> While the Professional-Line is geared towards professional shipping, the Trend-Line is perfect for recreational shipping. For example, numerous components in the Professional-Line are much larger (ball bearings, electronic components, etc.), so that they are designed to be even more stable. We usually recommend the Professional-Line from a usage time of &gt; 200 days per year.   <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1896\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"7\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1896\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> How often should the engine be serviced?  <\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1896\" class=\"elementor-element elementor-element-10c5d0c e-con-full e-flex e-con e-child\" data-id=\"10c5d0c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-912f68f elementor-widget elementor-widget-text-editor\" data-id=\"912f68f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The engine is basically maintenance-free because it does not contain any wearing parts such as carbon brushes, gears or the like. Nevertheless, it is recommended to replace the seals preventively at regular intervals. This is highly dependent on the respective waters in which the engine is used.   <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1897\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"8\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1897\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> How long is the warranty?  <\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1897\" class=\"elementor-element elementor-element-43bdf93 e-con-full e-flex e-con e-child\" data-id=\"43bdf93\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e1f74e8 elementor-widget elementor-widget-text-editor\" data-id=\"e1f74e8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The warranty at Aquamot Electric Motors GmbH is 2 years. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>ABOUT US Everything you should know ABOUT US WHY AQUAMOT OUR CUSTOMER NETWORK FAQ Aquamot &#8211; an electrifying story since 2003 It all began with one man and a vision. Today, Aquamot electric boat motors are sold on seven continents and are in their second generation. Of course, not alone, but with a large network [&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-9691","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/aquamot.vazaweb.com\/en\/wp-json\/wp\/v2\/pages\/9691","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=9691"}],"version-history":[{"count":10,"href":"https:\/\/aquamot.vazaweb.com\/en\/wp-json\/wp\/v2\/pages\/9691\/revisions"}],"predecessor-version":[{"id":13291,"href":"https:\/\/aquamot.vazaweb.com\/en\/wp-json\/wp\/v2\/pages\/9691\/revisions\/13291"}],"wp:attachment":[{"href":"https:\/\/aquamot.vazaweb.com\/en\/wp-json\/wp\/v2\/media?parent=9691"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}