/**
 *	Allgemein
 */
.jumbotron h1 {
    font-size: 24pt;
}
.jumbotron {
	//background: url('../images/bg-page.jpg');
	background-color: #5599ff;
}
.navbar {
	margin-bottom: 0;
}
.navbar-inverse {
	//background-image: -webkit-linear-gradient(top left, #99c 0%, #336 100%); 
	//background-image: -moz-linear-gradient(right bottom, #99c 0%, #336 100%); 
	//background-image: -o-linear-gradient(#99c 0%, #336 100%); 
	//background-image: linear-gradient(#99c 0%, #336 100%);
	background-color: #000080;
}
.navbar-inverse .navbar-nav > li {
	//background-image: -webkit-linear-gradient(top left, #99c 0%, #336 100%); 
	//background-image: -moz-linear-gradient(right bottom, #99c 0%, #336 100%); 
	//background-image: -o-linear-gradient(#99c 0%, #336 100%); 
	//background-image: linear-gradient(#99c 0%, #336 100%);	
	font-size: 12pt;
	margin-right: 1px;
}


.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}

.navbar-inverse .navbar-nav > .active a{
	//background-image: -webkit-linear-gradient(top left, #99c 0%, #000 100%); 
	//background-image: -moz-linear-gradient(right bottom, #99c 0%, #000 100%); 
	//background-image: -o-linear-gradient(#99c 0%, #000 100%); 
	//background-image: linear-gradient(#99c 0%, #000 100%);
	background-color: #5599ff;	
}
.navbar-collapse {
	padding-left: 0px;
}
#footer {
    background-color: #F5F5F5;
    bottom: 0;
    height: 60px;
    position: absolute;
    width: 100%;
}
.container .text-muted {
    margin: 18px 0;
}
#qr {
	border: 2px solid #669;
}
#logo {
	margin-left: 0px;
}
#hdt {
	padding-top: 20px;
	color: #336;
}
.toggle1 {
	cursor: pointer;
}
.toggle2 {
	display: none;
}
.toggle2 {
	display: none;
}
.nobs li {
	float: none;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}