@charset "utf-8";
/* CSS Document */

/**** INTRO ****/
.zitat{
	float: right;
	height: 200px;
	width: 250px;
	color: white;
	margin: 50px 25px;
	}
.dichter{							/*  hoch = sup = superman, tief = sub = subway */
	text-align: right;
	font-size: 0.5em;
	float: right;
	margin-right: 30px;
	font-style: italic;
}

/**** GALERIE ****/

.img-klein{
	width: 150px; 	/* height: 210px; */
}
.img-gross{
	width: 400px;	/* height: 560px; */
}
.img-quer-klein{
	min-width: 150px;
	width: 100%;	/*width: 300px;*/	/* height: 210px; */
	height: auto;
}
.img-quer-gross{
	width: 650px;	/* height: 560px; */
}

/*** WCAG-TESTS ***/
/* Wenn ALT Attribut leer ist*/
img[alt=""] {border: 3px dotted red !important;}
/* wenn altattribut am bild nicht vorhanden 
img:not([alt]) {border: 5px solid red !important;} */

