﻿/*.line {
    border-top: 2px solid #999999;
}*/

page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}

    page[size="A4"] {
        width: 21cm;
        height: 23.7cm;
    }
    page[size="L"] {
        width: 25cm;
        height: 21cm;
    }

        page[size="A4"][layout="portrait"] {
            width: 29.7cm;
            height: 19cm;
        }

    page[size="A3"] {
        width: 29.7cm;
        height: 42cm;
    }

        page[size="A3"][layout="portrait"] {
            width: 42cm;
            height: 29.7cm;
        }

    page[size="A5"] {
        width: 14.8cm;
        height: 21cm;
    }

        page[size="A5"][layout="portrait"] {
            width: 21cm;
            height: 14.8cm;
        }

.linefade {
    border-bottom: none !important;
}

.bodertopfade {
    border-top: none !important;
}

.split-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px
}

.slip {
    height: 210mm;
    width: 99mm;
}
