
/* AKTUELLE CSS-EINSTELLUNGEN - AKTIVE CSS-EINSTELLUNGEN */

@font-face{
	font-family: 			jhsaar;
	src: 					url(fonts/candara.eot);
	}	

@font-face{
	font-family: 			jhsaar;
	src: 					url(fonts/candara.ttf);
	}	

@font-face{
	font-family: 			sschrift;
	src: 					url(fonts/vivaldi.eot);
	}	

@font-face{
	font-family: 			sschrift;
	src: 					url(fonts/vivaldi.ttf);
	}	
	
body{
	margin-left: 			0px;
	margin-top: 			0px;
	margin-right: 			0px;
	margin-bottom: 			0px;
	background-image:		url(pics/wgb_bckgrnd.jpg);
	background-size: 		100% auto;
	background-attachment:	fixed;
	padding-top: 			170px;
	padding-left: 			100px;
	overflow-y: scroll;
											/*
											background-size: auto 1280px;
											background-position:0px 0px;
											background-position:-100px 50%;
												16px	1.000em	100.0%	12pt
											background-color:#FBFBFB;
											width:105%;*/
}

wrapper {
  margin: 					0px auto;
  height: 					70px;
}

header {
  position: 				fixed;
  top: 						0;
  left: 					0; 
  right: 					0;
}

a{
	color: #78393D;
	text-decoration: underline;
	text-decoration: none;
}

a:link{
	color: #78393D;
	text-decoration: none;
}

a:visited{
	color: #78393D;
	text-decoration: none;
}

a:hover{
	color: #333333;
	text-decoration: underline;
	cursor: hand;
}


.ueberschrift{
  font-family: 				sschrift;
  font-size: 				26pt;
  line-height: 				28px;
  letter-spacing: 			-1.0px;
  color: 					#595959; 
										  /*
										  text-transform:uppercase;
										  margin-top: 6px;
										  margin-left: 2px;
										  text-shadow: 0.1em 0.2em 0.1em #F2F2F2, -0.2em 0.1em 0.1em #BCBCBC, 0.2em -0.1em 0.1em #F3F7F8;
										  text-indent: 35px;
										  text-align:left;*/
}

.ueberschrift_gross{
  font-family: 				jhsaar;
  font-size: 				16pt;
  letter-spacing: 			-1.0px;
  color: 					#FFFFFF;
  text-transform: uppercase; 
										  /*
										  text-transform:uppercase;
										  margin-top: 6px;
										  margin-left: 2px;
										  text-shadow: 0.1em 0.2em 0.1em #F2F2F2, -0.2em 0.1em 0.1em #BCBCBC, 0.2em -0.1em 0.1em #F3F7F8;
										  text-indent: 35px;
										  text-align:left;*/
}

hr {
	display:block;
	border-width: 0px;
	border-top:	dotted 1px #3F576B; 
	background-color:transparent;
	margin:0;
	padding:0;
	width:90%;
}

.content_small
{
	font-family: jhsaar;
	font-size: 8pt;
	line-height: 13pt;
	letter-spacing: -0.2px;
	
}

.klein_hellgelb_unten {
	font-family: jhsaar;
	font-size: 9pt;
	line-height: 11pt;
	letter-spacing: -0.4px;
	color: #FFFCDB;
	padding-top: 			20px;
	padding-left: 			20px;
	padding-bottom: 		20px;	
}

.gross_hellgelb_unten {
	font-family: jhsaar;
	font-size: 11pt;
	letter-spacing: -0.4px;
	color: #FFFCDB;
}

.tabelle_padding {
	font-family: jhsaar;
	font-size: 11pt;
	letter-spacing: -0.4px;
	color: #595959;
	line-height: 18px;
	font-style:normal;
	padding: 			20px;
	}





/* ------------------------------------------------------------------------------------------------------------- */
/* INAKTIVE CSS-EINSTELLUNGEN - KOENNEN EVTL. GELOESCHT WERDEN */

/*GROW 190px*/
.pic {
  border: 2px solid #FFFFFF; 
  float: left;
  width: 190px;
  /*
  height: 165px;
  margin: 15px;*/
  overflow: hidden;
   
  -webkit-box-shadow: 5px 5px 5px #DDDDDD;
          box-shadow: 5px 5px 5px #DDDDDD; 
}
.grow img {
  /*height: 165px;*/
  width: 190px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  /*height: 180px;*/
  width: 200px;
}

