/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 130%;
	margin:0;
	padding:0;
}



::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
	width:100%;
	height:auto;
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}
li{
	margin-bottom:0.5em;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   
   ========================================================================== */

body {
    font-family: Optima, 'Helvetica Neue', Helvetica, Arial, sans serif;
	font-size:100%;
	background-color:#eeeddd;
}
h1,h2,h3,h4{font-family: Optima,'Helvetica Neue', Helvetica, Arial, sans serif}

header h1, header h2{
	
	display:inline;
	letter-spacing:0.05em;
	
}
header{
	font-family: Optima, Helvetica, Arial, sans serif;
	overflow:hidden;
	margin:2em 0;
	padding:0.5em;
	background-color:#669933;
	color:#fff;
	-webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    -khtml-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;

}
header h1{
	float:left;
	width:33%;
	font-size:160%;
	text-align:right;
	padding-right:0.5em;
	margin-right:0;
}
header h2{
	float:right;
	width:66%;
	font-weight:normal;
	font-size:150%;
	padding-left:0.5em;
	text-align:left;
}
footer{
	width:65%;
	float:right;
	display:block;
	overflow:hidden;
	margin:2em 0;
	padding:0.5em;
	border-top:1px solid #669933;
	font-size:83%;
}
footer ul{
	text-align:right;
}
footer ul li{
	display:inline;
	padding-left:0.5em;
}
footer ul li a {
	color:#669933;
	padding:2px 5px;
}

a{
	text-decoration:none;
}
h1 a{color:#fff;}

nav a{
	color:#669933;
}

nav a:hover, footer a:hover, li.current a{
	background-color:#669933;
	color:#fff;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
}


article a{
	color:#990000;
}
article a:hover{
	text-decoration:underline;
}

#outer-wrap {
	width:80%;
	max-width:800px;
    margin: auto;
	overflow:hidden;
}

#inner-wrap{
	witdh:100%;
	overflow:hidden;
}
nav#main-navigation{
	display:block;
	float:left;
	width:33%;
	text-align:right;
	padding-right:0.5em;
	font-family: Optima, 'Helvetica Neue', Helvetica, Arial, sans serif;
	color:#669933;
	font-size:120%;

}
nav ul{
	margin:0;
}
nav ul li{
	margin:0.3em;
}
nav ul li a{
	padding:2px 5px;
}
#content{
	float:right;
	width:65%;
	padding-left:0.5em;
    line-height: 1.5;
}
#content h3{
	margin:0 0 1em 0;
	padding:2px;
	font-size:130%;
	color:#669933;
	border-bottom:1px solid #669933
}




nav#main-navigation,section#content,header h1, header h2 {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}



.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: auto;
  overflow: hidden;
}
 
.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* Formular */
form .field{
	margin:1em 0;
}
textarea{
	border:1px solid #ccc;
	width:90%;
}
input[type=text] {
	border:1px solid #ccc;
}
input[type=submit] {
	background-color:#669933;
	color:#fff;
	border:1px solid #ccc;
	padding:3px 10px;
}


/* ===========================================================================
   MEDIA QUERIES
   ========================================================================== */


/* Smartphones (portrait and landscape) ----------- */
/* @media only screen and  (min-width : 320px) and (max-width : 480px) */
@media only screen and (max-width:800px) {
	

	#outer-wrap,footer{
		width:100%;
		margin:0;
		padding:0;
		float:none;
	}
	header{
		margin:0;

		
		-webkit-border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -khtml-border-top-left-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
	}
	header h1, header h2{
		text-align:left;
		float:none;
		width:100%;
		display:block;
		margin:0;
		padding:0;
	text-align:center;
	}
	nav#main-navigation{
	float:none;
	width:100%;
	text-align:left;
	margin:0 0 1em 0;
	padding:1em 0;
	background-color:#669933;
	text-align:center;
	font-size:100%
	}
	nav#main-navigation ul li{
		display:inline;
		margin-right:1em;
		line-height:1.5em;
	}
	nav#main-navigation a{
		color:#fff;
	}

	#inner-wrap{
	
	}
	#content{
	float:none;
	width:80%;
	padding:1em;
	margin:auto;
	
	}

	
}




/* Smartphones (portrait and landscape) ----------- */
/* @media only screen and  (min-width : 320px) and (max-width : 480px) */
@media only screen and (max-width:480px) {



	nav#main-navigation{
	float:none;
	width:100%;
	text-align:left;
	margin:0 0 1em 0;
	background-color:#eeeedd;
	padding:0;
	}
	nav#main-navigation ul{
		margin:0;
		padding:0;
	}
	nav#main-navigation ul li{
		display:inline;
		margin-right:0.5em;
		line-height:1.5em;
		text-align:center;
		display:block;
		text-align:left;
		margin:0.2em 0;
	}
	nav#main-navigation ul li a{
		color:#fff;
		background-color:#669933;
		margin:0.2em 0;padding:0.2em 0;
		display:block;
		padding:0.5em 1em;
	}
	
	nav#main-navigation ul li a:hover{
		color:#669933;
		background-color:#fff;
		
		-webkit-border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -khtml-border-top-left-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
	}
	
	article#content, footer{
	float:none;
	padding:0;
	margin:auto;
	width:98%;
	
	}

}


img{
	width:100% !important;
	height:auto !important;
	text-align:center !important;
}