@charset "utf-8";
/* 
Projekt: Webauftritt PR-Kueche.de
Author: Niels Weithofer
Date: 12.04.2013 
*/

/* global reset*/

*{margin: 0px; padding: 0px;
	outline: none;}


body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
  	font-size: 100%;
  	/*color: #7a7a79;*/
	color:#5d5d5d;
	margin-top: 0px;
	/*background-position:center;
	background-attachment:fixed;
	background-color:#fff;
	background-image:url(img/bg/scribbles_bg.jpg);*/
	background-color: #44444f;
}

#wrapper {
    width: 980px;
    margin: 0 auto;
    text-align: left;
	margin-top:50px;
	box-shadow: 5px 5px 5px #000;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	-khtml-box-shadow: 5px 5px 5px #000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);
	margin-bottom:15px;
	/*background-color:#fff;*/
	/*border-left: 1px solid #e0e0e0;*/
	/*border:20px solid #fff;*/
	padding: 0px;
	border-radius: 8px;
}	

a {
	text-decoration: none;
	color:#94c154;
	font-weight:bold;
}

p {
	margin:0 15px 15px 0;
	line-height: 130%;
}	

img {
	border: none;
	margin: 7px 15px 8px 0px;
}

.alignleft {
	border: none;
	float: left;
	margin: 0px 10px 5px 0px;
}

.alignright {
	float: right;
	margin: 0px 0px 5px 10px;
}		

ul {
	margin: 0;
	padding: 0px;
	display:block;
}

li {
	/*list-style: square;
	line-height: 140%;*/
	margin: 10px 10px 10px 15px;	
}	

h1 {
	font-size:130%;
	margin: 0 0 10px 0;
	font-weight:bold;
	color:#5d5d5d;
}	

h2 {
	font-size:120%;
	margin: 0px 0 30px 0;
	font-weight:bold;
	/*color:#447a1c;*/
	width:450px;
	line-height:130%;
}	

h3 {
	font-size:100%;
	margin: 0 0 5px 0;
	font-weight:bold;
	color:#5d5d5d;
}

.h4 {
	font-size:100%;
	margin: 0 0 0 0;
	font-weight:bold;
	/*color:#447a1c;*/
}

.clear {clear: both;}

.hide-d {
	display:none!important;
}

.mail {
	width: 300px;
	height: 20px;
	padding: 5px 10px 5px 10px;
	background-color:#F37021;
	border-radius:8px;
	text-align:center;
	margin:15px 0 15px 0!important;
}

.mail a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}	

.spacer {
	margin-bottom:15px;
}	

/**************************
******** HEADER *************
**************************/

#header {
	width: 100%;
	height: 120px;
	padding: 30px 0 0 0;
	/* background-image:url(img/header_bg.png); 
	background-repeat:repeat-x;*/
	 background-color:#fbbf09;
	 border-radius: 8px 8px 0 0;
}

.logo {
	width: 358px;
	height: 100x;
	margin:0 0 0 20px;
	background-image:url(img/logo_medium_claim.png);
	background-repeat:no-repeat;
}	

/* Hide Logo headline */
.logo h1 {
    margin:0;
    padding:0;
}
.logo h1 a {
    display:block;
    margin:0;
    text-indent:-9999px;
    font-size:0;
    height:100px;
    width:358px;
}


/*----------------------------
	CSS3 Animated Navigation
-----------------------------*/


.fancyNav{
	/* Affects the UL element */
	overflow: hidden;
	display: inline-block;
	
	/* Specifying a fallback color and we define CSS3 gradients for the major browsers: */
	background-color: #f0f0f0;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fefefe), color-stop(0.5,#f0f0f0), color-stop(0.51, #e6e6e6));
	background-image: -moz-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -o-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -ms-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	width:100%;
	
}

.fancyNav li{
	/* Specifying a fallback color and we define CSS3 gradients for the major browsers: */
	
	/*background-color: #f0f0f0;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fefefe), color-stop(0.5,#f0f0f0), color-stop(0.51, #e6e6e6));
	background-image: -moz-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -o-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -ms-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);*/
	
	border-right: 1px solid rgba(9, 9, 9, 0.125);
	
	position:relative;
	
	float: left;
	list-style: none;
	margin:0;
}