/*GROW 280px*/
.pic_280px {
  border: 2px solid #FFFFFF; 
  float: left;
  width: 280px;
  /*
  height: 165px;
  margin: 15px;*/
  overflow: hidden;

}
.grow_280px img {
  /*height: 165px;*/
  width: 280px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow_280px img:hover {
  /*height: 180px;*/
  width: 300px;
}


/*GROW 600px*/
.pic_600px {
  border: 2px solid #FFFFFF; 
  float: left;
  width: 600px;
  /*
  height: 165px;
  margin: 15px;*/
  overflow: hidden;

}
.grow_600px img {
  /*height: 165px;*/
  width: 600px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow_600px img:hover {
  /*height: 180px;*/
  width: 620px;
}

dl.imgLeft{
	float: left; 
	margin:10px 10px 10px 0;
	}

dl.imgLeft dd{
	margin:0; font-size:90%;
	}

a.normal{
	color: #447AAA;
	text-decoration: underline;
	text-decoration: none;
}

a.normal:link{
	color: #447AAA;
	text-decoration: none;
}

a.normal:visited{
	color: #447AAA;
	text-decoration: none;
}

a.normal:hover{
	color: #447AAA;
	text-decoration: underline;
	cursor: hand;
}

a.dunkel{
	color: #333333;
	text-decoration: none;
}

a.dunkel:link{
	color: #333333;
	text-decoration: none;
}

a.dunkel:visited{
	color: #1B1B1C;
	text-decoration: none;
}

a.dunkel:hover{
	color: #1B1B1C;
	text-decoration: underline;
	/*background: #2F6A9E;*/
	cursor: hand;
}

a.grau{
	color: #BCBCBC;
	text-decoration: none;
}

a.grau:link{
	color: #BCBCBC;
	text-decoration: none;
}

a.grau:visited{
	color: #BCBCBC;
	text-decoration: none;
}

a.grau:hover{
	color: #447AAA;
	text-decoration: underline;
	/*background: #2F6A9E;*/
	cursor: hand;
}

a.blau{
	color: #333333;
	text-decoration: none;
}

a.blau:link{
	color: #333333;
	text-decoration: none;
}

a.blau:visited{
	color: #333333;
	text-decoration: none;
}

a.blau:hover{
	color: #447AAA;
	text-decoration: underline;
	/*background: #2F6A9E;*/
	cursor: hand;
}

.klein_weiss {
	font-family: jhsaar;
	font-size: 8pt;
	line-height: 11pt;
	letter-spacing: -0.4px;
	color: #F2F2F2;
}

.klein_grau8 {
	font-family: jhsaar;
	font-size: 8pt;
	line-height: 11pt;
	letter-spacing: -0.4px;
	color: #BCBCBC;
}

.klein_grau {
	font-family: jhsaar;
	font-size: 9pt;
	line-height: 11pt;
	letter-spacing: -0.4px;
	color: #999999;
}

.klein_weiss {
	font-family: jhsaar;
	font-size: 9pt;
	line-height: 11pt;
	letter-spacing: -0.4px;
	color: #CCCCCC;
}

.klein_blau {
	display:inline;
	font-family: jhsaar;
	font-size: 9pt;
	line-height: 11pt;
	letter-spacing: -0.4px;
	color: #447AAA;
}

.klein_rot {
	font-family: jhsaar;
	font-size: 10pt;
	line-height: 11pt;
	letter-spacing: -0.4px;
	color: #FF0000;
}



	
.sschrift2{ /*UEBERSCHRIFT IM TEXTFELD - MIT UNTERSTRICH*/
	display:inline;
	font-family: sschrift;
	font-size: 24pt;
	letter-spacing: -1.2px;
	line-height: 22pt;
	color: #2A5C8A;
	text-shadow: 0.1em 0.2em 0.1em #BCBCBC; 
	/*
	text-align:left;
	text-indent: 10px;
	text-shadow: 0.1em 0.2em 0.1em #F2F2F2, -0.3em 0.1em 0.1em #BCBCBC, 0.2em -0.1em 0.1em #F3F7F8;
	*/
}

.ueberschrift2{ /*UEBERSCHRIFT IM TEXTFELD - MIT UNTERSTRICH*/
	font-family: jhsaar;
	font-size: 16pt;
	font-style:italic;
	letter-spacing: -1.2px;
	line-height: 26px;
	color: #2A5C8A; 
	/*
	text-align:left;
	text-indent: 10px;
	text-shadow: 0.1em 0.2em 0.1em #F2F2F2, -0.3em 0.1em 0.1em #BCBCBC, 0.2em -0.1em 0.1em #F3F7F8;
	*/
}

.ueberschrift3{
	font-family: jhsaar;
	font-size: 16pt;
	line-height: 17px;
	letter-spacing: -1.2px;
	text-indent: 10px;
	text-align:left;
	color: #2A5C8A; 
	border-bottom: 1px dashed #BCBCBC;
	text-shadow: 0.1em 0.2em 0.1em #F2F2F2, -0.3em 0.1em 0.1em #BCBCBC, 0.2em -0.1em 0.1em #F3F7F8;
}

.ueberschrift4{  /*NORMALE UEBERSCHRIFT IM TEXTFELD - OHNE UNTERSTRICH*/
	font-family: jhsaar;
	font-size: 19pt;
	line-height: 21pt;
	letter-spacing: -1.2px;
	/*text-align:left;*/
	color: #2A5C8A; 
}

.ueberschrift5{  /*NORMALE UEBERSCHRIFT IM TEXTFELD - OHNE UNTERSTRICH*/
	font-family: jhsaar;
	font-size: 16pt;
	text-decoration:none;
	line-height: 17pt;
	letter-spacing: -1.2px;
	color: #2A5C8A; 
	/*
	text-align:left;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	font-style: italic;	
	text-shadow: 1px 1px 3px #EFF3FA, -1px -1px 3px #EFF3FA, 1px 1px #666, -1px -1px #EFF3FA;
	*/
	}

.navigation{
	font-family: jhsaar;
	text-align:left;
	font-size: 14pt;
	letter-spacing: -0.9px;	
	color: #2A5C8A; 
	/*line-height: 7px;text-shadow: 0.1em 0.2em 0.1em #F2F2F2, -0.3em 0.1em 0.1em #BCBCBC, 0.2em -0.1em 0.1em #F3F7F8;*/
}

.schrift10_normal {
	font-family: jhsaar;
	font-size: 11pt;
	letter-spacing: -0.4px;
	color: #595959;
	line-height: 18px;
	font-style:normal;
}

.schrift10_dunkel {
	font-family: jhsaar;
	font-size: 11pt;
	letter-spacing: -0.4px;
	color: #333333;
	line-height: 18px;
	font-style:normal;
}

.schrift10_grau {
	font-family: jhsaar;
	font-size: 11pt;
	letter-spacing: -0.4px;
	color: #999999;
	line-height: 18px;
	font-style:normal;
}

.schrift10_gruen {
	font-family: jhsaar;
	font-size: 11pt;
	letter-spacing: -0.4px;
	color: #6CC22F;
	line-height: 18px;
	font-style:normal;
}

.schrift10_tabelle {
	font-family: jhsaar;
	font-size: 14pt;
	font-style:normal;
	font-weight:bold;
	letter-spacing: -0.4px;
	color: #447AAA;
	line-height: 18px;
	text-transform: uppercase;
	/*border-style:solid;
	border-width:1px;*/
}

.copyr {
	font-family: jhsaar;
	font-size: 7pt;
	font-weight: bold;
	color: #000000;
}

.transparenz {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: .6;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE8 */
  filter: alpha(opacity=60); } /*IE7 und kleiner*/ 

.transparenz:hover {
  opacity: 1.0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
  filter: alpha(opacity=100); } 
  
.info {
   font-size: 14px;
   /*color: chocolate;
   border-bottom: 1px dashed chocolate;*/
   text-decoration: none;
   cursor: help; }

/* Tooltip Fenster */
.info span { 
   position: absolute;
   width: 200px;
   color: #FFFFFF;
   padding: 10px 10px 10px 20px;
   margin-top: -30px;
   background-color: #BCBCBC;
   border-radius: 15px 15px 15px 0px;
   box-shadow: 1px 1px 10px #aaaaaa;
   visibility: hidden; }

/* span text bei Mauskontakt sichtbar */
.info:hover span { visibility: visible; }

.inforahmen
	{
	position:absolute;
	width:100px;
	height:200px;
	}

.inforahmen1
	{
	font-family: jhsaar;
	font-size: 10pt;
	letter-spacing: -0.4px;
	background-color:#F1F5FB;	
	border:1px solid #A6A6A6;
	left:10px;
	top:50px;
	line-height: 50px;
	text-indent: 12px;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	}


/*HORIZONTALES MENUE - AUSKLAPPBAR*/

#menu {
width: 100%;
float: left;
}

#menu ul {
	float:none;
	width: 170px;
	list-style-type: none;
	}

