/* fonts */
@font-face {
	font-family: 'FoundryFormSans-Book';
	src: url('../fonts/FoundryFormSans-Book_gdi.eot');
	src: url('../fonts/FoundryFormSans-Book_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/FoundryFormSans-Book_gdi.woff') format('woff'), url('../fonts/FoundryFormSans-Book_gdi.ttf') format('truetype'), url('../fonts/FoundryFormSans-Book_gdi.svg#FoundryFormSans-Book') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-25CA;
}
@font-face {
	font-family: 'FoundryFormSans-Medium';
	src: url('../fonts/FoundryFormSans-Medium_gdi.eot');
	src: url('../fonts/FoundryFormSans-Medium_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/FoundryFormSans-Medium_gdi.woff') format('woff'), url('../fonts/FoundryFormSans-Medium_gdi.ttf') format('truetype'), url('../fonts/FoundryFormSans-Medium_gdi.svg#FoundryFormSans-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-25CA;
}
@font-face {
	font-family: 'FoundryFormSans-Demi';
	src: url('../fonts/FoundryFormSans-Demi_gdi.eot');
	src: url('../fonts/FoundryFormSans-Demi_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/FoundryFormSans-Demi_gdi.woff') format('woff'), url('../fonts/FoundryFormSans-Demi_gdi.ttf') format('truetype'), url('../fonts/FoundryFormSans-Demi_gdi.svg#FoundryFormSans-Demi') format('svg');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-25CA;
}
@font-face {
	font-family: 'FoundryFormSans-Bold';
	src: url('../fonts/FoundryFormSans-Bold_gdi.eot');
	src: url('../fonts/FoundryFormSans-Bold_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/FoundryFormSans-Bold_gdi.woff') format('woff'), url('../fonts/FoundryFormSans-Bold_gdi.ttf') format('truetype'), url('../fonts/FoundryFormSans-Bold_gdi.svg#FoundryFormSans-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-25CA;
}
/* reset */
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html { -webkit-font-smoothing: antialiased; }
header, footer, section, aside, nav, main, article {
	display: block;
}
body {
	background-color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-family: 'FoundryFormSans-Book', Arial, SunSans-Regular, Sans-Serif;
	color: #706f6f;
	overflow-y:scroll;
}
a {
	color: #706f6f;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:visited {
	color: #706f6f;
}
a:hover {
	color: #666;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:active {
	color: #000000;
}
.startbox-a:hover {
	opacity: 1;	
}
p {
	padding: 0 0 20px;
	line-height: 20px;
}
h1 {
	font-family: 'FoundryFormSans-Demi', Arial, SunSans-Regular, Sans-Serif;
	color: #a2a2a2;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e4e4e4;
}
h2 {
	font-family: 'FoundryFormSans-Demi', Arial, SunSans-Regular, Sans-Serif;
	color: #a2a2a2;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	margin: 17px 0 20px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
}
h3 {
	font-size: 14px;
	margin: 0;
}
h4 {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
}
h4 span {
	font-family: 'FoundryFormSans-Bold', Arial, SunSans-Regular, Sans-Serif;
	color: #000;
}
strong {
	font-family: 'FoundryFormSans-Bold', Arial, SunSans-Regular, Sans-Serif;
}
img {
	border: none;
}
ul {
	list-style-type: none;
}
/* farben */

.color_black {
	color: #000;
}
.color_grey {
	color: #808080;
}
.color_blue {
	color: #00a6d4;
}
.color_green {
	color: #aec90a;
}
.color_white {
	color: #FFF;
}
.color_orange {
	color: #FF7800;
}
.color_purple {
	color: #b5007c;
}

.color_red {
	color: #ff0000;
}
.bg_color_red {
	background-color: #ff0000;
}

.link_arrow {
	position: relative;
	font-style: italic;
	padding: 0 0 0 10px;
	background-image: url(../img/link_arrow_grey.png);
	background-repeat: no-repeat;
	background-size: 5px 7px;
	background-position: 0 5px;
	margin-bottom: 10px;
	float: left;
	font-weight: normal;
}
.link_arrow.blue {
	background-image: url(../img/link_arrow_blue.png);
}
.link_arrow.green {
	background-image: url(../img/link_arrow_green.png);
}
.link_arrow.orange {
	background-image: url(../img/link_arrow_orange.png);
}
.link_arrow.white {
	background-image: url(../img/link_arrow_white.png);
}
.link_arrow_top {
	padding: 0 0 0 13px;
	background-image: url(../img/link_arrow_top_grey.png);
	background-repeat: no-repeat;
	background-size: 7px 5px;
	background-position: 1px 5px;
}
.link_arrow_back {
	padding: 0 0 0 13px;
	background-image: url(../img/link_arrow_grey_back.png);
	background-repeat: no-repeat;
	background-size: 5px 7px;
	background-position: 1px 5px;
}



.btn {
	float: left;
	display: inline-block;
	color: #fff;
	background-color: #b1b1b1;
}

.btn a {
	color: #fff;
	float: right;
	height: 30px;
	font-size: 16px;
	line-height: 16px;
	padding: 7px 15px;
	display: inline;
	text-decoration: none;
}
.btn a:hover {
	background: #00a6d4;
	opacity: 1;
}
.btn {
	position: absolute;
	top: 10px;
	float: none;
	right: 0;	
} 

.btn2 {
	float: right;
	display: inline-block;
	color: #fff;
	margin-left: 10px;
	background-color: #b1b1b1;
}
.btn2 a {
	color: #fff;
	float: right;
	height: 30px;
	font-size: 16px;
	line-height: 16px;
	padding: 7px 15px;
	display: inline;
	text-decoration: none;
}
.btn2 a:hover {
	background: #00a6d4;
	opacity: 1;
}
.icon_view {
	background-image: url(../img/icon_view.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	height: 16px;
	float: left;
	padding-left: 10px;	
	margin-bottom: 12px;		
}
.icon_edit {
	background-image: url(../img/icon_edit.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	height: 16px;
	float: left;
	padding-left: 10px;	
	margin-bottom: 12px;	
}
.icon_delete {
	background-image: url(../img/icon_delete.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	height: 16px;
	float: left;
	padding-left: 10px;	
	margin-bottom: 0px;
		
}
.icon_dozent {
	background-image: url(../img/icon_dozent2.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	height: 16px;
	float: left;
	padding-left: 10px;	
	margin-bottom: 0px;
		
}
.icon_wochenplan {
	background-image: url(../img/icon_wochenplan.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	height: 16px;
	float: left;
	padding-left: 10px;	
	margin-bottom: 0px;
	margin-top: 12px;
		
}

.cleaner {
	clear: both;
}
.inner {
	margin: 0 auto;
	position: relative;
	width: 1180px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 0px;
  width: 17px; 
  height: 17px;
  border: 1px solid #ccc;
  background: #fff;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px; left: 3px;
  font-size: 18px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #ccc;
  background-color: #fff;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
}
label:hover:before {
  border: 1px solid #626262!important;
}




 /* drop down */
 
 #nav {
	position:relative;
	width:620px;
}

ul#navigation {
	margin:0px auto;
	position:relative;
	float:left;
}

ul#navigation li {
	display:inline;
	font-size:12px;
	font-weight:bold;
	margin: 0 30px 0 0;
	padding:0;
	float:left;
	position:relative;
}

ul#navigation li a {
	text-decoration:none;
	display:inline-block;
	font-family: 'FoundryFormSans-Demi', Arial, SunSans-Regular, Sans-Serif;
	font-size: 16px;
	color: #939393;
	text-align: left;
	text-decoration: none;
	padding: 35px 0 11px;
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation li a:hover {
	background:#f8f8f8;
	color:#282828;
	opacity: 1;
}

ul#navigation li:hover > a {
	background:#fff;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	visibility:visible;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
	visibility:hidden;
    position: absolute;
    z-index: 99999;
	width:180px;
	background:#fff;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation ul {
    top: 73px;
    left: 1px;
}

ul#navigation ul li ul {
    top: 0;
    left: 181px;
}

ul#navigation ul li {
	clear:both;
	width:110%;
	border:0 none;
	border-bottom:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	background-color: #fff;
}
ul#navigation ul li:hover {
	border-bottom:1px solid #e4e4e4;

}

