/* Fehler bei der Verkleinerung. Der Inhalt wird unverkleinert zurückgegeben.
(916,29): run-time error CSS1046: Expect comma, found '241'
(916,36): run-time error CSS1046: Expect comma, found ')'
(920,29): run-time error CSS1046: Expect comma, found '202'
(920,36): run-time error CSS1046: Expect comma, found ')'
 */
html {
  background-color: #e2e2e2;
  margin: 0;
  padding: 0;
}

@media print {
  html {
    background-color: #fff;
  }

  #symbolleiste {
    display: none;
  }
}

body {
  background-color: #fff;
  color: #333;
  font-size: 85%;
  font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
}

a {
  color: #333;
  outline: none;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: underline;
}

  a.ui-icon {
    padding-left: 0;
    padding-right: 0;
  }

  a:link, a:visited,
  a:active, a:hover {
    color: #002f65;
  }

  a:hover {
    background-color: #c7d1d6;
  }

header, footer, hgroup,
nav, section {
  display: block;
}

nav {
  padding-bottom: 16px;
}

mark {
  background-color: #a6dbed;
  padding-left: 5px;
  padding-right: 5px;
}

.r {
  text-align: right !important;
}

.l {
  text-align: left !important;
}

.c {
  text-align: center !important;
}

.b {
  font-weight: bold !important;
}

.bb, tr.bb td, tr.bb th {
  border-bottom: solid 1px #666 !important;
}

.bt, tr.bt td, tr.bt th {
  border-top: solid 1px #666 !important;
}

.vertical {
  writing-mode: vertical-rl;
  /*    transform: rotate(180deg);
*/
}

td.mb-2px input {
  margin-bottom: 2px;
}

td.mb-0px input {
  margin-bottom: 0px;
}

.sonntag {
  background-color: #f78484;
}

.samstag {
  background-color: #eabdbd;
}

.hatfrei {
  background-color: #c8c8c8;
}

.feiertag {
  background-color: #f5a1a1;
}

th.feiertag {
  color: red;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-left {
  clear: left;
}

.pl-1em {
  padding-left: 1em;
}

ul.no-bullets {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

div.textarea-100prozent, div.textarea-95prozent {
  float: none;
  /*padding-right: 50px;*/
}

  div.textarea-100prozent textarea, div.textarea-95prozent textarea {
    height: 20em;
    box-sizing: border-box;
  }

div.textarea-medium-hight textarea {
  height: 5em !important;
}

div.textarea-100prozent textarea {
  width: 100%;
}

div.textarea-95prozent textarea {
  width: 95%;
}

div.textarea-100prozent button, div.textarea-95prozent button {
  bottom: 14px;
}

button.nach-rechts-button, button.nach-links-button {
  padding: 0px 1px;
  margin: 0px 3px;
  height: 17px;
}

div.drag-drop-ebene-1 {
  background-color: #9cc690;
  margin: 3px 0px;
  padding: 3px;
}

div.drag-drop-ebene-2 {
  background-color: #bcccbc;
  margin: 3px 20px;
  padding: 3px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  div.textarea-100prozent button, div.textarea-95prozent button {
    bottom: 0px;
  }
}

div.textarea-100prozent.pl-1em, div.textarea-95prozent.pl-1em {
  padding-left: 0px;
}


div.textarea-100prozent button.ui-button {
  position: absolute !important;
}



.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

.ofxauto {
  overflow-x: auto;
}

h1, h2, h3,
h4, h5, h6 {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h5, h6 {
  font-size: 1em;
}

  h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
  }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
  margin: 0 10px;
}

.slot-4, .slot-5, .slot-6, .slot-7, .slot-8, .slot-9, .slot-10, .slot-11, .slot-12 {
  position: absolute;
  top: -21px;
}

  .slot-4 a, .slot-5 a, .slot-6 a, .slot-7 a, .slot-8 a, .slot-9 a, .slot-10 a, .slot-11 a, .slot-12 a {
    position: absolute;
    width: 47px;
    height: 47px;
  }

.slot-4 {
  left: 186px;
}

.slot-5 {
  left: 246px;
}

.slot-6 {
  left: 306px;
}

.slot-7 {
  left: 366px;
}

.slot-8 {
  left: 426px;
}

.slot-9 {
  left: 486px;
}

.slot-10 {
  left: 546px;
}

.slot-11 {
  left: 606px;
}

.slot-12 {
  left: 666px;
}


#backbutton, #printbutton, #dashboardbutton {
  position: absolute;
  top: -21px;
}



  #backbutton a, #printbutton a, #dashboardbutton a {
    position: absolute;
    width: 47px;
    height: 47px;
  }

#backbutton {
  left: 6px;
}

  #backbutton a {
    background: url(../Images/nav-back.png) no-repeat;
  }

    #backbutton a:hover {
      background: url(../Images/nav-back-inv.png) no-repeat;
    }

#printbutton {
  left: 66px;
}

  #printbutton a {
    background: url(../Images/nav-print.png) no-repeat;
  }

    #printbutton a:hover {
      background: url(../Images/nav-print-inv.png) no-repeat;
    }

#dashboardbutton {
  left: 126px;
}

  #dashboardbutton a {
    background: url(../Images/nav-bar.png) no-repeat;
  }

    #dashboardbutton a:hover {
      background: url(../Images/nav-bar-inv.png) no-repeat;
    }

.nav-image-jahresbericht {
  background: url(../Images/nav-jahresbericht.png) no-repeat;
}

  .nav-image-jahresbericht:hover {
    background: url(../Images/nav-jahresbericht-inv.png) no-repeat;
  }

.nav-image-favorit {
  background: url(../Images/nav-favorit.png) no-repeat;
}

  .nav-image-favorit:hover {
    background: url(../Images/nav-favorit-inv.png) no-repeat;
  }

.nav-image-2xsettings {
  background: url(../Images/nav-2xsettings.png) no-repeat;
}

  .nav-image-2xsettings:hover {
    background: url(../Images/nav-2xsettings-inv.png) no-repeat;
  }

.nav-image-offenearbeitsstunden {
  background: url(../Images/nav-offenearbeitsstunden.png) no-repeat;
}

  .nav-image-offenearbeitsstunden:hover {
    background: url(../Images/nav-offenearbeitsstunden-inv.png) no-repeat;
  }

.nav-image-offenearbeitsstundenLP {
  background: url(../Images/nav-offenearbeitsstundenLP.png) no-repeat;
}

  .nav-image-offenearbeitsstundenLP:hover {
    background: url(../Images/nav-offenearbeitsstundenLP-inv.png) no-repeat;
  }

.nav-image-projektleiterdashboard {
  background: url(../Images/nav-projektleiterdashboard.png) no-repeat;
}

  .nav-image-projektleiterdashboard:hover {
    background: url(../Images/nav-projektleiterdashboard-inv.png) no-repeat;
  }

