/* @group Reset */
/* 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;
}
/* @end */



/* rainer
 * --------------------------------------- */

body{
	font: 1em/1.4em "Old Standard TT", Times, serif;
	color: black;
}
h1{
	font-size: 6em;
	line-height: 0.9em;
	text-shadow: 0px 0px 6px #333333;
	color: whitesmoke;
	display: block;
}
h2{
	font-size: 4em;
}
h3{
	font-size: 1.3em;
    line-height: 1.4em;
}
h4{
	font-size: 2em;
	line-height: 0.9em;
	color: whitesmoke;
}		
h5 {
	font-size: 1.3em;
	text-align: center;
}

strong {
	font-weight: 700;
}

/* structure */
#section1 {
	background: url(../img/bg.JPG) center 0 no-repeat fixed;
	text-shadow: 0px 0px 8px #000000;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.content_small {
	width: 70%;
	top: 80px;
	left: 62px;
	position: relative;
	display: block;
	padding-bottom: 80px;
}
.content_small p {
	font-size: 1.8em;
	line-height: 1.4em;w
}
.content_big {
	top: 80px;
	left: 62px;
	position: relative;
	display: block;
	padding-bottom: 50px;
	padding-right: 65px;
}
.content_big p {
	font-size: 1.3em;
	line-height: 1.4em;
}
.col-1-1 {
	background: url(../img/Piano.jpg) center 0 no-repeat fixed;
	text-shadow: 0px 0px 8px #000000;
	background-size: cover;
	height: 100%;
	padding-top: 50px;
	padding-left: 50px;
	padding-bottom: 50px;
	display: block;
}
.col-1-2 {
	width: 46%;
	float: left;
	padding-right: 25px;
	padding-bottom: 30px;
	display: block;
}
.col-1-3 {
	width: 30%;
	float: left;
	padding-right: 25px;
	padding-bottom: 30px;
	display: block;
}
.clear {
	clear: both;
}
.wrap {
	width: 85%;
}
.content_small a {
	text-decoration: none;
	color: black;
}
.content_small a:hover {
	opacity: 0.3;
}

/* emements */
.social_box {
	height: 25px;
	line-height: 0.8em;
	margin-top: 5px;
}
.social_box a {
	font-size: 12px;
	text-decoration: none;
	color: black;
}
.social {
    color: black;
	font-size: 1em;
	text-decoration: none;
}
.social_box a:hover {
	border-bottom: 2px solid #000;
}
/*.symbl:before {
	content: '→';
	font-size: 13px;	
	padding-right: 4px;
}*/
.arrow {
	display: block;
	width: 30px;
	height: 80px;	
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	bottom: 20px;
	left: 50%;
	opacity: 0.8;
	margin-left: -2%;
}
.mobile_help {
	display: none;
}

/* band */
.band_wrap {
	display: table;
	position: relative;
	height: 100vh;
	width: 100%;
}
.band {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
    width: 300px;
	height: 300px;
}
.band_lg {
	display: inline-block;
	width: 300px;
	height: 300px;
}
.band_lg img {
	width: 95%;
}
.band_lg img:hover {
	opacity: 0.3;
}
.mr3 {margin-right:3rem}

/* Gear */

.gearbox {
	position: relative;
	height: 100%;
}
.drumpic {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50%;
	width: 80%;
	margin: -25% 0 0 -40%;
}
.drumpic img{
	width: 100%;
}
ul {
	font-size: 1.3em;
	line-height: 1.4em;
}
li a {
	color: black;
	text-decoration: none;
}
li a:hover {
	opacity: 0.2;
}

/* menue */
#menu{
	font-size: 12px;
	font-weight: 700;
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 10px 0 5px 30px;
	margin:0;
}
#menu li {
	display:inline-block;
	margin: 0;
	padding-bottom: 2px;
}

#menu li a {
	text-decoration:none;
	color: black;
	letter-spacing: 2px;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
}
#menu a:hover{
 }
#menu li:hover{
	opacity: 0.3;
}
#menu li a,
#menu li.active a{
	margin: 10px;
	display:block;
}
#menu li.active a{
	border-bottom: 2px solid #000000;
}

/* video */
iframe {
	width: 100%;
}

/* player */
.player {
	width: 92%;
}
.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.flex-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.flex-none{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}
.flex-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}
.mr1{margin-right:1rem}
.mr2{margin-right:2rem}
.ml1{margin-left:1rem}
.mb2{margin-bottom:2rem}
.button,button {
	color: #000;
	background-color: transparent;
	text-decoration:none;
	cursor:pointer;
	display:inline-block;
	box-sizing:border-box;
	height:auto;
	border:1px solid transparent;
	vertical-align:middle;
	-webkit-appearance:none;
	padding: 0;
	margin: 0;
}
.trackname {
	font-size: 1.3em;
}
h6 {
	font-size: 1.3em;
}
.button:hover {
	text-decoration:none;
	opacity: 0.5;
}
.progress{display:block;width:100%;height:.5625rem;margin:.5rem 0;background-color:rgba(0,0,0,.0625);border:0;border-radius:10000px;overflow:hidden;-webkit-appearance:none;cursor:pointer}
.progress::-webkit-progress-bar{-webkit-appearance:none;background-color:rgba(0,0,0,.0625)}
.progress::-webkit-progress-value{-webkit-appearance:none;background-color:currentColor}
.progress::-moz-progress-bar{background-color:currentColor}
.black{
	color: #000000;
}
.icon{width:1.5em;height:1.5em;position:relative;top:-.125em;vertical-align:middle;fill:currentcolor}


/* Media Queries */

@media handheld, only screen and (max-width: 600px) {


	body{
		font: 1em/1.4em "Old Standard TT", Times, serif;
		color: black;
	}
	h1{
		font-size: 2.4em;
		line-height: 1.1em;
		color: whitesmoke;
	}
	#menu {
		display: none;
	}
	.content_small {
		width: 82%;
		top: 40px;
		left: 30px;
		position: relative;
		display: block;
		padding-bottom: 40px;
	}
	.content_small p {
		font-size: 1.2em;
		line-height: 1.3em;
	}
	.content_big {
		width: 82%;
		top: 40px;
		left: 30px;
		position: relative;
		display: block;
		padding-bottom: 40px;
	}
	.content_big p {
		font-size: 1.2em;
		line-height: 1.3em;
	}
	
	.col-1-2 {
		width: 100%;
		float: none;
		padding-right: 25px;
		padding-bottom: 30px;
		display: block;
	}
	.col-1-3 {
		width: 100%;
		float: none;
		padding-right: 25px;
		padding-bottom: 15px;
		display: block;
	}
	.band_lg {
		width: 48%;
		height: 190px;
		float: none;
		
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.band_wrap {
		position: relative;
	}
	.band {
		position: absolute;
		top: 80px;
	}
	li {
		font-size: 0.9em;
		line-height: 1.4em;
	}
	.mobile_help {
		display: block;
	}
	.swipe {
		height: 62px;
		width: 60%;
		font-size: 2.3em;
		text-align: center;
		color: #000;
		margin-top: 60%;
		margin-right: auto;
		background-color: rgba(255, 255, 255, 0.69);
		margin-left: auto;
		padding-top: 40px;
		-moz-border-radius: 40px;
		-webkit-border-radius: 40px;
		border-radius: 40px;
	}
	iframe {
		height: 50%;
		width: 100%;
	}
	.mobile_help:hover {
		opacity: 0;
	}
	
}






