@charset "UTF-8";
/* LOAD FONTS for HEADLINES, MENUS */
/* http://www.fontsquirrel.com/fonts/Quicksand */
@font-face {
    font-family: 'QuicksandLight';
    src: url('quicksand/Quicksand_Light.otf');
    font-weight: bold;
    font-style: normal;
}
.chapter{
	z-index:16;
	position:relative;
	float:left;
	width:100%;
	margin: 0px 0px 0px 0px;
	left: 0%;
	right: 0%;
}

.chapter_font{
	position:relative;
	left:0px;
	right:0px;
	top: 150px;
	margin:0px auto;
	width:100%;
	float:left;
}

.chapter_font h2{
	position:relative;
	z-index:17;
	letter-spacing:-3px;
	/*text-transform: uppercase;*/
	color:#2e2e2e;
	font-size: 50px;
	/*font-family:'QuicksandLight','Muli','Droid Sans','arial';*/
	font-family:'Metrophobic';
	font-weight: 100;
	text-align:left; 
    /*text-shadow: 0 0 0.5em #000000, 0 0 0.5em #000000, 0 0 0.5em #000000;*/
	margin:0px 35px 0px 35px;
}
.chapter_font p{
	position:relative;
	top:0px;
	z-index:17;
	letter-spacing:0em;
	/*text-transform: uppercase;*/
	font-weight: normal;
	color:#2e2e2e;
	font-size: 14px;
	font-family:'Metrophobic';
	text-align:left; 
	/*margin:10px 0px 0px 0px;*/
	margin:10px 35px 10px 35px;
    /*text-shadow: 0 0 0.5em #000000, 0 0 0.5em #000000, 0 0 0.5em #000000; */
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url( 'bindings.xml#ellipsis' );*/
}
.chapter_font a{
	z-index:18;
	text-decoration:none;
	cursor:pointer;
	color: #2e2e2e;
	border:1px solid #2e2e2e;
	/*border-top:1px solid gray;*/
	margin:10px 10px 10px 0px;
	margin-top:20px;
	font-size: 13px;

	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out; /* Opera */
}
.chapter_font a:visited{
	text-decoration:none;
	color: #2e2e2e;
}
.chapter_font a:hover{
	text-decoration:none;
	color: #2e2e2e;
	background-color: grey;
	border:1px solid red;
}
/*
.label_link{
	z-index:18;
	text-decoration:none;
	cursor:pointer;
	color: #2e2e2e;
	border-bottom:1px solid gray;
	/*border-top:1px solid gray;
	margin:0px 10px 0px 0px;
	font-size: 14px;
	

}
.label_link:visited{
	text-decoration:none;
	color: #2e2e2e;
}
.label_link:hover{
	text-decoration:none;
	color: #2e2e2e;
	font-size: 14px;
	background-color: gray;
	border-bottom:1px solid red;
}*/
.chapter_leerzeile{
	z-index:16;
	position:relative;
	float:left;
	width:1000px;
	background: rgba(255, 255, 255, 0.0); 
	margin:0px 0px 10px 0px;
}

@media only screen and (max-width: 1000px)
{
	.chapter_font 
	{
		width: 690px;		
	}
	.chapter_font h2
	{
		font-size: 50px;	
	}
	.chapter_leerzeile
	{
		width:690px;
	}
}
@media only screen and (max-width: 480px)
{
	.chapter_font 
	{
		width: 380px;		
	}
	.chapter_font h2
	{
		font-size: 30px;	
	}
	.chapter_leerzeile
	{
		width:380px;
	}
}