.light
{
	color:#c3c3c3;
}

.lighter
{
	color:#f0f0f0;
}

.dark
{
	color:#333;
}

.normal
{
	color:#666;
}

.red
{
 color: #da271b;
}
.black
{
 color:black;
}
.bold
{
 font-weight:bold;
}

.brown
{
	color:#684c34;
}


a 
{
  color:   #da271b;
  text-decoration: none;
  transition: all 0.2s ease;
}

.lang a 
{
  color: #999;
  text-decoration: none;
  transition: all 0.2s ease;
}

.lang a:hover, a.active
{
	color:#fff;
}

a:hover, a.active
{
	color:#c2202a;
	text-decoration:underline;

}

.kategorie-list 
{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 1rem 0 0 0;
	list-style: none;

}
.kategorie-list li
{
 
		font-size: 0.85rem;
		letter-spacing: 0.125rem;
		text-transform: uppercase;
		color:#888;
	 
}

.kategorie-item + .kategorie-item::before 
{
 
			content: '/';
			display: inline-block;
			padding: 0 0.5rem;
			color: #d5d5d5;

}
.kategorie-item.active
{
	color:black;
}



