/**
* Custom Publish CSS 2014. Author HH/EE - Reviewed for 2015
* 
* CONTENTS
*
* Resets........................... Basic and global layout settings
* Typography....................... Settings for fonts and typography
* Structure........................ Grid system
* General Rules.................... OOCSS classes so you don't repeat yourself
* General Wraps.................... Wrapper classes - page wrapper
* General Elements................. For elements on all pages
* Header........................... This is for your header classes
* Menus & Search................... Styling for menu and search field
* Forms............................ Styling for forms. Do not alter defautlt sizing
* Listing.......................... For listing elements
* View............................. For view elements
* Sidebar.......................... Sidebar related classes and general box-styling
* Footer........................... This is for you footer classes
* Misc............................. Misc CustomPublish elements styles
* For administrators............... For elements visible when logged into admin
* Media Queries.................... Stying for mobiles and tablets
*
* To quickly jump to section: cmd/ctrl+f and search for #<section title>
*
*/

/*------------------------------------*\
	#RESETS
\*------------------------------------*/

html, body, div, span, object, iframe, img {
	margin: 0;
	padding: 0;
}

html {
	font-size: 0.813em;
	font-family: sans-serif;
		-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #316332;
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-weight: 400;
	line-height: 1.45;
	color: #333;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: subpixel-antialiased;
	overflow-x: hidden;
	overflow-y: scroll;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*  cf = clearfix, add this class to elements you need to clear  */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.cf {
	display: inline-block;
}

html[xmlns] .cf {
	display: block;
}

* html .cf {
	height: 1%;
}

.clearfix, .cpsoptionsclear, .cpsclear { clear: both; font-size: 1px; height: 0; }

img:not([class="cboxPhoto"]) {
	max-width: 100%;
	width: auto;
	height: auto !important;
	border: none;
}

#map_canvas img {
	max-width: inherit;
	height: auto;
}

a img,
map {
	border: none;
}

.body img[align="left"] {
	margin-right: 0.5em;
}

.body img[align="right"] {
	margin-left: 0.5em;
}

.forum {
	clear: both;
}

img[style*="float: left"] {
	padding: 0 .5em .5em 0;
}

img[style*="float: right"] {
	padding: 0 0 .5em .5em;
}

table.layout {
	margin: 0;
	padding: 0;
}

