/*
 * Copyright 2023 Saxon State and University Library Dresden (SLUB)
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * #cntepb Unless required by applicable law or agreed to in writing, #cntepb software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * #cntepb WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, #cntepb either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
*/
#cntepb body {
    font-family: serif;
}

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

#cntepb img {
  max-width: 100%;
}

#cntepb p {
    line-height: 1.6em;
}

f#cntepb igure {
  margin: 0 0 2rem 0;
  padding: 0;
}

#cntepb .figcaption-label {
    font-weight: bold;
}

#cntepb .figcaption-label:after {
    content: ":  ";
}

#cntepb hgroup {
  margin-bottom: 2rem;
}

#cntepb hgroup h2 {
    font-size: 2rem;
    margin: 1rem 0;
}

#cntepb hgroup .subtitle {
    font-size: 1.5rem;
    margin: 0;
}

#cntepb .references {
    list-style: none;
    margin: 0;
    padding: 0;
}

#cntepb .references li {
    padding: 0;
    margin: 0 0 1rem 0;
}

#cntepb .footnote {
    font-size: 0.8rem;
    vertical-align: super;
    text-decoration: none;
    line-height: 0.8rem;
    font-weight: normal;
    font-style: normal;
}

#cntepb .footnotes:before {
    content: " ";
    display: block;
    width: 10rem;
    border-top: 1px solid black;
    margin-top: 2rem;
    padding-top: 0.5rem;
}

#cntepb .footnotes {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#cntepb .footnotes li {
    margin: 0px;
    padding: 0px 0px 0px 50px;
    position: relative;
}

#cntepb .footnotes .footnote {
    display: inline-block;
    width: 45px;
    position: absolute;
    left: 0px;
    text-align: right;
    line-height: 2.1em;
}

#cntepb .footnotes .footnote:after {
    content: "↑";
}

#cntepb .toc, #cntepb .toc ol {
    list-style: none;
    line-height: 160%;
    padding: 0px;
    margin: 0px;
}

#cntepb .toc {
    margin-bottom: 4rem;
}

#cntepb .toc h3 {
    text-transform: uppercase;
}

#cntepb .toc a {
    text-decoration: none;
}

#cntepb .toc li {
    margin: 1.2rem 0;
}

#cntepb .toc span {
    display: block;
}

#cntepb .toc-author {
    font-style: italic;
}

#cntepb .toc-title {
    font-size: 1.2rem;
}