/*===========================================
	INFO

	AUTHOR
	----------------------
	BPS Bildungsportal Sachsen GmbH
	Bahnhofstr. 6, D-09111 Chemnitz

=============================================*/

/*@import url(awi-course-inno.css);*/
@import url(awi-course-lie.css);

/**************
	FONTS
**************/
@font-face {
    font-family: 'roboto';
    src: url('fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_light';
    src: url('fonts/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.course-preview .nav .active.dynamic-tab, .course-preview .main-header, .course-preview .menu, .course-preview .content-container-inner, .course-preview .main-header .box-access
{
background-color: #ffffff; 
}

body {font-size: 95%; color: #000; font-family: 'roboto_light',"Helvetica Neue",Helvetica,Arial,sans-serif;}
h1, h2, h3, h4, h5, h6 {font-family: 'roboto',"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: normal;}

.ui-widget-content a,
.btn,
.ui-dialog-buttonset .ui-button,
.ui-dialog-buttonset .ui-button:hover, .ui-dialog-buttonset .ui-button:focus, .ui-dialog-buttonset .ui-button:active,
.artefact-edit .tag-editor .tag-editor-tag.active,
.content-preview-horizontal .content-preview-img .fonticon,
.box-beta {color: #000;}

a:hover, a:focus, a:active,
.btn:hover, .btn:focus, .btn:active {color: #606060;}

.badge.highlight,
.box-highlight,
.tag,
.artefact-edit .tag-editor .tag-editor-delete,
.btn-highlight,
.page .mobile-page-header,
.nav-container, .nav-container + .clearfix,
.ui-dialog .ui-dialog-titlebar {background-color: #606060;}

.btn-highlight:hover, .btn-highlight:focus, .btn-highlight:active,
.page .menu-btn, .page .menu-btn:hover, .page .menu-btn:focus, .page .menu-btn:active,
.portlet .badge {background-color: #606060;}

.btn-highlight {border-color: #606060;}

.menu .jstree-default .jstree-container-ul .jstree-children .jstree-children,
.jstree-node.calendar, .jstree-node.efficiency-statement, .jstree-node.glossary,
.ui-dialog .ui-dialog-buttonpane, .ui-dialog .btn-container,
.menu .jstree-default .jstree-container-ul .jstree-node>.jstree-children {border-top-color: #606060;}


.mobile .mainnav > li > a,
.mobile .subnav > li > a {border-left-color: #606060;}

legend {border-bottom-color: #606060;}

/* WHITE */
.btn-highlight,
.btn-highlight:hover, .btn-highlight:focus, .btn-highlight:active {color: #fff;}

/****************************
	HEADER
*****************************/
.page-header {background: transparent;}
.page-header h1 {line-height: 1em;}
.header-functions-user .header-functions-search {display: none;}
.logo:after {content: " ";}

/****************************
	NAVIGATION
****************************
.nav-container {display: none;}
.mobile .nav-container {display: block;} <--- pwab: Navigationsleiste! */

/****************************
	FOOTER
*****************************/
.page-footer,
.login.page-footer {background: transparent;}

/****************************
	CONTENT
*****************************/
//.page {background: url("course-back.jpg") repeat;}
section[role=main] {padding-bottom: .5em; background-color: rgba(255,255,255,0.75);}
.course section[role=main] {background-color: transparent;}

.main-header {background-color: #fff; border: none;}
.main-header h2 {margin: .5em 0; font-size: 1.5em;}
.resource-header .main-header {background-color: #fff;}
.resource-header .main-header h2 {margin: .5em 0; font-size: 1.2em;}

.logo {width: 500px;} /*background-image: none;} <--- pwab: OPAL Symbol on top!*/
.logo-container h1 {display: none;}

.btn-group.help,
.main-header-additional .additional-right .dropdown {display: none;}

.forum-post {background-color: #fff;}

.box-info,
.post-date,
.table-header,
.forum-post.new>.post-header,
.forum-post.new>.post-header a {color: #fff;}

.forum-post.new>.post-header .dropdown-menu a {color: #333;}

/****************************
	COURSE
*****************************/
.menu-course,
.menu-groups,
.course .content-container .content-container {padding: .3em; background-color: #fff;}
.course .resource-details,
.box-assess-extended .box-assess,
.course-toc-entry {background-color: #fff;}
.course .content-container .root {background-color: transparent;}

.course-toc-entry, .resource-details {border: none;}

table.projektschau
{
border: none;
border-collapse: collapse;
padding: 10px;
width:100%;
}
table.projektschau tr td
{
padding:10px;
width:50%;
vertical-align:middle;
}
table.projektschau tr td img
{
width: 60%;
height: auto;
}
table.projektschau tr td p
{
width: 80%;
margin: auto;
}