
/* close button sidebar */
.sidebar.left .btn {
	float: right;
	font-size: 2em;
	margin: -25px 15px;
	clear: left;
	background: transparent;
	padding: 0px 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;				
}
.sidebar.left .btn:hover {
	background: #f8f8ff;
}
.sidebar.left .btn:before  {
	font-family: 'FontAwesome';	
	content: "\f00d";	
	color: #c23d3d;
	margin-right: 2px;
	margin-left: 3px;
}

.sidebar.left {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    max-width: 75%;
    color: #474644;
	 background-color: white;
/*	 border-right: 6px solid #FFF; */ 
	 overflow: auto;    
}

.sidebar.right {
    top: 0;
    right: 0;
    bottom: 0;
    width: 270px;
    background: #448AFF;
}

.sidebar.bottom {
    left: 0;
    right: 0;
    bottom: 0;
    height: 270px;
    background: #03A9F4;
}

.sidebar.top {
    left: 0;
    right: 0;
    top: 0;
    height: 270px;
    background: #03A9F4;
}

.sidebar {
	z-index: 15;
/*    box-shadow: 0 0 5px rgba(0, 0, 0, 0.64); */
    position: fixed;
    font-size: 0.9em;
    font-family: Roboto,'Open Sans', sans-serif;
}

#inhalt-leftpanel {
	margin-bottom: 20px;
	padding: 0 24px;
}
#inhalt-leftpanel h1,
#inhalt-leftpanel h2,
#inhalt-leftpanel h3  {
    color: #3495BC;
    font-size: inherit;
}

/* Logo oben mit verlauf Hintergrund */
#logosidebar {
	display: block;
	padding: 11% 0;
	text-align: center;
}

/****************************************/
/* 641                                  */
/****************************************/	
@media only screen and (max-width: 641px) {
	.sidebar.left {
	/*	position: absolute; */
   /* 	padding-top: 65px; */
   /* 	height: 230%; */
}

/****************************************/
/* 321                                  */
/****************************************/	
@media only screen and (max-width: 321px) {
	.sidebar.left {
   	max-width: 83%;
}