.nav-image-projektstatistik {
  background: url(../Images/nav-projektstatistik.png) no-repeat;
}

  .nav-image-projektstatistik:hover {
    background: url(../Images/nav-projektstatistik-inv.png) no-repeat;
  }

.nav-image-projektkalkulation {
  background: url(../Images/nav-projektkalkulation.png) no-repeat;
}

  .nav-image-projektkalkulation:hover {
    background: url(../Images/nav-projektkalkulation-inv.png) no-repeat;
  }

.nav-image-techressourcenplanung {
  background: url(../Images/nav-techressourcenplanung.png) no-repeat;
}

  .nav-image-techressourcenplanung:hover {
    background: url(../Images/nav-techressourcenplanung-inv.png) no-repeat;
  }

.nav-image-personalplanung {
  background: url(../Images/nav-personalplanung.png) no-repeat;
}

  .nav-image-personalplanung:hover {
    background: url(../Images/nav-personalplanung-inv.png) no-repeat;
  }


.nav-image-monatsjournal {
  background: url(../Images/nav-monatsjournal.png) no-repeat;
}

  .nav-image-monatsjournal:hover {
    background: url(../Images/nav-monatsjournal-inv.png) no-repeat;
  }

.nav-image-verteiler {
  background: url(../Images/nav-verteiler.png) no-repeat;
}

  .nav-image-verteiler:hover {
    background: url(../Images/nav-verteiler-inv.png) no-repeat;
  }

.nav-image-verteiler-verwalten {
  background: url(../Images/nav-verteiler-verwalten.png) no-repeat;
}

  .nav-image-verteiler-verwalten:hover {
    background: url(../Images/nav-verteiler-verwalten-inv.png) no-repeat;
  }

.nav-image-rechnung {
  background: url(../Images/nav-rechnung.png) no-repeat;
}

  .nav-image-rechnung:hover {
    background: url(../Images/nav-rechnung-inv.png) no-repeat;
  }

.nav-image-mahnung {
  background: url(../Images/nav-mahnung.png) no-repeat;
}

  .nav-image-mahnung:hover {
    background: url(../Images/nav-mahnung-inv.png) no-repeat;
  }

.nav-image-kontoauszug {
  background: url(../Images/nav-kontoauszug.png) no-repeat;
}

  .nav-image-kontoauszug:hover {
    background: url(../Images/nav-kontoauszug-inv.png) no-repeat;
  }

.nav-image-zurliste {
  background: url(../Images/nav-zurliste.png) no-repeat;
}

  .nav-image-zurliste:hover {
    background: url(../Images/nav-zurliste-inv.png) no-repeat;
  }

.nav-image-offenerechnungen {
  background: url(../Images/nav-offenerechnungen.png) no-repeat;
}

  .nav-image-offenerechnungen:hover {
    background: url(../Images/nav-offenerechnungen-inv.png) no-repeat;
  }


.nav-image-abwesenheitsvorschau {
  background: url(../Images/nav-abwesenheitsvorschau.png) no-repeat;
}

  .nav-image-abwesenheitsvorschau:hover {
    background: url(../Images/nav-abwesenheitsvorschau-inv.png) no-repeat;
  }

.nav-image-reisekosten {
  background: url(../Images/nav-reisekosten.png) no-repeat;
}

  .nav-image-reisekosten:hover {
    background: url(../Images/nav-reisekosten-inv.png) no-repeat;
  }

.nav-image-projektstundenverschieben {
  background: url(../Images/nav-projektstundenverschieben.png) no-repeat;
}

  .nav-image-projektstundenverschieben:hover {
    background: url(../Images/nav-projektstundenverschieben-inv.png) no-repeat;
  }

.nav-image-stundenauswertung {
  background: url(../Images/nav-stundenauswertung.png) no-repeat;
}

  .nav-image-stundenauswertung:hover {
    background: url(../Images/nav-stundenauswertung-inv.png) no-repeat;
  }

.nav-image-mitarbeiterstundenauswertung {
  background: url(../Images/nav-mitarbeiterstundenauswertung.png) no-repeat;
}

  .nav-image-mitarbeiterstundenauswertung:hover {
    background: url(../Images/nav-mitarbeiterstundenauswertung-inv.png) no-repeat;
  }

.nav-image-leistungsbilanz {
  background: url(../Images/nav-leistungsbilanz.png) no-repeat;
}

  .nav-image-leistungsbilanz:hover {
    background: url(../Images/nav-leistungsbilanz-inv.png) no-repeat;
  }


.nav-image-projektzeitschnellerfassung {
  background: url(../Images/nav-projektzeitschnellerfassung.png) no-repeat;
}

  .nav-image-projektzeitschnellerfassung:hover {
    background: url(../Images/nav-projektzeitschnellerfassung-inv.png) no-repeat;
  }

.nav-image-projektzeit {
  background: url(../Images/nav-projektzeit.png) no-repeat;
}

  .nav-image-projektzeit:hover {
    background: url(../Images/nav-projektzeit-inv.png) no-repeat;
  }

.nav-image-lampentableau {
  background: url(../Images/nav-lampentableau.png) no-repeat;
}

  .nav-image-lampentableau:hover {
    background: url(../Images/nav-lampentableau-inv.png) no-repeat;
  }

.nav-image-recht {
  background: url(../Images/nav-recht.png) no-repeat;
}

  .nav-image-recht:hover {
    background: url(../Images/nav-recht-inv.png) no-repeat;
  }

.nav-image-rolle {
  background: url(../Images/nav-rolle.png) no-repeat;
}

  .nav-image-rolle:hover {
    background: url(../Images/nav-rolle-inv.png) no-repeat;
  }

.nav-image-anmeldung {
  background: url(../Images/nav-anmeldung.png) no-repeat;
}

  .nav-image-anmeldung:hover {
    background: url(../Images/nav-anmeldung-inv.png) no-repeat;
  }

.bg-image-monatsjournal {
  background: url(../Images/bg-monatsjournal.png) no-repeat;
}

.bg-image-projektzeit {
  background: url(../Images/bg-projektzeit.png) no-repeat;
}

.bg-image-kommtgeht {
  background: url(../Images/bg-kommtgeht.png) no-repeat;
}

.bg-image-alarm {
  background: url(../Images/bg-alarm.png) no-repeat;
}

.bg-image-lampentableau {
  background: url(../Images/bg-lampentableau.png) no-repeat;
}

.bg-image-rechnung {
  background: url(../Images/bg-rechnung.png) no-repeat;
}

.bg-image-lieferschein {
  background: url(../Images/bg-lieferschein.png) no-repeat;
}

