@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #E9F0F4;
}

/* Header */
header {
	padding: 20px 0px 20px 0px;
}
#header_logo{
	max-height: 50px !important;
}
#logout img {
	width: 16px;
	opacity: 0.8;
}

/* Navigation */
nav {
	position: relative;
	padding: 10px 20px 40px 20px;
	color: #fff;
	background-color: #2e3641;
}
nav li {
	float: left;
	list-style: none;
}
nav li a {
	display: block;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 2px;
	cursor: pointer;
	color: #fff !important;
	transition: color .20s ease-in-out;
	-moz-transition: color .20s ease-in-out;
	-webkit-transition: color .20s ease-in-out;
}
nav li a:hover {
	color: #CCCCCC !important;
}
nav li a.active {
	font-weight: 700;
}
nav li li a.active {
	font-weight: 700;
}
.main {
	font-size: 15px;
}

/* Subnavi */
nav li ul {
	display: none;
	position: absolute;
	opacity: 0;
}
/* li's auf float: unset setzen ab bestimmter grösse */
@media screen and (max-width: 932px) {
	nav ul {
		display: flex;
		flex-direction: column;
	}
	nav li {
		float: none;
		display: block;
	}
	nav li a {
		padding-right: 8px;
	}
	nav li ul {
		position: unset;
	}
	nav li ul li {
		display: block;
		float: none;
	}
}
nav li:hover ul {
	display: block;
	opacity: 1;
}
nav li ul li {
	display: inline;
	float: left;
}
nav li ul li a {
	padding-top: 6px;
	padding-bottom: 15px;
}
.subnavi-active {
	display: block;
	opacity: 1;
}
.sub {
	font-size: 14px;
}

#filter_bar{
  width:100%;
	float: left;
}

.filter_tag{
	float: left;
  margin-right:15px;
  margin-top:7px;
  margin-bottom:7px;
  border: 1px solid #D9E4EC;
  padding: 7px 20px;
  text-align: center;
  font-size: 14px;
  cursor:pointer;
  color: #424242 !important;
  background-color: #F4F4F4;
}
.filter_tag:hover {
	background-color: #EDEDED;
}

.active_filter{
  border: 1px solid #818181;
  font-weight:bold;
  font-style:underline;
  cursor:default;
}

/* Main */
#main {
	min-height: 300px;
	margin-bottom: 20px;
}

.box-white {
	position: relative;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}

#userinfo {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 0px 15px 10px 0px;
	text-align: right;
}

/* Footer */
footer {
	color: #666666;
	font-size: 12px;
	margin-bottom: 0px !important;
}

/* Kursübersicht */
.kurs-row {
  float:left;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #D9E4EC;
}
.kurs-img-wrapper {
	padding-right: 15px;
}
.kurs-titelbild {
	width: 100%;
}
.kurs-titelbild-wrapper {
	width: 100%;
	/* height: 180px; */
	height: auto;
	min-height: 100px;
	max-height: 250px;
	overflow: hidden;
}
.kurs-titelbild-wrapper:hover {
	opacity: 0.8;
}
.kursuebersicht-progress-wrapper {
	width: 100%;
	height: 15px;
	margin-top: 10px;
	border: 1px solid #D9E4EC;
	font-size: 9px;
}
.kursuebersicht-progress {
	float: left;
	height: 100%;
	text-align: -webkit-right;
	background-color: #2ecc71;
}
.kursuebersicht-progress-percent{
	width: 100%;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	text-align: center;
}
.kurs-row h2 {
	width: calc(100% - 100px);
}
.kursuebersicht-datum {
	float: right;
}
.kursuebersicht-titel {
	float: left;
}
.kursuebersicht-titel a{
	color: #333333 !important;
}
.kursuebersicht-buttons {
	width: 100%;
}
.kursuebersicht-buttons td {
	height: 40px;
	vertical-align: center;
}
.kursuebersicht-buttons img {
	width: 28px;
}
.kursuebersicht-add {
	padding-top: 30px;
	height: 100%;
	background-color: #DDDDDD;
	text-align: center;
	font-size: 80px;
	color: #fff;
	cursor: pointer;
	transition: background-color .20s ease-in-out;
	-moz-transition: background-color .20s ease-in-out;
	-webkit-transition: background-color .20s ease-in-out;
}
.kursuebersicht-add:hover {
	background-color: #D3D3D3;
}
.version {
	font-size: 12px;
	margin-bottom: 5px;
}

