html
	{ 
    height					: 100%;
	background				: url("../images/bg.JPG") no-repeat center center fixed; 
	-webkit-background-size	: cover;
	-o-background-size		: cover;
	background-size			: cover;
	}

div#maincontainer
	{
	max-width			: 1100px;
	margin-top			: 0px;
	margin-bottom		: 0px;	
	background-color	: #FFFFFF; 
	padding				: 0px;
	}

img {
    max-width			: 100%;
    height				: auto;
	}	

div.wn-container
	{
	padding-top			: 40px;
	padding-bottom		: 25px;
	padding-left		: 25px;
	padding-right		: 25px;	
	}
	
div.wn-div
	{
	padding-top			: 0px;
	padding-bottom		: 25px;
	padding-left		: 0px;
	padding-right		: 0px;
	}	

div.wn-text
	{
	padding-left		: 0px;
	padding-right		: 25px;
	}

div.wn-bild
	{
	padding-left		: 25px;
	padding-right		: 0px;
	}

div.wn-bild img
	{
	width				: 100%;
	}
	
div.wn-sidekick
	{
	padding-left		: 0px;
	margin-right		: 0px;
	}

div.portrait
	{
	margin-top			: 10px;
	}

div.portraittext
	{
	padding-top			: 5px;
	padding-bottom		: 10px;	
	}
	
div.portraittext h4
	{
	margin-top			: 10px;
	}
	
div.portrait img
	{
	width				: 100%;
	}

/*
---------------------------------
Logobar
---------------------------------
*/

div#topbar
	{
	height: 80px;
	padding-top: 15px;
	padding-bottom: 20px;
	}

div#wnlogo
{
	margin-left: 30px;
	height: 50px;
	background-size: auto 50px;
	background-image: url("/images/WNLogo.gif");
	background-repeat: no-repeat;
}

div#wnlogo a
	{
	text-decoration: none;
	color: #015eab;
	}

h3.logobig
{
	margin-top: 0px;
	margin-left: 70px;
	font-size: 44px;
	line-height: 1;
	font-weight: 500;
	font-family: Verdana, Tahoma, sans-serif;
	color: #015eab;
}

h3.logosmall {
	margin-top: 0px;
	margin-left: 60px;
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	font-family: Verdana, Tahoma, sans-serif;
	color: #015eab;
}

table.t3 th,
table.t5 th,
table.t1 th,
table.t2 th {
	background-color: #91c2f0;
}

/* Table t5 */
table.t5 td,table.t5 th
{
	height: 14px;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}

/* Table t3 */
table.t3 td, table.t3 th {
	height: 18px;
	font-size: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
}

/* Table t2 */
table.t2 td, table.t2 th {
	height: 20px;
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
}

/* Table t1 */
table.t1 td, table.t1 th {
	height: 22px;
	font-size: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
}

/*
---------------------------------
Fonts
---------------------------------
*/

a	{
	color				: #385E7E;
	}

p, li, html, body
	{
	font-size			: 17px;
	}

h1
	{
	margin-top			: 0px;
	margin-bottom		: 15px;
	line-height			: 1;
	font-family			: "Trebuchet MS", Tahoma, sans-serif;
	}

.tagline
	{
	padding				: 8px 8px 8px 8px;
	/*color				: 000000#;*/
	}

h2
	{
	font-family			: "Trebuchet MS", Tahoma, sans-serif;
	font-weight			: bold;
	font-size			: 24px;
	margin-top			: 20px;
	margin-bottom		: 10px;
	clear				: left;
	}

h2:before
{
	background-color: rgb(9, 83, 122);
	content: "";
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
	height: 15px;
	vertical-align: middle;
	width: 20px;
}

h3
	{
	font-family			: "Trebuchet MS", Tahoma, sans-serif;
	font-size			: 23px;
	font-weight			: normal;
	}

h3.ad
	{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	padding: 0px 5px 0px 5px;
	}	

h4 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
}

h4.tagline
{
	border-bottom: none;
	padding: 0px 5px 0px 5px;
	font-size: 22px;
}

/*
---------------------------------
Navigation
---------------------------------
*/

#topnavi
	{
	background-color	: #3e475c;
	}