.bg-image-firma {
  background: url(../Images/bg-firma.png) no-repeat;
}

.bg-image-kontakt {
  background: url(../Images/bg-kontakt.png) no-repeat;
}

.bg-image-aufgabe {
  background: url(../Images/bg-aufgabe.png) no-repeat;
}

#body {
  background-color: #efeeef;
  clear: both;
  padding-bottom: 35px;
}

@media print {
  #body {
    background-color: white;
  }
}

#details {
  clear: both;
  overflow: auto;
  border: solid 1px #A0A0A0;
  padding: 10px;
}

.main-content {
  /* background: url("../Images/accent.png") no-repeat; */
  padding-left: 10px;
  padding-top: 30px;
  position: relative;
}

.featured + .main-content {
  background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
  min-height: 70px;
  padding-top: 15px;
}

footer {
  clear: both;
  background-color: #e2e2e2;
  font-size: .8em;
  height: 2em;
}

div.warnung, div.info {
  position: absolute;
  top: 10px;
  z-index: 62;
  width: 40%;
  max-width: 960px;
  min-width: 400px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 5px 10px;
}

div.warnung {
  border: solid 1px #ff6a00;
  background-color: #ffd800;
}

div.info {
  border: solid 1px #495f3b;
  background-color: #99d773;
}

  div.warnung hr.trenner, div.info hr.trenner {
    border: 1px dashed #ff6a00;
    border-top: none;
  }




/* site title
----------------------------------------------------------*/
.site-title {
  color: #c8c8c8;
  font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
  font-size: 2.3em;
  margin: 0;
}

  .site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
  }


/* login
----------------------------------------------------------*/
#login {
  display: block;
  font-size: .85em;
  margin: 0 0 10px;
  text-align: right;
}

  #login a {
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
  }

    #login a.username {
      background: none;
      margin: 0;
      padding: 0;
      text-decoration: underline;
    }

  #login ul {
    margin: 0;
  }

  #login li {
    display: inline;
    list-style: none;
  }


/* menu
----------------------------------------------------------*/
ul#menu {
  font-size: 1.3em;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0;
  text-align: right;
}

  ul#menu li {
    display: inline;
    list-style: none;
    padding-left: 15px;
  }

    ul#menu li a {
      background: none;
      color: #999;
      text-decoration: none;
    }

      ul#menu li a:hover {
        color: #333;
        text-decoration: none;
      }

div#subnav {
  margin-top: 3px;
}

/* page elements
----------------------------------------------------------*/
/* Tabellen */

/* Schnellerfassung */
div#schnellerfassung tr.timeular {
  background-color: #84c6f7;
}

div#schnellerfassung tr.inaktiv {
  background-color: #999;
}

table.grid-lines {
  border: solid 1px #333;
  border-collapse: collapse;
}

  table.grid-lines td, table.grid-lines th {
    border: solid 1px #333;
  }

  table.grid-lines td, table.vt td {
    vertical-align: top;
  }

  table.grid-lines table.sub {
    border: none;
    margin: 0px;
    font-size: 85%;
  }

    table.grid-lines table.sub td {
      border: none;
    }

table.w100-prozent {
  width: 100%;
}

.w100-prozent-max800px {
  width: 100%;
  max-width: 800px;
}

div.fixed-columns-container {
  position: relative;
}

  div.fixed-columns-container > div:first-child {
    position: absolute;
    overflow-x: hidden;
    width: 16em;
  }

    div.fixed-columns-container > div:first-child table {
      width: 100%;
    }

  div.fixed-columns-container > div:last-child {
    margin-left: 16em;
    overflow-x: auto;
  }

  div.fixed-columns-container td div {
    height: 1.4em;
    overflow-y: hidden;
  }

th.bg-warning {
  background-color: #f5bf50;
}

td.signal-ok, td.signal-edit, td.signal-insert, td.signal-delete {
  background-repeat: no-repeat;
  background-position: left center;
}

td.signal-ok {
  background-image: url(../Images/signal-ok.png);
}

td.signal-edit {
  background-image: url(../Images/signal-edit.png);
}

td.signal-insert {
  background-image: url(../Images/signal-insert.png);
}

td.signal-delete {
  background-image: url(../Images/signal-delete.png);
}

.ressource-item {
  display: inline-block;
  border: solid 1px #808080;
  padding: 1px 3px;
  margin: 1px 3px;
  border-radius: 3px;
}

  .ressource-item input[type=checkbox] {
    margin-left: 10px;
  }

.hashtag-info {
  clear: left;
  font-size: 90%;
}

tr.option {
  font-size: 85%;
}


tr.gruppensumme {
  font-weight: bold;
}

tr.posnichtdrucken, tr.posnichtdrucken a {
  color: #666;
  font-size: 85%;
}

tr.new-candidate {
  background-color: rgb(218 241 202);
}

tr.delete-candidate {
  background-color: rgb(241 202 202);
}



/* Tabellen in Mehrfachänderungsmasken */
div.editmany table {
  width: 100%;
  table-layout: fixed;
}

  div.editmany table td {
    padding: 2px;
    box-sizing: border-box;
    border-color: #999;
  }

    div.editmany table td input, div.editmany table td textarea.multi-line {
      padding: 2px;
      margin: 0px;
      box-sizing: border-box;
      width: 100%;
      max-width: 100%;
    }



      div.editmany table td input[type=checkbox] {
        width: unset;
      }

      div.editmany table td input[data-textbaustein] + button, div.editmany table td textarea[data-textbaustein] + button {
        position: absolute;
        right: 0px;
        font-size: 0.75em;
      }

/* featured */
.featured {
  background-color: #fff;
}

  .featured .content-wrapper {
    background-color: #7ac0da;
    background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
    background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    color: #3e5667;
    padding: 20px 40px 30px 40px;
  }

  .featured hgroup.title h1, .featured hgroup.title h2 {
    color: #fff;
  }

  .featured p {
    font-size: 1.1em;
  }

/* page titles */
hgroup.title {
  margin-bottom: 10px;
}

  hgroup.title h1, hgroup.title h2 {
    display: inline;
  }

  hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
  }

/* features */
section.feature {
  width: 300px;
  float: left;
  padding: 10px;
}

/* ordered list */
ol.round {
  list-style-type: none;
  padding-left: 0;
}

  ol.round li {
    margin: 25px 0;
    padding-left: 45px;
  }

    ol.round li.zero {
      background: url("../Images/orderedList0.png") no-repeat;
    }

    ol.round li.one {
      background: url("../Images/orderedList1.png") no-repeat;
    }

    ol.round li.two {
      background: url("../Images/orderedList2.png") no-repeat;
    }

    ol.round li.three {
      background: url("../Images/orderedList3.png") no-repeat;
    }

    ol.round li.four {
      background: url("../Images/orderedList4.png") no-repeat;
    }

    ol.round li.five {
      background: url("../Images/orderedList5.png") no-repeat;
    }

    ol.round li.six {
      background: url("../Images/orderedList6.png") no-repeat;
    }

    ol.round li.seven {
      background: url("../Images/orderedList7.png") no-repeat;
    }

    ol.round li.eight {
      background: url("../Images/orderedList8.png") no-repeat;
    }

    ol.round li.nine {
      background: url("../Images/orderedList9.png") no-repeat;
    }

