
:root{
--button-color: #107b28; /*Buttons: Hintergrundfarbe*/
--button-font-color: white;
--primary-color: #107b28;
--accent-color: #003865;
--primary-color: #003865; /*primäre Hintergrundfarbe für Buttons usw. */
--primary-color-rgb: 16, 123, 40; /*primäre Hintergrundfarbe für Buttons usw. */
--secondary-color: #38a836;/*rgba(0,56,101,0.9); /* Hover-Focus-Farbe (Hintergrund) für Buttons */
--accent-color: #107b28; /*Farbe für Kreis, Dreieck und Linie bei der Schrittanzeige */
--accordion-header-color-open: #107b28;
--navigation-bottom-border: #107b28;
--button-font-color-disabled: #000;
--button-color-focus-disabled: #45b06b; 
}

#logo {
	
	
	height: 200px;
	width: 100%;
	background:url(../images/LKEBE_LOGO1_4c.png) center no-repeat;
	background-size: 150px;
	background-position: absolute;
	margin-top: 20px;
	right:0px;
	
}