td.layout {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

iframe {
	width: 100%;
	max-width: 100%;
}





/*------------------------------------*\
	#TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 1.414em 0 0.5em;
	font-weight: inherit;
	line-height: 1.2;
}

h1 {
	font-size: 2.4em;
}

.headline,
.headlineview { margin-top: 0; }

h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.1em; }

p {
	margin: 0 0 1em;
}

code,
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

b,
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
  font-size: 0.75em;
}

blockquote {
	position: relative;
	padding: 2em;
	font-family: Georgia, serif;
	font-style: italic;
	color: #979797;
}

blockquote:before {
	position: absolute;
	display: inline-block;
	margin-left: -10px;
	z-index: -1;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 3em;
	line-height: 0.1;
	color: #e2e2e2;
}

blockquote:after {
	position: absolute;
	left: 0;
	display: inline-block;
	z-index: -1;
	content: "\201D";
	font-family: Georgia, serif;
	font-size: 3em;
	line-height: 0.3;
	color: #e2e2e2;
}

a			{ color: #666; background: transparent; }
a:link		{ text-decoration: none; }
a:visited	{}
a:hover		{ text-decoration: underline; }

.linker a {
	background:linear-gradient(to bottom, #cdd67a 0px, #c6d067 50%, #bbc84c 50%, #c3ce5f 100%);
	display: inline-block;
	color: #1d1c16;
	margin: 0 auto;
	padding: 1px 5px;
	border-radius: 6px;
	float: left;
	height: 23px;
	width: 80px;
	font-family: Verdana;
}

.linker a:hover {
	background: #DBE19E;
}

/**
* Linked headlines (normally inside LIST-sections)
*/

.headlinelink			{ background: transparent; }
.headlinelink:visited	{}
.headlinelink:hover		{ text-decoration: underline; }

/**
* Linked headlines on listing pages
*/

.headline .headlinelink			{ text-decoration: none; }
.headline .headlinelink:visited	{}
.headline .headlinelink:hover	{ text-decoration: underline; }




/*------------------------------------*\
	#STRUCTURE
\*------------------------------------*/

.row {
	width:100%;
	display: block;
}

/**
* Padding = gutter size
*/

.column, .columns {
	float: left;
	padding: 0 0.5em 0 0;
}

.large-1	{ width: 8.333333333%; }
.large-2	{ width: 16.867%; }
.large-3	{ width: 24.999999999%; }
.large-4	{ width: 33.333333332%; }
.large-5	{ width: 41.666666665%; }
.large-6	{ width: 50%; }
.large-7	{ width: 58.333333331%; }
.large-8	{ width: 66.666666664%; }
.large-9	{ width: 74.999999997%; }
.large-10	{ width: 82.433%; }
.large-11	{ width: 91.666666663%; }
.large-12	{ width: 100%; }

.column, .columns { margin-bottom: 0.5em; }

.row .column:last-child, .row .columns:last-child, .column.last, .columns.last		{ padding-right: 0 !important; }
.row .column:first-child, .row .columns:first-child, .column.first, .columns.first	{ padding-left: 0 !important; }





/*------------------------------------*\
	#GENERAL RULES
\*------------------------------------*/

.fl			{ float: left; }
.fr			{ float: right; }
.db			{ display: block; }
.dib		{ display: inline-block; }
.di			{ display: inline; }
.pr			{ position: relative; }
.pa			{ position: absolute; }
.formobile	{ display: none; }
.fortablet	{ display: none; }
.fordesktop	{ /*display: block;*/ }
.tal		{ text-align: left; }
.tac		{ text-align: center; }
.tar		{ text-align: right; }
.donotshow	{ display: none; visibility: hidden; }
.show		{ display: block; visibility: visible; }

/**
* opacity white styling
*/

.op1	{ background: url("/images/opacity/white/opacity10.png") repeat; }
.op2	{ background: url("/images/opacity/white/opacity20.png") repeat; }
.op3	{ background: url("/images/opacity/white/opacity30.png") repeat; }
.op5	{ background: url("/images/opacity/white/opacity50.png") repeat; }
.op6	{ background: url("/images/opacity/white/opacity60.png") repeat; }
.op7	{ background: url("/images/opacity/white/opacity70.png") repeat; }
.op8	{ background: url("/images/opacity/white/opacity80.png") repeat; }
.op9	{ background: url("/images/opacity/white/opacity90.png") repeat; }
.op10	{ background: #fff; }

/**
* opacity black styling
*/

.blackop1	{ background: url("/images/opacity/black/opacity10.png") repeat; }
.blackop2	{ background: url("/images/opacity/black/opacity20.png") repeat; }
.blackop3	{ background: url("/images/opacity/black/opacity30.png") repeat; }
.blackop5	{ background: url("/images/opacity/black/opacity50.png") repeat; }
.blackop6	{ background: url("/images/opacity/black/opacity60.png") repeat; }
.blackop7	{ background: url("/images/opacity/black/opacity70.png") repeat; }
.blackop8	{ background: url("/images/opacity/black/opacity80.png") repeat; }
.blackop9	{ background: url("/images/opacity/black/opacity90.png") repeat; }
.blackop10	{ background: #000; }





/*------------------------------------*\
	#GENERAL WRAPS
\*------------------------------------*/

/**
* max-width = page width - margin 0 auto = centered page
*/

.wrap {
	max-width: 1232px;
	width: 100%;
	margin: 0 auto;
}





/*------------------------------------*\
	#GENERAL ELEMENTS
\*------------------------------------*/

.skiplink a {
	position: absolute;
	top: -190px;
}

.skiplink a:focus, .skiplink a:hover {
	position: static;
	left: 0; 
	width: auto; 
}

#main { 
	background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    min-height: 500px;
    padding: 20px;
}

.pagedescription {}

.pagetitle {}

#path { 
	margin: 1em 0; 
	color: #fff;
	
}

.path { 
	color:#fff;
	
}



/*------------------------------------*\
	#HEADER
\*------------------------------------*/

#header {
	margin-bottom: 1em;
}

