/* Allgemein */
html {
  height: 100%;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  margin: 0;
  padding: 0;
  height: 100%;
}
td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
img {
  border: 0;
}
label {
  display: block;
}
/* Links */
a:link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #444444;
  text-decoration: none;
}
a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #444444;
  text-decoration: none;
}
a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #444444;
  text-decoration: underline;
}
a:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #444444;
  text-decoration: none;
}
/* Texte */
.text-8 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #000000;
}
.text-9 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}
.text-10 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}
.titel-10 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  line-height: 12pt;
}
.titel-11 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 13pt;
}
.titel-12 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 13pt;
}
.titel-14 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  line-height: 16pt;
}
/* Klapper allgemein */
.klapper {
  background-color: #FFF;
  margin: 0 0 1px 0;
}
.klapper .zeile {
  overflow: hidden;
}
.klapper .zeile .bild {
  float: left;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background-color: #EFEFEF;
}
.klapper .zeile .text {
  margin: 0 0 0 16px;
  padding: 1px 1px 3px 1px;
  line-height: 12px;
  font-weight: bold;
  background-color: #EFEFEF;
}
.klapper .zeile .leiste {
  float: right;
}
.klapper .hinweis {
  margin: 0;
  padding: 5px 0 10px 17px;
  background-color: #EFEFD0;
  width: auto;
}
/* Autocomplete für Textfelder */
div.autocomplete {
  position: absolute;
  max-height: 200px;
  overflow: auto;
  background-color: #FFF;
  border: 1px solid #6F6F6F;
  margin: 0;
  padding: 0;
}
div.autocomplete ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.autocomplete ul li {
  border-bottom: 1px solid #ddd;
}
div.autocomplete ul li:last-of-type {
  border-bottom: 0 solid transparent;
}
div.autocomplete ul li.selected {
  background-color: #9aaefa;
}
div.autocomplete ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
}
/* Plugin Styles */
.mce-cyconlink,
.mce-cyconimage,
.mce-cycondownload {
  cursor: pointer !important;
}
@font-face {
  font-family: 'cycon';
  src: url('cycon.eot?1jkcz8');
  src: url('cycon.eot?#iefix1jkcz8') format('embedded-opentype'), url('cycon.woff?1jkcz8') format('woff'), url('cycon.ttf?1jkcz8') format('truetype'), url('cycon.svg?1jkcz8#cycon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.mce-i-download {
  font-family: 'cycon', Arial !important;
}
.mce-i-download:before {
  content: "\e600";
}
.mce-i-table_vita:before {
  content: "\e01b";
}
/* Bootstrap Table */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  /*border-top: 1px solid #ddd;*/
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
.rgb.form {
  border: 0 solid transparent;
}
.rgb span,
.colordisc span {
  background-color: #333;
  border: 2px solid #fff;
  border-radius: 0.5em;
  display: inline-block;
  height: 30px;
  margin: 0 7px;
  vertical-align: middle;
  width: 30px;
}
.rgb-popup {
  position: absolute;
  top: 0;
  left: 0;
}
.rgb-popup div {
  float: left;
  height: 24px;
  width: 24px;
  border: 1px solid #fff;
}
.colorpicker {
  position: relative;
  overflow: visible;
  /* Default skin */
  /* Small skin */
  /* Normal skin */
}
.colorpicker .form-element {
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
}
.colorpicker .picker-wrapper,
.colorpicker .slide-wrapper {
  position: relative;
  float: left;
}
.colorpicker .picker-indicator,
.colorpicker .slide-indicator {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.colorpicker .picker,
.colorpicker .slide {
  cursor: crosshair;
  float: left;
}
.colorpicker .cp-default {
  background-color: gray;
  padding: 12px;
  box-shadow: 0 0 40px #000;
  border-radius: 15px;
  float: left;
}
.colorpicker .cp-default .picker {
  width: 200px;
  height: 200px;
}
.colorpicker .cp-default .slide {
  width: 30px;
  height: 200px;
}
.colorpicker .cp-default .slide-wrapper {
  margin-left: 10px;
}
.colorpicker .cp-default .picker-indicator {
  width: 5px;
  height: 5px;
  border: 2px solid darkblue;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  background-color: white;
}
.colorpicker .cp-default .slide-indicator {
  width: 100%;
  height: 10px;
  left: -4px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
  border: 4px solid lightblue;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
}
.colorpicker .cp-small {
  padding: 5px;
  background-color: white;
  float: left;
  border-radius: 5px;
}
.colorpicker .cp-small .picker {
  width: 100px;
  height: 100px;
}
.colorpicker .cp-small .slide {
  width: 15px;
  height: 100px;
}
.colorpicker .cp-small .slide-wrapper {
  margin-left: 5px;
}
.colorpicker .cp-small .picker-indicator {
  width: 3px;
  height: 3px;
  border: 1px solid black;
  background-color: white;
}
.colorpicker .cp-small .slide-indicator {
  width: 100%;
  height: 2px;
  left: 0;
  background-color: black;
}
.colorpicker .cp-normal {
  padding: 10px;
  background-color: white;
  float: left;
  border: 4px solid #d6d6d6;
  box-shadow: inset 0 0 10px white;
}
.colorpicker .cp-normal .picker {
  width: 200px;
  height: 200px;
}
.colorpicker .cp-normal .slide {
  width: 30px;
  height: 200px;
}
.colorpicker .cp-normal .slide-wrapper {
  margin-left: 10px;
}
.colorpicker .cp-normal .picker-indicator {
  width: 5px;
  height: 5px;
  border: 1px solid gray;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  background-color: white;
  pointer-events: none;
}
.colorpicker .cp-normal .slide-indicator {
  width: 100%;
  height: 10px;
  left: -4px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
  border: 4px solid gray;
  background-color: white;
  pointer-events: none;
}
.tabelle {
  width: 100%;
  height: 100%;
  color: #07238e;
}
.top {
  height: 26px;
}
.middle {
  height: 100%;
  vertical-align: top;
}
.bottom {
  position: relative;
  height: 35px;
  background-color: #d6d6d6;
}
.bottom .statusbar .form-fuss {
  position: relative;
  z-index: 2;
  clear: both;
}
.bottom .statusbar .form-fuss:after,
.bottom .statusbar .form-fuss:before {
  clear: both;
}
.bottom:before {
  width: 100%;
  height: 1px;
  left: 0;
  top: 5px;
  position: absolute;
  content: '';
  border-top: 1px solid #aeaeae;
}
.bottom:after {
  width: 100%;
  height: 1px;
  left: 0;
  top: 6px;
  position: absolute;
  content: '';
  border-top: 1px solid #fff;
}
pre {
  white-space: pre-wrap;
}
/* Transparentes Gif */
.trans {
  width: 350px;
  height: 10px;
}
#content {
  overflow: auto;
  height: 100%;
  padding: 10px;
}
/* Toolbar */
#header .toolbar {
  background-image: linear-gradient(#efefef, #ccc);
  box-sizing: border-box;
  min-height: 26px;
  width: 100%;
  clear: both;
  display: block;
}
#header .toolbar a:link {
  text-decoration: none;
}
#header .toolbar a:visited {
  text-decoration: none;
}
#header .toolbar a:hover {
  text-decoration: none;
  color: #fff;
}
#header .toolbar a:active {
  text-decoration: none;
  color: #fff;
}
#header .toolbar .link a {
  padding: 4px 2px;
}
#header .toolbar .trenner {
  float: left;
  line-height: 26px;
  height: 15px;
  width: 3px;
  border-right: 1px solid #aeaeae;
  -webkit-box-shadow: 1px 0px 0px 0px #ffffff;
  -moz-box-shadow: 1px 0px 0px 0px #ffffff;
  box-shadow: 1px 0px 0px 0px #ffffff;
  margin-right: 3px;
  margin-top: 6px;
}
#header .toolbar .link,
#header .toolbar .info {
  float: left;
  line-height: 26px;
  height: 26px;
  padding-left: 2px;
  padding-right: 2px;
  margin: 0;
  vertical-align: middle;
}
#header .toolbar .link:hover {
  background-image: linear-gradient(#6987f8, #07238e);
  margin: 0;
  color: #fff;
}
#header .toolbar .aktiv {
  background-image: linear-gradient(#6987f8, #07238e);
  float: left;
  line-height: 26px;
  height: 24px;
  box-sizing: border-box;
  margin: 0;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: middle;
  color: #fff;
}
#header .toolbar .bild {
  float: left;
  line-height: 26px;
  margin-top: 5px;
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: middle;
  border: 0px;
}
#filter {
  padding: 0px 10px 0px 10px;
}
#filter .toolbar {
  height: 18px;
  background-image: linear-gradient(#efefef, #ccc);
}
#filter .toolbar a:link {
  text-decoration: none;
}
#filter .toolbar a:visited {
  text-decoration: none;
}
#filter .toolbar a:hover {
  text-decoration: none;
}
#filter .toolbar a:active {
  text-decoration: none;
}
#filter .toolbar .trenner {
  float: left;
  line-height: 18px;
  height: 18px;
  width: 6px;
  background-color: #00FF00;
}
#filter .toolbar .link,
#filter .toolbar .info {
  float: left;
  line-height: 18px;
  height: 18px;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: middle;
}
#filter .toolbar .link:hover {
  background: #6987f8;
  background: -moz-linear-gradient(top, #6987f8 0%, #07238e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6987f8), color-stop(100%, #07238e));
  background: -webkit-linear-gradient(top, #6987f8 0%, #07238e 100%);
  background: -o-linear-gradient(top, #6987f8 0%, #07238e 100%);
  background: -ms-linear-gradient(top, #6987f8 0%, #07238e 100%);
  background: linear-gradient(to bottom, #6987f8 0%, #07238e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6987f8, endColorstr=#07238e, GradientType=0);
  margin: 1px 0;
  height: 24px;
  box-sizing: border-box;
}
#filter .toolbar .aktiv {
  background: #ffccf2;
  background: -moz-linear-gradient(top, #ffccf2 0%, #ff00c0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffccf2), color-stop(100%, #ff00c0));
  background: -webkit-linear-gradient(top, #ffccf2 0%, #ff00c0 100%);
  background: -o-linear-gradient(top, #ffccf2 0%, #ff00c0 100%);
  background: -ms-linear-gradient(top, #ffccf2 0%, #ff00c0 100%);
  background: linear-gradient(to bottom, #ffccf2 0%, #ff00c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6987f8, endColorstr=#07238e, GradientType=0);
  float: left;
  line-height: 24px;
  height: 24px;
  box-sizing: border-box;
  margin: 1px 0;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: middle;
}
#filter .toolbar .bild {
  float: left;
  line-height: 16px;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: middle;
  border: 0px;
}
#filter .block {
  width: 400px;
}
#filter .form-hinweis.filter-hinweis {
  padding: 3px 15px;
  background-color: #EFEFD0;
  border-top: 1px solid #ccc;
}
#content .toolbar {
  height: 19px;
  background-image: linear-gradient(#efefef, #ccc);
}
#content .toolbar a:link {
  text-decoration: none;
}
#content .toolbar a:visited {
  text-decoration: none;
}
#content .toolbar a:hover {
  text-decoration: none;
}
#content .toolbar a:active {
  text-decoration: none;
}
#content .toolbar .start {
  float: left;
  line-height: 18px;
  height: 18px;
  width: 1px;
}
#content .toolbar .trenner {
  float: left;
  line-height: 18px;
  height: 18px;
  width: 1px;
  background-color: #acacac;
}
#content .toolbar .link,
#content .toolbar .info {
  float: left;
  line-height: 18px;
  height: 18px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
