*{
    margin: 0%;
    padding: 0%;
}

:root{
    --color1: #eef1e9;
    --color2: #aaafa2;
    --color3: #232221;
  
    --green: #2E9B7D;
    --red: #EA4E4E;
    --blue: #416BB2;
  }

@font-face {
    font-family: TimesNewArial;
    src: url(fonts/TimesNewArialVF.woff2) format("woff2 ");
    src: url(fonts/TimesNewArialVF.woff2) format("woff2-variations");
    font-weight: 1 999;
  }

a{
    text-decoration: none;
    color: black;
}

.button{
    font-family: TimesNewArial;
    font-weight: 400;
    font-size: 17px !important;
    display: block;
    font-size: 20px;
    transform: rotate(90deg);
    position: absolute;
    bottom: 71px;
    right: -27px;
    color: black;
/*    background-color: black;*/
    padding: 4px;
    padding-bottom: 0px;
    line-height: 18px;
    border: none;
    background-color: white;
}

ol li{
    margin-left: 28px;
    list-style-position: outside;
    font-size: 13px;
    width:450px;
}

ol{
    margin-top: 18px;
}

.impressum{
    margin-top: 1rem;
/*    hyphens: none;*/
}

.impressumbox p{
    text-indent: -16px;
    margin-left: 16px;
    hyphens: none;
}

.anleitung{
    transform: rotate(0deg) !important;
    position: absolute;
    top: 0%;
    left: 0%;
    width: auto !important;
    margin-top: 100px;
    margin-left: 20px;
    margin-right: -55px;
    height: 95mm !important;
}

.button:hover{
/*    background-color: black;*/
/*    color: white;*/
    cursor: pointer;
}


:root{
    --size: 13px;
    --line: 14.7px;
}

body{
    font-family: 'TimesNewArial';
    font-variation-settings: 'srff' 15, 'ital' 0;
    font-weight: 10;
}

.page{
    break-before: always;
    margin-top: 7px;
    display: flex;
    flex-flow: row;
}

.links{
    width: 50%;
}

.rechts{
    width: 50%;
}

.seite{
    width: 104mm;
    height: 148.5mm;
    position: absolute;
    top: -22mm;
    right: 22mm;
    padding: 16px;
    padding-top: 7mm;
    padding-bottom: 0px;
}

.L{
    transform: rotate(90deg);
    transform-origin: 50% 50%;
    border-top: 1px dashed black;
}

.R{
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.line{
    border-top: 1px dashed black;
}

.last1{
    transform-origin: 50% 57.9%;
    position: absolute;
}

.last2{
    transform-origin: 50% 57%; 
}

.container{
    position: relative;
    height: 104mm;
    width: 148.5mm;
    margin: 0%;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.container img{
    position: relative;
    float: right;
    margin-left: 4px;
    width: 165px;
    height: fit-content;
}

img{
    position: absolute !important;
    z-index: -100;
    width: 100% !important;
    left: 0;

}
p, h1, h2, .seite {
    z-index: 100;
/*    mix-blend-mode: difference;*/

}


h1{
    display: inline;
    font-size: 17px;
    font-variation-settings: 'srff' 15, 'ital' 0;
    font-weight: 40;
}

h2{
    margin-bottom: 1rem;
    font-size: var(--size);
    font-variation-settings: 'srff' 65, 'ital' 100;
    font-weight: 10;
}

p{
    font-size: var(--size);
    line-height: var(--line);
    width:350px;
    font-variation-settings: 'srff' 65, 'ital' 0;
    font-weight: 10;
}


@media print{
    p, h1, h2, li{
    mix-blend-mode: difference;
    background-color: black;
    color: white;
    }

    .seite{
        background-color: white;
        mix-blend-mode: hard-light;

    }
    .bild{
        background-color: black;
/*        mix-blend-mode: difference;*/
    }
    .bild_wrapper{
/*        mix-blend-mode: difference;*/

    }
}

