/* Änderungen an dieser Datei dürfen nur durch die Kommunix GmbH Unna vorgenommen werden! */

/* * * * * * * * * * * * * * * * * * * *
 * letzte Änderung: JBE, 26.09.2024    *
 * * * * * * * * * * * * * * * * * * * */

:root{
/* FARBEN */
    --primary-color: rgb(0, 77, 158); /*primäre Hintergrundfarbe für Buttons usw. */
    --primary-color-rgb: 0, 77, 158; /*primäre Hintergrundfarbe für Buttons usw. */
    --secondary-color: rgb(116, 184, 34);/*rgba(0,56,101,0.9); /* Hover-Focus-Farbe (Hintergrund) für Buttons */
    --accent-color: rgb(0, 77, 158); /*Farbe für Kreis, Dreieck und Linie bei der Schrittanzeige */
	
	--main-background: #FCFEFF; /*allgemeine Hindergrundfarbe (body)*/
}

#banner {
	width: 100%;
	height: 85px;
	margin-top: 50px;
	background-image: url(../images/landratsamt-ual.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-position-x: 52%;
	position: center;
}


p#otxt {
	margin-top: 10px;
	text-align:center;
	font-weight: bold;
	font-size: large;

}