/* ######################## */
/* Lernen - Ansicht im Kurs */
#lernen-header {
	position: relative;
	height: 91px;
	padding-left: 10px;
	min-width: unset;
}
#classroom-logo {
	float: left;
	max-width: 300px;
	max-height: 50px;
	cursor:pointer;
}
#kurstitel {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
}
#kurstitel img {
	width: 24px;
	margin-left: 10px;
	cursor: pointer;
}

#lernen {
	background-color: #fff;
}
#lernen-wrapper {
	display: table;	/* Problem: Navigation Links und Content Rechts sollen gleich hoch sein */
}
#lernen-content {
	position: relative;
	float: left;
	width: calc(100% - 300px);
	height: calc(100% - 91px);
	background-color: #fff;
	overflow-x:auto;
	display: table-cell; /* Problem: Navigation Links und Content Rechts sollen gleich hoch sein */
}
#lernen-content-admin {
	position: relative;
	float: left;
	width: calc(100% - 300px);
	display: table-cell; /* Problem: Navigation Links und Content Rechts sollen gleich hoch sein */
}
#lernen-content object {
  display: table;
}
#lernen-navi {
	float: left;
	width: 300px;
  top:0px;
	/* height: 600px; */
	background-color: #2e3641;
	color: #fff;
	display: table-cell; /* Problem: Navigation Links und Content Rechts sollen gleich hoch sein */
}
#lernstufe {
	padding: 10px 10px 2px 10px;
	border-bottom: 1px solid #262D35;
}
#lernstufe select {
	width: 100%;
	min-width: 100px;
	margin-top: 22px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #E9F0F4;
}
#lernstufe p {
	float: left;
	width: 80%;
	margin-top: 25px;
	font-size: 13px;
}
#reset-lernfortschritt {
	text-align: right;
}
#reset-lernfortschritt a {
	color: #3498db;
}
#lernstufe .edit {
	float: right;
	width: 20px;
	margin-top: 14px;
	cursor: pointer;
}
#kursinhalt-titel {
	font-size: 14px !important;
	font-weight: bold;
}
#exit {
	position: absolute;
	bottom: 17px;
	right: 10px;
}
#exit img {
	width: 20px;
	padding-left: 5px;
	opacity: 0.8;
}

#cr_logout {
	position: absolute;
	top: 17px;
	right: 10px;
}
#cr_logout img {
	width: 16px;
	opacity: 0.8;
	padding-left: 5px;
}
/* Lernen Navigation */
#lernen-navi a {
	color: #fff;
}
#lernen-navi li {
	position: relative;
}
.chapters a, .chapters span {
	display: block;
	width: 100%;
	padding: 10px 50px 10px 10px;
	background-color: #2e3641;
	border-bottom: 1px solid #262D35;
}
.chapters a:hover {
	background-color: #3A4452;
}
.chapters a.active {
	background-color: #3A4452;
	font-weight: 600;
}
.units a, .units span {
	display: block;
	width: 100%;
	padding: 10px 20px 10px 25px;
	background-color: #4B596B;
	border-bottom: 1px solid #445162;
}
.units a:hover {
	background-color: #536277;
}
.units a.active {
	background-color: #5d6f86;
	font-weight: 400;
}
.nav-disabled {
	background-color: #919191 !important;
	color: #606060;
	border-bottom: 1px solid #7f7f7f !important;
}
.chapter-disabled {
	background-color: #6a6a6a !important;
	color: #4a4a4a;
	border-bottom: 1px solid #5c5c5c !important;
}
.marker1 {
	position: absolute;
	width: 5px;
	height: 100%;
}
.marker1.active {
	background-color: #7E8EA5;
}
.marker1.done {
	background-color: #006600;
}
.marker2 {
	display: none;
	position: absolute;
	left: 0px;
	width: 5px;
	height: 100%;
	background-color: #00a60d;
}
.marker3 {
	display: none;
	position: absolute;
	left: 5px;
	width: 5px;
	height: 100%;
	background-color: #D5DAE1;
}
#lernen-navi li img {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	padding: 11px 10px 10px 10px;
	cursor: pointer;
}
#lernen-navi li img:hover {
	opacity: 0.7;
}
#add-navi {
	font-style: italic;
}
#add-navi a {
	display: block;
	width: 100%;
	padding: 10px 50px 10px 20px;
	background-color: #232932 !important;
}
#add-navi a:hover {
	background-color: #2e3641 !important;
}

