@charset "utf-8";
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}





body {margin: 0 auto; font-family: 'Open sans','roboto condensed';}

#navigation,#navigation_innen,#wrapper, #header, #content, #footer,#beschreibung,#formular {
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#navigation {
	margin: 0 auto;
	width:100%; 
	min-height: 50px;
	background-color: #003300;
}

#navigation_innen {
	margin: 0 auto;
	width:100%;
	 
	min-height: 50px;
	background-color: #003300;
	background-image: linear-gradient(to right, #000000, #007700, #004400);
	font-size: 20px;
	padding-top: 10px;
	color: #ffffff;
	text-align: center;
}


#wrapper {
	margin: 0 auto;
	width:100%; max-width: 1000px;
}

#header {
	margin: 0 auto;
	text-align: center;
	font-size: 50px;
	width: 95%;	
	margin-top:20px;
}

#content {
	margin: 0 auto;
	text-align: center;
	width: 95%;
	
	
}



#beschreibung {
	margin: 0 auto;
	text-align: center;
	font-size: 40px;
	width: 95%;
	
}

#footer {
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	width: 95%;
	padding-bottom: 10px;
	
}

#formular {
	margin-top: 10px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	width: 95%;
	
}

#notfallqr {
	margin: 0 auto;
	text-align: center;
	width: 95%;
	margin-top: 10px;	
}

#vorschau {
	
	margin: 0 auto;
	margin-top:10px;
	
	text-align: center;
	width: 100%;
		
}

input[type="text"] {width: 95%; height: 40px; font-size: 20px; text-align: left; background-color: #eeeeee; border: 1px solid #eeffee;}

input[type="text"]:focus {width: 95%; height: 40px; font-size: 20px; text-align: left; background-color: #eeffee; border: 1px solid #eeffee;}


input[type="submit"] {width: 95%; height: 40px; font-size: 20px; }
input[type="button"] {width: 95%; height: 40px; font-size: 20px;}
textarea {width: 95%; height: 100px;background-color: #eeeeee;font-size: 20px;text-align: center;}

/* huaweip20 ----------------------------------------*/
@media screen and (max-device-width : 420px) { 


}

@media print {
 #header,#beschreibung,#footer,#formular {
	display: none; 
 }
}