body {
	font-family: 'Signika', sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #141f3c;
}

#bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(pics/marianne-snow-extended-by-Jojo_Kunz.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	transition: opacity 2s;
}

header {
	position: relative;
}

.webdesign,
.webdesign a {
	color: rgba(255, 255, 255, 0.15);
	font-size: 10px;
	text-decoration: none;
}

.webdesign a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.webdesign {
	position: absolute;
	right: 10px;
	top: 8px;
	margin: 0;
}

hr {
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	border: none;
}

header,
main {
	max-width: 950px;
	margin: 0 auto;
}

main {
	display: none;
	position: relative;
	background-color: #fff;
	margin-bottom: 30px;
	padding-bottom: 25px;
}

main a {
	color: #000;
}

main a:visited {
	color: #000;
}

main img {
	width: 100%;
}

p,
h2,
h3,
h4,
ul,
ol,
dl,
audio,
.video,
.textinput,
input[type=submit],
#agenda h1 {
	margin-left: 4%;
	margin-right: 4%;
}

p {
	color: #000;
	font-style: normal;
	line-height: 150%;
	margin-right: 170px;
	margin-top: 0px;
	margin-bottom: 14px;
}

header h1 {
	color: #e03d21;
	font-weight: 600;
	line-height: 1em;
	text-transform: uppercase;
	font-size: 3.5em;
	margin-bottom: 0.2em;
	margin-top: 1em;
	letter-spacing: 0.01em;
	cursor: pointer;
	text-shadow: 0px 0px 20px #b7a484;
	transition: text-shadow 2s;
}

h2 {
	font-size: 1.5em;
	margin-top: 25px;
	color: #14343c;
	text-transform: uppercase;
}

h2 span {
	font-size: 0.7em;
	font-weight: 300;
	text-transform: none;
}

h3 {
	margin-bottom: 0;
	margin-top: 1.3em;
}

h3 span {
	font-size: 0.8em;
	font-weight: 300;
}

h1 span {
	font-size: 0.5em;
	font-weight: 400;
	color: #fff;
}

nav {
	margin: 5px;
	height: 40px;
}

nav ul li {
	display: inline;
	white-space: nowrap;
	margin-bottom: 0;
}

nav ul {
	text-indent: 0;
	margin: 0;
}

nav>ul>li {
	position: relative;
	color: #fff;
	font-size: 1.3em;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

nav li {
	margin-right: 15px;
	cursor: pointer;
}

nav li ul {
	position: absolute;
	left: -15px;
	font-size: 0.9em;
	padding: 5px;
	z-index: 1;
	padding-bottom: 10px;
	display: none;
	background: #fff;
	margin-top: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

nav li ul li {
	line-height: 1.7em;
	display: inherit;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	color: #000;
	text-shadow: none;
}

nav li.menuSubtitle {
	cursor: default;
	font-weight: bold;
	font-size: 0.9em;
	/*border-bottom: solid 1px;*/
	margin-bottom: 4px;
	margin-top: 5px;
	text-transform: uppercase;
}

nav .active {
	color: #e03d21;
}

.video {
	position: relative;
	padding-bottom: 45%;
	height: 0;
	width: 550px;
	overflow: hidden;
	margin-top: 1em;
}

.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul {
	padding: 0;
	list-style-type: none;
}

ul li {
	margin-bottom: 0.5em;
}

dl {
	line-height: 1.5em;
}

dt {
	float: left;
	margin-right: 0.5em;
	font-weight: 500;
}

dd {
	font-weight: 300;
}

#agenda {
	padding-top: 5px;
}

#agenda h1 {
	font-size: 1.5em;
	margin-top: 35px;
	color: #e03d21;
}

#agenda h2 {
	text-transform: none;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: 600;
	font-size: 1.2em;
}

#agenda h3 {
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 0px;
	margin-top: 25px;
}

#agenda p {
	margin-bottom: 5px;
}

ol {
	list-style-type: none;

	list-style-position: inside;
	/*IE 7- hack*/
	margin-top: 1.5em;
	margin-bottom: 2em;
	padding: 0;
	counter-reset: li-counter;
}

ol>li {
	position: relative;
	margin-bottom: 6px;
	padding-left: 1.5em;
}

ol>li:before {
	position: absolute;
	top: 0.2em;
	left: 0em;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	color: #464646;
	content: counter(li-counter);
	counter-increment: li-counter;
}

ol span {
	font-size: 0.85em;
	font-style: italic;
}

ol li[name] {
	color: #666;
	cursor: pointer;
	text-decoration: underline;
}

audio {
	width: 300px;
	opacity: 0.8;
	margin-bottom: 20px;
}

.play {
	color: #D5274C !important;
}

article img {
	width: 250px;
}

article {
	padding-top: 25px;
}

article:first-of-type h2 {
	margin-top: 0;
}

.thumb {
	width: 130px;
}

.smallpics {
	float: right;
	margin-right: 4%;
	margin-left: 2%;
}

.smallpics a {
	text-decoration: none;
}

.textinput {
	width: 550px;
}

.textinput input,
.textinput textarea {
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}

.auszeichnung1 a {
	color: #D5274C;
}

.copyright {
	font-size: 12px;
	text-align: right;
	margin-right: 8px;
	color: #999;
}

p.copyright_home {
	position: absolute;
	bottom: 5px;
	right: 0;
	margin-right: 9px;
	margin-bottom: 0;
	font-size: 12px;
	color: #333;
}

#recordings article img {
	width: 250px;
	float: right;
	margin-right: 4%;
	margin-left: 4%;
}

@media (max-width:750px) {
	main {
		width: 100%;
	}

	h1,
	nav {
		width: 92%;
		margin: 4%;
	}

	h1 {
		font-size: 2.2em;
	}

	p {
		margin-right: 4%;
	}

	nav li {
		font-size: 1em;
		display: block;
	}

	.dropmenudiv_a {
		font-size: 1em;
	}

	.video {
		width: 92%;
		padding-bottom: 52%;
	}

	article img {
		float: none;
		margin-bottom: 15px;
	}

	audio,
	.textinput {
		width: 92%;
	}

	#discography {
		display: none;
	}

	.thumb {
		display: none;
	}
}