/* Sidebar */

/* Make Sidebar sticky */
.sidebar_right {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.sidebar  {
	padding-top: 10px;
	padding-left: 10px;
	position: -webkit-sticky;
	position: sticky;
	top: 90px;
	align-self: flex-end;
	max-width: 25% !important;
}


/* Additional Sidebar-Styles */

.sidebar * ul > li {
	padding: 10px;
}

.sidebar * a:hover {
	text-decoration: none;
}

.sidebar * .toggle_content {
	padding: 0px;
}
.inner_sidebar {
	margin-left: 0px;
}
.custom_sidebar_entrylink {
}
.custom_sidebar_entry {
	margin: 5px;
	padding: 5px;
}
.custom_sidebar_entry:hover {
	background-color: #eeeeee !important;
	color: #5c6771;	
}

.custom_sidebar_subtitle {
	line-height: 16px;
}
.custom_sidebar_title {
	margin-bottom: -8px;
}

/* Sidebar Image next to courser when hover */
#SidebarImageElement {
	display: none;
	position: fixed;
	max-width: 250px;
	box-shadow: 0px 0px 9px 0px rgb(159 156 191);
	z-index: 100;
}



.sidebar * .toggler:hover {
	color: #C7074D;
}
.sidebar * .activeTitle {
}