/* 
    Document   : kb
    Created on : 17.04.2015, 12:14:29
    Author     : kaibielinski
    Description: Customize Bootstrap Theme
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


  /* Offene Punkte:

  */

/* set a max-width for horizontal fluid layout and make it centered */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1800px; /* or 950px */
}
  

.page-header {
  border-radius: 4px;
}

.img-header {
  border: 0;
   border-radius: 4px;
}

.fixed-bottom {
      margin-bottom: 10px;
  
}


/*********************************
* Absatzformatierung
*********************************/

.setup {
  display:none   /*not visible*/
}

.home, .teaser {
  /*Class must be "teaser"*/
    color: rgb(249, 157, 29);
    font-size: 120%;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

h1 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: rgba(0,0,0,.55);
}


h2 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: rgba(0,0,0,.55);
}

h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: rgba(0,0,0,.55);
}


p {
    line-height: 1.5em;
    margin: 0 0 1em;
}



/*********************************
 Header Navigation
*********************************/

.navbar {
    margin-bottom: 0.25em;
    padding: 0em;}

.navbar .navbar-nav > li > a {
    text-decoration: none;
    display: block;
    
    margin:0.0em;
    padding: 0.75em; /* Navigation Einzeln!*/
    border-radius: 4px;
    position: relative;
    color: #111;
    
    background-color: #f8f8f8;    
}

.navbar .navbar-nav > li > a:hover {
    background-color: #c0c0c0;
    min-height: 0px;
}

.navbar-brand {
    margin-right: 0.0em;
}

.navbar-brand > a {
    border-radius: 4px;
    text-decoration: none;
    padding: 0.5em;
    margin-right:0.25;
}

.navbar-brand > a:hover {
    background-color: #c0c0c0;
}


.navbar-defaultx .navbar-collapse, .navbar-defaultx .navbar-formx {
    margin-top: auto;
    border: 0 none;
    border-color: #f8f8f8;
    min-height: 0px;
}



/*********************************
* Linke Navigation 
**********************************/

.nav > li > a:hover {
    background-color: #c0c0c0;
}

.nav > li > a {
    text-decoration: none;
    display: block;
    padding: 0.5em 0.5em;
    
    margin-top: 0.25em;
    border-radius: 4px;
    position: relative;
   
    color: rgba(0,0,0,.55);

    background-color: #f8f8f8;
}



.alert {
 
    margin-right: auto;
    margin-left: auto;
    max-width: 1800px; /* or 950px */
}

legend {
    font-size: 14px;
    font-weight: bold;
}

label {
  font-weight: normal;
}


.footer  {padding: 10px;}
