.navbar-fixed-top 
 {
  max-height: 340px;
 }

.navbar-fixed-top
 {
  position: fixed;
  top:0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top
 {
  border-width: 0px;
}

.navbar-default-scroll-bg
 {
  position:absolute;
  width:100%;
  height:140px; 
 }

.GradientGreen
 {
  background: linear-gradient(to bottom, green 0%, #020 100%); /* ROTES GRADIENT W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */   
 }
.GradientGreen2
 {
  background: linear-gradient(to top, orange 0%, yellow 100%); /* ROTES GRADIENT W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */   
 }

.AndShadow
 {
  box-shadow: 0px 2px 4px rgba(10, 10, 10, 1.5);
 }
 
  
h88
 {
  font-family: 'Kanit', sans-serif;
  font-weight: 900;
  font-size:44px;
  line-height: 60px;
  color:#454545;
  color: #fff;
  -webkit-text-stroke: 0.5px rgba(0, 0, 0, .690);
  -webkit-text-stroke: 1.5px #200;

  letter-spacing:1px;
  position:relative;
  left:10px;
  top:0px;
}
.h88underline
 {
  color: #fff;
  font-size:8px;
  line-height:1.0;
  position:relative;
  letter-spacing:1.0px;
  left:22px;
  text-shadow: 1px 1px 2px #001;
 }
 
 
.LigaAuswahl
{
 border:1px dotted silver;
 padding:20px;
} 


.LigaAuswahl a
{
 color:#bbb;
 font-weight:normal;
 font-variant:small-caps;
 outline: 0;
 margin-right:10px;
} 

.LigaAuswahl a:active
{
 background:green;
 outline: 0;
} 
.LigaAuswahl a:hover
{
 outline: 0;
} 

.nav-item
 {

 }

.nav-item::active
 {
 }


.nav-pills > li
 {
  float: left;
  
}
.nav-pills > li > a 
{
  background: transparent;
  height:45px;
  line-height:45px;
  text-shadow: 0px 0px 0px;
  border-radius:0px;
  border:1px solid transparent;
  border-top:0px solid #b33;
  border-bottom:0px solid #b33;
  padding: 0px 15px;

  transition: all 0.5s;
  webkit-transition: all 0.5s;
  
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus
 {
  color: #ffffff;
  background: linear-gradient( to bottom, #a90329 0%, #6d0019 100%);
  background: #911;
  border-color:transparent;
 }


.nav-pills > li > a:hover
 {
  text-decoration: none;
  background: #a11;
  border:1px solid transparent;
  border-top:0px solid #b33;
  border-bottom:0px solid #b33;
}



 .DasBrandingfeld
 {
  width:50%;
 }
 .DasAuswahlfeld
 {
  width:50%;
 }