ul#navigation ul li a {
	background:none;
	padding:15px 15px !important;
	color:#616161;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:100%;
	border-bottom: 2px solid #fff !important;	
}
ul#navigation ul li:nth-child(1) a:hover {
	color: #BC3CFF;
	border-bottom: 2px solid #BC3CFF !important;
}
ul#navigation ul li:nth-child(2) a:hover {
	color: #f6c500;
	border-bottom: 2px solid #f6c500 !important;
}
ul#navigation ul li:nth-child(3) a:hover {
	color: #4037E8;
	border-bottom: 2px solid #4037E8 !important;
}
ul#navigation ul li:nth-child(4) a:hover {
	color: #3CA4FF;
	border-bottom: 2px solid #3CA4FF !important;
}
ul#navigation ul li:nth-child(5) a:hover {
	color: #24cab5;
	border-bottom: 2px solid #24cab5 !important;
}
ul#navigation ul li:nth-child(6) a:hover {
	color: #2ed457;
	border-bottom: 2px solid #2ed457 !important;
}
ul#navigation li a.first {
	border-left: 0 none;
}

ul#navigation li a.last {
	border-right: 0 none;
}

ul#navigation li:nth-child(1) a:hover {
	border-bottom: 6px solid #f8bf0c;
	color: #f8bf0c;
}
ul#navigation li:nth-child(1):hover a {
	border-bottom: 6px solid #f8bf0c;
}
ul#navigation li:nth-child(2) a:hover {
	border-bottom: 6px solid #E8664E;
	color: #E8664E;
}
ul#navigation li:nth-child(3) a:hover {
	border-bottom: 6px solid #FF55B7;
	color: #FF55B7;
}
.headline_back {
	height: 3px;
	width: 100%;
	background-color: #00a6d4;
}
.headline_back_bottom {
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;	
}
#container {
	width: 100%;
	margin: 0 auto;
}
#header {
	padding: 0;
	height: 70px;
}

