﻿.cat-header {
  font-size: 1.4em;
  display: block;
  margin-bottom: 0.6em;
  color: #313131;
}
.dl-listing {
  font-size: 0.96em;
  width: 80%;
  margin-bottom: 4em;
  border: none;
}
.dl-listing tr {
  border-bottom-width: 1px;
  border-bottom-color: #437328;
  border-bottom-style: dashed;
  position: relative;
}
.dl-listing tr:hover {
  background-color: #E7F4DF;
}
.dl-listing span.ttip {
  display: none;
}
.dl-listing span.ttip img {
  display: inline;
  width: auto;
  height: auto;
  max-width: 24em;
  max-height: 19em;
}
.dl-listing tr:hover span.ttip {
  display: block;
  position: absolute;
  bottom: 1em;
  left: 78%;
  float: right;
  width: auto;
  border: 1px #4F8930 solid;
  padding: 0.4em;
  background-color: #D4ECBA;
  color: #000;
  font-size: 0.8em;
  z-index: 3;
}
.dl-listing td {
  font-size: 0.72em;
  border: none;
  vertical-align: middle;
  padding: 1.6em 0.5em 1.52em 0.5em;
}
.dl-listing td.content-cell {
  width: 86%;
  position: relative;
}
.dl-listing a {
  font-size: 1.48em;
  margin-left: 0.8em;
  text-decoration: none;
  letter-spacing: 0.032em;
  border: none;
  display: block;
}
.dl-listing a:before {
  content: '\f105';
  font-family: FontAwesome;
  margin-right: 0.4em;
  margin-left: -0.8em;
}
.dl-listing .comment-dl,
.dl-listing .hinweis {
  color: #313131;
}
.dl-listing .comment-dl {
  margin: 0.6em auto 0 1em;
  display: block;
}
.dl-listing .hinweis {
  color: #dc0000;
  font-size: 0.68em;
}
.dl-listing .hinweis:before {
  content: '\f046';
  font-family: FontAwesome;
  margin-right: 0.3em;
  margin-left: 1em;
}
.dl-listing a.tooltip-list {
  position: relative;
  z-index: 1;
}
.dl-listing a.tooltip-list:hover {
  z-index: 2;
}