.input-wrapper {
  position: relative; }
  .input-wrapper .delete-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3.5rem;
    height: 38px;
    width: 3rem;
    text-align: center;
    cursor: pointer;
    opacity: .7;
    display: none; }
    .input-wrapper .delete-btn:hover {
      opacity: 1; }
    .input-wrapper .delete-btn i.ion-ios-close-empty {
      height: 38px;
      display: block;
      line-height: 38px;
      margin-top: -9px; }

input#hinweis_filter {
  padding: .5rem 1rem;
  border: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 2px 7px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
  width: 100%;
  color: #868EA2;
  transition: box-shadow .15s ease-in; }
  input#hinweis_filter:focus {
    outline: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.2), 0 4px 11px rgba(0, 0, 0, 0.2); }

table.hinweise th.spacer, table.hinweise td.spacer {
  width: 10px !important;
  min-width: 10px !important;
  padding: 0 !important;
  background: #E4E4E4; }

table.hinweise a, table.hinweise th {
  outline: none !important; }

table.hinweise th {
  padding-top: 150px;
  padding-bottom: 28px;
  cursor: pointer; }

table.hinweise th, table.hinweise td {
  border: 1px solid #E4E4E4;
  vertical-align: middle; }

table.hinweise th {
  vertical-align: bottom; }

table.hinweise th:nth-child(n+4),
table.hinweise td:nth-child(n+4) {
  width: 32px;
  max-width: 32px;
  min-width: 32px;
  vertical-align: middle; }

table.hinweise th:nth-child(n+4) {
  padding: 0; }

table.hinweise td:nth-child(n+4) {
  text-align: center; }

table.hinweise th {
  position: relative; }
  table.hinweise th span {
    min-width: 200px;
    -webkit-transform: rotateZ(-90deg) translateX(-75px) translateY(15px);
            transform: rotateZ(-90deg) translateX(-75px) translateY(15px);
    display: block;
    -webkit-transform-origin: left;
            transform-origin: left; }

table.hinweise th:first-child:after,
table.hinweise th:first-child:before,
table.hinweise th:nth-child(3):after,
table.hinweise th:nth-child(3):before,
table.hinweise th:nth-child(2):after,
table.hinweise th:nth-child(2):before {
  content: "\f3d8";
  position: absolute;
  bottom: 15px;
  width: 26px;
  height: 14px;
  left: 50%;
  margin-left: -13px;
  display: inline-block;
  font-family: "Ionicons";
  font-weight: normal;
  font-weight: bold;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #929292;
  text-align: center;
  opacity: 0.4; }

table.hinweise th:first-child:after,
table.hinweise th:nth-child(3):after,
table.hinweise th:nth-child(2):after {
  content: "\f3d0";
  bottom: 4px; }

table.hinweise th:first-child:after,
table.hinweise th:first-child:before {
  left: 6px;
  margin: 0; }

table.hinweise th.tablesorter-headerAsc:before {
  opacity: 1; }

table.hinweise th.tablesorter-headerDesc:after {
  opacity: 1; }

table.hinweise th span:after,
table.hinweise th span:before {
  content: "\f3d8";
  position: absolute;
  bottom: calc(50% + -7px);
  width: 26px;
  height: 14px;
  left: -27px;
  margin-left: -13px;
  display: inline-block;
  font-family: "Ionicons";
  font-weight: normal;
  font-weight: bold;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #929292;
  text-align: center;
  opacity: 0.4;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg); }

table.hinweise th span:after {
  content: "\f3d0";
  left: -16px; }

table.hinweise th:first-child span:after,
table.hinweise th:first-child span:before {
  left: 6px;
  margin: 0; }

table.hinweise th.tablesorter-headerAsc span:before {
  opacity: 1; }

table.hinweise th.tablesorter-headerDesc span:after {
  opacity: 1; }

table.hinweise span.dot {
  -webkit-transform: scale(3);
          transform: scale(3);
  display: block;
  color: #4F0809; }

body.page-template-default:not(.page-id-99):not(.page-id-405) table.hinweise th {
  padding-top: 5px !important; }

body.page-template-default.page-id-99 .hinweise-wrapper,
body.page-template-default.page-id-405 .hinweise-wrapper {
  padding: 0 0 0 0 !important; }

/*# sourceMappingURL=hinweise-table.css.map */