#header .logo {
	float: right;
	height: 40px;
	margin: 14px 0px 10px 20px;
}
#header div.actions {
	height: 100%;
	width: auto;
	float: none;
	padding: 0;
	margin: 0;	
}
#header .actions ul {
	height: 100%;
	float: left;
}
#header .actions li {
	/*float: left;	
	margin: 0;
	display: block;
	margin: 0 20px 0 0;
	-webkit-transition: background 0.3s ease-out 0s;
	-moz-transition: background 0.3s ease-out 0s;
	-o-transition: background 0.3s ease-out 0s;
	transition: background 0.3s ease-out 0s; */
}
#header .actions li:nth-child(4) {
	margin-right: 40px;

}
#header .actions ul li a {

}

.color_semester {
	color: #BC3CFF;
}
.color_semesterkurs {
	color: #4037E8;
}
.color_raum {
	color: #3CA4FF;
}
.color_dozenten {
	color: #24cab5;
}
.color_kurs {
	color: #2ed457;
}
.color_basisplan {
	color: #E8664E;
}
.color_semesterplan {
	color: #FF55B7;
}
.color_blue {
	color: #00a6d4;	
}
.color_studiengaenge {
	color: #f6c500;	
}
.bg_color_studiengaenge {
	background-color: #f6c500;	
}
.bg_color_semester {
	background-color: #BC3CFF;
}
.bg_color_semesterkurs {
	background-color: #4037E8;
}
.bg_color_raum {
	background-color: #3CA4FF;
}
.bg_color_dozenten {
	background-color: #24cab5;
}
.bg_color_kurs {
	background-color: #2ed457;
}
.bg_color_basisplan {
	background-color: #E8664E;
}
.bg_color_semesterplan {
	background-color: #FF55B7;
}
.bg_color_green {
	background-color: #00d41e;	
}
.bg_color_blue {
	background-color: #00a6d4;	
}
#footer {
	border-top: 1px solid #e4e4e4;
	padding: 12px 0 0;
	width: 100%;
	margin: 0 auto;	
}
#footer p {
	font-size: 12px;
	color: #706f6f;	
	text-align: right;
}
#footer div.actions {
	height: 100%;
	width: auto;
	float: none;
	padding: 0;
	margin-right: 20px;	
}
#footer .actions ul {
	float: left;
}
#footer .actions li {
	float: left;	
	margin: 0;
	display: block;
	margin: 0 20px 0 0;
	-webkit-transition: background 0.3s ease-out 0s;
	-moz-transition: background 0.3s ease-out 0s;
	-o-transition: background 0.3s ease-out 0s;
	transition: background 0.3s ease-out 0s;
}
#footer .actions ul li a {
	font-family: 'FoundryFormSans-Book', Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	color: #706f6f;
	text-align: center;
	text-decoration: none;
	padding: 0;
	position: relative;
}
#content {
	min-height: 500px;
	padding: 0px 0 40px 0;	
	position: relative;
}
div.form, div.index, div.view {
	width: 100%;
	border-left: none;
	padding: 0;	
	position: relative;
}
.index h2, .form h2 {
	width: 100%;
	float: left;	
}
input {
		-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;	
}
input:focus, input:hover, select:focus, select:hover {
	border: 1px solid #626262;	
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.no_margin {
	margin: 0 !important;	
}

.form_col2 {
	width: 49.1%;
	clear: none;
	float: left;
	margin-right: 20px;	
}

#calendar table {
	font-size: 14px;
	margin-bottom: 0;	
}

