{"id":560,"date":"2026-06-09T19:29:20","date_gmt":"2026-06-09T19:29:20","guid":{"rendered":"https:\/\/echtjetzt.digital\/?p=560"},"modified":"2026-06-10T14:26:40","modified_gmt":"2026-06-10T14:26:40","slug":"bern","status":"publish","type":"post","link":"https:\/\/echtjetzt.digital\/index.php\/2026\/06\/09\/bern\/","title":{"rendered":"bern"},"content":{"rendered":"\n<section class=\"bern-life-section\">\n  <div class=\"bern-background\"><\/div>\n\n  <div class=\"bern-content\">\n    <div class=\"bern-image-wrap\">\n      <button class=\"bern-image-button\" onclick=\"openBernLightbox()\" aria-label=\"Bild vergr\u00f6\u00dfern\">\n        <img decoding=\"async\" \n          src=\"https:\/\/alleswasbewegt.ch\/images\/meinbern\/bern01.jpeg\" \n          alt=\"Bern \u2013 Bundeshausplatz als pers\u00f6nliche Lebensb\u00fchne\"\n          class=\"bern-image\"\n        >\n        <span class=\"bern-zoom-hint\">Bild anklicken zum Vergr\u00f6\u00dfern<\/span>\n      <\/button>\n    <\/div>\n\n    <div class=\"bern-text\">\n      <p class=\"bern-kicker\">Ben der Schweizer<\/p>\n\n      <h1>Dann Bern.<\/h1>\n\n      <p>\n        Leben. Schule. Lehre. Milit\u00e4r.\n        Das waren die fr\u00fchen Stationen meines Weges.\n        Jede hatte ihre Ordnung, ihre Regeln, ihre Erwartungen.\n        Man ging vorw\u00e4rts, weil man vorw\u00e4rtszugehen hatte.\n        Man lernte, man funktionierte, man hielt sich an das,\n        was vorgesehen war.\n      <\/p>\n\n      <p>\n        Es war Leben, ja.\n        Aber ein Leben, das oft schon geformt war,\n        noch bevor man selbst ganz begriff,\n        wer man eigentlich ist.\n      <\/p>\n\n      <p>\n        Dann kam Bern.\n        Und mit Bern begann f\u00fcr mich nochmals Leben.\n        Nicht einfach ein neuer Ort.\n        Nicht bloss eine andere Stadt.\n        Sondern ein anderer innerer Zustand.\n      <\/p>\n\n      <p>\n        Dort entstand Raum f\u00fcr das Eigene.\n        F\u00fcr den Blick.\n        F\u00fcr das Empfinden.\n        F\u00fcr meine Perspektive.\n      <\/p>\n\n      <p>\n        Nicht als Pflicht.\n        Nicht als Auftrag.\n        Sondern als Leben,\n        das ich mir innerlich noch einmal nahm.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<div id=\"bernLightbox\" class=\"bern-lightbox\" onclick=\"closeBernLightbox()\">\n  <button class=\"bern-close\" onclick=\"closeBernLightbox(); event.stopPropagation();\" aria-label=\"Bild schlie\u00dfen\">\n    \u00d7\n  <\/button>\n\n  <img decoding=\"async\" \n    src=\"https:\/\/alleswasbewegt.ch\/images\/meinbern\/bern01.jpeg\" \n    alt=\"Bern vergr\u00f6\u00dfert\"\n    class=\"bern-lightbox-image\"\n  >\n<\/div>\n\n<style>\n  .bern-life-section {\n    position: relative;\n    min-height: 100vh;\n    padding: clamp(18px, 5vw, 72px);\n    overflow: hidden;\n    background:\n      radial-gradient(circle at 20% 10%, rgba(255,255,255,0.16), transparent 28%),\n      radial-gradient(circle at 80% 80%, rgba(160,0,0,0.22), transparent 34%),\n      linear-gradient(135deg, #050505 0%, #151515 48%, #050505 100%);\n    color: #f2f2f2;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-sizing: border-box;\n  }\n\n  .bern-background {\n    position: absolute;\n    inset: 0;\n    background:\n      linear-gradient(to bottom, rgba(0,0,0,0.10), rgba(0,0,0,0.78)),\n      url(\"https:\/\/alleswasbewegt.ch\/images\/meinbern\/bern01.jpeg\") center center \/ cover no-repeat;\n    opacity: 0.24;\n    filter: blur(18px) grayscale(100%);\n    transform: scale(1.08);\n    z-index: 0;\n  }\n\n  .bern-life-section::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background:\n      linear-gradient(to right, rgba(0,0,0,0.86), rgba(0,0,0,0.22), rgba(0,0,0,0.86));\n    z-index: 1;\n    pointer-events: none;\n  }\n\n  .bern-content {\n    position: relative;\n    z-index: 2;\n    width: min(1400px, 100%);\n    display: grid;\n    grid-template-columns: 1.25fr 0.75fr;\n    gap: clamp(24px, 4vw, 64px);\n    align-items: center;\n  }\n\n  .bern-image-wrap {\n    position: relative;\n    border-radius: 28px;\n    overflow: hidden;\n    box-shadow:\n      0 28px 80px rgba(0,0,0,0.65),\n      0 0 0 1px rgba(255,255,255,0.10);\n  }\n\n  .bern-image-button {\n    position: relative;\n    width: 100%;\n    padding: 0;\n    border: 0;\n    display: block;\n    cursor: zoom-in;\n    background: transparent;\n    overflow: hidden;\n  }\n\n  .bern-image-button::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background:\n      linear-gradient(to top, rgba(0,0,0,0.38), transparent 45%),\n      radial-gradient(circle at 15% 20%, rgba(255,255,255,0.14), transparent 26%);\n    z-index: 1;\n    pointer-events: none;\n  }\n\n  .bern-image {\n    width: 100%;\n    height: auto;\n    display: block;\n    filter: contrast(1.08) brightness(0.94);\n    transform: scale(1.01);\n    transition: transform 1.2s ease, filter 1.2s ease;\n  }\n\n  .bern-image-button:hover .bern-image {\n    transform: scale(1.045);\n    filter: contrast(1.16) brightness(1.02);\n  }\n\n  .bern-zoom-hint {\n    position: absolute;\n    left: 22px;\n    bottom: 20px;\n    z-index: 2;\n    padding: 8px 14px;\n    border-radius: 999px;\n    font-family: Arial, sans-serif;\n    font-size: 0.82rem;\n    letter-spacing: 0.04em;\n    color: rgba(255,255,255,0.92);\n    background: rgba(0,0,0,0.52);\n    backdrop-filter: blur(8px);\n    -webkit-backdrop-filter: blur(8px);\n  }\n\n  .bern-text {\n    max-width: 560px;\n    padding: clamp(22px, 3vw, 42px);\n    border-radius: 28px;\n    background: rgba(8, 8, 8, 0.56);\n    backdrop-filter: blur(16px);\n    -webkit-backdrop-filter: blur(16px);\n    box-shadow:\n      0 24px 70px rgba(0,0,0,0.48),\n      inset 0 0 0 1px rgba(255,255,255,0.10);\n  }\n\n  .bern-kicker {\n    margin: 0 0 12px 0;\n    font-size: clamp(0.75rem, 1vw, 0.9rem);\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.68);\n    font-family: Arial, sans-serif;\n  }\n\n  .bern-text h1 {\n    margin: 0 0 28px 0;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-weight: 400;\n    font-size: clamp(2.4rem, 5vw, 5.2rem);\n    line-height: 0.95;\n    color: #ffffff;\n    text-shadow: 0 8px 32px rgba(0,0,0,0.65);\n  }\n\n  .bern-text p {\n    margin: 0 0 18px 0;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(1.02rem, 1.25vw, 1.25rem);\n    line-height: 1.68;\n    text-align: justify;\n    color: rgba(255,255,255,0.88);\n  }\n\n  .bern-text p:last-child {\n    margin-bottom: 0;\n    color: #ffffff;\n  }\n\n  .bern-lightbox {\n    position: fixed;\n    inset: 0;\n    z-index: 99999;\n    display: none;\n    align-items: center;\n    justify-content: center;\n    padding: 22px;\n    background: rgba(0,0,0,0.92);\n    box-sizing: border-box;\n    cursor: zoom-out;\n  }\n\n  .bern-lightbox.is-open {\n    display: flex;\n  }\n\n  .bern-lightbox-image {\n    max-width: 96vw;\n    max-height: 92vh;\n    width: auto;\n    height: auto;\n    border-radius: 18px;\n    box-shadow:\n      0 30px 100px rgba(0,0,0,0.8),\n      0 0 0 1px rgba(255,255,255,0.12);\n  }\n\n  .bern-close {\n    position: fixed;\n    top: 18px;\n    right: 22px;\n    z-index: 100000;\n    width: 46px;\n    height: 46px;\n    border: 0;\n    border-radius: 50%;\n    cursor: pointer;\n    font-size: 34px;\n    line-height: 42px;\n    color: white;\n    background: rgba(255,255,255,0.14);\n    backdrop-filter: blur(8px);\n    -webkit-backdrop-filter: blur(8px);\n  }\n\n  .bern-close:hover {\n    background: rgba(255,255,255,0.24);\n  }\n\n  body.bern-no-scroll {\n    overflow: hidden;\n  }\n\n  @media (max-width: 980px) {\n    .bern-life-section {\n      min-height: auto;\n      padding: 18px;\n      align-items: flex-start;\n    }\n\n    .bern-content {\n      grid-template-columns: 1fr;\n      gap: 24px;\n    }\n\n    .bern-image-wrap {\n      border-radius: 20px;\n    }\n\n    .bern-text {\n      max-width: none;\n      border-radius: 20px;\n    }\n\n    .bern-text p {\n      text-align: left;\n    }\n  }\n\n  @media (max-width: 560px) {\n    .bern-life-section {\n      padding: 12px;\n    }\n\n    .bern-content {\n      gap: 18px;\n    }\n\n    .bern-image-wrap {\n      border-radius: 18px;\n    }\n\n    .bern-zoom-hint {\n      left: 12px;\n      bottom: 12px;\n      font-size: 0.72rem;\n      padding: 7px 11px;\n    }\n\n    .bern-text {\n      padding: 22px;\n    }\n\n    .bern-text h1 {\n      font-size: 3rem;\n      margin-bottom: 22px;\n    }\n\n    .bern-text p {\n      font-size: 1rem;\n      line-height: 1.62;\n    }\n\n    .bern-lightbox {\n      padding: 10px;\n    }\n\n    .bern-lightbox-image {\n      max-width: 96vw;\n      max-height: 86vh;\n      border-radius: 12px;\n    }\n\n    .bern-close {\n      top: 12px;\n      right: 12px;\n      width: 42px;\n      height: 42px;\n      font-size: 30px;\n      line-height: 38px;\n    }\n  }\n<\/style>\n\n<script>\n  function openBernLightbox() {\n    document.getElementById(\"bernLightbox\").classList.add(\"is-open\");\n    document.body.classList.add(\"bern-no-scroll\");\n  }\n\n  function closeBernLightbox() {\n    document.getElementById(\"bernLightbox\").classList.remove(\"is-open\");\n    document.body.classList.remove(\"bern-no-scroll\");\n  }\n\n  document.addEventListener(\"keydown\", function(event) {\n    if (event.key === \"Escape\") {\n      closeBernLightbox();\n    }\n  });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Bild anklicken zum Vergr\u00f6\u00dfern Ben der Schweizer Dann Bern. Leben. Schule. Lehre. Milit\u00e4r. Das waren die fr\u00fchen Stationen meines Weges. Jede hatte ihre Ordnung, ihre Regeln, ihre Erwartungen. Man ging vorw\u00e4rts, weil man vorw\u00e4rtszugehen hatte. Man lernte, man funktionierte, man hielt sich an das, was vorgesehen war. Es war Leben, ja. Aber ein Leben, das [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":564,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[37],"tags":[],"class_list":["post-560","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-movies"],"_links":{"self":[{"href":"https:\/\/echtjetzt.digital\/index.php\/wp-json\/wp\/v2\/posts\/560","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/echtjetzt.digital\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/echtjetzt.digital\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/echtjetzt.digital\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/echtjetzt.digital\/index.php\/wp-json\/wp\/v2\/comments?post=560"}],"version-history":[{"count":2,"href":"https:\/\/echtjetzt.digital\/index.php\/wp-json\/wp\/v2\/posts\/560\/revisions"}],"predecessor-version":[{"id":563,"href":"https:\/\/echtjetzt.digital\/index.php\/wp-json\/wp\/v2\/posts\/560\/revisions\/563"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/echtjetzt.digital\/index.php\/wp-json\/wp\/v2\/media\/564"}],"wp:attachment":[{"href":"https:\/\/echtjetzt.digital\/index.php\/wp-json\/wp\/v2\/media?parent=560"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/echtjetzt.digital\/index.php\/wp-json\/wp\/v2\/categories?post=560"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/echtjetzt.digital\/index.php\/wp-json\/wp\/v2\/tags?post=560"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}