:root{
  --hsd3-bg:#f6f8fb;
  --hsd3-card:#fff;
  --hsd3-text:#12245d;
  --hsd3-muted:#56709c;
  --hsd3-line:#dfe7f2;
  --hsd3-orange:#ff7a00;
  --hsd3-blue:#0c91d3;
  --hsd3-shadow:0 10px 28px rgba(48,75,111,.075);
  --hsd3-font:Inter,"Segoe UI Variable Text","Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
}
body.hsd3-enabled,body.hsd2-enabled{background:var(--hsd3-bg)!important;font-family:var(--hsd3-font)!important;color:var(--hsd3-text)!important}
body.hsd3-ready{overflow-x:hidden!important}
body.hsd3-ready *{box-sizing:border-box}
.hsd3-hide-source{display:none!important}
.hsd3-source-temporary{position:fixed!important;left:-4600px!important;top:80px!important;width:320px!important;display:block!important;visibility:visible!important;opacity:.001!important;pointer-events:none!important;z-index:-120!important}

/* Die Original-Sidebar und das Original-Wetter bleiben technisch aktiv, aber außerhalb des sichtbaren Layouts. */
body.hsd3-ready .hsd3-source-sidebar{
  position:fixed!important;left:-4200px!important;top:60px!important;width:300px!important;max-width:300px!important;min-height:600px!important;
  display:block!important;visibility:visible!important;opacity:.001!important;pointer-events:none!important;z-index:-100!important;overflow:visible!important;
}
body.hsd3-ready .hsd3-source-weather{
  position:fixed!important;left:-4200px!important;top:720px!important;width:900px!important;max-width:900px!important;display:block!important;visibility:visible!important;opacity:.001!important;pointer-events:none!important;z-index:-100!important;
}

/* Grundraster wie im Entwurf: schmale Navigation, große Arbeitsfläche. */
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsp-page,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsp-page{padding:0!important;background:transparent!important}
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsp-shell.hmd-dashboard-shell,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsp-shell.hmd-dashboard-shell{
  width:100%!important;max-width:none!important;margin:0!important;display:grid!important;grid-template-columns:152px minmax(0,1fr)!important;
  grid-auto-flow:row!important;gap:0!important;align-items:start!important;background:var(--hsd3-bg)!important;
}
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsp-shell.hmd-dashboard-shell>*:not(.hsd3-sidebar):not(.hsd3-topbar):not(.hsd3-today):not(.hsd3-body-grid):not(.hsd3-footer):not(.hsd3-source-sidebar):not(.hsd3-source-weather){grid-column:2!important}

