/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* theme */

html {
	background: #42121f;
	height: 100%;
}

body {
	background: linear-gradient(#a42d4e 300px, #42121f 710px);
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	height: 100%;
	overflow-x: hidden;
}

strong, h1, h2, h3 {
	font-weight: bold;
}

#container {
	align-items: stretch;
	box-shadow: 0 0 50px #000;
	display: flex;
	flex-flow: row wrap;
	height: 100%;
	margin: 0 auto;
	max-width: 975px;
	width: 100%;
}

header {
	background: #fdf7e9;
	border-bottom: 15px solid #e35b10;
	color: #0f1d4e;
	font-size: 11px;
	height: 165px;
	width: 100%;
}

header .logo
{
	border: none;
	padding: 28px 0 0 30px;
	position: absolute;
}

header li
{
	font-weight: bold;
	padding: 1px 0;
	text-align: right;
}

header ul {
	margin: 10px 30px 0;
}

header ul:first-of-type {
	margin-top: 35px;
}

aside {
	background: #f9e8c0;
	display: inline-block;
	font-size: 11px;
	padding-top: 17px;
	width: 22%;
}

aside h1
{
	font-size: 11px;
}

aside h1,
aside p
{
	margin-left: 30px;
}

aside h1
{
	margin-top: 27px;
	margin-bottom: 11px;
}

aside p
{
	margin-top: 2px;
	margin-bottom: 11px;
}

aside a
{
	color :#d6550f;
	text-decoration: none;
}

aside a:hover
{
	text-decoration: underline;
}

.main {
	background: #fff;
	border-bottom: 4px solid #f8d6c3;
	display: inline-block;
	min-height: calc(100% - 184px);
	position: relative;
	width: 78%;
}

.slides {
	border-bottom: 4px solid #f8d6c3;
	border-top: 4px solid #f8d6c3;
	padding-bottom: 55%;
	margin: 20px 0 7px;
	overflow: hidden;
	position: relative;
}

.slides img {
	position: absolute;
	transition: opacity 0.75s;
}

.slides img.hidden {
	opacity: 0;
	transition-delay: 0.75s;
}

.slides img.showing {
	opacity: 1;
}

.main-nav,
.sub-nav,
article h1,
article h2,
article h3 {
	color: #7a213a;
}

.main-nav {
	border-bottom: 4px solid #f8d6c3;
	background: #fdf7e9;
	font-size: 18px;
	padding: 8px 0 9px 30px;
}

.sub-nav {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 12px 0 15px 30px;
}

nav ul {
	list-style-image: none;
	list-style-type: none;
}

nav li
{
	display: inline;
	margin-right: 18px;
}

nav li a
{
	color: #d6550f;
	text-decoration: none;
}

nav li a:hover
{
	text-decoration: underline;
}

nav li.tcm,
nav li.tcm a,
nav li.aku,
nav li.aku a,
nav li.chkr,
nav li.chkr a,
nav li.fuenf,
nav li.fuenf a {
	padding-bottom: 20px;
}

nav li.tcm.active,
nav li.tcm a:hover,
nav li.aku.active,
nav li.aku a:hover,
nav li.chkr.active,
nav li.chkr a:hover,
nav li.fuenf.active,
nav li.fuenf a:hover {
	background-image: url('img/schriftzeichen_nav.gif');
	background-repeat: no-repeat;
	background-size: 1280px 20px;
}

nav li.tcm.active
{
	background-position: 0 15px;
	padding-right: 40px;
}

nav li.tcm a
{
	padding-right: 40px;
}

nav li.tcm a:hover
{
	background-position: -80px 15px;
}

nav li.aku.active
{
	background-position: -180px 15px;
}

nav li.aku a:hover
{
	background-position: -270px 15px;
}

nav li.chkr.active
{
	background-position: -360px 15px;
}

nav li.chkr a:hover
{
	background-position: -570px 15px;
}