/* content */
article {
  float: left;
  width: 70%;
}

aside {
  float: right;
  width: 25%;
}

  aside ul {
    list-style: none;
    padding: 0;
  }

    aside ul li {
      background: url("../Images/bullet.png") no-repeat 0 50%;
      padding: 2px 0 2px 20px;
    }

.label {
  font-weight: 700;
}

/* login page */
#loginForm {
  border-right: solid 2px #c8c8c8;
  float: left;
  width: 55%;
}

  #loginForm .validation-error {
    display: block;
    margin-left: 15px;
  }

  #loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
  }

  #loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
  }

  #loginForm input {
    width: 250px;
  }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
      width: auto;
    }

#socialLoginForm {
  margin-left: 40px;
  float: left;
  width: 40%;
}

  #socialLoginForm h2 {
    margin-bottom: 5px;
  }

#socialLoginList button {
  margin-bottom: 12px;
}

#logoutForm {
  display: inline;
}

/* contact */
.contact h3 {
  font-size: 1.2em;
}

.contact p {
  margin: 5px 0 0 10px;
}

.contact iframe {
  border: 1px solid #333;
  margin: 5px 0 0 10px;
}

/* version */
.version h3 {
  font-size: 1.5em;
}

.version h4 {
  font-size: 1.2em;
  padding-left: 1em;
}

.version ul {
  margin-top: 0.2em;
}
/* forms */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

  fieldset legend {
    display: none;
  }

  fieldset ol {
    padding: 0;
    list-style: none;
  }

    fieldset ol li {
      padding-bottom: 5px;
    }

  fieldset.datablock {
    float: left;
    padding-right: 3em;
  }

  fieldset.funktionsblock {
    position: absolute;
    top: 30px;
    right: 0px;
    /*float: right;*/
    padding: 3px 10px;
    width: 250px;
    min-height: 200px;
    background-color: rgb(239,238,239);
  }

    fieldset.funktionsblock h3 {
      margin-bottom: 0.5em;
    }

    fieldset.funktionsblock a {
      display: block;
      padding: 3px 10px;
      border: solid 1px #d3d3d3;
      background-image: url("themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png");
      background-color: white;
      background-repeat: repeat-x;
      background-position: 50% 50%;
      text-decoration: none;
      color: currentColor;
    }

      fieldset.funktionsblock a:hover {
        border: 1px solid #999999 /*{borderColorHover}*/;
        background: #dadada /*{bgColorHover}*/ url(themes/base/images/ui-bg_glass_75_dadada_1x400.png) /*{bgImgUrlHover}*/ 50% /*{bgHoverXPos}*/ 50% /*{bgHoverYPos}*/ repeat-x /*{bgHoverRepeat}*/;
        font-weight: normal /*{fwDefault}*/;
        color: #212121 /*{fcHover}*/;
      }

      fieldset.funktionsblock a[disabled] {
        background-color: #dddddd;
        color: #999999;
        background-image: none;
        /*background-image: url(themes/base/images/ui-bg_glass_65_ffffff_1x400.png);*/
        cursor: default;
      }

        fieldset.funktionsblock a[disabled]:hover {
          border: solid 1px #d3d3d3;
        }

    fieldset.funktionsblock div.kurzhilfe {
      border: solid 1px #666;
      padding: 5px;
      background-color: #c8e7f2;
      max-width: 238px;
      word-wrap: break-word;
    }

      fieldset.funktionsblock div.kurzhilfe ul {
        padding-left: 1em;
      }

    fieldset.funktionsblock a.linkonly {
      text-decoration: underline;
      border: none;
      background: none;
      color: blue;
    }

.kurzhilfe p {
  white-space: pre-line;
}

.kurzhilfe h3 {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
}

.kurzhilfe h2 {
  margin: 0 0 3px 0px;
  padding: 3px;
  font-size: 1.5em;
  background-color: #aadef2;
}


input[data-save-inline].modified {
  border-color: red;
}

span.ampel-gruen, span.ampel-orange, span.ampel-rot, span.ampel-grau, span.ampel-weiss {
  padding: 2px;
}

input.ampel-gruen, span.ampel-gruen {
  background-color: #2fca10 !important;
}

input.ampel-orange, span.ampel-orange {
  background-color: #f3af0b !important;
}

input.ampel-rot, span.ampel-rot {
  background-color: #f83d3d !important;
  color: white;
}

input.ampel-grau, span.ampel-grau {
  background-color: #c8c8c8 !important;
}

input.ampel-weiss, span.ampel-weiss {
  background-color: white !important;
}


div.overflow-y-box {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 10px;
  height: 750px;
  overflow-y: auto;
  border: solid 1px #808080;
}

div#dataregion {
  position: relative;
  overflow-x: auto;
}

div#dataregion, div#subregion {
  margin-right: 273px;
  padding-right: 10px;
  border-right: 1px solid #333;
}

  div#dataregion[data-hide='True'] div.ui-tabs, div#dataregion[data-hide='True'] #editbuttons {
    display: none;
  }

#editbuttons {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 10px;
}

label {
  display: block;
  font-size: 1em;
  font-weight: 600;
}

div.editor-label label {
  color: #333;
}

.editor-label.formatierbar label img {
  vertical-align: bottom;
  margin-left: 3px;
}


label.checkbox {
  display: inline;
}

input, textarea {
  border: 1px solid #b1b1b1;
  background: #fff;
  color: #333;
  font-size: 1em;
  margin: 5px 3px 6px 0;
  padding: 5px;
  width: 300px;
}

div.editor-field select {
  border: 1px solid #b1b1b1;
  background: #fff;
  color: #333;
  font-size: 1em;
  margin: 5px 3px 6px 0;
  padding: 4px 5px;
}

div.editor-field input, div.editor-field textarea, div.editor-field select {
  margin-top: 2px;
}


input[disabled], textarea[disabled] {
  background-color: transparent;
}

div.editor-field input[type=radio] {
  padding: 0px 5px;
}

.editor-field button.ui-button {
  margin-right: 0.5em;
}

table[data-inline-edit] input, table[data-inline-edit] textarea {
  margin: 0px 3px 0px 0px;
}

table[data-inline-edit] textarea {
  width: 120px;
  height: 1em;
}

  table[data-inline-edit] textarea:focus {
    height: 100px !important;
    width: 300px !important;
  }

