.gw_showcase * {

	margin:0;
	/*padding:0;*/
	
	
	font-family: Open Sans !important;
	font-size:0.7rem;
	line-height: 13px;
	
	box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
		
}

#gw_showcase a {
	color: #fff;
}

#gw_showcase a.button {

	display:inline-block;
	
	width:auto;
	height:auto;
	
	padding:5px 10px 5px 10px;
	text-align:center;
	text-decoration:none;
	
	color: #ffffff !important;
	background-color:#2f2f2f;
	
	cursor:pointer;


}

#gw_showcase .fahrzeug {
	width:227px;

	background-color:transparent;
}



#gw_showcase h3 {
	
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid rgb(0, 0, 0);
	font-size:16px;
	color:#fff;
	
}

#gw_showcase p {
	
	margin:0;
	padding:3px;
	background-color:#e94e21;
	color:rgb(255, 255, 255);
	font-weight:bold;
	height:30px;
	overflow:hidden;
	
}

#gw_showcase .fahrzeug_beschreibung {
	
	font-size:12px;
	height:48px;
	text-align:center;
	border-radius: 5px 5px 0 0;
	
}

#gw_showcase .fahrzeug_preis {
	
	font-size:21px;
	padding-top:9px;
	text-align:center;
	border-radius: 0 0 5px 5px;
	background-color: #e94e21 !important;
	color:#fff;
	
}

#gw_showcase .fahrzeug_preis span{
	
	font-size:12px;
	
}

#gw_showcase .fahrzeug_bild {
	
	/*width:227px;*/
	height:167px;
	background-size:cover;
	
}

#gw_showcase .fahrzeug_bild .beschreibung {
	
	display:none;
	width:100%;
	height:100%;
	
	background-color:#333;
	color:#e94e21;
	text-align:center;
	padding:5px;
	font-size:10px;
	
}

#gw_showcase .fahrzeug_bild:hover .beschreibung {
	display:block;
}