/* Der lokale Validator behauptet: CSS: aspect-ratio: Property aspect-ratio doesn't exist. 
 * Deshalb wird das hier gesetzt. */
/* aspect-ratio eigentlich 20 / 10, aber wegen margin-right bzw. margin-left 5% 
 * hier etwas breiter */
.aspect-ratio-monde {
  aspect-ratio:	21/10;
}

