/* allgemein gültige Styles */
body {
	background-color: #000;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
}

main {
	position: absolute;
	width: 100%;
	max-width: 465px;
	left: 50%;
	margin-left: -232px;
}

a {
	color: #fff;
	text-decoration: none;
}

.titleHeader {
	position: absolute;
	width: 100%;
	max-width: 465px;
}

.head1 {
	font-size: 1.0em;
	font-weight: 300;
}

h2 {
	font-size: 0.9em;
	font-weight: 300;
}

aside {
	position: absolute;
	top: 10px; right: 10%;
}

.main img {
	width: 30%;
	max-width: 140px;
}

.detailInfo {
	position: absolute;
	top: 10px; left: 10px;
	width: 95%;
	max-width: 900px;
}

figure {
	margin: 0px;
	padding-bottom: 20px;
}

.large {
	width: 100%;
	max-width: 900px;
}

.profil {
	width: 100%;
	max-width: 320px;
}

.profil figcaption {
	float: right;
}

footer {
	text-align: center;
}

audio {
	width: 200px; 
	display: block;
}

@media screen and (max-width: 600px) {
	main {
		position: absolute;
		width: 95%;
		max-width: 95%;
		left: 10px;
		margin-left: 0px;
	}
	
	article img {
		width: 30%;
	}

	.large {
		width: 95%;
	}
	
}