/* just to get default settings */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * END
 */


* { border-style:none; }
a {text-decoration:none;}
:link,:visited { text-decoration:none; }



a img,:link img,:visited img { border:none; }

ul,ol {list-style:none; }

p,h1,h2,h3,h4,h5,h6,ul,ol,li,blockquote,fieldset,input,img,pre,form,body,html,a,table,tr,td { 
margin:0em 0em 0em 0em; padding:0em 0em 0em 0em; border-style:none; }

h1 { font-size:1.7em; }  h5 { font-size:1.2em; }   p { font-size:1.1em; }

b {color:#219B18; } 
i { color:#009933; font-weight:normal; }
big {color:#66CC00; font-size:1.0em;}
em  {font-weight:bold; color:#22717A; }
strong { color:#088C81;}
/* div { border: 2px dotted red; }  */

/* allgemeine Link Farben */
#main a {font-size:1em; font-weight: bold;}
#main a { color:#003399; } /* dunkelblau als grundfarbe */
#main a:hover { color: #006699; } /* tuerkis #7C9CAA #006699*/
#main a:active  { color: #444444; } /* grau */
#main a:visited {color:#7C9CAA; } /* hell tuerkis-grau #7C9CAA #006699*}*/

#line {
     background-color:#009000; /* E97A00 line body theme */
     height:7px;
     width:100%;
    margin-bottom:2px;
}



/* Standard Reihenfolge */
/*
a {
 font-family:Verdana,Arial,Helvetica;
 font-weight:normal;
 font-size:10pt;
 color:#000000;
 text-decoration:none;
}

a:visited {}
a:focus {}
a:hover {
 color:#ffffff;
 text-decoration:underline;}
a:active {}

*/

/* grün: #090 */

.submen {display:inline; line-height:1.9em;}

li.submen :before { content:"\00BB";  }

ul.submen { list-style-type:none;}
html, body {
background-color:#FCFCFC;
font-family: verdana, arial, helvetica, sans-serif;
font-size:100.1%;}


p { 

font-family:"Lucida Grande", arial, helvetica, sans-serif;
font-size:1.08em;

font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.6em;
padding:0em 0em 0em 0em;
letter-spacing:0em;
word-spacing:0em;
text-align:left; }


/* h3:before {content:"\00BB" " ";} /* ">>" Vor h3 einfügen */
div#content h3{
/* Überschrift im Text, padding um Raum zu schaffen */
color:green;
margin:1.8em 0 0.6em 0;
padding:0.2em 0 0.2em 0.5em;
font-size:1.1em; font-weight: bold;
}

div#content   p  {margin:0.2em 1em 0.6em 2em;}

div#content .psmall {font-size: 0.8em; line-height:1.2em; margin:0.2em 0.1em 0em 0.2em; text-align:left;} /* für  */
div#content .pbig {font-size: 0.9em; line-height:1.3em; margin:0.8em 0.5em 0.1em 0.4em; text-align:justify;} /* für  */
div#content .pbig2 {margin:0.9em 0.5em 0.1em 0.4em; text-align:justify; line-height:1.3em;}
div#content .pbig9 { font-size:1.24em; margin:0.1em 0.1em 0.1em 0.1em; 
border:solid 2px #009900;
padding:0.4em 0.6em 0.4em 0.6em;
}
div#content .pblue0 {color:#0033CC;} /* normal  */
div#content .pblue1 {color:#0033CC; font-weight:bold;} /* fett , zur strukturierung, ohne Semantische Relevanz*/

/* Listen bei puns.html */
div#content li { margin: 0.0em 0.0em 1.0em 1.1em;}
div#content ol {list-style-type:decimal; 	list-style-position: inside; margin: 1em 0em 1.0em 2.2em;}

/* 
div#content ol p { font-size:0.9em; font-weight: normal; color:#D2D2D2; line-height:1.1em; }
#main ul, ol { margin-left:4em; }
 */




#content h2{
/* Überschrift im Text, padding um Raum zu schaffen */
color:#666666;
margin:1.8em 0.4em 0.6em 0.4em;
padding:0.2em 0.2em 0.2em 0.2em;
font:bold 1.1em verdana, sans-serif;
border-left:0.4em solid #009900;
border-bottom:0.1em solid #009900;}




h4 {
/* default für index Welcome Text */
font-size:0.95em;
color:#0D9381;
font-weight:bold;
margin-bottom:0.2em;

letter-spacing:0.159em;
padding:0.2em 0.2em 0.2em 0.4em;
}
#main h5 {
color:#444444;
background-color:#ffffff; /* helles gelb #fffff5*/
font-family: verdana, arial, helvetica, sans-serif;
font-size:0.94em;
}

body {overflow-y:scroll;
	
	border:solid 0px #dddddd;
	margin: 0em auto;
	padding: 0em;
}


hr {
color:green;
height: 1px;
margin:1.2em 0.4em 1.7em 0.5em;
padding:0em 1.0em 1.0em 1.2em ;
border-width:9px;
border-bottom:2px dotted #999;
}

div#nav hr {
color:green;
height: 1px;
font-size:1.0em;
margin:0.2em 0.4em 0em 1.6em;
border-width:0px;
border-bottom: 0px dotted #000000;
}
div#foot hr  {color:#FBFFFB;
border-bottom: 4px dotted #FBFFFB;
margin:0.8em 0.2em 0em 0.2em;
padding:0em 0.2em 0em 0.2em;
}