#fullscreen {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background-color:#ffffff;
	opacity:0.5;
	padding: 5px 5px 0px 5px;
  	z-index:20;
}
#fullscreen img {
	width: 34px;
}
#fullscreen.fullscreen-icon2 {
	top: 102px;
}

#nextbutton {
	position: absolute;
	top: 10px;
	right: 70px;
	height:60px;
	cursor: pointer;
	padding-left:15px;
	padding-right:15px;
	background-color:#0080ff;
	text-align:center;
	line-height:60px;
	z-index:20 !important;
}
#nextbuttonChapter {
	position: absolute;
	top: 10px;
	right: 70px;
	height: 60px;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	background-color:#0080ff;
	text-align: center;
	line-height: 60px;
	z-index: 20 !important;
}
.nextbutton {
	height: 60px;
	cursor: pointer;
	padding-left:15px;
	padding-right:15px;
	background-color:#0080ff;
	text-align:center;
	z-index: 20 !important;
}
#nextbuttonMobile {
	display: none;
	position: fixed;
	height: 60px;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	background-color:#0080ff;
	color: #ffff;
	text-align: center;
	line-height: 60px;
	z-index: 2 !important;
}
#nextbuttonMobileChapter {
	display: block;
	position: relative;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;

	height: 60px;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	background-color:#0080ff;
	color: #ffff;
	text-align: center;
	line-height: 60px;
	z-index: 2 !important;
}

.max-height-100 {
	max-height: 99% !important;
}
#minimieren {
	display: none;
}
.edit-wrapper {
	padding: 20px;
	margin-bottom: 20px;
}
.chapter-wrapper {
	padding: 20px;
}
.chapter-wrapper input[type=text], .chapter-wrapper textarea, .chapter-wrapper .classyedit {
	width: 400px;
}
#chapter-image {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 360px;
}
#chapter-beschreibung {
	max-width: 900px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#chapter-titel {
	margin-top: 15px;
	padding-left: 20px;
}
.delete {
	min-width: 100px;
	padding: 8px 10px;
	margin-top: -2px;
	margin-bottom: -2px;
}
.delete img {
	width: 16px;
}
.list-button {
	min-width: 100px;
	padding: 8px 10px;
	margin-top: -2px;
	margin-bottom: -2px;
}
.container_select {
	margin-bottom: 0px;
}

.ui-dialog button {
	width: auto; 
	min-width: auto;
}

/* Tags --> */
.mapped_tag {
	float: left;
  margin-right:15px;
  border: 1px solid #2e3641;
  padding: 7px 20px;
  text-align: center;
  font-size: 14px;
}

