body {
	margin:50px 0;
	background-color:white;
	box-shadow: 0px 0.714rem 1.43rem rgba(100,100,100,0.5);
	font-family: "Helvetica","Lato",Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	line-height: 1.43rem;
	color: rgba(0,0,0,0.87);
}

html {
	width: 100%;
	margin:auto;
	background-color:#ddd;
}

@media only screen and (min-width: 1200px) {
	html {
		width: 970px;
	}
}
@media only screen and (min-width: 990px) {
	html {
		max-width: 970px;
	}
}
.fqs-article-header img {
	margin: 0 0 30px 0;
}
.main-content {
	padding: 0 40px;
}
h1 {
	font-family: "Helvetica","Lato","News Cycle","Arial Narrow Bold",sans-serif;
	font-size: 1.714rem;
	line-height: 2.143rem;
	font-weight: 700;
	margin: 0 0 1.43rem;
}
h2 {
	font-family: "Helvetica","Lato","News Cycle","Arial Narrow Bold",sans-serif;
	font-size: 1.285rem;
	line-height: 2.143rem;
	font-weight: 700;
	margin: 2.857rem 0 1.43rem;
}
p {
	line-height: 1.785rem;
	margin: 1.43rem 0;
}
p.annotations {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 0;
}
a {
	color: #4b7d92;
}
img {
	max-width: 100%;
}
.article-footer {
    display: flex;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 14px;
    background: rgba(0,0,0,0.05);
	border-top: 1px solid #ddd;
	border-bottom: 1.43rem solid #0070b9;
}

.article-footer-license {
    margin-top: 10px;
    margin-left: auto;
	padding-right: 40px;
}

.article-footer-license p{
    display: none;
}

.article-footer-text {
    padding-right: 10px;
	padding-left: 40px;
}

p.article-footer-p {
	margin: 1rem 0;
}

/*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;
}