@media only screen and (min-width:1221px) {
#w_db {
	display:block;
	position:relative;
	margin:0 0 48px 22px;
	width:224px;
	height:183px;
	background:url(/images/karte_thueringen.png) left top / 100% 100% no-repeat;
	font-size:16px;
}
#w_db::after {
	display:block;
	position:absolute;
	top:80px;
	left:47px;
	color:#fff;
	font-weight:400;
	text-transform:uppercase;
	content:'Werkstätten \A Datenbank';
	white-space: pre;
}
}
@media only screen and (max-width:1220px) {
#w_db {
	display:block;
	width:auto;
	height:54px;
	position:relative;
	padding:0 0 0 120px;
	background: url(/images/karte_thueringen_weiss.png) 30px center / 60px 60px no-repeat #8fd300;
	margin: 0 0 28px 0;
	color:#fff;
	font-weight:400;
	line-height:54px;
	text-transform:uppercase;
	overflow:hidden;
}
#w_db::after {
	display:block;
	position:relative;
	color:#fff;
	font-weight:400;
	text-transform:uppercase;
	content:'Werkstätten';
	white-space: pre;
}
#w_db:hover {
	border-left:16px solid #8fd300;
}
}