#container {
/* für den geamten Inhalt: head, content, nav ... 
margin:0.2em 0.2em 0.2em 0.2em; 
background:#F1F0EB;
*/


	
	margin: 0em auto;
	padding: 0em ;
	max-width:85em;

}





#header { color:#FFFFEE; 
background-color:transparent; /* #D04F49 header BG color main navi theme*/
background-image:url(background-header.png); background-repeat:no-repeat;
 border:solid 0px #333333; 
 min-height:7em; 
background-size: contain; 

 }
 
 


#header1 {
  width: 100%;
  position: absolute;
background-size: 90% auto;
}

#nav {   clear:both; }


#content {padding:0em 0em 0em 0em;  min-height:30em; margin-bottom:0em;}

#main { background: white; margin:0em 2.2em 2em 1.1em;}

#main { padding:0em 0.1em 0em 0.2em;}
#sidebar { background: #FCFCFC;  }

#sidebar   h4 { 
     color:#0E6D0E; font-weight:normal; border: 1px solid green;
} 

#sidebar2 { background: #FCFCFC; }

#sidebar   h5 {
  padding:0.3em 0em 0.1em 1.2em;   background: #FDFDFD; color:#369636; 
}  /* #FCC2C2 BG color  navi rechts theme*/

#sidebar2   h5 {
   padding:0.3em 0em 0.1em 1.2em;   background: #FDFDFD; color:#369636; 
} 

#foot {
	background-color:#363839;
	color: white;
}


td, th {
   vertical-align: top; 
   text-align: left;
   font-size:88%;
}
th {   font-size:77%;}
td {
  padding-top: 0.3em;
  padding-bottom: 1.4em;
  padding-right:0.12em;
   padding-left:0.00em;
   margin: 0em 0em 0em 0em;
 }
.table1 th  {   font-size:98%; padding-bottom: 0.4em; padding-right:0.9em;}
.table1 td  {   font-size:98%; padding-bottom: 0.4em; padding-right:0.9em;}
.table1 {    width:99%;}


.tablew    { background-color: #f8f9fa;

    border-collapse: collapse;
	border-spacing: 2px;
    border-color: grey;
	line-height: 2.0;
	padding: 1em;
    background-color: #ffffff;
	position: relative;
	    color: #222;
    margin: 1em 0;
	margin-left: 2em;
    border: 1px solid #a2a9b1;
	
	vertical-align: middle; 
   text-align: left;
   width:90%;
	}
.tablew td, th  { 
border: 1px solid #a2a9b1; padding-left:0.3em;
	}




