
/* Navigation
--------------*/

	nav {
		position: fixed;
		top: 70px;
		bottom: 0;
		left: 0;
		width: 310px;
		padding: 0;
		border-right: 1px solid #DDDDDD;
		background-color: #F5F7F9;
			background-color: rgba(245,247,249,0.5);
		overflow-y: auto;
		overflow-x: hidden;
	}

/* Filter
----------*/

	.searchfilter {
		padding: 20px;
	}

	.searchfilter label {
		display: block;
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 7px;
	}

	.searchfilter select {
		display: block;
		background-color: transparent;
		border-radius: 15px;
		border: none;
		width: 100%;
		padding: 5px 0;
	}

/* Tagliste
------------*/

	.tags {
		margin: 0;
		padding: 0;
	}

	.tags:after {
		content: '';
		clear: both;
		display: table;
	}

	.tags li {
		display: block;
		position: relative;
	}

	.tags li a {
		display: block;
		color: #343434;
		border-radius: 15px;
		padding: 5px 10px 5px 0;
		margin: 0 7px 0 0;
		width: 100%;
	}

	.tags li a:hover {
		font-weight: bold !important;
	}

	.tags li a img {
		height: 18px;
		position: relative;
		top: 3px;
	}

	.tags li .counter {
		position: absolute;
		top: 3px;
		right: 0;
		font-size: 14px;
	}

/* Navigationtitel
-------------------*/

	.nav-title {
		padding-left: 20px;
		font-weight: bold;
	}

