/* barrierefreie Listentemplates */
.unstyled-list,
.result-list,
.abc-list,
.com-list,
.data-list,
.inline-list {
  list-style: none;
  padding-left: 0;
}
.unstyled-list .unstyled-list {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  margin-left: 30px;
}
.unstyled-list li {
  margin-bottom: 0.5em;
}
.abc-list {
  margin: 1.5em -1px;
}
.abc-list li {
  display: inline-block;
  margin: 1px;
  width: 2.95em;
  height: 2.95em;
  line-height: 2.95em;
  text-align: center;
  vertical-align: middle;
  background-color: #eee;
  color: #808080;
}
.abc-list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #404040;
  font-weight: bold;
}
.com-list li {
  margin-bottom: 0.25em;
}
.unstyled-list li:last-child,
.com-list li:last-child {
  margin-bottom: 0;
}
.com-list i.fal,
.com-list i.far,
.com-list i.fas,
.com-list i.fab,
.com-list i.fa {
  margin-right: 5px;
}
.inline-list li {
  display: inline-block;
}
.altering-list li {
  padding: 10px;
  display: inline-block;
  width: 100%;
  background-color: #eee;
}
.altering-list li:nth-child(even) {
  background-color: #f9f9f9;
}
.altering-list .date,
.altering-list .file {
  font-size: 0.7em;
}
.result-list {
  margin-bottom: 0.75em;
}
.result-list > li,
.result-list > dd,
.result-list > div > dd {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.result-list > li:last-child,
.result-list > dd:last-child,
.result-list > div:last-child > dd {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0; /* widgets */
}
.result-list .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.result-list [class^="column-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.result-list > li > a,
.result-list .overlay > a {
  color: #404040;
  display: block;
  overflow: hidden;
}
.result-list .list-img,
.accordion .list-img {
  position: relative;
  overflow: hidden;
}
.list-img img {
  width: 100%;
  vertical-align: bottom;
}
.list-img [class^="img-"] {
  background: center center/cover no-repeat;
  position: relative;
  width: 100%;
}
.list-img [class^="img-"].contain {
  background-color: #eee;
  background-size: contain;
}
.list-img [class^="img-"].stretch {
  background-size: 100% 100%;
}
.list-img .img-1x1 {
  padding-top: 100%;
}
.list-img .img-3x2 {
  padding-top: 66.666%;
}
.list-img .img-4x3 {
  padding-top: 75%;
}
.list-img .img-16x9 {
  padding-top: 56.25%;
}
.list-img .mc2_ac {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 5px;
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 11.5px;
  line-height: normal;
  max-width: 66.666%;
  max-width: calc(100% - 30px);
  color: #444;
}
.list-img.ikiss_norel {
  background-color: #c20000;
}
.list-img.ikiss_norel img,
.list-img.ikiss_norel [class^="img-"] {
  opacity: 0.666;
}
.column-1 + .column-1 .list-text {
  padding-top: 15px; /* zusätzlicher Abstand bei Bild und Text untereinander */
}
.list-text p,
.list-text ol,
.list-text ul {
  margin-bottom: 0.5em;
}
.list-text > :last-child,
.list-text blockquote > :last-child {
  margin-bottom: 0;
}
.result-list .list-title {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.3em;
  font-weight: 700;
}
.widget .result-list .list-title {
  font-size: 1em;
}
.result-list .overlay {
  position: relative;
  z-index: 1;
}
.overlay a.overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.overlay .overlay-content {
  position: relative;
  pointer-events: none;
  z-index: 40;
}
.overlay-content a,
.overlay-content [ikissedit] {
  pointer-events: all;
  position: relative;
}
