/* ANBITA Wetterbereich a18 */
.anbita-news-weather-section{
    display:flex;
    flex-direction:column;
    gap:16px;
    order:0;
}
.anbita-news-weather-hero,
.anbita-news-weather-card,
.anbita-news-weather-map-card,
.anbita-news-weather-note{
    padding:clamp(16px,2vw,22px);
    border-radius:20px;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(15,23,42,.12);
    box-shadow:0 12px 28px rgba(15,23,42,.09);
}
html.dark-mode .anbita-news-weather-hero,
html.dark-mode .anbita-news-weather-card,
html.dark-mode .anbita-news-weather-map-card,
html.dark-mode .anbita-news-weather-note,
body.dark-mode .anbita-news-weather-hero,
body.dark-mode .anbita-news-weather-card,
body.dark-mode .anbita-news-weather-map-card,
body.dark-mode .anbita-news-weather-note{
    background:rgba(10,18,33,.92);
    border-color:rgba(255,255,255,.14);
    box-shadow:0 14px 30px rgba(0,0,0,.28);
}
.anbita-news-weather-hero{
    position:relative;
    overflow:hidden;
    display:grid;
    grid-template-columns:minmax(170px,250px) minmax(0,1fr);
    gap:18px;
    align-items:center;
    background:
        radial-gradient(circle at 84% 22%, rgba(255,224,102,.95) 0 10%, rgba(255,196,0,.62) 10%, rgba(255,196,0,0) 18%),
        radial-gradient(circle at 78% 28%, rgba(255,255,255,.92) 0 8%, rgba(255,255,255,0) 9%),
        radial-gradient(circle at 70% 34%, rgba(255,255,255,.95) 0 7%, rgba(255,255,255,0) 8%),
        radial-gradient(circle at 74% 36%, rgba(255,255,255,.98) 0 9%, rgba(255,255,255,0) 10%),
        linear-gradient(135deg, #153767 0%, #1f5bd8 38%, #1b7ac8 62%, #0d3a66 100%);
}
.anbita-news-weather-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(ellipse at 26% 34%, rgba(255,255,255,.95) 0 10%, rgba(255,255,255,0) 11%),
        radial-gradient(ellipse at 31% 30%, rgba(255,255,255,.98) 0 9%, rgba(255,255,255,0) 10%),
        radial-gradient(ellipse at 36% 35%, rgba(255,255,255,.94) 0 11%, rgba(255,255,255,0) 12%),
        radial-gradient(ellipse at 41% 32%, rgba(255,255,255,.96) 0 8%, rgba(255,255,255,0) 9%),
        radial-gradient(circle at 14% 18%, rgba(255,255,255,.32) 0 1.2%, rgba(255,255,255,0) 1.4%),
        radial-gradient(circle at 19% 26%, rgba(255,255,255,.28) 0 1.1%, rgba(255,255,255,0) 1.3%),
        radial-gradient(circle at 24% 14%, rgba(255,255,255,.3) 0 1%, rgba(255,255,255,0) 1.2%),
        radial-gradient(circle at 29% 20%, rgba(255,255,255,.25) 0 1%, rgba(255,255,255,0) 1.2%),
        radial-gradient(circle at 61% 16%, rgba(255,255,255,.3) 0 1.1%, rgba(255,255,255,0) 1.3%),
        radial-gradient(circle at 66% 22%, rgba(255,255,255,.24) 0 1%, rgba(255,255,255,0) 1.2%),
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,0) 42%);
    pointer-events:none;
}
.anbita-news-weather-hero::after{
    content:"";
    position:absolute;
    inset:auto 8% -26% auto;
    width:42%;
    height:120%;
    background:radial-gradient(circle at 35% 20%, rgba(255,255,255,.28), rgba(255,255,255,0) 46%);
    pointer-events:none;
    transform:rotate(-7deg);
}
html.dark-mode .anbita-news-weather-hero,
body.dark-mode .anbita-news-weather-hero{
    background:
        radial-gradient(circle at 84% 22%, rgba(255,224,102,.92) 0 10%, rgba(255,196,0,.58) 10%, rgba(255,196,0,0) 18%),
        radial-gradient(circle at 78% 28%, rgba(255,255,255,.82) 0 8%, rgba(255,255,255,0) 9%),
        radial-gradient(circle at 70% 34%, rgba(255,255,255,.88) 0 7%, rgba(255,255,255,0) 8%),
        radial-gradient(circle at 74% 36%, rgba(255,255,255,.9) 0 9%, rgba(255,255,255,0) 10%),
        linear-gradient(135deg, #081a30 0%, #0e3c7e 38%, #10527c 62%, #071626 100%);
}
.anbita-news-weather-hero > *{position:relative; z-index:1;}
.anbita-news-weather-hero-text{text-align:right;}
.anbita-news-weather-hero h2{
    margin:0;
    font-size:clamp(1.75rem,3vw,2.65rem);
    line-height:1.12;
    color:#082050;
    border:0!important;
    box-shadow:none!important;
    text-decoration:none!important;
    text-shadow:0 3px 0 rgba(255,255,255,.55), 0 10px 26px rgba(0,0,0,.22);
}
.anbita-news-weather-hero h2::after{
    content:none!important;
    display:none!important;
    width:0!important;
    height:0!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
}
html.dark-mode .anbita-news-weather-hero h2,
body.dark-mode .anbita-news-weather-hero h2{color:#082050;}
.anbita-news-weather-title-line-1,
.anbita-news-weather-title-line-2{display:block;}
.anbita-news-weather-title-line-1,
.anbita-news-weather-title-line-2{
    background:none !important;
    -webkit-background-clip:border-box;
    background-clip:border-box;
    color:#082050 !important;
}
.anbita-news-weather-title-line-2{text-align:center;}

.anbita-news-weather-hero h2,
.anbita-news-weather-hero h2 span,
.anbita-news-weather-title-line-1,
.anbita-news-weather-title-line-2{
    color:#082050 !important;
}
.anbita-news-weather-section .anbita-news-weather-hero h2::after,
.anbita-news-weather-section .anbita-news-weather-title-line-1::after,
.anbita-news-weather-section .anbita-news-weather-title-line-2::after{
    content:none !important;
    display:none !important;
    background:transparent !important;
    border:0 !important;
    width:0 !important;
    height:0 !important;
    margin:0 !important;
    padding:0 !important;
}

.anbita-news-weather-hero p{
    margin:8px 0 0;
    font-weight:800;
    line-height:1.6;
}
.anbita-news-weather-hero-intro{
    max-width:680px;
    margin-left:auto;
    color:#334155;
}
html.dark-mode .anbita-news-weather-hero-intro,
body.dark-mode .anbita-news-weather-hero-intro{color:#dbeafe;}
.anbita-news-weather-statusbox{
    padding:0;
    background:transparent;
    border:0;
    box-shadow:none;
    font-weight:900;
    text-align:left;
}
.anbita-news-weather-statusbox strong{
    color:#ffffff;
    text-shadow:0 8px 20px rgba(0,0,0,.24);
}
.anbita-news-weather-statusbox strong,
.anbita-news-weather-statusbox span{display:block;}
.anbita-news-weather-statusbox span{
    margin-top:5px;
    color:#475569;
    font-weight:800;
    line-height:1.45;
}
html.dark-mode .anbita-news-weather-statusbox span,
body.dark-mode .anbita-news-weather-statusbox span{color:#cbd5e1;}
.anbita-news-weather-brand{
    display:block;
    width:min(100%,220px);
    max-width:100%;
    height:auto;
    margin:8px 0 0;
    border-radius:16px;
    box-shadow:0 14px 30px rgba(0,0,0,.18);
}
.anbita-news-weather-tabs{
    display:flex;
    justify-content:center;
    gap:9px;
    flex-wrap:wrap;
}
.anbita-news-weather-tab{
    min-height:38px;
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:8px 13px;
    border-radius:999px;
    background:#ffc400;
    color:#111827;
    font-weight:950;
    border:2px solid transparent;
    cursor:pointer;
}
.anbita-news-weather-tab.is-active{
    background:#1f5bd8;
    color:#ffffff;
    border-color:#ffc400;
}
.anbita-news-weather-panel{
    display:none;
    flex-direction:column;
    gap:14px;
}
.anbita-news-weather-panel.is-active{display:flex;}
.anbita-news-weather-summary{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:10px;
}
.anbita-news-weather-summary-item{
    padding:12px;
    border-radius:16px;
    background:rgba(31,91,216,.08);
    border:1px solid rgba(31,91,216,.12);
    font-weight:900;
}
html.dark-mode .anbita-news-weather-summary-item,
body.dark-mode .anbita-news-weather-summary-item{
    background:rgba(31,91,216,.16);
    border-color:rgba(255,255,255,.12);
}
.anbita-news-weather-summary-item span{
    display:block;
    margin-bottom:4px;
    color:#475569;
    font-size:.9rem;
    font-weight:850;
}
html.dark-mode .anbita-news-weather-summary-item span,
body.dark-mode .anbita-news-weather-summary-item span{color:#cbd5e1;}
.anbita-news-weather-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
.anbita-news-weather-card{
    display:flex;
    flex-direction:column;
    gap:12px;
}
.anbita-news-weather-card-head{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    gap:12px;
    align-items:center;
}
.anbita-news-weather-icon{
    width:58px;
    height:58px;
    border-radius:18px;
    background:radial-gradient(circle at 30% 28%, #ffffff 0, #fff7cf 18%, #bfdcff 58%, #75aef4 100%);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:2rem;
    box-shadow:inset 0 3px 8px rgba(255,255,255,.85), inset 0 -8px 14px rgba(31,91,216,.18), 0 10px 18px rgba(15,23,42,.18);
    text-shadow:0 2px 0 rgba(255,255,255,.55), 0 6px 12px rgba(0,0,0,.18);
    transform:translateZ(0);
}
html.dark-mode .anbita-news-weather-icon,
body.dark-mode .anbita-news-weather-icon{background:rgba(255,255,255,.10);}
.anbita-news-weather-place{
    min-width:0;
}
.anbita-news-weather-place h3{
    margin:0 0 4px;
    font-size:1.25rem;
    line-height:1.18;
    overflow-wrap:anywhere;
}
.anbita-news-weather-place-line{
    display:block;
    margin-top:2px;
    color:#475569;
    font-weight:850;
    line-height:1.25;
    overflow-wrap:anywhere;
}
.anbita-news-weather-place-line-2{
    color:#334155;
}
.anbita-news-weather-condition{
    color:#0d3475;
    font-weight:950;
}
html.dark-mode .anbita-news-weather-place-line,
body.dark-mode .anbita-news-weather-place-line{color:#cbd5e1;}
html.dark-mode .anbita-news-weather-place-line-2,
body.dark-mode .anbita-news-weather-place-line-2{color:#e2e8f0;}
html.dark-mode .anbita-news-weather-condition,
body.dark-mode .anbita-news-weather-condition{color:#ffffff;}
.anbita-news-weather-temp{
    text-align:right;
    font-weight:950;
    font-size:1.9rem;
    color:#0d3475;
    white-space:nowrap;
}
html.dark-mode .anbita-news-weather-temp,
body.dark-mode .anbita-news-weather-temp{color:#ffffff;}
.anbita-news-weather-details{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
}
.anbita-news-weather-detail{
    padding:9px 10px;
    border-radius:14px;
    background:rgba(148,163,184,.12);
    font-weight:850;
}
.anbita-news-weather-detail span{
    display:block;
    margin-bottom:2px;
    color:#64748b;
    font-size:.86rem;
    font-weight:850;
}
html.dark-mode .anbita-news-weather-detail span,
body.dark-mode .anbita-news-weather-detail span{color:#cbd5e1;}
.anbita-news-weather-days{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:7px;
}
.anbita-news-weather-day{
    min-width:0;
    padding:9px 7px;
    border-radius:14px;
    background:rgba(31,91,216,.07);
    text-align:center;
    font-weight:850;
}
html.dark-mode .anbita-news-weather-day,
body.dark-mode .anbita-news-weather-day{background:rgba(255,255,255,.08);}
.anbita-news-weather-day strong,
.anbita-news-weather-day span{display:block;}
.anbita-news-weather-day-icon{font-size:1.35rem;margin:2px 0;text-shadow:0 2px 0 rgba(255,255,255,.55),0 6px 10px rgba(0,0,0,.16);display:inline-block;transform:translateZ(0);}
.anbita-news-weather-action-row{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:12px;
}
.anbita-news-weather-cam-btn,
.anbita-news-weather-speak-btn{
    appearance:none;
    border:0;
    border-radius:999px;
    padding:10px 14px;
    background:#0d3475;
    color:#fff;
    font-weight:950;
    cursor:pointer;
}
.anbita-news-weather-speak-btn{background:#1f5bd8;}
.anbita-news-weather-cam-btn:hover,
.anbita-news-weather-cam-btn:focus-visible,
.anbita-news-weather-speak-btn:hover,
.anbita-news-weather-speak-btn:focus-visible{
    filter:brightness(1.08);
    outline:2px solid rgba(31,91,216,.25);
    outline-offset:2px;
}
.anbita-news-weather-speak-btn.is-speaking{background:#dc2626;}
.anbita-news-weather-cam-box{
    display:none;
    margin-top:10px;
}
.anbita-news-weather-cam-box.is-open{display:block;}
.anbita-news-weather-cam-frame{
    width:100%;
    aspect-ratio:16/9;
    border:0;
    border-radius:16px;
    background:#0c1627;
}
.anbita-news-weather-cam-hint{
    margin:8px 0 0;
    color:#475569;
    font-size:.92rem;
    font-weight:800;
    line-height:1.4;
}
.anbita-news-weather-cam-hint a{font-weight:950;color:#1f5bd8;text-decoration:underline;text-underline-offset:3px;}
html.dark-mode .anbita-news-weather-cam-hint,
body.dark-mode .anbita-news-weather-cam-hint{color:#cbd5e1;}
html.dark-mode .anbita-news-weather-cam-hint a,
body.dark-mode .anbita-news-weather-cam-hint a{color:#9fc2ff;}
.anbita-news-weather-loading,
.anbita-news-weather-error{
    padding:18px;
    border-radius:18px;
    background:rgba(255,196,0,.14);
    border:1px solid rgba(255,196,0,.32);
    font-weight:900;
    text-align:center;
}
.anbita-news-weather-error{background:rgba(220,38,38,.12);border-color:rgba(220,38,38,.28);}
.anbita-news-weather-maps{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
.anbita-news-weather-map-card h3{
    margin:0 0 8px;
    font-size:1.2rem;
}
.anbita-news-weather-map-card p{
    margin:0 0 10px;
    font-weight:800;
    line-height:1.55;
}
.anbita-news-weather-frame{
    width:100%;
    aspect-ratio:16/10;
    border:0;
    border-radius:16px;
    overflow:hidden;
    background:#0c1627;
}
.anbita-news-weather-source{
    margin:0;
    font-size:.92rem;
    color:#475569;
    font-weight:850;
    line-height:1.55;
}
html.dark-mode .anbita-news-weather-source,
body.dark-mode .anbita-news-weather-source{color:#cbd5e1;}
@media(max-width:1100px){
    .anbita-news-weather-summary{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:850px){
    .anbita-news-weather-hero{grid-template-columns:1fr;}
    .anbita-news-weather-hero-text{text-align:left;}
    .anbita-news-weather-title-line-2{text-align:left;}
    .anbita-news-weather-hero-intro{margin-left:0;}
    .anbita-news-weather-statusbox{text-align:left;}
    .anbita-news-weather-brand{width:min(100%,220px);margin:8px 0 0;}
    .anbita-news-weather-grid,
    .anbita-news-weather-maps{grid-template-columns:1fr;}
}
@media(max-width:620px){
    .anbita-news-weather-brand{width:min(100%,190px);}
    .anbita-news-weather-summary{grid-template-columns:1fr;}
    .anbita-news-weather-card-head{grid-template-columns:auto minmax(0,1fr);}
    .anbita-news-weather-temp{grid-column:1/-1;text-align:left;font-size:1.55rem;}
    .anbita-news-weather-details{grid-template-columns:1fr;}
    .anbita-news-weather-days{grid-template-columns:repeat(2,minmax(0,1fr));}
    .anbita-news-weather-tabs{display:grid;grid-template-columns:1fr 1fr;}
    .anbita-news-weather-tab{justify-content:center;text-align:center;}
}