.fancyNav li:after{

	/* This creates a pseudo element inslide each LI */	
	
	content:'.';
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	opacity:0;
	
	/* Gradients! */
	
	background-image:-webkit-gradient(linear, left top, right top, from(rgba(168,168,168,0.5)),color-stop(0.5,rgba(168,168,168,0)), to(rgba(168,168,168,0.5)));
	background-image:-moz-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:-o-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:-ms-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	
	/* Creating borders with box-shadow. Useful, as they don't affect the size of the element. */
	
	box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	-moz-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	-webkit-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	
	/* This will create a smooth transition for the opacity property */
	
	-moz-transition:0.25s all;
	-webkit-transition:0.25s all;
	-o-transition:0.25s all;
	transition:0.25s all;
}

/* Treating the first LI and li:after elements separately */

.fancyNav li:first-child{
	/*border-radius: 4px 0 0 4px;*/
}

.fancyNav li:first-child:after,
.fancyNav li.selected:first-child:after{
	box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff;
	-moz-box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff;
	-webkit-box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff;
	
	/*border-radius:4px 0 0 4px;*/
}

.fancyNav li:last-child{
	/*border-radius: 0 4px 4px 0;*/
}

/* Treating the last LI and li:after elements separately */

.fancyNav li:last-child:after,
.fancyNav li.selected:last-child:after{
	box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
	-moz-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
	-webkit-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
	
	/*border-radius:0 4px 4px 0;*/
}

.fancyNav li:hover:after,
.fancyNav li.selected:after,
.fancyNav li:target:after{
	/* This property triggers the CSS3 transition */
	opacity:1;
}

.fancyNav:hover li.selected:after,
.fancyNav:hover li:target:after{
	/* Hides the targeted li when we are hovering on the UL */
	opacity:0;
}

.fancyNav li.selected:hover:after,
.fancyNav li:target:hover:after{
	opacity:1 !important;
}

.current{
	opacity:1 !important;
}

/* Styling the anchor elements */

.fancyNav li a{
	color: #5d5d5d;
	display: inline-block;
	/*font: 20px/1 Lobster,Arial,sans-serif;*/
	padding: 12px 35px 14px;
	position: relative;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	z-index:2;
	text-decoration:none !important;
	white-space:nowrap;
}

.fancyNav a.homeIcon{
	background:url('img/home.png') no-repeat center center;
	display: block;
	overflow: hidden;
	padding-left: 12px;
	padding-right: 12px;
	text-indent: -9999px;
	width: 16px;
}

/**************************
********** MAIN ***********
**************************/

#main {
	width:100%;
	background-color:#fff;
	}

/**************************
********* CONTENT *********
**************************/

#content-start{
	width:100%;
	margin:20px 0 0 0px;
	padding:0 0 30px 0;
	height:auto;
	min-height:400px;
	float:left;
}	


#content{
	width:620px;
	margin:20px 0 0 20px;
	padding:0 0 30px 0;
	height:auto;
	min-height:400px;
	float:left;
	/*background-color:pink;*/
}	

.title-img img {
	margin:0 0 15px 0;
}	

/*#content img {
	width:150px;
	heigt: auto;
}*/

#content h1 {
	font-size:140%;
	font-weight:bold;
	margin: 0 0 20px 0;
	color:#1f497d;
}

#content h2 {
	font-size:120%;
	font-weight:bold;
	margin: 30px 0 15px 0;
	color:#1f497d;
}

#content li {
	list-style: square;
	line-height: 140%;
	margin: 10px 10px 10px 15px;
	max-width: 550px;	
}	

#content p {
	width: 610px;
}	

.teasergrid {
	width:300px;
	height:200px;
	background-color:orange;
	list-style:none!important;
	float:left;
	margin: 10px 0px 10px 20px;	
}	

.teasergrid-sidebar {
	width:300px;
	height:200px;
	background-color:orange;
	list-style:none!important;
	float:left;
	margin: 0px 0px 15px 0px;	
}

.teaserwrapper a {
	display:block;
	width:300px;
	height:200px;
	text-decoration:none;
	color:#fff;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc!important;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#c1c1c1', Direction=135, Strength=1);
	opacity:0.9; 
}	

.teaserwrapper a:hover {
	opacity:1;
}	

