<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* *****************************************************************************
// Projekt : Homepage "Institut glauben und leben" (UG haftungsbeschrÃ¤nkt)
// Datei   : bootstrap3.css
// Autor   : Egon Schulz
// Datum   : Mrz 2017
// Ã„nd.    : Css fÃ¼r die Formatierung des Bootstrap Accordeon-MenÃ¼s
//           Ordner:
//           [C:\xampp\htdocs\Joomla_3_3_6]\media\mod_bootstrap_accordionmenu\css 
//*************************************************************************** */

div.bootstrapAccordionMenu {
  padding: 5px 5px 5px 5px; 
  background-color: #B9D96E;  
  border: 1px; /* top right bottom left */
  border-color: #ffffff; 
  border-style: solid; 
  border-radius: 5px 5px 5px 5px; 
}

.bamLi a {
  color: #637FAC;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.bamLi a:hover {
  color: #AF2D00; 
  display: block;
  /* background-image: url(../../../images/igl/Bullit_Biene.gif); */
  /* padding-left: 25px; */
  /*  background-repeat: no-repeat; */
  /* background-position: 5px 2px; */
}

.bamLi a.active {
  font-weight: medium; 
  color: #666666; 
}

li.bamLi {
  padding: 5px 0px 5px 0px; /* top right bottom left */
  margin-left: 0px !important;
}

li.bamLi img {
  margin-left: 5px;
}

.bamUlParent {
  list-style: none;
  margin-left: 0px !important;
}

.bamUlChild {
  list-style: none;
  margin-left: 0px !important;
}

.bamMenu_1{
  background-color: #B9D96E; 
}

.bamMenu_2{
  background-color: #D0E59E;
}

.bamMenu_3{
  background-color: #EFF6DE;
}

div.bamDivider {
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
}</pre></body></html>