#content .toolbar .link:hover {
  background: #6987f8;
  background: -moz-linear-gradient(top, #6987f8 0%, #07238e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6987f8), color-stop(100%, #07238e));
  background: -webkit-linear-gradient(top, #6987f8 0%, #07238e 100%);
  background: -o-linear-gradient(top, #6987f8 0%, #07238e 100%);
  background: -ms-linear-gradient(top, #6987f8 0%, #07238e 100%);
  background: linear-gradient(to bottom, #6987f8 0%, #07238e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6987f8, endColorstr='#@gradient-end-color', GradientType=0);
  box-sizing: border-box;
}
#content .toolbar .aktiv {
  background: #ffccf2;
  background: -moz-linear-gradient(top, #ffccf2 0%, #ff00c0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffccf2), color-stop(100%, #ff00c0));
  background: -webkit-linear-gradient(top, #ffccf2 0%, #ff00c0 100%);
  background: -o-linear-gradient(top, #ffccf2 0%, #ff00c0 100%);
  background: -ms-linear-gradient(top, #ffccf2 0%, #ff00c0 100%);
  background: linear-gradient(to bottom, #ffccf2 0%, #ff00c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6987f8, endColorstr=#07238e, GradientType=0);
  float: left;
  line-height: 24px;
  height: 24px;
  box-sizing: border-box;
  margin: 1px 0;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: middle;
}
#content .toolbar .bild {
  float: left;
  line-height: 16px;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: middle;
  border: 0px;
}
/* Titel */
#header .titel-xl {
  clear: both;
  margin-top: 10px;
  margin-bottom: 12px;
  width: 100%;
  line-height: 32px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(0deg, #efefef, #ccc) 15% center no-repeat;
  background-size: 100% 70%;
}
#header .titel-l {
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  line-height: 32px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  background: linear-gradient(0deg, #efefef, #ccc) 15% center no-repeat;
  background-size: 100% 70%;
}
#header .titel-m {
  clear: both;
  margin-top: 10px;
  margin-bottom: 8px;
  width: 100%;
  line-height: 24px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
  background: linear-gradient(0deg, #efefef, #ccc) 15% center no-repeat;
  background-size: 100% 70%;
}
#header .titel-s {
  clear: both;
  margin-top: 10px;
  margin-bottom: 6px;
  width: 100%;
  line-height: 16px;
  vertical-align: middle;
  font-size: 10px;
  font-weight: bold;
  background: linear-gradient(0deg, #efefef, #ccc) 15% center no-repeat;
  background-size: 100% 70%;
}
#header .titel-xs {
  clear: both;
  margin-top: 10px;
  margin-bottom: 4px;
  width: 100%;
  line-height: 16px;
  vertical-align: middle;
  font-size: 10px;
  background: linear-gradient(0deg, #efefef, #ccc) 15% center no-repeat;
  background-size: 100% 70%;
}
#content .titel-xl,
#content .titel-l,
#content .titel-m,
#content .titel-s,
#content .titel-xs {
  clear: both;
  margin-top: 8px;
  width: 100%;
  vertical-align: middle;
  background: linear-gradient(0deg, #efefef, #ccc) 15% center no-repeat;
  background-size: 100% 70%;
}
#content .titel-xl {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
}
#content .titel-l {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: bold;
}
#content .titel-m {
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  font-weight: bold;
}
#content .titel-s,
#content .titel-xs {
  clear: both;
  margin-top: 8px;
  width: 100%;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  font-size: 10px;
  font-weight: bold;
  background-size: 100%;
  background-position: top left;
}
#footer .statusbar {
  padding-left: 10px;
}
.titel-bild {
  float: left;
  margin: 0px 0px 0px 10px;
  vertical-align: middle;
  border: 0px;
}
.titel-text {
  float: left;
  margin: 0px 10px 0px 10px;
}
/* Spezialtexte */
.text-m {
  font-size: 11px;
  font-weight: bold;
}
/* Kontext */
.kontext {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
}
.kontext a:link {
  text-decoration: none;
}
.kontext a:visited {
  text-decoration: none;
}
.kontext a:hover {
  text-decoration: none;
}
.kontext a:active {
  text-decoration: none;
}
.kontext-feld {
  margin: 10px;
  border: 1px solid #666666;
  background: #eeeeee;
  background: -moz-linear-gradient(left, #dddddd 0%, #eeeeee 10%, #eeeeee 100%);
  background: -webkit-linear-gradient(left, #dddddd 0%, #eeeeee 10%, #eeeeee 100%);
  background: linear-gradient(to right, #dddddd 0%, #eeeeee 12%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#eeeeee', GradientType=1);
}
.kontext-zeile {
  width: 280px;
  height: 18px;
  line-height: 18px;
  padding: 1px 0;
}
.kontext-titel {
  color: #FFFFFF;
  background: #ffffff;
  background: -moz-linear-gradient(top, #6987f8 0%, #07238e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6987f8), color-stop(100%, #07238e));
  background: -webkit-linear-gradient(top, #6987f8 0%, #07238e 100%);
  background: -o-linear-gradient(top, #6987f8 0%, #07238e 100%);
  background: -ms-linear-gradient(top, #6987f8 0%, #07238e 100%);
  background: linear-gradient(to bottom, #6987f8 0%, #07238e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6987f8, endColorstr=#07238e, GradientType=0);
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 35px;
  padding-top: 0;
  margin-bottom: 4px;
}
.kontext-titel.titel-sm {
  color: #ffffff;
  background-color: rgba(7, 35, 142, 0.5);
  background-image: none;
  font-size: 10px;
  height: auto;
  line-height: normal;
  font-weight: bold;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 1px;
  margin-bottom: 4px;
  margin-top: 3px;
}
.kontext-zeile-hover {
  width: 280px;
  height: 18px;
  line-height: 18px;
  padding: 1px 0;
  background-color: rgba(7, 35, 142, 0.5);
}
.kontext-trenner {
  width: 245px;
  height: 1px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #000000;
  margin: 4px 0 4px 35px;
  -webkit-box-shadow: 1px 0px 0px 0px #ffffff;
  -moz-box-shadow: 1px 0px 0px 0px #ffffff;
  box-shadow: 1px 0px 0px 0px #ffffff;
}
.kontext-text {
  float: left;
  font-weight: normal;
  margin-left: 2px;
}
.kontext-image {
  clear: left;
  float: left;
  margin: 1px 8px 1px 8px;
}
/* Submenue */
.kontext-image-sub {
  float: right;
  margin: 1px 1px 1px 1px;
}
.submenu {
  margin: 0px;
  margin-right: 50px;
  margin-left: 50px;
}
.submenu-parent {
  position: relative;
}
.submenu-container {
  position: absolute;
  top: 0px;
}
/* Liste */
#content .liste-0 {
  background-color: #e7e7e7;
}
#content .liste-1 {
  background-color: #f5f5f5;
}
#content .liste-hover {
  background-color: rgba(7, 35, 142, 0.5);
}
#content .liste-aktiv {
  background-color: rgba(7, 35, 142, 0.5) !important;
  border: 1px black solid;
}
#content .liste-gruen {
  background-color: #58c27d;
}
#content .liste-gelb {
  background-color: #f8e405;
}
#content .liste-rot {
  background-color: #ff8c76;
}
/* ABC - Leiste */
.abc {
  width: 100%;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px;
  background-image: linear-gradient(#ccc, #efefef, #ccc);
}
.abc a:link {
  text-decoration: none;
}
.abc a:visited {
  text-decoration: none;
}
.abc a:hover {
  text-decoration: none;
}
.abc a:active {
  text-decoration: none;
}
.abc .link {
  float: left;
  border-right: 1px solid #ffffff;
  line-height: 15px;
  height: 16px;
  background-image: linear-gradient(#ccc, #efefef, #ccc);
}
.abc .hover {
  float: left;
  border-right: 1px solid #ffffff;
  line-height: 15px;
  height: 16px;
  background-image: linear-gradient(#07238e, #6987f8, #07238e);
  color: #ffffff;
}
.abc .active {
  float: left;
  border-right: 1px solid #ffffff;
  line-height: 15px;
  height: 16px;
  background-image: linear-gradient(#07238e, #6987f8, #07238e);
  color: #ffffff;
}
/* Pageview */
.fuss {
  width: 100%;
  text-align: center;
}
.fuss .pageview {
  height: 25px;
  margin: 10px 10px 0px 0px;
}
.fuss .pageview img {
  border: 0px;
  margin: 0px 2px 0px 2px;
}
.fuss .pageview .text {
  width: 80px;
  text-align: center;
}
.fuss .form-text-pageview {
  width: 20px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
/* Spezial */
.medien .miniatur {
  width: 110px;
  height: 129px;
  float: left;
  margin: 0px 8px 8px 0px;
}
.medien .miniatur .bild {
  width: 110px;
  height: 110px;
  background-color: #efefef;
  text-align: center;
}
.medien .miniatur .zeile {
  width: 110px;
  height: 18px;
  text-align: center;
  margin-top: 1px;
  padding-top: 2px;
  background-color: #bbbbbb;
}
/* Spezial */
.rahmen_aus {
  border: 1px solid buttonface;
  cursor: pointer;
}
.rahmen_an {
  border: 1px solid black;
  cursor: pointer;
}
.debug-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 1px;
  background-color: #F99D1C;
  font-size: 9px;
}
/* Spezial (html5 doctype) */
.tabelle .liste img {
  display: block;
}
.tabelle .liste .sortierung img {
  display: inline;
}
.kontext-feld img {
  display: block;
}
.datum-abstand img {
  display: block;
}
.zeile-abstand img {
  display: block;
}
.glyphicon-ban-circle {
  color: #d9534f;
}
.glyphicon-ok-circle {
  color: #67936f;
}
.glyphicon-eye-open,
.glyphicon-cog {
  color: #bf9e7b;
}
#content .liste td {
  padding: 0 5px;
}
#content .liste td.sortierung {
  white-space: nowrap;
}
.error {
  color: red;
}
.warning {
  color: darkorange;
}
/* Forms */
textarea {
  background-color: #efefef;
  border: 1px;
}
input {
  background-color: #efefef;
  border: 2px;
}
input:not([type="image"]),
textarea {
  box-sizing: border-box;
}
select {
  background-color: #efefef;
  border: 1px;
}
.button {
  cursor: pointer;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid;
  border-color: #F6F6F6 #4D4D4D #4D4D4D #F6F6F6;
  width: 92px;
  height: 20px;
  background: #ebebeb;
  background: -moz-linear-gradient(top, #ebebeb 0%, #b6b6b6 100%);
  background: -webkit-linear-gradient(top, #ebebeb 0%, #b6b6b6 100%);
  background: linear-gradient(to bottom, #ebebeb 0%, #b6b6b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#b6b6b6', GradientType=0);
}
.texthtml {
  background-color: #efefef;
  border-color: #000000;
}
.form {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 100%;
  border: 1px solid #333333;
}
.form.autocomplete {
  border-color: #707070;
  border-radius: 2px;
}
.form-system {
  font-weight: bold;
}
.form-fliesskomma-int {
  float: left;
  width: 90%;
  border: 1px solid #333333;
}
.form-fliesskomma-int-einheit {
  float: left;
  width: 80%;
  border: 1px solid #333333;
}
.form-fliesskomma-float {
  width: 20px;
  border: 1px solid #333333;
}
.form-checkbox {
  float: left;
  margin-right: 4px !important;
  margin-left: 4px !important;
}
.form-checkbox-text {
  height: 20px;
  vertical-align: middle;
}
.form-dropdown {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 100%;
  border: 1px solid #333333;
}
.form-schmal {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 100%;
  border: 1px solid #333333;
}
.form-bild {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 85%;
  border: 1px solid #333333;
}
.form-bild-bild {
  margin-left: 5px;
  border: 0px;
  vertical-align: top;
}
.form-datei {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 100%;
  border: 1px solid #333333;
}
.form-bezeichner {
  font-size: 10px;
  color: #000000;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 2px;
  line-height: 14px;
}
.form-feld {
  margin-top: 3px;
  padding: 1px 3px;
  border: 1px solid #cccccc;
  background: #efefef;
  min-height: 1.8em;
}
.form-einheit {
  font-weight: bold;
  padding-top: 2px;
  line-height: 20px;
}
.form-hinweis {
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 9px;
}
.form-hinweis a {
  font-size: 9px;
}
.form-spalte {
  padding: 1px;
}
.form-spalte-feld {
  padding: 1px;
}
.form-spalte-einheit {
  font-weight: bold;
}
.form-fuss:after {
  width: 100%;
  height: 5px;
  position: absolute;
  background-color: #d6d6d6;
  bottom: 0;
  left: 0;
  content: '';
}
.form-fuss .li {
  float: left;
  width: 30px;
  height: 35px;
  border: 0;
  position: relative;
  background-color: #fff;
}
.form-fuss .li:after {
  width: 0;
  height: 0;
  border-top: 29px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0 solid #d6d6d6;
  border-left: 25px solid #d6d6d6;
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
}
.form-fuss .hg {
  float: left;
  height: 35px;
  padding-top: 5px;
  text-align: center;
  background: #FFFFFF;
}
.form-fuss .re {
  float: left;
  width: 30px;
  height: 35px;
  border: 0;
  position: relative;
  background-color: #fff;
}
.form-fuss .re:after {
  width: 0;
  height: 0;
  border-top: 29px solid transparent;
  border-right: 25px solid #d6d6d6;
  border-bottom: 0 solid #d6d6d6;
  border-left: 0 solid transparent;
  position: absolute;
  top: 6px;
  right: 0;
  content: '';
}
.form-hilfe,
.form-meldung,
.form-achtung,
.form-fehler {
  margin: 10px 0;
  width: 100%;
  background: #DFDFDF;
  box-sizing: border-box !important;
}
.form-hilfe .text,
.form-meldung .text,
.form-achtung .text,
.form-fehler .text {
  padding: 5px 10px 10px 10px;
}
.form-hilfe .zeile,
.form-meldung .zeile,
.form-achtung .zeile,
.form-fehler .zeile {
  padding: 5px 10px 10px 10px;
}
.form-hilfe .titel,
.form-meldung .titel,
.form-achtung .titel,
.form-fehler .titel {
  height: 16px;
  line-height: 14px;
  border-bottom: 1px solid #FFFFFF;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}
.form-hilfe .titel .symbol,
.form-meldung .titel .symbol,
.form-achtung .titel .symbol,
.form-fehler .titel .symbol {
  display: block;
  height: 24px;
  width: 24px;
  margin: -4px 10px 0 5px;
  float: left;
  border-radius: 50%;
}
.form-hilfe .titel .symbol:after,
.form-meldung .titel .symbol:after,
.form-achtung .titel .symbol:after,
.form-fehler .titel .symbol:after {
  font: normal normal normal 23px/1 FontAwesome;
  color: #fff;
  display: block;
  text-align: center;
}
.form-hilfe .titel {
  background: #84ccfd;
  background: -moz-linear-gradient(top, #84ccfd 0%, #0085d8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #84ccfd), color-stop(100%, #0085d8));
  background: -webkit-linear-gradient(top, #84ccfd 0%, #0085d8 100%);
  background: -o-linear-gradient(top, #84ccfd 0%, #0085d8 100%);
  background: -ms-linear-gradient(top, #84ccfd 0%, #0085d8 100%);
  background: linear-gradient(to bottom, #84ccfd 0%, #0085d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#84ccfd, endColorstr=#0085d8, GradientType=0);
}
.form-hilfe .titel .symbol {
  background-color: #0085d8;
}
.form-hilfe .titel .symbol:after {
  content: '\f29c';
}
.form-fehler .titel {
  background: #ff8e8e;
  background: -moz-linear-gradient(top, #ff8e8e 0%, firebrick 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8e8e), color-stop(100%, firebrick));
  background: -webkit-linear-gradient(top, #ff8e8e 0%, firebrick 100%);
  background: -o-linear-gradient(top, #ff8e8e 0%, firebrick 100%);
  background: -ms-linear-gradient(top, #ff8e8e 0%, firebrick 100%);
  background: linear-gradient(to bottom, #ff8e8e 0%, firebrick 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff8e8e, endColorstr=firebrick, GradientType=0);
}
.form-fehler .titel .symbol {
  background-color: firebrick;
}
.form-fehler .titel .symbol:after {
  content: '\f05c';
}
.form-meldung .titel {
  background: #92e5ae;
  background: -moz-linear-gradient(top, #92e5ae 0%, #00B638 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #92e5ae), color-stop(100%, #00B638));
  background: -webkit-linear-gradient(top, #92e5ae 0%, #00B638 100%);
  background: -o-linear-gradient(top, #92e5ae 0%, #00B638 100%);
  background: -ms-linear-gradient(top, #92e5ae 0%, #00B638 100%);
  background: linear-gradient(to bottom, #92e5ae 0%, #00B638 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#92e5ae, endColorstr=#00B638, GradientType=0);
}
.form-meldung .titel .symbol {
  background-color: #00B638;
}
.form-meldung .titel .symbol:after {
  content: '\f05d';
}
.form-achtung .titel {
  background: #f4e689;
  background: -moz-linear-gradient(top, #f4e689 0%, #E7CB0F 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4e689), color-stop(100%, #E7CB0F));
  background: -webkit-linear-gradient(top, #f4e689 0%, #E7CB0F 100%);
  background: -o-linear-gradient(top, #f4e689 0%, #E7CB0F 100%);
  background: -ms-linear-gradient(top, #f4e689 0%, #E7CB0F 100%);
  background: linear-gradient(to bottom, #f4e689 0%, #E7CB0F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4e689, endColorstr=#E7CB0F, GradientType=0);
}
.form-achtung .titel .symbol {
  background-color: #E7CB0F;
}
.form-achtung .titel .symbol:after {
  content: '\f06a';
}
.form-zeitstempel {
  margin-top: 3px;
}
.form-zeitstempel .zeile {
  font-size: 9px;
}
.form-pfad {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-pfad .vorgaenger {
  background-image: linear-gradient(#efefef, #ccc);
}
.form-pfad .trenner {
  background-image: linear-gradient(#999, #ccc);
}
.form-pfad .aktuell {
  background-color: #efefef;
}
.form-pfad .root {
  background-image: linear-gradient(#efefef, #999);
}
.form-pfad .root-aktiv {
  background-color: #efefef;
}
.form-reiter {
  margin-top: 10px;
}
.form-reiter .flaggen {
  margin-bottom: -10px;
}
.form-reiter .form-bezeichner {
  font-size: 10px;
  color: #000000;
  font-weight: bold;
  line-height: 15px;
}
.form-reiter-toolbar .flaggen {
  margin-left: 10px;
}
.form-reiter-toolbar img {
  margin-top: 5px;
}
/* Listbox */
.listbox-liste {
  width: 100%;
  overflow: auto;
  border: 1px solid #555;
  background-color: #fff;
}
.listbox-liste .zeile {
  margin: 1px 1px 1px 1px;
  padding: 0 1px 0 2px;
  line-height: 20px;
  font-weight: normal;
  background-color: transparent;
  border: 1px solid #DDD;
}
.listbox-liste .hover {
  background-color: #CFD6E8;
  border: 1px solid #737B92;
}
.listbox-liste .zeile div {
  padding: 0 0 0 2px;
}
/* Checkbox Liste */
.checkbox-liste {
  width: 100%;
  overflow: auto;
  border: 1px solid #555;
}
.checkbox-liste .zeile {
  margin: 1px 1px 1px 1px;
  padding: 0 1px 0 2px;
  line-height: 20px;
  font-weight: normal;
  background-color: transparent;
  cursor: hand;
  border: 1px solid #DDD;
}
.checkbox-liste .hover {
  background-color: #CFD6E8;
  border: 1px solid #737B92;
}
.checkbox-liste .zeile div {
  padding: 0 0 0 2px;
}
.checkbox-liste .zeile input {
  float: right;
}
/* Checkbox Baum */
.checkbox-baum {
  width: 100%;
  overflow: auto;
  border: 1px solid #555;
}
.checkbox-baum .klapper .baum-zeile {
  cursor: hand;
  border: 1px solid #DDD;
}
.checkbox-baum .klapper .hover {
  background-color: #CFD6E8;
  border: 1px solid #737B92;
}
.checkbox-baum .klapper .zeile .bild {
  float: left;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background-color: transparent;
}
.checkbox-baum .klapper .zeile .bild img,
.checkbox-baum .klapper .zeile .bild span {
  margin: 2px 0 0 1px;
}
.checkbox-baum .klapper .zeile .text {
  margin: 1px 1px 1px 16px;
  padding: 0 1px 0 2px;
  line-height: 20px;
  font-weight: normal;
  background-color: transparent;
}
.checkbox-baum .klapper .zeile .text div {
  padding: 0 0 0 2px;
}
.checkbox-baum .klapper .zeile .text input {
  float: right;
}
.checkbox-baum .klapper .hinweis {
  margin: 0 0 0 22px;
  padding: 0;
  background-color: transparent;
}
.fehler {
  background-color: #f0b1b6;
}
table.fehler {
  background-color: inherit;
}
table.fehler input[type=text] {
  background-color: #f0b1b6;
}
.spalten {
  width: 100%;
  -webkit-column-count: 5;
  /* Chrome, Safari, Opera */
  -moz-column-count: 5;
  /* Firefox */
  column-count: 5;
  -webkit-column-fill: auto;
  /* Chrome, Safari, Opera */
  -moz-column-fill: auto;
  /* Firefox */
  column-fill: auto;
  height: 100%;
}
#content .spalte {
  padding: 0 5px 5px 5px;
  margin-top: 25px;
  margin-bottom: 10px;
}
#content .spalte .titel-m {
  background-color: transparent;
  margin: -23px -5px 0 -5px;
  width: auto;
  border-bottom: 1px solid transparent;
}
#content .spalte input,
#content .spalte .form-dropdown,
#content .spalte .form-feld,
#content .spalte textarea {
  background-color: #fff;
}
.spalte.unformatiert {
  border: 1px solid transparent;
}
#content .schema-standard {
  background-color: transparent;
  border: 1px solid transparent;
}
#content .schema-standard .titel-m {
  border-bottom-color: #9f9f9f;
}
#content .schema-standard input,
#content .schema-standard .form-dropdown,
#content .schema-standard .form-feld,
#content .schema-standard textarea {
  background-color: #efefef;
}
#content .spalten .spalte .spalte-block {
  display: inline-block;
  width: 100%;
}
#content .spalten .spalte .spalte-block .titel-m {
  background-image: none;
  margin-top: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#content .spalten .spalte .spalte-block .titel-m .titel-text {
  margin: 0;
  padding: 0;
  float: none;
}
.auto-height {
  height: auto !important;
}
.fortschritt {
  margin: 1em;
}
.fortschritt .zeile-einheit td {
  width: 25%;
  position: relative;
  height: 1em;
}
.fortschritt .zeile-einheit td:after {
  content: '';
  border: 0 solid #000;
  border-left-width: 1px;
  text-align: center;
  position: absolute;
  top: 1.5em;
  left: 0;
  height: 0.6em;
}
.fortschritt .zeile-einheit td:before {
  position: absolute;
  left: -1em;
  top: -0.3em;
  width: 2em;
  text-align: center;
}
.fortschritt .zeile-einheit td:first-of-type:before {
  content: '0';
}
.fortschritt .zeile-einheit td:nth-of-type(2):before {
  content: '25';
}
.fortschritt .zeile-einheit td:nth-of-type(3):before {
  content: '50';
}
.fortschritt .zeile-einheit td:nth-of-type(4):before {
  content: '75';
}
.fortschritt .zeile-einheit td:last-of-type {
  width: 0;
}
.fortschritt .zeile-einheit td:last-of-type:before {
  content: '100';
}
.fortschritt .zeile-balken {
  background-color: #ddd;
}
.fortschritt .zeile-balken .balken {
  height: 0.8em;
  text-align: center;
}
.fortschritt .zeile-balken .balken.green {
  background: #bfd255;
  background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0);
}
.fortschritt .zeile-balken .balken.orange {
  background: #fceabb;
  background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
}
.fortschritt .zeile-balken .balken.red {
  background: #f85032;
  background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  background: -webkit-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
}
.kind-tab {
  text-align: right;
  white-space: nowrap;
  position: absolute;
  top: 26px;
  right: 0;
}
.kind-button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #F6F6F6 #aeaeae #aeaeae #F6F6F6;
  background: #ebebeb;
  background: -moz-linear-gradient(top, #ccc 0%, #ebebeb 100%);
  background: -webkit-linear-gradient(top, #ccc 0%, #ebebeb 100%);
  background: linear-gradient(to bottom, #ccc 0%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#ebebeb', GradientType=0);
  padding: 6px 4px;
  margin: 0 5px 2px 0;
  display: block;
  width: 32px;
  text-align: center;
  border-radius: 0 0 8px 8px;
  float: right;
}
.kind-button.aktiv,
.kind-button:hover {
  background: #ccc;
  background: -moz-linear-gradient(top, #ccc 0%, #07238e 100%);
  background: -webkit-linear-gradient(top, #ccc 0%, #07238e 100%);
  background: linear-gradient(to bottom, #ccc 0%, #07238e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='@primary-color', GradientType=0);
}
.kind-button.aktiv img,
.kind-button:hover img {
  margin-top: 4px;
}
.sortierung .arrow {
  background-image: linear-gradient(#efefef, #ccc);
  font-size: 0.8em;
  padding: 1px 2px;
  margin: 0 1px;
  border: 1px solid #aeaeae;
}
.sortierung .arrow:first-of-type {
  margin-left: 0;
}
.sortierung .arrow .aktiv,
.sortierung .arrow:hover,
.sortierung .arrow:focus,
.sortierung .arrow:active {
  color: #07238e;
}
.sortierung .arrow:hover {
  background-image: linear-gradient(#ccc, #efefef);
}
.form-pfad {
  border-bottom: 1px solid #aeaeae;
  clear: both;
}
.form-pfad:after {
  clear: both;
}
.form-pfad a {
  text-decoration: none;
}
.form-pfad .text {
  background-image: linear-gradient(#efefef, #ccc);
  height: 22px;
}
.form-pfad .root {
  height: 100%;
  width: 25px;
  float: left;
  padding-top: 2px;
  background-image: linear-gradient(#efefef, #aaa);
}
.form-pfad .root.aktiv,
.form-pfad .root:hover {
  background-image: none;
  background-color: #efefef;
}
.form-pfad .pfad {
  height: 100%;
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
}
.form-pfad .vorgaenger {
  background-image: linear-gradient(#efefef, #aaa);
}
.form-pfad .vorgaenger:hover {
  background-image: none;
  background-color: #efefef;
}
.form-pfad .aktuell {
  background-image: none;
  background-color: #efefef;
}
.form-pfad .trenner {
  margin-right: 1px;
  float: left;
  line-height: 26px;
  height: 100%;
  width: 1px;
  border-right: 1px solid #aeaeae;
  -webkit-box-shadow: 1px 0px 0px 0px #ffffff;
  -moz-box-shadow: 1px 0px 0px 0px #ffffff;
  box-shadow: 1px 0px 0px 0px #ffffff;
}
/*# sourceMappingURL=style.css.map */