/*	
	www.creativeframe.de
	
	Main Style-Sheet
	
	Author:		Sven Steinhauer
	Site:		www.workplace.de
	Created:	12-2010
	Modified:	---
		
*/

/*	------------------------------------------------------
	Positonierung und Optik
------------------------------------------------------	*/
#bodybg{
	padding-top:100px;

	background-color: #f7f7f7;
	border-bottom: 5px solid #828e19;

	background-image: url(images/bg-bokeh-pat.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	}	

IMG.alignleft{ margin-right:15px; }	
IMG.alignright{ margin-left:15px; }	
	
	
	
/* ++ HEADER ++ */	
#header{
position:fixed;
top:0;
left:0;
width:100%;
height:100px;
z-index:999999999;
background:#f7f7f7;
border-top: 5px solid #828e19;

box-shadow:0px 0px 7px rgba(0, 0, 0, 0.50);
-moz-box-shadow:0px 0px 7px rgba(0, 0, 0, 0.50);
-webkit-box-shadow:0px 0px 7px rgba(0, 0, 0, 0.50);
}
	#logo{
	margin-top:25px;
	height:40px;
	background:url(images/cf_logo.png) 0 0 no-repeat;
	text-indent:-999999px;
	}
	#logo a{
	width:100%;
	height:100%;
	display:block;
	}
	
	#navimain{}
	#navimain.push-1{ margin-bottom:0; }
	#navimain ul{
	width:100%;
	margin-top:30px;
	overflow:hidden;
	}
	#navimain ul li{
	float:right;
	padding:10px 5px;
	margin-left:20px;
	}
	#navimain ul li a{
	font-family: "PTSansNarrowRegular", "Arial", "Helvetica", "Gill Sans", "Lucida Grande", "Verdana", sans-serif;
	font-size: 1em;
	color: #1d1d1d;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5), 0px 0px 10px rgba(255,255,255,0.5);

	cursor: pointer;
	
	border: 1px solid white;
	border: 1px solid rgba(255,255,255,0.9);
	padding: 7px 15px 4px 15px;
		
	border-radius:14px 14px 14px 14px;
	-moz-border-radius:14px 14px 14px 14px;
	-webkit-border-radius:14px 14px 14px 14px;

	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.20 );

	background-color: #f3f3f3;
	background-image:-moz-linear-gradient(top, #f3f3f3, #e5e5e5);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e5e5e5));
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	#navimain ul li a SPAN{ color:#676f1e; }
	#navimain ul li a:hover, #navimain ul li a.blogAktiv{
	color: #14646f;
	
	border: 1px solid #14646f;
	
	box-shadow:1px 1px 4px rgba(20, 100, 111, 0.50);
	-moz-box-shadow:1px 1px 4px rgba(20, 100, 111, 0.50);
	-webkit-box-shadow:1px 1px 4px rgba(20, 100, 111, 0.50 );
	}
	#navimain ul li a.active{
	color: #14646f;
	
	box-shadow:1px 1px 4px rgba(20, 100, 111, 0.50);
	-moz-box-shadow:1px 1px 4px rgba(20, 100, 111, 0.50);
	-webkit-box-shadow:1px 1px 4px rgba(20, 100, 111, 0.50 );
	}
	


/* ++ SLIDER ++ */
#slider{
	height: 310px; 
	padding:30px 0;

	border-top: 1px solid black; 
	background-color: #232323;
	/* Verlauf simuliert Schatten */
	background-image: -moz-linear-gradient(top, #232323 0px, #2b2b2b 5px, #2b2b2b 365px, #232323 370px);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202020), color-stop(1.5%,#2b2b2b), color-stop(98.5%,#2b2b2b), color-stop(100%,#232323)); 
	}

	.sliderText h6 P{
	color:#fff;
	line-height:inherit;
	}
	
	.invisible{ display:none; }
	.visible{ display:inline; }
	
	
	
