@font-face {
  font-family: Roboto_Regular;
  src: url("$CMS_REF(media:"roboto_regular",abs:1)$");
}

html {
	box-sizing: border-box;
}

body {
	background-color: #f2f2f2;
	font-family: Roboto_Regular, sans-serif;
	font-size: 14px;
	color: #404040;
	line-height: 1.5;
	margin: auto;
	padding: 0;
	width: auto;
	max-width: 1024px;
}

h1 {
	sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	margin: 0.5em 0;
}

header {
	background-color: #fff;
	display: flex;
	height: 75px;
	padding: 5px 0 3px;
}

#wappen {
	margin-left: 10px;
	height: 65px;
}

#header-text {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	flex: 0.5 1;
	margin: 20px 75px 0 0;
	color:#b5152b;
}

main {
	background-color: #fff;
	padding: 10px 10px 10px 10px;
}

article {
	column-width: 60ch;
	column-rule: 1px solid #ccc;
	column-gap: 2em;
}

.breitesbild {
	max-width: 100%;
}

p {
	margin: 1em 0;
	padding: 0;
}

h2 + p {
	margin-top: 0;
}

h3 {
	margin: 2rem 0 0;
}

.h3--h2{
	margin-top: 0;
}

ol li {
    margin-bottom: 2em;
}

ul li {
    margin-bottom: 1em;
}

br {
    display: block;
    margin-bottom: 0.5em;
}

p br {
	margin-bottom: 0;
}

article p:first-child {
	margin: 0;
}

nav {
	margin: 0.5em 0.5em 1em;
	text-align: right;
}

nav ul {
    margin: 0;
}

nav ul li {
    margin: 0 0 0 1em;
    list-style: none;
    display: inline-block;
}

nav a {
	text-decoration: none;
	color: inherit;
}

nav a:hover {
	text-decoration: underline;
	color: #00529f;
}