/*===========================================
	INFO

	AUTHOR
	----------------------
	BPS Bildungsportal Sachsen GmbH
	Dresdner Str. 76, D-09130 Chemnitz

	COLORS
	----------------------
	#666666	grey dark
	#eae9e9 grey light
	#e29844	orange
	#163d9e blue

=============================================*/

/* IMPORT BASIC */
@import url(../opal_new/layout.css);

a {color: #666;}
a:hover, a:focus, a:active {color: #e29844; text-decoration: none;}

/****************************
	HEADER
****************************/
.page-header {background-color: #eae9e9; border: none;}
.logo {background-image: none;}
.main-header {background-color: #fff; border-bottom: 2px solid #eae9e9;}

/****************************
	FOOTER
****************************/
.page-footer a {color: #e29844;}

/****************************
	NAVIGATION
****************************/
.page .nav-container, .page .nav-container + .clearfix {background-color: #eae9e9;}
.mobile .nav-container {background-color: #434343;}
.nav > li > a {color: #666;}
.nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active {color: #e29844;}

/****************************
	MENU
****************************/
.learn .menu .jstree-default .jstree-container-ul .jstree-children .jstree-children,
.course .menu .jstree-default .jstree-container-ul .jstree-children .jstree-children,
.group .menu .jstree-default .jstree-container-ul .jstree-children .jstree-children,
.jstree-node.efficiency-statement {border-top-color: #163d9e;}
.courses .menu .jstree-default .jstree-container-ul .jstree-children .jstree-children {border-top-color: #163d9e;}
