/* Unternehmerinfos
==================*/
#content article.unternehmerinfos {
	clear:both;
	padding:0 0 24px 0;
	margin:0;
	width:100%;
}
#content article.unternehmerinfos section.kategorie {
	width:100%;
	background-color:#003f7d;
	text-align:center;
	color:#fff;
	font-size:17px;
	font-weight:700;
	line-height:32px;
	margin:20px 0 16px 0;
}
#content article.unternehmerinfos h2 {
	font-weight:800;
	font-size:17px;
	clear:none;
}
#content article.unternehmerinfos a {
	display:inline-block;
	float:right;
	color:#003f7d;
	background-color:#fff;
	border:1px solid #003f7d;
	font-weight:600;
	font-size:11px;
	border-radius:14px;
	padding:1px 6px 1px 6px;
	margin-top:-16px;
	cursor:pointer;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
#content article.unternehmerinfos a:hover {
	background-color:#003f7d;
	color:#fff;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
#content select.katwahl {
	font-size:15px;
	font-weight:400;
	border:1px solid #003f7d;
	float:right;
	border-radius:16px;
	padding:2px 6px 2px 6px;
	color:#003f7d;
	background:#fff;
	margin-bottom:12px;
}
#content select.katwahl option {
	color:#003f7d;
}
#content article.unternehmerinfos .teaser {
	display:block;
	margin-bottom:32px;
}
#content article.unternehmerinfos img.teaserpic {
	width:20%;
	height:auto;
	float:left;
	margin:7px 12px 8px 0;
}
#content article.unternehmerinfos img.teaserpic.active {
	width:100%;
	height:auto;
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
}