
/* moved by compressor */
@import "../../typo3temp/ws_less/normalize.less";@import url(https://fonts.googleapis.com/css?family=Droid+Serif);@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
/* moved by compressor */
/* default styles for extension "tx_cssstyledcontent" */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

	/* Set padding for tables */
	div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	figcaption.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	div.csc-textpic-border div.csc-textpic-imagewrap img {
		border: 2px solid black;
		padding: 0px 0px;
	}

	div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
	div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text & Images") */
	div.csc-textpic-intext-left .csc-textpic-imagewrap,
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 10px;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 10px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
	div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	div.csc-textpic-right div.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	div.csc-textpic-left div.csc-textpic-text { clear: left; }

	/* Left (in text) */
	div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	ul.csc-uploads { padding: 0; }
	ul.csc-uploads li { list-style: none outside none; margin: 1em 0; }
	ul.csc-uploads img { float: left; margin-right: 1em; vertical-align: top; }
	ul.csc-uploads span { display: block; }
	ul.csc-uploads span.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	table.contenttable-color-1 { background-color: #EDEBF1; }
	table.contenttable-color-2 { background-color: #F5FFAA; }
	table.contenttable-color-240 { background-color: black; }
	table.contenttable-color-241 { background-color: white; }
	table.contenttable-color-242 { background-color: #333333; }
	table.contenttable-color-243 { background-color: gray; }
	table.contenttable-color-244 { background-color: silver; }
/* default styles for extension "tx_felogin_pi1" */
		.tx-felogin-pi1 label {
			display: block;
		}

.with-padding1 { padding: 10px !important; }
.with-padding2 { padding: 20px !important; }

.with-border1 { border: 1px solid #d9d9d9 !important; }
.with-border2 { border: 3px solid #d9d9d9 !important; }

.with-bgcolor1 { background-color: #d9d9d9 !important; }
.with-bgcolor2 { background-color: #d9d9d9 !important; }

.with-roundcorners1 { border-radius:3px !important; }
.with-roundcorners2 { border-radius:7px !important; }

.with-shadow {
	-moz-box-shadow: 2px 2px 2px 2px #444 !important;
	-webkit-box-shadow: 2px 2px 2px 2px #444 !important;
	box-shadow: 2px 2px 2px 2px #444 !important;
}
/*
 * FullCalendar v1.5.4 Stylesheet
 *
 * Copyright (c) 2011 Adam Shaw
 * Dual licensed under the MIT and GPL licenses, located in
 * MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
 *
 * Date: Tue Sep 4 23:38:33 2012 -0700
 *
 */


.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right {
	margin-right: 1px; /* back to normal */
	}
	
.fc-header .ui-corner-right {
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
	}
	
.fc-view {
	width: 100%; /* needed for view switching (when view is absolute) */
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ccc;
	}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #EEEEEE;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	}
	
.fc-state-default { /* non-theme */
	border-style: solid;
	border-width: 1px 0;
	}
	
.fc-button-inner {
	position: relative;
	float: left;
	overflow: hidden;
	}
	
.fc-state-default .fc-button-inner { /* non-theme */
	border-style: solid;
	border-width: 0 1px;
	}
	
.fc-button-content {
	position: relative;
	float: left;
	height: 1.9em;
	line-height: 1.9em;
	padding: 0 .6em;
	white-space: nowrap;
	}
	
/* icon (for jquery ui) */
	
.fc-button-content .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%;
	}
	
.fc-button-content .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top: 0;
	*top: -50%;
	}
	
/* gloss effect */
	
.fc-state-default .fc-button-effect {
	position: absolute;
	top: 50%;
	left: 0;
	}
	
.fc-state-default .fc-button-effect span {
	position: absolute;
	top: -100px;
	left: 0;
	width: 500px;
	height: 100px;
	border-width: 100px 0 0 1px;
	border-style: solid;
	border-color: #fff;
	background: #444;
	opacity: .09;
	filter: alpha(opacity=9);
	}
	
/* button states (determines colors)  */
	
.fc-state-default,
.fc-state-default .fc-button-inner {
	border-style: solid;
	border-color: #ccc #bbb #aaa;
	background: #F3F3F3;
	color: #000;
	}
	
.fc-state-hover,
.fc-state-hover .fc-button-inner {
	border-color: #999;
	}
	
.fc-state-down,
.fc-state-down .fc-button-inner {
	border-color: #555;
	background: #777;
	}
	
.fc-state-active,
.fc-state-active .fc-button-inner {
	border-color: #555;
	background: #777;
	color: #fff;
	}
	
.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
	color: #999;
	border-color: #ddd;
	}
	
.fc-state-disabled {
	cursor: default;
	}
	
.fc-state-disabled .fc-button-effect {
	display: none;
	}
	
	

/* Global Event Styles
------------------------------------------------------------------------*/
	 
.fc-event {
	border-style: solid;
	border-width: 0;
	font-size: .85em;
	cursor: default;
	}
	
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
a.fc-event {
	text-decoration: none;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}
	
.fc-event-skin {
	border-color: #36c;     /* default BORDER color */
	background-color: #36c; /* default BACKGROUND color */
	color: #fff;            /* default TEXT color */
	}
	
.fc-event-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 5px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	
/* Fake Rounded Corners (for buttons and events)
------------------------------------------------------------*/
	
.fc-corner-left {
	margin-left: 1px;
	}
	
.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
	margin-left: -1px;
	}
	
.fc-corner-right {
	margin-right: 1px;
	}
	
.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
	margin-right: -1px;
	}
	
.fc-corner-top {
	margin-top: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	margin-top: -1px;
	}
	
.fc-corner-bottom {
	margin-bottom: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	margin-bottom: -1px;
	}
	
	
	
/* Fake Rounded Corners SPECIFICALLY FOR EVENTS
-----------------------------------------------------------------*/
	
.fc-corner-left .fc-event-inner {
	border-left-width: 1px;
	}
	
.fc-corner-right .fc-event-inner {
	border-right-width: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	border-top-width: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	border-bottom-width: 1px;
	}
	
	
	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}
	
.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}
	
	

.sponsored {
	background-color: #e5f4f4;
	font-size: 0.75rem;
	text-transform: uppercase;
	padding: 3px 5px 2px 5px;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.shariff li {
	height:auto !important;
	line-height: 100% !important;
}
.shariff li a {
}
footer#page-footer .footer-top {
	height:auto !important;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
span.twitter-typeahead {
	width: 100%;
}
.tt-dataset {
	background-color: white;
	cursor: pointer;
}
.tt-selectable:hover {
	background-color: #ddd;
}
/*
.tt-menu{
	display: block!important;
}
*/
.tt-suggestion{
	font-size: 14px!important;
	text-align:left!important;
	width:100%;
	padding:3px 4px;
}

.tx-search .topmargin{
	margin-top:20px;
}
.tx-search .tab-header ul.nav, .tx-search ul.pagination{
	padding:0px!important;
	margin:0px!important;
}
.tx-search .tab-header ul.nav li, .tx-search ul.pagination li{
	padding:0px!important;
}
.tx-search .datetrigger{
	width:120px!important;
}
.tx-search .input-group-addon{
	font-size:0.9em!important;
}
.tx-search .trenner{
	margin:10px 0px;
	border-bottom:1px solid #ccc;
}
.tx-search .hitsymbol{
	font-size:1.2em;
	color:#666;
}
.tx-search .hitdate{
	text-align:right;
	font-size:0.9em;
	color:#666;
}
.tx-actionsubscribe .hidden {
	display:none;
}
.tx-actionsubscribe {
	margin-bottom:10px;
}
.tx-actionsubscribe input { 
	outline:none
}
.tx-actionsubscribe select {
	border:2px solid #e5f4f4;
	height:34px;
	border-radius: 10px 0px 0px 10px;
	padding:0px 10px 0px 10px;
	font:14px "Droid Serif", serif;
	margin-bottom:10px;
}
.tx-actionsubscribe div.has-warning.has-feedback input[type=text] {
	border:2px solid #a94442;
}
.tx-actionsubscribe div.has-warning.has-feedback div.checkbox label {
	color:#a94442;
}

.tx-actionsubscribe input[type=text]{
	border:2px solid #e5f4f4;
	height:34px;
	border-radius: 10px 10px 10px 10px;
	padding:0px 10px 0px 10px;
	font:14px "Droid Serif", serif;
	width:90%;
	margin-bottom:10px;
}
 .tx-actionsubscribe .btn.btn-default, .tx-actionsubscribe input[type=submit], .tx-actionsubscribe a.subscribe {
	padding:0 0 2px 0; 
	border:none;height:34px;
	border-radius: 10px 10px 10px 10px;
	font: 14px Arial, Helvetica, sans-serif;
	width:170px;
	margin-bottom:10px;
	background:#e5f4f4;
	color:#009790;
	cursor:pointer;
}
.tx-actionsubscribe a.subscribe:hover {
		background:#009790;
		color:#fff;
		text-decoration:none
	}
}
.tx-actionsubscribe a.subscribe {
	display: block;
	height: 25px;
	padding-top: 9px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif; !important 
}
.tx-actionsubscribe label {
	display:block;
	margin-top:10px; 
}
.tx-actionsubscribe input[type=text] {
	margin:0 0 5px 0
}
.tx-actionsubscribe .radio {
	display: block;
	float: left;
	width: 70px;
}
.tx-actionsubscribe input[type=radio]{
	float:left
}

/* PIWIK-IFRAME */
.responsive-piwik iframe {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}
.responsive-piwik {
  position:relative;
  padding-bottom: 25%;
  padding-top:0px;
  height:0px;
  overflow:hidden;
  margin:0px 0px 10px 0px;
}

/* COOKIE-HINT */
.cookiehint {
  position:fixed;
  left:0px;
  bottom:0px;
  padding:20px;
  width:100%;
  text-align:center;
  line-height:2em;
  z-index:9999;

}
.cookiehint a, .cookiehint a:link, .cookiehint a:hover, .cookiehint a:visited, .cookiehint a:active, .cookiehint a:focus{
  padding:10px 15px;
  margin:0px 10px;
}
.adsense-declaration ins[data-adsbygoogle-status="done"] {
	padding-top:20px;
	background:url('/typo3conf/ext/advertising/Resources/Public/Images/werbehinweis.gif') no-repeat 0px 5px;
}

.adsense-article-declaration ins[data-adsbygoogle-status="done"] {
	padding-top:20px;
	background:url('/typo3conf/ext/advertising/Resources/Public/Images/werbehinweis-artikel.gif') no-repeat 0px 5px;
}

/* droid-serif-400regular */
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Serif Regular'), local('DroidSerif-Regular'),
      url('/fileadmin/weblayout/Resources/Public/FontsGsb/DroidSerif-Regular.woff') format('woff'),
      url('/fileadmin/weblayout/Resources/Public/FontsGsb/DroidSerif-Regular.woff2') format('woff2');
}
/* droid-sans-400regular */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans Regular'), local('DroidSans-Regular'),
      url('/fileadmin/weblayout/Resources/Public/FontsGsb/DroidSans.woff') format('woff'),
      url('/fileadmin/weblayout/Resources/Public/FontsGsb/DroidSans.woff2') format('woff2');
}
/* droid-sans-700regular */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'),
       url('/fileadmin/weblayout/Resources/Public/FontsGsb/DroidSans-Bold.woff') format('woff'),
       url('/fileadmin/weblayout/Resources/Public/FontsGsb/DroidSans-Bold.woff2') format('woff2');
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../fileadmin/weblayout/Resources/Public/Lib/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../fileadmin/weblayout/Resources/Public/Lib/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../fileadmin/weblayout/Resources/Public/Lib/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../fileadmin/weblayout/Resources/Public/Lib/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../fileadmin/weblayout/Resources/Public/Lib/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../fileadmin/weblayout/Resources/Public/Lib/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */.slicknav_btn,.slicknav_nav .slicknav_item{cursor:pointer}.slicknav_menu,.slicknav_menu *{box-sizing:border-box}.slicknav_btn{position:relative;display:block;vertical-align:middle;float:right;padding:.438em .625em;line-height:1.125em}.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{margin-top:.188em}.slicknav_menu .slicknav_menutxt{display:block;line-height:1.188em;float:left;color:#fff;font-weight:700;text-shadow:0 1px 3px #000}.slicknav_menu .slicknav_icon{float:left;width:1.125em;height:.875em;margin:.188em 0 0 .438em}.slicknav_menu .slicknav_icon:before{background:0 0;width:1.125em;height:.875em;display:block;content:"";position:absolute}.slicknav_menu .slicknav_no-text{margin:0}.slicknav_menu .slicknav_icon-bar{display:block;width:1.125em;height:.125em;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(0,0,0,.25)}.slicknav_menu:after,.slicknav_menu:before{content:" ";display:table}.slicknav_menu:after{clear:both}.slicknav_nav li,.slicknav_nav ul{display:block}.slicknav_nav .slicknav_arrow{font-size:.8em;margin:0 0 0 .4em}.slicknav_nav .slicknav_item a{display:inline}.slicknav_nav .slicknav_row,.slicknav_nav a{display:block}.slicknav_nav .slicknav_parent-link a{display:inline}.slicknav_menu{*zoom:1;font-size:16px;background:#4c4c4c;padding:5px}.slicknav_nav,.slicknav_nav ul{list-style:none;overflow:hidden;padding:0}.slicknav_menu .slicknav_icon-bar{background-color:#fff}.slicknav_btn{margin:5px 5px 6px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#222}.slicknav_nav{clear:both;color:#fff;margin:0;font-size:.875em}.slicknav_nav ul{margin:0 0 0 20px}.slicknav_nav .slicknav_row,.slicknav_nav a{padding:5px 10px;margin:2px 5px}.slicknav_nav .slicknav_row:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#fff}.slicknav_nav a{text-decoration:none;color:#fff}.slicknav_nav a:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#222}.slicknav_nav .slicknav_txtnode{margin-left:15px}.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a{padding:0;margin:0}.slicknav_brand{float:left;color:#fff;font-size:18px;line-height:30px;padding:7px 12px;height:44px}
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Removes default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*  */
/* GOOGLE FONTS LOCALIZED AND DISABLED HERE */
/*  */
/*  */
/* Maße */
/* Farben */
/* Schriften */
/* Grafiken */
.ic {
  background: url('/fileadmin/weblayout/Resources/Public/Images/sprites.png');
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
/* Reset */
.hidden {
  visibility: hidden;
}
.hide {
  display: none;
}
a {
  font: 14px Arial, Helvetica, sans-serif;
  color: #009790;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  font: 14px Droid Serif, serif;
  line-height: 140%;
}
h1,
h2,
h3 {
  margin-bottom: 10px;
}
h1 {
  font: bold 20px Droid Serif, serif;
  line-height: 120%;
  color: #333333;
  margin-top: 10px;
  width: 100%;
}
h2 {
  font: bold 17px Droid Serif, serif;
  line-height: 140%;
  color: #009790;
  margin: 15px 0;
}
h3 {
  font: bold 14px Droid Serif, serif;
  line-height: 140%;
  margin: 15px 0;
}
.csc-header h2 {
  color: #333333;
  font: bold 20px Droid Serif, serif;
  margin-bottom: 18px;
  line-height: 120%;
}
img {
  border: none;
}
.wrap {
  width: 960px;
  margin: 0px auto;
  position: relative;
}
/* ANPASSUNG FUER BANNER */
.bannerwrap {
  width: 960px;
  margin: 0px auto;
  position: relative;
}
.bannertext {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px 10px;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #888;
  letter-spacing: 1em;
}
#top .csc-default {
  width: 90%;
  background: #ffffff;
  margin: 0 auto;
  padding: 15px;
  margin-bottom: 10px;
}
.pls {
  display: none;
}
ul {
  margin: 0;
  padding-left: 20px;
}
ul li {
  list-style-type: disc;
}
.banner-col {
  width: 217px;
  position: absolute;
  top: 0;
  right: -227px;
}
.banner-col .banner-col-inner {
  position: fixed;
}
ul.alpha {
  padding: 0;
}
ul.alpha li {
  display: inline;
  list-style-type: none;
  margin: 0 4px;
}
ul.alpha li a.active {
  text-decoration: underline;
}
.social-left {
  float: left;
}
.social-right {
  float: right;
}
caption {
  font: italic 11px Droid Serif, serif;
  text-align: right !important;
}
body {
  margin: 0;
  background: #eeeeee;
  font: 14px Droid Serif, serif;
  line-height: 140%;
  color: #333333;
}
.social-teaser {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  overflow: hidden;
}
.social-teaser .social-right {
  margin-right: 221px;
}
.news-single .social-teaser .social-right {
  margin-right: 77px;
}
header {
  display: block;
}
header .header-top {
  background: #ffffff;
  overflow: hidden;
  padding: 15px;
  position: relative;
  height: 95px;
}
header .header-top .search {
  width: 270px;
  /* Resetting Google-Styles */
}
header .header-top .search input[type="button"] {
  position: absolute;
  right: 205px;
  background: url('/fileadmin/weblayout/Resources/Public/Images/sprites.png');
  background-position: 0 -105px;
  display: block;
  height: 20px;
  min-width: 25px;
  text-indent: -9999px;
  top: 19px;
  font-size: 0px;
  border: none;
}
header .header-top .search input[type="button"]:active,
header .header-top .search input[type="button"]:focus {
  background-position: -38px -105px;
  border: none;
}
header .header-top .search input#gsc-i-id1 {
  position: absolute;
  right: 15px;
  border: 2px solid #009790;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  height: 22px;
  padding-left: 10px;
  font: 14px Droid Serif, serif;
  width: 170px;
  top: 14px;
}
header .header-top .search .gsc-input {
  padding-right: 0 !important;
}
header .header-top .search .gsc-input #gsc-i-id1 {
  background: none !important;
}
header .header-top .search .gsc-clear-button {
  display: none;
}
header .header-top .logo {
  text-align: left;
}
header .header-top .claim {
  font: 14px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  letter-spacing: 0.09em;
  text-align: center;
}
header .header-top nav.meta-navigation {
  margin: 6px 15px 0 0;
  position: absolute;
  right: 230px;
  top: 13px;
  text-align: right;
}
header .header-top nav.meta-navigation ul li {
  list-style-type: none;
  display: inline;
  text-decoration: none;
  margin-right: 15px;
}
header .header-top nav.meta-navigation ul li a {
  font: 12px Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #AAA;
  text-transform: uppercase;
  text-decoration: none;
}
header .header-top nav.meta-navigation ul li a:hover {
  color: #009790;
}
header .header-top nav.meta-navigation ul li:first-child {
  margin-right: 15px;
}
header .header-bottom {
  overflow: visible;
  background: #ffffff;
  margin-top: 3px;
  -webkit-border-radius: 0 0 30px 0;
  -moz-border-radius: 0 0 30px 0;
  border-radius: 0 0 30px 0;
  height: 60px;
}
header .header-bottom nav {
  overflow: visible;
  /*							ul {padding:7px 17px;overflow:hidden;position:relative;
																 li {position:relative;float:left;list-style-type:none;.rounded-corners(10px, 10px, 10px, 10px);&:hover {background:@lightgreen; a{color:@green}}
																	 a {float:left;color: @black;text-decoration:none;padding:10px 17px; display:block;
																		&.act{background:@green;color:@white;.rounded-corners(10px, 10px, 10px, 10px)}
																	 }
																	 &:hover {
																		 .categories{visibility: visible}
																	 }
																	 ul.categories {visibility: hidden;position:absolute; li {float:none}}
																 }
															 }*/
}
header .header-bottom nav > ul {
  position: relative;
  overflow: visible;
  padding-left: 0;
  z-index: 10;
  /*> li:last-child div.menus,*/
}
header .header-bottom nav > ul > li {
  float: left;
  height: 60px;
  line-height: 40px;
  text-align: center;
  /*position: relative;*/
  overflow: visible;
  list-style-type: none;
  border: 10px solid transparent;
  border-width: 10px 10px 0 10px;
}
header .header-bottom nav > ul > li.no-sub {
  height: 50px;
}
header .header-bottom nav > ul > li.no-sub:hover {
  border-color: #fff;
}
header .header-bottom nav > ul > li a {
  color: #333333;
  font-weight: bold;
  padding: 10px 8px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
header .header-bottom nav > ul > li a.act {
  color: #ffffff;
  background: #009790;
}
header .header-bottom nav > ul > li:hover a.first-level {
  color: #009790;
}
header .header-bottom nav > ul > li:hover div.menus a {
  color: #333333;
}
header .header-bottom nav > ul > li div.menus {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: none;
  text-shadow: 0 1px 1px #fff;
  margin-left: -10px;
  margin-top: 10px;
  min-width: 200px;
}
header .header-bottom nav > ul > li div.menus a {
  white-space: nowrap;
}
header .header-bottom nav > ul > li div.menus a:hover {
  color: #009790;
}
header .header-bottom nav > ul > li div.menus ul {
  padding-left: 0;
}
header .header-bottom nav > ul > li div.menus ul li {
  text-align: left;
  list-style-type: none;
  line-height: normal;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  margin-right: 10px;
}
header .header-bottom nav > ul > li div.menus ul li.last {
  border: none;
}
header .header-bottom nav > ul > li div.menus ul li a {
  font-weight: normal;
}
header .header-bottom nav > ul > li div.menus ul li a.act {
  background: none;
  color: #ffffff;
}
header .header-bottom nav > ul > li div.menus ul li.act {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #009790;
}
header .header-bottom nav > ul > li div.menus ul.right {
  float: right;
}
header .header-bottom nav > ul > li div.menus ul.left {
  float: left;
}
header .header-bottom nav > ul > li div.menus ul.pages {
  clear: both;
}
header .header-bottom nav > ul > li div.menus ul.pages li {
  border-bottom: 1px solid #eee;
}
header .header-bottom nav > ul > li div.menus ul.pages li:first-child {
  border-top: 1px solid #eeeeee;
}
header .header-bottom nav > ul > li:hover {
  border-color: #eee;
  background: #fff;
}
header .header-bottom nav > ul > li:hover div.menus {
  float: left;
  opacity: 1;
  visibility: visible;
  padding-bottom: 10px;
  background: white;
  padding-left: 10px;
  border: 10px solid #eee;
}
header .header-bottom nav > ul > li:nth-last-child(-n+2) div.menus {
  left: auto;
}
nav.breadcrumb {
  padding: 0 20px;
  height: 22px;
  overflow: hidden;
  display: block;
  width: 920px;
}
nav.breadcrumb ul {
  padding: 5px 0;
  overflow: hidden;
  margin-top: -5px;
}
nav.breadcrumb ul li {
  float: left;
  list-style-type: none;
  font: 11px Droid Serif, serif;
}
nav.breadcrumb ul li.active {
  color: #009790;
}
nav.breadcrumb ul li.active a {
  color: #009790;
}
nav.breadcrumb ul li a {
  font: inherit;
  text-decoration: none;
  color: #666666;
}
nav.breadcrumb ul li a:hover {
  color: #009790;
}
section {
  position: relative;
  margin-bottom: 10px;
}
section.wrap {
  margin-bottom: 10px;
}
section#page {
  overflow: hidden;
  display: block;
}
section#page .csc-default {
  background: #ffffff;
}
section#page .csc-default .csc-default {
  padding: 0 !important;
  margin-bottom: 0;
}
section#page #main {
  width: 650px;
  float: left;
  /* Content-Styling START */
  /* Content-Styling END */
}
section#page #main .csc-default {
  padding: 20px;
  margin-bottom: 10px;
}
section#page #main.col-right {
  float: right;
  margin-left: 10px;
}
section#page #main.col-left {
  float: left;
}
section#page #main.one-col {
  width: 960px;
}
section#page #col {
  width: 300px;
}
section#page #col h2 {
  font: bold 15px Droid Serif,serif;
  padding: 0px;
  line-height: 120%;
}
section#page #col.col-right {
  float: right;
  margin-left: 10px;
}
section#page #col.col-right .news-list-view .article {
  padding: 10px 15px;
}
section#page #col.col-right .news-klinikfinder {
  padding: 10px 15px 20px;
}
section#page #col.col-right .padding {
  padding: 10px 15px;
  margin-bottom: 10px;
  overflow: hidden;
}
section#page #col.col-right .padding h2 {
  padding: 0;
}
section#page #col.col-right .padding h2 a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: inherit;
  font-weight: bold;
  color: #333333;
}
section#page #col.col-right .padding p,
section#page #col.col-right .padding a {
  font-size: 13px;
  font-family: Droid Serif, serif;
}
section#page #col.col-left {
  float: left;
}
section#page #col.col-left .csc-default {
  padding: 10px 15px 20px;
  margin-bottom: 10px;
}
section#page #col.col-left .with-pages .csc-default {
  margin-bottom: 0;
  padding-bottom: 0;
}
section#page #col .side-menu {
  background: #ffffff;
  padding: 10px 15px 20px;
}
section#page #col .side-menu ul {
  padding-left: 0;
}
section#page #col .side-menu ul li {
  border-bottom: 1px solid #ececec;
  display: block;
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 124%;
  list-style-type: none;
  overflow: hidden;
  padding: 5px 0;
  position: relative;
}
section#page #col .side-menu ul li .list-style-icon {
  height: 10px;
  width: 10px;
  background-position: -115px -100px;
  position: absolute;
  top: 14px;
}
section#page #col .side-menu ul li .list-style-icon.active {
  background-position: -98px -100px;
}
section#page #col .side-menu ul li a {
  background-clip: padding-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  color: #333333;
  display: inline-block;
  font: inherit;
  padding: 5px 20px;
  text-decoration: none;
  width: 230px;
}
section#page #col .side-menu ul li a:hover,
section#page #col .side-menu ul li a.active {
  background: #e5f4f4;
  color: #009790;
}
section#page #col .side-menu ul li ul {
  background: #ececec;
  margin-top: 10px;
}
section#page #col .side-menu ul li ul li {
  border-bottom: none;
}
section#page #col .side-menu ul li ul li a {
  font-size: 13px;
}
section#page #col .side-menu ul li ul li a:hover,
section#page #col .side-menu ul li ul li a.active {
  background: none;
}
section#page #col .side-menu.with-pages {
  padding-top: 0;
}
section#page #col .side-menu.with-pages ul li .list-style-icon {
  top: 17px;
}
section#page #col .side-menu.with-pages ul li a {
  padding: 8px 20px;
}
section#page #col .side-menu.with-pages ul li a:hover {
  background: #e5f4f4;
  color: #009790;
}
section#page #col .side-menu.with-pages ul li a.active {
  background: #009790;
  color: #ffffff;
}
section#page #col .childs {
  margin: 0;
}
section#page #col .childs a {
  font-size: 12px;
}
#row {
  overflow: hidden;
  display: block;
  clear: both;
}
#row .csc-default {
  padding: 20px;
}
#row .csc-default p,
#row .csc-default a {
  font-size: 12px;
}
footer#page-footer {
  clear: both;
  display: block;
  overflow: hidden;
}
footer#page-footer .footer-top {
  height: 70px;
  background: #ffffff;
  -webkit-border-radius: 0 30px 0 0;
  -moz-border-radius: 0 30px 0 0;
  border-radius: 0 30px 0 0;
  padding: 15px 20px 0px 20px;
}
footer#page-footer .footer-top .social {
  display: block;
  width: 120px;
}
footer#page-footer .footer-top .social.fb {
  margin-right: 10px;
}
footer#page-footer .footer-top .social.xing {
  width: 110px;
}
footer#page-footer .footer-top .social.xing .xing-statistics-hovercard {
  display: none;
}
footer#page-footer .footer-top .social.gplus {
  width: 60px;
}
footer#page-footer .footer-top .social.linkedin {
  width: auto;
  margin-right: 30px;
}
footer#page-footer .footer-top .social.linkedin .IN-widget > span:first-of-type {
  float: left;
}
footer#page-footer .footer-bottom {
  padding: 15px 20px;
  background: #ffffff;
  margin: 3px 0 10px 0;
  overflow: hidden;
  width: 960px;
}
footer#page-footer .footer-bottom .categories .csc-default {
  margin-right: 18px;
  float: left;
}
footer#page-footer .footer-bottom .categories a {
  color: #666666;
  font-size: inherit;
  font-family: Droid Serif, serif;
}
footer#page-footer .footer-bottom .categories a:hover {
  color: #009790;
  text-decoration: none;
}
footer#page-footer .footer-bottom .categories ul {
  padding: 0;
}
footer#page-footer .footer-bottom .categories ul li {
  list-style-type: none;
  font-size: 14px;
}
footer#page-footer .footer-bottom .categories ul li ul {
  margin-top: 10px;
}
footer#page-footer .footer-bottom .categories ul li ul li {
  font-size: 12px;
  margin-bottom: 5px;
  max-width: 190px;
}
footer#page-footer .copyright {
  clear: both;
  text-align: center;
  font: 12px Droid Serif, serif;
  color: #888;
}
/* Plugins */
.teaser-title {
  padding: 10px 15px 0;
}
.teaser-title .teaser-title-ic,
.subheadline .teaser-title-ic,
.teaser-title .subheadline-ic,
.subheadline .subheadline-ic {
  width: 10px;
  height: 10px;
  background-position: -100px -100px;
  margin-top: 2px;
  float: left;
}
.teaser-title .title,
.subheadline .title,
.teaser-title .title a,
.subheadline .title a,
.teaser-title .article-subheadline,
.subheadline .article-subheadline,
.teaser-title .article-subheadline a,
.subheadline .article-subheadline a {
  font: 10px Arial, Helvetica, sans-serif !important;
  color: #333333 !important;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  display: block;
  margin-left: 12px;
}
.news {
  /* PDF/Video-Icon bei Artikel vom Typ "Medien" */
  /* PDF-Icon bei Artikel vom Typ "Medien" */
  /* Alle News-Listen */
  /* Kategorie-Menü */
  /* Backup

							 .detail-page-catmenu {
									 ul {padding-left:0;

										 li {
											 list-style-type:none;
											 margin:5px 0 5px 16px;
											 position:relative;
											 display:block;
											 &:before {
													 color: @green;
													 content: "> ";
													 left: -16px;
													 position: absolute;
													 top: 0;
												 }
										 }
									 }
									 h2 { color: @black;font: bold 20px @droid;margin-bottom:18px;line-height:120% }

									 &.sidebar {
										 margin-bottom:10px;padding:10px 15px;

										 .teaser-title {padding:0}

										 ul li {
											 a, &:before {
												 color:@black;

											 }
											 &:hover:before {color:@green}
											 a:hover {color:@green}
										 }

									 }
								 }

							 */
}
.news .news-clear {
  clear: both;
}
.news p.news-img-caption {
  margin: -4px 0 0px 0;
  font: italic 11px Droid Serif, serif;
  text-align: right;
}
.news .news-list-date {
  font: bold 12px Droid Serif, serif;
  line-height: 150%;
  color: #333333;
}
.news .header p {
  margin-top: 0;
}
.news .header h1 {
  margin-bottom: 0;
  font: bold 20px Droid Sans, sans-serif;
  line-height: 120%;
}
.news .articletype-7 .icon-file-download {
  background: url("/fileadmin/weblayout/Resources/Public/Images/file-download-220x157.png") no-repeat scroll 0 0 transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.news .articletype-7 .icon-file-download.small-icon {
  background-image: url("/fileadmin/weblayout/Resources/Public/Images/file-download-330x236.png");
}
.news .articletype-7 .icon-file-download.big-icon {
  background-image: url("/fileadmin/weblayout/Resources/Public/Images/file-download-610x435.png");
}
.news .articletype-7 .icon-file-download.sidebar {
  background-image: url("/fileadmin/weblayout/Resources/Public/Images/file-download-270x180.png");
}
.news .articletype-7 .play-btn {
  background: url("/fileadmin/weblayout/Resources/Public/Images/play-btn-liste-L.png") repeat scroll 0 0 transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.news .news-img-wrap {
  margin-bottom: 0;
  position: relative;
}
.news .teaser-text a {
  font: inherit;
  font-weight: normal;
  font-style: normal;
}
.news .teaser-text a:hover {
  text-decoration: underline;
}
.news .more-articles {
  padding: 0px 15px 10px;
}
.news .more-articles a {
  font: 14px Droid Serif, serif;
  line-height: 140%;
  color: #009790;
  text-decoration: none;
}
.news .more-articles a:hover {
  text-decoration: underline;
}
.news .news-list-view {
  margin-bottom: 10px;
  /* Interview */
  /* Aufmacher-Liste */
  /* Normale Liste */
  /* Personen (TEASER) */
  /* Klinik-Liste */
  /* Nachrichten-Liste */
  /* Veranstaltungen-Liste */
  /* Medien-Liste */
  /* Gruppenartikel */
  /* Slider-Ansicht */
  /** Klinikfinder **/
}
.news .news-list-view .article.no-bottom-border {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.news .news-list-view .additional {
  font-size: 12px;
  font-family: Droid Serif, serif;
  line-height: 120%;
}
.news .news-list-view .teaser-text {
  margin: 0;
  font-size: 12px;
  line-height: 150%;
  font-family: Droid Serif, serif;
}
.news .news-list-view .childs {
  margin-top: 15px;
  font-family: Droid Serif, serif;
  color: #333333;
  clear: both;
}
.news .news-list-view .childs a {
  font-family: inherit;
}
.news .news-list-view .childs .icon-file-download {
  background: url("/fileadmin/weblayout/Resources/Public/Images/ic_pdf-download.png") no-repeat scroll right bottom transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.news .news-list-view .childs ul {
  padding: 0;
}
.news .news-list-view .childs ul li {
  list-style-type: none;
}
.news .news-list-view .header:hover a {
  text-decoration: underline;
}
.news .news-list-view .news-interview {
  overflow: hidden;
  clear: both;
}
.news .news-list-view .news-interview .header {
  text-align: center;
  background: #e5f4f4;
  padding: 10px 10px 20px 10px;
  margin-bottom: 16px;
  position: relative;
}
.news .news-list-view .news-interview .header h3 a {
  margin: 0;
  color: #009790;
  font: bold italic 20px Droid Sans, sans-serif;
}
.news .news-list-view .news-interview .header h3 a:hover {
  text-decoration: none;
}
.news .news-list-view .news-interview .header .ue3 {
  font: bold 14px Droid Serif, serif;
  line-height: 140%;
  margin: 15px 0;
}
.news .news-list-view .news-interview .header .ue3 a {
  margin: 0;
  color: #009790;
  font: bold italic 20px Droid Sans, sans-serif;
}
.news .news-list-view .news-interview .header .ue3 a:hover {
  text-decoration: none;
}
.news .news-list-view .news-interview .teaser-text p {
  display: inline;
  font: 12px Droid Serif, serif;
}
.news .news-list-view .news-interview .news-img-wrap {
  float: left;
  width: 67px;
  margin-right: 7px;
}
.news .news-list-view .news-interview .news-img-wrap a {
  display: block;
  overflow: hidden;
}
.news .news-list-view .news-lead {
  overflow: hidden;
}
.news .news-list-view .news-lead .header {
  margin-bottom: 10px;
}
.news .news-list-view .news-lead .header .subheadline {
  margin-bottom: 5px;
}
.news .news-list-view .news-lead .header h1 {
  margin: 0;
}
.news .news-list-view .news-lead .header h2 {
  margin: 0;
}
.news .news-list-view .news-lead .header a {
  font: 20px Droid Sans, sans-serif;
  font-weight: bold;
  color: #333333;
}
.news .news-list-view .news-lead .news-img-wrap {
  margin-bottom: 5px;
}
.news .news-list-view .news-lead .news-img-wrap .mediaelement {
  height: 379px;
  overflow: hidden;
}
.news .news-list-view .news-lead .teaser-text {
  margin-bottom: 10px;
  font: 14px Droid Serif,serif;
  line-height: 140%;
}
.news .news-list-view .news-lead .next-article {
  clear: both;
  display: block;
}
.news .news-list-view .news-lead .next-article h2 {
  display: inline-block;
  float: left;
  font: 14px Droid Serif, serif;
  line-height: 140%;
  margin: 0 2px 0 0;
  color: #333333;
}
.news .news-list-view .news-lead .next-article h2 a {
  font-family: inherit;
}
.news .news-list-view .news-lead .next-article h2 p {
  display: inline;
  margin: 0;
}
.news .news-list-view .news-lead .next-article .teaser-text {
  margin: 0;
  font: 14px Droid Serif, serif;
  line-height: 140%;
  color: #333333;
}
.news .news-list-view .news-lead .next-article .teaser-text p {
  margin: 0;
}
.news .news-list-view .article {
  position: relative;
  padding-bottom: 30px;
}
.news .news-list-view .article a.more {
  white-space: nowrap;
}
.news .news-list-view .article teaser-text {
  margin-bottom: 10px;
}
.news .news-list-view .topics-for {
  margin-bottom: 15px;
  padding-top: 3px;
  font: 16px Droid Sans, sans-serif;
  clear: both;
}
.news .news-list-view .standard {
  /* Layout für "Aktuelle Nachrichten aus der Gesundheit */
}
.news .news-list-view .standard.onlyheadline .article,
.news .news-list-view .standard.onlyheadline h2 {
  margin: 0;
}
.news .news-list-view .standard .article {
  clear: both;
  margin-bottom: 25px;
  overflow: hidden;
  border-bottom: 2px solid #eee;
}
.news .news-list-view .standard .article .news-img-wrap {
  float: left;
  width: 220px;
  margin: 0 20px 5px 0;
}
.news .news-list-view .standard .article .news-img-wrap a {
  display: block;
  overflow: hidden;
}
.news .news-list-view .standard .article .news-img-wrap .mediaelement-image {
  position: relative;
}
.news .news-list-view .standard .article .news-img-wrap .mediaelement-image span.play-btn {
  background: url("/fileadmin/weblayout/Resources/Public/Images/btn-play-liste.png") repeat scroll 0 0 transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.news .news-list-view .standard .article .box {
  width: 370px;
  margin-left: 240px;
}
.news .news-list-view .standard .article .box .subheadline {
  margin-bottom: 5px;
}
.news .news-list-view .standard .article .box .header a {
  font: 20px Droid Sans, sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 130%;
}
.news .news-list-view .standard .article .box .teaser-title {
  margin-bottom: 5px;
}
.news .news-list-view .standard .article .box .teaser-text {
  margin-top: 5px;
  font: 14px Droid Serif, serif;
  line-height: 140%;
  position: relative;
}
.news .news-list-view .standard .article .box h2 {
  margin: 0;
  line-height: 0;
}
.news .news-list-view .standard .layout-19 .box {
  margin: 0;
  width: auto;
}
.news .news-list-view .personen-liste .article {
  clear: both;
  margin-bottom: 25px;
  overflow: hidden;
  border-bottom: 2px solid #eee;
}
.news .news-list-view .personen-liste .article .news-img-wrap {
  float: left;
  width: 140px;
  margin: 0 20px 5px 0;
}
.news .news-list-view .personen-liste .article .news-img-wrap a {
  display: block;
  overflow: hidden;
}
.news .news-list-view .personen-liste .article .box {
  width: 449px;
  margin-left: 147px;
}
.news .news-list-view .personen-liste .article .box .subheadline {
  margin-bottom: 5px;
}
.news .news-list-view .personen-liste .article .box .header a {
  font: 20px Droid Sans, sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 130%;
}
.news .news-list-view .personen-liste .article .box .teaser-title {
  margin-bottom: 5px;
}
.news .news-list-view .personen-liste .article .box .teaser-text {
  margin-top: 5px;
  font: 14px Droid Serif, serif;
  line-height: 140%;
}
.news .news-list-view .personen-liste .article .box h2 {
  margin: 0;
  line-height: 0;
}
.news .news-list-view .personen .article {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}
.news .news-list-view .personen .article .news-img-wrap {
  float: left;
  width: 67px;
  margin-right: 7px;
}
.news .news-list-view .personen .article .news-img-wrap a {
  display: block;
  overflow: hidden;
}
.news .news-list-view .personen .article .box {
  margin-left: 74px;
}
.news .news-list-view .personen .article .box .header h3 {
  margin: 0;
  line-height: 0;
}
.news .news-list-view .personen .article .box .header h3 a {
  font: 14px Droid Sans, sans-serif;
  color: #009790;
}
.news .news-list-view .personen .article .box .header .ue3 {
  margin: 0;
  line-height: 0;
}
.news .news-list-view .personen .article .box .header .ue3 a {
  font: 14px Droid Sans, sans-serif;
  color: #009790;
}
.news .news-list-view .kliniken .area {
  padding: 0 15px 15px 0;
  margin-top: 10px;
}
.news .news-list-view .kliniken .viewport {
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 255px;
  height: 260px;
  margin-bottom: 30px;
}
.news .news-list-view .kliniken ul {
  padding: 0;
  margin-top: 10px;
}
.news .news-list-view .kliniken ul li {
  list-style-type: none;
  width: 255px;
  display: block;
}
.news .news-list-view .kliniken ul li .article {
  padding: 0px 15px !important;
  margin: 0 !important;
}
.news .news-list-view .kliniken ul li .article .list {
  float: left;
}
.news .news-list-view .kliniken ul li .article .title {
  display: block;
  margin-left: 10px;
}
.news .news-list-view .kliniken ul li .article .title a {
  font: 12px Droid Serif, serif;
  color: #333333;
}
.news .news-list-view .kliniken ul li .article .title a:hover {
  color: #009790;
  text-decoration: none;
}
.news .news-list-view .nachrichten .article {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}
.news .news-list-view .nachrichten .article .news-img-wrap {
  float: left;
  width: 93px;
  margin-right: 7px;
}
.news .news-list-view .nachrichten .article .news-img-wrap a {
  display: block;
  overflow: hidden;
}
.news .news-list-view .nachrichten .article .box {
  width: 170px;
  margin-left: 100px;
}
.news .news-list-view .nachrichten .article .box .header h3 {
  margin: 0;
  line-height: 0;
  font: 14px Droid Sans, sans-serif !important;
  line-height: 0 !important;
}
.news .news-list-view .nachrichten .article .box .header h3 a {
  font: bold 14px Droid Sans, sans-serif;
  color: #009790;
  line-height: 120%;
}
.news .news-list-view .nachrichten.grb {
  /* gleiche Liste mit großem Bild */
}
.news .news-list-view .nachrichten.grb .news-img-wrap {
  float: none;
  width: auto;
  margin-right: 0px;
}
.news .news-list-view .nachrichten.grb .box {
  width: auto;
  margin-left: 0px;
}
.news .news-list-view .nachrichten.grb .box .header a {
  color: #333333 !important;
}
.news .news-list-view .nachrichten.news-block .news-img-wrap {
  width: 270px;
  margin-right: 0;
  float: none;
  padding-top: 5px;
}
.news .news-list-view .nachrichten.news-block .box {
  width: auto;
  margin: 0;
}
.news .news-list-view .nachrichten.news-block .childs ul {
  padding: 0;
}
.news .news-list-view .nachrichten.news-block .childs ul li {
  list-style-type: none;
}
.news .news-list-view .nachrichten.news-block .childs ul li .title {
  display: block;
  margin-left: 10px;
}
.news .news-list-view .nachrichten.news-block .childs ul li .list {
  float: left;
  color: #009790;
}
.news .news-list-view .veranstaltungen {
  padding-bottom: 10px;
}
.news .news-list-view .veranstaltungen .article {
  clear: both;
  overflow: hidden;
}
.news .news-list-view .veranstaltungen .article .news-img-wrap a {
  display: block;
  overflow: hidden;
}
.news .news-list-view .veranstaltungen .article .box .header {
  font: 12px Droid Serif, serif;
}
.news .news-list-view .veranstaltungen .article .box .header h3 {
  line-height: 0;
  margin: 0;
}
.news .news-list-view .veranstaltungen .article .box .header h3 a {
  font: bold 14px Droid Sans, sans-serif;
  color: #333333;
  line-height: 130%;
}
.news .news-list-view .veranstaltungen .article .box .header .ue3 {
  line-height: 0;
  margin: 0;
}
.news .news-list-view .veranstaltungen .article .box .header .ue3 a {
  font: bold 14px Droid Sans, sans-serif;
  color: #333333;
  line-height: 130%;
}
.news .news-list-view .veranstaltungen-liste .article {
  clear: both;
  margin-bottom: 25px;
  overflow: hidden;
  border-bottom: 2px solid #eee;
}
.news .news-list-view .veranstaltungen-liste .article .news-img-wrap {
  float: left;
  width: 220px;
  margin: 0 20px 5px 0;
  overflow: hidden;
}
.news .news-list-view .veranstaltungen-liste .article .news-img-wrap a {
  display: block;
  overflow: hidden;
}
.news .news-list-view .veranstaltungen-liste .article .box .header {
  font-family: Droid Serif,serif;
}
.news .news-list-view .veranstaltungen-liste .article .box .header .subheadline {
  margin-bottom: 5px;
}
.news .news-list-view .veranstaltungen-liste .article .box .header h2 {
  line-height: 0;
  margin: 0;
}
.news .news-list-view .veranstaltungen-liste .article .box .header h2 a {
  font: 20px Droid Sans, sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 130%;
}
.news .news-list-view .veranstaltungen-liste .article .box .teaser-text {
  margin-top: 5px;
  font: 14px Droid Serif,serif;
  line-height: 140%;
}
.news .news-list-view .medien .article {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}
.news .news-list-view .medien .article .news-img-wrap a {
  display: block;
  overflow: hidden;
}
.news .news-list-view .medien .article .box .header h3 {
  line-height: 0;
  margin: 0;
}
.news .news-list-view .medien .article .box .header h3 a {
  font: bold 14px Droid Sans, sans-serif;
  color: #333333;
  line-height: 130%;
}
.news .news-list-view .gruppenartikel .box {
  padding: 15px;
}
.news .news-list-view .gruppenartikel .box ul {
  padding: 0;
}
.news .news-list-view .gruppenartikel .box ul li {
  list-style: none;
}
.news .news-list-view .gruppenartikel .box ul li.parent {
  font: bold 16px Droid Serif, serif;
}
.news .news-list-view .gruppenartikel .box ul li.parent a {
  font: inherit;
}
.news .news-list-view .gruppenartikel .box ul li ul {
  padding-top: 5px;
}
.news .news-list-view .gruppenartikel .box ul li ul li {
  margin: 5px 0;
  font: 14px Droid Serif, serif;
  overflow: hidden;
}
.news .news-list-view .gruppenartikel .box ul li ul li span.list {
  color: #009790;
  font: inherit;
  float: left;
  margin-top: 1px;
}
.news .news-list-view .gruppenartikel .box ul li ul li span.title {
  margin-left: 10px;
  line-height: 150%;
  display: block;
}
.news .news-list-view .gruppenartikel .box ul li ul li a {
  font: inherit;
}
.news .news-list-view .gruppenartikel .box ul li ul li.active span.list {
  color: #333333;
}
.news .news-list-view .slider {
  overflow: hidden;
  margin: 0 -20px;
}
.news .news-list-view .slider .teaser-title {
  padding: 10px 20px;
}
.news .news-list-view .slider .teaser-title .title {
  font: bold 20px Droid Serif, serif;
  text-transform: none;
  letter-spacing: 0;
}
.news .news-list-view .slider .prev,
.news .news-list-view .slider .next {
  cursor: pointer;
  display: block;
  float: left;
  height: 25px;
  text-indent: 9999px;
  width: 25px;
}
.news .news-list-view .slider .prev {
  background-position: -400px -100px;
  margin: 90px 5px 0 10px;
}
.news .news-list-view .slider .prev:hover {
  background-position: -467px -100px;
}
.news .news-list-view .slider .next {
  background-position: -433px -100px;
  margin: 90px 0px 0 5px;
}
.news .news-list-view .slider .next:hover {
  background-position: -502px -100px;
}
.news .news-list-view .slider .slide {
  float: left;
}
.news .news-list-view .slider .slide ul li {
  margin: 0 2px;
  height: 295px !important;
}
.news .news-list-view .slider .slide ul li .title {
  width: 100px;
}
.news .news-list-view .slider .slide ul li .title a {
  font: 12px Droid Serif, serif;
  color: #333333;
}
.news .news-list-view .slider .slide ul li .title a:hover {
  text-decoration: underline;
}
.news .news-list-view .news-klinikfinder .klinikfinder {
  border: 1px solid #eeeeee;
  padding: 7px 10px;
  font: 14px Droid Serif, serif;
  color: #333333;
  position: relative;
  cursor: pointer;
}
.news .news-list-view .news-klinikfinder .klinikfinder .open-klinikfinder {
  background-position: -188px -100px;
  height: 35px;
  position: absolute;
  right: 0;
  top: -1px;
  width: 35px;
  cursor: pointer;
}
.news .news-list-view .news-klinikfinder .klinikfinder .open-klinikfinder:hover,
.news .news-list-view .news-klinikfinder .klinikfinder .open-klinikfinder.open {
  background-position: -146px -100px;
}
.news .news-list-view .news-klinikfinder .klinikfinder-layer {
  background: #ffffff;
  display: block;
  left: 20px;
  position: absolute;
  width: 880px;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 12px #aaaaaa;
  -moz-box-shadow: 2px 2px 12px #aaaaaa;
  box-shadow: 2px 2px 12px #aaaaaa;
  z-index: 99;
  border: 1px solid #aaa;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  /* Tiny Scrollbar */
}
.news .news-list-view .news-klinikfinder .klinikfinder-layer .head {
  overflow: hidden;
  clear: both;
}
.news .news-list-view .news-klinikfinder .klinikfinder-layer .head .header {
  font: bold 16px Droid Serif, serif;
  color: #333333;
  margin-bottom: 15px;
  float: left;
}
.news .news-list-view .news-klinikfinder .klinikfinder-layer .head .close-layer {
  background-position: -148px -50px;
  float: right;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.news .news-list-view .news-klinikfinder .klinikfinder-layer .head .close-layer:hover {
  background-position: -180px -50px;
}
.news .news-list-view .news-klinikfinder .klinikfinder-layer ul {
  float: left;
  margin-right: 30px;
  width: 350px;
}
.news .news-list-view .news-klinikfinder .klinikfinder-layer ul li {
  list-style: none;
  padding-bottom: 10px;
}
.news .news-list-view .news-klinikfinder .klinikfinder-layer ul li a {
  font: 14px Droid Serif, serif;
  color: #333333;
  text-decoration: none;
}
.news .news-list-view .news-klinikfinder .klinikfinder-layer ul li a:hover {
  color: #009790;
}
.news .news-list-view .news-klinikfinder .klinikfinder-layer .viewport {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.news .news-list-view .news-klinikfinder .klinikfinder-layer .overview {
  padding-bottom: 10px;
}
.news .catmenu ul {
  padding: 0;
}
.news .catmenu ul li {
  list-style-type: none;
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 124%;
  border-bottom: 1px solid #ececec;
  display: block;
  padding: 5px 0px;
  position: relative;
  overflow: hidden;
}
.news .catmenu ul li .list-style-icon {
  height: 10px;
  width: 10px;
  background-position: -115px -100px;
  position: absolute;
  top: 17px;
}
.news .catmenu ul li .list-style-icon.active {
  background-position: -98px -100px;
}
.news .catmenu ul li a {
  font: inherit;
  line-height: inherit;
  text-decoration: none;
  padding: 8px 20px;
  display: inline-block;
  width: 230px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  color: #333333;
}
.news .catmenu ul li a:hover {
  background: #e5f4f4;
  color: #009790;
}
.news .catmenu ul li a.active {
  background: #009790;
  color: #ffffff;
}
.news .catmenu ul li.sub.active a {
  background: #009790;
  color: #ffffff;
}
.news .catmenu ul li.sub.active .list-style-icon {
  background-position: -98px -100px;
}
.news .catmenu ul li.sub.active ul li a {
  background: none;
  color: #333333;
}
.news .catmenu ul li.sub .open-next-tree {
  background-position: -575px -100px;
  float: right;
  height: 18px;
  position: absolute;
  right: 8px;
  top: 12px;
  width: 18px;
}
.news .catmenu ul li.sub .open-next-tree.act {
  background-position: -549px -100px;
}
.news .catmenu ul li.sub ul {
  width: 100%;
  background: #ececec;
}
.news .catmenu ul li.sub ul li {
  border: none;
  padding: 0;
}
.news .catmenu ul li.sub ul li .list-style-icon {
  background: none;
}
.news .catmenu ul li.sub ul li a {
  font: 13px Arial, Helvetica, sans-serif;
  background: none;
}
.news .catmenu ul li.sub ul li a:hover,
.news .catmenu ul li.sub ul li a.active {
  color: #009790;
}
.news .catmenu ul li.themenfilter {
  overflow: visible;
  height: 35px;
}
.news .catmenu ul li.themenfilter .themenfilter-icon {
  float: left;
}
.news .catmenu ul li.themenfilter .themenfilter-info {
  float: right;
  margin-top: 3px;
  position: relative;
  cursor: pointer;
}
.news .catmenu ul li.themenfilter .themenfilter-info .themenfilter-info-text {
  border: 1px solid #AAA;
  background: none repeat scroll 0 0 white;
  padding: 20px;
  position: absolute;
  right: -355px;
  top: 0;
  width: 300px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 2px 2px 12px #aaaaaa;
  -moz-box-shadow: 2px 2px 12px #aaaaaa;
  box-shadow: 2px 2px 12px #aaaaaa;
}
.news .detail-page-catmenu ul {
  padding-left: 0;
}
.news .detail-page-catmenu ul li {
  list-style-type: none;
  margin: 5px 0;
  position: relative;
  display: block;
}
.news .detail-page-catmenu ul li.last {
  margin-top: 14px;
}
.news .detail-page-catmenu ul li.last a {
  font-weight: normal;
  color: #009790;
}
.news .detail-page-catmenu ul li a {
  color: #333333;
  font: bold 14px Droid Serif, serif;
  line-height: 130%;
}
.news .detail-page-catmenu ul li a:hover {
  text-decoration: underline;
}
.news .detail-page-catmenu h2 {
  color: #333333;
  font: bold 20px Droid Serif, serif;
  margin-bottom: 18px;
  line-height: 120%;
}
.news .detail-page-catmenu.sidebar {
  margin-bottom: 10px;
  padding: 10px 15px;
}
.news .detail-page-catmenu.sidebar .teaser-title {
  padding: 0;
}
.news .detail-page-catmenu.sidebar ul {
  margin-top: 10px;
}
.news .page-navigation {
  margin-bottom: 10px;
  overflow: hidden;
  float: left;
}
.news .page-navigation ul {
  padding: 0;
}
.news .page-navigation ul li {
  float: left;
  list-style-type: none;
  margin-right: 5px;
  font: 12px Arial, Helvetica, sans-serif;
  display: block;
}
.news .page-navigation ul li.current span.no-link {
  background: #e5f4f4;
  color: #009790;
  padding: 5px 10px;
  display: block;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.news .page-navigation ul li a {
  font: inherit;
  color: inherit;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.news .page-navigation ul li a:hover {
  background: #e5f4f4;
  color: #009790;
}
.news .page-navigation ul li span.ic {
  height: 10px;
  width: 10px;
}
.news .page-navigation ul li span.ic a:hover {
  background: none;
}
.news .page-navigation ul li span.ic.first {
  background-position: -250px -100px;
}
.news .page-navigation ul li span.ic.first:hover {
  background-position: -315px -100px;
}
.news .page-navigation ul li span.ic.previous {
  background-position: -265px -100px;
}
.news .page-navigation ul li span.ic.previous:hover {
  background-position: -330px -100px;
}
.news .page-navigation ul li span.ic.next {
  background-position: -280px -100px;
}
.news .page-navigation ul li span.ic.next:hover {
  background-position: -345px -100px;
}
.news .page-navigation ul li span.ic.last {
  background-position: -295px -100px;
}
.news .page-navigation ul li span.ic.last:hover {
  background-position: -360px -100px;
}
.news.news-single {
  font-family: Droid Serif, serif;
  overflow: hidden;
}
.news.news-single .bar.bottom {
  margin-top: 10px;
}
.news.news-single .bar.top {
  margin-bottom: 10px;
  overflow: hidden;
}
.news.news-single .bar.top.hospital {
  float: right;
}
.news.news-single .bar .print-view {
  float: right;
}
.news.news-single .bar .print-view span.printview-ic {
  background-position: -230px 141px;
  display: inline-block;
  float: left;
  height: 24px;
  margin-right: 5px;
  width: 40px;
}
.news.news-single .bar .print-view a {
  font-size: 12px;
}
.news.news-single .bar .ical-export {
  float: right;
  width: 180px;
}
.news.news-single .bar .ical-export span.ical-icon {
  background: url('/typo3conf/ext/vtm_basic/img/add_calendar.png') no-repeat;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  display: block;
  height: 24px;
  width: 24px;
  margin-right: 5px;
  float: left;
}
.news.news-single .bar .ical-export a {
  font-size: 12px;
}
.news.news-single .bar .socials {
  /*
													.like {width:84px;}
													.twitter {width:72px;}
													.xing {width:60px;.xing-statistics-hovercard {display:none}}
													.gplus {width:33px}
													*/
}
.news.news-single .bar .socials .news-social {
  display: block;
  overflow: hidden;
  margin-right: 15px;
}
.news.news-single .bar .socials .linkedin {
  margin-right: 15px;
}
.news.news-single .bar .news-date {
  float: left;
  font-size: 12px;
  margin-bottom: 5px;
}
.news.news-single .header {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
.news.news-single .header.hospital {
  display: inline-block;
}
.news.news-single .header .subheadline {
  margin-bottom: 10px;
}
.news.news-single .header h1 {
  float: left;
  margin: 0 !important;
}
.news.news-single .header .event-location {
  margin-top: 14px;
}
.news.news-single .news-img-wrap {
  margin: 14px 10px 10px 0;
}
.news.news-single .news-img-wrap a.download-link {
  position: relative;
  display: block;
}
.news.news-single .news-backlink-wrap {
  clear: both;
}
.news.news-single .teaser-text {
  color: #009790;
}
.news.news-single .news-text-wrap table.striped {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
.news.news-single .news-text-wrap table.striped .odd {
  background: #ececec;
}
.news.news-single .news-text-wrap table.striped td {
  padding: 2px 10px;
}
.news.news-single .news-text-wrap table.striped td:first-child {
  width: 200px;
}
.news.news-single .news-text-wrap table.striped td > p {
  margin: 0;
}
.news.news-single .author {
  text-align: right;
  margin: 0 0 6px 0;
}
.news.news-single .news-tags {
  margin: 0 0 10px 0;
}
.news.news-single .news-tags .title {
  font-weight: bold;
}
.news.news-single .news-tags .title .tags {
  color: #009790;
}
.news.news-single .news-tags .tags .tag a {
  margin-right: -4px;
}
.news.news-single .news-block {
  margin: 10px 0;
}
.news.news-single .news-block .title {
  font-weight: bold;
}
.news.news-single .news-block ul {
  padding: 0;
}
.news.news-single .news-block ul li {
  list-style-type: none;
}
.news.news-single .news-related {
  margin: 20px 0;
}
.news.news-single .news-related ul {
  padding: 0;
}
.news.news-single .news-related ul li {
  list-style-type: none;
}
.news.news-single .news-related-files span.PDF {
  background: url('/fileadmin/weblayout/Resources/Public/Images/ic_pdf-download.png') no-repeat;
  display: inline-block;
  height: 25px;
  width: 29px;
  margin-right: 10px;
}
.news.news-single .news-related-files a {
  display: inline-block;
}
.news.news-single .hospital .news-text-wrap {
  clear: both;
}
.col-right .tx-vtm-taglist {
  padding: 10px 15px 20px;
}
.tx-vtm-taglist ul {
  padding: 0;
}
.tx-vtm-taglist ul li {
  list-style-type: none;
}
/* Andere Elemente */
.arrow {
  border: 20px solid #e5f4f4;
  font-size: 0;
  line-height: 0;
  height: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -20px;
  right: 0px;
}
.arrow.down {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-style: inset;
}
.round-corner-tr {
  -webkit-border-radius: 0 30px 0 0;
  -moz-border-radius: 0 30px 0 0;
  border-radius: 0 30px 0 0;
}
.round-corner-br {
  -webkit-border-radius: 0 0 30px 0;
  -moz-border-radius: 0 0 30px 0;
  border-radius: 0 0 30px 0;
}
.round-corner-tr-br {
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
}
.news-aufmacher-top {
  -webkit-border-radius: 0 0 30px 0;
  -moz-border-radius: 0 0 30px 0;
  border-radius: 0 0 30px 0;
}
.three-news-list-bottom {
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
}
/* Mixins */
.overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 800px;
}
.scrollbar {
  background: transparent url('/fileadmin/weblayout/Resources/Public/Images/bg-scrollbar-track-y.png') no-repeat 0 0;
  position: relative;
  background-position: 0 0;
  float: right;
  width: 15px;
}
.thumb {
  background: transparent url('/fileadmin/weblayout/Resources/Public/Images/bg-scrollbar-thumb-y.png') no-repeat 50% 100%;
  height: 20px;
  width: 25px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -5px;
}
.thumb .end {
  background: transparent url('/fileadmin/weblayout/Resources/Public/Images/bg-scrollbar-thumb-y.png') no-repeat 50% 0;
  overflow: hidden;
  height: 5px;
  width: 25px;
}
.track {
  height: 100%;
  width: 13px;
  position: relative;
  padding: 0 1px;
}
.disable {
  display: none;
}
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.gsb-calendar {
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
  -webkit-box-shadow: 2px 2px 12px #aaaaaa;
  -moz-box-shadow: 2px 2px 12px #aaaaaa;
  box-shadow: 2px 2px 12px #aaaaaa;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 0 auto;
  overflow: hidden;
  width: 90%;
  min-width: 960px;
  left: 50%;
  margin-left: -45.5%;
  position: absolute;
  z-index: 99;
  visibility: hidden;
  margin-top: 45px;
}
.gsb-calendar .head {
  overflow: hidden;
  clear: both;
  position: relative;
  height: 60px;
}
.gsb-calendar .head .header {
  color: #333333;
  margin-bottom: 15px;
  position: absolute;
}
.gsb-calendar .head .header-left {
  font: bold 16px Droid Serif, serif;
  left: 0;
  float: left;
}
.gsb-calendar .head .header-center {
  left: 33%;
  text-align: center;
}
.gsb-calendar .head .header-right {
  right: 0;
}
.gsb-calendar .head .close-calendar {
  background-position: -148px -50px;
  float: right;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.gsb-calendar .head .close-calendar:hover {
  background-position: -180px -50px;
}
.open-calendar {
  float: right;
  cursor: pointer;
  color: #009790;
}
.open-calendar:hover {
  text-decoration: underline;
}
.open-calendar.calendar-ic {
  background: url('/fileadmin/weblayout/Resources/Public/Images/ic_calendar.png') no-repeat right 0;
  padding: 5px 35px 0 0;
  height: 30px;
}
.event-cal {
  display: block;
  overflow: hidden;
  padding: 0 15px 0px;
}
.event-cal .open-calendar.calendar-ic {
  padding-top: 0;
  float: left;
}
.loader {
  display: none;
  float: right;
  background: url('/fileadmin/weblayout/Resources/Public/Images/ic_loading-animation.gif') no-repeat;
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
  display: block;
  height: 31px;
  width: 31px;
  margin-left: 10px;
  visibility: hidden;
  margin-top: -4px;
}
.tx-tscleverreach-pi1 {
  margin-bottom: 10px;
}
.tx-tscleverreach-pi1 input {
  outline: none;
}
.tx-tscleverreach-pi1 .nl-header p {
  font-size: 13px;
  margin: 5px 0;
}
.tx-tscleverreach-pi1 input[type=text] {
  border: 2px solid #ececec;
  height: 34px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding-left: 10px;
  font: 14px Droid Serif, serif;
  width: 260px;
}
.tx-tscleverreach-pi1 input[type=submit],
.tx-tscleverreach-pi1 a.subscribe {
  padding: 0 0 2px 0;
  border: none;
  height: 34px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  font: 14px Arial, Helvetica, sans-serif;
  width: 170px;
  margin-bottom: 10px;
  background: #e5f4f4;
  color: #009790;
  cursor: pointer;
}
.tx-tscleverreach-pi1 input[type=submit]:hover,
.tx-tscleverreach-pi1 a.subscribe:hover {
  background: #009790;
  color: #ffffff;
  text-decoration: none;
}
.tx-tscleverreach-pi1 a.subscribe {
  display: block;
  height: 25px;
  padding-top: 9px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif !important;
}
.tx-tscleverreach-pi1 .tx-tscleverreach-info p {
  font-size: 13px;
}
.tx-tscleverreach-pi1 .tx-tscleverreach-col {
  padding: 20px 15px;
}
.tx-tscleverreach-pi1 .tx-tscleverreach-col input#tx-tscleverreach-email {
  margin: 5px 0 15px 0;
}
.tx-tscleverreach-pi1 .tx-tscleverreach-col .tx-tscleverreach-info p {
  margin-top: 0px;
}
.tx-tscleverreach-pi1 .tx-tscleverreach-main label {
  display: block;
  margin-bottom: 10px;
}
.tx-tscleverreach-pi1 .tx-tscleverreach-main input[type=text] {
  margin: 0 0 5px 0;
}
.tx-tscleverreach-pi1 .tx-tscleverreach-main .tx-tscleverreach-info p {
  margin-top: 10px;
}
.tx-tscleverreach-pi1 .radio {
  display: block;
  float: left;
  width: 70px;
}
.tx-tscleverreach-pi1 .radio input[type=radio] {
  float: left;
}
/* N4M */
.tx-felogin-pi1 legend {
  display: none;
}
.tx-felogin-pi1 fieldset {
  border: 0px none;
}
.news .news-list-view .dossier {
  margin-left: -10px;
  margin-right: -10px;
}
.news .news-list-view .dossier .dossierbox {
  padding: 10px;
  background-color: #e5f4f4;
  border: 1px solid #009790;
}
.news .news-list-view .dossierside {
  margin-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
}
.news .news-list-view .dossierside .dossierbox {
  padding: 10px 7px!important;
  background-color: #e5f4f4;
  border: 1px solid #009790;
}
.round-corner-tr.dossier {
  background-color: #e5f4f4 !important;
  border: 1px solid #009790;
}
.round-corner-tr.dossier .dossierbox {
  border: 0px none!important;
}
.news .condensed {
  padding: 5px 0px;
  border-top: 1px dotted #ccc;
}
.news .condensed.last {
  border-bottom: 1px dotted #ccc;
}
.gsb-search-feld {
  outline: none;
  position: absolute;
  right: 15px;
  border: 2px solid #009790;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  height: 22px;
  padding-left: 10px;
  font: 14px Droid Serif, serif;
  width: 170px;
  top: 14px;
}
.gsb-search-lupe {
  position: absolute;
  right: 205px;
  background: url('../../../../Images/sprites.png');
  background-position: 0 -105px;
  display: block;
  height: 20px;
  min-width: 25px;
  text-indent: -9999px;
  top: 19px;
  font-size: 0px;
  border: none;
}
.veranstaltungen.topfortbildungen {
  border-left: 5px solid #009790;
}
.footer-metanavi-mobile {
  background: #fff;
  padding: 15px 20px 15px 20px;
}
.footer-metanavi-mobile ul {
  padding: 0px;
}
.footer-metanavi-mobile ul li {
  display: inline;
  margin: 0px 15px 0px 0px;
  list-style-type: none;
}

@media (max-width: 479px) {
  body {
    background-color: #eee !important;
  }
  .bannerwrap {
    width: 100% !important;
  }
  .banner-col {
    display: none !important;
  }
  .banner-top {
    margin: 5px 0px!important;
  }
  .banner-top img {
    width: 100% !important;
    height: auto !important;
  }
  header .header-top .logo {
    text-align: center !important;
  }
  header .header-top nav.meta-navigation {
    display: none !important;
  }
  header .header-top .search {
    display: none !important;
  }
  header .header-top .claim {
    font-size: 11px !important;
  }
  header .header-bottom {
    display: none !important;
  }
  .slicknav_menu {
    display: block;
  }
  nav.breadcrumb ul {
    display: none !important;
  }
  .wrap {
    width: 100% !important;
  }
  section#page #main {
    width: 100% !important;
  }
  section#page #col {
    width: 100% !important;
  }
  footer#page-footer .footer-top {
    height: auto !important;
  }
  footer#page-footer .footer-bottom {
    display: none !important;
  }
  footer#page-footer .copyright {
    padding: 15px 20px 15px 20px;
  }
  .shariff .orientation-horizontal li {
    min-width: 40px !important;
  }
  .shariff .news.news-single .bar .socials .twitter {
    width: auto !important;
  }
  .shariff .orientation-horizontal .share_count {
    display: none !important;
  }
  .event-cal,
  .gsb-calendar,
  .open-calendar {
    display: none !important;
  }
  .news-lead .mediaelement,
  .news-lead .mediaelement img {
    width: 100% !important;
    height: auto !important;
  }
  .news .box {
    width: 100% !important;
    margin-left: 0px !important;
  }
  #main .news .mediaelement,
  .news .mediaelement img {
    width: 100% !important;
    height: auto !important;
  }
  #main .news .news-lead .news-img-wrap {
    margin-right: 0px !important;
    float: none !important;
    width: 100% !important;
  }
  #main .news .standard .news-img-wrap {
    margin-right: 15px !important;
    float: left !important;
    width: 30% !important;
  }
  #col .news .standard .news-img-wrap {
    margin-right: 15px !important;
    float: left !important;
    width: 30% !important;
  }
  #col .news .nachrichten .news-img-wrap {
    margin-right: 15px !important;
    float: left !important;
    width: 30% !important;
  }
  .hidden-xs {
    display: none;
  }
  #wrapper .nivoSlider {
    position: relative;
    max-width: 300px;
    max-height: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .mobilesearch {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .mobilesearch input[type="button"] {
    position: absolute;
    top: 13px;
    left: 10px;
    background: url('../../../../Images/sprites.png');
    background-position: 0 -105px;
    display: block;
    height: 20px;
    min-width: 25px;
    text-indent: -9999px;
    font-size: 0px;
    border: none;
  }
  .mobilesearch input#gsc-i-id2 {
    position: absolute;
    top: 10px;
    left: 45px;
    border: 2px solid #009790;
    border-radius: 5px;
    height: 20px;
    padding-left: 10px;
    font: 14px Droid Serif,serif;
    width: 150px;
  }
  .mobilesearch .gsc-input {
    padding-right: 0 !important;
  }
  .mobilesearch .gsc-input #gsc-i-id2 {
    background: #fff !important;
  }
  .mobilesearch .gsc-clear-button {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 779px) {
  body {
    background-color: #eee !important;
  }
  .bannerwrap {
    width: 100% !important;
  }
  .banner-col {
    display: none !important;
  }
  .banner-top {
    margin: 5px 0px!important;
  }
  .banner-top img {
    width: 100% !important;
    height: auto !important;
  }
  header .header-top .logo {
    text-align: center !important;
  }
  header .header-top nav.meta-navigation {
    display: none !important;
  }
  header .header-top .search {
    display: none !important;
  }
  header .header-top .claim {
    font-size: 12px !important;
  }
  header .header-bottom {
    display: none !important;
  }
  .slicknav_menu {
    display: block;
  }
  nav.breadcrumb ul {
    display: none !important;
  }
  /* nav.breadcrumb { padding: 10px 10px 0px 10px!important; width: ~"calc(100% - 20px)"!important; } */
  .wrap {
    width: 100% !important;
  }
  section#page #main {
    width: 100% !important;
  }
  section#page #col {
    width: 100% !important;
  }
  footer#page-footer .footer-bottom {
    width: 100% !important;
  }
  footer#page-footer .footer-bottom {
    display: none !important;
  }
  footer#page-footer .copyright {
    padding: 15px 20px 15px 20px;
  }
  .event-cal,
  .gsb-calendar,
  .open-calendar {
    display: none !important;
  }
  .news-lead .mediaelement,
  .news-lead .mediaelement img {
    width: 100% !important;
    height: auto !important;
  }
  .news .box {
    width: 100% !important;
    margin-left: 0px !important;
  }
  #main .news .mediaelement,
  .news .mediaelement img {
    width: 100% !important;
    height: auto !important;
  }
  #main .news .news-lead .news-img-wrap {
    margin-right: 0px !important;
    float: none !important;
    width: 100% !important;
  }
  #main .news .standard .news-img-wrap {
    margin-right: 15px !important;
    float: left !important;
    width: 30% !important;
  }
  #col .news .standard .news-img-wrap {
    margin-right: 15px !important;
    float: left !important;
    width: 30% !important;
  }
  #col .news .nachrichten .news-img-wrap {
    margin-right: 15px !important;
    float: left !important;
    width: 30% !important;
  }
  .hidden-xs {
    display: none;
  }
  #wrapper .nivoSlider {
    position: relative;
    max-width: 460px;
    max-height: 100%;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .mobilesearch {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .mobilesearch input[type="button"] {
    position: absolute;
    top: 13px;
    left: 10px;
    background: url('../../../../Images/sprites.png');
    background-position: 0 -105px;
    display: block;
    height: 20px;
    min-width: 25px;
    text-indent: -9999px;
    font-size: 0px;
    border: none;
  }
  .mobilesearch input#gsc-i-id2 {
    position: absolute;
    top: 10px;
    left: 45px;
    border: 2px solid #009790;
    border-radius: 5px;
    height: 20px;
    padding-left: 10px;
    font: 14px Droid Serif,serif;
    width: 150px;
  }
  .mobilesearch .gsc-input {
    padding-right: 0 !important;
  }
  .mobilesearch .gsc-input #gsc-i-id2 {
    background: #fff !important;
  }
  .mobilesearch .gsc-clear-button {
    display: none;
  }
}
@media (min-width: 780px) and (max-width: 959px) {
  .bannerwrap {
    width: 100% !important;
  }
  .banner-col {
    display: none !important;
  }
  .banner-top img {
    width: 100% !important;
    height: auto !important;
  }
  header .header-bottom nav > ul > li a {
    padding: 5px 0px!important;
    font-size: 12px !important;
  }
  .slicknav_menu {
    display: none;
  }
  nav.breadcrumb {
    padding: 10px 10px 0px 10px!important;
    width: calc(100% - 20px) !important;
  }
  .wrap {
    width: 100% !important;
  }
  section#page #main {
    width: calc(100% - 320px) !important;
  }
  section#page #main.col-right {
    float: right;
    margin-right: 10px;
  }
  section#page #col {
    width: 300px !important;
  }
  section#page #col.col-left {
    float: right !important;
  }
  footer#page-footer .footer-bottom {
    width: 100% !important;
  }
  footer#page-footer .footer-bottom .categories div {
    width: calc(20% - 18px) !important;
  }
  .event-cal,
  .gsb-calendar,
  .open-calendar {
    display: none !important;
  }
  .news-lead .mediaelement,
  .news-lead .mediaelement img {
    width: 100% !important;
    height: auto !important;
  }
  .news .mediaelement,
  .news .mediaelement img {
    width: 100% !important;
    height: auto !important;
  }
  .news .box {
    width: 100% !important;
    margin-left: 0px !important;
  }
  #main .news .news-lead .news-img-wrap {
    margin-right: 0px !important;
    float: none !important;
    width: 100% !important;
  }
  #main .news .standard .news-img-wrap {
    margin-right: 15px !important;
    float: left !important;
    width: 30% !important;
  }
  .visible-xs {
    display: none;
  }
  #wrapper .nivoSlider {
    position: relative;
    max-width: 460px;
    max-height: 100%;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .mobilesearch {
    display: none;
  }
}
@media (min-width: 960px) {
  header .header-bottom nav > ul > li a {
    padding: 10px 8px!important;
    font-size: 14px !important;
  }
  .slicknav_menu {
    display: none;
  }
  .wrap {
    width: 960px !important;
  }
  section#page #main {
    width: 650px !important;
  }
  section#page #col {
    width: 300px !important;
  }
  footer#page-footer .footer-bottom {
    width: 960px !important;
  }
  nav.breadcrumb {
    padding: 0 20px!important;
    width: 920px !important;
  }
  .visible-xs {
    display: none;
  }
  .mobilesearch {
    display: none;
  }
}
/* ****************************************************************************************************** */
.slicknav_menu .slicknav_btn {
  background-color: #009790;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #fff;
}
.slicknav_menu .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: .244em;
}
.slicknav_menu {
  background-color: #928f8d;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #009790;
  color: #fff;
  text-decoration: none;
}
.slicknav_nav .slicknav_item a {
  color: #fff;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #009790;
  color: #fff;
  text-decoration: none;
}
.slicknav_nav a {
  color: #fff;
}
/* ****************************************************************************************************** */