@charset "UTF-8";
	/*
	active hell braun: #b4ac89;
	dunkel braun bg:  #494537;
	content-text: #fff;
	bg: #0e0f11;
	orange: #ff900c;
	*/
/* - - - - nav - - - - -*/
.container{	
overflow-x: hidden;
}
.projekte{		
	background-color:transparent;
	width: 660px;
	padding: 20px;
	padding-top: 0px;
	color: #fff;
	line-height: 1.4;
	font-size: .9em;
	letter-spacing: 1.2px;
	font-weight: 100;
}

 h2 {
	font-weight: 300;
	color: #aaa;
}
 .img_square{ 
	border:1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right:19px;
	width: 160px;
	height: 160px;
	overflow: hidden;
}
hr{
	border-bottom: 1px solid #666;
}
/* - - - - overview - - - - -*/
.projects_overview a:link,.projects_overview a:visited{
	color:#fff;
}
.projects_overview a:hover,.projects_overview a:active{
	color:#aaa;
}
.projects_overview a:link,.projects_overview a:visited{color: #b4ac89;}
.projects_overview a:hover, .projects_overview a:focus { color: #fff;text-decoration: none;}


.project_overview_item {
	padding-top:10px;
	padding-bottom:10px;
}
.project_overview_item td {
	padding-left: 10px;
}
.projects_overview  {
	margin-top: 20px;
	font-size: .9em;
}

td {
vertical-align: top;
	padding:0px;
}

.project_sideman {
	padding-top: 30px;
}
.project_sideman_item{
	padding-top:10px;
	padding-bottom:10px;
	font-size: .9em;
}
.project_sideman_item td {
padding-left: 10px;
}
.project_sideman hr {
	margin-bottom: 40px;
}


/* - - - - one projects view  - - - - -*/
.projects hr{
	border-bottom: none;
	padding-top: 10px;
}
.projects_pics hr{
	border-bottom: none;
	padding-top: 10px;
}
.projects_video hr{
	border-bottom: none;
	padding-top: 10px;
}
.projects a:link,.projects a:visited{
	color:#aaa;
}
.projects a:hover,.projects a:active{
	color:#ff900c;
}

.projects h2 {
	margin-top: 30px;
	font-weight: 300;
	padding-top: 14px;
	color: #aaa;
}

.projects{
	position:relative;
}
.projects img{
	margin-top: 4px;
	margin-right: 18px;
	float: left;
}
.projects_info{
	padding-left:11px;
	padding-right:20px;
	color:#fff;
	padding-bottom:1px;
	font-size: .9em;
	min-height: 170px;
}

.projects_title{
	width:481px;
	background-color:transparent;
	background-position:center top;
	padding-bottom: 9px;
}

.projects_info-bottom{
	position:absolute;
	bottom:-39px;
	width:482px;
	height:20px;
	background-color:transparent;
	margin-bottom:20px;
}


/* video */
 .projects_video{

 }
.video_item{
	position:relative;float:left;padding-left:10px;padding-top:10px;
}
.video-play-btn {
	pointer-events: none;
	position: absolute;
	display: block;
	background: url(../images/play-button.png);
	height: 51px;
	width: 52px;
	top: 40px;
	left: 62px;
}


.back_button_container{
	position: absolute;
	top: 157px;
	/*background-color: #0e0f11;*/
	width: 100%;
	padding-left: 12px;
	height: 33px;
	margin-left: -20px;
}
.back_button_sprite {display:inline-block; overflow:hidden; background-repeat: no-repeat;background-image:url(../images/back-button/back-button.png);}
.back-button {width:30px; height:25px; background-position: -0px -0px}
.back-button:hover {width:30px; height:25px; background-position:-30px -0px}
.back-button:active {width:30px; height:25px; background-position:-60px -0px}



/* pics */
.pic_item{
	position: relative;
	float: left;
	width: 140px;
	height: 130px;
	overflow: hidden;
	padding-top:10px;
	padding-left: 10px;
}
 .projects_pics{
	width:472;
 }
.pp_details .pp_nav{
	display: none;
}

#lbCaption a,#lbCaption a:visited {
	color: #000;
}
#lbCaption a:hover,#lbCaption a:active {
	color: #0e0f11;
}

/* download tech rider button */
.download-btn{
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #494537;
	width: 150px;
	margin-top: 10px;
	float: right;
	margin-right: 20px;
}
.download-btn a:link, .download-btn a:visited{
	color: #b4ac89;
}
.download-btn a:hover, .download-btn a:active{
	color: #fff;
}
