﻿    /* Inhalte der regulären CSS */
    #ZeitungsInhalte { position: relative; display: none; }
	#Zeitung { position: relative; width:95%; padding-top:134%; background-repeat:no-repeat; background-size:contain; background-position: center; box-shadow: 5px 5px 12px 2px rgba(0,0,0,0.3); margin: auto; }
	#zeitung_bild { width:63.2%; height:23%; position: absolute; top:24.3%; left:32.2%; }
	.spielerbild { object-fit: contain; width:100%; height:100%; }

    /* Zusatz */
    * {
        -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
        color-adjust: exact !important;                 /* Firefox 48 – 96 */
        print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
    }

    .noprint { display: none; }
    .printonly { display: block; }