dl,
ol,
ul {
  margin: 0;
  padding: 0px;
}
li[data-aggreg-value] {
  margin-bottom: 5px;
  list-style-type: none;
  line-height: 1.1;
}
/* div[data-aggreg] {
  margin-bottom: 7px;
} */
/* div[data-aggreg] ul {
  padding-left: 14px;
} */
/* div[data-aggreg] ul li {
  display: flex;
  align-items: center;
} */
video {
  max-width: 95vh;
}
.ep-aggreg-del-disp:before {
  font-family: FontAwesome;
  padding-right: 0.5em;
  content: "\f014";
  cursor: pointer;
  background-color: #bebebe;
}
.ep-aggreg-title {
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  margin-bottom: 5px;
}
.ep-aggreg-more {
  padding-left: 5px;
  font-size: 90%;
  margin-bottom: 15px;
  cursor: pointer;
}
.ep-aggreg-count {
  margin-left: auto;
  margin-right: 5px;
  padding: 0 2px;
  font-size: 90%;
  color: #a0a0a0;
  float: right;
}
.ep-aggreg-count.active {
  border: 1px solid #dedede;
  border-radius: 3px;
}
.ep-aggreg-reset-all {
  font-size: 90%;
  padding-left: 14px;
  cursor: pointer;
}
.ep-aggreg-reset-all:before {
  font-family: FontAwesome;
  padding-right: 0.5em;
  content: "\f014";
}
/* .persons, .places, .Artist\/Author\/Creator, .publication, .Language, .type li .ep-aggreg-disp{
  display: flex;
}  */
/* li:has(> ep-aggreg-disp) {
  display: flex;
} */
/* li, .ep-aggreg-disp {
  display: flex;
} */
.ep-aggreg-disp,
.ep-aggreg-del-disp {
  /* float: right; */
  cursor: pointer;
  font-size: 90%;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  /* text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; */
}
.ep-aggreg-del-disp { 
  background-color: #bebebe;
}