#topnav {
	background: #8A2215;
	margin-bottom: 8px;
	border-radius: 0 0 5px 5px;
}
.logo {
	top: 9px;
	left: 9px;
	width: 20%;	
}

.logo, .search {
	z-index: 9999;
}





/*------------------------------------*\
	#MENUS AND SEARCH
\*------------------------------------*/
#navigation {
	min-height: min-height: 34px;;
}

.menu, .menu ul
.submenu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu li, .submenu li {
	margin: 0;
	padding: 0;
}

ul.mainmenu {
	display: block;
	margin: 0;
	padding: 0.3em 0 0em;
}

ul.mainmenu > li {
	display: inline-block;
	position: relative;
	padding-right: 2px;
}

ul#mainmenu li:last-child {
	border-right: none;
	padding-right: 15px;
}

ul.mainmenu li a {
	color: #fff;
    display: block;
    font-size: 1.2em;
    padding: 4px 17px 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
	border-radius: 5px 5px 0 0;
}
ul.mainmenu li a.menulevel1:hover, ul.mainmenu li a.menuitemselected.menulevel1 {
	background: #316332;
}
ul.mainmenu li#li85225 li ul {
	display: none;
}

ul.mainmenu li ul.submenu{
	list-style-type: none;
	background: rgba(211, 219, 138, 0.8);
	border-radius: 6px;
	display: none;
	position: absolute;
	z-index: 99999;
	padding: 0;
	box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.1);
	right: 0;
	width: auto;
}

ul.mainmenu li ul.menulevel1 li ul.menulevel2 {
	width: 200%;
}
ul.mainmenu li ul.submenu li {
	position: relative;
}
ul.mainmenu li ul.submenu li a {
	color: #000;
}
ul.mainmenu li ul.submenu li a:hover, ul.mainmenu li ul.submenu li a.menuitemselected {
	text-decoration: underline;
	background: #316332;
    color: #fff;
    border-radius:0;
}
ul.mainmenu li:hover > ul.submenu {
	display: block;
	
}

ul.mainmenu li ul.submenu.menulevel2 {
	left: 100%;
	top: 0;
}


.menubtn {
	display: none;
}

.burger {
	padding: 0.5em 0;
	list-style: none;
	cursor: pointer;
	margin-top: 0;
}

.burger li {
	width: 30px;
	height: 4px;
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/**
* Standard navigation links
*/

.menu a:link	{ text-decoration: none; }
.menu a:visited	{}
.menu a:hover	{}

.menu .menuselected:link	{}
.menu .menuselected:visited	{}
.menu .menuselected:hover	{}

/**
* Searchform
*/


.search {
	right: 10px;
	bottom:  10px;
	width: 194px;
}
#searchform {
	background: #fff;
    color: #000000 !important;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 6px 10px;
}

.searchinput {
	vertical-align: middle;
	background: none;
	border: none;
	width: 87%;
}	

.searchsubmit {
	background: url("https://img8.custompublish.com/getfile.php/3148897.1148.pfpqedcqdc/searchicon.png") no-repeat;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
}

.searchpage .searchfield{
    width: 100% !important;
}

.searchform .searchformtable {
    width: 100% !important;
}
/*------------------------------------*\
	#FORMS
\*------------------------------------*/

form.cpsimpleform {
	margin: 20px auto;
	max-width: 85%;
	padding: 1em;
	background-color: #fafafa;
}

input:invalid {
	box-shadow: 0 0 5px red;
}

input, textarea {
	max-width: 98%;
}

.cpsimpleform input[type="text"]:not([size]), .cpsimpleform input[type="email"]:not([size]), .cpsimpleform input[type="tel"]:not([size]) {
	max-width: 20em;
	width: 98%;
}

.cpsimpleform input[type="tel"]:not([size]), .cpsimpleform input.sfx-phone:not([size]) {
	width: 10em;
}

input.sfx-phone[type="tel"]:not([size]), input.sfx-telefon[type="tel"]:not([size]) {
	width: 8em;
}

input.sfx-postal-code[type="text"]:not([size]), input.sfx-zip-code[type="text"]:not([size]), input.sfx-postnr[type="text"]:not([size]) {
	width: 8em;
}

label,
.cpstextheading {
	font-weight: bold;
}

