.image-fade-container img {
  display: block;
  width: 100%;
  height: auto;
  
  /* Der Maskierungseffekt */
  mask-image: linear-gradient(to top, 
    black 0%,      /* Bild ist vollständig sichtbar (schwarz in der Maske) */
    black 70%,      /* Sichtbar bis 70% des Bildes */
    transparent 100% /* Blendet zum rechten Rand hin aus (transparent in der Maske) */
  );
  /* Optional: Für Browser-Kompatibilität kann das Präfix -webkit- benötigt werden */
  -webkit-mask-image: linear-gradient(to top, 
    black 0%, 
    black 70%, 
    transparent 100%
  );
}

p.date {
	text-align: center;
	font-size: 400%;
	color: #425561;
	font-weight: bold;
}

p.imp {
	text-align: center;
	font-size: 100%;
	color: #425561;
	font-weight: 500;
}

p.ort {
	text-align: center;
	font-size: 300%;
	color: #425561;
	font-weight: 600;
}

p.woend {
	text-align: center;
	font-size: 300%;
	color: white;
	font-weight: 600;
}

p.zeit {
	text-align: center;
	font-size: 300%;
	color: white;
	font-weight: 700;
	letter-spacing: .15em;
}

.bild {
	position: relative;
	top: -275px;
	margin-bottom: -275px;
}

.header {
	z-index: 2;
}

.himmel {
	background-color: rgba(132, 169, 144, 0.6);
	width: 100%;
	position: absolute;
	margin-top: 800px;
	z-index: 1;
}

.mw {
	max-width: 600px;
}

.svg-container {
	width: 600px;
	height: 400px;
	overflow: auto;
}

.topfree {
	padding-top: 55px;
}

.horizontal_dotted_line {
	margin: auto;
	border-bottom: 3px dashed grey;
	width: 700px;
	margin-bottom: 50px;
	margin-top: 40px;
}

.backg {
	background-color: rgba(215, 209, 195, 0.36);
	z-index: -1;
	height: 800px;
}

.footer {
	
}

.impr {
	position: absolute;
}

.datens {
	position: absolute;
    max-width: 800px;
}