.ep-aggreg-clear {
  clear: both;
}
.ep-thumb {
  display: table-cell;
}
.ep-thumb > div {
  /* max-height: 75px; */
  width: 85px;
  height: 85px;
  overflow-y: hidden;
}
.ep-thumb > div > img {
  width: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.ep-thumb .ep-thumb-default {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #909090;
}
.ep-thumb .ep-thumb-default:before {
  font-family: FontAwesome;
  text-align: center;
  width: 100%;
  color: #898989;
  content: "\f15b";
}
.ep-thumb .ep-thumb-default.ep-thumb-audio:before {
  content: "\f1c7";
}
.ep-thumb .ep-thumb-default.ep-thumb-video:before {
  content: "\f1c8";
}
.ep-thumb .ep-thumb-default.ep-thumb-pdf:before {
  content: "\f1c1";
}
div[data-function="ep-hits"] ul {
  list-style-type: none;
}
.ep-result-list {
  /* display: table; */
  padding-left: 0;
}
.ep-result-entry {
  display: flex;
  align-items: center;
}
.ep-standard {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* padding-bottom: 10px; */
}
.ep-purl {
  text-align: right;
  width: 100%;
  padding: 5px 0 15px 0;
  font-style: italic;
  font-size: 95%;
}
.ep-detail {
  display: none;
  border: 1px solid #c0c0c0;
  padding: 10px;
  font-size: 85%;
  max-width: 700px;
  color: #202020;
}
.ep-detail h1 {
  margin-top: 20px;
}
/* .ep-detail-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */
.ep-detail-tool {
  width: 100%;
}
.ep-detail-tool-end {
  float: none;
  clear: both;
}
.ep-detail-close {
  width: 1em;
  cursor: pointer;
  float: right;
}
.ep-detail-close::before {
  font-family: FontAwesome;
  content: "\f00d";
  color: #909090;
}
.ep-detail-purl {
  width: 1em;
  cursor: pointer;
  float: right;
  margin-right: 8px;
}
.ep-detail-purl::before {
  font-family: FontAwesome;
  content: "\f0c1";
  color: #909090;
}
.ep-detail-db {
  float: right;
  margin-right: 16px;
  cursor: pointer;
}
.ep-detail-db::before {
  font-family: FontAwesome;
  content: "\f08e";
  padding-right: 0.3em;
  color: #909090;
}
.heidiconDOI::before {
  font-family: FontAwesome;
  content: "\f08e";
  padding-right: 0.3em;
  color: #909090;
}
.heidiconAssetDownload::before {
  font-family: FontAwesome;
  content: "\f019";
  padding-right: 0.3em;
  color: #909090;
}
.ep-detail-switch {
  cursor: pointer;
}
.ep-detail-switch {
  font-size: 90%;
  font-style: italic;
  color: #909090;
  cursor: pointer;
}
.ep-detail-switch::before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 0.3em;
  cursor: pointer;
}
.ep-detail-switch.active::before {
  content: "\f107";
}
.ep-aggreg-purl-switch {
  cursor: pointer;
  padding-left: 1em;
}
.ep-aggreg-purl-switch::before {
  font-family: FontAwesome;
  content: "\f0c1";
  color: #909090;
  font-size: 95%;
}
.ep-aggreg-purl {
  font-size: 80%;
  font-style: italic;
  margin: 6px 0;
}
.ep-aggreg-purl .ep-aggreg-purl-url {
  border: 1px solid #a00000;
  padding: 2px;
  margin: 2px;
}
.ep-detail h1 {
  font-size: 110%;
  font-weight: bold;
}
.ep-detail h1:first-child {
  margin-top: 0;
}
.ep-detail h2 {
  display: none;
}
.heidiconRowL10N::after {
  display: block;
  content: "";
  clear: both;
  margin-top: 2px;
}
.heidiconValue {
  width: 95%;
}
.heidiconL10NValue {
  float: left;
  width: 95%;
}
.heidiconL10NLang {
  float: right;
}
.heidiconL10NLang[data-lang="de-DE"]::before {
  content: "DE";
  border: 1px solid #c0c0c0;
  font-size: 75%;
  color: #c0c0c0;
  padding: 1px;
  margin-top: 1px;
}
.heidiconL10NLang[data-lang="en-US"]::before {
  content: "EN";
  border: 1px solid #c0c0c0;
  font-size: 75%;
  color: #c0c0c0;
  padding: 1px;
  margin-top: 1px;
}
.heidiconSuperGroupStart {
  border-left: 1px solid #808080;
  padding: 3px 0px 3px 5px;
  margin-top: 8px;
  margin-bottom: 12px;
}
.heidiconSuperGroupStart > .heidiconLabel:first-child {
  margin-top: 0px;
}
.heidiconGroupStart {
  border-left: 1px solid #a0a0a0;
  padding: 2px 2px 2px 5px;
  margin-top: 2px;
  margin-bottom: 10px;
}
.heidiconLinkObj {
  margin: 1px;
  padding: 2px;
  border: 1px solid #a0a0a0;
  background-color: #f5f5f5;
}
.heidiconIcon {
  margin: 2px 0;
}
.heidiconIcon > img {
  max-width: 150px;
}
.heidiconGroupStart > .heidiconLabel:first-child {
  margin-top: 0px;
}
.heidiconLabel {
  clear: both;
  color: #707070;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}
.heidiconGroupStart .heidiconLabel {
  margin-top: 10px;
}
.heidiconGroupStart.heidiconGroupSingle {
  border-left: none;
  padding: 1px 0px 1px 0px;
  margin-bottom: 1px;
}
.heidiconInfo a {
  padding-left: 10px;
}
.heidiconInfo a::after {
  content: "i";
  font-weight: bold;
  color: #a00000;
  padding: 0px 3px;
  border: 1px solid #a00000;
  border-radius: 3px;
  font-size: 82%;
}
.heidiconInfoBut {
  padding-left: 5px;
}
.heidiconInfoBut::after {
  content: "+";
  font-weight: bold;
  color: #a00000;
  padding: 0px 2px;
  border: 1px solid #a00000;
  border-radius: 3px;
  font-size: 82%;
}
.heidiconInfoBut.active::after {
  background-color: #a00000;
  font-weight: bold;
  color: #ffffff;
  content: "-";
  padding: 0 3px;
}
.heidiconObjDetail {
  display: none;
  margin: 10px 10px 10px 25px;
  padding: 7px;
  border: 1px dashed #a0a0a0;
  background-color: #f0f0f0;
  float: none;
  clear: both;
}
.heidiconObjDetail .heidiconInfoBut {
  display: none;
}
.heidiconAsset {
  margin: 10px 0;
}
.heidiconAsset:not(.active) {
  display: none;
}
.heidiconAsset img {
  max-width: 500px;
  max-height: 500px;
}
.heidiconAssetThumb img {
  max-width: 100px;
  max-height: 100px;
}
.heidiconAssetPaging {
  display: flex;
  justify-content: space-between;
  background-color: #dedede;
  padding: 1px;
}
.heidiconAssetPaging span.heidiconAssetPagingPrev {
  border: 1px solid #505050;
  cursor: pointer;
}
.heidiconAssetPaging span.heidiconAssetPagingPrev:before {
  content: "<";
  padding: 3px 5px;
}
.heidiconAssetPaging span.heidiconAssetPage {
  padding: 3px 6px;
}
.heidiconAssetPaging span.heidiconAssetPagingNext {
  border: 1px solid #505050;
  cursor: pointer;
}
.heidiconAssetPaging span.heidiconAssetPagingNext:before {
  content: ">";
  padding: 3px 5px;
}
.autocomplete-suggestion b {
  font-weight: bold !important;
  color: #a00000 !important;
}
div[data-function="ep-carousel"] {
  min-height: 500px;
  max-width: 800px;
}
div[data-function="ep-carousel"] > img {
  margin: 30% 50%;
}
.ep-carousel .owl-theme .owl-dots,
.ep-carousel .owl-theme .owl-nav {
  text-align: left !important;
  margin-left: 80px !important;
}
.ep-carousel .item {
  border: 1px solid #a0a0a0;
  background-color: #e0e0e0;
  padding: 3px;
}
.ep-carousel .item .ep-carousel-standard {
  padding: 3px;
}
.ep-carousel .item .ep-carousel-standard .ep-carousel-standard-2 {
  font-size: 90%;
  font-style: italic;
}
.ep-carousel .item .ep-carousel-standard .ep-carousel-link {
  margin-top: 2px;
  font-size: 90%;
}
.ep-carousel {
  max-width: 100%;
}
.ep-carousel .lSSlide {
  height: 560px !important;
}
.ep-carousel .lSSlide li {
  background-color: #555;
  height: 500px;
  box-shadow: inset 0 0 200px #222;
}
.ep-carousel .lSSlide li .ep-carousel-standard {
  padding: 8px;
  position: relative;
  bottom: 0;
  background-color: #c0c0c0;
  width: 100%;
  min-height: 55px;
}
.ep-carousel .lSSlide li .ep-carousel-standard .ep-carousel-link {
  position: absolute;
  right: 10px;
  top: 8px;
}
.ep-carousel .lSSlide li .ep-carousel-standard .ep-carousel-standard-1,
.ep-carousel .lSSlide li .ep-carousel-standard .ep-carousel-standard-2 {
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 90px);
  text-overflow: ellipsis;
}
.ep-carousel .lSSlide li img {
  width: auto;
  max-height: 500px;
  max-width: 100%;
}
.ep-carousel .lSPager.lSGallery {
  margin-top: -5px !important;
  background-color: #c0c0c0;
}
.ep-carousel .lSSlideOuter .lSPager.lSGallery li.active,
.ep-carousel .lSSlideOuter .lSPager.lSGallery li:hover {
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: 0 0px 2px 0 #000, 0 0px 2px 0 #000;
}
.ep-carousel .lSSlideOuter .lSPager.lSGallery li img,
.ep-carousel .lSSlideOuter .lSPager.lSGallery li img {
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: 0 0px 2px 0 #000, 0 0px 2px 0 #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.ep-carousel .lSSlideOuter .lSPager.lSGallery li.active img,
.ep-carousel .lSSlideOuter .lSPager.lSGallery li:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.ep-carousel .lSSlideOuter .lSPager.lSGallery li {
  margin-bottom: 0;
}
.ep-carousel .lSPager.lSGallery {
  margin-top: -5px !important;
  background-color: #c0c0c0;
}
.ep-carousel .lSPager.lSGallery li {
  max-height: 60px;
}
.ep-carousel-item {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ez-format-comma:not(:first-child)::before {
  content: ", ";
}
a {
  text-decoration: none;
}

.border-dark {
  border-color: #21252982 !important;
}

.subordinate-relation {
  font-size: 11px;
}

.facet-title-text {
  line-height: 1.2;
}

div.ep-aggreg-del-disp.ep-aggreg-reset-all.facet-title-text div.ep-aggreg-count.active {
  color: black;
}

div[data-function="ep-hits-count"] {
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
}

.footer {
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
}

.mainfooter {
  font-size: 15px;
  font-weight: bolder;
  display: inline; 
  margin-left: 20px;
}

a[href="#top"] {
  color: black;
}

i.fa.fa-arrow-up span {
  margin-left: 5px;
}

.aggregation-category-stack {
  display: flex;
  padding-left: 5px;
  align-items: center;
}

.aggregation-category-icon {
  cursor: pointer;
  width: 10%;
}

.aggregation-collapse-icon, 
.aggregation-expand-icon {
  background-repeat: no-repeat;
  background-size: 14px 14px;
  height: 14px;
  width: 14px;
}

.aggregation-collapse-icon {
  background-image: url("../assets/minus.jpg");
}

.aggregation-expand-icon {
  background-image: url("../assets/plus.jpg");
}

.aggregation-collapse-icon {
  background-image: url("../assets/minus.jpg");
}

.aggregation-expand-icon {
  background-image: url("../assets/plus.jpg");
}

.aggregation-category-title {
  font-weight: 600;
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
}

.filter-element-stack { 
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  align-items: baseline;
}

.bin-icon, .bin-space {
  width: 10%;
}

.bin-icon:before {
  font-family: FontAwesome;
  content: "\f014";
}

.bin-icon.selected, .selectable {
  cursor: pointer;
}

.filter-title-box {
  width: 70%;
  line-height: 1.1;
}

.filter-title {
  font-size: 90%;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

.filter-count-box {
  width: 20%;
  text-align: right;
}
.filter-count {
  font-size: 90%;
  color: #a0a0a0;
}

li.filter-element {
  list-style: none;
}

.more-button-stack, 
.max-button-stack,
.less-button-stack {
  padding-left: 5px;
  display: flex;
}

.more-button-icon, 
.max-button-icon,
.less-button-icon {
  width: 10%;
}

.more-button-title-box, 
.less-button-title-box {
  cursor: pointer;
}
.more-button-title, .max-button-title, .less-button-title {
  font-size: 90%;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style: italic;
}

div.filter-element-stack.selected {
  background-color: #bebebe;
}

.indented-to-right {
  margin-left: 10px;
}