/* Klangmuehle.de */

body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin: 0 auto;	
}

.km-background-image {
	position: absolute;
	top: 0;
	width: 100%;
	height: 1440px;
	background: transparent url(pix/rainbow-spiral_2560x1440.jpg) repeat-y top center;
	opacity: 0.7;
}

.km-background-flow {
	position: absolute;
	top: 1440px;
	width: 100%;
	height: 5000px;
	background: transparent url(pix/rainbow-bg.jpg) repeat-y top center;
	opacity: 0.7;
}

.km-main { 
	width: 1000px;
	margin: 0 auto;	
	position: relative;
	z-index: 10;
}

.km-content { 
	background-color: #f7e2e2; 
	padding: 20px;
}
.clearfix::after { content: " "; clear: both; }

/* Header */
.km-header {  }
.km-header-top { height: 30px; }
.km-header-top .km-button { float: right; color: blue; font-size: 20px; padding: 4px; }
.km-header-middle { 
	height: 150px; 
	background: transparent url(pix/windmuehle.png) no-repeat top left;
	background-size: 250px 150px;
	margin-left: 100px;
}

.km-header-middle .km-title { 
	margin: 50px 0 0 400px;
	font-size: 72px;
	font-weight: bold;
	color: white;
}

.km-tab {
	display: inline-block;
	color: white;
	font-size: 32px;
	text-decoration:  none;
	padding: 20px;	
}

/* Block */
.km-block {
	width: 100%;
	min-height: 100px;
	padding-top: 50px; 
}

.km-termin {
	padding: 8px;
	background-color: #c2c2c2;
	border: solid 1px white;
}

.km-termin.aktuell {
	background-color: #a9f2a3;
}

.km-label {
	font-size: 16px;
	padding: 8px 0;
}

.km-left-col {
	float: left;
	width: 50%;
}

.km-right-col {
	float: right;
	width: 50%;
}

#button-up {
	position: fixed;
	bottom: 60px;
	right: 60px;
}

#button-up a {
	font-size: 72px;
	text-decoration: none;
	font-weight: bold;
	color: gray;
}

#Start { background: transparent url(pix/klangraum2_klein.jpg) no-repeat top right; }
#Start .km-label { width: 50%; }

#audio-mc1 { width: 400px; }
#audio-mc2 { width: 300px; }

.impressum .email {
	width: 122px;
	height: 18px;
	background-image: url(pix/email.png);
}

#bilder a { display: none; }
#Angebote span { display: inline-block; width: 200px; }