/* Linke Navigation */
.hsd3-sidebar{
  grid-column:1!important;grid-row:1 / span 60!important;position:sticky!important;top:0!important;height:100vh!important;min-height:100vh!important;
  display:flex!important;flex-direction:column!important;padding:14px 8px 16px!important;border-right:1px solid #dce5f0!important;background:rgba(255,255,255,.97)!important;z-index:70!important;
}
.hsd3-side-logo{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;margin:0 auto 20px!important;border-radius:11px!important;background:linear-gradient(145deg,#ff961e,#f56600)!important;color:#fff!important;font-size:21px!important;font-weight:900!important;box-shadow:0 8px 20px rgba(245,104,0,.22)!important}
.hsd3-side-nav{display:flex!important;flex-direction:column!important;gap:6px!important}
.hsd3-nav-link{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:center!important;gap:7px!important;min-height:48px!important;padding:6px 7px!important;border-radius:9px!important;color:#3e6092!important;text-decoration:none!important;font-size:12px!important;font-weight:650!important;line-height:1.1!important;transition:background .14s ease,color .14s ease!important}
.hsd3-nav-link>span{display:grid!important;place-items:center!important;width:29px!important;height:29px!important;border-radius:8px!important;color:#3d6093!important;font-size:17px!important;font-weight:900!important}
.hsd3-nav-link>b{font:inherit!important;font-weight:650!important}
.hsd3-nav-link:hover{background:#f1f6fc!important;color:#244f88!important}
.hsd3-nav-link.is-active{background:#fff0e5!important;color:#f06c00!important;box-shadow:inset 2px 0 0 #f77500!important}
.hsd3-nav-link.is-active>span{color:#f06c00!important}
.hsd3-side-settings{display:flex!important;align-items:center!important;gap:9px!important;margin-top:auto!important;padding:9px 8px!important;color:#46638f!important;text-decoration:none!important;font-size:11px!important;font-weight:650!important}.hsd3-side-settings span{font-size:16px!important}

/* Kopfzeile */
.hsd3-topbar{grid-column:2!important;display:grid!important;grid-template-columns:minmax(270px,.8fr) minmax(320px,1.25fr) minmax(220px,.75fr)!important;align-items:center!important;gap:22px!important;min-height:58px!important;padding:8px 28px!important;border-bottom:1px solid #dfe7f1!important;background:rgba(255,255,255,.97)!important;z-index:60!important}
.hsd3-brand{display:flex!important;align-items:center!important;gap:11px!important}.hsd3-brand>span{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;border-radius:9px!important;background:#ff7b00!important;color:#fff!important;font-size:19px!important;font-weight:900!important}.hsd3-brand strong{display:block!important;color:#14265f!important;font-size:18px!important;line-height:1.05!important}.hsd3-brand small{display:block!important;margin-top:2px!important;color:#6680a9!important;font-size:10.5px!important}
.hsd3-search{position:relative!important;display:flex!important;align-items:center!important;justify-self:center!important;width:min(100%,430px)!important}.hsd3-search>span{position:absolute!important;left:15px!important;color:#365d92!important;font-size:19px!important;z-index:2!important}.hsd3-search input{width:100%!important;height:37px!important;padding:0 16px 0 42px!important;border:1px solid #dce5ef!important;border-radius:999px!important;outline:0!important;background:#f7faff!important;color:#1e376c!important;font:500 12px var(--hsd3-font)!important;box-shadow:inset 0 1px 2px rgba(45,72,103,.03)!important}.hsd3-search input:focus{border-color:#a9c7e5!important;box-shadow:0 0 0 3px rgba(40,112,184,.08)!important}
.hsd3-search-results{position:absolute!important;left:0!important;right:0!important;top:43px!important;z-index:100!important;padding:6px!important;border:1px solid #dce5ef!important;border-radius:13px!important;background:#fff!important;box-shadow:0 18px 40px rgba(33,58,91,.15)!important}.hsd3-search-results[hidden]{display:none!important}.hsd3-search-results button,.hsd3-search-results a{display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;gap:8px!important;width:100%!important;padding:8px 10px!important;border:0!important;border-radius:8px!important;background:transparent!important;color:#1a356c!important;text-align:left!important;text-decoration:none!important;cursor:pointer!important}.hsd3-search-results button:hover,.hsd3-search-results a:hover{background:#f3f7fc!important}.hsd3-search-results span{font-size:9px!important;color:#8294ad!important;text-transform:uppercase!important}.hsd3-search-results strong{font-size:11px!important}.hsd3-search-empty{padding:10px!important;color:#7a8da7!important;font-size:11px!important}
.hsd3-account{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;color:#1d376c!important}.hsd3-bell{display:grid!important;place-items:center!important;width:32px!important;height:32px!important;border:0!important;background:transparent!important;color:#2f5486!important;font-size:18px!important}.hsd3-avatar{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;border-radius:50%!important;background:#edf2fa!important;color:#1b376c!important;font-size:11px!important;font-weight:800!important}.hsd3-account strong{font-size:11px!important}.hsd3-account-arrow{font-size:11px!important;color:#4f6c97!important}

/* Heute */
.hsd3-today{grid-column:2!important;margin:12px 26px 10px!important;padding:10px 12px 12px!important;border:1px solid #e0e8f1!important;border-radius:15px!important;background:#fff!important;box-shadow:var(--hsd3-shadow)!important}
.hsd3-today-title{display:flex!important;align-items:center!important;gap:10px!important;margin-bottom:8px!important;padding:0 4px!important}.hsd3-today-title-icon{display:grid!important;place-items:center!important;width:27px!important;height:27px!important;border-radius:8px!important;background:#fff1e6!important;color:#f27600!important;font-size:15px!important}.hsd3-today-title strong{font-size:18px!important;color:#13265f!important}.hsd3-today-all{margin-left:auto!important;border:0!important;background:transparent!important;color:#006be9!important;font:700 10.5px var(--hsd3-font)!important;cursor:pointer!important}.hsd3-today-all span{margin-left:8px!important;font-size:15px!important}
.hsd3-today-row{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:9px!important}.hsd3-today-card{position:relative!important;min-width:0!important;border:1px solid #e1e9f2!important;border-radius:11px!important;background:#fff!important;overflow:visible!important}.hsd3-today-head{display:grid!important;grid-template-columns:31px minmax(0,1fr) auto 18px!important;align-items:center!important;gap:7px!important;width:100%!important;min-height:47px!important;padding:6px 8px!important;border:0!important;border-radius:10px!important;background:#fff!important;color:#1b376d!important;text-align:left!important;cursor:pointer!important}.hsd3-today-head:hover{background:#f9fbfe!important}.hsd3-today-card-icon{display:grid!important;place-items:center!important;width:29px!important;height:29px!important;border-radius:8px!important;background:#fff2e8!important;color:#f17700!important;font-size:14px!important;font-weight:900!important}.hsd3-today-head strong{min-width:0!important;font-size:10.8px!important;line-height:1.1!important;white-space:normal!important}.hsd3-today-count{display:grid!important;place-items:center!important;min-width:24px!important;height:24px!important;padding:0 6px!important;border:1px solid #ffca99!important;border-radius:999px!important;background:#fff8f1!important;color:#ef7200!important;font-size:10px!important;font-weight:800!important}.hsd3-today-arrow{display:grid!important;place-items:center!important;color:#315b90!important;font-size:15px!important}.hsd3-today-body{display:none!important;position:absolute!important;z-index:90!important;left:0!important;right:0!important;top:calc(100% + 3px)!important;max-height:300px!important;overflow:auto!important;padding:8px!important;border:1px solid #dfe8f1!important;border-radius:11px!important;background:#fff!important;box-shadow:0 14px 30px rgba(38,61,88,.14)!important}.hsd3-today-card.is-open .hsd3-today-body{display:block!important}.hsd3-today-body [hidden]{display:block!important}

/* Hauptbereich unter Heute */
.hsd3-body-grid{grid-column:2!important;display:grid!important;grid-template-columns:minmax(0,1.82fr) minmax(360px,1fr)!important;gap:14px!important;margin:0 26px!important;align-items:start!important}.hsd3-left,.hsd3-right{display:grid!important;gap:12px!important;min-width:0!important;align-content:start!important}.hsd3-left .hsp-hero{grid-column:auto!important;width:100%!important;max-width:none!important;margin:0!important}

/* Hero wie im Entwurf: großes Bild, Begrüßung links, Zitat rechts, keine Kreisnavigation. */
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-left .hsp-hero,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-left .hsp-hero{position:relative!important;min-height:224px!important;height:224px!important;padding:0!important;border:1px solid #dce5ef!important;border-radius:12px!important;overflow:hidden!important;box-shadow:var(--hsd3-shadow)!important;background:#dbe5ee!important}
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-left .hred-hero-scene,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-left .hred-hero-scene{inset:0!important;width:100%!important;opacity:1!important;background-position:center 50%!important}
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-left .hsp-hero:after,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-left .hsp-hero:after{content:""!important;display:block!important;position:absolute!important;z-index:1!important;inset:0!important;background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.73) 20%,rgba(255,255,255,.08) 45%,rgba(13,34,47,.03) 100%)!important;pointer-events:none!important}
.hsd3-hero-copy{position:absolute!important;z-index:8!important;left:28px!important;top:22px!important;color:#10245e!important;text-shadow:0 1px rgba(255,255,255,.35)!important}.hsd3-hero-copy strong{display:block!important;font-size:28px!important;line-height:.98!important;letter-spacing:-.035em!important}.hsd3-hero-copy span{display:block!important;margin-top:8px!important;font-size:13px!important;line-height:1.28!important;font-weight:550!important}
.hsd3-hero-quote{position:absolute!important;z-index:8!important;right:30px!important;top:44px!important;width:205px!important;padding:13px 16px!important;border-radius:10px!important;background:rgba(20,47,63,.78)!important;color:#fff!important;box-shadow:0 8px 20px rgba(9,28,39,.16)!important;backdrop-filter:blur(5px)!important}.hsd3-hero-quote strong{display:block!important;font-size:20px!important;line-height:1.02!important}.hsd3-hero-quote span{display:block!important;margin-top:7px!important;font-size:10px!important;line-height:1.35!important}
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-left .hred-hero-switch,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-left .hred-hero-switch{position:absolute!important;z-index:12!important;left:12px!important;right:12px!important;bottom:10px!important;top:auto!important;width:auto!important;max-width:none!important;min-height:42px!important;padding:6px 8px!important;border:0!important;border-radius:10px!important;background:rgba(21,35,39,.70)!important;color:#fff!important;box-shadow:0 8px 18px rgba(0,0,0,.15)!important;backdrop-filter:blur(8px)!important}.hsd3-left .hred-hero-switch-row{display:grid!important;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr)!important;align-items:center!important;gap:8px!important}.hsd3-left .hred-hero-switch-head{min-width:0!important}.hsd3-left .hred-hero-switch strong{font-size:10px!important}.hsd3-left .hred-hero-switch small,.hsd3-left .hred-hero-meta{font-size:8px!important}.hsd3-left .hred-hero-thumb{width:48px!important;height:31px!important;border-radius:7px!important}.hsd3-left .hred-hero-gallery-nav{width:31px!important;height:31px!important}

/* Kompaktes Wetter */
.hsd3-weather{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(0,1.15fr)!important;min-height:94px!important;border:1px solid #e0e8f1!important;border-radius:12px!important;background:#fff!important;box-shadow:var(--hsd3-shadow)!important;overflow:hidden!important}.hsd3-weather-main{display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;align-items:center!important;padding:8px 14px!important;border-right:1px solid #e7edf4!important}.hsd3-weather-icon{display:grid!important;place-items:center!important;width:78px!important;height:70px!important;font-size:49px!important;line-height:1!important}.hsd3-weather-copy{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:1px 12px!important}.hsd3-weather-copy>strong{grid-column:1/-1!important;color:#14265f!important;font-size:14px!important}.hsd3-weather-copy>small{grid-column:1/-1!important;color:#61779d!important;font-size:10px!important}.hsd3-weather-copy>b{font-size:28px!important;line-height:1!important;color:#12245d!important;margin-top:4px!important}.hsd3-weather-copy>em{display:flex!important;gap:12px!important;align-items:end!important;padding-bottom:2px!important;color:#075fe1!important;font-size:11px!important;font-style:normal!important;font-weight:750!important}.hsd3-weather-metrics{display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:1fr 1fr!important;padding:8px 12px!important}.hsd3-weather-metrics>div{display:grid!important;grid-template-columns:30px minmax(0,1fr)!important;grid-template-rows:auto auto!important;align-items:center!important;padding:3px 9px!important;border-bottom:1px solid #e8edf4!important}.hsd3-weather-metrics>div:nth-child(2){border-left:1px solid #e8edf4!important}.hsd3-weather-metrics>div:nth-child(3){grid-column:1/3!important;border-bottom:0!important}.hsd3-metric-icon{grid-row:1/3!important;display:grid!important;place-items:center!important;width:27px!important;height:27px!important;border-radius:8px!important;background:#f1f6fc!important;color:#16529b!important;font-size:16px!important}.hsd3-weather-metrics small{font-size:9px!important;color:#6380ab!important}.hsd3-weather-metrics strong{font-size:12px!important;color:#13265f!important}

/* Alben */
.hsd3-albums{padding:12px 14px 14px!important;border:1px solid #e1e8f1!important;border-radius:12px!important;background:#fff!important;box-shadow:var(--hsd3-shadow)!important}.hsd3-album-head{display:grid!important;grid-template-columns:32px minmax(0,1fr) auto!important;align-items:center!important;gap:9px!important;margin-bottom:10px!important}.hsd3-album-symbol{display:grid!important;place-items:center!important;width:30px!important;height:30px!important;border-radius:8px!important;background:#fff0e3!important;color:#f57600!important;font-size:16px!important}.hsd3-album-head strong{font-size:17px!important;color:#13265f!important}.hsd3-album-head>a{color:#0069e8!important;text-decoration:none!important;font-size:10px!important;font-weight:700!important}.hsd3-album-head>a span{margin-left:8px!important;font-size:14px!important}.hsd3-album-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.hsd3-album-item{display:grid!important;grid-template-columns:52px minmax(0,1fr)!important;align-items:center!important;min-height:72px!important;padding:8px 12px!important;border:1px solid #e2e9f2!important;border-radius:10px!important;color:#203d78!important;text-decoration:none!important;background:#fff!important}.hsd3-album-item-icon{display:grid!important;place-items:center!important;width:43px!important;height:43px!important;border-radius:50%!important;background:#fff0e5!important;color:#f27500!important;font-size:21px!important}.hsd3-album-item.public .hsd3-album-item-icon{background:#eaf4ff!important;color:#006de6!important}.hsd3-album-item strong{display:block!important;font-size:22px!important;line-height:1!important;color:#13265f!important}.hsd3-album-item small{display:block!important;margin-top:5px!important;font-size:10px!important;color:#5575a4!important}

/* Gruppen */
.hsd3-groups{display:grid!important;gap:10px!important}.hsd3-group{--accent:#5d78a7;--soft:#f1f5fa;--line:#d8e3ef;border:1px solid var(--line)!important;border-radius:12px!important;background:#fff!important;overflow:hidden!important;box-shadow:var(--hsd3-shadow)!important}.hsd3-group.theme-orange{--accent:#f57400;--soft:#fff3e9;--line:#f5cda9}.hsd3-group.theme-blue{--accent:#078acb;--soft:#eaf7ff;--line:#bcdff2}.hsd3-group.theme-green{--accent:#23835f;--soft:#edf9f4;--line:#c9e7db}.hsd3-group.theme-purple{--accent:#6852bd;--soft:#f3efff;--line:#d9d1f5}.hsd3-group-head{display:grid!important;grid-template-columns:48px minmax(0,1fr) auto 34px!important;align-items:center!important;gap:10px!important;width:100%!important;min-height:53px!important;padding:7px 12px!important;border:0!important;background:linear-gradient(90deg,var(--soft),#fff 72%)!important;color:#13265f!important;text-align:left!important;cursor:pointer!important}.hsd3-group-symbol{display:grid!important;place-items:center!important;width:40px!important;height:40px!important;border-radius:9px!important;background:var(--accent)!important;color:#fff!important;font-size:18px!important;box-shadow:0 5px 12px color-mix(in srgb,var(--accent) 20%,transparent)!important}.hsd3-group-copy strong{display:block!important;font-size:16px!important;line-height:1.05!important;color:#13265f!important}.hsd3-group-copy small{display:block!important;margin-top:3px!important;font-size:9.5px!important;color:#54749d!important}.hsd3-group-count{padding:6px 11px!important;border:1px solid var(--line)!important;border-radius:999px!important;background:var(--soft)!important;color:var(--accent)!important;font-size:10px!important;font-weight:800!important}.hsd3-group-chevron{display:grid!important;place-items:center!important;width:28px!important;height:28px!important;border:1px solid var(--line)!important;border-radius:50%!important;background:#fff!important;color:var(--accent)!important;font-size:15px!important}.hsd3-group-body{display:none!important;grid-template-columns:1fr 1fr!important;gap:8px!important;padding:8px 12px 10px!important;border-top:1px solid color-mix(in srgb,var(--line) 75%,#fff)!important}.hsd3-group.is-open>.hsd3-group-body{display:grid!important}.hsd3-group-col{display:grid!important;gap:5px!important;min-width:0!important}.hsd3-item-wrap{min-width:0!important;border:1px solid #e1e8f1!important;border-radius:9px!important;background:#fbfdff!important;overflow:hidden!important}.hsd3-item-wrap.is-missing{opacity:.58!important}.hsd3-item{display:grid!important;grid-template-columns:31px minmax(0,1fr) auto 18px!important;align-items:center!important;gap:7px!important;width:100%!important;min-height:36px!important;padding:3px 7px!important;border:0!important;background:#fbfdff!important;color:#1c376e!important;text-align:left!important;cursor:pointer!important}.hsd3-item:hover{background:var(--soft)!important}.hsd3-item-icon{display:grid!important;place-items:center!important;width:27px!important;height:25px!important;border-radius:7px!important;background:var(--soft)!important;color:var(--accent)!important;font-size:9px!important;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important}.hsd3-item-label{font-size:10.7px!important;font-weight:760!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.hsd3-item-meta{display:flex!important;align-items:center!important;gap:5px!important}.hsd3-item-meta small{font-size:8.5px!important;color:#6f82a0!important;white-space:nowrap!important}.hsd3-count{display:grid!important;place-items:center!important;min-width:21px!important;height:21px!important;padding:0 6px!important;border:1px solid var(--line)!important;border-radius:999px!important;background:var(--soft)!important;color:var(--accent)!important;font-size:9px!important;font-weight:900!important}.hsd3-item-arrow{font-size:15px!important;color:#315f98!important}.hsd3-item-body{display:none!important;padding:4px 8px 7px 44px!important;border-top:1px solid #e9eff5!important;background:#fff!important}.hsd3-item-wrap.is-open>.hsd3-item-body{display:grid!important}.hsd3-item-body a{padding:5px 0!important;border-bottom:1px solid #eef3f7!important;color:#315b90!important;text-decoration:none!important;font-size:9.5px!important;font-weight:650!important}.hsd3-item-body a:last-child{border-bottom:0!important}.hsd3-item-empty{padding:6px 0!important;color:#8494aa!important;font-size:9px!important}

/* Schnellzugriffe */
.hsd3-quick-card{padding:12px 14px 14px!important;border:1px solid #e1e8f1!important;border-radius:12px!important;background:#fff!important;box-shadow:var(--hsd3-shadow)!important}.hsd3-quick-head{display:flex!important;align-items:center!important;gap:9px!important;margin-bottom:13px!important}.hsd3-quick-symbol{display:grid!important;place-items:center!important;width:33px!important;height:33px!important;border-radius:9px!important;background:#f1edff!important;color:#6949d7!important;font-size:17px!important}.hsd3-quick-copy strong{display:block!important;color:#13265f!important;font-size:17px!important}.hsd3-quick-copy small{display:block!important;margin-top:2px!important;color:#687fa5!important;font-size:9.5px!important}.hsd3-manage{display:flex!important;align-items:center!important;gap:5px!important;margin-left:auto!important;padding:7px 10px!important;border:1px solid #dce5ef!important;border-radius:9px!important;color:#31527f!important;background:#fff!important;text-decoration:none!important;font-size:9.5px!important;font-weight:750!important}.hsd3-quick-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.hsd3-quick-slot{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:108px!important;padding:9px!important;border:1px dashed #bcd1e7!important;border-radius:10px!important;background:#fcfdff!important;color:#315b90!important;text-decoration:none!important;text-align:center!important}.hsd3-quick-slot:hover{background:#f7fbff!important;border-color:#8fb5da!important}.hsd3-quick-slot.is-filled{border-style:solid!important}.hsd3-quick-icon{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;border:1px solid #bcd2e8!important;border-radius:50%!important;background:#fff!important;color:#315f98!important;font-size:16px!important;font-weight:800!important}.hsd3-quick-label{font-size:9.5px!important;font-weight:700!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}

/* Optionaler Bereich, der erst nach Klick in der linken Navigation sichtbar wird. */
body.hsd3-ready .hred-selected-links:not(.hsd3-area-open){display:none!important}.hred-selected-links.hsd3-area-open{display:block!important;grid-column:2!important;margin:12px 26px!important;border-radius:12px!important}

/* Footer */
.hsd3-footer{grid-column:2!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;margin:7px 26px 12px!important;color:#6280a8!important;font-size:8.5px!important}.hsd3-footer b{font-weight:500!important}.hsd3-footer nav{display:flex!important;gap:24px!important}.hsd3-footer a,.hsd3-footer nav span{color:#5274a3!important;text-decoration:none!important}

/* Alte Zusatz-/Quellbereiche aus 1.x/2.0 werden nicht parallel sichtbar. */
body.hsd3-ready .hsd110-lower-row,body.hsd3-ready .hsd120-lower-grid,body.hsd3-ready .hsd2-dashboard-lower,body.hsd3-ready .hsd2-today,body.hsd3-ready .hsp-footer{display:none!important}

@media(max-width:1250px){
  body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsp-shell.hmd-dashboard-shell,body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsp-shell.hmd-dashboard-shell{grid-template-columns:138px minmax(0,1fr)!important}
  .hsd3-sidebar{padding-left:6px!important;padding-right:6px!important}.hsd3-nav-link{font-size:10.5px!important}.hsd3-body-grid{grid-template-columns:minmax(0,1.55fr) minmax(320px,.95fr)!important;margin-left:16px!important;margin-right:16px!important}.hsd3-today{margin-left:16px!important;margin-right:16px!important}.hsd3-footer{margin-left:16px!important;margin-right:16px!important}.hsd3-topbar{padding-left:18px!important;padding-right:18px!important;grid-template-columns:minmax(230px,.8fr) minmax(260px,1.1fr) minmax(170px,.7fr)!important}.hsd3-hero-quote{right:18px!important;width:185px!important}.hsd3-left .hred-hero-switch-row{grid-template-columns:220px minmax(0,1fr)!important}
}
@media(max-width:1050px){
  .hsd3-body-grid{grid-template-columns:1fr!important}.hsd3-right{grid-template-columns:1fr!important}.hsd3-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.hsd3-today-row{grid-template-columns:repeat(3,minmax(0,1fr))!important}.hsd3-topbar{grid-template-columns:1fr auto!important}.hsd3-search{grid-column:1/-1!important;grid-row:2!important;justify-self:stretch!important;width:100%!important}.hsd3-topbar{padding-top:8px!important;padding-bottom:10px!important}.hsd3-account{grid-column:2!important;grid-row:1!important}.hsd3-brand{grid-column:1!important;grid-row:1!important}
}
@media(max-width:780px){
  body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsp-shell.hmd-dashboard-shell,body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsp-shell.hmd-dashboard-shell{grid-template-columns:1fr!important}.hsd3-sidebar{display:none!important}.hsd3-topbar,.hsd3-today,.hsd3-body-grid,.hsd3-footer{grid-column:1!important}.hsd3-topbar{padding:9px 12px!important}.hsd3-today,.hsd3-body-grid,.hsd3-footer{margin-left:9px!important;margin-right:9px!important}.hsd3-today-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hsd3-group-body{grid-template-columns:1fr!important}.hsd3-weather{grid-template-columns:1fr!important}.hsd3-weather-main{border-right:0!important;border-bottom:1px solid #e7edf4!important}.hsd3-hero-quote{display:none!important}.hsd3-hero-copy strong{font-size:23px!important}.hsd3-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hsd3-album-grid{grid-template-columns:1fr 1fr!important}.hsd3-left .hred-hero-switch-row{display:block!important}.hsd3-left .hred-hero-gallery{margin-top:5px!important}
}
@media(max-width:520px){
  .hsd3-account strong,.hsd3-account-arrow{display:none!important}.hsd3-brand small{display:none!important}.hsd3-brand strong{font-size:16px!important}.hsd3-today-row{grid-template-columns:1fr!important}.hsd3-album-grid{grid-template-columns:1fr!important}.hsd3-group-head{grid-template-columns:44px minmax(0,1fr) 30px!important}.hsd3-group-count{display:none!important}.hsd3-weather-main{grid-template-columns:68px minmax(0,1fr)!important}.hsd3-weather-icon{width:58px!important;font-size:40px!important}.hsd3-weather-metrics{grid-template-columns:1fr!important;grid-template-rows:auto!important}.hsd3-weather-metrics>div,.hsd3-weather-metrics>div:nth-child(2),.hsd3-weather-metrics>div:nth-child(3){grid-column:auto!important;border-left:0!important;border-bottom:1px solid #e8edf4!important}.hsd3-weather-metrics>div:last-child{border-bottom:0!important}.hsd3-footer{display:block!important}.hsd3-footer nav{margin-top:5px!important;gap:12px!important}
}


/* ======================================================================
   v2.1.1 – Layout-Fix: Entwurf „Mein Bereich“ wirklich zweispaltig
   Das zugrunde liegende Dashboard setzt auf .hsp-hero/.hsp-weather eigene
   grid-column-Werte mit !important. Sobald diese Elemente in .hsd3-left
   verschoben werden, erzeugten diese Regeln implizite Zusatzspalten.
   Die folgenden, bewusst hochspezifischen Regeln neutralisieren das.
   ====================================================================== */
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-body-grid,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-body-grid{
  grid-template-columns:minmax(0,1.78fr) minmax(420px,.98fr)!important;
  align-items:start!important;
}
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-left,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-left,
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-right,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-right{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  grid-auto-flow:row!important;
  grid-auto-rows:auto!important;
  align-items:start!important;
  align-content:start!important;
  min-width:0!important;
}
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-left > .hsp-hero,
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-left > .hsd3-weather,
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-left > .hsd3-groups,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-left > .hsp-hero,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-left > .hsd3-weather,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-left > .hsd3-groups{
  grid-column:1 / -1!important;
  grid-row:auto!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  align-self:start!important;
  justify-self:stretch!important;
  margin-left:0!important;
  margin-right:0!important;
}
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-right > .hsd3-albums,
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-right > .hsd3-quick-card,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-right > .hsd3-albums,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-right > .hsd3-quick-card{
  grid-column:1 / -1!important;
  grid-row:auto!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  align-self:start!important;
  justify-self:stretch!important;
}
/* Keine alten Hero-Kopfelemente über dem neuen Begrüßungstext. */
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-left .hsp-identity,
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-left .hred-hero-wheel,
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-left .hsp-hero-actions,
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-left .hred-hero-action-stack,
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-left .hsp-date,
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-left .hsp-manage-button,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-left .hsp-identity,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-left .hred-hero-wheel,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-left .hsp-hero-actions,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-left .hred-hero-action-stack,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-left .hsp-date,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-left .hsp-manage-button{
  display:none!important;
}
/* Exakte vertikale Reihenfolge aus dem Entwurf. */
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-left > .hsp-hero,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-left > .hsp-hero{order:1!important}
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-left > .hsd3-weather,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-left > .hsd3-weather{order:2!important}
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-left > .hsd3-groups,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-left > .hsd3-groups{order:3!important}
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-right > .hsd3-quick-card,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-right > .hsd3-quick-card{order:1!important}
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-right > .hsd3-albums,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-right > .hsd3-albums{order:2!important}

@media(max-width:1250px){
  body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-body-grid,
  body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-body-grid{
    grid-template-columns:minmax(0,1.62fr) minmax(350px,.95fr)!important;
  }
}
@media(max-width:1050px){
  body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-body-grid,
  body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-body-grid{
    grid-template-columns:minmax(0,1fr)!important;
  }
}


/* ======================================================================
   v2.1.2 – Live-Funktionen aus der bisherigen Sidebar wieder übernommen
   ====================================================================== */
.hsd3-today-body{max-height:330px!important;overflow:auto!important}
.hsd3-today-card.is-open{z-index:95!important;box-shadow:0 14px 32px rgba(35,66,105,.16)!important}
.hsd3-today-body .hred-google-loading,.hsd3-today-body .hred-google-empty{padding:10px 12px!important;color:#6e8099!important;font-size:10px!important}
.hsd3-today-body .hred-google-item{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:8px!important;align-items:center!important;padding:8px 10px!important;border-bottom:1px solid #edf2f7!important;color:#203b70!important;text-decoration:none!important;background:#fff!important}
.hsd3-today-body .hred-google-item:last-child{border-bottom:0!important}
.hsd3-today-body .hred-google-item-copy strong{display:block!important;font-size:10px!important;color:#1b3568!important}
.hsd3-today-body .hred-google-item-copy small{display:block!important;margin-top:2px!important;font-size:8.5px!important;color:#7689a4!important}
.hsd3-today-body .hred-google-time{font-size:9px!important;font-weight:800!important;color:#f06f00!important;white-space:nowrap!important}
.hsd3-item-wrap.is-open{border-color:color-mix(in srgb,var(--line) 86%,#fff)!important;background:#fff!important}
.hsd3-item-wrap.is-open>.hsd3-item{background:var(--soft)!important}
.hsd3-item-wrap.is-open .hsd3-item-arrow{transform:rotate(90deg)!important}
.hsd3-item-body{max-height:260px!important;overflow:auto!important}
.hsd3-item-body a{display:block!important}


/* v2.1.3 – Live-Inhalte der Quellboxen und echte Direktlinks */
.hsd3-item-source-body{display:block!important;margin:0!important;padding:0!important;border:0!important;background:#fff!important}
.hsd3-item-source-body .hred-google-item{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:7px!important;align-items:center!important;padding:7px 0!important;border-bottom:1px solid #eef3f7!important;color:#315b90!important;text-decoration:none!important;background:#fff!important}
.hsd3-item-source-body .hred-google-item:last-child{border-bottom:0!important}
.hsd3-item-source-body .hred-google-item-copy strong{display:block!important;font-size:9.5px!important;color:#294d7d!important;line-height:1.2!important}
.hsd3-item-source-body .hred-google-item-copy small{display:block!important;margin-top:2px!important;font-size:8px!important;color:#7a8da7!important}
.hsd3-item-source-body .hred-google-loading,.hsd3-item-source-body .hred-google-empty{padding:7px 0!important;color:#7e8fa6!important;font-size:9px!important}
.hsd3-item-source-body .hred-google-empty a{display:inline!important;margin-left:4px!important;padding:0!important;border:0!important}
body.hsd3-ready .hsp-section{display:none!important}

.hsd3-quick-icon.has-image{padding:3px!important;overflow:hidden!important;background:#fff!important}.hsd3-quick-icon.has-image img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;border-radius:50%!important}


/* v2.1.5 – Hero vereinfacht: tageszeitabhängige Begrüßung, mehr Bildminiaturen */
.hsd3-hero-quote{display:none!important}
.hsd3-left .hred-hero-switch-copy{display:none!important}
.hsd3-left .hred-hero-switch-row{grid-template-columns:auto minmax(0,1fr)!important;gap:6px!important}
.hsd3-left .hred-hero-switch-head{display:flex!important;align-items:center!important;gap:5px!important;width:auto!important;min-width:0!important}
.hsd3-left .hred-hero-switch-head>.hred-hero-switch-icon{flex:0 0 auto!important}
.hsd3-left .hred-hero-switch-actions{display:flex!important;align-items:center!important;flex:0 0 auto!important}
.hsd3-left .hred-hero-gallery{display:grid!important;grid-template-columns:31px minmax(0,1fr) 31px!important;align-items:center!important;gap:5px!important;min-width:0!important;width:100%!important}
.hsd3-left .hred-hero-thumbs{display:flex!important;gap:5px!important;min-width:0!important;width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:thin!important;padding:1px 0!important}
.hsd3-left .hred-hero-thumb{flex:0 0 48px!important}
.hsd3-hero-copy strong{white-space:nowrap!important}

/* Hochgeladene Logos in Schnellzugriffen nutzen den verfügbaren Rahmen vollständig. */
.hsd3-quick-icon.has-image{padding:0!important}
.hsd3-quick-icon.has-image img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;border-radius:inherit!important}


/* v2.1.8 – Schnellzugriffe, Hero-Bildleiste und Gruppenzugriffe */
.hsd3-quick-copy small{display:none!important}
.hsd3-quick-slot.is-filled{gap:4px!important;padding:6px 6px 8px!important}
.hsd3-quick-slot .hsd3-quick-icon.has-image{
  width:72px!important;
  height:72px!important;
  min-width:72px!important;
  min-height:72px!important;
  max-width:72px!important;
  max-height:72px!important;
  padding:0!important;
  border:0!important;
  border-radius:14px!important;
  background:transparent!important;
  overflow:hidden!important;
  box-shadow:none!important;
}
.hsd3-quick-slot .hsd3-quick-icon.has-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:10px!important;
}
@media(max-width:560px){
  .hsd3-quick-slot .hsd3-quick-icon.has-image{
    width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;max-width:58px!important;max-height:58px!important;
  }
}

/* Textteil der Hintergrundbild-Leiste vollständig ausblenden und Miniaturen mehr Raum geben. */
.hsd3-left .hred-hero-switch-head,
.hsd3-left .hred-hero-switch-copy{display:none!important}
.hsd3-left .hred-hero-switch-row{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}
.hsd3-left .hred-hero-gallery{grid-template-columns:31px minmax(0,1fr) 31px!important;width:100%!important}
.hsd3-left .hred-hero-thumbs{gap:6px!important;padding:1px 0!important}
.hsd3-left .hred-hero-thumb{flex:0 0 52px!important}


/* v2.1.9 – Kachelfarben, boxfüllende Logos, Unterlinks */
.hsd26-color-cell input[type=color]{width:58px!important;height:34px!important;padding:2px!important;border:1px solid #c7d0db!important;border-radius:7px!important;background:#fff!important;cursor:pointer!important}

.hsd3-item-wrap{background:var(--hsd3-item-bg,#fbfdff)!important}
.hsd3-item-wrap>.hsd3-item{background:var(--hsd3-item-bg,#fbfdff)!important}
.hsd3-item-wrap.is-open>.hsd3-item{background:color-mix(in srgb,var(--hsd3-item-bg,#fbfdff) 82%,var(--soft) 18%)!important}
.hsd3-item-wrap>.hsd3-item-body{background:color-mix(in srgb,var(--hsd3-item-bg,#fbfdff) 45%,#fff 55%)!important}

.hsd3-item-config-link{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;min-height:31px!important;padding:6px 2px!important;border-bottom:1px solid #e8eef5!important;color:#315b90!important;text-decoration:none!important;font-size:9.5px!important;font-weight:680!important}
.hsd3-item-config-link:last-child{border-bottom:0!important}
.hsd3-item-config-link:hover{color:#0c67b7!important}
.hsd3-item-config-link span:last-child{font-size:12px!important;color:#5b80ac!important}

/* Hochgeladene Schnellzugriff-Logos füllen die Kachel bis knapp an den Rand. */
.hsd3-quick-slot.has-image-logo{position:relative!important;display:block!important;min-height:108px!important;padding:0!important;overflow:hidden!important}
.hsd3-quick-slot.has-image-logo .hsd3-quick-icon.has-image{position:absolute!important;left:4px!important;right:4px!important;top:4px!important;bottom:24px!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;border:0!important;border-radius:8px!important;background:transparent!important;overflow:hidden!important}
.hsd3-quick-slot.has-image-logo .hsd3-quick-icon.has-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;border-radius:6px!important}
.hsd3-quick-slot.has-image-logo .hsd3-quick-label{position:absolute!important;left:5px!important;right:5px!important;bottom:6px!important;z-index:2!important;max-width:none!important;text-align:center!important;line-height:1.05!important}

/* Der komplette linke Text-/Icon-Block der Hintergrundbild-Leiste ist entfernt. */
.hsd3-left .hred-hero-switch-head{display:none!important}
.hsd3-left .hred-hero-switch-row{display:block!important}
.hsd3-left .hred-hero-gallery{width:100%!important;grid-template-columns:31px minmax(0,1fr) 31px!important}


/* ================= v2.1.10 ================= */
/* Schnellzugriffe: verwaltbare Hintergrundfarbe. */
.hsd3-quick-slot{background:var(--hsd3-quick-bg,#fcfdff)!important}
.hsd3-quick-slot:hover{background:color-mix(in srgb,var(--hsd3-quick-bg,#fcfdff) 90%,#eaf4ff 10%)!important}

/* Bildlogo maximal innerhalb der Box – nur die Beschriftungszeile bleibt frei. */
.hsd3-quick-slot.has-image-logo{position:relative!important;display:block!important;min-height:108px!important;padding:0!important;overflow:hidden!important}
.hsd3-quick-slot.has-image-logo .hsd3-quick-icon.has-image{
  position:absolute!important;left:0!important;right:0!important;top:0!important;bottom:21px!important;
  width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;
  padding:0!important;border:0!important;border-radius:9px!important;background:transparent!important;overflow:hidden!important;
}
.hsd3-quick-slot.has-image-logo .hsd3-quick-icon.has-image img{
  display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;
  object-fit:contain!important;object-position:center!important;border-radius:7px!important;
}
.hsd3-quick-slot.has-image-logo .hsd3-quick-label{position:absolute!important;left:4px!important;right:4px!important;bottom:5px!important;z-index:2!important;text-align:center!important;line-height:1.05!important}

/* Der Textblock „Hintergrundbild / Nächstes Bild …“ ist nicht mehr Teil der Leiste. */
.hsd3-left .hred-hero-switch-head,
.hsd3-left .hred-hero-switch-copy,
.hsd3-left .hred-hero-switch-icon{display:none!important}
.hsd3-left .hred-hero-switch-row{display:block!important}
.hsd3-left .hred-hero-gallery{width:100%!important}

/* Aufnahme/Standort deutlich lesbarer. */
.hsd3-left .hred-hero-meta{font-size:11px!important;line-height:1.3!important;font-weight:700!important;letter-spacing:.01em!important;color:#fff!important;margin:0 0 5px!important}

/* Nur „Verwaltung“ rechts oben im Hintergrundbild. */
.hsd3-hero-manage-button{
  position:absolute!important;z-index:25!important;top:13px!important;right:13px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;
  min-height:36px!important;padding:8px 13px!important;border:0!important;border-radius:10px!important;
  background:linear-gradient(135deg,#f5a12a,#ff7d10)!important;color:#fff!important;text-decoration:none!important;
  font-size:10.5px!important;font-weight:800!important;box-shadow:0 8px 18px rgba(209,105,10,.24)!important;
}
.hsd3-hero-manage-button:hover{filter:brightness(1.04)!important;color:#fff!important}


/* v2.1.13 – Direktlink zur Verwaltung der Link-Boxen */
.hsd3-group{position:relative!important}
.hsd3-group.has-manage .hsd3-group-count{margin-right:94px!important}
.hsd3-group-manage{
  position:absolute!important;
  top:12px!important;
  right:50px!important;
  z-index:6!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  min-height:29px!important;
  padding:6px 10px!important;
  border:1px solid var(--line)!important;
  border-radius:9px!important;
  background:#fff!important;
  color:var(--accent)!important;
  text-decoration:none!important;
  font-size:9.5px!important;
  font-weight:800!important;
  box-shadow:0 2px 7px rgba(30,60,95,.04)!important;
}
.hsd3-group-manage:hover{background:var(--soft)!important}
@media(max-width:560px){
  .hsd3-group.has-manage .hsd3-group-count{display:none!important}
  .hsd3-group-manage{right:48px!important;padding:6px 8px!important;font-size:0!important}
  .hsd3-group-manage span{font-size:12px!important}
}


/* v2.1.14 – Drag & Drop Schnellzugriffe + einklappbare Alben */
.hsd3-quick-slot.is-draggable{cursor:grab!important;user-select:none!important}
.hsd3-quick-slot.is-draggable:active{cursor:grabbing!important}
.hsd3-quick-slot.is-dragging{opacity:.42!important;transform:scale(.97)!important;box-shadow:0 10px 24px rgba(31,73,126,.16)!important}
.hsd3-quick-card.is-order-saved .hsd3-quick-head:after{content:"Reihenfolge gespeichert"!important;margin-left:8px!important;color:#23835f!important;font-size:8.5px!important;font-weight:700!important}
.hsd3-album-head{grid-template-columns:32px minmax(0,1fr) auto 30px!important}
.hsd3-album-toggle{display:grid!important;place-items:center!important;width:28px!important;height:28px!important;padding:0!important;border:1px solid #d6e4f1!important;border-radius:50%!important;background:#fff!important;color:#2470b4!important;font:800 14px/1 var(--hsd3-font)!important;cursor:pointer!important}
.hsd3-albums:not(.is-open) .hsd3-album-grid{display:none!important}
.hsd3-albums:not(.is-open){padding-bottom:10px!important}
.hsd3-albums:not(.is-open) .hsd3-album-head{margin-bottom:0!important}
@media(max-width:760px){.hsd3-quick-slot.is-draggable{cursor:default!important}}


/* v2.1.15 – Wetterkarte übernimmt den Link der ursprünglichen Wetterkachel. */
.hsd3-weather{position:relative!important}
.hsd3-weather.is-linked{cursor:pointer!important;transition:border-color .15s ease,box-shadow .15s ease!important}
.hsd3-weather.is-linked:hover{border-color:#b9d3ef!important;box-shadow:0 12px 30px rgba(48,75,111,.12)!important}
.hsd3-weather-link{position:absolute!important;inset:0!important;z-index:8!important;border-radius:inherit!important;text-decoration:none!important;outline:0!important}
.hsd3-weather-link:focus-visible{box-shadow:inset 0 0 0 3px rgba(0,105,232,.24)!important}


/* ======================================================================
   v2.1.16 – finaler grafischer Feinschliff
   Nr. 2: Heute-Leiste besser lesbar
   Nr. 3: Wetter kompakt rechts unter Alben & Zugriffe
   Nr. 4: einheitliche Verwaltungsbuttons
   Nr. 5: einheitliche Line-Icons in der Navigation
   ====================================================================== */

/* Nr. 2 – Heute: Schrift leicht vergrößert, ohne die Leiste unnötig höher zu machen. */
.hsd3-today-head strong{font-size:11.8px!important;font-weight:720!important}
.hsd3-today-count{font-size:10.5px!important}
.hsd3-today-all{font-size:11px!important}

/* Nr. 3 – Wetter in der rechten Spalte unter den Alben. */
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-right > .hsd3-weather,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-right > .hsd3-weather{
  grid-column:1 / -1!important;
  grid-row:auto!important;
  order:3!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  align-self:start!important;
  justify-self:stretch!important;
}
body.hsp-startseite.hred-dashboard-v3.hsd3-enabled .hsd3-left > .hsd3-groups,
body.hsp-startseite.hred-dashboard-v3.hsd2-enabled .hsd3-left > .hsd3-groups{order:2!important}

.hsd3-right .hsd3-weather{
  grid-template-columns:minmax(0,1.08fr) minmax(150px,.92fr)!important;
  min-height:142px!important;
  border-radius:12px!important;
}
.hsd3-right .hsd3-weather-main{
  grid-template-columns:72px minmax(0,1fr)!important;
  padding:12px 11px!important;
  border-right:1px solid #e7edf4!important;
  border-bottom:0!important;
}
.hsd3-right .hsd3-weather-icon{width:64px!important;height:60px!important;font-size:42px!important}
.hsd3-right .hsd3-weather-copy{display:block!important;align-self:center!important}
.hsd3-right .hsd3-weather-copy>strong{display:block!important;font-size:14px!important}
.hsd3-right .hsd3-weather-copy>small{display:block!important;font-size:9.5px!important;margin-top:2px!important}
.hsd3-right .hsd3-weather-copy>b{display:block!important;font-size:30px!important;margin-top:7px!important}
.hsd3-right .hsd3-weather-copy>em{display:flex!important;gap:11px!important;margin-top:8px!important;padding:0!important;font-size:10.5px!important}
.hsd3-right .hsd3-weather-metrics{
  grid-template-columns:1fr!important;
  grid-template-rows:repeat(3,1fr)!important;
  padding:8px 10px!important;
}
.hsd3-right .hsd3-weather-metrics>div,
.hsd3-right .hsd3-weather-metrics>div:nth-child(2),
.hsd3-right .hsd3-weather-metrics>div:nth-child(3){
  grid-column:1!important;
  grid-template-columns:30px minmax(0,1fr)!important;
  padding:5px 4px!important;
  border-left:0!important;
  border-bottom:1px solid #e8edf4!important;
}
.hsd3-right .hsd3-weather-metrics>div:last-child{border-bottom:0!important}
.hsd3-right .hsd3-weather-metrics small{font-size:9px!important}
.hsd3-right .hsd3-weather-metrics strong{font-size:12px!important}

/* Nr. 4 – Verwaltungsaktionen: gleiche Höhe, Radius, Typografie und Iconabstand. */
.hsd3-manage,
.hsd3-group-manage,
.hsd3-hero-manage-button{
  min-height:34px!important;
  height:34px!important;
  padding:0 11px!important;
  border-radius:9px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  font:800 10px/1 var(--hsd3-font)!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
  text-decoration:none!important;
}
.hsd3-manage span,.hsd3-group-manage span,.hsd3-hero-manage-button span{font-size:11px!important;line-height:1!important}
.hsd3-manage,.hsd3-group-manage{border:1px solid #d4e1ee!important;background:#fff!important;color:#315f98!important;box-shadow:0 2px 7px rgba(30,60,95,.04)!important}
.hsd3-manage:hover,.hsd3-group-manage:hover{background:#f5f9fd!important;color:#1e5f9f!important}
.hsd3-hero-manage-button{border:0!important;background:linear-gradient(135deg,#f5a12a,#ff7d10)!important;color:#fff!important;box-shadow:0 8px 18px rgba(209,105,10,.24)!important}
.hsd3-hero-manage-button:hover{color:#fff!important;filter:brightness(1.04)!important}
.hsd3-group-manage{top:10px!important}

/* Nr. 5 – einheitlicher Satz schlichter Line-Icons. */
.hsd3-side-logo svg,.hsd3-nav-link>span svg,.hsd3-side-settings span svg{
  width:19px!important;height:19px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;
}
.hsd3-side-logo svg{width:20px!important;height:20px!important}
.hsd3-nav-link>span{font-size:0!important}
.hsd3-side-settings span{display:grid!important;place-items:center!important;width:24px!important;height:24px!important;color:#3d6093!important}

@media(max-width:1050px){
  .hsd3-right .hsd3-weather{grid-template-columns:minmax(0,1fr) minmax(180px,.8fr)!important}
}
@media(max-width:760px){
  .hsd3-right .hsd3-weather{grid-template-columns:1fr!important}
  .hsd3-right .hsd3-weather-main{border-right:0!important;border-bottom:1px solid #e7edf4!important}
}

/* ================= v2.1.17 =================
   Schnellzugriff-Bilder mit zwei administrierbaren Darstellungsarten.
   contain = komplettes Logo sichtbar; cover = Bildbereich vollständig gefüllt. */
.hsd3-quick-slot.has-image-logo.fit-contain .hsd3-quick-icon.has-image{
  left:8px!important;right:8px!important;top:8px!important;bottom:27px!important;
  border-radius:8px!important;background:transparent!important;
}
.hsd3-quick-slot.has-image-logo.fit-contain .hsd3-quick-icon.has-image img{
  width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;
  border-radius:6px!important;
}
.hsd3-quick-slot.has-image-logo.fit-cover .hsd3-quick-icon.has-image{
  left:0!important;right:0!important;top:0!important;bottom:21px!important;
  border-radius:9px!important;background:transparent!important;
}
.hsd3-quick-slot.has-image-logo.fit-cover .hsd3-quick-icon.has-image img{
  width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;
  border-radius:7px!important;
}

/* ================= v2.1.18 =================
   Schnellzugriffe: fünf kompakte Kacheln pro Reihe auf Desktop.
   Die Kacheln nutzen die bestehende rechte Spalte effizienter, ohne
   die mobile Darstellung (3 bzw. 2 Spalten) zu verändern. */
.hsd3-quick-card{
  padding:10px 12px 12px!important;
}
.hsd3-quick-head{
  margin-bottom:10px!important;
}
.hsd3-quick-grid{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:7px!important;
}
.hsd3-quick-slot{
  min-height:82px!important;
  gap:5px!important;
  padding:6px!important;
  border-radius:9px!important;
}
.hsd3-quick-icon{
  width:28px!important;
  height:28px!important;
  font-size:13px!important;
}
.hsd3-quick-label{
  font-size:8.6px!important;
  line-height:1.08!important;
}
.hsd3-quick-slot.has-image-logo{
  min-height:82px!important;
}
.hsd3-quick-slot.has-image-logo .hsd3-quick-label{
  left:3px!important;
  right:3px!important;
  bottom:4px!important;
  font-size:8.4px!important;
}
.hsd3-quick-slot.has-image-logo.fit-contain .hsd3-quick-icon.has-image{
  left:5px!important;
  right:5px!important;
  top:5px!important;
  bottom:21px!important;
}
.hsd3-quick-slot.has-image-logo.fit-cover .hsd3-quick-icon.has-image{
  left:0!important;
  right:0!important;
  top:0!important;
  bottom:18px!important;
}

@media(max-width:1250px) and (min-width:1051px){
  .hsd3-quick-grid{gap:5px!important}
  .hsd3-quick-slot{min-height:76px!important;padding:5px!important}
  .hsd3-quick-slot.has-image-logo{min-height:76px!important}
  .hsd3-quick-label{font-size:8.1px!important}
  .hsd3-quick-slot.has-image-logo .hsd3-quick-label{font-size:8px!important}
  .hsd3-quick-icon{width:26px!important;height:26px!important;font-size:12px!important}
}
@media(max-width:1050px){
  .hsd3-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}
  .hsd3-quick-slot,.hsd3-quick-slot.has-image-logo{min-height:92px!important}
  .hsd3-quick-label,.hsd3-quick-slot.has-image-logo .hsd3-quick-label{font-size:9px!important}
}
@media(max-width:780px){
  .hsd3-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}



/* ================= v2.1.19 =================
   Schnellzugriffe: quadratische Buttons und sechs Elemente pro Reihe auf Desktop.
   Die mobile/tablet Darstellung bleibt bewusst kompakt und responsiv. */
.hsd3-quick-grid{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:8px!important;
}
.hsd3-quick-slot,
.hsd3-quick-slot.has-image-logo{
  aspect-ratio:1 / 1!important;
  min-height:0!important;
  height:auto!important;
  border-radius:10px!important;
}
.hsd3-quick-slot{
  padding:7px!important;
  gap:6px!important;
}
.hsd3-quick-icon{
  width:30px!important;
  height:30px!important;
  font-size:14px!important;
}
.hsd3-quick-label,
.hsd3-quick-slot.has-image-logo .hsd3-quick-label{
  font-size:8.9px!important;
  line-height:1.08!important;
}
.hsd3-quick-slot.has-image-logo.fit-contain .hsd3-quick-icon.has-image{
  left:6px!important;
  right:6px!important;
  top:6px!important;
  bottom:23px!important;
}
.hsd3-quick-slot.has-image-logo.fit-cover .hsd3-quick-icon.has-image{
  left:0!important;
  right:0!important;
  top:0!important;
  bottom:20px!important;
}

@media(max-width:1050px){
  .hsd3-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}
  .hsd3-quick-slot,.hsd3-quick-slot.has-image-logo{aspect-ratio:1 / 1!important;min-height:0!important}
  .hsd3-quick-label,.hsd3-quick-slot.has-image-logo .hsd3-quick-label{font-size:9px!important}
}
@media(max-width:780px){
  .hsd3-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