#slidernav{
	border-top: 1px solid #9ba547;
	background-color: #596900;
	background-image: -moz-linear-gradient(top, #828e18 0%, #596900 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#828e18), color-stop(100%,#596900)); 
	height: 55px;
	}
	.slidercontainer{	
	/* Shine im Hintergrund */
	background-image: -moz-radial-gradient(center -100%, ellipse closest-corner, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(radial, 50% -50%, 0, 50% -170%, 800, color-stop(0%, rgba(255,255,255,0.2)), color-stop(100%, rgba(255,255,255,0)));
	height: 370px;	
	}
	
	/* slider navigation */
	ul.slidernavbutton {
	/* Sollte eigentlich rein... dann klappt aber der hover nicht mehr 
	overflow:hidden;
	*/
	margin:0;
	padding:0;
	}
	ul.slidernavbutton li{
	font-family: "PTSansNarrowRegular", "Arial", "Helvetica", "Gill Sans", "Lucida Grande", "Verdana", sans-serif;
	font-size: 1.1em;
	color: #f1f1f1;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.25);
	float: left;
	margin-top:  -9px;
	padding-top: 9px;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

ul.slidernavbutton li:hover, ul.slidernavbutton li:active{
	background: url(images/arrow-top.png) no-repeat center 0px;
	}

ul.slidernavbutton li a{	
	position: relative;
	top: -1px;
	height: 39px;
	
	display: block;
	color:#fff;
	color: rgba(255,255,255,0.9); 
	padding:17px 16px 0 16px;
	
	border-right: 1px solid #889426;
	border-left: 1px solid #889426;
	
	border-right: 1px solid rgba(136,148,38,0.5);
	border-left: 1px solid rgba(136,148,38,0.5);
	}

ul.slidernavbutton li a:hover,ul.slidernavbutton li a:active, ul.slidernavbutton li a.aktiv{	
	cursor:pointer;
	
	color:#fff;
	padding-right: 16px;
	padding-left: 16px;
	
	border-top: 1px solid #717c2c;
	
	background-color: #5c680d;
	background:  -moz-linear-gradient(top, #606c14 0%, #2d3d00 100%);
	background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c14), color-stop(100%,#2d3d00)); 
	
	padding-top: 16px;
	height: 39px;
	}
	
	

/* ++ TEASER STARTSEITE ++ */		
.threecolbg{
	background-image: url(images/col_trenner_pat.gif);
	background-repeat: no-repeat;
	background-size: 630px 70%;
	-moz-background-size: 630px 70%;
	}

	.teaser{
	overflow:hidden;
	padding: 10px 20px 10px 10px;
	margin-left: -10px;
	margin-right: 20px;
	background-color: rgba(255,255,255,0);
	
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
	}
	.teaser:hover{
	background-color: #f1f1ee;
	padding: 9px 19px 9px 9px;
	border: 1px dotted #96a040; 	
	cursor:pointer;
	}

	#referenzTeaser .teaser IMG{
	border:1px solid #d5d5d5;
	float:left;
	margin-right:15px;
	}
	#casestudies .teaser IMG{
	border:1px solid #d5d5d5;
	float:left;
	margin-bottom:15px;
	}

	/* Teaser Button */
	#buttonBar{
	margin:20px 0 0 0;
	}
	#buttonBar a{
	font-family: "PTSansNarrowRegular", "Arial", "Helvetica", "Gill Sans", "Lucida Grande", "Verdana", sans-serif;
	font-size: 1em;
	color: #1d1d1d;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5), 0px 0px 10px rgba(255,255,255,0.5);

	cursor: pointer;
	
	border: 1px solid white;
	border: 1px solid rgba(255,255,255,0.9);
	padding: 7px 15px 4px 15px;
		
	border-radius:14px 14px 14px 14px;
	-moz-border-radius:14px 14px 14px 14px;
	-webkit-border-radius:14px 14px 14px 14px;

	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.20 );

	background-color: #f3f3f3;
	background-image:-moz-linear-gradient(top, #f3f3f3, #e5e5e5);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e5e5e5));
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	#buttonBar a:hover{
	color: #14646f;
	
	border: 1px solid #14646f;
	
	box-shadow:1px 1px 4px rgba(20, 100, 111, 0.50);
	-moz-box-shadow:1px 1px 4px rgba(20, 100, 111, 0.50);
	-webkit-box-shadow:1px 1px 4px rgba(20, 100, 111, 0.50 );
	}
	