/* Box rechts für Links und so */
#boxr {
margin: 1.6em 1.6em 0em 72em;
padding: 0.2em;
 width: 13em;
border: 0.4em solid #003399;

}
#boxr p {padding: 0.2em; margin: 0.2em;  }

/* Box links für logo  Farbe  des grüns color:#A6D480; entfernt bei img float:left; 

margin: 1em 0em 1em 0em;
padding: 0em 0em 0em 0em;
#boxlg p {padding: 0.2em; margin: 0.2em;  }
*/





#content1 {
/* bunter text auf index seite*/

width:46em;
overflow:visible; float:left;}
#content2 {
/* text und bild auf index seite*/
margin:-1.8em 0em 0em 0em;
width:20em;
background-position:center center; background-repeat:no-repeat;
overflow:visible; float:left;

}

#contentb {
/* IQ Test 1 und 2 */
margin:1em 0em 1em 0em;

text-align:center;
}
#contentb p {
margin:0em 0em 1.5em 0em;
font-size:1.1em;
line-height:1.6em;
/* color:#333333;*/
letter-spacing:0em;
word-spacing:0em;
text-align:center;}





#foot {

min-height: 18em;}


#foot p{ text-align:justify; font-size:0.9em;}

#nav {

text-align:center;
font-family:Tahoma,Arial,sans-serif;
width: 100%;

}
#boxlg {
float:left;
width:320px;
border: none;
text-align:left;
max-height:7em;
margin: 0em 0em 1.53em 0em;
}
#boxlg  {	 }
#boxlg a  {font-size:1em; margin:0em 0em 0em 0em; padding:0em 0em 0em 0em; color:#049904; letter-spacing:0.01em;  } /*  color links startseite theme */
#boxlg  img {margin: 0em 0em 0em 0em; padding: 0em 0em 0em 0.0em;	width:320px; 	height:80px; }

/* 
width:350px; 	height:111px;
text-align:justify;
text-align-last:justify;
max-width:16em;
float:left;
width:20%;
height:40px;
#nav li { margin:0em 0em 0em 0em !important; padding:0em 0em 0em 0.0em !important; font-size: 1.5em; 
background:none; font-weight:normal; line-height:1.5em;  width:20em; }

ul.nav1  {min-height:40px;display:block;position:relative;background:#f3f2f2;margin-top:10px;} 
ul.nav1 li{font-size:1em;}
width:13em;

border-top:10px solid #F7F5EE;background:#F3F2F2;
 */
 

 
div#content p a:before {content:"\00BB" " ";} /* ">>" Vor "a" innerhlab von "content" einfügen, geht nicht für mehr als ein element auf einmal */
div#content td a:before {content:"\00BB" " ";} /* ">>" Vor "a" innerhlab von "content" einfügen, geht nicht für mehr als ein element auf einmal */
div#content h3 a:before {content:"\00BB" " ";} /* ">>" Vor "a" innerhlab von "content" einfügen, geht nicht für mehr als ein element auf einmal */


