:root{
  color-scheme:light;
  --news-wetter-bg:url('../../img/news-welt-tapete.png');
  --app-bg:#eef3f9;
  --app-surface:#ffffff;
  --app-surface-soft:#f6f8fb;
  --app-text:#121820;
  --app-muted:#5c6673;
  --app-line:#cbd4df;
  --app-blue:#0b3479;
  --app-blue-2:#1556ad;
  --app-yellow:#ffd400;
  --app-danger:#9b1c1c;
  --app-success:#176a36;
  --app-shadow:0 8px 24px rgba(16,35,62,.12);
}
html.news-app-dark,
html.news-app-dark body{
  color-scheme:dark;
  --app-bg:#0d1118;
  --app-surface:#171d26;
  --app-surface-soft:#202733;
  --app-text:#f5f7fa;
  --app-muted:#c4ccd6;
  --app-line:#3c4654;
  --app-blue:#87b8ff;
  --app-blue-2:#2c72c9;
  --app-shadow:0 8px 24px rgba(0,0,0,.35);
}
*{box-sizing:border-box;min-width:0}
html,body{margin:0;max-width:100%;overflow-x:hidden;font-family:Arial,Helvetica,sans-serif;background:var(--app-bg) var(--news-wetter-bg) center top/900px auto repeat;color:var(--app-text)}
body{font-size:16px;line-height:1.55;overflow-wrap:anywhere;word-break:normal}
a{color:var(--app-blue);text-underline-offset:2px}
img,video,iframe,svg{max-width:100%}
button,input,select,textarea{font:inherit;max-width:100%}
.news-app-shell{width:min(100%,960px);min-height:100vh;margin:0 auto;background:color-mix(in srgb,var(--app-surface) 90%,transparent);box-shadow:var(--app-shadow)}
.news-app-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;min-height:62px;gap:12px;padding:10px 14px calc(10px + env(safe-area-inset-top));border-bottom:1px solid var(--app-line);background:color-mix(in srgb,var(--app-surface) 88%,transparent);background-image:var(--news-wetter-bg);background-repeat:repeat;background-size:900px auto;background-position:center top;backdrop-filter:blur(10px)}
.news-app-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto}
.news-app-header-title{display:inline-flex;align-items:center;gap:8px;min-width:0;margin-right:10px;color:#000!important;-webkit-text-fill-color:#000!important;font-size:20px;font-weight:700;line-height:1.15;text-decoration:none;white-space:nowrap;overflow:hidden}
.news-app-header-logo{display:block;width:30px;height:30px;min-width:30px;flex:0 0 30px;border-radius:7px;object-fit:cover}
.news-app-header-title-text{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
html.news-app-dark .news-app-header-title{color:#000!important;-webkit-text-fill-color:#000!important}
.news-app-hero{display:block;width:100%;max-width:100%;height:220px;margin:0;overflow:hidden;border-bottom:1px solid var(--app-line);background:#071b3b;text-decoration:none}
.news-app-hero img{display:block;width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center center}
.news-app-round{display:inline-grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid var(--app-line);border-radius:50%;background:var(--app-surface-soft);color:var(--app-text);text-decoration:none;cursor:pointer;font-size:20px}
.news-app-round:hover,.news-app-round:focus-visible{outline:2px solid var(--app-yellow);outline-offset:2px}
.news-app-main{padding:18px 16px 28px;background:transparent}
.news-app-message{margin:0 0 16px;padding:11px 13px;border:1px solid;border-radius:10px;background:var(--app-surface-soft)}
.news-app-message.is-success{border-color:var(--app-success);color:var(--app-success)}
.news-app-message.is-error{border-color:var(--app-danger);color:var(--app-danger)}
.news-app-symbol-grid{display:grid;grid-template-columns:repeat(2,minmax(0,154px));justify-content:center;gap:12px;margin:0 auto 26px;padding:2px}
.news-app-symbol{display:flex;min-height:104px;align-items:center;justify-content:center;flex-direction:column;gap:7px;padding:12px 8px;border:1px solid var(--app-line);border-radius:16px;background:var(--app-surface-soft);box-shadow:0 4px 14px rgba(24,43,70,.08);color:var(--app-text);text-align:center;text-decoration:none;overflow:hidden}
.news-app-symbol>span{display:block;font-size:34px;line-height:1}
.news-app-symbol strong{display:block;width:100%;font-size:15px;line-height:1.25;overflow-wrap:anywhere}
.news-app-symbol:hover,.news-app-symbol:focus-visible,.news-app-symbol.is-active{border-color:var(--app-yellow);box-shadow:0 0 0 2px var(--app-yellow)}
.news-app-feed>h1,.news-app-form-page>h1,.news-app-info-page>h1{margin:0 0 16px;font-size:clamp(24px,5vw,32px);line-height:1.2;color:var(--app-text)}
.news-app-more-title{margin:26px 0 12px;font-size:21px;color:var(--app-text)}
.news-app-list{display:grid;gap:14px}
.news-app-card{display:grid;grid-template-columns:minmax(112px,34%) 1fr;gap:0;border:1px solid var(--app-line);border-radius:16px;overflow:hidden;background:var(--app-surface);box-shadow:0 5px 16px rgba(18,38,66,.08)}
.news-app-card.is-featured{display:block;margin-bottom:18px}
.news-app-card-image{position:relative;display:block;min-height:100%;background:#0b2348;overflow:hidden}
.news-app-card-image img{display:block;width:100%;height:100%;min-height:150px;object-fit:cover}
.news-app-card.is-featured .news-app-card-image img{height:auto;max-height:430px;aspect-ratio:16/9;object-fit:cover}
.news-app-card-copy{display:flex;flex-direction:column;gap:10px;padding:13px 14px 15px;overflow:hidden}
.news-app-card-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:4px 10px;margin:0;color:var(--app-muted);font-size:12px;line-height:1.3}
.news-app-card h2{margin:0;font-size:19px;line-height:1.25;overflow-wrap:anywhere}
.news-app-card.is-featured h2{font-size:clamp(22px,5vw,30px)}
.news-app-card h2 a{color:var(--app-text);text-decoration:none}
.news-app-card p{margin:0;color:var(--app-text);font-size:15px;line-height:1.5;white-space:normal}
.news-app-read-more{display:inline-flex;align-items:center;justify-content:center;width:auto;min-height:34px;padding:6px 12px;border:1px solid #064a9b;border-radius:7px;background:#0b5fc0!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:14px;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap;box-shadow:none}
.news-app-read-more:hover,.news-app-read-more:focus-visible{background:#084d9e!important;color:#fff!important;-webkit-text-fill-color:#fff!important;outline:2px solid var(--app-yellow);outline-offset:2px}
.news-app-card-actions{display:flex;justify-content:flex-start;align-items:center}
.news-app-card-author{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;color:var(--app-muted);font-size:13px;line-height:1.3}
.news-app-card-author-image{width:24px;height:24px;border-radius:50%;object-fit:cover;flex:0 0 24px}
.news-app-card-author-label{font-weight:700}
.news-app-card-author-link{color:var(--app-blue);font-weight:700;text-decoration:underline;text-underline-offset:2px}
.news-app-card-author-name{font-weight:700;color:var(--app-text)}
.news-app-image-watermark{position:absolute;top:8px;right:8px;z-index:2;display:block;max-width:60%;padding:1px 4px;color:#fff;-webkit-text-fill-color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:clamp(9px,1.25vw,18px);line-height:1.12;font-weight:700;letter-spacing:.01em;white-space:nowrap;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;pointer-events:none}
.news-app-empty{padding:18px;border:1px dashed var(--app-line);border-radius:12px;background:var(--app-surface-soft);text-align:center}
.news-app-footer{padding:18px 16px calc(18px + env(safe-area-inset-bottom));border-top:1px solid var(--app-line);background:var(--app-surface-soft)!important;background-image:none!important;text-align:center}
.news-app-footer nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px;margin-bottom:10px}
.news-app-footer a{display:inline-flex;align-items:center;gap:5px;color:var(--app-text);font-size:14px;text-decoration:none}
.news-app-footer small{color:var(--app-muted)}
.news-app-info-page,.news-app-form-page{width:min(100%,760px);margin:0 auto;padding:4px 0}
.news-app-info-page h2{margin:24px 0 8px;font-size:19px;line-height:1.3;color:var(--app-text)}
.news-app-info-page p,.news-app-form-page p{margin:0 0 14px;white-space:normal}
.news-app-close-row{display:flex;justify-content:flex-start;margin-top:28px;padding-top:16px;border-top:1px solid var(--app-line)}
.news-app-close,.news-app-form-actions button,.anbita-news-app-back,.anbita-yellow-back-close{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:8px 14px;border:1px solid #171717;border-radius:8px;background:var(--app-yellow)!important;color:#111!important;font-weight:700;text-decoration:none;box-shadow:none;cursor:pointer}
.news-app-close:hover,.news-app-close:focus-visible,.news-app-form-actions button:hover,.news-app-form-actions button:focus-visible,.anbita-news-app-back:hover,.anbita-news-app-back:focus-visible{outline:2px solid var(--app-blue-2);outline-offset:2px}
.news-app-contact-form,.news-app-write .anbita-news-form{display:grid;gap:14px;padding:16px;border:1px solid var(--app-line);border-radius:14px;background:var(--app-surface-soft)}
.news-app-contact-form label,.news-app-write label{display:grid;gap:6px;font-weight:700;color:var(--app-text)}
.news-app-contact-form input,.news-app-contact-form textarea,.news-app-write input,.news-app-write textarea,.news-app-write select{width:100%;padding:10px 11px;border:1px solid var(--app-line);border-radius:8px;background:var(--app-surface);color:var(--app-text)}
.news-app-contact-form textarea,.news-app-write textarea{resize:vertical;overflow-wrap:anywhere}
.news-app-counter{justify-self:end;color:var(--app-muted);font-size:13px;font-weight:400}
.news-app-checks{display:grid;gap:8px}
.news-app-checks label{display:flex;align-items:flex-start;gap:8px;font-weight:400}
.news-app-checks input{width:auto;margin-top:4px;flex:0 0 auto}
.news-app-captcha{max-width:260px}
.news-app-honey,.anbita-news-honey{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.news-app-form-actions{display:flex;justify-content:flex-start}
.news-app-form-actions button:disabled{opacity:.45;cursor:not-allowed;background:#b7b7b7!important}
.news-app-install-note{position:fixed;left:50%;bottom:16px;z-index:100;transform:translateX(-50%);width:min(calc(100% - 28px),520px);padding:12px 14px;border-radius:10px;background:#111;color:#fff;text-align:center;box-shadow:0 8px 25px rgba(0,0,0,.35)}

/* Bestehende News-Ausgabe in die eigenständige App einpassen. */
.news-app-article .anbita-news-card,.news-app-write .anbita-news-form-card{width:100%;max-width:100%;margin:0;border-color:var(--app-line);background:var(--app-surface);color:var(--app-text);box-shadow:none;overflow:hidden}
.news-app-article .anbita-news-body,.news-app-write .anbita-news-form-card{padding:14px}
.news-app-article .anbita-news-single-heading-row{display:block}
.news-app-article .anbita-news-single-title{margin:0 0 10px;color:var(--app-text);font-size:clamp(24px,6vw,34px);line-height:1.2;overflow-wrap:anywhere}
.news-app-article .anbita-news-single-desktop-meta,.news-app-article .anbita-news-single-mobile-date,.news-app-article .anbita-news-meta,.news-app-article .anbita-news-single-author,.news-app-article .anbita-news-source-line{color:var(--app-muted)}
.news-app-article .anbita-news-single-content-flow,.news-app-article .anbita-news-gallery-stage,.news-app-article .anbita-news-image-frame,.news-app-article .anbita-news-image-stage,.news-app-article .anbita-news-image-inner{max-width:100%;overflow:hidden}
.news-app-article .anbita-news-single-image{display:block;width:100%;max-width:none;height:100%;max-height:none;object-fit:cover;object-position:center center;transform:none}
.news-app-article .anbita-news-text,.news-app-article .anbita-news-single-teaser,.news-app-article .anbita-news-comment-text{color:var(--app-text);overflow-wrap:anywhere;white-space:normal}
.news-app-article .anbita-news-text{font-size:16px;line-height:1.65}
.news-app-article .anbita-news-share-row{display:flex;flex-wrap:wrap;gap:8px}
.news-app-article .anbita-news-icon-btn{max-width:100%;overflow:hidden}
.news-app-article .anbita-news-comments{border-color:var(--app-line)}
.news-app-article .anbita-news-comment-form textarea{width:100%;max-width:100%;background:var(--app-surface-soft);color:var(--app-text);border-color:var(--app-line)}
.news-app-article .anbita-news-comment-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.news-app-article .anbita-news-comment-submit{min-height:40px;padding:8px 14px;border-radius:8px}
.news-app-article .anbita-news-app-article-actions{display:flex;justify-content:flex-end;margin-top:18px}
.news-app-write .anbita-news-write-title{margin-top:0;color:var(--app-text);font-size:clamp(24px,6vw,32px)}
.news-app-write .anbita-news-form-grid{grid-template-columns:1fr;gap:14px}
.news-app-write .anbita-news-checkline{display:flex;align-items:flex-start;gap:8px;font-weight:400}
.news-app-write .anbita-news-checkline input{width:auto;flex:0 0 auto;margin-top:4px}
.news-app-write .anbita-news-submit-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}
.news-app-write .anbita-news-submit{min-height:40px;padding:8px 14px;border-radius:8px}
.news-app-write .anbita-news-required-note{width:100%;color:var(--app-muted)}
.news-app-weather .anbita-weather-section{max-width:100%;margin:0;overflow:hidden}
.news-app-weather .anbita-weather-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.news-app-weather .anbita-weather-tab{min-width:0;width:100%}
.news-app-weather .anbita-weather-frame{width:100%;max-width:100%;border:0}

@media (max-width:620px){
  .news-app-main{padding:14px 10px 24px}
  .news-app-header{padding-left:10px;padding-right:10px}
  .news-app-round{width:39px;height:39px}
  .news-app-symbol-grid{grid-template-columns:repeat(2,minmax(0,138px));gap:9px}
  .news-app-symbol{min-height:94px;padding:10px 6px;border-radius:14px}
  .news-app-symbol>span{font-size:31px}
  .news-app-symbol strong{font-size:14px}
  .news-app-card{grid-template-columns:112px minmax(0,1fr)}
  .news-app-card.is-featured{display:grid;grid-template-columns:112px minmax(0,1fr)}
  .news-app-card.is-featured .news-app-card-image img{width:100%;height:100%;min-height:150px;max-height:none;aspect-ratio:auto;object-fit:cover}
  .news-app-card.is-featured h2{font-size:17px}
  .news-app-card-copy{padding:10px}
  .news-app-card h2{font-size:17px}
  .news-app-card p{font-size:14px}
  .news-app-card-meta{display:flex;font-size:clamp(10px,2.9vw,11px);gap:4px 8px}
  .news-app-card-meta span,.news-app-card-meta time{display:inline;white-space:normal}
  .news-app-card-author{font-size:12px;gap:5px 7px}
  .news-app-card-author-image{width:22px;height:22px;flex-basis:22px}
  .news-app-article .anbita-news-body{padding:10px}
  .news-app-article .anbita-news-single-desktop-meta{display:none}
  .news-app-article .anbita-news-single-mobile-date{display:block}
}
@media (max-width:390px){
  .news-app-symbol-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .news-app-card:not(.is-featured),.news-app-card.is-featured{grid-template-columns:96px minmax(0,1fr)}
  .news-app-card-copy{padding:9px}
  .news-app-card p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
}
@media (max-width:760px){
  .news-app-hero{height:auto;aspect-ratio:1200 / 220}
  .news-app-hero img{width:100%;height:100%;object-fit:cover;object-position:center center}
}
@media (max-width:430px){
  .news-app-read-more{min-height:32px;padding:5px 10px;font-size:13px}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}


/* Update 179: Installation, durchgängiger Modus, Beitragsinhalt und kompakter Footer. */
body.news-app-body.anbita-app,
body.news-app-body.anbita-app .news-app-shell,
body.news-app-body.anbita-app .news-app-main,
body.news-app-body.anbita-app .news-app-info-page,
body.news-app-body.anbita-app .news-app-form-page,
body.news-app-body.anbita-app .news-app-write,
body.news-app-body.anbita-app .news-app-article{
  color:var(--app-text)!important;
  -webkit-text-fill-color:var(--app-text)!important;
}
body.news-app-body.anbita-app .news-app-feed h1,
body.news-app-body.anbita-app .news-app-feed h2,
body.news-app-body.anbita-app .news-app-card,
body.news-app-body.anbita-app .news-app-card h2,
body.news-app-body.anbita-app .news-app-card p,
body.news-app-body.anbita-app .news-app-info-page h1,
body.news-app-body.anbita-app .news-app-info-page h2,
body.news-app-body.anbita-app .news-app-info-page p,
body.news-app-body.anbita-app .news-app-form-page h1,
body.news-app-body.anbita-app .news-app-form-page p,
body.news-app-body.anbita-app .anbita-news-single-title,
body.news-app-body.anbita-app .anbita-news-single-teaser,
body.news-app-body.anbita-app .anbita-news-article-copy,
body.news-app-body.anbita-app .anbita-news-text,
body.news-app-body.anbita-app .anbita-news-single-source-author,
body.news-app-body.anbita-app .anbita-news-comments,
body.news-app-body.anbita-app .anbita-news-comments h3,
body.news-app-body.anbita-app .anbita-news-comment-text-label,
body.news-app-body.anbita-app .anbita-news-comment-rules-line,
body.news-app-body.anbita-app .anbita-news-comment-login,
body.news-app-body.anbita-app .anbita-news-comment-text,
body.news-app-body.anbita-app .anbita-news-write-title,
body.news-app-body.anbita-app .anbita-news-form-card,
body.news-app-body.anbita-app .anbita-news-form-card label,
body.news-app-body.anbita-app .anbita-news-image-note,
body.news-app-body.anbita-app .anbita-news-required-note{
  color:var(--app-text)!important;
  -webkit-text-fill-color:var(--app-text)!important;
}
body.news-app-body.anbita-app .anbita-news-single-content-flow{
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  gap:0!important;
}
body.news-app-body.anbita-app .anbita-news-single-gallery,
body.news-app-body.anbita-app .anbita-news-single-frame{
  order:1!important;
  float:none!important;
  width:min(100%,430px)!important;
  max-width:430px!important;
  margin:0 auto 16px!important;
}
body.news-app-body.anbita-app .anbita-news-article-copy{
  order:2!important;
  clear:both!important;
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
}
body.news-app-body.anbita-app .anbita-news-text{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  font-size:16px!important;
  line-height:1.65!important;
  text-align:left!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
body.news-app-body.anbita-app .anbita-news-article-copy .anbita-news-text::first-letter{
  float:none!important;
  margin:0!important;
  font:inherit!important;
  color:inherit!important;
  -webkit-text-fill-color:inherit!important;
}
body.news-app-body.anbita-app .anbita-news-comments{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  visibility:visible!important;
  opacity:1!important;
}
body.news-app-body.anbita-app .anbita-news-comment-form,
body.news-app-body.anbita-app .anbita-news-comment-list{
  display:flex!important;
  width:100%!important;
  max-width:100%!important;
}
body.news-app-body.anbita-app .anbita-news-comment-list{flex-direction:column!important;}
body.news-app-body.anbita-app .anbita-news-comment-text-label textarea,
body.news-app-body.anbita-app .anbita-news-form input,
body.news-app-body.anbita-app .anbita-news-form textarea,
body.news-app-body.anbita-app .anbita-news-form select,
body.news-app-body.anbita-app .news-app-contact-form input,
body.news-app-body.anbita-app .news-app-contact-form textarea{
  background:var(--app-surface)!important;
  border-color:var(--app-line)!important;
  color:var(--app-text)!important;
  -webkit-text-fill-color:var(--app-text)!important;
}
body.news-app-body.anbita-app input::placeholder,
body.news-app-body.anbita-app textarea::placeholder{
  color:var(--app-muted)!important;
  -webkit-text-fill-color:var(--app-muted)!important;
  opacity:1!important;
}
body.news-app-body.anbita-app .anbita-news-submit-row{
  display:grid!important;
  grid-template-columns:max-content max-content!important;
  justify-content:start!important;
  align-items:center!important;
  gap:8px!important;
  width:100%!important;
}
body.news-app-body.anbita-app .anbita-news-required-note{
  grid-column:1 / -1!important;
  width:100%!important;
  margin:0!important;
}
body.news-app-body.anbita-app .anbita-news-submit,
body.news-app-body.anbita-app .anbita-news-form-back,
body.news-app-body.anbita-app .anbita-news-comment-submit,
body.news-app-body.anbita-app .anbita-news-app-back{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:8px 14px!important;
  border:1px solid #111!important;
  border-radius:8px!important;
  background:var(--app-yellow)!important;
  color:#111!important;
  -webkit-text-fill-color:#111!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.2!important;
  text-decoration:none!important;
}
body.news-app-body.anbita-app .anbita-news-comment-actions{
  display:flex!important;
  flex-wrap:nowrap!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:8px!important;
}
.news-app-footer nav{
  display:grid!important;
  grid-template-columns:repeat(4,max-content)!important;
  justify-content:center!important;
  align-items:center!important;
  gap:8px 14px!important;
  margin-bottom:8px!important;
  white-space:nowrap!important;
}
.news-app-footer nav a{
  display:block!important;
  color:var(--app-text)!important;
  -webkit-text-fill-color:var(--app-text)!important;
  font-size:clamp(11px,3.5vw,14px)!important;
  line-height:1.2!important;
}
.news-app-footer small,
.news-app-footer small a{
  color:var(--app-text)!important;
  -webkit-text-fill-color:var(--app-text)!important;
}
.news-app-footer small a{font-weight:700;text-decoration:none;}
.news-app-installer{
  position:fixed;
  inset:0;
  z-index:1000;
  display:grid;
  place-items:center;
  padding:18px;
  background:var(--app-bg);
  color:var(--app-text);
}
.news-app-installer-card{
  width:min(100%,440px);
  padding:24px 18px;
  border:1px solid var(--app-line);
  border-radius:18px;
  background:var(--app-surface);
  box-shadow:var(--app-shadow);
  text-align:center;
}
.news-app-installer-card img{display:block;width:96px;height:96px;margin:0 auto 14px;border-radius:20px;}
.news-app-installer-card h1{margin:0 0 10px;color:var(--app-text);font-size:26px;line-height:1.2;}
.news-app-installer-card p{margin:0 0 16px;color:var(--app-text);}
.news-app-install-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 16px;
  border:1px solid #111;
  border-radius:9px;
  background:var(--app-yellow);
  color:#111;
  font-weight:700;
  cursor:pointer;
}
.news-app-install-status{margin-top:14px!important;font-size:14px;line-height:1.45;}
.news-app-installer-open{display:inline-block;color:var(--app-blue);font-size:14px;}
body.is-install-request .news-app-shell{visibility:hidden;}
@media(max-width:430px){
  .news-app-footer{padding-left:8px;padding-right:8px;}
  .news-app-footer nav{gap:6px 8px!important;}
  body.news-app-body.anbita-app .anbita-news-submit,
  body.news-app-body.anbita-app .anbita-news-form-back,
  body.news-app-body.anbita-app .anbita-news-comment-submit,
  body.news-app-body.anbita-app .anbita-news-app-back{padding-left:11px!important;padding-right:11px!important;}
}

/* Update 183: ursprüngliche App-Oberfläche beim Installieren sichtbar lassen. */
body.is-install-request .news-app-shell{
  visibility:visible!important;
}
.news-app-header,
.news-app-header-actions,
.news-app-hero,
.news-app-hero img{
  visibility:visible!important;
}

/* PC, Laptop und Tablet: kompakte Navigationsbuttons. */
.news-app-symbol-grid{
  display:flex!important;
  flex-wrap:wrap;
  justify-content:center;
  align-items:stretch;
  gap:9px;
  width:100%;
  margin:0 auto 26px;
  padding:2px;
}
.news-app-symbol{
  display:inline-flex!important;
  flex:0 1 auto;
  min-height:42px;
  width:auto;
  align-items:center;
  justify-content:center;
  flex-direction:row;
  gap:0;
  padding:8px 14px;
  border:1px solid #171717;
  border-radius:9px;
  background:var(--app-yellow);
  box-shadow:none;
  color:#111;
  -webkit-text-fill-color:#111;
  text-align:center;
  text-decoration:none;
}
.news-app-symbol>span{
  display:none;
}
.news-app-symbol strong{
  display:block;
  width:auto;
  color:#111;
  -webkit-text-fill-color:#111;
  font-size:15px;
  line-height:1.2;
  overflow-wrap:normal;
}
.news-app-symbol:hover,
.news-app-symbol:focus-visible,
.news-app-symbol.is-active{
  border-color:#171717;
  outline:2px solid var(--app-blue-2);
  outline-offset:2px;
  box-shadow:none;
}

/* Der Installationsbereich gehört zur App und verdeckt sie nicht. */
.news-app-installer{
  position:static!important;
  inset:auto!important;
  z-index:auto!important;
  display:block!important;
  width:100%;
  padding:14px 16px 0;
  background:transparent!important;
  color:var(--app-text);
}
.news-app-installer-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:8px 16px;
  width:100%;
  max-width:none;
  margin:0;
  padding:14px 16px;
  border:1px solid var(--app-line);
  border-radius:14px;
  background:var(--app-surface-soft);
  box-shadow:none;
  text-align:left;
}
.news-app-installer-copy{
  min-width:0;
}
.news-app-installer-card h1{
  margin:0 0 3px;
  color:var(--app-text);
  font-size:20px;
  line-height:1.2;
}
.news-app-installer-card p{
  margin:0;
  color:var(--app-text);
  line-height:1.35;
}
.news-app-install-button{
  grid-column:2;
  grid-row:1;
  min-width:118px;
}
.news-app-install-status{
  grid-column:1 / -1;
  grid-row:2;
  margin:2px 0 0!important;
  color:var(--app-muted)!important;
  font-size:13px;
  line-height:1.4;
}

/* Smartphone und mobile Browseransicht: Symbole mit Beschriftung, immer drei pro Reihe. */
@media(max-width:760px){
  .news-app-header{padding-left:10px;padding-right:10px;gap:8px;}
  .news-app-header-title{gap:6px;margin-right:4px;font-size:18px;}
  .news-app-header-logo{width:28px;height:28px;min-width:28px;flex-basis:28px;border-radius:6px;}
  .news-app-header-actions{gap:6px;}
  .news-app-round{width:40px;height:40px;}
  .news-app-symbol-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    justify-content:stretch;
    align-items:start;
    gap:8px 6px;
    width:100%;
    margin:0 auto 22px;
    padding:0;
  }
  .news-app-symbol{
    display:flex!important;
    width:100%;
    min-height:82px;
    align-items:center;
    justify-content:flex-start;
    flex-direction:column;
    gap:6px;
    padding:8px 3px 7px;
    border:0;
    border-radius:12px;
    background:transparent;
    box-shadow:none;
    color:var(--app-text);
    -webkit-text-fill-color:var(--app-text);
  }
  .news-app-symbol>span{
    display:block!important;
    font-size:29px;
    line-height:1;
  }
  .news-app-symbol strong{
    display:block;
    width:100%;
    color:var(--app-text);
    -webkit-text-fill-color:var(--app-text);
    font-size:12.5px;
    line-height:1.18;
    overflow-wrap:anywhere;
  }
  .news-app-symbol:hover,
  .news-app-symbol:focus-visible,
  .news-app-symbol.is-active{
    border:0;
    outline:2px solid var(--app-yellow);
    outline-offset:0;
    background:var(--app-surface-soft);
    box-shadow:none;
  }
  .news-app-installer{
    padding:10px 10px 0;
  }
  .news-app-installer-card{
    grid-template-columns:1fr auto;
    gap:7px 10px;
    padding:11px 12px;
    border-radius:12px;
  }
  .news-app-installer-card h1{
    font-size:17px;
  }
  .news-app-installer-copy p{
    font-size:13px;
  }
  .news-app-install-button{
    min-width:102px;
    min-height:40px;
    padding:8px 12px;
  }
}
@media(max-width:360px){
  .news-app-symbol-grid{
    gap:6px 3px;
  }
  .news-app-symbol{
    min-height:78px;
    padding-left:1px;
    padding-right:1px;
  }
  .news-app-symbol>span{
    font-size:27px;
  }
  .news-app-symbol strong{
    font-size:11.5px;
  }
  .news-app-installer-card{
    grid-template-columns:1fr;
  }
  .news-app-install-button{
    grid-column:1;
    grid-row:auto;
    justify-self:start;
  }
  .news-app-install-status{
    grid-column:1;
    grid-row:auto;
  }
}

/* Update 194: feststehender Hintergrund und Headerbild hinter der App-Bedienung. */
html{
  background:var(--app-bg)!important;
}
body.news-app-body{
  position:relative!important;
  isolation:isolate!important;
  background:transparent!important;
}
body.news-app-body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  display:block;
  background-color:var(--app-bg);
  background-image:var(--news-wetter-bg);
  background-repeat:repeat;
  background-position:center top;
  background-size:900px auto;
  pointer-events:none;
}
.news-app-shell{
  position:relative!important;
  background:transparent!important;
}
.news-app-header{
  position:absolute!important;
  top:0!important;
  right:0!important;
  left:0!important;
  z-index:50!important;
  border-bottom:0!important;
  background:linear-gradient(to bottom,rgba(255,255,255,.62),rgba(255,255,255,.18),transparent)!important;
  background-image:linear-gradient(to bottom,rgba(255,255,255,.62),rgba(255,255,255,.18),transparent)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
html.news-app-dark .news-app-header{
  background:linear-gradient(to bottom,rgba(255,255,255,.72),rgba(255,255,255,.24),transparent)!important;
  background-image:linear-gradient(to bottom,rgba(255,255,255,.72),rgba(255,255,255,.24),transparent)!important;
}
.news-app-header-title{
  text-shadow:0 1px 3px rgba(255,255,255,.92),0 0 8px rgba(255,255,255,.72)!important;
}
html.news-app-dark .news-app-header-title{
  color:#000!important;
  -webkit-text-fill-color:#000!important;
  text-shadow:0 1px 3px rgba(255,255,255,.95),0 0 8px rgba(255,255,255,.8)!important;
}
.news-app-round{
  background:color-mix(in srgb,var(--app-surface-soft) 88%,transparent)!important;
  box-shadow:0 2px 8px rgba(0,0,0,.2)!important;
}
.news-app-hero{
  position:relative!important;
  z-index:1!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:2048 / 682!important;
  margin:0!important;
}
.news-app-hero img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
}
.news-app-main{
  position:relative!important;
  z-index:2!important;
  background:transparent!important;
}
.news-app-footer{
  position:relative!important;
  z-index:2!important;
  background:var(--app-surface-soft)!important;
  background-image:none!important;
}
@media(max-width:760px){
  .news-app-hero{
    height:auto!important;
    aspect-ratio:2048 / 682!important;
  }
}

/* v206: auch im hellen App-Modus weiße Schrift über der News-Tapete. */
html:not(.news-app-dark){
  --app-bg:#0d1b32;
  --app-surface:#111827;
  --app-surface-soft:#1f2937;
  --app-text:#ffffff;
  --app-muted:#e5e7eb;
  --app-line:rgba(255,255,255,.22);
  --app-blue:#ffffff;
}
.news-app-header-title,
html.news-app-dark .news-app-header-title{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
.news-app-card,
.news-app-symbol,
.news-app-message,
.news-app-contact-form,
.news-app-write .anbita-news-form,
.news-app-empty{
  color:#ffffff;
}
.news-app-article .anbita-news-share-block{
  background:#ffffff!important;
  color:#111111!important;
  -webkit-text-fill-color:#111111!important;
}
.news-app-article .anbita-news-share-title,
.news-app-article .anbita-news-share-hint{
  color:#111111!important;
  -webkit-text-fill-color:#111111!important;
}
.news-app-article .anbita-news-share-row .anbita-news-icon-btn,
.news-app-article .anbita-news-share-row .anbita-news-icon-btn *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

/* Update 195: App-Menü sitzt links im Headerbild; alte Kachel-Navigation entfällt. */
.news-app-header{
  justify-content:flex-end!important;
  pointer-events:none!important;
}
.news-app-header-title,
.news-app-symbol-grid{
  display:none!important;
}
.news-app-header-actions{
  pointer-events:auto!important;
}
.news-app-hero .anbita-news-mobile-header-controls{
  display:flex!important;
}

/* Update 210: Beiträge in der App nutzen denselben sauberen, nicht gedrehten Bildzuschnitt. */
.news-app-article .anbita-news-single-frame .anbita-news-image-frame,
.news-app-article .anbita-news-single-gallery .anbita-news-image-frame{
  width:min(100%,430px)!important;
  aspect-ratio:43/54!important;
  overflow:hidden!important;
}
.news-app-article .anbita-news-single-image{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}

