/************************/
/* StyleSheet fuer obib */
/************************/

/* fett markiertes "o-bib" in blau */

.obib {
	color: #0070B9;
	font-family: "Helvetica", "Lato", "News Cycle", "Arial Narrow Bold", sans-serif;
}

/*HTML-Anpassungen*/


/*Mehrere Bilder untereinander, statt nebeneinander, anzeigen*/

img.frame-4, img.frame-5, img.frame-7, img.frame-8 {
	display: block;
}

/*Formatierung der hochgestellten Zeichen */

a.footnote-anchor, a._idFootnoteLink._idGenColorInherit {
	top: -0.5em;
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

a.footnote-link, a._idFootnoteAnchor._idGenColorInherit{
	top: -0.5em;
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

/*Formatierung der Fußnoten */

p.Fussnote-eingerueckt, p.annotations {
	font-size: 13px;
	line-height: 20px;
	box-sizing: border-box;
}

/* Ueberschriften (fuer aeltere Ausgaben relevant)*/

p.Kolumnentitel, p.Titel-Rubrik-1, h1.section {
	display: none;
}

p.Titel-1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}

p.Titel-2 {
	font-family: "Helvetica","Lato","News Cycle","Arial Narrow Bold",sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
}

p.article_subtitle, p.chapter_num, p.chapter {
	font-family: "Helvetica","Lato","News Cycle","Arial Narrow Bold",sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
}
	

p.Titel-3{
	font-family: "Helvetica","Lato","News Cycle","Arial Narrow Bold",sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}

p.Titel-4{
	font-family: "Helvetica","Lato","News Cycle","Arial Narrow Bold",sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}

p.Autor, p.author {
	font-style: italic;
}

/* Formatierung eines abstract-Titels */
p.Abstract-Titel, p.abstract_title {
	font-weight: bold;
}

p.Fliesstext-ohne-Abstand {
	font-weight: bold;
}

/* Kein Hintergrund hinter Artikel-PDF/HTML-Buttons */

ul.value.galleys_links {
	background: white;
}

/* Styles fuer Sonderbaende-Seite */

.special_issue_summary:before, .special_issue_summary:after {
	content: " ";
	display: table;
}

.special_issue_summary:after {
	clear: both;
}

.special_issue_summary_cover {
	float: left;
	width: 25%;
	heiht: auto;
	margin-right: 1.43rem;
}

.special_issue_summary img{
	max-height: 250px;
	width: auto
}

.special_issue_summary a{
	text-decoration: none;
	font-family: Montserrat;
}

ul.special_issues_archive {
	list-style: none;
	border: none;
	padding-inline-start: 0;
}

.page li{
	padding: 2.143rem .714rem;
}
