/* Home: alle Inhalte liegen in derselben, ruhigen Inhaltsbreite. */
#home{max-width:780px}
#home .hero,#home .summary-grid,#home .calendar-home-link,#home .agenda,#home .quote{max-width:none;width:100%}
#home .summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
#home .calendar-home-link{box-sizing:border-box}
#home .compact .task{width:100%;min-width:0;overflow:hidden}
#home .compact .task-main{min-width:0;overflow:hidden}
#home .compact .task-meta{min-width:0;overflow:hidden;white-space:nowrap}
#home .compact .task-meta>*{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#home .compact .task-progress{flex:0 0 66px}
#home .compact .task-edit{flex:0 0 auto}
@media(max-width:520px){#home{padding-left:16px;padding-right:16px}#home .stat{min-height:116px;padding:17px}#home .calendar-home-link{padding:15px}#home .calendar-home-link small{line-height:1.3}}
