body {
	background-image: url('../img/Holzwand.jpg');
	/*background-repeat: no-repeat;
	background-position: center;*/
	background-repeat: repeat;
	background-position: top;
	background-color: var(--bgColor);
}

.headln {
	color: var(--fgColor);	
}
.card {
	border-radius: 1rem;
	opacity: 0.85;
}
