#logo {
	width: 100%;
	height: 85px;
	margin-top: 50px;
	background-image: url(../images/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-position-x: 52%;
	position: center;
}

:root{

    --primary-color: rgba(29,98,19,1);/*primäre Hintergrundfarbe für Buttons usw. */
	--secondary-color: rgb(41, 133, 27);/*rgba(0,56,101,0.9); /* Hover-Focus-Farbe (Hintergrund) für Buttons */
	--accent-color: rgba(29,98,19,1); /*Farbe für Kreis, Dreieck und Linie bei der Schrittanzeige */
	
}
p#wtxt {
	margin-top: 50px;
	text-align:center;
	font-weight: bold;
	font-size: large;