* {
	margin:0;
	padding:0;
}
html {
	height: 100%;
	/* background wird in theme überschrieben */
	background-color: #fff;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: "Source Sans Pro", "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	background: none;
}

ul.m_menu0 {
	list-style:none;
	position:relative;
	margin:0px 0px 0px 0px;
	width:890px;
	float:left;
	clear:both;
	z-index:0;
}
ul.m_menu0 > li {
	width:110px;
	height:100px;
	padding-bottom:2px;
	float:left;
	position:relative;
	overflow: hidden;
}
ul.m_menu0 > li > a {
	display:block;
	/* background-color wird in theme überschrieben */
	background-color: #2090c0;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	width:90px;
	height:80px;
	padding:10px;
	margin:0px 2px 1px 2px;
}
ul.m_menu0 > li > a:hover {
	/* background wird in theme überschrieben */
	background: #a0d8f0;
	color:#555;
}
ul.m_menu0 > li > p {
	display:block;
	background:none;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	width:90px;
	height:80px;
	padding:10px;
	margin:0px 2px 1px 2px;
}
ul.m_menu0 > li > a.disabled {
	opacity:0.3;
}
ul.m_menu1 {
	list-style:none;
	position:relative;
	margin:0px 0px 0px 0px;
	width:890px;
	float:left;
	clear:both;
	z-index:0;
}
ul.m_menu1 > li {
	width:110px;
	height:100px;
	padding-bottom:2px;
	float:left;
	position:relative;
	overflow: hidden;
}
ul.m_menu1 > li > a {
	display:block;
	/* background wird in theme überschrieben */
	background-color:#7c9c4c;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	width:90px;
	height:80px;
	padding:10px;
	margin:0px 2px 1px 2px;
}
ul.m_menu1 > li > a:hover {
	/* background wird in theme überschrieben */
	background:#cedeb8;
	color:#555;
}
ul.m_menu1 > li > p {
	display:block;
	background:none;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	width:90px;
	height:80px;
	padding:10px;
	margin:0px 2px 1px 2px;
}
ul.m_menu1 > li > a.disabled {
	opacity:0.3;
}
@keyframes message {
	0% { background-color:#f0a0a0; }
	50% { background-color:#f0f0f0; }
	100% { background-color:#f0a0a0; }
}

ul.arrList { 
	margin-left:0em; 
	padding-left:0.5em; 
	margin-top:1em; 
	margin-bottom:1em; 
}
ul.arrList li { 
	background: url('../icn/rarr.png') -0.3em -0.3em no-repeat;
	padding-left: 2em; 
	padding-bottom: 1em; 
	list-style: none; 
}

ul.oe_menu{
	list-style:none;
	position:relative;
	margin:30px 0px 0px 40px;
	width:560px;
	height:100px;
	float:left;
	clear:both;
	z-index:10;
	margin-bottom:2px;
}
ul.oe_menu > li{
	width:112px;
	height:100px;
	padding-bottom:2px;
	float:left;
	position:relative;
}
ul.oe_menu > li > a{
	display:block;
	background-color:#666;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	width:90px;
	height:80px;
	padding:10px;
	margin:1px;
}
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	background:#eee;
	color:#555;
}
.oe_wrapper ul.hovered > li > a{
	background:#eee;
	color:#555;
}
ul.oe_menu div{
	position:absolute;
	top:53px;
	left:1px;
	background:#fff; 
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	width:482px;
	min-height:175px;
	padding:20px;
	display:none;
}
ul.oe_menu div ul li a{
	text-decoration:none;
	color:#222;
	padding:2px 2px 2px 2px;
	margin:2px;
	display:block;
	font-size:14px;
}
ul.oe_menu div ul.oe_full{
	width:100%;
}
ul.oe_menu div ul li a:hover{
	background:#000;
	color:#fff;
}
ul.oe_menu li ul{
	list-style:none;
	float:left;
	width:150px;
	margin-right:10px;
}
li.oe_heading{
	color:#666;
	font-size:16px;
	margin-bottom:10px;
	margin-right:10px;
	padding-bottom:6px;
	border-bottom:1px solid #aaa;
}

ul.oe_sidebar{
	list-style:none;
	position:relative;
	margin:0px 0px 0px 40px;
	width:112px;
	float:left;
	clear:both;
    padding-bottom: 50px;
}
ul.oe_sidebar > li{
	width:112px;
	height:100px;
	padding-bottom:2px;
	float:left;
	position:relative;
}
ul.oe_sidebar > li > a{
	display:block;
	/* background-color wird in theme überschrieben */
	background-color: #2090c0;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	width:90px;
	height:80px;
	padding:10px;
	margin:1px;
}
ul.oe_sidebar > li > a:hover,
ul.oe_sidebar > li.selected > a {
	/* background wird in theme überschrieben */
	background:#a0d8f0;
	color:#666;
}
ul.oe_sidebar div{
	position:absolute;
	top:1px;
	left:113px;
	/* background wird in theme überschrieben */
	background:#a0d8f0;
	/* border-right wird in theme überschrieben */
	border-right:1px solid #2090c0;
	min-width:292px;
	min-height:180px;
	padding:20px;
	display:none;
	z-index:9;
}
.oe_sidebar img {
	position:absolute;
	width: 32px;
	bottom: 11px;
	left: calc(50% - 16px);
}
.bg_img img{
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:-1;
}
.menu_logo{
	font-size:64px;
	text-align:right;
	position:absolute;
	/* left wird in theme überschrieben */
	left:824px;
	top:30px;
	height:101px;
	width:240px;
	font-weight:normal;
}
body > h1 {
	position:absolute;
	top:150px;
	left:170px;
	height:32px;
	width:890px;
	font-size:24px;
	font-weight:normal;
	background:none;
	border-bottom:1px solid #aaa;
}
h2 {
	font-size:20px;
	font-weight:normal;
	border-bottom:1px solid #aaa;
}
.content {
	font-size:16px;
	text-align:left;
	position:absolute;
	left:170px;
	top:190px;
	width:890px;
	height:560px;
    overflow:auto;
	background:none;
	font-weight:normal;
    padding-bottom: 40px;
}
a:link, a:visited {
	/* background wird in theme überschrieben */
	color: #2050b0;
	text-decoration: none;
}
a:hover, a:active {
	color: #d05020;
	text-decoration: none;
}
tr.zeile_g {
	background-color: #eee;
}
tr.zeile_u {
	background: none;
}
tr.zeile_y {
	background-color: #f0e0d0;
}
tr.zeile_w {
	background-color: #ffffff;
}
tr.zeile_g:hover {
	background-color: #ffd080;
}
tr.zeile_u:hover {
	background-color: #ffd080;
}
tr.zeile_y:hover {
	background-color: #ffd080;
}
tr.zeile_w:hover {
	background-color: #ffd080;
}
td {
	padding: 4px;
}
th {
	padding: 4px;
}

.boxed {
	border: 1px solid #a0a0a0;
	padding: 2px;
	border: 1px solid #a0a0a0;
	min-height: 20px;
	background-color: #ffffff; 
	color: #000000;
	font-size: 0.9em;
}

form * {
	font-family:"Source Sans Pro", "Trebuchet MS", Tahoma, Helvetica, sans-serif;
}
input, textarea, select, text, submit, button {
	font-family:"Source Sans Pro", "Trebuchet MS", Tahoma, Helvetica, sans-serif;
}
input[readonly="readonly"] {
	color: #808080; 
	background-color: #e0e0e0; 
}
input[disabled] {
	color: #000000; 
	background-color: #ffffff; 
}
input, textarea, select {
	padding: 2px;
	border: 1px solid #a0a0a0;
	background-color: #ffffff; 
	color: #000000;
	font-size: 0.9em;
}
input:focus, textarea:focus {
	background-color: #ffd080; 
}
button {
	border: 1px solid #a0a0a0;
	margin: 1px;
	font-family: "Source Sans Pro", "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: 0.9em;
    color: #2050b0;
	background: #ffffff;
}
button:hover {
	border: 1px solid #d05020;
    color: #d05020;
}

.accordion {   
	width: 100%;
	overflow: hidden;
	margin: 0px;
	color: #000;
	background: none;
	padding: 0px;   
}


.accordion section:target h2 a {
    display:none;
}

.accordion section h2 a.collapse {
    display: none;
}

.accordion section:target h2 a.collapse {
    display: block;
}

.accordion section h2 a.expand:hover {
	background: #e0e0e0 url('/icn/accdown.png') no-repeat right bottom;
}

.accordion section h2 a.collapse:hover {
    background: #e0e0e0 url('/icn/accup.png') no-repeat right bottom;
}

.accordion section {
    float: left;
    overflow: hidden;
    color: #000;
    margin: 0px 0px 10px 0px;
    width: 100%;
    height: 44px;
    -webkit-transition:height 0.2s ease-out;
    -moz-transition:height 0.2s ease-out;
    -o-transition:height 0.2s ease-out;
    transition:height 0.2s ease-out;
}

.accordion section h2 a {
    padding:10px;
    display:block;
    font-weight:normal;
    color:#666;
    text-decoration:none;
    background: #d0d0d0;
}
.accordion section p {   
      display: none;
      padding: 10px 0px 0px 0px;
}  
.accordion section:target {
    height: 250px;
    overflow: hidden;
}
.accordion section:target:hover { 
      background: none; 
}
.accordion section:target h2 {
      width:100%;
      border-bottom:1px solid #aaa;
}

.accordion section:target p {
      display:block;
}

.reference {
	position:fixed;
	left:0px;
	bottom:0px;
	background:#666;
	width:100%;
	font-size:12px;
	line-height:20px;
	text-align:right;
	height:20px;
	color:#fff;
}
.reference a:link, .reference a:visited{
	color:#fff;
	text-decoration:none;
}
.reference a:hover{
	color:#ddd;
}
.progress {
	width:400px;
	height:10px;
	background-color:#ddd;
	margin:10px auto;
}
.progressbar {
	width:0%;
	height:10px;
	background-color:#80c080;
}
td.plan {
	transition: background ease .1s;
}

/* Dropdown Button */
.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border:  1px solid rgba(0,0,0,0.3);
}

.dropdown-content button {
	display: block;
	width: 100%;
	margin: 0 !important;
	line-height: 20px;
	vertical-align: middle;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.dropdown-content:last-child {
	border-bottom: none !important;
}

.dropdown-content button img {
	height: 16px;
	vertical-align: sub;
	margin: 0 2px;
}

.dropdown.open > .dropdown-content {
	display: block;
}

.notification-info, .notification-error, .notification-warn, .notification-success {
	padding: 10px;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	border: 1px solid;
}
.notification-info {
	background-color: #c9ddff;
	border-color: #4c699b;
}
.notification-error {
	background-color: #ffe0e0;
	border-color: #a33a3a;
}
.notification-warn {
	background-color: #fffbd1;
	border-color: #87803e;
}
.notification-success {
	background-color: #c5e0c5;
	border-color: #00b009;
}
.notification-info:before, .notification-error:before, .notification-warn:before, .notification-success:before {
	content: " ";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	flex: none;
}
.notification-info:before {
	background: url("/icn/v2/info.png") no-repeat 0 0;
	background-size: 100%;
}
.notification-error:before {
	background: url("/icn/v2/delete.png") no-repeat 0 0;
	background-size: 100%;
}
.notification-warn:before {
	background: url("/icn/v2/box_important.png") no-repeat 0 0;
	background-size: 100%;
}
.notification-success:before {
	background: url("/icn/v2/done.png") no-repeat 0 0;
	background-size: 100%;
}

.editor-container > .tox-tinymce {
	height: 100% !important;
}

div.tox-tinymce {
	border-radius: 0;
	border-width: 0;
}