*{box-sizing:border-box}
:root{--green:#00664f;--green-dark:#004d3d;--green-soft:#e2f2ed;--bg:#f5faf8;--line:#dce9e5;--text:#123c34;--muted:#70827c;--white:#fff}
html,body{margin:0;padding:0;min-height:100%;background:var(--bg);color:var(--text);font:15px/1.5 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}
body{min-height:100vh}
a{color:var(--green)}
.app-shell{display:grid;grid-template-columns:280px minmax(0,1fr);width:100%;min-height:100vh;background:var(--bg)}
.sidebar{position:sticky;top:0;height:100vh;padding:22px 18px 24px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;overflow:hidden}
.logo-brand{display:flex;align-items:center;justify-content:center;width:100%;padding:0 8px 24px;text-decoration:none}
.logo-brand img,.logo-brand .site-logo{display:block!important;width:190px!important;height:auto!important;max-width:190px!important;max-height:150px!important;object-fit:contain}
.main-nav{display:flex;flex-direction:column;gap:2px;width:100%}
.nav-item{position:relative;display:flex;align-items:center;gap:16px;min-height:46px;padding:10px 14px;border-radius:10px;color:#123c34;text-decoration:none;font-weight:750;font-size:15px}
.nav-item:hover,.nav-item.active{background:var(--green-soft);color:var(--green)}
.nav-icon{width:25px;min-width:25px;display:inline-flex;align-items:center;justify-content:center;color:var(--green);font-size:18px;line-height:1}
@font-face{font-family:"FontAwesome";src:url("../fonts/fontawesome-webfont.woff2") format("woff2"),url("../fonts/fontawesome-webfont.woff") format("woff");font-weight:normal;font-style:normal;font-display:block}
.fa{font-family:"FontAwesome"!important;font-style:normal;font-weight:normal;line-height:1;display:inline-block;width:1.2em;text-align:center;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-home:before{content:"\f015"}.fa-search:before{content:"\f002"}.fa-bell:before{content:"\f0f3"}.fa-bookmark:before{content:"\f02e"}.fa-link:before{content:"\f0c1"}.fa-user:before{content:"\f007"}.fa-cog:before{content:"\f013"}.fa-shield:before{content:"\f132"}.fa-sign-out:before{content:"\f08b"}.fa-sign-in:before{content:"\f090"}.fa-user-plus:before{content:"\f234"}.fa-dashboard:before{content:"\f0e4"}.fa-bed:before{content:"\f236"}.fa-calendar:before{content:"\f073"}.fa-map-marker:before{content:"\f041"}.fa-envelope:before{content:"\f0e0"}.fa-bar-chart:before{content:"\f080"}.fa-users:before{content:"\f0c0";font-size:1em}.fa-comments:before{content:"\f086"}.fa-flag:before{content:"\f024"}.fa-lock:before{content:"\f023"}.fa-plus:before{content:"\f067"}.fa-info-circle:before{content:"\f05a"}.fa-birthday-cake:before{content:"\f1fd"}.fa-question-circle:before{content:"\f059"}.fa-arrow-left:before{content:"\f060"}.fa-bicycle:before{content:"\f206"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-underline:before{content:"\f0cd"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-quote-left:before{content:"\f10d"}.fa-unlink:before{content:"\f127"}.fa-eraser:before{content:"\f12d"}.fa-undo:before{content:"\f0e2"}.fa-repeat:before{content:"\f01e"}.fa-save:before{content:"\f0c7"}.fa-file-text-o:before{content:"\f0f6"}
.badge,.top-badge{background:#e32638;color:#fff;border-radius:999px;font-size:11px;line-height:20px;min-width:20px;height:20px;text-align:center;padding:0 6px;margin-left:auto}
.sidebar-slogan{margin-top:24px;padding:26px 8px 0;border-top:1px solid #d8e6e1}
.sidebar-slogan img{display:block;width:100%;max-width:235px;height:auto;margin:0 auto}
.content-column{min-width:0;min-height:100vh;background:var(--bg)}
.mobile-header{display:none}
.page-title{height:66px;padding:0 28px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);display:flex;align-items:center;gap:22px;position:sticky;top:0;z-index:20}
.topbar-search{display:flex;align-items:center;gap:13px;background:#edf3f1;border-radius:999px;height:44px;padding:0 17px;flex:1;max-width:730px}
.topbar-search .fa{font-size:19px;color:#063f35}.topbar-search input{border:0!important;outline:0;background:transparent!important;width:100%;padding:0!important;margin:0!important;color:var(--text);font-size:15px}
.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:26px}.topbar-actions>a{position:relative;color:#063f35;text-decoration:none;font-size:21px;display:flex;align-items:center;justify-content:center}.top-profile{width:44px;height:44px}.top-avatar{width:44px!important;height:44px!important;border-radius:50%;object-fit:cover;background:#dfeee9}
.page-heading{height:58px;display:flex;align-items:center;padding:0 28px;background:var(--bg)}.page-heading h1{margin:0;font-size:23px;line-height:1.2;font-weight:800;color:#123c34}
.page-content{min-height:calc(100vh - 124px);padding-bottom:20px}
.composer{margin:0 28px 14px;padding:16px 18px;border:1px solid var(--line)!important;border-radius:13px!important;background:#fff;box-shadow:0 2px 8px rgba(0,66,50,.045);display:flex;gap:12px}
.composer-avatar,.post-avatar{flex:0 0 46px;width:46px;height:46px;border-radius:50%;overflow:hidden;background:var(--green-soft);display:grid;place-items:center;color:var(--green);font-weight:900}.composer-avatar img,.post-avatar img{width:100%;height:100%;object-fit:cover}.composer form{flex:1;min-width:0}.composer textarea{width:100%;min-height:70px;border:1px solid #d9e6e2!important;border-radius:9px!important;outline:0;resize:vertical;padding:12px 14px;background:#fff;font:15px/1.45 inherit}.composer-bottom{display:flex;align-items:center;gap:14px;padding-top:9px;border-top:0}.upload-btn{color:var(--green);font-weight:750;cursor:pointer}.upload-btn input{display:none}.counter{color:var(--muted);font-size:12px;margin-left:auto}
.button,button{border:0;border-radius:999px;padding:9px 17px;background:var(--green);color:#fff;font-weight:800;cursor:pointer;text-decoration:none;display:inline-block}.secondary{background:#edf3f1;color:#245148}
.post-card{display:flex;gap:13px;margin:0 28px 14px;padding:18px 18px 13px;border:1px solid var(--line)!important;border-radius:13px!important;background:#fff;box-shadow:0 2px 8px rgba(0,66,50,.045)}.post-content{min-width:0;flex:1}.post-meta{display:flex;gap:7px;align-items:center}.post-meta a{color:var(--text);text-decoration:none}.post-meta time{color:var(--muted);font-size:13px}.post-text{font-size:15px;line-height:1.5;margin:7px 0 9px;overflow-wrap:anywhere;white-space:normal;color:var(--text)!important}.post-text a{color:var(--green);font-weight:700}.post-media{display:block;width:100%;max-height:640px;object-fit:cover;border-radius:10px;margin-top:6px}.post-actions{display:flex;align-items:center;gap:20px;margin-top:10px}.post-actions form{margin:0}.action-btn{border:0;background:transparent;color:#60756e;padding:4px 2px;font-weight:700;cursor:pointer;text-decoration:none}.action-btn:hover,.action-btn.is-liked,.action-btn.is-bookmarked{color:var(--green)}.report{margin-left:auto}.delete-btn{color:#60756e!important}.empty-state{text-align:center;padding:50px 20px}.empty-icon{font-size:35px;color:var(--green)}
.link-preview{display:block!important;width:100%;max-width:620px;margin:11px 0 13px;border:1px solid #d5e3de;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 1px 4px rgba(0,66,50,.035);color:var(--text)!important;text-decoration:none!important;font-weight:400!important}.link-preview:hover{border-color:#b9d3ca;background:#fbfdfc}.link-preview img{display:block!important;width:100%!important;min-width:0!important;height:auto!important;aspect-ratio:4/3!important;object-fit:cover!important;border:0!important;border-radius:0!important}.link-preview-body{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;min-width:0;padding:11px 13px 12px!important;gap:4px!important}.link-preview-body strong{font-size:14px;line-height:1.35;color:#12372f;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.link-preview-body small{font-size:12px;line-height:1.4;color:#687a74;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.link-preview-body em{font-style:normal;font-size:10px;color:#899791;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.feed-ad{margin:0 28px 14px!important;padding:12px 18px!important;background:#f1f8f5!important;border:1px solid var(--line)!important;border-radius:12px!important}.feed-ad-label{display:inline-block;margin-bottom:8px;padding:3px 7px;border:1px solid #b9d3ca;border-radius:4px;background:#eaf4f0;color:var(--green);font-size:9px;line-height:1;letter-spacing:.12em;font-weight:700}.feed-ad h3{margin:2px 0 6px;color:var(--green);font-size:15px}.feed-ad p{margin:0 0 8px;color:#42534e;font-size:13px}.feed-ad-image img{display:block;width:auto;max-width:100%;height:auto;max-height:110px;margin:0 auto;border-radius:6px}.feed-ad-html{display:flex;justify-content:center;align-items:center;width:100%;overflow:hidden}.feed-ad-html a{display:block;max-width:468px;width:100%;text-align:center;line-height:0}.feed-ad-html img{display:block;width:100%!important;height:auto!important;max-width:468px!important;max-height:110px!important;margin:0 auto;border-radius:6px}.feed-ad-link{display:inline-block;padding:7px 11px;border-radius:5px;background:var(--green);color:#fff;text-decoration:none;font-size:12px;font-weight:700}
.profile-hero{padding:0;overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#fff;margin:0 28px 14px}.cover-area{height:260px;background:linear-gradient(135deg,#dceee8,#b9d8ce)}.cover-area img{width:100%;height:100%;object-fit:cover}.profile-info{display:flex;gap:18px;padding:0 20px;margin-top:-48px;position:relative}.profile-avatar{width:100px;height:100px;border-radius:50%;overflow:hidden;border:5px solid #fff;background:var(--green-soft);display:grid;place-items:center;color:var(--green);font-size:32px;font-weight:900;flex:none}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-copy{padding-top:52px}.profile-copy h2{margin:0;font-size:22px}.profile-copy p{margin:5px 0}.profile-copy small{color:var(--muted)}.profile-bar{display:flex;justify-content:space-between;align-items:center;padding:16px 20px}.profile-stats{display:flex;gap:22px}.profile-stats a{display:flex;gap:5px;flex-direction:column;text-decoration:none;color:var(--text)}.profile-stats span{color:var(--muted);font-size:12px}.profile-buttons{display:flex;gap:8px}.profile-details{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.profile-detail{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;min-height:32px;border:1px solid var(--line);border-radius:999px;background:#f7faf8;color:var(--green-dark);font-size:13px;line-height:1.25;text-decoration:none;white-space:nowrap}.profile-detail i.fa{font-size:13px}.profile-fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:18px;margin:0 28px 14px;box-shadow:0 2px 8px rgba(0,66,50,.04)}.narrow{max-width:760px}.auth-card{max-width:600px;margin:28px auto;padding:28px 24px}.auth-card h2{margin:0 0 24px;font-size:28px}.auth-switch{text-align:center;margin:22px 0 0;color:var(--muted);font-size:14px}.auth-switch a{color:var(--green);font-weight:800;text-decoration:none}.password-section{max-width:760px}.legal-page{line-height:1.65}.legal-page h2{margin:0 0 22px;font-size:24px}.legal-page h3{margin:24px 0 8px;font-size:16px;color:var(--green-dark)}.legal-page p{margin:0 0 12px}.legal-links{display:flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:wrap}.legal-links a{color:var(--muted);text-decoration:none}.legal-links a:hover{color:var(--green);text-decoration:underline}.notice,.error{background:#fff0f0;border:1px solid #e1b1b1;padding:12px;border-radius:9px;margin-bottom:12px}.success{background:#effaf5;border:1px solid #b8decf;padding:12px;border-radius:9px;margin-bottom:12px}.hp{position:absolute;left:-10000px}
.report-page{padding:20px 28px 0}.report-banner{display:block;width:100%;height:auto;aspect-ratio:6.25/1;object-fit:cover;border-radius:12px;margin-bottom:16px}.report-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:26px 28px 24px;box-shadow:0 2px 9px rgba(0,66,50,.04)}.report-card h2{margin:0 0 4px;font-size:28px;color:#123e35}.report-intro{margin:0 0 22px;color:#536a63;font-size:17px}.report-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.85fr);gap:34px;align-items:start}.report-grid label{font-size:16px;color:#193e35}.report-grid textarea{width:100%;min-height:130px;border-radius:9px;resize:vertical}.report-actions{display:flex;gap:16px;margin-top:18px}.report-actions .button{font-size:16px;padding:12px 22px}.report-note{display:flex;gap:18px;padding:20px;border-radius:12px;background:#e8f5f1;color:#244b42}.report-note-icon{width:64px;height:64px;min-width:64px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:28px}.report-note strong{display:block;font-size:18px;color:#075443;margin:2px 0 8px}.report-note p{margin:0;font-size:15px;line-height:1.6}
footer{position:relative;margin-top:20px;padding:0 28px 24px;background:#fff;text-align:left;color:#5d716b;font-size:12px;overflow:hidden}.footer-landscape{display:block;width:100%;height:auto;max-height:80px;object-fit:cover;object-position:center bottom;margin:0}.footer-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:28px;position:relative;z-index:2}.footer-copy a,.footer-links a{color:var(--green);text-decoration:none;font-weight:700}.footer-brand{text-align:center;color:#075c4b;font-size:35px;line-height:1;font-style:italic;font-weight:700}.footer-brand small{display:block;font-size:18px;line-height:1.1}.footer-links{text-align:right}.footer-links>div:last-child{margin-top:5px}
@media(max-width:1100px){.app-shell{grid-template-columns:240px minmax(0,1fr)}.logo-brand img,.logo-brand .site-logo{width:160px!important;max-width:160px!important}.nav-item{font-size:14px}.topbar-actions{gap:18px}.report-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}.footer-brand{text-align:left}.footer-links{text-align:left}.legal-links{justify-content:flex-start}}
@media(max-width:680px){.app-shell{display:block}.sidebar{position:fixed;bottom:0;top:auto;left:0;right:0;width:100%;height:66px;padding:5px 8px;z-index:50;overflow:hidden;border-top:1px solid var(--line);border-right:0}.sidebar .brand,.sidebar-slogan{display:none}.main-nav{height:100%;display:flex;flex-direction:row;justify-content:space-around;gap:2px}.nav-item{min-height:0;height:56px;padding:7px 4px;flex:1;justify-content:center;border-radius:8px}.nav-item span:not(.nav-icon),.nav-item .badge{display:none}.nav-icon{width:auto;font-size:20px}.content-column{padding-bottom:66px}.mobile-header{display:none}.page-title{height:58px;padding:0 14px}.topbar-search{height:40px;padding:0 12px;max-width:none}.topbar-search input{font-size:13px}.topbar-actions{gap:12px}.topbar-actions>a:not(.top-profile){display:none}.top-profile,.top-avatar{width:38px!important;height:38px!important}.page-heading{height:50px;padding:0 14px}.page-heading h1{font-size:20px}.page-content{min-height:calc(100vh - 108px)}.composer,.post-card,.feed-ad,.profile-hero,.card{margin-left:10px!important;margin-right:10px!important}.composer{margin-top:10px!important}.post-card{padding:14px}.link-preview{max-width:100%}.report-page{padding:10px}.report-banner{aspect-ratio:auto;height:auto}.report-card{padding:18px 16px}.report-card h2{font-size:24px}.report-intro{font-size:15px}.report-actions{flex-wrap:wrap}.footer-inner{display:block}.footer-copy,.footer-brand,.footer-links{margin-top:14px;text-align:center}.footer-brand{font-size:34px}.footer-brand small{font-size:18px}.footer-landscape{max-height:70px}.profile-info{padding:0 12px;gap:10px}.profile-avatar{width:78px;height:78px}.profile-copy{padding-top:40px}.profile-bar{padding:12px;flex-direction:column;align-items:stretch;gap:12px}.profile-buttons{justify-content:flex-end}.profile-fields-grid{grid-template-columns:1fr}}

/* LKGER – echte 3-Spalten-Desktopansicht nach Referenz */
@media(min-width:1101px){
  .app-shell{grid-template-columns:280px minmax(0,1fr) 280px;align-items:start}
  .sidebar{grid-column:1;grid-row:1}
  .content-column{grid-column:2;grid-row:1;min-width:0}
  .right-sidebar{grid-column:3;grid-row:1;padding:80px 14px 24px;display:flex;flex-direction:column;gap:14px;min-width:0;background:var(--bg)}
}
.right-sidebar{color:var(--text)}
.side-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:17px 18px;box-shadow:0 2px 8px rgba(0,66,50,.04)}
.side-card h2{margin:0;font-size:16px;line-height:1.25;color:#123c34;display:flex;align-items:center;gap:10px}
.side-card h2 .fa{color:var(--green)}
.side-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.side-card-head>a{color:var(--green);text-decoration:none;font-size:13px;font-weight:700}
.side-card-head>a[aria-label]{width:34px;height:34px;border-radius:50%;background:var(--green-soft);display:grid;place-items:center}
.side-card p{margin:13px 0;color:#415a53;line-height:1.5}
.side-detail{display:flex;align-items:flex-start;gap:10px;margin:10px 0;color:#405750;font-size:14px;overflow-wrap:anywhere}
.side-detail .fa{width:18px;min-width:18px;text-align:center;color:var(--green);padding-top:2px}
.side-detail a{color:var(--green);font-weight:650}
.side-stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:16px}
.side-stats>div{text-align:center;padding:0 8px;border-right:1px solid var(--line)}
.side-stats>div:last-child{border-right:0}
.side-stats strong{display:block;font-size:21px;line-height:1.1;color:#123c34}
.side-stats span{display:block;margin-top:5px;font-size:12px;color:#526962}
.media-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:12px}
.media-strip img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:9px;background:#edf3f1}
.invite-box{display:flex;gap:7px;margin-top:13px}
.invite-box input{min-width:0;width:100%;height:40px;border:1px solid #cbd9d4;border-radius:9px;background:#fff;color:#425850;font:inherit;padding:0 9px}
.invite-box button{width:42px;min-width:42px;border:0;border-radius:9px;background:var(--green);color:#fff;cursor:pointer;font:inherit}
.side-help{font-size:12px!important;margin:9px 0 0!important;display:flex;gap:7px;align-items:flex-start}
.side-cta .cta-row{display:flex;gap:12px;align-items:flex-start}
.side-cta .cta-row img{width:54px;height:54px;object-fit:contain;flex:none}
.side-cta h2{font-size:15px}
.side-cta p{font-size:13px;margin:7px 0 13px}
.side-cta>.button{display:block;text-align:center;width:100%;text-decoration:none}
@media(max-width:1100px){.right-sidebar{display:none}}

/* =========================================================
   LKGER – FINAL ADJUSTMENT
   Nur die ausdrücklich gewünschten Punkte:
   - Desktop-Gesamtbreite leicht reduziert
   - Sidebar und rechte Seitenleiste weiterhin gleich breit (280px)
   - Formular-Schriftarten nicht eigenmächtig verändern
   - mobile Seitennavigation sichtbar
   ========================================================= */

/* Desktop: Gesamtbreite etwas kompakter, Spalten bleiben gleich breit */
@media (min-width:1101px){
  .app-shell{
    width:100%;
    max-width:1560px;
    margin-left:auto;
    margin-right:auto;
    grid-template-columns:280px minmax(0,1fr) 280px;
  }
}

/* Eingabefelder: vorhandene Schrift der Website verwenden.
   Keine neue Schriftart/Font-Familie einführen. */
input,
textarea,
select,
button,
.topbar-search input,
.composer textarea,
.invite-box input,
.report-grid input,
.report-grid textarea,
.auth-card input,
.auth-card textarea,
form label input,
form label textarea{
  font-family:inherit;
}

/* Mobile Seitennavigation: vorhanden und dauerhaft sichtbar */
@media (max-width:680px){
  .sidebar{
    display:flex!important;
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    top:auto!important;
    width:100%!important;
    height:66px!important;
    z-index:100!important;
  }
  .sidebar .brand,
  .sidebar-slogan{
    display:none!important;
  }
  .sidebar .main-nav{
    display:flex!important;
    flex-direction:row!important;
    width:100%!important;
    height:100%!important;
  }
  .sidebar .nav-item{
    display:flex!important;
    flex:1 1 0!important;
    justify-content:center!important;
    align-items:center!important;
  }
  .content-column{
    padding-bottom:66px!important;
  }
}



/* FINAL: echte mobile Seitennavigation – eigener Container, damit sie
   nicht vom Desktop-Sidebar-Layout abhängig ist. */
.mobile-bottom-nav{display:none}
@media(max-width:680px){
  .sidebar{display:none!important}
  .mobile-bottom-nav{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:9999!important;
    display:flex!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    width:100%!important;
    height:64px!important;
    padding:4px 6px!important;
    box-sizing:border-box!important;
    background:#fff!important;
    border-top:1px solid #d8e6e1!important;
    box-shadow:0 -3px 14px rgba(0,66,50,.10)!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    gap:2px!important;
  }
  .mobile-bottom-nav .mobile-nav-item{
    flex:0 0 52px!important;
    width:52px!important;
    min-width:52px!important;
    height:56px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:2px!important;
    padding:4px 2px!important;
    box-sizing:border-box!important;
    color:#00664f!important;
    background:transparent!important;
    border:0!important;
    border-radius:8px!important;
    text-decoration:none!important;
    font-family:inherit!important;
    font-weight:400!important;
  }
  .mobile-bottom-nav .mobile-nav-item i{
    display:block!important;
    font-family:"FontAwesome"!important;
    font-size:18px!important;
    line-height:20px!important;
    font-weight:normal!important;
  }
  .mobile-bottom-nav .mobile-nav-item span{
    display:none!important;
  }
  .content-column{
    padding-bottom:76px!important;
  }
}

/* Footer-/Legal-Links unten: nicht fett */
.footer-links a,
.legal-links a{
  font-weight:400!important;
}
.footer-links>div:last-child a{
  font-weight:400!important;
}
.footer-links>div:last-child a strong{
  font-weight:400!important;
}

/* =========================================================
   LKGER – MOBILE NAVIGATION WIE URSPRÜNGLICH:
   VERTIKAL AUF DER LINKEN SEITE
   ========================================================= */
@media(max-width:680px){
  /* Keine Bottom-Navigation mehr */
  .mobile-bottom-nav{
    position:fixed!important;
    left:0!important;
    top:0!important;
    bottom:auto!important;
    right:auto!important;
    z-index:9999!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:72px!important;
    height:100vh!important;
    min-height:100vh!important;
    padding:18px 6px!important;
    box-sizing:border-box!important;
    background:#fff!important;
    border-right:1px solid #d8e6e1!important;
    border-top:0!important;
    box-shadow:2px 0 12px rgba(0,66,50,.08)!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    gap:5px!important;
  }

  .mobile-bottom-nav .mobile-nav-item{
    flex:0 0 52px!important;
    width:52px!important;
    min-width:52px!important;
    height:52px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:0!important;
    padding:5px!important;
    box-sizing:border-box!important;
    color:#00664f!important;
    background:transparent!important;
    border:0!important;
    border-radius:9px!important;
    text-decoration:none!important;
    font-family:inherit!important;
    font-weight:400!important;
  }

  .mobile-bottom-nav .mobile-nav-item i{
    display:block!important;
    font-family:"FontAwesome"!important;
    font-size:20px!important;
    line-height:22px!important;
    font-weight:normal!important;
  }

  .mobile-bottom-nav .mobile-nav-item span{
    display:none!important;
  }

  /* Inhalt macht Platz für die linke Navigationsleiste */
  .content-column{
    margin-left:72px!important;
    padding-bottom:0!important;
    width:calc(100% - 72px)!important;
    box-sizing:border-box!important;
  }

  /* Desktop-Sidebar auf Mobil nicht zusätzlich anzeigen */
  .sidebar{
    display:none!important;
  }

  /* Rechte Spalte bleibt auf Mobil verborgen */
  .right-sidebar{
    display:none!important;
  }

  /* Auch auf Login/Register bleibt die vertikale Navigation links.
     Dort erscheinen nur Anmelden/Registrieren, weil $me nicht gesetzt ist. */
  .auth-page .content-column{
    margin-left:72px!important;
    width:calc(100% - 72px)!important;
    padding-bottom:0!important;
  }
}

/* =========================================================
   LKGER FINAL – MOBILE SEITENNAVIGATION SENKRECHT
   Die Navigation bleibt eine echte linke Seitenleiste.
   Keine Bottom-Navigation.
   ========================================================= */
@media (max-width:680px){
  /* die zuvor eingefügte mobile Bottom-Navigation vollständig ausblenden */
  .mobile-bottom-nav{
    display:none!important;
  }

  /* echte LKGER-Seitennavigation links, senkrecht */
  .app-shell{
    display:block!important;
    min-height:100vh!important;
    width:100%!important;
  }

  .sidebar{
    display:flex!important;
    position:fixed!important;
    left:0!important;
    top:0!important;
    bottom:0!important;
    width:68px!important;
    height:100vh!important;
    min-height:100vh!important;
    padding:12px 6px!important;
    z-index:9999!important;
    flex-direction:column!important;
    align-items:center!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    background:#fff!important;
    border-right:1px solid var(--line)!important;
    border-top:0!important;
  }

  .sidebar .brand,
  .sidebar .sidebar-slogan{
    display:none!important;
  }

  .sidebar .main-nav{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    height:auto!important;
    gap:4px!important;
  }

  .sidebar .nav-item{
    display:flex!important;
    flex:0 0 50px!important;
    width:56px!important;
    min-width:56px!important;
    height:50px!important;
    min-height:50px!important;
    padding:6px 3px!important;
    margin:0!important;
    justify-content:center!important;
    align-items:center!important;
    gap:0!important;
    border-radius:9px!important;
  }

  .sidebar .nav-item > span:not(.nav-icon),
  .sidebar .nav-item .badge{
    display:none!important;
  }

  .sidebar .nav-icon{
    display:inline-flex!important;
    width:100%!important;
    min-width:0!important;
    height:100%!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:20px!important;
  }

  /* Seiteninhalt macht Platz für die senkrechte Navigation */
  .content-column{
    margin-left:68px!important;
    width:calc(100% - 68px)!important;
    max-width:none!important;
    padding-bottom:0!important;
    box-sizing:border-box!important;
  }

  .right-sidebar{
    display:none!important;
  }

  .page-title,
  .page-heading,
  .page-content{
    width:100%!important;
    box-sizing:border-box!important;
  }

  /* Eingabefelder behalten die vorhandene Website-Schrift */
  input, textarea, select, button{
    font-family:inherit!important;
  }

  /* Untere Footer-/Legal-Links nicht fett */
  .footer-links a,
  .legal-links a,
  .footer-links a strong,
  .legal-links a strong{
    font-weight:400!important;
  }
}

/* =========================================================
   LKGER FINAL CLEAN FIX
   Keine eigenständige Typografie. Keine Bottom-Navigation.
   ========================================================= */

/* Desktop: drei echte Spalten, äußere Spalten identisch */
@media (min-width:1101px){
  .app-shell{
    width:100%;
    max-width:1500px;
    margin:0 auto;
    grid-template-columns:260px minmax(0,1fr) 260px!important;
  }
  .sidebar{grid-column:1!important}
  .content-column{grid-column:2!important}
  .right-sidebar{grid-column:3!important}
}

/* Profil: Name + Benutzername + sichtbare Icons */
.profile-copy h2{display:flex;align-items:center;gap:7px}
.profile-verified{color:var(--green);font-size:.9em}
.profile-username{color:var(--muted);font-size:14px;font-weight:600;margin-top:-2px}
.profile-detail i.fa{display:inline-block!important;font-family:"FontAwesome"!important;font-style:normal!important}

/* Einstellungen: jedes Feld bekommt eine eigene, saubere Zeile */
#profile-edit-form{
  display:block!important;
  width:100%!important;
}
#profile-edit-form > label,
#profile-edit-form .profile-fields-grid > label{
  display:block!important;
  width:100%!important;
  margin:0 0 16px!important;
  font-weight:600!important;
  line-height:1.4!important;
}
#profile-edit-form > label > input,
#profile-edit-form > label > textarea,
#profile-edit-form .profile-fields-grid > label > input{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:6px 0 0!important;
  box-sizing:border-box!important;
  font-family:inherit!important;
  font-size:inherit!important;
  line-height:1.4!important;
  color:inherit!important;
  background:#fff!important;
}
#profile-edit-form textarea{min-height:110px!important;resize:vertical!important}
#profile-edit-form input:not([type=file]){
  min-height:42px!important;
  padding:9px 11px!important;
  border:1px solid var(--line)!important;
  border-radius:9px!important;
}
#profile-edit-form input[type=file]{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin-top:6px!important;
  font-family:inherit!important;
  font-size:inherit!important;
}
#profile-edit-form .profile-fields-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:0 18px!important;
  width:100%!important;
}
.password-section form{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr)) auto!important;
  gap:0 14px!important;
  align-items:end!important;
}
.password-section form label{
  display:block!important;
  min-width:0!important;
  margin:0 0 14px!important;
  font-weight:600!important;
}
.password-section form input{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  margin:6px 0 0!important;
  font-family:inherit!important;
  font-size:inherit!important;
  line-height:1.4!important;
  min-height:42px!important;
  padding:9px 11px!important;
}
.password-section form .button{margin:0 0 14px!important}

/* Footer-Landschaft: flach und sauber wie in der Referenz */
footer{padding-left:0!important;padding-right:0!important}
.footer-landscape{
  display:block!important;
  width:100%!important;
  height:72px!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center bottom!important;
  margin:0!important;
}
.footer-inner{padding:0 28px 20px!important}

/* Footer-Links nicht fett */
.footer-links a,.legal-links a,.footer-links a strong,.legal-links a strong{
  font-weight:400!important;
}

/* Mobile: echte linke, senkrechte Seitennavigation */
@media (max-width:680px){
  .app-shell{display:block!important;width:100%!important;max-width:none!important}
  .mobile-bottom-nav{display:none!important}

  .sidebar{
    display:flex!important;
    position:fixed!important;
    left:0!important;
    top:0!important;
    bottom:0!important;
    width:64px!important;
    height:100vh!important;
    padding:10px 4px!important;
    z-index:9999!important;
    flex-direction:column!important;
    align-items:center!important;
    overflow:hidden!important;
    background:#fff!important;
    border-right:1px solid var(--line)!important;
  }
  .sidebar .brand,.sidebar-slogan{display:none!important}
  .sidebar .main-nav{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    width:100%!important;
    gap:3px!important;
  }
  .sidebar .nav-item{
    display:flex!important;
    width:54px!important;
    min-width:54px!important;
    height:48px!important;
    min-height:48px!important;
    flex:0 0 48px!important;
    padding:4px!important;
    margin:0!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .sidebar .nav-item>span:not(.nav-icon),
  .sidebar .nav-item .badge{display:none!important}
  .sidebar .nav-icon{
    display:flex!important;
    width:100%!important;
    height:100%!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:19px!important;
  }
  .content-column{
    margin-left:64px!important;
    width:calc(100% - 64px)!important;
    padding-bottom:0!important;
    box-sizing:border-box!important;
  }
  .right-sidebar{display:none!important}

  /* Settings mobile */
  .card.narrow,.password-section{
    margin-left:10px!important;
    margin-right:10px!important;
    max-width:none!important;
  }
  #profile-edit-form .profile-fields-grid{
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  .password-section form{
    display:block!important;
  }
  .password-section form label{
    width:100%!important;
    margin-bottom:14px!important;
  }
  .password-section form .button{
    margin-top:0!important;
  }

  /* Profil mobil: Bild, Name und Details nicht ineinander schieben */
  .profile-hero{margin-left:10px!important;margin-right:10px!important}
  .cover-area{height:220px!important}
  .profile-info{
    display:block!important;
    padding:0 16px!important;
    margin-top:-40px!important;
  }
  .profile-avatar{
    width:82px!important;
    height:82px!important;
    border-width:4px!important;
  }
  .profile-copy{
    padding-top:8px!important;
  }
  .profile-copy h2{font-size:20px!important;margin:0!important}
  .profile-details{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:7px!important;
  }
  .profile-detail{white-space:normal!important;max-width:100%!important}
  .profile-bar{
    padding:14px 16px!important;
    flex-direction:row!important;
    align-items:center!important;
  }

  .footer-landscape{
    height:55px!important;
    object-fit:cover!important;
  }
  .footer-inner{
    padding:0 14px 18px!important;
  }
  .footer-copy,.footer-brand,.footer-links{
    text-align:center!important;
  }
}


/* LKGER V8 – only approved footer/profile icon fixes */
.profile-details{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin-top:12px!important;width:100%!important}
.profile-detail{display:inline-flex!important;align-items:center!important;gap:7px!important;box-sizing:border-box!important;padding:7px 11px!important;min-height:32px!important;border:1px solid var(--line)!important;border-radius:999px!important;background:#f7faf8!important;color:var(--green-dark)!important;font-size:13px!important;line-height:1.25!important;text-decoration:none!important;white-space:nowrap!important}
.profile-detail i.fa{display:inline-block!important;width:14px!important;min-width:14px!important;text-align:center!important;font-family:"FontAwesome"!important;font-size:13px!important;line-height:1!important;font-style:normal!important}
.footer-landscape{display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center bottom!important;margin:0!important}
.footer-inner{position:relative!important;z-index:2!important}
.footer-links a,.legal-links a{font-weight:400!important}
@media(max-width:680px){
 .profile-details{gap:6px!important;margin-top:10px!important}
 .profile-detail{font-size:12px!important;padding:6px 9px!important;min-height:30px!important}
 .footer-landscape{width:100%!important;height:auto!important;max-height:none!important}
}
/* LKGER V14 – profil icons visual repair */
.profile-details .profile-detail{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  box-sizing:border-box!important;
  padding-left:12px!important;
}

/* Alte/falsch eingesetzte Inline-Icons nicht doppelt anzeigen. */
.profile-details .profile-detail > i.fa{
  display:none!important;
}

/* Icons werden anhand der vorhandenen Reihenfolge sicher angezeigt:
   1 = Ort, 2 = Webseite, 3 = Geburtsdatum */
.profile-details .profile-detail:nth-child(1)::before{
  content:"\f041"!important;
  font-family:"FontAwesome"!important;
  font-style:normal!important;
  font-weight:normal!important;
  display:inline-block!important;
  width:14px!important;
  min-width:14px!important;
  text-align:center!important;
  line-height:1!important;
}
.profile-details .profile-detail:nth-child(2)::before{
  content:"\f0c1"!important;
  font-family:"FontAwesome"!important;
  font-style:normal!important;
  font-weight:normal!important;
  display:inline-block!important;
  width:14px!important;
  min-width:14px!important;
  text-align:center!important;
  line-height:1!important;
}
.profile-details .profile-detail:nth-child(3)::before{
  content:"\f1fd"!important;
  font-family:"FontAwesome"!important;
  font-style:normal!important;
  font-weight:normal!important;
  display:inline-block!important;
  width:14px!important;
  min-width:14px!important;
  text-align:center!important;
  line-height:1!important;
}

@media(max-width:680px){
  .profile-details .profile-detail{
    gap:6px!important;
    padding-left:9px!important;
  }
}
/* LKGER V15 – rechte Seitenleiste Profil-Icons */
.right-sidebar .side-card .side-detail{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:24px!important;
  margin:9px 0!important;
}

.right-sidebar .side-card .side-detail > i.fa{
  display:inline-block!important;
  visibility:visible!important;
  opacity:1!important;
  flex:0 0 16px!important;
  width:16px!important;
  min-width:16px!important;
  height:16px!important;
  line-height:16px!important;
  margin:0!important;
  padding:0!important;
  font-family:"FontAwesome"!important;
  font-style:normal!important;
  font-weight:normal!important;
  font-size:14px!important;
  text-align:center!important;
  color:#00664f!important;
}

/* Die vorhandenen Klassen bleiben maßgeblich; die folgenden Regeln
   verhindern, dass ein anderes CSS die Zeicheninhalte überschreibt. */
.right-sidebar .side-card .side-detail > i.fa-map-marker:before{
  content:"\f041"!important;
}
.right-sidebar .side-card .side-detail > i.fa-link:before{
  content:"\f0c1"!important;
}
.right-sidebar .side-card .side-detail > i.fa-calendar:before{
  content:"\f073"!important;
}

.right-sidebar .side-card .side-detail a{
  min-width:0!important;
  flex:1 1 auto!important;
}

/* LKGER V20 – Auth-Formular Fix */
.auth-page .auth-card{width:100%!important;max-width:620px!important;margin:32px auto 48px!important;box-sizing:border-box!important;padding:30px 34px!important;background:#fff!important;border:1px solid #dceae6!important;border-radius:12px!important;box-shadow:0 3px 14px rgba(0,70,55,.06)!important}
.auth-page .auth-card h2{margin:0 0 26px!important}
.auth-page .auth-card form{display:flex!important;flex-direction:column!important;gap:16px!important;width:100%!important}
.auth-page .auth-card form label{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:7px!important;width:100%!important;margin:0!important;line-height:1.35!important}
.auth-page .auth-card form label input:not(.hp),.auth-page .auth-card form input[type=text],.auth-page .auth-card form input[type=email],.auth-page .auth-card form input[type=password]{display:block!important;width:100%!important;min-width:0!important;height:44px!important;box-sizing:border-box!important;padding:10px 12px!important;border:1px solid #cbded8!important;border-radius:7px!important;background:#fff!important;color:#18302a!important;font-family:inherit!important;font-size:16px!important;line-height:1.35!important}
.auth-page .auth-card form textarea,.auth-page .auth-card form select{font-family:inherit!important}
.auth-page .auth-card form input:focus{outline:none!important;border-color:#00664f!important;box-shadow:0 0 0 3px rgba(0,102,79,.10)!important}
.auth-page .auth-card .button{align-self:flex-start!important;margin-top:2px!important;min-height:44px!important;padding:10px 20px!important}
.auth-page .auth-switch{margin:18px 0 0!important;text-align:center!important}
.auth-page .auth-switch + .auth-switch{margin-top:8px!important}
.auth-page .auth-switch a{font-weight:600!important}
.auth-page .auth-card .hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
@media(max-width:700px){.auth-page .auth-card{max-width:none!important;margin:18px 0 30px!important;padding:22px 18px!important;border-radius:10px!important}}


/* LKGER Feed Layout V1
   Exakt auf den vereinbarten Entwurf begrenzt:
   - Timeline schmaler und mittig zwischen den Seitenleisten
   - Link-Vorschaubilder 16:9
   - größerer Abstand zwischen Vorschau-Bild und Beschreibung
   - hochgeladene Bilder 16:9 und gleiche Breite wie Link-Vorschauen
   - keine Änderung an Farben, Navigation, Profilen oder Inhalten
*/

/* Timeline mittig zwischen linker und rechter Seitenleiste */
@media (min-width: 941px) {
  .app-shell {
    grid-template-columns: minmax(210px, 240px) minmax(0, 680px) minmax(280px, 300px) !important;
    justify-content: center !important;
    column-gap: 18px !important;
  }

  .content-column {
    width: 100% !important;
    max-width: 680px !important;
    min-width: 0 !important;
  }

  .page-content {
    width: 100% !important;
    max-width: 680px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .post-card,
  .composer,
  .feed-ad {
    width: 100% !important;
    max-width: 680px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Hochgeladene Bilder: exakt 16:9, gleiche Breite wie die Link-Vorschau */
.post-media {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  max-height: none !important;
  object-fit: cover !important;
  border-radius: 12px !important;
  margin: 10px 0 0 !important;
}

/* Link-Vorschauen: verschiedene im bisherigen Projekt verwendete/übliche Container */
.link-preview,
.url-preview,
.post-link-preview,
.link-card,
.preview-card,
.link-preview-card {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  border-radius: 12px !important;
}

.link-preview img,
.url-preview img,
.post-link-preview img,
.link-card img,
.preview-card img,
.link-preview-card img,
.link-preview-image,
.url-preview-image,
.post-link-preview-image,
.preview-image {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  max-height: none !important;
  object-fit: cover !important;
  border-radius: 12px 12px 0 0 !important;
}

/* Mehr Abstand zwischen Vorschau-Bild und Linkbeschreibung */
.link-preview .preview-content,
.link-preview .preview-body,
.link-preview .preview-description,
.url-preview .preview-content,
.url-preview .preview-body,
.url-preview .preview-description,
.post-link-preview .preview-content,
.post-link-preview .preview-body,
.post-link-preview .preview-description,
.link-card .preview-content,
.link-card .preview-body,
.link-card .preview-description,
.preview-card .preview-content,
.preview-card .preview-body,
.preview-card .preview-description,
.link-preview-content,
.link-preview-body,
.link-preview-description {
  padding-top: 16px !important;
}

/* Falls die Beschreibung direkt auf das Vorschaubild folgt */
.link-preview img + *,
.url-preview img + *,
.post-link-preview img + *,
.link-card img + *,
.preview-card img + *,
.link-preview-card img + * {
  margin-top: 16px !important;
}

/* Beschreibung selbst sauber vom Bild trennen */
.link-preview .preview-title,
.url-preview .preview-title,
.post-link-preview .preview-title,
.link-card .preview-title,
.preview-card .preview-title,
.link-preview-title {
  margin-top: 0 !important;
}

/* Mobile: Breite des Feeds bleibt vollständig verfügbar; Seitenleiste/Nav unverändert */
@media (max-width: 940px) {
  .content-column,
  .page-content,
  .post-card,
  .composer,
  .feed-ad {
    width: 100% !important;
    max-width: 680px !important;
  }
}

@media (max-width: 680px) {
  .post-media {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    max-height: none !important;
  }

  .link-preview img,
  .url-preview img,
  .post-link-preview img,
  .link-card img,
  .preview-card img,
  .link-preview-card img,
  .link-preview-image,
  .url-preview-image,
  .post-link-preview-image,
  .preview-image {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    max-height: none !important;
  }
}



/* LKGER ABOUT ME AVATAR FIX V2 */
.side-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.side-card-head>h2{margin:0;}
.side-card-avatar{margin-left:auto;display:flex;align-items:center;justify-content:center;flex:0 0 auto;}
.side-card-avatar .side-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;display:block;}
.side-card-avatar .side-avatar:not(img){width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;}


/* LKGER ABOUT ME AVATAR FIX V3 */
.right-sidebar .side-card-avatar{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;max-width:32px!important;max-height:32px!important;flex:0 0 32px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;margin-left:auto!important;}
.right-sidebar .side-card-avatar img.side-avatar{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;max-width:32px!important;max-height:32px!important;display:block!important;object-fit:cover!important;border-radius:50%!important;}
.right-sidebar .side-card-avatar .side-avatar:not(img){width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;max-width:32px!important;max-height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;overflow:hidden!important;}
.right-sidebar .side-card-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;}


/* v0.1.14 – Rülzheim erleben Community */
:root{--rz-green:#00664f;--rz-dark:#17372e;--rz-soft:#f3f7f5;--rz-border:#dfe8e4}
body{background:var(--rz-soft);color:var(--rz-dark)}
.sidebar,.content-column,.right-sidebar{background:transparent}
.logo-brand .site-logo{width:150px!important;height:auto!important;max-height:86px!important;object-fit:contain!important}
.nav-item,.topbar-actions a,a{color:var(--rz-green)}
.button,button.button{background:var(--rz-green);border-color:var(--rz-green)}
.card,.side-card{border-color:var(--rz-border);box-shadow:0 6px 22px rgba(23,55,46,.06)}
.page-heading h1{color:var(--rz-dark)}
@media(max-width:700px){.logo-brand .site-logo{max-height:58px!important;width:110px!important}}

/* v0.1.54 – Keine ungewuenschten Fetthervorhebungen in der Community */
body strong, body b { font-weight: inherit !important; }
body p strong, body p b, body li strong, body li b, body td strong, body td b,
body label, body nav a, body .sidebar-nav a, body .button, body button,
body .action-btn, body .upload-btn, body .auth-switch a, body .footer-copy a,
body .footer-links a, body .side-card-head > a, body .post-text a { font-weight: 400 !important; }


/* v0.1.55 – Community: sichtbare Fetthervorhebungen entfernen */
.post-meta a,.upload-btn,.button,button,.action-btn,.feed-ad-label,.feed-ad h3,.feed-ad-link,
.auth-switch a,.community-mobile-drawer a,.side-card a,.post-text a,.nav-item {font-weight:400!important;}
/* Überschriften bleiben als strukturelle Überschriften erkennbar, ohne Extra-Fettmarkierungen im Inhalt. */
