
.anbita-weather-section{
    display:flex;
    flex-direction:column;
    gap:16px;
    order:0;
}
.anbita-weather-hero,
.anbita-weather-card,
.anbita-weather-map-card,
.anbita-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-weather-hero,
html.dark-mode .anbita-weather-card,
html.dark-mode .anbita-weather-map-card,
html.dark-mode .anbita-weather-note,
body.dark-mode .anbita-weather-hero,
body.dark-mode .anbita-weather-card,
body.dark-mode .anbita-weather-map-card,
body.dark-mode .anbita-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-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-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-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-weather-hero,
body.dark-mode .anbita-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-weather-hero > *{position:relative; z-index:1;}
.anbita-weather-hero-text{text-align:right;}
.anbita-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-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-weather-hero h2,
body.dark-mode .anbita-weather-hero h2{color:#082050;}
.anbita-weather-title-line-1,
.anbita-weather-title-line-2{display:block;}
.anbita-weather-title-line-1,
.anbita-weather-title-line-2{
    background:none !important;
    -webkit-background-clip:border-box;
    background-clip:border-box;
    color:#082050 !important;
}
.anbita-weather-title-line-2{text-align:center;}

.anbita-weather-hero h2,
.anbita-weather-hero h2 span,
.anbita-weather-title-line-1,
.anbita-weather-title-line-2{
    color:#082050 !important;
}
.anbita-weather-section .anbita-weather-hero h2::after,
.anbita-weather-section .anbita-weather-title-line-1::after,
.anbita-weather-section .anbita-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-weather-hero p{
    margin:8px 0 0;
    font-weight:800;
    line-height:1.6;
}
.anbita-weather-hero-intro{
    max-width:680px;
    margin-left:auto;
    color:#334155;
}
html.dark-mode .anbita-weather-hero-intro,
body.dark-mode .anbita-weather-hero-intro{color:#dbeafe;}
.anbita-weather-statusbox{
    padding:0;
    background:transparent;
    border:0;
    box-shadow:none;
    font-weight:900;
    text-align:left;
}
.anbita-weather-statusbox strong{
    color:#ffffff;
    text-shadow:0 8px 20px rgba(0,0,0,.24);
}
.anbita-weather-statusbox strong,
.anbita-weather-statusbox span{display:block;}
.anbita-weather-statusbox span{
    margin-top:5px;
    color:#475569;
    font-weight:800;
    line-height:1.45;
}
html.dark-mode .anbita-weather-statusbox span,
body.dark-mode .anbita-weather-statusbox span{color:#cbd5e1;}
.anbita-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-weather-tabs{
    display:flex;
    justify-content:center;
    gap:9px;
    flex-wrap:wrap;
}
.anbita-weather-tab{
    min-height:38px;
    min-width:154px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:8px 13px;
    border-radius:999px;
    background:#ffc400;
    color:#111827;
    font-weight:950;
    border:2px solid transparent;
    cursor:pointer;
    text-decoration:none;
}
.anbita-weather-tab:visited{
    color:#111827;
}
.anbita-weather-tab.is-active{
    background:#1f5bd8;
    color:#ffffff;
    border-color:#ffc400;
}
.anbita-weather-panel{
    display:none;
    flex-direction:column;
    gap:14px;
}
.anbita-weather-panel.is-active{display:flex;}
.anbita-weather-summary{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:10px;
}
.anbita-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-weather-summary-item,
body.dark-mode .anbita-weather-summary-item{
    background:rgba(31,91,216,.16);
    border-color:rgba(255,255,255,.12);
}
.anbita-weather-summary-item span{
    display:block;
    margin-bottom:4px;
    color:#475569;
    font-size:.9rem;
    font-weight:850;
}
html.dark-mode .anbita-weather-summary-item span,
body.dark-mode .anbita-weather-summary-item span{color:#cbd5e1;}
.anbita-weather-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
.anbita-weather-card{
    display:flex;
    flex-direction:column;
    gap:12px;
}
.anbita-weather-card-head{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    gap:12px;
    align-items:center;
}
.anbita-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-weather-icon,
body.dark-mode .anbita-weather-icon{background:rgba(255,255,255,.10);}
.anbita-weather-place{
    min-width:0;
}
.anbita-weather-place h3{
    margin:0 0 4px;
    font-size:1.25rem;
    line-height:1.18;
    overflow-wrap:anywhere;
}
.anbita-weather-place-line{
    display:block;
    margin-top:2px;
    color:#475569;
    font-weight:850;
    line-height:1.25;
    overflow-wrap:anywhere;
}
.anbita-weather-place-line-2{
    color:#334155;
}
.anbita-weather-condition{
    color:#0d3475;
    font-weight:950;
}
html.dark-mode .anbita-weather-place-line,
body.dark-mode .anbita-weather-place-line{color:#cbd5e1;}
html.dark-mode .anbita-weather-place-line-2,
body.dark-mode .anbita-weather-place-line-2{color:#e2e8f0;}
html.dark-mode .anbita-weather-condition,
body.dark-mode .anbita-weather-condition{color:#ffffff;}
.anbita-weather-temp{
    text-align:right;
    font-weight:950;
    font-size:1.9rem;
    color:#0d3475;
    white-space:nowrap;
}
html.dark-mode .anbita-weather-temp,
body.dark-mode .anbita-weather-temp{color:#ffffff;}
.anbita-weather-details{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
}
.anbita-weather-detail{
    padding:9px 10px;
    border-radius:14px;
    background:rgba(148,163,184,.12);
    font-weight:850;
}
.anbita-weather-detail span{
    display:block;
    margin-bottom:2px;
    color:#64748b;
    font-size:.86rem;
    font-weight:850;
}
html.dark-mode .anbita-weather-detail span,
body.dark-mode .anbita-weather-detail span{color:#cbd5e1;}
.anbita-weather-days{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:7px;
}
.anbita-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-weather-day,
body.dark-mode .anbita-weather-day{background:rgba(255,255,255,.08);}
.anbita-weather-day strong,
.anbita-weather-day span{display:block;}
.anbita-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-weather-action-row{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:12px;
}
.anbita-weather-cam-btn,
.anbita-weather-speak-btn{
    appearance:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    min-width:42px;
    height:42px;
    min-height:42px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent!important;
    color:inherit;
    box-shadow:none!important;
    cursor:pointer;
}
.anbita-weather-cam-btn:hover,
.anbita-weather-cam-btn:focus-visible,
.anbita-weather-speak-btn:hover,
.anbita-weather-speak-btn:focus-visible{
    filter:none;
    background:transparent!important;
    outline:2px solid rgba(31,91,216,.55);
    outline-offset:2px;
}
.anbita-weather-speak-btn.is-speaking{background:transparent!important;}
.anbita-weather-action-symbol{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    line-height:1;
    font-size:26px;
}
.anbita-weather-action-label{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}
.anbita-weather-cam-box{
    display:none;
    margin-top:10px;
}
.anbita-weather-cam-box.is-open{display:block;}
.anbita-weather-cam-frame{
    width:100%;
    aspect-ratio:16/9;
    border:0;
    border-radius:16px;
    background:#0c1627;
}
.anbita-weather-cam-hint{
    margin:8px 0 0;
    color:#475569;
    font-size:.92rem;
    font-weight:800;
    line-height:1.4;
}
.anbita-weather-cam-hint a{font-weight:950;color:#1f5bd8;text-decoration:underline;text-underline-offset:3px;}
html.dark-mode .anbita-weather-cam-hint,
body.dark-mode .anbita-weather-cam-hint{color:#cbd5e1;}
html.dark-mode .anbita-weather-cam-hint a,
body.dark-mode .anbita-weather-cam-hint a{color:#9fc2ff;}
.anbita-weather-loading,
.anbita-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-weather-error{background:rgba(220,38,38,.12);border-color:rgba(220,38,38,.28);}
.anbita-weather-maps{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
.anbita-weather-map-card h3{
    margin:0 0 8px;
    font-size:1.2rem;
}
.anbita-weather-map-card p{
    margin:0 0 10px;
    font-weight:800;
    line-height:1.55;
}
.anbita-weather-frame{
    width:100%;
    aspect-ratio:16/10;
    border:0;
    border-radius:16px;
    overflow:hidden;
    background:#0c1627;
}
.anbita-weather-source{
    margin:0;
    font-size:.92rem;
    color:#475569;
    font-weight:850;
    line-height:1.55;
}
html.dark-mode .anbita-weather-source,
body.dark-mode .anbita-weather-source{color:#cbd5e1;}
@media(max-width:1100px){
    .anbita-weather-summary{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:850px){
    .anbita-weather-hero{grid-template-columns:1fr;}
    .anbita-weather-hero-text{text-align:left;}
    .anbita-weather-title-line-2{text-align:left;}
    .anbita-weather-hero-intro{margin-left:0;}
    .anbita-weather-statusbox{text-align:left;}
    .anbita-weather-brand{width:min(100%,220px);margin:8px 0 0;}
    .anbita-weather-grid,
    .anbita-weather-maps{grid-template-columns:1fr;}
}
@media(max-width:620px){
    .anbita-weather-brand{width:min(100%,190px);}
    .anbita-weather-summary{grid-template-columns:1fr;}
    .anbita-weather-card-head{grid-template-columns:auto minmax(0,1fr);}
    .anbita-weather-temp{grid-column:1/-1;text-align:left;font-size:1.55rem;}
    .anbita-weather-details{grid-template-columns:1fr;}
    .anbita-weather-days{grid-template-columns:repeat(2,minmax(0,1fr));}
    .anbita-weather-tabs{display:grid;grid-template-columns:1fr 1fr;}
    .anbita-weather-tab{width:100%;min-width:0;justify-content:center;text-align:center;}
}

.anbita-weather-hero{
    width:min(100%,1200px)!important;
    min-height:220px!important;
    height:220px!important;
    margin:0 auto!important;
    padding:22px!important;
    border:2px solid #e31d2d!important;
    border-radius:20px!important;
    box-sizing:border-box!important;
    grid-template-columns:minmax(0,500px) minmax(0,1fr)!important;
    align-items:flex-start!important;
}
.anbita-weather-statusbox{
    width:min(100%,500px)!important;
    max-width:500px!important;
    text-align:left!important;
}
.anbita-weather-brand{
    width:500px!important;
    max-width:100%!important;
    height:60px!important;
    max-height:60px!important;
    object-fit:contain!important;
    object-position:left top!important;
    margin:0 0 8px 0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:transparent!important;
}
.anbita-weather-hero-text{
    align-self:flex-start!important;
}
@media(max-width:640px){
    .anbita-weather-hero{
        min-height:160px!important;
        height:160px!important;
        padding:16px!important;
        grid-template-columns:1fr!important;
    }
    .anbita-weather-brand{
        width:min(100%,500px)!important;
        height:60px!important;
    }
}

.anbita-weather-hero{
    width:min(100%,1200px)!important;
    min-height:220px!important;
    height:220px!important;
    margin:0 auto!important;
    padding:18px 22px!important;
    border:2px solid #e31d2d!important;
    border-radius:20px!important;
    box-sizing:border-box!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    background:#0d1728 url('/wetter/assets/friedolin-header.png?v=19') center center/cover no-repeat!important;
    overflow:hidden!important;
}
html.dark-mode .anbita-weather-hero,
body.dark-mode .anbita-weather-hero{
    background:#0d1728 url('/wetter/assets/friedolin-header.png?v=19') center center/cover no-repeat!important;
    border-color:#e31d2d!important;
}
.anbita-weather-hero::before,
.anbita-weather-hero::after{
    content:none!important;
    display:none!important;
}
.anbita-weather-statusbox{
    width:auto!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    text-align:left!important;
}
.anbita-weather-friedolin-title{
    display:inline-block!important;
    margin:0!important;
    padding:0!important;
    color:#000000!important;
    font-family:Arial, sans-serif!important;
    font-size:20px!important;
    line-height:1.1!important;
    font-weight:700!important;
    text-shadow:none!important;
}
.anbita-weather-updated-hidden{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
}
.anbita-weather-hero-text,
.anbita-weather-hero h2,
.anbita-weather-title-line-1,
.anbita-weather-title-line-2,
.anbita-weather-brand{
    display:none!important;
}
@media(max-width:640px){
    .anbita-weather-hero{
        min-height:160px!important;
        height:160px!important;
        padding:14px 16px!important;
        background-position:center center!important;
    }
    .anbita-weather-friedolin-title{
        font-size:20px!important;
        color:#000000!important;
        font-family:Arial, sans-serif!important;
    }
}

html.dark-mode .anbita-weather-friedolin-title,
body.dark-mode .anbita-weather-friedolin-title,
html:not(.dark-mode) .anbita-weather-friedolin-title,
body:not(.dark-mode) .anbita-weather-friedolin-title{
    color:#000000!important;
    font-family:Arial, sans-serif!important;
    font-size:20px!important;
    text-shadow:none!important;
}


.anbita-weather-tab-symbol{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    line-height:1;
}
@media(max-width:620px){
    .anbita-weather-tabs{
        display:flex;
        justify-content:center;
        align-items:center;
        gap:7px;
        flex-wrap:wrap;
        width:100%;
    }
    .anbita-weather-tab{
        width:50px;
        min-width:50px;
        height:50px;
        min-height:50px;
        padding:0;
        border-radius:50%;
        font-family:Arial, sans-serif;
        font-size:27px;
        line-height:1;
        text-align:center;
    }
    .anbita-weather-tab-label{
        position:absolute;
        width:1px;
        height:1px;
        padding:0;
        margin:-1px;
        overflow:hidden;
        clip:rect(0,0,0,0);
        white-space:nowrap;
        border:0;
    }
    .anbita-weather-tab-symbol{
        width:100%;
        height:100%;
        font-size:27px;
    }
}
body.anbita-app .anbita-weather-tabs{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:7px;
    flex-wrap:wrap;
    width:100%;
}
body.anbita-app .anbita-weather-tab{
    width:50px;
    min-width:50px;
    height:50px;
    min-height:50px;
    padding:0;
    border-radius:50%;
    font-family:Arial, sans-serif;
    font-size:27px;
    line-height:1;
    text-align:center;
}
body.anbita-app .anbita-weather-tab-label{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}
body.anbita-app .anbita-weather-tab-symbol{
    width:100%;
    height:100%;
    font-size:27px;
}

@media(max-width:620px){
    .anbita-weather-days .anbita-weather-day:nth-child(n+5){
        display:none;
    }
    .anbita-weather-action-row{
        justify-content:center;
        gap:10px;
    }
    .anbita-weather-cam-btn,
    .anbita-weather-speak-btn{
        width:50px;
        min-width:50px;
        height:50px;
        min-height:50px;
        padding:0;
        border-radius:50%;
        display:inline-flex;
        align-items:center;
        justify-content:center;
    }
    .anbita-weather-cam-btn .anbita-weather-action-label,
    .anbita-weather-speak-btn .anbita-weather-action-label{
        position:absolute;
        width:1px;
        height:1px;
        padding:0;
        margin:-1px;
        overflow:hidden;
        clip:rect(0,0,0,0);
        white-space:nowrap;
        border:0;
    }
    .anbita-weather-cam-btn .anbita-weather-action-symbol,
    .anbita-weather-speak-btn .anbita-weather-action-symbol{
        width:100%;
        height:100%;
        font-size:24px;
    }
}
body.anbita-app .anbita-weather-days .anbita-weather-day:nth-child(n+5){
    display:none;
}
body.anbita-app .anbita-weather-action-row{
    justify-content:center;
    gap:10px;
}
body.anbita-app .anbita-weather-cam-btn,
body.anbita-app .anbita-weather-speak-btn{
    width:50px;
    min-width:50px;
    height:50px;
    min-height:50px;
    padding:0;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
body.anbita-app .anbita-weather-cam-btn .anbita-weather-action-label,
body.anbita-app .anbita-weather-speak-btn .anbita-weather-action-label{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}
body.anbita-app .anbita-weather-cam-btn .anbita-weather-action-symbol,
body.anbita-app .anbita-weather-speak-btn .anbita-weather-action-symbol{
    width:100%;
    height:100%;
    font-size:24px;
}


/* Wetteraktionen: auf allen Geräten ausschließlich als Symbole. */
.anbita-weather-action-row{
    align-items:center;
    justify-content:flex-start;
    gap:8px;
}
.anbita-weather-cam-btn,
.anbita-weather-speak-btn,
body.anbita-app .anbita-weather-cam-btn,
body.anbita-app .anbita-weather-speak-btn{
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    min-height:42px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
}
.anbita-weather-action-label,
body.anbita-app .anbita-weather-action-label{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
}
.anbita-weather-action-symbol,
body.anbita-app .anbita-weather-action-symbol{
    width:100%!important;
    height:100%!important;
    font-size:26px!important;
}
