body {
    background: rgb(226,209,165);
    
    background: linear-gradient(180deg, rgba(226,209,165,0.9668067910758054) 25%, rgba(58,86,158,0.9808123933167017) 67%);
    
    
    /*background: rgb(243,243,243);
    background: radial-gradient(circle, rgba(243,243,243,1) 17%, rgba(58,86,158,0.9808123933167017) 81%);*/
    
    /*background-image: url("../../../images/background/bg_stifte.jpg");
    background-repeat: repeat;
    background-position: bottom 120%;*/
    
    /*background-image: url("../../../images/background/bg_stifte_trans.jpg");
    background-repeat: repeat;
    background-position: bottom 120%;*/

    /*background-image: url("../../../images/background/bg_gelb.jpg");
    background-repeat: repeat;
    background-position: top 100%;*/
}

/*Änderungen in der Navigation:
nav-pills: */
.nav-pills > li > a {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: -1px;
	margin-bottom: -1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    font-size: 15px;
    font-weight: bold;
    padding-right: 30px;
  	padding-left: 30px;
}

.nav.menu.nav-pills {
	background-color: #e3e3e3;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    background-image: linear-gradient(#e3e3e3 25%, #e2d1a5);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);   
}
/*.nav.menu.nav-pills {
	background-color: #1f64a5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;  
}*/


.navigation .nav-child {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 20px 0;
	margin: 2px 0 0;
	/*list-style: none;*/
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	/*-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;*/
}

.navigation .nav-child a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}

.navigation ul.nav-child li a:hover {
    background: rgb(69,101,184);
    background: linear-gradient(180deg, rgba(69,101,184,1) 17%, rgba(58,86,158,0.9808123933167017) 81%);
}
.profile .btn-toolbar,
.profile-edit {
   display: none;
}
.member-profile {
  display: none;
}