.hub-chapter{display:grid;gap:var(--content-gap) 0}.hub-chapter-heading-row{border-bottom:1px solid var(--border-color);padding:var(--content-gap) 0;position:relative;width:100%}.hub-chapter-details{border-bottom:1px solid var(--border-color);padding:0 4px 4px;width:100%;position:absolute;top:calc(70px + var(--top-page-spacing));right:0}.hub-chapter-counter{line-height:1;margin:0 0 4px}.hub-chapter-counter:before{content:"KAPITEL";font-size:10px;font-weight:var(--font-primary-bolder);text-transform:uppercase}.hub-chapter-counter:after{content:counter(chapter-counter,decimal-leading-zero);counter-increment:chapter-counter;font-family:var(--font-secondary);font-size:48px;letter-spacing:-1px;margin:0 0 -8px 4px}.hub-chapter-readtime{color:var(--color-gray-five);font-size:14px;line-height:18px;margin:0 2px 0 0}.hub-chapter-heading{font-family:var(--font-secondary);font-size:clamp(32px,5.6vw,56px);font-weight:var(--font-secondary-bolder);font-feature-settings:var(--font-secondary-settings);letter-spacing:-1px;line-height:clamp(calc(24px + 4px),calc(4vw + 4px),calc(40px + 4px));padding:calc(var(--gutter) * 12) 0 0}.hub-chapter-intro{font-size:clamp(20px,2.4vw,24px);font-weight:var(--font-primary-lighter);letter-spacing:-1px;line-height:clamp(calc(20px + 4px),calc(2.4vw + 4px),calc(24px + 4px));margin:var(--gutter) 4% 0}.hub-chapter-cover img{display:block;height:100%;width:100%;object-fit:contain}.hub-chapter-story{margin:0 auto;max-width:var(--content-width)}.hub-chapter-related-list{--item-height:60px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.hub-chapter-related-item-link{display:grid;grid-template-columns:60px 1fr;gap:0 calc(var(--content-gap) / 4);color:inherit}.hub-chapter-related-item-image-container{background-color:#252b33;height:var(--item-height);overflow:hidden}.hub-chapter-related-item-image{display:block;height:100%;width:100%;object-fit:cover}.hub-chapter-related-item-title{font-size:14px;font-weight:var(--font-primary-normal);line-height:18px;max-height:calc(var(--item-height) - 4px);max-width:280px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:760px){.hub-chapter{grid-template-areas:". intro ." ". story ." ". related .";grid-template-columns:1fr var(--content-width) 1fr}.hub-chapter-header{grid-area:intro}.hub-chapter-story{grid-area:story}.hub-chapter-related{grid-area:related}}@media(min-width:960px){.hub-chapter{grid-template-areas:"intro ." "story ." "related .";grid-template-columns:var(--grid-main-content-size-m) 1fr}}@media(min-width:1160px){.hub-chapter{grid-template-areas:"intro ." "story related" "story related";grid-template-columns:var(--grid-main-content-size-l) 1fr}.hub-chapter-related-wrapper{margin:90vh 0 0;position:-webkit-sticky;position:sticky;top:70vh}}