#event_edit_container ul, 
#event_edit_container li {
	margin: 0;	
}
#event_edit_container li {
	margin: 0 0 20px 0;
	float: left;	
	width: 100%;
}

.dialog_row {
	width: 120px;
	float: left;	
}

.dialog_row.left {
	margin-right: 20px;	
}
.dialog_row select, .dialog_row label {
	width: 100%;	
}
.ui-widget {
	font-size: 14px;
	background-color: #fff;
}

.ui-dialog {
	padding: 0;	
	z-index: 9999 !important;
}
.ui-dialog .ui-dialog-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    overflow: auto;
    padding: 20px;
    position: relative;	
}
.ui-widget-header {
	border: none;
	background-color: #00a6d4;
	color: #fff; 
	font-size: 18px;	
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	font-weight: normal;
	color: #fff;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
	border: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: none;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a, .ui-state-hover a:hover {
	color: #212121;
	text-decoration: none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-widget :active {
	outline: none;
}

.ui-widget input, .ui-widget select, .ui-widget textarea {
	font-size: 14px;
	border: 1px solid #ccc;
	width: 100%;
	padding: 5px;
}
.ui-widget  input[type="checkbox"] {
	width: 20px;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	padding: 0 20px 20px;
}
.ui-widget button {
	font-size: 14px;
	border: none !important;
	background-color: #a2a2a2;
	cursor: pointer;
	margin: 0 4px;
	padding: 0 7px;

}
.ui-widget button:hover {
	background-color: #00a6d4;
	color: #fff !important;

}

#event_edit_container {
	display: none;	
}

.tr_head, .tr_head a, .tr_head .actions {
	font-size: 18px;
	font-weight: bold !important;
	color: #706f6f !important;	
}
.wc-cal-event {
	position: relative;	
}
.wc-cal-event span {
	padding: 0 5px;	
	text-align: left;
}
.wc-cal-event .wc-title {
	font-weight: bold;	
}
.event_description {
	position: absolute;
	left: 0;
}
.wc-cal-event .event_dozent {
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 25px;	
}
.wc-cal-event .event_raum {
	position: absolute;
	right: 0;
	bottom: 5px;
	text-align: right;
}
.wc-cal-event .event_computer {
	font-weight: bold;
	background-color: #ededed;
	position: absolute;
	padding: 5px 8px;
	right: 0;
	bottom: 30px;	
}
.wc-cal-event .event_drag {
	background-image: url(../img/icon_drag.png);
	background-repeat: none;
	background-size: 100% 100%;
	width: 17px;
	height: 15px;
	position: absolute;
	top: 3px;
	right: 3px;
	display: block;
	cursor: move;
}
.wc-cal-event:hover .event_hover {
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}
.wc-cal-event .event_hover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	opacity: 0;
	background-color: #fff;
	background-image: url(../img/icon_edit.png);
	background-position: center;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.input {
	margin-bottom: 20px;	
}

.start_grid {
	width: 100%;	
}

.start_grid ul {
	margin: 0;	
}
.start_grid li {
	width: 195px;
	height: 195px;
	float: left;
	text-align: center;
	display: block;
	margin: 0 1px 0 0;

}
.start_grid li:hover {
	}
.start_grid a {
	text-decoration: none;	
	width: 100%;
	height: 100%;
	display: block;
}
.start_grid a:hover {
	opacity: 1;
}
.start_grid .box {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding-top: 40px;
}

.start_grid .box span {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
.start_grid .box img {
	display: block;
	width: 80px;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	}
.start_grid li a:hover img {
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.start_grid ul li:nth-child(1) {
	background-color:#f8bf0c;
}
.start_grid ul li:nth-child(2) {
	background-color: #f06600;
}
.start_grid ul li:nth-child(3)  {
	background-color:#cd0c0c;
}
.start_grid ul li:nth-child(4) {
	background-color: #981311;
}
.start_grid ul li:nth-child(5) {
	background-color: #0055ea;
}
.start_grid ul li:nth-child(6) {
	background-color: #000080;
}

#SemesterAdminAddForm select, #SemesterAdminEditForm select {
	width: 150px;	
}
#SemesterAdminAddForm .input.text.required, #SemesterAdminEditForm .input.text.required {
	position: relative;
	clear: none;
	width: 240px;
	float: left;
	height: 60px;
}
#SemesterAdminAddForm .input.date.required, #SemesterAdminEditForm .input.date.required {
	position: relative;
	clear: none;
	width: 450px;
	margin-left: 20px;
	float: left;
	height: 60px;
}
#SemesterAdminAddForm #SemesterStartDay, #SemesterAdminAddForm #SemesterEndDay, #SemesterAdminEditForm #SemesterStartDay, #SemesterAdminEditForm #SemesterEndDay {
	position: absolute;
	left: 0;
}
#SemesterAdminAddForm #SemesterStartMonth, #SemesterAdminAddForm #SemesterEndMonth, #SemesterAdminEditForm #SemesterStartMonth, #SemesterAdminEditForm #SemesterEndMonth {
	position: absolute;
	left: 150px;
}
#SemesterAdminAddForm #SemesterStartYear, #SemesterAdminAddForm #SemesterEndYear, #SemesterAdminEditForm #SemesterStartYear, #SemesterAdminEditForm #SemesterEndYear {
	position: absolute;
	left: 300px;
}
.users.form h2 {
	text-align: center;
}
.users.form .form_col2 {
	width: 200px;
	float: none;
	margin: 0 auto;
	position: relative;	
}
.users.form form div.submit {
	right: inherit;
	float: left;
	left: 0;
	top: 25px;
	position: relative;
	width: 100%;	
	margin-bottom: 10px;
}
.users.form form .submit input[type="submit"] {
	height: 40px;
	padding-left: 50px;
	background-image: url("../img/btn_login.png");
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: 60px center;
	width: 100%;	
}
.overlay_top {
	z-index: 6;
	position: relative;
}
.login_overlay {
	background: rgba(255,255,255, 0.9);
	display: block;
	height: 100%;
	width: 100%;
	position: fixed;
	top:0;
	z-index: 5;
	overflow: hidden;	
}

