html{
}

body{

}

body a{
	text-decoration:none;
	color:#d1811e;
}

body a:hover{
	color:#a96919;
}


h1.branding a { 
	width:auto;
	max-width:640px;
	height:auto;
	display:block;
	z-index:9999;
	margin:0 auto;
	overflow:hidden;
	margin-top:190px;
}

h1.branding{
	margin-bottom:0px;
}

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

h1.branding a { 
	margin-top:180px;
}
}

h1{
	font-family: 'Muli', sans-serif;
	font-size:2em;
	font-weight:bold;
	color:#333;
	margin-bottom:20px;
	line-height:1.3em;
}

h2{

}


h3{

}

h4{

}

h5{

}

h6{

}


p{
	font-family: 'Muli', sans-serif;
	font-size:0.9em;
	color:#333;
	line-height:1.7em;
	margin-bottom:30px;
}

@media screen and (max-width: 580px) {
p{
	font-family: 'Muli', sans-serif;
	font-size:0.8em;
	color:#333;
	line-height:1.8em;
	margin-bottom:30px;
}
}

strong{
	font-weight:bold;
}

.clear{
	clear:both;
}


/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/*********************************
=container
**********************************/
div#container{
	width:100%;
	height:100%;
}


/*********************************
=header
**********************************/
div#container-header{
	width:100%;
	height:719px;
	position:relative;
	padding-top:1px;
	background:url(../images/header/guitar-bg.jpg) no-repeat center #000;
}

div#header-white-bg{
	width:100%;
	height:100px;
	position:absolute;
	top:620px;
}

div#header{
	width:100%;
	height:200px;
}

div#container-icon{
	width:100%;
	max-width:200px;
	margin:0 auto;
}

div#container-icon a{
    display: block;
    height: 40px;
    margin: 0 auto;
    width: 40px;
}



@media screen and (max-width: 480px) {
div#container-header{
	width:100%;
	height:449px;
	position:relative;
	padding-top:1px;
}

div#header-white-bg{
	width:100%;
	height:183px;
	position:absolute;
	top:300px;
}

div#header{
	width:100%;
	height:200px;
}
}

/*********************************
=nav
**********************************/
div#container-nav{
	width:80%;
	height:auto;
	margin:0 auto;
	padding-top:21px;
	position:relative;
	z-index:8000;
}

div.single-page-nav {
	background:#fff;
	width: 100%;
	border-bottom:1px solid #333;
	position:fixed;
	top:0px;
	left:0px;
	z-index:9000;
	height:60px;
}

div.single-page-nav ul{
	width:100%;
}

div.single-page-nav ul li{
	float:left;
	width:25%;
	text-align:center;
}

div.single-page-nav ul li.last{
	margin-right:0px;
}

div.single-page-nav ul li a{
	font-family: 'Muli', sans-serif;
	color:#333;
	text-decoration:none;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:1px;

}

div.single-page-nav ul li a:hover{
	color:#d1811e;
}

@media screen and (max-width: 960px) {
div#container-nav{
	width:100%;
	height:auto;
	margin:0 auto;
	padding-top:10px;
}

div.single-page-nav ul{
	width:100%;
}

div.single-page-nav ul li{
	float:left;
	width:50%;
	text-align:center;
	margin-bottom:10px;
}

div.single-page-nav ul li a{
	font-family: 'Muli', sans-serif;
	color:#333;
	text-decoration:none;
	font-size:1em;

}

div.single-page-nav ul li a:hover{
	color:#d1811e;
}

}

/*********************************
=content
**********************************/

div#section1, div#section2,
div#section3, div#section4{
	padding:0 5% 10px 5%;
	width:90%;
	height:auto;
	margin:0 auto;
	max-width:900px;
	/** background:url(../images/section/section-border-bg.jpg) bottom repeat-x; **/
	margin-bottom:45px;
	border-bottom:1px solid #666;
}

div#section4{
	margin-bottom:10px;

}

div#section4 h1.neues-heading{
	margin-top:20px;
}

@media screen and (max-width: 580px) {
div#section1, div#section2,
div#section3, div#section4{
	margin-bottom:70px;
}

div#section4{
	margin-bottom:10px;
}

}

div#section1 p, div#section2 p,
div#section3 p{
	text-align:justify;
}

div#section4 p{
	margin-bottom:15px;
}

@media screen and (max-width: 460px) {
div#section1{
	margin-top:40px;
}
}

div.adress{
	width:50%;
	float:left;
}

div.logo{
	width:50%;
	float:left;
	text-align:center;
}

@media screen and (max-width: 560px) {
div.adress{
	width:100%;
	float:none;
}

div.logo{
	width:100%;
	float:none;
}
}

/*********************************
=footer
**********************************/

div#footer{
	max-width:860px;
	width:100%;
	height:55px;
	margin:0 auto;
	text-align:center;
	padding-top:15px;
}

div#footer a{
	font-family:"Arial";
	font-size:12px;
	color:#777;
	text-decoration:none;
	margin-right:10px;
}

div#footer a:hover{
	color:#d1811e;
}

div#container-top{
	width:100%;
	max-width:800px;
	margin:0 auto;
	margin-bottom:30px;
	margin-top:30px;
}

div#container-top a{
	display:block;
	padding:10px 0 10px 0;
	font-family: 'Muli', sans-serif;
	background:#333;
	width:200px;
	margin:0 auto;
	font-size:1.0em;
	color:#fff;
}

div#container-top a:hover{
	background:#555;
	color:#fff;
}

/*** =fb-like-box ***/
#fb-box{
	width:100%;
}

@media screen and (max-width: 400px) {
#fb-box{
	width:290px;
}
}