/* ++ FOOTER ++ */	
#footer{
height: 420px; 
position:relative;
background-position: bottom center;
background-repeat: no-repeat;
background-image: url(images/bg-bokeh.jpg);
}
#footer P{ margin:0 0 10px 0; }
#footer a{ color:#3b3b2f; }
#footer a:hover{ color:#3b3b2f; text-decoration:underline; }

#footer #head{
	height:100%;
	background:url(images/footer-thomas_270x200.png) 0 bottom no-repeat;
	}
		
#footerContent{ 
	padding-top:120px;
	}	
	#footerContent #quoteBox{
	position:relative;
	width:705px;
	height:240px;
	background:#eeeeee;
	
	border:1px solid #e3e3e3;
	border-radius:7px 7px 7px 7px;
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;

	background-color: #f3f3f3;
	background-image:-moz-linear-gradient(top, #f3f3f3, #e5e5e5);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e5e5e5));
	
	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.50);
	-moz-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.50 );
	}
	
	#quoteAnker{
	position:absolute;
	bottom:88px;
	left:-13px;
	background:url(images/speechanker_14x19.png) 0 0 no-repeat;
	width:14px;
	height:19px;
	}
	
#footer .quote{
	height:170px;
	width:290px;
	padding:15px 50px; 
	}
	.quote h6{
	font-size:20px;
	font-style:italic;
	line-height:1.4em;
	}
	.quote h6.autor{
	padding:0;
	font-size:12px;
	font-style:normal;
	}
	
#footer .quoteAdress{
width:185px;
padding:25px 5px 0 60px;
}	
	.quoteAdress IMG{
	margin:0 0 10px -20px;
	}
	
#footer .socialThumb	{
position:relative;
width:45px;
height:240px;
border-left:1px solid #c9c9c9;
background:#e6e6e6;
border-radius:0px 7px 7px 0px;
-moz-border-radius:0px 7px 7px 0px;
-webkit-border-radius:0px 7px 7px 0px;
}
	.socialThumb ul{
	position:absolute;
	bottom:10px;
	left:6px;
	margin:0;
	padding:0;
	}
	.socialThumb ul li{ margin:5px 0 0 0; }
	.socialThumb ul li a{
	background:url(images/socialThumb_32x32.png) 0 0 no-repeat;
	width:32px;
	height:32px;
	display:block;
	}
.socialThumb ul li a.youtube{ background-position: 0 -128px; }
.socialThumb ul li a.twitter{ background-position: 0 -96px; }
.socialThumb ul li a.facebook{ background-position: 0 -64px; }
	.socialThumb ul li a.vCard{ background-position: 0 -32px; }
	.socialThumb ul li a.xing{ background-position: 0 0; }
	
#kreationfilmproduktion{
position:absolute;
bottom:-58px;
right:10px;
width:140px;
height:14px;
background:url(images/footer-kfp_140x14.png) 0 0 no-repeat;
}
	
	
/*	------------------------------------------------------
	ARTIKEL Seite (single.php)
------------------------------------------------------	*/
.postmetadata{
	background:#E6E6E6;
	width:400px;
	margin:15px 0px;
	padding:10px;

	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.20 );
	
	border:1px solid #fff;
	border-top:1px solid #C9C9C9;
}

.artikel #buttonBar{
margin:60px 0 0 0;
text-align:right;
}