.semester_grid {
	width: 100%;	
}
.semester_entry {
	width: 100%; 
	float: left;
	margin-bottom: 20px;	
}
.semester_grid ul {
	margin: 0;	
}
.semester_grid ul li {
	float: left;
	width: 167px;
	height: 167px;
	margin: 0 1px 1px 0;
}
.semester_grid ul li a:hover {
	text-decoration: none;

}
.semester_grid ul li .box {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #ccc;
	font-size: 30px;
	color: #fff;
	padding: 136px 10px 0;
	font-family: "FoundryFormSans-Medium",Arial,SunSans-Regular,sans-serif
}

.semester_grid .semester_entry:nth-child(1) ul li .box {
	background-color: #00a6d4; 
}
.semester_grid .semester_entry:nth-child(2) ul li .box {
	background-color: #aec90a; 
}
.semester_grid .semester_entry:nth-child(3) ul li .box {
	background-color: #b5007c; 
}

#error_used {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;	
	background: rgba(255,255,255, 0.8);
	z-index: 10000;
}

#error_used .error_modal {
	background-color: #fff;
	border: 1px solid #ccc;
	height: auto;
	width: 425px;
	padding: 0;
	position: relative;
	margin: 0 auto;
	top: 80px;
	display: block;	
	z-index: 1002;
}
#error_used .error_modal .titlebar {
	height: 30px;
	background-color: #00a6d4;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
