@viewport{
    zoom: 1.0;
    width: device-width;
}
:root { --hintergrund: #012701;
        --schriftfarbe: white;
        --link: blue;
        --grau: #dedede}
        
body {margin: 0; 
    background-color: var(--hintergrund); 
    color: var(--schriftfarbe); 
    font-family: Helvetica, Arial;}        

.buch td {padding:0 20px 0 20px;}
.buch span {color:red}   

.cover img {width:66px;} 
.cover span {font-size: 24px; color: lightyellow;}    

.inhalt { display:block;
        max-width: 1150px; 
        min-width: 200px; 
        margin-left: auto; 
        margin-right: auto; 
        padding: 10px;
}

a {color: var(--schriftfarbe); }

.Kopf {color: black; 
    background-image: url(../bilder/cover-sg-buch01_small.jpg); 
    width: 95%; 
    min-width: 200px;
    height: 260px;
    background-position: center;  
}



.abgerundet div > img {
    border-radius:20px;
    border: 1px solid;
    margin: 30px;
    box-shadow: 5px 10px yellowgreen;
}

     
.buecher div {display: inline-block;}
.bilder div {display: inline-block;}

.bilder img {width: 380px;}
a > img  {width: auto;}

.eingerueckt p { text-indent: 2em; }
p.copyright {font-size: 8pt; text-indent: 0;}

@media print { 
     .Kopf, .werbung, .noprint{ 
        display: none; 
    }
}
