/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea
{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #444;
}

html { overflow-y: scroll; }
body { font: 13px/1.6 "Trebuchet MS", Tahoma, sans-serif; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection
{
	background: #b3d4fc;
	text-shadow: none;
}

::selection
{
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img { vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */

fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea { resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe
{
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   



/* Colors
------------------------------------------------------------------------------------------------- 

Grün #46b496

/* Allgemeines
------------------------------------------------------------------------------------------------- */

.nowrap { white-space: nowrap; }
img 
{
	max-width: 100%;
	height: auto;
}

/* Links
------------------------------------------------------------------------------------------------- */

a,
a:visited
{
	color: #46b496;
	text-decoration: none;
}

a:hover,
a:focus,
a:active { color: #ccc; }

/* Layout
------------------------------------------------------------------------------------------------- */

body
{
	background-color: #eee;
	padding: 0 5px 50px 5px;
	margin: 0;
}

#wrapper
{
	background: #fff;
	box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0 0 5px #666;
	margin: 0 auto;
	width: auto;
	max-width: 900px;
}

.lt-ie9 #wrapper { width: 900px; }


/* Logo
--------------------------------------------------------------------------- */

#logo {  }
#logo img 
{	
	max-width: 40%;
	height: auto;
	margin-bottom: .5em;
}

/* Navigation
--------------------------------------------------------------------------- */

nav { background-color: #888; }

nav ul
{

	margin: 0 auto;
	text-align: center;
}

nav ul
{
	padding: 0;
}

nav li { display: inline; }

nav a,
nav a:visited
{
	color: #fff;
	font-size: 16px;
	line-height: 2em;
	text-decoration: none;
	padding: 0.5em 1.65em;
}

/* Illustration
--------------------------------------------------------------------------- */

#illustration
{
	margin-bottom: -25em;
	position: relative;
	z-index: 99;
}

#illustration img
{
	max-width: 100%;
	height: auto;
}

.illubox
{
	position: relative;
	top: 4em;
	background-color: #46B4AAa0;
	margin-bottom: -4em;
}

.illubox2
{
	position: relative;
	bottom: 12em;
	background-color: #46B4AAa0;
	margin-bottom: 25em;
}

.illutext p
{
	font-size: 2em;
	color: #fff;
	text-align: center;
	margin: 0 auto -.75em auto !important;
	padding-bottom: 0;
}

.illutext a,
.illutext a:visited
{
	color: #fff !important;
}

/* Main
--------------------------------------------------------------------------- */

#main
{
	margin: 25px 50px 20px 50px;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	position: relative;
}

#main h1,
#main h2,
#main h3
{
	color: #222;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight: 500;
}

#main h1 { font-size: 1.8em; }

#main h2
{
	font-size: 1.4em;
	margin: 1.5em 0 0.5em 0;
}

#main h3
{
	font-size: 1.2em;
	margin: 2em 0 0 0;
}

#main h1 + h3 { margin-top: 0; }
#main h2 + h3 { margin-top: 0; }

#main h1.impressum
{
	margin-top: 5em;
	padding-top: 1.5em;
}

/**/
.grafik 
{ 
	margin: 50px auto;
	max-width: 100%;
	height: auto;
	text-align: center; 
	width: 300px;
}

/* Footer
--------------------------------------------------------------------------- */

footer
{
	background-color: #888;
	color: #ddd;
	clear: both;
	font-size: 10px;
	padding: 5px 10px 10px 10px;
}

footer address { font-style: normal; }

.print
{
	float: right;
	padding: 1em 0;
	width: 5em;
}

.print a,
.print a:visited
{
	color: #ddd;
}

.print a:hover,
.print a:focus,
.print a:active { color: #000; }

/* Webdesign
--------------------------------------------------------------------------- */

#wdauth
{
	font-size: 10px;
	line-height: 1.25;
	margin: 2px auto 50px auto;
	text-align: right;
	max-width: 900px;
}

#wdauth a,
#wdauth a:visited
{
	color: #bbb;
	text-decoration: none;
}

#wdauth a:hover,
#wdauth a:focus,
#wdauth a:active { color: #999; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.clear { clear: both; }

.ir
{
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before
{
	content: "";
	display: block;
	width: 0;
	height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden
{
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden
{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus
{
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible { visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after
{
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after { clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix { *zoom: 1; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print
{
	*
	{
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	#main a,
	#main a:visited { text-decoration: underline; }
	
	
	#main a[href]:after {
		content: " (" attr(href) ")";
	}
				
	#main abbr[title]:after {
		content: " (" attr(title) ")";
	}
				
	/*
	* Don't show links for images, or javascript/internal links
	*/
	
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after { content: ""; }
	
	pre,
	blockquote
	{
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	thead
	{
		display: table-header-group;
		/* h5bp.com/t */
	}
	
	tr,
	img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	
	@page 
	{
		margin: 0.5cm;
	}
	
	p,
	h2,
	h3
	{
		orphans: 3;
		widows: 3;
	}
	
	h2,
	h3 { page-break-after: avoid; }
	
	#logo img
	{
		width: 70%;
		height: auto;
	}
	
	#languages,
	nav,
	.up,
	#wdauth,
	.print { display: none; }
}
