/* cleaned 26.03.2025 */
/* General -----------------------------------------------------------------------------------------------------------*/
.only-print {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.syslex-inactive {
  color: var(--wp--preset--color--inactive);
}

.syslex-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.syslex-highlight-info {
  font-weight: bold;
  color: var(--wp--preset--color--primary);
}

/* links */
a:where(:not(.wp-element-button)) {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  transition: all 150ms ease;
}

:root :where(a:where(:not(.wp-element-button):not(li.no_link > a:first-of-type)):hover) {
  color: var(--wp--preset--color--text-invert) !important;
}

a:focus {
  outline: 2px solid var(--wp--preset--color--text);
  outline-offset: 2px;
}

a[target=_blank] {
  color: var(--wp--preset--color--primary);
}

li.no_link > a:hover {
  cursor: default;
  background-color: transparent !important;
  color: var(--wp--preset--color--text) !important;
}

a.custom-logo-link:hover,
.custom-logo-link a:hover,
a:hover > img,
a.syslex-no-hover,
.syslex-no-hover > a {
  background-color: transparent;
}

:root :where(a:where(:not(.wp-element-button)):hover) {
  background-color: var(--wp--preset--color--primary);
}

/* lists */
ul.is-style-box li {
  border-radius: 10px;
}
ul.is-style-box li a {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  white-space: nowrap;
}
ul.is-style-box li:hover a {
  color: var(--wp--preset--color--text);
}
ul.is-style-box li:hover,
ul.is-style-box li a:hover {
  color: var(--wp--preset--color--text);
  background-color: var(--wp--preset--color--tertiary);
  border-color: var(--wp--preset--color--tertiary);
}

/* Navigation --------------------------------------------------------------------------------------------------------*/
.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  padding: 0.5rem 1rem;
}

.wp-block-site-logo img,
.custom-logo-link img {
  margin-bottom: -17px;
}

.oes-main-nav .wp-block-search__button {
  background-color: transparent;
  padding: 5px;
}
.oes-main-nav .wp-block-search__button svg {
  min-height: 18px;
  min-width: 18px;
}
.oes-main-nav form.wp-block-search {
  margin-block-end: 0;
}

/* Title -------------------------------------------------------------------------------------------------------------*/
.oes-title-background {
  height: calc(var(--wp--preset--font-size--medium));
}
.oes-title-background .has-inactive-background-color {
  border-radius: 0 12px 12px;
}
.oes-title-background .oes-page-title {
  padding: 10px;
}
.oes-title-background .oes-page-title a {
  text-decoration: none;
}

/* Frontpage ---------------------------------------------------------------------------------------------------------*/
.syslex-featured-collection {
  padding-bottom: 1rem;
}

/* Single ------------------------------------------------------------------------------------------------------------*/
h1.oes-single-title {
  color: var(--wp--preset--color--primary);
}

.oes-single-sidebar h5 {
  font-weight: bold;
}

.oes-metadata-table-container .wp-block-table.is-style-oes-default ul.oes-field-value-list li::after,
.oes-metadata-table-container table.is-style-oes-default ul.oes-field-value-list li::after,
.oes-metadata-table-container ul.oes-field-value-list li::after {
  content: ", ";
  padding: 0;
  color: var(--wp--preset--color--text);
}
.oes-metadata-table-container .wp-block-table.is-style-oes-default ul.oes-field-value-list li:last-child::after,
.oes-metadata-table-container table.is-style-oes-default ul.oes-field-value-list li:last-child::after,
.oes-metadata-table-container ul.oes-field-value-list li:last-child::after {
  content: "";
}

/* index element */
.syslex-index-element-additional {
  font-size: smaller;
  color: var(--wp--preset--color--inactive);
  padding-left: 5px;
}

/* Archive -----------------------------------------------------------------------------------------------------------*/
ul.oes-alphabet-list.oes-horizontal-list li .active,
ul.oes-active-filter-list .oes-active-filter-item,
ul.oes-active-filter-list .oes-active-filter li,
ul.is-style-box li.current {
  background-color: var(--wp--preset--color--tertiary);
  border-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--text);
}

ul.oes-active-filter-list .oes-active-filter li:hover {
  color: var(--wp--preset--color--text-invert);
}
ul.oes-active-filter-list .oes-active-filter li:hover a {
  color: var(--wp--preset--color--text-invert);
}

.wp-block-oes-archive-loop .oes-alphabet-initial {
  color: var(--wp--preset--color--primary);
  font-weight: bold;
}

.oes-filter-abc {
  font-weight: bold;
  color: var(--wp--preset--color--primary);
}

a.oes-index-filter-anchor,
.oes-filter-list-container details,
.oes-archive-filter.active {
  color: var(--wp--preset--color--primary) !important;
}
a.oes-index-filter-anchor:hover,
.oes-filter-list-container details:hover,
.oes-archive-filter.active:hover {
  color: var(--wp--preset--color--text-invert) !important;
}