#error_used .error_modal span {
	margin: 0 20px;	
}
#error_used .error_modal .btn {
	position: relative;
	right: auto;
	top: auto;
	left: 20px;
	margin: 20px auto 20px;
}
#error_used .error_modal ul, #error_used .error_modal ul li {
	margin: 0; 
}
#error_used .error_modal ul {
	margin: 20px 20px 0;
	list-style: inside none square;	
}

.wc-cal-event .ferien, .wc-cal-event .red {
	display: none;	
}

.wc-cal-event.class_ferien .event_dozent, 
.wc-cal-event.class_ferien .event_description,
.wc-cal-event.class_ferien .event_raum, 
.wc-cal-event.class_ferien .wc-time {
	display: none;
	
}	

.wc-cal-event.flag .event_dozent, 
.wc-cal-event.flag .event_description,
.wc-cal-event.flag .event_raum, 
.wc-cal-event.flag .wc-time,
.wc-cal-event.flag .wc-title {
		color: #FF0004;
}

.skip_invoice {
	display: none;	
}
.skip_invoice.skip_active {
		color: #fff;
		display: block;
		position: absolute;
		height: 20px;
		width: 20px;
		background-color: transparent;
}
.skip_invoice.skip_active::before {
	content:url(../img/nomoney.png);
	height: 20px;
	width: 20px;
	position: absolute;
	top: 5px;
	left: 5px;
}
html.lecture_invoice table {
	font-size: 13px;
	line-height: 10px;	
}
html.lecture_invoice table tr td {
	border-bottom: none;
	padding: 7px 6px !important;	
	line-height: 18px !important;	
	height: 22px !important;
}
/*
html.lecture_invoice table tr td {
	border-bottom: none;
	padding: 10px 6px !important;	
	line-height: 18px !important;	
	height: 26px !important;
	display: inline-block;
}
html.lecture_invoice table tr td:nth-child(1) {
	width: 5%;	
}
html.lecture_invoice table tr td:nth-child(2) {
	width: 20%;	
}
html.lecture_invoice table tr td:nth-child(3) {
	width: 10%;	
}
html.lecture_invoice table tr td:nth-child(4) {
	width: 10%;	
}
html.lecture_invoice table tr td:nth-child(5) {
	width: 5%;	
} */
/* plan overview output */

.plan_overview table {
	font-size: 9px;
	color: #000;
}
.plan_overview table tr th:nth-child(1) {
width: 5%;
}
.plan_overview table tr th:nth-child(2) {
	width: 19%;
}
.plan_overview table tr th:nth-child(3) {
	width: 19%;
}
.plan_overview table tr th:nth-child(4) {
	width: 19%;
}
.plan_overview table tr th:nth-child(5) {
	width: 19%;
}
.plan_overview table tr th:nth-child(6) {
	width: 19%;
}
.plan_overview table tr td  {
	padding: 0;
	border-bottom: 1px solid #000;
	line-height: 11px;
}
.plan_overview table tr td:first-child  {
	border-bottom: none;
}
.plan_overview table tr td div {
	padding: 0 3px;
	min-height: 14px;
	line-height: 13px;
}
.plan_overview table tr td div.single_entry {
	min-height: 10px;
}
.plan_overview table tr td:nth-child(2) div {
	box-shadow: inset 0 0 0 1000px #6eaece; 	
}
.plan_overview table tr td:nth-child(2) div:nth-child(2) {
	box-shadow: inset 0 0 0 1000px #2089b5; 	
}
.plan_overview table tr td:nth-child(3) div {
	box-shadow: inset 0 0 0 1000px #b8d4e6; 	
}
.plan_overview table tr td:nth-child(3) div:nth-child(2) {
	box-shadow: inset 0 0 0 1000px #6eaece; 	
}
.plan_overview table tr td:nth-child(4) div {
	box-shadow: inset 0 0 0 1000px #6eaece; 	
}
.plan_overview table tr td:nth-child(4) div:nth-child(2) {
	box-shadow: inset 0 0 0 1000px #2089b5; 	
}
.plan_overview table tr td:nth-child(5) div {
	box-shadow: inset 0 0 0 1000px #b8d4e6; 	
}
.plan_overview table tr td:nth-child(5) div:nth-child(2) {
	box-shadow: inset 0 0 0 1000px #6eaece; 	
}
.plan_overview table tr td:nth-child(6) div {
	box-shadow: inset 0 0 0 1000px #6eaece; 	
}
.plan_overview table tr td:nth-child(6) div:nth-child(2) {
	box-shadow: inset 0 0 0 1000px #2089b5; 	
}
.plan_overview .output_ferien {
	box-shadow: inset 0 0 0 1000px #dcdcdc !important; 	
}
.plan_overview td.ferien_td {
		box-shadow: inset 0 0 0 1000px #dcdcdc !important; 	
}
.plan_overview tr td .workshop  {
		box-shadow: inset 0 0 0 1000px #e2faff !important; 	
}
.plan_overview .output_ferien span {
}
.plan_overview .output_ferien.ferien_view span {
}
.plan_overview p {
	padding: 0;
	margin: 5px 0 0 0;	
}
.plan_overview h2 {
	box-shadow: inset 0 0 0 1000px #6eaece; 
	color: #000;	
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 5px;

}