/* ######################## */
/* Style Allgemein */
a, a:visited, .link {
	text-decoration: none;
	color: #3498db;
	cursor: pointer;
}
a:hover, link:hover {
	color: #2389CD;
}
h1 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
h2 {
	font-size: 16px;
	font-weight: 600;
}
h3 {
	font-size: 14px;
	font-weight: 600;
}
.light {
	color: #AEBABF;
}
input[type=text], input[type=email], input[type=password], input[type=number], select {
	min-width: 280px;
	margin-bottom: 10px;
	border: 1px solid #D9E4EC;
	padding: 7px 10px;
	font-size: 14px;
	color: #333333;
}
input[type=number]{
	min-width: 98px;
}
input[type=text]:active, input[type=password]:active {
	border: 1px solid #D1DFE9;
}
input[type=text]:focus, input[type=password]:focus {
	background-color: #F8FBFC;
	-webkit-box-shadow: inset 0 0 2px 2px rgba(233,240,244,0.6);
	-moz-box-shadow: inset 0 0 2px 2px rgba(233,240,244,0.6);
	box-shadow: inset 0 0 2px 2px rgba(233,240,244,0.6);
}
input[type=text]:read-only, input[type=email]:read-only {
	background-color: rgb(235, 235, 228);
	opacity: 0.7;
}
input[type=text]:-moz-read-only {
	background-color: rgb(235, 235, 228);
	opacity: 0.7;
}
input[type=checkbox] {
	margin-right: 5px;
	cursor: pointer;
}
select {
	padding: 6px 10px;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
input[type=radio] {
	margin-right: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
	cursor: pointer;
}
input[type=file] {
	margin-bottom: 12px;
	margin-top: 2px;
	cursor: pointer;
}
textarea, .classyedit {
	width: 400px;
	margin-bottom: 10px;
	border: 1px solid #D9E4EC;
	padding: 7px 10px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
}
/* Buttons */
button, input[type=submit], .button {
	min-width: 140px;
	font-size: 14px;
	padding: 7px 20px;
	color: #fff;
	text-align: center;
	border: 0;
	cursor: pointer;
}
.button:hover {
	opacity: 0.94;
}
.button:active {
	opacity: 1.0;
}
.button:disabled {
	opacity: 0.5;
	cursor: default;
}

.dark {
	background-color: #2e3641;
}
.dark:hover {
	background-color: #3E4857;
}
.blue {
	background-color: #3498db;
}
.blue:hover {
	background-color: #248BD0;
}
.orange {
	background-color: #f27935;
}
.orange:hover {
	background-color: #F06B24;
}
.green {
	background-color: #1fbba6;
}
.green:hover {
	background-color: #1DAF9D;
}
.c-green {
	color: #1fbba6;
}

/* Tabelle zur Textdarstellung */
.table {
	width: 100%;
}
.table th {
	padding: 10px 8px;
	background-color: #2e3641;
	color: #fff;
}
.table th[data-sort]{
	padding: 10px 8px;
	background-color: #2e3641;
	color: #fff;
    cursor:pointer;
}
.table td {
	padding: 10px 8px;
	border-bottom: 1px solid #D9E4EC;
	word-break: break-word;
	word-wrap: break-word;
	max-width: 200px;
}
.table tr:nth-child(odd) {
	background-color: #F3F3F3;
}
.table tr:hover {
	background-color: #EEEEEE;
}

/* Tabelle drehen */
#rotated-table-container{
	/*overflow: auto;*/
}
#rotated-table-container-right {
	overflow: auto;
}
.table-header-rotated tr:nth-child(odd) {
	background-color: #F3F3F3;
}
.table-header-rotated td[first]{
	width: 140px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	padding: 10px 8px;
	border-bottom: 1px solid #D9E4EC;
	text-align: left;
}
.table-header-rotated td{
	width: 50px;
	min-width: 45px;
	max-width: 140px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	vertical-align: middle;
	padding: 10px 8px;
	overflow: hidden;
	/* border-bottom: 1px solid #D9E4EC; */
}
.table-header-rotated td:last-child {
	border-left: 1px solid #BBBBBB;
}
.table-header-rotated tr:first-child td {
	border-bottom: 1px solid #BBBBBB;
}
.table-header-rotated tr:last-child td {
	border-bottom: 1px solid #DDDDDD;
}
.table-header-rotated th[first]{
	width: 140px;
	padding: 10px 8px;
	border-bottom: 1px solid #D9E4EC;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
}
.table-header-rotated tr[first]{
	background-color: white;
}
.table-header-rotated th.rotate-45{
	height: 80px;
	/*width: 40px;*/
	width: 90px;
	vertical-align: bottom;
	font-size: 14px;
	line-height: 0.8;
	background-color: #fff;
}
.table-header-rotated th.rotate-45 > div{
  position: relative;
  top: 0px;
  left: 40px;
  height: 100%;
  -ms-transform:skew(-45deg,0deg);
  -moz-transform:skew(-45deg,0deg);
  -webkit-transform:skew(-45deg,0deg);
  -o-transform:skew(-45deg,0deg);
  transform:skew(-45deg,0deg);
  overflow: hidden;
  border-left: 1px solid #dddddd;
}
.table-header-rotated th.rotate-45 span {
  -ms-transform:skew(45deg,0deg) rotate(315deg);
  -moz-transform:skew(45deg,0deg) rotate(315deg);
  -webkit-transform:skew(45deg,0deg) rotate(315deg);
  -o-transform:skew(45deg,0deg) rotate(315deg);
  transform:skew(45deg,0deg) rotate(315deg);
  position: absolute;
  bottom: 34px;
  left: -12px;
  display: inline-block;
  width: 85px;
  text-align: left;
}