nav li.fuenf.active
{
	background-position: -780px 15px;
}

nav li.fuenf a:hover
{
	background-position: -1030px 15px;
}

article {
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 60px;
	position: relative;
}

article h1,
article h2,
article h3,
article p
{
	margin: 0 300px 0 30px;
}

article > .img-container:not(.right-column),
article > img {
	margin: 15px 30px;
}

article > ul
{
	margin-right: 200px;
}

article > ul
{
	margin-right: 200px;
}

article h1
{
	font-size: 14px;
	padding: 17px 0 11px 0;
}

article h2 {
	padding: 7px 0 2px 0;
}

article p
{
	padding: 1px 0 6px 0;
}

article p.top
{
	padding-top: 25px;
}

article ul
{
	list-style: none;
	padding: 2px 0 4px 30px;
}

article ul p {
	margin: 0;
	padding: 3px 0 1px 0;
}

article ul.two-columns {
	display: flex;
	flex-flow: row wrap;
}

article ul.two-columns li {
	width: 43%;
	padding-right: 2%;
}

article ul li ul {
	padding: 6px 0 0 6px;
}

article ul li ul li ul {
	margin-bottom: -10px;
}

article li
{
	background: url('img/bullet.gif') no-repeat 1px 3px;
	margin: 2px 0 3px 0;
	padding: 0 0 3px 15px;
}

article li.bank,
article li.beh,
article li.park
{
	margin: 9px 0;
	padding: 9px 0 15px 50px;
}
article li.bank
{
	background: url('img/bullet-ba.gif') no-repeat left center;
}

article li.beh
{
	background: url('img/bullet-b.gif') no-repeat left center;
}

article li.park
{
	background: url('img/bullet-p.gif') no-repeat left center;
}

footer {
	bottom: 12px;
	color: #732d08;
	font-size: 10px;
	padding-left: 30px;
	position: absolute;
}

article a,
footer a {
	color: #d6550f;
	text-decoration: none;
}

article a:hover,
footer a:hover {
	text-decoration: underline;
}

article dl {
	float: left;
	width: 690px;
	margin:15px 0 22px 32px;
}

article dt {
	clear: left;
	float: left;
	width: 70px;
	padding: 5px;
	font-weight: bold;
}

article dd {
	float: left;
	width: 470px;
	padding: 5px;
}

.img-container {
	color: #aaa;
	font-size: 10px;
}

.img-container.right-column,
p > img {
	height: auto;
	position: absolute;
	right: 30px;
	width: 240px;
}

.img-container.right-column {
	margin-top: 50px;
}

.img-container.offset-medium {
	margin-top: 0;
}

.img-container.offset-large {
	margin-top: -100px;
}

.img-container.right-column img {
	height: auto;
	width: 100%;
}

.team {
	clear: left;
	float: left;
	margin: 5px 0 10px 30px;
}

.team:last-of-type {
	margin-bottom: 80px;
}

.team img {
	margin-right: 17px;
}

.team p {
	margin: 0 50px 0 0;
}

.team > div {
	float: left;
	margin: 10px 0 0 0;
}

.team dl {
	margin: 7px 0 10px 8px;
	width: 400px;
}

.team dd {
	width: 310px;
}

.team dt,
.team dd {
	padding: 3px;
}

h1 + .ngg-galleryoverview,
h2 + .ngg-galleryoverview {
	margin-top: 5px;
}

article .note {
	background: #fdf7e9;
	border: 2px solid #f8d6c3;
	margin: 30px;
	padding: 20px;
	width: 60%;
}

article .note p {
	margin: 0;
}

article .note ul {
	padding: 2px 0 4px 6px;
}

form {
	margin-bottom: 30px;
}

iframe {
	max-width: 90vw;
}

