/**
 * @author      Christian Schuelling
 * @package     Joomla!
 * @subpackage  Template Enneagramm
 * @link        http://whykiki.de
 * @email       info@whykiki.de
 * @copyright   Christian Schuelling
 *
 * Template Enneagramm
 * Copyright (C) 2014 Christian Schuelling
 *
**/

/* ************** ALLGEMEINE FORMATIERUNGEN *********************
*****************************************************************/


*{
	margin: 0px;
	padding: 0px;
}

body{
  background: url(../images/rapport.png);
}

/* ************************** TYPO ****************************
*****************************************************************/

 body{
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 11px;
	color: #59676F;
}

p{
	margin-top: 10px;
}

p:first-child{
	margin: 0px;
}


.item-page a, .fcp_page a{
	color:  #96C10D;
}



h2 {
	font-size: 24px;
	font-weight: 400;
	color: #96C10D;
	letter-spacing: 10;
}

#content-wrapper{
	line-height: 20px;
	font-size: 14px;

}

.zitate{
	margin-top: 25px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #96C10D !important;
}
	

/* ************************** LAYOUT ****************************
*****************************************************************/

#wrapper{
  margin: 0 auto;
  width: 980px;
  overflow: hidden !important; /* FF Scroll-leiste */
  background: #FFF;
}

#header{
	width: 100%;
	float:left;
}

#main-navigation{
	float:left;
	padding-right: 10px;
    width: 180px;
}

#pictures{
	width: 580px;
	height: auto;
	min-height: 219px;
	float:left;
}

#sub-navigation{
	width: 180px;
	float:left;
	padding-left: 10px;
}

#headline{
	width: 580px;
	height: 136px;
	margin: 0 auto;
}

#brand{
	color: #59676F;
	font-size: 16px;
	height: 100%;
	display:table;
}

#brandtext{
	display: table-cell; vertical-align: middle;
	font-family: Arial, Verdana, sans-serif;
}


#logo{
	width: 136px;
	height: 136px;
	float:left;
	background: url(../images/logo.png) no-repeat;
}

#logo img{
	width: 100%;
	height: 100%;
	border: none;
}

#content-wrapper{
	width: 100%;
	float:left;
	margin-top: 20px;
	margin-bottom: 10px;
}


#item-page {
    float: left;
    margin-left: 230px;
    width: 530px;
}

#sidebar{
	width: 150px;
	float:left;
	margin-left: 20px;
}

#footer{
	width: 100%;
	height: 22px;
	background: #9DC449;
	clear:both;
}


/* ************************** NAVIGATION ************************
*****************************************************************/

#menu{
	display: none;
}

#main-navigation .menu{
	list-style-type: none;
	width: 100%;
	text-align: right;
	margin-right: 10px;
	margin-top: 0px;
}

#main-navigation .menu li a{
	font-size: 20px;
	line-height: 28px;
	text-decoration: none;
	color: #59676F;
}

.item-132 a:after, .item-110 a:after{
	content: "®";
	font-size: 10px;
	vertical-align:super;
}

.facebook{
	background: url(../images/FB.png) no-repeat;
	background-position: top right;
	display: block;
	text-indent: 9999px;
	height: 38px;
}

/* ************************** SUB-NAVIGATION ************************
*****************************************************************/

#sub-navigation .menu{
	list-style-type: none;
	width: 100%;
	text-align: left;
	margin-top: 30px;
}


#sub-navigation .menu li{
	margin-bottom: 10px;
}


#sub-navigation .menu li a{
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: #59676F;
}

#sub-navigation .menu li a:hover, #main-navigation .menu li a:hover{
	color: #96C10D !important;
}


li.current a{
	color: #96C10D !important;
}


/* ************************** FOOTER-NAVIGATION *****************
*****************************************************************/


#footer-navigation .menu {
    list-style-type: none;
    text-align: center;
    width: 100%;
}
#footer-navigation .menu li {
    display: inline;
}
#footer-navigation .menu li a {
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    padding: 0 10px;
    text-decoration: none;
	line-height: 22px;
}
#footer-navigation .menu li:last-child a {
    border-right: medium none;
}

/* ************************** KONTAKT *****************
*****************************************************************/

.bestellformular input[type="text"]{
	border: 1px solid #6E797F;
	height: 25px;
	width: 250px !important;
	}
	
input[type="submit"]{
	height: 20px;
	width: 140px !important;
	background: #9DC749;
	border: none;
	color: #6F797D;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	}
	
	
div.fcp_line {
    clear: left;
    padding-top: 0.5em;
    text-align: left;
}

div.fcp_line label {
    text-align: left !important;
}

#mobile-navigation{
	display: none;
}

 /*#fcp_div002 label{
	display: none;
} */

.kontakt  #fcp_div002 label, .seminaranmeldung #fcp_div002 label{
	display: inline-block;
}

.fcp_page{
	text-align:left !important;
}


div.fcp_checkbox_l input.fcp_lcb {
    margin-left: 0em;
}

.fcp_sendrow{
	text-align: center !important;
}

input[type="text"]{
	border: 1px solid #6E797F;
	height: 25px;
	width: 250px !important;
	}
	
	.fcp_sendrow {
    margin-left: -2em;
}
	
input[type="submit"]{
	height: 20px;
	width: 140px !important;
	background: #9DC749;
	border: none;
	color: #6F797D;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	}
	
	textarea, .fcp_form textarea{
	height:100px;
	width: 140px !important;
	border: 1px solid #6E797F;
	font-size: 14px;
	width: 250px !important;
	max-width: 250px !important;
	}
	
/***** Player *****/
	
#player-container{
		width: 350px;
		height: 350px;
		margin: 0 auto;
	}
	
#player-image{
	width: 350px;
}

#player{
	width: 350px;
}

.playerspacer{
	height: 100px;
	width: 100%;
	float:left;
	margin-top: 50px;
}

.item-138{
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}


.item-138 a{
  line-height: 17px !important;
}