.htmlPhotoGroup {
		position: relative;
		cursor: default;
		font-family: Roboto;
		display: block;
		container-type: inline-size;  /* Wichtig: Macht die cqw-Einheit für Kindelemente verfuegbar */
}
		.htmlPhotoMain {
				width: 100%;
				height: auto;		/* da bei dem Bild width und height gesetzt ist, muessen wir auch die Hoehe (mit auto) ueberschrieben */
				position: relative;
		}
		.htmlPhotoZeichnung {
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: auto;		/* da bei dem Bild width und height gesetzt ist, muessen wir auch die Hoehe (mit auto) ueberschrieben */
				display: block;
		}
				.htmlPhotoBubble {
						position: absolute;
						color: #ffffff;
						border-radius: 8px;
						padding: 0.8em;
						box-sizing: border-box;
						text-align: left;
				}
.htmlPhotoGroup ul {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0;
		padding-left: 3cqw;
}
		.htmlPhotoGroup ul li {
				margin-left: 0;
		}