fieldset {
	border: 1px solid #999999;
	margin: 1em 0;
	padding-top: 1em;
}

legend {
	font-weight: bold;
}

.cpsinput {
	padding: 5px;
	border: 1px solid;
	border-radius: 4px;
	border-color: #ccc;
}

.cpsimpleform input[type="submit"] {
	display: block;
	margin-left: auto;
	margin-right: 0;
}

.cpstextheading {
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 2px;
}

.cpselementcontainer {
	margin-bottom: 5px;
	padding: 2px 0 5px;
}

.cpsoptionsclear {
	clear: both;
	font-size: 1px;
	height: 0;
}

.cpsoptionlabel {
	font-weight: normal !important;
}

.cpselementcontainer.horizontal .cpstextheading {
	float: left;
	width: 32%;
}

.cpselementcontainer.horizontal .cpsoptions,
.cpselementcontainer.horizontal .cpsstatictext {
	float: left;
	text-align: left;
	width: 66%;
}

.cpselementcontainer .cpsstatictext {
	margin: 2px 0 5px;
	padding-top: 2px;
}

.optionshorizontal .cpsradiooption,
.optionshorizontal .cpscheckboxoption {
	float: left;
	margin-right: 5px;
	white-space: nowrap;
}

span.mandatory {
	color: #aa0000;
}





/*------------------------------------*\
	#LISTING
\*------------------------------------*/

.listingarea {}

.articlelist .articleblock {
	margin: 2em 0 1em;
	position: relative;
}

#mainsidebar .articlelist .articleblock{
	margin: 1em 0;
}

.articlelist .articleblock .imgwrap {
}

.articlelist .articleblock .textwrap { 
	text-rendering: optimizeLegibility;
}

.articlelist .ingress {
}

.listingarea hr, .hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	border-bottom: 2px dotted #ccc;
}

.articlelink {}

.articlelist .headline {
	text-rendering: optimizeLegibility;
}

.articlelist .articleblock img {
/*     border: 1px solid #d3db8a; */
}

.promo .headline, .promo .headlinelink {
    color: #316332;
    margin-bottom: 15px;
    text-rendering: optimizelegibility;
    text-align: center;
}


.promo

.articlelist.promo {
    margin: 0.5em 0 3em;
}
.norm .headlinelink, .norm .headline {
    color: #316332;
    font-size: 1.2em;
    margin-top: 10px;
}

.promo .ingress {
    text-align: center;
}

.promo .textwrap {
	margin: 30px 0 0;
    width: 100%;
}

.promo .imgwrap {
	text-align: center;
    width: 100%;

}

.articlelist .subheadline {
	margin-top: 0;
	text-align: center;
}

div.pagebar {
	text-align: right;
	clear: both;
}

.articlelist.promo .articleblock{
	margin: 0 auto;
}

.articlelist.norm {
	margin-top: 1em;
}

.headline.siste {
    margin-bottom: 5px;
}


.articlelist.hurt {
    padding: 0 .6em;
}

.articlelist.hurt h4 {
	font-weight: 600;
	font-size: 1.2em
}

.articlelist.hurt .textwrap {
	margin-top: 2em;
}


.articlelist.hund {
	text-align: center;
}
.articlelist.hund .imgwrap {
	margin-bottom: 1em;
}
.articlelist.hund .textwrap h4 {
	letter-spacing: 2px;
}

.articlelist.siste {
	
}
.articlelist.siste h4 a {
	color: #748849;
}
.articlelist.siste h4 a:before {
	content: ""
}
ul.articlelist.siste {
	padding-left: 1em;
}	
ul.articlelist.siste li {
	background: url(https://img8.custompublish.com/getfile.php/3149983.1148.yfxcbptvwd/blockbullets.png) no-repeat left;
	padding-left: 1em;
}
/*------------------------------------*\
	#VIEW
\*------------------------------------*/

.viewarea {}

.viewareacontent {}

.body {
	text-rendering: optimizeLegibility;
}

.innerbody {}

.innerbody p {}

.headlineview {
	text-rendering: optimizeLegibility;
}

.ingressview {
	font-weight: 700;
	font-size: 1.2em;
	text-rendering: optimizeLegibility;
}

.byline {
	border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
	padding: 0.5em 0;
	margin-bottom: 1em;
}

.viewarea .listingpic {  }

.viewarea .articleparagraph {  }

.paragraphpictable {
	width: 35%;
	height: auto;
	float: right;
	padding: 0 0 0.5em 0.5em;
}

.paragraphpictext {
	padding: 0.5em 0;
}

.viewarea img[align="left"] {
	margin: 0 10px 10px 0;
}

.viewarea img[align="right"] {
	margin: 0 0 10px 10px;
}

.viewarea img[align="middle"] {
	margin: 0 0 10px 0px;
}

.viewarea .articlemedia .articleimage {
	margin: 0 0 10px 0px;
	background-color: #fff;
}

.viewarea .articlemedia .articleimagedesc {
	text-align: center;
	font-style: italic;
}





/*------------------------------------*\
	#SIDEBAR
\*------------------------------------*/

#mainsidebar {
    margin: 0 0 5px;
    padding: 0 5px;
}

