/**
 * @author			Jens Bartel
 * @package     	Joomla.Site
 * @subpackage  	Templates.GUK-Blomberg Style
 * @creator			Oliver Schoppe
 * @link			http://computer-schoppe.de
 * @email			info@computer-schoppe.de
 * 
 * @copyright   	Oliver Schoppe
 * @license     	GNU General Public License version 1 or see license.txt
 *
 *HTML5 Mustertemplate
 *Copyright (C) 2025 Oliver Schoppe
 */


 *{
 	margin: 0px;
 	padding: 0px; 
 }
/****************** Allgem. Beschreibungen ********************
*************************************************************/
 
html body{
	
	background-image: url(../images/GUK_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-color: #8BF;
}
/*************************** TYPO ***********************************
********************************************************************/
body{
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #000;
}
h1{
	font-family: arial, sans-serif;
	font-size: 70px;
	text-align: left;
	font-weight: bold;
	color: #000;
	text-shadow: 3px 3px 4px #808080;
}

h2{
	font-family: arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3984d7;
	text-shadow: 1px 1px 0px #DDD;
}

h3{
	font-family: arial, sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	color: #000;
	text-shadow: 1px 1px 0px #ccc;
}
p{
  	font-family: arial, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	color: #000;
}

#breadcrumb li a{
  	
  	line-height: 30px;
  	font-family: arial, sans-serif;
	font-weight: bold;
  	font-size: 11px;
	color: #000;
	text-decoration: none;
}

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

/****************** Layout Header Beschreibungen ********************
********************************************************************/

#main-wrapper{
	width:1050px;
  	/*min-height: 600px;*/ 
  	height: auto;
	margin: 0px auto;
  	margin-top: 30px;  	
  	/*padding-bottom: 40px;*/
	background-color: rgba(255, 255, 255, 0.9) !important;
  	/*border: 1px solid #000;*/
}

#main-header{
	width: 1050px;
	height: auto;
	
  	border-top: 6px solid #000;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
  	clear: both;
  	/*background-color: rgba(123, 50, 50, 0.3);*/
}

#main-navigation{
	width: 1025px;
	margin-left: 25px;
	/*background: rgba(150, 150, 150, 0.3);*/
  	display: box;
  	font-weight: bold;
	font-family: 'Arial', 'Lucida Sans Unicode', sans-serif;
	font-size: 14px;
	float: left;
}

#headerbild{
	width: 1010px;
	height: 190px;
	background-size: contain;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-clip: content-box;
	background-position: center;
	padding-top: 5px;
	padding-bottom: 0px;	
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

#headerbild h1{
	width: 450px;
	height: 60px;
	/*position: relative;*/	
	float: left;
}

#headerbild img{
	width: 30%;	
	height: 100%;
	float: right;
}

#breadcrumb{
	width: 1030px;
	height: 30px;
	padding-left: 20px;
  	padding-bottom: 5px;
	/*background-color: rgba(255, 255, 255, 0.9);*/	
	/*float: left;*/
  	clear: both;
}

#breadcrumb li{
  	
  	line-height: 30px;
  	font-family: arial, sans-serif;
	font-weight: bold;
  	font-size: 11px;
	color: #000;
	text-decoration: none;
  	list-style-type: none;
  	float: left;
}


/****************** Layout - Inhaltsbeschreibung *****************
*****************************************************************/


#content-wrapper{
	width: 1050px;
	
  	background-color: rgba(255, 255, 255, 0.9);
  	/*border: 1px solid #000;*/
	float: left;
}

#sidebar{
	width: 236px;
	margin-top: 20px;	
	border-left: 4px solid #000;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px; 	
	padding-left: 10px;
	float: left;
}

#content{
  	padding-right: 30px;
	width: 770px;
	float: left;
}

/*************************** Fußnote *****************************
*****************************************************************/

footer{
	width: 1050px;
	height: 50px;
	
	float: left;
	margin-bottom: 60px;
	background-color: rgba(255, 255, 255, 1);
}
/************************* Navigation ****************************
*****************************************************************/
#main-navigation .menu{
	width: 1050px;
	list-style-type: none;
} 

#main-navigation .menu li a{ 
		
	width: 120px;
	height: 60px;
	display: block;
	
	/*background-color: rgba(0, 0, 0, 0.9);*/
	-webkit-transition: all 600ms ease-in;
	-moz-transition: all 600ms ease-in;
	-ms-transition: all 600ms ease-in;
	-o-transition: all 600ms ease-in;
	transition: all 600ms ease-in;				
	
	text-align: center;
	color: #666;
	text-decoration: none;
	line-height: 60px;
	float: left;		
}

#main-navigation .menu li a:hover{ 
	background-color: #3984d7;
	background-clip: border-box;
	-webkit-transition: all 600ms ease-in;
	-moz-transition: all 600ms ease-in;
	-ms-transition: all 600ms ease-in;	
	-o-transition: all 600ms ease-in;
	transition: all 600ms ease-in;
	color: #FFF;	
}

#main-navigation .menu li.current.active>a{ 
	background-color: #3984d7;
	background-clip: border-box;
	color: #FFF;
}

/*********************** Sub-Navigation **************************
*****************************************************************/
#sidebar .menu{
	width: 236px;
	list-style-type: none;
	
}

#sidebar .menu li a{
	width: 200px;
	height: 36px;
	display: block;
	
	border-bottom: 2px solid #666;
	background-color: rgba(255, 255, 255, 0.0);
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	
	font-weight: normal; 
	font-family: 'Arial', 'Lucida Sans Unicode', sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	line-height: 36px;
			
}

#sidebar .menu li:last-child a{
	border-bottom: none;
}

#sidebar .menu li a:hover{
	background-color: #3984d7;
	color: #FFF;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

#sidebar .menu li.current.active>a{
	background-color: #3984d7;
	color: #FFF;
  	/*-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;*/
}

/*+++++++++++++++++++++ Kategorie-Kind in Sidebar ++++++++++++++++++++++*/

#sidebar .menu ul {

	/*width: 180px;
	height: 36px;
	display: block;*/
	margin-left: 15px;
  
	border-bottom: 1px solid #666;
	background-color: rgba(255, 255, 255, 0.0);
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}


#sidebar form{
  margin-top: 6px;
  border-top: 2px solid #666;
}

#sidebar div{
  margin-top: 5px;
}