input[data-val-required], textarea[data-val-required], input[type="hidden"][data-val-required] + input.ui-autocomplete-input, .required, td.required input[type=text] {
  border-color: #e98e1f;
}

  input.ui-autocomplete-input, input.ui-autocomplete-input:focus, input[data-val-required].ui-autocomplete-input:focus {
    border-right-width: 5px;
  }

input[data-lookup], input[data-suggestion] {
  border-right-style: dashed !important;
}


textarea.multi-line {
  height: 8em;
}

.doublehight textarea {
  height: 16em !important;
}

input[data-timepicker] {
  width: 4em;
}

textarea {
  font-family: inherit;
  width: 500px;
}

div.big textarea.multi-line {
  height: 20em;
  width: 800px;
}

div.small textarea.multi-line {
  height: 3em;
}

div.big input[type='text'] {
  width: 800px;
}

input:focus, textarea:focus {
  border: 1px solid #7ac0da;
}

input[data-val-required]:focus, textarea[data-val-required]:focus {
  border: 1px solid #e98e1f;
}

input[type="checkbox"], input[type="radio"] {
  background: transparent;
  border: inherit;
  width: auto;
}

input[type="submit"],
input[type="button"],
button {
  background-color: #d3dce0;
  border: 1px solid #787878;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  padding: 7px;
  margin-right: 8px;
  width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
  font-size: 1em;
  padding: 4px;
  margin-right: 4px;
}

#dataregion[data-dirty="true"] input[type="submit"], #dataregion[data-dirty="true"] input[type="button"][value="Speichern"], #dataregion[data-dirty="true"] input.highlight-when-dirty, #dataregion2[data-dirty="true"] input[type="submit"] {
  background-color: #e80c4d;
  color: white;
}

.savedField {
  border-style: dashed !important;
  background-color: #93e697 !important;
}

input[type=submit].btn-small {
  font-size: 1em !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

div.loading {
  border-color: #beee9e;
}

/* info and errors */
.message-info {
  border: 1px solid;
  clear: both;
  padding: 10px 20px;
}

.message-error {
  clear: both;
  color: #e80c4d;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.message-success {
  color: #7ac0da;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.message-additional-info {
  border: 1px solid;
  border-color: #d5b82e;
  background-color: #dece7f;
  padding: 10px;
  margin-top: 10px;
  max-width: 228px;
  word-wrap: break-word;
}

  .message-additional-info h3, .message-additional-info h4 {
    color: #756c42;
    margin-top: 0px;
    padding-top: 0px;
  }

  .message-additional-info ul {
    padding-top: 4px;
    font-size: 85%;
  }

.error {
  color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
  color: #e80c4d;
  font-weight: bold;
}

.field-validation-valid {
  display: none;
}

input.input-validation-error {
  border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
  border: 0 none;
}

.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em;
}

.validation-summary-valid {
  display: none;
}


/* tables
----------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0.75em;
  border: 0 none;
}

th {
  font-size: 1em;
  text-align: left;
  border: none 0px;
  border-bottom: 1px solid #666;
  border-top: 1px solid #333;
  padding: 0.25em 0.5em 0.25em 0.25em;
}

  th a {
    display: block;
    position: relative;
  }

    th a:link, th a:visited, th a:active, th a:hover {
      color: #333;
      font-weight: 600;
      text-decoration: none;
      padding: 0;
    }

    th a:hover {
      color: #000;
    }

  th.asc a, th.desc a {
    margin-right: .75em;
  }

    th.asc a:after, th.desc a:after {
      display: block;
      position: absolute;
      right: 0em;
      top: 0;
      font-size: 0.75em;
    }

    th.asc a:after {
      content: '▲';
    }

    th.desc a:after {
      content: '▼';
    }

td {
  padding: 0.25em 0.5em 0.25em 0.25em;
  border: 0 none;
}

.chart td {
  padding: 0 0 0 0;
}

.chart[data-link]:hover {
  opacity: 0.7;
  cursor: pointer;
}

tr.achtung {
  background-color: #eb7979;
}

tr.pager td {
  padding: 0 0.25em 0 0;
}

/* Farben in Tabellen */
tr.c1 {
  background-color: #e2e2e2;
}

tr.c2 {
  background-color: #d3d3d3;
}

tr.gruen {
  background-color: #89d367;
}

tr.rot {
  background-color: #f67b6f;
}

tr.achtung td {
  color: red;
}

@media screen {
  tr.achtung-print {
    background-color: #eb7979;
  }
}

@media print {
  tr.achtung-print td {
    color: red;
  }
}

tr.entwurf td, tr.entwurf a {
  color: #eb56df;
}

td div.kalendermarkierung {
  position: absolute;
  font-weight: bold;
  font-size: 70%;
  color: green;
  right: 0px;
}

.kalendermarkierung-rot {
  color: red !important;
}


td.anmerkungsspalte {
  font-size: 80%;
}
/* Suchfeld in Table */
table[data-search] {
  clear: both;
}

table[data-pager] tr:hover, table.lesehilfe tr:hover {
  background-color: #7ac0da;
}

span.searchbox {
  float: right;
  border: solid 1px #999;
  padding: 2px 4px;
  background-color: white;
  margin-bottom: .9em;
}

  span.searchbox input.searchbox, span.searchbox input.appendbox {
    float: left;
    margin: 0;
    font-size: 0.9em;
    border: none;
  }

  span.searchbox span.ui-icon-search, span.searchbox span.ui-icon-gear {
    cursor: pointer;
  }

/* Picklist */
table.picklist {
  width: 100%;
}

  table.picklist input[type=checkbox] {
    border: none;
    margin: 0px;
    padding: 0px;
  }

  table.picklist input[type=text] {
    margin: 0 3px 0 0;
    padding: 2px 3px;
  }

  table.picklist th, table.picklist td {
    padding: 4px 2px;
  }

th input.check-all {
  border: none;
  margin: 0px;
  padding: 0px;
}

/* Navigator */
#navigator {
  padding: 5px 0px 3px 0px;
  margin-bottom: 8px;
  text-align: center;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

  #navigator a {
    display: inline-block;
  }

    #navigator a[data-disabled] span {
      opacity: 0.2;
    }

#navigatorLinks {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  list-style: none;
  padding-left: 0px;
  max-height: 600px;
  overflow: auto;
  margin-top: 0px;
}

  #navigatorLinks li {
    margin-top: 2px;
    margin-bottom: 2px;
    width: 250px;
  }

  #navigatorLinks a {
    border: none;
    background-color: #d3d3d3;
    background-image: none;
    word-wrap: break-word;
  }

    #navigatorLinks a.unobtrusive, tr.unobtrusive, tr.unobtrusive a {
      color: rgb(102,102,102);
      font-style: italic;
    }

    #navigatorLinks a:hover, #navigatorLinks a.current {
      background-color: #7ac0da;
    }