/* Lernfortschritt */

#lerfortschritt_holder{
  display:block;
	width: 100%;
  overflow-x: visible;
  overflow-y: hidden;
}

#lernfortschritt {
  display:block;
	height: 100%;
	width: 100%;
	min-width: 820px;
	border-spacing: 0px;
  border-collapse: separate;
}
#lernfortschritt td, #lernfortschritt th {
	position: relative;
	border-bottom: 1px solid #d9e4ec;
}
#lernfortschritt th {
	height: 140px;
	padding-bottom: 5px;
	white-space: nowrap;
}
#lernfortschritt th > div {
  transform:
    /* Magic Numbers */
    translate(3px, 51px)
    /* 45 is really 360 - 45 */
    rotate(315deg);
  width: 23px;
}
#lernfortschritt th > div > span {

}
.lf-name {
	width: 200px;
}
.lf-unit {
	width: 20px;
	height: 22px;
	padding: 0px;
	border: 0px;
}
.unit-quadrat {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 11px;
	height: 11px;
	border: 1px solid #CCCCCC;
	background-color: #fff;
}
.lf-erste-zeile .lf-chapter .unit-quadrat {
	top: -8px;
	height: 25px;
	background-color: #444444;
}
.lf-erste-zeile .unit-quadrat {
	background-color: #BBBBBB;
}
.done {
	background-color: #2ecc71;
}

.notyetpassed {
	background-color: #ffdc73;
}

.notpublished {
	color: #ff5c26 !important;
}

.notpublished_select{
	background-color: #ff5c26 !important;
}

.unit-cross {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 23px;
	height: 23px;
}
.unit-cross td {
	width: 50%;
}
.unit-cross tr:first-child td:first-child {
	border-right: 1px solid #CCCCCC !important;
	border-bottom: 1px solid #CCCCCC !important;
}
.unit-cross tr:first-child td:nth-child(2) {
	border-bottom: 1px solid #CCCCCC !important;
}
.unit-cross tr:nth-child(2) td:first-child {
	border-right: 1px solid #CCCCCC !important;
}
#lernfortschritt .lf-chapter tr td:first-child {
	border-right: 1px solid #777777;
	border-right-color: #777777 !important;
	border-bottom-color: #CCCCCC;
}