#topnavi a
	{
	min-height		: 40px;
	text-align		: center;
	color 			: #EFEFEF;		
	font-size		: 18px;
	letter-spacing	: 1.8pt;
	}

#topnavi a:first-child 
	{
	padding-left	: 25px;	
	}

#topnavi a:hover
	{
	background-color: #BBBBBB;
	color 			: #555555;
	}
	
#topnavi a.selected
	{
	background-color	: #BBBBBB !important;
	color				: #222222 !important;
	}

#subnavi
	{
	background-color	: #889aac;
	}

#subnavi a
	{
	min-height		: 20px;
	/*min-width		: 140px;*/
	text-align		: center;
	color 			: #EFEFEF;
	font-size		: 15px;
	letter-spacing	: 1.8pt;
	padding			: 5px 10px 5px 10px;	
	}
	
#subnavi a:first-child 
	{
	padding-left	: 25px;	
	}	

#subnavi a:hover
	{
	background-color	: #98acc0 !important;
	color				: #333333 !important;
	}

#subnavi a.selected
	{
	background-color	: #98acc0 !important;
	color				: #333333 !important;
	}		


/*
---------------------------------
Cards
---------------------------------
*/

div.wn-card
{
	margin-bottom: 16px;
	padding: 8px;
	min-height: 650px;
	border: 1px solid #EFEFEF;
}

div.wn-card-qr {
	margin-bottom: 16px;
	padding: 8px;
	border: 1px solid #EFEFEF;
}

div.wn-cardrow
{
	padding:0 17px;
}

div.wn-card-small
{
	margin-bottom: 16px;
	padding: 8px;
	min-height: 560px;
	border: 1px solid #EFEFEF;
}

div.wn-card h3, div.wn-card-small h3
{
	background-color: #EFEFEF;
	margin: 0px;
	padding: 10px;
	text-align: center;
}

div.wn-card px
{
	font-size:  16px;
}

div.wn-card-image
{
	min-height: 220px;
	text-align: center;
}

div.wn-card-image-small
{
	min-height: 150px;
	text-align: center;
}


/*
---------------------------------
Adressliste
---------------------------------
*/
div.wn-vcard {
	margin-bottom: 16px;
	padding: 15px;
	min-height: 250px;
	border: 1px solid #CCC;
}

div.vcardtitle h3 {
	line-height: 50px;
	height: 50px;
	margin: 0;
	font-size: 21px;
}

div.vcardtitle h3.small {
	font-size: 17px;
}

div.vcardtitle h3 i {
	margin-right: 10px;
	line-height: 50px;
	font-size: 40px;
} 

div.vcarddetails
{
	margin-bottom: 10px;
}
div.vcarddetails p
{
	font-size: 14px;
	margin-left: 0px;
	margin-bottom: -10px;
	display: table;
}

div.vcarddetails i {
	margin-right: 10px;
}

div.vcarddetails span {
	display: table-cell;
}

div.vcardtags, div.vcardbutton a
	{
	font-size: 13px;
	}

div.vcardbutton
{
	margin-top: 20px;
}

/*
---------------------------------
Itemlist
---------------------------------
*/
ul.w3-ul li {
	padding: 6px 2px 6px 16px;
	border-bottom: 1px solid #ddd;
}

ul.itemlist
	{
	margin-bottom	 	: 20px;
	list-style			: none;
	padding				: 0;
	margin				: 0;
	}


ul.itemlist h3
	{
	font-weight			: bold;
	font-size			: 20px;
	margin-top			: 10px;
	margin-bottom		: 10px;
	}
	
ul.itemlist li
	{
	min-height			: 220px;
	padding-top		 	: 20px;
	padding-bottom	 	: 20px;	
	clear				: both;
	}
	
ul.vorstand li
	{
	min-height			: 0px;
	padding-top		 	: 0px;
	padding-bottom	 	: 0px;	
	margin-bottom	 	: 0px;
	padding				: 0;
	margin				: 0;
	}	

ul.itemlist img
	{
	float 				: left;
	padding-top		 	: 0px;
	padding-left		: 0px;
	margin-right 		: 25px;	
	margin-bottom 		: 30px;
	}

/* generelle Auflistungen */
ul
	{
	padding-left		: 20px;
	}

div.wn-itemlist
{
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 25px;
}