/* Pager */
ul.pager {
  float: left;
  padding-left: 0;
  margin-bottom: 3px;
}

  ul.pager li {
    float: left;
    list-style-type: none;
    padding: 1px 3px;
    margin: 2px;
    min-width: 1.5em;
    border: solid 1px #333;
    background-color: #d3dce0;
  }

    ul.pager li.active {
      background-color: #0d3c75;
      color: white;
    }

  ul.pager a {
    text-decoration: none;
    display: block;
  }

    ul.pager a:hover {
      background-color: white;
    }


ul#subselector {
  list-style-type: none;
  float: left;
  margin: 3px 0px 0px 0px;
  padding: 0px 2.4em 3px 0px;
}

#subselector li[data-action] {
  cursor: pointer;
  float: left;
  padding: 3px 5px;
  margin-right: 3px;
  margin-bottom: 2px;
  border: solid 1px #787878;
  background-color: rgb(211, 220, 224);
}

  #subselector li[data-action]:hover, #subselector li.active[data-action] {
    background-color: white;
  }

#subselector li.cat-organisation {
  background-color: #c4eab7;
}

#subselector li.cat-finance {
  background-color: #e4e388;
}

#subselector li.cat-finance2 {
  background-color: #f1be62;
}


#subselector li.cat-technical {
  background-color: #a8bbf9;
}

#subselector li.cat-zusatzdetails {
  background-color: #eea4ea;
}


/* Cursor */
table.cursor-sethomeoffice td div {
  cursor: url(../Images/Cursors/SetHomeOffice.png), auto;
}

table.cursor-setanwesendbuero td div {
  cursor: url(../Images/Cursors/SetAnwesendBuero.png), auto;
}

table.cursor-setabwesendbuero td div {
  cursor: url(../Images/Cursors/SetAbwesendBuero.png), auto;
}

button.cursor-selector-off, button.cursor-selector-on {
  border-radius: 10px;
  font-weight: normal;
  font-size: 80%;
}

  button.cursor-selector-off img, button.cursor-selector-on img {
    vertical-align: middle;
  }

button.cursor-selector-off {
  border-color: green;
}

button.cursor-selector-on {
  background-color: #d0cc08;
  border-color: red;
}

/* Kacheln */
div.TogglerR {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-top: 50px;
  z-index: 100;
  width: 0px;
}

ul.Kacheln {
  float: left;
  list-style-type: none;
  width: 28em;
  padding: 0.5em 0em;
  margin: 0.5em;
}

div.KachelReiter {
  width: 25px;
  height: 152px;
  position: absolute;
  cursor: pointer;
}

div.reg-administration {
  background-color: transparent;
  background-image: url('images/reg-administration.png');
  left: -25px;
}

div.KachelContainer {
  list-style-type: none;
  padding: 0.5em 0em 0.5em 0em;
  margin: 20px 0.5em 1.5em 0em;
  height: 50em;
  width: 30em;
  position: relative;
  background-color: #666;
  border: 0;
}

  div.KachelContainer[data-action] {
    padding: 0.2em 0em 0.2em 0em;
    border: 0.3em solid transparent;
  }

div.TogglerR div.KachelContainer {
  margin-top: 0;
  width: 0px;
  overflow: hidden;
  float: right;
}

div.KachelContainer ul {
  list-style-type: none;
  padding: 0em 0em;
  margin: 1.5em 0em;
  height: 44em;
  overflow: auto;
}

  div.KachelContainer ul li {
    margin: 0.5em 1em;
    padding: 0em;
    background-color: #ccc;
  }

    div.KachelContainer ul li.trenner {
      background-color: transparent;
      color: white;
      margin-top: 1em;
      padding-left: 0.5em;
    }

    div.KachelContainer ul li a {
      padding: 0.5em;
      display: block;
      text-decoration: none;
    }

      div.KachelContainer ul li a:hover {
        color: white;
        background-color: red;
      }


ul.Kacheln li {
  width: 10em;
  height: 10em;
  position: relative;
  float: left;
  margin: 0.5em 1em;
  padding: 0.7em;
  border: 0.3em solid transparent;
}

  ul.Kacheln li[data-action], div.KachelContainer[data-action] {
    cursor: pointer;
  }

    ul.Kacheln li[data-action]:hover, div.KachelContainer[data-action]:hover {
      border-color: rgb(96,96,96);
      border-color: rgba(96, 96, 96, .5);
      -webkit-background-clip: padding-box; /* for Safari */
      background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
      /* opacity: 0.5; */
    }

  ul.Kacheln li.nichttransparent[data-action] {
    opacity: 1 !important;
  }

  ul.Kacheln li button {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
  }

  ul.Kacheln li h4 {
    color: white;
    text-align: right;
    font-size: 2em;
    margin: 0px;
    padding: 0px;
  }

  ul.Kacheln li p {
    color: white;
    font-size: 1em;
    margin: 5px 0px 0px 0px;
    padding: 0px;
  }

div.KachelContainer li {
  margin: 0.5em 1em;
  padding: 1em;
  position: relative;
}

  div.KachelContainer li button {
    position: absolute;
    right: 0.2em;
    top: 0.2em;
  }

ul.Kacheln li.wide {
  width: 24em;
}

ul.Kacheln li h3, div.KachelContainer h3 {
  font-weight: bold;
  color: white;
  position: absolute;
  left: 1em;
  bottom: 0.5em;
}

/* Dashboards */
div.dashboard {
  float: left;
  border: solid 1px rgb(96,96,96);
  margin-right: 13px;
  margin-top: 13px;
  padding: 13px;
  background-color: rgb(226,226,226);
  /*max-height: 650px;*/
  height: 303px;
  width: 700px;
  overflow: auto;
  box-sizing: border-box;
}

  div.dashboard.chart {
    overflow: hidden;
  }

    div.dashboard.chart table.chart-table {
      font-size: 75%;
      background-color: white;
    }

      div.dashboard.chart table.chart-table td, div.dashboard.chart table.chart-table th {
        padding: 1px 3px;
      }


  div.dashboard h3 {
    color: #002f65;
    margin: 0px;
    padding: 0px;
  }

  div.dashboard table {
    width: 100%;
  }

div.dashboard-high {
  height: 560px;
}

div.chart table {
  margin-top: 0px;
  /*font-size: 14pt; */
}

/* Accordion */
div.accordion div {
  background-color: white;
}

div.accordion h3 {
  padding-top: 0.5em;
  padding-left: 2.2em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.3em;
}