#search {
	float: right;
	padding-left: 20px;
}
#search input {
	width: 180px;
	min-width: 180px;
	background-color: transparent;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: right 5px center;
	background-size: 18px;
}
.help {
	width: 18px;
	margin-bottom: -4px;
	cursor: help;
	opacity: 0.7;
}
#loader {
	display: none;
	position: fixed;
	top: 49%;
	left: 49%;
	width: 30px;
	opacity: 0.6;
}
/* Allgemein utilities */
.clear {
	clear: both;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.float-r {
	float: right;
}
.ta-r {
	text-align: right !important;
}
.ta-l {
	text-align: left !important;
}
.p-l-10 {
	padding-left: 10px;
}
.p-l-20 {
	padding-left: 20px;
}
.p-r-10 {
	padding-right: 10px;
}
.p-r-15 {
	padding-right: 15px;
}
.p-r-20 {
	padding-right: 20px;
}
.p-t-0 {
	padding-top: 0px !important;
}
.p-t-3 {
	padding-top: 3px !important;
}
.p-15 {
	padding: 15px;
}
.p-20 {
	padding: 20px;
}
.w-10 {
	width: 10px;
}
.w-18 {
	width: 18px;
}
.w-19 {
	width: 19px;
}
.w-40 {
	width: 40px;
}
.w-30 {
	width: 30px;
}
.w-80 {
	width: 80px;
}
.w-120 {
	width: 120px;
}
.w-150 {
	width: 150px;
}
.w-100 {
	width: 100px;
}
.w-160 {
	width: 160px;
}
.w-200 {
	width: 200px;
}
.w-300 {
	width: 300px;
}
.mw-80 {
	width: 80px;
}
.mw-170 {
	width: 170px;
}
.mw-100 {
	max-width: 100px;
}
.mw-200 {
	max-width: 200px;
}
.mw-300 {
	max-width: 300px;
}
.m-l-200 {
	margin-left: 200px;
}
.m-b-5 {
	margin-bottom: 5px;
}
.m-b-10 {
	margin-bottom: 10px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-t-10 {
	margin-top: 10px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-40 {
	margin-top: 40px;
}
.handle  {
	cursor: move;
}
.preview-img {
	max-height: 200px;
}
.form-label {
	float: left;
	min-width: 200px;
	padding-top: 7px;
}
.form-label-file {
	float: left;
	min-width: 200px;
	padding-top: 5px;
}
.form-label-file-import {
	float: left;
	min-width: 200px;
	padding-top: 5px;
	margin-left: 200px;
}
.formbutton {
	margin-left: 200px;
}
.login-remember {
	max-width: 280px;
	min-width: 146px;
	margin-left: 200px;
	margin-bottom: 5px;
	text-align: right;
}
.login-remember label {
	cursor: pointer;
}
#login-header-img {
	display: block;
	width: 100%;
}
.checkbox {
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
}
.checkboxen-wrapper {
	float: left;
	width: 280px;
}
.checkboxen-wrapper-course {
	position: relative;
	width: 280px;
	margin-left: 50px;
	border: 1px solid #D1DFE9;
	padding: 15px;
}
.checkboxen-wrapper-course h1 {
	position: absolute;
	top: -11px;
	left: 15px;
	display: inline;
    background: white;
	font-size: 14px;
}
.radio {
	margin-right: 20px;
	cursor: pointer;
}
.radio-wrapper {
	float: left;
	width: 200px;
}
.table-icon {
	margin-bottom: -4px;
	cursor: pointer;
	padding-right: 10px;
	opacity: 0.8;
}
.table-icon:hover {
	opacity: 0.6;
}
.table-w-1 {
	min-width: 60px;
	width: 15%;
}
.table-w-2 {
	min-width: 90px;
	width: 25%;
}
.float-l{
	float: left;
}
.notification {
	position: relative;
	margin-bottom: 20px;
	padding: 10px;
	color: #555555;
	background-color: #F0F3F4;
}
.notification p {
	padding-right: 30px;
}
.notification img {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 16px;
	margin-top: -8px;
	opacity: 0.2;
	cursor: pointer;
}
.error {
	padding: 10px;
	border: 1px solid #B30000 !important;
  margin-top:15px;
  margin-bottom:15px;
}
.error2 {
	border: 1px solid #B30000 !important;
}
.success {
	padding: 10px;
	border: 1px solid #27ae60;
  margin-top:15px;
  margin-bottom:15px;
}
#benutzer_zuweisen_table label {
	padding: 5px;
	cursor: pointer;
}
#benutzer_zuweisen_table td {
	height: 40px;
	padding: 5px 10px;
}
#benutzer_zuweisen_table td .limiter{
	display: block;
	height: 35px;
	overflow: hidden;
}
.checkbox-td {
	height: 40px !important;
	padding: 5px 10px !important;
}
.hidden {
	display: none;
}

