@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Boogaloo');

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Tahoma, Helvetica, Arial," sans-serif";
}

a.nav {
		font-size: 1.6em;
		font-family: 'Boogaloo', cursive;
	}

a.nav:link { color:#ffffff; text-decoration:none; }
a.nav:hover { color:#005c6d; text-decoration:none; }
a.nav:visited { color:#ffffff; text-decoration:none; }
a.nav:active { color:#ffffff; text-decoration:none; }


a:link { color:#005c6d; text-decoration:none; }
a:hover { color: #330000; text-decoration:none; }
a:visited { color:#005c6d; text-decoration:none; }
a:active { color:#005c6d; text-decoration:none; }


.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	/* color: #2F322A; */
	text-align: left;  
	display: block;
	/* text-transform: uppercase; */
	padding: 8px;
	
}


p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:12pt; }

h1 {
	font-size: 1.4em;
	margin-bottom: 1.5em;
	font-weight: 500;
}

h2 {
	font-size: 1.1em;
	margin-bottom: 1.1em;
	font-weight: 300;
	
}

h3 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: 400;
	
}

h4 {
	font-size: 0.9em;
	
	font-weight: 400;
	
}



img {
	
	max-width: 100%;
	height: auto;
	/*vertical-align: middle;  
	margin-left: 5px;
	margin-top: 1px;
	margin-bottom: 5px;  */	
	
}


	
	
	body {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background: #333333;
	 background-image: url(bilder/RolandHeinrich-Gitarre.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center 10px; 
	
}

footer {
	display: none;
	}
	


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


body {
	
	 background-image: url(bilder/RolandHeinrich-Gitarrem.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center 1px; 
	
}

footer {
	display: inline;
	text-align: center;  
	}
	


}





