html, body {
    font-family: 'Fira Sans', sans-serif;
}

/* ========== SCHRIFT ========== */
p {margin-bottom:20px;}
h1 {font-size:25px; margin-bottom:30px; font-weight:400; font-family: 'Lusitana', serif; color:#5b6e98;}
h2 {font-size:23px; color:#5b6e98; font-weight:400; text-align:left; margin-bottom:20px; font-family: 'Lusitana', serif;}
h3 {color:#666; font-size:18px; font-weight:600; line-height:1.2; margin-top:30px; margin-bottom:15px;}
h4 {font-weight:600; font-size:16px; color:#5b6e98;}
a {color:#5b6e98;}
a:hover {color:#3f517a;}
mark {color:#5b6e98; font-weight:600;}
hr {background:#CCC; margin:20px 0px;}

.header_section2,
.searchbox,
.search_overlay,
.footer,
.mobile_article,
.acc_section,
.archive_menu {
	display: none;
	visibility: none;
}

.publication_list::before {
	content: 'Der Inhalt steht in der Druck-Version nicht zur Verfügung.'
}

.header,
.header_section1 {
	height: 200px;
	padding: 0px;
}

.logo {
	width: 100%;
	display: block;
	text-align: center;
}

.logo img {
	width: 400px;
	margin: 0 auto;
}

section.headerpic {
	padding-top: 0px!important;
}

.tab6 {
	width: 100%;
	display: block;
}

li.post {
	width: 100%;
	display: block;
	page-break-inside: avoid;
}

li.post::before,
li.post::after {
	content: '';
	clear: both;
}

.post_image {
	width: 200px;
	float: left;
	margin-right: 20px;
}

.post_text {
	height: 300px;
}