#mainsidebar .articlelist .articleblock img{
	border: none;
}

#mainsidebar .articlelist.promo .articleblock{
	clear: both;
    float: left;
}

#mainsidebar .headlinelink {
	font-family: "Arial";
	font-size: 0.8em;
}
/**
* standard box/widget
*/

.box {
	padding: 0;
	margin-bottom: 10px;
	border-radius: 5px;
	background: #fff;
	padding: 0px 0px 10px 0px;
}
.box .caption {
    background: #f1f1c8 none repeat scroll 0 0;
    border-bottom: 1px dotted #316332;
    border-radius: 5px 5px 0 0;
    color: #316332;
    font-family: "Arial",Georgia,"Times New Roman",Times,serif;
    font-size: 1.2em;
    font-weight: lighter;
    letter-spacing: 0.9px;
    margin:0 0 10px;
    padding: 10px 7px;
}

.box .cell {
	padding: 0 1em 1em;
}
.box p,
.box ul,
.box ul li {
	list-style: none;

}

.sidebaradm > a {
    color: #deebb3;
}



/*------------------------------------*\
	#FOOTER
\*------------------------------------*/

#footer {
	border-top: 1px dotted #a49d84;
	padding-top: 1em;
}

.cpcredits,
.cp:link {
	font-size: 0.8em;
	text-decoration: none;
	color: #ccc;
	display: none;
}

#copyright {
    color: #e1ded6;
    font-size: 0.85em;
    letter-spacing: 1px;
}

.contactinfobox {
    color: #e1ded6;
    float: left;
    font-family: verdana;
    font-size: 0.9em;
    margin: 0% 0 2% 7%;
    text-align: center;
}
.email a:link {
	color: #C6D061;
}

.companyname {
    font-weight: bold;
}


/*------------------------------------*\
	#MISC
\*------------------------------------*/

.errmsg {
	padding: 0.5em;
	border: 1px solid #AA0000;
	font-weight: bold;
	color: #AA0000;
	background: #FFD9D9;
}

/**
* weather forecast
*/

.weathertablefivedays {}

.weathertablefivedays td {
	padding: 5px;
}

.weathertablefivedays .weatherlocname {
	font-weight: bold;
}

/**
* Calendar
*/

.icalendardayhead { background-color: #f0f0f0; }

.monthlycalendartable { width: 100%; }

.calendardate { color:#333; }

.caltime {
	margin-right: 15px;
}

.vevent {
	padding: 0.5em 0 0.5em 2em;
	border: 1px solid #666666;
	background-color: #EEEEEE;
}

.eventdate { background: url("https://img4.custompublish.com/getfile.php/981155.1554.qccuvsrypc/date.png") no-repeat scroll 0 0 transparent; }

.calevent {
	margin: 0 0 0.5em;
	padding: 0.5em;
}

.calevent .eventwhen {
	margin-right: 10px;
}

/**
* Effects of wide page classes
*/

.widemain #main {}

.widemain #mainsidebar,
.widefull #mainsidebar {
	display: none;
}

.widefull #main { width: 100%; float: none; }

.nostyle {
	list-style: none;
	margin: 0;
	padding: 0;
}

.scaletext .small  { font-size: 0.8em; }
.scaletext .medium { font-size: 1em; }
.scaletext .large  { font-size: 1.3em; }

#colorbox:focus {
	outline: 0;
}

