{"id":9,"date":"2026-07-20T14:39:01","date_gmt":"2026-07-20T14:39:01","guid":{"rendered":"http:\/\/testumgebung2.oukan.de\/?page_id=9"},"modified":"2026-08-13T00:45:36","modified_gmt":"2026-08-13T00:45:36","slug":"start","status":"publish","type":"page","link":"https:\/\/www.oukan.de\/en\/","title":{"rendered":"Start"},"content":{"rendered":"<div>\n<style>\n  @keyframes oukanSpin  { to { transform: rotate(360deg); } }\n  @keyframes oukanPulse {\n    0%   { box-shadow: 0 0 0 0    rgba(255,255,255,.45); }\n    70%  { box-shadow: 0 0 0 22px rgba(255,255,255,0);   }\n    100% { box-shadow: 0 0 0 0    rgba(255,255,255,0);   }\n  }\n  \/* Einblenden synchron zur Nav + von kleiner Groesse auf 1 wachsen *\/\n  @keyframes oukanFadeIn {\n    from { opacity: 0; scale: .6; }\n    to   { opacity: 1; scale: 1;  }\n  }<\/p>\n<p>  \/* --- Play-Button (fixed, standardm\u00e4\u00dfig zentriert via translate-Eigenschaft) --- *\/\n  .oukan-play {\n    position: fixed;\n    top: 50%;\n    left: 50%;\n    width: 172px;\n    height: 172px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    background: none;\n    border: 0;\n    padding: 0;\n    z-index: 2147483000;\n    translate: -50% -50%;                 \/* Zentrierung (statt transform, damit scale sauber bleibt) *\/\n    opacity: 1;\n    animation: oukanFadeIn 3s ease-out 1.5s backwards;\n    will-change: translate, top, left, width, height;\n       transition: top .5s cubic-bezier(.2,.8,.2,1),\n                left .5s cubic-bezier(.2,.8,.2,1),\n                width .5s cubic-bezier(.2,.8,.2,1),\n                height .5s cubic-bezier(.2,.8,.2,1),\n                translate .5s cubic-bezier(.2,.8,.2,1),\n                scale .45s cubic-bezier(.2,.8,.2,1),\n                padding .5s cubic-bezier(.2,.8,.2,1),\n                border-radius .5s cubic-bezier(.2,.8,.2,1),\n                background .4s ease,\n                border-color .4s ease,\n                opacity .4s ease;\n  }\n     .oukan-play__ring {\n    position: absolute;\n    inset: 0;\n    animation: oukanSpin 22s linear infinite;\n    opacity: .9;\n    pointer-events: none;\n    transition: opacity .18s ease, scale .18s ease;\n  }<\/p>\n<p>  .oukan-play__ring svg { width: 100%; height: 100%; }\n  .oukan-play__ring text {\n    font-family: 'Poppins', system-ui, sans-serif;\n    font-size: 11px;\n    letter-spacing: 4.5px;\n    fill: #f3efe9;\n  }<\/p>\n<p>  \/* Pill-Label (nur Desktop-angedockt sichtbar) *\/\n  .oukan-play__label {\n    display: none;\n    white-space: nowrap;\n    font-family: 'Poppins', system-ui, sans-serif;\n    font-size: 14px;\n    font-weight: 500;\n    letter-spacing: .4px;\n    color: #f3efe9;\n  }<\/p>\n<p>  .oukan-play__btn {\n    width: 86px;\n    height: 86px;\n    border-radius: 50%;\n    background: rgba(15,11,9,.4);\n    -webkit-backdrop-filter: blur(6px);\n    backdrop-filter: blur(6px);\n    border: 1px solid rgba(255,255,255,.5);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex: 0 0 auto;\n    box-shadow: 0 14px 40px rgba(0,0,0,.5);\n    filter: blur(0);\n    transition: width .5s cubic-bezier(.2,.8,.2,1),\n                height .5s cubic-bezier(.2,.8,.2,1),\n                transform .35s cubic-bezier(.2,.8,.2,1),\n                background .35s ease,\n                border-color .35s ease,\n                filter .26s ease .18s;      \/* Blur synchron zum Schrumpfen (gleicher Delay wie is-hidden) *\/\n  }<\/p>\n<p>  .oukan-play__btn::before {                 \/* Play-Dreieck *\/\n    content: \"\";\n    width: 0; height: 0;\n    border-style: solid;\n    border-width: 11px 0 11px 18px;\n    border-color: transparent transparent transparent #fff;\n    margin-left: 5px;\n  }<\/p>\n<p>  \/* Hover *\/\n  .oukan-play:hover .oukan-play__btn {\n    transform: scale(1.12);\n    background: rgba(160,59,20,.95);\n    border-color: rgba(255,255,255,.85);\n    animation: oukanPulse 1.4s ease-out infinite;\n  }\n  .oukan-play:focus-visible { outline: none; }\n  .oukan-play:focus-visible .oukan-play__btn { border-color: #fff; }<\/p>\n<p>  \/* --- Angedockt (Basis; auf Desktop unten als Pille \u00fcberschrieben) --- *\/\n  .oukan-play.is-docked {\n    top: 15px;\n    left: 150px;\n    width: 56px;\n    height: 56px;\n    translate: 0 0;\n  }\n  .oukan-play.is-docked .oukan-play__ring { opacity: 0; }\n  .oukan-play.is-docked .oukan-play__btn { width: 44px; height: 44px; }\n  .oukan-play.is-docked .oukan-play__btn::before {\n    border-width: 8px 0 8px 13px;\n    margin-left: 3px;\n  }\n  .oukan-play.is-docked:hover .oukan-play__btn { transform: none; }<\/p>\n<p>  \/* --- Desktop: angedockt als schlanke Pille, unten rechts, ohne Kreis --- *\/\n  @media (min-width: 769px) {\n    .oukan-play__label {\n      display: block;\n      max-width: 0;\n      overflow: hidden;\n      opacity: 0;\n      transition: max-width .5s cubic-bezier(.2,.8,.2,1), opacity .35s ease;\n    }\n    .oukan-play.is-docked {\n      top: calc(100vh - 46px - 20px);\n      left: calc(100vw - 232px - 20px);\n      width: 232px;\n      height: 46px;\n      border-radius: 999px;\n      padding: 0 18px;\n      gap: 12px;\n      justify-content: space-between;\n      background: rgba(15,11,9,.55);\n      -webkit-backdrop-filter: blur(6px);\n      backdrop-filter: blur(6px);\n      border: 1px solid rgba(255,255,255,.35);\n    }\n    .oukan-play.is-docked .oukan-play__label {\n      max-width: 190px;\n      opacity: 1;\n    }\n    .oukan-play.is-docked .oukan-play__btn {\n      width: auto;\n      height: auto;\n      background: none;\n      border: 0;\n      box-shadow: none;\n      -webkit-backdrop-filter: none;\n      backdrop-filter: none;\n    }\n    .oukan-play.is-docked .oukan-play__btn::before {\n      border-width: 8px 0 8px 13px;\n      margin-left: 0;\n    }\n  }<\/p>\n<p>      \/* --- 970\u20131050px: Pille oben rechts statt unten rechts --- *\/\n  @media (min-width: 970px) and (max-width: 1050px) {\n    .oukan-play.is-docked {\n      top: 20px;                             \/* oben statt unten *\/\n      \/* left bleibt wie im 769px-Block -> weiterhin rechtsbuendig *\/\n    }\n  }<\/p>\n<p>  @media (max-width: 768px) {\n    .oukan-play { translate: -50% -70%; }\n    .oukan-play.is-hidden {\n      opacity: 0;\n      pointer-events: none;\n      translate: -50% -85%;\n      scale: 0;\n      transition-duration: .26s;\n      transition-delay: .18s;\n    }\n    .oukan-play.is-hidden .oukan-play__ring {\n      opacity: 0;\n      scale: 0;\n    }\n    .oukan-play.is-hidden .oukan-play__btn {\n      filter: blur(26px);            \/* Kreis + Icon werden beim Verkleinern unscharf *\/\n    }\n  }<\/p>\n<p>  \/* --- Lightbox --- *\/\n  .oukan-lightbox {\n    display: none;\n    position: fixed;\n    inset: 0;\n    z-index: 2147483647;\n    background: rgba(6,5,4,.86);\n    -webkit-backdrop-filter: blur(7px);\n    backdrop-filter: blur(7px);\n    align-items: center;\n    justify-content: center;\n    padding: 16px;\n  }\n  .oukan-lightbox.is-open { display: flex; }\n  .oukan-lightbox__frame {\n    position: relative;\n    width: min(94vw, calc(90vh * 16 \/ 9));\n    aspect-ratio: 16 \/ 9;\n    border-radius: 16px;\n    overflow: hidden;\n    background: #000;\n    box-shadow: 0 50px 130px rgba(0,0,0,.65);\n  }\n  .oukan-lightbox__frame video {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    background: #000;\n  }\n  .oukan-lightbox__close {\n    position: absolute;\n    top: 16px; right: 18px;\n    width: 44px; height: 44px;\n    border-radius: 50%;\n    border: 1px solid rgba(255,255,255,.4);\n    background: rgba(0,0,0,.4);\n    color: #f3efe9;\n    font-size: 22px;\n    line-height: 1;\n    cursor: pointer;\n    z-index: 1;\n  }<\/p>\n<p>  @media (prefers-reduced-motion: reduce) {\n    .oukan-play, .oukan-play__btn, .oukan-play__ring, .oukan-play__label { transition: none; }\n    .oukan-play__ring { animation: none; }\n    .oukan-play { animation: none; opacity: 1; scale: 1; }   \/* kein Motion, aber sichtbar *\/\n  }\n<\/style>\n<p><button class=\"oukan-play\" type=\"button\" aria-label=\"Video ansehen: Ruhe im Oukan\" onclick=\"oukanOpenVideo()\"><br \/>\n  <span class=\"oukan-play__ring\"><br \/>\n    <svg viewBox=\"0 0 172 172\" aria-hidden=\"true\">\n      <defs>\n        <path id=\"oukanRing\" d=\"M86,86 m-68,0 a68,68 0 1,1 136,0 a68,68 0 1,1 -136,0\"><\/path>\n      <\/defs>\n      <text>\n        <textPath href=\"#oukanRing\" startOffset=\"0\">IMPRESSION ANSEHEN&nbsp;\u00b7&nbsp;FILM 3:42&nbsp;\u00b7&nbsp;<\/textPath>\n      <\/text>\n    <\/svg><br \/>\n  <\/span><br \/>\n  <span class=\"oukan-play__label\">Video: Ruhe im Oukan<\/span><br \/>\n  <span class=\"oukan-play__btn\"><\/span><br \/>\n<\/button><\/p>\n<div id=\"oukanLightbox\" class=\"oukan-lightbox\" onclick=\"oukanCloseVideo(event)\">\n<div class=\"oukan-lightbox__frame\">\n    <button type=\"button\" class=\"oukan-lightbox__close\" aria-label=\"Schlie\u00dfen\" onclick=\"oukanCloseVideo()\">&times;<\/button><br \/>\n    <video id=\"oukanPlayer\" controls playsinline preload=\"none\"\n           src=\"https:\/\/www.oukan.de\/wp-content\/uploads\/2026\/07\/About%20the%20oukan.mp4\"><\/video>\n  <\/div>\n<\/div>\n<p><script>\n(function () {\n  var btn   = document.querySelector('.oukan-play');\n  var box   = document.getElementById('oukanLightbox');\n  var video = document.getElementById('oukanPlayer');\n  var mini  = document.querySelector('.oukan-mini');\n  var nav   = null;\n  var scrollLockY = 0;\n  var mq = window.matchMedia('(max-width: 768px)');<\/p>\n<p>  if (btn.parentNode !== document.body) document.body.appendChild(btn);\n  if (box.parentNode !== document.body) document.body.appendChild(box);<\/p>\n<p>  \/\/ Einblende-Animation abbrechen, sobald ausgeblendet\/angedockt werden soll\n  \/\/ (eine laufende animation ueberschreibt sonst opacity\/scale -> Button haengt sichtbar)\n  var entranceKilled = false;\n  function killEntrance() {\n    if (entranceKilled) return;\n    entranceKilled = true;\n    btn.style.animation = 'none';\n  }<\/p>\n<p>  window.oukanOpenVideo = function () {\n    scrollLockY = window.pageYOffset || document.documentElement.scrollTop || 0;\n    var b = document.body, h = document.documentElement;\n    b.style.position = 'fixed';\n    b.style.top   = -scrollLockY + 'px';\n    b.style.left  = '0';\n    b.style.right = '0';\n    b.style.width = '100%';\n    h.style.overflow = 'hidden';<\/p>\n<p>    box.classList.add('is-open');\n    video.currentTime = 0;\n    var p = video.play();\n    if (p && p.catch) p.catch(function () {});\n  };<\/p>\n<p>  window.oukanCloseVideo = function (e) {\n    if (e && e.target.closest('.oukan-lightbox__frame') && !e.target.closest('.oukan-lightbox__close')) return;\n    box.classList.remove('is-open');<\/p>\n<p>    var b = document.body, h = document.documentElement;\n    b.style.position = '';\n    b.style.top = '';\n    b.style.left = '';\n    b.style.right = '';\n    b.style.width = '';\n    h.style.overflow = '';\n    window.scrollTo(0, scrollLockY);<\/p>\n<p>    video.pause();\n    video.currentTime = 0;\n  };<\/p>\n<p>  document.addEventListener('keydown', function (e) {\n    if (e.key === 'Escape') window.oukanCloseVideo();\n  });<\/p>\n<p>  function isVisible(el) {\n    if (!el) return false;\n    var s = getComputedStyle(el);\n    if (s.display === 'none' || s.visibility === 'hidden' || parseFloat(s.opacity || '1') === 0) return false;\n    var r = el.getBoundingClientRect();\n    var vh = window.innerHeight || document.documentElement.clientHeight;\n    return r.height > 0 && r.width > 0 && r.bottom > 0 && r.top < vh;\n  }\n  function findNav(el) {\n    return el.closest('.uk-navbar-container') || el.closest('.uk-navbar') ||\n           el.closest('nav') || el.parentElement;\n  }\n\n  var lastState = '', ticking = false;\n  function update() {\n    ticking = false;\n    if (box.classList.contains('is-open')) return;\n\n    var y = window.pageYOffset || document.documentElement.scrollTop;\n    var state = mq.matches ? (y > 30 ? 'hidden' : 'top')\n                           : (y > 200 ? 'docked' : 'top');<\/p>\n<p>    if (state !== 'top') killEntrance();   \/\/ <- entscheidend: Einblende-Animation nicht mehr blockieren lassen\n\n    if (!mini) mini = document.querySelector('.oukan-mini');\n    if (mini) {\n      mini.classList.add('oukan-enabled');\n      if (state === 'hidden') {\n        if (!nav) {\n          nav = findNav(mini);\n          if (nav) {\n            nav.addEventListener('animationend', update);\n            nav.addEventListener('transitionend', update);\n          }\n        }\n        mini.classList.toggle('is-visible', isVisible(nav));\n      } else {\n        mini.classList.remove('is-visible');\n      }\n    }\n\n    if (state === lastState) return;\n    lastState = state;\n    btn.classList.toggle('is-docked', state === 'docked');\n    btn.classList.toggle('is-hidden', state === 'hidden');\n  }\n  window.addEventListener('scroll', function () {\n    if (!ticking) { ticking = true; requestAnimationFrame(update); }\n  }, { passive: true });\n  window.addEventListener('load', update);\n\n  function onMq() {\n    lastState = '';\n    btn.classList.remove('is-docked', 'is-hidden');\n    if (mini) mini.classList.remove('is-visible');\n    update();\n  }\n  if (mq.addEventListener) mq.addEventListener('change', onMq);\n  else if (mq.addListener) mq.addListener(onMq);\n\n  update();\n})();\n<\/script>\n<\/div>\n<h1>Oukan Vegan Fine Dining<\/h1>\n<div>Ein Ort der Ruhe und Achtsamkeit im Herzen von Berlin-Mitte \u2014 veganes Fine Dining aus dem eigenen Fermentation Lab.\n<\/div>\n<div>Film \u00b7 3:42<\/div>\n<div>\n<h2>Anspruchsvolle <br \/>Vielschichtigkeit<\/h2>\n<div>Unser Anspruch ist es, aromatisch vielschichtige Gerichte zu servieren, die niemals verkopft sind oder dogmatisch wirken. Der Spa\u00df und die Lebensfreude beim Essen stehen f\u00fcr uns an oberster Stelle.<br \/>\nG\u00e4ste k\u00f6nnen bei uns auf eine kulinarische Reise gehen, die sie auch aufgrund der spannenden Architektur Zeit und Raum vergessen l\u00e4sst.<\/div>\n<p><a href=\"\/philosophie\/\">K\u00fcchenphilosophie<\/a><\/p>\n<\/div>\n<div>\n<h2>Aromenwelten<\/h2>\n<div>\n<p>Passend zu den mehr&shy;dimensionalen Aromenwelten bieten wir eine spannende Getr\u00e4nke&shy;karte an, auf der neben ausgesuchten Weinen kleiner und oftmals \u00f6kologisch arbeitender Winzer, auch Cocktails sowie besonders hochwertige Tees aus Japan, China und Taiwan zu finden sind.<\/p>\n<p id=\"aromenwelten\" hidden>\nZu unserem regelm\u00e4\u00dfig wechselnden Degustations&shy;men\u00fc in f\u00fcnf bis acht G\u00e4ngen bieten wir eine Tee- und\/oder Weinbegleitung an, die von unserer Tee-Sommeli\u00e8re und unserem Weinsommelier sorgf\u00e4ltig kuratiert wurden.\n<\/p>\n<p><button type=\"button\" uk-toggle=\"target: #aromenwelten\" class=\"uk-button uk-button-default el-link uk-button-text\" style=\"padding:0px; border:solid 0px; \">Mehr lesen<\/button>\n<\/div>\n<\/div>\n<div>\n<p>    <script>\nconst btn = document.querySelector('button[uk-toggle=\"target: #aromenwelten\"]');\nconst target = document.getElementById('aromenwelten');<\/p>\n<p>btn.addEventListener('click', () => {\n  setTimeout(() => {\n    btn.textContent = target.hasAttribute('hidden') ? 'Mehr lesen' : 'Weniger anzeigen';\n  }, 0);\n});\n<\/script>\n<\/div>\n<div>\n<h2>Ein besonderes Erlebnis<\/h2>\n<div>Schenken Sie eine einmalige Erfahrung. Mit einem Gutschein f\u00fcr ein exklusives Fine Dining Erlebnis bieten Sie Ihren Liebsten un&shy;vergess&shy;liche Genussmomente.<\/div>\n<p><a href=\"https:\/\/shop.zenchef.com\/?active-collection=vouchers&#038;collections=vouchers&#038;shop-id=sh_832db041-f51d-40ef-8a32-d6346bdbe47e&#038;language=de&#038;primary-color=010101\">Erlebnis verschenken<\/a><\/p>\n<\/div>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/08\/Oukan-Entrance.jpg\" alt=\"\"><br \/>\n<img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/08\/logo_website_Restaurant_Auswahl_2026_weiss-1.png\" alt=\"\"><\/p>\n<div>\n<h3>Vegan Fine Dining<br \/><span>Oukan - Berlin-Mitte<\/span><\/h3>\n<\/div>\n<hr>\n<hr>\n<ul>\n<li>\n<p><a href=\"tel:+493054774716\">+49 30 54 77 47 16<\/a><\/p>\n<\/li>\n<li>\n<p><a href=\"mailto:contact@oukan.de\">contact@oukan.de<\/a><\/p>\n<\/li>\n<\/ul>\n<hr>\n<div>\n<p>Ackerstra\u00dfe 144<br \/>10115 Berlin<\/p>\n<\/div>\n<div>\n<p>Mi - Sa <br \/>18:00 - 23:00<\/p>\n<\/div>\n<ul>\n<li>\n<p><a href=\"https:\/\/www.instagram.com\/oukandining\/\">Instagram<\/a><\/p>\n<\/li>\n<li>\n<p><a href=\"https:\/\/www.facebook.com\/OUKAN\/\">Facebook<\/a><\/p>\n<\/li>\n<li>\n<p><a href=\"https:\/\/www.tripadvisor.de\/Restaurant_Review-g187323-d23763474-Reviews-Oukan-Berlin.html\">Tripadvisor<\/a><\/p>\n<\/li>\n<\/ul>\n<ul>\n<li>\n<p><a href=\"\/presse\/\">Presse<\/a><\/p>\n<\/li>\n<li>\n<p><a href=\"\/impressum\/\">Impressum<\/a><\/p>\n<\/li>\n<li>\n<p><a href=\"\/datenschutz\/\">Datenschutz<\/a><\/p>\n<\/li>\n<\/ul>\n<ul>\n<li>\n<p><a href=\"tel:+493054774716\">+49 30 54 77 47 16<\/a><\/p>\n<\/li>\n<li>\n<p><a href=\"mailto:contact@oukan.de\">contact@oukan.de<\/a><\/p>\n<\/li>\n<\/ul>\n<ul>\n<li>\n<p><a href=\"https:\/\/www.instagram.com\/oukandining\/\">Instagram<\/a><\/p>\n<\/li>\n<li>\n<p><a href=\"https:\/\/www.facebook.com\/OUKAN\/\">Facebook<\/a><\/p>\n<\/li>\n<li>\n<p><a href=\"https:\/\/www.tripadvisor.de\/Restaurant_Review-g187323-d23763474-Reviews-Oukan-Berlin.html\">Tripadvisor<\/a><\/p>\n<\/li>\n<\/ul>\n<div>\n<p>Ackerstra\u00dfe 144<br \/>10115 Berlin<\/p>\n<div>Mi - Sa 18:00 - 23:00<\/div>\n<\/div>\n<ul>\n<li>\n<p><a href=\"\/presse\/\">Presse<\/a><\/p>\n<\/li>\n<li>\n<p><a href=\"\/impressum\/\">Impressum<\/a><\/p>\n<\/li>\n<li>\n<p><a href=\"\/datenschutz\/\">Datenschutz<\/a><\/p>\n<\/li>\n<\/ul>\n<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/logo_website_Restaurant_Auswahl_2026_weiss.png\" alt=\"\"><\/p>\n<p><!--more--><br \/>\n<!-- {\"type\":\"layout\",\"children\":[{\"type\":\"section\",\"props\":{\"animation_delay\":\"500\",\"class\":\"section-opacity-anim\",\"header_transparent\":true,\"header_transparent_noplaceholder\":true,\"header_transparent_text_color\":\"light\",\"height\":\"viewport\",\"image_effect\":\"parallax\",\"image_parallax_bgy\":\"260\",\"image_position\":\"center-center\",\"image_size\":\"cover\",\"media_overlay_gradient\":\"linear-gradient(180deg, rgba(15,15,15,0.5) 1%, rgba(15,15,15,1) 100%)\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"bottom\",\"video\":\"wp-content\/uploads\/2026\/08\/oukan-teaser.mp4\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\"},\"children\":[{\"type\":\"html\",\"props\":{\"content\":\"\n\n<style>\\n  @keyframes oukanSpin  { to { transform: rotate(360deg); } }\\n  @keyframes oukanPulse {\\n    0%   { box-shadow: 0 0 0 0    rgba(255,255,255,.45); }\\n    70%  { box-shadow: 0 0 0 22px rgba(255,255,255,0);   }\\n    100% { box-shadow: 0 0 0 0    rgba(255,255,255,0);   }\\n  }\\n  \/* Einblenden synchron zur Nav + von kleiner Groesse auf 1 wachsen *\/\\n  @keyframes oukanFadeIn {\\n    from { opacity: 0; scale: .6; }\\n    to   { opacity: 1; scale: 1;  }\\n  }\\n\\n  \/* --- Play-Button (fixed, standardm\u00e4\u00dfig zentriert via translate-Eigenschaft) --- *\/\\n  .oukan-play {\\n    position: fixed;\\n    top: 50%;\\n    left: 50%;\\n    width: 172px;\\n    height: 172px;\\n    display: flex;\\n    align-items: center;\\n    justify-content: center;\\n    cursor: pointer;\\n    background: none;\\n    border: 0;\\n    padding: 0;\\n    z-index: 2147483000;\\n    translate: -50% -50%;                 \/* Zentrierung (statt transform, damit scale sauber bleibt) *\/\\n    opacity: 1;\\n    animation: oukanFadeIn 3s ease-out 1.5s backwards;\\n    will-change: translate, top, left, width, height;\\n       transition: top .5s cubic-bezier(.2,.8,.2,1),\\n                left .5s cubic-bezier(.2,.8,.2,1),\\n                width .5s cubic-bezier(.2,.8,.2,1),\\n                height .5s cubic-bezier(.2,.8,.2,1),\\n                translate .5s cubic-bezier(.2,.8,.2,1),\\n                scale .45s cubic-bezier(.2,.8,.2,1),\\n                padding .5s cubic-bezier(.2,.8,.2,1),\\n                border-radius .5s cubic-bezier(.2,.8,.2,1),\\n                background .4s ease,\\n                border-color .4s ease,\\n                opacity .4s ease;\\n  }\\n     .oukan-play__ring {\\n    position: absolute;\\n    inset: 0;\\n    animation: oukanSpin 22s linear infinite;\\n    opacity: .9;\\n    pointer-events: none;\\n    transition: opacity .18s ease, scale .18s ease;\\n  }\\n\\t\\n  .oukan-play__ring svg { width: 100%; height: 100%; }\\n  .oukan-play__ring text {\\n    font-family: 'Poppins', system-ui, sans-serif;\\n    font-size: 11px;\\n    letter-spacing: 4.5px;\\n    fill: #f3efe9;\\n  }\\n\\n  \/* Pill-Label (nur Desktop-angedockt sichtbar) *\/\\n  .oukan-play__label {\\n    display: none;\\n    white-space: nowrap;\\n    font-family: 'Poppins', system-ui, sans-serif;\\n    font-size: 14px;\\n    font-weight: 500;\\n    letter-spacing: .4px;\\n    color: #f3efe9;\\n  }\\n\\n \\n  .oukan-play__btn {\\n    width: 86px;\\n    height: 86px;\\n    border-radius: 50%;\\n    background: rgba(15,11,9,.4);\\n    -webkit-backdrop-filter: blur(6px);\\n    backdrop-filter: blur(6px);\\n    border: 1px solid rgba(255,255,255,.5);\\n    display: flex;\\n    align-items: center;\\n    justify-content: center;\\n    flex: 0 0 auto;\\n    box-shadow: 0 14px 40px rgba(0,0,0,.5);\\n    filter: blur(0);\\n    transition: width .5s cubic-bezier(.2,.8,.2,1),\\n                height .5s cubic-bezier(.2,.8,.2,1),\\n                transform .35s cubic-bezier(.2,.8,.2,1),\\n                background .35s ease,\\n                border-color .35s ease,\\n                filter .26s ease .18s;      \/* Blur synchron zum Schrumpfen (gleicher Delay wie is-hidden) *\/\\n  }\\n\\n    \\n  .oukan-play__btn::before {                 \/* Play-Dreieck *\/\\n    content: \\\"\\\";\\n    width: 0; height: 0;\\n    border-style: solid;\\n    border-width: 11px 0 11px 18px;\\n    border-color: transparent transparent transparent #fff;\\n    margin-left: 5px;\\n  }\\n\\n  \/* Hover *\/\\n  .oukan-play:hover .oukan-play__btn {\\n    transform: scale(1.12);\\n    background: rgba(160,59,20,.95);\\n    border-color: rgba(255,255,255,.85);\\n    animation: oukanPulse 1.4s ease-out infinite;\\n  }\\n  .oukan-play:focus-visible { outline: none; }\\n  .oukan-play:focus-visible .oukan-play__btn { border-color: #fff; }\\n\\n  \/* --- Angedockt (Basis; auf Desktop unten als Pille \u00fcberschrieben) --- *\/\\n  .oukan-play.is-docked {\\n    top: 15px;\\n    left: 150px;\\n    width: 56px;\\n    height: 56px;\\n    translate: 0 0;\\n  }\\n  .oukan-play.is-docked .oukan-play__ring { opacity: 0; }\\n  .oukan-play.is-docked .oukan-play__btn { width: 44px; height: 44px; }\\n  .oukan-play.is-docked .oukan-play__btn::before {\\n    border-width: 8px 0 8px 13px;\\n    margin-left: 3px;\\n  }\\n  .oukan-play.is-docked:hover .oukan-play__btn { transform: none; }\\n\\n  \/* --- Desktop: angedockt als schlanke Pille, unten rechts, ohne Kreis --- *\/\\n  @media (min-width: 769px) {\\n    .oukan-play__label {\\n      display: block;\\n      max-width: 0;\\n      overflow: hidden;\\n      opacity: 0;\\n      transition: max-width .5s cubic-bezier(.2,.8,.2,1), opacity .35s ease;\\n    }\\n    .oukan-play.is-docked {\\n      top: calc(100vh - 46px - 20px);\\n      left: calc(100vw - 232px - 20px);\\n      width: 232px;\\n      height: 46px;\\n      border-radius: 999px;\\n      padding: 0 18px;\\n      gap: 12px;\\n      justify-content: space-between;\\n      background: rgba(15,11,9,.55);\\n      -webkit-backdrop-filter: blur(6px);\\n      backdrop-filter: blur(6px);\\n      border: 1px solid rgba(255,255,255,.35);\\n    }\\n    .oukan-play.is-docked .oukan-play__label {\\n      max-width: 190px;\\n      opacity: 1;\\n    }\\n    .oukan-play.is-docked .oukan-play__btn {\\n      width: auto;\\n      height: auto;\\n      background: none;\\n      border: 0;\\n      box-shadow: none;\\n      -webkit-backdrop-filter: none;\\n      backdrop-filter: none;\\n    }\\n    .oukan-play.is-docked .oukan-play__btn::before {\\n      border-width: 8px 0 8px 13px;\\n      margin-left: 0;\\n    }\\n  }\\n\\n      \/* --- 970\u20131050px: Pille oben rechts statt unten rechts --- *\/\\n  @media (min-width: 970px) and (max-width: 1050px) {\\n    .oukan-play.is-docked {\\n      top: 20px;                             \/* oben statt unten *\/\\n      \/* left bleibt wie im 769px-Block -> weiterhin rechtsbuendig *\/\\n    }\\n  }\\n\\n  @media (max-width: 768px) {\\n    .oukan-play { translate: -50% -70%; }\\n    .oukan-play.is-hidden {\\n      opacity: 0;\\n      pointer-events: none;\\n      translate: -50% -85%;\\n      scale: 0;\\n      transition-duration: .26s;\\n      transition-delay: .18s;\\n    }\\n    .oukan-play.is-hidden .oukan-play__ring {\\n      opacity: 0;\\n      scale: 0;\\n    }\\n    .oukan-play.is-hidden .oukan-play__btn {\\n      filter: blur(26px);            \/* Kreis + Icon werden beim Verkleinern unscharf *\/\\n    }\\n  }\\n\\n  \/* --- Lightbox --- *\/\\n  .oukan-lightbox {\\n    display: none;\\n    position: fixed;\\n    inset: 0;\\n    z-index: 2147483647;\\n    background: rgba(6,5,4,.86);\\n    -webkit-backdrop-filter: blur(7px);\\n    backdrop-filter: blur(7px);\\n    align-items: center;\\n    justify-content: center;\\n    padding: 16px;\\n  }\\n  .oukan-lightbox.is-open { display: flex; }\\n  .oukan-lightbox__frame {\\n    position: relative;\\n    width: min(94vw, calc(90vh * 16 \/ 9));\\n    aspect-ratio: 16 \/ 9;\\n    border-radius: 16px;\\n    overflow: hidden;\\n    background: #000;\\n    box-shadow: 0 50px 130px rgba(0,0,0,.65);\\n  }\\n  .oukan-lightbox__frame video {\\n    position: absolute;\\n    inset: 0;\\n    width: 100%;\\n    height: 100%;\\n    background: #000;\\n  }\\n  .oukan-lightbox__close {\\n    position: absolute;\\n    top: 16px; right: 18px;\\n    width: 44px; height: 44px;\\n    border-radius: 50%;\\n    border: 1px solid rgba(255,255,255,.4);\\n    background: rgba(0,0,0,.4);\\n    color: #f3efe9;\\n    font-size: 22px;\\n    line-height: 1;\\n    cursor: pointer;\\n    z-index: 1;\\n  }\\n\\n  @media (prefers-reduced-motion: reduce) {\\n    .oukan-play, .oukan-play__btn, .oukan-play__ring, .oukan-play__label { transition: none; }\\n    .oukan-play__ring { animation: none; }\\n    .oukan-play { animation: none; opacity: 1; scale: 1; }   \/* kein Motion, aber sichtbar *\/\\n  }\\n<\/style>\n\n\\n\\n<button class=\\\"oukan-play\\\" type=\\\"button\\\" aria-label=\\\"Video ansehen: Ruhe im Oukan\\\" onclick=\\\"oukanOpenVideo()\\\">\\n  <span class=\\\"oukan-play__ring\\\">\\n    <svg viewBox=\\\"0 0 172 172\\\" aria-hidden=\\\"true\\\">\\n      <defs>\\n        <path id=\\\"oukanRing\\\" d=\\\"M86,86 m-68,0 a68,68 0 1,1 136,0 a68,68 0 1,1 -136,0\\\"><\/path>\\n      <\/defs>\\n      <text>\\n        <textPath href=\\\"#oukanRing\\\" startOffset=\\\"0\\\">IMPRESSION ANSEHEN&nbsp;\u00b7&nbsp;FILM 3:42&nbsp;\u00b7&nbsp;<\/textPath>\\n      <\/text>\\n    <\/svg>\\n  <\/span>\\n  <span class=\\\"oukan-play__label\\\">Video: Ruhe im Oukan<\/span>\\n  <span class=\\\"oukan-play__btn\\\"><\/span>\\n<\/button>\\n\\n\n\n<div id=\\\"oukanLightbox\\\" class=\\\"oukan-lightbox\\\" onclick=\\\"oukanCloseVideo(event)\\\">\\n  \n\n<div class=\\\"oukan-lightbox__frame\\\">\\n    <button type=\\\"button\\\" class=\\\"oukan-lightbox__close\\\" aria-label=\\\"Schlie\u00dfen\\\" onclick=\\\"oukanCloseVideo()\\\">&times;<\/button>\\n    <video id=\\\"oukanPlayer\\\" controls playsinline preload=\\\"none\\\"\\n           src=\\\"https:\/\/www.oukan.de\/wp-content\/uploads\/2026\/07\/About%20the%20oukan.mp4\\\"><\/video>\\n  <\/div>\n\n\\n<\/div>\n\n\\n\\n<script>\\n(function () {\\n  var btn   = document.querySelector('.oukan-play');\\n  var box   = document.getElementById('oukanLightbox');\\n  var video = document.getElementById('oukanPlayer');\\n  var mini  = document.querySelector('.oukan-mini');\\n  var nav   = null;\\n  var scrollLockY = 0;\\n  var mq = window.matchMedia('(max-width: 768px)');\\n\\n  if (btn.parentNode !== document.body) document.body.appendChild(btn);\\n  if (box.parentNode !== document.body) document.body.appendChild(box);\\n\\n  \/\/ Einblende-Animation abbrechen, sobald ausgeblendet\/angedockt werden soll\\n  \/\/ (eine laufende animation ueberschreibt sonst opacity\/scale -> Button haengt sichtbar)\\n  var entranceKilled = false;\\n  function killEntrance() {\\n    if (entranceKilled) return;\\n    entranceKilled = true;\\n    btn.style.animation = 'none';\\n  }\\n\\n  window.oukanOpenVideo = function () {\\n    scrollLockY = window.pageYOffset || document.documentElement.scrollTop || 0;\\n    var b = document.body, h = document.documentElement;\\n    b.style.position = 'fixed';\\n    b.style.top   = -scrollLockY + 'px';\\n    b.style.left  = '0';\\n    b.style.right = '0';\\n    b.style.width = '100%';\\n    h.style.overflow = 'hidden';\\n\\n    box.classList.add('is-open');\\n    video.currentTime = 0;\\n    var p = video.play();\\n    if (p && p.catch) p.catch(function () {});\\n  };\\n\\n  window.oukanCloseVideo = function (e) {\\n    if (e && e.target.closest('.oukan-lightbox__frame') && !e.target.closest('.oukan-lightbox__close')) return;\\n    box.classList.remove('is-open');\\n\\n    var b = document.body, h = document.documentElement;\\n    b.style.position = '';\\n    b.style.top = '';\\n    b.style.left = '';\\n    b.style.right = '';\\n    b.style.width = '';\\n    h.style.overflow = '';\\n    window.scrollTo(0, scrollLockY);\\n\\n    video.pause();\\n    video.currentTime = 0;\\n  };\\n\\n  document.addEventListener('keydown', function (e) {\\n    if (e.key === 'Escape') window.oukanCloseVideo();\\n  });\\n\\n  function isVisible(el) {\\n    if (!el) return false;\\n    var s = getComputedStyle(el);\\n    if (s.display === 'none' || s.visibility === 'hidden' || parseFloat(s.opacity || '1') === 0) return false;\\n    var r = el.getBoundingClientRect();\\n    var vh = window.innerHeight || document.documentElement.clientHeight;\\n    return r.height > 0 && r.width > 0 && r.bottom > 0 && r.top < vh;\\n  }\\n  function findNav(el) {\\n    return el.closest('.uk-navbar-container') || el.closest('.uk-navbar') ||\\n           el.closest('nav') || el.parentElement;\\n  }\\n\\n  var lastState = '', ticking = false;\\n  function update() {\\n    ticking = false;\\n    if (box.classList.contains('is-open')) return;\\n\\n    var y = window.pageYOffset || document.documentElement.scrollTop;\\n    var state = mq.matches ? (y > 30 ? 'hidden' : 'top')\\n                           : (y > 200 ? 'docked' : 'top');\\n\\n    if (state !== 'top') killEntrance();   \/\/ <- entscheidend: Einblende-Animation nicht mehr blockieren lassen\\n\\n    if (!mini) mini = document.querySelector('.oukan-mini');\\n    if (mini) {\\n      mini.classList.add('oukan-enabled');\\n      if (state === 'hidden') {\\n        if (!nav) {\\n          nav = findNav(mini);\\n          if (nav) {\\n            nav.addEventListener('animationend', update);\\n            nav.addEventListener('transitionend', update);\\n          }\\n        }\\n        mini.classList.toggle('is-visible', isVisible(nav));\\n      } else {\\n        mini.classList.remove('is-visible');\\n      }\\n    }\\n\\n    if (state === lastState) return;\\n    lastState = state;\\n    btn.classList.toggle('is-docked', state === 'docked');\\n    btn.classList.toggle('is-hidden', state === 'hidden');\\n  }\\n  window.addEventListener('scroll', function () {\\n    if (!ticking) { ticking = true; requestAnimationFrame(update); }\\n  }, { passive: true });\\n  window.addEventListener('load', update);\\n\\n  function onMq() {\\n    lastState = '';\\n    btn.classList.remove('is-docked', 'is-hidden');\\n    if (mini) mini.classList.remove('is-visible');\\n    update();\\n  }\\n  if (mq.addEventListener) mq.addEventListener('change', onMq);\\n  else if (mq.addListener) mq.addListener(onMq);\\n\\n  update();\\n})();\\n<\/script>\",\"content_en_us\":\"\n\n<style>\\n  @keyframes oukanSpin  { to { transform: rotate(360deg); } }\\n  @keyframes oukanPulse {\\n    0%   { box-shadow: 0 0 0 0    rgba(255,255,255,.45); }\\n    70%  { box-shadow: 0 0 0 22px rgba(255,255,255,0);   }\\n    100% { box-shadow: 0 0 0 0    rgba(255,255,255,0);   }\\n  }\\n  \/* Einblenden synchron zur Nav + von kleiner Groesse auf 1 wachsen *\/\\n  @keyframes oukanFadeIn {\\n    from { opacity: 0; scale: .6; }\\n    to   { opacity: 1; scale: 1;  }\\n  }\\n\\n  \/* --- Play-Button (fixed, standardm\u00e4\u00dfig zentriert via translate-Eigenschaft) --- *\/\\n  .oukan-play {\\n    position: fixed;\\n    top: 50%;\\n    left: 50%;\\n    width: 172px;\\n    height: 172px;\\n    display: flex;\\n    align-items: center;\\n    justify-content: center;\\n    cursor: pointer;\\n    background: none;\\n    border: 0;\\n    padding: 0;\\n    z-index: 2147483000;\\n    translate: -50% -50%;                 \/* Zentrierung (statt transform, damit scale sauber bleibt) *\/\\n    opacity: 1;\\n    animation: oukanFadeIn 3s ease-out 1.5s backwards;\\n    will-change: translate, top, left, width, height;\\n       transition: top .5s cubic-bezier(.2,.8,.2,1),\\n                left .5s cubic-bezier(.2,.8,.2,1),\\n                width .5s cubic-bezier(.2,.8,.2,1),\\n                height .5s cubic-bezier(.2,.8,.2,1),\\n                translate .5s cubic-bezier(.2,.8,.2,1),\\n                scale .45s cubic-bezier(.2,.8,.2,1),\\n                padding .5s cubic-bezier(.2,.8,.2,1),\\n                border-radius .5s cubic-bezier(.2,.8,.2,1),\\n                background .4s ease,\\n                border-color .4s ease,\\n                opacity .4s ease;\\n  }\\n     .oukan-play__ring {\\n    position: absolute;\\n    inset: 0;\\n    animation: oukanSpin 22s linear infinite;\\n    opacity: .9;\\n    pointer-events: none;\\n    transition: opacity .18s ease, scale .18s ease;\\n  }\\n\\t\\n  .oukan-play__ring svg { width: 100%; height: 100%; }\\n  .oukan-play__ring text {\\n    font-family: 'Poppins', system-ui, sans-serif;\\n    font-size: 11px;\\n    letter-spacing: 4.5px;\\n    fill: #f3efe9;\\n  }\\n\\n  \/* Pill-Label (nur Desktop-angedockt sichtbar) *\/\\n  .oukan-play__label {\\n    display: none;\\n    white-space: nowrap;\\n    font-family: 'Poppins', system-ui, sans-serif;\\n    font-size: 14px;\\n    font-weight: 500;\\n    letter-spacing: .4px;\\n    color: #f3efe9;\\n  }\\n\\n \\n  .oukan-play__btn {\\n    width: 86px;\\n    height: 86px;\\n    border-radius: 50%;\\n    background: rgba(15,11,9,.4);\\n    -webkit-backdrop-filter: blur(6px);\\n    backdrop-filter: blur(6px);\\n    border: 1px solid rgba(255,255,255,.5);\\n    display: flex;\\n    align-items: center;\\n    justify-content: center;\\n    flex: 0 0 auto;\\n    box-shadow: 0 14px 40px rgba(0,0,0,.5);\\n    filter: blur(0);\\n    transition: width .5s cubic-bezier(.2,.8,.2,1),\\n                height .5s cubic-bezier(.2,.8,.2,1),\\n                transform .35s cubic-bezier(.2,.8,.2,1),\\n                background .35s ease,\\n                border-color .35s ease,\\n                filter .26s ease .18s;      \/* Blur synchron zum Schrumpfen (gleicher Delay wie is-hidden) *\/\\n  }\\n\\n    \\n  .oukan-play__btn::before {                 \/* Play-Dreieck *\/\\n    content: \\\"\\\";\\n    width: 0; height: 0;\\n    border-style: solid;\\n    border-width: 11px 0 11px 18px;\\n    border-color: transparent transparent transparent #fff;\\n    margin-left: 5px;\\n  }\\n\\n  \/* Hover *\/\\n  .oukan-play:hover .oukan-play__btn {\\n    transform: scale(1.12);\\n    background: rgba(160,59,20,.95);\\n    border-color: rgba(255,255,255,.85);\\n    animation: oukanPulse 1.4s ease-out infinite;\\n  }\\n  .oukan-play:focus-visible { outline: none; }\\n  .oukan-play:focus-visible .oukan-play__btn { border-color: #fff; }\\n\\n  \/* --- Angedockt (Basis; auf Desktop unten als Pille \u00fcberschrieben) --- *\/\\n  .oukan-play.is-docked {\\n    top: 15px;\\n    left: 150px;\\n    width: 56px;\\n    height: 56px;\\n    translate: 0 0;\\n  }\\n  .oukan-play.is-docked .oukan-play__ring { opacity: 0; }\\n  .oukan-play.is-docked .oukan-play__btn { width: 44px; height: 44px; }\\n  .oukan-play.is-docked .oukan-play__btn::before {\\n    border-width: 8px 0 8px 13px;\\n    margin-left: 3px;\\n  }\\n  .oukan-play.is-docked:hover .oukan-play__btn { transform: none; }\\n\\n  \/* --- Desktop: angedockt als schlanke Pille, unten rechts, ohne Kreis --- *\/\\n  @media (min-width: 769px) {\\n    .oukan-play__label {\\n      display: block;\\n      max-width: 0;\\n      overflow: hidden;\\n      opacity: 0;\\n      transition: max-width .5s cubic-bezier(.2,.8,.2,1), opacity .35s ease;\\n    }\\n    .oukan-play.is-docked {\\n      top: calc(100vh - 46px - 20px);\\n      left: calc(100vw - 262px - 20px);\\n      width: 262px;\\n      height: 46px;\\n      border-radius: 999px;\\n      padding: 0 18px;\\n      gap: 12px;\\n      justify-content: space-between;\\n      background: rgba(15,11,9,.55);\\n      -webkit-backdrop-filter: blur(6px);\\n      backdrop-filter: blur(6px);\\n      border: 1px solid rgba(255,255,255,.35);\\n    }\\n    .oukan-play.is-docked .oukan-play__label {\\n      max-width: 190px;\\n      opacity: 1;\\n    }\\n    .oukan-play.is-docked .oukan-play__btn {\\n      width: auto;\\n      height: auto;\\n      background: none;\\n      border: 0;\\n      box-shadow: none;\\n      -webkit-backdrop-filter: none;\\n      backdrop-filter: none;\\n    }\\n    .oukan-play.is-docked .oukan-play__btn::before {\\n      border-width: 8px 0 8px 13px;\\n      margin-left: 0;\\n    }\\n  }\\n\\n      \/* --- 970\u20131050px: Pille oben rechts statt unten rechts --- *\/\\n  @media (min-width: 970px) and (max-width: 1050px) {\\n    .oukan-play.is-docked {\\n      top: 20px;                             \/* oben statt unten *\/\\n      \/* left bleibt wie im 769px-Block -> weiterhin rechtsbuendig *\/\\n    }\\n  }\\n\\n  @media (max-width: 768px) {\\n    .oukan-play { translate: -50% -70%; }\\n    .oukan-play.is-hidden {\\n      opacity: 0;\\n      pointer-events: none;\\n      translate: -50% -85%;\\n      scale: 0;\\n      transition-duration: .26s;\\n      transition-delay: .18s;\\n    }\\n    .oukan-play.is-hidden .oukan-play__ring {\\n      opacity: 0;\\n      scale: 0;\\n    }\\n    .oukan-play.is-hidden .oukan-play__btn {\\n      filter: blur(26px);            \/* Kreis + Icon werden beim Verkleinern unscharf *\/\\n    }\\n  }\\n\\n  \/* --- Lightbox --- *\/\\n  .oukan-lightbox {\\n    display: none;\\n    position: fixed;\\n    inset: 0;\\n    z-index: 2147483647;\\n    background: rgba(6,5,4,.86);\\n    -webkit-backdrop-filter: blur(7px);\\n    backdrop-filter: blur(7px);\\n    align-items: center;\\n    justify-content: center;\\n    padding: 16px;\\n  }\\n  .oukan-lightbox.is-open { display: flex; }\\n  .oukan-lightbox__frame {\\n    position: relative;\\n    width: min(94vw, calc(90vh * 16 \/ 9));\\n    aspect-ratio: 16 \/ 9;\\n    border-radius: 16px;\\n    overflow: hidden;\\n    background: #000;\\n    box-shadow: 0 50px 130px rgba(0,0,0,.65);\\n  }\\n  .oukan-lightbox__frame video {\\n    position: absolute;\\n    inset: 0;\\n    width: 100%;\\n    height: 100%;\\n    background: #000;\\n  }\\n  .oukan-lightbox__close {\\n    position: absolute;\\n    top: 16px; right: 18px;\\n    width: 44px; height: 44px;\\n    border-radius: 50%;\\n    border: 1px solid rgba(255,255,255,.4);\\n    background: rgba(0,0,0,.4);\\n    color: #f3efe9;\\n    font-size: 22px;\\n    line-height: 1;\\n    cursor: pointer;\\n    z-index: 1;\\n  }\\n\\n  @media (prefers-reduced-motion: reduce) {\\n    .oukan-play, .oukan-play__btn, .oukan-play__ring, .oukan-play__label { transition: none; }\\n    .oukan-play__ring { animation: none; }\\n    .oukan-play { animation: none; opacity: 1; scale: 1; }   \/* kein Motion, aber sichtbar *\/\\n  }\\n<\/style>\n\n\\n\\n<button class=\\\"oukan-play\\\" type=\\\"button\\\" aria-label=\\\"Video ansehen: Ruhe im Oukan\\\" onclick=\\\"oukanOpenVideo()\\\">\\n  <span class=\\\"oukan-play__ring\\\">\\n    <svg viewBox=\\\"0 0 172 172\\\" aria-hidden=\\\"true\\\">\\n      <defs>\\n        <path id=\\\"oukanRing\\\" d=\\\"M86,86 m-68,0 a68,68 0 1,1 136,0 a68,68 0 1,1 -136,0\\\"><\/path>\\n      <\/defs>\\n      <text>\\n        <textpath href=\\\"#oukanRing\\\" startOffset=\\\"0\\\">WELCOME TO OUKAN DINING&nbsp;\u00b7&nbsp;FILM 3:42&nbsp;\u00b7&nbsp;<\/textpath>\\n      <\/text>\\n    <\/svg>\\n  <\/span>\\n  <span class=\\\"oukan-play__label\\\">Video: Welcome to Oukan Dining<\/span>\\n  <span class=\\\"oukan-play__btn\\\"><\/span>\\n<\/button>\\n\\n\n\n<div id=\\\"oukanLightbox\\\" class=\\\"oukan-lightbox\\\" onclick=\\\"oukanCloseVideo(event)\\\">\\n  \n\n<div class=\\\"oukan-lightbox__frame\\\">\\n    <button type=\\\"button\\\" class=\\\"oukan-lightbox__close\\\" aria-label=\\\"Schlie\u00dfen\\\" onclick=\\\"oukanCloseVideo()\\\">&times;<\/button>\\n    <video id=\\\"oukanPlayer\\\" controls playsinline preload=\\\"none\\\"\\n           src=\\\"https:\/\/www.oukan.de\/wp-content\/uploads\/2026\/07\/About%20the%20oukan.mp4\\\"><\/video>\\n  <\/div>\n\n\\n<\/div>\n\n\\n\\n<script>\\n(function () {\\n  var btn   = document.querySelector('.oukan-play');\\n  var box   = document.getElementById('oukanLightbox');\\n  var video = document.getElementById('oukanPlayer');\\n  var mini  = document.querySelector('.oukan-mini');\\n  var nav   = null;\\n  var scrollLockY = 0;\\n  var mq = window.matchMedia('(max-width: 768px)');\\n\\n  if (btn.parentNode !== document.body) document.body.appendChild(btn);\\n  if (box.parentNode !== document.body) document.body.appendChild(box);\\n\\n  \/\/ Einblende-Animation abbrechen, sobald ausgeblendet\/angedockt werden soll\\n  \/\/ (eine laufende animation ueberschreibt sonst opacity\/scale -> Button haengt sichtbar)\\n  var entranceKilled = false;\\n  function killEntrance() {\\n    if (entranceKilled) return;\\n    entranceKilled = true;\\n    btn.style.animation = 'none';\\n  }\\n\\n  window.oukanOpenVideo = function () {\\n    scrollLockY = window.pageYOffset || document.documentElement.scrollTop || 0;\\n    var b = document.body, h = document.documentElement;\\n    b.style.position = 'fixed';\\n    b.style.top   = -scrollLockY + 'px';\\n    b.style.left  = '0';\\n    b.style.right = '0';\\n    b.style.width = '100%';\\n    h.style.overflow = 'hidden';\\n\\n    box.classList.add('is-open');\\n    video.currentTime = 0;\\n    var p = video.play();\\n    if (p && p.catch) p.catch(function () {});\\n  };\\n\\n  window.oukanCloseVideo = function (e) {\\n    if (e && e.target.closest('.oukan-lightbox__frame') && !e.target.closest('.oukan-lightbox__close')) return;\\n    box.classList.remove('is-open');\\n\\n    var b = document.body, h = document.documentElement;\\n    b.style.position = '';\\n    b.style.top = '';\\n    b.style.left = '';\\n    b.style.right = '';\\n    b.style.width = '';\\n    h.style.overflow = '';\\n    window.scrollTo(0, scrollLockY);\\n\\n    video.pause();\\n    video.currentTime = 0;\\n  };\\n\\n  document.addEventListener('keydown', function (e) {\\n    if (e.key === 'Escape') window.oukanCloseVideo();\\n  });\\n\\n  function isVisible(el) {\\n    if (!el) return false;\\n    var s = getComputedStyle(el);\\n    if (s.display === 'none' || s.visibility === 'hidden' || parseFloat(s.opacity || '1') === 0) return false;\\n    var r = el.getBoundingClientRect();\\n    var vh = window.innerHeight || document.documentElement.clientHeight;\\n    return r.height > 0 && r.width > 0 && r.bottom > 0 && r.top < vh;\\n  }\\n  function findNav(el) {\\n    return el.closest('.uk-navbar-container') || el.closest('.uk-navbar') ||\\n           el.closest('nav') || el.parentElement;\\n  }\\n\\n  var lastState = '', ticking = false;\\n  function update() {\\n    ticking = false;\\n    if (box.classList.contains('is-open')) return;\\n\\n    var y = window.pageYOffset || document.documentElement.scrollTop;\\n    var state = mq.matches ? (y > 30 ? 'hidden' : 'top')\\n                           : (y > 200 ? 'docked' : 'top');\\n\\n    if (state !== 'top') killEntrance();   \/\/ <- entscheidend: Einblende-Animation nicht mehr blockieren lassen\\n\\n    if (!mini) mini = document.querySelector('.oukan-mini');\\n    if (mini) {\\n      mini.classList.add('oukan-enabled');\\n      if (state === 'hidden') {\\n        if (!nav) {\\n          nav = findNav(mini);\\n          if (nav) {\\n            nav.addEventListener('animationend', update);\\n            nav.addEventListener('transitionend', update);\\n          }\\n        }\\n        mini.classList.toggle('is-visible', isVisible(nav));\\n      } else {\\n        mini.classList.remove('is-visible');\\n      }\\n    }\\n\\n    if (state === lastState) return;\\n    lastState = state;\\n    btn.classList.toggle('is-docked', state === 'docked');\\n    btn.classList.toggle('is-hidden', state === 'hidden');\\n  }\\n  window.addEventListener('scroll', function () {\\n    if (!ticking) { ticking = true; requestAnimationFrame(update); }\\n  }, { passive: true });\\n  window.addEventListener('load', update);\\n\\n  function onMq() {\\n    lastState = '';\\n    btn.classList.remove('is-docked', 'is-hidden');\\n    if (mini) mini.classList.remove('is-visible');\\n    update();\\n  }\\n  if (mq.addEventListener) mq.addEventListener('change', onMq);\\n  else if (mq.addListener) mq.addListener(onMq);\\n\\n  update();\\n})();\\n<\/script>\"}},{\"type\":\"fragment\",\"props\":{\"css\":\"@media only screen and (max-width: 670px) {\\n\\n.el-element {\\n    position: absolute;\\n    bottom:0px;\\n}\\n}\\n\\n@media only screen and (max-width: 375px) {\\n\\n.el-element {\\n    transform: translateY(0px);\\n}\\n}\",\"margin_bottom\":\"default\",\"margin_top\":\"default\"},\"children\":[{\"type\":\"row\",\"props\":{\"layout\":\"2-3,1-3\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"vertical_align\":\"bottom\",\"width_medium\":\"2-3\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"Oukan Vegan Fine Dining\",\"css\":\"\\n  @media (min-width: 970px) and (max-width: 1050px) {\\n   .el-element {\\n       font-size: 45px;\\n   }\\n  }\",\"image_align\":\"left\",\"image_margin\":\"xsmall\",\"title_element\":\"h1\",\"title_style\":\"heading-medium\"}},{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"Ein Ort der Ruhe und Achtsamkeit im Herzen von Berlin-Mitte \u2014 veganes Fine Dining aus dem eigenen Fermentation Lab.\\n\",\"content_en_us\":\"A place of peace and mindfulness in the heart of Berlin-Mitte, serving vegan fine dining from its own fermentation lab.\",\"css\":\".el-element {\\n    max-width: 590px;\\n    font-size:20px;\\n    text-align:left;\\n    line-height:30px;\\n    font-weight:300;\\n    line-height:34px;\\n}\\n\\n@media only screen and (max-width: 670px) {\\n\\n.el-element {\\n    max-width: 590px;\\n    font-size:20px;\\n    text-align:left;\\n    line-height:30px;\\n    font-weight:300;\\n    line-height:1.5;\\n}\\n}\",\"margin_bottom\":\"default\",\"margin_top\":\"default\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"vertical_align\":\"bottom\",\"width_medium\":\"1-3\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"Film \u00b7 3:42\",\"css\":\".el-element {\\n    font-size: 20px;\\n    opacity: 0.7;\\n}\",\"image_align\":\"left\",\"image_margin\":\"xsmall\",\"text_align\":\"right\",\"title_element\":\"div\",\"title_style\":\"text-large\",\"visibility\":\"s\"}}]}]}]}]}]}],\"name\":\"Header Video\"},{\"type\":\"section\",\"props\":{\"image_position\":\"center-center\",\"padding_bottom\":\"large\",\"padding_top\":\"large\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\"}}]}]},{\"type\":\"section\",\"props\":{\"animation\":\"slide-bottom-medium\",\"animation_delay\":\"500\",\"css\":\"@media only screen and (max-width: 960px) {\\n    .el-section {\\n        background-image: url('https:\/\/oukan.de\/wp-content\/uploads\/2026\/08\/Oukan_bg_6.jpg') !important;   \\n    background-size: contain;\\n        background-repeat: no-repeat !important;\\n        background-position-y: -75% !important;\\n\\tpadding-top:70px;\\n    }\\n}\",\"header_transparent\":true,\"header_transparent_noplaceholder\":false,\"header_transparent_text_color\":\"light\",\"height\":\"viewport\",\"image\":\"wp-content\/uploads\/2026\/08\/Oukan_bg_4.jpg\",\"image_effect\":\"parallax\",\"image_parallax_bgy\":\"-280 65%\",\"image_position\":\"center-center\",\"image_size\":\"cover\",\"media_overlay\":\"rgba(0, 0, 0, 0)\",\"media_overlay_gradient\":\"linear-gradient(180deg, rgba(15,15,15,1) 1%, rgba(15,15,15,0) 36%, rgba(15,15,15,0) 69%, rgba(15,15,15,1) 99%)\",\"media_visibility\":\"m\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"panel\",\"props\":{\"animation\":\"slide-bottom-medium\",\"content\":\"Unser Anspruch ist es, aromatisch vielschichtige Gerichte zu servieren, die niemals verkopft sind oder dogmatisch wirken. Der Spa\u00df und die Lebensfreude beim Essen stehen f\u00fcr uns an oberster Stelle.\\nG\u00e4ste k\u00f6nnen bei uns auf eine kulinarische Reise gehen, die sie auch aufgrund der spannenden Architektur Zeit und Raum vergessen l\u00e4sst.\",\"content_column_breakpoint\":\"m\",\"content_en_us\":\"Our aim is to serve aromatically complex dishes that surprise and inspire. Fun and curiosity in eating are paramount to us. Guests can embark on a culinary journey with us, where the intriguing architecture often makes them forget time and space.\",\"css\":\".el-title {\\nfont-size:40px;\\ntext-align:left;\\npadding-top:20px;\\nfont-weight:400;\\n}\\n\\n.el-content {\\nfont-size:20px;\\ntext-align:left;\\nline-height:30px;\\nmax-width:460px;\\nfont-weight:300;\\nline-height:31px;\\n}\\n\\n.el-link {\\nfont-style:italic;\\nfont-size:20px;\\nfont-weight:300;\\nletter-spacing:0.5px;\\n}\\n\",\"image_align\":\"top\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_svg_color\":\"emphasis\",\"link\":\"philosophie\/\",\"link_en_us\":\"en\/philosophie\/\",\"link_style\":\"text\",\"link_text\":\"K\u00fcchenphilosophie\",\"link_text_en_us\":\"philosophy\",\"margin_bottom\":\"default\",\"margin_top\":\"default\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"title\":\"Anspruchsvolle <br \/>Vielschichtigkeit\",\"title_align\":\"top\",\"title_element\":\"h2\",\"title_en_us\":\" Sophisticated complexity\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"expand\",\"title_hover_style\":\"reset\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\"}}],\"props\":{\"layout\":\"1-2,1-2\"}}]},{\"type\":\"section\",\"props\":{\"animation\":\"slide-bottom-medium\",\"animation_delay\":\"300\",\"css\":\"@media only screen and (max-width: 960px) {\\n    .el-section {\\n  background-size:contain !important;\\n        background-repeat: no-repeat !important;\\n        background-position-y: -75% !important;\\n\\tpadding-top:70px;\\n        background-image: url('wp-content\/uploads\/2026\/08\/Oukan_bg_4.jpg')\\n    }\\n}\\n\\n\",\"header_transparent\":true,\"header_transparent_noplaceholder\":false,\"header_transparent_text_color\":\"light\",\"height\":\"pixels\",\"height_viewport\":1500,\"image\":\"wp-content\/uploads\/2026\/08\/FoodDrinks_Oukan_Jozefien-Van-der-Aelst-34_3.jpg\",\"image_effect\":\"parallax\",\"image_parallax_bgy\":\"-280 65%\",\"image_position\":\"center-center\",\"image_size\":\"cover\",\"media_overlay\":\"rgba(0, 0, 0, 0)\",\"media_overlay_gradient\":\"linear-gradient(180deg, rgba(15,15,15,1) 1%, rgba(15,15,15,0.3) 36%, rgba(15,15,15,0.3) 69%, rgba(15,15,15,1) 99%)\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\"}},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"panel\",\"props\":{\"animation\":\"slide-bottom-medium\",\"content\":\"\n\n<p>Passend zu den mehr&shy;dimensionalen Aromenwelten bieten wir eine spannende Getr\u00e4nke&shy;karte an, auf der neben ausgesuchten Weinen kleiner und oftmals \u00f6kologisch arbeitender Winzer, auch Cocktails sowie besonders hochwertige Tees aus Japan, China und Taiwan zu finden sind.<\/p>\n\n\\n\n\n<p id=\\\"aromenwelten\\\" hidden>\\nZu unserem regelm\u00e4\u00dfig wechselnden Degustations&shy;men\u00fc in f\u00fcnf bis acht G\u00e4ngen bieten wir eine Tee- und\/oder Weinbegleitung an, die von unserer Tee-Sommeli\u00e8re und unserem Weinsommelier sorgf\u00e4ltig kuratiert wurden.\\n<\/p>\n\n\\n<button type=\\\"button\\\" uk-toggle=\\\"target: #aromenwelten\\\" class=\\\"uk-button uk-button-default el-link uk-button-text\\\" style=\\\"padding:0px; border:solid 0px; \\\">Mehr lesen<\/button>\\n\",\"content_column_breakpoint\":\"m\",\"content_en_us\":\"\n\n<p>In line with the multidimensional flavor profiles, we offer an exciting selection of beverages, including selected wines from small, often environmentally conscious winemakers, cocktails, Japanese spirits, and particularly high-quality teas from Japan, China, and Taiwan. <\/p>\n\n\\n\n\n<p id=\\\"aromenwelten-en\\\" hidden>\\n    For our regularly changing tasting menu of six to eight courses, we offer a tea and\/or wine pairing curated with care by our tea sommelier and our wine sommelier.\\n<\/p>\n\n\\n<button type=\\\"button\\\" uk-toggle=\\\"target: #aromenwelten-en\\\" class=\\\"uk-button uk-button-default el-link uk-button-text\\\" style=\\\"padding:0px; border:solid 0px; \\\">Read more<\/button>\\n\",\"css\":\".el-element {\\nfloat:right;\\n}\\n\\n.el-title {\\nfont-size:40px;\\ntext-align:left;\\npadding-top:20px;\\nfont-weight:400;\\n}\\n\\n.el-content {\\nfont-size:20px;\\ntext-align:left;\\nmax-width:507px;\\n\\nfont-weight:300;\\nline-height:31px;\\n}\\n\\n.el-link {\\nfont-style:italic;\\nfont-size:20px;\\nfont-weight:300;\\nletter-spacing:0.5px;\\n}\\n\\n@media only screen and (max-width: 600px) {\\n   .el-content {\\nmax-width:600px;\\n}\\n}\",\"image_align\":\"top\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_svg_color\":\"emphasis\",\"link_style\":\"text\",\"link_text\":\"Architektur\",\"margin_bottom\":\"default\",\"margin_top\":\"default\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"parallax_breakpoint\":\"m\",\"parallax_y\":\"-30,150\",\"title\":\"Aromenwelten\",\"title_align\":\"top\",\"title_element\":\"h2\",\"title_en_us\":\"Worlds of aromas\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"expand\",\"title_hover_style\":\"reset\"}},{\"type\":\"html\",\"props\":{\"content\":\"<script>\\nconst btn = document.querySelector('button[uk-toggle=\\\"target: #aromenwelten\\\"]');\\nconst target = document.getElementById('aromenwelten');\\n\\nbtn.addEventListener('click', () => {\\n  setTimeout(() => {\\n    btn.textContent = target.hasAttribute('hidden') ? 'Mehr lesen' : 'Weniger anzeigen';\\n  }, 0);\\n});\\n<\/script>\",\"content_en_us\":\"<script>\\nconst btn = document.querySelector('button[uk-toggle=\\\"target: #aromenwelten-en\\\"]');\\nconst target = document.getElementById('aromenwelten-en');\\n\\nbtn.addEventListener('click', () => {\\n  setTimeout(() => {\\n    btn.textContent = target.hasAttribute('hidden') ? 'Read more' : 'Read less';\\n  }, 0);\\n});\\n<\/script>\"},\"name\":\"JavaScript Button\"}]}],\"props\":{\"layout\":\"1-2,1-2\"}}]},{\"type\":\"section\",\"props\":{\"animation\":\"slide-bottom-medium\",\"animation_delay\":\"300\",\"css\":\"@media only screen and (max-width: 960px) {\\n    .el-section {\\n        background-image: url('https:\/\/oukan.de\/wp-content\/uploads\/2026\/08\/Oukan-Sunset.jpg') !important; \\n    background-size: contain;\\n        background-repeat: no-repeat !important;\\n        background-position-y: 50% !important;\\n\\t\\tbackground-size:cover;\\n    }\\n}\",\"header_transparent\":true,\"header_transparent_noplaceholder\":false,\"header_transparent_text_color\":\"light\",\"height\":\"viewport\",\"image\":\"wp-content\/uploads\/2026\/08\/Oukan_bg_3.jpg\",\"image_effect\":\"parallax\",\"image_parallax_bgy\":\"-280 65%\",\"image_position\":\"center-center\",\"image_size\":\"cover\",\"media_overlay_gradient\":\"linear-gradient(180deg, rgba(15,15,15,1) 1%, rgba(15,15,15,0) 36%, rgba(15,15,15,0) 69%, rgba(15,15,15,1) 99%)\",\"media_visibility\":\"m\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"panel\",\"props\":{\"animation\":\"slide-bottom-medium\",\"content\":\"Schenken Sie eine einmalige Erfahrung. Mit einem Gutschein f\u00fcr ein exklusives Fine Dining Erlebnis bieten Sie Ihren Liebsten un&shy;vergess&shy;liche Genussmomente.\",\"content_column_breakpoint\":\"m\",\"content_en_us\":\"Gift an extraordinary experience. With a voucher for an exclusive fine dining journey, you offer your loved ones unforgettable moments of our distinctive cuisine.\",\"css\":\".el-title {\\nfont-size:40px;\\ntext-align:left;\\npadding-top:20px;\\nfont-weight:400;\\n}\\n\\n.el-content {\\nfont-size:20px;\\ntext-align:left;\\nmax-width:460px;\\nfont-weight:300;\\nline-height:31px;\\n}\\n\\n.el-link {\\nfont-style:italic;\\nfont-size:20px;\\nletter-spacing:0.5px;\\nfont-weight:300;\\n}\\n\\n@media only screen and (max-width: 940px) {\\n    .el-element {\\n    position:relative;\\n\\ttop:350px;\\n    }\\n}\",\"image_align\":\"top\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_svg_color\":\"emphasis\",\"link\":\"https:\/\/shop.zenchef.com\/?active-collection=vouchers&collections=vouchers&shop-id=sh_832db041-f51d-40ef-8a32-d6346bdbe47e&language=de&primary-color=010101\",\"link_en_us\":\"https:\/\/shop.zenchef.com\/?active-collection=vouchers&collections=vouchers&shop-id=sh_832db041-f51d-40ef-8a32-d6346bdbe47e&language=en&primary-color=010101\",\"link_style\":\"text\",\"link_text\":\"Erlebnis verschenken\",\"link_text_en_us\":\"Gift a special evening\",\"margin_bottom\":\"default\",\"margin_top\":\"default\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"title\":\"Ein besonderes Erlebnis\",\"title_align\":\"top\",\"title_element\":\"h2\",\"title_en_us\":\"A special experience\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"expand\",\"title_hover_style\":\"reset\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\"}}],\"props\":{\"layout\":\"1-2,1-2\"}}]},{\"type\":\"section\",\"props\":{\"css\":\"@media only screen and (max-width: 940px) {\\n    .el-section {\\n    padding-top:200px;\\n    }\\n}\",\"image_position\":\"center-center\",\"padding_bottom\":\"xlarge\",\"padding_top\":\"xlarge\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\"}}]}]},{\"type\":\"section\",\"props\":{\"animation\":\"slide-bottom-medium\",\"animation_delay\":\"50\",\"class\":\"Footer-Slider\",\"css\":\".el-section {\\npadding-bottom:150px;\\n}\\n\\n@media only screen and (max-width: 670px) {\\n    .el-section {\\npadding-bottom:30px;\\n}\\n}\\n\\n\\n\",\"image_position\":\"center-center\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"\",\"width\":\"large\"},\"children\":[{\"type\":\"row\",\"props\":{\"layout\":\"1-2,1-2\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"vertical_align\":\"middle\",\"width_medium\":\"1-2\",\"width_xlarge\":\"1-2\"},\"children\":[{\"type\":\"image\",\"props\":{\"css\":\".el-image {\\nbox-shadow:0px 4px 25px 25px #00000032;\\n}\",\"image\":\"wp-content\/uploads\/2026\/08\/Oukan-Entrance.jpg\",\"image_svg_color\":\"emphasis\",\"image_width\":\"780\",\"margin_bottom\":\"default\",\"margin_top\":\"default\"}},{\"type\":\"image\",\"props\":{\"css\":\".el-image {\\nbox-shadow:0px 4px 25px 25px #00000032;\\n}\",\"image\":\"wp-content\/uploads\/2026\/08\/logo_website_Restaurant_Auswahl_2026_weiss-1.png\",\"image_svg_color\":\"emphasis\",\"image_width\":250,\"margin_bottom\":\"default\",\"margin_top\":\"default\",\"position\":\"absolute\",\"position_bottom\":\"50\",\"position_left\":\"30\",\"visibility\":\"s\"}}]},{\"type\":\"column\",\"props\":{\"css\":\"@media only screen and (min-width: 970px) {\\n.el-column {\\nposition:relative;\\ntop:-15px;\\n}\\n}\",\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"vertical_align\":\"middle\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"panel\",\"props\":{\"animation\":\"slide-bottom-medium\",\"content\":\"\",\"content_column_breakpoint\":\"m\",\"css\":\".el-title {\\nfont-size:60px;\\ntext-align:left;\\n}\\n\\n\\n.el-content {\\nfont-size:20px;\\ntext-align:left;\\nline-height:30px;\\n}\\n\\n@media only screen and (max-width: 1025px) {\\n   .el-title {\\nfont-size:40px;\\ntext-align:left;\\n}\\n}\\n\\n@media only screen and (max-width: 670px) {\\n   .el-title {\\nfont-size:37px;\\ntext-align:left;\\n}\\n    \\n    .el-title span {\\n    font-size:32px;\\n    }\\n}\",\"image_align\":\"top\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_svg_color\":\"emphasis\",\"link_style\":\"default\",\"link_text\":\"Read more\",\"margin_bottom\":\"default\",\"margin_top\":\"default\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"title\":\"Vegan Fine Dining<br \/><span>Oukan - Berlin-Mitte<\/span>\",\"title_align\":\"top\",\"title_element\":\"h3\",\"title_en_us\":\"Vegan Fine Dining<br \/><span>Oukan - Berlin-Center<\/span>\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"expand\",\"title_hover_style\":\"reset\"},\"name\":\"Panel-Left\"},{\"type\":\"divider\",\"props\":{\"css\":\"@media only screen and (max-width: 1340px) {\\n    .el-element {\\n    display:none !important;\\n    }\\n}\",\"divider_element\":\"hr\",\"divider_style\":\"vertical\"}},{\"type\":\"fragment\",\"props\":{\"css\":\".el-element {\\nmargin-top:150px !important;\\n}\\n\\n\\n\\n@media only screen and (max-width: 1500px) {\\n    .el-element {\\n    margin-top:30px !important;\\n    }\\n}\\n\\n@media only screen and (min-width: 740px) {\\n    .el-element {\\n    display:none;\\n    }\\n}\",\"margin_bottom\":\"default\",\"margin_top\":\"default\"},\"children\":[{\"type\":\"row\",\"props\":{\"column_gap\":\"small\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\"},\"children\":[{\"type\":\"divider\",\"props\":{\"divider_element\":\"hr\"}},{\"type\":\"list\",\"props\":{\"column_breakpoint\":\"m\",\"css\":\".el-content a {\\nfont-size:30px;\\ncolor:#fff !important;\\nfont-style:italic;\\nfont-weight:300;\\n}\\n\\n.el-item {\\nmargin:0px !important;\\n}\\n\\n@media only screen and (max-width: 1500px) {\\n    .el-item {\\nmargin-top:3px !important;\\n}\\n}\\n\\n\\n@media only screen and (max-width: 1500px) {\\n.el-content a {\\nfont-size:1.4rem;\\n    }\\n}\\n\\n@media only screen and (max-width: 600px) {\\n    .el-content a {\\n        font-size:30px;\\n    }\\n    \\n        .el-item {\\nmargin-top:-5px !important;\\n}\\n}\\n\",\"image_align\":\"left\",\"image_svg_color\":\"emphasis\",\"image_vertical_align\":true,\"list_element\":\"ul\",\"list_horizontal_separator\":\", \",\"list_type\":\"vertical\",\"show_image\":true,\"show_link\":true},\"children\":[{\"type\":\"list_item\",\"props\":{\"content\":\"+49 30 54 77 47 16\",\"icon\":\"\",\"link\":\"tel:+493054774716\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"contact@oukan.de\",\"icon\":\"\",\"link\":\"mailto:contact@oukan.de\"}}],\"name\":\"contact-list\"},{\"type\":\"divider\",\"props\":{\"divider_element\":\"hr\"}}]}]},{\"type\":\"row\",\"props\":{\"column_gap\":\"small\",\"layout\":\"1-2,1-2\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_default\":\"1-2\",\"width_medium\":\"1-2\",\"width_small\":\"1-2\"},\"children\":[{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<p>Ackerstra\u00dfe 144<br \/>10115 Berlin<\/p>\n\n\",\"css\":\".el-element {\\nfont-size:30px;\\ncolor:#fff !important;\\nfont-style:italic;\\nfont-weight:300;\\n}\\n\\n.el-element div {\\npadding-top:18px;\\n}\\n\\n\\n@media only screen and (max-width: 1500px) {\\n.el-element {\\nfont-size:1.4rem;\\n    }\\n}\\n\\n@media only screen and (max-width: 600px) {\\n    .el-element {\\n    padding-top:0px;\\n        font-size:1.2rem;\\n    }\\n}\\n\\n\",\"margin_bottom\":\"default\",\"margin_top\":\"default\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_default\":\"1-2\",\"width_medium\":\"1-2\",\"width_small\":\"1-2\"},\"children\":[{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<p>Mi - Sa <br \/>18:00 - 23:00<\/p>\n\n\",\"content_en_us\":\"\n\n<p>We - Sa <br \/>18:00 - 23:00<\/p>\n\n\",\"css\":\".el-element {\\nfont-size:30px;\\ncolor:#fff !important;\\nfont-style:italic;\\nfont-weight:300;\\n}\\n\\n.el-element div {\\npadding-top:18px;\\n}\\n\\n\\n@media only screen and (max-width: 1500px) {\\n.el-element {\\nfont-size:1.4rem;\\n    }\\n}\\n\\n@media only screen and (max-width: 600px) {\\n    .el-element {\\n    padding-top:0px;\\n        font-size:1.2rem;\\n    }\\n}\\n\\n\",\"margin_bottom\":\"default\",\"margin_top\":\"default\"}}]}]},{\"type\":\"row\",\"props\":{\"column_gap\":\"small\",\"layout\":\"1-2,1-2\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"vertical_align\":\"bottom\",\"width_default\":\"1-2\",\"width_medium\":\"1-2\",\"width_small\":\"1-2\"},\"children\":[{\"type\":\"list\",\"props\":{\"block_align\":\"right\",\"block_align_breakpoint\":\"m\",\"column_breakpoint\":\"m\",\"css\":\".el-content a {\\nfont-size:30px;\\ncolor:#fff !important;\\nfont-style:italic;\\nfont-weight:300;\\ntext-decoration:underline;\\ntext-underline-offset: 6px;    \\n}\\n\\n.el-item {\\nmargin-top:5px !important;\\n}\\n\\n.el-element {\\nmax-width:170px !important;\\n}\\n\\n\\n\\n@media only screen and (max-width: 1500px) {\\n.el-content a {\\nfont-size:1.4rem;\\n    }\\n    \\n    .el-item {\\nmargin-top:3px !important;\\n}\\n}\\n\\n@media only screen and (max-width: 600px) {\\n    .el-content a {\\n        font-size:1.2rem;\\n    }\\n}\\n\",\"image_align\":\"left\",\"image_svg_color\":\"emphasis\",\"image_vertical_align\":true,\"list_element\":\"ul\",\"list_horizontal_separator\":\", \",\"list_type\":\"vertical\",\"maxwidth\":\"large\",\"show_image\":true,\"show_link\":true,\"text_align\":\"left\"},\"children\":[{\"type\":\"list_item\",\"props\":{\"content\":\"Instagram\",\"link\":\"https:\/\/www.instagram.com\/oukandining\/\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"Facebook\",\"link\":\"https:\/\/www.facebook.com\/OUKAN\/\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"Tripadvisor\",\"link\":\"https:\/\/www.tripadvisor.de\/Restaurant_Review-g187323-d23763474-Reviews-Oukan-Berlin.html\"}}],\"name\":\"contact-list\"}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"vertical_align\":\"bottom\",\"width_default\":\"1-2\",\"width_medium\":\"1-2\",\"width_small\":\"1-2\"},\"children\":[{\"type\":\"list\",\"props\":{\"block_align\":\"right\",\"block_align_breakpoint\":\"m\",\"column_breakpoint\":\"m\",\"css\":\".el-content a {\\nfont-size:30px;\\ncolor:#fff !important;\\nfont-style:italic;\\nfont-weight:300;\\ntext-decoration:underline;\\ntext-underline-offset: 6px;    \\n}\\n\\n.el-item {\\nmargin-top:3px !important;\\n}\\n\\n.el-element {\\nmax-width:170px !important;\\n}\\n\\n\\n\\n@media only screen and (max-width: 1500px) {\\n.el-content a {\\nfont-size:1.4rem;\\n    }\\n}\\n\\n@media only screen and (max-width: 600px) {\\n    .el-content a {\\n        font-size:1.2rem;\\n    }\\n}\\n\\n\\n\",\"image_align\":\"left\",\"image_svg_color\":\"emphasis\",\"image_vertical_align\":true,\"list_element\":\"ul\",\"list_horizontal_separator\":\", \",\"list_type\":\"vertical\",\"maxwidth\":\"large\",\"show_image\":true,\"show_link\":true,\"text_align\":\"left\"},\"children\":[{\"type\":\"list_item\",\"props\":{\"content\":\"Presse\",\"content_en_us\":\"Press\",\"link\":\"presse\/\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"Impressum\",\"content_en_us\":\"Legal\",\"link\":\"impressum\/\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"Datenschutz\",\"content_en_us\":\"Privacy\",\"link\":\"datenschutz\/\"}}],\"name\":\"contact-list\"}]}]}],\"name\":\"sublayout Mobile\"},{\"type\":\"fragment\",\"props\":{\"css\":\"*\/.el-element {\\nmargin-top:150px !important;\\n} *\/\\n\\n\\n\\n@media only screen and (max-width: 1500px) {\\n    .el-element {\\n    margin-top:30px !important;\\n    }\\n}\\n\\n@media only screen and (max-width: 640px) {\\n    .el-element {\\n    display:none;\\n    }\\n}\",\"margin_bottom\":\"default\",\"margin_top\":\"default\"},\"children\":[{\"type\":\"row\",\"props\":{\"column_gap\":\"small\",\"layout\":\"1-2,1-2\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\",\"width_small\":\"1-2\"},\"children\":[{\"type\":\"list\",\"props\":{\"column_breakpoint\":\"m\",\"css\":\".el-content a {\\nfont-size:30px;\\ncolor:#fff !important;\\nfont-style:italic;\\nfont-weight:300;\\ntext-decoration:underline;\\n    text-underline-offset: 6px; \\n}\\n\\n.el-item {\\nmargin:5px !important;\\n}\\n\\n@media only screen and (max-width: 1500px) {\\n    .el-item {\\nmargin-top:3px !important;\\n}\\n}\\n\\n\\n@media only screen and (max-width: 1500px) {\\n.el-content a {\\nfont-size:1.4rem;\\n    }\\n}\\n\\n@media only screen and (max-width: 600px) {\\n    .el-content a {\\n        font-size:25px;\\n    }\\n}\\n\",\"image_align\":\"left\",\"image_svg_color\":\"emphasis\",\"image_vertical_align\":true,\"list_element\":\"ul\",\"list_horizontal_separator\":\", \",\"list_type\":\"vertical\",\"show_image\":true,\"show_link\":true},\"children\":[{\"type\":\"list_item\",\"props\":{\"content\":\"+49 30 54 77 47 16\",\"link\":\"tel:+493054774716\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"contact@oukan.de\",\"link\":\"mailto:contact@oukan.de\"}}],\"name\":\"contact-list\"}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\",\"width_small\":\"1-2\"},\"children\":[{\"type\":\"list\",\"props\":{\"block_align\":\"right\",\"block_align_breakpoint\":\"s\",\"column_breakpoint\":\"m\",\"css\":\".el-content a {\\nfont-size:30px;\\ncolor:#fff !important;\\nfont-style:italic;\\nfont-weight:300;\\ntext-decoration:underline;\\ntext-underline-offset: 6px;    \\n}\\n\\n.el-item {\\nmargin-top:5px !important;\\n}\\n\\n.el-element {\\nmax-width:170px !important;\\n}\\n\\n\\n\\n@media only screen and (max-width: 1500px) {\\n.el-content a {\\nfont-size:1.4rem;\\n    }\\n    \\n    .el-item {\\nmargin-top:3px !important;\\n}\\n}\\n\\n@media only screen and (max-width: 600px) {\\n    .el-content a {\\n        font-size:25px;\\n    }\\n}\\n\",\"image_align\":\"left\",\"image_svg_color\":\"emphasis\",\"image_vertical_align\":true,\"list_element\":\"ul\",\"list_horizontal_separator\":\", \",\"list_type\":\"vertical\",\"maxwidth\":\"large\",\"show_image\":true,\"show_link\":true,\"text_align\":\"left\"},\"children\":[{\"type\":\"list_item\",\"props\":{\"content\":\"Instagram\",\"link\":\"https:\/\/www.instagram.com\/oukandining\/\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"Facebook\",\"link\":\"https:\/\/www.facebook.com\/OUKAN\/\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"Tripadvisor\",\"link\":\"https:\/\/www.tripadvisor.de\/Restaurant_Review-g187323-d23763474-Reviews-Oukan-Berlin.html\"}}],\"name\":\"contact-list\"}]}]},{\"type\":\"row\",\"props\":{\"column_gap\":\"small\",\"layout\":\"1-2,1-2\",\"row_gap\":\"small\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"vertical_align\":\"bottom\",\"width_medium\":\"1-2\",\"width_small\":\"1-2\"},\"children\":[{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<p>Ackerstra\u00dfe 144<br \/>10115 Berlin<\/p>\n\n\\n\n\n<div>Mi - Sa 18:00 - 23:00<\/div>\n\n\",\"content_en_us\":\"\n\n<p>Ackerstra\u00dfe 144<br \/>10115 Berlin<\/p>\n\n\\n\n\n<div>We - Sa 18:00 - 23:00<\/div>\n\n\",\"css\":\".el-element {\\nfont-size:30px;\\ncolor:#fff !important;\\nfont-style:italic;\\nfont-weight:300;\\n}\\n\\n.el-element div {\\npadding-top:18px;\\n}\\n\\n\\n\\n\\n\\n@media only screen and (max-width: 1500px) {\\n.el-element {\\nfont-size:1.4rem;\\n    }\\n}\\n\\n@media only screen and (max-width: 600px) {\\n    .el-element {\\n    padding-top:40px;\\n        font-size:25px;\\n    }\\n}\\n\",\"margin_bottom\":\"default\",\"margin_top\":\"default\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"vertical_align\":\"bottom\",\"width_medium\":\"1-2\",\"width_small\":\"1-2\"},\"children\":[{\"type\":\"list\",\"props\":{\"block_align\":\"right\",\"block_align_breakpoint\":\"s\",\"column_breakpoint\":\"m\",\"css\":\".el-content a {\\nfont-size:30px;\\ncolor:#fff !important;\\nfont-style:italic;\\nfont-weight:300;\\ntext-decoration:underline;\\ntext-underline-offset: 6px;    \\n}\\n\\n.el-item {\\nmargin-top:-3px !important;\\n}\\n\\n.el-element {\\nmax-width:170px !important;\\n}\\n\\n\\n\\n@media only screen and (max-width: 1500px) {\\n.el-content a {\\nfont-size:1.4rem;\\n    }\\n}\\n\\n@media only screen and (max-width: 600px) {\\n    .el-content a {\\n        font-size:25px;\\n    }\\n}\\n\\n\\n\",\"image_align\":\"left\",\"image_svg_color\":\"emphasis\",\"image_vertical_align\":true,\"list_element\":\"ul\",\"list_horizontal_separator\":\", \",\"list_type\":\"vertical\",\"maxwidth\":\"large\",\"show_image\":true,\"show_link\":true,\"text_align\":\"left\"},\"children\":[{\"type\":\"list_item\",\"props\":{\"content\":\"Presse\",\"content_en_us\":\"Press\",\"link\":\"presse\/\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"Impressum\",\"content_en_us\":\"Legal\",\"link\":\"impressum\/\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"Datenschutz\",\"content_en_us\":\"Privacy\",\"link\":\"datenschutz\/\"}}],\"name\":\"contact-list\"}]}]}],\"name\":\"sublayout Desktop\"}]}]}],\"name\":\"Footer-Normal-Desk\"},{\"type\":\"section\",\"props\":{\"image_position\":\"center-center\",\"padding_bottom\":\"small\",\"padding_top\":\"none\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\"},\"children\":[{\"type\":\"image\",\"props\":{\"css\":\".el-image {\\nbox-shadow:0px 4px 25px 25px #00000032;\\n}\",\"image\":\"wp-content\/uploads\/2026\/06\/logo_website_Restaurant_Auswahl_2026_weiss.png\",\"image_svg_color\":\"emphasis\",\"image_width\":250,\"margin_bottom\":\"default\",\"margin_top\":\"default\",\"visibility\":\"hidden-s\"}}]}]}]}],\"version\":\"5.0.39\"} --><\/p>\n","protected":false},"excerpt":{"rendered":"<p>IMPRESSION ANSEHEN&nbsp;\u00b7&nbsp;FILM 3:42&nbsp;\u00b7&nbsp; Video: Ruhe im Oukan &times; Oukan Vegan Fine Dining Ein Ort der Ruhe und Achtsamkeit im Herzen von Berlin-Mitte \u2014 veganes Fine Dining aus dem eigenen Fermentation Lab. Film \u00b7 3:42 Anspruchsvolle Vielschichtigkeit Unser Anspruch ist es, aromatisch vielschichtige Gerichte zu servieren, die niemals verkopft sind oder dogmatisch wirken. Der Spa\u00df und [&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-9","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.oukan.de\/en\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.oukan.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.oukan.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.oukan.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.oukan.de\/en\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":19,"href":"https:\/\/www.oukan.de\/en\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":232,"href":"https:\/\/www.oukan.de\/en\/wp-json\/wp\/v2\/pages\/9\/revisions\/232"}],"wp:attachment":[{"href":"https:\/\/www.oukan.de\/en\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}