/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,800');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Martel+Sans:200,300,400,600,700,800,900');
*/
 @import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');

body {
	/*font-family: 'Martel Sans', sans-serif;*/
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 1.6em;
	color: #808080;
}
@media (max-width: 767px) {
body {
	font-size: 15px;
}
h1 {
	font-size: 1.5em !important;
	font-weight: 500 !important;
}
h2 {
	font-size: 1.4em !important;
}
h1, h2 {
    /*margin-bottom: 5px !important;*/
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 5px !important;
	margin-bottom: 15px !important;
}
}
p, ol, ul {
	margin-bottom: 15px;
}
.bildzeile {
	font-size: 80%;
	font-style: italic;
	margin-top:-10px;
	margin-bottom:-10px;
}
.artikel ul {
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 22px;
}
.artikel ul li {
	padding-left: 0.8em;
}
.artikel ul li:before {
	content: "\f111"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	font-size: 10px;
	color: #C91020;
	position: relative;
	top: -2px;
	display: inline-block;
	margin-left: -2.3em;
	width: 2.3em;
}
.artikel ol {
	padding-left: 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	color: #333;
}
h1, h2 {
	margin-bottom: 30px;
}
h3, h4, h5, h6 {
	margin-bottom: 10px;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.7em;
}
a {
	color: #C91020;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: #910916;
	text-decoration: none;
}
a:focus, a:active {
	outline: none;
}
.link {
	font-weight: 400;
}
blockquote {
	/*font-family: Georgia, serif;*/
	font-size: 18px;
	font-style: italic;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	border: none;
}
blockquote:before {
	font-family: "Times New Roman", Times, serif;
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #7a7a7a;
}
blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	xxxmargin-top: 5px;
}
blockquote cite:before {
	content: "\2013";
	padding-right: 5px;
}

