@media print { @page { size: 134mm 205mm; // size: 150mm 220mm; margin-top: 35px; margin-bottom: 20mm; margin-left: 10mm; margin-right: 10mm; // bleed: 6mm; // marks: crop; } @page:left { margin-left: 12mm; margin-right: 32mm; @bottom-left { content: counter(page); font-family: var(--font-title); font-size: 11px; } } @page:right { margin-left: 32mm; margin-right: 12mm; @bottom-right { content: counter(page); font-family: var(--font-title); font-size: 11px; } @bottom-left { content: "Höchstpersönlichkeit"; font-family: var(--font-title); font-size: 11px; // font-style: italic; // font-variant-caps: small-caps; // letter-spacing: 0.05em; } } @page:first { @top-left-corner { content: none; } @top-left { content: none; } @top-center { content: none; } @top-right { content: none; } @top-right-corner { content: none; } @left-top { content: none; } @left-middle { content: none; } @left-bottom { content: none; } @right-top { content: none; } @right-middle { content: none; } @right-bottom { content: none; } @bottom-left-corner { content: none; } @bottom-left { content: none; } @bottom-center { content: none; } @bottom-right { content: none; } @bottom-right-corner { content: none; } } @page:blank { @top-left-corner { content: none; } @top-left { content: none; } @top-center { content: none; } @top-right { content: none; } @top-right-corner { content: none; } @left-top { content: none; } @left-middle { content: none; } @left-bottom { content: none; } @right-top { content: none; } @right-middle { content: none; } @right-bottom { content: none; } @bottom-left-corner { content: none; } @bottom-left { content: none; } @bottom-center { content: none; } @bottom-right { content: none; } @bottom-right-corner { content: none; } } } #section__content{ break-before: right; }