/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com) Custom Extension
 * Copyright 2014 Bambus Asia Imbiss Berlin
 * No License
 */

h5, h6 {
font-weight: 700;
}

blockquote {
font-style: italic;
}

.text-danger {
color: #990000;
}

.text-gloryfy-green {
color: #d4d700;
}

a.text-gloryfy-green:hover {
color: #ffffff;
text-decoration: none;
}

.klib-link {
color: #993300;
}

.klib-link:hover,
.klib-link:focus {
color: #336633;
}

.container-fluid-klib .small {
color: #663300;
}

.container-well {
background: #e8e8e8;
padding-top: 16px;
padding-bottom: 16px;
}

.container-fluid-bib-static {
padding-left: 0px;
padding-right: 0px;
padding-top: 16px;
background: #ffcc00;
}

.container-fluid-klib-static {
padding-left: 0px;
padding-right: 0px;
padding-top: 16px;
background: #efd9c4;
}

.container-fluid-bib {
padding-left: 0px;
padding-right: 0px;
padding-bottom: 16px;
background: #fefcea;
background: -moz-linear-gradient(45deg,  #fefcea 0%, #ffcc00 60%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#fefcea), color-stop(60%,#ffcc00));
background: -webkit-linear-gradient(45deg,  #fefcea 0%,#ffcc00 60%);
background: -o-linear-gradient(45deg,  #fefcea 0%,#ffcc00 60%);
background: -ms-linear-gradient(45deg,  #fefcea 0%,#ffcc00 60%);
background: linear-gradient(45deg,  #fefcea 0%,#ffcc00 60%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#ffcc00',GradientType=1 );
}

.container-fluid-klib {
color: #663300;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 16px;
background: #efd9c4;
background: -moz-linear-gradient(top,  #efd9c4 0%, #996633 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efd9c4), color-stop(100%,#996633));
background: -webkit-linear-gradient(top,  #efd9c4 0%,#996633 100%);
background: -o-linear-gradient(top,  #efd9c4 0%,#996633 100%);
background: -ms-linear-gradient(top,  #efd9c4 0%,#996633 100%);
background: linear-gradient(to bottom,  #efd9c4 0%,#996633 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd9c4', endColorstr='#996633',GradientType=0 );
}

.container-fluid-gloryfy {
padding-left: 0px;
padding-right: 0px;
padding-bottom: 16px;
background: #000000;
}

.container-fluid-bib h2,
.container-fluid-bib-static h2,
.container-fluid-klib h2 {
font-size: 36px;
}

.container-fluid-bib h3,
.container-fluid-bib-static h3,
.container-fluid-klib h3,
.container-fluid-klib-static h3 {
font-size: 30px;
}

.container-fluid-bib h4,
.container-fluid-bib-static h4,
.container-fluid-klib h4 {
color: #990000;
font-size: 30px;
}

.container-fluid-gloryfy h4 {
font-size: 30px;
}

.container-fluid-gloryfy h5 {
font-size: 18px;
}

.container-fluid-gloryfy p.lead {
color: #a5a5a5;
}

.container-fluid-gloryfy p {
color: #ffffff;
}

.container-fluid-gloryfy p small {
color: #999999;
}

.container-fluid-bib .dropdown-menu > li > a,
.container-fluid-bib-static .dropdown-menu > li > a {
color: #338833;
}

.container-fluid-klib .dropdown-menu > li > a,
.container-fluid-klib-static .dropdown-menu > li > a {
color: #336633;
}

.dl-horizontal-addr dt {
text-align: left;
width: 70px;
}

.dl-horizontal-addr dd {
margin-left: 30px;
}

.navbar-wrapper{
  position: fixed;
}

li.navbar-header,
.headline-sup {
font-size: 12px;
font-weight: 700;
color: #aaa;
text-transform: uppercase;
letter-spacing: 1px;
}

.nav-pills > li > a {
text-decoration: none;
background-color: #e3e3e3;
}

.container-fluid-bib .dropdown-menu > li > a:hover,
.container-fluid-bib-static .dropdown-menu > li > a:hover {
background: none;
color: #990000;
}

.container-fluid-bib .nav-pills > li > a,
.container-fluid-bib-static .nav-pills > li > a {
  color: #fefcea;
  background-color: #336633;
  text-decoration: none;
}

.container-fluid-bib .nav-pills > li > a:hover,
.container-fluid-bib-static .nav-pills > li > a:hover {
  background-color: #660000;
  color: #fefcea;
}

.container-fluid-bib .nav-pills > li > a:focus,
.container-fluid-bib-static .nav-pills > li > a:focus {
  color: #ffffff;
  background-color: #338833;
}

#brands-bib img, #brands-kib img, #brands-klib img {
-moz-transition: all 2.0s ease;
-webkit-transition: all 2.0s ease;
-ms-transition: all 2.0s ease;
-o-transition: all 2.0s ease;
transition: all 2.0s ease;
-webkit-filter: grayscale(100%) opacity(0.5);
filter: grayscale(100%) opacity(0.5);
filter: gray opacity(0.5);
filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

#brands-bib img:hover, #brands-kib img:hover, #brands-klib img:hover {
-moz-transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
-webkit-filter: grayscale(0%) opacity(1);
filter: grayscale(0%) opacity(1);
filter: gray opacity(1);
}

.img-sw {
-moz-transition: all 3.0s ease;
-webkit-transition: all 3.0s ease;
-ms-transition: all 3.0s ease;
-o-transition: all 3.0s ease;
transition: all 3.0s ease;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.img-sw:hover {
-moz-transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
filter: gray;
}
