/* Default stylesheet */
body {
	background: #FFFFFF;
	color: #000003;
	font-family: "Myriad Pro", Myriad, Arial, "Liberation Sans", Helvetica, sans-serif;
	/*font-family:  Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;*/
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding: 0px;
}
table,caption,th,td {
	font-size: 1.03em;
}

td {
	vertical-align: top;
}


table.data {
	background-color: #EDEEF5;
	border-spacing: 0;
	border-bottom: 5px solid #EDEEF5;
	max-width: 100%;
	margin-bottom: 15px;
}
caption {
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
th {
	background-color: #DADCEA;
	color: #000000;
	font-weight: bold;
	padding: 3px 2px;
	text-align: left;
	font-size: 1.2em;
}
th a:link, th a:visited, th a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
table.data td, caption ~ tbody td, thead ~ tbody td {
	background-color: #EDEEF5;
	padding: 2px 2px 2px 2px;
	text-align: left;
	vertical-align: top;
}



h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}

.page145829 .body img {
	margin: 5px 0px 0px;
}
.body img {
	margin: 3px 10px 5px;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}

div.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */
a:link {color: #214735; text-decoration: none; }
a:visited { color: #0a29f4; }
a:hover { text-decoration: underline;}
a.noeannet:link {
	color: #4E1E6F;
}
a.noeannet:visited{ color: #4E1E6F;}

#navbar a.link{ color: #4E1E6F;}

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: underline;}

.menu a.menuselected:link {text-decoration: underline;}
.menu a.menuselected:visited {text-decoration: underline;}
.menu a.menuselected:hover {text-decoration: underline;}

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
.cp { }
a.cp:link { }
a.cp:visited { }
a.cp:hover { }


/* Linked headlines (normally inside LIST-sections) */ 
a.headlinelink {color: #214735; font-weight: bold;  }
.headlinelink:visited {color: #214735; font-weight: bold; }
.headlinelink:hover {text-decoration: underline;  }

/* Linked headlines on listing pages */

.headline .headlinelink:visited { color: #214735; }
.headline .headlinelink:hover { color: #214735; }

/* Navigation path links */
.path	{	}
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
div.date, span.date { color: #999999; font-size: 0.9em; }
.author { color: #333333; font-size: 0.9em; }
.feedback { }
.copyright { }


/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* Set width/height to size of corner images */
	width: 10px;
	height: 10px;
}
span.corner.tl { 
	background-position: top left;
	left: -1px;
	top: -1px;
}
span.corner.tr { 
	background-position: top right;
	right: -1px;
	top: -1px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: -1px;
	right: -1px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: -1px;
	left: -1px;
} 



/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline, h1.headlineview {
	font-size: 1.6em;
}
h1.headlineview {
	color: #214735;
}

.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {
}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
	line-height: 1.5;
	font-size: 1.1em;
}
.ingressview {
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 10px 0 10px 0; padding: 0px;
}

.popup{
		width: 480px;
		padding: 10px;
}

a.popup{
	cursor: pointer;
}

.viewarea div.listingpic {
/*
	width: 250px;
	float: right;
	margin-left: 10px;
*/
}

/* SECTION: Articlemedia */
div.articlemedia { 
	clear: right;
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 15px;
	
}
.linkcontainer {
	padding: 0.5em 0;
}
.articlelist.twocol .articleblock {
}

.articleblock .imgwrap {
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
	border-bottom: 7px solid #214735;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 7px;
	border-style: solid;
	border-color: #214735;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#top {
	background: url(http://img2.custompublish.com/getfile.php/1789795.1082.ueuuquvdqd/bodybg.jpg) no-repeat top center;
	padding: 0px;
	text-align: center;

}
#mainmenubg {
	background: #a2a4b1;
}
#mainmenu {float:left;}
#mainmenu, #mainmenu * {
	position: relative;
	z-index:99;
}

#mainmenu ul {
	position:absolute;
	top:-999em;
	width:14em; /* left offset of submenus need to match (see below) */
}
#mainmenu ul li {
	width:100%;
}
#mainmenu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#mainmenu li {
	float:left;
	position:relative;
}
#mainmenu a {
	display:block;
	position:relative;
	
}
#mainmenu li:hover ul, #mainmenu li.sfHover ul {
	left:0;
	top:100%; /* match top ul list item height */
	z-index:99;
}
ul#mainmenu li:hover li ul, ul#mainmenu li.sfHover li ul {
	top:-999em;
}
ul#mainmenu li li:hover ul, ul#mainmenu li li.sfHover ul {
	left:100%;
	top:0;
}
ul#mainmenu li li:hover li ul, ul#mainmenu li li.sfHover li ul {
	top: -999em;
}
ul#mainmenu li li li:hover ul, ul#mainmenu li li li.sfHover ul {
	left: 100%;
	top: 0;
}
#mainmenu li {
	float: left;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 1px solid #fff;
}
#mainmenu li a{
	color: #FFF;
	display: block;
	padding: 17px;
	font-size: 10px;
}
#mainmenu li a:hover{
	background: #84748e;
}
#mainmenu li ul{
	background: #a2a4b1;
	padding-left: 0 !important;
}