/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#menu a {
	text-decoration: none;
	color: #333333;
	display: block;
	line-height: 21pt;
	text-align: left;
	background: #FFFFFF;
	text-indent: 5px;
	border-left: solid 4px #FFFFFF;
	/*border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;*/
	}

/*--definiert die "Drop-Down-Links" im Hoverzustand--*/
#menu a:hover {
	color: #447AAA;
	text-indent: 5px;
	background: #F7F7F7;
	border-left: solid 4px #447AAA;
	/*border-top: solid 1px #447AAA;
	border-bottom: solid 1px #447AAA;*/
	}

/*verhindert im Zusammenhang mit position absolute bei ul ul
*eine Höhenvergrößerung von #menu beim Hovern--
*/

#menu li {
	position: relative;
	}

/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
#menu ul ul {
	position: absolute;
	z-index: 2;
	display: none;
	}

/*--lässt die Dropdown-Links beim Hovern erscheinen--*/
#menu ul li:hover ul {
display: block;
}

/*--nur für IE-Versionen kleiner gleich 6 erkennbar--*/
* html #menu ul li{
float: left;
width: 100%;
}

/*--nur für IE 7 erkennbar--*/
*+ html #menu ul li {
float: left;
width: 100%;
}

*html #menu ul li a {
height: 1%;
}

