schulbuch-content *{margin:0;padding:0;box-sizing:border-box;border:none}schulbuch-content{--layout-spacing-inline-small:8px;--layout-spacing-block:24px;--layout-spacing-block-small:8px;--layout-spacing-inline:15px;display:flex;flex-direction:column;gap:24px 15px;gap:var(--layout-spacing-block) var(--layout-spacing-inline)}schulbuch-content .layout{position:relative}schulbuch-content .content,schulbuch-content .layout{display:flex;flex-direction:column;gap:undefined;gap:var(--layout-spacing-block) 0}schulbuch-content .content{flex-grow:1;flex-shrink:1;flex-basis:0%}schulbuch-content .sticky{align-self:flex-start;width:100%;position:sticky;bottom:undefined;bottom:var(--layout-spacing-block-small)}@media screen and (min-width:760px){schulbuch-content .layout:not([data-layout=fullsize]){flex-direction:row;flex-wrap:nowrap;gap:20px 40px}schulbuch-content .layout:not([data-layout=fullsize]) .sticky{flex-grow:0;flex-shrink:0;flex-basis:375px;top:undefined;top:var(--layout-spacing-block);bottom:0}}