@charset "UTF-8";
header {
	text-align:center;
	font-size:1rem;
	font-weight:bold;
	color:black;
	/* background:darkgray; */
	background-color:lightgrey;

	vertical-align:middle;
  border-bottom:0em lightgray solid;
	padding:0.5em;
	font-family: Verdana, sans-serif;
}
header .subtitle {font-weight:normal;} 
/*-------------------------------------------------------------------------------------------*/ 
/* Grosse Aufloesung                                                                         */
/*-------------------------------------------------------------------------------------------*/ 
@media (min-resolution: 200dpi) {}
/*-------------------------------------------------------------------------------------------*/ 
/* Handy Querformat                                                                          */
/*-------------------------------------------------------------------------------------------*/ 
@media only screen and (min-width: 360px) and (max-width: 1024px) and (orientation:landscape) {}
/*-------------------------------------------------------------------------------------------*/ 
/* Handy Hochformat                                                                          */
/*-------------------------------------------------------------------------------------------*/ 
@media only screen and (min-width: 150px) and (max-width: 1024px) and (orientation:portrait) {}