.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:120px; 
  border-bottom:1px solid #001; 
  box-shadow: 0px 0px 8px rgba(10, 10, 10, 0.75);
 }

.GradientRed
 {
  border-top:0px solid #f11;
  box-shadow: 0px 0px 5px #001;
  background: linear-gradient(to top, #500 0%, #a22 100%); /* ROTES GRADIENT W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */   
 }
.GradientBlack
 {
  background: linear-gradient(to bottom, #223 0%, #001 100%); /* ROTES GRADIENT W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */   
 }
 
h85
 {
  font-family: 'Kanit', sans-serif;
  font-weight: 900;
  font-variant:small-caps;
  font-style: italic;
  font-size:25px;
  font-weight:900;
  line-height:1.0;
  letter-spacing: 2px;
  text-shadow: 1px 1px 4px #001;
  color:#b22;                 
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.5px; 
  width:100%;
  float:left; 
  padding-left:20px;
  margin-top:10px;           
}
h86
 {
  font-family: 'Kanit', sans-serif;
  font-weight: 900;
  font-variant:small-caps;
  font-style: italic;
  font-size:48px;
  font-weight:900;
  line-height:1.0;
  letter-spacing: 2px;
  text-shadow: 2px -2px 4px #001;
  color:#e4e4ff;                 
  -webkit-text-stroke-color: #b22;
  -webkit-text-stroke-width: 2px; 
  width:100%;
  float:left; 
  margin-top:-16px;           
}
 
h88
 {
  font-family: 'Kanit', sans-serif;
  font-weight: 900;
  font-variant:small-caps;
  font-style: italic;
  font-size:48px;
  font-weight:900;
  line-height:1.0;
  letter-spacing: 2px;
  text-shadow: 1px 1px 4px #001;
  color:#337;                 
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.5px; 
  width:100%;
  float:left;            
}
h87
 {
  font-family: 'Kanit', sans-serif;
  font-weight: 900;
  font-variant:small-caps;
  font-size:30px;
  font-weight:900;
  line-height:1.0;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.5px; 
  text-shadow: 1px 1px 4px #001;
  color:red;     
  width:100%;
  float:left;            
}
 
 
.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:40px;
  line-height:40px;
  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;
  text-shadow: 1px 1px 2px #001;
  
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus
 {
  color: #fff;
  background: linear-gradient( to bottom, #a11 0%, #6d0019 100%);
  background: #500;
  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;
}


.like-nav-link
 {
  background: transparent;
  height:40px;
  line-height:40px;
  border-radius:0px;
  border:1px solid transparent;
  border-top:0px solid #b33;
  border-bottom:0px solid #b33;
  padding: 0px 15px;

  color:white;
  transition: all 0.5s;
  webkit-transition: all 0.5s;
  text-shadow: 1px 1px 2px #001;
  
 }
.like-nav-link:hover
 {
  background: #500;
  color:white;
  cursor:pointer;
 }
 
 
 

