/**
 * @author      Eike Neumann
 * @package     Joomla!
 * @subpackage  Eikes Template
 * @link        http://www.eikesbesseresser.de
 * @email       info@eikesbesseresser.de
 * @copyright   Eike Neumann
 *
 * Eikes Template
 * Copyright (C) 2016 Eike Neumann
 *
**/

/* ************** ALLGEMEINE FORMATIERUNGEN *********************
*****************************************************************/

*{
	margin: 0px;
	padding: 0px;
	color: #FFF;
}

html, body{
	width: 100%;
	height: 100%;
	
	background-attachment: fixed; // unübersehbar!!!!
	background-color: #FFF;
	background-image: url("../images/Kueche01.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	color: #C7C7C7; 
	background-size: 100% 100%; 
}

/* ************************** TYPO ****************************
*****************************************************************/

 body{
	font-family: Arial, sans-serif;
	font-size: 12px;
	
}

.button {
	padding: 3px 5px;
	border: 1px solid #333333;
	color: #000000;
	font-size: 75%;
}

.input, .inputbox {
	font-size: 11px;
    	margin: 2px 3px;
    	padding: 2px 3px;
	color: #000000;
	background-color: #FFF;
}

.input, .ordering-box {
	font-size: 11px;
    	margin: 2px 3px;
    	padding: 2px 3px;
	color: #000000;
}

select, input[type="email"], input[type="password"], input[type="text"], #phoca-search input[type="text"], .inputbox, textarea, #textarea {
    	background: none repeat scroll 0 0 transparent;
    	border: 1px solid #FFFFFF;
    	color: #000000;
    	padding: 3px;
	background-color: #FFF;
}

#phoca-search input[type="button"], input[type="submit"], input[type="reset"], .button {
	font-size: 12px;
	text-align: center;
	color: 000000;
}

p{
	margin-top: 20px;
}

#printmailicon {
  text-align: right;
}

code{
	font-size: 11px;
	color: #666;
	display:block;
	
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(204,204,204,1) 1%, rgba(204,204,204,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(204,204,204,1)), color-stop(50%,rgba(204,204,204,1)), color-stop(50%,rgba(255,255,255,1)), 	
	color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(204,204,204,1) 1%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(204,204,204,1) 1%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(204,204,204,1) 1%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(204,204,204,1) 1%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

background-size: 36px 36px;

border: 1px solid #333;
}




h1 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 36pt;
	text-align:left;
	font-weight: 700;
	line-height: 200px;
	color: #FFF;
	text-shadow: 1px 1px 0px #000000;
}

h2 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 24pt;
	font-weight: 700;
	line-height: 30px;
	color: #FFF;
	text-shadow: 1px 1px 0px #000000;
}

h3 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 18pt;
	font-weight: 700;
	color: #FFF;
	text-shadow: 1px 1px 0px #000000;
}

h4 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 14pt;
	font-weight: 700;
	color: #FFF;
	text-shadow: 1px 1px 0px #000000;
}

h5 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 12pt;
	font-weight: 700;
	color: #FFF;
	text-shadow: 1px 1px 0px #000000;
}

#artikeltext {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #FFF;
	text-shadow: 1px 1px 0px #000000;
}

#artikeltext2 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #FFF;
	text-shadow: 1px 1px 0px #000000;
}

#sidebar h3 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	text-shadow: 1px 1px 0px #000000;
	display:block;
	background: #999999;
	width: 230px;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
	border-bottom: 1px #CCC;
}

#breadcrumb a{
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	line-height: 43px;
	margin-left: 30px;
}

#breadcrumb a:hover{
	text-decoration:underline;
}

footer{
	text-align: center;
	color: #FFF;
	line-height: 43px;
	font-size: 10px;
}
	


/* ************************** LAYOUT ****************************
*****************************************************************/

#wrapper{
  width: 1050px;
  margin: 0 auto;
  min-height: 1050px;
  height:auto !important;
  height:1050px;
  overflow: hidden !important; /* FF Scroll-leiste */ 
}

}

#main-header{
  width: 1050px;
  height:330px;
  float:left;
}

#main-navigation{
	width: 1050px;
	height: 42px;
	float:left;
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#ffffff), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#666666 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#666666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	
	border-bottom: 1px solid #CECED1;
}

#headerbild{
	background:url(../images/headerbild3.png);
	background-repeat:no-repeat;
	width: 1050px;
	height: 287px;
	float:left;
}

#breadcrumb{
	width: 1050px;
	height: 42px;
