/* (c) it.x informationssysteme gmbh, Alle Rechte vorbehalten. */
/* (c) it.x informationssysteme gmbh, Alle Rechte vorbehalten. */
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v20-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* Form Hilfe */
/* Form Login */
/* Forms */
select,
textarea,
input {
  border: 0 solid transparent;
  border-bottom: 1px solid #6D6D6D;
  margin-bottom: 1px;
  background-color: #efefef;
  line-height: 16px;
}
select:focus,
textarea:focus,
input:focus {
  border-color: #911922;
  border-bottom-width: 2px;
  margin-bottom: 0;
}
input:not([type="image"]),
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button {
  cursor: pointer;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  min-width: 100px;
  height: 30px;
  background-color: #efefef;
  border: 0 solid transparent;
}
.button:hover {
  background-color: #911922;
  color: #ffffff;
}
.button.button-small {
  font-size: calc(12px * 85 / 100);
  height: calc(30px * 85 / 100);
  min-width: unset;
  width: auto;
}
.texthtml {
  background-color: #efefef;
  border-color: #000000;
}
.form {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  padding: 4px;
}
.form.autocomplete {
  border-color: #707070;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.form-system {
  font-weight: bold;
}
.form-fliesskomma-int {
  float: left;
  width: 90%;
}
.form-fliesskomma-int-einheit {
  float: left;
  width: 80%;
}
.form-fliesskomma-float {
  width: 20px;
}
.form-checkbox {
  float: left;
  margin-right: 4px !important;
  margin-left: 4px !important;
  cursor: pointer;
}
.form-checkbox-text {
  height: 20px;
  vertical-align: middle;
}
.form-checkbox-text label {
  cursor: pointer;
}
.form-dropdown {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  width: 100%;
  padding: 4px;
  cursor: pointer;
  min-width: 65px;
}
.form-schmal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  width: 100%;
}
.form-bild {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  width: 85%;
  padding: 4px;
}
.form-bild-bild {
  margin-left: 5px;
  border: 0px;
  vertical-align: top;
}
.form-datei {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  width: 100%;
}
.form-datum {
  float: left;
}
.form-datum td {
  padding: 0 3px 0 3px;
}
.form-datum td:first-of-type {
  padding-left: 0;
}
.form-bezeichner {
  font-size: 12px;
  color: #6D6D6D;
  font-weight: normal;
  padding-top: 12px;
  padding-bottom: 4px;
  line-height: 14px;
  position: relative;
}
.form-bezeichner:empty {
  display: none;
}
.form-bezeichner.tooltip-hilfe {
  cursor: help;
}
.form-bezeichner.tooltip-hilfe:hover:after {
  color: #6D6D6D;
  background-color: #fff;
}
.form-bezeichner.tooltip-hilfe:after {
  color: #fff;
  background-color: #6D6D6D;
  margin-top: 6px;
  line-height: 16px;
  content: '\f29c';
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  top: 0;
  text-align: center;
  font-family: FontAwesome;
  border-radius: 14px;
  border: 1px solid currentColor;
}
.tooltip {
  background-color: #fff;
  border-radius: 4px;
  padding: 4px;
  border: 1px solid currentColor;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  font-style: italic;
}
.tooltip:before {
  content: '\f05a';
  padding-right: 3px;
  font-family: FontAwesome;
  font-style: normal;
}
.vergleich .form-feld {
  background-color: transparent !important;
  font-style: italic;
  padding: 4px 4px 4px 24px;
  color: darkorange;
}
.vergleich .form-feld:after {
  content: '\f0ec';
  right: unset;
  left: 0;
}
.form-feld {
  cursor: default;
  margin-top: 3px;
  padding: 4px 20px 4px 4px;
  border-bottom: 1px solid transparent;
  background: #efefef;
  min-height: 1em;
  font-size: 12px;
  line-height: 16px;
  position: relative;
}
.form-feld.einheit {
  float: left;
  width: 80%;
  margin-right: 3px;
}
.form-feld:after {
  content: '\f06e';
  position: absolute;
  right: 0;
  width: 20px;
  top: 0;
  text-align: center;
  line-height: 25px;
  font-family: FontAwesome;
  opacity: 0.2;
}
.form-einheit {
  font-weight: normal;
  line-height: 28px;
  margin-left: 3px;
  color: #6D6D6D;
}
.form-hinweis {
  margin-top: 3px;
  font-size: 12px;
  position: relative;
  color: #6D6D6D;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  font-style: italic;
}
.form-hinweis:before {
  content: '\f05a';
  padding-right: 3px;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 1.2em;
}
.form-hinweis a {
  font-size: 12px;
}
.form-spalte-feld,
.form-spalte {
  padding: 3px;
}
.form-spalte-einheit {
  font-weight: bold;
}
.form-fuss .hg {
  padding: 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.form-fuss .li,
.form-fuss .re,
.form-fuss .clearfix {
  display: none;
}
.form-hilfe,
.form-meldung,
.form-achtung,
.form-fehler {
  margin: 10px 0 0 0;
  width: 100%;
  background: #DFDFDF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.form-hilfe ul,
.form-meldung ul,
.form-achtung ul,
.form-fehler ul {
  margin: 0;
  padding-left: 1.5em;
}
.form-hilfe .text,
.form-meldung .text,
.form-achtung .text,
.form-fehler .text,
.form-hilfe .zeile,
.form-meldung .zeile,
.form-achtung .zeile,
.form-fehler .zeile {
  padding: 10px;
}
.form-hilfe .titel,
.form-meldung .titel,
.form-achtung .titel,
.form-fehler .titel {
  line-height: 20px;
  border-bottom: 1px solid #FFFFFF;
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  width: 100%;
  position: relative;
}
.form-hilfe .titel .symbol,
.form-meldung .titel .symbol,
.form-achtung .titel .symbol,
.form-fehler .titel .symbol {
  display: block;
  height: 24px;
  width: 24px;
  margin: -3px 10px 0 5px;
  float: left;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.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;
  line-height: 24px;
}
.form-hilfe .titel .symbol.close,
.form-meldung .titel .symbol.close,
.form-achtung .titel .symbol.close,
.form-fehler .titel .symbol.close {
  float: right;
  background-color: #fff;
  cursor: pointer;
}
.form-hilfe .titel .symbol.close:hover:after,
.form-meldung .titel .symbol.close:hover:after,
.form-achtung .titel .symbol.close:hover:after,
.form-fehler .titel .symbol.close:hover:after {
  color: #fff;
}
.form-hilfe .titel .symbol.close:after,
.form-meldung .titel .symbol.close:after,
.form-achtung .titel .symbol.close:after,
.form-fehler .titel .symbol.close:after {
  content: '\f05c';
}
@media print {
  .form-hilfe {
    display: none;
  }
}
.form-hilfe .titel {
  background-color: #0085d8;
}
.form-hilfe .titel .symbol {
  background-color: #0085d8;
}
.form-hilfe .titel .symbol.close:hover {
  background-color: #0085d8;
}
.form-hilfe .titel .symbol.close:after {
  color: #0085d8;
}
.form-hilfe .titel .symbol:after {
  content: '\f29c';
}
.form-fehler .titel {
  background-color: firebrick;
}
.form-fehler .titel .symbol {
  background-color: firebrick;
}
.form-fehler .titel .symbol.close:hover {
  background-color: firebrick;
}
.form-fehler .titel .symbol.close:after {
  color: firebrick;
}
.form-fehler .titel .symbol:after {
  content: '\f06a';
}
.form-meldung .titel {
  background-color: #00B638;
}
.form-meldung .titel .symbol {
  background-color: #00B638;
}
.form-meldung .titel .symbol.close:hover {
  background-color: #00B638;
}
.form-meldung .titel .symbol.close:after {
  color: #00B638;
}
.form-meldung .titel .symbol:after {
  content: '\f05d';
}
.form-achtung .titel {
  background-color: darkorange;
}
.form-achtung .titel .symbol {
  background-color: darkorange;
}
.form-achtung .titel .symbol.close:hover {
  background-color: darkorange;
}
.form-achtung .titel .symbol.close:after {
  color: darkorange;
}
.form-achtung .titel .symbol:after {
  content: '\f06a';
}
.form-zeitstempel {
  padding: 10px 0 0 0;
  display: inline-block;
  float: right;
}
.form-zeitstempel .zeile {
  font-size: 12px;
  text-align: right;
}
.form-pfad {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  clear: both;
}
.form-pfad table {
  border-collapse: collapse;
  border-spacing: 0;
}
.form-pfad:after {
  clear: both;
}
.form-pfad a {
  text-decoration: none;
}
.form-pfad .text {
  height: 30px;
}
.form-pfad .root {
  height: 100%;
  width: 25px;
  float: left;
  padding-top: 5px;
  text-align: center;
}
.form-pfad .root a {
  line-height: 30px;
  display: inline-block;
}
.form-pfad .root.aktiv,
.form-pfad .root:hover {
  background-color: #911922;
}
.form-pfad .root.aktiv a,
.form-pfad .root:hover a {
  color: #ffffff;
}
.form-pfad .pfad {
  height: 100%;
  float: left;
  padding: 0 7px;
  line-height: 30px;
}
.form-pfad .vorgaenger:hover {
  background-color: #911922;
}
.form-pfad .vorgaenger:hover a {
  color: #ffffff;
}
.form-pfad .trenner {
  background-image: -moz-linear-gradient(#999, #ccc);
  background-image: -webkit-linear-gradient(#999, #ccc);
  background-image: -o-linear-gradient(#999, #ccc);
  background-image: linear-gradient(#999, #ccc);
  margin-right: 0;
  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;
  color: 1px 0px 0px 0px #ffffff;
}
.form-pfad .aktuell {
  background-image: none;
}
.form-reiter {
  margin-top: 10px;
}
.form-reiter .flaggen {
  margin-bottom: -10px;
}
.form-reiter .form-bezeichner {
  font-size: 12px;
  color: #6D6D6D;
  font-weight: normal;
  padding-top: 12px;
  padding-bottom: 4px;
  line-height: 14px;
}
.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 .zeile.inaktiv {
  color: #999999;
}
.listbox-liste .zeile:hover {
  background-color: #efefef;
  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 .klapper .zeile {
  background-color: #ccc;
}
.checkbox-liste .klapper .zeile:hover {
  background-color: rgba(145, 25, 34, 0.5);
  color: #6D6D6D;
}
.checkbox-liste .klapper .zeile:hover .text {
  color: #ffffff;
}
.checkbox-liste .klapper .hinweis {
  padding: 0;
}
.checkbox-liste .klapper .hinweis .zeile {
  padding: 0 6px;
  background-color: #fff;
}
.checkbox-liste .klapper .hinweis .zeile:hover {
  background-color: #efefef;
}
.checkbox-liste .zeile {
  margin: 1px 1px 1px 1px;
  padding: 0 1px 0 2px;
  line-height: 20px;
  font-weight: normal;
  background-color: white;
  cursor: pointer;
  border: 1px solid #DDD;
}
.checkbox-liste .zeile:hover {
  background-color: #efefef;
  border: 1px solid #737B92;
}
.checkbox-liste .zeile.inaktiv {
  color: #999999;
}
.checkbox-liste .zeile div {
  padding: 0 0 0 2px;
}
.checkbox-liste .zeile input {
  float: right;
}
#content .check-all {
  width: 100%;
}
#content .check-all td {
  text-align: right;
  padding: 4px 6px 0 0;
  vertical-align: middle;
}
#content .check-all td label {
  font-weight: bold;
  display: inline;
  cursor: pointer;
}
#content .check-all td input[type="checkbox"] {
  padding: 0;
  margin: 0 0 0 4px;
  outline: 0;
}
/* Checkbox Baum */
.checkbox-baum {
  width: 100%;
  overflow: auto;
  border: 1px solid #555;
}
.checkbox-baum .klapper .zeile {
  background-color: transparent;
}
.checkbox-baum .klapper .zeile .bild {
  float: left;
  overflow: hidden;
  width: 16px;
  height: 24px;
  background-color: transparent;
  margin-right: 0;
}
.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 .baum-zeile {
  cursor: pointer;
  border: 1px solid #DDD;
}
.checkbox-baum .klapper .baum-zeile:hover {
  background-color: #efefef;
  border: 1px solid #737B92;
}
.checkbox-baum .klapper .baum-zeile.inaktiv {
  color: #999999;
}
.checkbox-baum .klapper .hinweis {
  margin: 0 0 0 22px;
  padding: 0;
  background-color: transparent;
  border: 0 solid transparent;
}
table.fehler {
  background-color: inherit;
}
table.fehler input[type=text] {
  background-color: #f0b0b0;
}
.spalten {
  width: 100%;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
  height: auto;
  margin-top: 25px;
  border: 1px solid transparent;
}
.spalten .spalte:first-of-type {
  margin-top: 0 !important;
}
.spalten .spalte .nobreak {
  break-inside: avoid;
}
#content > div:first-of-type {
  margin-top: 0 !important;
}
#content .feld-fehler input[type="text"],
#content .feld-fehler select,
#content .feld-fehler textarea {
  border-bottom-color: firebrick;
  border-bottom-width: 2px;
  margin-bottom: 0;
}
#content .feld-fehler input[type="checkbox"] {
  border-width: 0;
  outline: 2px solid firebrick;
}
#content .feld-fehler .checkbox-baum,
#content .feld-fehler .checkbox-liste,
#content .feld-fehler .listbox-liste {
  border: 1px solid firebrick;
}
#content .feld-fehler .checkbox-baum input[type="checkbox"],
#content .feld-fehler .checkbox-liste input[type="checkbox"],
#content .feld-fehler .listbox-liste input[type="checkbox"] {
  border-width: inherit;
  outline: inherit;
}
#content .fehler-zeile {
  margin-top: 3px;
  margin-bottom: 0;
  position: relative;
}
#content .fehler-zeile .fehler-text {
  color: firebrick;
}
#content .fehler-zeile .zeile {
  color: firebrick;
}
#content .fehler-zeile .zeile:before {
  content: '\f06a';
  padding-right: 3px;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 1.2em;
}
#content .spalte {
  padding: 0 10px 10px 10px;
  margin-top: 25px;
  margin-bottom: 10px;
  border-radius: 0;
  border: 0 solid transparent;
}
#content .spalte .liste {
  border-spacing: 4px;
  background-color: #efefef;
}
#content .spalte .liste.liste-inline {
  border-spacing: 0;
  background-color: transparent;
}
#content .spalte .liste.liste-inline td,
#content .spalte .liste.liste-inline th {
  padding: 0;
}
#content .spalte .liste table td {
  padding: 0;
}
#content .spalte .liste td,
#content .spalte .liste th {
  padding: 4px;
  font-size: 12px;
}
#content .spalte .liste th:empty {
  background-color: transparent;
}
#content .spalte:not(.colorless) input:not(.button),
#content .spalte:not(.colorless) .form-dropdown,
#content .spalte:not(.colorless) .form-feld,
#content .spalte:not(.colorless) textarea {
  background-color: #fff;
}
#content .spalten .spalte .spalte-block {
  display: inline-block;
  width: 100%;
}
.auto-height {
  height: auto !important;
}
.fortschritt {
  margin: 1em;
}
.fortschritt td {
  padding: 0;
}
.fortschritt .zeile-einheit td {
  width: 25%;
  position: relative;
  height: 1em;
  padding: 1em 0;
}
.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 td {
  border: 1px solid #ccc;
}
.fortschritt .zeile-balken .balken {
  height: 0.8em;
  text-align: center;
}
.fortschritt .zeile-balken .balken.green {
  background: #bfd255;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZDI1NSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM4ZWI5MmEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjNzJhYTAwIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZWNiMmQiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  background-image: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  background-image: -o-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  background-image: linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
}
.fortschritt .zeile-balken .balken.orange {
  background: #fceabb;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZWFiYiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmY2NkNGQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZjhiNTAwIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmRmOTMiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background-image: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background-image: -o-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background-image: linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
}
.fortschritt .zeile-balken .balken.red {
  background: #f85032;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4NTAzMiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmMTZmNWMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZjYyOTBjIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2YwMmYxNyIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTczODI3IiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  background-image: -webkit-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  background-image: -o-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  background-image: linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
}
.form-abschluss {
  margin-bottom: 20px;
}
