/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'),
       url('../libs/noto-sans/noto-sans-v9-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../libs/noto-sans/noto-sans-v9-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-sans-italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'),
       url('../libs/noto-sans/noto-sans-v9-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../libs/noto-sans/noto-sans-v9-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-sans-700italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'),
       url('../libs/noto-sans/noto-sans-v9-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../libs/noto-sans/noto-sans-v9-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-sans-700 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'),
       url('../libs/noto-sans/noto-sans-v9-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../libs/noto-sans/noto-sans-v9-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-serif-regular - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('NotoSerif'),
       url('../libs/noto-serif/noto-serif-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../libs/noto-serif/noto-serif-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-serif-700 - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Serif Bold'), local('NotoSerif-Bold'),
       url('../libs/noto-serif/noto-serif-v8-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../libs/noto-serif/noto-serif-v8-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-serif-italic - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Serif Italic'), local('NotoSerif-Italic'),
       url('../libs/noto-serif/noto-serif-v8-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../libs/noto-serif/noto-serif-v8-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-serif-700italic - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 700;
  src: local('Noto Serif Bold Italic'), local('NotoSerif-BoldItalic'),
       url('../libs/noto-serif/noto-serif-v8-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../libs/noto-serif/noto-serif-v8-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



html, body {
    font-family: 'Noto Serif', serif;
}

nav.navbar-dark {
    background-color: #2AB31E;
}

#navbar {
    margin-left: 2em;
}

#navbar a.nav-link {
    color: white;
}

#navbar .dropdown-menu {
    background-color: #2AB31E;
    border: white;
    color: white;
}

#navbar .dropdown-menu a {
    color: white;
}
#navbar .dropdown-menu a:hover {
    background-color: #25951B;
    
}

div#content {
    margin-top: 4em;
}

div.p-0 a,
div#content a,
div.card a {
    color: #239B18;
}

div.card a.btn {
    color: white;
}

header {
    margin-bottom: 3em;
}

p#authors {
    margin-top: 1em;
    font-style: italic;
}

.card-body p:last-child,
.card-body ul:last-child {
    margin-bottom: 0;
}

table td.hidden-col,
table th.hidden-col {
    display: table-cell;
}

nav.correspondence-nav {
    font-family: 'Noto Sans';
    font-size: 0.8em;
    padding-bottom: 1em;
}

nav.correspondence-nav li {
    float: left;
    list-style-type: none;
    padding-right: 2em;
}

nav.correspondence-nav li i {
    color: #239B18;
}

div#metadata table {
    font-size: 0.8em;
    font-family: "Noto Sans";
}

p.status {
    margin-left: 1em;
}

.dot {
  position: absolute;
  margin: 0.5em 0 0 -1em;
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.dot-draft {
    background-color: red;
}

.dot-work-in-progress {
    background-color: #ff9900;
}
.dot-final {
    background-color: #2AB31E;
}

ul#toc {
    font-family: 'Noto Sans', sans;
    font-size: 0.8em;
    list-style-type: none;
    padding-left: 0;
}

ul#toc ul {
    font-family: 'Noto Sans', sans;
    list-style-type: none;
    padding-left: 20px;
    line-height: 1.2;
}

ul#toc li {
    margin-top: 5px;
}

ul#toc li.citation-link {
    margin-top: 1em;
    border-top: 1px solid #e0e0e0;
    padding-top: 0.5em;
}

ul#toc li.citation-link a {
    color: silver;
}

div.chapter {
    margin-top: 2em;
}

div#content p {
    position: relative;
}

span.paragraph-number {
    display: block;
    position: absolute;
    top: 0.2em;
    left: -3em;
    font-family: 'Noto Sans', sans;
    font-size: 0.7em;
    font-weight: bold;
    color: gray;
    text-align: right;
}

blockquote {
    margin: 0 4em 1em 4em;
}

blockquote p {
    margin-bottom: 0;
    font-style: italic;
}

blockquote cite {
    font-size: 0.8em;
    color: gray;
}

div#content blockquote cite a {
    color: gray;
}

p.dateline {
    text-align: right;
}

span.code {
    font-family: Monospace;
}

span.bold {
    font-weight: bold;
}

span.underlined {
    text-decoration: underline;
}

span.antiqua {
    font-family: 'Noto Sans';
}

span.del {
    color: gray;
    text-decoration: line-through;
}

span.unclear {
    background-color: #fcf8e3;
}

span.unclear span.qmark {
    color: gray;
}

span.orig {
    background-color: #CFECCC;
}

span.pb-n {
    position: absolute;
    margin-top: 0.3em;
    left: -2em;
    color: gray;
    font-size: 0.8em;
    font-family: 'Noto Sans';
    font-weight: bold;
}

span.orig-text {
    font-style: italic;
}

caption,
figcaption {
    font-size: 0.8em;
    font-family: 'Noto Sans';
    font-weight: bold;
    color: gray;
}

article img {
    width: 100%;
    max-height: 50%;
}

div#notes {
    margin-top: 3em;
    border-top: 1px solid #e0e0e0;
    padding-top: 1em;
}

div#notes h2 {
    font-size: 1.5em;
}

div#notes li,
div#bibliography ul {
    position: relative;
    list-style-type: none;
    padding-left: 0;
}