/* Article -----------------------------------------------------------------------------------------------------------*/
.oes-author-byline ul.oes-field-value-list li {
  display: inline-block;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  white-space: nowrap;
}
.oes-author-byline ul.oes-field-value-list li::after {
  padding-right: 5px;
}

/* status */
.syslex-article-status-disabled,
.syslex-article-status-new {
  color: gray;
  text-decoration: none;
  position: relative;
  cursor: default;
}

.syslex-article-status-disabled {
  pointer-events: none;
}

.syslex-article-status-disabled::after,
.syslex-article-status-new::after {
  content: "Coming soon";
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #333;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.syslex-article-status-new:hover::after {
  opacity: 1;
  transform: translateY(-10px);
}

/* featured post */
.syslex-featured-post-authors a {
  color: var(--wp--preset--color--inactive);
  text-decoration: none;
}

/* Single */
.oes-version-info .oes-horizontal-list {
  margin-top: 1px;
}

.syslex-passage-popup {
  padding-left: 5px;
}

/* other */
.syslex-redaktionell {
  padding: 1rem;
  background-color: var(--wp--preset--color--background);
}

.entry-content .wp-block-details.is-layout-flow summary {
  background-color: var(--wp--preset--color--primary);
  padding: 10px;
  color: var(--wp--preset--color--text-invert);
}
.entry-content .wp-block-details.is-layout-flow p {
  background-color: var(--wp--preset--color--inactive);
  padding: 1rem 2rem;
}

figcaption {
  font-style: italic;
  font-size: smaller;
}

blockquote p,
.wp-block-verse {
  padding-left: 1rem;
  border-left: 5px solid var(--wp--preset--color--secondary);
}

.oes-note a {
  text-decoration: none;
}

.oes-note sup[id] {
  scroll-margin-top: 50px;
}

.oes-panel-container .oes-panel-title {
  color: var(--wp--preset--color--text-invert);
  background-color: var(--wp--preset--color--primary);
  padding: 10px;
}
.oes-panel-container .oes-panel-caption-text {
  display: none;
}
.oes-panel-container .oes-panel-header {
  text-decoration: none;
}
.oes-panel-container figure.oes-panel-figure {
  margin: 0;
}
.oes-panel-container figure.oes-panel-figure figcaption {
  background-color: var(--wp--preset--color--inactive);
}

.single-syslex_article .wp-block-oes-metadata,
.single-syslex_article_c .wp-block-oes-metadata {
  background-color: var(--wp--preset--color--background);
  padding: 3px 10px 10px 20px;
  margin-top: 2rem;
}

/* no break in metadata list .oes-archive-table .oes-field-value-list a {white-space: nowrap;} */
table.oes-metadata-table {
  table-layout: fixed;
  width: 100%;
}
table.oes-metadata-table ul.oes-field-value-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
table.oes-metadata-table ul.oes-field-value-list li {
  max-width: 100%;
  overflow: hidden;
}
table.oes-metadata-table ul.oes-field-value-list li a {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*overflow: hidden;*/
  max-width: 100%;
}

/* GND box */
a.oes-lodlink {
  text-decoration: none;
}

.oes-lod-popup__popup.oes-popup__popup--tooltip {
  max-width: 100%;
  width: 100%;
}

.oes-lod-box-image-inner {
  margin-right: 10px;
}

/* Archive */
.post-type-archive-syslex_article .oes-post-filter-wrapper {
  margin-left: 1rem;
}
.post-type-archive-syslex_article .oes-post-filter-wrapper .wp-block-details {
  margin-left: -1rem;
}

/* Contributor -------------------------------------------------------------------------------------------------------*/
/* Single */
/* Archive */
/* Index -------------------------------------------------------------------------------------------------------------*/
/* Single */
/* Archive */
.oes-index-archive-filter-all {
  display: none;
}

/* zweispaltig */
@media (min-width: 992px) {
  .oes-index-archive .oes-alphabet-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .oes-index-archive .oes-post-filter-wrapper {
    margin: 0;
  }
}
/* Search ------------------------------------------------------------------------------------------------------------*/
.oes-search-highlighted {
  background-color: var(--wp--preset--color--tertiary);
}

.oes-search-title-occurrences {
  font-size: smaller;
  color: var(--wp--preset--color--inactive);
  padding-left: 5px;
}

.search .oes-archive-wrapper .wp-block-button {
  padding: 10px 0;
}
.search .oes-archive-wrapper .wp-block-button a {
  background-color: var(--wp--preset--color--secondary);
}

/* Footer ------------------------------------------------------------------------------------------------------------*/
.wp-site-blocks {
  padding-bottom: 0;
}

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