@charset "utf-8";

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { 
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
	background: -o-linear-gradient(to top, #87F277, #FFFFF0, #9DCEFF);
    background: -moz-linear-gradient(to top, #87F277, #FFFFF0, #9DCEFF);
    background: -webkit-linear-gradient(to top, #87F277, #FFFFF0, #9DCEFF);
	background: -webkit-linear-gradient(#87F277, #FFFFF0, #9DCEFF);
    background: -ms-linear-gradient(to top, #87F277, #FFFFF0, #9DCEFF);
	background: repeating-linear-gradient(to top, #87F277, #FFFFF0, #9DCEFF);
	background-attachment:fixed;
	background-position:top;
	background-size: 200%;
	animation: Daytime infinite ease-out 15s;
	 }

body { 
	margin: 0; 
	font-size: 0.875em; 
	line-height: 1.231; 
	letter-spacing: 0.07em;
	}

body, button, input, select, textarea, p { font-family: sans-serif; color: #222; -moz-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto; 
}
/* Dreamweaver: die folgenden Codestellen auskommentieren, wenn die Auswahlmarkierung angepasst werden soll
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Hyperlinks
   ========================================================================== */

a { color: #00e; text-decoration: none; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Verbessert in allen Browsern die Lesbarkeit von Hyperlinks, die über die Tabulatortaste fokussiert werden (focus) und von Hyperlinks, auf die der Mauszeiger gerichtet ist (hover): h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typografie
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 0.8em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Nichtproportionale Schriftfamilie neu deklarieren: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* In allen Browsern die Lesbarkeit von vorformatiertem Text verbessern */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Text höher oder tiefer stellen ohne die Zeilenhöhe zu beeinflussen: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Listen
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 4px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* =============================================================================
   Eingebetteter Inhalt
   ========================================================================== */

/*
  * 1. Verbessern der Bildqualität beim Skalieren in IE7: h5bp.com/d
 * 2. Entfernen der Lücke zwischen Bildern und Rahmen in Bildcontainern: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Korrekter Überlauf in IE9 nicht verborgen 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Abbildungen
   ========================================================================== */

figure { margin: 0; }



/* =============================================================================
   Tabellen
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; padding: 4px; border:thin #999999 solid;}


/* ==|== Primärstile ========================================================
   Autor: 
   ========================================================================== */
.header img {
	float: right;
	margin: 8px;
	opacity:1;
	}
.header h1 {
	margin-left: 50px;
	color: #FFFF33;
	-webkit-text-stroke: 2px black;
	-o-text-stroke: 2px black;
	-moz-text-stroke: 2px black;
	-ms-text-stroke: 2px black;
	text-stroke: 2px black;
		}	
.header h2 {font-size:1.4em; animation: textwelle 5s; color:#039;}		
.header h3 {font-size: 1em; margin-left:40px; margin-top: 5px; }

a {
  animation: textwelle 5s;
}
		
h1 {
  animation: textwelle 3s;
}

@keyframes textwelle {
  0% {
    transform: scale(0.1);
    opacity: 0;
	color:#0FF;
  }  
  70% {
    transform: scale(1.25);
    opacity: 0.6;
	color:#FF6;
  }
  100% {
    transform: scale(1);
    opacity: 1;	
	color:#009;
  }
}		
.weiss-blau {
	-webkit-text-stroke: 1px #006;
	-webkit-text-fill-color: #fff;
}		
.gelb-blau {
	-webkit-text-stroke: 1px #006;
	-webkit-text-fill-color: #FC0;
}
.weiss-gruen {
	-webkit-text-stroke: 1px #060;
	-webkit-text-fill-color: #fff;
}
.gruen-gruen {
	-webkit-text-stroke: 1px #060;
	-webkit-text-fill-color: #6C0;
}
.grau-rot {
	-webkit-text-stroke: 1px #C00;
	-webkit-text-fill-color: #999;
}
.orange-gruen {
	-webkit-text-stroke: 1px #360;
	-webkit-text-fill-color: #F60;
}
.grau-blau {
	-webkit-text-stroke: 1px #30C;
	-webkit-text-fill-color: #999;
}
.size-plus { font-size:2.4em;
}
.txt {
	line-height: 1.35;}
.txt h1, .txt h4 {
	 color:#003399;
	 padding: 0.2em;
		}	
.abstand-links {
	margin-left: 50px; 
	}	
.abstand-oben {
	margin-top: 1em; 
	}		

.rand1 {
    border: 1px solid #E9E9E9;    
        }
.headlinestyle {
	font-family: "Comic Sans MS", cursive;
	font-weight:bold;
	font-size:2em;
	
	}
.bild-vorn {
	
	position: fixed;
	right: -0.2em;
	
	z-index: 1030;
	bottom: -0.8em;
	
	} 
.info-txt {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.975em; 
	line-height: 1.231; 
	letter-spacing: 0.07em;
	color:#009;
	}

.txt h2 {
	font-size: 1.3em;
	color: #000033;
	background-color: rgba(204,255,255,0.7);
	padding: 5px;
}
.txt li {
	padding-bottom: 5px;
	list-style-type:none;
}		
.txt ul {
	list-style: none;
	margin: 0 10px;
	padding: 10px;
}
.link {
	font-weight:bold;
	font:list-menu;
	padding: 5px;
	list-style-type:square;
	border-left-color:#006600;
	
	}
.center {text-align: center;}	
.mittig {
	
	justify-content: center;
		}
.inhalt_text {
	margin: 8px 19px 8px 25px;
	padding: 6px 15px;
	line-height: 1.825;
	width:88%;	
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto; 
	}
p {padding: 6px 15px;
	line-height: 1.825;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto; 
	}
img.left {margin-right: 25px;}		
.right {
	float:right;
	margin: 8px 0px 8px 10px;
	}
.left {
	float:left;
	margin: 8px 10px 8px 0px;
	}	
.inhalt_text ul li {
	list-style-type: none;
	list-style:none;
	padding-bottom: 5px;
	
	}	
.breite_400 {
	width: 400px;
	}	
.breite_320 {
	width: 320px;
	}	
.inhalt {
	margin: 3px 0px;
	padding: 0px;
	opacity: 1;
	}
.inhalt h2 {
	margin: 140px 0px 10px 40px;
	color: #003399;
	background-color: rgba(255,255,204,0.7);
	padding: 5px;
	}
.list-symbol {
	list-style-image:url(../img/symb1.jpg);
	list-style-position:inside;
	margin-left: 0;	
	padding-bottom: 5px;
	opacity:1;
	}	
.kleiner {
	font-size: 0.9em;
	}
.mitte {
	text-align:justify;
	}	
.rechtsbuendig {
	text-align:right;}	
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav > ul > li {
  float: left;
}
nav > ul > li > ul {
  display: none;
}
nav > ul a {
  display: block;
  white-space: nowrap;
  padding: 10px;
 
}

nav ul > li > ul > li a {
  background: #99CCFF;
  color: #000033;
}
nav > ul > li:hover > ul {
  display: block;
  position: absolute;
}

nav > ul > li > ul > li {
  position: relative;
}		
/* ------- Hintergründe------*/
.header {
	background-image: url(../img/banner-P1010346.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	height: 240px;
	margin: 0;
	padding: 0;
	}
.header-pfirsich {
	background-image: url(../img/pfirsich_1100986.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	height: 240px;
	margin: 0;
	padding: 0;
	}
		
.collage2 {
	background-image:url(../images/collage2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	height: 240px;
	margin: 0;
	padding: 0;
	}

/* ==|== nichtsemantische Helferklassen ========================================
   Definieren Sie Ihre Stile vor dieser Auswahl
   ========================================================================== */

/* Für den Austausch von Bildern */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Vor Bildschirmleseprogrammen und Browsern verbergen: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Nur visuell verbergen, aber für Bildschirmleseprogramme bereithalten: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Erweitert die Klasse ".visuallyhidden" so, dass das Element bei der Tastaturnavigation den Fokus erhält: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Visuell und vor Bildschirmleseprogrammen verbergen, aber das Layout beibehalten */
.invisible { visibility: hidden; }

/* Floats beinhalten: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== Druckstile ==========================================================
   Druckstile.
   Innen, um die erforderliche HTTP-Verbindung zu vermeiden: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Schwarz druckt schneller: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Keine Bildverweise anzeigen und keine javascript/internal- Hyperlinks */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