/*--definiert einen Einzellink im Normalzustand, wenn kein Drop-Down erforderlich--*/

#menu a.direkt:link {
line-height: 21pt;
text-align: center;
border: 1px solid #003366;
background: #FFFFFF;
}

/*--definiert einen Einzellink im Hoverzustand, wenn kein Drop-Down erforderlich--*/

#menu a.direkt:hover {
background: #FFFFFF;
border: 1px solid #CCCCCC;
color: #333333;
text-decoration: underline;
}

ul#galerie {
    padding:0;
    margin:0;
    list-style-type:none;
    font-family:Arial, Helvetica, sans-serif;
}

ul#galerie li{
    padding: 3px;
    background-color:#ebebeb;
    border:1px solid #CCC;
    float:left;
    margin:0 10px 10px 0;    
}

ul#galerie li:hover{
    border:1px solid #333;
}

ul#galerie li span{
    display:block;
    text-align:center;
    font-size:10px;
}

ul#galerie li a img{
        border:none;
}

.container {
	width: 100%; 
	margin: 5px auto;	
	font-family: jhsaar;
	font-size: 11pt;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #CCCCCC;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}

ul.tabs li a {
	text-decoration:none;
	font-family: jhsaar;
	font-size: 11pt;color: #000;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}

ul.tabs li a:hover {
	background: #E2ECDD;
}	

html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}

.tab_container {
	border: 1px solid #CCCCCC;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.tab_content {
	padding: 20px;
}

.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}

.tab_content h3 a{
	color: #254588;
}

.tab_content img {
	padding: 5px;
}

pre
{
        white-space: pre-wrap;
}


/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/


.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid #CCCCCC;
  border-bottom: 0;
  cursor: pointer;
  border-radius: 5px 5px 0px 0px;
  background: #EDF3EB;
 }

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #FFFCDB;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #78393D;
  background: #EDF3EB;
  }

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #78393D;
}

.tabset > input:checked + label {
  border-color: #3F576B;
  border: 1px solid #CCCCCC;
  border-bottom: 1px solid #FFFFFF;

  margin-bottom: -1px;
   background: #FFFCDB;
}

.tab-panel {
  padding: 20px;
  border: 1px solid #CCCCCC;
}