color: #FFF;
	background: #251515;
	border-top: 1px solid #fff;
	float:left;
}

#section-wrapper{	
	width: 1050px;

	background: #FFF;
	opacity: 0.9;
	color: #FFF;
	
	background:url(../images/content.png);
	background-repeat: repeat-y;
	
	background: -moz-linear-gradient(left, #7e7e7e 0px, #7e7e7e 230px, #666666 230px, #666666 1050px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0px,#7e7e7e), color-stop(230px,#7e7e7e), color-stop(230px,#666666), color-stop(1050px,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #7e7e7e 0px,#7e7e7e 230px,#666666 230px,#666666 1050px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #7e7e7e 0px,#7e7e7e 230px,#666666 230px,#666666 1050px); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #7e7e7e 0px,#7e7e7e 230px,#666666 230px,#666666 1050px); /* IE10+ */
	background: linear-gradient(left, #7e7e7e 0px,#7e7e7e 230px,#666666 230px,#666666 1050px); /* W3C */
	
	float:left;
}

#sidebar{
	width: 230px;
	float:left;
	margin-top: 25px;
}

#content{
	width: 780px;
	padding: 20px;
	float:left;
}

footer{
	width: 1050px;
	height: 42px;
	background: #251515;
	border-top: 1px solid #fff;
	float:left;
}
	

/* ******************* MENUE AN DER SEITE ***********************
*****************************************************************/

#sidebar .menu{
	list-style-type: none;
	width: 230px;
}

#sidebar .menu li a{
	width: 230px;
	height: 36px;
	display: block;
	float:left;
	
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	text-indent: 30px;
	color: #FFF;
	text-decoration: none;
	
	text-shadow: 1px 1px 0px #000000;
	
	border-bottom: 1px dashed #CCCCCC;
	
	webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}


#sidebar .menu li a:hover{
	background: #CCCCCC;
	
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}

/* ***************** AUSKLAPPBARES MENUE *************************
*************************************************************** */

nav {
    width: 1050px;
}
nav ul {
    padding: 0px;
    margin: 0px;
}
nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
    nav ul,nav ul li{
    background-color: #71323a;

/* * Hintergrundfarbe des oberen Menues * */

}
    nav ul li {
    list-style: none;
    float:left;
}
nav ul li a {
    text-decoration: none;
    display: block;
    color: #333;
    padding: 14px 34px 14px 34px;
}
nav ul li:hover > ul {
    visibility: visible;
}
nav ul li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
    padding:0px;
}
nav ul li ul li{
    float: none;
}
nav ul li ul li a:hover{
    color: #333;
}

/* ******************* WEITERES DESIGN **************************
*************************************************************** */

nav ul {
    padding: 0px;
    margin: 0px;
 
    box-shadow: 2px 2px 2px #dfdfdf;
    -moz-box-shadow: 2px 2px 2px #dfdfdf;
    -webkit-box-shadow: 2px 2px 2px #dfdfdf;
}
nav ul li {
list-style: none;
    float:left;
    border-right: 1px solid #dfdfdf;
}
nav ul li a {
    text-decoration: none;
    display: block;
    color: #fff;

/* * Schriftfarbe im oberen Menue * */

    padding: 14px 34px 14px 34px;
 
    -webkit-transition: background 0.3s ease-out 0s;
    -moz-transition: background 0.3s ease-out 0s;
    -o-transition: background 0.3s ease-out 0s;
    transition: background 0.3s ease-out 0s;
}
nav ul li:hover a, nav ul li:hover > ul li a  {
    background-color: #809a1f;

/* * veränderte Hintergrundfarbe wenn man mit der Maus
     über das obere Menue geht * */

}
nav ul li.cat2:hover a, nav ul li.cat2:hover > ul li a  {
    background-color: #8CB302;
}
nav ul li.cat3:hover a, nav ul li.cat3:hover > ul li a {
    background-color: #008C74;
}
nav ul li.cat4:hover a, nav ul li.cat4:hover > ul li a {
    background-color: #004C66;
}
nav ul li.cat5:hover a, nav ul li.cat5:hover > ul li a {
    background-color: #332B40;
}
nav ul li:hover > a {
    color: #FAFAFA;
}
nav ul li ul li a {
    color: #FAFAFA;

/* * Textfarbe der einzelnen Menüpunkte * */

}
nav ul li ul li a:hover{
    color: #333;
    background-color: #809a1f !important;

/* * veränderte Hintergrundfarbe der einzelnen Menüpunkte
wenn man mit der Maus darüber geht * */

}