.pagination {
  padding: 15px 0; }
  .pagination ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #4DB3BD; }
    .pagination ul li.character {
      flex-grow: 1;
      display: block;
      text-align: center;
      padding: 3px 0; }
      .pagination ul li.character.current {
        background: #4DB3BD;
        color: #fff; }
      .pagination ul li.character.empty {
        color: #ddd; }
      .pagination ul li.character a {
        text-decoration: none; }

.behWeg_leistungen .leistungenWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  vertical-align: middle; }
  .behWeg_leistungen .leistungenWrap .rootLeistungsItem {
    width: 32%;
    text-align: center;
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    color: #aaaaaa;
    border: 1px solid #4db3bd; }
    .behWeg_leistungen .leistungenWrap .rootLeistungsItem a {
      color: inherit;
      text-decoration: none; }
    .behWeg_leistungen .leistungenWrap .rootLeistungsItem span.rootLeistungsTitle {
      display: block;
      width: 100%; }
    .behWeg_leistungen .leistungenWrap .rootLeistungsItem .subItemWrap {
      position: absolute;
      top: 100%;
      z-index: 5;
      background: #4db3bd;
      width: calc( 100% + 2px );
      left: -1px;
      display: none; }
      .behWeg_leistungen .leistungenWrap .rootLeistungsItem .subItemWrap .subLeistungsItem {
        display: block;
        width: 100%;
        padding: 10px;
        background: #4db3bd;
        box-sizing: border-box;
        margin: 10px 0; }
    .behWeg_leistungen .leistungenWrap .rootLeistungsItem:hover {
      background: #4db3bd none repeat scroll 0 0;
      color: #fff; }
      .behWeg_leistungen .leistungenWrap .rootLeistungsItem:hover .subItemWrap {
        display: block; }
        .behWeg_leistungen .leistungenWrap .rootLeistungsItem:hover .subItemWrap .subLeistungsItem:hover {
          background: #479090; }

.behWeg_downloadWrap .download {
  padding: 12px 8px;
  display: flex;
  vertical-align: middle;
  justify-content: space-between;
  border-bottom: 1px solid #4db3bd; }
  .behWeg_downloadWrap .download .formLink {
    width: 50px;
    align-self: center; }
    .behWeg_downloadWrap .download .formLink a {
      display: block;
      font-family: 'kreisTir';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      text-decoration: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: center;
      width: 50px; }
      .behWeg_downloadWrap .download .formLink a:before {
        content: "\57";
        color: #4db3bd;
        font-size: 25px;
        text-align: center;
        display: block;
        width: 100%; }
      .behWeg_downloadWrap .download .formLink a[href*=".pdf"]:before, .behWeg_downloadWrap .download .formLink a[href*=".PDF"]:before, .behWeg_downloadWrap .download .formLink a[href*=".doc"]:before, .behWeg_downloadWrap .download .formLink a[href*=".DOC"]:before {
        content: "\44"; }
  .behWeg_downloadWrap .download .longDownloadDesc {
    font-size: .8em; }
  .behWeg_downloadWrap .download .forminfo.hidden {
    display: none; }

/*# sourceMappingURL=base.css.map */