div#dialog-berichtsauswahl, div#dialog-berichtsparameter {
  background-color: white;
}

  div#dialog-berichtsauswahl ul {
    list-style-type: none;
    padding-left: 0px;
  }

/* Lampentablau */
table.lampentableau {
  border-collapse: collapse;
}

.lampentableau a {
  text-decoration: none;
}

table.lampentableau table tr td {
  min-height: 28px;
  min-width: 28px;
  border-top: solid 1px #808080;
}

div.lampentableau .lampentableau-item {
  box-sizing: border-box;
  width: 20%;
  float: left;
  min-height: 30px;
  padding: 5px;
}

@media only screen and (max-width: 1500px) {

  div.lampentableau .lampentableau-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1200px) {

  div.lampentableau .lampentableau-item {
    width: 33.3333333%;
  }
}

@media only screen and (max-width: 900px) {

  div.lampentableau .lampentableau-item {
    width: 50%;
  }
}

div.lampentableau-item-box {
  border-top: solid 1px #808080;
  padding: 5px 0px;
  position: relative;
}

div.lampentableau-item-img {
  position: absolute;
}

  div.lampentableau-item-img span.tooltip-overlay {
    position: absolute;
    background-color: #d7d7d7;
    bottom: -2px;
    right: 2px;
    font-weight: bold;
    font-size: 7pt;
  }

div.lampentableau-item-text {
  padding-left: 40px;
}

/* Projektampel */
select.projektampel option {
  margin: 2px;
  padding: 2px;
}

  select.projektampel option[value='1'] {
    background-color: green;
  }

  select.projektampel option[value='2'] {
    background-color: orange;
  }

  select.projektampel option[value='3'] {
    background-color: red;
  }

td a.projektampel {
  text-decoration: none;
  display: block;
}

  td a.projektampel img.projektampel {
    display: inline-block;
  }


#FavoritenContainer div.projektampel {
  position: absolute;
  top: -4px;
  padding: 0px;
  background-color: #cccccc;
  border-radius: 4px;
}

  #FavoritenContainer div.projektampel a:hover {
    border-radius: 4px;
    background-color: white;
  }



.editor-label img.projektampel, .editor-field img.projektampel {
  margin: 0px 5px 5px 5px;
}

/* Breite der Text-Felder */

span.w20 {
  display: inline-block;
  padding: 4px 6px;
  /*border: solid 1px #b1b1b1;*/
}

.w20 input[type="text"], .w20 input[type="number"], input.w20, span.w20 {
  width: 20px;
}


span.w30 {
  display: inline-block;
  padding: 4px 6px;
  /*border: solid 1px #b1b1b1;*/
}

.w30 input[type="text"], .w30 input[type="number"], input.w30, span.w30 {
  width: 30px;
}


.w50 input[type="text"], .w50 input[type="number"], input.w50 {
  width: 50px;
}

.w100 input[type="text"], .w100 input[type="number"], .w100 input[type="datetime"], input[data-datepicker] {
  width: 90px;
}

.w150 input[type="text"], .w150 input[type="number"], .w150 input[type="datetime"] {
  width: 144px;
}

.w200 input[type="text"], .w200 input[type="number"] {
  width: 194px;
}

.w250 input[type="text"], .w250 input[type="number"] {
  width: 247px;
}


.w270 input[type="text"], .w270 input[type="number"] {
  width: 269px;
}

.w300 input[type="text"], .w300 input[type="number"] {
  box-sizing: border-box;
  width: 300px;
}

.w325 input[type="text"], .w325 input[type="number"] {
  box-sizing: border-box;
  width: 325px;
}


.w400 input[type="text"], .w400 input[type="number"] {
  width: 403px;
}

.w500 input[type="text"], .w500 input[type="number"], .w500 textarea {
  width: 500px;
}

.w600 input[type="text"], .w600 input[type="number"], .w600 textarea {
  width: 500px;
}


.w800 input[type="text"], .w800 input[type="number"], .w800 textarea {
  width: 800px;
}

.w100-prozent input[type="text"], .w100-prozent input[type="number"], .w100-prozent textarea {
  width: 100%;
  box-sizing: border-box;
}


/* Spinbuttons ausblenden */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/* jquery - Ueberschreibungen */
.ui-widget {
  font-size: 0.85em;
}

.ui-widget-content, .ui-tabs .ui-tabs-panel {
  background-color: rgb(239, 238, 239);
}

.ui-dialog.ui-widget-content {
  background-color: rgb(255,255,255);
}

#dialog-suchoptionen {
  background-color: white;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

  .ui-autocomplete li {
    background-color: white;
  }

tr.document-container ul {
  margin-top: 0px;
  list-style: none;
  padding-left: 1em;
}

.ui-state-important,
.ui-widget-content .ui-state-important,
.ui-widget-header .ui-state-important {
  border: 1px solid #939794;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-icon-my-phone {
  background-image: url(images/ui-icon-phone.png) !important;
}

div.hilfe {
  line-height: 150%;
}

  div.hilfe ul {
    padding-left: 2em;
  }

  div.hilfe li {
    margin-bottom: 0.4em;
  }

div.filter {
  padding-top: 0.5em;
  font-style: italic;
  font-size: 0.8em;
}

/***********************
*  AW: Mobile Styles   *
************************/

body.mobile div#dataregion {
  margin-right: 0px;
  padding-right: 10px;
  border-right: none;
}

body.mobile div#subregion {
  margin-right: 0px;
  padding-right: 10px;
  border-right: none;
}

body.mobile header {
  border-bottom: 1px solid #333;
}

  body.mobile header div.title {
    text-align: center;
    padding: 0px;
    margin: 2px 85px 0px 85px;
    color: #808080;
    font-size: 1.5em;
    font-weight: bold;
    min-height: 32px;
  }

body.mobile .main-content {
  background-image: none;
}

body.mobile .main-content {
  padding-top: 1em;
}

body.mobile .content-wrapper {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

body.mobile ul.Kacheln {
  margin: 0.5em 0em;
  width: 21em;
}

  body.mobile ul.Kacheln li {
    width: 7em;
    height: 7em;
    margin: 0.5em;
  }

    body.mobile ul.Kacheln li p {
      height: 55px;
      overflow: hidden;
      margin-top: 3px;
    }

    body.mobile ul.Kacheln li h3 {
      font-size: 1em;
    }

    body.mobile ul.Kacheln li h4 {
      font-size: 1.3em;
    }

    body.mobile ul.Kacheln li.wide {
      width: 17em;
    }

body.mobile div.KachelContainer {
  float: left;
  width: 19.5em;
  margin-top: 1.5em;
  height: auto;
}

  body.mobile div.KachelContainer ul {
    height: auto;
    margin-bottom: 2em;
  }

    body.mobile div.KachelContainer ul li {
      font-size: 0.9em;
      padding-right: 38px;
    }

body.mobile #dataregion textarea {
  width: 100%;
}

