@import "../../dojoxaver/dojox/image/resources/Lightbox.css";
:root {
  --tocWidth: 0;
  --maxWidthToast: 700px;
  --halfToastHeight: 100px;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  src: url("../fonts/Material-Symbols/material-symbols-outlined.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}

/* source-sans-pro-300 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Source-Sans-Pro/source-sans-pro-v21-latin-300.woff2") format("woff2"), url("../fonts/Source-Sans-Pro/source-sans-pro-v21-latin-300.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-300italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Source-Sans-Pro/source-sans-pro-v21-latin-300italic.woff2") format("woff2"), url("../fonts/Source-Sans-Pro/source-sans-pro-v21-latin-300italic.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Source-Sans-Pro/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("../fonts/Source-Sans-Pro/source-sans-pro-v21-latin-regular.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Source-Sans-Pro/source-sans-pro-v21-latin-italic.woff2") format("woff2"), url("../fonts/Source-Sans-Pro/source-sans-pro-v21-latin-italic.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Source-Sans-Pro/source-sans-pro-v21-latin-600.woff2") format("woff2"), url("../fonts/Source-Sans-Pro/source-sans-pro-v21-latin-600.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/Source-Sans-Pro/source-sans-pro-v21-latin-600italic.woff2") format("woff2"), url("../fonts/Source-Sans-Pro/source-sans-pro-v21-latin-600italic.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Source-Sans-Pro/source-sans-pro-v21-latin-700.woff2") format("woff2"), url("../fonts/Source-Sans-Pro/source-sans-pro-v21-latin-700.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Source-Sans-Pro/source-sans-pro-v21-latin-700italic.woff2") format("woff2"), url("../fonts/Source-Sans-Pro/source-sans-pro-v21-latin-700italic.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.dtHidden {
  display: none;
}

.dtVisuallyHidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.dijitContentPane {
  overflow: unset;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: 600;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
.button {
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  button:focus,
  .button:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: 0px 0px 0px 2px #3366CC;
    box-shadow: 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  button:focus,
  .button:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: 0px 0px 0px 2px #3366CC;
    box-shadow: 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}
button.meta,
.button.meta {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.15em 0.25em;
  color: inherit;
  background: #fff;
}
button.meta.active,
.button.meta.active {
  font-weight: 600;
  color: #fff;
  background: #2e3538;
  border-radius: 2px;
}
@media (hover: hover) and (pointer: fine) {
  button.meta:hover,
  .button.meta:hover {
    font-weight: 600;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  button.meta:hover,
  .button.meta:hover {
    font-weight: 600;
  }
}
@media (hover: hover) and (pointer: fine) {
  button.meta:focus,
  .button.meta:focus {
    font-weight: 600;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  button.meta:focus,
  .button.meta:focus {
    font-weight: 600;
  }
}
button .dijitButtonNode,
.button .dijitButtonNode {
  padding: 0px !important;
}
button.mobileHeadBtn,
.button.mobileHeadBtn {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: inherit;
  line-height: 1;
  background: #fff;
  padding: 0.57em 0.7em;
}
button.mobileHeadBtn .label,
.button.mobileHeadBtn .label {
  margin-right: 0.3em;
}
button.mobileHeadBtn.menuIcon::after,
.button.mobileHeadBtn.menuIcon::after {
  position: relative;
  content: "\e5d2";
  font-family: "Material Symbols Outlined";
  font-size: 2rem;
  font-weight: 400;
  color: #d52b1e;
}
button.closeSidebar,
.button.closeSidebar {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: inherit;
  line-height: 1;
  padding: 3px 5px;
}
button.closeSidebar::after,
.button.closeSidebar::after {
  content: "\e5cd";
  font-family: "Material Symbols Outlined";
  font-size: 2rem;
  font-weight: 400;
  color: #d52b1e;
}
button.closeSidebar .label,
.button.closeSidebar .label {
  margin-right: 0.1em;
}
button.functionBtn,
.button.functionBtn {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  background: #d52b1e;
  padding: 0.35em 0.35em;
  border-radius: 2px;
}
button.functionBtn[disabled],
.button.functionBtn[disabled] {
  color: #797d80;
  background: #fff;
  cursor: default;
}
@media (hover: hover) and (pointer: fine) {
  button.functionBtn[disabled]:hover,
  .button.functionBtn[disabled]:hover {
    background: #fff;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  button.functionBtn[disabled]:hover,
  .button.functionBtn[disabled]:hover {
    background: #fff;
  }
}
button.functionBtn[disabled]::before,
.button.functionBtn[disabled]::before {
  color: #797d80;
}
button.functionBtn.options,
.button.functionBtn.options {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 40px;
  justify-content: center;
}
button.functionBtn.options::before,
.button.functionBtn.options::before {
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  button.functionBtn.options:hover::before,
  .button.functionBtn.options:hover::before {
    color: #000;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  button.functionBtn.options:hover::before,
  .button.functionBtn.options:hover::before {
    color: #000;
  }
}
button.functionBtn .label,
.button.functionBtn .label {
  margin-left: 0.2em;
}
button.functionBtn::before,
.button.functionBtn::before {
  content: "";
  font-family: "Material Symbols Outlined";
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
}
button.functionBtn.back::before,
.button.functionBtn.back::before {
  content: "\e5c4";
}
button.functionBtn.toc::before,
.button.functionBtn.toc::before {
  content: "\e241";
}
button.functionBtn.filter::before,
.button.functionBtn.filter::before {
  content: "\e152";
}
button.functionBtn.history::before,
.button.functionBtn.history::before {
  content: "\e889";
}
button.functionBtn.print::before,
.button.functionBtn.print::before {
  content: "\e8ad";
}
button.functionBtn.favoriteAdd:before,
.button.functionBtn.favoriteAdd:before {
  content: "\e838";
}
button.functionBtn.favoriteRemove:before,
.button.functionBtn.favoriteRemove:before {
  content: "\e872";
}
button.functionBtn.modifyNote:before,
.button.functionBtn.modifyNote:before {
  content: "\e745";
}
button.functionBtn.saveNote:before,
.button.functionBtn.saveNote:before {
  content: "\e161";
}
button.functionBtn.closeNotes:before,
.button.functionBtn.closeNotes:before {
  content: "\e5cd";
}
button.functionBtn.openNoteList:before,
.button.functionBtn.openNoteList:before {
  content: "\e896";
}
button.functionBtn.delete::before,
.button.functionBtn.delete::before {
  content: "\e872";
}
button.functionBtn.save::before,
.button.functionBtn.save::before {
  content: "\e161";
}
button.functionBtn.favorite::before,
.button.functionBtn.favorite::before {
  content: "\e838";
}
button.functionBtn.options::before,
.button.functionBtn.options::before {
  content: "\e5d4";
  font-size: 2.6rem;
}
@media (hover: hover) and (pointer: fine) {
  button.functionBtn:hover,
  .button.functionBtn:hover {
    background: #d52b1e;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  button.functionBtn:hover,
  .button.functionBtn:hover {
    background: #d52b1e;
  }
}
@media (hover: hover) and (pointer: fine) {
  button.functionBtn:focus,
  .button.functionBtn:focus {
    -webkit-box-shadow: inset 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: inset 0px 0px 0px 2px #3366CC;
    box-shadow: inset 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  button.functionBtn:focus,
  .button.functionBtn:focus {
    -webkit-box-shadow: inset 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: inset 0px 0px 0px 2px #3366CC;
    box-shadow: inset 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}
button.functionBtn.secondaryBtn,
.button.functionBtn.secondaryBtn {
  padding-top: calc(0.35em - 1px);
  padding-bottom: calc(0.35em - 1px);
  background: #fff;
  color: #d52b1e;
  border: 1px solid #d52b1e;
}
button.functionBtn.secondaryBtn::before,
.button.functionBtn.secondaryBtn::before {
  font-weight: 400;
  color: #d52b1e;
}
@media (hover: hover) and (pointer: fine) {
  button.functionBtn.secondaryBtn:hover,
  .button.functionBtn.secondaryBtn:hover {
    color: #d52b1e;
    border-color: #d52b1e;
  }
  button.functionBtn.secondaryBtn:hover::before,
  .button.functionBtn.secondaryBtn:hover::before {
    color: #d52b1e;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  button.functionBtn.secondaryBtn:hover,
  .button.functionBtn.secondaryBtn:hover {
    color: #d52b1e;
    border-color: #d52b1e;
  }
  button.functionBtn.secondaryBtn:hover::before,
  .button.functionBtn.secondaryBtn:hover::before {
    color: #d52b1e;
  }
}
button.functionBtn.menuBtn,
.button.functionBtn.menuBtn {
  padding: 5px;
  white-space: nowrap;
  width: 100%;
  color: inherit;
  background: #fff;
  font-weight: 400;
}
button.functionBtn.menuBtn:before,
.button.functionBtn.menuBtn:before {
  font-weight: 400;
  color: #d52b1e;
}
@media (hover: hover) and (pointer: fine) {
  button.functionBtn.menuBtn:hover,
  .button.functionBtn.menuBtn:hover {
    background-color: #d52b1e;
    color: white;
  }
  button.functionBtn.menuBtn:hover::before,
  .button.functionBtn.menuBtn:hover::before {
    color: white;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  button.functionBtn.menuBtn:hover,
  .button.functionBtn.menuBtn:hover {
    background-color: #d52b1e;
    color: white;
  }
  button.functionBtn.menuBtn:hover::before,
  .button.functionBtn.menuBtn:hover::before {
    color: white;
  }
}
button.hitsReload,
.button.hitsReload {
  display: inline-flex;
  align-items: center;
  padding: 0 1em;
  height: 40px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: #d52b1e;
}
button.pager,
.button.pager {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  background: #d52b1e;
  padding: 0.35em 0.5em;
}
button.pager.disabled,
.button.pager.disabled {
  color: #797d80;
  background: #fff;
  cursor: default;
}
button.pager.disabled::before, button.pager.disabled::after,
.button.pager.disabled::before,
.button.pager.disabled::after {
  color: #797d80 !important;
}
@media (hover: hover) and (pointer: fine) {
  button.pager:not(.disabled):hover,
  .button.pager:not(.disabled):hover {
    background: #d52b1e;
  }
  button.pager:not(.disabled):hover::before, button.pager:not(.disabled):hover::after,
  .button.pager:not(.disabled):hover::before,
  .button.pager:not(.disabled):hover::after {
    color: #fff !important;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  button.pager:not(.disabled):hover,
  .button.pager:not(.disabled):hover {
    background: #d52b1e;
  }
  button.pager:not(.disabled):hover::before, button.pager:not(.disabled):hover::after,
  .button.pager:not(.disabled):hover::before,
  .button.pager:not(.disabled):hover::after {
    color: #fff !important;
  }
}
button.pager.prev,
.button.pager.prev {
  text-decoration: none;
}
button.pager.prev .label,
.button.pager.prev .label {
  display: none;
  margin-left: 0.2em;
}
button.pager.prev::before,
.button.pager.prev::before {
  content: "\e5c4";
  font-family: "Material Symbols Outlined";
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
}
button.pager.next,
.button.pager.next {
  text-decoration: none;
}
button.pager.next .label,
.button.pager.next .label {
  display: none;
  margin-right: 0.2em;
}
button.pager.next::after,
.button.pager.next::after {
  content: "\e5c8";
  font-family: "Material Symbols Outlined";
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
}
button.tertiaryBtn,
.button.tertiaryBtn {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.35em 0.35em;
  border-radius: 2px;
  background-color: transparent;
  color: #d52b1e;
}
button.tertiaryBtn .label,
.button.tertiaryBtn .label {
  margin-left: 0.2em;
}
@media (hover: hover) and (pointer: fine) {
  button.tertiaryBtn:hover,
  .button.tertiaryBtn:hover {
    background-color: transparent;
    color: #d52b1e;
  }
  button.tertiaryBtn:hover::before,
  .button.tertiaryBtn:hover::before {
    background-color: transparent;
    color: #d52b1e;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  button.tertiaryBtn:hover,
  .button.tertiaryBtn:hover {
    background-color: transparent;
    color: #d52b1e;
  }
  button.tertiaryBtn:hover::before,
  .button.tertiaryBtn:hover::before {
    background-color: transparent;
    color: #d52b1e;
  }
}
button.tertiaryBtn::before,
.button.tertiaryBtn::before {
  font-size: 2rem;
  background-color: transparent;
  color: #d52b1e;
  font-family: "Material Symbols Outlined";
}
button.tertiaryBtn.favoriteRemove::before,
.button.tertiaryBtn.favoriteRemove::before {
  content: "\e872";
}
button.tertiaryBtn.closeNotes::before,
.button.tertiaryBtn.closeNotes::before {
  content: "\e5cd";
}
#notelist button.tertiaryBtn.favoriteRemove, .button.tertiaryBtn.favoriteRemove {
  float: right;
}

#dialog_notelist button.tertiaryBtn.favoriteRemove::before,
#dialog_notelist .button.tertiaryBtn.favoriteRemove::before {
  font-size: 18px;
}

@media only screen and (min-width: 500px) {
  button.mobileHeadBtn,
  .button.mobileHeadBtn {
    padding: 0.6em 0.7em 0.53em 0.7em;
    font-size: 1.5rem;
  }
  button.functionBtn,
  .button.functionBtn {
    padding: 0.35em 0.5em;
  }
  button.functionBtn.favorite,
  .button.functionBtn.favorite {
    padding-right: 0px;
  }
  button.functionBtn.favorite::after,
  .button.functionBtn.favorite::after {
    font-family: "Material Symbols Outlined";
    font-size: 2rem;
    font-weight: 400;
    color: inherit;
    content: "\e5c5";
  }
  .open button.functionBtn.favorite::after,
  .open .button.functionBtn.favorite::after {
    color: white;
    content: "\e5c7";
  }
  button .dijitButtonNode,
  .button .dijitButtonNode {
    padding: 0.1em 0.2em 0.2em 0.2em !important;
  }
}
@media only screen and (min-width: 750px) {
  button.pager.prev .label, button.pager.next .label,
  .button.pager.prev .label,
  .button.pager.next .label {
    display: inline;
  }
}
.dijitDialog button.functionBtn,
.dijitDialog .button.functionBtn {
  color: white;
  background: #d52b1e;
}
.dijitDialog button.functionBtn .dijitButtonNode,
.dijitDialog .button.functionBtn .dijitButtonNode {
  border: 0;
  color: inherit;
  background: inherit;
}
.dijitDialog button.functionBtn:before,
.dijitDialog .button.functionBtn:before {
  color: inherit;
  background: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .dijitDialog button.functionBtn:hover,
  .dijitDialog .button.functionBtn:hover {
    background: #d52b1e;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dijitDialog button.functionBtn:hover,
  .dijitDialog .button.functionBtn:hover {
    background: #d52b1e;
  }
}

.contrast button.meta,
.contrast .button.meta {
  color: #000000;
  background: #fff;
}
.contrast button.meta.active,
.contrast .button.meta.active {
  color: #fff;
  background: #000000;
}
.contrast button.functionBtn,
.contrast .button.functionBtn {
  background: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .contrast button.functionBtn:hover,
  .contrast .button.functionBtn:hover {
    background: #000000;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contrast button.functionBtn:hover,
  .contrast .button.functionBtn:hover {
    background: #000000;
  }
}
.contrast button.functionBtn.menuBtn,
.contrast .button.functionBtn.menuBtn {
  color: #000000;
  background: #fff;
}
.contrast button.functionBtn.menuBtn::before,
.contrast .button.functionBtn.menuBtn::before {
  color: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .contrast button.functionBtn.menuBtn:hover,
  .contrast .button.functionBtn.menuBtn:hover {
    color: #fff;
    background: #000000;
  }
  .contrast button.functionBtn.menuBtn:hover::before,
  .contrast .button.functionBtn.menuBtn:hover::before {
    color: #fff;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contrast button.functionBtn.menuBtn:hover,
  .contrast .button.functionBtn.menuBtn:hover {
    color: #fff;
    background: #000000;
  }
  .contrast button.functionBtn.menuBtn:hover::before,
  .contrast .button.functionBtn.menuBtn:hover::before {
    color: #fff;
  }
}
.contrast button.functionBtn.secondaryBtn,
.contrast .button.functionBtn.secondaryBtn {
  color: #000000;
  border-color: #000000;
  background: #fff;
}
.contrast button.functionBtn.secondaryBtn::before,
.contrast .button.functionBtn.secondaryBtn::before {
  color: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .contrast button.functionBtn.secondaryBtn:hover,
  .contrast .button.functionBtn.secondaryBtn:hover {
    color: #000000;
    border-color: #000000;
    background: #fff;
  }
  .contrast button.functionBtn.secondaryBtn:hover::before,
  .contrast .button.functionBtn.secondaryBtn:hover::before {
    color: #000000;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contrast button.functionBtn.secondaryBtn:hover,
  .contrast .button.functionBtn.secondaryBtn:hover {
    color: #000000;
    border-color: #000000;
    background: #fff;
  }
  .contrast button.functionBtn.secondaryBtn:hover::before,
  .contrast .button.functionBtn.secondaryBtn:hover::before {
    color: #000000;
  }
}
.contrast button.closeSidebar::after, .contrast button.mobileHeadBtn::after,
.contrast .button.closeSidebar::after,
.contrast .button.mobileHeadBtn::after {
  color: #000000;
}
.contrast button.pager:not(.disabled),
.contrast .button.pager:not(.disabled) {
  background: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .contrast button.pager:not(.disabled):hover,
  .contrast .button.pager:not(.disabled):hover {
    background: #000000;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contrast button.pager:not(.disabled):hover,
  .contrast .button.pager:not(.disabled):hover {
    background: #000000;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contrast button.hitsReload:hover,
  .contrast .button.hitsReload:hover {
    background: #000000;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contrast button.hitsReload:hover,
  .contrast .button.hitsReload:hover {
    background: #000000;
  }
}
.contrast button.tertiaryBtn,
.contrast .button.tertiaryBtn {
  color: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .contrast button.tertiaryBtn:hover,
  .contrast .button.tertiaryBtn:hover {
    color: #000000;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contrast button.tertiaryBtn:hover,
  .contrast .button.tertiaryBtn:hover {
    color: #000000;
  }
}

.dojoxLightbox {
  background-color: white !important;
}
.dojoxLightbox .lightboxHeader {
  width: 100%;
  background-color: #444f50;
  height: 37px;
}
.dojoxLightbox .lightboxHeader .dijitDialogCloseIcon {
  background-image: url(../img/close.png);
  background-position: 0 0;
  height: 21px;
  width: 17px;
  margin-top: 4px;
}
.dojoxLightbox .dojoxLightboxFooter {
  display: none;
}

ul.ulReset {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.ulInline {
  display: flex;
}
ul.ulInline li:not(:last-Child) {
  margin-right: 10px;
}

::selection {
  color: #fff;
  background: #2e3538;
}

.textContent.pdfContent.innerContentWidth {
  max-width: 1300px;
  width: 100%;
}

#documentPDF {
  overflow: hidden;
}
#documentPDF .pdfContent {
  height: 100%;
  width: 100%;
}
#documentPDF .pdfContent #pdf {
  width: 100%;
  height: 100%;
}
#documentPDF .pdfContent #pdf iframe {
  width: 100%;
  height: 100%;
  border: none;
}

::placeholder {
  font-style: italic;
}

strong {
  font-weight: 600;
}

#start_loader {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
}
#start_loader .spinnerContent {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#start_loader .spinnerContent h2 {
  font-weight: 400;
  font-size: 1.5rem;
  color: #fff;
}
#start_loader .spinnerContent .spinner {
  animation: rotator 1.8s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
  }
}
#start_loader .spinnerContent .path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  stroke: #ffffff;
  transform-origin: center;
  animation: dash 1.8s ease-in-out infinite;
  -webkit-animation: dash 1.8s ease-in-out infinite;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
  }
}

#tocDragger {
  display: none;
}

@media only screen and (min-width: 1000px) {
  #tocDragger {
    display: flex;
    width: 20px;
    justify-content: center;
    flex-shrink: 0;
    background: #eff2f3;
    padding-bottom: 2rem;
  }
  #tocDragger::after {
    content: "\e945";
    font-family: "Material Symbols Outlined";
    font-size: 2rem;
    font-weight: 400;
    color: rgba(46, 53, 56, 0.2);
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
}
@media only screen and (min-width: 1000px) and (hover: hover) and (pointer: fine) {
  #tocDragger:hover::after {
    color: #d52b1e;
  }
}
@media only screen and (min-width: 1000px) and (hover: hover), only screen and (min-width: 1000px) and (-ms-high-contrast: active), only screen and (min-width: 1000px) and (-ms-high-contrast: none) {
  #tocDragger:hover::after {
    color: #d52b1e;
  }
}
.contrast #tocDragger::after {
  color: #000000;
}

#document .breadcrumb {
  line-height: 1.1;
  padding: 0.5em 0;
}
#document .breadcrumb > h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
  margin-top: 0.5em;
}
#document .breadcrumb > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#document .breadcrumb > ul > li {
  display: inline;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  color: #797d80;
}
#document .breadcrumb > ul > li a {
  padding: 0.1em 0.2em;
  margin: -0.1em -0.2em;
  color: #d52b1e;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  #document .breadcrumb > ul > li a:hover {
    text-decoration: underline;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #document .breadcrumb > ul > li a:hover {
    text-decoration: underline;
  }
}
@media (hover: hover) and (pointer: fine) {
  #document .breadcrumb > ul > li a:focus {
    text-decoration: underline;
    -webkit-box-shadow: 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: 0px 0px 0px 2px #3366CC;
    box-shadow: 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #document .breadcrumb > ul > li a:focus {
    text-decoration: underline;
    -webkit-box-shadow: 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: 0px 0px 0px 2px #3366CC;
    box-shadow: 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}
#document .breadcrumb > ul > li:not(:last-child)::after {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  font-size: inherit;
  font-weight: 400;
  color: #d52b1e;
  padding: 0 0.3em;
  vertical-align: bottom;
}

#hitlist .breadcrumb,
#dialog_history .breadcrumb,
#dialog_notelist .breadcrumb {
  padding: 0;
  line-height: 1.1;
}
#hitlist .breadcrumb > ul,
#dialog_history .breadcrumb > ul,
#dialog_notelist .breadcrumb > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#hitlist .breadcrumb > ul > li,
#dialog_history .breadcrumb > ul > li,
#dialog_notelist .breadcrumb > ul > li {
  display: inline;
  line-height: 1.1;
  margin: 0;
  color: rgba(46, 53, 56, 0.6);
}
#hitlist .breadcrumb > ul > li:not(:last-child)::after,
#dialog_history .breadcrumb > ul > li:not(:last-child)::after,
#dialog_notelist .breadcrumb > ul > li:not(:last-child)::after {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  font-size: inherit;
  font-weight: 500;
  color: #d52b1e;
  padding: 0 0.3em;
  vertical-align: bottom;
}

.contrast #document .breadcrumb ul li a {
  color: #000000;
}
.contrast #document .breadcrumb ul li:not(:last-child)::after {
  color: #000000;
}
.contrast #hitlist .breadcrumb ul li,
.contrast #dialog_history .breadcrumb ul li,
.contrast #dialog_notelist .breadcrumb ul li {
  color: #000000;
}
.contrast #hitlist .breadcrumb ul li:not(:last-child)::after,
.contrast #dialog_history .breadcrumb ul li:not(:last-child)::after,
.contrast #dialog_notelist .breadcrumb ul li:not(:last-child)::after {
  color: #000000;
}

div.dijitDialogUnderlayWrapper #dialog_history_underlay {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

.dialogFooter {
  padding: 10px !important;
}
.dialogFooter button {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  background: #d52b1e;
  padding: 0.57em 0.7em;
  border-radius: 2px;
}

#dialog_history .dialogContent,
#dialog_notelist .dialogContent {
  padding: 0px;
}
#dialog_history div.navigation,
#dialog_notelist div.navigation {
  position: sticky;
  top: 0;
}

.base div.dijitDialog {
  width: 85% !important;
  max-width: 800px !important;
  display: flex;
  flex-direction: column;
  border: 1px solid #797d80 !important;
  -webkit-box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.4);
}
.base div.dijitDialog.dojoxLightbox {
  max-width: 100% !important;
}
.base div.dijitDialog .dijitDialogTitleBar {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 400;
  background: #2e3538;
  height: 30px !important;
  padding: 0;
}
.base div.dijitDialog .dijitDialogTitleBar .dijitDialogTitle {
  padding-left: 10px;
  font-weight: 500;
  color: #fff;
  flex: 1;
}
.base div.dijitDialog .dijitDialogTitleBar .dijitDialogCloseIcon {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 30px;
  background: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.base div.dijitDialog .dijitDialogTitleBar .dijitDialogCloseIcon::after {
  content: "\e5cd";
  font-family: "Material Symbols Outlined";
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.base div.dijitDialog .dijitDialogPaneContent {
  flex: 1;
  overflow: hidden;
  height: 100%;
  padding: 0;
}
.base div.dijitDialog .dijitDialogPaneContent .dijitContentPane.xaverPane {
  height: 100%;
}
.base div.dijitDialog .dijitDialogPaneContent .dijitContentPane.xaverPane > div {
  height: 100%;
}
.base div.dijitDialog .dijitDialogPaneContent .dijitContentPane.xaverPane > div > div {
  height: 100%;
}
.base div.dijitDialog .dijitDialogPaneContent .dijitContentPane.xaverPane > div > div .dialogScroller {
  height: 100%;
  overflow: auto;
}

[id^=xaver_Dialog] .modalContent {
  padding: 20px 20px 10px 20px;
}
[id^=xaver_Dialog] .navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  height: 50px;
  padding: 10px;
}

#dialog_history .dialogScroller,
#dialog_notelist .dialogScroller {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#dialog_history .dialogScroller .listContainer,
#dialog_notelist .dialogScroller .listContainer {
  flex: 1;
  padding: 15px;
  overflow: auto;
}
#dialog_history .dialogScroller .listContainer > ul,
#dialog_notelist .dialogScroller .listContainer > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#dialog_history .dialogScroller .listContainer > ul > li,
#dialog_notelist .dialogScroller .listContainer > ul > li {
  padding: 15px 15px;
}
#dialog_history .dialogScroller .listContainer > ul > li:not(:last-child),
#dialog_notelist .dialogScroller .listContainer > ul > li:not(:last-child) {
  border-bottom: 1px solid #797d80;
}
#dialog_history .dialogScroller .listContainer > ul > li .breadcrumb > ul:empty,
#dialog_notelist .dialogScroller .listContainer > ul > li .breadcrumb > ul:empty {
  display: none;
}
#dialog_history .dialogScroller .listContainer > ul > li .breadcrumb > ul:not(:empty),
#dialog_notelist .dialogScroller .listContainer > ul > li .breadcrumb > ul:not(:empty) {
  margin-bottom: 7px;
}
#dialog_history .dialogScroller .listContainer > ul > li .breadcrumb > ul:not(:empty)::after,
#dialog_notelist .dialogScroller .listContainer > ul > li .breadcrumb > ul:not(:empty)::after {
  content: " ";
  display: table;
  clear: both;
}
#dialog_history .dialogScroller .listContainer > ul > li .breadcrumb li,
#dialog_notelist .dialogScroller .listContainer > ul > li .breadcrumb li {
  float: left;
}
#dialog_history .dialogScroller .listContainer > ul > li h3,
#dialog_notelist .dialogScroller .listContainer > ul > li h3 {
  color: #d52b1e;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
}
#dialog_history .dialogScroller .listContainer > ul > li h3 a,
#dialog_notelist .dialogScroller .listContainer > ul > li h3 a {
  padding: 0.1em 0.2em;
  margin: -0.1em -0.2em;
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  #dialog_history .dialogScroller .listContainer > ul > li h3 a:hover,
  #dialog_notelist .dialogScroller .listContainer > ul > li h3 a:hover {
    text-decoration: underline;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #dialog_history .dialogScroller .listContainer > ul > li h3 a:hover,
  #dialog_notelist .dialogScroller .listContainer > ul > li h3 a:hover {
    text-decoration: underline;
  }
}
@media (hover: hover) and (pointer: fine) {
  #dialog_history .dialogScroller .listContainer > ul > li h3 a:focus,
  #dialog_notelist .dialogScroller .listContainer > ul > li h3 a:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: 0px 0px 0px 2px #3366CC;
    box-shadow: 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #dialog_history .dialogScroller .listContainer > ul > li h3 a:focus,
  #dialog_notelist .dialogScroller .listContainer > ul > li h3 a:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: 0px 0px 0px 2px #3366CC;
    box-shadow: 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}
#dialog_history .navigation,
#dialog_notelist .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 10px;
  background: #e1e6e8;
}
#dialog_history .navigation .hitCount,
#dialog_notelist .navigation .hitCount {
  color: #2e3538;
  padding-left: 10px;
  padding-right: 10px;
}
#dialog_history #notelist h3,
#dialog_notelist #notelist h3 {
  margin-bottom: 10px;
}
#dialog_history #notelist .notetext,
#dialog_notelist #notelist .notetext {
  font-size: 1.4rem;
  width: 100%;
  max-height: 100px;
  overflow: auto;
  padding: 7px 10px;
  background-color: #eff2f3;
}

.contrast .dijitDialogTitleBar {
  color: #fff !important;
  background: #000000 !important;
}
.contrast #dialog_history .dialogScroller .listContainer > ul > li h3,
.contrast #dialog_notelist .dialogScroller .listContainer > ul > li h3 {
  font-weight: 500;
  color: #000000;
}
.contrast #dialog_history .dialogScroller .listContainer > ul > li h3 a,
.contrast #dialog_notelist .dialogScroller .listContainer > ul > li h3 a {
  text-decoration: underline;
}
.contrast #dialog_history .dialogScroller .navigation .hitCount,
.contrast #dialog_notelist .dialogScroller .navigation .hitCount {
  color: #000000;
}

@media only screen and (min-width: 500px) {
  #TextNoteModify_DialogID .dijitDialogPaneContent .navigation {
    gap: 10px;
  }
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-width: 320px;
  overflow: auto;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Source Sans Pro";
  color: #2e3538;
  font-size: 1.5rem;
  line-height: 1.4;
  background: #ffffff;
}
body[data-content=hitlist] .documentOnly {
  display: none !important;
}
body[data-content=document] .hitlistOnly {
  display: none !important;
}
body[data-document=documentPDF] .documentTextOnly {
  display: none !important;
}
body.dialogShown {
  overflow: hidden !important;
}
body.contrast {
  color: #000000;
  background: #000000;
}

#center {
  display: none;
}

.app {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.app .mainContainer {
  flex: 1;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.app .mainContainer aside#toc,
.app .mainContainer aside#filter {
  background: #eff2f3;
}
.app .mainContainer main#content {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  flex: 1;
}
.app .mainContainer main#content .contentScrollContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: auto;
  position: relative;
}
.app .mainContainer main#content .contentScrollContainer div.dijitTabContainerTopChildWrapper.dijitVisible {
  height: 100%;
}
.app .mainContainer main#content .contentScrollContainer #contentSwitcher {
  flex: 1;
}
.app .mainContainer main#content .contentScrollContainer #contentSwitcher .dijitTabPaneWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.app .mainContainer main#content .contentScrollContainer #contentSwitcher .dijitTabPaneWrapper #document,
.app .mainContainer main#content .contentScrollContainer #contentSwitcher .dijitTabPaneWrapper #hitlist {
  padding: 0;
  padding-right: 1px;
  padding-bottom: 1px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.app .mainContainer main#content .contentScrollContainer #contentSwitcher .dijitTabPaneWrapper #document .xaverPane,
.app .mainContainer main#content .contentScrollContainer #contentSwitcher .dijitTabPaneWrapper #hitlist .xaverPane {
  flex: 1;
}
.app .mainContainer main#content .contentScrollContainer #contentSwitcher .dijitTabPaneWrapper #hitlist div[data-dojo-type="xaver/component/Hitlist"] {
  flex: 1;
}

footer.main {
  display: block;
  margin-top: 50px;
  padding: 20px 0 40px 0;
  color: #fff;
  background: #ffffff;
}
footer.main .innerContentWidth {
  width: 86%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer.main .innerContentWidth .logoContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
footer.main .innerContentWidth .logoContainer .footerLogo {
  width: 170px;
  height: auto;
}
footer.main .innerContentWidth .linkContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 15px 0;
}
footer.main .innerContentWidth .linkContainer ul li:not(:last-child) {
  margin-right: 0.7em;
}
footer.main .innerContentWidth .linkContainer ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  footer.main .innerContentWidth .linkContainer ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  footer.main .innerContentWidth .linkContainer ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }
}
@media (hover: hover) and (pointer: fine) {
  footer.main .innerContentWidth .linkContainer ul li a:focus {
    outline: none;
    color: #fff;
    text-decoration: underline;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  footer.main .innerContentWidth .linkContainer ul li a:focus {
    outline: none;
    color: #fff;
    text-decoration: underline;
  }
}

@media only screen and (min-width: 750px) {
  footer.main .innerContentWidth {
    width: 86%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  footer.main .innerContentWidth .logoContainer {
    display: block;
    text-align: right;
  }
  footer.main .innerContentWidth .logoContainer .footerLogo {
    width: 170px;
    height: auto;
  }
  footer.main .innerContentWidth .linkContainer {
    display: inline-block;
    width: auto;
    margin-top: 0px;
  }
  footer.main .innerContentWidth .linkContainer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
  }
}
@media only screen and (min-width: 1000px) {
  footer.main .innerContentWidth {
    width: 70%;
  }
}
.contrast footer.main {
  background: #000000;
}
.contrast footer.main .innerContentWidth .linkContainer a {
  color: #fff;
}

.innerWidth {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1920px;
}

.innerContentWidth {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 980px;
}

@media only screen and (min-width: 500px) {
  .innerWidth,
  .innerContentWidth {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .innerWidth,
  .innerContentWidth {
    padding: 0 20px;
  }
}
.headerContent {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-template-rows: 56px 36px;
  grid-template-areas: "hlogo hmenu" "hfunktions hfunktions";
  padding-bottom: 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #e1e6e8;
}
.headerContent .headerLogo {
  grid-area: hlogo;
  height: 100%;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}
.headerContent .headerLogo img {
  display: inline-block;
  height: 100%;
  width: auto;
  cursor: pointer;
}
.headerContent .headerMenu {
  grid-area: hmenu;
  justify-self: end;
  padding-top: 10px;
  padding-bottom: 10px;
}
.headerContent .headerFunctions {
  grid-area: hfunktions;
}
.headerContent #menu {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 95;
  width: 100% !important;
  height: 100%;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.headerContent #menu.active {
  left: 0;
}
.headerContent #menu .menuWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 70px 20px 20px 20px;
  background: #eff2f3;
}
.headerContent #menu .menuWrapper button.closeSidebar {
  position: absolute;
  right: 5px;
  top: 7px;
}
.headerContent #menu .menuWrapper ul {
  display: flex;
  flex-direction: column;
}
.headerContent #menu .menuWrapper ul li {
  margin: 0 0 1px 0;
}
.headerContent #menu .menuWrapper ul li button {
  width: 100%;
  text-align: center;
  height: 40px;
  font-size: 1.5rem;
}
.headerContent #menu .menuWrapper ul li button.account {
  margin-top: 15px;
}

@media only screen and (min-width: 750px) {
  .headerContent {
    grid-template-columns: 300px 1fr;
    grid-template-rows: 36px 36px;
    grid-template-areas: "hlogo hmeta" "hlogo hfunktions";
  }
  .headerContent .headerLogo {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .headerContent #menu {
    position: static;
    display: flex;
    grid-area: hmeta;
    padding-top: 8px;
    padding-bottom: 8px;
    justify-content: flex-end;
  }
  .headerContent #menu .menuWrapper {
    position: relative;
    width: initial;
    height: initial;
    padding: 0;
    background: none;
  }
  .headerContent #menu .menuWrapper button.closeSidebar {
    display: none;
  }
  .headerContent #menu .menuWrapper ul {
    flex-direction: row;
    gap: 10px;
  }
  .headerContent #menu .menuWrapper ul li {
    margin: 0;
  }
  .headerContent #menu .menuWrapper ul li button {
    width: auto;
    height: auto;
    font-size: 1.4rem;
  }
  .headerContent #menu .menuWrapper ul li button.account {
    margin-top: 0;
  }
  .headerContent .headerMenu {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .headerContent {
    grid-template-columns: 350px 1fr;
    grid-template-rows: 36px 50px;
    padding-bottom: 20px;
  }
  .headerContent .headerLogo {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
.searchContainer {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 980px;
}
.searchContainer .dijitContentPane {
  width: 100%;
  overflow: visible;
}
.searchContainer .dijitContentPane #query_simple_form {
  position: relative;
  display: flex;
  height: 36px;
}
.searchContainer .dijitContentPane #query_simple_form .visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.searchContainer .dijitContentPane #query_simple_form .xaverWordWheelTextBox2 {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  background-image: none !important;
  background: #fff;
  height: 100%;
  width: 100%;
  padding: 0 50px 0 10px;
  border-radius: 2px;
  border: 1px solid #797d80;
}
.searchContainer .dijitContentPane #query_simple_form .dijitButton {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  color: #d52b1e;
  background: transparent;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.searchContainer .dijitContentPane #query_simple_form .dijitButton .dijitButtonNode {
  all: unset;
}
.searchContainer .dijitContentPane #query_simple_form .dijitButton .dijitButtonNode .dijitButtonText {
  all: unset;
}
.searchContainer .dijitContentPane #query_simple_form .dijitButton.searchBtn .material-symbols-outlined {
  font-weight: 300;
  font-size: 2.5rem;
}
.searchContainer .dijitContentPane #query_simple_form .dijitButton.dijitFocused {
  -webkit-box-shadow: 0px 0px 0px 2px #3366CC;
  -moz-box-shadow: 0px 0px 0px 2px #3366CC;
  box-shadow: 0px 0px 0px 2px #3366CC;
  outline: none;
}
.searchContainer .dijitContentPane #query_simple_form .dijitButton.dijitFocused * {
  outline: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .searchContainer .dijitContentPane #query_simple_form .xaverWordWheelTextBox2:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: 0px 0px 0px 2px #3366CC;
    box-shadow: 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .searchContainer .dijitContentPane #query_simple_form .xaverWordWheelTextBox2:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: 0px 0px 0px 2px #3366CC;
    box-shadow: 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}

ul.xaverWordWheel {
  margin-top: 2px;
  font-family: "Source Sans Pro";
  font-size: 1.4rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
  border: none;
  z-index: 100;
  overflow: hidden;
}
ul.xaverWordWheel > li {
  padding: 4px 10px;
  color: rgba(46, 53, 56, 0.4);
}
@media (hover: hover) and (pointer: fine) {
  ul.xaverWordWheel > li:hover {
    background-color: rgba(225, 230, 232, 0.3);
    color: #2e3538;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  ul.xaverWordWheel > li:hover {
    background-color: rgba(225, 230, 232, 0.3);
    color: #2e3538;
  }
}
ul.xaverWordWheel > li.selected {
  padding: 4px 10px;
  background-color: rgba(225, 230, 232, 0.3);
  color: #2e3538;
}
ul.xaverWordWheel > li > span.wordwheel-highlight {
  font-weight: 400;
  color: #2e3538;
  background: none;
}

.contrast .searchContainer .dijitContentPane #query_simple_form .dijitButton {
  color: #000000;
}
.contrast ul.xaverWordWheel > li {
  color: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .contrast ul.xaverWordWheel > li:hover {
    background-color: #000000;
    font-weight: 600;
    color: #fff;
  }
  .contrast ul.xaverWordWheel > li:hover > span.wordwheel-highlight {
    font-weight: 600;
    color: #fff;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contrast ul.xaverWordWheel > li:hover {
    background-color: #000000;
    font-weight: 600;
    color: #fff;
  }
  .contrast ul.xaverWordWheel > li:hover > span.wordwheel-highlight {
    font-weight: 600;
    color: #fff;
  }
}
.contrast ul.xaverWordWheel > li.selected {
  background-color: #000000;
  font-weight: 600;
  color: #fff;
}
.contrast ul.xaverWordWheel > li.selected > span.wordwheel-highlight {
  font-weight: 600;
  color: #fff;
}
.contrast ul.xaverWordWheel > li > span.wordwheel-highlight {
  font-weight: 600;
  color: #000000;
}

@media only screen and (min-width: 500px) {
  .searchContainer .dijitContentPane #query_simple_form .xaverWordWheelTextBox2 {
    font-size: 1.8rem;
  }
  ul.xaverWordWheel {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1000px) {
  .searchContainer .dijitContentPane #query_simple_form {
    height: 50px;
  }
  .searchContainer .dijitContentPane #query_simple_form .dijitButton {
    height: 50px;
    width: 50px;
  }
}
.sidebarWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  overflow: hidden;
}
.sidebarWrapper button.closeSidebar {
  position: absolute;
  right: 5px;
  top: 7px;
}
.sidebarWrapper .sidebarTab .tab {
  display: inline-block;
  font-size: 1.3rem;
  padding: 11px 15px 11px 15px;
  color: #2e3538;
  background: #fff;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.sidebarWrapper .sidebarContent {
  flex: 1;
  background: #fff;
  overflow: auto;
  position: relative;
}

@media only screen and (min-width: 500px) {
  .sidebarWrapper {
    padding: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .sidebarWrapper {
    padding: 10px 20px 20px 20px;
  }
  .sidebarWrapper button.closeSidebar {
    display: none;
  }
}
.contrast .sidebarWrapper .sidebarTab .tab {
  color: #000000;
}

@media only screen and (max-width: 999px) {
  #toc {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 100;
    width: 100% !important;
    height: 100%;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  #toc.active {
    left: 0;
  }
}
@media only screen and (min-width: 1000px) {
  #toc {
    position: static;
    min-width: 350px;
    width: 350px;
  }
  #toc .sidebarWrapper {
    padding-right: 0;
  }
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 > ul > li:first-child,
.toc .xaverDynamicTOCTree .xaverTOCTree2 > ul > li:first-child > ul > li:first-child {
  border-top: none !important;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 ul > li:last-child {
  border-bottom: none;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 ul li,
.toc .xaverDynamicTOCTree .xaverTOCTree2 > ul > li:last-child {
  border-bottom: 1px solid #e1e6e8;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 ul > li:first-child {
  border-top: 1px solid #e1e6e8;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .dijitTreeRow {
  display: flex;
  align-items: center;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .dijitTreeRow.dijitTreeRowHover {
  background: rgba(239, 242, 243, 0.5) !important;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node a.xaverContentNode.dijitTreeContentExpanded,
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node button.dijitTreeExpandoLeaf + span + a.xaverContentNode.dijitTreeContentExpanded {
  font-weight: normal;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node div:not(.dijitTreeRowSelected) button.dijitTreeExpandoLeaf + span + a.xaverContentNode.dijitTreeContentExpanded {
  font-weight: normal !important;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverCurrentTitle,
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .dijitTreeRow.dijitTreeRowHover.xaverCurrentTitle,
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .dijitTreeRow.xaverCurrentTitle a.xaverContentNode.dijitTreeContentExpanded,
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .dijitTreeRow.dijitTreeRowHover.xaverCurrentTitle a.xaverContentNode.dijitTreeContentExpanded,
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .dijitTreeRow.xaverCurrentTitle button.dijitTreeExpandoLeaf + span + a.xaverContentNode.dijitTreeContentExpanded {
  font-weight: 600 !important;
  color: #ffffff !important;
  background: #d52b1e !important;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverCurrentTitle .xaverExpandoNode.dijitTreeExpandoClosed:before,
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverCurrentTitle .xaverExpandoNode.dijitTreeExpandoOpened:before,
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverCurrentTitle .xaverExpandoNode.dijitTreeExpandoLeaf:before {
  color: #ffffff !important;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverExpandoNode.dijitTreeExpandoClosed:before,
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverExpandoNode.dijitTreeExpandoOpened:before,
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverExpandoNode.dijitTreeExpandoLeaf:before {
  content: "\e409";
  font-family: "Material Symbols Outlined";
  font-size: 1.5rem !important;
  font-weight: 700;
  color: #2e3538;
  display: inline-block;
  width: 3rem;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverExpandoNode.dijitTreeExpandoOpened:before {
  content: "\e313";
  font-family: "Material Symbols Outlined";
  font-size: 1.5rem !important;
  font-weight: 700;
  color: #2e3538;
  display: inline-block;
  width: 3rem;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverExpandoNode.dijitTreeExpandoOpened,
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverExpandoNode.dijitTreeExpandoClosed,
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverExpandoNode.dijitTreeExpandoLeaf {
  border-radius: 0;
  outline: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverExpandoNode.dijitTreeExpandoOpened:focus,
  .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverExpandoNode.dijitTreeExpandoClosed:focus,
  .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverExpandoNode.dijitTreeExpandoLeaf:focus {
    -webkit-box-shadow: inset 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: inset 0px 0px 0px 2px #3366CC;
    box-shadow: inset 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverExpandoNode.dijitTreeExpandoOpened:focus,
  .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverExpandoNode.dijitTreeExpandoClosed:focus,
  .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverExpandoNode.dijitTreeExpandoLeaf:focus {
    -webkit-box-shadow: inset 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: inset 0px 0px 0px 2px #3366CC;
    box-shadow: inset 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node a.xaverContentNode {
  border-radius: 0;
  outline: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node a.xaverContentNode:focus {
    padding-left: 0.4em !important;
    padding-right: 0.4em !important;
    margin-left: -0.4em !important;
    margin-right: -0.4em !important;
    -webkit-box-shadow: inset 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: inset 0px 0px 0px 2px #3366CC;
    box-shadow: inset 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node a.xaverContentNode:focus {
    padding-left: 0.4em !important;
    padding-right: 0.4em !important;
    margin-left: -0.4em !important;
    margin-right: -0.4em !important;
    -webkit-box-shadow: inset 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: inset 0px 0px 0px 2px #3366CC;
    box-shadow: inset 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverExpandoNode {
  background: none;
  display: inline-block;
  width: 3rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node a.xaverContentNode {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  background-color: transparent;
  display: inline-block;
  padding: 0.4rem 0 0.4rem 0;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node ul ul .xaverExpandoNode {
  width: 4rem !important;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node ul ul ul .xaverExpandoNode {
  width: 5rem !important;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node ul ul ul ul .xaverExpandoNode {
  width: 6rem !important;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node ul ul ul ul ul .xaverExpandoNode {
  width: 7rem !important;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node ul ul ul ul ul ul .xaverExpandoNode {
  width: 8rem !important;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node ul ul ul ul ul ul ul .xaverExpandoNode {
  width: 9rem !important;
}
.toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node ul ul ul ul ul ul ul ul .xaverExpandoNode {
  width: 10rem !important;
}

.contrast .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverCurrentTitle,
.contrast .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .dijitTreeRow.dijitTreeRowHover.xaverCurrentTitle,
.contrast .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .dijitTreeRow.xaverCurrentTitle a.xaverContentNode.dijitTreeContentExpanded,
.contrast .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .dijitTreeRow.dijitTreeRowHover.xaverCurrentTitle a.xaverContentNode.dijitTreeContentExpanded,
.contrast .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .dijitTreeRow.xaverCurrentTitle button.dijitTreeExpandoLeaf + span + a.xaverContentNode.dijitTreeContentExpanded {
  color: #fff !important;
  background: #000000 !important;
}
.contrast .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverExpandoNode.dijitTreeExpandoClosed:before,
.contrast .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverExpandoNode.dijitTreeExpandoOpened:before,
.contrast .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverExpandoNode.dijitTreeExpandoLeaf:before,
.contrast .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverTOCTree2Node .xaverExpandoNode.dijitTreeExpandoOpened:before {
  color: #000000;
}
.contrast .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverCurrentTitle .xaverExpandoNode.dijitTreeExpandoClosed:before,
.contrast .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverCurrentTitle .xaverExpandoNode.dijitTreeExpandoOpened:before,
.contrast .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverCurrentTitle .xaverExpandoNode.dijitTreeExpandoLeaf:before,
.contrast .toc .xaverDynamicTOCTree .xaverTOCTree2 .xaverCurrentTitle .xaverExpandoNode.dijitTreeExpandoOpened:before {
  color: #fff !important;
}

@media only screen and (max-width: 999px) {
  #filter {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 101;
    width: 100% !important;
    height: 100%;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  #filter.active {
    left: 0;
  }
}
@media only screen and (min-width: 1000px) {
  #filter {
    position: static;
    flex-shrink: 0;
    width: 370px;
    overflow: auto;
  }
}
#filter .sidebarContent {
  padding: 10px 15px;
}
#filter .sidebarContent .xaverCategorization .xaverCategorizationHead {
  text-decoration: none;
}
#filter .sidebarContent .xaverCategorization .xaverCategorizationContainer .xaverCategorizationItem {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#filter .sidebarContent .xaverCategorization .xaverCategorizationContainer .xaverCategorizationItem .xaverCategorizationItemToggle {
  top: 2px;
  background: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #e1e6e8;
  border: 1px solid rgba(121, 125, 128, 0.3);
}
#filter .sidebarContent .xaverCategorization .xaverCategorizationContainer .xaverCategorizationItem.xaverCategorizationItemActive > .xaverCategorizationItemToggle::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #d52b1e;
  border-radius: 50%;
}
#filter .sidebarContent .xaverCategorization .xaverCategorizationContainer .xaverCategorizationItem .xaverCategorizationItemText {
  margin-left: 2.5rem;
  display: inline-block;
}
#filter .sidebarContent .xaverCategorization .xaverCategorizationContainer .xaverCategorizationItem .xaverCategorizationItemText .xaverCategorizationItemCount {
  color: #d52b1e;
}

.contrast #filter .sidebarContent .xaverCategorization .xaverCategorizationContainer .xaverCategorizationItem .xaverCategorizationItemToggle {
  background: #fff;
  border: 1px solid #000000;
}
.contrast #filter .sidebarContent .xaverCategorization .xaverCategorizationContainer .xaverCategorizationItem.xaverCategorizationItemActive > .xaverCategorizationItemToggle::after {
  background: #000000;
}
.contrast #filter .sidebarContent .xaverCategorization .xaverCategorizationContainer .xaverCategorizationItem .xaverCategorizationItemText .xaverCategorizationItemCount {
  color: #000000;
}

.contentFunctions {
  position: sticky;
  top: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eff2f3;
}
.contentFunctions .functionsLeft,
.contentFunctions .functionsRight {
  display: flex;
  margin: 4px 6px;
  gap: 4px;
}
.contentFunctions .functionsLeft > .functionBtn.share,
.contentFunctions .functionsLeft > .functionBtn.history,
.contentFunctions .functionsLeft > .functionBtn.print,
.contentFunctions .functionsRight > .functionBtn.share,
.contentFunctions .functionsRight > .functionBtn.history,
.contentFunctions .functionsRight > .functionBtn.print {
  display: none;
}
.contentFunctions .functionsLeft {
  margin-right: 2px;
}
.contentFunctions .functionsRight {
  margin-left: 2px;
}
.contentFunctions .functionsLeft {
  margin-right: 2px;
}
.contentFunctions .functionsLeft .mobileSidebarBtn {
  margin: -6px;
  margin-right: 0;
  padding: 6px;
  border-right: 1px solid #e1e6e8;
}
.contentFunctions .functionsRight {
  margin-left: 2px;
}

#FavorizenMenu,
#OptionsMenu {
  position: relative;
}
#FavorizenMenu.hasNote #favorizenDropDown li,
#OptionsMenu.hasNote #favorizenDropDown li {
  border-bottom: none;
}
#FavorizenMenu:not(.hasNote) #favorizenDropDown li:nth-child(2),
#OptionsMenu:not(.hasNote) #favorizenDropDown li:nth-child(2) {
  border-bottom: none;
}
#FavorizenMenu #favorizenDropDown,
#FavorizenMenu #optionsDropDown,
#OptionsMenu #favorizenDropDown,
#OptionsMenu #optionsDropDown {
  display: none;
  list-style: none;
  width: auto;
  max-width: 95vw;
  position: absolute;
  top: 100%;
  right: 0%;
  padding: 10px;
  margin-top: 0px;
  overflow-y: auto;
  z-index: 50;
  color: #000000;
  background-color: white;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}
#FavorizenMenu #favorizenDropDown li,
#FavorizenMenu #optionsDropDown li,
#OptionsMenu #favorizenDropDown li,
#OptionsMenu #optionsDropDown li {
  border-bottom: 1px solid #e1e6e8;
}
#FavorizenMenu #favorizenDropDown li:last-child,
#FavorizenMenu #optionsDropDown li:last-child,
#OptionsMenu #favorizenDropDown li:last-child,
#OptionsMenu #optionsDropDown li:last-child {
  border-bottom: none;
}
#FavorizenMenu #favorizenDropDown li.addNoteField,
#FavorizenMenu #optionsDropDown li.addNoteField,
#OptionsMenu #favorizenDropDown li.addNoteField,
#OptionsMenu #optionsDropDown li.addNoteField {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 5px;
}
#FavorizenMenu #favorizenDropDown li.addNoteField .addNoteContainer,
#FavorizenMenu #optionsDropDown li.addNoteField .addNoteContainer,
#OptionsMenu #favorizenDropDown li.addNoteField .addNoteContainer,
#OptionsMenu #optionsDropDown li.addNoteField .addNoteContainer {
  display: none;
  flex-direction: column;
  gap: 7px;
}
#FavorizenMenu #favorizenDropDown li.addNoteField .addNoteContainer label,
#FavorizenMenu #optionsDropDown li.addNoteField .addNoteContainer label,
#OptionsMenu #favorizenDropDown li.addNoteField .addNoteContainer label,
#OptionsMenu #optionsDropDown li.addNoteField .addNoteContainer label {
  margin-left: auto;
  font-size: 14px;
}
#FavorizenMenu #favorizenDropDown li.addNoteField .addNoteContainer .navigation,
#FavorizenMenu #optionsDropDown li.addNoteField .addNoteContainer .navigation,
#OptionsMenu #favorizenDropDown li.addNoteField .addNoteContainer .navigation,
#OptionsMenu #optionsDropDown li.addNoteField .addNoteContainer .navigation {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
}
#FavorizenMenu #favorizenDropDown li.addNoteField button,
#FavorizenMenu #optionsDropDown li.addNoteField button,
#OptionsMenu #favorizenDropDown li.addNoteField button,
#OptionsMenu #optionsDropDown li.addNoteField button {
  width: auto;
}
#FavorizenMenu #favorizenDropDown li textarea,
#FavorizenMenu #optionsDropDown li textarea,
#OptionsMenu #favorizenDropDown li textarea,
#OptionsMenu #optionsDropDown li textarea {
  font-family: "Source Sans Pro";
  overflow: auto;
  padding: 10px;
  background-color: #fff;
  font-size: inherit;
  border: 1px solid #797d80;
}
@media (hover: hover) and (pointer: fine) {
  #FavorizenMenu #favorizenDropDown li textarea:focus,
  #FavorizenMenu #optionsDropDown li textarea:focus,
  #OptionsMenu #favorizenDropDown li textarea:focus,
  #OptionsMenu #optionsDropDown li textarea:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: 0px 0px 0px 2px #3366CC;
    box-shadow: 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #FavorizenMenu #favorizenDropDown li textarea:focus,
  #FavorizenMenu #optionsDropDown li textarea:focus,
  #OptionsMenu #favorizenDropDown li textarea:focus,
  #OptionsMenu #optionsDropDown li textarea:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: 0px 0px 0px 2px #3366CC;
    box-shadow: 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}
#FavorizenMenu.hasNote .functionBtn.favoriteToggler, #FavorizenMenu.hasNote .functionBtn.openNoteList,
#OptionsMenu.hasNote .functionBtn.favoriteToggler,
#OptionsMenu.hasNote .functionBtn.openNoteList {
  margin-left: auto;
  width: auto !important;
}
#FavorizenMenu.hasNote .favoriteAdd,
#OptionsMenu.hasNote .favoriteAdd {
  display: none;
}
#FavorizenMenu.hasNote .favorite,
#OptionsMenu.hasNote .favorite {
  font-variation-settings: "FILL" 1;
}
#FavorizenMenu.hasNote .addNoteField,
#OptionsMenu.hasNote .addNoteField {
  padding-bottom: 10px;
  padding-top: 10px;
}
#FavorizenMenu.hasNote .addNoteField .addNoteContainer,
#OptionsMenu.hasNote .addNoteField .addNoteContainer {
  display: flex !important;
}
#FavorizenMenu.open #favorizenDropDown, #FavorizenMenu.open #optionsDropDown,
#OptionsMenu.open #favorizenDropDown,
#OptionsMenu.open #optionsDropDown {
  display: block;
}

@media only screen and (min-width: 500px) {
  .contentFunctions .functionsLeft,
  .contentFunctions .functionsRight {
    margin: 6px 15px;
  }
}
@media only screen and (min-width: 750px) {
  .contentFunctions .functionsLeft,
  .contentFunctions .functionsRight {
    margin: 10px 15px;
    gap: 10px;
  }
  .contentFunctions .functionsLeft .functionBtn.history,
  .contentFunctions .functionsLeft .functionBtn.print,
  .contentFunctions .functionsRight .functionBtn.history,
  .contentFunctions .functionsRight .functionBtn.print {
    display: inline-flex;
  }
  .contentFunctions .functionsLeft > .functionBtn.options,
  .contentFunctions .functionsRight > .functionBtn.options {
    display: none;
  }
  .contentFunctions .functionsLeft .mobileSidebarBtn {
    margin: -10px;
    margin-right: 0;
    padding: 10px;
    border-right: 1px solid #e1e6e8;
  }
}
@media only screen and (min-width: 1000px) {
  .contentFunctions .functionsLeft {
    margin-left: 0;
  }
  .contentFunctions .functionsLeft .mobileSidebarBtn {
    display: none;
  }
}
#docType {
  height: 100%;
}

.textContent {
  padding-top: 20px;
  width: 86% !important;
  min-height: 40vh;
}

@media only screen and (min-width: 750px) {
  .textContent {
    padding-top: 35px;
  }
}
@media only screen and (min-width: 1000px) {
  .textContent {
    width: 75% !important;
  }
  .textContent.pdfContent {
    width: 85% !important;
  }
}
.prevPagerContainer,
.nextPagerContainer {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7%;
  height: 100%;
}
.prevPagerContainer .prevPage,
.prevPagerContainer .nextPage,
.nextPagerContainer .prevPage,
.nextPagerContainer .nextPage {
  display: flex;
  width: 50%;
  min-height: 100px;
  padding-top: 25%;
  padding-bottom: 25%;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) and (pointer: fine) {
  .prevPagerContainer .prevPage:hover,
  .prevPagerContainer .nextPage:hover,
  .nextPagerContainer .prevPage:hover,
  .nextPagerContainer .nextPage:hover {
    background-color: #eff2f3;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .prevPagerContainer .prevPage:hover,
  .prevPagerContainer .nextPage:hover,
  .nextPagerContainer .prevPage:hover,
  .nextPagerContainer .nextPage:hover {
    background-color: #eff2f3;
  }
}
.prevPagerContainer .prevPage::after,
.prevPagerContainer .nextPage::after,
.nextPagerContainer .prevPage::after,
.nextPagerContainer .nextPage::after {
  content: "";
  font-family: "Material Symbols Outlined";
  font-size: 1.8rem;
  font-weight: 200;
  color: #d52b1e;
  transform: scale(1, 2);
}
.prevPagerContainer .prevPage.xaverClickableDisabled::after,
.prevPagerContainer .nextPage.xaverClickableDisabled::after,
.nextPagerContainer .prevPage.xaverClickableDisabled::after,
.nextPagerContainer .nextPage.xaverClickableDisabled::after {
  color: #e1e6e8;
}

.prevPagerContainer {
  left: 0px;
  z-index: 10;
}
.prevPagerContainer .prevPage::after {
  content: "\e5e0";
  position: relative;
  left: 0.2em;
}
@media (hover: hover) and (pointer: fine) {
  .prevPagerContainer .prevPage:hover::after {
    color: #3366CC;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .prevPagerContainer .prevPage:hover::after {
    color: #3366CC;
  }
}
@media (hover: hover) and (pointer: fine) {
  .prevPagerContainer .prevPage:focus {
    outline: none;
  }
  .prevPagerContainer .prevPage:focus::after {
    color: #3366CC;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .prevPagerContainer .prevPage:focus {
    outline: none;
  }
  .prevPagerContainer .prevPage:focus::after {
    color: #3366CC;
  }
}
@media (hover: hover) and (pointer: fine) {
  .prevPagerContainer .prevPage.xaverClickableDisabled:hover::after {
    color: #e1e6e8;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .prevPagerContainer .prevPage.xaverClickableDisabled:hover::after {
    color: #e1e6e8;
  }
}
@media (hover: hover) and (pointer: fine) {
  .prevPagerContainer .prevPage.xaverClickableDisabled:focus {
    outline: none;
  }
  .prevPagerContainer .prevPage.xaverClickableDisabled:focus::after {
    color: #e1e6e8;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .prevPagerContainer .prevPage.xaverClickableDisabled:focus {
    outline: none;
  }
  .prevPagerContainer .prevPage.xaverClickableDisabled:focus::after {
    color: #e1e6e8;
  }
}

.nextPagerContainer {
  right: 0px;
  z-index: 11;
}
.nextPagerContainer .nextPage::after {
  content: "\e5e1";
}
@media (hover: hover) and (pointer: fine) {
  .nextPagerContainer .nextPage:hover::after {
    color: #3366CC;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nextPagerContainer .nextPage:hover::after {
    color: #3366CC;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nextPagerContainer .nextPage:focus {
    outline: none;
  }
  .nextPagerContainer .nextPage:focus::after {
    color: #3366CC;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nextPagerContainer .nextPage:focus {
    outline: none;
  }
  .nextPagerContainer .nextPage:focus::after {
    color: #3366CC;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nextPagerContainer .nextPage.xaverClickableDisabled:hover::after {
    color: #e1e6e8;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nextPagerContainer .nextPage.xaverClickableDisabled:hover::after {
    color: #e1e6e8;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nextPagerContainer .nextPage.xaverClickableDisabled:focus {
    outline: none;
  }
  .nextPagerContainer .nextPage.xaverClickableDisabled:focus::after {
    color: #e1e6e8;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nextPagerContainer .nextPage.xaverClickableDisabled:focus {
    outline: none;
  }
  .nextPagerContainer .nextPage.xaverClickableDisabled:focus::after {
    color: #e1e6e8;
  }
}

@media only screen and (min-width: 1000px) {
  .prevPagerContainer,
  .nextPagerContainer {
    width: 15%;
  }
  .prevPagerContainer .prevPage,
  .prevPagerContainer .nextPage,
  .nextPagerContainer .prevPage,
  .nextPagerContainer .nextPage {
    width: 50%;
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .prevPagerContainer .prevPage::after,
  .prevPagerContainer .nextPage::after,
  .nextPagerContainer .prevPage::after,
  .nextPagerContainer .nextPage::after {
    font-size: 2.5rem;
  }
  .nextPagerContainer {
    width: calc(15% - 16px);
    right: 16px;
  }
  body[data-document=documentPDF] .prevPagerContainer {
    width: 9%;
    justify-content: right;
  }
  body[data-document=documentPDF] .prevPagerContainer .prevPage {
    justify-content: right;
  }
  body[data-document=documentPDF] .nextPagerContainer {
    width: calc(9% - 16px);
    justify-content: left;
    right: 24px;
  }
  body[data-document=documentPDF] .nextPagerContainer .nextPage {
    justify-content: left;
  }
}
.contrast .prevPagerContainer .prevPage:not(.xaverClickableDisabled)::after,
.contrast .prevPagerContainer .nextPage:not(.xaverClickableDisabled)::after,
.contrast .nextPagerContainer .prevPage:not(.xaverClickableDisabled)::after,
.contrast .nextPagerContainer .nextPage:not(.xaverClickableDisabled)::after {
  color: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .contrast .prevPagerContainer .prevPage:not(.xaverClickableDisabled):hover::after,
  .contrast .prevPagerContainer .nextPage:not(.xaverClickableDisabled):hover::after,
  .contrast .nextPagerContainer .prevPage:not(.xaverClickableDisabled):hover::after,
  .contrast .nextPagerContainer .nextPage:not(.xaverClickableDisabled):hover::after {
    font-weight: 900;
    color: #000000;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contrast .prevPagerContainer .prevPage:not(.xaverClickableDisabled):hover::after,
  .contrast .prevPagerContainer .nextPage:not(.xaverClickableDisabled):hover::after,
  .contrast .nextPagerContainer .prevPage:not(.xaverClickableDisabled):hover::after,
  .contrast .nextPagerContainer .nextPage:not(.xaverClickableDisabled):hover::after {
    font-weight: 900;
    color: #000000;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contrast .prevPagerContainer .prevPage:not(.xaverClickableDisabled):focus::after,
  .contrast .prevPagerContainer .nextPage:not(.xaverClickableDisabled):focus::after,
  .contrast .nextPagerContainer .prevPage:not(.xaverClickableDisabled):focus::after,
  .contrast .nextPagerContainer .nextPage:not(.xaverClickableDisabled):focus::after {
    font-weight: 900;
    color: #000000;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contrast .prevPagerContainer .prevPage:not(.xaverClickableDisabled):focus::after,
  .contrast .prevPagerContainer .nextPage:not(.xaverClickableDisabled):focus::after,
  .contrast .nextPagerContainer .prevPage:not(.xaverClickableDisabled):focus::after,
  .contrast .nextPagerContainer .nextPage:not(.xaverClickableDisabled):focus::after {
    font-weight: 900;
    color: #000000;
  }
}

#hitlistType {
  height: 100%;
}

.xaverHitterm,
.hitTerm {
  font-weight: 600;
  background: #eff2f3;
  padding: 0.1em 0.3em;
}

.hitContent {
  padding-top: 20px;
  width: 100%;
}
.hitContent h1 {
  font-weight: 300;
  font-size: 2.2rem;
  color: #2e3538;
  margin: 0 0 15px 0;
}
.hitContent .hint {
  display: block;
  font-weight: 500;
  text-align: center;
  padding: 1em 1.5em;
  color: #fff;
  background: #d52b1e;
}
.hitContent ul.hits {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hitContent ul.hits li.hit {
  padding: 20px 10px;
  border-bottom: 1px solid #e1e6e8;
}
.hitContent ul.hits li.hit:first-child {
  border-top: 1px solid #e1e6e8;
}
.hitContent ul.hits li.hit .hitHeader {
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}
.hitContent ul.hits li.hit .hitHeader .breadcrumb {
  flex: 1;
  margin-right: 20px;
}
.hitContent ul.hits li.hit .hitHeader .relevanceContainer {
  margin-top: 6px;
  width: 40px;
}
.hitContent ul.hits li.hit .hitHeader .relevanceContainer .relevancebar {
  width: 100%;
  height: 7px;
  background: #e1e6e8;
}
.hitContent ul.hits li.hit .hitHeader .relevanceContainer .relevancebar .relevancebarMarked {
  height: 100%;
  background: #2e3538;
}
.hitContent ul.hits li.hit .hitHeader .relevanceContainer .relevancebarLabel {
  font-size: 1.3rem;
  color: #2e3538;
  text-align: right;
}
.hitContent ul.hits li.hit h2.hitLink {
  font-weight: 600;
  font-size: 1.8rem;
  color: #d52b1e;
  margin: 0 0 0.4em 0;
}
.hitContent ul.hits li.hit h2.hitLink a {
  padding: 0.1em 0.2em;
  margin: -0.1em -0.2em;
  color: #d52b1e;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .hitContent ul.hits li.hit h2.hitLink a:hover {
    text-decoration: underline;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hitContent ul.hits li.hit h2.hitLink a:hover {
    text-decoration: underline;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hitContent ul.hits li.hit h2.hitLink a:focus {
    text-decoration: underline;
    -webkit-box-shadow: 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: 0px 0px 0px 2px #3366CC;
    box-shadow: 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hitContent ul.hits li.hit h2.hitLink a:focus {
    text-decoration: underline;
    -webkit-box-shadow: 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: 0px 0px 0px 2px #3366CC;
    box-shadow: 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}
.hitContent ul.hits li.hit .hitContext ul.contextList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hitContent ul.hits li.hit .hitContext ul.contextList li.contextTerm {
  display: inline;
}
.hitContent ul.hits li.hit .hitContext ul.contextList li.contextTerm:not(:last-child)::after {
  content: "...";
  padding: 0 0.5em;
}

@media only screen and (min-width: 750px) {
  .hitContent {
    padding-top: 35px;
  }
  .hitContent h1 {
    font-size: 2.8rem;
    margin: 0 0 30px 0;
  }
  .hitContent ul.tophits li.tophit {
    margin-bottom: 25px;
  }
  .hitContent ul.tophits li.tophit a {
    padding: 15px 15px;
  }
  .hitContent ul.tophits li.tophit a h2 {
    font-size: 2.2rem;
  }
  .hitContent ul.hits li.hit {
    padding: 30px 15px;
    border-bottom: 1px solid #e1e6e8;
  }
  .hitContent ul.hits li.hit h2.hitLink {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1000px) {
  .hitContent {
    width: 70% !important;
  }
}
.contrast .hitContent h1 {
  color: #000000;
}
.contrast .hitContent .hint {
  background: #000000;
}
.contrast .hitContent ul.tophits li.tophit a h2 {
  color: #000000;
  text-decoration: underline;
}
.contrast .hitContent ul.hits li.hit .hitHeader .relevancebar .relevancebarMarked {
  background: #000000;
}
.contrast .hitContent ul.hits li.hit .hitHeader .relevancebarLabel {
  color: #000000;
}
.contrast .hitContent ul.hits li.hit h2.hitLink {
  color: #000000;
}
.contrast .hitContent ul.hits li.hit h2.hitLink a {
  color: #000000;
  text-decoration: underline;
}

footer.hitsPagination {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
footer.hitsPagination .hitentryContainer {
  display: flex;
  height: 40px;
  margin-right: 10px;
}
footer.hitsPagination .hitentryContainer label {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
footer.hitsPagination .hitentryContainer select {
  border: 1px solid #e1e6e8;
}
footer.hitsPagination .hitentryContainer .selectWrapper {
  width: auto;
  height: 100%;
}

@media only screen and (min-width: 500px) {
  footer.hitsPagination .hitentryContainer label {
    display: flex;
    align-items: center;
    height: 100%;
    width: auto;
    font-size: 1.4rem;
    overflow: visible;
    padding-right: 0.7em;
    color: #2e3538;
  }
  footer.hitsPagination button.hitsReload {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 750px) {
  footer.hitsPagination .hitentryContainer label {
    font-size: 1.5rem;
  }
}
html.printContent,
body.printContent {
  background: none;
  min-width: 0 !important;
  overflow: visible;
}

body.printContent table.printTable {
  border-style: none;
  border-width: 0px;
  width: 100%;
  min-height: 100%;
  padding: 0px;
  margin: 0px;
}
body.printContent table.printTable > tbody > tr > td {
  vertical-align: top;
  min-height: 100%;
}
body.printContent .printFooter {
  padding-top: 0.25em;
  margin-top: 0.25em;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #000000;
}

.textContent {
  width: 100% !important;
}
.textContent[data-doc-type=heft] img#articleFirstPage {
  display: none;
}
.textContent .crawlerContent {
  display: none;
}
.textContent .fragmentHeader h1 {
  font-size: 2.875rem;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}
.textContent .fragmentHeader h2 {
  font-size: 2.25rem;
  font-weight: 400;
  margin-top: 0px;
}
.textContent .startpage-content h1 {
  font-weight: 600;
}
.textContent .productInfo {
  display: flex;
  background-color: #eff2f3;
  padding: 15px;
  gap: 10px;
  flex-direction: column-reverse;
}
.textContent .productInfo .productImages {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
}
.textContent .productInfo .productImages img {
  height: 155px;
  width: auto;
}
.textContent .productInfo .productMetadata {
  flex: 1;
}
.textContent .productInfo .productMetadata .productMetadataRow {
  padding-top: 5px;
  padding-bottom: 5px;
}
.textContent .productInfo .productMetadata .productMetadataRow.btn {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}
.textContent .productInfo .productMetadata .productMetadataRow .label {
  font-weight: 600;
}
.textContent .productInfo .productMetadata .productMetadataRow .value {
  padding: 5px;
}
.textContent .productInfo .productMetadata .productMetadataRow .functionBtn {
  padding: 10px;
  background-color: #d52b1e;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 0.3em;
}
.textContent .productInfo .productMetadata .productMetadataRow .functionBtn .label {
  padding-bottom: 1px;
}
.textContent .productInfo .productMetadata .productMetadataRow:has(.frauenarztAnmeldung) {
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
}
.textContent .productInfo .button {
  background-color: #d52b1e;
  padding: 10px;
}
.textContent img {
  max-width: 100%;
  height: auto;
}
.textContent .xaver-titel {
  display: none;
}
.textContent .xaver-untertitel {
  display: none;
}
.textContent .xaver-absatztitel {
  font-weight: 600;
  margin: 10px 0px;
}
.textContent .xaver-absatz {
  margin: 10px 0px;
}
.textContent .contentArea {
  margin: 30px 0px;
}
.textContent .contentArea .areaHeader {
  font-weight: 600;
  font-style: italic;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted;
}
.textContent .contentArea #autorenAreaContent,
.textContent .contentArea #stichworteAreaContent,
.textContent .contentArea #instituteAreaContent {
  display: block;
}
.textContent .contentArea #stichworteAreaContent:not(:last-of-type)::after {
  content: ", ";
}
.textContent ul, .textContent li {
  overflow: visible;
}
.textContent .xaver-sup {
  vertical-alignment: -30%;
  padding-left: 2px;
}
.textContent.printContent {
  margin: 8px;
  margin-bottom: 0px;
}
.textContent.printContent .header {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.textContent.printContent .header .title {
  font-weight: bold;
  width: 220px;
}
.textContent.printContent .xaverFootnotes {
  display: block;
}
.textContent.printContent .xaverFootnotes:empty {
  display: none;
}
.textContent.printContent .xaverFootnotes table {
  border-top: 1px solid #666;
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
}
.textContent.printContent .xaverFootnotes table td.fn_nr {
  padding-bottom: 0.5em;
  padding-right: 3px;
  vertical-align: top;
}
.textContent .shareLinks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
.textContent .shareLinks > span.label {
  font-weight: 600;
}
.textContent .shareLinks a {
  width: 140px;
  color: #2e3538;
  text-decoration: none;
  display: flex;
  align-items: center;
  border: 1px solid #eff2f3;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  padding: 0px 20px 0px 0px;
}
.textContent .shareLinks a .icon {
  display: flex;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  justify-content: center;
  align-items: center;
}
.textContent .shareLinks a .icon img {
  width: 20px;
  height: 20px;
}
.textContent .shareLinks a.whatsapp .icon {
  background-color: #0dbf42;
}
.textContent .shareLinks a.linkedin .icon {
  background-color: #0a66c2;
}
.textContent .shareLinks a.email .icon {
  background-color: #eff2f3;
}
.textContent .shareLinks a span.material-symbols-outlined {
  margin-right: 0.2em;
}
.textContent .shareLinks a:hover {
  border: 1px solid black;
}

@media (min-width: 578px) {
  .textContent .shareLinks {
    flex-direction: row;
  }
  .textContent .shareLinks a {
    width: auto;
  }
}
@media (min-width: 640px) {
  .textContent .productInfo {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  .textContent .productInfo .productImages img {
    height: 210px;
    width: auto;
  }
}
@media (max-width: 1100px) {
  .metaAutoren, .metaTitel {
    font-size: 16px;
  }
}
.xxxflex {
  align-items: flex-start;
  display: flex;
  gap: 20px;
}
.xxxflex .xxx {
  flex: 1;
}
.xxxflex img {
  border: 1px solid #eff2f3;
  width: 60px;
  height: auto;
}

.autoren {
  margin-bottom: 0.5em;
}
.autoren span {
  font-weight: 600;
}

h1 span.small {
  font-size: 0.7em;
}

.firstHeader {
  display: none;
}

#menu {
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 95;
  width: 100% !important;
  height: 100%;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
#menu.active {
  left: 0;
}
#menu .menuWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 70px 20px 20px 20px;
  background: #eff2f3;
}
#menu .menuWrapper button.closeSidebar {
  position: absolute;
  right: 5px;
  top: 7px;
}
#menu .menuWrapper ul {
  display: flex;
  flex-direction: column;
}
#menu .menuWrapper ul li {
  margin: 0 0 1px 0;
}
#menu .menuWrapper ul li .userInfo,
#menu .menuWrapper ul li a {
  color: #2e3538;
  text-decoration: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  padding: 0.5em 80px 0.5em 1em;
  margin: 0 0 10px 0;
  min-height: 35px;
  font-weight: 600;
  border: 1px solid #eff2f3;
  background-color: #ffffff;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
#menu .menuWrapper ul li .userInfo .material-symbols-outlined,
#menu .menuWrapper ul li a .material-symbols-outlined {
  color: #d52b1e;
  margin-right: 0.2em;
}
#menu .menuWrapper ul li .userInfo.accentuated,
#menu .menuWrapper ul li a.accentuated {
  color: #d52b1e;
}
#menu .menuWrapper ul li button {
  width: 100%;
  text-align: center;
  height: 40px;
  font-size: 1.5rem;
}
#menu .menuWrapper ul li button.account {
  margin-top: 15px;
}

.headerContent {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-template-rows: 56px 36px;
  grid-template-areas: "hlogo hmenu" "hfunktions hfunktions";
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e6e8;
  background: url("../img/title/titlePortal.jpg") center left;
}
@media screen and (min-width: 750px) {
  .headerContent {
    background: url("../img/title/titlePortal.jpg") center center;
  }
}
.headerContent ul li * {
  background: none;
}
.headerContent .headerLogo {
  grid-area: hlogo;
  height: 100%;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}
.headerContent .headerLogo img {
  display: inline-block;
  height: 100%;
  width: auto;
  cursor: pointer;
}
.headerContent .headerMenu {
  grid-area: hmenu;
  justify-self: end;
  padding-top: 10px;
  padding-bottom: 10px;
}
.headerContent .headerFunctions {
  grid-area: hfunktions;
}
.headerContent .headerButtons {
  flex-direction: column !important;
}
.headerContent .headerButtons .headerButton {
  color: #ffffff;
  display: block;
  margin-top: 14px;
  background-color: #d52b1e;
  padding: 5px 30px;
  text-align: center;
  text-decoration: none !important;
}
.headerContent .headerButtons .headerButton.inverted {
  color: #d52b1e;
  background-color: #ffffff;
}
.headerContent .headerButtons .headerButton.inverted:hover {
  background-color: #eeeeee;
}
.headerContent .headerButtons .headerButton.inverted a {
  color: #d52b1e;
}
.headerContent .headerButtons .headerButton:hover {
  background-color: #777;
}
.headerContent .headerButtons .headerButton a {
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 750px) {
  .firstHeader {
    display: block;
    padding: 10px;
  }
  .firstHeader .closeSidebar {
    display: none;
  }
  #menu {
    all: unset;
    text-align: right;
  }
  #menu .menuWrapper {
    all: unset;
  }
  #menu .menuWrapper button.closeSidebar {
    display: none;
  }
  #menu .menuWrapper ul {
    flex-direction: row;
    justify-content: right;
    gap: 20px;
    padding: 5px 20px;
  }
  #menu .menuWrapper ul li {
    margin: 0;
  }
  #menu .menuWrapper ul li .userInfo,
  #menu .menuWrapper ul li a {
    width: unset;
    padding: unset;
    margin: unset;
    min-height: unset;
    border: unset;
    background-color: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 750px) and (hover: hover) and (pointer: fine) {
  #menu .menuWrapper ul li .userInfo:hover .label,
  #menu .menuWrapper ul li a:hover .label {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 750px) and (hover: hover), only screen and (min-width: 750px) and (-ms-high-contrast: active), only screen and (min-width: 750px) and (-ms-high-contrast: none) {
  #menu .menuWrapper ul li .userInfo:hover .label,
  #menu .menuWrapper ul li a:hover .label {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 750px) {
  #menu .menuWrapper ul li button {
    width: auto;
    height: auto;
    font-size: 1.4rem;
  }
  #menu .menuWrapper ul li button.account {
    margin-top: 0;
  }
  .headerContent {
    grid-template-columns: 300px 1fr;
    grid-template-rows: 36px 36px;
    grid-template-areas: "hlogo hmeta" "hlogo hfunktions";
  }
  .headerContent .headerLogo {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .headerContent .headerMenu {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .headerContent {
    grid-template-columns: 350px 1fr;
    grid-template-rows: 36px 50px;
    padding-bottom: 20px;
  }
  .headerContent .headerLogo {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
.searchContainer .dijitContentPane #query_simple_form .xaverWordWheelTextBox2 {
  background: rgb(255, 255, 255);
}

.app-header, .app-left,
#mobile_banner_super, #mobile_banner_skyscraper {
  display: none;
}

@media screen and (max-width: 747px) {
  #mobile_banner_super, #mobile_banner_skyscraper {
    display: block;
  }
}
@media screen and (min-width: 748px) {
  .appframe {
    overflow: hidden;
    display: grid;
    height: 100dvh;
    grid-template-areas: "appheader appheader" "appleftsidebar app";
    grid-template-rows: 0 1fr;
    grid-template-columns: 0 1fr;
  }
  .appframe:has(.app-header iframe) {
    grid-template-rows: max-content 1fr;
  }
  .appframe:has(.app-left iframe) {
    grid-template-columns: max-content 1fr;
  }
  .appframe .app-header {
    grid-area: appheader;
  }
  .appframe .app-header:has(iframe) {
    background-color: #2e3538;
    display: block;
    padding: 10px 10px 5px 10px;
  }
  .appframe .app-left {
    grid-area: appleftsidebar;
  }
  .appframe .app-left:has(iframe) {
    background-color: #2e3538;
    display: block;
    padding: 0px 10px;
  }
  .appframe .app {
    overflow: hidden;
    grid-area: app;
  }
}
footer.main {
  color: #000;
}
footer.main .innerContentWidth {
  width: 100%;
  flex-direction: column;
}
footer.main .innerContentWidth .logoContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
footer.main .innerContentWidth .linkContainer {
  margin: 5px 10px;
}
footer.main .innerContentWidth .linkContainer ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
footer.main .innerContentWidth .linkContainer ul li a {
  color: rgba(0, 0, 0, 0.7);
}
@media (hover: hover) and (pointer: fine) {
  footer.main .innerContentWidth .linkContainer ul li a:hover {
    color: #000;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  footer.main .innerContentWidth .linkContainer ul li a:hover {
    color: #000;
  }
}
@media (hover: hover) and (pointer: fine) {
  footer.main .innerContentWidth .linkContainer ul li a:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: 0px 0px 0px 2px #3366CC;
    box-shadow: 0px 0px 0px 2px #3366CC;
    outline: none;
    color: #000;
    text-decoration: none;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  footer.main .innerContentWidth .linkContainer ul li a:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: 0px 0px 0px 2px #3366CC;
    box-shadow: 0px 0px 0px 2px #3366CC;
    outline: none;
    color: #000;
    text-decoration: none;
  }
}

@media only screen and (min-width: 750px) {
  footer.main .innerContentWidth {
    justify-content: initial;
    gap: 25px;
  }
  footer.main .innerContentWidth .linkContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.prevPagerContainer,
.nextPagerContainer {
  display: none;
}

@media only screen and (min-width: 1000px) {
  .prevPagerContainer,
  .nextPagerContainer {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  #document .breadcrumb > ul > li a:focus {
    text-decoration: none;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #document .breadcrumb > ul > li a:focus {
    text-decoration: none;
  }
}

#dialog_shoppingcart {
  height: 100svh !important;
  width: 100vw !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
#dialog_shoppingcart .dijitDialogCloseIcon {
  display: none;
}
#dialog_shoppingcart > .dijitDialogPaneContent > .dijitAlignCenter {
  display: none;
  visibility: hidden;
}
#dialog_shoppingcart input:read-only,
#dialog_shoppingcart select:disabled {
  background-color: #eff2f3;
  color: #2e3538;
}
#dialog_shoppingcart .invalidValue {
  background-color: rgba(255, 255, 0, 0.5);
}
#dialog_shoppingcart .scOnEmpty,
#dialog_shoppingcart .scPageList,
#dialog_shoppingcart .scPageBuy {
  display: none;
}
#dialog_shoppingcart .isEmpty .scOnEmpty {
  display: block;
}
#dialog_shoppingcart .isFilled .scPageList {
  display: block;
}
#dialog_shoppingcart .scForm .scPageBuy {
  display: block;
}
#dialog_shoppingcart .scForm .scPageBuy .scPageConfirm {
  display: none;
}
#dialog_shoppingcart .scConfirm .scPageList {
  display: block;
}
#dialog_shoppingcart .scConfirm .scPageList .shoppingCartAction,
#dialog_shoppingcart .scConfirm .scPageList .material-symbols-outlined {
  display: none;
}
#dialog_shoppingcart .scConfirm .scPageBuy {
  margin-top: 30px;
  display: block;
}
#dialog_shoppingcart .scConfirm .scPageBuy .scOrderInfos {
  display: none;
}
#dialog_shoppingcart .dijitDialogTitleBar {
  background-color: #d52b1e;
  width: 100% !important;
  position: static !important;
  height: 30px !important;
  min-height: 30px !important;
}
#dialog_shoppingcart .dijitDialogPaneContent {
  padding: 20px;
  overflow-y: scroll;
}
#dialog_shoppingcart .functionBtn {
  padding: 10px;
}
#dialog_shoppingcart .shoppingCartAction {
  margin-top: 20px;
  display: flex;
  justify-content: right;
  gap: 10px;
}
#dialog_shoppingcart .scPageList .taxHint {
  margin-top: 30px;
}
#dialog_shoppingcart .scPageList .scListItem {
  padding: 10px;
  border-bottom: 1px dotted #2e3538;
}
#dialog_shoppingcart .scPageList .scListItem.scTotal, #dialog_shoppingcart .scPageList .scListItem.scTotalTax {
  display: flex;
  justify-content: right;
  gap: 20px;
}
#dialog_shoppingcart .scPageList .scListItem.scTotal {
  background-color: #eff2f3;
  font-weight: 600;
}
#dialog_shoppingcart .scPageList .scListItem .articleTitle {
  color: #d52b1e;
  font-weight: 600;
}
#dialog_shoppingcart .scPageList .scListItem .articleInfo {
  display: flex;
  justify-content: space-between;
}
#dialog_shoppingcart .scPageList .scListItem .articleInfo .articlePrice {
  display: flex;
  align-items: center;
}
#dialog_shoppingcart .scPageList .scListItem .articleInfo .articlePrice .material-symbols-outlined {
  cursor: pointer;
}
#dialog_shoppingcart #scOrderForm h3 {
  margin: 0px;
}
@media (hover: hover) and (pointer: fine) {
  #dialog_shoppingcart #scOrderForm input:focus, #dialog_shoppingcart #scOrderForm select:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: 0px 0px 0px 2px #3366CC;
    box-shadow: 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #dialog_shoppingcart #scOrderForm input:focus, #dialog_shoppingcart #scOrderForm select:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #3366CC;
    -moz-box-shadow: 0px 0px 0px 2px #3366CC;
    box-shadow: 0px 0px 0px 2px #3366CC;
    outline: none;
  }
}
#dialog_shoppingcart #scOrderForm .scOrderInfos {
  margin-top: 30px;
}
#dialog_shoppingcart #scOrderForm .scOrderInfos .shoppingCartAction {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
}
#dialog_shoppingcart #scOrderForm .scOrderFormFields {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#dialog_shoppingcart #scOrderForm .scOrderFormFields .column {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#dialog_shoppingcart #scOrderForm .scOrderFormFields .column .inputWithLabel {
  display: flex;
  flex-direction: column;
}
#dialog_shoppingcart #scOrderForm .scOrderFormFields .column .row {
  display: grid;
  grid-gap: 5px;
}
#dialog_shoppingcart #scOrderForm .scOrderFormFields .column .row.anrede {
  grid-template-columns: auto 70%;
}
#dialog_shoppingcart #scOrderForm .scOrderFormFields .column .row.strasse {
  grid-template-columns: 1fr 50px;
}
#dialog_shoppingcart #scOrderForm .scOrderFormFields .column .row.ort {
  grid-template-columns: 50px 1fr;
}

@media screen and (min-width: 550px) {
  #dialog_shoppingcart {
    height: initial !important;
    max-height: 90svh !important;
    width: initial !important;
  }
  #dialog_shoppingcart #scOrderForm .scOrderFormFields {
    flex-direction: row;
  }
  #dialog_shoppingcart #scOrderForm .scOrderFormFields .column {
    width: 100%;
  }
}
body[data-content=staticContent] .documentOnly {
  display: none !important;
}
body[data-content=staticContent] .hitlistOnly {
  display: none !important;
}
body #staticContent h1 {
  font-size: 24px;
  font-weight: 600;
}
body #staticContent .faq {
  --inner-content-custom-width: min(100%, 1000px);
  margin: 0 auto;
  max-width: 1000px;
  width: 75%;
}
body #staticContent .faq details {
  margin-bottom: 15px;
  line-height: 1;
}
body #staticContent .faq details[open] .faq_titel {
  background-color: #d52b1e;
  color: white;
}
body #staticContent .faq details[open] .faq_titel::after {
  content: "\e5ce";
  color: white;
}
body #staticContent .faq details[open] .faq_inhalt {
  margin: 0px 0px 5px;
  padding: 15px 18px;
  line-height: 1.4;
}
body #staticContent .faq details .faq_titel {
  display: flex;
  justify-content: space-between;
  background-color: #eff2f3;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}
body #staticContent .faq details .faq_titel::marker {
  content: none;
}
body #staticContent .faq details .faq_titel::after {
  content: "\e313";
  font-family: "Material Symbols Outlined" !important;
  font-size: 1.5rem !important;
  font-weight: 700;
  color: #2e3538;
  display: inline-block;
  width: 3rem;
}
body #staticContent .faq details .faq_inhalt {
  padding: 5px 18px;
  overflow: hidden;
  background-color: #eff2f3;
}
body #faqClickable {
  cursor: pointer;
}

.karussellContainer {
  position: relative;
  overflow: hidden;
}
.karussellContainer .karussell {
  display: flex;
  margin-top: 10px;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  flex-wrap: nowrap;
  width: 100%;
}
.karussellContainer .karussell .karussell_eintrag {
  padding: 10px;
  flex: 1 0 30%;
  background-color: #eff2f3;
  margin-right: 10px;
  margin-top: 10px;
  text-decoration: none;
  scroll-snap-align: center;
}
.karussellContainer .karussell .karussell_eintrag .eintrag_header {
  padding: 10px;
  background-color: #323232;
  color: #fff;
  text-align: center;
}
.karussellContainer .karussell .karussell_eintrag .title {
  text-overflow: ellipsis;
  color: #d52b1e;
  text-align: center;
}
.karussellContainer .karussell .karussell_eintrag .autor {
  color: #2e3538;
  text-align: center;
}
.karussellContainer .karussell .karussell_eintrag .articleImages {
  padding: 5px 0;
}
.karussellContainer .karussell .karussell_eintrag .articleImages img:first-of-type {
  margin-right: 20px;
}
.karussellContainer .karussell .karussell_eintrag .articleImages img {
  margin-top: 5px;
  width: calc(50% - 12px);
  height: auto;
}
.karussellContainer .slide-arrow {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 5rem;
  background-color: #d52b1e;
  border: none;
  width: 4rem;
  font-size: 3rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 100ms;
  color: white;
}
.karussellContainer .slide-arrow:hover,
.karussellContainer .slide-arrow:focus {
  opacity: 1;
}
.karussellContainer #slide-arrow-prev {
  left: 0;
  padding-left: 1.4rem;
  padding-top: 0.3rem;
}
.karussellContainer #slide-arrow-next {
  right: 0;
  padding-left: 1.4rem;
  padding-top: 0.3rem;
}

@media screen and (max-width: 450px) {
  .karussellContainer .karussell .karussell_eintrag {
    flex: 1 0 80%;
  }
}
@media screen and (max-width: 750px) {
  .karussellContainer .karussell .karussell_eintrag {
    flex: 1 0 60%;
  }
}
.infobox {
  display: inline-block;
  margin-top: 15px;
}
.infobox a {
  font-weight: bold;
  text-decoration: none;
}
.infobox .infobox-header {
  background-color: #d52b1e;
  font-weight: bold;
  color: white;
  padding: 10px;
  letter-spacing: 0.5px;
}
.infobox .infobox-content {
  padding: 10px 15px 25px 15px;
  background-color: #eff2f3;
}

#toastmessage {
  visibility: visible;
  -webkit-animation: fadein 0.5s forwards;
  animation: fadein 0.5s forwards;
  max-width: var(--maxWidthToast);
  width: 90%;
  transform: translateX(-50%);
  background-color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 9999;
  left: calc((100vw - var(--tocWidth)) * 0.5 + var(--tocWidth));
  bottom: 100px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  height: fit-content;
  top: calc(50vh - var(--halfToastHeight));
}
.appframe:has(.app-left iframe) #toastmessage {
  /* Werbung bei der Positionsberechnung mit einbeziehen */
  left: calc((100vw - var(--tocWidth)) * 0.5 + var(--tocWidth) + 90px);
}
.appframe:has(.app-header iframe) #toastmessage {
  top: calc(50vh - var(--halfToastHeight) - 55px);
}
@media screen and (max-width: 1000px) {
  #toastmessage {
    left: 50vw !important;
  }
}
#toastmessage.hide {
  visibility: hidden;
}
#toastmessage .infobox-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}
#toastmessage .infobox-header button.close {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  height: 100%;
  padding: 6px 10px;
  cursor: pointer;
  white-space: nowrap;
}
#toastmessage .infobox-header .label {
  display: inline-block;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#toastmessage .infobox-header .infobox-content {
  padding: 25px 15px 25px 15px;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 10px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 10px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 10px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 10px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

/*# sourceMappingURL=base_praxis-zeitschriften.css.map */
