/*@charset "utf-8";*/
/* CSS Document - responsive style*/
body {
	/*font-size:100%;*/
	/*margin:0em;
	padding:0em;*/
	max-width: 100em;
    margin: 1em auto;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: calc(12px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));*/
	font-size: calc(12px + (18 - 15) * ((100vw - 320px) / (1600 - 320)));
	height:60em;
}
h1 {
	font-size: 1.9em;
	line-height: 1.9em;
	font-weight: bold;
	color: #D56A1C;
	margin-top: 1em;
	text-align: center;
	padding: 0em 0em 0em 0em;
	font-style: normal;
}
h4 {
	font-size: 1.2em;
	line-height: 1em;
	color: #D56A1C;
	font-weight: normal;
	text-align: center;
	margin-top: 1.8em;
	font-style: normal;
}
h3 {
	font-size:0.90em;
	line-height: 1.0em;
	color:#777;
	font-weight: 100;
	text-align:center;
	margin-bottom: 0em;
	font-style: normal;
}
p {
	font-size:0.6em;	/* für NEWS alskleiner Absatz*/
}
ul {
	margin:0em;
	padding:0em;/*  menubar oben keinen Abstand  */
}
li {
	font-weight:100;
	color:#777;
}
img {
	width:100%; /* wichtig damit Bild sich anpasst !!!!! */
	height:auto;
	max-width:100%;
	border-color: #eee;  /* hellgrau  */
	/*font-size: 100%;*/
}
a {
	text-decoration:none;
	color:#777;
}


/* On Top Bar ----------------------------------------------------     NIX MACHEN  */
#menubar {
	display:block;
	max-width: 980px;
	width: 96%;
	background: #fff;
}
#menubar ul {
	display:block;
	width:2em;
}
#menubar ul li {
	display:inline;
}
#menubar ul li a.menubutton {
	display:none;
}
/* On Top Bar ----------------------------------------------------     NIX MACHEN  */
header {
	display:block;
	text-align:center;
	margin:0;
}
nav {
	display: block;
	text-align: center;
	/*border-top:solid #eaeaea 1px;
	border-bottom:solid #eaeaea 1px;*/
	margin-bottom: 1em;
	margin-top: 0em;
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
}
nav ul li {
	display: inline;
	color: #999999;
	/*color: #bfbf00*/;
	font-weight: normal;
	margin: 0em 1em 0em 1em;
	white-space: nowrap; /* damit das Icon und Text von Instagram nicht getrennt werden */
}
nav ul li a {
	color: #999999;
	font-size: 1.1em;
	line-height: 2em;
}
nav ul li a:hover {
	color: #666666;
	font-size: 1.1em;
}
/* Content */
#main {
	display:block;
	width:100%; /*!!!96%!!!!!*/
	/*max-width:1200px;*/
	margin: auto;  /*!!!!!!!!*/
	background-color:#fff;
	height: auto;
	justify-content: center;
}
#main table{		/*damit sich Galerie anpasst*/
	width:auto;
	padding-left: 0.2em;
	padding-right: 0.2em;
	text-align: left;
}
#galerie {
    width:100%;
	padding-top: 0.3em;
}
#zeichng{
    background-color:#fff;/* nur nötig wenn Papierarbeiten grauen Hintergrund */
}
#tabellentext{
	width:100%;
	padding-top:0;
	font-size: 0.925em;
	color: #777;
	line-height:1.6em;
	/*font-size: calc(8px + (18 - 15) * ((100vw - 320px) / (1600 - 320)));*/
}
.dick{
	font-size: 1em;
	color: #777;
	font-style: normal;
	font-weight: bold;
	margin:0;
}
.bild{
	width:100%; /* wichtig damit Bild sich anpasst !!!!! */
	height:auto;
	max-width:100%;
	border-color: #eee;
}
.bildkl{
	 /* width:100%; wichtig damit Bild sich anpasst !!!!! */
	height:auto;
	max-width:11%; /* 10 bis 15 testen ! wichtig damit Bild sich anpasst !!!!! */
	/*border-color: #fff;*/
	margin: 0.2%; /* damit sich der Abstand zw den Bildern auch anpasst */
	border:solid #eaeaea 1px;
}
.kleinerText{
	font-size: 0.925em;
	color: #999999;
	/*line-height:0.9em;*/
	/*font-style: normal;*/
	/*font-size: calc(8px + (18 - 15) * ((100vw - 320px) / (1600 - 320)));*/
}
.inst{
	width: 0.7em;
	margin-top:0px;
	margin-bottom:0px;
	padding-right: 3px;
	margin-left: 0px;	
	}	
#tabellentext ul li{
	display:left;
	color: #777;
	margin:0em 1em 0em 1em;
}
/* footer ---- lange Seiten springen nach links wegen dem Scrollbalken, damit die Nav nicht wackelt alle kurzen Seiten verlängern ! 175 hoch !!!---------------*/
footer {
	display:block;
	text-align:center;
	border-top:solid #eaeaea 1px;
	height:150px;
	margin-top:3em;
	}
footer ul li{
	display:inline;
	font-size:0.8em;
	line-height:2.5em;
	/*margin:0em 3.2em 0em 0.9em;*/
	font-weight: lighter;
	color: #888;
	font-size: 0.6em;
}
