html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}


body { 
background: url(../img/hintergrund.jpg) no-repeat center;
background-size: cover;
background-attachment:fixed;
            max-width: 100%;
    height: auto;
	text-align: justify;
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial;
	opacity: 0.9;
	color: #000000;
}
	.box_mitte{
    background-color: #8db600;
	border: inset 3px #698701;
	text-align:center;
    width: 99%;
    height: auto;
	 margin: -5px;
			 opacity: 0.9;
}

	.box_fotolizenzen{
    
	border: inset 4px #698701;
	text-align:center;
    width: 99%;
    height: auto;
	 margin: -5px;
			 opacity: 0.9;
}

a {

	color: #267dd7;
	text-decoration: none;
	font-weight: bold;

}

a:hover {

	color: #ffffff;

}

img {

	width: 99%;

}

header {

	background: #000000;
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 4px solid #267dd7;
	z-index: 100;

}

#logo{

	margin: 8px;
	float: left;
	width: 200px;
	height: 80px;
	background: url(../img/logo.png) no-repeat center;
	display: block;

}

nav {

	float: right;
	padding: 45px;	
	text-align:center;
}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #267dd7 url(../img/menu-icon.png) center;

}

a:hover#menu-icon {

	background-color: #ffffff;
	border-radius: 4px 4px 0 0;

}

ul {

	list-style: none;

}

li {

	display: inline-block;
	float: left;
	padding: 10px

}

.current {

	color: #267dd7;

}

section {


background-color: #ffffff;

	margin: 80px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px
	

}


h1 {

	font-size: 2em;
	color: #267dd7;
	line-height: 1.15em;
	margin: 20px 0 ;

}

p {

	line-height: 1.45em;
	margin-bottom: 20px;

}

footer { background: #000000;
         padding: 2px;
         text-align:center;
		 border: groove 1px #267dd7;
		 	  
		 }
		 
		 
video {
  width: 100%;
  height: auto;
  border: ridge 3px #267dd7;
}

input {
   border: inset 2px #698701;
   background-color: #ffffff;
   color:#000000;
 width: 99%;
  height: auto;
   
}
textarea {
   border: inset 2px #698701;
   background-color: #ffffff;
 width: 99%;
  height: auto;
  color:#000000;
   
   
}


@media only screen and (max-width : 640px) {

	header {

		position: absolute;

	}

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #267dd7;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}