{"id":5418,"date":"2025-02-16T22:59:10","date_gmt":"2025-02-16T21:59:10","guid":{"rendered":"https:\/\/aquafunmogan.es\/delfinbeobachtung\/"},"modified":"2026-03-27T11:58:03","modified_gmt":"2026-03-27T10:58:03","slug":"delfinbeobachtung","status":"publish","type":"page","link":"https:\/\/aquafunmogan.es\/de\/delfinbeobachtung\/","title":{"rendered":"Delfinbeobachtung"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5418\" class=\"elementor elementor-5418\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6073a15 e-flex e-con-boxed e-con e-parent\" data-id=\"6073a15\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-147fbc8 elementor-widget elementor-widget-html\" data-id=\"147fbc8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n          <div>\n\n\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n  <title>Blaues Men\u00fc<\/title>\n  <style>\n    \/* Reset b\u00e1sico *\/\n    body {\n      margin: 0;\n      padding: 0;\n    }\n    \/* Contenedor de la barra azul a pantalla completa *\/\n    .blue-menu-bar {\n      background-color: #01599C; \/* Color azul (ajusta seg\u00fan tus necesidades) *\/\n      width: 100%;\n      padding: 10px 0; \/* Ajusta el padding vertical si lo deseas *\/\n    }\n    \/* Contenedor interno centrado y con ancho limitado *\/\n    .blue-menu-inner {\n      max-width: 1100px; \/* Ajusta este valor para que sea m\u00e1s estrecho que el 100% *\/\n      margin: 0 auto;\n      text-align: center;\n    }\n    \/* Estilos para la lista de enlaces *\/\n    .blue-menu-inner ul {\n      list-style: none;\n      margin: 0;\n      padding: 0;\n      display: flex;\n      justify-content: center;\n      gap: 30px; \/* Espaciado entre enlaces *\/\n    }\n    .blue-menu-inner ul li a {\n      color: #ffffff;\n      text-decoration: none;\n      font-weight: bold;\n      font-size: 16px;\n    }\n  <\/style>\n\n\n  <div class=\"blue-menu-bar\">\n    <div class=\"blue-menu-inner\">\n      <ul>\n        <li><a href=\"https:\/\/aquafunmogan.es\/primer-paso-carrito\/\">Jetzt buchen<\/a><\/li>\n        <li><a href=\"tel:+34645779767\">+34645779767<\/a><\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n\n\n<\/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-16193639 e-flex e-con-boxed e-con e-parent\" data-id=\"16193639\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d3b24c elementor-widget elementor-widget-text-editor\" data-id=\"2d3b24c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n  <title>Delfinbeobachtung<\/title>\n  <style>\n    \/* Basis-Reset *\/\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n    body {\n      font-family: Arial, sans-serif;\n      line-height: 1.6;\n      background: #f4f4f4;\n      color: #333;\n    }\n    \/* Haupttitel (\u00fcber dem Karussell platziert) *\/\n    .excursion-title {\n      text-align: center;\n      margin: 20px 0;\n      font-size: 2rem;\n      color: #1976d2;\n    }\n    \/* Hauptcontainer mit zwei Spalten (Inhalt + Sidebar) *\/\n    .main-container {\n      display: grid;\n      grid-template-columns: 1fr 300px;\n      gap: 20px;\n      max-width: 1200px;\n      margin: -5px auto;\n      padding: 0 20px;\n    }\n    \/* Prim\u00e4re Inhalts-Spalte *\/\n    .content-column {\n      background: #fff;\n      padding: 20px;\n      border-radius: 8px;\n      box-shadow: 0 2px 8px rgba(25, 118, 210, 0.2);\n    }\n    \/* Sidebar mit Button: bleibt auf Desktop sticky *\/\n    .sidebar {\n      background: #e3f2fd;\n      padding: 20px;\n      border-radius: 8px;\n      text-align: center;\n      position: sticky;\n      top: 20px;\n      height: fit-content;\n    }\n    .sidebar button {\n      background: #64b5f6;\n      color: #fff;\n      border: none;\n      padding: 15px 30px;\n      font-size: 1.2rem;\n      cursor: pointer;\n      border-radius: 5px;\n      transition: background 0.3s ease;\n      width: 100%;\n    }\n    .sidebar button:hover {\n      background: #42a5f5;\n    }\n    \/* Karussell *\/\n    .carousel {\n      position: relative;\n      max-width: 100%;\n      margin: 10px 0;\n      overflow: hidden;\n    }\n    .carousel .slide {\n      display: none;\n    }\n    .carousel .slide.active {\n      display: block;\n    }\n    .carousel img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n    .carousel button {\n      position: absolute;\n      top: 50%;\n      transform: translateY(-50%);\n      background: rgba(25, 118, 210, 0.7);\n      border: none;\n      color: #fff;\n      font-size: 2rem;\n      padding: 10px;\n      cursor: pointer;\n      border-radius: 50%;\n    }\n    .carousel button.prev {\n      left: 20px;\n    }\n    .carousel button.next {\n      right: 20px;\n    }\n    \/* Videosektion *\/\n    .video-section {\n      margin: 20px 0;\n      text-align: center;\n    }\n    .video-section iframe {\n      width: 100%;\n      max-width: 560px;\n      height: 315px;\n    }\n    \/* Textinhalt-Sektion *\/\n    .content-section h3 {\n      margin-top: 20px;\n      font-size: 1.5rem;\n      color: #1976d2;\n    }\n    .content-section p {\n      margin-bottom: 15px;\n      font-size: 1rem;\n    }\n    .content-section ul {\n      list-style: disc;\n      margin-left: 20px;\n      margin-bottom: 15px;\n    }\n    \/* Fu\u00dfzeile *\/\n    footer {\n      text-align: center;\n      padding: 20px;\n      background: #64b5f6;\n      color: #fff;\n    }\n    \/* Responsive: auf kleinen Bildschirmen *\/\n    @media (max-width: 768px) {\n      .main-container {\n        grid-template-columns: 1fr;\n        margin-top: 40px;\n      }\n      \/* Fester, sticky Button oben auf Mobilger\u00e4ten *\/\n      .sidebar {\n        position: fixed;\n        top: 0;\n        left: 0;\n        right: 0;\n        margin: 0;\n        padding: 10px;\n        background: #e3f2fd;\n        border-bottom: 2px solid #333;\n        z-index: 1000;\n      }\n      .sidebar button {\n        border: 2px solid #333;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  \n  <div class=\"main-container\">\n    \n    <div class=\"content-column\">\n      \n      <h2 class=\"excursion-title\">Delfinbeobachtung<\/h2>\n      \n      <section class=\"carousel\">\n        <div class=\"slide active\">\n          <img decoding=\"async\" src=\"http:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/12\/007-scaled-1-1.jpg\" alt=\"Delfinbeobachtung - Ansicht 1\">\n        <\/div>\n        <div class=\"slide\">\n          <img decoding=\"async\" src=\"http:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/11\/1c-1.jpg\" alt=\"Delfinbeobachtung - Ansicht 2\">\n        <\/div>\n        <div class=\"slide\">\n          <img decoding=\"async\" src=\"http:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/11\/Captura.png\" alt=\"Delfinbeobachtung - Ansicht 3\">\n        <\/div>\n        <div class=\"slide\">\n          <img decoding=\"async\" src=\"http:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/11\/Diseno-sin-titulo-5.png\" alt=\"Delfinbeobachtung - Ansicht 4\">\n        <\/div>\n        <div class=\"slide\">\n          <img decoding=\"async\" src=\"http:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/11\/a05d.jpg\" alt=\"Delfinbeobachtung - Ansicht 5\">\n        <\/div>\n        <div class=\"slide\">\n          <img decoding=\"async\" src=\"http:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/11\/039-copia-scaled.jpg\" alt=\"Delfinbeobachtung - Ansicht 6\">\n        <\/div>\n        <div class=\"slide\">\n          <img decoding=\"async\" src=\"http:\/\/aquafunmogan.es\/wp-content\/uploads\/2024\/11\/037-copia-scaled.jpg\" alt=\"Delfinbeobachtung - Ansicht 7\">\n        <\/div>\n        <button class=\"prev\">&#10094;<\/button>\n        <button class=\"next\">&#10095;<\/button>\n      <\/section>\n      \n      \n      <section class=\"video-section\">\n        <iframe src=\"https:\/\/www.youtube.com\/embed\/84x5PIVCdlM\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n      <\/section>\n      \n      \n      <section class=\"content-section\">\n        <p>Erleben Sie ein einzigartiges Abenteuer, um Delfine und andere Cetaceen in ihrem nat\u00fcrlichen Lebensraum zu beobachten. Unsere Tour <strong>Delfinbeobachtung<\/strong> bietet Ihnen 2 Stunden voller Spannung und eine intensive Verbindung zum Meer.<\/p>\n        <p>Genie\u00dfen Sie eine Fahrt, bei der Sie Delfine und weitere Meeress\u00e4uger entdecken k\u00f6nnen \u2013 begleitet von erfahrenen Guides, die Ihnen faszinierende Einblicke in das Meeresleben geben.<\/p>\n        \n        <h3>Tourdetails<\/h3>\n        <p>Dauer: <strong>2 Stunden<\/strong><\/p>\n        <p>Preis: <strong>37,00\u20ac pro Person<\/strong><\/p>\n        <p>Abfahrtsort: <strong>Puerto de Mogan<\/strong><\/p>\n        \n        <h3>Leistungen<\/h3>\n        <ul>\n          <li>Delfin- und Cetaceenbeobachtung<\/li>\n          <li>Fachkundige Begleitung an Bord<\/li>\n          <li>Informative Einblicke in das Meeresleben<\/li>\n          <li>Eine sichere und komfortable Erfahrung<\/li>\n        <\/ul>\n        \n        <p>Diese Aktivit\u00e4t ist ideal f\u00fcr Familien, Paare und Naturliebhaber, die ein unvergessliches Erlebnis auf See suchen.<\/p>\n        <p><em>*Hinweis: Die Aktivit\u00e4t ist wetterabh\u00e4ngig und kann bei ung\u00fcnstigen Bedingungen verschoben werden.<\/em><\/p>\n      <\/section>\n    <\/div>\n    \n    <aside class=\"sidebar\">\n      <button onclick=\"window.location.href='https:\/\/aquafunmogan.es\/de\/erste-stufe-wagen\/'\">Weiter<\/button>\n    <\/aside>\n  <\/div>\n\n  \n  <footer>\n    <p>&copy; 2025 Aquafun Mogan. Alle Rechte vorbehalten.<\/p>\n  <\/footer>\n\n  \n  <script>\n    const slides = document.querySelectorAll('.slide');\n    let currentSlide = 0;\n    \n    document.querySelector('.next').addEventListener('click', () => {\n      slides[currentSlide].classList.remove('active');\n      currentSlide = (currentSlide + 1) % slides.length;\n      slides[currentSlide].classList.add('active');\n    });\n    \n    document.querySelector('.prev').addEventListener('click', () => {\n      slides[currentSlide].classList.remove('active');\n      currentSlide = (currentSlide - 1 + slides.length) % slides.length;\n      slides[currentSlide].classList.add('active');\n    });\n    \n    \/\/ Automatischer Wechsel alle 5 Sekunden (optional)\n    setInterval(() => {\n      slides[currentSlide].classList.remove('active');\n      currentSlide = (currentSlide + 1) % slides.length;\n      slides[currentSlide].classList.add('active');\n    }, 5000);\n  <\/script>\n  \n  \n  <script>\n    function updateButtonText() {\n      const button = document.querySelector('.sidebar button');\n      if (window.innerWidth <= 768) {\n        button.textContent = 'Weiter';\n      } else {\n        button.textContent = 'Jetzt buchen';\n      }\n    }\n    window.addEventListener('resize', updateButtonText);\n    updateButtonText();\n  <\/script>\n  \n<\/body>\n<\/html>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Blaues Men\u00fc Jetzt buchen +34645779767 Delfinbeobachtung Delfinbeobachtung &#10094; &#10095; Erleben Sie ein einzigartiges Abenteuer, um Delfine und andere Cetaceen in [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-5418","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/aquafunmogan.es\/de\/wp-json\/wp\/v2\/pages\/5418","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aquafunmogan.es\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aquafunmogan.es\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aquafunmogan.es\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aquafunmogan.es\/de\/wp-json\/wp\/v2\/comments?post=5418"}],"version-history":[{"count":1,"href":"https:\/\/aquafunmogan.es\/de\/wp-json\/wp\/v2\/pages\/5418\/revisions"}],"predecessor-version":[{"id":7720,"href":"https:\/\/aquafunmogan.es\/de\/wp-json\/wp\/v2\/pages\/5418\/revisions\/7720"}],"wp:attachment":[{"href":"https:\/\/aquafunmogan.es\/de\/wp-json\/wp\/v2\/media?parent=5418"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}