/* @import "assets/css/less-helper.less"; removed */
/* @import "compositions/mobile/css/mobile-vars.less"; removed */
/* @import "compositions/mobile/css/bootstrap-responsive.less"; removed */
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position: static;
}
.navbar-fixed-top {
	margin-bottom: 20px;
}
.navbar-fixed-bottom {
	margin-top: 20px;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
	padding: 5px;
}
.navbar .container {
	width: auto;
	padding: 0;
}
.navbar .brand {
	padding-right: 10px;
	padding-left: 10px;
	margin: 0 0 0 -5px;
}
.nav-collapse {
	clear: both;
}
.nav-collapse .nav {
	float: none;
	margin: 0 0 10px;
}
.nav-collapse .nav > li {
	float: none;
}
.nav-collapse .nav > li > a {
	margin-bottom: 2px;
}
.nav-collapse .nav > .divider-vertical {
	display: none;
}
.nav-collapse .nav .nav-header {
	color: #777777;
	text-shadow: none;
}
.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
	padding: 9px 15px;
	font-weight: bold;
	color: #777777;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.nav-collapse .btn {
	padding: 4px 10px 4px;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.nav-collapse .dropdown-menu li + li a {
	margin-bottom: 2px;
}
.nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus {
	background-color: #f2f2f2;
}
.navbar-inverse .nav-collapse .nav > li > a,
.navbar-inverse .nav-collapse .dropdown-menu a {
	color: #999999;
}
.navbar-inverse .nav-collapse .nav > li > a:hover,
.navbar-inverse .nav-collapse .nav > li > a:focus,
.navbar-inverse .nav-collapse .dropdown-menu a:hover,
.navbar-inverse .nav-collapse .dropdown-menu a:focus {
	background-color: #111111;
}
.nav-collapse.in .btn-group {
	padding: 0;
	margin-top: 5px;
}
.nav-collapse .dropdown-menu {
	position: static;
	top: auto;
	left: auto;
	display: none;
	float: none;
	max-width: none;
	padding: 0;
	margin: 0 15px;
	background-color: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.nav-collapse .open > .dropdown-menu {
	display: block;
}
.nav-collapse .dropdown-menu:before,
.nav-collapse .dropdown-menu:after {
	display: none;
}
.nav-collapse .dropdown-menu .divider {
	display: none;
}
.nav-collapse .nav > li > .dropdown-menu:before,
.nav-collapse .nav > li > .dropdown-menu:after {
	display: none;
}
.nav-collapse .navbar-form,
.nav-collapse .navbar-search {
	float: none;
	padding: 10px 15px;
	margin: 10px 0;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-inverse .nav-collapse .navbar-form,
.navbar-inverse .nav-collapse .navbar-search {
	border-top-color: #111111;
	border-bottom-color: #111111;
}
.navbar .nav-collapse .nav.pull-right {
	float: none;
	margin-left: 0;
}
.nav-collapse,
.nav-collapse.collapse {
	height: 0;
	overflow: hidden;
}
.navbar .btn-navbar {
	display: block;
}
.navbar-static .navbar-inner {
	padding-right: 10px;
	padding-left: 10px;
}
.hidden {
	display: none;
	visibility: hidden;
}
.visible-phone {
	display: none !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-tablet {
		display: inherit !important;
	}
	.hidden-tablet {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-phone {
		display: inherit !important;
	}
	.hidden-phone {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: inherit !important;
	}
	.hidden-print {
		display: none !important;
	}
}
@media (max-width: 480px) {
	.nav-collapse {
		-webkit-transform: translate3d(0, 0, 0);
	}
	.page-header h1 small {
		display: block;
		line-height: 20px;
	}
	input[type="checkbox"],
	input[type="radio"] {
		border: 1px solid #ccc;
	}
	.form-horizontal .control-label {
		float: none;
		width: auto;
		padding-top: 0;
		text-align: left;
	}
	.form-horizontal .controls {
		margin-left: 0;
	}
	.form-horizontal .control-list {
		padding-top: 0;
	}
	.form-horizontal .form-actions {
		padding-right: 10px;
		padding-left: 10px;
	}
	.media .pull-left,
	.media .pull-right {
		display: block;
		float: none;
		margin-bottom: 10px;
	}
	.media-object {
		margin-right: 0;
		margin-left: 0;
	}
	.modal {
		top: 10px;
		right: 10px;
		left: 10px;
	}
	.modal-header .close {
		padding: 10px;
		margin: -10px;
	}
	.carousel-caption {
		position: static;
	}
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position: static;
}
.navbar-fixed-top {
	margin-bottom: 20px;
}
.navbar-fixed-bottom {
	margin-top: 20px;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
	padding: 5px;
}
.navbar .container {
	width: auto;
	padding: 0;
}
.navbar .brand {
	padding-right: 10px;
	padding-left: 10px;
	margin: 0 0 0 -5px;
}
.nav-collapse {
	clear: both;
}
.nav-collapse .nav {
	float: none;
	margin: 0 0 10px;
}
.nav-collapse .nav > li {
	float: none;
}
.nav-collapse .nav > li > a {
	margin-bottom: 2px;
}
.nav-collapse .nav > .divider-vertical {
	display: none;
}
.nav-collapse .nav .nav-header {
	color: #777777;
	text-shadow: none;
}
.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
	padding: 9px 15px;
	font-weight: bold;
	color: #777777;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.nav-collapse .btn {
	padding: 4px 10px 4px;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.nav-collapse .dropdown-menu li + li a {
	margin-bottom: 2px;
}
.nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus {
	background-color: #f2f2f2;
}
.navbar-inverse .nav-collapse .nav > li > a,
.navbar-inverse .nav-collapse .dropdown-menu a {
	color: #999999;
}
.navbar-inverse .nav-collapse .nav > li > a:hover,
.navbar-inverse .nav-collapse .nav > li > a:focus,
.navbar-inverse .nav-collapse .dropdown-menu a:hover,
.navbar-inverse .nav-collapse .dropdown-menu a:focus {
	background-color: #111111;
}
.nav-collapse.in .btn-group {
	padding: 0;
	margin-top: 5px;
}
.nav-collapse .dropdown-menu {
	position: static;
	top: auto;
	left: auto;
	display: none;
	float: none;
	max-width: none;
	padding: 0;
	margin: 0 15px;
	background-color: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.nav-collapse .open > .dropdown-menu {
	display: block;
}
.nav-collapse .dropdown-menu:before,
.nav-collapse .dropdown-menu:after {
	display: none;
}
.nav-collapse .dropdown-menu .divider {
	display: none;
}
.nav-collapse .nav > li > .dropdown-menu:before,
.nav-collapse .nav > li > .dropdown-menu:after {
	display: none;
}
.nav-collapse .navbar-form,
.nav-collapse .navbar-search {
	float: none;
	padding: 10px 15px;
	margin: 10px 0;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-inverse .nav-collapse .navbar-form,
.navbar-inverse .nav-collapse .navbar-search {
	border-top-color: #111111;
	border-bottom-color: #111111;
}
.navbar .nav-collapse .nav.pull-right {
	float: none;
	margin-left: 0;
}
.nav-collapse,
.nav-collapse.collapse {
	height: 0;
	overflow: hidden;
}
.navbar .btn-navbar {
	display: block;
}
.navbar-static .navbar-inner {
	padding-right: 10px;
	padding-left: 10px;
}
.hidden {
	display: none;
	visibility: hidden;
}
.visible-phone {
	display: none !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-tablet {
		display: inherit !important;
	}
	.hidden-tablet {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-phone {
		display: inherit !important;
	}
	.hidden-phone {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: inherit !important;
	}
	.hidden-print {
		display: none !important;
	}
}
@media (max-width: 480px) {
	.nav-collapse {
		-webkit-transform: translate3d(0, 0, 0);
	}
	.page-header h1 small {
		display: block;
		line-height: 20px;
	}
	input[type="checkbox"],
	input[type="radio"] {
		border: 1px solid #ccc;
	}
	.form-horizontal .control-label {
		float: none;
		width: auto;
		padding-top: 0;
		text-align: left;
	}
	.form-horizontal .controls {
		margin-left: 0;
	}
	.form-horizontal .control-list {
		padding-top: 0;
	}
	.form-horizontal .form-actions {
		padding-right: 10px;
		padding-left: 10px;
	}
	.media .pull-left,
	.media .pull-right {
		display: block;
		float: none;
		margin-bottom: 10px;
	}
	.media-object {
		margin-right: 0;
		margin-left: 0;
	}
	.modal {
		top: 10px;
		right: 10px;
		left: 10px;
	}
	.modal-header .close {
		padding: 10px;
		margin: -10px;
	}
	.carousel-caption {
		position: static;
	}
}
@font-face {
	font-family: 'open-sans';
	src: url('../fonts/OpenSans-Light-webfont.eot');
	src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'open-sans';
	src: url('../fonts/OpenSans-LightItalic-webfont.eot');
	src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg'), url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'open-sans';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'open-sans';
	src: url('../fonts/OpenSans-Italic-webfont.eot');
	src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg'), url('../fonts/OpenSans-Italic-webfont.woff') format('woff'), url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'open-sans';
	src: url('../fonts/OpenSans-Semibold-webfont.eot');
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'open-sans';
	src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot');
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiboldItalic-webfont.svg#open_sanssemibold_italic') format('svg'), url('../fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: 'open-sans';
	src: url('../fonts/OpenSans-Bold-webfont.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'open-sans';
	src: url('../fonts/OpenSans-BoldItalic-webfont.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg'), url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'arvo-gruen-regular';
	src: url('../fonts/ArvoGruen-Regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/ArvoGruen-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/ArvoGruen-Regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/ArvoGruen-Regular.woff2') format('woff2'),
	url('../fonts/ArvoGruen-Regular.ttf') format('truetype'),
	url('../fonts/ArvoGruen-Regular.svg#arvo-gruen-regular') format('svg');
	font-weight: 400;
}
body {
	font-family: 'PT Sans', open-sans, verdana, sans-serif;
	font-weight: 400;
	padding: 0;
	background: url(../../tmpl/gfx/frontend/bg2.jpg) no-repeat center center fixed;
	color: #5c5c5c;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-ms-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg2.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg2.jpg', sizingMethod='scale')";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-stroke: 0.1px;
}
h1, h2, h3, h4 {
	font-family: 'arvo-gruen-regular', serif;
	font-weight: 400;
}
html.js img[data-retina] {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
}
form {
	margin: 0;
}
#header {
	width: 320px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#header .navbar {
	margin: 0;
}
#header .navbar .navbar-inner {
	background: #054028 !important;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#header .navbar .navbar-inner .container {
	height: 54px;
}
#header .navbar .navbar-inner .container button {
	width: 29px;
	height: 20px;
	border: 0;
	background: url(../../tmpl/gfx/mobile/sprite.png) -109px -6px no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 17px 0;
	padding: 0;
}
html.backgroundsize #header .navbar .navbar-inner .container button {
	background-image: url(../../tmpl/gfx/mobile/sprite@2x.png);
	background-size: 294px 144px;
}
#header .navbar .navbar-inner .container figure {
	margin: 13px 0 5px;
}
#header .navbar .navbar-inner .container .logo a img {
	height: 36px;
	width: auto;
}
#header .navbar .navbar-inner .container .nav-collapse {
	width: 280px;
	background: #054028;
	margin-left: -20px;
	margin-top: -1px;
	padding: 0 20px;
}
#header .navbar .navbar-inner .container .nav-collapse li {
	padding: 10px 0 10px;
}
#header .navbar .navbar-inner .container .nav-collapse li a {
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: 300;
	color: white;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	text-shadow: none;
	display: inline;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid transparent;
	font-family: 'arvo-gruen-regular', serif;
}
#header .navbar .navbar-inner .container .nav-collapse li a:focus,
#header .navbar .navbar-inner .container .nav-collapse li a:hover {
	color: #ffe000;
	background: none;
}
#header .navbar .navbar-inner .container .nav-collapse li.active a {
	border-bottom-color: #ffe000;
	background: none;
}
#content {
	width: 320px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background: white;
}
#content .template-hero-teaser-image a,
#content .template-hero-teaser-3 a {
	color: #054028;
}
#content .template-hero-teaser-image figure,
#content .template-hero-teaser-3 figure {
	margin: 0;
	position: relative;
}
#content .template-hero-teaser-image figure figcaption,
#content .template-hero-teaser-3 figure figcaption {
	background: white;
	color: #054028;
	line-height: 25px;
	font-size: 21px;
	padding: 10px 15px;
	font-family: Arvo;
	font-weight: 500;
}
#content .template {
	position: relative;
}
#content .template-full-sized {
	background: white;
	text-align: center;
	margin-top: 8px;
}
#content .socialInfo {
	height: 30px;
	padding: 15px 13px 24px;
}
#content .socialInfo a {
	height: 30px;
	line-height: 30px;
	background-image: url(../../tmpl/gfx/mobile/spritenew.png);
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#content .socialInfo a.fb {
	background-position: 0 -66px;
	width: 110px;
}
#content .socialInfo a.tw {
	background-position: -110px -66px;
	width: 97px;
}
#content .socialInfo a.gp {
	background-position: -207px -66px;
	width: 87px;
}
html.backgroundsize #content .socialInfo a {
	background-image: url(../../tmpl/gfx/mobile/sprite@2xnew.png);
	background-size: 294px 144px;
}
#footer {
	background-color: #054028;
	padding: 15px 22px 20px;
	width: 276px;
	margin: 0 auto;
}
#footer form.search {
	width: 100%;
}
#footer form.search label {
	display: none;
}
#footer form.search input {
	border: 0 #c2ccc7 solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding: 0 14px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font: 400 15px/28px open-sans;
	position: relative;
	z-index: 1;
	height: auto;
	width: 172px;
}
#footer form.search input::-webkit-input-placeholder,
#footer form.search input :-moz-placeholder,
#footer form.search input ::-moz-placeholder,
#form.search input :-ms-input-placeholder {
	color: #5d5d5d;
	font-weight: 400;
}
#footer form.search button {
	-webkit-border-top-right-radius: 20px !important;
	-webkit-border-bottom-right-radius: 20px !important;
	-webkit-border-bottom-left-radius: 0 !important;
	-webkit-border-top-left-radius: 0 !important;
	-moz-border-radius-topright: 20px !important;
	-moz-border-radius-bottomright: 20px !important;
	-moz-border-radius-bottomleft: 0 !important;
	-moz-border-radius-topleft: 0 !important;
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: relative;
	font-size: 15px !important;
	line-height: 22px;
	z-index: 2;
	display: inline-block;
	height: auto;
	border: 0;
	width: 76px;
}
#servicenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#servicenav ul li ul li {
	display: inline-block;
}
#servicenav li:last-child {
	border: 0;
}
#servicenav h4 {
	padding: 30px 0 20px;
	margin: 0;
}
#servicenav h4 a {
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	padding: 0;
}
#servicenav a {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	padding-right: 20px;
}
#servicenav ul:first-child li:first-child h4 {
	background: url(../../tmpl/gfx/mobile/sprite.png) -203px -104px no-repeat;
}
html.backgroundsize #servicenav ul:first-child li:first-child h4 {
	background-image: url(../../tmpl/gfx/mobile/sprite@2x.png);
	background-size: 307px 146px;
}
#servicenav ul:first-child li:first-child h4 a {
	font-weight: 500;
}
#view {
	padding: 5px 0 5px;
	text-align: center;
	width: 320px;
	margin: 0 auto;
}
#view a {
	padding-left: 35px;
	background: url(../../tmpl/gfx/mobile/sprite.png) 0 -120px no-repeat;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	color: #fff;
	text-decoration: underline;
	font-weight: 300;
	font-size: 13px;
}
html.backgroundsize #view a {
	background-image: url(../../tmpl/gfx/mobile/sprite@2x.png);
	background-size: 294px 144px;
}
.mod-devtoolbar {
	position: static;
	height: auto;
}
.mod-devtoolbar.no-height {
	height: auto;
}
.mod-devtoolbar .toggler {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2000;
	padding: 5px;
	cursor: pointer;
}
.mod-devtoolbar .navbar-fixed-top {
	margin-bottom: 0;
}
.mod-devtoolbar a:hover {
	text-decoration: none !important;
}
.mod-devtoolbar .navbar .nav > li > span {
	display: block;
	float: none;
	padding: 10px 15px 10px;
}
.mod-devtoolbar .dropdown-menu.twoCols {
	width: 400px;
}
.mod-devtoolbar .dropdown-menu.twoCols li {
	float: left;
	width: 200px;
}
.mod-devtoolbar .dropdown-menu.twoCols li:nth-child(2n-1) {
	width: 199px;
	border-right: 1px solid #E6E6E6;
}
.popover {
	z-index: 9999;
}
article.t3_hamburg.teaser {
	background: white;
}
article.t3_hamburg.teaser a.t3_image-link {
	display: block;
}
article.t3_hamburg.teaser a.t3_image-link img {
	height: auto;
	width: 100%;
}
article.t3_hamburg.teaser header {
	padding: 0 15px;
}
article.t3_hamburg.teaser header h1 {
	font-size: 21px;
	line-height: 25px;
	padding: 10px 15px;
	font-weight: 500;
	background: #ddd;
	margin: 0 -15px;
}
article.t3_hamburg.teaser header h1 a {
	color: #054028;
}
article.t3_hamburg.teaser header h2 {
	display: none;
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
	margin: 0;
	padding-bottom: 10px;
}
article.t3_hamburg.teaser header h2 a {
	color: #5c5c5c;
}
article.b90news {
	background: white;
}
article.b90news .b90news_wrapper {
	padding: 15px;
}
article.b90news .b90news_wrapper ul.b90news_list {
	padding: 0;
	margin: 0;
}
article.b90news .b90news_wrapper ul.b90news_list li {
	display: block;
	padding: 0;
}
article.b90news .b90news_wrapper ul.b90news_list li h3 {
	display: block;
	margin: 0;
	font-size: 21px;
	line-height: 25px;
	padding-bottom: 8px;
	padding-top: 12px;
}
article.b90news .b90news_wrapper ul.b90news_list li h3 a {
	color: #054028;
	font-weight: 400;
	font-family: 'arvo';
}
article.b90news .b90news_wrapper ul.b90news_list li:first-child h3 {
	padding-top: 0;
}
article.b90news .b90news_wrapper ul.b90news_list li p {
	font-weight: 300;
}
article.b90news .b90news_btn {
	text-align: center;
	padding-bottom: 20px;
}
article.b90news .b90news_btn .btn {
	width: 280px;
}
article.t3_muenchen.banner a {
	height: auto;
	width: 100%;
	display: block;
}
article.t3_bornholm.banner {
	width: 148px;
	margin: 8px 6px 0;
	height: auto;
	float: left;
}
article.t3_bornholm.banner a {
	height: auto;
	width: 100%;
	display: block;
}
article.t3_bornholm.banner a img {
	height: auto;
	width: 100%;
}
article.t3_hamburg.teaser-small {
	background: white;
	display: block;
}
article.t3_hamburg.teaser-small a.t3_image-link,
article.t3_hamburg.teaser-small p {
	display: none;
}
article.t3_hamburg.teaser-small header {
	padding: 0 15px;
	display: block;
}
article.t3_hamburg.teaser-small header h3 {
	font-weight: 500;
	font-size: 21px;
	line-height: 25px;
	margin: 0;
	padding: 11px 0;
	font-family: 'arvo-gruen-regular', serif;
}
article.t3_hamburg.teaser-small header h3 a {
	color: #054028;
	font-family: 'arvo-gruen-regular', serif;
}
article.section {
	background: white;
	padding: 0 15px;
}
article.section a {
	text-decoration: underline;
	color: #09311d;
}
article.section a:hover {
	text-decoration: underline;
}
article.section header figure {
	margin: 0;
	padding: 15px 0 0 0;
}
article.section header figure figcaption {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 5px;
}
article.section header .time {
	/*display: none; refs #8340*/
	font-size: 15px;
	line-height: 22px;
	margin: 5px 0 0 0;
	font-weight: normal;
	color: #999;
	text-align: right;
}
article.section header h1,
article.section header h1 a {
	color: #054028;
	text-decoration: none;
	font-size: 21px;
	line-height: 28px;
	margin: 0;
	padding: 11px 0;
	font-family: 'arvo-gruen-regular', serif;
}
article.section header h2,
article.section header h2 a {
	color: #054028;
	text-decoration: none;
	font-family: 'arvo-gruen-regular', serif;
}
article.section header p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin: 0;
	color: #054028;
}
article.section .articleContent {
	padding: 0 0 19px;
}
article.section .articleContent iframe {
	border: none;
}
article.section .articleContent .bodytext {
	font-size: 15px;
	margin: 19px 0 0;
	line-height: 22px;
}
article.section .articleContent .graphicTeaser {
	margin: 19px 0 0;
	text-align: center;
}
article.section .articleContent .graphicTeaser a {
	display: block;
}
article.section .articleContent .graphicTeaser a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
article.section .articleContent .grayBox {
	background: #e6e6e6;
	margin: 10px -15px 0;
	padding: 20px 15px;
	font-size: 12px;
}
article.section .articleContent .grayBox blockquote.rte-blockquote p.bodytext {
	font-size: 32px;
	line-height: 40px;
	margin: 0;
	border: 0;
	padding: 0;
}
article.section .articleContent .grayBox blockquote.rte-blockquote p.bodytext:first-child:before {
	content: '"';
}
article.section .articleContent .grayBox blockquote.rte-blockquote p.bodytext:last-child:after {
	content: '"';
}
article.section .articleContent .grayBox p {
	margin: 0;
}
article.section .articleContent h2,
article.section .articleContent h2 a,
article.section .articleContent h3,
article.section .articleContent h3 a {
	font-size: 18px;
	line-height: 24px;
	margin: 19px 0 0;
	font-family: 'arvo-gruen-regular', serif;
}
article.section .articleContent h2:hover,
article.section .articleContent h2 a:hover,
article.section .articleContent h3:hover,
article.section .articleContent h3 a:hover {
	text-decoration: none;
}
article.section .articleContent .csc-textpic-imagewrap {
	margin: 19px 0;
}
article.section .articleContent ul {
	list-style: none;
	margin: 19px 0 0;
}
article.section .articleContent ul li {
	padding-left: 5px;
	text-indent: -15px;
	margin-left: 10px;
}
article.section .articleContent ul li:before {
	font-weight: bold;
	font-size: 14px;
	content: "\2022";
	color: #39991f;
	padding-right: 6px;
}
article.section .articleContent ol {
	counter-reset: item;
	margin: 19px 0 0;
}
article.section .articleContent ol li {
	padding-left: 5px;
	display: block;
	text-indent: -12px;
	margin-left: 10px;
}
article.section .articleContent ol li:before {
	content: counter(item) ".";
	counter-increment: item;
	color: #39991f;
	padding-right: 6px;
}
article.section .articleContent iframe {
	margin: 0 auto;
	display: block;
	padding: 19px 0 0 0;
	max-width: 100%;
	height: auto;
}
article.section .articleContent .csc-textpic {
	display: block;
	text-align: center;
}
article.section .articleContent .csc-textpic figure figcaption {
	font-size: 12px;
	line-height: 16px;
	padding: 14px 8px 0;
	text-align: left;
}
article.section .articleContent .csc-textpic .csc-textpic-text {
	text-align: left;
}
article.section .articleContent .csc-textpic .csc-textpic-text p:first-child {
	margin: 0;
}
article.section .articleContent .csc-textpic-center {
	display: block;
	margin: 0 auto;
}
article.section .articleContent .csc-textpic-intext-right figure {
	margin: 19px auto;
}
article.section .articleContent .csc-textpic-clear {
	clear: both;
}
article.section .articleContent .accordion {
	margin: 0;
	display: block;
}
article.section .articleContent .accordion dl.accordion-group {
	border: 0;
	margin-top: 19px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
article.section .articleContent .accordion dl.accordion-group dt {
	background: #e6e6e6;
	margin-bottom: 5px;
	padding: 9px 14px;
	line-height: 1;
	vertical-align: middle;
}
article.section .articleContent .accordion dl.accordion-group dt a {
	color: #09311d;
	line-height: 1;
	text-decoration: none;
	display: block;
}
article.section .articleContent .accordion dl.accordion-group dt i.arrow {
	background: url("../../tmpl/gfx/frontend/arrowSprite.png") no-repeat -109px -2px;
	width: 21px;
	height: 20px;
	display: inline-block;
	float: right;
	margin-top: -2px;
}
article.section .articleContent .accordion dl.accordion-group dt.accordion-active i.arrow {
	background-position: -109px -31px;
}
article.section .articleContent .accordion dl.accordion-group dd {
	clear: both;
	line-height: 18px;
}
article.section .articleContent .accordion dl.accordion-group dd p {
	margin: 0;
	line-height: 18px;
}
article.section .articleContent .accordion dl.accordion-group dd.in {
	margin: 14px 0;
}
article.section .articleContent .form-horizontal {
	display: none;
	background-color: #e6e6e6;
}
article.section .articleContent .form-horizontal a {
	color: #278b1d;
}
article.section .articleContent .form-horizontal .form-legend,
article.section .articleContent .form-horizontal .meika-section,
article.section .articleContent .form-horizontal h3,
article.section .articleContent .form-horizontal legend {
	padding: 0;
	color: #09311d;
}
article.section .articleContent .form-horizontal .control-group .controls input[type="checkbox"] {
	width: auto;
}
article.section .articleContent .form-horizontal .control-group .controls input[type="submit"],
article.section .articleContent .form-horizontal .control-group .controls input[type="reset"] {
	width: auto;
}
article.section .articleContent .meika-list {
	display: none;
	background-color: #e6e6e6;
}
article.section .articleContent .meika-list h3,
article.section .articleContent .meika-list h2 {
	color: #09311d;
}
article.section .articleContent .meika-list .table td {
	border: none;
}
article.section .articleContent .meika-getsocial {
	display: none;
	background-color: #e6e6e6;
}
article.section .articleContent .meika-getsocial .meika-social-float {
	clear: both;
}
article.section .articleContent .meika-getsocial .meika-social-float div {
	float: left;
}
article.section .articleContent .meika-getsocial .meika-social-float .meika-social-btn a {
	color: white;
	text-decoration: none;
}
article.section .articleContent .meika-getsocial .meika-social-float .sprite-fb-20x20 {
	background: url("social.png") no-repeat scroll 0 3px transparent;
}
article.section .articleContent .meika-getsocial .meika-social-float .sprite-twitter-20x20 {
	background: url("social.png") no-repeat scroll 0 -206px transparent;
}
article.section .articleContent .meika-getsocial .meika-social-float .sprite-google-20x20 {
	background: url("social.png") no-repeat scroll 0 -66px transparent;
}
article.section .articleContent .meika-getsocial .meika-social-float .sprite-mail-20x20 {
	background: url("social.png") no-repeat scroll 0 -136px transparent;
}
article.section .articleContent .gallery {
	margin: 19px -15px 0;
	padding: 10px 15px;
	background-color: #e6e6e6;
	overflow: hidden;
}
article.section .articleContent .gallery #myCarousel {
	font-size:;
	margin: 0;
}
article.section .articleContent .gallery #myCarousel ul {
	list-style: none;
	margin: 0 0 0 0;
}
article.section .articleContent .gallery #myCarousel ul li.item {
	padding: 0;
	margin: 0;
	height: auto;
	text-indent: 0;
}
article.section .articleContent .gallery #myCarousel ul li.item.right {
	width: auto;
}
article.section .articleContent .gallery #myCarousel ul li.item figure {
	margin: 0;
}
article.section .articleContent .gallery #myCarousel ul li.item figure figcaption .b90galCopy {
	margin-top: 10px;
	font-size: 11px;
	font-weight: 300;
}
article.section .articleContent .gallery #myCarousel ul li.item figure figcaption .b90galCaption {
	margin-top: 11px;
}
article.section .articleContent .gallery #myCarousel ul li:before {
	content: none;
}
article.section .articleContent .gallery #myCarousel .carousel-control {
	background: none;
	border: none;
	border-radius: none;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer;
	width: 36px;
	height: 36px;
	top: 106px;
}
article.section .articleContent .gallery #myCarousel .carousel-control.left {
	padding: 0;
	background: url("../../tmpl/gfx/frontend/arrowSprite.png") no-repeat scroll 0 0 transparent;
}
html.backgroundsize article.section .articleContent .gallery #myCarousel .carousel-control.left {
	background-size: 117px auto;
	width: 27px;
	height: 27px;
}
article.section .articleContent .gallery #myCarousel .carousel-control.right {
	padding: 0;
	background: url("../../tmpl/gfx/frontend/arrowSprite.png") no-repeat scroll 40% 0 transparent;
}
html.backgroundsize article.section .articleContent .gallery #myCarousel .carousel-control.right {
	background-size: 117px auto;
	width: 27px;
	height: 27px;
}
article.section .articleContent .rtr-search-results {
	margin: 19px 0 0;
	clear: both;
}
article.section .articleContent .rtr-search-results .rtr-search-result {
	clear: both;
	display: inline-block;
	width: 100%;
	padding: 19px 0 0;
	margin-top: 19px 0 0;
	border-top: 2px solid #e6e6e6;
}
article.section .articleContent .rtr-search-results .rtr-search-result:first-child {
	padding: 0;
	margin: 0;
	border-top: none;
}
article.section .articleContent .rtr-search-results .rtr-search-result a {
	text-decoration: none;
}
article.section .articleContent .rtr-search-results .rtr-search-result a h3 {
	font-size: 21px;
	line-height: 28px;
	padding: 5px 0;
	margin: 0;
	position: relative;
	color: #09311d;
}
article.section .articleContent .rtr-search-results .rtr-search-result .rtr-search-result-image {
	display: none;
}
article.section .articleContent .rtr-search-results .rtr-search-result .rtr-search-result-text {
	font-size: 15px;
	line-height: 21px;
}
article.section .articleContent .rtr-search-results .rtr-search-result .rtr-search-result-text .time {
	font-size: 11px;
	color: #838383;
	position: relative;
	padding-top: 10px;
}
article.section .articleContent .rtr-search-results .rtr-search-result .rtr-search-result-text .link {
	font-size: 11px;
	color: #39991f;
	position: relative;
	padding-top: 10px;
}
article.section .articleContent .rtr-search-footer {
	background: #e6e6e6;
	margin: 0 -15px;
	padding: 10px 15px;
	clear: both;
}
article.section .articleContent .rtr-search-footer .pagination ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
article.section .articleContent .rtr-search-footer .pagination ul li a {
	display: none;
}
article.section .articleContent .rtr-search-footer .pagination ul li a.active,
article.section .articleContent .rtr-search-footer .pagination ul li a.prev,
article.section .articleContent .rtr-search-footer .pagination ul li a.next {
	display: block;
}
article.section .articleContent .rtr-search-footer .rtr-search-form {
	display: none;
}
article.section footer h4 a {
	text-decoration: none;
	font-family: 'PT Sans';
	font-weight: 600;
}
article.section footer h4 a:hover {
	text-decoration: underline;
}
article.section footer ul {
	margin: 0;
	padding: 0 0 19px;
}
article.section footer ul p {
	display: none;
}
article.section footer ul h4 {
	font-size: 21px;
	line-height: 28px;
	padding: 6px 0;
	font-family: 'PT Sans';
}
article.section footer ul h4 a {
	font-weight: 500;
}
.ie9 article.section .articleContent ul li {
	line-height:;
	text-indent: -1.6em;
}
.ie8 article.section .articleContent ul li {
	line-height:;
	text-indent: -1.6em;
}
article.section footer .mod-article-meta ul.t3_article_related_container li.t3_article_related {
	clear: both;
	*zoom: 1;
}
article.section footer .mod-article-meta ul.t3_article_related_container li.t3_article_related:last-child {
	margin-bottom: 0;
}
article.section footer .mod-article-meta ul.t3_article_related_container li.t3_article_related img {
	float: left;
	width: 143px;
	height: 94px;
}
article.section footer .mod-article-meta ul.t3_article_related_container li.t3_article_related h4,
article.section footer .mod-article-meta ul.t3_article_related_container li.t3_article_related p {
	margin: 0;
}
article.section footer .mod-article-meta ul.t3_article_related_container li.t3_article_related h4 a {
	text-decoration: none;
}
nav.rtr-search-types {
	padding: 15px;
	margin: 0;
	background: white;
}
nav.rtr-search-types .rtr-search-types-total a {
	color: #054028;
}
nav.rtr-search-types ul {
	margin: 0;
}
nav.rtr-search-types ul li {
	list-style: none;
}
nav.rtr-search-types ul li a {
	line-height: 25px;
	font-size: 15px;
	color: #054028;
}
.rtr-search-results {
	margin: 19px 0 0;
	clear: both;
}
.rtr-search-results .rtr-search-result {
	clear: both;
	display: inline-block;
	width: 100%;
	padding: 19px 0 0;
	margin-top: 19px 0 0;
	border-top: 2px solid #e6e6e6;
}
.rtr-search-results .rtr-search-result:first-child {
	padding: 0;
	margin: 0;
	border-top: none;
}
.rtr-search-results .rtr-search-result a {
	text-decoration: none;
}
.rtr-search-results .rtr-search-result a h3 {
	font-size: 21px;
	line-height: 28px;
	padding: 5px 0;
	margin: 0;
	position: relative;
	color: #09311d;
}
.rtr-search-results .rtr-search-result .rtr-search-result-image {
	display: none;
}
.rtr-search-results .rtr-search-result .rtr-search-result-text {
	font-size: 15px;
	line-height: 21px;
}
.rtr-search-results .rtr-search-result .rtr-search-result-text .time {
	font-size: 11px;
	color: #838383;
	position: relative;
	padding-top: 10px;
}
.rtr-search-results .rtr-search-result .rtr-search-result-text .link {
	font-size: 11px;
	color: #39991f;
	position: relative;
	padding-top: 10px;
}
.rtr-search-footer {
	background: #e6e6e6;
	margin: 0 -15px;
	padding: 10px 15px;
	clear: both;
}
.rtr-search-footer .pagination ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
.rtr-search-footer .pagination ul li a {
	display: none;
}
.rtr-search-footer .pagination ul li a.active,
.rtr-search-footer .pagination ul li a.prev,
.rtr-search-footer .pagination ul li a.next {
	display: block;
}
.rtr-search-footer .rtr-search-form {
	display: none;
}
header.rtr-search-header {
	background: #e6e6e6;
	clear: both;
	margin: 0 -15px;
	padding: 10px 15px;
}
header.rtr-search-header h2 {
	font-size: 18px;
	line-height: 24px;
	color: #054028;
	margin-top: 0;
}
header.rtr-search-header .rtr-search-inputs {
	position: relative;
	width: 100%;
}
header.rtr-search-header .rtr-search-inputs input.rtr-search-query {
	width: 160px;
	border-radius: 0;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
header.rtr-search-header .rtr-search-inputs input.csc-mailform-submit {
	color:;
	border-left-color: #39991f;
	margin-bottom: 0;
	border-radius: 0;
	height: 30px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	position: absolute;
	width: 118px;
}
header.rtr-search-header .rtr-search-filters {
	display: block;
}
header.rtr-search-header .rtr-search-filters fieldset.rtr-search-source .searchcheck {
	margin: 5px 0 0;
}
header.rtr-search-header .rtr-search-filters fieldset.rtr-search-source .searchcheck input[type="checkbox"] {
	margin-right: 6px;
	padding: 0;
}
header.rtr-search-header .rtr-search-filters label {
	display: inline;
	font-weight: 700;
}
header.rtr-search-header .rtr-search-filters select {
	margin-bottom: 0;
}
article.section .pagination {
	margin: 0;
	line-height: 0;
	text-align: center;
}
article.section .pagination ul {
	margin: 0;
}
article.section .pagination ul li {
	padding: 0;
	line-height: 0;
	height: auto;
	text-indent: 0;
}
article.section .pagination ul li a {
	font-weight: bold;
	color: #09311d;
	text-decoration: none;
}
article.section .pagination ul li a:hover,
article.section .pagination ul li a.active {
	background: #ffe000;
}
article.section .pagination ul li:before {
	display: none;
}
/** #25071 by RF **/
.meikalist,
#meikadabeibb {
	display: none;
}
/** tweetlist **/