.csv_vorlagentabelle td {
  border: 1px solid;
  padding: 3px;
}

/* Design */
#fav_link{

	margin-right: 10px;

}
#css-addition{

	margin-right: 10px;

}

.farbe {
	width: 40px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 40px;
	border: 1px solid #BBBBBB;
	cursor: pointer;
}
.farbe:hover {
	opacity: 0.8;
}
.farbe-active {
	border-width: 3px !important;
}
#design input {
  width: 100%;
	height: 40px;
	padding: 0px 10px;
	border: 1px solid #D9E4EC;
}

/* Statistic */
.statistic-status {
	position: relative;
}
.statistic-status img {
	width: 20px;
	margin-bottom: -5px;
}
.statistic-status span {
	padding-left: 10px;
}
.td-align-left{
	text-align:left;
}

/* News */
.news-row {
	position: relative;
	margin: 15px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #D9E4EC;
}
.news-date {
	font-size: 12px;
	margin-bottom: 5px;
}
.news-text {
	max-width: 800px;
}
.edit-news {
	position: absolute;
	top: 15px;
	right: 0px;
}
.delete-news {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	color: #B30000;
}

#video {
	max-height: 100%;
}

.youtube-container {
    position: relative;
    /* padding-bottom: 56.25%; */ /* 16:9 */
    height: 100%;
}
.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#hidenavi {
	display: none;
}

.pagination {
	display: flex;
	margin-top: 20px;
	float: right;
}

.pagination .page-elements {
	width: 40px;
	border: 1px solid #D9E4EC;
	display: flex;
}

.pagination .page-elements:hover,
.pagination .page-elements .activePage {
	background-color: #D9E4EC;
}

.pagination .page-elements a {
	text-align: center;
	width: 100%;
	height: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
}

.addAllCourseButton {
	display: inline; 
	cursor: pointer;
	padding: 0px 6px 2px 6px;
	background-color: #a9f5a8;
    margin-right: 4px;
}

.removeAllCourseButton {
	display: inline; 
	cursor: pointer;
	padding: 0px 6px 2px 6px;
	background-color: #f5a8a8;
    margin-right: 4px;
}

.close_nxt_btn {
	border-radius: 30px;
	position: absolute;
	float: right;
	background: red;
	color: white;
	top: -6px;
	right: -8px;
	max-width:25px;
	min-width: 25px;
	height: 25px;
	max-height:25px;
	padding: 4px;
	line-height: 17px;
	border: 1px solid;
}


/* ################################################################################################ */
/* Media Queries */

/* Kleiner als 1550px */
@media only screen and (max-width: 1550px) {
	#nextbuttonMobileChapter {
		display: block;
	}
	#nextbuttonChapter {
		display: none !important;
	}
}

/* Kleiner als 1300px */
@media screen and (max-width: 1300px) {
    #logout {
        margin-right: 15px;
    }
    #header_logo {
        margin-left: 15px;
    }
}

