/* Der lokale Validator behauptet:
 *   CSS: aspect-ratio: Property aspect-ratio doesn't exist. 
 * Deshalb wird das hier gesetzt. */
.aspect-ratio-grosser-horizont {
  aspect-ratio:	45/23;
  max-width:	1080px;
}
