@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  display: block; }

a {
  color: #222;
  text-decoration: none; }

h1, h2, h3, h4 {
  font-weight: normal; }

b, strong {
  font-weight: normal; }

em {
  font-style: normal; }

::-moz-selection {
  background: #000;
  color: #FFF;
  text-shadow: none; }

::selection {
  background: #000;
  color: #FFF;
  text-shadow: none; }

hr {
  color: #222;
  background-color: #222;
  height: 1px;
  border: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

button {
  -webkit-appearance: button;
  cursor: pointer;
  border: none; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*  Input Placeholders  */
::-webkit-input-placeholder {
  color: #222;
  opacity: 1; }

input::-moz-placeholder {
  color: #222;
  opacity: 1; }

/* firefox 19+ */
:-ms-input-placeholder {
  color: #222;
  opacity: 1; }

/* ie */
input:-moz-placeholder {
  color: #222;
  opacity: 1; }

::-webkit-textarea-placeholder {
  color: #222;
  opacity: 1; }

textarea::-moz-placeholder {
  color: #222;
  opacity: 1; }

/* firefox 19+ */
:-ms-textarea-placeholder {
  color: #222;
  opacity: 1; }

/* ie */
textarea:-moz-placeholder {
  color: #222;
  opacity: 1; }

@font-face {
  font-family: 'haas';
  src: url("fonts/haas.eot");
  src: url("fonts/haas.eot?#iefix") format("embedded-opentype"), url("fonts/haas.woff2") format("woff2"), url("fonts/haas.woff") format("woff"), url("fonts/haas.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-style: normal; }

@font-face {
  font-family: 'haas--italic';
  src: url("fonts/haas--italic.eot");
  src: url("fonts/haas--italic.eot?#iefix") format("embedded-opentype"), url("fonts/haas--italic.woff2") format("woff2"), url("fonts/haas--italic.woff") format("woff"), url("fonts/haas--italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-style: normal; }

@font-face {
  font-family: 'haas__medium';
  src: url("fonts/haas__medium.eot");
  src: url("fonts/haas__medium.eot?#iefix") format("embedded-opentype"), url("fonts/haas__medium.woff2") format("woff2"), url("fonts/haas__medium.woff") format("woff"), url("fonts/haas__medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-style: normal; }

@font-face {
  font-family: 'haas__medium--italic';
  src: url("fonts/haas__medium--italic.eot");
  src: url("fonts/haas__medium--italic.eot?#iefix") format("embedded-opentype"), url("fonts/haas__medium--italic.woff2") format("woff2"), url("fonts/haas__medium--italic.woff") format("woff"), url("fonts/haas__medium--italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-style: normal; }

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-size: 100%;
  /*Flexibler Ausgangswert */
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  font-family: 'haas', sans;
  font-weight: normal; }

a {
  cursor: pointer;
  text-decoration: none;
  transition: opacity .3s; }

a:hover, a:focus, a:active, a:visited {
  color: black; }

a:hover {
  opacity: .5;
  transition: opacity .3s; }

strong, p strong {
  font-family: 'haas__medium', sans-serif; }

em, p em {
  font-style: italic; }

ul {
  list-style: disc; }

ul li {
  list-style-position: inside; }

ol {
  list-style-type: decimal; }

ol li {
  list-style-type: decimal;
  list-style-position: inside; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  box-sizing: border-box; }

*:focus {
  outline: none; }

.lazyload {
  opacity: 0;
  filter: blur(10px); }

.lazyloaded {
  opacity: 1;
  filter: blur(0px);
  transition: .3s; }

main {
  position: relative;
  width: 100%; }

.wrap__image__container--cover {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.wrap__image__wrapper--cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .wrap__image__wrapper--cover img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.wrap__image__container--contain {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.wrap__image__wrapper--contain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .wrap__image__wrapper--contain img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.wrap__image__container--fitheight {
  position: relative;
  width: auto;
  height: 100%;
  overflow: hidden;
  background-color: white; }

.wrap__image__wrapper--fitheight {
  position: relative;
  width: auto;
  height: 100%; }
  .wrap__image__wrapper--fitheight img {
    height: 100%; }

.wrap__image__container--fitheight--right {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white; }

.wrap__image__wrapper--fitheight--right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .wrap__image__wrapper--fitheight--right img {
    position: absolute;
    right: 0;
    height: 100%; }

.wrap__image__container--ratio-adjust {
  position: relative;
  width: 100%;
  overflow: hidden; }

.wrap__image__container--ratio-adjust:after {
  display: block;
  content: ''; }

.wrap__image__wrapper--ratio-adjust {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .wrap__image__wrapper--ratio-adjust img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.wrap__image__container--self-adjust {
  position: relative;
  width: 100%;
  overflow: hidden; }

.wrap__image__container--self-adjust:after {
  display: block;
  content: ''; }

.wrap__image__wrapper--self-adjust {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .wrap__image__wrapper--self-adjust img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.header {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #C4C4C4;
  text-align: center;
  padding: 0 5vw; }

.header__search {
  position: absolute;
  left: 5vw;
  top: 0; }

.header__information {
  position: absolute;
  right: 5vw;
  top: 0; }

@media all and (max-width: 700px) {
  .header {
    border-bottom: 1px solid black;
    margin-bottom: 80px; }
  .header__search {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    background-color: #C4C4C4;
    text-align: center; }
  .header__information {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    background-color: #C4C4C4;
    text-align: center; } }

.search__header {
  width: 100%;
  font-size: 1.6rem;
  line-height: 5rem;
  padding: 0 5vw;
  text-align: center;
  border-top: 1px solid black; }

@media all and (max-width: 700px) {
  .search__header {
    font-size: 1rem; } }

.search__intro {
  width: 100%;
  padding: 50px 5vw; }

.search__intro__headline {
  font-size: 1.8rem;
  margin-bottom: 20px; }

.search__intro__text {
  width: 75%;
  font-size: 0.8rem; }

.search__intro__link {
  display: inline-block;
  margin: 20px 0;
  padding: 10px 20px;
  border: 1px solid black; }

@media all and (max-width: 700px) {
  .search__intro {
    width: 100%;
    padding: 50px 5vw; }
  .search__intro__text {
    width: 100%; }
  .search__intro__link {
    display: inline-block;
    margin: 20px 0;
    padding: 10px 20px;
    border: 1px solid black; } }

.search__selection {
  width: 100%;
  padding: 50px 5vw;
  border-top: 1px solid black;
  border-bottom: 1px solid black; }

.search__selection__headline {
  margin-bottom: 20px; }

.search__selection__topics__item {
  display: inline-block;
  margin: 0 10px 10px 0; }

.search__selection__topics__item a {
  display: block;
  padding: 10px 20px;
  border: 1px solid black; }

.search__selection__topics__item:hover a {
  background-color: #C4C4C4;
  opacity: 1; }

.page-template-page-search-by-title-php .search__selection__topics__title {
  background-color: #C4C4C4; }

.page-template-page-search-by-creator-php .search__selection__topics__creator {
  background-color: #C4C4C4; }

.page-template-page-search-by-tags-php .search__selection__topics__tags {
  background-color: #C4C4C4; }

.search__selection__letters {
  margin: 20px 0; }

.search__selection__letters__item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px; }

.search__selection__letters__item a {
  display: block;
  padding: 5px 10px;
  border: 1px solid black; }

.search__selection__letters__item:hover a {
  background-color: #C4C4C4;
  opacity: 1; }

.search__selection__letters__item a.active {
  background-color: #C4C4C4; }

.search__selection__tags {
  margin: 20px 0; }

.search__selection__tags__item {
  display: inline-block; }

.search__selection__tags__item a:before {
  content: "• "; }

.search__selection__tags__item a {
  display: block;
  padding: 5px 5px; }

.search__selection__tags__item a.active {
  display: block;
  text-decoration: underline; }

.search__selection__tags__item:hover a {
  opacity: 1;
  text-decoration: underline; }

.search__selection__tags.active a {
  background-color: #C4C4C4; }

.search__results {
  width: 100%;
  padding: 50px 5vw 400px; }

.search__results__headline {
  margin-bottom: 20px; }

.search__results__item {
  display: block;
  width: 75%;
  border: 1px solid black;
  padding: 20px 20px;
  margin-bottom: 20px;
  font-size: 0.8rem; }

.search__results__item__title, .search__results__item__collector {
  position: relative; }

.item__key {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  text-align: left;
  padding-right: 10px;
  font-weight: 700; }

.item__value {
  position: relative;
  width: 100%;
  padding-left: 250px; }

@media all and (max-width: 700px) {
  .search__results__item {
    display: block;
    width: 100%;
    border: 1px solid black;
    padding: 20px 20px;
    margin-bottom: 20px;
    font-size: 0.8rem; }
  .search__results__item__title, .search__results__item__collector {
    position: relative; }
  .search__results__item__title {
    margin-bottom: 20px; }
  .item__key {
    position: relative;
    width: auto;
    text-align: left; }
  .item__value {
    position: relative;
    width: 100%;
    padding-left: 0; } }

.single__header {
  width: 100%;
  font-size: 1.6rem;
  height: 5rem;
  line-height: 5rem;
  padding: 0 5vw;
  text-align: center;
  border-bottom: 1px solid black;
  border-top: 1px solid black; }

.single__main {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid black; }

.single__nav {
  width: 30%;
  padding: 40px 2vw;
  font-size: 0.8rem; }

.single__nav__item p {
  display: inline-block; }

.single__nav__item__link.active {
  font-weight: bold; }

.single__content {
  width: 70%;
  min-height: 400px;
  border-left: 1px solid black;
  font-size: 0.8rem;
  padding: 40px 2vw; }

.single__content__summary {
  width: 100%; }

.single__content__summary__item {
  position: relative;
  width: 100%; }

.summary__item__key {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  text-align: left;
  padding-right: 10px;
  font-weight: 700; }

.summary__item__value {
  position: relative;
  width: 100%;
  padding-left: 400px; }

.single__content__biographical {
  display: none; }

.single__content__historical {
  display: none; }

.single__content__scope {
  display: none; }

.single__content__index {
  display: none; }

.single__content__container .single__content__item {
  display: none; }

.single__content__index__item {
  margin-bottom: 40px; }

.single__content__index__item__header {
  margin-bottom: 10px;
  font-weight: 700; }

.single__nav__container__item {
  margin-left: 15px; }

@media all and (max-width: 700px) {
  .single__header {
    width: 100%;
    font-size: 1rem;
    height: auto;
    line-height: 5rem; }
  .single__main {
    width: 100%;
    display: block; }
  .single__nav {
    width: 100%;
    padding: 40px 2vw;
    border-bottom: 1px solid black;
    font-size: 1rem; }
  .single__content {
    width: 100%;
    border-left: none; }
  .single__content__summary__item {
    margin-bottom: 40px; }
  .summary__item__key {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    margin-bottom: 10px; }
  .summary__item__value {
    position: relative;
    width: 100%;
    padding-left: 0; } }
