@charset "utf-8";
/* CSS Document */
/*html5_stlyesheet.css*/
body {
	background-color: #fffff0;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
}
body a {
	color:#fffff0;
}


header {
	background-color:#fffff0;
	color: black;
	font-family:arial;
	font-size: 110%;
	font-weight:bolder;
	padding: 0px;
	text-align:center;
}
.colheadleft {
  float: left;
  width: 14.00%;
  padding-left:5px;
  padding-top:5px;	
}
.colheadcenter {
  float: left;
  width: 75.00%;
  padding-top:5px;	
}

header p {
	color: black;
	font-family: tahoma;
	font-size: 120%;
}

header h3 {
	color: black;
	font-family: tahoma;
	font-size: 180%;
}







.colheadright {
  float: left;
  width: 10.00%;
padding-top:5px;
}

 #grad1 {
  height: 195px;
  background-image: linear-gradient(to bottom, rgba(0, 128, 0, 1), rgba(0, 128, 0, 1)); /* Standard syntax (must be last) */
	/* background-image: linear-gradient(to bottom, rgba(168,168,168,1), rgba(105,105,105,1)); /* Standard syntax (must be last) */ 
}


/* Laufschrift */
/* Laufschrift */
/* Laufschrift */
@keyframes marquee {
 0%   { text-indent: 550px }
 100% { text-indent: -550px }
}
.marquee {
 width: 550px;
 margin: auto;
 padding: 2px;
 overflow: hidden;
 white-space: nowrap;
 border: solid 0px #CCCCCC;
 animation: marquee 10s linear infinite;
 color: yellow;
}
.marquee:hover {
 animation-play-state: paused;
}
/* 

<marquee direction="left"> Marquee von rechts nach links </marquee>
<marquee direction="right"> Marquee von links nach rechts </marquee>
<marquee behavior="alternate"> Marquee wechselnd </marquee>
<marquee scrollamount="10" scrolldelay="10"> Marquee Geschwindigkeit </marquee>
<marquee> Marquee mit Bild <img src="bild.gif"> </marquee>
<marquee>Marquee mit <a href="http://www.example.com"> Hyperlink </a></marquee>
<marquee style="background: red; color: yellow" behavior="alternate">Marquee mit Farbe </marquee>
<marquee loop="5">Marquee wird nur 5 mal durchlaufen! </marquee>
<marquee direction="up" scrollamount="2" style="height: 80px;">Marquee von unten nach oben.</marquee>
<marquee direction="down" scrollamount="3" style="height: 80px;">Marquee von oben nach unten</marquee>

 */

/* Laufschrift */
/* Laufschrift */
/* Laufschrift */


/* unvisited link */
a:link {
	color: blue;
}
/* visited link */
a:visited {
    color:green;
}
/* selected link */
a:active {
	color: #20211c;
}
/* 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:#fffff0;
	color: black;
	float:left;
	width:100%;
}


main p {
	color: black;
	font-family: Arial;
	font-size: 120%;
	line-height: 1.5;
	margin: 20px;
	text-align:center;
	word-wrap: break-word;
}

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:#fffff0;
	clear:left;
	color: black;
	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;
}

iframe.tm {
	width: 100%;
	height:auto;
}

iframe.gg {
	width: 100%;
	height: 600px;
}


/*Eisenach.css*/

img.paypal {
	width: 100%;
	max-width: 750px;
	height:50px;
}

img.zoom {
	padding: 5px;
	background-color: green;
	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: green;
	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.sizevierz {
	width:40%;
}
img.sizesieb {
	width:70%;
}
img.sizehund {
	width:100%;
}
div.max750 {
	max-width:750px;
}
input.letter {
	font-size:120%;
}

input.backhell {
	background-color:#8fbc8f;
}

input.back {
	background-color:#fffff0;
}

input.tksi {
	font-size:120%;
	width: 35px;
}
input.tksi7 {
	font-size:120%;
	width: 75px;
	background-color:#fffff0;
}
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.block {text-align: justify;
text-justify: inter-character;

/* word-wrap: break-word; */
/* text-justify: inter-word;*/
/* text-justify: inter-character;*/
/* Default value: text-justify: auto;*/
}


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%;
}

/* Formulare */
input.letter {
	font-size:120%;
}
input.tksi {
	font-size:120%;
	width: 35px;
}
input.tksi15 {
	font-size:120%;
	width:30%;
	background-color:#ffdab9;
}
input.tksi100 {
	font-size: 100%;
	width:100%;
	}
textarea.tksi15 {
	font-size: 120%;
	width:30%;
	background-color:#ffdab9;
}
textarea.tksi100 {
	font-size: 120%;
	width:100%;
}
select.tksi100 {
	font-size: 120%;
	width:100%;
}
textarea.txtletter {
	font-size:120%;
	font-family: tahoma;
}
footer {
	background-color:#519550;
	clear:left;
	color: black;
	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:#519550;
	color: black;
}
/* 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: #fffff0;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
}
body a {
	color:#fffff0;
}
header {
	background: #fffff0;
	width: 100%;
	height: 195px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid #fffff0;
	z-index: 100;
}
#logo{
	margin: 20px;
	float: left;
	width: 80px;
	height: 80px;
	background: url('../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(../images/menu-icon.png) center;*/
	background: #20211c 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:#fffff0;
	color: black;
	float:left;
	width:100%;
}

main p {
	color: black;
	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: #c0c0c0;
/* color: #20211c; */
}
/* visited link */
a:visited {
    color:blue;
}
/* selected link */
a:active {
	color: #20211c;
}
/* mouse over link */
a:hover {
	color: red;
}