h1{
	margin-bottom: 20px;
}

a{
	text-decoration: none;
}

hr{
	width: 95%;
}

.Bild{
	width: min(320px, 75vw);
	height: auto;
	-webkit-filter: drop-shadow(0px 0px 1px #cccccc);
	 filter: drop-shadow(0px 0px 3px #cccccc);
}

.row{
	justify-content: space-evenly !important;
	gap: 0.5cm;
}
