@import "general.css";
@import "fe_general.css";

/* Startteaser */
div#single-content-13 div#startTeaser{
    position: relative;
    margin-top:20px;
}
div#single-content-13 div#startTeaser div.text{
    position: absolute;
    width:485px;
    top:55px;
    right:20px;
}
div#single-content-13 div#startTeaser div.text h1{
    font-size: 60px;
    color:#016da5;
    margin:0px;
}
div#single-content-13 div#startTeaser div.text h2{
    letter-spacing:-1px;
    font-size: 17px;
    color:#b8c0c4;
    text-transform: uppercase;
    margin-top:-5px;
}
div#single-content-13 div#startTeaser div.text h1 span{
    color:#093b58;
}
div#single-content-13 div#startTeaser div.text p{
    color:#39444a;
    line-height:18px;
}
div.smallTeaserWrap div.teaserWrap{
    float:left;
    width:225px;
    margin:0px 10px;
}
div.smallTeaserWrap div.first{
    margin-left:0px;
}
div.smallTeaserWrap div.last{
    margin-right:0px;
}
div.smallTeaserWrap div.teaserWrap h3{
    margin:0px 0px 5px 0px;
}

/* OVERVIEW */
div#productsPrevWrap{
	margin:20px 0px 0px 0px;
}
div#productsPrevWrap div.productWrap{
	float:left;
	width:312px;
	background:#2b3640;
	margin:0px 0px 12px 0px;
	position: relative;
}
div#productsPrevWrap div.mid{
	margin-left:12px;
	margin-right:12px;
}
div#productsPrevWrap span.short{
	position: absolute;
	top:20px;
	right:20px;
	font-family: 'Signika Negative', sans-serif;
    font-weight:300;
    font-size:48px;
    color:#ffffff;
}
div#productsPrevWrap span.short span{
    font-size:18px;
    text-transform:uppercase;
    text-align: right;
    display:block;
}
div#productsPrevWrap div.productWrap div.detailsWrap{
	background:#202c38;
	background:rgba(32, 44, 56, 0.85);
	width:282px;
	height:84px;
	border-top:1px solid #424c55;
	padding:15px;
	position:relative;
}
div#productsPrevWrap div.productWrap div.detailsWrap div.textWrap{}
div#productsPrevWrap div.productWrap div.detailsWrap div.socialLinks a{
	background:url("images/layout/fe_sprite.png") no-repeat scroll 80px 80px transparent;
	width:23px;
	height:23px;
	display:block;
	float:left;
}
div#productsPrevWrap div.productWrap div.detailsWrap div.socialLinks .twitter{
	background-position: -56px 0px;
	margin: 0px 0px 0px 5px;	 
}
div#productsPrevWrap div.productWrap div.detailsWrap div.socialLinks .facebook{
	background-position: -22px 0px;
	margin: 0px 5px 0px 0px;	
}
div#productsPrevWrap div.productWrap div.detailsWrap div.textWrap span{
	color:#ffffff;
	display:block;
}
div#productsPrevWrap div.productWrap div.detailsWrap div.textWrap span.name{
	font-size:14px;
	font-weight:bold;
}
div#productsPrevWrap div.productWrap div.detailsWrap a.link{
	background:url("images/layout/fe_sprite.png") no-repeat 0px -447px transparent;
	display:block;
	color:#7bbaeb;
	position:absolute;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	bottom:15px;
	padding:11px 0px;
	width:280px;
	border:1px solid #46505a;
	text-align:center;
}