
div.header{
	width:100%;
	
	
	}

@media screen and (max-width: 770px) {
	div.header{
	height:64px;
	}
}

/* ----------------------- row -------------------------------- */

div.row{
	width:100%;
	background-image:url(images/zeugs2.png);
	background-repeat:repeat;
	background-position: bottom center;
	background:#;
	}

div.row-inner{
	width:980px;
	margin:0 auto;
	}

div.article-left{
	margin-left:0%;
	width:32%;
	float:left;
	margin-top:20px;
	margin-bottom:0px;
	/*min-height:485px;*/
	position:relative;
	}

div.article-mid{
	margin-left:2%;
	width:32%;
	float:left;
	margin-top:20px;
	/*height:485px;*/
	position:relative;
	}

div.article-right{
	float:right;
	width:32%;
	margin-top:20px;
	/*min-height:485px;*/
	position:relative;
	}

div.article-left-inner, div.article-mid-inner, div.article-right-inner{
	width:99%;
	/*height:480px;*/
	background:#ffffff;
	border-radius:5px;
	border:1px solid #dddddd;
	}

div.article-left-inner-border, div.article-mid-inner-border, div.article-right-inner-border{
	position:absolute;
	top:0px;
	width:99%;
	/*height:480px;*/
	color:#ffffff;
	border-radius:5px;
	}

div.img{
	width:97%;
	margin-left:1.5%;
	padding-top:4px;
	padding-bottom:1px;
	}

div.img img{
	width:100%;
	border-radius:0px;
	}

div.row h2{
	padding:20px 0px 8px 0px;
	font-size:22px;
	padding-left:7%;
	font-weight:normal;
	color:#4c9ec9;
	text-align:left;
	}

span.row-text{
	font-size:17px;
	line-height:22px;
	display:block;
	padding-bottom:40px;
	font-weight:100;
	padding-left:7%;
	padding-right:7%;	
	}

div.article-left-inner-border:hover, div.article-mid-inner-border:hover, div.article-right-inner-border:hover{
	border-collapse:collapse;
	display:inline-table;
   	border: 3px solid #78dc61;
	}

p.month{
	padding-left:7%;
	padding-top:15px;
	color:#cccccc;
	font-size:17px;
	}

@media screen and (max-width: 1100px) {
	div.row-inner{
	width:96%;
	margin-left:2%;
	}
}

@media screen and (max-width: 770px) {
	div.article-left, div.article-mid, div.article-right{
	margin-left:15%;
	width:70%;
	float:none;
	}
}

@media screen and (max-width: 500px) {
	div.article-left, div.article-mid, div.article-right{
	margin-left:3%;
	width:94%;
	}
}




/* --------------------------- features --------------------------- */

div.features{
	width:100%;

	}

div.features-inner{
	width:980px;
	margin:0 auto;
	/*border:1px solid #111111;*/
	border-bottom: 1px solid #cccccc;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);
	}

div.features h2{
	text-align:center;
	padding:0px 0px 20px 0px;
	font-size:40px;
	font-weight:normal;
	color:#4c9ec9;
	}

div.features h2.experts{
	padding:80px 20px 0px 20px;
	}

div.features-img{
	width:73%;
	margin-top:0px;
	}

div.features-img-last{
	margin-top:10px;
	}

div.features-img-coach{
	width:100%;
	/*border:1px solid #dddddd;*/
	border-radius:5px;
	position:relative;
	margin-bottom:40px;
	}

div.features-img-coach img{
	position:absolute;
	left:90px;
	top:-40px;
	width:100px;
	}

div.features-img-coach p{
	text-align:left;
	font-size:12px;
	line-height:20px;
	padding-top:0px;
	color:#666666;
	padding-left:0px;
	padding-right:20px;
	padding-bottom:10px;
	}

div.features-float-left{
	float:left;
	margin-left:;
	}

div.features-float-right{
	float:right;
	margin-right:5%;
	}


div.features-text{
	width:150px;
	margin-top:24px;
	margin-bottom:90px;
	/*border:1px solid #111111;*/
	}

div.features-text-last{
	margin-top:40px;
	}

div.features-text h4{
	padding:0px 0px 8px 0px;
	font-size:25px;
	line-height:30px;
	font-weight:normal;
	color:#4c9ec9;
	}

span.features-text{
	font-size:11px;
	color:#666666;
	line-height:20px;
	display:block;
	padding-top:14px;
	font-weight:100;
	font-style:italic;
	}

	span.features-text2{
	font-size:11px;
	color:#666666;
	line-height:20px;
	display:block;
	
	font-weight:100;
	}

@media screen and (max-width: 980px) {
	div.features-inner{
	width:100%;
	padding-bottom:50px;
	}

	div.features-float-left{
	float:none;
	margin-left:0%;
	}

	div.features-float-right{
	float:none;
	margin-right:0%;
	}

	div.features-img{
	margin:0 auto;
	margin-top:70px;
	}

	div.features-text{
	width:495px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:10px;
	}

	div.features h2{
	text-align:center;
	padding:80px 0px 20px 0px;
	font-size:32px;
	}
}

@media screen and (max-width: 510px) {
	div.features-text{
	width:80%;
	margin-left:10%;
	}
}

@media screen and (max-width: 400px) {
	div.features-img{
	width:80%;
	margin-left:10%;
	}

	div.features-img img{
	width:100%;
	}

	div.features-img-coach img{
	width:40%;
	margin-left:30%;
	left:0px;
	}
}



	

