{"id":1976,"date":"2026-05-04T10:48:17","date_gmt":"2026-05-04T08:48:17","guid":{"rendered":"https:\/\/albafiorita.com\/?p=1976"},"modified":"2026-06-04T10:03:49","modified_gmt":"2026-06-04T08:03:49","slug":"zwischen-wasser-und-stille","status":"publish","type":"post","link":"https:\/\/albafiorita.com\/de\/zwischen-wasser-und-stille\/","title":{"rendered":"Zwischen Wasser und Stille"},"content":{"rendered":"<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:wght@300;400;500;700&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n    @font-face {\r\n      font-family: \"Nocturne Serif\";\r\n      src: url('https:\/\/albafiorita.com\/dist\/00bd23a4b9b5caed1809.woff2') format('woff2'),\r\n           url('https:\/\/albafiorita.com\/dist\/9a04f3e3d84314f1d288.woff') format('woff');\r\n      font-weight: 300;\r\n      font-style: normal;\r\n      font-display: swap;\r\n    }\r\n    @font-face {\r\n      font-family: \"Nocturne Serif\";\r\n      src: url('https:\/\/albafiorita.com\/dist\/e1025f3bc6f7460dd473.woff2') format('woff2'),\r\n           url('https:\/\/albafiorita.com\/dist\/2d15320f7cd82d0dae12.woff') format('woff');\r\n      font-weight: 400;\r\n      font-style: normal;\r\n      font-display: swap;\r\n    }\r\n    @font-face {\r\n      font-family: \"Nocturne Serif\";\r\n      src: url('https:\/\/albafiorita.com\/dist\/cd3ad4baef691e1cfea7.woff2') format('woff2'),\r\n           url('https:\/\/albafiorita.com\/dist\/7ca9b15e37afa0377d00.woff') format('woff');\r\n      font-weight: 500;\r\n      font-style: normal;\r\n      font-display: swap;\r\n    }\r\n\r\n    :root {\r\n      --verde:    #4a6741;\r\n      --verde-chiaro: #7a9e75;\r\n      --sabbia:   #f5f0e8;\r\n      --acqua:    #c8ddd9;\r\n      --testo:    #2c2c2c;\r\n      --grigio:   #666;\r\n      --bordo:    #ddd;\r\n    }\r\n\r\n    * { box-sizing: border-box; margin: 0; padding: 0; }\r\n\r\n    body {\r\n      font-family: 'Jost', sans-serif;\r\n      color: var(--testo);\r\n      background: #fff;\r\n      line-height: 1.7;\r\n    }\r\n\r\n    .entry-title, .post-title, .single-post h1.entry-title,\r\n    article.post h1, .page-title, h1.entry-title, .post h1,\r\n    .hentry h1, header.entry-header, .entry-header, .post-header {\r\n      display: none !important;\r\n      visibility: hidden !important;\r\n      height: 0 !important;\r\n      margin: 0 !important;\r\n      padding: 0 !important;\r\n      overflow: hidden !important;\r\n    }\r\n\r\n    .hero {\r\n      position: relative;\r\n      background: rgba(20,45,30,0.55);\r\n      min-height: 520px;\r\n      display: flex;\r\n      align-items: flex-end;\r\n      padding: 60px 40px 50px;\r\n      overflow: hidden;\r\n      margin-top: 0;\r\n    }\r\n    .hero::after {\r\n      content: '';\r\n      position: absolute;\r\n      inset: 0;\r\n      background: linear-gradient(to top, rgba(10,30,20,0.80) 0%, rgba(10,30,20,0.30) 55%, transparent 100%);\r\n      z-index: 0;\r\n    }\r\n    .hero-content { position: relative; z-index: 2; max-width: 900px; }\r\n    .hero h1 {\r\n      font-family: 'Nocturne Serif', serif;\r\n      font-size: clamp(44px, 6vw, 68px);\r\n      color: #ffffff;\r\n      line-height: 1.05;\r\n      margin-bottom: 10px;\r\n      font-weight: 400;\r\n      text-shadow: 0 2px 20px rgba(0,0,0,0.6), 0 1px 4px rgba(0,0,0,0.7);\r\n      white-space: nowrap;\r\n    }\r\n    .hero h1 em {\r\n      font-style: italic;\r\n      color: #d4eae6;\r\n      font-weight: 300;\r\n    }\r\n    .hero-sub {\r\n      font-family: 'Jost', sans-serif;\r\n      font-size: 16px;\r\n      color: rgba(255,255,255,0.95);\r\n      font-weight: 300;\r\n      letter-spacing: 1.5px;\r\n      text-shadow: 0 1px 8px rgba(0,0,0,0.6);\r\n    }\r\n\r\n    .wave-divider { width: 100%; overflow: hidden; line-height: 0; margin-top: -2px; }\r\n    .wave-divider svg { display: block; width: 100%; }\r\n\r\n    .intro { padding: 52px 24px 40px; max-width: 760px; margin: 0 auto; }\r\n    .intro p { font-size: 17px; line-height: 1.85; color: #3a3a3a; }\r\n    .intro p + p { margin-top: 18px; }\r\n    .intro strong { color: var(--verde); }\r\n\r\n    .features { background: var(--sabbia); padding: 44px 24px; }\r\n    .features-grid {\r\n      max-width: 760px;\r\n      margin: 0 auto;\r\n      display: grid;\r\n      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\r\n      gap: 28px;\r\n    }\r\n    .feature { text-align: center; }\r\n    .feature-icon {\r\n      width: 52px; height: 52px;\r\n      background: var(--verde);\r\n      border-radius: 50%;\r\n      display: flex; align-items: center; justify-content: center;\r\n      margin: 0 auto 12px;\r\n    }\r\n    .feature-icon svg { width: 24px; height: 24px; fill: none; stroke: #fff; stroke-width: 1.8; }\r\n    .feature h3 {\r\n      font-family: 'Nocturne Serif', serif;\r\n      font-size: 15px; color: var(--verde);\r\n      margin-bottom: 6px; letter-spacing: 0.5px; font-weight: 400;\r\n    }\r\n    .feature p { font-size: 13px; color: var(--grigio); line-height: 1.6; }\r\n\r\n    .programma { padding: 60px 24px; max-width: 760px; margin: 0 auto; }\r\n    .section-label {\r\n      font-size: 11px; font-weight: 700;\r\n      letter-spacing: 3px; text-transform: uppercase;\r\n      color: var(--verde-chiaro); margin-bottom: 8px;\r\n    }\r\n    .section-title {\r\n      font-family: 'Nocturne Serif', serif;\r\n      font-size: 32px; color: var(--testo);\r\n      margin-bottom: 36px; line-height: 1.25; font-weight: 400;\r\n    }\r\n    .timeline { position: relative; padding-left: 32px; }\r\n    .timeline::before {\r\n      content: '';\r\n      position: absolute;\r\n      left: 6px; top: 8px; bottom: 8px;\r\n      width: 2px;\r\n      background: linear-gradient(to bottom, var(--verde), var(--acqua));\r\n      border-radius: 2px;\r\n    }\r\n    .timeline-item { position: relative; margin-bottom: 36px; }\r\n    .timeline-item:last-child { margin-bottom: 0; }\r\n    .timeline-dot {\r\n      position: absolute;\r\n      left: -30px; top: 6px;\r\n      width: 14px; height: 14px;\r\n      border-radius: 50%;\r\n      background: #fff;\r\n      border: 2.5px solid var(--verde);\r\n    }\r\n    .timeline-time {\r\n      font-size: 11px; font-weight: 700;\r\n      letter-spacing: 2px; text-transform: uppercase;\r\n      color: var(--verde-chiaro); margin-bottom: 4px;\r\n    }\r\n    .timeline-item h3 {\r\n      font-family: 'Nocturne Serif', serif;\r\n      font-size: 20px; color: var(--testo);\r\n      margin-bottom: 8px; font-weight: 400;\r\n    }\r\n    .timeline-item p { font-size: 15px; color: #555; line-height: 1.7; }\r\n\r\n    .note-box {\r\n      background: var(--sabbia);\r\n      border-left: 4px solid var(--acqua);\r\n      border-radius: 0 8px 8px 0;\r\n      padding: 22px 26px;\r\n      max-width: calc(760px - 48px);\r\n      margin: 0 auto 60px;\r\n    }\r\n    .note-box h4 {\r\n      font-family: 'Nocturne Serif', serif;\r\n      font-size: 16px; color: var(--verde);\r\n      margin-bottom: 8px; font-weight: 400;\r\n    }\r\n    .note-box p { font-size: 14px; color: var(--grigio); line-height: 1.65; }\r\n\r\n    .prezzo-band {\r\n      background: linear-gradient(135deg, var(--verde) 0%, #2d4a3e 100%);\r\n      padding: 52px 24px;\r\n      text-align: center;\r\n      color: #fff;\r\n    }\r\n    .prezzo-band .tag {\r\n      font-size: 11px; letter-spacing: 3px;\r\n      text-transform: uppercase; color: var(--acqua); margin-bottom: 10px;\r\n    }\r\n    .prezzo-band .big-price {\r\n      font-family: 'Nocturne Serif', serif;\r\n      font-size: 64px; line-height: 1;\r\n      margin-bottom: 6px; font-weight: 400;\r\n    }\r\n    .prezzo-band .big-price sup { font-size: 28px; vertical-align: super; }\r\n    .prezzo-band .per-person {\r\n      font-size: 14px; opacity: 0.7;\r\n      letter-spacing: 2px; text-transform: uppercase; margin-bottom: 24px;\r\n    }\r\n    .prezzo-band p {\r\n      font-size: 15px; opacity: 0.85;\r\n      max-width: 460px; margin: 0 auto 28px; line-height: 1.7;\r\n    }\r\n    .btn-cta {\r\n      display: inline-block;\r\n      background: #d09e5b;\r\n      color: #fff;\r\n      font-weight: 500;\r\n      font-size: 14px;\r\n      letter-spacing: 1px;\r\n      padding: 16px 40px;\r\n      border-radius: 50px;\r\n      text-decoration: none;\r\n      transition: background .2s, transform .2s, box-shadow .2s;\r\n      box-shadow: 4px 4px 0px rgba(83,70,56,0.35);\r\n    }\r\n    .btn-cta:hover {\r\n      background: #b8894a;\r\n      transform: translateY(-2px);\r\n      box-shadow: 4px 6px 0px rgba(83,70,56,0.35);\r\n    }\r\n\r\n    .form-section { padding: 70px 24px 80px; background: transparent; }\r\n    .form-inner { max-width: 620px; margin: 0 auto; }\r\n    .form-section .section-label { text-align: center; }\r\n    .form-section .section-title { text-align: center; margin-bottom: 10px; }\r\n    .form-subtitle { text-align: center; color: var(--grigio); font-size: 15px; margin-bottom: 40px; }\r\n\r\n    .wpcf7-submit,\r\n    input[type=\"submit\"],\r\n    .wpcf7 input[type=\"submit\"] {\r\n      display: inline-block !important;\r\n      background: #d09e5b !important;\r\n      color: #fff !important;\r\n      font-family: 'Jost', sans-serif !important;\r\n      font-weight: 500 !important;\r\n      font-size: 14px !important;\r\n      letter-spacing: 1px !important;\r\n      padding: 16px 40px !important;\r\n      border-radius: 50px !important;\r\n      border: none !important;\r\n      outline: none !important;\r\n      box-shadow: 4px 4px 0 rgba(83,70,56,0.35) !important;\r\n      cursor: pointer !important;\r\n      transition: background .2s, transform .2s, box-shadow .2s !important;\r\n      width: auto !important;\r\n      -webkit-appearance: none !important;\r\n    }\r\n    .wpcf7-submit:hover,\r\n    input[type=\"submit\"]:hover,\r\n    .wpcf7 input[type=\"submit\"]:hover {\r\n      background: #b8894a !important;\r\n      transform: translateY(-2px) !important;\r\n      box-shadow: 4px 6px 0px rgba(83,70,56,0.35) !important;\r\n    }\r\n\r\n    .gallery-section { padding: 70px 0 80px; background: transparent; overflow: hidden; }\r\n    .gallery-section .section-label { text-align: center; padding: 0 24px; }\r\n    .gallery-section .section-title { text-align: center; padding: 0 24px; margin-bottom: 36px; }\r\n    .gallery-track-wrapper { position: relative; }\r\n    .gallery-track {\r\n      display: flex;\r\n      gap: 16px;\r\n      overflow-x: auto;\r\n      scroll-snap-type: x mandatory;\r\n      -webkit-overflow-scrolling: touch;\r\n      scrollbar-width: none;\r\n      padding: 0 40px 16px;\r\n      cursor: grab;\r\n    }\r\n    .gallery-track:active { cursor: grabbing; }\r\n    .gallery-track::-webkit-scrollbar { display: none; }\r\n    .gallery-track img {\r\n      flex-shrink: 0;\r\n      height: 320px;\r\n      width: auto;\r\n      border-radius: 12px;\r\n      object-fit: cover;\r\n      scroll-snap-align: start;\r\n      transition: transform .3s, box-shadow .3s;\r\n      pointer-events: none;\r\n      user-select: none;\r\n    }\r\n    .gallery-track img:hover { transform: scale(1.02); box-shadow: 0 12px 32px rgba(0,0,0,0.18); }\r\n    .gallery-arrows { display: flex; justify-content: center; gap: 12px; margin-top: 24px; }\r\n    .gallery-arrow {\r\n      width: 48px; height: 48px;\r\n      border-radius: 50%;\r\n      background: #d09e5b;\r\n      border: none;\r\n      cursor: pointer;\r\n      display: flex; align-items: center; justify-content: center;\r\n      box-shadow: 3px 3px 0 rgba(83,70,56,0.3);\r\n      transition: background .2s, transform .2s;\r\n    }\r\n    .gallery-arrow:hover { background: #b8894a; transform: translateY(-1px); }\r\n    .gallery-arrow svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 2.5; }\r\n\r\n    .footer-mini {\r\n      background: #2c2c2c; color: rgba(255,255,255,0.6);\r\n      text-align: center; padding: 24px; font-size: 13px;\r\n    }\r\n    .footer-mini a { color: rgba(255,255,255,0.4); text-decoration: none; }\r\n\r\n    @media (max-width: 700px) {\r\n      .hero { padding: 50px 20px 40px; margin-top: 0; }\r\n      .hero h1 { font-size: clamp(30px, 8vw, 50px); white-space: normal; }\r\n      .intro, .programma { padding: 40px 20px; }\r\n    }\r\n  <\/style>\r\n<!-- HEADER-BILD -->\r\n<div style=\"width:calc(100% + 60px); margin-left:-30px; margin-top:-10px; line-height:0; overflow:hidden;\">\r\n  <img decoding=\"async\" src=\"https:\/\/albafiorita.com\/wp-content\/uploads\/2026\/06\/Escursione-nella-Laguna-di-Marano.png\" alt=\"Zwischen Wasser und Stille \u2013 Lagunenausflug nach Marano\" style=\"width:100%; height:auto; display:block;\">\r\n<\/div>\r\n\r\n<!-- INTRO -->\r\n<div class=\"intro\">\r\n  <p>Lass den Trubel hinter Dir und tauche in eine unber\u00fchrte Landschaft ein, in der die Zeit im Rhythmus der Natur flie\u00dft. Die <strong>Lagune von Marano<\/strong> ist einer der authentischsten und abgeschiedensten Winkel Friaul-Julisch Venetiens: stilles Wasser, tiefe Stille und eine Fischtradition, die seit Jahrhunderten unver\u00e4ndert \u00fcberlebt hat.<\/p>\r\n  <p>Dieser Ausflug ist eine Einladung, <strong>innezuhalten, durchzuatmen und das echte Friaul zu erleben<\/strong> \u2014 abseits der Touristenpfade, gepr\u00e4gt von echten Menschen, echten Orten und Eindr\u00fccken, die bleiben.<\/p>\r\n<\/div>\r\n\r\n<!-- FEATURES -->\r\n<div class=\"features\">\r\n  <div class=\"features-grid\">\r\n    <div class=\"feature\">\r\n      <div class=\"feature-icon\">\r\n        <svg viewBox=\"0 0 24 24\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/><polyline points=\"9 22 9 12 15 12 15 22\"\/><\/svg>\r\n      <\/div>\r\n      <h3>Unber\u00fchrte Natur<\/h3>\r\n      <p>Einer der authentischsten und abgeschiedensten Winkel Friaul-Julisch Venetiens<\/p>\r\n    <\/div>\r\n    <div class=\"feature\">\r\n      <div class=\"feature-icon\">\r\n        <svg viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M12 8v4l3 3\"\/><\/svg>\r\n      <\/div>\r\n      <h3>Atemberaubende Landschaft<\/h3>\r\n      <p>Wasser, Himmel und Stille, die K\u00f6rper und Geist erneuern<\/p>\r\n    <\/div>\r\n    <div class=\"feature\">\r\n      <div class=\"feature-icon\">\r\n        <svg viewBox=\"0 0 24 24\"><path d=\"M18 8h1a4 4 0 0 1 0 8h-1\"\/><path d=\"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z\"\/><line x1=\"6\" y1=\"1\" x2=\"6\" y2=\"4\"\/><line x1=\"10\" y1=\"1\" x2=\"10\" y2=\"4\"\/><line x1=\"14\" y1=\"1\" x2=\"14\" y2=\"4\"\/><\/svg>\r\n      <\/div>\r\n      <h3>Echte K\u00f6stlichkeiten<\/h3>\r\n      <p>Cicchetti nach venezianischer Tradition zubereitet<\/p>\r\n    <\/div>\r\n    <div class=\"feature\">\r\n      <div class=\"feature-icon\">\r\n        <svg viewBox=\"0 0 24 24\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\/><\/svg>\r\n      <\/div>\r\n      <h3>Echte Gastfreundschaft<\/h3>\r\n      <p>Echte Orte, echte Menschen, unvergessliche Erlebnisse<\/p>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- VIDEO -->\r\n<div style=\"max-width: 854px; margin: 60px auto 60px; padding: 0 24px;\">\r\n  <a href=\"https:\/\/www.youtube.com\/watch?v=2Zd2BqyAnLg\" target=\"_blank\" rel=\"noopener\"\r\n     style=\"display:block; position:relative; border-radius:12px; overflow:hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.18); line-height:0;\">\r\n    <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/2Zd2BqyAnLg\/maxresdefault.jpg\"\r\n         alt=\"Marano Lagoon Experience \u2013 Video ansehen\"\r\n         style=\"width:100%; height:auto; display:block;\">\r\n    <div style=\"position:absolute; inset:0; display:flex; align-items:center; justify-content:center; background:rgba(0,0,0,0.25); transition:background .2s;\">\r\n      <div style=\"width:72px; height:72px; background:#d09e5b; border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow: 0 4px 20px rgba(0,0,0,0.3);\">\r\n        <svg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"#fff\"><polygon points=\"5,3 19,12 5,21\"\/><\/svg>\r\n      <\/div>\r\n    <\/div>\r\n    <div style=\"position:absolute; bottom:20px; left:0; right:0; text-align:center;\">\r\n      <span style=\"background:rgba(0,0,0,0.55); color:#fff; font-family:'Jost',sans-serif; font-size:13px; letter-spacing:2px; text-transform:uppercase; padding:8px 20px; border-radius:50px;\">Video auf YouTube ansehen<\/span>\r\n    <\/div>\r\n  <\/a>\r\n<\/div>\r\n\r\n<!-- PROGRAMM -->\r\n<div class=\"programma\">\r\n  <div class=\"section-label\">So l\u00e4uft es ab<\/div>\r\n  <h2 class=\"section-title\">Das Programm<\/h2>\r\n  <div class=\"timeline\">\r\n    <div class=\"timeline-item\">\r\n      <div class=\"timeline-dot\"><\/div>\r\n      <div class=\"timeline-time\">10:30 Uhr<\/div>\r\n      <h3>Abfahrt<\/h3>\r\n      <p>Treffpunkt in <strong>Marano Lagunare<\/strong>. Die R\u00fcckkehr ist gegen 13:00 Uhr geplant.<\/p>\r\n    <\/div>\r\n    <div class=\"timeline-item\">\r\n      <div class=\"timeline-dot\"><\/div>\r\n      <div class=\"timeline-time\">Erste Station<\/div>\r\n      <h3>La Bilancia da Bepi<\/h3>\r\n      <p>Erste Halt bei <strong>La Bilancia da Bepi<\/strong>, einer traditionellen Fischer Plattform in der Lagune von Marano. Hier wird ein gro\u00dfes Netz aus dem Wasser gehoben \u2014 wie in alten Zeiten \u2014 begleitet von <em>einem Willkommensglas Wein inklusive<\/em>.<\/p>\r\n    <\/div>\r\n    <div class=\"timeline-item\">\r\n      <div class=\"timeline-dot\"><\/div>\r\n      <div class=\"timeline-time\">Zweite Station<\/div>\r\n      <h3>Das Fischerh\u00fctte \u2013 Casone<\/h3>\r\n      <p>Weiter entlang der Lagune bis zu einem <strong>typischen Fischercasone<\/strong>, wo ein Aperitif mit traditionellen Cicchetti und <em>zwei Gl\u00e4sern Wein<\/em> auf euch wartet.<\/p>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- HINWEIS -->\r\n<div class=\"note-box\">\r\n  <h4>\u26a0 Wichtiger Hinweis<\/h4>\r\n  <p>Das Casone ist kein Restaurant, sondern ein Ort gelebter lokaler Tradition. Besondere Ern\u00e4hrungsbed\u00fcrfnisse (Allergien, vegetarische oder vegane Optionen) k\u00f6nnen ber\u00fccksichtigt werden, wenn sie im Voraus mitgeteilt werden.<\/p>\r\n\t\r\n\t <h3>\r\n\t\t <strong>Buchung erforderlich!<\/strong>\r\n\t<\/h3>\r\n<\/div>\r\n\r\n<!-- PREIS -->\r\n<div class=\"prezzo-band\">\r\n  <div class=\"tag\">Teilnahmegeb\u00fchr ab<\/div>\r\n  <div class=\"big-price\"><sup>\u20ac<\/sup>40<\/div>\r\n  <div class=\"per-person\">pro Person<\/div>\r\n  <p>Im Preis inbegriffen sind der Bootstransport, der Halt bei La Bilancia da Bepi mit Willkommensglas Wein sowie der Aperitif mit Cicchetti und zwei Gl\u00e4sern Wein beim Fischercasone.<\/p>\r\n  <a href=\"https:\/\/offerte.albafiorita.com\/de\/offerte\/drei-naechte-mit-weinverkostung-und-lagunenausflug\/\" class=\"btn-cta\" target=\"_blank\" rel=\"noopener\">Zum Angebot<\/a>\r\n<\/div>\r\n\r\n<!-- FORMULAR -->\r\n<section class=\"form-section\" id=\"anfrage-info\">\r\n  <div class=\"form-inner\">\r\n    <div class=\"section-label\">Jetzt buchen<\/div>\r\n    <h2 class=\"section-title\">Informationen anfragen<\/h2>\r\n    <p class=\"form-subtitle\">Kontaktiere uns f\u00fcr weitere Details oder um deinen Ausflug in die Lagune von Marano zu buchen.<\/p>\r\n    \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f1680-o1\" lang=\"de-DE\" dir=\"ltr\" data-wpcf7-id=\"1680\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/de\/wp-json\/wp\/v2\/posts\/1976#wpcf7-f1680-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Kontaktformular\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"1680\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.7\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"de_DE\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1680-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<div class=\"contact-form__form\">\n\t<div class=\"contact-form__input t-24\">\n\t\t<p><label class=\"contact-form__label t-14 c-brown-700\"> Vorname *<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required t-20 font-1\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Vorname*\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"contact-form__input t-24\">\n\t\t<p><label class=\"contact-form__label t-14 c-brown-700\"> Nachname * <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-surname\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required t-20 font-1\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Nachname*\" value=\"\" type=\"text\" name=\"your-surname\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"contact-form__input t-24\">\n\t\t<p><label class=\"contact-form__label t-14 c-brown-700\"> Email * <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email t-20 font-1\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Mail\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"contact-form__input contact-form__input--textarea t-24\">\n\t\t<p><label class=\"contact-form__label t-14 c-brown-700\"> Nachricht* <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required t-20 font-1\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Nachricht*\" name=\"your-message\"><\/textarea><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"contact-form__input contact-form__input--checkbox t-14 c-brown-700\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"acceptance-721\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"acceptance-721\" value=\"1\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\">Ich erkl\u00e4re, dass ich die Datenschutzerkl\u00e4rung gelesen habe und der Verarbeitung meiner personenbezogenen Daten gem\u00e4\u00df den angegebenen Bedingungen zustimme.<\/span><\/label><\/span><\/span><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"contact-form__input contact-form__input--submit\">\n\t\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner button font-1 t-20\" type=\"submit\" value=\"Invia\" \/>\n\t\t<\/p>\n\t<\/div>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n  <\/div>\r\n<\/section>\r\n\r\n<!-- GALERIE -->\r\n<section class=\"gallery-section\">\r\n  <div class=\"section-label\">Lagunenblicke<\/div>\r\n  <h2 class=\"section-title\">Gallery<\/h2>\r\n  <div class=\"gallery-track-wrapper\">\r\n    <div class=\"gallery-track\" id=\"galleryTrack\">\r\n      <img decoding=\"async\" src=\"https:\/\/albafiorita.com\/wp-content\/uploads\/2026\/05\/Casoni-al-tramonto-scaled.jpeg\" alt=\"Casoni im Sonnenuntergang\">\r\n      <img decoding=\"async\" src=\"https:\/\/albafiorita.com\/wp-content\/uploads\/2026\/05\/Bilancia.jpg\" alt=\"La Bilancia da Bepi\">\r\n      <img decoding=\"async\" src=\"https:\/\/albafiorita.com\/wp-content\/uploads\/2026\/05\/Bilancia-e-bici.jpg\" alt=\"Bilancia und Fahrr\u00e4der\">\r\n      <img decoding=\"async\" src=\"https:\/\/albafiorita.com\/wp-content\/uploads\/2026\/04\/Laguna-169-7-scaled.jpg\" alt=\"Lagune von Marano\">\r\n    <\/div>\r\n  <\/div>\r\n  <div class=\"gallery-arrows\">\r\n    <button class=\"gallery-arrow\" id=\"galleryPrev\" aria-label=\"Zur\u00fcck\">\r\n      <svg viewBox=\"0 0 24 24\"><polyline points=\"15 18 9 12 15 6\"\/><\/svg>\r\n    <\/button>\r\n    <button class=\"gallery-arrow\" id=\"galleryNext\" aria-label=\"Weiter\">\r\n      <svg viewBox=\"0 0 24 24\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg>\r\n    <\/button>\r\n  <\/div>\r\n<\/section>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n  var track = document.querySelector('.gallery-track');\r\n  var btnPrev = document.querySelector('#galleryPrev');\r\n  var btnNext = document.querySelector('#galleryNext');\r\n  if (!track || !btnPrev || !btnNext) return;\r\n  btnNext.addEventListener('click', function(e) { e.preventDefault(); track.scrollBy({ left: 360, behavior: 'smooth' }); });\r\n  btnPrev.addEventListener('click', function(e) { e.preventDefault(); track.scrollBy({ left: -360, behavior: 'smooth' }); });\r\n  var isDown = false, startX, scrollLeft;\r\n  track.addEventListener('mousedown', function(e) { isDown = true; startX = e.pageX - track.getBoundingClientRect().left; scrollLeft = track.scrollLeft; track.style.cursor = 'grabbing'; });\r\n  document.addEventListener('mouseup', function() { isDown = false; track.style.cursor = 'grab'; });\r\n  track.addEventListener('mousemove', function(e) { if (!isDown) return; e.preventDefault(); var x = e.pageX - track.getBoundingClientRect().left; track.scrollLeft = scrollLeft - (x - startX) * 1.5; });\r\n  var touchStartX = 0, touchScrollLeft = 0;\r\n  track.addEventListener('touchstart', function(e) { touchStartX = e.touches[0].pageX; touchScrollLeft = track.scrollLeft; }, { passive: true });\r\n  track.addEventListener('touchmove', function(e) { var x = e.touches[0].pageX; track.scrollLeft = touchScrollLeft - (x - touchStartX); }, { passive: true });\r\n});\r\n<\/script>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n  var btn = document.querySelector('.wpcf7-submit');\r\n  if (btn) btn.value = 'Absenden';\r\n});\r\n<\/script>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[2],"tags":[],"class_list":["post-1976","post","type-post","status-publish","format-standard","hentry","category-unkategorisiert"],"acf":[],"wps_subtitle":"","_links":{"self":[{"href":"https:\/\/albafiorita.com\/de\/wp-json\/wp\/v2\/posts\/1976","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/albafiorita.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/albafiorita.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/albafiorita.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/albafiorita.com\/de\/wp-json\/wp\/v2\/comments?post=1976"}],"version-history":[{"count":1,"href":"https:\/\/albafiorita.com\/de\/wp-json\/wp\/v2\/posts\/1976\/revisions"}],"predecessor-version":[{"id":1978,"href":"https:\/\/albafiorita.com\/de\/wp-json\/wp\/v2\/posts\/1976\/revisions\/1978"}],"wp:attachment":[{"href":"https:\/\/albafiorita.com\/de\/wp-json\/wp\/v2\/media?parent=1976"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/albafiorita.com\/de\/wp-json\/wp\/v2\/categories?post=1976"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/albafiorita.com\/de\/wp-json\/wp\/v2\/tags?post=1976"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}