
/* -------------------------- Content ----------------------------- */

div#content p {
	margin: 0 0 10px 0;
	line-height: 25px;
}

strong {
	font-family: 'Roboto Bold';
	font-weight: normal;
}

div#content div.introduction {
	font: 500 22px/ 26px 'Roboto', Verdana, Arial, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	color: #444;
}

#management a .item h2 {
	font-size: 16px;
	margin: 0 0 6px;
}

/* -------------------------- Headings ----------------------------- */

div#content h1 {
	font: 300 30px/ 36px 'Roboto', Verdana, Arial, sans-serif;
	margin: 0 0 24px 0;
	padding: 0;
	color: #333;
}

div#content h2 {
	font: 500 22px/ 26px 'Roboto', Verdana, Arial, sans-serif;
	margin: 20px 0 10px 0;
	padding: 0;
	color: #444;
}

div#content h3 {
	font: 500 18px/ 22px 'Roboto', Verdana, Arial, sans-serif;
	margin: 15px 0 5px 0;
	padding: 0;
	color: #555;
}

div#content h6,
div#content h5,
div#content h4 {
	font: 500 16px/ 20px 'Roboto', Verdana, Arial, sans-serif;
	margin: 15px 0 5px 0;
	padding: 0;
	color: #777;
}

div#content h1 + h2,
div#content h1 + h3,
div#content h1 + h4,
div#content h1 + h5,
div#content h1 + h6 {
	margin-top: 0;
}

div#content h2 a,
div#content h3 a,
div#content h4 a,
div#content h5 a,
div#content h6 a {
	text-decoration: none;
}

/* -------------------------- Links ----------------------------- */

a {
	color: #666EC3;
}

a:hover {
	color: #373B9E;
}


/* -------------------------- Lists ----------------------------- */


div#content ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	line-height: 25px;
}
div#content ul li {
	list-style-image: url(../img/list_style_image.png);
}

div#content ol {
	margin: 0 0 10px 0;
	padding: 0 0 0 19px;
	line-height: 25px;
	list-style: decimal;
}

div#content ol li {
	list-style: decimal;
}

ul.sitemap {
	margin: 0;
	padding: 0;
	line-height: 25px;
}


/* -------------------------- Ressourcen ----------------------------- */

div.resource_container {
	margin: 0;
	padding: 0;
}

div.resource_container.documents {
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
}

div.resource_container.documents h2 {
	display: none;
}

div#content div.resource_container.gallery,
div#content div.resource_container.standard {
	margin: 30px -10px 5px 0;
}

div#content div.resource_container.standard div.picture {
	padding: 0 10px 10px 0;
	width: 33%;
	box-sizing: border-box;
}
div#content div.resource_container div.picture img {
	width: 100%;
	height: auto;
}
div#content div.resource_container.gallery div.picture {
	padding: 0 10px 10px 0;
	width: 25%;
	box-sizing: border-box;
}
div#content div.resource_container.gallery div.picture:nth-child(4n+1) {
	clear: left;
}
.resource_container .resource_subtitle {
	display: none;
}

/* -------------------------- Table ----------------------------- */

table.table {
	margin: 10px 0 20px 0;
	padding: 0;
	width: 100% !important;
	text-align: left;
	border-collapse: collapse;
	border: none;
	line-height: 25px;
}

table.table tr th {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 2px solid #373B9E;
	color: #333;
	font-weight: normal;
	font-family: 'Roboto Bold';
	background: none;
}

table.table tr td {
	margin: 0;
	padding: 10px;
	border-top: 1px solid #e3e5e6;
	border-bottom: 1px solid #e3e5e6;
	background: #f8f9fc  none;
}

table.table tr:nth-child(odd) td {
	background: #fff none;
}

div#content table.table p {
	margin: 0;
	padding: 0;
}

.management table {
	table-layout: auto;
}
