@charset "UTF-8";
/* CSS Document */

.DataContent {
	position: relative;
	display: inline-block;
	width: 260px;
	height: auto;
	vertical-align: top;
	padding: 0 15px;
	margin: 0 20px;
}

.DataContent .Pictogram {
	position: relative;
	display: block;
	width: 100%;
	height: 100px;
	background: no-repeat center center transparent;
}

.DataContent .Description {
	position: relative;
	display: table;
	width: 100%;
	height: 150px;
	color: #FFF;
	font-size: 1.4em;
	font-weight: 300;
}

.DataContent .Description b {
	font-weight: 800;
}

.DataContent .Description .Center {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
	position: static;
}


.Goal {
	position: relative;
	display: inline-table;
	width: 220px;
	height: 100px;
	text-align: center;
	background: no-repeat center center rgba(255, 255, 255, 0.8);
	padding: 10px;
	font-weight: 400;
	vertical-align: top;
	margin: 5px;
	font-size: .95em;
}

.Goal .Center {
	position: static;
	display: table-cell;
	vertical-align: middle;
}

.Goal::after {
	content: '';
	position: absolute;
	display: block;
	top:-9px;
	left:0px;
	right:0px;
	height: 9px;
	background: url(../../modules/txtblock/img/GoalShadow.png) no-repeat center bottom;
	background-size: 100% 9px;
	
}