.gelesen {
	background-color: #00c62f;
	padding: 7px;	
	color: #fff;
	margin: 3px 0;
	font-size: 14px;
}
.nicht-gelesen {
	background-color: #bc0000;
	padding: 7px;	
	color: #fff;
	margin: 3px 0;
	font-size: 14px;
}
.verschicken {
	background-color: #ffae00;
	padding: 7px;	
	color: #fff;
	margin: 3px 0;
	font-size: 14px;
}
.verschicken a, .nochmal-verschicken a {
	color: #fff;
	font-size: 14px;

}
.verschickt {
	background-color: #00c62f;
	padding: 7px;	
	color: #fff;
	margin: 3px 0;
	font-size: 14px;
}

.nochmal-verschicken {
	background-color: #b1b1b1;
	padding: 7px;	
	color: #fff;
	margin: 3px 0;
	font-size: 14px;
}
.bestaetigen {
	background-color: #bc0000;
	padding: 7px 15px;	
	color: #fff;
	float: right;
	diplay: inline-block;
	margin: -63px 0 3px;
	font-size: 14px;
}
.bestaetigen:hover {
	background-color: #00c62f;
}
.bestaetigen a {
	color: #fff;
}
.bestaetigen a:hover {
	text-decoration: none;
	opacity: 1;
}
.gelesen-invoice {
	background-color: #00c62f;
	padding: 7px 15px;	
	color: #fff;
	float: right;
	diplay: inline-block;
	margin: -63px 0 3px;
	font-size: 14px;
	font-weight: bold;
}

@media only screen and (max-width: 480px) {
	#container {
		width: 1200px;	
	}
	#content {
		padding: 0 20px 40px;	
	}
	h2 {
	font-size: 30px;	
	}
	.inner {
		width: 100%;	
	}
	.semester_entry {
		margin: 20px 0;
	}
	.semester_grid ul li {
		width: 50%;
		margin: 0;
		border-right: 1px solid #fff;	
		border-bottom: 1px solid #fff;	
	}
	#header .logo {
		float: left;	
	}
	#header div.actions, #footer div.actions {
		display: none;	
	}
	#footer p {
		text-align: left;
		padding-left: 20px;	
		font-size: 18px;
	}
	.wc-toolbar .wc-nav {
		height: 50px !important;
		bottom: 20px !important;	
	}
	.wc-toolbar .wc-today {
		height: 50px !important;
		width: 50px !important;
		left: 7px !important;
	}
	.wc-toolbar .ui-button {
		height: 50px !important;
		width: 50px !important;
		margin: 0 10px !important;	
	}
	.wc-toolbar .ui-icon-seek-prev, .wc-toolbar .ui-icon-seek-next, .wc-toolbar .ui-icon-home {
		height: 50px !important;
		width: 50px !important;	
	}
	
}