body.mobile span.searchbox {
  width: 275px;
}

  body.mobile span.searchbox input.searchbox, body.mobile span.searchbox input.appendbox {
    width: 200px;
  }
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

  /* header
    ----------------------------------------------------------*/
  header .float-left,
  header .float-right {
    float: none;
  }

  header h2 {
    text-align: center;
  }

  /* logo */
  header .site-title {
    margin: 10px;
    text-align: center;
  }

  /* login */
  #login {
    font-size: .85em;
    margin: 0 0 12px;
    text-align: center;
  }

    #login ul {
      margin: 5px 0;
      padding: 0;
    }

    #login li {
      display: inline;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    #login a {
      background: none;
      color: #999;
      font-weight: 600;
      margin: 2px;
      padding: 0;
    }

      #login a:hover {
        color: #333;
      }

  /* menu */
  nav {
    margin-bottom: 5px;
  }

  ul#menu {
    margin: 0;
    padding: 0;
    text-align: center;
  }

    ul#menu li {
      margin: 0;
      padding: 0;
    }


  /* main layout
    ----------------------------------------------------------*/
  .main-content,
  .featured + .main-content {
    background-position: 10px 0;
  }

  .content-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .featured .content-wrapper {
    padding: 10px;
  }

  /* page content */
  article, aside {
    float: none;
    width: 100%;
  }

  /* ordered list */
  ol.round {
    list-style-type: none;
    padding-left: 0;
  }

    ol.round li {
      padding-left: 10px;
      margin: 25px 0;
    }

      ol.round li.zero,
      ol.round li.one,
      ol.round li.two,
      ol.round li.three,
      ol.round li.four,
      ol.round li.five,
      ol.round li.six,
      ol.round li.seven,
      ol.round li.eight,
      ol.round li.nine {
        background: none;
      }

  /* features */
  section.feature {
    float: none;
    padding: 10px;
    width: auto;
  }

    section.feature img {
      color: #999;
      content: attr(alt);
      font-size: 1.5em;
      font-weight: 600;
    }

  /* forms */
  input {
    width: 90%;
  }

  /* login page */
  #loginForm {
    border-right: none;
    float: none;
    width: auto;
  }

    #loginForm .validation-error {
      display: block;
      margin-left: 15px;
    }

  #socialLoginForm {
    margin-left: 0;
    float: none;
    width: auto;
  }


  /* footer
    ----------------------------------------------------------*/
  footer .float-left,
  footer .float-right {
    float: none;
  }

  footer {
    text-align: center;
    height: auto;
    padding: 10px 0;
  }

    footer p {
      margin: 0;
    }
}

div.dashboard-auto .visible-auto {
  display: none;
}

@media screen {
  .print-only {
    display: none;
  }
}

@media only screen and (max-width: 1795px) {
  div.dashboard-auto {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }

    div.dashboard-auto td.visible-auto, div.dashboard-auto th.visible-auto {
      display: table-cell;
    }
}

/********************
*   Print Styles   *
********************/
@media print {
  div.dashboard-auto td.visible-auto, div.dashboard-auto th.visible-auto {
    display: table-cell;
  }


  .ofxauto {
    overflow-x: visible;
  }

  a {
    text-decoration: none;
  }

    a, a:link, a:visited, a:active, a:hover {
      color: #333;
    }


  #backbutton {
    display: none;
  }

  div#dataregion, div#subregion {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none !important;
  }

  fieldset.funktionsblock, section#login, nav, div#subnav, p#editbuttons {
    display: none;
  }

  /* Dashboards */
  div.dashboard {
    float: none;
    max-height: none;
    overflow: visible;
    height: auto;
    page-break-inside: avoid;
  }

  /* Zweispalte Darstellung mit vertikaler Bildlaufleiste */
  div.overflow-y-box {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 10px;
    height: auto;
    border: none;
  }

  #zuordnen div.drag-drop-ebene-1 {
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  #zuordnen div.drag-drop-ebene-2 {
    font-size: 85%;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* Tabs */
  .ui-tabs .ui-tabs-hide {
    display: block !important;
  }

  .ui-tabs-nav {
    display: none;
  }

  div.accordion div {
    height: auto !important;
  }

  /* Unterberichte */
  div#subregion {
    margin-right: 0px;
  }

  #subselector li {
    display: none;
  }

    #subselector li.active {
      display: block;
    }

  div#subregion div#details {
    border: none;
    overflow: visible;
  }

  div#details .ui-button {
    display: none;
  }

  div#dataregion {
    border-right: none;
  }


  span.searchbox {
    border-top: none;
    border-left: none;
    border-right: none;
  }



    span.searchbox button, #dataregion button {
      display: none;
    }

  footer {
    display: none;
  }

  .noprint {
    display: none !important;
  }
}

/* Sichtbarkeiten aus Bootstrap übernommen */
@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1600px) {
  .visible-xl {
    display: block !important;
  }

  table.visible-xl {
    display: table;
  }

  tr.visible-xl {
    display: table-row !important;
  }

  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  #dataregion {
    overflow-x: hidden !important;
  }

  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  .hidden-print {
    display: none !important;
  }

  .w100-prozent-max800px {
    width: 100%;
  }
}

/*
  Hier kann der Kunde selbst das CSS anpassen
*/

.dokument-inbox {
  border: solid 1px #808080;
  min-width: 130px;
  margin: 10px;
  padding: 30px 10px;
  text-align: center;
}

.dokument-inbox input[type=file]
{
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 28px;
  cursor: pointer;
  width: auto;

}

.dokument-inbox ul {
  border-top: solid 1px #808080;
  list-style: none;
  padding-left: 0px;
  text-align: left;
}
  .dokument-inbox ul li {
    padding: 3px 0px;
  }
.dokument-inbox .dokument-progressbar {
  background-color: #286fde;
  min-height: 10px;
  color: white;
  padding: 1px 1px 3px 1px;
}

.dokument-inbox .dokument-progressbar.fertig {
  background-color: #03b71a;
}

.dokument-inbox .dokument-progressbar.fehler {
  background-color: #ff0000;
}


div.editor-field a.ui-button {
  height: 22px;
  width: 22px;
  margin-top: -3px;
}
div.zsd {
  margin: 0px;
  padding: 0px 10px 0px 0px;
}

div.zsd table textarea, div.zsd table input {
  margin-top: 2px;
  margin-bottom: 2px;
}

div.zsd table {
  margin-bottom: 12px;
}

div.zsd .beschreibungsfeld {
  font-size: 95%;
  white-space: pre-line;
  padding: 6px 0px;
}

div.zsd label[data-get-beschreibung] {
  cursor: help;
  text-decoration: underline;
}
