@charset "utf-8";
/* CSS Document */
/*html5_stlyesheet.css*/
body {
	background-color: #696969;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
}
body a {
	color:#696969;
}


header {
	background-color:#696969;
	color: white;
	font-family:arial;
	font-size: 110%;
	font-weight:bolder;
	padding: 0px;
	text-align:center;
}
.colheadleft {
  float: left;
  width: 15.00%;
}
.colheadcenter {
  float: left;
  width: 75.00%;
}

header p {
	color:white;
	font-family: tahoma;
	font-size: 120%;
}

header h3 {
	color:white;
	font-family: tahoma;
	font-size: 180%;
}







.colheadright {
  float: left;
  width: 10.00%;
}

#grad1 {
  height: 195px;
  background-image: linear-gradient(to bottom, rgba(168,168,168,1), rgba(105,105,105,1)); /* Standard syntax (must be last) */
}





/* unvisited link */
a:link {
	color: blue;
}
/* visited link */
a:visited {
    color:green;
}
/* selected link */
a:active {
	color: blue;
}
/* mouse over link */
a:hover {
	color: red;
}
#hilfscontainer {
	margin:0px auto;
	max-width:1024px;
}
aside {
	float:left;
	text-align:center;
	width:25%;
}

main {
	background-color:#696969;
	color: white;
	float:left;
	width:100%;
}


main p {
	color:white;
	font-family: Arial;
	font-size: 120%;
	line-height: 1.5;
	margin: 20px;
	text-align:center;
}

main h1 {
	font-size: xx-large;
	margin-bottom: 10px;
	margin-top: 0px;
}
main h2 {
	font-size: x-large;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align:center;
}

article {
	border: 0px solid grey;
	border-radius:10px;
	margin:20px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}
footer {
	background-color:#696969;
	clear:left;
	color: white;
	font-size:large;
	font-style:italic;
	font-weight:bolder;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	width: 100%;
}
img {
	width: 100%;
	max-width: 750px;
	height:auto;
}



/*Eisenach.css*/

img.paypal {
	width: 100%;
	max-width: 750px;
	height:50px;
}

img.zoom {
	padding: 5px;
	background-color: white;
	transition: transform .2s;
	/* Animation */
	margin: 0 auto;
}
img.zoom:hover {
	transform: scale(2.0);
	/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
img.zoom2 {
	padding: 5px;
	background-color: white;
	transition: transform .2s;
	/* Animation */
	margin: 0 auto;
}
img.zoom2:hover {
	transform: scale(1.5);
	/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
img.right {
	float:right;
	padding-left: 0.8em;
	padding-top: 0.8em;
}
img.left {
	float:left;
	padding-right: 0.8em;
	padding-top: 0.8em;
}
img.sizegif {
	width: 110px;
	height: 45px;
}
img.sizedasu {
	width: 371px;
	height: 524px;
}
img.sizedrei {
	max-width: 350px;
}
img.sizedasu {
	width: 371px;
	height: 524px;
}
img.sizehund {
	width:100%;
}
div.max750 {
	max-width:750px;
}
input.letter {
	font-size:120%;
}
input.tksi {
	font-size:120%;
	width: 35px;
}
input.tksi7 {
	font-size:120%;
	width: 75px;
	background-color:#696969;
}
textarea.txtletter {
	font-size:120%;
	font-family: tahoma;
}
object.measure {
	width:100%;
}
	
p.foot {
	font-size:80%;
	font-family: tahoma;
}
p.wichtig {
	font-size:180%;
	
text-decoration:underline;

}
p.winzig {
	
	font-size:50%;


}
p.center {
	text-align:center;
}
p.left {
	text-align:left;
}
p.right {
	text-align:right;
}
p.textmarkergelb {
	background-color:yellow;
	font-weight: 800;
}
p.indentation {
	text-indent:40px;
}
p.red {
	color:red;
}

p.c {
  text-decoration-line: underline;
  text-decoration-style: double;
}

.column {
	float: left;
	width: 33.33%;
}
footer {
	background-color:grey;
	clear:left;
	color:white;
	font-size:150%;
	font-style:normal;
	font-weight:normal;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	width: 100%;
}
p.foot {
	font-size:120%;
	font-family: tahoma;
	background-color:grey;
	color: white;
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
/*RESET*/
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;
}
/*MAIN*/
body {
	background-color: #696969;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
}
body a {
	color:#696969;
}
header {
	background: #696969;
	width: 100%;
	height: 195px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid #696969;
	z-index: 100;
}
#logo{
	margin: 20px;
	float: left;
	width: 80px;
	height: 80px;
	background: url('../../../Schleiz/images/logo.png') no-repeat center;
	display: block
}
nav {
	padding: 5px;
}

a:hover#menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0;
}
ul {
	list-style: none;
}
li {
	display: inline-block;
	padding: 10px
}
.current {
	color: #2262AD;
}
section {
	margin: 80px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px
}
h1 {
	font-size: xx-large;
	font-family: Arial;
	margin-top: 0px;
}
h1.center {
	text-align:center;
}

h2 {
	font-size: x-large;
	font-family: Arial;
	margin-top: 0px;
}
h5 {
	font-size: small;
	font-family: Arial;
	margin-top: 4px;
}
h4.center {
	text-align:center
}



@media print {
  /* styles go here */
}

#menu-icon {
	
width: 40px;
	height: 40px;
	/*background: #4C8FEC url(../img/menu-icon.png) center;*/
	background: blue url(../images/menu-icon.png) center;
}


/*Anfang MEDIA QUERY max-width : 840px*/
/*Anfang MEDIA QUERY max-width : 840px*/
/*Anfang MEDIA QUERY max-width : 840px*/
@media only screen and (max-width : 840px) {
	header {
		position: absolute;
	}
	#menu-icon {
		display:inline-block;
	}
.colheadleft {
  float: left;
  width: 0.00%;
}
.colheadcenter {
  float: left;
  width: 100.00%;
}
.colheadright {
  float: left;
  width: 0.00%;
}


	
article {
	border: 0px solid grey;
	border-radius:10px;
	margin:0px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
}
main {
	background-color:#696969;
	color: white;
	float:left;
	width:100%;
}

main p {
	color:white;
	font-family: Arial;
	font-size: 150%;
	line-height: 1.5;
	margin: 20px;
	text-align:center;
	word-wrap: break-word;
}

h1 {
	font-size: x-large;
	font-family: Arial;
	margin-top: 0px;
	}
p.winzig {
	
	font-size:50%;

}
nav ul, nav:active ul {
		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		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;
	}
}
/*Ende MEDIA QUERY max-width : 840px*/	
/*Ende MEDIA QUERY max-width : 840px*/	
/*Ende MEDIA QUERY max-width : 840px*/	


	/* unvisited link */
a:link {
	color: blue;
}
/* visited link */
a:visited {
    color:green;
}
/* selected link */
a:active {
	color: blue;
}
/* mouse over link */
a:hover {
	color: red;
}