div#notes a.note-number {
    display: block;
    position: absolute;
    left: -2.5em;
}

div#bibliography li {
    padding-bottom: 1em;
}

div#citation a.zotero-link,
div#bibliography a.zotero-link {
    font-size: 0.7em;
    margin: 0 0 0 0.3em;
    vertical-align: central;
    padding: 0.1em 0.3em 0.1em 0.3em;
    border: 1px solid gray;
    border-radius: 3px;
    font-family: "Noto Sans";
    color: gray;
}

div#citation a.zotero-link:hover,
div#bibliography a.zotero-link:hover {
    color: white;
    background-color: gray;
    text-decoration: none;
}

div#citation,
div#editorial-note {
    margin-top: 5em;
    font-family: 'Noto Sans', sans;
    font-size: 0.8em;
}

div#editorial-note {
    margin-top: 2em;
    color: gray;
}

div#content p.download-link {
    margin-top: 1em;
    color: gray;
}

div#content p.download-link a {
    color: gray;
}

/* Footer */

footer {
    margin-top: 2em;
    padding: 2em 0 5em 0;
    font-family: 'Noto Sans', sans;
    font-size: 0.8em;
    background-color: #606060;
    color: white;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer a,
footer a:hover {
    color: white;
}

/* Home page */
.jumbotron {
    position: relative;
    padding: 0;
    background-color: #EAF4F7;
    background-image: url('../img/cover2.jpg');
    background-size:     cover; 
    background-repeat:   no-repeat;
    background-position: center -10em;
}

.jumbotron .container {
    position: relative;
    height: 24em;
    padding: 1em 2em 1em 2em;  
}

div#edition-title {
    position: absolute;
    bottom: 0;
    left: 1em;
    width: 30em;
    padding: 1.5em 2em 1em 2em;
    background-color: #2AB31E;
    color: white;
}

div#edition-title h1 {
    font-size: 2.5em;
}

div#edition-title h2 {
    font-size: 1.3em;
}

div#edition-title .lead {
    font-style: italic;
    font-size: 1.2em;
}

.card .byline {
    font-style: italic;
    font-size: 0.8em;
}

div#intro-letters div.columns {
    hyphens: auto;
    columns: 2 auto;
}


div#intro-edition {
    hyphens: auto;
}

div#intro-letters a.btn-primary {
    background-color: #2AB31E;
    border: 1px solid #2AB31E;
}

a.btn-primary:hover {
    background-color: #399531;
}

/* Full text search via correspSearch */

div#cs-search,
div#hint-ongoing {
    font-family: "Noto Sans";
    font-size: 0.9em;
}

div#cs-search h5 {
    font-weight: bold;
}

div#cs-search h5 span {
    font-weight: bold;
    font-size: 0.7em;
    padding: 0.2em 0.4em 0.2em 0.4em;
    border: 1px solid #2A7299;
    color: #2A7299;
    border-radius: 5px;
}

div#cs-search h6 {
    font-weight: bold;
}

div#cs-search a.btn,
div#cs-search button {
    font-size: 1em;
    color: white;
    background-color: #2AB31E;
    border: none;
}

div#cs-search a.btn {
    margin-top: 1em;
    clear: both;
}

div#cs-search input[name] {
    padding: 0.3em;
    margin-right: 0.5em;
    margin-top: 0.3em;
}

div#cs-search form p {
    clear: left;
    font-family: "Noto Sans";
    font-size: 0.8em;
}

/* Register */

h3 a.gnd-link {
    margin-left: 0.5em;
    font-family: "Noto Sans";
    font-size: 0.5em;
}

div.mentions h4 {
    font-family: "Noto Sans";
    font-size: 1em;
    font-weight: bold;
}

div.mentions table {
    font-family: "Noto Sans";
    font-size: 0.8em;
}

span.used {
    text-decoration: underline;
}

/*  Authors */

div#authors div {
    padding-bottom: 1em;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 1em;
}

div#authors div div {
    border-bottom: 0;
}

a.cv-link {
    margin-left: 0.5em;
    font-size: 0.7em;
}

/* target-text für text fragments via URL */

::target-text {
    background-color: yellow;
}

/*  print version */

@media print {
    body {
        width: 100%;
    }
    
    div.row {
        display: block;
    }
    
    div.col-md-8 {
        margin-left: 2em;
        flex: 95%;
        max-width: 95%;
    }
    
    span.paragraph-number {
        left: -3em;
    }
    
    div.annotator-frame {
        display: none;
    }
} 

/* mobile version */
@media screen and (max-width: 768px) {
    .jumbotron {
        background-position: center center;
    }
    
    .jumbotron .container {
        height: 20em;
    }
    
    h1.display-4 {
        font-size: 2.5em;
    }
    
    div#edition-title {
        left: 0;
        width: 100%;
        font-size: 0.8em;
    }
}

/*  Briefliste: bstimmte Spalten ausblenden */
@media (max-width: 900px) {
    table {
        font-size: 0.8em;
    }
    
    .table th,
    .table td {
        padding: 0.25rem;
    }

    table td.hidden-col,
    table th.hidden-col {
        display: none;
    }
    
    div#intro-letters div.columns {
    columns: 1 auto;
}
}