ul#mainmenu li.sfHover a.menulevel0, ul#mainmenu li a:hover{
	color: #FFF;
}
ul#mainmenu li.sfHover a li a, ul#mainmenu li li a:hover{
	background: #FFF;
	color: #444444;
	text-shadow: 0 1px 1px #FFF;
}

#middle {
	background: url(http://img8.custompublish.com/getfile.php/1718074.1408.ducxxppbyy/pagebg.png) repeat-y;
	padding: 0 21px;
	max-width: 952px;
	margin: 0 auto;
}
.wrap {
	padding: 1.3em 0.6em;
}
#navbar {
	float: left;
	margin-right: 10px;
	width: 20%;
	min-height: 200px;
}

#main {
	float: left;
	min-height: 500px;
	width: 80%;
}

#mainsidebar {
	float: right;
	width: 19%;
}

.mobile-banner {
	display: none;
}


/* #main when no sidebar */
.widemain #main, .articleview #main {
	float: right;
	width: 706px;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #mainsidebar, .articleview #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main {
	float: none;
	width: auto;
}
.widefull #navbar, .widefull #mainsidebar {
	display: none;
}

.cf::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .cf {
    display: block;
}
.cf {
    display: inline-block;
}


#footer {
	background: #a2a4b1;
	color: #fff;
	padding-top: 15px;
	clear: both;
	text-align: center;
}
#footer a {
	color: #fff;
}
/* SECTION: Sidebar */
.sidebar {
}

.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box .head {
}
.box .cell {
	padding: 10px;
	background: #c4bdc6;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px;
	padding: 0px;
}
.box ul ul{
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	font-size: 18px;
	color: #4e1e6f;
}

h3.headline-navbar{
	margin: 10px 0px 0px 0px;
}
.box .cell .ingress{
	margin: 0px;
}
/* SECTION: page elements */
div.skiplink a{
  position: absolute;
	top: -190px;
}
div.skiplink a:focus, div.skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}
#path {
	margin-bottom: 5px;
	color: #214735;
} 
#path a {
	color: #214735;
}
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu, ul.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu, ul.menu ul {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

#topmenu {
	list-style-type: none;
}
#topmenu li {
	display: inline;
}
ul.emptymenu {}
ul.emptymenu li.menulevel0 {
	float: left;
	margin-bottom: 20px;
	margin-right: 2%;
	width: 32%
}
ul.emptymenu a.menulevel0 {
	font-weight: bold;
}

ul.emptymenu li.menulevel0.itemlvlnum1, ul.emptymenu li.menulevel0.itemlvlnum4, ul.emptymenu li.menulevel0.itemlvlnum7, ul.emptymenu li.menulevel0.itemlvlnum10, ul.emptymenu li.menulevel0.itemlvlnum13 {
	clear: both;
}
ul.emptymenu li.menulevel0.itemlvlnum2, ul.emptymenu li.menulevel0.itemlvlnum5, ul.emptymenu li.menulevel0.itemlvlnum8, ul.emptymenu li.menulevel0.itemlvlnum11, ul.emptymenu li.menulevel0.itemlvlnum14 {
	margin-right: 0;
}
ul.emptymenu li.menulevel0.itemlvlnum3, ul.emptymenu li.menulevel0.itemlvlnum6, ul.emptymenu li.menulevel0.itemlvlnum9, ul.emptymenu li.menulevel0.itemlvlnum12, ul.emptymenu li.menulevel0.itemlvlnum15 {
	float: right;
	margin-right: 0;
}
.emptymenu a:link, .emptymenu a:visited, .emptymenu a:hover {
	color: #622F82;
}


