.nav-list > .active > a, 
.nav-list > .active > a:hover, 
.dropdown-menu li > a:hover, 
.dropdown-menu .active > a, 
.dropdown-menu .active > a:hover, 
.nav-pills > .active > a, 
.nav-pills > .active > a:hover, 
.btn-primary {
	background: transparent !important;
	color: #4754aa;	
}

.nav-list > .active > a, .nav-pills > .active > a{
  /*
  Aktives Element in Nav. unterstreichen

  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #4754aa;*/
}


a:after {
  content: ''; /* content ist leer... */
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #4754aa;
  transition: 0.4s linear;  
}

.nav-pills a:hover:after {
  width: 100%;
}

.nav-pills > .active
{
  border-bottom: 2px solid #4754aa; 
}

.nav-footer a:after{
  border: none;
}


.breadCrump
{
  background-color: white !important;
  
  margin: 0 0 0 25px;
  padding: 0;

}

h1 {
  font-size: 24px !important;
  color: #4754AA;
}

h2{
  color: #999999; 
}

.sb_pic{
  width: 80%;
  height: auto;
}

.uuFirstCol{
  margin-top: 30px;
  width: auto;
  float: left;
  max-width: 550px;
}

.navbar {
  /*nur mobile */
  position: absolute;
  left: 0px;  
  text-align: left;
  /*background-color: yellow;*/
  margin: 0 0 0 0;
}

.collapse li{
  background-color: #EAEAEA; 
  color: #4754aa;
}

.collapse li a:hover{
  /*background-color: #DBDBDB; */
  
  
}

.nav-collapse .nav > li.active > a {
  /* Blaue Schrift aktives Nav-elem*/
  color: #4754aa;
}

.navbar > a.btn:hover{
  /* Keine Transition unter 3-Strich Button mobile Navigation */
  
}

.uuSndCol{
  float: left;
  justify-content: center; 
  align-items: center;
}


@media screen and (max-width: 1112px){
  .header img {
    /* RH: LOGO*/
    width: 85%;
    margin-left: 150px;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .header img {
    /* RH: LOGO*/
    width: 85%;
    margin-left: 65px;
    height: auto;
  }
  .Col2{
    text-align: left !important;
  }
}

@media screen and  (max-width: 400px) {
  .header img {
    /* RH: LOGO*/
    width: 65%;
    height: auto;
  }
  .navbar {
    /*nur mobile */
    margin: -20px 0 0 0;
  }
  
  .uuSndCol img{
    max-width: 100%;
  }
}

.Col1, .Col2, .Col3, .Col4{
  float: left;
  padding: 0 20px 0 0;
  padding-top: 30px;
  
}

.Col1{
  width: auto;
  max-width: 250px;
}
.Col2{
  text-align: right;
}
.Col3{
  font-size: 20px; 
  font-family: 'andale mono', monospace; 
  color: #999999;
  margin-top:65px;
}

.Col2All{
  float: left;
  width: 70%
  background-color: yellow;
}

.newRow{
  clear: both;
  padding-top: 30px;
}





