@charset "utf-8";
/* 
Projekt: Webauftritt VERVE mindset & consulting
Author: PR-Küche - Rezepte für die stimmige Kommunikation
Date: 1.11.2013 
*/

/* global reset*/

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


body {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 100%;
	color:#5d5d5d;
	margin-top: 0px;
	background-color: /*#fff;*/ #f5f5f5;
}

#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;
	border:1px solid #333333;
	padding: 0px;
	border-radius: 9px 9px 9px 9px;
	background-color:/*#f5f5f5;*/ #fff;
}	

/* Webfont */
@import url(http://fonts.googleapis.com/css?family=Lusitana:400,700);


a {
	text-decoration: none;
	color:#990012;
	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:#990012;
}	

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:#990012;
}

.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: 100px;
	padding: 30px 0 0 0;
	/*background-color:#666666;*/
	border-radius: 8px 8px 0 0;
}

.logo {
	width: 510px;
	height: 70x;
	margin:0 0 0 15px;
	background-image:url(img/logo.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:65px;
    width:510px;
}

/**************************
******* METANAVI **********
**************************/

.metanavi {
	width: auto;
	height: 22px;
	margin: 0px 15px 0px 0px;
	padding: 2px 0px 2px 0px;
	/*font-weight: bold;*/
	float: right;
	font-size:70%;
	color: #000;
}

* + html .metanavi {
	width:45px;
}		

.metanavi a{
	text-decoration: none;
}	

.metanavi ul {
	margin: 0px;
	padding: 0px;
}

.metanavi li {
	display: inline;
	height: 24px;
	width: 24px;
	list-style: none;
	margin: 0px 5px 0px 0px;
	/*padding: 2px 2px 2px 0px;*/
	float:left;
}

.metanavi li img {
	margin:0;
	padding:0;
}	

.inactive {
	opacity:0.6;
}

.inactive:hover {
	opacity:1;
}
	
.metanavi li a {
	color: #000;
}

.metanavi li a:hover {
	color: #fce815;
}
	


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


.fancyNav{
	/* Affects the UL element */
	overflow: hidden;
	display: inline-block;
	background-color: #fff;
	-moz-box-sizing: border-box; 
    box-sizing: border-box; 
	width:100%;
	padding: 10px 0 0 310px;
	border-bottom: 2px #990012 solid;
	border-top: 2px solid #990012;
	background-color:/*#f5f5f5;*/ #fff;
}

.fancyNav li{
	position:relative;
	float: left;
	list-style: none;
	margin:0 20px 0 0;
	background-color:#666666;
	height:25px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}

.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;
}	
	
/* 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{

}

.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{

}

.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: #ffffff;
	display: inline-block;
	padding: 5px 12px 6px;
	position: relative;
	z-index:2;
	text-decoration:none !important;
	white-space:nowrap;
}

.fancyNav li a:hover{
	color: #ffffff;
	background-color:#990012;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}

.selected {
	background-color:#990012!important;
}	

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

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

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

#img-area {
	-moz-box-sizing: border-box;
	box-sizing:border:box;
    border: 2px solid #333333;
    float: left;
    height: auto;
    margin: 23px 15px;
    width: 280px;
	background-color:pink;
	line-height: 0;
}	

#img-area img{
	margin:0;
	padding:0;
	width: 100%;
	height:auto;
}

#content{
	width:630px;
	margin:20px 0 0 0;
	padding:0 0 30px 10px;
	height:auto;
	min-height:400px;
	float:left;
	-moz-box-sizing: border-box; 
    box-sizing: border-box; 
}	

.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:#990012;
}

#content h2 {
	font-size:120%;
	font-weight:bold;
	margin: 30px 0 5px 0;
	color:#990012;
}

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

#content p {
	width: 610px;
}	

.quote {
	font-size:130%;
	font-weight:700;
	margin: 0 0 10px 0;
	color: #990012;
	font-family: 'Lusitana', serif;
	line-height:120%;
}

.quote-author {
	text-align:right;
	margin: 0 15px 30px 0;
	font-style:italic;
	font-family: 'Lusitana', serif;
	font-weight:400;
}		

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

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

#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 ***********
**************************/

footer {
	margin:0;
	padding:0;
}	

.fancyFoot{
	/* Affects the UL element */
	overflow: hidden;
	/*background-color: #666666;*/
	width:100%;
	height:28px;
	/*border-radius: 0px 0px 8px 8px;*/
	border-top:2px solid #990012;
	-moz-box-sizing: border-box; 
    box-sizing: border-box;
	padding: 0 35px 0 0;
	font-size:80%;
}

.fancyFoot li{
	
	background-color: #333333;
    float: right;
    height: 20px;
    list-style: none outside none;
    margin: 0 10px 0 0;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    position: relative;
	border:none;
	border-radius:0 0 5px 5px;
}


.fancyFoot li:last-child{
}

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

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

}

/* Styling the anchor elements */

.fancyFoot li a{
	color: #FFFFFF;
    display: inline-block;
    padding: 2px 4px 0px 4px;
    text-decoration: none !important;		
	border:none;
	height: 20px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:0 0 5px 5px;
}

.fancyFoot li a:hover{ background-color:#990012; border:none;height: 20px;-moz-box-sizing:border-box;
	box-sizing:border-box;}
