body {
	background-image: url('../img/View2Vilm.jpg');
	background-image: url('../img/Eiche.jpg');
	background-repeat: repeat-y;
	background-position: top;
	background-color: var(--bgColor);
}

.headln {
	color: var(--fgColor);	
}

.content {
    background-color: white;
    border-radius: 1rem;
    opacity: 0.85;
}
