/*
Die Datei ist in folgende Bereiche aufgeteilt
- Definitionen auf HTML Tag Ebene
- CSS-Klassen
  - globale
  - spezifische
*/
/*
======= AB HIER: Definitionen auf HTML Tag Ebene ========
*/

.headerlogo-light
{
	width: 154px;
	height: 25px;
}

.headerlogo-dim
{
	width: 154px;
	height: 25px;
}

.headerlogo-dark
{
	width: 154px;
	height: 25px;
}

.headerlogo span
{
	display: none;
}
