#search {	
	background-position: 10px 10px;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 320px;
	font-size: 16px;
	padding: 12px 20px 12px 40px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
}

.filter-flex-container-row {
	margin: 0 auto;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	}

.box {
	margin: 10px;
	min-width: 320px;
	max-width: 320px;
}

.link-box {
	margin: 10px;
	width: 100%;
}

.filter-textbox {
	padding: 15px;
	background-color: #2A2A2A;
	border: 1px solid #555;
}

.filter-textbox img {
	max-width: 100%;
	max-height: 320px;
}

.filter-textbox p {
	color: #808080;
	font-size: 0.8em; 
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.5em;
	padding: 10px;
	}

.filter-textbox h2 {
	color: #ddd;
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.filter-textbox h3 {
	color: #ddd;
	font-size: 1.0em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

p.schwerpunkte {
	color: #ddd;
	font-size: 0.9em;
}