/*
---------------------------------
Form 
---------------------------------
*/

.w3-input
{
	display: inline;
    /*margin-bottom: 20px;*/
}

input[type=checkbox]
{
	top: 4px;
	margin-right: 10px;
	vertical-align: middle;
	bottom: 1px;
}

/*
---------------------------------
Footer
---------------------------------
*/

#footer
	{
	margin-top			: 35px;
	padding				: 30px;
	width				: 100%;
	color				: #FFFFFF;
	background-color	: #555555;
	}

#footer a
	{
	color				: #EEEEEE;
	}
	
/*
---------------------------------
Social Media
---------------------------------
*/

/* Style all font awesome icons */
.fab {
    padding: 10px;
    font-size: 30px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    border-width:1px;  
    border-style:none;
	border-color: #FFFFFF;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
	background: none;
    color: white;
}	

.fa-instagram {
  background: none;
  color: white;
}
	
/*
---------------------------------
Sidebox
---------------------------------
*/
#sidebox img
	{
	width				: 100%;
	}

div.glossarbox 
{
	padding: 0;
	
}

.glossarbox h3
{
	background-color: #666666;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 17px;
	line-height: 25.5px;
	margin: 0;
	font-weight: bold;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 8px;
	padding-top: 8px;
}

div.glossartext
{
	border: 1px;
	border-color: #DDD;
	border-style: solid;
	padding-left: 16px;
	padding-right: 16px;
}

.glossarbox h4
{
	margin-top: 10px
}

/*
---------------------------------
Agenda Formatierungen
---------------------------------
*/

#agendadetail td.firstrow
	{
	font-weight:bold;
	width: 150px;		
	}

span.displaynone
	{
	display:none;
	}

/*
a.Terminitem, 
*/
span.Leader
	{
	font-size		: 14px;
	font-weight: bold;
	text-decoration	: none;	
	}

.agenda a.Anlass, .agenda span.Leader
{
	font-size : 16px;	
}

.agenda #Datum
	{width: 140px;}
	
.agenda #Anlass
	{width: 300px;}

.agenda #Wochentag
	{width: 25px;}

.agenda #Zeit
	{width: 120px; }

.agenda #Distanz
	{width: 65px; }

.agenda #Verantwortlicher
	{width: 100%; }

.agenda #ical
	{width: 40px; }
	
.xxxagenda td
	{
	height:15px;
	font-size:11px;
	padding-top: 3px;
	padding-bottom: 3px;	
/*	border-bottom: 1px #BBBBBB solid;*/
	}	

/* Monatstitel  */
.XXagenda td.Monat
	{
	font-size		: 16px;
	line-height		: 16px;	
	vertical-align	: top; 
	color			: #333333;
	padding-top		: 20px;
	padding-bottom	: 5px;	
	font-weight		: bold;
	border-bottom	: 0px #BBBBBB solid;	
	}

.monatsansicht
	{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	}

div.monat {
	padding-left: 5px;
	padding-right: 5px;
}

.monatsansicht td, .monatsansicht td:first-child
	{
	padding: 3px;
	padding-left: 8px;
	}
	
.monatsansicht td.Zahl{
	width: 30px;
	text-align: right;
}

.monatsansicht #Wochentag {
	width: 10px;
}

/*
---------------------------------
Tabellen
---------------------------------
*/
#listtable tr:first-child td
{
	font-weight:bold;
	background-color:#FFFFFF;
}

/*
---------------------------------
Image Galleries
---------------------------------
*/

div.highslide-gallery-floating
	{
	width				: 250px;
	float				: right;
	background-color	: #F0F0F0 ;
	padding				: 5px;
	}

div.highslide-gallery
	{
	margin-top			: 20px;
	background-color	: #F0F0F0 ;
	padding				: 5px;
	}

div.imgcontainer
	{
	background-position	: center;
	width				: 75px;
	height				: 75px;
	overflow			: hidden;
	margin				: 6px;
	padding				: 5px;
	border				: 1px solid #CCCCCC;
	float				: left;
	cursor				: pointer;
	}

div.imgcontainer:hover
	{
	border				: 1px solid #000;
	filter				: alpha(opacity=80);
	-moz-opacity		: 0.8;
	opacity				: 0.8;
	}