.teasergrid h1 {
	color:#fff;
	font-weight:bold;
	width:280px;
	background-image:url(img/teaser_h1_bg.png);
	background-repeat:repeat;
	line-height:40px;
	margin:160px 0 0 0;
	padding: 0 10px 0 10px;
	
}

.teasergrid-sidebar h1 {
	color:#fff;
	font-weight:bold;
	width:280px;
	background-image:url(img/teaser_h1_bg.png);
	background-repeat:repeat;
	line-height:40px;
	margin:160px 0 0 0;
	padding: 0 10px 0 10px;
	
}	

/* BG-Bilder für Teaser */

.referenzen {
	background-image:url(img/teaser_referenzen.jpg);
}	

.training {
	background-image:url(img/teaser_training.jpg);
}	

.reden {
	background-image:url(img/teaser_reden.jpg);
}

.history {
	background-image:url(img/teaser_history.jpg);
}

.publishing {
	background-image:url(img/teaser_publishing.jpg);
}

.presseservice {
	background-image:url(img/teaser_presseservice.jpg);
}

.consulting {
	background-image:url(img/teaser_consulting2.jpg);
}

/**************************
********* SIDEBAR *********
**************************/

#sidebar {
	width:300px;
	margin:20px 0 0 20px;
	padding:0 0 30px 0;
	height:auto;
	min-height:400px;
	float:left;
	/*background-color:pink;*/
}

#sidebar h2 {
	font-size:140%;
	font-weight:bold;
	margin: 0 0 20px 0;
	color:#1f497d;
	line-height:130%;
}

#sidebar img {
	margin:0;
}	

/* Kundenlogos */

.kundenlogos {
}


.kundenlogos img {
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc!important;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#c1c1c1', Direction=135, Strength=1);
	/*opacity: 0.8;*/
	width:140px;
	height:140px;
	margin: 0 10px 10px 0!important;
}


.kundenlogos img:hover {
	opacity: 1;
}


/**************************
******** Footer ***********
**************************/


.fancyFoot{
	/* Affects the UL element */
	overflow: hidden;
	display: inline-block;
	
	/* Specifying a fallback color and we define CSS3 gradients for the major browsers: */
	background-color: #f0f0f0;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fefefe), color-stop(0.5,#f0f0f0), color-stop(0.51, #e6e6e6));
	background-image: -moz-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -o-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -ms-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	width:100%;
	height:28px;
	border-radius: 0px 0px 8px 8px;
	border-top:2px solid #44444f;
}

.fancyFoot li{
	
	border-right: 1px solid rgba(9, 9, 9, 0.125);
	
	
	position:relative;
	
	float: right;
	list-style: none;
	margin:0;
}

.fancyFoot li:after{

	/* This creates a pseudo element inslide each LI */	
	
	content:'.';
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	opacity:0;
	
	/* Gradients! */
	
	background-image:-webkit-gradient(linear, left top, right top, from(rgba(168,168,168,0.5)),color-stop(0.5,rgba(168,168,168,0)), to(rgba(168,168,168,0.5)));
	background-image:-moz-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:-o-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:-ms-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	
	/* Creating borders with box-shadow. Useful, as they don't affect the size of the element. */
	
	box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	-moz-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	-webkit-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	
	/* This will create a smooth transition for the opacity property */
	
	-moz-transition:0.25s all;
	-webkit-transition:0.25s all;
	-o-transition:0.25s all;
	transition:0.25s all;
}

.fancyFoot li:hover:after,
.fancyFoot li.selected:after,
.fancyFoot li:target:after{
	/* This property triggers the CSS3 transition */
	opacity:1;
}

.fancyFoot:hover li.selected:after,
.fancyFoot:hover li:target:after{
	/* Hides the targeted li when we are hovering on the UL */
	opacity:0;
}

.fancyFoot li.selected:hover:after,
.fancyFoot li:target:hover:after{
	opacity:1 !important;
}

.fancyFoot li:last-child{
	border-radius: 0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}

/* Treating the last LI and li:after elements separately */

.fancyFoot li:last-child:after,
.fancyFoot li.selected:last-child:after{

	
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}

/* Styling the anchor elements */

.fancyFoot li a{
	color: #5d5d5d;
	display: inline-block;
	/*font: 15px/1 Lobster,Arial,sans-serif;*/
	padding: 6px 20px 6px;
	position: relative;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	z-index:2;
	text-decoration:none !important;
	white-space:nowrap;
}