#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search-wrap {
	float:right;
	position: relative;
	margin: 0.7em 0.4em 0.4em 0.4em;
}
#search-wrap .searchform {
	background: #DCE0DF;
	border-radius: 15px;
	padding: 5px 5px;
} 
#search-wrap input.searchinput {
	background: #DCE0DF;
	border:none;
	padding:0;
/*	min-width: 160px;*/
}

#search-wrap input.searchsubmit {
	background: url('http://img2.custompublish.com/getfile.php/2436981.1082.adfvvqersu/ic-search.png');
	content:'';
	background-repeat: no-repeat;
	border:none;
	width:14px;
	height:17px;
}
#searchform {
}
input.searchinput {
	vertical-align: middle;
}	
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
	margin-bottom: 10px;
}

.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 0.9em; }
.errmsg { font-weight: bold; color: #AA0000; }

table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

table img{ margin: 0px!important;}

/* Kalenderliste */
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
div.calendarentry {
	font-size: 0.9em;
}
span.caltime {
	margin-right: 15px;
}
div.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}

.cpselementcontainer{ margin: 10px 0px;}

#navigation {
	position: relative;
}
#nav-toggle {
    border-radius: 50%;
    color: #fff;
    height: 50px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: -1px;
    width: 50px;
}

.menubtn {
    display: block;
}
.menubtn {
    position: relative;
}
ul.burger {
    cursor: pointer;
    left: 0;
    list-style: none;
    margin: 0 auto;
    padding: 0.5em 0;
    position: absolute;
    right: 0;
    top: 3px;
    width: 31px;
}
ul.burger li {
    background-color: #fff;
    height: 4px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 30px;
}

@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #searchform, .corner, #taleweb, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks {
		display: none !important;
	}
	#page, #main {
		float: none;
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}
.formobile {
	display: none !important;
}
@media handheld, only screen and (max-width: 800px) {
	
	.widemain #main, .articleview #main, #navbar, #main {
		width: auto !important;
		float: none !important;
		min-height: 0;
	}
	
	#main .bannerlocation > a {
	    margin: 1em 0.5em;
	    float: left !important;
	    width: 42%;
	}

	img, object, embed {
		max-width: 100%;
		height: auto;
	}
	
	body {
		 -webkit-animation: bugfix infinite 1s;
	}
	@-webkit-keyframes bugfix {
	 from { padding: 0; }
	 to { padding: 0; }
	}
	
	ul#mainmenu, .fordesktop {
		display: none !important;
	}
	.formobile {
		display: block !important;
	}
	
	table, textarea {
	    width: 100%;
	}

	.mm-menu {
		width: 80% !important;
	}
	.mm-menu > .mm-panel {
		width: 70% !important;
	}
	
	.mobile-banner {
		display: block;
	}

	.article-sidebar {
		display: none;
	}
}
@media handheld, only screen and (max-width: 650px) {
	
	.articleblock, #mainsidebar, #main {
		float: none !important;
		width: auto !important;
	}
	
	#middle {
		background: none;
		padding: 0;
	}
}

.bannerimg{
			max-width: 100%;
}


//SLIDESHOW

.bx-wrapper{
    border:1px solid #ccc !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

.bx-viewport{
	height: 100% !important;
	margin-bottom:10px;
}

.bx-controls{
	display: none;
}

.bx-pager{
    display: none !important;
}

.frontpageslideshow{
    margin: 0px;
}

.slide{
	background-size: contain;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 245px;
	background-repeat: no-repeat;
}

.fp-slider-overlay{
	margin: 1em;
	padding: 1em;
	text-align: center;
	background: #0003;
	color:white;
}