#header h1 {text-align:right; font-size: 1.7em; letter-spacing:0.1em; font-weight:bold; font-family:Tahoma,Arial,sans-serif;color:#066464; padding:0.1em 0.3em 0.1em 0.3em; } /*  DDEEDD theme*/
#header h1:first-letter { font-size:103%; color:#036603;}   /* #F7AAA8 erster Buchstabe h1 color  theme*/
#header h2 {text-align:right; font-size: 0.8em; letter-spacing:0.1em;  font-family:Tahoma,Arial,sans-serif; color:#009900;}
#header p {text-align:right; font-size: 0.8em;  font-family:Tahoma,Arial,sans-serif; margin-left:25em; color:#009900;}
#header h3 {text-align:right; font-size: 0.8em; letter-spacing:0.1em;  font-family:Tahoma,Arial,sans-serif; color:#009900;}
.nav1 ul {

	margin: 0;
	padding: 0;
	list-style: none;
	
	

}
ul.nav1 a  { width: auto; color:#CD463F;  letter-spacing:0.1em; font-weight:bold; font-size: 1.4em; line-height:1.4em; min-height:2.6em;}
ul.nav1 li { display: inline-block; 
border-left:none;
border-right:none;
border-bottom:none;
border-top:5px solid #FCFCFC;
text-align:left;
margin:0% 0% 0% 0% !important;
padding:0% 0% 0% 1% !important;

vertical-align: top;
background:  #FAFAFA;   /* #DBD7CE link color main navi theme*/
}
/* 
	E55E57 rote linie header
FCFCFC	D04F49 BG rot Menü rechts
FDFDFD	FCC2C2 BG hell rot oben Menü rechts
369636	CD463f rote Schrift oben Menü rechts

36C99D	FFFCBF  Schriftfarbe gelb Menü rechts
40605d	FFFFFE  Schriftfarbe weiß Menü rechts
249e7d	FF7726  Schriftfarbe rot hover Menü rechts
DBFFDD	FE7676  BG aktive links


	EDE6DC  BG Box links
	D14E62  Schrift Box links

049904	FFFFEE link auf startseite unter logo Farbe 
066464	DDEEDD   Schrift h1 oben rechts F4FFFF
036603	F7AAA8  1. Buchstabe h1 oben rechts
	  
FAFAFA	DBD7CE BG color main
E1F7E3	FAFAEE BG color main navi
DCDCDC BG color main navi

*/

/* #92BD3F;
#426139
#353535;
background: #009300;  

#009900
#EAEAEA
*/

.nav1 a:before {content:"\00BB" " ";} 
.nav1 a:visited {color:#009900; }  /* #888888 link color main navi theme*/
.nav1 a:focus {color:#333333; }
.nav1 a:hover { text-decoration:none; color:#F27A35;}
.nav1 a:active { color:#FD8143; }
ul.nav1 li:hover{border-top:4px solid #FE7676;}  /* #FE7676 BG color main navi background:#DCDCDC; theme*/
#nav li:last-child a{ margin-right:0;padding-right:0}
.nav1 li:last-child a{ margin-right:0;padding-right:0}
.nav1 li.akta  {background-color: #FCFCFC; border-top:4px solid #095611;} /* #FAFAEE BG color main navi theme*/
.nav1 li.aktb a{color: #DDDDDD;}  /* UNKLAR # BG color main navi theme*/
.nav1 li.aktd a{}

/* Für texte in Menu Lsite, z.b 'Word for ...' 
background-color:#F27A35; 
background-color: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, transparent 100%) repeat scroll 0% 0% transparent;
linear-gradient(to left, #FFCC00 5%, #FF7226 70%);

*/
.aktz p {padding:0em; color:#666666;  letter-spacing:0.1em; font-weight:bold; font-size: 0.9em; line-height:1.4em; }


.big1 {line-height:0.9em; font-size: 0.9em;}
.big2 { font-size: 0.7em!important;}

ul.nav2 { 
background:#FCFCFC; 
  padding:1em 0em 1em 0em !important;  } /* D04F49 BG header color main navi theme*/


@font-face {  
font-family:OpenSans;  
src: url(fonts/OpenSans-Regular.eot);  /* EOT for IE */
src: local("OpenSans"), url(fonts/OpenSans-Regular.ttf) format("truetype"); /* non-IE */ 
font-display: swap;   
} 
  
.nav2 a:before {content:"\00BB" " ";}   
.nav2 a {display:block; color:#40605d;
padding:0.2em 0em 0.4em 0.2em!important;  

} 

.nav2  li {   font-weight:normal;   }
ul.nav2 li { font-size: 1.1em;  
background:none; font-weight:normal;letter-spacing:0.00em; line-height:1.2em;  
margin: 0.2em 0.2em 0.2em 0.4em !important; 
font-family: OpenSans, Arial, sans-serif;
}

ul li.big3  { font-size: 0.9em;  
 color:#0E6D0E;  line-height:1.1em;  

font-family: OpenSans, Arial, sans-serif;
}

/* 
margin: 0.4em 0.8em 0.4em 0.8em !important; 
padding:0.6em 0em 0.4em 1em!important;  
ul.nav2 ul li:hover a{display:block}
.nav2 li a:focus {color:#FD8143;  }
*/
.nav2 li a:visited {color:#36C99D;  }
.nav2 li a:focus { color:#36C99D; }

.nav2 li a:hover {color:#249e7d!important;  background-color:#FFFFFE!important; }
.nav2 li a:active { color:#36C99D;  } /* FFFCBF link color  navi rechts theme*/

.nav2 li.akta  a { border-bottom: 3px solid #095611;border-left: 2px solid #095611;}
.nav2 li.aktb {color: #DDDDDD;}
.nav2 li.aktd a{font-weight:bold;}
/* eigentlich sollte nur .ul in nav2 diese Anweisung haben, 
margin: 4.2em 4.6em 0.2em 0.6em !important; 
border: 1px solid black;
border: 1px solid black; min-height:4em;
*/

.nav4 a:before {content:"\00BB" " ";} 

ul.nav3 {  width:20em;
padding-top: 0.7em;
}
.nav3  li { margin:0em 3em 0em 2em  ;
font-size: 1.1em;  
 font-weight:normal;letter-spacing:0.02em; line-height:1.8em;  

font-family: lintsec, Arial, sans-serif;
display:inline;
 width:20em;

}
.nav3 a { 
 color:#FEFEFE;
padding: 0.2em 0.6em 0.2em 0.9em;

}

.nav3 img {width:30px; height:16px;}

ul.nav5 {   }
.nav5  li { margin:0em 0em 0em 2em  ;
font-size: 1.1em;  
 font-weight:normal;letter-spacing:0.02em; line-height:1.8em;  
text-align: right;
font-family: lintsec, Arial, sans-serif;

}
.nav5 a { 
 color:#FEFEFE;
padding: 0.2em 0.6em 0.2em 0.9em;

}
/* Bild oben links (NOS) */
.bild1 {float: left; width: 14em; }
/* menue pfeil */
.bildm {border-style: none; border-color: white; border:0;}
/* Links sprache lengl, Flagge einfügen  (margin verschiebt den gesamten linktext, also padding anweden*/
.bildl {height: 0.9em; width: 1.4em;}
.lengl  {padding:0em 1.8em 0em 0em  !important; margin:0em 0.6em 0em 0em!important; background-image:url(../styles/english.png); background-position:center right; background-repeat:no-repeat;}
.ltxt  {font-size: 1em;  color:#666666; font-weight: normal; }

/* menue innerhalb einer Seite*/
.mentop {  clear:both; font:normal 0.9em Verdana;  margin:0em 0em 0em 0em; 
width:100%;
text-align:center;

}
.mentop a {font-weight:bold; letter-spacing:0.18em; margin:0em 0em 0em 0em; padding:0em 0em 0em 0em; }
.mentop li {text-align:left; }
/* 
.mentop a {color:#999999; }
.mentop a:visited {color:#333333; }
.mentop a:focus {color:#FD8143; }
.mentop a:hover { color:#CC3333;}
.mentop a:active { color:#666666; }
nicht gebraucht
.mentop td {padding:0.0em 0em 0.0em 0.0em; margin:0.0em 0em 0.0em 0.0em; line-height:2.0em; border:0px none #FFFFFF; text-align:center; }
.mentop p {text-align:center; line-height:2.0em; font-weight:200;}
*/


div#content

 
.st01{font:bold			0.9em 	"Georgia", Times; 					color:#FF6666;}
.st02{font:normal		1.0em 	"Arial Narrow", Arial;     	 		color:#6EBF03;}
.st03{font:normal		1.0em 	"Microsoft Sans Serif", Geneva;   	color:#CC0033;}

.st04{font:normal		0.94em 	"Microsoft Sans Serif", Geneva;   	color:#009900; letter-spacing: 0.06em;}
.st05{font:normal		1.0em 	"Times New Roman", Times; 	 		color:#CDC51D;}
.st06{font:italic		1.0em 	"Lucida Console", Arial; 	 		color:#6699FF;}
.st07{font:normal		1.0em 	"Bodoni Black"; 	       	 		color:#44C944;}
.st08{font:normal		1.0em 	"Modern", Arial; 		 			color:#FF6633;}
.st09{font:normal		1.0em 	"Verdana", Arial; 		 			color:#009999;}
.st10{font:normal		0.9em 	"New Berolina"; 		 			color:#FF3333;}
.st11{font:normal		1.0em 	"Courier New", Courier; 	 		color:#0000FF;}
.st12{font:italic		0.85em 	"Comic Sans MS"; 		 			color:#336600;}
.st13{font:normal		0.9em 	"Tahoma"; 			 				color:#999900;}
.st14{font:normal		1.0em 	"Monaco"; 			 				color:#FF9900;}
.st15{font:normal		1.0em 	"Bookman Old Style"; 	 			color:#B30047;}
.st16{font:normal		1.0em 	"Century Gothic Old Style"; 		color:#009900;}
.st17{font:lighter		1.0em 	"Bitstream Charter Times"; 	 		color:#C81E1C;}
.st18{font:normal		1.0em 	"Palatino Linotype"; 	 			color:#DD8823;}
.st19{font:normal		1.0em 	"Verdana", Arial; 		 			color:#004080;}
.st20{font:lighter		0.96em 	"Trebuchet MS", Helvetica;			color:#679D38;}
.st21{font:lighter		0.96em 	"Trebuchet MS", Helvetica;			color:#B35812;}
.st22{font:normal		1.0em 	"Arial Narrow", Arial;     	 		color:#666666;}
.st23{font:normal		1.1em 	"Arial Narrow", Arial;		 		color:#60ADB5;}
.st24{font:normal		1.1em 	"Lucida Sans Unicode", Arial; 		color:#F2B380;}
.st31{color:#FF6666;} /* hellrot */
.st32{color:#6CB709;} /*  hellgrün #8AB74E;*/
/* Abwechselnd je Zeile*/
.st33{color:#6B754D;}
.st34{color:#6B956D;}

.st35{color:#ADC88A;} /* hellgrün  */

.st41{font:normal		1.06em 	"Rockwell"; 	       				color:#CC0033;  letter-spacing: 0.03em;}
.st42 {font:normal		1.1em 	"Microsoft Sans Serif", Geneva;   	color:#009900; letter-spacing: 0.03em;}
/* grün - orange*/
.sto0 {color:#B35812;}
.sto1 {color:#A33812;}
.sto2 {color:#C35518;}
.sto3 {color:#E58942;}
.sto4 {color:#F2B380;}
.sto5 {color:#FCAF81;}


.stg0 {color:#6B754D;}
.stg1 {color:#6B956D;}
.stg2 {color:#8A8F57;}
.stg3 {color:#A6A78A;}
.stg4 {color:#A0A783;}
.stg5 {color:#C7CEAC;}

/* Farbe für wechslende Dialog*/
.fab1  {color:#2f4f4f;}
.fab2  {color:#00008b;}
.fab0  {color:#000080;}


.intend1  {margin-left:2em;}

/* Ausrichtung von Text*/
.txright {text-align:right;}
.txleft {text-align:left;}
.txcent {text-align:center;}
.txjust {text-align:justify;}

.su01{color:#FF6666 !important;}
.su02{color:#6EBF03 !important;}
.su03{color:#CC0033 !important;}
.su04{color:#009900 !important;}
.su05{color:#CDC51D !important;}
.su06{color:#6699FF !important;}
.su07{color:#44C944 !important;}
.su08{color:#FF6633 !important;}
.su09{color:#009999 !important;}
.su10{color:#FF3333 !important;}
.su11{color:#0000FF !important;}
.su12{color:#336600 !important;}
.su13{color:#999900 !important;}
.su14{color:#FF9900 !important;}
.su15{color:#B30047 !important;}
.su16{color:#009900 !important;}
.su17{color:#C81E1C !important;}
.su18{color:#DD8823 !important;}
.su19{color:#004080 !important;}
.su20{color:#679D38 !important;}
.su21{color:#B35812 !important;}
.su22{color:#666666 !important;}
.su23{color:#60ADB5 !important;}
.su24{color:#F2B380 !important;}

/* 
Century Gothic Old Style #671E04 
Webdings
Trebuchet MS
#C81E1C
#60ADB5
#DD8823  
#679D38

margin:-0.6em -8.6em 0em 0em;
*/
li.linkf a {
color:#FF9900; font-size: 0.8em; font-weight:normal;
margin:1.3em 0em 0em 1.3em;
}



div.bild-down img {float:left; margin:0.4em 2em 2em 0.4em;}
div.bild-spruch img {float:right; padding-top:0.2em;}

.bild-spruch {min-height:3em;  }



/* fÃ¼r bilder mit rechts neben logo mt rahmen
div.bild21 {  position:absolute; top:4px; left:270px;  clip:rect(0px, 66px, 111px, 20px); }
background:#009900;
padding:2em 0em 0em 2.6em; 


*/
.bild21 {  float:right; } /* Für kleines bild bei nav2*/
.bild21 p {font-size:0.7em;}

.image1   { width:10em; margin-right:2em;}
.image2   { float:left;}


.card-streaming-btns {margin-bottom:5em;}
.card-streaming-btn   img   { vertical-align:middle;}
.card-streaming-btn       { font-weight:bold;}
.card-streaming-btn      { display:inline;}
.card-streaming-btn-logo {width:7em; display:inline; } 
.card-streaming-btns img   {width:112px; height:37px}

#content .einruck  {padding-left: 2em; }

#main .deflist {margin-left: 4em; margin-right:1em; margin-bottom:1em; font-size: 1em; }

#main .deflist dt {font-weight: bold; color:#009900; margin-top:0.6em;}

#totop p {  margin-top:1.2em; text-align: center; font-size:1.6em; }
#totop a {  color:#363839;}
#totop   { width:6.8em; height:5.2em; margin:0 auto; margin-bottom:1em;
  background-image: url(top.png); 
  background-repeat: no-repeat;
   border: 2px solid  grey;
}


div#content table  {font-weight: normal;}
div#content td {vertical-align:top;
	
	font-family: Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	padding: 0.4em 0.1em 0.4em 0.2em;
}
#sidebar p  {
	
	font-family: Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.2em;

	padding: 0.0em 0.2em 0.0em 0.1em!important;
	margin: 0.0em 0.0em 0.0em 0.0em!important;
}

#sidebar  p:first-of-type{
padding: 2em 0.2em 2em 0.2em!important;
font-size:0.9em;	
background-color:#F4EEE6;
text-align:center!important;

 }


#sidebar p a {font-weight: bold;}

h4.psmall { padding:  0.6em 0.1em 0.9em 0.2em; text-align:center; }
.videoWrapper {

	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	width:auto!important;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*                      					*/
/*       anfang media screen     	        */
/*       						            */

@media (max-width: 38.438em) {
/* klein für phone senkrecht */
#main {  margin:0em 0em 0.8em 0em;}

#main p      {  font-size:102%;}
#main  li  {  font-size:104%;}
	.nav1 li  {
		display: inline-block;
		width: 99%;
		

	}

	.nav1 a {
		padding: 0.5em;		
	}


ul.nav1 a  {  font-size: 1.2em; line-height:1.4em; min-height:2.0em;}

#nav  {  margin-bottom:1em;}
#header h1 {  font-size: 1.4em; display:block; clear:both;}
.mentop  {  font-size: 0.9em; line-height:1.2em; margin-top:1.4em;}
.mentop a {   margin-left:1.4em; min-height:2.0em;}
.mentop li {   min-height:2.0em;}
ul.nav3  li { 
font-size: 0.9em;
display:block;
margin:1em 0em 2em 0.2em;
width: auto;
}
ul.nav5  li { 
font-size: 0.9em;
display:block;
margin:1em 0em 2em 0.2em !important;
width: auto;
}
div#content   p  {margin:0.2em 0.2em 0.6em 0.6em;}


.table2 th {   font-size:66%;}
.table2 td {
  padding-right:0.04em;
  font-size:75%;
 }


.tablew    { 
	
	
   
    margin: 1em 0;
	margin-left: 0em;
   
	font-size:0.8em;

   width:105%;
	}

}

@media (min-width:38.5em) {
	.nav1 li {

		width: 32%;
		min-height:4em;

	}	

}

/* CSS 3 spalten hauptmenü 
	#main, #sidebar,  #sidebar2 { margin-left:2.8em; margin-right:2.8em;}
	border:1px solid #CCCCCC;
*/
@media (min-width:38.5em)  and (max-width: 49.99em) {

	#header h1 {  font-size: 1.6em; }
	#boxlg { margin-right: 1.4em;}
	
	#content { width:100%;
	display:flex;
	flex-direction: column ;	
	flex-wrap: wrap;

	}
	#main {
		flex:1 1 100%;	
		order:1;
	}	
	#sidebar {
		flex:1 1 auto;	
		order:2;
		flex-direction:column ;
	}
	#sidebar2 {
		flex:1 1 auto;
		order:3;
		flex-direction:	column ;	
	}
/* save
#sidebar 	{  min-width:10em; } 
#sidebar2   	{  min-width:40em; } 
#main  		{  min-width:20em; } 
.pbig2 {  width:30em; } 
#sidebar   	h4 {  width:10em; } 
#sidebar2   	li {  width:20em; } 
.nav2 { min-width:20em; max-width:20em; width:20em;}
#sidebar { min-width:12em; max-width:12em; width:12em;}
*/
#sidebar   	h4 { margin-top:15em!important;  } 
#sidebar   	h5 { margin-top:6em; } 



}



@media screen and (min-width:50em) and (max-width: 74.938em) {
/* save
#sidebar	{  min-width:40em; } 
#sidebar2   	{  min-width:20em; } 
#main  		{  min-width:20em; } 
#contentx	{  max-width:72em; } 
*/
	#content {
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;	
	}	
	#main {
		flex:4 0 35em;
		order:1;
			
	}
	
	#sidebar {
		flex:1 1 15em;	
		order:-1;
	
	}
	
	#sidebar2 {
		flex:2 1 30em;
		order:3;
		
	}

	
	#sidebar2   	h5 {  margin-top:6em; } 

	
}

@media screen and (min-width:75em) {

#sidebar { min-width:13em; max-width:13em; width:13em;}
	.nav1 a {
		display: block;
		width: auto;
	}
	
	body {margin:0px;	}
	
	#content {
	display:flex;
		}
	#main {
		flex:6;	
		order:2;
	}
	
	#sidebar {
		flex:2;	
		order:1;
	}
	
	#sidebar2 {
		flex:3;
		order:3;
	}
	
}

@media (min-width: 75em) {
/* 4 Spalten Hauptmenu*/

	.nav1 li {

		width: 24%;
		

	}

}

@media (min-width: 75em) {
#sidebar   	h4 { margin-top:15em!important; } 
#sidebar   	h5 { margin-top:6em; } 
#sidebar2   	h5 {  margin-top:6em; } 
}

@media (max-width: 39em){
#boxlg  {margin-top:1.5em; margin-bottom: -0em;}
 }


/* ende media screen #F4F3C8 */


.bgcol {background-color: #FCFC79;}
.bgcolg {background-color: #F7F6D9;}

.imgseite  {max-width:22em; margin-bottom: 1em; margin-left: 1em;}
.imgseite img {width:90%; height:auto;}

.clear {clear: both;}