#cboxOverlay {
	background: #000 !important;
}

.cycle-slideshow .imgwrap img {
	width: 100%;
	height: auto;
}
	
div.articlelist.cycle-slideshow {
	min-height: 130px;
	overflow: hidden;
	position: relative;
	
}
div.articlelist.cycle-slideshow img {
	margin: 0;
}
div.articlelist.cycle-slideshow .item{
	height: 286px;
	position: relative;
	width: 100%;
}
div.articlelist.cycle-slideshow .textwrap {
	background-color: transparent;
	overflow: hidden;
	max-height: 5em;
	top: 100%;
	padding: 0.5em 4%;
	position: absolute;	
	width: 92%;
}
div.articlelist.cycle-slideshow .headline {
	/*background-color: rgba(256,256,256,0.7);*/
	background-image: url(/images/opacity/white/opacity70.png);
	background-position: top left;
	background-repeat: repeat;
	bottom: 0;
	font-size: 2.0em;
	padding: 10px 4%;
	position: absolute;
	width: 92%;
}
div.articlelist.cycle-slideshow .cycle-pager {
	font-size: 1.2em;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10000;
}
div.articlelist.cycle-slideshow .cycle-pager a {
	/*background-color: rgba(256,256,256,0.75);*/
	background-image: url(/images/opacity/white/opacity70.png);
	background-position: top left;
	background-repeat: repeat;
	border-radius: 50%;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-left: 5px;
	min-width: 1.2em;
	padding: 5px;
	text-align: center;
	text-decoration: none;

}
div.articlelist.cycle-slideshow .cycle-pager a:hover, div.articlelist.cycle-slideshow .cycle-pager a.cycle-pager-active {
	background-color: #FFFFFF;
	background-image: none;
	color: #006699;
}

/*Slideshow promoarticles*/
div.articlelist.promo-slideshow{
	min-height: 400px;
}

div.articlelist.promo-slideshow .promoslide {
	position: absolute;
	min-height: 400px;
}

.promo.promo-slideshow .imgwrap img{
	width: auto;
}

/* Searchpage */

.searchpage .tabberlive .block {
	margin-bottom:	1em;
	padding-bottom:	1em;
	border-bottom: 1px solid #eee;
}

.searchpage .tabberlive .headline {
	font-size: 1.3em;
	margin-bottom: 0.65em;
}

.searchpage .tabberlive .date {
	color: #c0c0c0;
	font-size: 0.9em;
	font-style: italic;
	margin-top: 0.5em;
	line-height: 1.6;
}

.searchpage .tabberlive > div > div {
	font-size: 1.1em;
}


.searchpage #main{
	width: 100%;
}


.searchpage h1.headline{
	font-size: 1.4em;
}
/**
* Calendar v3
*/

h5.caldayheader {
	margin: 0.5em 0;
	padding: 0.5em;
	font-weight: 200;
	border-top: 1px solid #ccc;
	background: #fafafa;
}

.calevent {
	padding: 0 0 0.5em 1em;
}





/*------------------------------------*\
	#FOR ADMINISTRATORS
\*------------------------------------*/

.empty-page-message	{
	padding: 1.5em;
	margin: 0 0 0.5em 0;
	width: 45%;
	border-radius: 3px;
	background-color: #E4F1FE;
	color: #446CB3;
	font-size: 1.1em;
}

.empty-page-message .new-article-btn {
	padding: 0.5em 1em;
	border: 0;
	border-bottom: 3px solid #3A539B;
	border-radius: 2px;
	background-color: #4183D7;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
}

.empty-page-message .new-article-btn:hover {
	border-bottom: 2px solid #3A539B;
	border-top: 1px solid #E4F1FE;
}

.empty-page-message .new-article-btn:active {
	border-bottom: 0;
	border-top: 3px solid #E4F1FE;
}

.empty-page-menu {
	margin: 2em 0;
}
.empty-page-menu span {
	display: block;
	margin-bottom: 0.5em;
}

.empty-page-menu ul li a {
	display: block;
	max-width: 45%;
	padding: 0.4em;
	margin-bottom: 0.5em;
	border: 1px solid #eee;
	background-color: #fafafa;
	border-radius: 3px;
}

