/* Der lokale Validator behauptet: 
 *     CSS: aspect-ratio: Property aspect-ratio doesn't exist.
 * Deshalb wird das hier gesetzt. */
.aspect-ratio-150549 {
  aspect-ratio:	24/13;
}

/* Bildnachweis bei Hochformat 16:9 in img_container_ratio_3_2 */
/* Allgemein: .foto mit width = ( Imagebreite / Imagehoehe ) * 1 / ratio */
.img_container_ratio_3_2 .foto_p {
  width:	37%;	/* = 403 / 720 * 2/3 fuer img_container_ratio_3_2 */	
}