/*	------------------------------------------------------
	REFERENZEN Seite
------------------------------------------------------	*/

.subNavigation{
	border-top: 1px solid #9ba547;
	background-color: #596900;
	background-image: -moz-linear-gradient(top, #828e18 0%, #596900 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#828e18), color-stop(100%,#596900)); 
	height: 105px;
	}	
	
	.subNavigation .subNavigationContainer{
	margin-top:20px;
	}
	.subNavigation h1{
	font:16px/1.2 'DejaVuSerifCondensed', serif;
	color:#fff;
	}
	.subNavigation .kunde{
	font: 10px/1.2 'DejaVuSerifCondensed', serif;
	color:#fff;
	letter-spacing:1px;
	}

	ul.subNavigationButton {
	overflow:hidden;
	margin:0;
	}

.subNavigationButton li{
	font-family: "PTSansNarrowRegular", "Arial", "Helvetica", "Gill Sans", "Lucida Grande", "Verdana", sans-serif;
	font-size: 1.1em;
	color: #f1f1f1;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.25);
	float: right;
	margin: 25px 0px 0 15px;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

	
.subNavigationButton li:hover, .subNavigationButton li:active{
	
	}

.subNavigationButton a{	
	display: block;
	color:#fff;
	color: rgba(255,255,255,0.9); 
	position: relative;
	top: -1px;
	padding:2px 8px 2px 8px;
	}


.subNavigationButton a:hover, .subNavigationButton a:active, .subNavigationButton a.aktiv{	
	
	color: white;
	
	border-radius:14px 14px 14px 14px;
	-moz-border-radius:14px 14px 14px 14px;
	-webkit-border-radius:14px 14px 14px 14px;

	box-shadow:inset 1px 1px 4px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:inset 1px 1px 4px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow:inset 1px 1px 4px rgba(0, 0, 0, 0.20 );
	
	background-color: #40481a;
	background-image: -moz-linear-gradient(top, #3b4213 0%, #464d20 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b4213), color-stop(100%,#464d20)); 
	
	}
	
	
/* REFERENZEN */	
	.referenzen{
	margin:20px 0 0 0;
	}
	.referenzBox{
	position:relative;
	float:left;
	width:205px;
	margin:5px 0px;
	padding:10px;

	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.20 );
	
	background: #efede9;
	
	border:1px solid #fff;
	border-top:1px solid #596900;
}
	
	IMG.referenzThumb{
	border:2px solid #d5d5d5;
	margin:0 0 10px 0;
	}
	
	.referenzBox .playImg{
	position:absolute;
	top:75px;
	left:80px;
	width:51px;
	height:30px;
	background:url(images/play_51x30.png)
	}
	
/*	------------------------------------------------------
	CaseStudies Seite
------------------------------------------------------	*/

.casestudyThumb P{ 
	height:60px;
	display:table-cell;
	vertical-align:middle;
	}	
.casestudyThumb IMG{ 
	float:left; 
	margin-right:10px; 
	
	box-shadow:0px 0px 4px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.20);
	}	
.casestudyThumb a{ display:inline; }	
	

#casestudieIntro{
margin-top:30px;
}

	hr{
	width:100%;
	height:10px;
	margin:40px 0;
	padding:0;
	border:0;
	background:url(images/hr_488x10.png) center 0 no-repeat;
	
	}

/*	----------------------------------------------------------------------
	Wiederverwendbare klassen
	----------------------------------------------------------------------	*/

a{
	text-decoration: none;
	}

li{
	list-style: none;
	}

.grey{
	color: #3b3b2f;
	}

.green{
	color: #828e19;
	}



.softshadow{
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	}
	

/*	----------------------------------------------------------------------
	Wiederverwendbare klassen - DEVELOPMENT
	----------------------------------------------------------------------	*/

.dev{
	background-color: rgba(255,0,0,0.2);
	}