@media screen and (max-width: 975px) {

	body {
		background: #a42d4e;
	}

	#container {
		box-shadow: none;
	}

	header {
		border-bottom: 15px solid #e35b10;
		height: 125px;
	}

	header .logo
	{
		border: none;
		padding: 8px 0 0 30px;
		position: absolute;
	}

	header ul:first-of-type {
		margin-top: 14px;
	}

	article h1,
	article h2,
	article h3,
	article p,
	article > ul {
		margin-right: 28%;
	}

	.team p {
		margin-right: 10%;
	}

	.img-container.right-column,
	p > img {
		width: 21%;
	}

	.main {
		min-height: calc(100% - 144px);
	}

}

@media screen and (max-width: 910px) {

	#container {
		position: relative;
	}

	header {
		border: 0;
		height: 75px;
	}

	header .logo
	{
		height: 62px;
	}

	header ul {
		margin-right: 30px;
		margin-left: auto;
		text-align: right;
		width: 480px;
	}

	header ul:first-of-type {
		margin-top: 10px;
	}

	header li {
		display: inline-block;
	}

	header li:not(:last-of-type)::after {
		content: ' • ';
	}

	.main-nav
	{
		padding: 12px 0 9px 30px;
	}

	aside {
		display: flex;
		flex-flow: row wrap;
		padding: 5px 0 20px;
		position: absolute;
		top: 100%;
		width: 100%;
	}

	aside div {
		padding-right: 20px;
	}

	.main {
		width: 100%;
	}

	.slides img {
		height: auto;
		width: 100%;
	}

	article dl {
		width: 100%;
	}

	article dd {
		width: calc(100% - 140px);
	}

	#container {
		height: initial;
	}

	.main {
		min-height: initial;
		position: initial;
	}

	.img-container.offset-large,
	.img-container.offset-medium {
		margin-top: 50px;
	}

}

@media screen and (max-width: 680px) {

	header {
		border: 0;
		height: 0;
	}

	article > .img-container:not(.right-column),
	article > img,
	article h1,
	article h2,
	article h3,
	article p,
	article dl,
	aside h1,
	aside h2,
	aside h3,
	aside p
	{
		margin-left: 22px;
	}

	header .logo,
	.sub-nav,
	article ul,
	footer {
		padding-left: 22px;
	}

	header .logo
	{
		height: 55px;
		top: 10px;
	}

	header ul {
		display: none;
	}

	.main-nav {
		font-size: 17px;
		min-height: 55px;
		padding-left: 138px;
	}

	nav li {
		display: inline-block;
	}

	.main-nav li {
		padding: 7px 7px 7px 0;
	}

	.main-nav li:nth-child(2) {
		padding-right: 50px;
	}

	.sub-nav li {
		margin-top: 8px;
		padding: 0 8px 8px 0;
	}

	nav.expanded ul {
		display: block;
	}

	.team dl {
		width: 330px;
	}

	.team dd {
		width: 240px;
	}

	article .note {
		margin-left: 22px;
		width: initial;
	}

}

@media screen and (max-width: 620px) {

	article h1,
	article h2,
	article h3,
	article p,
	article dl,
	article > ul,
	aside h1,
	aside h2,
	aside h3,
	aside p
	{
		margin-right: 30px;
	}

	.img-container.right-column,
	p > img {
		display: block;
		margin: 10px 0 10px 30px;
		position: relative;
		width: 240px;
	}

	.img-container.right-column {
		margin: 20px 0 10px 50px;
	}

	.team dl {
		width: 100%;
	}

	.team dd {
		width: calc(100% - 90px);
	}

}

@media screen and (max-width: 460px) {

	article ul.two-columns {
		display: block;
	}

	article ul.two-columns li {
		width: initial;
		padding-right: initial;
	}

}

@media screen and (max-width: 360px) {

	textarea,
	input:not([type=submit]) {
		width: 100%;
	}

}

@media screen and (max-width: 300px) {

	.img-container.right-column,
	p > img {
		width: 100%;
	}

}