/* 
Angepasstes Menü
für Joomla Protostar-Template 
Thomas Baumeister 2016


Anleitung: 

1. Index.php, menue.css einbinden
2. erste_ebene als Modulklassensuffix unter Module/ Menü/ z.B. Hauptmenü !!mit Leerzeichen!! davor eintragen. 
3. mod_menu als Override anlegen- Zeile 91 ergänzen mit "zweite_ebene"

*/


.row-fluid	 {
	
	margin-top: 20px;
	
	
}

.well {
	border: 1px solid #f5f5f5;
	background-color: #fff;
	
	
}


.erste_ebene li{
	
	line-height: 30px;
	border-bottom: 0px solid #eee;
	
}
	
	
.erste_ebene li a {
	padding-left: 8px;
	color: #424242;
}


.erste_ebene li a:hover, li a:focus {
	 
	background-color: #eee;
	background: url(../images/arrow2_grey.png) no-repeat 200px  #eee;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
	color: #08088A;
	

 }

 .erste_ebene li:hover, li:focus {
	 
	border: 0px;
 }
 
.zweite_ebene li {
	display: block;
	padding-left: 10px;
	border-bottom: 0px;
	line-height:22px;
	
 }

 .zweite_ebene li  a{

	font-size: 12px;
 }

.zweite_ebene li:hover, li:focus {
	 
background-color: #F6FAF6;
background: url(../images/arrow2_grey.png) no-repeat 200px center #eee;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;

 }
 
.zweite_ebene li a:hover, li a:focus {
	 
text-decoration: none;
}

ul.category-module.news {
    margin: 0 0 1px 7px;
}

.news li {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ddd;
    margin-left: -4px;
    list-style-image: url(../images/arrow2_grey.png);
}

.news  a:hover, a:active, a:focus {
    background: #cbcbcb;
    color: #FFF;
    text-decoration: none;
}

a.mod-articles-category-title  {
  color: #777;
  font-size: 1.0em;
  font-weight: bold;
}

.nav-tabs > li > a {
        text-transform: uppercase;
}

.site-title {
    font-size: 30px;
    line-height: 48px;
    font-weight: bold;
}