/* Kleiner als 932px */
@media only screen and (max-width: 932px) {

	header {
		padding: 10px 0px 10px 0px;
	}
	#userinfo {
		top: 12px;
	}
	nav {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	nav li:first-child a {
		padding-top: 0px;
	}
	nav li.sub:first-child a {
		padding-top: 6px;
	}
	#header_logo, #classroom-logo {
		max-height: 35px !important;
	}
	#kurstitel {
		display: none;
	}
	#lernen-header {
		height: 80px;
	}
	#cr_logout {
		top: 12px;
	}

	input[type=text], input[type=email], input[type=password], input[type=number], select {
		padding: 12px 12px;
		font-size: 16px;		
	}
	button, input[type=submit], .button {
		padding: 12px 20px;
		font-size: 16px;		
	}

	.box-white {
		padding: 20px 10px;
	}
	.formbutton {
		margin-left: 0px;
	}

	#hidenavi {
		left: 0px;
		color: #ffffff;
		cursor: pointer;
		padding: 12px 25px 12px 25px;
		top: 0px;
		display: block;
		position: relative;
		background-color: #5b6e83;
		width: 100%;
	}

	#filter_bar{
		float: none;
		width:auto;
	}
	#lernstufe p {
		width: 100%;
		margin-top: 5px;
	}
	#lernstufe select {
		max-width: 100%;
	}
	#lernen-navi {
		width: 100%;
	}
	#level_select {
		max-width: 300px;
		padding: 5px 5px !important;
		margin-top: 10px !important;
	}
	.kurs-img-wrapper {
		padding-right: 0px;
	}

	#save-user {
		margin-left: 0px !important;
	}

	#chapter-beschreibung {
		margin-bottom: 20px;
		padding-right: 20px;
	}

	#nextbuttonMobile {
		display: block;
		position: fixed;
		bottom: 10px;
		right: 10px;
	}
	#nextbutton {
		display: none !important;
	}

	#fullscreen.fullscreen-icon2 {
		top: 80px;
		right: 0px;
	}

	#login_string, #login_pass {
		/* padding: 12px 12px; */
		/* font-size: 16px; */
		width: 100%;
	}
	.submit-login {
		margin-top: 10px;
		/* padding: 12px 20px; */
		/* font-size: 16px; */
	}

	#kursuebersichtTable {
		width: 150px !important;
	}
	#kursuebersichtTable tr td:first-child {
		width: 150px;
	}
	#kursuebersicht #scrollbar1, #kursuebersicht #scrollbar2 {
		width: calc(100% - 150px) !important;
	}
	.kursuebersicht-status {
		width: 20px;
	}
	.kursuebersicht-percent {
		min-width: 50px;
		width: 50px;
	}
	.statistic-status span {
		padding-left: 0px;
	}
	.kursuebersicht-time {
		min-width: 50px;
		width: 50px;
	}
	.statistic-status img {
		width: 16px;
		margin-bottom: -3px;
	}

	.kurs-row .kurs-img-column {
		width: 40%;
		float: left;
		padding-right: 15px;
	}
	.kurs-row .kurs-text-column {
		width: 60%;
		float: left;
	}
	.kurs-row .kurs-button-column {
		width: 100%;
		float: left;
	}


} /* End max-width 932px */

/* Kleiner als 515px */
@media screen and (max-width: 515px) {
	#userinfo {
		top: 12px;
		font-size: 12px;
	}

    .login-remember {
        margin-left: 0px;
    }

	.kurs-row .kurs-img-column {
		width: auto;
		float: none;
		padding-right: 0px;
	}
	.kurs-row .kurs-text-column {
		width: auto;
		float: none;
		padding-right: 0px;
	}
	.kurs-row .kurs-button-column {
		width: auto;
		float: none;
		padding-right: 0px;
	}

}

/* Grösser als 1550px */
@media only screen and (min-width: 1550px) {
	#nextbuttonMobileChapter {
		display: none !important;
	}
}

/* Grösser als 932px */
@media only screen and (min-width: 932px) {
	#nextbuttonMobile {
		display: none !important;
	}
}