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


:root{
/* FARBEN */
    --primary-color: #0e2e55;/*primäre Hintergrundfarbe für Buttons usw. */
    --secondary-color: #3cc4f2;/*rgba(0,56,101,0.9); /* Hover-Focus-Farbe (Hintergrund) für Buttons */
    --accent-color: #4A982B; /*Farbe für Kreis, Dreieck und Linie bei der Schrittanzeige */
}

#banner {
	width: 100%;
	height: 105px;
	margin-top: 15px;
	background-image: url(../images/logo_gemeinde_taufkirchen.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-position-x: 50%;
	position: center;
}

.kontrast #banner {
	width: 100%;
	height: 105px;
	margin-top: 15px;
	background-image: url(../images/logo_gemeinde_taufkirchen_grau.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-position-x: 50%;
	position: center;
}

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

}
.kontrast p#bannertext {
	text-align:center;
	font-weight: bold;
	font-size: large;
	color: black;
	margin-top: 15px;
}


.content--mdt {
	margin-top:30px;
}
