.hpz-news-app{max-width:880px;margin:0 auto;padding:12px}.hpz-news-feed-topbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.08);border-radius:0;padding:14px;margin-bottom:18px;box-shadow:0 10px 30px rgba(15,23,42,.06)}.hpz-news-feed-title{display:flex;align-items:center;gap:10px;margin-bottom:12px}.hpz-news-feed-title>span{font-size:1.7rem}.hpz-news-feed-title strong{display:block;font-size:1.05rem}.hpz-news-feed-title small{display:block;color:#64748b}.hpz-news-filterbar{display:flex;gap:8px;overflow:auto;padding-bottom:2px}.hpz-news-filterbar button{border:1px solid rgba(15,23,42,.1);background:#fff;border-radius:0;padding:8px 13px;cursor:pointer;white-space:nowrap}.hpz-news-filterbar button.is-active{background:#111827;color:#fff}.hpz-news-feed{display:grid;grid-template-columns:1fr;gap:18px}.hpz-news-dashboard{display:grid;gap:12px}.hpz-news-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:0;overflow:hidden;box-shadow:0 10px 30px rgba(15,23,42,.07);position:relative;animation:hpzNewsIn .22s ease-out}.hpz-news-card:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:#8aa0b2}.hpz-news-priority-important:before{background:#d49422}.hpz-news-priority-urgent:before{background:#c92a2a}.hpz-news-card.is-unread{border-color:rgba(34,113,177,.38);box-shadow:0 12px 34px rgba(34,113,177,.12)}.hpz-news-card.is-pinned{border-color:rgba(212,148,34,.35)}.hpz-news-image{display:block;width:100%;padding:0;border:0;background:transparent;cursor:pointer}.hpz-news-image img{width:100%;height:280px;object-fit:cover;display:block}.hpz-news-card-body{padding:18px 20px 20px 24px}.hpz-news-card h3{margin:.55rem 0;font-size:1.3rem;line-height:1.28}.hpz-news-card h3 button{font:inherit;font-weight:700;text-align:left;background:transparent;border:0;padding:0;cursor:pointer;color:inherit}.hpz-news-card p{margin:0;color:#4b5563;line-height:1.55}.hpz-news-meta{display:flex;flex-wrap:wrap;gap:7px;font-size:.78rem;color:#5f6b7a}.hpz-news-meta span{background:#f2f4f7;border-radius:0;padding:3px 8px}.hpz-news-type-icon{font-size:1rem}.hpz-news-card-actions{display:flex;justify-content:space-between;align-items:center;margin-top:16px;color:#64748b}.hpz-news-card-actions button{border:1px solid rgba(0,0,0,.1);background:#fff;border-radius:0;padding:8px 13px;cursor:pointer}.hpz-news-tools{margin-top:28px;padding:16px;border:1px solid rgba(0,0,0,.08);border-radius:0;display:flex;gap:10px;flex-wrap:wrap;background:#fff}.hpz-news-tools button{border:1px solid rgba(0,0,0,.12);background:#fff;border-radius:0;padding:8px 14px;cursor:pointer}.hpz-news-tools button.is-active{background:#eef6ff;border-color:#93c5fd}.hpz-news-confirm{font-weight:700}.hpz-news-feed-state{text-align:center;color:#64748b;padding:18px}.hpz-news-sentinel{height:1px}.hpz-news-skeleton{min-height:220px;padding:20px}.hpz-news-skeleton div{height:16px;border-radius:0;background:linear-gradient(90deg,#eef2f7,#f8fafc,#eef2f7);background-size:200% 100%;animation:hpzNewsSkeleton 1.2s infinite;margin-bottom:14px}.hpz-news-skeleton div:first-child{height:120px;border-radius:0}.hpz-news-skeleton div:nth-child(2){width:70%}.hpz-news-skeleton div:nth-child(3){width:45%}.hpz-news-modal{position:fixed;inset:0;z-index:99999;display:none}.hpz-news-modal.is-open{display:block}.hpz-news-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.62);backdrop-filter:blur(4px)}.hpz-news-modal-dialog{position:relative;max-width:900px;max-height:92vh;overflow:auto;margin:4vh auto;background:#fff;border-radius:0;box-shadow:0 30px 80px rgba(0,0,0,.28)}.hpz-news-modal-close{position:sticky;top:12px;float:right;z-index:2;margin:12px;border:0;background:rgba(255,255,255,.9);border-radius:0;width:38px;height:38px;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.12)}.hpz-news-modal-hero img{width:100%;max-height:420px;object-fit:cover;display:block}.hpz-news-modal-body{padding:28px}.hpz-news-modal-body h2{font-size:2rem;line-height:1.18;margin:12px 0 18px}.hpz-news-modal-text{line-height:1.7}.hpz-news-modal-loading{padding:40px;text-align:center;color:#64748b}.hpz-news-comments{margin-top:22px;border-top:1px solid rgba(0,0,0,.08);padding-top:18px}.hpz-news-comment{background:#f8fafc;border-radius:0;padding:10px 12px;margin:8px 0}.hpz-news-comment p{margin:4px 0 0}.hpz-news-comment-form{display:flex;gap:8px;margin-top:12px}.hpz-news-comment-form textarea{flex:1;border-radius:0;border:1px solid rgba(0,0,0,.14);padding:10px}.hpz-news-comment-form button{border:0;border-radius:0;padding:0 16px;background:#111827;color:#fff}.hpz-news-modal-open{overflow:hidden}@keyframes hpzNewsIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes hpzNewsSkeleton{0%{background-position:0 0}100%{background-position:-200% 0}}@media(max-width:700px){.hpz-news-app{padding:8px}.hpz-news-feed-topbar{border-radius:0}.hpz-news-image img{height:190px}.hpz-news-card-body{padding:16px 16px 18px 20px}.hpz-news-modal-dialog{margin:0;max-height:100vh;border-radius:0;min-height:100vh}.hpz-news-modal-body{padding:20px}.hpz-news-modal-body h2{font-size:1.55rem}.hpz-news-comment-form{flex-direction:column}.hpz-news-comment-form button{padding:10px}}

.hpz-news-admin{max-width:1100px;margin:0 auto;padding:16px}.hpz-news-admin *{box-sizing:border-box}.hpz-news-admin-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;border:1px solid rgba(0,0,0,.12);padding:18px;background:#fff;margin-bottom:14px}.hpz-news-admin-head h2{margin:0 0 4px}.hpz-news-admin-head p{margin:0;color:#64748b}.hpz-news-admin-btn,.hpz-news-admin-actions a,.hpz-news-admin-submit button{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.16);background:#fff;color:#111827;text-decoration:none;padding:9px 13px;cursor:pointer;border-radius:0}.hpz-news-admin-submit button.is-primary,.hpz-news-admin-btn{background:#111827;color:#fff}.hpz-news-admin-nav{margin-bottom:14px}.hpz-news-admin-nav a{color:#111827}.hpz-news-admin-notice{border:1px solid #86efac;background:#f0fdf4;padding:10px 12px;margin-bottom:12px}.hpz-news-admin-list{display:grid;gap:10px}.hpz-news-admin-row{display:flex;justify-content:space-between;gap:16px;border:1px solid rgba(0,0,0,.12);background:#fff;padding:14px}.hpz-news-admin-row p{margin:4px 0 0;color:#64748b}.hpz-news-admin-actions{display:flex;gap:8px;align-items:center;white-space:nowrap}.hpz-news-admin-empty{border:1px solid rgba(0,0,0,.12);padding:18px;background:#fff}.hpz-news-admin-form{display:grid;gap:14px;border:1px solid rgba(0,0,0,.12);background:#fff;padding:18px}.hpz-news-admin-form label{display:grid;gap:6px;font-weight:700}.hpz-news-admin-form input[type=text],.hpz-news-admin-form input[type=datetime-local],.hpz-news-admin-form textarea,.hpz-news-admin-form select{width:100%;border:1px solid rgba(0,0,0,.18);padding:10px;background:#fff;border-radius:0;font:inherit}.hpz-news-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hpz-news-admin-help{margin:-6px 0 0;color:#64748b;font-size:.9rem}.hpz-news-admin-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.hpz-news-admin-options label{display:flex;gap:8px;align-items:center;border:1px solid rgba(0,0,0,.1);padding:9px;font-weight:400}.hpz-news-admin-submit{display:flex;gap:10px;flex-wrap:wrap;border-top:1px solid rgba(0,0,0,.1);padding-top:14px}@media(max-width:800px){.hpz-news-admin-head,.hpz-news-admin-row{display:block}.hpz-news-admin-grid,.hpz-news-admin-options{grid-template-columns:1fr}.hpz-news-admin-actions{margin-top:10px}}

.hpz-news-editor{gap:0;padding:0;overflow:hidden}.hpz-news-editor-tabs{display:flex;gap:0;border-bottom:1px solid rgba(0,0,0,.12);background:#f8fafc;overflow:auto}.hpz-news-editor-tabs button{border:0;border-right:1px solid rgba(0,0,0,.1);background:transparent;padding:13px 18px;cursor:pointer;font-weight:700;border-radius:0;color:#334155;white-space:nowrap}.hpz-news-editor-tabs button.is-active{background:#111827;color:#fff}.hpz-news-editor-panel{display:none}.hpz-news-editor-panel.is-active{display:block}.hpz-news-editor-section{padding:18px;display:grid;gap:14px}.hpz-news-editor-section h3{margin:0 0 4px;font-size:1.2rem}.hpz-news-editor-field{display:grid;gap:8px}.hpz-news-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hpz-news-upload-box{border:1px solid rgba(0,0,0,.12);background:#f8fafc;padding:14px;display:grid;gap:10px}.hpz-news-upload-box p{margin:0;color:#64748b}.hpz-news-current-media{border:1px solid rgba(0,0,0,.1);background:#fff;padding:10px;display:grid;gap:8px}.hpz-news-current-media img{max-width:100%;height:auto;display:block}.hpz-news-current-files{display:grid;gap:6px;border:1px solid rgba(0,0,0,.1);background:#fff;padding:10px;max-height:170px;overflow:auto}.hpz-news-inline-check{display:flex!important;gap:8px!important;align-items:center!important;font-weight:400!important}.hpz-news-target-groups{display:grid;gap:14px}.hpz-news-target-group{border:1px solid rgba(0,0,0,.12);padding:12px;margin:0}.hpz-news-target-group legend{padding:0 6px;font-weight:700}.hpz-news-checkbox-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.hpz-news-checkbox-grid label{display:flex;align-items:center;gap:8px;border:1px solid rgba(0,0,0,.08);background:#fff;padding:9px;font-weight:400}.hpz-news-editor-submit{position:sticky;bottom:0;background:#fff;padding:14px 18px;z-index:5}.hpz-news-attachments{margin-top:22px;border-top:1px solid rgba(0,0,0,.08);padding-top:18px}.hpz-news-attachment-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hpz-news-attachment{border:1px solid rgba(0,0,0,.12);background:#f8fafc;padding:10px;text-decoration:none;color:#111827;display:grid;grid-template-columns:auto 1fr;column-gap:8px}.hpz-news-attachment small{grid-column:2;color:#64748b}.wp-editor-wrap{max-width:100%}.hpz-news-admin-form .mce-tinymce,.hpz-news-admin-form .quicktags-toolbar,.hpz-news-admin-form .wp-editor-container{border-radius:0!important}@media(max-width:900px){.hpz-news-media-grid,.hpz-news-checkbox-grid,.hpz-news-attachment-list{grid-template-columns:1fr}.hpz-news-editor-tabs button{padding:11px 13px}}

/* HPZ News 2.1.5: App-Layout mit Seitenspalten */
.hpz-news-feed-layout{max-width:1500px;display:grid;grid-template-columns:250px minmax(0,720px) 250px;gap:22px;align-items:start}.hpz-news-feed-main{min-width:0}.hpz-news-sidebar{position:sticky;top:20px;display:grid;gap:14px}.hpz-news-sidebox{background:#fff;border:1px solid rgba(0,0,0,.12);padding:14px}.hpz-news-sidebox h3{margin:0 0 10px;font-size:1rem}.hpz-news-sidebox p{margin:0;color:#64748b;font-size:.92rem}.hpz-news-side-links,.hpz-news-tags{display:flex;flex-wrap:wrap;gap:8px}.hpz-news-side-links a,.hpz-news-side-links button,.hpz-news-tags a{border:1px solid rgba(0,0,0,.12);background:#fff;color:#111827;text-decoration:none;padding:7px 9px;font-size:.9rem;cursor:pointer;border-radius:0}.hpz-news-side-list{display:grid;gap:8px}.hpz-news-side-item{width:100%;text-align:left;border:1px solid rgba(0,0,0,.1);background:#f8fafc;padding:9px;cursor:pointer;border-radius:0}.hpz-news-side-item strong{display:block;line-height:1.25}.hpz-news-side-item small{display:block;color:#64748b;margin-top:3px}.hpz-news-side-item:hover,.hpz-news-side-links a:hover,.hpz-news-side-links button:hover,.hpz-news-tags a:hover{background:#f1f5f9}@media(max-width:1200px){.hpz-news-feed-layout{grid-template-columns:minmax(0,760px) 240px}.hpz-news-sidebar-left{display:none}}@media(max-width:900px){.hpz-news-feed-layout{display:block}.hpz-news-sidebar{display:none}.hpz-news-feed-main{max-width:none}}

/* HPZ News 2.1.7: HPZ Momente / Masonry */
.hpz-news-sidebox-head{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:10px}.hpz-news-sidebox-head h3{margin:0}.hpz-news-sidebox-head small{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;font-size:.68rem}.hpz-news-moments-box{overflow:hidden}.hpz-news-masonry{columns:2 105px;column-gap:8px}.hpz-news-moment{position:relative;display:block;width:100%;margin:0 0 8px;padding:0;border:0;background:#e5e7eb;cursor:pointer;break-inside:avoid;overflow:hidden;text-align:left}.hpz-news-moment img{display:block;width:100%;height:auto;min-height:88px;object-fit:cover;transition:transform .28s ease,filter .28s ease}.hpz-news-moment-1 img{height:132px}.hpz-news-moment-2 img{height:92px}.hpz-news-moment-3 img{height:155px}.hpz-news-moment-4 img{height:112px}.hpz-news-moment-5 img{height:138px}.hpz-news-moment-overlay{position:absolute;inset:auto 0 0 0;padding:28px 8px 8px;background:linear-gradient(transparent,rgba(15,23,42,.86));color:#fff;opacity:0;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease}.hpz-news-moment-overlay strong{display:block;font-size:.82rem;line-height:1.18}.hpz-news-moment-overlay small{display:block;margin-top:3px;font-size:.68rem;color:rgba(255,255,255,.78)}.hpz-news-moment:hover img,.hpz-news-moment:focus-visible img{transform:scale(1.045);filter:saturate(1.08)}.hpz-news-moment:hover .hpz-news-moment-overlay,.hpz-news-moment:focus-visible .hpz-news-moment-overlay{opacity:1;transform:none}.hpz-news-mobile-moments{display:none;margin-bottom:18px}.hpz-news-mobile-moments .hpz-news-sidebox{margin:0}.hpz-news-mobile-moments .hpz-news-masonry{columns:3 95px}@media(max-width:900px){.hpz-news-mobile-moments{display:block}.hpz-news-mobile-moments .hpz-news-moment-overlay{opacity:1;transform:none}.hpz-news-mobile-moments .hpz-news-moment img{height:110px}}@media(max-width:560px){.hpz-news-mobile-moments .hpz-news-masonry{columns:2 120px}}

/* HPZ Dashboard Composer 2.1.8 */
.hpz-dashboard-composer,
.hpz-dashboard-composer *{box-sizing:border-box;border-radius:0!important}
.hpz-dashboard-composer{display:block;width:100%;max-width:1440px;margin:0 auto;padding:0 18px 36px;color:#1d2733}
.hpz-dashboard-login{border:1px solid #d9dee6;background:#fff;padding:18px}
.hpz-dashboard-hero{display:flex;justify-content:space-between;gap:18px;align-items:stretch;background:#fff;border:1px solid #d9dee6;padding:22px;margin-bottom:18px;box-shadow:0 8px 18px rgba(16,24,40,.05)}
.hpz-dashboard-kicker{display:inline-block;font-size:12px;text-transform:uppercase;letter-spacing:.06em;font-weight:700;color:#607085;margin-bottom:6px}
.hpz-dashboard-hero h1{margin:0 0 6px;font-size:30px;line-height:1.15}
.hpz-dashboard-hero p{margin:0;color:#607085}
.hpz-dashboard-weather{min-width:190px;border-left:4px solid #1d75bd;background:#f5f8fb;padding:16px;display:flex;flex-direction:column;justify-content:center;text-align:left}
.hpz-dashboard-weather strong{font-size:34px;line-height:1;font-weight:800}
.hpz-dashboard-weather span{font-weight:700;margin-top:7px}
.hpz-dashboard-weather small{color:#607085;margin-top:3px}
.hpz-dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}
.hpz-dashboard-main{display:flex;flex-direction:column;gap:18px;min-width:0}
.hpz-dashboard-section,.hpz-dashboard-sidebox{background:#fff;border:1px solid #d9dee6;padding:18px;box-shadow:0 8px 18px rgba(16,24,40,.04)}
.hpz-dashboard-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;border-bottom:1px solid #edf0f4;padding-bottom:10px}
.hpz-dashboard-section-head h2,.hpz-dashboard-sidebox h3{margin:0;font-size:18px;line-height:1.25}
.hpz-dashboard-section-head a,.hpz-dashboard-sidebox a{color:#1d75bd;text-decoration:none;font-weight:700}
.hpz-dashboard-card-list{display:flex;flex-direction:column;gap:10px}
.hpz-dashboard-alert-card{border:1px solid #d9dee6;border-left:5px solid #607085;background:#fff}
.hpz-dashboard-alert-card.hpz-priority-important{border-left-color:#d99a00}
.hpz-dashboard-alert-card.hpz-priority-urgent{border-left-color:#c7372f}
.hpz-dashboard-alert-card a{display:flex;justify-content:space-between;gap:12px;padding:13px 14px;color:#1d2733;text-decoration:none}
.hpz-dashboard-alert-card span{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#607085;font-weight:800}
.hpz-dashboard-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.hpz-dashboard-quick-card{border:1px solid #d9dee6;background:#f8fafc;padding:14px;min-height:90px;display:flex;flex-direction:column;gap:8px}
.hpz-dashboard-quick-card strong{font-size:16px}
.hpz-dashboard-quick-card span{color:#607085;font-size:13px}
.hpz-dashboard-news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.hpz-dashboard-news-teaser{border:1px solid #d9dee6;background:#fff;overflow:hidden;min-height:120px;display:grid;grid-template-columns:140px minmax(0,1fr)}
.hpz-dashboard-news-image{display:block;background-size:cover;background-position:center;min-height:120px;transition:transform .25s ease, filter .25s ease}
.hpz-dashboard-news-image:hover{filter:brightness(.92)}
.hpz-dashboard-news-teaser>div{padding:14px;min-width:0}
.hpz-dashboard-news-teaser a{color:#1d2733;text-decoration:none}
.hpz-dashboard-news-teaser strong{display:block;font-size:16px;line-height:1.25;margin-bottom:7px}
.hpz-dashboard-news-teaser p{margin:0 0 8px;color:#607085;font-size:13px;line-height:1.35}
.hpz-dashboard-news-teaser small{color:#8390a0}
.hpz-dashboard-aside{display:flex;flex-direction:column;gap:18px;position:sticky;top:20px}
.hpz-dashboard-sidebox p{margin:8px 0 4px}.hpz-dashboard-sidebox small{color:#607085}.hpz-dashboard-sidebox a{display:block;border-top:1px solid #edf0f4;padding:9px 0}.hpz-dashboard-sidebox a:first-of-type{margin-top:8px}
.hpz-dashboard-empty{border:1px dashed #cfd6df;background:#fafbfc;color:#607085;padding:18px;text-align:center}
.hpz-dashboard-moments-box .hpz-news-moments-grid{margin-top:10px}
@media (max-width:1100px){.hpz-dashboard-grid{grid-template-columns:1fr}.hpz-dashboard-aside{position:static}.hpz-dashboard-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:720px){.hpz-dashboard-composer{padding:0 10px 24px}.hpz-dashboard-hero{display:block}.hpz-dashboard-weather{margin-top:16px;border-left-width:4px}.hpz-dashboard-hero h1{font-size:24px}.hpz-dashboard-news-grid{grid-template-columns:1fr}.hpz-dashboard-news-teaser{grid-template-columns:1fr}.hpz-dashboard-news-image{min-height:180px}.hpz-dashboard-quick-grid{grid-template-columns:1fr}}

/* HPZ News Studio 2.2 */
.hpz-news-studio-toolbar{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:18px;align-items:center;background:#fff;border:1px solid #d9dee6;border-left:4px solid #1d75bd;padding:12px 16px;margin-bottom:14px;box-shadow:0 8px 18px rgba(16,24,40,.08)}
.hpz-news-studio-heading{display:flex;align-items:center;gap:14px;min-width:0}.hpz-news-studio-heading>div{display:grid;min-width:0}.hpz-news-studio-heading span{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#607085}.hpz-news-studio-heading strong{font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hpz-news-cancel-link{color:#526173;text-decoration:none;font-weight:700}.hpz-news-studio-state{display:grid;text-align:right;gap:3px}.hpz-news-studio-state small{color:#607085;white-space:nowrap}.hpz-news-status-badge{display:inline-flex;align-items:center;width:max-content;background:#eef4fa;border:1px solid #c8d8e8;padding:4px 8px;font-size:12px;font-weight:800;color:#1d5f98}.hpz-news-studio-state .hpz-news-status-badge{margin-left:auto}.hpz-news-studio-actions{display:flex;gap:8px;align-items:center}.hpz-news-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid #bfc8d3;background:#fff;color:#1d2733;padding:9px 13px;text-decoration:none;font-weight:750;cursor:pointer}.hpz-news-btn:hover{background:#f4f7fa}.hpz-news-btn.is-primary{background:#1d75bd;border-color:#1d75bd;color:#fff}.hpz-news-field-counter{float:right;font-size:12px;color:#778596;font-weight:500}.hpz-news-editor-metrics{display:flex;gap:18px;justify-content:flex-end;border-top:1px solid #edf0f4;padding-top:8px;color:#607085;font-size:12px}.hpz-news-drop-label{display:flex!important;align-items:center!important;justify-content:center!important;min-height:86px;border:2px dashed #bdc8d5;background:#fff;padding:16px!important;text-align:center;cursor:pointer;color:#526173}.hpz-news-drop-label input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none}.hpz-news-upload-box.is-dragover{background:#eef6fc;border-color:#1d75bd}.hpz-news-upload-preview{display:grid;gap:8px}.hpz-news-upload-preview img{display:block;max-width:100%;max-height:260px;object-fit:contain;border:1px solid #d9dee6;background:#fff}.hpz-news-upload-preview span{font-size:12px;color:#607085}.hpz-news-file-preview{display:flex;flex-wrap:wrap;gap:7px}.hpz-news-file-chip{border:1px solid #d9dee6;background:#fff;padding:7px 9px;font-size:12px;color:#526173}.hpz-news-editor-submit{display:flex;align-items:center;gap:8px;border:1px solid #d9dee6;box-shadow:0 -6px 16px rgba(16,24,40,.06)}.hpz-news-submit-spacer{flex:1}.hpz-news-preview-dialog{display:none;position:fixed;inset:0;z-index:100000}.hpz-news-preview-dialog.is-open{display:block}.hpz-news-preview-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.68)}.hpz-news-preview-window{position:relative;z-index:2;width:min(900px,calc(100vw - 30px));max-height:calc(100vh - 40px);overflow:auto;margin:20px auto;background:#fff;border:1px solid #bfc8d3;box-shadow:0 24px 80px rgba(0,0,0,.3)}.hpz-news-preview-close{position:sticky;top:8px;float:right;z-index:3;width:42px;height:42px;border:1px solid #bfc8d3;background:#fff;font-size:28px;line-height:1;cursor:pointer}.hpz-news-live-preview-hero{width:100%;max-height:430px;object-fit:cover;display:block}.hpz-news-live-preview-body{padding:28px}.hpz-news-live-preview h1{font-size:34px;line-height:1.15;margin:14px 0 8px}.hpz-news-live-preview-summary{font-size:18px;color:#607085;border-bottom:1px solid #e5e9ee;padding-bottom:18px}.hpz-news-live-preview-content{font-size:16px;line-height:1.7}.hpz-news-preview-open{overflow:hidden}.hpz-news-editor.has-unsaved-changes .hpz-news-studio-toolbar{border-left-color:#d99a00}
@media(max-width:1050px){.hpz-news-studio-toolbar{grid-template-columns:1fr auto}.hpz-news-studio-state{display:none}.hpz-news-studio-actions{grid-column:1/-1;justify-content:flex-end;border-top:1px solid #edf0f4;padding-top:10px}}
@media(max-width:700px){.hpz-news-studio-toolbar{position:static;display:block}.hpz-news-studio-heading{justify-content:space-between}.hpz-news-studio-actions{margin-top:12px;display:grid;grid-template-columns:1fr 1fr}.hpz-news-studio-actions .is-primary{grid-column:1/-1}.hpz-news-editor-submit{flex-wrap:wrap}.hpz-news-submit-spacer{display:none}.hpz-news-editor-submit .hpz-news-btn{flex:1 1 140px}.hpz-news-live-preview-body{padding:18px}.hpz-news-live-preview h1{font-size:25px}}

/* HPZ Core Frontend Editor integration */
.hpz-news-editor-field>.hpz-editor{margin-top:10px}
.hpz-news-fallback-editor{width:100%;min-height:420px;border:1px solid #cbd5df;padding:16px;border-radius:0}
.hpz-news-editor .hpz-editor-toolbar{top:var(--hpz-news-sticky-offset,0)}

/* HPZ Composer integration */
.hpz-news-editor .hpz-composer { margin-top: 10px; }
.hpz-news-editor .hpz-composer__workspace { min-height: 520px; }
.hpz-news-composer-migration-note { border-left: 4px solid #d79b00; padding: 10px 12px; background: #fff8df; }
.hpz-news-live-preview-content .hpz-composer__preview-placeholder { min-height: 120px; display:flex; align-items:center; justify-content:center; border:1px solid #d8dde3; background:#f5f7f9; }

/* HPZ News Workflow 2.5 */
.hpz-news-workflow-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}.hpz-news-workflow-tabs a{display:inline-flex;align-items:center;gap:8px;border:1px solid #d9dee6;background:#fff;padding:9px 12px;text-decoration:none;color:#1d2733;font-weight:700}.hpz-news-workflow-tabs a span{display:inline-flex;min-width:24px;height:24px;align-items:center;justify-content:center;background:#eef2f6;border:1px solid #d9dee6;font-size:12px}.hpz-news-workflow-box{border:1px solid #d9dee6;border-left:4px solid #1d75bd;background:#f8fafc;padding:14px;display:grid;gap:10px}.hpz-news-workflow-box h4,.hpz-news-workflow-box p{margin:0}.hpz-news-workflow-rejection{border:1px solid #efb2ad;background:#fff1f0;padding:10px;color:#8d2620}.hpz-news-status-badge{border-radius:0!important}.hpz-news-admin-row[data-status="hpz_review"]{border-left:4px solid #d99a00}.hpz-news-admin-row[data-status="hpz_approved"]{border-left:4px solid #2d8a4a}.hpz-news-admin-row[data-status="hpz_archived"]{opacity:.75}

/* News Admin 2.5.1: Suche, Filter, Kategorien und Detailübersicht */
.hpz-news-admin-filters{display:grid;grid-template-columns:minmax(240px,2fr) repeat(4,minmax(150px,1fr)) auto;gap:12px;align-items:end;border:1px solid rgba(0,0,0,.12);background:#fff;padding:14px;margin-bottom:12px}
.hpz-news-admin-filters>div{display:grid;gap:6px}.hpz-news-admin-filters label{font-size:.78rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.03em}
.hpz-news-admin-filters input,.hpz-news-admin-filters select{width:100%;min-height:42px;border:1px solid rgba(0,0,0,.18);border-radius:0;background:#fff;padding:9px 10px;font:inherit}
.hpz-news-admin-filter-actions{display:flex!important;grid-auto-flow:column;grid-template-columns:auto auto;gap:7px!important}.hpz-news-admin-filter-actions button,.hpz-news-admin-filter-actions a{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.16);border-radius:0;padding:8px 12px;text-decoration:none;background:#fff;color:#111827;cursor:pointer;white-space:nowrap}.hpz-news-admin-filter-actions button{background:#111827;color:#fff}
.hpz-news-admin-resultbar{display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(0,0,0,.1);border-bottom:0;background:#f8fafc;padding:10px 14px;color:#64748b}.hpz-news-admin-resultbar strong{color:#111827}
.hpz-news-admin-list-detailed{gap:0;border-top:1px solid rgba(0,0,0,.12)}.hpz-news-admin-row-detailed{border-top:0;align-items:flex-start;padding:16px}.hpz-news-admin-row-main{min-width:0;flex:1}.hpz-news-admin-titleline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hpz-news-admin-titleline>strong{font-size:1.05rem}.hpz-news-admin-status{display:inline-flex;border:1px solid #cbd5e1;background:#f8fafc;padding:3px 7px;font-size:.75rem;font-weight:700}.hpz-news-admin-status.is-publish{border-color:#86efac;background:#f0fdf4;color:#166534}.hpz-news-admin-status.is-hpz_review,.hpz-news-admin-status.is-pending{border-color:#fdba74;background:#fff7ed;color:#9a3412}.hpz-news-admin-status.is-hpz_approved{border-color:#93c5fd;background:#eff6ff;color:#1d4ed8}.hpz-news-admin-status.is-draft{border-color:#cbd5e1;background:#f8fafc;color:#475569}.hpz-news-admin-status.is-hpz_archived{border-color:#d1d5db;background:#f3f4f6;color:#4b5563}.hpz-news-admin-summary{max-width:780px;margin:7px 0 11px!important;color:#475569!important}.hpz-news-admin-meta-grid{display:grid;grid-template-columns:repeat(5,minmax(110px,1fr));gap:8px;margin:0}.hpz-news-admin-meta-grid>div{border-left:2px solid #e2e8f0;padding-left:9px;min-width:0}.hpz-news-admin-meta-grid dt{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-weight:700}.hpz-news-admin-meta-grid dd{margin:3px 0 0;color:#1f2937;font-size:.86rem;overflow-wrap:anywhere}.hpz-news-admin-pagination{display:flex;gap:6px;justify-content:center;margin-top:14px}.hpz-news-admin-pagination a{display:inline-flex;min-width:38px;height:38px;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.16);background:#fff;color:#111827;text-decoration:none}.hpz-news-admin-pagination a.is-current{background:#111827;color:#fff}
.hpz-news-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.hpz-news-category-grid label{display:flex!important;align-items:center;gap:8px!important;border:1px solid rgba(0,0,0,.1);background:#fff;padding:10px!important;font-weight:400!important}.hpz-news-category-empty{margin:0}.hpz-news-admin-search{min-width:0}
@media(max-width:1100px){.hpz-news-admin-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.hpz-news-admin-filter-actions{grid-column:1/-1;justify-content:flex-end}.hpz-news-admin-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.hpz-news-admin-filters{grid-template-columns:1fr}.hpz-news-admin-filter-actions{grid-column:auto;justify-content:stretch}.hpz-news-admin-filter-actions>*{flex:1}.hpz-news-admin-resultbar{align-items:flex-start;gap:4px;flex-direction:column}.hpz-news-admin-meta-grid,.hpz-news-category-grid{grid-template-columns:1fr}.hpz-news-admin-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.hpz-news-admin-actions a{width:100%}}


/* HPZ News Gallery Lightbox 2.5.4 */
.hpz-content-gallery img{cursor:zoom-in;transition:transform .18s ease,filter .18s ease}.hpz-content-gallery figure{overflow:hidden;position:relative}.hpz-content-gallery img:hover,.hpz-content-gallery img:focus{transform:scale(1.025);filter:brightness(.92);outline:2px solid #245c8f;outline-offset:-2px}.hpz-news-lightbox{position:fixed;inset:0;z-index:1000000;display:none;color:#fff}.hpz-news-lightbox.is-open{display:block}.hpz-news-lightbox-backdrop{position:absolute;inset:0;background:rgba(4,8,15,.96)}.hpz-news-lightbox-stage{position:relative;width:100%;height:100%;display:grid;grid-template-columns:72px minmax(0,1fr) 72px;grid-template-rows:58px minmax(0,1fr) 92px;align-items:center}.hpz-news-lightbox-toolbar{grid-column:1/-1;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:8px 16px;z-index:2}.hpz-news-lightbox-counter{margin-right:auto;font-weight:700;font-variant-numeric:tabular-nums}.hpz-news-lightbox-toolbar button,.hpz-news-lightbox-prev,.hpz-news-lightbox-next{border:1px solid rgba(255,255,255,.35);background:rgba(15,23,42,.72);color:#fff;border-radius:0;cursor:pointer}.hpz-news-lightbox-toolbar button{width:42px;height:42px;font-size:24px}.hpz-news-lightbox-prev,.hpz-news-lightbox-next{width:50px;height:70px;font-size:56px;line-height:50px;z-index:2}.hpz-news-lightbox-prev{grid-column:1;grid-row:2}.hpz-news-lightbox-next{grid-column:3;grid-row:2}.hpz-news-lightbox-figure{grid-column:2;grid-row:2;margin:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;min-height:0}.hpz-news-lightbox-figure img{display:block;max-width:100%;max-height:calc(100% - 42px);width:auto;height:auto;object-fit:contain;box-shadow:0 15px 60px rgba(0,0,0,.48)}.hpz-news-lightbox-figure figcaption{padding:10px 12px 0;text-align:center;color:#e2e8f0;max-width:900px}.hpz-news-lightbox-thumbs{grid-column:1/-1;grid-row:3;display:flex;justify-content:center;gap:8px;overflow-x:auto;padding:10px 18px 14px}.hpz-news-lightbox-thumbs button{flex:0 0 72px;height:62px;padding:0;border:2px solid transparent;background:#0f172a;border-radius:0;cursor:pointer;opacity:.65}.hpz-news-lightbox-thumbs button.is-active{border-color:#fff;opacity:1}.hpz-news-lightbox-thumbs img{width:100%;height:100%;display:block;object-fit:cover}.hpz-news-lightbox-open{overflow:hidden}.hpz-news-lightbox:fullscreen{background:#04080f}.hpz-news-lightbox:fullscreen .hpz-news-lightbox-backdrop{background:#04080f}@media(max-width:700px){.hpz-news-lightbox-stage{grid-template-columns:48px minmax(0,1fr) 48px;grid-template-rows:54px minmax(0,1fr) 76px}.hpz-news-lightbox-prev,.hpz-news-lightbox-next{width:42px;height:62px;font-size:42px}.hpz-news-lightbox-toolbar{padding:6px 8px}.hpz-news-lightbox-toolbar button{width:40px;height:40px}.hpz-news-lightbox-thumbs{justify-content:flex-start;padding:8px}.hpz-news-lightbox-thumbs button{flex-basis:58px;height:52px}.hpz-news-lightbox-figure figcaption{font-size:13px;padding:7px 8px 0}}

/* HPZ News 2.6 – Kenntnisnahme */
.hpz-news-acknowledgement{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;width:100%;margin-top:16px;padding:16px;border:1px solid #d6dee8;border-left:5px solid #d99a00;background:#fffaf0}
.hpz-news-acknowledgement.is-confirmed{border-left-color:#26834a;background:#f1fbf5}
.hpz-news-acknowledgement-copy strong{display:block;margin-bottom:4px;font-size:1rem}.hpz-news-acknowledgement-copy p{margin:0;color:#475569;line-height:1.5}
.hpz-news-acknowledgement .hpz-news-confirm{min-height:44px;border:1px solid #173f68;background:#173f68;color:#fff;padding:10px 14px;font-weight:700;cursor:pointer;border-radius:0}
.hpz-news-acknowledgement .hpz-news-confirm:disabled{border-color:#26834a;background:#26834a;cursor:default}.hpz-news-confirmed-at{grid-column:1/-1;color:#527062}
.hpz-news-ack-mode-field{display:grid!important;gap:7px!important;align-items:start!important;border:1px solid #dce3ea!important;background:#f8fafc!important;padding:12px!important}.hpz-news-ack-mode-field select{width:100%;min-height:42px;border:1px solid #cbd5df;border-radius:0;background:#fff;padding:8px}
@media(max-width:700px){.hpz-news-acknowledgement{grid-template-columns:1fr}.hpz-news-acknowledgement .hpz-news-confirm{width:100%}}

/* 2.6.1 – HPZ Design Refresh: Kenntnisnahme und Redaktionsbereich */
:root{--hpz-lime:#b7d500;--hpz-lime-dark:#8fa800;--hpz-navy:#101a2b;--hpz-blue:#315f86;--hpz-line:#dce4ec;--hpz-soft:#f5f8fa;--hpz-text:#27384a;--hpz-muted:#65768a}
.hpz-news-acknowledgement{position:relative;grid-template-columns:52px minmax(0,1fr) auto;gap:16px;margin-top:24px;padding:20px;border:1px solid var(--hpz-line);border-left:6px solid var(--hpz-lime);background:linear-gradient(90deg,#f8fbe9 0,#fff 52%);box-shadow:0 8px 24px rgba(16,26,43,.06)}
.hpz-news-acknowledgement:before{content:"✓";display:flex;align-items:center;justify-content:center;width:44px;height:44px;grid-column:1;grid-row:1 / span 2;background:var(--hpz-navy);color:#fff;font-size:22px;font-weight:800}
.hpz-news-acknowledgement-copy{grid-column:2}.hpz-news-acknowledgement-copy strong{color:var(--hpz-navy);font-size:1.05rem}.hpz-news-acknowledgement-copy p{color:var(--hpz-muted)}
.hpz-news-acknowledgement .hpz-news-confirm{grid-column:3;grid-row:1 / span 2;min-width:210px;background:var(--hpz-navy);border-color:var(--hpz-navy);transition:background .16s ease,border-color .16s ease,transform .16s ease}.hpz-news-acknowledgement .hpz-news-confirm:hover:not(:disabled){background:var(--hpz-blue);border-color:var(--hpz-blue);transform:translateY(-1px)}
.hpz-news-acknowledgement.is-confirmed{border-left-color:var(--hpz-lime-dark);background:linear-gradient(90deg,#f3f8d8 0,#fff 52%)}.hpz-news-acknowledgement.is-confirmed:before{content:"✓";background:var(--hpz-lime-dark)}.hpz-news-acknowledgement .hpz-news-confirm:disabled{background:var(--hpz-lime-dark);border-color:var(--hpz-lime-dark)}.hpz-news-confirmed-at{grid-column:2 / -1;color:#5f711f;font-weight:600}

.hpz-news-admin{color:var(--hpz-text)}.hpz-news-admin-head{padding:24px 26px;border-color:var(--hpz-line);border-top:5px solid var(--hpz-lime);box-shadow:0 8px 24px rgba(16,26,43,.05)}.hpz-news-admin-head h2{color:var(--hpz-lime-dark);font-size:2.1rem;font-weight:500}.hpz-news-admin-head p{color:var(--hpz-muted)}
.hpz-news-workflow-tabs{gap:6px}.hpz-news-workflow-tabs a{border-color:var(--hpz-line);color:var(--hpz-navy);background:#fff}.hpz-news-workflow-tabs a:hover,.hpz-news-workflow-tabs a.is-active{border-color:var(--hpz-lime-dark);box-shadow:inset 0 -3px 0 var(--hpz-lime)}.hpz-news-workflow-tabs a span{background:var(--hpz-soft);border-color:var(--hpz-line)}
.hpz-news-admin-filters{border-color:var(--hpz-line);background:var(--hpz-soft);padding:16px}.hpz-news-admin-filters label{color:var(--hpz-navy);font-size:.75rem;letter-spacing:.04em;text-transform:uppercase}.hpz-news-admin-filter-actions button{background:var(--hpz-navy);border-color:var(--hpz-navy)}.hpz-news-admin-filter-actions button:hover{background:var(--hpz-blue)}
.hpz-news-admin-resultbar{border-color:var(--hpz-line);background:#eef3f6}.hpz-news-admin-list-detailed{border-color:var(--hpz-line);background:#fff}.hpz-news-admin-row-detailed{display:grid;grid-template-columns:150px minmax(0,1fr) auto;gap:18px;border-color:var(--hpz-line);padding:18px;transition:background .15s ease,box-shadow .15s ease}.hpz-news-admin-row-detailed:hover{background:#fbfcfd;box-shadow:inset 5px 0 0 var(--hpz-lime)}
.hpz-news-admin-thumb{width:150px;height:105px;overflow:hidden;background:#edf2f5;border:1px solid var(--hpz-line)}.hpz-news-admin-thumb img{display:block;width:100%;height:100%;object-fit:cover}.hpz-news-admin-thumb-placeholder{display:flex;align-items:center;justify-content:center;font-size:34px;color:var(--hpz-blue)}
.hpz-news-admin-titleline>strong{color:var(--hpz-navy);font-size:1.1rem}.hpz-news-admin-summary{color:var(--hpz-muted)!important}.hpz-news-admin-meta-grid>div{border-left-color:var(--hpz-line)}.hpz-news-admin-meta-grid dt{color:var(--hpz-blue)}.hpz-news-admin-actions a{border-color:var(--hpz-line);color:var(--hpz-navy);font-weight:700}.hpz-news-admin-actions a:first-child{background:var(--hpz-navy);border-color:var(--hpz-navy);color:#fff}.hpz-news-admin-actions a:hover{border-color:var(--hpz-lime-dark);box-shadow:inset 0 -3px 0 var(--hpz-lime)}
.hpz-news-admin-status.is-publish{border-color:#b9cf57;background:#f6fadf;color:#536700}.hpz-news-admin-btn,.hpz-news-admin-submit button.is-primary{background:var(--hpz-navy);border-color:var(--hpz-navy)}

@media(max-width:900px){.hpz-news-admin-row-detailed{grid-template-columns:110px minmax(0,1fr)}.hpz-news-admin-thumb{width:110px;height:85px}.hpz-news-admin-actions{grid-column:1/-1;justify-content:flex-end}}
@media(max-width:700px){.hpz-news-acknowledgement{grid-template-columns:44px minmax(0,1fr)}.hpz-news-acknowledgement:before{width:38px;height:38px}.hpz-news-acknowledgement-copy{grid-column:2}.hpz-news-acknowledgement .hpz-news-confirm{grid-column:1/-1;grid-row:auto;min-width:0}.hpz-news-confirmed-at{grid-column:1/-1}.hpz-news-admin-row-detailed{grid-template-columns:1fr}.hpz-news-admin-thumb{width:100%;height:170px}.hpz-news-admin-actions{grid-column:auto;justify-content:stretch}.hpz-news-admin-actions a{flex:1}}

/* HPZ News 2.8 – UI alignment 2026 */
.hpz-news-app{--news-accent:#afca0a;--news-ink:#152235;--news-muted:#66778a;--news-line:#dfe6ec;--news-soft:#f5f8fa}
.hpz-news-feed-layout{gap:24px;padding:0 18px 28px}.hpz-news-feed-main{display:grid;gap:16px}.hpz-news-feed-topbar{top:12px;margin:0;border:1px solid var(--news-line);border-top:4px solid var(--news-accent);padding:16px 18px;background:rgba(255,255,255,.96);box-shadow:0 10px 28px rgba(20,34,53,.07)}
.hpz-news-feed-title>span{display:grid;place-items:center;width:42px;height:42px;background:var(--news-ink);color:#fff;font-size:1.15rem}.hpz-news-feed-title strong{font-size:1.15rem;color:var(--news-ink)}.hpz-news-filterbar button{min-height:38px;padding:7px 12px;border-color:var(--news-line);font-weight:650;color:var(--news-ink)}.hpz-news-filterbar button:hover{border-color:#b9c5cf;background:var(--news-soft)}.hpz-news-filterbar button.is-active{background:var(--news-ink);border-color:var(--news-ink);color:#fff;box-shadow:inset 0 -3px 0 var(--news-accent)}
.hpz-news-feed{gap:16px}.hpz-news-card{border-color:var(--news-line);box-shadow:0 7px 22px rgba(20,34,53,.055);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.hpz-news-card:hover{transform:translateY(-1px);border-color:#cbd6df;box-shadow:0 12px 30px rgba(20,34,53,.09)}.hpz-news-card:before{width:4px;background:#9aa9b6}.hpz-news-card.is-unread{border-color:#cdd9e4;box-shadow:inset 4px 0 0 var(--news-accent),0 9px 24px rgba(20,34,53,.07)}.hpz-news-image img{height:clamp(220px,34vw,360px)}.hpz-news-card-body{padding:18px 22px 20px 24px}.hpz-news-card h3{font-size:1.35rem;color:var(--news-ink)}.hpz-news-card p{color:#536578}.hpz-news-meta{align-items:center;gap:6px}.hpz-news-meta span{background:#f1f5f7;border:1px solid #e3e9ee;padding:4px 8px;font-weight:600}.hpz-news-meta .hpz-news-source-badge{background:#173f68;border-color:#173f68;color:#fff;font-weight:800;letter-spacing:.01em}.hpz-news-meta .hpz-news-source-badge--betriebsrat{background:#6941c6;border-color:#6941c6}.hpz-news-card-actions{border-top:1px solid #edf1f4;padding-top:14px;margin-top:16px}.hpz-news-card-actions button{border-color:#d9e1e7;color:var(--news-ink);font-weight:700}.hpz-news-card-actions button:hover{background:var(--news-ink);border-color:var(--news-ink);color:#fff}
.hpz-news-sidebox{border-color:var(--news-line);padding:16px;box-shadow:0 6px 18px rgba(20,34,53,.04)}.hpz-news-sidebox h3{color:var(--news-ink);font-weight:750}.hpz-news-side-links a,.hpz-news-side-links button,.hpz-news-tags a{border-color:var(--news-line);color:#42566b}.hpz-news-side-links a:hover,.hpz-news-side-links button:hover,.hpz-news-tags a:hover{background:#f2f6f8;border-color:#cbd6df}.hpz-news-side-item{border-color:var(--news-line);background:#fff}.hpz-news-side-item:hover{box-shadow:inset 3px 0 0 var(--news-accent)}
.hpz-news-modal-dialog{border-top:5px solid var(--news-accent)}.hpz-news-modal-body{padding:30px 34px 34px}.hpz-news-modal-body h2{color:var(--news-ink)}
.hpz-admin-shell--news .hpz-news-admin{max-width:none;padding:0}.hpz-admin-shell--news .hpz-news-admin-head{margin:0 0 16px;padding:20px 22px;border-top:0;border-left:4px solid var(--news-accent)}.hpz-admin-shell--news .hpz-news-admin-head h2{font-size:1.6rem;color:var(--news-ink);font-weight:700}.hpz-admin-shell--news .hpz-news-workflow-tabs{display:flex;overflow:auto;padding-bottom:2px}.hpz-admin-shell--news .hpz-news-workflow-tabs a{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:9px 12px;text-decoration:none;font-weight:700}.hpz-admin-shell--news .hpz-news-admin-row-detailed{border:1px solid var(--news-line);box-shadow:0 5px 16px rgba(20,34,53,.04)}.hpz-admin-shell--news .hpz-news-admin-form{border-color:var(--news-line);box-shadow:0 8px 24px rgba(20,34,53,.05)}
@media(max-width:900px){.hpz-news-feed-layout{padding:0 10px 22px}.hpz-news-feed-topbar{top:6px}.hpz-news-modal-body{padding:24px}}
.hpz-dashboard-news-teaser .hpz-news-source-badge{display:inline-flex;margin:0 0 7px;padding:3px 7px;background:#173f68;color:#fff;font-size:.72rem;font-weight:800;line-height:1.2}.hpz-dashboard-news-teaser .hpz-news-source-badge--betriebsrat{background:#6941c6}


/* 2.9.0 – Umfragen im Newsfeed */
.hpz-news-card.hpz-news-type-poll{border-left:4px solid #afca0a}
.hpz-news-type-poll .hpz-news-type-icon{background:#eef5d4;color:#667900}
.hpz-news-poll{margin:15px 0 4px;border:1px solid #dce5e9;background:#fff}
.hpz-news-poll.is-compact{margin:10px 0}
.hpz-news-poll-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding:13px 14px;border-bottom:1px solid #e4eaed;background:#fafcfc}
.hpz-news-poll-head>div>strong{display:block;margin-top:3px;color:#19364d;font-size:13px}
.hpz-news-poll-head>small{color:#71808b;font-size:10px;text-align:right}
.hpz-news-poll-kicker{display:flex;align-items:center;gap:6px;color:#718600;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.hpz-news-poll-options{display:grid;gap:7px;padding:12px 14px}
.hpz-news-poll-option{display:block;margin:0;cursor:pointer}
.hpz-news-poll-option>input{position:absolute;opacity:0;pointer-events:none}
.hpz-news-poll-option>span{display:grid;grid-template-columns:18px minmax(0,1fr);gap:9px;align-items:center;min-height:42px;padding:9px 11px;border:1px solid #d8e1e5;background:#fff;color:#314b59;transition:border-color .14s,background .14s}
.hpz-news-poll-option>span>i{display:block;width:16px;height:16px;border:1px solid #aebbc2;background:#fff}
.hpz-news-poll[data-mode="single"] .hpz-news-poll-option>span>i{border-radius:50%}
.hpz-news-poll-option:hover>span{border-color:#aabc49;background:#fbfdf4}
.hpz-news-poll-option>input:checked+span{border-color:#afca0a;background:#f5f9e6;color:#19364d}
.hpz-news-poll-option>input:checked+span>i{border:5px solid #afca0a}
.hpz-news-poll[data-mode="multiple"] .hpz-news-poll-option>input:checked+span>i{border-width:1px;background:#afca0a;box-shadow:inset 0 0 0 3px #fff}
.hpz-news-poll-submit{display:flex;gap:8px;align-items:center;padding:0 14px 13px}
.hpz-news-poll-form.is-collapsed{display:none}
.hpz-news-poll-results{display:grid;gap:11px;padding:13px 14px}
.hpz-news-poll-result>div:first-child{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:5px}
.hpz-news-poll-result strong{color:#314b59;font-size:12px}
.hpz-news-poll-result span{white-space:nowrap;color:#71808b;font-size:10px;font-weight:800}
.hpz-news-poll-result.is-selected strong:after{content:" · Deine Auswahl";color:#718600;font-size:9px;text-transform:uppercase}
.hpz-news-poll-bar{height:8px;background:#edf1f3;overflow:hidden}
.hpz-news-poll-bar i{display:block;height:100%;background:#afca0a}
.hpz-news-poll-results footer{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:4px;color:#71808b;font-size:10px}
.hpz-news-poll-results footer button{border:0;background:transparent;color:#526900;font-weight:800;cursor:pointer;padding:0}
.hpz-news-poll-thanks,.hpz-news-poll-closed,.hpz-news-poll-login{display:flex;align-items:center;gap:9px;margin:12px 14px;padding:10px 11px;background:#f5f8f9;color:#536975}
.hpz-news-poll-thanks{background:#f4f8e4;color:#536700}
.hpz-news-poll-thanks strong,.hpz-news-poll-thanks small{display:block}
.hpz-news-poll-thanks small{margin-top:2px;color:#71808b}
.hpz-news-poll-closed{border-left:3px solid #8b979d}
.hpz-news-poll.is-compact .hpz-news-poll-options{gap:5px;padding:9px 10px}
.hpz-news-poll.is-compact .hpz-news-poll-option>span{min-height:36px;padding:7px 9px;font-size:11px}
.hpz-news-poll.is-compact .hpz-news-poll-head{padding:9px 10px}
.hpz-news-poll.is-compact .hpz-news-poll-submit{padding:0 10px 10px}
.hpz-news-poll.is-compact .hpz-news-poll-results{padding:9px 10px}
.hpz-news-poll--preview{pointer-events:none}

/* Poll editor */
.hpz-news-admin-head-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.hpz-news-admin-btn.is-poll{background:#19364d!important;color:#fff!important;border-color:#19364d!important}
.hpz-news-poll-editor-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:14px}
.hpz-news-poll-editor-head h3{margin:3px 0 4px;color:#19364d}
.hpz-news-poll-option-editor{display:grid;gap:7px;margin:10px 0}
.hpz-news-poll-option-row{display:grid;grid-template-columns:34px minmax(0,1fr) 40px;gap:7px;align-items:center}
.hpz-news-poll-option-row>span{display:grid;place-items:center;height:42px;background:#eef5d4;color:#667900;font-weight:900}
.hpz-news-poll-option-row input{width:100%}
.hpz-news-poll-settings{margin-top:18px}
.hpz-news-poll-settings label>small{display:block;margin-top:4px;color:#71808b;font-weight:400}
.hpz-news-poll-change{display:flex!important;align-items:center;gap:7px;margin-top:12px}
.hpz-news-poll-admin-results{margin-top:20px;padding:14px;background:#f7f9fa;border:1px solid #dce5e9}
.hpz-news-poll-admin-kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:13px}
.hpz-news-poll-admin-kpis article{background:#fff;border:1px solid #dce5e9;padding:10px 12px}
.hpz-news-poll-admin-kpis strong,.hpz-news-poll-admin-kpis span{display:block}
.hpz-news-poll-admin-kpis strong{font-size:20px;color:#19364d}
.hpz-news-poll-admin-kpis span{font-size:9px;text-transform:uppercase;color:#71808b;font-weight:800}
.hpz-news-poll-admin-result{margin-top:8px}
.hpz-news-poll-admin-result>div:first-child{display:flex;justify-content:space-between;gap:10px;margin-bottom:4px}
.hpz-news-poll-admin-result>div:first-child strong{color:#314b59}
.hpz-news-poll-admin-result>div:first-child span{font-size:10px;color:#71808b}
.hpz-news-poll-admin-result>div:last-child{height:7px;background:#e7edef}
.hpz-news-poll-admin-result>div:last-child i{display:block;height:100%;background:#afca0a}
@media(max-width:700px){
  .hpz-news-poll-head,.hpz-news-poll-results footer{align-items:flex-start;flex-direction:column}
  .hpz-news-poll-head>small{text-align:left}
  .hpz-news-poll-admin-kpis{grid-template-columns:1fr}
}


/* 2.10.0 – anonyme/offene Umfragen & Teilnehmerlisten */
.hpz-news-poll-privacy{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;align-items:start;margin:12px 14px 0;padding:11px 12px;border-left:4px solid #71808b;background:#f6f8f9}
.hpz-news-poll-privacy>i{display:grid;place-items:center;width:32px;height:32px;background:#fff;color:#526975}
.hpz-news-poll-privacy strong,.hpz-news-poll-privacy small{display:block}
.hpz-news-poll-privacy strong{color:#19364d;font-size:12px}
.hpz-news-poll-privacy small{margin-top:2px;color:#63747e;font-size:10px;line-height:1.45}
.hpz-news-poll-privacy.is-anonymous{border-left-color:#19364d;background:#f2f6f8}
.hpz-news-poll-privacy.is-anonymous>i{color:#19364d}
.hpz-news-poll-privacy.is-open{border-left-color:#afca0a;background:#f7faea}
.hpz-news-poll-privacy.is-open>i{color:#718600}
.hpz-news-poll.is-compact .hpz-news-poll-privacy{margin:9px 10px 0;padding:8px 9px;grid-template-columns:28px minmax(0,1fr)}
.hpz-news-poll.is-compact .hpz-news-poll-privacy>i{width:26px;height:26px;font-size:11px}
.hpz-news-poll.is-compact .hpz-news-poll-privacy small{display:none}

.hpz-news-poll-result-people{display:flex;align-items:center;margin-top:7px;min-height:28px}
.hpz-news-poll-people{display:flex;align-items:center;padding-left:5px}
.hpz-news-poll-person-avatar{position:relative;display:inline-grid;place-items:center;width:28px;height:28px;margin-left:-5px;border:2px solid #fff;border-radius:50%;overflow:hidden;background:#eef5d4;color:#657900;font-size:9px;font-weight:900;box-sizing:border-box}
.hpz-news-poll-person-avatar img{width:100%;height:100%;object-fit:cover}
.hpz-news-poll-person-avatar>span{display:grid;place-items:center;width:100%;height:100%}
.hpz-news-poll-person-more{display:inline-grid;place-items:center;min-width:28px;height:28px;margin-left:-5px;padding:0 5px;border:2px solid #fff;border-radius:15px;background:#19364d;color:#fff;font-size:9px;font-weight:900;box-sizing:border-box}

.hpz-news-poll-participant-list{margin:12px 14px 14px;border:1px solid #dce5e9;background:#fff}
.hpz-news-poll-participant-list__head{display:flex;justify-content:space-between;gap:12px;padding:11px 13px;border-bottom:1px solid #dce5e9;background:#fafcfc}
.hpz-news-poll-participant-list__head span,.hpz-news-poll-participant-list__head strong{display:block}
.hpz-news-poll-participant-list__head span{font-size:9px;font-weight:900;letter-spacing:.09em;color:#718600}
.hpz-news-poll-participant-list__head strong{margin-top:2px;color:#19364d}
.hpz-news-poll-participant-list>section{border-top:1px solid #edf1f3}
.hpz-news-poll-participant-list>section:first-of-type{border-top:0}
.hpz-news-poll-participant-list>section>header{display:flex;justify-content:space-between;gap:10px;padding:9px 12px;background:#f7f9fa}
.hpz-news-poll-participant-list>section>header strong{color:#314b59;font-size:12px}
.hpz-news-poll-participant-list>section>header span{color:#71808b;font-size:10px}
.hpz-news-poll-person-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0}
.hpz-news-poll-person-row{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;align-items:center;padding:9px 11px;border-top:1px solid #f0f3f4}
.hpz-news-poll-person-row .hpz-news-poll-person-avatar{margin:0;width:30px;height:30px}
.hpz-news-poll-person-copy{min-width:0}
.hpz-news-poll-person-copy strong,.hpz-news-poll-person-copy small{display:block}
.hpz-news-poll-person-copy strong{color:#314b59;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hpz-news-poll-person-copy small{margin-top:1px;color:#7a8991;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hpz-news-poll-list-empty{margin:0;padding:11px 12px;color:#88949a;font-size:10px}

.hpz-news-poll-privacy-editor{margin:18px 0;padding:14px;border:1px solid #dce5e9;background:#f8faf9}
.hpz-news-poll-privacy-editor__intro{margin-bottom:12px}
.hpz-news-poll-privacy-editor__intro>strong{display:block;margin:3px 0;color:#19364d}
.hpz-news-poll-privacy-editor__intro p{margin:0;color:#71808b}
.hpz-news-poll-admin-results-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}
.hpz-news-poll-admin-results-head>div>strong{display:block;margin-top:2px;color:#19364d}
.hpz-news-poll-admin-people{display:flex;align-items:center;margin-top:7px}

@media(max-width:650px){
  .hpz-news-poll-admin-results-head{align-items:flex-start;flex-direction:column}
  .hpz-news-poll-person-list{grid-template-columns:1fr}
}


/* HPZ Mobile UI 8.94 – News */
@media(max-width:767px){
  .hpz-news-app{padding-left:12px!important;padding-right:12px!important}
  .hpz-news-tabs,
  .hpz-news-filter-tabs,
  [class*="news"][class*="tabs"]{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    gap:7px!important;
    padding-bottom:4px!important;
  }
  .hpz-news-tabs::-webkit-scrollbar,.hpz-news-filter-tabs::-webkit-scrollbar{display:none}
  .hpz-news-tabs>*,
  .hpz-news-filter-tabs>*{flex:0 0 auto!important;white-space:nowrap!important}

  .hpz-news-moments-grid,
  .hpz-moments-grid,
  [class*="momente"][class*="grid"]{
    display:flex!important;
    overflow-x:auto!important;
    gap:10px!important;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }
  .hpz-news-moments-grid>*,
  .hpz-moments-grid>*,
  [class*="momente"][class*="grid"]>*{
    flex:0 0 82%!important;
    scroll-snap-align:start;
  }
}

@media(max-width:767px){
  .hpz-news-feed-layout{display:block!important;padding:0 12px!important}
  .hpz-news-sidebar{display:none!important}
  .hpz-news-feed-main{min-width:0!important}
  .hpz-news-feed-topbar{display:block!important;padding:14px 0 10px!important}
  .hpz-news-feed-title{margin-bottom:10px!important}
  .hpz-news-filterbar{display:flex!important;gap:7px!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:4px!important;scrollbar-width:none}
  .hpz-news-filterbar::-webkit-scrollbar{display:none}
  .hpz-news-filterbar button{flex:0 0 auto!important;white-space:nowrap!important;min-height:40px!important;padding:8px 13px!important}
  .hpz-news-mobile-moments{display:block!important;margin:10px 0 18px!important}
  .hpz-news-mobile-moments .hpz-news-sidebox{padding:12px!important}
  .hpz-news-mobile-moments .hpz-news-masonry{display:flex!important;overflow-x:auto!important;gap:9px!important;scroll-snap-type:x mandatory;scrollbar-width:none}
  .hpz-news-mobile-moments .hpz-news-masonry::-webkit-scrollbar{display:none}
  .hpz-news-mobile-moments .hpz-news-moment{flex:0 0 78%!important;width:78%!important;min-height:155px!important;aspect-ratio:16/9!important;scroll-snap-align:start}
  .hpz-news-card{margin-bottom:12px!important}
}

/* HPZ News 2.10.1 – Kategorienverwaltung */
.hpz-news-category-admin{display:grid;gap:14px}.hpz-news-category-intro{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px}.hpz-news-category-intro h3{margin:2px 0 4px;color:#17364d}.hpz-news-category-intro p{margin:0;color:#687b86;max-width:760px}.hpz-news-category-total{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:88px;min-height:70px;background:#eef4d8;color:#657d00;font-size:28px;font-weight:800}.hpz-news-category-total small{font-size:9px;text-transform:uppercase;letter-spacing:.08em}.hpz-news-category-admin-grid{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(420px,1.28fr);gap:14px;align-items:start}.hpz-news-category-form-card,.hpz-news-category-list-card{padding:16px}.hpz-news-category-section-head{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}.hpz-news-category-section-head>i{display:grid;place-items:center;width:36px;height:36px;background:#eef4d8;color:#718900}.hpz-news-category-section-head h3{margin:1px 0 2px;color:#17364d}.hpz-news-category-section-head p{margin:0;color:#74858e;font-size:11px}.hpz-news-category-form{display:grid;gap:12px}.hpz-news-category-form>label{display:grid;gap:5px;font-weight:700;color:#344054}.hpz-news-category-form input[type=text],.hpz-news-category-form textarea{width:100%;border:1px solid #d4dde1;padding:10px;font:inherit}.hpz-news-category-active{display:flex!important;align-items:flex-start;gap:9px;padding:10px;background:#f7f9fa}.hpz-news-category-active input{margin-top:3px}.hpz-news-category-active>span{display:flex;flex-direction:column}.hpz-news-category-active small{font-weight:400;color:#7d8d96}.hpz-news-category-list{display:grid;gap:6px}.hpz-news-category-item{display:grid;grid-template-columns:28px minmax(0,1fr) auto auto 34px;align-items:center;gap:7px;padding:9px;border:1px solid #dfe6e9;background:#fff}.hpz-news-category-item.is-inactive{background:#f6f7f8;opacity:.72}.hpz-news-category-handle{color:#9aa7ad;text-align:center}.hpz-news-category-copy{display:flex;flex-direction:column;min-width:0}.hpz-news-category-copy strong{color:#17364d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hpz-news-category-copy small{font-size:9px;color:#7e8e96}.hpz-news-category-order-actions{display:flex;gap:3px}.hpz-news-category-move,.hpz-news-category-delete{display:grid;place-items:center;width:30px;height:30px;border:1px solid #d6dfe3;background:#fff;color:#61747e;cursor:pointer;text-decoration:none}.hpz-news-category-move:hover{background:#eef4d8;color:#657d00}.hpz-news-category-edit{font-size:10px;font-weight:700;color:#17364d;text-decoration:none;padding:7px 8px}.hpz-news-category-delete:hover{background:#fcebea;color:#b42318}.hpz-news-category-order-footer{padding-top:12px;border-top:1px solid #e6ebed;margin-top:12px}.hpz-news-category-grid label.is-inactive{opacity:.62}.hpz-news-category-grid label small{font-size:9px;color:#8a98a0}@media(max-width:800px){.hpz-news-category-admin-grid{grid-template-columns:1fr}.hpz-news-category-intro{align-items:flex-start}.hpz-news-category-item{grid-template-columns:24px minmax(0,1fr) auto 30px}.hpz-news-category-edit{grid-column:2}.hpz-news-category-order-actions{grid-column:3;grid-row:1}.hpz-news-category-delete{grid-column:4;grid-row:1}}


/* HPZ News 2.11.0 – HPZnet UI Alignment */
.hpz-admin-shell--news .hpz-admin-shell__brand{letter-spacing:.02em}
.hpz-news-admin{display:grid;gap:12px}
.hpz-news-admin-context{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:16px 18px!important}
.hpz-news-admin-context h2{margin:2px 0 3px!important;color:#17364d!important;font-size:20px!important}.hpz-news-admin-context p{margin:0;color:#71838d;font-size:11px}.hpz-news-admin-context__icon{display:grid;place-items:center;width:44px;height:44px;background:#eef4d8;color:#718800;font-size:18px}
.hpz-news-workflow-tabs{display:flex!important;gap:4px!important;flex-wrap:wrap;padding:7px!important;border:1px solid #dce4e8!important;background:#fff!important}
.hpz-news-workflow-tabs a{display:flex!important;align-items:center;gap:7px;min-height:34px;padding:6px 10px!important;border:1px solid #d9e2e6!important;background:#fff!important;color:#3f5866!important;font-size:10px!important;font-weight:700;text-decoration:none!important}
.hpz-news-workflow-tabs a span{display:grid!important;place-items:center;min-width:20px;height:18px;padding:0 5px;background:#eef2f4;color:#687b85;font-size:8px!important}
.hpz-news-workflow-tabs a.is-active,.hpz-news-workflow-tabs a:hover{background:#17364d!important;border-color:#17364d!important;color:#fff!important}.hpz-news-workflow-tabs a.is-active span,.hpz-news-workflow-tabs a:hover span{background:#afca0a;color:#17364d}
.hpz-news-admin-filters{display:grid!important;grid-template-columns:minmax(230px,1.5fr) repeat(4,minmax(145px,.75fr)) auto;gap:7px!important;align-items:end;padding:11px!important;border:1px solid #dce4e8!important;background:#fff!important}
.hpz-news-admin-filters label{display:block;margin-bottom:4px;color:#758690;font-size:8px!important;text-transform:uppercase;letter-spacing:.06em;font-weight:800}
.hpz-news-admin-filters input,.hpz-news-admin-filters select{height:36px!important;border:1px solid #d6e0e4!important;background:#fff!important;color:#294657!important;font-size:10px!important}
.hpz-news-admin-resultbar{min-height:36px;padding:7px 10px!important;border:1px solid #e0e7ea!important;background:#f8fafb!important}.hpz-news-admin-resultbar strong{color:#17364d;font-size:11px}.hpz-news-admin-resultbar span{color:#83929a;font-size:9px}
.hpz-news-admin-list-detailed{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.hpz-news-admin-row-detailed{display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;grid-template-rows:1fr auto;min-height:190px;padding:0!important;overflow:hidden;border:1px solid #dce4e8!important;box-shadow:none!important}
.hpz-news-admin-thumb{grid-row:1/3;width:92px!important;height:100%!important;min-height:190px!important;background:#17364d!important}.hpz-news-admin-thumb img{width:100%!important;height:100%!important;object-fit:cover}.hpz-news-admin-thumb-placeholder{display:grid!important;place-items:center;font-size:26px}
.hpz-news-admin-row-main{padding:13px 14px 8px}.hpz-news-admin-titleline{align-items:flex-start!important;gap:8px}.hpz-news-admin-titleline>strong{font-size:15px!important;line-height:1.2;color:#17364d!important}.hpz-news-admin-summary{margin:6px 0 9px!important;font-size:10px!important;line-height:1.45;color:#6d7f89}
.hpz-news-admin-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px 12px!important}.hpz-news-admin-meta-grid div{min-width:0}.hpz-news-admin-meta-grid dt{font-size:7px!important;letter-spacing:.06em;color:#8998a0!important}.hpz-news-admin-meta-grid dd{font-size:9px!important;color:#455e6b!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hpz-news-admin-actions{grid-column:2;justify-content:flex-end;padding:8px 12px;border-top:1px solid #edf1f3;background:#fbfcfc}
.hpz-news-admin-status{flex:0 0 auto;padding:4px 7px!important;font-size:7px!important;letter-spacing:.05em}
.hpz-news-category-admin-grid{gap:10px!important}.hpz-news-category-intro{padding:16px!important}
.hpz-news-editor{background:#f3f5f6!important}.hpz-news-studio-toolbar{position:sticky;top:0;z-index:30;padding:10px 14px!important;border:1px solid #dce4e8!important;background:#fff!important;box-shadow:0 2px 7px rgba(17,52,77,.05)}
.hpz-news-studio-heading>div>span{font-size:8px!important;color:#758891!important;letter-spacing:.07em}.hpz-news-studio-heading>div>strong{color:#17364d!important;font-size:14px!important}.hpz-news-cancel-link{font-size:9px!important}
.hpz-news-editor-tabs{padding:6px!important;gap:3px!important;border:1px solid #dce4e8!important;background:#fff!important}.hpz-news-editor-tabs button{min-height:34px;padding:6px 10px!important;border-left:3px solid transparent!important;font-size:10px!important;color:#526b78!important}.hpz-news-editor-tabs button.is-active{background:#f3f8df!important;border-left-color:#afca0a!important;color:#17364d!important}
.hpz-news-editor-section{padding:15px!important;border:1px solid #dce4e8!important;background:#fff!important}.hpz-news-editor-section>h3{margin:0 0 12px!important;color:#17364d!important;font-size:18px!important}.hpz-news-editor-section label,.hpz-news-editor-field>strong{color:#425b68!important;font-size:10px!important}.hpz-news-editor-section input[type=text],.hpz-news-editor-section input[type=datetime-local],.hpz-news-editor-section textarea,.hpz-news-editor-section select{border:1px solid #d5dfe4!important;background:#fff!important;color:#294657!important;font-size:10px!important}

/* öffentlicher Newsfeed */
.hpz-news-feed{max-width:1440px;margin:0 auto}.hpz-news-feed-header,.hpz-news-header{border:1px solid #dce4e8!important;background:#fff!important;box-shadow:none!important}
.hpz-news-feed-tabs,.hpz-news-tabs{display:flex;gap:5px;overflow-x:auto;padding:6px!important;border:1px solid #dce4e8;background:#fff}.hpz-news-feed-tabs a,.hpz-news-tabs a,.hpz-news-tabs button{flex:0 0 auto;min-height:34px;padding:7px 11px!important;border:1px solid #d9e2e6!important;background:#fff!important;color:#3f5866!important;font-size:10px!important;font-weight:700}.hpz-news-feed-tabs .is-active,.hpz-news-tabs .is-active{background:#17364d!important;border-color:#17364d!important;color:#fff!important}
.hpz-news-card{border:1px solid #dce4e8!important;box-shadow:none!important}.hpz-news-card:hover{border-color:#bdcd63!important;box-shadow:0 5px 16px rgba(24,54,77,.07)!important}

@media(max-width:1250px){.hpz-news-admin-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.hpz-news-admin-list-detailed{grid-template-columns:1fr}}
@media(max-width:700px){.hpz-news-admin-context{padding:13px!important}.hpz-news-admin-context__icon{display:none}.hpz-news-admin-filters{grid-template-columns:1fr}.hpz-news-admin-row-detailed{grid-template-columns:70px minmax(0,1fr)!important}.hpz-news-admin-thumb{width:70px!important}.hpz-news-admin-meta-grid{grid-template-columns:1fr!important}.hpz-news-admin-actions{grid-column:2}.hpz-news-studio-toolbar{position:relative;flex-wrap:wrap}.hpz-news-studio-actions{width:100%;overflow-x:auto}.hpz-news-editor-tabs{overflow-x:auto;flex-wrap:nowrap!important}}

#hpz-news-admin-shell.is-ajax-loading{position:relative;min-height:420px}.hpz-news-ajax-loader{position:absolute;z-index:999;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:rgba(246,248,249,.93);color:#17364d}.hpz-news-ajax-loader>span{width:34px;height:34px;border:3px solid #dce5e8;border-top-color:#afca0a;border-radius:50%;animation:hpzNewsSpin .7s linear infinite}@keyframes hpzNewsSpin{to{transform:rotate(360deg)}}.hpz-news-ajax-loader strong{font-size:11px}


/* 2.11.1 – Arbeitsmodals */
.hpz-news-work-modal{position:fixed;z-index:100000;inset:0;display:none;align-items:center;justify-content:center;padding:20px}
.hpz-news-work-modal.is-open{display:flex}
.hpz-news-work-modal__backdrop{position:absolute;inset:0;background:rgba(10,31,46,.72);backdrop-filter:blur(2px)}
.hpz-news-work-modal__dialog{position:relative;z-index:1;width:min(1480px,calc(100vw - 40px));max-height:calc(100vh - 40px);overflow:auto;background:#f3f5f6;border-top:4px solid #afca0a;box-shadow:0 22px 70px rgba(7,25,38,.28)}
.hpz-news-work-modal__head{position:sticky;top:0;z-index:20;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:15px 18px;border-bottom:1px solid #dce4e8;background:#fff}.hpz-news-work-modal__head h2{margin:2px 0 3px!important;color:#17364d!important;font-size:20px!important}.hpz-news-work-modal__head p{margin:0;color:#75868f;font-size:10px}.hpz-news-work-modal__close,.hpz-news-work-modal__floating-close{display:grid;place-items:center;width:38px;height:38px;border:1px solid #d7e0e4;background:#fff;color:#17364d;text-decoration:none!important}.hpz-news-work-modal__close:hover,.hpz-news-work-modal__floating-close:hover{background:#17364d;color:#fff}.hpz-news-work-modal__floating-close{position:absolute;z-index:100;right:12px;top:12px}
.hpz-news-editor-modal{width:min(1560px,calc(100vw - 32px));padding:0}.hpz-news-editor-modal .hpz-news-editor{margin:0!important;min-height:calc(100vh - 48px)}.hpz-news-editor-modal .hpz-news-studio-toolbar{padding-right:64px!important}
body:has(.hpz-news-work-modal.is-open){overflow:hidden}

.hpz-news-category-modal{width:min(1180px,calc(100vw - 40px))}
.hpz-news-category-modal__body{display:grid;grid-template-columns:300px minmax(0,1fr);gap:12px;padding:14px}
.hpz-news-category-create,.hpz-news-category-list-wrap{border:1px solid #dce4e8;background:#fff}
.hpz-news-category-create{padding:16px}.hpz-news-category-create__icon{display:grid;place-items:center;width:38px;height:38px;margin-bottom:10px;background:#eef4d8;color:#718800}.hpz-news-category-create h3{margin:0 0 12px;color:#17364d;font-size:17px}.hpz-news-category-create form{display:grid;gap:10px}.hpz-news-category-create label{display:grid;gap:4px;color:#536a77;font-size:9px;font-weight:700}.hpz-news-category-create .uk-input{height:38px}.hpz-news-category-active{display:flex!important;align-items:center;gap:8px!important;padding:9px;border:1px solid #e0e7ea;background:#f8fafb}.hpz-news-category-active span{display:flex;flex-direction:column}.hpz-news-category-active small{font-weight:400;color:#82929a}
.hpz-news-category-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #e2e8eb}.hpz-news-category-list-head>div{display:flex;flex-direction:column}.hpz-news-category-list-head strong{color:#17364d}.hpz-news-category-list-head small,.hpz-news-category-list-head>span{color:#82929a;font-size:8px}
.hpz-news-category-items{display:grid}.hpz-news-category-item{display:grid;grid-template-columns:28px minmax(0,1fr) 62px auto;align-items:center;gap:8px;padding:9px 11px;border-bottom:1px solid #edf1f3}.hpz-news-category-item:last-child{border-bottom:0}.hpz-news-category-item.is-inactive{opacity:.62}.hpz-news-category-item__drag{color:#9ba8ae}.hpz-news-category-item__main{display:flex;flex-direction:column;min-width:0}.hpz-news-category-item__main strong{color:#17364d;font-size:11px}.hpz-news-category-item__main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#82919a;font-size:8px}.hpz-news-category-state{padding:4px 6px;background:#eef4d8;color:#667d00;font-size:7px;font-weight:800;text-align:center}.hpz-news-category-item.is-inactive .hpz-news-category-state{background:#eef1f2;color:#71818a}.hpz-news-category-item__actions{display:flex;gap:3px}.hpz-news-category-item__editor{display:none;grid-column:2/5;padding:8px 0 2px}.hpz-news-category-item.is-editing .hpz-news-category-item__editor{display:block}.hpz-news-category-edit-fields{display:grid;grid-template-columns:minmax(150px,1fr) minmax(180px,1.5fr) auto auto auto;gap:6px;align-items:center}.hpz-news-category-edit-fields .uk-input{height:34px;font-size:9px}.hpz-news-category-edit-fields label{font-size:9px;white-space:nowrap}.hpz-news-category-order-actions{display:flex;justify-content:flex-end;padding:10px;border-top:1px solid #e2e8eb;background:#fbfcfc}

@media(max-width:800px){.hpz-news-work-modal{padding:0}.hpz-news-work-modal__dialog,.hpz-news-editor-modal,.hpz-news-category-modal{width:100vw;max-height:100vh;height:100vh}.hpz-news-category-modal__body{grid-template-columns:1fr}.hpz-news-category-edit-fields{grid-template-columns:1fr}.hpz-news-category-item{grid-template-columns:24px minmax(0,1fr) auto}.hpz-news-category-state{display:none}.hpz-news-category-item__editor{grid-column:1/-1}}


/* HPZ News 2.12.0 – Frontend UI Alignment */
.hpz-news-app.hpz-news-feed-layout{
    width:100%;
    max-width:none!important;
    margin:0;
    display:grid;
    grid-template-columns:220px minmax(0,1fr) 300px;
    gap:14px;
    align-items:start;
    background:#f3f5f6;
}
.hpz-news-feed-main{min-width:0;display:grid;gap:10px}
.hpz-news-feed-topbar{
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    min-height:92px;
    padding:16px 18px!important;
    border:1px solid #dce4e8!important;
    border-top:3px solid #afca0a!important;
    background:#fff!important;
    box-shadow:none!important;
}
.hpz-news-feed-title{display:flex!important;align-items:center;gap:13px;min-width:0}
.hpz-news-feed-title__icon{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;background:#eef4d8;color:#718800;font-size:18px}
.hpz-news-feed-title>div{display:flex;flex-direction:column;min-width:0}
.hpz-news-feed-kicker{font-size:8px;font-weight:800;letter-spacing:.09em;color:#5367d8}
.hpz-news-feed-title strong{font-size:22px!important;line-height:1.15;color:#17364d!important;font-weight:650!important}
.hpz-news-feed-title small{margin-top:3px;color:#72838d!important;font-size:10px!important;white-space:normal}
.hpz-news-feed-live{display:flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid #dce4e8;background:#f8fafb;color:#60747f;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.hpz-news-feed-live i{font-size:7px;color:#7e9800}

.hpz-news-feed-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px;border:1px solid #dce4e8;background:#fff}
.hpz-news-filterbar{display:flex!important;gap:4px!important;flex-wrap:wrap;padding:0!important;background:transparent!important;border:0!important}
.hpz-news-filterbar button{
    display:flex!important;
    align-items:center;
    gap:6px;
    min-height:34px;
    padding:6px 10px!important;
    border:1px solid #d9e2e6!important;
    background:#fff!important;
    color:#405966!important;
    font-size:9px!important;
    font-weight:750!important;
}
.hpz-news-filterbar button i{color:#718800;font-size:9px}
.hpz-news-filterbar button:hover,.hpz-news-filterbar button.is-active{background:#17364d!important;border-color:#17364d!important;color:#fff!important}
.hpz-news-filterbar button:hover i,.hpz-news-filterbar button.is-active i{color:#afca0a}
.hpz-news-mobile-filter-toggle{display:none;align-items:center;gap:6px;min-height:34px;padding:6px 10px;border:1px solid #d9e2e6;background:#fff;color:#405966;font-size:9px;font-weight:750}

.hpz-news-sidebar{display:grid;gap:10px;position:sticky;top:70px}
.hpz-news-sidebox{padding:0!important;border:1px solid #dce4e8!important;background:#fff!important;box-shadow:none!important;overflow:hidden}
.hpz-news-sidebox-head{display:flex!important;align-items:center;justify-content:space-between;gap:8px;padding:11px 12px!important;border-bottom:1px solid #e6ecef;background:#fbfcfc}
.hpz-news-sidebox-head>div{display:flex;flex-direction:column}
.hpz-news-sidebox-kicker{font-size:7px;font-weight:800;letter-spacing:.08em;color:#8998a0}
.hpz-news-sidebox-head h3,.hpz-news-sidebox>h3{display:flex;align-items:center;gap:6px;margin:1px 0 0!important;color:#17364d!important;font-size:12px!important}
.hpz-news-sidebox-head h3 i{width:14px;color:#718800;text-align:center;font-size:10px}
.hpz-news-sidebox-head>small{font-size:7px!important;color:#81919a!important;text-transform:uppercase;letter-spacing:.05em}
.hpz-news-side-links{display:grid!important;gap:0!important;padding:5px!important}
.hpz-news-side-links a,.hpz-news-side-links button{
    display:flex!important;
    align-items:center;
    width:100%;
    min-height:33px;
    margin:0!important;
    padding:7px 9px!important;
    border:0!important;
    border-left:3px solid transparent!important;
    background:#fff!important;
    color:#405966!important;
    text-align:left;
    font-size:9px!important;
    text-decoration:none!important;
}
.hpz-news-side-links a:hover,.hpz-news-side-links a.is-active,.hpz-news-side-links button:hover,.hpz-news-side-links button.is-active{border-left-color:#afca0a!important;background:#f3f8df!important;color:#17364d!important}
.hpz-news-tags{display:flex!important;flex-wrap:wrap;gap:5px!important;padding:10px!important}
.hpz-news-tags a{padding:5px 7px!important;border:1px solid #dce4e8!important;background:#f8fafb!important;color:#5c717d!important;font-size:8px!important;text-decoration:none!important}
.hpz-news-tags a:hover{border-color:#afca0a!important;background:#f3f8df!important;color:#17364d!important}
.hpz-news-sidebox>p{margin:0;padding:12px;color:#81919a;font-size:9px}
.hpz-news-side-list{display:grid;padding:5px}
.hpz-news-side-item{display:flex!important;flex-direction:column;gap:2px;width:100%;padding:8px 9px!important;border:0!important;border-bottom:1px solid #edf1f3!important;background:#fff!important;text-align:left!important}
.hpz-news-side-item:last-child{border-bottom:0!important}.hpz-news-side-item:hover{background:#f5f8f9!important}
.hpz-news-side-item strong{color:#17364d;font-size:9px!important;line-height:1.3}.hpz-news-side-item small{color:#8a989f;font-size:7px!important}

.hpz-news-feed{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px!important;
    margin:0!important;
}
.hpz-news-card{
    position:relative;
    display:grid!important;
    grid-template-rows:auto 1fr;
    min-width:0;
    overflow:hidden;
    border:1px solid #dce4e8!important;
    border-top:3px solid #afca0a!important;
    background:#fff!important;
    box-shadow:none!important;
    transition:border-color .15s,box-shadow .15s,transform .15s;
}
.hpz-news-card:hover{transform:translateY(-1px);border-color:#bdcf5d!important;box-shadow:0 6px 18px rgba(23,54,77,.07)!important}
.hpz-news-card.is-read{opacity:1!important}.hpz-news-card.is-unread{border-top-color:#8fa900!important}
.hpz-news-card.hpz-news-priority-important{border-top-color:#d88a00!important}.hpz-news-card.hpz-news-priority-urgent{border-top-color:#bb2c20!important}
.hpz-news-image{width:100%!important;height:185px!important;padding:0!important;border:0!important;background:#e9eef0!important;overflow:hidden}
.hpz-news-image img{display:block;width:100%!important;height:100%!important;object-fit:cover;transition:transform .25s}.hpz-news-card:hover .hpz-news-image img{transform:scale(1.015)}
.hpz-news-card-body{display:flex!important;flex-direction:column;padding:13px 14px 11px!important;min-width:0}
.hpz-news-meta{display:flex!important;align-items:center;gap:5px!important;flex-wrap:wrap;margin:0 0 7px!important}
.hpz-news-meta>span{display:inline-flex!important;align-items:center;gap:4px;min-height:20px;padding:3px 6px!important;background:#f2f5f6!important;color:#6d7e87!important;border:0!important;font-size:7px!important;font-weight:750!important;line-height:1!important}
.hpz-news-meta .hpz-news-type-icon{background:#eef4d8!important;color:#718800!important}
.hpz-news-meta .hpz-news-meta-new{background:#edf5d2!important;color:#657c00!important}.hpz-news-meta .hpz-news-meta-new i{font-size:5px}
.hpz-news-meta .hpz-news-meta-pin{background:#eef2f4!important;color:#445d6a!important}
.hpz-news-meta .hpz-news-meta-date{margin-left:auto;background:transparent!important;color:#8a989f!important;padding-right:0!important}
.hpz-news-card h3{margin:0 0 5px!important;font-size:16px!important;line-height:1.25!important}.hpz-news-card h3 button{padding:0!important;border:0!important;background:transparent!important;color:#17364d!important;font:inherit!important;font-weight:650!important;text-align:left!important}
.hpz-news-card h3 button:hover{color:#8da700!important}
.hpz-news-card-body>p{margin:0 0 12px!important;color:#6d7f89!important;font-size:10px!important;line-height:1.5!important}
.hpz-news-card-actions{display:flex!important;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:9px!important;border-top:1px solid #edf1f3}
.hpz-news-card-actions .hpz-news-open{display:flex!important;align-items:center;gap:7px;min-height:30px;padding:5px 9px!important;border:1px solid #d7e0e4!important;background:#fff!important;color:#17364d!important;font-size:8px!important;font-weight:800!important}
.hpz-news-card-actions .hpz-news-open:hover{background:#17364d!important;border-color:#17364d!important;color:#fff!important}.hpz-news-card-actions .hpz-news-open i{font-size:7px}
.hpz-news-card-reactions{color:#809099;font-size:8px}

.hpz-news-moments-box .hpz-news-masonry{gap:4px!important;padding:5px!important}.hpz-news-moment{min-height:92px!important;border:0!important}.hpz-news-moment-overlay{padding:8px!important;background:linear-gradient(transparent,rgba(9,31,46,.82))!important}.hpz-news-moment-overlay strong{font-size:9px!important;line-height:1.2}.hpz-news-moment-overlay small{font-size:7px!important}
.hpz-news-mobile-moments{display:none}

.hpz-news-feed-state{padding:12px!important;border:1px solid #dce4e8;background:#fff;color:#7c8d96!important;font-size:9px!important;text-align:center}
.hpz-news-feed-state.is-loading::before{content:"";display:inline-block;width:12px;height:12px;margin-right:7px;vertical-align:-2px;border:2px solid #dce4e8;border-top-color:#afca0a;border-radius:50%;animation:hpzNewsSpin .7s linear infinite}

.hpz-news-modal-dialog{width:min(980px,calc(100vw - 36px))!important;max-height:calc(100vh - 36px)!important;border-top:4px solid #afca0a!important;background:#fff!important;box-shadow:0 22px 70px rgba(7,25,38,.28)!important}
.hpz-news-modal-close{display:grid!important;place-items:center;right:12px!important;top:12px!important;width:38px!important;height:38px!important;border:1px solid #d7e0e4!important;background:#fff!important;color:#17364d!important;font-size:22px!important}
.hpz-news-modal-hero{max-height:380px;overflow:hidden}.hpz-news-modal-hero img{width:100%;height:100%;max-height:380px;object-fit:cover}
.hpz-news-modal-body{padding:20px 22px!important}.hpz-news-modal-body h2{margin:8px 0 14px!important;color:#17364d!important;font-size:25px!important;line-height:1.2}

@media(max-width:1300px){
    .hpz-news-app.hpz-news-feed-layout{grid-template-columns:200px minmax(0,1fr)}
    .hpz-news-sidebar-right{display:none!important}
}
@media(max-width:900px){
    .hpz-news-app.hpz-news-feed-layout{display:block;background:transparent}
    .hpz-news-sidebar-left{display:none;position:fixed;z-index:10010;left:12px;right:12px;top:90px;max-height:calc(100vh - 110px);overflow:auto;background:#f3f5f6;padding:8px;box-shadow:0 18px 45px rgba(15,39,55,.22)}
    .hpz-news-app.is-mobile-filter-open .hpz-news-sidebar-left{display:grid!important}
    .hpz-news-mobile-filter-toggle{display:flex}
    .hpz-news-feed{grid-template-columns:1fr!important}
    .hpz-news-feed-topbar{min-height:auto}
    .hpz-news-mobile-moments{display:block;margin:10px 0}
}
@media(max-width:620px){
    .hpz-news-feed-topbar{padding:12px!important;border-left:3px solid #afca0a!important;border-top:1px solid #dce4e8!important}
    .hpz-news-feed-title__icon{display:none}
    .hpz-news-feed-title strong{font-size:19px!important}
    .hpz-news-feed-title small{font-size:9px!important}
    .hpz-news-feed-live{display:none}
    .hpz-news-feed-toolbar{overflow-x:auto}
    .hpz-news-filterbar{flex-wrap:nowrap}
    .hpz-news-filterbar button{flex:0 0 auto}
    .hpz-news-filterbar button span{display:none}
    .hpz-news-filterbar button{width:36px;justify-content:center;padding:6px!important}
    .hpz-news-mobile-filter-toggle span{display:none}
    .hpz-news-mobile-filter-toggle{width:36px;justify-content:center;padding:6px}
    .hpz-news-image{height:170px!important}
    .hpz-news-modal-dialog{width:100vw!important;max-height:100vh!important;height:100vh;border-top:0!important}
    .hpz-news-modal-body{padding:16px!important}.hpz-news-modal-body h2{font-size:21px!important}
}


/* HPZ News 2.12.1 – Feed wieder als ruhige einspaltige Lesespalte */
.hpz-news-feed{
    grid-template-columns:minmax(0,1fr)!important;
    gap:10px!important;
}

/*
 * Im Feed sollen Beiträge wie Artikel wirken und nicht wie Dashboard-Kacheln.
 * Bildbeiträge bekommen auf Desktop ein horizontales Layout; Beiträge ohne
 * Bild bleiben eine kompakte, vollbreite Textkarte.
 */
.hpz-news-feed .hpz-news-card{
    grid-template-columns:minmax(230px,34%) minmax(0,1fr);
    grid-template-rows:auto;
    min-height:205px;
}

.hpz-news-feed .hpz-news-card:not(:has(.hpz-news-image)){
    display:block!important;
    min-height:0;
}

.hpz-news-feed .hpz-news-image{
    width:100%!important;
    height:100%!important;
    min-height:205px!important;
    max-height:270px;
}

.hpz-news-feed .hpz-news-card-body{
    min-height:205px;
    padding:15px 17px 12px!important;
}

.hpz-news-feed .hpz-news-card:not(:has(.hpz-news-image)) .hpz-news-card-body{
    min-height:0;
}

.hpz-news-feed .hpz-news-card h3{
    font-size:18px!important;
    margin-bottom:7px!important;
}

.hpz-news-feed .hpz-news-card-body>p{
    max-width:920px;
    margin-bottom:14px!important;
    font-size:10px!important;
    line-height:1.55!important;
}

.hpz-news-feed .hpz-news-card-actions{
    margin-top:auto;
}

/* Polls brauchen etwas mehr Platz und bleiben daher bewusst reine Textkarten. */
.hpz-news-feed .hpz-news-card.hpz-news-type-poll{
    display:block!important;
    min-height:0;
}
.hpz-news-feed .hpz-news-card.hpz-news-type-poll .hpz-news-image{
    display:none!important;
}
.hpz-news-feed .hpz-news-card.hpz-news-type-poll .hpz-news-card-body{
    min-height:0;
}

/* Seitenleisten optisch etwas ruhiger, damit der Feed die Hauptrolle behält. */
.hpz-news-sidebar-left,
.hpz-news-sidebar-right{
    align-self:start;
}
.hpz-news-sidebar .hpz-news-sidebox{
    box-shadow:none!important;
}
.hpz-news-sidebar-right .hpz-news-moments-box{
    max-height:none;
}

/* Auf sehr großen Displays darf die Mittelspalte komfortabel lesen, ohne künstlich
   auf zwei Karten aufzuteilen. */
@media(min-width:1500px){
    .hpz-news-app.hpz-news-feed-layout{
        grid-template-columns:220px minmax(680px,1fr) 300px!important;
    }
}

/* Tablet: weiterhin eine Lesespalte; Bild und Text werden etwas kompakter. */
@media(max-width:1100px) and (min-width:901px){
    .hpz-news-feed .hpz-news-card{
        grid-template-columns:210px minmax(0,1fr);
        min-height:190px;
    }
    .hpz-news-feed .hpz-news-image{
        min-height:190px!important;
    }
    .hpz-news-feed .hpz-news-card-body{
        min-height:190px;
    }
}

/* Mobil wieder klassisch Bild oben, Text darunter. */
@media(max-width:900px){
    .hpz-news-feed .hpz-news-card{
        display:grid!important;
        grid-template-columns:1fr;
        grid-template-rows:auto 1fr;
        min-height:0;
    }
    .hpz-news-feed .hpz-news-card:not(:has(.hpz-news-image)){
        display:block!important;
    }
    .hpz-news-feed .hpz-news-image{
        height:190px!important;
        min-height:190px!important;
        max-height:none;
    }
    .hpz-news-feed .hpz-news-card-body{
        min-height:0;
        padding:13px 14px 11px!important;
    }
    .hpz-news-feed .hpz-news-card h3{
        font-size:16px!important;
    }
}

@media(max-width:620px){
    .hpz-news-feed .hpz-news-image{
        height:165px!important;
        min-height:165px!important;
    }
}


/* HPZ News 2.12.2 – FullHD Typografie & Lesbarkeit
 * Ziel: aktuelle HPZnet-Dichte beibehalten, aber keine 7–10px-Desktop-Typografie mehr.
 */
@media(min-width:901px){

    /* Gesamtlayout etwas großzügiger */
    .hpz-news-app.hpz-news-feed-layout{
        grid-template-columns:240px minmax(720px,1fr) 320px!important;
        gap:16px!important;
    }

    /* Header */
    .hpz-news-feed-topbar{
        min-height:112px!important;
        padding:20px 22px!important;
    }
    .hpz-news-feed-title__icon{
        width:52px!important;
        height:52px!important;
        flex-basis:52px!important;
        font-size:21px!important;
    }
    .hpz-news-feed-kicker{
        font-size:11px!important;
        letter-spacing:.08em!important;
    }
    .hpz-news-feed-title strong{
        font-size:28px!important;
        line-height:1.15!important;
    }
    .hpz-news-feed-title small{
        margin-top:5px!important;
        font-size:14px!important;
        line-height:1.4!important;
    }
    .hpz-news-feed-live{
        padding:9px 12px!important;
        font-size:11px!important;
    }

    /* Hauptfilter */
    .hpz-news-feed-toolbar{
        padding:8px!important;
    }
    .hpz-news-filterbar{
        gap:6px!important;
    }
    .hpz-news-filterbar button{
        min-height:40px!important;
        padding:8px 13px!important;
        gap:7px!important;
        font-size:12px!important;
    }
    .hpz-news-filterbar button i{
        font-size:12px!important;
    }

    /* Seitenleisten */
    .hpz-news-sidebox-head{
        padding:14px 15px!important;
    }
    .hpz-news-sidebox-kicker{
        font-size:10px!important;
    }
    .hpz-news-sidebox-head h3,
    .hpz-news-sidebox>h3{
        margin-top:3px!important;
        gap:8px!important;
        font-size:15px!important;
    }
    .hpz-news-sidebox-head h3 i{
        width:16px!important;
        font-size:13px!important;
    }
    .hpz-news-sidebox-head>small{
        font-size:10px!important;
    }
    .hpz-news-side-links{
        padding:7px!important;
    }
    .hpz-news-side-links a,
    .hpz-news-side-links button{
        min-height:40px!important;
        padding:9px 11px!important;
        font-size:12px!important;
    }
    .hpz-news-tags{
        gap:7px!important;
        padding:12px!important;
    }
    .hpz-news-tags a{
        padding:6px 9px!important;
        font-size:11px!important;
    }
    .hpz-news-sidebox>p{
        padding:14px!important;
        font-size:12px!important;
        line-height:1.45!important;
    }
    .hpz-news-side-list{
        padding:7px!important;
    }
    .hpz-news-side-item{
        gap:4px!important;
        padding:10px 11px!important;
    }
    .hpz-news-side-item strong{
        font-size:12px!important;
        line-height:1.35!important;
    }
    .hpz-news-side-item small{
        font-size:10px!important;
    }

    /* News-Karten */
    .hpz-news-feed{
        gap:14px!important;
    }
    .hpz-news-feed .hpz-news-card{
        grid-template-columns:minmax(290px,38%) minmax(0,1fr)!important;
        min-height:250px!important;
    }
    .hpz-news-feed .hpz-news-image{
        min-height:250px!important;
        max-height:320px!important;
    }
    .hpz-news-feed .hpz-news-card-body{
        min-height:250px!important;
        padding:19px 21px 16px!important;
    }
    .hpz-news-feed .hpz-news-card:not(:has(.hpz-news-image)) .hpz-news-card-body,
    .hpz-news-feed .hpz-news-card.hpz-news-type-poll .hpz-news-card-body{
        min-height:0!important;
    }

    /* Meta-Badges */
    .hpz-news-meta{
        gap:7px!important;
        margin-bottom:11px!important;
    }
    .hpz-news-meta>span{
        min-height:25px!important;
        padding:5px 8px!important;
        gap:5px!important;
        font-size:10px!important;
    }
    .hpz-news-meta .hpz-news-meta-new i{
        font-size:6px!important;
    }

    /* Titel/Text */
    .hpz-news-feed .hpz-news-card h3{
        margin-bottom:9px!important;
        font-size:23px!important;
        line-height:1.25!important;
    }
    .hpz-news-feed .hpz-news-card-body>p{
        max-width:960px!important;
        margin-bottom:18px!important;
        font-size:14px!important;
        line-height:1.55!important;
    }

    /* Kartenaktionen */
    .hpz-news-card-actions{
        gap:10px!important;
        padding-top:12px!important;
    }
    .hpz-news-card-actions .hpz-news-open{
        min-height:38px!important;
        padding:8px 12px!important;
        gap:8px!important;
        font-size:11px!important;
    }
    .hpz-news-card-actions .hpz-news-open i{
        font-size:9px!important;
    }
    .hpz-news-card-reactions{
        font-size:11px!important;
    }

    /* HPZ Momente */
    .hpz-news-moments-box .hpz-news-masonry{
        gap:6px!important;
        padding:7px!important;
    }
    .hpz-news-moment{
        min-height:120px!important;
    }
    .hpz-news-moment-overlay{
        padding:10px!important;
    }
    .hpz-news-moment-overlay strong{
        font-size:12px!important;
        line-height:1.25!important;
    }
    .hpz-news-moment-overlay small{
        margin-top:3px!important;
        font-size:10px!important;
    }

    /* Polls / Umfragen */
    .hpz-news-poll{
        margin-top:14px!important;
        border-color:#d7e0e4!important;
        background:#fbfcfc!important;
    }
    .hpz-news-poll-head{
        padding:14px 16px!important;
    }
    .hpz-news-poll-head strong,
    .hpz-news-poll-head h4{
        font-size:15px!important;
        line-height:1.35!important;
    }
    .hpz-news-poll-head small,
    .hpz-news-poll-head span{
        font-size:11px!important;
    }
    .hpz-news-poll-privacy,
    .hpz-news-poll-notice{
        padding:12px 14px!important;
        font-size:12px!important;
        line-height:1.45!important;
    }
    .hpz-news-poll-option,
    .hpz-news-poll-result{
        padding:10px 12px!important;
        font-size:13px!important;
        line-height:1.4!important;
    }
    .hpz-news-poll-option label,
    .hpz-news-poll-result strong{
        font-size:13px!important;
    }
    .hpz-news-poll-footer,
    .hpz-news-poll-actions{
        padding:12px 14px!important;
        font-size:11px!important;
    }
    .hpz-news-poll button{
        min-height:38px!important;
        padding:8px 13px!important;
        font-size:11px!important;
    }

    /* Loading/Empty states */
    .hpz-news-feed-state{
        padding:16px!important;
        font-size:12px!important;
    }

    /* Detailmodal */
    .hpz-news-modal-body{
        padding:26px 28px!important;
    }
    .hpz-news-modal-body h2{
        margin:10px 0 18px!important;
        font-size:30px!important;
    }
    .hpz-news-modal-body,
    .hpz-news-modal-content{
        font-size:15px!important;
        line-height:1.65!important;
    }
}

/* 1366/1440: leicht kompakter, aber immer noch lesbar */
@media(min-width:901px) and (max-width:1450px){
    .hpz-news-app.hpz-news-feed-layout{
        grid-template-columns:220px minmax(620px,1fr) 280px!important;
    }
    .hpz-news-feed-title strong{font-size:25px!important}
    .hpz-news-feed-title small{font-size:13px!important}
    .hpz-news-feed .hpz-news-card h3{font-size:21px!important}
    .hpz-news-feed .hpz-news-card-body>p{font-size:13px!important}
    .hpz-news-feed .hpz-news-card{
        grid-template-columns:minmax(250px,36%) minmax(0,1fr)!important;
    }
}

/* Mobile bleibt bewusst kompakter, aber auch hier keine Mikro-Schrift */
@media(max-width:900px){
    .hpz-news-feed-title small{font-size:12px!important}
    .hpz-news-side-links a,
    .hpz-news-side-links button{font-size:12px!important}
    .hpz-news-sidebox-head h3{font-size:14px!important}
    .hpz-news-meta>span{font-size:10px!important}
    .hpz-news-feed .hpz-news-card-body>p{font-size:13px!important}
    .hpz-news-card-actions .hpz-news-open{font-size:11px!important}
}


/* HPZ News 2.12.3 – Modal-Dichte, Kommentare & Admin-Lesbarkeit */

/* Detailmodal: weniger vertikaler Leerraum */
.hpz-news-modal-dialog{
    width:min(1180px,calc(100vw - 36px))!important;
    max-height:calc(100vh - 30px)!important;
    overflow:hidden!important;
}
.hpz-news-modal-article{
    max-height:calc(100vh - 30px);
    overflow:auto;
}
.hpz-news-modal-primary{min-width:0}
.hpz-news-modal-hero{
    height:clamp(240px,32vh,350px)!important;
    max-height:350px!important;
    overflow:hidden;
}
.hpz-news-modal-hero img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
}
.hpz-news-modal-body{
    padding:18px 22px 16px!important;
}
.hpz-news-modal-body h2{
    margin:7px 0 10px!important;
}
.hpz-news-modal-text{
    margin-bottom:10px!important;
}
.hpz-news-modal-text p:first-child{margin-top:0!important}
.hpz-news-modal-text p:last-child{margin-bottom:0!important}

/* Kenntnisnahme: kompakte horizontale Aktionszeile */
.hpz-news-tools{
    margin:10px 0 0!important;
    padding:0!important;
}
.hpz-news-acknowledgement{
    position:relative;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:12px 18px;
    min-height:0!important;
    margin:10px 0 0!important;
    padding:12px 14px!important;
    border:1px solid #d9e2e6!important;
    border-left:4px solid #afca0a!important;
    background:#f8faef!important;
}
.hpz-news-acknowledgement::before{display:none!important}
.hpz-news-acknowledgement-copy{min-width:0}
.hpz-news-acknowledgement-copy strong{
    display:block;
    margin:0 0 2px!important;
    color:#17364d!important;
    font-size:14px!important;
}
.hpz-news-acknowledgement-copy p{
    margin:0!important;
    color:#657985!important;
    font-size:12px!important;
    line-height:1.35!important;
}
.hpz-news-confirm{
    min-height:38px!important;
    padding:7px 12px!important;
    white-space:nowrap;
    font-size:11px!important;
}
.hpz-news-confirmed-at{
    grid-column:1/-1;
    margin-top:-5px!important;
    color:#71818a!important;
    font-size:10px!important;
}

/* Kommentare: Desktop als eigene, scrollbar bleibende Spalte */
@media(min-width:901px){
    .hpz-news-modal-article.has-comments{
        display:grid!important;
        grid-template-columns:minmax(0,1.65fr) minmax(330px,.75fr);
        max-height:calc(100vh - 30px)!important;
        overflow:hidden!important;
    }
    .hpz-news-modal-article.has-comments .hpz-news-modal-primary{
        max-height:calc(100vh - 30px);
        overflow:auto;
        border-right:1px solid #dce4e8;
    }
    .hpz-news-modal-article.has-comments .hpz-news-modal-comments-pane{
        min-width:0;
        height:calc(100vh - 30px);
        overflow:hidden;
        background:#f7f9fa;
    }
    .hpz-news-modal-article.has-comments .hpz-news-modal-hero{
        position:sticky;
        top:0;
        z-index:2;
    }
}
.hpz-news-comments{
    display:flex!important;
    flex-direction:column;
    height:100%;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:#f7f9fa!important;
}
.hpz-news-comments-head{
    flex:0 0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    min-height:66px;
    padding:13px 15px;
    border-bottom:1px solid #dce4e8;
    background:#fff;
}
.hpz-news-comments-head>div{display:flex;flex-direction:column}
.hpz-news-comments-kicker{
    color:#87969d;
    font-size:9px;
    font-weight:800;
    letter-spacing:.08em;
}
.hpz-news-comments-head h3{
    display:flex;
    align-items:center;
    gap:7px;
    margin:2px 0 0!important;
    color:#17364d!important;
    font-size:17px!important;
}
.hpz-news-comments-head h3 i{color:#718800}
.hpz-news-comments-count{
    display:grid;
    place-items:center;
    min-width:28px;
    height:28px;
    padding:0 7px;
    background:#eef4d8;
    color:#657c00;
    font-size:11px;
    font-weight:800;
}
.hpz-news-comment-scroll{
    flex:1 1 auto;
    min-height:0;
    overflow:auto;
    padding:8px 10px;
}
.hpz-news-comment-list{display:grid;gap:7px}
.hpz-news-comment{
    display:grid!important;
    grid-template-columns:38px minmax(0,1fr);
    gap:9px;
    margin:0!important;
    padding:10px!important;
    border:1px solid #e0e6e9!important;
    background:#fff!important;
}
.hpz-news-comment-avatar{
    display:grid;
    place-items:center;
    width:38px;
    height:38px;
    overflow:hidden;
    border-radius:50%;
    background:#17364d;
    color:#fff;
    font-size:11px;
    font-weight:800;
}
.hpz-news-comment-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.hpz-news-comment-avatar--initials{background:#eaf1c9;color:#526800}
.hpz-news-comment-content{min-width:0}
.hpz-news-comment-meta{
    display:flex;
    align-items:baseline;
    justify-content:space-between;
    gap:8px;
    margin-bottom:3px;
}
.hpz-news-comment-meta strong{
    color:#17364d!important;
    font-size:12px!important;
}
.hpz-news-comment-meta time{
    flex:0 0 auto;
    color:#89979e;
    font-size:9px;
}
.hpz-news-comment p{
    margin:0!important;
    color:#526975!important;
    font-size:12px!important;
    line-height:1.45!important;
}
.hpz-news-comments-empty{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:100px;
    color:#82929a;
    font-size:11px;
}
.hpz-news-comment-form{
    flex:0 0 auto;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto;
    gap:7px;
    margin:0!important;
    padding:10px!important;
    border-top:1px solid #dce4e8;
    background:#fff;
}
.hpz-news-comment-form textarea{
    min-height:42px!important;
    max-height:100px;
    resize:vertical;
    margin:0!important;
    padding:9px 10px!important;
    border:1px solid #d4dee3!important;
    font-size:12px!important;
}
.hpz-news-comment-form button{
    align-self:end;
    min-height:42px!important;
    padding:8px 12px!important;
    border:0!important;
    background:#17364d!important;
    color:#fff!important;
    font-size:11px!important;
}
.hpz-news-comment-form button i{margin-right:5px;color:#afca0a}

/* News Admin: FullHD nicht in Mikroschrift */
@media(min-width:901px){
    .hpz-admin-shell--news .hpz-admin-shell__header-kicker,
    .hpz-admin-shell--news .hpz-admin-shell__nav-section-title{
        font-size:10px!important;
    }
    .hpz-admin-shell--news .hpz-admin-shell__header h1{
        font-size:31px!important;
    }
    .hpz-admin-shell--news .hpz-admin-shell__header p{
        font-size:14px!important;
    }
    .hpz-admin-shell--news .hpz-admin-shell__nav-label{
        font-size:14px!important;
    }
    .hpz-admin-shell--news .hpz-admin-shell__nav-description{
        font-size:11px!important;
    }
    .hpz-news-admin-context h2{
        font-size:22px!important;
    }
    .hpz-news-admin-context p{
        font-size:13px!important;
    }
    .hpz-news-workflow-tabs a{
        min-height:39px!important;
        padding:8px 12px!important;
        font-size:12px!important;
    }
    .hpz-news-workflow-tabs a span{
        min-width:22px!important;
        height:20px!important;
        font-size:10px!important;
    }
    .hpz-news-admin-filters label{
        font-size:10px!important;
    }
    .hpz-news-admin-filters input,
    .hpz-news-admin-filters select{
        height:40px!important;
        font-size:12px!important;
    }
    .hpz-news-admin-resultbar strong{
        font-size:13px!important;
    }
    .hpz-news-admin-resultbar span{
        font-size:11px!important;
    }
    .hpz-news-admin-titleline>strong{
        font-size:17px!important;
    }
    .hpz-news-admin-summary{
        font-size:12px!important;
        line-height:1.5!important;
    }
    .hpz-news-admin-meta-grid dt{
        font-size:9px!important;
    }
    .hpz-news-admin-meta-grid dd{
        font-size:11px!important;
    }
    .hpz-news-admin-status{
        font-size:9px!important;
    }
    .hpz-news-admin-actions .hpz-news-admin-btn,
    .hpz-news-admin-actions a,
    .hpz-news-admin-actions button{
        min-height:37px!important;
        padding:7px 12px!important;
        font-size:11px!important;
    }

    /* News Studio */
    .hpz-news-studio-heading>div>span{
        font-size:10px!important;
    }
    .hpz-news-studio-heading>div>strong{
        font-size:16px!important;
    }
    .hpz-news-studio-heading small,
    .hpz-news-studio-toolbar{
        font-size:12px!important;
    }
    .hpz-news-editor-tabs button{
        min-height:40px!important;
        padding:8px 12px!important;
        font-size:12px!important;
    }
    .hpz-news-editor-section>h3{
        font-size:21px!important;
    }
    .hpz-news-editor-section label,
    .hpz-news-editor-field>strong{
        font-size:12px!important;
    }
    .hpz-news-editor-section input[type=text],
    .hpz-news-editor-section input[type=datetime-local],
    .hpz-news-editor-section textarea,
    .hpz-news-editor-section select{
        min-height:40px!important;
        font-size:12px!important;
    }
    .hpz-news-workflow-box h4{
        font-size:14px!important;
    }
    .hpz-news-workflow-box p{
        font-size:12px!important;
    }
}

/* Banner-Erklärung im Editor */
.hpz-news-option-with-help{
    align-items:flex-start!important;
}
.hpz-news-option-with-help>span{
    display:flex;
    flex-direction:column;
    gap:2px;
}
.hpz-news-option-with-help small{
    max-width:320px;
    color:#81919a;
    font-size:10px;
    font-weight:400;
    line-height:1.3;
}

/* Mobile: Kommentare wieder unter dem Artikel */
@media(max-width:900px){
    .hpz-news-modal-article.has-comments{
        display:block!important;
        max-height:none!important;
        overflow:auto!important;
    }
    .hpz-news-modal-comments-pane{
        height:auto!important;
        overflow:visible!important;
    }
    .hpz-news-comments{
        height:auto;
    }
    .hpz-news-comment-scroll{
        max-height:420px;
    }
    .hpz-news-acknowledgement{
        grid-template-columns:1fr!important;
    }
    .hpz-news-confirm{
        width:100%;
    }
}


/* HPZ News 2.13.0 – Banner, Planung, Umfragen & Admin Typografie */

/* Admin noch eine Stufe lesbarer */
@media(min-width:901px){
    .hpz-admin-shell--news .hpz-admin-shell__nav-label{font-size:15px!important}
    .hpz-admin-shell--news .hpz-admin-shell__nav-description{font-size:12px!important}
    .hpz-news-workflow-tabs a{font-size:13px!important}
    .hpz-news-admin-filters label{font-size:11px!important}
    .hpz-news-admin-filters input,.hpz-news-admin-filters select{font-size:13px!important}
    .hpz-news-admin-titleline>strong{font-size:18px!important}
    .hpz-news-admin-summary{font-size:13px!important}
    .hpz-news-admin-meta-grid dt{font-size:10px!important}
    .hpz-news-admin-meta-grid dd{font-size:12px!important}
    .hpz-news-admin-actions a,.hpz-news-admin-actions button{font-size:12px!important}
    .hpz-news-editor-tabs button{font-size:13px!important}
    .hpz-news-editor-section label,.hpz-news-editor-field>strong{font-size:13px!important}
    .hpz-news-editor-section input[type=text],.hpz-news-editor-section input[type=datetime-local],.hpz-news-editor-section textarea,.hpz-news-editor-section select{font-size:13px!important}
}

/* Banner im Newsfeed */
.hpz-news-banners{display:grid;gap:7px}
.hpz-news-banner{
    display:grid;
    grid-template-columns:42px minmax(0,1fr) auto auto;
    align-items:center;
    gap:12px;
    min-height:64px;
    padding:10px 12px;
    border:1px solid #d9e2e6;
    border-left:4px solid #afca0a;
    background:#f8faef;
}
.hpz-news-banner.is-important{border-left-color:#d58a00;background:#fff8e9}
.hpz-news-banner.is-urgent{border-left-color:#bd2d22;background:#fff1ef}
.hpz-news-banner__icon{display:grid;place-items:center;width:38px;height:38px;background:#eef4d8;color:#718800}
.hpz-news-banner.is-important .hpz-news-banner__icon{background:#fff0cc;color:#a76500}
.hpz-news-banner.is-urgent .hpz-news-banner__icon{background:#f8d9d5;color:#a3241b}
.hpz-news-banner__copy{display:flex;flex-direction:column;min-width:0}
.hpz-news-banner__copy>span{font-size:9px;font-weight:800;letter-spacing:.08em;color:#7b8b93}
.hpz-news-banner__copy strong{color:#17364d;font-size:15px;line-height:1.25}
.hpz-news-banner__copy small{margin-top:2px;color:#637782;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hpz-news-banner time{color:#73858e;font-size:10px;white-space:nowrap}
.hpz-news-banner__open{min-height:34px;padding:6px 10px;border:1px solid #d2dde2;background:#fff;color:#17364d;font-size:11px;font-weight:800}
.hpz-news-banner__open:hover{background:#17364d;color:#fff}

/* Banner-Einstellungen im Editor */
.hpz-news-banner-settings{
    display:grid;
    grid-template-columns:minmax(250px,1.4fr) minmax(190px,.7fr) minmax(190px,.7fr);
    align-items:end;
    gap:10px;
    margin-top:10px;
    padding:12px;
    border:1px solid #dce4e8;
    border-left:4px solid #afca0a;
    background:#f8faef;
}
.hpz-news-banner-settings[hidden]{display:none!important}
.hpz-news-banner-settings>div{display:flex;flex-direction:column}
.hpz-news-banner-settings>div>strong{color:#17364d;font-size:13px}
.hpz-news-banner-settings>div>small,.hpz-news-banner-settings label>small{color:#778991;font-size:10px;line-height:1.35}
.hpz-news-banner-settings label{display:grid;gap:4px}

/* Ergebnis-Sichtbarkeit klar kommunizieren */
.hpz-news-poll-results-locked{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:10px;
    padding:11px 12px;
    border:1px solid #dce4e8;
    background:#f4f7f8;
    color:#60747f;
}
.hpz-news-poll-results-locked>i{display:grid;place-items:center;width:34px;height:34px;background:#fff;color:#718800}
.hpz-news-poll-results-locked>span{display:flex;flex-direction:column}
.hpz-news-poll-results-locked strong{color:#17364d;font-size:13px}
.hpz-news-poll-results-locked small{font-size:11px}

/* Poll Frontend etwas ruhiger und klarer */
.hpz-news-poll{border:1px solid #dce4e8!important;background:#fff!important}
.hpz-news-poll-head{background:#f8fafb!important;border-bottom:1px solid #e1e7ea!important}
.hpz-news-poll-options{display:grid;gap:7px;padding:10px 12px!important}
.hpz-news-poll-option{margin:0!important;border:1px solid #dce4e8!important;background:#fff!important}
.hpz-news-poll-option:hover{border-color:#afca0a!important;background:#fafced!important}
.hpz-news-poll-result{padding:10px 12px!important;border-bottom:1px solid #edf1f3}
.hpz-news-poll-result:last-child{border-bottom:0}
.hpz-news-poll-bar{height:8px!important;border-radius:0!important;background:#edf1f2!important}
.hpz-news-poll-bar i{background:#afca0a!important}

/* Dedicated evaluation modal */
.hpz-news-poll-evaluation-modal{width:min(1180px,calc(100vw - 40px))}
.hpz-news-poll-evaluation-actions{display:flex;align-items:center;gap:8px}
.hpz-news-poll-evaluation-body{display:grid;gap:12px;padding:14px}
.hpz-news-poll-evaluation-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.hpz-news-poll-evaluation-kpis article{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #dce4e8;background:#fff}
.hpz-news-poll-evaluation-kpis article>i{display:grid;place-items:center;width:38px;height:38px;background:#eef4d8;color:#718800}
.hpz-news-poll-evaluation-kpis article>div{display:flex;flex-direction:column}
.hpz-news-poll-evaluation-kpis strong{color:#17364d;font-size:22px}
.hpz-news-poll-evaluation-kpis span{color:#72848d;font-size:10px}
.hpz-news-poll-evaluation-meta{display:flex;flex-wrap:wrap;gap:6px;padding:9px;border:1px solid #dce4e8;background:#fff}
.hpz-news-poll-evaluation-meta span{padding:6px 8px;background:#f3f6f7;color:#5e737e;font-size:11px}
.hpz-news-poll-evaluation-results{display:grid;gap:8px}
.hpz-news-poll-evaluation-result{padding:12px;border:1px solid #dce4e8;background:#fff}
.hpz-news-poll-evaluation-result__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:7px}
.hpz-news-poll-evaluation-result__head strong{color:#17364d;font-size:14px}
.hpz-news-poll-evaluation-result__head span{color:#6e818a;font-size:11px}
.hpz-news-poll-evaluation-bar{height:11px;background:#edf1f2;overflow:hidden}
.hpz-news-poll-evaluation-bar i{display:block;height:100%;background:#afca0a}
.hpz-news-poll-evaluation-people{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-top:9px}
.hpz-news-poll-evaluation-people>div{display:flex;align-items:center;gap:6px;padding:6px;background:#f7f9fa}

/* Geplante Veröffentlichung hervorheben */
.hpz-news-admin-status.is-future{background:#eef2ff!important;color:#4157a8!important}
.hpz-news-studio-state .hpz-news-status-badge{font-size:11px!important}

@media(max-width:900px){
    .hpz-news-banner{grid-template-columns:36px minmax(0,1fr) auto}
    .hpz-news-banner time{display:none}
    .hpz-news-banner__copy small{white-space:normal}
    .hpz-news-banner-settings{grid-template-columns:1fr}
    .hpz-news-poll-evaluation-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}
    .hpz-news-poll-evaluation-people{grid-template-columns:1fr}
}


/* HPZ News 2.13.1 / Core 8.120 – kompakter Feed-Kopf, Pinning & Hero-Banner */

/* Gewünschter Abstand unter globalem Header */
.hpz-news-app.hpz-news-feed-layout{
    padding-top:10px!important;
}

/* Der News-Kopf ist Teil des Inhalts und soll NICHT am Viewport kleben.
   Die ältere 2.x-Regel position:sticky führte unter dem globalen HPZnet-Header
   zu dem sichtbaren "hängenden" Zustand. */
.hpz-news-feed-topbar{
    position:static!important;
    top:auto!important;
    z-index:auto!important;
}

/* Alte Banner-Darstellung vollständig neutralisieren; neue Semantik siehe unten */
.hpz-news-banners,.hpz-news-banner{display:none!important}

/* Anheften = kompakte Hinweiszeile */
.hpz-news-pinned-notices{
    display:grid;
    gap:6px;
}
.hpz-news-pinned-notice{
    display:grid;
    grid-template-columns:36px minmax(0,1fr) auto auto;
    align-items:center;
    gap:10px;
    min-height:52px;
    padding:7px 10px;
    border:1px solid #d9e2e6;
    border-left:4px solid #afca0a;
    background:#f8faef;
}
.hpz-news-pinned-notice.is-important{
    border-left-color:#d58a00;
    background:#fff8e9;
}
.hpz-news-pinned-notice.is-urgent{
    border-left-color:#bd2d22;
    background:#fff1ef;
}
.hpz-news-pinned-notice__icon{
    display:grid;
    place-items:center;
    width:32px;
    height:32px;
    background:#eef4d8;
    color:#718800;
}
.hpz-news-pinned-notice__copy{
    display:flex;
    flex-direction:column;
    min-width:0;
}
.hpz-news-pinned-notice__copy>span{
    color:#7a8b93;
    font-size:8px;
    font-weight:800;
    letter-spacing:.09em;
}
.hpz-news-pinned-notice__copy strong{
    overflow:hidden;
    color:#17364d;
    font-size:13px;
    line-height:1.25;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.hpz-news-pinned-notice__copy small{
    overflow:hidden;
    margin-top:1px;
    color:#647983;
    font-size:11px;
    line-height:1.25;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.hpz-news-pinned-notice time{
    color:#768890;
    font-size:9px;
    white-space:nowrap;
}
.hpz-news-pinned-notice__open{
    min-height:32px;
    padding:5px 9px;
    border:1px solid #d4dfe4;
    background:#fff;
    color:#17364d;
    font-size:10px;
    font-weight:800;
}

/* Banner = echtes Hero über die gesamte Breite der mittleren News-Spalte */
.hpz-news-hero-banners{
    display:grid;
    gap:8px;
}
.hpz-news-hero-banner{
    position:relative;
    min-height:300px;
    overflow:hidden;
    border-top:4px solid #afca0a;
    background:#17364d;
}
.hpz-news-hero-banner__image{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}
.hpz-news-hero-banner__shade{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(9,34,52,.88) 0%,rgba(9,34,52,.64) 48%,rgba(9,34,52,.10) 100%);
}
.hpz-news-hero-banner.no-image .hpz-news-hero-banner__shade{
    background:linear-gradient(120deg,#17364d,#315e6a);
}
.hpz-news-hero-banner__content{
    position:relative;
    z-index:1;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    width:min(680px,76%);
    min-height:300px;
    padding:30px;
    color:#fff;
}
.hpz-news-hero-banner__kicker{
    display:inline-flex;
    align-items:center;
    gap:7px;
    width:max-content;
    margin-bottom:8px;
    padding:5px 8px;
    background:rgba(255,255,255,.14);
    font-size:9px;
    font-weight:800;
    letter-spacing:.09em;
}
.hpz-news-hero-banner h2{
    margin:0!important;
    color:#fff!important;
    font-size:30px!important;
    line-height:1.12!important;
}
.hpz-news-hero-banner p{
    margin:9px 0 15px!important;
    color:rgba(255,255,255,.88)!important;
    font-size:14px!important;
    line-height:1.45!important;
}
.hpz-news-hero-banner__open{
    width:max-content;
    min-height:38px;
    padding:8px 13px;
    border:1px solid rgba(255,255,255,.65);
    background:#fff;
    color:#17364d;
    font-size:11px;
    font-weight:800;
}
.hpz-news-hero-banner__open:hover{
    background:#afca0a;
    border-color:#afca0a;
}

/* Ohne die redundante Pin-Box darf die rechte Spalte ruhiger wirken. */
.hpz-news-sidebar-right{
    gap:10px;
}

/* Akademie-Admin ohne Shell-Kopf: Content beginnt direkt unter globalem Header */
.hpz-admin-shell--akademie.hpz-admin-shell--no-header .hpz-admin-shell__content{
    padding-top:0!important;
}
.hpz-admin-shell--akademie.hpz-admin-shell--no-header .hpz-admin-shell__content-inner{
    padding-top:22px!important;
}

/* Desktop FullHD */
@media(min-width:1451px){
    .hpz-news-hero-banner{min-height:330px}
    .hpz-news-hero-banner__content{min-height:330px}
}

/* Tablet / Mobile */
@media(max-width:900px){
    .hpz-news-app.hpz-news-feed-layout{
        padding-top:6px!important;
    }
    .hpz-news-hero-banner{
        min-height:250px;
    }
    .hpz-news-hero-banner__content{
        width:100%;
        min-height:250px;
        padding:22px 18px;
        justify-content:flex-end;
    }
    .hpz-news-hero-banner__shade{
        background:linear-gradient(0deg,rgba(9,34,52,.92) 0%,rgba(9,34,52,.46) 62%,rgba(9,34,52,.12) 100%);
    }
    .hpz-news-hero-banner h2{
        font-size:24px!important;
    }
    .hpz-news-hero-banner p{
        font-size:12px!important;
    }
    .hpz-news-pinned-notice{
        grid-template-columns:32px minmax(0,1fr) auto;
    }
    .hpz-news-pinned-notice time{
        display:none;
    }
    .hpz-news-pinned-notice__copy small{
        white-space:normal;
    }
}
@media(max-width:620px){
    .hpz-news-hero-banner{
        min-height:220px;
    }
    .hpz-news-hero-banner__content{
        min-height:220px;
        padding:18px 14px;
    }
    .hpz-news-hero-banner h2{
        font-size:21px!important;
    }
    .hpz-news-pinned-notice__open{
        width:32px;
        overflow:hidden;
        padding:0;
        font-size:0;
    }
    .hpz-news-pinned-notice__open i{
        font-size:10px;
    }
}


/* HPZ News 2.13.2 / Core 8.121 – stabiler Editor & einheitliche Optionskacheln */

/* Das Modal behält bei jedem Tab exakt dieselbe Arbeitsfläche. */
.hpz-news-editor-modal{
    width:min(1560px,calc(100vw - 32px))!important;
    height:calc(100vh - 32px)!important;
    max-height:calc(100vh - 32px)!important;
    overflow:hidden!important;
}
.hpz-news-editor-modal .hpz-news-editor{
    display:grid!important;
    grid-template-rows:auto auto minmax(0,1fr) auto!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    margin:0!important;
    overflow:hidden!important;
    border:0!important;
}
.hpz-news-editor-modal .hpz-news-editor-tabs{
    flex:0 0 auto;
}
.hpz-news-editor-modal .hpz-news-editor-panel{
    min-width:0;
    min-height:0;
    overflow:auto;
    scrollbar-gutter:stable;
}
.hpz-news-editor-modal .hpz-news-editor-panel.is-active{
    display:block!important;
}
.hpz-news-editor-modal .hpz-news-editor-submit{
    position:static!important;
    flex:0 0 auto;
    margin:0!important;
    padding:11px 18px!important;
    border-top:1px solid #dce4e8!important;
    background:#fff!important;
}

/* Kopfstatus: eine Zeile, vertikal sauber mittig */
.hpz-news-studio-toolbar{
    min-height:72px!important;
    grid-template-columns:minmax(0,1fr) auto auto!important;
    align-items:center!important;
    padding:10px 14px!important;
    margin:0!important;
    border:0!important;
    border-bottom:1px solid #dce4e8!important;
    border-top:3px solid #afca0a!important;
    box-shadow:none!important;
}
.hpz-news-studio-state{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:7px!important;
    min-height:34px;
    white-space:nowrap;
    text-align:right!important;
}
.hpz-news-studio-state small{
    color:#71838d!important;
    font-size:11px!important;
}
.hpz-news-studio-state__separator{
    color:#9ba8ae;
    font-size:12px;
}
.hpz-news-studio-state .hpz-news-status-badge{
    margin:0!important;
    min-height:28px;
    display:inline-flex!important;
    align-items:center;
    padding:5px 8px!important;
    font-size:11px!important;
}

/* Tabs näher an den übrigen HPZ-Modulen */
.hpz-news-editor-tabs{
    min-height:48px;
    padding-left:10px!important;
    background:#fff!important;
    border-bottom:1px solid #dce4e8!important;
}
.hpz-news-editor-tabs button{
    position:relative;
    min-height:48px!important;
    padding:9px 14px!important;
    border:0!important;
    border-right:1px solid #e4eaed!important;
    background:#fff!important;
    color:#405965!important;
    font-size:13px!important;
    font-weight:750!important;
}
.hpz-news-editor-tabs button.is-active{
    background:#f1f6da!important;
    color:#17364d!important;
}
.hpz-news-editor-tabs button.is-active::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:3px;
    background:#afca0a;
}

/* Einheitliche Selects mit eigenem Pfeil statt Browser-Großdropdown-Optik */
.hpz-news-select-wrap{
    position:relative;
    display:block;
    width:100%;
}
.hpz-news-select-wrap::after{
    content:"";
    position:absolute;
    right:13px;
    top:50%;
    width:7px;
    height:7px;
    border-right:2px solid #536b78;
    border-bottom:2px solid #536b78;
    transform:translateY(-68%) rotate(45deg);
    pointer-events:none;
}
.hpz-news-select-wrap select,
.hpz-news-editor-section select{
    width:100%!important;
    min-height:42px!important;
    padding:8px 38px 8px 11px!important;
    border:1px solid #cfd9de!important;
    border-radius:0!important;
    background:#fff!important;
    color:#17364d!important;
    font-size:13px!important;
    font-weight:600!important;
    appearance:none!important;
    -webkit-appearance:none!important;
    box-shadow:none!important;
}
.hpz-news-select-wrap select:focus,
.hpz-news-editor-section select:focus{
    outline:0!important;
    border-color:#afca0a!important;
    box-shadow:0 0 0 2px rgba(175,202,10,.12)!important;
}
.hpz-news-editor-control{
    display:grid!important;
    align-content:start;
    gap:6px!important;
}
.hpz-news-editor-control>small{
    color:#71838d;
    font-size:10px!important;
    line-height:1.35;
}

/* Klickbare Optionskacheln */
.hpz-news-option-cards{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    margin-top:2px;
}
.hpz-news-option-card{
    position:relative;
    display:grid!important;
    grid-template-columns:38px minmax(0,1fr) 28px!important;
    align-items:center!important;
    gap:10px!important;
    min-height:78px;
    padding:11px 12px!important;
    border:1px solid #d8e1e5!important;
    border-left:3px solid transparent!important;
    background:#fff!important;
    cursor:pointer;
    font-weight:400!important;
    transition:border-color .14s,background .14s,transform .14s;
}
.hpz-news-option-card:hover{
    border-color:#c7d58b!important;
    border-left-color:#afca0a!important;
    background:#fbfdee!important;
}
.hpz-news-option-card:has(>input:checked){
    border-color:#b9cc54!important;
    border-left-color:#afca0a!important;
    background:#f4f8df!important;
}
.hpz-news-option-card>input{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    opacity:0!important;
    pointer-events:none;
}
.hpz-news-option-card__icon{
    display:grid;
    place-items:center;
    width:38px;
    height:38px;
    background:#eef4d8;
    color:#718800;
    font-size:15px;
}
.hpz-news-option-card__copy{
    display:flex!important;
    flex-direction:column;
    gap:2px!important;
    min-width:0;
}
.hpz-news-option-card__copy strong{
    color:#17364d;
    font-size:13px;
    line-height:1.2;
}
.hpz-news-option-card__copy small{
    color:#71838d;
    font-size:10px;
    line-height:1.35;
    font-weight:400;
}
.hpz-news-option-card__check{
    display:grid;
    place-items:center;
    width:24px;
    height:24px;
    border:1px solid #cbd6db;
    background:#fff;
    color:transparent;
    font-size:10px;
}
.hpz-news-option-card:has(>input:checked) .hpz-news-option-card__check{
    border-color:#afca0a;
    background:#afca0a;
    color:#17364d;
}
.hpz-news-option-card--select{
    grid-template-columns:38px minmax(0,1fr)!important;
    grid-template-rows:auto auto;
    cursor:default;
    background:#f8fafb!important;
}
.hpz-news-option-card--select:hover{
    border-color:#d8e1e5!important;
    border-left-color:transparent!important;
    background:#f8fafb!important;
}
.hpz-news-option-card__select{
    grid-column:1/-1;
    margin-top:2px;
}
.hpz-news-option-card--compact{
    min-height:70px;
}

/* Standardfelder / Kartenabstände */
.hpz-news-editor-section{
    padding:16px 18px!important;
    gap:12px!important;
}
.hpz-news-admin-grid{
    gap:10px!important;
}
.hpz-news-admin-form input[type=text],
.hpz-news-admin-form input[type=datetime-local],
.hpz-news-admin-form textarea{
    border-color:#cfd9de!important;
    box-shadow:none!important;
}
.hpz-news-admin-form input:focus,
.hpz-news-admin-form textarea:focus{
    outline:0!important;
    border-color:#afca0a!important;
    box-shadow:0 0 0 2px rgba(175,202,10,.12)!important;
}

/* Bannerbox im selben Flächenstil */
.hpz-news-banner-settings{
    border:1px solid #d8e1e5!important;
    border-left:3px solid #afca0a!important;
    background:#f7fae9!important;
}

/* FullHD: besserer Ausgleich im Toolbar-Kopf */
@media(min-width:1200px){
    .hpz-news-studio-heading{
        min-width:360px;
    }
    .hpz-news-studio-actions{
        gap:7px!important;
    }
}
@media(max-width:1000px){
    .hpz-news-studio-toolbar{
        grid-template-columns:1fr auto!important;
    }
    .hpz-news-studio-state{
        grid-column:1/2;
        grid-row:2;
        justify-content:flex-start!important;
    }
    .hpz-news-studio-actions{
        grid-column:2;
        grid-row:1/3;
        flex-wrap:wrap;
        justify-content:flex-end;
    }
    .hpz-news-option-cards{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}
@media(max-width:700px){
    .hpz-news-editor-modal{
        width:100vw!important;
        height:100vh!important;
        max-height:100vh!important;
    }
    .hpz-news-studio-toolbar{
        display:block!important;
    }
    .hpz-news-studio-state{
        justify-content:flex-start!important;
        margin-top:7px;
    }
    .hpz-news-studio-actions{
        margin-top:8px;
    }
    .hpz-news-option-cards{
        grid-template-columns:1fr!important;
    }
}


/* HPZ News 2.13.3 / Core 8.122 – Modal Artikel/Interaktion, echte Reaktionen, Poll-Layout */

/* Weißer Streifen am linken Modalrand entfernen */
.hpz-news-modal-dialog{
    padding:0!important;
    border:0!important;
}
.hpz-news-modal-content,
.hpz-news-modal-article{
    margin:0!important;
    padding:0!important;
}

/* Hero über die gesamte Breite, darunter Artikel + schmale Interaktionsspalte */
.hpz-news-modal-article{
    display:block!important;
    max-height:calc(100vh - 30px)!important;
    overflow:auto!important;
    background:#fff;
}
.hpz-news-modal-hero{
    position:relative!important;
    top:auto!important;
    width:100%!important;
    height:clamp(260px,36vh,410px)!important;
    max-height:410px!important;
}
.hpz-news-modal-lower{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    min-height:0;
}
.hpz-news-modal-article.has-interaction .hpz-news-modal-lower{
    grid-template-columns:minmax(0,1.75fr) minmax(300px,.7fr);
}
.hpz-news-modal-primary{
    min-width:0;
    max-height:none!important;
    overflow:visible!important;
    border-right:0!important;
}
.hpz-news-modal-interaction-pane{
    min-width:0;
    display:flex;
    flex-direction:column;
    border-left:1px solid #dce4e8;
    background:#f7f9fa;
}
.hpz-news-modal-interaction-pane .hpz-news-comments{
    flex:1 1 auto;
    min-height:260px;
    max-height:520px;
}
.hpz-news-modal-interaction-pane .hpz-news-comment-scroll{
    max-height:360px;
}

/* Reaktionen bekommen Bedeutung: Beschriftung, Anzahl und ausgewählter Zustand */
.hpz-news-reactions-panel{
    flex:0 0 auto;
    padding:12px;
    border-bottom:1px solid #dce4e8;
    background:#fff;
}
.hpz-news-reactions-panel__head{
    display:flex;
    flex-direction:column;
    margin-bottom:8px;
}
.hpz-news-reactions-panel__head>span{
    color:#87969d;
    font-size:9px;
    font-weight:800;
    letter-spacing:.08em;
}
.hpz-news-reactions-panel__head>strong{
    margin-top:2px;
    color:#17364d;
    font-size:13px;
}
.hpz-news-reaction-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6px;
}
.hpz-news-reactions-panel .hpz-news-react{
    display:grid!important;
    grid-template-columns:28px minmax(0,1fr) auto;
    align-items:center;
    gap:6px;
    min-height:42px;
    margin:0!important;
    padding:6px 8px!important;
    border:1px solid #dbe3e7!important;
    background:#f8fafb!important;
    color:#17364d!important;
    cursor:pointer;
}
.hpz-news-reactions-panel .hpz-news-react:hover{
    border-color:#afca0a!important;
    background:#fafdec!important;
}
.hpz-news-reactions-panel .hpz-news-react.is-active{
    border-color:#afca0a!important;
    background:#eef4d8!important;
    box-shadow:inset 3px 0 0 #afca0a;
}
.hpz-news-react__icon{
    font-size:17px;
    line-height:1;
}
.hpz-news-react__label{
    overflow:hidden;
    font-size:10px;
    font-weight:700;
    text-align:left;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.hpz-news-react__count{
    display:grid;
    place-items:center;
    min-width:20px;
    height:20px;
    padding:0 5px;
    background:#fff;
    color:#687b85;
    font-size:9px;
    font-weight:800;
}
.hpz-news-react.is-active .hpz-news-react__count{
    background:#afca0a;
    color:#17364d;
}

/* Artikeltools links enthalten jetzt primär Kenntnisnahme; alte Emoji-Leiste unter Artikel entfällt */
.hpz-news-modal-body>.hpz-news-tools:empty{display:none!important}

/* Poll-Antworten auf Desktop zweispaltig */
@media(min-width:901px){
    .hpz-news-poll-options{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        align-items:stretch;
    }
    .hpz-news-poll-option{
        min-height:54px;
        display:flex!important;
        align-items:center;
    }
    .hpz-news-poll-option>span{
        width:100%;
    }
}

/* Poll-Editor: vier Einstellungen passen sauber in zwei Spalten */
.hpz-news-poll-settings{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
}

/* Responsive */
@media(max-width:900px){
    .hpz-news-modal-article.has-interaction .hpz-news-modal-lower{
        grid-template-columns:1fr!important;
    }
    .hpz-news-modal-interaction-pane{
        border-left:0;
        border-top:1px solid #dce4e8;
    }
    .hpz-news-modal-interaction-pane .hpz-news-comments{
        max-height:none;
    }
    .hpz-news-modal-interaction-pane .hpz-news-comment-scroll{
        max-height:420px;
    }
    .hpz-news-poll-options{
        grid-template-columns:1fr!important;
    }
}
@media(max-width:620px){
    .hpz-news-reaction-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .hpz-news-poll-settings{
        grid-template-columns:1fr!important;
    }
}

.hpz-news-card .hpz-news-image img,.hpz-news-modal-hero img,.hpz-news-hero-banner__image{object-position:var(--hpz-hero-dx,50%) var(--hpz-hero-dy,50%)!important}
.hpz-news-hero-focus-editor{grid-column:1/-1;margin-top:12px;padding:12px;border:1px solid #dce4e8;background:#f8fafb}.hpz-news-hero-focus-editor[hidden]{display:none!important}.hpz-news-hero-focus-editor__head{display:flex;flex-direction:column;margin-bottom:10px}.hpz-news-hero-focus-editor__head strong{color:#17364d;font-size:14px}.hpz-news-hero-focus-editor__head small{color:#71838d;font-size:11px}.hpz-news-hero-focus-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hpz-news-hero-focus-grid>section{display:grid;gap:7px;padding:10px;border:1px solid #e0e6e9;background:#fff}.hpz-news-hero-focus-grid>section>span{font-size:9px;font-weight:800;letter-spacing:.08em;color:#718800}.hpz-news-hero-focus-preview{position:relative;height:180px;overflow:hidden;background:#e9eef0}.hpz-news-hero-focus-preview.is-mobile{width:min(190px,100%);height:240px}.hpz-news-hero-focus-preview img{width:100%;height:100%;object-fit:cover}.hpz-news-hero-focus-preview i{position:absolute;width:18px;height:18px;border:2px solid #fff;border-radius:50%;background:#afca0a;box-shadow:0 1px 6px rgba(0,0,0,.35);transform:translate(-50%,-50%);pointer-events:none}.hpz-news-hero-focus-grid label{display:grid;grid-template-columns:80px 1fr 42px;align-items:center;gap:8px;color:#526b77;font-size:11px}.hpz-news-hero-focus-grid output{text-align:right;color:#17364d;font-size:10px;font-weight:800}
@media(max-width:700px){.hpz-news-hero-focus-grid{grid-template-columns:1fr}.hpz-news-hero-focus-preview.is-mobile{width:100%;height:210px}}
@media(max-width:900px){.hpz-news-card .hpz-news-image img,.hpz-news-modal-hero img,.hpz-news-hero-banner__image{object-position:var(--hpz-hero-mx,50%) var(--hpz-hero-my,50%)!important}}


/* News 2.14.1 – Mobile containment */
@media(max-width:900px){
  .hpz-news-app.hpz-news-feed-layout,
  .hpz-news-feed-layout{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    padding:8px 10px 20px!important;
    margin:0!important;
    overflow:hidden!important;
  }
  .hpz-news-feed-main,.hpz-news-feed,.hpz-news-card{min-width:0!important;width:100%!important;max-width:100%!important}
  .hpz-news-feed .hpz-news-card{
    display:block!important;
    grid-template-columns:none!important;
  }
  .hpz-news-image img{
    width:100%!important;
    height:clamp(180px,52vw,260px)!important;
    min-height:0!important;
    object-fit:cover!important;
  }
  .hpz-news-card-body{padding:14px 14px 16px 18px!important}
  .hpz-news-card h3{font-size:20px!important;line-height:1.25!important}
  .hpz-news-poll-options,
  .hpz-news-poll-results{grid-template-columns:1fr!important}

  .hpz-news-modal{
    width:100vw!important;
    height:100dvh!important;
    overflow:hidden!important;
    z-index:100600!important;
  }
  .hpz-news-modal-dialog{
    width:100vw!important;
    max-width:100vw!important;
    min-height:100dvh!important;
    height:100dvh!important;
    max-height:100dvh!important;
    margin:0!important;
    overflow:auto!important;
    overscroll-behavior:contain;
  }
  .hpz-news-modal-article,
  .hpz-news-modal-article.has-comments{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    max-height:none!important;
    overflow:visible!important;
  }
  .hpz-news-modal-primary,
  .hpz-news-modal-comments-pane{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    border:0!important;
  }
  .hpz-news-modal-hero{
    position:relative!important;
    top:auto!important;
    width:100%!important;
    height:clamp(220px,72vw,340px)!important;
    max-height:none!important;
  }
  .hpz-news-modal-body{padding:16px 18px!important}
  .hpz-news-modal-body h2{font-size:27px!important;line-height:1.15!important}
  .hpz-news-acknowledgement{
    grid-template-columns:1fr!important;
    gap:9px!important;
  }
  .hpz-news-confirm{width:100%!important;white-space:normal!important}
  .hpz-news-comments{height:auto!important;max-height:none!important}
  .hpz-news-comment-scroll{max-height:42vh!important;overflow:auto!important}
  .hpz-news-modal-close{
    position:fixed!important;
    top:max(10px,env(safe-area-inset-top))!important;
    right:10px!important;
    float:none!important;
    margin:0!important;
    z-index:20!important;
  }
}


/* HPZ News 2.14.2 / Core 8.137 – mobile Editor kompakt + Vorschau im Status */
.hpz-news-state-preview{
    display:none;
    place-items:center;
    width:32px;
    height:32px;
    padding:0;
    border:1px solid #cfd9de;
    background:#fff;
    color:#17364d;
    cursor:pointer;
}
.hpz-news-state-preview:hover{border-color:#afca0a;background:#f5f8df}

@media(max-width:700px){
    .hpz-news-editor-modal .hpz-news-editor{
        grid-template-rows:auto auto minmax(0,1fr) auto!important;
    }
    .hpz-news-studio-toolbar{
        display:grid!important;
        grid-template-columns:minmax(0,1fr)!important;
        gap:8px!important;
        min-height:0!important;
        padding:9px 12px!important;
    }
    .hpz-news-studio-heading{
        display:grid!important;
        grid-template-columns:auto minmax(0,1fr)!important;
        gap:10px!important;
        align-items:center!important;
    }
    .hpz-news-studio-heading>div{
        text-align:left!important;
    }
    .hpz-news-studio-heading span{
        font-size:9px!important;
    }
    .hpz-news-studio-heading strong{
        font-size:16px!important;
    }
    .hpz-news-cancel-link{
        font-size:11px!important;
        white-space:nowrap;
    }
    .hpz-news-studio-state{
        display:flex!important;
        grid-row:auto!important;
        grid-column:auto!important;
        align-items:center!important;
        justify-content:flex-start!important;
        gap:7px!important;
        min-height:32px!important;
        margin:0!important;
        padding-top:7px;
        border-top:1px solid #edf1f3;
        overflow:hidden;
    }
    .hpz-news-studio-state small{
        min-width:0;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        font-size:10px!important;
    }
    .hpz-news-studio-state__separator{
        flex:0 0 auto;
    }
    .hpz-news-studio-state .hpz-news-status-badge{
        flex:0 0 auto;
        min-height:26px!important;
        padding:4px 7px!important;
        font-size:10px!important;
    }
    .hpz-news-state-preview{
        display:grid!important;
        flex:0 0 32px;
        margin-left:auto;
    }
    /* Dieselben Workflow-Aktionen sind bereits sticky am unteren Rand vorhanden. */
    .hpz-news-studio-actions{
        display:none!important;
    }
    .hpz-news-editor-tabs{
        min-height:42px!important;
        padding:0!important;
        scrollbar-width:none;
    }
    .hpz-news-editor-tabs::-webkit-scrollbar{display:none}
    .hpz-news-editor-tabs button{
        min-height:42px!important;
        padding:7px 12px!important;
        font-size:11px!important;
    }
    .hpz-news-editor-section{
        padding:12px!important;
        gap:10px!important;
    }
    .hpz-news-target-group{
        padding:9px!important;
    }
    .hpz-news-checkbox-grid{
        gap:6px!important;
    }
    .hpz-news-checkbox-grid label{
        min-height:48px;
        padding:8px 10px!important;
        font-size:12px!important;
    }
    .hpz-news-editor-submit{
        padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;
        gap:6px!important;
        flex-wrap:nowrap!important;
        overflow-x:auto;
        scrollbar-width:none;
    }
    .hpz-news-editor-submit::-webkit-scrollbar{display:none}
    .hpz-news-editor-submit .hpz-news-btn{
        flex:1 0 auto!important;
        min-height:42px!important;
        padding:8px 11px!important;
        font-size:11px!important;
        white-space:nowrap;
    }
}


/* ==========================================================================
   HPZ News 2.14.3 / Core 8.141
   MOBILE HARD RESET
   --------------------------------------------------------------------------
   frontend.css enthält historisch mehrere News-Layouts. Auf kleinen Displays
   darf deshalb ab hier ausschließlich diese Geometrie gelten.
   ========================================================================== */
@media (max-width:900px){

    /* ---------- absolutes Containment ---------- */
    .hpz-news-app.hpz-news-feed-layout,
    .hpz-news-feed-layout,
    .hpz-news-feed-main,
    .hpz-news-feed-main > *,
    .hpz-news-feed,
    .hpz-news-feed > *,
    .hpz-news-mobile-moments,
    .hpz-news-mobile-moments *,
    .hpz-news-hero-banners,
    .hpz-news-hero-banners *,
    .hpz-news-pinned-notices,
    .hpz-news-pinned-notices *{
        box-sizing:border-box!important;
        min-width:0!important;
        max-width:100%!important;
    }

    .hpz-news-app.hpz-news-feed-layout{
        display:block!important;
        width:100%!important;
        max-width:100%!important;
        margin:0!important;
        padding:8px 12px 24px!important;
        overflow:visible!important;
    }
    .hpz-news-feed-main{
        display:block!important;
        width:100%!important;
        margin:0!important;
        padding:0!important;
        overflow:visible!important;
    }
    .hpz-news-sidebar-left,
    .hpz-news-sidebar-right{
        display:none!important;
    }

    /* ---------- kompakter Feed-Kopf ---------- */
    .hpz-news-feed-topbar{
        position:static!important;
        display:block!important;
        width:100%!important;
        min-height:0!important;
        margin:0 0 8px!important;
        padding:11px 12px!important;
        border:1px solid #dce4e8!important;
        border-left:3px solid #afca0a!important;
        border-top:1px solid #dce4e8!important;
        background:#fff!important;
        overflow:hidden!important;
        box-shadow:none!important;
    }
    .hpz-news-feed-title{
        display:grid!important;
        grid-template-columns:34px minmax(0,1fr)!important;
        align-items:center!important;
        gap:10px!important;
        width:100%!important;
        margin:0!important;
    }
    .hpz-news-feed-title__icon{
        display:grid!important;
        place-items:center!important;
        width:34px!important;
        height:34px!important;
        min-width:34px!important;
        flex:none!important;
        font-size:14px!important;
        background:#17364d!important;
        color:#fff!important;
    }
    .hpz-news-feed-title>div{
        width:100%!important;
        min-width:0!important;
        overflow:hidden!important;
    }
    .hpz-news-feed-kicker{
        display:block!important;
        margin:0 0 1px!important;
        font-size:8px!important;
        line-height:1.15!important;
        letter-spacing:.08em!important;
        white-space:normal!important;
        overflow-wrap:anywhere!important;
    }
    .hpz-news-feed-title strong{
        display:block!important;
        margin:0!important;
        font-size:20px!important;
        line-height:1.08!important;
        white-space:normal!important;
        overflow-wrap:anywhere!important;
    }
    .hpz-news-feed-title small{
        display:block!important;
        margin:3px 0 0!important;
        font-size:11px!important;
        line-height:1.35!important;
        white-space:normal!important;
        overflow-wrap:anywhere!important;
    }
    .hpz-news-feed-topbar__right,
    .hpz-news-feed-live{
        display:none!important;
    }

    /* ---------- Banner / Hervorgehoben ---------- */
    .hpz-news-hero-banners{
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:7px!important;
        width:100%!important;
        margin:0 0 8px!important;
    }
    .hpz-news-hero-banner{
        position:relative!important;
        display:block!important;
        width:100%!important;
        min-height:0!important;
        height:190px!important;
        margin:0!important;
        overflow:hidden!important;
        border-top:3px solid #afca0a!important;
    }
    .hpz-news-hero-banner__image{
        position:absolute!important;
        inset:0!important;
        width:100%!important;
        height:100%!important;
        object-fit:cover!important;
    }
    .hpz-news-hero-banner__content{
        position:relative!important;
        z-index:2!important;
        display:flex!important;
        flex-direction:column!important;
        justify-content:flex-end!important;
        width:100%!important;
        min-height:190px!important;
        height:190px!important;
        padding:14px!important;
        overflow:hidden!important;
    }
    .hpz-news-hero-banner__kicker{
        width:max-content!important;
        max-width:100%!important;
        margin:0 0 6px!important;
        padding:4px 7px!important;
        font-size:8px!important;
        line-height:1!important;
    }
    .hpz-news-hero-banner h2{
        width:100%!important;
        max-width:100%!important;
        margin:0!important;
        font-size:21px!important;
        line-height:1.12!important;
        white-space:normal!important;
        overflow-wrap:anywhere!important;
        word-break:normal!important;
    }
    .hpz-news-hero-banner p{
        display:-webkit-box!important;
        width:100%!important;
        margin:6px 0 9px!important;
        font-size:11px!important;
        line-height:1.35!important;
        white-space:normal!important;
        overflow:hidden!important;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
    }
    .hpz-news-hero-banner__open{
        width:max-content!important;
        max-width:100%!important;
        min-height:32px!important;
        padding:6px 9px!important;
        font-size:10px!important;
    }

    /* ---------- Filter ---------- */
    .hpz-news-feed-toolbar{
        display:flex!important;
        align-items:center!important;
        gap:6px!important;
        width:100%!important;
        margin:0 0 8px!important;
        padding:6px!important;
        overflow:hidden!important;
    }
    .hpz-news-filterbar{
        display:flex!important;
        flex:1 1 auto!important;
        width:auto!important;
        min-width:0!important;
        gap:4px!important;
        overflow-x:auto!important;
        overflow-y:hidden!important;
        flex-wrap:nowrap!important;
        padding:0!important;
        scrollbar-width:none!important;
    }
    .hpz-news-filterbar::-webkit-scrollbar{display:none!important}
    .hpz-news-filterbar button{
        flex:0 0 auto!important;
        width:auto!important;
        min-width:34px!important;
        min-height:34px!important;
        padding:6px 8px!important;
        font-size:10px!important;
        white-space:nowrap!important;
    }
    .hpz-news-filterbar button span{
        display:inline!important;
    }
    .hpz-news-mobile-filter-toggle{
        flex:0 0 34px!important;
        width:34px!important;
        height:34px!important;
        padding:0!important;
    }
    .hpz-news-mobile-filter-toggle span{display:none!important}

    /* ---------- HPZ Momente: echte horizontale Thumbnail-Leiste ---------- */
    .hpz-news-mobile-moments{
        display:block!important;
        width:100%!important;
        margin:0 0 9px!important;
        overflow:hidden!important;
    }
    .hpz-news-mobile-moments .hpz-news-sidebox{
        display:block!important;
        width:100%!important;
        margin:0!important;
        padding:8px!important;
        overflow:hidden!important;
        border:1px solid #dce4e8!important;
        background:#fff!important;
    }
    .hpz-news-mobile-moments .hpz-news-sidebox-head{
        display:flex!important;
        align-items:center!important;
        justify-content:space-between!important;
        min-height:0!important;
        margin:0 0 7px!important;
        padding:0!important;
        border:0!important;
    }
    .hpz-news-mobile-moments .hpz-news-sidebox-kicker{
        display:none!important;
    }
    .hpz-news-mobile-moments .hpz-news-sidebox-head h3{
        margin:0!important;
        font-size:13px!important;
        line-height:1.2!important;
    }
    .hpz-news-mobile-moments .hpz-news-sidebox-head>small{
        font-size:8px!important;
    }
    .hpz-news-mobile-moments .hpz-news-masonry{
        display:flex!important;
        columns:auto!important;
        column-count:auto!important;
        column-gap:0!important;
        width:100%!important;
        gap:7px!important;
        margin:0!important;
        padding:0!important;
        overflow-x:auto!important;
        overflow-y:hidden!important;
        scroll-snap-type:x proximity!important;
        -webkit-overflow-scrolling:touch!important;
        scrollbar-width:none!important;
    }
    .hpz-news-mobile-moments .hpz-news-masonry::-webkit-scrollbar{
        display:none!important;
    }
    .hpz-news-mobile-moments .hpz-news-moment,
    .hpz-news-mobile-moments .hpz-news-moment[class*="hpz-news-moment-"]{
        position:relative!important;
        display:block!important;
        flex:0 0 142px!important;
        width:142px!important;
        max-width:142px!important;
        min-width:142px!important;
        min-height:0!important;
        height:92px!important;
        aspect-ratio:auto!important;
        margin:0!important;
        padding:0!important;
        overflow:hidden!important;
        scroll-snap-align:start!important;
        background:#e8edef!important;
    }
    .hpz-news-mobile-moments .hpz-news-moment img,
    .hpz-news-mobile-moments .hpz-news-moment[class*="hpz-news-moment-"] img{
        display:block!important;
        width:100%!important;
        height:92px!important;
        min-height:0!important;
        max-height:92px!important;
        object-fit:cover!important;
    }
    .hpz-news-mobile-moments .hpz-news-moment-overlay{
        position:absolute!important;
        inset:auto 0 0 0!important;
        display:block!important;
        width:100%!important;
        max-width:100%!important;
        padding:18px 7px 6px!important;
        opacity:1!important;
        transform:none!important;
        background:linear-gradient(transparent,rgba(9,31,46,.9))!important;
        overflow:hidden!important;
    }
    .hpz-news-mobile-moments .hpz-news-moment-overlay strong{
        display:block!important;
        width:100%!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
        white-space:nowrap!important;
        font-size:9px!important;
        line-height:1.15!important;
    }
    .hpz-news-mobile-moments .hpz-news-moment-overlay small{
        display:none!important;
    }

    /* ---------- normaler Feed ---------- */
    .hpz-news-feed{
        display:grid!important;
        grid-template-columns:1fr!important;
        width:100%!important;
        gap:8px!important;
        margin:0!important;
        padding:0!important;
    }
    .hpz-news-feed .hpz-news-card{
        display:block!important;
        width:100%!important;
        min-height:0!important;
        margin:0!important;
        overflow:hidden!important;
    }
    .hpz-news-feed .hpz-news-image{
        display:block!important;
        width:100%!important;
        height:175px!important;
        min-height:175px!important;
        max-height:175px!important;
        overflow:hidden!important;
    }
    .hpz-news-feed .hpz-news-image img{
        display:block!important;
        width:100%!important;
        height:175px!important;
        min-height:0!important;
        max-height:175px!important;
        object-fit:cover!important;
    }
    .hpz-news-feed .hpz-news-card-body{
        display:block!important;
        width:100%!important;
        min-height:0!important;
        padding:12px 13px!important;
    }
    .hpz-news-card h3,
    .hpz-news-card h3 button{
        width:100%!important;
        max-width:100%!important;
        white-space:normal!important;
        overflow-wrap:anywhere!important;
    }
    .hpz-news-card h3{
        font-size:18px!important;
        line-height:1.2!important;
    }
    .hpz-news-card-body>p{
        font-size:12px!important;
        line-height:1.42!important;
    }
    .hpz-news-meta>span{
        font-size:9px!important;
    }
    .hpz-news-card-actions .hpz-news-open{
        font-size:10px!important;
    }

    /* ---------- Modal: immer exakt viewportbreit ---------- */
    .hpz-news-modal{
        position:fixed!important;
        inset:0!important;
        width:100vw!important;
        max-width:100vw!important;
        height:100dvh!important;
        max-height:100dvh!important;
        margin:0!important;
        padding:0!important;
        overflow:hidden!important;
    }
    .hpz-news-modal-dialog{
        position:relative!important;
        width:100vw!important;
        max-width:100vw!important;
        height:100dvh!important;
        max-height:100dvh!important;
        min-height:100dvh!important;
        margin:0!important;
        padding:0!important;
        overflow-y:auto!important;
        overflow-x:hidden!important;
        border:0!important;
    }
    .hpz-news-modal-content,
    .hpz-news-modal-article,
    .hpz-news-modal-lower,
    .hpz-news-modal-primary,
    .hpz-news-modal-interaction-pane,
    .hpz-news-modal-body,
    .hpz-news-tools,
    .hpz-news-acknowledgement,
    .hpz-news-comments{
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
        box-sizing:border-box!important;
    }
    .hpz-news-modal-article,
    .hpz-news-modal-article.has-comments,
    .hpz-news-modal-article.has-interaction{
        display:block!important;
        max-height:none!important;
        overflow:visible!important;
    }
    .hpz-news-modal-hero{
        position:relative!important;
        width:100%!important;
        height:230px!important;
        max-height:230px!important;
        overflow:hidden!important;
    }
    .hpz-news-modal-hero img{
        width:100%!important;
        height:230px!important;
        max-height:230px!important;
        object-fit:cover!important;
    }
    .hpz-news-modal-body{
        padding:16px!important;
    }
    .hpz-news-modal-body h2{
        margin:8px 0 12px!important;
        font-size:27px!important;
        line-height:1.1!important;
        white-space:normal!important;
        overflow-wrap:anywhere!important;
    }

    /* Kenntnisnahme war auf iOS durch konkurrierende Grid-Regeln nur wenige px breit. */
    .hpz-news-acknowledgement{
        display:block!important;
        margin:12px 0 0!important;
        padding:13px!important;
    }
    .hpz-news-acknowledgement-copy{
        display:block!important;
        width:100%!important;
        margin:0 0 10px!important;
    }
    .hpz-news-confirm{
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:100%!important;
        max-width:100%!important;
        min-height:42px!important;
        height:auto!important;
        margin:0!important;
        padding:8px 12px!important;
        white-space:normal!important;
        overflow-wrap:anywhere!important;
        font-size:11px!important;
        line-height:1.3!important;
    }

    /* Kommentarbereich kompakt und ohne horizontales Ausbrechen */
    .hpz-news-modal-interaction-pane{
        display:block!important;
        border-left:0!important;
        border-top:1px solid #dce4e8!important;
    }
    .hpz-news-comments{
        display:block!important;
        height:auto!important;
        max-height:none!important;
        margin:0!important;
        padding:14px!important;
    }
    .hpz-news-comment-scroll{
        width:100%!important;
        max-height:300px!important;
        overflow-y:auto!important;
        overflow-x:hidden!important;
    }
    .hpz-news-comment-form{
        display:grid!important;
        grid-template-columns:minmax(0,1fr) auto!important;
        gap:7px!important;
        width:100%!important;
    }
    .hpz-news-comment-form textarea{
        width:100%!important;
        min-width:0!important;
    }
    .hpz-news-comment-form button{
        width:auto!important;
        min-width:90px!important;
        padding:8px 10px!important;
    }
}

@media (max-width:520px){
    .hpz-news-app.hpz-news-feed-layout{
        padding-left:10px!important;
        padding-right:10px!important;
    }
    .hpz-news-feed-title{
        grid-template-columns:30px minmax(0,1fr)!important;
        gap:8px!important;
    }
    .hpz-news-feed-title__icon{
        width:30px!important;
        height:30px!important;
        min-width:30px!important;
        font-size:12px!important;
    }
    .hpz-news-feed-title strong{font-size:18px!important}
    .hpz-news-feed-title small{font-size:10px!important}

    .hpz-news-hero-banner,
    .hpz-news-hero-banner__content{
        height:175px!important;
        min-height:175px!important;
    }
    .hpz-news-hero-banner h2{font-size:19px!important}
    .hpz-news-hero-banner p{-webkit-line-clamp:1}

    .hpz-news-mobile-moments .hpz-news-moment,
    .hpz-news-mobile-moments .hpz-news-moment[class*="hpz-news-moment-"]{
        flex-basis:128px!important;
        width:128px!important;
        max-width:128px!important;
        min-width:128px!important;
        height:84px!important;
    }
    .hpz-news-mobile-moments .hpz-news-moment img,
    .hpz-news-mobile-moments .hpz-news-moment[class*="hpz-news-moment-"] img{
        height:84px!important;
        max-height:84px!important;
    }

    .hpz-news-feed .hpz-news-image,
    .hpz-news-feed .hpz-news-image img{
        height:160px!important;
        min-height:160px!important;
        max-height:160px!important;
    }

    .hpz-news-modal-hero,
    .hpz-news-modal-hero img{
        height:205px!important;
        max-height:205px!important;
    }
    .hpz-news-modal-body{padding:14px!important}
    .hpz-news-modal-body h2{font-size:24px!important}
    .hpz-news-comment-form{
        grid-template-columns:1fr!important;
    }
    .hpz-news-comment-form button{
        width:100%!important;
    }
}

/* ==========================================================================\n   HPZ News 2.14.4 / Core bundle 8.146\n   Mobile header parity + ungekürzte Datumsanzeige\n   ========================================================================== */
@media (max-width:900px){
    /*
     * Der Newsfeed läuft auf iOS unter einem sticky YOOtheme-Header. Beim
     * Scrollen konnte dadurch im Statusbar-/Safe-Area-Bereich der Feed hinter
     * dem Header sichtbar werden. Die News-Seite erhält dort dieselbe grüne
     * Fläche wie das Dashboard. Die Klasse wird in frontend.js nur gesetzt,
     * wenn tatsächlich ein Newsfeed auf der Seite vorhanden ist.
     */
    body.hpz-news-page.hpz-news-page--ios::before{
        content:"";
        position:fixed;
        z-index:989;
        top:0;
        left:0;
        right:0;
        height:max(env(safe-area-inset-top, 0px),54px);
        background:#afca0a;
        pointer-events:none;
    }

    /* Der globale Header bleibt oberhalb der Safe-Area-Maske. */
    body.hpz-news-page .tm-header,
    body.hpz-news-page .tm-header-mobile,
    body.hpz-news-page .uk-navbar-container,
    body.hpz-news-page [uk-sticky].uk-active{
        z-index:990!important;
    }

    /*
     * Datum nie schrumpfen lassen. Bei wenig Platz springt es als kompletter
     * Block in die nächste Flex-Zeile und bleibt rechtsbündig, statt an der
     * Kartenkante abgeschnitten zu werden.
     */
    .hpz-news-feed .hpz-news-meta .hpz-news-meta-date{
        flex:0 0 auto!important;
        min-width:max-content!important;
        max-width:100%!important;
        margin-left:auto!important;
        white-space:nowrap!important;
        overflow:visible!important;
        text-overflow:clip!important;
    }

    /* Metazeile darf umbrechen, ohne die Karte horizontal aufzuziehen. */
    .hpz-news-feed .hpz-news-meta{
        width:100%!important;
        min-width:0!important;
        overflow:visible!important;
        row-gap:6px!important;
    }

    /* Etwas Luft zur rechten Kartenkante – besonders bei Datum + Icon. */
    .hpz-news-feed .hpz-news-card-body{
        padding-right:15px!important;
    }
}

@media (max-width:420px){
    /* Auf sehr schmalen Geräten bekommt das Datum zuverlässig eine eigene Zeile. */
    .hpz-news-feed .hpz-news-meta .hpz-news-meta-date{
        flex-basis:100%!important;
        justify-content:flex-end!important;
        width:100%!important;
        margin-left:0!important;
        padding-left:0!important;
    }
}
