div.Zeile, div.Z, div.Z1 {clear: both;
width: 100%;
position: relative;
padding: 0;
margin: 0;margin-top:12px;}

div.Zeile p, div.Z p, div.Zeile h3 {
padding: 5px;margin:0px auto;
background-color: hsla(0, 0%, 0%, 0.5);
position: absolute;
max-width: 99%;
}
div.Z1 p {
padding: 5px;margin:0px auto;
position: absolute;
max-width: 99%;
top:0;
}
div.Z1 h2 {position:absolute; top:0; display:none;}
div.Z p {top:0;}
div.Zeile p {bottom:0;}
div.Zeile h3 {top:0;}

/*********** nur etwas kleinere Bildschirme */
@media only screen and (min-width: 651px) and (max-width: 1000px) {
div.Z1 p 	{font-size:70%;}
}
/*********** nur etwas kleinere Bildschirme */
@media only screen and (max-width: 650px)  {
div.Z1 h2 	{display:block;}
div.Z1 p 	{display:none;}
}