article.t3_muenchen.mod-tweetlist {
	width: auto;
	height: 212px;
	background-color: #7bbb52;
	float: left;
	margin-bottom: 0.75em;
	padding: 1.0em 15px 1.0em 15px;
	position: relative;
	overflow: auto;
}
article.t3_muenchen.mod-tweetlist h3 {
	margin-top: 0;
	color: white;
	font-weight: 200;
	background-color: #7bbb52;
	position: relative;
	z-index: 2;
	font-family: 'arvo-gruen-regular', serif;
	text-transform: uppercase;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	padding: 4px 0 4px 0;
	width: 206px;
	font-size: 1.25em;
	/*
	letter-spacing: .78em;
	*/
}
article.t3_muenchen.mod-tweetlist .scroller {
	overflow: hidden;
	height: auto;
	margin: 0 0 0.625em 0;
}
article.t3_muenchen.mod-tweetlist .scroller ul {
	list-style: none;
	margin: 0;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
article.t3_muenchen.mod-tweetlist .scroller ul li {
	padding: 0.6em 0 0 0;
}
article.t3_muenchen.mod-tweetlist .scroller ul li div.image {
	width: 1.75em;
	float: left;
}
article.t3_muenchen.mod-tweetlist .scroller ul li div.image a {
	display: block;
	width: 100%;
	height: 1.125em;
	margin: 0.16667em 0 0 0;
	background: url("../../tmpl/gfx/frontend/tweetlistSprite.png") no-repeat 0 0;
}
article.t3_muenchen.mod-tweetlist .scroller ul li div.text {
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 0 2.5em;
}
article.t3_muenchen.mod-tweetlist .scroller ul li div.text a {
	color: #006043;
}
article.t3_muenchen.mod-tweetlist .scroller ul li div.text div {
	padding: 0.35714em 0 0 0;
	display: block;
	color: white;
}
article.t3_muenchen.mod-tweetlist .scroller ul li div.text div a {
	color: white;
}
article.t3_muenchen.mod-tweetlist .tweet-scroller {
	display: none;
	position: absolute;
	left: 1.5em;
	bottom: 1em;
	height: 1em;
	background-color: #7bbb52;
	z-index: 2;
}
article.t3_muenchen.mod-tweetlist .tweet-scroller a {
	width: 8.75em;
	height: 100%;
	margin: 0 0.1875em 0 0;
	text-align: center;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
article.t3_muenchen.mod-tweetlist .tweet-scroller a.tweet-up {
	background: #ffe000 url("../../tmpl/gfx/frontend/tweetlistSprite.png") no-repeat 48px -18px;
}
article.t3_muenchen.mod-tweetlist .tweet-scroller a.tweet-down {
	background: #ffe000 url("../../tmpl/gfx/frontend/tweetlistSprite.png") no-repeat 48px -39px;
}
article.t3_muenchen.mod-tweetlist .tweet-scroller a.disabled {
	background-color: #f9f4ce !important;
}
.facebook-share {
	max-width: 629px;
	display: block;
	text-decoration: none !important;
	font-family: 'PT Sans', open-sans, verdana, sans-serif;
	margin: 40px 0;
}
.facebook-share img {
	width: 100%;
	height: auto;
}
.facebook-share h4 {
	margin-bottom: -15px;
}
.facebook-share span {
	background: #3B5998;
	color: #fff;
	line-height: 20px;
	padding: 5px 10px 5px 40px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 4px;
	margin: 10px 0;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('data:image/gif;base64,R0lGODlhHgAeALMAAJ2szM7W5WyDstrg7Ofq8mB4q0djnniNuIWXv1Rupf///ztZmAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAeAB4AAARhcMlJq7046827/+BUACQphFQxKGwLoJJBtPQLA3QNL3PO2qjcYUehDYjFVgA5oS13gqjAKBUYQL7s6ZP1JbBdWijcOoJKuBahhCA6mZI3XM6kI+1uJXyB3/Vhf0F6c4MXEQA7');
}
/* ...Partials/SocialShare.html begin */
.social-share--panel {
	display: block;
	margin: 0;
}
.social-share--panel li {
	display: inline-block;
	font-size: 0;
	line-height: 35px;
}
.social-share--panel li span {
	font-size: 14px;
	line-height: 20px;
	padding: 0 5px 0 0;
}
.social-share--panel li span,
.social-share--panel li .panel--ico {
	vertical-align: bottom;
}
.social-share--panel li .panel--ico {
	display: block;
	width: 35px;
	height: 35px;
	background: url('../gfx/frontend/social-share--panel.png?v=2') 0 0 no-repeat;
	margin: 0 10px 0 0;
}
.social-share--panel li .panel--ico.ico-facebook {
	background-position: 0 0;
}
.social-share--panel li .panel--ico.ico-twitter {
	background-position: -44px 0;
}
.social-share--panel li .panel--ico.ico-gplus {
	background-position: -88px 0;

}
.social-share--panel li .panel--ico.ico-print {
	background-position: -132px 0;
}
.social-share--panel li .panel--ico.ico-facebook-messenger {
	background-position: -176px 0;
}
.social-share--panel li .panel--ico.ico-whatsapp {
	background-position: -220px 0;
}
/* ...Partials/SocialShare.html end */