.empty-page-menu li a:hover {
	background-color: #eaeaea;
}

/*******************************Slideshow**********************/

#slideshowcontainer {
    border-radius: 5px;
    height: 290px;
    overflow: hidden;
}

#slideshowcontainer .articlelist {
	position: relative;
	height:290px;
	width:1250;
	overflow: hidden;
}
.slide {
	position: relative;
}



/*------------------------------------*\
	#MEDIA QUERIES
\*------------------------------------*/

@media all and (max-width: 768px) {
	body {
		 -webkit-animation: bugfix infinite 1s;
	}
	@-webkit-keyframes bugfix {
	 from { padding: 0; }
	 to { padding: 0; }
	}

	#main { min-height: 0; }

	.fortablet	{ display: block; }
	.fordesktop	{ display: none; }

	.medium-1	{ width: 8.333333333%; }
	.medium-2	{ width: 16.666666666%; }
	.medium-3	{ width: 24.999999999%; }
	.medium-4	{ width: 33.333333332%; }
	.medium-5	{ width: 41.666666665%; }
	.medium-6	{ width: 50%; }
	.medium-7	{ width: 58.333333331%; }
	.medium-8	{ width: 66.666666664%; }
	.medium-9	{ width: 74.999999997%; }
	.medium-10	{ width: 83.333333333%; }
	.medium-11	{ width: 91.666666663%; }
	.medium-12	{ width: 100%; }
	
	.articlelist.promo .articleblock {
		max-width: none;
	}
	
	.search {
		position: static;
	}
	
	.search {
		margin: 1em;
		width: auto;
		overflow: hidden;
		border-radius: 4px;
		background: #fff;
	}
	
	.menubtn {
		display: block;
	}

	ul.mainmenu {
		float: none;
	}
	ul.mainmenu > li {
		display: block;
		margin-right: 0;
	}
	
	ul.mainmenu li a {
		border-radius: 0;
	}
	
	ul.mainmenu li ul.submenu {
		display: none !important;
		position: static;
		width: auto;
		padding: 0 0 0 10px;
		
	}
	
	
	ul.mobilemenu li a {
		background: #2e5e2f;
		display: block;
		padding: 10px;
		color: #fff;
	}
	
	ul.mobilemenu li a:hover {
    background: #8A2215;
	}
	
	ul#mainmenu li:last-child {
    padding-right: 0px;
	}
	
	.promo .textwrap, .promo .imgwrap {
		width: 100%;
	}
	
	.medium-12 {
    width: 65%;
	}
	#mainsidebar {
	 width: 35% !important;
	}
	
	.logo {

	}
}

@media all and (max-width: 480px) {

	.fl,
	.fr {
		float: none;
	}

	.row .column, .row .columns,
	.row .columns:first-child, .row .columns:last-child {
		width: 100% !important;
		float: none;
		padding-left: .5em !important;
		padding-right: .5em !important;
	}

	.small-1	{ width: 8.333333333%; }
	.small-2	{ width: 16.666666666%; }
	.small-3	{ width: 24.999999999%; }
	.small-4	{ width: 33.333333332%; }
	.small-5	{ width: 41.666666665%; }
	.small-6	{ width: 50%; }
	.small-7	{ width: 58.333333331%; }
	.small-8	{ width: 66.666666664%; }
	.small-9	{ width: 74.999999997%; }
	.small-10	{ width: 83.333333333%; }
	.small-11	{ width: 91.666666663%; }
	.small-12	{ width: 100%; }


	.promo .textwrap, .promo .imgwrap {
		width: 100%;
	}
	
	#mainsidebar {
	 width: 100% !important;
	}	
	.medium-12 {
    width: 100%;
	}
	
	.logo {

	}
	
	div.articlelist.cycle-slideshow {
		/* display: none; */
	}
}

@media print {

	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}

	#header, #topnav, #navigation, #subnavbar, #mainsidebar, #footer, #cp, #searchform, .corner, #taleweb, #talewebholder, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks {
		display: none !important;
	}

	#page, #main {
		border: none !important;
		min-width: 0 !important;
		float: none !important;
		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;
	}
	p,
	h2,
	h3 {
		orphans: 3;
	    widows: 3;
	}

}