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


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

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


html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family:  Arial, Helvetica,"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: 10px;
	
}





h1 {
	font-size: 2.4em;
	margin-bottom: 1.2em;
	font-weight: 600;
	color:#005c6d;
	font-family:  Slackey, "cursive";
}

h2 {
	font-size: 1.8em;
	margin-bottom: 1.1em;
	font-weight: 600;
	font-family: 'Boogaloo', cursive;
	
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	color:#8e222f;
	
}

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

h5 {
	font-size: 1.6em;
	font-weight: 400;
	color:#005c6d;
	padding: 10px;
	font-family:  Slackey, "cursive";
}

h6 {
	font-size: 0.8em;
	
	font-weight: 400;
	
}

p {
	font-size: 16px;
	 /*font-weight: 400; */
	margin-bottom: 1.2em; 
	 /*letter-spacing: 0em; */
}


hr { color:#44687e; }

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/bg.gif);
	background-size: auto;
	background-repeat: repeat-y;
	background-position: center;
	
}

footer {
	display: none;
	}
	
	
	

header {
	
	position: fixed;
	width: auto;
	height: 40px;
	/* background-color: #333333;
	opacity: 0.9; */
	padding: 5px;
	 top: 0px; 
	left: 0px; 
	text-align: left; 
	visibility: hidden;
	}



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


body {
	
	margin-left: auto;
	margin-right: auto;
	background: #333333;
	background-image: url(bilder/bgm.gif);
	background-size: auto;
	background-repeat: repeat-y;
	background-position: left;
	
}

nav {
	display: none;
	}
	

	
	header {
	
	
	visibility: visible;
	}

	
	h1 {
	font-size: 2.0em;
	margin-bottom: 1.0em;
	font-weight: 400;
	color:#005c6d;
	font-family:  Slackey, "cursive";

}