@charset "UTF-8";
/* CSS Reset */

#ui-datepicker-div {
  display: none; }
  #ui-datepicker-div.ui-helper-clearfix:after {
    content: 'hallo'; }

.datepicker {
  background: #e3e4e0;
  padding: 0.1em;
  display: none;
  color: #67686e;
  position: absolute;
  z-index: 9999;
  width: 20.5em; 
  }
  .datepicker a {
    text-decoration: none;
    color: #67686e; }
  .datepicker .ui-datepicker-calendar {
    width: 100%; }
    .datepicker .ui-datepicker-calendar tr:nth-child(odd) {
      background: none; }
  .datepicker .ui-datepicker-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5em;
    padding-bottom: 0.1em; }
    .datepicker .ui-datepicker-header .ui-datepicker-title {
      width: 100%;
      margin: 0 auto;
      text-align: center; }
    .datepicker .ui-datepicker-header .ui-datepicker-prev {
      position: absolute;
      left: 54px; }
      .datepicker .ui-datepicker-header .ui-datepicker-prev:before {
        content: '<<'; }
    .datepicker .ui-datepicker-header .ui-datepicker-next {
      position: absolute;
      right: 26px; }
      .datepicker .ui-datepicker-header .ui-datepicker-next:after {
        content: '<<';
        display: inline-block;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH"; }
    .datepicker .ui-datepicker-header .ui-datepicker-prev,
    .datepicker .ui-datepicker-header .ui-datepicker-next {
      cursor: pointer; }
      .datepicker .ui-datepicker-header .ui-datepicker-prev span,
      .datepicker .ui-datepicker-header .ui-datepicker-next span {
        visibility: hidden; }
    .datepicker .ui-datepicker-header .ui-datepicker-next:after,
    .datepicker .ui-datepicker-header .ui-datepicker-prev:before {
      font-family: 'mdv-icons';
      color: #67686e;
      font-style: normal;
      font-weight: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .datepicker table.ui-datepicker-calendar td {
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in 0s;
    -o-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s; }
    .datepicker table.ui-datepicker-calendar td:hover {
      -webkit-transition: all 0.25s ease-in 0s;
      -o-transition: all 0.25s ease-in 0s;
      -moz-transition: all 0.25s ease-in 0s;
      transition: all 0.25s ease-in 0s;
      background: #aaa; }
      .datepicker table.ui-datepicker-calendar td:hover a {
        color: #fafafa; }
    .datepicker table.ui-datepicker-calendar td.ui-datepicker-unselectable {
      cursor: default; }
      .datepicker table.ui-datepicker-calendar td.ui-datepicker-unselectable:hover {
        background: none; }
    .datepicker table.ui-datepicker-calendar td.ui-datepicker-current-day {
      background: #ccc; }
      .datepicker table.ui-datepicker-calendar td.ui-datepicker-current-day a {
        color: #fafafa; }
    .datepicker table.ui-datepicker-calendar td.ui-datepicker-today {
      background: #e3e4e0; }
      .datepicker table.ui-datepicker-calendar td.ui-datepicker-today a {
        color: #e10021;
        font-family: 'OpenSans-Regular', sans-serif; }



/*  2.14. Tabelle
---------------------------------------------------------- */


table td, table th {
  vertical-align: middle;
  padding: 0;
  border-bottom: 1px solid #fafafa;
 border-right: 1px solid #fafafa; 
}

table thead td,table th {
 background: #aaa;
 text-align: left;
 color: #fafafa;
  border-bottom: 1px solid #fafafa;
 border-right: 1px solid #fafafa; 
 padding: 0;
}
