@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");
:root {
  --zb-dunkelblau: rgb(77,107,140);
  --zb-blau: rgb(120,165,215);
  --zb-rot: rgb(170,74,67);
  --zb-braun: rgb(153,122,115);
  --zb-dunkelbraun: rgb(112,98,99);
  --zb-dunkelgrau: #575757;
  --primary: #4d6b8c;
  --secondary: #9b9b9b;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --font-family-sans-serif: "Roboto", sans-serif;
  --font-family-serif: "PT Serif", serif;
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
  font-family: var(--font-family-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--zb-dunkelgrau);
  text-align: center;
  background-color: white;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  display: block;
  text-align: center;
  font-size: 32px;
  margin: 0 0 1em 0;
}

a, p a, .bg-dark p span a {
  color: var(--zb-blau);
  text-decoration: none;
}
a:hover, p a:hover, .bg-dark p span a:hover {
  color: var(--zb-blau);
  text-decoration: underline;
}
a.external-link, p a.external-link, .bg-dark p span a.external-link {
  padding-right: 1.1em;
  background: url("data:image/svg+xml,<?xml version='1.0' encoding='UTF-8'?><svg id='Ebene_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><defs><style>.cls-1{fill-rule:evenodd;stroke-width:0px;}</style></defs><path class='cls-1' d='m14.01,2.41h-6.59v9.59h10.13v-5.86h.51v6.39H6.92V1.88h7.09v.53Zm5.07,2.66h-.51V1.73l-5.9,6.2-.36-.38,5.9-6.2h-3.19v-.53h4.05v4.26Z'/></svg>") no-repeat right;
}

.cc-color-override-1954108558 a.cc-link {
  text-decoration: underline;
}
.cc-color-override-1954108558 a.cc-link:hover {
  color: var(--zb-blau);
  text-decoration: none;
}

#main {
  display: flow-root;
  text-align: left;
  background-color: #ffffff;
  max-width: 800px;
  margin: 0 auto 100px;
  padding: 0 170px;
}

ul {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  flex-direction: row;
  margin: 0 0 85px 0;
  padding: 0 10%;
  list-style-type: none;
}
ul.list {
  display: block;
  margin: 0 0 2em 0;
  list-style-type: circle;
}
ul.list li {
  text-align: left;
  font-size: 1em;
  margin: 0;
  padding: 0.4em 20px;
}
ul.datenschutz {
  display: block;
}
ul.datenschutz li {
  text-align: left;
  font-family: var(--font-family-sans-serif);
  font-weight: 500;
  font-size: 1em;
}
ul li {
  text-align: center;
  flex-grow: 1;
  margin: 0 10px;
  padding: 15px;
  font-family: var(--font-family-serif);
  font-weight: 500;
  line-height: 1.2;
  font-size: 24px;
  cursor: pointer;
}
ul li.info-mv {
  background-color: #4a4a4a;
}
ul li.info-uv {
  background-color: #3E114E;
}
ul.content {
  display: inline;
}
ul.content li {
  display: list-item;
  list-style-type: decimal;
  padding: 0 0 1.5em 0;
  margin: 0 auto;
  text-align: left;
  box-shadow: none;
}

#logo {
  max-height: 50px;
  padding: 5px;
}

.mirador-viewer-icon {
  width: auto;
  height: 0.8em;
  margin: 0 7px 5px;
}

select {
  font-family: --font-family-sans-serif, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 10px;
  color: var(--zb-dunkelgrau);
}

.detektiiif-section--download-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 25px;
  margin-bottom: 30px 0;
}

button.detektiiif-download.chrome {
  background-image: url(../img/logo_chrome.svg);
  background-position: 0.4em 0.25em;
}

button.detektiiif-download.firefox {
  background-image: url(../img/logo_firefox.svg);
  background-position: 0.4em 0.15em;
}

button.detektiiif-download {
  background-size: 1.5em;
  background-position: 10px 6px;
  background-repeat: no-repeat;
  padding: 0.3em 0.6em 0.31em 2.5em;
}

button {
  font-family: var(--font-family-serif);
  font-size: 1.1em;
  min-width: 150px;
  background-color: #faf6ef;
  color: var(--zb-grau);
  border: none;
  border-radius: 5px;
  box-shadow: 2px 4px 10px 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.navbar li {
  font-family: var(--font-family-serif);
}
.navbar li.nav-item {
  list-style-type: none;
}
.navbar.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  margin-right: 0 !important;
}
.navbar .navbar-nav .nav-link {
  color: var(--zb-blau);
  color: var(--zb-blau);
}
.navbar .navbar-nav .nav-link:hover {
  text-decoration: underline;
}
.navbar .navbar-nav .nav-link.active {
  text-decoration: underline;
  color: var(--zb-dunkelgrau);
}

.bg-dark.text-secondary p {
  color: lightsteelblue;
}

footer .row img {
  height: 43px;
}
footer .row img.e-rara {
  height: 57px;
}
footer .row .col, footer .row .col-md-3 {
  text-align: center;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: end;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row-reverse;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #logo {
    max-height: 40px;
  }
  .navbar li.nav-item {
    margin: 0;
  }
  .video-wrapper iframe {
    width: 100%;
    height: calc(50vw - var(--bs-gutter-x));
  }
  footer {
    width: 95%;
    margin: 0 auto;
  }
  footer .row {
    flex-direction: column;
  }
  footer .row img {
    height: 25px;
  }
  footer .row img.e-rara {
    height: 37px;
  }
  .navbar.navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .detektiiif-section--download-items {
    flex-direction: column;
    align-items: center;
    margin: 50px 0 0 0;
  }
}/*# sourceMappingURL=style.css.map */